@vercel/sdk 1.11.0 → 1.11.2

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