conductor-node 14.2.1 → 14.6.0

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 (157) hide show
  1. package/CHANGELOG.md +92 -0
  2. package/README.md +2 -2
  3. package/client.d.mts +4 -3
  4. package/client.d.mts.map +1 -1
  5. package/client.d.ts +4 -3
  6. package/client.d.ts.map +1 -1
  7. package/client.js +26 -10
  8. package/client.js.map +1 -1
  9. package/client.mjs +26 -10
  10. package/client.mjs.map +1 -1
  11. package/internal/parse.d.mts.map +1 -1
  12. package/internal/parse.d.ts.map +1 -1
  13. package/internal/parse.js +5 -0
  14. package/internal/parse.js.map +1 -1
  15. package/internal/parse.mjs +5 -0
  16. package/internal/parse.mjs.map +1 -1
  17. package/internal/tslib.js +17 -17
  18. package/internal/utils/query.d.mts +2 -0
  19. package/internal/utils/query.d.mts.map +1 -0
  20. package/internal/utils/query.d.ts +2 -0
  21. package/internal/utils/query.d.ts.map +1 -0
  22. package/internal/utils/query.js +10 -0
  23. package/internal/utils/query.js.map +1 -0
  24. package/internal/utils/query.mjs +6 -0
  25. package/internal/utils/query.mjs.map +1 -0
  26. package/internal/utils.d.mts +1 -0
  27. package/internal/utils.d.ts +1 -0
  28. package/internal/utils.js +1 -0
  29. package/internal/utils.js.map +1 -1
  30. package/internal/utils.mjs +1 -0
  31. package/package.json +12 -1
  32. package/resources/qbd/accounts.d.mts +8 -6
  33. package/resources/qbd/accounts.d.mts.map +1 -1
  34. package/resources/qbd/accounts.d.ts +8 -6
  35. package/resources/qbd/accounts.d.ts.map +1 -1
  36. package/resources/qbd/bill-check-payments.d.mts +4 -4
  37. package/resources/qbd/bill-check-payments.d.ts +4 -4
  38. package/resources/qbd/bill-credit-card-payments.d.mts +4 -4
  39. package/resources/qbd/bill-credit-card-payments.d.ts +4 -4
  40. package/resources/qbd/bills.d.mts +4 -4
  41. package/resources/qbd/bills.d.ts +4 -4
  42. package/resources/qbd/checks.d.mts +4 -2
  43. package/resources/qbd/checks.d.mts.map +1 -1
  44. package/resources/qbd/checks.d.ts +4 -2
  45. package/resources/qbd/checks.d.ts.map +1 -1
  46. package/resources/qbd/credit-card-charges.d.mts +4 -4
  47. package/resources/qbd/credit-card-charges.d.ts +4 -4
  48. package/resources/qbd/credit-card-credits.d.mts +4 -4
  49. package/resources/qbd/credit-card-credits.d.ts +4 -4
  50. package/resources/qbd/credit-card-refunds.d.mts +4 -4
  51. package/resources/qbd/credit-card-refunds.d.ts +4 -4
  52. package/resources/qbd/credit-memos.d.mts +5 -5
  53. package/resources/qbd/credit-memos.d.mts.map +1 -1
  54. package/resources/qbd/credit-memos.d.ts +5 -5
  55. package/resources/qbd/credit-memos.d.ts.map +1 -1
  56. package/resources/qbd/customers.d.mts +8 -6
  57. package/resources/qbd/customers.d.mts.map +1 -1
  58. package/resources/qbd/customers.d.ts +8 -6
  59. package/resources/qbd/customers.d.ts.map +1 -1
  60. package/resources/qbd/deleted-list-objects.d.mts +11 -0
  61. package/resources/qbd/deleted-list-objects.d.mts.map +1 -1
  62. package/resources/qbd/deleted-list-objects.d.ts +11 -0
  63. package/resources/qbd/deleted-list-objects.d.ts.map +1 -1
  64. package/resources/qbd/estimates.d.mts +4 -2
  65. package/resources/qbd/estimates.d.mts.map +1 -1
  66. package/resources/qbd/estimates.d.ts +4 -2
  67. package/resources/qbd/estimates.d.ts.map +1 -1
  68. package/resources/qbd/index.d.mts +1 -0
  69. package/resources/qbd/index.d.mts.map +1 -1
  70. package/resources/qbd/index.d.ts +1 -0
  71. package/resources/qbd/index.d.ts.map +1 -1
  72. package/resources/qbd/index.js +4 -2
  73. package/resources/qbd/index.js.map +1 -1
  74. package/resources/qbd/index.mjs +1 -0
  75. package/resources/qbd/index.mjs.map +1 -1
  76. package/resources/qbd/invoices.d.mts +4 -2
  77. package/resources/qbd/invoices.d.mts.map +1 -1
  78. package/resources/qbd/invoices.d.ts +4 -2
  79. package/resources/qbd/invoices.d.ts.map +1 -1
  80. package/resources/qbd/item-receipts.d.mts +4 -4
  81. package/resources/qbd/item-receipts.d.ts +4 -4
  82. package/resources/qbd/journal-entries.d.mts +8 -8
  83. package/resources/qbd/journal-entries.d.ts +8 -8
  84. package/resources/qbd/preferences.d.mts +1 -1
  85. package/resources/qbd/preferences.d.mts.map +1 -1
  86. package/resources/qbd/preferences.d.ts +1 -1
  87. package/resources/qbd/preferences.d.ts.map +1 -1
  88. package/resources/qbd/price-levels.d.mts +8 -8
  89. package/resources/qbd/price-levels.d.ts +8 -8
  90. package/resources/qbd/purchase-orders.d.mts +4 -4
  91. package/resources/qbd/purchase-orders.d.ts +4 -4
  92. package/resources/qbd/qbd.d.mts +4 -0
  93. package/resources/qbd/qbd.d.mts.map +1 -1
  94. package/resources/qbd/qbd.d.ts +4 -0
  95. package/resources/qbd/qbd.d.ts.map +1 -1
  96. package/resources/qbd/qbd.js +4 -0
  97. package/resources/qbd/qbd.js.map +1 -1
  98. package/resources/qbd/qbd.mjs +4 -0
  99. package/resources/qbd/qbd.mjs.map +1 -1
  100. package/resources/qbd/receive-payments.d.mts +4 -4
  101. package/resources/qbd/receive-payments.d.ts +4 -4
  102. package/resources/qbd/sales-orders.d.mts +4 -4
  103. package/resources/qbd/sales-orders.d.ts +4 -4
  104. package/resources/qbd/sales-receipts.d.mts +4 -4
  105. package/resources/qbd/sales-receipts.d.ts +4 -4
  106. package/resources/qbd/shipping-methods.d.mts +247 -0
  107. package/resources/qbd/shipping-methods.d.mts.map +1 -0
  108. package/resources/qbd/shipping-methods.d.ts +247 -0
  109. package/resources/qbd/shipping-methods.d.ts.map +1 -0
  110. package/resources/qbd/shipping-methods.js +76 -0
  111. package/resources/qbd/shipping-methods.js.map +1 -0
  112. package/resources/qbd/shipping-methods.mjs +72 -0
  113. package/resources/qbd/shipping-methods.mjs.map +1 -0
  114. package/resources/qbd/transactions.d.mts +4 -4
  115. package/resources/qbd/transactions.d.ts +4 -4
  116. package/resources/qbd/vendor-credits.d.mts +4 -4
  117. package/resources/qbd/vendor-credits.d.ts +4 -4
  118. package/resources/qbd/vendors.d.mts +8 -6
  119. package/resources/qbd/vendors.d.mts.map +1 -1
  120. package/resources/qbd/vendors.d.ts +8 -6
  121. package/resources/qbd/vendors.d.ts.map +1 -1
  122. package/src/client.ts +36 -15
  123. package/src/internal/parse.ts +6 -0
  124. package/src/internal/utils/query.ts +7 -0
  125. package/src/internal/utils.ts +1 -0
  126. package/src/resources/qbd/accounts.ts +8 -6
  127. package/src/resources/qbd/bill-check-payments.ts +4 -4
  128. package/src/resources/qbd/bill-credit-card-payments.ts +4 -4
  129. package/src/resources/qbd/bills.ts +4 -4
  130. package/src/resources/qbd/checks.ts +4 -2
  131. package/src/resources/qbd/credit-card-charges.ts +4 -4
  132. package/src/resources/qbd/credit-card-credits.ts +4 -4
  133. package/src/resources/qbd/credit-card-refunds.ts +4 -4
  134. package/src/resources/qbd/credit-memos.ts +5 -5
  135. package/src/resources/qbd/customers.ts +8 -6
  136. package/src/resources/qbd/deleted-list-objects.ts +12 -0
  137. package/src/resources/qbd/estimates.ts +4 -2
  138. package/src/resources/qbd/index.ts +8 -0
  139. package/src/resources/qbd/invoices.ts +4 -2
  140. package/src/resources/qbd/item-receipts.ts +4 -4
  141. package/src/resources/qbd/journal-entries.ts +8 -8
  142. package/src/resources/qbd/preferences.ts +1 -1
  143. package/src/resources/qbd/price-levels.ts +8 -8
  144. package/src/resources/qbd/purchase-orders.ts +4 -4
  145. package/src/resources/qbd/qbd.ts +20 -0
  146. package/src/resources/qbd/receive-payments.ts +4 -4
  147. package/src/resources/qbd/sales-orders.ts +4 -4
  148. package/src/resources/qbd/sales-receipts.ts +4 -4
  149. package/src/resources/qbd/shipping-methods.ts +310 -0
  150. package/src/resources/qbd/transactions.ts +4 -4
  151. package/src/resources/qbd/vendor-credits.ts +4 -4
  152. package/src/resources/qbd/vendors.ts +8 -6
  153. package/src/version.ts +1 -1
  154. package/version.d.mts +1 -1
  155. package/version.d.ts +1 -1
  156. package/version.js +1 -1
  157. package/version.mjs +1 -1
