conductor-node 12.8.0 → 12.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/README.md +4 -4
- package/package.json +1 -1
- package/src/_shims/auto/runtime-bun.ts +1 -1
- package/src/_shims/auto/runtime-node.ts +1 -1
- package/src/_shims/auto/runtime.ts +1 -1
- package/src/_shims/auto/types-node.ts +1 -1
- package/src/_shims/bun-runtime.ts +2 -2
- package/src/_shims/index.d.ts +3 -3
- package/src/_shims/index.mjs +1 -1
- package/src/_shims/node-runtime.ts +3 -3
- package/src/_shims/registry.ts +1 -1
- package/src/_shims/web-runtime.ts +3 -3
- package/src/core.ts +5 -5
- package/src/error.ts +1 -1
- package/src/index.ts +13 -13
- package/src/internal/qs/formats.ts +1 -1
- package/src/internal/qs/index.ts +3 -3
- package/src/internal/qs/stringify.ts +3 -3
- package/src/internal/qs/utils.ts +2 -2
- package/src/pagination.ts +1 -1
- package/src/resource.ts +1 -1
- package/src/resources/auth-sessions.ts +2 -2
- package/src/resources/end-users.ts +3 -3
- package/src/resources/index.ts +3 -3
- package/src/resources/qbd/account-tax-lines.ts +2 -2
- package/src/resources/qbd/accounts.ts +2 -2
- package/src/resources/qbd/bill-check-payments.ts +3 -3
- package/src/resources/qbd/bill-credit-card-payments.ts +3 -3
- package/src/resources/qbd/bills.ts +3 -3
- package/src/resources/qbd/checks.ts +3 -3
- package/src/resources/qbd/classes.ts +2 -2
- package/src/resources/qbd/company.ts +2 -2
- package/src/resources/qbd/credit-card-charges.ts +3 -3
- package/src/resources/qbd/credit-card-credits.ts +3 -3
- package/src/resources/qbd/credit-memos.ts +3 -3
- package/src/resources/qbd/customers.ts +3 -3
- package/src/resources/qbd/date-driven-terms.ts +2 -2
- package/src/resources/qbd/discount-items.ts +3 -3
- package/src/resources/qbd/employees.ts +3 -3
- package/src/resources/qbd/estimates.ts +3 -3
- package/src/resources/qbd/index.ts +47 -47
- package/src/resources/qbd/inventory-adjustments.ts +2 -2
- package/src/resources/qbd/inventory-assembly-items.ts +3 -3
- package/src/resources/qbd/inventory-items.ts +3 -3
- package/src/resources/qbd/inventory-sites.ts +2 -2
- package/src/resources/qbd/invoices.ts +3 -3
- package/src/resources/qbd/item-groups.ts +3 -3
- package/src/resources/qbd/item-receipts.ts +3 -3
- package/src/resources/qbd/item-sites.ts +3 -3
- package/src/resources/qbd/journal-entries.ts +3 -3
- package/src/resources/qbd/non-inventory-items.ts +3 -3
- package/src/resources/qbd/other-names.ts +2 -2
- package/src/resources/qbd/payment-methods.ts +2 -2
- package/src/resources/qbd/payroll-wage-items.ts +3 -3
- package/src/resources/qbd/preferences.ts +2 -2
- package/src/resources/qbd/price-levels.ts +2 -2
- package/src/resources/qbd/purchase-orders.ts +3 -3
- package/src/resources/qbd/qbd.ts +94 -94
- package/src/resources/qbd/receive-payments.ts +3 -3
- package/src/resources/qbd/sales-orders.ts +3 -3
- package/src/resources/qbd/sales-receipts.ts +3 -3
- package/src/resources/qbd/sales-representatives.ts +2 -2
- package/src/resources/qbd/sales-tax-codes.ts +2 -2
- package/src/resources/qbd/sales-tax-items.ts +3 -3
- package/src/resources/qbd/service-items.ts +3 -3
- package/src/resources/qbd/standard-terms.ts +2 -2
- package/src/resources/qbd/subtotal-items.ts +3 -3
- package/src/resources/qbd/time-tracking-activities.ts +3 -3
- package/src/resources/qbd/transactions.ts +3 -3
- package/src/resources/qbd/transfers.ts +3 -3
- package/src/resources/qbd/vendor-credits.ts +3 -3
- package/src/resources/qbd/vendors.ts +3 -3
- package/src/resources/qbd.ts +1 -1
- package/src/resources.ts +1 -1
- package/src/shims/node.ts +3 -3
- package/src/shims/web.ts +3 -3
- package/src/uploads.ts +4 -4
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/src/resources/qbd/qbd.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import * as Core from
|
|
5
|
-
import * as AccountTaxLinesAPI from
|
|
3
|
+
import { APIResource } from "../../resource.js";
|
|
4
|
+
import * as Core from "../../core.js";
|
|
5
|
+
import * as AccountTaxLinesAPI from "./account-tax-lines.js";
|
|
6
6
|
import {
|
|
7
7
|
AccountTaxLine,
|
|
8
8
|
AccountTaxLineListParams,
|
|
9
9
|
AccountTaxLineListResponse,
|
|
10
10
|
AccountTaxLines,
|
|
11
|
-
} from
|
|
12
|
-
import * as AccountsAPI from
|
|
11
|
+
} from "./account-tax-lines.js";
|
|
12
|
+
import * as AccountsAPI from "./accounts.js";
|
|
13
13
|
import {
|
|
14
14
|
Account,
|
|
15
15
|
AccountCreateParams,
|
|
@@ -18,8 +18,8 @@ import {
|
|
|
18
18
|
AccountRetrieveParams,
|
|
19
19
|
AccountUpdateParams,
|
|
20
20
|
Accounts,
|
|
21
|
-
} from
|
|
22
|
-
import * as BillCheckPaymentsAPI from
|
|
21
|
+
} from "./accounts.js";
|
|
22
|
+
import * as BillCheckPaymentsAPI from "./bill-check-payments.js";
|
|
23
23
|
import {
|
|
24
24
|
BillCheckPayment,
|
|
25
25
|
BillCheckPaymentCreateParams,
|
|
@@ -30,8 +30,8 @@ import {
|
|
|
30
30
|
BillCheckPaymentUpdateParams,
|
|
31
31
|
BillCheckPayments,
|
|
32
32
|
BillCheckPaymentsCursorPage,
|
|
33
|
-
} from
|
|
34
|
-
import * as BillCreditCardPaymentsAPI from
|
|
33
|
+
} from "./bill-check-payments.js";
|
|
34
|
+
import * as BillCreditCardPaymentsAPI from "./bill-credit-card-payments.js";
|
|
35
35
|
import {
|
|
36
36
|
BillCreditCardPayment,
|
|
37
37
|
BillCreditCardPaymentCreateParams,
|
|
@@ -41,8 +41,8 @@ import {
|
|
|
41
41
|
BillCreditCardPaymentRetrieveParams,
|
|
42
42
|
BillCreditCardPayments,
|
|
43
43
|
BillCreditCardPaymentsCursorPage,
|
|
44
|
-
} from
|
|
45
|
-
import * as BillsAPI from
|
|
44
|
+
} from "./bill-credit-card-payments.js";
|
|
45
|
+
import * as BillsAPI from "./bills.js";
|
|
46
46
|
import {
|
|
47
47
|
Bill,
|
|
48
48
|
BillCreateParams,
|
|
@@ -53,8 +53,8 @@ import {
|
|
|
53
53
|
BillUpdateParams,
|
|
54
54
|
Bills,
|
|
55
55
|
BillsCursorPage,
|
|
56
|
-
} from
|
|
57
|
-
import * as ChecksAPI from
|
|
56
|
+
} from "./bills.js";
|
|
57
|
+
import * as ChecksAPI from "./checks.js";
|
|
58
58
|
import {
|
|
59
59
|
Check,
|
|
60
60
|
CheckCreateParams,
|
|
@@ -65,8 +65,8 @@ import {
|
|
|
65
65
|
CheckUpdateParams,
|
|
66
66
|
Checks,
|
|
67
67
|
ChecksCursorPage,
|
|
68
|
-
} from
|
|
69
|
-
import * as ClassesAPI from
|
|
68
|
+
} from "./checks.js";
|
|
69
|
+
import * as ClassesAPI from "./classes.js";
|
|
70
70
|
import {
|
|
71
71
|
Class,
|
|
72
72
|
ClassCreateParams,
|
|
@@ -75,10 +75,10 @@ import {
|
|
|
75
75
|
ClassRetrieveParams,
|
|
76
76
|
ClassUpdateParams,
|
|
77
77
|
Classes,
|
|
78
|
-
} from
|
|
79
|
-
import * as CompanyAPI from
|
|
80
|
-
import { Company, CompanyResource, CompanyRetrieveParams } from
|
|
81
|
-
import * as CreditCardChargesAPI from
|
|
78
|
+
} from "./classes.js";
|
|
79
|
+
import * as CompanyAPI from "./company.js";
|
|
80
|
+
import { Company, CompanyResource, CompanyRetrieveParams } from "./company.js";
|
|
81
|
+
import * as CreditCardChargesAPI from "./credit-card-charges.js";
|
|
82
82
|
import {
|
|
83
83
|
CreditCardCharge,
|
|
84
84
|
CreditCardChargeCreateParams,
|
|
@@ -89,8 +89,8 @@ import {
|
|
|
89
89
|
CreditCardChargeUpdateParams,
|
|
90
90
|
CreditCardCharges,
|
|
91
91
|
CreditCardChargesCursorPage,
|
|
92
|
-
} from
|
|
93
|
-
import * as CreditCardCreditsAPI from
|
|
92
|
+
} from "./credit-card-charges.js";
|
|
93
|
+
import * as CreditCardCreditsAPI from "./credit-card-credits.js";
|
|
94
94
|
import {
|
|
95
95
|
CreditCardCredit,
|
|
96
96
|
CreditCardCreditCreateParams,
|
|
@@ -101,8 +101,8 @@ import {
|
|
|
101
101
|
CreditCardCreditUpdateParams,
|
|
102
102
|
CreditCardCredits,
|
|
103
103
|
CreditCardCreditsCursorPage,
|
|
104
|
-
} from
|
|
105
|
-
import * as CreditMemosAPI from
|
|
104
|
+
} from "./credit-card-credits.js";
|
|
105
|
+
import * as CreditMemosAPI from "./credit-memos.js";
|
|
106
106
|
import {
|
|
107
107
|
CreditMemo,
|
|
108
108
|
CreditMemoCreateParams,
|
|
@@ -113,8 +113,8 @@ import {
|
|
|
113
113
|
CreditMemoUpdateParams,
|
|
114
114
|
CreditMemos,
|
|
115
115
|
CreditMemosCursorPage,
|
|
116
|
-
} from
|
|
117
|
-
import * as CustomersAPI from
|
|
116
|
+
} from "./credit-memos.js";
|
|
117
|
+
import * as CustomersAPI from "./customers.js";
|
|
118
118
|
import {
|
|
119
119
|
Customer,
|
|
120
120
|
CustomerCreateParams,
|
|
@@ -123,8 +123,8 @@ import {
|
|
|
123
123
|
CustomerUpdateParams,
|
|
124
124
|
Customers,
|
|
125
125
|
CustomersCursorPage,
|
|
126
|
-
} from
|
|
127
|
-
import * as DateDrivenTermsAPI from
|
|
126
|
+
} from "./customers.js";
|
|
127
|
+
import * as DateDrivenTermsAPI from "./date-driven-terms.js";
|
|
128
128
|
import {
|
|
129
129
|
DateDrivenTerm,
|
|
130
130
|
DateDrivenTermCreateParams,
|
|
@@ -132,8 +132,8 @@ import {
|
|
|
132
132
|
DateDrivenTermListResponse,
|
|
133
133
|
DateDrivenTermRetrieveParams,
|
|
134
134
|
DateDrivenTerms,
|
|
135
|
-
} from
|
|
136
|
-
import * as DiscountItemsAPI from
|
|
135
|
+
} from "./date-driven-terms.js";
|
|
136
|
+
import * as DiscountItemsAPI from "./discount-items.js";
|
|
137
137
|
import {
|
|
138
138
|
DiscountItem,
|
|
139
139
|
DiscountItemCreateParams,
|
|
@@ -142,8 +142,8 @@ import {
|
|
|
142
142
|
DiscountItemUpdateParams,
|
|
143
143
|
DiscountItems,
|
|
144
144
|
DiscountItemsCursorPage,
|
|
145
|
-
} from
|
|
146
|
-
import * as EmployeesAPI from
|
|
145
|
+
} from "./discount-items.js";
|
|
146
|
+
import * as EmployeesAPI from "./employees.js";
|
|
147
147
|
import {
|
|
148
148
|
Employee,
|
|
149
149
|
EmployeeCreateParams,
|
|
@@ -152,8 +152,8 @@ import {
|
|
|
152
152
|
EmployeeUpdateParams,
|
|
153
153
|
Employees,
|
|
154
154
|
EmployeesCursorPage,
|
|
155
|
-
} from
|
|
156
|
-
import * as EstimatesAPI from
|
|
155
|
+
} from "./employees.js";
|
|
156
|
+
import * as EstimatesAPI from "./estimates.js";
|
|
157
157
|
import {
|
|
158
158
|
Estimate,
|
|
159
159
|
EstimateCreateParams,
|
|
@@ -164,8 +164,8 @@ import {
|
|
|
164
164
|
EstimateUpdateParams,
|
|
165
165
|
Estimates,
|
|
166
166
|
EstimatesCursorPage,
|
|
167
|
-
} from
|
|
168
|
-
import * as InventoryAdjustmentsAPI from
|
|
167
|
+
} from "./estimates.js";
|
|
168
|
+
import * as InventoryAdjustmentsAPI from "./inventory-adjustments.js";
|
|
169
169
|
import {
|
|
170
170
|
InventoryAdjustment,
|
|
171
171
|
InventoryAdjustmentCreateParams,
|
|
@@ -176,8 +176,8 @@ import {
|
|
|
176
176
|
InventoryAdjustmentRetrieveParams,
|
|
177
177
|
InventoryAdjustmentUpdateParams,
|
|
178
178
|
InventoryAdjustments,
|
|
179
|
-
} from
|
|
180
|
-
import * as InventoryAssemblyItemsAPI from
|
|
179
|
+
} from "./inventory-adjustments.js";
|
|
180
|
+
import * as InventoryAssemblyItemsAPI from "./inventory-assembly-items.js";
|
|
181
181
|
import {
|
|
182
182
|
InventoryAssemblyItem,
|
|
183
183
|
InventoryAssemblyItemCreateParams,
|
|
@@ -186,8 +186,8 @@ import {
|
|
|
186
186
|
InventoryAssemblyItemUpdateParams,
|
|
187
187
|
InventoryAssemblyItems,
|
|
188
188
|
InventoryAssemblyItemsCursorPage,
|
|
189
|
-
} from
|
|
190
|
-
import * as InventoryItemsAPI from
|
|
189
|
+
} from "./inventory-assembly-items.js";
|
|
190
|
+
import * as InventoryItemsAPI from "./inventory-items.js";
|
|
191
191
|
import {
|
|
192
192
|
InventoryItem,
|
|
193
193
|
InventoryItemCreateParams,
|
|
@@ -196,8 +196,8 @@ import {
|
|
|
196
196
|
InventoryItemUpdateParams,
|
|
197
197
|
InventoryItems,
|
|
198
198
|
InventoryItemsCursorPage,
|
|
199
|
-
} from
|
|
200
|
-
import * as InventorySitesAPI from
|
|
199
|
+
} from "./inventory-items.js";
|
|
200
|
+
import * as InventorySitesAPI from "./inventory-sites.js";
|
|
201
201
|
import {
|
|
202
202
|
InventorySite,
|
|
203
203
|
InventorySiteCreateParams,
|
|
@@ -206,8 +206,8 @@ import {
|
|
|
206
206
|
InventorySiteRetrieveParams,
|
|
207
207
|
InventorySiteUpdateParams,
|
|
208
208
|
InventorySites,
|
|
209
|
-
} from
|
|
210
|
-
import * as InvoicesAPI from
|
|
209
|
+
} from "./inventory-sites.js";
|
|
210
|
+
import * as InvoicesAPI from "./invoices.js";
|
|
211
211
|
import {
|
|
212
212
|
Invoice,
|
|
213
213
|
InvoiceCreateParams,
|
|
@@ -218,8 +218,8 @@ import {
|
|
|
218
218
|
InvoiceUpdateParams,
|
|
219
219
|
Invoices,
|
|
220
220
|
InvoicesCursorPage,
|
|
221
|
-
} from
|
|
222
|
-
import * as ItemGroupsAPI from
|
|
221
|
+
} from "./invoices.js";
|
|
222
|
+
import * as ItemGroupsAPI from "./item-groups.js";
|
|
223
223
|
import {
|
|
224
224
|
ItemGroup,
|
|
225
225
|
ItemGroupCreateParams,
|
|
@@ -228,8 +228,8 @@ import {
|
|
|
228
228
|
ItemGroupUpdateParams,
|
|
229
229
|
ItemGroups,
|
|
230
230
|
ItemGroupsCursorPage,
|
|
231
|
-
} from
|
|
232
|
-
import * as ItemReceiptsAPI from
|
|
231
|
+
} from "./item-groups.js";
|
|
232
|
+
import * as ItemReceiptsAPI from "./item-receipts.js";
|
|
233
233
|
import {
|
|
234
234
|
ItemReceipt,
|
|
235
235
|
ItemReceiptCreateParams,
|
|
@@ -240,16 +240,16 @@ import {
|
|
|
240
240
|
ItemReceiptUpdateParams,
|
|
241
241
|
ItemReceipts,
|
|
242
242
|
ItemReceiptsCursorPage,
|
|
243
|
-
} from
|
|
244
|
-
import * as ItemSitesAPI from
|
|
243
|
+
} from "./item-receipts.js";
|
|
244
|
+
import * as ItemSitesAPI from "./item-sites.js";
|
|
245
245
|
import {
|
|
246
246
|
ItemSite,
|
|
247
247
|
ItemSiteListParams,
|
|
248
248
|
ItemSiteRetrieveParams,
|
|
249
249
|
ItemSites,
|
|
250
250
|
ItemSitesCursorPage,
|
|
251
|
-
} from
|
|
252
|
-
import * as JournalEntriesAPI from
|
|
251
|
+
} from "./item-sites.js";
|
|
252
|
+
import * as JournalEntriesAPI from "./journal-entries.js";
|
|
253
253
|
import {
|
|
254
254
|
JournalEntries,
|
|
255
255
|
JournalEntriesCursorPage,
|
|
@@ -260,8 +260,8 @@ import {
|
|
|
260
260
|
JournalEntryListParams,
|
|
261
261
|
JournalEntryRetrieveParams,
|
|
262
262
|
JournalEntryUpdateParams,
|
|
263
|
-
} from
|
|
264
|
-
import * as NonInventoryItemsAPI from
|
|
263
|
+
} from "./journal-entries.js";
|
|
264
|
+
import * as NonInventoryItemsAPI from "./non-inventory-items.js";
|
|
265
265
|
import {
|
|
266
266
|
NonInventoryItem,
|
|
267
267
|
NonInventoryItemCreateParams,
|
|
@@ -270,8 +270,8 @@ import {
|
|
|
270
270
|
NonInventoryItemUpdateParams,
|
|
271
271
|
NonInventoryItems,
|
|
272
272
|
NonInventoryItemsCursorPage,
|
|
273
|
-
} from
|
|
274
|
-
import * as OtherNamesAPI from
|
|
273
|
+
} from "./non-inventory-items.js";
|
|
274
|
+
import * as OtherNamesAPI from "./other-names.js";
|
|
275
275
|
import {
|
|
276
276
|
OtherName,
|
|
277
277
|
OtherNameCreateParams,
|
|
@@ -280,8 +280,8 @@ import {
|
|
|
280
280
|
OtherNameRetrieveParams,
|
|
281
281
|
OtherNameUpdateParams,
|
|
282
282
|
OtherNames,
|
|
283
|
-
} from
|
|
284
|
-
import * as PaymentMethodsAPI from
|
|
283
|
+
} from "./other-names.js";
|
|
284
|
+
import * as PaymentMethodsAPI from "./payment-methods.js";
|
|
285
285
|
import {
|
|
286
286
|
PaymentMethod,
|
|
287
287
|
PaymentMethodCreateParams,
|
|
@@ -289,8 +289,8 @@ import {
|
|
|
289
289
|
PaymentMethodListResponse,
|
|
290
290
|
PaymentMethodRetrieveParams,
|
|
291
291
|
PaymentMethods,
|
|
292
|
-
} from
|
|
293
|
-
import * as PayrollWageItemsAPI from
|
|
292
|
+
} from "./payment-methods.js";
|
|
293
|
+
import * as PayrollWageItemsAPI from "./payroll-wage-items.js";
|
|
294
294
|
import {
|
|
295
295
|
PayrollWageItem,
|
|
296
296
|
PayrollWageItemCreateParams,
|
|
@@ -298,10 +298,10 @@ import {
|
|
|
298
298
|
PayrollWageItemRetrieveParams,
|
|
299
299
|
PayrollWageItems,
|
|
300
300
|
PayrollWageItemsCursorPage,
|
|
301
|
-
} from
|
|
302
|
-
import * as PreferencesAPI from
|
|
303
|
-
import { PreferenceRetrieveParams, Preferences } from
|
|
304
|
-
import * as PriceLevelsAPI from
|
|
301
|
+
} from "./payroll-wage-items.js";
|
|
302
|
+
import * as PreferencesAPI from "./preferences.js";
|
|
303
|
+
import { PreferenceRetrieveParams, Preferences } from "./preferences.js";
|
|
304
|
+
import * as PriceLevelsAPI from "./price-levels.js";
|
|
305
305
|
import {
|
|
306
306
|
PriceLevel,
|
|
307
307
|
PriceLevelCreateParams,
|
|
@@ -310,8 +310,8 @@ import {
|
|
|
310
310
|
PriceLevelRetrieveParams,
|
|
311
311
|
PriceLevelUpdateParams,
|
|
312
312
|
PriceLevels,
|
|
313
|
-
} from
|
|
314
|
-
import * as PurchaseOrdersAPI from
|
|
313
|
+
} from "./price-levels.js";
|
|
314
|
+
import * as PurchaseOrdersAPI from "./purchase-orders.js";
|
|
315
315
|
import {
|
|
316
316
|
PurchaseOrder,
|
|
317
317
|
PurchaseOrderCreateParams,
|
|
@@ -322,8 +322,8 @@ import {
|
|
|
322
322
|
PurchaseOrderUpdateParams,
|
|
323
323
|
PurchaseOrders,
|
|
324
324
|
PurchaseOrdersCursorPage,
|
|
325
|
-
} from
|
|
326
|
-
import * as ReceivePaymentsAPI from
|
|
325
|
+
} from "./purchase-orders.js";
|
|
326
|
+
import * as ReceivePaymentsAPI from "./receive-payments.js";
|
|
327
327
|
import {
|
|
328
328
|
ReceivePayment,
|
|
329
329
|
ReceivePaymentCreateParams,
|
|
@@ -334,8 +334,8 @@ import {
|
|
|
334
334
|
ReceivePaymentUpdateParams,
|
|
335
335
|
ReceivePayments,
|
|
336
336
|
ReceivePaymentsCursorPage,
|
|
337
|
-
} from
|
|
338
|
-
import * as SalesOrdersAPI from
|
|
337
|
+
} from "./receive-payments.js";
|
|
338
|
+
import * as SalesOrdersAPI from "./sales-orders.js";
|
|
339
339
|
import {
|
|
340
340
|
SalesOrder,
|
|
341
341
|
SalesOrderCreateParams,
|
|
@@ -346,8 +346,8 @@ import {
|
|
|
346
346
|
SalesOrderUpdateParams,
|
|
347
347
|
SalesOrders,
|
|
348
348
|
SalesOrdersCursorPage,
|
|
349
|
-
} from
|
|
350
|
-
import * as SalesReceiptsAPI from
|
|
349
|
+
} from "./sales-orders.js";
|
|
350
|
+
import * as SalesReceiptsAPI from "./sales-receipts.js";
|
|
351
351
|
import {
|
|
352
352
|
SalesReceipt,
|
|
353
353
|
SalesReceiptCreateParams,
|
|
@@ -358,8 +358,8 @@ import {
|
|
|
358
358
|
SalesReceiptUpdateParams,
|
|
359
359
|
SalesReceipts,
|
|
360
360
|
SalesReceiptsCursorPage,
|
|
361
|
-
} from
|
|
362
|
-
import * as SalesRepresentativesAPI from
|
|
361
|
+
} from "./sales-receipts.js";
|
|
362
|
+
import * as SalesRepresentativesAPI from "./sales-representatives.js";
|
|
363
363
|
import {
|
|
364
364
|
SalesRepresentative,
|
|
365
365
|
SalesRepresentativeCreateParams,
|
|
@@ -368,8 +368,8 @@ import {
|
|
|
368
368
|
SalesRepresentativeRetrieveParams,
|
|
369
369
|
SalesRepresentativeUpdateParams,
|
|
370
370
|
SalesRepresentatives,
|
|
371
|
-
} from
|
|
372
|
-
import * as SalesTaxCodesAPI from
|
|
371
|
+
} from "./sales-representatives.js";
|
|
372
|
+
import * as SalesTaxCodesAPI from "./sales-tax-codes.js";
|
|
373
373
|
import {
|
|
374
374
|
SalesTaxCode,
|
|
375
375
|
SalesTaxCodeCreateParams,
|
|
@@ -378,8 +378,8 @@ import {
|
|
|
378
378
|
SalesTaxCodeRetrieveParams,
|
|
379
379
|
SalesTaxCodeUpdateParams,
|
|
380
380
|
SalesTaxCodes,
|
|
381
|
-
} from
|
|
382
|
-
import * as SalesTaxItemsAPI from
|
|
381
|
+
} from "./sales-tax-codes.js";
|
|
382
|
+
import * as SalesTaxItemsAPI from "./sales-tax-items.js";
|
|
383
383
|
import {
|
|
384
384
|
SalesTaxItem,
|
|
385
385
|
SalesTaxItemCreateParams,
|
|
@@ -388,8 +388,8 @@ import {
|
|
|
388
388
|
SalesTaxItemUpdateParams,
|
|
389
389
|
SalesTaxItems,
|
|
390
390
|
SalesTaxItemsCursorPage,
|
|
391
|
-
} from
|
|
392
|
-
import * as ServiceItemsAPI from
|
|
391
|
+
} from "./sales-tax-items.js";
|
|
392
|
+
import * as ServiceItemsAPI from "./service-items.js";
|
|
393
393
|
import {
|
|
394
394
|
ServiceItem,
|
|
395
395
|
ServiceItemCreateParams,
|
|
@@ -398,8 +398,8 @@ import {
|
|
|
398
398
|
ServiceItemUpdateParams,
|
|
399
399
|
ServiceItems,
|
|
400
400
|
ServiceItemsCursorPage,
|
|
401
|
-
} from
|
|
402
|
-
import * as StandardTermsAPI from
|
|
401
|
+
} from "./service-items.js";
|
|
402
|
+
import * as StandardTermsAPI from "./standard-terms.js";
|
|
403
403
|
import {
|
|
404
404
|
StandardTerm,
|
|
405
405
|
StandardTermCreateParams,
|
|
@@ -407,8 +407,8 @@ import {
|
|
|
407
407
|
StandardTermListResponse,
|
|
408
408
|
StandardTermRetrieveParams,
|
|
409
409
|
StandardTerms,
|
|
410
|
-
} from
|
|
411
|
-
import * as SubtotalItemsAPI from
|
|
410
|
+
} from "./standard-terms.js";
|
|
411
|
+
import * as SubtotalItemsAPI from "./subtotal-items.js";
|
|
412
412
|
import {
|
|
413
413
|
SubtotalItem,
|
|
414
414
|
SubtotalItemCreateParams,
|
|
@@ -417,8 +417,8 @@ import {
|
|
|
417
417
|
SubtotalItemUpdateParams,
|
|
418
418
|
SubtotalItems,
|
|
419
419
|
SubtotalItemsCursorPage,
|
|
420
|
-
} from
|
|
421
|
-
import * as TimeTrackingActivitiesAPI from
|
|
420
|
+
} from "./subtotal-items.js";
|
|
421
|
+
import * as TimeTrackingActivitiesAPI from "./time-tracking-activities.js";
|
|
422
422
|
import {
|
|
423
423
|
TimeTrackingActivities,
|
|
424
424
|
TimeTrackingActivitiesCursorPage,
|
|
@@ -429,16 +429,16 @@ import {
|
|
|
429
429
|
TimeTrackingActivityListParams,
|
|
430
430
|
TimeTrackingActivityRetrieveParams,
|
|
431
431
|
TimeTrackingActivityUpdateParams,
|
|
432
|
-
} from
|
|
433
|
-
import * as TransactionsAPI from
|
|
432
|
+
} from "./time-tracking-activities.js";
|
|
433
|
+
import * as TransactionsAPI from "./transactions.js";
|
|
434
434
|
import {
|
|
435
435
|
Transaction,
|
|
436
436
|
TransactionListParams,
|
|
437
437
|
TransactionRetrieveParams,
|
|
438
438
|
Transactions,
|
|
439
439
|
TransactionsCursorPage,
|
|
440
|
-
} from
|
|
441
|
-
import * as TransfersAPI from
|
|
440
|
+
} from "./transactions.js";
|
|
441
|
+
import * as TransfersAPI from "./transfers.js";
|
|
442
442
|
import {
|
|
443
443
|
Transfer,
|
|
444
444
|
TransferCreateParams,
|
|
@@ -447,8 +447,8 @@ import {
|
|
|
447
447
|
TransferUpdateParams,
|
|
448
448
|
Transfers,
|
|
449
449
|
TransfersCursorPage,
|
|
450
|
-
} from
|
|
451
|
-
import * as VendorCreditsAPI from
|
|
450
|
+
} from "./transfers.js";
|
|
451
|
+
import * as VendorCreditsAPI from "./vendor-credits.js";
|
|
452
452
|
import {
|
|
453
453
|
VendorCredit,
|
|
454
454
|
VendorCreditCreateParams,
|
|
@@ -459,8 +459,8 @@ import {
|
|
|
459
459
|
VendorCreditUpdateParams,
|
|
460
460
|
VendorCredits,
|
|
461
461
|
VendorCreditsCursorPage,
|
|
462
|
-
} from
|
|
463
|
-
import * as VendorsAPI from
|
|
462
|
+
} from "./vendor-credits.js";
|
|
463
|
+
import * as VendorsAPI from "./vendors.js";
|
|
464
464
|
import {
|
|
465
465
|
Vendor,
|
|
466
466
|
VendorCreateParams,
|
|
@@ -469,7 +469,7 @@ import {
|
|
|
469
469
|
VendorUpdateParams,
|
|
470
470
|
Vendors,
|
|
471
471
|
VendorsCursorPage,
|
|
472
|
-
} from
|
|
472
|
+
} from "./vendors.js";
|
|
473
473
|
|
|
474
474
|
export class Qbd extends APIResource {
|
|
475
475
|
accountTaxLines: AccountTaxLinesAPI.AccountTaxLines = new AccountTaxLinesAPI.AccountTaxLines(this._client);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import * as Core from
|
|
5
|
-
import { CursorPage, type CursorPageParams } from
|
|
3
|
+
import { APIResource } from "../../resource.js";
|
|
4
|
+
import * as Core from "../../core.js";
|
|
5
|
+
import { CursorPage, type CursorPageParams } from "../../pagination.js";
|
|
6
6
|
|
|
7
7
|
export class ReceivePayments extends APIResource {
|
|
8
8
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import * as Core from
|
|
5
|
-
import { CursorPage, type CursorPageParams } from
|
|
3
|
+
import { APIResource } from "../../resource.js";
|
|
4
|
+
import * as Core from "../../core.js";
|
|
5
|
+
import { CursorPage, type CursorPageParams } from "../../pagination.js";
|
|
6
6
|
|
|
7
7
|
export class SalesOrders extends APIResource {
|
|
8
8
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import * as Core from
|
|
5
|
-
import { CursorPage, type CursorPageParams } from
|
|
3
|
+
import { APIResource } from "../../resource.js";
|
|
4
|
+
import * as Core from "../../core.js";
|
|
5
|
+
import { CursorPage, type CursorPageParams } from "../../pagination.js";
|
|
6
6
|
|
|
7
7
|
export class SalesReceipts extends APIResource {
|
|
8
8
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import * as Core from
|
|
3
|
+
import { APIResource } from "../../resource.js";
|
|
4
|
+
import * as Core from "../../core.js";
|
|
5
5
|
|
|
6
6
|
export class SalesRepresentatives extends APIResource {
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import * as Core from
|
|
3
|
+
import { APIResource } from "../../resource.js";
|
|
4
|
+
import * as Core from "../../core.js";
|
|
5
5
|
|
|
6
6
|
export class SalesTaxCodes extends APIResource {
|
|
7
7
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import * as Core from
|
|
5
|
-
import { CursorPage, type CursorPageParams } from
|
|
3
|
+
import { APIResource } from "../../resource.js";
|
|
4
|
+
import * as Core from "../../core.js";
|
|
5
|
+
import { CursorPage, type CursorPageParams } from "../../pagination.js";
|
|
6
6
|
|
|
7
7
|
export class SalesTaxItems extends APIResource {
|
|
8
8
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import * as Core from
|
|
5
|
-
import { CursorPage, type CursorPageParams } from
|
|
3
|
+
import { APIResource } from "../../resource.js";
|
|
4
|
+
import * as Core from "../../core.js";
|
|
5
|
+
import { CursorPage, type CursorPageParams } from "../../pagination.js";
|
|
6
6
|
|
|
7
7
|
export class ServiceItems extends APIResource {
|
|
8
8
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import * as Core from
|
|
3
|
+
import { APIResource } from "../../resource.js";
|
|
4
|
+
import * as Core from "../../core.js";
|
|
5
5
|
|
|
6
6
|
export class StandardTerms extends APIResource {
|
|
7
7
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import * as Core from
|
|
5
|
-
import { CursorPage, type CursorPageParams } from
|
|
3
|
+
import { APIResource } from "../../resource.js";
|
|
4
|
+
import * as Core from "../../core.js";
|
|
5
|
+
import { CursorPage, type CursorPageParams } from "../../pagination.js";
|
|
6
6
|
|
|
7
7
|
export class SubtotalItems extends APIResource {
|
|
8
8
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import * as Core from
|
|
5
|
-
import { CursorPage, type CursorPageParams } from
|
|
3
|
+
import { APIResource } from "../../resource.js";
|
|
4
|
+
import * as Core from "../../core.js";
|
|
5
|
+
import { CursorPage, type CursorPageParams } from "../../pagination.js";
|
|
6
6
|
|
|
7
7
|
export class TimeTrackingActivities extends APIResource {
|
|
8
8
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import * as Core from
|
|
5
|
-
import { CursorPage, type CursorPageParams } from
|
|
3
|
+
import { APIResource } from "../../resource.js";
|
|
4
|
+
import * as Core from "../../core.js";
|
|
5
|
+
import { CursorPage, type CursorPageParams } from "../../pagination.js";
|
|
6
6
|
|
|
7
7
|
export class Transactions extends APIResource {
|
|
8
8
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import * as Core from
|
|
5
|
-
import { CursorPage, type CursorPageParams } from
|
|
3
|
+
import { APIResource } from "../../resource.js";
|
|
4
|
+
import * as Core from "../../core.js";
|
|
5
|
+
import { CursorPage, type CursorPageParams } from "../../pagination.js";
|
|
6
6
|
|
|
7
7
|
export class Transfers extends APIResource {
|
|
8
8
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import * as Core from
|
|
5
|
-
import { CursorPage, type CursorPageParams } from
|
|
3
|
+
import { APIResource } from "../../resource.js";
|
|
4
|
+
import * as Core from "../../core.js";
|
|
5
|
+
import { CursorPage, type CursorPageParams } from "../../pagination.js";
|
|
6
6
|
|
|
7
7
|
export class VendorCredits extends APIResource {
|
|
8
8
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import * as Core from
|
|
5
|
-
import { CursorPage, type CursorPageParams } from
|
|
3
|
+
import { APIResource } from "../../resource.js";
|
|
4
|
+
import * as Core from "../../core.js";
|
|
5
|
+
import { CursorPage, type CursorPageParams } from "../../pagination.js";
|
|
6
6
|
|
|
7
7
|
export class Vendors extends APIResource {
|
|
8
8
|
/**
|