Skip to content

Commit ae23e3a

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.546.1
1 parent 74cd827 commit ae23e3a

File tree

12 files changed

+104
-79
lines changed

12 files changed

+104
-79
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/examples/node_modules
2+
.env
3+
.env.local
4+
.env.*.local
15
/mcp-server
26
/bin
37
/.eslintcache

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.1
9-
configChecksum: f7620bedecfe0806bd0d6319356aa63f
8+
releaseVersion: 0.3.1
9+
configChecksum: 20300027468c44a30b7390e43e44f06e
1010
repoURL: https://github.com/iris-networks/iris-sdk.git
1111
installationURL: https://github.com/iris-networks/iris-sdk
1212
features:

.speakeasy/gen.yaml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ generation:
77
maintainOpenAPIOrder: true
88
usageSnippets:
99
optionalPropertyRendering: withExample
10+
sdkInitStyle: constructor
1011
useClassNamesForArrayFields: true
1112
fixes:
1213
nameResolutionDec2023: true
@@ -16,25 +17,35 @@ generation:
1617
securityFeb2025: false
1718
sharedErrorComponentsApr2025: false
1819
auth:
19-
oAuth2ClientCredentialsEnabled: true
20-
oAuth2PasswordEnabled: true
20+
oAuth2ClientCredentialsEnabled: false
21+
oAuth2PasswordEnabled: false
22+
requestBodyFieldName: ""
23+
schemas:
24+
allOfMergeStrategy: shallowMerge
2125
typescript:
22-
version: 0.2.1
26+
version: 0.3.1
27+
acceptHeaderEnum: true
2328
additionalDependencies:
2429
dependencies: {}
2530
devDependencies: {}
2631
peerDependencies: {}
2732
additionalPackageJSON: {}
33+
additionalScripts: {}
34+
alwaysIncludeInboundAndOutbound: false
2835
author: Speakeasy
36+
baseErrorName: IrisSDKError
2937
clientServerStatusCodesAsErrors: true
38+
constFieldsAlwaysOptional: true
3039
defaultErrorName: APIError
3140
enableCustomCodeRegions: false
3241
enableMCPServer: true
3342
enableReactQuery: false
3443
enumFormat: union
3544
envVarPrefix: IRISSDK
45+
exportZodModelNamespace: false
3646
flattenGlobalSecurity: true
3747
flatteningOrder: parameters-first
48+
generateExamples: true
3849
imports:
3950
option: openapi
4051
paths:
@@ -47,9 +58,14 @@ typescript:
4758
jsonpath: legacy
4859
maxMethodParams: 0
4960
methodArguments: require-security-and-request
61+
modelPropertyCasing: camel
5062
moduleFormat: commonjs
5163
outputModelSuffix: output
5264
packageName: iris-sdk
5365
responseFormat: flat
66+
sseFlatResponse: false
5467
templateVersion: v2
68+
unionStrategy: left-to-right
69+
usageSDKInitImports: []
5570
useIndexModules: true
71+
zodVersion: v3

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.546.1
22
sources:
33
Zenobia Intelligent Automation Platform API:
44
sourceNamespace: zenobia-intelligent-automation-platform-api
5-
sourceRevisionDigest: sha256:a15d5da61636ad8a483d17cd642ec2f118a0dfe06cf0fffc513162d3cbc5867e
5+
sourceRevisionDigest: sha256:27d027695823df0a2a06118ee9454acb2c69e258459931f5c2412992c259fa03
66
sourceBlobDigest: sha256:0c8d7bd4c35bf5b9ffa4817986135614df2bde763eaece2e154c49865c8ef6c5
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747505453
9+
- speakeasy-sdk-regen-1752111786
1010
- 0.1.0
1111
targets:
1212
iris-sdk:
1313
source: Zenobia Intelligent Automation Platform API
1414
sourceNamespace: zenobia-intelligent-automation-platform-api
15-
sourceRevisionDigest: sha256:a15d5da61636ad8a483d17cd642ec2f118a0dfe06cf0fffc513162d3cbc5867e
15+
sourceRevisionDigest: sha256:27d027695823df0a2a06118ee9454acb2c69e258459931f5c2412992c259fa03
1616
sourceBlobDigest: sha256:0c8d7bd4c35bf5b9ffa4817986135614df2bde763eaece2e154c49865c8ef6c5
1717
codeSamplesNamespace: zenobia-intelligent-automation-platform-api-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:9ce126259d3c32437284a0100c9f9c3a8bdfcd54a630d6642b752ccaa7f356ba
18+
codeSamplesRevisionDigest: sha256:a5b99f775cdc23caf72b9e3e5d935a46867015552f1f32a27aa3f226c3d0e97a
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,12 @@ Based on:
1414
- OpenAPI Doc
1515
- Speakeasy CLI 1.546.1 (2.604.2) https://github.com/speakeasy-api/speakeasy
1616
### Generated
17-
- [typescript v0.2.1] .
17+
- [typescript v0.2.1] .
18+
19+
## 2025-11-19 01:28:33
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc
23+
- Speakeasy CLI 1.546.1 (2.604.2) https://github.com/speakeasy-api/speakeasy
24+
### Generated
25+
- [typescript v0.3.1] .

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "iris-sdk",
5-
"version": "0.2.1",
5+
"version": "0.3.1",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

package-lock.json

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iris-sdk",
3-
"version": "0.2.1",
3+
"version": "0.3.1",
44
"author": "Speakeasy",
55
"bin": {
66
"mcp": "bin/mcp-server.js"

src/hooks/hooks.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import {
1818
SDKInitOptions,
1919
} from "./types.js";
2020

21-
import { initHooks } from "./registration.js";
22-
2321
export class SDKHooks implements Hooks {
2422
sdkInitHooks: SDKInitHook[] = [];
2523
beforeCreateRequestHooks: BeforeCreateRequestHook[] = [];
@@ -47,7 +45,6 @@ export class SDKHooks implements Hooks {
4745
this.registerAfterErrorHook(hook);
4846
}
4947
}
50-
initHooks(this);
5148
}
5249

5350
registerSDKInitHook(hook: SDKInitHook) {

0 commit comments

Comments
 (0)