@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
|
@@ -116,6 +116,7 @@ export const CreateIntegrationStoreDirectFramework = {
|
|
|
116
116
|
Vitepress: "vitepress",
|
|
117
117
|
Vuepress: "vuepress",
|
|
118
118
|
Parcel: "parcel",
|
|
119
|
+
Fastapi: "fastapi",
|
|
119
120
|
Fasthtml: "fasthtml",
|
|
120
121
|
SanityV3: "sanity-v3",
|
|
121
122
|
Sanity: "sanity",
|
|
@@ -206,12 +207,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
|
|
|
206
207
|
typeof CreateIntegrationStoreDirectIntegrationsType
|
|
207
208
|
>;
|
|
208
209
|
|
|
209
|
-
export type
|
|
210
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838 =
|
|
210
211
|
{};
|
|
211
212
|
|
|
212
213
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
213
|
-
|
|
214
|
-
|
|
214
|
+
atBRANDAt7838:
|
|
215
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838;
|
|
215
216
|
};
|
|
216
217
|
|
|
217
218
|
export const CreateIntegrationStoreDirectDisabled3 = {
|
|
@@ -280,10 +281,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
280
281
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
|
|
281
282
|
>;
|
|
282
283
|
|
|
283
|
-
export type
|
|
284
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838 = {};
|
|
284
285
|
|
|
285
286
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
286
|
-
|
|
287
|
+
atBRANDAt7838: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838;
|
|
287
288
|
};
|
|
288
289
|
|
|
289
290
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
|
|
@@ -334,10 +335,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
334
335
|
| undefined;
|
|
335
336
|
};
|
|
336
337
|
|
|
337
|
-
export type
|
|
338
|
+
export type UiOptionsAtBRANDAt7838 = {};
|
|
338
339
|
|
|
339
340
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
340
|
-
|
|
341
|
+
atBRANDAt7838: UiOptionsAtBRANDAt7838;
|
|
341
342
|
};
|
|
342
343
|
|
|
343
344
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
|
|
@@ -400,31 +401,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
|
|
|
400
401
|
| CreateIntegrationStoreDirectUiOptions2
|
|
401
402
|
| CreateIntegrationStoreDirectUiOptions3;
|
|
402
403
|
|
|
403
|
-
export type
|
|
404
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838 =
|
|
404
405
|
{};
|
|
405
406
|
|
|
406
407
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
|
|
407
408
|
{
|
|
408
|
-
|
|
409
|
-
|
|
409
|
+
atBRANDAt7838:
|
|
410
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838;
|
|
410
411
|
};
|
|
411
412
|
|
|
412
|
-
export type
|
|
413
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838 =
|
|
413
414
|
{};
|
|
414
415
|
|
|
415
416
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
|
|
416
417
|
{
|
|
417
|
-
|
|
418
|
-
|
|
418
|
+
atBRANDAt7838:
|
|
419
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838;
|
|
419
420
|
};
|
|
420
421
|
|
|
421
|
-
export type
|
|
422
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838 =
|
|
422
423
|
{};
|
|
423
424
|
|
|
424
425
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
|
|
425
426
|
{
|
|
426
|
-
|
|
427
|
-
|
|
427
|
+
atBRANDAt7838:
|
|
428
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838;
|
|
428
429
|
};
|
|
429
430
|
|
|
430
431
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
|
|
@@ -567,31 +568,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
567
568
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType
|
|
568
569
|
>;
|
|
569
570
|
|
|
570
|
-
export type
|
|
571
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838 =
|
|
571
572
|
{};
|
|
572
573
|
|
|
573
574
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
|
|
574
575
|
{
|
|
575
|
-
|
|
576
|
-
|
|
576
|
+
atBRANDAt7838:
|
|
577
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838;
|
|
577
578
|
};
|
|
578
579
|
|
|
579
|
-
export type
|
|
580
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838 =
|
|
580
581
|
{};
|
|
581
582
|
|
|
582
583
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
|
|
583
584
|
{
|
|
584
|
-
|
|
585
|
-
|
|
585
|
+
atBRANDAt7838:
|
|
586
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838;
|
|
586
587
|
};
|
|
587
588
|
|
|
588
|
-
export type
|
|
589
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838 =
|
|
589
590
|
{};
|
|
590
591
|
|
|
591
592
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
|
|
592
593
|
{
|
|
593
|
-
|
|
594
|
-
|
|
594
|
+
atBRANDAt7838:
|
|
595
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838;
|
|
595
596
|
};
|
|
596
597
|
|
|
597
598
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
@@ -846,28 +847,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
846
847
|
| undefined;
|
|
847
848
|
};
|
|
848
849
|
|
|
849
|
-
export type
|
|
850
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838 =
|
|
850
851
|
{};
|
|
851
852
|
|
|
852
853
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
853
|
-
|
|
854
|
-
|
|
854
|
+
atBRANDAt7838:
|
|
855
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838;
|
|
855
856
|
};
|
|
856
857
|
|
|
857
|
-
export type
|
|
858
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838 =
|
|
858
859
|
{};
|
|
859
860
|
|
|
860
861
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
861
|
-
|
|
862
|
-
|
|
862
|
+
atBRANDAt7838:
|
|
863
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838;
|
|
863
864
|
};
|
|
864
865
|
|
|
865
|
-
export type
|
|
866
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838 =
|
|
866
867
|
{};
|
|
867
868
|
|
|
868
869
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
869
|
-
|
|
870
|
-
|
|
870
|
+
atBRANDAt7838:
|
|
871
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838;
|
|
871
872
|
};
|
|
872
873
|
|
|
873
874
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
|
|
@@ -1370,24 +1371,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
|
|
|
1370
1371
|
typeof CreateIntegrationStoreDirectPropertiesUiControl
|
|
1371
1372
|
>;
|
|
1372
1373
|
|
|
1373
|
-
export type
|
|
1374
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838 =
|
|
1374
1375
|
{};
|
|
1375
1376
|
|
|
1376
1377
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
1377
|
-
|
|
1378
|
-
|
|
1378
|
+
atBRANDAt7838:
|
|
1379
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838;
|
|
1379
1380
|
};
|
|
1380
1381
|
|
|
1381
|
-
export type
|
|
1382
|
+
export type PropertiesAtBRANDAt7838 = {};
|
|
1382
1383
|
|
|
1383
1384
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
1384
|
-
|
|
1385
|
+
atBRANDAt7838: PropertiesAtBRANDAt7838;
|
|
1385
1386
|
};
|
|
1386
1387
|
|
|
1387
|
-
export type
|
|
1388
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7838 = {};
|
|
1388
1389
|
|
|
1389
1390
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
1390
|
-
|
|
1391
|
+
atBRANDAt7838: CreateIntegrationStoreDirectPropertiesAtBRANDAt7838;
|
|
1391
1392
|
};
|
|
1392
1393
|
|
|
1393
1394
|
export const CreateIntegrationStoreDirectUiReadOnly3 = {
|
|
@@ -1533,6 +1534,7 @@ export const Tags = {
|
|
|
1533
1534
|
Authentication: "authentication",
|
|
1534
1535
|
Workflow: "workflow",
|
|
1535
1536
|
LogDrain: "logDrain",
|
|
1537
|
+
TraceDrain: "traceDrain",
|
|
1536
1538
|
Messaging: "messaging",
|
|
1537
1539
|
Other: "other",
|
|
1538
1540
|
Mysql: "mysql",
|
|
@@ -1561,6 +1563,7 @@ export const Tags = {
|
|
|
1561
1563
|
TagChecks: "tag_checks",
|
|
1562
1564
|
TagStorage: "tag_storage",
|
|
1563
1565
|
TagLogDrain: "tag_logDrain",
|
|
1566
|
+
TagTraceDrain: "tag_traceDrain",
|
|
1564
1567
|
TagOther: "tag_other",
|
|
1565
1568
|
} as const;
|
|
1566
1569
|
export type Tags = ClosedEnum<typeof Tags>;
|
|
@@ -1578,6 +1581,7 @@ export const ProjectConnectionScopes = {
|
|
|
1578
1581
|
ReadWriteLogDrain: "read-write:log-drain",
|
|
1579
1582
|
ReadWriteProjectEnvVars: "read-write:project-env-vars",
|
|
1580
1583
|
ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass",
|
|
1584
|
+
ReadWriteTraceDrain: "read-write:trace-drain",
|
|
1581
1585
|
} as const;
|
|
1582
1586
|
export type ProjectConnectionScopes = ClosedEnum<
|
|
1583
1587
|
typeof ProjectConnectionScopes
|
|
@@ -1613,10 +1617,10 @@ export type Guides = {
|
|
|
1613
1617
|
steps: Array<Steps>;
|
|
1614
1618
|
};
|
|
1615
1619
|
|
|
1616
|
-
export type
|
|
1620
|
+
export type AtBRANDAt7838 = {};
|
|
1617
1621
|
|
|
1618
1622
|
export type CreateIntegrationStoreDirectValue = {
|
|
1619
|
-
|
|
1623
|
+
atBRANDAt7838: AtBRANDAt7838;
|
|
1620
1624
|
};
|
|
1621
1625
|
|
|
1622
1626
|
export const Disabled3 = {
|
|
@@ -2430,65 +2434,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
2430
2434
|
}
|
|
2431
2435
|
|
|
2432
2436
|
/** @internal */
|
|
2433
|
-
export const
|
|
2437
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema:
|
|
2434
2438
|
z.ZodType<
|
|
2435
|
-
|
|
2439
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838,
|
|
2436
2440
|
z.ZodTypeDef,
|
|
2437
2441
|
unknown
|
|
2438
2442
|
> = z.object({});
|
|
2439
2443
|
|
|
2440
2444
|
/** @internal */
|
|
2441
|
-
export type
|
|
2445
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound =
|
|
2442
2446
|
{};
|
|
2443
2447
|
|
|
2444
2448
|
/** @internal */
|
|
2445
|
-
export const
|
|
2449
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema:
|
|
2446
2450
|
z.ZodType<
|
|
2447
|
-
|
|
2451
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound,
|
|
2448
2452
|
z.ZodTypeDef,
|
|
2449
|
-
|
|
2453
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838
|
|
2450
2454
|
> = z.object({});
|
|
2451
2455
|
|
|
2452
2456
|
/**
|
|
2453
2457
|
* @internal
|
|
2454
2458
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2455
2459
|
*/
|
|
2456
|
-
export namespace
|
|
2457
|
-
/** @deprecated use `
|
|
2460
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$ {
|
|
2461
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema` instead. */
|
|
2458
2462
|
export const inboundSchema =
|
|
2459
|
-
|
|
2460
|
-
/** @deprecated use `
|
|
2463
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema;
|
|
2464
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema` instead. */
|
|
2461
2465
|
export const outboundSchema =
|
|
2462
|
-
|
|
2463
|
-
/** @deprecated use `
|
|
2466
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema;
|
|
2467
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound` instead. */
|
|
2464
2468
|
export type Outbound =
|
|
2465
|
-
|
|
2469
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound;
|
|
2466
2470
|
}
|
|
2467
2471
|
|
|
2468
|
-
export function
|
|
2469
|
-
|
|
2470
|
-
|
|
2472
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838ToJSON(
|
|
2473
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838:
|
|
2474
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838,
|
|
2471
2475
|
): string {
|
|
2472
2476
|
return JSON.stringify(
|
|
2473
|
-
|
|
2477
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema
|
|
2474
2478
|
.parse(
|
|
2475
|
-
|
|
2479
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838,
|
|
2476
2480
|
),
|
|
2477
2481
|
);
|
|
2478
2482
|
}
|
|
2479
2483
|
|
|
2480
|
-
export function
|
|
2484
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838FromJSON(
|
|
2481
2485
|
jsonString: string,
|
|
2482
2486
|
): SafeParseResult<
|
|
2483
|
-
|
|
2487
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838,
|
|
2484
2488
|
SDKValidationError
|
|
2485
2489
|
> {
|
|
2486
2490
|
return safeParse(
|
|
2487
2491
|
jsonString,
|
|
2488
2492
|
(x) =>
|
|
2489
|
-
|
|
2493
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema
|
|
2490
2494
|
.parse(JSON.parse(x)),
|
|
2491
|
-
`Failed to parse '
|
|
2495
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838' from JSON`,
|
|
2492
2496
|
);
|
|
2493
2497
|
}
|
|
2494
2498
|
|
|
@@ -2499,19 +2503,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
|
|
|
2499
2503
|
z.ZodTypeDef,
|
|
2500
2504
|
unknown
|
|
2501
2505
|
> = z.object({
|
|
2502
|
-
"__@BRAND@
|
|
2503
|
-
|
|
2506
|
+
"__@BRAND@7838": z.lazy(() =>
|
|
2507
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema
|
|
2504
2508
|
),
|
|
2505
2509
|
}).transform((v) => {
|
|
2506
2510
|
return remap$(v, {
|
|
2507
|
-
"__@BRAND@
|
|
2511
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
2508
2512
|
});
|
|
2509
2513
|
});
|
|
2510
2514
|
|
|
2511
2515
|
/** @internal */
|
|
2512
2516
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
2513
|
-
"__@BRAND@
|
|
2514
|
-
|
|
2517
|
+
"__@BRAND@7838":
|
|
2518
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound;
|
|
2515
2519
|
};
|
|
2516
2520
|
|
|
2517
2521
|
/** @internal */
|
|
@@ -2521,12 +2525,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
|
|
|
2521
2525
|
z.ZodTypeDef,
|
|
2522
2526
|
CreateIntegrationStoreDirectPropertiesValue
|
|
2523
2527
|
> = z.object({
|
|
2524
|
-
|
|
2525
|
-
|
|
2528
|
+
atBRANDAt7838: z.lazy(() =>
|
|
2529
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema
|
|
2526
2530
|
),
|
|
2527
2531
|
}).transform((v) => {
|
|
2528
2532
|
return remap$(v, {
|
|
2529
|
-
|
|
2533
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
2530
2534
|
});
|
|
2531
2535
|
});
|
|
2532
2536
|
|
|
@@ -3038,64 +3042,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
3038
3042
|
}
|
|
3039
3043
|
|
|
3040
3044
|
/** @internal */
|
|
3041
|
-
export const
|
|
3045
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema:
|
|
3042
3046
|
z.ZodType<
|
|
3043
|
-
|
|
3047
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838,
|
|
3044
3048
|
z.ZodTypeDef,
|
|
3045
3049
|
unknown
|
|
3046
3050
|
> = z.object({});
|
|
3047
3051
|
|
|
3048
3052
|
/** @internal */
|
|
3049
|
-
export type
|
|
3053
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound = {};
|
|
3050
3054
|
|
|
3051
3055
|
/** @internal */
|
|
3052
|
-
export const
|
|
3056
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema:
|
|
3053
3057
|
z.ZodType<
|
|
3054
|
-
|
|
3058
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound,
|
|
3055
3059
|
z.ZodTypeDef,
|
|
3056
|
-
|
|
3060
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838
|
|
3057
3061
|
> = z.object({});
|
|
3058
3062
|
|
|
3059
3063
|
/**
|
|
3060
3064
|
* @internal
|
|
3061
3065
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3062
3066
|
*/
|
|
3063
|
-
export namespace
|
|
3064
|
-
/** @deprecated use `
|
|
3067
|
+
export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$ {
|
|
3068
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema` instead. */
|
|
3065
3069
|
export const inboundSchema =
|
|
3066
|
-
|
|
3067
|
-
/** @deprecated use `
|
|
3070
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema;
|
|
3071
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema` instead. */
|
|
3068
3072
|
export const outboundSchema =
|
|
3069
|
-
|
|
3070
|
-
/** @deprecated use `
|
|
3073
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema;
|
|
3074
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound` instead. */
|
|
3071
3075
|
export type Outbound =
|
|
3072
|
-
|
|
3076
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound;
|
|
3073
3077
|
}
|
|
3074
3078
|
|
|
3075
|
-
export function
|
|
3076
|
-
|
|
3077
|
-
|
|
3079
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt7838ToJSON(
|
|
3080
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt7838:
|
|
3081
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838,
|
|
3078
3082
|
): string {
|
|
3079
3083
|
return JSON.stringify(
|
|
3080
|
-
|
|
3081
|
-
|
|
3084
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema.parse(
|
|
3085
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt7838,
|
|
3082
3086
|
),
|
|
3083
3087
|
);
|
|
3084
3088
|
}
|
|
3085
3089
|
|
|
3086
|
-
export function
|
|
3090
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt7838FromJSON(
|
|
3087
3091
|
jsonString: string,
|
|
3088
3092
|
): SafeParseResult<
|
|
3089
|
-
|
|
3093
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838,
|
|
3090
3094
|
SDKValidationError
|
|
3091
3095
|
> {
|
|
3092
3096
|
return safeParse(
|
|
3093
3097
|
jsonString,
|
|
3094
3098
|
(x) =>
|
|
3095
|
-
|
|
3099
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema.parse(
|
|
3096
3100
|
JSON.parse(x),
|
|
3097
3101
|
),
|
|
3098
|
-
`Failed to parse '
|
|
3102
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838' from JSON`,
|
|
3099
3103
|
);
|
|
3100
3104
|
}
|
|
3101
3105
|
|
|
@@ -3103,18 +3107,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7825FromJSON(
|
|
|
3103
3107
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
|
|
3104
3108
|
z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
|
|
3105
3109
|
z.object({
|
|
3106
|
-
"__@BRAND@
|
|
3107
|
-
|
|
3110
|
+
"__@BRAND@7838": z.lazy(() =>
|
|
3111
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema
|
|
3108
3112
|
),
|
|
3109
3113
|
}).transform((v) => {
|
|
3110
3114
|
return remap$(v, {
|
|
3111
|
-
"__@BRAND@
|
|
3115
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
3112
3116
|
});
|
|
3113
3117
|
});
|
|
3114
3118
|
|
|
3115
3119
|
/** @internal */
|
|
3116
3120
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
3117
|
-
"__@BRAND@
|
|
3121
|
+
"__@BRAND@7838": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound;
|
|
3118
3122
|
};
|
|
3119
3123
|
|
|
3120
3124
|
/** @internal */
|
|
@@ -3124,12 +3128,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
|
|
|
3124
3128
|
z.ZodTypeDef,
|
|
3125
3129
|
CreateIntegrationStoreDirectUiOptionsValue
|
|
3126
3130
|
> = z.object({
|
|
3127
|
-
|
|
3128
|
-
|
|
3131
|
+
atBRANDAt7838: z.lazy(() =>
|
|
3132
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema
|
|
3129
3133
|
),
|
|
3130
3134
|
}).transform((v) => {
|
|
3131
3135
|
return remap$(v, {
|
|
3132
|
-
|
|
3136
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
3133
3137
|
});
|
|
3134
3138
|
});
|
|
3135
3139
|
|
|
@@ -3613,50 +3617,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
|
|
|
3613
3617
|
}
|
|
3614
3618
|
|
|
3615
3619
|
/** @internal */
|
|
3616
|
-
export const
|
|
3617
|
-
|
|
3620
|
+
export const UiOptionsAtBRANDAt7838$inboundSchema: z.ZodType<
|
|
3621
|
+
UiOptionsAtBRANDAt7838,
|
|
3618
3622
|
z.ZodTypeDef,
|
|
3619
3623
|
unknown
|
|
3620
3624
|
> = z.object({});
|
|
3621
3625
|
|
|
3622
3626
|
/** @internal */
|
|
3623
|
-
export type
|
|
3627
|
+
export type UiOptionsAtBRANDAt7838$Outbound = {};
|
|
3624
3628
|
|
|
3625
3629
|
/** @internal */
|
|
3626
|
-
export const
|
|
3627
|
-
|
|
3630
|
+
export const UiOptionsAtBRANDAt7838$outboundSchema: z.ZodType<
|
|
3631
|
+
UiOptionsAtBRANDAt7838$Outbound,
|
|
3628
3632
|
z.ZodTypeDef,
|
|
3629
|
-
|
|
3633
|
+
UiOptionsAtBRANDAt7838
|
|
3630
3634
|
> = z.object({});
|
|
3631
3635
|
|
|
3632
3636
|
/**
|
|
3633
3637
|
* @internal
|
|
3634
3638
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3635
3639
|
*/
|
|
3636
|
-
export namespace
|
|
3637
|
-
/** @deprecated use `
|
|
3638
|
-
export const inboundSchema =
|
|
3639
|
-
/** @deprecated use `
|
|
3640
|
-
export const outboundSchema =
|
|
3641
|
-
/** @deprecated use `
|
|
3642
|
-
export type Outbound =
|
|
3640
|
+
export namespace UiOptionsAtBRANDAt7838$ {
|
|
3641
|
+
/** @deprecated use `UiOptionsAtBRANDAt7838$inboundSchema` instead. */
|
|
3642
|
+
export const inboundSchema = UiOptionsAtBRANDAt7838$inboundSchema;
|
|
3643
|
+
/** @deprecated use `UiOptionsAtBRANDAt7838$outboundSchema` instead. */
|
|
3644
|
+
export const outboundSchema = UiOptionsAtBRANDAt7838$outboundSchema;
|
|
3645
|
+
/** @deprecated use `UiOptionsAtBRANDAt7838$Outbound` instead. */
|
|
3646
|
+
export type Outbound = UiOptionsAtBRANDAt7838$Outbound;
|
|
3643
3647
|
}
|
|
3644
3648
|
|
|
3645
|
-
export function
|
|
3646
|
-
|
|
3649
|
+
export function uiOptionsAtBRANDAt7838ToJSON(
|
|
3650
|
+
uiOptionsAtBRANDAt7838: UiOptionsAtBRANDAt7838,
|
|
3647
3651
|
): string {
|
|
3648
3652
|
return JSON.stringify(
|
|
3649
|
-
|
|
3653
|
+
UiOptionsAtBRANDAt7838$outboundSchema.parse(uiOptionsAtBRANDAt7838),
|
|
3650
3654
|
);
|
|
3651
3655
|
}
|
|
3652
3656
|
|
|
3653
|
-
export function
|
|
3657
|
+
export function uiOptionsAtBRANDAt7838FromJSON(
|
|
3654
3658
|
jsonString: string,
|
|
3655
|
-
): SafeParseResult<
|
|
3659
|
+
): SafeParseResult<UiOptionsAtBRANDAt7838, SDKValidationError> {
|
|
3656
3660
|
return safeParse(
|
|
3657
3661
|
jsonString,
|
|
3658
|
-
(x) =>
|
|
3659
|
-
`Failed to parse '
|
|
3662
|
+
(x) => UiOptionsAtBRANDAt7838$inboundSchema.parse(JSON.parse(x)),
|
|
3663
|
+
`Failed to parse 'UiOptionsAtBRANDAt7838' from JSON`,
|
|
3660
3664
|
);
|
|
3661
3665
|
}
|
|
3662
3666
|
|
|
@@ -3666,16 +3670,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
|
|
|
3666
3670
|
z.ZodTypeDef,
|
|
3667
3671
|
unknown
|
|
3668
3672
|
> = z.object({
|
|
3669
|
-
"__@BRAND@
|
|
3673
|
+
"__@BRAND@7838": z.lazy(() => UiOptionsAtBRANDAt7838$inboundSchema),
|
|
3670
3674
|
}).transform((v) => {
|
|
3671
3675
|
return remap$(v, {
|
|
3672
|
-
"__@BRAND@
|
|
3676
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
3673
3677
|
});
|
|
3674
3678
|
});
|
|
3675
3679
|
|
|
3676
3680
|
/** @internal */
|
|
3677
3681
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
3678
|
-
"__@BRAND@
|
|
3682
|
+
"__@BRAND@7838": UiOptionsAtBRANDAt7838$Outbound;
|
|
3679
3683
|
};
|
|
3680
3684
|
|
|
3681
3685
|
/** @internal */
|
|
@@ -3684,10 +3688,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
|
|
|
3684
3688
|
z.ZodTypeDef,
|
|
3685
3689
|
CreateIntegrationStoreDirectUiOptions2
|
|
3686
3690
|
> = z.object({
|
|
3687
|
-
|
|
3691
|
+
atBRANDAt7838: z.lazy(() => UiOptionsAtBRANDAt7838$outboundSchema),
|
|
3688
3692
|
}).transform((v) => {
|
|
3689
3693
|
return remap$(v, {
|
|
3690
|
-
|
|
3694
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
3691
3695
|
});
|
|
3692
3696
|
});
|
|
3693
3697
|
|
|
@@ -4249,65 +4253,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
4249
4253
|
}
|
|
4250
4254
|
|
|
4251
4255
|
/** @internal */
|
|
4252
|
-
export const
|
|
4256
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema:
|
|
4253
4257
|
z.ZodType<
|
|
4254
|
-
|
|
4258
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838,
|
|
4255
4259
|
z.ZodTypeDef,
|
|
4256
4260
|
unknown
|
|
4257
4261
|
> = z.object({});
|
|
4258
4262
|
|
|
4259
4263
|
/** @internal */
|
|
4260
|
-
export type
|
|
4264
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound =
|
|
4261
4265
|
{};
|
|
4262
4266
|
|
|
4263
4267
|
/** @internal */
|
|
4264
|
-
export const
|
|
4268
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema:
|
|
4265
4269
|
z.ZodType<
|
|
4266
|
-
|
|
4270
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound,
|
|
4267
4271
|
z.ZodTypeDef,
|
|
4268
|
-
|
|
4272
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838
|
|
4269
4273
|
> = z.object({});
|
|
4270
4274
|
|
|
4271
4275
|
/**
|
|
4272
4276
|
* @internal
|
|
4273
4277
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4274
4278
|
*/
|
|
4275
|
-
export namespace
|
|
4276
|
-
/** @deprecated use `
|
|
4279
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$ {
|
|
4280
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema` instead. */
|
|
4277
4281
|
export const inboundSchema =
|
|
4278
|
-
|
|
4279
|
-
/** @deprecated use `
|
|
4282
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema;
|
|
4283
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema` instead. */
|
|
4280
4284
|
export const outboundSchema =
|
|
4281
|
-
|
|
4282
|
-
/** @deprecated use `
|
|
4285
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema;
|
|
4286
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound` instead. */
|
|
4283
4287
|
export type Outbound =
|
|
4284
|
-
|
|
4288
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound;
|
|
4285
4289
|
}
|
|
4286
4290
|
|
|
4287
|
-
export function
|
|
4288
|
-
|
|
4289
|
-
|
|
4291
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838ToJSON(
|
|
4292
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838:
|
|
4293
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838,
|
|
4290
4294
|
): string {
|
|
4291
4295
|
return JSON.stringify(
|
|
4292
|
-
|
|
4296
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema
|
|
4293
4297
|
.parse(
|
|
4294
|
-
|
|
4298
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838,
|
|
4295
4299
|
),
|
|
4296
4300
|
);
|
|
4297
4301
|
}
|
|
4298
4302
|
|
|
4299
|
-
export function
|
|
4303
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838FromJSON(
|
|
4300
4304
|
jsonString: string,
|
|
4301
4305
|
): SafeParseResult<
|
|
4302
|
-
|
|
4306
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838,
|
|
4303
4307
|
SDKValidationError
|
|
4304
4308
|
> {
|
|
4305
4309
|
return safeParse(
|
|
4306
4310
|
jsonString,
|
|
4307
4311
|
(x) =>
|
|
4308
|
-
|
|
4312
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema
|
|
4309
4313
|
.parse(JSON.parse(x)),
|
|
4310
|
-
`Failed to parse '
|
|
4314
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838' from JSON`,
|
|
4311
4315
|
);
|
|
4312
4316
|
}
|
|
4313
4317
|
|
|
@@ -4318,20 +4322,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
4318
4322
|
z.ZodTypeDef,
|
|
4319
4323
|
unknown
|
|
4320
4324
|
> = z.object({
|
|
4321
|
-
"__@BRAND@
|
|
4322
|
-
|
|
4325
|
+
"__@BRAND@7838": z.lazy(() =>
|
|
4326
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema
|
|
4323
4327
|
),
|
|
4324
4328
|
}).transform((v) => {
|
|
4325
4329
|
return remap$(v, {
|
|
4326
|
-
"__@BRAND@
|
|
4330
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
4327
4331
|
});
|
|
4328
4332
|
});
|
|
4329
4333
|
|
|
4330
4334
|
/** @internal */
|
|
4331
4335
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
|
|
4332
4336
|
{
|
|
4333
|
-
"__@BRAND@
|
|
4334
|
-
|
|
4337
|
+
"__@BRAND@7838":
|
|
4338
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound;
|
|
4335
4339
|
};
|
|
4336
4340
|
|
|
4337
4341
|
/** @internal */
|
|
@@ -4341,12 +4345,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
4341
4345
|
z.ZodTypeDef,
|
|
4342
4346
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
4343
4347
|
> = z.object({
|
|
4344
|
-
|
|
4345
|
-
|
|
4348
|
+
atBRANDAt7838: z.lazy(() =>
|
|
4349
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema
|
|
4346
4350
|
),
|
|
4347
4351
|
}).transform((v) => {
|
|
4348
4352
|
return remap$(v, {
|
|
4349
|
-
|
|
4353
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
4350
4354
|
});
|
|
4351
4355
|
});
|
|
4352
4356
|
|
|
@@ -4394,65 +4398,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
4394
4398
|
}
|
|
4395
4399
|
|
|
4396
4400
|
/** @internal */
|
|
4397
|
-
export const
|
|
4401
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema:
|
|
4398
4402
|
z.ZodType<
|
|
4399
|
-
|
|
4403
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838,
|
|
4400
4404
|
z.ZodTypeDef,
|
|
4401
4405
|
unknown
|
|
4402
4406
|
> = z.object({});
|
|
4403
4407
|
|
|
4404
4408
|
/** @internal */
|
|
4405
|
-
export type
|
|
4409
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound =
|
|
4406
4410
|
{};
|
|
4407
4411
|
|
|
4408
4412
|
/** @internal */
|
|
4409
|
-
export const
|
|
4413
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema:
|
|
4410
4414
|
z.ZodType<
|
|
4411
|
-
|
|
4415
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound,
|
|
4412
4416
|
z.ZodTypeDef,
|
|
4413
|
-
|
|
4417
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838
|
|
4414
4418
|
> = z.object({});
|
|
4415
4419
|
|
|
4416
4420
|
/**
|
|
4417
4421
|
* @internal
|
|
4418
4422
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4419
4423
|
*/
|
|
4420
|
-
export namespace
|
|
4421
|
-
/** @deprecated use `
|
|
4424
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$ {
|
|
4425
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema` instead. */
|
|
4422
4426
|
export const inboundSchema =
|
|
4423
|
-
|
|
4424
|
-
/** @deprecated use `
|
|
4427
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema;
|
|
4428
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema` instead. */
|
|
4425
4429
|
export const outboundSchema =
|
|
4426
|
-
|
|
4427
|
-
/** @deprecated use `
|
|
4430
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema;
|
|
4431
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound` instead. */
|
|
4428
4432
|
export type Outbound =
|
|
4429
|
-
|
|
4433
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound;
|
|
4430
4434
|
}
|
|
4431
4435
|
|
|
4432
|
-
export function
|
|
4433
|
-
|
|
4434
|
-
|
|
4436
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838ToJSON(
|
|
4437
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838:
|
|
4438
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838,
|
|
4435
4439
|
): string {
|
|
4436
4440
|
return JSON.stringify(
|
|
4437
|
-
|
|
4441
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema
|
|
4438
4442
|
.parse(
|
|
4439
|
-
|
|
4443
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838,
|
|
4440
4444
|
),
|
|
4441
4445
|
);
|
|
4442
4446
|
}
|
|
4443
4447
|
|
|
4444
|
-
export function
|
|
4448
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838FromJSON(
|
|
4445
4449
|
jsonString: string,
|
|
4446
4450
|
): SafeParseResult<
|
|
4447
|
-
|
|
4451
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838,
|
|
4448
4452
|
SDKValidationError
|
|
4449
4453
|
> {
|
|
4450
4454
|
return safeParse(
|
|
4451
4455
|
jsonString,
|
|
4452
4456
|
(x) =>
|
|
4453
|
-
|
|
4457
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema
|
|
4454
4458
|
.parse(JSON.parse(x)),
|
|
4455
|
-
`Failed to parse '
|
|
4459
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838' from JSON`,
|
|
4456
4460
|
);
|
|
4457
4461
|
}
|
|
4458
4462
|
|
|
@@ -4463,20 +4467,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
4463
4467
|
z.ZodTypeDef,
|
|
4464
4468
|
unknown
|
|
4465
4469
|
> = z.object({
|
|
4466
|
-
"__@BRAND@
|
|
4467
|
-
|
|
4470
|
+
"__@BRAND@7838": z.lazy(() =>
|
|
4471
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema
|
|
4468
4472
|
),
|
|
4469
4473
|
}).transform((v) => {
|
|
4470
4474
|
return remap$(v, {
|
|
4471
|
-
"__@BRAND@
|
|
4475
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
4472
4476
|
});
|
|
4473
4477
|
});
|
|
4474
4478
|
|
|
4475
4479
|
/** @internal */
|
|
4476
4480
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
|
|
4477
4481
|
{
|
|
4478
|
-
"__@BRAND@
|
|
4479
|
-
|
|
4482
|
+
"__@BRAND@7838":
|
|
4483
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound;
|
|
4480
4484
|
};
|
|
4481
4485
|
|
|
4482
4486
|
/** @internal */
|
|
@@ -4486,12 +4490,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
4486
4490
|
z.ZodTypeDef,
|
|
4487
4491
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
4488
4492
|
> = z.object({
|
|
4489
|
-
|
|
4490
|
-
|
|
4493
|
+
atBRANDAt7838: z.lazy(() =>
|
|
4494
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema
|
|
4491
4495
|
),
|
|
4492
4496
|
}).transform((v) => {
|
|
4493
4497
|
return remap$(v, {
|
|
4494
|
-
|
|
4498
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
4495
4499
|
});
|
|
4496
4500
|
});
|
|
4497
4501
|
|
|
@@ -4539,65 +4543,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
4539
4543
|
}
|
|
4540
4544
|
|
|
4541
4545
|
/** @internal */
|
|
4542
|
-
export const
|
|
4546
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema:
|
|
4543
4547
|
z.ZodType<
|
|
4544
|
-
|
|
4548
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838,
|
|
4545
4549
|
z.ZodTypeDef,
|
|
4546
4550
|
unknown
|
|
4547
4551
|
> = z.object({});
|
|
4548
4552
|
|
|
4549
4553
|
/** @internal */
|
|
4550
|
-
export type
|
|
4554
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound =
|
|
4551
4555
|
{};
|
|
4552
4556
|
|
|
4553
4557
|
/** @internal */
|
|
4554
|
-
export const
|
|
4558
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema:
|
|
4555
4559
|
z.ZodType<
|
|
4556
|
-
|
|
4560
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound,
|
|
4557
4561
|
z.ZodTypeDef,
|
|
4558
|
-
|
|
4562
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838
|
|
4559
4563
|
> = z.object({});
|
|
4560
4564
|
|
|
4561
4565
|
/**
|
|
4562
4566
|
* @internal
|
|
4563
4567
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4564
4568
|
*/
|
|
4565
|
-
export namespace
|
|
4566
|
-
/** @deprecated use `
|
|
4569
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$ {
|
|
4570
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema` instead. */
|
|
4567
4571
|
export const inboundSchema =
|
|
4568
|
-
|
|
4569
|
-
/** @deprecated use `
|
|
4572
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema;
|
|
4573
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema` instead. */
|
|
4570
4574
|
export const outboundSchema =
|
|
4571
|
-
|
|
4572
|
-
/** @deprecated use `
|
|
4575
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema;
|
|
4576
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound` instead. */
|
|
4573
4577
|
export type Outbound =
|
|
4574
|
-
|
|
4578
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound;
|
|
4575
4579
|
}
|
|
4576
4580
|
|
|
4577
|
-
export function
|
|
4578
|
-
|
|
4579
|
-
|
|
4581
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838ToJSON(
|
|
4582
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838:
|
|
4583
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838,
|
|
4580
4584
|
): string {
|
|
4581
4585
|
return JSON.stringify(
|
|
4582
|
-
|
|
4586
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema
|
|
4583
4587
|
.parse(
|
|
4584
|
-
|
|
4588
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838,
|
|
4585
4589
|
),
|
|
4586
4590
|
);
|
|
4587
4591
|
}
|
|
4588
4592
|
|
|
4589
|
-
export function
|
|
4593
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838FromJSON(
|
|
4590
4594
|
jsonString: string,
|
|
4591
4595
|
): SafeParseResult<
|
|
4592
|
-
|
|
4596
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838,
|
|
4593
4597
|
SDKValidationError
|
|
4594
4598
|
> {
|
|
4595
4599
|
return safeParse(
|
|
4596
4600
|
jsonString,
|
|
4597
4601
|
(x) =>
|
|
4598
|
-
|
|
4602
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema
|
|
4599
4603
|
.parse(JSON.parse(x)),
|
|
4600
|
-
`Failed to parse '
|
|
4604
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838' from JSON`,
|
|
4601
4605
|
);
|
|
4602
4606
|
}
|
|
4603
4607
|
|
|
@@ -4608,20 +4612,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
|
|
|
4608
4612
|
z.ZodTypeDef,
|
|
4609
4613
|
unknown
|
|
4610
4614
|
> = z.object({
|
|
4611
|
-
"__@BRAND@
|
|
4612
|
-
|
|
4615
|
+
"__@BRAND@7838": z.lazy(() =>
|
|
4616
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema
|
|
4613
4617
|
),
|
|
4614
4618
|
}).transform((v) => {
|
|
4615
4619
|
return remap$(v, {
|
|
4616
|
-
"__@BRAND@
|
|
4620
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
4617
4621
|
});
|
|
4618
4622
|
});
|
|
4619
4623
|
|
|
4620
4624
|
/** @internal */
|
|
4621
4625
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
|
|
4622
4626
|
{
|
|
4623
|
-
"__@BRAND@
|
|
4624
|
-
|
|
4627
|
+
"__@BRAND@7838":
|
|
4628
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound;
|
|
4625
4629
|
};
|
|
4626
4630
|
|
|
4627
4631
|
/** @internal */
|
|
@@ -4631,12 +4635,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
|
|
|
4631
4635
|
z.ZodTypeDef,
|
|
4632
4636
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
|
|
4633
4637
|
> = z.object({
|
|
4634
|
-
|
|
4635
|
-
|
|
4638
|
+
atBRANDAt7838: z.lazy(() =>
|
|
4639
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema
|
|
4636
4640
|
),
|
|
4637
4641
|
}).transform((v) => {
|
|
4638
4642
|
return remap$(v, {
|
|
4639
|
-
|
|
4643
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
4640
4644
|
});
|
|
4641
4645
|
});
|
|
4642
4646
|
|
|
@@ -5711,65 +5715,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
5711
5715
|
}
|
|
5712
5716
|
|
|
5713
5717
|
/** @internal */
|
|
5714
|
-
export const
|
|
5718
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema:
|
|
5715
5719
|
z.ZodType<
|
|
5716
|
-
|
|
5720
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838,
|
|
5717
5721
|
z.ZodTypeDef,
|
|
5718
5722
|
unknown
|
|
5719
5723
|
> = z.object({});
|
|
5720
5724
|
|
|
5721
5725
|
/** @internal */
|
|
5722
|
-
export type
|
|
5726
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound =
|
|
5723
5727
|
{};
|
|
5724
5728
|
|
|
5725
5729
|
/** @internal */
|
|
5726
|
-
export const
|
|
5730
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema:
|
|
5727
5731
|
z.ZodType<
|
|
5728
|
-
|
|
5732
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound,
|
|
5729
5733
|
z.ZodTypeDef,
|
|
5730
|
-
|
|
5734
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838
|
|
5731
5735
|
> = z.object({});
|
|
5732
5736
|
|
|
5733
5737
|
/**
|
|
5734
5738
|
* @internal
|
|
5735
5739
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5736
5740
|
*/
|
|
5737
|
-
export namespace
|
|
5738
|
-
/** @deprecated use `
|
|
5741
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$ {
|
|
5742
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema` instead. */
|
|
5739
5743
|
export const inboundSchema =
|
|
5740
|
-
|
|
5741
|
-
/** @deprecated use `
|
|
5744
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema;
|
|
5745
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema` instead. */
|
|
5742
5746
|
export const outboundSchema =
|
|
5743
|
-
|
|
5744
|
-
/** @deprecated use `
|
|
5747
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema;
|
|
5748
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound` instead. */
|
|
5745
5749
|
export type Outbound =
|
|
5746
|
-
|
|
5750
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound;
|
|
5747
5751
|
}
|
|
5748
5752
|
|
|
5749
|
-
export function
|
|
5750
|
-
|
|
5751
|
-
|
|
5753
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838ToJSON(
|
|
5754
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838:
|
|
5755
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838,
|
|
5752
5756
|
): string {
|
|
5753
5757
|
return JSON.stringify(
|
|
5754
|
-
|
|
5758
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema
|
|
5755
5759
|
.parse(
|
|
5756
|
-
|
|
5760
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838,
|
|
5757
5761
|
),
|
|
5758
5762
|
);
|
|
5759
5763
|
}
|
|
5760
5764
|
|
|
5761
|
-
export function
|
|
5765
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838FromJSON(
|
|
5762
5766
|
jsonString: string,
|
|
5763
5767
|
): SafeParseResult<
|
|
5764
|
-
|
|
5768
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838,
|
|
5765
5769
|
SDKValidationError
|
|
5766
5770
|
> {
|
|
5767
5771
|
return safeParse(
|
|
5768
5772
|
jsonString,
|
|
5769
5773
|
(x) =>
|
|
5770
|
-
|
|
5774
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema
|
|
5771
5775
|
.parse(JSON.parse(x)),
|
|
5772
|
-
`Failed to parse '
|
|
5776
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838' from JSON`,
|
|
5773
5777
|
);
|
|
5774
5778
|
}
|
|
5775
5779
|
|
|
@@ -5780,20 +5784,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
5780
5784
|
z.ZodTypeDef,
|
|
5781
5785
|
unknown
|
|
5782
5786
|
> = z.object({
|
|
5783
|
-
"__@BRAND@
|
|
5784
|
-
|
|
5787
|
+
"__@BRAND@7838": z.lazy(() =>
|
|
5788
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema
|
|
5785
5789
|
),
|
|
5786
5790
|
}).transform((v) => {
|
|
5787
5791
|
return remap$(v, {
|
|
5788
|
-
"__@BRAND@
|
|
5792
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
5789
5793
|
});
|
|
5790
5794
|
});
|
|
5791
5795
|
|
|
5792
5796
|
/** @internal */
|
|
5793
5797
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
|
|
5794
5798
|
{
|
|
5795
|
-
"__@BRAND@
|
|
5796
|
-
|
|
5799
|
+
"__@BRAND@7838":
|
|
5800
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound;
|
|
5797
5801
|
};
|
|
5798
5802
|
|
|
5799
5803
|
/** @internal */
|
|
@@ -5803,12 +5807,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
5803
5807
|
z.ZodTypeDef,
|
|
5804
5808
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
|
|
5805
5809
|
> = z.object({
|
|
5806
|
-
|
|
5807
|
-
|
|
5810
|
+
atBRANDAt7838: z.lazy(() =>
|
|
5811
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema
|
|
5808
5812
|
),
|
|
5809
5813
|
}).transform((v) => {
|
|
5810
5814
|
return remap$(v, {
|
|
5811
|
-
|
|
5815
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
5812
5816
|
});
|
|
5813
5817
|
});
|
|
5814
5818
|
|
|
@@ -5856,65 +5860,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
5856
5860
|
}
|
|
5857
5861
|
|
|
5858
5862
|
/** @internal */
|
|
5859
|
-
export const
|
|
5863
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema:
|
|
5860
5864
|
z.ZodType<
|
|
5861
|
-
|
|
5865
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838,
|
|
5862
5866
|
z.ZodTypeDef,
|
|
5863
5867
|
unknown
|
|
5864
5868
|
> = z.object({});
|
|
5865
5869
|
|
|
5866
5870
|
/** @internal */
|
|
5867
|
-
export type
|
|
5871
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound =
|
|
5868
5872
|
{};
|
|
5869
5873
|
|
|
5870
5874
|
/** @internal */
|
|
5871
|
-
export const
|
|
5875
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema:
|
|
5872
5876
|
z.ZodType<
|
|
5873
|
-
|
|
5877
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound,
|
|
5874
5878
|
z.ZodTypeDef,
|
|
5875
|
-
|
|
5879
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838
|
|
5876
5880
|
> = z.object({});
|
|
5877
5881
|
|
|
5878
5882
|
/**
|
|
5879
5883
|
* @internal
|
|
5880
5884
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5881
5885
|
*/
|
|
5882
|
-
export namespace
|
|
5883
|
-
/** @deprecated use `
|
|
5886
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$ {
|
|
5887
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema` instead. */
|
|
5884
5888
|
export const inboundSchema =
|
|
5885
|
-
|
|
5886
|
-
/** @deprecated use `
|
|
5889
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema;
|
|
5890
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema` instead. */
|
|
5887
5891
|
export const outboundSchema =
|
|
5888
|
-
|
|
5889
|
-
/** @deprecated use `
|
|
5892
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema;
|
|
5893
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound` instead. */
|
|
5890
5894
|
export type Outbound =
|
|
5891
|
-
|
|
5895
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound;
|
|
5892
5896
|
}
|
|
5893
5897
|
|
|
5894
|
-
export function
|
|
5895
|
-
|
|
5896
|
-
|
|
5898
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838ToJSON(
|
|
5899
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838:
|
|
5900
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838,
|
|
5897
5901
|
): string {
|
|
5898
5902
|
return JSON.stringify(
|
|
5899
|
-
|
|
5903
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema
|
|
5900
5904
|
.parse(
|
|
5901
|
-
|
|
5905
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838,
|
|
5902
5906
|
),
|
|
5903
5907
|
);
|
|
5904
5908
|
}
|
|
5905
5909
|
|
|
5906
|
-
export function
|
|
5910
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838FromJSON(
|
|
5907
5911
|
jsonString: string,
|
|
5908
5912
|
): SafeParseResult<
|
|
5909
|
-
|
|
5913
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838,
|
|
5910
5914
|
SDKValidationError
|
|
5911
5915
|
> {
|
|
5912
5916
|
return safeParse(
|
|
5913
5917
|
jsonString,
|
|
5914
5918
|
(x) =>
|
|
5915
|
-
|
|
5919
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema
|
|
5916
5920
|
.parse(JSON.parse(x)),
|
|
5917
|
-
`Failed to parse '
|
|
5921
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838' from JSON`,
|
|
5918
5922
|
);
|
|
5919
5923
|
}
|
|
5920
5924
|
|
|
@@ -5925,20 +5929,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
5925
5929
|
z.ZodTypeDef,
|
|
5926
5930
|
unknown
|
|
5927
5931
|
> = z.object({
|
|
5928
|
-
"__@BRAND@
|
|
5929
|
-
|
|
5932
|
+
"__@BRAND@7838": z.lazy(() =>
|
|
5933
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema
|
|
5930
5934
|
),
|
|
5931
5935
|
}).transform((v) => {
|
|
5932
5936
|
return remap$(v, {
|
|
5933
|
-
"__@BRAND@
|
|
5937
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
5934
5938
|
});
|
|
5935
5939
|
});
|
|
5936
5940
|
|
|
5937
5941
|
/** @internal */
|
|
5938
5942
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
|
|
5939
5943
|
{
|
|
5940
|
-
"__@BRAND@
|
|
5941
|
-
|
|
5944
|
+
"__@BRAND@7838":
|
|
5945
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound;
|
|
5942
5946
|
};
|
|
5943
5947
|
|
|
5944
5948
|
/** @internal */
|
|
@@ -5948,12 +5952,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
5948
5952
|
z.ZodTypeDef,
|
|
5949
5953
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
|
|
5950
5954
|
> = z.object({
|
|
5951
|
-
|
|
5952
|
-
|
|
5955
|
+
atBRANDAt7838: z.lazy(() =>
|
|
5956
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema
|
|
5953
5957
|
),
|
|
5954
5958
|
}).transform((v) => {
|
|
5955
5959
|
return remap$(v, {
|
|
5956
|
-
|
|
5960
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
5957
5961
|
});
|
|
5958
5962
|
});
|
|
5959
5963
|
|
|
@@ -6001,65 +6005,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
6001
6005
|
}
|
|
6002
6006
|
|
|
6003
6007
|
/** @internal */
|
|
6004
|
-
export const
|
|
6008
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema:
|
|
6005
6009
|
z.ZodType<
|
|
6006
|
-
|
|
6010
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838,
|
|
6007
6011
|
z.ZodTypeDef,
|
|
6008
6012
|
unknown
|
|
6009
6013
|
> = z.object({});
|
|
6010
6014
|
|
|
6011
6015
|
/** @internal */
|
|
6012
|
-
export type
|
|
6016
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound =
|
|
6013
6017
|
{};
|
|
6014
6018
|
|
|
6015
6019
|
/** @internal */
|
|
6016
|
-
export const
|
|
6020
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema:
|
|
6017
6021
|
z.ZodType<
|
|
6018
|
-
|
|
6022
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound,
|
|
6019
6023
|
z.ZodTypeDef,
|
|
6020
|
-
|
|
6024
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838
|
|
6021
6025
|
> = z.object({});
|
|
6022
6026
|
|
|
6023
6027
|
/**
|
|
6024
6028
|
* @internal
|
|
6025
6029
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6026
6030
|
*/
|
|
6027
|
-
export namespace
|
|
6028
|
-
/** @deprecated use `
|
|
6031
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$ {
|
|
6032
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema` instead. */
|
|
6029
6033
|
export const inboundSchema =
|
|
6030
|
-
|
|
6031
|
-
/** @deprecated use `
|
|
6034
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema;
|
|
6035
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema` instead. */
|
|
6032
6036
|
export const outboundSchema =
|
|
6033
|
-
|
|
6034
|
-
/** @deprecated use `
|
|
6037
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema;
|
|
6038
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound` instead. */
|
|
6035
6039
|
export type Outbound =
|
|
6036
|
-
|
|
6040
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound;
|
|
6037
6041
|
}
|
|
6038
6042
|
|
|
6039
|
-
export function
|
|
6040
|
-
|
|
6041
|
-
|
|
6043
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838ToJSON(
|
|
6044
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838:
|
|
6045
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838,
|
|
6042
6046
|
): string {
|
|
6043
6047
|
return JSON.stringify(
|
|
6044
|
-
|
|
6048
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema
|
|
6045
6049
|
.parse(
|
|
6046
|
-
|
|
6050
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838,
|
|
6047
6051
|
),
|
|
6048
6052
|
);
|
|
6049
6053
|
}
|
|
6050
6054
|
|
|
6051
|
-
export function
|
|
6055
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838FromJSON(
|
|
6052
6056
|
jsonString: string,
|
|
6053
6057
|
): SafeParseResult<
|
|
6054
|
-
|
|
6058
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838,
|
|
6055
6059
|
SDKValidationError
|
|
6056
6060
|
> {
|
|
6057
6061
|
return safeParse(
|
|
6058
6062
|
jsonString,
|
|
6059
6063
|
(x) =>
|
|
6060
|
-
|
|
6064
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema
|
|
6061
6065
|
.parse(JSON.parse(x)),
|
|
6062
|
-
`Failed to parse '
|
|
6066
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838' from JSON`,
|
|
6063
6067
|
);
|
|
6064
6068
|
}
|
|
6065
6069
|
|
|
@@ -6070,20 +6074,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
6070
6074
|
z.ZodTypeDef,
|
|
6071
6075
|
unknown
|
|
6072
6076
|
> = z.object({
|
|
6073
|
-
"__@BRAND@
|
|
6074
|
-
|
|
6077
|
+
"__@BRAND@7838": z.lazy(() =>
|
|
6078
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema
|
|
6075
6079
|
),
|
|
6076
6080
|
}).transform((v) => {
|
|
6077
6081
|
return remap$(v, {
|
|
6078
|
-
"__@BRAND@
|
|
6082
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
6079
6083
|
});
|
|
6080
6084
|
});
|
|
6081
6085
|
|
|
6082
6086
|
/** @internal */
|
|
6083
6087
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
|
|
6084
6088
|
{
|
|
6085
|
-
"__@BRAND@
|
|
6086
|
-
|
|
6089
|
+
"__@BRAND@7838":
|
|
6090
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound;
|
|
6087
6091
|
};
|
|
6088
6092
|
|
|
6089
6093
|
/** @internal */
|
|
@@ -6093,12 +6097,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
6093
6097
|
z.ZodTypeDef,
|
|
6094
6098
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
|
|
6095
6099
|
> = z.object({
|
|
6096
|
-
|
|
6097
|
-
|
|
6100
|
+
atBRANDAt7838: z.lazy(() =>
|
|
6101
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema
|
|
6098
6102
|
),
|
|
6099
6103
|
}).transform((v) => {
|
|
6100
6104
|
return remap$(v, {
|
|
6101
|
-
|
|
6105
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
6102
6106
|
});
|
|
6103
6107
|
});
|
|
6104
6108
|
|
|
@@ -8169,63 +8173,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
|
|
|
8169
8173
|
}
|
|
8170
8174
|
|
|
8171
8175
|
/** @internal */
|
|
8172
|
-
export const
|
|
8176
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema:
|
|
8173
8177
|
z.ZodType<
|
|
8174
|
-
|
|
8178
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838,
|
|
8175
8179
|
z.ZodTypeDef,
|
|
8176
8180
|
unknown
|
|
8177
8181
|
> = z.object({});
|
|
8178
8182
|
|
|
8179
8183
|
/** @internal */
|
|
8180
|
-
export type
|
|
8184
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound =
|
|
8181
8185
|
{};
|
|
8182
8186
|
|
|
8183
8187
|
/** @internal */
|
|
8184
|
-
export const
|
|
8188
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema:
|
|
8185
8189
|
z.ZodType<
|
|
8186
|
-
|
|
8190
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound,
|
|
8187
8191
|
z.ZodTypeDef,
|
|
8188
|
-
|
|
8192
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838
|
|
8189
8193
|
> = z.object({});
|
|
8190
8194
|
|
|
8191
8195
|
/**
|
|
8192
8196
|
* @internal
|
|
8193
8197
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8194
8198
|
*/
|
|
8195
|
-
export namespace
|
|
8196
|
-
/** @deprecated use `
|
|
8199
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$ {
|
|
8200
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema` instead. */
|
|
8197
8201
|
export const inboundSchema =
|
|
8198
|
-
|
|
8199
|
-
/** @deprecated use `
|
|
8202
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema;
|
|
8203
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema` instead. */
|
|
8200
8204
|
export const outboundSchema =
|
|
8201
|
-
|
|
8202
|
-
/** @deprecated use `
|
|
8205
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema;
|
|
8206
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound` instead. */
|
|
8203
8207
|
export type Outbound =
|
|
8204
|
-
|
|
8208
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound;
|
|
8205
8209
|
}
|
|
8206
8210
|
|
|
8207
|
-
export function
|
|
8208
|
-
|
|
8209
|
-
|
|
8211
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838ToJSON(
|
|
8212
|
+
createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838:
|
|
8213
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838,
|
|
8210
8214
|
): string {
|
|
8211
8215
|
return JSON.stringify(
|
|
8212
|
-
|
|
8213
|
-
.parse(
|
|
8216
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema
|
|
8217
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838),
|
|
8214
8218
|
);
|
|
8215
8219
|
}
|
|
8216
8220
|
|
|
8217
|
-
export function
|
|
8221
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838FromJSON(
|
|
8218
8222
|
jsonString: string,
|
|
8219
8223
|
): SafeParseResult<
|
|
8220
|
-
|
|
8224
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838,
|
|
8221
8225
|
SDKValidationError
|
|
8222
8226
|
> {
|
|
8223
8227
|
return safeParse(
|
|
8224
8228
|
jsonString,
|
|
8225
8229
|
(x) =>
|
|
8226
|
-
|
|
8230
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema
|
|
8227
8231
|
.parse(JSON.parse(x)),
|
|
8228
|
-
`Failed to parse '
|
|
8232
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838' from JSON`,
|
|
8229
8233
|
);
|
|
8230
8234
|
}
|
|
8231
8235
|
|
|
@@ -8236,20 +8240,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
|
|
|
8236
8240
|
z.ZodTypeDef,
|
|
8237
8241
|
unknown
|
|
8238
8242
|
> = z.object({
|
|
8239
|
-
"__@BRAND@
|
|
8240
|
-
|
|
8243
|
+
"__@BRAND@7838": z.lazy(() =>
|
|
8244
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema
|
|
8241
8245
|
),
|
|
8242
8246
|
}).transform((v) => {
|
|
8243
8247
|
return remap$(v, {
|
|
8244
|
-
"__@BRAND@
|
|
8248
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
8245
8249
|
});
|
|
8246
8250
|
});
|
|
8247
8251
|
|
|
8248
8252
|
/** @internal */
|
|
8249
8253
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
|
|
8250
8254
|
{
|
|
8251
|
-
"__@BRAND@
|
|
8252
|
-
|
|
8255
|
+
"__@BRAND@7838":
|
|
8256
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound;
|
|
8253
8257
|
};
|
|
8254
8258
|
|
|
8255
8259
|
/** @internal */
|
|
@@ -8259,12 +8263,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
|
|
|
8259
8263
|
z.ZodTypeDef,
|
|
8260
8264
|
CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
|
|
8261
8265
|
> = z.object({
|
|
8262
|
-
|
|
8263
|
-
|
|
8266
|
+
atBRANDAt7838: z.lazy(() =>
|
|
8267
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema
|
|
8264
8268
|
),
|
|
8265
8269
|
}).transform((v) => {
|
|
8266
8270
|
return remap$(v, {
|
|
8267
|
-
|
|
8271
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
8268
8272
|
});
|
|
8269
8273
|
});
|
|
8270
8274
|
|
|
@@ -8310,65 +8314,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
8310
8314
|
}
|
|
8311
8315
|
|
|
8312
8316
|
/** @internal */
|
|
8313
|
-
export const
|
|
8317
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema:
|
|
8314
8318
|
z.ZodType<
|
|
8315
|
-
|
|
8319
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838,
|
|
8316
8320
|
z.ZodTypeDef,
|
|
8317
8321
|
unknown
|
|
8318
8322
|
> = z.object({});
|
|
8319
8323
|
|
|
8320
8324
|
/** @internal */
|
|
8321
|
-
export type
|
|
8325
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound =
|
|
8322
8326
|
{};
|
|
8323
8327
|
|
|
8324
8328
|
/** @internal */
|
|
8325
|
-
export const
|
|
8329
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema:
|
|
8326
8330
|
z.ZodType<
|
|
8327
|
-
|
|
8331
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound,
|
|
8328
8332
|
z.ZodTypeDef,
|
|
8329
|
-
|
|
8333
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838
|
|
8330
8334
|
> = z.object({});
|
|
8331
8335
|
|
|
8332
8336
|
/**
|
|
8333
8337
|
* @internal
|
|
8334
8338
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8335
8339
|
*/
|
|
8336
|
-
export namespace
|
|
8337
|
-
/** @deprecated use `
|
|
8340
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$ {
|
|
8341
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema` instead. */
|
|
8338
8342
|
export const inboundSchema =
|
|
8339
|
-
|
|
8340
|
-
/** @deprecated use `
|
|
8343
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema;
|
|
8344
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema` instead. */
|
|
8341
8345
|
export const outboundSchema =
|
|
8342
|
-
|
|
8343
|
-
/** @deprecated use `
|
|
8346
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema;
|
|
8347
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound` instead. */
|
|
8344
8348
|
export type Outbound =
|
|
8345
|
-
|
|
8349
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound;
|
|
8346
8350
|
}
|
|
8347
8351
|
|
|
8348
|
-
export function
|
|
8349
|
-
|
|
8350
|
-
|
|
8352
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838ToJSON(
|
|
8353
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838:
|
|
8354
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838,
|
|
8351
8355
|
): string {
|
|
8352
8356
|
return JSON.stringify(
|
|
8353
|
-
|
|
8357
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema
|
|
8354
8358
|
.parse(
|
|
8355
|
-
|
|
8359
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838,
|
|
8356
8360
|
),
|
|
8357
8361
|
);
|
|
8358
8362
|
}
|
|
8359
8363
|
|
|
8360
|
-
export function
|
|
8364
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838FromJSON(
|
|
8361
8365
|
jsonString: string,
|
|
8362
8366
|
): SafeParseResult<
|
|
8363
|
-
|
|
8367
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838,
|
|
8364
8368
|
SDKValidationError
|
|
8365
8369
|
> {
|
|
8366
8370
|
return safeParse(
|
|
8367
8371
|
jsonString,
|
|
8368
8372
|
(x) =>
|
|
8369
|
-
|
|
8373
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema
|
|
8370
8374
|
.parse(JSON.parse(x)),
|
|
8371
|
-
`Failed to parse '
|
|
8375
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838' from JSON`,
|
|
8372
8376
|
);
|
|
8373
8377
|
}
|
|
8374
8378
|
|
|
@@ -8379,20 +8383,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
|
|
|
8379
8383
|
z.ZodTypeDef,
|
|
8380
8384
|
unknown
|
|
8381
8385
|
> = z.object({
|
|
8382
|
-
"__@BRAND@
|
|
8383
|
-
|
|
8386
|
+
"__@BRAND@7838": z.lazy(() =>
|
|
8387
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema
|
|
8384
8388
|
),
|
|
8385
8389
|
}).transform((v) => {
|
|
8386
8390
|
return remap$(v, {
|
|
8387
|
-
"__@BRAND@
|
|
8391
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
8388
8392
|
});
|
|
8389
8393
|
});
|
|
8390
8394
|
|
|
8391
8395
|
/** @internal */
|
|
8392
8396
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
|
|
8393
8397
|
{
|
|
8394
|
-
"__@BRAND@
|
|
8395
|
-
|
|
8398
|
+
"__@BRAND@7838":
|
|
8399
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound;
|
|
8396
8400
|
};
|
|
8397
8401
|
|
|
8398
8402
|
/** @internal */
|
|
@@ -8402,12 +8406,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
|
|
|
8402
8406
|
z.ZodTypeDef,
|
|
8403
8407
|
CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
|
|
8404
8408
|
> = z.object({
|
|
8405
|
-
|
|
8406
|
-
|
|
8409
|
+
atBRANDAt7838: z.lazy(() =>
|
|
8410
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema
|
|
8407
8411
|
),
|
|
8408
8412
|
}).transform((v) => {
|
|
8409
8413
|
return remap$(v, {
|
|
8410
|
-
|
|
8414
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
8411
8415
|
});
|
|
8412
8416
|
});
|
|
8413
8417
|
|
|
@@ -8453,65 +8457,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
8453
8457
|
}
|
|
8454
8458
|
|
|
8455
8459
|
/** @internal */
|
|
8456
|
-
export const
|
|
8460
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema:
|
|
8457
8461
|
z.ZodType<
|
|
8458
|
-
|
|
8462
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838,
|
|
8459
8463
|
z.ZodTypeDef,
|
|
8460
8464
|
unknown
|
|
8461
8465
|
> = z.object({});
|
|
8462
8466
|
|
|
8463
8467
|
/** @internal */
|
|
8464
|
-
export type
|
|
8468
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound =
|
|
8465
8469
|
{};
|
|
8466
8470
|
|
|
8467
8471
|
/** @internal */
|
|
8468
|
-
export const
|
|
8472
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema:
|
|
8469
8473
|
z.ZodType<
|
|
8470
|
-
|
|
8474
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound,
|
|
8471
8475
|
z.ZodTypeDef,
|
|
8472
|
-
|
|
8476
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838
|
|
8473
8477
|
> = z.object({});
|
|
8474
8478
|
|
|
8475
8479
|
/**
|
|
8476
8480
|
* @internal
|
|
8477
8481
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8478
8482
|
*/
|
|
8479
|
-
export namespace
|
|
8480
|
-
/** @deprecated use `
|
|
8483
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$ {
|
|
8484
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema` instead. */
|
|
8481
8485
|
export const inboundSchema =
|
|
8482
|
-
|
|
8483
|
-
/** @deprecated use `
|
|
8486
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema;
|
|
8487
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema` instead. */
|
|
8484
8488
|
export const outboundSchema =
|
|
8485
|
-
|
|
8486
|
-
/** @deprecated use `
|
|
8489
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema;
|
|
8490
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound` instead. */
|
|
8487
8491
|
export type Outbound =
|
|
8488
|
-
|
|
8492
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound;
|
|
8489
8493
|
}
|
|
8490
8494
|
|
|
8491
|
-
export function
|
|
8492
|
-
|
|
8493
|
-
|
|
8495
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838ToJSON(
|
|
8496
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838:
|
|
8497
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838,
|
|
8494
8498
|
): string {
|
|
8495
8499
|
return JSON.stringify(
|
|
8496
|
-
|
|
8500
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema
|
|
8497
8501
|
.parse(
|
|
8498
|
-
|
|
8502
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838,
|
|
8499
8503
|
),
|
|
8500
8504
|
);
|
|
8501
8505
|
}
|
|
8502
8506
|
|
|
8503
|
-
export function
|
|
8507
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838FromJSON(
|
|
8504
8508
|
jsonString: string,
|
|
8505
8509
|
): SafeParseResult<
|
|
8506
|
-
|
|
8510
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838,
|
|
8507
8511
|
SDKValidationError
|
|
8508
8512
|
> {
|
|
8509
8513
|
return safeParse(
|
|
8510
8514
|
jsonString,
|
|
8511
8515
|
(x) =>
|
|
8512
|
-
|
|
8516
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema
|
|
8513
8517
|
.parse(JSON.parse(x)),
|
|
8514
|
-
`Failed to parse '
|
|
8518
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838' from JSON`,
|
|
8515
8519
|
);
|
|
8516
8520
|
}
|
|
8517
8521
|
|
|
@@ -8522,20 +8526,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
|
|
|
8522
8526
|
z.ZodTypeDef,
|
|
8523
8527
|
unknown
|
|
8524
8528
|
> = z.object({
|
|
8525
|
-
"__@BRAND@
|
|
8526
|
-
|
|
8529
|
+
"__@BRAND@7838": z.lazy(() =>
|
|
8530
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema
|
|
8527
8531
|
),
|
|
8528
8532
|
}).transform((v) => {
|
|
8529
8533
|
return remap$(v, {
|
|
8530
|
-
"__@BRAND@
|
|
8534
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
8531
8535
|
});
|
|
8532
8536
|
});
|
|
8533
8537
|
|
|
8534
8538
|
/** @internal */
|
|
8535
8539
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
|
|
8536
8540
|
{
|
|
8537
|
-
"__@BRAND@
|
|
8538
|
-
|
|
8541
|
+
"__@BRAND@7838":
|
|
8542
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound;
|
|
8539
8543
|
};
|
|
8540
8544
|
|
|
8541
8545
|
/** @internal */
|
|
@@ -8545,12 +8549,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
|
|
|
8545
8549
|
z.ZodTypeDef,
|
|
8546
8550
|
CreateIntegrationStoreDirectPropertiesIntegrationsPattern
|
|
8547
8551
|
> = z.object({
|
|
8548
|
-
|
|
8549
|
-
|
|
8552
|
+
atBRANDAt7838: z.lazy(() =>
|
|
8553
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema
|
|
8550
8554
|
),
|
|
8551
8555
|
}).transform((v) => {
|
|
8552
8556
|
return remap$(v, {
|
|
8553
|
-
|
|
8557
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
8554
8558
|
});
|
|
8555
8559
|
});
|
|
8556
8560
|
|
|
@@ -12613,65 +12617,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
12613
12617
|
}
|
|
12614
12618
|
|
|
12615
12619
|
/** @internal */
|
|
12616
|
-
export const
|
|
12620
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema:
|
|
12617
12621
|
z.ZodType<
|
|
12618
|
-
|
|
12622
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838,
|
|
12619
12623
|
z.ZodTypeDef,
|
|
12620
12624
|
unknown
|
|
12621
12625
|
> = z.object({});
|
|
12622
12626
|
|
|
12623
12627
|
/** @internal */
|
|
12624
|
-
export type
|
|
12628
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound =
|
|
12625
12629
|
{};
|
|
12626
12630
|
|
|
12627
12631
|
/** @internal */
|
|
12628
|
-
export const
|
|
12632
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema:
|
|
12629
12633
|
z.ZodType<
|
|
12630
|
-
|
|
12634
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound,
|
|
12631
12635
|
z.ZodTypeDef,
|
|
12632
|
-
|
|
12636
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838
|
|
12633
12637
|
> = z.object({});
|
|
12634
12638
|
|
|
12635
12639
|
/**
|
|
12636
12640
|
* @internal
|
|
12637
12641
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12638
12642
|
*/
|
|
12639
|
-
export namespace
|
|
12640
|
-
/** @deprecated use `
|
|
12643
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$ {
|
|
12644
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema` instead. */
|
|
12641
12645
|
export const inboundSchema =
|
|
12642
|
-
|
|
12643
|
-
/** @deprecated use `
|
|
12646
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema;
|
|
12647
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema` instead. */
|
|
12644
12648
|
export const outboundSchema =
|
|
12645
|
-
|
|
12646
|
-
/** @deprecated use `
|
|
12649
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema;
|
|
12650
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound` instead. */
|
|
12647
12651
|
export type Outbound =
|
|
12648
|
-
|
|
12652
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound;
|
|
12649
12653
|
}
|
|
12650
12654
|
|
|
12651
|
-
export function
|
|
12652
|
-
|
|
12653
|
-
|
|
12655
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838ToJSON(
|
|
12656
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838:
|
|
12657
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838,
|
|
12654
12658
|
): string {
|
|
12655
12659
|
return JSON.stringify(
|
|
12656
|
-
|
|
12660
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema
|
|
12657
12661
|
.parse(
|
|
12658
|
-
|
|
12662
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838,
|
|
12659
12663
|
),
|
|
12660
12664
|
);
|
|
12661
12665
|
}
|
|
12662
12666
|
|
|
12663
|
-
export function
|
|
12667
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838FromJSON(
|
|
12664
12668
|
jsonString: string,
|
|
12665
12669
|
): SafeParseResult<
|
|
12666
|
-
|
|
12670
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838,
|
|
12667
12671
|
SDKValidationError
|
|
12668
12672
|
> {
|
|
12669
12673
|
return safeParse(
|
|
12670
12674
|
jsonString,
|
|
12671
12675
|
(x) =>
|
|
12672
|
-
|
|
12676
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema
|
|
12673
12677
|
.parse(JSON.parse(x)),
|
|
12674
|
-
`Failed to parse '
|
|
12678
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838' from JSON`,
|
|
12675
12679
|
);
|
|
12676
12680
|
}
|
|
12677
12681
|
|
|
@@ -12682,19 +12686,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
|
|
|
12682
12686
|
z.ZodTypeDef,
|
|
12683
12687
|
unknown
|
|
12684
12688
|
> = z.object({
|
|
12685
|
-
"__@BRAND@
|
|
12686
|
-
|
|
12689
|
+
"__@BRAND@7838": z.lazy(() =>
|
|
12690
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema
|
|
12687
12691
|
),
|
|
12688
12692
|
}).transform((v) => {
|
|
12689
12693
|
return remap$(v, {
|
|
12690
|
-
"__@BRAND@
|
|
12694
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
12691
12695
|
});
|
|
12692
12696
|
});
|
|
12693
12697
|
|
|
12694
12698
|
/** @internal */
|
|
12695
12699
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
12696
|
-
"__@BRAND@
|
|
12697
|
-
|
|
12700
|
+
"__@BRAND@7838":
|
|
12701
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound;
|
|
12698
12702
|
};
|
|
12699
12703
|
|
|
12700
12704
|
/** @internal */
|
|
@@ -12704,12 +12708,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
|
|
|
12704
12708
|
z.ZodTypeDef,
|
|
12705
12709
|
CreateIntegrationStoreDirectPropertiesMaxLength
|
|
12706
12710
|
> = z.object({
|
|
12707
|
-
|
|
12708
|
-
|
|
12711
|
+
atBRANDAt7838: z.lazy(() =>
|
|
12712
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema
|
|
12709
12713
|
),
|
|
12710
12714
|
}).transform((v) => {
|
|
12711
12715
|
return remap$(v, {
|
|
12712
|
-
|
|
12716
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
12713
12717
|
});
|
|
12714
12718
|
});
|
|
12715
12719
|
|
|
@@ -12757,50 +12761,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
|
|
|
12757
12761
|
}
|
|
12758
12762
|
|
|
12759
12763
|
/** @internal */
|
|
12760
|
-
export const
|
|
12761
|
-
|
|
12764
|
+
export const PropertiesAtBRANDAt7838$inboundSchema: z.ZodType<
|
|
12765
|
+
PropertiesAtBRANDAt7838,
|
|
12762
12766
|
z.ZodTypeDef,
|
|
12763
12767
|
unknown
|
|
12764
12768
|
> = z.object({});
|
|
12765
12769
|
|
|
12766
12770
|
/** @internal */
|
|
12767
|
-
export type
|
|
12771
|
+
export type PropertiesAtBRANDAt7838$Outbound = {};
|
|
12768
12772
|
|
|
12769
12773
|
/** @internal */
|
|
12770
|
-
export const
|
|
12771
|
-
|
|
12774
|
+
export const PropertiesAtBRANDAt7838$outboundSchema: z.ZodType<
|
|
12775
|
+
PropertiesAtBRANDAt7838$Outbound,
|
|
12772
12776
|
z.ZodTypeDef,
|
|
12773
|
-
|
|
12777
|
+
PropertiesAtBRANDAt7838
|
|
12774
12778
|
> = z.object({});
|
|
12775
12779
|
|
|
12776
12780
|
/**
|
|
12777
12781
|
* @internal
|
|
12778
12782
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12779
12783
|
*/
|
|
12780
|
-
export namespace
|
|
12781
|
-
/** @deprecated use `
|
|
12782
|
-
export const inboundSchema =
|
|
12783
|
-
/** @deprecated use `
|
|
12784
|
-
export const outboundSchema =
|
|
12785
|
-
/** @deprecated use `
|
|
12786
|
-
export type Outbound =
|
|
12784
|
+
export namespace PropertiesAtBRANDAt7838$ {
|
|
12785
|
+
/** @deprecated use `PropertiesAtBRANDAt7838$inboundSchema` instead. */
|
|
12786
|
+
export const inboundSchema = PropertiesAtBRANDAt7838$inboundSchema;
|
|
12787
|
+
/** @deprecated use `PropertiesAtBRANDAt7838$outboundSchema` instead. */
|
|
12788
|
+
export const outboundSchema = PropertiesAtBRANDAt7838$outboundSchema;
|
|
12789
|
+
/** @deprecated use `PropertiesAtBRANDAt7838$Outbound` instead. */
|
|
12790
|
+
export type Outbound = PropertiesAtBRANDAt7838$Outbound;
|
|
12787
12791
|
}
|
|
12788
12792
|
|
|
12789
|
-
export function
|
|
12790
|
-
|
|
12793
|
+
export function propertiesAtBRANDAt7838ToJSON(
|
|
12794
|
+
propertiesAtBRANDAt7838: PropertiesAtBRANDAt7838,
|
|
12791
12795
|
): string {
|
|
12792
12796
|
return JSON.stringify(
|
|
12793
|
-
|
|
12797
|
+
PropertiesAtBRANDAt7838$outboundSchema.parse(propertiesAtBRANDAt7838),
|
|
12794
12798
|
);
|
|
12795
12799
|
}
|
|
12796
12800
|
|
|
12797
|
-
export function
|
|
12801
|
+
export function propertiesAtBRANDAt7838FromJSON(
|
|
12798
12802
|
jsonString: string,
|
|
12799
|
-
): SafeParseResult<
|
|
12803
|
+
): SafeParseResult<PropertiesAtBRANDAt7838, SDKValidationError> {
|
|
12800
12804
|
return safeParse(
|
|
12801
12805
|
jsonString,
|
|
12802
|
-
(x) =>
|
|
12803
|
-
`Failed to parse '
|
|
12806
|
+
(x) => PropertiesAtBRANDAt7838$inboundSchema.parse(JSON.parse(x)),
|
|
12807
|
+
`Failed to parse 'PropertiesAtBRANDAt7838' from JSON`,
|
|
12804
12808
|
);
|
|
12805
12809
|
}
|
|
12806
12810
|
|
|
@@ -12811,16 +12815,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
|
|
|
12811
12815
|
z.ZodTypeDef,
|
|
12812
12816
|
unknown
|
|
12813
12817
|
> = z.object({
|
|
12814
|
-
"__@BRAND@
|
|
12818
|
+
"__@BRAND@7838": z.lazy(() => PropertiesAtBRANDAt7838$inboundSchema),
|
|
12815
12819
|
}).transform((v) => {
|
|
12816
12820
|
return remap$(v, {
|
|
12817
|
-
"__@BRAND@
|
|
12821
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
12818
12822
|
});
|
|
12819
12823
|
});
|
|
12820
12824
|
|
|
12821
12825
|
/** @internal */
|
|
12822
12826
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
12823
|
-
"__@BRAND@
|
|
12827
|
+
"__@BRAND@7838": PropertiesAtBRANDAt7838$Outbound;
|
|
12824
12828
|
};
|
|
12825
12829
|
|
|
12826
12830
|
/** @internal */
|
|
@@ -12830,10 +12834,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
|
|
|
12830
12834
|
z.ZodTypeDef,
|
|
12831
12835
|
CreateIntegrationStoreDirectPropertiesMinLength
|
|
12832
12836
|
> = z.object({
|
|
12833
|
-
|
|
12837
|
+
atBRANDAt7838: z.lazy(() => PropertiesAtBRANDAt7838$outboundSchema),
|
|
12834
12838
|
}).transform((v) => {
|
|
12835
12839
|
return remap$(v, {
|
|
12836
|
-
|
|
12840
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
12837
12841
|
});
|
|
12838
12842
|
});
|
|
12839
12843
|
|
|
@@ -12881,64 +12885,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
|
|
|
12881
12885
|
}
|
|
12882
12886
|
|
|
12883
12887
|
/** @internal */
|
|
12884
|
-
export const
|
|
12888
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema:
|
|
12885
12889
|
z.ZodType<
|
|
12886
|
-
|
|
12890
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7838,
|
|
12887
12891
|
z.ZodTypeDef,
|
|
12888
12892
|
unknown
|
|
12889
12893
|
> = z.object({});
|
|
12890
12894
|
|
|
12891
12895
|
/** @internal */
|
|
12892
|
-
export type
|
|
12896
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound = {};
|
|
12893
12897
|
|
|
12894
12898
|
/** @internal */
|
|
12895
|
-
export const
|
|
12899
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema:
|
|
12896
12900
|
z.ZodType<
|
|
12897
|
-
|
|
12901
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound,
|
|
12898
12902
|
z.ZodTypeDef,
|
|
12899
|
-
|
|
12903
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7838
|
|
12900
12904
|
> = z.object({});
|
|
12901
12905
|
|
|
12902
12906
|
/**
|
|
12903
12907
|
* @internal
|
|
12904
12908
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12905
12909
|
*/
|
|
12906
|
-
export namespace
|
|
12907
|
-
/** @deprecated use `
|
|
12910
|
+
export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$ {
|
|
12911
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema` instead. */
|
|
12908
12912
|
export const inboundSchema =
|
|
12909
|
-
|
|
12910
|
-
/** @deprecated use `
|
|
12913
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema;
|
|
12914
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema` instead. */
|
|
12911
12915
|
export const outboundSchema =
|
|
12912
|
-
|
|
12913
|
-
/** @deprecated use `
|
|
12916
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema;
|
|
12917
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound` instead. */
|
|
12914
12918
|
export type Outbound =
|
|
12915
|
-
|
|
12919
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound;
|
|
12916
12920
|
}
|
|
12917
12921
|
|
|
12918
|
-
export function
|
|
12919
|
-
|
|
12920
|
-
|
|
12922
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt7838ToJSON(
|
|
12923
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt7838:
|
|
12924
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7838,
|
|
12921
12925
|
): string {
|
|
12922
12926
|
return JSON.stringify(
|
|
12923
|
-
|
|
12924
|
-
|
|
12927
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema.parse(
|
|
12928
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt7838,
|
|
12925
12929
|
),
|
|
12926
12930
|
);
|
|
12927
12931
|
}
|
|
12928
12932
|
|
|
12929
|
-
export function
|
|
12933
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt7838FromJSON(
|
|
12930
12934
|
jsonString: string,
|
|
12931
12935
|
): SafeParseResult<
|
|
12932
|
-
|
|
12936
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7838,
|
|
12933
12937
|
SDKValidationError
|
|
12934
12938
|
> {
|
|
12935
12939
|
return safeParse(
|
|
12936
12940
|
jsonString,
|
|
12937
12941
|
(x) =>
|
|
12938
|
-
|
|
12942
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema.parse(
|
|
12939
12943
|
JSON.parse(x),
|
|
12940
12944
|
),
|
|
12941
|
-
`Failed to parse '
|
|
12945
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7838' from JSON`,
|
|
12942
12946
|
);
|
|
12943
12947
|
}
|
|
12944
12948
|
|
|
@@ -12949,18 +12953,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
|
|
|
12949
12953
|
z.ZodTypeDef,
|
|
12950
12954
|
unknown
|
|
12951
12955
|
> = z.object({
|
|
12952
|
-
"__@BRAND@
|
|
12953
|
-
|
|
12956
|
+
"__@BRAND@7838": z.lazy(() =>
|
|
12957
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema
|
|
12954
12958
|
),
|
|
12955
12959
|
}).transform((v) => {
|
|
12956
12960
|
return remap$(v, {
|
|
12957
|
-
"__@BRAND@
|
|
12961
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
12958
12962
|
});
|
|
12959
12963
|
});
|
|
12960
12964
|
|
|
12961
12965
|
/** @internal */
|
|
12962
12966
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
12963
|
-
"__@BRAND@
|
|
12967
|
+
"__@BRAND@7838": CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound;
|
|
12964
12968
|
};
|
|
12965
12969
|
|
|
12966
12970
|
/** @internal */
|
|
@@ -12970,12 +12974,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
|
|
|
12970
12974
|
z.ZodTypeDef,
|
|
12971
12975
|
CreateIntegrationStoreDirectPropertiesPattern
|
|
12972
12976
|
> = z.object({
|
|
12973
|
-
|
|
12974
|
-
|
|
12977
|
+
atBRANDAt7838: z.lazy(() =>
|
|
12978
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema
|
|
12975
12979
|
),
|
|
12976
12980
|
}).transform((v) => {
|
|
12977
12981
|
return remap$(v, {
|
|
12978
|
-
|
|
12982
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
12979
12983
|
});
|
|
12980
12984
|
});
|
|
12981
12985
|
|
|
@@ -14415,46 +14419,46 @@ export function guidesFromJSON(
|
|
|
14415
14419
|
}
|
|
14416
14420
|
|
|
14417
14421
|
/** @internal */
|
|
14418
|
-
export const
|
|
14419
|
-
|
|
14422
|
+
export const AtBRANDAt7838$inboundSchema: z.ZodType<
|
|
14423
|
+
AtBRANDAt7838,
|
|
14420
14424
|
z.ZodTypeDef,
|
|
14421
14425
|
unknown
|
|
14422
14426
|
> = z.object({});
|
|
14423
14427
|
|
|
14424
14428
|
/** @internal */
|
|
14425
|
-
export type
|
|
14429
|
+
export type AtBRANDAt7838$Outbound = {};
|
|
14426
14430
|
|
|
14427
14431
|
/** @internal */
|
|
14428
|
-
export const
|
|
14429
|
-
|
|
14432
|
+
export const AtBRANDAt7838$outboundSchema: z.ZodType<
|
|
14433
|
+
AtBRANDAt7838$Outbound,
|
|
14430
14434
|
z.ZodTypeDef,
|
|
14431
|
-
|
|
14435
|
+
AtBRANDAt7838
|
|
14432
14436
|
> = z.object({});
|
|
14433
14437
|
|
|
14434
14438
|
/**
|
|
14435
14439
|
* @internal
|
|
14436
14440
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14437
14441
|
*/
|
|
14438
|
-
export namespace
|
|
14439
|
-
/** @deprecated use `
|
|
14440
|
-
export const inboundSchema =
|
|
14441
|
-
/** @deprecated use `
|
|
14442
|
-
export const outboundSchema =
|
|
14443
|
-
/** @deprecated use `
|
|
14444
|
-
export type Outbound =
|
|
14442
|
+
export namespace AtBRANDAt7838$ {
|
|
14443
|
+
/** @deprecated use `AtBRANDAt7838$inboundSchema` instead. */
|
|
14444
|
+
export const inboundSchema = AtBRANDAt7838$inboundSchema;
|
|
14445
|
+
/** @deprecated use `AtBRANDAt7838$outboundSchema` instead. */
|
|
14446
|
+
export const outboundSchema = AtBRANDAt7838$outboundSchema;
|
|
14447
|
+
/** @deprecated use `AtBRANDAt7838$Outbound` instead. */
|
|
14448
|
+
export type Outbound = AtBRANDAt7838$Outbound;
|
|
14445
14449
|
}
|
|
14446
14450
|
|
|
14447
|
-
export function
|
|
14448
|
-
return JSON.stringify(
|
|
14451
|
+
export function atBRANDAt7838ToJSON(atBRANDAt7838: AtBRANDAt7838): string {
|
|
14452
|
+
return JSON.stringify(AtBRANDAt7838$outboundSchema.parse(atBRANDAt7838));
|
|
14449
14453
|
}
|
|
14450
14454
|
|
|
14451
|
-
export function
|
|
14455
|
+
export function atBRANDAt7838FromJSON(
|
|
14452
14456
|
jsonString: string,
|
|
14453
|
-
): SafeParseResult<
|
|
14457
|
+
): SafeParseResult<AtBRANDAt7838, SDKValidationError> {
|
|
14454
14458
|
return safeParse(
|
|
14455
14459
|
jsonString,
|
|
14456
|
-
(x) =>
|
|
14457
|
-
`Failed to parse '
|
|
14460
|
+
(x) => AtBRANDAt7838$inboundSchema.parse(JSON.parse(x)),
|
|
14461
|
+
`Failed to parse 'AtBRANDAt7838' from JSON`,
|
|
14458
14462
|
);
|
|
14459
14463
|
}
|
|
14460
14464
|
|
|
@@ -14464,16 +14468,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
|
|
|
14464
14468
|
z.ZodTypeDef,
|
|
14465
14469
|
unknown
|
|
14466
14470
|
> = z.object({
|
|
14467
|
-
"__@BRAND@
|
|
14471
|
+
"__@BRAND@7838": z.lazy(() => AtBRANDAt7838$inboundSchema),
|
|
14468
14472
|
}).transform((v) => {
|
|
14469
14473
|
return remap$(v, {
|
|
14470
|
-
"__@BRAND@
|
|
14474
|
+
"__@BRAND@7838": "atBRANDAt7838",
|
|
14471
14475
|
});
|
|
14472
14476
|
});
|
|
14473
14477
|
|
|
14474
14478
|
/** @internal */
|
|
14475
14479
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
14476
|
-
"__@BRAND@
|
|
14480
|
+
"__@BRAND@7838": AtBRANDAt7838$Outbound;
|
|
14477
14481
|
};
|
|
14478
14482
|
|
|
14479
14483
|
/** @internal */
|
|
@@ -14482,10 +14486,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
|
|
|
14482
14486
|
z.ZodTypeDef,
|
|
14483
14487
|
CreateIntegrationStoreDirectValue
|
|
14484
14488
|
> = z.object({
|
|
14485
|
-
|
|
14489
|
+
atBRANDAt7838: z.lazy(() => AtBRANDAt7838$outboundSchema),
|
|
14486
14490
|
}).transform((v) => {
|
|
14487
14491
|
return remap$(v, {
|
|
14488
|
-
|
|
14492
|
+
atBRANDAt7838: "__@BRAND@7838",
|
|
14489
14493
|
});
|
|
14490
14494
|
});
|
|
14491
14495
|
|