@simpleapps-com/augur-api 0.3.1 → 0.3.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 (165) hide show
  1. package/dist/cjs/core/base-client.js +2 -2
  2. package/dist/cjs/core/base-client.js.map +1 -1
  3. package/dist/cjs/core/schema-factories.d.ts +18 -18
  4. package/dist/cjs/index.d.ts +2 -2
  5. package/dist/cjs/index.d.ts.map +1 -1
  6. package/dist/cjs/index.js +1 -1
  7. package/dist/cjs/services/agr-site/client.d.ts +1 -1
  8. package/dist/cjs/services/agr-site/schemas/content.d.ts +2 -2
  9. package/dist/cjs/services/commerce/client.d.ts +8 -8
  10. package/dist/cjs/services/commerce/schemas/cart.d.ts +14 -14
  11. package/dist/cjs/services/commerce/schemas/checkout.d.ts +28 -28
  12. package/dist/cjs/services/commerce/schemas/recommendations.d.ts +8 -8
  13. package/dist/cjs/services/customers/client.d.ts +19 -19
  14. package/dist/cjs/services/customers/schemas/addresses.d.ts +104 -104
  15. package/dist/cjs/services/customers/schemas/contacts.d.ts +32 -32
  16. package/dist/cjs/services/items/client.d.ts +44 -44
  17. package/dist/cjs/services/items/schemas/attributes.d.ts +16 -16
  18. package/dist/cjs/services/items/schemas/categories.d.ts +18 -18
  19. package/dist/cjs/services/items/schemas/favorites.d.ts +2 -2
  20. package/dist/cjs/services/items/schemas/products.d.ts +88 -88
  21. package/dist/cjs/services/joomla/client.d.ts +39 -364
  22. package/dist/cjs/services/joomla/client.d.ts.map +1 -1
  23. package/dist/cjs/services/joomla/client.js +29 -23
  24. package/dist/cjs/services/joomla/client.js.map +1 -1
  25. package/dist/cjs/services/joomla/schemas/content.d.ts +13 -964
  26. package/dist/cjs/services/joomla/schemas/content.d.ts.map +1 -1
  27. package/dist/cjs/services/joomla/schemas/content.js +12 -88
  28. package/dist/cjs/services/joomla/schemas/content.js.map +1 -1
  29. package/dist/cjs/services/joomla/schemas/groups.d.ts +11 -455
  30. package/dist/cjs/services/joomla/schemas/groups.d.ts.map +1 -1
  31. package/dist/cjs/services/joomla/schemas/groups.js +10 -52
  32. package/dist/cjs/services/joomla/schemas/groups.js.map +1 -1
  33. package/dist/cjs/services/joomla/schemas/index.d.ts +113 -0
  34. package/dist/cjs/services/joomla/schemas/index.d.ts.map +1 -1
  35. package/dist/cjs/services/joomla/schemas/index.js +7 -1
  36. package/dist/cjs/services/joomla/schemas/index.js.map +1 -1
  37. package/dist/cjs/services/joomla/schemas/users.d.ts +40 -1505
  38. package/dist/cjs/services/joomla/schemas/users.d.ts.map +1 -1
  39. package/dist/cjs/services/joomla/schemas/users.js +27 -126
  40. package/dist/cjs/services/joomla/schemas/users.js.map +1 -1
  41. package/dist/cjs/services/legacy/schemas/inventory.d.ts +8 -8
  42. package/dist/cjs/services/open-search/client.d.ts +1 -1
  43. package/dist/cjs/services/open-search/schemas/attributes.d.ts +16 -16
  44. package/dist/cjs/services/open-search/schemas/search.d.ts +2 -2
  45. package/dist/cjs/services/orders/client.d.ts +2 -2
  46. package/dist/cjs/services/orders/schemas/purchase-orders.d.ts +12 -12
  47. package/dist/cjs/services/p21-core/schemas/company.d.ts +2 -2
  48. package/dist/cjs/services/p21-pim/client.d.ts +1 -1
  49. package/dist/cjs/services/p21-pim/schemas/podcasts.d.ts +2 -2
  50. package/dist/cjs/services/payments/schemas/unified.d.ts +2 -2
  51. package/dist/cjs/services/pricing/client.d.ts +2 -2
  52. package/dist/cjs/services/pricing/schemas/job-pricing.d.ts +14 -14
  53. package/dist/cjs/services/pricing/schemas/tax.d.ts +6 -6
  54. package/dist/cjs/services/slack/schemas.d.ts +4 -4
  55. package/dist/cjs/services/smarty-streets/schemas.d.ts +2 -2
  56. package/dist/cjs/services/ups/schemas.d.ts +24 -24
  57. package/dist/cjs/services/vmi/client.d.ts +4 -4
  58. package/dist/cjs/services/vmi/schemas/products.d.ts +2 -2
  59. package/dist/cjs/services/vmi/schemas/warehouse.d.ts +2 -2
  60. package/dist/esm/core/base-client.js +2 -2
  61. package/dist/esm/core/base-client.js.map +1 -1
  62. package/dist/esm/core/schema-factories.d.ts +18 -18
  63. package/dist/esm/index.d.ts +2 -2
  64. package/dist/esm/index.d.ts.map +1 -1
  65. package/dist/esm/index.js +1 -1
  66. package/dist/esm/services/agr-site/client.d.ts +1 -1
  67. package/dist/esm/services/agr-site/schemas/content.d.ts +2 -2
  68. package/dist/esm/services/commerce/client.d.ts +8 -8
  69. package/dist/esm/services/commerce/schemas/cart.d.ts +14 -14
  70. package/dist/esm/services/commerce/schemas/checkout.d.ts +28 -28
  71. package/dist/esm/services/commerce/schemas/recommendations.d.ts +8 -8
  72. package/dist/esm/services/customers/client.d.ts +19 -19
  73. package/dist/esm/services/customers/schemas/addresses.d.ts +104 -104
  74. package/dist/esm/services/customers/schemas/contacts.d.ts +32 -32
  75. package/dist/esm/services/items/client.d.ts +44 -44
  76. package/dist/esm/services/items/schemas/attributes.d.ts +16 -16
  77. package/dist/esm/services/items/schemas/categories.d.ts +18 -18
  78. package/dist/esm/services/items/schemas/favorites.d.ts +2 -2
  79. package/dist/esm/services/items/schemas/products.d.ts +88 -88
  80. package/dist/esm/services/joomla/client.d.ts +39 -364
  81. package/dist/esm/services/joomla/client.d.ts.map +1 -1
  82. package/dist/esm/services/joomla/client.js +36 -24
  83. package/dist/esm/services/joomla/client.js.map +1 -1
  84. package/dist/esm/services/joomla/schemas/content.d.ts +13 -964
  85. package/dist/esm/services/joomla/schemas/content.d.ts.map +1 -1
  86. package/dist/esm/services/joomla/schemas/content.js +13 -87
  87. package/dist/esm/services/joomla/schemas/content.js.map +1 -1
  88. package/dist/esm/services/joomla/schemas/groups.d.ts +11 -455
  89. package/dist/esm/services/joomla/schemas/groups.d.ts.map +1 -1
  90. package/dist/esm/services/joomla/schemas/groups.js +11 -51
  91. package/dist/esm/services/joomla/schemas/groups.js.map +1 -1
  92. package/dist/esm/services/joomla/schemas/index.d.ts +113 -0
  93. package/dist/esm/services/joomla/schemas/index.d.ts.map +1 -1
  94. package/dist/esm/services/joomla/schemas/index.js +6 -1
  95. package/dist/esm/services/joomla/schemas/index.js.map +1 -1
  96. package/dist/esm/services/joomla/schemas/users.d.ts +40 -1505
  97. package/dist/esm/services/joomla/schemas/users.d.ts.map +1 -1
  98. package/dist/esm/services/joomla/schemas/users.js +27 -126
  99. package/dist/esm/services/joomla/schemas/users.js.map +1 -1
  100. package/dist/esm/services/legacy/schemas/inventory.d.ts +8 -8
  101. package/dist/esm/services/open-search/client.d.ts +1 -1
  102. package/dist/esm/services/open-search/schemas/attributes.d.ts +16 -16
  103. package/dist/esm/services/open-search/schemas/search.d.ts +2 -2
  104. package/dist/esm/services/orders/client.d.ts +2 -2
  105. package/dist/esm/services/orders/schemas/purchase-orders.d.ts +12 -12
  106. package/dist/esm/services/p21-core/schemas/company.d.ts +2 -2
  107. package/dist/esm/services/p21-pim/client.d.ts +1 -1
  108. package/dist/esm/services/p21-pim/schemas/podcasts.d.ts +2 -2
  109. package/dist/esm/services/payments/schemas/unified.d.ts +2 -2
  110. package/dist/esm/services/pricing/client.d.ts +2 -2
  111. package/dist/esm/services/pricing/schemas/job-pricing.d.ts +14 -14
  112. package/dist/esm/services/pricing/schemas/tax.d.ts +6 -6
  113. package/dist/esm/services/slack/schemas.d.ts +4 -4
  114. package/dist/esm/services/smarty-streets/schemas.d.ts +2 -2
  115. package/dist/esm/services/ups/schemas.d.ts +24 -24
  116. package/dist/esm/services/vmi/client.d.ts +4 -4
  117. package/dist/esm/services/vmi/schemas/products.d.ts +2 -2
  118. package/dist/esm/services/vmi/schemas/warehouse.d.ts +2 -2
  119. package/dist/types/core/schema-factories.d.ts +18 -18
  120. package/dist/types/index.d.ts +2 -2
  121. package/dist/types/index.d.ts.map +1 -1
  122. package/dist/types/services/agr-site/client.d.ts +1 -1
  123. package/dist/types/services/agr-site/schemas/content.d.ts +2 -2
  124. package/dist/types/services/commerce/client.d.ts +8 -8
  125. package/dist/types/services/commerce/schemas/cart.d.ts +14 -14
  126. package/dist/types/services/commerce/schemas/checkout.d.ts +28 -28
  127. package/dist/types/services/commerce/schemas/recommendations.d.ts +8 -8
  128. package/dist/types/services/customers/client.d.ts +19 -19
  129. package/dist/types/services/customers/schemas/addresses.d.ts +104 -104
  130. package/dist/types/services/customers/schemas/contacts.d.ts +32 -32
  131. package/dist/types/services/items/client.d.ts +44 -44
  132. package/dist/types/services/items/schemas/attributes.d.ts +16 -16
  133. package/dist/types/services/items/schemas/categories.d.ts +18 -18
  134. package/dist/types/services/items/schemas/favorites.d.ts +2 -2
  135. package/dist/types/services/items/schemas/products.d.ts +88 -88
  136. package/dist/types/services/joomla/client.d.ts +39 -364
  137. package/dist/types/services/joomla/client.d.ts.map +1 -1
  138. package/dist/types/services/joomla/schemas/content.d.ts +13 -964
  139. package/dist/types/services/joomla/schemas/content.d.ts.map +1 -1
  140. package/dist/types/services/joomla/schemas/groups.d.ts +11 -455
  141. package/dist/types/services/joomla/schemas/groups.d.ts.map +1 -1
  142. package/dist/types/services/joomla/schemas/index.d.ts +113 -0
  143. package/dist/types/services/joomla/schemas/index.d.ts.map +1 -1
  144. package/dist/types/services/joomla/schemas/users.d.ts +40 -1505
  145. package/dist/types/services/joomla/schemas/users.d.ts.map +1 -1
  146. package/dist/types/services/legacy/schemas/inventory.d.ts +8 -8
  147. package/dist/types/services/open-search/client.d.ts +1 -1
  148. package/dist/types/services/open-search/schemas/attributes.d.ts +16 -16
  149. package/dist/types/services/open-search/schemas/search.d.ts +2 -2
  150. package/dist/types/services/orders/client.d.ts +2 -2
  151. package/dist/types/services/orders/schemas/purchase-orders.d.ts +12 -12
  152. package/dist/types/services/p21-core/schemas/company.d.ts +2 -2
  153. package/dist/types/services/p21-pim/client.d.ts +1 -1
  154. package/dist/types/services/p21-pim/schemas/podcasts.d.ts +2 -2
  155. package/dist/types/services/payments/schemas/unified.d.ts +2 -2
  156. package/dist/types/services/pricing/client.d.ts +2 -2
  157. package/dist/types/services/pricing/schemas/job-pricing.d.ts +14 -14
  158. package/dist/types/services/pricing/schemas/tax.d.ts +6 -6
  159. package/dist/types/services/slack/schemas.d.ts +4 -4
  160. package/dist/types/services/smarty-streets/schemas.d.ts +2 -2
  161. package/dist/types/services/ups/schemas.d.ts +24 -24
  162. package/dist/types/services/vmi/client.d.ts +4 -4
  163. package/dist/types/services/vmi/schemas/products.d.ts +2 -2
  164. package/dist/types/services/vmi/schemas/warehouse.d.ts +2 -2
  165. package/package.json +1 -1
