conductor-node 10.1.0 → 10.3.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.
@@ -14,13 +14,13 @@ class QbdIntegration extends BaseIntegration_1.default {
14
14
  *
15
15
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/AccountAdd
16
16
  */
17
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { AccountAddRq: { AccountAdd: params } }, "AccountAddRs", "AccountRet"),
17
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { AccountAddRq: { AccountAdd: params } }, "AccountAddRs", "AccountRet"),
18
18
  /**
19
19
  * Modifies an account.
20
20
  *
21
21
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/AccountMod
22
22
  */
23
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { AccountModRq: { AccountMod: params } }, "AccountModRs", "AccountRet"),
23
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { AccountModRq: { AccountMod: params } }, "AccountModRs", "AccountRet"),
24
24
  /**
25
25
  * `AccountQuery` is a list query that returns data for all accounts that
26
26
  * match the provided filter criteria. Notice that it returns only data
@@ -31,7 +31,7 @@ class QbdIntegration extends BaseIntegration_1.default {
31
31
  *
32
32
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/AccountQuery
33
33
  */
34
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { AccountQueryRq: params }, "AccountQueryRs", "AccountRet"),
34
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { AccountQueryRq: params }, "AccountQueryRs", "AccountRet"),
35
35
  };
36
36
  bill = {
37
37
  /**
@@ -86,7 +86,7 @@ class QbdIntegration extends BaseIntegration_1.default {
86
86
  *
87
87
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/BillAdd
88
88
  */
89
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { BillAddRq: { BillAdd: params } }, "BillAddRs", "BillRet"),
89
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { BillAddRq: { BillAdd: params } }, "BillAddRs", "BillRet"),
90
90
  /**
91
91
  * Edit an existing Bill, similar to editing a Bill in the Enter Bills form
92
92
  * in the QuickBooks UI.
@@ -119,7 +119,7 @@ class QbdIntegration extends BaseIntegration_1.default {
119
119
  *
120
120
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/BillMod
121
121
  */
122
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { BillModRq: { BillMod: params } }, "BillModRs", "BillRet"),
122
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { BillModRq: { BillMod: params } }, "BillModRs", "BillRet"),
123
123
  /**
124
124
  * Provides functionality found in the Find/Advanced-Find window to find
125
125
  * bills that are to be paid by check. The Find/Advanced-Find windows can be
@@ -166,7 +166,7 @@ class QbdIntegration extends BaseIntegration_1.default {
166
166
  *
167
167
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/BillQuery
168
168
  */
169
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { BillQueryRq: params }, "BillQueryRs", "BillRet"),
169
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { BillQueryRq: params }, "BillQueryRs", "BillRet"),
170
170
  };
171
171
  billPaymentCheck = {
172
172
  /**
@@ -202,7 +202,7 @@ class QbdIntegration extends BaseIntegration_1.default {
202
202
  *
203
203
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/BillPaymentCheckAdd
204
204
  */
205
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { BillPaymentCheckAddRq: { BillPaymentCheckAdd: params } }, "BillPaymentCheckAddRs", "BillPaymentCheckRet"),
205
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { BillPaymentCheckAddRq: { BillPaymentCheckAdd: params } }, "BillPaymentCheckAddRs", "BillPaymentCheckRet"),
206
206
  /**
207
207
  * Modifies the specified bill payment check.
208
208
  *
@@ -249,7 +249,7 @@ class QbdIntegration extends BaseIntegration_1.default {
249
249
  *
250
250
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/BillPaymentCheckMod
251
251
  */
252
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { BillPaymentCheckModRq: { BillPaymentCheckMod: params } }, "BillPaymentCheckModRs", "BillPaymentCheckRet"),
252
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { BillPaymentCheckModRq: { BillPaymentCheckMod: params } }, "BillPaymentCheckModRs", "BillPaymentCheckRet"),
253
253
  /**
254
254
  * Provides functionality found in the Find/Advanced-Find window to find
255
255
  * bill payments paid by check. The Find/Advanced-Find windows can be
@@ -283,7 +283,7 @@ class QbdIntegration extends BaseIntegration_1.default {
283
283
  *
284
284
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/BillPaymentCheckQuery
285
285
  */
286
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { BillPaymentCheckQueryRq: params }, "BillPaymentCheckQueryRs", "BillPaymentCheckRet"),
286
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { BillPaymentCheckQueryRq: params }, "BillPaymentCheckQueryRs", "BillPaymentCheckRet"),
287
287
  };
288
288
  billingRate = {
289
289
  /**
@@ -304,7 +304,7 @@ class QbdIntegration extends BaseIntegration_1.default {
304
304
  *
305
305
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/BillingRateAdd
306
306
  */
307
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { BillingRateAddRq: { BillingRateAdd: params } }, "BillingRateAddRs", "BillingRateRet"),
307
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { BillingRateAddRq: { BillingRateAdd: params } }, "BillingRateAddRs", "BillingRateRet"),
308
308
  /**
309
309
  * Returns all billing rates, or billing rates filtered by modified date, or
310
310
  * filtered by billing rate name, or filtered by the service item referenced
@@ -312,7 +312,7 @@ class QbdIntegration extends BaseIntegration_1.default {
312
312
  *
313
313
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/BillingRateQuery
314
314
  */
315
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { BillingRateQueryRq: params }, "BillingRateQueryRs", "BillingRateRet"),
315
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { BillingRateQueryRq: params }, "BillingRateQueryRs", "BillingRateRet"),
316
316
  };
317
317
  charge = {
318
318
  /**
@@ -322,7 +322,7 @@ class QbdIntegration extends BaseIntegration_1.default {
322
322
  *
323
323
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ChargeAdd
324
324
  */
325
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ChargeAddRq: { ChargeAdd: params } }, "ChargeAddRs", "ChargeRet"),
325
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ChargeAddRq: { ChargeAdd: params } }, "ChargeAddRs", "ChargeRet"),
326
326
  /**
327
327
  * Modifies the specified charge.
328
328
  *
@@ -340,13 +340,13 @@ class QbdIntegration extends BaseIntegration_1.default {
340
340
  *
341
341
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ChargeMod
342
342
  */
343
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ChargeModRq: { ChargeMod: params } }, "ChargeModRs", "ChargeRet"),
343
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ChargeModRq: { ChargeMod: params } }, "ChargeModRs", "ChargeRet"),
344
344
  /**
345
345
  * Returns information about statement charges.
346
346
  *
347
347
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ChargeQuery
348
348
  */
349
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ChargeQueryRq: params }, "ChargeQueryRs", "ChargeRet"),
349
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ChargeQueryRq: params }, "ChargeQueryRs", "ChargeRet"),
350
350
  };
351
351
  buildAssembly = {
352
352
  /**
@@ -364,19 +364,19 @@ class QbdIntegration extends BaseIntegration_1.default {
364
364
  *
365
365
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/BuildAssemblyAdd
366
366
  */
367
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { BuildAssemblyAddRq: { BuildAssemblyAdd: params } }, "BuildAssemblyAddRs", "BuildAssemblyRet"),
367
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { BuildAssemblyAddRq: { BuildAssemblyAdd: params } }, "BuildAssemblyAddRs", "BuildAssemblyRet"),
368
368
  /**
369
369
  * Modifies an existing build assembly transaction in the QuickBooks company.
370
370
  *
371
371
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/BuildAssemblyMod
372
372
  */
373
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { BuildAssemblyModRq: { BuildAssemblyMod: params } }, "BuildAssemblyModRs", "BuildAssemblyRet"),
373
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { BuildAssemblyModRq: { BuildAssemblyMod: params } }, "BuildAssemblyModRs", "BuildAssemblyRet"),
374
374
  /**
375
375
  * Filters build assembly transactions by the specified filter criteria.
376
376
  *
377
377
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/BuildAssemblyQuery
378
378
  */
379
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { BuildAssemblyQueryRq: params }, "BuildAssemblyQueryRs", "BuildAssemblyRet"),
379
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { BuildAssemblyQueryRq: params }, "BuildAssemblyQueryRs", "BuildAssemblyRet"),
380
380
  };
381
381
  check = {
382
382
  /**
@@ -397,13 +397,13 @@ class QbdIntegration extends BaseIntegration_1.default {
397
397
  *
398
398
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CheckAdd
399
399
  */
400
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CheckAddRq: { CheckAdd: params } }, "CheckAddRs", "CheckRet"),
400
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CheckAddRq: { CheckAdd: params } }, "CheckAddRs", "CheckRet"),
401
401
  /**
402
402
  * Modifies an existing Check. Notice that you cannot use this to modify BillPaymentChecks.
403
403
  *
404
404
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CheckMod
405
405
  */
406
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CheckModRq: { CheckMod: params } }, "CheckModRs", "CheckRet"),
406
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CheckModRq: { CheckMod: params } }, "CheckModRs", "CheckRet"),
407
407
  /**
408
408
  * Returns certain types of checks based on the supplied query criteria.
409
409
  * Note that `BillPaymentChecks`, payroll checks, and liability checks are
@@ -411,7 +411,7 @@ class QbdIntegration extends BaseIntegration_1.default {
411
411
  *
412
412
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CheckQuery
413
413
  */
414
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CheckQueryRq: params }, "CheckQueryRs", "CheckRet"),
414
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CheckQueryRq: params }, "CheckQueryRs", "CheckRet"),
415
415
  };
416
416
  class = {
417
417
  /**
@@ -433,19 +433,19 @@ class QbdIntegration extends BaseIntegration_1.default {
433
433
  *
434
434
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ClassAdd
435
435
  */
436
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ClassAddRq: { ClassAdd: params } }, "ClassAddRs", "ClassRet"),
436
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ClassAddRq: { ClassAdd: params } }, "ClassAddRs", "ClassRet"),
437
437
  /**
438
438
  * Modifies the specified class.
439
439
  *
440
440
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ClassMod
441
441
  */
442
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ClassModRq: { ClassMod: params } }, "ClassModRs", "ClassRet"),
442
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ClassModRq: { ClassMod: params } }, "ClassModRs", "ClassRet"),
443
443
  /**
444
444
  * Queries for existing classes.
445
445
  *
446
446
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ClassQuery
447
447
  */
448
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ClassQueryRq: params }, "ClassQueryRs", "ClassRet"),
448
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ClassQueryRq: params }, "ClassQueryRs", "ClassRet"),
449
449
  };