@@ -0,0 +1,310 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { APIResource } from '../../core/resource';
4
+ import { APIPromise } from '../../core/api-promise';
5
+ import { buildHeaders } from '../../internal/headers';
6
+ import { RequestOptions } from '../../internal/request-options';
7
+ import { path } from '../../internal/utils/path';
8
+
9
+ export class ShippingMethods extends APIResource {
10
+ /**
11
+ * Creates a new shipping method.
12
+ *
13
+ * @example
14
+ * ```ts
15
+ * const shippingMethod =
16
+ * await conductor.qbd.shippingMethods.create({
17
+ * name: 'FedEx Ground',
18
+ * conductorEndUserId: 'end_usr_1234567abcdefg',
19
+ * });
20
+ * ```
21
+ */
22
+ create(params: ShippingMethodCreateParams, options?: RequestOptions): APIPromise<ShippingMethod> {
23
+ const { conductorEndUserId, ...body } = params;
24
+ return this._client.post('/quickbooks-desktop/shipping-methods', {
25
+ body,
26
+ ...options,
27
+ headers: buildHeaders([{ 'Conductor-End-User-Id': conductorEndUserId }, options?.headers]),
28
+ });
29
+ }
30
+
31
+ /**
32
+ * Retrieves a shipping method by ID.
33
+ *
34
+ * **IMPORTANT:** If you need to fetch multiple specific shipping methods by ID,
35
+ * use the list endpoint instead with the `ids` parameter. It accepts an array of
36
+ * IDs so you can batch the request into a single call, which is significantly
37
+ * faster.
38
+ *
39
+ * @example
40
+ * ```ts
41
+ * const shippingMethod =
42
+ * await conductor.qbd.shippingMethods.retrieve(
43
+ * '80000001-1234567890',
44
+ * { conductorEndUserId: 'end_usr_1234567abcdefg' },
45
+ * );
46
+ * ```
47
+ */
48
+ retrieve(
49
+ id: string,
50
+ params: ShippingMethodRetrieveParams,
51
+ options?: RequestOptions,
52
+ ): APIPromise<ShippingMethod> {
53
+ const { conductorEndUserId } = params;
54
+ return this._client.get(path`/quickbooks-desktop/shipping-methods/${id}`, {
55
+ ...options,
56
+ headers: buildHeaders([{ 'Conductor-End-User-Id': conductorEndUserId }, options?.headers]),
57
+ });
58
+ }
59
+
60
+ /**
61
+ * Returns a list of shipping methods. NOTE: QuickBooks Desktop does not support
62
+ * pagination for shipping methods; hence, there is no `cursor` parameter. Users
63
+ * typically have few shipping methods.
64
+ *
65
+ * @example
66
+ * ```ts
67
+ * const shippingMethods =
68
+ * await conductor.qbd.shippingMethods.list({
69
+ * conductorEndUserId: 'end_usr_1234567abcdefg',
70
+ * });
71
+ * ```
72
+ */
73
+ list(params: ShippingMethodListParams, options?: RequestOptions): APIPromise<ShippingMethodListResponse> {
74
+ const { conductorEndUserId, ...query } = params;
75
+ return this._client.get('/quickbooks-desktop/shipping-methods', {
76
+ query,
77
+ ...options,
78
+ headers: buildHeaders([{ 'Conductor-End-User-Id': conductorEndUserId }, options?.headers]),
79
+ });
80
+ }
81
+ }
82
+
83
+ export interface ShippingMethod {
84
+ /**
85
+ * The unique identifier assigned by QuickBooks to this shipping method. This ID is
86
+ * unique across all shipping methods but not across different QuickBooks object
87
+ * types.
88
+ */
89
+ id: string;
90
+
91
+ /**
92
+ * The date and time when this shipping method was created, in ISO 8601 format
93
+ * (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local
94
+ * timezone of the end-user's computer.
95
+ */
96
+ createdAt: string;
97
+
98
+ /**
99
+ * Indicates whether this shipping method is active. Inactive objects are typically
100
+ * hidden from views and reports in QuickBooks. Defaults to `true`.
101
+ */
102
+ isActive: boolean;
103
+
104
+ /**
105
+ * The case-insensitive unique name of this shipping method, unique across all
106
+ * shipping methods.
107
+ *
108
+ * **NOTE**: Shipping methods do not have a `fullName` field because they are not
109
+ * hierarchical objects, which is why `name` is unique for them but not for objects
110
+ * that have parents.
111
+ */
112
+ name: string;
113
+
114
+ /**
115
+ * The type of object. This value is always `"qbd_shipping_method"`.
116
+ */
117
+ objectType: 'qbd_shipping_method';
118
+
119
+ /**
120
+ * The current QuickBooks-assigned revision number of this shipping method object,
121
+ * which changes each time the object is modified. When updating this object, you
122
+ * must provide the most recent `revisionNumber` to ensure you're working with the
123
+ * latest data; otherwise, the update will return an error.
124
+ */
125
+ revisionNumber: string;
126
+
127
+ /**
128
+ * The date and time when this shipping method was last updated, in ISO 8601 format
129
+ * (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local
130
+ * timezone of the end-user's computer.
131
+ */
132
+ updatedAt: string;
133
+ }
134
+
135
+ export interface ShippingMethodListResponse {
136
+ /**
137
+ * The array of shipping methods.
138
+ */
139
+ data: Array<ShippingMethod>;
140
+
141
+ /**
142
+ * The type of object. This value is always `"list"`.
143
+ */
144
+ objectType: 'list';
145
+
146
+ /**
147
+ * The endpoint URL where this list can be accessed.
148
+ */
149
+ url: string;
150
+ }
151
+
152
+ export interface ShippingMethodCreateParams {
153
+ /**
154
+ * Body param: The case-insensitive unique name of this shipping method, unique
155
+ * across all shipping methods.
156
+ *
157
+ * **NOTE**: Shipping methods do not have a `fullName` field because they are not
158
+ * hierarchical objects, which is why `name` is unique for them but not for objects
159
+ * that have parents.
160
+ *
161
+ * Maximum length: 15 characters.
162
+ */
163
+ name: string;
164
+
165
+ /**
166
+ * Header param: The ID of the End-User to receive this request.
167
+ */
168
+ conductorEndUserId: string;
169
+
170
+ /**
171
+ * Body param: Indicates whether this shipping method is active. Inactive objects
172
+ * are typically hidden from views and reports in QuickBooks. Defaults to `true`.
173
+ */
174
+ isActive?: boolean;
175
+ }
176
+
177
+ export interface ShippingMethodRetrieveParams {
178
+ /**
179
+ * The ID of the End-User to receive this request.
180
+ */
181
+ conductorEndUserId: string;
182
+ }
183
+
184
+ export interface ShippingMethodListParams {
185
+ /**
186
+ * Header param: The ID of the End-User to receive this request.
187
+ */
188
+ conductorEndUserId: string;
189
+
190
+ /**
191
+ * Query param: Filter for specific shipping methods by their QuickBooks-assigned
192
+ * unique identifier(s).
193
+ *
194
+ * **IMPORTANT**: If you include this parameter, QuickBooks will ignore all other
195
+ * query parameters for this request.
196
+ *
197
+ * **NOTE**: If any of the values you specify in this parameter are not found, the
198
+ * request will return an error.
199
+ */
200
+ ids?: Array<string>;
201
+
202
+ /**
203
+ * Query param: The maximum number of objects to return.
204
+ *
205
+ * **IMPORTANT**: QuickBooks Desktop does not support cursor-based pagination for
206
+ * shipping methods. This parameter will limit the response size, but you cannot
207
+ * fetch subsequent results using a cursor. For pagination, use the name-range
208
+ * parameters instead (e.g., `nameFrom=A&nameTo=B`).
209
+ *
210
+ * When this parameter is omitted, the endpoint returns all shipping methods
211
+ * without limit, unlike paginated endpoints which default to 150 records. This is
212
+ * acceptable because shipping methods typically have low record counts.
213
+ */
214
+ limit?: number;
215
+
216
+ /**
217
+ * Query param: Filter for shipping methods whose `name` contains this substring,
218
+ * case-insensitive.
219
+ *
220
+ * **NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or
221
+ * `nameEndsWith`.
222
+ */
223
+ nameContains?: string;
224
+
225
+ /**
226
+ * Query param: Filter for shipping methods whose `name` ends with this substring,
227
+ * case-insensitive.
228
+ *
229
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
230
+ * `nameStartsWith`.
231
+ */
232
+ nameEndsWith?: string;
233
+
234
+ /**
235
+ * Query param: Filter for shipping methods whose `name` is alphabetically greater
236
+ * than or equal to this value.
237
+ */
238
+ nameFrom?: string;
239
+
240
+ /**
241
+ * Query param: Filter for specific shipping methods by their name(s),
242
+ * case-insensitive. Like `id`, `name` is a unique identifier for a shipping
243
+ * method.
244
+ *
245
+ * **IMPORTANT**: If you include this parameter, QuickBooks will ignore all other
246
+ * query parameters for this request.
247
+ *
248
+ * **NOTE**: If any of the values you specify in this parameter are not found, the
249
+ * request will return an error.
250
+ */
251
+ names?: Array<string>;
252
+
253
+ /**
254
+ * Query param: Filter for shipping methods whose `name` starts with this
255
+ * substring, case-insensitive.
256
+ *
257
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
258
+ * `nameEndsWith`.
259
+ */
260
+ nameStartsWith?: string;
261
+
262
+ /**
263
+ * Query param: Filter for shipping methods whose `name` is alphabetically less
264
+ * than or equal to this value.
265
+ */
266
+ nameTo?: string;
267
+
268
+ /**
269
+ * Query param: Filter for shipping methods that are active, inactive, or both.
270
+ */
271
+ status?: 'active' | 'all' | 'inactive';
272
+
273
+ /**
274
+ * Query param: Filter for shipping methods updated on or after this date/time.
275
+ * Accepts the following ISO 8601 formats:
276
+ *
277
+ * - **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the
278
+ * **start of the specified day** in the local timezone of the end-user's
279
+ * computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).
280
+ * - **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop
281
+ * interprets the timestamp in the local timezone of the end-user's computer.
282
+ * - **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop
283
+ * interprets the timestamp using the specified timezone.
284
+ */
285
+ updatedAfter?: string;
286
+
287
+ /**
288
+ * Query param: Filter for shipping methods updated on or before this date/time.
289
+ * Accepts the following ISO 8601 formats:
290
+ *
291
+ * - **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the
292
+ * **end of the specified day** in the local timezone of the end-user's computer
293
+ * (e.g., `2025-01-01` → `2025-01-01T23:59:59`).
294
+ * - **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop
295
+ * interprets the timestamp in the local timezone of the end-user's computer.
296
+ * - **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop
297
+ * interprets the timestamp using the specified timezone.
298
+ */
299
+ updatedBefore?: string;
300
+ }
301
+
302
+ export declare namespace ShippingMethods {
303
+ export {
304
+ type ShippingMethod as ShippingMethod,
305
+ type ShippingMethodListResponse as ShippingMethodListResponse,
306
+ type ShippingMethodCreateParams as ShippingMethodCreateParams,
307
+ type ShippingMethodRetrieveParams as ShippingMethodRetrieveParams,
308
+ type ShippingMethodListParams as ShippingMethodListParams,
309
+ };
310
+ }
@@ -91,8 +91,8 @@ export interface Transaction {
91
91
 
92
92
  /**
93
93
  * The transaction's currency. For built-in currencies, the name and code are
94
- * standard international values. For user-defined currencies, all values are
95
- * editable.
94
+ * standard ISO 4217 international values. For user-defined currencies, all values
95
+ * are editable.
96
96
  */
97
97
  currency: Transaction.Currency | null;
98
98
 
@@ -201,8 +201,8 @@ export namespace Transaction {
201
201
 
202
202
  /**
203
203
  * The transaction's currency. For built-in currencies, the name and code are
204
- * standard international values. For user-defined currencies, all values are
205
- * editable.
204
+ * standard ISO 4217 international values. For user-defined currencies, all values
205
+ * are editable.
206
206
  */
207
207
  export interface Currency {
208
208
  /**
@@ -169,8 +169,8 @@ export interface VendorCredit {
169
169
 
170
170
  /**
171
171
  * The vendor credit's currency. For built-in currencies, the name and code are
172
- * standard international values. For user-defined currencies, all values are
173
- * editable.
172
+ * standard ISO 4217 international values. For user-defined currencies, all values
173
+ * are editable.
174
174
  */
175
175
  currency: VendorCredit.Currency | null;
176
176
 
@@ -304,8 +304,8 @@ export interface VendorCredit {
304
304
  export namespace VendorCredit {
305
305
  /**
306
306
  * The vendor credit's currency. For built-in currencies, the name and code are
307
- * standard international values. For user-defined currencies, all values are
308
- * editable.
307
+ * standard ISO 4217 international values. For user-defined currencies, all values
308
+ * are editable.
309
309
  */
310
310
  export interface Currency {
311
311
  /**
@@ -193,7 +193,8 @@ export interface Vendor {
193
193
 
194
194
  /**
195
195
  * The vendor's currency. For built-in currencies, the name and code are standard
196
- * international values. For user-defined currencies, all values are editable.
196
+ * ISO 4217 international values. For user-defined currencies, all values are
197
+ * editable.
197
198
  */
198
199
  currency: Vendor.Currency | null;
199
200
 
@@ -609,7 +610,8 @@ export namespace Vendor {
609
610
 
610
611
  /**
611
612
  * The vendor's currency. For built-in currencies, the name and code are standard
612
- * international values. For user-defined currencies, all values are editable.
613
+ * ISO 4217 international values. For user-defined currencies, all values are
614
+ * editable.
613
615
  */
614
616
  export interface Currency {
615
617
  /**
@@ -969,8 +971,8 @@ export interface VendorCreateParams {
969
971
 
970
972
  /**
971
973
  * Body param: The vendor's currency. For built-in currencies, the name and code
972
- * are standard international values. For user-defined currencies, all values are
973
- * editable.
974
+ * are standard ISO 4217 international values. For user-defined currencies, all
975
+ * values are editable.
974
976
  */
975
977
  currencyId?: string;
976
978
 
@@ -1485,8 +1487,8 @@ export interface VendorUpdateParams {
1485
1487
 
1486
1488
  /**
1487
1489
  * Body param: The vendor's currency. For built-in currencies, the name and code
1488
- * are standard international values. For user-defined currencies, all values are
1489
- * editable.
1490
+ * are standard ISO 4217 international values. For user-defined currencies, all
1491
+ * values are editable.
1490
1492
  */
1491
1493
  currencyId?: string;
1492
1494
 
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '14.2.1'; // x-release-please-version
1
+ export const VERSION = '14.6.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "14.2.1";
1
+ export declare const VERSION = "14.6.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "14.2.1";
1
+ export declare const VERSION = "14.6.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '14.2.1'; // x-release-please-version
4
+ exports.VERSION = '14.6.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '14.2.1'; // x-release-please-version
1
+ export const VERSION = '14.6.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map