@ama-sdk/schematics 12.3.0-prerelease.32 → 12.3.0-prerelease.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/package.json +10 -10
  2. package/schematics/typescript/core/openapi-codegen-typescript/target/typescriptFetch-openapi-generator-tests.jar +0 -0
  3. package/schematics/typescript/core/openapi-codegen-typescript/target/typescriptFetch-openapi-generator.jar +0 -0
  4. package/schematics/typescript/mock/index.d.ts.map +1 -1
  5. package/schematics/typescript/mock/index.js +1 -0
  6. /package/schematics/typescript/mock/templates/{__dasherizeModelName__.mock.ts → __dasherizeModelName__.mock.ts.template} +0 -0
  7. /package/schematics/typescript/mock/templates/{__dasherizeModelName__.spec.ts → __dasherizeModelName__.spec.ts.template} +0 -0
  8. /package/schematics/typescript/mock/templates/{index.ts → index.ts.template} +0 -0
  9. /package/schematics/typescript/shell/templates/base/{jest.config.js → jest.config.js.template} +0 -0
  10. /package/schematics/typescript/shell/templates/base/src/api/{fixtures.jest.ts → fixtures.jest.ts.template} +0 -0
  11. /package/schematics/typescript/shell/templates/base/src/api/{index.ts → index.ts.template} +0 -0
  12. /package/schematics/typescript/shell/templates/base/src/fixtures/jest/{index.ts → index.ts.template} +0 -0
  13. /package/schematics/typescript/shell/templates/base/src/helpers/{index.ts → index.ts.template} +0 -0
  14. /package/schematics/typescript/shell/templates/base/src/{index.ts → index.ts.template} +0 -0
  15. /package/schematics/typescript/shell/templates/base/src/models/base/{enums.ts → enums.ts.template} +0 -0
  16. /package/schematics/typescript/shell/templates/base/src/models/base/{index.ts → index.ts.template} +0 -0
  17. /package/schematics/typescript/shell/templates/base/src/models/base/{patterns.ts → patterns.ts.template} +0 -0
  18. /package/schematics/typescript/shell/templates/base/src/models/core/{enums.ts → enums.ts.template} +0 -0
  19. /package/schematics/typescript/shell/templates/base/src/models/core/{index.ts → index.ts.template} +0 -0
  20. /package/schematics/typescript/shell/templates/base/src/models/core/{patterns.ts → patterns.ts.template} +0 -0
  21. /package/schematics/typescript/shell/templates/base/src/models/custom/{enums.ts → enums.ts.template} +0 -0
  22. /package/schematics/typescript/shell/templates/base/src/models/custom/{index.ts → index.ts.template} +0 -0
  23. /package/schematics/typescript/shell/templates/base/src/models/custom/{patterns.ts → patterns.ts.template} +0 -0
  24. /package/schematics/typescript/shell/templates/base/src/models/{enums.ts → enums.ts.template} +0 -0
  25. /package/schematics/typescript/shell/templates/base/src/models/{index.ts → index.ts.template} +0 -0
  26. /package/schematics/typescript/shell/templates/base/src/models/{patterns.ts → patterns.ts.template} +0 -0
  27. /package/schematics/typescript/shell/templates/base/src/spec/{api-mock.ts → api-mock.ts.template} +0 -0
  28. /package/schematics/typescript/shell/templates/base/src/spec/{index.ts → index.ts.template} +0 -0
  29. /package/schematics/typescript/shell/templates/base/src/spec/mock-factory/{index.ts → index.ts.template} +0 -0
  30. /package/schematics/typescript/shell/templates/base/src/spec/{operation-adapter.ts → operation-adapter.ts.template} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ama-sdk/schematics",
3
- "version": "12.3.0-prerelease.32",
3
+ "version": "12.3.0-prerelease.34",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -62,12 +62,12 @@
62
62
  }
63
63
  },
64
64
  "peerDependencies": {
65
- "@ama-sdk/core": "^12.3.0-prerelease.32",
65
+ "@ama-sdk/core": "^12.3.0-prerelease.34",
66
66
  "@angular-devkit/core": "^19.0.0",
67
67
  "@angular-devkit/schematics-cli": "^19.0.0",
68
68
  "@angular/cli": "^19.0.0",
69
- "@o3r/schematics": "^12.3.0-prerelease.32",
70
- "@o3r/telemetry": "^12.3.0-prerelease.32",
69
+ "@o3r/schematics": "^12.3.0-prerelease.34",
70
+ "@o3r/telemetry": "^12.3.0-prerelease.34",
71
71
  "@openapitools/openapi-generator-cli": "^2.15.0",
72
72
  "openapi-types": "^12.0.0",
73
73
  "ts-node": "~10.9.2",
@@ -86,17 +86,17 @@
86
86
  "tslib": "^2.6.2"
87
87
  },
88
88
  "devDependencies": {
89
- "@ama-sdk/core": "^12.3.0-prerelease.32",
89
+ "@ama-sdk/core": "^12.3.0-prerelease.34",
90
90
  "@angular-devkit/schematics-cli": "~19.2.0",
91
91
  "@angular/cli": "~19.2.0",
92
92
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
93
93
  "@nx/eslint-plugin": "~20.7.0",
94
94
  "@nx/jest": "~20.7.0",
95
- "@o3r/build-helpers": "^12.3.0-prerelease.32",
96
- "@o3r/eslint-plugin": "^12.3.0-prerelease.32",
97
- "@o3r/schematics": "^12.3.0-prerelease.32",
98
- "@o3r/telemetry": "^12.3.0-prerelease.32",
99
- "@o3r/test-helpers": "^12.3.0-prerelease.32",
95
+ "@o3r/build-helpers": "^12.3.0-prerelease.34",
96
+ "@o3r/eslint-plugin": "^12.3.0-prerelease.34",
97
+ "@o3r/schematics": "^12.3.0-prerelease.34",
98
+ "@o3r/telemetry": "^12.3.0-prerelease.34",
99
+ "@o3r/test-helpers": "^12.3.0-prerelease.34",
100
100
  "@openapitools/openapi-generator-cli": "~2.18.0",
101
101
  "@schematics/angular": "~19.2.0",
102
102
  "@stylistic/eslint-plugin": "~3.1.0",
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../schematics/typescript/mock/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAML,IAAI,EAKL,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,8BAA8B,EAC/B,MAAM,UAAU,CAAC;AAsBlB;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAE/D;AA+CD;;;GAGG;AACH,eAAO,MAAM,cAAc,GAAI,SAAS,8BAA8B,wBAKrE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../schematics/typescript/mock/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAOL,IAAI,EAKL,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,8BAA8B,EAC/B,MAAM,UAAU,CAAC;AAsBlB;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAE/D;AAgDD;;;GAGG;AACH,eAAO,MAAM,cAAc,GAAI,SAAS,8BAA8B,wBAKrE,CAAC"}
@@ -61,6 +61,7 @@ function ngGenerateMockFn(options) {
61
61
  dasherizeModelName,
62
62
  dasherizeAndCapitalizeModelName: dasherizeModelName.toUpperCase()
63
63
  }),
64
+ (0, schematics_1.renameTemplateFiles)(),
64
65
  (0, schematics_1.move)(mockDestination)
65
66
  ]), schematics_1.MergeStrategy.Overwrite)(tree, context);
66
67
  };