@vercel/sdk 1.11.1 → 1.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +45 -52
- package/bin/mcp-server.js +1830 -1660
- package/bin/mcp-server.js.map +36 -36
- package/docs/sdks/integrations/README.md +83 -0
- package/docs/sdks/vercel/README.md +0 -74
- package/esm/__tests__/accessgroups.test.js +1 -3
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +28 -1
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +1 -1
- package/esm/__tests__/vercel.test.js +3 -27
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/deploymentsUploadFile.js +0 -1
- package/esm/funcs/deploymentsUploadFile.js.map +1 -1
- package/esm/funcs/domainsGetDomainTransfer.js +2 -2
- package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
- package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
- package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
- package/esm/models/approverollingreleasestageop.d.ts +15 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +6 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +9 -6
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +3 -2
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +15 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +6 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +12 -6
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +4 -2
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +276 -246
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +318 -296
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +173 -164
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +158 -156
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/getbillingplansop.d.ts +257 -0
- package/esm/models/getbillingplansop.d.ts.map +1 -0
- package/esm/models/getbillingplansop.js +244 -0
- package/esm/models/getbillingplansop.js.map +1 -0
- package/esm/models/getconfigurationproductsop.d.ts +330 -330
- package/esm/models/getconfigurationproductsop.js +408 -408
- package/esm/models/getdeploymentop.d.ts +9 -6
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +3 -2
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getdomaintransferop.d.ts +99 -25
- package/esm/models/getdomaintransferop.d.ts.map +1 -1
- package/esm/models/getdomaintransferop.js +101 -25
- package/esm/models/getdomaintransferop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +8 -2
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +3 -2
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
- package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseconfigop.js +2 -0
- package/esm/models/getrollingreleaseconfigop.js.map +1 -1
- package/esm/models/getrollingreleaseop.d.ts +15 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +6 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +15 -15
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +17 -15
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/patchteamop.d.ts +12 -0
- package/esm/models/patchteamop.d.ts.map +1 -1
- package/esm/models/patchteamop.js +4 -0
- package/esm/models/patchteamop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +8 -2
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +3 -2
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +173 -164
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +158 -156
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
- package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.js +2 -0
- package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
- package/esm/models/uploadfileop.d.ts +0 -5
- package/esm/models/uploadfileop.d.ts.map +1 -1
- package/esm/models/uploadfileop.js +0 -4
- package/esm/models/uploadfileop.js.map +1 -1
- package/esm/models/userevent.d.ts +960 -770
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1102 -974
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/integrations.d.ts +8 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +10 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/sdk.d.ts +1 -3
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +0 -5
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +1 -3
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/integrations.test.ts +32 -1
- package/src/__tests__/rollingrelease.test.ts +1 -1
- package/src/__tests__/vercel.test.ts +4 -33
- package/src/funcs/deploymentsUploadFile.ts +0 -5
- package/src/funcs/domainsGetDomainTransfer.ts +2 -2
- package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -5
- package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
- package/src/models/approverollingreleasestageop.ts +21 -0
- package/src/models/canceldeploymentop.ts +5 -4
- package/src/models/completerollingreleaseop.ts +21 -0
- package/src/models/createdeploymentop.ts +6 -4
- package/src/models/createintegrationstoredirectop.ts +544 -507
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +347 -342
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/getbillingplansop.ts +508 -0
- package/src/models/getconfigurationproductsop.ts +703 -703
- package/src/models/getdeploymentop.ts +5 -4
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getdomaintransferop.ts +203 -39
- package/src/models/getprojectsop.ts +8 -4
- package/src/models/getrollingreleaseconfigop.ts +7 -0
- package/src/models/getrollingreleaseop.ts +21 -0
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +27 -29
- package/src/models/patchteamop.ts +4 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateprojectdatacacheop.ts +8 -4
- package/src/models/updateprojectop.ts +347 -342
- package/src/models/updaterollingreleaseconfigop.ts +7 -0
- package/src/models/uploadfileop.ts +0 -9
- package/src/models/userevent.ts +2219 -1917
- package/src/sdk/integrations.ts +22 -0
- package/src/sdk/sdk.ts +1 -23
- package/vercel-spec.json +1401 -1170
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -14
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
- package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
- package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
|
@@ -55,6 +55,7 @@ export const CreateIntegrationStoreDirectFramework = {
|
|
|
55
55
|
Nitro: "nitro",
|
|
56
56
|
Hono: "hono",
|
|
57
57
|
Express: "express",
|
|
58
|
+
H3: "h3",
|
|
58
59
|
Xmcp: "xmcp",
|
|
59
60
|
};
|
|
60
61
|
export const CreateIntegrationStoreDirectEnvironments = {
|
|
@@ -76,6 +77,11 @@ export const CreateIntegrationStoreDirectStatus = {
|
|
|
76
77
|
Initializing: "initializing",
|
|
77
78
|
Uninstalled: "uninstalled",
|
|
78
79
|
};
|
|
80
|
+
export const CreateIntegrationStoreDirectOwnership = {
|
|
81
|
+
Owned: "owned",
|
|
82
|
+
Linked: "linked",
|
|
83
|
+
Sandbox: "sandbox",
|
|
84
|
+
};
|
|
79
85
|
export const ExternalResourceStatus = {
|
|
80
86
|
Error: "error",
|
|
81
87
|
Suspended: "suspended",
|
|
@@ -264,8 +270,8 @@ export const Tags = {
|
|
|
264
270
|
Redis: "redis",
|
|
265
271
|
Postgres: "postgres",
|
|
266
272
|
Blob: "blob",
|
|
267
|
-
Checks: "checks",
|
|
268
273
|
Experimentation: "experimentation",
|
|
274
|
+
Checks: "checks",
|
|
269
275
|
Storage: "storage",
|
|
270
276
|
Ai: "ai",
|
|
271
277
|
Observability: "observability",
|
|
@@ -317,7 +323,6 @@ export const ProjectConnectionScopes = {
|
|
|
317
323
|
ReadWriteLogDrain: "read-write:log-drain",
|
|
318
324
|
ReadWriteProjectEnvVars: "read-write:project-env-vars",
|
|
319
325
|
ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass",
|
|
320
|
-
ReadWriteTraceDrain: "read-write:trace-drain",
|
|
321
326
|
};
|
|
322
327
|
export const CreateIntegrationStoreDirectIntegrationsResponseType = {
|
|
323
328
|
ConnectToProject: "connect_to_project",
|
|
@@ -628,6 +633,21 @@ export var CreateIntegrationStoreDirectStatus$;
|
|
|
628
633
|
CreateIntegrationStoreDirectStatus$.outboundSchema = CreateIntegrationStoreDirectStatus$outboundSchema;
|
|
629
634
|
})(CreateIntegrationStoreDirectStatus$ || (CreateIntegrationStoreDirectStatus$ = {}));
|
|
630
635
|
/** @internal */
|
|
636
|
+
export const CreateIntegrationStoreDirectOwnership$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectOwnership);
|
|
637
|
+
/** @internal */
|
|
638
|
+
export const CreateIntegrationStoreDirectOwnership$outboundSchema = CreateIntegrationStoreDirectOwnership$inboundSchema;
|
|
639
|
+
/**
|
|
640
|
+
* @internal
|
|
641
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
642
|
+
*/
|
|
643
|
+
export var CreateIntegrationStoreDirectOwnership$;
|
|
644
|
+
(function (CreateIntegrationStoreDirectOwnership$) {
|
|
645
|
+
/** @deprecated use `CreateIntegrationStoreDirectOwnership$inboundSchema` instead. */
|
|
646
|
+
CreateIntegrationStoreDirectOwnership$.inboundSchema = CreateIntegrationStoreDirectOwnership$inboundSchema;
|
|
647
|
+
/** @deprecated use `CreateIntegrationStoreDirectOwnership$outboundSchema` instead. */
|
|
648
|
+
CreateIntegrationStoreDirectOwnership$.outboundSchema = CreateIntegrationStoreDirectOwnership$outboundSchema;
|
|
649
|
+
})(CreateIntegrationStoreDirectOwnership$ || (CreateIntegrationStoreDirectOwnership$ = {}));
|
|
650
|
+
/** @internal */
|
|
631
651
|
export const CreateIntegrationStoreDirectMetadata$inboundSchema = z.union([
|
|
632
652
|
z.string(),
|
|
633
653
|
z.number(),
|
|
@@ -692,42 +712,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
|
|
|
692
712
|
CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
|
|
693
713
|
})(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
|
|
694
714
|
/** @internal */
|
|
695
|
-
export const
|
|
715
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema = z.object({});
|
|
696
716
|
/** @internal */
|
|
697
|
-
export const
|
|
717
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema = z.object({});
|
|
698
718
|
/**
|
|
699
719
|
* @internal
|
|
700
720
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
701
721
|
*/
|
|
702
|
-
export var
|
|
703
|
-
(function (
|
|
704
|
-
/** @deprecated use `
|
|
705
|
-
|
|
706
|
-
/** @deprecated use `
|
|
707
|
-
|
|
708
|
-
})(
|
|
709
|
-
export function
|
|
710
|
-
return JSON.stringify(
|
|
711
|
-
.parse(
|
|
722
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$;
|
|
723
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$) {
|
|
724
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema` instead. */
|
|
725
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema;
|
|
726
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema` instead. */
|
|
727
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema;
|
|
728
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$ = {}));
|
|
729
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823) {
|
|
730
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema
|
|
731
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823));
|
|
712
732
|
}
|
|
713
|
-
export function
|
|
714
|
-
return safeParse(jsonString, (x) =>
|
|
715
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
733
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823FromJSON(jsonString) {
|
|
734
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema
|
|
735
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823' from JSON`);
|
|
716
736
|
}
|
|
717
737
|
/** @internal */
|
|
718
738
|
export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
|
|
719
|
-
"__@BRAND@
|
|
739
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema),
|
|
720
740
|
}).transform((v) => {
|
|
721
741
|
return remap$(v, {
|
|
722
|
-
"__@BRAND@
|
|
742
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
723
743
|
});
|
|
724
744
|
});
|
|
725
745
|
/** @internal */
|
|
726
746
|
export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
|
|
727
|
-
|
|
747
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema),
|
|
728
748
|
}).transform((v) => {
|
|
729
749
|
return remap$(v, {
|
|
730
|
-
|
|
750
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
731
751
|
});
|
|
732
752
|
});
|
|
733
753
|
/**
|
|
@@ -961,40 +981,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
961
981
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
|
|
962
982
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
|
|
963
983
|
/** @internal */
|
|
964
|
-
export const
|
|
984
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema = z.object({});
|
|
965
985
|
/** @internal */
|
|
966
|
-
export const
|
|
986
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema = z.object({});
|
|
967
987
|
/**
|
|
968
988
|
* @internal
|
|
969
989
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
970
990
|
*/
|
|
971
|
-
export var
|
|
972
|
-
(function (
|
|
973
|
-
/** @deprecated use `
|
|
974
|
-
|
|
975
|
-
/** @deprecated use `
|
|
976
|
-
|
|
977
|
-
})(
|
|
978
|
-
export function
|
|
979
|
-
return JSON.stringify(
|
|
991
|
+
export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$;
|
|
992
|
+
(function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$) {
|
|
993
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema` instead. */
|
|
994
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema;
|
|
995
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema` instead. */
|
|
996
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema;
|
|
997
|
+
})(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$ = {}));
|
|
998
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt7823ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7823) {
|
|
999
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt7823));
|
|
980
1000
|
}
|
|
981
|
-
export function
|
|
982
|
-
return safeParse(jsonString, (x) =>
|
|
1001
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt7823FromJSON(jsonString) {
|
|
1002
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823' from JSON`);
|
|
983
1003
|
}
|
|
984
1004
|
/** @internal */
|
|
985
1005
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
|
|
986
|
-
"__@BRAND@
|
|
1006
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema),
|
|
987
1007
|
}).transform((v) => {
|
|
988
1008
|
return remap$(v, {
|
|
989
|
-
"__@BRAND@
|
|
1009
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
990
1010
|
});
|
|
991
1011
|
});
|
|
992
1012
|
/** @internal */
|
|
993
1013
|
export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
|
|
994
|
-
|
|
1014
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema),
|
|
995
1015
|
}).transform((v) => {
|
|
996
1016
|
return remap$(v, {
|
|
997
|
-
|
|
1017
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
998
1018
|
});
|
|
999
1019
|
});
|
|
1000
1020
|
/**
|
|
@@ -1206,40 +1226,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
|
|
|
1206
1226
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
|
|
1207
1227
|
}
|
|
1208
1228
|
/** @internal */
|
|
1209
|
-
export const
|
|
1229
|
+
export const UiOptionsAtBRANDAt7823$inboundSchema = z.object({});
|
|
1210
1230
|
/** @internal */
|
|
1211
|
-
export const
|
|
1231
|
+
export const UiOptionsAtBRANDAt7823$outboundSchema = z.object({});
|
|
1212
1232
|
/**
|
|
1213
1233
|
* @internal
|
|
1214
1234
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1215
1235
|
*/
|
|
1216
|
-
export var
|
|
1217
|
-
(function (
|
|
1218
|
-
/** @deprecated use `
|
|
1219
|
-
|
|
1220
|
-
/** @deprecated use `
|
|
1221
|
-
|
|
1222
|
-
})(
|
|
1223
|
-
export function
|
|
1224
|
-
return JSON.stringify(
|
|
1236
|
+
export var UiOptionsAtBRANDAt7823$;
|
|
1237
|
+
(function (UiOptionsAtBRANDAt7823$) {
|
|
1238
|
+
/** @deprecated use `UiOptionsAtBRANDAt7823$inboundSchema` instead. */
|
|
1239
|
+
UiOptionsAtBRANDAt7823$.inboundSchema = UiOptionsAtBRANDAt7823$inboundSchema;
|
|
1240
|
+
/** @deprecated use `UiOptionsAtBRANDAt7823$outboundSchema` instead. */
|
|
1241
|
+
UiOptionsAtBRANDAt7823$.outboundSchema = UiOptionsAtBRANDAt7823$outboundSchema;
|
|
1242
|
+
})(UiOptionsAtBRANDAt7823$ || (UiOptionsAtBRANDAt7823$ = {}));
|
|
1243
|
+
export function uiOptionsAtBRANDAt7823ToJSON(uiOptionsAtBRANDAt7823) {
|
|
1244
|
+
return JSON.stringify(UiOptionsAtBRANDAt7823$outboundSchema.parse(uiOptionsAtBRANDAt7823));
|
|
1225
1245
|
}
|
|
1226
|
-
export function
|
|
1227
|
-
return safeParse(jsonString, (x) =>
|
|
1246
|
+
export function uiOptionsAtBRANDAt7823FromJSON(jsonString) {
|
|
1247
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt7823' from JSON`);
|
|
1228
1248
|
}
|
|
1229
1249
|
/** @internal */
|
|
1230
1250
|
export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
|
|
1231
|
-
"__@BRAND@
|
|
1251
|
+
"__@BRAND@7823": z.lazy(() => UiOptionsAtBRANDAt7823$inboundSchema),
|
|
1232
1252
|
}).transform((v) => {
|
|
1233
1253
|
return remap$(v, {
|
|
1234
|
-
"__@BRAND@
|
|
1254
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
1235
1255
|
});
|
|
1236
1256
|
});
|
|
1237
1257
|
/** @internal */
|
|
1238
1258
|
export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
|
|
1239
|
-
|
|
1259
|
+
atBRANDAt7823: z.lazy(() => UiOptionsAtBRANDAt7823$outboundSchema),
|
|
1240
1260
|
}).transform((v) => {
|
|
1241
1261
|
return remap$(v, {
|
|
1242
|
-
|
|
1262
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
1243
1263
|
});
|
|
1244
1264
|
});
|
|
1245
1265
|
/**
|
|
@@ -1480,42 +1500,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
1480
1500
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
|
|
1481
1501
|
}
|
|
1482
1502
|
/** @internal */
|
|
1483
|
-
export const
|
|
1503
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema = z.object({});
|
|
1484
1504
|
/** @internal */
|
|
1485
|
-
export const
|
|
1505
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema = z.object({});
|
|
1486
1506
|
/**
|
|
1487
1507
|
* @internal
|
|
1488
1508
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1489
1509
|
*/
|
|
1490
|
-
export var
|
|
1491
|
-
(function (
|
|
1492
|
-
/** @deprecated use `
|
|
1493
|
-
|
|
1494
|
-
/** @deprecated use `
|
|
1495
|
-
|
|
1496
|
-
})(
|
|
1497
|
-
export function
|
|
1498
|
-
return JSON.stringify(
|
|
1499
|
-
.parse(
|
|
1510
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$;
|
|
1511
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$) {
|
|
1512
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema` instead. */
|
|
1513
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema;
|
|
1514
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema` instead. */
|
|
1515
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema;
|
|
1516
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$ = {}));
|
|
1517
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823) {
|
|
1518
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema
|
|
1519
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823));
|
|
1500
1520
|
}
|
|
1501
|
-
export function
|
|
1502
|
-
return safeParse(jsonString, (x) =>
|
|
1503
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1521
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823FromJSON(jsonString) {
|
|
1522
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema
|
|
1523
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823' from JSON`);
|
|
1504
1524
|
}
|
|
1505
1525
|
/** @internal */
|
|
1506
1526
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
1507
|
-
"__@BRAND@
|
|
1527
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema),
|
|
1508
1528
|
}).transform((v) => {
|
|
1509
1529
|
return remap$(v, {
|
|
1510
|
-
"__@BRAND@
|
|
1530
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
1511
1531
|
});
|
|
1512
1532
|
});
|
|
1513
1533
|
/** @internal */
|
|
1514
1534
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
1515
|
-
|
|
1535
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema),
|
|
1516
1536
|
}).transform((v) => {
|
|
1517
1537
|
return remap$(v, {
|
|
1518
|
-
|
|
1538
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
1519
1539
|
});
|
|
1520
1540
|
});
|
|
1521
1541
|
/**
|
|
@@ -1538,42 +1558,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
1538
1558
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
1539
1559
|
}
|
|
1540
1560
|
/** @internal */
|
|
1541
|
-
export const
|
|
1561
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema = z.object({});
|
|
1542
1562
|
/** @internal */
|
|
1543
|
-
export const
|
|
1563
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema = z.object({});
|
|
1544
1564
|
/**
|
|
1545
1565
|
* @internal
|
|
1546
1566
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1547
1567
|
*/
|
|
1548
|
-
export var
|
|
1549
|
-
(function (
|
|
1550
|
-
/** @deprecated use `
|
|
1551
|
-
|
|
1552
|
-
/** @deprecated use `
|
|
1553
|
-
|
|
1554
|
-
})(
|
|
1555
|
-
export function
|
|
1556
|
-
return JSON.stringify(
|
|
1557
|
-
.parse(
|
|
1568
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$;
|
|
1569
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$) {
|
|
1570
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema` instead. */
|
|
1571
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema;
|
|
1572
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema` instead. */
|
|
1573
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema;
|
|
1574
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$ = {}));
|
|
1575
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823) {
|
|
1576
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema
|
|
1577
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823));
|
|
1558
1578
|
}
|
|
1559
|
-
export function
|
|
1560
|
-
return safeParse(jsonString, (x) =>
|
|
1561
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1579
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823FromJSON(jsonString) {
|
|
1580
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema
|
|
1581
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823' from JSON`);
|
|
1562
1582
|
}
|
|
1563
1583
|
/** @internal */
|
|
1564
1584
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
1565
|
-
"__@BRAND@
|
|
1585
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema),
|
|
1566
1586
|
}).transform((v) => {
|
|
1567
1587
|
return remap$(v, {
|
|
1568
|
-
"__@BRAND@
|
|
1588
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
1569
1589
|
});
|
|
1570
1590
|
});
|
|
1571
1591
|
/** @internal */
|
|
1572
1592
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
1573
|
-
|
|
1593
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema),
|
|
1574
1594
|
}).transform((v) => {
|
|
1575
1595
|
return remap$(v, {
|
|
1576
|
-
|
|
1596
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
1577
1597
|
});
|
|
1578
1598
|
});
|
|
1579
1599
|
/**
|
|
@@ -1596,42 +1616,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
1596
1616
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
1597
1617
|
}
|
|
1598
1618
|
/** @internal */
|
|
1599
|
-
export const
|
|
1619
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema = z.object({});
|
|
1600
1620
|
/** @internal */
|
|
1601
|
-
export const
|
|
1621
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema = z.object({});
|
|
1602
1622
|
/**
|
|
1603
1623
|
* @internal
|
|
1604
1624
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1605
1625
|
*/
|
|
1606
|
-
export var
|
|
1607
|
-
(function (
|
|
1608
|
-
/** @deprecated use `
|
|
1609
|
-
|
|
1610
|
-
/** @deprecated use `
|
|
1611
|
-
|
|
1612
|
-
})(
|
|
1613
|
-
export function
|
|
1614
|
-
return JSON.stringify(
|
|
1615
|
-
.parse(
|
|
1626
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$;
|
|
1627
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$) {
|
|
1628
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema` instead. */
|
|
1629
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema;
|
|
1630
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema` instead. */
|
|
1631
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema;
|
|
1632
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$ = {}));
|
|
1633
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823) {
|
|
1634
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema
|
|
1635
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823));
|
|
1616
1636
|
}
|
|
1617
|
-
export function
|
|
1618
|
-
return safeParse(jsonString, (x) =>
|
|
1619
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1637
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823FromJSON(jsonString) {
|
|
1638
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema
|
|
1639
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823' from JSON`);
|
|
1620
1640
|
}
|
|
1621
1641
|
/** @internal */
|
|
1622
1642
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
1623
|
-
"__@BRAND@
|
|
1643
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema),
|
|
1624
1644
|
}).transform((v) => {
|
|
1625
1645
|
return remap$(v, {
|
|
1626
|
-
"__@BRAND@
|
|
1646
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
1627
1647
|
});
|
|
1628
1648
|
});
|
|
1629
1649
|
/** @internal */
|
|
1630
1650
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
1631
|
-
|
|
1651
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema),
|
|
1632
1652
|
}).transform((v) => {
|
|
1633
1653
|
return remap$(v, {
|
|
1634
|
-
|
|
1654
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
1635
1655
|
});
|
|
1636
1656
|
});
|
|
1637
1657
|
/**
|
|
@@ -2103,42 +2123,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
2103
2123
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema;
|
|
2104
2124
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ = {}));
|
|
2105
2125
|
/** @internal */
|
|
2106
|
-
export const
|
|
2126
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema = z.object({});
|
|
2107
2127
|
/** @internal */
|
|
2108
|
-
export const
|
|
2128
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema = z.object({});
|
|
2109
2129
|
/**
|
|
2110
2130
|
* @internal
|
|
2111
2131
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2112
2132
|
*/
|
|
2113
|
-
export var
|
|
2114
|
-
(function (
|
|
2115
|
-
/** @deprecated use `
|
|
2116
|
-
|
|
2117
|
-
/** @deprecated use `
|
|
2118
|
-
|
|
2119
|
-
})(
|
|
2120
|
-
export function
|
|
2121
|
-
return JSON.stringify(
|
|
2122
|
-
.parse(
|
|
2133
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$;
|
|
2134
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$) {
|
|
2135
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema` instead. */
|
|
2136
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema;
|
|
2137
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema` instead. */
|
|
2138
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema;
|
|
2139
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$ = {}));
|
|
2140
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823) {
|
|
2141
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema
|
|
2142
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823));
|
|
2123
2143
|
}
|
|
2124
|
-
export function
|
|
2125
|
-
return safeParse(jsonString, (x) =>
|
|
2126
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2144
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823FromJSON(jsonString) {
|
|
2145
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema
|
|
2146
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823' from JSON`);
|
|
2127
2147
|
}
|
|
2128
2148
|
/** @internal */
|
|
2129
2149
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
|
|
2130
|
-
"__@BRAND@
|
|
2150
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema),
|
|
2131
2151
|
}).transform((v) => {
|
|
2132
2152
|
return remap$(v, {
|
|
2133
|
-
"__@BRAND@
|
|
2153
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
2134
2154
|
});
|
|
2135
2155
|
});
|
|
2136
2156
|
/** @internal */
|
|
2137
2157
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
|
|
2138
|
-
|
|
2158
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema),
|
|
2139
2159
|
}).transform((v) => {
|
|
2140
2160
|
return remap$(v, {
|
|
2141
|
-
|
|
2161
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
2142
2162
|
});
|
|
2143
2163
|
});
|
|
2144
2164
|
/**
|
|
@@ -2161,42 +2181,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
2161
2181
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
|
|
2162
2182
|
}
|
|
2163
2183
|
/** @internal */
|
|
2164
|
-
export const
|
|
2184
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema = z.object({});
|
|
2165
2185
|
/** @internal */
|
|
2166
|
-
export const
|
|
2186
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema = z.object({});
|
|
2167
2187
|
/**
|
|
2168
2188
|
* @internal
|
|
2169
2189
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2170
2190
|
*/
|
|
2171
|
-
export var
|
|
2172
|
-
(function (
|
|
2173
|
-
/** @deprecated use `
|
|
2174
|
-
|
|
2175
|
-
/** @deprecated use `
|
|
2176
|
-
|
|
2177
|
-
})(
|
|
2178
|
-
export function
|
|
2179
|
-
return JSON.stringify(
|
|
2180
|
-
.parse(
|
|
2191
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$;
|
|
2192
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$) {
|
|
2193
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema` instead. */
|
|
2194
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema;
|
|
2195
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema` instead. */
|
|
2196
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema;
|
|
2197
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$ = {}));
|
|
2198
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823) {
|
|
2199
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema
|
|
2200
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823));
|
|
2181
2201
|
}
|
|
2182
|
-
export function
|
|
2183
|
-
return safeParse(jsonString, (x) =>
|
|
2184
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2202
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823FromJSON(jsonString) {
|
|
2203
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema
|
|
2204
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823' from JSON`);
|
|
2185
2205
|
}
|
|
2186
2206
|
/** @internal */
|
|
2187
2207
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
|
|
2188
|
-
"__@BRAND@
|
|
2208
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema),
|
|
2189
2209
|
}).transform((v) => {
|
|
2190
2210
|
return remap$(v, {
|
|
2191
|
-
"__@BRAND@
|
|
2211
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
2192
2212
|
});
|
|
2193
2213
|
});
|
|
2194
2214
|
/** @internal */
|
|
2195
2215
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
|
|
2196
|
-
|
|
2216
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema),
|
|
2197
2217
|
}).transform((v) => {
|
|
2198
2218
|
return remap$(v, {
|
|
2199
|
-
|
|
2219
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
2200
2220
|
});
|
|
2201
2221
|
});
|
|
2202
2222
|
/**
|
|
@@ -2219,42 +2239,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
2219
2239
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
|
|
2220
2240
|
}
|
|
2221
2241
|
/** @internal */
|
|
2222
|
-
export const
|
|
2242
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema = z.object({});
|
|
2223
2243
|
/** @internal */
|
|
2224
|
-
export const
|
|
2244
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema = z.object({});
|
|
2225
2245
|
/**
|
|
2226
2246
|
* @internal
|
|
2227
2247
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2228
2248
|
*/
|
|
2229
|
-
export var
|
|
2230
|
-
(function (
|
|
2231
|
-
/** @deprecated use `
|
|
2232
|
-
|
|
2233
|
-
/** @deprecated use `
|
|
2234
|
-
|
|
2235
|
-
})(
|
|
2236
|
-
export function
|
|
2237
|
-
return JSON.stringify(
|
|
2238
|
-
.parse(
|
|
2249
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$;
|
|
2250
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$) {
|
|
2251
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema` instead. */
|
|
2252
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema;
|
|
2253
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema` instead. */
|
|
2254
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema;
|
|
2255
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$ = {}));
|
|
2256
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823) {
|
|
2257
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema
|
|
2258
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823));
|
|
2239
2259
|
}
|
|
2240
|
-
export function
|
|
2241
|
-
return safeParse(jsonString, (x) =>
|
|
2242
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2260
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823FromJSON(jsonString) {
|
|
2261
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema
|
|
2262
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823' from JSON`);
|
|
2243
2263
|
}
|
|
2244
2264
|
/** @internal */
|
|
2245
2265
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
|
|
2246
|
-
"__@BRAND@
|
|
2266
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema),
|
|
2247
2267
|
}).transform((v) => {
|
|
2248
2268
|
return remap$(v, {
|
|
2249
|
-
"__@BRAND@
|
|
2269
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
2250
2270
|
});
|
|
2251
2271
|
});
|
|
2252
2272
|
/** @internal */
|
|
2253
2273
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
|
|
2254
|
-
|
|
2274
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema),
|
|
2255
2275
|
}).transform((v) => {
|
|
2256
2276
|
return remap$(v, {
|
|
2257
|
-
|
|
2277
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
2258
2278
|
});
|
|
2259
2279
|
});
|
|
2260
2280
|
/**
|
|
@@ -3158,42 +3178,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
|
|
|
3158
3178
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
|
|
3159
3179
|
}
|
|
3160
3180
|
/** @internal */
|
|
3161
|
-
export const
|
|
3181
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema = z.object({});
|
|
3162
3182
|
/** @internal */
|
|
3163
|
-
export const
|
|
3183
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema = z.object({});
|
|
3164
3184
|
/**
|
|
3165
3185
|
* @internal
|
|
3166
3186
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3167
3187
|
*/
|
|
3168
|
-
export var
|
|
3169
|
-
(function (
|
|
3170
|
-
/** @deprecated use `
|
|
3171
|
-
|
|
3172
|
-
/** @deprecated use `
|
|
3173
|
-
|
|
3174
|
-
})(
|
|
3175
|
-
export function
|
|
3176
|
-
return JSON.stringify(
|
|
3177
|
-
.parse(
|
|
3188
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$;
|
|
3189
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$) {
|
|
3190
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema` instead. */
|
|
3191
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema;
|
|
3192
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema` instead. */
|
|
3193
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema;
|
|
3194
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$ = {}));
|
|
3195
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823) {
|
|
3196
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema
|
|
3197
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823));
|
|
3178
3198
|
}
|
|
3179
|
-
export function
|
|
3180
|
-
return safeParse(jsonString, (x) =>
|
|
3181
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3199
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823FromJSON(jsonString) {
|
|
3200
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema
|
|
3201
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823' from JSON`);
|
|
3182
3202
|
}
|
|
3183
3203
|
/** @internal */
|
|
3184
3204
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
3185
|
-
"__@BRAND@
|
|
3205
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema),
|
|
3186
3206
|
}).transform((v) => {
|
|
3187
3207
|
return remap$(v, {
|
|
3188
|
-
"__@BRAND@
|
|
3208
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
3189
3209
|
});
|
|
3190
3210
|
});
|
|
3191
3211
|
/** @internal */
|
|
3192
3212
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
3193
|
-
|
|
3213
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema),
|
|
3194
3214
|
}).transform((v) => {
|
|
3195
3215
|
return remap$(v, {
|
|
3196
|
-
|
|
3216
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
3197
3217
|
});
|
|
3198
3218
|
});
|
|
3199
3219
|
/**
|
|
@@ -3216,42 +3236,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
3216
3236
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
|
|
3217
3237
|
}
|
|
3218
3238
|
/** @internal */
|
|
3219
|
-
export const
|
|
3239
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema = z.object({});
|
|
3220
3240
|
/** @internal */
|
|
3221
|
-
export const
|
|
3241
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema = z.object({});
|
|
3222
3242
|
/**
|
|
3223
3243
|
* @internal
|
|
3224
3244
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3225
3245
|
*/
|
|
3226
|
-
export var
|
|
3227
|
-
(function (
|
|
3228
|
-
/** @deprecated use `
|
|
3229
|
-
|
|
3230
|
-
/** @deprecated use `
|
|
3231
|
-
|
|
3232
|
-
})(
|
|
3233
|
-
export function
|
|
3234
|
-
return JSON.stringify(
|
|
3235
|
-
.parse(
|
|
3246
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$;
|
|
3247
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$) {
|
|
3248
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema` instead. */
|
|
3249
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema;
|
|
3250
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema` instead. */
|
|
3251
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema;
|
|
3252
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$ = {}));
|
|
3253
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823) {
|
|
3254
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema
|
|
3255
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823));
|
|
3236
3256
|
}
|
|
3237
|
-
export function
|
|
3238
|
-
return safeParse(jsonString, (x) =>
|
|
3239
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3257
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823FromJSON(jsonString) {
|
|
3258
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema
|
|
3259
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823' from JSON`);
|
|
3240
3260
|
}
|
|
3241
3261
|
/** @internal */
|
|
3242
3262
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
3243
|
-
"__@BRAND@
|
|
3263
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema),
|
|
3244
3264
|
}).transform((v) => {
|
|
3245
3265
|
return remap$(v, {
|
|
3246
|
-
"__@BRAND@
|
|
3266
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
3247
3267
|
});
|
|
3248
3268
|
});
|
|
3249
3269
|
/** @internal */
|
|
3250
3270
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
3251
|
-
|
|
3271
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema),
|
|
3252
3272
|
}).transform((v) => {
|
|
3253
3273
|
return remap$(v, {
|
|
3254
|
-
|
|
3274
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
3255
3275
|
});
|
|
3256
3276
|
});
|
|
3257
3277
|
/**
|
|
@@ -3274,42 +3294,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
3274
3294
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
|
|
3275
3295
|
}
|
|
3276
3296
|
/** @internal */
|
|
3277
|
-
export const
|
|
3297
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema = z.object({});
|
|
3278
3298
|
/** @internal */
|
|
3279
|
-
export const
|
|
3299
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema = z.object({});
|
|
3280
3300
|
/**
|
|
3281
3301
|
* @internal
|
|
3282
3302
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3283
3303
|
*/
|
|
3284
|
-
export var
|
|
3285
|
-
(function (
|
|
3286
|
-
/** @deprecated use `
|
|
3287
|
-
|
|
3288
|
-
/** @deprecated use `
|
|
3289
|
-
|
|
3290
|
-
})(
|
|
3291
|
-
export function
|
|
3292
|
-
return JSON.stringify(
|
|
3293
|
-
.parse(
|
|
3304
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$;
|
|
3305
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$) {
|
|
3306
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema` instead. */
|
|
3307
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema;
|
|
3308
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema` instead. */
|
|
3309
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema;
|
|
3310
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$ = {}));
|
|
3311
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823) {
|
|
3312
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema
|
|
3313
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823));
|
|
3294
3314
|
}
|
|
3295
|
-
export function
|
|
3296
|
-
return safeParse(jsonString, (x) =>
|
|
3297
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3315
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823FromJSON(jsonString) {
|
|
3316
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema
|
|
3317
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823' from JSON`);
|
|
3298
3318
|
}
|
|
3299
3319
|
/** @internal */
|
|
3300
3320
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
3301
|
-
"__@BRAND@
|
|
3321
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema),
|
|
3302
3322
|
}).transform((v) => {
|
|
3303
3323
|
return remap$(v, {
|
|
3304
|
-
"__@BRAND@
|
|
3324
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
3305
3325
|
});
|
|
3306
3326
|
});
|
|
3307
3327
|
/** @internal */
|
|
3308
3328
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
3309
|
-
|
|
3329
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema),
|
|
3310
3330
|
}).transform((v) => {
|
|
3311
3331
|
return remap$(v, {
|
|
3312
|
-
|
|
3332
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
3313
3333
|
});
|
|
3314
3334
|
});
|
|
3315
3335
|
/**
|
|
@@ -5118,42 +5138,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
|
|
|
5118
5138
|
CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
|
|
5119
5139
|
})(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
|
|
5120
5140
|
/** @internal */
|
|
5121
|
-
export const
|
|
5141
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema = z.object({});
|
|
5122
5142
|
/** @internal */
|
|
5123
|
-
export const
|
|
5143
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema = z.object({});
|
|
5124
5144
|
/**
|
|
5125
5145
|
* @internal
|
|
5126
5146
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5127
5147
|
*/
|
|
5128
|
-
export var
|
|
5129
|
-
(function (
|
|
5130
|
-
/** @deprecated use `
|
|
5131
|
-
|
|
5132
|
-
/** @deprecated use `
|
|
5133
|
-
|
|
5134
|
-
})(
|
|
5135
|
-
export function
|
|
5136
|
-
return JSON.stringify(
|
|
5137
|
-
.parse(
|
|
5148
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$;
|
|
5149
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$) {
|
|
5150
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema` instead. */
|
|
5151
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema;
|
|
5152
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema` instead. */
|
|
5153
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema;
|
|
5154
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$ = {}));
|
|
5155
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823) {
|
|
5156
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema
|
|
5157
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823));
|
|
5138
5158
|
}
|
|
5139
|
-
export function
|
|
5140
|
-
return safeParse(jsonString, (x) =>
|
|
5141
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
5159
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823FromJSON(jsonString) {
|
|
5160
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema
|
|
5161
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823' from JSON`);
|
|
5142
5162
|
}
|
|
5143
5163
|
/** @internal */
|
|
5144
5164
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
|
|
5145
|
-
"__@BRAND@
|
|
5165
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema),
|
|
5146
5166
|
}).transform((v) => {
|
|
5147
5167
|
return remap$(v, {
|
|
5148
|
-
"__@BRAND@
|
|
5168
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
5149
5169
|
});
|
|
5150
5170
|
});
|
|
5151
5171
|
/** @internal */
|
|
5152
5172
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
|
|
5153
|
-
|
|
5173
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema),
|
|
5154
5174
|
}).transform((v) => {
|
|
5155
5175
|
return remap$(v, {
|
|
5156
|
-
|
|
5176
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
5157
5177
|
});
|
|
5158
5178
|
});
|
|
5159
5179
|
/**
|
|
@@ -5174,40 +5194,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
|
|
|
5174
5194
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
|
|
5175
5195
|
}
|
|
5176
5196
|
/** @internal */
|
|
5177
|
-
export const
|
|
5197
|
+
export const PropertiesAtBRANDAt7823$inboundSchema = z.object({});
|
|
5178
5198
|
/** @internal */
|
|
5179
|
-
export const
|
|
5199
|
+
export const PropertiesAtBRANDAt7823$outboundSchema = z.object({});
|
|
5180
5200
|
/**
|
|
5181
5201
|
* @internal
|
|
5182
5202
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5183
5203
|
*/
|
|
5184
|
-
export var
|
|
5185
|
-
(function (
|
|
5186
|
-
/** @deprecated use `
|
|
5187
|
-
|
|
5188
|
-
/** @deprecated use `
|
|
5189
|
-
|
|
5190
|
-
})(
|
|
5191
|
-
export function
|
|
5192
|
-
return JSON.stringify(
|
|
5204
|
+
export var PropertiesAtBRANDAt7823$;
|
|
5205
|
+
(function (PropertiesAtBRANDAt7823$) {
|
|
5206
|
+
/** @deprecated use `PropertiesAtBRANDAt7823$inboundSchema` instead. */
|
|
5207
|
+
PropertiesAtBRANDAt7823$.inboundSchema = PropertiesAtBRANDAt7823$inboundSchema;
|
|
5208
|
+
/** @deprecated use `PropertiesAtBRANDAt7823$outboundSchema` instead. */
|
|
5209
|
+
PropertiesAtBRANDAt7823$.outboundSchema = PropertiesAtBRANDAt7823$outboundSchema;
|
|
5210
|
+
})(PropertiesAtBRANDAt7823$ || (PropertiesAtBRANDAt7823$ = {}));
|
|
5211
|
+
export function propertiesAtBRANDAt7823ToJSON(propertiesAtBRANDAt7823) {
|
|
5212
|
+
return JSON.stringify(PropertiesAtBRANDAt7823$outboundSchema.parse(propertiesAtBRANDAt7823));
|
|
5193
5213
|
}
|
|
5194
|
-
export function
|
|
5195
|
-
return safeParse(jsonString, (x) =>
|
|
5214
|
+
export function propertiesAtBRANDAt7823FromJSON(jsonString) {
|
|
5215
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt7823' from JSON`);
|
|
5196
5216
|
}
|
|
5197
5217
|
/** @internal */
|
|
5198
5218
|
export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
|
|
5199
|
-
"__@BRAND@
|
|
5219
|
+
"__@BRAND@7823": z.lazy(() => PropertiesAtBRANDAt7823$inboundSchema),
|
|
5200
5220
|
}).transform((v) => {
|
|
5201
5221
|
return remap$(v, {
|
|
5202
|
-
"__@BRAND@
|
|
5222
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
5203
5223
|
});
|
|
5204
5224
|
});
|
|
5205
5225
|
/** @internal */
|
|
5206
5226
|
export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
|
|
5207
|
-
|
|
5227
|
+
atBRANDAt7823: z.lazy(() => PropertiesAtBRANDAt7823$outboundSchema),
|
|
5208
5228
|
}).transform((v) => {
|
|
5209
5229
|
return remap$(v, {
|
|
5210
|
-
|
|
5230
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
5211
5231
|
});
|
|
5212
5232
|
});
|
|
5213
5233
|
/**
|
|
@@ -5228,40 +5248,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
|
|
|
5228
5248
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
|
|
5229
5249
|
}
|
|
5230
5250
|
/** @internal */
|
|
5231
|
-
export const
|
|
5251
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema = z.object({});
|
|
5232
5252
|
/** @internal */
|
|
5233
|
-
export const
|
|
5253
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema = z.object({});
|
|
5234
5254
|
/**
|
|
5235
5255
|
* @internal
|
|
5236
5256
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5237
5257
|
*/
|
|
5238
|
-
export var
|
|
5239
|
-
(function (
|
|
5240
|
-
/** @deprecated use `
|
|
5241
|
-
|
|
5242
|
-
/** @deprecated use `
|
|
5243
|
-
|
|
5244
|
-
})(
|
|
5245
|
-
export function
|
|
5246
|
-
return JSON.stringify(
|
|
5258
|
+
export var CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$;
|
|
5259
|
+
(function (CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$) {
|
|
5260
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema` instead. */
|
|
5261
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema;
|
|
5262
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema` instead. */
|
|
5263
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema;
|
|
5264
|
+
})(CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$ = {}));
|
|
5265
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7823) {
|
|
5266
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt7823));
|
|
5247
5267
|
}
|
|
5248
|
-
export function
|
|
5249
|
-
return safeParse(jsonString, (x) =>
|
|
5268
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt7823FromJSON(jsonString) {
|
|
5269
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7823' from JSON`);
|
|
5250
5270
|
}
|
|
5251
5271
|
/** @internal */
|
|
5252
5272
|
export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
|
|
5253
|
-
"__@BRAND@
|
|
5273
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema),
|
|
5254
5274
|
}).transform((v) => {
|
|
5255
5275
|
return remap$(v, {
|
|
5256
|
-
"__@BRAND@
|
|
5276
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
5257
5277
|
});
|
|
5258
5278
|
});
|
|
5259
5279
|
/** @internal */
|
|
5260
5280
|
export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
|
|
5261
|
-
|
|
5281
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema),
|
|
5262
5282
|
}).transform((v) => {
|
|
5263
5283
|
return remap$(v, {
|
|
5264
|
-
|
|
5284
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
5265
5285
|
});
|
|
5266
5286
|
});
|
|
5267
5287
|
/**
|
|
@@ -5947,40 +5967,40 @@ export function guidesFromJSON(jsonString) {
|
|
|
5947
5967
|
return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
|
|
5948
5968
|
}
|
|
5949
5969
|
/** @internal */
|
|
5950
|
-
export const
|
|
5970
|
+
export const AtBRANDAt7823$inboundSchema = z.object({});
|
|
5951
5971
|
/** @internal */
|
|
5952
|
-
export const
|
|
5972
|
+
export const AtBRANDAt7823$outboundSchema = z.object({});
|
|
5953
5973
|
/**
|
|
5954
5974
|
* @internal
|
|
5955
5975
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5956
5976
|
*/
|
|
5957
|
-
export var
|
|
5958
|
-
(function (
|
|
5959
|
-
/** @deprecated use `
|
|
5960
|
-
|
|
5961
|
-
/** @deprecated use `
|
|
5962
|
-
|
|
5963
|
-
})(
|
|
5964
|
-
export function
|
|
5965
|
-
return JSON.stringify(
|
|
5977
|
+
export var AtBRANDAt7823$;
|
|
5978
|
+
(function (AtBRANDAt7823$) {
|
|
5979
|
+
/** @deprecated use `AtBRANDAt7823$inboundSchema` instead. */
|
|
5980
|
+
AtBRANDAt7823$.inboundSchema = AtBRANDAt7823$inboundSchema;
|
|
5981
|
+
/** @deprecated use `AtBRANDAt7823$outboundSchema` instead. */
|
|
5982
|
+
AtBRANDAt7823$.outboundSchema = AtBRANDAt7823$outboundSchema;
|
|
5983
|
+
})(AtBRANDAt7823$ || (AtBRANDAt7823$ = {}));
|
|
5984
|
+
export function atBRANDAt7823ToJSON(atBRANDAt7823) {
|
|
5985
|
+
return JSON.stringify(AtBRANDAt7823$outboundSchema.parse(atBRANDAt7823));
|
|
5966
5986
|
}
|
|
5967
|
-
export function
|
|
5968
|
-
return safeParse(jsonString, (x) =>
|
|
5987
|
+
export function atBRANDAt7823FromJSON(jsonString) {
|
|
5988
|
+
return safeParse(jsonString, (x) => AtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt7823' from JSON`);
|
|
5969
5989
|
}
|
|
5970
5990
|
/** @internal */
|
|
5971
5991
|
export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
|
|
5972
|
-
"__@BRAND@
|
|
5992
|
+
"__@BRAND@7823": z.lazy(() => AtBRANDAt7823$inboundSchema),
|
|
5973
5993
|
}).transform((v) => {
|
|
5974
5994
|
return remap$(v, {
|
|
5975
|
-
"__@BRAND@
|
|
5995
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
5976
5996
|
});
|
|
5977
5997
|
});
|
|
5978
5998
|
/** @internal */
|
|
5979
5999
|
export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
|
|
5980
|
-
|
|
6000
|
+
atBRANDAt7823: z.lazy(() => AtBRANDAt7823$outboundSchema),
|
|
5981
6001
|
}).transform((v) => {
|
|
5982
6002
|
return remap$(v, {
|
|
5983
|
-
|
|
6003
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
5984
6004
|
});
|
|
5985
6005
|
});
|
|
5986
6006
|
/**
|
|
@@ -6518,6 +6538,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema = z.object({
|
|
|
6518
6538
|
totalConnectedProjects: z.number().optional(),
|
|
6519
6539
|
usageQuotaExceeded: z.boolean(),
|
|
6520
6540
|
status: z.nullable(CreateIntegrationStoreDirectStatus$inboundSchema),
|
|
6541
|
+
ownership: CreateIntegrationStoreDirectOwnership$inboundSchema.optional(),
|
|
6521
6542
|
metadata: z.record(z.union([
|
|
6522
6543
|
z.string(),
|
|
6523
6544
|
z.number(),
|
|
@@ -6540,6 +6561,7 @@ export const CreateIntegrationStoreDirectStore$outboundSchema = z.object({
|
|
|
6540
6561
|
totalConnectedProjects: z.number().optional(),
|
|
6541
6562
|
usageQuotaExceeded: z.boolean(),
|
|
6542
6563
|
status: z.nullable(CreateIntegrationStoreDirectStatus$outboundSchema),
|
|
6564
|
+
ownership: CreateIntegrationStoreDirectOwnership$outboundSchema.optional(),
|
|
6543
6565
|
metadata: z.record(z.union([
|
|
6544
6566
|
z.string(),
|
|
6545
6567
|
z.number(),
|