@vercel/sdk 1.13.9 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -21
- package/bin/mcp-server.js +1006 -658
- package/bin/mcp-server.js.map +34 -29
- package/docs/sdks/domainsregistrar/README.md +6 -0
- package/docs/sdks/projects/README.md +2 -0
- package/docs/sdks/security/README.md +70 -0
- package/esm/__tests__/accessgroups.test.js +3 -1
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +11 -3
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +6 -2
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -6
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +18 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/integrationsDeleteConfiguration.js +2 -2
- package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -1
- package/esm/funcs/projectsGetProjects.js +1 -0
- package/esm/funcs/projectsGetProjects.js.map +1 -1
- package/esm/funcs/securityGetV1SecurityFirewallEvents.d.ts +17 -0
- package/esm/funcs/securityGetV1SecurityFirewallEvents.d.ts.map +1 -0
- package/esm/funcs/securityGetV1SecurityFirewallEvents.js +78 -0
- package/esm/funcs/securityGetV1SecurityFirewallEvents.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.d.ts +7 -0
- package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.d.ts.map +1 -0
- package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.js +28 -0
- package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.js.map +1 -0
- package/esm/models/acceptprojecttransferrequestop.d.ts +1 -1
- package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
- package/esm/models/acceptprojecttransferrequestop.js +2 -1
- package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
- package/esm/models/authtoken.d.ts +6 -0
- package/esm/models/authtoken.d.ts.map +1 -1
- package/esm/models/authtoken.js +2 -0
- package/esm/models/authtoken.js.map +1 -1
- package/esm/models/buydomainsop.d.ts +3 -2
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buydomainsop.js +3 -0
- package/esm/models/buydomainsop.js.map +1 -1
- package/esm/models/buysingledomainop.d.ts +3 -2
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +3 -0
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/createeventop.d.ts +2 -2
- package/esm/models/createeventop.d.ts.map +1 -1
- package/esm/models/createeventop.js +2 -2
- package/esm/models/createeventop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +340 -315
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +392 -381
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +12 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +4 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/dnssecenabled.d.ts +70 -0
- package/esm/models/dnssecenabled.d.ts.map +1 -0
- package/esm/models/dnssecenabled.js +72 -0
- package/esm/models/dnssecenabled.js.map +1 -0
- package/esm/models/domaintooshort.d.ts +70 -0
- package/esm/models/domaintooshort.d.ts.map +1 -0
- package/esm/models/domaintooshort.js +72 -0
- package/esm/models/domaintooshort.js.map +1 -0
- package/esm/models/filetree.d.ts +0 -5
- package/esm/models/filetree.d.ts.map +1 -1
- package/esm/models/filetree.js +0 -2
- package/esm/models/filetree.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getconfigurationsop.d.ts +18 -0
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +6 -0
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdomainpriceop.d.ts +3 -2
- package/esm/models/getdomainpriceop.d.ts.map +1 -1
- package/esm/models/getdomainpriceop.js +3 -0
- package/esm/models/getdomainpriceop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +5 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +2 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getv1securityfirewalleventsop.d.ts +95 -0
- package/esm/models/getv1securityfirewalleventsop.d.ts.map +1 -0
- package/esm/models/getv1securityfirewalleventsop.js +108 -0
- package/esm/models/getv1securityfirewalleventsop.js.map +1 -0
- package/esm/models/getwebhookop.d.ts +6 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +2 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +12 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +4 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +1 -1
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +1 -1
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +3 -2
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js +3 -0
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/team.d.ts +1 -1
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +1 -1
- package/esm/models/team.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +4 -2
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/transferindomainop.js +6 -0
- package/esm/models/transferindomainop.js.map +1 -1
- package/esm/models/updateinstallationop.d.ts +1 -1
- package/esm/models/updateinstallationop.d.ts.map +1 -1
- package/esm/models/updateinstallationop.js +1 -1
- package/esm/models/updateinstallationop.js.map +1 -1
- package/esm/models/updateresourceop.d.ts +1 -1
- package/esm/models/updateresourceop.d.ts.map +1 -1
- package/esm/models/updateresourceop.js +1 -1
- package/esm/models/updateresourceop.js.map +1 -1
- package/esm/models/userevent.d.ts +77 -11
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +67 -9
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/security.d.ts +8 -0
- package/esm/sdk/security.d.ts.map +1 -1
- package/esm/sdk/security.js +10 -0
- package/esm/sdk/security.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +3 -1
- package/src/__tests__/domains.test.ts +11 -3
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +6 -2
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/__tests__/security.test.ts +23 -4
- package/src/funcs/integrationsDeleteConfiguration.ts +2 -2
- package/src/funcs/projectsGetProjects.ts +1 -0
- package/src/funcs/securityGetV1SecurityFirewallEvents.ts +165 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/securityGetV1SecurityFirewallEvents.ts +39 -0
- package/src/models/acceptprojecttransferrequestop.ts +3 -2
- package/src/models/authtoken.ts +2 -0
- package/src/models/buydomainsop.ts +10 -0
- package/src/models/buysingledomainop.ts +10 -0
- package/src/models/createeventop.ts +4 -4
- package/src/models/createintegrationstoredirectop.ts +714 -668
- package/src/models/createwebhookop.ts +4 -0
- package/src/models/dnssecenabled.ts +120 -0
- package/src/models/domaintooshort.ts +120 -0
- package/src/models/filetree.ts +0 -7
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getconfigurationsop.ts +6 -0
- package/src/models/getdomainpriceop.ts +10 -0
- package/src/models/getprojectsop.ts +7 -0
- package/src/models/getv1securityfirewalleventsop.ts +233 -0
- package/src/models/getwebhookop.ts +2 -0
- package/src/models/getwebhooksop.ts +4 -0
- package/src/models/importresourceop.ts +2 -2
- package/src/models/renewdomainop.ts +10 -0
- package/src/models/team.ts +2 -2
- package/src/models/transferindomainop.ts +20 -0
- package/src/models/updateinstallationop.ts +2 -2
- package/src/models/updateresourceop.ts +2 -2
- package/src/models/userevent.ts +140 -17
- package/src/sdk/security.ts +22 -0
- package/vercel-spec.json +351 -109
|
@@ -151,14 +151,14 @@ export type CreateIntegrationStoreDirectIntegrationsEnvironments = ClosedEnum<
|
|
|
151
151
|
typeof CreateIntegrationStoreDirectIntegrationsEnvironments
|
|
152
152
|
>;
|
|
153
153
|
|
|
154
|
-
export type
|
|
154
|
+
export type CreateIntegrationStoreDirectActions = {
|
|
155
155
|
slug: string;
|
|
156
156
|
environments: Array<CreateIntegrationStoreDirectIntegrationsEnvironments>;
|
|
157
157
|
};
|
|
158
158
|
|
|
159
159
|
export type CreateIntegrationStoreDirectDeployments = {
|
|
160
160
|
required: boolean;
|
|
161
|
-
actions: Array<
|
|
161
|
+
actions: Array<CreateIntegrationStoreDirectActions>;
|
|
162
162
|
};
|
|
163
163
|
|
|
164
164
|
export type ProjectsMetadata = {
|
|
@@ -225,6 +225,7 @@ export type Capabilities = {
|
|
|
225
225
|
sso?: boolean | undefined;
|
|
226
226
|
billable?: boolean | undefined;
|
|
227
227
|
secretsSync?: boolean | undefined;
|
|
228
|
+
projects?: boolean | undefined;
|
|
228
229
|
};
|
|
229
230
|
|
|
230
231
|
export type CreateIntegrationStoreDirectMetadata =
|
|
@@ -252,6 +253,7 @@ export type CreateIntegrationStoreDirectCapabilities = {
|
|
|
252
253
|
secretsSync?: boolean | undefined;
|
|
253
254
|
sandbox?: boolean | undefined;
|
|
254
255
|
linking?: boolean | undefined;
|
|
256
|
+
projects?: boolean | undefined;
|
|
255
257
|
};
|
|
256
258
|
|
|
257
259
|
export const CreateIntegrationStoreDirectIntegrationsType = {
|
|
@@ -261,12 +263,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
|
|
|
261
263
|
typeof CreateIntegrationStoreDirectIntegrationsType
|
|
262
264
|
>;
|
|
263
265
|
|
|
264
|
-
export type
|
|
266
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646 =
|
|
265
267
|
{};
|
|
266
268
|
|
|
267
269
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
268
|
-
|
|
269
|
-
|
|
270
|
+
atBRANDAt8646:
|
|
271
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646;
|
|
270
272
|
};
|
|
271
273
|
|
|
272
274
|
export const CreateIntegrationStoreDirectDisabled3 = {
|
|
@@ -335,31 +337,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
335
337
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
|
|
336
338
|
>;
|
|
337
339
|
|
|
338
|
-
export type
|
|
340
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646 =
|
|
339
341
|
{};
|
|
340
342
|
|
|
341
343
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
|
|
342
344
|
{
|
|
343
|
-
|
|
344
|
-
|
|
345
|
+
atBRANDAt8646:
|
|
346
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646;
|
|
345
347
|
};
|
|
346
348
|
|
|
347
|
-
export type
|
|
349
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646 =
|
|
348
350
|
{};
|
|
349
351
|
|
|
350
352
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
|
|
351
353
|
{
|
|
352
|
-
|
|
353
|
-
|
|
354
|
+
atBRANDAt8646:
|
|
355
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646;
|
|
354
356
|
};
|
|
355
357
|
|
|
356
|
-
export type
|
|
358
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646 =
|
|
357
359
|
{};
|
|
358
360
|
|
|
359
361
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
|
|
360
362
|
{
|
|
361
|
-
|
|
362
|
-
|
|
363
|
+
atBRANDAt8646:
|
|
364
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646;
|
|
363
365
|
};
|
|
364
366
|
|
|
365
367
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
@@ -497,10 +499,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
497
499
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
|
|
498
500
|
>;
|
|
499
501
|
|
|
500
|
-
export type
|
|
502
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646 = {};
|
|
501
503
|
|
|
502
504
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
503
|
-
|
|
505
|
+
atBRANDAt8646: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646;
|
|
504
506
|
};
|
|
505
507
|
|
|
506
508
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
|
|
@@ -551,10 +553,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
551
553
|
| undefined;
|
|
552
554
|
};
|
|
553
555
|
|
|
554
|
-
export type
|
|
556
|
+
export type UiOptionsAtBRANDAt8646 = {};
|
|
555
557
|
|
|
556
558
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
557
|
-
|
|
559
|
+
atBRANDAt8646: UiOptionsAtBRANDAt8646;
|
|
558
560
|
};
|
|
559
561
|
|
|
560
562
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
|
|
@@ -617,31 +619,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
|
|
|
617
619
|
| CreateIntegrationStoreDirectUiOptions2
|
|
618
620
|
| CreateIntegrationStoreDirectUiOptions3;
|
|
619
621
|
|
|
620
|
-
export type
|
|
622
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646 =
|
|
621
623
|
{};
|
|
622
624
|
|
|
623
625
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
|
|
624
626
|
{
|
|
625
|
-
|
|
626
|
-
|
|
627
|
+
atBRANDAt8646:
|
|
628
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646;
|
|
627
629
|
};
|
|
628
630
|
|
|
629
|
-
export type
|
|
631
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646 =
|
|
630
632
|
{};
|
|
631
633
|
|
|
632
634
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
|
|
633
635
|
{
|
|
634
|
-
|
|
635
|
-
|
|
636
|
+
atBRANDAt8646:
|
|
637
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646;
|
|
636
638
|
};
|
|
637
639
|
|
|
638
|
-
export type
|
|
640
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646 =
|
|
639
641
|
{};
|
|
640
642
|
|
|
641
643
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
|
|
642
644
|
{
|
|
643
|
-
|
|
644
|
-
|
|
645
|
+
atBRANDAt8646:
|
|
646
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646;
|
|
645
647
|
};
|
|
646
648
|
|
|
647
649
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
|
|
@@ -784,31 +786,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
784
786
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
|
|
785
787
|
>;
|
|
786
788
|
|
|
787
|
-
export type
|
|
789
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646 =
|
|
788
790
|
{};
|
|
789
791
|
|
|
790
792
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
|
|
791
793
|
{
|
|
792
|
-
|
|
793
|
-
|
|
794
|
+
atBRANDAt8646:
|
|
795
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646;
|
|
794
796
|
};
|
|
795
797
|
|
|
796
|
-
export type
|
|
798
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646 =
|
|
797
799
|
{};
|
|
798
800
|
|
|
799
801
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
|
|
800
802
|
{
|
|
801
|
-
|
|
802
|
-
|
|
803
|
+
atBRANDAt8646:
|
|
804
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646;
|
|
803
805
|
};
|
|
804
806
|
|
|
805
|
-
export type
|
|
807
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646 =
|
|
806
808
|
{};
|
|
807
809
|
|
|
808
810
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
|
|
809
811
|
{
|
|
810
|
-
|
|
811
|
-
|
|
812
|
+
atBRANDAt8646:
|
|
813
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646;
|
|
812
814
|
};
|
|
813
815
|
|
|
814
816
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
@@ -1063,28 +1065,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
1063
1065
|
| undefined;
|
|
1064
1066
|
};
|
|
1065
1067
|
|
|
1066
|
-
export type
|
|
1068
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646 =
|
|
1067
1069
|
{};
|
|
1068
1070
|
|
|
1069
1071
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
+
atBRANDAt8646:
|
|
1073
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646;
|
|
1072
1074
|
};
|
|
1073
1075
|
|
|
1074
|
-
export type
|
|
1076
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646 =
|
|
1075
1077
|
{};
|
|
1076
1078
|
|
|
1077
1079
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
+
atBRANDAt8646:
|
|
1081
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646;
|
|
1080
1082
|
};
|
|
1081
1083
|
|
|
1082
|
-
export type
|
|
1084
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646 =
|
|
1083
1085
|
{};
|
|
1084
1086
|
|
|
1085
1087
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
+
atBRANDAt8646:
|
|
1089
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646;
|
|
1088
1090
|
};
|
|
1089
1091
|
|
|
1090
1092
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
|
|
@@ -1587,24 +1589,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
|
|
|
1587
1589
|
typeof CreateIntegrationStoreDirectPropertiesUiControl
|
|
1588
1590
|
>;
|
|
1589
1591
|
|
|
1590
|
-
export type
|
|
1592
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646 =
|
|
1591
1593
|
{};
|
|
1592
1594
|
|
|
1593
1595
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
+
atBRANDAt8646:
|
|
1597
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646;
|
|
1596
1598
|
};
|
|
1597
1599
|
|
|
1598
|
-
export type
|
|
1600
|
+
export type PropertiesAtBRANDAt8646 = {};
|
|
1599
1601
|
|
|
1600
1602
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
1601
|
-
|
|
1603
|
+
atBRANDAt8646: PropertiesAtBRANDAt8646;
|
|
1602
1604
|
};
|
|
1603
1605
|
|
|
1604
|
-
export type
|
|
1606
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8646 = {};
|
|
1605
1607
|
|
|
1606
1608
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
1607
|
-
|
|
1609
|
+
atBRANDAt8646: CreateIntegrationStoreDirectPropertiesAtBRANDAt8646;
|
|
1608
1610
|
};
|
|
1609
1611
|
|
|
1610
1612
|
export const CreateIntegrationStoreDirectUiReadOnly3 = {
|
|
@@ -1757,11 +1759,15 @@ export const CreateIntegrationStoreDirectTags = {
|
|
|
1757
1759
|
Other: "other",
|
|
1758
1760
|
Mysql: "mysql",
|
|
1759
1761
|
Vector: "vector",
|
|
1762
|
+
TagAgents: "tag_agents",
|
|
1760
1763
|
TagAi: "tag_ai",
|
|
1761
1764
|
TagAnalytics: "tag_analytics",
|
|
1762
1765
|
TagAuthentication: "tag_authentication",
|
|
1763
1766
|
TagCms: "tag_cms",
|
|
1764
1767
|
TagCodeRepository: "tag_code_repository",
|
|
1768
|
+
TagCodeReview: "tag_code_review",
|
|
1769
|
+
TagCodeSecurity: "tag_code_security",
|
|
1770
|
+
TagCodeTesting: "tag_code_testing",
|
|
1765
1771
|
TagCommerce: "tag_commerce",
|
|
1766
1772
|
TagDatabases: "tag_databases",
|
|
1767
1773
|
TagDevTools: "tag_dev_tools",
|
|
@@ -1776,8 +1782,10 @@ export const CreateIntegrationStoreDirectTags = {
|
|
|
1776
1782
|
TagProductivity: "tag_productivity",
|
|
1777
1783
|
TagSearching: "tag_searching",
|
|
1778
1784
|
TagSecurity: "tag_security",
|
|
1785
|
+
TagSupportAgent: "tag_support_agent",
|
|
1779
1786
|
TagTesting: "tag_testing",
|
|
1780
1787
|
TagVideo: "tag_video",
|
|
1788
|
+
TagWebAutomation: "tag_web_automation",
|
|
1781
1789
|
TagWorkflow: "tag_workflow",
|
|
1782
1790
|
TagChecks: "tag_checks",
|
|
1783
1791
|
TagStorage: "tag_storage",
|
|
@@ -1817,19 +1825,20 @@ export type Repl = {
|
|
|
1817
1825
|
export const CreateIntegrationStoreDirectIntegrationsResponseType = {
|
|
1818
1826
|
ConnectToProject: "connect_to_project",
|
|
1819
1827
|
ConfigureProjectConnections: "configure_project_connections",
|
|
1828
|
+
AddDrain: "add_drain",
|
|
1820
1829
|
} as const;
|
|
1821
1830
|
export type CreateIntegrationStoreDirectIntegrationsResponseType = ClosedEnum<
|
|
1822
1831
|
typeof CreateIntegrationStoreDirectIntegrationsResponseType
|
|
1823
1832
|
>;
|
|
1824
1833
|
|
|
1825
|
-
export type
|
|
1834
|
+
export type CreateIntegrationStoreDirectIntegrationsActions = {
|
|
1826
1835
|
type: CreateIntegrationStoreDirectIntegrationsResponseType;
|
|
1827
1836
|
};
|
|
1828
1837
|
|
|
1829
1838
|
export type Steps = {
|
|
1830
1839
|
title: string;
|
|
1831
1840
|
content: string;
|
|
1832
|
-
actions?: Array<
|
|
1841
|
+
actions?: Array<CreateIntegrationStoreDirectIntegrationsActions> | undefined;
|
|
1833
1842
|
};
|
|
1834
1843
|
|
|
1835
1844
|
export type Guides = {
|
|
@@ -1838,10 +1847,10 @@ export type Guides = {
|
|
|
1838
1847
|
steps: Array<Steps>;
|
|
1839
1848
|
};
|
|
1840
1849
|
|
|
1841
|
-
export type
|
|
1850
|
+
export type AtBRANDAt8646 = {};
|
|
1842
1851
|
|
|
1843
1852
|
export type CreateIntegrationStoreDirectValue = {
|
|
1844
|
-
|
|
1853
|
+
atBRANDAt8646: AtBRANDAt8646;
|
|
1845
1854
|
};
|
|
1846
1855
|
|
|
1847
1856
|
export const Disabled3 = {
|
|
@@ -2315,25 +2324,28 @@ export namespace CreateIntegrationStoreDirectIntegrationsEnvironments$ {
|
|
|
2315
2324
|
}
|
|
2316
2325
|
|
|
2317
2326
|
/** @internal */
|
|
2318
|
-
export const
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2327
|
+
export const CreateIntegrationStoreDirectActions$inboundSchema: z.ZodType<
|
|
2328
|
+
CreateIntegrationStoreDirectActions,
|
|
2329
|
+
z.ZodTypeDef,
|
|
2330
|
+
unknown
|
|
2331
|
+
> = z.object({
|
|
2332
|
+
slug: z.string(),
|
|
2333
|
+
environments: z.array(
|
|
2334
|
+
CreateIntegrationStoreDirectIntegrationsEnvironments$inboundSchema,
|
|
2335
|
+
),
|
|
2336
|
+
});
|
|
2325
2337
|
|
|
2326
2338
|
/** @internal */
|
|
2327
|
-
export type
|
|
2339
|
+
export type CreateIntegrationStoreDirectActions$Outbound = {
|
|
2328
2340
|
slug: string;
|
|
2329
2341
|
environments: Array<string>;
|
|
2330
2342
|
};
|
|
2331
2343
|
|
|
2332
2344
|
/** @internal */
|
|
2333
|
-
export const
|
|
2334
|
-
|
|
2345
|
+
export const CreateIntegrationStoreDirectActions$outboundSchema: z.ZodType<
|
|
2346
|
+
CreateIntegrationStoreDirectActions$Outbound,
|
|
2335
2347
|
z.ZodTypeDef,
|
|
2336
|
-
|
|
2348
|
+
CreateIntegrationStoreDirectActions
|
|
2337
2349
|
> = z.object({
|
|
2338
2350
|
slug: z.string(),
|
|
2339
2351
|
environments: z.array(
|
|
@@ -2345,26 +2357,35 @@ export const Actions$outboundSchema: z.ZodType<
|
|
|
2345
2357
|
* @internal
|
|
2346
2358
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2347
2359
|
*/
|
|
2348
|
-
export namespace
|
|
2349
|
-
/** @deprecated use `
|
|
2350
|
-
export const inboundSchema =
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2360
|
+
export namespace CreateIntegrationStoreDirectActions$ {
|
|
2361
|
+
/** @deprecated use `CreateIntegrationStoreDirectActions$inboundSchema` instead. */
|
|
2362
|
+
export const inboundSchema =
|
|
2363
|
+
CreateIntegrationStoreDirectActions$inboundSchema;
|
|
2364
|
+
/** @deprecated use `CreateIntegrationStoreDirectActions$outboundSchema` instead. */
|
|
2365
|
+
export const outboundSchema =
|
|
2366
|
+
CreateIntegrationStoreDirectActions$outboundSchema;
|
|
2367
|
+
/** @deprecated use `CreateIntegrationStoreDirectActions$Outbound` instead. */
|
|
2368
|
+
export type Outbound = CreateIntegrationStoreDirectActions$Outbound;
|
|
2355
2369
|
}
|
|
2356
2370
|
|
|
2357
|
-
export function
|
|
2358
|
-
|
|
2371
|
+
export function createIntegrationStoreDirectActionsToJSON(
|
|
2372
|
+
createIntegrationStoreDirectActions: CreateIntegrationStoreDirectActions,
|
|
2373
|
+
): string {
|
|
2374
|
+
return JSON.stringify(
|
|
2375
|
+
CreateIntegrationStoreDirectActions$outboundSchema.parse(
|
|
2376
|
+
createIntegrationStoreDirectActions,
|
|
2377
|
+
),
|
|
2378
|
+
);
|
|
2359
2379
|
}
|
|
2360
2380
|
|
|
2361
|
-
export function
|
|
2381
|
+
export function createIntegrationStoreDirectActionsFromJSON(
|
|
2362
2382
|
jsonString: string,
|
|
2363
|
-
): SafeParseResult<
|
|
2383
|
+
): SafeParseResult<CreateIntegrationStoreDirectActions, SDKValidationError> {
|
|
2364
2384
|
return safeParse(
|
|
2365
2385
|
jsonString,
|
|
2366
|
-
(x) =>
|
|
2367
|
-
|
|
2386
|
+
(x) =>
|
|
2387
|
+
CreateIntegrationStoreDirectActions$inboundSchema.parse(JSON.parse(x)),
|
|
2388
|
+
`Failed to parse 'CreateIntegrationStoreDirectActions' from JSON`,
|
|
2368
2389
|
);
|
|
2369
2390
|
}
|
|
2370
2391
|
|
|
@@ -2375,13 +2396,15 @@ export const CreateIntegrationStoreDirectDeployments$inboundSchema: z.ZodType<
|
|
|
2375
2396
|
unknown
|
|
2376
2397
|
> = z.object({
|
|
2377
2398
|
required: z.boolean(),
|
|
2378
|
-
actions: z.array(
|
|
2399
|
+
actions: z.array(
|
|
2400
|
+
z.lazy(() => CreateIntegrationStoreDirectActions$inboundSchema),
|
|
2401
|
+
),
|
|
2379
2402
|
});
|
|
2380
2403
|
|
|
2381
2404
|
/** @internal */
|
|
2382
2405
|
export type CreateIntegrationStoreDirectDeployments$Outbound = {
|
|
2383
2406
|
required: boolean;
|
|
2384
|
-
actions: Array<
|
|
2407
|
+
actions: Array<CreateIntegrationStoreDirectActions$Outbound>;
|
|
2385
2408
|
};
|
|
2386
2409
|
|
|
2387
2410
|
/** @internal */
|
|
@@ -2391,7 +2414,9 @@ export const CreateIntegrationStoreDirectDeployments$outboundSchema: z.ZodType<
|
|
|
2391
2414
|
CreateIntegrationStoreDirectDeployments
|
|
2392
2415
|
> = z.object({
|
|
2393
2416
|
required: z.boolean(),
|
|
2394
|
-
actions: z.array(
|
|
2417
|
+
actions: z.array(
|
|
2418
|
+
z.lazy(() => CreateIntegrationStoreDirectActions$outboundSchema),
|
|
2419
|
+
),
|
|
2395
2420
|
});
|
|
2396
2421
|
|
|
2397
2422
|
/**
|
|
@@ -2766,6 +2791,7 @@ export const Capabilities$inboundSchema: z.ZodType<
|
|
|
2766
2791
|
sso: z.boolean().optional(),
|
|
2767
2792
|
billable: z.boolean().optional(),
|
|
2768
2793
|
secretsSync: z.boolean().optional(),
|
|
2794
|
+
projects: z.boolean().optional(),
|
|
2769
2795
|
});
|
|
2770
2796
|
|
|
2771
2797
|
/** @internal */
|
|
@@ -2774,6 +2800,7 @@ export type Capabilities$Outbound = {
|
|
|
2774
2800
|
sso?: boolean | undefined;
|
|
2775
2801
|
billable?: boolean | undefined;
|
|
2776
2802
|
secretsSync?: boolean | undefined;
|
|
2803
|
+
projects?: boolean | undefined;
|
|
2777
2804
|
};
|
|
2778
2805
|
|
|
2779
2806
|
/** @internal */
|
|
@@ -2786,6 +2813,7 @@ export const Capabilities$outboundSchema: z.ZodType<
|
|
|
2786
2813
|
sso: z.boolean().optional(),
|
|
2787
2814
|
billable: z.boolean().optional(),
|
|
2788
2815
|
secretsSync: z.boolean().optional(),
|
|
2816
|
+
projects: z.boolean().optional(),
|
|
2789
2817
|
});
|
|
2790
2818
|
|
|
2791
2819
|
/**
|
|
@@ -2918,6 +2946,7 @@ export const CreateIntegrationStoreDirectCapabilities$inboundSchema: z.ZodType<
|
|
|
2918
2946
|
secretsSync: z.boolean().optional(),
|
|
2919
2947
|
sandbox: z.boolean().optional(),
|
|
2920
2948
|
linking: z.boolean().optional(),
|
|
2949
|
+
projects: z.boolean().optional(),
|
|
2921
2950
|
});
|
|
2922
2951
|
|
|
2923
2952
|
/** @internal */
|
|
@@ -2928,6 +2957,7 @@ export type CreateIntegrationStoreDirectCapabilities$Outbound = {
|
|
|
2928
2957
|
secretsSync?: boolean | undefined;
|
|
2929
2958
|
sandbox?: boolean | undefined;
|
|
2930
2959
|
linking?: boolean | undefined;
|
|
2960
|
+
projects?: boolean | undefined;
|
|
2931
2961
|
};
|
|
2932
2962
|
|
|
2933
2963
|
/** @internal */
|
|
@@ -2942,6 +2972,7 @@ export const CreateIntegrationStoreDirectCapabilities$outboundSchema: z.ZodType<
|
|
|
2942
2972
|
secretsSync: z.boolean().optional(),
|
|
2943
2973
|
sandbox: z.boolean().optional(),
|
|
2944
2974
|
linking: z.boolean().optional(),
|
|
2975
|
+
projects: z.boolean().optional(),
|
|
2945
2976
|
});
|
|
2946
2977
|
|
|
2947
2978
|
/**
|
|
@@ -3010,65 +3041,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
3010
3041
|
}
|
|
3011
3042
|
|
|
3012
3043
|
/** @internal */
|
|
3013
|
-
export const
|
|
3044
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$inboundSchema:
|
|
3014
3045
|
z.ZodType<
|
|
3015
|
-
|
|
3046
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646,
|
|
3016
3047
|
z.ZodTypeDef,
|
|
3017
3048
|
unknown
|
|
3018
3049
|
> = z.object({});
|
|
3019
3050
|
|
|
3020
3051
|
/** @internal */
|
|
3021
|
-
export type
|
|
3052
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$Outbound =
|
|
3022
3053
|
{};
|
|
3023
3054
|
|
|
3024
3055
|
/** @internal */
|
|
3025
|
-
export const
|
|
3056
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$outboundSchema:
|
|
3026
3057
|
z.ZodType<
|
|
3027
|
-
|
|
3058
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$Outbound,
|
|
3028
3059
|
z.ZodTypeDef,
|
|
3029
|
-
|
|
3060
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646
|
|
3030
3061
|
> = z.object({});
|
|
3031
3062
|
|
|
3032
3063
|
/**
|
|
3033
3064
|
* @internal
|
|
3034
3065
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3035
3066
|
*/
|
|
3036
|
-
export namespace
|
|
3037
|
-
/** @deprecated use `
|
|
3067
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$ {
|
|
3068
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$inboundSchema` instead. */
|
|
3038
3069
|
export const inboundSchema =
|
|
3039
|
-
|
|
3040
|
-
/** @deprecated use `
|
|
3070
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$inboundSchema;
|
|
3071
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$outboundSchema` instead. */
|
|
3041
3072
|
export const outboundSchema =
|
|
3042
|
-
|
|
3043
|
-
/** @deprecated use `
|
|
3073
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$outboundSchema;
|
|
3074
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$Outbound` instead. */
|
|
3044
3075
|
export type Outbound =
|
|
3045
|
-
|
|
3076
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$Outbound;
|
|
3046
3077
|
}
|
|
3047
3078
|
|
|
3048
|
-
export function
|
|
3049
|
-
|
|
3050
|
-
|
|
3079
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646ToJSON(
|
|
3080
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646:
|
|
3081
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646,
|
|
3051
3082
|
): string {
|
|
3052
3083
|
return JSON.stringify(
|
|
3053
|
-
|
|
3084
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$outboundSchema
|
|
3054
3085
|
.parse(
|
|
3055
|
-
|
|
3086
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646,
|
|
3056
3087
|
),
|
|
3057
3088
|
);
|
|
3058
3089
|
}
|
|
3059
3090
|
|
|
3060
|
-
export function
|
|
3091
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646FromJSON(
|
|
3061
3092
|
jsonString: string,
|
|
3062
3093
|
): SafeParseResult<
|
|
3063
|
-
|
|
3094
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646,
|
|
3064
3095
|
SDKValidationError
|
|
3065
3096
|
> {
|
|
3066
3097
|
return safeParse(
|
|
3067
3098
|
jsonString,
|
|
3068
3099
|
(x) =>
|
|
3069
|
-
|
|
3100
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$inboundSchema
|
|
3070
3101
|
.parse(JSON.parse(x)),
|
|
3071
|
-
`Failed to parse '
|
|
3102
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646' from JSON`,
|
|
3072
3103
|
);
|
|
3073
3104
|
}
|
|
3074
3105
|
|
|
@@ -3079,19 +3110,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
|
|
|
3079
3110
|
z.ZodTypeDef,
|
|
3080
3111
|
unknown
|
|
3081
3112
|
> = z.object({
|
|
3082
|
-
"__@BRAND@
|
|
3083
|
-
|
|
3113
|
+
"__@BRAND@8646": z.lazy(() =>
|
|
3114
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$inboundSchema
|
|
3084
3115
|
),
|
|
3085
3116
|
}).transform((v) => {
|
|
3086
3117
|
return remap$(v, {
|
|
3087
|
-
"__@BRAND@
|
|
3118
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
3088
3119
|
});
|
|
3089
3120
|
});
|
|
3090
3121
|
|
|
3091
3122
|
/** @internal */
|
|
3092
3123
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
3093
|
-
"__@BRAND@
|
|
3094
|
-
|
|
3124
|
+
"__@BRAND@8646":
|
|
3125
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$Outbound;
|
|
3095
3126
|
};
|
|
3096
3127
|
|
|
3097
3128
|
/** @internal */
|
|
@@ -3101,12 +3132,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
|
|
|
3101
3132
|
z.ZodTypeDef,
|
|
3102
3133
|
CreateIntegrationStoreDirectPropertiesValue
|
|
3103
3134
|
> = z.object({
|
|
3104
|
-
|
|
3105
|
-
|
|
3135
|
+
atBRANDAt8646: z.lazy(() =>
|
|
3136
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$outboundSchema
|
|
3106
3137
|
),
|
|
3107
3138
|
}).transform((v) => {
|
|
3108
3139
|
return remap$(v, {
|
|
3109
|
-
|
|
3140
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
3110
3141
|
});
|
|
3111
3142
|
});
|
|
3112
3143
|
|
|
@@ -3618,65 +3649,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
3618
3649
|
}
|
|
3619
3650
|
|
|
3620
3651
|
/** @internal */
|
|
3621
|
-
export const
|
|
3652
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$inboundSchema:
|
|
3622
3653
|
z.ZodType<
|
|
3623
|
-
|
|
3654
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646,
|
|
3624
3655
|
z.ZodTypeDef,
|
|
3625
3656
|
unknown
|
|
3626
3657
|
> = z.object({});
|
|
3627
3658
|
|
|
3628
3659
|
/** @internal */
|
|
3629
|
-
export type
|
|
3660
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$Outbound =
|
|
3630
3661
|
{};
|
|
3631
3662
|
|
|
3632
3663
|
/** @internal */
|
|
3633
|
-
export const
|
|
3664
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$outboundSchema:
|
|
3634
3665
|
z.ZodType<
|
|
3635
|
-
|
|
3666
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$Outbound,
|
|
3636
3667
|
z.ZodTypeDef,
|
|
3637
|
-
|
|
3668
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646
|
|
3638
3669
|
> = z.object({});
|
|
3639
3670
|
|
|
3640
3671
|
/**
|
|
3641
3672
|
* @internal
|
|
3642
3673
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3643
3674
|
*/
|
|
3644
|
-
export namespace
|
|
3645
|
-
/** @deprecated use `
|
|
3675
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$ {
|
|
3676
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$inboundSchema` instead. */
|
|
3646
3677
|
export const inboundSchema =
|
|
3647
|
-
|
|
3648
|
-
/** @deprecated use `
|
|
3678
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$inboundSchema;
|
|
3679
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$outboundSchema` instead. */
|
|
3649
3680
|
export const outboundSchema =
|
|
3650
|
-
|
|
3651
|
-
/** @deprecated use `
|
|
3681
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$outboundSchema;
|
|
3682
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$Outbound` instead. */
|
|
3652
3683
|
export type Outbound =
|
|
3653
|
-
|
|
3684
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$Outbound;
|
|
3654
3685
|
}
|
|
3655
3686
|
|
|
3656
|
-
export function
|
|
3657
|
-
|
|
3658
|
-
|
|
3687
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646ToJSON(
|
|
3688
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646:
|
|
3689
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646,
|
|
3659
3690
|
): string {
|
|
3660
3691
|
return JSON.stringify(
|
|
3661
|
-
|
|
3692
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$outboundSchema
|
|
3662
3693
|
.parse(
|
|
3663
|
-
|
|
3694
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646,
|
|
3664
3695
|
),
|
|
3665
3696
|
);
|
|
3666
3697
|
}
|
|
3667
3698
|
|
|
3668
|
-
export function
|
|
3699
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646FromJSON(
|
|
3669
3700
|
jsonString: string,
|
|
3670
3701
|
): SafeParseResult<
|
|
3671
|
-
|
|
3702
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646,
|
|
3672
3703
|
SDKValidationError
|
|
3673
3704
|
> {
|
|
3674
3705
|
return safeParse(
|
|
3675
3706
|
jsonString,
|
|
3676
3707
|
(x) =>
|
|
3677
|
-
|
|
3708
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$inboundSchema
|
|
3678
3709
|
.parse(JSON.parse(x)),
|
|
3679
|
-
`Failed to parse '
|
|
3710
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646' from JSON`,
|
|
3680
3711
|
);
|
|
3681
3712
|
}
|
|
3682
3713
|
|
|
@@ -3687,20 +3718,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
3687
3718
|
z.ZodTypeDef,
|
|
3688
3719
|
unknown
|
|
3689
3720
|
> = z.object({
|
|
3690
|
-
"__@BRAND@
|
|
3691
|
-
|
|
3721
|
+
"__@BRAND@8646": z.lazy(() =>
|
|
3722
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$inboundSchema
|
|
3692
3723
|
),
|
|
3693
3724
|
}).transform((v) => {
|
|
3694
3725
|
return remap$(v, {
|
|
3695
|
-
"__@BRAND@
|
|
3726
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
3696
3727
|
});
|
|
3697
3728
|
});
|
|
3698
3729
|
|
|
3699
3730
|
/** @internal */
|
|
3700
3731
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
|
|
3701
3732
|
{
|
|
3702
|
-
"__@BRAND@
|
|
3703
|
-
|
|
3733
|
+
"__@BRAND@8646":
|
|
3734
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$Outbound;
|
|
3704
3735
|
};
|
|
3705
3736
|
|
|
3706
3737
|
/** @internal */
|
|
@@ -3710,12 +3741,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
3710
3741
|
z.ZodTypeDef,
|
|
3711
3742
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
|
|
3712
3743
|
> = z.object({
|
|
3713
|
-
|
|
3714
|
-
|
|
3744
|
+
atBRANDAt8646: z.lazy(() =>
|
|
3745
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$outboundSchema
|
|
3715
3746
|
),
|
|
3716
3747
|
}).transform((v) => {
|
|
3717
3748
|
return remap$(v, {
|
|
3718
|
-
|
|
3749
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
3719
3750
|
});
|
|
3720
3751
|
});
|
|
3721
3752
|
|
|
@@ -3763,65 +3794,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
3763
3794
|
}
|
|
3764
3795
|
|
|
3765
3796
|
/** @internal */
|
|
3766
|
-
export const
|
|
3797
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$inboundSchema:
|
|
3767
3798
|
z.ZodType<
|
|
3768
|
-
|
|
3799
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646,
|
|
3769
3800
|
z.ZodTypeDef,
|
|
3770
3801
|
unknown
|
|
3771
3802
|
> = z.object({});
|
|
3772
3803
|
|
|
3773
3804
|
/** @internal */
|
|
3774
|
-
export type
|
|
3805
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$Outbound =
|
|
3775
3806
|
{};
|
|
3776
3807
|
|
|
3777
3808
|
/** @internal */
|
|
3778
|
-
export const
|
|
3809
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$outboundSchema:
|
|
3779
3810
|
z.ZodType<
|
|
3780
|
-
|
|
3811
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$Outbound,
|
|
3781
3812
|
z.ZodTypeDef,
|
|
3782
|
-
|
|
3813
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646
|
|
3783
3814
|
> = z.object({});
|
|
3784
3815
|
|
|
3785
3816
|
/**
|
|
3786
3817
|
* @internal
|
|
3787
3818
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3788
3819
|
*/
|
|
3789
|
-
export namespace
|
|
3790
|
-
/** @deprecated use `
|
|
3820
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$ {
|
|
3821
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$inboundSchema` instead. */
|
|
3791
3822
|
export const inboundSchema =
|
|
3792
|
-
|
|
3793
|
-
/** @deprecated use `
|
|
3823
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$inboundSchema;
|
|
3824
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$outboundSchema` instead. */
|
|
3794
3825
|
export const outboundSchema =
|
|
3795
|
-
|
|
3796
|
-
/** @deprecated use `
|
|
3826
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$outboundSchema;
|
|
3827
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$Outbound` instead. */
|
|
3797
3828
|
export type Outbound =
|
|
3798
|
-
|
|
3829
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$Outbound;
|
|
3799
3830
|
}
|
|
3800
3831
|
|
|
3801
|
-
export function
|
|
3802
|
-
|
|
3803
|
-
|
|
3832
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646ToJSON(
|
|
3833
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646:
|
|
3834
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646,
|
|
3804
3835
|
): string {
|
|
3805
3836
|
return JSON.stringify(
|
|
3806
|
-
|
|
3837
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$outboundSchema
|
|
3807
3838
|
.parse(
|
|
3808
|
-
|
|
3839
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646,
|
|
3809
3840
|
),
|
|
3810
3841
|
);
|
|
3811
3842
|
}
|
|
3812
3843
|
|
|
3813
|
-
export function
|
|
3844
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646FromJSON(
|
|
3814
3845
|
jsonString: string,
|
|
3815
3846
|
): SafeParseResult<
|
|
3816
|
-
|
|
3847
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646,
|
|
3817
3848
|
SDKValidationError
|
|
3818
3849
|
> {
|
|
3819
3850
|
return safeParse(
|
|
3820
3851
|
jsonString,
|
|
3821
3852
|
(x) =>
|
|
3822
|
-
|
|
3853
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$inboundSchema
|
|
3823
3854
|
.parse(JSON.parse(x)),
|
|
3824
|
-
`Failed to parse '
|
|
3855
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646' from JSON`,
|
|
3825
3856
|
);
|
|
3826
3857
|
}
|
|
3827
3858
|
|
|
@@ -3832,20 +3863,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
3832
3863
|
z.ZodTypeDef,
|
|
3833
3864
|
unknown
|
|
3834
3865
|
> = z.object({
|
|
3835
|
-
"__@BRAND@
|
|
3836
|
-
|
|
3866
|
+
"__@BRAND@8646": z.lazy(() =>
|
|
3867
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$inboundSchema
|
|
3837
3868
|
),
|
|
3838
3869
|
}).transform((v) => {
|
|
3839
3870
|
return remap$(v, {
|
|
3840
|
-
"__@BRAND@
|
|
3871
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
3841
3872
|
});
|
|
3842
3873
|
});
|
|
3843
3874
|
|
|
3844
3875
|
/** @internal */
|
|
3845
3876
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
|
|
3846
3877
|
{
|
|
3847
|
-
"__@BRAND@
|
|
3848
|
-
|
|
3878
|
+
"__@BRAND@8646":
|
|
3879
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$Outbound;
|
|
3849
3880
|
};
|
|
3850
3881
|
|
|
3851
3882
|
/** @internal */
|
|
@@ -3855,12 +3886,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
3855
3886
|
z.ZodTypeDef,
|
|
3856
3887
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
|
|
3857
3888
|
> = z.object({
|
|
3858
|
-
|
|
3859
|
-
|
|
3889
|
+
atBRANDAt8646: z.lazy(() =>
|
|
3890
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$outboundSchema
|
|
3860
3891
|
),
|
|
3861
3892
|
}).transform((v) => {
|
|
3862
3893
|
return remap$(v, {
|
|
3863
|
-
|
|
3894
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
3864
3895
|
});
|
|
3865
3896
|
});
|
|
3866
3897
|
|
|
@@ -3908,65 +3939,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
3908
3939
|
}
|
|
3909
3940
|
|
|
3910
3941
|
/** @internal */
|
|
3911
|
-
export const
|
|
3942
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$inboundSchema:
|
|
3912
3943
|
z.ZodType<
|
|
3913
|
-
|
|
3944
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646,
|
|
3914
3945
|
z.ZodTypeDef,
|
|
3915
3946
|
unknown
|
|
3916
3947
|
> = z.object({});
|
|
3917
3948
|
|
|
3918
3949
|
/** @internal */
|
|
3919
|
-
export type
|
|
3950
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$Outbound =
|
|
3920
3951
|
{};
|
|
3921
3952
|
|
|
3922
3953
|
/** @internal */
|
|
3923
|
-
export const
|
|
3954
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$outboundSchema:
|
|
3924
3955
|
z.ZodType<
|
|
3925
|
-
|
|
3956
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$Outbound,
|
|
3926
3957
|
z.ZodTypeDef,
|
|
3927
|
-
|
|
3958
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646
|
|
3928
3959
|
> = z.object({});
|
|
3929
3960
|
|
|
3930
3961
|
/**
|
|
3931
3962
|
* @internal
|
|
3932
3963
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3933
3964
|
*/
|
|
3934
|
-
export namespace
|
|
3935
|
-
/** @deprecated use `
|
|
3965
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$ {
|
|
3966
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$inboundSchema` instead. */
|
|
3936
3967
|
export const inboundSchema =
|
|
3937
|
-
|
|
3938
|
-
/** @deprecated use `
|
|
3968
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$inboundSchema;
|
|
3969
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$outboundSchema` instead. */
|
|
3939
3970
|
export const outboundSchema =
|
|
3940
|
-
|
|
3941
|
-
/** @deprecated use `
|
|
3971
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$outboundSchema;
|
|
3972
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$Outbound` instead. */
|
|
3942
3973
|
export type Outbound =
|
|
3943
|
-
|
|
3974
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$Outbound;
|
|
3944
3975
|
}
|
|
3945
3976
|
|
|
3946
|
-
export function
|
|
3947
|
-
|
|
3948
|
-
|
|
3977
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646ToJSON(
|
|
3978
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646:
|
|
3979
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646,
|
|
3949
3980
|
): string {
|
|
3950
3981
|
return JSON.stringify(
|
|
3951
|
-
|
|
3982
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$outboundSchema
|
|
3952
3983
|
.parse(
|
|
3953
|
-
|
|
3984
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646,
|
|
3954
3985
|
),
|
|
3955
3986
|
);
|
|
3956
3987
|
}
|
|
3957
3988
|
|
|
3958
|
-
export function
|
|
3989
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646FromJSON(
|
|
3959
3990
|
jsonString: string,
|
|
3960
3991
|
): SafeParseResult<
|
|
3961
|
-
|
|
3992
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646,
|
|
3962
3993
|
SDKValidationError
|
|
3963
3994
|
> {
|
|
3964
3995
|
return safeParse(
|
|
3965
3996
|
jsonString,
|
|
3966
3997
|
(x) =>
|
|
3967
|
-
|
|
3998
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$inboundSchema
|
|
3968
3999
|
.parse(JSON.parse(x)),
|
|
3969
|
-
`Failed to parse '
|
|
4000
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646' from JSON`,
|
|
3970
4001
|
);
|
|
3971
4002
|
}
|
|
3972
4003
|
|
|
@@ -3977,20 +4008,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
3977
4008
|
z.ZodTypeDef,
|
|
3978
4009
|
unknown
|
|
3979
4010
|
> = z.object({
|
|
3980
|
-
"__@BRAND@
|
|
3981
|
-
|
|
4011
|
+
"__@BRAND@8646": z.lazy(() =>
|
|
4012
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$inboundSchema
|
|
3982
4013
|
),
|
|
3983
4014
|
}).transform((v) => {
|
|
3984
4015
|
return remap$(v, {
|
|
3985
|
-
"__@BRAND@
|
|
4016
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
3986
4017
|
});
|
|
3987
4018
|
});
|
|
3988
4019
|
|
|
3989
4020
|
/** @internal */
|
|
3990
4021
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
|
|
3991
4022
|
{
|
|
3992
|
-
"__@BRAND@
|
|
3993
|
-
|
|
4023
|
+
"__@BRAND@8646":
|
|
4024
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$Outbound;
|
|
3994
4025
|
};
|
|
3995
4026
|
|
|
3996
4027
|
/** @internal */
|
|
@@ -4000,12 +4031,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
4000
4031
|
z.ZodTypeDef,
|
|
4001
4032
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
|
|
4002
4033
|
> = z.object({
|
|
4003
|
-
|
|
4004
|
-
|
|
4034
|
+
atBRANDAt8646: z.lazy(() =>
|
|
4035
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$outboundSchema
|
|
4005
4036
|
),
|
|
4006
4037
|
}).transform((v) => {
|
|
4007
4038
|
return remap$(v, {
|
|
4008
|
-
|
|
4039
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
4009
4040
|
});
|
|
4010
4041
|
});
|
|
4011
4042
|
|
|
@@ -5061,64 +5092,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
5061
5092
|
}
|
|
5062
5093
|
|
|
5063
5094
|
/** @internal */
|
|
5064
|
-
export const
|
|
5095
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$inboundSchema:
|
|
5065
5096
|
z.ZodType<
|
|
5066
|
-
|
|
5097
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646,
|
|
5067
5098
|
z.ZodTypeDef,
|
|
5068
5099
|
unknown
|
|
5069
5100
|
> = z.object({});
|
|
5070
5101
|
|
|
5071
5102
|
/** @internal */
|
|
5072
|
-
export type
|
|
5103
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$Outbound = {};
|
|
5073
5104
|
|
|
5074
5105
|
/** @internal */
|
|
5075
|
-
export const
|
|
5106
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$outboundSchema:
|
|
5076
5107
|
z.ZodType<
|
|
5077
|
-
|
|
5108
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$Outbound,
|
|
5078
5109
|
z.ZodTypeDef,
|
|
5079
|
-
|
|
5110
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646
|
|
5080
5111
|
> = z.object({});
|
|
5081
5112
|
|
|
5082
5113
|
/**
|
|
5083
5114
|
* @internal
|
|
5084
5115
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5085
5116
|
*/
|
|
5086
|
-
export namespace
|
|
5087
|
-
/** @deprecated use `
|
|
5117
|
+
export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$ {
|
|
5118
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$inboundSchema` instead. */
|
|
5088
5119
|
export const inboundSchema =
|
|
5089
|
-
|
|
5090
|
-
/** @deprecated use `
|
|
5120
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$inboundSchema;
|
|
5121
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$outboundSchema` instead. */
|
|
5091
5122
|
export const outboundSchema =
|
|
5092
|
-
|
|
5093
|
-
/** @deprecated use `
|
|
5123
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$outboundSchema;
|
|
5124
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$Outbound` instead. */
|
|
5094
5125
|
export type Outbound =
|
|
5095
|
-
|
|
5126
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$Outbound;
|
|
5096
5127
|
}
|
|
5097
5128
|
|
|
5098
|
-
export function
|
|
5099
|
-
|
|
5100
|
-
|
|
5129
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8646ToJSON(
|
|
5130
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8646:
|
|
5131
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646,
|
|
5101
5132
|
): string {
|
|
5102
5133
|
return JSON.stringify(
|
|
5103
|
-
|
|
5104
|
-
|
|
5134
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$outboundSchema.parse(
|
|
5135
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8646,
|
|
5105
5136
|
),
|
|
5106
5137
|
);
|
|
5107
5138
|
}
|
|
5108
5139
|
|
|
5109
|
-
export function
|
|
5140
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8646FromJSON(
|
|
5110
5141
|
jsonString: string,
|
|
5111
5142
|
): SafeParseResult<
|
|
5112
|
-
|
|
5143
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646,
|
|
5113
5144
|
SDKValidationError
|
|
5114
5145
|
> {
|
|
5115
5146
|
return safeParse(
|
|
5116
5147
|
jsonString,
|
|
5117
5148
|
(x) =>
|
|
5118
|
-
|
|
5149
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$inboundSchema.parse(
|
|
5119
5150
|
JSON.parse(x),
|
|
5120
5151
|
),
|
|
5121
|
-
`Failed to parse '
|
|
5152
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646' from JSON`,
|
|
5122
5153
|
);
|
|
5123
5154
|
}
|
|
5124
5155
|
|
|
@@ -5126,18 +5157,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8584FromJSON(
|
|
|
5126
5157
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
|
|
5127
5158
|
z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
|
|
5128
5159
|
z.object({
|
|
5129
|
-
"__@BRAND@
|
|
5130
|
-
|
|
5160
|
+
"__@BRAND@8646": z.lazy(() =>
|
|
5161
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$inboundSchema
|
|
5131
5162
|
),
|
|
5132
5163
|
}).transform((v) => {
|
|
5133
5164
|
return remap$(v, {
|
|
5134
|
-
"__@BRAND@
|
|
5165
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
5135
5166
|
});
|
|
5136
5167
|
});
|
|
5137
5168
|
|
|
5138
5169
|
/** @internal */
|
|
5139
5170
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
5140
|
-
"__@BRAND@
|
|
5171
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$Outbound;
|
|
5141
5172
|
};
|
|
5142
5173
|
|
|
5143
5174
|
/** @internal */
|
|
@@ -5147,12 +5178,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
|
|
|
5147
5178
|
z.ZodTypeDef,
|
|
5148
5179
|
CreateIntegrationStoreDirectUiOptionsValue
|
|
5149
5180
|
> = z.object({
|
|
5150
|
-
|
|
5151
|
-
|
|
5181
|
+
atBRANDAt8646: z.lazy(() =>
|
|
5182
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$outboundSchema
|
|
5152
5183
|
),
|
|
5153
5184
|
}).transform((v) => {
|
|
5154
5185
|
return remap$(v, {
|
|
5155
|
-
|
|
5186
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
5156
5187
|
});
|
|
5157
5188
|
});
|
|
5158
5189
|
|
|
@@ -5636,50 +5667,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
|
|
|
5636
5667
|
}
|
|
5637
5668
|
|
|
5638
5669
|
/** @internal */
|
|
5639
|
-
export const
|
|
5640
|
-
|
|
5670
|
+
export const UiOptionsAtBRANDAt8646$inboundSchema: z.ZodType<
|
|
5671
|
+
UiOptionsAtBRANDAt8646,
|
|
5641
5672
|
z.ZodTypeDef,
|
|
5642
5673
|
unknown
|
|
5643
5674
|
> = z.object({});
|
|
5644
5675
|
|
|
5645
5676
|
/** @internal */
|
|
5646
|
-
export type
|
|
5677
|
+
export type UiOptionsAtBRANDAt8646$Outbound = {};
|
|
5647
5678
|
|
|
5648
5679
|
/** @internal */
|
|
5649
|
-
export const
|
|
5650
|
-
|
|
5680
|
+
export const UiOptionsAtBRANDAt8646$outboundSchema: z.ZodType<
|
|
5681
|
+
UiOptionsAtBRANDAt8646$Outbound,
|
|
5651
5682
|
z.ZodTypeDef,
|
|
5652
|
-
|
|
5683
|
+
UiOptionsAtBRANDAt8646
|
|
5653
5684
|
> = z.object({});
|
|
5654
5685
|
|
|
5655
5686
|
/**
|
|
5656
5687
|
* @internal
|
|
5657
5688
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5658
5689
|
*/
|
|
5659
|
-
export namespace
|
|
5660
|
-
/** @deprecated use `
|
|
5661
|
-
export const inboundSchema =
|
|
5662
|
-
/** @deprecated use `
|
|
5663
|
-
export const outboundSchema =
|
|
5664
|
-
/** @deprecated use `
|
|
5665
|
-
export type Outbound =
|
|
5690
|
+
export namespace UiOptionsAtBRANDAt8646$ {
|
|
5691
|
+
/** @deprecated use `UiOptionsAtBRANDAt8646$inboundSchema` instead. */
|
|
5692
|
+
export const inboundSchema = UiOptionsAtBRANDAt8646$inboundSchema;
|
|
5693
|
+
/** @deprecated use `UiOptionsAtBRANDAt8646$outboundSchema` instead. */
|
|
5694
|
+
export const outboundSchema = UiOptionsAtBRANDAt8646$outboundSchema;
|
|
5695
|
+
/** @deprecated use `UiOptionsAtBRANDAt8646$Outbound` instead. */
|
|
5696
|
+
export type Outbound = UiOptionsAtBRANDAt8646$Outbound;
|
|
5666
5697
|
}
|
|
5667
5698
|
|
|
5668
|
-
export function
|
|
5669
|
-
|
|
5699
|
+
export function uiOptionsAtBRANDAt8646ToJSON(
|
|
5700
|
+
uiOptionsAtBRANDAt8646: UiOptionsAtBRANDAt8646,
|
|
5670
5701
|
): string {
|
|
5671
5702
|
return JSON.stringify(
|
|
5672
|
-
|
|
5703
|
+
UiOptionsAtBRANDAt8646$outboundSchema.parse(uiOptionsAtBRANDAt8646),
|
|
5673
5704
|
);
|
|
5674
5705
|
}
|
|
5675
5706
|
|
|
5676
|
-
export function
|
|
5707
|
+
export function uiOptionsAtBRANDAt8646FromJSON(
|
|
5677
5708
|
jsonString: string,
|
|
5678
|
-
): SafeParseResult<
|
|
5709
|
+
): SafeParseResult<UiOptionsAtBRANDAt8646, SDKValidationError> {
|
|
5679
5710
|
return safeParse(
|
|
5680
5711
|
jsonString,
|
|
5681
|
-
(x) =>
|
|
5682
|
-
`Failed to parse '
|
|
5712
|
+
(x) => UiOptionsAtBRANDAt8646$inboundSchema.parse(JSON.parse(x)),
|
|
5713
|
+
`Failed to parse 'UiOptionsAtBRANDAt8646' from JSON`,
|
|
5683
5714
|
);
|
|
5684
5715
|
}
|
|
5685
5716
|
|
|
@@ -5689,16 +5720,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
|
|
|
5689
5720
|
z.ZodTypeDef,
|
|
5690
5721
|
unknown
|
|
5691
5722
|
> = z.object({
|
|
5692
|
-
"__@BRAND@
|
|
5723
|
+
"__@BRAND@8646": z.lazy(() => UiOptionsAtBRANDAt8646$inboundSchema),
|
|
5693
5724
|
}).transform((v) => {
|
|
5694
5725
|
return remap$(v, {
|
|
5695
|
-
"__@BRAND@
|
|
5726
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
5696
5727
|
});
|
|
5697
5728
|
});
|
|
5698
5729
|
|
|
5699
5730
|
/** @internal */
|
|
5700
5731
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
5701
|
-
"__@BRAND@
|
|
5732
|
+
"__@BRAND@8646": UiOptionsAtBRANDAt8646$Outbound;
|
|
5702
5733
|
};
|
|
5703
5734
|
|
|
5704
5735
|
/** @internal */
|
|
@@ -5707,10 +5738,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
|
|
|
5707
5738
|
z.ZodTypeDef,
|
|
5708
5739
|
CreateIntegrationStoreDirectUiOptions2
|
|
5709
5740
|
> = z.object({
|
|
5710
|
-
|
|
5741
|
+
atBRANDAt8646: z.lazy(() => UiOptionsAtBRANDAt8646$outboundSchema),
|
|
5711
5742
|
}).transform((v) => {
|
|
5712
5743
|
return remap$(v, {
|
|
5713
|
-
|
|
5744
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
5714
5745
|
});
|
|
5715
5746
|
});
|
|
5716
5747
|
|
|
@@ -6272,65 +6303,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
6272
6303
|
}
|
|
6273
6304
|
|
|
6274
6305
|
/** @internal */
|
|
6275
|
-
export const
|
|
6306
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$inboundSchema:
|
|
6276
6307
|
z.ZodType<
|
|
6277
|
-
|
|
6308
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646,
|
|
6278
6309
|
z.ZodTypeDef,
|
|
6279
6310
|
unknown
|
|
6280
6311
|
> = z.object({});
|
|
6281
6312
|
|
|
6282
6313
|
/** @internal */
|
|
6283
|
-
export type
|
|
6314
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$Outbound =
|
|
6284
6315
|
{};
|
|
6285
6316
|
|
|
6286
6317
|
/** @internal */
|
|
6287
|
-
export const
|
|
6318
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$outboundSchema:
|
|
6288
6319
|
z.ZodType<
|
|
6289
|
-
|
|
6320
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$Outbound,
|
|
6290
6321
|
z.ZodTypeDef,
|
|
6291
|
-
|
|
6322
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646
|
|
6292
6323
|
> = z.object({});
|
|
6293
6324
|
|
|
6294
6325
|
/**
|
|
6295
6326
|
* @internal
|
|
6296
6327
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6297
6328
|
*/
|
|
6298
|
-
export namespace
|
|
6299
|
-
/** @deprecated use `
|
|
6329
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$ {
|
|
6330
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$inboundSchema` instead. */
|
|
6300
6331
|
export const inboundSchema =
|
|
6301
|
-
|
|
6302
|
-
/** @deprecated use `
|
|
6332
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$inboundSchema;
|
|
6333
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$outboundSchema` instead. */
|
|
6303
6334
|
export const outboundSchema =
|
|
6304
|
-
|
|
6305
|
-
/** @deprecated use `
|
|
6335
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$outboundSchema;
|
|
6336
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$Outbound` instead. */
|
|
6306
6337
|
export type Outbound =
|
|
6307
|
-
|
|
6338
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$Outbound;
|
|
6308
6339
|
}
|
|
6309
6340
|
|
|
6310
|
-
export function
|
|
6311
|
-
|
|
6312
|
-
|
|
6341
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646ToJSON(
|
|
6342
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646:
|
|
6343
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646,
|
|
6313
6344
|
): string {
|
|
6314
6345
|
return JSON.stringify(
|
|
6315
|
-
|
|
6346
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$outboundSchema
|
|
6316
6347
|
.parse(
|
|
6317
|
-
|
|
6348
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646,
|
|
6318
6349
|
),
|
|
6319
6350
|
);
|
|
6320
6351
|
}
|
|
6321
6352
|
|
|
6322
|
-
export function
|
|
6353
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646FromJSON(
|
|
6323
6354
|
jsonString: string,
|
|
6324
6355
|
): SafeParseResult<
|
|
6325
|
-
|
|
6356
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646,
|
|
6326
6357
|
SDKValidationError
|
|
6327
6358
|
> {
|
|
6328
6359
|
return safeParse(
|
|
6329
6360
|
jsonString,
|
|
6330
6361
|
(x) =>
|
|
6331
|
-
|
|
6362
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$inboundSchema
|
|
6332
6363
|
.parse(JSON.parse(x)),
|
|
6333
|
-
`Failed to parse '
|
|
6364
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646' from JSON`,
|
|
6334
6365
|
);
|
|
6335
6366
|
}
|
|
6336
6367
|
|
|
@@ -6341,20 +6372,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
6341
6372
|
z.ZodTypeDef,
|
|
6342
6373
|
unknown
|
|
6343
6374
|
> = z.object({
|
|
6344
|
-
"__@BRAND@
|
|
6345
|
-
|
|
6375
|
+
"__@BRAND@8646": z.lazy(() =>
|
|
6376
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$inboundSchema
|
|
6346
6377
|
),
|
|
6347
6378
|
}).transform((v) => {
|
|
6348
6379
|
return remap$(v, {
|
|
6349
|
-
"__@BRAND@
|
|
6380
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
6350
6381
|
});
|
|
6351
6382
|
});
|
|
6352
6383
|
|
|
6353
6384
|
/** @internal */
|
|
6354
6385
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
|
|
6355
6386
|
{
|
|
6356
|
-
"__@BRAND@
|
|
6357
|
-
|
|
6387
|
+
"__@BRAND@8646":
|
|
6388
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$Outbound;
|
|
6358
6389
|
};
|
|
6359
6390
|
|
|
6360
6391
|
/** @internal */
|
|
@@ -6364,12 +6395,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
6364
6395
|
z.ZodTypeDef,
|
|
6365
6396
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
6366
6397
|
> = z.object({
|
|
6367
|
-
|
|
6368
|
-
|
|
6398
|
+
atBRANDAt8646: z.lazy(() =>
|
|
6399
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$outboundSchema
|
|
6369
6400
|
),
|
|
6370
6401
|
}).transform((v) => {
|
|
6371
6402
|
return remap$(v, {
|
|
6372
|
-
|
|
6403
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
6373
6404
|
});
|
|
6374
6405
|
});
|
|
6375
6406
|
|
|
@@ -6417,65 +6448,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
6417
6448
|
}
|
|
6418
6449
|
|
|
6419
6450
|
/** @internal */
|
|
6420
|
-
export const
|
|
6451
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$inboundSchema:
|
|
6421
6452
|
z.ZodType<
|
|
6422
|
-
|
|
6453
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646,
|
|
6423
6454
|
z.ZodTypeDef,
|
|
6424
6455
|
unknown
|
|
6425
6456
|
> = z.object({});
|
|
6426
6457
|
|
|
6427
6458
|
/** @internal */
|
|
6428
|
-
export type
|
|
6459
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$Outbound =
|
|
6429
6460
|
{};
|
|
6430
6461
|
|
|
6431
6462
|
/** @internal */
|
|
6432
|
-
export const
|
|
6463
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$outboundSchema:
|
|
6433
6464
|
z.ZodType<
|
|
6434
|
-
|
|
6465
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$Outbound,
|
|
6435
6466
|
z.ZodTypeDef,
|
|
6436
|
-
|
|
6467
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646
|
|
6437
6468
|
> = z.object({});
|
|
6438
6469
|
|
|
6439
6470
|
/**
|
|
6440
6471
|
* @internal
|
|
6441
6472
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6442
6473
|
*/
|
|
6443
|
-
export namespace
|
|
6444
|
-
/** @deprecated use `
|
|
6474
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$ {
|
|
6475
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$inboundSchema` instead. */
|
|
6445
6476
|
export const inboundSchema =
|
|
6446
|
-
|
|
6447
|
-
/** @deprecated use `
|
|
6477
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$inboundSchema;
|
|
6478
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$outboundSchema` instead. */
|
|
6448
6479
|
export const outboundSchema =
|
|
6449
|
-
|
|
6450
|
-
/** @deprecated use `
|
|
6480
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$outboundSchema;
|
|
6481
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$Outbound` instead. */
|
|
6451
6482
|
export type Outbound =
|
|
6452
|
-
|
|
6483
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$Outbound;
|
|
6453
6484
|
}
|
|
6454
6485
|
|
|
6455
|
-
export function
|
|
6456
|
-
|
|
6457
|
-
|
|
6486
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646ToJSON(
|
|
6487
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646:
|
|
6488
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646,
|
|
6458
6489
|
): string {
|
|
6459
6490
|
return JSON.stringify(
|
|
6460
|
-
|
|
6491
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$outboundSchema
|
|
6461
6492
|
.parse(
|
|
6462
|
-
|
|
6493
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646,
|
|
6463
6494
|
),
|
|
6464
6495
|
);
|
|
6465
6496
|
}
|
|
6466
6497
|
|
|
6467
|
-
export function
|
|
6498
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646FromJSON(
|
|
6468
6499
|
jsonString: string,
|
|
6469
6500
|
): SafeParseResult<
|
|
6470
|
-
|
|
6501
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646,
|
|
6471
6502
|
SDKValidationError
|
|
6472
6503
|
> {
|
|
6473
6504
|
return safeParse(
|
|
6474
6505
|
jsonString,
|
|
6475
6506
|
(x) =>
|
|
6476
|
-
|
|
6507
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$inboundSchema
|
|
6477
6508
|
.parse(JSON.parse(x)),
|
|
6478
|
-
`Failed to parse '
|
|
6509
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646' from JSON`,
|
|
6479
6510
|
);
|
|
6480
6511
|
}
|
|
6481
6512
|
|
|
@@ -6486,20 +6517,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
6486
6517
|
z.ZodTypeDef,
|
|
6487
6518
|
unknown
|
|
6488
6519
|
> = z.object({
|
|
6489
|
-
"__@BRAND@
|
|
6490
|
-
|
|
6520
|
+
"__@BRAND@8646": z.lazy(() =>
|
|
6521
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$inboundSchema
|
|
6491
6522
|
),
|
|
6492
6523
|
}).transform((v) => {
|
|
6493
6524
|
return remap$(v, {
|
|
6494
|
-
"__@BRAND@
|
|
6525
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
6495
6526
|
});
|
|
6496
6527
|
});
|
|
6497
6528
|
|
|
6498
6529
|
/** @internal */
|
|
6499
6530
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
|
|
6500
6531
|
{
|
|
6501
|
-
"__@BRAND@
|
|
6502
|
-
|
|
6532
|
+
"__@BRAND@8646":
|
|
6533
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$Outbound;
|
|
6503
6534
|
};
|
|
6504
6535
|
|
|
6505
6536
|
/** @internal */
|
|
@@ -6509,12 +6540,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
6509
6540
|
z.ZodTypeDef,
|
|
6510
6541
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
6511
6542
|
> = z.object({
|
|
6512
|
-
|
|
6513
|
-
|
|
6543
|
+
atBRANDAt8646: z.lazy(() =>
|
|
6544
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$outboundSchema
|
|
6514
6545
|
),
|
|
6515
6546
|
}).transform((v) => {
|
|
6516
6547
|
return remap$(v, {
|
|
6517
|
-
|
|
6548
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
6518
6549
|
});
|
|
6519
6550
|
});
|
|
6520
6551
|
|
|
@@ -6562,65 +6593,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
6562
6593
|
}
|
|
6563
6594
|
|
|
6564
6595
|
/** @internal */
|
|
6565
|
-
export const
|
|
6596
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$inboundSchema:
|
|
6566
6597
|
z.ZodType<
|
|
6567
|
-
|
|
6598
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646,
|
|
6568
6599
|
z.ZodTypeDef,
|
|
6569
6600
|
unknown
|
|
6570
6601
|
> = z.object({});
|
|
6571
6602
|
|
|
6572
6603
|
/** @internal */
|
|
6573
|
-
export type
|
|
6604
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$Outbound =
|
|
6574
6605
|
{};
|
|
6575
6606
|
|
|
6576
6607
|
/** @internal */
|
|
6577
|
-
export const
|
|
6608
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$outboundSchema:
|
|
6578
6609
|
z.ZodType<
|
|
6579
|
-
|
|
6610
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$Outbound,
|
|
6580
6611
|
z.ZodTypeDef,
|
|
6581
|
-
|
|
6612
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646
|
|
6582
6613
|
> = z.object({});
|
|
6583
6614
|
|
|
6584
6615
|
/**
|
|
6585
6616
|
* @internal
|
|
6586
6617
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6587
6618
|
*/
|
|
6588
|
-
export namespace
|
|
6589
|
-
/** @deprecated use `
|
|
6619
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$ {
|
|
6620
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$inboundSchema` instead. */
|
|
6590
6621
|
export const inboundSchema =
|
|
6591
|
-
|
|
6592
|
-
/** @deprecated use `
|
|
6622
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$inboundSchema;
|
|
6623
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$outboundSchema` instead. */
|
|
6593
6624
|
export const outboundSchema =
|
|
6594
|
-
|
|
6595
|
-
/** @deprecated use `
|
|
6625
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$outboundSchema;
|
|
6626
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$Outbound` instead. */
|
|
6596
6627
|
export type Outbound =
|
|
6597
|
-
|
|
6628
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$Outbound;
|
|
6598
6629
|
}
|
|
6599
6630
|
|
|
6600
|
-
export function
|
|
6601
|
-
|
|
6602
|
-
|
|
6631
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646ToJSON(
|
|
6632
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646:
|
|
6633
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646,
|
|
6603
6634
|
): string {
|
|
6604
6635
|
return JSON.stringify(
|
|
6605
|
-
|
|
6636
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$outboundSchema
|
|
6606
6637
|
.parse(
|
|
6607
|
-
|
|
6638
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646,
|
|
6608
6639
|
),
|
|
6609
6640
|
);
|
|
6610
6641
|
}
|
|
6611
6642
|
|
|
6612
|
-
export function
|
|
6643
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646FromJSON(
|
|
6613
6644
|
jsonString: string,
|
|
6614
6645
|
): SafeParseResult<
|
|
6615
|
-
|
|
6646
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646,
|
|
6616
6647
|
SDKValidationError
|
|
6617
6648
|
> {
|
|
6618
6649
|
return safeParse(
|
|
6619
6650
|
jsonString,
|
|
6620
6651
|
(x) =>
|
|
6621
|
-
|
|
6652
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$inboundSchema
|
|
6622
6653
|
.parse(JSON.parse(x)),
|
|
6623
|
-
`Failed to parse '
|
|
6654
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646' from JSON`,
|
|
6624
6655
|
);
|
|
6625
6656
|
}
|
|
6626
6657
|
|
|
@@ -6631,20 +6662,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
|
|
|
6631
6662
|
z.ZodTypeDef,
|
|
6632
6663
|
unknown
|
|
6633
6664
|
> = z.object({
|
|
6634
|
-
"__@BRAND@
|
|
6635
|
-
|
|
6665
|
+
"__@BRAND@8646": z.lazy(() =>
|
|
6666
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$inboundSchema
|
|
6636
6667
|
),
|
|
6637
6668
|
}).transform((v) => {
|
|
6638
6669
|
return remap$(v, {
|
|
6639
|
-
"__@BRAND@
|
|
6670
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
6640
6671
|
});
|
|
6641
6672
|
});
|
|
6642
6673
|
|
|
6643
6674
|
/** @internal */
|
|
6644
6675
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
|
|
6645
6676
|
{
|
|
6646
|
-
"__@BRAND@
|
|
6647
|
-
|
|
6677
|
+
"__@BRAND@8646":
|
|
6678
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$Outbound;
|
|
6648
6679
|
};
|
|
6649
6680
|
|
|
6650
6681
|
/** @internal */
|
|
@@ -6654,12 +6685,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
|
|
|
6654
6685
|
z.ZodTypeDef,
|
|
6655
6686
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
|
|
6656
6687
|
> = z.object({
|
|
6657
|
-
|
|
6658
|
-
|
|
6688
|
+
atBRANDAt8646: z.lazy(() =>
|
|
6689
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$outboundSchema
|
|
6659
6690
|
),
|
|
6660
6691
|
}).transform((v) => {
|
|
6661
6692
|
return remap$(v, {
|
|
6662
|
-
|
|
6693
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
6663
6694
|
});
|
|
6664
6695
|
});
|
|
6665
6696
|
|
|
@@ -7734,65 +7765,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
7734
7765
|
}
|
|
7735
7766
|
|
|
7736
7767
|
/** @internal */
|
|
7737
|
-
export const
|
|
7768
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$inboundSchema:
|
|
7738
7769
|
z.ZodType<
|
|
7739
|
-
|
|
7770
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646,
|
|
7740
7771
|
z.ZodTypeDef,
|
|
7741
7772
|
unknown
|
|
7742
7773
|
> = z.object({});
|
|
7743
7774
|
|
|
7744
7775
|
/** @internal */
|
|
7745
|
-
export type
|
|
7776
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$Outbound =
|
|
7746
7777
|
{};
|
|
7747
7778
|
|
|
7748
7779
|
/** @internal */
|
|
7749
|
-
export const
|
|
7780
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$outboundSchema:
|
|
7750
7781
|
z.ZodType<
|
|
7751
|
-
|
|
7782
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$Outbound,
|
|
7752
7783
|
z.ZodTypeDef,
|
|
7753
|
-
|
|
7784
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646
|
|
7754
7785
|
> = z.object({});
|
|
7755
7786
|
|
|
7756
7787
|
/**
|
|
7757
7788
|
* @internal
|
|
7758
7789
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7759
7790
|
*/
|
|
7760
|
-
export namespace
|
|
7761
|
-
/** @deprecated use `
|
|
7791
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$ {
|
|
7792
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$inboundSchema` instead. */
|
|
7762
7793
|
export const inboundSchema =
|
|
7763
|
-
|
|
7764
|
-
/** @deprecated use `
|
|
7794
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$inboundSchema;
|
|
7795
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$outboundSchema` instead. */
|
|
7765
7796
|
export const outboundSchema =
|
|
7766
|
-
|
|
7767
|
-
/** @deprecated use `
|
|
7797
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$outboundSchema;
|
|
7798
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$Outbound` instead. */
|
|
7768
7799
|
export type Outbound =
|
|
7769
|
-
|
|
7800
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$Outbound;
|
|
7770
7801
|
}
|
|
7771
7802
|
|
|
7772
|
-
export function
|
|
7773
|
-
|
|
7774
|
-
|
|
7803
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646ToJSON(
|
|
7804
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646:
|
|
7805
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646,
|
|
7775
7806
|
): string {
|
|
7776
7807
|
return JSON.stringify(
|
|
7777
|
-
|
|
7808
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$outboundSchema
|
|
7778
7809
|
.parse(
|
|
7779
|
-
|
|
7810
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646,
|
|
7780
7811
|
),
|
|
7781
7812
|
);
|
|
7782
7813
|
}
|
|
7783
7814
|
|
|
7784
|
-
export function
|
|
7815
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646FromJSON(
|
|
7785
7816
|
jsonString: string,
|
|
7786
7817
|
): SafeParseResult<
|
|
7787
|
-
|
|
7818
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646,
|
|
7788
7819
|
SDKValidationError
|
|
7789
7820
|
> {
|
|
7790
7821
|
return safeParse(
|
|
7791
7822
|
jsonString,
|
|
7792
7823
|
(x) =>
|
|
7793
|
-
|
|
7824
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$inboundSchema
|
|
7794
7825
|
.parse(JSON.parse(x)),
|
|
7795
|
-
`Failed to parse '
|
|
7826
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646' from JSON`,
|
|
7796
7827
|
);
|
|
7797
7828
|
}
|
|
7798
7829
|
|
|
@@ -7803,20 +7834,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7803
7834
|
z.ZodTypeDef,
|
|
7804
7835
|
unknown
|
|
7805
7836
|
> = z.object({
|
|
7806
|
-
"__@BRAND@
|
|
7807
|
-
|
|
7837
|
+
"__@BRAND@8646": z.lazy(() =>
|
|
7838
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$inboundSchema
|
|
7808
7839
|
),
|
|
7809
7840
|
}).transform((v) => {
|
|
7810
7841
|
return remap$(v, {
|
|
7811
|
-
"__@BRAND@
|
|
7842
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
7812
7843
|
});
|
|
7813
7844
|
});
|
|
7814
7845
|
|
|
7815
7846
|
/** @internal */
|
|
7816
7847
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
|
|
7817
7848
|
{
|
|
7818
|
-
"__@BRAND@
|
|
7819
|
-
|
|
7849
|
+
"__@BRAND@8646":
|
|
7850
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$Outbound;
|
|
7820
7851
|
};
|
|
7821
7852
|
|
|
7822
7853
|
/** @internal */
|
|
@@ -7826,12 +7857,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7826
7857
|
z.ZodTypeDef,
|
|
7827
7858
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
|
|
7828
7859
|
> = z.object({
|
|
7829
|
-
|
|
7830
|
-
|
|
7860
|
+
atBRANDAt8646: z.lazy(() =>
|
|
7861
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$outboundSchema
|
|
7831
7862
|
),
|
|
7832
7863
|
}).transform((v) => {
|
|
7833
7864
|
return remap$(v, {
|
|
7834
|
-
|
|
7865
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
7835
7866
|
});
|
|
7836
7867
|
});
|
|
7837
7868
|
|
|
@@ -7879,65 +7910,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
7879
7910
|
}
|
|
7880
7911
|
|
|
7881
7912
|
/** @internal */
|
|
7882
|
-
export const
|
|
7913
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$inboundSchema:
|
|
7883
7914
|
z.ZodType<
|
|
7884
|
-
|
|
7915
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646,
|
|
7885
7916
|
z.ZodTypeDef,
|
|
7886
7917
|
unknown
|
|
7887
7918
|
> = z.object({});
|
|
7888
7919
|
|
|
7889
7920
|
/** @internal */
|
|
7890
|
-
export type
|
|
7921
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$Outbound =
|
|
7891
7922
|
{};
|
|
7892
7923
|
|
|
7893
7924
|
/** @internal */
|
|
7894
|
-
export const
|
|
7925
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$outboundSchema:
|
|
7895
7926
|
z.ZodType<
|
|
7896
|
-
|
|
7927
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$Outbound,
|
|
7897
7928
|
z.ZodTypeDef,
|
|
7898
|
-
|
|
7929
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646
|
|
7899
7930
|
> = z.object({});
|
|
7900
7931
|
|
|
7901
7932
|
/**
|
|
7902
7933
|
* @internal
|
|
7903
7934
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7904
7935
|
*/
|
|
7905
|
-
export namespace
|
|
7906
|
-
/** @deprecated use `
|
|
7936
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$ {
|
|
7937
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$inboundSchema` instead. */
|
|
7907
7938
|
export const inboundSchema =
|
|
7908
|
-
|
|
7909
|
-
/** @deprecated use `
|
|
7939
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$inboundSchema;
|
|
7940
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$outboundSchema` instead. */
|
|
7910
7941
|
export const outboundSchema =
|
|
7911
|
-
|
|
7912
|
-
/** @deprecated use `
|
|
7942
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$outboundSchema;
|
|
7943
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$Outbound` instead. */
|
|
7913
7944
|
export type Outbound =
|
|
7914
|
-
|
|
7945
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$Outbound;
|
|
7915
7946
|
}
|
|
7916
7947
|
|
|
7917
|
-
export function
|
|
7918
|
-
|
|
7919
|
-
|
|
7948
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646ToJSON(
|
|
7949
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646:
|
|
7950
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646,
|
|
7920
7951
|
): string {
|
|
7921
7952
|
return JSON.stringify(
|
|
7922
|
-
|
|
7953
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$outboundSchema
|
|
7923
7954
|
.parse(
|
|
7924
|
-
|
|
7955
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646,
|
|
7925
7956
|
),
|
|
7926
7957
|
);
|
|
7927
7958
|
}
|
|
7928
7959
|
|
|
7929
|
-
export function
|
|
7960
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646FromJSON(
|
|
7930
7961
|
jsonString: string,
|
|
7931
7962
|
): SafeParseResult<
|
|
7932
|
-
|
|
7963
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646,
|
|
7933
7964
|
SDKValidationError
|
|
7934
7965
|
> {
|
|
7935
7966
|
return safeParse(
|
|
7936
7967
|
jsonString,
|
|
7937
7968
|
(x) =>
|
|
7938
|
-
|
|
7969
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$inboundSchema
|
|
7939
7970
|
.parse(JSON.parse(x)),
|
|
7940
|
-
`Failed to parse '
|
|
7971
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646' from JSON`,
|
|
7941
7972
|
);
|
|
7942
7973
|
}
|
|
7943
7974
|
|
|
@@ -7948,20 +7979,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7948
7979
|
z.ZodTypeDef,
|
|
7949
7980
|
unknown
|
|
7950
7981
|
> = z.object({
|
|
7951
|
-
"__@BRAND@
|
|
7952
|
-
|
|
7982
|
+
"__@BRAND@8646": z.lazy(() =>
|
|
7983
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$inboundSchema
|
|
7953
7984
|
),
|
|
7954
7985
|
}).transform((v) => {
|
|
7955
7986
|
return remap$(v, {
|
|
7956
|
-
"__@BRAND@
|
|
7987
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
7957
7988
|
});
|
|
7958
7989
|
});
|
|
7959
7990
|
|
|
7960
7991
|
/** @internal */
|
|
7961
7992
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
|
|
7962
7993
|
{
|
|
7963
|
-
"__@BRAND@
|
|
7964
|
-
|
|
7994
|
+
"__@BRAND@8646":
|
|
7995
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$Outbound;
|
|
7965
7996
|
};
|
|
7966
7997
|
|
|
7967
7998
|
/** @internal */
|
|
@@ -7971,12 +8002,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7971
8002
|
z.ZodTypeDef,
|
|
7972
8003
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
|
|
7973
8004
|
> = z.object({
|
|
7974
|
-
|
|
7975
|
-
|
|
8005
|
+
atBRANDAt8646: z.lazy(() =>
|
|
8006
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$outboundSchema
|
|
7976
8007
|
),
|
|
7977
8008
|
}).transform((v) => {
|
|
7978
8009
|
return remap$(v, {
|
|
7979
|
-
|
|
8010
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
7980
8011
|
});
|
|
7981
8012
|
});
|
|
7982
8013
|
|
|
@@ -8024,65 +8055,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
8024
8055
|
}
|
|
8025
8056
|
|
|
8026
8057
|
/** @internal */
|
|
8027
|
-
export const
|
|
8058
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$inboundSchema:
|
|
8028
8059
|
z.ZodType<
|
|
8029
|
-
|
|
8060
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646,
|
|
8030
8061
|
z.ZodTypeDef,
|
|
8031
8062
|
unknown
|
|
8032
8063
|
> = z.object({});
|
|
8033
8064
|
|
|
8034
8065
|
/** @internal */
|
|
8035
|
-
export type
|
|
8066
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$Outbound =
|
|
8036
8067
|
{};
|
|
8037
8068
|
|
|
8038
8069
|
/** @internal */
|
|
8039
|
-
export const
|
|
8070
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$outboundSchema:
|
|
8040
8071
|
z.ZodType<
|
|
8041
|
-
|
|
8072
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$Outbound,
|
|
8042
8073
|
z.ZodTypeDef,
|
|
8043
|
-
|
|
8074
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646
|
|
8044
8075
|
> = z.object({});
|
|
8045
8076
|
|
|
8046
8077
|
/**
|
|
8047
8078
|
* @internal
|
|
8048
8079
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8049
8080
|
*/
|
|
8050
|
-
export namespace
|
|
8051
|
-
/** @deprecated use `
|
|
8081
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$ {
|
|
8082
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$inboundSchema` instead. */
|
|
8052
8083
|
export const inboundSchema =
|
|
8053
|
-
|
|
8054
|
-
/** @deprecated use `
|
|
8084
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$inboundSchema;
|
|
8085
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$outboundSchema` instead. */
|
|
8055
8086
|
export const outboundSchema =
|
|
8056
|
-
|
|
8057
|
-
/** @deprecated use `
|
|
8087
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$outboundSchema;
|
|
8088
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$Outbound` instead. */
|
|
8058
8089
|
export type Outbound =
|
|
8059
|
-
|
|
8090
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$Outbound;
|
|
8060
8091
|
}
|
|
8061
8092
|
|
|
8062
|
-
export function
|
|
8063
|
-
|
|
8064
|
-
|
|
8093
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646ToJSON(
|
|
8094
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646:
|
|
8095
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646,
|
|
8065
8096
|
): string {
|
|
8066
8097
|
return JSON.stringify(
|
|
8067
|
-
|
|
8098
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$outboundSchema
|
|
8068
8099
|
.parse(
|
|
8069
|
-
|
|
8100
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646,
|
|
8070
8101
|
),
|
|
8071
8102
|
);
|
|
8072
8103
|
}
|
|
8073
8104
|
|
|
8074
|
-
export function
|
|
8105
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646FromJSON(
|
|
8075
8106
|
jsonString: string,
|
|
8076
8107
|
): SafeParseResult<
|
|
8077
|
-
|
|
8108
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646,
|
|
8078
8109
|
SDKValidationError
|
|
8079
8110
|
> {
|
|
8080
8111
|
return safeParse(
|
|
8081
8112
|
jsonString,
|
|
8082
8113
|
(x) =>
|
|
8083
|
-
|
|
8114
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$inboundSchema
|
|
8084
8115
|
.parse(JSON.parse(x)),
|
|
8085
|
-
`Failed to parse '
|
|
8116
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646' from JSON`,
|
|
8086
8117
|
);
|
|
8087
8118
|
}
|
|
8088
8119
|
|
|
@@ -8093,20 +8124,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
8093
8124
|
z.ZodTypeDef,
|
|
8094
8125
|
unknown
|
|
8095
8126
|
> = z.object({
|
|
8096
|
-
"__@BRAND@
|
|
8097
|
-
|
|
8127
|
+
"__@BRAND@8646": z.lazy(() =>
|
|
8128
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$inboundSchema
|
|
8098
8129
|
),
|
|
8099
8130
|
}).transform((v) => {
|
|
8100
8131
|
return remap$(v, {
|
|
8101
|
-
"__@BRAND@
|
|
8132
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
8102
8133
|
});
|
|
8103
8134
|
});
|
|
8104
8135
|
|
|
8105
8136
|
/** @internal */
|
|
8106
8137
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
|
|
8107
8138
|
{
|
|
8108
|
-
"__@BRAND@
|
|
8109
|
-
|
|
8139
|
+
"__@BRAND@8646":
|
|
8140
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$Outbound;
|
|
8110
8141
|
};
|
|
8111
8142
|
|
|
8112
8143
|
/** @internal */
|
|
@@ -8116,12 +8147,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
8116
8147
|
z.ZodTypeDef,
|
|
8117
8148
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
|
|
8118
8149
|
> = z.object({
|
|
8119
|
-
|
|
8120
|
-
|
|
8150
|
+
atBRANDAt8646: z.lazy(() =>
|
|
8151
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$outboundSchema
|
|
8121
8152
|
),
|
|
8122
8153
|
}).transform((v) => {
|
|
8123
8154
|
return remap$(v, {
|
|
8124
|
-
|
|
8155
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
8125
8156
|
});
|
|
8126
8157
|
});
|
|
8127
8158
|
|
|
@@ -10192,63 +10223,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
|
|
|
10192
10223
|
}
|
|
10193
10224
|
|
|
10194
10225
|
/** @internal */
|
|
10195
|
-
export const
|
|
10226
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$inboundSchema:
|
|
10196
10227
|
z.ZodType<
|
|
10197
|
-
|
|
10228
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646,
|
|
10198
10229
|
z.ZodTypeDef,
|
|
10199
10230
|
unknown
|
|
10200
10231
|
> = z.object({});
|
|
10201
10232
|
|
|
10202
10233
|
/** @internal */
|
|
10203
|
-
export type
|
|
10234
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$Outbound =
|
|
10204
10235
|
{};
|
|
10205
10236
|
|
|
10206
10237
|
/** @internal */
|
|
10207
|
-
export const
|
|
10238
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$outboundSchema:
|
|
10208
10239
|
z.ZodType<
|
|
10209
|
-
|
|
10240
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$Outbound,
|
|
10210
10241
|
z.ZodTypeDef,
|
|
10211
|
-
|
|
10242
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646
|
|
10212
10243
|
> = z.object({});
|
|
10213
10244
|
|
|
10214
10245
|
/**
|
|
10215
10246
|
* @internal
|
|
10216
10247
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10217
10248
|
*/
|
|
10218
|
-
export namespace
|
|
10219
|
-
/** @deprecated use `
|
|
10249
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$ {
|
|
10250
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$inboundSchema` instead. */
|
|
10220
10251
|
export const inboundSchema =
|
|
10221
|
-
|
|
10222
|
-
/** @deprecated use `
|
|
10252
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$inboundSchema;
|
|
10253
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$outboundSchema` instead. */
|
|
10223
10254
|
export const outboundSchema =
|
|
10224
|
-
|
|
10225
|
-
/** @deprecated use `
|
|
10255
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$outboundSchema;
|
|
10256
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$Outbound` instead. */
|
|
10226
10257
|
export type Outbound =
|
|
10227
|
-
|
|
10258
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$Outbound;
|
|
10228
10259
|
}
|
|
10229
10260
|
|
|
10230
|
-
export function
|
|
10231
|
-
|
|
10232
|
-
|
|
10261
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646ToJSON(
|
|
10262
|
+
createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646:
|
|
10263
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646,
|
|
10233
10264
|
): string {
|
|
10234
10265
|
return JSON.stringify(
|
|
10235
|
-
|
|
10236
|
-
.parse(
|
|
10266
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$outboundSchema
|
|
10267
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646),
|
|
10237
10268
|
);
|
|
10238
10269
|
}
|
|
10239
10270
|
|
|
10240
|
-
export function
|
|
10271
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646FromJSON(
|
|
10241
10272
|
jsonString: string,
|
|
10242
10273
|
): SafeParseResult<
|
|
10243
|
-
|
|
10274
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646,
|
|
10244
10275
|
SDKValidationError
|
|
10245
10276
|
> {
|
|
10246
10277
|
return safeParse(
|
|
10247
10278
|
jsonString,
|
|
10248
10279
|
(x) =>
|
|
10249
|
-
|
|
10280
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$inboundSchema
|
|
10250
10281
|
.parse(JSON.parse(x)),
|
|
10251
|
-
`Failed to parse '
|
|
10282
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646' from JSON`,
|
|
10252
10283
|
);
|
|
10253
10284
|
}
|
|
10254
10285
|
|
|
@@ -10259,20 +10290,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
|
|
|
10259
10290
|
z.ZodTypeDef,
|
|
10260
10291
|
unknown
|
|
10261
10292
|
> = z.object({
|
|
10262
|
-
"__@BRAND@
|
|
10263
|
-
|
|
10293
|
+
"__@BRAND@8646": z.lazy(() =>
|
|
10294
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$inboundSchema
|
|
10264
10295
|
),
|
|
10265
10296
|
}).transform((v) => {
|
|
10266
10297
|
return remap$(v, {
|
|
10267
|
-
"__@BRAND@
|
|
10298
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
10268
10299
|
});
|
|
10269
10300
|
});
|
|
10270
10301
|
|
|
10271
10302
|
/** @internal */
|
|
10272
10303
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
|
|
10273
10304
|
{
|
|
10274
|
-
"__@BRAND@
|
|
10275
|
-
|
|
10305
|
+
"__@BRAND@8646":
|
|
10306
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$Outbound;
|
|
10276
10307
|
};
|
|
10277
10308
|
|
|
10278
10309
|
/** @internal */
|
|
@@ -10282,12 +10313,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
|
|
|
10282
10313
|
z.ZodTypeDef,
|
|
10283
10314
|
CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
|
|
10284
10315
|
> = z.object({
|
|
10285
|
-
|
|
10286
|
-
|
|
10316
|
+
atBRANDAt8646: z.lazy(() =>
|
|
10317
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$outboundSchema
|
|
10287
10318
|
),
|
|
10288
10319
|
}).transform((v) => {
|
|
10289
10320
|
return remap$(v, {
|
|
10290
|
-
|
|
10321
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
10291
10322
|
});
|
|
10292
10323
|
});
|
|
10293
10324
|
|
|
@@ -10333,65 +10364,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
10333
10364
|
}
|
|
10334
10365
|
|
|
10335
10366
|
/** @internal */
|
|
10336
|
-
export const
|
|
10367
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$inboundSchema:
|
|
10337
10368
|
z.ZodType<
|
|
10338
|
-
|
|
10369
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646,
|
|
10339
10370
|
z.ZodTypeDef,
|
|
10340
10371
|
unknown
|
|
10341
10372
|
> = z.object({});
|
|
10342
10373
|
|
|
10343
10374
|
/** @internal */
|
|
10344
|
-
export type
|
|
10375
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$Outbound =
|
|
10345
10376
|
{};
|
|
10346
10377
|
|
|
10347
10378
|
/** @internal */
|
|
10348
|
-
export const
|
|
10379
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$outboundSchema:
|
|
10349
10380
|
z.ZodType<
|
|
10350
|
-
|
|
10381
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$Outbound,
|
|
10351
10382
|
z.ZodTypeDef,
|
|
10352
|
-
|
|
10383
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646
|
|
10353
10384
|
> = z.object({});
|
|
10354
10385
|
|
|
10355
10386
|
/**
|
|
10356
10387
|
* @internal
|
|
10357
10388
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10358
10389
|
*/
|
|
10359
|
-
export namespace
|
|
10360
|
-
/** @deprecated use `
|
|
10390
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$ {
|
|
10391
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$inboundSchema` instead. */
|
|
10361
10392
|
export const inboundSchema =
|
|
10362
|
-
|
|
10363
|
-
/** @deprecated use `
|
|
10393
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$inboundSchema;
|
|
10394
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$outboundSchema` instead. */
|
|
10364
10395
|
export const outboundSchema =
|
|
10365
|
-
|
|
10366
|
-
/** @deprecated use `
|
|
10396
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$outboundSchema;
|
|
10397
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$Outbound` instead. */
|
|
10367
10398
|
export type Outbound =
|
|
10368
|
-
|
|
10399
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$Outbound;
|
|
10369
10400
|
}
|
|
10370
10401
|
|
|
10371
|
-
export function
|
|
10372
|
-
|
|
10373
|
-
|
|
10402
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646ToJSON(
|
|
10403
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646:
|
|
10404
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646,
|
|
10374
10405
|
): string {
|
|
10375
10406
|
return JSON.stringify(
|
|
10376
|
-
|
|
10407
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$outboundSchema
|
|
10377
10408
|
.parse(
|
|
10378
|
-
|
|
10409
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646,
|
|
10379
10410
|
),
|
|
10380
10411
|
);
|
|
10381
10412
|
}
|
|
10382
10413
|
|
|
10383
|
-
export function
|
|
10414
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646FromJSON(
|
|
10384
10415
|
jsonString: string,
|
|
10385
10416
|
): SafeParseResult<
|
|
10386
|
-
|
|
10417
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646,
|
|
10387
10418
|
SDKValidationError
|
|
10388
10419
|
> {
|
|
10389
10420
|
return safeParse(
|
|
10390
10421
|
jsonString,
|
|
10391
10422
|
(x) =>
|
|
10392
|
-
|
|
10423
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$inboundSchema
|
|
10393
10424
|
.parse(JSON.parse(x)),
|
|
10394
|
-
`Failed to parse '
|
|
10425
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646' from JSON`,
|
|
10395
10426
|
);
|
|
10396
10427
|
}
|
|
10397
10428
|
|
|
@@ -10402,20 +10433,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
|
|
|
10402
10433
|
z.ZodTypeDef,
|
|
10403
10434
|
unknown
|
|
10404
10435
|
> = z.object({
|
|
10405
|
-
"__@BRAND@
|
|
10406
|
-
|
|
10436
|
+
"__@BRAND@8646": z.lazy(() =>
|
|
10437
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$inboundSchema
|
|
10407
10438
|
),
|
|
10408
10439
|
}).transform((v) => {
|
|
10409
10440
|
return remap$(v, {
|
|
10410
|
-
"__@BRAND@
|
|
10441
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
10411
10442
|
});
|
|
10412
10443
|
});
|
|
10413
10444
|
|
|
10414
10445
|
/** @internal */
|
|
10415
10446
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
|
|
10416
10447
|
{
|
|
10417
|
-
"__@BRAND@
|
|
10418
|
-
|
|
10448
|
+
"__@BRAND@8646":
|
|
10449
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$Outbound;
|
|
10419
10450
|
};
|
|
10420
10451
|
|
|
10421
10452
|
/** @internal */
|
|
@@ -10425,12 +10456,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
|
|
|
10425
10456
|
z.ZodTypeDef,
|
|
10426
10457
|
CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
|
|
10427
10458
|
> = z.object({
|
|
10428
|
-
|
|
10429
|
-
|
|
10459
|
+
atBRANDAt8646: z.lazy(() =>
|
|
10460
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$outboundSchema
|
|
10430
10461
|
),
|
|
10431
10462
|
}).transform((v) => {
|
|
10432
10463
|
return remap$(v, {
|
|
10433
|
-
|
|
10464
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
10434
10465
|
});
|
|
10435
10466
|
});
|
|
10436
10467
|
|
|
@@ -10476,65 +10507,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
10476
10507
|
}
|
|
10477
10508
|
|
|
10478
10509
|
/** @internal */
|
|
10479
|
-
export const
|
|
10510
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$inboundSchema:
|
|
10480
10511
|
z.ZodType<
|
|
10481
|
-
|
|
10512
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646,
|
|
10482
10513
|
z.ZodTypeDef,
|
|
10483
10514
|
unknown
|
|
10484
10515
|
> = z.object({});
|
|
10485
10516
|
|
|
10486
10517
|
/** @internal */
|
|
10487
|
-
export type
|
|
10518
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$Outbound =
|
|
10488
10519
|
{};
|
|
10489
10520
|
|
|
10490
10521
|
/** @internal */
|
|
10491
|
-
export const
|
|
10522
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$outboundSchema:
|
|
10492
10523
|
z.ZodType<
|
|
10493
|
-
|
|
10524
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$Outbound,
|
|
10494
10525
|
z.ZodTypeDef,
|
|
10495
|
-
|
|
10526
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646
|
|
10496
10527
|
> = z.object({});
|
|
10497
10528
|
|
|
10498
10529
|
/**
|
|
10499
10530
|
* @internal
|
|
10500
10531
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10501
10532
|
*/
|
|
10502
|
-
export namespace
|
|
10503
|
-
/** @deprecated use `
|
|
10533
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$ {
|
|
10534
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$inboundSchema` instead. */
|
|
10504
10535
|
export const inboundSchema =
|
|
10505
|
-
|
|
10506
|
-
/** @deprecated use `
|
|
10536
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$inboundSchema;
|
|
10537
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$outboundSchema` instead. */
|
|
10507
10538
|
export const outboundSchema =
|
|
10508
|
-
|
|
10509
|
-
/** @deprecated use `
|
|
10539
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$outboundSchema;
|
|
10540
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$Outbound` instead. */
|
|
10510
10541
|
export type Outbound =
|
|
10511
|
-
|
|
10542
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$Outbound;
|
|
10512
10543
|
}
|
|
10513
10544
|
|
|
10514
|
-
export function
|
|
10515
|
-
|
|
10516
|
-
|
|
10545
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646ToJSON(
|
|
10546
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646:
|
|
10547
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646,
|
|
10517
10548
|
): string {
|
|
10518
10549
|
return JSON.stringify(
|
|
10519
|
-
|
|
10550
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$outboundSchema
|
|
10520
10551
|
.parse(
|
|
10521
|
-
|
|
10552
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646,
|
|
10522
10553
|
),
|
|
10523
10554
|
);
|
|
10524
10555
|
}
|
|
10525
10556
|
|
|
10526
|
-
export function
|
|
10557
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646FromJSON(
|
|
10527
10558
|
jsonString: string,
|
|
10528
10559
|
): SafeParseResult<
|
|
10529
|
-
|
|
10560
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646,
|
|
10530
10561
|
SDKValidationError
|
|
10531
10562
|
> {
|
|
10532
10563
|
return safeParse(
|
|
10533
10564
|
jsonString,
|
|
10534
10565
|
(x) =>
|
|
10535
|
-
|
|
10566
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$inboundSchema
|
|
10536
10567
|
.parse(JSON.parse(x)),
|
|
10537
|
-
`Failed to parse '
|
|
10568
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646' from JSON`,
|
|
10538
10569
|
);
|
|
10539
10570
|
}
|
|
10540
10571
|
|
|
@@ -10545,20 +10576,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
|
|
|
10545
10576
|
z.ZodTypeDef,
|
|
10546
10577
|
unknown
|
|
10547
10578
|
> = z.object({
|
|
10548
|
-
"__@BRAND@
|
|
10549
|
-
|
|
10579
|
+
"__@BRAND@8646": z.lazy(() =>
|
|
10580
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$inboundSchema
|
|
10550
10581
|
),
|
|
10551
10582
|
}).transform((v) => {
|
|
10552
10583
|
return remap$(v, {
|
|
10553
|
-
"__@BRAND@
|
|
10584
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
10554
10585
|
});
|
|
10555
10586
|
});
|
|
10556
10587
|
|
|
10557
10588
|
/** @internal */
|
|
10558
10589
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
|
|
10559
10590
|
{
|
|
10560
|
-
"__@BRAND@
|
|
10561
|
-
|
|
10591
|
+
"__@BRAND@8646":
|
|
10592
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$Outbound;
|
|
10562
10593
|
};
|
|
10563
10594
|
|
|
10564
10595
|
/** @internal */
|
|
@@ -10568,12 +10599,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
|
|
|
10568
10599
|
z.ZodTypeDef,
|
|
10569
10600
|
CreateIntegrationStoreDirectPropertiesIntegrationsPattern
|
|
10570
10601
|
> = z.object({
|
|
10571
|
-
|
|
10572
|
-
|
|
10602
|
+
atBRANDAt8646: z.lazy(() =>
|
|
10603
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$outboundSchema
|
|
10573
10604
|
),
|
|
10574
10605
|
}).transform((v) => {
|
|
10575
10606
|
return remap$(v, {
|
|
10576
|
-
|
|
10607
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
10577
10608
|
});
|
|
10578
10609
|
});
|
|
10579
10610
|
|
|
@@ -14636,65 +14667,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
14636
14667
|
}
|
|
14637
14668
|
|
|
14638
14669
|
/** @internal */
|
|
14639
|
-
export const
|
|
14670
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$inboundSchema:
|
|
14640
14671
|
z.ZodType<
|
|
14641
|
-
|
|
14672
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646,
|
|
14642
14673
|
z.ZodTypeDef,
|
|
14643
14674
|
unknown
|
|
14644
14675
|
> = z.object({});
|
|
14645
14676
|
|
|
14646
14677
|
/** @internal */
|
|
14647
|
-
export type
|
|
14678
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$Outbound =
|
|
14648
14679
|
{};
|
|
14649
14680
|
|
|
14650
14681
|
/** @internal */
|
|
14651
|
-
export const
|
|
14682
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$outboundSchema:
|
|
14652
14683
|
z.ZodType<
|
|
14653
|
-
|
|
14684
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$Outbound,
|
|
14654
14685
|
z.ZodTypeDef,
|
|
14655
|
-
|
|
14686
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646
|
|
14656
14687
|
> = z.object({});
|
|
14657
14688
|
|
|
14658
14689
|
/**
|
|
14659
14690
|
* @internal
|
|
14660
14691
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14661
14692
|
*/
|
|
14662
|
-
export namespace
|
|
14663
|
-
/** @deprecated use `
|
|
14693
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$ {
|
|
14694
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$inboundSchema` instead. */
|
|
14664
14695
|
export const inboundSchema =
|
|
14665
|
-
|
|
14666
|
-
/** @deprecated use `
|
|
14696
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$inboundSchema;
|
|
14697
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$outboundSchema` instead. */
|
|
14667
14698
|
export const outboundSchema =
|
|
14668
|
-
|
|
14669
|
-
/** @deprecated use `
|
|
14699
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$outboundSchema;
|
|
14700
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$Outbound` instead. */
|
|
14670
14701
|
export type Outbound =
|
|
14671
|
-
|
|
14702
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$Outbound;
|
|
14672
14703
|
}
|
|
14673
14704
|
|
|
14674
|
-
export function
|
|
14675
|
-
|
|
14676
|
-
|
|
14705
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646ToJSON(
|
|
14706
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646:
|
|
14707
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646,
|
|
14677
14708
|
): string {
|
|
14678
14709
|
return JSON.stringify(
|
|
14679
|
-
|
|
14710
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$outboundSchema
|
|
14680
14711
|
.parse(
|
|
14681
|
-
|
|
14712
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646,
|
|
14682
14713
|
),
|
|
14683
14714
|
);
|
|
14684
14715
|
}
|
|
14685
14716
|
|
|
14686
|
-
export function
|
|
14717
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646FromJSON(
|
|
14687
14718
|
jsonString: string,
|
|
14688
14719
|
): SafeParseResult<
|
|
14689
|
-
|
|
14720
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646,
|
|
14690
14721
|
SDKValidationError
|
|
14691
14722
|
> {
|
|
14692
14723
|
return safeParse(
|
|
14693
14724
|
jsonString,
|
|
14694
14725
|
(x) =>
|
|
14695
|
-
|
|
14726
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$inboundSchema
|
|
14696
14727
|
.parse(JSON.parse(x)),
|
|
14697
|
-
`Failed to parse '
|
|
14728
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646' from JSON`,
|
|
14698
14729
|
);
|
|
14699
14730
|
}
|
|
14700
14731
|
|
|
@@ -14705,19 +14736,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
|
|
|
14705
14736
|
z.ZodTypeDef,
|
|
14706
14737
|
unknown
|
|
14707
14738
|
> = z.object({
|
|
14708
|
-
"__@BRAND@
|
|
14709
|
-
|
|
14739
|
+
"__@BRAND@8646": z.lazy(() =>
|
|
14740
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$inboundSchema
|
|
14710
14741
|
),
|
|
14711
14742
|
}).transform((v) => {
|
|
14712
14743
|
return remap$(v, {
|
|
14713
|
-
"__@BRAND@
|
|
14744
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
14714
14745
|
});
|
|
14715
14746
|
});
|
|
14716
14747
|
|
|
14717
14748
|
/** @internal */
|
|
14718
14749
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
14719
|
-
"__@BRAND@
|
|
14720
|
-
|
|
14750
|
+
"__@BRAND@8646":
|
|
14751
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$Outbound;
|
|
14721
14752
|
};
|
|
14722
14753
|
|
|
14723
14754
|
/** @internal */
|
|
@@ -14727,12 +14758,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
|
|
|
14727
14758
|
z.ZodTypeDef,
|
|
14728
14759
|
CreateIntegrationStoreDirectPropertiesMaxLength
|
|
14729
14760
|
> = z.object({
|
|
14730
|
-
|
|
14731
|
-
|
|
14761
|
+
atBRANDAt8646: z.lazy(() =>
|
|
14762
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$outboundSchema
|
|
14732
14763
|
),
|
|
14733
14764
|
}).transform((v) => {
|
|
14734
14765
|
return remap$(v, {
|
|
14735
|
-
|
|
14766
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
14736
14767
|
});
|
|
14737
14768
|
});
|
|
14738
14769
|
|
|
@@ -14780,50 +14811,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
|
|
|
14780
14811
|
}
|
|
14781
14812
|
|
|
14782
14813
|
/** @internal */
|
|
14783
|
-
export const
|
|
14784
|
-
|
|
14814
|
+
export const PropertiesAtBRANDAt8646$inboundSchema: z.ZodType<
|
|
14815
|
+
PropertiesAtBRANDAt8646,
|
|
14785
14816
|
z.ZodTypeDef,
|
|
14786
14817
|
unknown
|
|
14787
14818
|
> = z.object({});
|
|
14788
14819
|
|
|
14789
14820
|
/** @internal */
|
|
14790
|
-
export type
|
|
14821
|
+
export type PropertiesAtBRANDAt8646$Outbound = {};
|
|
14791
14822
|
|
|
14792
14823
|
/** @internal */
|
|
14793
|
-
export const
|
|
14794
|
-
|
|
14824
|
+
export const PropertiesAtBRANDAt8646$outboundSchema: z.ZodType<
|
|
14825
|
+
PropertiesAtBRANDAt8646$Outbound,
|
|
14795
14826
|
z.ZodTypeDef,
|
|
14796
|
-
|
|
14827
|
+
PropertiesAtBRANDAt8646
|
|
14797
14828
|
> = z.object({});
|
|
14798
14829
|
|
|
14799
14830
|
/**
|
|
14800
14831
|
* @internal
|
|
14801
14832
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14802
14833
|
*/
|
|
14803
|
-
export namespace
|
|
14804
|
-
/** @deprecated use `
|
|
14805
|
-
export const inboundSchema =
|
|
14806
|
-
/** @deprecated use `
|
|
14807
|
-
export const outboundSchema =
|
|
14808
|
-
/** @deprecated use `
|
|
14809
|
-
export type Outbound =
|
|
14834
|
+
export namespace PropertiesAtBRANDAt8646$ {
|
|
14835
|
+
/** @deprecated use `PropertiesAtBRANDAt8646$inboundSchema` instead. */
|
|
14836
|
+
export const inboundSchema = PropertiesAtBRANDAt8646$inboundSchema;
|
|
14837
|
+
/** @deprecated use `PropertiesAtBRANDAt8646$outboundSchema` instead. */
|
|
14838
|
+
export const outboundSchema = PropertiesAtBRANDAt8646$outboundSchema;
|
|
14839
|
+
/** @deprecated use `PropertiesAtBRANDAt8646$Outbound` instead. */
|
|
14840
|
+
export type Outbound = PropertiesAtBRANDAt8646$Outbound;
|
|
14810
14841
|
}
|
|
14811
14842
|
|
|
14812
|
-
export function
|
|
14813
|
-
|
|
14843
|
+
export function propertiesAtBRANDAt8646ToJSON(
|
|
14844
|
+
propertiesAtBRANDAt8646: PropertiesAtBRANDAt8646,
|
|
14814
14845
|
): string {
|
|
14815
14846
|
return JSON.stringify(
|
|
14816
|
-
|
|
14847
|
+
PropertiesAtBRANDAt8646$outboundSchema.parse(propertiesAtBRANDAt8646),
|
|
14817
14848
|
);
|
|
14818
14849
|
}
|
|
14819
14850
|
|
|
14820
|
-
export function
|
|
14851
|
+
export function propertiesAtBRANDAt8646FromJSON(
|
|
14821
14852
|
jsonString: string,
|
|
14822
|
-
): SafeParseResult<
|
|
14853
|
+
): SafeParseResult<PropertiesAtBRANDAt8646, SDKValidationError> {
|
|
14823
14854
|
return safeParse(
|
|
14824
14855
|
jsonString,
|
|
14825
|
-
(x) =>
|
|
14826
|
-
`Failed to parse '
|
|
14856
|
+
(x) => PropertiesAtBRANDAt8646$inboundSchema.parse(JSON.parse(x)),
|
|
14857
|
+
`Failed to parse 'PropertiesAtBRANDAt8646' from JSON`,
|
|
14827
14858
|
);
|
|
14828
14859
|
}
|
|
14829
14860
|
|
|
@@ -14834,16 +14865,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
|
|
|
14834
14865
|
z.ZodTypeDef,
|
|
14835
14866
|
unknown
|
|
14836
14867
|
> = z.object({
|
|
14837
|
-
"__@BRAND@
|
|
14868
|
+
"__@BRAND@8646": z.lazy(() => PropertiesAtBRANDAt8646$inboundSchema),
|
|
14838
14869
|
}).transform((v) => {
|
|
14839
14870
|
return remap$(v, {
|
|
14840
|
-
"__@BRAND@
|
|
14871
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
14841
14872
|
});
|
|
14842
14873
|
});
|
|
14843
14874
|
|
|
14844
14875
|
/** @internal */
|
|
14845
14876
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
14846
|
-
"__@BRAND@
|
|
14877
|
+
"__@BRAND@8646": PropertiesAtBRANDAt8646$Outbound;
|
|
14847
14878
|
};
|
|
14848
14879
|
|
|
14849
14880
|
/** @internal */
|
|
@@ -14853,10 +14884,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
|
|
|
14853
14884
|
z.ZodTypeDef,
|
|
14854
14885
|
CreateIntegrationStoreDirectPropertiesMinLength
|
|
14855
14886
|
> = z.object({
|
|
14856
|
-
|
|
14887
|
+
atBRANDAt8646: z.lazy(() => PropertiesAtBRANDAt8646$outboundSchema),
|
|
14857
14888
|
}).transform((v) => {
|
|
14858
14889
|
return remap$(v, {
|
|
14859
|
-
|
|
14890
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
14860
14891
|
});
|
|
14861
14892
|
});
|
|
14862
14893
|
|
|
@@ -14904,64 +14935,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
|
|
|
14904
14935
|
}
|
|
14905
14936
|
|
|
14906
14937
|
/** @internal */
|
|
14907
|
-
export const
|
|
14938
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$inboundSchema:
|
|
14908
14939
|
z.ZodType<
|
|
14909
|
-
|
|
14940
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8646,
|
|
14910
14941
|
z.ZodTypeDef,
|
|
14911
14942
|
unknown
|
|
14912
14943
|
> = z.object({});
|
|
14913
14944
|
|
|
14914
14945
|
/** @internal */
|
|
14915
|
-
export type
|
|
14946
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$Outbound = {};
|
|
14916
14947
|
|
|
14917
14948
|
/** @internal */
|
|
14918
|
-
export const
|
|
14949
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$outboundSchema:
|
|
14919
14950
|
z.ZodType<
|
|
14920
|
-
|
|
14951
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$Outbound,
|
|
14921
14952
|
z.ZodTypeDef,
|
|
14922
|
-
|
|
14953
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8646
|
|
14923
14954
|
> = z.object({});
|
|
14924
14955
|
|
|
14925
14956
|
/**
|
|
14926
14957
|
* @internal
|
|
14927
14958
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14928
14959
|
*/
|
|
14929
|
-
export namespace
|
|
14930
|
-
/** @deprecated use `
|
|
14960
|
+
export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$ {
|
|
14961
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$inboundSchema` instead. */
|
|
14931
14962
|
export const inboundSchema =
|
|
14932
|
-
|
|
14933
|
-
/** @deprecated use `
|
|
14963
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$inboundSchema;
|
|
14964
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$outboundSchema` instead. */
|
|
14934
14965
|
export const outboundSchema =
|
|
14935
|
-
|
|
14936
|
-
/** @deprecated use `
|
|
14966
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$outboundSchema;
|
|
14967
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$Outbound` instead. */
|
|
14937
14968
|
export type Outbound =
|
|
14938
|
-
|
|
14969
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$Outbound;
|
|
14939
14970
|
}
|
|
14940
14971
|
|
|
14941
|
-
export function
|
|
14942
|
-
|
|
14943
|
-
|
|
14972
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8646ToJSON(
|
|
14973
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8646:
|
|
14974
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8646,
|
|
14944
14975
|
): string {
|
|
14945
14976
|
return JSON.stringify(
|
|
14946
|
-
|
|
14947
|
-
|
|
14977
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$outboundSchema.parse(
|
|
14978
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8646,
|
|
14948
14979
|
),
|
|
14949
14980
|
);
|
|
14950
14981
|
}
|
|
14951
14982
|
|
|
14952
|
-
export function
|
|
14983
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8646FromJSON(
|
|
14953
14984
|
jsonString: string,
|
|
14954
14985
|
): SafeParseResult<
|
|
14955
|
-
|
|
14986
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8646,
|
|
14956
14987
|
SDKValidationError
|
|
14957
14988
|
> {
|
|
14958
14989
|
return safeParse(
|
|
14959
14990
|
jsonString,
|
|
14960
14991
|
(x) =>
|
|
14961
|
-
|
|
14992
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$inboundSchema.parse(
|
|
14962
14993
|
JSON.parse(x),
|
|
14963
14994
|
),
|
|
14964
|
-
`Failed to parse '
|
|
14995
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8646' from JSON`,
|
|
14965
14996
|
);
|
|
14966
14997
|
}
|
|
14967
14998
|
|
|
@@ -14972,18 +15003,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
|
|
|
14972
15003
|
z.ZodTypeDef,
|
|
14973
15004
|
unknown
|
|
14974
15005
|
> = z.object({
|
|
14975
|
-
"__@BRAND@
|
|
14976
|
-
|
|
15006
|
+
"__@BRAND@8646": z.lazy(() =>
|
|
15007
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$inboundSchema
|
|
14977
15008
|
),
|
|
14978
15009
|
}).transform((v) => {
|
|
14979
15010
|
return remap$(v, {
|
|
14980
|
-
"__@BRAND@
|
|
15011
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
14981
15012
|
});
|
|
14982
15013
|
});
|
|
14983
15014
|
|
|
14984
15015
|
/** @internal */
|
|
14985
15016
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
14986
|
-
"__@BRAND@
|
|
15017
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$Outbound;
|
|
14987
15018
|
};
|
|
14988
15019
|
|
|
14989
15020
|
/** @internal */
|
|
@@ -14993,12 +15024,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
|
|
|
14993
15024
|
z.ZodTypeDef,
|
|
14994
15025
|
CreateIntegrationStoreDirectPropertiesPattern
|
|
14995
15026
|
> = z.object({
|
|
14996
|
-
|
|
14997
|
-
|
|
15027
|
+
atBRANDAt8646: z.lazy(() =>
|
|
15028
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$outboundSchema
|
|
14998
15029
|
),
|
|
14999
15030
|
}).transform((v) => {
|
|
15000
15031
|
return remap$(v, {
|
|
15001
|
-
|
|
15032
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
15002
15033
|
});
|
|
15003
15034
|
});
|
|
15004
15035
|
|
|
@@ -16276,61 +16307,70 @@ export namespace CreateIntegrationStoreDirectIntegrationsResponseType$ {
|
|
|
16276
16307
|
}
|
|
16277
16308
|
|
|
16278
16309
|
/** @internal */
|
|
16279
|
-
export const
|
|
16280
|
-
|
|
16281
|
-
|
|
16282
|
-
|
|
16283
|
-
|
|
16284
|
-
|
|
16285
|
-
|
|
16310
|
+
export const CreateIntegrationStoreDirectIntegrationsActions$inboundSchema:
|
|
16311
|
+
z.ZodType<
|
|
16312
|
+
CreateIntegrationStoreDirectIntegrationsActions,
|
|
16313
|
+
z.ZodTypeDef,
|
|
16314
|
+
unknown
|
|
16315
|
+
> = z.object({
|
|
16316
|
+
type: CreateIntegrationStoreDirectIntegrationsResponseType$inboundSchema,
|
|
16317
|
+
});
|
|
16286
16318
|
|
|
16287
16319
|
/** @internal */
|
|
16288
|
-
export type
|
|
16320
|
+
export type CreateIntegrationStoreDirectIntegrationsActions$Outbound = {
|
|
16289
16321
|
type: string;
|
|
16290
16322
|
};
|
|
16291
16323
|
|
|
16292
16324
|
/** @internal */
|
|
16293
|
-
export const
|
|
16294
|
-
|
|
16295
|
-
|
|
16296
|
-
|
|
16297
|
-
|
|
16298
|
-
|
|
16299
|
-
|
|
16325
|
+
export const CreateIntegrationStoreDirectIntegrationsActions$outboundSchema:
|
|
16326
|
+
z.ZodType<
|
|
16327
|
+
CreateIntegrationStoreDirectIntegrationsActions$Outbound,
|
|
16328
|
+
z.ZodTypeDef,
|
|
16329
|
+
CreateIntegrationStoreDirectIntegrationsActions
|
|
16330
|
+
> = z.object({
|
|
16331
|
+
type: CreateIntegrationStoreDirectIntegrationsResponseType$outboundSchema,
|
|
16332
|
+
});
|
|
16300
16333
|
|
|
16301
16334
|
/**
|
|
16302
16335
|
* @internal
|
|
16303
16336
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
16304
16337
|
*/
|
|
16305
|
-
export namespace
|
|
16306
|
-
/** @deprecated use `
|
|
16338
|
+
export namespace CreateIntegrationStoreDirectIntegrationsActions$ {
|
|
16339
|
+
/** @deprecated use `CreateIntegrationStoreDirectIntegrationsActions$inboundSchema` instead. */
|
|
16307
16340
|
export const inboundSchema =
|
|
16308
|
-
|
|
16309
|
-
/** @deprecated use `
|
|
16341
|
+
CreateIntegrationStoreDirectIntegrationsActions$inboundSchema;
|
|
16342
|
+
/** @deprecated use `CreateIntegrationStoreDirectIntegrationsActions$outboundSchema` instead. */
|
|
16310
16343
|
export const outboundSchema =
|
|
16311
|
-
|
|
16312
|
-
/** @deprecated use `
|
|
16313
|
-
export type Outbound =
|
|
16344
|
+
CreateIntegrationStoreDirectIntegrationsActions$outboundSchema;
|
|
16345
|
+
/** @deprecated use `CreateIntegrationStoreDirectIntegrationsActions$Outbound` instead. */
|
|
16346
|
+
export type Outbound =
|
|
16347
|
+
CreateIntegrationStoreDirectIntegrationsActions$Outbound;
|
|
16314
16348
|
}
|
|
16315
16349
|
|
|
16316
|
-
export function
|
|
16317
|
-
|
|
16350
|
+
export function createIntegrationStoreDirectIntegrationsActionsToJSON(
|
|
16351
|
+
createIntegrationStoreDirectIntegrationsActions:
|
|
16352
|
+
CreateIntegrationStoreDirectIntegrationsActions,
|
|
16318
16353
|
): string {
|
|
16319
16354
|
return JSON.stringify(
|
|
16320
|
-
|
|
16321
|
-
|
|
16355
|
+
CreateIntegrationStoreDirectIntegrationsActions$outboundSchema.parse(
|
|
16356
|
+
createIntegrationStoreDirectIntegrationsActions,
|
|
16322
16357
|
),
|
|
16323
16358
|
);
|
|
16324
16359
|
}
|
|
16325
16360
|
|
|
16326
|
-
export function
|
|
16361
|
+
export function createIntegrationStoreDirectIntegrationsActionsFromJSON(
|
|
16327
16362
|
jsonString: string,
|
|
16328
|
-
): SafeParseResult<
|
|
16363
|
+
): SafeParseResult<
|
|
16364
|
+
CreateIntegrationStoreDirectIntegrationsActions,
|
|
16365
|
+
SDKValidationError
|
|
16366
|
+
> {
|
|
16329
16367
|
return safeParse(
|
|
16330
16368
|
jsonString,
|
|
16331
16369
|
(x) =>
|
|
16332
|
-
|
|
16333
|
-
|
|
16370
|
+
CreateIntegrationStoreDirectIntegrationsActions$inboundSchema.parse(
|
|
16371
|
+
JSON.parse(x),
|
|
16372
|
+
),
|
|
16373
|
+
`Failed to parse 'CreateIntegrationStoreDirectIntegrationsActions' from JSON`,
|
|
16334
16374
|
);
|
|
16335
16375
|
}
|
|
16336
16376
|
|
|
@@ -16340,7 +16380,9 @@ export const Steps$inboundSchema: z.ZodType<Steps, z.ZodTypeDef, unknown> = z
|
|
|
16340
16380
|
title: z.string(),
|
|
16341
16381
|
content: z.string(),
|
|
16342
16382
|
actions: z.array(
|
|
16343
|
-
z.lazy(() =>
|
|
16383
|
+
z.lazy(() =>
|
|
16384
|
+
CreateIntegrationStoreDirectIntegrationsActions$inboundSchema
|
|
16385
|
+
),
|
|
16344
16386
|
).optional(),
|
|
16345
16387
|
});
|
|
16346
16388
|
|
|
@@ -16348,7 +16390,9 @@ export const Steps$inboundSchema: z.ZodType<Steps, z.ZodTypeDef, unknown> = z
|
|
|
16348
16390
|
export type Steps$Outbound = {
|
|
16349
16391
|
title: string;
|
|
16350
16392
|
content: string;
|
|
16351
|
-
actions?:
|
|
16393
|
+
actions?:
|
|
16394
|
+
| Array<CreateIntegrationStoreDirectIntegrationsActions$Outbound>
|
|
16395
|
+
| undefined;
|
|
16352
16396
|
};
|
|
16353
16397
|
|
|
16354
16398
|
/** @internal */
|
|
@@ -16360,7 +16404,9 @@ export const Steps$outboundSchema: z.ZodType<
|
|
|
16360
16404
|
title: z.string(),
|
|
16361
16405
|
content: z.string(),
|
|
16362
16406
|
actions: z.array(
|
|
16363
|
-
z.lazy(() =>
|
|
16407
|
+
z.lazy(() =>
|
|
16408
|
+
CreateIntegrationStoreDirectIntegrationsActions$outboundSchema
|
|
16409
|
+
),
|
|
16364
16410
|
).optional(),
|
|
16365
16411
|
});
|
|
16366
16412
|
|
|
@@ -16445,46 +16491,46 @@ export function guidesFromJSON(
|
|
|
16445
16491
|
}
|
|
16446
16492
|
|
|
16447
16493
|
/** @internal */
|
|
16448
|
-
export const
|
|
16449
|
-
|
|
16494
|
+
export const AtBRANDAt8646$inboundSchema: z.ZodType<
|
|
16495
|
+
AtBRANDAt8646,
|
|
16450
16496
|
z.ZodTypeDef,
|
|
16451
16497
|
unknown
|
|
16452
16498
|
> = z.object({});
|
|
16453
16499
|
|
|
16454
16500
|
/** @internal */
|
|
16455
|
-
export type
|
|
16501
|
+
export type AtBRANDAt8646$Outbound = {};
|
|
16456
16502
|
|
|
16457
16503
|
/** @internal */
|
|
16458
|
-
export const
|
|
16459
|
-
|
|
16504
|
+
export const AtBRANDAt8646$outboundSchema: z.ZodType<
|
|
16505
|
+
AtBRANDAt8646$Outbound,
|
|
16460
16506
|
z.ZodTypeDef,
|
|
16461
|
-
|
|
16507
|
+
AtBRANDAt8646
|
|
16462
16508
|
> = z.object({});
|
|
16463
16509
|
|
|
16464
16510
|
/**
|
|
16465
16511
|
* @internal
|
|
16466
16512
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
16467
16513
|
*/
|
|
16468
|
-
export namespace
|
|
16469
|
-
/** @deprecated use `
|
|
16470
|
-
export const inboundSchema =
|
|
16471
|
-
/** @deprecated use `
|
|
16472
|
-
export const outboundSchema =
|
|
16473
|
-
/** @deprecated use `
|
|
16474
|
-
export type Outbound =
|
|
16514
|
+
export namespace AtBRANDAt8646$ {
|
|
16515
|
+
/** @deprecated use `AtBRANDAt8646$inboundSchema` instead. */
|
|
16516
|
+
export const inboundSchema = AtBRANDAt8646$inboundSchema;
|
|
16517
|
+
/** @deprecated use `AtBRANDAt8646$outboundSchema` instead. */
|
|
16518
|
+
export const outboundSchema = AtBRANDAt8646$outboundSchema;
|
|
16519
|
+
/** @deprecated use `AtBRANDAt8646$Outbound` instead. */
|
|
16520
|
+
export type Outbound = AtBRANDAt8646$Outbound;
|
|
16475
16521
|
}
|
|
16476
16522
|
|
|
16477
|
-
export function
|
|
16478
|
-
return JSON.stringify(
|
|
16523
|
+
export function atBRANDAt8646ToJSON(atBRANDAt8646: AtBRANDAt8646): string {
|
|
16524
|
+
return JSON.stringify(AtBRANDAt8646$outboundSchema.parse(atBRANDAt8646));
|
|
16479
16525
|
}
|
|
16480
16526
|
|
|
16481
|
-
export function
|
|
16527
|
+
export function atBRANDAt8646FromJSON(
|
|
16482
16528
|
jsonString: string,
|
|
16483
|
-
): SafeParseResult<
|
|
16529
|
+
): SafeParseResult<AtBRANDAt8646, SDKValidationError> {
|
|
16484
16530
|
return safeParse(
|
|
16485
16531
|
jsonString,
|
|
16486
|
-
(x) =>
|
|
16487
|
-
`Failed to parse '
|
|
16532
|
+
(x) => AtBRANDAt8646$inboundSchema.parse(JSON.parse(x)),
|
|
16533
|
+
`Failed to parse 'AtBRANDAt8646' from JSON`,
|
|
16488
16534
|
);
|
|
16489
16535
|
}
|
|
16490
16536
|
|
|
@@ -16494,16 +16540,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
|
|
|
16494
16540
|
z.ZodTypeDef,
|
|
16495
16541
|
unknown
|
|
16496
16542
|
> = z.object({
|
|
16497
|
-
"__@BRAND@
|
|
16543
|
+
"__@BRAND@8646": z.lazy(() => AtBRANDAt8646$inboundSchema),
|
|
16498
16544
|
}).transform((v) => {
|
|
16499
16545
|
return remap$(v, {
|
|
16500
|
-
"__@BRAND@
|
|
16546
|
+
"__@BRAND@8646": "atBRANDAt8646",
|
|
16501
16547
|
});
|
|
16502
16548
|
});
|
|
16503
16549
|
|
|
16504
16550
|
/** @internal */
|
|
16505
16551
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
16506
|
-
"__@BRAND@
|
|
16552
|
+
"__@BRAND@8646": AtBRANDAt8646$Outbound;
|
|
16507
16553
|
};
|
|
16508
16554
|
|
|
16509
16555
|
/** @internal */
|
|
@@ -16512,10 +16558,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
|
|
|
16512
16558
|
z.ZodTypeDef,
|
|
16513
16559
|
CreateIntegrationStoreDirectValue
|
|
16514
16560
|
> = z.object({
|
|
16515
|
-
|
|
16561
|
+
atBRANDAt8646: z.lazy(() => AtBRANDAt8646$outboundSchema),
|
|
16516
16562
|
}).transform((v) => {
|
|
16517
16563
|
return remap$(v, {
|
|
16518
|
-
|
|
16564
|
+
atBRANDAt8646: "__@BRAND@8646",
|
|
16519
16565
|
});
|
|
16520
16566
|
});
|
|
16521
16567
|
|