@vercel/sdk 1.10.8 → 1.11.1
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 +3728 -805
- package/bin/mcp-server.js.map +28 -28
- package/esm/__tests__/accessgroups.test.js +6 -6
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/checks.test.js +1 -0
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +4 -12
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -2
- package/esm/__tests__/rollingrelease.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 +44 -41
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +44 -41
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +104 -98
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +115 -117
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +2 -0
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +2 -0
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +252 -240
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +298 -294
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +1410 -57
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +1584 -202
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +72 -66
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +24 -22
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/getallchecksop.d.ts +2 -0
- package/esm/models/getallchecksop.d.ts.map +1 -1
- package/esm/models/getallchecksop.js +2 -0
- package/esm/models/getallchecksop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +421 -331
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
- package/esm/models/getconfigurationproductsop.js +482 -410
- package/esm/models/getconfigurationproductsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +19 -16
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +25 -24
- 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/getedgeconfigop.d.ts +2 -0
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +2 -0
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +1407 -57
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +1578 -202
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +36 -30
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +12 -10
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getwebhookop.d.ts +36 -33
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +12 -11
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +75 -66
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +25 -22
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +36 -0
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +25 -0
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/listaccessgroupsop.d.ts +2 -5
- package/esm/models/listaccessgroupsop.d.ts.map +1 -1
- package/esm/models/listaccessgroupsop.js +2 -2
- package/esm/models/listaccessgroupsop.js.map +1 -1
- package/esm/models/readaccessgroupop.d.ts +48 -5
- package/esm/models/readaccessgroupop.d.ts.map +1 -1
- package/esm/models/readaccessgroupop.js +30 -2
- package/esm/models/readaccessgroupop.js.map +1 -1
- package/esm/models/team.d.ts +165 -24
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +115 -33
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +2 -0
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +2 -0
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +1407 -57
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +1587 -200
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +1410 -57
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +1583 -202
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +2 -2
- package/examples/package-lock.json +1 -1
- package/examples/projectsUpdateProject.example.ts +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +6 -6
- package/src/__tests__/checks.test.ts +1 -0
- package/src/__tests__/domains.test.ts +4 -12
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/canceldeploymentop.ts +85 -64
- package/src/models/createdeploymentop.ts +241 -192
- package/src/models/createedgeconfigop.ts +4 -0
- package/src/models/createintegrationstoredirectop.ts +509 -505
- package/src/models/createprojectop.ts +3282 -299
- package/src/models/createwebhookop.ts +24 -22
- package/src/models/getallchecksop.ts +4 -0
- package/src/models/getconfigurationproductsop.ts +847 -706
- package/src/models/getdeploymentop.ts +35 -34
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getedgeconfigop.ts +4 -0
- package/src/models/getprojectsop.ts +3260 -300
- package/src/models/getteammembersop.ts +12 -10
- package/src/models/getwebhookop.ts +12 -11
- package/src/models/getwebhooksop.ts +25 -22
- package/src/models/importresourceop.ts +34 -0
- package/src/models/listaccessgroupsop.ts +4 -7
- package/src/models/readaccessgroupop.ts +42 -7
- package/src/models/team.ts +200 -46
- package/src/models/updateedgeconfigop.ts +4 -0
- package/src/models/updateprojectdatacacheop.ts +3189 -307
- package/src/models/updateprojectop.ts +3296 -298
- package/src/models/userevent.ts +2 -2
- package/vercel-spec.json +5360 -2352
|
@@ -47,6 +47,7 @@ export const CreateIntegrationStoreDirectFramework = {
|
|
|
47
47
|
Vitepress: "vitepress",
|
|
48
48
|
Vuepress: "vuepress",
|
|
49
49
|
Parcel: "parcel",
|
|
50
|
+
Fastapi: "fastapi",
|
|
50
51
|
Fasthtml: "fasthtml",
|
|
51
52
|
SanityV3: "sanity-v3",
|
|
52
53
|
Sanity: "sanity",
|
|
@@ -272,6 +273,7 @@ export const Tags = {
|
|
|
272
273
|
Authentication: "authentication",
|
|
273
274
|
Workflow: "workflow",
|
|
274
275
|
LogDrain: "logDrain",
|
|
276
|
+
TraceDrain: "traceDrain",
|
|
275
277
|
Messaging: "messaging",
|
|
276
278
|
Other: "other",
|
|
277
279
|
Mysql: "mysql",
|
|
@@ -300,6 +302,7 @@ export const Tags = {
|
|
|
300
302
|
TagChecks: "tag_checks",
|
|
301
303
|
TagStorage: "tag_storage",
|
|
302
304
|
TagLogDrain: "tag_logDrain",
|
|
305
|
+
TagTraceDrain: "tag_traceDrain",
|
|
303
306
|
TagOther: "tag_other",
|
|
304
307
|
};
|
|
305
308
|
export const ProjectConnectionScopes = {
|
|
@@ -314,6 +317,7 @@ export const ProjectConnectionScopes = {
|
|
|
314
317
|
ReadWriteLogDrain: "read-write:log-drain",
|
|
315
318
|
ReadWriteProjectEnvVars: "read-write:project-env-vars",
|
|
316
319
|
ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass",
|
|
320
|
+
ReadWriteTraceDrain: "read-write:trace-drain",
|
|
317
321
|
};
|
|
318
322
|
export const CreateIntegrationStoreDirectIntegrationsResponseType = {
|
|
319
323
|
ConnectToProject: "connect_to_project",
|
|
@@ -688,42 +692,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
|
|
|
688
692
|
CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
|
|
689
693
|
})(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
|
|
690
694
|
/** @internal */
|
|
691
|
-
export const
|
|
695
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema = z.object({});
|
|
692
696
|
/** @internal */
|
|
693
|
-
export const
|
|
697
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema = z.object({});
|
|
694
698
|
/**
|
|
695
699
|
* @internal
|
|
696
700
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
697
701
|
*/
|
|
698
|
-
export var
|
|
699
|
-
(function (
|
|
700
|
-
/** @deprecated use `
|
|
701
|
-
|
|
702
|
-
/** @deprecated use `
|
|
703
|
-
|
|
704
|
-
})(
|
|
705
|
-
export function
|
|
706
|
-
return JSON.stringify(
|
|
707
|
-
.parse(
|
|
702
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$;
|
|
703
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$) {
|
|
704
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema` instead. */
|
|
705
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema;
|
|
706
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema` instead. */
|
|
707
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema;
|
|
708
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$ = {}));
|
|
709
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838) {
|
|
710
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema
|
|
711
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838));
|
|
708
712
|
}
|
|
709
|
-
export function
|
|
710
|
-
return safeParse(jsonString, (x) =>
|
|
711
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
713
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838FromJSON(jsonString) {
|
|
714
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema
|
|
715
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838' from JSON`);
|
|
712
716
|
}
|
|
713
717
|
/** @internal */
|
|
714
718
|
export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
|
|
715
|
-
"__@BRAND@
|
|
719
|
+
"__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema),
|
|
716
720
|
}).transform((v) => {
|
|
717
721
|
return remap$(v, {
|
|
718
|
-
"__@BRAND@
|
|
722
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
719
723
|
});
|
|
720
724
|
});
|
|
721
725
|
/** @internal */
|
|
722
726
|
export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
|
|
723
|
-
|
|
727
|
+
atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema),
|
|
724
728
|
}).transform((v) => {
|
|
725
729
|
return remap$(v, {
|
|
726
|
-
|
|
730
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
727
731
|
});
|
|
728
732
|
});
|
|
729
733
|
/**
|
|
@@ -957,40 +961,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
957
961
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
|
|
958
962
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
|
|
959
963
|
/** @internal */
|
|
960
|
-
export const
|
|
964
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema = z.object({});
|
|
961
965
|
/** @internal */
|
|
962
|
-
export const
|
|
966
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema = z.object({});
|
|
963
967
|
/**
|
|
964
968
|
* @internal
|
|
965
969
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
966
970
|
*/
|
|
967
|
-
export var
|
|
968
|
-
(function (
|
|
969
|
-
/** @deprecated use `
|
|
970
|
-
|
|
971
|
-
/** @deprecated use `
|
|
972
|
-
|
|
973
|
-
})(
|
|
974
|
-
export function
|
|
975
|
-
return JSON.stringify(
|
|
971
|
+
export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$;
|
|
972
|
+
(function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$) {
|
|
973
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema` instead. */
|
|
974
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema;
|
|
975
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema` instead. */
|
|
976
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema;
|
|
977
|
+
})(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$ = {}));
|
|
978
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt7838ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7838) {
|
|
979
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt7838));
|
|
976
980
|
}
|
|
977
|
-
export function
|
|
978
|
-
return safeParse(jsonString, (x) =>
|
|
981
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt7838FromJSON(jsonString) {
|
|
982
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838' from JSON`);
|
|
979
983
|
}
|
|
980
984
|
/** @internal */
|
|
981
985
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
|
|
982
|
-
"__@BRAND@
|
|
986
|
+
"__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema),
|
|
983
987
|
}).transform((v) => {
|
|
984
988
|
return remap$(v, {
|
|
985
|
-
"__@BRAND@
|
|
989
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
986
990
|
});
|
|
987
991
|
});
|
|
988
992
|
/** @internal */
|
|
989
993
|
export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
|
|
990
|
-
|
|
994
|
+
atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema),
|
|
991
995
|
}).transform((v) => {
|
|
992
996
|
return remap$(v, {
|
|
993
|
-
|
|
997
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
994
998
|
});
|
|
995
999
|
});
|
|
996
1000
|
/**
|
|
@@ -1202,40 +1206,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
|
|
|
1202
1206
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
|
|
1203
1207
|
}
|
|
1204
1208
|
/** @internal */
|
|
1205
|
-
export const
|
|
1209
|
+
export const UiOptionsAtBRANDAt7838$inboundSchema = z.object({});
|
|
1206
1210
|
/** @internal */
|
|
1207
|
-
export const
|
|
1211
|
+
export const UiOptionsAtBRANDAt7838$outboundSchema = z.object({});
|
|
1208
1212
|
/**
|
|
1209
1213
|
* @internal
|
|
1210
1214
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1211
1215
|
*/
|
|
1212
|
-
export var
|
|
1213
|
-
(function (
|
|
1214
|
-
/** @deprecated use `
|
|
1215
|
-
|
|
1216
|
-
/** @deprecated use `
|
|
1217
|
-
|
|
1218
|
-
})(
|
|
1219
|
-
export function
|
|
1220
|
-
return JSON.stringify(
|
|
1216
|
+
export var UiOptionsAtBRANDAt7838$;
|
|
1217
|
+
(function (UiOptionsAtBRANDAt7838$) {
|
|
1218
|
+
/** @deprecated use `UiOptionsAtBRANDAt7838$inboundSchema` instead. */
|
|
1219
|
+
UiOptionsAtBRANDAt7838$.inboundSchema = UiOptionsAtBRANDAt7838$inboundSchema;
|
|
1220
|
+
/** @deprecated use `UiOptionsAtBRANDAt7838$outboundSchema` instead. */
|
|
1221
|
+
UiOptionsAtBRANDAt7838$.outboundSchema = UiOptionsAtBRANDAt7838$outboundSchema;
|
|
1222
|
+
})(UiOptionsAtBRANDAt7838$ || (UiOptionsAtBRANDAt7838$ = {}));
|
|
1223
|
+
export function uiOptionsAtBRANDAt7838ToJSON(uiOptionsAtBRANDAt7838) {
|
|
1224
|
+
return JSON.stringify(UiOptionsAtBRANDAt7838$outboundSchema.parse(uiOptionsAtBRANDAt7838));
|
|
1221
1225
|
}
|
|
1222
|
-
export function
|
|
1223
|
-
return safeParse(jsonString, (x) =>
|
|
1226
|
+
export function uiOptionsAtBRANDAt7838FromJSON(jsonString) {
|
|
1227
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt7838$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt7838' from JSON`);
|
|
1224
1228
|
}
|
|
1225
1229
|
/** @internal */
|
|
1226
1230
|
export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
|
|
1227
|
-
"__@BRAND@
|
|
1231
|
+
"__@BRAND@7838": z.lazy(() => UiOptionsAtBRANDAt7838$inboundSchema),
|
|
1228
1232
|
}).transform((v) => {
|
|
1229
1233
|
return remap$(v, {
|
|
1230
|
-
"__@BRAND@
|
|
1234
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
1231
1235
|
});
|
|
1232
1236
|
});
|
|
1233
1237
|
/** @internal */
|
|
1234
1238
|
export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
|
|
1235
|
-
|
|
1239
|
+
atBRANDAt7838: z.lazy(() => UiOptionsAtBRANDAt7838$outboundSchema),
|
|
1236
1240
|
}).transform((v) => {
|
|
1237
1241
|
return remap$(v, {
|
|
1238
|
-
|
|
1242
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
1239
1243
|
});
|
|
1240
1244
|
});
|
|
1241
1245
|
/**
|
|
@@ -1476,42 +1480,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
1476
1480
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
|
|
1477
1481
|
}
|
|
1478
1482
|
/** @internal */
|
|
1479
|
-
export const
|
|
1483
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema = z.object({});
|
|
1480
1484
|
/** @internal */
|
|
1481
|
-
export const
|
|
1485
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema = z.object({});
|
|
1482
1486
|
/**
|
|
1483
1487
|
* @internal
|
|
1484
1488
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1485
1489
|
*/
|
|
1486
|
-
export var
|
|
1487
|
-
(function (
|
|
1488
|
-
/** @deprecated use `
|
|
1489
|
-
|
|
1490
|
-
/** @deprecated use `
|
|
1491
|
-
|
|
1492
|
-
})(
|
|
1493
|
-
export function
|
|
1494
|
-
return JSON.stringify(
|
|
1495
|
-
.parse(
|
|
1490
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$;
|
|
1491
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$) {
|
|
1492
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema` instead. */
|
|
1493
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema;
|
|
1494
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema` instead. */
|
|
1495
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema;
|
|
1496
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$ = {}));
|
|
1497
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838) {
|
|
1498
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema
|
|
1499
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838));
|
|
1496
1500
|
}
|
|
1497
|
-
export function
|
|
1498
|
-
return safeParse(jsonString, (x) =>
|
|
1499
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1501
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838FromJSON(jsonString) {
|
|
1502
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema
|
|
1503
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838' from JSON`);
|
|
1500
1504
|
}
|
|
1501
1505
|
/** @internal */
|
|
1502
1506
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
1503
|
-
"__@BRAND@
|
|
1507
|
+
"__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema),
|
|
1504
1508
|
}).transform((v) => {
|
|
1505
1509
|
return remap$(v, {
|
|
1506
|
-
"__@BRAND@
|
|
1510
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
1507
1511
|
});
|
|
1508
1512
|
});
|
|
1509
1513
|
/** @internal */
|
|
1510
1514
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
1511
|
-
|
|
1515
|
+
atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema),
|
|
1512
1516
|
}).transform((v) => {
|
|
1513
1517
|
return remap$(v, {
|
|
1514
|
-
|
|
1518
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
1515
1519
|
});
|
|
1516
1520
|
});
|
|
1517
1521
|
/**
|
|
@@ -1534,42 +1538,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
1534
1538
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
1535
1539
|
}
|
|
1536
1540
|
/** @internal */
|
|
1537
|
-
export const
|
|
1541
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema = z.object({});
|
|
1538
1542
|
/** @internal */
|
|
1539
|
-
export const
|
|
1543
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema = z.object({});
|
|
1540
1544
|
/**
|
|
1541
1545
|
* @internal
|
|
1542
1546
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1543
1547
|
*/
|
|
1544
|
-
export var
|
|
1545
|
-
(function (
|
|
1546
|
-
/** @deprecated use `
|
|
1547
|
-
|
|
1548
|
-
/** @deprecated use `
|
|
1549
|
-
|
|
1550
|
-
})(
|
|
1551
|
-
export function
|
|
1552
|
-
return JSON.stringify(
|
|
1553
|
-
.parse(
|
|
1548
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$;
|
|
1549
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$) {
|
|
1550
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema` instead. */
|
|
1551
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema;
|
|
1552
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema` instead. */
|
|
1553
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema;
|
|
1554
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$ = {}));
|
|
1555
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838) {
|
|
1556
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema
|
|
1557
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838));
|
|
1554
1558
|
}
|
|
1555
|
-
export function
|
|
1556
|
-
return safeParse(jsonString, (x) =>
|
|
1557
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1559
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838FromJSON(jsonString) {
|
|
1560
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema
|
|
1561
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838' from JSON`);
|
|
1558
1562
|
}
|
|
1559
1563
|
/** @internal */
|
|
1560
1564
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
1561
|
-
"__@BRAND@
|
|
1565
|
+
"__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema),
|
|
1562
1566
|
}).transform((v) => {
|
|
1563
1567
|
return remap$(v, {
|
|
1564
|
-
"__@BRAND@
|
|
1568
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
1565
1569
|
});
|
|
1566
1570
|
});
|
|
1567
1571
|
/** @internal */
|
|
1568
1572
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
1569
|
-
|
|
1573
|
+
atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema),
|
|
1570
1574
|
}).transform((v) => {
|
|
1571
1575
|
return remap$(v, {
|
|
1572
|
-
|
|
1576
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
1573
1577
|
});
|
|
1574
1578
|
});
|
|
1575
1579
|
/**
|
|
@@ -1592,42 +1596,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
1592
1596
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
1593
1597
|
}
|
|
1594
1598
|
/** @internal */
|
|
1595
|
-
export const
|
|
1599
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema = z.object({});
|
|
1596
1600
|
/** @internal */
|
|
1597
|
-
export const
|
|
1601
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema = z.object({});
|
|
1598
1602
|
/**
|
|
1599
1603
|
* @internal
|
|
1600
1604
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1601
1605
|
*/
|
|
1602
|
-
export var
|
|
1603
|
-
(function (
|
|
1604
|
-
/** @deprecated use `
|
|
1605
|
-
|
|
1606
|
-
/** @deprecated use `
|
|
1607
|
-
|
|
1608
|
-
})(
|
|
1609
|
-
export function
|
|
1610
|
-
return JSON.stringify(
|
|
1611
|
-
.parse(
|
|
1606
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$;
|
|
1607
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$) {
|
|
1608
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema` instead. */
|
|
1609
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema;
|
|
1610
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema` instead. */
|
|
1611
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema;
|
|
1612
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$ = {}));
|
|
1613
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838) {
|
|
1614
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema
|
|
1615
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838));
|
|
1612
1616
|
}
|
|
1613
|
-
export function
|
|
1614
|
-
return safeParse(jsonString, (x) =>
|
|
1615
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1617
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838FromJSON(jsonString) {
|
|
1618
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema
|
|
1619
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838' from JSON`);
|
|
1616
1620
|
}
|
|
1617
1621
|
/** @internal */
|
|
1618
1622
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
1619
|
-
"__@BRAND@
|
|
1623
|
+
"__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema),
|
|
1620
1624
|
}).transform((v) => {
|
|
1621
1625
|
return remap$(v, {
|
|
1622
|
-
"__@BRAND@
|
|
1626
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
1623
1627
|
});
|
|
1624
1628
|
});
|
|
1625
1629
|
/** @internal */
|
|
1626
1630
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
1627
|
-
|
|
1631
|
+
atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema),
|
|
1628
1632
|
}).transform((v) => {
|
|
1629
1633
|
return remap$(v, {
|
|
1630
|
-
|
|
1634
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
1631
1635
|
});
|
|
1632
1636
|
});
|
|
1633
1637
|
/**
|
|
@@ -2099,42 +2103,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
2099
2103
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema;
|
|
2100
2104
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ = {}));
|
|
2101
2105
|
/** @internal */
|
|
2102
|
-
export const
|
|
2106
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema = z.object({});
|
|
2103
2107
|
/** @internal */
|
|
2104
|
-
export const
|
|
2108
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema = z.object({});
|
|
2105
2109
|
/**
|
|
2106
2110
|
* @internal
|
|
2107
2111
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2108
2112
|
*/
|
|
2109
|
-
export var
|
|
2110
|
-
(function (
|
|
2111
|
-
/** @deprecated use `
|
|
2112
|
-
|
|
2113
|
-
/** @deprecated use `
|
|
2114
|
-
|
|
2115
|
-
})(
|
|
2116
|
-
export function
|
|
2117
|
-
return JSON.stringify(
|
|
2118
|
-
.parse(
|
|
2113
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$;
|
|
2114
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$) {
|
|
2115
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema` instead. */
|
|
2116
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema;
|
|
2117
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema` instead. */
|
|
2118
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema;
|
|
2119
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$ = {}));
|
|
2120
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838) {
|
|
2121
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema
|
|
2122
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838));
|
|
2119
2123
|
}
|
|
2120
|
-
export function
|
|
2121
|
-
return safeParse(jsonString, (x) =>
|
|
2122
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2124
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838FromJSON(jsonString) {
|
|
2125
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema
|
|
2126
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838' from JSON`);
|
|
2123
2127
|
}
|
|
2124
2128
|
/** @internal */
|
|
2125
2129
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
|
|
2126
|
-
"__@BRAND@
|
|
2130
|
+
"__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema),
|
|
2127
2131
|
}).transform((v) => {
|
|
2128
2132
|
return remap$(v, {
|
|
2129
|
-
"__@BRAND@
|
|
2133
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
2130
2134
|
});
|
|
2131
2135
|
});
|
|
2132
2136
|
/** @internal */
|
|
2133
2137
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
|
|
2134
|
-
|
|
2138
|
+
atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema),
|
|
2135
2139
|
}).transform((v) => {
|
|
2136
2140
|
return remap$(v, {
|
|
2137
|
-
|
|
2141
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
2138
2142
|
});
|
|
2139
2143
|
});
|
|
2140
2144
|
/**
|
|
@@ -2157,42 +2161,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
2157
2161
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
|
|
2158
2162
|
}
|
|
2159
2163
|
/** @internal */
|
|
2160
|
-
export const
|
|
2164
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema = z.object({});
|
|
2161
2165
|
/** @internal */
|
|
2162
|
-
export const
|
|
2166
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema = z.object({});
|
|
2163
2167
|
/**
|
|
2164
2168
|
* @internal
|
|
2165
2169
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2166
2170
|
*/
|
|
2167
|
-
export var
|
|
2168
|
-
(function (
|
|
2169
|
-
/** @deprecated use `
|
|
2170
|
-
|
|
2171
|
-
/** @deprecated use `
|
|
2172
|
-
|
|
2173
|
-
})(
|
|
2174
|
-
export function
|
|
2175
|
-
return JSON.stringify(
|
|
2176
|
-
.parse(
|
|
2171
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$;
|
|
2172
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$) {
|
|
2173
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema` instead. */
|
|
2174
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema;
|
|
2175
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema` instead. */
|
|
2176
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema;
|
|
2177
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$ = {}));
|
|
2178
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838) {
|
|
2179
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema
|
|
2180
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838));
|
|
2177
2181
|
}
|
|
2178
|
-
export function
|
|
2179
|
-
return safeParse(jsonString, (x) =>
|
|
2180
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2182
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838FromJSON(jsonString) {
|
|
2183
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema
|
|
2184
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838' from JSON`);
|
|
2181
2185
|
}
|
|
2182
2186
|
/** @internal */
|
|
2183
2187
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
|
|
2184
|
-
"__@BRAND@
|
|
2188
|
+
"__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema),
|
|
2185
2189
|
}).transform((v) => {
|
|
2186
2190
|
return remap$(v, {
|
|
2187
|
-
"__@BRAND@
|
|
2191
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
2188
2192
|
});
|
|
2189
2193
|
});
|
|
2190
2194
|
/** @internal */
|
|
2191
2195
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
|
|
2192
|
-
|
|
2196
|
+
atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema),
|
|
2193
2197
|
}).transform((v) => {
|
|
2194
2198
|
return remap$(v, {
|
|
2195
|
-
|
|
2199
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
2196
2200
|
});
|
|
2197
2201
|
});
|
|
2198
2202
|
/**
|
|
@@ -2215,42 +2219,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
2215
2219
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
|
|
2216
2220
|
}
|
|
2217
2221
|
/** @internal */
|
|
2218
|
-
export const
|
|
2222
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema = z.object({});
|
|
2219
2223
|
/** @internal */
|
|
2220
|
-
export const
|
|
2224
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema = z.object({});
|
|
2221
2225
|
/**
|
|
2222
2226
|
* @internal
|
|
2223
2227
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2224
2228
|
*/
|
|
2225
|
-
export var
|
|
2226
|
-
(function (
|
|
2227
|
-
/** @deprecated use `
|
|
2228
|
-
|
|
2229
|
-
/** @deprecated use `
|
|
2230
|
-
|
|
2231
|
-
})(
|
|
2232
|
-
export function
|
|
2233
|
-
return JSON.stringify(
|
|
2234
|
-
.parse(
|
|
2229
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$;
|
|
2230
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$) {
|
|
2231
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema` instead. */
|
|
2232
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema;
|
|
2233
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema` instead. */
|
|
2234
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema;
|
|
2235
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$ = {}));
|
|
2236
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838) {
|
|
2237
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema
|
|
2238
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838));
|
|
2235
2239
|
}
|
|
2236
|
-
export function
|
|
2237
|
-
return safeParse(jsonString, (x) =>
|
|
2238
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2240
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838FromJSON(jsonString) {
|
|
2241
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema
|
|
2242
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838' from JSON`);
|
|
2239
2243
|
}
|
|
2240
2244
|
/** @internal */
|
|
2241
2245
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
|
|
2242
|
-
"__@BRAND@
|
|
2246
|
+
"__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema),
|
|
2243
2247
|
}).transform((v) => {
|
|
2244
2248
|
return remap$(v, {
|
|
2245
|
-
"__@BRAND@
|
|
2249
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
2246
2250
|
});
|
|
2247
2251
|
});
|
|
2248
2252
|
/** @internal */
|
|
2249
2253
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
|
|
2250
|
-
|
|
2254
|
+
atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema),
|
|
2251
2255
|
}).transform((v) => {
|
|
2252
2256
|
return remap$(v, {
|
|
2253
|
-
|
|
2257
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
2254
2258
|
});
|
|
2255
2259
|
});
|
|
2256
2260
|
/**
|
|
@@ -3154,42 +3158,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
|
|
|
3154
3158
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
|
|
3155
3159
|
}
|
|
3156
3160
|
/** @internal */
|
|
3157
|
-
export const
|
|
3161
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema = z.object({});
|
|
3158
3162
|
/** @internal */
|
|
3159
|
-
export const
|
|
3163
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema = z.object({});
|
|
3160
3164
|
/**
|
|
3161
3165
|
* @internal
|
|
3162
3166
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3163
3167
|
*/
|
|
3164
|
-
export var
|
|
3165
|
-
(function (
|
|
3166
|
-
/** @deprecated use `
|
|
3167
|
-
|
|
3168
|
-
/** @deprecated use `
|
|
3169
|
-
|
|
3170
|
-
})(
|
|
3171
|
-
export function
|
|
3172
|
-
return JSON.stringify(
|
|
3173
|
-
.parse(
|
|
3168
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$;
|
|
3169
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$) {
|
|
3170
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema` instead. */
|
|
3171
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema;
|
|
3172
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema` instead. */
|
|
3173
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema;
|
|
3174
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$ = {}));
|
|
3175
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838) {
|
|
3176
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema
|
|
3177
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838));
|
|
3174
3178
|
}
|
|
3175
|
-
export function
|
|
3176
|
-
return safeParse(jsonString, (x) =>
|
|
3177
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3179
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838FromJSON(jsonString) {
|
|
3180
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema
|
|
3181
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838' from JSON`);
|
|
3178
3182
|
}
|
|
3179
3183
|
/** @internal */
|
|
3180
3184
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
3181
|
-
"__@BRAND@
|
|
3185
|
+
"__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema),
|
|
3182
3186
|
}).transform((v) => {
|
|
3183
3187
|
return remap$(v, {
|
|
3184
|
-
"__@BRAND@
|
|
3188
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
3185
3189
|
});
|
|
3186
3190
|
});
|
|
3187
3191
|
/** @internal */
|
|
3188
3192
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
3189
|
-
|
|
3193
|
+
atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema),
|
|
3190
3194
|
}).transform((v) => {
|
|
3191
3195
|
return remap$(v, {
|
|
3192
|
-
|
|
3196
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
3193
3197
|
});
|
|
3194
3198
|
});
|
|
3195
3199
|
/**
|
|
@@ -3212,42 +3216,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
3212
3216
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
|
|
3213
3217
|
}
|
|
3214
3218
|
/** @internal */
|
|
3215
|
-
export const
|
|
3219
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema = z.object({});
|
|
3216
3220
|
/** @internal */
|
|
3217
|
-
export const
|
|
3221
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema = z.object({});
|
|
3218
3222
|
/**
|
|
3219
3223
|
* @internal
|
|
3220
3224
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3221
3225
|
*/
|
|
3222
|
-
export var
|
|
3223
|
-
(function (
|
|
3224
|
-
/** @deprecated use `
|
|
3225
|
-
|
|
3226
|
-
/** @deprecated use `
|
|
3227
|
-
|
|
3228
|
-
})(
|
|
3229
|
-
export function
|
|
3230
|
-
return JSON.stringify(
|
|
3231
|
-
.parse(
|
|
3226
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$;
|
|
3227
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$) {
|
|
3228
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema` instead. */
|
|
3229
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema;
|
|
3230
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema` instead. */
|
|
3231
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema;
|
|
3232
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$ = {}));
|
|
3233
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838) {
|
|
3234
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema
|
|
3235
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838));
|
|
3232
3236
|
}
|
|
3233
|
-
export function
|
|
3234
|
-
return safeParse(jsonString, (x) =>
|
|
3235
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3237
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838FromJSON(jsonString) {
|
|
3238
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema
|
|
3239
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838' from JSON`);
|
|
3236
3240
|
}
|
|
3237
3241
|
/** @internal */
|
|
3238
3242
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
3239
|
-
"__@BRAND@
|
|
3243
|
+
"__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema),
|
|
3240
3244
|
}).transform((v) => {
|
|
3241
3245
|
return remap$(v, {
|
|
3242
|
-
"__@BRAND@
|
|
3246
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
3243
3247
|
});
|
|
3244
3248
|
});
|
|
3245
3249
|
/** @internal */
|
|
3246
3250
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
3247
|
-
|
|
3251
|
+
atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema),
|
|
3248
3252
|
}).transform((v) => {
|
|
3249
3253
|
return remap$(v, {
|
|
3250
|
-
|
|
3254
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
3251
3255
|
});
|
|
3252
3256
|
});
|
|
3253
3257
|
/**
|
|
@@ -3270,42 +3274,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
3270
3274
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
|
|
3271
3275
|
}
|
|
3272
3276
|
/** @internal */
|
|
3273
|
-
export const
|
|
3277
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema = z.object({});
|
|
3274
3278
|
/** @internal */
|
|
3275
|
-
export const
|
|
3279
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema = z.object({});
|
|
3276
3280
|
/**
|
|
3277
3281
|
* @internal
|
|
3278
3282
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3279
3283
|
*/
|
|
3280
|
-
export var
|
|
3281
|
-
(function (
|
|
3282
|
-
/** @deprecated use `
|
|
3283
|
-
|
|
3284
|
-
/** @deprecated use `
|
|
3285
|
-
|
|
3286
|
-
})(
|
|
3287
|
-
export function
|
|
3288
|
-
return JSON.stringify(
|
|
3289
|
-
.parse(
|
|
3284
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$;
|
|
3285
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$) {
|
|
3286
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema` instead. */
|
|
3287
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema;
|
|
3288
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema` instead. */
|
|
3289
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema;
|
|
3290
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$ = {}));
|
|
3291
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838) {
|
|
3292
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema
|
|
3293
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838));
|
|
3290
3294
|
}
|
|
3291
|
-
export function
|
|
3292
|
-
return safeParse(jsonString, (x) =>
|
|
3293
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3295
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838FromJSON(jsonString) {
|
|
3296
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema
|
|
3297
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838' from JSON`);
|
|
3294
3298
|
}
|
|
3295
3299
|
/** @internal */
|
|
3296
3300
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
3297
|
-
"__@BRAND@
|
|
3301
|
+
"__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema),
|
|
3298
3302
|
}).transform((v) => {
|
|
3299
3303
|
return remap$(v, {
|
|
3300
|
-
"__@BRAND@
|
|
3304
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
3301
3305
|
});
|
|
3302
3306
|
});
|
|
3303
3307
|
/** @internal */
|
|
3304
3308
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
3305
|
-
|
|
3309
|
+
atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema),
|
|
3306
3310
|
}).transform((v) => {
|
|
3307
3311
|
return remap$(v, {
|
|
3308
|
-
|
|
3312
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
3309
3313
|
});
|
|
3310
3314
|
});
|
|
3311
3315
|
/**
|
|
@@ -5114,42 +5118,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
|
|
|
5114
5118
|
CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
|
|
5115
5119
|
})(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
|
|
5116
5120
|
/** @internal */
|
|
5117
|
-
export const
|
|
5121
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema = z.object({});
|
|
5118
5122
|
/** @internal */
|
|
5119
|
-
export const
|
|
5123
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema = z.object({});
|
|
5120
5124
|
/**
|
|
5121
5125
|
* @internal
|
|
5122
5126
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5123
5127
|
*/
|
|
5124
|
-
export var
|
|
5125
|
-
(function (
|
|
5126
|
-
/** @deprecated use `
|
|
5127
|
-
|
|
5128
|
-
/** @deprecated use `
|
|
5129
|
-
|
|
5130
|
-
})(
|
|
5131
|
-
export function
|
|
5132
|
-
return JSON.stringify(
|
|
5133
|
-
.parse(
|
|
5128
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$;
|
|
5129
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$) {
|
|
5130
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema` instead. */
|
|
5131
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema;
|
|
5132
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema` instead. */
|
|
5133
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema;
|
|
5134
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$ = {}));
|
|
5135
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838) {
|
|
5136
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema
|
|
5137
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838));
|
|
5134
5138
|
}
|
|
5135
|
-
export function
|
|
5136
|
-
return safeParse(jsonString, (x) =>
|
|
5137
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
5139
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838FromJSON(jsonString) {
|
|
5140
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema
|
|
5141
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838' from JSON`);
|
|
5138
5142
|
}
|
|
5139
5143
|
/** @internal */
|
|
5140
5144
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
|
|
5141
|
-
"__@BRAND@
|
|
5145
|
+
"__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema),
|
|
5142
5146
|
}).transform((v) => {
|
|
5143
5147
|
return remap$(v, {
|
|
5144
|
-
"__@BRAND@
|
|
5148
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
5145
5149
|
});
|
|
5146
5150
|
});
|
|
5147
5151
|
/** @internal */
|
|
5148
5152
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
|
|
5149
|
-
|
|
5153
|
+
atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema),
|
|
5150
5154
|
}).transform((v) => {
|
|
5151
5155
|
return remap$(v, {
|
|
5152
|
-
|
|
5156
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
5153
5157
|
});
|
|
5154
5158
|
});
|
|
5155
5159
|
/**
|
|
@@ -5170,40 +5174,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
|
|
|
5170
5174
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
|
|
5171
5175
|
}
|
|
5172
5176
|
/** @internal */
|
|
5173
|
-
export const
|
|
5177
|
+
export const PropertiesAtBRANDAt7838$inboundSchema = z.object({});
|
|
5174
5178
|
/** @internal */
|
|
5175
|
-
export const
|
|
5179
|
+
export const PropertiesAtBRANDAt7838$outboundSchema = z.object({});
|
|
5176
5180
|
/**
|
|
5177
5181
|
* @internal
|
|
5178
5182
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5179
5183
|
*/
|
|
5180
|
-
export var
|
|
5181
|
-
(function (
|
|
5182
|
-
/** @deprecated use `
|
|
5183
|
-
|
|
5184
|
-
/** @deprecated use `
|
|
5185
|
-
|
|
5186
|
-
})(
|
|
5187
|
-
export function
|
|
5188
|
-
return JSON.stringify(
|
|
5184
|
+
export var PropertiesAtBRANDAt7838$;
|
|
5185
|
+
(function (PropertiesAtBRANDAt7838$) {
|
|
5186
|
+
/** @deprecated use `PropertiesAtBRANDAt7838$inboundSchema` instead. */
|
|
5187
|
+
PropertiesAtBRANDAt7838$.inboundSchema = PropertiesAtBRANDAt7838$inboundSchema;
|
|
5188
|
+
/** @deprecated use `PropertiesAtBRANDAt7838$outboundSchema` instead. */
|
|
5189
|
+
PropertiesAtBRANDAt7838$.outboundSchema = PropertiesAtBRANDAt7838$outboundSchema;
|
|
5190
|
+
})(PropertiesAtBRANDAt7838$ || (PropertiesAtBRANDAt7838$ = {}));
|
|
5191
|
+
export function propertiesAtBRANDAt7838ToJSON(propertiesAtBRANDAt7838) {
|
|
5192
|
+
return JSON.stringify(PropertiesAtBRANDAt7838$outboundSchema.parse(propertiesAtBRANDAt7838));
|
|
5189
5193
|
}
|
|
5190
|
-
export function
|
|
5191
|
-
return safeParse(jsonString, (x) =>
|
|
5194
|
+
export function propertiesAtBRANDAt7838FromJSON(jsonString) {
|
|
5195
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt7838$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt7838' from JSON`);
|
|
5192
5196
|
}
|
|
5193
5197
|
/** @internal */
|
|
5194
5198
|
export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
|
|
5195
|
-
"__@BRAND@
|
|
5199
|
+
"__@BRAND@7838": z.lazy(() => PropertiesAtBRANDAt7838$inboundSchema),
|
|
5196
5200
|
}).transform((v) => {
|
|
5197
5201
|
return remap$(v, {
|
|
5198
|
-
"__@BRAND@
|
|
5202
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
5199
5203
|
});
|
|
5200
5204
|
});
|
|
5201
5205
|
/** @internal */
|
|
5202
5206
|
export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
|
|
5203
|
-
|
|
5207
|
+
atBRANDAt7838: z.lazy(() => PropertiesAtBRANDAt7838$outboundSchema),
|
|
5204
5208
|
}).transform((v) => {
|
|
5205
5209
|
return remap$(v, {
|
|
5206
|
-
|
|
5210
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
5207
5211
|
});
|
|
5208
5212
|
});
|
|
5209
5213
|
/**
|
|
@@ -5224,40 +5228,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
|
|
|
5224
5228
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
|
|
5225
5229
|
}
|
|
5226
5230
|
/** @internal */
|
|
5227
|
-
export const
|
|
5231
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema = z.object({});
|
|
5228
5232
|
/** @internal */
|
|
5229
|
-
export const
|
|
5233
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema = z.object({});
|
|
5230
5234
|
/**
|
|
5231
5235
|
* @internal
|
|
5232
5236
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5233
5237
|
*/
|
|
5234
|
-
export var
|
|
5235
|
-
(function (
|
|
5236
|
-
/** @deprecated use `
|
|
5237
|
-
|
|
5238
|
-
/** @deprecated use `
|
|
5239
|
-
|
|
5240
|
-
})(
|
|
5241
|
-
export function
|
|
5242
|
-
return JSON.stringify(
|
|
5238
|
+
export var CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$;
|
|
5239
|
+
(function (CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$) {
|
|
5240
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema` instead. */
|
|
5241
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema;
|
|
5242
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema` instead. */
|
|
5243
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema;
|
|
5244
|
+
})(CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$ = {}));
|
|
5245
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7838) {
|
|
5246
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt7838));
|
|
5243
5247
|
}
|
|
5244
|
-
export function
|
|
5245
|
-
return safeParse(jsonString, (x) =>
|
|
5248
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt7838FromJSON(jsonString) {
|
|
5249
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7838' from JSON`);
|
|
5246
5250
|
}
|
|
5247
5251
|
/** @internal */
|
|
5248
5252
|
export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
|
|
5249
|
-
"__@BRAND@
|
|
5253
|
+
"__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema),
|
|
5250
5254
|
}).transform((v) => {
|
|
5251
5255
|
return remap$(v, {
|
|
5252
|
-
"__@BRAND@
|
|
5256
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
5253
5257
|
});
|
|
5254
5258
|
});
|
|
5255
5259
|
/** @internal */
|
|
5256
5260
|
export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
|
|
5257
|
-
|
|
5261
|
+
atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema),
|
|
5258
5262
|
}).transform((v) => {
|
|
5259
5263
|
return remap$(v, {
|
|
5260
|
-
|
|
5264
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
5261
5265
|
});
|
|
5262
5266
|
});
|
|
5263
5267
|
/**
|
|
@@ -5943,40 +5947,40 @@ export function guidesFromJSON(jsonString) {
|
|
|
5943
5947
|
return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
|
|
5944
5948
|
}
|
|
5945
5949
|
/** @internal */
|
|
5946
|
-
export const
|
|
5950
|
+
export const AtBRANDAt7838$inboundSchema = z.object({});
|
|
5947
5951
|
/** @internal */
|
|
5948
|
-
export const
|
|
5952
|
+
export const AtBRANDAt7838$outboundSchema = z.object({});
|
|
5949
5953
|
/**
|
|
5950
5954
|
* @internal
|
|
5951
5955
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5952
5956
|
*/
|
|
5953
|
-
export var
|
|
5954
|
-
(function (
|
|
5955
|
-
/** @deprecated use `
|
|
5956
|
-
|
|
5957
|
-
/** @deprecated use `
|
|
5958
|
-
|
|
5959
|
-
})(
|
|
5960
|
-
export function
|
|
5961
|
-
return JSON.stringify(
|
|
5957
|
+
export var AtBRANDAt7838$;
|
|
5958
|
+
(function (AtBRANDAt7838$) {
|
|
5959
|
+
/** @deprecated use `AtBRANDAt7838$inboundSchema` instead. */
|
|
5960
|
+
AtBRANDAt7838$.inboundSchema = AtBRANDAt7838$inboundSchema;
|
|
5961
|
+
/** @deprecated use `AtBRANDAt7838$outboundSchema` instead. */
|
|
5962
|
+
AtBRANDAt7838$.outboundSchema = AtBRANDAt7838$outboundSchema;
|
|
5963
|
+
})(AtBRANDAt7838$ || (AtBRANDAt7838$ = {}));
|
|
5964
|
+
export function atBRANDAt7838ToJSON(atBRANDAt7838) {
|
|
5965
|
+
return JSON.stringify(AtBRANDAt7838$outboundSchema.parse(atBRANDAt7838));
|
|
5962
5966
|
}
|
|
5963
|
-
export function
|
|
5964
|
-
return safeParse(jsonString, (x) =>
|
|
5967
|
+
export function atBRANDAt7838FromJSON(jsonString) {
|
|
5968
|
+
return safeParse(jsonString, (x) => AtBRANDAt7838$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt7838' from JSON`);
|
|
5965
5969
|
}
|
|
5966
5970
|
/** @internal */
|
|
5967
5971
|
export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
|
|
5968
|
-
"__@BRAND@
|
|
5972
|
+
"__@BRAND@7838": z.lazy(() => AtBRANDAt7838$inboundSchema),
|
|
5969
5973
|
}).transform((v) => {
|
|
5970
5974
|
return remap$(v, {
|
|
5971
|
-
"__@BRAND@
|
|
5975
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
5972
5976
|
});
|
|
5973
5977
|
});
|
|
5974
5978
|
/** @internal */
|
|
5975
5979
|
export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
|
|
5976
|
-
|
|
5980
|
+
atBRANDAt7838: z.lazy(() => AtBRANDAt7838$outboundSchema),
|
|
5977
5981
|
}).transform((v) => {
|
|
5978
5982
|
return remap$(v, {
|
|
5979
|
-
|
|
5983
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
5980
5984
|
});
|
|
5981
5985
|
});
|
|
5982
5986
|
/**
|