@azure/arm-support 3.0.2-alpha.20260310.1 → 4.0.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/LICENSE +1 -1
- package/README.md +13 -16
- package/dist/browser/api/chatTranscripts/index.d.ts +3 -0
- package/dist/browser/api/chatTranscripts/index.js +4 -0
- package/dist/browser/api/chatTranscripts/index.js.map +1 -0
- package/dist/browser/api/chatTranscripts/operations.d.ts +14 -0
- package/dist/browser/api/chatTranscripts/operations.js +69 -0
- package/dist/browser/api/chatTranscripts/operations.js.map +1 -0
- package/dist/browser/api/chatTranscripts/options.d.ts +8 -0
- package/dist/browser/api/chatTranscripts/options.js +4 -0
- package/dist/browser/api/chatTranscripts/options.js.map +1 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/index.d.ts +3 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/index.js +4 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/index.js.map +1 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/operations.d.ts +14 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/operations.js +67 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/operations.js.map +1 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/options.d.ts +8 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/options.js +4 -0
- package/dist/browser/api/chatTranscriptsNoSubscription/options.js.map +1 -0
- package/dist/browser/api/classifyProblems/index.d.ts +3 -0
- package/dist/browser/api/classifyProblems/index.js +4 -0
- package/dist/browser/api/classifyProblems/index.js.map +1 -0
- package/dist/browser/api/classifyProblems/operations.d.ts +9 -0
- package/dist/browser/api/classifyProblems/operations.js +37 -0
- package/dist/browser/api/classifyProblems/operations.js.map +1 -0
- package/dist/browser/api/classifyProblems/options.d.ts +5 -0
- package/dist/browser/api/classifyProblems/options.js +4 -0
- package/dist/browser/api/classifyProblems/options.js.map +1 -0
- package/dist/browser/api/classifyProblemsNoSubscription/index.d.ts +3 -0
- package/dist/browser/api/classifyProblemsNoSubscription/index.js +4 -0
- package/dist/browser/api/classifyProblemsNoSubscription/index.js.map +1 -0
- package/dist/browser/api/classifyProblemsNoSubscription/operations.d.ts +9 -0
- package/dist/browser/api/classifyProblemsNoSubscription/operations.js +36 -0
- package/dist/browser/api/classifyProblemsNoSubscription/operations.js.map +1 -0
- package/dist/browser/api/classifyProblemsNoSubscription/options.d.ts +5 -0
- package/dist/browser/api/classifyProblemsNoSubscription/options.js +4 -0
- package/dist/browser/api/classifyProblemsNoSubscription/options.js.map +1 -0
- package/dist/browser/api/classifyServices/index.d.ts +3 -0
- package/dist/browser/api/classifyServices/index.js +4 -0
- package/dist/browser/api/classifyServices/index.js.map +1 -0
- package/dist/browser/api/classifyServices/operations.d.ts +9 -0
- package/dist/browser/api/classifyServices/operations.js +36 -0
- package/dist/browser/api/classifyServices/operations.js.map +1 -0
- package/dist/browser/api/classifyServices/options.d.ts +5 -0
- package/dist/browser/api/classifyServices/options.js +4 -0
- package/dist/browser/api/classifyServices/options.js.map +1 -0
- package/dist/browser/api/classifyServicesNoSubscription/index.d.ts +3 -0
- package/dist/browser/api/classifyServicesNoSubscription/index.js +4 -0
- package/dist/browser/api/classifyServicesNoSubscription/index.js.map +1 -0
- package/dist/browser/api/classifyServicesNoSubscription/operations.d.ts +9 -0
- package/dist/browser/api/classifyServicesNoSubscription/operations.js +35 -0
- package/dist/browser/api/classifyServicesNoSubscription/operations.js.map +1 -0
- package/dist/browser/api/classifyServicesNoSubscription/options.d.ts +5 -0
- package/dist/browser/api/classifyServicesNoSubscription/options.js +4 -0
- package/dist/browser/api/classifyServicesNoSubscription/options.js.map +1 -0
- package/dist/browser/api/communications/index.d.ts +3 -0
- package/dist/browser/api/communications/index.js +4 -0
- package/dist/browser/api/communications/index.js.map +1 -0
- package/dist/browser/api/communications/operations.d.ts +23 -0
- package/dist/browser/api/communications/operations.js +140 -0
- package/dist/browser/api/communications/operations.js.map +1 -0
- package/dist/browser/api/communications/options.d.ts +20 -0
- package/dist/browser/api/communications/options.js +4 -0
- package/dist/browser/api/communications/options.js.map +1 -0
- package/dist/browser/api/communicationsNoSubscription/index.d.ts +3 -0
- package/dist/browser/api/communicationsNoSubscription/index.js +4 -0
- package/dist/browser/api/communicationsNoSubscription/index.js.map +1 -0
- package/dist/browser/api/communicationsNoSubscription/operations.d.ts +23 -0
- package/dist/browser/api/communicationsNoSubscription/operations.js +136 -0
- package/dist/browser/api/communicationsNoSubscription/operations.js.map +1 -0
- package/dist/browser/api/communicationsNoSubscription/options.d.ts +20 -0
- package/dist/browser/api/communicationsNoSubscription/options.js +4 -0
- package/dist/browser/api/communicationsNoSubscription/options.js.map +1 -0
- package/dist/browser/api/fileWorkspaces/index.d.ts +3 -0
- package/dist/browser/api/fileWorkspaces/index.js +4 -0
- package/dist/browser/api/fileWorkspaces/index.js.map +1 -0
- package/dist/browser/api/fileWorkspaces/operations.d.ts +13 -0
- package/dist/browser/api/fileWorkspaces/operations.js +64 -0
- package/dist/browser/api/fileWorkspaces/operations.js.map +1 -0
- package/dist/browser/api/fileWorkspaces/options.d.ts +8 -0
- package/dist/browser/api/fileWorkspaces/options.js +4 -0
- package/dist/browser/api/fileWorkspaces/options.js.map +1 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/index.d.ts +3 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/index.js +4 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/index.js.map +1 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/operations.d.ts +13 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/operations.js +62 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/operations.js.map +1 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/options.d.ts +8 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/options.js +4 -0
- package/dist/browser/api/fileWorkspacesNoSubscription/options.js.map +1 -0
- package/dist/browser/api/files/index.d.ts +3 -0
- package/dist/browser/api/files/index.js +4 -0
- package/dist/browser/api/files/index.js.map +1 -0
- package/dist/browser/api/files/operations.d.ts +22 -0
- package/dist/browser/api/files/operations.js +132 -0
- package/dist/browser/api/files/operations.js.map +1 -0
- package/dist/browser/api/files/options.d.ts +14 -0
- package/dist/browser/api/files/options.js +4 -0
- package/dist/browser/api/files/options.js.map +1 -0
- package/dist/browser/api/filesNoSubscription/index.d.ts +3 -0
- package/dist/browser/api/filesNoSubscription/index.js +4 -0
- package/dist/browser/api/filesNoSubscription/index.js.map +1 -0
- package/dist/browser/api/filesNoSubscription/operations.d.ts +22 -0
- package/dist/browser/api/filesNoSubscription/operations.js +128 -0
- package/dist/browser/api/filesNoSubscription/operations.js.map +1 -0
- package/dist/browser/api/filesNoSubscription/options.d.ts +14 -0
- package/dist/browser/api/filesNoSubscription/options.js +4 -0
- package/dist/browser/api/filesNoSubscription/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/microsoftSupportContext.d.ts +22 -0
- package/dist/browser/api/microsoftSupportContext.js +26 -0
- package/dist/browser/api/microsoftSupportContext.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +37 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/problemClassifications/index.d.ts +3 -0
- package/dist/browser/api/problemClassifications/index.js +4 -0
- package/dist/browser/api/problemClassifications/index.js.map +1 -0
- package/dist/browser/api/problemClassifications/operations.d.ts +14 -0
- package/dist/browser/api/problemClassifications/operations.js +67 -0
- package/dist/browser/api/problemClassifications/operations.js.map +1 -0
- package/dist/browser/api/problemClassifications/options.d.ts +8 -0
- package/dist/browser/api/problemClassifications/options.js +4 -0
- package/dist/browser/api/problemClassifications/options.js.map +1 -0
- package/dist/browser/api/services/index.d.ts +3 -0
- package/dist/browser/api/services/index.js +4 -0
- package/dist/browser/api/services/index.js.map +1 -0
- package/dist/browser/api/services/operations.d.ts +14 -0
- package/dist/browser/api/services/operations.js +65 -0
- package/dist/browser/api/services/operations.js.map +1 -0
- package/dist/browser/api/services/options.d.ts +8 -0
- package/dist/browser/api/services/options.js +4 -0
- package/dist/browser/api/services/options.js.map +1 -0
- package/dist/browser/api/supportTickets/index.d.ts +3 -0
- package/dist/browser/api/supportTickets/index.js +4 -0
- package/dist/browser/api/supportTickets/index.js.map +1 -0
- package/dist/browser/api/supportTickets/operations.d.ts +31 -0
- package/dist/browser/api/supportTickets/operations.js +196 -0
- package/dist/browser/api/supportTickets/operations.js.map +1 -0
- package/dist/browser/api/supportTickets/options.d.ts +26 -0
- package/dist/browser/api/supportTickets/options.js +4 -0
- package/dist/browser/api/supportTickets/options.js.map +1 -0
- package/dist/browser/api/supportTicketsNoSubscription/index.d.ts +3 -0
- package/dist/browser/api/supportTicketsNoSubscription/index.js +4 -0
- package/dist/browser/api/supportTicketsNoSubscription/index.js.map +1 -0
- package/dist/browser/api/supportTicketsNoSubscription/operations.d.ts +27 -0
- package/dist/browser/api/supportTicketsNoSubscription/operations.js +162 -0
- package/dist/browser/api/supportTicketsNoSubscription/operations.js.map +1 -0
- package/dist/browser/api/supportTicketsNoSubscription/options.d.ts +23 -0
- package/dist/browser/api/supportTicketsNoSubscription/options.js +4 -0
- package/dist/browser/api/supportTicketsNoSubscription/options.js.map +1 -0
- package/dist/browser/classic/chatTranscripts/index.d.ts +13 -0
- package/dist/browser/classic/chatTranscripts/index.js +15 -0
- package/dist/browser/classic/chatTranscripts/index.js.map +1 -0
- package/dist/browser/classic/chatTranscriptsNoSubscription/index.d.ts +13 -0
- package/dist/browser/classic/chatTranscriptsNoSubscription/index.js +15 -0
- package/dist/browser/classic/chatTranscriptsNoSubscription/index.js.map +1 -0
- package/dist/browser/classic/classifyProblems/index.d.ts +10 -0
- package/dist/browser/classic/classifyProblems/index.js +14 -0
- package/dist/browser/classic/classifyProblems/index.js.map +1 -0
- package/dist/browser/classic/classifyProblemsNoSubscription/index.d.ts +10 -0
- package/dist/browser/classic/classifyProblemsNoSubscription/index.js +14 -0
- package/dist/browser/classic/classifyProblemsNoSubscription/index.js.map +1 -0
- package/dist/browser/classic/classifyServices/index.d.ts +10 -0
- package/dist/browser/classic/classifyServices/index.js +14 -0
- package/dist/browser/classic/classifyServices/index.js.map +1 -0
- package/dist/browser/classic/classifyServicesNoSubscription/index.d.ts +10 -0
- package/dist/browser/classic/classifyServicesNoSubscription/index.js +14 -0
- package/dist/browser/classic/classifyServicesNoSubscription/index.js.map +1 -0
- package/dist/browser/classic/communications/index.d.ts +23 -0
- package/dist/browser/classic/communications/index.js +26 -0
- package/dist/browser/classic/communications/index.js.map +1 -0
- package/dist/browser/classic/communicationsNoSubscription/index.d.ts +23 -0
- package/dist/browser/classic/communicationsNoSubscription/index.js +26 -0
- package/dist/browser/classic/communicationsNoSubscription/index.js.map +1 -0
- package/dist/browser/classic/fileWorkspaces/index.d.ts +12 -0
- package/dist/browser/classic/fileWorkspaces/index.js +15 -0
- package/dist/browser/classic/fileWorkspaces/index.js.map +1 -0
- package/dist/browser/classic/fileWorkspacesNoSubscription/index.d.ts +12 -0
- package/dist/browser/classic/fileWorkspacesNoSubscription/index.js +15 -0
- package/dist/browser/classic/fileWorkspacesNoSubscription/index.js.map +1 -0
- package/dist/browser/classic/files/index.d.ts +17 -0
- package/dist/browser/classic/files/index.js +17 -0
- package/dist/browser/classic/files/index.js.map +1 -0
- package/dist/browser/classic/filesNoSubscription/index.d.ts +17 -0
- package/dist/browser/classic/filesNoSubscription/index.js +17 -0
- package/dist/browser/classic/filesNoSubscription/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +18 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/problemClassifications/index.d.ts +13 -0
- package/dist/browser/classic/problemClassifications/index.js +15 -0
- package/dist/browser/classic/problemClassifications/index.js.map +1 -0
- package/dist/browser/classic/services/index.d.ts +13 -0
- package/dist/browser/classic/services/index.js +15 -0
- package/dist/browser/classic/services/index.js.map +1 -0
- package/dist/browser/classic/supportTickets/index.d.ts +27 -0
- package/dist/browser/classic/supportTickets/index.js +28 -0
- package/dist/browser/classic/supportTickets/index.js.map +1 -0
- package/dist/browser/classic/supportTicketsNoSubscription/index.d.ts +25 -0
- package/dist/browser/classic/supportTicketsNoSubscription/index.js +27 -0
- package/dist/browser/classic/supportTicketsNoSubscription/index.js.map +1 -0
- package/dist/browser/index.d.ts +30 -3
- package/dist/browser/index.js +7 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/microsoftSupport.d.ts +61 -31
- package/dist/browser/microsoftSupport.js +84 -115
- package/dist/browser/microsoftSupport.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -999
- package/dist/browser/models/index.js +3 -91
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +955 -0
- package/dist/browser/models/models.js +987 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +106 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/chatTranscripts/index.d.ts +3 -0
- package/dist/commonjs/api/chatTranscripts/index.js +30 -0
- package/dist/commonjs/api/chatTranscripts/index.js.map +7 -0
- package/dist/commonjs/api/chatTranscripts/operations.d.ts +14 -0
- package/dist/commonjs/api/chatTranscripts/operations.js +115 -0
- package/dist/commonjs/api/chatTranscripts/operations.js.map +7 -0
- package/dist/commonjs/api/chatTranscripts/options.d.ts +8 -0
- package/dist/commonjs/api/chatTranscripts/options.js +16 -0
- package/dist/commonjs/api/chatTranscripts/options.js.map +7 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/index.d.ts +3 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/index.js +30 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/index.js.map +7 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/operations.d.ts +14 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/operations.js +113 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/operations.js.map +7 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/options.d.ts +8 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/options.js +16 -0
- package/dist/commonjs/api/chatTranscriptsNoSubscription/options.js.map +7 -0
- package/dist/commonjs/api/classifyProblems/index.d.ts +3 -0
- package/dist/commonjs/api/classifyProblems/index.js +28 -0
- package/dist/commonjs/api/classifyProblems/index.js.map +7 -0
- package/dist/commonjs/api/classifyProblems/operations.d.ts +9 -0
- package/dist/commonjs/api/classifyProblems/operations.js +75 -0
- package/dist/commonjs/api/classifyProblems/operations.js.map +7 -0
- package/dist/commonjs/api/classifyProblems/options.d.ts +5 -0
- package/dist/commonjs/api/classifyProblems/options.js +16 -0
- package/dist/commonjs/api/classifyProblems/options.js.map +7 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/index.d.ts +3 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/index.js +28 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/index.js.map +7 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/operations.d.ts +9 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/operations.js +74 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/operations.js.map +7 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/options.d.ts +5 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/options.js +16 -0
- package/dist/commonjs/api/classifyProblemsNoSubscription/options.js.map +7 -0
- package/dist/commonjs/api/classifyServices/index.d.ts +3 -0
- package/dist/commonjs/api/classifyServices/index.js +28 -0
- package/dist/commonjs/api/classifyServices/index.js.map +7 -0
- package/dist/commonjs/api/classifyServices/operations.d.ts +9 -0
- package/dist/commonjs/api/classifyServices/operations.js +67 -0
- package/dist/commonjs/api/classifyServices/operations.js.map +7 -0
- package/dist/commonjs/api/classifyServices/options.d.ts +5 -0
- package/dist/commonjs/api/classifyServices/options.js +16 -0
- package/dist/commonjs/api/classifyServices/options.js.map +7 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/index.d.ts +3 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/index.js +28 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/index.js.map +7 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/operations.d.ts +9 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/operations.js +66 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/operations.js.map +7 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/options.d.ts +5 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/options.js +16 -0
- package/dist/commonjs/api/classifyServicesNoSubscription/options.js.map +7 -0
- package/dist/commonjs/api/communications/index.d.ts +3 -0
- package/dist/commonjs/api/communications/index.js +34 -0
- package/dist/commonjs/api/communications/index.js.map +7 -0
- package/dist/commonjs/api/communications/operations.d.ts +23 -0
- package/dist/commonjs/api/communications/operations.js +215 -0
- package/dist/commonjs/api/communications/operations.js.map +7 -0
- package/dist/commonjs/api/communications/options.d.ts +20 -0
- package/dist/commonjs/api/communications/options.js +16 -0
- package/dist/commonjs/api/communications/options.js.map +7 -0
- package/dist/commonjs/api/communicationsNoSubscription/index.d.ts +3 -0
- package/dist/commonjs/api/communicationsNoSubscription/index.js +34 -0
- package/dist/commonjs/api/communicationsNoSubscription/index.js.map +7 -0
- package/dist/commonjs/api/communicationsNoSubscription/operations.d.ts +23 -0
- package/dist/commonjs/api/communicationsNoSubscription/operations.js +211 -0
- package/dist/commonjs/api/communicationsNoSubscription/operations.js.map +7 -0
- package/dist/commonjs/api/communicationsNoSubscription/options.d.ts +20 -0
- package/dist/commonjs/api/communicationsNoSubscription/options.js +16 -0
- package/dist/commonjs/api/communicationsNoSubscription/options.js.map +7 -0
- package/dist/commonjs/api/fileWorkspaces/index.d.ts +3 -0
- package/dist/commonjs/api/fileWorkspaces/index.js +30 -0
- package/dist/commonjs/api/fileWorkspaces/index.js.map +7 -0
- package/dist/commonjs/api/fileWorkspaces/operations.d.ts +13 -0
- package/dist/commonjs/api/fileWorkspaces/operations.js +104 -0
- package/dist/commonjs/api/fileWorkspaces/operations.js.map +7 -0
- package/dist/commonjs/api/fileWorkspaces/options.d.ts +8 -0
- package/dist/commonjs/api/fileWorkspaces/options.js +16 -0
- package/dist/commonjs/api/fileWorkspaces/options.js.map +7 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/index.d.ts +3 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/index.js +30 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/index.js.map +7 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/operations.d.ts +13 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/operations.js +102 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/operations.js.map +7 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/options.d.ts +8 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/options.js +16 -0
- package/dist/commonjs/api/fileWorkspacesNoSubscription/options.js.map +7 -0
- package/dist/commonjs/api/files/index.d.ts +3 -0
- package/dist/commonjs/api/files/index.js +34 -0
- package/dist/commonjs/api/files/index.js.map +7 -0
- package/dist/commonjs/api/files/operations.d.ts +22 -0
- package/dist/commonjs/api/files/operations.js +202 -0
- package/dist/commonjs/api/files/operations.js.map +7 -0
- package/dist/commonjs/api/files/options.d.ts +14 -0
- package/dist/commonjs/api/files/options.js +16 -0
- package/dist/commonjs/api/files/options.js.map +7 -0
- package/dist/commonjs/api/filesNoSubscription/index.d.ts +3 -0
- package/dist/commonjs/api/filesNoSubscription/index.js +34 -0
- package/dist/commonjs/api/filesNoSubscription/index.js.map +7 -0
- package/dist/commonjs/api/filesNoSubscription/operations.d.ts +22 -0
- package/dist/commonjs/api/filesNoSubscription/operations.js +198 -0
- package/dist/commonjs/api/filesNoSubscription/operations.js.map +7 -0
- package/dist/commonjs/api/filesNoSubscription/options.d.ts +14 -0
- package/dist/commonjs/api/filesNoSubscription/options.js +16 -0
- package/dist/commonjs/api/filesNoSubscription/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/microsoftSupportContext.d.ts +22 -0
- package/dist/commonjs/api/microsoftSupportContext.js +47 -0
- package/dist/commonjs/api/microsoftSupportContext.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +74 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/problemClassifications/index.d.ts +3 -0
- package/dist/commonjs/api/problemClassifications/index.js +30 -0
- package/dist/commonjs/api/problemClassifications/index.js.map +7 -0
- package/dist/commonjs/api/problemClassifications/operations.d.ts +14 -0
- package/dist/commonjs/api/problemClassifications/operations.js +113 -0
- package/dist/commonjs/api/problemClassifications/operations.js.map +7 -0
- package/dist/commonjs/api/problemClassifications/options.d.ts +8 -0
- package/dist/commonjs/api/problemClassifications/options.js +16 -0
- package/dist/commonjs/api/problemClassifications/options.js.map +7 -0
- package/dist/commonjs/api/services/index.d.ts +3 -0
- package/dist/commonjs/api/services/index.js +30 -0
- package/dist/commonjs/api/services/index.js.map +7 -0
- package/dist/commonjs/api/services/operations.d.ts +14 -0
- package/dist/commonjs/api/services/operations.js +111 -0
- package/dist/commonjs/api/services/operations.js.map +7 -0
- package/dist/commonjs/api/services/options.d.ts +8 -0
- package/dist/commonjs/api/services/options.js +16 -0
- package/dist/commonjs/api/services/options.js.map +7 -0
- package/dist/commonjs/api/supportTickets/index.d.ts +3 -0
- package/dist/commonjs/api/supportTickets/index.js +38 -0
- package/dist/commonjs/api/supportTickets/index.js.map +7 -0
- package/dist/commonjs/api/supportTickets/operations.d.ts +31 -0
- package/dist/commonjs/api/supportTickets/operations.js +278 -0
- package/dist/commonjs/api/supportTickets/operations.js.map +7 -0
- package/dist/commonjs/api/supportTickets/options.d.ts +26 -0
- package/dist/commonjs/api/supportTickets/options.js +16 -0
- package/dist/commonjs/api/supportTickets/options.js.map +7 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/index.d.ts +3 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/index.js +36 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/index.js.map +7 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/operations.d.ts +27 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/operations.js +235 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/operations.js.map +7 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/options.d.ts +23 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/options.js +16 -0
- package/dist/commonjs/api/supportTicketsNoSubscription/options.js.map +7 -0
- package/dist/commonjs/classic/chatTranscripts/index.d.ts +13 -0
- package/dist/commonjs/classic/chatTranscripts/index.js +39 -0
- package/dist/commonjs/classic/chatTranscripts/index.js.map +7 -0
- package/dist/commonjs/classic/chatTranscriptsNoSubscription/index.d.ts +13 -0
- package/dist/commonjs/classic/chatTranscriptsNoSubscription/index.js +39 -0
- package/dist/commonjs/classic/chatTranscriptsNoSubscription/index.js.map +7 -0
- package/dist/commonjs/classic/classifyProblems/index.d.ts +10 -0
- package/dist/commonjs/classic/classifyProblems/index.js +43 -0
- package/dist/commonjs/classic/classifyProblems/index.js.map +7 -0
- package/dist/commonjs/classic/classifyProblemsNoSubscription/index.d.ts +10 -0
- package/dist/commonjs/classic/classifyProblemsNoSubscription/index.js +43 -0
- package/dist/commonjs/classic/classifyProblemsNoSubscription/index.js.map +7 -0
- package/dist/commonjs/classic/classifyServices/index.d.ts +10 -0
- package/dist/commonjs/classic/classifyServices/index.js +38 -0
- package/dist/commonjs/classic/classifyServices/index.js.map +7 -0
- package/dist/commonjs/classic/classifyServicesNoSubscription/index.d.ts +10 -0
- package/dist/commonjs/classic/classifyServicesNoSubscription/index.js +38 -0
- package/dist/commonjs/classic/classifyServicesNoSubscription/index.js.map +7 -0
- package/dist/commonjs/classic/communications/index.d.ts +23 -0
- package/dist/commonjs/classic/communications/index.js +62 -0
- package/dist/commonjs/classic/communications/index.js.map +7 -0
- package/dist/commonjs/classic/communicationsNoSubscription/index.d.ts +23 -0
- package/dist/commonjs/classic/communicationsNoSubscription/index.js +62 -0
- package/dist/commonjs/classic/communicationsNoSubscription/index.js.map +7 -0
- package/dist/commonjs/classic/fileWorkspaces/index.d.ts +12 -0
- package/dist/commonjs/classic/fileWorkspaces/index.js +39 -0
- package/dist/commonjs/classic/fileWorkspaces/index.js.map +7 -0
- package/dist/commonjs/classic/fileWorkspacesNoSubscription/index.d.ts +12 -0
- package/dist/commonjs/classic/fileWorkspacesNoSubscription/index.js +39 -0
- package/dist/commonjs/classic/fileWorkspacesNoSubscription/index.js.map +7 -0
- package/dist/commonjs/classic/files/index.d.ts +17 -0
- package/dist/commonjs/classic/files/index.js +41 -0
- package/dist/commonjs/classic/files/index.js.map +7 -0
- package/dist/commonjs/classic/filesNoSubscription/index.d.ts +17 -0
- package/dist/commonjs/classic/filesNoSubscription/index.js +41 -0
- package/dist/commonjs/classic/filesNoSubscription/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +18 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/problemClassifications/index.d.ts +13 -0
- package/dist/commonjs/classic/problemClassifications/index.js +39 -0
- package/dist/commonjs/classic/problemClassifications/index.js.map +7 -0
- package/dist/commonjs/classic/services/index.d.ts +13 -0
- package/dist/commonjs/classic/services/index.js +39 -0
- package/dist/commonjs/classic/services/index.js.map +7 -0
- package/dist/commonjs/classic/supportTickets/index.d.ts +27 -0
- package/dist/commonjs/classic/supportTickets/index.js +52 -0
- package/dist/commonjs/classic/supportTickets/index.js.map +7 -0
- package/dist/commonjs/classic/supportTicketsNoSubscription/index.d.ts +25 -0
- package/dist/commonjs/classic/supportTicketsNoSubscription/index.js +51 -0
- package/dist/commonjs/classic/supportTicketsNoSubscription/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +30 -3
- package/dist/commonjs/index.js +39 -8
- package/dist/commonjs/index.js.map +3 -3
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/microsoftSupport.d.ts +61 -31
- package/dist/commonjs/microsoftSupport.js +83 -117
- package/dist/commonjs/microsoftSupport.js.map +3 -3
- package/dist/commonjs/models/index.d.ts +2 -999
- package/dist/commonjs/models/index.js +20 -64
- package/dist/commonjs/models/index.js.map +4 -4
- package/dist/commonjs/models/models.d.ts +955 -0
- package/dist/commonjs/models/models.js +1049 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +119 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/chatTranscripts/index.d.ts +3 -0
- package/dist/esm/api/chatTranscripts/index.js +4 -0
- package/dist/esm/api/chatTranscripts/index.js.map +1 -0
- package/dist/esm/api/chatTranscripts/operations.d.ts +14 -0
- package/dist/esm/api/chatTranscripts/operations.js +69 -0
- package/dist/esm/api/chatTranscripts/operations.js.map +1 -0
- package/dist/esm/api/chatTranscripts/options.d.ts +8 -0
- package/dist/esm/api/chatTranscripts/options.js +4 -0
- package/dist/esm/api/chatTranscripts/options.js.map +1 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/index.d.ts +3 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/index.js +4 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/index.js.map +1 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/operations.d.ts +14 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/operations.js +67 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/operations.js.map +1 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/options.d.ts +8 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/options.js +4 -0
- package/dist/esm/api/chatTranscriptsNoSubscription/options.js.map +1 -0
- package/dist/esm/api/classifyProblems/index.d.ts +3 -0
- package/dist/esm/api/classifyProblems/index.js +4 -0
- package/dist/esm/api/classifyProblems/index.js.map +1 -0
- package/dist/esm/api/classifyProblems/operations.d.ts +9 -0
- package/dist/esm/api/classifyProblems/operations.js +37 -0
- package/dist/esm/api/classifyProblems/operations.js.map +1 -0
- package/dist/esm/api/classifyProblems/options.d.ts +5 -0
- package/dist/esm/api/classifyProblems/options.js +4 -0
- package/dist/esm/api/classifyProblems/options.js.map +1 -0
- package/dist/esm/api/classifyProblemsNoSubscription/index.d.ts +3 -0
- package/dist/esm/api/classifyProblemsNoSubscription/index.js +4 -0
- package/dist/esm/api/classifyProblemsNoSubscription/index.js.map +1 -0
- package/dist/esm/api/classifyProblemsNoSubscription/operations.d.ts +9 -0
- package/dist/esm/api/classifyProblemsNoSubscription/operations.js +36 -0
- package/dist/esm/api/classifyProblemsNoSubscription/operations.js.map +1 -0
- package/dist/esm/api/classifyProblemsNoSubscription/options.d.ts +5 -0
- package/dist/esm/api/classifyProblemsNoSubscription/options.js +4 -0
- package/dist/esm/api/classifyProblemsNoSubscription/options.js.map +1 -0
- package/dist/esm/api/classifyServices/index.d.ts +3 -0
- package/dist/esm/api/classifyServices/index.js +4 -0
- package/dist/esm/api/classifyServices/index.js.map +1 -0
- package/dist/esm/api/classifyServices/operations.d.ts +9 -0
- package/dist/esm/api/classifyServices/operations.js +36 -0
- package/dist/esm/api/classifyServices/operations.js.map +1 -0
- package/dist/esm/api/classifyServices/options.d.ts +5 -0
- package/dist/esm/api/classifyServices/options.js +4 -0
- package/dist/esm/api/classifyServices/options.js.map +1 -0
- package/dist/esm/api/classifyServicesNoSubscription/index.d.ts +3 -0
- package/dist/esm/api/classifyServicesNoSubscription/index.js +4 -0
- package/dist/esm/api/classifyServicesNoSubscription/index.js.map +1 -0
- package/dist/esm/api/classifyServicesNoSubscription/operations.d.ts +9 -0
- package/dist/esm/api/classifyServicesNoSubscription/operations.js +35 -0
- package/dist/esm/api/classifyServicesNoSubscription/operations.js.map +1 -0
- package/dist/esm/api/classifyServicesNoSubscription/options.d.ts +5 -0
- package/dist/esm/api/classifyServicesNoSubscription/options.js +4 -0
- package/dist/esm/api/classifyServicesNoSubscription/options.js.map +1 -0
- package/dist/esm/api/communications/index.d.ts +3 -0
- package/dist/esm/api/communications/index.js +4 -0
- package/dist/esm/api/communications/index.js.map +1 -0
- package/dist/esm/api/communications/operations.d.ts +23 -0
- package/dist/esm/api/communications/operations.js +140 -0
- package/dist/esm/api/communications/operations.js.map +1 -0
- package/dist/esm/api/communications/options.d.ts +20 -0
- package/dist/esm/api/communications/options.js +4 -0
- package/dist/esm/api/communications/options.js.map +1 -0
- package/dist/esm/api/communicationsNoSubscription/index.d.ts +3 -0
- package/dist/esm/api/communicationsNoSubscription/index.js +4 -0
- package/dist/esm/api/communicationsNoSubscription/index.js.map +1 -0
- package/dist/esm/api/communicationsNoSubscription/operations.d.ts +23 -0
- package/dist/esm/api/communicationsNoSubscription/operations.js +136 -0
- package/dist/esm/api/communicationsNoSubscription/operations.js.map +1 -0
- package/dist/esm/api/communicationsNoSubscription/options.d.ts +20 -0
- package/dist/esm/api/communicationsNoSubscription/options.js +4 -0
- package/dist/esm/api/communicationsNoSubscription/options.js.map +1 -0
- package/dist/esm/api/fileWorkspaces/index.d.ts +3 -0
- package/dist/esm/api/fileWorkspaces/index.js +4 -0
- package/dist/esm/api/fileWorkspaces/index.js.map +1 -0
- package/dist/esm/api/fileWorkspaces/operations.d.ts +13 -0
- package/dist/esm/api/fileWorkspaces/operations.js +64 -0
- package/dist/esm/api/fileWorkspaces/operations.js.map +1 -0
- package/dist/esm/api/fileWorkspaces/options.d.ts +8 -0
- package/dist/esm/api/fileWorkspaces/options.js +4 -0
- package/dist/esm/api/fileWorkspaces/options.js.map +1 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/index.d.ts +3 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/index.js +4 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/index.js.map +1 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/operations.d.ts +13 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/operations.js +62 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/operations.js.map +1 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/options.d.ts +8 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/options.js +4 -0
- package/dist/esm/api/fileWorkspacesNoSubscription/options.js.map +1 -0
- package/dist/esm/api/files/index.d.ts +3 -0
- package/dist/esm/api/files/index.js +4 -0
- package/dist/esm/api/files/index.js.map +1 -0
- package/dist/esm/api/files/operations.d.ts +22 -0
- package/dist/esm/api/files/operations.js +132 -0
- package/dist/esm/api/files/operations.js.map +1 -0
- package/dist/esm/api/files/options.d.ts +14 -0
- package/dist/esm/api/files/options.js +4 -0
- package/dist/esm/api/files/options.js.map +1 -0
- package/dist/esm/api/filesNoSubscription/index.d.ts +3 -0
- package/dist/esm/api/filesNoSubscription/index.js +4 -0
- package/dist/esm/api/filesNoSubscription/index.js.map +1 -0
- package/dist/esm/api/filesNoSubscription/operations.d.ts +22 -0
- package/dist/esm/api/filesNoSubscription/operations.js +128 -0
- package/dist/esm/api/filesNoSubscription/operations.js.map +1 -0
- package/dist/esm/api/filesNoSubscription/options.d.ts +14 -0
- package/dist/esm/api/filesNoSubscription/options.js +4 -0
- package/dist/esm/api/filesNoSubscription/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/microsoftSupportContext.d.ts +22 -0
- package/dist/esm/api/microsoftSupportContext.js +26 -0
- package/dist/esm/api/microsoftSupportContext.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +37 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/problemClassifications/index.d.ts +3 -0
- package/dist/esm/api/problemClassifications/index.js +4 -0
- package/dist/esm/api/problemClassifications/index.js.map +1 -0
- package/dist/esm/api/problemClassifications/operations.d.ts +14 -0
- package/dist/esm/api/problemClassifications/operations.js +67 -0
- package/dist/esm/api/problemClassifications/operations.js.map +1 -0
- package/dist/esm/api/problemClassifications/options.d.ts +8 -0
- package/dist/esm/api/problemClassifications/options.js +4 -0
- package/dist/esm/api/problemClassifications/options.js.map +1 -0
- package/dist/esm/api/services/index.d.ts +3 -0
- package/dist/esm/api/services/index.js +4 -0
- package/dist/esm/api/services/index.js.map +1 -0
- package/dist/esm/api/services/operations.d.ts +14 -0
- package/dist/esm/api/services/operations.js +65 -0
- package/dist/esm/api/services/operations.js.map +1 -0
- package/dist/esm/api/services/options.d.ts +8 -0
- package/dist/esm/api/services/options.js +4 -0
- package/dist/esm/api/services/options.js.map +1 -0
- package/dist/esm/api/supportTickets/index.d.ts +3 -0
- package/dist/esm/api/supportTickets/index.js +4 -0
- package/dist/esm/api/supportTickets/index.js.map +1 -0
- package/dist/esm/api/supportTickets/operations.d.ts +31 -0
- package/dist/esm/api/supportTickets/operations.js +196 -0
- package/dist/esm/api/supportTickets/operations.js.map +1 -0
- package/dist/esm/api/supportTickets/options.d.ts +26 -0
- package/dist/esm/api/supportTickets/options.js +4 -0
- package/dist/esm/api/supportTickets/options.js.map +1 -0
- package/dist/esm/api/supportTicketsNoSubscription/index.d.ts +3 -0
- package/dist/esm/api/supportTicketsNoSubscription/index.js +4 -0
- package/dist/esm/api/supportTicketsNoSubscription/index.js.map +1 -0
- package/dist/esm/api/supportTicketsNoSubscription/operations.d.ts +27 -0
- package/dist/esm/api/supportTicketsNoSubscription/operations.js +162 -0
- package/dist/esm/api/supportTicketsNoSubscription/operations.js.map +1 -0
- package/dist/esm/api/supportTicketsNoSubscription/options.d.ts +23 -0
- package/dist/esm/api/supportTicketsNoSubscription/options.js +4 -0
- package/dist/esm/api/supportTicketsNoSubscription/options.js.map +1 -0
- package/dist/esm/classic/chatTranscripts/index.d.ts +13 -0
- package/dist/esm/classic/chatTranscripts/index.js +15 -0
- package/dist/esm/classic/chatTranscripts/index.js.map +1 -0
- package/dist/esm/classic/chatTranscriptsNoSubscription/index.d.ts +13 -0
- package/dist/esm/classic/chatTranscriptsNoSubscription/index.js +15 -0
- package/dist/esm/classic/chatTranscriptsNoSubscription/index.js.map +1 -0
- package/dist/esm/classic/classifyProblems/index.d.ts +10 -0
- package/dist/esm/classic/classifyProblems/index.js +14 -0
- package/dist/esm/classic/classifyProblems/index.js.map +1 -0
- package/dist/esm/classic/classifyProblemsNoSubscription/index.d.ts +10 -0
- package/dist/esm/classic/classifyProblemsNoSubscription/index.js +14 -0
- package/dist/esm/classic/classifyProblemsNoSubscription/index.js.map +1 -0
- package/dist/esm/classic/classifyServices/index.d.ts +10 -0
- package/dist/esm/classic/classifyServices/index.js +14 -0
- package/dist/esm/classic/classifyServices/index.js.map +1 -0
- package/dist/esm/classic/classifyServicesNoSubscription/index.d.ts +10 -0
- package/dist/esm/classic/classifyServicesNoSubscription/index.js +14 -0
- package/dist/esm/classic/classifyServicesNoSubscription/index.js.map +1 -0
- package/dist/esm/classic/communications/index.d.ts +23 -0
- package/dist/esm/classic/communications/index.js +26 -0
- package/dist/esm/classic/communications/index.js.map +1 -0
- package/dist/esm/classic/communicationsNoSubscription/index.d.ts +23 -0
- package/dist/esm/classic/communicationsNoSubscription/index.js +26 -0
- package/dist/esm/classic/communicationsNoSubscription/index.js.map +1 -0
- package/dist/esm/classic/fileWorkspaces/index.d.ts +12 -0
- package/dist/esm/classic/fileWorkspaces/index.js +15 -0
- package/dist/esm/classic/fileWorkspaces/index.js.map +1 -0
- package/dist/esm/classic/fileWorkspacesNoSubscription/index.d.ts +12 -0
- package/dist/esm/classic/fileWorkspacesNoSubscription/index.js +15 -0
- package/dist/esm/classic/fileWorkspacesNoSubscription/index.js.map +1 -0
- package/dist/esm/classic/files/index.d.ts +17 -0
- package/dist/esm/classic/files/index.js +17 -0
- package/dist/esm/classic/files/index.js.map +1 -0
- package/dist/esm/classic/filesNoSubscription/index.d.ts +17 -0
- package/dist/esm/classic/filesNoSubscription/index.js +17 -0
- package/dist/esm/classic/filesNoSubscription/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +18 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/problemClassifications/index.d.ts +13 -0
- package/dist/esm/classic/problemClassifications/index.js +15 -0
- package/dist/esm/classic/problemClassifications/index.js.map +1 -0
- package/dist/esm/classic/services/index.d.ts +13 -0
- package/dist/esm/classic/services/index.js +15 -0
- package/dist/esm/classic/services/index.js.map +1 -0
- package/dist/esm/classic/supportTickets/index.d.ts +27 -0
- package/dist/esm/classic/supportTickets/index.js +28 -0
- package/dist/esm/classic/supportTickets/index.js.map +1 -0
- package/dist/esm/classic/supportTicketsNoSubscription/index.d.ts +25 -0
- package/dist/esm/classic/supportTicketsNoSubscription/index.js +27 -0
- package/dist/esm/classic/supportTicketsNoSubscription/index.js.map +1 -0
- package/dist/esm/index.d.ts +30 -3
- package/dist/esm/index.js +9 -8
- package/dist/esm/index.js.map +1 -7
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/microsoftSupport.d.ts +61 -31
- package/dist/esm/microsoftSupport.js +95 -135
- package/dist/esm/microsoftSupport.js.map +1 -7
- package/dist/esm/models/index.d.ts +2 -999
- package/dist/esm/models/index.js +4 -64
- package/dist/esm/models/index.js.map +1 -7
- package/dist/esm/models/models.d.ts +955 -0
- package/dist/esm/models/models.js +987 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +106 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +353 -79
- package/CHANGELOG.md +0 -171
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -18
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/microsoftSupport.d.ts.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -40
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1356
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -24
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -199
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/chatTranscripts.d.ts +0 -42
- package/dist/browser/operations/chatTranscripts.d.ts.map +0 -1
- package/dist/browser/operations/chatTranscripts.js +0 -158
- package/dist/browser/operations/chatTranscripts.js.map +0 -1
- package/dist/browser/operations/chatTranscriptsNoSubscription.d.ts +0 -42
- package/dist/browser/operations/chatTranscriptsNoSubscription.d.ts.map +0 -1
- package/dist/browser/operations/chatTranscriptsNoSubscription.js +0 -152
- package/dist/browser/operations/chatTranscriptsNoSubscription.js.map +0 -1
- package/dist/browser/operations/communications.d.ts +0 -77
- package/dist/browser/operations/communications.d.ts.map +0 -1
- package/dist/browser/operations/communications.js +0 -298
- package/dist/browser/operations/communications.js.map +0 -1
- package/dist/browser/operations/communicationsNoSubscription.d.ts +0 -77
- package/dist/browser/operations/communicationsNoSubscription.d.ts.map +0 -1
- package/dist/browser/operations/communicationsNoSubscription.js +0 -287
- package/dist/browser/operations/communicationsNoSubscription.js.map +0 -1
- package/dist/browser/operations/fileWorkspaces.d.ts +0 -25
- package/dist/browser/operations/fileWorkspaces.d.ts.map +0 -1
- package/dist/browser/operations/fileWorkspaces.js +0 -80
- package/dist/browser/operations/fileWorkspaces.js.map +0 -1
- package/dist/browser/operations/fileWorkspacesNoSubscription.d.ts +0 -25
- package/dist/browser/operations/fileWorkspacesNoSubscription.d.ts.map +0 -1
- package/dist/browser/operations/fileWorkspacesNoSubscription.js +0 -72
- package/dist/browser/operations/fileWorkspacesNoSubscription.js.map +0 -1
- package/dist/browser/operations/files.d.ts +0 -58
- package/dist/browser/operations/files.d.ts.map +0 -1
- package/dist/browser/operations/files.js +0 -222
- package/dist/browser/operations/files.js.map +0 -1
- package/dist/browser/operations/filesNoSubscription.d.ts +0 -58
- package/dist/browser/operations/filesNoSubscription.d.ts.map +0 -1
- package/dist/browser/operations/filesNoSubscription.js +0 -214
- package/dist/browser/operations/filesNoSubscription.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -14
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -21
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -26
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -79
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/problemClassifications.d.ts +0 -41
- package/dist/browser/operations/problemClassifications.d.ts.map +0 -1
- package/dist/browser/operations/problemClassifications.js +0 -116
- package/dist/browser/operations/problemClassifications.js.map +0 -1
- package/dist/browser/operations/services.d.ts +0 -44
- package/dist/browser/operations/services.d.ts.map +0 -1
- package/dist/browser/operations/services.js +0 -115
- package/dist/browser/operations/services.js.map +0 -1
- package/dist/browser/operations/supportTickets.d.ts +0 -113
- package/dist/browser/operations/supportTickets.d.ts.map +0 -1
- package/dist/browser/operations/supportTickets.js +0 -342
- package/dist/browser/operations/supportTickets.js.map +0 -1
- package/dist/browser/operations/supportTicketsNoSubscription.d.ts +0 -98
- package/dist/browser/operations/supportTicketsNoSubscription.d.ts.map +0 -1
- package/dist/browser/operations/supportTicketsNoSubscription.js +0 -311
- package/dist/browser/operations/supportTicketsNoSubscription.js.map +0 -1
- package/dist/browser/operationsInterfaces/chatTranscripts.d.ts +0 -19
- package/dist/browser/operationsInterfaces/chatTranscripts.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/chatTranscripts.js +0 -9
- package/dist/browser/operationsInterfaces/chatTranscripts.js.map +0 -1
- package/dist/browser/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +0 -19
- package/dist/browser/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/chatTranscriptsNoSubscription.js +0 -9
- package/dist/browser/operationsInterfaces/chatTranscriptsNoSubscription.js.map +0 -1
- package/dist/browser/operationsInterfaces/communications.d.ts +0 -49
- package/dist/browser/operationsInterfaces/communications.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/communications.js +0 -9
- package/dist/browser/operationsInterfaces/communications.js.map +0 -1
- package/dist/browser/operationsInterfaces/communicationsNoSubscription.d.ts +0 -49
- package/dist/browser/operationsInterfaces/communicationsNoSubscription.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/communicationsNoSubscription.js +0 -9
- package/dist/browser/operationsInterfaces/communicationsNoSubscription.js.map +0 -1
- package/dist/browser/operationsInterfaces/fileWorkspaces.d.ts +0 -17
- package/dist/browser/operationsInterfaces/fileWorkspaces.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/fileWorkspaces.js +0 -9
- package/dist/browser/operationsInterfaces/fileWorkspaces.js.map +0 -1
- package/dist/browser/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +0 -17
- package/dist/browser/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/fileWorkspacesNoSubscription.js +0 -9
- package/dist/browser/operationsInterfaces/fileWorkspacesNoSubscription.js.map +0 -1
- package/dist/browser/operationsInterfaces/files.d.ts +0 -35
- package/dist/browser/operationsInterfaces/files.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/files.js +0 -9
- package/dist/browser/operationsInterfaces/files.js.map +0 -1
- package/dist/browser/operationsInterfaces/filesNoSubscription.d.ts +0 -35
- package/dist/browser/operationsInterfaces/filesNoSubscription.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/filesNoSubscription.js +0 -9
- package/dist/browser/operationsInterfaces/filesNoSubscription.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -14
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -21
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/problemClassifications.d.ts +0 -22
- package/dist/browser/operationsInterfaces/problemClassifications.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/problemClassifications.js +0 -9
- package/dist/browser/operationsInterfaces/problemClassifications.js.map +0 -1
- package/dist/browser/operationsInterfaces/services.d.ts +0 -23
- package/dist/browser/operationsInterfaces/services.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/services.js +0 -9
- package/dist/browser/operationsInterfaces/services.js.map +0 -1
- package/dist/browser/operationsInterfaces/supportTickets.d.ts +0 -88
- package/dist/browser/operationsInterfaces/supportTickets.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/supportTickets.js +0 -9
- package/dist/browser/operationsInterfaces/supportTickets.js.map +0 -1
- package/dist/browser/operationsInterfaces/supportTicketsNoSubscription.d.ts +0 -73
- package/dist/browser/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/supportTicketsNoSubscription.js +0 -9
- package/dist/browser/operationsInterfaces/supportTicketsNoSubscription.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -30
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -43
- package/dist/commonjs/lroImpl.js.map +0 -7
- package/dist/commonjs/microsoftSupport.d.ts.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -40
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1448
- package/dist/commonjs/models/mappers.js.map +0 -7
- package/dist/commonjs/models/parameters.d.ts +0 -24
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -259
- package/dist/commonjs/models/parameters.js.map +0 -7
- package/dist/commonjs/operations/chatTranscripts.d.ts +0 -42
- package/dist/commonjs/operations/chatTranscripts.d.ts.map +0 -1
- package/dist/commonjs/operations/chatTranscripts.js +0 -200
- package/dist/commonjs/operations/chatTranscripts.js.map +0 -7
- package/dist/commonjs/operations/chatTranscriptsNoSubscription.d.ts +0 -42
- package/dist/commonjs/operations/chatTranscriptsNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operations/chatTranscriptsNoSubscription.js +0 -194
- package/dist/commonjs/operations/chatTranscriptsNoSubscription.js.map +0 -7
- package/dist/commonjs/operations/communications.d.ts +0 -77
- package/dist/commonjs/operations/communications.d.ts.map +0 -1
- package/dist/commonjs/operations/communications.js +0 -348
- package/dist/commonjs/operations/communications.js.map +0 -7
- package/dist/commonjs/operations/communicationsNoSubscription.d.ts +0 -77
- package/dist/commonjs/operations/communicationsNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operations/communicationsNoSubscription.js +0 -337
- package/dist/commonjs/operations/communicationsNoSubscription.js.map +0 -7
- package/dist/commonjs/operations/fileWorkspaces.d.ts +0 -25
- package/dist/commonjs/operations/fileWorkspaces.d.ts.map +0 -1
- package/dist/commonjs/operations/fileWorkspaces.js +0 -116
- package/dist/commonjs/operations/fileWorkspaces.js.map +0 -7
- package/dist/commonjs/operations/fileWorkspacesNoSubscription.d.ts +0 -25
- package/dist/commonjs/operations/fileWorkspacesNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operations/fileWorkspacesNoSubscription.js +0 -108
- package/dist/commonjs/operations/fileWorkspacesNoSubscription.js.map +0 -7
- package/dist/commonjs/operations/files.d.ts +0 -58
- package/dist/commonjs/operations/files.d.ts.map +0 -1
- package/dist/commonjs/operations/files.js +0 -270
- package/dist/commonjs/operations/files.js.map +0 -7
- package/dist/commonjs/operations/filesNoSubscription.d.ts +0 -58
- package/dist/commonjs/operations/filesNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operations/filesNoSubscription.js +0 -262
- package/dist/commonjs/operations/filesNoSubscription.js.map +0 -7
- package/dist/commonjs/operations/index.d.ts +0 -14
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -45
- package/dist/commonjs/operations/index.js.map +0 -7
- package/dist/commonjs/operations/operations.d.ts +0 -26
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -108
- package/dist/commonjs/operations/operations.js.map +0 -7
- package/dist/commonjs/operations/problemClassifications.d.ts +0 -41
- package/dist/commonjs/operations/problemClassifications.d.ts.map +0 -1
- package/dist/commonjs/operations/problemClassifications.js +0 -151
- package/dist/commonjs/operations/problemClassifications.js.map +0 -7
- package/dist/commonjs/operations/services.d.ts +0 -44
- package/dist/commonjs/operations/services.d.ts.map +0 -1
- package/dist/commonjs/operations/services.js +0 -147
- package/dist/commonjs/operations/services.js.map +0 -7
- package/dist/commonjs/operations/supportTickets.d.ts +0 -113
- package/dist/commonjs/operations/supportTickets.d.ts.map +0 -1
- package/dist/commonjs/operations/supportTickets.js +0 -387
- package/dist/commonjs/operations/supportTickets.js.map +0 -7
- package/dist/commonjs/operations/supportTicketsNoSubscription.d.ts +0 -98
- package/dist/commonjs/operations/supportTicketsNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operations/supportTicketsNoSubscription.js +0 -356
- package/dist/commonjs/operations/supportTicketsNoSubscription.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/chatTranscripts.d.ts +0 -19
- package/dist/commonjs/operationsInterfaces/chatTranscripts.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/chatTranscripts.js +0 -15
- package/dist/commonjs/operationsInterfaces/chatTranscripts.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +0 -19
- package/dist/commonjs/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/chatTranscriptsNoSubscription.js +0 -15
- package/dist/commonjs/operationsInterfaces/chatTranscriptsNoSubscription.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/communications.d.ts +0 -49
- package/dist/commonjs/operationsInterfaces/communications.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/communications.js +0 -15
- package/dist/commonjs/operationsInterfaces/communications.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/communicationsNoSubscription.d.ts +0 -49
- package/dist/commonjs/operationsInterfaces/communicationsNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/communicationsNoSubscription.js +0 -15
- package/dist/commonjs/operationsInterfaces/communicationsNoSubscription.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/fileWorkspaces.d.ts +0 -17
- package/dist/commonjs/operationsInterfaces/fileWorkspaces.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/fileWorkspaces.js +0 -15
- package/dist/commonjs/operationsInterfaces/fileWorkspaces.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +0 -17
- package/dist/commonjs/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/fileWorkspacesNoSubscription.js +0 -15
- package/dist/commonjs/operationsInterfaces/fileWorkspacesNoSubscription.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/files.d.ts +0 -35
- package/dist/commonjs/operationsInterfaces/files.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/files.js +0 -15
- package/dist/commonjs/operationsInterfaces/files.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/filesNoSubscription.d.ts +0 -35
- package/dist/commonjs/operationsInterfaces/filesNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/filesNoSubscription.js +0 -15
- package/dist/commonjs/operationsInterfaces/filesNoSubscription.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -45
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -15
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/problemClassifications.d.ts +0 -22
- package/dist/commonjs/operationsInterfaces/problemClassifications.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/problemClassifications.js +0 -15
- package/dist/commonjs/operationsInterfaces/problemClassifications.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/services.d.ts +0 -23
- package/dist/commonjs/operationsInterfaces/services.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/services.js +0 -15
- package/dist/commonjs/operationsInterfaces/services.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/supportTickets.d.ts +0 -88
- package/dist/commonjs/operationsInterfaces/supportTickets.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/supportTickets.js +0 -15
- package/dist/commonjs/operationsInterfaces/supportTickets.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/supportTicketsNoSubscription.d.ts +0 -73
- package/dist/commonjs/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/supportTicketsNoSubscription.js +0 -15
- package/dist/commonjs/operationsInterfaces/supportTicketsNoSubscription.js.map +0 -7
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -43
- package/dist/commonjs/pagingHelper.js.map +0 -7
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -7
- package/dist/esm/microsoftSupport.d.ts.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -40
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1388
- package/dist/esm/models/mappers.js.map +0 -7
- package/dist/esm/models/parameters.d.ts +0 -24
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -222
- package/dist/esm/models/parameters.js.map +0 -7
- package/dist/esm/operations/chatTranscripts.d.ts +0 -42
- package/dist/esm/operations/chatTranscripts.d.ts.map +0 -1
- package/dist/esm/operations/chatTranscripts.js +0 -167
- package/dist/esm/operations/chatTranscripts.js.map +0 -7
- package/dist/esm/operations/chatTranscriptsNoSubscription.d.ts +0 -42
- package/dist/esm/operations/chatTranscriptsNoSubscription.d.ts.map +0 -1
- package/dist/esm/operations/chatTranscriptsNoSubscription.js +0 -161
- package/dist/esm/operations/chatTranscriptsNoSubscription.js.map +0 -7
- package/dist/esm/operations/communications.d.ts +0 -77
- package/dist/esm/operations/communications.d.ts.map +0 -1
- package/dist/esm/operations/communications.js +0 -317
- package/dist/esm/operations/communications.js.map +0 -7
- package/dist/esm/operations/communicationsNoSubscription.d.ts +0 -77
- package/dist/esm/operations/communicationsNoSubscription.d.ts.map +0 -1
- package/dist/esm/operations/communicationsNoSubscription.js +0 -306
- package/dist/esm/operations/communicationsNoSubscription.js.map +0 -7
- package/dist/esm/operations/fileWorkspaces.d.ts +0 -25
- package/dist/esm/operations/fileWorkspaces.d.ts.map +0 -1
- package/dist/esm/operations/fileWorkspaces.js +0 -83
- package/dist/esm/operations/fileWorkspaces.js.map +0 -7
- package/dist/esm/operations/fileWorkspacesNoSubscription.d.ts +0 -25
- package/dist/esm/operations/fileWorkspacesNoSubscription.d.ts.map +0 -1
- package/dist/esm/operations/fileWorkspacesNoSubscription.js +0 -75
- package/dist/esm/operations/fileWorkspacesNoSubscription.js.map +0 -7
- package/dist/esm/operations/files.d.ts +0 -58
- package/dist/esm/operations/files.d.ts.map +0 -1
- package/dist/esm/operations/files.js +0 -237
- package/dist/esm/operations/files.js.map +0 -7
- package/dist/esm/operations/filesNoSubscription.d.ts +0 -58
- package/dist/esm/operations/filesNoSubscription.d.ts.map +0 -1
- package/dist/esm/operations/filesNoSubscription.js +0 -229
- package/dist/esm/operations/filesNoSubscription.js.map +0 -7
- package/dist/esm/operations/index.d.ts +0 -14
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -13
- package/dist/esm/operations/index.js.map +0 -7
- package/dist/esm/operations/operations.d.ts +0 -26
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -75
- package/dist/esm/operations/operations.js.map +0 -7
- package/dist/esm/operations/problemClassifications.d.ts +0 -41
- package/dist/esm/operations/problemClassifications.d.ts.map +0 -1
- package/dist/esm/operations/problemClassifications.js +0 -118
- package/dist/esm/operations/problemClassifications.js.map +0 -7
- package/dist/esm/operations/services.d.ts +0 -44
- package/dist/esm/operations/services.d.ts.map +0 -1
- package/dist/esm/operations/services.js +0 -114
- package/dist/esm/operations/services.js.map +0 -7
- package/dist/esm/operations/supportTickets.d.ts +0 -113
- package/dist/esm/operations/supportTickets.d.ts.map +0 -1
- package/dist/esm/operations/supportTickets.js +0 -356
- package/dist/esm/operations/supportTickets.js.map +0 -7
- package/dist/esm/operations/supportTicketsNoSubscription.d.ts +0 -98
- package/dist/esm/operations/supportTicketsNoSubscription.d.ts.map +0 -1
- package/dist/esm/operations/supportTicketsNoSubscription.js +0 -325
- package/dist/esm/operations/supportTicketsNoSubscription.js.map +0 -7
- package/dist/esm/operationsInterfaces/chatTranscripts.d.ts +0 -19
- package/dist/esm/operationsInterfaces/chatTranscripts.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/chatTranscripts.js +0 -0
- package/dist/esm/operationsInterfaces/chatTranscripts.js.map +0 -7
- package/dist/esm/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +0 -19
- package/dist/esm/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/chatTranscriptsNoSubscription.js +0 -0
- package/dist/esm/operationsInterfaces/chatTranscriptsNoSubscription.js.map +0 -7
- package/dist/esm/operationsInterfaces/communications.d.ts +0 -49
- package/dist/esm/operationsInterfaces/communications.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/communications.js +0 -0
- package/dist/esm/operationsInterfaces/communications.js.map +0 -7
- package/dist/esm/operationsInterfaces/communicationsNoSubscription.d.ts +0 -49
- package/dist/esm/operationsInterfaces/communicationsNoSubscription.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/communicationsNoSubscription.js +0 -0
- package/dist/esm/operationsInterfaces/communicationsNoSubscription.js.map +0 -7
- package/dist/esm/operationsInterfaces/fileWorkspaces.d.ts +0 -17
- package/dist/esm/operationsInterfaces/fileWorkspaces.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/fileWorkspaces.js +0 -0
- package/dist/esm/operationsInterfaces/fileWorkspaces.js.map +0 -7
- package/dist/esm/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +0 -17
- package/dist/esm/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/fileWorkspacesNoSubscription.js +0 -0
- package/dist/esm/operationsInterfaces/fileWorkspacesNoSubscription.js.map +0 -7
- package/dist/esm/operationsInterfaces/files.d.ts +0 -35
- package/dist/esm/operationsInterfaces/files.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/files.js +0 -0
- package/dist/esm/operationsInterfaces/files.js.map +0 -7
- package/dist/esm/operationsInterfaces/filesNoSubscription.d.ts +0 -35
- package/dist/esm/operationsInterfaces/filesNoSubscription.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/filesNoSubscription.js +0 -0
- package/dist/esm/operationsInterfaces/filesNoSubscription.js.map +0 -7
- package/dist/esm/operationsInterfaces/index.d.ts +0 -14
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -13
- package/dist/esm/operationsInterfaces/index.js.map +0 -7
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -0
- package/dist/esm/operationsInterfaces/operations.js.map +0 -7
- package/dist/esm/operationsInterfaces/problemClassifications.d.ts +0 -22
- package/dist/esm/operationsInterfaces/problemClassifications.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/problemClassifications.js +0 -0
- package/dist/esm/operationsInterfaces/problemClassifications.js.map +0 -7
- package/dist/esm/operationsInterfaces/services.d.ts +0 -23
- package/dist/esm/operationsInterfaces/services.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/services.js +0 -0
- package/dist/esm/operationsInterfaces/services.js.map +0 -7
- package/dist/esm/operationsInterfaces/supportTickets.d.ts +0 -88
- package/dist/esm/operationsInterfaces/supportTickets.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/supportTickets.js +0 -0
- package/dist/esm/operationsInterfaces/supportTickets.js.map +0 -7
- package/dist/esm/operationsInterfaces/supportTicketsNoSubscription.d.ts +0 -73
- package/dist/esm/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/supportTicketsNoSubscription.js +0 -0
- package/dist/esm/operationsInterfaces/supportTicketsNoSubscription.js.map +0 -7
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -19
- package/dist/esm/pagingHelper.js.map +0 -7
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -13
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -18
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/microsoftSupport.d.ts +0 -33
- package/dist/react-native/microsoftSupport.d.ts.map +0 -1
- package/dist/react-native/microsoftSupport.js +0 -128
- package/dist/react-native/microsoftSupport.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -1000
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -92
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -40
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1356
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -24
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -199
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/chatTranscripts.d.ts +0 -42
- package/dist/react-native/operations/chatTranscripts.d.ts.map +0 -1
- package/dist/react-native/operations/chatTranscripts.js +0 -158
- package/dist/react-native/operations/chatTranscripts.js.map +0 -1
- package/dist/react-native/operations/chatTranscriptsNoSubscription.d.ts +0 -42
- package/dist/react-native/operations/chatTranscriptsNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operations/chatTranscriptsNoSubscription.js +0 -152
- package/dist/react-native/operations/chatTranscriptsNoSubscription.js.map +0 -1
- package/dist/react-native/operations/communications.d.ts +0 -77
- package/dist/react-native/operations/communications.d.ts.map +0 -1
- package/dist/react-native/operations/communications.js +0 -298
- package/dist/react-native/operations/communications.js.map +0 -1
- package/dist/react-native/operations/communicationsNoSubscription.d.ts +0 -77
- package/dist/react-native/operations/communicationsNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operations/communicationsNoSubscription.js +0 -287
- package/dist/react-native/operations/communicationsNoSubscription.js.map +0 -1
- package/dist/react-native/operations/fileWorkspaces.d.ts +0 -25
- package/dist/react-native/operations/fileWorkspaces.d.ts.map +0 -1
- package/dist/react-native/operations/fileWorkspaces.js +0 -80
- package/dist/react-native/operations/fileWorkspaces.js.map +0 -1
- package/dist/react-native/operations/fileWorkspacesNoSubscription.d.ts +0 -25
- package/dist/react-native/operations/fileWorkspacesNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operations/fileWorkspacesNoSubscription.js +0 -72
- package/dist/react-native/operations/fileWorkspacesNoSubscription.js.map +0 -1
- package/dist/react-native/operations/files.d.ts +0 -58
- package/dist/react-native/operations/files.d.ts.map +0 -1
- package/dist/react-native/operations/files.js +0 -222
- package/dist/react-native/operations/files.js.map +0 -1
- package/dist/react-native/operations/filesNoSubscription.d.ts +0 -58
- package/dist/react-native/operations/filesNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operations/filesNoSubscription.js +0 -214
- package/dist/react-native/operations/filesNoSubscription.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -14
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -21
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -26
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -79
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/problemClassifications.d.ts +0 -41
- package/dist/react-native/operations/problemClassifications.d.ts.map +0 -1
- package/dist/react-native/operations/problemClassifications.js +0 -116
- package/dist/react-native/operations/problemClassifications.js.map +0 -1
- package/dist/react-native/operations/services.d.ts +0 -44
- package/dist/react-native/operations/services.d.ts.map +0 -1
- package/dist/react-native/operations/services.js +0 -115
- package/dist/react-native/operations/services.js.map +0 -1
- package/dist/react-native/operations/supportTickets.d.ts +0 -113
- package/dist/react-native/operations/supportTickets.d.ts.map +0 -1
- package/dist/react-native/operations/supportTickets.js +0 -342
- package/dist/react-native/operations/supportTickets.js.map +0 -1
- package/dist/react-native/operations/supportTicketsNoSubscription.d.ts +0 -98
- package/dist/react-native/operations/supportTicketsNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operations/supportTicketsNoSubscription.js +0 -311
- package/dist/react-native/operations/supportTicketsNoSubscription.js.map +0 -1
- package/dist/react-native/operationsInterfaces/chatTranscripts.d.ts +0 -19
- package/dist/react-native/operationsInterfaces/chatTranscripts.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/chatTranscripts.js +0 -9
- package/dist/react-native/operationsInterfaces/chatTranscripts.js.map +0 -1
- package/dist/react-native/operationsInterfaces/chatTranscriptsNoSubscription.d.ts +0 -19
- package/dist/react-native/operationsInterfaces/chatTranscriptsNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/chatTranscriptsNoSubscription.js +0 -9
- package/dist/react-native/operationsInterfaces/chatTranscriptsNoSubscription.js.map +0 -1
- package/dist/react-native/operationsInterfaces/communications.d.ts +0 -49
- package/dist/react-native/operationsInterfaces/communications.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/communications.js +0 -9
- package/dist/react-native/operationsInterfaces/communications.js.map +0 -1
- package/dist/react-native/operationsInterfaces/communicationsNoSubscription.d.ts +0 -49
- package/dist/react-native/operationsInterfaces/communicationsNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/communicationsNoSubscription.js +0 -9
- package/dist/react-native/operationsInterfaces/communicationsNoSubscription.js.map +0 -1
- package/dist/react-native/operationsInterfaces/fileWorkspaces.d.ts +0 -17
- package/dist/react-native/operationsInterfaces/fileWorkspaces.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/fileWorkspaces.js +0 -9
- package/dist/react-native/operationsInterfaces/fileWorkspaces.js.map +0 -1
- package/dist/react-native/operationsInterfaces/fileWorkspacesNoSubscription.d.ts +0 -17
- package/dist/react-native/operationsInterfaces/fileWorkspacesNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/fileWorkspacesNoSubscription.js +0 -9
- package/dist/react-native/operationsInterfaces/fileWorkspacesNoSubscription.js.map +0 -1
- package/dist/react-native/operationsInterfaces/files.d.ts +0 -35
- package/dist/react-native/operationsInterfaces/files.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/files.js +0 -9
- package/dist/react-native/operationsInterfaces/files.js.map +0 -1
- package/dist/react-native/operationsInterfaces/filesNoSubscription.d.ts +0 -35
- package/dist/react-native/operationsInterfaces/filesNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/filesNoSubscription.js +0 -9
- package/dist/react-native/operationsInterfaces/filesNoSubscription.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -21
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/problemClassifications.d.ts +0 -22
- package/dist/react-native/operationsInterfaces/problemClassifications.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/problemClassifications.js +0 -9
- package/dist/react-native/operationsInterfaces/problemClassifications.js.map +0 -1
- package/dist/react-native/operationsInterfaces/services.d.ts +0 -23
- package/dist/react-native/operationsInterfaces/services.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/services.js +0 -9
- package/dist/react-native/operationsInterfaces/services.js.map +0 -1
- package/dist/react-native/operationsInterfaces/supportTickets.d.ts +0 -88
- package/dist/react-native/operationsInterfaces/supportTickets.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/supportTickets.js +0 -9
- package/dist/react-native/operationsInterfaces/supportTickets.js.map +0 -1
- package/dist/react-native/operationsInterfaces/supportTicketsNoSubscription.d.ts +0 -73
- package/dist/react-native/operationsInterfaces/supportTicketsNoSubscription.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/supportTicketsNoSubscription.js +0 -9
- package/dist/react-native/operationsInterfaces/supportTicketsNoSubscription.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -30
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/review/arm-support-node.api.md +0 -889
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { MicrosoftSupportContext as Client } from "../index.js";
|
|
2
|
+
import { CheckNameAvailabilityInput, CheckNameAvailabilityOutput, SupportTicketDetails, UpdateSupportTicket, _SupportTicketsListResult } from "../../models/models.js";
|
|
3
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
4
|
+
import { SupportTicketsNoSubscriptionCheckNameAvailabilityOptionalParams, SupportTicketsNoSubscriptionListOptionalParams, SupportTicketsNoSubscriptionUpdateOptionalParams, SupportTicketsNoSubscriptionCreateOptionalParams, SupportTicketsNoSubscriptionGetOptionalParams } from "./options.js";
|
|
5
|
+
import { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
6
|
+
import { PollerLike, OperationState } from "@azure/core-lro";
|
|
7
|
+
export declare function _checkNameAvailabilitySend(context: Client, checkNameAvailabilityInput: CheckNameAvailabilityInput, options?: SupportTicketsNoSubscriptionCheckNameAvailabilityOptionalParams): StreamableMethod;
|
|
8
|
+
export declare function _checkNameAvailabilityDeserialize(result: PathUncheckedResponse): Promise<CheckNameAvailabilityOutput>;
|
|
9
|
+
/** Check the availability of a resource name. This API should be used to check the uniqueness of the name for support ticket creation for the selected subscription. */
|
|
10
|
+
export declare function checkNameAvailability(context: Client, checkNameAvailabilityInput: CheckNameAvailabilityInput, options?: SupportTicketsNoSubscriptionCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityOutput>;
|
|
11
|
+
export declare function _listSend(context: Client, options?: SupportTicketsNoSubscriptionListOptionalParams): StreamableMethod;
|
|
12
|
+
export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_SupportTicketsListResult>;
|
|
13
|
+
/** Lists all the support tickets. <br/><br/>You can also filter the support tickets by <i>Status</i>, <i>CreatedDate</i>, , <i>ServiceId</i>, and <i>ProblemClassificationId</i> using the $filter parameter. Output will be a paged result with <i>nextLink</i>, using which you can retrieve the next set of support tickets. <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. */
|
|
14
|
+
export declare function list(context: Client, options?: SupportTicketsNoSubscriptionListOptionalParams): PagedAsyncIterableIterator<SupportTicketDetails>;
|
|
15
|
+
export declare function _updateSend(context: Client, supportTicketName: string, updateSupportTicket: UpdateSupportTicket, options?: SupportTicketsNoSubscriptionUpdateOptionalParams): StreamableMethod;
|
|
16
|
+
export declare function _updateDeserialize(result: PathUncheckedResponse): Promise<SupportTicketDetails>;
|
|
17
|
+
/** 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. */
|
|
18
|
+
export declare function update(context: Client, supportTicketName: string, updateSupportTicket: UpdateSupportTicket, options?: SupportTicketsNoSubscriptionUpdateOptionalParams): Promise<SupportTicketDetails>;
|
|
19
|
+
export declare function _createSend(context: Client, supportTicketName: string, createSupportTicketParameters: SupportTicketDetails, options?: SupportTicketsNoSubscriptionCreateOptionalParams): StreamableMethod;
|
|
20
|
+
export declare function _createDeserialize(result: PathUncheckedResponse): Promise<SupportTicketDetails>;
|
|
21
|
+
/** Creates a new support ticket for Billing, and Subscription Management issues. Learn the [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>Adding attachments is not currently supported via the API. To add a file to an existing support ticket, visit the [Manage support ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/managesupportrequest) page in the Azure portal, select the support ticket, and use the file upload control to add a new file.<br/><br/>Providing consent to share diagnostic information with Azure support is currently not supported via the API. The Azure support engineer working on your ticket will reach out to you for consent if your issue requires gathering diagnostic information from your Azure resources.<br/><br/> */
|
|
22
|
+
export declare function create(context: Client, supportTicketName: string, createSupportTicketParameters: SupportTicketDetails, options?: SupportTicketsNoSubscriptionCreateOptionalParams): PollerLike<OperationState<SupportTicketDetails>, SupportTicketDetails>;
|
|
23
|
+
export declare function _getSend(context: Client, supportTicketName: string, options?: SupportTicketsNoSubscriptionGetOptionalParams): StreamableMethod;
|
|
24
|
+
export declare function _getDeserialize(result: PathUncheckedResponse): Promise<SupportTicketDetails>;
|
|
25
|
+
/** Gets details for a specific support ticket. 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. */
|
|
26
|
+
export declare function get(context: Client, supportTicketName: string, options?: SupportTicketsNoSubscriptionGetOptionalParams): Promise<SupportTicketDetails>;
|
|
27
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { errorResponseDeserializer, checkNameAvailabilityInputSerializer, checkNameAvailabilityOutputDeserializer, supportTicketDetailsSerializer, supportTicketDetailsDeserializer, updateSupportTicketSerializer, _supportTicketsListResultDeserializer, } from "../../models/models.js";
|
|
4
|
+
import { buildPagedAsyncIterator, } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
import { getLongRunningPoller } from "../../static-helpers/pollingHelpers.js";
|
|
6
|
+
import { expandUrlTemplate } from "../../static-helpers/urlTemplate.js";
|
|
7
|
+
import { createRestError, operationOptionsToRequestParameters, } from "@azure-rest/core-client";
|
|
8
|
+
export function _checkNameAvailabilitySend(context, checkNameAvailabilityInput, options = { requestOptions: {} }) {
|
|
9
|
+
const path = expandUrlTemplate("/providers/Microsoft.Support/checkNameAvailability{?api%2Dversion}", {
|
|
10
|
+
"api%2Dversion": context.apiVersion ?? "2025-06-01-preview",
|
|
11
|
+
}, {
|
|
12
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
13
|
+
});
|
|
14
|
+
return context.path(path).post({
|
|
15
|
+
...operationOptionsToRequestParameters(options),
|
|
16
|
+
contentType: "application/json",
|
|
17
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
18
|
+
body: checkNameAvailabilityInputSerializer(checkNameAvailabilityInput),
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
export async function _checkNameAvailabilityDeserialize(result) {
|
|
22
|
+
const expectedStatuses = ["200"];
|
|
23
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
24
|
+
const error = createRestError(result);
|
|
25
|
+
if (result.body) {
|
|
26
|
+
error.details = errorResponseDeserializer(result.body);
|
|
27
|
+
}
|
|
28
|
+
throw error;
|
|
29
|
+
}
|
|
30
|
+
return checkNameAvailabilityOutputDeserializer(result.body);
|
|
31
|
+
}
|
|
32
|
+
/** Check the availability of a resource name. This API should be used to check the uniqueness of the name for support ticket creation for the selected subscription. */
|
|
33
|
+
export async function checkNameAvailability(context, checkNameAvailabilityInput, options = { requestOptions: {} }) {
|
|
34
|
+
const result = await _checkNameAvailabilitySend(context, checkNameAvailabilityInput, options);
|
|
35
|
+
return _checkNameAvailabilityDeserialize(result);
|
|
36
|
+
}
|
|
37
|
+
export function _listSend(context, options = { requestOptions: {} }) {
|
|
38
|
+
const path = expandUrlTemplate("/providers/Microsoft.Support/supportTickets{?api%2Dversion,%24top,%24filter}", {
|
|
39
|
+
"api%2Dversion": context.apiVersion ?? "2025-06-01-preview",
|
|
40
|
+
"%24top": options?.top,
|
|
41
|
+
"%24filter": options?.filter,
|
|
42
|
+
}, {
|
|
43
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
44
|
+
});
|
|
45
|
+
return context.path(path).get({
|
|
46
|
+
...operationOptionsToRequestParameters(options),
|
|
47
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
export async function _listDeserialize(result) {
|
|
51
|
+
const expectedStatuses = ["200"];
|
|
52
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
53
|
+
const error = createRestError(result);
|
|
54
|
+
if (result.body) {
|
|
55
|
+
error.details = errorResponseDeserializer(result.body);
|
|
56
|
+
}
|
|
57
|
+
throw error;
|
|
58
|
+
}
|
|
59
|
+
return _supportTicketsListResultDeserializer(result.body);
|
|
60
|
+
}
|
|
61
|
+
/** Lists all the support tickets. <br/><br/>You can also filter the support tickets by <i>Status</i>, <i>CreatedDate</i>, , <i>ServiceId</i>, and <i>ProblemClassificationId</i> using the $filter parameter. Output will be a paged result with <i>nextLink</i>, using which you can retrieve the next set of support tickets. <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. */
|
|
62
|
+
export function list(context, options = { requestOptions: {} }) {
|
|
63
|
+
return buildPagedAsyncIterator(context, () => _listSend(context, options), _listDeserialize, ["200"], {
|
|
64
|
+
itemName: "value",
|
|
65
|
+
nextLinkName: "nextLink",
|
|
66
|
+
apiVersion: context.apiVersion ?? "2025-06-01-preview",
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
export function _updateSend(context, supportTicketName, updateSupportTicket, options = { requestOptions: {} }) {
|
|
70
|
+
const path = expandUrlTemplate("/providers/Microsoft.Support/supportTickets/{supportTicketName}{?api%2Dversion}", {
|
|
71
|
+
supportTicketName: supportTicketName,
|
|
72
|
+
"api%2Dversion": context.apiVersion ?? "2025-06-01-preview",
|
|
73
|
+
}, {
|
|
74
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
75
|
+
});
|
|
76
|
+
return context.path(path).patch({
|
|
77
|
+
...operationOptionsToRequestParameters(options),
|
|
78
|
+
contentType: "application/json",
|
|
79
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
80
|
+
body: updateSupportTicketSerializer(updateSupportTicket),
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
export async function _updateDeserialize(result) {
|
|
84
|
+
const expectedStatuses = ["200"];
|
|
85
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
86
|
+
const error = createRestError(result);
|
|
87
|
+
if (result.body) {
|
|
88
|
+
error.details = errorResponseDeserializer(result.body);
|
|
89
|
+
}
|
|
90
|
+
throw error;
|
|
91
|
+
}
|
|
92
|
+
return supportTicketDetailsDeserializer(result.body);
|
|
93
|
+
}
|
|
94
|
+
/** 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. */
|
|
95
|
+
export async function update(context, supportTicketName, updateSupportTicket, options = { requestOptions: {} }) {
|
|
96
|
+
const result = await _updateSend(context, supportTicketName, updateSupportTicket, options);
|
|
97
|
+
return _updateDeserialize(result);
|
|
98
|
+
}
|
|
99
|
+
export function _createSend(context, supportTicketName, createSupportTicketParameters, options = { requestOptions: {} }) {
|
|
100
|
+
const path = expandUrlTemplate("/providers/Microsoft.Support/supportTickets/{supportTicketName}{?api%2Dversion}", {
|
|
101
|
+
supportTicketName: supportTicketName,
|
|
102
|
+
"api%2Dversion": context.apiVersion ?? "2025-06-01-preview",
|
|
103
|
+
}, {
|
|
104
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
105
|
+
});
|
|
106
|
+
return context.path(path).put({
|
|
107
|
+
...operationOptionsToRequestParameters(options),
|
|
108
|
+
contentType: "application/json",
|
|
109
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
110
|
+
body: supportTicketDetailsSerializer(createSupportTicketParameters),
|
|
111
|
+
});
|
|
112
|
+
}
|
|
113
|
+
export async function _createDeserialize(result) {
|
|
114
|
+
const expectedStatuses = ["200", "202", "201"];
|
|
115
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
116
|
+
const error = createRestError(result);
|
|
117
|
+
if (result.body) {
|
|
118
|
+
error.details = errorResponseDeserializer(result.body);
|
|
119
|
+
}
|
|
120
|
+
throw error;
|
|
121
|
+
}
|
|
122
|
+
return supportTicketDetailsDeserializer(result.body);
|
|
123
|
+
}
|
|
124
|
+
/** Creates a new support ticket for Billing, and Subscription Management issues. Learn the [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>Adding attachments is not currently supported via the API. To add a file to an existing support ticket, visit the [Manage support ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/managesupportrequest) page in the Azure portal, select the support ticket, and use the file upload control to add a new file.<br/><br/>Providing consent to share diagnostic information with Azure support is currently not supported via the API. The Azure support engineer working on your ticket will reach out to you for consent if your issue requires gathering diagnostic information from your Azure resources.<br/><br/> */
|
|
125
|
+
export function create(context, supportTicketName, createSupportTicketParameters, options = { requestOptions: {} }) {
|
|
126
|
+
return getLongRunningPoller(context, _createDeserialize, ["200", "202", "201"], {
|
|
127
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
128
|
+
abortSignal: options?.abortSignal,
|
|
129
|
+
getInitialResponse: () => _createSend(context, supportTicketName, createSupportTicketParameters, options),
|
|
130
|
+
resourceLocationConfig: "azure-async-operation",
|
|
131
|
+
apiVersion: context.apiVersion ?? "2025-06-01-preview",
|
|
132
|
+
});
|
|
133
|
+
}
|
|
134
|
+
export function _getSend(context, supportTicketName, options = { requestOptions: {} }) {
|
|
135
|
+
const path = expandUrlTemplate("/providers/Microsoft.Support/supportTickets/{supportTicketName}{?api%2Dversion}", {
|
|
136
|
+
supportTicketName: supportTicketName,
|
|
137
|
+
"api%2Dversion": context.apiVersion ?? "2025-06-01-preview",
|
|
138
|
+
}, {
|
|
139
|
+
allowReserved: options?.requestOptions?.skipUrlEncoding,
|
|
140
|
+
});
|
|
141
|
+
return context.path(path).get({
|
|
142
|
+
...operationOptionsToRequestParameters(options),
|
|
143
|
+
headers: { accept: "application/json", ...options.requestOptions?.headers },
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
export async function _getDeserialize(result) {
|
|
147
|
+
const expectedStatuses = ["200"];
|
|
148
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
149
|
+
const error = createRestError(result);
|
|
150
|
+
if (result.body) {
|
|
151
|
+
error.details = errorResponseDeserializer(result.body);
|
|
152
|
+
}
|
|
153
|
+
throw error;
|
|
154
|
+
}
|
|
155
|
+
return supportTicketDetailsDeserializer(result.body);
|
|
156
|
+
}
|
|
157
|
+
/** Gets details for a specific support ticket. 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. */
|
|
158
|
+
export async function get(context, supportTicketName, options = { requestOptions: {} }) {
|
|
159
|
+
const result = await _getSend(context, supportTicketName, options);
|
|
160
|
+
return _getDeserialize(result);
|
|
161
|
+
}
|
|
162
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../src/api/supportTicketsNoSubscription/operations.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EACL,yBAAyB,EAEzB,oCAAoC,EAEpC,uCAAuC,EAEvC,8BAA8B,EAC9B,gCAAgC,EAEhC,6BAA6B,EAE7B,qCAAqC,GACtC,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAEL,uBAAuB,GACxB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAQxE,OAAO,EAGL,eAAe,EACf,mCAAmC,GACpC,MAAM,yBAAyB,CAAC;AAGjC,MAAM,UAAU,0BAA0B,CACxC,OAAe,EACf,0BAAsD,EACtD,UAA2E,EAAE,cAAc,EAAE,EAAE,EAAE;IAEjG,MAAM,IAAI,GAAG,iBAAiB,CAC5B,oEAAoE,EACpE;QACE,eAAe,EAAE,OAAO,CAAC,UAAU,IAAI,oBAAoB;KAC5D,EACD;QACE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,eAAe;KACxD,CACF,CAAC;IACF,OAAO,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC;QAC7B,GAAG,mCAAmC,CAAC,OAAO,CAAC;QAC/C,WAAW,EAAE,kBAAkB;QAC/B,OAAO,EAAE,EAAE,MAAM,EAAE,kBAAkB,EAAE,GAAG,OAAO,CAAC,cAAc,EAAE,OAAO,EAAE;QAC3E,IAAI,EAAE,oCAAoC,CAAC,0BAA0B,CAAC;KACvE,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,iCAAiC,CACrD,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,KAAK,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,IAAI,MAAM,CAAC,IAAI,EAAE,CAAC;YAChB,KAAK,CAAC,OAAO,GAAG,yBAAyB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QACzD,CAAC;QAED,MAAM,KAAK,CAAC;IACd,CAAC;IAED,OAAO,uCAAuC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AAC9D,CAAC;AAED,wKAAwK;AACxK,MAAM,CAAC,KAAK,UAAU,qBAAqB,CACzC,OAAe,EACf,0BAAsD,EACtD,UAA2E,EAAE,cAAc,EAAE,EAAE,EAAE;IAEjG,MAAM,MAAM,GAAG,MAAM,0BAA0B,CAAC,OAAO,EAAE,0BAA0B,EAAE,OAAO,CAAC,CAAC;IAC9F,OAAO,iCAAiC,CAAC,MAAM,CAAC,CAAC;AACnD,CAAC;AAED,MAAM,UAAU,SAAS,CACvB,OAAe,EACf,UAA0D,EAAE,cAAc,EAAE,EAAE,EAAE;IAEhF,MAAM,IAAI,GAAG,iBAAiB,CAC5B,8EAA8E,EAC9E;QACE,eAAe,EAAE,OAAO,CAAC,UAAU,IAAI,oBAAoB;QAC3D,QAAQ,EAAE,OAAO,EAAE,GAAG;QACtB,WAAW,EAAE,OAAO,EAAE,MAAM;KAC7B,EACD;QACE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,eAAe;KACxD,CACF,CAAC;IACF,OAAO,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC;QAC5B,GAAG,mCAAmC,CAAC,OAAO,CAAC;QAC/C,OAAO,EAAE,EAAE,MAAM,EAAE,kBAAkB,EAAE,GAAG,OAAO,CAAC,cAAc,EAAE,OAAO,EAAE;KAC5E,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,gBAAgB,CACpC,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,KAAK,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,IAAI,MAAM,CAAC,IAAI,EAAE,CAAC;YAChB,KAAK,CAAC,OAAO,GAAG,yBAAyB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QACzD,CAAC;QAED,MAAM,KAAK,CAAC;IACd,CAAC;IAED,OAAO,qCAAqC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AAC5D,CAAC;AAED,6eAA6e;AAC7e,MAAM,UAAU,IAAI,CAClB,OAAe,EACf,UAA0D,EAAE,cAAc,EAAE,EAAE,EAAE;IAEhF,OAAO,uBAAuB,CAC5B,OAAO,EACP,GAAG,EAAE,CAAC,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC,EACjC,gBAAgB,EAChB,CAAC,KAAK,CAAC,EACP;QACE,QAAQ,EAAE,OAAO;QACjB,YAAY,EAAE,UAAU;QACxB,UAAU,EAAE,OAAO,CAAC,UAAU,IAAI,oBAAoB;KACvD,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,WAAW,CACzB,OAAe,EACf,iBAAyB,EACzB,mBAAwC,EACxC,UAA4D,EAAE,cAAc,EAAE,EAAE,EAAE;IAElF,MAAM,IAAI,GAAG,iBAAiB,CAC5B,iFAAiF,EACjF;QACE,iBAAiB,EAAE,iBAAiB;QACpC,eAAe,EAAE,OAAO,CAAC,UAAU,IAAI,oBAAoB;KAC5D,EACD;QACE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,eAAe;KACxD,CACF,CAAC;IACF,OAAO,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC;QAC9B,GAAG,mCAAmC,CAAC,OAAO,CAAC;QAC/C,WAAW,EAAE,kBAAkB;QAC/B,OAAO,EAAE,EAAE,MAAM,EAAE,kBAAkB,EAAE,GAAG,OAAO,CAAC,cAAc,EAAE,OAAO,EAAE;QAC3E,IAAI,EAAE,6BAA6B,CAAC,mBAAmB,CAAC;KACzD,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,kBAAkB,CACtC,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,KAAK,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,IAAI,MAAM,CAAC,IAAI,EAAE,CAAC;YAChB,KAAK,CAAC,OAAO,GAAG,yBAAyB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QACzD,CAAC;QAED,MAAM,KAAK,CAAC;IACd,CAAC;IAED,OAAO,gCAAgC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AACvD,CAAC;AAED,qYAAqY;AACrY,MAAM,CAAC,KAAK,UAAU,MAAM,CAC1B,OAAe,EACf,iBAAyB,EACzB,mBAAwC,EACxC,UAA4D,EAAE,cAAc,EAAE,EAAE,EAAE;IAElF,MAAM,MAAM,GAAG,MAAM,WAAW,CAAC,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAC;IAC3F,OAAO,kBAAkB,CAAC,MAAM,CAAC,CAAC;AACpC,CAAC;AAED,MAAM,UAAU,WAAW,CACzB,OAAe,EACf,iBAAyB,EACzB,6BAAmD,EACnD,UAA4D,EAAE,cAAc,EAAE,EAAE,EAAE;IAElF,MAAM,IAAI,GAAG,iBAAiB,CAC5B,iFAAiF,EACjF;QACE,iBAAiB,EAAE,iBAAiB;QACpC,eAAe,EAAE,OAAO,CAAC,UAAU,IAAI,oBAAoB;KAC5D,EACD;QACE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,eAAe;KACxD,CACF,CAAC;IACF,OAAO,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC;QAC5B,GAAG,mCAAmC,CAAC,OAAO,CAAC;QAC/C,WAAW,EAAE,kBAAkB;QAC/B,OAAO,EAAE,EAAE,MAAM,EAAE,kBAAkB,EAAE,GAAG,OAAO,CAAC,cAAc,EAAE,OAAO,EAAE;QAC3E,IAAI,EAAE,8BAA8B,CAAC,6BAA6B,CAAC;KACpE,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,kBAAkB,CACtC,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC;IAC/C,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,KAAK,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,IAAI,MAAM,CAAC,IAAI,EAAE,CAAC;YAChB,KAAK,CAAC,OAAO,GAAG,yBAAyB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QACzD,CAAC;QAED,MAAM,KAAK,CAAC;IACd,CAAC;IAED,OAAO,gCAAgC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AACvD,CAAC;AAED,u9BAAu9B;AACv9B,MAAM,UAAU,MAAM,CACpB,OAAe,EACf,iBAAyB,EACzB,6BAAmD,EACnD,UAA4D,EAAE,cAAc,EAAE,EAAE,EAAE;IAElF,OAAO,oBAAoB,CAAC,OAAO,EAAE,kBAAkB,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,EAAE;QAC9E,kBAAkB,EAAE,OAAO,EAAE,kBAAkB;QAC/C,WAAW,EAAE,OAAO,EAAE,WAAW;QACjC,kBAAkB,EAAE,GAAG,EAAE,CACvB,WAAW,CAAC,OAAO,EAAE,iBAAiB,EAAE,6BAA6B,EAAE,OAAO,CAAC;QACjF,sBAAsB,EAAE,uBAAuB;QAC/C,UAAU,EAAE,OAAO,CAAC,UAAU,IAAI,oBAAoB;KACvD,CAA2E,CAAC;AAC/E,CAAC;AAED,MAAM,UAAU,QAAQ,CACtB,OAAe,EACf,iBAAyB,EACzB,UAAyD,EAAE,cAAc,EAAE,EAAE,EAAE;IAE/E,MAAM,IAAI,GAAG,iBAAiB,CAC5B,iFAAiF,EACjF;QACE,iBAAiB,EAAE,iBAAiB;QACpC,eAAe,EAAE,OAAO,CAAC,UAAU,IAAI,oBAAoB;KAC5D,EACD;QACE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,eAAe;KACxD,CACF,CAAC;IACF,OAAO,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC;QAC5B,GAAG,mCAAmC,CAAC,OAAO,CAAC;QAC/C,OAAO,EAAE,EAAE,MAAM,EAAE,kBAAkB,EAAE,GAAG,OAAO,CAAC,cAAc,EAAE,OAAO,EAAE;KAC5E,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,eAAe,CACnC,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,KAAK,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,IAAI,MAAM,CAAC,IAAI,EAAE,CAAC;YAChB,KAAK,CAAC,OAAO,GAAG,yBAAyB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QACzD,CAAC;QAED,MAAM,KAAK,CAAC;IACd,CAAC;IAED,OAAO,gCAAgC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AACvD,CAAC;AAED,kNAAkN;AAClN,MAAM,CAAC,KAAK,UAAU,GAAG,CACvB,OAAe,EACf,iBAAyB,EACzB,UAAyD,EAAE,cAAc,EAAE,EAAE,EAAE;IAE/E,MAAM,MAAM,GAAG,MAAM,QAAQ,CAAC,OAAO,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAC;IACnE,OAAO,eAAe,CAAC,MAAM,CAAC,CAAC;AACjC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { MicrosoftSupportContext as Client } from \"../index.js\";\nimport {\n errorResponseDeserializer,\n CheckNameAvailabilityInput,\n checkNameAvailabilityInputSerializer,\n CheckNameAvailabilityOutput,\n checkNameAvailabilityOutputDeserializer,\n SupportTicketDetails,\n supportTicketDetailsSerializer,\n supportTicketDetailsDeserializer,\n UpdateSupportTicket,\n updateSupportTicketSerializer,\n _SupportTicketsListResult,\n _supportTicketsListResultDeserializer,\n} from \"../../models/models.js\";\nimport {\n PagedAsyncIterableIterator,\n buildPagedAsyncIterator,\n} from \"../../static-helpers/pagingHelpers.js\";\nimport { getLongRunningPoller } from \"../../static-helpers/pollingHelpers.js\";\nimport { expandUrlTemplate } from \"../../static-helpers/urlTemplate.js\";\nimport {\n SupportTicketsNoSubscriptionCheckNameAvailabilityOptionalParams,\n SupportTicketsNoSubscriptionListOptionalParams,\n SupportTicketsNoSubscriptionUpdateOptionalParams,\n SupportTicketsNoSubscriptionCreateOptionalParams,\n SupportTicketsNoSubscriptionGetOptionalParams,\n} from \"./options.js\";\nimport {\n StreamableMethod,\n PathUncheckedResponse,\n createRestError,\n operationOptionsToRequestParameters,\n} from \"@azure-rest/core-client\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\n\nexport function _checkNameAvailabilitySend(\n context: Client,\n checkNameAvailabilityInput: CheckNameAvailabilityInput,\n options: SupportTicketsNoSubscriptionCheckNameAvailabilityOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/providers/Microsoft.Support/checkNameAvailability{?api%2Dversion}\",\n {\n \"api%2Dversion\": context.apiVersion ?? \"2025-06-01-preview\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).post({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n body: checkNameAvailabilityInputSerializer(checkNameAvailabilityInput),\n });\n}\n\nexport async function _checkNameAvailabilityDeserialize(\n result: PathUncheckedResponse,\n): Promise<CheckNameAvailabilityOutput> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n if (result.body) {\n error.details = errorResponseDeserializer(result.body);\n }\n\n throw error;\n }\n\n return checkNameAvailabilityOutputDeserializer(result.body);\n}\n\n/** Check the availability of a resource name. This API should be used to check the uniqueness of the name for support ticket creation for the selected subscription. */\nexport async function checkNameAvailability(\n context: Client,\n checkNameAvailabilityInput: CheckNameAvailabilityInput,\n options: SupportTicketsNoSubscriptionCheckNameAvailabilityOptionalParams = { requestOptions: {} },\n): Promise<CheckNameAvailabilityOutput> {\n const result = await _checkNameAvailabilitySend(context, checkNameAvailabilityInput, options);\n return _checkNameAvailabilityDeserialize(result);\n}\n\nexport function _listSend(\n context: Client,\n options: SupportTicketsNoSubscriptionListOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/providers/Microsoft.Support/supportTickets{?api%2Dversion,%24top,%24filter}\",\n {\n \"api%2Dversion\": context.apiVersion ?? \"2025-06-01-preview\",\n \"%24top\": options?.top,\n \"%24filter\": options?.filter,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _listDeserialize(\n result: PathUncheckedResponse,\n): Promise<_SupportTicketsListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n if (result.body) {\n error.details = errorResponseDeserializer(result.body);\n }\n\n throw error;\n }\n\n return _supportTicketsListResultDeserializer(result.body);\n}\n\n/** Lists all the support tickets. <br/><br/>You can also filter the support tickets by <i>Status</i>, <i>CreatedDate</i>, , <i>ServiceId</i>, and <i>ProblemClassificationId</i> using the $filter parameter. Output will be a paged result with <i>nextLink</i>, using which you can retrieve the next set of support tickets. <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. */\nexport function list(\n context: Client,\n options: SupportTicketsNoSubscriptionListOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<SupportTicketDetails> {\n return buildPagedAsyncIterator(\n context,\n () => _listSend(context, options),\n _listDeserialize,\n [\"200\"],\n {\n itemName: \"value\",\n nextLinkName: \"nextLink\",\n apiVersion: context.apiVersion ?? \"2025-06-01-preview\",\n },\n );\n}\n\nexport function _updateSend(\n context: Client,\n supportTicketName: string,\n updateSupportTicket: UpdateSupportTicket,\n options: SupportTicketsNoSubscriptionUpdateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/providers/Microsoft.Support/supportTickets/{supportTicketName}{?api%2Dversion}\",\n {\n supportTicketName: supportTicketName,\n \"api%2Dversion\": context.apiVersion ?? \"2025-06-01-preview\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).patch({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n body: updateSupportTicketSerializer(updateSupportTicket),\n });\n}\n\nexport async function _updateDeserialize(\n result: PathUncheckedResponse,\n): Promise<SupportTicketDetails> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n if (result.body) {\n error.details = errorResponseDeserializer(result.body);\n }\n\n throw error;\n }\n\n return supportTicketDetailsDeserializer(result.body);\n}\n\n/** 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. */\nexport async function update(\n context: Client,\n supportTicketName: string,\n updateSupportTicket: UpdateSupportTicket,\n options: SupportTicketsNoSubscriptionUpdateOptionalParams = { requestOptions: {} },\n): Promise<SupportTicketDetails> {\n const result = await _updateSend(context, supportTicketName, updateSupportTicket, options);\n return _updateDeserialize(result);\n}\n\nexport function _createSend(\n context: Client,\n supportTicketName: string,\n createSupportTicketParameters: SupportTicketDetails,\n options: SupportTicketsNoSubscriptionCreateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/providers/Microsoft.Support/supportTickets/{supportTicketName}{?api%2Dversion}\",\n {\n supportTicketName: supportTicketName,\n \"api%2Dversion\": context.apiVersion ?? \"2025-06-01-preview\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).put({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n body: supportTicketDetailsSerializer(createSupportTicketParameters),\n });\n}\n\nexport async function _createDeserialize(\n result: PathUncheckedResponse,\n): Promise<SupportTicketDetails> {\n const expectedStatuses = [\"200\", \"202\", \"201\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n if (result.body) {\n error.details = errorResponseDeserializer(result.body);\n }\n\n throw error;\n }\n\n return supportTicketDetailsDeserializer(result.body);\n}\n\n/** Creates a new support ticket for Billing, and Subscription Management issues. Learn the [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.<br/><br/>Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.<br/><br/>Adding attachments is not currently supported via the API. To add a file to an existing support ticket, visit the [Manage support ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/managesupportrequest) page in the Azure portal, select the support ticket, and use the file upload control to add a new file.<br/><br/>Providing consent to share diagnostic information with Azure support is currently not supported via the API. The Azure support engineer working on your ticket will reach out to you for consent if your issue requires gathering diagnostic information from your Azure resources.<br/><br/> */\nexport function create(\n context: Client,\n supportTicketName: string,\n createSupportTicketParameters: SupportTicketDetails,\n options: SupportTicketsNoSubscriptionCreateOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<SupportTicketDetails>, SupportTicketDetails> {\n return getLongRunningPoller(context, _createDeserialize, [\"200\", \"202\", \"201\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _createSend(context, supportTicketName, createSupportTicketParameters, options),\n resourceLocationConfig: \"azure-async-operation\",\n apiVersion: context.apiVersion ?? \"2025-06-01-preview\",\n }) as PollerLike<OperationState<SupportTicketDetails>, SupportTicketDetails>;\n}\n\nexport function _getSend(\n context: Client,\n supportTicketName: string,\n options: SupportTicketsNoSubscriptionGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/providers/Microsoft.Support/supportTickets/{supportTicketName}{?api%2Dversion}\",\n {\n supportTicketName: supportTicketName,\n \"api%2Dversion\": context.apiVersion ?? \"2025-06-01-preview\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _getDeserialize(\n result: PathUncheckedResponse,\n): Promise<SupportTicketDetails> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n if (result.body) {\n error.details = errorResponseDeserializer(result.body);\n }\n\n throw error;\n }\n\n return supportTicketDetailsDeserializer(result.body);\n}\n\n/** Gets details for a specific support ticket. 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. */\nexport async function get(\n context: Client,\n supportTicketName: string,\n options: SupportTicketsNoSubscriptionGetOptionalParams = { requestOptions: {} },\n): Promise<SupportTicketDetails> {\n const result = await _getSend(context, supportTicketName, options);\n return _getDeserialize(result);\n}\n"]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { OperationOptions } from "@azure-rest/core-client";
|
|
2
|
+
/** Optional parameters. */
|
|
3
|
+
export interface SupportTicketsNoSubscriptionCheckNameAvailabilityOptionalParams extends OperationOptions {
|
|
4
|
+
}
|
|
5
|
+
/** Optional parameters. */
|
|
6
|
+
export interface SupportTicketsNoSubscriptionListOptionalParams extends OperationOptions {
|
|
7
|
+
/** The number of values to return in the collection. Default is 25 and max is 100. */
|
|
8
|
+
top?: number;
|
|
9
|
+
/** 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'. */
|
|
10
|
+
filter?: string;
|
|
11
|
+
}
|
|
12
|
+
/** Optional parameters. */
|
|
13
|
+
export interface SupportTicketsNoSubscriptionUpdateOptionalParams extends OperationOptions {
|
|
14
|
+
}
|
|
15
|
+
/** Optional parameters. */
|
|
16
|
+
export interface SupportTicketsNoSubscriptionCreateOptionalParams extends OperationOptions {
|
|
17
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
18
|
+
updateIntervalInMs?: number;
|
|
19
|
+
}
|
|
20
|
+
/** Optional parameters. */
|
|
21
|
+
export interface SupportTicketsNoSubscriptionGetOptionalParams extends OperationOptions {
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/api/supportTicketsNoSubscription/options.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface SupportTicketsNoSubscriptionCheckNameAvailabilityOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface SupportTicketsNoSubscriptionListOptionalParams extends OperationOptions {\n /** The number of values to return in the collection. Default is 25 and max is 100. */\n top?: number;\n /** 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'. */\n filter?: string;\n}\n\n/** Optional parameters. */\nexport interface SupportTicketsNoSubscriptionUpdateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface SupportTicketsNoSubscriptionCreateOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface SupportTicketsNoSubscriptionGetOptionalParams extends OperationOptions {}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { MicrosoftSupportContext } from "../../api/microsoftSupportContext.js";
|
|
2
|
+
import { ChatTranscriptsListOptionalParams, ChatTranscriptsGetOptionalParams } from "../../api/chatTranscripts/options.js";
|
|
3
|
+
import { ChatTranscriptDetails } from "../../models/models.js";
|
|
4
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
/** Interface representing a ChatTranscripts operations. */
|
|
6
|
+
export interface ChatTranscriptsOperations {
|
|
7
|
+
/** Lists all chat transcripts for a support ticket under subscription */
|
|
8
|
+
list: (supportTicketName: string, options?: ChatTranscriptsListOptionalParams) => PagedAsyncIterableIterator<ChatTranscriptDetails>;
|
|
9
|
+
/** Returns chatTranscript details for a support ticket under a subscription. */
|
|
10
|
+
get: (supportTicketName: string, chatTranscriptName: string, options?: ChatTranscriptsGetOptionalParams) => Promise<ChatTranscriptDetails>;
|
|
11
|
+
}
|
|
12
|
+
export declare function _getChatTranscriptsOperations(context: MicrosoftSupportContext): ChatTranscriptsOperations;
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { list, get } from "../../api/chatTranscripts/operations.js";
|
|
4
|
+
function _getChatTranscripts(context) {
|
|
5
|
+
return {
|
|
6
|
+
list: (supportTicketName, options) => list(context, supportTicketName, options),
|
|
7
|
+
get: (supportTicketName, chatTranscriptName, options) => get(context, supportTicketName, chatTranscriptName, options),
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export function _getChatTranscriptsOperations(context) {
|
|
11
|
+
return {
|
|
12
|
+
..._getChatTranscripts(context),
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/chatTranscripts/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,yCAAyC,CAAC;AAuBpE,SAAS,mBAAmB,CAAC,OAAgC;IAC3D,OAAO;QACL,IAAI,EAAE,CAAC,iBAAyB,EAAE,OAA2C,EAAE,EAAE,CAC/E,IAAI,CAAC,OAAO,EAAE,iBAAiB,EAAE,OAAO,CAAC;QAC3C,GAAG,EAAE,CACH,iBAAyB,EACzB,kBAA0B,EAC1B,OAA0C,EAC1C,EAAE,CAAC,GAAG,CAAC,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,CAAC;KAClE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAC3C,OAAgC;IAEhC,OAAO;QACL,GAAG,mBAAmB,CAAC,OAAO,CAAC;KAChC,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { MicrosoftSupportContext } from \"../../api/microsoftSupportContext.js\";\nimport { list, get } from \"../../api/chatTranscripts/operations.js\";\nimport {\n ChatTranscriptsListOptionalParams,\n ChatTranscriptsGetOptionalParams,\n} from \"../../api/chatTranscripts/options.js\";\nimport { ChatTranscriptDetails } from \"../../models/models.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\n\n/** Interface representing a ChatTranscripts operations. */\nexport interface ChatTranscriptsOperations {\n /** Lists all chat transcripts for a support ticket under subscription */\n list: (\n supportTicketName: string,\n options?: ChatTranscriptsListOptionalParams,\n ) => PagedAsyncIterableIterator<ChatTranscriptDetails>;\n /** Returns chatTranscript details for a support ticket under a subscription. */\n get: (\n supportTicketName: string,\n chatTranscriptName: string,\n options?: ChatTranscriptsGetOptionalParams,\n ) => Promise<ChatTranscriptDetails>;\n}\n\nfunction _getChatTranscripts(context: MicrosoftSupportContext) {\n return {\n list: (supportTicketName: string, options?: ChatTranscriptsListOptionalParams) =>\n list(context, supportTicketName, options),\n get: (\n supportTicketName: string,\n chatTranscriptName: string,\n options?: ChatTranscriptsGetOptionalParams,\n ) => get(context, supportTicketName, chatTranscriptName, options),\n };\n}\n\nexport function _getChatTranscriptsOperations(\n context: MicrosoftSupportContext,\n): ChatTranscriptsOperations {\n return {\n ..._getChatTranscripts(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { MicrosoftSupportContext } from "../../api/microsoftSupportContext.js";
|
|
2
|
+
import { ChatTranscriptsNoSubscriptionListOptionalParams, ChatTranscriptsNoSubscriptionGetOptionalParams } from "../../api/chatTranscriptsNoSubscription/options.js";
|
|
3
|
+
import { ChatTranscriptDetails } from "../../models/models.js";
|
|
4
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
/** Interface representing a ChatTranscriptsNoSubscription operations. */
|
|
6
|
+
export interface ChatTranscriptsNoSubscriptionOperations {
|
|
7
|
+
/** Lists all chat transcripts for a support ticket */
|
|
8
|
+
list: (supportTicketName: string, options?: ChatTranscriptsNoSubscriptionListOptionalParams) => PagedAsyncIterableIterator<ChatTranscriptDetails>;
|
|
9
|
+
/** Returns chatTranscript details for a no subscription support ticket. */
|
|
10
|
+
get: (supportTicketName: string, chatTranscriptName: string, options?: ChatTranscriptsNoSubscriptionGetOptionalParams) => Promise<ChatTranscriptDetails>;
|
|
11
|
+
}
|
|
12
|
+
export declare function _getChatTranscriptsNoSubscriptionOperations(context: MicrosoftSupportContext): ChatTranscriptsNoSubscriptionOperations;
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { list, get } from "../../api/chatTranscriptsNoSubscription/operations.js";
|
|
4
|
+
function _getChatTranscriptsNoSubscription(context) {
|
|
5
|
+
return {
|
|
6
|
+
list: (supportTicketName, options) => list(context, supportTicketName, options),
|
|
7
|
+
get: (supportTicketName, chatTranscriptName, options) => get(context, supportTicketName, chatTranscriptName, options),
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export function _getChatTranscriptsNoSubscriptionOperations(context) {
|
|
11
|
+
return {
|
|
12
|
+
..._getChatTranscriptsNoSubscription(context),
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/chatTranscriptsNoSubscription/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,uDAAuD,CAAC;AAuBlF,SAAS,iCAAiC,CAAC,OAAgC;IACzE,OAAO;QACL,IAAI,EAAE,CAAC,iBAAyB,EAAE,OAAyD,EAAE,EAAE,CAC7F,IAAI,CAAC,OAAO,EAAE,iBAAiB,EAAE,OAAO,CAAC;QAC3C,GAAG,EAAE,CACH,iBAAyB,EACzB,kBAA0B,EAC1B,OAAwD,EACxD,EAAE,CAAC,GAAG,CAAC,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,OAAO,CAAC;KAClE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,OAAgC;IAEhC,OAAO;QACL,GAAG,iCAAiC,CAAC,OAAO,CAAC;KAC9C,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { MicrosoftSupportContext } from \"../../api/microsoftSupportContext.js\";\nimport { list, get } from \"../../api/chatTranscriptsNoSubscription/operations.js\";\nimport {\n ChatTranscriptsNoSubscriptionListOptionalParams,\n ChatTranscriptsNoSubscriptionGetOptionalParams,\n} from \"../../api/chatTranscriptsNoSubscription/options.js\";\nimport { ChatTranscriptDetails } from \"../../models/models.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\n\n/** Interface representing a ChatTranscriptsNoSubscription operations. */\nexport interface ChatTranscriptsNoSubscriptionOperations {\n /** Lists all chat transcripts for a support ticket */\n list: (\n supportTicketName: string,\n options?: ChatTranscriptsNoSubscriptionListOptionalParams,\n ) => PagedAsyncIterableIterator<ChatTranscriptDetails>;\n /** Returns chatTranscript details for a no subscription support ticket. */\n get: (\n supportTicketName: string,\n chatTranscriptName: string,\n options?: ChatTranscriptsNoSubscriptionGetOptionalParams,\n ) => Promise<ChatTranscriptDetails>;\n}\n\nfunction _getChatTranscriptsNoSubscription(context: MicrosoftSupportContext) {\n return {\n list: (supportTicketName: string, options?: ChatTranscriptsNoSubscriptionListOptionalParams) =>\n list(context, supportTicketName, options),\n get: (\n supportTicketName: string,\n chatTranscriptName: string,\n options?: ChatTranscriptsNoSubscriptionGetOptionalParams,\n ) => get(context, supportTicketName, chatTranscriptName, options),\n };\n}\n\nexport function _getChatTranscriptsNoSubscriptionOperations(\n context: MicrosoftSupportContext,\n): ChatTranscriptsNoSubscriptionOperations {\n return {\n ..._getChatTranscriptsNoSubscription(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { MicrosoftSupportContext } from "../../api/microsoftSupportContext.js";
|
|
2
|
+
import { ClassifyProblemsClassifyProblemsOptionalParams } from "../../api/classifyProblems/options.js";
|
|
3
|
+
import { ProblemClassificationsClassificationInput, ProblemClassificationsClassificationOutput } from "../../models/models.js";
|
|
4
|
+
/** Interface representing a ClassifyProblems operations. */
|
|
5
|
+
export interface ClassifyProblemsOperations {
|
|
6
|
+
/** Classify the right problem classifications (categories) available for a specific Azure service. */
|
|
7
|
+
classifyProblems: (problemServiceName: string, problemClassificationsClassificationInput: ProblemClassificationsClassificationInput, options?: ClassifyProblemsClassifyProblemsOptionalParams) => Promise<ProblemClassificationsClassificationOutput>;
|
|
8
|
+
}
|
|
9
|
+
export declare function _getClassifyProblemsOperations(context: MicrosoftSupportContext): ClassifyProblemsOperations;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { classifyProblems } from "../../api/classifyProblems/operations.js";
|
|
4
|
+
function _getClassifyProblems(context) {
|
|
5
|
+
return {
|
|
6
|
+
classifyProblems: (problemServiceName, problemClassificationsClassificationInput, options) => classifyProblems(context, problemServiceName, problemClassificationsClassificationInput, options),
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export function _getClassifyProblemsOperations(context) {
|
|
10
|
+
return {
|
|
11
|
+
..._getClassifyProblems(context),
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/classifyProblems/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAiB5E,SAAS,oBAAoB,CAAC,OAAgC;IAC5D,OAAO;QACL,gBAAgB,EAAE,CAChB,kBAA0B,EAC1B,yCAAoF,EACpF,OAAwD,EACxD,EAAE,CACF,gBAAgB,CACd,OAAO,EACP,kBAAkB,EAClB,yCAAyC,EACzC,OAAO,CACR;KACJ,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAC5C,OAAgC;IAEhC,OAAO;QACL,GAAG,oBAAoB,CAAC,OAAO,CAAC;KACjC,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { MicrosoftSupportContext } from \"../../api/microsoftSupportContext.js\";\nimport { classifyProblems } from \"../../api/classifyProblems/operations.js\";\nimport { ClassifyProblemsClassifyProblemsOptionalParams } from \"../../api/classifyProblems/options.js\";\nimport {\n ProblemClassificationsClassificationInput,\n ProblemClassificationsClassificationOutput,\n} from \"../../models/models.js\";\n\n/** Interface representing a ClassifyProblems operations. */\nexport interface ClassifyProblemsOperations {\n /** Classify the right problem classifications (categories) available for a specific Azure service. */\n classifyProblems: (\n problemServiceName: string,\n problemClassificationsClassificationInput: ProblemClassificationsClassificationInput,\n options?: ClassifyProblemsClassifyProblemsOptionalParams,\n ) => Promise<ProblemClassificationsClassificationOutput>;\n}\n\nfunction _getClassifyProblems(context: MicrosoftSupportContext) {\n return {\n classifyProblems: (\n problemServiceName: string,\n problemClassificationsClassificationInput: ProblemClassificationsClassificationInput,\n options?: ClassifyProblemsClassifyProblemsOptionalParams,\n ) =>\n classifyProblems(\n context,\n problemServiceName,\n problemClassificationsClassificationInput,\n options,\n ),\n };\n}\n\nexport function _getClassifyProblemsOperations(\n context: MicrosoftSupportContext,\n): ClassifyProblemsOperations {\n return {\n ..._getClassifyProblems(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { MicrosoftSupportContext } from "../../api/microsoftSupportContext.js";
|
|
2
|
+
import { ClassifyProblemsNoSubscriptionClassifyProblemsOptionalParams } from "../../api/classifyProblemsNoSubscription/options.js";
|
|
3
|
+
import { ProblemClassificationsClassificationInput, ProblemClassificationsClassificationOutput } from "../../models/models.js";
|
|
4
|
+
/** Interface representing a ClassifyProblemsNoSubscription operations. */
|
|
5
|
+
export interface ClassifyProblemsNoSubscriptionOperations {
|
|
6
|
+
/** Classify the right problem classifications (categories) available for a specific Azure service. */
|
|
7
|
+
classifyProblems: (problemServiceName: string, problemClassificationsClassificationInput: ProblemClassificationsClassificationInput, options?: ClassifyProblemsNoSubscriptionClassifyProblemsOptionalParams) => Promise<ProblemClassificationsClassificationOutput>;
|
|
8
|
+
}
|
|
9
|
+
export declare function _getClassifyProblemsNoSubscriptionOperations(context: MicrosoftSupportContext): ClassifyProblemsNoSubscriptionOperations;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { classifyProblems } from "../../api/classifyProblemsNoSubscription/operations.js";
|
|
4
|
+
function _getClassifyProblemsNoSubscription(context) {
|
|
5
|
+
return {
|
|
6
|
+
classifyProblems: (problemServiceName, problemClassificationsClassificationInput, options) => classifyProblems(context, problemServiceName, problemClassificationsClassificationInput, options),
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export function _getClassifyProblemsNoSubscriptionOperations(context) {
|
|
10
|
+
return {
|
|
11
|
+
..._getClassifyProblemsNoSubscription(context),
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/classifyProblemsNoSubscription/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,gBAAgB,EAAE,MAAM,wDAAwD,CAAC;AAiB1F,SAAS,kCAAkC,CAAC,OAAgC;IAC1E,OAAO;QACL,gBAAgB,EAAE,CAChB,kBAA0B,EAC1B,yCAAoF,EACpF,OAAsE,EACtE,EAAE,CACF,gBAAgB,CACd,OAAO,EACP,kBAAkB,EAClB,yCAAyC,EACzC,OAAO,CACR;KACJ,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4CAA4C,CAC1D,OAAgC;IAEhC,OAAO;QACL,GAAG,kCAAkC,CAAC,OAAO,CAAC;KAC/C,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { MicrosoftSupportContext } from \"../../api/microsoftSupportContext.js\";\nimport { classifyProblems } from \"../../api/classifyProblemsNoSubscription/operations.js\";\nimport { ClassifyProblemsNoSubscriptionClassifyProblemsOptionalParams } from \"../../api/classifyProblemsNoSubscription/options.js\";\nimport {\n ProblemClassificationsClassificationInput,\n ProblemClassificationsClassificationOutput,\n} from \"../../models/models.js\";\n\n/** Interface representing a ClassifyProblemsNoSubscription operations. */\nexport interface ClassifyProblemsNoSubscriptionOperations {\n /** Classify the right problem classifications (categories) available for a specific Azure service. */\n classifyProblems: (\n problemServiceName: string,\n problemClassificationsClassificationInput: ProblemClassificationsClassificationInput,\n options?: ClassifyProblemsNoSubscriptionClassifyProblemsOptionalParams,\n ) => Promise<ProblemClassificationsClassificationOutput>;\n}\n\nfunction _getClassifyProblemsNoSubscription(context: MicrosoftSupportContext) {\n return {\n classifyProblems: (\n problemServiceName: string,\n problemClassificationsClassificationInput: ProblemClassificationsClassificationInput,\n options?: ClassifyProblemsNoSubscriptionClassifyProblemsOptionalParams,\n ) =>\n classifyProblems(\n context,\n problemServiceName,\n problemClassificationsClassificationInput,\n options,\n ),\n };\n}\n\nexport function _getClassifyProblemsNoSubscriptionOperations(\n context: MicrosoftSupportContext,\n): ClassifyProblemsNoSubscriptionOperations {\n return {\n ..._getClassifyProblemsNoSubscription(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { MicrosoftSupportContext } from "../../api/microsoftSupportContext.js";
|
|
2
|
+
import { ClassifyServicesClassifyServicesOptionalParams } from "../../api/classifyServices/options.js";
|
|
3
|
+
import { ServiceClassificationRequest, ServiceClassificationOutput } from "../../models/models.js";
|
|
4
|
+
/** Interface representing a ClassifyServices operations. */
|
|
5
|
+
export interface ClassifyServicesOperations {
|
|
6
|
+
/** Classify the list of right Azure services. */
|
|
7
|
+
classifyServices: (serviceClassificationRequest: ServiceClassificationRequest, options?: ClassifyServicesClassifyServicesOptionalParams) => Promise<ServiceClassificationOutput>;
|
|
8
|
+
}
|
|
9
|
+
export declare function _getClassifyServicesOperations(context: MicrosoftSupportContext): ClassifyServicesOperations;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { classifyServices } from "../../api/classifyServices/operations.js";
|
|
4
|
+
function _getClassifyServices(context) {
|
|
5
|
+
return {
|
|
6
|
+
classifyServices: (serviceClassificationRequest, options) => classifyServices(context, serviceClassificationRequest, options),
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export function _getClassifyServicesOperations(context) {
|
|
10
|
+
return {
|
|
11
|
+
..._getClassifyServices(context),
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/classifyServices/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAa5E,SAAS,oBAAoB,CAAC,OAAgC;IAC5D,OAAO;QACL,gBAAgB,EAAE,CAChB,4BAA0D,EAC1D,OAAwD,EACxD,EAAE,CAAC,gBAAgB,CAAC,OAAO,EAAE,4BAA4B,EAAE,OAAO,CAAC;KACtE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAC5C,OAAgC;IAEhC,OAAO;QACL,GAAG,oBAAoB,CAAC,OAAO,CAAC;KACjC,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { MicrosoftSupportContext } from \"../../api/microsoftSupportContext.js\";\nimport { classifyServices } from \"../../api/classifyServices/operations.js\";\nimport { ClassifyServicesClassifyServicesOptionalParams } from \"../../api/classifyServices/options.js\";\nimport { ServiceClassificationRequest, ServiceClassificationOutput } from \"../../models/models.js\";\n\n/** Interface representing a ClassifyServices operations. */\nexport interface ClassifyServicesOperations {\n /** Classify the list of right Azure services. */\n classifyServices: (\n serviceClassificationRequest: ServiceClassificationRequest,\n options?: ClassifyServicesClassifyServicesOptionalParams,\n ) => Promise<ServiceClassificationOutput>;\n}\n\nfunction _getClassifyServices(context: MicrosoftSupportContext) {\n return {\n classifyServices: (\n serviceClassificationRequest: ServiceClassificationRequest,\n options?: ClassifyServicesClassifyServicesOptionalParams,\n ) => classifyServices(context, serviceClassificationRequest, options),\n };\n}\n\nexport function _getClassifyServicesOperations(\n context: MicrosoftSupportContext,\n): ClassifyServicesOperations {\n return {\n ..._getClassifyServices(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { MicrosoftSupportContext } from "../../api/microsoftSupportContext.js";
|
|
2
|
+
import { ClassifyServicesNoSubscriptionClassifyServicesOptionalParams } from "../../api/classifyServicesNoSubscription/options.js";
|
|
3
|
+
import { ServiceClassificationRequest, ServiceClassificationOutput } from "../../models/models.js";
|
|
4
|
+
/** Interface representing a ClassifyServicesNoSubscription operations. */
|
|
5
|
+
export interface ClassifyServicesNoSubscriptionOperations {
|
|
6
|
+
/** Classify the list of right Azure services. */
|
|
7
|
+
classifyServices: (serviceClassificationRequest: ServiceClassificationRequest, options?: ClassifyServicesNoSubscriptionClassifyServicesOptionalParams) => Promise<ServiceClassificationOutput>;
|
|
8
|
+
}
|
|
9
|
+
export declare function _getClassifyServicesNoSubscriptionOperations(context: MicrosoftSupportContext): ClassifyServicesNoSubscriptionOperations;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { classifyServices } from "../../api/classifyServicesNoSubscription/operations.js";
|
|
4
|
+
function _getClassifyServicesNoSubscription(context) {
|
|
5
|
+
return {
|
|
6
|
+
classifyServices: (serviceClassificationRequest, options) => classifyServices(context, serviceClassificationRequest, options),
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export function _getClassifyServicesNoSubscriptionOperations(context) {
|
|
10
|
+
return {
|
|
11
|
+
..._getClassifyServicesNoSubscription(context),
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/classifyServicesNoSubscription/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,gBAAgB,EAAE,MAAM,wDAAwD,CAAC;AAa1F,SAAS,kCAAkC,CAAC,OAAgC;IAC1E,OAAO;QACL,gBAAgB,EAAE,CAChB,4BAA0D,EAC1D,OAAsE,EACtE,EAAE,CAAC,gBAAgB,CAAC,OAAO,EAAE,4BAA4B,EAAE,OAAO,CAAC;KACtE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4CAA4C,CAC1D,OAAgC;IAEhC,OAAO;QACL,GAAG,kCAAkC,CAAC,OAAO,CAAC;KAC/C,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { MicrosoftSupportContext } from \"../../api/microsoftSupportContext.js\";\nimport { classifyServices } from \"../../api/classifyServicesNoSubscription/operations.js\";\nimport { ClassifyServicesNoSubscriptionClassifyServicesOptionalParams } from \"../../api/classifyServicesNoSubscription/options.js\";\nimport { ServiceClassificationRequest, ServiceClassificationOutput } from \"../../models/models.js\";\n\n/** Interface representing a ClassifyServicesNoSubscription operations. */\nexport interface ClassifyServicesNoSubscriptionOperations {\n /** Classify the list of right Azure services. */\n classifyServices: (\n serviceClassificationRequest: ServiceClassificationRequest,\n options?: ClassifyServicesNoSubscriptionClassifyServicesOptionalParams,\n ) => Promise<ServiceClassificationOutput>;\n}\n\nfunction _getClassifyServicesNoSubscription(context: MicrosoftSupportContext) {\n return {\n classifyServices: (\n serviceClassificationRequest: ServiceClassificationRequest,\n options?: ClassifyServicesNoSubscriptionClassifyServicesOptionalParams,\n ) => classifyServices(context, serviceClassificationRequest, options),\n };\n}\n\nexport function _getClassifyServicesNoSubscriptionOperations(\n context: MicrosoftSupportContext,\n): ClassifyServicesNoSubscriptionOperations {\n return {\n ..._getClassifyServicesNoSubscription(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { MicrosoftSupportContext } from "../../api/microsoftSupportContext.js";
|
|
2
|
+
import { CommunicationsCheckNameAvailabilityOptionalParams, CommunicationsListOptionalParams, CommunicationsCreateOptionalParams, CommunicationsGetOptionalParams } from "../../api/communications/options.js";
|
|
3
|
+
import { CommunicationDetails, CheckNameAvailabilityInput, CheckNameAvailabilityOutput } from "../../models/models.js";
|
|
4
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
import { SimplePollerLike } from "../../static-helpers/simplePollerHelpers.js";
|
|
6
|
+
import { PollerLike, OperationState } from "@azure/core-lro";
|
|
7
|
+
/** Interface representing a Communications operations. */
|
|
8
|
+
export interface CommunicationsOperations {
|
|
9
|
+
/** Check the availability of a resource name. This API should be used to check the uniqueness of the name for adding a new communication to the support ticket. */
|
|
10
|
+
checkNameAvailability: (supportTicketName: string, checkNameAvailabilityInput: CheckNameAvailabilityInput, options?: CommunicationsCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityOutput>;
|
|
11
|
+
/** 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. */
|
|
12
|
+
list: (supportTicketName: string, options?: CommunicationsListOptionalParams) => PagedAsyncIterableIterator<CommunicationDetails>;
|
|
13
|
+
/** Adds a new customer communication to an Azure support ticket. */
|
|
14
|
+
create: (supportTicketName: string, communicationName: string, createCommunicationParameters: CommunicationDetails, options?: CommunicationsCreateOptionalParams) => PollerLike<OperationState<CommunicationDetails>, CommunicationDetails>;
|
|
15
|
+
/** @deprecated use create instead */
|
|
16
|
+
beginCreate: (supportTicketName: string, communicationName: string, createCommunicationParameters: CommunicationDetails, options?: CommunicationsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<CommunicationDetails>, CommunicationDetails>>;
|
|
17
|
+
/** @deprecated use create instead */
|
|
18
|
+
beginCreateAndWait: (supportTicketName: string, communicationName: string, createCommunicationParameters: CommunicationDetails, options?: CommunicationsCreateOptionalParams) => Promise<CommunicationDetails>;
|
|
19
|
+
/** Returns communication details for a support ticket. */
|
|
20
|
+
get: (supportTicketName: string, communicationName: string, options?: CommunicationsGetOptionalParams) => Promise<CommunicationDetails>;
|
|
21
|
+
}
|
|
22
|
+
export declare function _getCommunicationsOperations(context: MicrosoftSupportContext): CommunicationsOperations;
|
|
23
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { checkNameAvailability, list, create, get } from "../../api/communications/operations.js";
|
|
4
|
+
import { getSimplePoller } from "../../static-helpers/simplePollerHelpers.js";
|
|
5
|
+
function _getCommunications(context) {
|
|
6
|
+
return {
|
|
7
|
+
checkNameAvailability: (supportTicketName, checkNameAvailabilityInput, options) => checkNameAvailability(context, supportTicketName, checkNameAvailabilityInput, options),
|
|
8
|
+
list: (supportTicketName, options) => list(context, supportTicketName, options),
|
|
9
|
+
create: (supportTicketName, communicationName, createCommunicationParameters, options) => create(context, supportTicketName, communicationName, createCommunicationParameters, options),
|
|
10
|
+
beginCreate: async (supportTicketName, communicationName, createCommunicationParameters, options) => {
|
|
11
|
+
const poller = create(context, supportTicketName, communicationName, createCommunicationParameters, options);
|
|
12
|
+
await poller.submitted();
|
|
13
|
+
return getSimplePoller(poller);
|
|
14
|
+
},
|
|
15
|
+
beginCreateAndWait: async (supportTicketName, communicationName, createCommunicationParameters, options) => {
|
|
16
|
+
return await create(context, supportTicketName, communicationName, createCommunicationParameters, options);
|
|
17
|
+
},
|
|
18
|
+
get: (supportTicketName, communicationName, options) => get(context, supportTicketName, communicationName, options),
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
export function _getCommunicationsOperations(context) {
|
|
22
|
+
return {
|
|
23
|
+
..._getCommunications(context),
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/communications/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,qBAAqB,EAAE,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,wCAAwC,CAAC;AAalG,OAAO,EAAoB,eAAe,EAAE,MAAM,6CAA6C,CAAC;AA6ChG,SAAS,kBAAkB,CAAC,OAAgC;IAC1D,OAAO;QACL,qBAAqB,EAAE,CACrB,iBAAyB,EACzB,0BAAsD,EACtD,OAA2D,EAC3D,EAAE,CAAC,qBAAqB,CAAC,OAAO,EAAE,iBAAiB,EAAE,0BAA0B,EAAE,OAAO,CAAC;QAC3F,IAAI,EAAE,CAAC,iBAAyB,EAAE,OAA0C,EAAE,EAAE,CAC9E,IAAI,CAAC,OAAO,EAAE,iBAAiB,EAAE,OAAO,CAAC;QAC3C,MAAM,EAAE,CACN,iBAAyB,EACzB,iBAAyB,EACzB,6BAAmD,EACnD,OAA4C,EAC5C,EAAE,CACF,MAAM,CAAC,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,6BAA6B,EAAE,OAAO,CAAC;QAC/F,WAAW,EAAE,KAAK,EAChB,iBAAyB,EACzB,iBAAyB,EACzB,6BAAmD,EACnD,OAA4C,EAC5C,EAAE;YACF,MAAM,MAAM,GAAG,MAAM,CACnB,OAAO,EACP,iBAAiB,EACjB,iBAAiB,EACjB,6BAA6B,EAC7B,OAAO,CACR,CAAC;YACF,MAAM,MAAM,CAAC,SAAS,EAAE,CAAC;YACzB,OAAO,eAAe,CAAC,MAAM,CAAC,CAAC;QACjC,CAAC;QACD,kBAAkB,EAAE,KAAK,EACvB,iBAAyB,EACzB,iBAAyB,EACzB,6BAAmD,EACnD,OAA4C,EAC5C,EAAE;YACF,OAAO,MAAM,MAAM,CACjB,OAAO,EACP,iBAAiB,EACjB,iBAAiB,EACjB,6BAA6B,EAC7B,OAAO,CACR,CAAC;QACJ,CAAC;QACD,GAAG,EAAE,CACH,iBAAyB,EACzB,iBAAyB,EACzB,OAAyC,EACzC,EAAE,CAAC,GAAG,CAAC,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,OAAO,CAAC;KACjE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAC1C,OAAgC;IAEhC,OAAO;QACL,GAAG,kBAAkB,CAAC,OAAO,CAAC;KAC/B,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { MicrosoftSupportContext } from \"../../api/microsoftSupportContext.js\";\nimport { checkNameAvailability, list, create, get } from \"../../api/communications/operations.js\";\nimport {\n CommunicationsCheckNameAvailabilityOptionalParams,\n CommunicationsListOptionalParams,\n CommunicationsCreateOptionalParams,\n CommunicationsGetOptionalParams,\n} from \"../../api/communications/options.js\";\nimport {\n CommunicationDetails,\n CheckNameAvailabilityInput,\n CheckNameAvailabilityOutput,\n} from \"../../models/models.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { SimplePollerLike, getSimplePoller } from \"../../static-helpers/simplePollerHelpers.js\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\n\n/** Interface representing a Communications operations. */\nexport interface CommunicationsOperations {\n /** Check the availability of a resource name. This API should be used to check the uniqueness of the name for adding a new communication to the support ticket. */\n checkNameAvailability: (\n supportTicketName: string,\n checkNameAvailabilityInput: CheckNameAvailabilityInput,\n options?: CommunicationsCheckNameAvailabilityOptionalParams,\n ) => Promise<CheckNameAvailabilityOutput>;\n /** 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. */\n list: (\n supportTicketName: string,\n options?: CommunicationsListOptionalParams,\n ) => PagedAsyncIterableIterator<CommunicationDetails>;\n /** Adds a new customer communication to an Azure support ticket. */\n create: (\n supportTicketName: string,\n communicationName: string,\n createCommunicationParameters: CommunicationDetails,\n options?: CommunicationsCreateOptionalParams,\n ) => PollerLike<OperationState<CommunicationDetails>, CommunicationDetails>;\n /** @deprecated use create instead */\n beginCreate: (\n supportTicketName: string,\n communicationName: string,\n createCommunicationParameters: CommunicationDetails,\n options?: CommunicationsCreateOptionalParams,\n ) => Promise<SimplePollerLike<OperationState<CommunicationDetails>, CommunicationDetails>>;\n /** @deprecated use create instead */\n beginCreateAndWait: (\n supportTicketName: string,\n communicationName: string,\n createCommunicationParameters: CommunicationDetails,\n options?: CommunicationsCreateOptionalParams,\n ) => Promise<CommunicationDetails>;\n /** Returns communication details for a support ticket. */\n get: (\n supportTicketName: string,\n communicationName: string,\n options?: CommunicationsGetOptionalParams,\n ) => Promise<CommunicationDetails>;\n}\n\nfunction _getCommunications(context: MicrosoftSupportContext) {\n return {\n checkNameAvailability: (\n supportTicketName: string,\n checkNameAvailabilityInput: CheckNameAvailabilityInput,\n options?: CommunicationsCheckNameAvailabilityOptionalParams,\n ) => checkNameAvailability(context, supportTicketName, checkNameAvailabilityInput, options),\n list: (supportTicketName: string, options?: CommunicationsListOptionalParams) =>\n list(context, supportTicketName, options),\n create: (\n supportTicketName: string,\n communicationName: string,\n createCommunicationParameters: CommunicationDetails,\n options?: CommunicationsCreateOptionalParams,\n ) =>\n create(context, supportTicketName, communicationName, createCommunicationParameters, options),\n beginCreate: async (\n supportTicketName: string,\n communicationName: string,\n createCommunicationParameters: CommunicationDetails,\n options?: CommunicationsCreateOptionalParams,\n ) => {\n const poller = create(\n context,\n supportTicketName,\n communicationName,\n createCommunicationParameters,\n options,\n );\n await poller.submitted();\n return getSimplePoller(poller);\n },\n beginCreateAndWait: async (\n supportTicketName: string,\n communicationName: string,\n createCommunicationParameters: CommunicationDetails,\n options?: CommunicationsCreateOptionalParams,\n ) => {\n return await create(\n context,\n supportTicketName,\n communicationName,\n createCommunicationParameters,\n options,\n );\n },\n get: (\n supportTicketName: string,\n communicationName: string,\n options?: CommunicationsGetOptionalParams,\n ) => get(context, supportTicketName, communicationName, options),\n };\n}\n\nexport function _getCommunicationsOperations(\n context: MicrosoftSupportContext,\n): CommunicationsOperations {\n return {\n ..._getCommunications(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { MicrosoftSupportContext } from "../../api/microsoftSupportContext.js";
|
|
2
|
+
import { CommunicationsNoSubscriptionCheckNameAvailabilityOptionalParams, CommunicationsNoSubscriptionListOptionalParams, CommunicationsNoSubscriptionCreateOptionalParams, CommunicationsNoSubscriptionGetOptionalParams } from "../../api/communicationsNoSubscription/options.js";
|
|
3
|
+
import { CommunicationDetails, CheckNameAvailabilityInput, CheckNameAvailabilityOutput } from "../../models/models.js";
|
|
4
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
import { SimplePollerLike } from "../../static-helpers/simplePollerHelpers.js";
|
|
6
|
+
import { PollerLike, OperationState } from "@azure/core-lro";
|
|
7
|
+
/** Interface representing a CommunicationsNoSubscription operations. */
|
|
8
|
+
export interface CommunicationsNoSubscriptionOperations {
|
|
9
|
+
/** Check the availability of a resource name. This API should be used to check the uniqueness of the name for adding a new communication to the support ticket. */
|
|
10
|
+
checkNameAvailability: (supportTicketName: string, checkNameAvailabilityInput: CheckNameAvailabilityInput, options?: CommunicationsNoSubscriptionCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityOutput>;
|
|
11
|
+
/** 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. */
|
|
12
|
+
list: (supportTicketName: string, options?: CommunicationsNoSubscriptionListOptionalParams) => PagedAsyncIterableIterator<CommunicationDetails>;
|
|
13
|
+
/** Adds a new customer communication to an Azure support ticket. */
|
|
14
|
+
create: (supportTicketName: string, communicationName: string, createCommunicationParameters: CommunicationDetails, options?: CommunicationsNoSubscriptionCreateOptionalParams) => PollerLike<OperationState<CommunicationDetails>, CommunicationDetails>;
|
|
15
|
+
/** @deprecated use create instead */
|
|
16
|
+
beginCreate: (supportTicketName: string, communicationName: string, createCommunicationParameters: CommunicationDetails, options?: CommunicationsNoSubscriptionCreateOptionalParams) => Promise<SimplePollerLike<OperationState<CommunicationDetails>, CommunicationDetails>>;
|
|
17
|
+
/** @deprecated use create instead */
|
|
18
|
+
beginCreateAndWait: (supportTicketName: string, communicationName: string, createCommunicationParameters: CommunicationDetails, options?: CommunicationsNoSubscriptionCreateOptionalParams) => Promise<CommunicationDetails>;
|
|
19
|
+
/** Returns communication details for a support ticket. */
|
|
20
|
+
get: (supportTicketName: string, communicationName: string, options?: CommunicationsNoSubscriptionGetOptionalParams) => Promise<CommunicationDetails>;
|
|
21
|
+
}
|
|
22
|
+
export declare function _getCommunicationsNoSubscriptionOperations(context: MicrosoftSupportContext): CommunicationsNoSubscriptionOperations;
|
|
23
|
+
//# sourceMappingURL=index.d.ts.map
|