@unified-api/typescript-sdk 2.9.22 → 2.9.24

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.
Files changed (219) hide show
  1. package/FUNCTIONS.md +1 -1
  2. package/README.md +20 -8
  3. package/docs/sdks/account/README.md +12 -12
  4. package/docs/sdks/accounting/README.md +76 -76
  5. package/docs/sdks/activity/README.md +12 -12
  6. package/docs/sdks/application/README.md +12 -12
  7. package/docs/sdks/applicationstatus/README.md +2 -2
  8. package/docs/sdks/ats/README.md +90 -90
  9. package/docs/sdks/auth/README.md +4 -4
  10. package/docs/sdks/call/README.md +2 -2
  11. package/docs/sdks/candidate/README.md +12 -12
  12. package/docs/sdks/channel/README.md +4 -4
  13. package/docs/sdks/collection/README.md +12 -12
  14. package/docs/sdks/comment/README.md +494 -0
  15. package/docs/sdks/commerce/README.md +48 -48
  16. package/docs/sdks/company/README.md +30 -30
  17. package/docs/sdks/contact/README.md +36 -36
  18. package/docs/sdks/crm/README.md +72 -72
  19. package/docs/sdks/customer/README.md +12 -12
  20. package/docs/sdks/deal/README.md +12 -12
  21. package/docs/sdks/document/README.md +12 -12
  22. package/docs/sdks/employee/README.md +12 -12
  23. package/docs/sdks/enrich/README.md +4 -4
  24. package/docs/sdks/event/README.md +12 -12
  25. package/docs/sdks/file/README.md +12 -12
  26. package/docs/sdks/genai/README.md +4 -4
  27. package/docs/sdks/group/README.md +12 -12
  28. package/docs/sdks/hris/README.md +56 -56
  29. package/docs/sdks/integration/README.md +4 -4
  30. package/docs/sdks/interview/README.md +12 -12
  31. package/docs/sdks/inventory/README.md +12 -12
  32. package/docs/sdks/invoice/README.md +12 -12
  33. package/docs/sdks/item/README.md +12 -12
  34. package/docs/sdks/job/README.md +12 -12
  35. package/docs/sdks/journal/README.md +12 -12
  36. package/docs/sdks/kms/README.md +518 -24
  37. package/docs/sdks/lead/README.md +12 -12
  38. package/docs/sdks/link/README.md +12 -12
  39. package/docs/sdks/list/README.md +12 -12
  40. package/docs/sdks/location/README.md +24 -24
  41. package/docs/sdks/login/README.md +2 -2
  42. package/docs/sdks/martech/README.md +24 -24
  43. package/docs/sdks/member/README.md +12 -12
  44. package/docs/sdks/message/README.md +12 -12
  45. package/docs/sdks/messaging/README.md +16 -16
  46. package/docs/sdks/model/README.md +2 -2
  47. package/docs/sdks/note/README.md +12 -12
  48. package/docs/sdks/organization/README.md +4 -4
  49. package/docs/sdks/page/README.md +12 -12
  50. package/docs/sdks/passthrough/README.md +28 -28
  51. package/docs/sdks/payment/README.md +32 -32
  52. package/docs/sdks/payout/README.md +4 -4
  53. package/docs/sdks/payslip/README.md +4 -4
  54. package/docs/sdks/person/README.md +2 -2
  55. package/docs/sdks/pipeline/README.md +12 -12
  56. package/docs/sdks/project/README.md +12 -12
  57. package/docs/sdks/prompt/README.md +2 -2
  58. package/docs/sdks/refund/README.md +4 -4
  59. package/docs/sdks/scorecard/README.md +12 -12
  60. package/docs/sdks/space/README.md +12 -12
  61. package/docs/sdks/storage/README.md +12 -12
  62. package/docs/sdks/task/README.md +24 -24
  63. package/docs/sdks/taxrate/README.md +12 -12
  64. package/docs/sdks/ticket/README.md +12 -12
  65. package/docs/sdks/ticketing/README.md +36 -36
  66. package/docs/sdks/timeoff/README.md +4 -4
  67. package/docs/sdks/transaction/README.md +12 -12
  68. package/docs/sdks/uc/README.md +14 -14
  69. package/docs/sdks/unified/README.md +4 -4
  70. package/funcs/commentCreateKmsComment.d.ts +13 -0
  71. package/funcs/commentCreateKmsComment.d.ts.map +1 -0
  72. package/funcs/commentCreateKmsComment.js +104 -0
  73. package/funcs/commentCreateKmsComment.js.map +1 -0
  74. package/funcs/commentGetKmsComment.d.ts +13 -0
  75. package/funcs/commentGetKmsComment.d.ts.map +1 -0
  76. package/funcs/commentGetKmsComment.js +107 -0
  77. package/funcs/commentGetKmsComment.js.map +1 -0
  78. package/funcs/commentListKmsComments.d.ts +13 -0
  79. package/funcs/commentListKmsComments.d.ts.map +1 -0
  80. package/funcs/commentListKmsComments.js +113 -0
  81. package/funcs/commentListKmsComments.js.map +1 -0
  82. package/funcs/commentPatchKmsComment.d.ts +13 -0
  83. package/funcs/commentPatchKmsComment.d.ts.map +1 -0
  84. package/funcs/commentPatchKmsComment.js +108 -0
  85. package/funcs/commentPatchKmsComment.js.map +1 -0
  86. package/funcs/commentRemoveKmsComment.d.ts +12 -0
  87. package/funcs/commentRemoveKmsComment.d.ts.map +1 -0
  88. package/funcs/commentRemoveKmsComment.js +105 -0
  89. package/funcs/commentRemoveKmsComment.js.map +1 -0
  90. package/funcs/commentUpdateKmsComment.d.ts +13 -0
  91. package/funcs/commentUpdateKmsComment.d.ts.map +1 -0
  92. package/funcs/commentUpdateKmsComment.js +108 -0
  93. package/funcs/commentUpdateKmsComment.js.map +1 -0
  94. package/funcs/kmsCreateKmsComment.d.ts +13 -0
  95. package/funcs/kmsCreateKmsComment.d.ts.map +1 -0
  96. package/funcs/kmsCreateKmsComment.js +104 -0
  97. package/funcs/kmsCreateKmsComment.js.map +1 -0
  98. package/funcs/kmsGetKmsComment.d.ts +13 -0
  99. package/funcs/kmsGetKmsComment.d.ts.map +1 -0
  100. package/funcs/kmsGetKmsComment.js +107 -0
  101. package/funcs/kmsGetKmsComment.js.map +1 -0
  102. package/funcs/kmsListKmsComments.d.ts +13 -0
  103. package/funcs/kmsListKmsComments.d.ts.map +1 -0
  104. package/funcs/kmsListKmsComments.js +113 -0
  105. package/funcs/kmsListKmsComments.js.map +1 -0
  106. package/funcs/kmsPatchKmsComment.d.ts +13 -0
  107. package/funcs/kmsPatchKmsComment.d.ts.map +1 -0
  108. package/funcs/kmsPatchKmsComment.js +108 -0
  109. package/funcs/kmsPatchKmsComment.js.map +1 -0
  110. package/funcs/kmsRemoveKmsComment.d.ts +12 -0
  111. package/funcs/kmsRemoveKmsComment.d.ts.map +1 -0
  112. package/funcs/kmsRemoveKmsComment.js +105 -0
  113. package/funcs/kmsRemoveKmsComment.js.map +1 -0
  114. package/funcs/kmsUpdateKmsComment.d.ts +13 -0
  115. package/funcs/kmsUpdateKmsComment.d.ts.map +1 -0
  116. package/funcs/kmsUpdateKmsComment.js +108 -0
  117. package/funcs/kmsUpdateKmsComment.js.map +1 -0
  118. package/jsr.json +1 -1
  119. package/lib/config.d.ts +3 -3
  120. package/lib/config.js +3 -3
  121. package/lib/schemas.d.ts +1 -1
  122. package/lib/schemas.d.ts.map +1 -1
  123. package/lib/schemas.js +4 -1
  124. package/lib/schemas.js.map +1 -1
  125. package/package.json +1 -1
  126. package/sdk/comment.d.ts +24 -0
  127. package/sdk/comment.d.ts.map +1 -1
  128. package/sdk/comment.js +42 -0
  129. package/sdk/comment.js.map +1 -1
  130. package/sdk/kms.d.ts +24 -0
  131. package/sdk/kms.d.ts.map +1 -1
  132. package/sdk/kms.js +42 -0
  133. package/sdk/kms.js.map +1 -1
  134. package/sdk/models/operations/createkmscomment.d.ts +40 -0
  135. package/sdk/models/operations/createkmscomment.d.ts.map +1 -0
  136. package/sdk/models/operations/createkmscomment.js +75 -0
  137. package/sdk/models/operations/createkmscomment.js.map +1 -0
  138. package/sdk/models/operations/getkmscomment.d.ts +42 -0
  139. package/sdk/models/operations/getkmscomment.d.ts.map +1 -0
  140. package/sdk/models/operations/getkmscomment.js +72 -0
  141. package/sdk/models/operations/getkmscomment.js.map +1 -0
  142. package/sdk/models/operations/index.d.ts +6 -0
  143. package/sdk/models/operations/index.d.ts.map +1 -1
  144. package/sdk/models/operations/index.js +6 -0
  145. package/sdk/models/operations/index.js.map +1 -1
  146. package/sdk/models/operations/listkmscomments.d.ts +61 -0
  147. package/sdk/models/operations/listkmscomments.d.ts.map +1 -0
  148. package/sdk/models/operations/listkmscomments.js +95 -0
  149. package/sdk/models/operations/listkmscomments.js.map +1 -0
  150. package/sdk/models/operations/patchkmscomment.d.ts +45 -0
  151. package/sdk/models/operations/patchkmscomment.d.ts.map +1 -0
  152. package/sdk/models/operations/patchkmscomment.js +77 -0
  153. package/sdk/models/operations/patchkmscomment.js.map +1 -0
  154. package/sdk/models/operations/removekmscomment.d.ts +66 -0
  155. package/sdk/models/operations/removekmscomment.d.ts.map +1 -0
  156. package/sdk/models/operations/removekmscomment.js +105 -0
  157. package/sdk/models/operations/removekmscomment.js.map +1 -0
  158. package/sdk/models/operations/updatekmscomment.d.ts +45 -0
  159. package/sdk/models/operations/updatekmscomment.d.ts.map +1 -0
  160. package/sdk/models/operations/updatekmscomment.js +77 -0
  161. package/sdk/models/operations/updatekmscomment.js.map +1 -0
  162. package/sdk/models/shared/index.d.ts +1 -0
  163. package/sdk/models/shared/index.d.ts.map +1 -1
  164. package/sdk/models/shared/index.js +1 -0
  165. package/sdk/models/shared/index.js.map +1 -1
  166. package/sdk/models/shared/integrationsupport.d.ts +32 -0
  167. package/sdk/models/shared/integrationsupport.d.ts.map +1 -1
  168. package/sdk/models/shared/integrationsupport.js +34 -5
  169. package/sdk/models/shared/integrationsupport.js.map +1 -1
  170. package/sdk/models/shared/kmscomment.d.ts +108 -0
  171. package/sdk/models/shared/kmscomment.d.ts.map +1 -0
  172. package/sdk/models/shared/kmscomment.js +139 -0
  173. package/sdk/models/shared/kmscomment.js.map +1 -0
  174. package/sdk/models/shared/kmspage.d.ts +5 -2
  175. package/sdk/models/shared/kmspage.d.ts.map +1 -1
  176. package/sdk/models/shared/kmspage.js +3 -2
  177. package/sdk/models/shared/kmspage.js.map +1 -1
  178. package/sdk/models/shared/repoorganization.d.ts +5 -0
  179. package/sdk/models/shared/repoorganization.d.ts.map +1 -1
  180. package/sdk/models/shared/repoorganization.js +4 -0
  181. package/sdk/models/shared/repoorganization.js.map +1 -1
  182. package/sdk/models/shared/webhook.d.ts +3 -0
  183. package/sdk/models/shared/webhook.d.ts.map +1 -1
  184. package/sdk/models/shared/webhook.js +1 -0
  185. package/sdk/models/shared/webhook.js.map +1 -1
  186. package/sdk/sdk.d.ts +2 -2
  187. package/sdk/sdk.d.ts.map +1 -1
  188. package/sdk/sdk.js +3 -3
  189. package/sdk/sdk.js.map +1 -1
  190. package/src/funcs/commentCreateKmsComment.ts +135 -0
  191. package/src/funcs/commentGetKmsComment.ts +138 -0
  192. package/src/funcs/commentListKmsComments.ts +144 -0
  193. package/src/funcs/commentPatchKmsComment.ts +139 -0
  194. package/src/funcs/commentRemoveKmsComment.ts +141 -0
  195. package/src/funcs/commentUpdateKmsComment.ts +139 -0
  196. package/src/funcs/kmsCreateKmsComment.ts +135 -0
  197. package/src/funcs/kmsGetKmsComment.ts +138 -0
  198. package/src/funcs/kmsListKmsComments.ts +144 -0
  199. package/src/funcs/kmsPatchKmsComment.ts +139 -0
  200. package/src/funcs/kmsRemoveKmsComment.ts +141 -0
  201. package/src/funcs/kmsUpdateKmsComment.ts +139 -0
  202. package/src/lib/config.ts +3 -3
  203. package/src/lib/schemas.ts +5 -0
  204. package/src/sdk/comment.ts +90 -0
  205. package/src/sdk/kms.ts +90 -0
  206. package/src/sdk/models/operations/createkmscomment.ts +92 -0
  207. package/src/sdk/models/operations/getkmscomment.ts +92 -0
  208. package/src/sdk/models/operations/index.ts +6 -0
  209. package/src/sdk/models/operations/listkmscomments.ts +134 -0
  210. package/src/sdk/models/operations/patchkmscomment.ts +99 -0
  211. package/src/sdk/models/operations/removekmscomment.ts +151 -0
  212. package/src/sdk/models/operations/updatekmscomment.ts +99 -0
  213. package/src/sdk/models/shared/index.ts +1 -0
  214. package/src/sdk/models/shared/integrationsupport.ts +38 -0
  215. package/src/sdk/models/shared/kmscomment.ts +174 -0
  216. package/src/sdk/models/shared/kmspage.ts +5 -4
  217. package/src/sdk/models/shared/repoorganization.ts +9 -0
  218. package/src/sdk/models/shared/webhook.ts +1 -0
  219. package/src/sdk/sdk.ts +5 -5
