@vercel/sdk 1.11.1 → 1.11.4
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 +45 -52
- package/bin/mcp-server.js +1830 -1660
- package/bin/mcp-server.js.map +36 -36
- package/docs/sdks/integrations/README.md +83 -0
- package/docs/sdks/vercel/README.md +0 -74
- package/esm/__tests__/accessgroups.test.js +1 -3
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +28 -1
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +1 -1
- package/esm/__tests__/vercel.test.js +3 -27
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/deploymentsUploadFile.js +0 -1
- package/esm/funcs/deploymentsUploadFile.js.map +1 -1
- package/esm/funcs/domainsGetDomainTransfer.js +2 -2
- package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
- package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
- package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
- package/esm/models/approverollingreleasestageop.d.ts +15 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +6 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +9 -6
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +3 -2
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +15 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +6 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +12 -6
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +4 -2
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +276 -246
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +318 -296
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +173 -164
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +158 -156
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/getbillingplansop.d.ts +257 -0
- package/esm/models/getbillingplansop.d.ts.map +1 -0
- package/esm/models/getbillingplansop.js +244 -0
- package/esm/models/getbillingplansop.js.map +1 -0
- package/esm/models/getconfigurationproductsop.d.ts +330 -330
- package/esm/models/getconfigurationproductsop.js +408 -408
- package/esm/models/getdeploymentop.d.ts +9 -6
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +3 -2
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getdomaintransferop.d.ts +99 -25
- package/esm/models/getdomaintransferop.d.ts.map +1 -1
- package/esm/models/getdomaintransferop.js +101 -25
- package/esm/models/getdomaintransferop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +8 -2
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +3 -2
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
- package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseconfigop.js +2 -0
- package/esm/models/getrollingreleaseconfigop.js.map +1 -1
- package/esm/models/getrollingreleaseop.d.ts +15 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +6 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +15 -15
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +17 -15
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/patchteamop.d.ts +12 -0
- package/esm/models/patchteamop.d.ts.map +1 -1
- package/esm/models/patchteamop.js +4 -0
- package/esm/models/patchteamop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +8 -2
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +3 -2
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +173 -164
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +158 -156
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
- package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.js +2 -0
- package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
- package/esm/models/uploadfileop.d.ts +0 -5
- package/esm/models/uploadfileop.d.ts.map +1 -1
- package/esm/models/uploadfileop.js +0 -4
- package/esm/models/uploadfileop.js.map +1 -1
- package/esm/models/userevent.d.ts +960 -770
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1102 -974
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/integrations.d.ts +8 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +10 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/sdk.d.ts +1 -3
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +0 -5
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +1 -3
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/integrations.test.ts +32 -1
- package/src/__tests__/rollingrelease.test.ts +1 -1
- package/src/__tests__/vercel.test.ts +4 -33
- package/src/funcs/deploymentsUploadFile.ts +0 -5
- package/src/funcs/domainsGetDomainTransfer.ts +2 -2
- package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -5
- package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
- package/src/models/approverollingreleasestageop.ts +21 -0
- package/src/models/canceldeploymentop.ts +5 -4
- package/src/models/completerollingreleaseop.ts +21 -0
- package/src/models/createdeploymentop.ts +6 -4
- package/src/models/createintegrationstoredirectop.ts +544 -507
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +347 -342
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/getbillingplansop.ts +508 -0
- package/src/models/getconfigurationproductsop.ts +703 -703
- package/src/models/getdeploymentop.ts +5 -4
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getdomaintransferop.ts +203 -39
- package/src/models/getprojectsop.ts +8 -4
- package/src/models/getrollingreleaseconfigop.ts +7 -0
- package/src/models/getrollingreleaseop.ts +21 -0
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +27 -29
- package/src/models/patchteamop.ts +4 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateprojectdatacacheop.ts +8 -4
- package/src/models/updateprojectop.ts +347 -342
- package/src/models/updaterollingreleaseconfigop.ts +7 -0
- package/src/models/uploadfileop.ts +0 -9
- package/src/models/userevent.ts +2219 -1917
- package/src/sdk/integrations.ts +22 -0
- package/src/sdk/sdk.ts +1 -23
- package/vercel-spec.json +1401 -1170
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -14
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
- package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
- package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
|
@@ -111,6 +111,7 @@ export declare const CreateIntegrationStoreDirectFramework: {
|
|
|
111
111
|
readonly Nitro: "nitro";
|
|
112
112
|
readonly Hono: "hono";
|
|
113
113
|
readonly Express: "express";
|
|
114
|
+
readonly H3: "h3";
|
|
114
115
|
readonly Xmcp: "xmcp";
|
|
115
116
|
};
|
|
116
117
|
export type CreateIntegrationStoreDirectFramework = ClosedEnum<typeof CreateIntegrationStoreDirectFramework>;
|
|
@@ -155,6 +156,12 @@ export declare const CreateIntegrationStoreDirectStatus: {
|
|
|
155
156
|
readonly Uninstalled: "uninstalled";
|
|
156
157
|
};
|
|
157
158
|
export type CreateIntegrationStoreDirectStatus = ClosedEnum<typeof CreateIntegrationStoreDirectStatus>;
|
|
159
|
+
export declare const CreateIntegrationStoreDirectOwnership: {
|
|
160
|
+
readonly Owned: "owned";
|
|
161
|
+
readonly Linked: "linked";
|
|
162
|
+
readonly Sandbox: "sandbox";
|
|
163
|
+
};
|
|
164
|
+
export type CreateIntegrationStoreDirectOwnership = ClosedEnum<typeof CreateIntegrationStoreDirectOwnership>;
|
|
158
165
|
export type CreateIntegrationStoreDirectMetadata = string | number | boolean | Array<string> | Array<number>;
|
|
159
166
|
export declare const ExternalResourceStatus: {
|
|
160
167
|
readonly Error: "error";
|
|
@@ -169,9 +176,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
|
|
|
169
176
|
readonly Object: "object";
|
|
170
177
|
};
|
|
171
178
|
export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
|
|
172
|
-
export type
|
|
179
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823 = {};
|
|
173
180
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
174
|
-
|
|
181
|
+
atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823;
|
|
175
182
|
};
|
|
176
183
|
export declare const CreateIntegrationStoreDirectDisabled3: {
|
|
177
184
|
readonly Update: "update";
|
|
@@ -204,9 +211,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
204
211
|
readonly VercelRegion: "vercel-region";
|
|
205
212
|
};
|
|
206
213
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
|
|
207
|
-
export type
|
|
214
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823 = {};
|
|
208
215
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
209
|
-
|
|
216
|
+
atBRANDAt7823: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823;
|
|
210
217
|
};
|
|
211
218
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
|
|
212
219
|
readonly Update: "update";
|
|
@@ -231,9 +238,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
231
238
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
|
|
232
239
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
|
|
233
240
|
};
|
|
234
|
-
export type
|
|
241
|
+
export type UiOptionsAtBRANDAt7823 = {};
|
|
235
242
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
236
|
-
|
|
243
|
+
atBRANDAt7823: UiOptionsAtBRANDAt7823;
|
|
237
244
|
};
|
|
238
245
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
|
|
239
246
|
readonly Update: "update";
|
|
@@ -260,17 +267,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
|
|
|
260
267
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
|
|
261
268
|
};
|
|
262
269
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
|
|
263
|
-
export type
|
|
270
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823 = {};
|
|
264
271
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
|
|
265
|
-
|
|
272
|
+
atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823;
|
|
266
273
|
};
|
|
267
|
-
export type
|
|
274
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823 = {};
|
|
268
275
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
|
|
269
|
-
|
|
276
|
+
atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823;
|
|
270
277
|
};
|
|
271
|
-
export type
|
|
278
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823 = {};
|
|
272
279
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
|
|
273
|
-
|
|
280
|
+
atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823;
|
|
274
281
|
};
|
|
275
282
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
|
|
276
283
|
readonly Update: "update";
|
|
@@ -332,17 +339,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
332
339
|
readonly String: "string";
|
|
333
340
|
};
|
|
334
341
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType>;
|
|
335
|
-
export type
|
|
342
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823 = {};
|
|
336
343
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
|
|
337
|
-
|
|
344
|
+
atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823;
|
|
338
345
|
};
|
|
339
|
-
export type
|
|
346
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823 = {};
|
|
340
347
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
|
|
341
|
-
|
|
348
|
+
atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823;
|
|
342
349
|
};
|
|
343
|
-
export type
|
|
350
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823 = {};
|
|
344
351
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
|
|
345
|
-
|
|
352
|
+
atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823;
|
|
346
353
|
};
|
|
347
354
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
348
355
|
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType;
|
|
@@ -465,17 +472,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
465
472
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
|
|
466
473
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
|
|
467
474
|
};
|
|
468
|
-
export type
|
|
475
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823 = {};
|
|
469
476
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
470
|
-
|
|
477
|
+
atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823;
|
|
471
478
|
};
|
|
472
|
-
export type
|
|
479
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823 = {};
|
|
473
480
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
474
|
-
|
|
481
|
+
atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823;
|
|
475
482
|
};
|
|
476
|
-
export type
|
|
483
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823 = {};
|
|
477
484
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
478
|
-
|
|
485
|
+
atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823;
|
|
479
486
|
};
|
|
480
487
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
|
|
481
488
|
readonly Update: "update";
|
|
@@ -721,17 +728,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
|
|
|
721
728
|
readonly Input: "input";
|
|
722
729
|
};
|
|
723
730
|
export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
|
|
724
|
-
export type
|
|
731
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823 = {};
|
|
725
732
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
726
|
-
|
|
733
|
+
atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823;
|
|
727
734
|
};
|
|
728
|
-
export type
|
|
735
|
+
export type PropertiesAtBRANDAt7823 = {};
|
|
729
736
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
730
|
-
|
|
737
|
+
atBRANDAt7823: PropertiesAtBRANDAt7823;
|
|
731
738
|
};
|
|
732
|
-
export type
|
|
739
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7823 = {};
|
|
733
740
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
734
|
-
|
|
741
|
+
atBRANDAt7823: CreateIntegrationStoreDirectPropertiesAtBRANDAt7823;
|
|
735
742
|
};
|
|
736
743
|
export declare const CreateIntegrationStoreDirectUiReadOnly3: {
|
|
737
744
|
readonly Update: "update";
|
|
@@ -801,8 +808,8 @@ export declare const Tags: {
|
|
|
801
808
|
readonly Redis: "redis";
|
|
802
809
|
readonly Postgres: "postgres";
|
|
803
810
|
readonly Blob: "blob";
|
|
804
|
-
readonly Checks: "checks";
|
|
805
811
|
readonly Experimentation: "experimentation";
|
|
812
|
+
readonly Checks: "checks";
|
|
806
813
|
readonly Storage: "storage";
|
|
807
814
|
readonly Ai: "ai";
|
|
808
815
|
readonly Observability: "observability";
|
|
@@ -855,7 +862,6 @@ export declare const ProjectConnectionScopes: {
|
|
|
855
862
|
readonly ReadWriteLogDrain: "read-write:log-drain";
|
|
856
863
|
readonly ReadWriteProjectEnvVars: "read-write:project-env-vars";
|
|
857
864
|
readonly ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass";
|
|
858
|
-
readonly ReadWriteTraceDrain: "read-write:trace-drain";
|
|
859
865
|
};
|
|
860
866
|
export type ProjectConnectionScopes = ClosedEnum<typeof ProjectConnectionScopes>;
|
|
861
867
|
export type Repl = {
|
|
@@ -881,9 +887,9 @@ export type Guides = {
|
|
|
881
887
|
title: string;
|
|
882
888
|
steps: Array<Steps>;
|
|
883
889
|
};
|
|
884
|
-
export type
|
|
890
|
+
export type AtBRANDAt7823 = {};
|
|
885
891
|
export type CreateIntegrationStoreDirectValue = {
|
|
886
|
-
|
|
892
|
+
atBRANDAt7823: AtBRANDAt7823;
|
|
887
893
|
};
|
|
888
894
|
export declare const Disabled3: {
|
|
889
895
|
readonly Update: "update";
|
|
@@ -991,6 +997,7 @@ export type CreateIntegrationStoreDirectStore = {
|
|
|
991
997
|
totalConnectedProjects?: number | undefined;
|
|
992
998
|
usageQuotaExceeded: boolean;
|
|
993
999
|
status: CreateIntegrationStoreDirectStatus | null;
|
|
1000
|
+
ownership?: CreateIntegrationStoreDirectOwnership | undefined;
|
|
994
1001
|
metadata?: {
|
|
995
1002
|
[k: string]: string | number | boolean | Array<string> | Array<number>;
|
|
996
1003
|
} | undefined;
|
|
@@ -1145,6 +1152,7 @@ export declare namespace CreateIntegrationStoreDirectFramework$ {
|
|
|
1145
1152
|
readonly Nitro: "nitro";
|
|
1146
1153
|
readonly Hono: "hono";
|
|
1147
1154
|
readonly Express: "express";
|
|
1155
|
+
readonly H3: "h3";
|
|
1148
1156
|
readonly Xmcp: "xmcp";
|
|
1149
1157
|
}>;
|
|
1150
1158
|
/** @deprecated use `CreateIntegrationStoreDirectFramework$outboundSchema` instead. */
|
|
@@ -1199,6 +1207,7 @@ export declare namespace CreateIntegrationStoreDirectFramework$ {
|
|
|
1199
1207
|
readonly Nitro: "nitro";
|
|
1200
1208
|
readonly Hono: "hono";
|
|
1201
1209
|
readonly Express: "express";
|
|
1210
|
+
readonly H3: "h3";
|
|
1202
1211
|
readonly Xmcp: "xmcp";
|
|
1203
1212
|
}>;
|
|
1204
1213
|
}
|
|
@@ -1353,6 +1362,28 @@ export declare namespace CreateIntegrationStoreDirectStatus$ {
|
|
|
1353
1362
|
}>;
|
|
1354
1363
|
}
|
|
1355
1364
|
/** @internal */
|
|
1365
|
+
export declare const CreateIntegrationStoreDirectOwnership$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectOwnership>;
|
|
1366
|
+
/** @internal */
|
|
1367
|
+
export declare const CreateIntegrationStoreDirectOwnership$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectOwnership>;
|
|
1368
|
+
/**
|
|
1369
|
+
* @internal
|
|
1370
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1371
|
+
*/
|
|
1372
|
+
export declare namespace CreateIntegrationStoreDirectOwnership$ {
|
|
1373
|
+
/** @deprecated use `CreateIntegrationStoreDirectOwnership$inboundSchema` instead. */
|
|
1374
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1375
|
+
readonly Owned: "owned";
|
|
1376
|
+
readonly Linked: "linked";
|
|
1377
|
+
readonly Sandbox: "sandbox";
|
|
1378
|
+
}>;
|
|
1379
|
+
/** @deprecated use `CreateIntegrationStoreDirectOwnership$outboundSchema` instead. */
|
|
1380
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1381
|
+
readonly Owned: "owned";
|
|
1382
|
+
readonly Linked: "linked";
|
|
1383
|
+
readonly Sandbox: "sandbox";
|
|
1384
|
+
}>;
|
|
1385
|
+
}
|
|
1386
|
+
/** @internal */
|
|
1356
1387
|
export declare const CreateIntegrationStoreDirectMetadata$inboundSchema: z.ZodType<CreateIntegrationStoreDirectMetadata, z.ZodTypeDef, unknown>;
|
|
1357
1388
|
/** @internal */
|
|
1358
1389
|
export type CreateIntegrationStoreDirectMetadata$Outbound = string | number | boolean | Array<string> | Array<number>;
|
|
@@ -1419,30 +1450,30 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
1419
1450
|
}>;
|
|
1420
1451
|
}
|
|
1421
1452
|
/** @internal */
|
|
1422
|
-
export declare const
|
|
1453
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
1423
1454
|
/** @internal */
|
|
1424
|
-
export type
|
|
1455
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound = {};
|
|
1425
1456
|
/** @internal */
|
|
1426
|
-
export declare const
|
|
1457
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823>;
|
|
1427
1458
|
/**
|
|
1428
1459
|
* @internal
|
|
1429
1460
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1430
1461
|
*/
|
|
1431
|
-
export declare namespace
|
|
1432
|
-
/** @deprecated use `
|
|
1433
|
-
const inboundSchema: z.ZodType<
|
|
1434
|
-
/** @deprecated use `
|
|
1435
|
-
const outboundSchema: z.ZodType<
|
|
1436
|
-
/** @deprecated use `
|
|
1437
|
-
type Outbound =
|
|
1462
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$ {
|
|
1463
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema` instead. */
|
|
1464
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
1465
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema` instead. */
|
|
1466
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823>;
|
|
1467
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound` instead. */
|
|
1468
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound;
|
|
1438
1469
|
}
|
|
1439
|
-
export declare function
|
|
1440
|
-
export declare function
|
|
1470
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823): string;
|
|
1471
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823, SDKValidationError>;
|
|
1441
1472
|
/** @internal */
|
|
1442
1473
|
export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
|
|
1443
1474
|
/** @internal */
|
|
1444
1475
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
1445
|
-
"__@BRAND@
|
|
1476
|
+
"__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound;
|
|
1446
1477
|
};
|
|
1447
1478
|
/** @internal */
|
|
1448
1479
|
export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
|
|
@@ -1645,30 +1676,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
1645
1676
|
}>;
|
|
1646
1677
|
}
|
|
1647
1678
|
/** @internal */
|
|
1648
|
-
export declare const
|
|
1679
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
1649
1680
|
/** @internal */
|
|
1650
|
-
export type
|
|
1681
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound = {};
|
|
1651
1682
|
/** @internal */
|
|
1652
|
-
export declare const
|
|
1683
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823>;
|
|
1653
1684
|
/**
|
|
1654
1685
|
* @internal
|
|
1655
1686
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1656
1687
|
*/
|
|
1657
|
-
export declare namespace
|
|
1658
|
-
/** @deprecated use `
|
|
1659
|
-
const inboundSchema: z.ZodType<
|
|
1660
|
-
/** @deprecated use `
|
|
1661
|
-
const outboundSchema: z.ZodType<
|
|
1662
|
-
/** @deprecated use `
|
|
1663
|
-
type Outbound =
|
|
1688
|
+
export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$ {
|
|
1689
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema` instead. */
|
|
1690
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
1691
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema` instead. */
|
|
1692
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823>;
|
|
1693
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound` instead. */
|
|
1694
|
+
type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound;
|
|
1664
1695
|
}
|
|
1665
|
-
export declare function
|
|
1666
|
-
export declare function
|
|
1696
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7823ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7823: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823): string;
|
|
1697
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823, SDKValidationError>;
|
|
1667
1698
|
/** @internal */
|
|
1668
1699
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
|
|
1669
1700
|
/** @internal */
|
|
1670
1701
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
1671
|
-
"__@BRAND@
|
|
1702
|
+
"__@BRAND@7823": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound;
|
|
1672
1703
|
};
|
|
1673
1704
|
/** @internal */
|
|
1674
1705
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
|
|
@@ -1835,30 +1866,30 @@ export declare namespace CreateIntegrationStoreDirectUiOptions3$ {
|
|
|
1835
1866
|
export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
|
|
1836
1867
|
export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
|
|
1837
1868
|
/** @internal */
|
|
1838
|
-
export declare const
|
|
1869
|
+
export declare const UiOptionsAtBRANDAt7823$inboundSchema: z.ZodType<UiOptionsAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
1839
1870
|
/** @internal */
|
|
1840
|
-
export type
|
|
1871
|
+
export type UiOptionsAtBRANDAt7823$Outbound = {};
|
|
1841
1872
|
/** @internal */
|
|
1842
|
-
export declare const
|
|
1873
|
+
export declare const UiOptionsAtBRANDAt7823$outboundSchema: z.ZodType<UiOptionsAtBRANDAt7823$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7823>;
|
|
1843
1874
|
/**
|
|
1844
1875
|
* @internal
|
|
1845
1876
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1846
1877
|
*/
|
|
1847
|
-
export declare namespace
|
|
1848
|
-
/** @deprecated use `
|
|
1849
|
-
const inboundSchema: z.ZodType<
|
|
1850
|
-
/** @deprecated use `
|
|
1851
|
-
const outboundSchema: z.ZodType<
|
|
1852
|
-
/** @deprecated use `
|
|
1853
|
-
type Outbound =
|
|
1878
|
+
export declare namespace UiOptionsAtBRANDAt7823$ {
|
|
1879
|
+
/** @deprecated use `UiOptionsAtBRANDAt7823$inboundSchema` instead. */
|
|
1880
|
+
const inboundSchema: z.ZodType<UiOptionsAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
1881
|
+
/** @deprecated use `UiOptionsAtBRANDAt7823$outboundSchema` instead. */
|
|
1882
|
+
const outboundSchema: z.ZodType<UiOptionsAtBRANDAt7823$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7823>;
|
|
1883
|
+
/** @deprecated use `UiOptionsAtBRANDAt7823$Outbound` instead. */
|
|
1884
|
+
type Outbound = UiOptionsAtBRANDAt7823$Outbound;
|
|
1854
1885
|
}
|
|
1855
|
-
export declare function
|
|
1856
|
-
export declare function
|
|
1886
|
+
export declare function uiOptionsAtBRANDAt7823ToJSON(uiOptionsAtBRANDAt7823: UiOptionsAtBRANDAt7823): string;
|
|
1887
|
+
export declare function uiOptionsAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt7823, SDKValidationError>;
|
|
1857
1888
|
/** @internal */
|
|
1858
1889
|
export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
|
|
1859
1890
|
/** @internal */
|
|
1860
1891
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
1861
|
-
"__@BRAND@
|
|
1892
|
+
"__@BRAND@7823": UiOptionsAtBRANDAt7823$Outbound;
|
|
1862
1893
|
};
|
|
1863
1894
|
/** @internal */
|
|
1864
1895
|
export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
|
|
@@ -2046,30 +2077,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2046
2077
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
|
|
2047
2078
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
|
|
2048
2079
|
/** @internal */
|
|
2049
|
-
export declare const
|
|
2080
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
2050
2081
|
/** @internal */
|
|
2051
|
-
export type
|
|
2082
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound = {};
|
|
2052
2083
|
/** @internal */
|
|
2053
|
-
export declare const
|
|
2084
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823>;
|
|
2054
2085
|
/**
|
|
2055
2086
|
* @internal
|
|
2056
2087
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2057
2088
|
*/
|
|
2058
|
-
export declare namespace
|
|
2059
|
-
/** @deprecated use `
|
|
2060
|
-
const inboundSchema: z.ZodType<
|
|
2061
|
-
/** @deprecated use `
|
|
2062
|
-
const outboundSchema: z.ZodType<
|
|
2063
|
-
/** @deprecated use `
|
|
2064
|
-
type Outbound =
|
|
2089
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$ {
|
|
2090
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema` instead. */
|
|
2091
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
2092
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema` instead. */
|
|
2093
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823>;
|
|
2094
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound` instead. */
|
|
2095
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound;
|
|
2065
2096
|
}
|
|
2066
|
-
export declare function
|
|
2067
|
-
export declare function
|
|
2097
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823): string;
|
|
2098
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823, SDKValidationError>;
|
|
2068
2099
|
/** @internal */
|
|
2069
2100
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
|
|
2070
2101
|
/** @internal */
|
|
2071
2102
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
|
|
2072
|
-
"__@BRAND@
|
|
2103
|
+
"__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound;
|
|
2073
2104
|
};
|
|
2074
2105
|
/** @internal */
|
|
2075
2106
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
|
|
@@ -2088,30 +2119,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2088
2119
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
|
|
2089
2120
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
|
|
2090
2121
|
/** @internal */
|
|
2091
|
-
export declare const
|
|
2122
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
2092
2123
|
/** @internal */
|
|
2093
|
-
export type
|
|
2124
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound = {};
|
|
2094
2125
|
/** @internal */
|
|
2095
|
-
export declare const
|
|
2126
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823>;
|
|
2096
2127
|
/**
|
|
2097
2128
|
* @internal
|
|
2098
2129
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2099
2130
|
*/
|
|
2100
|
-
export declare namespace
|
|
2101
|
-
/** @deprecated use `
|
|
2102
|
-
const inboundSchema: z.ZodType<
|
|
2103
|
-
/** @deprecated use `
|
|
2104
|
-
const outboundSchema: z.ZodType<
|
|
2105
|
-
/** @deprecated use `
|
|
2106
|
-
type Outbound =
|
|
2131
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$ {
|
|
2132
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema` instead. */
|
|
2133
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
2134
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema` instead. */
|
|
2135
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823>;
|
|
2136
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound` instead. */
|
|
2137
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound;
|
|
2107
2138
|
}
|
|
2108
|
-
export declare function
|
|
2109
|
-
export declare function
|
|
2139
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823): string;
|
|
2140
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823, SDKValidationError>;
|
|
2110
2141
|
/** @internal */
|
|
2111
2142
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
|
|
2112
2143
|
/** @internal */
|
|
2113
2144
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
|
|
2114
|
-
"__@BRAND@
|
|
2145
|
+
"__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound;
|
|
2115
2146
|
};
|
|
2116
2147
|
/** @internal */
|
|
2117
2148
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
|
|
@@ -2130,30 +2161,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2130
2161
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
|
|
2131
2162
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
|
|
2132
2163
|
/** @internal */
|
|
2133
|
-
export declare const
|
|
2164
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
2134
2165
|
/** @internal */
|
|
2135
|
-
export type
|
|
2166
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound = {};
|
|
2136
2167
|
/** @internal */
|
|
2137
|
-
export declare const
|
|
2168
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823>;
|
|
2138
2169
|
/**
|
|
2139
2170
|
* @internal
|
|
2140
2171
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2141
2172
|
*/
|
|
2142
|
-
export declare namespace
|
|
2143
|
-
/** @deprecated use `
|
|
2144
|
-
const inboundSchema: z.ZodType<
|
|
2145
|
-
/** @deprecated use `
|
|
2146
|
-
const outboundSchema: z.ZodType<
|
|
2147
|
-
/** @deprecated use `
|
|
2148
|
-
type Outbound =
|
|
2173
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$ {
|
|
2174
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema` instead. */
|
|
2175
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
2176
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema` instead. */
|
|
2177
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823>;
|
|
2178
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound` instead. */
|
|
2179
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound;
|
|
2149
2180
|
}
|
|
2150
|
-
export declare function
|
|
2151
|
-
export declare function
|
|
2181
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823): string;
|
|
2182
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823, SDKValidationError>;
|
|
2152
2183
|
/** @internal */
|
|
2153
2184
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
|
|
2154
2185
|
/** @internal */
|
|
2155
2186
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
|
|
2156
|
-
"__@BRAND@
|
|
2187
|
+
"__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound;
|
|
2157
2188
|
};
|
|
2158
2189
|
/** @internal */
|
|
2159
2190
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
|
|
@@ -2495,30 +2526,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2495
2526
|
}>;
|
|
2496
2527
|
}
|
|
2497
2528
|
/** @internal */
|
|
2498
|
-
export declare const
|
|
2529
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
2499
2530
|
/** @internal */
|
|
2500
|
-
export type
|
|
2531
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound = {};
|
|
2501
2532
|
/** @internal */
|
|
2502
|
-
export declare const
|
|
2533
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823>;
|
|
2503
2534
|
/**
|
|
2504
2535
|
* @internal
|
|
2505
2536
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2506
2537
|
*/
|
|
2507
|
-
export declare namespace
|
|
2508
|
-
/** @deprecated use `
|
|
2509
|
-
const inboundSchema: z.ZodType<
|
|
2510
|
-
/** @deprecated use `
|
|
2511
|
-
const outboundSchema: z.ZodType<
|
|
2512
|
-
/** @deprecated use `
|
|
2513
|
-
type Outbound =
|
|
2538
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$ {
|
|
2539
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema` instead. */
|
|
2540
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
2541
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema` instead. */
|
|
2542
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823>;
|
|
2543
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound` instead. */
|
|
2544
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound;
|
|
2514
2545
|
}
|
|
2515
|
-
export declare function
|
|
2516
|
-
export declare function
|
|
2546
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823): string;
|
|
2547
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823, SDKValidationError>;
|
|
2517
2548
|
/** @internal */
|
|
2518
2549
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
|
|
2519
2550
|
/** @internal */
|
|
2520
2551
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
|
|
2521
|
-
"__@BRAND@
|
|
2552
|
+
"__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound;
|
|
2522
2553
|
};
|
|
2523
2554
|
/** @internal */
|
|
2524
2555
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
|
|
@@ -2537,30 +2568,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2537
2568
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
|
|
2538
2569
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
|
|
2539
2570
|
/** @internal */
|
|
2540
|
-
export declare const
|
|
2571
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
2541
2572
|
/** @internal */
|
|
2542
|
-
export type
|
|
2573
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound = {};
|
|
2543
2574
|
/** @internal */
|
|
2544
|
-
export declare const
|
|
2575
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823>;
|
|
2545
2576
|
/**
|
|
2546
2577
|
* @internal
|
|
2547
2578
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2548
2579
|
*/
|
|
2549
|
-
export declare namespace
|
|
2550
|
-
/** @deprecated use `
|
|
2551
|
-
const inboundSchema: z.ZodType<
|
|
2552
|
-
/** @deprecated use `
|
|
2553
|
-
const outboundSchema: z.ZodType<
|
|
2554
|
-
/** @deprecated use `
|
|
2555
|
-
type Outbound =
|
|
2580
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$ {
|
|
2581
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema` instead. */
|
|
2582
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
2583
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema` instead. */
|
|
2584
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823>;
|
|
2585
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound` instead. */
|
|
2586
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound;
|
|
2556
2587
|
}
|
|
2557
|
-
export declare function
|
|
2558
|
-
export declare function
|
|
2588
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823): string;
|
|
2589
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823, SDKValidationError>;
|
|
2559
2590
|
/** @internal */
|
|
2560
2591
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
|
|
2561
2592
|
/** @internal */
|
|
2562
2593
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
|
|
2563
|
-
"__@BRAND@
|
|
2594
|
+
"__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound;
|
|
2564
2595
|
};
|
|
2565
2596
|
/** @internal */
|
|
2566
2597
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
|
|
@@ -2579,30 +2610,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2579
2610
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
|
|
2580
2611
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
|
|
2581
2612
|
/** @internal */
|
|
2582
|
-
export declare const
|
|
2613
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
2583
2614
|
/** @internal */
|
|
2584
|
-
export type
|
|
2615
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound = {};
|
|
2585
2616
|
/** @internal */
|
|
2586
|
-
export declare const
|
|
2617
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823>;
|
|
2587
2618
|
/**
|
|
2588
2619
|
* @internal
|
|
2589
2620
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2590
2621
|
*/
|
|
2591
|
-
export declare namespace
|
|
2592
|
-
/** @deprecated use `
|
|
2593
|
-
const inboundSchema: z.ZodType<
|
|
2594
|
-
/** @deprecated use `
|
|
2595
|
-
const outboundSchema: z.ZodType<
|
|
2596
|
-
/** @deprecated use `
|
|
2597
|
-
type Outbound =
|
|
2622
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$ {
|
|
2623
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema` instead. */
|
|
2624
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
2625
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema` instead. */
|
|
2626
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823>;
|
|
2627
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound` instead. */
|
|
2628
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound;
|
|
2598
2629
|
}
|
|
2599
|
-
export declare function
|
|
2600
|
-
export declare function
|
|
2630
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823): string;
|
|
2631
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823, SDKValidationError>;
|
|
2601
2632
|
/** @internal */
|
|
2602
2633
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
|
|
2603
2634
|
/** @internal */
|
|
2604
2635
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
|
|
2605
|
-
"__@BRAND@
|
|
2636
|
+
"__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound;
|
|
2606
2637
|
};
|
|
2607
2638
|
/** @internal */
|
|
2608
2639
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
|
|
@@ -3288,30 +3319,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiOptions$ {
|
|
|
3288
3319
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
|
|
3289
3320
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
|
|
3290
3321
|
/** @internal */
|
|
3291
|
-
export declare const
|
|
3322
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
3292
3323
|
/** @internal */
|
|
3293
|
-
export type
|
|
3324
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound = {};
|
|
3294
3325
|
/** @internal */
|
|
3295
|
-
export declare const
|
|
3326
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823>;
|
|
3296
3327
|
/**
|
|
3297
3328
|
* @internal
|
|
3298
3329
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3299
3330
|
*/
|
|
3300
|
-
export declare namespace
|
|
3301
|
-
/** @deprecated use `
|
|
3302
|
-
const inboundSchema: z.ZodType<
|
|
3303
|
-
/** @deprecated use `
|
|
3304
|
-
const outboundSchema: z.ZodType<
|
|
3305
|
-
/** @deprecated use `
|
|
3306
|
-
type Outbound =
|
|
3331
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$ {
|
|
3332
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema` instead. */
|
|
3333
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
3334
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema` instead. */
|
|
3335
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823>;
|
|
3336
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound` instead. */
|
|
3337
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound;
|
|
3307
3338
|
}
|
|
3308
|
-
export declare function
|
|
3309
|
-
export declare function
|
|
3339
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823): string;
|
|
3340
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823, SDKValidationError>;
|
|
3310
3341
|
/** @internal */
|
|
3311
3342
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
|
|
3312
3343
|
/** @internal */
|
|
3313
3344
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
|
|
3314
|
-
"__@BRAND@
|
|
3345
|
+
"__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound;
|
|
3315
3346
|
};
|
|
3316
3347
|
/** @internal */
|
|
3317
3348
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
|
|
@@ -3330,30 +3361,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMaxLe
|
|
|
3330
3361
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
|
|
3331
3362
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
|
|
3332
3363
|
/** @internal */
|
|
3333
|
-
export declare const
|
|
3364
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
3334
3365
|
/** @internal */
|
|
3335
|
-
export type
|
|
3366
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound = {};
|
|
3336
3367
|
/** @internal */
|
|
3337
|
-
export declare const
|
|
3368
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823>;
|
|
3338
3369
|
/**
|
|
3339
3370
|
* @internal
|
|
3340
3371
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3341
3372
|
*/
|
|
3342
|
-
export declare namespace
|
|
3343
|
-
/** @deprecated use `
|
|
3344
|
-
const inboundSchema: z.ZodType<
|
|
3345
|
-
/** @deprecated use `
|
|
3346
|
-
const outboundSchema: z.ZodType<
|
|
3347
|
-
/** @deprecated use `
|
|
3348
|
-
type Outbound =
|
|
3373
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$ {
|
|
3374
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema` instead. */
|
|
3375
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
3376
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema` instead. */
|
|
3377
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823>;
|
|
3378
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound` instead. */
|
|
3379
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound;
|
|
3349
3380
|
}
|
|
3350
|
-
export declare function
|
|
3351
|
-
export declare function
|
|
3381
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823): string;
|
|
3382
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823, SDKValidationError>;
|
|
3352
3383
|
/** @internal */
|
|
3353
3384
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
|
|
3354
3385
|
/** @internal */
|
|
3355
3386
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
|
|
3356
|
-
"__@BRAND@
|
|
3387
|
+
"__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound;
|
|
3357
3388
|
};
|
|
3358
3389
|
/** @internal */
|
|
3359
3390
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
|
|
@@ -3372,30 +3403,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMinLe
|
|
|
3372
3403
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
|
|
3373
3404
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
|
|
3374
3405
|
/** @internal */
|
|
3375
|
-
export declare const
|
|
3406
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
3376
3407
|
/** @internal */
|
|
3377
|
-
export type
|
|
3408
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound = {};
|
|
3378
3409
|
/** @internal */
|
|
3379
|
-
export declare const
|
|
3410
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823>;
|
|
3380
3411
|
/**
|
|
3381
3412
|
* @internal
|
|
3382
3413
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3383
3414
|
*/
|
|
3384
|
-
export declare namespace
|
|
3385
|
-
/** @deprecated use `
|
|
3386
|
-
const inboundSchema: z.ZodType<
|
|
3387
|
-
/** @deprecated use `
|
|
3388
|
-
const outboundSchema: z.ZodType<
|
|
3389
|
-
/** @deprecated use `
|
|
3390
|
-
type Outbound =
|
|
3415
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$ {
|
|
3416
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema` instead. */
|
|
3417
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
3418
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema` instead. */
|
|
3419
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823>;
|
|
3420
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound` instead. */
|
|
3421
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound;
|
|
3391
3422
|
}
|
|
3392
|
-
export declare function
|
|
3393
|
-
export declare function
|
|
3423
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823): string;
|
|
3424
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823, SDKValidationError>;
|
|
3394
3425
|
/** @internal */
|
|
3395
3426
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
|
|
3396
3427
|
/** @internal */
|
|
3397
3428
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
|
|
3398
|
-
"__@BRAND@
|
|
3429
|
+
"__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound;
|
|
3399
3430
|
};
|
|
3400
3431
|
/** @internal */
|
|
3401
3432
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
|
|
@@ -4743,30 +4774,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
4743
4774
|
}>;
|
|
4744
4775
|
}
|
|
4745
4776
|
/** @internal */
|
|
4746
|
-
export declare const
|
|
4777
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
4747
4778
|
/** @internal */
|
|
4748
|
-
export type
|
|
4779
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound = {};
|
|
4749
4780
|
/** @internal */
|
|
4750
|
-
export declare const
|
|
4781
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823>;
|
|
4751
4782
|
/**
|
|
4752
4783
|
* @internal
|
|
4753
4784
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4754
4785
|
*/
|
|
4755
|
-
export declare namespace
|
|
4756
|
-
/** @deprecated use `
|
|
4757
|
-
const inboundSchema: z.ZodType<
|
|
4758
|
-
/** @deprecated use `
|
|
4759
|
-
const outboundSchema: z.ZodType<
|
|
4760
|
-
/** @deprecated use `
|
|
4761
|
-
type Outbound =
|
|
4786
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$ {
|
|
4787
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema` instead. */
|
|
4788
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
4789
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema` instead. */
|
|
4790
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823>;
|
|
4791
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound` instead. */
|
|
4792
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound;
|
|
4762
4793
|
}
|
|
4763
|
-
export declare function
|
|
4764
|
-
export declare function
|
|
4794
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823): string;
|
|
4795
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823, SDKValidationError>;
|
|
4765
4796
|
/** @internal */
|
|
4766
4797
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
|
|
4767
4798
|
/** @internal */
|
|
4768
4799
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
4769
|
-
"__@BRAND@
|
|
4800
|
+
"__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound;
|
|
4770
4801
|
};
|
|
4771
4802
|
/** @internal */
|
|
4772
4803
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
|
|
@@ -4785,30 +4816,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMaxLength$ {
|
|
|
4785
4816
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
|
|
4786
4817
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
|
|
4787
4818
|
/** @internal */
|
|
4788
|
-
export declare const
|
|
4819
|
+
export declare const PropertiesAtBRANDAt7823$inboundSchema: z.ZodType<PropertiesAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
4789
4820
|
/** @internal */
|
|
4790
|
-
export type
|
|
4821
|
+
export type PropertiesAtBRANDAt7823$Outbound = {};
|
|
4791
4822
|
/** @internal */
|
|
4792
|
-
export declare const
|
|
4823
|
+
export declare const PropertiesAtBRANDAt7823$outboundSchema: z.ZodType<PropertiesAtBRANDAt7823$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7823>;
|
|
4793
4824
|
/**
|
|
4794
4825
|
* @internal
|
|
4795
4826
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4796
4827
|
*/
|
|
4797
|
-
export declare namespace
|
|
4798
|
-
/** @deprecated use `
|
|
4799
|
-
const inboundSchema: z.ZodType<
|
|
4800
|
-
/** @deprecated use `
|
|
4801
|
-
const outboundSchema: z.ZodType<
|
|
4802
|
-
/** @deprecated use `
|
|
4803
|
-
type Outbound =
|
|
4828
|
+
export declare namespace PropertiesAtBRANDAt7823$ {
|
|
4829
|
+
/** @deprecated use `PropertiesAtBRANDAt7823$inboundSchema` instead. */
|
|
4830
|
+
const inboundSchema: z.ZodType<PropertiesAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
4831
|
+
/** @deprecated use `PropertiesAtBRANDAt7823$outboundSchema` instead. */
|
|
4832
|
+
const outboundSchema: z.ZodType<PropertiesAtBRANDAt7823$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7823>;
|
|
4833
|
+
/** @deprecated use `PropertiesAtBRANDAt7823$Outbound` instead. */
|
|
4834
|
+
type Outbound = PropertiesAtBRANDAt7823$Outbound;
|
|
4804
4835
|
}
|
|
4805
|
-
export declare function
|
|
4806
|
-
export declare function
|
|
4836
|
+
export declare function propertiesAtBRANDAt7823ToJSON(propertiesAtBRANDAt7823: PropertiesAtBRANDAt7823): string;
|
|
4837
|
+
export declare function propertiesAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt7823, SDKValidationError>;
|
|
4807
4838
|
/** @internal */
|
|
4808
4839
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
|
|
4809
4840
|
/** @internal */
|
|
4810
4841
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
4811
|
-
"__@BRAND@
|
|
4842
|
+
"__@BRAND@7823": PropertiesAtBRANDAt7823$Outbound;
|
|
4812
4843
|
};
|
|
4813
4844
|
/** @internal */
|
|
4814
4845
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
|
|
@@ -4827,30 +4858,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMinLength$ {
|
|
|
4827
4858
|
export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
|
|
4828
4859
|
export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
|
|
4829
4860
|
/** @internal */
|
|
4830
|
-
export declare const
|
|
4861
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
4831
4862
|
/** @internal */
|
|
4832
|
-
export type
|
|
4863
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound = {};
|
|
4833
4864
|
/** @internal */
|
|
4834
|
-
export declare const
|
|
4865
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7823>;
|
|
4835
4866
|
/**
|
|
4836
4867
|
* @internal
|
|
4837
4868
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4838
4869
|
*/
|
|
4839
|
-
export declare namespace
|
|
4840
|
-
/** @deprecated use `
|
|
4841
|
-
const inboundSchema: z.ZodType<
|
|
4842
|
-
/** @deprecated use `
|
|
4843
|
-
const outboundSchema: z.ZodType<
|
|
4844
|
-
/** @deprecated use `
|
|
4845
|
-
type Outbound =
|
|
4870
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$ {
|
|
4871
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema` instead. */
|
|
4872
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
4873
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema` instead. */
|
|
4874
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7823>;
|
|
4875
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound` instead. */
|
|
4876
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound;
|
|
4846
4877
|
}
|
|
4847
|
-
export declare function
|
|
4848
|
-
export declare function
|
|
4878
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesAtBRANDAt7823): string;
|
|
4879
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt7823, SDKValidationError>;
|
|
4849
4880
|
/** @internal */
|
|
4850
4881
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
|
|
4851
4882
|
/** @internal */
|
|
4852
4883
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
4853
|
-
"__@BRAND@
|
|
4884
|
+
"__@BRAND@7823": CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound;
|
|
4854
4885
|
};
|
|
4855
4886
|
/** @internal */
|
|
4856
4887
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
|
|
@@ -5238,8 +5269,8 @@ export declare namespace Tags$ {
|
|
|
5238
5269
|
readonly Redis: "redis";
|
|
5239
5270
|
readonly Postgres: "postgres";
|
|
5240
5271
|
readonly Blob: "blob";
|
|
5241
|
-
readonly Checks: "checks";
|
|
5242
5272
|
readonly Experimentation: "experimentation";
|
|
5273
|
+
readonly Checks: "checks";
|
|
5243
5274
|
readonly Storage: "storage";
|
|
5244
5275
|
readonly Ai: "ai";
|
|
5245
5276
|
readonly Observability: "observability";
|
|
@@ -5285,8 +5316,8 @@ export declare namespace Tags$ {
|
|
|
5285
5316
|
readonly Redis: "redis";
|
|
5286
5317
|
readonly Postgres: "postgres";
|
|
5287
5318
|
readonly Blob: "blob";
|
|
5288
|
-
readonly Checks: "checks";
|
|
5289
5319
|
readonly Experimentation: "experimentation";
|
|
5320
|
+
readonly Checks: "checks";
|
|
5290
5321
|
readonly Storage: "storage";
|
|
5291
5322
|
readonly Ai: "ai";
|
|
5292
5323
|
readonly Observability: "observability";
|
|
@@ -5349,7 +5380,6 @@ export declare namespace ProjectConnectionScopes$ {
|
|
|
5349
5380
|
readonly ReadWriteLogDrain: "read-write:log-drain";
|
|
5350
5381
|
readonly ReadWriteProjectEnvVars: "read-write:project-env-vars";
|
|
5351
5382
|
readonly ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass";
|
|
5352
|
-
readonly ReadWriteTraceDrain: "read-write:trace-drain";
|
|
5353
5383
|
}>;
|
|
5354
5384
|
/** @deprecated use `ProjectConnectionScopes$outboundSchema` instead. */
|
|
5355
5385
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -5364,7 +5394,6 @@ export declare namespace ProjectConnectionScopes$ {
|
|
|
5364
5394
|
readonly ReadWriteLogDrain: "read-write:log-drain";
|
|
5365
5395
|
readonly ReadWriteProjectEnvVars: "read-write:project-env-vars";
|
|
5366
5396
|
readonly ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass";
|
|
5367
|
-
readonly ReadWriteTraceDrain: "read-write:trace-drain";
|
|
5368
5397
|
}>;
|
|
5369
5398
|
}
|
|
5370
5399
|
/** @internal */
|
|
@@ -5482,30 +5511,30 @@ export declare namespace Guides$ {
|
|
|
5482
5511
|
export declare function guidesToJSON(guides: Guides): string;
|
|
5483
5512
|
export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
|
|
5484
5513
|
/** @internal */
|
|
5485
|
-
export declare const
|
|
5514
|
+
export declare const AtBRANDAt7823$inboundSchema: z.ZodType<AtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
5486
5515
|
/** @internal */
|
|
5487
|
-
export type
|
|
5516
|
+
export type AtBRANDAt7823$Outbound = {};
|
|
5488
5517
|
/** @internal */
|
|
5489
|
-
export declare const
|
|
5518
|
+
export declare const AtBRANDAt7823$outboundSchema: z.ZodType<AtBRANDAt7823$Outbound, z.ZodTypeDef, AtBRANDAt7823>;
|
|
5490
5519
|
/**
|
|
5491
5520
|
* @internal
|
|
5492
5521
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5493
5522
|
*/
|
|
5494
|
-
export declare namespace
|
|
5495
|
-
/** @deprecated use `
|
|
5496
|
-
const inboundSchema: z.ZodType<
|
|
5497
|
-
/** @deprecated use `
|
|
5498
|
-
const outboundSchema: z.ZodType<
|
|
5499
|
-
/** @deprecated use `
|
|
5500
|
-
type Outbound =
|
|
5523
|
+
export declare namespace AtBRANDAt7823$ {
|
|
5524
|
+
/** @deprecated use `AtBRANDAt7823$inboundSchema` instead. */
|
|
5525
|
+
const inboundSchema: z.ZodType<AtBRANDAt7823, z.ZodTypeDef, unknown>;
|
|
5526
|
+
/** @deprecated use `AtBRANDAt7823$outboundSchema` instead. */
|
|
5527
|
+
const outboundSchema: z.ZodType<AtBRANDAt7823$Outbound, z.ZodTypeDef, AtBRANDAt7823>;
|
|
5528
|
+
/** @deprecated use `AtBRANDAt7823$Outbound` instead. */
|
|
5529
|
+
type Outbound = AtBRANDAt7823$Outbound;
|
|
5501
5530
|
}
|
|
5502
|
-
export declare function
|
|
5503
|
-
export declare function
|
|
5531
|
+
export declare function atBRANDAt7823ToJSON(atBRANDAt7823: AtBRANDAt7823): string;
|
|
5532
|
+
export declare function atBRANDAt7823FromJSON(jsonString: string): SafeParseResult<AtBRANDAt7823, SDKValidationError>;
|
|
5504
5533
|
/** @internal */
|
|
5505
5534
|
export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
|
|
5506
5535
|
/** @internal */
|
|
5507
5536
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
5508
|
-
"__@BRAND@
|
|
5537
|
+
"__@BRAND@7823": AtBRANDAt7823$Outbound;
|
|
5509
5538
|
};
|
|
5510
5539
|
/** @internal */
|
|
5511
5540
|
export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;
|
|
@@ -5955,6 +5984,7 @@ export type CreateIntegrationStoreDirectStore$Outbound = {
|
|
|
5955
5984
|
totalConnectedProjects?: number | undefined;
|
|
5956
5985
|
usageQuotaExceeded: boolean;
|
|
5957
5986
|
status: string | null;
|
|
5987
|
+
ownership?: string | undefined;
|
|
5958
5988
|
metadata?: {
|
|
5959
5989
|
[k: string]: string | number | boolean | Array<string> | Array<number>;
|
|
5960
5990
|
} | undefined;
|