@meetkai/mka1 0.54.24 → 0.54.25
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/README.md +302 -283
- package/bin/mcp-server.js +668 -10
- package/bin/mcp-server.js.map +21 -10
- package/dist/commonjs/funcs/authOrgsGetById.d.ts +19 -0
- package/dist/commonjs/funcs/authOrgsGetById.d.ts.map +1 -0
- package/dist/commonjs/funcs/authOrgsGetById.js +146 -0
- package/dist/commonjs/funcs/authOrgsGetById.js.map +1 -0
- package/dist/commonjs/funcs/authOrgsUpdate.d.ts +19 -0
- package/dist/commonjs/funcs/authOrgsUpdate.d.ts.map +1 -0
- package/dist/commonjs/funcs/authOrgsUpdate.js +149 -0
- package/dist/commonjs/funcs/authOrgsUpdate.js.map +1 -0
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/components/basicorganization.d.ts +41 -0
- package/dist/commonjs/models/components/basicorganization.d.ts.map +1 -0
- package/dist/commonjs/models/components/basicorganization.js +80 -0
- package/dist/commonjs/models/components/basicorganization.js.map +1 -0
- package/dist/commonjs/models/components/index.d.ts +7 -0
- package/dist/commonjs/models/components/index.d.ts.map +1 -1
- package/dist/commonjs/models/components/index.js +7 -0
- package/dist/commonjs/models/components/index.js.map +1 -1
- package/dist/commonjs/models/components/organizationcodeconfig.d.ts +20 -0
- package/dist/commonjs/models/components/organizationcodeconfig.d.ts.map +1 -0
- package/dist/commonjs/models/components/organizationcodeconfig.js +58 -0
- package/dist/commonjs/models/components/organizationcodeconfig.js.map +1 -0
- package/dist/commonjs/models/components/organizationmetadata.d.ts +23 -0
- package/dist/commonjs/models/components/organizationmetadata.d.ts.map +1 -0
- package/dist/commonjs/models/components/organizationmetadata.js +69 -0
- package/dist/commonjs/models/components/organizationmetadata.js.map +1 -0
- package/dist/commonjs/models/components/organizationmetadataoutput.d.ts +23 -0
- package/dist/commonjs/models/components/organizationmetadataoutput.d.ts.map +1 -0
- package/dist/commonjs/models/components/organizationmetadataoutput.js +69 -0
- package/dist/commonjs/models/components/organizationmetadataoutput.js.map +1 -0
- package/dist/commonjs/models/components/schema0.d.ts +17 -0
- package/dist/commonjs/models/components/schema0.d.ts.map +1 -0
- package/dist/commonjs/models/components/schema0.js +66 -0
- package/dist/commonjs/models/components/schema0.js.map +1 -0
- package/dist/commonjs/models/components/schema1.d.ts +17 -0
- package/dist/commonjs/models/components/schema1.d.ts.map +1 -0
- package/dist/commonjs/models/components/schema1.js +66 -0
- package/dist/commonjs/models/components/schema1.js.map +1 -0
- package/dist/commonjs/models/components/updateorganizationbody.d.ts +18 -0
- package/dist/commonjs/models/components/updateorganizationbody.d.ts.map +1 -0
- package/dist/commonjs/models/components/updateorganizationbody.js +59 -0
- package/dist/commonjs/models/components/updateorganizationbody.js.map +1 -0
- package/dist/commonjs/models/errors/getjwtfromkey.d.ts +9 -9
- package/dist/commonjs/models/errors/getjwtfromkey.d.ts.map +1 -1
- package/dist/commonjs/models/errors/getjwtfromkey.js +11 -11
- package/dist/commonjs/models/errors/getjwtfromkey.js.map +1 -1
- package/dist/commonjs/models/errors/getorgbyid.d.ts +211 -0
- package/dist/commonjs/models/errors/getorgbyid.d.ts.map +1 -0
- package/dist/commonjs/models/errors/getorgbyid.js +298 -0
- package/dist/commonjs/models/errors/getorgbyid.js.map +1 -0
- package/dist/commonjs/models/errors/index.d.ts +2 -0
- package/dist/commonjs/models/errors/index.d.ts.map +1 -1
- package/dist/commonjs/models/errors/index.js +2 -0
- package/dist/commonjs/models/errors/index.js.map +1 -1
- package/dist/commonjs/models/errors/updateorganization.d.ts +257 -0
- package/dist/commonjs/models/errors/updateorganization.d.ts.map +1 -0
- package/dist/commonjs/models/errors/updateorganization.js +353 -0
- package/dist/commonjs/models/errors/updateorganization.js.map +1 -0
- package/dist/commonjs/models/operations/getorgbyid.d.ts +37 -0
- package/dist/commonjs/models/operations/getorgbyid.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getorgbyid.js +87 -0
- package/dist/commonjs/models/operations/getorgbyid.js.map +1 -0
- package/dist/commonjs/models/operations/index.d.ts +2 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +2 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/updateorganization.d.ts +40 -0
- package/dist/commonjs/models/operations/updateorganization.d.ts.map +1 -0
- package/dist/commonjs/models/operations/updateorganization.js +92 -0
- package/dist/commonjs/models/operations/updateorganization.js.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetById.core.d.ts +15 -0
- package/dist/commonjs/react-query/authOrgsGetById.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetById.core.js +36 -0
- package/dist/commonjs/react-query/authOrgsGetById.core.js.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetById.d.ts +39 -0
- package/dist/commonjs/react-query/authOrgsGetById.d.ts.map +1 -0
- package/dist/commonjs/react-query/authOrgsGetById.js +60 -0
- package/dist/commonjs/react-query/authOrgsGetById.js.map +1 -0
- package/dist/commonjs/react-query/authOrgsUpdate.d.ts +31 -0
- package/dist/commonjs/react-query/authOrgsUpdate.d.ts.map +1 -0
- package/dist/commonjs/react-query/authOrgsUpdate.js +47 -0
- package/dist/commonjs/react-query/authOrgsUpdate.js.map +1 -0
- package/dist/commonjs/react-query/index.d.ts +2 -0
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +2 -0
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/sdk/orgs.d.ts +15 -0
- package/dist/commonjs/sdk/orgs.d.ts.map +1 -1
- package/dist/commonjs/sdk/orgs.js +20 -0
- package/dist/commonjs/sdk/orgs.js.map +1 -1
- package/dist/esm/funcs/authOrgsGetById.d.ts +19 -0
- package/dist/esm/funcs/authOrgsGetById.d.ts.map +1 -0
- package/dist/esm/funcs/authOrgsGetById.js +110 -0
- package/dist/esm/funcs/authOrgsGetById.js.map +1 -0
- package/dist/esm/funcs/authOrgsUpdate.d.ts +19 -0
- package/dist/esm/funcs/authOrgsUpdate.d.ts.map +1 -0
- package/dist/esm/funcs/authOrgsUpdate.js +113 -0
- package/dist/esm/funcs/authOrgsUpdate.js.map +1 -0
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/components/basicorganization.d.ts +41 -0
- package/dist/esm/models/components/basicorganization.d.ts.map +1 -0
- package/dist/esm/models/components/basicorganization.js +42 -0
- package/dist/esm/models/components/basicorganization.js.map +1 -0
- package/dist/esm/models/components/index.d.ts +7 -0
- package/dist/esm/models/components/index.d.ts.map +1 -1
- package/dist/esm/models/components/index.js +7 -0
- package/dist/esm/models/components/index.js.map +1 -1
- package/dist/esm/models/components/organizationcodeconfig.d.ts +20 -0
- package/dist/esm/models/components/organizationcodeconfig.d.ts.map +1 -0
- package/dist/esm/models/components/organizationcodeconfig.js +20 -0
- package/dist/esm/models/components/organizationcodeconfig.js.map +1 -0
- package/dist/esm/models/components/organizationmetadata.d.ts +23 -0
- package/dist/esm/models/components/organizationmetadata.d.ts.map +1 -0
- package/dist/esm/models/components/organizationmetadata.js +31 -0
- package/dist/esm/models/components/organizationmetadata.js.map +1 -0
- package/dist/esm/models/components/organizationmetadataoutput.d.ts +23 -0
- package/dist/esm/models/components/organizationmetadataoutput.d.ts.map +1 -0
- package/dist/esm/models/components/organizationmetadataoutput.js +31 -0
- package/dist/esm/models/components/organizationmetadataoutput.js.map +1 -0
- package/dist/esm/models/components/schema0.d.ts +17 -0
- package/dist/esm/models/components/schema0.d.ts.map +1 -0
- package/dist/esm/models/components/schema0.js +28 -0
- package/dist/esm/models/components/schema0.js.map +1 -0
- package/dist/esm/models/components/schema1.d.ts +17 -0
- package/dist/esm/models/components/schema1.d.ts.map +1 -0
- package/dist/esm/models/components/schema1.js +28 -0
- package/dist/esm/models/components/schema1.js.map +1 -0
- package/dist/esm/models/components/updateorganizationbody.d.ts +18 -0
- package/dist/esm/models/components/updateorganizationbody.d.ts.map +1 -0
- package/dist/esm/models/components/updateorganizationbody.js +21 -0
- package/dist/esm/models/components/updateorganizationbody.js.map +1 -0
- package/dist/esm/models/errors/getjwtfromkey.d.ts +9 -9
- package/dist/esm/models/errors/getjwtfromkey.d.ts.map +1 -1
- package/dist/esm/models/errors/getjwtfromkey.js +8 -8
- package/dist/esm/models/errors/getjwtfromkey.js.map +1 -1
- package/dist/esm/models/errors/getorgbyid.d.ts +211 -0
- package/dist/esm/models/errors/getorgbyid.d.ts.map +1 -0
- package/dist/esm/models/errors/getorgbyid.js +254 -0
- package/dist/esm/models/errors/getorgbyid.js.map +1 -0
- package/dist/esm/models/errors/index.d.ts +2 -0
- package/dist/esm/models/errors/index.d.ts.map +1 -1
- package/dist/esm/models/errors/index.js +2 -0
- package/dist/esm/models/errors/index.js.map +1 -1
- package/dist/esm/models/errors/updateorganization.d.ts +257 -0
- package/dist/esm/models/errors/updateorganization.d.ts.map +1 -0
- package/dist/esm/models/errors/updateorganization.js +306 -0
- package/dist/esm/models/errors/updateorganization.js.map +1 -0
- package/dist/esm/models/operations/getorgbyid.d.ts +37 -0
- package/dist/esm/models/operations/getorgbyid.d.ts.map +1 -0
- package/dist/esm/models/operations/getorgbyid.js +47 -0
- package/dist/esm/models/operations/getorgbyid.js.map +1 -0
- package/dist/esm/models/operations/index.d.ts +2 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +2 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/updateorganization.d.ts +40 -0
- package/dist/esm/models/operations/updateorganization.d.ts.map +1 -0
- package/dist/esm/models/operations/updateorganization.js +52 -0
- package/dist/esm/models/operations/updateorganization.js.map +1 -0
- package/dist/esm/react-query/authOrgsGetById.core.d.ts +15 -0
- package/dist/esm/react-query/authOrgsGetById.core.d.ts.map +1 -0
- package/dist/esm/react-query/authOrgsGetById.core.js +31 -0
- package/dist/esm/react-query/authOrgsGetById.core.js.map +1 -0
- package/dist/esm/react-query/authOrgsGetById.d.ts +39 -0
- package/dist/esm/react-query/authOrgsGetById.d.ts.map +1 -0
- package/dist/esm/react-query/authOrgsGetById.js +50 -0
- package/dist/esm/react-query/authOrgsGetById.js.map +1 -0
- package/dist/esm/react-query/authOrgsUpdate.d.ts +31 -0
- package/dist/esm/react-query/authOrgsUpdate.d.ts.map +1 -0
- package/dist/esm/react-query/authOrgsUpdate.js +42 -0
- package/dist/esm/react-query/authOrgsUpdate.js.map +1 -0
- package/dist/esm/react-query/index.d.ts +2 -0
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +2 -0
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/sdk/orgs.d.ts +15 -0
- package/dist/esm/sdk/orgs.d.ts.map +1 -1
- package/dist/esm/sdk/orgs.js +20 -0
- package/dist/esm/sdk/orgs.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/authOrgsGetById.ts +251 -0
- package/src/funcs/authOrgsUpdate.ts +264 -0
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/basicorganization.ts +100 -0
- package/src/models/components/index.ts +7 -0
- package/src/models/components/organizationcodeconfig.ts +54 -0
- package/src/models/components/organizationmetadata.ts +80 -0
- package/src/models/components/organizationmetadataoutput.ts +80 -0
- package/src/models/components/schema0.ts +55 -0
- package/src/models/components/schema1.ts +55 -0
- package/src/models/components/updateorganizationbody.ts +57 -0
- package/src/models/errors/getjwtfromkey.ts +28 -21
- package/src/models/errors/getorgbyid.ts +499 -0
- package/src/models/errors/index.ts +2 -0
- package/src/models/errors/updateorganization.ts +631 -0
- package/src/models/operations/getorgbyid.ts +114 -0
- package/src/models/operations/index.ts +2 -0
- package/src/models/operations/updateorganization.ts +121 -0
- package/src/react-query/authOrgsGetById.core.ts +78 -0
- package/src/react-query/authOrgsGetById.ts +148 -0
- package/src/react-query/authOrgsUpdate.ts +122 -0
- package/src/react-query/index.ts +2 -0
- package/src/sdk/orgs.ts +41 -0
package/bin/mcp-server.js
CHANGED
|
@@ -52917,9 +52917,9 @@ var init_config = __esm(() => {
|
|
|
52917
52917
|
SDK_METADATA = {
|
|
52918
52918
|
language: "typescript",
|
|
52919
52919
|
openapiDocVersion: "1.1.0",
|
|
52920
|
-
sdkVersion: "0.54.
|
|
52920
|
+
sdkVersion: "0.54.25",
|
|
52921
52921
|
genVersion: "2.935.1",
|
|
52922
|
-
userAgent: "speakeasy-sdk/typescript 0.54.
|
|
52922
|
+
userAgent: "speakeasy-sdk/typescript 0.54.25 2.935.1 1.1.0 @meetkai/mka1"
|
|
52923
52923
|
};
|
|
52924
52924
|
});
|
|
52925
52925
|
|
|
@@ -57027,6 +57027,94 @@ var init_banwordsguardrail = __esm(() => {
|
|
|
57027
57027
|
});
|
|
57028
57028
|
});
|
|
57029
57029
|
|
|
57030
|
+
// src/models/components/organizationcodeconfig.ts
|
|
57031
|
+
var OrganizationCodeConfig$inboundSchema, OrganizationCodeConfig$outboundSchema;
|
|
57032
|
+
var init_organizationcodeconfig = __esm(() => {
|
|
57033
|
+
init_esm();
|
|
57034
|
+
OrganizationCodeConfig$inboundSchema = objectType({
|
|
57035
|
+
releaseManifestUrl: stringType()
|
|
57036
|
+
});
|
|
57037
|
+
OrganizationCodeConfig$outboundSchema = objectType({
|
|
57038
|
+
releaseManifestUrl: stringType()
|
|
57039
|
+
});
|
|
57040
|
+
});
|
|
57041
|
+
|
|
57042
|
+
// src/models/components/schema1.ts
|
|
57043
|
+
var Schema1$inboundSchema, Schema1$outboundSchema;
|
|
57044
|
+
var init_schema1 = __esm(() => {
|
|
57045
|
+
init_esm();
|
|
57046
|
+
Schema1$inboundSchema = unionType([
|
|
57047
|
+
stringType(),
|
|
57048
|
+
numberType(),
|
|
57049
|
+
booleanType(),
|
|
57050
|
+
arrayType(nullableType(lazyType(() => Schema1$inboundSchema))),
|
|
57051
|
+
recordType(nullableType(lazyType(() => Schema1$inboundSchema)))
|
|
57052
|
+
]);
|
|
57053
|
+
Schema1$outboundSchema = unionType([
|
|
57054
|
+
stringType(),
|
|
57055
|
+
numberType(),
|
|
57056
|
+
booleanType(),
|
|
57057
|
+
arrayType(nullableType(lazyType(() => Schema1$outboundSchema))),
|
|
57058
|
+
recordType(nullableType(lazyType(() => Schema1$outboundSchema)))
|
|
57059
|
+
]);
|
|
57060
|
+
});
|
|
57061
|
+
|
|
57062
|
+
// src/models/components/organizationmetadataoutput.ts
|
|
57063
|
+
var OrganizationMetadataOutput$inboundSchema, OrganizationMetadataOutput$outboundSchema;
|
|
57064
|
+
var init_organizationmetadataoutput = __esm(() => {
|
|
57065
|
+
init_esm();
|
|
57066
|
+
init_primitives();
|
|
57067
|
+
init_schemas4();
|
|
57068
|
+
init_organizationcodeconfig();
|
|
57069
|
+
init_schema1();
|
|
57070
|
+
OrganizationMetadataOutput$inboundSchema = collectExtraKeys(objectType({
|
|
57071
|
+
codeConfig: nullableType(OrganizationCodeConfig$inboundSchema).optional()
|
|
57072
|
+
}).catchall(Schema1$inboundSchema), "additionalProperties", true);
|
|
57073
|
+
OrganizationMetadataOutput$outboundSchema = objectType({
|
|
57074
|
+
codeConfig: nullableType(OrganizationCodeConfig$outboundSchema).optional(),
|
|
57075
|
+
additionalProperties: recordType(nullableType(Schema1$outboundSchema)).optional()
|
|
57076
|
+
}).transform((v2) => {
|
|
57077
|
+
return {
|
|
57078
|
+
...v2.additionalProperties,
|
|
57079
|
+
...remap(v2, {
|
|
57080
|
+
additionalProperties: null
|
|
57081
|
+
})
|
|
57082
|
+
};
|
|
57083
|
+
});
|
|
57084
|
+
});
|
|
57085
|
+
|
|
57086
|
+
// src/models/components/basicorganization.ts
|
|
57087
|
+
var BasicOrganizationStatus, BasicOrganizationStatus$inboundSchema, BasicOrganizationStatus$outboundSchema, BasicOrganization$inboundSchema, BasicOrganization$outboundSchema;
|
|
57088
|
+
var init_basicorganization = __esm(() => {
|
|
57089
|
+
init_esm();
|
|
57090
|
+
init_organizationmetadataoutput();
|
|
57091
|
+
BasicOrganizationStatus = {
|
|
57092
|
+
Active: "active",
|
|
57093
|
+
Suspended: "suspended",
|
|
57094
|
+
Deleted: "deleted"
|
|
57095
|
+
};
|
|
57096
|
+
BasicOrganizationStatus$inboundSchema = nativeEnumType(BasicOrganizationStatus);
|
|
57097
|
+
BasicOrganizationStatus$outboundSchema = BasicOrganizationStatus$inboundSchema;
|
|
57098
|
+
BasicOrganization$inboundSchema = objectType({
|
|
57099
|
+
id: stringType(),
|
|
57100
|
+
name: stringType(),
|
|
57101
|
+
slug: stringType(),
|
|
57102
|
+
logo: nullableType(stringType()),
|
|
57103
|
+
createdAt: stringType(),
|
|
57104
|
+
status: BasicOrganizationStatus$inboundSchema,
|
|
57105
|
+
metadata: nullableType(OrganizationMetadataOutput$inboundSchema)
|
|
57106
|
+
});
|
|
57107
|
+
BasicOrganization$outboundSchema = objectType({
|
|
57108
|
+
id: stringType(),
|
|
57109
|
+
name: stringType(),
|
|
57110
|
+
slug: stringType(),
|
|
57111
|
+
logo: nullableType(stringType()),
|
|
57112
|
+
createdAt: stringType(),
|
|
57113
|
+
status: BasicOrganizationStatus$outboundSchema,
|
|
57114
|
+
metadata: nullableType(OrganizationMetadataOutput$outboundSchema)
|
|
57115
|
+
});
|
|
57116
|
+
});
|
|
57117
|
+
|
|
57030
57118
|
// src/models/components/batchendpoint.ts
|
|
57031
57119
|
var BatchEndpoint, BatchEndpoint$inboundSchema, BatchEndpoint$outboundSchema;
|
|
57032
57120
|
var init_batchendpoint = __esm(() => {
|
|
@@ -72741,6 +72829,50 @@ var init_openaichatcompletionrequestparams = __esm(() => {
|
|
|
72741
72829
|
});
|
|
72742
72830
|
});
|
|
72743
72831
|
|
|
72832
|
+
// src/models/components/schema0.ts
|
|
72833
|
+
var Schema0$inboundSchema, Schema0$outboundSchema;
|
|
72834
|
+
var init_schema0 = __esm(() => {
|
|
72835
|
+
init_esm();
|
|
72836
|
+
Schema0$inboundSchema = unionType([
|
|
72837
|
+
stringType(),
|
|
72838
|
+
numberType(),
|
|
72839
|
+
booleanType(),
|
|
72840
|
+
arrayType(nullableType(lazyType(() => Schema0$inboundSchema))),
|
|
72841
|
+
recordType(nullableType(lazyType(() => Schema0$inboundSchema)))
|
|
72842
|
+
]);
|
|
72843
|
+
Schema0$outboundSchema = unionType([
|
|
72844
|
+
stringType(),
|
|
72845
|
+
numberType(),
|
|
72846
|
+
booleanType(),
|
|
72847
|
+
arrayType(nullableType(lazyType(() => Schema0$outboundSchema))),
|
|
72848
|
+
recordType(nullableType(lazyType(() => Schema0$outboundSchema)))
|
|
72849
|
+
]);
|
|
72850
|
+
});
|
|
72851
|
+
|
|
72852
|
+
// src/models/components/organizationmetadata.ts
|
|
72853
|
+
var OrganizationMetadata$inboundSchema, OrganizationMetadata$outboundSchema;
|
|
72854
|
+
var init_organizationmetadata = __esm(() => {
|
|
72855
|
+
init_esm();
|
|
72856
|
+
init_primitives();
|
|
72857
|
+
init_schemas4();
|
|
72858
|
+
init_organizationcodeconfig();
|
|
72859
|
+
init_schema0();
|
|
72860
|
+
OrganizationMetadata$inboundSchema = collectExtraKeys(objectType({
|
|
72861
|
+
codeConfig: nullableType(OrganizationCodeConfig$inboundSchema).optional()
|
|
72862
|
+
}).catchall(Schema0$inboundSchema), "additionalProperties", true);
|
|
72863
|
+
OrganizationMetadata$outboundSchema = objectType({
|
|
72864
|
+
codeConfig: nullableType(OrganizationCodeConfig$outboundSchema).optional(),
|
|
72865
|
+
additionalProperties: recordType(nullableType(Schema0$outboundSchema)).optional()
|
|
72866
|
+
}).transform((v2) => {
|
|
72867
|
+
return {
|
|
72868
|
+
...v2.additionalProperties,
|
|
72869
|
+
...remap(v2, {
|
|
72870
|
+
additionalProperties: null
|
|
72871
|
+
})
|
|
72872
|
+
};
|
|
72873
|
+
});
|
|
72874
|
+
});
|
|
72875
|
+
|
|
72744
72876
|
// src/models/components/outputaudioitemwithid.ts
|
|
72745
72877
|
var OutputAudioItemWithIdStatus, OutputAudioItemWithIdStatus$inboundSchema, OutputAudioItemWithIdStatus$outboundSchema, OutputAudioItemWithId$inboundSchema, OutputAudioItemWithId$outboundSchema;
|
|
72746
72878
|
var init_outputaudioitemwithid = __esm(() => {
|
|
@@ -78945,6 +79077,19 @@ var init_updatememorystorerequest = __esm(() => {
|
|
|
78945
79077
|
});
|
|
78946
79078
|
});
|
|
78947
79079
|
|
|
79080
|
+
// src/models/components/updateorganizationbody.ts
|
|
79081
|
+
var UpdateOrganizationBody$inboundSchema, UpdateOrganizationBody$outboundSchema;
|
|
79082
|
+
var init_updateorganizationbody = __esm(() => {
|
|
79083
|
+
init_esm();
|
|
79084
|
+
init_organizationmetadata();
|
|
79085
|
+
UpdateOrganizationBody$inboundSchema = objectType({
|
|
79086
|
+
metadata: OrganizationMetadata$inboundSchema
|
|
79087
|
+
});
|
|
79088
|
+
UpdateOrganizationBody$outboundSchema = objectType({
|
|
79089
|
+
metadata: OrganizationMetadata$outboundSchema
|
|
79090
|
+
});
|
|
79091
|
+
});
|
|
79092
|
+
|
|
78948
79093
|
// src/models/components/updateresponserequest.ts
|
|
78949
79094
|
var UpdateResponseRequest$inboundSchema, UpdateResponseRequest$outboundSchema;
|
|
78950
79095
|
var init_updateresponserequest = __esm(() => {
|
|
@@ -79732,6 +79877,7 @@ var init_components = __esm(() => {
|
|
|
79732
79877
|
init_balancedorgautomodel();
|
|
79733
79878
|
init_banwordsconfig();
|
|
79734
79879
|
init_banwordsguardrail();
|
|
79880
|
+
init_basicorganization();
|
|
79735
79881
|
init_batchendpoint();
|
|
79736
79882
|
init_batcherrordata();
|
|
79737
79883
|
init_batcherrors();
|
|
@@ -80102,6 +80248,9 @@ var init_components = __esm(() => {
|
|
|
80102
80248
|
init_openairequestmessage();
|
|
80103
80249
|
init_openaitooldefinition();
|
|
80104
80250
|
init_openpageaction();
|
|
80251
|
+
init_organizationcodeconfig();
|
|
80252
|
+
init_organizationmetadata();
|
|
80253
|
+
init_organizationmetadataoutput();
|
|
80105
80254
|
init_orgautomodel();
|
|
80106
80255
|
init_otherchunkingstrategy();
|
|
80107
80256
|
init_outputaudioitem();
|
|
@@ -80231,6 +80380,8 @@ var init_components = __esm(() => {
|
|
|
80231
80380
|
init_sandboxusagepage();
|
|
80232
80381
|
init_sandboxusageresult();
|
|
80233
80382
|
init_saveenvironmentrequest();
|
|
80383
|
+
init_schema0();
|
|
80384
|
+
init_schema1();
|
|
80234
80385
|
init_schemacreateresponse();
|
|
80235
80386
|
init_schemadeleteresponse();
|
|
80236
80387
|
init_schemagetresponse();
|
|
@@ -80308,6 +80459,7 @@ var init_components = __esm(() => {
|
|
|
80308
80459
|
init_updatemcpserverrequest();
|
|
80309
80460
|
init_updatememoryentryrequest();
|
|
80310
80461
|
init_updatememorystorerequest();
|
|
80462
|
+
init_updateorganizationbody();
|
|
80311
80463
|
init_updatepromptresponse();
|
|
80312
80464
|
init_updateresponserequest();
|
|
80313
80465
|
init_updatevectorstorefileattributesrequest();
|
|
@@ -83015,7 +83167,7 @@ var init_getfilecontent = __esm(() => {
|
|
|
83015
83167
|
});
|
|
83016
83168
|
|
|
83017
83169
|
// src/models/errors/getjwtfromkey.ts
|
|
83018
|
-
var GetJwtFromKeyAuthApiKeyResponseResponseBody, GetJwtFromKeyAuthApiKeyResponseBody, GetJwtFromKeyResponseBody, GetJwtFromKeyAuthApiKeyResponseResponseBody$inboundSchema, GetJwtFromKeyAuthApiKeyResponseResponseBody$outboundSchema, GetJwtFromKeyAuthApiKeyResponseBody$inboundSchema, GetJwtFromKeyAuthApiKeyResponseBody$outboundSchema,
|
|
83170
|
+
var GetJwtFromKeyAuthApiKeyResponseResponseBody, GetJwtFromKeyAuthApiKeyResponseBody, GetJwtFromKeyResponseBody, GetJwtFromKeyAuthApiKeyResponseResponseBody$inboundSchema, GetJwtFromKeyAuthApiKeyResponseResponseBody$outboundSchema, GetJwtFromKeyAuthApiKeyResponseBody$inboundSchema, GetJwtFromKeyAuthApiKeyResponseBody$outboundSchema, GetJwtFromKeyDetails$inboundSchema, GetJwtFromKeyDetails$outboundSchema, GetJwtFromKeyResponseBody$inboundSchema, GetJwtFromKeyResponseBody$outboundSchema;
|
|
83019
83171
|
var init_getjwtfromkey = __esm(() => {
|
|
83020
83172
|
init_esm();
|
|
83021
83173
|
init_sdkerror();
|
|
@@ -83078,17 +83230,17 @@ var init_getjwtfromkey = __esm(() => {
|
|
|
83078
83230
|
GetJwtFromKeyAuthApiKeyResponseBody$outboundSchema = instanceOfType(GetJwtFromKeyAuthApiKeyResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
83079
83231
|
message: stringType()
|
|
83080
83232
|
}));
|
|
83081
|
-
|
|
83233
|
+
GetJwtFromKeyDetails$inboundSchema = objectType({
|
|
83082
83234
|
path: stringType(),
|
|
83083
83235
|
message: stringType()
|
|
83084
83236
|
});
|
|
83085
|
-
|
|
83237
|
+
GetJwtFromKeyDetails$outboundSchema = objectType({
|
|
83086
83238
|
path: stringType(),
|
|
83087
83239
|
message: stringType()
|
|
83088
83240
|
});
|
|
83089
83241
|
GetJwtFromKeyResponseBody$inboundSchema = objectType({
|
|
83090
83242
|
message: stringType(),
|
|
83091
|
-
details: arrayType(lazyType(() =>
|
|
83243
|
+
details: arrayType(lazyType(() => GetJwtFromKeyDetails$inboundSchema)),
|
|
83092
83244
|
request$: instanceOfType(Request),
|
|
83093
83245
|
response$: instanceOfType(Response),
|
|
83094
83246
|
body$: stringType()
|
|
@@ -83101,7 +83253,206 @@ var init_getjwtfromkey = __esm(() => {
|
|
|
83101
83253
|
});
|
|
83102
83254
|
GetJwtFromKeyResponseBody$outboundSchema = instanceOfType(GetJwtFromKeyResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
83103
83255
|
message: stringType(),
|
|
83104
|
-
details: arrayType(lazyType(() =>
|
|
83256
|
+
details: arrayType(lazyType(() => GetJwtFromKeyDetails$outboundSchema))
|
|
83257
|
+
}));
|
|
83258
|
+
});
|
|
83259
|
+
|
|
83260
|
+
// src/models/errors/getorgbyid.ts
|
|
83261
|
+
var GetOrgByIdAuthOrgsResponse500ResponseBody, GetOrgByIdAuthOrgsResponse429ResponseBody, GetOrgByIdAuthOrgsResponse410ResponseBody, GetOrgByIdAuthOrgsResponse409ResponseBody, GetOrgByIdAuthOrgsResponse404ResponseBody, GetOrgByIdAuthOrgsResponseResponseBody, GetOrgByIdAuthOrgsResponseBody, GetOrgByIdResponseBody, GetOrgByIdAuthOrgsResponse500ResponseBody$inboundSchema, GetOrgByIdAuthOrgsResponse500ResponseBody$outboundSchema, GetOrgByIdAuthOrgsResponse429ResponseBody$inboundSchema, GetOrgByIdAuthOrgsResponse429ResponseBody$outboundSchema, GetOrgByIdAuthOrgsResponse410ResponseBody$inboundSchema, GetOrgByIdAuthOrgsResponse410ResponseBody$outboundSchema, GetOrgByIdAuthOrgsResponse409ResponseBody$inboundSchema, GetOrgByIdAuthOrgsResponse409ResponseBody$outboundSchema, GetOrgByIdAuthOrgsResponse404ResponseBody$inboundSchema, GetOrgByIdAuthOrgsResponse404ResponseBody$outboundSchema, GetOrgByIdAuthOrgsResponseResponseBody$inboundSchema, GetOrgByIdAuthOrgsResponseResponseBody$outboundSchema, GetOrgByIdAuthOrgsResponseBody$inboundSchema, GetOrgByIdAuthOrgsResponseBody$outboundSchema, GetOrgByIdResponseBody$inboundSchema, GetOrgByIdResponseBody$outboundSchema;
|
|
83262
|
+
var init_getorgbyid = __esm(() => {
|
|
83263
|
+
init_esm();
|
|
83264
|
+
init_sdkerror();
|
|
83265
|
+
GetOrgByIdAuthOrgsResponse500ResponseBody = class GetOrgByIdAuthOrgsResponse500ResponseBody extends SDKError {
|
|
83266
|
+
data$;
|
|
83267
|
+
constructor(err, httpMeta) {
|
|
83268
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
83269
|
+
super(message, httpMeta);
|
|
83270
|
+
this.data$ = err;
|
|
83271
|
+
this.name = "GetOrgByIdAuthOrgsResponse500ResponseBody";
|
|
83272
|
+
}
|
|
83273
|
+
};
|
|
83274
|
+
GetOrgByIdAuthOrgsResponse429ResponseBody = class GetOrgByIdAuthOrgsResponse429ResponseBody extends SDKError {
|
|
83275
|
+
data$;
|
|
83276
|
+
constructor(err, httpMeta) {
|
|
83277
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
83278
|
+
super(message, httpMeta);
|
|
83279
|
+
this.data$ = err;
|
|
83280
|
+
this.name = "GetOrgByIdAuthOrgsResponse429ResponseBody";
|
|
83281
|
+
}
|
|
83282
|
+
};
|
|
83283
|
+
GetOrgByIdAuthOrgsResponse410ResponseBody = class GetOrgByIdAuthOrgsResponse410ResponseBody extends SDKError {
|
|
83284
|
+
data$;
|
|
83285
|
+
constructor(err, httpMeta) {
|
|
83286
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
83287
|
+
super(message, httpMeta);
|
|
83288
|
+
this.data$ = err;
|
|
83289
|
+
this.name = "GetOrgByIdAuthOrgsResponse410ResponseBody";
|
|
83290
|
+
}
|
|
83291
|
+
};
|
|
83292
|
+
GetOrgByIdAuthOrgsResponse409ResponseBody = class GetOrgByIdAuthOrgsResponse409ResponseBody extends SDKError {
|
|
83293
|
+
data$;
|
|
83294
|
+
constructor(err, httpMeta) {
|
|
83295
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
83296
|
+
super(message, httpMeta);
|
|
83297
|
+
this.data$ = err;
|
|
83298
|
+
this.name = "GetOrgByIdAuthOrgsResponse409ResponseBody";
|
|
83299
|
+
}
|
|
83300
|
+
};
|
|
83301
|
+
GetOrgByIdAuthOrgsResponse404ResponseBody = class GetOrgByIdAuthOrgsResponse404ResponseBody extends SDKError {
|
|
83302
|
+
data$;
|
|
83303
|
+
constructor(err, httpMeta) {
|
|
83304
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
83305
|
+
super(message, httpMeta);
|
|
83306
|
+
this.data$ = err;
|
|
83307
|
+
this.name = "GetOrgByIdAuthOrgsResponse404ResponseBody";
|
|
83308
|
+
}
|
|
83309
|
+
};
|
|
83310
|
+
GetOrgByIdAuthOrgsResponseResponseBody = class GetOrgByIdAuthOrgsResponseResponseBody extends SDKError {
|
|
83311
|
+
data$;
|
|
83312
|
+
constructor(err, httpMeta) {
|
|
83313
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
83314
|
+
super(message, httpMeta);
|
|
83315
|
+
this.data$ = err;
|
|
83316
|
+
this.name = "GetOrgByIdAuthOrgsResponseResponseBody";
|
|
83317
|
+
}
|
|
83318
|
+
};
|
|
83319
|
+
GetOrgByIdAuthOrgsResponseBody = class GetOrgByIdAuthOrgsResponseBody extends SDKError {
|
|
83320
|
+
data$;
|
|
83321
|
+
constructor(err, httpMeta) {
|
|
83322
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
83323
|
+
super(message, httpMeta);
|
|
83324
|
+
this.data$ = err;
|
|
83325
|
+
this.name = "GetOrgByIdAuthOrgsResponseBody";
|
|
83326
|
+
}
|
|
83327
|
+
};
|
|
83328
|
+
GetOrgByIdResponseBody = class GetOrgByIdResponseBody extends SDKError {
|
|
83329
|
+
data$;
|
|
83330
|
+
constructor(err, httpMeta) {
|
|
83331
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
83332
|
+
super(message, httpMeta);
|
|
83333
|
+
this.data$ = err;
|
|
83334
|
+
this.name = "GetOrgByIdResponseBody";
|
|
83335
|
+
}
|
|
83336
|
+
};
|
|
83337
|
+
GetOrgByIdAuthOrgsResponse500ResponseBody$inboundSchema = objectType({
|
|
83338
|
+
message: stringType(),
|
|
83339
|
+
request$: instanceOfType(Request),
|
|
83340
|
+
response$: instanceOfType(Response),
|
|
83341
|
+
body$: stringType()
|
|
83342
|
+
}).transform((v2) => {
|
|
83343
|
+
return new GetOrgByIdAuthOrgsResponse500ResponseBody(v2, {
|
|
83344
|
+
request: v2.request$,
|
|
83345
|
+
response: v2.response$,
|
|
83346
|
+
body: v2.body$
|
|
83347
|
+
});
|
|
83348
|
+
});
|
|
83349
|
+
GetOrgByIdAuthOrgsResponse500ResponseBody$outboundSchema = instanceOfType(GetOrgByIdAuthOrgsResponse500ResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
83350
|
+
message: stringType()
|
|
83351
|
+
}));
|
|
83352
|
+
GetOrgByIdAuthOrgsResponse429ResponseBody$inboundSchema = objectType({
|
|
83353
|
+
message: stringType(),
|
|
83354
|
+
request$: instanceOfType(Request),
|
|
83355
|
+
response$: instanceOfType(Response),
|
|
83356
|
+
body$: stringType()
|
|
83357
|
+
}).transform((v2) => {
|
|
83358
|
+
return new GetOrgByIdAuthOrgsResponse429ResponseBody(v2, {
|
|
83359
|
+
request: v2.request$,
|
|
83360
|
+
response: v2.response$,
|
|
83361
|
+
body: v2.body$
|
|
83362
|
+
});
|
|
83363
|
+
});
|
|
83364
|
+
GetOrgByIdAuthOrgsResponse429ResponseBody$outboundSchema = instanceOfType(GetOrgByIdAuthOrgsResponse429ResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
83365
|
+
message: stringType()
|
|
83366
|
+
}));
|
|
83367
|
+
GetOrgByIdAuthOrgsResponse410ResponseBody$inboundSchema = objectType({
|
|
83368
|
+
message: stringType(),
|
|
83369
|
+
request$: instanceOfType(Request),
|
|
83370
|
+
response$: instanceOfType(Response),
|
|
83371
|
+
body$: stringType()
|
|
83372
|
+
}).transform((v2) => {
|
|
83373
|
+
return new GetOrgByIdAuthOrgsResponse410ResponseBody(v2, {
|
|
83374
|
+
request: v2.request$,
|
|
83375
|
+
response: v2.response$,
|
|
83376
|
+
body: v2.body$
|
|
83377
|
+
});
|
|
83378
|
+
});
|
|
83379
|
+
GetOrgByIdAuthOrgsResponse410ResponseBody$outboundSchema = instanceOfType(GetOrgByIdAuthOrgsResponse410ResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
83380
|
+
message: stringType()
|
|
83381
|
+
}));
|
|
83382
|
+
GetOrgByIdAuthOrgsResponse409ResponseBody$inboundSchema = objectType({
|
|
83383
|
+
message: stringType(),
|
|
83384
|
+
request$: instanceOfType(Request),
|
|
83385
|
+
response$: instanceOfType(Response),
|
|
83386
|
+
body$: stringType()
|
|
83387
|
+
}).transform((v2) => {
|
|
83388
|
+
return new GetOrgByIdAuthOrgsResponse409ResponseBody(v2, {
|
|
83389
|
+
request: v2.request$,
|
|
83390
|
+
response: v2.response$,
|
|
83391
|
+
body: v2.body$
|
|
83392
|
+
});
|
|
83393
|
+
});
|
|
83394
|
+
GetOrgByIdAuthOrgsResponse409ResponseBody$outboundSchema = instanceOfType(GetOrgByIdAuthOrgsResponse409ResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
83395
|
+
message: stringType()
|
|
83396
|
+
}));
|
|
83397
|
+
GetOrgByIdAuthOrgsResponse404ResponseBody$inboundSchema = objectType({
|
|
83398
|
+
message: stringType(),
|
|
83399
|
+
request$: instanceOfType(Request),
|
|
83400
|
+
response$: instanceOfType(Response),
|
|
83401
|
+
body$: stringType()
|
|
83402
|
+
}).transform((v2) => {
|
|
83403
|
+
return new GetOrgByIdAuthOrgsResponse404ResponseBody(v2, {
|
|
83404
|
+
request: v2.request$,
|
|
83405
|
+
response: v2.response$,
|
|
83406
|
+
body: v2.body$
|
|
83407
|
+
});
|
|
83408
|
+
});
|
|
83409
|
+
GetOrgByIdAuthOrgsResponse404ResponseBody$outboundSchema = instanceOfType(GetOrgByIdAuthOrgsResponse404ResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
83410
|
+
message: stringType()
|
|
83411
|
+
}));
|
|
83412
|
+
GetOrgByIdAuthOrgsResponseResponseBody$inboundSchema = objectType({
|
|
83413
|
+
message: stringType(),
|
|
83414
|
+
request$: instanceOfType(Request),
|
|
83415
|
+
response$: instanceOfType(Response),
|
|
83416
|
+
body$: stringType()
|
|
83417
|
+
}).transform((v2) => {
|
|
83418
|
+
return new GetOrgByIdAuthOrgsResponseResponseBody(v2, {
|
|
83419
|
+
request: v2.request$,
|
|
83420
|
+
response: v2.response$,
|
|
83421
|
+
body: v2.body$
|
|
83422
|
+
});
|
|
83423
|
+
});
|
|
83424
|
+
GetOrgByIdAuthOrgsResponseResponseBody$outboundSchema = instanceOfType(GetOrgByIdAuthOrgsResponseResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
83425
|
+
message: stringType()
|
|
83426
|
+
}));
|
|
83427
|
+
GetOrgByIdAuthOrgsResponseBody$inboundSchema = objectType({
|
|
83428
|
+
message: stringType(),
|
|
83429
|
+
request$: instanceOfType(Request),
|
|
83430
|
+
response$: instanceOfType(Response),
|
|
83431
|
+
body$: stringType()
|
|
83432
|
+
}).transform((v2) => {
|
|
83433
|
+
return new GetOrgByIdAuthOrgsResponseBody(v2, {
|
|
83434
|
+
request: v2.request$,
|
|
83435
|
+
response: v2.response$,
|
|
83436
|
+
body: v2.body$
|
|
83437
|
+
});
|
|
83438
|
+
});
|
|
83439
|
+
GetOrgByIdAuthOrgsResponseBody$outboundSchema = instanceOfType(GetOrgByIdAuthOrgsResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
83440
|
+
message: stringType()
|
|
83441
|
+
}));
|
|
83442
|
+
GetOrgByIdResponseBody$inboundSchema = objectType({
|
|
83443
|
+
message: stringType(),
|
|
83444
|
+
request$: instanceOfType(Request),
|
|
83445
|
+
response$: instanceOfType(Response),
|
|
83446
|
+
body$: stringType()
|
|
83447
|
+
}).transform((v2) => {
|
|
83448
|
+
return new GetOrgByIdResponseBody(v2, {
|
|
83449
|
+
request: v2.request$,
|
|
83450
|
+
response: v2.response$,
|
|
83451
|
+
body: v2.body$
|
|
83452
|
+
});
|
|
83453
|
+
});
|
|
83454
|
+
GetOrgByIdResponseBody$outboundSchema = instanceOfType(GetOrgByIdResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
83455
|
+
message: stringType()
|
|
83105
83456
|
}));
|
|
83106
83457
|
});
|
|
83107
83458
|
|
|
@@ -86434,6 +86785,242 @@ var init_updateclusterinvite = __esm(() => {
|
|
|
86434
86785
|
}));
|
|
86435
86786
|
});
|
|
86436
86787
|
|
|
86788
|
+
// src/models/errors/updateorganization.ts
|
|
86789
|
+
var UpdateOrganizationAuthOrgsResponse500ResponseBody, UpdateOrganizationAuthOrgsResponse429ResponseBody, UpdateOrganizationAuthOrgsResponse413ResponseBody, UpdateOrganizationAuthOrgsResponse410ResponseBody, UpdateOrganizationAuthOrgsResponse409ResponseBody, UpdateOrganizationAuthOrgsResponse404ResponseBody, UpdateOrganizationAuthOrgsResponseResponseBody, UpdateOrganizationAuthOrgsResponseBody, UpdateOrganizationResponseBody, UpdateOrganizationAuthOrgsResponse500ResponseBody$inboundSchema, UpdateOrganizationAuthOrgsResponse500ResponseBody$outboundSchema, UpdateOrganizationAuthOrgsResponse429ResponseBody$inboundSchema, UpdateOrganizationAuthOrgsResponse429ResponseBody$outboundSchema, UpdateOrganizationAuthOrgsResponse413ResponseBody$inboundSchema, UpdateOrganizationAuthOrgsResponse413ResponseBody$outboundSchema, UpdateOrganizationAuthOrgsResponse410ResponseBody$inboundSchema, UpdateOrganizationAuthOrgsResponse410ResponseBody$outboundSchema, UpdateOrganizationAuthOrgsResponse409ResponseBody$inboundSchema, UpdateOrganizationAuthOrgsResponse409ResponseBody$outboundSchema, UpdateOrganizationAuthOrgsResponse404ResponseBody$inboundSchema, UpdateOrganizationAuthOrgsResponse404ResponseBody$outboundSchema, UpdateOrganizationAuthOrgsResponseResponseBody$inboundSchema, UpdateOrganizationAuthOrgsResponseResponseBody$outboundSchema, UpdateOrganizationAuthOrgsResponseBody$inboundSchema, UpdateOrganizationAuthOrgsResponseBody$outboundSchema, Details$inboundSchema, Details$outboundSchema, UpdateOrganizationResponseBody$inboundSchema, UpdateOrganizationResponseBody$outboundSchema;
|
|
86790
|
+
var init_updateorganization = __esm(() => {
|
|
86791
|
+
init_esm();
|
|
86792
|
+
init_sdkerror();
|
|
86793
|
+
UpdateOrganizationAuthOrgsResponse500ResponseBody = class UpdateOrganizationAuthOrgsResponse500ResponseBody extends SDKError {
|
|
86794
|
+
data$;
|
|
86795
|
+
constructor(err, httpMeta) {
|
|
86796
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
86797
|
+
super(message, httpMeta);
|
|
86798
|
+
this.data$ = err;
|
|
86799
|
+
this.name = "UpdateOrganizationAuthOrgsResponse500ResponseBody";
|
|
86800
|
+
}
|
|
86801
|
+
};
|
|
86802
|
+
UpdateOrganizationAuthOrgsResponse429ResponseBody = class UpdateOrganizationAuthOrgsResponse429ResponseBody extends SDKError {
|
|
86803
|
+
data$;
|
|
86804
|
+
constructor(err, httpMeta) {
|
|
86805
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
86806
|
+
super(message, httpMeta);
|
|
86807
|
+
this.data$ = err;
|
|
86808
|
+
this.name = "UpdateOrganizationAuthOrgsResponse429ResponseBody";
|
|
86809
|
+
}
|
|
86810
|
+
};
|
|
86811
|
+
UpdateOrganizationAuthOrgsResponse413ResponseBody = class UpdateOrganizationAuthOrgsResponse413ResponseBody extends SDKError {
|
|
86812
|
+
data$;
|
|
86813
|
+
constructor(err, httpMeta) {
|
|
86814
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
86815
|
+
super(message, httpMeta);
|
|
86816
|
+
this.data$ = err;
|
|
86817
|
+
this.name = "UpdateOrganizationAuthOrgsResponse413ResponseBody";
|
|
86818
|
+
}
|
|
86819
|
+
};
|
|
86820
|
+
UpdateOrganizationAuthOrgsResponse410ResponseBody = class UpdateOrganizationAuthOrgsResponse410ResponseBody extends SDKError {
|
|
86821
|
+
data$;
|
|
86822
|
+
constructor(err, httpMeta) {
|
|
86823
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
86824
|
+
super(message, httpMeta);
|
|
86825
|
+
this.data$ = err;
|
|
86826
|
+
this.name = "UpdateOrganizationAuthOrgsResponse410ResponseBody";
|
|
86827
|
+
}
|
|
86828
|
+
};
|
|
86829
|
+
UpdateOrganizationAuthOrgsResponse409ResponseBody = class UpdateOrganizationAuthOrgsResponse409ResponseBody extends SDKError {
|
|
86830
|
+
data$;
|
|
86831
|
+
constructor(err, httpMeta) {
|
|
86832
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
86833
|
+
super(message, httpMeta);
|
|
86834
|
+
this.data$ = err;
|
|
86835
|
+
this.name = "UpdateOrganizationAuthOrgsResponse409ResponseBody";
|
|
86836
|
+
}
|
|
86837
|
+
};
|
|
86838
|
+
UpdateOrganizationAuthOrgsResponse404ResponseBody = class UpdateOrganizationAuthOrgsResponse404ResponseBody extends SDKError {
|
|
86839
|
+
data$;
|
|
86840
|
+
constructor(err, httpMeta) {
|
|
86841
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
86842
|
+
super(message, httpMeta);
|
|
86843
|
+
this.data$ = err;
|
|
86844
|
+
this.name = "UpdateOrganizationAuthOrgsResponse404ResponseBody";
|
|
86845
|
+
}
|
|
86846
|
+
};
|
|
86847
|
+
UpdateOrganizationAuthOrgsResponseResponseBody = class UpdateOrganizationAuthOrgsResponseResponseBody extends SDKError {
|
|
86848
|
+
data$;
|
|
86849
|
+
constructor(err, httpMeta) {
|
|
86850
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
86851
|
+
super(message, httpMeta);
|
|
86852
|
+
this.data$ = err;
|
|
86853
|
+
this.name = "UpdateOrganizationAuthOrgsResponseResponseBody";
|
|
86854
|
+
}
|
|
86855
|
+
};
|
|
86856
|
+
UpdateOrganizationAuthOrgsResponseBody = class UpdateOrganizationAuthOrgsResponseBody extends SDKError {
|
|
86857
|
+
data$;
|
|
86858
|
+
constructor(err, httpMeta) {
|
|
86859
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
86860
|
+
super(message, httpMeta);
|
|
86861
|
+
this.data$ = err;
|
|
86862
|
+
this.name = "UpdateOrganizationAuthOrgsResponseBody";
|
|
86863
|
+
}
|
|
86864
|
+
};
|
|
86865
|
+
UpdateOrganizationResponseBody = class UpdateOrganizationResponseBody extends SDKError {
|
|
86866
|
+
details;
|
|
86867
|
+
data$;
|
|
86868
|
+
constructor(err, httpMeta) {
|
|
86869
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
86870
|
+
super(message, httpMeta);
|
|
86871
|
+
this.data$ = err;
|
|
86872
|
+
if (err.details != null)
|
|
86873
|
+
this.details = err.details;
|
|
86874
|
+
this.name = "UpdateOrganizationResponseBody";
|
|
86875
|
+
}
|
|
86876
|
+
};
|
|
86877
|
+
UpdateOrganizationAuthOrgsResponse500ResponseBody$inboundSchema = objectType({
|
|
86878
|
+
message: stringType(),
|
|
86879
|
+
request$: instanceOfType(Request),
|
|
86880
|
+
response$: instanceOfType(Response),
|
|
86881
|
+
body$: stringType()
|
|
86882
|
+
}).transform((v2) => {
|
|
86883
|
+
return new UpdateOrganizationAuthOrgsResponse500ResponseBody(v2, {
|
|
86884
|
+
request: v2.request$,
|
|
86885
|
+
response: v2.response$,
|
|
86886
|
+
body: v2.body$
|
|
86887
|
+
});
|
|
86888
|
+
});
|
|
86889
|
+
UpdateOrganizationAuthOrgsResponse500ResponseBody$outboundSchema = instanceOfType(UpdateOrganizationAuthOrgsResponse500ResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
86890
|
+
message: stringType()
|
|
86891
|
+
}));
|
|
86892
|
+
UpdateOrganizationAuthOrgsResponse429ResponseBody$inboundSchema = objectType({
|
|
86893
|
+
message: stringType(),
|
|
86894
|
+
request$: instanceOfType(Request),
|
|
86895
|
+
response$: instanceOfType(Response),
|
|
86896
|
+
body$: stringType()
|
|
86897
|
+
}).transform((v2) => {
|
|
86898
|
+
return new UpdateOrganizationAuthOrgsResponse429ResponseBody(v2, {
|
|
86899
|
+
request: v2.request$,
|
|
86900
|
+
response: v2.response$,
|
|
86901
|
+
body: v2.body$
|
|
86902
|
+
});
|
|
86903
|
+
});
|
|
86904
|
+
UpdateOrganizationAuthOrgsResponse429ResponseBody$outboundSchema = instanceOfType(UpdateOrganizationAuthOrgsResponse429ResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
86905
|
+
message: stringType()
|
|
86906
|
+
}));
|
|
86907
|
+
UpdateOrganizationAuthOrgsResponse413ResponseBody$inboundSchema = objectType({
|
|
86908
|
+
message: stringType(),
|
|
86909
|
+
request$: instanceOfType(Request),
|
|
86910
|
+
response$: instanceOfType(Response),
|
|
86911
|
+
body$: stringType()
|
|
86912
|
+
}).transform((v2) => {
|
|
86913
|
+
return new UpdateOrganizationAuthOrgsResponse413ResponseBody(v2, {
|
|
86914
|
+
request: v2.request$,
|
|
86915
|
+
response: v2.response$,
|
|
86916
|
+
body: v2.body$
|
|
86917
|
+
});
|
|
86918
|
+
});
|
|
86919
|
+
UpdateOrganizationAuthOrgsResponse413ResponseBody$outboundSchema = instanceOfType(UpdateOrganizationAuthOrgsResponse413ResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
86920
|
+
message: stringType()
|
|
86921
|
+
}));
|
|
86922
|
+
UpdateOrganizationAuthOrgsResponse410ResponseBody$inboundSchema = objectType({
|
|
86923
|
+
message: stringType(),
|
|
86924
|
+
request$: instanceOfType(Request),
|
|
86925
|
+
response$: instanceOfType(Response),
|
|
86926
|
+
body$: stringType()
|
|
86927
|
+
}).transform((v2) => {
|
|
86928
|
+
return new UpdateOrganizationAuthOrgsResponse410ResponseBody(v2, {
|
|
86929
|
+
request: v2.request$,
|
|
86930
|
+
response: v2.response$,
|
|
86931
|
+
body: v2.body$
|
|
86932
|
+
});
|
|
86933
|
+
});
|
|
86934
|
+
UpdateOrganizationAuthOrgsResponse410ResponseBody$outboundSchema = instanceOfType(UpdateOrganizationAuthOrgsResponse410ResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
86935
|
+
message: stringType()
|
|
86936
|
+
}));
|
|
86937
|
+
UpdateOrganizationAuthOrgsResponse409ResponseBody$inboundSchema = objectType({
|
|
86938
|
+
message: stringType(),
|
|
86939
|
+
request$: instanceOfType(Request),
|
|
86940
|
+
response$: instanceOfType(Response),
|
|
86941
|
+
body$: stringType()
|
|
86942
|
+
}).transform((v2) => {
|
|
86943
|
+
return new UpdateOrganizationAuthOrgsResponse409ResponseBody(v2, {
|
|
86944
|
+
request: v2.request$,
|
|
86945
|
+
response: v2.response$,
|
|
86946
|
+
body: v2.body$
|
|
86947
|
+
});
|
|
86948
|
+
});
|
|
86949
|
+
UpdateOrganizationAuthOrgsResponse409ResponseBody$outboundSchema = instanceOfType(UpdateOrganizationAuthOrgsResponse409ResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
86950
|
+
message: stringType()
|
|
86951
|
+
}));
|
|
86952
|
+
UpdateOrganizationAuthOrgsResponse404ResponseBody$inboundSchema = objectType({
|
|
86953
|
+
message: stringType(),
|
|
86954
|
+
request$: instanceOfType(Request),
|
|
86955
|
+
response$: instanceOfType(Response),
|
|
86956
|
+
body$: stringType()
|
|
86957
|
+
}).transform((v2) => {
|
|
86958
|
+
return new UpdateOrganizationAuthOrgsResponse404ResponseBody(v2, {
|
|
86959
|
+
request: v2.request$,
|
|
86960
|
+
response: v2.response$,
|
|
86961
|
+
body: v2.body$
|
|
86962
|
+
});
|
|
86963
|
+
});
|
|
86964
|
+
UpdateOrganizationAuthOrgsResponse404ResponseBody$outboundSchema = instanceOfType(UpdateOrganizationAuthOrgsResponse404ResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
86965
|
+
message: stringType()
|
|
86966
|
+
}));
|
|
86967
|
+
UpdateOrganizationAuthOrgsResponseResponseBody$inboundSchema = objectType({
|
|
86968
|
+
message: stringType(),
|
|
86969
|
+
request$: instanceOfType(Request),
|
|
86970
|
+
response$: instanceOfType(Response),
|
|
86971
|
+
body$: stringType()
|
|
86972
|
+
}).transform((v2) => {
|
|
86973
|
+
return new UpdateOrganizationAuthOrgsResponseResponseBody(v2, {
|
|
86974
|
+
request: v2.request$,
|
|
86975
|
+
response: v2.response$,
|
|
86976
|
+
body: v2.body$
|
|
86977
|
+
});
|
|
86978
|
+
});
|
|
86979
|
+
UpdateOrganizationAuthOrgsResponseResponseBody$outboundSchema = instanceOfType(UpdateOrganizationAuthOrgsResponseResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
86980
|
+
message: stringType()
|
|
86981
|
+
}));
|
|
86982
|
+
UpdateOrganizationAuthOrgsResponseBody$inboundSchema = objectType({
|
|
86983
|
+
message: stringType(),
|
|
86984
|
+
request$: instanceOfType(Request),
|
|
86985
|
+
response$: instanceOfType(Response),
|
|
86986
|
+
body$: stringType()
|
|
86987
|
+
}).transform((v2) => {
|
|
86988
|
+
return new UpdateOrganizationAuthOrgsResponseBody(v2, {
|
|
86989
|
+
request: v2.request$,
|
|
86990
|
+
response: v2.response$,
|
|
86991
|
+
body: v2.body$
|
|
86992
|
+
});
|
|
86993
|
+
});
|
|
86994
|
+
UpdateOrganizationAuthOrgsResponseBody$outboundSchema = instanceOfType(UpdateOrganizationAuthOrgsResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
86995
|
+
message: stringType()
|
|
86996
|
+
}));
|
|
86997
|
+
Details$inboundSchema = objectType({
|
|
86998
|
+
path: stringType(),
|
|
86999
|
+
message: stringType()
|
|
87000
|
+
});
|
|
87001
|
+
Details$outboundSchema = objectType({
|
|
87002
|
+
path: stringType(),
|
|
87003
|
+
message: stringType()
|
|
87004
|
+
});
|
|
87005
|
+
UpdateOrganizationResponseBody$inboundSchema = objectType({
|
|
87006
|
+
message: stringType(),
|
|
87007
|
+
details: arrayType(lazyType(() => Details$inboundSchema)).optional(),
|
|
87008
|
+
request$: instanceOfType(Request),
|
|
87009
|
+
response$: instanceOfType(Response),
|
|
87010
|
+
body$: stringType()
|
|
87011
|
+
}).transform((v2) => {
|
|
87012
|
+
return new UpdateOrganizationResponseBody(v2, {
|
|
87013
|
+
request: v2.request$,
|
|
87014
|
+
response: v2.response$,
|
|
87015
|
+
body: v2.body$
|
|
87016
|
+
});
|
|
87017
|
+
});
|
|
87018
|
+
UpdateOrganizationResponseBody$outboundSchema = instanceOfType(UpdateOrganizationResponseBody).transform((v2) => v2.data$).pipe(objectType({
|
|
87019
|
+
message: stringType(),
|
|
87020
|
+
details: arrayType(lazyType(() => Details$outboundSchema)).optional()
|
|
87021
|
+
}));
|
|
87022
|
+
});
|
|
87023
|
+
|
|
86437
87024
|
// src/models/errors/updateorgquota.ts
|
|
86438
87025
|
var UpdateOrgQuotaAuthOrgsResponse429ResponseBody, UpdateOrgQuotaAuthOrgsResponse410ResponseBody, UpdateOrgQuotaAuthOrgsResponse409ResponseBody, UpdateOrgQuotaAuthOrgsResponse404ResponseBody, UpdateOrgQuotaAuthOrgsResponseResponseBody, UpdateOrgQuotaAuthOrgsResponseBody, UpdateOrgQuotaResponseBody, UpdateOrgQuotaAuthOrgsResponse429ResponseBody$inboundSchema, UpdateOrgQuotaAuthOrgsResponse429ResponseBody$outboundSchema, UpdateOrgQuotaAuthOrgsResponse410ResponseBody$inboundSchema, UpdateOrgQuotaAuthOrgsResponse410ResponseBody$outboundSchema, UpdateOrgQuotaAuthOrgsResponse409ResponseBody$inboundSchema, UpdateOrgQuotaAuthOrgsResponse409ResponseBody$outboundSchema, UpdateOrgQuotaAuthOrgsResponse404ResponseBody$inboundSchema, UpdateOrgQuotaAuthOrgsResponse404ResponseBody$outboundSchema, UpdateOrgQuotaAuthOrgsResponseResponseBody$inboundSchema, UpdateOrgQuotaAuthOrgsResponseResponseBody$outboundSchema, UpdateOrgQuotaAuthOrgsResponseBody$inboundSchema, UpdateOrgQuotaAuthOrgsResponseBody$outboundSchema, UpdateOrgQuotaResponseBody$inboundSchema, UpdateOrgQuotaResponseBody$outboundSchema;
|
|
86439
87026
|
var init_updateorgquota = __esm(() => {
|
|
@@ -87309,6 +87896,7 @@ var init_errors4 = __esm(() => {
|
|
|
87309
87896
|
init_getclusterorg();
|
|
87310
87897
|
init_getfilecontent();
|
|
87311
87898
|
init_getjwtfromkey();
|
|
87899
|
+
init_getorgbyid();
|
|
87312
87900
|
init_getorgquota();
|
|
87313
87901
|
init_getorgratelimit();
|
|
87314
87902
|
init_getserviceaccount();
|
|
@@ -87334,6 +87922,7 @@ var init_errors4 = __esm(() => {
|
|
|
87334
87922
|
init_suspendclusterorg();
|
|
87335
87923
|
init_unsuspendclusterorg();
|
|
87336
87924
|
init_updateclusterinvite();
|
|
87925
|
+
init_updateorganization();
|
|
87337
87926
|
init_updateorgquota();
|
|
87338
87927
|
init_updateorgratelimit();
|
|
87339
87928
|
init_updatescopedapikey();
|
|
@@ -96221,6 +96810,37 @@ var init_getorgbudgets = __esm(() => {
|
|
|
96221
96810
|
});
|
|
96222
96811
|
});
|
|
96223
96812
|
|
|
96813
|
+
// src/models/operations/getorgbyid.ts
|
|
96814
|
+
var GetOrgByIdSecurity$inboundSchema, GetOrgByIdSecurity$outboundSchema, GetOrgByIdRequest$inboundSchema, GetOrgByIdRequest$outboundSchema;
|
|
96815
|
+
var init_getorgbyid2 = __esm(() => {
|
|
96816
|
+
init_esm();
|
|
96817
|
+
init_primitives();
|
|
96818
|
+
GetOrgByIdSecurity$inboundSchema = objectType({
|
|
96819
|
+
bearerAuth: stringType().optional(),
|
|
96820
|
+
sessionCookie: stringType().optional()
|
|
96821
|
+
});
|
|
96822
|
+
GetOrgByIdSecurity$outboundSchema = objectType({
|
|
96823
|
+
bearerAuth: stringType().optional(),
|
|
96824
|
+
sessionCookie: stringType().optional()
|
|
96825
|
+
});
|
|
96826
|
+
GetOrgByIdRequest$inboundSchema = objectType({
|
|
96827
|
+
orgId: stringType(),
|
|
96828
|
+
"X-On-Behalf-Of": stringType().optional()
|
|
96829
|
+
}).transform((v2) => {
|
|
96830
|
+
return remap(v2, {
|
|
96831
|
+
"X-On-Behalf-Of": "xOnBehalfOf"
|
|
96832
|
+
});
|
|
96833
|
+
});
|
|
96834
|
+
GetOrgByIdRequest$outboundSchema = objectType({
|
|
96835
|
+
orgId: stringType(),
|
|
96836
|
+
xOnBehalfOf: stringType().optional()
|
|
96837
|
+
}).transform((v2) => {
|
|
96838
|
+
return remap(v2, {
|
|
96839
|
+
xOnBehalfOf: "X-On-Behalf-Of"
|
|
96840
|
+
});
|
|
96841
|
+
});
|
|
96842
|
+
});
|
|
96843
|
+
|
|
96224
96844
|
// src/models/operations/getorgquota.ts
|
|
96225
96845
|
var GetOrgQuotaQuotaPeriod, GetOrgQuotaRequest$inboundSchema, GetOrgQuotaRequest$outboundSchema, GetOrgQuotaQuotaPeriod$inboundSchema, GetOrgQuotaQuotaPeriod$outboundSchema, GetOrgQuotaResponseBody$inboundSchema2, GetOrgQuotaResponseBody$outboundSchema2;
|
|
96226
96846
|
var init_getorgquota2 = __esm(() => {
|
|
@@ -106976,6 +107596,42 @@ var init_updatememorystore = __esm(() => {
|
|
|
106976
107596
|
});
|
|
106977
107597
|
});
|
|
106978
107598
|
|
|
107599
|
+
// src/models/operations/updateorganization.ts
|
|
107600
|
+
var UpdateOrganizationSecurity$inboundSchema, UpdateOrganizationSecurity$outboundSchema, UpdateOrganizationRequest$inboundSchema, UpdateOrganizationRequest$outboundSchema;
|
|
107601
|
+
var init_updateorganization2 = __esm(() => {
|
|
107602
|
+
init_esm();
|
|
107603
|
+
init_primitives();
|
|
107604
|
+
init_components();
|
|
107605
|
+
UpdateOrganizationSecurity$inboundSchema = objectType({
|
|
107606
|
+
bearerAuth: stringType().optional(),
|
|
107607
|
+
sessionCookie: stringType().optional()
|
|
107608
|
+
});
|
|
107609
|
+
UpdateOrganizationSecurity$outboundSchema = objectType({
|
|
107610
|
+
bearerAuth: stringType().optional(),
|
|
107611
|
+
sessionCookie: stringType().optional()
|
|
107612
|
+
});
|
|
107613
|
+
UpdateOrganizationRequest$inboundSchema = objectType({
|
|
107614
|
+
orgId: stringType(),
|
|
107615
|
+
"X-On-Behalf-Of": stringType().optional(),
|
|
107616
|
+
UpdateOrganizationBody: UpdateOrganizationBody$inboundSchema
|
|
107617
|
+
}).transform((v2) => {
|
|
107618
|
+
return remap(v2, {
|
|
107619
|
+
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
107620
|
+
UpdateOrganizationBody: "updateOrganizationBody"
|
|
107621
|
+
});
|
|
107622
|
+
});
|
|
107623
|
+
UpdateOrganizationRequest$outboundSchema = objectType({
|
|
107624
|
+
orgId: stringType(),
|
|
107625
|
+
xOnBehalfOf: stringType().optional(),
|
|
107626
|
+
updateOrganizationBody: UpdateOrganizationBody$outboundSchema
|
|
107627
|
+
}).transform((v2) => {
|
|
107628
|
+
return remap(v2, {
|
|
107629
|
+
xOnBehalfOf: "X-On-Behalf-Of",
|
|
107630
|
+
updateOrganizationBody: "UpdateOrganizationBody"
|
|
107631
|
+
});
|
|
107632
|
+
});
|
|
107633
|
+
});
|
|
107634
|
+
|
|
106979
107635
|
// src/models/operations/updateorgquota.ts
|
|
106980
107636
|
var QuotaPeriod, UpdateOrgQuotaQuotaPeriod, QuotaPeriod$inboundSchema, QuotaPeriod$outboundSchema, UpdateOrgQuotaRequestBody$inboundSchema, UpdateOrgQuotaRequestBody$outboundSchema, UpdateOrgQuotaRequest$inboundSchema, UpdateOrgQuotaRequest$outboundSchema, UpdateOrgQuotaQuotaPeriod$inboundSchema, UpdateOrgQuotaQuotaPeriod$outboundSchema, UpdateOrgQuotaResponseBody$inboundSchema2, UpdateOrgQuotaResponseBody$outboundSchema2;
|
|
106981
107637
|
var init_updateorgquota2 = __esm(() => {
|
|
@@ -107896,6 +108552,7 @@ var init_operations = __esm(() => {
|
|
|
107896
108552
|
init_getmemorystore();
|
|
107897
108553
|
init_getmodel();
|
|
107898
108554
|
init_getorgbudgets();
|
|
108555
|
+
init_getorgbyid2();
|
|
107899
108556
|
init_getorgquota2();
|
|
107900
108557
|
init_getorgratelimit2();
|
|
107901
108558
|
init_getpricing();
|
|
@@ -108079,6 +108736,7 @@ var init_operations = __esm(() => {
|
|
|
108079
108736
|
init_updatemcpserver();
|
|
108080
108737
|
init_updatememoryentry();
|
|
108081
108738
|
init_updatememorystore();
|
|
108739
|
+
init_updateorganization2();
|
|
108082
108740
|
init_updateorgquota2();
|
|
108083
108741
|
init_updateorgratelimit2();
|
|
108084
108742
|
init_updateprompt();
|
|
@@ -152749,7 +153407,7 @@ Aggregate sandbox usage (session lifecycle, execution, and workspace operations)
|
|
|
152749
153407
|
function createMCPServer(deps) {
|
|
152750
153408
|
const server = new McpServer({
|
|
152751
153409
|
name: "SDK",
|
|
152752
|
-
version: "0.54.
|
|
153410
|
+
version: "0.54.25"
|
|
152753
153411
|
});
|
|
152754
153412
|
const client = new SDKCore({
|
|
152755
153413
|
bearerAuth: deps.bearerAuth,
|
|
@@ -154707,7 +155365,7 @@ var routes = rn({
|
|
|
154707
155365
|
var app = Ve(routes, {
|
|
154708
155366
|
name: "mcp",
|
|
154709
155367
|
versionInfo: {
|
|
154710
|
-
currentVersion: "0.54.
|
|
155368
|
+
currentVersion: "0.54.25"
|
|
154711
155369
|
}
|
|
154712
155370
|
});
|
|
154713
155371
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -154715,5 +155373,5 @@ export {
|
|
|
154715
155373
|
app
|
|
154716
155374
|
};
|
|
154717
155375
|
|
|
154718
|
-
//# debugId=
|
|
155376
|
+
//# debugId=ACAA68706DB2011A64756E2164756E21
|
|
154719
155377
|
//# sourceMappingURL=mcp-server.js.map
|