conductor-node 12.0.0-beta.2 → 12.0.0-beta.21
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 +223 -0
- package/README.md +1 -1
- package/core.js +2 -1
- package/core.js.map +1 -1
- package/core.mjs +2 -1
- package/core.mjs.map +1 -1
- package/index.d.mts +4 -4
- package/index.d.ts +4 -4
- package/index.d.ts.map +1 -1
- package/index.js.map +1 -1
- package/index.mjs.map +1 -1
- package/package.json +8 -29
- package/pagination.js +1 -1
- package/pagination.js.map +1 -1
- package/pagination.mjs +1 -1
- package/pagination.mjs.map +1 -1
- package/resources/auth-sessions.d.ts +12 -16
- package/resources/auth-sessions.d.ts.map +1 -1
- package/resources/auth-sessions.js +3 -9
- package/resources/auth-sessions.js.map +1 -1
- package/resources/auth-sessions.mjs +3 -9
- package/resources/auth-sessions.mjs.map +1 -1
- package/resources/end-users.d.ts +20 -32
- package/resources/end-users.d.ts.map +1 -1
- package/resources/end-users.js +4 -12
- package/resources/end-users.js.map +1 -1
- package/resources/end-users.mjs +4 -12
- package/resources/end-users.mjs.map +1 -1
- package/resources/index.d.ts +2 -2
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs.map +1 -1
- package/resources/qbd/bill-check-payments.d.ts +4 -4
- package/resources/qbd/bill-credit-card-payments.d.ts +4 -4
- package/resources/qbd/bills.d.ts +7 -8
- package/resources/qbd/bills.d.ts.map +1 -1
- package/resources/qbd/bills.js.map +1 -1
- package/resources/qbd/bills.mjs.map +1 -1
- package/resources/qbd/checks.d.ts +4 -4
- package/resources/qbd/company.d.ts +354 -0
- package/resources/qbd/company.d.ts.map +1 -0
- package/resources/qbd/company.js +22 -0
- package/resources/qbd/company.js.map +1 -0
- package/resources/qbd/company.mjs +18 -0
- package/resources/qbd/company.mjs.map +1 -0
- package/resources/qbd/credit-card-charges.d.ts +4 -4
- package/resources/qbd/credit-card-credits.d.ts +4 -4
- package/resources/qbd/credit-memos.d.ts +4 -4
- package/resources/qbd/customers.d.ts +2 -2
- package/resources/qbd/customers.d.ts.map +1 -1
- package/resources/qbd/employees.d.ts +89 -36
- package/resources/qbd/employees.d.ts.map +1 -1
- package/resources/qbd/employees.js.map +1 -1
- package/resources/qbd/employees.mjs.map +1 -1
- package/resources/qbd/estimates.d.ts +4 -4
- package/resources/qbd/index.d.ts +7 -1
- package/resources/qbd/index.d.ts.map +1 -1
- package/resources/qbd/index.js +17 -2
- package/resources/qbd/index.js.map +1 -1
- package/resources/qbd/index.mjs +6 -0
- package/resources/qbd/index.mjs.map +1 -1
- package/resources/qbd/inventory-adjustments.d.ts +4 -4
- package/resources/qbd/inventory-assembly-items.d.ts +1 -1
- package/resources/qbd/inventory-assembly-items.d.ts.map +1 -1
- package/resources/qbd/inventory-items.d.ts +1 -1
- package/resources/qbd/inventory-items.d.ts.map +1 -1
- package/resources/qbd/invoices.d.ts +4 -4
- package/resources/qbd/item-receipts.d.ts +2336 -0
- package/resources/qbd/item-receipts.d.ts.map +1 -0
- package/resources/qbd/item-receipts.js +69 -0
- package/resources/qbd/item-receipts.js.map +1 -0
- package/resources/qbd/item-receipts.mjs +64 -0
- package/resources/qbd/item-receipts.mjs.map +1 -0
- package/resources/qbd/journal-entries.d.ts +4 -4
- package/resources/qbd/preferences.d.ts +591 -0
- package/resources/qbd/preferences.d.ts.map +1 -0
- package/resources/qbd/preferences.js +21 -0
- package/resources/qbd/preferences.js.map +1 -0
- package/resources/qbd/preferences.mjs +17 -0
- package/resources/qbd/preferences.mjs.map +1 -0
- package/resources/qbd/price-levels.d.ts +454 -0
- package/resources/qbd/price-levels.d.ts.map +1 -0
- package/resources/qbd/price-levels.js +54 -0
- package/resources/qbd/price-levels.js.map +1 -0
- package/resources/qbd/price-levels.mjs +50 -0
- package/resources/qbd/price-levels.mjs.map +1 -0
- package/resources/qbd/purchase-orders.d.ts +4 -4
- package/resources/qbd/qbd.d.ts +52 -0
- package/resources/qbd/qbd.d.ts.map +1 -1
- package/resources/qbd/qbd.js +40 -0
- package/resources/qbd/qbd.js.map +1 -1
- package/resources/qbd/qbd.mjs +40 -0
- package/resources/qbd/qbd.mjs.map +1 -1
- package/resources/qbd/receive-payments.d.ts +4 -4
- package/resources/qbd/sales-orders.d.ts +4 -4
- package/resources/qbd/sales-receipts.d.ts +4 -4
- package/resources/qbd/time-tracking-activities.d.ts +485 -0
- package/resources/qbd/time-tracking-activities.d.ts.map +1 -0
- package/resources/qbd/time-tracking-activities.js +66 -0
- package/resources/qbd/time-tracking-activities.js.map +1 -0
- package/resources/qbd/time-tracking-activities.mjs +61 -0
- package/resources/qbd/time-tracking-activities.mjs.map +1 -0
- package/resources/qbd/transactions.d.ts +310 -0
- package/resources/qbd/transactions.d.ts.map +1 -0
- package/resources/qbd/transactions.js +40 -0
- package/resources/qbd/transactions.js.map +1 -0
- package/resources/qbd/transactions.mjs +35 -0
- package/resources/qbd/transactions.mjs.map +1 -0
- package/resources/qbd/transfers.d.ts +4 -4
- package/resources/qbd/vendor-credits.d.ts +4 -4
- package/resources/qbd/vendors.d.ts +6 -6
- package/resources/qbd/vendors.d.ts.map +1 -1
- package/resources/qbd.d.ts +2 -0
- package/resources/qbd.d.ts.map +1 -0
- package/resources/qbd.js +19 -0
- package/resources/qbd.js.map +1 -0
- package/resources/qbd.mjs +3 -0
- package/resources/qbd.mjs.map +1 -0
- package/resources.d.ts +2 -0
- package/resources.d.ts.map +1 -0
- package/resources.js +18 -0
- package/resources.js.map +1 -0
- package/resources.mjs +2 -0
- package/resources.mjs.map +1 -0
- package/src/core.ts +3 -3
- package/src/index.ts +6 -4
- package/src/pagination.ts +1 -1
- package/src/resources/auth-sessions.ts +12 -19
- package/src/resources/end-users.ts +19 -40
- package/src/resources/index.ts +1 -2
- package/src/resources/qbd/bill-check-payments.ts +4 -4
- package/src/resources/qbd/bill-credit-card-payments.ts +4 -4
- package/src/resources/qbd/bills.ts +7 -8
- package/src/resources/qbd/checks.ts +4 -4
- package/src/resources/qbd/company.ts +466 -0
- package/src/resources/qbd/credit-card-charges.ts +4 -4
- package/src/resources/qbd/credit-card-credits.ts +4 -4
- package/src/resources/qbd/credit-memos.ts +4 -4
- package/src/resources/qbd/customers.ts +2 -2
- package/src/resources/qbd/employees.ts +90 -36
- package/src/resources/qbd/estimates.ts +4 -4
- package/src/resources/qbd/index.ts +41 -1
- package/src/resources/qbd/inventory-adjustments.ts +4 -4
- package/src/resources/qbd/inventory-assembly-items.ts +1 -1
- package/src/resources/qbd/inventory-items.ts +1 -1
- package/src/resources/qbd/invoices.ts +4 -4
- package/src/resources/qbd/item-receipts.ts +2783 -0
- package/src/resources/qbd/journal-entries.ts +4 -4
- package/src/resources/qbd/preferences.ts +684 -0
- package/src/resources/qbd/price-levels.ts +561 -0
- package/src/resources/qbd/purchase-orders.ts +4 -4
- package/src/resources/qbd/qbd.ts +156 -0
- package/src/resources/qbd/receive-payments.ts +4 -4
- package/src/resources/qbd/sales-orders.ts +4 -4
- package/src/resources/qbd/sales-receipts.ts +4 -4
- package/src/resources/qbd/time-tracking-activities.ts +615 -0
- package/src/resources/qbd/transactions.ts +439 -0
- package/src/resources/qbd/transfers.ts +4 -4
- package/src/resources/qbd/vendor-credits.ts +4 -4
- package/src/resources/qbd/vendors.ts +6 -6
- package/src/resources/qbd.ts +3 -0
- package/src/resources.ts +1 -0
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.d.ts.map +1 -1
- package/version.js +1 -1
- package/version.js.map +1 -1
- package/version.mjs +1 -1
- package/version.mjs.map +1 -1
|
@@ -108,7 +108,7 @@ export interface Employee {
|
|
|
108
108
|
|
|
109
109
|
/**
|
|
110
110
|
* The employee's billing rate, used to override service item rates in time
|
|
111
|
-
* tracking
|
|
111
|
+
* tracking activities.
|
|
112
112
|
*/
|
|
113
113
|
billingRate: Employee.BillingRate | null;
|
|
114
114
|
|
|
@@ -393,7 +393,7 @@ export namespace Employee {
|
|
|
393
393
|
/**
|
|
394
394
|
* The date this note was last updated, in ISO 8601 format (YYYY-MM-DD).
|
|
395
395
|
*/
|
|
396
|
-
date: string;
|
|
396
|
+
date: string | null;
|
|
397
397
|
|
|
398
398
|
/**
|
|
399
399
|
* The text of this note.
|
|
@@ -513,7 +513,7 @@ export namespace Employee {
|
|
|
513
513
|
|
|
514
514
|
/**
|
|
515
515
|
* The employee's billing rate, used to override service item rates in time
|
|
516
|
-
* tracking
|
|
516
|
+
* tracking activities.
|
|
517
517
|
*/
|
|
518
518
|
export interface BillingRate {
|
|
519
519
|
/**
|
|
@@ -779,23 +779,30 @@ export namespace Employee {
|
|
|
779
779
|
accrualStartDate: string | null;
|
|
780
780
|
|
|
781
781
|
/**
|
|
782
|
-
* The number of sick hours the employee will accrue per accrual period
|
|
782
|
+
* The number of sick hours the employee will accrue per accrual period, in ISO
|
|
783
|
+
* 8601 format for time intervals (PTnHnMnS). For example, 1 hour and 30 minutes is
|
|
784
|
+
* represented as PT1H30M.
|
|
783
785
|
*/
|
|
784
786
|
hoursAccruedPerPeriod: string | null;
|
|
785
787
|
|
|
786
788
|
/**
|
|
787
|
-
* The total number of sick hours currently available for the employee to use
|
|
788
|
-
*
|
|
789
|
+
* The total number of sick hours currently available for the employee to use, in
|
|
790
|
+
* ISO 8601 format for time intervals (PTnHnMnS). For example, 1 hour and 30
|
|
791
|
+
* minutes is represented as PT1H30M. Defaults to 0.
|
|
789
792
|
*/
|
|
790
793
|
hoursAvailable: string | null;
|
|
791
794
|
|
|
792
795
|
/**
|
|
793
|
-
* The number of sick hours the employee has used
|
|
796
|
+
* The number of sick hours the employee has used, in ISO 8601 format for time
|
|
797
|
+
* intervals (PTnHnMnS). For example, 1 hour and 30 minutes is represented as
|
|
798
|
+
* PT1H30M.
|
|
794
799
|
*/
|
|
795
800
|
hoursUsed: string | null;
|
|
796
801
|
|
|
797
802
|
/**
|
|
798
|
-
* The maximum number of sick hours the employee can accrue
|
|
803
|
+
* The maximum number of sick hours the employee can accrue, in ISO 8601 format for
|
|
804
|
+
* time intervals (PTnHnMnS). For example, 1 hour and 30 minutes is represented as
|
|
805
|
+
* PT1H30M.
|
|
799
806
|
*/
|
|
800
807
|
maximumHours: string | null;
|
|
801
808
|
|
|
@@ -823,23 +830,30 @@ export namespace Employee {
|
|
|
823
830
|
accrualStartDate: string | null;
|
|
824
831
|
|
|
825
832
|
/**
|
|
826
|
-
* The number of vacation hours the employee will accrue per accrual period
|
|
833
|
+
* The number of vacation hours the employee will accrue per accrual period, in ISO
|
|
834
|
+
* 8601 format for time intervals (PTnHnMnS). For example, 1 hour and 30 minutes is
|
|
835
|
+
* represented as PT1H30M.
|
|
827
836
|
*/
|
|
828
837
|
hoursAccruedPerPeriod: string | null;
|
|
829
838
|
|
|
830
839
|
/**
|
|
831
|
-
* The total number of vacation hours currently available for the employee to use
|
|
832
|
-
*
|
|
840
|
+
* The total number of vacation hours currently available for the employee to use,
|
|
841
|
+
* in ISO 8601 format for time intervals (PTnHnMnS). For example, 1 hour and 30
|
|
842
|
+
* minutes is represented as PT1H30M. Defaults to 0.
|
|
833
843
|
*/
|
|
834
844
|
hoursAvailable: string | null;
|
|
835
845
|
|
|
836
846
|
/**
|
|
837
|
-
* The number of vacation hours the employee has used
|
|
847
|
+
* The number of vacation hours the employee has used, in ISO 8601 format for time
|
|
848
|
+
* intervals (PTnHnMnS). For example, 1 hour and 30 minutes is represented as
|
|
849
|
+
* PT1H30M.
|
|
838
850
|
*/
|
|
839
851
|
hoursUsed: string | null;
|
|
840
852
|
|
|
841
853
|
/**
|
|
842
|
-
* The maximum number of vacation hours the employee can accrue
|
|
854
|
+
* The maximum number of vacation hours the employee can accrue, in ISO 8601 format
|
|
855
|
+
* for time intervals (PTnHnMnS). For example, 1 hour and 30 minutes is represented
|
|
856
|
+
* as PT1H30M.
|
|
843
857
|
*/
|
|
844
858
|
maximumHours: string | null;
|
|
845
859
|
|
|
@@ -917,7 +931,7 @@ export interface EmployeeCreateParams {
|
|
|
917
931
|
|
|
918
932
|
/**
|
|
919
933
|
* Body param: The employee's billing rate, used to override service item rates in
|
|
920
|
-
* time tracking
|
|
934
|
+
* time tracking activities.
|
|
921
935
|
*/
|
|
922
936
|
billingRateId?: string;
|
|
923
937
|
|
|
@@ -1448,23 +1462,30 @@ export namespace EmployeeCreateParams {
|
|
|
1448
1462
|
accrualStartDate?: string;
|
|
1449
1463
|
|
|
1450
1464
|
/**
|
|
1451
|
-
* The number of sick hours the employee will accrue per accrual period
|
|
1465
|
+
* The number of sick hours the employee will accrue per accrual period, in ISO
|
|
1466
|
+
* 8601 format for time intervals (PTnHnMnS). For example, 1 hour and 30 minutes is
|
|
1467
|
+
* represented as PT1H30M.
|
|
1452
1468
|
*/
|
|
1453
1469
|
hoursAccruedPerPeriod?: string;
|
|
1454
1470
|
|
|
1455
1471
|
/**
|
|
1456
|
-
* The total number of sick hours currently available for the employee to use
|
|
1457
|
-
*
|
|
1472
|
+
* The total number of sick hours currently available for the employee to use, in
|
|
1473
|
+
* ISO 8601 format for time intervals (PTnHnMnS). For example, 1 hour and 30
|
|
1474
|
+
* minutes is represented as PT1H30M. Defaults to 0.
|
|
1458
1475
|
*/
|
|
1459
1476
|
hoursAvailable?: string;
|
|
1460
1477
|
|
|
1461
1478
|
/**
|
|
1462
|
-
* The number of sick hours the employee has used
|
|
1479
|
+
* The number of sick hours the employee has used, in ISO 8601 format for time
|
|
1480
|
+
* intervals (PTnHnMnS). For example, 1 hour and 30 minutes is represented as
|
|
1481
|
+
* PT1H30M.
|
|
1463
1482
|
*/
|
|
1464
1483
|
hoursUsed?: string;
|
|
1465
1484
|
|
|
1466
1485
|
/**
|
|
1467
|
-
* The maximum number of sick hours the employee can accrue
|
|
1486
|
+
* The maximum number of sick hours the employee can accrue, in ISO 8601 format for
|
|
1487
|
+
* time intervals (PTnHnMnS). For example, 1 hour and 30 minutes is represented as
|
|
1488
|
+
* PT1H30M.
|
|
1468
1489
|
*/
|
|
1469
1490
|
maximumHours?: string;
|
|
1470
1491
|
|
|
@@ -1492,23 +1513,30 @@ export namespace EmployeeCreateParams {
|
|
|
1492
1513
|
accrualStartDate?: string;
|
|
1493
1514
|
|
|
1494
1515
|
/**
|
|
1495
|
-
* The number of vacation hours the employee will accrue per accrual period
|
|
1516
|
+
* The number of vacation hours the employee will accrue per accrual period, in ISO
|
|
1517
|
+
* 8601 format for time intervals (PTnHnMnS). For example, 1 hour and 30 minutes is
|
|
1518
|
+
* represented as PT1H30M.
|
|
1496
1519
|
*/
|
|
1497
1520
|
hoursAccruedPerPeriod?: string;
|
|
1498
1521
|
|
|
1499
1522
|
/**
|
|
1500
|
-
* The total number of vacation hours currently available for the employee to use
|
|
1501
|
-
*
|
|
1523
|
+
* The total number of vacation hours currently available for the employee to use,
|
|
1524
|
+
* in ISO 8601 format for time intervals (PTnHnMnS). For example, 1 hour and 30
|
|
1525
|
+
* minutes is represented as PT1H30M. Defaults to 0.
|
|
1502
1526
|
*/
|
|
1503
1527
|
hoursAvailable?: string;
|
|
1504
1528
|
|
|
1505
1529
|
/**
|
|
1506
|
-
* The number of vacation hours the employee has used
|
|
1530
|
+
* The number of vacation hours the employee has used, in ISO 8601 format for time
|
|
1531
|
+
* intervals (PTnHnMnS). For example, 1 hour and 30 minutes is represented as
|
|
1532
|
+
* PT1H30M.
|
|
1507
1533
|
*/
|
|
1508
1534
|
hoursUsed?: string;
|
|
1509
1535
|
|
|
1510
1536
|
/**
|
|
1511
|
-
* The maximum number of vacation hours the employee can accrue
|
|
1537
|
+
* The maximum number of vacation hours the employee can accrue, in ISO 8601 format
|
|
1538
|
+
* for time intervals (PTnHnMnS). For example, 1 hour and 30 minutes is represented
|
|
1539
|
+
* as PT1H30M.
|
|
1512
1540
|
*/
|
|
1513
1541
|
maximumHours?: string;
|
|
1514
1542
|
|
|
@@ -1582,7 +1610,7 @@ export interface EmployeeUpdateParams {
|
|
|
1582
1610
|
|
|
1583
1611
|
/**
|
|
1584
1612
|
* Body param: The employee's billing rate, used to override service item rates in
|
|
1585
|
-
* time tracking
|
|
1613
|
+
* time tracking activities.
|
|
1586
1614
|
*/
|
|
1587
1615
|
billingRateId?: string;
|
|
1588
1616
|
|
|
@@ -1806,7 +1834,7 @@ export namespace EmployeeUpdateParams {
|
|
|
1806
1834
|
/**
|
|
1807
1835
|
* The text of this note.
|
|
1808
1836
|
*/
|
|
1809
|
-
note
|
|
1837
|
+
note: string;
|
|
1810
1838
|
}
|
|
1811
1839
|
|
|
1812
1840
|
/**
|
|
@@ -2030,8 +2058,20 @@ export namespace EmployeeUpdateParams {
|
|
|
2030
2058
|
*/
|
|
2031
2059
|
classId?: string;
|
|
2032
2060
|
|
|
2061
|
+
/**
|
|
2062
|
+
* When `true`, deletes all earnings records for this employee.
|
|
2063
|
+
*/
|
|
2064
|
+
deleteAllEarnings?: boolean;
|
|
2065
|
+
|
|
2033
2066
|
/**
|
|
2034
2067
|
* The employee's earnings.
|
|
2068
|
+
*
|
|
2069
|
+
* **IMPORTANT**: When updating employees, if you include any earnings records in
|
|
2070
|
+
* your update request, QuickBooks will delete all existing earnings records for
|
|
2071
|
+
* this employee and replace them with the new records you provide. If you do not
|
|
2072
|
+
* include any earnings records, the existing earnings records will remain
|
|
2073
|
+
* unchanged. To delete all earnings records without adding new ones, set the
|
|
2074
|
+
* `deleteAllEarnings` field to `true`.
|
|
2035
2075
|
*/
|
|
2036
2076
|
earnings?: Array<EmployeePayroll.Earning>;
|
|
2037
2077
|
|
|
@@ -2095,23 +2135,30 @@ export namespace EmployeeUpdateParams {
|
|
|
2095
2135
|
accrualStartDate?: string;
|
|
2096
2136
|
|
|
2097
2137
|
/**
|
|
2098
|
-
* The number of sick hours the employee will accrue per accrual period
|
|
2138
|
+
* The number of sick hours the employee will accrue per accrual period, in ISO
|
|
2139
|
+
* 8601 format for time intervals (PTnHnMnS). For example, 1 hour and 30 minutes is
|
|
2140
|
+
* represented as PT1H30M.
|
|
2099
2141
|
*/
|
|
2100
2142
|
hoursAccruedPerPeriod?: string;
|
|
2101
2143
|
|
|
2102
2144
|
/**
|
|
2103
|
-
* The total number of sick hours currently available for the employee to use
|
|
2104
|
-
*
|
|
2145
|
+
* The total number of sick hours currently available for the employee to use, in
|
|
2146
|
+
* ISO 8601 format for time intervals (PTnHnMnS). For example, 1 hour and 30
|
|
2147
|
+
* minutes is represented as PT1H30M. Defaults to 0.
|
|
2105
2148
|
*/
|
|
2106
2149
|
hoursAvailable?: string;
|
|
2107
2150
|
|
|
2108
2151
|
/**
|
|
2109
|
-
* The number of sick hours the employee has used
|
|
2152
|
+
* The number of sick hours the employee has used, in ISO 8601 format for time
|
|
2153
|
+
* intervals (PTnHnMnS). For example, 1 hour and 30 minutes is represented as
|
|
2154
|
+
* PT1H30M.
|
|
2110
2155
|
*/
|
|
2111
2156
|
hoursUsed?: string;
|
|
2112
2157
|
|
|
2113
2158
|
/**
|
|
2114
|
-
* The maximum number of sick hours the employee can accrue
|
|
2159
|
+
* The maximum number of sick hours the employee can accrue, in ISO 8601 format for
|
|
2160
|
+
* time intervals (PTnHnMnS). For example, 1 hour and 30 minutes is represented as
|
|
2161
|
+
* PT1H30M.
|
|
2115
2162
|
*/
|
|
2116
2163
|
maximumHours?: string;
|
|
2117
2164
|
|
|
@@ -2139,23 +2186,30 @@ export namespace EmployeeUpdateParams {
|
|
|
2139
2186
|
accrualStartDate?: string;
|
|
2140
2187
|
|
|
2141
2188
|
/**
|
|
2142
|
-
* The number of vacation hours the employee will accrue per accrual period
|
|
2189
|
+
* The number of vacation hours the employee will accrue per accrual period, in ISO
|
|
2190
|
+
* 8601 format for time intervals (PTnHnMnS). For example, 1 hour and 30 minutes is
|
|
2191
|
+
* represented as PT1H30M.
|
|
2143
2192
|
*/
|
|
2144
2193
|
hoursAccruedPerPeriod?: string;
|
|
2145
2194
|
|
|
2146
2195
|
/**
|
|
2147
|
-
* The total number of vacation hours currently available for the employee to use
|
|
2148
|
-
*
|
|
2196
|
+
* The total number of vacation hours currently available for the employee to use,
|
|
2197
|
+
* in ISO 8601 format for time intervals (PTnHnMnS). For example, 1 hour and 30
|
|
2198
|
+
* minutes is represented as PT1H30M. Defaults to 0.
|
|
2149
2199
|
*/
|
|
2150
2200
|
hoursAvailable?: string;
|
|
2151
2201
|
|
|
2152
2202
|
/**
|
|
2153
|
-
* The number of vacation hours the employee has used
|
|
2203
|
+
* The number of vacation hours the employee has used, in ISO 8601 format for time
|
|
2204
|
+
* intervals (PTnHnMnS). For example, 1 hour and 30 minutes is represented as
|
|
2205
|
+
* PT1H30M.
|
|
2154
2206
|
*/
|
|
2155
2207
|
hoursUsed?: string;
|
|
2156
2208
|
|
|
2157
2209
|
/**
|
|
2158
|
-
* The maximum number of vacation hours the employee can accrue
|
|
2210
|
+
* The maximum number of vacation hours the employee can accrue, in ISO 8601 format
|
|
2211
|
+
* for time intervals (PTnHnMnS). For example, 1 hour and 30 minutes is represented
|
|
2212
|
+
* as PT1H30M.
|
|
2159
2213
|
*/
|
|
2160
2214
|
maximumHours?: string;
|
|
2161
2215
|
|
|
@@ -2925,14 +2925,14 @@ export interface EstimateListParams extends CursorPageParams {
|
|
|
2925
2925
|
refNumberTo?: string;
|
|
2926
2926
|
|
|
2927
2927
|
/**
|
|
2928
|
-
* Query param: Filter for estimates
|
|
2929
|
-
* format (YYYY-MM-DD).
|
|
2928
|
+
* Query param: Filter for estimates whose `date` field is on or after this date,
|
|
2929
|
+
* in ISO 8601 format (YYYY-MM-DD).
|
|
2930
2930
|
*/
|
|
2931
2931
|
transactionDateFrom?: string;
|
|
2932
2932
|
|
|
2933
2933
|
/**
|
|
2934
|
-
* Query param: Filter for estimates
|
|
2935
|
-
* format (YYYY-MM-DD).
|
|
2934
|
+
* Query param: Filter for estimates whose `date` field is on or before this date,
|
|
2935
|
+
* in ISO 8601 format (YYYY-MM-DD).
|
|
2936
2936
|
*/
|
|
2937
2937
|
transactionDateTo?: string;
|
|
2938
2938
|
|
|
@@ -61,6 +61,7 @@ export {
|
|
|
61
61
|
type ClassUpdateParams,
|
|
62
62
|
type ClassListParams,
|
|
63
63
|
} from './classes';
|
|
64
|
+
export { CompanyResource, type Company, type CompanyRetrieveParams } from './company';
|
|
64
65
|
export {
|
|
65
66
|
CreditCardChargesCursorPage,
|
|
66
67
|
CreditCardCharges,
|
|
@@ -189,6 +190,17 @@ export {
|
|
|
189
190
|
type InvoiceListParams,
|
|
190
191
|
type InvoiceDeleteParams,
|
|
191
192
|
} from './invoices';
|
|
193
|
+
export {
|
|
194
|
+
ItemReceiptsCursorPage,
|
|
195
|
+
ItemReceipts,
|
|
196
|
+
type ItemReceipt,
|
|
197
|
+
type ItemReceiptDeleteResponse,
|
|
198
|
+
type ItemReceiptCreateParams,
|
|
199
|
+
type ItemReceiptRetrieveParams,
|
|
200
|
+
type ItemReceiptUpdateParams,
|
|
201
|
+
type ItemReceiptListParams,
|
|
202
|
+
type ItemReceiptDeleteParams,
|
|
203
|
+
} from './item-receipts';
|
|
192
204
|
export {
|
|
193
205
|
JournalEntriesCursorPage,
|
|
194
206
|
JournalEntries,
|
|
@@ -217,6 +229,16 @@ export {
|
|
|
217
229
|
type PayrollWageItemRetrieveParams,
|
|
218
230
|
type PayrollWageItemListParams,
|
|
219
231
|
} from './payroll-wage-items';
|
|
232
|
+
export { Preferences, type PreferenceRetrieveParams } from './preferences';
|
|
233
|
+
export {
|
|
234
|
+
PriceLevels,
|
|
235
|
+
type PriceLevel,
|
|
236
|
+
type PriceLevelListResponse,
|
|
237
|
+
type PriceLevelCreateParams,
|
|
238
|
+
type PriceLevelRetrieveParams,
|
|
239
|
+
type PriceLevelUpdateParams,
|
|
240
|
+
type PriceLevelListParams,
|
|
241
|
+
} from './price-levels';
|
|
220
242
|
export {
|
|
221
243
|
PurchaseOrdersCursorPage,
|
|
222
244
|
PurchaseOrders,
|
|
@@ -228,7 +250,7 @@ export {
|
|
|
228
250
|
type PurchaseOrderListParams,
|
|
229
251
|
type PurchaseOrderDeleteParams,
|
|
230
252
|
} from './purchase-orders';
|
|
231
|
-
export { Qbd } from './qbd';
|
|
253
|
+
export { Qbd, type QbdHealthCheckResponse, type QbdHealthCheckParams } from './qbd';
|
|
232
254
|
export {
|
|
233
255
|
ReceivePaymentsCursorPage,
|
|
234
256
|
ReceivePayments,
|
|
@@ -315,6 +337,24 @@ export {
|
|
|
315
337
|
type SubtotalItemUpdateParams,
|
|
316
338
|
type SubtotalItemListParams,
|
|
317
339
|
} from './subtotal-items';
|
|
340
|
+
export {
|
|
341
|
+
TimeTrackingActivitiesCursorPage,
|
|
342
|
+
TimeTrackingActivities,
|
|
343
|
+
type TimeTrackingActivity,
|
|
344
|
+
type TimeTrackingActivityDeleteResponse,
|
|
345
|
+
type TimeTrackingActivityCreateParams,
|
|
346
|
+
type TimeTrackingActivityRetrieveParams,
|
|
347
|
+
type TimeTrackingActivityUpdateParams,
|
|
348
|
+
type TimeTrackingActivityListParams,
|
|
349
|
+
type TimeTrackingActivityDeleteParams,
|
|
350
|
+
} from './time-tracking-activities';
|
|
351
|
+
export {
|
|
352
|
+
TransactionsCursorPage,
|
|
353
|
+
Transactions,
|
|
354
|
+
type Transaction,
|
|
355
|
+
type TransactionRetrieveParams,
|
|
356
|
+
type TransactionListParams,
|
|
357
|
+
} from './transactions';
|
|
318
358
|
export {
|
|
319
359
|
TransfersCursorPage,
|
|
320
360
|
Transfers,
|
|
@@ -960,14 +960,14 @@ export interface InventoryAdjustmentListParams {
|
|
|
960
960
|
refNumberTo?: string;
|
|
961
961
|
|
|
962
962
|
/**
|
|
963
|
-
* Query param: Filter for inventory adjustments
|
|
964
|
-
* ISO 8601 format (YYYY-MM-DD).
|
|
963
|
+
* Query param: Filter for inventory adjustments whose `date` field is on or after
|
|
964
|
+
* this date, in ISO 8601 format (YYYY-MM-DD).
|
|
965
965
|
*/
|
|
966
966
|
transactionDateFrom?: string;
|
|
967
967
|
|
|
968
968
|
/**
|
|
969
|
-
* Query param: Filter for inventory adjustments
|
|
970
|
-
* ISO 8601 format (YYYY-MM-DD).
|
|
969
|
+
* Query param: Filter for inventory adjustments whose `date` field is on or before
|
|
970
|
+
* this date, in ISO 8601 format (YYYY-MM-DD).
|
|
971
971
|
*/
|
|
972
972
|
transactionDateTo?: string;
|
|
973
973
|
|
|
@@ -229,7 +229,7 @@ export interface InventoryAssemblyItem {
|
|
|
229
229
|
* The number of units of this inventory assembly item that have been ordered from
|
|
230
230
|
* vendors (as recorded in purchase orders) but not yet received.
|
|
231
231
|
*/
|
|
232
|
-
|
|
232
|
+
quantityOnPurchaseOrder: number | null;
|
|
233
233
|
|
|
234
234
|
/**
|
|
235
235
|
* The number of units of this inventory assembly item that have been sold (as
|
|
@@ -210,7 +210,7 @@ export interface InventoryItem {
|
|
|
210
210
|
* The number of units of this inventory item that have been ordered from vendors
|
|
211
211
|
* (as recorded in purchase orders) but not yet received.
|
|
212
212
|
*/
|
|
213
|
-
|
|
213
|
+
quantityOnPurchaseOrder: number | null;
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
216
|
* The number of units of this inventory item that have been sold (as recorded in
|
|
@@ -3348,14 +3348,14 @@ export interface InvoiceListParams extends CursorPageParams {
|
|
|
3348
3348
|
refNumberTo?: string;
|
|
3349
3349
|
|
|
3350
3350
|
/**
|
|
3351
|
-
* Query param: Filter for invoices
|
|
3352
|
-
* format (YYYY-MM-DD).
|
|
3351
|
+
* Query param: Filter for invoices whose `date` field is on or after this date, in
|
|
3352
|
+
* ISO 8601 format (YYYY-MM-DD).
|
|
3353
3353
|
*/
|
|
3354
3354
|
transactionDateFrom?: string;
|
|
3355
3355
|
|
|
3356
3356
|
/**
|
|
3357
|
-
* Query param: Filter for invoices
|
|
3358
|
-
* format (YYYY-MM-DD).
|
|
3357
|
+
* Query param: Filter for invoices whose `date` field is on or before this date,
|
|
3358
|
+
* in ISO 8601 format (YYYY-MM-DD).
|
|
3359
3359
|
*/
|
|
3360
3360
|
transactionDateTo?: string;
|
|
3361
3361
|
|