450
450
  company = {
451
451
  /**
@@ -459,7 +459,7 @@ class QbdIntegration extends BaseIntegration_1.default {
459
459
  *
460
460
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CompanyQuery
461
461
  */
462
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CompanyQueryRq: params }, "CompanyQueryRs", "CompanyRet"),
462
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CompanyQueryRq: params }, "CompanyQueryRs", "CompanyRet"),
463
463
  };
464
464
  creditCardCharge = {
465
465
  /**
@@ -473,7 +473,7 @@ class QbdIntegration extends BaseIntegration_1.default {
473
473
  *
474
474
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CreditCardChargeAdd
475
475
  */
476
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CreditCardChargeAddRq: { CreditCardChargeAdd: params } }, "CreditCardChargeAddRs", "CreditCardChargeRet"),
476
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CreditCardChargeAddRq: { CreditCardChargeAdd: params } }, "CreditCardChargeAddRs", "CreditCardChargeRet"),
477
477
  /**
478
478
  * The Credit Card charge mod request allows you to modify an existing
479
479
  * credit card charge transaction using the SDK. You can modify most of the
@@ -501,13 +501,13 @@ class QbdIntegration extends BaseIntegration_1.default {
501
501
  *
502
502
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CreditCardChargeMod
503
503
  */
504
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CreditCardChargeModRq: { CreditCardChargeMod: params } }, "CreditCardChargeModRs", "CreditCardChargeRet"),
504
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CreditCardChargeModRq: { CreditCardChargeMod: params } }, "CreditCardChargeModRs", "CreditCardChargeRet"),
505
505
  /**
506
506
  * Queries for the specified credit card charge or charges.
507
507
  *
508
508
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CreditCardChargeQuery
509
509
  */
510
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CreditCardChargeQueryRq: params }, "CreditCardChargeQueryRs", "CreditCardChargeRet"),
510
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CreditCardChargeQueryRq: params }, "CreditCardChargeQueryRs", "CreditCardChargeRet"),
511
511
  };
512
512
  creditCardCredit = {
513
513
  /**
@@ -520,7 +520,7 @@ class QbdIntegration extends BaseIntegration_1.default {
520
520
  *
521
521
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CreditCardCreditAdd
522
522
  */
523
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CreditCardCreditAddRq: { CreditCardCreditAdd: params } }, "CreditCardCreditAddRs", "CreditCardCreditRet"),
523
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CreditCardCreditAddRq: { CreditCardCreditAdd: params } }, "CreditCardCreditAddRs", "CreditCardCreditRet"),
524
524
  /**
525
525
  * The Credit Card credit mod request allows you to modify an existing
526
526
  * credit card credit transaction using the SDK. You can modify most of the
@@ -548,13 +548,13 @@ class QbdIntegration extends BaseIntegration_1.default {
548
548
  *
549
549
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CreditCardCreditMod
550
550
  */
551
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CreditCardCreditModRq: { CreditCardCreditMod: params } }, "CreditCardCreditModRs", "CreditCardCreditRet"),
551
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CreditCardCreditModRq: { CreditCardCreditMod: params } }, "CreditCardCreditModRs", "CreditCardCreditRet"),
552
552
  /**
553
553
  * Queries for the specified credit or set of credits.
554
554
  *
555
555
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CreditCardCreditQuery
556
556
  */
557
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CreditCardCreditQueryRq: params }, "CreditCardCreditQueryRs", "CreditCardCreditRet"),
557
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CreditCardCreditQueryRq: params }, "CreditCardCreditQueryRs", "CreditCardCreditRet"),
558
558
  };
559
559
  creditMemo = {
560
560
  /**
@@ -570,7 +570,7 @@ class QbdIntegration extends BaseIntegration_1.default {
570
570
  *
571
571
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CreditMemoAdd
572
572
  */
573
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CreditMemoAddRq: { CreditMemoAdd: params } }, "CreditMemoAddRs", "CreditMemoRet"),
573
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CreditMemoAddRq: { CreditMemoAdd: params } }, "CreditMemoAddRs", "CreditMemoRet"),
574
574
  /**
575
575
  * Modifies an existing credit memo.
576
576
  *
@@ -597,13 +597,13 @@ class QbdIntegration extends BaseIntegration_1.default {
597
597
  *
598
598
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CreditMemoMod
599
599
  */
600
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CreditMemoModRq: { CreditMemoMod: params } }, "CreditMemoModRs", "CreditMemoRet"),
600
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CreditMemoModRq: { CreditMemoMod: params } }, "CreditMemoModRs", "CreditMemoRet"),
601
601
  /**
602
602
  * Queries for the specified credit memo or set of credit memos.
603
603
  *
604
604
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CreditMemoQuery
605
605
  */
606
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CreditMemoQueryRq: params }, "CreditMemoQueryRs", "CreditMemoRet"),
606
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CreditMemoQueryRq: params }, "CreditMemoQueryRs", "CreditMemoRet"),
607
607
  };
608
608
  currency = {
609
609
  /**
@@ -621,7 +621,7 @@ class QbdIntegration extends BaseIntegration_1.default {
621
621
  *
622
622
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CurrencyAdd
623
623
  */
624
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CurrencyAddRq: { CurrencyAdd: params } }, "CurrencyAddRs", "CurrencyRet"),
624
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CurrencyAddRq: { CurrencyAdd: params } }, "CurrencyAddRs", "CurrencyRet"),
625
625
  /**
626
626
  * Modifies an existing currency.
627
627
  *
@@ -633,13 +633,13 @@ class QbdIntegration extends BaseIntegration_1.default {
633
633
  *
634
634
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CurrencyMod
635
635
  */
636
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CurrencyModRq: { CurrencyMod: params } }, "CurrencyModRs", "CurrencyRet"),
636
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CurrencyModRq: { CurrencyMod: params } }, "CurrencyModRs", "CurrencyRet"),
637
637
  /**
638
638
  * Queries for built-in and user-defined currencies.
639
639
  *
640
640
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CurrencyQuery
641
641
  */
642
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CurrencyQueryRq: params }, "CurrencyQueryRs", "CurrencyRet"),
642
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CurrencyQueryRq: params }, "CurrencyQueryRs", "CurrencyRet"),
643
643
  };
644
644
  customer = {
645
645
  /**
@@ -664,13 +664,13 @@ class QbdIntegration extends BaseIntegration_1.default {
664
664
  *
665
665
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CustomerAdd
666
666
  */
667
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CustomerAddRq: { CustomerAdd: params } }, "CustomerAddRs", "CustomerRet"),
667
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CustomerAddRq: { CustomerAdd: params } }, "CustomerAddRs", "CustomerRet"),
668
668
  /**
669
669
  * Modifies the customer record.
670
670
  *
671
671
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CustomerMod
672
672
  */
673
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CustomerModRq: { CustomerMod: params } }, "CustomerModRs", "CustomerRet"),
673
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CustomerModRq: { CustomerMod: params } }, "CustomerModRs", "CustomerRet"),
674
674
  /**
675
675
  * Returns data for the specified customers.
676
676
  *
@@ -683,7 +683,7 @@ class QbdIntegration extends BaseIntegration_1.default {
683
683
  *
684
684
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CustomerQuery
685
685
  */
686
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CustomerQueryRq: params }, "CustomerQueryRs", "CustomerRet"),
686
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CustomerQueryRq: params }, "CustomerQueryRs", "CustomerRet"),
687
687
  };
688
688
  customerType = {
689
689
  /**
@@ -698,13 +698,13 @@ class QbdIntegration extends BaseIntegration_1.default {
698
698
  *
699
699
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CustomerTypeAdd
700
700
  */
701
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CustomerTypeAddRq: { CustomerTypeAdd: params } }, "CustomerTypeAddRs", "CustomerTypeRet"),
701
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CustomerTypeAddRq: { CustomerTypeAdd: params } }, "CustomerTypeAddRs", "CustomerTypeRet"),
702
702
  /**
703
703
  * Queries for the specified customer type or set of types.
704
704
  *
705
705
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CustomerTypeQuery
706
706
  */
707
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CustomerTypeQueryRq: params }, "CustomerTypeQueryRs", "CustomerTypeRet"),
707
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CustomerTypeQueryRq: params }, "CustomerTypeQueryRs", "CustomerTypeRet"),
708
708
  };
709
709
  deposit = {
710
710
  /**
@@ -715,19 +715,19 @@ class QbdIntegration extends BaseIntegration_1.default {
715
715
  *
716
716
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/DepositAdd
717
717
  */
718
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { DepositAddRq: { DepositAdd: params } }, "DepositAddRs", "DepositRet"),
718
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { DepositAddRq: { DepositAdd: params } }, "DepositAddRs", "DepositRet"),
719
719
  /**
720
720
  * Modifies an existing deposit.
721
721
  *
722
722
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/DepositMod
723
723
  */
724
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { DepositModRq: { DepositMod: params } }, "DepositModRs", "DepositRet"),
724
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { DepositModRq: { DepositMod: params } }, "DepositModRs", "DepositRet"),
725
725
  /**
726
726
  * This request searches for deposits that match the supplied filters.
727
727
  *
728
728
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/DepositQuery
729
729
  */
730
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { DepositQueryRq: params }, "DepositQueryRs", "DepositRet"),
730
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { DepositQueryRq: params }, "DepositQueryRs", "DepositRet"),
731
731
  };
732
732
  employee = {
733
733
  /**
@@ -736,19 +736,19 @@ class QbdIntegration extends BaseIntegration_1.default {
736
736
  *
737
737
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/EmployeeAdd
738
738
  */
739
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { EmployeeAddRq: { EmployeeAdd: params } }, "EmployeeAddRs", "EmployeeRet"),
739
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { EmployeeAddRq: { EmployeeAdd: params } }, "EmployeeAddRs", "EmployeeRet"),
740
740
  /**
741
741
  * Modifies an existing employee.
742
742
  *
743
743
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/EmployeeMod
744
744
  */
745
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { EmployeeModRq: { EmployeeMod: params } }, "EmployeeModRs", "EmployeeRet"),
745
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { EmployeeModRq: { EmployeeMod: params } }, "EmployeeModRs", "EmployeeRet"),
746
746
  /**
747
747
  * Returns employee data.
748
748
  *
749
749
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/EmployeeQuery
750
750
  */
