conductor-node 14.11.0 → 14.13.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 +31 -0
- package/internal/utils/log.d.mts.map +1 -1
- package/internal/utils/log.d.ts.map +1 -1
- package/internal/utils/log.js +2 -0
- package/internal/utils/log.js.map +1 -1
- package/internal/utils/log.mjs +2 -0
- package/internal/utils/log.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/qbd/bill-check-payments.d.mts +33 -8
- package/resources/qbd/bill-check-payments.d.mts.map +1 -1
- package/resources/qbd/bill-check-payments.d.ts +33 -8
- package/resources/qbd/bill-check-payments.d.ts.map +1 -1
- package/resources/qbd/bill-credit-card-payments.d.mts +15 -4
- package/resources/qbd/bill-credit-card-payments.d.mts.map +1 -1
- package/resources/qbd/bill-credit-card-payments.d.ts +15 -4
- package/resources/qbd/bill-credit-card-payments.d.ts.map +1 -1
- package/resources/qbd/bills.d.mts +28 -0
- package/resources/qbd/bills.d.mts.map +1 -1
- package/resources/qbd/bills.d.ts +28 -0
- package/resources/qbd/bills.d.ts.map +1 -1
- package/resources/qbd/build-assemblies.d.mts +4 -0
- package/resources/qbd/build-assemblies.d.mts.map +1 -1
- package/resources/qbd/build-assemblies.d.ts +4 -0
- package/resources/qbd/build-assemblies.d.ts.map +1 -1
- package/resources/qbd/checks.d.mts +34 -0
- package/resources/qbd/checks.d.mts.map +1 -1
- package/resources/qbd/checks.d.ts +34 -0
- package/resources/qbd/checks.d.ts.map +1 -1
- package/resources/qbd/credit-card-charges.d.mts +28 -0
- package/resources/qbd/credit-card-charges.d.mts.map +1 -1
- package/resources/qbd/credit-card-charges.d.ts +28 -0
- package/resources/qbd/credit-card-charges.d.ts.map +1 -1
- package/resources/qbd/credit-card-credits.d.mts +28 -0
- package/resources/qbd/credit-card-credits.d.mts.map +1 -1
- package/resources/qbd/credit-card-credits.d.ts +28 -0
- package/resources/qbd/credit-card-credits.d.ts.map +1 -1
- package/resources/qbd/credit-card-refunds.d.mts +5 -0
- package/resources/qbd/credit-card-refunds.d.mts.map +1 -1
- package/resources/qbd/credit-card-refunds.d.ts +5 -0
- package/resources/qbd/credit-card-refunds.d.ts.map +1 -1
- package/resources/qbd/credit-memos.d.mts +26 -0
- package/resources/qbd/credit-memos.d.mts.map +1 -1
- package/resources/qbd/credit-memos.d.ts +26 -0
- package/resources/qbd/credit-memos.d.ts.map +1 -1
- package/resources/qbd/customers.d.mts +12 -0
- package/resources/qbd/customers.d.mts.map +1 -1
- package/resources/qbd/customers.d.ts +12 -0
- package/resources/qbd/customers.d.ts.map +1 -1
- package/resources/qbd/deposits.d.mts +12 -0
- package/resources/qbd/deposits.d.mts.map +1 -1
- package/resources/qbd/deposits.d.ts +12 -0
- package/resources/qbd/deposits.d.ts.map +1 -1
- package/resources/qbd/discount-items.d.mts +9 -3
- package/resources/qbd/discount-items.d.mts.map +1 -1
- package/resources/qbd/discount-items.d.ts +9 -3
- package/resources/qbd/discount-items.d.ts.map +1 -1
- package/resources/qbd/employees.d.mts +26 -0
- package/resources/qbd/employees.d.mts.map +1 -1
- package/resources/qbd/employees.d.ts +26 -0
- package/resources/qbd/employees.d.ts.map +1 -1
- package/resources/qbd/estimates.d.mts +26 -0
- package/resources/qbd/estimates.d.mts.map +1 -1
- package/resources/qbd/estimates.d.ts +26 -0
- 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-adjustments.d.mts +4 -0
- package/resources/qbd/inventory-adjustments.d.mts.map +1 -1
- package/resources/qbd/inventory-adjustments.d.ts +4 -0
- package/resources/qbd/inventory-adjustments.d.ts.map +1 -1
- package/resources/qbd/inventory-assembly-items.d.mts +8 -5
- package/resources/qbd/inventory-assembly-items.d.mts.map +1 -1
- package/resources/qbd/inventory-assembly-items.d.ts +8 -5
- package/resources/qbd/inventory-assembly-items.d.ts.map +1 -1
- package/resources/qbd/inventory-items.d.mts +8 -5
- package/resources/qbd/inventory-items.d.mts.map +1 -1
- package/resources/qbd/inventory-items.d.ts +8 -5
- package/resources/qbd/inventory-items.d.ts.map +1 -1
- package/resources/qbd/inventory-sites.d.mts +4 -0
- package/resources/qbd/inventory-sites.d.mts.map +1 -1
- package/resources/qbd/inventory-sites.d.ts +4 -0
- package/resources/qbd/inventory-sites.d.ts.map +1 -1
- package/resources/qbd/invoices.d.mts +42 -8
- package/resources/qbd/invoices.d.mts.map +1 -1
- package/resources/qbd/invoices.d.ts +42 -8
- package/resources/qbd/invoices.d.ts.map +1 -1
- package/resources/qbd/item-receipts.d.mts +28 -0
- package/resources/qbd/item-receipts.d.mts.map +1 -1
- package/resources/qbd/item-receipts.d.ts +28 -0
- package/resources/qbd/item-receipts.d.ts.map +1 -1
- package/resources/qbd/journal-entries.d.mts +13 -0
- package/resources/qbd/journal-entries.d.mts.map +1 -1
- package/resources/qbd/journal-entries.d.ts +13 -0
- package/resources/qbd/journal-entries.d.ts.map +1 -1
- package/resources/qbd/other-names.d.mts +12 -0
- package/resources/qbd/other-names.d.mts.map +1 -1
- package/resources/qbd/other-names.d.ts +12 -0
- package/resources/qbd/other-names.d.ts.map +1 -1
- package/resources/qbd/payroll-wage-items.d.mts +3 -0
- package/resources/qbd/payroll-wage-items.d.mts.map +1 -1
- package/resources/qbd/payroll-wage-items.d.ts +3 -0
- package/resources/qbd/payroll-wage-items.d.ts.map +1 -1
- package/resources/qbd/price-levels.d.mts +18 -18
- package/resources/qbd/price-levels.d.mts.map +1 -1
- package/resources/qbd/price-levels.d.ts +18 -18
- package/resources/qbd/price-levels.d.ts.map +1 -1
- package/resources/qbd/purchase-orders.d.mts +26 -0
- package/resources/qbd/purchase-orders.d.mts.map +1 -1
- package/resources/qbd/purchase-orders.d.ts +26 -0
- 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 +40 -12
- package/resources/qbd/receive-payments.d.mts.map +1 -1
- package/resources/qbd/receive-payments.d.ts +40 -12
- package/resources/qbd/receive-payments.d.ts.map +1 -1
- package/resources/qbd/receive-payments.js +4 -4
- package/resources/qbd/receive-payments.mjs +4 -4
- package/resources/qbd/reports.d.mts +1800 -0
- package/resources/qbd/reports.d.mts.map +1 -0
- package/resources/qbd/reports.d.ts +1800 -0
- package/resources/qbd/reports.d.ts.map +1 -0
- package/resources/qbd/reports.js +203 -0
- package/resources/qbd/reports.js.map +1 -0
- package/resources/qbd/reports.mjs +199 -0
- package/resources/qbd/reports.mjs.map +1 -0
- package/resources/qbd/sales-orders.d.mts +26 -0
- package/resources/qbd/sales-orders.d.mts.map +1 -1
- package/resources/qbd/sales-orders.d.ts +26 -0
- package/resources/qbd/sales-orders.d.ts.map +1 -1
- package/resources/qbd/sales-receipts.d.mts +26 -0
- package/resources/qbd/sales-receipts.d.mts.map +1 -1
- package/resources/qbd/sales-receipts.d.ts +26 -0
- package/resources/qbd/sales-receipts.d.ts.map +1 -1
- package/resources/qbd/time-tracking-activities.d.mts +6 -0
- package/resources/qbd/time-tracking-activities.d.mts.map +1 -1
- package/resources/qbd/time-tracking-activities.d.ts +6 -0
- package/resources/qbd/time-tracking-activities.d.ts.map +1 -1
- package/resources/qbd/transfers.d.mts +6 -0
- package/resources/qbd/transfers.d.mts.map +1 -1
- package/resources/qbd/transfers.d.ts +6 -0
- package/resources/qbd/transfers.d.ts.map +1 -1
- package/resources/qbd/vendor-credits.d.mts +28 -0
- package/resources/qbd/vendor-credits.d.mts.map +1 -1
- package/resources/qbd/vendor-credits.d.ts +28 -0
- package/resources/qbd/vendor-credits.d.ts.map +1 -1
- package/resources/qbd/vendors.d.mts +16 -0
- package/resources/qbd/vendors.d.mts.map +1 -1
- package/resources/qbd/vendors.d.ts +16 -0
- package/resources/qbd/vendors.d.ts.map +1 -1
- package/src/internal/utils/log.ts +2 -0
- package/src/resources/qbd/bill-check-payments.ts +33 -8
- package/src/resources/qbd/bill-credit-card-payments.ts +15 -4
- package/src/resources/qbd/bills.ts +28 -0
- package/src/resources/qbd/build-assemblies.ts +4 -0
- package/src/resources/qbd/checks.ts +34 -0
- package/src/resources/qbd/credit-card-charges.ts +28 -0
- package/src/resources/qbd/credit-card-credits.ts +28 -0
- package/src/resources/qbd/credit-card-refunds.ts +5 -0
- package/src/resources/qbd/credit-memos.ts +26 -0
- package/src/resources/qbd/customers.ts +12 -0
- package/src/resources/qbd/deposits.ts +12 -0
- package/src/resources/qbd/discount-items.ts +9 -3
- package/src/resources/qbd/employees.ts +26 -0
- package/src/resources/qbd/estimates.ts +26 -0
- package/src/resources/qbd/index.ts +14 -0
- package/src/resources/qbd/inventory-adjustments.ts +4 -0
- package/src/resources/qbd/inventory-assembly-items.ts +8 -5
- package/src/resources/qbd/inventory-items.ts +8 -5
- package/src/resources/qbd/inventory-sites.ts +4 -0
- package/src/resources/qbd/invoices.ts +42 -8
- package/src/resources/qbd/item-receipts.ts +28 -0
- package/src/resources/qbd/journal-entries.ts +13 -0
- package/src/resources/qbd/other-names.ts +12 -0
- package/src/resources/qbd/payroll-wage-items.ts +3 -0
- package/src/resources/qbd/price-levels.ts +20 -20
- package/src/resources/qbd/purchase-orders.ts +26 -0
- package/src/resources/qbd/qbd.ts +32 -0
- package/src/resources/qbd/receive-payments.ts +40 -12
- package/src/resources/qbd/reports.ts +3933 -0
- package/src/resources/qbd/sales-orders.ts +26 -0
- package/src/resources/qbd/sales-receipts.ts +26 -0
- package/src/resources/qbd/time-tracking-activities.ts +6 -0
- package/src/resources/qbd/transfers.ts +6 -0
- package/src/resources/qbd/vendor-credits.ts +28 -0
- package/src/resources/qbd/vendors.ts +16 -0
- 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
|
@@ -1842,6 +1842,8 @@ export interface SalesOrderCreateParams {
|
|
|
1842
1842
|
* is not required to be unique and can be arbitrarily changed by the QuickBooks
|
|
1843
1843
|
* user. When left blank in this create request, this field will be left blank in
|
|
1844
1844
|
* QuickBooks (i.e., it does _not_ auto-increment).
|
|
1845
|
+
*
|
|
1846
|
+
* Maximum length: 11 characters.
|
|
1845
1847
|
*/
|
|
1846
1848
|
refNumber?: string;
|
|
1847
1849
|
|
|
@@ -1891,6 +1893,8 @@ export interface SalesOrderCreateParams {
|
|
|
1891
1893
|
* goods transfer from seller to buyer. Internally, QuickBooks uses the term "FOB"
|
|
1892
1894
|
* for this field, which stands for "freight on board". This field is informational
|
|
1893
1895
|
* and has no accounting implications.
|
|
1896
|
+
*
|
|
1897
|
+
* Maximum length: 13 characters.
|
|
1894
1898
|
*/
|
|
1895
1899
|
shipmentOrigin?: string;
|
|
1896
1900
|
|
|
@@ -2068,6 +2072,9 @@ export namespace SalesOrderCreateParams {
|
|
|
2068
2072
|
* use them to calculate `amount`. If `amount`, `rate`, and `quantity` are all
|
|
2069
2073
|
* unspecified, then QuickBooks will calculate `amount` based on a `quantity` of
|
|
2070
2074
|
* `1` and the suggested `rate`. This field cannot be cleared.
|
|
2075
|
+
*
|
|
2076
|
+
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
2077
|
+
* to 13 digits before the decimal point (for example, "123.45").
|
|
2071
2078
|
*/
|
|
2072
2079
|
amount?: string;
|
|
2073
2080
|
|
|
@@ -2168,6 +2175,9 @@ export namespace SalesOrderCreateParams {
|
|
|
2168
2175
|
* specified, `rate` will be ignored. If both `quantity` and `amount` are specified
|
|
2169
2176
|
* but not `rate`, QuickBooks will use them to calculate `rate`. Represented as a
|
|
2170
2177
|
* decimal string. This field cannot be cleared.
|
|
2178
|
+
*
|
|
2179
|
+
* Decimal string format: up to 5 decimal places and up to 10 digits before the
|
|
2180
|
+
* decimal point (for example, "123.45").
|
|
2171
2181
|
*/
|
|
2172
2182
|
rate?: string;
|
|
2173
2183
|
|
|
@@ -2452,6 +2462,8 @@ export interface SalesOrderUpdateParams {
|
|
|
2452
2462
|
* order, which can be used to identify the transaction in QuickBooks. This value
|
|
2453
2463
|
* is not required to be unique and can be arbitrarily changed by the QuickBooks
|
|
2454
2464
|
* user.
|
|
2465
|
+
*
|
|
2466
|
+
* Maximum length: 11 characters.
|
|
2455
2467
|
*/
|
|
2456
2468
|
refNumber?: string;
|
|
2457
2469
|
|
|
@@ -2501,6 +2513,8 @@ export interface SalesOrderUpdateParams {
|
|
|
2501
2513
|
* goods transfer from seller to buyer. Internally, QuickBooks uses the term "FOB"
|
|
2502
2514
|
* for this field, which stands for "freight on board". This field is informational
|
|
2503
2515
|
* and has no accounting implications.
|
|
2516
|
+
*
|
|
2517
|
+
* Maximum length: 13 characters.
|
|
2504
2518
|
*/
|
|
2505
2519
|
shipmentOrigin?: string;
|
|
2506
2520
|
|
|
@@ -2685,6 +2699,9 @@ export namespace SalesOrderUpdateParams {
|
|
|
2685
2699
|
* use them to calculate `amount`. If `amount`, `rate`, and `quantity` are all
|
|
2686
2700
|
* unspecified, then QuickBooks will calculate `amount` based on a `quantity` of
|
|
2687
2701
|
* `1` and the suggested `rate`. This field cannot be cleared.
|
|
2702
|
+
*
|
|
2703
|
+
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
2704
|
+
* to 13 digits before the decimal point (for example, "123.45").
|
|
2688
2705
|
*/
|
|
2689
2706
|
amount?: string;
|
|
2690
2707
|
|
|
@@ -2790,6 +2807,9 @@ export namespace SalesOrderUpdateParams {
|
|
|
2790
2807
|
* specified, `rate` will be ignored. If both `quantity` and `amount` are specified
|
|
2791
2808
|
* but not `rate`, QuickBooks will use them to calculate `rate`. Represented as a
|
|
2792
2809
|
* decimal string. This field cannot be cleared.
|
|
2810
|
+
*
|
|
2811
|
+
* Decimal string format: up to 5 decimal places and up to 10 digits before the
|
|
2812
|
+
* decimal point (for example, "123.45").
|
|
2793
2813
|
*/
|
|
2794
2814
|
rate?: string;
|
|
2795
2815
|
|
|
@@ -2840,6 +2860,9 @@ export namespace SalesOrderUpdateParams {
|
|
|
2840
2860
|
* use them to calculate `amount`. If `amount`, `rate`, and `quantity` are all
|
|
2841
2861
|
* unspecified, then QuickBooks will calculate `amount` based on a `quantity` of
|
|
2842
2862
|
* `1` and the suggested `rate`. This field cannot be cleared.
|
|
2863
|
+
*
|
|
2864
|
+
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
2865
|
+
* to 13 digits before the decimal point (for example, "123.45").
|
|
2843
2866
|
*/
|
|
2844
2867
|
amount?: string;
|
|
2845
2868
|
|
|
@@ -2945,6 +2968,9 @@ export namespace SalesOrderUpdateParams {
|
|
|
2945
2968
|
* specified, `rate` will be ignored. If both `quantity` and `amount` are specified
|
|
2946
2969
|
* but not `rate`, QuickBooks will use them to calculate `rate`. Represented as a
|
|
2947
2970
|
* decimal string. This field cannot be cleared.
|
|
2971
|
+
*
|
|
2972
|
+
* Decimal string format: up to 5 decimal places and up to 10 digits before the
|
|
2973
|
+
* decimal point (for example, "123.45").
|
|
2948
2974
|
*/
|
|
2949
2975
|
rate?: string;
|
|
2950
2976
|
|
|
@@ -2396,6 +2396,8 @@ export interface SalesReceiptCreateParams {
|
|
|
2396
2396
|
* is not required to be unique and can be arbitrarily changed by the QuickBooks
|
|
2397
2397
|
* user. When left blank in this create request, this field will be left blank in
|
|
2398
2398
|
* QuickBooks (i.e., it does _not_ auto-increment).
|
|
2399
|
+
*
|
|
2400
|
+
* Maximum length: 11 characters.
|
|
2399
2401
|
*/
|
|
2400
2402
|
refNumber?: string;
|
|
2401
2403
|
|
|
@@ -2440,6 +2442,8 @@ export interface SalesReceiptCreateParams {
|
|
|
2440
2442
|
* goods transfer from seller to buyer. Internally, QuickBooks uses the term "FOB"
|
|
2441
2443
|
* for this field, which stands for "freight on board". This field is informational
|
|
2442
2444
|
* and has no accounting implications.
|
|
2445
|
+
*
|
|
2446
|
+
* Maximum length: 13 characters.
|
|
2443
2447
|
*/
|
|
2444
2448
|
shipmentOrigin?: string;
|
|
2445
2449
|
|
|
@@ -2784,6 +2788,9 @@ export namespace SalesReceiptCreateParams {
|
|
|
2784
2788
|
* use them to calculate `amount`. If `amount`, `rate`, and `quantity` are all
|
|
2785
2789
|
* unspecified, then QuickBooks will calculate `amount` based on a `quantity` of
|
|
2786
2790
|
* `1` and the suggested `rate`. This field cannot be cleared.
|
|
2791
|
+
*
|
|
2792
|
+
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
2793
|
+
* to 13 digits before the decimal point (for example, "123.45").
|
|
2787
2794
|
*/
|
|
2788
2795
|
amount?: string;
|
|
2789
2796
|
|
|
@@ -2892,6 +2899,9 @@ export namespace SalesReceiptCreateParams {
|
|
|
2892
2899
|
* specified, `rate` will be ignored. If both `quantity` and `amount` are specified
|
|
2893
2900
|
* but not `rate`, QuickBooks will use them to calculate `rate`. Represented as a
|
|
2894
2901
|
* decimal string. This field cannot be cleared.
|
|
2902
|
+
*
|
|
2903
|
+
* Decimal string format: up to 5 decimal places and up to 10 digits before the
|
|
2904
|
+
* decimal point (for example, "123.45").
|
|
2895
2905
|
*/
|
|
2896
2906
|
rate?: string;
|
|
2897
2907
|
|
|
@@ -3362,6 +3372,8 @@ export interface SalesReceiptUpdateParams {
|
|
|
3362
3372
|
* receipt, which can be used to identify the transaction in QuickBooks. This value
|
|
3363
3373
|
* is not required to be unique and can be arbitrarily changed by the QuickBooks
|
|
3364
3374
|
* user.
|
|
3375
|
+
*
|
|
3376
|
+
* Maximum length: 11 characters.
|
|
3365
3377
|
*/
|
|
3366
3378
|
refNumber?: string;
|
|
3367
3379
|
|
|
@@ -3406,6 +3418,8 @@ export interface SalesReceiptUpdateParams {
|
|
|
3406
3418
|
* goods transfer from seller to buyer. Internally, QuickBooks uses the term "FOB"
|
|
3407
3419
|
* for this field, which stands for "freight on board". This field is informational
|
|
3408
3420
|
* and has no accounting implications.
|
|
3421
|
+
*
|
|
3422
|
+
* Maximum length: 13 characters.
|
|
3409
3423
|
*/
|
|
3410
3424
|
shipmentOrigin?: string;
|
|
3411
3425
|
|
|
@@ -3585,6 +3599,9 @@ export namespace SalesReceiptUpdateParams {
|
|
|
3585
3599
|
* use them to calculate `amount`. If `amount`, `rate`, and `quantity` are all
|
|
3586
3600
|
* unspecified, then QuickBooks will calculate `amount` based on a `quantity` of
|
|
3587
3601
|
* `1` and the suggested `rate`. This field cannot be cleared.
|
|
3602
|
+
*
|
|
3603
|
+
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
3604
|
+
* to 13 digits before the decimal point (for example, "123.45").
|
|
3588
3605
|
*/
|
|
3589
3606
|
amount?: string;
|
|
3590
3607
|
|
|
@@ -3691,6 +3708,9 @@ export namespace SalesReceiptUpdateParams {
|
|
|
3691
3708
|
* specified, `rate` will be ignored. If both `quantity` and `amount` are specified
|
|
3692
3709
|
* but not `rate`, QuickBooks will use them to calculate `rate`. Represented as a
|
|
3693
3710
|
* decimal string. This field cannot be cleared.
|
|
3711
|
+
*
|
|
3712
|
+
* Decimal string format: up to 5 decimal places and up to 10 digits before the
|
|
3713
|
+
* decimal point (for example, "123.45").
|
|
3694
3714
|
*/
|
|
3695
3715
|
rate?: string;
|
|
3696
3716
|
|
|
@@ -3749,6 +3769,9 @@ export namespace SalesReceiptUpdateParams {
|
|
|
3749
3769
|
* use them to calculate `amount`. If `amount`, `rate`, and `quantity` are all
|
|
3750
3770
|
* unspecified, then QuickBooks will calculate `amount` based on a `quantity` of
|
|
3751
3771
|
* `1` and the suggested `rate`. This field cannot be cleared.
|
|
3772
|
+
*
|
|
3773
|
+
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
3774
|
+
* to 13 digits before the decimal point (for example, "123.45").
|
|
3752
3775
|
*/
|
|
3753
3776
|
amount?: string;
|
|
3754
3777
|
|
|
@@ -3855,6 +3878,9 @@ export namespace SalesReceiptUpdateParams {
|
|
|
3855
3878
|
* specified, `rate` will be ignored. If both `quantity` and `amount` are specified
|
|
3856
3879
|
* but not `rate`, QuickBooks will use them to calculate `rate`. Represented as a
|
|
3857
3880
|
* decimal string. This field cannot be cleared.
|
|
3881
|
+
*
|
|
3882
|
+
* Decimal string format: up to 5 decimal places and up to 10 digits before the
|
|
3883
|
+
* decimal point (for example, "123.45").
|
|
3858
3884
|
*/
|
|
3859
3885
|
rate?: string;
|
|
3860
3886
|
|
|
@@ -413,6 +413,9 @@ export interface TimeTrackingActivityCreateParams {
|
|
|
413
413
|
*
|
|
414
414
|
* **IMPORTANT**: This field is required for updating time tracking activities,
|
|
415
415
|
* even if the field is not being modified, because of a bug in QuickBooks itself.
|
|
416
|
+
*
|
|
417
|
+
* Must use QuickBooks Desktop's ISO 8601 time interval format (for example,
|
|
418
|
+
* "PT1H30M" represents 1 hour and 30 minutes).
|
|
416
419
|
*/
|
|
417
420
|
duration: string;
|
|
418
421
|
|
|
@@ -513,6 +516,9 @@ export interface TimeTrackingActivityUpdateParams {
|
|
|
513
516
|
*
|
|
514
517
|
* **IMPORTANT**: This field is required for updating time tracking activities,
|
|
515
518
|
* even if the field is not being modified, because of a bug in QuickBooks itself.
|
|
519
|
+
*
|
|
520
|
+
* Must use QuickBooks Desktop's ISO 8601 time interval format (for example,
|
|
521
|
+
* "PT1H30M" represents 1 hour and 30 minutes).
|
|
516
522
|
*/
|
|
517
523
|
duration: string;
|
|
518
524
|
|
|
@@ -245,6 +245,9 @@ export interface TransferCreateParams {
|
|
|
245
245
|
/**
|
|
246
246
|
* Body param: The monetary amount of this transfer, represented as a decimal
|
|
247
247
|
* string.
|
|
248
|
+
*
|
|
249
|
+
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
250
|
+
* to 13 digits before the decimal point (for example, "123.45").
|
|
248
251
|
*/
|
|
249
252
|
amount: string;
|
|
250
253
|
|
|
@@ -305,6 +308,9 @@ export interface TransferUpdateParams {
|
|
|
305
308
|
/**
|
|
306
309
|
* Body param: The monetary amount of this transfer, represented as a decimal
|
|
307
310
|
* string.
|
|
311
|
+
*
|
|
312
|
+
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
313
|
+
* to 13 digits before the decimal point (for example, "123.45").
|
|
308
314
|
*/
|
|
309
315
|
amount?: string;
|
|
310
316
|
|
|
@@ -1759,6 +1759,8 @@ export interface VendorCreditCreateParams {
|
|
|
1759
1759
|
* is not required to be unique and can be arbitrarily changed by the QuickBooks
|
|
1760
1760
|
* user. When left blank in this create request, this field will be left blank in
|
|
1761
1761
|
* QuickBooks (i.e., it does _not_ auto-increment).
|
|
1762
|
+
*
|
|
1763
|
+
* Maximum length: 20 characters.
|
|
1762
1764
|
*/
|
|
1763
1765
|
refNumber?: string;
|
|
1764
1766
|
|
|
@@ -1787,6 +1789,9 @@ export namespace VendorCreditCreateParams {
|
|
|
1787
1789
|
|
|
1788
1790
|
/**
|
|
1789
1791
|
* The monetary amount of this expense line, represented as a decimal string.
|
|
1792
|
+
*
|
|
1793
|
+
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
1794
|
+
* to 13 digits before the decimal point (for example, "123.45").
|
|
1790
1795
|
*/
|
|
1791
1796
|
amount?: string;
|
|
1792
1797
|
|
|
@@ -1943,6 +1948,9 @@ export namespace VendorCreditCreateParams {
|
|
|
1943
1948
|
* to calculate `amount`. If `amount`, `cost`, and `quantity` are all unspecified,
|
|
1944
1949
|
* then QuickBooks will calculate `amount` based on a `quantity` of `1` and the
|
|
1945
1950
|
* suggested `cost`. This field cannot be cleared.
|
|
1951
|
+
*
|
|
1952
|
+
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
1953
|
+
* to 13 digits before the decimal point (for example, "123.45").
|
|
1946
1954
|
*/
|
|
1947
1955
|
amount?: string;
|
|
1948
1956
|
|
|
@@ -1964,6 +1972,9 @@ export namespace VendorCreditCreateParams {
|
|
|
1964
1972
|
* The cost of this item line, represented as a decimal string. If both `quantity`
|
|
1965
1973
|
* and `amount` are specified but not `cost`, QuickBooks will use them to calculate
|
|
1966
1974
|
* `cost`.
|
|
1975
|
+
*
|
|
1976
|
+
* Decimal string format: up to 5 decimal places and up to 10 digits before the
|
|
1977
|
+
* decimal point (for example, "123.45").
|
|
1967
1978
|
*/
|
|
1968
1979
|
cost?: string;
|
|
1969
1980
|
|
|
@@ -2287,6 +2298,8 @@ export interface VendorCreditUpdateParams {
|
|
|
2287
2298
|
* credit, which can be used to identify the transaction in QuickBooks. This value
|
|
2288
2299
|
* is not required to be unique and can be arbitrarily changed by the QuickBooks
|
|
2289
2300
|
* user.
|
|
2301
|
+
*
|
|
2302
|
+
* Maximum length: 20 characters.
|
|
2290
2303
|
*/
|
|
2291
2304
|
refNumber?: string;
|
|
2292
2305
|
|
|
@@ -2334,6 +2347,9 @@ export namespace VendorCreditUpdateParams {
|
|
|
2334
2347
|
|
|
2335
2348
|
/**
|
|
2336
2349
|
* The monetary amount of this expense line, represented as a decimal string.
|
|
2350
|
+
*
|
|
2351
|
+
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
2352
|
+
* to 13 digits before the decimal point (for example, "123.45").
|
|
2337
2353
|
*/
|
|
2338
2354
|
amount?: string;
|
|
2339
2355
|
|
|
@@ -2458,6 +2474,9 @@ export namespace VendorCreditUpdateParams {
|
|
|
2458
2474
|
* to calculate `amount`. If `amount`, `cost`, and `quantity` are all unspecified,
|
|
2459
2475
|
* then QuickBooks will calculate `amount` based on a `quantity` of `1` and the
|
|
2460
2476
|
* suggested `cost`. This field cannot be cleared.
|
|
2477
|
+
*
|
|
2478
|
+
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
2479
|
+
* to 13 digits before the decimal point (for example, "123.45").
|
|
2461
2480
|
*/
|
|
2462
2481
|
amount?: string;
|
|
2463
2482
|
|
|
@@ -2479,6 +2498,9 @@ export namespace VendorCreditUpdateParams {
|
|
|
2479
2498
|
* The cost of this item line, represented as a decimal string. If both `quantity`
|
|
2480
2499
|
* and `amount` are specified but not `cost`, QuickBooks will use them to calculate
|
|
2481
2500
|
* `cost`.
|
|
2501
|
+
*
|
|
2502
|
+
* Decimal string format: up to 5 decimal places and up to 10 digits before the
|
|
2503
|
+
* decimal point (for example, "123.45").
|
|
2482
2504
|
*/
|
|
2483
2505
|
cost?: string;
|
|
2484
2506
|
|
|
@@ -2598,6 +2620,9 @@ export namespace VendorCreditUpdateParams {
|
|
|
2598
2620
|
* to calculate `amount`. If `amount`, `cost`, and `quantity` are all unspecified,
|
|
2599
2621
|
* then QuickBooks will calculate `amount` based on a `quantity` of `1` and the
|
|
2600
2622
|
* suggested `cost`. This field cannot be cleared.
|
|
2623
|
+
*
|
|
2624
|
+
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
2625
|
+
* to 13 digits before the decimal point (for example, "123.45").
|
|
2601
2626
|
*/
|
|
2602
2627
|
amount?: string;
|
|
2603
2628
|
|
|
@@ -2619,6 +2644,9 @@ export namespace VendorCreditUpdateParams {
|
|
|
2619
2644
|
* The cost of this item line, represented as a decimal string. If both `quantity`
|
|
2620
2645
|
* and `amount` are specified but not `cost`, QuickBooks will use them to calculate
|
|
2621
2646
|
* `cost`.
|
|
2647
|
+
*
|
|
2648
|
+
* Decimal string format: up to 5 decimal places and up to 10 digits before the
|
|
2649
|
+
* decimal point (for example, "123.45").
|
|
2622
2650
|
*/
|
|
2623
2651
|
cost?: string;
|
|
2624
2652
|
|
|
@@ -924,6 +924,8 @@ export interface VendorCreateParams {
|
|
|
924
924
|
|
|
925
925
|
/**
|
|
926
926
|
* Body param: The vendor's alternate telephone number.
|
|
927
|
+
*
|
|
928
|
+
* Maximum length: 21 characters.
|
|
927
929
|
*/
|
|
928
930
|
alternatePhone?: string;
|
|
929
931
|
|
|
@@ -1004,6 +1006,8 @@ export interface VendorCreateParams {
|
|
|
1004
1006
|
|
|
1005
1007
|
/**
|
|
1006
1008
|
* Body param: The vendor's fax number.
|
|
1009
|
+
*
|
|
1010
|
+
* Maximum length: 21 characters.
|
|
1007
1011
|
*/
|
|
1008
1012
|
fax?: string;
|
|
1009
1013
|
|
|
@@ -1072,6 +1076,8 @@ export interface VendorCreateParams {
|
|
|
1072
1076
|
/**
|
|
1073
1077
|
* Body param: The vendor's name as it should appear on checks issued to this
|
|
1074
1078
|
* vendor.
|
|
1079
|
+
*
|
|
1080
|
+
* Maximum length: 41 characters.
|
|
1075
1081
|
*/
|
|
1076
1082
|
nameOnCheck?: string;
|
|
1077
1083
|
|
|
@@ -1094,6 +1100,8 @@ export interface VendorCreateParams {
|
|
|
1094
1100
|
|
|
1095
1101
|
/**
|
|
1096
1102
|
* Body param: The vendor's primary telephone number.
|
|
1103
|
+
*
|
|
1104
|
+
* Maximum length: 21 characters.
|
|
1097
1105
|
*/
|
|
1098
1106
|
phone?: string;
|
|
1099
1107
|
|
|
@@ -1440,6 +1448,8 @@ export interface VendorUpdateParams {
|
|
|
1440
1448
|
|
|
1441
1449
|
/**
|
|
1442
1450
|
* Body param: The vendor's alternate telephone number.
|
|
1451
|
+
*
|
|
1452
|
+
* Maximum length: 21 characters.
|
|
1443
1453
|
*/
|
|
1444
1454
|
alternatePhone?: string;
|
|
1445
1455
|
|
|
@@ -1510,6 +1520,8 @@ export interface VendorUpdateParams {
|
|
|
1510
1520
|
|
|
1511
1521
|
/**
|
|
1512
1522
|
* Body param: The vendor's fax number.
|
|
1523
|
+
*
|
|
1524
|
+
* Maximum length: 21 characters.
|
|
1513
1525
|
*/
|
|
1514
1526
|
fax?: string;
|
|
1515
1527
|
|
|
@@ -1590,6 +1602,8 @@ export interface VendorUpdateParams {
|
|
|
1590
1602
|
/**
|
|
1591
1603
|
* Body param: The vendor's name as it should appear on checks issued to this
|
|
1592
1604
|
* vendor.
|
|
1605
|
+
*
|
|
1606
|
+
* Maximum length: 41 characters.
|
|
1593
1607
|
*/
|
|
1594
1608
|
nameOnCheck?: string;
|
|
1595
1609
|
|
|
@@ -1600,6 +1614,8 @@ export interface VendorUpdateParams {
|
|
|
1600
1614
|
|
|
1601
1615
|
/**
|
|
1602
1616
|
* Body param: The vendor's primary telephone number.
|
|
1617
|
+
*
|
|
1618
|
+
* Maximum length: 21 characters.
|
|
1603
1619
|
*/
|
|
1604
1620
|
phone?: string;
|
|
1605
1621
|
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '14.
|
|
1
|
+
export const VERSION = '14.13.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "14.
|
|
1
|
+
export declare const VERSION = "14.13.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "14.
|
|
1
|
+
export declare const VERSION = "14.13.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '14.
|
|
1
|
+
export const VERSION = '14.13.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|