@azure/arm-support 2.1.1-alpha.20231017.1 → 2.2.0-beta.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/CHANGELOG.md +111 -10
- package/README.md +1 -1
- package/dist/index.js +2451 -300
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/chatTranscriptsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/chatTranscriptsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/chatTranscriptsGetSample.js +38 -0
- package/dist-esm/samples-dev/chatTranscriptsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/chatTranscriptsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/chatTranscriptsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{getsListOfProblemClassificationsForAServiceForWhichASupportTicketCanBeCreated.js → chatTranscriptsListSample.js} +18 -11
- package/dist-esm/samples-dev/chatTranscriptsListSample.js.map +1 -0
- package/dist-esm/samples-dev/chatTranscriptsNoSubscriptionGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/chatTranscriptsNoSubscriptionGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/chatTranscriptsNoSubscriptionGetSample.js +37 -0
- package/dist-esm/samples-dev/chatTranscriptsNoSubscriptionGetSample.js.map +1 -0
- package/dist-esm/samples-dev/communicationsCheckNameAvailabilitySample.js +1 -1
- package/dist-esm/samples-dev/communicationsCreateSample.js +1 -1
- package/dist-esm/samples-dev/communicationsGetSample.js +1 -1
- package/dist-esm/samples-dev/communicationsListSample.js +3 -3
- package/dist-esm/samples-dev/communicationsNoSubscriptionCheckNameAvailabilitySample.d.ts +2 -0
- package/dist-esm/samples-dev/communicationsNoSubscriptionCheckNameAvailabilitySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{checksWhetherNameIsAvailableForCommunicationResource.js → communicationsNoSubscriptionCheckNameAvailabilitySample.js} +15 -7
- package/dist-esm/samples-dev/communicationsNoSubscriptionCheckNameAvailabilitySample.js.map +1 -0
- package/dist-esm/samples-dev/communicationsNoSubscriptionCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/communicationsNoSubscriptionCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{addCommunicationToSubscriptionTicket.js → communicationsNoSubscriptionCreateSample.js} +15 -9
- package/dist-esm/samples-dev/communicationsNoSubscriptionCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/communicationsNoSubscriptionGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/communicationsNoSubscriptionGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{getCommunicationDetailsForASubscriptionSupportTicket.js → communicationsNoSubscriptionGetSample.js} +15 -9
- package/dist-esm/samples-dev/communicationsNoSubscriptionGetSample.js.map +1 -0
- package/dist-esm/samples-dev/fileWorkspacesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/fileWorkspacesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/fileWorkspacesCreateSample.js +37 -0
- package/dist-esm/samples-dev/fileWorkspacesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/fileWorkspacesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/fileWorkspacesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/fileWorkspacesGetSample.js +37 -0
- package/dist-esm/samples-dev/fileWorkspacesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionCreateSample.js +36 -0
- package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionGetSample.js +36 -0
- package/dist-esm/samples-dev/fileWorkspacesNoSubscriptionGetSample.js.map +1 -0
- package/dist-esm/samples-dev/filesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/filesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/filesCreateSample.js +43 -0
- package/dist-esm/samples-dev/filesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/filesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/filesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/filesGetSample.js +38 -0
- package/dist-esm/samples-dev/filesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/filesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/filesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{getAllOperations.js → filesListSample.js} +18 -10
- package/dist-esm/samples-dev/filesListSample.js.map +1 -0
- package/dist-esm/samples-dev/filesNoSubscriptionCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/filesNoSubscriptionCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/filesNoSubscriptionCreateSample.js +42 -0
- package/dist-esm/samples-dev/filesNoSubscriptionCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/filesNoSubscriptionGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/filesNoSubscriptionGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/filesNoSubscriptionGetSample.js +37 -0
- package/dist-esm/samples-dev/filesNoSubscriptionGetSample.js.map +1 -0
- package/dist-esm/samples-dev/filesNoSubscriptionListSample.d.ts +2 -0
- package/dist-esm/samples-dev/filesNoSubscriptionListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/filesNoSubscriptionListSample.js +57 -0
- package/dist-esm/samples-dev/filesNoSubscriptionListSample.js.map +1 -0
- package/dist-esm/samples-dev/filesNoSubscriptionUploadSample.d.ts +2 -0
- package/dist-esm/samples-dev/filesNoSubscriptionUploadSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/filesNoSubscriptionUploadSample.js +41 -0
- package/dist-esm/samples-dev/filesNoSubscriptionUploadSample.js.map +1 -0
- package/dist-esm/samples-dev/filesUploadSample.d.ts +2 -0
- package/dist-esm/samples-dev/filesUploadSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/filesUploadSample.js +42 -0
- package/dist-esm/samples-dev/filesUploadSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/problemClassificationsGetSample.js +2 -4
- package/dist-esm/samples-dev/problemClassificationsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/problemClassificationsListSample.js +2 -4
- package/dist-esm/samples-dev/problemClassificationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesGetSample.js +2 -4
- package/dist-esm/samples-dev/servicesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesListSample.js +2 -4
- package/dist-esm/samples-dev/servicesListSample.js.map +1 -1
- package/dist-esm/samples-dev/supportTicketChatTranscriptsNoSubscriptionListSample.d.ts +2 -0
- package/dist-esm/samples-dev/supportTicketChatTranscriptsNoSubscriptionListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{listSupportTicketsForASubscription.js → supportTicketChatTranscriptsNoSubscriptionListSample.js} +18 -11
- package/dist-esm/samples-dev/supportTicketChatTranscriptsNoSubscriptionListSample.js.map +1 -0
- package/dist-esm/samples-dev/supportTicketCommunicationsNoSubscriptionListSample.d.ts +2 -0
- package/dist-esm/samples-dev/supportTicketCommunicationsNoSubscriptionListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/supportTicketCommunicationsNoSubscriptionListSample.js +139 -0
- package/dist-esm/samples-dev/supportTicketCommunicationsNoSubscriptionListSample.js.map +1 -0
- package/dist-esm/samples-dev/supportTicketsCheckNameAvailabilitySample.js +1 -1
- package/dist-esm/samples-dev/supportTicketsCreateSample.js +54 -17
- package/dist-esm/samples-dev/supportTicketsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/supportTicketsGetSample.js +1 -1
- package/dist-esm/samples-dev/supportTicketsListSample.js +170 -14
- package/dist-esm/samples-dev/supportTicketsListSample.js.map +1 -1
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionCheckNameAvailabilitySample.d.ts +2 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionCheckNameAvailabilitySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{checksWhetherNameIsAvailableForSupportTicketResource.js → supportTicketsNoSubscriptionCheckNameAvailabilitySample.js} +15 -7
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionCheckNameAvailabilitySample.js.map +1 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionCreateSample.js +127 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionGetSample.js +36 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionGetSample.js.map +1 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionListSample.d.ts +2 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionListSample.js +284 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionListSample.js.map +1 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionUpdateSample.js +102 -0
- package/dist-esm/samples-dev/supportTicketsNoSubscriptionUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/supportTicketsUpdateSample.js +29 -9
- package/dist-esm/samples-dev/supportTicketsUpdateSample.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/microsoftSupport.d.ts +13 -2
- package/dist-esm/src/microsoftSupport.d.ts.map +1 -1
- package/dist-esm/src/microsoftSupport.js +20 -12
- package/dist-esm/src/microsoftSupport.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +431 -23
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +32 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +17 -3
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +443 -19
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +6 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +53 -2
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/chatTranscripts.d.ts +42 -0
- package/dist-esm/src/operations/chatTranscripts.d.ts.map +1 -0
- package/dist-esm/src/operations/chatTranscripts.js +180 -0
- package/dist-esm/src/operations/chatTranscripts.js.map +1 -0
- package/dist-esm/src/operations/chatTranscriptsNoSubscription.d.ts +20 -0
- package/dist-esm/src/operations/chatTranscriptsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operations/chatTranscriptsNoSubscription.js +52 -0
- package/dist-esm/src/operations/chatTranscriptsNoSubscription.js.map +1 -0
- package/dist-esm/src/operations/communications.d.ts +2 -2
- package/dist-esm/src/operations/communications.d.ts.map +1 -1
- package/dist-esm/src/operations/communications.js +21 -17
- package/dist-esm/src/operations/communications.js.map +1 -1
- package/dist-esm/src/operations/communicationsNoSubscription.d.ts +45 -0
- package/dist-esm/src/operations/communicationsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operations/communicationsNoSubscription.js +177 -0
- package/dist-esm/src/operations/communicationsNoSubscription.js.map +1 -0
- package/dist-esm/src/operations/fileWorkspaces.d.ts +25 -0
- package/dist-esm/src/operations/fileWorkspaces.d.ts.map +1 -0
- package/dist-esm/src/operations/fileWorkspaces.js +79 -0
- package/dist-esm/src/operations/fileWorkspaces.js.map +1 -0
- package/dist-esm/src/operations/fileWorkspacesNoSubscription.d.ts +25 -0
- package/dist-esm/src/operations/fileWorkspacesNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operations/fileWorkspacesNoSubscription.js +71 -0
- package/dist-esm/src/operations/fileWorkspacesNoSubscription.js.map +1 -0
- package/dist-esm/src/operations/files.d.ts +58 -0
- package/dist-esm/src/operations/files.d.ts.map +1 -0
- package/dist-esm/src/operations/files.js +244 -0
- package/dist-esm/src/operations/files.js.map +1 -0
- package/dist-esm/src/operations/filesNoSubscription.d.ts +58 -0
- package/dist-esm/src/operations/filesNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operations/filesNoSubscription.js +236 -0
- package/dist-esm/src/operations/filesNoSubscription.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +10 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +10 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/operations.js +1 -1
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/problemClassifications.js +2 -2
- package/dist-esm/src/operations/problemClassifications.js.map +1 -1
- package/dist-esm/src/operations/services.js +2 -2
- package/dist-esm/src/operations/services.js.map +1 -1
- package/dist-esm/src/operations/supportTicketChatTranscriptsNoSubscription.d.ts +35 -0
- package/dist-esm/src/operations/supportTicketChatTranscriptsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operations/supportTicketChatTranscriptsNoSubscription.js +145 -0
- package/dist-esm/src/operations/supportTicketChatTranscriptsNoSubscription.js.map +1 -0
- package/dist-esm/src/operations/supportTicketCommunicationsNoSubscription.d.ts +45 -0
- package/dist-esm/src/operations/supportTicketCommunicationsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operations/supportTicketCommunicationsNoSubscription.js +155 -0
- package/dist-esm/src/operations/supportTicketCommunicationsNoSubscription.js.map +1 -0
- package/dist-esm/src/operations/supportTickets.d.ts +15 -17
- package/dist-esm/src/operations/supportTickets.d.ts.map +1 -1
- package/dist-esm/src/operations/supportTickets.js +30 -28
- package/dist-esm/src/operations/supportTickets.js.map +1 -1
- package/dist-esm/src/operations/supportTicketsNoSubscription.d.ts +98 -0
- package/dist-esm/src/operations/supportTicketsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operations/supportTicketsNoSubscription.js +332 -0
- package/dist-esm/src/operations/supportTicketsNoSubscription.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/chatTranscripts.d.ts +19 -0
- package/dist-esm/src/operationsInterfaces/chatTranscripts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/chatTranscripts.js +9 -0
- package/dist-esm/src/operationsInterfaces/chatTranscripts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/chatTranscriptsNoSubscription.js +9 -0
- package/dist-esm/src/operationsInterfaces/chatTranscriptsNoSubscription.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/communications.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/communications.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/communicationsNoSubscription.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/communicationsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/communicationsNoSubscription.js +9 -0
- package/dist-esm/src/operationsInterfaces/communicationsNoSubscription.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileWorkspaces.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/fileWorkspaces.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileWorkspaces.js +9 -0
- package/dist-esm/src/operationsInterfaces/fileWorkspaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileWorkspacesNoSubscription.js +9 -0
- package/dist-esm/src/operationsInterfaces/fileWorkspacesNoSubscription.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/files.d.ts +35 -0
- package/dist-esm/src/operationsInterfaces/files.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/files.js +9 -0
- package/dist-esm/src/operationsInterfaces/files.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/filesNoSubscription.d.ts +35 -0
- package/dist-esm/src/operationsInterfaces/filesNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/filesNoSubscription.js +9 -0
- package/dist-esm/src/operationsInterfaces/filesNoSubscription.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +10 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/supportTicketChatTranscriptsNoSubscription.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/supportTicketChatTranscriptsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/supportTicketChatTranscriptsNoSubscription.js +9 -0
- package/dist-esm/src/operationsInterfaces/supportTicketChatTranscriptsNoSubscription.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/supportTicketCommunicationsNoSubscription.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/supportTicketCommunicationsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/supportTicketCommunicationsNoSubscription.js +9 -0
- package/dist-esm/src/operationsInterfaces/supportTicketCommunicationsNoSubscription.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/supportTickets.d.ts +11 -13
- package/dist-esm/src/operationsInterfaces/supportTickets.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/supportTicketsNoSubscription.d.ts +73 -0
- package/dist-esm/src/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/supportTicketsNoSubscription.js +9 -0
- package/dist-esm/src/operationsInterfaces/supportTicketsNoSubscription.js.map +1 -0
- package/dist-esm/test/support_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/support_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/support_operations_test.spec.js +78 -0
- package/dist-esm/test/support_operations_test.spec.js.map +1 -0
- package/package.json +16 -10
- package/review/arm-support.api.md +464 -19
- package/src/lroImpl.ts +31 -23
- package/src/microsoftSupport.ts +73 -7
- package/src/models/index.ts +513 -23
- package/src/models/mappers.ts +473 -19
- package/src/models/parameters.ts +61 -2
- package/src/operations/chatTranscripts.ts +215 -0
- package/src/operations/chatTranscriptsNoSubscription.ts +72 -0
- package/src/operations/communications.ts +25 -18
- package/src/operations/communicationsNoSubscription.ts +254 -0
- package/src/operations/fileWorkspaces.ts +107 -0
- package/src/operations/fileWorkspacesNoSubscription.ts +98 -0
- package/src/operations/files.ts +303 -0
- package/src/operations/filesNoSubscription.ts +294 -0
- package/src/operations/index.ts +10 -0
- package/src/operations/operations.ts +1 -1
- package/src/operations/problemClassifications.ts +2 -2
- package/src/operations/services.ts +2 -2
- package/src/operations/supportTicketChatTranscriptsNoSubscription.ts +170 -0
- package/src/operations/supportTicketCommunicationsNoSubscription.ts +180 -0
- package/src/operations/supportTickets.ts +39 -34
- package/src/operations/supportTicketsNoSubscription.ts +415 -0
- package/src/operationsInterfaces/chatTranscripts.ts +40 -0
- package/src/operationsInterfaces/chatTranscriptsNoSubscription.ts +27 -0
- package/src/operationsInterfaces/communications.ts +3 -3
- package/src/operationsInterfaces/communicationsNoSubscription.ts +77 -0
- package/src/operationsInterfaces/fileWorkspaces.ts +36 -0
- package/src/operationsInterfaces/fileWorkspacesNoSubscription.ts +36 -0
- package/src/operationsInterfaces/files.ts +70 -0
- package/src/operationsInterfaces/filesNoSubscription.ts +70 -0
- package/src/operationsInterfaces/index.ts +10 -0
- package/src/operationsInterfaces/supportTicketChatTranscriptsNoSubscription.ts +27 -0
- package/src/operationsInterfaces/supportTicketCommunicationsNoSubscription.ts +32 -0
- package/src/operationsInterfaces/supportTickets.ts +12 -14
- package/src/operationsInterfaces/supportTicketsNoSubscription.ts +120 -0
- package/types/arm-support.d.ts +805 -50
- package/dist-esm/samples-dev/addCommunicationToSubscriptionTicket.d.ts +0 -2
- package/dist-esm/samples-dev/addCommunicationToSubscriptionTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/addCommunicationToSubscriptionTicket.js.map +0 -1
- package/dist-esm/samples-dev/checksWhetherNameIsAvailableForCommunicationResource.d.ts +0 -2
- package/dist-esm/samples-dev/checksWhetherNameIsAvailableForCommunicationResource.d.ts.map +0 -1
- package/dist-esm/samples-dev/checksWhetherNameIsAvailableForCommunicationResource.js.map +0 -1
- package/dist-esm/samples-dev/checksWhetherNameIsAvailableForSupportTicketResource.d.ts +0 -2
- package/dist-esm/samples-dev/checksWhetherNameIsAvailableForSupportTicketResource.d.ts.map +0 -1
- package/dist-esm/samples-dev/checksWhetherNameIsAvailableForSupportTicketResource.js.map +0 -1
- package/dist-esm/samples-dev/createATicketForBillingRelatedIssues.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketForBillingRelatedIssues.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketForBillingRelatedIssues.js +0 -46
- package/dist-esm/samples-dev/createATicketForBillingRelatedIssues.js.map +0 -1
- package/dist-esm/samples-dev/createATicketForSubscriptionManagementRelatedIssues.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketForSubscriptionManagementRelatedIssues.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketForSubscriptionManagementRelatedIssues.js +0 -46
- package/dist-esm/samples-dev/createATicketForSubscriptionManagementRelatedIssues.js.map +0 -1
- package/dist-esm/samples-dev/createATicketForTechnicalIssueRelatedToASpecificResource.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketForTechnicalIssueRelatedToASpecificResource.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketForTechnicalIssueRelatedToASpecificResource.js +0 -49
- package/dist-esm/samples-dev/createATicketForTechnicalIssueRelatedToASpecificResource.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForActiveJobsAndJobSchedulesForABatchAccount.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForActiveJobsAndJobSchedulesForABatchAccount.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForActiveJobsAndJobSchedulesForABatchAccount.js +0 -56
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForActiveJobsAndJobSchedulesForABatchAccount.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForAzureSqlManagedInstance.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForAzureSqlManagedInstance.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForAzureSqlManagedInstance.js +0 -60
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForAzureSqlManagedInstance.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForBatchAccountsForASubscription.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForBatchAccountsForASubscription.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForBatchAccountsForASubscription.js +0 -53
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForBatchAccountsForASubscription.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForComputeVMCores.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForComputeVMCores.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForComputeVMCores.js +0 -52
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForComputeVMCores.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForAzureSynapseAnalytics.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForAzureSynapseAnalytics.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForAzureSynapseAnalytics.js +0 -56
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForAzureSynapseAnalytics.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForSqlDatabase.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForSqlDatabase.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForSqlDatabase.js +0 -56
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForDtUsForSqlDatabase.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForABatchAccount.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForABatchAccount.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForABatchAccount.js +0 -56
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForABatchAccount.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForMachineLearningService.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForMachineLearningService.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForMachineLearningService.js +0 -53
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForLowPriorityCoresForMachineLearningService.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForPoolsForABatchAccount.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForPoolsForABatchAccount.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForPoolsForABatchAccount.js +0 -56
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForPoolsForABatchAccount.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForAzureSynapseAnalytics.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForAzureSynapseAnalytics.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForAzureSynapseAnalytics.js +0 -51
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForAzureSynapseAnalytics.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForSqlDatabase.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForSqlDatabase.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForSqlDatabase.js +0 -51
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServersForSqlDatabase.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServicesThatDoNotRequireAdditionalDetailsInTheQuotaTicketDetailsObject.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServicesThatDoNotRequireAdditionalDetailsInTheQuotaTicketDetailsObject.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServicesThatDoNotRequireAdditionalDetailsInTheQuotaTicketDetailsObject.js +0 -46
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForServicesThatDoNotRequireAdditionalDetailsInTheQuotaTicketDetailsObject.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForABatchAccount.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForABatchAccount.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForABatchAccount.js +0 -56
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForABatchAccount.js.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForMachineLearningService.d.ts +0 -2
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForMachineLearningService.d.ts.map +0 -1
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForMachineLearningService.js +0 -56
- package/dist-esm/samples-dev/createATicketToRequestQuotaIncreaseForSpecificVMFamilyCoresForMachineLearningService.js.map +0 -1
- package/dist-esm/samples-dev/getAllOperations.d.ts +0 -2
- package/dist-esm/samples-dev/getAllOperations.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAllOperations.js.map +0 -1
- package/dist-esm/samples-dev/getCommunicationDetailsForASubscriptionSupportTicket.d.ts +0 -2
- package/dist-esm/samples-dev/getCommunicationDetailsForASubscriptionSupportTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/getCommunicationDetailsForASubscriptionSupportTicket.js.map +0 -1
- package/dist-esm/samples-dev/getDetailsOfASubscriptionTicket.d.ts +0 -2
- package/dist-esm/samples-dev/getDetailsOfASubscriptionTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/getDetailsOfASubscriptionTicket.js +0 -30
- package/dist-esm/samples-dev/getDetailsOfASubscriptionTicket.js.map +0 -1
- package/dist-esm/samples-dev/getsDetailsOfProblemClassificationForAzureService.d.ts +0 -2
- package/dist-esm/samples-dev/getsDetailsOfProblemClassificationForAzureService.d.ts.map +0 -1
- package/dist-esm/samples-dev/getsDetailsOfProblemClassificationForAzureService.js +0 -31
- package/dist-esm/samples-dev/getsDetailsOfProblemClassificationForAzureService.js.map +0 -1
- package/dist-esm/samples-dev/getsDetailsOfTheAzureService.d.ts +0 -2
- package/dist-esm/samples-dev/getsDetailsOfTheAzureService.d.ts.map +0 -1
- package/dist-esm/samples-dev/getsDetailsOfTheAzureService.js +0 -30
- package/dist-esm/samples-dev/getsDetailsOfTheAzureService.js.map +0 -1
- package/dist-esm/samples-dev/getsListOfProblemClassificationsForAServiceForWhichASupportTicketCanBeCreated.d.ts +0 -2
- package/dist-esm/samples-dev/getsListOfProblemClassificationsForAServiceForWhichASupportTicketCanBeCreated.d.ts.map +0 -1
- package/dist-esm/samples-dev/getsListOfProblemClassificationsForAServiceForWhichASupportTicketCanBeCreated.js.map +0 -1
- package/dist-esm/samples-dev/getsListOfServicesForWhichASupportTicketCanBeCreated.d.ts +0 -2
- package/dist-esm/samples-dev/getsListOfServicesForWhichASupportTicketCanBeCreated.d.ts.map +0 -1
- package/dist-esm/samples-dev/getsListOfServicesForWhichASupportTicketCanBeCreated.js +0 -50
- package/dist-esm/samples-dev/getsListOfServicesForWhichASupportTicketCanBeCreated.js.map +0 -1
- package/dist-esm/samples-dev/listCommunicationsForASubscriptionSupportTicket.d.ts +0 -2
- package/dist-esm/samples-dev/listCommunicationsForASubscriptionSupportTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/listCommunicationsForASubscriptionSupportTicket.js +0 -51
- package/dist-esm/samples-dev/listCommunicationsForASubscriptionSupportTicket.js.map +0 -1
- package/dist-esm/samples-dev/listSupportTicketsCreatedOnOrAfterACertainDateAndInOpenStateForASubscription.d.ts +0 -2
- package/dist-esm/samples-dev/listSupportTicketsCreatedOnOrAfterACertainDateAndInOpenStateForASubscription.d.ts.map +0 -1
- package/dist-esm/samples-dev/listSupportTicketsCreatedOnOrAfterACertainDateAndInOpenStateForASubscription.js +0 -52
- package/dist-esm/samples-dev/listSupportTicketsCreatedOnOrAfterACertainDateAndInOpenStateForASubscription.js.map +0 -1
- package/dist-esm/samples-dev/listSupportTicketsForASubscription.d.ts +0 -2
- package/dist-esm/samples-dev/listSupportTicketsForASubscription.d.ts.map +0 -1
- package/dist-esm/samples-dev/listSupportTicketsForASubscription.js.map +0 -1
- package/dist-esm/samples-dev/listSupportTicketsInOpenStateForASubscription.d.ts +0 -2
- package/dist-esm/samples-dev/listSupportTicketsInOpenStateForASubscription.d.ts.map +0 -1
- package/dist-esm/samples-dev/listSupportTicketsInOpenStateForASubscription.js +0 -52
- package/dist-esm/samples-dev/listSupportTicketsInOpenStateForASubscription.js.map +0 -1
- package/dist-esm/samples-dev/listWebCommunicationCreatedOnOrAfterASpecificDateForASubscriptionSupportTicket.d.ts +0 -2
- package/dist-esm/samples-dev/listWebCommunicationCreatedOnOrAfterASpecificDateForASubscriptionSupportTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/listWebCommunicationCreatedOnOrAfterASpecificDateForASubscriptionSupportTicket.js +0 -53
- package/dist-esm/samples-dev/listWebCommunicationCreatedOnOrAfterASpecificDateForASubscriptionSupportTicket.js.map +0 -1
- package/dist-esm/samples-dev/listWebCommunicationsForASubscriptionSupportTicket.d.ts +0 -2
- package/dist-esm/samples-dev/listWebCommunicationsForASubscriptionSupportTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/listWebCommunicationsForASubscriptionSupportTicket.js +0 -53
- package/dist-esm/samples-dev/listWebCommunicationsForASubscriptionSupportTicket.js.map +0 -1
- package/dist-esm/samples-dev/updateContactDetailsOfASupportTicket.d.ts +0 -2
- package/dist-esm/samples-dev/updateContactDetailsOfASupportTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateContactDetailsOfASupportTicket.js +0 -43
- package/dist-esm/samples-dev/updateContactDetailsOfASupportTicket.js.map +0 -1
- package/dist-esm/samples-dev/updateSeverityOfASupportTicket.d.ts +0 -2
- package/dist-esm/samples-dev/updateSeverityOfASupportTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateSeverityOfASupportTicket.js +0 -31
- package/dist-esm/samples-dev/updateSeverityOfASupportTicket.js.map +0 -1
- package/dist-esm/samples-dev/updateStatusOfASupportTicket.d.ts +0 -2
- package/dist-esm/samples-dev/updateStatusOfASupportTicket.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateStatusOfASupportTicket.js +0 -31
- package/dist-esm/samples-dev/updateStatusOfASupportTicket.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
package/src/models/index.ts
CHANGED
|
@@ -49,41 +49,53 @@ export interface OperationDisplay {
|
|
|
49
49
|
readonly resource?: string;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
/**
|
|
53
|
-
export interface
|
|
54
|
-
/** The
|
|
55
|
-
error?:
|
|
52
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
53
|
+
export interface ErrorResponse {
|
|
54
|
+
/** The error object. */
|
|
55
|
+
error?: ErrorDetail;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
/** The
|
|
59
|
-
export interface
|
|
60
|
-
/** The error code. */
|
|
61
|
-
code?: string;
|
|
62
|
-
/** The error message. */
|
|
63
|
-
message?: string;
|
|
64
|
-
/** The target of the error. */
|
|
65
|
-
target?: string;
|
|
58
|
+
/** The error detail. */
|
|
59
|
+
export interface ErrorDetail {
|
|
66
60
|
/**
|
|
67
|
-
* The
|
|
61
|
+
* The error code.
|
|
62
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
63
|
+
*/
|
|
64
|
+
readonly code?: string;
|
|
65
|
+
/**
|
|
66
|
+
* The error message.
|
|
67
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
68
|
+
*/
|
|
69
|
+
readonly message?: string;
|
|
70
|
+
/**
|
|
71
|
+
* The error target.
|
|
68
72
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
69
73
|
*/
|
|
70
|
-
readonly
|
|
74
|
+
readonly target?: string;
|
|
75
|
+
/**
|
|
76
|
+
* The error details.
|
|
77
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
|
+
*/
|
|
79
|
+
readonly details?: ErrorDetail[];
|
|
80
|
+
/**
|
|
81
|
+
* The error additional info.
|
|
82
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
|
+
*/
|
|
84
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
71
85
|
}
|
|
72
86
|
|
|
73
|
-
/** The error
|
|
74
|
-
export interface
|
|
87
|
+
/** The resource management error additional info. */
|
|
88
|
+
export interface ErrorAdditionalInfo {
|
|
75
89
|
/**
|
|
76
|
-
* The
|
|
90
|
+
* The additional info type.
|
|
77
91
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
92
|
*/
|
|
79
|
-
readonly
|
|
93
|
+
readonly type?: string;
|
|
80
94
|
/**
|
|
81
|
-
* The
|
|
95
|
+
* The additional info.
|
|
82
96
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
97
|
*/
|
|
84
|
-
readonly
|
|
85
|
-
/** The target of the error. */
|
|
86
|
-
target?: string;
|
|
98
|
+
readonly info?: Record<string, unknown>;
|
|
87
99
|
}
|
|
88
100
|
|
|
89
101
|
/** Collection of Service resources. */
|
|
@@ -140,6 +152,16 @@ export interface ProblemClassification {
|
|
|
140
152
|
readonly type?: string;
|
|
141
153
|
/** Localized name of problem classification. */
|
|
142
154
|
displayName?: string;
|
|
155
|
+
/** This property indicates whether secondary consent is present for problem classification */
|
|
156
|
+
secondaryConsentEnabled?: SecondaryConsentEnabled[];
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
/** This property indicates whether secondary consent is present for problem classification. */
|
|
160
|
+
export interface SecondaryConsentEnabled {
|
|
161
|
+
/** User consent description. */
|
|
162
|
+
description?: string;
|
|
163
|
+
/** The Azure service for which secondary consent is needed for case creation. */
|
|
164
|
+
type?: string;
|
|
143
165
|
}
|
|
144
166
|
|
|
145
167
|
/** Input of CheckNameAvailability API. */
|
|
@@ -214,6 +236,12 @@ export interface SupportTicketDetails {
|
|
|
214
236
|
readonly enrollmentId?: string;
|
|
215
237
|
/** Indicates if this requires a 24x7 response from Azure. */
|
|
216
238
|
require24X7Response?: boolean;
|
|
239
|
+
/** Advanced diagnostic consent to be updated on the support ticket. */
|
|
240
|
+
advancedDiagnosticConsent?: Consent;
|
|
241
|
+
/** Problem scoping questions associated with the support ticket. */
|
|
242
|
+
problemScopingQuestions?: string;
|
|
243
|
+
/** Support plan id associated with the support ticket. */
|
|
244
|
+
supportPlanId?: string;
|
|
217
245
|
/** Contact information of the user requesting to create a support ticket. */
|
|
218
246
|
contactDetails?: ContactProfile;
|
|
219
247
|
/** Service Level Agreement information for this support ticket. */
|
|
@@ -225,6 +253,11 @@ export interface SupportTicketDetails {
|
|
|
225
253
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
226
254
|
*/
|
|
227
255
|
readonly supportPlanType?: string;
|
|
256
|
+
/**
|
|
257
|
+
* Support plan type associated with the support ticket.
|
|
258
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
259
|
+
*/
|
|
260
|
+
readonly supportPlanDisplayName?: string;
|
|
228
261
|
/** Title of the support ticket. */
|
|
229
262
|
title?: string;
|
|
230
263
|
/** Time in UTC (ISO 8601 format) when the problem started. */
|
|
@@ -251,10 +284,14 @@ export interface SupportTicketDetails {
|
|
|
251
284
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
252
285
|
*/
|
|
253
286
|
readonly modifiedDate?: Date;
|
|
287
|
+
/** File workspace name. */
|
|
288
|
+
fileWorkspaceName?: string;
|
|
254
289
|
/** Additional ticket details associated with a technical support ticket request. */
|
|
255
290
|
technicalTicketDetails?: TechnicalTicketDetails;
|
|
256
291
|
/** Additional ticket details associated with a quota support ticket request. */
|
|
257
292
|
quotaTicketDetails?: QuotaTicketDetails;
|
|
293
|
+
/** This property indicates secondary consents for the support ticket */
|
|
294
|
+
secondaryConsent?: SecondaryConsent[];
|
|
258
295
|
}
|
|
259
296
|
|
|
260
297
|
/** Contact information associated with the support ticket. */
|
|
@@ -331,6 +368,14 @@ export interface QuotaChangeRequest {
|
|
|
331
368
|
payload?: string;
|
|
332
369
|
}
|
|
333
370
|
|
|
371
|
+
/** This property indicates secondary consent for the support ticket. */
|
|
372
|
+
export interface SecondaryConsent {
|
|
373
|
+
/** User consent value provided */
|
|
374
|
+
userConsent?: UserConsent;
|
|
375
|
+
/** The service name for which the secondary consent is being provided. The value needs to be retrieved from the Problem Classification API response. */
|
|
376
|
+
type?: string;
|
|
377
|
+
}
|
|
378
|
+
|
|
334
379
|
/** Updates severity, ticket status, and contact details in the support ticket. */
|
|
335
380
|
export interface UpdateSupportTicket {
|
|
336
381
|
/** Severity level. */
|
|
@@ -339,6 +384,10 @@ export interface UpdateSupportTicket {
|
|
|
339
384
|
status?: Status;
|
|
340
385
|
/** Contact details to be updated on the support ticket. */
|
|
341
386
|
contactDetails?: UpdateContactProfile;
|
|
387
|
+
/** Advanced diagnostic consent to be updated on the support ticket. */
|
|
388
|
+
advancedDiagnosticConsent?: Consent;
|
|
389
|
+
/** This property indicates secondary consents for the support ticket */
|
|
390
|
+
secondaryConsent?: SecondaryConsent[];
|
|
342
391
|
}
|
|
343
392
|
|
|
344
393
|
/** Contact information associated with the support ticket. */
|
|
@@ -411,6 +460,146 @@ export interface CommunicationDetails {
|
|
|
411
460
|
readonly createdDate?: Date;
|
|
412
461
|
}
|
|
413
462
|
|
|
463
|
+
/** Collection of Chat Transcripts resources. */
|
|
464
|
+
export interface ChatTranscriptsListResult {
|
|
465
|
+
/** List of Chat Transcripts resources. */
|
|
466
|
+
value?: ChatTranscriptDetails[];
|
|
467
|
+
/** The URI to fetch the next page of Chat Transcripts resources. */
|
|
468
|
+
nextLink?: string;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
/** Describes the properties of a Message Details resource. */
|
|
472
|
+
export interface MessageProperties {
|
|
473
|
+
/**
|
|
474
|
+
* Content type.
|
|
475
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
476
|
+
*/
|
|
477
|
+
readonly contentType?: TranscriptContentType;
|
|
478
|
+
/**
|
|
479
|
+
* Direction of communication.
|
|
480
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
481
|
+
*/
|
|
482
|
+
readonly communicationDirection?: CommunicationDirection;
|
|
483
|
+
/** Name of the sender. */
|
|
484
|
+
sender?: string;
|
|
485
|
+
/** Body of the communication. */
|
|
486
|
+
body: string;
|
|
487
|
+
/**
|
|
488
|
+
* Time in UTC (ISO 8601 format) when the communication was created.
|
|
489
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
490
|
+
*/
|
|
491
|
+
readonly createdDate?: Date;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
495
|
+
export interface Resource {
|
|
496
|
+
/**
|
|
497
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
498
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
499
|
+
*/
|
|
500
|
+
readonly id?: string;
|
|
501
|
+
/**
|
|
502
|
+
* The name of the resource
|
|
503
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
504
|
+
*/
|
|
505
|
+
readonly name?: string;
|
|
506
|
+
/**
|
|
507
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
508
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
509
|
+
*/
|
|
510
|
+
readonly type?: string;
|
|
511
|
+
/**
|
|
512
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
513
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
514
|
+
*/
|
|
515
|
+
readonly systemData?: SystemData;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
519
|
+
export interface SystemData {
|
|
520
|
+
/** The identity that created the resource. */
|
|
521
|
+
createdBy?: string;
|
|
522
|
+
/** The type of identity that created the resource. */
|
|
523
|
+
createdByType?: CreatedByType;
|
|
524
|
+
/** The timestamp of resource creation (UTC). */
|
|
525
|
+
createdAt?: Date;
|
|
526
|
+
/** The identity that last modified the resource. */
|
|
527
|
+
lastModifiedBy?: string;
|
|
528
|
+
/** The type of identity that last modified the resource. */
|
|
529
|
+
lastModifiedByType?: CreatedByType;
|
|
530
|
+
/** The timestamp of resource last modification (UTC) */
|
|
531
|
+
lastModifiedAt?: Date;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
/** Object that represents a collection of File resources. */
|
|
535
|
+
export interface FilesListResult {
|
|
536
|
+
/** List of File resources. */
|
|
537
|
+
value?: FileDetails[];
|
|
538
|
+
/** The URI to fetch the next page of File resources. */
|
|
539
|
+
nextLink?: string;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
/** File content associated with the file under a workspace. */
|
|
543
|
+
export interface UploadFile {
|
|
544
|
+
/** File Content in base64 encoded format */
|
|
545
|
+
content?: string;
|
|
546
|
+
/** Index of the uploaded chunk (Index starts at 0) */
|
|
547
|
+
chunkIndex?: number;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
551
|
+
export interface ProxyResource extends Resource {}
|
|
552
|
+
|
|
553
|
+
/** Object that represents a Chat Transcript resource. */
|
|
554
|
+
export interface ChatTranscriptDetails extends ProxyResource {
|
|
555
|
+
/** List of chat transcript communication resources. */
|
|
556
|
+
messages?: MessageProperties[];
|
|
557
|
+
/**
|
|
558
|
+
* Time in UTC (ISO 8601 format) when the chat began.
|
|
559
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
560
|
+
*/
|
|
561
|
+
readonly startTime?: Date;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
/** Object that represents FileWorkspaceDetails resource */
|
|
565
|
+
export interface FileWorkspaceDetails extends ProxyResource {
|
|
566
|
+
/**
|
|
567
|
+
* Time in UTC (ISO 8601 format) when file workspace was created.
|
|
568
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
569
|
+
*/
|
|
570
|
+
readonly createdOn?: Date;
|
|
571
|
+
/**
|
|
572
|
+
* Time in UTC (ISO 8601 format) when file workspace is going to expire.
|
|
573
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
574
|
+
*/
|
|
575
|
+
readonly expirationTime?: Date;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
/** Object that represents File Details resource */
|
|
579
|
+
export interface FileDetails extends ProxyResource {
|
|
580
|
+
/**
|
|
581
|
+
* Time in UTC (ISO 8601 format) when file workspace was created.
|
|
582
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
583
|
+
*/
|
|
584
|
+
readonly createdOn?: Date;
|
|
585
|
+
/** Size of each chunk */
|
|
586
|
+
chunkSize?: number;
|
|
587
|
+
/** Size of the file to be uploaded */
|
|
588
|
+
fileSize?: number;
|
|
589
|
+
/** Number of chunks to be uploaded */
|
|
590
|
+
numberOfChunks?: number;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
/** Defines headers for SupportTicketsNoSubscription_create operation. */
|
|
594
|
+
export interface SupportTicketsNoSubscriptionCreateHeaders {
|
|
595
|
+
location?: string;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
/** Defines headers for CommunicationsNoSubscription_create operation. */
|
|
599
|
+
export interface CommunicationsNoSubscriptionCreateHeaders {
|
|
600
|
+
location?: string;
|
|
601
|
+
}
|
|
602
|
+
|
|
414
603
|
/** Known values of {@link SeverityLevel} that the service accepts. */
|
|
415
604
|
export enum KnownSeverityLevel {
|
|
416
605
|
/** Minimal */
|
|
@@ -435,6 +624,24 @@ export enum KnownSeverityLevel {
|
|
|
435
624
|
*/
|
|
436
625
|
export type SeverityLevel = string;
|
|
437
626
|
|
|
627
|
+
/** Known values of {@link Consent} that the service accepts. */
|
|
628
|
+
export enum KnownConsent {
|
|
629
|
+
/** Yes */
|
|
630
|
+
Yes = "Yes",
|
|
631
|
+
/** No */
|
|
632
|
+
No = "No"
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
/**
|
|
636
|
+
* Defines values for Consent. \
|
|
637
|
+
* {@link KnownConsent} can be used interchangeably with Consent,
|
|
638
|
+
* this enum contains the known values that the service supports.
|
|
639
|
+
* ### Known values supported by the service
|
|
640
|
+
* **Yes** \
|
|
641
|
+
* **No**
|
|
642
|
+
*/
|
|
643
|
+
export type Consent = string;
|
|
644
|
+
|
|
438
645
|
/** Known values of {@link PreferredContactMethod} that the service accepts. */
|
|
439
646
|
export enum KnownPreferredContactMethod {
|
|
440
647
|
/** Email */
|
|
@@ -453,6 +660,24 @@ export enum KnownPreferredContactMethod {
|
|
|
453
660
|
*/
|
|
454
661
|
export type PreferredContactMethod = string;
|
|
455
662
|
|
|
663
|
+
/** Known values of {@link UserConsent} that the service accepts. */
|
|
664
|
+
export enum KnownUserConsent {
|
|
665
|
+
/** Yes */
|
|
666
|
+
Yes = "Yes",
|
|
667
|
+
/** No */
|
|
668
|
+
No = "No"
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
/**
|
|
672
|
+
* Defines values for UserConsent. \
|
|
673
|
+
* {@link KnownUserConsent} can be used interchangeably with UserConsent,
|
|
674
|
+
* this enum contains the known values that the service supports.
|
|
675
|
+
* ### Known values supported by the service
|
|
676
|
+
* **Yes** \
|
|
677
|
+
* **No**
|
|
678
|
+
*/
|
|
679
|
+
export type UserConsent = string;
|
|
680
|
+
|
|
456
681
|
/** Known values of {@link Status} that the service accepts. */
|
|
457
682
|
export enum KnownStatus {
|
|
458
683
|
/** Open */
|
|
@@ -506,6 +731,42 @@ export enum KnownCommunicationDirection {
|
|
|
506
731
|
* **outbound**
|
|
507
732
|
*/
|
|
508
733
|
export type CommunicationDirection = string;
|
|
734
|
+
|
|
735
|
+
/** Known values of {@link TranscriptContentType} that the service accepts. */
|
|
736
|
+
export enum KnownTranscriptContentType {}
|
|
737
|
+
|
|
738
|
+
/**
|
|
739
|
+
* Defines values for TranscriptContentType. \
|
|
740
|
+
* {@link KnownTranscriptContentType} can be used interchangeably with TranscriptContentType,
|
|
741
|
+
* this enum contains the known values that the service supports.
|
|
742
|
+
* ### Known values supported by the service
|
|
743
|
+
*
|
|
744
|
+
*/
|
|
745
|
+
export type TranscriptContentType = string;
|
|
746
|
+
|
|
747
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
748
|
+
export enum KnownCreatedByType {
|
|
749
|
+
/** User */
|
|
750
|
+
User = "User",
|
|
751
|
+
/** Application */
|
|
752
|
+
Application = "Application",
|
|
753
|
+
/** ManagedIdentity */
|
|
754
|
+
ManagedIdentity = "ManagedIdentity",
|
|
755
|
+
/** Key */
|
|
756
|
+
Key = "Key"
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
/**
|
|
760
|
+
* Defines values for CreatedByType. \
|
|
761
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
762
|
+
* this enum contains the known values that the service supports.
|
|
763
|
+
* ### Known values supported by the service
|
|
764
|
+
* **User** \
|
|
765
|
+
* **Application** \
|
|
766
|
+
* **ManagedIdentity** \
|
|
767
|
+
* **Key**
|
|
768
|
+
*/
|
|
769
|
+
export type CreatedByType = string;
|
|
509
770
|
/** Defines values for Type. */
|
|
510
771
|
export type Type =
|
|
511
772
|
| "Microsoft.Support/supportTickets"
|
|
@@ -558,7 +819,7 @@ export interface SupportTicketsListOptionalParams
|
|
|
558
819
|
extends coreClient.OperationOptions {
|
|
559
820
|
/** The number of values to return in the collection. Default is 25 and max is 100. */
|
|
560
821
|
top?: number;
|
|
561
|
-
/** The filter to apply on the operation. We support 'odata v4.0' filter semantics. [Learn more](https://docs.microsoft.com/odata/concepts/queryoptions-overview). _Status_
|
|
822
|
+
/** The filter to apply on the operation. We support 'odata v4.0' filter semantics. [Learn more](https://docs.microsoft.com/odata/concepts/queryoptions-overview). _Status_, _ServiceId_, and _ProblemClassificationId_ filters can only be used with Equals ('eq') operator. For _CreatedDate_ filter, the supported operators are Greater Than ('gt') and Greater Than or Equals ('ge'). When using both filters, combine them using the logical 'AND'. */
|
|
562
823
|
filter?: string;
|
|
563
824
|
}
|
|
564
825
|
|
|
@@ -598,6 +859,58 @@ export interface SupportTicketsListNextOptionalParams
|
|
|
598
859
|
/** Contains response data for the listNext operation. */
|
|
599
860
|
export type SupportTicketsListNextResponse = SupportTicketsListResult;
|
|
600
861
|
|
|
862
|
+
/** Optional parameters. */
|
|
863
|
+
export interface SupportTicketsNoSubscriptionCheckNameAvailabilityOptionalParams
|
|
864
|
+
extends coreClient.OperationOptions {}
|
|
865
|
+
|
|
866
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
867
|
+
export type SupportTicketsNoSubscriptionCheckNameAvailabilityResponse = CheckNameAvailabilityOutput;
|
|
868
|
+
|
|
869
|
+
/** Optional parameters. */
|
|
870
|
+
export interface SupportTicketsNoSubscriptionListOptionalParams
|
|
871
|
+
extends coreClient.OperationOptions {
|
|
872
|
+
/** The number of values to return in the collection. Default is 25 and max is 100. */
|
|
873
|
+
top?: number;
|
|
874
|
+
/** The filter to apply on the operation. We support 'odata v4.0' filter semantics. <a target='_blank' href='https://docs.microsoft.com/odata/concepts/queryoptions-overview'>Learn more</a> <br/><i>Status</i> , <i>ServiceId</i>, and <i>ProblemClassificationId</i> filters can only be used with 'eq' operator. For <i>CreatedDate</i> filter, the supported operators are 'gt' and 'ge'. When using both filters, combine them using the logical 'AND'. */
|
|
875
|
+
filter?: string;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
/** Contains response data for the list operation. */
|
|
879
|
+
export type SupportTicketsNoSubscriptionListResponse = SupportTicketsListResult;
|
|
880
|
+
|
|
881
|
+
/** Optional parameters. */
|
|
882
|
+
export interface SupportTicketsNoSubscriptionGetOptionalParams
|
|
883
|
+
extends coreClient.OperationOptions {}
|
|
884
|
+
|
|
885
|
+
/** Contains response data for the get operation. */
|
|
886
|
+
export type SupportTicketsNoSubscriptionGetResponse = SupportTicketDetails;
|
|
887
|
+
|
|
888
|
+
/** Optional parameters. */
|
|
889
|
+
export interface SupportTicketsNoSubscriptionUpdateOptionalParams
|
|
890
|
+
extends coreClient.OperationOptions {}
|
|
891
|
+
|
|
892
|
+
/** Contains response data for the update operation. */
|
|
893
|
+
export type SupportTicketsNoSubscriptionUpdateResponse = SupportTicketDetails;
|
|
894
|
+
|
|
895
|
+
/** Optional parameters. */
|
|
896
|
+
export interface SupportTicketsNoSubscriptionCreateOptionalParams
|
|
897
|
+
extends coreClient.OperationOptions {
|
|
898
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
899
|
+
updateIntervalInMs?: number;
|
|
900
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
901
|
+
resumeFrom?: string;
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
/** Contains response data for the create operation. */
|
|
905
|
+
export type SupportTicketsNoSubscriptionCreateResponse = SupportTicketDetails;
|
|
906
|
+
|
|
907
|
+
/** Optional parameters. */
|
|
908
|
+
export interface SupportTicketsNoSubscriptionListNextOptionalParams
|
|
909
|
+
extends coreClient.OperationOptions {}
|
|
910
|
+
|
|
911
|
+
/** Contains response data for the listNext operation. */
|
|
912
|
+
export type SupportTicketsNoSubscriptionListNextResponse = SupportTicketsListResult;
|
|
913
|
+
|
|
601
914
|
/** Optional parameters. */
|
|
602
915
|
export interface CommunicationsCheckNameAvailabilityOptionalParams
|
|
603
916
|
extends coreClient.OperationOptions {}
|
|
@@ -643,6 +956,183 @@ export interface CommunicationsListNextOptionalParams
|
|
|
643
956
|
/** Contains response data for the listNext operation. */
|
|
644
957
|
export type CommunicationsListNextResponse = CommunicationsListResult;
|
|
645
958
|
|
|
959
|
+
/** Optional parameters. */
|
|
960
|
+
export interface CommunicationsNoSubscriptionCheckNameAvailabilityOptionalParams
|
|
961
|
+
extends coreClient.OperationOptions {}
|
|
962
|
+
|
|
963
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
964
|
+
export type CommunicationsNoSubscriptionCheckNameAvailabilityResponse = CheckNameAvailabilityOutput;
|
|
965
|
+
|
|
966
|
+
/** Optional parameters. */
|
|
967
|
+
export interface CommunicationsNoSubscriptionGetOptionalParams
|
|
968
|
+
extends coreClient.OperationOptions {}
|
|
969
|
+
|
|
970
|
+
/** Contains response data for the get operation. */
|
|
971
|
+
export type CommunicationsNoSubscriptionGetResponse = CommunicationDetails;
|
|
972
|
+
|
|
973
|
+
/** Optional parameters. */
|
|
974
|
+
export interface CommunicationsNoSubscriptionCreateOptionalParams
|
|
975
|
+
extends coreClient.OperationOptions {
|
|
976
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
977
|
+
updateIntervalInMs?: number;
|
|
978
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
979
|
+
resumeFrom?: string;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
/** Contains response data for the create operation. */
|
|
983
|
+
export type CommunicationsNoSubscriptionCreateResponse = CommunicationDetails;
|
|
984
|
+
|
|
985
|
+
/** Optional parameters. */
|
|
986
|
+
export interface SupportTicketCommunicationsNoSubscriptionListOptionalParams
|
|
987
|
+
extends coreClient.OperationOptions {
|
|
988
|
+
/** The number of values to return in the collection. Default is 10 and max is 10. */
|
|
989
|
+
top?: number;
|
|
990
|
+
/** The filter to apply on the operation. You can filter by communicationType and createdDate properties. CommunicationType supports Equals ('eq') operator and createdDate supports Greater Than ('gt') and Greater Than or Equals ('ge') operators. You may combine the CommunicationType and CreatedDate filters by Logical And ('and') operator. */
|
|
991
|
+
filter?: string;
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
/** Contains response data for the list operation. */
|
|
995
|
+
export type SupportTicketCommunicationsNoSubscriptionListResponse = CommunicationsListResult;
|
|
996
|
+
|
|
997
|
+
/** Optional parameters. */
|
|
998
|
+
export interface SupportTicketCommunicationsNoSubscriptionListNextOptionalParams
|
|
999
|
+
extends coreClient.OperationOptions {}
|
|
1000
|
+
|
|
1001
|
+
/** Contains response data for the listNext operation. */
|
|
1002
|
+
export type SupportTicketCommunicationsNoSubscriptionListNextResponse = CommunicationsListResult;
|
|
1003
|
+
|
|
1004
|
+
/** Optional parameters. */
|
|
1005
|
+
export interface ChatTranscriptsListOptionalParams
|
|
1006
|
+
extends coreClient.OperationOptions {}
|
|
1007
|
+
|
|
1008
|
+
/** Contains response data for the list operation. */
|
|
1009
|
+
export type ChatTranscriptsListResponse = ChatTranscriptsListResult;
|
|
1010
|
+
|
|
1011
|
+
/** Optional parameters. */
|
|
1012
|
+
export interface ChatTranscriptsGetOptionalParams
|
|
1013
|
+
extends coreClient.OperationOptions {}
|
|
1014
|
+
|
|
1015
|
+
/** Contains response data for the get operation. */
|
|
1016
|
+
export type ChatTranscriptsGetResponse = ChatTranscriptDetails;
|
|
1017
|
+
|
|
1018
|
+
/** Optional parameters. */
|
|
1019
|
+
export interface ChatTranscriptsListNextOptionalParams
|
|
1020
|
+
extends coreClient.OperationOptions {}
|
|
1021
|
+
|
|
1022
|
+
/** Contains response data for the listNext operation. */
|
|
1023
|
+
export type ChatTranscriptsListNextResponse = ChatTranscriptsListResult;
|
|
1024
|
+
|
|
1025
|
+
/** Optional parameters. */
|
|
1026
|
+
export interface SupportTicketChatTranscriptsNoSubscriptionListOptionalParams
|
|
1027
|
+
extends coreClient.OperationOptions {}
|
|
1028
|
+
|
|
1029
|
+
/** Contains response data for the list operation. */
|
|
1030
|
+
export type SupportTicketChatTranscriptsNoSubscriptionListResponse = ChatTranscriptsListResult;
|
|
1031
|
+
|
|
1032
|
+
/** Optional parameters. */
|
|
1033
|
+
export interface SupportTicketChatTranscriptsNoSubscriptionListNextOptionalParams
|
|
1034
|
+
extends coreClient.OperationOptions {}
|
|
1035
|
+
|
|
1036
|
+
/** Contains response data for the listNext operation. */
|
|
1037
|
+
export type SupportTicketChatTranscriptsNoSubscriptionListNextResponse = ChatTranscriptsListResult;
|
|
1038
|
+
|
|
1039
|
+
/** Optional parameters. */
|
|
1040
|
+
export interface ChatTranscriptsNoSubscriptionGetOptionalParams
|
|
1041
|
+
extends coreClient.OperationOptions {}
|
|
1042
|
+
|
|
1043
|
+
/** Contains response data for the get operation. */
|
|
1044
|
+
export type ChatTranscriptsNoSubscriptionGetResponse = ChatTranscriptDetails;
|
|
1045
|
+
|
|
1046
|
+
/** Optional parameters. */
|
|
1047
|
+
export interface FileWorkspacesGetOptionalParams
|
|
1048
|
+
extends coreClient.OperationOptions {}
|
|
1049
|
+
|
|
1050
|
+
/** Contains response data for the get operation. */
|
|
1051
|
+
export type FileWorkspacesGetResponse = FileWorkspaceDetails;
|
|
1052
|
+
|
|
1053
|
+
/** Optional parameters. */
|
|
1054
|
+
export interface FileWorkspacesCreateOptionalParams
|
|
1055
|
+
extends coreClient.OperationOptions {}
|
|
1056
|
+
|
|
1057
|
+
/** Contains response data for the create operation. */
|
|
1058
|
+
export type FileWorkspacesCreateResponse = FileWorkspaceDetails;
|
|
1059
|
+
|
|
1060
|
+
/** Optional parameters. */
|
|
1061
|
+
export interface FileWorkspacesNoSubscriptionGetOptionalParams
|
|
1062
|
+
extends coreClient.OperationOptions {}
|
|
1063
|
+
|
|
1064
|
+
/** Contains response data for the get operation. */
|
|
1065
|
+
export type FileWorkspacesNoSubscriptionGetResponse = FileWorkspaceDetails;
|
|
1066
|
+
|
|
1067
|
+
/** Optional parameters. */
|
|
1068
|
+
export interface FileWorkspacesNoSubscriptionCreateOptionalParams
|
|
1069
|
+
extends coreClient.OperationOptions {}
|
|
1070
|
+
|
|
1071
|
+
/** Contains response data for the create operation. */
|
|
1072
|
+
export type FileWorkspacesNoSubscriptionCreateResponse = FileWorkspaceDetails;
|
|
1073
|
+
|
|
1074
|
+
/** Optional parameters. */
|
|
1075
|
+
export interface FilesListOptionalParams extends coreClient.OperationOptions {}
|
|
1076
|
+
|
|
1077
|
+
/** Contains response data for the list operation. */
|
|
1078
|
+
export type FilesListResponse = FilesListResult;
|
|
1079
|
+
|
|
1080
|
+
/** Optional parameters. */
|
|
1081
|
+
export interface FilesGetOptionalParams extends coreClient.OperationOptions {}
|
|
1082
|
+
|
|
1083
|
+
/** Contains response data for the get operation. */
|
|
1084
|
+
export type FilesGetResponse = FileDetails;
|
|
1085
|
+
|
|
1086
|
+
/** Optional parameters. */
|
|
1087
|
+
export interface FilesCreateOptionalParams
|
|
1088
|
+
extends coreClient.OperationOptions {}
|
|
1089
|
+
|
|
1090
|
+
/** Contains response data for the create operation. */
|
|
1091
|
+
export type FilesCreateResponse = FileDetails;
|
|
1092
|
+
|
|
1093
|
+
/** Optional parameters. */
|
|
1094
|
+
export interface FilesUploadOptionalParams
|
|
1095
|
+
extends coreClient.OperationOptions {}
|
|
1096
|
+
|
|
1097
|
+
/** Optional parameters. */
|
|
1098
|
+
export interface FilesListNextOptionalParams
|
|
1099
|
+
extends coreClient.OperationOptions {}
|
|
1100
|
+
|
|
1101
|
+
/** Contains response data for the listNext operation. */
|
|
1102
|
+
export type FilesListNextResponse = FilesListResult;
|
|
1103
|
+
|
|
1104
|
+
/** Optional parameters. */
|
|
1105
|
+
export interface FilesNoSubscriptionListOptionalParams
|
|
1106
|
+
extends coreClient.OperationOptions {}
|
|
1107
|
+
|
|
1108
|
+
/** Contains response data for the list operation. */
|
|
1109
|
+
export type FilesNoSubscriptionListResponse = FilesListResult;
|
|
1110
|
+
|
|
1111
|
+
/** Optional parameters. */
|
|
1112
|
+
export interface FilesNoSubscriptionGetOptionalParams
|
|
1113
|
+
extends coreClient.OperationOptions {}
|
|
1114
|
+
|
|
1115
|
+
/** Contains response data for the get operation. */
|
|
1116
|
+
export type FilesNoSubscriptionGetResponse = FileDetails;
|
|
1117
|
+
|
|
1118
|
+
/** Optional parameters. */
|
|
1119
|
+
export interface FilesNoSubscriptionCreateOptionalParams
|
|
1120
|
+
extends coreClient.OperationOptions {}
|
|
1121
|
+
|
|
1122
|
+
/** Contains response data for the create operation. */
|
|
1123
|
+
export type FilesNoSubscriptionCreateResponse = FileDetails;
|
|
1124
|
+
|
|
1125
|
+
/** Optional parameters. */
|
|
1126
|
+
export interface FilesNoSubscriptionUploadOptionalParams
|
|
1127
|
+
extends coreClient.OperationOptions {}
|
|
1128
|
+
|
|
1129
|
+
/** Optional parameters. */
|
|
1130
|
+
export interface FilesNoSubscriptionListNextOptionalParams
|
|
1131
|
+
extends coreClient.OperationOptions {}
|
|
1132
|
+
|
|
1133
|
+
/** Contains response data for the listNext operation. */
|
|
1134
|
+
export type FilesNoSubscriptionListNextResponse = FilesListResult;
|
|
1135
|
+
|
|
646
1136
|
/** Optional parameters. */
|
|
647
1137
|
export interface MicrosoftSupportOptionalParams
|
|
648
1138
|
extends coreClient.ServiceClientOptions {
|