@vercel/sdk 1.17.1 → 1.17.3

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 (143) hide show
  1. package/bin/mcp-server.js +1278 -1490
  2. package/bin/mcp-server.js.map +27 -27
  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 -1
  6. package/esm/__tests__/checks.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +2 -4
  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__/environment.test.js +15 -1
  12. package/esm/__tests__/environment.test.js.map +1 -1
  13. package/esm/__tests__/integrations.test.js +1 -1
  14. package/esm/__tests__/logdrains.test.js +3 -1
  15. package/esm/__tests__/logdrains.test.js.map +1 -1
  16. package/esm/__tests__/rollingrelease.test.js +6 -2
  17. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  18. package/esm/lib/config.d.ts +3 -3
  19. package/esm/lib/config.js +3 -3
  20. package/esm/mcp-server/mcp-server.js +1 -1
  21. package/esm/mcp-server/server.js +1 -1
  22. package/esm/models/canceldeploymentop.d.ts +2 -0
  23. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  24. package/esm/models/canceldeploymentop.js +2 -0
  25. package/esm/models/canceldeploymentop.js.map +1 -1
  26. package/esm/models/createdeploymentop.d.ts +2 -0
  27. package/esm/models/createdeploymentop.d.ts.map +1 -1
  28. package/esm/models/createdeploymentop.js +2 -0
  29. package/esm/models/createdeploymentop.js.map +1 -1
  30. package/esm/models/createdrainop.d.ts +48 -108
  31. package/esm/models/createdrainop.d.ts.map +1 -1
  32. package/esm/models/createdrainop.js +58 -105
  33. package/esm/models/createdrainop.js.map +1 -1
  34. package/esm/models/createintegrationstoredirectop.d.ts +156 -152
  35. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  36. package/esm/models/createintegrationstoredirectop.js +222 -218
  37. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  38. package/esm/models/createprojectop.d.ts +2 -0
  39. package/esm/models/createprojectop.d.ts.map +1 -1
  40. package/esm/models/createprojectop.js +2 -0
  41. package/esm/models/createprojectop.js.map +1 -1
  42. package/esm/models/createwebhookop.d.ts +2 -0
  43. package/esm/models/createwebhookop.d.ts.map +1 -1
  44. package/esm/models/createwebhookop.js +2 -0
  45. package/esm/models/createwebhookop.js.map +1 -1
  46. package/esm/models/getalllogdrainsop.d.ts +53 -107
  47. package/esm/models/getalllogdrainsop.d.ts.map +1 -1
  48. package/esm/models/getalllogdrainsop.js +65 -108
  49. package/esm/models/getalllogdrainsop.js.map +1 -1
  50. package/esm/models/getconfigurablelogdrainop.d.ts +6 -0
  51. package/esm/models/getconfigurablelogdrainop.d.ts.map +1 -1
  52. package/esm/models/getconfigurablelogdrainop.js +6 -0
  53. package/esm/models/getconfigurablelogdrainop.js.map +1 -1
  54. package/esm/models/getconfigurationproductsop.d.ts +200 -200
  55. package/esm/models/getconfigurationproductsop.js +290 -290
  56. package/esm/models/getdeploymentop.d.ts +4 -0
  57. package/esm/models/getdeploymentop.d.ts.map +1 -1
  58. package/esm/models/getdeploymentop.js +4 -0
  59. package/esm/models/getdeploymentop.js.map +1 -1
  60. package/esm/models/getdeploymentsop.d.ts +2 -0
  61. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  62. package/esm/models/getdeploymentsop.js +2 -0
  63. package/esm/models/getdeploymentsop.js.map +1 -1
  64. package/esm/models/getdrainop.d.ts +48 -108
  65. package/esm/models/getdrainop.d.ts.map +1 -1
  66. package/esm/models/getdrainop.js +58 -104
  67. package/esm/models/getdrainop.js.map +1 -1
  68. package/esm/models/getdrainsop.d.ts +48 -108
  69. package/esm/models/getdrainsop.d.ts.map +1 -1
  70. package/esm/models/getdrainsop.js +58 -104
  71. package/esm/models/getdrainsop.js.map +1 -1
  72. package/esm/models/getprojectsop.d.ts +2 -0
  73. package/esm/models/getprojectsop.d.ts.map +1 -1
  74. package/esm/models/getprojectsop.js +2 -0
  75. package/esm/models/getprojectsop.js.map +1 -1
  76. package/esm/models/getwebhookop.d.ts +1 -0
  77. package/esm/models/getwebhookop.d.ts.map +1 -1
  78. package/esm/models/getwebhookop.js +1 -0
  79. package/esm/models/getwebhookop.js.map +1 -1
  80. package/esm/models/getwebhooksop.d.ts +2 -0
  81. package/esm/models/getwebhooksop.d.ts.map +1 -1
  82. package/esm/models/getwebhooksop.js +2 -0
  83. package/esm/models/getwebhooksop.js.map +1 -1
  84. package/esm/models/moveprojectdomainop.d.ts +33 -0
  85. package/esm/models/moveprojectdomainop.d.ts.map +1 -1
  86. package/esm/models/moveprojectdomainop.js +19 -0
  87. package/esm/models/moveprojectdomainop.js.map +1 -1
  88. package/esm/models/updatedrainop.d.ts +48 -108
  89. package/esm/models/updatedrainop.d.ts.map +1 -1
  90. package/esm/models/updatedrainop.js +58 -108
  91. package/esm/models/updatedrainop.js.map +1 -1
  92. package/esm/models/updateprojectdatacacheop.d.ts +2 -0
  93. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  94. package/esm/models/updateprojectdatacacheop.js +2 -0
  95. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  96. package/esm/models/updateprojectop.d.ts +2 -0
  97. package/esm/models/updateprojectop.d.ts.map +1 -1
  98. package/esm/models/updateprojectop.js +2 -0
  99. package/esm/models/updateprojectop.js.map +1 -1
  100. package/esm/models/updatesharedenvvariableop.d.ts +5 -2
  101. package/esm/models/updatesharedenvvariableop.d.ts.map +1 -1
  102. package/esm/models/updatesharedenvvariableop.js.map +1 -1
  103. package/esm/models/userevent.d.ts +970 -928
  104. package/esm/models/userevent.d.ts.map +1 -1
  105. package/esm/models/userevent.js +1281 -1235
  106. package/esm/models/userevent.js.map +1 -1
  107. package/examples/package-lock.json +2 -10
  108. package/jsr.json +1 -1
  109. package/package.json +3 -6
  110. package/src/__tests__/accessgroups.test.ts +1 -3
  111. package/src/__tests__/checks.test.ts +1 -1
  112. package/src/__tests__/domains.test.ts +2 -4
  113. package/src/__tests__/edgeconfig.test.ts +6 -6
  114. package/src/__tests__/environment.test.ts +15 -1
  115. package/src/__tests__/integrations.test.ts +1 -1
  116. package/src/__tests__/logdrains.test.ts +3 -1
  117. package/src/__tests__/rollingrelease.test.ts +6 -2
  118. package/src/lib/config.ts +3 -3
  119. package/src/mcp-server/mcp-server.ts +1 -1
  120. package/src/mcp-server/server.ts +1 -1
  121. package/src/models/canceldeploymentop.ts +4 -0
  122. package/src/models/createdeploymentop.ts +4 -0
  123. package/src/models/createdrainop.ts +132 -177
  124. package/src/models/createintegrationstoredirectop.ts +479 -471
  125. package/src/models/createprojectop.ts +4 -0
  126. package/src/models/createwebhookop.ts +2 -0
  127. package/src/models/getalllogdrainsop.ts +168 -168
  128. package/src/models/getconfigurablelogdrainop.ts +12 -0
  129. package/src/models/getconfigurationproductsop.ts +627 -627
  130. package/src/models/getdeploymentop.ts +8 -0
  131. package/src/models/getdeploymentsop.ts +4 -0
  132. package/src/models/getdrainop.ts +148 -168
  133. package/src/models/getdrainsop.ts +150 -158
  134. package/src/models/getprojectsop.ts +4 -0
  135. package/src/models/getwebhookop.ts +1 -0
  136. package/src/models/getwebhooksop.ts +2 -0
  137. package/src/models/moveprojectdomainop.ts +51 -0
  138. package/src/models/updatedrainop.ts +153 -174
  139. package/src/models/updateprojectdatacacheop.ts +4 -0
  140. package/src/models/updateprojectop.ts +4 -0
  141. package/src/models/updatesharedenvvariableop.ts +5 -2
  142. package/src/models/userevent.ts +2956 -2828
  143. package/vercel-spec.json +647 -841