751
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { EmployeeQueryRq: params }, "EmployeeQueryRs", "EmployeeRet"),
751
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { EmployeeQueryRq: params }, "EmployeeQueryRs", "EmployeeRet"),
752
752
  };
753
753
  estimate = {
754
754
  /**
@@ -763,7 +763,7 @@ class QbdIntegration extends BaseIntegration_1.default {
763
763
  *
764
764
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/EstimateAdd
765
765
  */
766
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { EstimateAddRq: { EstimateAdd: params } }, "EstimateAddRs", "EstimateRet"),
766
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { EstimateAddRq: { EstimateAdd: params } }, "EstimateAddRs", "EstimateRet"),
767
767
  /**
768
768
  * Modifies the specified estimate.
769
769
  *
@@ -788,13 +788,13 @@ class QbdIntegration extends BaseIntegration_1.default {
788
788
  *
789
789
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/EstimateMod
790
790
  */
791
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { EstimateModRq: { EstimateMod: params } }, "EstimateModRs", "EstimateRet"),
791
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { EstimateModRq: { EstimateMod: params } }, "EstimateModRs", "EstimateRet"),
792
792
  /**
793
793
  * Queries for the specified estimate or set of estimates.
794
794
  *
795
795
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/EstimateQuery
796
796
  */
797
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { EstimateQueryRq: params }, "EstimateQueryRs", "EstimateRet"),
797
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { EstimateQueryRq: params }, "EstimateQueryRs", "EstimateRet"),
798
798
  };
799
799
  inventoryAdjustment = {
800
800
  /**
@@ -812,13 +812,13 @@ class QbdIntegration extends BaseIntegration_1.default {
812
812
  *
813
813
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/InventoryAdjustmentAdd
814
814
  */
815
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { InventoryAdjustmentAddRq: { InventoryAdjustmentAdd: params } }, "InventoryAdjustmentAddRs", "InventoryAdjustmentRet"),
815
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { InventoryAdjustmentAddRq: { InventoryAdjustmentAdd: params } }, "InventoryAdjustmentAddRs", "InventoryAdjustmentRet"),
816
816
  /**
817
817
  * Modifies an inventory adjustment.
818
818
  *
819
819
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/InventoryAdjustmentMod
820
820
  */
821
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { InventoryAdjustmentModRq: { InventoryAdjustmentMod: params } }, "InventoryAdjustmentModRs", "InventoryAdjustmentRet"),
821
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { InventoryAdjustmentModRq: { InventoryAdjustmentMod: params } }, "InventoryAdjustmentModRs", "InventoryAdjustmentRet"),
822
822
  /**
823
823
  * Queries for the specified inventory adjustment or set of inventory
824
824
  * adjustments.
@@ -828,7 +828,7 @@ class QbdIntegration extends BaseIntegration_1.default {
828
828
  *
829
829
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/InventoryAdjustmentQuery
830
830
  */
831
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { InventoryAdjustmentQueryRq: params }, "InventoryAdjustmentQueryRs", "InventoryAdjustmentRet"),
831
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { InventoryAdjustmentQueryRq: params }, "InventoryAdjustmentQueryRs", "InventoryAdjustmentRet"),
832
832
  };
833
833
  inventorySite = {
834
834
  /**
@@ -836,19 +836,19 @@ class QbdIntegration extends BaseIntegration_1.default {
836
836
  *
837
837
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/InventorySiteAdd
838
838
  */
839
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { InventorySiteAddRq: { InventorySiteAdd: params } }, "InventorySiteAddRs", "InventorySiteRet"),
839
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { InventorySiteAddRq: { InventorySiteAdd: params } }, "InventorySiteAddRs", "InventorySiteRet"),
840
840
  /**
841
841
  * Modifies an inventory site.
842
842
  *
843
843
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/InventorySiteMod
844
844
  */
845
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { InventorySiteModRq: { InventorySiteMod: params } }, "InventorySiteModRs", "InventorySiteRet"),
845
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { InventorySiteModRq: { InventorySiteMod: params } }, "InventorySiteModRs", "InventorySiteRet"),
846
846
  /**
847
847
  * Queries for the specified inventory site or set of inventory sites.
848
848
  *
849
849
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/InventorySiteQuery
850
850
  */
851
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { InventorySiteQueryRq: params }, "InventorySiteQueryRs", "InventorySiteRet"),
851
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { InventorySiteQueryRq: params }, "InventorySiteQueryRs", "InventorySiteRet"),
852
852
  };
853
853
  invoice = {
854
854
  /**
@@ -874,7 +874,7 @@ class QbdIntegration extends BaseIntegration_1.default {
874
874
  *
875
875
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/InvoiceAdd
876
876
  */
877
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { InvoiceAddRq: { InvoiceAdd: params } }, "InvoiceAddRs", "InvoiceRet"),
877
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { InvoiceAddRq: { InvoiceAdd: params } }, "InvoiceAddRs", "InvoiceRet"),
878
878
  /**
879
879
  * Modifies an existing invoice. If you are modifying existing line items,
880
880
  * supply an `InvoiceLineMod` and `TxnLineID` for each line you want to
@@ -904,13 +904,13 @@ class QbdIntegration extends BaseIntegration_1.default {
904
904
  *
905
905
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/InvoiceMod
906
906
  */
907
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { InvoiceModRq: { InvoiceMod: params } }, "InvoiceModRs", "InvoiceRet"),
907
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { InvoiceModRq: { InvoiceMod: params } }, "InvoiceModRs", "InvoiceRet"),
908
908
  /**
909
909
  * Returns invoice data.
910
910
  *
911
911
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/InvoiceQuery
912
912
  */
913
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { InvoiceQueryRq: params }, "InvoiceQueryRs", "InvoiceRet"),
913
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { InvoiceQueryRq: params }, "InvoiceQueryRs", "InvoiceRet"),
914
914
  };
915
915
  itemDiscount = {
916
916
  /**
@@ -942,7 +942,7 @@ class QbdIntegration extends BaseIntegration_1.default {
942
942
  *
943
943
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemDiscountAdd
944
944
  */
945
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemDiscountAddRq: { ItemDiscountAdd: params } }, "ItemDiscountAddRs", "ItemDiscountRet"),
945
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemDiscountAddRq: { ItemDiscountAdd: params } }, "ItemDiscountAddRs", "ItemDiscountRet"),
946
946
  /**
947
947
  * Modifies a discount item.
948
948
  *
@@ -979,13 +979,13 @@ class QbdIntegration extends BaseIntegration_1.default {
979
979
  *
980
980
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemDiscountMod
981
981
  */
982
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemDiscountModRq: { ItemDiscountMod: params } }, "ItemDiscountModRs", "ItemDiscountRet"),
982
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemDiscountModRq: { ItemDiscountMod: params } }, "ItemDiscountModRs", "ItemDiscountRet"),
983
983
  /**
984
984
  * Queries for the specified discount item or set of items.
985
985
  *
986
986
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemDiscountQuery
987
987
  */
988
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemDiscountQueryRq: params }, "ItemDiscountQueryRs", "ItemDiscountRet"),
988
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemDiscountQueryRq: params }, "ItemDiscountQueryRs", "ItemDiscountRet"),
989
989
  };
990
990
  itemFixedAsset = {
991
991
  /**
@@ -996,7 +996,7 @@ class QbdIntegration extends BaseIntegration_1.default {
996
996
  *
997
997
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemFixedAssetAdd
998
998
  */
999
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemFixedAssetAddRq: { ItemFixedAssetAdd: params } }, "ItemFixedAssetAddRs", "ItemFixedAssetRet"),
999
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemFixedAssetAddRq: { ItemFixedAssetAdd: params } }, "ItemFixedAssetAddRs", "ItemFixedAssetRet"),
1000
1000
  /**
1001
1001
  * Modifies a fixed asset item. Fixed-asset items represent assets that will
1002
1002
  * benefit a business for longer than one year. The purchase price of these
@@ -1005,13 +1005,13 @@ class QbdIntegration extends BaseIntegration_1.default {
1005
1005
  *
1006
1006
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemFixedAssetMod
1007
1007
  */
1008
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemFixedAssetModRq: { ItemFixedAssetMod: params } }, "ItemFixedAssetModRs", "ItemFixedAssetRet"),
1008
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemFixedAssetModRq: { ItemFixedAssetMod: params } }, "ItemFixedAssetModRs", "ItemFixedAssetRet"),
1009
1009
  /**
1010
1010
  * Queries for the specified fixed-asset item or set of fixed asset items.
1011
1011
  *
1012
1012
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemFixedAssetQuery
1013
1013
  */
1014
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemFixedAssetQueryRq: params }, "ItemFixedAssetQueryRs", "ItemFixedAssetRet"),
1014
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemFixedAssetQueryRq: params }, "ItemFixedAssetQueryRs", "ItemFixedAssetRet"),
1015
1015
  };
1016
1016
  itemGroup = {
1017
1017
  /**
@@ -1024,20 +1024,20 @@ class QbdIntegration extends BaseIntegration_1.default {
1024
1024
  *
1025
1025
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemGroupAdd
1026
1026
  */
1027
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemGroupAddRq: { ItemGroupAdd: params } }, "ItemGroupAddRs", "ItemGroupRet"),
1027
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemGroupAddRq: { ItemGroupAdd: params } }, "ItemGroupAddRs", "ItemGroupRet"),
1028
1028
  /**
1029
1029
  * Modifies an item group.
1030
1030
  *
1031
1031
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemGroupMod
1032
1032
  */
1033
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemGroupModRq: { ItemGroupMod: params } }, "ItemGroupModRs", "ItemGroupRet"),
1033
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemGroupModRq: { ItemGroupMod: params } }, "ItemGroupModRs", "ItemGroupRet"),
1034
1034
  /**
1035
1035
  * An `ItemGroupQuery` request will return information about all the item
1036
1036
  * groups that are set up in the QuickBooks file.
1037
1037
  *
1038
1038
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/itemgroupquery
1039
1039
  */
1040
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemGroupQueryRq: params }, "ItemGroupQueryRs", "ItemGroupRet"),
1040
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemGroupQueryRq: params }, "ItemGroupQueryRs", "ItemGroupRet"),
1041
1041
  };
