We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6716039 commit a8eb3cbCopy full SHA for a8eb3cb
src/mustache/api.service.mustache
@@ -43,15 +43,6 @@ import { {{classname}}Interface } from './{{classFile
43
{{/withInterfaces}}
44
45
{{#operations}}
46
-
47
-export namespace {{classname}} {
48
- export enum Operations {
49
- {{#operation}}
50
- {{operationIdOriginal}} = '{{operationIdOriginal}}'{{^-last}},{{/-last}}
51
- {{/operation}}
52
- }
53
-}
54
55
{{>apiPartialMap}}
56
57
{{#description}}
@@ -427,4 +418,12 @@ export class {{classname}} {
427
418
}
428
419
429
420
{{/operation}}}
421
+
422
+export namespace {{classname}} {
423
+ export enum Operations {
424
+ {{#operation}}
425
+ {{operationIdOriginal}} = '{{operationIdOriginal}}'{{^-last}},{{/-last}}
426
+ {{/operation}}
+ }
+}
430
{{/operations}}
0 commit comments