@@ -631,6 +631,7 @@ export const CreateIntegrationStoreDirectOwnership$outboundSchema = CreateIntegr
631
631
  /** @internal */
632
632
  export const Capabilities$inboundSchema = z.object({
633
633
  mcp: z.boolean().optional(),
634
+ mcpReadonly: z.boolean().optional(),
634
635
  sso: z.boolean().optional(),
635
636
  billable: z.boolean().optional(),
636
637
  transferable: z.boolean().optional(),
@@ -640,6 +641,7 @@ export const Capabilities$inboundSchema = z.object({
640
641
  /** @internal */
641
642
  export const Capabilities$outboundSchema = z.object({
642
643
  mcp: z.boolean().optional(),
644
+ mcpReadonly: z.boolean().optional(),
643
645
  sso: z.boolean().optional(),
644
646
  billable: z.boolean().optional(),
645
647
  transferable: z.boolean().optional(),
@@ -681,6 +683,7 @@ export const ExternalResourceStatus$outboundSchema = ExternalResourceStatus$inbo
681
683
  /** @internal */
682
684
  export const CreateIntegrationStoreDirectCapabilities$inboundSchema = z.object({
683
685
  mcp: z.boolean().optional(),
686
+ mcpReadonly: z.boolean().optional(),
684
687
  sso: z.boolean().optional(),
685
688
  billable: z.boolean().optional(),
686
689
  transferable: z.boolean().optional(),
@@ -692,6 +695,7 @@ export const CreateIntegrationStoreDirectCapabilities$inboundSchema = z.object({
692
695
  /** @internal */
693
696
  export const CreateIntegrationStoreDirectCapabilities$outboundSchema = z.object({
694
697
  mcp: z.boolean().optional(),
698
+ mcpReadonly: z.boolean().optional(),
695
699
  sso: z.boolean().optional(),
696
700
  billable: z.boolean().optional(),
697
701
  transferable: z.boolean().optional(),
@@ -712,31 +716,31 @@ export const CreateIntegrationStoreDirectIntegrationsType$inboundSchema = z
712
716
  /** @internal */
713
717
  export const CreateIntegrationStoreDirectIntegrationsType$outboundSchema = CreateIntegrationStoreDirectIntegrationsType$inboundSchema;
714
718
  /** @internal */
715
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$inboundSchema = z.object({});
719
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$inboundSchema = z.object({});
716
720
  /** @internal */
717
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$outboundSchema = z.object({});
718
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797) {
719
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$outboundSchema
720
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797));
721
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$outboundSchema = z.object({});
722
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805) {
723
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$outboundSchema
724
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805));
721
725
  }
722
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797FromJSON(jsonString) {
723
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$inboundSchema
724
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797' from JSON`);
726
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805FromJSON(jsonString) {
727
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$inboundSchema
728
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805' from JSON`);
725
729
  }
726
730
  /** @internal */
727
731
  export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
728
- "__@BRAND@8797": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$inboundSchema),
732
+ "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$inboundSchema),
729
733
  }).transform((v) => {
730
734
  return remap$(v, {
731
- "__@BRAND@8797": "atBRANDAt8797",
735
+ "__@BRAND@8805": "atBRANDAt8805",
732
736
  });
733
737
  });
734
738
  /** @internal */
735
739
  export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
736
- atBRANDAt8797: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$outboundSchema),
740
+ atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$outboundSchema),
737
741
  }).transform((v) => {
738
742
  return remap$(v, {
739
- atBRANDAt8797: "__@BRAND@8797",
743
+ atBRANDAt8805: "__@BRAND@8805",
740
744
  });
741
745
  });
742
746
  export function createIntegrationStoreDirectPropertiesValueToJSON(createIntegrationStoreDirectPropertiesValue) {
@@ -860,31 +864,31 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
860
864
  /** @internal */
861
865
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
862
866
  /** @internal */
863
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$inboundSchema = z.object({});
867
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$inboundSchema = z.object({});
864
868
  /** @internal */
865
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$outboundSchema = z.object({});
866
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797) {
867
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$outboundSchema
868
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797));
869
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$outboundSchema = z.object({});
870
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805) {
871
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$outboundSchema
872
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805));
869
873
  }