1042
1042
  itemInventory = {
1043
1043
  /**
@@ -1054,13 +1054,13 @@ class QbdIntegration extends BaseIntegration_1.default {
1054
1054
  *
1055
1055
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemInventoryAdd
1056
1056
  */
1057
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemInventoryAddRq: { ItemInventoryAdd: params } }, "ItemInventoryAddRs", "ItemInventoryRet"),
1057
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemInventoryAddRq: { ItemInventoryAdd: params } }, "ItemInventoryAddRs", "ItemInventoryRet"),
1058
1058
  /**
1059
1059
  * Modifies an inventory item.
1060
1060
  *
1061
1061
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemInventoryMod
1062
1062
  */
1063
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemInventoryModRq: { ItemInventoryMod: params } }, "ItemInventoryModRs", "ItemInventoryRet"),
1063
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemInventoryModRq: { ItemInventoryMod: params } }, "ItemInventoryModRs", "ItemInventoryRet"),
1064
1064
  /**
1065
1065
  * Queries for the specified inventory item or set of items.
1066
1066
  *
@@ -1084,7 +1084,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1084
1084
  *
1085
1085
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemInventoryQuery
1086
1086
  */
1087
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemInventoryQueryRq: params }, "ItemInventoryQueryRs", "ItemInventoryRet"),
1087
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemInventoryQueryRq: params }, "ItemInventoryQueryRs", "ItemInventoryRet"),
1088
1088
  };
1089
1089
  itemInventoryAssembly = {
1090
1090
  /**
@@ -1094,7 +1094,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1094
1094
  *
1095
1095
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemInventoryAssemblyAdd
1096
1096
  */
1097
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemInventoryAssemblyAddRq: { ItemInventoryAssemblyAdd: params } }, "ItemInventoryAssemblyAddRs", "ItemInventoryAssemblyRet"),
1097
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemInventoryAssemblyAddRq: { ItemInventoryAssemblyAdd: params } }, "ItemInventoryAssemblyAddRs", "ItemInventoryAssemblyRet"),
1098
1098
  /**
1099
1099
  * Modifies an inventory assembly item. If you are adding components to the
1100
1100
  * assembly, remember that the component items and/or assemblies that make
@@ -1117,14 +1117,14 @@ class QbdIntegration extends BaseIntegration_1.default {
1117
1117
  *
1118
1118
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemInventoryAssemblyMod
1119
1119
  */
1120
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemInventoryAssemblyModRq: { ItemInventoryAssemblyMod: params } }, "ItemInventoryAssemblyModRs", "ItemInventoryAssemblyRet"),
1120
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemInventoryAssemblyModRq: { ItemInventoryAssemblyMod: params } }, "ItemInventoryAssemblyModRs", "ItemInventoryAssemblyRet"),
1121
1121
  /**
1122
1122
  * Queries for the specified inventory assembly item or set of assembly
1123
1123
  * items.
1124
1124
  *
1125
1125
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemInventoryAssemblyQuery
1126
1126
  */
1127
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemInventoryAssemblyQueryRq: params }, "ItemInventoryAssemblyQueryRs", "ItemInventoryAssemblyRet"),
1127
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemInventoryAssemblyQueryRq: params }, "ItemInventoryAssemblyQueryRs", "ItemInventoryAssemblyRet"),
1128
1128
  };
1129
1129
  itemNonInventory = {
1130
1130
  /**
@@ -1138,7 +1138,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1138
1138
  *
1139
1139
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemNonInventoryAdd
1140
1140
  */
1141
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemNonInventoryAddRq: { ItemNonInventoryAdd: params } }, "ItemNonInventoryAddRs", "ItemNonInventoryRet"),
1141
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemNonInventoryAddRq: { ItemNonInventoryAdd: params } }, "ItemNonInventoryAddRs", "ItemNonInventoryRet"),
1142
1142
  /**
1143
1143
  * Modifies a non inventory item.
1144
1144
  *
@@ -1168,13 +1168,13 @@ class QbdIntegration extends BaseIntegration_1.default {
1168
1168
  *
1169
1169
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemNonInventoryMod
1170
1170
  */
1171
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemNonInventoryModRq: { ItemNonInventoryMod: params } }, "ItemNonInventoryModRs", "ItemNonInventoryRet"),
1171
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemNonInventoryModRq: { ItemNonInventoryMod: params } }, "ItemNonInventoryModRs", "ItemNonInventoryRet"),
1172
1172
  /**
1173
1173
  * Queries for the specified non-inventory item or set of items.
1174
1174
  *
1175
1175
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemNonInventoryQuery
1176
1176
  */
1177
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemNonInventoryQueryRq: params }, "ItemNonInventoryQueryRs", "ItemNonInventoryRet"),
1177
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemNonInventoryQueryRq: params }, "ItemNonInventoryQueryRs", "ItemNonInventoryRet"),
1178
1178
  };
1179
1179
  itemOtherCharge = {
1180
1180
  /**
@@ -1184,7 +1184,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1184
1184
  *
1185
1185
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemOtherChargeAdd
1186
1186
  */
1187
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemOtherChargeAddRq: { ItemOtherChargeAdd: params } }, "ItemOtherChargeAddRs", "ItemOtherChargeRet"),
1187
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemOtherChargeAddRq: { ItemOtherChargeAdd: params } }, "ItemOtherChargeAddRs", "ItemOtherChargeRet"),
1188
1188
  /**
1189
1189
  * Modifies an other charge item.
1190
1190
  *
@@ -1214,13 +1214,13 @@ class QbdIntegration extends BaseIntegration_1.default {
1214
1214
  *
1215
1215
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemOtherChargeMod
1216
1216
  */
1217
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemOtherChargeModRq: { ItemOtherChargeMod: params } }, "ItemOtherChargeModRs", "ItemOtherChargeRet"),
1217
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemOtherChargeModRq: { ItemOtherChargeMod: params } }, "ItemOtherChargeModRs", "ItemOtherChargeRet"),
1218
1218
  /**
1219
1219
  * Queries for the specified other charge item or set of items.
1220
1220
  *
1221
1221
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemOtherChargeQuery
1222
1222
  */
1223
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemOtherChargeQueryRq: params }, "ItemOtherChargeQueryRs", "ItemOtherChargeRet"),
1223
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemOtherChargeQueryRq: params }, "ItemOtherChargeQueryRs", "ItemOtherChargeRet"),
1224
1224
  };
1225
1225
  itemPayment = {
1226
1226
  /**
@@ -1234,7 +1234,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1234
1234
  *
1235
1235
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemPaymentAdd
1236
1236
  */
1237
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemPaymentAddRq: { ItemPaymentAdd: params } }, "ItemPaymentAddRs", "ItemPaymentRet"),
1237
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemPaymentAddRq: { ItemPaymentAdd: params } }, "ItemPaymentAddRs", "ItemPaymentRet"),
1238
1238
  /**
1239
1239
  * Modifies an item payment.
1240
1240
  *
@@ -1245,13 +1245,13 @@ class QbdIntegration extends BaseIntegration_1.default {
1245
1245
  *
1246
1246
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemPaymentMod
1247
1247
  */
1248
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemPaymentModRq: { ItemPaymentMod: params } }, "ItemPaymentModRs", "ItemPaymentRet"),
1248
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemPaymentModRq: { ItemPaymentMod: params } }, "ItemPaymentModRs", "ItemPaymentRet"),
1249
1249
  /**
1250
1250
  * Queries for the specified item payment or set of payments.
1251
1251
  *
1252
1252
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemPaymentQuery
1253
1253
  */
1254
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemPaymentQueryRq: params }, "ItemPaymentQueryRs", "ItemPaymentRet"),
1254
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemPaymentQueryRq: params }, "ItemPaymentQueryRs", "ItemPaymentRet"),
1255
1255
  };
1256
1256
  itemReceipt = {
1257
1257
  /**
@@ -1266,20 +1266,20 @@ class QbdIntegration extends BaseIntegration_1.default {
1266
1266
  *
1267
1267
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemReceiptAdd
1268
1268
  */
1269
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemReceiptAddRq: { ItemReceiptAdd: params } }, "ItemReceiptAddRs", "ItemReceiptRet"),
1269
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemReceiptAddRq: { ItemReceiptAdd: params } }, "ItemReceiptAddRs", "ItemReceiptRet"),
1270
1270
  /**
1271
1271
  * Modifies an existing item receipt.
1272
1272
  *
1273
1273
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemReceiptMod
1274
1274
  */
1275
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemReceiptModRq: { ItemReceiptMod: params } }, "ItemReceiptModRs", "ItemReceiptRet"),
1275
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemReceiptModRq: { ItemReceiptMod: params } }, "ItemReceiptModRs", "ItemReceiptRet"),
1276
1276
  /**
1277
1277
  * An item receipt transaction is entered in QuickBooks when a shipment is
1278
1278
  * received from a vendor.
1279
1279
  *
1280
1280
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemReceiptQuery
1281
1281
  */
1282
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemReceiptQueryRq: params }, "ItemReceiptQueryRs", "ItemReceiptRet"),
1282
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemReceiptQueryRq: params }, "ItemReceiptQueryRs", "ItemReceiptRet"),
1283
1283
  };
1284
1284
  itemSalesTax = {
1285
1285
  /**
@@ -1322,19 +1322,19 @@ class QbdIntegration extends BaseIntegration_1.default {
1322
1322
  *
1323
1323
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemSalesTaxAdd
1324
1324
  */
1325
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemSalesTaxAddRq: { ItemSalesTaxAdd: params } }, "ItemSalesTaxAddRs", "ItemSalesTaxRet"),
1325
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemSalesTaxAddRq: { ItemSalesTaxAdd: params } }, "ItemSalesTaxAddRs", "ItemSalesTaxRet"),
1326
1326
  /**
1327
1327
  * Modifies an existing sales-tax item.
1328
1328
  *
1329
1329
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemSalesTaxMod
1330
1330
  */
1331
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemSalesTaxModRq: { ItemSalesTaxMod: params } }, "ItemSalesTaxModRs", "ItemSalesTaxRet"),
1331
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemSalesTaxModRq: { ItemSalesTaxMod: params } }, "ItemSalesTaxModRs", "ItemSalesTaxRet"),
1332
1332
  /**
1333
1333
  * Queries for the specified sales-tax item or set of items.
1334
1334
  *
1335
1335
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemSalesTaxQuery
1336
1336
  */
