@vercel/sdk 1.17.1 → 1.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +1273 -1490
- package/bin/mcp-server.js.map +24 -24
- package/esm/__tests__/accessgroups.test.js +1 -3
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +6 -9
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/environment.test.js +15 -1
- package/esm/__tests__/environment.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +5 -7
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/canceldeploymentop.d.ts +2 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +2 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +2 -0
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +2 -0
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createdrainop.d.ts +48 -108
- package/esm/models/createdrainop.d.ts.map +1 -1
- package/esm/models/createdrainop.js +58 -105
- package/esm/models/createdrainop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +156 -152
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +222 -218
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +2 -0
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +2 -0
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getalllogdrainsop.d.ts +53 -107
- package/esm/models/getalllogdrainsop.d.ts.map +1 -1
- package/esm/models/getalllogdrainsop.js +65 -108
- package/esm/models/getalllogdrainsop.js.map +1 -1
- package/esm/models/getconfigurablelogdrainop.d.ts +6 -0
- package/esm/models/getconfigurablelogdrainop.d.ts.map +1 -1
- package/esm/models/getconfigurablelogdrainop.js +6 -0
- package/esm/models/getconfigurablelogdrainop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +200 -200
- package/esm/models/getconfigurationproductsop.js +290 -290
- package/esm/models/getdeploymentop.d.ts +4 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +4 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +2 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +2 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getdrainop.d.ts +48 -108
- package/esm/models/getdrainop.d.ts.map +1 -1
- package/esm/models/getdrainop.js +58 -104
- package/esm/models/getdrainop.js.map +1 -1
- package/esm/models/getdrainsop.d.ts +48 -108
- package/esm/models/getdrainsop.d.ts.map +1 -1
- package/esm/models/getdrainsop.js +58 -104
- package/esm/models/getdrainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +2 -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/moveprojectdomainop.d.ts +33 -0
- package/esm/models/moveprojectdomainop.d.ts.map +1 -1
- package/esm/models/moveprojectdomainop.js +19 -0
- package/esm/models/moveprojectdomainop.js.map +1 -1
- package/esm/models/updatedrainop.d.ts +48 -108
- package/esm/models/updatedrainop.d.ts.map +1 -1
- package/esm/models/updatedrainop.js +58 -108
- package/esm/models/updatedrainop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +2 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +2 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +2 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +2 -0
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updatesharedenvvariableop.d.ts +5 -2
- package/esm/models/updatesharedenvvariableop.d.ts.map +1 -1
- package/esm/models/updatesharedenvvariableop.js.map +1 -1
- package/esm/models/userevent.d.ts +970 -928
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1281 -1235
- package/esm/models/userevent.js.map +1 -1
- package/examples/package-lock.json +2 -10
- package/jsr.json +1 -1
- package/package.json +3 -6
- package/src/__tests__/accessgroups.test.ts +1 -3
- package/src/__tests__/domains.test.ts +6 -9
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/environment.test.ts +15 -1
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +5 -7
- package/src/__tests__/security.test.ts +4 -4
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/canceldeploymentop.ts +4 -0
- package/src/models/createdeploymentop.ts +4 -0
- package/src/models/createdrainop.ts +132 -177
- package/src/models/createintegrationstoredirectop.ts +479 -471
- package/src/models/createprojectop.ts +4 -0
- package/src/models/getalllogdrainsop.ts +168 -168
- package/src/models/getconfigurablelogdrainop.ts +12 -0
- package/src/models/getconfigurationproductsop.ts +627 -627
- package/src/models/getdeploymentop.ts +8 -0
- package/src/models/getdeploymentsop.ts +4 -0
- package/src/models/getdrainop.ts +148 -168
- package/src/models/getdrainsop.ts +150 -158
- package/src/models/getprojectsop.ts +4 -0
- package/src/models/moveprojectdomainop.ts +51 -0
- package/src/models/updatedrainop.ts +153 -174
- package/src/models/updateprojectdatacacheop.ts +4 -0
- package/src/models/updateprojectop.ts +4 -0
- package/src/models/updatesharedenvvariableop.ts +5 -2
- package/src/models/userevent.ts +2956 -2828
- package/vercel-spec.json +642 -837
|
@@ -225,6 +225,7 @@ export type CreateIntegrationStoreDirectOwnership = ClosedEnum<
|
|
|
225
225
|
|
|
226
226
|
export type Capabilities = {
|
|
227
227
|
mcp?: boolean | undefined;
|
|
228
|
+
mcpReadonly?: boolean | undefined;
|
|
228
229
|
sso?: boolean | undefined;
|
|
229
230
|
billable?: boolean | undefined;
|
|
230
231
|
transferable?: boolean | undefined;
|
|
@@ -252,6 +253,7 @@ export type ExternalResourceStatus = ClosedEnum<typeof ExternalResourceStatus>;
|
|
|
252
253
|
|
|
253
254
|
export type CreateIntegrationStoreDirectCapabilities = {
|
|
254
255
|
mcp?: boolean | undefined;
|
|
256
|
+
mcpReadonly?: boolean | undefined;
|
|
255
257
|
sso?: boolean | undefined;
|
|
256
258
|
billable?: boolean | undefined;
|
|
257
259
|
transferable?: boolean | undefined;
|
|
@@ -268,12 +270,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
|
|
|
268
270
|
typeof CreateIntegrationStoreDirectIntegrationsType
|
|
269
271
|
>;
|
|
270
272
|
|
|
271
|
-
export type
|
|
273
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804 =
|
|
272
274
|
{};
|
|
273
275
|
|
|
274
276
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
275
|
-
|
|
276
|
-
|
|
277
|
+
atBRANDAt8804:
|
|
278
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804;
|
|
277
279
|
};
|
|
278
280
|
|
|
279
281
|
export const CreateIntegrationStoreDirectDisabled3 = {
|
|
@@ -342,31 +344,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
342
344
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
|
|
343
345
|
>;
|
|
344
346
|
|
|
345
|
-
export type
|
|
347
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804 =
|
|
346
348
|
{};
|
|
347
349
|
|
|
348
350
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
|
|
349
351
|
{
|
|
350
|
-
|
|
351
|
-
|
|
352
|
+
atBRANDAt8804:
|
|
353
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804;
|
|
352
354
|
};
|
|
353
355
|
|
|
354
|
-
export type
|
|
356
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804 =
|
|
355
357
|
{};
|
|
356
358
|
|
|
357
359
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
|
|
358
360
|
{
|
|
359
|
-
|
|
360
|
-
|
|
361
|
+
atBRANDAt8804:
|
|
362
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804;
|
|
361
363
|
};
|
|
362
364
|
|
|
363
|
-
export type
|
|
365
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804 =
|
|
364
366
|
{};
|
|
365
367
|
|
|
366
368
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
|
|
367
369
|
{
|
|
368
|
-
|
|
369
|
-
|
|
370
|
+
atBRANDAt8804:
|
|
371
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804;
|
|
370
372
|
};
|
|
371
373
|
|
|
372
374
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
@@ -504,10 +506,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
504
506
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
|
|
505
507
|
>;
|
|
506
508
|
|
|
507
|
-
export type
|
|
509
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804 = {};
|
|
508
510
|
|
|
509
511
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
510
|
-
|
|
512
|
+
atBRANDAt8804: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804;
|
|
511
513
|
};
|
|
512
514
|
|
|
513
515
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
|
|
@@ -558,10 +560,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
558
560
|
| undefined;
|
|
559
561
|
};
|
|
560
562
|
|
|
561
|
-
export type
|
|
563
|
+
export type UiOptionsAtBRANDAt8804 = {};
|
|
562
564
|
|
|
563
565
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
564
|
-
|
|
566
|
+
atBRANDAt8804: UiOptionsAtBRANDAt8804;
|
|
565
567
|
};
|
|
566
568
|
|
|
567
569
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
|
|
@@ -624,31 +626,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
|
|
|
624
626
|
| CreateIntegrationStoreDirectUiOptions2
|
|
625
627
|
| CreateIntegrationStoreDirectUiOptions3;
|
|
626
628
|
|
|
627
|
-
export type
|
|
629
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804 =
|
|
628
630
|
{};
|
|
629
631
|
|
|
630
632
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
|
|
631
633
|
{
|
|
632
|
-
|
|
633
|
-
|
|
634
|
+
atBRANDAt8804:
|
|
635
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804;
|
|
634
636
|
};
|
|
635
637
|
|
|
636
|
-
export type
|
|
638
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804 =
|
|
637
639
|
{};
|
|
638
640
|
|
|
639
641
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
|
|
640
642
|
{
|
|
641
|
-
|
|
642
|
-
|
|
643
|
+
atBRANDAt8804:
|
|
644
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804;
|
|
643
645
|
};
|
|
644
646
|
|
|
645
|
-
export type
|
|
647
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804 =
|
|
646
648
|
{};
|
|
647
649
|
|
|
648
650
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
|
|
649
651
|
{
|
|
650
|
-
|
|
651
|
-
|
|
652
|
+
atBRANDAt8804:
|
|
653
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804;
|
|
652
654
|
};
|
|
653
655
|
|
|
654
656
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
|
|
@@ -791,31 +793,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
791
793
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
|
|
792
794
|
>;
|
|
793
795
|
|
|
794
|
-
export type
|
|
796
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804 =
|
|
795
797
|
{};
|
|
796
798
|
|
|
797
799
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
|
|
798
800
|
{
|
|
799
|
-
|
|
800
|
-
|
|
801
|
+
atBRANDAt8804:
|
|
802
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804;
|
|
801
803
|
};
|
|
802
804
|
|
|
803
|
-
export type
|
|
805
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804 =
|
|
804
806
|
{};
|
|
805
807
|
|
|
806
808
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
|
|
807
809
|
{
|
|
808
|
-
|
|
809
|
-
|
|
810
|
+
atBRANDAt8804:
|
|
811
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804;
|
|
810
812
|
};
|
|
811
813
|
|
|
812
|
-
export type
|
|
814
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804 =
|
|
813
815
|
{};
|
|
814
816
|
|
|
815
817
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
|
|
816
818
|
{
|
|
817
|
-
|
|
818
|
-
|
|
819
|
+
atBRANDAt8804:
|
|
820
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804;
|
|
819
821
|
};
|
|
820
822
|
|
|
821
823
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
@@ -1070,28 +1072,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
1070
1072
|
| undefined;
|
|
1071
1073
|
};
|
|
1072
1074
|
|
|
1073
|
-
export type
|
|
1075
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804 =
|
|
1074
1076
|
{};
|
|
1075
1077
|
|
|
1076
1078
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
+
atBRANDAt8804:
|
|
1080
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804;
|
|
1079
1081
|
};
|
|
1080
1082
|
|
|
1081
|
-
export type
|
|
1083
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804 =
|
|
1082
1084
|
{};
|
|
1083
1085
|
|
|
1084
1086
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
+
atBRANDAt8804:
|
|
1088
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804;
|
|
1087
1089
|
};
|
|
1088
1090
|
|
|
1089
|
-
export type
|
|
1091
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804 =
|
|
1090
1092
|
{};
|
|
1091
1093
|
|
|
1092
1094
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
+
atBRANDAt8804:
|
|
1096
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804;
|
|
1095
1097
|
};
|
|
1096
1098
|
|
|
1097
1099
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
|
|
@@ -1594,24 +1596,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
|
|
|
1594
1596
|
typeof CreateIntegrationStoreDirectPropertiesUiControl
|
|
1595
1597
|
>;
|
|
1596
1598
|
|
|
1597
|
-
export type
|
|
1599
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804 =
|
|
1598
1600
|
{};
|
|
1599
1601
|
|
|
1600
1602
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
+
atBRANDAt8804:
|
|
1604
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804;
|
|
1603
1605
|
};
|
|
1604
1606
|
|
|
1605
|
-
export type
|
|
1607
|
+
export type PropertiesAtBRANDAt8804 = {};
|
|
1606
1608
|
|
|
1607
1609
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
1608
|
-
|
|
1610
|
+
atBRANDAt8804: PropertiesAtBRANDAt8804;
|
|
1609
1611
|
};
|
|
1610
1612
|
|
|
1611
|
-
export type
|
|
1613
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8804 = {};
|
|
1612
1614
|
|
|
1613
1615
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
1614
|
-
|
|
1616
|
+
atBRANDAt8804: CreateIntegrationStoreDirectPropertiesAtBRANDAt8804;
|
|
1615
1617
|
};
|
|
1616
1618
|
|
|
1617
1619
|
export const CreateIntegrationStoreDirectUiReadOnly3 = {
|
|
@@ -1852,10 +1854,10 @@ export type Guides = {
|
|
|
1852
1854
|
steps: Array<Steps>;
|
|
1853
1855
|
};
|
|
1854
1856
|
|
|
1855
|
-
export type
|
|
1857
|
+
export type AtBRANDAt8804 = {};
|
|
1856
1858
|
|
|
1857
1859
|
export type CreateIntegrationStoreDirectValue = {
|
|
1858
|
-
|
|
1860
|
+
atBRANDAt8804: AtBRANDAt8804;
|
|
1859
1861
|
};
|
|
1860
1862
|
|
|
1861
1863
|
export const Disabled3 = {
|
|
@@ -2570,6 +2572,7 @@ export const Capabilities$inboundSchema: z.ZodType<
|
|
|
2570
2572
|
unknown
|
|
2571
2573
|
> = z.object({
|
|
2572
2574
|
mcp: z.boolean().optional(),
|
|
2575
|
+
mcpReadonly: z.boolean().optional(),
|
|
2573
2576
|
sso: z.boolean().optional(),
|
|
2574
2577
|
billable: z.boolean().optional(),
|
|
2575
2578
|
transferable: z.boolean().optional(),
|
|
@@ -2579,6 +2582,7 @@ export const Capabilities$inboundSchema: z.ZodType<
|
|
|
2579
2582
|
/** @internal */
|
|
2580
2583
|
export type Capabilities$Outbound = {
|
|
2581
2584
|
mcp?: boolean | undefined;
|
|
2585
|
+
mcpReadonly?: boolean | undefined;
|
|
2582
2586
|
sso?: boolean | undefined;
|
|
2583
2587
|
billable?: boolean | undefined;
|
|
2584
2588
|
transferable?: boolean | undefined;
|
|
@@ -2593,6 +2597,7 @@ export const Capabilities$outboundSchema: z.ZodType<
|
|
|
2593
2597
|
Capabilities
|
|
2594
2598
|
> = z.object({
|
|
2595
2599
|
mcp: z.boolean().optional(),
|
|
2600
|
+
mcpReadonly: z.boolean().optional(),
|
|
2596
2601
|
sso: z.boolean().optional(),
|
|
2597
2602
|
billable: z.boolean().optional(),
|
|
2598
2603
|
transferable: z.boolean().optional(),
|
|
@@ -2682,6 +2687,7 @@ export const CreateIntegrationStoreDirectCapabilities$inboundSchema: z.ZodType<
|
|
|
2682
2687
|
unknown
|
|
2683
2688
|
> = z.object({
|
|
2684
2689
|
mcp: z.boolean().optional(),
|
|
2690
|
+
mcpReadonly: z.boolean().optional(),
|
|
2685
2691
|
sso: z.boolean().optional(),
|
|
2686
2692
|
billable: z.boolean().optional(),
|
|
2687
2693
|
transferable: z.boolean().optional(),
|
|
@@ -2693,6 +2699,7 @@ export const CreateIntegrationStoreDirectCapabilities$inboundSchema: z.ZodType<
|
|
|
2693
2699
|
/** @internal */
|
|
2694
2700
|
export type CreateIntegrationStoreDirectCapabilities$Outbound = {
|
|
2695
2701
|
mcp?: boolean | undefined;
|
|
2702
|
+
mcpReadonly?: boolean | undefined;
|
|
2696
2703
|
sso?: boolean | undefined;
|
|
2697
2704
|
billable?: boolean | undefined;
|
|
2698
2705
|
transferable?: boolean | undefined;
|
|
@@ -2709,6 +2716,7 @@ export const CreateIntegrationStoreDirectCapabilities$outboundSchema: z.ZodType<
|
|
|
2709
2716
|
CreateIntegrationStoreDirectCapabilities
|
|
2710
2717
|
> = z.object({
|
|
2711
2718
|
mcp: z.boolean().optional(),
|
|
2719
|
+
mcpReadonly: z.boolean().optional(),
|
|
2712
2720
|
sso: z.boolean().optional(),
|
|
2713
2721
|
billable: z.boolean().optional(),
|
|
2714
2722
|
transferable: z.boolean().optional(),
|
|
@@ -2754,47 +2762,47 @@ export const CreateIntegrationStoreDirectIntegrationsType$outboundSchema:
|
|
|
2754
2762
|
CreateIntegrationStoreDirectIntegrationsType$inboundSchema;
|
|
2755
2763
|
|
|
2756
2764
|
/** @internal */
|
|
2757
|
-
export const
|
|
2765
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$inboundSchema:
|
|
2758
2766
|
z.ZodType<
|
|
2759
|
-
|
|
2767
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804,
|
|
2760
2768
|
z.ZodTypeDef,
|
|
2761
2769
|
unknown
|
|
2762
2770
|
> = z.object({});
|
|
2763
2771
|
/** @internal */
|
|
2764
|
-
export type
|
|
2772
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$Outbound =
|
|
2765
2773
|
{};
|
|
2766
2774
|
|
|
2767
2775
|
/** @internal */
|
|
2768
|
-
export const
|
|
2776
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$outboundSchema:
|
|
2769
2777
|
z.ZodType<
|
|
2770
|
-
|
|
2778
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$Outbound,
|
|
2771
2779
|
z.ZodTypeDef,
|
|
2772
|
-
|
|
2780
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804
|
|
2773
2781
|
> = z.object({});
|
|
2774
2782
|
|
|
2775
|
-
export function
|
|
2776
|
-
|
|
2777
|
-
|
|
2783
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804ToJSON(
|
|
2784
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804:
|
|
2785
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804,
|
|
2778
2786
|
): string {
|
|
2779
2787
|
return JSON.stringify(
|
|
2780
|
-
|
|
2788
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$outboundSchema
|
|
2781
2789
|
.parse(
|
|
2782
|
-
|
|
2790
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804,
|
|
2783
2791
|
),
|
|
2784
2792
|
);
|
|
2785
2793
|
}
|
|
2786
|
-
export function
|
|
2794
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804FromJSON(
|
|
2787
2795
|
jsonString: string,
|
|
2788
2796
|
): SafeParseResult<
|
|
2789
|
-
|
|
2797
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804,
|
|
2790
2798
|
SDKValidationError
|
|
2791
2799
|
> {
|
|
2792
2800
|
return safeParse(
|
|
2793
2801
|
jsonString,
|
|
2794
2802
|
(x) =>
|
|
2795
|
-
|
|
2803
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$inboundSchema
|
|
2796
2804
|
.parse(JSON.parse(x)),
|
|
2797
|
-
`Failed to parse '
|
|
2805
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804' from JSON`,
|
|
2798
2806
|
);
|
|
2799
2807
|
}
|
|
2800
2808
|
|
|
@@ -2805,18 +2813,18 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
|
|
|
2805
2813
|
z.ZodTypeDef,
|
|
2806
2814
|
unknown
|
|
2807
2815
|
> = z.object({
|
|
2808
|
-
"__@BRAND@
|
|
2809
|
-
|
|
2816
|
+
"__@BRAND@8804": z.lazy(() =>
|
|
2817
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$inboundSchema
|
|
2810
2818
|
),
|
|
2811
2819
|
}).transform((v) => {
|
|
2812
2820
|
return remap$(v, {
|
|
2813
|
-
"__@BRAND@
|
|
2821
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
2814
2822
|
});
|
|
2815
2823
|
});
|
|
2816
2824
|
/** @internal */
|
|
2817
2825
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
2818
|
-
"__@BRAND@
|
|
2819
|
-
|
|
2826
|
+
"__@BRAND@8804":
|
|
2827
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$Outbound;
|
|
2820
2828
|
};
|
|
2821
2829
|
|
|
2822
2830
|
/** @internal */
|
|
@@ -2826,12 +2834,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
|
|
|
2826
2834
|
z.ZodTypeDef,
|
|
2827
2835
|
CreateIntegrationStoreDirectPropertiesValue
|
|
2828
2836
|
> = z.object({
|
|
2829
|
-
|
|
2830
|
-
|
|
2837
|
+
atBRANDAt8804: z.lazy(() =>
|
|
2838
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$outboundSchema
|
|
2831
2839
|
),
|
|
2832
2840
|
}).transform((v) => {
|
|
2833
2841
|
return remap$(v, {
|
|
2834
|
-
|
|
2842
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
2835
2843
|
});
|
|
2836
2844
|
});
|
|
2837
2845
|
|
|
@@ -3185,47 +3193,47 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
3185
3193
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
|
|
3186
3194
|
|
|
3187
3195
|
/** @internal */
|
|
3188
|
-
export const
|
|
3196
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$inboundSchema:
|
|
3189
3197
|
z.ZodType<
|
|
3190
|
-
|
|
3198
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804,
|
|
3191
3199
|
z.ZodTypeDef,
|
|
3192
3200
|
unknown
|
|
3193
3201
|
> = z.object({});
|
|
3194
3202
|
/** @internal */
|
|
3195
|
-
export type
|
|
3203
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$Outbound =
|
|
3196
3204
|
{};
|
|
3197
3205
|
|
|
3198
3206
|
/** @internal */
|
|
3199
|
-
export const
|
|
3207
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$outboundSchema:
|
|
3200
3208
|
z.ZodType<
|
|
3201
|
-
|
|
3209
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$Outbound,
|
|
3202
3210
|
z.ZodTypeDef,
|
|
3203
|
-
|
|
3211
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804
|
|
3204
3212
|
> = z.object({});
|
|
3205
3213
|
|
|
3206
|
-
export function
|
|
3207
|
-
|
|
3208
|
-
|
|
3214
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804ToJSON(
|
|
3215
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804:
|
|
3216
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804,
|
|
3209
3217
|
): string {
|
|
3210
3218
|
return JSON.stringify(
|
|
3211
|
-
|
|
3219
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$outboundSchema
|
|
3212
3220
|
.parse(
|
|
3213
|
-
|
|
3221
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804,
|
|
3214
3222
|
),
|
|
3215
3223
|
);
|
|
3216
3224
|
}
|
|
3217
|
-
export function
|
|
3225
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804FromJSON(
|
|
3218
3226
|
jsonString: string,
|
|
3219
3227
|
): SafeParseResult<
|
|
3220
|
-
|
|
3228
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804,
|
|
3221
3229
|
SDKValidationError
|
|
3222
3230
|
> {
|
|
3223
3231
|
return safeParse(
|
|
3224
3232
|
jsonString,
|
|
3225
3233
|
(x) =>
|
|
3226
|
-
|
|
3234
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$inboundSchema
|
|
3227
3235
|
.parse(JSON.parse(x)),
|
|
3228
|
-
`Failed to parse '
|
|
3236
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804' from JSON`,
|
|
3229
3237
|
);
|
|
3230
3238
|
}
|
|
3231
3239
|
|
|
@@ -3236,19 +3244,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
3236
3244
|
z.ZodTypeDef,
|
|
3237
3245
|
unknown
|
|
3238
3246
|
> = z.object({
|
|
3239
|
-
"__@BRAND@
|
|
3240
|
-
|
|
3247
|
+
"__@BRAND@8804": z.lazy(() =>
|
|
3248
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$inboundSchema
|
|
3241
3249
|
),
|
|
3242
3250
|
}).transform((v) => {
|
|
3243
3251
|
return remap$(v, {
|
|
3244
|
-
"__@BRAND@
|
|
3252
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
3245
3253
|
});
|
|
3246
3254
|
});
|
|
3247
3255
|
/** @internal */
|
|
3248
3256
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
|
|
3249
3257
|
{
|
|
3250
|
-
"__@BRAND@
|
|
3251
|
-
|
|
3258
|
+
"__@BRAND@8804":
|
|
3259
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$Outbound;
|
|
3252
3260
|
};
|
|
3253
3261
|
|
|
3254
3262
|
/** @internal */
|
|
@@ -3258,12 +3266,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
3258
3266
|
z.ZodTypeDef,
|
|
3259
3267
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
|
|
3260
3268
|
> = z.object({
|
|
3261
|
-
|
|
3262
|
-
|
|
3269
|
+
atBRANDAt8804: z.lazy(() =>
|
|
3270
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$outboundSchema
|
|
3263
3271
|
),
|
|
3264
3272
|
}).transform((v) => {
|
|
3265
3273
|
return remap$(v, {
|
|
3266
|
-
|
|
3274
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
3267
3275
|
});
|
|
3268
3276
|
});
|
|
3269
3277
|
|
|
@@ -3294,47 +3302,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
3294
3302
|
}
|
|
3295
3303
|
|
|
3296
3304
|
/** @internal */
|
|
3297
|
-
export const
|
|
3305
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$inboundSchema:
|
|
3298
3306
|
z.ZodType<
|
|
3299
|
-
|
|
3307
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804,
|
|
3300
3308
|
z.ZodTypeDef,
|
|
3301
3309
|
unknown
|
|
3302
3310
|
> = z.object({});
|
|
3303
3311
|
/** @internal */
|
|
3304
|
-
export type
|
|
3312
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$Outbound =
|
|
3305
3313
|
{};
|
|
3306
3314
|
|
|
3307
3315
|
/** @internal */
|
|
3308
|
-
export const
|
|
3316
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$outboundSchema:
|
|
3309
3317
|
z.ZodType<
|
|
3310
|
-
|
|
3318
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$Outbound,
|
|
3311
3319
|
z.ZodTypeDef,
|
|
3312
|
-
|
|
3320
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804
|
|
3313
3321
|
> = z.object({});
|
|
3314
3322
|
|
|
3315
|
-
export function
|
|
3316
|
-
|
|
3317
|
-
|
|
3323
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804ToJSON(
|
|
3324
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804:
|
|
3325
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804,
|
|
3318
3326
|
): string {
|
|
3319
3327
|
return JSON.stringify(
|
|
3320
|
-
|
|
3328
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$outboundSchema
|
|
3321
3329
|
.parse(
|
|
3322
|
-
|
|
3330
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804,
|
|
3323
3331
|
),
|
|
3324
3332
|
);
|
|
3325
3333
|
}
|
|
3326
|
-
export function
|
|
3334
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804FromJSON(
|
|
3327
3335
|
jsonString: string,
|
|
3328
3336
|
): SafeParseResult<
|
|
3329
|
-
|
|
3337
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804,
|
|
3330
3338
|
SDKValidationError
|
|
3331
3339
|
> {
|
|
3332
3340
|
return safeParse(
|
|
3333
3341
|
jsonString,
|
|
3334
3342
|
(x) =>
|
|
3335
|
-
|
|
3343
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$inboundSchema
|
|
3336
3344
|
.parse(JSON.parse(x)),
|
|
3337
|
-
`Failed to parse '
|
|
3345
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804' from JSON`,
|
|
3338
3346
|
);
|
|
3339
3347
|
}
|
|
3340
3348
|
|
|
@@ -3345,19 +3353,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
3345
3353
|
z.ZodTypeDef,
|
|
3346
3354
|
unknown
|
|
3347
3355
|
> = z.object({
|
|
3348
|
-
"__@BRAND@
|
|
3349
|
-
|
|
3356
|
+
"__@BRAND@8804": z.lazy(() =>
|
|
3357
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$inboundSchema
|
|
3350
3358
|
),
|
|
3351
3359
|
}).transform((v) => {
|
|
3352
3360
|
return remap$(v, {
|
|
3353
|
-
"__@BRAND@
|
|
3361
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
3354
3362
|
});
|
|
3355
3363
|
});
|
|
3356
3364
|
/** @internal */
|
|
3357
3365
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
|
|
3358
3366
|
{
|
|
3359
|
-
"__@BRAND@
|
|
3360
|
-
|
|
3367
|
+
"__@BRAND@8804":
|
|
3368
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$Outbound;
|
|
3361
3369
|
};
|
|
3362
3370
|
|
|
3363
3371
|
/** @internal */
|
|
@@ -3367,12 +3375,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
3367
3375
|
z.ZodTypeDef,
|
|
3368
3376
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
|
|
3369
3377
|
> = z.object({
|
|
3370
|
-
|
|
3371
|
-
|
|
3378
|
+
atBRANDAt8804: z.lazy(() =>
|
|
3379
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$outboundSchema
|
|
3372
3380
|
),
|
|
3373
3381
|
}).transform((v) => {
|
|
3374
3382
|
return remap$(v, {
|
|
3375
|
-
|
|
3383
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
3376
3384
|
});
|
|
3377
3385
|
});
|
|
3378
3386
|
|
|
@@ -3403,47 +3411,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
3403
3411
|
}
|
|
3404
3412
|
|
|
3405
3413
|
/** @internal */
|
|
3406
|
-
export const
|
|
3414
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$inboundSchema:
|
|
3407
3415
|
z.ZodType<
|
|
3408
|
-
|
|
3416
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804,
|
|
3409
3417
|
z.ZodTypeDef,
|
|
3410
3418
|
unknown
|
|
3411
3419
|
> = z.object({});
|
|
3412
3420
|
/** @internal */
|
|
3413
|
-
export type
|
|
3421
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$Outbound =
|
|
3414
3422
|
{};
|
|
3415
3423
|
|
|
3416
3424
|
/** @internal */
|
|
3417
|
-
export const
|
|
3425
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$outboundSchema:
|
|
3418
3426
|
z.ZodType<
|
|
3419
|
-
|
|
3427
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$Outbound,
|
|
3420
3428
|
z.ZodTypeDef,
|
|
3421
|
-
|
|
3429
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804
|
|
3422
3430
|
> = z.object({});
|
|
3423
3431
|
|
|
3424
|
-
export function
|
|
3425
|
-
|
|
3426
|
-
|
|
3432
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804ToJSON(
|
|
3433
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804:
|
|
3434
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804,
|
|
3427
3435
|
): string {
|
|
3428
3436
|
return JSON.stringify(
|
|
3429
|
-
|
|
3437
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$outboundSchema
|
|
3430
3438
|
.parse(
|
|
3431
|
-
|
|
3439
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804,
|
|
3432
3440
|
),
|
|
3433
3441
|
);
|
|
3434
3442
|
}
|
|
3435
|
-
export function
|
|
3443
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804FromJSON(
|
|
3436
3444
|
jsonString: string,
|
|
3437
3445
|
): SafeParseResult<
|
|
3438
|
-
|
|
3446
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804,
|
|
3439
3447
|
SDKValidationError
|
|
3440
3448
|
> {
|
|
3441
3449
|
return safeParse(
|
|
3442
3450
|
jsonString,
|
|
3443
3451
|
(x) =>
|
|
3444
|
-
|
|
3452
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$inboundSchema
|
|
3445
3453
|
.parse(JSON.parse(x)),
|
|
3446
|
-
`Failed to parse '
|
|
3454
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804' from JSON`,
|
|
3447
3455
|
);
|
|
3448
3456
|
}
|
|
3449
3457
|
|
|
@@ -3454,19 +3462,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
3454
3462
|
z.ZodTypeDef,
|
|
3455
3463
|
unknown
|
|
3456
3464
|
> = z.object({
|
|
3457
|
-
"__@BRAND@
|
|
3458
|
-
|
|
3465
|
+
"__@BRAND@8804": z.lazy(() =>
|
|
3466
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$inboundSchema
|
|
3459
3467
|
),
|
|
3460
3468
|
}).transform((v) => {
|
|
3461
3469
|
return remap$(v, {
|
|
3462
|
-
"__@BRAND@
|
|
3470
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
3463
3471
|
});
|
|
3464
3472
|
});
|
|
3465
3473
|
/** @internal */
|
|
3466
3474
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
|
|
3467
3475
|
{
|
|
3468
|
-
"__@BRAND@
|
|
3469
|
-
|
|
3476
|
+
"__@BRAND@8804":
|
|
3477
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$Outbound;
|
|
3470
3478
|
};
|
|
3471
3479
|
|
|
3472
3480
|
/** @internal */
|
|
@@ -3476,12 +3484,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
3476
3484
|
z.ZodTypeDef,
|
|
3477
3485
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
|
|
3478
3486
|
> = z.object({
|
|
3479
|
-
|
|
3480
|
-
|
|
3487
|
+
atBRANDAt8804: z.lazy(() =>
|
|
3488
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$outboundSchema
|
|
3481
3489
|
),
|
|
3482
3490
|
}).transform((v) => {
|
|
3483
3491
|
return remap$(v, {
|
|
3484
|
-
|
|
3492
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
3485
3493
|
});
|
|
3486
3494
|
});
|
|
3487
3495
|
|
|
@@ -4271,46 +4279,46 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
4271
4279
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema;
|
|
4272
4280
|
|
|
4273
4281
|
/** @internal */
|
|
4274
|
-
export const
|
|
4282
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$inboundSchema:
|
|
4275
4283
|
z.ZodType<
|
|
4276
|
-
|
|
4284
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804,
|
|
4277
4285
|
z.ZodTypeDef,
|
|
4278
4286
|
unknown
|
|
4279
4287
|
> = z.object({});
|
|
4280
4288
|
/** @internal */
|
|
4281
|
-
export type
|
|
4289
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$Outbound = {};
|
|
4282
4290
|
|
|
4283
4291
|
/** @internal */
|
|
4284
|
-
export const
|
|
4292
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$outboundSchema:
|
|
4285
4293
|
z.ZodType<
|
|
4286
|
-
|
|
4294
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$Outbound,
|
|
4287
4295
|
z.ZodTypeDef,
|
|
4288
|
-
|
|
4296
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804
|
|
4289
4297
|
> = z.object({});
|
|
4290
4298
|
|
|
4291
|
-
export function
|
|
4292
|
-
|
|
4293
|
-
|
|
4299
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8804ToJSON(
|
|
4300
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8804:
|
|
4301
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804,
|
|
4294
4302
|
): string {
|
|
4295
4303
|
return JSON.stringify(
|
|
4296
|
-
|
|
4297
|
-
|
|
4304
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$outboundSchema.parse(
|
|
4305
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8804,
|
|
4298
4306
|
),
|
|
4299
4307
|
);
|
|
4300
4308
|
}
|
|
4301
|
-
export function
|
|
4309
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8804FromJSON(
|
|
4302
4310
|
jsonString: string,
|
|
4303
4311
|
): SafeParseResult<
|
|
4304
|
-
|
|
4312
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804,
|
|
4305
4313
|
SDKValidationError
|
|
4306
4314
|
> {
|
|
4307
4315
|
return safeParse(
|
|
4308
4316
|
jsonString,
|
|
4309
4317
|
(x) =>
|
|
4310
|
-
|
|
4318
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$inboundSchema.parse(
|
|
4311
4319
|
JSON.parse(x),
|
|
4312
4320
|
),
|
|
4313
|
-
`Failed to parse '
|
|
4321
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804' from JSON`,
|
|
4314
4322
|
);
|
|
4315
4323
|
}
|
|
4316
4324
|
|
|
@@ -4318,17 +4326,17 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8797FromJSON(
|
|
|
4318
4326
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
|
|
4319
4327
|
z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
|
|
4320
4328
|
z.object({
|
|
4321
|
-
"__@BRAND@
|
|
4322
|
-
|
|
4329
|
+
"__@BRAND@8804": z.lazy(() =>
|
|
4330
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$inboundSchema
|
|
4323
4331
|
),
|
|
4324
4332
|
}).transform((v) => {
|
|
4325
4333
|
return remap$(v, {
|
|
4326
|
-
"__@BRAND@
|
|
4334
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
4327
4335
|
});
|
|
4328
4336
|
});
|
|
4329
4337
|
/** @internal */
|
|
4330
4338
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
4331
|
-
"__@BRAND@
|
|
4339
|
+
"__@BRAND@8804": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$Outbound;
|
|
4332
4340
|
};
|
|
4333
4341
|
|
|
4334
4342
|
/** @internal */
|
|
@@ -4338,12 +4346,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
|
|
|
4338
4346
|
z.ZodTypeDef,
|
|
4339
4347
|
CreateIntegrationStoreDirectUiOptionsValue
|
|
4340
4348
|
> = z.object({
|
|
4341
|
-
|
|
4342
|
-
|
|
4349
|
+
atBRANDAt8804: z.lazy(() =>
|
|
4350
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$outboundSchema
|
|
4343
4351
|
),
|
|
4344
4352
|
}).transform((v) => {
|
|
4345
4353
|
return remap$(v, {
|
|
4346
|
-
|
|
4354
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
4347
4355
|
});
|
|
4348
4356
|
});
|
|
4349
4357
|
|
|
@@ -4694,35 +4702,35 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
|
|
|
4694
4702
|
}
|
|
4695
4703
|
|
|
4696
4704
|
/** @internal */
|
|
4697
|
-
export const
|
|
4698
|
-
|
|
4705
|
+
export const UiOptionsAtBRANDAt8804$inboundSchema: z.ZodType<
|
|
4706
|
+
UiOptionsAtBRANDAt8804,
|
|
4699
4707
|
z.ZodTypeDef,
|
|
4700
4708
|
unknown
|
|
4701
4709
|
> = z.object({});
|
|
4702
4710
|
/** @internal */
|
|
4703
|
-
export type
|
|
4711
|
+
export type UiOptionsAtBRANDAt8804$Outbound = {};
|
|
4704
4712
|
|
|
4705
4713
|
/** @internal */
|
|
4706
|
-
export const
|
|
4707
|
-
|
|
4714
|
+
export const UiOptionsAtBRANDAt8804$outboundSchema: z.ZodType<
|
|
4715
|
+
UiOptionsAtBRANDAt8804$Outbound,
|
|
4708
4716
|
z.ZodTypeDef,
|
|
4709
|
-
|
|
4717
|
+
UiOptionsAtBRANDAt8804
|
|
4710
4718
|
> = z.object({});
|
|
4711
4719
|
|
|
4712
|
-
export function
|
|
4713
|
-
|
|
4720
|
+
export function uiOptionsAtBRANDAt8804ToJSON(
|
|
4721
|
+
uiOptionsAtBRANDAt8804: UiOptionsAtBRANDAt8804,
|
|
4714
4722
|
): string {
|
|
4715
4723
|
return JSON.stringify(
|
|
4716
|
-
|
|
4724
|
+
UiOptionsAtBRANDAt8804$outboundSchema.parse(uiOptionsAtBRANDAt8804),
|
|
4717
4725
|
);
|
|
4718
4726
|
}
|
|
4719
|
-
export function
|
|
4727
|
+
export function uiOptionsAtBRANDAt8804FromJSON(
|
|
4720
4728
|
jsonString: string,
|
|
4721
|
-
): SafeParseResult<
|
|
4729
|
+
): SafeParseResult<UiOptionsAtBRANDAt8804, SDKValidationError> {
|
|
4722
4730
|
return safeParse(
|
|
4723
4731
|
jsonString,
|
|
4724
|
-
(x) =>
|
|
4725
|
-
`Failed to parse '
|
|
4732
|
+
(x) => UiOptionsAtBRANDAt8804$inboundSchema.parse(JSON.parse(x)),
|
|
4733
|
+
`Failed to parse 'UiOptionsAtBRANDAt8804' from JSON`,
|
|
4726
4734
|
);
|
|
4727
4735
|
}
|
|
4728
4736
|
|
|
@@ -4732,15 +4740,15 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
|
|
|
4732
4740
|
z.ZodTypeDef,
|
|
4733
4741
|
unknown
|
|
4734
4742
|
> = z.object({
|
|
4735
|
-
"__@BRAND@
|
|
4743
|
+
"__@BRAND@8804": z.lazy(() => UiOptionsAtBRANDAt8804$inboundSchema),
|
|
4736
4744
|
}).transform((v) => {
|
|
4737
4745
|
return remap$(v, {
|
|
4738
|
-
"__@BRAND@
|
|
4746
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
4739
4747
|
});
|
|
4740
4748
|
});
|
|
4741
4749
|
/** @internal */
|
|
4742
4750
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
4743
|
-
"__@BRAND@
|
|
4751
|
+
"__@BRAND@8804": UiOptionsAtBRANDAt8804$Outbound;
|
|
4744
4752
|
};
|
|
4745
4753
|
|
|
4746
4754
|
/** @internal */
|
|
@@ -4749,10 +4757,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
|
|
|
4749
4757
|
z.ZodTypeDef,
|
|
4750
4758
|
CreateIntegrationStoreDirectUiOptions2
|
|
4751
4759
|
> = z.object({
|
|
4752
|
-
|
|
4760
|
+
atBRANDAt8804: z.lazy(() => UiOptionsAtBRANDAt8804$outboundSchema),
|
|
4753
4761
|
}).transform((v) => {
|
|
4754
4762
|
return remap$(v, {
|
|
4755
|
-
|
|
4763
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
4756
4764
|
});
|
|
4757
4765
|
});
|
|
4758
4766
|
|
|
@@ -5165,47 +5173,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
5165
5173
|
}
|
|
5166
5174
|
|
|
5167
5175
|
/** @internal */
|
|
5168
|
-
export const
|
|
5176
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$inboundSchema:
|
|
5169
5177
|
z.ZodType<
|
|
5170
|
-
|
|
5178
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804,
|
|
5171
5179
|
z.ZodTypeDef,
|
|
5172
5180
|
unknown
|
|
5173
5181
|
> = z.object({});
|
|
5174
5182
|
/** @internal */
|
|
5175
|
-
export type
|
|
5183
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$Outbound =
|
|
5176
5184
|
{};
|
|
5177
5185
|
|
|
5178
5186
|
/** @internal */
|
|
5179
|
-
export const
|
|
5187
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$outboundSchema:
|
|
5180
5188
|
z.ZodType<
|
|
5181
|
-
|
|
5189
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$Outbound,
|
|
5182
5190
|
z.ZodTypeDef,
|
|
5183
|
-
|
|
5191
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804
|
|
5184
5192
|
> = z.object({});
|
|
5185
5193
|
|
|
5186
|
-
export function
|
|
5187
|
-
|
|
5188
|
-
|
|
5194
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804ToJSON(
|
|
5195
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804:
|
|
5196
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804,
|
|
5189
5197
|
): string {
|
|
5190
5198
|
return JSON.stringify(
|
|
5191
|
-
|
|
5199
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$outboundSchema
|
|
5192
5200
|
.parse(
|
|
5193
|
-
|
|
5201
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804,
|
|
5194
5202
|
),
|
|
5195
5203
|
);
|
|
5196
5204
|
}
|
|
5197
|
-
export function
|
|
5205
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804FromJSON(
|
|
5198
5206
|
jsonString: string,
|
|
5199
5207
|
): SafeParseResult<
|
|
5200
|
-
|
|
5208
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804,
|
|
5201
5209
|
SDKValidationError
|
|
5202
5210
|
> {
|
|
5203
5211
|
return safeParse(
|
|
5204
5212
|
jsonString,
|
|
5205
5213
|
(x) =>
|
|
5206
|
-
|
|
5214
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$inboundSchema
|
|
5207
5215
|
.parse(JSON.parse(x)),
|
|
5208
|
-
`Failed to parse '
|
|
5216
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804' from JSON`,
|
|
5209
5217
|
);
|
|
5210
5218
|
}
|
|
5211
5219
|
|
|
@@ -5216,19 +5224,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
5216
5224
|
z.ZodTypeDef,
|
|
5217
5225
|
unknown
|
|
5218
5226
|
> = z.object({
|
|
5219
|
-
"__@BRAND@
|
|
5220
|
-
|
|
5227
|
+
"__@BRAND@8804": z.lazy(() =>
|
|
5228
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$inboundSchema
|
|
5221
5229
|
),
|
|
5222
5230
|
}).transform((v) => {
|
|
5223
5231
|
return remap$(v, {
|
|
5224
|
-
"__@BRAND@
|
|
5232
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
5225
5233
|
});
|
|
5226
5234
|
});
|
|
5227
5235
|
/** @internal */
|
|
5228
5236
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
|
|
5229
5237
|
{
|
|
5230
|
-
"__@BRAND@
|
|
5231
|
-
|
|
5238
|
+
"__@BRAND@8804":
|
|
5239
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$Outbound;
|
|
5232
5240
|
};
|
|
5233
5241
|
|
|
5234
5242
|
/** @internal */
|
|
@@ -5238,12 +5246,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
5238
5246
|
z.ZodTypeDef,
|
|
5239
5247
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
5240
5248
|
> = z.object({
|
|
5241
|
-
|
|
5242
|
-
|
|
5249
|
+
atBRANDAt8804: z.lazy(() =>
|
|
5250
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$outboundSchema
|
|
5243
5251
|
),
|
|
5244
5252
|
}).transform((v) => {
|
|
5245
5253
|
return remap$(v, {
|
|
5246
|
-
|
|
5254
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
5247
5255
|
});
|
|
5248
5256
|
});
|
|
5249
5257
|
|
|
@@ -5274,47 +5282,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
5274
5282
|
}
|
|
5275
5283
|
|
|
5276
5284
|
/** @internal */
|
|
5277
|
-
export const
|
|
5285
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$inboundSchema:
|
|
5278
5286
|
z.ZodType<
|
|
5279
|
-
|
|
5287
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804,
|
|
5280
5288
|
z.ZodTypeDef,
|
|
5281
5289
|
unknown
|
|
5282
5290
|
> = z.object({});
|
|
5283
5291
|
/** @internal */
|
|
5284
|
-
export type
|
|
5292
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$Outbound =
|
|
5285
5293
|
{};
|
|
5286
5294
|
|
|
5287
5295
|
/** @internal */
|
|
5288
|
-
export const
|
|
5296
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$outboundSchema:
|
|
5289
5297
|
z.ZodType<
|
|
5290
|
-
|
|
5298
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$Outbound,
|
|
5291
5299
|
z.ZodTypeDef,
|
|
5292
|
-
|
|
5300
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804
|
|
5293
5301
|
> = z.object({});
|
|
5294
5302
|
|
|
5295
|
-
export function
|
|
5296
|
-
|
|
5297
|
-
|
|
5303
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804ToJSON(
|
|
5304
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804:
|
|
5305
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804,
|
|
5298
5306
|
): string {
|
|
5299
5307
|
return JSON.stringify(
|
|
5300
|
-
|
|
5308
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$outboundSchema
|
|
5301
5309
|
.parse(
|
|
5302
|
-
|
|
5310
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804,
|
|
5303
5311
|
),
|
|
5304
5312
|
);
|
|
5305
5313
|
}
|
|
5306
|
-
export function
|
|
5314
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804FromJSON(
|
|
5307
5315
|
jsonString: string,
|
|
5308
5316
|
): SafeParseResult<
|
|
5309
|
-
|
|
5317
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804,
|
|
5310
5318
|
SDKValidationError
|
|
5311
5319
|
> {
|
|
5312
5320
|
return safeParse(
|
|
5313
5321
|
jsonString,
|
|
5314
5322
|
(x) =>
|
|
5315
|
-
|
|
5323
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$inboundSchema
|
|
5316
5324
|
.parse(JSON.parse(x)),
|
|
5317
|
-
`Failed to parse '
|
|
5325
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804' from JSON`,
|
|
5318
5326
|
);
|
|
5319
5327
|
}
|
|
5320
5328
|
|
|
@@ -5325,19 +5333,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
5325
5333
|
z.ZodTypeDef,
|
|
5326
5334
|
unknown
|
|
5327
5335
|
> = z.object({
|
|
5328
|
-
"__@BRAND@
|
|
5329
|
-
|
|
5336
|
+
"__@BRAND@8804": z.lazy(() =>
|
|
5337
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$inboundSchema
|
|
5330
5338
|
),
|
|
5331
5339
|
}).transform((v) => {
|
|
5332
5340
|
return remap$(v, {
|
|
5333
|
-
"__@BRAND@
|
|
5341
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
5334
5342
|
});
|
|
5335
5343
|
});
|
|
5336
5344
|
/** @internal */
|
|
5337
5345
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
|
|
5338
5346
|
{
|
|
5339
|
-
"__@BRAND@
|
|
5340
|
-
|
|
5347
|
+
"__@BRAND@8804":
|
|
5348
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$Outbound;
|
|
5341
5349
|
};
|
|
5342
5350
|
|
|
5343
5351
|
/** @internal */
|
|
@@ -5347,12 +5355,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
5347
5355
|
z.ZodTypeDef,
|
|
5348
5356
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
5349
5357
|
> = z.object({
|
|
5350
|
-
|
|
5351
|
-
|
|
5358
|
+
atBRANDAt8804: z.lazy(() =>
|
|
5359
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$outboundSchema
|
|
5352
5360
|
),
|
|
5353
5361
|
}).transform((v) => {
|
|
5354
5362
|
return remap$(v, {
|
|
5355
|
-
|
|
5363
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
5356
5364
|
});
|
|
5357
5365
|
});
|
|
5358
5366
|
|
|
@@ -5383,47 +5391,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
5383
5391
|
}
|
|
5384
5392
|
|
|
5385
5393
|
/** @internal */
|
|
5386
|
-
export const
|
|
5394
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$inboundSchema:
|
|
5387
5395
|
z.ZodType<
|
|
5388
|
-
|
|
5396
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804,
|
|
5389
5397
|
z.ZodTypeDef,
|
|
5390
5398
|
unknown
|
|
5391
5399
|
> = z.object({});
|
|
5392
5400
|
/** @internal */
|
|
5393
|
-
export type
|
|
5401
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$Outbound =
|
|
5394
5402
|
{};
|
|
5395
5403
|
|
|
5396
5404
|
/** @internal */
|
|
5397
|
-
export const
|
|
5405
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$outboundSchema:
|
|
5398
5406
|
z.ZodType<
|
|
5399
|
-
|
|
5407
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$Outbound,
|
|
5400
5408
|
z.ZodTypeDef,
|
|
5401
|
-
|
|
5409
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804
|
|
5402
5410
|
> = z.object({});
|
|
5403
5411
|
|
|
5404
|
-
export function
|
|
5405
|
-
|
|
5406
|
-
|
|
5412
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804ToJSON(
|
|
5413
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804:
|
|
5414
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804,
|
|
5407
5415
|
): string {
|
|
5408
5416
|
return JSON.stringify(
|
|
5409
|
-
|
|
5417
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$outboundSchema
|
|
5410
5418
|
.parse(
|
|
5411
|
-
|
|
5419
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804,
|
|
5412
5420
|
),
|
|
5413
5421
|
);
|
|
5414
5422
|
}
|
|
5415
|
-
export function
|
|
5423
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804FromJSON(
|
|
5416
5424
|
jsonString: string,
|
|
5417
5425
|
): SafeParseResult<
|
|
5418
|
-
|
|
5426
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804,
|
|
5419
5427
|
SDKValidationError
|
|
5420
5428
|
> {
|
|
5421
5429
|
return safeParse(
|
|
5422
5430
|
jsonString,
|
|
5423
5431
|
(x) =>
|
|
5424
|
-
|
|
5432
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$inboundSchema
|
|
5425
5433
|
.parse(JSON.parse(x)),
|
|
5426
|
-
`Failed to parse '
|
|
5434
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804' from JSON`,
|
|
5427
5435
|
);
|
|
5428
5436
|
}
|
|
5429
5437
|
|
|
@@ -5434,19 +5442,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
|
|
|
5434
5442
|
z.ZodTypeDef,
|
|
5435
5443
|
unknown
|
|
5436
5444
|
> = z.object({
|
|
5437
|
-
"__@BRAND@
|
|
5438
|
-
|
|
5445
|
+
"__@BRAND@8804": z.lazy(() =>
|
|
5446
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$inboundSchema
|
|
5439
5447
|
),
|
|
5440
5448
|
}).transform((v) => {
|
|
5441
5449
|
return remap$(v, {
|
|
5442
|
-
"__@BRAND@
|
|
5450
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
5443
5451
|
});
|
|
5444
5452
|
});
|
|
5445
5453
|
/** @internal */
|
|
5446
5454
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
|
|
5447
5455
|
{
|
|
5448
|
-
"__@BRAND@
|
|
5449
|
-
|
|
5456
|
+
"__@BRAND@8804":
|
|
5457
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$Outbound;
|
|
5450
5458
|
};
|
|
5451
5459
|
|
|
5452
5460
|
/** @internal */
|
|
@@ -5456,12 +5464,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
|
|
|
5456
5464
|
z.ZodTypeDef,
|
|
5457
5465
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
|
|
5458
5466
|
> = z.object({
|
|
5459
|
-
|
|
5460
|
-
|
|
5467
|
+
atBRANDAt8804: z.lazy(() =>
|
|
5468
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$outboundSchema
|
|
5461
5469
|
),
|
|
5462
5470
|
}).transform((v) => {
|
|
5463
5471
|
return remap$(v, {
|
|
5464
|
-
|
|
5472
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
5465
5473
|
});
|
|
5466
5474
|
});
|
|
5467
5475
|
|
|
@@ -6270,47 +6278,47 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
6270
6278
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
|
|
6271
6279
|
|
|
6272
6280
|
/** @internal */
|
|
6273
|
-
export const
|
|
6281
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$inboundSchema:
|
|
6274
6282
|
z.ZodType<
|
|
6275
|
-
|
|
6283
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804,
|
|
6276
6284
|
z.ZodTypeDef,
|
|
6277
6285
|
unknown
|
|
6278
6286
|
> = z.object({});
|
|
6279
6287
|
/** @internal */
|
|
6280
|
-
export type
|
|
6288
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$Outbound =
|
|
6281
6289
|
{};
|
|
6282
6290
|
|
|
6283
6291
|
/** @internal */
|
|
6284
|
-
export const
|
|
6292
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$outboundSchema:
|
|
6285
6293
|
z.ZodType<
|
|
6286
|
-
|
|
6294
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$Outbound,
|
|
6287
6295
|
z.ZodTypeDef,
|
|
6288
|
-
|
|
6296
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804
|
|
6289
6297
|
> = z.object({});
|
|
6290
6298
|
|
|
6291
|
-
export function
|
|
6292
|
-
|
|
6293
|
-
|
|
6299
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804ToJSON(
|
|
6300
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804:
|
|
6301
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804,
|
|
6294
6302
|
): string {
|
|
6295
6303
|
return JSON.stringify(
|
|
6296
|
-
|
|
6304
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$outboundSchema
|
|
6297
6305
|
.parse(
|
|
6298
|
-
|
|
6306
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804,
|
|
6299
6307
|
),
|
|
6300
6308
|
);
|
|
6301
6309
|
}
|
|
6302
|
-
export function
|
|
6310
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804FromJSON(
|
|
6303
6311
|
jsonString: string,
|
|
6304
6312
|
): SafeParseResult<
|
|
6305
|
-
|
|
6313
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804,
|
|
6306
6314
|
SDKValidationError
|
|
6307
6315
|
> {
|
|
6308
6316
|
return safeParse(
|
|
6309
6317
|
jsonString,
|
|
6310
6318
|
(x) =>
|
|
6311
|
-
|
|
6319
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$inboundSchema
|
|
6312
6320
|
.parse(JSON.parse(x)),
|
|
6313
|
-
`Failed to parse '
|
|
6321
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804' from JSON`,
|
|
6314
6322
|
);
|
|
6315
6323
|
}
|
|
6316
6324
|
|
|
@@ -6321,19 +6329,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
6321
6329
|
z.ZodTypeDef,
|
|
6322
6330
|
unknown
|
|
6323
6331
|
> = z.object({
|
|
6324
|
-
"__@BRAND@
|
|
6325
|
-
|
|
6332
|
+
"__@BRAND@8804": z.lazy(() =>
|
|
6333
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$inboundSchema
|
|
6326
6334
|
),
|
|
6327
6335
|
}).transform((v) => {
|
|
6328
6336
|
return remap$(v, {
|
|
6329
|
-
"__@BRAND@
|
|
6337
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
6330
6338
|
});
|
|
6331
6339
|
});
|
|
6332
6340
|
/** @internal */
|
|
6333
6341
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
|
|
6334
6342
|
{
|
|
6335
|
-
"__@BRAND@
|
|
6336
|
-
|
|
6343
|
+
"__@BRAND@8804":
|
|
6344
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$Outbound;
|
|
6337
6345
|
};
|
|
6338
6346
|
|
|
6339
6347
|
/** @internal */
|
|
@@ -6343,12 +6351,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
6343
6351
|
z.ZodTypeDef,
|
|
6344
6352
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
|
|
6345
6353
|
> = z.object({
|
|
6346
|
-
|
|
6347
|
-
|
|
6354
|
+
atBRANDAt8804: z.lazy(() =>
|
|
6355
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$outboundSchema
|
|
6348
6356
|
),
|
|
6349
6357
|
}).transform((v) => {
|
|
6350
6358
|
return remap$(v, {
|
|
6351
|
-
|
|
6359
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
6352
6360
|
});
|
|
6353
6361
|
});
|
|
6354
6362
|
|
|
@@ -6379,47 +6387,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
6379
6387
|
}
|
|
6380
6388
|
|
|
6381
6389
|
/** @internal */
|
|
6382
|
-
export const
|
|
6390
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$inboundSchema:
|
|
6383
6391
|
z.ZodType<
|
|
6384
|
-
|
|
6392
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804,
|
|
6385
6393
|
z.ZodTypeDef,
|
|
6386
6394
|
unknown
|
|
6387
6395
|
> = z.object({});
|
|
6388
6396
|
/** @internal */
|
|
6389
|
-
export type
|
|
6397
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$Outbound =
|
|
6390
6398
|
{};
|
|
6391
6399
|
|
|
6392
6400
|
/** @internal */
|
|
6393
|
-
export const
|
|
6401
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$outboundSchema:
|
|
6394
6402
|
z.ZodType<
|
|
6395
|
-
|
|
6403
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$Outbound,
|
|
6396
6404
|
z.ZodTypeDef,
|
|
6397
|
-
|
|
6405
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804
|
|
6398
6406
|
> = z.object({});
|
|
6399
6407
|
|
|
6400
|
-
export function
|
|
6401
|
-
|
|
6402
|
-
|
|
6408
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804ToJSON(
|
|
6409
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804:
|
|
6410
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804,
|
|
6403
6411
|
): string {
|
|
6404
6412
|
return JSON.stringify(
|
|
6405
|
-
|
|
6413
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$outboundSchema
|
|
6406
6414
|
.parse(
|
|
6407
|
-
|
|
6415
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804,
|
|
6408
6416
|
),
|
|
6409
6417
|
);
|
|
6410
6418
|
}
|
|
6411
|
-
export function
|
|
6419
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804FromJSON(
|
|
6412
6420
|
jsonString: string,
|
|
6413
6421
|
): SafeParseResult<
|
|
6414
|
-
|
|
6422
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804,
|
|
6415
6423
|
SDKValidationError
|
|
6416
6424
|
> {
|
|
6417
6425
|
return safeParse(
|
|
6418
6426
|
jsonString,
|
|
6419
6427
|
(x) =>
|
|
6420
|
-
|
|
6428
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$inboundSchema
|
|
6421
6429
|
.parse(JSON.parse(x)),
|
|
6422
|
-
`Failed to parse '
|
|
6430
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804' from JSON`,
|
|
6423
6431
|
);
|
|
6424
6432
|
}
|
|
6425
6433
|
|
|
@@ -6430,19 +6438,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
6430
6438
|
z.ZodTypeDef,
|
|
6431
6439
|
unknown
|
|
6432
6440
|
> = z.object({
|
|
6433
|
-
"__@BRAND@
|
|
6434
|
-
|
|
6441
|
+
"__@BRAND@8804": z.lazy(() =>
|
|
6442
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$inboundSchema
|
|
6435
6443
|
),
|
|
6436
6444
|
}).transform((v) => {
|
|
6437
6445
|
return remap$(v, {
|
|
6438
|
-
"__@BRAND@
|
|
6446
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
6439
6447
|
});
|
|
6440
6448
|
});
|
|
6441
6449
|
/** @internal */
|
|
6442
6450
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
|
|
6443
6451
|
{
|
|
6444
|
-
"__@BRAND@
|
|
6445
|
-
|
|
6452
|
+
"__@BRAND@8804":
|
|
6453
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$Outbound;
|
|
6446
6454
|
};
|
|
6447
6455
|
|
|
6448
6456
|
/** @internal */
|
|
@@ -6452,12 +6460,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
6452
6460
|
z.ZodTypeDef,
|
|
6453
6461
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
|
|
6454
6462
|
> = z.object({
|
|
6455
|
-
|
|
6456
|
-
|
|
6463
|
+
atBRANDAt8804: z.lazy(() =>
|
|
6464
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$outboundSchema
|
|
6457
6465
|
),
|
|
6458
6466
|
}).transform((v) => {
|
|
6459
6467
|
return remap$(v, {
|
|
6460
|
-
|
|
6468
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
6461
6469
|
});
|
|
6462
6470
|
});
|
|
6463
6471
|
|
|
@@ -6488,47 +6496,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
6488
6496
|
}
|
|
6489
6497
|
|
|
6490
6498
|
/** @internal */
|
|
6491
|
-
export const
|
|
6499
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$inboundSchema:
|
|
6492
6500
|
z.ZodType<
|
|
6493
|
-
|
|
6501
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804,
|
|
6494
6502
|
z.ZodTypeDef,
|
|
6495
6503
|
unknown
|
|
6496
6504
|
> = z.object({});
|
|
6497
6505
|
/** @internal */
|
|
6498
|
-
export type
|
|
6506
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$Outbound =
|
|
6499
6507
|
{};
|
|
6500
6508
|
|
|
6501
6509
|
/** @internal */
|
|
6502
|
-
export const
|
|
6510
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$outboundSchema:
|
|
6503
6511
|
z.ZodType<
|
|
6504
|
-
|
|
6512
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$Outbound,
|
|
6505
6513
|
z.ZodTypeDef,
|
|
6506
|
-
|
|
6514
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804
|
|
6507
6515
|
> = z.object({});
|
|
6508
6516
|
|
|
6509
|
-
export function
|
|
6510
|
-
|
|
6511
|
-
|
|
6517
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804ToJSON(
|
|
6518
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804:
|
|
6519
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804,
|
|
6512
6520
|
): string {
|
|
6513
6521
|
return JSON.stringify(
|
|
6514
|
-
|
|
6522
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$outboundSchema
|
|
6515
6523
|
.parse(
|
|
6516
|
-
|
|
6524
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804,
|
|
6517
6525
|
),
|
|
6518
6526
|
);
|
|
6519
6527
|
}
|
|
6520
|
-
export function
|
|
6528
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804FromJSON(
|
|
6521
6529
|
jsonString: string,
|
|
6522
6530
|
): SafeParseResult<
|
|
6523
|
-
|
|
6531
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804,
|
|
6524
6532
|
SDKValidationError
|
|
6525
6533
|
> {
|
|
6526
6534
|
return safeParse(
|
|
6527
6535
|
jsonString,
|
|
6528
6536
|
(x) =>
|
|
6529
|
-
|
|
6537
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$inboundSchema
|
|
6530
6538
|
.parse(JSON.parse(x)),
|
|
6531
|
-
`Failed to parse '
|
|
6539
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804' from JSON`,
|
|
6532
6540
|
);
|
|
6533
6541
|
}
|
|
6534
6542
|
|
|
@@ -6539,19 +6547,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
6539
6547
|
z.ZodTypeDef,
|
|
6540
6548
|
unknown
|
|
6541
6549
|
> = z.object({
|
|
6542
|
-
"__@BRAND@
|
|
6543
|
-
|
|
6550
|
+
"__@BRAND@8804": z.lazy(() =>
|
|
6551
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$inboundSchema
|
|
6544
6552
|
),
|
|
6545
6553
|
}).transform((v) => {
|
|
6546
6554
|
return remap$(v, {
|
|
6547
|
-
"__@BRAND@
|
|
6555
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
6548
6556
|
});
|
|
6549
6557
|
});
|
|
6550
6558
|
/** @internal */
|
|
6551
6559
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
|
|
6552
6560
|
{
|
|
6553
|
-
"__@BRAND@
|
|
6554
|
-
|
|
6561
|
+
"__@BRAND@8804":
|
|
6562
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$Outbound;
|
|
6555
6563
|
};
|
|
6556
6564
|
|
|
6557
6565
|
/** @internal */
|
|
@@ -6561,12 +6569,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
6561
6569
|
z.ZodTypeDef,
|
|
6562
6570
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
|
|
6563
6571
|
> = z.object({
|
|
6564
|
-
|
|
6565
|
-
|
|
6572
|
+
atBRANDAt8804: z.lazy(() =>
|
|
6573
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$outboundSchema
|
|
6566
6574
|
),
|
|
6567
6575
|
}).transform((v) => {
|
|
6568
6576
|
return remap$(v, {
|
|
6569
|
-
|
|
6577
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
6570
6578
|
});
|
|
6571
6579
|
});
|
|
6572
6580
|
|
|
@@ -8103,45 +8111,45 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
|
|
|
8103
8111
|
}
|
|
8104
8112
|
|
|
8105
8113
|
/** @internal */
|
|
8106
|
-
export const
|
|
8114
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$inboundSchema:
|
|
8107
8115
|
z.ZodType<
|
|
8108
|
-
|
|
8116
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804,
|
|
8109
8117
|
z.ZodTypeDef,
|
|
8110
8118
|
unknown
|
|
8111
8119
|
> = z.object({});
|
|
8112
8120
|
/** @internal */
|
|
8113
|
-
export type
|
|
8121
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$Outbound =
|
|
8114
8122
|
{};
|
|
8115
8123
|
|
|
8116
8124
|
/** @internal */
|
|
8117
|
-
export const
|
|
8125
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$outboundSchema:
|
|
8118
8126
|
z.ZodType<
|
|
8119
|
-
|
|
8127
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$Outbound,
|
|
8120
8128
|
z.ZodTypeDef,
|
|
8121
|
-
|
|
8129
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804
|
|
8122
8130
|
> = z.object({});
|
|
8123
8131
|
|
|
8124
|
-
export function
|
|
8125
|
-
|
|
8126
|
-
|
|
8132
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804ToJSON(
|
|
8133
|
+
createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804:
|
|
8134
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804,
|
|
8127
8135
|
): string {
|
|
8128
8136
|
return JSON.stringify(
|
|
8129
|
-
|
|
8130
|
-
.parse(
|
|
8137
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$outboundSchema
|
|
8138
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804),
|
|
8131
8139
|
);
|
|
8132
8140
|
}
|
|
8133
|
-
export function
|
|
8141
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804FromJSON(
|
|
8134
8142
|
jsonString: string,
|
|
8135
8143
|
): SafeParseResult<
|
|
8136
|
-
|
|
8144
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804,
|
|
8137
8145
|
SDKValidationError
|
|
8138
8146
|
> {
|
|
8139
8147
|
return safeParse(
|
|
8140
8148
|
jsonString,
|
|
8141
8149
|
(x) =>
|
|
8142
|
-
|
|
8150
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$inboundSchema
|
|
8143
8151
|
.parse(JSON.parse(x)),
|
|
8144
|
-
`Failed to parse '
|
|
8152
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804' from JSON`,
|
|
8145
8153
|
);
|
|
8146
8154
|
}
|
|
8147
8155
|
|
|
@@ -8152,19 +8160,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
|
|
|
8152
8160
|
z.ZodTypeDef,
|
|
8153
8161
|
unknown
|
|
8154
8162
|
> = z.object({
|
|
8155
|
-
"__@BRAND@
|
|
8156
|
-
|
|
8163
|
+
"__@BRAND@8804": z.lazy(() =>
|
|
8164
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$inboundSchema
|
|
8157
8165
|
),
|
|
8158
8166
|
}).transform((v) => {
|
|
8159
8167
|
return remap$(v, {
|
|
8160
|
-
"__@BRAND@
|
|
8168
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
8161
8169
|
});
|
|
8162
8170
|
});
|
|
8163
8171
|
/** @internal */
|
|
8164
8172
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
|
|
8165
8173
|
{
|
|
8166
|
-
"__@BRAND@
|
|
8167
|
-
|
|
8174
|
+
"__@BRAND@8804":
|
|
8175
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$Outbound;
|
|
8168
8176
|
};
|
|
8169
8177
|
|
|
8170
8178
|
/** @internal */
|
|
@@ -8174,12 +8182,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
|
|
|
8174
8182
|
z.ZodTypeDef,
|
|
8175
8183
|
CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
|
|
8176
8184
|
> = z.object({
|
|
8177
|
-
|
|
8178
|
-
|
|
8185
|
+
atBRANDAt8804: z.lazy(() =>
|
|
8186
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$outboundSchema
|
|
8179
8187
|
),
|
|
8180
8188
|
}).transform((v) => {
|
|
8181
8189
|
return remap$(v, {
|
|
8182
|
-
|
|
8190
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
8183
8191
|
});
|
|
8184
8192
|
});
|
|
8185
8193
|
|
|
@@ -8208,47 +8216,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
8208
8216
|
}
|
|
8209
8217
|
|
|
8210
8218
|
/** @internal */
|
|
8211
|
-
export const
|
|
8219
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$inboundSchema:
|
|
8212
8220
|
z.ZodType<
|
|
8213
|
-
|
|
8221
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804,
|
|
8214
8222
|
z.ZodTypeDef,
|
|
8215
8223
|
unknown
|
|
8216
8224
|
> = z.object({});
|
|
8217
8225
|
/** @internal */
|
|
8218
|
-
export type
|
|
8226
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$Outbound =
|
|
8219
8227
|
{};
|
|
8220
8228
|
|
|
8221
8229
|
/** @internal */
|
|
8222
|
-
export const
|
|
8230
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$outboundSchema:
|
|
8223
8231
|
z.ZodType<
|
|
8224
|
-
|
|
8232
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$Outbound,
|
|
8225
8233
|
z.ZodTypeDef,
|
|
8226
|
-
|
|
8234
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804
|
|
8227
8235
|
> = z.object({});
|
|
8228
8236
|
|
|
8229
|
-
export function
|
|
8230
|
-
|
|
8231
|
-
|
|
8237
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804ToJSON(
|
|
8238
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804:
|
|
8239
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804,
|
|
8232
8240
|
): string {
|
|
8233
8241
|
return JSON.stringify(
|
|
8234
|
-
|
|
8242
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$outboundSchema
|
|
8235
8243
|
.parse(
|
|
8236
|
-
|
|
8244
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804,
|
|
8237
8245
|
),
|
|
8238
8246
|
);
|
|
8239
8247
|
}
|
|
8240
|
-
export function
|
|
8248
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804FromJSON(
|
|
8241
8249
|
jsonString: string,
|
|
8242
8250
|
): SafeParseResult<
|
|
8243
|
-
|
|
8251
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804,
|
|
8244
8252
|
SDKValidationError
|
|
8245
8253
|
> {
|
|
8246
8254
|
return safeParse(
|
|
8247
8255
|
jsonString,
|
|
8248
8256
|
(x) =>
|
|
8249
|
-
|
|
8257
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$inboundSchema
|
|
8250
8258
|
.parse(JSON.parse(x)),
|
|
8251
|
-
`Failed to parse '
|
|
8259
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804' from JSON`,
|
|
8252
8260
|
);
|
|
8253
8261
|
}
|
|
8254
8262
|
|
|
@@ -8259,19 +8267,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
|
|
|
8259
8267
|
z.ZodTypeDef,
|
|
8260
8268
|
unknown
|
|
8261
8269
|
> = z.object({
|
|
8262
|
-
"__@BRAND@
|
|
8263
|
-
|
|
8270
|
+
"__@BRAND@8804": z.lazy(() =>
|
|
8271
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$inboundSchema
|
|
8264
8272
|
),
|
|
8265
8273
|
}).transform((v) => {
|
|
8266
8274
|
return remap$(v, {
|
|
8267
|
-
"__@BRAND@
|
|
8275
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
8268
8276
|
});
|
|
8269
8277
|
});
|
|
8270
8278
|
/** @internal */
|
|
8271
8279
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
|
|
8272
8280
|
{
|
|
8273
|
-
"__@BRAND@
|
|
8274
|
-
|
|
8281
|
+
"__@BRAND@8804":
|
|
8282
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$Outbound;
|
|
8275
8283
|
};
|
|
8276
8284
|
|
|
8277
8285
|
/** @internal */
|
|
@@ -8281,12 +8289,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
|
|
|
8281
8289
|
z.ZodTypeDef,
|
|
8282
8290
|
CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
|
|
8283
8291
|
> = z.object({
|
|
8284
|
-
|
|
8285
|
-
|
|
8292
|
+
atBRANDAt8804: z.lazy(() =>
|
|
8293
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$outboundSchema
|
|
8286
8294
|
),
|
|
8287
8295
|
}).transform((v) => {
|
|
8288
8296
|
return remap$(v, {
|
|
8289
|
-
|
|
8297
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
8290
8298
|
});
|
|
8291
8299
|
});
|
|
8292
8300
|
|
|
@@ -8315,47 +8323,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
8315
8323
|
}
|
|
8316
8324
|
|
|
8317
8325
|
/** @internal */
|
|
8318
|
-
export const
|
|
8326
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$inboundSchema:
|
|
8319
8327
|
z.ZodType<
|
|
8320
|
-
|
|
8328
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804,
|
|
8321
8329
|
z.ZodTypeDef,
|
|
8322
8330
|
unknown
|
|
8323
8331
|
> = z.object({});
|
|
8324
8332
|
/** @internal */
|
|
8325
|
-
export type
|
|
8333
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$Outbound =
|
|
8326
8334
|
{};
|
|
8327
8335
|
|
|
8328
8336
|
/** @internal */
|
|
8329
|
-
export const
|
|
8337
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$outboundSchema:
|
|
8330
8338
|
z.ZodType<
|
|
8331
|
-
|
|
8339
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$Outbound,
|
|
8332
8340
|
z.ZodTypeDef,
|
|
8333
|
-
|
|
8341
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804
|
|
8334
8342
|
> = z.object({});
|
|
8335
8343
|
|
|
8336
|
-
export function
|
|
8337
|
-
|
|
8338
|
-
|
|
8344
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804ToJSON(
|
|
8345
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804:
|
|
8346
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804,
|
|
8339
8347
|
): string {
|
|
8340
8348
|
return JSON.stringify(
|
|
8341
|
-
|
|
8349
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$outboundSchema
|
|
8342
8350
|
.parse(
|
|
8343
|
-
|
|
8351
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804,
|
|
8344
8352
|
),
|
|
8345
8353
|
);
|
|
8346
8354
|
}
|
|
8347
|
-
export function
|
|
8355
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804FromJSON(
|
|
8348
8356
|
jsonString: string,
|
|
8349
8357
|
): SafeParseResult<
|
|
8350
|
-
|
|
8358
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804,
|
|
8351
8359
|
SDKValidationError
|
|
8352
8360
|
> {
|
|
8353
8361
|
return safeParse(
|
|
8354
8362
|
jsonString,
|
|
8355
8363
|
(x) =>
|
|
8356
|
-
|
|
8364
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$inboundSchema
|
|
8357
8365
|
.parse(JSON.parse(x)),
|
|
8358
|
-
`Failed to parse '
|
|
8366
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804' from JSON`,
|
|
8359
8367
|
);
|
|
8360
8368
|
}
|
|
8361
8369
|
|
|
@@ -8366,19 +8374,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
|
|
|
8366
8374
|
z.ZodTypeDef,
|
|
8367
8375
|
unknown
|
|
8368
8376
|
> = z.object({
|
|
8369
|
-
"__@BRAND@
|
|
8370
|
-
|
|
8377
|
+
"__@BRAND@8804": z.lazy(() =>
|
|
8378
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$inboundSchema
|
|
8371
8379
|
),
|
|
8372
8380
|
}).transform((v) => {
|
|
8373
8381
|
return remap$(v, {
|
|
8374
|
-
"__@BRAND@
|
|
8382
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
8375
8383
|
});
|
|
8376
8384
|
});
|
|
8377
8385
|
/** @internal */
|
|
8378
8386
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
|
|
8379
8387
|
{
|
|
8380
|
-
"__@BRAND@
|
|
8381
|
-
|
|
8388
|
+
"__@BRAND@8804":
|
|
8389
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$Outbound;
|
|
8382
8390
|
};
|
|
8383
8391
|
|
|
8384
8392
|
/** @internal */
|
|
@@ -8388,12 +8396,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
|
|
|
8388
8396
|
z.ZodTypeDef,
|
|
8389
8397
|
CreateIntegrationStoreDirectPropertiesIntegrationsPattern
|
|
8390
8398
|
> = z.object({
|
|
8391
|
-
|
|
8392
|
-
|
|
8399
|
+
atBRANDAt8804: z.lazy(() =>
|
|
8400
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$outboundSchema
|
|
8393
8401
|
),
|
|
8394
8402
|
}).transform((v) => {
|
|
8395
8403
|
return remap$(v, {
|
|
8396
|
-
|
|
8404
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
8397
8405
|
});
|
|
8398
8406
|
});
|
|
8399
8407
|
|
|
@@ -11412,47 +11420,47 @@ export const CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema:
|
|
|
11412
11420
|
CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema;
|
|
11413
11421
|
|
|
11414
11422
|
/** @internal */
|
|
11415
|
-
export const
|
|
11423
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$inboundSchema:
|
|
11416
11424
|
z.ZodType<
|
|
11417
|
-
|
|
11425
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804,
|
|
11418
11426
|
z.ZodTypeDef,
|
|
11419
11427
|
unknown
|
|
11420
11428
|
> = z.object({});
|
|
11421
11429
|
/** @internal */
|
|
11422
|
-
export type
|
|
11430
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$Outbound =
|
|
11423
11431
|
{};
|
|
11424
11432
|
|
|
11425
11433
|
/** @internal */
|
|
11426
|
-
export const
|
|
11434
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$outboundSchema:
|
|
11427
11435
|
z.ZodType<
|
|
11428
|
-
|
|
11436
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$Outbound,
|
|
11429
11437
|
z.ZodTypeDef,
|
|
11430
|
-
|
|
11438
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804
|
|
11431
11439
|
> = z.object({});
|
|
11432
11440
|
|
|
11433
|
-
export function
|
|
11434
|
-
|
|
11435
|
-
|
|
11441
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804ToJSON(
|
|
11442
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804:
|
|
11443
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804,
|
|
11436
11444
|
): string {
|
|
11437
11445
|
return JSON.stringify(
|
|
11438
|
-
|
|
11446
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$outboundSchema
|
|
11439
11447
|
.parse(
|
|
11440
|
-
|
|
11448
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804,
|
|
11441
11449
|
),
|
|
11442
11450
|
);
|
|
11443
11451
|
}
|
|
11444
|
-
export function
|
|
11452
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804FromJSON(
|
|
11445
11453
|
jsonString: string,
|
|
11446
11454
|
): SafeParseResult<
|
|
11447
|
-
|
|
11455
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804,
|
|
11448
11456
|
SDKValidationError
|
|
11449
11457
|
> {
|
|
11450
11458
|
return safeParse(
|
|
11451
11459
|
jsonString,
|
|
11452
11460
|
(x) =>
|
|
11453
|
-
|
|
11461
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$inboundSchema
|
|
11454
11462
|
.parse(JSON.parse(x)),
|
|
11455
|
-
`Failed to parse '
|
|
11463
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804' from JSON`,
|
|
11456
11464
|
);
|
|
11457
11465
|
}
|
|
11458
11466
|
|
|
@@ -11463,18 +11471,18 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
|
|
|
11463
11471
|
z.ZodTypeDef,
|
|
11464
11472
|
unknown
|
|
11465
11473
|
> = z.object({
|
|
11466
|
-
"__@BRAND@
|
|
11467
|
-
|
|
11474
|
+
"__@BRAND@8804": z.lazy(() =>
|
|
11475
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$inboundSchema
|
|
11468
11476
|
),
|
|
11469
11477
|
}).transform((v) => {
|
|
11470
11478
|
return remap$(v, {
|
|
11471
|
-
"__@BRAND@
|
|
11479
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
11472
11480
|
});
|
|
11473
11481
|
});
|
|
11474
11482
|
/** @internal */
|
|
11475
11483
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
11476
|
-
"__@BRAND@
|
|
11477
|
-
|
|
11484
|
+
"__@BRAND@8804":
|
|
11485
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$Outbound;
|
|
11478
11486
|
};
|
|
11479
11487
|
|
|
11480
11488
|
/** @internal */
|
|
@@ -11484,12 +11492,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
|
|
|
11484
11492
|
z.ZodTypeDef,
|
|
11485
11493
|
CreateIntegrationStoreDirectPropertiesMaxLength
|
|
11486
11494
|
> = z.object({
|
|
11487
|
-
|
|
11488
|
-
|
|
11495
|
+
atBRANDAt8804: z.lazy(() =>
|
|
11496
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$outboundSchema
|
|
11489
11497
|
),
|
|
11490
11498
|
}).transform((v) => {
|
|
11491
11499
|
return remap$(v, {
|
|
11492
|
-
|
|
11500
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
11493
11501
|
});
|
|
11494
11502
|
});
|
|
11495
11503
|
|
|
@@ -11520,35 +11528,35 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
|
|
|
11520
11528
|
}
|
|
11521
11529
|
|
|
11522
11530
|
/** @internal */
|
|
11523
|
-
export const
|
|
11524
|
-
|
|
11531
|
+
export const PropertiesAtBRANDAt8804$inboundSchema: z.ZodType<
|
|
11532
|
+
PropertiesAtBRANDAt8804,
|
|
11525
11533
|
z.ZodTypeDef,
|
|
11526
11534
|
unknown
|
|
11527
11535
|
> = z.object({});
|
|
11528
11536
|
/** @internal */
|
|
11529
|
-
export type
|
|
11537
|
+
export type PropertiesAtBRANDAt8804$Outbound = {};
|
|
11530
11538
|
|
|
11531
11539
|
/** @internal */
|
|
11532
|
-
export const
|
|
11533
|
-
|
|
11540
|
+
export const PropertiesAtBRANDAt8804$outboundSchema: z.ZodType<
|
|
11541
|
+
PropertiesAtBRANDAt8804$Outbound,
|
|
11534
11542
|
z.ZodTypeDef,
|
|
11535
|
-
|
|
11543
|
+
PropertiesAtBRANDAt8804
|
|
11536
11544
|
> = z.object({});
|
|
11537
11545
|
|
|
11538
|
-
export function
|
|
11539
|
-
|
|
11546
|
+
export function propertiesAtBRANDAt8804ToJSON(
|
|
11547
|
+
propertiesAtBRANDAt8804: PropertiesAtBRANDAt8804,
|
|
11540
11548
|
): string {
|
|
11541
11549
|
return JSON.stringify(
|
|
11542
|
-
|
|
11550
|
+
PropertiesAtBRANDAt8804$outboundSchema.parse(propertiesAtBRANDAt8804),
|
|
11543
11551
|
);
|
|
11544
11552
|
}
|
|
11545
|
-
export function
|
|
11553
|
+
export function propertiesAtBRANDAt8804FromJSON(
|
|
11546
11554
|
jsonString: string,
|
|
11547
|
-
): SafeParseResult<
|
|
11555
|
+
): SafeParseResult<PropertiesAtBRANDAt8804, SDKValidationError> {
|
|
11548
11556
|
return safeParse(
|
|
11549
11557
|
jsonString,
|
|
11550
|
-
(x) =>
|
|
11551
|
-
`Failed to parse '
|
|
11558
|
+
(x) => PropertiesAtBRANDAt8804$inboundSchema.parse(JSON.parse(x)),
|
|
11559
|
+
`Failed to parse 'PropertiesAtBRANDAt8804' from JSON`,
|
|
11552
11560
|
);
|
|
11553
11561
|
}
|
|
11554
11562
|
|
|
@@ -11559,15 +11567,15 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
|
|
|
11559
11567
|
z.ZodTypeDef,
|
|
11560
11568
|
unknown
|
|
11561
11569
|
> = z.object({
|
|
11562
|
-
"__@BRAND@
|
|
11570
|
+
"__@BRAND@8804": z.lazy(() => PropertiesAtBRANDAt8804$inboundSchema),
|
|
11563
11571
|
}).transform((v) => {
|
|
11564
11572
|
return remap$(v, {
|
|
11565
|
-
"__@BRAND@
|
|
11573
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
11566
11574
|
});
|
|
11567
11575
|
});
|
|
11568
11576
|
/** @internal */
|
|
11569
11577
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
11570
|
-
"__@BRAND@
|
|
11578
|
+
"__@BRAND@8804": PropertiesAtBRANDAt8804$Outbound;
|
|
11571
11579
|
};
|
|
11572
11580
|
|
|
11573
11581
|
/** @internal */
|
|
@@ -11577,10 +11585,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
|
|
|
11577
11585
|
z.ZodTypeDef,
|
|
11578
11586
|
CreateIntegrationStoreDirectPropertiesMinLength
|
|
11579
11587
|
> = z.object({
|
|
11580
|
-
|
|
11588
|
+
atBRANDAt8804: z.lazy(() => PropertiesAtBRANDAt8804$outboundSchema),
|
|
11581
11589
|
}).transform((v) => {
|
|
11582
11590
|
return remap$(v, {
|
|
11583
|
-
|
|
11591
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
11584
11592
|
});
|
|
11585
11593
|
});
|
|
11586
11594
|
|
|
@@ -11611,46 +11619,46 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
|
|
|
11611
11619
|
}
|
|
11612
11620
|
|
|
11613
11621
|
/** @internal */
|
|
11614
|
-
export const
|
|
11622
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$inboundSchema:
|
|
11615
11623
|
z.ZodType<
|
|
11616
|
-
|
|
11624
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8804,
|
|
11617
11625
|
z.ZodTypeDef,
|
|
11618
11626
|
unknown
|
|
11619
11627
|
> = z.object({});
|
|
11620
11628
|
/** @internal */
|
|
11621
|
-
export type
|
|
11629
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$Outbound = {};
|
|
11622
11630
|
|
|
11623
11631
|
/** @internal */
|
|
11624
|
-
export const
|
|
11632
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$outboundSchema:
|
|
11625
11633
|
z.ZodType<
|
|
11626
|
-
|
|
11634
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$Outbound,
|
|
11627
11635
|
z.ZodTypeDef,
|
|
11628
|
-
|
|
11636
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8804
|
|
11629
11637
|
> = z.object({});
|
|
11630
11638
|
|
|
11631
|
-
export function
|
|
11632
|
-
|
|
11633
|
-
|
|
11639
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8804ToJSON(
|
|
11640
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8804:
|
|
11641
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8804,
|
|
11634
11642
|
): string {
|
|
11635
11643
|
return JSON.stringify(
|
|
11636
|
-
|
|
11637
|
-
|
|
11644
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$outboundSchema.parse(
|
|
11645
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8804,
|
|
11638
11646
|
),
|
|
11639
11647
|
);
|
|
11640
11648
|
}
|
|
11641
|
-
export function
|
|
11649
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8804FromJSON(
|
|
11642
11650
|
jsonString: string,
|
|
11643
11651
|
): SafeParseResult<
|
|
11644
|
-
|
|
11652
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8804,
|
|
11645
11653
|
SDKValidationError
|
|
11646
11654
|
> {
|
|
11647
11655
|
return safeParse(
|
|
11648
11656
|
jsonString,
|
|
11649
11657
|
(x) =>
|
|
11650
|
-
|
|
11658
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$inboundSchema.parse(
|
|
11651
11659
|
JSON.parse(x),
|
|
11652
11660
|
),
|
|
11653
|
-
`Failed to parse '
|
|
11661
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8804' from JSON`,
|
|
11654
11662
|
);
|
|
11655
11663
|
}
|
|
11656
11664
|
|
|
@@ -11661,17 +11669,17 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
|
|
|
11661
11669
|
z.ZodTypeDef,
|
|
11662
11670
|
unknown
|
|
11663
11671
|
> = z.object({
|
|
11664
|
-
"__@BRAND@
|
|
11665
|
-
|
|
11672
|
+
"__@BRAND@8804": z.lazy(() =>
|
|
11673
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$inboundSchema
|
|
11666
11674
|
),
|
|
11667
11675
|
}).transform((v) => {
|
|
11668
11676
|
return remap$(v, {
|
|
11669
|
-
"__@BRAND@
|
|
11677
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
11670
11678
|
});
|
|
11671
11679
|
});
|
|
11672
11680
|
/** @internal */
|
|
11673
11681
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
11674
|
-
"__@BRAND@
|
|
11682
|
+
"__@BRAND@8804": CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$Outbound;
|
|
11675
11683
|
};
|
|
11676
11684
|
|
|
11677
11685
|
/** @internal */
|
|
@@ -11681,12 +11689,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
|
|
|
11681
11689
|
z.ZodTypeDef,
|
|
11682
11690
|
CreateIntegrationStoreDirectPropertiesPattern
|
|
11683
11691
|
> = z.object({
|
|
11684
|
-
|
|
11685
|
-
|
|
11692
|
+
atBRANDAt8804: z.lazy(() =>
|
|
11693
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$outboundSchema
|
|
11686
11694
|
),
|
|
11687
11695
|
}).transform((v) => {
|
|
11688
11696
|
return remap$(v, {
|
|
11689
|
-
|
|
11697
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
11690
11698
|
});
|
|
11691
11699
|
});
|
|
11692
11700
|
|
|
@@ -12765,31 +12773,31 @@ export function guidesFromJSON(
|
|
|
12765
12773
|
}
|
|
12766
12774
|
|
|
12767
12775
|
/** @internal */
|
|
12768
|
-
export const
|
|
12769
|
-
|
|
12776
|
+
export const AtBRANDAt8804$inboundSchema: z.ZodType<
|
|
12777
|
+
AtBRANDAt8804,
|
|
12770
12778
|
z.ZodTypeDef,
|
|
12771
12779
|
unknown
|
|
12772
12780
|
> = z.object({});
|
|
12773
12781
|
/** @internal */
|
|
12774
|
-
export type
|
|
12782
|
+
export type AtBRANDAt8804$Outbound = {};
|
|
12775
12783
|
|
|
12776
12784
|
/** @internal */
|
|
12777
|
-
export const
|
|
12778
|
-
|
|
12785
|
+
export const AtBRANDAt8804$outboundSchema: z.ZodType<
|
|
12786
|
+
AtBRANDAt8804$Outbound,
|
|
12779
12787
|
z.ZodTypeDef,
|
|
12780
|
-
|
|
12788
|
+
AtBRANDAt8804
|
|
12781
12789
|
> = z.object({});
|
|
12782
12790
|
|
|
12783
|
-
export function
|
|
12784
|
-
return JSON.stringify(
|
|
12791
|
+
export function atBRANDAt8804ToJSON(atBRANDAt8804: AtBRANDAt8804): string {
|
|
12792
|
+
return JSON.stringify(AtBRANDAt8804$outboundSchema.parse(atBRANDAt8804));
|
|
12785
12793
|
}
|
|
12786
|
-
export function
|
|
12794
|
+
export function atBRANDAt8804FromJSON(
|
|
12787
12795
|
jsonString: string,
|
|
12788
|
-
): SafeParseResult<
|
|
12796
|
+
): SafeParseResult<AtBRANDAt8804, SDKValidationError> {
|
|
12789
12797
|
return safeParse(
|
|
12790
12798
|
jsonString,
|
|
12791
|
-
(x) =>
|
|
12792
|
-
`Failed to parse '
|
|
12799
|
+
(x) => AtBRANDAt8804$inboundSchema.parse(JSON.parse(x)),
|
|
12800
|
+
`Failed to parse 'AtBRANDAt8804' from JSON`,
|
|
12793
12801
|
);
|
|
12794
12802
|
}
|
|
12795
12803
|
|
|
@@ -12799,15 +12807,15 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
|
|
|
12799
12807
|
z.ZodTypeDef,
|
|
12800
12808
|
unknown
|
|
12801
12809
|
> = z.object({
|
|
12802
|
-
"__@BRAND@
|
|
12810
|
+
"__@BRAND@8804": z.lazy(() => AtBRANDAt8804$inboundSchema),
|
|
12803
12811
|
}).transform((v) => {
|
|
12804
12812
|
return remap$(v, {
|
|
12805
|
-
"__@BRAND@
|
|
12813
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
12806
12814
|
});
|
|
12807
12815
|
});
|
|
12808
12816
|
/** @internal */
|
|
12809
12817
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
12810
|
-
"__@BRAND@
|
|
12818
|
+
"__@BRAND@8804": AtBRANDAt8804$Outbound;
|
|
12811
12819
|
};
|
|
12812
12820
|
|
|
12813
12821
|
/** @internal */
|
|
@@ -12816,10 +12824,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
|
|
|
12816
12824
|
z.ZodTypeDef,
|
|
12817
12825
|
CreateIntegrationStoreDirectValue
|
|
12818
12826
|
> = z.object({
|
|
12819
|
-
|
|
12827
|
+
atBRANDAt8804: z.lazy(() => AtBRANDAt8804$outboundSchema),
|
|
12820
12828
|
}).transform((v) => {
|
|
12821
12829
|
return remap$(v, {
|
|
12822
|
-
|
|
12830
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
12823
12831
|
});
|
|
12824
12832
|
});
|
|
12825
12833
|
|