870
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797FromJSON(jsonString) {
871
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$inboundSchema
872
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797' from JSON`);
874
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805FromJSON(jsonString) {
875
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$inboundSchema
876
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805' from JSON`);
873
877
  }
874
878
  /** @internal */
875
879
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
876
- "__@BRAND@8797": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$inboundSchema),
880
+ "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$inboundSchema),
877
881
  }).transform((v) => {
878
882
  return remap$(v, {
879
- "__@BRAND@8797": "atBRANDAt8797",
883
+ "__@BRAND@8805": "atBRANDAt8805",
880
884
  });
881
885
  });
882
886
  /** @internal */
883
887
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
884
- atBRANDAt8797: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$outboundSchema),
888
+ atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$outboundSchema),
885
889
  }).transform((v) => {
886
890
  return remap$(v, {
887
- atBRANDAt8797: "__@BRAND@8797",
891
+ atBRANDAt8805: "__@BRAND@8805",
888
892
  });
889
893
  });
890
894
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength) {
@@ -896,31 +900,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
896
900
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
897
901
  }
898
902
  /** @internal */
899
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$inboundSchema = z.object({});
903
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$inboundSchema = z.object({});
900
904
  /** @internal */
901
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$outboundSchema = z.object({});
902
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797) {
903
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$outboundSchema
904
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797));
905
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$outboundSchema = z.object({});
906
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805) {
907
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$outboundSchema
908
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805));
905
909
  }
906
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797FromJSON(jsonString) {
907
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$inboundSchema
908
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797' from JSON`);
910
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805FromJSON(jsonString) {
911
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$inboundSchema
912
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805' from JSON`);
909
913
  }
910
914
  /** @internal */
911
915
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
912
- "__@BRAND@8797": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$inboundSchema),
916
+ "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$inboundSchema),
913
917
  }).transform((v) => {
914
918
  return remap$(v, {
915
- "__@BRAND@8797": "atBRANDAt8797",
919
+ "__@BRAND@8805": "atBRANDAt8805",
916
920
  });
917
921
  });
918
922
  /** @internal */
919
923
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
920
- atBRANDAt8797: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$outboundSchema),
924
+ atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$outboundSchema),
921
925
  }).transform((v) => {
922
926
  return remap$(v, {
923
- atBRANDAt8797: "__@BRAND@8797",
927
+ atBRANDAt8805: "__@BRAND@8805",
924
928
  });
925
929
  });
926
930
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength) {
@@ -932,31 +936,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
932
936
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
933
937
  }
934
938
  /** @internal */
935
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$inboundSchema = z.object({});
939
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$inboundSchema = z.object({});
936
940
  /** @internal */
937
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$outboundSchema = z.object({});
938
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797) {
939
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$outboundSchema
940
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797));
941
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$outboundSchema = z.object({});
942
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805) {
943
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$outboundSchema
944
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805));
941
945
  }
942
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797FromJSON(jsonString) {
943
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$inboundSchema
944
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797' from JSON`);
946
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805FromJSON(jsonString) {
947
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$inboundSchema
948
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805' from JSON`);
945
949
  }
946
950
  /** @internal */
947
951
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
948
- "__@BRAND@8797": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$inboundSchema),
952
+ "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$inboundSchema),
949
953
  }).transform((v) => {
950
954
  return remap$(v, {
951
- "__@BRAND@8797": "atBRANDAt8797",
955
+ "__@BRAND@8805": "atBRANDAt8805",
952
956
  });
953
957
  });
954
958
  /** @internal */