1337
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemSalesTaxQueryRq: params }, "ItemSalesTaxQueryRs", "ItemSalesTaxRet"),
1337
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemSalesTaxQueryRq: params }, "ItemSalesTaxQueryRs", "ItemSalesTaxRet"),
1338
1338
  };
1339
1339
  itemSalesTaxGroup = {
1340
1340
  /**
@@ -1374,19 +1374,19 @@ class QbdIntegration extends BaseIntegration_1.default {
1374
1374
  *
1375
1375
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemSalesTaxGroupAdd
1376
1376
  */
1377
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemSalesTaxGroupAddRq: { ItemSalesTaxGroupAdd: params } }, "ItemSalesTaxGroupAddRs", "ItemSalesTaxGroupRet"),
1377
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemSalesTaxGroupAddRq: { ItemSalesTaxGroupAdd: params } }, "ItemSalesTaxGroupAddRs", "ItemSalesTaxGroupRet"),
1378
1378
  /**
1379
1379
  * Modifies an existing sales-tax group item.
1380
1380
  *
1381
1381
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemSalesTaxGroupMod
1382
1382
  */
1383
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemSalesTaxGroupModRq: { ItemSalesTaxGroupMod: params } }, "ItemSalesTaxGroupModRs", "ItemSalesTaxGroupRet"),
1383
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemSalesTaxGroupModRq: { ItemSalesTaxGroupMod: params } }, "ItemSalesTaxGroupModRs", "ItemSalesTaxGroupRet"),
1384
1384
  /**
1385
1385
  * Queries for the specified sales-tax group item or set of group items.
1386
1386
  *
1387
1387
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemSalesTaxGroupQuery
1388
1388
  */
1389
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemSalesTaxGroupQueryRq: params }, "ItemSalesTaxGroupQueryRs", "ItemSalesTaxGroupRet"),
1389
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemSalesTaxGroupQueryRq: params }, "ItemSalesTaxGroupQueryRs", "ItemSalesTaxGroupRet"),
1390
1390
  };
1391
1391
  itemService = {
1392
1392
  /**
@@ -1403,7 +1403,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1403
1403
  * `ItemServiceRef` and `CustomerRef`.
1404
1404
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemServiceAdd
1405
1405
  */
1406
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemServiceAddRq: { ItemServiceAdd: params } }, "ItemServiceAddRs", "ItemServiceRet"),
1406
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemServiceAddRq: { ItemServiceAdd: params } }, "ItemServiceAddRs", "ItemServiceRet"),
1407
1407
  /**
1408
1408
  * Modifies an existing service item.
1409
1409
  *
@@ -1435,13 +1435,13 @@ class QbdIntegration extends BaseIntegration_1.default {
1435
1435
  *
1436
1436
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemServiceMod
1437
1437
  */
1438
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemServiceModRq: { ItemServiceMod: params } }, "ItemServiceModRs", "ItemServiceRet"),
1438
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemServiceModRq: { ItemServiceMod: params } }, "ItemServiceModRs", "ItemServiceRet"),
1439
1439
  /**
1440
1440
  * Queries for the specified service item or set of items.
1441
1441
  *
1442
1442
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemServiceQuery
1443
1443
  */
1444
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemServiceQueryRq: params }, "ItemServiceQueryRs", "ItemServiceRet"),
1444
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemServiceQueryRq: params }, "ItemServiceQueryRs", "ItemServiceRet"),
1445
1445
  };
1446
1446
  itemSubtotal = {
1447
1447
  /**
@@ -1452,19 +1452,19 @@ class QbdIntegration extends BaseIntegration_1.default {
1452
1452
  *
1453
1453
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemSubtotalAdd
1454
1454
  */
1455
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemSubtotalAddRq: { ItemSubtotalAdd: params } }, "ItemSubtotalAddRs", "ItemSubtotalRet"),
1455
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemSubtotalAddRq: { ItemSubtotalAdd: params } }, "ItemSubtotalAddRs", "ItemSubtotalRet"),
1456
1456
  /**
1457
1457
  * Modifies an existing subtotal item.
1458
1458
  *
1459
1459
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemSubtotalMod
1460
1460
  */
1461
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemSubtotalModRq: { ItemSubtotalMod: params } }, "ItemSubtotalModRs", "ItemSubtotalRet"),
1461
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemSubtotalModRq: { ItemSubtotalMod: params } }, "ItemSubtotalModRs", "ItemSubtotalRet"),
1462
1462
  /**
1463
1463
  * Queries for the specified subtotal item or set of items.
1464
1464
  *
1465
1465
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ItemSubtotalQuery
1466
1466
  */
1467
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ItemSubtotalQueryRq: params }, "ItemSubtotalQueryRs", "ItemSubtotalRet"),
1467
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ItemSubtotalQueryRq: params }, "ItemSubtotalQueryRs", "ItemSubtotalRet"),
1468
1468
  };
1469
1469
  jobType = {
1470
1470
  /**
@@ -1477,13 +1477,13 @@ class QbdIntegration extends BaseIntegration_1.default {
1477
1477
  *
1478
1478
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/JobTypeAdd
1479
1479
  */
1480
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { JobTypeAddRq: { JobTypeAdd: params } }, "JobTypeAddRs", "JobTypeRet"),
1480
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { JobTypeAddRq: { JobTypeAdd: params } }, "JobTypeAddRs", "JobTypeRet"),
1481
1481
  /**
1482
1482
  * Queries for the specified job type or set of job types.
1483
1483
  *
1484
1484
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/JobTypeQuery
1485
1485
  */
1486
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { JobTypeQueryRq: params }, "JobTypeQueryRs", "JobTypeRet"),
1486
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { JobTypeQueryRq: params }, "JobTypeQueryRs", "JobTypeRet"),
1487
1487
  };
1488
1488
  journalEntry = {
1489
1489
  /**
@@ -1517,7 +1517,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1517
1517
  *
1518
1518
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/JournalEntryAdd
1519
1519
  */
1520
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { JournalEntryAddRq: { JournalEntryAdd: params } }, "JournalEntryAddRs", "JournalEntryRet"),
1520
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { JournalEntryAddRq: { JournalEntryAdd: params } }, "JournalEntryAddRs", "JournalEntryRet"),
1521
1521
  /**
1522
1522
  * Modifies a journal entry.
1523
1523
  *
@@ -1527,7 +1527,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1527
1527
  *
1528
1528
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/JournalEntryMod
1529
1529
  */
1530
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { JournalEntryModRq: { JournalEntryMod: params } }, "JournalEntryModRs", "JournalEntryRet"),
1530
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { JournalEntryModRq: { JournalEntryMod: params } }, "JournalEntryModRs", "JournalEntryRet"),
1531
1531
  /**
1532
1532
  * In traditional accounting, transactions are entered into the general
1533
1533
  * journal and categorized exclusively by account. In QuickBooks, most
@@ -1552,7 +1552,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1552
1552
  *
1553
1553
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/JournalEntryQuery
1554
1554
  */
1555
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { JournalEntryQueryRq: params }, "JournalEntryQueryRs", "JournalEntryRet"),
1555
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { JournalEntryQueryRq: params }, "JournalEntryQueryRs", "JournalEntryRet"),
1556
1556
  };
1557
1557
  lead = {
1558
1558
  /**
@@ -1560,19 +1560,19 @@ class QbdIntegration extends BaseIntegration_1.default {
1560
1560
  *
1561
1561
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/LeadAdd
1562
1562
  */
1563
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { LeadAddRq: { LeadAdd: params } }, "LeadAddRs", "LeadRet"),
1563
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { LeadAddRq: { LeadAdd: params } }, "LeadAddRs", "LeadRet"),
1564
1564
  /**
1565
1565
  * Modifies an existing lead.
1566
1566
  *
1567
1567
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/LeadMod
1568
1568
  */
1569
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { LeadModRq: { LeadMod: params } }, "LeadModRs", "LeadRet"),
1569
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { LeadModRq: { LeadMod: params } }, "LeadModRs", "LeadRet"),
1570
1570
  /**
1571
1571
  * Queries for the specified lead or set of leads.
1572
1572
  *
1573
1573
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/LeadQuery
1574
1574
  */
1575
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { LeadQueryRq: params }, "LeadQueryRs", "LeadRet"),
1575
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { LeadQueryRq: params }, "LeadQueryRs", "LeadRet"),
1576
1576
  };
1577
1577
  otherName = {
1578
1578
  /**
@@ -1581,19 +1581,19 @@ class QbdIntegration extends BaseIntegration_1.default {
1581
1581
  *
1582
1582
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/OtherNameAdd
1583
1583
  */
1584
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { OtherNameAddRq: { OtherNameAdd: params } }, "OtherNameAddRs", "OtherNameRet"),
1584
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { OtherNameAddRq: { OtherNameAdd: params } }, "OtherNameAddRs", "OtherNameRet"),
1585
1585
  /**
1586
1586
  * Modifies an existing other name.
1587
1587
  *
1588
1588
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/OtherNameMod
1589
1589
  */
1590
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { OtherNameModRq: { OtherNameMod: params } }, "OtherNameModRs", "OtherNameRet"),
1590
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { OtherNameModRq: { OtherNameMod: params } }, "OtherNameModRs", "OtherNameRet"),
1591
1591
  /**
1592
1592
  * Queries for the specified other name or set of other names.
1593
1593
  *
1594
1594
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/OtherNameQuery
1595
1595
  */
1596
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { OtherNameQueryRq: params }, "OtherNameQueryRs", "OtherNameRet"),
1596
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { OtherNameQueryRq: params }, "OtherNameQueryRs", "OtherNameRet"),
1597
1597
  };
1598
1598
  priceLevel = {
1599
1599
  /**
@@ -1613,7 +1613,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1613
1613
  *
1614
1614
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/PriceLevelAdd
1615
1615
  */
1616
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { PriceLevelAddRq: { PriceLevelAdd: params } }, "PriceLevelAddRs", "PriceLevelRet"),
1616
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { PriceLevelAddRq: { PriceLevelAdd: params } }, "PriceLevelAddRs", "PriceLevelRet"),
1617
1617
  /**
1618
1618
  * Modifies a price level.
1619
1619
  *
@@ -1621,13 +1621,13 @@ class QbdIntegration extends BaseIntegration_1.default {
1621
1621
  *
1622
1622
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/PriceLevelMod
1623
1623
  */
