@zephytiju/juntai-typescript-sdk 1.2.0 → 1.2.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.1
4
+
5
+ - Refresh Application Metadata to the exact immutable 1.1.1 OpenAPI release.
6
+ - Refresh Blueprint to the exact immutable 2.0.2 OpenAPI release.
7
+ - Preserve the existing generated client and export surfaces under compatible source snapshots.
8
+
3
9
  ## 1.2.0
4
10
 
5
11
  - Onboard the exact immutable Blueprint Service 2.0.0 OpenAPI release as `platform.blueprint`.
@@ -2,11 +2,11 @@
2
2
  "schemaVersion": "juntai.typescript-sdk/release-manifest/v1",
3
3
  "package": {
4
4
  "name": "@zephytiju/juntai-typescript-sdk",
5
- "version": "1.2.0"
5
+ "version": "1.2.1"
6
6
  },
7
7
  "openapiLock": {
8
8
  "path": "sources/openapi.lock.json",
9
- "sha256": "cd3cf91c5b9dad9a187b0ed3b9cfd9d1b212b89891ef57e4d1f17bcd2f14d80c"
9
+ "sha256": "f6409506b06edbf2bd46fc77ee0e4205334a33080f82286094815a3fbba19b2d"
10
10
  },
11
11
  "generator": {
12
12
  "name": "@hey-api/openapi-ts",
@@ -30,13 +30,13 @@
30
30
  },
31
31
  {
32
32
  "serviceId": "platform.application-metadata",
33
- "serviceVersion": "1.1.0",
33
+ "serviceVersion": "1.1.1",
34
34
  "ownerRepository": "https://github.com/zephytiju/JuntaiApplicationMetadata",
35
- "sourceCommit": "2c1b82892f1df4f764230197fe3b1f262e7caa56",
36
- "artifactLocator": "oci://ghcr.io/zephytiju/juntai-application-metadata-openapi@sha256:f1ede5608fe170d8e56fcb3b32202a860407e4960a186f5e9a80cf57466ddf4c",
37
- "artifactManifestDigest": "sha256:f1ede5608fe170d8e56fcb3b32202a860407e4960a186f5e9a80cf57466ddf4c",
35
+ "sourceCommit": "ace1c527910004c54c5271d5fa30fd716059d4bf",
36
+ "artifactLocator": "oci://ghcr.io/zephytiju/juntai-application-metadata-openapi@sha256:20624bab26b77d538a41cb5dce1e89497734738f78be41c63d430fdefa614a6a",
37
+ "artifactManifestDigest": "sha256:20624bab26b77d538a41cb5dce1e89497734738f78be41c63d430fdefa614a6a",
38
38
  "openapiPath": "openapi/application-metadata.v1.json",
39
- "openapiSha256": "a6a6d1eed63fbbd88269a890186b25f2606c01a81a9d7dfeb516a0cbf8c4bbb6",
39
+ "openapiSha256": "3434fac7ffcb0f1cf14f67701093eff82ba5eea10053f14327f8d7a8b20ea30a",
40
40
  "generatorProfile": "juntai.fuse.openapi/v1",
41
41
  "namespace": "platformApplicationMetadata",
42
42
  "outputPath": "src/generated/platform.application-metadata",
@@ -44,13 +44,13 @@
44
44
  },
