@unified-api/typescript-sdk 2.56.0 → 2.60.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.
- package/README.md +24 -0
- package/docs/sdks/comment/README.md +512 -0
- package/docs/sdks/connection/README.md +4 -4
- package/docs/sdks/recording/README.md +500 -0
- package/docs/sdks/uc/README.md +1054 -42
- package/docs/sdks/unified/README.md +10 -10
- package/docs/sdks/webhook/README.md +6 -6
- package/funcs/accountListAccountingAccounts.js +1 -0
- package/funcs/accountListAccountingAccounts.js.map +1 -1
- package/funcs/accountingListAccountingAccounts.js +1 -0
- package/funcs/accountingListAccountingAccounts.js.map +1 -1
- package/funcs/commentCreateUcComment.d.ts +14 -0
- package/funcs/commentCreateUcComment.d.ts.map +1 -0
- package/funcs/commentCreateUcComment.js +109 -0
- package/funcs/commentCreateUcComment.js.map +1 -0
- package/funcs/commentGetUcComment.d.ts +14 -0
- package/funcs/commentGetUcComment.d.ts.map +1 -0
- package/funcs/commentGetUcComment.js +112 -0
- package/funcs/commentGetUcComment.js.map +1 -0
- package/funcs/commentListUcComments.d.ts +14 -0
- package/funcs/commentListUcComments.d.ts.map +1 -0
- package/funcs/commentListUcComments.js +117 -0
- package/funcs/commentListUcComments.js.map +1 -0
- package/funcs/commentPatchUcComment.d.ts +14 -0
- package/funcs/commentPatchUcComment.d.ts.map +1 -0
- package/funcs/commentPatchUcComment.js +113 -0
- package/funcs/commentPatchUcComment.js.map +1 -0
- package/funcs/commentRemoveUcComment.d.ts +13 -0
- package/funcs/commentRemoveUcComment.d.ts.map +1 -0
- package/funcs/commentRemoveUcComment.js +110 -0
- package/funcs/commentRemoveUcComment.js.map +1 -0
- package/funcs/commentUpdateUcComment.d.ts +14 -0
- package/funcs/commentUpdateUcComment.d.ts.map +1 -0
- package/funcs/commentUpdateUcComment.js +113 -0
- package/funcs/commentUpdateUcComment.js.map +1 -0
- package/funcs/passthroughCreatePassthroughJson.js +4 -0
- package/funcs/passthroughCreatePassthroughJson.js.map +1 -1
- package/funcs/passthroughCreatePassthroughRaw.js +4 -0
- package/funcs/passthroughCreatePassthroughRaw.js.map +1 -1
- package/funcs/passthroughListPassthroughs.js +4 -0
- package/funcs/passthroughListPassthroughs.js.map +1 -1
- package/funcs/passthroughPatchPassthroughJson.js +4 -0
- package/funcs/passthroughPatchPassthroughJson.js.map +1 -1
- package/funcs/passthroughPatchPassthroughRaw.js +4 -0
- package/funcs/passthroughPatchPassthroughRaw.js.map +1 -1
- package/funcs/passthroughRemovePassthrough.js +4 -0
- package/funcs/passthroughRemovePassthrough.js.map +1 -1
- package/funcs/passthroughUpdatePassthroughJson.js +4 -0
- package/funcs/passthroughUpdatePassthroughJson.js.map +1 -1
- package/funcs/passthroughUpdatePassthroughRaw.js +4 -0
- package/funcs/passthroughUpdatePassthroughRaw.js.map +1 -1
- package/funcs/recordingCreateUcRecording.d.ts +14 -0
- package/funcs/recordingCreateUcRecording.d.ts.map +1 -0
- package/funcs/recordingCreateUcRecording.js +109 -0
- package/funcs/recordingCreateUcRecording.js.map +1 -0
- package/funcs/recordingGetUcRecording.d.ts +14 -0
- package/funcs/recordingGetUcRecording.d.ts.map +1 -0
- package/funcs/recordingGetUcRecording.js +112 -0
- package/funcs/recordingGetUcRecording.js.map +1 -0
- package/funcs/recordingListUcRecordings.d.ts +14 -0
- package/funcs/recordingListUcRecordings.d.ts.map +1 -0
- package/funcs/recordingListUcRecordings.js +119 -0
- package/funcs/recordingListUcRecordings.js.map +1 -0
- package/funcs/recordingPatchUcRecording.d.ts +14 -0
- package/funcs/recordingPatchUcRecording.d.ts.map +1 -0
- package/funcs/recordingPatchUcRecording.js +113 -0
- package/funcs/recordingPatchUcRecording.js.map +1 -0
- package/funcs/recordingRemoveUcRecording.d.ts +13 -0
- package/funcs/recordingRemoveUcRecording.d.ts.map +1 -0
- package/funcs/recordingRemoveUcRecording.js +110 -0
- package/funcs/recordingRemoveUcRecording.js.map +1 -0
- package/funcs/recordingUpdateUcRecording.d.ts +14 -0
- package/funcs/recordingUpdateUcRecording.d.ts.map +1 -0
- package/funcs/recordingUpdateUcRecording.js +113 -0
- package/funcs/recordingUpdateUcRecording.js.map +1 -0
- package/funcs/ucCreateUcComment.d.ts +14 -0
- package/funcs/ucCreateUcComment.d.ts.map +1 -0
- package/funcs/ucCreateUcComment.js +109 -0
- package/funcs/ucCreateUcComment.js.map +1 -0
- package/funcs/ucCreateUcRecording.d.ts +14 -0
- package/funcs/ucCreateUcRecording.d.ts.map +1 -0
- package/funcs/ucCreateUcRecording.js +109 -0
- package/funcs/ucCreateUcRecording.js.map +1 -0
- package/funcs/ucGetUcComment.d.ts +14 -0
- package/funcs/ucGetUcComment.d.ts.map +1 -0
- package/funcs/ucGetUcComment.js +112 -0
- package/funcs/ucGetUcComment.js.map +1 -0
- package/funcs/ucGetUcRecording.d.ts +14 -0
- package/funcs/ucGetUcRecording.d.ts.map +1 -0
- package/funcs/ucGetUcRecording.js +112 -0
- package/funcs/ucGetUcRecording.js.map +1 -0
- package/funcs/ucListUcComments.d.ts +14 -0
- package/funcs/ucListUcComments.d.ts.map +1 -0
- package/funcs/ucListUcComments.js +117 -0
- package/funcs/ucListUcComments.js.map +1 -0
- package/funcs/ucListUcRecordings.d.ts +14 -0
- package/funcs/ucListUcRecordings.d.ts.map +1 -0
- package/funcs/ucListUcRecordings.js +119 -0
- package/funcs/ucListUcRecordings.js.map +1 -0
- package/funcs/ucPatchUcComment.d.ts +14 -0
- package/funcs/ucPatchUcComment.d.ts.map +1 -0
- package/funcs/ucPatchUcComment.js +113 -0
- package/funcs/ucPatchUcComment.js.map +1 -0
- package/funcs/ucPatchUcRecording.d.ts +14 -0
- package/funcs/ucPatchUcRecording.d.ts.map +1 -0
- package/funcs/ucPatchUcRecording.js +113 -0
- package/funcs/ucPatchUcRecording.js.map +1 -0
- package/funcs/ucRemoveUcComment.d.ts +13 -0
- package/funcs/ucRemoveUcComment.d.ts.map +1 -0
- package/funcs/ucRemoveUcComment.js +110 -0
- package/funcs/ucRemoveUcComment.js.map +1 -0
- package/funcs/ucRemoveUcRecording.d.ts +13 -0
- package/funcs/ucRemoveUcRecording.d.ts.map +1 -0
- package/funcs/ucRemoveUcRecording.js +110 -0
- package/funcs/ucRemoveUcRecording.js.map +1 -0
- package/funcs/ucUpdateUcComment.d.ts +14 -0
- package/funcs/ucUpdateUcComment.d.ts.map +1 -0
- package/funcs/ucUpdateUcComment.js +113 -0
- package/funcs/ucUpdateUcComment.js.map +1 -0
- package/funcs/ucUpdateUcRecording.d.ts +14 -0
- package/funcs/ucUpdateUcRecording.d.ts.map +1 -0
- package/funcs/ucUpdateUcRecording.js +113 -0
- package/funcs/ucUpdateUcRecording.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- 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/models/operations/createpassthroughjson.d.ts +6 -0
- package/sdk/models/operations/createpassthroughjson.d.ts.map +1 -1
- package/sdk/models/operations/createpassthroughjson.js +2 -0
- package/sdk/models/operations/createpassthroughjson.js.map +1 -1
- package/sdk/models/operations/createpassthroughraw.d.ts +6 -0
- package/sdk/models/operations/createpassthroughraw.d.ts.map +1 -1
- package/sdk/models/operations/createpassthroughraw.js +2 -0
- package/sdk/models/operations/createpassthroughraw.js.map +1 -1
- package/sdk/models/operations/createuccomment.d.ts +40 -0
- package/sdk/models/operations/createuccomment.d.ts.map +1 -0
- package/sdk/models/operations/createuccomment.js +75 -0
- package/sdk/models/operations/createuccomment.js.map +1 -0
- package/sdk/models/operations/createucrecording.d.ts +40 -0
- package/sdk/models/operations/createucrecording.d.ts.map +1 -0
- package/sdk/models/operations/createucrecording.js +75 -0
- package/sdk/models/operations/createucrecording.js.map +1 -0
- package/sdk/models/operations/getuccomment.d.ts +42 -0
- package/sdk/models/operations/getuccomment.d.ts.map +1 -0
- package/sdk/models/operations/getuccomment.js +72 -0
- package/sdk/models/operations/getuccomment.js.map +1 -0
- package/sdk/models/operations/getucrecording.d.ts +42 -0
- package/sdk/models/operations/getucrecording.d.ts.map +1 -0
- package/sdk/models/operations/getucrecording.js +72 -0
- package/sdk/models/operations/getucrecording.js.map +1 -0
- package/sdk/models/operations/index.d.ts +12 -0
- package/sdk/models/operations/index.d.ts.map +1 -1
- package/sdk/models/operations/index.js +12 -0
- package/sdk/models/operations/index.js.map +1 -1
- package/sdk/models/operations/listaccountingaccounts.d.ts +2 -0
- package/sdk/models/operations/listaccountingaccounts.d.ts.map +1 -1
- package/sdk/models/operations/listaccountingaccounts.js +4 -0
- package/sdk/models/operations/listaccountingaccounts.js.map +1 -1
- package/sdk/models/operations/listpassthroughs.d.ts +6 -0
- package/sdk/models/operations/listpassthroughs.d.ts.map +1 -1
- package/sdk/models/operations/listpassthroughs.js +2 -0
- package/sdk/models/operations/listpassthroughs.js.map +1 -1
- package/sdk/models/operations/listuccomments.d.ts +59 -0
- package/sdk/models/operations/listuccomments.d.ts.map +1 -0
- package/sdk/models/operations/listuccomments.js +93 -0
- package/sdk/models/operations/listuccomments.js.map +1 -0
- package/sdk/models/operations/listucrecordings.d.ts +63 -0
- package/sdk/models/operations/listucrecordings.d.ts.map +1 -0
- package/sdk/models/operations/listucrecordings.js +101 -0
- package/sdk/models/operations/listucrecordings.js.map +1 -0
- package/sdk/models/operations/patchpassthroughjson.d.ts +6 -0
- package/sdk/models/operations/patchpassthroughjson.d.ts.map +1 -1
- package/sdk/models/operations/patchpassthroughjson.js +2 -0
- package/sdk/models/operations/patchpassthroughjson.js.map +1 -1
- package/sdk/models/operations/patchpassthroughraw.d.ts +6 -0
- package/sdk/models/operations/patchpassthroughraw.d.ts.map +1 -1
- package/sdk/models/operations/patchpassthroughraw.js +2 -0
- package/sdk/models/operations/patchpassthroughraw.js.map +1 -1
- package/sdk/models/operations/patchuccomment.d.ts +45 -0
- package/sdk/models/operations/patchuccomment.d.ts.map +1 -0
- package/sdk/models/operations/patchuccomment.js +77 -0
- package/sdk/models/operations/patchuccomment.js.map +1 -0
- package/sdk/models/operations/patchucrecording.d.ts +45 -0
- package/sdk/models/operations/patchucrecording.d.ts.map +1 -0
- package/sdk/models/operations/patchucrecording.js +77 -0
- package/sdk/models/operations/patchucrecording.js.map +1 -0
- package/sdk/models/operations/removepassthrough.d.ts +6 -0
- package/sdk/models/operations/removepassthrough.d.ts.map +1 -1
- package/sdk/models/operations/removepassthrough.js +2 -0
- package/sdk/models/operations/removepassthrough.js.map +1 -1
- package/sdk/models/operations/removeuccomment.d.ts +66 -0
- package/sdk/models/operations/removeuccomment.d.ts.map +1 -0
- package/sdk/models/operations/removeuccomment.js +105 -0
- package/sdk/models/operations/removeuccomment.js.map +1 -0
- package/sdk/models/operations/removeucrecording.d.ts +66 -0
- package/sdk/models/operations/removeucrecording.d.ts.map +1 -0
- package/sdk/models/operations/removeucrecording.js +105 -0
- package/sdk/models/operations/removeucrecording.js.map +1 -0
- package/sdk/models/operations/updatepassthroughjson.d.ts +6 -0
- package/sdk/models/operations/updatepassthroughjson.d.ts.map +1 -1
- package/sdk/models/operations/updatepassthroughjson.js +2 -0
- package/sdk/models/operations/updatepassthroughjson.js.map +1 -1
- package/sdk/models/operations/updatepassthroughraw.d.ts +6 -0
- package/sdk/models/operations/updatepassthroughraw.d.ts.map +1 -1
- package/sdk/models/operations/updatepassthroughraw.js +2 -0
- package/sdk/models/operations/updatepassthroughraw.js.map +1 -1
- package/sdk/models/operations/updateuccomment.d.ts +45 -0
- package/sdk/models/operations/updateuccomment.d.ts.map +1 -0
- package/sdk/models/operations/updateuccomment.js +77 -0
- package/sdk/models/operations/updateuccomment.js.map +1 -0
- package/sdk/models/operations/updateucrecording.d.ts +45 -0
- package/sdk/models/operations/updateucrecording.d.ts.map +1 -0
- package/sdk/models/operations/updateucrecording.js +77 -0
- package/sdk/models/operations/updateucrecording.js.map +1 -0
- package/sdk/models/shared/accountingattachment.d.ts +6 -6
- package/sdk/models/shared/accountingattachment.d.ts.map +1 -1
- package/sdk/models/shared/accountingattachment.js +6 -6
- package/sdk/models/shared/accountingattachment.js.map +1 -1
- package/sdk/models/shared/index.d.ts +4 -0
- package/sdk/models/shared/index.d.ts.map +1 -1
- package/sdk/models/shared/index.js +4 -0
- package/sdk/models/shared/index.js.map +1 -1
- package/sdk/models/shared/integrationsupport.d.ts +30 -0
- package/sdk/models/shared/integrationsupport.d.ts.map +1 -1
- package/sdk/models/shared/integrationsupport.js +31 -6
- package/sdk/models/shared/integrationsupport.js.map +1 -1
- package/sdk/models/shared/propertyconnectionpermissions.d.ts +9 -0
- package/sdk/models/shared/propertyconnectionpermissions.d.ts.map +1 -1
- package/sdk/models/shared/propertyconnectionpermissions.js +3 -0
- package/sdk/models/shared/propertyconnectionpermissions.js.map +1 -1
- package/sdk/models/shared/uccall.d.ts +0 -3
- package/sdk/models/shared/uccall.d.ts.map +1 -1
- package/sdk/models/shared/uccall.js.map +1 -1
- package/sdk/models/shared/uccomment.d.ts +43 -0
- package/sdk/models/shared/uccomment.d.ts.map +1 -0
- package/sdk/models/shared/uccomment.js +82 -0
- package/sdk/models/shared/uccomment.js.map +1 -0
- package/sdk/models/shared/uccontact.d.ts +0 -3
- package/sdk/models/shared/uccontact.d.ts.map +1 -1
- package/sdk/models/shared/uccontact.js.map +1 -1
- package/sdk/models/shared/ucrecording.d.ts +60 -0
- package/sdk/models/shared/ucrecording.d.ts.map +1 -0
- package/sdk/models/shared/ucrecording.js +120 -0
- package/sdk/models/shared/ucrecording.js.map +1 -0
- package/sdk/models/shared/ucrecordingmedia.d.ts +40 -0
- package/sdk/models/shared/ucrecordingmedia.d.ts.map +1 -0
- package/sdk/models/shared/ucrecordingmedia.js +87 -0
- package/sdk/models/shared/ucrecordingmedia.js.map +1 -0
- package/sdk/models/shared/ucrecordingtranscript.d.ts +37 -0
- package/sdk/models/shared/ucrecordingtranscript.d.ts.map +1 -0
- package/sdk/models/shared/ucrecordingtranscript.js +84 -0
- package/sdk/models/shared/ucrecordingtranscript.js.map +1 -0
- package/sdk/models/shared/webhook.d.ts +6 -0
- package/sdk/models/shared/webhook.d.ts.map +1 -1
- package/sdk/models/shared/webhook.js +2 -0
- package/sdk/models/shared/webhook.js.map +1 -1
- package/sdk/recording.d.ts +24 -0
- package/sdk/recording.d.ts.map +1 -1
- package/sdk/recording.js +42 -0
- package/sdk/recording.js.map +1 -1
- package/sdk/uc.d.ts +48 -0
- package/sdk/uc.d.ts.map +1 -1
- package/sdk/uc.js +84 -0
- package/sdk/uc.js.map +1 -1
- package/src/funcs/accountListAccountingAccounts.ts +1 -0
- package/src/funcs/accountingListAccountingAccounts.ts +1 -0
- package/src/funcs/commentCreateUcComment.ts +163 -0
- package/src/funcs/commentGetUcComment.ts +166 -0
- package/src/funcs/commentListUcComments.ts +171 -0
- package/src/funcs/commentPatchUcComment.ts +167 -0
- package/src/funcs/commentRemoveUcComment.ts +169 -0
- package/src/funcs/commentUpdateUcComment.ts +167 -0
- package/src/funcs/passthroughCreatePassthroughJson.ts +6 -1
- package/src/funcs/passthroughCreatePassthroughRaw.ts +6 -1
- package/src/funcs/passthroughListPassthroughs.ts +6 -1
- package/src/funcs/passthroughPatchPassthroughJson.ts +6 -1
- package/src/funcs/passthroughPatchPassthroughRaw.ts +6 -1
- package/src/funcs/passthroughRemovePassthrough.ts +6 -1
- package/src/funcs/passthroughUpdatePassthroughJson.ts +6 -1
- package/src/funcs/passthroughUpdatePassthroughRaw.ts +6 -1
- package/src/funcs/recordingCreateUcRecording.ts +163 -0
- package/src/funcs/recordingGetUcRecording.ts +166 -0
- package/src/funcs/recordingListUcRecordings.ts +173 -0
- package/src/funcs/recordingPatchUcRecording.ts +167 -0
- package/src/funcs/recordingRemoveUcRecording.ts +169 -0
- package/src/funcs/recordingUpdateUcRecording.ts +167 -0
- package/src/funcs/ucCreateUcComment.ts +163 -0
- package/src/funcs/ucCreateUcRecording.ts +163 -0
- package/src/funcs/ucGetUcComment.ts +166 -0
- package/src/funcs/ucGetUcRecording.ts +166 -0
- package/src/funcs/ucListUcComments.ts +171 -0
- package/src/funcs/ucListUcRecordings.ts +173 -0
- package/src/funcs/ucPatchUcComment.ts +167 -0
- package/src/funcs/ucPatchUcRecording.ts +167 -0
- package/src/funcs/ucRemoveUcComment.ts +169 -0
- package/src/funcs/ucRemoveUcRecording.ts +169 -0
- package/src/funcs/ucUpdateUcComment.ts +167 -0
- package/src/funcs/ucUpdateUcRecording.ts +167 -0
- package/src/lib/config.ts +2 -2
- package/src/sdk/comment.ts +90 -0
- package/src/sdk/models/operations/createpassthroughjson.ts +4 -0
- package/src/sdk/models/operations/createpassthroughraw.ts +4 -0
- package/src/sdk/models/operations/createuccomment.ts +92 -0
- package/src/sdk/models/operations/createucrecording.ts +92 -0
- package/src/sdk/models/operations/getuccomment.ts +92 -0
- package/src/sdk/models/operations/getucrecording.ts +92 -0
- package/src/sdk/models/operations/index.ts +12 -0
- package/src/sdk/models/operations/listaccountingaccounts.ts +6 -0
- package/src/sdk/models/operations/listpassthroughs.ts +4 -0
- package/src/sdk/models/operations/listuccomments.ts +130 -0
- package/src/sdk/models/operations/listucrecordings.ts +142 -0
- package/src/sdk/models/operations/patchpassthroughjson.ts +4 -0
- package/src/sdk/models/operations/patchpassthroughraw.ts +4 -0
- package/src/sdk/models/operations/patchuccomment.ts +99 -0
- package/src/sdk/models/operations/patchucrecording.ts +99 -0
- package/src/sdk/models/operations/removepassthrough.ts +4 -0
- package/src/sdk/models/operations/removeuccomment.ts +151 -0
- package/src/sdk/models/operations/removeucrecording.ts +151 -0
- package/src/sdk/models/operations/updatepassthroughjson.ts +4 -0
- package/src/sdk/models/operations/updatepassthroughraw.ts +4 -0
- package/src/sdk/models/operations/updateuccomment.ts +99 -0
- package/src/sdk/models/operations/updateucrecording.ts +99 -0
- package/src/sdk/models/shared/accountingattachment.ts +12 -12
- package/src/sdk/models/shared/index.ts +4 -0
- package/src/sdk/models/shared/integrationsupport.ts +32 -0
- package/src/sdk/models/shared/propertyconnectionpermissions.ts +3 -0
- package/src/sdk/models/shared/uccall.ts +0 -3
- package/src/sdk/models/shared/uccomment.ts +95 -0
- package/src/sdk/models/shared/uccontact.ts +0 -3
- package/src/sdk/models/shared/ucrecording.ts +154 -0
- package/src/sdk/models/shared/ucrecordingmedia.ts +109 -0
- package/src/sdk/models/shared/ucrecordingtranscript.ts +99 -0
- package/src/sdk/models/shared/webhook.ts +2 -0
- package/src/sdk/recording.ts +90 -0
- package/src/sdk/uc.ts +180 -0
package/src/sdk/uc.ts
CHANGED
|
@@ -2,19 +2,45 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
+
import { ucCreateUcComment } from "../funcs/ucCreateUcComment.js";
|
|
5
6
|
import { ucCreateUcContact } from "../funcs/ucCreateUcContact.js";
|
|
7
|
+
import { ucCreateUcRecording } from "../funcs/ucCreateUcRecording.js";
|
|
8
|
+
import { ucGetUcComment } from "../funcs/ucGetUcComment.js";
|
|
6
9
|
import { ucGetUcContact } from "../funcs/ucGetUcContact.js";
|
|
10
|
+
import { ucGetUcRecording } from "../funcs/ucGetUcRecording.js";
|
|
7
11
|
import { ucListUcCalls } from "../funcs/ucListUcCalls.js";
|
|
12
|
+
import { ucListUcComments } from "../funcs/ucListUcComments.js";
|
|
8
13
|
import { ucListUcContacts } from "../funcs/ucListUcContacts.js";
|
|
14
|
+
import { ucListUcRecordings } from "../funcs/ucListUcRecordings.js";
|
|
15
|
+
import { ucPatchUcComment } from "../funcs/ucPatchUcComment.js";
|
|
9
16
|
import { ucPatchUcContact } from "../funcs/ucPatchUcContact.js";
|
|
17
|
+
import { ucPatchUcRecording } from "../funcs/ucPatchUcRecording.js";
|
|
18
|
+
import { ucRemoveUcComment } from "../funcs/ucRemoveUcComment.js";
|
|
10
19
|
import { ucRemoveUcContact } from "../funcs/ucRemoveUcContact.js";
|
|
20
|
+
import { ucRemoveUcRecording } from "../funcs/ucRemoveUcRecording.js";
|
|
21
|
+
import { ucUpdateUcComment } from "../funcs/ucUpdateUcComment.js";
|
|
11
22
|
import { ucUpdateUcContact } from "../funcs/ucUpdateUcContact.js";
|
|
23
|
+
import { ucUpdateUcRecording } from "../funcs/ucUpdateUcRecording.js";
|
|
12
24
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
13
25
|
import * as operations from "./models/operations/index.js";
|
|
14
26
|
import * as shared from "./models/shared/index.js";
|
|
15
27
|
import { unwrapAsync } from "./types/fp.js";
|
|
16
28
|
|
|
17
29
|
export class Uc extends ClientSDK {
|
|
30
|
+
/**
|
|
31
|
+
* Create a comment
|
|
32
|
+
*/
|
|
33
|
+
async createUcComment(
|
|
34
|
+
request: operations.CreateUcCommentRequest,
|
|
35
|
+
options?: RequestOptions,
|
|
36
|
+
): Promise<shared.UcComment> {
|
|
37
|
+
return unwrapAsync(ucCreateUcComment(
|
|
38
|
+
this,
|
|
39
|
+
request,
|
|
40
|
+
options,
|
|
41
|
+
));
|
|
42
|
+
}
|
|
43
|
+
|
|
18
44
|
/**
|
|
19
45
|
* Create a contact
|
|
20
46
|
*/
|
|
@@ -29,6 +55,34 @@ export class Uc extends ClientSDK {
|
|
|
29
55
|
));
|
|
30
56
|
}
|
|
31
57
|
|
|
58
|
+
/**
|
|
59
|
+
* Create a recording
|
|
60
|
+
*/
|
|
61
|
+
async createUcRecording(
|
|
62
|
+
request: operations.CreateUcRecordingRequest,
|
|
63
|
+
options?: RequestOptions,
|
|
64
|
+
): Promise<shared.UcRecording> {
|
|
65
|
+
return unwrapAsync(ucCreateUcRecording(
|
|
66
|
+
this,
|
|
67
|
+
request,
|
|
68
|
+
options,
|
|
69
|
+
));
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* Retrieve a comment
|
|
74
|
+
*/
|
|
75
|
+
async getUcComment(
|
|
76
|
+
request: operations.GetUcCommentRequest,
|
|
77
|
+
options?: RequestOptions,
|
|
78
|
+
): Promise<shared.UcComment> {
|
|
79
|
+
return unwrapAsync(ucGetUcComment(
|
|
80
|
+
this,
|
|
81
|
+
request,
|
|
82
|
+
options,
|
|
83
|
+
));
|
|
84
|
+
}
|
|
85
|
+
|
|
32
86
|
/**
|
|
33
87
|
* Retrieve a contact
|
|
34
88
|
*/
|
|
@@ -43,6 +97,20 @@ export class Uc extends ClientSDK {
|
|
|
43
97
|
));
|
|
44
98
|
}
|
|
45
99
|
|
|
100
|
+
/**
|
|
101
|
+
* Retrieve a recording
|
|
102
|
+
*/
|
|
103
|
+
async getUcRecording(
|
|
104
|
+
request: operations.GetUcRecordingRequest,
|
|
105
|
+
options?: RequestOptions,
|
|
106
|
+
): Promise<shared.UcRecording> {
|
|
107
|
+
return unwrapAsync(ucGetUcRecording(
|
|
108
|
+
this,
|
|
109
|
+
request,
|
|
110
|
+
options,
|
|
111
|
+
));
|
|
112
|
+
}
|
|
113
|
+
|
|
46
114
|
/**
|
|
47
115
|
* List all calls
|
|
48
116
|
*/
|
|
@@ -57,6 +125,20 @@ export class Uc extends ClientSDK {
|
|
|
57
125
|
));
|
|
58
126
|
}
|
|
59
127
|
|
|
128
|
+
/**
|
|
129
|
+
* List all comments
|
|
130
|
+
*/
|
|
131
|
+
async listUcComments(
|
|
132
|
+
request: operations.ListUcCommentsRequest,
|
|
133
|
+
options?: RequestOptions,
|
|
134
|
+
): Promise<Array<shared.UcComment>> {
|
|
135
|
+
return unwrapAsync(ucListUcComments(
|
|
136
|
+
this,
|
|
137
|
+
request,
|
|
138
|
+
options,
|
|
139
|
+
));
|
|
140
|
+
}
|
|
141
|
+
|
|
60
142
|
/**
|
|
61
143
|
* List all contacts
|
|
62
144
|
*/
|
|
@@ -71,6 +153,34 @@ export class Uc extends ClientSDK {
|
|
|
71
153
|
));
|
|
72
154
|
}
|
|
73
155
|
|
|
156
|
+
/**
|
|
157
|
+
* List all recordings
|
|
158
|
+
*/
|
|
159
|
+
async listUcRecordings(
|
|
160
|
+
request: operations.ListUcRecordingsRequest,
|
|
161
|
+
options?: RequestOptions,
|
|
162
|
+
): Promise<Array<shared.UcRecording>> {
|
|
163
|
+
return unwrapAsync(ucListUcRecordings(
|
|
164
|
+
this,
|
|
165
|
+
request,
|
|
166
|
+
options,
|
|
167
|
+
));
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* Update a comment
|
|
172
|
+
*/
|
|
173
|
+
async patchUcComment(
|
|
174
|
+
request: operations.PatchUcCommentRequest,
|
|
175
|
+
options?: RequestOptions,
|
|
176
|
+
): Promise<shared.UcComment> {
|
|
177
|
+
return unwrapAsync(ucPatchUcComment(
|
|
178
|
+
this,
|
|
179
|
+
request,
|
|
180
|
+
options,
|
|
181
|
+
));
|
|
182
|
+
}
|
|
183
|
+
|
|
74
184
|
/**
|
|
75
185
|
* Update a contact
|
|
76
186
|
*/
|
|
@@ -85,6 +195,34 @@ export class Uc extends ClientSDK {
|
|
|
85
195
|
));
|
|
86
196
|
}
|
|
87
197
|
|
|
198
|
+
/**
|
|
199
|
+
* Update a recording
|
|
200
|
+
*/
|
|
201
|
+
async patchUcRecording(
|
|
202
|
+
request: operations.PatchUcRecordingRequest,
|
|
203
|
+
options?: RequestOptions,
|
|
204
|
+
): Promise<shared.UcRecording> {
|
|
205
|
+
return unwrapAsync(ucPatchUcRecording(
|
|
206
|
+
this,
|
|
207
|
+
request,
|
|
208
|
+
options,
|
|
209
|
+
));
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* Remove a comment
|
|
214
|
+
*/
|
|
215
|
+
async removeUcComment(
|
|
216
|
+
request: operations.RemoveUcCommentRequest,
|
|
217
|
+
options?: RequestOptions,
|
|
218
|
+
): Promise<operations.RemoveUcCommentResponse | undefined> {
|
|
219
|
+
return unwrapAsync(ucRemoveUcComment(
|
|
220
|
+
this,
|
|
221
|
+
request,
|
|
222
|
+
options,
|
|
223
|
+
));
|
|
224
|
+
}
|
|
225
|
+
|
|
88
226
|
/**
|
|
89
227
|
* Remove a contact
|
|
90
228
|
*/
|
|
@@ -99,6 +237,34 @@ export class Uc extends ClientSDK {
|
|
|
99
237
|
));
|
|
100
238
|
}
|
|
101
239
|
|
|
240
|
+
/**
|
|
241
|
+
* Remove a recording
|
|
242
|
+
*/
|
|
243
|
+
async removeUcRecording(
|
|
244
|
+
request: operations.RemoveUcRecordingRequest,
|
|
245
|
+
options?: RequestOptions,
|
|
246
|
+
): Promise<operations.RemoveUcRecordingResponse | undefined> {
|
|
247
|
+
return unwrapAsync(ucRemoveUcRecording(
|
|
248
|
+
this,
|
|
249
|
+
request,
|
|
250
|
+
options,
|
|
251
|
+
));
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* Update a comment
|
|
256
|
+
*/
|
|
257
|
+
async updateUcComment(
|
|
258
|
+
request: operations.UpdateUcCommentRequest,
|
|
259
|
+
options?: RequestOptions,
|
|
260
|
+
): Promise<shared.UcComment> {
|
|
261
|
+
return unwrapAsync(ucUpdateUcComment(
|
|
262
|
+
this,
|
|
263
|
+
request,
|
|
264
|
+
options,
|
|
265
|
+
));
|
|
266
|
+
}
|
|
267
|
+
|
|
102
268
|
/**
|
|
103
269
|
* Update a contact
|
|
104
270
|
*/
|
|
@@ -112,4 +278,18 @@ export class Uc extends ClientSDK {
|
|
|
112
278
|
options,
|
|
113
279
|
));
|
|
114
280
|
}
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* Update a recording
|
|
284
|
+
*/
|
|
285
|
+
async updateUcRecording(
|
|
286
|
+
request: operations.UpdateUcRecordingRequest,
|
|
287
|
+
options?: RequestOptions,
|
|
288
|
+
): Promise<shared.UcRecording> {
|
|
289
|
+
return unwrapAsync(ucUpdateUcRecording(
|
|
290
|
+
this,
|
|
291
|
+
request,
|
|
292
|
+
options,
|
|
293
|
+
));
|
|
294
|
+
}
|
|
115
295
|
}
|