1624
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { PriceLevelModRq: { PriceLevelMod: params } }, "PriceLevelModRs", "PriceLevelRet"),
1624
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { PriceLevelModRq: { PriceLevelMod: params } }, "PriceLevelModRs", "PriceLevelRet"),
1625
1625
  /**
1626
1626
  * Queries for the specified price level or set of price levels.
1627
1627
  *
1628
1628
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/PriceLevelQuery
1629
1629
  */
1630
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { PriceLevelQueryRq: params }, "PriceLevelQueryRs", "PriceLevelRet"),
1630
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { PriceLevelQueryRq: params }, "PriceLevelQueryRs", "PriceLevelRet"),
1631
1631
  };
1632
1632
  purchaseOrder = {
1633
1633
  /**
@@ -1638,7 +1638,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1638
1638
  *
1639
1639
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/PurchaseOrderQuery
1640
1640
  */
1641
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { PurchaseOrderAddRq: { PurchaseOrderAdd: params } }, "PurchaseOrderAddRs", "PurchaseOrderRet"),
1641
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { PurchaseOrderAddRq: { PurchaseOrderAdd: params } }, "PurchaseOrderAddRs", "PurchaseOrderRet"),
1642
1642
  /**
1643
1643
  * Modifies a purchase order.
1644
1644
  *
@@ -1662,13 +1662,13 @@ class QbdIntegration extends BaseIntegration_1.default {
1662
1662
  *
1663
1663
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/PurchaseOrderMod
1664
1664
  */
1665
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { PurchaseOrderModRq: { PurchaseOrderMod: params } }, "PurchaseOrderModRs", "PurchaseOrderRet"),
1665
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { PurchaseOrderModRq: { PurchaseOrderMod: params } }, "PurchaseOrderModRs", "PurchaseOrderRet"),
1666
1666
  /**
1667
1667
  * Queries for the specified purchase order or set of orders.
1668
1668
  *
1669
1669
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/PurchaseOrderQuery
1670
1670
  */
1671
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { PurchaseOrderQueryRq: params }, "PurchaseOrderQueryRs", "PurchaseOrderRet"),
1671
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { PurchaseOrderQueryRq: params }, "PurchaseOrderQueryRs", "PurchaseOrderRet"),
1672
1672
  };
1673
1673
  receivePayment = {
1674
1674
  /**
@@ -1707,7 +1707,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1707
1707
  *
1708
1708
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ReceivePaymentAdd
1709
1709
  */
1710
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ReceivePaymentAddRq: { ReceivePaymentAdd: params } }, "ReceivePaymentAddRs", "ReceivePaymentRet"),
1710
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ReceivePaymentAddRq: { ReceivePaymentAdd: params } }, "ReceivePaymentAddRs", "ReceivePaymentRet"),
1711
1711
  /**
1712
1712
  * Modifies a receive payment transaction.
1713
1713
  *
@@ -1754,13 +1754,13 @@ class QbdIntegration extends BaseIntegration_1.default {
1754
1754
  *
1755
1755
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ReceivePaymentMod
1756
1756
  */
1757
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ReceivePaymentModRq: { ReceivePaymentMod: params } }, "ReceivePaymentModRs", "ReceivePaymentRet"),
1757
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ReceivePaymentModRq: { ReceivePaymentMod: params } }, "ReceivePaymentModRs", "ReceivePaymentRet"),
1758
1758
  /**
1759
1759
  * Queries for the specified receive payment or set of payments.
1760
1760
  *
1761
1761
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/ReceivePaymentQuery
1762
1762
  */
1763
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { ReceivePaymentQueryRq: params }, "ReceivePaymentQueryRs", "ReceivePaymentRet"),
1763
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { ReceivePaymentQueryRq: params }, "ReceivePaymentQueryRs", "ReceivePaymentRet"),
1764
1764
  };
1765
1765
  report = {
1766
1766
  /**
@@ -1805,7 +1805,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1805
1805
  *
1806
1806
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/BudgetSummaryReportQuery
1807
1807
  */
1808
- budgetSummary: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { BudgetSummaryReportQueryRq: params }, "BudgetSummaryReportQueryRs", "ReportRet"),
1808
+ budgetSummary: async (endUserId, params) => this.sendRequestWrapper(endUserId, { BudgetSummaryReportQueryRq: params }, "BudgetSummaryReportQueryRs", "ReportRet"),
1809
1809
  /**
1810
1810
  * A Custom Transaction Detail report gives you complete control over the
1811
1811
  * content of the report. It does not have any default values and consists
@@ -1825,7 +1825,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1825
1825
  *
1826
1826
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CustomDetailReportQuery
1827
1827
  */
1828
- customDetail: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CustomDetailReportQueryRq: params }, "CustomDetailReportQueryRs", "ReportRet"),
1828
+ customDetail: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CustomDetailReportQueryRq: params }, "CustomDetailReportQueryRs", "ReportRet"),
1829
1829
  /**
1830
1830
  * A custom summary report gives you complete control over the content of
1831
1831
  * the report. It does not have any default values and consists entirely of
@@ -1844,7 +1844,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1844
1844
  *
1845
1845
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/CustomSummaryReportQuery
1846
1846
  */
1847
- customSummary: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { CustomSummaryReportQueryRq: params }, "CustomSummaryReportQueryRs", "ReportRet"),
1847
+ customSummary: async (endUserId, params) => this.sendRequestWrapper(endUserId, { CustomSummaryReportQueryRq: params }, "CustomSummaryReportQueryRs", "ReportRet"),
1848
1848
  /**
1849
1849
  * You use this report query to get any of the supported QuickBooks detail
1850
1850
  * reports, which you specify in the `GeneralDetailReportType`. You can
@@ -1877,7 +1877,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1877
1877
  *
1878
1878
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/GeneralDetailReportQuery
1879
1879
  */
1880
- generalDetail: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { GeneralDetailReportQueryRq: params }, "GeneralDetailReportQueryRs", "ReportRet"),
1880
+ generalDetail: async (endUserId, params) => this.sendRequestWrapper(endUserId, { GeneralDetailReportQueryRq: params }, "GeneralDetailReportQueryRs", "ReportRet"),
1881
1881
  /**
1882
1882
  * The General Summary Reports category is the largest category for summary
1883
1883
  * reports. In addition to common customizations, the reports within this
@@ -1886,7 +1886,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1886
1886
  *
1887
1887
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/GeneralSummaryReportQuery
1888
1888
  */
1889
- generalSummary: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { GeneralSummaryReportQueryRq: params }, "GeneralSummaryReportQueryRs", "ReportRet"),
1889
+ generalSummary: async (endUserId, params) => this.sendRequestWrapper(endUserId, { GeneralSummaryReportQueryRq: params }, "GeneralSummaryReportQueryRs", "ReportRet"),
1890
1890
  /**
1891
1891
  * Queries for a job report, which includes both summary and transaction
1892
1892
  * detail reports. The reports can be customized only by date range, by
@@ -1895,7 +1895,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1895
1895
  *
1896
1896
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/JobReportQuery
1897
1897
  */
1898
- job: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { JobReportQueryRq: params }, "JobReportQueryRs", "ReportRet"),
1898
+ job: async (endUserId, params) => this.sendRequestWrapper(endUserId, { JobReportQueryRq: params }, "JobReportQueryRs", "ReportRet"),
1899
1899
  /**
1900
1900
  * This report returns information from any of three QuickBooks payroll
1901
1901
  * reports:
@@ -1927,7 +1927,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1927
1927
  *
1928
1928
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/PayrollSummaryReportQuery
1929
1929
  */
1930
- payrollSummary: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { PayrollSummaryReportQueryRq: params }, "PayrollSummaryReportQueryRs", "ReportRet"),
1930
+ payrollSummary: async (endUserId, params) => this.sendRequestWrapper(endUserId, { PayrollSummaryReportQueryRq: params }, "PayrollSummaryReportQueryRs", "ReportRet"),
1931
1931
  /**
1932
1932
  * Returns information from any of five QuickBooks payroll reports:
1933
1933
  * - Employee state taxes detail report
@@ -1954,14 +1954,14 @@ class QbdIntegration extends BaseIntegration_1.default {
1954
1954
  *
1955
1955
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/PayrollDetailReportQuery
1956
1956
  */
1957
- payrollDetail: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { PayrollDetailReportQueryRq: params }, "PayrollDetailReportQueryRs", "ReportRet"),
1957
+ payrollDetail: async (endUserId, params) => this.sendRequestWrapper(endUserId, { PayrollDetailReportQueryRq: params }, "PayrollDetailReportQueryRs", "ReportRet"),
1958
1958
  /**
1959
1959
  * The Time Reports category includes summary and detail reports related by
1960
1960
  * time. Summarized columns can be customized in these reports.
1961
1961
  *
1962
1962
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/TimeReportQuery
1963
1963
  */
1964
- time: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { TimeReportQueryRq: params }, "TimeReportQueryRs", "ReportRet"),
1964
+ time: async (endUserId, params) => this.sendRequestWrapper(endUserId, { TimeReportQueryRq: params }, "TimeReportQueryRs", "ReportRet"),
1965
1965
  };
1966
1966
  salesOrder = {
1967
1967
  /**
@@ -1974,7 +1974,7 @@ class QbdIntegration extends BaseIntegration_1.default {
1974
1974
  *
1975
1975
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/SalesOrderAdd
1976
1976
  */
1977
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { SalesOrderAddRq: { SalesOrderAdd: params } }, "SalesOrderAddRs", "SalesOrderRet"),
1977
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { SalesOrderAddRq: { SalesOrderAdd: params } }, "SalesOrderAddRs", "SalesOrderRet"),
1978
1978
  /**
1979
1979
  * Modifies a sales order.
1980
1980
  *
@@ -2000,13 +2000,13 @@ class QbdIntegration extends BaseIntegration_1.default {
2000
2000
  *
2001
2001
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/SalesOrderMod
2002
2002
  */
2003
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { SalesOrderModRq: { SalesOrderMod: params } }, "SalesOrderModRs", "SalesOrderRet"),
2003
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { SalesOrderModRq: { SalesOrderMod: params } }, "SalesOrderModRs", "SalesOrderRet"),
2004
2004
  /**
2005
2005
  * Queries for the specified sales order or set of sales orders.
2006
2006
  *
2007
2007
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/SalesOrderQuery
2008
2008
  */
