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