@vercel/sdk 1.13.8 → 1.13.9
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 +24 -20
- package/bin/mcp-server.js +2169 -1565
- package/bin/mcp-server.js.map +27 -21
- package/docs/sdks/marketplace/README.md +150 -0
- package/esm/__tests__/domains.test.js +2 -7
- 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__/logdrains.test.js +2 -6
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/marketplace.test.js +16 -0
- package/esm/__tests__/marketplace.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +6 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInstallation.d.ts +17 -0
- package/esm/funcs/marketplaceUpdateInstallation.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateInstallation.js +82 -0
- package/esm/funcs/marketplaceUpdateInstallation.js.map +1 -0
- package/esm/funcs/marketplaceUpdateResource.d.ts +17 -0
- package/esm/funcs/marketplaceUpdateResource.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateResource.js +85 -0
- package/esm/funcs/marketplaceUpdateResource.js.map +1 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- 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 +5 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.js +27 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.js.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.js +28 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.js.map +1 -0
- package/esm/models/buysingledomainop.d.ts +8 -8
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +12 -13
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +285 -285
- package/esm/models/createintegrationstoredirectop.js +351 -351
- 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 +154 -156
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +149 -151
- 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/exchangessotokenop.d.ts +2 -0
- package/esm/models/exchangessotokenop.d.ts.map +1 -1
- package/esm/models/exchangessotokenop.js +4 -0
- package/esm/models/exchangessotokenop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getprojectenvop.d.ts +9 -9
- package/esm/models/getprojectenvop.js +3 -3
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +124 -126
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +131 -133
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +68 -68
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +75 -72
- package/esm/models/importresourceop.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/updateinstallationop.d.ts +242 -0
- package/esm/models/updateinstallationop.d.ts.map +1 -0
- package/esm/models/updateinstallationop.js +246 -0
- package/esm/models/updateinstallationop.js.map +1 -0
- package/esm/models/updateprojectdatacacheop.d.ts +124 -126
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +131 -133
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +154 -156
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +149 -151
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateresourceop.d.ts +432 -0
- package/esm/models/updateresourceop.d.ts.map +1 -0
- package/esm/models/updateresourceop.js +393 -0
- package/esm/models/updateresourceop.js.map +1 -0
- package/esm/models/userevent.d.ts +122 -6
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +90 -2
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/marketplace.d.ts +16 -0
- package/esm/sdk/marketplace.d.ts.map +1 -1
- package/esm/sdk/marketplace.js +20 -0
- package/esm/sdk/marketplace.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/domains.test.ts +2 -7
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +2 -6
- package/src/__tests__/marketplace.test.ts +19 -0
- package/src/__tests__/rollingrelease.test.ts +6 -2
- package/src/__tests__/security.test.ts +4 -4
- package/src/funcs/marketplaceUpdateInstallation.ts +174 -0
- package/src/funcs/marketplaceUpdateResource.ts +179 -0
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +5 -1
- package/src/mcp-server/tools/marketplaceUpdateInstallation.ts +35 -0
- package/src/mcp-server/tools/marketplaceUpdateResource.ts +37 -0
- package/src/models/buysingledomainop.ts +16 -14
- package/src/models/createintegrationstoredirectop.ts +604 -604
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +285 -289
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/exchangessotokenop.ts +6 -0
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getprojectenvop.ts +3 -3
- package/src/models/getprojectsop.ts +255 -259
- package/src/models/importresourceop.ts +142 -115
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateinstallationop.ts +488 -0
- package/src/models/updateprojectdatacacheop.ts +255 -259
- package/src/models/updateprojectop.ts +285 -289
- package/src/models/updateresourceop.ts +823 -0
- package/src/models/userevent.ts +188 -2
- package/src/sdk/marketplace.ts +41 -0
- package/vercel-spec.json +1618 -1190
|
@@ -213,9 +213,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
|
|
|
213
213
|
readonly Object: "object";
|
|
214
214
|
};
|
|
215
215
|
export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
|
|
216
|
-
export type
|
|
216
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584 = {};
|
|
217
217
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
218
|
-
|
|
218
|
+
atBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584;
|
|
219
219
|
};
|
|
220
220
|
export declare const CreateIntegrationStoreDirectDisabled3: {
|
|
221
221
|
readonly Update: "update";
|
|
@@ -248,17 +248,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
248
248
|
readonly Domain: "domain";
|
|
249
249
|
};
|
|
250
250
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
|
|
251
|
-
export type
|
|
251
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584 = {};
|
|
252
252
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
|
|
253
|
-
|
|
253
|
+
atBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584;
|
|
254
254
|
};
|
|
255
|
-
export type
|
|
255
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584 = {};
|
|
256
256
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
|
|
257
|
-
|
|
257
|
+
atBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584;
|
|
258
258
|
};
|
|
259
|
-
export type
|
|
259
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584 = {};
|
|
260
260
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
|
|
261
|
-
|
|
261
|
+
atBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584;
|
|
262
262
|
};
|
|
263
263
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
|
|
264
264
|
readonly Update: "update";
|
|
@@ -319,9 +319,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
319
319
|
readonly VercelRegion: "vercel-region";
|
|
320
320
|
};
|
|
321
321
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
|
|
322
|
-
export type
|
|
322
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584 = {};
|
|
323
323
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
324
|
-
|
|
324
|
+
atBRANDAt8584: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584;
|
|
325
325
|
};
|
|
326
326
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
|
|
327
327
|
readonly Update: "update";
|
|
@@ -346,9 +346,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
346
346
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
|
|
347
347
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
|
|
348
348
|
};
|
|
349
|
-
export type
|
|
349
|
+
export type UiOptionsAtBRANDAt8584 = {};
|
|
350
350
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
351
|
-
|
|
351
|
+
atBRANDAt8584: UiOptionsAtBRANDAt8584;
|
|
352
352
|
};
|
|
353
353
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
|
|
354
354
|
readonly Update: "update";
|
|
@@ -375,17 +375,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
|
|
|
375
375
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
|
|
376
376
|
};
|
|
377
377
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
|
|
378
|
-
export type
|
|
378
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584 = {};
|
|
379
379
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
|
|
380
|
-
|
|
380
|
+
atBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584;
|
|
381
381
|
};
|
|
382
|
-
export type
|
|
382
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584 = {};
|
|
383
383
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
|
|
384
|
-
|
|
384
|
+
atBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584;
|
|
385
385
|
};
|
|
386
|
-
export type
|
|
386
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584 = {};
|
|
387
387
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
|
|
388
|
-
|
|
388
|
+
atBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584;
|
|
389
389
|
};
|
|
390
390
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
|
|
391
391
|
readonly Update: "update";
|
|
@@ -447,17 +447,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
447
447
|
readonly String: "string";
|
|
448
448
|
};
|
|
449
449
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
|
|
450
|
-
export type
|
|
450
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584 = {};
|
|
451
451
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength = {
|
|
452
|
-
|
|
452
|
+
atBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584;
|
|
453
453
|
};
|
|
454
|
-
export type
|
|
454
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584 = {};
|
|
455
455
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength = {
|
|
456
|
-
|
|
456
|
+
atBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584;
|
|
457
457
|
};
|
|
458
|
-
export type
|
|
458
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584 = {};
|
|
459
459
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern = {
|
|
460
|
-
|
|
460
|
+
atBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584;
|
|
461
461
|
};
|
|
462
462
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
463
463
|
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type;
|
|
@@ -580,17 +580,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
580
580
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
|
|
581
581
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
|
|
582
582
|
};
|
|
583
|
-
export type
|
|
583
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584 = {};
|
|
584
584
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
585
|
-
|
|
585
|
+
atBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584;
|
|
586
586
|
};
|
|
587
|
-
export type
|
|
587
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584 = {};
|
|
588
588
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
589
|
-
|
|
589
|
+
atBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584;
|
|
590
590
|
};
|
|
591
|
-
export type
|
|
591
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584 = {};
|
|
592
592
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
593
|
-
|
|
593
|
+
atBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584;
|
|
594
594
|
};
|
|
595
595
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
|
|
596
596
|
readonly Update: "update";
|
|
@@ -836,17 +836,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
|
|
|
836
836
|
readonly Input: "input";
|
|
837
837
|
};
|
|
838
838
|
export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
|
|
839
|
-
export type
|
|
839
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584 = {};
|
|
840
840
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
841
|
-
|
|
841
|
+
atBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584;
|
|
842
842
|
};
|
|
843
|
-
export type
|
|
843
|
+
export type PropertiesAtBRANDAt8584 = {};
|
|
844
844
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
845
|
-
|
|
845
|
+
atBRANDAt8584: PropertiesAtBRANDAt8584;
|
|
846
846
|
};
|
|
847
|
-
export type
|
|
847
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8584 = {};
|
|
848
848
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
849
|
-
|
|
849
|
+
atBRANDAt8584: CreateIntegrationStoreDirectPropertiesAtBRANDAt8584;
|
|
850
850
|
};
|
|
851
851
|
export declare const CreateIntegrationStoreDirectUiReadOnly3: {
|
|
852
852
|
readonly Update: "update";
|
|
@@ -997,9 +997,9 @@ export type Guides = {
|
|
|
997
997
|
title: string;
|
|
998
998
|
steps: Array<Steps>;
|
|
999
999
|
};
|
|
1000
|
-
export type
|
|
1000
|
+
export type AtBRANDAt8584 = {};
|
|
1001
1001
|
export type CreateIntegrationStoreDirectValue = {
|
|
1002
|
-
|
|
1002
|
+
atBRANDAt8584: AtBRANDAt8584;
|
|
1003
1003
|
};
|
|
1004
1004
|
export declare const Disabled3: {
|
|
1005
1005
|
readonly Update: "update";
|
|
@@ -1729,30 +1729,30 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
1729
1729
|
}>;
|
|
1730
1730
|
}
|
|
1731
1731
|
/** @internal */
|
|
1732
|
-
export declare const
|
|
1732
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
1733
1733
|
/** @internal */
|
|
1734
|
-
export type
|
|
1734
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$Outbound = {};
|
|
1735
1735
|
/** @internal */
|
|
1736
|
-
export declare const
|
|
1736
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584>;
|
|
1737
1737
|
/**
|
|
1738
1738
|
* @internal
|
|
1739
1739
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1740
1740
|
*/
|
|
1741
|
-
export declare namespace
|
|
1742
|
-
/** @deprecated use `
|
|
1743
|
-
const inboundSchema: z.ZodType<
|
|
1744
|
-
/** @deprecated use `
|
|
1745
|
-
const outboundSchema: z.ZodType<
|
|
1746
|
-
/** @deprecated use `
|
|
1747
|
-
type Outbound =
|
|
1741
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$ {
|
|
1742
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema` instead. */
|
|
1743
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
1744
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema` instead. */
|
|
1745
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584>;
|
|
1746
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$Outbound` instead. */
|
|
1747
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$Outbound;
|
|
1748
1748
|
}
|
|
1749
|
-
export declare function
|
|
1750
|
-
export declare function
|
|
1749
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584): string;
|
|
1750
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584, SDKValidationError>;
|
|
1751
1751
|
/** @internal */
|
|
1752
1752
|
export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
|
|
1753
1753
|
/** @internal */
|
|
1754
1754
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
1755
|
-
"__@BRAND@
|
|
1755
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$Outbound;
|
|
1756
1756
|
};
|
|
1757
1757
|
/** @internal */
|
|
1758
1758
|
export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
|
|
@@ -1955,30 +1955,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
1955
1955
|
}>;
|
|
1956
1956
|
}
|
|
1957
1957
|
/** @internal */
|
|
1958
|
-
export declare const
|
|
1958
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
1959
1959
|
/** @internal */
|
|
1960
|
-
export type
|
|
1960
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$Outbound = {};
|
|
1961
1961
|
/** @internal */
|
|
1962
|
-
export declare const
|
|
1962
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584>;
|
|
1963
1963
|
/**
|
|
1964
1964
|
* @internal
|
|
1965
1965
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1966
1966
|
*/
|
|
1967
|
-
export declare namespace
|
|
1968
|
-
/** @deprecated use `
|
|
1969
|
-
const inboundSchema: z.ZodType<
|
|
1970
|
-
/** @deprecated use `
|
|
1971
|
-
const outboundSchema: z.ZodType<
|
|
1972
|
-
/** @deprecated use `
|
|
1973
|
-
type Outbound =
|
|
1967
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$ {
|
|
1968
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema` instead. */
|
|
1969
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
1970
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema` instead. */
|
|
1971
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584>;
|
|
1972
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$Outbound` instead. */
|
|
1973
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$Outbound;
|
|
1974
1974
|
}
|
|
1975
|
-
export declare function
|
|
1976
|
-
export declare function
|
|
1975
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584): string;
|
|
1976
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584, SDKValidationError>;
|
|
1977
1977
|
/** @internal */
|
|
1978
1978
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
|
|
1979
1979
|
/** @internal */
|
|
1980
1980
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
|
|
1981
|
-
"__@BRAND@
|
|
1981
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$Outbound;
|
|
1982
1982
|
};
|
|
1983
1983
|
/** @internal */
|
|
1984
1984
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
|
|
@@ -1997,30 +1997,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
1997
1997
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
|
|
1998
1998
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
|
|
1999
1999
|
/** @internal */
|
|
2000
|
-
export declare const
|
|
2000
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
2001
2001
|
/** @internal */
|
|
2002
|
-
export type
|
|
2002
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$Outbound = {};
|
|
2003
2003
|
/** @internal */
|
|
2004
|
-
export declare const
|
|
2004
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584>;
|
|
2005
2005
|
/**
|
|
2006
2006
|
* @internal
|
|
2007
2007
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2008
2008
|
*/
|
|
2009
|
-
export declare namespace
|
|
2010
|
-
/** @deprecated use `
|
|
2011
|
-
const inboundSchema: z.ZodType<
|
|
2012
|
-
/** @deprecated use `
|
|
2013
|
-
const outboundSchema: z.ZodType<
|
|
2014
|
-
/** @deprecated use `
|
|
2015
|
-
type Outbound =
|
|
2009
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$ {
|
|
2010
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema` instead. */
|
|
2011
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
2012
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema` instead. */
|
|
2013
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584>;
|
|
2014
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$Outbound` instead. */
|
|
2015
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$Outbound;
|
|
2016
2016
|
}
|
|
2017
|
-
export declare function
|
|
2018
|
-
export declare function
|
|
2017
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584): string;
|
|
2018
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584, SDKValidationError>;
|
|
2019
2019
|
/** @internal */
|
|
2020
2020
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
|
|
2021
2021
|
/** @internal */
|
|
2022
2022
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
|
|
2023
|
-
"__@BRAND@
|
|
2023
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$Outbound;
|
|
2024
2024
|
};
|
|
2025
2025
|
/** @internal */
|
|
2026
2026
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
|
|
@@ -2039,30 +2039,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2039
2039
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
|
|
2040
2040
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
|
|
2041
2041
|
/** @internal */
|
|
2042
|
-
export declare const
|
|
2042
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
2043
2043
|
/** @internal */
|
|
2044
|
-
export type
|
|
2044
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$Outbound = {};
|
|
2045
2045
|
/** @internal */
|
|
2046
|
-
export declare const
|
|
2046
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584>;
|
|
2047
2047
|
/**
|
|
2048
2048
|
* @internal
|
|
2049
2049
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2050
2050
|
*/
|
|
2051
|
-
export declare namespace
|
|
2052
|
-
/** @deprecated use `
|
|
2053
|
-
const inboundSchema: z.ZodType<
|
|
2054
|
-
/** @deprecated use `
|
|
2055
|
-
const outboundSchema: z.ZodType<
|
|
2056
|
-
/** @deprecated use `
|
|
2057
|
-
type Outbound =
|
|
2051
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$ {
|
|
2052
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema` instead. */
|
|
2053
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
2054
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema` instead. */
|
|
2055
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584>;
|
|
2056
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$Outbound` instead. */
|
|
2057
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$Outbound;
|
|
2058
2058
|
}
|
|
2059
|
-
export declare function
|
|
2060
|
-
export declare function
|
|
2059
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584): string;
|
|
2060
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584, SDKValidationError>;
|
|
2061
2061
|
/** @internal */
|
|
2062
2062
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
|
|
2063
2063
|
/** @internal */
|
|
2064
2064
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
|
|
2065
|
-
"__@BRAND@
|
|
2065
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$Outbound;
|
|
2066
2066
|
};
|
|
2067
2067
|
/** @internal */
|
|
2068
2068
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
|
|
@@ -2403,30 +2403,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2403
2403
|
}>;
|
|
2404
2404
|
}
|
|
2405
2405
|
/** @internal */
|
|
2406
|
-
export declare const
|
|
2406
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
2407
2407
|
/** @internal */
|
|
2408
|
-
export type
|
|
2408
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$Outbound = {};
|
|
2409
2409
|
/** @internal */
|
|
2410
|
-
export declare const
|
|
2410
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584>;
|
|
2411
2411
|
/**
|
|
2412
2412
|
* @internal
|
|
2413
2413
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2414
2414
|
*/
|
|
2415
|
-
export declare namespace
|
|
2416
|
-
/** @deprecated use `
|
|
2417
|
-
const inboundSchema: z.ZodType<
|
|
2418
|
-
/** @deprecated use `
|
|
2419
|
-
const outboundSchema: z.ZodType<
|
|
2420
|
-
/** @deprecated use `
|
|
2421
|
-
type Outbound =
|
|
2415
|
+
export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$ {
|
|
2416
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema` instead. */
|
|
2417
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
2418
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema` instead. */
|
|
2419
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584>;
|
|
2420
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$Outbound` instead. */
|
|
2421
|
+
type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$Outbound;
|
|
2422
2422
|
}
|
|
2423
|
-
export declare function
|
|
2424
|
-
export declare function
|
|
2423
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8584ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8584: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584): string;
|
|
2424
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584, SDKValidationError>;
|
|
2425
2425
|
/** @internal */
|
|
2426
2426
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
|
|
2427
2427
|
/** @internal */
|
|
2428
2428
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
2429
|
-
"__@BRAND@
|
|
2429
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$Outbound;
|
|
2430
2430
|
};
|
|
2431
2431
|
/** @internal */
|
|
2432
2432
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
|
|
@@ -2593,30 +2593,30 @@ export declare namespace CreateIntegrationStoreDirectUiOptions3$ {
|
|
|
2593
2593
|
export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
|
|
2594
2594
|
export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
|
|
2595
2595
|
/** @internal */
|
|
2596
|
-
export declare const
|
|
2596
|
+
export declare const UiOptionsAtBRANDAt8584$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
2597
2597
|
/** @internal */
|
|
2598
|
-
export type
|
|
2598
|
+
export type UiOptionsAtBRANDAt8584$Outbound = {};
|
|
2599
2599
|
/** @internal */
|
|
2600
|
-
export declare const
|
|
2600
|
+
export declare const UiOptionsAtBRANDAt8584$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8584$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8584>;
|
|
2601
2601
|
/**
|
|
2602
2602
|
* @internal
|
|
2603
2603
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2604
2604
|
*/
|
|
2605
|
-
export declare namespace
|
|
2606
|
-
/** @deprecated use `
|
|
2607
|
-
const inboundSchema: z.ZodType<
|
|
2608
|
-
/** @deprecated use `
|
|
2609
|
-
const outboundSchema: z.ZodType<
|
|
2610
|
-
/** @deprecated use `
|
|
2611
|
-
type Outbound =
|
|
2605
|
+
export declare namespace UiOptionsAtBRANDAt8584$ {
|
|
2606
|
+
/** @deprecated use `UiOptionsAtBRANDAt8584$inboundSchema` instead. */
|
|
2607
|
+
const inboundSchema: z.ZodType<UiOptionsAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
2608
|
+
/** @deprecated use `UiOptionsAtBRANDAt8584$outboundSchema` instead. */
|
|
2609
|
+
const outboundSchema: z.ZodType<UiOptionsAtBRANDAt8584$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8584>;
|
|
2610
|
+
/** @deprecated use `UiOptionsAtBRANDAt8584$Outbound` instead. */
|
|
2611
|
+
type Outbound = UiOptionsAtBRANDAt8584$Outbound;
|
|
2612
2612
|
}
|
|
2613
|
-
export declare function
|
|
2614
|
-
export declare function
|
|
2613
|
+
export declare function uiOptionsAtBRANDAt8584ToJSON(uiOptionsAtBRANDAt8584: UiOptionsAtBRANDAt8584): string;
|
|
2614
|
+
export declare function uiOptionsAtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8584, SDKValidationError>;
|
|
2615
2615
|
/** @internal */
|
|
2616
2616
|
export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
|
|
2617
2617
|
/** @internal */
|
|
2618
2618
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
2619
|
-
"__@BRAND@
|
|
2619
|
+
"__@BRAND@8584": UiOptionsAtBRANDAt8584$Outbound;
|
|
2620
2620
|
};
|
|
2621
2621
|
/** @internal */
|
|
2622
2622
|
export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
|
|
@@ -2804,30 +2804,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2804
2804
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
|
|
2805
2805
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
|
|
2806
2806
|
/** @internal */
|
|
2807
|
-
export declare const
|
|
2807
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
2808
2808
|
/** @internal */
|
|
2809
|
-
export type
|
|
2809
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$Outbound = {};
|
|
2810
2810
|
/** @internal */
|
|
2811
|
-
export declare const
|
|
2811
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584>;
|
|
2812
2812
|
/**
|
|
2813
2813
|
* @internal
|
|
2814
2814
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2815
2815
|
*/
|
|
2816
|
-
export declare namespace
|
|
2817
|
-
/** @deprecated use `
|
|
2818
|
-
const inboundSchema: z.ZodType<
|
|
2819
|
-
/** @deprecated use `
|
|
2820
|
-
const outboundSchema: z.ZodType<
|
|
2821
|
-
/** @deprecated use `
|
|
2822
|
-
type Outbound =
|
|
2816
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$ {
|
|
2817
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema` instead. */
|
|
2818
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
2819
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema` instead. */
|
|
2820
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584>;
|
|
2821
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$Outbound` instead. */
|
|
2822
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$Outbound;
|
|
2823
2823
|
}
|
|
2824
|
-
export declare function
|
|
2825
|
-
export declare function
|
|
2824
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584): string;
|
|
2825
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584, SDKValidationError>;
|
|
2826
2826
|
/** @internal */
|
|
2827
2827
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
|
|
2828
2828
|
/** @internal */
|
|
2829
2829
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
|
|
2830
|
-
"__@BRAND@
|
|
2830
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$Outbound;
|
|
2831
2831
|
};
|
|
2832
2832
|
/** @internal */
|
|
2833
2833
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
|
|
@@ -2846,30 +2846,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2846
2846
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
|
|
2847
2847
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
|
|
2848
2848
|
/** @internal */
|
|
2849
|
-
export declare const
|
|
2849
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
2850
2850
|
/** @internal */
|
|
2851
|
-
export type
|
|
2851
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$Outbound = {};
|
|
2852
2852
|
/** @internal */
|
|
2853
|
-
export declare const
|
|
2853
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584>;
|
|
2854
2854
|
/**
|
|
2855
2855
|
* @internal
|
|
2856
2856
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2857
2857
|
*/
|
|
2858
|
-
export declare namespace
|
|
2859
|
-
/** @deprecated use `
|
|
2860
|
-
const inboundSchema: z.ZodType<
|
|
2861
|
-
/** @deprecated use `
|
|
2862
|
-
const outboundSchema: z.ZodType<
|
|
2863
|
-
/** @deprecated use `
|
|
2864
|
-
type Outbound =
|
|
2858
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$ {
|
|
2859
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema` instead. */
|
|
2860
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
2861
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema` instead. */
|
|
2862
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584>;
|
|
2863
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$Outbound` instead. */
|
|
2864
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$Outbound;
|
|
2865
2865
|
}
|
|
2866
|
-
export declare function
|
|
2867
|
-
export declare function
|
|
2866
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584): string;
|
|
2867
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584, SDKValidationError>;
|
|
2868
2868
|
/** @internal */
|
|
2869
2869
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
|
|
2870
2870
|
/** @internal */
|
|
2871
2871
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
|
|
2872
|
-
"__@BRAND@
|
|
2872
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$Outbound;
|
|
2873
2873
|
};
|
|
2874
2874
|
/** @internal */
|
|
2875
2875
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
|
|
@@ -2888,30 +2888,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2888
2888
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
|
|
2889
2889
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
|
|
2890
2890
|
/** @internal */
|
|
2891
|
-
export declare const
|
|
2891
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
2892
2892
|
/** @internal */
|
|
2893
|
-
export type
|
|
2893
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$Outbound = {};
|
|
2894
2894
|
/** @internal */
|
|
2895
|
-
export declare const
|
|
2895
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584>;
|
|
2896
2896
|
/**
|
|
2897
2897
|
* @internal
|
|
2898
2898
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2899
2899
|
*/
|
|
2900
|
-
export declare namespace
|
|
2901
|
-
/** @deprecated use `
|
|
2902
|
-
const inboundSchema: z.ZodType<
|
|
2903
|
-
/** @deprecated use `
|
|
2904
|
-
const outboundSchema: z.ZodType<
|
|
2905
|
-
/** @deprecated use `
|
|
2906
|
-
type Outbound =
|
|
2900
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$ {
|
|
2901
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema` instead. */
|
|
2902
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
2903
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema` instead. */
|
|
2904
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584>;
|
|
2905
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$Outbound` instead. */
|
|
2906
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$Outbound;
|
|
2907
2907
|
}
|
|
2908
|
-
export declare function
|
|
2909
|
-
export declare function
|
|
2908
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584): string;
|
|
2909
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584, SDKValidationError>;
|
|
2910
2910
|
/** @internal */
|
|
2911
2911
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
|
|
2912
2912
|
/** @internal */
|
|
2913
2913
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
|
|
2914
|
-
"__@BRAND@
|
|
2914
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$Outbound;
|
|
2915
2915
|
};
|
|
2916
2916
|
/** @internal */
|
|
2917
2917
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
|
|
@@ -3253,30 +3253,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
3253
3253
|
}>;
|
|
3254
3254
|
}
|
|
3255
3255
|
/** @internal */
|
|
3256
|
-
export declare const
|
|
3256
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
3257
3257
|
/** @internal */
|
|
3258
|
-
export type
|
|
3258
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$Outbound = {};
|
|
3259
3259
|
/** @internal */
|
|
3260
|
-
export declare const
|
|
3260
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584>;
|
|
3261
3261
|
/**
|
|
3262
3262
|
* @internal
|
|
3263
3263
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3264
3264
|
*/
|
|
3265
|
-
export declare namespace
|
|
3266
|
-
/** @deprecated use `
|
|
3267
|
-
const inboundSchema: z.ZodType<
|
|
3268
|
-
/** @deprecated use `
|
|
3269
|
-
const outboundSchema: z.ZodType<
|
|
3270
|
-
/** @deprecated use `
|
|
3271
|
-
type Outbound =
|
|
3265
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$ {
|
|
3266
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema` instead. */
|
|
3267
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
3268
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema` instead. */
|
|
3269
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584>;
|
|
3270
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$Outbound` instead. */
|
|
3271
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$Outbound;
|
|
3272
3272
|
}
|
|
3273
|
-
export declare function
|
|
3274
|
-
export declare function
|
|
3273
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584): string;
|
|
3274
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584, SDKValidationError>;
|
|
3275
3275
|
/** @internal */
|
|
3276
3276
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, z.ZodTypeDef, unknown>;
|
|
3277
3277
|
/** @internal */
|
|
3278
3278
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound = {
|
|
3279
|
-
"__@BRAND@
|
|
3279
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$Outbound;
|
|
3280
3280
|
};
|
|
3281
3281
|
/** @internal */
|
|
3282
3282
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength>;
|
|
@@ -3295,30 +3295,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
3295
3295
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength): string;
|
|
3296
3296
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, SDKValidationError>;
|
|
3297
3297
|
/** @internal */
|
|
3298
|
-
export declare const
|
|
3298
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
3299
3299
|
/** @internal */
|
|
3300
|
-
export type
|
|
3300
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$Outbound = {};
|
|
3301
3301
|
/** @internal */
|
|
3302
|
-
export declare const
|
|
3302
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584>;
|
|
3303
3303
|
/**
|
|
3304
3304
|
* @internal
|
|
3305
3305
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3306
3306
|
*/
|
|
3307
|
-
export declare namespace
|
|
3308
|
-
/** @deprecated use `
|
|
3309
|
-
const inboundSchema: z.ZodType<
|
|
3310
|
-
/** @deprecated use `
|
|
3311
|
-
const outboundSchema: z.ZodType<
|
|
3312
|
-
/** @deprecated use `
|
|
3313
|
-
type Outbound =
|
|
3307
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$ {
|
|
3308
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema` instead. */
|
|
3309
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
3310
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema` instead. */
|
|
3311
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584>;
|
|
3312
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$Outbound` instead. */
|
|
3313
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$Outbound;
|
|
3314
3314
|
}
|
|
3315
|
-
export declare function
|
|
3316
|
-
export declare function
|
|
3315
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584): string;
|
|
3316
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584, SDKValidationError>;
|
|
3317
3317
|
/** @internal */
|
|
3318
3318
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, z.ZodTypeDef, unknown>;
|
|
3319
3319
|
/** @internal */
|
|
3320
3320
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound = {
|
|
3321
|
-
"__@BRAND@
|
|
3321
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$Outbound;
|
|
3322
3322
|
};
|
|
3323
3323
|
/** @internal */
|
|
3324
3324
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength>;
|
|
@@ -3337,30 +3337,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
3337
3337
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength): string;
|
|
3338
3338
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, SDKValidationError>;
|
|
3339
3339
|
/** @internal */
|
|
3340
|
-
export declare const
|
|
3340
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
3341
3341
|
/** @internal */
|
|
3342
|
-
export type
|
|
3342
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$Outbound = {};
|
|
3343
3343
|
/** @internal */
|
|
3344
|
-
export declare const
|
|
3344
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584>;
|
|
3345
3345
|
/**
|
|
3346
3346
|
* @internal
|
|
3347
3347
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3348
3348
|
*/
|
|
3349
|
-
export declare namespace
|
|
3350
|
-
/** @deprecated use `
|
|
3351
|
-
const inboundSchema: z.ZodType<
|
|
3352
|
-
/** @deprecated use `
|
|
3353
|
-
const outboundSchema: z.ZodType<
|
|
3354
|
-
/** @deprecated use `
|
|
3355
|
-
type Outbound =
|
|
3349
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$ {
|
|
3350
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema` instead. */
|
|
3351
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
3352
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema` instead. */
|
|
3353
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584>;
|
|
3354
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$Outbound` instead. */
|
|
3355
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$Outbound;
|
|
3356
3356
|
}
|
|
3357
|
-
export declare function
|
|
3358
|
-
export declare function
|
|
3357
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584): string;
|
|
3358
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584, SDKValidationError>;
|
|
3359
3359
|
/** @internal */
|
|
3360
3360
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, z.ZodTypeDef, unknown>;
|
|
3361
3361
|
/** @internal */
|
|
3362
3362
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound = {
|
|
3363
|
-
"__@BRAND@
|
|
3363
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$Outbound;
|
|
3364
3364
|
};
|
|
3365
3365
|
/** @internal */
|
|
3366
3366
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern>;
|
|
@@ -4046,30 +4046,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiOptions$ {
|
|
|
4046
4046
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
|
|
4047
4047
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
|
|
4048
4048
|
/** @internal */
|
|
4049
|
-
export declare const
|
|
4049
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
4050
4050
|
/** @internal */
|
|
4051
|
-
export type
|
|
4051
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$Outbound = {};
|
|
4052
4052
|
/** @internal */
|
|
4053
|
-
export declare const
|
|
4053
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584>;
|
|
4054
4054
|
/**
|
|
4055
4055
|
* @internal
|
|
4056
4056
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4057
4057
|
*/
|
|
4058
|
-
export declare namespace
|
|
4059
|
-
/** @deprecated use `
|
|
4060
|
-
const inboundSchema: z.ZodType<
|
|
4061
|
-
/** @deprecated use `
|
|
4062
|
-
const outboundSchema: z.ZodType<
|
|
4063
|
-
/** @deprecated use `
|
|
4064
|
-
type Outbound =
|
|
4058
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$ {
|
|
4059
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema` instead. */
|
|
4060
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
4061
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema` instead. */
|
|
4062
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584>;
|
|
4063
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$Outbound` instead. */
|
|
4064
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$Outbound;
|
|
4065
4065
|
}
|
|
4066
|
-
export declare function
|
|
4067
|
-
export declare function
|
|
4066
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584): string;
|
|
4067
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584, SDKValidationError>;
|
|
4068
4068
|
/** @internal */
|
|
4069
4069
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
|
|
4070
4070
|
/** @internal */
|
|
4071
4071
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
|
|
4072
|
-
"__@BRAND@
|
|
4072
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$Outbound;
|
|
4073
4073
|
};
|
|
4074
4074
|
/** @internal */
|
|
4075
4075
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
|
|
@@ -4088,30 +4088,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMaxLe
|
|
|
4088
4088
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
|
|
4089
4089
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
|
|
4090
4090
|
/** @internal */
|
|
4091
|
-
export declare const
|
|
4091
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
4092
4092
|
/** @internal */
|
|
4093
|
-
export type
|
|
4093
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$Outbound = {};
|
|
4094
4094
|
/** @internal */
|
|
4095
|
-
export declare const
|
|
4095
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584>;
|
|
4096
4096
|
/**
|
|
4097
4097
|
* @internal
|
|
4098
4098
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4099
4099
|
*/
|
|
4100
|
-
export declare namespace
|
|
4101
|
-
/** @deprecated use `
|
|
4102
|
-
const inboundSchema: z.ZodType<
|
|
4103
|
-
/** @deprecated use `
|
|
4104
|
-
const outboundSchema: z.ZodType<
|
|
4105
|
-
/** @deprecated use `
|
|
4106
|
-
type Outbound =
|
|
4100
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$ {
|
|
4101
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema` instead. */
|
|
4102
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
4103
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema` instead. */
|
|
4104
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584>;
|
|
4105
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$Outbound` instead. */
|
|
4106
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$Outbound;
|
|
4107
4107
|
}
|
|
4108
|
-
export declare function
|
|
4109
|
-
export declare function
|
|
4108
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584): string;
|
|
4109
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584, SDKValidationError>;
|
|
4110
4110
|
/** @internal */
|
|
4111
4111
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
|
|
4112
4112
|
/** @internal */
|
|
4113
4113
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
|
|
4114
|
-
"__@BRAND@
|
|
4114
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$Outbound;
|
|
4115
4115
|
};
|
|
4116
4116
|
/** @internal */
|
|
4117
4117
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
|
|
@@ -4130,30 +4130,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMinLe
|
|
|
4130
4130
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
|
|
4131
4131
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
|
|
4132
4132
|
/** @internal */
|
|
4133
|
-
export declare const
|
|
4133
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
4134
4134
|
/** @internal */
|
|
4135
|
-
export type
|
|
4135
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$Outbound = {};
|
|
4136
4136
|
/** @internal */
|
|
4137
|
-
export declare const
|
|
4137
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584>;
|
|
4138
4138
|
/**
|
|
4139
4139
|
* @internal
|
|
4140
4140
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4141
4141
|
*/
|
|
4142
|
-
export declare namespace
|
|
4143
|
-
/** @deprecated use `
|
|
4144
|
-
const inboundSchema: z.ZodType<
|
|
4145
|
-
/** @deprecated use `
|
|
4146
|
-
const outboundSchema: z.ZodType<
|
|
4147
|
-
/** @deprecated use `
|
|
4148
|
-
type Outbound =
|
|
4142
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$ {
|
|
4143
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema` instead. */
|
|
4144
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
4145
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema` instead. */
|
|
4146
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584>;
|
|
4147
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$Outbound` instead. */
|
|
4148
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$Outbound;
|
|
4149
4149
|
}
|
|
4150
|
-
export declare function
|
|
4151
|
-
export declare function
|
|
4150
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584): string;
|
|
4151
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584, SDKValidationError>;
|
|
4152
4152
|
/** @internal */
|
|
4153
4153
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
|
|
4154
4154
|
/** @internal */
|
|
4155
4155
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
|
|
4156
|
-
"__@BRAND@
|
|
4156
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$Outbound;
|
|
4157
4157
|
};
|
|
4158
4158
|
/** @internal */
|
|
4159
4159
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
|
|
@@ -5501,30 +5501,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
5501
5501
|
}>;
|
|
5502
5502
|
}
|
|
5503
5503
|
/** @internal */
|
|
5504
|
-
export declare const
|
|
5504
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
5505
5505
|
/** @internal */
|
|
5506
|
-
export type
|
|
5506
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$Outbound = {};
|
|
5507
5507
|
/** @internal */
|
|
5508
|
-
export declare const
|
|
5508
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584>;
|
|
5509
5509
|
/**
|
|
5510
5510
|
* @internal
|
|
5511
5511
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5512
5512
|
*/
|
|
5513
|
-
export declare namespace
|
|
5514
|
-
/** @deprecated use `
|
|
5515
|
-
const inboundSchema: z.ZodType<
|
|
5516
|
-
/** @deprecated use `
|
|
5517
|
-
const outboundSchema: z.ZodType<
|
|
5518
|
-
/** @deprecated use `
|
|
5519
|
-
type Outbound =
|
|
5513
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$ {
|
|
5514
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema` instead. */
|
|
5515
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
5516
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema` instead. */
|
|
5517
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584>;
|
|
5518
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$Outbound` instead. */
|
|
5519
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$Outbound;
|
|
5520
5520
|
}
|
|
5521
|
-
export declare function
|
|
5522
|
-
export declare function
|
|
5521
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584): string;
|
|
5522
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584, SDKValidationError>;
|
|
5523
5523
|
/** @internal */
|
|
5524
5524
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
|
|
5525
5525
|
/** @internal */
|
|
5526
5526
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
5527
|
-
"__@BRAND@
|
|
5527
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$Outbound;
|
|
5528
5528
|
};
|
|
5529
5529
|
/** @internal */
|
|
5530
5530
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
|
|
@@ -5543,30 +5543,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMaxLength$ {
|
|
|
5543
5543
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
|
|
5544
5544
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
|
|
5545
5545
|
/** @internal */
|
|
5546
|
-
export declare const
|
|
5546
|
+
export declare const PropertiesAtBRANDAt8584$inboundSchema: z.ZodType<PropertiesAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
5547
5547
|
/** @internal */
|
|
5548
|
-
export type
|
|
5548
|
+
export type PropertiesAtBRANDAt8584$Outbound = {};
|
|
5549
5549
|
/** @internal */
|
|
5550
|
-
export declare const
|
|
5550
|
+
export declare const PropertiesAtBRANDAt8584$outboundSchema: z.ZodType<PropertiesAtBRANDAt8584$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8584>;
|
|
5551
5551
|
/**
|
|
5552
5552
|
* @internal
|
|
5553
5553
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5554
5554
|
*/
|
|
5555
|
-
export declare namespace
|
|
5556
|
-
/** @deprecated use `
|
|
5557
|
-
const inboundSchema: z.ZodType<
|
|
5558
|
-
/** @deprecated use `
|
|
5559
|
-
const outboundSchema: z.ZodType<
|
|
5560
|
-
/** @deprecated use `
|
|
5561
|
-
type Outbound =
|
|
5555
|
+
export declare namespace PropertiesAtBRANDAt8584$ {
|
|
5556
|
+
/** @deprecated use `PropertiesAtBRANDAt8584$inboundSchema` instead. */
|
|
5557
|
+
const inboundSchema: z.ZodType<PropertiesAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
5558
|
+
/** @deprecated use `PropertiesAtBRANDAt8584$outboundSchema` instead. */
|
|
5559
|
+
const outboundSchema: z.ZodType<PropertiesAtBRANDAt8584$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8584>;
|
|
5560
|
+
/** @deprecated use `PropertiesAtBRANDAt8584$Outbound` instead. */
|
|
5561
|
+
type Outbound = PropertiesAtBRANDAt8584$Outbound;
|
|
5562
5562
|
}
|
|
5563
|
-
export declare function
|
|
5564
|
-
export declare function
|
|
5563
|
+
export declare function propertiesAtBRANDAt8584ToJSON(propertiesAtBRANDAt8584: PropertiesAtBRANDAt8584): string;
|
|
5564
|
+
export declare function propertiesAtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8584, SDKValidationError>;
|
|
5565
5565
|
/** @internal */
|
|
5566
5566
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
|
|
5567
5567
|
/** @internal */
|
|
5568
5568
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
5569
|
-
"__@BRAND@
|
|
5569
|
+
"__@BRAND@8584": PropertiesAtBRANDAt8584$Outbound;
|
|
5570
5570
|
};
|
|
5571
5571
|
/** @internal */
|
|
5572
5572
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
|
|
@@ -5585,30 +5585,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMinLength$ {
|
|
|
5585
5585
|
export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
|
|
5586
5586
|
export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
|
|
5587
5587
|
/** @internal */
|
|
5588
|
-
export declare const
|
|
5588
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
5589
5589
|
/** @internal */
|
|
5590
|
-
export type
|
|
5590
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$Outbound = {};
|
|
5591
5591
|
/** @internal */
|
|
5592
|
-
export declare const
|
|
5592
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8584>;
|
|
5593
5593
|
/**
|
|
5594
5594
|
* @internal
|
|
5595
5595
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5596
5596
|
*/
|
|
5597
|
-
export declare namespace
|
|
5598
|
-
/** @deprecated use `
|
|
5599
|
-
const inboundSchema: z.ZodType<
|
|
5600
|
-
/** @deprecated use `
|
|
5601
|
-
const outboundSchema: z.ZodType<
|
|
5602
|
-
/** @deprecated use `
|
|
5603
|
-
type Outbound =
|
|
5597
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$ {
|
|
5598
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema` instead. */
|
|
5599
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
5600
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema` instead. */
|
|
5601
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8584>;
|
|
5602
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$Outbound` instead. */
|
|
5603
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$Outbound;
|
|
5604
5604
|
}
|
|
5605
|
-
export declare function
|
|
5606
|
-
export declare function
|
|
5605
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8584: CreateIntegrationStoreDirectPropertiesAtBRANDAt8584): string;
|
|
5606
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8584FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8584, SDKValidationError>;
|
|
5607
5607
|
/** @internal */
|
|
5608
5608
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
|
|
5609
5609
|
/** @internal */
|
|
5610
5610
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
5611
|
-
"__@BRAND@
|
|
5611
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$Outbound;
|
|
5612
5612
|
};
|
|
5613
5613
|
/** @internal */
|
|
5614
5614
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
|
|
@@ -6242,30 +6242,30 @@ export declare namespace Guides$ {
|
|
|
6242
6242
|
export declare function guidesToJSON(guides: Guides): string;
|
|
6243
6243
|
export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
|
|
6244
6244
|
/** @internal */
|
|
6245
|
-
export declare const
|
|
6245
|
+
export declare const AtBRANDAt8584$inboundSchema: z.ZodType<AtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
6246
6246
|
/** @internal */
|
|
6247
|
-
export type
|
|
6247
|
+
export type AtBRANDAt8584$Outbound = {};
|
|
6248
6248
|
/** @internal */
|
|
6249
|
-
export declare const
|
|
6249
|
+
export declare const AtBRANDAt8584$outboundSchema: z.ZodType<AtBRANDAt8584$Outbound, z.ZodTypeDef, AtBRANDAt8584>;
|
|
6250
6250
|
/**
|
|
6251
6251
|
* @internal
|
|
6252
6252
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6253
6253
|
*/
|
|
6254
|
-
export declare namespace
|
|
6255
|
-
/** @deprecated use `
|
|
6256
|
-
const inboundSchema: z.ZodType<
|
|
6257
|
-
/** @deprecated use `
|
|
6258
|
-
const outboundSchema: z.ZodType<
|
|
6259
|
-
/** @deprecated use `
|
|
6260
|
-
type Outbound =
|
|
6254
|
+
export declare namespace AtBRANDAt8584$ {
|
|
6255
|
+
/** @deprecated use `AtBRANDAt8584$inboundSchema` instead. */
|
|
6256
|
+
const inboundSchema: z.ZodType<AtBRANDAt8584, z.ZodTypeDef, unknown>;
|
|
6257
|
+
/** @deprecated use `AtBRANDAt8584$outboundSchema` instead. */
|
|
6258
|
+
const outboundSchema: z.ZodType<AtBRANDAt8584$Outbound, z.ZodTypeDef, AtBRANDAt8584>;
|
|
6259
|
+
/** @deprecated use `AtBRANDAt8584$Outbound` instead. */
|
|
6260
|
+
type Outbound = AtBRANDAt8584$Outbound;
|
|
6261
6261
|
}
|
|
6262
|
-
export declare function
|
|
6263
|
-
export declare function
|
|
6262
|
+
export declare function atBRANDAt8584ToJSON(atBRANDAt8584: AtBRANDAt8584): string;
|
|
6263
|
+
export declare function atBRANDAt8584FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8584, SDKValidationError>;
|
|
6264
6264
|
/** @internal */
|
|
6265
6265
|
export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
|
|
6266
6266
|
/** @internal */
|
|
6267
6267
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
6268
|
-
"__@BRAND@
|
|
6268
|
+
"__@BRAND@8584": AtBRANDAt8584$Outbound;
|
|
6269
6269
|
};
|
|
6270
6270
|
/** @internal */
|
|
6271
6271
|
export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;
|