@unified-api/typescript-sdk 2.9.22 → 2.9.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FUNCTIONS.md +1 -1
- package/README.md +20 -8
- package/docs/sdks/account/README.md +12 -12
- package/docs/sdks/accounting/README.md +76 -76
- package/docs/sdks/activity/README.md +12 -12
- package/docs/sdks/application/README.md +12 -12
- package/docs/sdks/applicationstatus/README.md +2 -2
- package/docs/sdks/ats/README.md +90 -90
- package/docs/sdks/auth/README.md +4 -4
- package/docs/sdks/call/README.md +2 -2
- package/docs/sdks/candidate/README.md +12 -12
- package/docs/sdks/channel/README.md +4 -4
- package/docs/sdks/collection/README.md +12 -12
- package/docs/sdks/comment/README.md +494 -0
- package/docs/sdks/commerce/README.md +48 -48
- package/docs/sdks/company/README.md +30 -30
- package/docs/sdks/contact/README.md +36 -36
- package/docs/sdks/crm/README.md +72 -72
- package/docs/sdks/customer/README.md +12 -12
- package/docs/sdks/deal/README.md +12 -12
- package/docs/sdks/document/README.md +12 -12
- package/docs/sdks/employee/README.md +12 -12
- package/docs/sdks/enrich/README.md +4 -4
- package/docs/sdks/event/README.md +12 -12
- package/docs/sdks/file/README.md +12 -12
- package/docs/sdks/genai/README.md +4 -4
- package/docs/sdks/group/README.md +12 -12
- package/docs/sdks/hris/README.md +56 -56
- package/docs/sdks/integration/README.md +4 -4
- package/docs/sdks/interview/README.md +12 -12
- package/docs/sdks/inventory/README.md +12 -12
- package/docs/sdks/invoice/README.md +12 -12
- package/docs/sdks/item/README.md +12 -12
- package/docs/sdks/job/README.md +12 -12
- package/docs/sdks/journal/README.md +12 -12
- package/docs/sdks/kms/README.md +518 -24
- package/docs/sdks/lead/README.md +12 -12
- package/docs/sdks/link/README.md +12 -12
- package/docs/sdks/list/README.md +12 -12
- package/docs/sdks/location/README.md +24 -24
- package/docs/sdks/login/README.md +2 -2
- package/docs/sdks/martech/README.md +24 -24
- package/docs/sdks/member/README.md +12 -12
- package/docs/sdks/message/README.md +12 -12
- package/docs/sdks/messaging/README.md +16 -16
- package/docs/sdks/model/README.md +2 -2
- package/docs/sdks/note/README.md +12 -12
- package/docs/sdks/organization/README.md +4 -4
- package/docs/sdks/page/README.md +12 -12
- package/docs/sdks/passthrough/README.md +28 -28
- package/docs/sdks/payment/README.md +32 -32
- package/docs/sdks/payout/README.md +4 -4
- package/docs/sdks/payslip/README.md +4 -4
- package/docs/sdks/person/README.md +2 -2
- package/docs/sdks/pipeline/README.md +12 -12
- package/docs/sdks/project/README.md +12 -12
- package/docs/sdks/prompt/README.md +2 -2
- package/docs/sdks/refund/README.md +4 -4
- package/docs/sdks/scorecard/README.md +12 -12
- package/docs/sdks/space/README.md +12 -12
- package/docs/sdks/storage/README.md +12 -12
- package/docs/sdks/task/README.md +24 -24
- package/docs/sdks/taxrate/README.md +12 -12
- package/docs/sdks/ticket/README.md +12 -12
- package/docs/sdks/ticketing/README.md +36 -36
- package/docs/sdks/timeoff/README.md +4 -4
- package/docs/sdks/transaction/README.md +12 -12
- package/docs/sdks/uc/README.md +14 -14
- package/docs/sdks/unified/README.md +4 -4
- package/funcs/commentCreateKmsComment.d.ts +13 -0
- package/funcs/commentCreateKmsComment.d.ts.map +1 -0
- package/funcs/commentCreateKmsComment.js +104 -0
- package/funcs/commentCreateKmsComment.js.map +1 -0
- package/funcs/commentGetKmsComment.d.ts +13 -0
- package/funcs/commentGetKmsComment.d.ts.map +1 -0
- package/funcs/commentGetKmsComment.js +107 -0
- package/funcs/commentGetKmsComment.js.map +1 -0
- package/funcs/commentListKmsComments.d.ts +13 -0
- package/funcs/commentListKmsComments.d.ts.map +1 -0
- package/funcs/commentListKmsComments.js +113 -0
- package/funcs/commentListKmsComments.js.map +1 -0
- package/funcs/commentPatchKmsComment.d.ts +13 -0
- package/funcs/commentPatchKmsComment.d.ts.map +1 -0
- package/funcs/commentPatchKmsComment.js +108 -0
- package/funcs/commentPatchKmsComment.js.map +1 -0
- package/funcs/commentRemoveKmsComment.d.ts +12 -0
- package/funcs/commentRemoveKmsComment.d.ts.map +1 -0
- package/funcs/commentRemoveKmsComment.js +105 -0
- package/funcs/commentRemoveKmsComment.js.map +1 -0
- package/funcs/commentUpdateKmsComment.d.ts +13 -0
- package/funcs/commentUpdateKmsComment.d.ts.map +1 -0
- package/funcs/commentUpdateKmsComment.js +108 -0
- package/funcs/commentUpdateKmsComment.js.map +1 -0
- package/funcs/kmsCreateKmsComment.d.ts +13 -0
- package/funcs/kmsCreateKmsComment.d.ts.map +1 -0
- package/funcs/kmsCreateKmsComment.js +104 -0
- package/funcs/kmsCreateKmsComment.js.map +1 -0
- package/funcs/kmsGetKmsComment.d.ts +13 -0
- package/funcs/kmsGetKmsComment.d.ts.map +1 -0
- package/funcs/kmsGetKmsComment.js +107 -0
- package/funcs/kmsGetKmsComment.js.map +1 -0
- package/funcs/kmsListKmsComments.d.ts +13 -0
- package/funcs/kmsListKmsComments.d.ts.map +1 -0
- package/funcs/kmsListKmsComments.js +113 -0
- package/funcs/kmsListKmsComments.js.map +1 -0
- package/funcs/kmsPatchKmsComment.d.ts +13 -0
- package/funcs/kmsPatchKmsComment.d.ts.map +1 -0
- package/funcs/kmsPatchKmsComment.js +108 -0
- package/funcs/kmsPatchKmsComment.js.map +1 -0
- package/funcs/kmsRemoveKmsComment.d.ts +12 -0
- package/funcs/kmsRemoveKmsComment.d.ts.map +1 -0
- package/funcs/kmsRemoveKmsComment.js +105 -0
- package/funcs/kmsRemoveKmsComment.js.map +1 -0
- package/funcs/kmsUpdateKmsComment.d.ts +13 -0
- package/funcs/kmsUpdateKmsComment.d.ts.map +1 -0
- package/funcs/kmsUpdateKmsComment.js +108 -0
- package/funcs/kmsUpdateKmsComment.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/schemas.d.ts +1 -1
- package/lib/schemas.d.ts.map +1 -1
- package/lib/schemas.js +4 -1
- package/lib/schemas.js.map +1 -1
- package/package.json +1 -1
- package/sdk/comment.d.ts +24 -0
- package/sdk/comment.d.ts.map +1 -1
- package/sdk/comment.js +42 -0
- package/sdk/comment.js.map +1 -1
- package/sdk/kms.d.ts +24 -0
- package/sdk/kms.d.ts.map +1 -1
- package/sdk/kms.js +42 -0
- package/sdk/kms.js.map +1 -1
- package/sdk/models/operations/createkmscomment.d.ts +40 -0
- package/sdk/models/operations/createkmscomment.d.ts.map +1 -0
- package/sdk/models/operations/createkmscomment.js +75 -0
- package/sdk/models/operations/createkmscomment.js.map +1 -0
- package/sdk/models/operations/getkmscomment.d.ts +42 -0
- package/sdk/models/operations/getkmscomment.d.ts.map +1 -0
- package/sdk/models/operations/getkmscomment.js +72 -0
- package/sdk/models/operations/getkmscomment.js.map +1 -0
- package/sdk/models/operations/index.d.ts +6 -0
- package/sdk/models/operations/index.d.ts.map +1 -1
- package/sdk/models/operations/index.js +6 -0
- package/sdk/models/operations/index.js.map +1 -1
- package/sdk/models/operations/listkmscomments.d.ts +61 -0
- package/sdk/models/operations/listkmscomments.d.ts.map +1 -0
- package/sdk/models/operations/listkmscomments.js +95 -0
- package/sdk/models/operations/listkmscomments.js.map +1 -0
- package/sdk/models/operations/patchkmscomment.d.ts +45 -0
- package/sdk/models/operations/patchkmscomment.d.ts.map +1 -0
- package/sdk/models/operations/patchkmscomment.js +77 -0
- package/sdk/models/operations/patchkmscomment.js.map +1 -0
- package/sdk/models/operations/removekmscomment.d.ts +66 -0
- package/sdk/models/operations/removekmscomment.d.ts.map +1 -0
- package/sdk/models/operations/removekmscomment.js +105 -0
- package/sdk/models/operations/removekmscomment.js.map +1 -0
- package/sdk/models/operations/updatekmscomment.d.ts +45 -0
- package/sdk/models/operations/updatekmscomment.d.ts.map +1 -0
- package/sdk/models/operations/updatekmscomment.js +77 -0
- package/sdk/models/operations/updatekmscomment.js.map +1 -0
- package/sdk/models/shared/index.d.ts +1 -0
- package/sdk/models/shared/index.d.ts.map +1 -1
- package/sdk/models/shared/index.js +1 -0
- package/sdk/models/shared/index.js.map +1 -1
- package/sdk/models/shared/integrationsupport.d.ts +32 -0
- package/sdk/models/shared/integrationsupport.d.ts.map +1 -1
- package/sdk/models/shared/integrationsupport.js +34 -5
- package/sdk/models/shared/integrationsupport.js.map +1 -1
- package/sdk/models/shared/kmscomment.d.ts +105 -0
- package/sdk/models/shared/kmscomment.d.ts.map +1 -0
- package/sdk/models/shared/kmscomment.js +138 -0
- package/sdk/models/shared/kmscomment.js.map +1 -0
- package/sdk/models/shared/repoorganization.d.ts +5 -0
- package/sdk/models/shared/repoorganization.d.ts.map +1 -1
- package/sdk/models/shared/repoorganization.js +4 -0
- package/sdk/models/shared/repoorganization.js.map +1 -1
- package/sdk/models/shared/webhook.d.ts +3 -0
- package/sdk/models/shared/webhook.d.ts.map +1 -1
- package/sdk/models/shared/webhook.js +1 -0
- package/sdk/models/shared/webhook.js.map +1 -1
- package/sdk/sdk.d.ts +2 -2
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +3 -3
- package/sdk/sdk.js.map +1 -1
- package/src/funcs/commentCreateKmsComment.ts +135 -0
- package/src/funcs/commentGetKmsComment.ts +138 -0
- package/src/funcs/commentListKmsComments.ts +144 -0
- package/src/funcs/commentPatchKmsComment.ts +139 -0
- package/src/funcs/commentRemoveKmsComment.ts +141 -0
- package/src/funcs/commentUpdateKmsComment.ts +139 -0
- package/src/funcs/kmsCreateKmsComment.ts +135 -0
- package/src/funcs/kmsGetKmsComment.ts +138 -0
- package/src/funcs/kmsListKmsComments.ts +144 -0
- package/src/funcs/kmsPatchKmsComment.ts +139 -0
- package/src/funcs/kmsRemoveKmsComment.ts +141 -0
- package/src/funcs/kmsUpdateKmsComment.ts +139 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/schemas.ts +5 -0
- package/src/sdk/comment.ts +90 -0
- package/src/sdk/kms.ts +90 -0
- package/src/sdk/models/operations/createkmscomment.ts +92 -0
- package/src/sdk/models/operations/getkmscomment.ts +92 -0
- package/src/sdk/models/operations/index.ts +6 -0
- package/src/sdk/models/operations/listkmscomments.ts +134 -0
- package/src/sdk/models/operations/patchkmscomment.ts +99 -0
- package/src/sdk/models/operations/removekmscomment.ts +151 -0
- package/src/sdk/models/operations/updatekmscomment.ts +99 -0
- package/src/sdk/models/shared/index.ts +1 -0
- package/src/sdk/models/shared/integrationsupport.ts +38 -0
- package/src/sdk/models/shared/kmscomment.ts +173 -0
- package/src/sdk/models/shared/repoorganization.ts +9 -0
- package/src/sdk/models/shared/webhook.ts +1 -0
- package/src/sdk/sdk.ts +5 -5
|
@@ -67,7 +67,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
67
67
|
|
|
68
68
|
async function run() {
|
|
69
69
|
const result = await unifiedTo.accounting.createAccountingAccount({
|
|
70
|
-
connectionId: "<
|
|
70
|
+
connectionId: "<id>",
|
|
71
71
|
});
|
|
72
72
|
|
|
73
73
|
// Handle the result
|
|
@@ -95,7 +95,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
95
95
|
|
|
96
96
|
async function run() {
|
|
97
97
|
const res = await accountingCreateAccountingAccount(unifiedTo, {
|
|
98
|
-
connectionId: "<
|
|
98
|
+
connectionId: "<id>",
|
|
99
99
|
});
|
|
100
100
|
|
|
101
101
|
if (!res.ok) {
|
|
@@ -147,7 +147,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
147
147
|
|
|
148
148
|
async function run() {
|
|
149
149
|
const result = await unifiedTo.accounting.createAccountingContact({
|
|
150
|
-
connectionId: "<
|
|
150
|
+
connectionId: "<id>",
|
|
151
151
|
});
|
|
152
152
|
|
|
153
153
|
// Handle the result
|
|
@@ -175,7 +175,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
175
175
|
|
|
176
176
|
async function run() {
|
|
177
177
|
const res = await accountingCreateAccountingContact(unifiedTo, {
|
|
178
|
-
connectionId: "<
|
|
178
|
+
connectionId: "<id>",
|
|
179
179
|
});
|
|
180
180
|
|
|
181
181
|
if (!res.ok) {
|
|
@@ -227,7 +227,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
227
227
|
|
|
228
228
|
async function run() {
|
|
229
229
|
const result = await unifiedTo.accounting.createAccountingInvoice({
|
|
230
|
-
connectionId: "<
|
|
230
|
+
connectionId: "<id>",
|
|
231
231
|
});
|
|
232
232
|
|
|
233
233
|
// Handle the result
|
|
@@ -255,7 +255,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
255
255
|
|
|
256
256
|
async function run() {
|
|
257
257
|
const res = await accountingCreateAccountingInvoice(unifiedTo, {
|
|
258
|
-
connectionId: "<
|
|
258
|
+
connectionId: "<id>",
|
|
259
259
|
});
|
|
260
260
|
|
|
261
261
|
if (!res.ok) {
|
|
@@ -307,7 +307,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
307
307
|
|
|
308
308
|
async function run() {
|
|
309
309
|
const result = await unifiedTo.accounting.createAccountingJournal({
|
|
310
|
-
connectionId: "<
|
|
310
|
+
connectionId: "<id>",
|
|
311
311
|
});
|
|
312
312
|
|
|
313
313
|
// Handle the result
|
|
@@ -335,7 +335,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
335
335
|
|
|
336
336
|
async function run() {
|
|
337
337
|
const res = await accountingCreateAccountingJournal(unifiedTo, {
|
|
338
|
-
connectionId: "<
|
|
338
|
+
connectionId: "<id>",
|
|
339
339
|
});
|
|
340
340
|
|
|
341
341
|
if (!res.ok) {
|
|
@@ -467,7 +467,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
467
467
|
|
|
468
468
|
async function run() {
|
|
469
469
|
const result = await unifiedTo.accounting.createAccountingTaxrate({
|
|
470
|
-
connectionId: "<
|
|
470
|
+
connectionId: "<id>",
|
|
471
471
|
});
|
|
472
472
|
|
|
473
473
|
// Handle the result
|
|
@@ -495,7 +495,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
495
495
|
|
|
496
496
|
async function run() {
|
|
497
497
|
const res = await accountingCreateAccountingTaxrate(unifiedTo, {
|
|
498
|
-
connectionId: "<
|
|
498
|
+
connectionId: "<id>",
|
|
499
499
|
});
|
|
500
500
|
|
|
501
501
|
if (!res.ok) {
|
|
@@ -547,7 +547,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
547
547
|
|
|
548
548
|
async function run() {
|
|
549
549
|
const result = await unifiedTo.accounting.createAccountingTransaction({
|
|
550
|
-
connectionId: "<
|
|
550
|
+
connectionId: "<id>",
|
|
551
551
|
});
|
|
552
552
|
|
|
553
553
|
// Handle the result
|
|
@@ -575,7 +575,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
575
575
|
|
|
576
576
|
async function run() {
|
|
577
577
|
const res = await accountingCreateAccountingTransaction(unifiedTo, {
|
|
578
|
-
connectionId: "<
|
|
578
|
+
connectionId: "<id>",
|
|
579
579
|
});
|
|
580
580
|
|
|
581
581
|
if (!res.ok) {
|
|
@@ -627,7 +627,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
627
627
|
|
|
628
628
|
async function run() {
|
|
629
629
|
const result = await unifiedTo.accounting.getAccountingAccount({
|
|
630
|
-
connectionId: "<
|
|
630
|
+
connectionId: "<id>",
|
|
631
631
|
id: "<id>",
|
|
632
632
|
});
|
|
633
633
|
|
|
@@ -656,7 +656,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
656
656
|
|
|
657
657
|
async function run() {
|
|
658
658
|
const res = await accountingGetAccountingAccount(unifiedTo, {
|
|
659
|
-
connectionId: "<
|
|
659
|
+
connectionId: "<id>",
|
|
660
660
|
id: "<id>",
|
|
661
661
|
});
|
|
662
662
|
|
|
@@ -709,7 +709,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
709
709
|
|
|
710
710
|
async function run() {
|
|
711
711
|
const result = await unifiedTo.accounting.getAccountingContact({
|
|
712
|
-
connectionId: "<
|
|
712
|
+
connectionId: "<id>",
|
|
713
713
|
id: "<id>",
|
|
714
714
|
});
|
|
715
715
|
|
|
@@ -738,7 +738,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
738
738
|
|
|
739
739
|
async function run() {
|
|
740
740
|
const res = await accountingGetAccountingContact(unifiedTo, {
|
|
741
|
-
connectionId: "<
|
|
741
|
+
connectionId: "<id>",
|
|
742
742
|
id: "<id>",
|
|
743
743
|
});
|
|
744
744
|
|
|
@@ -791,7 +791,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
791
791
|
|
|
792
792
|
async function run() {
|
|
793
793
|
const result = await unifiedTo.accounting.getAccountingInvoice({
|
|
794
|
-
connectionId: "<
|
|
794
|
+
connectionId: "<id>",
|
|
795
795
|
id: "<id>",
|
|
796
796
|
});
|
|
797
797
|
|
|
@@ -820,7 +820,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
820
820
|
|
|
821
821
|
async function run() {
|
|
822
822
|
const res = await accountingGetAccountingInvoice(unifiedTo, {
|
|
823
|
-
connectionId: "<
|
|
823
|
+
connectionId: "<id>",
|
|
824
824
|
id: "<id>",
|
|
825
825
|
});
|
|
826
826
|
|
|
@@ -873,7 +873,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
873
873
|
|
|
874
874
|
async function run() {
|
|
875
875
|
const result = await unifiedTo.accounting.getAccountingJournal({
|
|
876
|
-
connectionId: "<
|
|
876
|
+
connectionId: "<id>",
|
|
877
877
|
id: "<id>",
|
|
878
878
|
});
|
|
879
879
|
|
|
@@ -902,7 +902,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
902
902
|
|
|
903
903
|
async function run() {
|
|
904
904
|
const res = await accountingGetAccountingJournal(unifiedTo, {
|
|
905
|
-
connectionId: "<
|
|
905
|
+
connectionId: "<id>",
|
|
906
906
|
id: "<id>",
|
|
907
907
|
});
|
|
908
908
|
|
|
@@ -1037,7 +1037,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
1037
1037
|
|
|
1038
1038
|
async function run() {
|
|
1039
1039
|
const result = await unifiedTo.accounting.getAccountingOrganization({
|
|
1040
|
-
connectionId: "<
|
|
1040
|
+
connectionId: "<id>",
|
|
1041
1041
|
id: "<id>",
|
|
1042
1042
|
});
|
|
1043
1043
|
|
|
@@ -1066,7 +1066,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
1066
1066
|
|
|
1067
1067
|
async function run() {
|
|
1068
1068
|
const res = await accountingGetAccountingOrganization(unifiedTo, {
|
|
1069
|
-
connectionId: "<
|
|
1069
|
+
connectionId: "<id>",
|
|
1070
1070
|
id: "<id>",
|
|
1071
1071
|
});
|
|
1072
1072
|
|
|
@@ -1119,7 +1119,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
1119
1119
|
|
|
1120
1120
|
async function run() {
|
|
1121
1121
|
const result = await unifiedTo.accounting.getAccountingTaxrate({
|
|
1122
|
-
connectionId: "<
|
|
1122
|
+
connectionId: "<id>",
|
|
1123
1123
|
id: "<id>",
|
|
1124
1124
|
});
|
|
1125
1125
|
|
|
@@ -1148,7 +1148,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
1148
1148
|
|
|
1149
1149
|
async function run() {
|
|
1150
1150
|
const res = await accountingGetAccountingTaxrate(unifiedTo, {
|
|
1151
|
-
connectionId: "<
|
|
1151
|
+
connectionId: "<id>",
|
|
1152
1152
|
id: "<id>",
|
|
1153
1153
|
});
|
|
1154
1154
|
|
|
@@ -1201,7 +1201,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
1201
1201
|
|
|
1202
1202
|
async function run() {
|
|
1203
1203
|
const result = await unifiedTo.accounting.getAccountingTransaction({
|
|
1204
|
-
connectionId: "<
|
|
1204
|
+
connectionId: "<id>",
|
|
1205
1205
|
id: "<id>",
|
|
1206
1206
|
});
|
|
1207
1207
|
|
|
@@ -1230,7 +1230,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
1230
1230
|
|
|
1231
1231
|
async function run() {
|
|
1232
1232
|
const res = await accountingGetAccountingTransaction(unifiedTo, {
|
|
1233
|
-
connectionId: "<
|
|
1233
|
+
connectionId: "<id>",
|
|
1234
1234
|
id: "<id>",
|
|
1235
1235
|
});
|
|
1236
1236
|
|
|
@@ -1283,7 +1283,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
1283
1283
|
|
|
1284
1284
|
async function run() {
|
|
1285
1285
|
const result = await unifiedTo.accounting.listAccountingAccounts({
|
|
1286
|
-
connectionId: "<
|
|
1286
|
+
connectionId: "<id>",
|
|
1287
1287
|
});
|
|
1288
1288
|
|
|
1289
1289
|
// Handle the result
|
|
@@ -1311,7 +1311,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
1311
1311
|
|
|
1312
1312
|
async function run() {
|
|
1313
1313
|
const res = await accountingListAccountingAccounts(unifiedTo, {
|
|
1314
|
-
connectionId: "<
|
|
1314
|
+
connectionId: "<id>",
|
|
1315
1315
|
});
|
|
1316
1316
|
|
|
1317
1317
|
if (!res.ok) {
|
|
@@ -1363,7 +1363,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
1363
1363
|
|
|
1364
1364
|
async function run() {
|
|
1365
1365
|
const result = await unifiedTo.accounting.listAccountingContacts({
|
|
1366
|
-
connectionId: "<
|
|
1366
|
+
connectionId: "<id>",
|
|
1367
1367
|
});
|
|
1368
1368
|
|
|
1369
1369
|
// Handle the result
|
|
@@ -1391,7 +1391,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
1391
1391
|
|
|
1392
1392
|
async function run() {
|
|
1393
1393
|
const res = await accountingListAccountingContacts(unifiedTo, {
|
|
1394
|
-
connectionId: "<
|
|
1394
|
+
connectionId: "<id>",
|
|
1395
1395
|
});
|
|
1396
1396
|
|
|
1397
1397
|
if (!res.ok) {
|
|
@@ -1443,7 +1443,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
1443
1443
|
|
|
1444
1444
|
async function run() {
|
|
1445
1445
|
const result = await unifiedTo.accounting.listAccountingInvoices({
|
|
1446
|
-
connectionId: "<
|
|
1446
|
+
connectionId: "<id>",
|
|
1447
1447
|
});
|
|
1448
1448
|
|
|
1449
1449
|
// Handle the result
|
|
@@ -1471,7 +1471,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
1471
1471
|
|
|
1472
1472
|
async function run() {
|
|
1473
1473
|
const res = await accountingListAccountingInvoices(unifiedTo, {
|
|
1474
|
-
connectionId: "<
|
|
1474
|
+
connectionId: "<id>",
|
|
1475
1475
|
});
|
|
1476
1476
|
|
|
1477
1477
|
if (!res.ok) {
|
|
@@ -1523,7 +1523,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
1523
1523
|
|
|
1524
1524
|
async function run() {
|
|
1525
1525
|
const result = await unifiedTo.accounting.listAccountingJournals({
|
|
1526
|
-
connectionId: "<
|
|
1526
|
+
connectionId: "<id>",
|
|
1527
1527
|
});
|
|
1528
1528
|
|
|
1529
1529
|
// Handle the result
|
|
@@ -1551,7 +1551,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
1551
1551
|
|
|
1552
1552
|
async function run() {
|
|
1553
1553
|
const res = await accountingListAccountingJournals(unifiedTo, {
|
|
1554
|
-
connectionId: "<
|
|
1554
|
+
connectionId: "<id>",
|
|
1555
1555
|
});
|
|
1556
1556
|
|
|
1557
1557
|
if (!res.ok) {
|
|
@@ -1683,7 +1683,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
1683
1683
|
|
|
1684
1684
|
async function run() {
|
|
1685
1685
|
const result = await unifiedTo.accounting.listAccountingOrganizations({
|
|
1686
|
-
connectionId: "<
|
|
1686
|
+
connectionId: "<id>",
|
|
1687
1687
|
});
|
|
1688
1688
|
|
|
1689
1689
|
// Handle the result
|
|
@@ -1711,7 +1711,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
1711
1711
|
|
|
1712
1712
|
async function run() {
|
|
1713
1713
|
const res = await accountingListAccountingOrganizations(unifiedTo, {
|
|
1714
|
-
connectionId: "<
|
|
1714
|
+
connectionId: "<id>",
|
|
1715
1715
|
});
|
|
1716
1716
|
|
|
1717
1717
|
if (!res.ok) {
|
|
@@ -1763,7 +1763,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
1763
1763
|
|
|
1764
1764
|
async function run() {
|
|
1765
1765
|
const result = await unifiedTo.accounting.listAccountingTaxrates({
|
|
1766
|
-
connectionId: "<
|
|
1766
|
+
connectionId: "<id>",
|
|
1767
1767
|
});
|
|
1768
1768
|
|
|
1769
1769
|
// Handle the result
|
|
@@ -1791,7 +1791,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
1791
1791
|
|
|
1792
1792
|
async function run() {
|
|
1793
1793
|
const res = await accountingListAccountingTaxrates(unifiedTo, {
|
|
1794
|
-
connectionId: "<
|
|
1794
|
+
connectionId: "<id>",
|
|
1795
1795
|
});
|
|
1796
1796
|
|
|
1797
1797
|
if (!res.ok) {
|
|
@@ -1843,7 +1843,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
1843
1843
|
|
|
1844
1844
|
async function run() {
|
|
1845
1845
|
const result = await unifiedTo.accounting.listAccountingTransactions({
|
|
1846
|
-
connectionId: "<
|
|
1846
|
+
connectionId: "<id>",
|
|
1847
1847
|
});
|
|
1848
1848
|
|
|
1849
1849
|
// Handle the result
|
|
@@ -1871,7 +1871,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
1871
1871
|
|
|
1872
1872
|
async function run() {
|
|
1873
1873
|
const res = await accountingListAccountingTransactions(unifiedTo, {
|
|
1874
|
-
connectionId: "<
|
|
1874
|
+
connectionId: "<id>",
|
|
1875
1875
|
});
|
|
1876
1876
|
|
|
1877
1877
|
if (!res.ok) {
|
|
@@ -1923,7 +1923,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
1923
1923
|
|
|
1924
1924
|
async function run() {
|
|
1925
1925
|
const result = await unifiedTo.accounting.patchAccountingAccount({
|
|
1926
|
-
connectionId: "<
|
|
1926
|
+
connectionId: "<id>",
|
|
1927
1927
|
id: "<id>",
|
|
1928
1928
|
});
|
|
1929
1929
|
|
|
@@ -1952,7 +1952,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
1952
1952
|
|
|
1953
1953
|
async function run() {
|
|
1954
1954
|
const res = await accountingPatchAccountingAccount(unifiedTo, {
|
|
1955
|
-
connectionId: "<
|
|
1955
|
+
connectionId: "<id>",
|
|
1956
1956
|
id: "<id>",
|
|
1957
1957
|
});
|
|
1958
1958
|
|
|
@@ -2005,7 +2005,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
2005
2005
|
|
|
2006
2006
|
async function run() {
|
|
2007
2007
|
const result = await unifiedTo.accounting.patchAccountingContact({
|
|
2008
|
-
connectionId: "<
|
|
2008
|
+
connectionId: "<id>",
|
|
2009
2009
|
id: "<id>",
|
|
2010
2010
|
});
|
|
2011
2011
|
|
|
@@ -2034,7 +2034,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
2034
2034
|
|
|
2035
2035
|
async function run() {
|
|
2036
2036
|
const res = await accountingPatchAccountingContact(unifiedTo, {
|
|
2037
|
-
connectionId: "<
|
|
2037
|
+
connectionId: "<id>",
|
|
2038
2038
|
id: "<id>",
|
|
2039
2039
|
});
|
|
2040
2040
|
|
|
@@ -2087,7 +2087,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
2087
2087
|
|
|
2088
2088
|
async function run() {
|
|
2089
2089
|
const result = await unifiedTo.accounting.patchAccountingInvoice({
|
|
2090
|
-
connectionId: "<
|
|
2090
|
+
connectionId: "<id>",
|
|
2091
2091
|
id: "<id>",
|
|
2092
2092
|
});
|
|
2093
2093
|
|
|
@@ -2116,7 +2116,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
2116
2116
|
|
|
2117
2117
|
async function run() {
|
|
2118
2118
|
const res = await accountingPatchAccountingInvoice(unifiedTo, {
|
|
2119
|
-
connectionId: "<
|
|
2119
|
+
connectionId: "<id>",
|
|
2120
2120
|
id: "<id>",
|
|
2121
2121
|
});
|
|
2122
2122
|
|
|
@@ -2169,7 +2169,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
2169
2169
|
|
|
2170
2170
|
async function run() {
|
|
2171
2171
|
const result = await unifiedTo.accounting.patchAccountingJournal({
|
|
2172
|
-
connectionId: "<
|
|
2172
|
+
connectionId: "<id>",
|
|
2173
2173
|
id: "<id>",
|
|
2174
2174
|
});
|
|
2175
2175
|
|
|
@@ -2198,7 +2198,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
2198
2198
|
|
|
2199
2199
|
async function run() {
|
|
2200
2200
|
const res = await accountingPatchAccountingJournal(unifiedTo, {
|
|
2201
|
-
connectionId: "<
|
|
2201
|
+
connectionId: "<id>",
|
|
2202
2202
|
id: "<id>",
|
|
2203
2203
|
});
|
|
2204
2204
|
|
|
@@ -2333,7 +2333,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
2333
2333
|
|
|
2334
2334
|
async function run() {
|
|
2335
2335
|
const result = await unifiedTo.accounting.patchAccountingTaxrate({
|
|
2336
|
-
connectionId: "<
|
|
2336
|
+
connectionId: "<id>",
|
|
2337
2337
|
id: "<id>",
|
|
2338
2338
|
});
|
|
2339
2339
|
|
|
@@ -2362,7 +2362,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
2362
2362
|
|
|
2363
2363
|
async function run() {
|
|
2364
2364
|
const res = await accountingPatchAccountingTaxrate(unifiedTo, {
|
|
2365
|
-
connectionId: "<
|
|
2365
|
+
connectionId: "<id>",
|
|
2366
2366
|
id: "<id>",
|
|
2367
2367
|
});
|
|
2368
2368
|
|
|
@@ -2415,7 +2415,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
2415
2415
|
|
|
2416
2416
|
async function run() {
|
|
2417
2417
|
const result = await unifiedTo.accounting.patchAccountingTransaction({
|
|
2418
|
-
connectionId: "<
|
|
2418
|
+
connectionId: "<id>",
|
|
2419
2419
|
id: "<id>",
|
|
2420
2420
|
});
|
|
2421
2421
|
|
|
@@ -2444,7 +2444,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
2444
2444
|
|
|
2445
2445
|
async function run() {
|
|
2446
2446
|
const res = await accountingPatchAccountingTransaction(unifiedTo, {
|
|
2447
|
-
connectionId: "<
|
|
2447
|
+
connectionId: "<id>",
|
|
2448
2448
|
id: "<id>",
|
|
2449
2449
|
});
|
|
2450
2450
|
|
|
@@ -2497,7 +2497,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
2497
2497
|
|
|
2498
2498
|
async function run() {
|
|
2499
2499
|
const result = await unifiedTo.accounting.removeAccountingAccount({
|
|
2500
|
-
connectionId: "<
|
|
2500
|
+
connectionId: "<id>",
|
|
2501
2501
|
id: "<id>",
|
|
2502
2502
|
});
|
|
2503
2503
|
|
|
@@ -2526,7 +2526,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
2526
2526
|
|
|
2527
2527
|
async function run() {
|
|
2528
2528
|
const res = await accountingRemoveAccountingAccount(unifiedTo, {
|
|
2529
|
-
connectionId: "<
|
|
2529
|
+
connectionId: "<id>",
|
|
2530
2530
|
id: "<id>",
|
|
2531
2531
|
});
|
|
2532
2532
|
|
|
@@ -2579,7 +2579,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
2579
2579
|
|
|
2580
2580
|
async function run() {
|
|
2581
2581
|
const result = await unifiedTo.accounting.removeAccountingContact({
|
|
2582
|
-
connectionId: "<
|
|
2582
|
+
connectionId: "<id>",
|
|
2583
2583
|
id: "<id>",
|
|
2584
2584
|
});
|
|
2585
2585
|
|
|
@@ -2608,7 +2608,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
2608
2608
|
|
|
2609
2609
|
async function run() {
|
|
2610
2610
|
const res = await accountingRemoveAccountingContact(unifiedTo, {
|
|
2611
|
-
connectionId: "<
|
|
2611
|
+
connectionId: "<id>",
|
|
2612
2612
|
id: "<id>",
|
|
2613
2613
|
});
|
|
2614
2614
|
|
|
@@ -2661,7 +2661,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
2661
2661
|
|
|
2662
2662
|
async function run() {
|
|
2663
2663
|
const result = await unifiedTo.accounting.removeAccountingInvoice({
|
|
2664
|
-
connectionId: "<
|
|
2664
|
+
connectionId: "<id>",
|
|
2665
2665
|
id: "<id>",
|
|
2666
2666
|
});
|
|
2667
2667
|
|
|
@@ -2690,7 +2690,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
2690
2690
|
|
|
2691
2691
|
async function run() {
|
|
2692
2692
|
const res = await accountingRemoveAccountingInvoice(unifiedTo, {
|
|
2693
|
-
connectionId: "<
|
|
2693
|
+
connectionId: "<id>",
|
|
2694
2694
|
id: "<id>",
|
|
2695
2695
|
});
|
|
2696
2696
|
|
|
@@ -2743,7 +2743,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
2743
2743
|
|
|
2744
2744
|
async function run() {
|
|
2745
2745
|
const result = await unifiedTo.accounting.removeAccountingJournal({
|
|
2746
|
-
connectionId: "<
|
|
2746
|
+
connectionId: "<id>",
|
|
2747
2747
|
id: "<id>",
|
|
2748
2748
|
});
|
|
2749
2749
|
|
|
@@ -2772,7 +2772,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
2772
2772
|
|
|
2773
2773
|
async function run() {
|
|
2774
2774
|
const res = await accountingRemoveAccountingJournal(unifiedTo, {
|
|
2775
|
-
connectionId: "<
|
|
2775
|
+
connectionId: "<id>",
|
|
2776
2776
|
id: "<id>",
|
|
2777
2777
|
});
|
|
2778
2778
|
|
|
@@ -2907,7 +2907,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
2907
2907
|
|
|
2908
2908
|
async function run() {
|
|
2909
2909
|
const result = await unifiedTo.accounting.removeAccountingTaxrate({
|
|
2910
|
-
connectionId: "<
|
|
2910
|
+
connectionId: "<id>",
|
|
2911
2911
|
id: "<id>",
|
|
2912
2912
|
});
|
|
2913
2913
|
|
|
@@ -2936,7 +2936,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
2936
2936
|
|
|
2937
2937
|
async function run() {
|
|
2938
2938
|
const res = await accountingRemoveAccountingTaxrate(unifiedTo, {
|
|
2939
|
-
connectionId: "<
|
|
2939
|
+
connectionId: "<id>",
|
|
2940
2940
|
id: "<id>",
|
|
2941
2941
|
});
|
|
2942
2942
|
|
|
@@ -2989,7 +2989,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
2989
2989
|
|
|
2990
2990
|
async function run() {
|
|
2991
2991
|
const result = await unifiedTo.accounting.removeAccountingTransaction({
|
|
2992
|
-
connectionId: "<
|
|
2992
|
+
connectionId: "<id>",
|
|
2993
2993
|
id: "<id>",
|
|
2994
2994
|
});
|
|
2995
2995
|
|
|
@@ -3018,7 +3018,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
3018
3018
|
|
|
3019
3019
|
async function run() {
|
|
3020
3020
|
const res = await accountingRemoveAccountingTransaction(unifiedTo, {
|
|
3021
|
-
connectionId: "<
|
|
3021
|
+
connectionId: "<id>",
|
|
3022
3022
|
id: "<id>",
|
|
3023
3023
|
});
|
|
3024
3024
|
|
|
@@ -3071,7 +3071,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
3071
3071
|
|
|
3072
3072
|
async function run() {
|
|
3073
3073
|
const result = await unifiedTo.accounting.updateAccountingAccount({
|
|
3074
|
-
connectionId: "<
|
|
3074
|
+
connectionId: "<id>",
|
|
3075
3075
|
id: "<id>",
|
|
3076
3076
|
});
|
|
3077
3077
|
|
|
@@ -3100,7 +3100,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
3100
3100
|
|
|
3101
3101
|
async function run() {
|
|
3102
3102
|
const res = await accountingUpdateAccountingAccount(unifiedTo, {
|
|
3103
|
-
connectionId: "<
|
|
3103
|
+
connectionId: "<id>",
|
|
3104
3104
|
id: "<id>",
|
|
3105
3105
|
});
|
|
3106
3106
|
|
|
@@ -3153,7 +3153,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
3153
3153
|
|
|
3154
3154
|
async function run() {
|
|
3155
3155
|
const result = await unifiedTo.accounting.updateAccountingContact({
|
|
3156
|
-
connectionId: "<
|
|
3156
|
+
connectionId: "<id>",
|
|
3157
3157
|
id: "<id>",
|
|
3158
3158
|
});
|
|
3159
3159
|
|
|
@@ -3182,7 +3182,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
3182
3182
|
|
|
3183
3183
|
async function run() {
|
|
3184
3184
|
const res = await accountingUpdateAccountingContact(unifiedTo, {
|
|
3185
|
-
connectionId: "<
|
|
3185
|
+
connectionId: "<id>",
|
|
3186
3186
|
id: "<id>",
|
|
3187
3187
|
});
|
|
3188
3188
|
|
|
@@ -3235,7 +3235,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
3235
3235
|
|
|
3236
3236
|
async function run() {
|
|
3237
3237
|
const result = await unifiedTo.accounting.updateAccountingInvoice({
|
|
3238
|
-
connectionId: "<
|
|
3238
|
+
connectionId: "<id>",
|
|
3239
3239
|
id: "<id>",
|
|
3240
3240
|
});
|
|
3241
3241
|
|
|
@@ -3264,7 +3264,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
3264
3264
|
|
|
3265
3265
|
async function run() {
|
|
3266
3266
|
const res = await accountingUpdateAccountingInvoice(unifiedTo, {
|
|
3267
|
-
connectionId: "<
|
|
3267
|
+
connectionId: "<id>",
|
|
3268
3268
|
id: "<id>",
|
|
3269
3269
|
});
|
|
3270
3270
|
|
|
@@ -3317,7 +3317,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
3317
3317
|
|
|
3318
3318
|
async function run() {
|
|
3319
3319
|
const result = await unifiedTo.accounting.updateAccountingJournal({
|
|
3320
|
-
connectionId: "<
|
|
3320
|
+
connectionId: "<id>",
|
|
3321
3321
|
id: "<id>",
|
|
3322
3322
|
});
|
|
3323
3323
|
|
|
@@ -3346,7 +3346,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
3346
3346
|
|
|
3347
3347
|
async function run() {
|
|
3348
3348
|
const res = await accountingUpdateAccountingJournal(unifiedTo, {
|
|
3349
|
-
connectionId: "<
|
|
3349
|
+
connectionId: "<id>",
|
|
3350
3350
|
id: "<id>",
|
|
3351
3351
|
});
|
|
3352
3352
|
|
|
@@ -3481,7 +3481,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
3481
3481
|
|
|
3482
3482
|
async function run() {
|
|
3483
3483
|
const result = await unifiedTo.accounting.updateAccountingTaxrate({
|
|
3484
|
-
connectionId: "<
|
|
3484
|
+
connectionId: "<id>",
|
|
3485
3485
|
id: "<id>",
|
|
3486
3486
|
});
|
|
3487
3487
|
|
|
@@ -3510,7 +3510,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
3510
3510
|
|
|
3511
3511
|
async function run() {
|
|
3512
3512
|
const res = await accountingUpdateAccountingTaxrate(unifiedTo, {
|
|
3513
|
-
connectionId: "<
|
|
3513
|
+
connectionId: "<id>",
|
|
3514
3514
|
id: "<id>",
|
|
3515
3515
|
});
|
|
3516
3516
|
|
|
@@ -3563,7 +3563,7 @@ const unifiedTo = new UnifiedTo({
|
|
|
3563
3563
|
|
|
3564
3564
|
async function run() {
|
|
3565
3565
|
const result = await unifiedTo.accounting.updateAccountingTransaction({
|
|
3566
|
-
connectionId: "<
|
|
3566
|
+
connectionId: "<id>",
|
|
3567
3567
|
id: "<id>",
|
|
3568
3568
|
});
|
|
3569
3569
|
|
|
@@ -3592,7 +3592,7 @@ const unifiedTo = new UnifiedToCore({
|
|
|
3592
3592
|
|
|
3593
3593
|
async function run() {
|
|
3594
3594
|
const res = await accountingUpdateAccountingTransaction(unifiedTo, {
|
|
3595
|
-
connectionId: "<
|
|
3595
|
+
connectionId: "<id>",
|
|
3596
3596
|
id: "<id>",
|
|
3597
3597
|
});
|
|
3598
3598
|
|