@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
|
@@ -1,53 +0,0 @@
|
|
|
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 { __asyncValues, __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
/**
|
|
12
|
-
* This sample demonstrates how to Lists all communications (attachments not included) for a support ticket. <br/></br> You can also filter support ticket communications by _CreatedDate_ or _CommunicationType_ using the $filter parameter. The only type of communication supported today is _Web_. Output will be a paged result with _nextLink_, using which you can retrieve the next set of Communication results. <br/><br/>Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.
|
|
13
|
-
*
|
|
14
|
-
* @summary Lists all communications (attachments not included) for a support ticket. <br/></br> You can also filter support ticket communications by _CreatedDate_ or _CommunicationType_ using the $filter parameter. The only type of communication supported today is _Web_. Output will be a paged result with _nextLink_, using which you can retrieve the next set of Communication results. <br/><br/>Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.
|
|
15
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/stable/2020-04-01/examples/ListWebCommunicationsForSubscriptionSupportTicketCreatedOnOrAfter.json
|
|
16
|
-
*/
|
|
17
|
-
import { MicrosoftSupport } from "@azure/arm-support";
|
|
18
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
19
|
-
function listWebCommunicationCreatedOnOrAfterASpecificDateForASubscriptionSupportTicket() {
|
|
20
|
-
var _a, e_1, _b, _c;
|
|
21
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
22
|
-
const subscriptionId = "subid";
|
|
23
|
-
const supportTicketName = "testticket";
|
|
24
|
-
const filter = "communicationType eq 'web' and createdDate ge 2020-03-10T22:08:51Z";
|
|
25
|
-
const options = { filter: filter };
|
|
26
|
-
const credential = new DefaultAzureCredential();
|
|
27
|
-
const client = new MicrosoftSupport(credential, subscriptionId);
|
|
28
|
-
const resArray = new Array();
|
|
29
|
-
try {
|
|
30
|
-
for (var _d = true, _e = __asyncValues(client.communications.list(supportTicketName, options)), _f; _f = yield _e.next(), _a = _f.done, !_a;) {
|
|
31
|
-
_c = _f.value;
|
|
32
|
-
_d = false;
|
|
33
|
-
try {
|
|
34
|
-
let item = _c;
|
|
35
|
-
resArray.push(item);
|
|
36
|
-
}
|
|
37
|
-
finally {
|
|
38
|
-
_d = true;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
43
|
-
finally {
|
|
44
|
-
try {
|
|
45
|
-
if (!_d && !_a && (_b = _e.return)) yield _b.call(_e);
|
|
46
|
-
}
|
|
47
|
-
finally { if (e_1) throw e_1.error; }
|
|
48
|
-
}
|
|
49
|
-
console.log(resArray);
|
|
50
|
-
});
|
|
51
|
-
}
|
|
52
|
-
listWebCommunicationCreatedOnOrAfterASpecificDateForASubscriptionSupportTicket().catch(console.error);
|
|
53
|
-
//# sourceMappingURL=listWebCommunicationCreatedOnOrAfterASpecificDateForASubscriptionSupportTicket.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"listWebCommunicationCreatedOnOrAfterASpecificDateForASubscriptionSupportTicket.js","sourceRoot":"","sources":["../../samples-dev/listWebCommunicationCreatedOnOrAfterASpecificDateForASubscriptionSupportTicket.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,8EAA8E;;;QAC3F,MAAM,cAAc,GAAG,OAAO,CAAC;QAC/B,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,MAAM,GACV,oEAAoE,CAAC;QACvE,MAAM,OAAO,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;QACnC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,eAAA,KAAA,cAAA,MAAM,CAAC,cAAc,CAAC,IAAI,CAC/C,iBAAiB,EACjB,OAAO,CACR,CAAA,IAAA;gBAHsB,cAGtB;gBAHsB,WAGtB;;oBAHU,IAAI,IAAI,KAAA,CAAA;oBAIjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;;;;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,8EAA8E,EAAE,CAAC,KAAK,CACpF,OAAO,CAAC,KAAK,CACd,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"listWebCommunicationsForASubscriptionSupportTicket.d.ts","sourceRoot":"","sources":["../../samples-dev/listWebCommunicationsForASubscriptionSupportTicket.ts"],"names":[],"mappings":""}
|
|
@@ -1,53 +0,0 @@
|
|
|
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 { __asyncValues, __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
/**
|
|
12
|
-
* This sample demonstrates how to Lists all communications (attachments not included) for a support ticket. <br/></br> You can also filter support ticket communications by _CreatedDate_ or _CommunicationType_ using the $filter parameter. The only type of communication supported today is _Web_. Output will be a paged result with _nextLink_, using which you can retrieve the next set of Communication results. <br/><br/>Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.
|
|
13
|
-
*
|
|
14
|
-
* @summary Lists all communications (attachments not included) for a support ticket. <br/></br> You can also filter support ticket communications by _CreatedDate_ or _CommunicationType_ using the $filter parameter. The only type of communication supported today is _Web_. Output will be a paged result with _nextLink_, using which you can retrieve the next set of Communication results. <br/><br/>Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.
|
|
15
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/stable/2020-04-01/examples/ListWebCommunicationsForSubscriptionSupportTicket.json
|
|
16
|
-
*/
|
|
17
|
-
import { MicrosoftSupport } from "@azure/arm-support";
|
|
18
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
19
|
-
function listWebCommunicationsForASubscriptionSupportTicket() {
|
|
20
|
-
var _a, e_1, _b, _c;
|
|
21
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
22
|
-
const subscriptionId = "subid";
|
|
23
|
-
const supportTicketName = "testticket";
|
|
24
|
-
const filter = "communicationType eq 'web'";
|
|
25
|
-
const options = { filter: filter };
|
|
26
|
-
const credential = new DefaultAzureCredential();
|
|
27
|
-
const client = new MicrosoftSupport(credential, subscriptionId);
|
|
28
|
-
const resArray = new Array();
|
|
29
|
-
try {
|
|
30
|
-
for (var _d = true, _e = __asyncValues(client.communications.list(supportTicketName, options)), _f; _f = yield _e.next(), _a = _f.done, !_a;) {
|
|
31
|
-
_c = _f.value;
|
|
32
|
-
_d = false;
|
|
33
|
-
try {
|
|
34
|
-
let item = _c;
|
|
35
|
-
resArray.push(item);
|
|
36
|
-
}
|
|
37
|
-
finally {
|
|
38
|
-
_d = true;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
43
|
-
finally {
|
|
44
|
-
try {
|
|
45
|
-
if (!_d && !_a && (_b = _e.return)) yield _b.call(_e);
|
|
46
|
-
}
|
|
47
|
-
finally { if (e_1) throw e_1.error; }
|
|
48
|
-
}
|
|
49
|
-
console.log(resArray);
|
|
50
|
-
});
|
|
51
|
-
}
|
|
52
|
-
listWebCommunicationsForASubscriptionSupportTicket().catch(console.error);
|
|
53
|
-
//# sourceMappingURL=listWebCommunicationsForASubscriptionSupportTicket.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"listWebCommunicationsForASubscriptionSupportTicket.js","sourceRoot":"","sources":["../../samples-dev/listWebCommunicationsForASubscriptionSupportTicket.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,kDAAkD;;;QAC/D,MAAM,cAAc,GAAG,OAAO,CAAC;QAC/B,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,MAAM,GAAG,4BAA4B,CAAC;QAC5C,MAAM,OAAO,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;QACnC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,eAAA,KAAA,cAAA,MAAM,CAAC,cAAc,CAAC,IAAI,CAC/C,iBAAiB,EACjB,OAAO,CACR,CAAA,IAAA;gBAHsB,cAGtB;gBAHsB,WAGtB;;oBAHU,IAAI,IAAI,KAAA,CAAA;oBAIjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;;;;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,kDAAkD,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"updateContactDetailsOfASupportTicket.d.ts","sourceRoot":"","sources":["../../samples-dev/updateContactDetailsOfASupportTicket.ts"],"names":[],"mappings":""}
|
|
@@ -1,43 +0,0 @@
|
|
|
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 { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
/**
|
|
12
|
-
* This sample demonstrates how to This API allows you to update the severity level, ticket status, and your contact information in the support ticket.<br/><br/>Note: The severity levels cannot be changed if a support ticket is actively being worked upon by an Azure support engineer. In such a case, contact your support engineer to request severity update by adding a new communication using the Communications API.<br/><br/>Changing the ticket status to _closed_ is allowed only on an unassigned case. When an engineer is actively working on the ticket, send your ticket closure request by sending a note to your engineer.
|
|
13
|
-
*
|
|
14
|
-
* @summary This API allows you to update the severity level, ticket status, and your contact information in the support ticket.<br/><br/>Note: The severity levels cannot be changed if a support ticket is actively being worked upon by an Azure support engineer. In such a case, contact your support engineer to request severity update by adding a new communication using the Communications API.<br/><br/>Changing the ticket status to _closed_ is allowed only on an unassigned case. When an engineer is actively working on the ticket, send your ticket closure request by sending a note to your engineer.
|
|
15
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/stable/2020-04-01/examples/UpdateContactDetailsOfSupportTicketForSubscription.json
|
|
16
|
-
*/
|
|
17
|
-
import { MicrosoftSupport } from "@azure/arm-support";
|
|
18
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
19
|
-
function updateContactDetailsOfASupportTicket() {
|
|
20
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "subid";
|
|
22
|
-
const supportTicketName = "testticket";
|
|
23
|
-
const updateSupportTicket = {
|
|
24
|
-
contactDetails: {
|
|
25
|
-
additionalEmailAddresses: ["tname@contoso.com", "teamtest@contoso.com"],
|
|
26
|
-
country: "USA",
|
|
27
|
-
firstName: "first name",
|
|
28
|
-
lastName: "last name",
|
|
29
|
-
phoneNumber: "123-456-7890",
|
|
30
|
-
preferredContactMethod: "email",
|
|
31
|
-
preferredSupportLanguage: "en-US",
|
|
32
|
-
preferredTimeZone: "Pacific Standard Time",
|
|
33
|
-
primaryEmailAddress: "test.name@contoso.com"
|
|
34
|
-
}
|
|
35
|
-
};
|
|
36
|
-
const credential = new DefaultAzureCredential();
|
|
37
|
-
const client = new MicrosoftSupport(credential, subscriptionId);
|
|
38
|
-
const result = yield client.supportTickets.update(supportTicketName, updateSupportTicket);
|
|
39
|
-
console.log(result);
|
|
40
|
-
});
|
|
41
|
-
}
|
|
42
|
-
updateContactDetailsOfASupportTicket().catch(console.error);
|
|
43
|
-
//# sourceMappingURL=updateContactDetailsOfASupportTicket.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"updateContactDetailsOfASupportTicket.js","sourceRoot":"","sources":["../../samples-dev/updateContactDetailsOfASupportTicket.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAuB,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,oCAAoC;;QACjD,MAAM,cAAc,GAAG,OAAO,CAAC;QAC/B,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,mBAAmB,GAAwB;YAC/C,cAAc,EAAE;gBACd,wBAAwB,EAAE,CAAC,mBAAmB,EAAE,sBAAsB,CAAC;gBACvE,OAAO,EAAE,KAAK;gBACd,SAAS,EAAE,YAAY;gBACvB,QAAQ,EAAE,WAAW;gBACrB,WAAW,EAAE,cAAc;gBAC3B,sBAAsB,EAAE,OAAO;gBAC/B,wBAAwB,EAAE,OAAO;gBACjC,iBAAiB,EAAE,uBAAuB;gBAC1C,mBAAmB,EAAE,uBAAuB;aAC7C;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,MAAM,CAC/C,iBAAiB,EACjB,mBAAmB,CACpB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,oCAAoC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"updateSeverityOfASupportTicket.d.ts","sourceRoot":"","sources":["../../samples-dev/updateSeverityOfASupportTicket.ts"],"names":[],"mappings":""}
|
|
@@ -1,31 +0,0 @@
|
|
|
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 { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
/**
|
|
12
|
-
* This sample demonstrates how to This API allows you to update the severity level, ticket status, and your contact information in the support ticket.<br/><br/>Note: The severity levels cannot be changed if a support ticket is actively being worked upon by an Azure support engineer. In such a case, contact your support engineer to request severity update by adding a new communication using the Communications API.<br/><br/>Changing the ticket status to _closed_ is allowed only on an unassigned case. When an engineer is actively working on the ticket, send your ticket closure request by sending a note to your engineer.
|
|
13
|
-
*
|
|
14
|
-
* @summary This API allows you to update the severity level, ticket status, and your contact information in the support ticket.<br/><br/>Note: The severity levels cannot be changed if a support ticket is actively being worked upon by an Azure support engineer. In such a case, contact your support engineer to request severity update by adding a new communication using the Communications API.<br/><br/>Changing the ticket status to _closed_ is allowed only on an unassigned case. When an engineer is actively working on the ticket, send your ticket closure request by sending a note to your engineer.
|
|
15
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/stable/2020-04-01/examples/UpdateSeverityOfSupportTicketForSubscription.json
|
|
16
|
-
*/
|
|
17
|
-
import { MicrosoftSupport } from "@azure/arm-support";
|
|
18
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
19
|
-
function updateSeverityOfASupportTicket() {
|
|
20
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "subid";
|
|
22
|
-
const supportTicketName = "testticket";
|
|
23
|
-
const updateSupportTicket = { severity: "critical" };
|
|
24
|
-
const credential = new DefaultAzureCredential();
|
|
25
|
-
const client = new MicrosoftSupport(credential, subscriptionId);
|
|
26
|
-
const result = yield client.supportTickets.update(supportTicketName, updateSupportTicket);
|
|
27
|
-
console.log(result);
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
updateSeverityOfASupportTicket().catch(console.error);
|
|
31
|
-
//# sourceMappingURL=updateSeverityOfASupportTicket.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"updateSeverityOfASupportTicket.js","sourceRoot":"","sources":["../../samples-dev/updateSeverityOfASupportTicket.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAuB,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,8BAA8B;;QAC3C,MAAM,cAAc,GAAG,OAAO,CAAC;QAC/B,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,mBAAmB,GAAwB,EAAE,QAAQ,EAAE,UAAU,EAAE,CAAC;QAC1E,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,MAAM,CAC/C,iBAAiB,EACjB,mBAAmB,CACpB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,8BAA8B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"updateStatusOfASupportTicket.d.ts","sourceRoot":"","sources":["../../samples-dev/updateStatusOfASupportTicket.ts"],"names":[],"mappings":""}
|
|
@@ -1,31 +0,0 @@
|
|
|
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 { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
/**
|
|
12
|
-
* This sample demonstrates how to This API allows you to update the severity level, ticket status, and your contact information in the support ticket.<br/><br/>Note: The severity levels cannot be changed if a support ticket is actively being worked upon by an Azure support engineer. In such a case, contact your support engineer to request severity update by adding a new communication using the Communications API.<br/><br/>Changing the ticket status to _closed_ is allowed only on an unassigned case. When an engineer is actively working on the ticket, send your ticket closure request by sending a note to your engineer.
|
|
13
|
-
*
|
|
14
|
-
* @summary This API allows you to update the severity level, ticket status, and your contact information in the support ticket.<br/><br/>Note: The severity levels cannot be changed if a support ticket is actively being worked upon by an Azure support engineer. In such a case, contact your support engineer to request severity update by adding a new communication using the Communications API.<br/><br/>Changing the ticket status to _closed_ is allowed only on an unassigned case. When an engineer is actively working on the ticket, send your ticket closure request by sending a note to your engineer.
|
|
15
|
-
* x-ms-original-file: specification/support/resource-manager/Microsoft.Support/stable/2020-04-01/examples/UpdateStatusOfSupportTicketForSubscription.json
|
|
16
|
-
*/
|
|
17
|
-
import { MicrosoftSupport } from "@azure/arm-support";
|
|
18
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
19
|
-
function updateStatusOfASupportTicket() {
|
|
20
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "subid";
|
|
22
|
-
const supportTicketName = "testticket";
|
|
23
|
-
const updateSupportTicket = { status: "closed" };
|
|
24
|
-
const credential = new DefaultAzureCredential();
|
|
25
|
-
const client = new MicrosoftSupport(credential, subscriptionId);
|
|
26
|
-
const result = yield client.supportTickets.update(supportTicketName, updateSupportTicket);
|
|
27
|
-
console.log(result);
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
updateStatusOfASupportTicket().catch(console.error);
|
|
31
|
-
//# sourceMappingURL=updateStatusOfASupportTicket.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"updateStatusOfASupportTicket.js","sourceRoot":"","sources":["../../samples-dev/updateStatusOfASupportTicket.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAuB,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,4BAA4B;;QACzC,MAAM,cAAc,GAAG,OAAO,CAAC;QAC/B,MAAM,iBAAiB,GAAG,YAAY,CAAC;QACvC,MAAM,mBAAmB,GAAwB,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;QACtE,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,MAAM,CAC/C,iBAAiB,EACjB,mBAAmB,CACpB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,4BAA4B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sampleTest.d.ts","sourceRoot":"","sources":["../../test/sampleTest.ts"],"names":[],"mappings":""}
|
|
@@ -1,38 +0,0 @@
|
|
|
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 { __awaiter } from "tslib";
|
|
9
|
-
import { Recorder } from "@azure-tools/test-recorder";
|
|
10
|
-
const replaceableVariables = {
|
|
11
|
-
AZURE_CLIENT_ID: "azure_client_id",
|
|
12
|
-
AZURE_CLIENT_SECRET: "azure_client_secret",
|
|
13
|
-
AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888",
|
|
14
|
-
SUBSCRIPTION_ID: "azure_subscription_id"
|
|
15
|
-
};
|
|
16
|
-
const recorderOptions = {
|
|
17
|
-
envSetupForPlayback: replaceableVariables
|
|
18
|
-
};
|
|
19
|
-
describe("My test", () => {
|
|
20
|
-
let recorder;
|
|
21
|
-
beforeEach(function () {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
recorder = new Recorder(this.currentTest);
|
|
24
|
-
yield recorder.start(recorderOptions);
|
|
25
|
-
});
|
|
26
|
-
});
|
|
27
|
-
afterEach(function () {
|
|
28
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
29
|
-
yield recorder.stop();
|
|
30
|
-
});
|
|
31
|
-
});
|
|
32
|
-
it("sample test", function () {
|
|
33
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
-
console.log("Hi, I'm a test!");
|
|
35
|
-
});
|
|
36
|
-
});
|
|
37
|
-
});
|
|
38
|
-
//# sourceMappingURL=sampleTest.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sampleTest.js","sourceRoot":"","sources":["../../test/sampleTest.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,EACL,QAAQ,EAGT,MAAM,4BAA4B,CAAC;AAIpC,MAAM,oBAAoB,GAA2B;IACnD,eAAe,EAAE,iBAAiB;IAClC,mBAAmB,EAAE,qBAAqB;IAC1C,eAAe,EAAE,sCAAsC;IACvD,eAAe,EAAE,uBAAuB;CACzC,CAAC;AAEF,MAAM,eAAe,GAAyB;IAC5C,mBAAmB,EAAE,oBAAoB;CAC1C,CAAC;AAEF,QAAQ,CAAC,SAAS,EAAE,GAAG,EAAE;IACvB,IAAI,QAAkB,CAAC;IAEvB,UAAU,CAAC;;YACT,QAAQ,GAAG,IAAI,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;YAC1C,MAAM,QAAQ,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QACxC,CAAC;KAAA,CAAC,CAAC;IAEH,SAAS,CAAC;;YACR,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;QACxB,CAAC;KAAA,CAAC,CAAC;IAEH,EAAE,CAAC,aAAa,EAAE;;YAChB,OAAO,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;QACjC,CAAC;KAAA,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|