955
959
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
956
- atBRANDAt8797: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$outboundSchema),
960
+ atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$outboundSchema),
957
961
  }).transform((v) => {
958
962
  return remap$(v, {
959
- atBRANDAt8797: "__@BRAND@8797",
963
+ atBRANDAt8805: "__@BRAND@8805",
960
964
  });
961
965
  });
962
966
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern) {
@@ -1240,29 +1244,29 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
1240
1244
  /** @internal */
1241
1245
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema;
1242
1246
  /** @internal */
1243
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$inboundSchema = z.object({});
1247
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$inboundSchema = z.object({});
1244
1248
  /** @internal */
1245
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$outboundSchema = z.object({});
1246
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8797ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8797) {
1247
- return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8797));
1249
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$outboundSchema = z.object({});
1250
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8805ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8805) {
1251
+ return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8805));
1248
1252
  }
1249
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8797FromJSON(jsonString) {
1250
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797' from JSON`);
1253
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8805FromJSON(jsonString) {
1254
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805' from JSON`);
1251
1255
  }
1252
1256
  /** @internal */
1253
1257
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
1254
- "__@BRAND@8797": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$inboundSchema),
1258
+ "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$inboundSchema),
1255
1259
  }).transform((v) => {
1256
1260
  return remap$(v, {
1257
- "__@BRAND@8797": "atBRANDAt8797",
1261
+ "__@BRAND@8805": "atBRANDAt8805",
1258
1262
  });
1259
1263
  });
1260
1264
  /** @internal */
1261
1265
  export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
1262
- atBRANDAt8797: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$outboundSchema),
1266
+ atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$outboundSchema),
1263
1267
  }).transform((v) => {
1264
1268
  return remap$(v, {
1265
- atBRANDAt8797: "__@BRAND@8797",
1269
+ atBRANDAt8805: "__@BRAND@8805",
1266
1270
  });
1267
1271
  });
1268
1272
  export function createIntegrationStoreDirectUiOptionsValueToJSON(createIntegrationStoreDirectUiOptionsValue) {
@@ -1386,29 +1390,29 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
1386
1390
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
1387
1391
  }
1388
1392
  /** @internal */
1389
- export const UiOptionsAtBRANDAt8797$inboundSchema = z.object({});
1393
+ export const UiOptionsAtBRANDAt8805$inboundSchema = z.object({});
1390
1394
  /** @internal */
1391
- export const UiOptionsAtBRANDAt8797$outboundSchema = z.object({});
1392
- export function uiOptionsAtBRANDAt8797ToJSON(uiOptionsAtBRANDAt8797) {
1393
- return JSON.stringify(UiOptionsAtBRANDAt8797$outboundSchema.parse(uiOptionsAtBRANDAt8797));
1395
+ export const UiOptionsAtBRANDAt8805$outboundSchema = z.object({});
1396
+ export function uiOptionsAtBRANDAt8805ToJSON(uiOptionsAtBRANDAt8805) {
1397
+ return JSON.stringify(UiOptionsAtBRANDAt8805$outboundSchema.parse(uiOptionsAtBRANDAt8805));
1394
1398
  }
1395
- export function uiOptionsAtBRANDAt8797FromJSON(jsonString) {
1396
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8797$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8797' from JSON`);
1399
+ export function uiOptionsAtBRANDAt8805FromJSON(jsonString) {
1400
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8805$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8805' from JSON`);
1397
1401
  }
1398
1402
  /** @internal */
1399
1403
  export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
1400
- "__@BRAND@8797": z.lazy(() => UiOptionsAtBRANDAt8797$inboundSchema),
1404
+ "__@BRAND@8805": z.lazy(() => UiOptionsAtBRANDAt8805$inboundSchema),
1401
1405
  }).transform((v) => {
1402
1406
  return remap$(v, {
1403
- "__@BRAND@8797": "atBRANDAt8797",
1407
+ "__@BRAND@8805": "atBRANDAt8805",
1404
1408
  });
1405
1409
  });
1406
1410
  /** @internal */
1407
1411
  export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
1408
- atBRANDAt8797: z.lazy(() => UiOptionsAtBRANDAt8797$outboundSchema),
1412
+ atBRANDAt8805: z.lazy(() => UiOptionsAtBRANDAt8805$outboundSchema),
1409
1413
  }).transform((v) => {
1410
1414
  return remap$(v, {
1411
- atBRANDAt8797: "__@BRAND@8797",
1415
+ atBRANDAt8805: "__@BRAND@8805",
1412
1416
  });
1413
1417
  });
1414
1418
  export function createIntegrationStoreDirectUiOptions2ToJSON(createIntegrationStoreDirectUiOptions2) {
@@ -1550,31 +1554,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
1550
1554
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
1551
1555
  }
1552
1556
  /** @internal */
1553
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$inboundSchema = z.object({});
1557
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$inboundSchema = z.object({});
1554
1558
  /** @internal */
1555
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$outboundSchema = z.object({});
1556
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797) {
1557
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$outboundSchema
1558
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797));
1559
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$outboundSchema = z.object({});
1560
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805) {
1561
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$outboundSchema
1562
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805));
1559
1563
  }
1560
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797FromJSON(jsonString) {
1561
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$inboundSchema
1562
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797' from JSON`);
1564
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805FromJSON(jsonString) {
1565
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$inboundSchema
1566
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805' from JSON`);
1563
1567
  }
1564
1568
  /** @internal */
1565
1569
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
1566
- "__@BRAND@8797": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$inboundSchema),
1570
+ "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$inboundSchema),
1567
1571
  }).transform((v) => {
1568
1572
  return remap$(v, {
1569
- "__@BRAND@8797": "atBRANDAt8797",
1573
+ "__@BRAND@8805": "atBRANDAt8805",
1570
1574
  });
1571
1575
  });