2009
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { SalesOrderQueryRq: params }, "SalesOrderQueryRs", "SalesOrderRet"),
2009
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { SalesOrderQueryRq: params }, "SalesOrderQueryRs", "SalesOrderRet"),
2010
2010
  };
2011
2011
  salesReceipt = {
2012
2012
  /**
@@ -2032,7 +2032,7 @@ class QbdIntegration extends BaseIntegration_1.default {
2032
2032
  *
2033
2033
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/SalesReceiptAdd
2034
2034
  */
2035
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { SalesReceiptAddRq: { SalesReceiptAdd: params } }, "SalesReceiptAddRs", "SalesReceiptRet"),
2035
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { SalesReceiptAddRq: { SalesReceiptAdd: params } }, "SalesReceiptAddRs", "SalesReceiptRet"),
2036
2036
  /**
2037
2037
  * Modifies an existing Sales receipt.
2038
2038
  *
@@ -2042,13 +2042,13 @@ class QbdIntegration extends BaseIntegration_1.default {
2042
2042
  *
2043
2043
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/SalesReceiptMod
2044
2044
  */
2045
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { SalesReceiptModRq: { SalesReceiptMod: params } }, "SalesReceiptModRs", "SalesReceiptRet"),
2045
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { SalesReceiptModRq: { SalesReceiptMod: params } }, "SalesReceiptModRs", "SalesReceiptRet"),
2046
2046
  /**
2047
2047
  * Queries for the specified sales receipt or set of receipts.
2048
2048
  *
2049
2049
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/SalesReceiptQuery
2050
2050
  */
2051
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { SalesReceiptQueryRq: params }, "SalesReceiptQueryRs", "SalesReceiptRet"),
2051
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { SalesReceiptQueryRq: params }, "SalesReceiptQueryRs", "SalesReceiptRet"),
2052
2052
  };
2053
2053
  salesRep = {
2054
2054
  /**
@@ -2064,19 +2064,19 @@ class QbdIntegration extends BaseIntegration_1.default {
2064
2064
  *
2065
2065
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/SalesRepAdd
2066
2066
  */
2067
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { SalesRepAddRq: { SalesRepAdd: params } }, "SalesRepAddRs", "SalesRepRet"),
2067
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { SalesRepAddRq: { SalesRepAdd: params } }, "SalesRepAddRs", "SalesRepRet"),
2068
2068
  /**
2069
2069
  * Modifies a sales rep record.
2070
2070
  *
2071
2071
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/SalesRepMod
2072
2072
  */
2073
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { SalesRepModRq: { SalesRepMod: params } }, "SalesRepModRs", "SalesRepRet"),
2073
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { SalesRepModRq: { SalesRepMod: params } }, "SalesRepModRs", "SalesRepRet"),
2074
2074
  /**
2075
2075
  * Queries for the specified sales rep or set of reps.
2076
2076
  *
2077
2077
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/SalesRepQuery
2078
2078
  */
2079
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { SalesRepQueryRq: params }, "SalesRepQueryRs", "SalesRepRet"),
2079
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { SalesRepQueryRq: params }, "SalesRepQueryRs", "SalesRepRet"),
2080
2080
  };
2081
2081
  salesTaxCode = {
2082
2082
  /**
@@ -2104,7 +2104,7 @@ class QbdIntegration extends BaseIntegration_1.default {
2104
2104
  *
2105
2105
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/SalesTaxCodeAdd
2106
2106
  */
2107
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { SalesTaxCodeAddRq: { SalesTaxCodeAdd: params } }, "SalesTaxCodeAddRs", "SalesTaxCodeRet"),
2107
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { SalesTaxCodeAddRq: { SalesTaxCodeAdd: params } }, "SalesTaxCodeAddRs", "SalesTaxCodeRet"),
2108
2108
  /**
2109
2109
  * Modifies the specified sales tax code, subject to a few limitations. You
2110
2110
  * cannot use it to change a tax code’s `IsTaxable` property after the code
@@ -2114,13 +2114,13 @@ class QbdIntegration extends BaseIntegration_1.default {
2114
2114
  *
2115
2115
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/SalesTaxCodeMod
2116
2116
  */
2117
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { SalesTaxCodeModRq: { SalesTaxCodeMod: params } }, "SalesTaxCodeModRs", "SalesTaxCodeRet"),
2117
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { SalesTaxCodeModRq: { SalesTaxCodeMod: params } }, "SalesTaxCodeModRs", "SalesTaxCodeRet"),
2118
2118
  /**
2119
2119
  * Queries for the specified sales tax code or set of codes.
2120
2120
  *
2121
2121
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/SalesTaxCodeQuery
2122
2122
  */
2123
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { SalesTaxCodeQueryRq: params }, "SalesTaxCodeQueryRs", "SalesTaxCodeRet"),
2123
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { SalesTaxCodeQueryRq: params }, "SalesTaxCodeQueryRs", "SalesTaxCodeRet"),
2124
2124
  };
2125
2125
  salesTaxPaymentCheck = {
2126
2126
  /**
@@ -2128,19 +2128,19 @@ class QbdIntegration extends BaseIntegration_1.default {
2128
2128
  *
2129
2129
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/SalesTaxPaymentCheckAdd
2130
2130
  */
2131
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { SalesTaxPaymentCheckAddRq: { SalesTaxPaymentCheckAdd: params } }, "SalesTaxPaymentCheckAddRs", "SalesTaxPaymentCheckRet"),
2131
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { SalesTaxPaymentCheckAddRq: { SalesTaxPaymentCheckAdd: params } }, "SalesTaxPaymentCheckAddRs", "SalesTaxPaymentCheckRet"),
2132
2132
  /**
2133
2133
  * Modifies an existing sales tax payment check.
2134
2134
  *
2135
2135
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/SalesTaxPaymentCheckMod
2136
2136
  */
2137
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { SalesTaxPaymentCheckModRq: { SalesTaxPaymentCheckMod: params } }, "SalesTaxPaymentCheckModRs", "SalesTaxPaymentCheckRet"),
2137
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { SalesTaxPaymentCheckModRq: { SalesTaxPaymentCheckMod: params } }, "SalesTaxPaymentCheckModRs", "SalesTaxPaymentCheckRet"),
2138
2138
  /**
2139
2139
  * Queries for payments that have been made for sales tax owed (for example, to a state sales tax authority).
2140
2140
  *
2141
2141
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/SalesTaxPaymentCheckQuery
2142
2142
  */
2143
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { SalesTaxPaymentCheckQueryRq: params }, "SalesTaxPaymentCheckQueryRs", "SalesTaxPaymentCheckRet"),
2143
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { SalesTaxPaymentCheckQueryRq: params }, "SalesTaxPaymentCheckQueryRs", "SalesTaxPaymentCheckRet"),
2144
2144
  };
2145
2145
  timeTracking = {
2146
2146
  /**
@@ -2153,7 +2153,7 @@ class QbdIntegration extends BaseIntegration_1.default {
2153
2153
  *
2154
2154
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/TimeTrackingQuery
2155
2155
  */
2156
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { TimeTrackingAddRq: { TimeTrackingAdd: params } }, "TimeTrackingAddRs", "TimeTrackingRet"),
2156
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { TimeTrackingAddRq: { TimeTrackingAdd: params } }, "TimeTrackingAddRs", "TimeTrackingRet"),
2157
2157
  /**
2158
2158
  * Modifies a time tracking transaction.
2159
2159
  *
@@ -2180,7 +2180,7 @@ class QbdIntegration extends BaseIntegration_1.default {
2180
2180
  *
2181
2181
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/TimeTrackingMod
2182
2182
  */
2183
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { TimeTrackingModRq: { TimeTrackingMod: params } }, "TimeTrackingModRs", "TimeTrackingRet"),
2183
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { TimeTrackingModRq: { TimeTrackingMod: params } }, "TimeTrackingModRs", "TimeTrackingRet"),
2184
2184
  /**
2185
2185
  * The time-tracking transactions that are returned in this query include
2186
2186
  * time tracking information that was entered into QuickBooks manually or
@@ -2191,7 +2191,7 @@ class QbdIntegration extends BaseIntegration_1.default {
2191
2191
  *
2192
2192
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/TimeTrackingQuery
2193
2193
  */
2194
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { TimeTrackingQueryRq: params }, "TimeTrackingQueryRs", "TimeTrackingRet"),
2194
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { TimeTrackingQueryRq: params }, "TimeTrackingQueryRs", "TimeTrackingRet"),
2195
2195
  };
2196
2196
  transfer = {
2197
2197
  /**
@@ -2199,19 +2199,19 @@ class QbdIntegration extends BaseIntegration_1.default {
2199
2199
  *
2200
2200
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/TransferAdd
2201
2201
  */
2202
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { TransferAddRq: { TransferAdd: params } }, "TransferAddRs", "TransferRet"),
2202
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { TransferAddRq: { TransferAdd: params } }, "TransferAddRs", "TransferRet"),
2203
2203
  /**
2204
2204
  * Modifies a transfer transaction.
2205
2205
  *
2206
2206
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/TransferMod
2207
2207
  */
2208
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { TransferModRq: { TransferMod: params } }, "TransferModRs", "TransferRet"),
2208
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { TransferModRq: { TransferMod: params } }, "TransferModRs", "TransferRet"),
2209
2209
  /**
2210
2210
  * Queries for the specified transfer or set of transfers.
2211
2211
  *
2212
2212
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/TransferQuery
2213
2213
  */
2214
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { TransferQueryRq: params }, "TransferQueryRs", "TransferRet"),
2214
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { TransferQueryRq: params }, "TransferQueryRs", "TransferRet"),
2215
2215
  };
2216
2216
  transferInventory = {
2217
2217
  /**
@@ -2219,20 +2219,20 @@ class QbdIntegration extends BaseIntegration_1.default {
2219
2219
  *
2220
2220
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/TransferInventoryAdd
2221
2221
  */
2222
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { TransferInventoryAddRq: { TransferInventoryAdd: params } }, "TransferInventoryAddRs", "TransferInventoryRet"),
2222
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { TransferInventoryAddRq: { TransferInventoryAdd: params } }, "TransferInventoryAddRs", "TransferInventoryRet"),
2223
2223
  /**
2224
2224
  * Modifies a transfer inventory transaction.
2225
2225
  *
2226
2226
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/TransferInventoryMod
2227
2227
  */
