@azure/communication-call-automation 1.3.0 → 1.3.1
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 +66 -57
- package/dist/browser/callAutomationClient.d.ts +98 -0
- package/dist/browser/callAutomationClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/callAutomationClient.js +5 -5
- package/dist/browser/callAutomationClient.js.map +1 -0
- package/dist/browser/callAutomationEventParser.d.ts +6 -0
- package/dist/browser/callAutomationEventParser.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/callAutomationEventParser.js +2 -2
- package/dist/browser/callAutomationEventParser.js.map +1 -0
- package/dist/browser/callConnection.d.ts +76 -0
- package/dist/browser/callConnection.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/callConnection.js +4 -4
- package/dist/browser/callConnection.js.map +1 -0
- package/dist/browser/callMedia.d.ts +84 -0
- package/dist/browser/callMedia.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/callMedia.js +2 -2
- package/dist/browser/callMedia.js.map +1 -0
- package/dist/browser/callRecording.d.ts +70 -0
- package/dist/browser/callRecording.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/callRecording.js +5 -5
- package/dist/browser/callRecording.js.map +1 -0
- package/dist/browser/contentDownloader.d.ts +25 -0
- package/dist/browser/contentDownloader.d.ts.map +1 -0
- package/dist/browser/contentDownloader.js.map +1 -0
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.d.ts +10 -0
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/credential/callAutomationAccessKeyCredentialPolicy.js +1 -1
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -0
- package/dist/browser/credential/callAutomationAuthPolicy.d.ts +22 -0
- package/dist/browser/credential/callAutomationAuthPolicy.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/credential/callAutomationAuthPolicy.js +2 -2
- package/dist/browser/credential/callAutomationAuthPolicy.js.map +1 -0
- package/dist/browser/credential/cryptoUtils-browser.d.mts.map +1 -0
- package/dist/browser/credential/cryptoUtils-browser.mjs.map +1 -0
- package/dist/browser/credential/cryptoUtils.d.ts +3 -0
- package/{dist-esm/src/credential/cryptoUtils.browser.js → dist/browser/credential/cryptoUtils.js} +2 -2
- package/dist/browser/credential/encodeUtils.browser.d.ts +4 -0
- package/dist/browser/credential/encodeUtils.browser.d.ts.map +1 -0
- package/dist/browser/generated/src/callAutomationApiClient.d.ts +49 -0
- package/dist/browser/generated/src/callAutomationApiClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/src/callAutomationApiClient.js +3 -3
- package/dist/browser/generated/src/callAutomationApiClient.js.map +1 -0
- package/dist/browser/generated/src/index.d.ts +5 -0
- package/dist/browser/generated/src/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/src/index.js +4 -4
- package/dist/browser/generated/src/index.js.map +1 -0
- package/dist/browser/generated/src/models/index.d.ts +1494 -0
- package/dist/browser/generated/src/models/index.d.ts.map +1 -0
- package/dist/browser/generated/src/models/mappers.d.ts +82 -0
- package/dist/browser/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/browser/generated/src/models/parameters.d.ts +29 -0
- package/dist/browser/generated/src/models/parameters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/src/models/parameters.js +1 -1
- package/{dist-esm/src → dist/browser}/generated/src/models/parameters.js.map +1 -1
- package/dist/browser/generated/src/operations/callConnection.d.ts +96 -0
- package/dist/browser/generated/src/operations/callConnection.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/src/operations/callConnection.js +3 -3
- package/dist/browser/generated/src/operations/callConnection.js.map +1 -0
- package/dist/browser/generated/src/operations/callMedia.d.ts +68 -0
- package/dist/browser/generated/src/operations/callMedia.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/src/operations/callMedia.js +2 -2
- package/dist/browser/generated/src/operations/callMedia.js.map +1 -0
- package/dist/browser/generated/src/operations/callRecording.d.ts +43 -0
- package/dist/browser/generated/src/operations/callRecording.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/src/operations/callRecording.js +2 -2
- package/dist/browser/generated/src/operations/callRecording.js.map +1 -0
- package/dist/browser/generated/src/operations/index.d.ts +4 -0
- package/dist/browser/generated/src/operations/index.d.ts.map +1 -0
- package/{dist-esm/src/generated/src/operationsInterfaces → dist/browser/generated/src/operations}/index.js +3 -3
- package/dist/browser/generated/src/operations/index.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts +73 -0
- package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/callConnection.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts +60 -0
- package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/callMedia.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts +35 -0
- package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/callRecording.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts +4 -0
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/index.js +11 -0
- package/dist/browser/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/generated/src/pagingHelper.d.ts +13 -0
- package/dist/browser/generated/src/pagingHelper.d.ts.map +1 -0
- package/dist/browser/index.d.ts +10 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +12 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/models/constants.d.ts +2 -0
- package/dist/browser/models/constants.d.ts.map +1 -0
- package/dist/browser/models/events.d.ts +395 -0
- package/dist/browser/models/events.d.ts.map +1 -0
- package/dist/browser/models/events.js.map +1 -0
- package/dist/browser/models/logger.d.ts +5 -0
- package/dist/browser/models/logger.d.ts.map +1 -0
- package/dist/browser/models/mapper.d.ts +3 -0
- package/dist/browser/models/mapper.d.ts.map +1 -0
- package/dist/browser/models/models.d.ts +188 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/models.js +1 -1
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/models/options.d.ts +315 -0
- package/dist/browser/models/options.d.ts.map +1 -0
- package/dist/browser/models/options.js.map +1 -0
- package/dist/browser/models/responses.d.ts +73 -0
- package/dist/browser/models/responses.d.ts.map +1 -0
- package/dist/browser/models/responses.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/utli/converters.d.ts +22 -0
- package/dist/browser/utli/converters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/utli/converters.js +15 -1
- package/dist/browser/utli/converters.js.map +1 -0
- package/dist/commonjs/callAutomationClient.d.ts +98 -0
- package/dist/commonjs/callAutomationClient.d.ts.map +1 -0
- package/dist/commonjs/callAutomationClient.js +218 -0
- package/{dist-esm/src → dist/commonjs}/callAutomationClient.js.map +1 -1
- package/dist/commonjs/callAutomationEventParser.d.ts +6 -0
- package/dist/commonjs/callAutomationEventParser.d.ts.map +1 -0
- package/dist/commonjs/callAutomationEventParser.js +151 -0
- package/dist/commonjs/callAutomationEventParser.js.map +1 -0
- package/dist/commonjs/callConnection.d.ts +76 -0
- package/dist/commonjs/callConnection.d.ts.map +1 -0
- package/dist/commonjs/callConnection.js +215 -0
- package/dist/commonjs/callConnection.js.map +1 -0
- package/dist/commonjs/callMedia.d.ts +84 -0
- package/dist/commonjs/callMedia.d.ts.map +1 -0
- package/dist/commonjs/callMedia.js +326 -0
- package/{dist-esm/src → dist/commonjs}/callMedia.js.map +1 -1
- package/dist/commonjs/callRecording.d.ts +70 -0
- package/dist/commonjs/callRecording.d.ts.map +1 -0
- package/dist/commonjs/callRecording.js +184 -0
- package/dist/commonjs/callRecording.js.map +1 -0
- package/dist/commonjs/contentDownloader.d.ts +25 -0
- package/dist/commonjs/contentDownloader.d.ts.map +1 -0
- package/dist/commonjs/contentDownloader.js +108 -0
- package/dist/commonjs/contentDownloader.js.map +1 -0
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.d.ts +10 -0
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +1 -0
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js +42 -0
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -0
- package/dist/commonjs/credential/callAutomationAuthPolicy.d.ts +22 -0
- package/dist/commonjs/credential/callAutomationAuthPolicy.d.ts.map +1 -0
- package/dist/commonjs/credential/callAutomationAuthPolicy.js +57 -0
- package/dist/commonjs/credential/callAutomationAuthPolicy.js.map +1 -0
- package/dist/commonjs/credential/cryptoUtils.d.ts +3 -0
- package/dist/commonjs/credential/cryptoUtils.d.ts.map +1 -0
- package/dist/commonjs/credential/cryptoUtils.js +14 -0
- package/dist/commonjs/credential/cryptoUtils.js.map +1 -0
- package/dist/commonjs/credential/encodeUtils.browser.d.ts +4 -0
- package/dist/commonjs/credential/encodeUtils.browser.d.ts.map +1 -0
- package/dist/commonjs/credential/encodeUtils.browser.js +32 -0
- package/dist/commonjs/credential/encodeUtils.browser.js.map +1 -0
- package/dist/commonjs/generated/src/callAutomationApiClient.d.ts +49 -0
- package/dist/commonjs/generated/src/callAutomationApiClient.d.ts.map +1 -0
- package/dist/commonjs/generated/src/callAutomationApiClient.js +231 -0
- package/dist/commonjs/generated/src/callAutomationApiClient.js.map +1 -0
- package/dist/commonjs/generated/src/index.d.ts +5 -0
- package/dist/commonjs/generated/src/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/index.js +19 -0
- package/dist/commonjs/generated/src/index.js.map +1 -0
- package/dist/commonjs/generated/src/models/index.d.ts +1494 -0
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/index.js +203 -0
- package/dist/commonjs/generated/src/models/index.js.map +1 -0
- package/dist/commonjs/generated/src/models/mappers.d.ts +82 -0
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/mappers.js +2857 -0
- package/dist/commonjs/generated/src/models/mappers.js.map +1 -0
- package/dist/commonjs/generated/src/models/parameters.d.ts +29 -0
- package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/parameters.js +183 -0
- package/dist/commonjs/generated/src/models/parameters.js.map +1 -0
- package/dist/commonjs/generated/src/operations/callConnection.d.ts +96 -0
- package/dist/commonjs/generated/src/operations/callConnection.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/callConnection.js +406 -0
- package/dist/commonjs/generated/src/operations/callConnection.js.map +1 -0
- package/dist/commonjs/generated/src/operations/callMedia.d.ts +68 -0
- package/dist/commonjs/generated/src/operations/callMedia.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/callMedia.js +232 -0
- package/dist/commonjs/generated/src/operations/callMedia.js.map +1 -0
- package/dist/commonjs/generated/src/operations/callRecording.d.ts +43 -0
- package/dist/commonjs/generated/src/operations/callRecording.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/callRecording.js +149 -0
- package/dist/commonjs/generated/src/operations/callRecording.js.map +1 -0
- package/dist/commonjs/generated/src/operations/index.d.ts +4 -0
- package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/index.js +14 -0
- package/dist/commonjs/generated/src/operations/index.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts +73 -0
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -0
- package/{dist-esm/src/generated/src/operations/index.js → dist/commonjs/generated/src/operationsInterfaces/callConnection.js} +3 -4
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts +60 -0
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts +35 -0
- package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.js +14 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/generated/src/pagingHelper.d.ts +13 -0
- package/dist/commonjs/generated/src/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/generated/src/pagingHelper.js +36 -0
- package/dist/commonjs/generated/src/pagingHelper.js.map +1 -0
- package/dist/commonjs/index.d.ts +10 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +15 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/models/constants.d.ts +2 -0
- package/dist/commonjs/models/constants.d.ts.map +1 -0
- package/dist/commonjs/models/constants.js +7 -0
- package/dist/commonjs/models/constants.js.map +1 -0
- package/dist/commonjs/models/events.d.ts +395 -0
- package/dist/commonjs/models/events.d.ts.map +1 -0
- package/dist/commonjs/models/events.js +5 -0
- package/dist/commonjs/models/events.js.map +1 -0
- package/dist/commonjs/models/logger.d.ts +5 -0
- package/dist/commonjs/models/logger.d.ts.map +1 -0
- package/dist/commonjs/models/logger.js +11 -0
- package/dist/commonjs/models/logger.js.map +1 -0
- package/dist/commonjs/models/mapper.d.ts +3 -0
- package/dist/commonjs/models/mapper.d.ts.map +1 -0
- package/dist/commonjs/models/mapper.js +79 -0
- package/dist/commonjs/models/mapper.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +188 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +58 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/models/options.d.ts +315 -0
- package/dist/commonjs/models/options.d.ts.map +1 -0
- package/dist/commonjs/models/options.js +5 -0
- package/dist/commonjs/models/options.js.map +1 -0
- package/dist/commonjs/models/responses.d.ts +73 -0
- package/dist/commonjs/models/responses.d.ts.map +1 -0
- package/dist/commonjs/models/responses.js +5 -0
- package/dist/commonjs/models/responses.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/commonjs/utli/converters.d.ts +22 -0
- package/dist/commonjs/utli/converters.d.ts.map +1 -0
- package/dist/commonjs/utli/converters.js +153 -0
- package/dist/commonjs/utli/converters.js.map +1 -0
- package/dist/esm/callAutomationClient.d.ts +98 -0
- package/dist/esm/callAutomationClient.d.ts.map +1 -0
- package/dist/esm/callAutomationClient.js +214 -0
- package/dist/esm/callAutomationClient.js.map +1 -0
- package/dist/esm/callAutomationEventParser.d.ts +6 -0
- package/dist/esm/callAutomationEventParser.d.ts.map +1 -0
- package/dist/esm/callAutomationEventParser.js +148 -0
- package/dist/esm/callAutomationEventParser.js.map +1 -0
- package/dist/esm/callConnection.d.ts +76 -0
- package/dist/esm/callConnection.d.ts.map +1 -0
- package/dist/esm/callConnection.js +211 -0
- package/dist/esm/callConnection.js.map +1 -0
- package/dist/esm/callMedia.d.ts +84 -0
- package/dist/esm/callMedia.d.ts.map +1 -0
- package/dist/esm/callMedia.js +322 -0
- package/dist/esm/callMedia.js.map +1 -0
- package/dist/esm/callRecording.d.ts +70 -0
- package/dist/esm/callRecording.d.ts.map +1 -0
- package/dist/esm/callRecording.js +179 -0
- package/dist/esm/callRecording.js.map +1 -0
- package/dist/esm/contentDownloader.d.ts +25 -0
- package/dist/esm/contentDownloader.d.ts.map +1 -0
- package/dist/esm/contentDownloader.js +104 -0
- package/dist/esm/contentDownloader.js.map +1 -0
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.d.ts +10 -0
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +1 -0
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js +39 -0
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -0
- package/dist/esm/credential/callAutomationAuthPolicy.d.ts +22 -0
- package/dist/esm/credential/callAutomationAuthPolicy.d.ts.map +1 -0
- package/dist/esm/credential/callAutomationAuthPolicy.js +53 -0
- package/dist/esm/credential/callAutomationAuthPolicy.js.map +1 -0
- package/dist/esm/credential/cryptoUtils.d.ts +3 -0
- package/dist/esm/credential/cryptoUtils.d.ts.map +1 -0
- package/{dist-esm/src → dist/esm}/credential/cryptoUtils.js +1 -1
- package/{dist-esm/src → dist/esm}/credential/cryptoUtils.js.map +1 -1
- package/dist/esm/credential/encodeUtils.browser.d.ts +4 -0
- package/dist/esm/credential/encodeUtils.browser.d.ts.map +1 -0
- package/dist/esm/credential/encodeUtils.browser.js +26 -0
- package/dist/esm/credential/encodeUtils.browser.js.map +1 -0
- package/dist/esm/generated/src/callAutomationApiClient.d.ts +49 -0
- package/dist/esm/generated/src/callAutomationApiClient.d.ts.map +1 -0
- package/dist/esm/generated/src/callAutomationApiClient.js +226 -0
- package/dist/esm/generated/src/callAutomationApiClient.js.map +1 -0
- package/dist/esm/generated/src/index.d.ts +5 -0
- package/dist/esm/generated/src/index.d.ts.map +1 -0
- package/dist/esm/generated/src/index.js +13 -0
- package/dist/esm/generated/src/index.js.map +1 -0
- package/dist/esm/generated/src/models/index.d.ts +1494 -0
- package/dist/esm/generated/src/models/index.d.ts.map +1 -0
- package/dist/esm/generated/src/models/index.js +200 -0
- package/dist/esm/generated/src/models/index.js.map +1 -0
- package/dist/esm/generated/src/models/mappers.d.ts +82 -0
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/esm/generated/src/models/mappers.js +2853 -0
- package/dist/esm/generated/src/models/mappers.js.map +1 -0
- package/dist/esm/generated/src/models/parameters.d.ts +29 -0
- package/dist/esm/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/esm/generated/src/models/parameters.js +180 -0
- package/dist/esm/generated/src/models/parameters.js.map +1 -0
- package/dist/esm/generated/src/operations/callConnection.d.ts +96 -0
- package/dist/esm/generated/src/operations/callConnection.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/callConnection.js +402 -0
- package/dist/esm/generated/src/operations/callConnection.js.map +1 -0
- package/dist/esm/generated/src/operations/callMedia.d.ts +68 -0
- package/dist/esm/generated/src/operations/callMedia.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/callMedia.js +227 -0
- package/dist/esm/generated/src/operations/callMedia.js.map +1 -0
- package/dist/esm/generated/src/operations/callRecording.d.ts +43 -0
- package/dist/esm/generated/src/operations/callRecording.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/callRecording.js +144 -0
- package/dist/esm/generated/src/operations/callRecording.js.map +1 -0
- package/dist/esm/generated/src/operations/index.d.ts +4 -0
- package/dist/esm/generated/src/operations/index.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/index.js +11 -0
- package/dist/esm/generated/src/operations/index.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts +73 -0
- package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/callConnection.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/callConnection.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts +60 -0
- package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/callMedia.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/callMedia.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/callRecording.d.ts +35 -0
- package/dist/esm/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/callRecording.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/callRecording.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/index.js +11 -0
- package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/generated/src/pagingHelper.d.ts +13 -0
- package/dist/esm/generated/src/pagingHelper.d.ts.map +1 -0
- package/dist/esm/generated/src/pagingHelper.js +32 -0
- package/dist/esm/generated/src/pagingHelper.js.map +1 -0
- package/dist/esm/index.d.ts +10 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +12 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/constants.d.ts +2 -0
- package/dist/esm/models/constants.d.ts.map +1 -0
- package/dist/esm/models/constants.js +4 -0
- package/dist/esm/models/constants.js.map +1 -0
- package/dist/esm/models/events.d.ts +395 -0
- package/dist/esm/models/events.d.ts.map +1 -0
- package/dist/esm/models/events.js +4 -0
- package/dist/esm/models/events.js.map +1 -0
- package/dist/esm/models/logger.d.ts +5 -0
- package/dist/esm/models/logger.d.ts.map +1 -0
- package/dist/esm/models/logger.js +8 -0
- package/dist/esm/models/logger.js.map +1 -0
- package/dist/esm/models/mapper.d.ts +3 -0
- package/dist/esm/models/mapper.d.ts.map +1 -0
- package/dist/esm/models/mapper.js +76 -0
- package/dist/esm/models/mapper.js.map +1 -0
- package/dist/esm/models/models.d.ts +188 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +54 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/models/options.d.ts +315 -0
- package/dist/esm/models/options.d.ts.map +1 -0
- package/dist/esm/models/options.js +4 -0
- package/dist/esm/models/options.js.map +1 -0
- package/dist/esm/models/responses.d.ts +73 -0
- package/dist/esm/models/responses.d.ts.map +1 -0
- package/dist/esm/models/responses.js +4 -0
- package/dist/esm/models/responses.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/utli/converters.d.ts +22 -0
- package/dist/esm/utli/converters.d.ts.map +1 -0
- package/dist/esm/utli/converters.js +142 -0
- package/dist/esm/utli/converters.js.map +1 -0
- package/dist/react-native/callAutomationClient.d.ts +98 -0
- package/dist/react-native/callAutomationClient.d.ts.map +1 -0
- package/dist/react-native/callAutomationClient.js +214 -0
- package/dist/react-native/callAutomationClient.js.map +1 -0
- package/dist/react-native/callAutomationEventParser.d.ts +6 -0
- package/dist/react-native/callAutomationEventParser.d.ts.map +1 -0
- package/dist/react-native/callAutomationEventParser.js +148 -0
- package/dist/react-native/callAutomationEventParser.js.map +1 -0
- package/dist/react-native/callConnection.d.ts +76 -0
- package/dist/react-native/callConnection.d.ts.map +1 -0
- package/dist/react-native/callConnection.js +211 -0
- package/dist/react-native/callConnection.js.map +1 -0
- package/dist/react-native/callMedia.d.ts +84 -0
- package/dist/react-native/callMedia.d.ts.map +1 -0
- package/dist/react-native/callMedia.js +322 -0
- package/dist/react-native/callMedia.js.map +1 -0
- package/dist/react-native/callRecording.d.ts +70 -0
- package/dist/react-native/callRecording.d.ts.map +1 -0
- package/dist/react-native/callRecording.js +179 -0
- package/dist/react-native/callRecording.js.map +1 -0
- package/dist/react-native/contentDownloader.d.ts +25 -0
- package/dist/react-native/contentDownloader.d.ts.map +1 -0
- package/dist/react-native/contentDownloader.js +104 -0
- package/dist/react-native/contentDownloader.js.map +1 -0
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.d.ts +10 -0
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +1 -0
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js +39 -0
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -0
- package/dist/react-native/credential/callAutomationAuthPolicy.d.ts +22 -0
- package/dist/react-native/credential/callAutomationAuthPolicy.d.ts.map +1 -0
- package/dist/react-native/credential/callAutomationAuthPolicy.js +53 -0
- package/dist/react-native/credential/callAutomationAuthPolicy.js.map +1 -0
- package/dist/react-native/credential/cryptoUtils.d.ts +3 -0
- package/dist/react-native/credential/cryptoUtils.d.ts.map +1 -0
- package/dist/react-native/credential/cryptoUtils.js +9 -0
- package/dist/react-native/credential/cryptoUtils.js.map +1 -0
- package/dist/react-native/credential/encodeUtils.browser.d.ts +4 -0
- package/dist/react-native/credential/encodeUtils.browser.d.ts.map +1 -0
- package/dist/react-native/credential/encodeUtils.browser.js +26 -0
- package/dist/react-native/credential/encodeUtils.browser.js.map +1 -0
- package/dist/react-native/generated/src/callAutomationApiClient.d.ts +49 -0
- package/dist/react-native/generated/src/callAutomationApiClient.d.ts.map +1 -0
- package/dist/react-native/generated/src/callAutomationApiClient.js +226 -0
- package/dist/react-native/generated/src/callAutomationApiClient.js.map +1 -0
- package/dist/react-native/generated/src/index.d.ts +5 -0
- package/dist/react-native/generated/src/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/index.js +13 -0
- package/dist/react-native/generated/src/index.js.map +1 -0
- package/dist/react-native/generated/src/models/index.d.ts +1494 -0
- package/dist/react-native/generated/src/models/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/models/index.js +200 -0
- package/dist/react-native/generated/src/models/index.js.map +1 -0
- package/dist/react-native/generated/src/models/mappers.d.ts +82 -0
- package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/react-native/generated/src/models/mappers.js +2853 -0
- package/dist/react-native/generated/src/models/mappers.js.map +1 -0
- package/dist/react-native/generated/src/models/parameters.d.ts +29 -0
- package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/react-native/generated/src/models/parameters.js +180 -0
- package/dist/react-native/generated/src/models/parameters.js.map +1 -0
- package/dist/react-native/generated/src/operations/callConnection.d.ts +96 -0
- package/dist/react-native/generated/src/operations/callConnection.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/callConnection.js +402 -0
- package/dist/react-native/generated/src/operations/callConnection.js.map +1 -0
- package/dist/react-native/generated/src/operations/callMedia.d.ts +68 -0
- package/dist/react-native/generated/src/operations/callMedia.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/callMedia.js +227 -0
- package/dist/react-native/generated/src/operations/callMedia.js.map +1 -0
- package/dist/react-native/generated/src/operations/callRecording.d.ts +43 -0
- package/dist/react-native/generated/src/operations/callRecording.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/callRecording.js +144 -0
- package/dist/react-native/generated/src/operations/callRecording.js.map +1 -0
- package/dist/react-native/generated/src/operations/index.d.ts +4 -0
- package/dist/react-native/generated/src/operations/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/index.js +11 -0
- package/dist/react-native/generated/src/operations/index.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts +73 -0
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts +60 -0
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts +35 -0
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.js +11 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/generated/src/pagingHelper.d.ts +13 -0
- package/dist/react-native/generated/src/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/generated/src/pagingHelper.js +32 -0
- package/dist/react-native/generated/src/pagingHelper.js.map +1 -0
- package/dist/react-native/index.d.ts +10 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +12 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/constants.d.ts +2 -0
- package/dist/react-native/models/constants.d.ts.map +1 -0
- package/dist/react-native/models/constants.js +4 -0
- package/dist/react-native/models/constants.js.map +1 -0
- package/dist/react-native/models/events.d.ts +395 -0
- package/dist/react-native/models/events.d.ts.map +1 -0
- package/dist/react-native/models/events.js +4 -0
- package/dist/react-native/models/events.js.map +1 -0
- package/dist/react-native/models/logger.d.ts +5 -0
- package/dist/react-native/models/logger.d.ts.map +1 -0
- package/dist/react-native/models/logger.js +8 -0
- package/dist/react-native/models/logger.js.map +1 -0
- package/dist/react-native/models/mapper.d.ts +3 -0
- package/dist/react-native/models/mapper.d.ts.map +1 -0
- package/dist/react-native/models/mapper.js +76 -0
- package/dist/react-native/models/mapper.js.map +1 -0
- package/dist/react-native/models/models.d.ts +188 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +54 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/models/options.d.ts +315 -0
- package/dist/react-native/models/options.d.ts.map +1 -0
- package/dist/react-native/models/options.js +4 -0
- package/dist/react-native/models/options.js.map +1 -0
- package/dist/react-native/models/responses.d.ts +73 -0
- package/dist/react-native/models/responses.d.ts.map +1 -0
- package/dist/react-native/models/responses.js +4 -0
- package/dist/react-native/models/responses.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/utli/converters.d.ts +22 -0
- package/dist/react-native/utli/converters.d.ts.map +1 -0
- package/dist/react-native/utli/converters.js +142 -0
- package/dist/react-native/utli/converters.js.map +1 -0
- package/package.json +91 -53
- package/dist/index.js +0 -5763
- package/dist/index.js.map +0 -1
- package/dist-esm/src/callAutomationEventParser.js.map +0 -1
- package/dist-esm/src/callConnection.js.map +0 -1
- package/dist-esm/src/callRecording.js.map +0 -1
- package/dist-esm/src/contentDownloader.js.map +0 -1
- package/dist-esm/src/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
- package/dist-esm/src/credential/callAutomationAuthPolicy.js.map +0 -1
- package/dist-esm/src/credential/cryptoUtils.browser.js.map +0 -1
- package/dist-esm/src/generated/src/callAutomationApiClient.js.map +0 -1
- package/dist-esm/src/generated/src/index.js.map +0 -1
- package/dist-esm/src/generated/src/operations/callConnection.js.map +0 -1
- package/dist-esm/src/generated/src/operations/callMedia.js.map +0 -1
- package/dist-esm/src/generated/src/operations/callRecording.js.map +0 -1
- package/dist-esm/src/generated/src/operations/index.js.map +0 -1
- package/dist-esm/src/generated/src/operationsInterfaces/callConnection.js.map +0 -1
- package/dist-esm/src/generated/src/operationsInterfaces/callMedia.js.map +0 -1
- package/dist-esm/src/generated/src/operationsInterfaces/callRecording.js.map +0 -1
- package/dist-esm/src/generated/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/index.js +0 -12
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/events.js.map +0 -1
- package/dist-esm/src/models/models.js.map +0 -1
- package/dist-esm/src/models/options.js.map +0 -1
- package/dist-esm/src/models/responses.js.map +0 -1
- package/dist-esm/src/utli/converters.js.map +0 -1
- package/types/communication-call-automation.d.ts +0 -2014
- /package/{dist-esm/src → dist/browser}/contentDownloader.js +0 -0
- /package/{dist-esm/src → dist/browser}/credential/encodeUtils.browser.js +0 -0
- /package/{dist-esm/src → dist/browser}/credential/encodeUtils.browser.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/generated/src/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/src/models/index.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/generated/src/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/src/models/mappers.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/generated/src/operationsInterfaces/callConnection.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/src/operationsInterfaces/callMedia.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/src/operationsInterfaces/callRecording.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/src/pagingHelper.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/src/pagingHelper.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/constants.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/constants.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/events.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/logger.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/logger.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mapper.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mapper.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/options.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/responses.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../../../src/generated/src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const CreateCallRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateCallRequest\",\n modelProperties: {\n targets: {\n serializedName: \"targets\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n sourceCallerIdNumber: {\n serializedName: \"sourceCallerIdNumber\",\n type: {\n name: \"Composite\",\n className: \"PhoneNumberIdentifierModel\",\n },\n },\n sourceDisplayName: {\n serializedName: \"sourceDisplayName\",\n type: {\n name: \"String\",\n },\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"CommunicationUserIdentifierModel\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n callbackUri: {\n serializedName: \"callbackUri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n callIntelligenceOptions: {\n serializedName: \"callIntelligenceOptions\",\n type: {\n name: \"Composite\",\n className: \"CallIntelligenceOptionsInternal\",\n },\n },\n },\n },\n};\n\nexport const CommunicationIdentifierModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n rawId: {\n serializedName: \"rawId\",\n type: {\n name: \"String\",\n },\n },\n communicationUser: {\n serializedName: \"communicationUser\",\n type: {\n name: \"Composite\",\n className: \"CommunicationUserIdentifierModel\",\n },\n },\n phoneNumber: {\n serializedName: \"phoneNumber\",\n type: {\n name: \"Composite\",\n className: \"PhoneNumberIdentifierModel\",\n },\n },\n microsoftTeamsUser: {\n serializedName: \"microsoftTeamsUser\",\n type: {\n name: \"Composite\",\n className: \"MicrosoftTeamsUserIdentifierModel\",\n },\n },\n microsoftTeamsApp: {\n serializedName: \"microsoftTeamsApp\",\n type: {\n name: \"Composite\",\n className: \"MicrosoftTeamsAppIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const CommunicationUserIdentifierModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationUserIdentifierModel\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PhoneNumberIdentifierModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PhoneNumberIdentifierModel\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MicrosoftTeamsUserIdentifierModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MicrosoftTeamsUserIdentifierModel\",\n modelProperties: {\n userId: {\n serializedName: \"userId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n isAnonymous: {\n serializedName: \"isAnonymous\",\n type: {\n name: \"Boolean\",\n },\n },\n cloud: {\n serializedName: \"cloud\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MicrosoftTeamsAppIdentifierModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MicrosoftTeamsAppIdentifierModel\",\n modelProperties: {\n appId: {\n serializedName: \"appId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n cloud: {\n serializedName: \"cloud\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CallIntelligenceOptionsInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CallIntelligenceOptionsInternal\",\n modelProperties: {\n cognitiveServicesEndpoint: {\n serializedName: \"cognitiveServicesEndpoint\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CallConnectionPropertiesInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CallConnectionPropertiesInternal\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n targets: {\n serializedName: \"targets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n callConnectionState: {\n serializedName: \"callConnectionState\",\n type: {\n name: \"String\",\n },\n },\n callbackUri: {\n serializedName: \"callbackUri\",\n type: {\n name: \"String\",\n },\n },\n sourceCallerIdNumber: {\n serializedName: \"sourceCallerIdNumber\",\n type: {\n name: \"Composite\",\n className: \"PhoneNumberIdentifierModel\",\n },\n },\n sourceDisplayName: {\n serializedName: \"sourceDisplayName\",\n type: {\n name: \"String\",\n },\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n answeredBy: {\n serializedName: \"answeredBy\",\n type: {\n name: \"Composite\",\n className: \"CommunicationUserIdentifierModel\",\n },\n },\n answeredFor: {\n serializedName: \"answeredFor\",\n type: {\n name: \"Composite\",\n className: \"PhoneNumberIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const CommunicationErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CommunicationError\",\n },\n },\n },\n },\n};\n\nexport const CommunicationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommunicationError\",\n },\n },\n },\n },\n innerError: {\n serializedName: \"innererror\",\n type: {\n name: \"Composite\",\n className: \"CommunicationError\",\n },\n },\n },\n },\n};\n\nexport const AnswerCallRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AnswerCallRequest\",\n modelProperties: {\n incomingCallContext: {\n serializedName: \"incomingCallContext\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n callbackUri: {\n serializedName: \"callbackUri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n callIntelligenceOptions: {\n serializedName: \"callIntelligenceOptions\",\n type: {\n name: \"Composite\",\n className: \"CallIntelligenceOptionsInternal\",\n },\n },\n answeredBy: {\n serializedName: \"answeredBy\",\n type: {\n name: \"Composite\",\n className: \"CommunicationUserIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const RedirectCallRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RedirectCallRequest\",\n modelProperties: {\n incomingCallContext: {\n serializedName: \"incomingCallContext\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const RejectCallRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RejectCallRequest\",\n modelProperties: {\n incomingCallContext: {\n serializedName: \"incomingCallContext\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n callRejectReason: {\n serializedName: \"callRejectReason\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectRequest\",\n modelProperties: {\n callLocator: {\n serializedName: \"callLocator\",\n type: {\n name: \"Composite\",\n className: \"CallLocator\",\n },\n },\n callbackUri: {\n serializedName: \"callbackUri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n callIntelligenceOptions: {\n serializedName: \"callIntelligenceOptions\",\n type: {\n name: \"Composite\",\n className: \"CallIntelligenceOptionsInternal\",\n },\n },\n },\n },\n};\n\nexport const CallLocator: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CallLocator\",\n modelProperties: {\n groupCallId: {\n serializedName: \"groupCallId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n roomId: {\n serializedName: \"roomId\",\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TransferToParticipantRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TransferToParticipantRequest\",\n modelProperties: {\n targetParticipant: {\n serializedName: \"targetParticipant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n transferee: {\n serializedName: \"transferee\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n customCallingContext: {\n serializedName: \"customCallingContext\",\n type: {\n name: \"Composite\",\n className: \"CustomCallingContextInternal\",\n },\n },\n sourceCallerIdNumber: {\n serializedName: \"sourceCallerIdNumber\",\n type: {\n name: \"Composite\",\n className: \"PhoneNumberIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const CustomCallingContextInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomCallingContextInternal\",\n modelProperties: {\n voipHeaders: {\n serializedName: \"voipHeaders\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n sipHeaders: {\n serializedName: \"sipHeaders\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const TransferCallResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TransferCallResponse\",\n modelProperties: {\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PlayRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlayRequest\",\n modelProperties: {\n playSources: {\n serializedName: \"playSources\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PlaySourceInternal\",\n },\n },\n },\n },\n playTo: {\n serializedName: \"playTo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n interruptCallMediaOperation: {\n serializedName: \"interruptCallMediaOperation\",\n type: {\n name: \"Boolean\",\n },\n },\n playOptions: {\n serializedName: \"playOptions\",\n type: {\n name: \"Composite\",\n className: \"PlayOptionsInternal\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PlaySourceInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlaySourceInternal\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n playSourceCacheId: {\n serializedName: \"playSourceCacheId\",\n type: {\n name: \"String\",\n },\n },\n file: {\n serializedName: \"file\",\n type: {\n name: \"Composite\",\n className: \"FileSourceInternal\",\n },\n },\n text: {\n serializedName: \"text\",\n type: {\n name: \"Composite\",\n className: \"TextSourceInternal\",\n },\n },\n ssml: {\n serializedName: \"ssml\",\n type: {\n name: \"Composite\",\n className: \"SsmlSourceInternal\",\n },\n },\n },\n },\n};\n\nexport const FileSourceInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FileSourceInternal\",\n modelProperties: {\n uri: {\n serializedName: \"uri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TextSourceInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TextSourceInternal\",\n modelProperties: {\n text: {\n serializedName: \"text\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n sourceLocale: {\n serializedName: \"sourceLocale\",\n type: {\n name: \"String\",\n },\n },\n voiceKind: {\n serializedName: \"voiceKind\",\n type: {\n name: \"String\",\n },\n },\n voiceName: {\n serializedName: \"voiceName\",\n type: {\n name: \"String\",\n },\n },\n customVoiceEndpointId: {\n serializedName: \"customVoiceEndpointId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SsmlSourceInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SsmlSourceInternal\",\n modelProperties: {\n ssmlText: {\n serializedName: \"ssmlText\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n customVoiceEndpointId: {\n serializedName: \"customVoiceEndpointId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PlayOptionsInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlayOptionsInternal\",\n modelProperties: {\n loop: {\n serializedName: \"loop\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const RecognizeRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecognizeRequest\",\n modelProperties: {\n recognizeInputType: {\n serializedName: \"recognizeInputType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n playPrompt: {\n serializedName: \"playPrompt\",\n type: {\n name: \"Composite\",\n className: \"PlaySourceInternal\",\n },\n },\n playPrompts: {\n serializedName: \"playPrompts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PlaySourceInternal\",\n },\n },\n },\n },\n interruptCallMediaOperation: {\n serializedName: \"interruptCallMediaOperation\",\n type: {\n name: \"Boolean\",\n },\n },\n recognizeOptions: {\n serializedName: \"recognizeOptions\",\n type: {\n name: \"Composite\",\n className: \"RecognizeOptions\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RecognizeOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecognizeOptions\",\n modelProperties: {\n interruptPrompt: {\n serializedName: \"interruptPrompt\",\n type: {\n name: \"Boolean\",\n },\n },\n initialSilenceTimeoutInSeconds: {\n constraints: {\n InclusiveMaximum: 300,\n InclusiveMinimum: 0,\n },\n serializedName: \"initialSilenceTimeoutInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n targetParticipant: {\n serializedName: \"targetParticipant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n speechLanguage: {\n serializedName: \"speechLanguage\",\n type: {\n name: \"String\",\n },\n },\n speechRecognitionModelEndpointId: {\n serializedName: \"speechRecognitionModelEndpointId\",\n type: {\n name: \"String\",\n },\n },\n dtmfOptions: {\n serializedName: \"dtmfOptions\",\n type: {\n name: \"Composite\",\n className: \"DtmfOptions\",\n },\n },\n choices: {\n serializedName: \"choices\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Choice\",\n },\n },\n },\n },\n speechOptions: {\n serializedName: \"speechOptions\",\n type: {\n name: \"Composite\",\n className: \"SpeechOptions\",\n },\n },\n },\n },\n};\n\nexport const DtmfOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DtmfOptions\",\n modelProperties: {\n interToneTimeoutInSeconds: {\n constraints: {\n InclusiveMaximum: 60,\n InclusiveMinimum: 1,\n },\n serializedName: \"interToneTimeoutInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n maxTonesToCollect: {\n serializedName: \"maxTonesToCollect\",\n type: {\n name: \"Number\",\n },\n },\n stopTones: {\n serializedName: \"stopTones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Choice: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Choice\",\n modelProperties: {\n label: {\n serializedName: \"label\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n phrases: {\n serializedName: \"phrases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n tone: {\n serializedName: \"tone\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpeechOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpeechOptions\",\n modelProperties: {\n endSilenceTimeoutInMs: {\n serializedName: \"endSilenceTimeoutInMs\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ContinuousDtmfRecognitionRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContinuousDtmfRecognitionRequest\",\n modelProperties: {\n targetParticipant: {\n serializedName: \"targetParticipant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SendDtmfTonesRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SendDtmfTonesRequest\",\n modelProperties: {\n tones: {\n serializedName: \"tones\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n targetParticipant: {\n serializedName: \"targetParticipant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SendDtmfTonesResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SendDtmfTonesResult\",\n modelProperties: {\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HoldRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HoldRequest\",\n modelProperties: {\n targetParticipant: {\n serializedName: \"targetParticipant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n playSourceInfo: {\n serializedName: \"playSourceInfo\",\n type: {\n name: \"Composite\",\n className: \"PlaySourceInternal\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UnholdRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UnholdRequest\",\n modelProperties: {\n targetParticipant: {\n serializedName: \"targetParticipant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GetParticipantsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetParticipantsResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CallParticipantInternal\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CallParticipantInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CallParticipantInternal\",\n modelProperties: {\n identifier: {\n serializedName: \"identifier\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n isMuted: {\n serializedName: \"isMuted\",\n type: {\n name: \"Boolean\",\n },\n },\n isOnHold: {\n serializedName: \"isOnHold\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AddParticipantRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AddParticipantRequest\",\n modelProperties: {\n sourceCallerIdNumber: {\n serializedName: \"sourceCallerIdNumber\",\n type: {\n name: \"Composite\",\n className: \"PhoneNumberIdentifierModel\",\n },\n },\n sourceDisplayName: {\n serializedName: \"sourceDisplayName\",\n type: {\n name: \"String\",\n },\n },\n participantToAdd: {\n serializedName: \"participantToAdd\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n invitationTimeoutInSeconds: {\n constraints: {\n InclusiveMaximum: 180,\n InclusiveMinimum: 0,\n },\n serializedName: \"invitationTimeoutInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n customCallingContext: {\n serializedName: \"customCallingContext\",\n type: {\n name: \"Composite\",\n className: \"CustomCallingContextInternal\",\n },\n },\n },\n },\n};\n\nexport const AddParticipantResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AddParticipantResponse\",\n modelProperties: {\n participant: {\n serializedName: \"participant\",\n type: {\n name: \"Composite\",\n className: \"CallParticipantInternal\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n invitationId: {\n serializedName: \"invitationId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RemoveParticipantRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RemoveParticipantRequest\",\n modelProperties: {\n participantToRemove: {\n serializedName: \"participantToRemove\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RemoveParticipantResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RemoveParticipantResponse\",\n modelProperties: {\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MuteParticipantsRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MuteParticipantsRequest\",\n modelProperties: {\n targetParticipants: {\n serializedName: \"targetParticipants\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MuteParticipantsResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MuteParticipantsResult\",\n modelProperties: {\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CancelAddParticipantRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CancelAddParticipantRequest\",\n modelProperties: {\n invitationId: {\n serializedName: \"invitationId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CancelAddParticipantResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CancelAddParticipantResponse\",\n modelProperties: {\n invitationId: {\n serializedName: \"invitationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StartCallRecordingRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StartCallRecordingRequest\",\n modelProperties: {\n callLocator: {\n serializedName: \"callLocator\",\n type: {\n name: \"Composite\",\n className: \"CallLocator\",\n },\n },\n recordingStateCallbackUri: {\n serializedName: \"recordingStateCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n recordingContentType: {\n serializedName: \"recordingContentType\",\n type: {\n name: \"String\",\n },\n },\n recordingChannelType: {\n serializedName: \"recordingChannelType\",\n type: {\n name: \"String\",\n },\n },\n recordingFormatType: {\n serializedName: \"recordingFormatType\",\n type: {\n name: \"String\",\n },\n },\n audioChannelParticipantOrdering: {\n serializedName: \"audioChannelParticipantOrdering\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n channelAffinity: {\n serializedName: \"channelAffinity\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ChannelAffinity\",\n },\n },\n },\n },\n pauseOnStart: {\n serializedName: \"pauseOnStart\",\n type: {\n name: \"Boolean\",\n },\n },\n recordingStorage: {\n serializedName: \"externalStorage\",\n type: {\n name: \"Composite\",\n className: \"RecordingStorage\",\n },\n },\n },\n },\n};\n\nexport const ChannelAffinity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ChannelAffinity\",\n modelProperties: {\n channel: {\n constraints: {\n InclusiveMaximum: 4,\n InclusiveMinimum: 0,\n },\n serializedName: \"channel\",\n type: {\n name: \"Number\",\n },\n },\n participant: {\n serializedName: \"participant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const RecordingStorage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecordingStorage\",\n modelProperties: {\n recordingStorageKind: {\n serializedName: \"recordingStorageKind\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n recordingDestinationContainerUrl: {\n serializedName: \"recordingDestinationContainerUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RecordingStateResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecordingStateResponse\",\n modelProperties: {\n recordingId: {\n serializedName: \"recordingId\",\n type: {\n name: \"String\",\n },\n },\n recordingState: {\n serializedName: \"recordingState\",\n type: {\n name: \"String\",\n },\n },\n recordingKind: {\n serializedName: \"recordingKind\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AddParticipantFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AddParticipantFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n participant: {\n serializedName: \"participant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const ResultInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"Number\",\n },\n },\n subCode: {\n serializedName: \"subCode\",\n type: {\n name: \"Number\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AddParticipantSucceeded: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AddParticipantSucceeded\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n participant: {\n serializedName: \"participant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const CallConnected: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CallConnected\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const CallDisconnected: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CallDisconnected\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const CallTransferAccepted: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CallTransferAccepted\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n transferTarget: {\n serializedName: \"transferTarget\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n transferee: {\n serializedName: \"transferee\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const CallTransferFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CallTransferFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const ParticipantsUpdated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ParticipantsUpdated\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n sequenceNumber: {\n serializedName: \"sequenceNumber\",\n type: {\n name: \"Number\",\n },\n },\n participants: {\n serializedName: \"participants\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CallParticipantInternal\",\n },\n },\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const RemoveParticipantSucceeded: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RemoveParticipantSucceeded\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n participant: {\n serializedName: \"participant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const RemoveParticipantFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RemoveParticipantFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n participant: {\n serializedName: \"participant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const CancelAddParticipantSucceeded: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CancelAddParticipantSucceeded\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n invitationId: {\n serializedName: \"invitationId\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const CancelAddParticipantFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CancelAddParticipantFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n invitationId: {\n serializedName: \"invitationId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AnswerFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AnswerFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const CreateCallFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateCallFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const RecordingStateChanged: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecordingStateChanged\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n recordingId: {\n serializedName: \"recordingId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n startDateTime: {\n serializedName: \"startDateTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n recordingKind: {\n serializedName: \"recordingKind\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const PlayStarted: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlayStarted\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const PlayCompleted: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlayCompleted\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const PlayFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlayFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n failedPlaySourceIndex: {\n serializedName: \"failedPlaySourceIndex\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const PlayCanceled: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlayCanceled\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const RecognizeCompleted: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecognizeCompleted\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n recognitionType: {\n serializedName: \"recognitionType\",\n type: {\n name: \"String\",\n },\n },\n dtmfResult: {\n serializedName: \"dtmfResult\",\n type: {\n name: \"Composite\",\n className: \"DtmfResult\",\n },\n },\n choiceResult: {\n serializedName: \"choiceResult\",\n type: {\n name: \"Composite\",\n className: \"ChoiceResult\",\n },\n },\n speechResult: {\n serializedName: \"speechResult\",\n type: {\n name: \"Composite\",\n className: \"SpeechResult\",\n },\n },\n },\n },\n};\n\nexport const DtmfResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DtmfResult\",\n modelProperties: {\n tones: {\n serializedName: \"tones\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ChoiceResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ChoiceResult\",\n modelProperties: {\n label: {\n serializedName: \"label\",\n type: {\n name: \"String\",\n },\n },\n recognizedPhrase: {\n serializedName: \"recognizedPhrase\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpeechResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpeechResult\",\n modelProperties: {\n speech: {\n serializedName: \"speech\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RecognizeFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecognizeFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n failedPlaySourceIndex: {\n serializedName: \"failedPlaySourceIndex\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const RecognizeCanceled: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecognizeCanceled\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const ContinuousDtmfRecognitionToneFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContinuousDtmfRecognitionToneFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContinuousDtmfRecognitionToneReceived: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ContinuousDtmfRecognitionToneReceived\",\n modelProperties: {\n sequenceId: {\n serializedName: \"sequenceId\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n tone: {\n serializedName: \"tone\",\n type: {\n name: \"String\",\n },\n },\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ContinuousDtmfRecognitionStopped: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContinuousDtmfRecognitionStopped\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const SendDtmfTonesCompleted: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SendDtmfTonesCompleted\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const SendDtmfTonesFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SendDtmfTonesFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const HoldFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HoldFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const ConnectFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
+
export declare const contentType: OperationParameter;
|
|
3
|
+
export declare const createCallRequest: OperationParameter;
|
|
4
|
+
export declare const accept: OperationParameter;
|
|
5
|
+
export declare const endpoint: OperationURLParameter;
|
|
6
|
+
export declare const apiVersion: OperationQueryParameter;
|
|
7
|
+
export declare const repeatabilityRequestID: OperationParameter;
|
|
8
|
+
export declare const repeatabilityFirstSent: OperationParameter;
|
|
9
|
+
export declare const answerCallRequest: OperationParameter;
|
|
10
|
+
export declare const redirectCallRequest: OperationParameter;
|
|
11
|
+
export declare const rejectCallRequest: OperationParameter;
|
|
12
|
+
export declare const connectRequest: OperationParameter;
|
|
13
|
+
export declare const callConnectionId: OperationURLParameter;
|
|
14
|
+
export declare const transferToParticipantRequest: OperationParameter;
|
|
15
|
+
export declare const addParticipantRequest: OperationParameter;
|
|
16
|
+
export declare const removeParticipantRequest: OperationParameter;
|
|
17
|
+
export declare const muteParticipantsRequest: OperationParameter;
|
|
18
|
+
export declare const cancelAddParticipantRequest: OperationParameter;
|
|
19
|
+
export declare const participantRawId: OperationURLParameter;
|
|
20
|
+
export declare const nextLink: OperationURLParameter;
|
|
21
|
+
export declare const playRequest: OperationParameter;
|
|
22
|
+
export declare const recognizeRequest: OperationParameter;
|
|
23
|
+
export declare const continuousDtmfRecognitionRequest: OperationParameter;
|
|
24
|
+
export declare const sendDtmfTonesRequest: OperationParameter;
|
|
25
|
+
export declare const holdRequest: OperationParameter;
|
|
26
|
+
export declare const unholdRequest: OperationParameter;
|
|
27
|
+
export declare const startCallRecording: OperationParameter;
|
|
28
|
+
export declare const recordingId: OperationURLParameter;
|
|
29
|
+
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAqB5B,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,kBAG/B,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,kBAQpC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,kBAQpC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,kBAG/B,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,kBAGjC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,kBAG/B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,kBAG5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAS9B,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,kBAG1C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,kBAGnC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,kBAGtC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,kBAGrC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,kBAGzC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAS9B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAG9B,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,kBAG9C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,kBAGlC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAGhC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBASzB,CAAC"}
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { CreateCallRequest as CreateCallRequestMapper, AnswerCallRequest as AnswerCallRequestMapper, RedirectCallRequest as RedirectCallRequestMapper, RejectCallRequest as RejectCallRequestMapper, ConnectRequest as ConnectRequestMapper, TransferToParticipantRequest as TransferToParticipantRequestMapper, AddParticipantRequest as AddParticipantRequestMapper, RemoveParticipantRequest as RemoveParticipantRequestMapper, MuteParticipantsRequest as MuteParticipantsRequestMapper, CancelAddParticipantRequest as CancelAddParticipantRequestMapper, PlayRequest as PlayRequestMapper, RecognizeRequest as RecognizeRequestMapper, ContinuousDtmfRecognitionRequest as ContinuousDtmfRecognitionRequestMapper, SendDtmfTonesRequest as SendDtmfTonesRequestMapper, HoldRequest as HoldRequestMapper, UnholdRequest as UnholdRequestMapper, StartCallRecordingRequest as StartCallRecordingRequestMapper, } from "../models/mappers.js";
|
|
9
|
+
export const contentType = {
|
|
10
|
+
parameterPath: ["options", "contentType"],
|
|
11
|
+
mapper: {
|
|
12
|
+
defaultValue: "application/json",
|
|
13
|
+
isConstant: true,
|
|
14
|
+
serializedName: "Content-Type",
|
|
15
|
+
type: {
|
|
16
|
+
name: "String",
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
};
|
|
20
|
+
export const createCallRequest = {
|
|
21
|
+
parameterPath: "createCallRequest",
|
|
22
|
+
mapper: CreateCallRequestMapper,
|
|
23
|
+
};
|
|
24
|
+
export const accept = {
|
|
25
|
+
parameterPath: "accept",
|
|
26
|
+
mapper: {
|
|
27
|
+
defaultValue: "application/json",
|
|
28
|
+
isConstant: true,
|
|
29
|
+
serializedName: "Accept",
|
|
30
|
+
type: {
|
|
31
|
+
name: "String",
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
export const endpoint = {
|
|
36
|
+
parameterPath: "endpoint",
|
|
37
|
+
mapper: {
|
|
38
|
+
serializedName: "endpoint",
|
|
39
|
+
required: true,
|
|
40
|
+
type: {
|
|
41
|
+
name: "String",
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
skipEncoding: true,
|
|
45
|
+
};
|
|
46
|
+
export const apiVersion = {
|
|
47
|
+
parameterPath: "apiVersion",
|
|
48
|
+
mapper: {
|
|
49
|
+
defaultValue: "2024-09-15",
|
|
50
|
+
isConstant: true,
|
|
51
|
+
serializedName: "api-version",
|
|
52
|
+
type: {
|
|
53
|
+
name: "String",
|
|
54
|
+
},
|
|
55
|
+
},
|
|
56
|
+
};
|
|
57
|
+
export const repeatabilityRequestID = {
|
|
58
|
+
parameterPath: ["options", "repeatabilityRequestID"],
|
|
59
|
+
mapper: {
|
|
60
|
+
serializedName: "Repeatability-Request-ID",
|
|
61
|
+
type: {
|
|
62
|
+
name: "Uuid",
|
|
63
|
+
},
|
|
64
|
+
},
|
|
65
|
+
};
|
|
66
|
+
export const repeatabilityFirstSent = {
|
|
67
|
+
parameterPath: ["options", "repeatabilityFirstSent"],
|
|
68
|
+
mapper: {
|
|
69
|
+
serializedName: "Repeatability-First-Sent",
|
|
70
|
+
type: {
|
|
71
|
+
name: "DateTimeRfc1123",
|
|
72
|
+
},
|
|
73
|
+
},
|
|
74
|
+
};
|
|
75
|
+
export const answerCallRequest = {
|
|
76
|
+
parameterPath: "answerCallRequest",
|
|
77
|
+
mapper: AnswerCallRequestMapper,
|
|
78
|
+
};
|
|
79
|
+
export const redirectCallRequest = {
|
|
80
|
+
parameterPath: "redirectCallRequest",
|
|
81
|
+
mapper: RedirectCallRequestMapper,
|
|
82
|
+
};
|
|
83
|
+
export const rejectCallRequest = {
|
|
84
|
+
parameterPath: "rejectCallRequest",
|
|
85
|
+
mapper: RejectCallRequestMapper,
|
|
86
|
+
};
|
|
87
|
+
export const connectRequest = {
|
|
88
|
+
parameterPath: "connectRequest",
|
|
89
|
+
mapper: ConnectRequestMapper,
|
|
90
|
+
};
|
|
91
|
+
export const callConnectionId = {
|
|
92
|
+
parameterPath: "callConnectionId",
|
|
93
|
+
mapper: {
|
|
94
|
+
serializedName: "callConnectionId",
|
|
95
|
+
required: true,
|
|
96
|
+
type: {
|
|
97
|
+
name: "String",
|
|
98
|
+
},
|
|
99
|
+
},
|
|
100
|
+
};
|
|
101
|
+
export const transferToParticipantRequest = {
|
|
102
|
+
parameterPath: "transferToParticipantRequest",
|
|
103
|
+
mapper: TransferToParticipantRequestMapper,
|
|
104
|
+
};
|
|
105
|
+
export const addParticipantRequest = {
|
|
106
|
+
parameterPath: "addParticipantRequest",
|
|
107
|
+
mapper: AddParticipantRequestMapper,
|
|
108
|
+
};
|
|
109
|
+
export const removeParticipantRequest = {
|
|
110
|
+
parameterPath: "removeParticipantRequest",
|
|
111
|
+
mapper: RemoveParticipantRequestMapper,
|
|
112
|
+
};
|
|
113
|
+
export const muteParticipantsRequest = {
|
|
114
|
+
parameterPath: "muteParticipantsRequest",
|
|
115
|
+
mapper: MuteParticipantsRequestMapper,
|
|
116
|
+
};
|
|
117
|
+
export const cancelAddParticipantRequest = {
|
|
118
|
+
parameterPath: "cancelAddParticipantRequest",
|
|
119
|
+
mapper: CancelAddParticipantRequestMapper,
|
|
120
|
+
};
|
|
121
|
+
export const participantRawId = {
|
|
122
|
+
parameterPath: "participantRawId",
|
|
123
|
+
mapper: {
|
|
124
|
+
serializedName: "participantRawId",
|
|
125
|
+
required: true,
|
|
126
|
+
type: {
|
|
127
|
+
name: "String",
|
|
128
|
+
},
|
|
129
|
+
},
|
|
130
|
+
};
|
|
131
|
+
export const nextLink = {
|
|
132
|
+
parameterPath: "nextLink",
|
|
133
|
+
mapper: {
|
|
134
|
+
serializedName: "nextLink",
|
|
135
|
+
required: true,
|
|
136
|
+
type: {
|
|
137
|
+
name: "String",
|
|
138
|
+
},
|
|
139
|
+
},
|
|
140
|
+
skipEncoding: true,
|
|
141
|
+
};
|
|
142
|
+
export const playRequest = {
|
|
143
|
+
parameterPath: "playRequest",
|
|
144
|
+
mapper: PlayRequestMapper,
|
|
145
|
+
};
|
|
146
|
+
export const recognizeRequest = {
|
|
147
|
+
parameterPath: "recognizeRequest",
|
|
148
|
+
mapper: RecognizeRequestMapper,
|
|
149
|
+
};
|
|
150
|
+
export const continuousDtmfRecognitionRequest = {
|
|
151
|
+
parameterPath: "continuousDtmfRecognitionRequest",
|
|
152
|
+
mapper: ContinuousDtmfRecognitionRequestMapper,
|
|
153
|
+
};
|
|
154
|
+
export const sendDtmfTonesRequest = {
|
|
155
|
+
parameterPath: "sendDtmfTonesRequest",
|
|
156
|
+
mapper: SendDtmfTonesRequestMapper,
|
|
157
|
+
};
|
|
158
|
+
export const holdRequest = {
|
|
159
|
+
parameterPath: "holdRequest",
|
|
160
|
+
mapper: HoldRequestMapper,
|
|
161
|
+
};
|
|
162
|
+
export const unholdRequest = {
|
|
163
|
+
parameterPath: "unholdRequest",
|
|
164
|
+
mapper: UnholdRequestMapper,
|
|
165
|
+
};
|
|
166
|
+
export const startCallRecording = {
|
|
167
|
+
parameterPath: "startCallRecording",
|
|
168
|
+
mapper: StartCallRecordingRequestMapper,
|
|
169
|
+
};
|
|
170
|
+
export const recordingId = {
|
|
171
|
+
parameterPath: "recordingId",
|
|
172
|
+
mapper: {
|
|
173
|
+
serializedName: "recordingId",
|
|
174
|
+
required: true,
|
|
175
|
+
type: {
|
|
176
|
+
name: "String",
|
|
177
|
+
},
|
|
178
|
+
},
|
|
179
|
+
};
|
|
180
|
+
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../../../src/generated/src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n CreateCallRequest as CreateCallRequestMapper,\n AnswerCallRequest as AnswerCallRequestMapper,\n RedirectCallRequest as RedirectCallRequestMapper,\n RejectCallRequest as RejectCallRequestMapper,\n ConnectRequest as ConnectRequestMapper,\n TransferToParticipantRequest as TransferToParticipantRequestMapper,\n AddParticipantRequest as AddParticipantRequestMapper,\n RemoveParticipantRequest as RemoveParticipantRequestMapper,\n MuteParticipantsRequest as MuteParticipantsRequestMapper,\n CancelAddParticipantRequest as CancelAddParticipantRequestMapper,\n PlayRequest as PlayRequestMapper,\n RecognizeRequest as RecognizeRequestMapper,\n ContinuousDtmfRecognitionRequest as ContinuousDtmfRecognitionRequestMapper,\n SendDtmfTonesRequest as SendDtmfTonesRequestMapper,\n HoldRequest as HoldRequestMapper,\n UnholdRequest as UnholdRequestMapper,\n StartCallRecordingRequest as StartCallRecordingRequestMapper,\n} from \"../models/mappers.js\";\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const createCallRequest: OperationParameter = {\n parameterPath: \"createCallRequest\",\n mapper: CreateCallRequestMapper,\n};\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const endpoint: OperationURLParameter = {\n parameterPath: \"endpoint\",\n mapper: {\n serializedName: \"endpoint\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-09-15\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const repeatabilityRequestID: OperationParameter = {\n parameterPath: [\"options\", \"repeatabilityRequestID\"],\n mapper: {\n serializedName: \"Repeatability-Request-ID\",\n type: {\n name: \"Uuid\",\n },\n },\n};\n\nexport const repeatabilityFirstSent: OperationParameter = {\n parameterPath: [\"options\", \"repeatabilityFirstSent\"],\n mapper: {\n serializedName: \"Repeatability-First-Sent\",\n type: {\n name: \"DateTimeRfc1123\",\n },\n },\n};\n\nexport const answerCallRequest: OperationParameter = {\n parameterPath: \"answerCallRequest\",\n mapper: AnswerCallRequestMapper,\n};\n\nexport const redirectCallRequest: OperationParameter = {\n parameterPath: \"redirectCallRequest\",\n mapper: RedirectCallRequestMapper,\n};\n\nexport const rejectCallRequest: OperationParameter = {\n parameterPath: \"rejectCallRequest\",\n mapper: RejectCallRequestMapper,\n};\n\nexport const connectRequest: OperationParameter = {\n parameterPath: \"connectRequest\",\n mapper: ConnectRequestMapper,\n};\n\nexport const callConnectionId: OperationURLParameter = {\n parameterPath: \"callConnectionId\",\n mapper: {\n serializedName: \"callConnectionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const transferToParticipantRequest: OperationParameter = {\n parameterPath: \"transferToParticipantRequest\",\n mapper: TransferToParticipantRequestMapper,\n};\n\nexport const addParticipantRequest: OperationParameter = {\n parameterPath: \"addParticipantRequest\",\n mapper: AddParticipantRequestMapper,\n};\n\nexport const removeParticipantRequest: OperationParameter = {\n parameterPath: \"removeParticipantRequest\",\n mapper: RemoveParticipantRequestMapper,\n};\n\nexport const muteParticipantsRequest: OperationParameter = {\n parameterPath: \"muteParticipantsRequest\",\n mapper: MuteParticipantsRequestMapper,\n};\n\nexport const cancelAddParticipantRequest: OperationParameter = {\n parameterPath: \"cancelAddParticipantRequest\",\n mapper: CancelAddParticipantRequestMapper,\n};\n\nexport const participantRawId: OperationURLParameter = {\n parameterPath: \"participantRawId\",\n mapper: {\n serializedName: \"participantRawId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const playRequest: OperationParameter = {\n parameterPath: \"playRequest\",\n mapper: PlayRequestMapper,\n};\n\nexport const recognizeRequest: OperationParameter = {\n parameterPath: \"recognizeRequest\",\n mapper: RecognizeRequestMapper,\n};\n\nexport const continuousDtmfRecognitionRequest: OperationParameter = {\n parameterPath: \"continuousDtmfRecognitionRequest\",\n mapper: ContinuousDtmfRecognitionRequestMapper,\n};\n\nexport const sendDtmfTonesRequest: OperationParameter = {\n parameterPath: \"sendDtmfTonesRequest\",\n mapper: SendDtmfTonesRequestMapper,\n};\n\nexport const holdRequest: OperationParameter = {\n parameterPath: \"holdRequest\",\n mapper: HoldRequestMapper,\n};\n\nexport const unholdRequest: OperationParameter = {\n parameterPath: \"unholdRequest\",\n mapper: UnholdRequestMapper,\n};\n\nexport const startCallRecording: OperationParameter = {\n parameterPath: \"startCallRecording\",\n mapper: StartCallRecordingRequestMapper,\n};\n\nexport const recordingId: OperationURLParameter = {\n parameterPath: \"recordingId\",\n mapper: {\n serializedName: \"recordingId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { CallConnection } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { CallAutomationApiClient } from "../callAutomationApiClient.js";
|
|
4
|
+
import { CallParticipantInternal, CallConnectionGetParticipantsOptionalParams, CallConnectionGetCallOptionalParams, CallConnectionGetCallResponse, CallConnectionHangupCallOptionalParams, CallConnectionTerminateCallOptionalParams, TransferToParticipantRequest, CallConnectionTransferToParticipantOptionalParams, CallConnectionTransferToParticipantResponse, AddParticipantRequest, CallConnectionAddParticipantOptionalParams, CallConnectionAddParticipantResponse, RemoveParticipantRequest, CallConnectionRemoveParticipantOptionalParams, CallConnectionRemoveParticipantResponse, MuteParticipantsRequest, CallConnectionMuteOptionalParams, CallConnectionMuteResponse, CancelAddParticipantRequest, CallConnectionCancelAddParticipantOptionalParams, CallConnectionCancelAddParticipantResponse, CallConnectionGetParticipantOptionalParams, CallConnectionGetParticipantResponse } from "../models/index.js";
|
|
5
|
+
/** Class containing CallConnection operations. */
|
|
6
|
+
export declare class CallConnectionImpl implements CallConnection {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class CallConnection class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: CallAutomationApiClient);
|
|
13
|
+
/**
|
|
14
|
+
* Get participants from a call. Recording and transcription bots are omitted from this list.
|
|
15
|
+
* @param callConnectionId The call connection Id
|
|
16
|
+
* @param options The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
listParticipants(callConnectionId: string, options?: CallConnectionGetParticipantsOptionalParams): PagedAsyncIterableIterator<CallParticipantInternal>;
|
|
19
|
+
private getParticipantsPagingPage;
|
|
20
|
+
private getParticipantsPagingAll;
|
|
21
|
+
/**
|
|
22
|
+
* Get the detail properties of an ongoing call.
|
|
23
|
+
* @param callConnectionId The call connection id.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
getCall(callConnectionId: string, options?: CallConnectionGetCallOptionalParams): Promise<CallConnectionGetCallResponse>;
|
|
27
|
+
/**
|
|
28
|
+
* Hang up call automation service from the call. This will make call automation service leave the
|
|
29
|
+
* call, but does not terminate if there are more than 1 caller in the call.
|
|
30
|
+
* @param callConnectionId The call connection id.
|
|
31
|
+
* @param options The options parameters.
|
|
32
|
+
*/
|
|
33
|
+
hangupCall(callConnectionId: string, options?: CallConnectionHangupCallOptionalParams): Promise<void>;
|
|
34
|
+
/**
|
|
35
|
+
* Terminate a call using CallConnectionId.
|
|
36
|
+
* @param callConnectionId The terminate call request.
|
|
37
|
+
* @param options The options parameters.
|
|
38
|
+
*/
|
|
39
|
+
terminateCall(callConnectionId: string, options?: CallConnectionTerminateCallOptionalParams): Promise<void>;
|
|
40
|
+
/**
|
|
41
|
+
* Transfer the call to a participant.
|
|
42
|
+
* @param callConnectionId The call connection id.
|
|
43
|
+
* @param transferToParticipantRequest The transfer to participant request.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
transferToParticipant(callConnectionId: string, transferToParticipantRequest: TransferToParticipantRequest, options?: CallConnectionTransferToParticipantOptionalParams): Promise<CallConnectionTransferToParticipantResponse>;
|
|
47
|
+
/**
|
|
48
|
+
* Get participants from a call. Recording and transcription bots are omitted from this list.
|
|
49
|
+
* @param callConnectionId The call connection Id
|
|
50
|
+
* @param options The options parameters.
|
|
51
|
+
*/
|
|
52
|
+
private _getParticipants;
|
|
53
|
+
/**
|
|
54
|
+
* Add a participant to the call.
|
|
55
|
+
* @param callConnectionId The call connection Id
|
|
56
|
+
* @param addParticipantRequest The add participants request.
|
|
57
|
+
* @param options The options parameters.
|
|
58
|
+
*/
|
|
59
|
+
addParticipant(callConnectionId: string, addParticipantRequest: AddParticipantRequest, options?: CallConnectionAddParticipantOptionalParams): Promise<CallConnectionAddParticipantResponse>;
|
|
60
|
+
/**
|
|
61
|
+
* Remove a participant from the call using identifier.
|
|
62
|
+
* @param callConnectionId The call connection id.
|
|
63
|
+
* @param removeParticipantRequest The participant to be removed from the call.
|
|
64
|
+
* @param options The options parameters.
|
|
65
|
+
*/
|
|
66
|
+
removeParticipant(callConnectionId: string, removeParticipantRequest: RemoveParticipantRequest, options?: CallConnectionRemoveParticipantOptionalParams): Promise<CallConnectionRemoveParticipantResponse>;
|
|
67
|
+
/**
|
|
68
|
+
* Mute participants from the call using identifier.
|
|
69
|
+
* @param callConnectionId The call connection id.
|
|
70
|
+
* @param muteParticipantsRequest The participants to be muted from the call.
|
|
71
|
+
* @param options The options parameters.
|
|
72
|
+
*/
|
|
73
|
+
mute(callConnectionId: string, muteParticipantsRequest: MuteParticipantsRequest, options?: CallConnectionMuteOptionalParams): Promise<CallConnectionMuteResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* Cancel add participant operation.
|
|
76
|
+
* @param callConnectionId The call connection Id
|
|
77
|
+
* @param cancelAddParticipantRequest Cancellation request.
|
|
78
|
+
* @param options The options parameters.
|
|
79
|
+
*/
|
|
80
|
+
cancelAddParticipant(callConnectionId: string, cancelAddParticipantRequest: CancelAddParticipantRequest, options?: CallConnectionCancelAddParticipantOptionalParams): Promise<CallConnectionCancelAddParticipantResponse>;
|
|
81
|
+
/**
|
|
82
|
+
* Get participant from a call.
|
|
83
|
+
* @param callConnectionId The call connection Id
|
|
84
|
+
* @param participantRawId Raw id of the participant to retrieve.
|
|
85
|
+
* @param options The options parameters.
|
|
86
|
+
*/
|
|
87
|
+
getParticipant(callConnectionId: string, participantRawId: string, options?: CallConnectionGetParticipantOptionalParams): Promise<CallConnectionGetParticipantResponse>;
|
|
88
|
+
/**
|
|
89
|
+
* GetParticipantsNext
|
|
90
|
+
* @param callConnectionId The call connection Id
|
|
91
|
+
* @param nextLink The nextLink from the previous successful call to the GetParticipants method.
|
|
92
|
+
* @param options The options parameters.
|
|
93
|
+
*/
|
|
94
|
+
private _getParticipantsNext;
|
|
95
|
+
}
|
|
96
|
+
//# sourceMappingURL=callConnection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"callConnection.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/operations/callConnection.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIlE,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EACL,uBAAuB,EAEvB,2CAA2C,EAE3C,mCAAmC,EACnC,6BAA6B,EAC7B,sCAAsC,EACtC,yCAAyC,EACzC,4BAA4B,EAC5B,iDAAiD,EACjD,2CAA2C,EAC3C,qBAAqB,EACrB,0CAA0C,EAC1C,oCAAoC,EACpC,wBAAwB,EACxB,6CAA6C,EAC7C,uCAAuC,EACvC,uBAAuB,EACvB,gCAAgC,EAChC,0BAA0B,EAC1B,2BAA2B,EAC3B,gDAAgD,EAChD,0CAA0C,EAC1C,0CAA0C,EAC1C,oCAAoC,EAErC,MAAM,oBAAoB,CAAC;AAG5B,kDAAkD;AAClD,qBAAa,kBAAmB,YAAW,cAAc;IACvD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0B;IAEjD;;;OAGG;gBACS,MAAM,EAAE,uBAAuB;IAI3C;;;;OAIG;IACI,gBAAgB,CACrB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,2CAA2C,GACpD,0BAA0B,CAAC,uBAAuB,CAAC;YAsBvC,yBAAyB;YA2BzB,wBAAwB;IAYvC;;;;OAIG;IACH,OAAO,CACL,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC;IAOzC;;;;;OAKG;IACH,UAAU,CACR,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;OAIG;IACH,aAAa,CACX,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;OAKG;IACH,qBAAqB,CACnB,gBAAgB,EAAE,MAAM,EACxB,4BAA4B,EAAE,4BAA4B,EAC1D,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,2CAA2C,CAAC;IAOvD;;;;OAIG;IACH,OAAO,CAAC,gBAAgB;IAUxB;;;;;OAKG;IACH,cAAc,CACZ,gBAAgB,EAAE,MAAM,EACxB,qBAAqB,EAAE,qBAAqB,EAC5C,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC;IAOhD;;;;;OAKG;IACH,iBAAiB,CACf,gBAAgB,EAAE,MAAM,EACxB,wBAAwB,EAAE,wBAAwB,EAClD,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC;IAOnD;;;;;OAKG;IACH,IAAI,CACF,gBAAgB,EAAE,MAAM,EACxB,uBAAuB,EAAE,uBAAuB,EAChD,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAOtC;;;;;OAKG;IACH,oBAAoB,CAClB,gBAAgB,EAAE,MAAM,EACxB,2BAA2B,EAAE,2BAA2B,EACxD,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC;IAOtD;;;;;OAKG;IACH,cAAc,CACZ,gBAAgB,EAAE,MAAM,EACxB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC;IAOhD;;;;;OAKG;IACH,OAAO,CAAC,oBAAoB;CAU7B"}
|