@vercel/sdk 1.10.7 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +3751 -930
- package/bin/mcp-server.js.map +23 -23
- package/esm/__tests__/accessgroups.test.js +6 -6
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +11 -4
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/rollingrelease.test.js +1 -1
- package/esm/__tests__/security.test.js +11 -1
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/teams.test.js +2 -2
- package/esm/__tests__/teams.test.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.js +1 -1
- package/esm/models/canceldeploymentop.d.ts +41 -41
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +43 -41
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +98 -98
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +113 -117
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +240 -240
- package/esm/models/createintegrationstoredirectop.js +294 -294
- package/esm/models/createortransferdomainop.d.ts +33 -0
- package/esm/models/createortransferdomainop.d.ts.map +1 -1
- package/esm/models/createortransferdomainop.js +23 -0
- package/esm/models/createortransferdomainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +1626 -281
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +1676 -298
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +72 -66
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +24 -22
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +330 -330
- package/esm/models/getconfigurationproductsop.js +408 -408
- package/esm/models/getdeploymentop.d.ts +16 -16
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +24 -24
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdomainop.d.ts +33 -0
- package/esm/models/getdomainop.d.ts.map +1 -1
- package/esm/models/getdomainop.js +24 -0
- package/esm/models/getdomainop.js.map +1 -1
- package/esm/models/getdomainsop.d.ts +33 -0
- package/esm/models/getdomainsop.d.ts.map +1 -1
- package/esm/models/getdomainsop.js +23 -0
- package/esm/models/getdomainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +1402 -57
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +1575 -202
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getwebhookop.d.ts +36 -33
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +12 -11
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +72 -66
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +24 -22
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/listaccessgroupsop.d.ts +2 -5
- package/esm/models/listaccessgroupsop.d.ts.map +1 -1
- package/esm/models/listaccessgroupsop.js +2 -2
- package/esm/models/listaccessgroupsop.js.map +1 -1
- package/esm/models/readaccessgroupop.d.ts +48 -5
- package/esm/models/readaccessgroupop.d.ts.map +1 -1
- package/esm/models/readaccessgroupop.js +30 -2
- package/esm/models/readaccessgroupop.js.map +1 -1
- package/esm/models/team.d.ts +35 -18
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +15 -13
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +1402 -57
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +1584 -200
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +1402 -57
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +1579 -202
- package/esm/models/updateprojectop.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/examples/projectsUpdateProject.example.ts +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +6 -6
- package/src/__tests__/domains.test.ts +11 -4
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +1 -1
- package/src/__tests__/security.test.ts +11 -1
- package/src/__tests__/teams.test.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 +1 -1
- package/src/models/canceldeploymentop.ts +84 -64
- package/src/models/createdeploymentop.ts +239 -192
- package/src/models/createintegrationstoredirectop.ts +505 -505
- package/src/models/createortransferdomainop.ts +41 -0
- package/src/models/createprojectop.ts +3443 -466
- package/src/models/createwebhookop.ts +24 -22
- package/src/models/getconfigurationproductsop.ts +703 -703
- package/src/models/getdeploymentop.ts +34 -34
- package/src/models/getdomainop.ts +37 -0
- package/src/models/getdomainsop.ts +39 -0
- package/src/models/getprojectsop.ts +3255 -300
- package/src/models/getwebhookop.ts +12 -11
- package/src/models/getwebhooksop.ts +24 -22
- package/src/models/listaccessgroupsop.ts +4 -7
- package/src/models/readaccessgroupop.ts +42 -7
- package/src/models/team.ts +47 -28
- package/src/models/updateprojectdatacacheop.ts +3184 -307
- package/src/models/updateprojectop.ts +3290 -298
- package/vercel-spec.json +4916 -2034
|
@@ -168,9 +168,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
|
|
|
168
168
|
readonly Object: "object";
|
|
169
169
|
};
|
|
170
170
|
export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
|
|
171
|
-
export type
|
|
171
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757 = {};
|
|
172
172
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
173
|
-
|
|
173
|
+
atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757;
|
|
174
174
|
};
|
|
175
175
|
export declare const CreateIntegrationStoreDirectDisabled3: {
|
|
176
176
|
readonly Update: "update";
|
|
@@ -203,9 +203,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
203
203
|
readonly VercelRegion: "vercel-region";
|
|
204
204
|
};
|
|
205
205
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
|
|
206
|
-
export type
|
|
206
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757 = {};
|
|
207
207
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
208
|
-
|
|
208
|
+
atBRANDAt7757: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757;
|
|
209
209
|
};
|
|
210
210
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
|
|
211
211
|
readonly Update: "update";
|
|
@@ -230,9 +230,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
230
230
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
|
|
231
231
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
|
|
232
232
|
};
|
|
233
|
-
export type
|
|
233
|
+
export type UiOptionsAtBRANDAt7757 = {};
|
|
234
234
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
235
|
-
|
|
235
|
+
atBRANDAt7757: UiOptionsAtBRANDAt7757;
|
|
236
236
|
};
|
|
237
237
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
|
|
238
238
|
readonly Update: "update";
|
|
@@ -259,17 +259,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
|
|
|
259
259
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
|
|
260
260
|
};
|
|
261
261
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
|
|
262
|
-
export type
|
|
262
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757 = {};
|
|
263
263
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
|
|
264
|
-
|
|
264
|
+
atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757;
|
|
265
265
|
};
|
|
266
|
-
export type
|
|
266
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757 = {};
|
|
267
267
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
|
|
268
|
-
|
|
268
|
+
atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757;
|
|
269
269
|
};
|
|
270
|
-
export type
|
|
270
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757 = {};
|
|
271
271
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
|
|
272
|
-
|
|
272
|
+
atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757;
|
|
273
273
|
};
|
|
274
274
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
|
|
275
275
|
readonly Update: "update";
|
|
@@ -331,17 +331,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
331
331
|
readonly String: "string";
|
|
332
332
|
};
|
|
333
333
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType>;
|
|
334
|
-
export type
|
|
334
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757 = {};
|
|
335
335
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
|
|
336
|
-
|
|
336
|
+
atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757;
|
|
337
337
|
};
|
|
338
|
-
export type
|
|
338
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757 = {};
|
|
339
339
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
|
|
340
|
-
|
|
340
|
+
atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757;
|
|
341
341
|
};
|
|
342
|
-
export type
|
|
342
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757 = {};
|
|
343
343
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
|
|
344
|
-
|
|
344
|
+
atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757;
|
|
345
345
|
};
|
|
346
346
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
347
347
|
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType;
|
|
@@ -464,17 +464,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
464
464
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
|
|
465
465
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
|
|
466
466
|
};
|
|
467
|
-
export type
|
|
467
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757 = {};
|
|
468
468
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
469
|
-
|
|
469
|
+
atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757;
|
|
470
470
|
};
|
|
471
|
-
export type
|
|
471
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757 = {};
|
|
472
472
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
473
|
-
|
|
473
|
+
atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757;
|
|
474
474
|
};
|
|
475
|
-
export type
|
|
475
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757 = {};
|
|
476
476
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
477
|
-
|
|
477
|
+
atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757;
|
|
478
478
|
};
|
|
479
479
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
|
|
480
480
|
readonly Update: "update";
|
|
@@ -720,17 +720,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
|
|
|
720
720
|
readonly Input: "input";
|
|
721
721
|
};
|
|
722
722
|
export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
|
|
723
|
-
export type
|
|
723
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757 = {};
|
|
724
724
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
725
|
-
|
|
725
|
+
atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757;
|
|
726
726
|
};
|
|
727
|
-
export type
|
|
727
|
+
export type PropertiesAtBRANDAt7757 = {};
|
|
728
728
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
729
|
-
|
|
729
|
+
atBRANDAt7757: PropertiesAtBRANDAt7757;
|
|
730
730
|
};
|
|
731
|
-
export type
|
|
731
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7757 = {};
|
|
732
732
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
733
|
-
|
|
733
|
+
atBRANDAt7757: CreateIntegrationStoreDirectPropertiesAtBRANDAt7757;
|
|
734
734
|
};
|
|
735
735
|
export declare const CreateIntegrationStoreDirectUiReadOnly3: {
|
|
736
736
|
readonly Update: "update";
|
|
@@ -877,9 +877,9 @@ export type Guides = {
|
|
|
877
877
|
title: string;
|
|
878
878
|
steps: Array<Steps>;
|
|
879
879
|
};
|
|
880
|
-
export type
|
|
880
|
+
export type AtBRANDAt7757 = {};
|
|
881
881
|
export type CreateIntegrationStoreDirectValue = {
|
|
882
|
-
|
|
882
|
+
atBRANDAt7757: AtBRANDAt7757;
|
|
883
883
|
};
|
|
884
884
|
export declare const Disabled3: {
|
|
885
885
|
readonly Update: "update";
|
|
@@ -1413,30 +1413,30 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
1413
1413
|
}>;
|
|
1414
1414
|
}
|
|
1415
1415
|
/** @internal */
|
|
1416
|
-
export declare const
|
|
1416
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
1417
1417
|
/** @internal */
|
|
1418
|
-
export type
|
|
1418
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$Outbound = {};
|
|
1419
1419
|
/** @internal */
|
|
1420
|
-
export declare const
|
|
1420
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757>;
|
|
1421
1421
|
/**
|
|
1422
1422
|
* @internal
|
|
1423
1423
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1424
1424
|
*/
|
|
1425
|
-
export declare namespace
|
|
1426
|
-
/** @deprecated use `
|
|
1427
|
-
const inboundSchema: z.ZodType<
|
|
1428
|
-
/** @deprecated use `
|
|
1429
|
-
const outboundSchema: z.ZodType<
|
|
1430
|
-
/** @deprecated use `
|
|
1431
|
-
type Outbound =
|
|
1425
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$ {
|
|
1426
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$inboundSchema` instead. */
|
|
1427
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
1428
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$outboundSchema` instead. */
|
|
1429
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757>;
|
|
1430
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$Outbound` instead. */
|
|
1431
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$Outbound;
|
|
1432
1432
|
}
|
|
1433
|
-
export declare function
|
|
1434
|
-
export declare function
|
|
1433
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757): string;
|
|
1434
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757, SDKValidationError>;
|
|
1435
1435
|
/** @internal */
|
|
1436
1436
|
export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
|
|
1437
1437
|
/** @internal */
|
|
1438
1438
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
1439
|
-
"__@BRAND@
|
|
1439
|
+
"__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$Outbound;
|
|
1440
1440
|
};
|
|
1441
1441
|
/** @internal */
|
|
1442
1442
|
export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
|
|
@@ -1639,30 +1639,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
1639
1639
|
}>;
|
|
1640
1640
|
}
|
|
1641
1641
|
/** @internal */
|
|
1642
|
-
export declare const
|
|
1642
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
1643
1643
|
/** @internal */
|
|
1644
|
-
export type
|
|
1644
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$Outbound = {};
|
|
1645
1645
|
/** @internal */
|
|
1646
|
-
export declare const
|
|
1646
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757>;
|
|
1647
1647
|
/**
|
|
1648
1648
|
* @internal
|
|
1649
1649
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1650
1650
|
*/
|
|
1651
|
-
export declare namespace
|
|
1652
|
-
/** @deprecated use `
|
|
1653
|
-
const inboundSchema: z.ZodType<
|
|
1654
|
-
/** @deprecated use `
|
|
1655
|
-
const outboundSchema: z.ZodType<
|
|
1656
|
-
/** @deprecated use `
|
|
1657
|
-
type Outbound =
|
|
1651
|
+
export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$ {
|
|
1652
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$inboundSchema` instead. */
|
|
1653
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
1654
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$outboundSchema` instead. */
|
|
1655
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757>;
|
|
1656
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$Outbound` instead. */
|
|
1657
|
+
type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$Outbound;
|
|
1658
1658
|
}
|
|
1659
|
-
export declare function
|
|
1660
|
-
export declare function
|
|
1659
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7757ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7757: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757): string;
|
|
1660
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757, SDKValidationError>;
|
|
1661
1661
|
/** @internal */
|
|
1662
1662
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
|
|
1663
1663
|
/** @internal */
|
|
1664
1664
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
1665
|
-
"__@BRAND@
|
|
1665
|
+
"__@BRAND@7757": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$Outbound;
|
|
1666
1666
|
};
|
|
1667
1667
|
/** @internal */
|
|
1668
1668
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
|
|
@@ -1829,30 +1829,30 @@ export declare namespace CreateIntegrationStoreDirectUiOptions3$ {
|
|
|
1829
1829
|
export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
|
|
1830
1830
|
export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
|
|
1831
1831
|
/** @internal */
|
|
1832
|
-
export declare const
|
|
1832
|
+
export declare const UiOptionsAtBRANDAt7757$inboundSchema: z.ZodType<UiOptionsAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
1833
1833
|
/** @internal */
|
|
1834
|
-
export type
|
|
1834
|
+
export type UiOptionsAtBRANDAt7757$Outbound = {};
|
|
1835
1835
|
/** @internal */
|
|
1836
|
-
export declare const
|
|
1836
|
+
export declare const UiOptionsAtBRANDAt7757$outboundSchema: z.ZodType<UiOptionsAtBRANDAt7757$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7757>;
|
|
1837
1837
|
/**
|
|
1838
1838
|
* @internal
|
|
1839
1839
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1840
1840
|
*/
|
|
1841
|
-
export declare namespace
|
|
1842
|
-
/** @deprecated use `
|
|
1843
|
-
const inboundSchema: z.ZodType<
|
|
1844
|
-
/** @deprecated use `
|
|
1845
|
-
const outboundSchema: z.ZodType<
|
|
1846
|
-
/** @deprecated use `
|
|
1847
|
-
type Outbound =
|
|
1841
|
+
export declare namespace UiOptionsAtBRANDAt7757$ {
|
|
1842
|
+
/** @deprecated use `UiOptionsAtBRANDAt7757$inboundSchema` instead. */
|
|
1843
|
+
const inboundSchema: z.ZodType<UiOptionsAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
1844
|
+
/** @deprecated use `UiOptionsAtBRANDAt7757$outboundSchema` instead. */
|
|
1845
|
+
const outboundSchema: z.ZodType<UiOptionsAtBRANDAt7757$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7757>;
|
|
1846
|
+
/** @deprecated use `UiOptionsAtBRANDAt7757$Outbound` instead. */
|
|
1847
|
+
type Outbound = UiOptionsAtBRANDAt7757$Outbound;
|
|
1848
1848
|
}
|
|
1849
|
-
export declare function
|
|
1850
|
-
export declare function
|
|
1849
|
+
export declare function uiOptionsAtBRANDAt7757ToJSON(uiOptionsAtBRANDAt7757: UiOptionsAtBRANDAt7757): string;
|
|
1850
|
+
export declare function uiOptionsAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt7757, SDKValidationError>;
|
|
1851
1851
|
/** @internal */
|
|
1852
1852
|
export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
|
|
1853
1853
|
/** @internal */
|
|
1854
1854
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
1855
|
-
"__@BRAND@
|
|
1855
|
+
"__@BRAND@7757": UiOptionsAtBRANDAt7757$Outbound;
|
|
1856
1856
|
};
|
|
1857
1857
|
/** @internal */
|
|
1858
1858
|
export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
|
|
@@ -2040,30 +2040,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2040
2040
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
|
|
2041
2041
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
|
|
2042
2042
|
/** @internal */
|
|
2043
|
-
export declare const
|
|
2043
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
2044
2044
|
/** @internal */
|
|
2045
|
-
export type
|
|
2045
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$Outbound = {};
|
|
2046
2046
|
/** @internal */
|
|
2047
|
-
export declare const
|
|
2047
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757>;
|
|
2048
2048
|
/**
|
|
2049
2049
|
* @internal
|
|
2050
2050
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2051
2051
|
*/
|
|
2052
|
-
export declare namespace
|
|
2053
|
-
/** @deprecated use `
|
|
2054
|
-
const inboundSchema: z.ZodType<
|
|
2055
|
-
/** @deprecated use `
|
|
2056
|
-
const outboundSchema: z.ZodType<
|
|
2057
|
-
/** @deprecated use `
|
|
2058
|
-
type Outbound =
|
|
2052
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$ {
|
|
2053
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$inboundSchema` instead. */
|
|
2054
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
2055
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$outboundSchema` instead. */
|
|
2056
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757>;
|
|
2057
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$Outbound` instead. */
|
|
2058
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$Outbound;
|
|
2059
2059
|
}
|
|
2060
|
-
export declare function
|
|
2061
|
-
export declare function
|
|
2060
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757): string;
|
|
2061
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757, SDKValidationError>;
|
|
2062
2062
|
/** @internal */
|
|
2063
2063
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
|
|
2064
2064
|
/** @internal */
|
|
2065
2065
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
|
|
2066
|
-
"__@BRAND@
|
|
2066
|
+
"__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$Outbound;
|
|
2067
2067
|
};
|
|
2068
2068
|
/** @internal */
|
|
2069
2069
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
|
|
@@ -2082,30 +2082,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2082
2082
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
|
|
2083
2083
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
|
|
2084
2084
|
/** @internal */
|
|
2085
|
-
export declare const
|
|
2085
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
2086
2086
|
/** @internal */
|
|
2087
|
-
export type
|
|
2087
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$Outbound = {};
|
|
2088
2088
|
/** @internal */
|
|
2089
|
-
export declare const
|
|
2089
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757>;
|
|
2090
2090
|
/**
|
|
2091
2091
|
* @internal
|
|
2092
2092
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2093
2093
|
*/
|
|
2094
|
-
export declare namespace
|
|
2095
|
-
/** @deprecated use `
|
|
2096
|
-
const inboundSchema: z.ZodType<
|
|
2097
|
-
/** @deprecated use `
|
|
2098
|
-
const outboundSchema: z.ZodType<
|
|
2099
|
-
/** @deprecated use `
|
|
2100
|
-
type Outbound =
|
|
2094
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$ {
|
|
2095
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$inboundSchema` instead. */
|
|
2096
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
2097
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$outboundSchema` instead. */
|
|
2098
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757>;
|
|
2099
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$Outbound` instead. */
|
|
2100
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$Outbound;
|
|
2101
2101
|
}
|
|
2102
|
-
export declare function
|
|
2103
|
-
export declare function
|
|
2102
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757): string;
|
|
2103
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757, SDKValidationError>;
|
|
2104
2104
|
/** @internal */
|
|
2105
2105
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
|
|
2106
2106
|
/** @internal */
|
|
2107
2107
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
|
|
2108
|
-
"__@BRAND@
|
|
2108
|
+
"__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$Outbound;
|
|
2109
2109
|
};
|
|
2110
2110
|
/** @internal */
|
|
2111
2111
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
|
|
@@ -2124,30 +2124,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2124
2124
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
|
|
2125
2125
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
|
|
2126
2126
|
/** @internal */
|
|
2127
|
-
export declare const
|
|
2127
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
2128
2128
|
/** @internal */
|
|
2129
|
-
export type
|
|
2129
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$Outbound = {};
|
|
2130
2130
|
/** @internal */
|
|
2131
|
-
export declare const
|
|
2131
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757>;
|
|
2132
2132
|
/**
|
|
2133
2133
|
* @internal
|
|
2134
2134
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2135
2135
|
*/
|
|
2136
|
-
export declare namespace
|
|
2137
|
-
/** @deprecated use `
|
|
2138
|
-
const inboundSchema: z.ZodType<
|
|
2139
|
-
/** @deprecated use `
|
|
2140
|
-
const outboundSchema: z.ZodType<
|
|
2141
|
-
/** @deprecated use `
|
|
2142
|
-
type Outbound =
|
|
2136
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$ {
|
|
2137
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$inboundSchema` instead. */
|
|
2138
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
2139
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$outboundSchema` instead. */
|
|
2140
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757>;
|
|
2141
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$Outbound` instead. */
|
|
2142
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$Outbound;
|
|
2143
2143
|
}
|
|
2144
|
-
export declare function
|
|
2145
|
-
export declare function
|
|
2144
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757): string;
|
|
2145
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757, SDKValidationError>;
|
|
2146
2146
|
/** @internal */
|
|
2147
2147
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
|
|
2148
2148
|
/** @internal */
|
|
2149
2149
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
|
|
2150
|
-
"__@BRAND@
|
|
2150
|
+
"__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$Outbound;
|
|
2151
2151
|
};
|
|
2152
2152
|
/** @internal */
|
|
2153
2153
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
|
|
@@ -2489,30 +2489,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2489
2489
|
}>;
|
|
2490
2490
|
}
|
|
2491
2491
|
/** @internal */
|
|
2492
|
-
export declare const
|
|
2492
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
2493
2493
|
/** @internal */
|
|
2494
|
-
export type
|
|
2494
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$Outbound = {};
|
|
2495
2495
|
/** @internal */
|
|
2496
|
-
export declare const
|
|
2496
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757>;
|
|
2497
2497
|
/**
|
|
2498
2498
|
* @internal
|
|
2499
2499
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2500
2500
|
*/
|
|
2501
|
-
export declare namespace
|
|
2502
|
-
/** @deprecated use `
|
|
2503
|
-
const inboundSchema: z.ZodType<
|
|
2504
|
-
/** @deprecated use `
|
|
2505
|
-
const outboundSchema: z.ZodType<
|
|
2506
|
-
/** @deprecated use `
|
|
2507
|
-
type Outbound =
|
|
2501
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$ {
|
|
2502
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$inboundSchema` instead. */
|
|
2503
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
2504
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$outboundSchema` instead. */
|
|
2505
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757>;
|
|
2506
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$Outbound` instead. */
|
|
2507
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$Outbound;
|
|
2508
2508
|
}
|
|
2509
|
-
export declare function
|
|
2510
|
-
export declare function
|
|
2509
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757): string;
|
|
2510
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757, SDKValidationError>;
|
|
2511
2511
|
/** @internal */
|
|
2512
2512
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
|
|
2513
2513
|
/** @internal */
|
|
2514
2514
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
|
|
2515
|
-
"__@BRAND@
|
|
2515
|
+
"__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$Outbound;
|
|
2516
2516
|
};
|
|
2517
2517
|
/** @internal */
|
|
2518
2518
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
|
|
@@ -2531,30 +2531,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2531
2531
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
|
|
2532
2532
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
|
|
2533
2533
|
/** @internal */
|
|
2534
|
-
export declare const
|
|
2534
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
2535
2535
|
/** @internal */
|
|
2536
|
-
export type
|
|
2536
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$Outbound = {};
|
|
2537
2537
|
/** @internal */
|
|
2538
|
-
export declare const
|
|
2538
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757>;
|
|
2539
2539
|
/**
|
|
2540
2540
|
* @internal
|
|
2541
2541
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2542
2542
|
*/
|
|
2543
|
-
export declare namespace
|
|
2544
|
-
/** @deprecated use `
|
|
2545
|
-
const inboundSchema: z.ZodType<
|
|
2546
|
-
/** @deprecated use `
|
|
2547
|
-
const outboundSchema: z.ZodType<
|
|
2548
|
-
/** @deprecated use `
|
|
2549
|
-
type Outbound =
|
|
2543
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$ {
|
|
2544
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$inboundSchema` instead. */
|
|
2545
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
2546
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$outboundSchema` instead. */
|
|
2547
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757>;
|
|
2548
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$Outbound` instead. */
|
|
2549
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$Outbound;
|
|
2550
2550
|
}
|
|
2551
|
-
export declare function
|
|
2552
|
-
export declare function
|
|
2551
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757): string;
|
|
2552
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757, SDKValidationError>;
|
|
2553
2553
|
/** @internal */
|
|
2554
2554
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
|
|
2555
2555
|
/** @internal */
|
|
2556
2556
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
|
|
2557
|
-
"__@BRAND@
|
|
2557
|
+
"__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$Outbound;
|
|
2558
2558
|
};
|
|
2559
2559
|
/** @internal */
|
|
2560
2560
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
|
|
@@ -2573,30 +2573,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2573
2573
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
|
|
2574
2574
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
|
|
2575
2575
|
/** @internal */
|
|
2576
|
-
export declare const
|
|
2576
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
2577
2577
|
/** @internal */
|
|
2578
|
-
export type
|
|
2578
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$Outbound = {};
|
|
2579
2579
|
/** @internal */
|
|
2580
|
-
export declare const
|
|
2580
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757>;
|
|
2581
2581
|
/**
|
|
2582
2582
|
* @internal
|
|
2583
2583
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2584
2584
|
*/
|
|
2585
|
-
export declare namespace
|
|
2586
|
-
/** @deprecated use `
|
|
2587
|
-
const inboundSchema: z.ZodType<
|
|
2588
|
-
/** @deprecated use `
|
|
2589
|
-
const outboundSchema: z.ZodType<
|
|
2590
|
-
/** @deprecated use `
|
|
2591
|
-
type Outbound =
|
|
2585
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$ {
|
|
2586
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$inboundSchema` instead. */
|
|
2587
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
2588
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$outboundSchema` instead. */
|
|
2589
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757>;
|
|
2590
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$Outbound` instead. */
|
|
2591
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$Outbound;
|
|
2592
2592
|
}
|
|
2593
|
-
export declare function
|
|
2594
|
-
export declare function
|
|
2593
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757): string;
|
|
2594
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757, SDKValidationError>;
|
|
2595
2595
|
/** @internal */
|
|
2596
2596
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
|
|
2597
2597
|
/** @internal */
|
|
2598
2598
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
|
|
2599
|
-
"__@BRAND@
|
|
2599
|
+
"__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$Outbound;
|
|
2600
2600
|
};
|
|
2601
2601
|
/** @internal */
|
|
2602
2602
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
|
|
@@ -3282,30 +3282,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiOptions$ {
|
|
|
3282
3282
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
|
|
3283
3283
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
|
|
3284
3284
|
/** @internal */
|
|
3285
|
-
export declare const
|
|
3285
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
3286
3286
|
/** @internal */
|
|
3287
|
-
export type
|
|
3287
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$Outbound = {};
|
|
3288
3288
|
/** @internal */
|
|
3289
|
-
export declare const
|
|
3289
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757>;
|
|
3290
3290
|
/**
|
|
3291
3291
|
* @internal
|
|
3292
3292
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3293
3293
|
*/
|
|
3294
|
-
export declare namespace
|
|
3295
|
-
/** @deprecated use `
|
|
3296
|
-
const inboundSchema: z.ZodType<
|
|
3297
|
-
/** @deprecated use `
|
|
3298
|
-
const outboundSchema: z.ZodType<
|
|
3299
|
-
/** @deprecated use `
|
|
3300
|
-
type Outbound =
|
|
3294
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$ {
|
|
3295
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$inboundSchema` instead. */
|
|
3296
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
3297
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$outboundSchema` instead. */
|
|
3298
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757>;
|
|
3299
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$Outbound` instead. */
|
|
3300
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$Outbound;
|
|
3301
3301
|
}
|
|
3302
|
-
export declare function
|
|
3303
|
-
export declare function
|
|
3302
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757): string;
|
|
3303
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757, SDKValidationError>;
|
|
3304
3304
|
/** @internal */
|
|
3305
3305
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
|
|
3306
3306
|
/** @internal */
|
|
3307
3307
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
|
|
3308
|
-
"__@BRAND@
|
|
3308
|
+
"__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$Outbound;
|
|
3309
3309
|
};
|
|
3310
3310
|
/** @internal */
|
|
3311
3311
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
|
|
@@ -3324,30 +3324,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMaxLe
|
|
|
3324
3324
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
|
|
3325
3325
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
|
|
3326
3326
|
/** @internal */
|
|
3327
|
-
export declare const
|
|
3327
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
3328
3328
|
/** @internal */
|
|
3329
|
-
export type
|
|
3329
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$Outbound = {};
|
|
3330
3330
|
/** @internal */
|
|
3331
|
-
export declare const
|
|
3331
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757>;
|
|
3332
3332
|
/**
|
|
3333
3333
|
* @internal
|
|
3334
3334
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3335
3335
|
*/
|
|
3336
|
-
export declare namespace
|
|
3337
|
-
/** @deprecated use `
|
|
3338
|
-
const inboundSchema: z.ZodType<
|
|
3339
|
-
/** @deprecated use `
|
|
3340
|
-
const outboundSchema: z.ZodType<
|
|
3341
|
-
/** @deprecated use `
|
|
3342
|
-
type Outbound =
|
|
3336
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$ {
|
|
3337
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$inboundSchema` instead. */
|
|
3338
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
3339
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$outboundSchema` instead. */
|
|
3340
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757>;
|
|
3341
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$Outbound` instead. */
|
|
3342
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$Outbound;
|
|
3343
3343
|
}
|
|
3344
|
-
export declare function
|
|
3345
|
-
export declare function
|
|
3344
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757): string;
|
|
3345
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757, SDKValidationError>;
|
|
3346
3346
|
/** @internal */
|
|
3347
3347
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
|
|
3348
3348
|
/** @internal */
|
|
3349
3349
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
|
|
3350
|
-
"__@BRAND@
|
|
3350
|
+
"__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$Outbound;
|
|
3351
3351
|
};
|
|
3352
3352
|
/** @internal */
|
|
3353
3353
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
|
|
@@ -3366,30 +3366,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMinLe
|
|
|
3366
3366
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
|
|
3367
3367
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
|
|
3368
3368
|
/** @internal */
|
|
3369
|
-
export declare const
|
|
3369
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
3370
3370
|
/** @internal */
|
|
3371
|
-
export type
|
|
3371
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$Outbound = {};
|
|
3372
3372
|
/** @internal */
|
|
3373
|
-
export declare const
|
|
3373
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757>;
|
|
3374
3374
|
/**
|
|
3375
3375
|
* @internal
|
|
3376
3376
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3377
3377
|
*/
|
|
3378
|
-
export declare namespace
|
|
3379
|
-
/** @deprecated use `
|
|
3380
|
-
const inboundSchema: z.ZodType<
|
|
3381
|
-
/** @deprecated use `
|
|
3382
|
-
const outboundSchema: z.ZodType<
|
|
3383
|
-
/** @deprecated use `
|
|
3384
|
-
type Outbound =
|
|
3378
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$ {
|
|
3379
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$inboundSchema` instead. */
|
|
3380
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
3381
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$outboundSchema` instead. */
|
|
3382
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757>;
|
|
3383
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$Outbound` instead. */
|
|
3384
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$Outbound;
|
|
3385
3385
|
}
|
|
3386
|
-
export declare function
|
|
3387
|
-
export declare function
|
|
3386
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757): string;
|
|
3387
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757, SDKValidationError>;
|
|
3388
3388
|
/** @internal */
|
|
3389
3389
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
|
|
3390
3390
|
/** @internal */
|
|
3391
3391
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
|
|
3392
|
-
"__@BRAND@
|
|
3392
|
+
"__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$Outbound;
|
|
3393
3393
|
};
|
|
3394
3394
|
/** @internal */
|
|
3395
3395
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
|
|
@@ -4737,30 +4737,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
4737
4737
|
}>;
|
|
4738
4738
|
}
|
|
4739
4739
|
/** @internal */
|
|
4740
|
-
export declare const
|
|
4740
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
4741
4741
|
/** @internal */
|
|
4742
|
-
export type
|
|
4742
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$Outbound = {};
|
|
4743
4743
|
/** @internal */
|
|
4744
|
-
export declare const
|
|
4744
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757>;
|
|
4745
4745
|
/**
|
|
4746
4746
|
* @internal
|
|
4747
4747
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4748
4748
|
*/
|
|
4749
|
-
export declare namespace
|
|
4750
|
-
/** @deprecated use `
|
|
4751
|
-
const inboundSchema: z.ZodType<
|
|
4752
|
-
/** @deprecated use `
|
|
4753
|
-
const outboundSchema: z.ZodType<
|
|
4754
|
-
/** @deprecated use `
|
|
4755
|
-
type Outbound =
|
|
4749
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$ {
|
|
4750
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$inboundSchema` instead. */
|
|
4751
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
4752
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$outboundSchema` instead. */
|
|
4753
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757>;
|
|
4754
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$Outbound` instead. */
|
|
4755
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$Outbound;
|
|
4756
4756
|
}
|
|
4757
|
-
export declare function
|
|
4758
|
-
export declare function
|
|
4757
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757): string;
|
|
4758
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757, SDKValidationError>;
|
|
4759
4759
|
/** @internal */
|
|
4760
4760
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
|
|
4761
4761
|
/** @internal */
|
|
4762
4762
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
4763
|
-
"__@BRAND@
|
|
4763
|
+
"__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$Outbound;
|
|
4764
4764
|
};
|
|
4765
4765
|
/** @internal */
|
|
4766
4766
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
|
|
@@ -4779,30 +4779,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMaxLength$ {
|
|
|
4779
4779
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
|
|
4780
4780
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
|
|
4781
4781
|
/** @internal */
|
|
4782
|
-
export declare const
|
|
4782
|
+
export declare const PropertiesAtBRANDAt7757$inboundSchema: z.ZodType<PropertiesAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
4783
4783
|
/** @internal */
|
|
4784
|
-
export type
|
|
4784
|
+
export type PropertiesAtBRANDAt7757$Outbound = {};
|
|
4785
4785
|
/** @internal */
|
|
4786
|
-
export declare const
|
|
4786
|
+
export declare const PropertiesAtBRANDAt7757$outboundSchema: z.ZodType<PropertiesAtBRANDAt7757$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7757>;
|
|
4787
4787
|
/**
|
|
4788
4788
|
* @internal
|
|
4789
4789
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4790
4790
|
*/
|
|
4791
|
-
export declare namespace
|
|
4792
|
-
/** @deprecated use `
|
|
4793
|
-
const inboundSchema: z.ZodType<
|
|
4794
|
-
/** @deprecated use `
|
|
4795
|
-
const outboundSchema: z.ZodType<
|
|
4796
|
-
/** @deprecated use `
|
|
4797
|
-
type Outbound =
|
|
4791
|
+
export declare namespace PropertiesAtBRANDAt7757$ {
|
|
4792
|
+
/** @deprecated use `PropertiesAtBRANDAt7757$inboundSchema` instead. */
|
|
4793
|
+
const inboundSchema: z.ZodType<PropertiesAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
4794
|
+
/** @deprecated use `PropertiesAtBRANDAt7757$outboundSchema` instead. */
|
|
4795
|
+
const outboundSchema: z.ZodType<PropertiesAtBRANDAt7757$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7757>;
|
|
4796
|
+
/** @deprecated use `PropertiesAtBRANDAt7757$Outbound` instead. */
|
|
4797
|
+
type Outbound = PropertiesAtBRANDAt7757$Outbound;
|
|
4798
4798
|
}
|
|
4799
|
-
export declare function
|
|
4800
|
-
export declare function
|
|
4799
|
+
export declare function propertiesAtBRANDAt7757ToJSON(propertiesAtBRANDAt7757: PropertiesAtBRANDAt7757): string;
|
|
4800
|
+
export declare function propertiesAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt7757, SDKValidationError>;
|
|
4801
4801
|
/** @internal */
|
|
4802
4802
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
|
|
4803
4803
|
/** @internal */
|
|
4804
4804
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
4805
|
-
"__@BRAND@
|
|
4805
|
+
"__@BRAND@7757": PropertiesAtBRANDAt7757$Outbound;
|
|
4806
4806
|
};
|
|
4807
4807
|
/** @internal */
|
|
4808
4808
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
|
|
@@ -4821,30 +4821,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMinLength$ {
|
|
|
4821
4821
|
export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
|
|
4822
4822
|
export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
|
|
4823
4823
|
/** @internal */
|
|
4824
|
-
export declare const
|
|
4824
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
4825
4825
|
/** @internal */
|
|
4826
|
-
export type
|
|
4826
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$Outbound = {};
|
|
4827
4827
|
/** @internal */
|
|
4828
|
-
export declare const
|
|
4828
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7757>;
|
|
4829
4829
|
/**
|
|
4830
4830
|
* @internal
|
|
4831
4831
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4832
4832
|
*/
|
|
4833
|
-
export declare namespace
|
|
4834
|
-
/** @deprecated use `
|
|
4835
|
-
const inboundSchema: z.ZodType<
|
|
4836
|
-
/** @deprecated use `
|
|
4837
|
-
const outboundSchema: z.ZodType<
|
|
4838
|
-
/** @deprecated use `
|
|
4839
|
-
type Outbound =
|
|
4833
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$ {
|
|
4834
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$inboundSchema` instead. */
|
|
4835
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
4836
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$outboundSchema` instead. */
|
|
4837
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7757>;
|
|
4838
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$Outbound` instead. */
|
|
4839
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$Outbound;
|
|
4840
4840
|
}
|
|
4841
|
-
export declare function
|
|
4842
|
-
export declare function
|
|
4841
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesAtBRANDAt7757): string;
|
|
4842
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt7757, SDKValidationError>;
|
|
4843
4843
|
/** @internal */
|
|
4844
4844
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
|
|
4845
4845
|
/** @internal */
|
|
4846
4846
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
4847
|
-
"__@BRAND@
|
|
4847
|
+
"__@BRAND@7757": CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$Outbound;
|
|
4848
4848
|
};
|
|
4849
4849
|
/** @internal */
|
|
4850
4850
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
|
|
@@ -5470,30 +5470,30 @@ export declare namespace Guides$ {
|
|
|
5470
5470
|
export declare function guidesToJSON(guides: Guides): string;
|
|
5471
5471
|
export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
|
|
5472
5472
|
/** @internal */
|
|
5473
|
-
export declare const
|
|
5473
|
+
export declare const AtBRANDAt7757$inboundSchema: z.ZodType<AtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
5474
5474
|
/** @internal */
|
|
5475
|
-
export type
|
|
5475
|
+
export type AtBRANDAt7757$Outbound = {};
|
|
5476
5476
|
/** @internal */
|
|
5477
|
-
export declare const
|
|
5477
|
+
export declare const AtBRANDAt7757$outboundSchema: z.ZodType<AtBRANDAt7757$Outbound, z.ZodTypeDef, AtBRANDAt7757>;
|
|
5478
5478
|
/**
|
|
5479
5479
|
* @internal
|
|
5480
5480
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5481
5481
|
*/
|
|
5482
|
-
export declare namespace
|
|
5483
|
-
/** @deprecated use `
|
|
5484
|
-
const inboundSchema: z.ZodType<
|
|
5485
|
-
/** @deprecated use `
|
|
5486
|
-
const outboundSchema: z.ZodType<
|
|
5487
|
-
/** @deprecated use `
|
|
5488
|
-
type Outbound =
|
|
5482
|
+
export declare namespace AtBRANDAt7757$ {
|
|
5483
|
+
/** @deprecated use `AtBRANDAt7757$inboundSchema` instead. */
|
|
5484
|
+
const inboundSchema: z.ZodType<AtBRANDAt7757, z.ZodTypeDef, unknown>;
|
|
5485
|
+
/** @deprecated use `AtBRANDAt7757$outboundSchema` instead. */
|
|
5486
|
+
const outboundSchema: z.ZodType<AtBRANDAt7757$Outbound, z.ZodTypeDef, AtBRANDAt7757>;
|
|
5487
|
+
/** @deprecated use `AtBRANDAt7757$Outbound` instead. */
|
|
5488
|
+
type Outbound = AtBRANDAt7757$Outbound;
|
|
5489
5489
|
}
|
|
5490
|
-
export declare function
|
|
5491
|
-
export declare function
|
|
5490
|
+
export declare function atBRANDAt7757ToJSON(atBRANDAt7757: AtBRANDAt7757): string;
|
|
5491
|
+
export declare function atBRANDAt7757FromJSON(jsonString: string): SafeParseResult<AtBRANDAt7757, SDKValidationError>;
|
|
5492
5492
|
/** @internal */
|
|
5493
5493
|
export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
|
|
5494
5494
|
/** @internal */
|
|
5495
5495
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
5496
|
-
"__@BRAND@
|
|
5496
|
+
"__@BRAND@7757": AtBRANDAt7757$Outbound;
|
|
5497
5497
|
};
|
|
5498
5498
|
/** @internal */
|
|
5499
5499
|
export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;
|