1572
1576
  /** @internal */
1573
1577
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
1574
- atBRANDAt8797: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$outboundSchema),
1578
+ atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$outboundSchema),
1575
1579
  }).transform((v) => {
1576
1580
  return remap$(v, {
1577
- atBRANDAt8797: "__@BRAND@8797",
1581
+ atBRANDAt8805: "__@BRAND@8805",
1578
1582
  });
1579
1583
  });
1580
1584
  export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength) {
@@ -1586,31 +1590,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
1586
1590
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
1587
1591
  }
1588
1592
  /** @internal */
1589
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$inboundSchema = z.object({});
1593
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$inboundSchema = z.object({});
1590
1594
  /** @internal */
1591
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$outboundSchema = z.object({});
1592
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797) {
1593
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$outboundSchema
1594
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797));
1595
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$outboundSchema = z.object({});
1596
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805) {
1597
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$outboundSchema
1598
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805));
1595
1599
  }
1596
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797FromJSON(jsonString) {
1597
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$inboundSchema
1598
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797' from JSON`);
1600
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805FromJSON(jsonString) {
1601
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$inboundSchema
1602
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805' from JSON`);
1599
1603
  }
1600
1604
  /** @internal */
1601
1605
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
1602
- "__@BRAND@8797": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$inboundSchema),
1606
+ "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$inboundSchema),
1603
1607
  }).transform((v) => {
1604
1608
  return remap$(v, {
1605
- "__@BRAND@8797": "atBRANDAt8797",
1609
+ "__@BRAND@8805": "atBRANDAt8805",
1606
1610
  });
1607
1611
  });
1608
1612
  /** @internal */
1609
1613
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
1610
- atBRANDAt8797: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$outboundSchema),
1614
+ atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$outboundSchema),
1611
1615
  }).transform((v) => {
1612
1616
  return remap$(v, {
1613
- atBRANDAt8797: "__@BRAND@8797",
1617
+ atBRANDAt8805: "__@BRAND@8805",
1614
1618
  });
1615
1619
  });
1616
1620
  export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength) {
@@ -1622,31 +1626,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
1622
1626
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
1623
1627
  }
1624
1628
  /** @internal */
1625
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$inboundSchema = z.object({});
1629
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$inboundSchema = z.object({});
1626
1630
  /** @internal */
1627
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$outboundSchema = z.object({});
1628
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797) {
1629
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$outboundSchema
1630
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797));
1631
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$outboundSchema = z.object({});
1632
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805) {
1633
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$outboundSchema
1634
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805));
1631
1635
  }
1632
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797FromJSON(jsonString) {
1633
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$inboundSchema
1634
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797' from JSON`);
1636
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805FromJSON(jsonString) {
1637
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$inboundSchema
1638
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805' from JSON`);
1635
1639
  }
1636
1640
  /** @internal */
1637
1641
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
1638
- "__@BRAND@8797": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$inboundSchema),
1642
+ "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$inboundSchema),
1639
1643
  }).transform((v) => {
1640
1644
  return remap$(v, {
1641
- "__@BRAND@8797": "atBRANDAt8797",
1645
+ "__@BRAND@8805": "atBRANDAt8805",
1642
1646
  });
1643
1647
  });
1644
1648
  /** @internal */
1645
1649
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
1646
- atBRANDAt8797: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$outboundSchema),
1650
+ atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$outboundSchema),
1647
1651
  }).transform((v) => {
1648
1652
  return remap$(v, {
1649
- atBRANDAt8797: "__@BRAND@8797",
1653
+ atBRANDAt8805: "__@BRAND@8805",
1650
1654
  });
1651
1655
  });
1652
1656
  export function createIntegrationStoreDirectPropertiesIntegrationsResponsePatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponsePattern) {
@@ -1942,31 +1946,31 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
1942
1946
  /** @internal */
1943
1947
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
1944
1948
  /** @internal */
1945
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$inboundSchema = z.object({});
1949
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$inboundSchema = z.object({});
1946
1950
  /** @internal */
1947
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$outboundSchema = z.object({});
1948
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797) {
1949
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$outboundSchema
1950
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797));
1951
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$outboundSchema = z.object({});
1952
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805) {
1953
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$outboundSchema
1954
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805));
1951
1955
  }
1952
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797FromJSON(jsonString) {
1953
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$inboundSchema
1954
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797' from JSON`);
1956
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805FromJSON(jsonString) {
1957
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$inboundSchema
1958
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805' from JSON`);
1955
1959
  }
1956
1960
  /** @internal */
1957
1961
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
1958
- "__@BRAND@8797": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$inboundSchema),
1962
+ "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$inboundSchema),
1959
1963
  }).transform((v) => {
1960
1964
  return remap$(v, {
1961
- "__@BRAND@8797": "atBRANDAt8797",
1965
+ "__@BRAND@8805": "atBRANDAt8805",
1962
1966
  });
1963
1967
  });
1964
1968
  /** @internal */
1965
1969
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
1966
- atBRANDAt8797: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$outboundSchema),
1970
+ atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$outboundSchema),
1967
1971
  }).transform((v) => {
1968
1972
  return remap$(v, {
1969
- atBRANDAt8797: "__@BRAND@8797",
1973
+ atBRANDAt8805: "__@BRAND@8805",
1970
1974
  });
1971
1975
  });
