File tree Expand file tree Collapse file tree 10 files changed +24
-16
lines changed Expand file tree Collapse file tree 10 files changed +24
-16
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 0.1.0
66 speakeasyVersion: 1.546.1
77 generationVersion: 2.604.2
8- releaseVersion: 0.2.0
9- configChecksum: 28a55161b5a19f814b88cf036115c4c3
8+ releaseVersion: 0.2.1
9+ configChecksum: f7620bedecfe0806bd0d6319356aa63f
1010 repoURL: https://github.com/iris-networks/iris-sdk.git
1111 installationURL: https://github.com/iris-networks/iris-sdk
1212features:
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ generation:
1919 oAuth2ClientCredentialsEnabled : true
2020 oAuth2PasswordEnabled : true
2121typescript :
22- version : 0.2.0
22+ version : 0.2.1
2323 additionalDependencies :
2424 dependencies : {}
2525 devDependencies : {}
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ speakeasyVersion: 1.546.1
22sources:
33 Zenobia Intelligent Automation Platform API:
44 sourceNamespace: zenobia-intelligent-automation-platform-api
5- sourceRevisionDigest: sha256:a716ef645e12e8678451838b852796074878d658a25f745645679b39abdc45a8
5+ sourceRevisionDigest: sha256:a15d5da61636ad8a483d17cd642ec2f118a0dfe06cf0fffc513162d3cbc5867e
66 sourceBlobDigest: sha256:0c8d7bd4c35bf5b9ffa4817986135614df2bde763eaece2e154c49865c8ef6c5
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1747494410
9+ - speakeasy-sdk-regen-1747505453
1010 - 0.1.0
1111targets:
1212 iris-sdk:
1313 source: Zenobia Intelligent Automation Platform API
1414 sourceNamespace: zenobia-intelligent-automation-platform-api
15- sourceRevisionDigest: sha256:a716ef645e12e8678451838b852796074878d658a25f745645679b39abdc45a8
15+ sourceRevisionDigest: sha256:a15d5da61636ad8a483d17cd642ec2f118a0dfe06cf0fffc513162d3cbc5867e
1616 sourceBlobDigest: sha256:0c8d7bd4c35bf5b9ffa4817986135614df2bde763eaece2e154c49865c8ef6c5
1717 codeSamplesNamespace: zenobia-intelligent-automation-platform-api-typescript-code-samples
18- codeSamplesRevisionDigest: sha256:745785aacd3078db943a908cc5dfac663552848be782b4e1486a0008e3d8c671
18+ codeSamplesRevisionDigest: sha256:9ce126259d3c32437284a0100c9f9c3a8bdfcd54a630d6642b752ccaa7f356ba
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -6,4 +6,12 @@ Based on:
66- OpenAPI Doc
77- Speakeasy CLI 1.546.1 (2.604.2) https://github.com/speakeasy-api/speakeasy
88### Generated
9- - [ typescript v0.2.0] .
9+ - [ typescript v0.2.0] .
10+
11+ ## 2025-05-17 18:10:38
12+ ### Changes
13+ Based on:
14+ - OpenAPI Doc
15+ - Speakeasy CLI 1.546.1 (2.604.2) https://github.com/speakeasy-api/speakeasy
16+ ### Generated
17+ - [ typescript v0.2.1] .
Original file line number Diff line number Diff line change 22
33{
44 "name" : " iris-sdk" ,
5- "version" : " 0.2.0 " ,
5+ "version" : " 0.2.1 " ,
66 "exports" : {
77 "." : " ./src/index.ts" ,
88 "./models/errors" : " ./src/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " iris-sdk" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "author" : " Speakeasy" ,
55 "bin" : {
66 "mcp" : " bin/mcp-server.js"
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
5555export const SDK_METADATA = {
5656 language : "typescript" ,
5757 openapiDocVersion : "0.1.0" ,
58- sdkVersion : "0.2.0 " ,
58+ sdkVersion : "0.2.1 " ,
5959 genVersion : "2.604.2" ,
60- userAgent : "speakeasy-sdk/typescript 0.2.0 2.604.2 0.1.0 iris-sdk" ,
60+ userAgent : "speakeasy-sdk/typescript 0.2.1 2.604.2 0.1.0 iris-sdk" ,
6161} as const ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const routes = buildRouteMap({
1919export const app = buildApplication ( routes , {
2020 name : "mcp" ,
2121 versionInfo : {
22- currentVersion : "0.2.0 " ,
22+ currentVersion : "0.2.1 " ,
2323 } ,
2424} ) ;
2525
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export function createMCPServer(deps: {
6161} ) {
6262 const server = new McpServer ( {
6363 name : "IrisSDK" ,
64- version : "0.2.0 " ,
64+ version : "0.2.1 " ,
6565 } ) ;
6666
6767 const client = new IrisSDKCore ( {
You canβt perform that action at this time.
0 commit comments