2228
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { TransferInventoryModRq: { TransferInventoryMod: params } }, "TransferInventoryModRs", "TransferInventoryRet"),
2228
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { TransferInventoryModRq: { TransferInventoryMod: params } }, "TransferInventoryModRs", "TransferInventoryRet"),
2229
2229
  /**
2230
2230
  * Queries for the specified transfer inventory transaction or set of
2231
2231
  * transfer inventory transactions.
2232
2232
  *
2233
2233
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/TransferInventoryQuery
2234
2234
  */
2235
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { TransferInventoryQueryRq: params }, "TransferInventoryQueryRs", "TransferInventoryRet"),
2235
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { TransferInventoryQueryRq: params }, "TransferInventoryQueryRs", "TransferInventoryRet"),
2236
2236
  };
2237
2237
  vehicle = {
2238
2238
  /**
@@ -2240,7 +2240,7 @@ class QbdIntegration extends BaseIntegration_1.default {
2240
2240
  *
2241
2241
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/VehicleAdd
2242
2242
  */
2243
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { VehicleAddRq: { VehicleAdd: params } }, "VehicleAddRs", "VehicleRet"),
2243
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { VehicleAddRq: { VehicleAdd: params } }, "VehicleAddRs", "VehicleRet"),
2244
2244
  /**
2245
2245
  * Modifies a vehicle already in the vehicle list. Any modification,
2246
2246
  * including changing the name, will cause corresponding changes in existing
@@ -2248,13 +2248,13 @@ class QbdIntegration extends BaseIntegration_1.default {
2248
2248
  *
2249
2249
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/VehicleMod
2250
2250
  */
2251
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { VehicleModRq: { VehicleMod: params } }, "VehicleModRs", "VehicleRet"),
2251
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { VehicleModRq: { VehicleMod: params } }, "VehicleModRs", "VehicleRet"),
2252
2252
  /**
2253
2253
  * Queries for the specified vehicle or set of vehicles.
2254
2254
  *
2255
2255
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/VehicleQuery
2256
2256
  */
2257
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { VehicleQueryRq: params }, "VehicleQueryRs", "VehicleRet"),
2257
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { VehicleQueryRq: params }, "VehicleQueryRs", "VehicleRet"),
2258
2258
  };
2259
2259
  vehicleMileage = {
2260
2260
  /**
@@ -2264,14 +2264,14 @@ class QbdIntegration extends BaseIntegration_1.default {
2264
2264
  *
2265
2265
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/VehicleMileageAdd
2266
2266
  */
2267
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { VehicleMileageAddRq: { VehicleMileageAdd: params } }, "VehicleMileageAddRs", "VehicleMileageRet"),
2267
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { VehicleMileageAddRq: { VehicleMileageAdd: params } }, "VehicleMileageAddRs", "VehicleMileageRet"),
2268
2268
  /**
2269
2269
  * Queries for the specified vehicle mileage transaction or set of vehicle
2270
2270
  * mileage transactions.
2271
2271
  *
2272
2272
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/VehicleMileageQuery
2273
2273
  */
2274
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { VehicleMileageQueryRq: params }, "VehicleMileageQueryRs", "VehicleMileageRet"),
2274
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { VehicleMileageQueryRq: params }, "VehicleMileageQueryRs", "VehicleMileageRet"),
2275
2275
  };
2276
2276
  vendor = {
2277
2277
  /**
@@ -2287,19 +2287,19 @@ class QbdIntegration extends BaseIntegration_1.default {
2287
2287
  *
2288
2288
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/VendorAdd
2289
2289
  */
2290
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { VendorAddRq: { VendorAdd: params } }, "VendorAddRs", "VendorRet"),
2290
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { VendorAddRq: { VendorAdd: params } }, "VendorAddRs", "VendorRet"),
2291
2291
  /**
2292
2292
  * Modifies a vendor.
2293
2293
  *
2294
2294
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/VendorMod
2295
2295
  */
2296
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { VendorModRq: { VendorMod: params } }, "VendorModRs", "VendorRet"),
2296
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { VendorModRq: { VendorMod: params } }, "VendorModRs", "VendorRet"),
2297
2297
  /**
2298
2298
  * Queries for the specified vendor or set of vendors.
2299
2299
  *
2300
2300
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/VendorQuery
2301
2301
  */
2302
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { VendorQueryRq: params }, "VendorQueryRs", "VendorRet"),
2302
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { VendorQueryRq: params }, "VendorQueryRs", "VendorRet"),
2303
2303
  };
2304
2304
  vendorCredit = {
2305
2305
  /**
@@ -2316,7 +2316,7 @@ class QbdIntegration extends BaseIntegration_1.default {
2316
2316
  *
2317
2317
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/VendorCreditAdd
2318
2318
  */
2319
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { VendorCreditAddRq: { VendorCreditAdd: params } }, "VendorCreditAddRs", "VendorCreditRet"),
2319
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { VendorCreditAddRq: { VendorCreditAdd: params } }, "VendorCreditAddRs", "VendorCreditRet"),
2320
2320
  /**
2321
2321
  * Modifies a vendor credit. Be careful! If you modify ANY line item, you
2322
2322
  * must fully re-construct the line item table as you want it because if you
@@ -2335,13 +2335,13 @@ class QbdIntegration extends BaseIntegration_1.default {
2335
2335
  *
2336
2336
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/VendorCreditMod
2337
2337
  */
2338
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { VendorCreditModRq: { VendorCreditMod: params } }, "VendorCreditModRs", "VendorCreditRet"),
2338
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { VendorCreditModRq: { VendorCreditMod: params } }, "VendorCreditModRs", "VendorCreditRet"),
2339
2339
  /**
2340
2340
  * Queries for the specified vendor credit or set of credits.
2341
2341
  *
2342
2342
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/VendorCreditQuery
2343
2343
  */
2344
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { VendorCreditQueryRq: params }, "VendorCreditQueryRs", "VendorCreditRet"),
2344
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { VendorCreditQueryRq: params }, "VendorCreditQueryRs", "VendorCreditRet"),
2345
2345
  };
2346
2346
  vendorType = {
2347
2347
  /**
@@ -2356,13 +2356,13 @@ class QbdIntegration extends BaseIntegration_1.default {
2356
2356
  *
2357
2357
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/VendorTypeAdd
2358
2358
  */
2359
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { VendorTypeAddRq: { VendorTypeAdd: params } }, "VendorTypeAddRs", "VendorTypeRet"),
2359
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { VendorTypeAddRq: { VendorTypeAdd: params } }, "VendorTypeAddRs", "VendorTypeRet"),
2360
2360
  /**
2361
2361
  * Queries for the specified vendor type or set of types.
2362
2362
  *
2363
2363
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/VendorTypeQuery
2364
2364
  */
2365
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { VendorTypeQueryRq: params }, "VendorTypeQueryRs", "VendorTypeRet"),
2365
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { VendorTypeQueryRq: params }, "VendorTypeQueryRs", "VendorTypeRet"),
2366
2366
  };
2367
2367
  workersCompCode = {
2368
2368
  /**
@@ -2379,7 +2379,7 @@ class QbdIntegration extends BaseIntegration_1.default {
2379
2379
  *
2380
2380
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/WorkersCompCodeAdd
2381
2381
  */
2382
- add: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { WorkersCompCodeAddRq: { WorkersCompCodeAdd: params } }, "WorkersCompCodeAddRs", "WorkersCompCodeRet"),
2382
+ add: async (endUserId, params) => this.sendRequestWrapper(endUserId, { WorkersCompCodeAddRq: { WorkersCompCodeAdd: params } }, "WorkersCompCodeAddRs", "WorkersCompCodeRet"),
2383
2383
  /**
2384
2384
  * Modifies an existing workers’ compensation code. Notice that if a future
2385
2385
  * date exists and you write a new one (using the Mod request) then the most
@@ -2391,7 +2391,7 @@ class QbdIntegration extends BaseIntegration_1.default {
2391
2391
  *
2392
2392
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/WorkersCompCodeMod
2393
2393
  */
2394
- mod: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { WorkersCompCodeModRq: { WorkersCompCodeMod: params } }, "WorkersCompCodeModRs", "WorkersCompCodeRet"),
2394
+ mod: async (endUserId, params) => this.sendRequestWrapper(endUserId, { WorkersCompCodeModRq: { WorkersCompCodeMod: params } }, "WorkersCompCodeModRs", "WorkersCompCodeRet"),
2395
2395
  /**
2396
2396
  * Queries for the workers’ compensation codes specified in the query
2397
2397
  * filter; you can filter by name, modified date, and effective date.
@@ -2401,10 +2401,17 @@ class QbdIntegration extends BaseIntegration_1.default {
2401
2401
  *
2402
2402
  * See more: https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/WorkersCompCodeQuery
2403
2403
  */
2404
- query: async (integrationConnectionId, params) => this.sendRequestWrapper(integrationConnectionId, { WorkersCompCodeQueryRq: params }, "WorkersCompCodeQueryRs", "WorkersCompCodeRet"),
2404
+ query: async (endUserId, params) => this.sendRequestWrapper(endUserId, { WorkersCompCodeQueryRq: params }, "WorkersCompCodeQueryRs", "WorkersCompCodeRet"),
2405
2405
  };
2406
- async sendRequestWrapper(integrationConnectionId, params, responseWrapperKey, responseBodyKey) {
2407
- const response = (await this.sendRequest(integrationConnectionId, params));
2406
+ async sendRequestWrapper(endUserId, params, responseWrapperKey, responseBodyKey) {
2407
+ // Why is there no lint error for not initializing `response`?
2408
+ let response;
2409
+ if (endUserId.startsWith("int_conn")) {
2410
+ response = (await this.sendRequestDeprecated(endUserId, params));
2411
+ }
2412
+ else {
2413
+ response = (await this.sendRequest(endUserId, "quickbooks-desktop", params));
2414
+ }
2408
2415
  const responseBody = response[responseWrapperKey]?.[responseBodyKey];
2409
2416
  if (responseBody === undefined) {
2410
2417
  throw new error_1.ConductorIntegrationError({