1972
1976
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength) {
@@ -1978,31 +1982,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
1978
1982
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
1979
1983
  }
1980
1984
  /** @internal */
1981
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$inboundSchema = z.object({});
1985
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$inboundSchema = z.object({});
1982
1986
  /** @internal */
1983
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$outboundSchema = z.object({});
1984
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797) {
1985
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$outboundSchema
1986
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797));
1987
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$outboundSchema = z.object({});
1988
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805) {
1989
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$outboundSchema
1990
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805));
1987
1991
  }
1988
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797FromJSON(jsonString) {
1989
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$inboundSchema
1990
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797' from JSON`);
1992
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805FromJSON(jsonString) {
1993
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$inboundSchema
1994
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805' from JSON`);
1991
1995
  }
1992
1996
  /** @internal */
1993
1997
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
1994
- "__@BRAND@8797": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$inboundSchema),
1998
+ "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$inboundSchema),
1995
1999
  }).transform((v) => {
1996
2000
  return remap$(v, {
1997
- "__@BRAND@8797": "atBRANDAt8797",
2001
+ "__@BRAND@8805": "atBRANDAt8805",
1998
2002
  });
1999
2003
  });
2000
2004
  /** @internal */
2001
2005
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
2002
- atBRANDAt8797: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$outboundSchema),
2006
+ atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$outboundSchema),
2003
2007
  }).transform((v) => {
2004
2008
  return remap$(v, {
2005
- atBRANDAt8797: "__@BRAND@8797",
2009
+ atBRANDAt8805: "__@BRAND@8805",
2006
2010
  });
2007
2011
  });
2008
2012
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength) {
@@ -2014,31 +2018,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
2014
2018
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
2015
2019
  }
2016
2020
  /** @internal */
2017
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$inboundSchema = z.object({});
2021
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$inboundSchema = z.object({});
2018
2022
  /** @internal */
2019
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$outboundSchema = z.object({});
2020
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797) {
2021
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$outboundSchema
2022
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797));
2023
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$outboundSchema = z.object({});
2024
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805) {
2025
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$outboundSchema
2026
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805));
2023
2027
  }
2024
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797FromJSON(jsonString) {
2025
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$inboundSchema
2026
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797' from JSON`);
2028
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805FromJSON(jsonString) {
2029
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$inboundSchema
2030
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805' from JSON`);
2027
2031
  }
2028
2032
  /** @internal */
2029
2033
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
2030
- "__@BRAND@8797": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$inboundSchema),
2034
+ "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$inboundSchema),
2031
2035
  }).transform((v) => {
2032
2036
  return remap$(v, {
2033
- "__@BRAND@8797": "atBRANDAt8797",
2037
+ "__@BRAND@8805": "atBRANDAt8805",
2034
2038
  });
2035
2039
  });
2036
2040
  /** @internal */
2037
2041
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
2038
- atBRANDAt8797: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$outboundSchema),
2042
+ atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$outboundSchema),
2039
2043
  }).transform((v) => {
2040
2044
  return remap$(v, {
2041
- atBRANDAt8797: "__@BRAND@8797",
2045
+ atBRANDAt8805: "__@BRAND@8805",
2042
2046
  });
2043
2047
  });
2044
2048
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern) {
@@ -2590,31 +2594,31 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
2590
2594
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
2591
2595
  }
2592
2596
  /** @internal */
2593
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$inboundSchema = z.object({});
2597
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$inboundSchema = z.object({});
2594
2598
  /** @internal */
2595
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$outboundSchema = z.object({});
2596
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797) {
2597
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$outboundSchema
2598
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797));
2599
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$outboundSchema = z.object({});
2600
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805) {
2601
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$outboundSchema
2602
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805));
2599
2603
  }
2600
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797FromJSON(jsonString) {
2601
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$inboundSchema
2602
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797' from JSON`);
2604
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805FromJSON(jsonString) {
2605
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$inboundSchema
2606
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805' from JSON`);
2603
2607
  }
2604
2608
  /** @internal */
2605
2609
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
2606
- "__@BRAND@8797": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$inboundSchema),
2610
+ "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$inboundSchema),
2607
2611
  }).transform((v) => {
2608
2612
  return remap$(v, {
2609
- "__@BRAND@8797": "atBRANDAt8797",
2613
+ "__@BRAND@8805": "atBRANDAt8805",
2610
2614
  });
2611
2615
  });
2612
2616
  /** @internal */
2613
2617
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
2614
- atBRANDAt8797: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$outboundSchema),
2618
+ atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$outboundSchema),
2615
2619
  }).transform((v) => {
2616
2620
  return remap$(v, {
2617
- atBRANDAt8797: "__@BRAND@8797",
2621
+ atBRANDAt8805: "__@BRAND@8805",
2618
2622
  });
2619
2623
  });
2620
2624
  export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength) {
@@ -2626,31 +2630,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
2626
2630
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
2627
2631
  }
2628
2632
  /** @internal */
2629
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$inboundSchema = z.object({});
2633
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$inboundSchema = z.object({});
2630
2634
  /** @internal */
2631
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$outboundSchema = z.object({});
2632
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797) {
2633
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$outboundSchema
2634
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797));
2635
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$outboundSchema = z.object({});
2636
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805) {
2637
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$outboundSchema
2638
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805));
2635
2639
  }