45
45
  {
46
46
  "serviceId": "platform.blueprint",
47
- "serviceVersion": "2.0.0",
47
+ "serviceVersion": "2.0.2",
48
48
  "ownerRepository": "https://github.com/zephytiju/JuntaiBlueprintMarketplace",
49
- "sourceCommit": "1a88be046c77bf0cef036d0be7a31529e1f73cd7",
50
- "artifactLocator": "oci://ghcr.io/zephytiju/juntai-blueprint-marketplace-openapi@sha256:63af9b3930fd755fca18630ee6b61ac8b30a862a8b97cd22b9f134a1fbf10f8a",
51
- "artifactManifestDigest": "sha256:63af9b3930fd755fca18630ee6b61ac8b30a862a8b97cd22b9f134a1fbf10f8a",
49
+ "sourceCommit": "c73b43b6237645bba3fff9dcfaafb3a343cb4366",
50
+ "artifactLocator": "oci://ghcr.io/zephytiju/juntai-blueprint-marketplace-openapi@sha256:df6b02db9058733e21ecd6660e7830439bf19bcae9b2fd4bdf77976925abcefe",
51
+ "artifactManifestDigest": "sha256:df6b02db9058733e21ecd6660e7830439bf19bcae9b2fd4bdf77976925abcefe",
52
52
  "openapiPath": "contracts/openapi/blueprint-service.v1.json",
53
- "openapiSha256": "d5a4f0044b8bccf8a6618ed59c5afcc325168432d0826f28cdfdae9d45e4d72e",
53
+ "openapiSha256": "7fd8ce4f75cecdda2a3a70e62a9c3c451b3b07232acb40ee1b0a66101bd744ee",
54
54
  "generatorProfile": "juntai.fuse.openapi/v1",
55
55
  "namespace": "platformBlueprint",
56
56
  "outputPath": "src/generated/platform.blueprint",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zephytiju/juntai-typescript-sdk",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Aggregate generated TypeScript clients for Console-facing Juntai services",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,13 +29,13 @@
29
29
  "serviceId": "platform.application-metadata",
30
30
  "ownerTeam": "Juntai Platform Team",
31
31
  "ownerRepository": "https://github.com/zephytiju/JuntaiApplicationMetadata",
32
- "sourceCommit": "2c1b82892f1df4f764230197fe3b1f262e7caa56",
33
- "serviceVersion": "1.1.0",
34
- "artifactLocator": "oci://ghcr.io/zephytiju/juntai-application-metadata-openapi@sha256:f1ede5608fe170d8e56fcb3b32202a860407e4960a186f5e9a80cf57466ddf4c",
35
- "artifactManifestDigest": "sha256:f1ede5608fe170d8e56fcb3b32202a860407e4960a186f5e9a80cf57466ddf4c",
32
+ "sourceCommit": "ace1c527910004c54c5271d5fa30fd716059d4bf",
33
+ "serviceVersion": "1.1.1",
34
+ "artifactLocator": "oci://ghcr.io/zephytiju/juntai-application-metadata-openapi@sha256:20624bab26b77d538a41cb5dce1e89497734738f78be41c63d430fdefa614a6a",
35
+ "artifactManifestDigest": "sha256:20624bab26b77d538a41cb5dce1e89497734738f78be41c63d430fdefa614a6a",
36
36
  "openapiPath": "openapi/application-metadata.v1.json",
37
- "openapiSha256": "a6a6d1eed63fbbd88269a890186b25f2606c01a81a9d7dfeb516a0cbf8c4bbb6",
38
- "snapshotPath": "sources/artifacts/platform.application-metadata/a6a6d1eed63fbbd88269a890186b25f2606c01a81a9d7dfeb516a0cbf8c4bbb6.json",
37
+ "openapiSha256": "3434fac7ffcb0f1cf14f67701093eff82ba5eea10053f14327f8d7a8b20ea30a",
38
+ "snapshotPath": "sources/artifacts/platform.application-metadata/3434fac7ffcb0f1cf14f67701093eff82ba5eea10053f14327f8d7a8b20ea30a.json",
39
39
  "generatorName": "@hey-api/openapi-ts",
40
40
  "generatorVersion": "0.99.0",
41
41
  "generatorProfile": "juntai.fuse.openapi/v1",
@@ -48,18 +48,18 @@
48
48
  "serviceId": "platform.blueprint",
49
49
  "ownerTeam": "Juntai Platform Team",
50
50
  "ownerRepository": "https://github.com/zephytiju/JuntaiBlueprintMarketplace",
51
- "sourceCommit": "1a88be046c77bf0cef036d0be7a31529e1f73cd7",
52
- "serviceVersion": "2.0.0",
53
- "artifactLocator": "oci://ghcr.io/zephytiju/juntai-blueprint-marketplace-openapi@sha256:63af9b3930fd755fca18630ee6b61ac8b30a862a8b97cd22b9f134a1fbf10f8a",
54
- "artifactManifestDigest": "sha256:63af9b3930fd755fca18630ee6b61ac8b30a862a8b97cd22b9f134a1fbf10f8a",
51
+ "sourceCommit": "c73b43b6237645bba3fff9dcfaafb3a343cb4366",
52
+ "serviceVersion": "2.0.2",
53
+ "artifactLocator": "oci://ghcr.io/zephytiju/juntai-blueprint-marketplace-openapi@sha256:df6b02db9058733e21ecd6660e7830439bf19bcae9b2fd4bdf77976925abcefe",
54
+ "artifactManifestDigest": "sha256:df6b02db9058733e21ecd6660e7830439bf19bcae9b2fd4bdf77976925abcefe",
55
55
  "openapiPath": "contracts/openapi/blueprint-service.v1.json",
56
- "openapiSha256": "d5a4f0044b8bccf8a6618ed59c5afcc325168432d0826f28cdfdae9d45e4d72e",
57
- "snapshotPath": "sources/artifacts/platform.blueprint/d5a4f0044b8bccf8a6618ed59c5afcc325168432d0826f28cdfdae9d45e4d72e.json",
56
+ "openapiSha256": "7fd8ce4f75cecdda2a3a70e62a9c3c451b3b07232acb40ee1b0a66101bd744ee",
57
+ "snapshotPath": "sources/artifacts/platform.blueprint/7fd8ce4f75cecdda2a3a70e62a9c3c451b3b07232acb40ee1b0a66101bd744ee.json",
58
58
  "generatorName": "@hey-api/openapi-ts",
59
59
  "generatorVersion": "0.99.0",
60
60
  "generatorProfile": "juntai.fuse.openapi/v1",
61
61
  "namespace": "platformBlueprint",
62
- "compatibility": "initial",
62
+ "compatibility": "compatible",
63
63
  "outputPath": "src/generated/platform.blueprint",
64
64
  "outputSha256": "ea125a8fba5474bbbe8b044591b8529e67dcc6e0db8a492d2451ddc46a638a95"
65
65
  }