conductor-node 14.16.0 → 14.17.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.
- package/CHANGELOG.md +9 -0
- package/package.json +1 -1
- package/resources/qbd/accounts.d.mts +16 -12
- package/resources/qbd/accounts.d.mts.map +1 -1
- package/resources/qbd/accounts.d.ts +16 -12
- package/resources/qbd/accounts.d.ts.map +1 -1
- package/resources/qbd/bill-check-payments.d.mts +51 -57
- package/resources/qbd/bill-check-payments.d.mts.map +1 -1
- package/resources/qbd/bill-check-payments.d.ts +51 -57
- package/resources/qbd/bill-check-payments.d.ts.map +1 -1
- package/resources/qbd/bill-credit-card-payments.d.mts +37 -42
- package/resources/qbd/bill-credit-card-payments.d.mts.map +1 -1
- package/resources/qbd/bill-credit-card-payments.d.ts +37 -42
- package/resources/qbd/bill-credit-card-payments.d.ts.map +1 -1
- package/resources/qbd/bills-to-pay.d.mts +295 -0
- package/resources/qbd/bills-to-pay.d.mts.map +1 -0
- package/resources/qbd/bills-to-pay.d.ts +295 -0
- package/resources/qbd/bills-to-pay.d.ts.map +1 -0
- package/resources/qbd/bills-to-pay.js +37 -0
- package/resources/qbd/bills-to-pay.js.map +1 -0
- package/resources/qbd/bills-to-pay.mjs +33 -0
- package/resources/qbd/bills-to-pay.mjs.map +1 -0
- package/resources/qbd/bills.d.mts +78 -64
- package/resources/qbd/bills.d.mts.map +1 -1
- package/resources/qbd/bills.d.ts +78 -64
- package/resources/qbd/bills.d.ts.map +1 -1
- package/resources/qbd/checks.d.mts +60 -45
- package/resources/qbd/checks.d.mts.map +1 -1
- package/resources/qbd/checks.d.ts +60 -45
- package/resources/qbd/checks.d.ts.map +1 -1
- package/resources/qbd/company.d.mts +1 -1
- package/resources/qbd/company.d.mts.map +1 -1
- package/resources/qbd/company.d.ts +1 -1
- package/resources/qbd/company.d.ts.map +1 -1
- package/resources/qbd/credit-card-charges.d.mts +60 -45
- package/resources/qbd/credit-card-charges.d.mts.map +1 -1
- package/resources/qbd/credit-card-charges.d.ts +60 -45
- package/resources/qbd/credit-card-charges.d.ts.map +1 -1
- package/resources/qbd/credit-card-credits.d.mts +60 -45
- package/resources/qbd/credit-card-credits.d.mts.map +1 -1
- package/resources/qbd/credit-card-credits.d.ts +60 -45
- package/resources/qbd/credit-card-credits.d.ts.map +1 -1
- package/resources/qbd/credit-card-refunds.d.mts +8 -7
- package/resources/qbd/credit-card-refunds.d.mts.map +1 -1
- package/resources/qbd/credit-card-refunds.d.ts +8 -7
- package/resources/qbd/credit-card-refunds.d.ts.map +1 -1
- package/resources/qbd/credit-memos.d.mts +52 -41
- package/resources/qbd/credit-memos.d.mts.map +1 -1
- package/resources/qbd/credit-memos.d.ts +52 -41
- package/resources/qbd/credit-memos.d.ts.map +1 -1
- package/resources/qbd/customers.d.mts +20 -12
- package/resources/qbd/customers.d.mts.map +1 -1
- package/resources/qbd/customers.d.ts +20 -12
- package/resources/qbd/customers.d.ts.map +1 -1
- package/resources/qbd/discount-items.d.mts +16 -12
- package/resources/qbd/discount-items.d.mts.map +1 -1
- package/resources/qbd/discount-items.d.ts +16 -12
- package/resources/qbd/discount-items.d.ts.map +1 -1
- package/resources/qbd/estimates.d.mts +44 -33
- package/resources/qbd/estimates.d.mts.map +1 -1
- package/resources/qbd/estimates.d.ts +44 -33
- package/resources/qbd/estimates.d.ts.map +1 -1
- package/resources/qbd/index.d.mts +1 -0
- package/resources/qbd/index.d.mts.map +1 -1
- package/resources/qbd/index.d.ts +1 -0
- package/resources/qbd/index.d.ts.map +1 -1
- package/resources/qbd/index.js +4 -2
- package/resources/qbd/index.js.map +1 -1
- package/resources/qbd/index.mjs +1 -0
- package/resources/qbd/index.mjs.map +1 -1
- package/resources/qbd/inventory-assembly-items.d.mts +16 -12
- package/resources/qbd/inventory-assembly-items.d.mts.map +1 -1
- package/resources/qbd/inventory-assembly-items.d.ts +16 -12
- package/resources/qbd/inventory-assembly-items.d.ts.map +1 -1
- package/resources/qbd/inventory-items.d.mts +16 -12
- package/resources/qbd/inventory-items.d.mts.map +1 -1
- package/resources/qbd/inventory-items.d.ts +16 -12
- package/resources/qbd/inventory-items.d.ts.map +1 -1
- package/resources/qbd/invoices.d.mts +57 -47
- package/resources/qbd/invoices.d.mts.map +1 -1
- package/resources/qbd/invoices.d.ts +57 -47
- package/resources/qbd/invoices.d.ts.map +1 -1
- package/resources/qbd/item-receipts.d.mts +66 -53
- package/resources/qbd/item-receipts.d.mts.map +1 -1
- package/resources/qbd/item-receipts.d.ts +66 -53
- package/resources/qbd/item-receipts.d.ts.map +1 -1
- package/resources/qbd/item-sites.d.mts +12 -0
- package/resources/qbd/item-sites.d.mts.map +1 -1
- package/resources/qbd/item-sites.d.ts +12 -0
- package/resources/qbd/item-sites.d.ts.map +1 -1
- package/resources/qbd/non-inventory-items.d.mts +16 -12
- package/resources/qbd/non-inventory-items.d.mts.map +1 -1
- package/resources/qbd/non-inventory-items.d.ts +16 -12
- package/resources/qbd/non-inventory-items.d.ts.map +1 -1
- package/resources/qbd/other-charge-items.d.mts +16 -12
- package/resources/qbd/other-charge-items.d.mts.map +1 -1
- package/resources/qbd/other-charge-items.d.ts +16 -12
- package/resources/qbd/other-charge-items.d.ts.map +1 -1
- package/resources/qbd/other-names.d.mts +4 -0
- package/resources/qbd/other-names.d.mts.map +1 -1
- package/resources/qbd/other-names.d.ts +4 -0
- package/resources/qbd/other-names.d.ts.map +1 -1
- package/resources/qbd/purchase-orders.d.mts +44 -33
- package/resources/qbd/purchase-orders.d.mts.map +1 -1
- package/resources/qbd/purchase-orders.d.ts +44 -33
- package/resources/qbd/purchase-orders.d.ts.map +1 -1
- package/resources/qbd/qbd.d.mts +4 -0
- package/resources/qbd/qbd.d.mts.map +1 -1
- package/resources/qbd/qbd.d.ts +4 -0
- package/resources/qbd/qbd.d.ts.map +1 -1
- package/resources/qbd/qbd.js +4 -0
- package/resources/qbd/qbd.js.map +1 -1
- package/resources/qbd/qbd.mjs +4 -0
- package/resources/qbd/qbd.mjs.map +1 -1
- package/resources/qbd/receive-payments.d.mts +57 -61
- package/resources/qbd/receive-payments.d.mts.map +1 -1
- package/resources/qbd/receive-payments.d.ts +57 -61
- package/resources/qbd/receive-payments.d.ts.map +1 -1
- package/resources/qbd/sales-orders.d.mts +44 -33
- package/resources/qbd/sales-orders.d.mts.map +1 -1
- package/resources/qbd/sales-orders.d.ts +44 -33
- package/resources/qbd/sales-orders.d.ts.map +1 -1
- package/resources/qbd/sales-receipts.d.mts +44 -33
- package/resources/qbd/sales-receipts.d.mts.map +1 -1
- package/resources/qbd/sales-receipts.d.ts +44 -33
- package/resources/qbd/sales-receipts.d.ts.map +1 -1
- package/resources/qbd/service-items.d.mts +16 -12
- package/resources/qbd/service-items.d.mts.map +1 -1
- package/resources/qbd/service-items.d.ts +16 -12
- package/resources/qbd/service-items.d.ts.map +1 -1
- package/resources/qbd/vendor-credits.d.mts +66 -53
- package/resources/qbd/vendor-credits.d.mts.map +1 -1
- package/resources/qbd/vendor-credits.d.ts +66 -53
- package/resources/qbd/vendor-credits.d.ts.map +1 -1
- package/resources/qbd/vendors.d.mts +20 -12
- package/resources/qbd/vendors.d.mts.map +1 -1
- package/resources/qbd/vendors.d.ts +20 -12
- package/resources/qbd/vendors.d.ts.map +1 -1
- package/src/resources/qbd/accounts.ts +16 -12
- package/src/resources/qbd/bill-check-payments.ts +51 -57
- package/src/resources/qbd/bill-credit-card-payments.ts +37 -42
- package/src/resources/qbd/bills-to-pay.ts +401 -0
- package/src/resources/qbd/bills.ts +78 -64
- package/src/resources/qbd/checks.ts +60 -45
- package/src/resources/qbd/company.ts +1 -0
- package/src/resources/qbd/credit-card-charges.ts +60 -45
- package/src/resources/qbd/credit-card-credits.ts +60 -45
- package/src/resources/qbd/credit-card-refunds.ts +8 -7
- package/src/resources/qbd/credit-memos.ts +52 -41
- package/src/resources/qbd/customers.ts +20 -12
- package/src/resources/qbd/discount-items.ts +16 -12
- package/src/resources/qbd/estimates.ts +44 -33
- package/src/resources/qbd/index.ts +6 -0
- package/src/resources/qbd/inventory-assembly-items.ts +16 -12
- package/src/resources/qbd/inventory-items.ts +16 -12
- package/src/resources/qbd/invoices.ts +57 -47
- package/src/resources/qbd/item-receipts.ts +66 -53
- package/src/resources/qbd/item-sites.ts +12 -0
- package/src/resources/qbd/non-inventory-items.ts +16 -12
- package/src/resources/qbd/other-charge-items.ts +16 -12
- package/src/resources/qbd/other-names.ts +4 -0
- package/src/resources/qbd/purchase-orders.ts +44 -33
- package/src/resources/qbd/qbd.ts +11 -0
- package/src/resources/qbd/receive-payments.ts +57 -61
- package/src/resources/qbd/sales-orders.ts +44 -33
- package/src/resources/qbd/sales-receipts.ts +44 -33
- package/src/resources/qbd/service-items.ts +16 -12
- package/src/resources/qbd/vendor-credits.ts +66 -53
- package/src/resources/qbd/vendors.ts +20 -12
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -196,8 +196,7 @@ export interface VendorCredit {
|
|
|
196
196
|
openAmount: string | null;
|
|
197
197
|
/**
|
|
198
198
|
* The Accounts-Payable (A/P) account to which this vendor credit is assigned, used
|
|
199
|
-
*
|
|
200
|
-
* default A/P account.
|
|
199
|
+
* for accounts-payable tracking.
|
|
201
200
|
*
|
|
202
201
|
* **IMPORTANT**: If this vendor credit is linked to other transactions, this A/P
|
|
203
202
|
* account must match the `payablesAccount` used in those other transactions.
|
|
@@ -222,9 +221,10 @@ export interface VendorCredit {
|
|
|
222
221
|
* This can be overridden on the vendor credit's individual lines.
|
|
223
222
|
*
|
|
224
223
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
225
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
226
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
227
|
-
* non-taxable code to all
|
|
224
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
225
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
226
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
227
|
+
* sales.
|
|
228
228
|
*/
|
|
229
229
|
salesTaxCode: VendorCredit.SalesTaxCode | null;
|
|
230
230
|
/**
|
|
@@ -347,9 +347,10 @@ export declare namespace VendorCredit {
|
|
|
347
347
|
* transaction or the associated item.
|
|
348
348
|
*
|
|
349
349
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
350
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
351
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
352
|
-
* non-taxable code to all
|
|
350
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
351
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
352
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
353
|
+
* sales.
|
|
353
354
|
*/
|
|
354
355
|
salesTaxCode: ExpenseLine.SalesTaxCode | null;
|
|
355
356
|
}
|
|
@@ -464,9 +465,10 @@ export declare namespace VendorCredit {
|
|
|
464
465
|
* transaction or the associated item.
|
|
465
466
|
*
|
|
466
467
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
467
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
468
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
469
|
-
* non-taxable code to all
|
|
468
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
469
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
470
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
471
|
+
* sales.
|
|
470
472
|
*/
|
|
471
473
|
interface SalesTaxCode {
|
|
472
474
|
/**
|
|
@@ -692,9 +694,10 @@ export declare namespace VendorCredit {
|
|
|
692
694
|
* transaction or the associated item.
|
|
693
695
|
*
|
|
694
696
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
695
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
696
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
697
|
-
* non-taxable code to all
|
|
697
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
698
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
699
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
700
|
+
* sales.
|
|
698
701
|
*/
|
|
699
702
|
salesTaxCode: ItemLine.SalesTaxCode | null;
|
|
700
703
|
/**
|
|
@@ -876,9 +879,10 @@ export declare namespace VendorCredit {
|
|
|
876
879
|
* transaction or the associated item.
|
|
877
880
|
*
|
|
878
881
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
879
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
880
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
881
|
-
* non-taxable code to all
|
|
882
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
883
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
884
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
885
|
+
* sales.
|
|
882
886
|
*/
|
|
883
887
|
interface SalesTaxCode {
|
|
884
888
|
/**
|
|
@@ -1025,9 +1029,10 @@ export declare namespace VendorCredit {
|
|
|
1025
1029
|
* transaction or the associated item.
|
|
1026
1030
|
*
|
|
1027
1031
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1028
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1029
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1030
|
-
* non-taxable code to all
|
|
1032
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1033
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1034
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1035
|
+
* sales.
|
|
1031
1036
|
*/
|
|
1032
1037
|
salesTaxCode: ItemLine.SalesTaxCode | null;
|
|
1033
1038
|
/**
|
|
@@ -1209,9 +1214,10 @@ export declare namespace VendorCredit {
|
|
|
1209
1214
|
* transaction or the associated item.
|
|
1210
1215
|
*
|
|
1211
1216
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1212
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1213
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1214
|
-
* non-taxable code to all
|
|
1217
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1218
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1219
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1220
|
+
* sales.
|
|
1215
1221
|
*/
|
|
1216
1222
|
interface SalesTaxCode {
|
|
1217
1223
|
/**
|
|
@@ -1266,8 +1272,7 @@ export declare namespace VendorCredit {
|
|
|
1266
1272
|
}
|
|
1267
1273
|
/**
|
|
1268
1274
|
* The Accounts-Payable (A/P) account to which this vendor credit is assigned, used
|
|
1269
|
-
*
|
|
1270
|
-
* default A/P account.
|
|
1275
|
+
* for accounts-payable tracking.
|
|
1271
1276
|
*
|
|
1272
1277
|
* **IMPORTANT**: If this vendor credit is linked to other transactions, this A/P
|
|
1273
1278
|
* account must match the `payablesAccount` used in those other transactions.
|
|
@@ -1292,9 +1297,10 @@ export declare namespace VendorCredit {
|
|
|
1292
1297
|
* This can be overridden on the vendor credit's individual lines.
|
|
1293
1298
|
*
|
|
1294
1299
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1295
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1296
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1297
|
-
* non-taxable code to all
|
|
1300
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1301
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1302
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1303
|
+
* sales.
|
|
1298
1304
|
*/
|
|
1299
1305
|
interface SalesTaxCode {
|
|
1300
1306
|
/**
|
|
@@ -1428,8 +1434,8 @@ export interface VendorCreditCreateParams {
|
|
|
1428
1434
|
memo?: string;
|
|
1429
1435
|
/**
|
|
1430
1436
|
* Body param: The Accounts-Payable (A/P) account to which this vendor credit is
|
|
1431
|
-
* assigned, used
|
|
1432
|
-
*
|
|
1437
|
+
* assigned, used for accounts-payable tracking. If omitted, QuickBooks Desktop
|
|
1438
|
+
* uses the default A/P account configured in the company file.
|
|
1433
1439
|
*
|
|
1434
1440
|
* **IMPORTANT**: If this vendor credit is linked to other transactions, this A/P
|
|
1435
1441
|
* account must match the `payablesAccount` used in those other transactions.
|
|
@@ -1451,9 +1457,10 @@ export interface VendorCreditCreateParams {
|
|
|
1451
1457
|
* the vendor. This can be overridden on the vendor credit's individual lines.
|
|
1452
1458
|
*
|
|
1453
1459
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1454
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1455
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1456
|
-
* non-taxable code to all
|
|
1460
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1461
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1462
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1463
|
+
* sales.
|
|
1457
1464
|
*/
|
|
1458
1465
|
salesTaxCodeId?: string;
|
|
1459
1466
|
}
|
|
@@ -1511,9 +1518,10 @@ export declare namespace VendorCreditCreateParams {
|
|
|
1511
1518
|
* transaction or the associated item.
|
|
1512
1519
|
*
|
|
1513
1520
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1514
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1515
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1516
|
-
* non-taxable code to all
|
|
1521
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1522
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1523
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1524
|
+
* sales.
|
|
1517
1525
|
*/
|
|
1518
1526
|
salesTaxCodeId?: string;
|
|
1519
1527
|
}
|
|
@@ -1731,9 +1739,10 @@ export declare namespace VendorCreditCreateParams {
|
|
|
1731
1739
|
* transaction or the associated item.
|
|
1732
1740
|
*
|
|
1733
1741
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1734
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1735
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1736
|
-
* non-taxable code to all
|
|
1742
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1743
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1744
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1745
|
+
* sales.
|
|
1737
1746
|
*/
|
|
1738
1747
|
salesTaxCodeId?: string;
|
|
1739
1748
|
/**
|
|
@@ -1910,8 +1919,8 @@ export interface VendorCreditUpdateParams {
|
|
|
1910
1919
|
memo?: string;
|
|
1911
1920
|
/**
|
|
1912
1921
|
* Body param: The Accounts-Payable (A/P) account to which this vendor credit is
|
|
1913
|
-
* assigned, used
|
|
1914
|
-
*
|
|
1922
|
+
* assigned, used for accounts-payable tracking. If omitted, QuickBooks Desktop
|
|
1923
|
+
* uses the default A/P account configured in the company file.
|
|
1915
1924
|
*
|
|
1916
1925
|
* **IMPORTANT**: If this vendor credit is linked to other transactions, this A/P
|
|
1917
1926
|
* account must match the `payablesAccount` used in those other transactions.
|
|
@@ -1932,9 +1941,10 @@ export interface VendorCreditUpdateParams {
|
|
|
1932
1941
|
* the vendor. This can be overridden on the vendor credit's individual lines.
|
|
1933
1942
|
*
|
|
1934
1943
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1935
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1936
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1937
|
-
* non-taxable code to all
|
|
1944
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1945
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1946
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1947
|
+
* sales.
|
|
1938
1948
|
*/
|
|
1939
1949
|
salesTaxCodeId?: string;
|
|
1940
1950
|
/**
|
|
@@ -2003,9 +2013,10 @@ export declare namespace VendorCreditUpdateParams {
|
|
|
2003
2013
|
* transaction or the associated item.
|
|
2004
2014
|
*
|
|
2005
2015
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2006
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2007
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2008
|
-
* non-taxable code to all
|
|
2016
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2017
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2018
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2019
|
+
* sales.
|
|
2009
2020
|
*/
|
|
2010
2021
|
salesTaxCodeId?: string;
|
|
2011
2022
|
}
|
|
@@ -2174,9 +2185,10 @@ export declare namespace VendorCreditUpdateParams {
|
|
|
2174
2185
|
* transaction or the associated item.
|
|
2175
2186
|
*
|
|
2176
2187
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2177
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2178
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2179
|
-
* non-taxable code to all
|
|
2188
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2189
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2190
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2191
|
+
* sales.
|
|
2180
2192
|
*/
|
|
2181
2193
|
salesTaxCodeId?: string;
|
|
2182
2194
|
/**
|
|
@@ -2301,9 +2313,10 @@ export declare namespace VendorCreditUpdateParams {
|
|
|
2301
2313
|
* transaction or the associated item.
|
|
2302
2314
|
*
|
|
2303
2315
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2304
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2305
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2306
|
-
* non-taxable code to all
|
|
2316
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2317
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2318
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2319
|
+
* sales.
|
|
2307
2320
|
*/
|
|
2308
2321
|
salesTaxCodeId?: string;
|
|
2309
2322
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vendor-credits.d.mts","sourceRoot":"","sources":["../../src/resources/qbd/vendor-credits.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"vendor-credits.d.mts","sourceRoot":"","sources":["../../src/resources/qbd/vendor-credits.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,EAAE,UAAU,EAAE,mCAA+B;AACpD,OAAO,EAAE,UAAU,EAAE,KAAK,gBAAgB,EAAE,WAAW,EAAE,kCAA8B;AAEvF,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAGhE,qBAAa,aAAc,SAAQ,WAAW;IAC5C;;;;;;;;;;;;;OAaG;IACH,MAAM,CAAC,MAAM,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,YAAY,CAAC;IAS5F;;;;;;;;;;;;;;;;;OAiBG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,MAAM,EAAE,0BAA0B,EAClC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,YAAY,CAAC;IAQ3B;;;;;;;;;;;;;;;;;;;OAmBG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,YAAY,CAAC;IASxG;;;;;;;;;;;;;OAaG;IACH,IAAI,CACF,MAAM,EAAE,sBAAsB,EAC9B,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,uBAAuB,EAAE,YAAY,CAAC;IASrD;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,EAAE,EAAE,MAAM,EACV,MAAM,EAAE,wBAAwB,EAChC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,0BAA0B,CAAC;IAQzC;;;;;;;;;;;;OAYG;IACH,IAAI,CACF,EAAE,EAAE,MAAM,EACV,MAAM,EAAE,sBAAsB,EAC9B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,wBAAwB,CAAC;CAOxC;AAED,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC;AAE/D,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1C;;;;OAIG;IACH,QAAQ,EAAE,YAAY,CAAC,QAAQ,GAAG,IAAI,CAAC;IAEvC;;;OAGG;IACH,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC;IAE9C;;;;OAIG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IACH,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC;IAE9C;;;;OAIG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;;;OAIG;IACH,cAAc,EAAE,KAAK,CAAC,YAAY,CAAC,aAAa,CAAC,CAAC;IAElD;;;OAGG;IACH,SAAS,EAAE,KAAK,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;IAExC;;;;;;;OAOG;IACH,kBAAkB,EAAE,KAAK,CAAC,YAAY,CAAC,iBAAiB,CAAC,CAAC;IAE1D;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;OAEG;IACH,UAAU,EAAE,mBAAmB,CAAC;IAEhC;;;;;;;;;;;OAWG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;;;;;OAMG;IACH,eAAe,EAAE,YAAY,CAAC,eAAe,GAAG,IAAI,CAAC;IAErD;;;;OAIG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;;;;OAKG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;;;;;;OAUG;IACH,YAAY,EAAE,YAAY,CAAC,YAAY,GAAG,IAAI,CAAC;IAE/C;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,EAAE,YAAY,CAAC,MAAM,GAAG,IAAI,CAAC;CACpC;AAED,yBAAiB,YAAY,CAAC;IAC5B;;;;OAIG;IACH,UAAiB,QAAQ;QACvB;;;;WAIG;QACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;QAElB;;;;WAIG;QACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;KACzB;IAED,UAAiB,WAAW;QAC1B;;;WAGG;QACH,IAAI,EAAE,MAAM,CAAC;QAEb;;;;;;;;WAQG;QACH,OAAO,EAAE,MAAM,CAAC;QAEhB;;WAEG;QACH,IAAI,EACA,aAAa,GACb,gBAAgB,GAChB,cAAc,GACd,cAAc,GACd,YAAY,GACZ,eAAe,GACf,kBAAkB,GAClB,iBAAiB,CAAC;QAEtB;;;WAGG;QACH,KAAK,EAAE,MAAM,CAAC;KACf;IAED,UAAiB,WAAW;QAC1B;;;WAGG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;;;;WAKG;QACH,OAAO,EAAE,WAAW,CAAC,OAAO,GAAG,IAAI,CAAC;QAEpC;;WAEG;QACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;QAEtB;;WAEG;QACH,aAAa,EAAE,UAAU,GAAG,iBAAiB,GAAG,cAAc,GAAG,IAAI,CAAC;QAEtE;;;;;;WAMG;QACH,KAAK,EAAE,WAAW,CAAC,KAAK,GAAG,IAAI,CAAC;QAEhC;;;WAGG;QACH,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC;QAE7C;;WAEG;QACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QAEpB;;WAEG;QACH,UAAU,EAAE,kBAAkB,CAAC;QAE/B;;;;WAIG;QACH,KAAK,EAAE,WAAW,CAAC,KAAK,GAAG,IAAI,CAAC;QAEhC;;;WAGG;QACH,mBAAmB,EAAE,WAAW,CAAC,mBAAmB,GAAG,IAAI,CAAC;QAE5D;;;;;;;;;;WAUG;QACH,YAAY,EAAE,WAAW,CAAC,YAAY,GAAG,IAAI,CAAC;KAC/C;IAED,UAAiB,WAAW,CAAC;QAC3B;;;;;WAKG;QACH,UAAiB,OAAO;YACtB;;;;eAIG;YACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;YAElB;;;;eAIG;YACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;SACzB;QAED;;;;;;WAMG;QACH,UAAiB,KAAK;YACpB;;;;eAIG;YACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;YAElB;;;;eAIG;YACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;SACzB;QAED,UAAiB,WAAW;YAC1B;;;eAGG;YACH,IAAI,EAAE,MAAM,CAAC;YAEb;;;;;;;;eAQG;YACH,OAAO,EAAE,MAAM,CAAC;YAEhB;;eAEG;YACH,IAAI,EACA,aAAa,GACb,gBAAgB,GAChB,cAAc,GACd,cAAc,GACd,YAAY,GACZ,eAAe,GACf,kBAAkB,GAClB,iBAAiB,CAAC;YAEtB;;;eAGG;YACH,KAAK,EAAE,MAAM,CAAC;SACf;QAED;;;;WAIG;QACH,UAAiB,KAAK;YACpB;;;;eAIG;YACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;YAElB;;;;eAIG;YACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;SACzB;QAED;;;WAGG;QACH,UAAiB,mBAAmB;YAClC;;;;eAIG;YACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;YAElB;;;;eAIG;YACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;SACzB;QAED;;;;;;;;;;WAUG;QACH,UAAiB,YAAY;YAC3B;;;;eAIG;YACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;YAElB;;;;eAIG;YACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;SACzB;KACF;IAED,UAAiB,aAAa;QAC5B;;;WAGG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;;WAGG;QACH,YAAY,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC;QAE/C;;WAEG;QACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;QAE3B;;;WAGG;QACH,SAAS,EAAE,aAAa,CAAC,SAAS,CAAC;QAEnC;;;WAGG;QACH,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;QAEzC;;WAEG;QACH,UAAU,EAAE,qBAAqB,CAAC;QAElC;;;;;;;;WAQG;QACH,wBAAwB,EAAE,aAAa,CAAC,wBAAwB,GAAG,IAAI,CAAC;QAExE;;;;;;WAMG;QACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;QAExB;;;WAGG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;;WAGG;QACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;KAC9B;IAED,UAAiB,aAAa,CAAC;QAC7B,UAAiB,WAAW;YAC1B;;;eAGG;YACH,IAAI,EAAE,MAAM,CAAC;YAEb;;;;;;;;eAQG;YACH,OAAO,EAAE,MAAM,CAAC;YAEhB;;eAEG;YACH,IAAI,EACA,aAAa,GACb,gBAAgB,GAChB,cAAc,GACd,cAAc,GACd,YAAY,GACZ,eAAe,GACf,kBAAkB,GAClB,iBAAiB,CAAC;YAEtB;;;eAGG;YACH,KAAK,EAAE,MAAM,CAAC;SACf;QAED;;;WAGG;QACH,UAAiB,SAAS;YACxB;;;;eAIG;YACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;YAElB;;;;eAIG;YACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;SACzB;QAED,UAAiB,QAAQ;YACvB;;;eAGG;YACH,EAAE,EAAE,MAAM,CAAC;YAEX;;;;;;eAMG;YACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;YAEtB;;eAEG;YACH,aAAa,EAAE,UAAU,GAAG,iBAAiB,GAAG,cAAc,GAAG,IAAI,CAAC;YAEtE;;;;;;eAMG;YACH,KAAK,EAAE,QAAQ,CAAC,KAAK,GAAG,IAAI,CAAC;YAE7B;;;;eAIG;YACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;YAEpB;;eAEG;YACH,QAAQ,EAAE,QAAQ,CAAC,QAAQ,GAAG,IAAI,CAAC;YAEnC;;;eAGG;YACH,YAAY,EAAE,KAAK,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC;YAE1C;;eAEG;YACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;YAE3B;;;;;eAKG;YACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;YAE9B;;;eAGG;YACH,aAAa,EAAE,QAAQ,CAAC,aAAa,GAAG,IAAI,CAAC;YAE7C;;;eAGG;YACH,qBAAqB,EAAE,QAAQ,CAAC,qBAAqB,GAAG,IAAI,CAAC;YAE7D;;;;;eAKG;YACH,IAAI,EAAE,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC;YAE3B;;;eAGG;YACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;YAEzB;;eAEG;YACH,UAAU,EAAE,eAAe,CAAC;YAE5B;;;;;;;;eAQG;YACH,wBAAwB,EAAE,QAAQ,CAAC,wBAAwB,GAAG,IAAI,CAAC;YAEnE;;;;;eAKG;YACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;YAExB;;;eAGG;YACH,mBAAmB,EAAE,QAAQ,CAAC,mBAAmB,GAAG,IAAI,CAAC;YAEzD;;;;;;;;;;eAUG;YACH,YAAY,EAAE,QAAQ,CAAC,YAAY,GAAG,IAAI,CAAC;YAE3C;;;eAGG;YACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;YAE5B;;;eAGG;YACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;SAC9B;QAED,UAAiB,QAAQ,CAAC;YACxB;;;;;;eAMG;YACH,UAAiB,KAAK;gBACpB;;;;mBAIG;gBACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;gBAElB;;;;mBAIG;gBACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;aACzB;YAED;;eAEG;YACH,UAAiB,QAAQ;gBACvB;;;;mBAIG;gBACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;gBAElB;;;;mBAIG;gBACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;aACzB;YAED,UAAiB,WAAW;gBAC1B;;;mBAGG;gBACH,IAAI,EAAE,MAAM,CAAC;gBAEb;;;;;;;;mBAQG;gBACH,OAAO,EAAE,MAAM,CAAC;gBAEhB;;mBAEG;gBACH,IAAI,EACA,aAAa,GACb,gBAAgB,GAChB,cAAc,GACd,cAAc,GACd,YAAY,GACZ,eAAe,GACf,kBAAkB,GAClB,iBAAiB,CAAC;gBAEtB;;;mBAGG;gBACH,KAAK,EAAE,MAAM,CAAC;aACf;YAED;;;eAGG;YACH,UAAiB,aAAa;gBAC5B;;;;mBAIG;gBACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;gBAElB;;;;mBAIG;gBACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;aACzB;YAED;;;eAGG;YACH,UAAiB,qBAAqB;gBACpC;;;;mBAIG;gBACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;gBAElB;;;;mBAIG;gBACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;aACzB;YAED;;;;;eAKG;YACH,UAAiB,IAAI;gBACnB;;;;mBAIG;gBACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;gBAElB;;;;mBAIG;gBACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;aACzB;YAED;;;;;;;;eAQG;YACH,UAAiB,wBAAwB;gBACvC;;;;mBAIG;gBACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;gBAElB;;;;mBAIG;gBACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;aACzB;YAED;;;eAGG;YACH,UAAiB,mBAAmB;gBAClC;;;;mBAIG;gBACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;gBAElB;;;;mBAIG;gBACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;aACzB;YAED;;;;;;;;;;eAUG;YACH,UAAiB,YAAY;gBAC3B;;;;mBAIG;gBACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;gBAElB;;;;mBAIG;gBACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;aACzB;SACF;QAED;;;;;;;;WAQG;QACH,UAAiB,wBAAwB;YACvC;;;;eAIG;YACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;YAElB;;;;eAIG;YACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;SACzB;KACF;IAED,UAAiB,QAAQ;QACvB;;;WAGG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;;;;;WAMG;QACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;QAEtB;;WAEG;QACH,aAAa,EAAE,UAAU,GAAG,iBAAiB,GAAG,cAAc,GAAG,IAAI,CAAC;QAEtE;;;;;;WAMG;QACH,KAAK,EAAE,QAAQ,CAAC,KAAK,GAAG,IAAI,CAAC;QAE7B;;;;WAIG;QACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QAEpB;;WAEG;QACH,QAAQ,EAAE,QAAQ,CAAC,QAAQ,GAAG,IAAI,CAAC;QAEnC;;;WAGG;QACH,YAAY,EAAE,KAAK,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC;QAE1C;;WAEG;QACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;QAE3B;;;;;WAKG;QACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;QAE9B;;;WAGG;QACH,aAAa,EAAE,QAAQ,CAAC,aAAa,GAAG,IAAI,CAAC;QAE7C;;;WAGG;QACH,qBAAqB,EAAE,QAAQ,CAAC,qBAAqB,GAAG,IAAI,CAAC;QAE7D;;;;;WAKG;QACH,IAAI,EAAE,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC;QAE3B;;;WAGG;QACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAEzB;;WAEG;QACH,UAAU,EAAE,eAAe,CAAC;QAE5B;;;;;;;;WAQG;QACH,wBAAwB,EAAE,QAAQ,CAAC,wBAAwB,GAAG,IAAI,CAAC;QAEnE;;;;;WAKG;QACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;QAExB;;;WAGG;QACH,mBAAmB,EAAE,QAAQ,CAAC,mBAAmB,GAAG,IAAI,CAAC;QAEzD;;;;;;;;;;WAUG;QACH,YAAY,EAAE,QAAQ,CAAC,YAAY,GAAG,IAAI,CAAC;QAE3C;;;WAGG;QACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;QAE5B;;;WAGG;QACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;KAC9B;IAED,UAAiB,QAAQ,CAAC;QACxB;;;;;;WAMG;QACH,UAAiB,KAAK;YACpB;;;;eAIG;YACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;YAElB;;;;eAIG;YACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;SACzB;QAED;;WAEG;QACH,UAAiB,QAAQ;YACvB;;;;eAIG;YACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;YAElB;;;;eAIG;YACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;SACzB;QAED,UAAiB,WAAW;YAC1B;;;eAGG;YACH,IAAI,EAAE,MAAM,CAAC;YAEb;;;;;;;;eAQG;YACH,OAAO,EAAE,MAAM,CAAC;YAEhB;;eAEG;YACH,IAAI,EACA,aAAa,GACb,gBAAgB,GAChB,cAAc,GACd,cAAc,GACd,YAAY,GACZ,eAAe,GACf,kBAAkB,GAClB,iBAAiB,CAAC;YAEtB;;;eAGG;YACH,KAAK,EAAE,MAAM,CAAC;SACf;QAED;;;WAGG;QACH,UAAiB,aAAa;YAC5B;;;;eAIG;YACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;YAElB;;;;eAIG;YACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;SACzB;QAED;;;WAGG;QACH,UAAiB,qBAAqB;YACpC;;;;eAIG;YACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;YAElB;;;;eAIG;YACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;SACzB;QAED;;;;;WAKG;QACH,UAAiB,IAAI;YACnB;;;;eAIG;YACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;YAElB;;;;eAIG;YACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;SACzB;QAED;;;;;;;;WAQG;QACH,UAAiB,wBAAwB;YACvC;;;;eAIG;YACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;YAElB;;;;eAIG;YACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;SACzB;QAED;;;WAGG;QACH,UAAiB,mBAAmB;YAClC;;;;eAIG;YACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;YAElB;;;;eAIG;YACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;SACzB;QAED;;;;;;;;;;WAUG;QACH,UAAiB,YAAY;YAC3B;;;;eAIG;YACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;YAElB;;;;eAIG;YACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;SACzB;KACF;IAED,UAAiB,iBAAiB;QAChC;;;WAGG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;QAEtB;;;;;WAKG;QACH,QAAQ,EAAE,QAAQ,GAAG,UAAU,GAAG,IAAI,CAAC;QAEvC;;WAEG;QACH,UAAU,EAAE,wBAAwB,CAAC;QAErC;;;;WAIG;QACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAEzB;;WAEG;QACH,eAAe,EAAE,MAAM,CAAC;QAExB;;WAEG;QACH,eAAe,EACX,uBAAuB,GACvB,MAAM,GACN,oBAAoB,GACpB,0BAA0B,GAC1B,gBAAgB,GAChB,QAAQ,GACR,OAAO,GACP,oBAAoB,GACpB,oBAAoB,GACpB,aAAa,GACb,SAAS,GACT,UAAU,GACV,sBAAsB,GACtB,SAAS,GACT,cAAc,GACd,eAAe,GACf,sBAAsB,GACtB,UAAU,GACV,yBAAyB,GACzB,gBAAgB,GAChB,iBAAiB,GACjB,aAAa,GACb,eAAe,GACf,yBAAyB,GACzB,UAAU,GACV,eAAe,GACf,gBAAgB,GAChB,SAAS,CAAC;KACf;IAED;;;;;;OAMG;IACH,UAAiB,eAAe;QAC9B;;;;WAIG;QACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;QAElB;;;;WAIG;QACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;KACzB;IAED;;;;;;;;;;OAUG;IACH,UAAiB,YAAY;QAC3B;;;;WAIG;QACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;QAElB;;;;WAIG;QACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;KACzB;IAED;;OAEG;IACH,UAAiB,MAAM;QACrB;;;;WAIG;QACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;QAElB;;;;WAIG;QACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;KACzB;CACF;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,UAAU,EAAE,mBAAmB,CAAC;IAEhC;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B;AAED,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;OAEG;IACH,UAAU,EAAE,mBAAmB,CAAC;IAEhC;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;;;OAIG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,WAAW,CAAC,CAAC;IAE3D;;;;;;;OAOG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,aAAa,CAAC,CAAC;IAE/D;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,QAAQ,CAAC,CAAC;IAErD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;;;;;;OAQG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;;;;;;;OAUG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,yBAAiB,wBAAwB,CAAC;IACxC,UAAiB,WAAW;QAC1B;;;;;WAKG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QAEnB;;;;;WAKG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAEhB;;WAEG;QACH,aAAa,CAAC,EAAE,UAAU,GAAG,iBAAiB,GAAG,cAAc,CAAC;QAEhE;;;;;;WAMG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QAEjB;;;WAGG;QACH,YAAY,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC;QAE9C;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd;;;;WAIG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QAEjB;;;WAGG;QACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAE/B;;;;;;;;;;WAUG;QACH,cAAc,CAAC,EAAE,MAAM,CAAC;KACzB;IAED,UAAiB,WAAW,CAAC;QAC3B,UAAiB,WAAW;YAC1B;;;eAGG;YACH,IAAI,EAAE,MAAM,CAAC;YAEb;;;;;;;;eAQG;YACH,OAAO,EAAE,MAAM,CAAC;YAEhB;;;eAGG;YACH,KAAK,EAAE,MAAM,CAAC;SACf;KACF;IAED,UAAiB,aAAa;QAC5B;;;WAGG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;;WAGG;QACH,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC;QAEhD;;;WAGG;QACH,eAAe,CAAC,EAAE,MAAM,CAAC;QAEzB;;;WAGG;QACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;QAEjC;;;;;;WAMG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC;QAElB;;;WAGG;QACH,aAAa,CAAC,EAAE,MAAM,CAAC;KACxB;IAED,UAAiB,aAAa,CAAC;QAC7B,UAAiB,WAAW;YAC1B;;;eAGG;YACH,IAAI,EAAE,MAAM,CAAC;YAEb;;;;;;;;eAQG;YACH,OAAO,EAAE,MAAM,CAAC;YAEhB;;;eAGG;YACH,KAAK,EAAE,MAAM,CAAC;SACf;KACF;IAED,UAAiB,QAAQ;QACvB;;;;;;;;;WASG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAEhB;;WAEG;QACH,aAAa,CAAC,EAAE,UAAU,GAAG,iBAAiB,GAAG,cAAc,CAAC;QAEhE;;;;;;WAMG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QAEjB;;;;;;;WAOG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;;WAGG;QACH,YAAY,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC;QAE3C;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;;;;WAKG;QACH,cAAc,CAAC,EAAE,MAAM,CAAC;QAExB;;;WAGG;QACH,eAAe,CAAC,EAAE,MAAM,CAAC;QAEzB;;;WAGG;QACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;QAEjC;;;;;WAKG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAEhB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA+BG;QACH,qBAAqB,CAAC,EAAE,QAAQ,CAAC,qBAAqB,CAAC;QAEvD;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QAEnB;;;WAGG;QACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAE/B;;;;;WAKG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC;QAElB;;;WAGG;QACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAE/B;;;;;;;;;;WAUG;QACH,cAAc,CAAC,EAAE,MAAM,CAAC;QAExB;;;WAGG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;QAEtB;;;WAGG;QACH,aAAa,CAAC,EAAE,MAAM,CAAC;KACxB;IAED,UAAiB,QAAQ,CAAC;QACxB,UAAiB,WAAW;YAC1B;;;eAGG;YACH,IAAI,EAAE,MAAM,CAAC;YAEb;;;;;;;;eAQG;YACH,OAAO,EAAE,MAAM,CAAC;YAEhB;;;eAGG;YACH,KAAK,EAAE,MAAM,CAAC;SACf;QAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA+BG;QACH,UAAiB,qBAAqB;YACpC;;eAEG;YACH,aAAa,EAAE,MAAM,CAAC;YAEtB;;eAEG;YACH,iBAAiB,EAAE,MAAM,CAAC;SAC3B;KACF;CACF;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,wBAAwB;IACvC;;;;;OAKG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;;;;;;;;;;;;;OAeG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,WAAW,CAAC,CAAC;IAE3D;;;;;;;;;;;;;;;;;OAiBG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,aAAa,CAAC,CAAC;IAE/D;;;;;;;;;;;;;;;OAeG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,QAAQ,CAAC,CAAC;IAErD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;;;;;;;OAUG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,yBAAiB,wBAAwB,CAAC;IACxC,UAAiB,WAAW;QAC1B;;;;;WAKG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;;;;WAKG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QAEnB;;;;;WAKG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAEhB;;WAEG;QACH,aAAa,CAAC,EAAE,UAAU,GAAG,iBAAiB,GAAG,cAAc,CAAC;QAEhE;;;;;;WAMG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QAEjB;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd;;;;WAIG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QAEjB;;;WAGG;QACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAE/B;;;;;;;;;;WAUG;QACH,cAAc,CAAC,EAAE,MAAM,CAAC;KACzB;IAED,UAAiB,aAAa;QAC5B;;;;;WAKG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;;WAGG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;;;;;;;;;;;;;;WAeG;QACH,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;QAE1C;;;;;;;;WAQG;QACH,0BAA0B,CAAC,EAAE,MAAM,CAAC;QAEpC;;;;;;WAMG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC;QAElB;;;WAGG;QACH,aAAa,CAAC,EAAE,MAAM,CAAC;KACxB;IAED,UAAiB,aAAa,CAAC;QAC7B,UAAiB,QAAQ;YACvB;;;;;eAKG;YACH,EAAE,EAAE,MAAM,CAAC;YAEX;;;;;;;;;eASG;YACH,MAAM,CAAC,EAAE,MAAM,CAAC;YAEhB;;eAEG;YACH,aAAa,CAAC,EAAE,UAAU,GAAG,iBAAiB,GAAG,cAAc,CAAC;YAEhE;;;;;;eAMG;YACH,OAAO,CAAC,EAAE,MAAM,CAAC;YAEjB;;;;;;;eAOG;YACH,IAAI,CAAC,EAAE,MAAM,CAAC;YAEd;;eAEG;YACH,UAAU,CAAC,EAAE,MAAM,CAAC;YAEpB;;eAEG;YACH,WAAW,CAAC,EAAE,MAAM,CAAC;YAErB;;;;;eAKG;YACH,cAAc,CAAC,EAAE,MAAM,CAAC;YAExB;;;eAGG;YACH,eAAe,CAAC,EAAE,MAAM,CAAC;YAEzB;;;eAGG;YACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;YAEjC;;;;;eAKG;YACH,MAAM,CAAC,EAAE,MAAM,CAAC;YAEhB;;;eAGG;YACH,SAAS,CAAC,EAAE,MAAM,CAAC;YAEnB;;;eAGG;YACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;YAE/B;;;;;;;;eAQG;YACH,0BAA0B,CAAC,EAAE,MAAM,CAAC;YAEpC;;;;;eAKG;YACH,QAAQ,CAAC,EAAE,MAAM,CAAC;YAElB;;;eAGG;YACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;YAE/B;;;;;;;;;;eAUG;YACH,cAAc,CAAC,EAAE,MAAM,CAAC;YAExB;;;eAGG;YACH,YAAY,CAAC,EAAE,MAAM,CAAC;YAEtB;;;eAGG;YACH,aAAa,CAAC,EAAE,MAAM,CAAC;SACxB;KACF;IAED,UAAiB,QAAQ;QACvB;;;;;WAKG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;;;;;;;;WASG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAEhB;;WAEG;QACH,aAAa,CAAC,EAAE,UAAU,GAAG,iBAAiB,GAAG,cAAc,CAAC;QAEhE;;;;;;WAMG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QAEjB;;;;;;;WAOG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;;;;WAKG;QACH,cAAc,CAAC,EAAE,MAAM,CAAC;QAExB;;;WAGG;QACH,eAAe,CAAC,EAAE,MAAM,CAAC;QAEzB;;;WAGG;QACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;QAEjC;;;;;WAKG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAEhB;;;WAGG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QAEnB;;;WAGG;QACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAE/B;;;;;;;;WAQG;QACH,0BAA0B,CAAC,EAAE,MAAM,CAAC;QAEpC;;;;;WAKG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC;QAElB;;;WAGG;QACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAE/B;;;;;;;;;;WAUG;QACH,cAAc,CAAC,EAAE,MAAM,CAAC;QAExB;;;WAGG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;QAEtB;;;WAGG;QACH,aAAa,CAAC,EAAE,MAAM,CAAC;KACxB;CACF;AAED,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB;IAC9D;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE3B;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE5B;;;;;;;;;OASG;IACH,GAAG,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEpB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B;;;OAGG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IAEpC;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;;;OAKG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;;;;;;;;OAUG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE3B;;;;;;OAMG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;;;OAKG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;;;;OAOG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;;;;;;;;;OAWG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;;;;;;;;;OAWG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC3B;AAED,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,CAAC,OAAO,WAAW,aAAa,CAAC;IACrC,OAAO,EACL,KAAK,YAAY,IAAI,YAAY,EACjC,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,sBAAsB,IAAI,sBAAsB,GACtD,CAAC;CACH"}
|
|
@@ -196,8 +196,7 @@ export interface VendorCredit {
|
|
|
196
196
|
openAmount: string | null;
|
|
197
197
|
/**
|
|
198
198
|
* The Accounts-Payable (A/P) account to which this vendor credit is assigned, used
|
|
199
|
-
*
|
|
200
|
-
* default A/P account.
|
|
199
|
+
* for accounts-payable tracking.
|
|
201
200
|
*
|
|
202
201
|
* **IMPORTANT**: If this vendor credit is linked to other transactions, this A/P
|
|
203
202
|
* account must match the `payablesAccount` used in those other transactions.
|
|
@@ -222,9 +221,10 @@ export interface VendorCredit {
|
|
|
222
221
|
* This can be overridden on the vendor credit's individual lines.
|
|
223
222
|
*
|
|
224
223
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
225
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
226
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
227
|
-
* non-taxable code to all
|
|
224
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
225
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
226
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
227
|
+
* sales.
|
|
228
228
|
*/
|
|
229
229
|
salesTaxCode: VendorCredit.SalesTaxCode | null;
|
|
230
230
|
/**
|
|
@@ -347,9 +347,10 @@ export declare namespace VendorCredit {
|
|
|
347
347
|
* transaction or the associated item.
|
|
348
348
|
*
|
|
349
349
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
350
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
351
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
352
|
-
* non-taxable code to all
|
|
350
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
351
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
352
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
353
|
+
* sales.
|
|
353
354
|
*/
|
|
354
355
|
salesTaxCode: ExpenseLine.SalesTaxCode | null;
|
|
355
356
|
}
|
|
@@ -464,9 +465,10 @@ export declare namespace VendorCredit {
|
|
|
464
465
|
* transaction or the associated item.
|
|
465
466
|
*
|
|
466
467
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
467
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
468
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
469
|
-
* non-taxable code to all
|
|
468
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
469
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
470
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
471
|
+
* sales.
|
|
470
472
|
*/
|
|
471
473
|
interface SalesTaxCode {
|
|
472
474
|
/**
|
|
@@ -692,9 +694,10 @@ export declare namespace VendorCredit {
|
|
|
692
694
|
* transaction or the associated item.
|
|
693
695
|
*
|
|
694
696
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
695
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
696
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
697
|
-
* non-taxable code to all
|
|
697
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
698
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
699
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
700
|
+
* sales.
|
|
698
701
|
*/
|
|
699
702
|
salesTaxCode: ItemLine.SalesTaxCode | null;
|
|
700
703
|
/**
|
|
@@ -876,9 +879,10 @@ export declare namespace VendorCredit {
|
|
|
876
879
|
* transaction or the associated item.
|
|
877
880
|
*
|
|
878
881
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
879
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
880
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
881
|
-
* non-taxable code to all
|
|
882
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
883
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
884
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
885
|
+
* sales.
|
|
882
886
|
*/
|
|
883
887
|
interface SalesTaxCode {
|
|
884
888
|
/**
|
|
@@ -1025,9 +1029,10 @@ export declare namespace VendorCredit {
|
|
|
1025
1029
|
* transaction or the associated item.
|
|
1026
1030
|
*
|
|
1027
1031
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1028
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1029
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1030
|
-
* non-taxable code to all
|
|
1032
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1033
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1034
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1035
|
+
* sales.
|
|
1031
1036
|
*/
|
|
1032
1037
|
salesTaxCode: ItemLine.SalesTaxCode | null;
|
|
1033
1038
|
/**
|
|
@@ -1209,9 +1214,10 @@ export declare namespace VendorCredit {
|
|
|
1209
1214
|
* transaction or the associated item.
|
|
1210
1215
|
*
|
|
1211
1216
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1212
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1213
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1214
|
-
* non-taxable code to all
|
|
1217
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1218
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1219
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1220
|
+
* sales.
|
|
1215
1221
|
*/
|
|
1216
1222
|
interface SalesTaxCode {
|
|
1217
1223
|
/**
|
|
@@ -1266,8 +1272,7 @@ export declare namespace VendorCredit {
|
|
|
1266
1272
|
}
|
|
1267
1273
|
/**
|
|
1268
1274
|
* The Accounts-Payable (A/P) account to which this vendor credit is assigned, used
|
|
1269
|
-
*
|
|
1270
|
-
* default A/P account.
|
|
1275
|
+
* for accounts-payable tracking.
|
|
1271
1276
|
*
|
|
1272
1277
|
* **IMPORTANT**: If this vendor credit is linked to other transactions, this A/P
|
|
1273
1278
|
* account must match the `payablesAccount` used in those other transactions.
|
|
@@ -1292,9 +1297,10 @@ export declare namespace VendorCredit {
|
|
|
1292
1297
|
* This can be overridden on the vendor credit's individual lines.
|
|
1293
1298
|
*
|
|
1294
1299
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1295
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1296
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1297
|
-
* non-taxable code to all
|
|
1300
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1301
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1302
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1303
|
+
* sales.
|
|
1298
1304
|
*/
|
|
1299
1305
|
interface SalesTaxCode {
|
|
1300
1306
|
/**
|
|
@@ -1428,8 +1434,8 @@ export interface VendorCreditCreateParams {
|
|
|
1428
1434
|
memo?: string;
|
|
1429
1435
|
/**
|
|
1430
1436
|
* Body param: The Accounts-Payable (A/P) account to which this vendor credit is
|
|
1431
|
-
* assigned, used
|
|
1432
|
-
*
|
|
1437
|
+
* assigned, used for accounts-payable tracking. If omitted, QuickBooks Desktop
|
|
1438
|
+
* uses the default A/P account configured in the company file.
|
|
1433
1439
|
*
|
|
1434
1440
|
* **IMPORTANT**: If this vendor credit is linked to other transactions, this A/P
|
|
1435
1441
|
* account must match the `payablesAccount` used in those other transactions.
|
|
@@ -1451,9 +1457,10 @@ export interface VendorCreditCreateParams {
|
|
|
1451
1457
|
* the vendor. This can be overridden on the vendor credit's individual lines.
|
|
1452
1458
|
*
|
|
1453
1459
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1454
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1455
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1456
|
-
* non-taxable code to all
|
|
1460
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1461
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1462
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1463
|
+
* sales.
|
|
1457
1464
|
*/
|
|
1458
1465
|
salesTaxCodeId?: string;
|
|
1459
1466
|
}
|
|
@@ -1511,9 +1518,10 @@ export declare namespace VendorCreditCreateParams {
|
|
|
1511
1518
|
* transaction or the associated item.
|
|
1512
1519
|
*
|
|
1513
1520
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1514
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1515
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1516
|
-
* non-taxable code to all
|
|
1521
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1522
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1523
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1524
|
+
* sales.
|
|
1517
1525
|
*/
|
|
1518
1526
|
salesTaxCodeId?: string;
|
|
1519
1527
|
}
|
|
@@ -1731,9 +1739,10 @@ export declare namespace VendorCreditCreateParams {
|
|
|
1731
1739
|
* transaction or the associated item.
|
|
1732
1740
|
*
|
|
1733
1741
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1734
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1735
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1736
|
-
* non-taxable code to all
|
|
1742
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1743
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1744
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1745
|
+
* sales.
|
|
1737
1746
|
*/
|
|
1738
1747
|
salesTaxCodeId?: string;
|
|
1739
1748
|
/**
|
|
@@ -1910,8 +1919,8 @@ export interface VendorCreditUpdateParams {
|
|
|
1910
1919
|
memo?: string;
|
|
1911
1920
|
/**
|
|
1912
1921
|
* Body param: The Accounts-Payable (A/P) account to which this vendor credit is
|
|
1913
|
-
* assigned, used
|
|
1914
|
-
*
|
|
1922
|
+
* assigned, used for accounts-payable tracking. If omitted, QuickBooks Desktop
|
|
1923
|
+
* uses the default A/P account configured in the company file.
|
|
1915
1924
|
*
|
|
1916
1925
|
* **IMPORTANT**: If this vendor credit is linked to other transactions, this A/P
|
|
1917
1926
|
* account must match the `payablesAccount` used in those other transactions.
|
|
@@ -1932,9 +1941,10 @@ export interface VendorCreditUpdateParams {
|
|
|
1932
1941
|
* the vendor. This can be overridden on the vendor credit's individual lines.
|
|
1933
1942
|
*
|
|
1934
1943
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1935
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1936
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1937
|
-
* non-taxable code to all
|
|
1944
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1945
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1946
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1947
|
+
* sales.
|
|
1938
1948
|
*/
|
|
1939
1949
|
salesTaxCodeId?: string;
|
|
1940
1950
|
/**
|
|
@@ -2003,9 +2013,10 @@ export declare namespace VendorCreditUpdateParams {
|
|
|
2003
2013
|
* transaction or the associated item.
|
|
2004
2014
|
*
|
|
2005
2015
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2006
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2007
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2008
|
-
* non-taxable code to all
|
|
2016
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2017
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2018
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2019
|
+
* sales.
|
|
2009
2020
|
*/
|
|
2010
2021
|
salesTaxCodeId?: string;
|
|
2011
2022
|
}
|
|
@@ -2174,9 +2185,10 @@ export declare namespace VendorCreditUpdateParams {
|
|
|
2174
2185
|
* transaction or the associated item.
|
|
2175
2186
|
*
|
|
2176
2187
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2177
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2178
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2179
|
-
* non-taxable code to all
|
|
2188
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2189
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2190
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2191
|
+
* sales.
|
|
2180
2192
|
*/
|
|
2181
2193
|
salesTaxCodeId?: string;
|
|
2182
2194
|
/**
|
|
@@ -2301,9 +2313,10 @@ export declare namespace VendorCreditUpdateParams {
|
|
|
2301
2313
|
* transaction or the associated item.
|
|
2302
2314
|
*
|
|
2303
2315
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2304
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2305
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2306
|
-
* non-taxable code to all
|
|
2316
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2317
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2318
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2319
|
+
* sales.
|
|
2307
2320
|
*/
|
|
2308
2321
|
salesTaxCodeId?: string;
|
|
2309
2322
|
/**
|