2636
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797FromJSON(jsonString) {
2637
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$inboundSchema
2638
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797' from JSON`);
2640
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805FromJSON(jsonString) {
2641
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$inboundSchema
2642
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805' from JSON`);
2639
2643
  }
2640
2644
  /** @internal */
2641
2645
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
2642
- "__@BRAND@8797": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$inboundSchema),
2646
+ "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$inboundSchema),
2643
2647
  }).transform((v) => {
2644
2648
  return remap$(v, {
2645
- "__@BRAND@8797": "atBRANDAt8797",
2649
+ "__@BRAND@8805": "atBRANDAt8805",
2646
2650
  });
2647
2651
  });
2648
2652
  /** @internal */
2649
2653
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
2650
- atBRANDAt8797: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$outboundSchema),
2654
+ atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$outboundSchema),
2651
2655
  }).transform((v) => {
2652
2656
  return remap$(v, {
2653
- atBRANDAt8797: "__@BRAND@8797",
2657
+ atBRANDAt8805: "__@BRAND@8805",
2654
2658
  });
2655
2659
  });
2656
2660
  export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength) {
@@ -2662,31 +2666,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
2662
2666
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
2663
2667
  }
2664
2668
  /** @internal */
2665
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$inboundSchema = z.object({});
2669
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$inboundSchema = z.object({});
2666
2670
  /** @internal */
2667
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$outboundSchema = z.object({});
2668
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797) {
2669
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$outboundSchema
2670
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797));
2671
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$outboundSchema = z.object({});
2672
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805) {
2673
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$outboundSchema
2674
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805));
2671
2675
  }
2672
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797FromJSON(jsonString) {
2673
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$inboundSchema
2674
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797' from JSON`);
2676
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805FromJSON(jsonString) {
2677
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$inboundSchema
2678
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805' from JSON`);
2675
2679
  }
2676
2680
  /** @internal */
2677
2681
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
2678
- "__@BRAND@8797": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$inboundSchema),
2682
+ "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$inboundSchema),
2679
2683
  }).transform((v) => {
2680
2684
  return remap$(v, {
2681
- "__@BRAND@8797": "atBRANDAt8797",
2685
+ "__@BRAND@8805": "atBRANDAt8805",
2682
2686
  });
2683
2687
  });
2684
2688
  /** @internal */
2685
2689
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
2686
- atBRANDAt8797: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$outboundSchema),
2690
+ atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$outboundSchema),
2687
2691
  }).transform((v) => {
2688
2692
  return remap$(v, {
2689
- atBRANDAt8797: "__@BRAND@8797",
2693
+ atBRANDAt8805: "__@BRAND@8805",
2690
2694
  });
2691
2695
  });
2692
2696
  export function createIntegrationStoreDirectPropertiesIntegrationsPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsPattern) {
@@ -3802,31 +3806,31 @@ export const CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema = z
3802
3806
  /** @internal */
3803
3807
  export const CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema;
3804
3808
  /** @internal */
3805
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$inboundSchema = z.object({});
3809
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$inboundSchema = z.object({});
3806
3810
  /** @internal */
3807
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$outboundSchema = z.object({});
3808
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797) {
3809
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$outboundSchema
3810
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797));
3811
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$outboundSchema = z.object({});
3812
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805) {
3813
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$outboundSchema
3814
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805));
3811
3815
  }
3812
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797FromJSON(jsonString) {
3813
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$inboundSchema
3814
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797' from JSON`);
3816
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805FromJSON(jsonString) {
3817
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$inboundSchema
3818
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805' from JSON`);
3815
3819
  }
3816
3820
  /** @internal */
3817
3821
  export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
3818
- "__@BRAND@8797": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$inboundSchema),
3822
+ "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$inboundSchema),
3819
3823
  }).transform((v) => {
3820
3824
  return remap$(v, {
3821
- "__@BRAND@8797": "atBRANDAt8797",
3825
+ "__@BRAND@8805": "atBRANDAt8805",
3822
3826
  });
3823
3827
  });
3824
3828
  /** @internal */
3825
3829
  export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
3826
- atBRANDAt8797: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$outboundSchema),
3830
+ atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$outboundSchema),
3827
3831
  }).transform((v) => {
3828
3832
  return remap$(v, {
3829
- atBRANDAt8797: "__@BRAND@8797",
3833
+ atBRANDAt8805: "__@BRAND@8805",
3830
3834
  });
3831
3835
  });
3832
3836
  export function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength) {
@@ -3836,29 +3840,29 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
3836
3840
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
3837
3841
  }
3838
3842
  /** @internal */
3839
- export const PropertiesAtBRANDAt8797$inboundSchema = z.object({});
3843
+ export const PropertiesAtBRANDAt8805$inboundSchema = z.object({});
3840
3844
  /** @internal */
