@vercel/sdk 1.11.1 → 1.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +1329 -1215
- package/bin/mcp-server.js.map +21 -21
- package/esm/__tests__/accessgroups.test.js +1 -3
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +12 -3
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/rollingrelease.test.js +6 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +11 -1
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/deploymentsUploadFile.js +0 -1
- package/esm/funcs/deploymentsUploadFile.js.map +1 -1
- package/esm/funcs/domainsGetDomainTransfer.js +2 -2
- package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/canceldeploymentop.d.ts +6 -6
- package/esm/models/canceldeploymentop.js +2 -2
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +41 -41
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +15 -15
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +273 -246
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +317 -296
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +162 -164
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +154 -156
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +330 -330
- package/esm/models/getconfigurationproductsop.js +408 -408
- package/esm/models/getdeploymentop.d.ts +6 -6
- package/esm/models/getdeploymentop.js +2 -2
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdomaintransferop.d.ts +99 -25
- package/esm/models/getdomaintransferop.d.ts.map +1 -1
- package/esm/models/getdomaintransferop.js +101 -25
- package/esm/models/getdomaintransferop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +0 -2
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +0 -2
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/patchteamop.d.ts +12 -0
- package/esm/models/patchteamop.d.ts.map +1 -1
- package/esm/models/patchteamop.js +4 -0
- package/esm/models/patchteamop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +0 -2
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +0 -2
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +0 -2
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +0 -2
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/uploadfileop.d.ts +0 -5
- package/esm/models/uploadfileop.d.ts.map +1 -1
- package/esm/models/uploadfileop.js +0 -4
- package/esm/models/uploadfileop.js.map +1 -1
- package/esm/models/userevent.d.ts +960 -770
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1102 -974
- package/esm/models/userevent.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +1 -3
- package/src/__tests__/domains.test.ts +12 -3
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +6 -2
- package/src/__tests__/security.test.ts +11 -1
- package/src/funcs/deploymentsUploadFile.ts +0 -5
- package/src/funcs/domainsGetDomainTransfer.ts +2 -2
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/canceldeploymentop.ts +4 -4
- package/src/models/createdeploymentop.ts +19 -19
- package/src/models/createintegrationstoredirectop.ts +543 -507
- package/src/models/createprojectop.ts +299 -303
- package/src/models/getconfigurationproductsop.ts +703 -703
- package/src/models/getdeploymentop.ts +4 -4
- package/src/models/getdomaintransferop.ts +203 -39
- package/src/models/getprojectsop.ts +0 -4
- package/src/models/patchteamop.ts +4 -0
- package/src/models/updateprojectdatacacheop.ts +0 -4
- package/src/models/updateprojectop.ts +0 -4
- package/src/models/uploadfileop.ts +0 -9
- package/src/models/userevent.ts +2219 -1917
- package/vercel-spec.json +613 -503
|
@@ -183,6 +183,15 @@ export type CreateIntegrationStoreDirectStatus = ClosedEnum<
|
|
|
183
183
|
typeof CreateIntegrationStoreDirectStatus
|
|
184
184
|
>;
|
|
185
185
|
|
|
186
|
+
export const CreateIntegrationStoreDirectOwnership = {
|
|
187
|
+
Owned: "owned",
|
|
188
|
+
Linked: "linked",
|
|
189
|
+
Sandbox: "sandbox",
|
|
190
|
+
} as const;
|
|
191
|
+
export type CreateIntegrationStoreDirectOwnership = ClosedEnum<
|
|
192
|
+
typeof CreateIntegrationStoreDirectOwnership
|
|
193
|
+
>;
|
|
194
|
+
|
|
186
195
|
export type CreateIntegrationStoreDirectMetadata =
|
|
187
196
|
| string
|
|
188
197
|
| number
|
|
@@ -207,12 +216,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
|
|
|
207
216
|
typeof CreateIntegrationStoreDirectIntegrationsType
|
|
208
217
|
>;
|
|
209
218
|
|
|
210
|
-
export type
|
|
219
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820 =
|
|
211
220
|
{};
|
|
212
221
|
|
|
213
222
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
214
|
-
|
|
215
|
-
|
|
223
|
+
atBRANDAt7820:
|
|
224
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820;
|
|
216
225
|
};
|
|
217
226
|
|
|
218
227
|
export const CreateIntegrationStoreDirectDisabled3 = {
|
|
@@ -281,10 +290,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
281
290
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
|
|
282
291
|
>;
|
|
283
292
|
|
|
284
|
-
export type
|
|
293
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820 = {};
|
|
285
294
|
|
|
286
295
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
287
|
-
|
|
296
|
+
atBRANDAt7820: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820;
|
|
288
297
|
};
|
|
289
298
|
|
|
290
299
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
|
|
@@ -335,10 +344,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
335
344
|
| undefined;
|
|
336
345
|
};
|
|
337
346
|
|
|
338
|
-
export type
|
|
347
|
+
export type UiOptionsAtBRANDAt7820 = {};
|
|
339
348
|
|
|
340
349
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
341
|
-
|
|
350
|
+
atBRANDAt7820: UiOptionsAtBRANDAt7820;
|
|
342
351
|
};
|
|
343
352
|
|
|
344
353
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
|
|
@@ -401,31 +410,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
|
|
|
401
410
|
| CreateIntegrationStoreDirectUiOptions2
|
|
402
411
|
| CreateIntegrationStoreDirectUiOptions3;
|
|
403
412
|
|
|
404
|
-
export type
|
|
413
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820 =
|
|
405
414
|
{};
|
|
406
415
|
|
|
407
416
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
|
|
408
417
|
{
|
|
409
|
-
|
|
410
|
-
|
|
418
|
+
atBRANDAt7820:
|
|
419
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820;
|
|
411
420
|
};
|
|
412
421
|
|
|
413
|
-
export type
|
|
422
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820 =
|
|
414
423
|
{};
|
|
415
424
|
|
|
416
425
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
|
|
417
426
|
{
|
|
418
|
-
|
|
419
|
-
|
|
427
|
+
atBRANDAt7820:
|
|
428
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820;
|
|
420
429
|
};
|
|
421
430
|
|
|
422
|
-
export type
|
|
431
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820 =
|
|
423
432
|
{};
|
|
424
433
|
|
|
425
434
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
|
|
426
435
|
{
|
|
427
|
-
|
|
428
|
-
|
|
436
|
+
atBRANDAt7820:
|
|
437
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820;
|
|
429
438
|
};
|
|
430
439
|
|
|
431
440
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
|
|
@@ -568,31 +577,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
568
577
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType
|
|
569
578
|
>;
|
|
570
579
|
|
|
571
|
-
export type
|
|
580
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820 =
|
|
572
581
|
{};
|
|
573
582
|
|
|
574
583
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
|
|
575
584
|
{
|
|
576
|
-
|
|
577
|
-
|
|
585
|
+
atBRANDAt7820:
|
|
586
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820;
|
|
578
587
|
};
|
|
579
588
|
|
|
580
|
-
export type
|
|
589
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820 =
|
|
581
590
|
{};
|
|
582
591
|
|
|
583
592
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
|
|
584
593
|
{
|
|
585
|
-
|
|
586
|
-
|
|
594
|
+
atBRANDAt7820:
|
|
595
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820;
|
|
587
596
|
};
|
|
588
597
|
|
|
589
|
-
export type
|
|
598
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820 =
|
|
590
599
|
{};
|
|
591
600
|
|
|
592
601
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
|
|
593
602
|
{
|
|
594
|
-
|
|
595
|
-
|
|
603
|
+
atBRANDAt7820:
|
|
604
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820;
|
|
596
605
|
};
|
|
597
606
|
|
|
598
607
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
@@ -847,28 +856,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
847
856
|
| undefined;
|
|
848
857
|
};
|
|
849
858
|
|
|
850
|
-
export type
|
|
859
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820 =
|
|
851
860
|
{};
|
|
852
861
|
|
|
853
862
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
854
|
-
|
|
855
|
-
|
|
863
|
+
atBRANDAt7820:
|
|
864
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820;
|
|
856
865
|
};
|
|
857
866
|
|
|
858
|
-
export type
|
|
867
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820 =
|
|
859
868
|
{};
|
|
860
869
|
|
|
861
870
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
862
|
-
|
|
863
|
-
|
|
871
|
+
atBRANDAt7820:
|
|
872
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820;
|
|
864
873
|
};
|
|
865
874
|
|
|
866
|
-
export type
|
|
875
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820 =
|
|
867
876
|
{};
|
|
868
877
|
|
|
869
878
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
870
|
-
|
|
871
|
-
|
|
879
|
+
atBRANDAt7820:
|
|
880
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820;
|
|
872
881
|
};
|
|
873
882
|
|
|
874
883
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
|
|
@@ -1371,24 +1380,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
|
|
|
1371
1380
|
typeof CreateIntegrationStoreDirectPropertiesUiControl
|
|
1372
1381
|
>;
|
|
1373
1382
|
|
|
1374
|
-
export type
|
|
1383
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820 =
|
|
1375
1384
|
{};
|
|
1376
1385
|
|
|
1377
1386
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
1378
|
-
|
|
1379
|
-
|
|
1387
|
+
atBRANDAt7820:
|
|
1388
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820;
|
|
1380
1389
|
};
|
|
1381
1390
|
|
|
1382
|
-
export type
|
|
1391
|
+
export type PropertiesAtBRANDAt7820 = {};
|
|
1383
1392
|
|
|
1384
1393
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
1385
|
-
|
|
1394
|
+
atBRANDAt7820: PropertiesAtBRANDAt7820;
|
|
1386
1395
|
};
|
|
1387
1396
|
|
|
1388
|
-
export type
|
|
1397
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7820 = {};
|
|
1389
1398
|
|
|
1390
1399
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
1391
|
-
|
|
1400
|
+
atBRANDAt7820: CreateIntegrationStoreDirectPropertiesAtBRANDAt7820;
|
|
1392
1401
|
};
|
|
1393
1402
|
|
|
1394
1403
|
export const CreateIntegrationStoreDirectUiReadOnly3 = {
|
|
@@ -1525,8 +1534,8 @@ export const Tags = {
|
|
|
1525
1534
|
Redis: "redis",
|
|
1526
1535
|
Postgres: "postgres",
|
|
1527
1536
|
Blob: "blob",
|
|
1528
|
-
Checks: "checks",
|
|
1529
1537
|
Experimentation: "experimentation",
|
|
1538
|
+
Checks: "checks",
|
|
1530
1539
|
Storage: "storage",
|
|
1531
1540
|
Ai: "ai",
|
|
1532
1541
|
Observability: "observability",
|
|
@@ -1581,7 +1590,6 @@ export const ProjectConnectionScopes = {
|
|
|
1581
1590
|
ReadWriteLogDrain: "read-write:log-drain",
|
|
1582
1591
|
ReadWriteProjectEnvVars: "read-write:project-env-vars",
|
|
1583
1592
|
ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass",
|
|
1584
|
-
ReadWriteTraceDrain: "read-write:trace-drain",
|
|
1585
1593
|
} as const;
|
|
1586
1594
|
export type ProjectConnectionScopes = ClosedEnum<
|
|
1587
1595
|
typeof ProjectConnectionScopes
|
|
@@ -1617,10 +1625,10 @@ export type Guides = {
|
|
|
1617
1625
|
steps: Array<Steps>;
|
|
1618
1626
|
};
|
|
1619
1627
|
|
|
1620
|
-
export type
|
|
1628
|
+
export type AtBRANDAt7820 = {};
|
|
1621
1629
|
|
|
1622
1630
|
export type CreateIntegrationStoreDirectValue = {
|
|
1623
|
-
|
|
1631
|
+
atBRANDAt7820: AtBRANDAt7820;
|
|
1624
1632
|
};
|
|
1625
1633
|
|
|
1626
1634
|
export const Disabled3 = {
|
|
@@ -1755,6 +1763,7 @@ export type CreateIntegrationStoreDirectStore = {
|
|
|
1755
1763
|
totalConnectedProjects?: number | undefined;
|
|
1756
1764
|
usageQuotaExceeded: boolean;
|
|
1757
1765
|
status: CreateIntegrationStoreDirectStatus | null;
|
|
1766
|
+
ownership?: CreateIntegrationStoreDirectOwnership | undefined;
|
|
1758
1767
|
metadata?: {
|
|
1759
1768
|
[k: string]: string | number | boolean | Array<string> | Array<number>;
|
|
1760
1769
|
} | undefined;
|
|
@@ -2319,6 +2328,30 @@ export namespace CreateIntegrationStoreDirectStatus$ {
|
|
|
2319
2328
|
CreateIntegrationStoreDirectStatus$outboundSchema;
|
|
2320
2329
|
}
|
|
2321
2330
|
|
|
2331
|
+
/** @internal */
|
|
2332
|
+
export const CreateIntegrationStoreDirectOwnership$inboundSchema:
|
|
2333
|
+
z.ZodNativeEnum<typeof CreateIntegrationStoreDirectOwnership> = z.nativeEnum(
|
|
2334
|
+
CreateIntegrationStoreDirectOwnership,
|
|
2335
|
+
);
|
|
2336
|
+
|
|
2337
|
+
/** @internal */
|
|
2338
|
+
export const CreateIntegrationStoreDirectOwnership$outboundSchema:
|
|
2339
|
+
z.ZodNativeEnum<typeof CreateIntegrationStoreDirectOwnership> =
|
|
2340
|
+
CreateIntegrationStoreDirectOwnership$inboundSchema;
|
|
2341
|
+
|
|
2342
|
+
/**
|
|
2343
|
+
* @internal
|
|
2344
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2345
|
+
*/
|
|
2346
|
+
export namespace CreateIntegrationStoreDirectOwnership$ {
|
|
2347
|
+
/** @deprecated use `CreateIntegrationStoreDirectOwnership$inboundSchema` instead. */
|
|
2348
|
+
export const inboundSchema =
|
|
2349
|
+
CreateIntegrationStoreDirectOwnership$inboundSchema;
|
|
2350
|
+
/** @deprecated use `CreateIntegrationStoreDirectOwnership$outboundSchema` instead. */
|
|
2351
|
+
export const outboundSchema =
|
|
2352
|
+
CreateIntegrationStoreDirectOwnership$outboundSchema;
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2322
2355
|
/** @internal */
|
|
2323
2356
|
export const CreateIntegrationStoreDirectMetadata$inboundSchema: z.ZodType<
|
|
2324
2357
|
CreateIntegrationStoreDirectMetadata,
|
|
@@ -2434,65 +2467,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
2434
2467
|
}
|
|
2435
2468
|
|
|
2436
2469
|
/** @internal */
|
|
2437
|
-
export const
|
|
2470
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema:
|
|
2438
2471
|
z.ZodType<
|
|
2439
|
-
|
|
2472
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820,
|
|
2440
2473
|
z.ZodTypeDef,
|
|
2441
2474
|
unknown
|
|
2442
2475
|
> = z.object({});
|
|
2443
2476
|
|
|
2444
2477
|
/** @internal */
|
|
2445
|
-
export type
|
|
2478
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound =
|
|
2446
2479
|
{};
|
|
2447
2480
|
|
|
2448
2481
|
/** @internal */
|
|
2449
|
-
export const
|
|
2482
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema:
|
|
2450
2483
|
z.ZodType<
|
|
2451
|
-
|
|
2484
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound,
|
|
2452
2485
|
z.ZodTypeDef,
|
|
2453
|
-
|
|
2486
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820
|
|
2454
2487
|
> = z.object({});
|
|
2455
2488
|
|
|
2456
2489
|
/**
|
|
2457
2490
|
* @internal
|
|
2458
2491
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2459
2492
|
*/
|
|
2460
|
-
export namespace
|
|
2461
|
-
/** @deprecated use `
|
|
2493
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$ {
|
|
2494
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema` instead. */
|
|
2462
2495
|
export const inboundSchema =
|
|
2463
|
-
|
|
2464
|
-
/** @deprecated use `
|
|
2496
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema;
|
|
2497
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema` instead. */
|
|
2465
2498
|
export const outboundSchema =
|
|
2466
|
-
|
|
2467
|
-
/** @deprecated use `
|
|
2499
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema;
|
|
2500
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound` instead. */
|
|
2468
2501
|
export type Outbound =
|
|
2469
|
-
|
|
2502
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound;
|
|
2470
2503
|
}
|
|
2471
2504
|
|
|
2472
|
-
export function
|
|
2473
|
-
|
|
2474
|
-
|
|
2505
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820ToJSON(
|
|
2506
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820:
|
|
2507
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820,
|
|
2475
2508
|
): string {
|
|
2476
2509
|
return JSON.stringify(
|
|
2477
|
-
|
|
2510
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema
|
|
2478
2511
|
.parse(
|
|
2479
|
-
|
|
2512
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820,
|
|
2480
2513
|
),
|
|
2481
2514
|
);
|
|
2482
2515
|
}
|
|
2483
2516
|
|
|
2484
|
-
export function
|
|
2517
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820FromJSON(
|
|
2485
2518
|
jsonString: string,
|
|
2486
2519
|
): SafeParseResult<
|
|
2487
|
-
|
|
2520
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820,
|
|
2488
2521
|
SDKValidationError
|
|
2489
2522
|
> {
|
|
2490
2523
|
return safeParse(
|
|
2491
2524
|
jsonString,
|
|
2492
2525
|
(x) =>
|
|
2493
|
-
|
|
2526
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema
|
|
2494
2527
|
.parse(JSON.parse(x)),
|
|
2495
|
-
`Failed to parse '
|
|
2528
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820' from JSON`,
|
|
2496
2529
|
);
|
|
2497
2530
|
}
|
|
2498
2531
|
|
|
@@ -2503,19 +2536,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
|
|
|
2503
2536
|
z.ZodTypeDef,
|
|
2504
2537
|
unknown
|
|
2505
2538
|
> = z.object({
|
|
2506
|
-
"__@BRAND@
|
|
2507
|
-
|
|
2539
|
+
"__@BRAND@7820": z.lazy(() =>
|
|
2540
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema
|
|
2508
2541
|
),
|
|
2509
2542
|
}).transform((v) => {
|
|
2510
2543
|
return remap$(v, {
|
|
2511
|
-
"__@BRAND@
|
|
2544
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
2512
2545
|
});
|
|
2513
2546
|
});
|
|
2514
2547
|
|
|
2515
2548
|
/** @internal */
|
|
2516
2549
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
2517
|
-
"__@BRAND@
|
|
2518
|
-
|
|
2550
|
+
"__@BRAND@7820":
|
|
2551
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound;
|
|
2519
2552
|
};
|
|
2520
2553
|
|
|
2521
2554
|
/** @internal */
|
|
@@ -2525,12 +2558,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
|
|
|
2525
2558
|
z.ZodTypeDef,
|
|
2526
2559
|
CreateIntegrationStoreDirectPropertiesValue
|
|
2527
2560
|
> = z.object({
|
|
2528
|
-
|
|
2529
|
-
|
|
2561
|
+
atBRANDAt7820: z.lazy(() =>
|
|
2562
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema
|
|
2530
2563
|
),
|
|
2531
2564
|
}).transform((v) => {
|
|
2532
2565
|
return remap$(v, {
|
|
2533
|
-
|
|
2566
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
2534
2567
|
});
|
|
2535
2568
|
});
|
|
2536
2569
|
|
|
@@ -3042,64 +3075,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
3042
3075
|
}
|
|
3043
3076
|
|
|
3044
3077
|
/** @internal */
|
|
3045
|
-
export const
|
|
3078
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema:
|
|
3046
3079
|
z.ZodType<
|
|
3047
|
-
|
|
3080
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820,
|
|
3048
3081
|
z.ZodTypeDef,
|
|
3049
3082
|
unknown
|
|
3050
3083
|
> = z.object({});
|
|
3051
3084
|
|
|
3052
3085
|
/** @internal */
|
|
3053
|
-
export type
|
|
3086
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound = {};
|
|
3054
3087
|
|
|
3055
3088
|
/** @internal */
|
|
3056
|
-
export const
|
|
3089
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema:
|
|
3057
3090
|
z.ZodType<
|
|
3058
|
-
|
|
3091
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound,
|
|
3059
3092
|
z.ZodTypeDef,
|
|
3060
|
-
|
|
3093
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820
|
|
3061
3094
|
> = z.object({});
|
|
3062
3095
|
|
|
3063
3096
|
/**
|
|
3064
3097
|
* @internal
|
|
3065
3098
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3066
3099
|
*/
|
|
3067
|
-
export namespace
|
|
3068
|
-
/** @deprecated use `
|
|
3100
|
+
export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$ {
|
|
3101
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema` instead. */
|
|
3069
3102
|
export const inboundSchema =
|
|
3070
|
-
|
|
3071
|
-
/** @deprecated use `
|
|
3103
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema;
|
|
3104
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema` instead. */
|
|
3072
3105
|
export const outboundSchema =
|
|
3073
|
-
|
|
3074
|
-
/** @deprecated use `
|
|
3106
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema;
|
|
3107
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound` instead. */
|
|
3075
3108
|
export type Outbound =
|
|
3076
|
-
|
|
3109
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound;
|
|
3077
3110
|
}
|
|
3078
3111
|
|
|
3079
|
-
export function
|
|
3080
|
-
|
|
3081
|
-
|
|
3112
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt7820ToJSON(
|
|
3113
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt7820:
|
|
3114
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820,
|
|
3082
3115
|
): string {
|
|
3083
3116
|
return JSON.stringify(
|
|
3084
|
-
|
|
3085
|
-
|
|
3117
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema.parse(
|
|
3118
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt7820,
|
|
3086
3119
|
),
|
|
3087
3120
|
);
|
|
3088
3121
|
}
|
|
3089
3122
|
|
|
3090
|
-
export function
|
|
3123
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt7820FromJSON(
|
|
3091
3124
|
jsonString: string,
|
|
3092
3125
|
): SafeParseResult<
|
|
3093
|
-
|
|
3126
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820,
|
|
3094
3127
|
SDKValidationError
|
|
3095
3128
|
> {
|
|
3096
3129
|
return safeParse(
|
|
3097
3130
|
jsonString,
|
|
3098
3131
|
(x) =>
|
|
3099
|
-
|
|
3132
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema.parse(
|
|
3100
3133
|
JSON.parse(x),
|
|
3101
3134
|
),
|
|
3102
|
-
`Failed to parse '
|
|
3135
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820' from JSON`,
|
|
3103
3136
|
);
|
|
3104
3137
|
}
|
|
3105
3138
|
|
|
@@ -3107,18 +3140,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7838FromJSON(
|
|
|
3107
3140
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
|
|
3108
3141
|
z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
|
|
3109
3142
|
z.object({
|
|
3110
|
-
"__@BRAND@
|
|
3111
|
-
|
|
3143
|
+
"__@BRAND@7820": z.lazy(() =>
|
|
3144
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema
|
|
3112
3145
|
),
|
|
3113
3146
|
}).transform((v) => {
|
|
3114
3147
|
return remap$(v, {
|
|
3115
|
-
"__@BRAND@
|
|
3148
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
3116
3149
|
});
|
|
3117
3150
|
});
|
|
3118
3151
|
|
|
3119
3152
|
/** @internal */
|
|
3120
3153
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
3121
|
-
"__@BRAND@
|
|
3154
|
+
"__@BRAND@7820": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound;
|
|
3122
3155
|
};
|
|
3123
3156
|
|
|
3124
3157
|
/** @internal */
|
|
@@ -3128,12 +3161,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
|
|
|
3128
3161
|
z.ZodTypeDef,
|
|
3129
3162
|
CreateIntegrationStoreDirectUiOptionsValue
|
|
3130
3163
|
> = z.object({
|
|
3131
|
-
|
|
3132
|
-
|
|
3164
|
+
atBRANDAt7820: z.lazy(() =>
|
|
3165
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema
|
|
3133
3166
|
),
|
|
3134
3167
|
}).transform((v) => {
|
|
3135
3168
|
return remap$(v, {
|
|
3136
|
-
|
|
3169
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
3137
3170
|
});
|
|
3138
3171
|
});
|
|
3139
3172
|
|
|
@@ -3617,50 +3650,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
|
|
|
3617
3650
|
}
|
|
3618
3651
|
|
|
3619
3652
|
/** @internal */
|
|
3620
|
-
export const
|
|
3621
|
-
|
|
3653
|
+
export const UiOptionsAtBRANDAt7820$inboundSchema: z.ZodType<
|
|
3654
|
+
UiOptionsAtBRANDAt7820,
|
|
3622
3655
|
z.ZodTypeDef,
|
|
3623
3656
|
unknown
|
|
3624
3657
|
> = z.object({});
|
|
3625
3658
|
|
|
3626
3659
|
/** @internal */
|
|
3627
|
-
export type
|
|
3660
|
+
export type UiOptionsAtBRANDAt7820$Outbound = {};
|
|
3628
3661
|
|
|
3629
3662
|
/** @internal */
|
|
3630
|
-
export const
|
|
3631
|
-
|
|
3663
|
+
export const UiOptionsAtBRANDAt7820$outboundSchema: z.ZodType<
|
|
3664
|
+
UiOptionsAtBRANDAt7820$Outbound,
|
|
3632
3665
|
z.ZodTypeDef,
|
|
3633
|
-
|
|
3666
|
+
UiOptionsAtBRANDAt7820
|
|
3634
3667
|
> = z.object({});
|
|
3635
3668
|
|
|
3636
3669
|
/**
|
|
3637
3670
|
* @internal
|
|
3638
3671
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3639
3672
|
*/
|
|
3640
|
-
export namespace
|
|
3641
|
-
/** @deprecated use `
|
|
3642
|
-
export const inboundSchema =
|
|
3643
|
-
/** @deprecated use `
|
|
3644
|
-
export const outboundSchema =
|
|
3645
|
-
/** @deprecated use `
|
|
3646
|
-
export type Outbound =
|
|
3673
|
+
export namespace UiOptionsAtBRANDAt7820$ {
|
|
3674
|
+
/** @deprecated use `UiOptionsAtBRANDAt7820$inboundSchema` instead. */
|
|
3675
|
+
export const inboundSchema = UiOptionsAtBRANDAt7820$inboundSchema;
|
|
3676
|
+
/** @deprecated use `UiOptionsAtBRANDAt7820$outboundSchema` instead. */
|
|
3677
|
+
export const outboundSchema = UiOptionsAtBRANDAt7820$outboundSchema;
|
|
3678
|
+
/** @deprecated use `UiOptionsAtBRANDAt7820$Outbound` instead. */
|
|
3679
|
+
export type Outbound = UiOptionsAtBRANDAt7820$Outbound;
|
|
3647
3680
|
}
|
|
3648
3681
|
|
|
3649
|
-
export function
|
|
3650
|
-
|
|
3682
|
+
export function uiOptionsAtBRANDAt7820ToJSON(
|
|
3683
|
+
uiOptionsAtBRANDAt7820: UiOptionsAtBRANDAt7820,
|
|
3651
3684
|
): string {
|
|
3652
3685
|
return JSON.stringify(
|
|
3653
|
-
|
|
3686
|
+
UiOptionsAtBRANDAt7820$outboundSchema.parse(uiOptionsAtBRANDAt7820),
|
|
3654
3687
|
);
|
|
3655
3688
|
}
|
|
3656
3689
|
|
|
3657
|
-
export function
|
|
3690
|
+
export function uiOptionsAtBRANDAt7820FromJSON(
|
|
3658
3691
|
jsonString: string,
|
|
3659
|
-
): SafeParseResult<
|
|
3692
|
+
): SafeParseResult<UiOptionsAtBRANDAt7820, SDKValidationError> {
|
|
3660
3693
|
return safeParse(
|
|
3661
3694
|
jsonString,
|
|
3662
|
-
(x) =>
|
|
3663
|
-
`Failed to parse '
|
|
3695
|
+
(x) => UiOptionsAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)),
|
|
3696
|
+
`Failed to parse 'UiOptionsAtBRANDAt7820' from JSON`,
|
|
3664
3697
|
);
|
|
3665
3698
|
}
|
|
3666
3699
|
|
|
@@ -3670,16 +3703,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
|
|
|
3670
3703
|
z.ZodTypeDef,
|
|
3671
3704
|
unknown
|
|
3672
3705
|
> = z.object({
|
|
3673
|
-
"__@BRAND@
|
|
3706
|
+
"__@BRAND@7820": z.lazy(() => UiOptionsAtBRANDAt7820$inboundSchema),
|
|
3674
3707
|
}).transform((v) => {
|
|
3675
3708
|
return remap$(v, {
|
|
3676
|
-
"__@BRAND@
|
|
3709
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
3677
3710
|
});
|
|
3678
3711
|
});
|
|
3679
3712
|
|
|
3680
3713
|
/** @internal */
|
|
3681
3714
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
3682
|
-
"__@BRAND@
|
|
3715
|
+
"__@BRAND@7820": UiOptionsAtBRANDAt7820$Outbound;
|
|
3683
3716
|
};
|
|
3684
3717
|
|
|
3685
3718
|
/** @internal */
|
|
@@ -3688,10 +3721,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
|
|
|
3688
3721
|
z.ZodTypeDef,
|
|
3689
3722
|
CreateIntegrationStoreDirectUiOptions2
|
|
3690
3723
|
> = z.object({
|
|
3691
|
-
|
|
3724
|
+
atBRANDAt7820: z.lazy(() => UiOptionsAtBRANDAt7820$outboundSchema),
|
|
3692
3725
|
}).transform((v) => {
|
|
3693
3726
|
return remap$(v, {
|
|
3694
|
-
|
|
3727
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
3695
3728
|
});
|
|
3696
3729
|
});
|
|
3697
3730
|
|
|
@@ -4253,65 +4286,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
4253
4286
|
}
|
|
4254
4287
|
|
|
4255
4288
|
/** @internal */
|
|
4256
|
-
export const
|
|
4289
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema:
|
|
4257
4290
|
z.ZodType<
|
|
4258
|
-
|
|
4291
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820,
|
|
4259
4292
|
z.ZodTypeDef,
|
|
4260
4293
|
unknown
|
|
4261
4294
|
> = z.object({});
|
|
4262
4295
|
|
|
4263
4296
|
/** @internal */
|
|
4264
|
-
export type
|
|
4297
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound =
|
|
4265
4298
|
{};
|
|
4266
4299
|
|
|
4267
4300
|
/** @internal */
|
|
4268
|
-
export const
|
|
4301
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema:
|
|
4269
4302
|
z.ZodType<
|
|
4270
|
-
|
|
4303
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound,
|
|
4271
4304
|
z.ZodTypeDef,
|
|
4272
|
-
|
|
4305
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820
|
|
4273
4306
|
> = z.object({});
|
|
4274
4307
|
|
|
4275
4308
|
/**
|
|
4276
4309
|
* @internal
|
|
4277
4310
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4278
4311
|
*/
|
|
4279
|
-
export namespace
|
|
4280
|
-
/** @deprecated use `
|
|
4312
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$ {
|
|
4313
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema` instead. */
|
|
4281
4314
|
export const inboundSchema =
|
|
4282
|
-
|
|
4283
|
-
/** @deprecated use `
|
|
4315
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema;
|
|
4316
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema` instead. */
|
|
4284
4317
|
export const outboundSchema =
|
|
4285
|
-
|
|
4286
|
-
/** @deprecated use `
|
|
4318
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema;
|
|
4319
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound` instead. */
|
|
4287
4320
|
export type Outbound =
|
|
4288
|
-
|
|
4321
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound;
|
|
4289
4322
|
}
|
|
4290
4323
|
|
|
4291
|
-
export function
|
|
4292
|
-
|
|
4293
|
-
|
|
4324
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820ToJSON(
|
|
4325
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820:
|
|
4326
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820,
|
|
4294
4327
|
): string {
|
|
4295
4328
|
return JSON.stringify(
|
|
4296
|
-
|
|
4329
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema
|
|
4297
4330
|
.parse(
|
|
4298
|
-
|
|
4331
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820,
|
|
4299
4332
|
),
|
|
4300
4333
|
);
|
|
4301
4334
|
}
|
|
4302
4335
|
|
|
4303
|
-
export function
|
|
4336
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820FromJSON(
|
|
4304
4337
|
jsonString: string,
|
|
4305
4338
|
): SafeParseResult<
|
|
4306
|
-
|
|
4339
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820,
|
|
4307
4340
|
SDKValidationError
|
|
4308
4341
|
> {
|
|
4309
4342
|
return safeParse(
|
|
4310
4343
|
jsonString,
|
|
4311
4344
|
(x) =>
|
|
4312
|
-
|
|
4345
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema
|
|
4313
4346
|
.parse(JSON.parse(x)),
|
|
4314
|
-
`Failed to parse '
|
|
4347
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820' from JSON`,
|
|
4315
4348
|
);
|
|
4316
4349
|
}
|
|
4317
4350
|
|
|
@@ -4322,20 +4355,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
4322
4355
|
z.ZodTypeDef,
|
|
4323
4356
|
unknown
|
|
4324
4357
|
> = z.object({
|
|
4325
|
-
"__@BRAND@
|
|
4326
|
-
|
|
4358
|
+
"__@BRAND@7820": z.lazy(() =>
|
|
4359
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema
|
|
4327
4360
|
),
|
|
4328
4361
|
}).transform((v) => {
|
|
4329
4362
|
return remap$(v, {
|
|
4330
|
-
"__@BRAND@
|
|
4363
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
4331
4364
|
});
|
|
4332
4365
|
});
|
|
4333
4366
|
|
|
4334
4367
|
/** @internal */
|
|
4335
4368
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
|
|
4336
4369
|
{
|
|
4337
|
-
"__@BRAND@
|
|
4338
|
-
|
|
4370
|
+
"__@BRAND@7820":
|
|
4371
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound;
|
|
4339
4372
|
};
|
|
4340
4373
|
|
|
4341
4374
|
/** @internal */
|
|
@@ -4345,12 +4378,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
4345
4378
|
z.ZodTypeDef,
|
|
4346
4379
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
4347
4380
|
> = z.object({
|
|
4348
|
-
|
|
4349
|
-
|
|
4381
|
+
atBRANDAt7820: z.lazy(() =>
|
|
4382
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema
|
|
4350
4383
|
),
|
|
4351
4384
|
}).transform((v) => {
|
|
4352
4385
|
return remap$(v, {
|
|
4353
|
-
|
|
4386
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
4354
4387
|
});
|
|
4355
4388
|
});
|
|
4356
4389
|
|
|
@@ -4398,65 +4431,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
4398
4431
|
}
|
|
4399
4432
|
|
|
4400
4433
|
/** @internal */
|
|
4401
|
-
export const
|
|
4434
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema:
|
|
4402
4435
|
z.ZodType<
|
|
4403
|
-
|
|
4436
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820,
|
|
4404
4437
|
z.ZodTypeDef,
|
|
4405
4438
|
unknown
|
|
4406
4439
|
> = z.object({});
|
|
4407
4440
|
|
|
4408
4441
|
/** @internal */
|
|
4409
|
-
export type
|
|
4442
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound =
|
|
4410
4443
|
{};
|
|
4411
4444
|
|
|
4412
4445
|
/** @internal */
|
|
4413
|
-
export const
|
|
4446
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema:
|
|
4414
4447
|
z.ZodType<
|
|
4415
|
-
|
|
4448
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound,
|
|
4416
4449
|
z.ZodTypeDef,
|
|
4417
|
-
|
|
4450
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820
|
|
4418
4451
|
> = z.object({});
|
|
4419
4452
|
|
|
4420
4453
|
/**
|
|
4421
4454
|
* @internal
|
|
4422
4455
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4423
4456
|
*/
|
|
4424
|
-
export namespace
|
|
4425
|
-
/** @deprecated use `
|
|
4457
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$ {
|
|
4458
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema` instead. */
|
|
4426
4459
|
export const inboundSchema =
|
|
4427
|
-
|
|
4428
|
-
/** @deprecated use `
|
|
4460
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema;
|
|
4461
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema` instead. */
|
|
4429
4462
|
export const outboundSchema =
|
|
4430
|
-
|
|
4431
|
-
/** @deprecated use `
|
|
4463
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema;
|
|
4464
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound` instead. */
|
|
4432
4465
|
export type Outbound =
|
|
4433
|
-
|
|
4466
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound;
|
|
4434
4467
|
}
|
|
4435
4468
|
|
|
4436
|
-
export function
|
|
4437
|
-
|
|
4438
|
-
|
|
4469
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820ToJSON(
|
|
4470
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820:
|
|
4471
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820,
|
|
4439
4472
|
): string {
|
|
4440
4473
|
return JSON.stringify(
|
|
4441
|
-
|
|
4474
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema
|
|
4442
4475
|
.parse(
|
|
4443
|
-
|
|
4476
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820,
|
|
4444
4477
|
),
|
|
4445
4478
|
);
|
|
4446
4479
|
}
|
|
4447
4480
|
|
|
4448
|
-
export function
|
|
4481
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820FromJSON(
|
|
4449
4482
|
jsonString: string,
|
|
4450
4483
|
): SafeParseResult<
|
|
4451
|
-
|
|
4484
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820,
|
|
4452
4485
|
SDKValidationError
|
|
4453
4486
|
> {
|
|
4454
4487
|
return safeParse(
|
|
4455
4488
|
jsonString,
|
|
4456
4489
|
(x) =>
|
|
4457
|
-
|
|
4490
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema
|
|
4458
4491
|
.parse(JSON.parse(x)),
|
|
4459
|
-
`Failed to parse '
|
|
4492
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820' from JSON`,
|
|
4460
4493
|
);
|
|
4461
4494
|
}
|
|
4462
4495
|
|
|
@@ -4467,20 +4500,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
4467
4500
|
z.ZodTypeDef,
|
|
4468
4501
|
unknown
|
|
4469
4502
|
> = z.object({
|
|
4470
|
-
"__@BRAND@
|
|
4471
|
-
|
|
4503
|
+
"__@BRAND@7820": z.lazy(() =>
|
|
4504
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema
|
|
4472
4505
|
),
|
|
4473
4506
|
}).transform((v) => {
|
|
4474
4507
|
return remap$(v, {
|
|
4475
|
-
"__@BRAND@
|
|
4508
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
4476
4509
|
});
|
|
4477
4510
|
});
|
|
4478
4511
|
|
|
4479
4512
|
/** @internal */
|
|
4480
4513
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
|
|
4481
4514
|
{
|
|
4482
|
-
"__@BRAND@
|
|
4483
|
-
|
|
4515
|
+
"__@BRAND@7820":
|
|
4516
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound;
|
|
4484
4517
|
};
|
|
4485
4518
|
|
|
4486
4519
|
/** @internal */
|
|
@@ -4490,12 +4523,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
4490
4523
|
z.ZodTypeDef,
|
|
4491
4524
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
4492
4525
|
> = z.object({
|
|
4493
|
-
|
|
4494
|
-
|
|
4526
|
+
atBRANDAt7820: z.lazy(() =>
|
|
4527
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema
|
|
4495
4528
|
),
|
|
4496
4529
|
}).transform((v) => {
|
|
4497
4530
|
return remap$(v, {
|
|
4498
|
-
|
|
4531
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
4499
4532
|
});
|
|
4500
4533
|
});
|
|
4501
4534
|
|
|
@@ -4543,65 +4576,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
4543
4576
|
}
|
|
4544
4577
|
|
|
4545
4578
|
/** @internal */
|
|
4546
|
-
export const
|
|
4579
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema:
|
|
4547
4580
|
z.ZodType<
|
|
4548
|
-
|
|
4581
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820,
|
|
4549
4582
|
z.ZodTypeDef,
|
|
4550
4583
|
unknown
|
|
4551
4584
|
> = z.object({});
|
|
4552
4585
|
|
|
4553
4586
|
/** @internal */
|
|
4554
|
-
export type
|
|
4587
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound =
|
|
4555
4588
|
{};
|
|
4556
4589
|
|
|
4557
4590
|
/** @internal */
|
|
4558
|
-
export const
|
|
4591
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema:
|
|
4559
4592
|
z.ZodType<
|
|
4560
|
-
|
|
4593
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound,
|
|
4561
4594
|
z.ZodTypeDef,
|
|
4562
|
-
|
|
4595
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820
|
|
4563
4596
|
> = z.object({});
|
|
4564
4597
|
|
|
4565
4598
|
/**
|
|
4566
4599
|
* @internal
|
|
4567
4600
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4568
4601
|
*/
|
|
4569
|
-
export namespace
|
|
4570
|
-
/** @deprecated use `
|
|
4602
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$ {
|
|
4603
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema` instead. */
|
|
4571
4604
|
export const inboundSchema =
|
|
4572
|
-
|
|
4573
|
-
/** @deprecated use `
|
|
4605
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema;
|
|
4606
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema` instead. */
|
|
4574
4607
|
export const outboundSchema =
|
|
4575
|
-
|
|
4576
|
-
/** @deprecated use `
|
|
4608
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema;
|
|
4609
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound` instead. */
|
|
4577
4610
|
export type Outbound =
|
|
4578
|
-
|
|
4611
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound;
|
|
4579
4612
|
}
|
|
4580
4613
|
|
|
4581
|
-
export function
|
|
4582
|
-
|
|
4583
|
-
|
|
4614
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820ToJSON(
|
|
4615
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820:
|
|
4616
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820,
|
|
4584
4617
|
): string {
|
|
4585
4618
|
return JSON.stringify(
|
|
4586
|
-
|
|
4619
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema
|
|
4587
4620
|
.parse(
|
|
4588
|
-
|
|
4621
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820,
|
|
4589
4622
|
),
|
|
4590
4623
|
);
|
|
4591
4624
|
}
|
|
4592
4625
|
|
|
4593
|
-
export function
|
|
4626
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820FromJSON(
|
|
4594
4627
|
jsonString: string,
|
|
4595
4628
|
): SafeParseResult<
|
|
4596
|
-
|
|
4629
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820,
|
|
4597
4630
|
SDKValidationError
|
|
4598
4631
|
> {
|
|
4599
4632
|
return safeParse(
|
|
4600
4633
|
jsonString,
|
|
4601
4634
|
(x) =>
|
|
4602
|
-
|
|
4635
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema
|
|
4603
4636
|
.parse(JSON.parse(x)),
|
|
4604
|
-
`Failed to parse '
|
|
4637
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820' from JSON`,
|
|
4605
4638
|
);
|
|
4606
4639
|
}
|
|
4607
4640
|
|
|
@@ -4612,20 +4645,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
|
|
|
4612
4645
|
z.ZodTypeDef,
|
|
4613
4646
|
unknown
|
|
4614
4647
|
> = z.object({
|
|
4615
|
-
"__@BRAND@
|
|
4616
|
-
|
|
4648
|
+
"__@BRAND@7820": z.lazy(() =>
|
|
4649
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema
|
|
4617
4650
|
),
|
|
4618
4651
|
}).transform((v) => {
|
|
4619
4652
|
return remap$(v, {
|
|
4620
|
-
"__@BRAND@
|
|
4653
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
4621
4654
|
});
|
|
4622
4655
|
});
|
|
4623
4656
|
|
|
4624
4657
|
/** @internal */
|
|
4625
4658
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
|
|
4626
4659
|
{
|
|
4627
|
-
"__@BRAND@
|
|
4628
|
-
|
|
4660
|
+
"__@BRAND@7820":
|
|
4661
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound;
|
|
4629
4662
|
};
|
|
4630
4663
|
|
|
4631
4664
|
/** @internal */
|
|
@@ -4635,12 +4668,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
|
|
|
4635
4668
|
z.ZodTypeDef,
|
|
4636
4669
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
|
|
4637
4670
|
> = z.object({
|
|
4638
|
-
|
|
4639
|
-
|
|
4671
|
+
atBRANDAt7820: z.lazy(() =>
|
|
4672
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema
|
|
4640
4673
|
),
|
|
4641
4674
|
}).transform((v) => {
|
|
4642
4675
|
return remap$(v, {
|
|
4643
|
-
|
|
4676
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
4644
4677
|
});
|
|
4645
4678
|
});
|
|
4646
4679
|
|
|
@@ -5715,65 +5748,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
5715
5748
|
}
|
|
5716
5749
|
|
|
5717
5750
|
/** @internal */
|
|
5718
|
-
export const
|
|
5751
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema:
|
|
5719
5752
|
z.ZodType<
|
|
5720
|
-
|
|
5753
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820,
|
|
5721
5754
|
z.ZodTypeDef,
|
|
5722
5755
|
unknown
|
|
5723
5756
|
> = z.object({});
|
|
5724
5757
|
|
|
5725
5758
|
/** @internal */
|
|
5726
|
-
export type
|
|
5759
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound =
|
|
5727
5760
|
{};
|
|
5728
5761
|
|
|
5729
5762
|
/** @internal */
|
|
5730
|
-
export const
|
|
5763
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema:
|
|
5731
5764
|
z.ZodType<
|
|
5732
|
-
|
|
5765
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound,
|
|
5733
5766
|
z.ZodTypeDef,
|
|
5734
|
-
|
|
5767
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820
|
|
5735
5768
|
> = z.object({});
|
|
5736
5769
|
|
|
5737
5770
|
/**
|
|
5738
5771
|
* @internal
|
|
5739
5772
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5740
5773
|
*/
|
|
5741
|
-
export namespace
|
|
5742
|
-
/** @deprecated use `
|
|
5774
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$ {
|
|
5775
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema` instead. */
|
|
5743
5776
|
export const inboundSchema =
|
|
5744
|
-
|
|
5745
|
-
/** @deprecated use `
|
|
5777
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema;
|
|
5778
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema` instead. */
|
|
5746
5779
|
export const outboundSchema =
|
|
5747
|
-
|
|
5748
|
-
/** @deprecated use `
|
|
5780
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema;
|
|
5781
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound` instead. */
|
|
5749
5782
|
export type Outbound =
|
|
5750
|
-
|
|
5783
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound;
|
|
5751
5784
|
}
|
|
5752
5785
|
|
|
5753
|
-
export function
|
|
5754
|
-
|
|
5755
|
-
|
|
5786
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820ToJSON(
|
|
5787
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820:
|
|
5788
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820,
|
|
5756
5789
|
): string {
|
|
5757
5790
|
return JSON.stringify(
|
|
5758
|
-
|
|
5791
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema
|
|
5759
5792
|
.parse(
|
|
5760
|
-
|
|
5793
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820,
|
|
5761
5794
|
),
|
|
5762
5795
|
);
|
|
5763
5796
|
}
|
|
5764
5797
|
|
|
5765
|
-
export function
|
|
5798
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820FromJSON(
|
|
5766
5799
|
jsonString: string,
|
|
5767
5800
|
): SafeParseResult<
|
|
5768
|
-
|
|
5801
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820,
|
|
5769
5802
|
SDKValidationError
|
|
5770
5803
|
> {
|
|
5771
5804
|
return safeParse(
|
|
5772
5805
|
jsonString,
|
|
5773
5806
|
(x) =>
|
|
5774
|
-
|
|
5807
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema
|
|
5775
5808
|
.parse(JSON.parse(x)),
|
|
5776
|
-
`Failed to parse '
|
|
5809
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820' from JSON`,
|
|
5777
5810
|
);
|
|
5778
5811
|
}
|
|
5779
5812
|
|
|
@@ -5784,20 +5817,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
5784
5817
|
z.ZodTypeDef,
|
|
5785
5818
|
unknown
|
|
5786
5819
|
> = z.object({
|
|
5787
|
-
"__@BRAND@
|
|
5788
|
-
|
|
5820
|
+
"__@BRAND@7820": z.lazy(() =>
|
|
5821
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema
|
|
5789
5822
|
),
|
|
5790
5823
|
}).transform((v) => {
|
|
5791
5824
|
return remap$(v, {
|
|
5792
|
-
"__@BRAND@
|
|
5825
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
5793
5826
|
});
|
|
5794
5827
|
});
|
|
5795
5828
|
|
|
5796
5829
|
/** @internal */
|
|
5797
5830
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
|
|
5798
5831
|
{
|
|
5799
|
-
"__@BRAND@
|
|
5800
|
-
|
|
5832
|
+
"__@BRAND@7820":
|
|
5833
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound;
|
|
5801
5834
|
};
|
|
5802
5835
|
|
|
5803
5836
|
/** @internal */
|
|
@@ -5807,12 +5840,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
5807
5840
|
z.ZodTypeDef,
|
|
5808
5841
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
|
|
5809
5842
|
> = z.object({
|
|
5810
|
-
|
|
5811
|
-
|
|
5843
|
+
atBRANDAt7820: z.lazy(() =>
|
|
5844
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema
|
|
5812
5845
|
),
|
|
5813
5846
|
}).transform((v) => {
|
|
5814
5847
|
return remap$(v, {
|
|
5815
|
-
|
|
5848
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
5816
5849
|
});
|
|
5817
5850
|
});
|
|
5818
5851
|
|
|
@@ -5860,65 +5893,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
5860
5893
|
}
|
|
5861
5894
|
|
|
5862
5895
|
/** @internal */
|
|
5863
|
-
export const
|
|
5896
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema:
|
|
5864
5897
|
z.ZodType<
|
|
5865
|
-
|
|
5898
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820,
|
|
5866
5899
|
z.ZodTypeDef,
|
|
5867
5900
|
unknown
|
|
5868
5901
|
> = z.object({});
|
|
5869
5902
|
|
|
5870
5903
|
/** @internal */
|
|
5871
|
-
export type
|
|
5904
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound =
|
|
5872
5905
|
{};
|
|
5873
5906
|
|
|
5874
5907
|
/** @internal */
|
|
5875
|
-
export const
|
|
5908
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema:
|
|
5876
5909
|
z.ZodType<
|
|
5877
|
-
|
|
5910
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound,
|
|
5878
5911
|
z.ZodTypeDef,
|
|
5879
|
-
|
|
5912
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820
|
|
5880
5913
|
> = z.object({});
|
|
5881
5914
|
|
|
5882
5915
|
/**
|
|
5883
5916
|
* @internal
|
|
5884
5917
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5885
5918
|
*/
|
|
5886
|
-
export namespace
|
|
5887
|
-
/** @deprecated use `
|
|
5919
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$ {
|
|
5920
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema` instead. */
|
|
5888
5921
|
export const inboundSchema =
|
|
5889
|
-
|
|
5890
|
-
/** @deprecated use `
|
|
5922
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema;
|
|
5923
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema` instead. */
|
|
5891
5924
|
export const outboundSchema =
|
|
5892
|
-
|
|
5893
|
-
/** @deprecated use `
|
|
5925
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema;
|
|
5926
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound` instead. */
|
|
5894
5927
|
export type Outbound =
|
|
5895
|
-
|
|
5928
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound;
|
|
5896
5929
|
}
|
|
5897
5930
|
|
|
5898
|
-
export function
|
|
5899
|
-
|
|
5900
|
-
|
|
5931
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820ToJSON(
|
|
5932
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820:
|
|
5933
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820,
|
|
5901
5934
|
): string {
|
|
5902
5935
|
return JSON.stringify(
|
|
5903
|
-
|
|
5936
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema
|
|
5904
5937
|
.parse(
|
|
5905
|
-
|
|
5938
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820,
|
|
5906
5939
|
),
|
|
5907
5940
|
);
|
|
5908
5941
|
}
|
|
5909
5942
|
|
|
5910
|
-
export function
|
|
5943
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820FromJSON(
|
|
5911
5944
|
jsonString: string,
|
|
5912
5945
|
): SafeParseResult<
|
|
5913
|
-
|
|
5946
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820,
|
|
5914
5947
|
SDKValidationError
|
|
5915
5948
|
> {
|
|
5916
5949
|
return safeParse(
|
|
5917
5950
|
jsonString,
|
|
5918
5951
|
(x) =>
|
|
5919
|
-
|
|
5952
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema
|
|
5920
5953
|
.parse(JSON.parse(x)),
|
|
5921
|
-
`Failed to parse '
|
|
5954
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820' from JSON`,
|
|
5922
5955
|
);
|
|
5923
5956
|
}
|
|
5924
5957
|
|
|
@@ -5929,20 +5962,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
5929
5962
|
z.ZodTypeDef,
|
|
5930
5963
|
unknown
|
|
5931
5964
|
> = z.object({
|
|
5932
|
-
"__@BRAND@
|
|
5933
|
-
|
|
5965
|
+
"__@BRAND@7820": z.lazy(() =>
|
|
5966
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema
|
|
5934
5967
|
),
|
|
5935
5968
|
}).transform((v) => {
|
|
5936
5969
|
return remap$(v, {
|
|
5937
|
-
"__@BRAND@
|
|
5970
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
5938
5971
|
});
|
|
5939
5972
|
});
|
|
5940
5973
|
|
|
5941
5974
|
/** @internal */
|
|
5942
5975
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
|
|
5943
5976
|
{
|
|
5944
|
-
"__@BRAND@
|
|
5945
|
-
|
|
5977
|
+
"__@BRAND@7820":
|
|
5978
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound;
|
|
5946
5979
|
};
|
|
5947
5980
|
|
|
5948
5981
|
/** @internal */
|
|
@@ -5952,12 +5985,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
5952
5985
|
z.ZodTypeDef,
|
|
5953
5986
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
|
|
5954
5987
|
> = z.object({
|
|
5955
|
-
|
|
5956
|
-
|
|
5988
|
+
atBRANDAt7820: z.lazy(() =>
|
|
5989
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema
|
|
5957
5990
|
),
|
|
5958
5991
|
}).transform((v) => {
|
|
5959
5992
|
return remap$(v, {
|
|
5960
|
-
|
|
5993
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
5961
5994
|
});
|
|
5962
5995
|
});
|
|
5963
5996
|
|
|
@@ -6005,65 +6038,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
6005
6038
|
}
|
|
6006
6039
|
|
|
6007
6040
|
/** @internal */
|
|
6008
|
-
export const
|
|
6041
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema:
|
|
6009
6042
|
z.ZodType<
|
|
6010
|
-
|
|
6043
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820,
|
|
6011
6044
|
z.ZodTypeDef,
|
|
6012
6045
|
unknown
|
|
6013
6046
|
> = z.object({});
|
|
6014
6047
|
|
|
6015
6048
|
/** @internal */
|
|
6016
|
-
export type
|
|
6049
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound =
|
|
6017
6050
|
{};
|
|
6018
6051
|
|
|
6019
6052
|
/** @internal */
|
|
6020
|
-
export const
|
|
6053
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema:
|
|
6021
6054
|
z.ZodType<
|
|
6022
|
-
|
|
6055
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound,
|
|
6023
6056
|
z.ZodTypeDef,
|
|
6024
|
-
|
|
6057
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820
|
|
6025
6058
|
> = z.object({});
|
|
6026
6059
|
|
|
6027
6060
|
/**
|
|
6028
6061
|
* @internal
|
|
6029
6062
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6030
6063
|
*/
|
|
6031
|
-
export namespace
|
|
6032
|
-
/** @deprecated use `
|
|
6064
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$ {
|
|
6065
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema` instead. */
|
|
6033
6066
|
export const inboundSchema =
|
|
6034
|
-
|
|
6035
|
-
/** @deprecated use `
|
|
6067
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema;
|
|
6068
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema` instead. */
|
|
6036
6069
|
export const outboundSchema =
|
|
6037
|
-
|
|
6038
|
-
/** @deprecated use `
|
|
6070
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema;
|
|
6071
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound` instead. */
|
|
6039
6072
|
export type Outbound =
|
|
6040
|
-
|
|
6073
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound;
|
|
6041
6074
|
}
|
|
6042
6075
|
|
|
6043
|
-
export function
|
|
6044
|
-
|
|
6045
|
-
|
|
6076
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820ToJSON(
|
|
6077
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820:
|
|
6078
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820,
|
|
6046
6079
|
): string {
|
|
6047
6080
|
return JSON.stringify(
|
|
6048
|
-
|
|
6081
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema
|
|
6049
6082
|
.parse(
|
|
6050
|
-
|
|
6083
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820,
|
|
6051
6084
|
),
|
|
6052
6085
|
);
|
|
6053
6086
|
}
|
|
6054
6087
|
|
|
6055
|
-
export function
|
|
6088
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820FromJSON(
|
|
6056
6089
|
jsonString: string,
|
|
6057
6090
|
): SafeParseResult<
|
|
6058
|
-
|
|
6091
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820,
|
|
6059
6092
|
SDKValidationError
|
|
6060
6093
|
> {
|
|
6061
6094
|
return safeParse(
|
|
6062
6095
|
jsonString,
|
|
6063
6096
|
(x) =>
|
|
6064
|
-
|
|
6097
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema
|
|
6065
6098
|
.parse(JSON.parse(x)),
|
|
6066
|
-
`Failed to parse '
|
|
6099
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820' from JSON`,
|
|
6067
6100
|
);
|
|
6068
6101
|
}
|
|
6069
6102
|
|
|
@@ -6074,20 +6107,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
6074
6107
|
z.ZodTypeDef,
|
|
6075
6108
|
unknown
|
|
6076
6109
|
> = z.object({
|
|
6077
|
-
"__@BRAND@
|
|
6078
|
-
|
|
6110
|
+
"__@BRAND@7820": z.lazy(() =>
|
|
6111
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema
|
|
6079
6112
|
),
|
|
6080
6113
|
}).transform((v) => {
|
|
6081
6114
|
return remap$(v, {
|
|
6082
|
-
"__@BRAND@
|
|
6115
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
6083
6116
|
});
|
|
6084
6117
|
});
|
|
6085
6118
|
|
|
6086
6119
|
/** @internal */
|
|
6087
6120
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
|
|
6088
6121
|
{
|
|
6089
|
-
"__@BRAND@
|
|
6090
|
-
|
|
6122
|
+
"__@BRAND@7820":
|
|
6123
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound;
|
|
6091
6124
|
};
|
|
6092
6125
|
|
|
6093
6126
|
/** @internal */
|
|
@@ -6097,12 +6130,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
6097
6130
|
z.ZodTypeDef,
|
|
6098
6131
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
|
|
6099
6132
|
> = z.object({
|
|
6100
|
-
|
|
6101
|
-
|
|
6133
|
+
atBRANDAt7820: z.lazy(() =>
|
|
6134
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema
|
|
6102
6135
|
),
|
|
6103
6136
|
}).transform((v) => {
|
|
6104
6137
|
return remap$(v, {
|
|
6105
|
-
|
|
6138
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
6106
6139
|
});
|
|
6107
6140
|
});
|
|
6108
6141
|
|
|
@@ -8173,63 +8206,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
|
|
|
8173
8206
|
}
|
|
8174
8207
|
|
|
8175
8208
|
/** @internal */
|
|
8176
|
-
export const
|
|
8209
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema:
|
|
8177
8210
|
z.ZodType<
|
|
8178
|
-
|
|
8211
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820,
|
|
8179
8212
|
z.ZodTypeDef,
|
|
8180
8213
|
unknown
|
|
8181
8214
|
> = z.object({});
|
|
8182
8215
|
|
|
8183
8216
|
/** @internal */
|
|
8184
|
-
export type
|
|
8217
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound =
|
|
8185
8218
|
{};
|
|
8186
8219
|
|
|
8187
8220
|
/** @internal */
|
|
8188
|
-
export const
|
|
8221
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema:
|
|
8189
8222
|
z.ZodType<
|
|
8190
|
-
|
|
8223
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound,
|
|
8191
8224
|
z.ZodTypeDef,
|
|
8192
|
-
|
|
8225
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820
|
|
8193
8226
|
> = z.object({});
|
|
8194
8227
|
|
|
8195
8228
|
/**
|
|
8196
8229
|
* @internal
|
|
8197
8230
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8198
8231
|
*/
|
|
8199
|
-
export namespace
|
|
8200
|
-
/** @deprecated use `
|
|
8232
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$ {
|
|
8233
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema` instead. */
|
|
8201
8234
|
export const inboundSchema =
|
|
8202
|
-
|
|
8203
|
-
/** @deprecated use `
|
|
8235
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema;
|
|
8236
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema` instead. */
|
|
8204
8237
|
export const outboundSchema =
|
|
8205
|
-
|
|
8206
|
-
/** @deprecated use `
|
|
8238
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema;
|
|
8239
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound` instead. */
|
|
8207
8240
|
export type Outbound =
|
|
8208
|
-
|
|
8241
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound;
|
|
8209
8242
|
}
|
|
8210
8243
|
|
|
8211
|
-
export function
|
|
8212
|
-
|
|
8213
|
-
|
|
8244
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820ToJSON(
|
|
8245
|
+
createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820:
|
|
8246
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820,
|
|
8214
8247
|
): string {
|
|
8215
8248
|
return JSON.stringify(
|
|
8216
|
-
|
|
8217
|
-
.parse(
|
|
8249
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema
|
|
8250
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820),
|
|
8218
8251
|
);
|
|
8219
8252
|
}
|
|
8220
8253
|
|
|
8221
|
-
export function
|
|
8254
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820FromJSON(
|
|
8222
8255
|
jsonString: string,
|
|
8223
8256
|
): SafeParseResult<
|
|
8224
|
-
|
|
8257
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820,
|
|
8225
8258
|
SDKValidationError
|
|
8226
8259
|
> {
|
|
8227
8260
|
return safeParse(
|
|
8228
8261
|
jsonString,
|
|
8229
8262
|
(x) =>
|
|
8230
|
-
|
|
8263
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema
|
|
8231
8264
|
.parse(JSON.parse(x)),
|
|
8232
|
-
`Failed to parse '
|
|
8265
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820' from JSON`,
|
|
8233
8266
|
);
|
|
8234
8267
|
}
|
|
8235
8268
|
|
|
@@ -8240,20 +8273,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
|
|
|
8240
8273
|
z.ZodTypeDef,
|
|
8241
8274
|
unknown
|
|
8242
8275
|
> = z.object({
|
|
8243
|
-
"__@BRAND@
|
|
8244
|
-
|
|
8276
|
+
"__@BRAND@7820": z.lazy(() =>
|
|
8277
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema
|
|
8245
8278
|
),
|
|
8246
8279
|
}).transform((v) => {
|
|
8247
8280
|
return remap$(v, {
|
|
8248
|
-
"__@BRAND@
|
|
8281
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
8249
8282
|
});
|
|
8250
8283
|
});
|
|
8251
8284
|
|
|
8252
8285
|
/** @internal */
|
|
8253
8286
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
|
|
8254
8287
|
{
|
|
8255
|
-
"__@BRAND@
|
|
8256
|
-
|
|
8288
|
+
"__@BRAND@7820":
|
|
8289
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound;
|
|
8257
8290
|
};
|
|
8258
8291
|
|
|
8259
8292
|
/** @internal */
|
|
@@ -8263,12 +8296,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
|
|
|
8263
8296
|
z.ZodTypeDef,
|
|
8264
8297
|
CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
|
|
8265
8298
|
> = z.object({
|
|
8266
|
-
|
|
8267
|
-
|
|
8299
|
+
atBRANDAt7820: z.lazy(() =>
|
|
8300
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema
|
|
8268
8301
|
),
|
|
8269
8302
|
}).transform((v) => {
|
|
8270
8303
|
return remap$(v, {
|
|
8271
|
-
|
|
8304
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
8272
8305
|
});
|
|
8273
8306
|
});
|
|
8274
8307
|
|
|
@@ -8314,65 +8347,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
8314
8347
|
}
|
|
8315
8348
|
|
|
8316
8349
|
/** @internal */
|
|
8317
|
-
export const
|
|
8350
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema:
|
|
8318
8351
|
z.ZodType<
|
|
8319
|
-
|
|
8352
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820,
|
|
8320
8353
|
z.ZodTypeDef,
|
|
8321
8354
|
unknown
|
|
8322
8355
|
> = z.object({});
|
|
8323
8356
|
|
|
8324
8357
|
/** @internal */
|
|
8325
|
-
export type
|
|
8358
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound =
|
|
8326
8359
|
{};
|
|
8327
8360
|
|
|
8328
8361
|
/** @internal */
|
|
8329
|
-
export const
|
|
8362
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema:
|
|
8330
8363
|
z.ZodType<
|
|
8331
|
-
|
|
8364
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound,
|
|
8332
8365
|
z.ZodTypeDef,
|
|
8333
|
-
|
|
8366
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820
|
|
8334
8367
|
> = z.object({});
|
|
8335
8368
|
|
|
8336
8369
|
/**
|
|
8337
8370
|
* @internal
|
|
8338
8371
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8339
8372
|
*/
|
|
8340
|
-
export namespace
|
|
8341
|
-
/** @deprecated use `
|
|
8373
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$ {
|
|
8374
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema` instead. */
|
|
8342
8375
|
export const inboundSchema =
|
|
8343
|
-
|
|
8344
|
-
/** @deprecated use `
|
|
8376
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema;
|
|
8377
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema` instead. */
|
|
8345
8378
|
export const outboundSchema =
|
|
8346
|
-
|
|
8347
|
-
/** @deprecated use `
|
|
8379
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema;
|
|
8380
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound` instead. */
|
|
8348
8381
|
export type Outbound =
|
|
8349
|
-
|
|
8382
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound;
|
|
8350
8383
|
}
|
|
8351
8384
|
|
|
8352
|
-
export function
|
|
8353
|
-
|
|
8354
|
-
|
|
8385
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820ToJSON(
|
|
8386
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820:
|
|
8387
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820,
|
|
8355
8388
|
): string {
|
|
8356
8389
|
return JSON.stringify(
|
|
8357
|
-
|
|
8390
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema
|
|
8358
8391
|
.parse(
|
|
8359
|
-
|
|
8392
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820,
|
|
8360
8393
|
),
|
|
8361
8394
|
);
|
|
8362
8395
|
}
|
|
8363
8396
|
|
|
8364
|
-
export function
|
|
8397
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820FromJSON(
|
|
8365
8398
|
jsonString: string,
|
|
8366
8399
|
): SafeParseResult<
|
|
8367
|
-
|
|
8400
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820,
|
|
8368
8401
|
SDKValidationError
|
|
8369
8402
|
> {
|
|
8370
8403
|
return safeParse(
|
|
8371
8404
|
jsonString,
|
|
8372
8405
|
(x) =>
|
|
8373
|
-
|
|
8406
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema
|
|
8374
8407
|
.parse(JSON.parse(x)),
|
|
8375
|
-
`Failed to parse '
|
|
8408
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820' from JSON`,
|
|
8376
8409
|
);
|
|
8377
8410
|
}
|
|
8378
8411
|
|
|
@@ -8383,20 +8416,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
|
|
|
8383
8416
|
z.ZodTypeDef,
|
|
8384
8417
|
unknown
|
|
8385
8418
|
> = z.object({
|
|
8386
|
-
"__@BRAND@
|
|
8387
|
-
|
|
8419
|
+
"__@BRAND@7820": z.lazy(() =>
|
|
8420
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema
|
|
8388
8421
|
),
|
|
8389
8422
|
}).transform((v) => {
|
|
8390
8423
|
return remap$(v, {
|
|
8391
|
-
"__@BRAND@
|
|
8424
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
8392
8425
|
});
|
|
8393
8426
|
});
|
|
8394
8427
|
|
|
8395
8428
|
/** @internal */
|
|
8396
8429
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
|
|
8397
8430
|
{
|
|
8398
|
-
"__@BRAND@
|
|
8399
|
-
|
|
8431
|
+
"__@BRAND@7820":
|
|
8432
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound;
|
|
8400
8433
|
};
|
|
8401
8434
|
|
|
8402
8435
|
/** @internal */
|
|
@@ -8406,12 +8439,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
|
|
|
8406
8439
|
z.ZodTypeDef,
|
|
8407
8440
|
CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
|
|
8408
8441
|
> = z.object({
|
|
8409
|
-
|
|
8410
|
-
|
|
8442
|
+
atBRANDAt7820: z.lazy(() =>
|
|
8443
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema
|
|
8411
8444
|
),
|
|
8412
8445
|
}).transform((v) => {
|
|
8413
8446
|
return remap$(v, {
|
|
8414
|
-
|
|
8447
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
8415
8448
|
});
|
|
8416
8449
|
});
|
|
8417
8450
|
|
|
@@ -8457,65 +8490,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
8457
8490
|
}
|
|
8458
8491
|
|
|
8459
8492
|
/** @internal */
|
|
8460
|
-
export const
|
|
8493
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema:
|
|
8461
8494
|
z.ZodType<
|
|
8462
|
-
|
|
8495
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820,
|
|
8463
8496
|
z.ZodTypeDef,
|
|
8464
8497
|
unknown
|
|
8465
8498
|
> = z.object({});
|
|
8466
8499
|
|
|
8467
8500
|
/** @internal */
|
|
8468
|
-
export type
|
|
8501
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound =
|
|
8469
8502
|
{};
|
|
8470
8503
|
|
|
8471
8504
|
/** @internal */
|
|
8472
|
-
export const
|
|
8505
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema:
|
|
8473
8506
|
z.ZodType<
|
|
8474
|
-
|
|
8507
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound,
|
|
8475
8508
|
z.ZodTypeDef,
|
|
8476
|
-
|
|
8509
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820
|
|
8477
8510
|
> = z.object({});
|
|
8478
8511
|
|
|
8479
8512
|
/**
|
|
8480
8513
|
* @internal
|
|
8481
8514
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8482
8515
|
*/
|
|
8483
|
-
export namespace
|
|
8484
|
-
/** @deprecated use `
|
|
8516
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$ {
|
|
8517
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema` instead. */
|
|
8485
8518
|
export const inboundSchema =
|
|
8486
|
-
|
|
8487
|
-
/** @deprecated use `
|
|
8519
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema;
|
|
8520
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema` instead. */
|
|
8488
8521
|
export const outboundSchema =
|
|
8489
|
-
|
|
8490
|
-
/** @deprecated use `
|
|
8522
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema;
|
|
8523
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound` instead. */
|
|
8491
8524
|
export type Outbound =
|
|
8492
|
-
|
|
8525
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound;
|
|
8493
8526
|
}
|
|
8494
8527
|
|
|
8495
|
-
export function
|
|
8496
|
-
|
|
8497
|
-
|
|
8528
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820ToJSON(
|
|
8529
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820:
|
|
8530
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820,
|
|
8498
8531
|
): string {
|
|
8499
8532
|
return JSON.stringify(
|
|
8500
|
-
|
|
8533
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema
|
|
8501
8534
|
.parse(
|
|
8502
|
-
|
|
8535
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820,
|
|
8503
8536
|
),
|
|
8504
8537
|
);
|
|
8505
8538
|
}
|
|
8506
8539
|
|
|
8507
|
-
export function
|
|
8540
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820FromJSON(
|
|
8508
8541
|
jsonString: string,
|
|
8509
8542
|
): SafeParseResult<
|
|
8510
|
-
|
|
8543
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820,
|
|
8511
8544
|
SDKValidationError
|
|
8512
8545
|
> {
|
|
8513
8546
|
return safeParse(
|
|
8514
8547
|
jsonString,
|
|
8515
8548
|
(x) =>
|
|
8516
|
-
|
|
8549
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema
|
|
8517
8550
|
.parse(JSON.parse(x)),
|
|
8518
|
-
`Failed to parse '
|
|
8551
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820' from JSON`,
|
|
8519
8552
|
);
|
|
8520
8553
|
}
|
|
8521
8554
|
|
|
@@ -8526,20 +8559,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
|
|
|
8526
8559
|
z.ZodTypeDef,
|
|
8527
8560
|
unknown
|
|
8528
8561
|
> = z.object({
|
|
8529
|
-
"__@BRAND@
|
|
8530
|
-
|
|
8562
|
+
"__@BRAND@7820": z.lazy(() =>
|
|
8563
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema
|
|
8531
8564
|
),
|
|
8532
8565
|
}).transform((v) => {
|
|
8533
8566
|
return remap$(v, {
|
|
8534
|
-
"__@BRAND@
|
|
8567
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
8535
8568
|
});
|
|
8536
8569
|
});
|
|
8537
8570
|
|
|
8538
8571
|
/** @internal */
|
|
8539
8572
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
|
|
8540
8573
|
{
|
|
8541
|
-
"__@BRAND@
|
|
8542
|
-
|
|
8574
|
+
"__@BRAND@7820":
|
|
8575
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound;
|
|
8543
8576
|
};
|
|
8544
8577
|
|
|
8545
8578
|
/** @internal */
|
|
@@ -8549,12 +8582,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
|
|
|
8549
8582
|
z.ZodTypeDef,
|
|
8550
8583
|
CreateIntegrationStoreDirectPropertiesIntegrationsPattern
|
|
8551
8584
|
> = z.object({
|
|
8552
|
-
|
|
8553
|
-
|
|
8585
|
+
atBRANDAt7820: z.lazy(() =>
|
|
8586
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema
|
|
8554
8587
|
),
|
|
8555
8588
|
}).transform((v) => {
|
|
8556
8589
|
return remap$(v, {
|
|
8557
|
-
|
|
8590
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
8558
8591
|
});
|
|
8559
8592
|
});
|
|
8560
8593
|
|
|
@@ -12617,65 +12650,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
12617
12650
|
}
|
|
12618
12651
|
|
|
12619
12652
|
/** @internal */
|
|
12620
|
-
export const
|
|
12653
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema:
|
|
12621
12654
|
z.ZodType<
|
|
12622
|
-
|
|
12655
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820,
|
|
12623
12656
|
z.ZodTypeDef,
|
|
12624
12657
|
unknown
|
|
12625
12658
|
> = z.object({});
|
|
12626
12659
|
|
|
12627
12660
|
/** @internal */
|
|
12628
|
-
export type
|
|
12661
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound =
|
|
12629
12662
|
{};
|
|
12630
12663
|
|
|
12631
12664
|
/** @internal */
|
|
12632
|
-
export const
|
|
12665
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema:
|
|
12633
12666
|
z.ZodType<
|
|
12634
|
-
|
|
12667
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound,
|
|
12635
12668
|
z.ZodTypeDef,
|
|
12636
|
-
|
|
12669
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820
|
|
12637
12670
|
> = z.object({});
|
|
12638
12671
|
|
|
12639
12672
|
/**
|
|
12640
12673
|
* @internal
|
|
12641
12674
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12642
12675
|
*/
|
|
12643
|
-
export namespace
|
|
12644
|
-
/** @deprecated use `
|
|
12676
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$ {
|
|
12677
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema` instead. */
|
|
12645
12678
|
export const inboundSchema =
|
|
12646
|
-
|
|
12647
|
-
/** @deprecated use `
|
|
12679
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema;
|
|
12680
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema` instead. */
|
|
12648
12681
|
export const outboundSchema =
|
|
12649
|
-
|
|
12650
|
-
/** @deprecated use `
|
|
12682
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema;
|
|
12683
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound` instead. */
|
|
12651
12684
|
export type Outbound =
|
|
12652
|
-
|
|
12685
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound;
|
|
12653
12686
|
}
|
|
12654
12687
|
|
|
12655
|
-
export function
|
|
12656
|
-
|
|
12657
|
-
|
|
12688
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820ToJSON(
|
|
12689
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820:
|
|
12690
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820,
|
|
12658
12691
|
): string {
|
|
12659
12692
|
return JSON.stringify(
|
|
12660
|
-
|
|
12693
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema
|
|
12661
12694
|
.parse(
|
|
12662
|
-
|
|
12695
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820,
|
|
12663
12696
|
),
|
|
12664
12697
|
);
|
|
12665
12698
|
}
|
|
12666
12699
|
|
|
12667
|
-
export function
|
|
12700
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820FromJSON(
|
|
12668
12701
|
jsonString: string,
|
|
12669
12702
|
): SafeParseResult<
|
|
12670
|
-
|
|
12703
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820,
|
|
12671
12704
|
SDKValidationError
|
|
12672
12705
|
> {
|
|
12673
12706
|
return safeParse(
|
|
12674
12707
|
jsonString,
|
|
12675
12708
|
(x) =>
|
|
12676
|
-
|
|
12709
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema
|
|
12677
12710
|
.parse(JSON.parse(x)),
|
|
12678
|
-
`Failed to parse '
|
|
12711
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820' from JSON`,
|
|
12679
12712
|
);
|
|
12680
12713
|
}
|
|
12681
12714
|
|
|
@@ -12686,19 +12719,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
|
|
|
12686
12719
|
z.ZodTypeDef,
|
|
12687
12720
|
unknown
|
|
12688
12721
|
> = z.object({
|
|
12689
|
-
"__@BRAND@
|
|
12690
|
-
|
|
12722
|
+
"__@BRAND@7820": z.lazy(() =>
|
|
12723
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema
|
|
12691
12724
|
),
|
|
12692
12725
|
}).transform((v) => {
|
|
12693
12726
|
return remap$(v, {
|
|
12694
|
-
"__@BRAND@
|
|
12727
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
12695
12728
|
});
|
|
12696
12729
|
});
|
|
12697
12730
|
|
|
12698
12731
|
/** @internal */
|
|
12699
12732
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
12700
|
-
"__@BRAND@
|
|
12701
|
-
|
|
12733
|
+
"__@BRAND@7820":
|
|
12734
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound;
|
|
12702
12735
|
};
|
|
12703
12736
|
|
|
12704
12737
|
/** @internal */
|
|
@@ -12708,12 +12741,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
|
|
|
12708
12741
|
z.ZodTypeDef,
|
|
12709
12742
|
CreateIntegrationStoreDirectPropertiesMaxLength
|
|
12710
12743
|
> = z.object({
|
|
12711
|
-
|
|
12712
|
-
|
|
12744
|
+
atBRANDAt7820: z.lazy(() =>
|
|
12745
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema
|
|
12713
12746
|
),
|
|
12714
12747
|
}).transform((v) => {
|
|
12715
12748
|
return remap$(v, {
|
|
12716
|
-
|
|
12749
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
12717
12750
|
});
|
|
12718
12751
|
});
|
|
12719
12752
|
|
|
@@ -12761,50 +12794,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
|
|
|
12761
12794
|
}
|
|
12762
12795
|
|
|
12763
12796
|
/** @internal */
|
|
12764
|
-
export const
|
|
12765
|
-
|
|
12797
|
+
export const PropertiesAtBRANDAt7820$inboundSchema: z.ZodType<
|
|
12798
|
+
PropertiesAtBRANDAt7820,
|
|
12766
12799
|
z.ZodTypeDef,
|
|
12767
12800
|
unknown
|
|
12768
12801
|
> = z.object({});
|
|
12769
12802
|
|
|
12770
12803
|
/** @internal */
|
|
12771
|
-
export type
|
|
12804
|
+
export type PropertiesAtBRANDAt7820$Outbound = {};
|
|
12772
12805
|
|
|
12773
12806
|
/** @internal */
|
|
12774
|
-
export const
|
|
12775
|
-
|
|
12807
|
+
export const PropertiesAtBRANDAt7820$outboundSchema: z.ZodType<
|
|
12808
|
+
PropertiesAtBRANDAt7820$Outbound,
|
|
12776
12809
|
z.ZodTypeDef,
|
|
12777
|
-
|
|
12810
|
+
PropertiesAtBRANDAt7820
|
|
12778
12811
|
> = z.object({});
|
|
12779
12812
|
|
|
12780
12813
|
/**
|
|
12781
12814
|
* @internal
|
|
12782
12815
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12783
12816
|
*/
|
|
12784
|
-
export namespace
|
|
12785
|
-
/** @deprecated use `
|
|
12786
|
-
export const inboundSchema =
|
|
12787
|
-
/** @deprecated use `
|
|
12788
|
-
export const outboundSchema =
|
|
12789
|
-
/** @deprecated use `
|
|
12790
|
-
export type Outbound =
|
|
12817
|
+
export namespace PropertiesAtBRANDAt7820$ {
|
|
12818
|
+
/** @deprecated use `PropertiesAtBRANDAt7820$inboundSchema` instead. */
|
|
12819
|
+
export const inboundSchema = PropertiesAtBRANDAt7820$inboundSchema;
|
|
12820
|
+
/** @deprecated use `PropertiesAtBRANDAt7820$outboundSchema` instead. */
|
|
12821
|
+
export const outboundSchema = PropertiesAtBRANDAt7820$outboundSchema;
|
|
12822
|
+
/** @deprecated use `PropertiesAtBRANDAt7820$Outbound` instead. */
|
|
12823
|
+
export type Outbound = PropertiesAtBRANDAt7820$Outbound;
|
|
12791
12824
|
}
|
|
12792
12825
|
|
|
12793
|
-
export function
|
|
12794
|
-
|
|
12826
|
+
export function propertiesAtBRANDAt7820ToJSON(
|
|
12827
|
+
propertiesAtBRANDAt7820: PropertiesAtBRANDAt7820,
|
|
12795
12828
|
): string {
|
|
12796
12829
|
return JSON.stringify(
|
|
12797
|
-
|
|
12830
|
+
PropertiesAtBRANDAt7820$outboundSchema.parse(propertiesAtBRANDAt7820),
|
|
12798
12831
|
);
|
|
12799
12832
|
}
|
|
12800
12833
|
|
|
12801
|
-
export function
|
|
12834
|
+
export function propertiesAtBRANDAt7820FromJSON(
|
|
12802
12835
|
jsonString: string,
|
|
12803
|
-
): SafeParseResult<
|
|
12836
|
+
): SafeParseResult<PropertiesAtBRANDAt7820, SDKValidationError> {
|
|
12804
12837
|
return safeParse(
|
|
12805
12838
|
jsonString,
|
|
12806
|
-
(x) =>
|
|
12807
|
-
`Failed to parse '
|
|
12839
|
+
(x) => PropertiesAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)),
|
|
12840
|
+
`Failed to parse 'PropertiesAtBRANDAt7820' from JSON`,
|
|
12808
12841
|
);
|
|
12809
12842
|
}
|
|
12810
12843
|
|
|
@@ -12815,16 +12848,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
|
|
|
12815
12848
|
z.ZodTypeDef,
|
|
12816
12849
|
unknown
|
|
12817
12850
|
> = z.object({
|
|
12818
|
-
"__@BRAND@
|
|
12851
|
+
"__@BRAND@7820": z.lazy(() => PropertiesAtBRANDAt7820$inboundSchema),
|
|
12819
12852
|
}).transform((v) => {
|
|
12820
12853
|
return remap$(v, {
|
|
12821
|
-
"__@BRAND@
|
|
12854
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
12822
12855
|
});
|
|
12823
12856
|
});
|
|
12824
12857
|
|
|
12825
12858
|
/** @internal */
|
|
12826
12859
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
12827
|
-
"__@BRAND@
|
|
12860
|
+
"__@BRAND@7820": PropertiesAtBRANDAt7820$Outbound;
|
|
12828
12861
|
};
|
|
12829
12862
|
|
|
12830
12863
|
/** @internal */
|
|
@@ -12834,10 +12867,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
|
|
|
12834
12867
|
z.ZodTypeDef,
|
|
12835
12868
|
CreateIntegrationStoreDirectPropertiesMinLength
|
|
12836
12869
|
> = z.object({
|
|
12837
|
-
|
|
12870
|
+
atBRANDAt7820: z.lazy(() => PropertiesAtBRANDAt7820$outboundSchema),
|
|
12838
12871
|
}).transform((v) => {
|
|
12839
12872
|
return remap$(v, {
|
|
12840
|
-
|
|
12873
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
12841
12874
|
});
|
|
12842
12875
|
});
|
|
12843
12876
|
|
|
@@ -12885,64 +12918,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
|
|
|
12885
12918
|
}
|
|
12886
12919
|
|
|
12887
12920
|
/** @internal */
|
|
12888
|
-
export const
|
|
12921
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema:
|
|
12889
12922
|
z.ZodType<
|
|
12890
|
-
|
|
12923
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7820,
|
|
12891
12924
|
z.ZodTypeDef,
|
|
12892
12925
|
unknown
|
|
12893
12926
|
> = z.object({});
|
|
12894
12927
|
|
|
12895
12928
|
/** @internal */
|
|
12896
|
-
export type
|
|
12929
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound = {};
|
|
12897
12930
|
|
|
12898
12931
|
/** @internal */
|
|
12899
|
-
export const
|
|
12932
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema:
|
|
12900
12933
|
z.ZodType<
|
|
12901
|
-
|
|
12934
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound,
|
|
12902
12935
|
z.ZodTypeDef,
|
|
12903
|
-
|
|
12936
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7820
|
|
12904
12937
|
> = z.object({});
|
|
12905
12938
|
|
|
12906
12939
|
/**
|
|
12907
12940
|
* @internal
|
|
12908
12941
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12909
12942
|
*/
|
|
12910
|
-
export namespace
|
|
12911
|
-
/** @deprecated use `
|
|
12943
|
+
export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$ {
|
|
12944
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema` instead. */
|
|
12912
12945
|
export const inboundSchema =
|
|
12913
|
-
|
|
12914
|
-
/** @deprecated use `
|
|
12946
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema;
|
|
12947
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema` instead. */
|
|
12915
12948
|
export const outboundSchema =
|
|
12916
|
-
|
|
12917
|
-
/** @deprecated use `
|
|
12949
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema;
|
|
12950
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound` instead. */
|
|
12918
12951
|
export type Outbound =
|
|
12919
|
-
|
|
12952
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound;
|
|
12920
12953
|
}
|
|
12921
12954
|
|
|
12922
|
-
export function
|
|
12923
|
-
|
|
12924
|
-
|
|
12955
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt7820ToJSON(
|
|
12956
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt7820:
|
|
12957
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7820,
|
|
12925
12958
|
): string {
|
|
12926
12959
|
return JSON.stringify(
|
|
12927
|
-
|
|
12928
|
-
|
|
12960
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema.parse(
|
|
12961
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt7820,
|
|
12929
12962
|
),
|
|
12930
12963
|
);
|
|
12931
12964
|
}
|
|
12932
12965
|
|
|
12933
|
-
export function
|
|
12966
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt7820FromJSON(
|
|
12934
12967
|
jsonString: string,
|
|
12935
12968
|
): SafeParseResult<
|
|
12936
|
-
|
|
12969
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7820,
|
|
12937
12970
|
SDKValidationError
|
|
12938
12971
|
> {
|
|
12939
12972
|
return safeParse(
|
|
12940
12973
|
jsonString,
|
|
12941
12974
|
(x) =>
|
|
12942
|
-
|
|
12975
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema.parse(
|
|
12943
12976
|
JSON.parse(x),
|
|
12944
12977
|
),
|
|
12945
|
-
`Failed to parse '
|
|
12978
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7820' from JSON`,
|
|
12946
12979
|
);
|
|
12947
12980
|
}
|
|
12948
12981
|
|
|
@@ -12953,18 +12986,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
|
|
|
12953
12986
|
z.ZodTypeDef,
|
|
12954
12987
|
unknown
|
|
12955
12988
|
> = z.object({
|
|
12956
|
-
"__@BRAND@
|
|
12957
|
-
|
|
12989
|
+
"__@BRAND@7820": z.lazy(() =>
|
|
12990
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema
|
|
12958
12991
|
),
|
|
12959
12992
|
}).transform((v) => {
|
|
12960
12993
|
return remap$(v, {
|
|
12961
|
-
"__@BRAND@
|
|
12994
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
12962
12995
|
});
|
|
12963
12996
|
});
|
|
12964
12997
|
|
|
12965
12998
|
/** @internal */
|
|
12966
12999
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
12967
|
-
"__@BRAND@
|
|
13000
|
+
"__@BRAND@7820": CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound;
|
|
12968
13001
|
};
|
|
12969
13002
|
|
|
12970
13003
|
/** @internal */
|
|
@@ -12974,12 +13007,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
|
|
|
12974
13007
|
z.ZodTypeDef,
|
|
12975
13008
|
CreateIntegrationStoreDirectPropertiesPattern
|
|
12976
13009
|
> = z.object({
|
|
12977
|
-
|
|
12978
|
-
|
|
13010
|
+
atBRANDAt7820: z.lazy(() =>
|
|
13011
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema
|
|
12979
13012
|
),
|
|
12980
13013
|
}).transform((v) => {
|
|
12981
13014
|
return remap$(v, {
|
|
12982
|
-
|
|
13015
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
12983
13016
|
});
|
|
12984
13017
|
});
|
|
12985
13018
|
|
|
@@ -14419,46 +14452,46 @@ export function guidesFromJSON(
|
|
|
14419
14452
|
}
|
|
14420
14453
|
|
|
14421
14454
|
/** @internal */
|
|
14422
|
-
export const
|
|
14423
|
-
|
|
14455
|
+
export const AtBRANDAt7820$inboundSchema: z.ZodType<
|
|
14456
|
+
AtBRANDAt7820,
|
|
14424
14457
|
z.ZodTypeDef,
|
|
14425
14458
|
unknown
|
|
14426
14459
|
> = z.object({});
|
|
14427
14460
|
|
|
14428
14461
|
/** @internal */
|
|
14429
|
-
export type
|
|
14462
|
+
export type AtBRANDAt7820$Outbound = {};
|
|
14430
14463
|
|
|
14431
14464
|
/** @internal */
|
|
14432
|
-
export const
|
|
14433
|
-
|
|
14465
|
+
export const AtBRANDAt7820$outboundSchema: z.ZodType<
|
|
14466
|
+
AtBRANDAt7820$Outbound,
|
|
14434
14467
|
z.ZodTypeDef,
|
|
14435
|
-
|
|
14468
|
+
AtBRANDAt7820
|
|
14436
14469
|
> = z.object({});
|
|
14437
14470
|
|
|
14438
14471
|
/**
|
|
14439
14472
|
* @internal
|
|
14440
14473
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14441
14474
|
*/
|
|
14442
|
-
export namespace
|
|
14443
|
-
/** @deprecated use `
|
|
14444
|
-
export const inboundSchema =
|
|
14445
|
-
/** @deprecated use `
|
|
14446
|
-
export const outboundSchema =
|
|
14447
|
-
/** @deprecated use `
|
|
14448
|
-
export type Outbound =
|
|
14475
|
+
export namespace AtBRANDAt7820$ {
|
|
14476
|
+
/** @deprecated use `AtBRANDAt7820$inboundSchema` instead. */
|
|
14477
|
+
export const inboundSchema = AtBRANDAt7820$inboundSchema;
|
|
14478
|
+
/** @deprecated use `AtBRANDAt7820$outboundSchema` instead. */
|
|
14479
|
+
export const outboundSchema = AtBRANDAt7820$outboundSchema;
|
|
14480
|
+
/** @deprecated use `AtBRANDAt7820$Outbound` instead. */
|
|
14481
|
+
export type Outbound = AtBRANDAt7820$Outbound;
|
|
14449
14482
|
}
|
|
14450
14483
|
|
|
14451
|
-
export function
|
|
14452
|
-
return JSON.stringify(
|
|
14484
|
+
export function atBRANDAt7820ToJSON(atBRANDAt7820: AtBRANDAt7820): string {
|
|
14485
|
+
return JSON.stringify(AtBRANDAt7820$outboundSchema.parse(atBRANDAt7820));
|
|
14453
14486
|
}
|
|
14454
14487
|
|
|
14455
|
-
export function
|
|
14488
|
+
export function atBRANDAt7820FromJSON(
|
|
14456
14489
|
jsonString: string,
|
|
14457
|
-
): SafeParseResult<
|
|
14490
|
+
): SafeParseResult<AtBRANDAt7820, SDKValidationError> {
|
|
14458
14491
|
return safeParse(
|
|
14459
14492
|
jsonString,
|
|
14460
|
-
(x) =>
|
|
14461
|
-
`Failed to parse '
|
|
14493
|
+
(x) => AtBRANDAt7820$inboundSchema.parse(JSON.parse(x)),
|
|
14494
|
+
`Failed to parse 'AtBRANDAt7820' from JSON`,
|
|
14462
14495
|
);
|
|
14463
14496
|
}
|
|
14464
14497
|
|
|
@@ -14468,16 +14501,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
|
|
|
14468
14501
|
z.ZodTypeDef,
|
|
14469
14502
|
unknown
|
|
14470
14503
|
> = z.object({
|
|
14471
|
-
"__@BRAND@
|
|
14504
|
+
"__@BRAND@7820": z.lazy(() => AtBRANDAt7820$inboundSchema),
|
|
14472
14505
|
}).transform((v) => {
|
|
14473
14506
|
return remap$(v, {
|
|
14474
|
-
"__@BRAND@
|
|
14507
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
14475
14508
|
});
|
|
14476
14509
|
});
|
|
14477
14510
|
|
|
14478
14511
|
/** @internal */
|
|
14479
14512
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
14480
|
-
"__@BRAND@
|
|
14513
|
+
"__@BRAND@7820": AtBRANDAt7820$Outbound;
|
|
14481
14514
|
};
|
|
14482
14515
|
|
|
14483
14516
|
/** @internal */
|
|
@@ -14486,10 +14519,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
|
|
|
14486
14519
|
z.ZodTypeDef,
|
|
14487
14520
|
CreateIntegrationStoreDirectValue
|
|
14488
14521
|
> = z.object({
|
|
14489
|
-
|
|
14522
|
+
atBRANDAt7820: z.lazy(() => AtBRANDAt7820$outboundSchema),
|
|
14490
14523
|
}).transform((v) => {
|
|
14491
14524
|
return remap$(v, {
|
|
14492
|
-
|
|
14525
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
14493
14526
|
});
|
|
14494
14527
|
});
|
|
14495
14528
|
|
|
@@ -15555,6 +15588,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema: z.ZodType<
|
|
|
15555
15588
|
totalConnectedProjects: z.number().optional(),
|
|
15556
15589
|
usageQuotaExceeded: z.boolean(),
|
|
15557
15590
|
status: z.nullable(CreateIntegrationStoreDirectStatus$inboundSchema),
|
|
15591
|
+
ownership: CreateIntegrationStoreDirectOwnership$inboundSchema.optional(),
|
|
15558
15592
|
metadata: z.record(
|
|
15559
15593
|
z.union([
|
|
15560
15594
|
z.string(),
|
|
@@ -15588,6 +15622,7 @@ export type CreateIntegrationStoreDirectStore$Outbound = {
|
|
|
15588
15622
|
totalConnectedProjects?: number | undefined;
|
|
15589
15623
|
usageQuotaExceeded: boolean;
|
|
15590
15624
|
status: string | null;
|
|
15625
|
+
ownership?: string | undefined;
|
|
15591
15626
|
metadata?: {
|
|
15592
15627
|
[k: string]: string | number | boolean | Array<string> | Array<number>;
|
|
15593
15628
|
} | undefined;
|
|
@@ -15612,6 +15647,7 @@ export const CreateIntegrationStoreDirectStore$outboundSchema: z.ZodType<
|
|
|
15612
15647
|
totalConnectedProjects: z.number().optional(),
|
|
15613
15648
|
usageQuotaExceeded: z.boolean(),
|
|
15614
15649
|
status: z.nullable(CreateIntegrationStoreDirectStatus$outboundSchema),
|
|
15650
|
+
ownership: CreateIntegrationStoreDirectOwnership$outboundSchema.optional(),
|
|
15615
15651
|
metadata: z.record(
|
|
15616
15652
|
z.union([
|
|
15617
15653
|
z.string(),
|