@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
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { SupportTicketDetails, SupportTicketsListOptionalParams, CheckNameAvailabilityInput, SupportTicketsCheckNameAvailabilityOptionalParams, SupportTicketsCheckNameAvailabilityResponse, SupportTicketsGetOptionalParams, SupportTicketsGetResponse, UpdateSupportTicket, SupportTicketsUpdateOptionalParams, SupportTicketsUpdateResponse, SupportTicketsCreateOptionalParams, SupportTicketsCreateResponse } from "../models/index.js";
|
|
4
|
-
/** Interface representing a SupportTickets. */
|
|
5
|
-
export interface SupportTickets {
|
|
6
|
-
/**
|
|
7
|
-
* Lists all the support tickets for an Azure subscription. You can also filter the support tickets by
|
|
8
|
-
* _Status_, _CreatedDate_, _ServiceId_, and _ProblemClassificationId_ using the $filter parameter.
|
|
9
|
-
* Output will be a paged result with _nextLink_, using which you can retrieve the next set of support
|
|
10
|
-
* tickets. <br/><br/>Support ticket data is available for 18 months after ticket creation. If a ticket
|
|
11
|
-
* was created more than 18 months ago, a request for data might cause an error.
|
|
12
|
-
* @param options The options parameters.
|
|
13
|
-
*/
|
|
14
|
-
list(options?: SupportTicketsListOptionalParams): PagedAsyncIterableIterator<SupportTicketDetails>;
|
|
15
|
-
/**
|
|
16
|
-
* Check the availability of a resource name. This API should be used to check the uniqueness of the
|
|
17
|
-
* name for support ticket creation for the selected subscription.
|
|
18
|
-
* @param checkNameAvailabilityInput Input to check.
|
|
19
|
-
* @param options The options parameters.
|
|
20
|
-
*/
|
|
21
|
-
checkNameAvailability(checkNameAvailabilityInput: CheckNameAvailabilityInput, options?: SupportTicketsCheckNameAvailabilityOptionalParams): Promise<SupportTicketsCheckNameAvailabilityResponse>;
|
|
22
|
-
/**
|
|
23
|
-
* Get ticket details for an Azure subscription. Support ticket data is available for 18 months after
|
|
24
|
-
* ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an
|
|
25
|
-
* error.
|
|
26
|
-
* @param supportTicketName Support ticket name.
|
|
27
|
-
* @param options The options parameters.
|
|
28
|
-
*/
|
|
29
|
-
get(supportTicketName: string, options?: SupportTicketsGetOptionalParams): Promise<SupportTicketsGetResponse>;
|
|
30
|
-
/**
|
|
31
|
-
* This API allows you to update the severity level, ticket status, advanced diagnostic consent and
|
|
32
|
-
* your contact information in the support ticket.<br/><br/>Note: The severity levels cannot be changed
|
|
33
|
-
* if a support ticket is actively being worked upon by an Azure support engineer. In such a case,
|
|
34
|
-
* contact your support engineer to request severity update by adding a new communication using the
|
|
35
|
-
* Communications API.
|
|
36
|
-
* @param supportTicketName Support ticket name.
|
|
37
|
-
* @param updateSupportTicket UpdateSupportTicket object.
|
|
38
|
-
* @param options The options parameters.
|
|
39
|
-
*/
|
|
40
|
-
update(supportTicketName: string, updateSupportTicket: UpdateSupportTicket, options?: SupportTicketsUpdateOptionalParams): Promise<SupportTicketsUpdateResponse>;
|
|
41
|
-
/**
|
|
42
|
-
* Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, and
|
|
43
|
-
* Subscription Management issues for the specified subscription. Learn the
|
|
44
|
-
* [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.<br/><br/>Always call
|
|
45
|
-
* the Services and ProblemClassifications API to get the most recent set of services and problem
|
|
46
|
-
* categories required for support ticket creation.<br/><br/>Adding attachments is not currently
|
|
47
|
-
* supported via the API. To add a file to an existing support ticket, visit the [Manage support
|
|
48
|
-
* ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/managesupportrequest)
|
|
49
|
-
* page in the Azure portal, select the support ticket, and use the file upload control to add a new
|
|
50
|
-
* file.<br/><br/>Providing consent to share diagnostic information with Azure support is currently not
|
|
51
|
-
* supported via the API. The Azure support engineer working on your ticket will reach out to you for
|
|
52
|
-
* consent if your issue requires gathering diagnostic information from your Azure
|
|
53
|
-
* resources.<br/><br/>**Creating a support ticket for on-behalf-of**: Include
|
|
54
|
-
* _x-ms-authorization-auxiliary_ header to provide an auxiliary token as per
|
|
55
|
-
* [documentation](https://docs.microsoft.com/azure/azure-resource-manager/management/authenticate-multi-tenant).
|
|
56
|
-
* The primary token will be from the tenant for whom a support ticket is being raised against the
|
|
57
|
-
* subscription, i.e. Cloud solution provider (CSP) customer tenant. The auxiliary token will be from
|
|
58
|
-
* the Cloud solution provider (CSP) partner tenant.
|
|
59
|
-
* @param supportTicketName Support ticket name.
|
|
60
|
-
* @param createSupportTicketParameters Support ticket request payload.
|
|
61
|
-
* @param options The options parameters.
|
|
62
|
-
*/
|
|
63
|
-
beginCreate(supportTicketName: string, createSupportTicketParameters: SupportTicketDetails, options?: SupportTicketsCreateOptionalParams): Promise<SimplePollerLike<OperationState<SupportTicketsCreateResponse>, SupportTicketsCreateResponse>>;
|
|
64
|
-
/**
|
|
65
|
-
* Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, and
|
|
66
|
-
* Subscription Management issues for the specified subscription. Learn the
|
|
67
|
-
* [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.<br/><br/>Always call
|
|
68
|
-
* the Services and ProblemClassifications API to get the most recent set of services and problem
|
|
69
|
-
* categories required for support ticket creation.<br/><br/>Adding attachments is not currently
|
|
70
|
-
* supported via the API. To add a file to an existing support ticket, visit the [Manage support
|
|
71
|
-
* ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/managesupportrequest)
|
|
72
|
-
* page in the Azure portal, select the support ticket, and use the file upload control to add a new
|
|
73
|
-
* file.<br/><br/>Providing consent to share diagnostic information with Azure support is currently not
|
|
74
|
-
* supported via the API. The Azure support engineer working on your ticket will reach out to you for
|
|
75
|
-
* consent if your issue requires gathering diagnostic information from your Azure
|
|
76
|
-
* resources.<br/><br/>**Creating a support ticket for on-behalf-of**: Include
|
|
77
|
-
* _x-ms-authorization-auxiliary_ header to provide an auxiliary token as per
|
|
78
|
-
* [documentation](https://docs.microsoft.com/azure/azure-resource-manager/management/authenticate-multi-tenant).
|
|
79
|
-
* The primary token will be from the tenant for whom a support ticket is being raised against the
|
|
80
|
-
* subscription, i.e. Cloud solution provider (CSP) customer tenant. The auxiliary token will be from
|
|
81
|
-
* the Cloud solution provider (CSP) partner tenant.
|
|
82
|
-
* @param supportTicketName Support ticket name.
|
|
83
|
-
* @param createSupportTicketParameters Support ticket request payload.
|
|
84
|
-
* @param options The options parameters.
|
|
85
|
-
*/
|
|
86
|
-
beginCreateAndWait(supportTicketName: string, createSupportTicketParameters: SupportTicketDetails, options?: SupportTicketsCreateOptionalParams): Promise<SupportTicketsCreateResponse>;
|
|
87
|
-
}
|
|
88
|
-
//# sourceMappingURL=supportTickets.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"supportTickets.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/supportTickets.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,oBAAoB,EACpB,gCAAgC,EAChC,0BAA0B,EAC1B,iDAAiD,EACjD,2CAA2C,EAC3C,+BAA+B,EAC/B,yBAAyB,EACzB,mBAAmB,EACnB,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;;;OAOG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,gCAAgC,GACzC,0BAA0B,CAAC,oBAAoB,CAAC,CAAC;IACpD;;;;;OAKG;IACH,qBAAqB,CACnB,0BAA0B,EAAE,0BAA0B,EACtD,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,2CAA2C,CAAC,CAAC;IACxD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,mBAAmB,EACxC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,oBAAoB,EACnD,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,4BAA4B,CAAC,EAC5C,4BAA4B,CAC7B,CACF,CAAC;IACF;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,oBAAoB,EACnD,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;CAC1C"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __copyProps = (to, from, except, desc) => {
|
|
6
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
-
for (let key of __getOwnPropNames(from))
|
|
8
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
-
}
|
|
11
|
-
return to;
|
|
12
|
-
};
|
|
13
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
14
|
-
var supportTickets_exports = {};
|
|
15
|
-
module.exports = __toCommonJS(supportTickets_exports);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/support/arm-support/src/operationsInterfaces/supportTickets.ts"],
|
|
4
|
-
"sourcesContent": ["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n SupportTicketDetails,\n SupportTicketsListOptionalParams,\n CheckNameAvailabilityInput,\n SupportTicketsCheckNameAvailabilityOptionalParams,\n SupportTicketsCheckNameAvailabilityResponse,\n SupportTicketsGetOptionalParams,\n SupportTicketsGetResponse,\n UpdateSupportTicket,\n SupportTicketsUpdateOptionalParams,\n SupportTicketsUpdateResponse,\n SupportTicketsCreateOptionalParams,\n SupportTicketsCreateResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a SupportTickets. */\nexport interface SupportTickets {\n /**\n * Lists all the support tickets for an Azure subscription. You can also filter the support tickets by\n * _Status_, _CreatedDate_, _ServiceId_, and _ProblemClassificationId_ using the $filter parameter.\n * Output will be a paged result with _nextLink_, using which you can retrieve the next set of support\n * tickets. <br/><br/>Support ticket data is available for 18 months after ticket creation. If a ticket\n * was created more than 18 months ago, a request for data might cause an error.\n * @param options The options parameters.\n */\n list(\n options?: SupportTicketsListOptionalParams,\n ): PagedAsyncIterableIterator<SupportTicketDetails>;\n /**\n * Check the availability of a resource name. This API should be used to check the uniqueness of the\n * name for support ticket creation for the selected subscription.\n * @param checkNameAvailabilityInput Input to check.\n * @param options The options parameters.\n */\n checkNameAvailability(\n checkNameAvailabilityInput: CheckNameAvailabilityInput,\n options?: SupportTicketsCheckNameAvailabilityOptionalParams,\n ): Promise<SupportTicketsCheckNameAvailabilityResponse>;\n /**\n * Get ticket details for an Azure subscription. Support ticket data is available for 18 months after\n * ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an\n * error.\n * @param supportTicketName Support ticket name.\n * @param options The options parameters.\n */\n get(\n supportTicketName: string,\n options?: SupportTicketsGetOptionalParams,\n ): Promise<SupportTicketsGetResponse>;\n /**\n * This API allows you to update the severity level, ticket status, advanced diagnostic consent and\n * your contact information in the support ticket.<br/><br/>Note: The severity levels cannot be changed\n * if a support ticket is actively being worked upon by an Azure support engineer. In such a case,\n * contact your support engineer to request severity update by adding a new communication using the\n * Communications API.\n * @param supportTicketName Support ticket name.\n * @param updateSupportTicket UpdateSupportTicket object.\n * @param options The options parameters.\n */\n update(\n supportTicketName: string,\n updateSupportTicket: UpdateSupportTicket,\n options?: SupportTicketsUpdateOptionalParams,\n ): Promise<SupportTicketsUpdateResponse>;\n /**\n * Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, and\n * Subscription Management issues for the specified subscription. Learn the\n * [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.<br/><br/>Always call\n * the Services and ProblemClassifications API to get the most recent set of services and problem\n * categories required for support ticket creation.<br/><br/>Adding attachments is not currently\n * supported via the API. To add a file to an existing support ticket, visit the [Manage support\n * ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/managesupportrequest)\n * page in the Azure portal, select the support ticket, and use the file upload control to add a new\n * file.<br/><br/>Providing consent to share diagnostic information with Azure support is currently not\n * supported via the API. The Azure support engineer working on your ticket will reach out to you for\n * consent if your issue requires gathering diagnostic information from your Azure\n * resources.<br/><br/>**Creating a support ticket for on-behalf-of**: Include\n * _x-ms-authorization-auxiliary_ header to provide an auxiliary token as per\n * [documentation](https://docs.microsoft.com/azure/azure-resource-manager/management/authenticate-multi-tenant).\n * The primary token will be from the tenant for whom a support ticket is being raised against the\n * subscription, i.e. Cloud solution provider (CSP) customer tenant. The auxiliary token will be from\n * the Cloud solution provider (CSP) partner tenant.\n * @param supportTicketName Support ticket name.\n * @param createSupportTicketParameters Support ticket request payload.\n * @param options The options parameters.\n */\n beginCreate(\n supportTicketName: string,\n createSupportTicketParameters: SupportTicketDetails,\n options?: SupportTicketsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SupportTicketsCreateResponse>,\n SupportTicketsCreateResponse\n >\n >;\n /**\n * Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, and\n * Subscription Management issues for the specified subscription. Learn the\n * [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.<br/><br/>Always call\n * the Services and ProblemClassifications API to get the most recent set of services and problem\n * categories required for support ticket creation.<br/><br/>Adding attachments is not currently\n * supported via the API. To add a file to an existing support ticket, visit the [Manage support\n * ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/managesupportrequest)\n * page in the Azure portal, select the support ticket, and use the file upload control to add a new\n * file.<br/><br/>Providing consent to share diagnostic information with Azure support is currently not\n * supported via the API. The Azure support engineer working on your ticket will reach out to you for\n * consent if your issue requires gathering diagnostic information from your Azure\n * resources.<br/><br/>**Creating a support ticket for on-behalf-of**: Include\n * _x-ms-authorization-auxiliary_ header to provide an auxiliary token as per\n * [documentation](https://docs.microsoft.com/azure/azure-resource-manager/management/authenticate-multi-tenant).\n * The primary token will be from the tenant for whom a support ticket is being raised against the\n * subscription, i.e. Cloud solution provider (CSP) customer tenant. The auxiliary token will be from\n * the Cloud solution provider (CSP) partner tenant.\n * @param supportTicketName Support ticket name.\n * @param createSupportTicketParameters Support ticket request payload.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n supportTicketName: string,\n createSupportTicketParameters: SupportTicketDetails,\n options?: SupportTicketsCreateOptionalParams,\n ): Promise<SupportTicketsCreateResponse>;\n}\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { SupportTicketDetails, SupportTicketsNoSubscriptionListOptionalParams, CheckNameAvailabilityInput, SupportTicketsNoSubscriptionCheckNameAvailabilityOptionalParams, SupportTicketsNoSubscriptionCheckNameAvailabilityResponse, SupportTicketsNoSubscriptionGetOptionalParams, SupportTicketsNoSubscriptionGetResponse, UpdateSupportTicket, SupportTicketsNoSubscriptionUpdateOptionalParams, SupportTicketsNoSubscriptionUpdateResponse, SupportTicketsNoSubscriptionCreateOptionalParams, SupportTicketsNoSubscriptionCreateResponse } from "../models/index.js";
|
|
4
|
-
/** Interface representing a SupportTicketsNoSubscription. */
|
|
5
|
-
export interface SupportTicketsNoSubscription {
|
|
6
|
-
/**
|
|
7
|
-
* Lists all the support tickets. <br/><br/>You can also filter the support tickets by <i>Status</i>,
|
|
8
|
-
* <i>CreatedDate</i>, , <i>ServiceId</i>, and <i>ProblemClassificationId</i> using the $filter
|
|
9
|
-
* parameter. Output will be a paged result with <i>nextLink</i>, using which you can retrieve the next
|
|
10
|
-
* set of support tickets. <br/><br/>Support ticket data is available for 18 months after ticket
|
|
11
|
-
* creation. If a ticket was created more than 18 months ago, a request for data might cause an error.
|
|
12
|
-
* @param options The options parameters.
|
|
13
|
-
*/
|
|
14
|
-
list(options?: SupportTicketsNoSubscriptionListOptionalParams): PagedAsyncIterableIterator<SupportTicketDetails>;
|
|
15
|
-
/**
|
|
16
|
-
* Check the availability of a resource name. This API should be used to check the uniqueness of the
|
|
17
|
-
* name for support ticket creation for the selected subscription.
|
|
18
|
-
* @param checkNameAvailabilityInput Input to check.
|
|
19
|
-
* @param options The options parameters.
|
|
20
|
-
*/
|
|
21
|
-
checkNameAvailability(checkNameAvailabilityInput: CheckNameAvailabilityInput, options?: SupportTicketsNoSubscriptionCheckNameAvailabilityOptionalParams): Promise<SupportTicketsNoSubscriptionCheckNameAvailabilityResponse>;
|
|
22
|
-
/**
|
|
23
|
-
* Gets details for a specific support ticket. Support ticket data is available for 18 months after
|
|
24
|
-
* ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an
|
|
25
|
-
* error.
|
|
26
|
-
* @param supportTicketName Support ticket name.
|
|
27
|
-
* @param options The options parameters.
|
|
28
|
-
*/
|
|
29
|
-
get(supportTicketName: string, options?: SupportTicketsNoSubscriptionGetOptionalParams): Promise<SupportTicketsNoSubscriptionGetResponse>;
|
|
30
|
-
/**
|
|
31
|
-
* This API allows you to update the severity level, ticket status, and your contact information in the
|
|
32
|
-
* support ticket.<br/><br/>Note: The severity levels cannot be changed if a support ticket is actively
|
|
33
|
-
* being worked upon by an Azure support engineer. In such a case, contact your support engineer to
|
|
34
|
-
* request severity update by adding a new communication using the Communications API.
|
|
35
|
-
* @param supportTicketName Support ticket name.
|
|
36
|
-
* @param updateSupportTicket UpdateSupportTicket object.
|
|
37
|
-
* @param options The options parameters.
|
|
38
|
-
*/
|
|
39
|
-
update(supportTicketName: string, updateSupportTicket: UpdateSupportTicket, options?: SupportTicketsNoSubscriptionUpdateOptionalParams): Promise<SupportTicketsNoSubscriptionUpdateResponse>;
|
|
40
|
-
/**
|
|
41
|
-
* Creates a new support ticket for Billing, and Subscription Management issues. Learn the
|
|
42
|
-
* [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.<br/><br/>Always call
|
|
43
|
-
* the Services and ProblemClassifications API to get the most recent set of services and problem
|
|
44
|
-
* categories required for support ticket creation.<br/><br/>Adding attachments is not currently
|
|
45
|
-
* supported via the API. To add a file to an existing support ticket, visit the [Manage support
|
|
46
|
-
* ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/managesupportrequest)
|
|
47
|
-
* page in the Azure portal, select the support ticket, and use the file upload control to add a new
|
|
48
|
-
* file.<br/><br/>Providing consent to share diagnostic information with Azure support is currently not
|
|
49
|
-
* supported via the API. The Azure support engineer working on your ticket will reach out to you for
|
|
50
|
-
* consent if your issue requires gathering diagnostic information from your Azure resources.<br/><br/>
|
|
51
|
-
* @param supportTicketName Support ticket name.
|
|
52
|
-
* @param createSupportTicketParameters Support ticket request payload.
|
|
53
|
-
* @param options The options parameters.
|
|
54
|
-
*/
|
|
55
|
-
beginCreate(supportTicketName: string, createSupportTicketParameters: SupportTicketDetails, options?: SupportTicketsNoSubscriptionCreateOptionalParams): Promise<SimplePollerLike<OperationState<SupportTicketsNoSubscriptionCreateResponse>, SupportTicketsNoSubscriptionCreateResponse>>;
|
|
56
|
-
/**
|
|
57
|
-
* Creates a new support ticket for Billing, and Subscription Management issues. Learn the
|
|
58
|
-
* [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.<br/><br/>Always call
|
|
59
|
-
* the Services and ProblemClassifications API to get the most recent set of services and problem
|
|
60
|
-
* categories required for support ticket creation.<br/><br/>Adding attachments is not currently
|
|
61
|
-
* supported via the API. To add a file to an existing support ticket, visit the [Manage support
|
|
62
|
-
* ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/managesupportrequest)
|
|
63
|
-
* page in the Azure portal, select the support ticket, and use the file upload control to add a new
|
|
64
|
-
* file.<br/><br/>Providing consent to share diagnostic information with Azure support is currently not
|
|
65
|
-
* supported via the API. The Azure support engineer working on your ticket will reach out to you for
|
|
66
|
-
* consent if your issue requires gathering diagnostic information from your Azure resources.<br/><br/>
|
|
67
|
-
* @param supportTicketName Support ticket name.
|
|
68
|
-
* @param createSupportTicketParameters Support ticket request payload.
|
|
69
|
-
* @param options The options parameters.
|
|
70
|
-
*/
|
|
71
|
-
beginCreateAndWait(supportTicketName: string, createSupportTicketParameters: SupportTicketDetails, options?: SupportTicketsNoSubscriptionCreateOptionalParams): Promise<SupportTicketsNoSubscriptionCreateResponse>;
|
|
72
|
-
}
|
|
73
|
-
//# sourceMappingURL=supportTicketsNoSubscription.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"supportTicketsNoSubscription.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/supportTicketsNoSubscription.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,oBAAoB,EACpB,8CAA8C,EAC9C,0BAA0B,EAC1B,+DAA+D,EAC/D,yDAAyD,EACzD,6CAA6C,EAC7C,uCAAuC,EACvC,mBAAmB,EACnB,gDAAgD,EAChD,0CAA0C,EAC1C,gDAAgD,EAChD,0CAA0C,EAC3C,MAAM,oBAAoB,CAAC;AAG5B,6DAA6D;AAC7D,MAAM,WAAW,4BAA4B;IAC3C;;;;;;;OAOG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,oBAAoB,CAAC,CAAC;IACpD;;;;;OAKG;IACH,qBAAqB,CACnB,0BAA0B,EAAE,0BAA0B,EACtD,OAAO,CAAC,EAAE,+DAA+D,GACxE,OAAO,CAAC,yDAAyD,CAAC,CAAC;IACtE;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,mBAAmB,EACxC,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC,CAAC;IACvD;;;;;;;;;;;;;;OAcG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,oBAAoB,EACnD,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0CAA0C,CAAC,EAC1D,0CAA0C,CAC3C,CACF,CAAC;IACF;;;;;;;;;;;;;;OAcG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,oBAAoB,EACnD,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC,CAAC;CACxD"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __copyProps = (to, from, except, desc) => {
|
|
6
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
-
for (let key of __getOwnPropNames(from))
|
|
8
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
-
}
|
|
11
|
-
return to;
|
|
12
|
-
};
|
|
13
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
14
|
-
var supportTicketsNoSubscription_exports = {};
|
|
15
|
-
module.exports = __toCommonJS(supportTicketsNoSubscription_exports);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/support/arm-support/src/operationsInterfaces/supportTicketsNoSubscription.ts"],
|
|
4
|
-
"sourcesContent": ["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n SupportTicketDetails,\n SupportTicketsNoSubscriptionListOptionalParams,\n CheckNameAvailabilityInput,\n SupportTicketsNoSubscriptionCheckNameAvailabilityOptionalParams,\n SupportTicketsNoSubscriptionCheckNameAvailabilityResponse,\n SupportTicketsNoSubscriptionGetOptionalParams,\n SupportTicketsNoSubscriptionGetResponse,\n UpdateSupportTicket,\n SupportTicketsNoSubscriptionUpdateOptionalParams,\n SupportTicketsNoSubscriptionUpdateResponse,\n SupportTicketsNoSubscriptionCreateOptionalParams,\n SupportTicketsNoSubscriptionCreateResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a SupportTicketsNoSubscription. */\nexport interface SupportTicketsNoSubscription {\n /**\n * Lists all the support tickets. <br/><br/>You can also filter the support tickets by <i>Status</i>,\n * <i>CreatedDate</i>, , <i>ServiceId</i>, and <i>ProblemClassificationId</i> using the $filter\n * parameter. Output will be a paged result with <i>nextLink</i>, using which you can retrieve the next\n * set of support tickets. <br/><br/>Support ticket data is available for 18 months after ticket\n * creation. If a ticket was created more than 18 months ago, a request for data might cause an error.\n * @param options The options parameters.\n */\n list(\n options?: SupportTicketsNoSubscriptionListOptionalParams,\n ): PagedAsyncIterableIterator<SupportTicketDetails>;\n /**\n * Check the availability of a resource name. This API should be used to check the uniqueness of the\n * name for support ticket creation for the selected subscription.\n * @param checkNameAvailabilityInput Input to check.\n * @param options The options parameters.\n */\n checkNameAvailability(\n checkNameAvailabilityInput: CheckNameAvailabilityInput,\n options?: SupportTicketsNoSubscriptionCheckNameAvailabilityOptionalParams,\n ): Promise<SupportTicketsNoSubscriptionCheckNameAvailabilityResponse>;\n /**\n * Gets details for a specific support ticket. Support ticket data is available for 18 months after\n * ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an\n * error.\n * @param supportTicketName Support ticket name.\n * @param options The options parameters.\n */\n get(\n supportTicketName: string,\n options?: SupportTicketsNoSubscriptionGetOptionalParams,\n ): Promise<SupportTicketsNoSubscriptionGetResponse>;\n /**\n * This API allows you to update the severity level, ticket status, and your contact information in the\n * support ticket.<br/><br/>Note: The severity levels cannot be changed if a support ticket is actively\n * being worked upon by an Azure support engineer. In such a case, contact your support engineer to\n * request severity update by adding a new communication using the Communications API.\n * @param supportTicketName Support ticket name.\n * @param updateSupportTicket UpdateSupportTicket object.\n * @param options The options parameters.\n */\n update(\n supportTicketName: string,\n updateSupportTicket: UpdateSupportTicket,\n options?: SupportTicketsNoSubscriptionUpdateOptionalParams,\n ): Promise<SupportTicketsNoSubscriptionUpdateResponse>;\n /**\n * Creates a new support ticket for Billing, and Subscription Management issues. Learn the\n * [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.<br/><br/>Always call\n * the Services and ProblemClassifications API to get the most recent set of services and problem\n * categories required for support ticket creation.<br/><br/>Adding attachments is not currently\n * supported via the API. To add a file to an existing support ticket, visit the [Manage support\n * ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/managesupportrequest)\n * page in the Azure portal, select the support ticket, and use the file upload control to add a new\n * file.<br/><br/>Providing consent to share diagnostic information with Azure support is currently not\n * supported via the API. The Azure support engineer working on your ticket will reach out to you for\n * consent if your issue requires gathering diagnostic information from your Azure resources.<br/><br/>\n * @param supportTicketName Support ticket name.\n * @param createSupportTicketParameters Support ticket request payload.\n * @param options The options parameters.\n */\n beginCreate(\n supportTicketName: string,\n createSupportTicketParameters: SupportTicketDetails,\n options?: SupportTicketsNoSubscriptionCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SupportTicketsNoSubscriptionCreateResponse>,\n SupportTicketsNoSubscriptionCreateResponse\n >\n >;\n /**\n * Creates a new support ticket for Billing, and Subscription Management issues. Learn the\n * [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.<br/><br/>Always call\n * the Services and ProblemClassifications API to get the most recent set of services and problem\n * categories required for support ticket creation.<br/><br/>Adding attachments is not currently\n * supported via the API. To add a file to an existing support ticket, visit the [Manage support\n * ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/managesupportrequest)\n * page in the Azure portal, select the support ticket, and use the file upload control to add a new\n * file.<br/><br/>Providing consent to share diagnostic information with Azure support is currently not\n * supported via the API. The Azure support engineer working on your ticket will reach out to you for\n * consent if your issue requires gathering diagnostic information from your Azure resources.<br/><br/>\n * @param supportTicketName Support ticket name.\n * @param createSupportTicketParameters Support ticket request payload.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n supportTicketName: string,\n createSupportTicketParameters: SupportTicketDetails,\n options?: SupportTicketsNoSubscriptionCreateOptionalParams,\n ): Promise<SupportTicketsNoSubscriptionCreateResponse>;\n}\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export interface PageInfo {
|
|
2
|
-
continuationToken?: string;
|
|
3
|
-
}
|
|
4
|
-
/**
|
|
5
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
6
|
-
* returns a continuation token that can be used to begin paging from
|
|
7
|
-
* that point later.
|
|
8
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
9
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
10
|
-
*/
|
|
11
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
12
|
-
export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
|
|
13
|
-
//# sourceMappingURL=pagingHelper.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
var pagingHelper_exports = {};
|
|
19
|
-
__export(pagingHelper_exports, {
|
|
20
|
-
getContinuationToken: () => getContinuationToken,
|
|
21
|
-
setContinuationToken: () => setContinuationToken
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(pagingHelper_exports);
|
|
24
|
-
const pageMap = /* @__PURE__ */ new WeakMap();
|
|
25
|
-
function getContinuationToken(page) {
|
|
26
|
-
if (typeof page !== "object" || page === null) {
|
|
27
|
-
return void 0;
|
|
28
|
-
}
|
|
29
|
-
return pageMap.get(page)?.continuationToken;
|
|
30
|
-
}
|
|
31
|
-
function setContinuationToken(page, continuationToken) {
|
|
32
|
-
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
33
|
-
return;
|
|
34
|
-
}
|
|
35
|
-
const pageInfo = pageMap.get(page) ?? {};
|
|
36
|
-
pageInfo.continuationToken = continuationToken;
|
|
37
|
-
pageMap.set(page, pageInfo);
|
|
38
|
-
}
|
|
39
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
-
0 && (module.exports = {
|
|
41
|
-
getContinuationToken,
|
|
42
|
-
setContinuationToken
|
|
43
|
-
});
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/support/arm-support/src/pagingHelper.ts"],
|
|
4
|
-
"sourcesContent": ["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined,\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYA,MAAM,UAAU,oBAAI,QAA0B;AASvC,SAAS,qBAAqB,MAAmC;AACtE,MAAI,OAAO,SAAS,YAAY,SAAS,MAAM;AAC7C,WAAO;AAAA,EACT;AACA,SAAO,QAAQ,IAAI,IAAI,GAAG;AAC5B;AAEO,SAAS,qBACd,MACA,mBACM;AACN,MAAI,OAAO,SAAS,YAAY,SAAS,QAAQ,CAAC,mBAAmB;AACnE;AAAA,EACF;AACA,QAAM,WAAW,QAAQ,IAAI,IAAI,KAAK,CAAC;AACvC,WAAS,oBAAoB;AAC7B,UAAQ,IAAI,MAAM,QAAQ;AAC5B;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
package/dist/esm/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,cAAc,iCAAiC,CAAC"}
|
package/dist/esm/lroImpl.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { LongRunningOperation, LroResponse } from "@azure/core-lro";
|
|
2
|
-
export declare function createLroSpec<T>(inputs: {
|
|
3
|
-
sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;
|
|
4
|
-
args: Record<string, unknown>;
|
|
5
|
-
spec: {
|
|
6
|
-
readonly requestBody?: unknown;
|
|
7
|
-
readonly path?: string;
|
|
8
|
-
readonly httpMethod: string;
|
|
9
|
-
} & Record<string, any>;
|
|
10
|
-
}): LongRunningOperation<T>;
|
|
11
|
-
//# sourceMappingURL=lroImpl.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
|
package/dist/esm/lroImpl.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
function createLroSpec(inputs) {
|
|
2
|
-
const { args, spec, sendOperationFn } = inputs;
|
|
3
|
-
return {
|
|
4
|
-
requestMethod: spec.httpMethod,
|
|
5
|
-
requestPath: spec.path,
|
|
6
|
-
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
7
|
-
sendPollRequest: (path, options) => {
|
|
8
|
-
const { requestBody, ...restSpec } = spec;
|
|
9
|
-
return sendOperationFn(args, {
|
|
10
|
-
...restSpec,
|
|
11
|
-
httpMethod: "GET",
|
|
12
|
-
path,
|
|
13
|
-
abortSignal: options?.abortSignal
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
export {
|
|
19
|
-
createLroSpec
|
|
20
|
-
};
|
package/dist/esm/lroImpl.js.map
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/support/arm-support/src/lroImpl.ts"],
|
|
4
|
-
"sourcesContent": ["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"],
|
|
5
|
-
"mappings": "AAUO,SAAS,cAAiB,QAQL;AAC1B,QAAM,EAAE,MAAM,MAAM,gBAAgB,IAAI;AACxC,SAAO;AAAA,IACL,eAAe,KAAK;AAAA,IACpB,aAAa,KAAK;AAAA,IAClB,oBAAoB,MAAM,gBAAgB,MAAM,IAAI;AAAA,IACpD,iBAAiB,CACf,MACA,YACG;AACH,YAAM,EAAE,aAAa,GAAG,SAAS,IAAI;AACrC,aAAO,gBAAgB,MAAM;AAAA,QAC3B,GAAG;AAAA,QACH,YAAY;AAAA,QACZ;AAAA,QACA,aAAa,SAAS;AAAA,MACxB,CAAC;AAAA,IACH;AAAA,EACF;AACF;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"microsoftSupport.d.ts","sourceRoot":"","sources":["../../src/microsoftSupport.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAgB7C,OAAO,EACL,UAAU,EACV,QAAQ,EACR,sBAAsB,EACtB,cAAc,EACd,4BAA4B,EAC5B,cAAc,EACd,4BAA4B,EAC5B,eAAe,EACf,6BAA6B,EAC7B,cAAc,EACd,4BAA4B,EAC5B,KAAK,EACL,mBAAmB,EACpB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,8BAA8B,EAAE,MAAM,mBAAmB,CAAC;AAEnE,qBAAa,gBAAiB,SAAQ,UAAU,CAAC,aAAa;IAC5D,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,8BAA8B;gBAGxC,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,OAAO,CAAC,EAAE,8BAA8B;IA2G1C,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,UAAU,EAAE,UAAU,CAAC;IACvB,QAAQ,EAAE,QAAQ,CAAC;IACnB,sBAAsB,EAAE,sBAAsB,CAAC;IAC/C,cAAc,EAAE,cAAc,CAAC;IAC/B,4BAA4B,EAAE,4BAA4B,CAAC;IAC3D,cAAc,EAAE,cAAc,CAAC;IAC/B,4BAA4B,EAAE,4BAA4B,CAAC;IAC3D,eAAe,EAAE,eAAe,CAAC;IACjC,6BAA6B,EAAE,6BAA6B,CAAC;IAC7D,cAAc,EAAE,cAAc,CAAC;IAC/B,4BAA4B,EAAE,4BAA4B,CAAC;IAC3D,KAAK,EAAE,KAAK,CAAC;IACb,mBAAmB,EAAE,mBAAmB,CAAC;CAC1C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
2
|
-
export declare const OperationsListResult: coreClient.CompositeMapper;
|
|
3
|
-
export declare const Operation: coreClient.CompositeMapper;
|
|
4
|
-
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
5
|
-
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
6
|
-
export declare const ErrorDetail: coreClient.CompositeMapper;
|
|
7
|
-
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
|
8
|
-
export declare const ServicesListResult: coreClient.CompositeMapper;
|
|
9
|
-
export declare const Service: coreClient.CompositeMapper;
|
|
10
|
-
export declare const ProblemClassificationsListResult: coreClient.CompositeMapper;
|
|
11
|
-
export declare const ProblemClassification: coreClient.CompositeMapper;
|
|
12
|
-
export declare const SecondaryConsentEnabled: coreClient.CompositeMapper;
|
|
13
|
-
export declare const CheckNameAvailabilityInput: coreClient.CompositeMapper;
|
|
14
|
-
export declare const CheckNameAvailabilityOutput: coreClient.CompositeMapper;
|
|
15
|
-
export declare const SupportTicketsListResult: coreClient.CompositeMapper;
|
|
16
|
-
export declare const SupportTicketDetails: coreClient.CompositeMapper;
|
|
17
|
-
export declare const ContactProfile: coreClient.CompositeMapper;
|
|
18
|
-
export declare const ServiceLevelAgreement: coreClient.CompositeMapper;
|
|
19
|
-
export declare const SupportEngineer: coreClient.CompositeMapper;
|
|
20
|
-
export declare const TechnicalTicketDetails: coreClient.CompositeMapper;
|
|
21
|
-
export declare const QuotaTicketDetails: coreClient.CompositeMapper;
|
|
22
|
-
export declare const QuotaChangeRequest: coreClient.CompositeMapper;
|
|
23
|
-
export declare const SecondaryConsent: coreClient.CompositeMapper;
|
|
24
|
-
export declare const UpdateSupportTicket: coreClient.CompositeMapper;
|
|
25
|
-
export declare const UpdateContactProfile: coreClient.CompositeMapper;
|
|
26
|
-
export declare const CommunicationsListResult: coreClient.CompositeMapper;
|
|
27
|
-
export declare const CommunicationDetails: coreClient.CompositeMapper;
|
|
28
|
-
export declare const ChatTranscriptsListResult: coreClient.CompositeMapper;
|
|
29
|
-
export declare const MessageProperties: coreClient.CompositeMapper;
|
|
30
|
-
export declare const Resource: coreClient.CompositeMapper;
|
|
31
|
-
export declare const SystemData: coreClient.CompositeMapper;
|
|
32
|
-
export declare const FilesListResult: coreClient.CompositeMapper;
|
|
33
|
-
export declare const UploadFile: coreClient.CompositeMapper;
|
|
34
|
-
export declare const ProxyResource: coreClient.CompositeMapper;
|
|
35
|
-
export declare const ChatTranscriptDetails: coreClient.CompositeMapper;
|
|
36
|
-
export declare const FileWorkspaceDetails: coreClient.CompositeMapper;
|
|
37
|
-
export declare const FileDetails: coreClient.CompositeMapper;
|
|
38
|
-
export declare const SupportTicketsNoSubscriptionCreateHeaders: coreClient.CompositeMapper;
|
|
39
|
-
export declare const CommunicationsNoSubscriptionCreateHeaders: coreClient.CompositeMapper;
|
|
40
|
-
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAmB7C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAqBlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmCzC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAmB3C,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,eA6ChC,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAmBzD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eA8C9C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAmBhD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAyBnD,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eA4BpD,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAyBjD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAuN7C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAyEvC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eA4B9C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAcxC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAa/C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eA+B3C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAmB3C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmBzC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA4C5C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAkE7C,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAyBjD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAqE7C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAyBlD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAwC1C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAyBxC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAmBnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAQtC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eA2B9C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAsB7C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAiCpC,CAAC;AAEF,eAAO,MAAM,yCAAyC,EAAE,UAAU,CAAC,eAchE,CAAC;AAEJ,eAAO,MAAM,yCAAyC,EAAE,UAAU,CAAC,eAchE,CAAC"}
|