3841
- export const PropertiesAtBRANDAt8797$outboundSchema = z.object({});
3842
- export function propertiesAtBRANDAt8797ToJSON(propertiesAtBRANDAt8797) {
3843
- return JSON.stringify(PropertiesAtBRANDAt8797$outboundSchema.parse(propertiesAtBRANDAt8797));
3845
+ export const PropertiesAtBRANDAt8805$outboundSchema = z.object({});
3846
+ export function propertiesAtBRANDAt8805ToJSON(propertiesAtBRANDAt8805) {
3847
+ return JSON.stringify(PropertiesAtBRANDAt8805$outboundSchema.parse(propertiesAtBRANDAt8805));
3844
3848
  }
3845
- export function propertiesAtBRANDAt8797FromJSON(jsonString) {
3846
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt8797$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8797' from JSON`);
3849
+ export function propertiesAtBRANDAt8805FromJSON(jsonString) {
3850
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt8805$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8805' from JSON`);
3847
3851
  }
3848
3852
  /** @internal */
3849
3853
  export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
3850
- "__@BRAND@8797": z.lazy(() => PropertiesAtBRANDAt8797$inboundSchema),
3854
+ "__@BRAND@8805": z.lazy(() => PropertiesAtBRANDAt8805$inboundSchema),
3851
3855
  }).transform((v) => {
3852
3856
  return remap$(v, {
3853
- "__@BRAND@8797": "atBRANDAt8797",
3857
+ "__@BRAND@8805": "atBRANDAt8805",
3854
3858
  });
3855
3859
  });
3856
3860
  /** @internal */
3857
3861
  export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
3858
- atBRANDAt8797: z.lazy(() => PropertiesAtBRANDAt8797$outboundSchema),
3862
+ atBRANDAt8805: z.lazy(() => PropertiesAtBRANDAt8805$outboundSchema),
3859
3863
  }).transform((v) => {
3860
3864
  return remap$(v, {
3861
- atBRANDAt8797: "__@BRAND@8797",
3865
+ atBRANDAt8805: "__@BRAND@8805",
3862
3866
  });
3863
3867
  });
3864
3868
  export function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength) {
@@ -3868,29 +3872,29 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
3868
3872
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
3869
3873
  }
3870
3874
  /** @internal */
3871
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$inboundSchema = z.object({});
3875
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$inboundSchema = z.object({});
3872
3876
  /** @internal */
3873
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$outboundSchema = z.object({});
3874
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8797) {
3875
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8797));
3877
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$outboundSchema = z.object({});
3878
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8805) {
3879
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8805));
3876
3880
  }
3877
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8797FromJSON(jsonString) {
3878
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8797' from JSON`);
3881
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8805FromJSON(jsonString) {
3882
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8805' from JSON`);
3879
3883
  }
3880
3884
  /** @internal */
3881
3885
  export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
3882
- "__@BRAND@8797": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$inboundSchema),
3886
+ "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$inboundSchema),
3883
3887
  }).transform((v) => {
3884
3888
  return remap$(v, {
3885
- "__@BRAND@8797": "atBRANDAt8797",
3889
+ "__@BRAND@8805": "atBRANDAt8805",
3886
3890
  });
3887
3891
  });
3888
3892
  /** @internal */
3889
3893
  export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
3890
- atBRANDAt8797: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$outboundSchema),
3894
+ atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$outboundSchema),
3891
3895
  }).transform((v) => {
3892
3896
  return remap$(v, {
3893
- atBRANDAt8797: "__@BRAND@8797",
3897
+ atBRANDAt8805: "__@BRAND@8805",
3894
3898
  });
3895
3899
  });
3896
3900
  export function createIntegrationStoreDirectPropertiesPatternToJSON(createIntegrationStoreDirectPropertiesPattern) {
@@ -4316,29 +4320,29 @@ export function guidesFromJSON(jsonString) {
4316
4320
  return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
4317
4321
  }
4318
4322
  /** @internal */
4319
- export const AtBRANDAt8797$inboundSchema = z.object({});
4323
+ export const AtBRANDAt8805$inboundSchema = z.object({});
4320
4324
  /** @internal */
4321
- export const AtBRANDAt8797$outboundSchema = z.object({});
4322
- export function atBRANDAt8797ToJSON(atBRANDAt8797) {
4323
- return JSON.stringify(AtBRANDAt8797$outboundSchema.parse(atBRANDAt8797));
4325
+ export const AtBRANDAt8805$outboundSchema = z.object({});
4326
+ export function atBRANDAt8805ToJSON(atBRANDAt8805) {
4327
+ return JSON.stringify(AtBRANDAt8805$outboundSchema.parse(atBRANDAt8805));
4324
4328
  }
4325
- export function atBRANDAt8797FromJSON(jsonString) {
4326
- return safeParse(jsonString, (x) => AtBRANDAt8797$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8797' from JSON`);
4329
+ export function atBRANDAt8805FromJSON(jsonString) {
4330
+ return safeParse(jsonString, (x) => AtBRANDAt8805$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8805' from JSON`);
4327
4331
  }
4328
4332
  /** @internal */
4329
4333
  export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
4330
- "__@BRAND@8797": z.lazy(() => AtBRANDAt8797$inboundSchema),
4334
+ "__@BRAND@8805": z.lazy(() => AtBRANDAt8805$inboundSchema),
4331
4335
  }).transform((v) => {
4332
4336
  return remap$(v, {
4333
- "__@BRAND@8797": "atBRANDAt8797",
4337
+ "__@BRAND@8805": "atBRANDAt8805",
4334
4338
  });
4335
4339
  });
4336
4340
  /** @internal */
4337
4341
  export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
4338
- atBRANDAt8797: z.lazy(() => AtBRANDAt8797$outboundSchema),
4342
+ atBRANDAt8805: z.lazy(() => AtBRANDAt8805$outboundSchema),
4339
4343
  }).transform((v) => {
4340
4344
  return remap$(v, {
4341
- atBRANDAt8797: "__@BRAND@8797",
4345
+ atBRANDAt8805: "__@BRAND@8805",
4342
4346
  });
4343
4347
  });
4344
4348
  export function createIntegrationStoreDirectValueToJSON(createIntegrationStoreDirectValue) {