conductor-node 12.0.0-beta.2 → 12.0.0-beta.20
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 +215 -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 +4 -4
- 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 +6 -1
- package/resources/qbd/index.d.ts.map +1 -1
- package/resources/qbd/index.js +14 -2
- package/resources/qbd/index.js.map +1 -1
- package/resources/qbd/index.mjs +5 -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/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 +48 -0
- package/resources/qbd/qbd.d.ts.map +1 -1
- package/resources/qbd/qbd.js +35 -0
- package/resources/qbd/qbd.js.map +1 -1
- package/resources/qbd/qbd.mjs +35 -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 +4 -4
- 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 +30 -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/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 +129 -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
package/src/resources/qbd/qbd.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../resource';
|
|
4
|
+
import * as Core from '../../core';
|
|
4
5
|
import * as AccountsAPI from './accounts';
|
|
5
6
|
import {
|
|
6
7
|
Account,
|
|
@@ -68,6 +69,8 @@ import {
|
|
|
68
69
|
ClassUpdateParams,
|
|
69
70
|
Classes,
|
|
70
71
|
} from './classes';
|
|
72
|
+
import * as CompanyAPI from './company';
|
|
73
|
+
import { Company, CompanyResource, CompanyRetrieveParams } from './company';
|
|
71
74
|
import * as CreditCardChargesAPI from './credit-card-charges';
|
|
72
75
|
import {
|
|
73
76
|
CreditCardCharge,
|
|
@@ -240,6 +243,18 @@ import {
|
|
|
240
243
|
PayrollWageItems,
|
|
241
244
|
PayrollWageItemsCursorPage,
|
|
242
245
|
} from './payroll-wage-items';
|
|
246
|
+
import * as PreferencesAPI from './preferences';
|
|
247
|
+
import { PreferenceRetrieveParams, Preferences } from './preferences';
|
|
248
|
+
import * as PriceLevelsAPI from './price-levels';
|
|
249
|
+
import {
|
|
250
|
+
PriceLevel,
|
|
251
|
+
PriceLevelCreateParams,
|
|
252
|
+
PriceLevelListParams,
|
|
253
|
+
PriceLevelListResponse,
|
|
254
|
+
PriceLevelRetrieveParams,
|
|
255
|
+
PriceLevelUpdateParams,
|
|
256
|
+
PriceLevels,
|
|
257
|
+
} from './price-levels';
|
|
243
258
|
import * as PurchaseOrdersAPI from './purchase-orders';
|
|
244
259
|
import {
|
|
245
260
|
PurchaseOrder,
|
|
@@ -347,6 +362,26 @@ import {
|
|
|
347
362
|
SubtotalItems,
|
|
348
363
|
SubtotalItemsCursorPage,
|
|
349
364
|
} from './subtotal-items';
|
|
365
|
+
import * as TimeTrackingActivitiesAPI from './time-tracking-activities';
|
|
366
|
+
import {
|
|
367
|
+
TimeTrackingActivities,
|
|
368
|
+
TimeTrackingActivitiesCursorPage,
|
|
369
|
+
TimeTrackingActivity,
|
|
370
|
+
TimeTrackingActivityCreateParams,
|
|
371
|
+
TimeTrackingActivityDeleteParams,
|
|
372
|
+
TimeTrackingActivityDeleteResponse,
|
|
373
|
+
TimeTrackingActivityListParams,
|
|
374
|
+
TimeTrackingActivityRetrieveParams,
|
|
375
|
+
TimeTrackingActivityUpdateParams,
|
|
376
|
+
} from './time-tracking-activities';
|
|
377
|
+
import * as TransactionsAPI from './transactions';
|
|
378
|
+
import {
|
|
379
|
+
Transaction,
|
|
380
|
+
TransactionListParams,
|
|
381
|
+
TransactionRetrieveParams,
|
|
382
|
+
Transactions,
|
|
383
|
+
TransactionsCursorPage,
|
|
384
|
+
} from './transactions';
|
|
350
385
|
import * as TransfersAPI from './transfers';
|
|
351
386
|
import {
|
|
352
387
|
Transfer,
|
|
@@ -390,6 +425,7 @@ export class Qbd extends APIResource {
|
|
|
390
425
|
bills: BillsAPI.Bills = new BillsAPI.Bills(this._client);
|
|
391
426
|
checks: ChecksAPI.Checks = new ChecksAPI.Checks(this._client);
|
|
392
427
|
classes: ClassesAPI.Classes = new ClassesAPI.Classes(this._client);
|
|
428
|
+
company: CompanyAPI.CompanyResource = new CompanyAPI.CompanyResource(this._client);
|
|
393
429
|
creditCardCharges: CreditCardChargesAPI.CreditCardCharges = new CreditCardChargesAPI.CreditCardCharges(
|
|
394
430
|
this._client,
|
|
395
431
|
);
|
|
@@ -416,6 +452,8 @@ export class Qbd extends APIResource {
|
|
|
416
452
|
payrollWageItems: PayrollWageItemsAPI.PayrollWageItems = new PayrollWageItemsAPI.PayrollWageItems(
|
|
417
453
|
this._client,
|
|
418
454
|
);
|
|
455
|
+
preferences: PreferencesAPI.Preferences = new PreferencesAPI.Preferences(this._client);
|
|
456
|
+
priceLevels: PriceLevelsAPI.PriceLevels = new PriceLevelsAPI.PriceLevels(this._client);
|
|
419
457
|
purchaseOrders: PurchaseOrdersAPI.PurchaseOrders = new PurchaseOrdersAPI.PurchaseOrders(this._client);
|
|
420
458
|
receivePayments: ReceivePaymentsAPI.ReceivePayments = new ReceivePaymentsAPI.ReceivePayments(this._client);
|
|
421
459
|
salesOrders: SalesOrdersAPI.SalesOrders = new SalesOrdersAPI.SalesOrders(this._client);
|
|
@@ -427,9 +465,51 @@ export class Qbd extends APIResource {
|
|
|
427
465
|
serviceItems: ServiceItemsAPI.ServiceItems = new ServiceItemsAPI.ServiceItems(this._client);
|
|
428
466
|
standardTerms: StandardTermsAPI.StandardTerms = new StandardTermsAPI.StandardTerms(this._client);
|
|
429
467
|
subtotalItems: SubtotalItemsAPI.SubtotalItems = new SubtotalItemsAPI.SubtotalItems(this._client);
|
|
468
|
+
timeTrackingActivities: TimeTrackingActivitiesAPI.TimeTrackingActivities =
|
|
469
|
+
new TimeTrackingActivitiesAPI.TimeTrackingActivities(this._client);
|
|
470
|
+
transactions: TransactionsAPI.Transactions = new TransactionsAPI.Transactions(this._client);
|
|
430
471
|
transfers: TransfersAPI.Transfers = new TransfersAPI.Transfers(this._client);
|
|
431
472
|
vendorCredits: VendorCreditsAPI.VendorCredits = new VendorCreditsAPI.VendorCredits(this._client);
|
|
432
473
|
vendors: VendorsAPI.Vendors = new VendorsAPI.Vendors(this._client);
|
|
474
|
+
|
|
475
|
+
/**
|
|
476
|
+
* Checks whether the specified QuickBooks Desktop connection is active and can
|
|
477
|
+
* process requests end-to-end. This is useful for showing a "connection status"
|
|
478
|
+
* indicator in your app. If an error occurs, the typical Conductor error response
|
|
479
|
+
* will be returned. As with any request to QuickBooks Desktop, the health check
|
|
480
|
+
* may fail if the application is not running, the wrong company file is open, or
|
|
481
|
+
* if a modal dialog is open. Timeout is 60 seconds.
|
|
482
|
+
*/
|
|
483
|
+
healthCheck(
|
|
484
|
+
params: QbdHealthCheckParams,
|
|
485
|
+
options?: Core.RequestOptions,
|
|
486
|
+
): Core.APIPromise<QbdHealthCheckResponse> {
|
|
487
|
+
const { conductorEndUserId } = params;
|
|
488
|
+
return this._client.get('/quickbooks-desktop/health-check', {
|
|
489
|
+
...options,
|
|
490
|
+
headers: { 'Conductor-End-User-Id': conductorEndUserId, ...options?.headers },
|
|
491
|
+
});
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
export interface QbdHealthCheckResponse {
|
|
496
|
+
/**
|
|
497
|
+
* The time, in milliseconds, that it took to perform the health check.
|
|
498
|
+
*/
|
|
499
|
+
duration: number;
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* The status of the health check.
|
|
503
|
+
*/
|
|
504
|
+
status: 'ok';
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
export interface QbdHealthCheckParams {
|
|
508
|
+
/**
|
|
509
|
+
* The ID of the EndUser to receive this request (e.g.,
|
|
510
|
+
* `"Conductor-End-User-Id: {{END_USER_ID}}"`).
|
|
511
|
+
*/
|
|
512
|
+
conductorEndUserId: string;
|
|
433
513
|
}
|
|
434
514
|
|
|
435
515
|
Qbd.Accounts = Accounts;
|
|
@@ -442,6 +522,7 @@ Qbd.BillsCursorPage = BillsCursorPage;
|
|
|
442
522
|
Qbd.Checks = Checks;
|
|
443
523
|
Qbd.ChecksCursorPage = ChecksCursorPage;
|
|
444
524
|
Qbd.Classes = Classes;
|
|
525
|
+
Qbd.CompanyResource = CompanyResource;
|
|
445
526
|
Qbd.CreditCardCharges = CreditCardCharges;
|
|
446
527
|
Qbd.CreditCardChargesCursorPage = CreditCardChargesCursorPage;
|
|
447
528
|
Qbd.CreditCardCredits = CreditCardCredits;
|
|
@@ -471,6 +552,7 @@ Qbd.NonInventoryItems = NonInventoryItems;
|
|
|
471
552
|
Qbd.NonInventoryItemsCursorPage = NonInventoryItemsCursorPage;
|
|
472
553
|
Qbd.PayrollWageItems = PayrollWageItems;
|
|
473
554
|
Qbd.PayrollWageItemsCursorPage = PayrollWageItemsCursorPage;
|
|
555
|
+
Qbd.PriceLevels = PriceLevels;
|
|
474
556
|
Qbd.PurchaseOrders = PurchaseOrders;
|
|
475
557
|
Qbd.PurchaseOrdersCursorPage = PurchaseOrdersCursorPage;
|
|
476
558
|
Qbd.ReceivePayments = ReceivePayments;
|
|
@@ -488,6 +570,10 @@ Qbd.ServiceItemsCursorPage = ServiceItemsCursorPage;
|
|
|
488
570
|
Qbd.StandardTerms = StandardTerms;
|
|
489
571
|
Qbd.SubtotalItems = SubtotalItems;
|
|
490
572
|
Qbd.SubtotalItemsCursorPage = SubtotalItemsCursorPage;
|
|
573
|
+
Qbd.TimeTrackingActivities = TimeTrackingActivities;
|
|
574
|
+
Qbd.TimeTrackingActivitiesCursorPage = TimeTrackingActivitiesCursorPage;
|
|
575
|
+
Qbd.Transactions = Transactions;
|
|
576
|
+
Qbd.TransactionsCursorPage = TransactionsCursorPage;
|
|
491
577
|
Qbd.Transfers = Transfers;
|
|
492
578
|
Qbd.TransfersCursorPage = TransfersCursorPage;
|
|
493
579
|
Qbd.VendorCredits = VendorCredits;
|
|
@@ -496,6 +582,11 @@ Qbd.Vendors = Vendors;
|
|
|
496
582
|
Qbd.VendorsCursorPage = VendorsCursorPage;
|
|
497
583
|
|
|
498
584
|
export declare namespace Qbd {
|
|
585
|
+
export {
|
|
586
|
+
type QbdHealthCheckResponse as QbdHealthCheckResponse,
|
|
587
|
+
type QbdHealthCheckParams as QbdHealthCheckParams,
|
|
588
|
+
};
|
|
589
|
+
|
|
499
590
|
export {
|
|
500
591
|
Accounts as Accounts,
|
|
501
592
|
type Account as Account,
|
|
@@ -563,6 +654,12 @@ export declare namespace Qbd {
|
|
|
563
654
|
type ClassListParams as ClassListParams,
|
|
564
655
|
};
|
|
565
656
|
|
|
657
|
+
export {
|
|
658
|
+
CompanyResource as CompanyResource,
|
|
659
|
+
type Company as Company,
|
|
660
|
+
type CompanyRetrieveParams as CompanyRetrieveParams,
|
|
661
|
+
};
|
|
662
|
+
|
|
566
663
|
export {
|
|
567
664
|
CreditCardCharges as CreditCardCharges,
|
|
568
665
|
type CreditCardCharge as CreditCardCharge,
|
|
@@ -735,6 +832,18 @@ export declare namespace Qbd {
|
|
|
735
832
|
type PayrollWageItemListParams as PayrollWageItemListParams,
|
|
736
833
|
};
|
|
737
834
|
|
|
835
|
+
export { type Preferences as Preferences, type PreferenceRetrieveParams as PreferenceRetrieveParams };
|
|
836
|
+
|
|
837
|
+
export {
|
|
838
|
+
PriceLevels as PriceLevels,
|
|
839
|
+
type PriceLevel as PriceLevel,
|
|
840
|
+
type PriceLevelListResponse as PriceLevelListResponse,
|
|
841
|
+
type PriceLevelCreateParams as PriceLevelCreateParams,
|
|
842
|
+
type PriceLevelRetrieveParams as PriceLevelRetrieveParams,
|
|
843
|
+
type PriceLevelUpdateParams as PriceLevelUpdateParams,
|
|
844
|
+
type PriceLevelListParams as PriceLevelListParams,
|
|
845
|
+
};
|
|
846
|
+
|
|
738
847
|
export {
|
|
739
848
|
PurchaseOrders as PurchaseOrders,
|
|
740
849
|
type PurchaseOrder as PurchaseOrder,
|
|
@@ -842,6 +951,26 @@ export declare namespace Qbd {
|
|
|
842
951
|
type SubtotalItemListParams as SubtotalItemListParams,
|
|
843
952
|
};
|
|
844
953
|
|
|
954
|
+
export {
|
|
955
|
+
TimeTrackingActivities as TimeTrackingActivities,
|
|
956
|
+
type TimeTrackingActivity as TimeTrackingActivity,
|
|
957
|
+
type TimeTrackingActivityDeleteResponse as TimeTrackingActivityDeleteResponse,
|
|
958
|
+
TimeTrackingActivitiesCursorPage as TimeTrackingActivitiesCursorPage,
|
|
959
|
+
type TimeTrackingActivityCreateParams as TimeTrackingActivityCreateParams,
|
|
960
|
+
type TimeTrackingActivityRetrieveParams as TimeTrackingActivityRetrieveParams,
|
|
961
|
+
type TimeTrackingActivityUpdateParams as TimeTrackingActivityUpdateParams,
|
|
962
|
+
type TimeTrackingActivityListParams as TimeTrackingActivityListParams,
|
|
963
|
+
type TimeTrackingActivityDeleteParams as TimeTrackingActivityDeleteParams,
|
|
964
|
+
};
|
|
965
|
+
|
|
966
|
+
export {
|
|
967
|
+
Transactions as Transactions,
|
|
968
|
+
type Transaction as Transaction,
|
|
969
|
+
TransactionsCursorPage as TransactionsCursorPage,
|
|
970
|
+
type TransactionRetrieveParams as TransactionRetrieveParams,
|
|
971
|
+
type TransactionListParams as TransactionListParams,
|
|
972
|
+
};
|
|
973
|
+
|
|
845
974
|
export {
|
|
846
975
|
Transfers as Transfers,
|
|
847
976
|
type Transfer as Transfer,
|
|
@@ -1559,14 +1559,14 @@ export interface ReceivePaymentListParams extends CursorPageParams {
|
|
|
1559
1559
|
refNumberTo?: string;
|
|
1560
1560
|
|
|
1561
1561
|
/**
|
|
1562
|
-
* Query param: Filter for receive-payments
|
|
1563
|
-
* 8601 format (YYYY-MM-DD).
|
|
1562
|
+
* Query param: Filter for receive-payments whose `date` field is on or after this
|
|
1563
|
+
* date, in ISO 8601 format (YYYY-MM-DD).
|
|
1564
1564
|
*/
|
|
1565
1565
|
transactionDateFrom?: string;
|
|
1566
1566
|
|
|
1567
1567
|
/**
|
|
1568
|
-
* Query param: Filter for receive-payments
|
|
1569
|
-
* 8601 format (YYYY-MM-DD).
|
|
1568
|
+
* Query param: Filter for receive-payments whose `date` field is on or before this
|
|
1569
|
+
* date, in ISO 8601 format (YYYY-MM-DD).
|
|
1570
1570
|
*/
|
|
1571
1571
|
transactionDateTo?: string;
|
|
1572
1572
|
|
|
@@ -3091,14 +3091,14 @@ export interface SalesOrderListParams extends CursorPageParams {
|
|
|
3091
3091
|
refNumberTo?: string;
|
|
3092
3092
|
|
|
3093
3093
|
/**
|
|
3094
|
-
* Query param: Filter for sales orders
|
|
3095
|
-
* format (YYYY-MM-DD).
|
|
3094
|
+
* Query param: Filter for sales orders whose `date` field is on or after this
|
|
3095
|
+
* date, in ISO 8601 format (YYYY-MM-DD).
|
|
3096
3096
|
*/
|
|
3097
3097
|
transactionDateFrom?: string;
|
|
3098
3098
|
|
|
3099
3099
|
/**
|
|
3100
|
-
* Query param: Filter for sales orders
|
|
3101
|
-
* format (YYYY-MM-DD).
|
|
3100
|
+
* Query param: Filter for sales orders whose `date` field is on or before this
|
|
3101
|
+
* date, in ISO 8601 format (YYYY-MM-DD).
|
|
3102
3102
|
*/
|
|
3103
3103
|
transactionDateTo?: string;
|
|
3104
3104
|
|
|
@@ -3927,14 +3927,14 @@ export interface SalesReceiptListParams extends CursorPageParams {
|
|
|
3927
3927
|
refNumberTo?: string;
|
|
3928
3928
|
|
|
3929
3929
|
/**
|
|
3930
|
-
* Query param: Filter for sales receipts
|
|
3931
|
-
* 8601 format (YYYY-MM-DD).
|
|
3930
|
+
* Query param: Filter for sales receipts whose `date` field is on or after this
|
|
3931
|
+
* date, in ISO 8601 format (YYYY-MM-DD).
|
|
3932
3932
|
*/
|
|
3933
3933
|
transactionDateFrom?: string;
|
|
3934
3934
|
|
|
3935
3935
|
/**
|
|
3936
|
-
* Query param: Filter for sales receipts
|
|
3937
|
-
* 8601 format (YYYY-MM-DD).
|
|
3936
|
+
* Query param: Filter for sales receipts whose `date` field is on or before this
|
|
3937
|
+
* date, in ISO 8601 format (YYYY-MM-DD).
|
|
3938
3938
|
*/
|
|
3939
3939
|
transactionDateTo?: string;
|
|
3940
3940
|
|