@@ -41,7 +41,7 @@ const unifiedTo = new UnifiedTo({
41
41
 
42
42
  async function run() {
43
43
  const result = await unifiedTo.contact.createAccountingContact({
44
- connectionId: "<value>",
44
+ connectionId: "<id>",
45
45
  });
46
46
 
47
47
  // Handle the result
@@ -69,7 +69,7 @@ const unifiedTo = new UnifiedToCore({
69
69
 
70
70
  async function run() {
71
71
  const res = await contactCreateAccountingContact(unifiedTo, {
72
- connectionId: "<value>",
72
+ connectionId: "<id>",
73
73
  });
74
74
 
75
75
  if (!res.ok) {
@@ -121,7 +121,7 @@ const unifiedTo = new UnifiedTo({
121
121
 
122
122
  async function run() {
123
123
  const result = await unifiedTo.contact.createCrmContact({
124
- connectionId: "<value>",
124
+ connectionId: "<id>",
125
125
  });
126
126
 
127
127
  // Handle the result
@@ -149,7 +149,7 @@ const unifiedTo = new UnifiedToCore({
149
149
 
150
150
  async function run() {
151
151
  const res = await contactCreateCrmContact(unifiedTo, {
152
- connectionId: "<value>",
152
+ connectionId: "<id>",
153
153
  });
154
154
 
155
155
  if (!res.ok) {
@@ -201,7 +201,7 @@ const unifiedTo = new UnifiedTo({
201
201
 
202
202
  async function run() {
203
203
  const result = await unifiedTo.contact.createUcContact({
204
- connectionId: "<value>",
204
+ connectionId: "<id>",
205
205
  });
206
206
 
207
207
  // Handle the result
@@ -229,7 +229,7 @@ const unifiedTo = new UnifiedToCore({
229
229
 
230
230
  async function run() {
231
231
  const res = await contactCreateUcContact(unifiedTo, {
232
- connectionId: "<value>",
232
+ connectionId: "<id>",
233
233
  });
234
234
 
235
235
  if (!res.ok) {
@@ -281,7 +281,7 @@ const unifiedTo = new UnifiedTo({
281
281
 
282
282
  async function run() {
283
283
  const result = await unifiedTo.contact.getAccountingContact({
284
- connectionId: "<value>",
284
+ connectionId: "<id>",
285
285
  id: "<id>",
286
286
  });
287
287
 
@@ -310,7 +310,7 @@ const unifiedTo = new UnifiedToCore({
310
310
 
311
311
  async function run() {
312
312
  const res = await contactGetAccountingContact(unifiedTo, {
313
- connectionId: "<value>",
313
+ connectionId: "<id>",
314
314
  id: "<id>",
315
315
  });
316
316
 
@@ -363,7 +363,7 @@ const unifiedTo = new UnifiedTo({
363
363
 
364
364
  async function run() {
365
365
  const result = await unifiedTo.contact.getCrmContact({
366
- connectionId: "<value>",
366
+ connectionId: "<id>",
367
367
  id: "<id>",
368
368
  });
369
369
 
@@ -392,7 +392,7 @@ const unifiedTo = new UnifiedToCore({
392
392
 
393
393
  async function run() {
394
394
  const res = await contactGetCrmContact(unifiedTo, {
395
- connectionId: "<value>",
395
+ connectionId: "<id>",
396
396
  id: "<id>",
397
397
  });
398
398
 
@@ -445,7 +445,7 @@ const unifiedTo = new UnifiedTo({
445
445
 
446
446
  async function run() {
447
447
  const result = await unifiedTo.contact.getUcContact({
448
- connectionId: "<value>",
448
+ connectionId: "<id>",
449
449
  id: "<id>",
450
450
  });
451
451
 
@@ -474,7 +474,7 @@ const unifiedTo = new UnifiedToCore({
474
474
 
475
475
  async function run() {
476
476
  const res = await contactGetUcContact(unifiedTo, {
477
- connectionId: "<value>",
477
+ connectionId: "<id>",
478
478
  id: "<id>",
479
479
  });
480
480
 
@@ -527,7 +527,7 @@ const unifiedTo = new UnifiedTo({
527
527
 
528
528
  async function run() {
529
529
  const result = await unifiedTo.contact.listAccountingContacts({
530
- connectionId: "<value>",
530
+ connectionId: "<id>",
531
531
  });
532
532
 
533
533
  // Handle the result
@@ -555,7 +555,7 @@ const unifiedTo = new UnifiedToCore({
555
555
 
556
556
  async function run() {
557
557
  const res = await contactListAccountingContacts(unifiedTo, {
558
- connectionId: "<value>",
558
+ connectionId: "<id>",
559
559
  });
560
560
 
561
561
  if (!res.ok) {
@@ -607,7 +607,7 @@ const unifiedTo = new UnifiedTo({
607
607
 
608
608
  async function run() {
609
609
  const result = await unifiedTo.contact.listCrmContacts({
610
- connectionId: "<value>",
610
+ connectionId: "<id>",
611
611
  });
612
612
 
613
613
  // Handle the result
@@ -635,7 +635,7 @@ const unifiedTo = new UnifiedToCore({
635
635
 
636
636
  async function run() {
637
637
  const res = await contactListCrmContacts(unifiedTo, {
638
- connectionId: "<value>",
638
+ connectionId: "<id>",
639
639
  });
640
640
 
641
641
  if (!res.ok) {
@@ -687,7 +687,7 @@ const unifiedTo = new UnifiedTo({
687
687
 
688
688
  async function run() {
689
689
  const result = await unifiedTo.contact.listUcContacts({
690
- connectionId: "<value>",
690
+ connectionId: "<id>",
691
691
  });
692
692
 
693
693
  // Handle the result
@@ -715,7 +715,7 @@ const unifiedTo = new UnifiedToCore({
715
715
 
716
716
  async function run() {
717
717
  const res = await contactListUcContacts(unifiedTo, {
718
- connectionId: "<value>",
718
+ connectionId: "<id>",
719
719
  });
720
720
 
721
721
  if (!res.ok) {
@@ -767,7 +767,7 @@ const unifiedTo = new UnifiedTo({
767
767
 
768
768
  async function run() {
769
769
  const result = await unifiedTo.contact.patchAccountingContact({
770
- connectionId: "<value>",
770
+ connectionId: "<id>",
771
771
  id: "<id>",
772
772
  });
773
773
 
@@ -796,7 +796,7 @@ const unifiedTo = new UnifiedToCore({
796
796
 
797
797
  async function run() {
798
798
  const res = await contactPatchAccountingContact(unifiedTo, {
799
- connectionId: "<value>",
799
+ connectionId: "<id>",
800
800
  id: "<id>",
801
801
  });
802
802
 
@@ -849,7 +849,7 @@ const unifiedTo = new UnifiedTo({
849
849
 
850
850
  async function run() {
851
851
  const result = await unifiedTo.contact.patchCrmContact({
852
- connectionId: "<value>",
852
+ connectionId: "<id>",
853
853
  id: "<id>",
854
854
  });
855
855
 
@@ -878,7 +878,7 @@ const unifiedTo = new UnifiedToCore({
878
878
 
879
879
  async function run() {
880
880
  const res = await contactPatchCrmContact(unifiedTo, {
881
- connectionId: "<value>",
881
+ connectionId: "<id>",
882
882
  id: "<id>",
883
883
  });
884
884
 
@@ -931,7 +931,7 @@ const unifiedTo = new UnifiedTo({
931
931
 
932
932
  async function run() {
933
933
  const result = await unifiedTo.contact.patchUcContact({
934
- connectionId: "<value>",
934
+ connectionId: "<id>",
935
935
  id: "<id>",
936
936
  });
937
937
 
@@ -960,7 +960,7 @@ const unifiedTo = new UnifiedToCore({
960
960
 
961
961
  async function run() {
962
962
  const res = await contactPatchUcContact(unifiedTo, {
963
- connectionId: "<value>",
963
+ connectionId: "<id>",
964
964
  id: "<id>",
965
965
  });
966
966
 
@@ -1013,7 +1013,7 @@ const unifiedTo = new UnifiedTo({
1013
1013
 
1014
1014
  async function run() {
1015
1015
  const result = await unifiedTo.contact.removeAccountingContact({
1016
- connectionId: "<value>",
1016
+ connectionId: "<id>",
1017
1017
  id: "<id>",
1018
1018
  });
1019
1019
 
@@ -1042,7 +1042,7 @@ const unifiedTo = new UnifiedToCore({
1042
1042
 
1043
1043
  async function run() {
1044
1044
  const res = await contactRemoveAccountingContact(unifiedTo, {
1045
- connectionId: "<value>",
1045
+ connectionId: "<id>",
1046
1046
  id: "<id>",
1047
1047
  });
1048
1048
 
@@ -1095,7 +1095,7 @@ const unifiedTo = new UnifiedTo({
1095
1095
 
1096
1096
  async function run() {
1097
1097
  const result = await unifiedTo.contact.removeCrmContact({
1098
- connectionId: "<value>",
1098
+ connectionId: "<id>",
1099
1099
  id: "<id>",
1100
1100
  });
1101
1101
 
@@ -1124,7 +1124,7 @@ const unifiedTo = new UnifiedToCore({
1124
1124
 
1125
1125
  async function run() {
1126
1126
  const res = await contactRemoveCrmContact(unifiedTo, {
1127
- connectionId: "<value>",
1127
+ connectionId: "<id>",
1128
1128
  id: "<id>",
1129
1129
  });
1130
1130
 
@@ -1177,7 +1177,7 @@ const unifiedTo = new UnifiedTo({
1177
1177
 
1178
1178
  async function run() {
1179
1179
  const result = await unifiedTo.contact.removeUcContact({
1180
- connectionId: "<value>",
1180
+ connectionId: "<id>",
1181
1181
  id: "<id>",
1182
1182
  });
1183
1183
 
@@ -1206,7 +1206,7 @@ const unifiedTo = new UnifiedToCore({
1206
1206
 
1207
1207
  async function run() {
1208
1208
  const res = await contactRemoveUcContact(unifiedTo, {
1209
- connectionId: "<value>",
1209
+ connectionId: "<id>",
1210
1210
  id: "<id>",
1211
1211
  });
1212
1212
 
@@ -1259,7 +1259,7 @@ const unifiedTo = new UnifiedTo({
1259
1259
 
1260
1260
  async function run() {
1261
1261
  const result = await unifiedTo.contact.updateAccountingContact({
1262
- connectionId: "<value>",
1262
+ connectionId: "<id>",
1263
1263
  id: "<id>",
1264
1264
  });
1265
1265
 
@@ -1288,7 +1288,7 @@ const unifiedTo = new UnifiedToCore({
1288
1288
 
1289
1289
  async function run() {
1290
1290
  const res = await contactUpdateAccountingContact(unifiedTo, {
1291
- connectionId: "<value>",
1291
+ connectionId: "<id>",
1292
1292
  id: "<id>",
1293
1293
  });
1294
1294
 
@@ -1341,7 +1341,7 @@ const unifiedTo = new UnifiedTo({
1341
1341
 
1342
1342
  async function run() {
1343
1343
  const result = await unifiedTo.contact.updateCrmContact({
1344
- connectionId: "<value>",
1344
+ connectionId: "<id>",
1345
1345
  id: "<id>",
1346
1346
  });
1347
1347
 
@@ -1370,7 +1370,7 @@ const unifiedTo = new UnifiedToCore({
1370
1370
 
1371
1371
  async function run() {
1372
1372
  const res = await contactUpdateCrmContact(unifiedTo, {
1373
- connectionId: "<value>",
1373
+ connectionId: "<id>",
1374
1374
  id: "<id>",
1375
1375
  });
1376
1376
 
@@ -1423,7 +1423,7 @@ const unifiedTo = new UnifiedTo({
1423
1423
 
1424
1424
  async function run() {
1425
1425
  const result = await unifiedTo.contact.updateUcContact({
1426
- connectionId: "<value>",
1426
+ connectionId: "<id>",
1427
1427
  id: "<id>",
1428
1428
  });
1429
1429
 
@@ -1452,7 +1452,7 @@ const unifiedTo = new UnifiedToCore({
1452
1452
 
1453
1453
  async function run() {
1454
1454
  const res = await contactUpdateUcContact(unifiedTo, {
1455
- connectionId: "<value>",
1455
+ connectionId: "<id>",
1456
1456
  id: "<id>",
1457
1457
  });
1458
1458