@@ -13,9 +13,9 @@ export declare const AddressSchema: z.ZodObject<{
13
13
  faxNumber: z.ZodOptional<z.ZodString>;
14
14
  isPrimary: z.ZodOptional<z.ZodBoolean>;
15
15
  }, "strip", z.ZodTypeAny, {
16
- state: string;
17
16
  customerId: number;
18
17
  city: string;
18
+ state: string;
19
19
  zipCode: string;
20
20
  country: string;
21
21
  addressId: number;
@@ -26,9 +26,9 @@ export declare const AddressSchema: z.ZodObject<{
26
26
  address2?: string | undefined;
27
27
  faxNumber?: string | undefined;
28
28
  }, {
29
- state: string;
30
29
  customerId: number;
31
30
  city: string;
31
+ state: string;
32
32
  zipCode: string;
33
33
  country: string;
34
34
  addressId: number;
@@ -74,31 +74,31 @@ export declare const AddressSubSchema: z.ZodObject<{
74
74
  }, "strip", z.ZodTypeAny, {
75
75
  id: number;
76
76
  name: string | null;
77
- physState: string | null;
78
- mailState: string | null;
79
77
  mailAddress1: string | null;
80
78
  mailAddress2: string | null;
81
79
  mailCity: string | null;
80
+ mailState: string | null;
82
81
  mailPostalCode: string | null;
83
82
  mailCountry: string | null;
84
83
  physAddress1: string | null;
85
84
  physAddress2: string | null;
86
85
  physCity: string | null;
86
+ physState: string | null;
87
87
  physPostalCode: string | null;
88
88
  physCountry: string | null;
89
89
  }, {
90
90
  id: number;
91
91
  name: string | null;
92
- physState: string | null;
93
- mailState: string | null;
94
92
  mailAddress1: string | null;
95
93
  mailAddress2: string | null;
96
94
  mailCity: string | null;
95
+ mailState: string | null;
97
96
  mailPostalCode: string | null;
98
97
  mailCountry: string | null;
99
98
  physAddress1: string | null;
100
99
  physAddress2: string | null;
101
100
  physCity: string | null;
101
+ physState: string | null;
102
102
  physPostalCode: string | null;
103
103
  physCountry: string | null;
104
104
  }>;
@@ -126,78 +126,78 @@ export declare const ShipToAddressSchema: z.ZodObject<{
126
126
  }, "strip", z.ZodTypeAny, {
127
127
  id: number;
128
128
  name: string | null;
129
- physState: string | null;
130
- mailState: string | null;
131
129
  mailAddress1: string | null;
132
130
  mailAddress2: string | null;
133
131
  mailCity: string | null;
132
+ mailState: string | null;
134
133
  mailPostalCode: string | null;
135
134
  mailCountry: string | null;
136
135
  physAddress1: string | null;
137
136
  physAddress2: string | null;
138
137
  physCity: string | null;
138
+ physState: string | null;
139
139
  physPostalCode: string | null;
140
140
  physCountry: string | null;
141
141
  }, {
142
142
  id: number;
143
143
  name: string | null;
144
- physState: string | null;
145
- mailState: string | null;
146
144
  mailAddress1: string | null;
147
145
  mailAddress2: string | null;
148
146
  mailCity: string | null;
147
+ mailState: string | null;
149
148
  mailPostalCode: string | null;
150
149
  mailCountry: string | null;
151
150
  physAddress1: string | null;
152
151
  physAddress2: string | null;
153
152
  physCity: string | null;
153
+ physState: string | null;
154
154
  physPostalCode: string | null;
155
155
  physCountry: string | null;
156
156
  }>;
157
157
  }, "strip", z.ZodTypeAny, {
158
158
  customerId: number;
159
+ shipToId: number;
160
+ companyId: string;
161
+ defaultBranch: string;
162
+ defaultCarrierId: number | null;
159
163
  address: {
160
164
  id: number;
161
165
  name: string | null;
162
- physState: string | null;
163
- mailState: string | null;
164
166
  mailAddress1: string | null;
165
167
  mailAddress2: string | null;
166
168
  mailCity: string | null;
169
+ mailState: string | null;
167
170
  mailPostalCode: string | null;
168
171
  mailCountry: string | null;
169
172
  physAddress1: string | null;
170
173
  physAddress2: string | null;
171
174
  physCity: string | null;
175
+ physState: string | null;
172
176
  physPostalCode: string | null;
173
177
  physCountry: string | null;
174
178
  };
179
+ }, {
180
+ customerId: number;
175
181
  shipToId: number;
176
182
  companyId: string;
177
183
  defaultBranch: string;
178
184
  defaultCarrierId: number | null;
179
- }, {
180
- customerId: number;
181
185
  address: {
182
186
  id: number;
183
187
  name: string | null;
184
- physState: string | null;
185
- mailState: string | null;
186
188
  mailAddress1: string | null;
187
189
  mailAddress2: string | null;
188
190
  mailCity: string | null;
191
+ mailState: string | null;
189
192
  mailPostalCode: string | null;
190
193
  mailCountry: string | null;
191
194
  physAddress1: string | null;
192
195
  physAddress2: string | null;
193
196
  physCity: string | null;
197
+ physState: string | null;
194
198
  physPostalCode: string | null;
195
199
  physCountry: string | null;
196
200
  };
197
- shipToId: number;
198
- companyId: string;
199
- defaultBranch: string;
200
- defaultCarrierId: number | null;
201
201
  }>;
202
202
  export declare const ShipToAddressCreateParamsSchema: z.ZodObject<{
203
203
  shipToName: z.ZodString;
@@ -212,9 +212,9 @@ export declare const ShipToAddressCreateParamsSchema: z.ZodObject<{
212
212
  deliveryInstructions: z.ZodOptional<z.ZodString>;
213
213
  isDefault: z.ZodOptional<z.ZodBoolean>;
214
214
  }, "strip", z.ZodTypeAny, {
215
- state: string;
216
215
  shipToName: string;
217
216
  city: string;
217
+ state: string;
218
218
  zipCode: string;
219
219
  country: string;
220
220
  address1: string;
@@ -224,9 +224,9 @@ export declare const ShipToAddressCreateParamsSchema: z.ZodObject<{
224
224
  contactName?: string | undefined;
225
225
  deliveryInstructions?: string | undefined;
226
226
  }, {
227
- state: string;
228
227
  shipToName: string;
229
228
  city: string;
229
+ state: string;
230
230
  zipCode: string;
231
231
  country: string;
232
232
  address1: string;
@@ -269,9 +269,9 @@ export declare const AddressListResponseSchema: z.ZodEffects<z.ZodObject<{
269
269
  faxNumber: z.ZodOptional<z.ZodString>;
270
270
  isPrimary: z.ZodOptional<z.ZodBoolean>;
271
271
  }, "strip", z.ZodTypeAny, {
272
- state: string;
273
272
  customerId: number;
274
273
  city: string;
274
+ state: string;
275
275
  zipCode: string;
276
276
  country: string;
277
277
  addressId: number;
@@ -282,9 +282,9 @@ export declare const AddressListResponseSchema: z.ZodEffects<z.ZodObject<{
282
282
  address2?: string | undefined;
283
283
  faxNumber?: string | undefined;
284
284
  }, {
285
- state: string;
286
285
  customerId: number;
287
286
  city: string;
287
+ state: string;
288
288
  zipCode: string;
289
289
  country: string;
290
290
  addressId: number;
@@ -304,9 +304,9 @@ export declare const AddressListResponseSchema: z.ZodEffects<z.ZodObject<{
304
304
  }, "strip", z.ZodTypeAny, {
305
305
  params: Record<string, unknown> | unknown[];
306
306
  data: {
307
- state: string;
308
307
  customerId: number;
309
308
  city: string;
309
+ state: string;
310
310
  zipCode: string;
311
311
  country: string;
312
312
  addressId: number;
@@ -326,9 +326,9 @@ export declare const AddressListResponseSchema: z.ZodEffects<z.ZodObject<{
326
326
  }, {
327
327
  params: Record<string, unknown> | unknown[];
328
328
  data: {
329
- state: string;
330
329
  customerId: number;
331
330
  city: string;
331
+ state: string;
332
332
  zipCode: string;
333
333
  country: string;
334
334
  addressId: number;
@@ -348,9 +348,9 @@ export declare const AddressListResponseSchema: z.ZodEffects<z.ZodObject<{
348
348
  }>, {
349
349
  params: Record<string, unknown> | unknown[];
350
350
  data: {
351
- state: string;
352
351
  customerId: number;
353
352
  city: string;
353
+ state: string;
354
354
  zipCode: string;
355
355
  country: string;
356
356
  addressId: number;
@@ -370,9 +370,9 @@ export declare const AddressListResponseSchema: z.ZodEffects<z.ZodObject<{
370
370
  }, {
371
371
  params: Record<string, unknown> | unknown[];
372
372
  data: {
373
- state: string;
374
373
  customerId: number;
375
374
  city: string;
375
+ state: string;
376
376
  zipCode: string;
377
377
  country: string;
378
378
  addressId: number;
@@ -416,78 +416,78 @@ export declare const ShipToAddressListResponseSchema: z.ZodEffects<z.ZodObject<{
416
416
  }, "strip", z.ZodTypeAny, {
417
417
  id: number;
418
418
  name: string | null;
419
- physState: string | null;
420
- mailState: string | null;
421
419
  mailAddress1: string | null;
422
420
  mailAddress2: string | null;
423
421
  mailCity: string | null;
422
+ mailState: string | null;
424
423
  mailPostalCode: string | null;
425
424
  mailCountry: string | null;
426
425
  physAddress1: string | null;
427
426
  physAddress2: string | null;
428
427
  physCity: string | null;
428
+ physState: string | null;
429
429
  physPostalCode: string | null;
430
430
  physCountry: string | null;
431
431
  }, {
432
432
  id: number;
433
433
  name: string | null;
434
- physState: string | null;
435
- mailState: string | null;
436
434
  mailAddress1: string | null;
437
435
  mailAddress2: string | null;
438
436
  mailCity: string | null;
437
+ mailState: string | null;
439
438
  mailPostalCode: string | null;
440
439
  mailCountry: string | null;
441
440
  physAddress1: string | null;
442
441
  physAddress2: string | null;
443
442
  physCity: string | null;
443
+ physState: string | null;
444
444
  physPostalCode: string | null;
445
445
  physCountry: string | null;
446
446
  }>;
447
447
  }, "strip", z.ZodTypeAny, {
448
448
  customerId: number;
449
+ shipToId: number;
450
+ companyId: string;
451
+ defaultBranch: string;
452
+ defaultCarrierId: number | null;
449
453
  address: {
450
454
  id: number;
451
455
  name: string | null;
452
- physState: string | null;
453
- mailState: string | null;
454
456
  mailAddress1: string | null;
455
457
  mailAddress2: string | null;
456
458
  mailCity: string | null;
459
+ mailState: string | null;
457
460
  mailPostalCode: string | null;
458
461
  mailCountry: string | null;
459
462
  physAddress1: string | null;
460
463
  physAddress2: string | null;
461
464
  physCity: string | null;
465
+ physState: string | null;
462
466
  physPostalCode: string | null;
463
467
  physCountry: string | null;
464
468
  };
469
+ }, {
470
+ customerId: number;
465
471
  shipToId: number;
466
472
  companyId: string;
467
473
  defaultBranch: string;
468
474
  defaultCarrierId: number | null;
469
- }, {
470
- customerId: number;
471
475
  address: {
472
476
  id: number;
473
477
  name: string | null;
474
- physState: string | null;
475
- mailState: string | null;
476
478
  mailAddress1: string | null;
477
479
  mailAddress2: string | null;
478
480
  mailCity: string | null;
481
+ mailState: string | null;
479
482
  mailPostalCode: string | null;
480
483
  mailCountry: string | null;
481
484
  physAddress1: string | null;
482
485
  physAddress2: string | null;
483
486
  physCity: string | null;
487
+ physState: string | null;
484
488
  physPostalCode: string | null;
485
489
  physCountry: string | null;
486
490
  };
487
- shipToId: number;
488
- companyId: string;
489
- defaultBranch: string;
490
- defaultCarrierId: number | null;
491
491
  }>, "many">;
492
492
  message: z.ZodString;
493
493
  options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
@@ -499,26 +499,26 @@ export declare const ShipToAddressListResponseSchema: z.ZodEffects<z.ZodObject<{
499
499
  params: Record<string, unknown> | unknown[];
500
500
  data: {
501
501
  customerId: number;
502
+ shipToId: number;
503
+ companyId: string;
504
+ defaultBranch: string;
505
+ defaultCarrierId: number | null;
502
506
  address: {
503
507
  id: number;
504
508
  name: string | null;
505
- physState: string | null;
506
- mailState: string | null;
507
509
  mailAddress1: string | null;
508
510
  mailAddress2: string | null;
509
511
  mailCity: string | null;
512
+ mailState: string | null;
510
513
  mailPostalCode: string | null;
511
514
  mailCountry: string | null;
512
515
  physAddress1: string | null;
513
516
  physAddress2: string | null;
514
517
  physCity: string | null;
518
+ physState: string | null;
515
519
  physPostalCode: string | null;
516
520
  physCountry: string | null;
517
521
  };
518
- shipToId: number;
519
- companyId: string;
520
- defaultBranch: string;
521
- defaultCarrierId: number | null;
522
522
  }[];
523
523
  options: Record<string, unknown> | unknown[];
524
524
  status: number;
@@ -530,26 +530,26 @@ export declare const ShipToAddressListResponseSchema: z.ZodEffects<z.ZodObject<{
530
530
  params: Record<string, unknown> | unknown[];
531
531
  data: {
532
532
  customerId: number;
533
+ shipToId: number;
534
+ companyId: string;
535
+ defaultBranch: string;
536
+ defaultCarrierId: number | null;
533
537
  address: {
534
538
  id: number;
535
539
  name: string | null;
536
- physState: string | null;
537
- mailState: string | null;
538
540
  mailAddress1: string | null;
539
541
  mailAddress2: string | null;
540
542
  mailCity: string | null;
543
+ mailState: string | null;
541
544
  mailPostalCode: string | null;
542
545
  mailCountry: string | null;
543
546
  physAddress1: string | null;
544
547
  physAddress2: string | null;
545
548
  physCity: string | null;
549
+ physState: string | null;
546
550
  physPostalCode: string | null;
547
551
  physCountry: string | null;
548
552
  };
549
- shipToId: number;
550
- companyId: string;
551
- defaultBranch: string;
552
- defaultCarrierId: number | null;
553
553
  }[];
554
554
  options: Record<string, unknown> | unknown[];
555
555
  status: number;
@@ -561,26 +561,26 @@ export declare const ShipToAddressListResponseSchema: z.ZodEffects<z.ZodObject<{
561
561
  params: Record<string, unknown> | unknown[];
562
562
  data: {
563
563
  customerId: number;
564
+ shipToId: number;
565
+ companyId: string;
566
+ defaultBranch: string;
567
+ defaultCarrierId: number | null;
564
568
  address: {
565
569
  id: number;
566
570
  name: string | null;
567
- physState: string | null;
568
- mailState: string | null;
569
571
  mailAddress1: string | null;
570
572
  mailAddress2: string | null;
571
573
  mailCity: string | null;
574
+ mailState: string | null;
572
575
  mailPostalCode: string | null;
573
576
  mailCountry: string | null;
574
577
  physAddress1: string | null;
575
578
  physAddress2: string | null;
576
579
  physCity: string | null;
580
+ physState: string | null;
577
581
  physPostalCode: string | null;
578
582
  physCountry: string | null;
579
583
  };
580
- shipToId: number;
581
- companyId: string;
582
- defaultBranch: string;
583
- defaultCarrierId: number | null;
584
584
  }[];
585
585
  options: Record<string, unknown> | unknown[];
586
586
  status: number;
@@ -592,26 +592,26 @@ export declare const ShipToAddressListResponseSchema: z.ZodEffects<z.ZodObject<{
592
592
  params: Record<string, unknown> | unknown[];
593
593
  data: {
594
594
  customerId: number;
595
+ shipToId: number;
596
+ companyId: string;
597
+ defaultBranch: string;
598
+ defaultCarrierId: number | null;
595
599
  address: {
596
600
  id: number;
597
601
  name: string | null;
598
- physState: string | null;
599
- mailState: string | null;
600
602
  mailAddress1: string | null;
601
603
  mailAddress2: string | null;
602
604
  mailCity: string | null;
605
+ mailState: string | null;
603
606
  mailPostalCode: string | null;
604
607
  mailCountry: string | null;
605
608
  physAddress1: string | null;
606
609
  physAddress2: string | null;
607
610
  physCity: string | null;
611
+ physState: string | null;
608
612
  physPostalCode: string | null;
609
613
  physCountry: string | null;
610
614
  };
611
- shipToId: number;
612
- companyId: string;
613
- defaultBranch: string;
614
- defaultCarrierId: number | null;
615
615
  }[];
616
616
  options: Record<string, unknown> | unknown[];
617
617
  status: number;
@@ -646,78 +646,78 @@ export declare const ShipToAddressResponseSchema: z.ZodEffects<z.ZodObject<{
646
646
  }, "strip", z.ZodTypeAny, {
647
647
  id: number;
648
648
  name: string | null;
649
- physState: string | null;
650
- mailState: string | null;
651
649
  mailAddress1: string | null;
652
650
  mailAddress2: string | null;
653
651
  mailCity: string | null;
652
+ mailState: string | null;
654
653
  mailPostalCode: string | null;
655
654
  mailCountry: string | null;
656
655
  physAddress1: string | null;
657
656
  physAddress2: string | null;
658
657
  physCity: string | null;
658
+ physState: string | null;
659
659
  physPostalCode: string | null;
660
660
  physCountry: string | null;
661
661
  }, {
662
662
  id: number;
663
663
  name: string | null;
664
- physState: string | null;
665
- mailState: string | null;
666
664
  mailAddress1: string | null;
667
665
  mailAddress2: string | null;
668
666
  mailCity: string | null;
667
+ mailState: string | null;
669
668
  mailPostalCode: string | null;
670
669
  mailCountry: string | null;
671
670
  physAddress1: string | null;
672
671
  physAddress2: string | null;
673
672
  physCity: string | null;
673
+ physState: string | null;
674
674
  physPostalCode: string | null;
675
675
  physCountry: string | null;
676
676
  }>;
677
677
  }, "strip", z.ZodTypeAny, {
678
678
  customerId: number;
679
+ shipToId: number;
680
+ companyId: string;
681
+ defaultBranch: string;
682
+ defaultCarrierId: number | null;
679
683
  address: {
680
684
  id: number;
681
685
  name: string | null;
682
- physState: string | null;
683
- mailState: string | null;
684
686
  mailAddress1: string | null;
685
687
  mailAddress2: string | null;
686
688
  mailCity: string | null;
689
+ mailState: string | null;
687
690
  mailPostalCode: string | null;
688
691
  mailCountry: string | null;
689
692
  physAddress1: string | null;
690
693
  physAddress2: string | null;
691
694
  physCity: string | null;
695
+ physState: string | null;
692
696
  physPostalCode: string | null;
693
697
  physCountry: string | null;
694
698
  };
699
+ }, {
700
+ customerId: number;
695
701
  shipToId: number;
696
702
  companyId: string;
697
703
  defaultBranch: string;
698
704
  defaultCarrierId: number | null;
699
- }, {
700
- customerId: number;
701
705
  address: {
702
706
  id: number;
703
707
  name: string | null;
704
- physState: string | null;
705
- mailState: string | null;
706
708
  mailAddress1: string | null;
707
709
  mailAddress2: string | null;
708
710
  mailCity: string | null;
711
+ mailState: string | null;
709
712
  mailPostalCode: string | null;
710
713
  mailCountry: string | null;
711
714
  physAddress1: string | null;
712
715
  physAddress2: string | null;
713
716
  physCity: string | null;
717
+ physState: string | null;
714
718
  physPostalCode: string | null;
715
719
  physCountry: string | null;
716
720
  };
717
- shipToId: number;
718
- companyId: string;
719
- defaultBranch: string;
720
- defaultCarrierId: number | null;
721
721
  }>;
722
722
  message: z.ZodString;
723
723
  options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
@@ -729,26 +729,26 @@ export declare const ShipToAddressResponseSchema: z.ZodEffects<z.ZodObject<{
729
729
  params: Record<string, unknown> | unknown[];
730
730
  data: {
731
731
  customerId: number;
732
+ shipToId: number;
733
+ companyId: string;
734
+ defaultBranch: string;
735
+ defaultCarrierId: number | null;
732
736
  address: {
733
737
  id: number;
734
738
  name: string | null;
735
- physState: string | null;
736
- mailState: string | null;
737
739
  mailAddress1: string | null;
738
740
  mailAddress2: string | null;
739
741
  mailCity: string | null;
742
+ mailState: string | null;
740
743
  mailPostalCode: string | null;
741
744
  mailCountry: string | null;
742
745
  physAddress1: string | null;
743
746
  physAddress2: string | null;
744
747
  physCity: string | null;
748
+ physState: string | null;
745
749
  physPostalCode: string | null;
746
750
  physCountry: string | null;
747
751
  };
748
- shipToId: number;
749
- companyId: string;
750
- defaultBranch: string;
751
- defaultCarrierId: number | null;
752
752
  };
753
753
  options: Record<string, unknown> | unknown[];
754
754
  status: number;
@@ -760,26 +760,26 @@ export declare const ShipToAddressResponseSchema: z.ZodEffects<z.ZodObject<{
760
760
  params: Record<string, unknown> | unknown[];
761
761
  data: {
762
762
  customerId: number;
763
+ shipToId: number;
764
+ companyId: string;
765
+ defaultBranch: string;
766
+ defaultCarrierId: number | null;
763
767
  address: {
764
768
  id: number;
765
769
  name: string | null;
766
- physState: string | null;
767
- mailState: string | null;
768
770
  mailAddress1: string | null;
769
771
  mailAddress2: string | null;
770
772
  mailCity: string | null;
773
+ mailState: string | null;
771
774
  mailPostalCode: string | null;
772
775
  mailCountry: string | null;
773
776
  physAddress1: string | null;
774
777
  physAddress2: string | null;
775
778
  physCity: string | null;
779
+ physState: string | null;
776
780
  physPostalCode: string | null;
777
781
  physCountry: string | null;
778
782
  };
779
- shipToId: number;
780
- companyId: string;
781
- defaultBranch: string;
782
- defaultCarrierId: number | null;
783
783
  };
784
784
  options: Record<string, unknown> | unknown[];
785
785
  status: number;
@@ -791,26 +791,26 @@ export declare const ShipToAddressResponseSchema: z.ZodEffects<z.ZodObject<{
791
791
  params: Record<string, unknown> | unknown[];
792
792
  data: {
793
793
  customerId: number;
794
+ shipToId: number;
795
+ companyId: string;
796
+ defaultBranch: string;
797
+ defaultCarrierId: number | null;
794
798
  address: {
795
799
  id: number;
796
800
  name: string | null;
797
- physState: string | null;
798
- mailState: string | null;
799
801
  mailAddress1: string | null;
800
802
  mailAddress2: string | null;
801
803
  mailCity: string | null;
804
+ mailState: string | null;
802
805
  mailPostalCode: string | null;
803
806
  mailCountry: string | null;
804
807
  physAddress1: string | null;
805
808
  physAddress2: string | null;
806
809
  physCity: string | null;
810
+ physState: string | null;
807
811
  physPostalCode: string | null;
808
812
  physCountry: string | null;
809
813
  };
810
- shipToId: number;
811
- companyId: string;
812
- defaultBranch: string;
813
- defaultCarrierId: number | null;
814
814
  };
815
815
  options: Record<string, unknown> | unknown[];
816
816
  status: number;
@@ -822,26 +822,26 @@ export declare const ShipToAddressResponseSchema: z.ZodEffects<z.ZodObject<{
822
822
  params: Record<string, unknown> | unknown[];
823
823
  data: {
824
824
  customerId: number;
825
+ shipToId: number;
826
+ companyId: string;
827
+ defaultBranch: string;
828
+ defaultCarrierId: number | null;
825
829
  address: {
826
830
  id: number;
827
831
  name: string | null;
828
- physState: string | null;
829
- mailState: string | null;
830
832
  mailAddress1: string | null;
831
833
  mailAddress2: string | null;
832
834
  mailCity: string | null;
835
+ mailState: string | null;
833
836
  mailPostalCode: string | null;
834
837
  mailCountry: string | null;
835
838
  physAddress1: string | null;
836
839
  physAddress2: string | null;
837
840
  physCity: string | null;
841
+ physState: string | null;
838
842
  physPostalCode: string | null;
839
843
  physCountry: string | null;
840
844
  };
841
- shipToId: number;
842
- companyId: string;
843
- defaultBranch: string;
844
- defaultCarrierId: number | null;
845
845
  };
846
846
  options: Record<string, unknown> | unknown[];
847
847
  status: number;