@zephytiju/juntai-typescript-sdk 2.2.0 → 3.0.0

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
+ ## 3.0.0
4
+
5
+ - Refresh Application Metadata to the exact immutable 3.0.0 OpenAPI release from source commit `ba1ca5df9dbbc64e5c5c1d8a169db015791d38c9` and OpenAPI SHA-256 `04d80ef99114dcacb3fee9755eb96adc664d520d54a41b17cdbe1e18463f68eb`.
6
+ - Expose the required stable documentation `unit_id` on contribution presentation and application-version documentation-link contracts.
7
+ - Record the required-field change as breaking while preserving the aggregate package's browser-only service boundary.
8
+
3
9
  ## 2.2.0
4
10
 
5
11
  - Add the immutable Account Service 1.0.0 contract as `platform.account` from source commit `e0e18168b150d8f06da3d93d9d8166e2cbbe0c32` and OpenAPI SHA-256 `56910abbac64d3c8a7065c001d7c69b291c59f0904355c2cc7dacb0f9ad58695`.
@@ -86,6 +86,10 @@ export type ApplicationDocumentationLink = {
86
86
  * Test Fleet Only
87
87
  */
88
88
  test_fleet_only: boolean;
89
+ /**
90
+ * Unit Id
91
+ */
92
+ unit_id: string;
89
93
  };
90
94
  /**
91
95
  * ApplicationDocumentationLinkPage
@@ -249,6 +253,10 @@ export type ContributionPresentation = {
249
253
  * Route Key
250
254
  */
251
255
  route_key: string;
256
+ /**
257
+ * Unit Id
258
+ */
259
+ unit_id: string;
252
260
  };
253
261
  /**
254
262
  * ContributionPurpose
@@ -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": "2.2.0"
5
+ "version": "3.0.0"
6
6
  },
7
7
  "openapiLock": {
8
8
  "path": "sources/openapi.lock.json",
9
- "sha256": "55622913a283ff24359e9f3d2c47fc5e7a3ac84ede14b64e7701bd692ce39559"
9
+ "sha256": "c7f0b32bae2b41528bf1a6f389f1824971897b5dd7049a447cb54b89690d3d55"
10
10
  },
11
11
  "generator": {
12
12
  "name": "@hey-api/openapi-ts",
@@ -44,17 +44,17 @@
44
44
  },
45
45
  {
46
46
  "serviceId": "platform.application-metadata",
47
- "serviceVersion": "2.0.0",
47
+ "serviceVersion": "3.0.0",
48
48
  "ownerRepository": "https://github.com/zephytiju/JuntaiApplicationMetadata",
49
- "sourceCommit": "6b7cc112ea7b7842f62dd7486cccfa8b5977f777",
50
- "artifactLocator": "oci://ghcr.io/zephytiju/juntai-application-metadata-openapi@sha256:89dae523e6cdafffcfb73a09193146b60e8ece5bc54cb85a00dcad63ba92f3f6",
51
- "artifactManifestDigest": "sha256:89dae523e6cdafffcfb73a09193146b60e8ece5bc54cb85a00dcad63ba92f3f6",
49
+ "sourceCommit": "ba1ca5df9dbbc64e5c5c1d8a169db015791d38c9",
50
+ "artifactLocator": "oci://ghcr.io/zephytiju/juntai-application-metadata-openapi@sha256:3a3ce5098fd455e8230060f080508aae2a6a89760af435fb57115450bf103de1",
51
+ "artifactManifestDigest": "sha256:3a3ce5098fd455e8230060f080508aae2a6a89760af435fb57115450bf103de1",
52
52
  "openapiPath": "openapi/application-metadata.v1.json",
53
- "openapiSha256": "ed8a13619e26b4ae3dbd42fa3d445d70d53ca5cafde041ade16e43f2acd15261",
53
+ "openapiSha256": "04d80ef99114dcacb3fee9755eb96adc664d520d54a41b17cdbe1e18463f68eb",
54
54
  "generatorProfile": "juntai.fuse.openapi/v1",
55
55
  "namespace": "platformApplicationMetadata",
56
56
  "outputPath": "src/generated/platform.application-metadata",
57
- "outputSha256": "1a78feb508b149667d7bf73e4097d940a277344d6f258bad4ed7bfc7e6e30dc2"
57
+ "outputSha256": "fe7dcc840681656833a10aeb606c20540d0a35139962c6e43ef1babf54e37513"
58
58
  },
59
59
  {
60
60
  "serviceId": "platform.blueprint",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zephytiju/juntai-typescript-sdk",
3
- "version": "2.2.0",
3
+ "version": "3.0.0",
4
4
  "description": "Aggregate generated TypeScript clients for Console-facing Juntai services",
5
5
  "repository": {
6
6
  "type": "git",
@@ -48,20 +48,20 @@
48
48
  "serviceId": "platform.application-metadata",
49
49
  "ownerTeam": "Juntai Platform Team",
50
50
  "ownerRepository": "https://github.com/zephytiju/JuntaiApplicationMetadata",
51
- "sourceCommit": "6b7cc112ea7b7842f62dd7486cccfa8b5977f777",
52
- "serviceVersion": "2.0.0",
53
- "artifactLocator": "oci://ghcr.io/zephytiju/juntai-application-metadata-openapi@sha256:89dae523e6cdafffcfb73a09193146b60e8ece5bc54cb85a00dcad63ba92f3f6",
54
- "artifactManifestDigest": "sha256:89dae523e6cdafffcfb73a09193146b60e8ece5bc54cb85a00dcad63ba92f3f6",
51
+ "sourceCommit": "ba1ca5df9dbbc64e5c5c1d8a169db015791d38c9",
52
+ "serviceVersion": "3.0.0",
53
+ "artifactLocator": "oci://ghcr.io/zephytiju/juntai-application-metadata-openapi@sha256:3a3ce5098fd455e8230060f080508aae2a6a89760af435fb57115450bf103de1",
54
+ "artifactManifestDigest": "sha256:3a3ce5098fd455e8230060f080508aae2a6a89760af435fb57115450bf103de1",
55
55
  "openapiPath": "openapi/application-metadata.v1.json",
56
- "openapiSha256": "ed8a13619e26b4ae3dbd42fa3d445d70d53ca5cafde041ade16e43f2acd15261",
57
- "snapshotPath": "sources/artifacts/platform.application-metadata/ed8a13619e26b4ae3dbd42fa3d445d70d53ca5cafde041ade16e43f2acd15261.json",
56
+ "openapiSha256": "04d80ef99114dcacb3fee9755eb96adc664d520d54a41b17cdbe1e18463f68eb",
57
+ "snapshotPath": "sources/artifacts/platform.application-metadata/04d80ef99114dcacb3fee9755eb96adc664d520d54a41b17cdbe1e18463f68eb.json",
58
58
  "generatorName": "@hey-api/openapi-ts",
59
59
  "generatorVersion": "0.99.0",
60
60
  "generatorProfile": "juntai.fuse.openapi/v1",
61
61
  "namespace": "platformApplicationMetadata",
62
- "compatibility": "compatible",
62
+ "compatibility": "breaking",
63
63
  "outputPath": "src/generated/platform.application-metadata",
64
- "outputSha256": "1a78feb508b149667d7bf73e4097d940a277344d6f258bad4ed7bfc7e6e30dc2"
64
+ "outputSha256": "fe7dcc840681656833a10aeb606c20540d0a35139962c6e43ef1babf54e37513"
65
65
  },
66
66
  {
67
67
  "serviceId": "platform.blueprint",