@azure/arm-education 1.0.0-beta.4 → 1.0.0-beta.5
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 +11 -16
- package/dist/browser/api/educationManagementContext.d.ts +20 -0
- package/dist/browser/api/educationManagementContext.js +26 -0
- package/dist/browser/api/educationManagementContext.js.map +1 -0
- package/dist/browser/api/grants/index.d.ts +3 -0
- package/dist/browser/api/grants/index.js +4 -0
- package/dist/browser/api/grants/index.js.map +1 -0
- package/dist/browser/api/grants/operations.d.ts +18 -0
- package/dist/browser/api/grants/operations.js +95 -0
- package/dist/browser/api/grants/operations.js.map +1 -0
- package/dist/browser/api/grants/options.d.ts +17 -0
- package/dist/browser/api/grants/options.js +4 -0
- package/dist/browser/api/grants/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +5 -0
- package/dist/browser/api/index.js +5 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/joinRequests/index.d.ts +3 -0
- package/dist/browser/api/joinRequests/index.js +4 -0
- package/dist/browser/api/joinRequests/index.js.map +1 -0
- package/dist/browser/api/joinRequests/operations.d.ts +22 -0
- package/dist/browser/api/joinRequests/operations.js +120 -0
- package/dist/browser/api/joinRequests/operations.js.map +1 -0
- package/dist/browser/api/joinRequests/options.d.ts +16 -0
- package/dist/browser/api/joinRequests/options.js +4 -0
- package/dist/browser/api/joinRequests/options.js.map +1 -0
- package/dist/browser/api/labs/index.d.ts +3 -0
- package/dist/browser/api/labs/index.js +4 -0
- package/dist/browser/api/labs/index.js.map +1 -0
- package/dist/browser/api/labs/operations.d.ts +30 -0
- package/dist/browser/api/labs/operations.js +186 -0
- package/dist/browser/api/labs/operations.js.map +1 -0
- package/dist/browser/api/labs/options.d.ts +30 -0
- package/dist/browser/api/labs/options.js +4 -0
- package/dist/browser/api/labs/options.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 +9 -0
- package/dist/browser/api/operations/operations.js +31 -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/operations.d.ts +9 -0
- package/dist/browser/api/operations.js +32 -0
- package/dist/browser/api/operations.js.map +1 -0
- package/dist/browser/api/options.d.ts +5 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/api/studentLabs/index.d.ts +3 -0
- package/dist/browser/api/studentLabs/index.js +4 -0
- package/dist/browser/api/studentLabs/index.js.map +1 -0
- package/dist/browser/api/studentLabs/operations.d.ts +14 -0
- package/dist/browser/api/studentLabs/operations.js +61 -0
- package/dist/browser/api/studentLabs/operations.js.map +1 -0
- package/dist/browser/api/studentLabs/options.d.ts +8 -0
- package/dist/browser/api/studentLabs/options.js +4 -0
- package/dist/browser/api/studentLabs/options.js.map +1 -0
- package/dist/browser/api/students/index.d.ts +3 -0
- package/dist/browser/api/students/index.js +4 -0
- package/dist/browser/api/students/index.js.map +1 -0
- package/dist/browser/api/students/operations.d.ts +22 -0
- package/dist/browser/api/students/operations.js +125 -0
- package/dist/browser/api/students/operations.js.map +1 -0
- package/dist/browser/api/students/options.d.ts +16 -0
- package/dist/browser/api/students/options.js +4 -0
- package/dist/browser/api/students/options.js.map +1 -0
- package/dist/browser/classic/grants/index.d.ts +15 -0
- package/dist/browser/classic/grants/index.js +16 -0
- package/dist/browser/classic/grants/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +7 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/joinRequests/index.d.ts +17 -0
- package/dist/browser/classic/joinRequests/index.js +17 -0
- package/dist/browser/classic/joinRequests/index.js.map +1 -0
- package/dist/browser/classic/labs/index.d.ts +21 -0
- package/dist/browser/classic/labs/index.js +19 -0
- package/dist/browser/classic/labs/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +10 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/studentLabs/index.d.ts +13 -0
- package/dist/browser/classic/studentLabs/index.js +15 -0
- package/dist/browser/classic/studentLabs/index.js.map +1 -0
- package/dist/browser/classic/students/index.d.ts +17 -0
- package/dist/browser/classic/students/index.js +17 -0
- package/dist/browser/classic/students/index.js.map +1 -0
- package/dist/browser/educationManagementClient.d.ts +31 -26
- package/dist/browser/educationManagementClient.js +44 -131
- package/dist/browser/educationManagementClient.js.map +1 -1
- package/dist/browser/index.d.ts +16 -3
- package/dist/browser/index.js +6 -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/models/index.d.ts +2 -684
- package/dist/browser/models/index.js +3 -91
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +597 -0
- package/dist/browser/models/models.js +569 -0
- package/dist/browser/models/models.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/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/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/educationManagementContext.d.ts +20 -0
- package/dist/commonjs/api/educationManagementContext.js +47 -0
- package/dist/commonjs/api/educationManagementContext.js.map +7 -0
- package/dist/commonjs/api/grants/index.d.ts +3 -0
- package/dist/commonjs/api/grants/index.js +32 -0
- package/dist/commonjs/api/grants/index.js.map +7 -0
- package/dist/commonjs/api/grants/operations.d.ts +18 -0
- package/dist/commonjs/api/grants/operations.js +156 -0
- package/dist/commonjs/api/grants/operations.js.map +7 -0
- package/dist/commonjs/api/grants/options.d.ts +17 -0
- package/dist/commonjs/api/grants/options.js +16 -0
- package/dist/commonjs/api/grants/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +5 -0
- package/dist/commonjs/api/index.js +31 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/joinRequests/index.d.ts +3 -0
- package/dist/commonjs/api/joinRequests/index.js +34 -0
- package/dist/commonjs/api/joinRequests/index.js.map +7 -0
- package/dist/commonjs/api/joinRequests/operations.d.ts +22 -0
- package/dist/commonjs/api/joinRequests/operations.js +205 -0
- package/dist/commonjs/api/joinRequests/operations.js.map +7 -0
- package/dist/commonjs/api/joinRequests/options.d.ts +16 -0
- package/dist/commonjs/api/joinRequests/options.js +16 -0
- package/dist/commonjs/api/joinRequests/options.js.map +7 -0
- package/dist/commonjs/api/labs/index.d.ts +3 -0
- package/dist/commonjs/api/labs/index.js +38 -0
- package/dist/commonjs/api/labs/index.js.map +7 -0
- package/dist/commonjs/api/labs/operations.d.ts +30 -0
- package/dist/commonjs/api/labs/operations.js +300 -0
- package/dist/commonjs/api/labs/operations.js.map +7 -0
- package/dist/commonjs/api/labs/options.d.ts +30 -0
- package/dist/commonjs/api/labs/options.js +16 -0
- package/dist/commonjs/api/labs/options.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 +9 -0
- package/dist/commonjs/api/operations/operations.js +62 -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/operations.d.ts +9 -0
- package/dist/commonjs/api/operations.js +63 -0
- package/dist/commonjs/api/operations.js.map +7 -0
- package/dist/commonjs/api/options.d.ts +5 -0
- package/dist/commonjs/api/options.js +16 -0
- package/dist/commonjs/api/options.js.map +7 -0
- package/dist/commonjs/api/studentLabs/index.d.ts +3 -0
- package/dist/commonjs/api/studentLabs/index.js +30 -0
- package/dist/commonjs/api/studentLabs/index.js.map +7 -0
- package/dist/commonjs/api/studentLabs/operations.d.ts +14 -0
- package/dist/commonjs/api/studentLabs/operations.js +107 -0
- package/dist/commonjs/api/studentLabs/operations.js.map +7 -0
- package/dist/commonjs/api/studentLabs/options.d.ts +8 -0
- package/dist/commonjs/api/studentLabs/options.js +16 -0
- package/dist/commonjs/api/studentLabs/options.js.map +7 -0
- package/dist/commonjs/api/students/index.d.ts +3 -0
- package/dist/commonjs/api/students/index.js +34 -0
- package/dist/commonjs/api/students/index.js.map +7 -0
- package/dist/commonjs/api/students/operations.d.ts +22 -0
- package/dist/commonjs/api/students/operations.js +211 -0
- package/dist/commonjs/api/students/operations.js.map +7 -0
- package/dist/commonjs/api/students/options.d.ts +16 -0
- package/dist/commonjs/api/students/options.js +16 -0
- package/dist/commonjs/api/students/options.js.map +7 -0
- package/dist/commonjs/classic/grants/index.d.ts +15 -0
- package/dist/commonjs/classic/grants/index.js +40 -0
- package/dist/commonjs/classic/grants/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +7 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/joinRequests/index.d.ts +17 -0
- package/dist/commonjs/classic/joinRequests/index.js +62 -0
- package/dist/commonjs/classic/joinRequests/index.js.map +7 -0
- package/dist/commonjs/classic/labs/index.d.ts +21 -0
- package/dist/commonjs/classic/labs/index.js +57 -0
- package/dist/commonjs/classic/labs/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +10 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/studentLabs/index.d.ts +13 -0
- package/dist/commonjs/classic/studentLabs/index.js +39 -0
- package/dist/commonjs/classic/studentLabs/index.js.map +7 -0
- package/dist/commonjs/classic/students/index.d.ts +17 -0
- package/dist/commonjs/classic/students/index.js +63 -0
- package/dist/commonjs/classic/students/index.js.map +7 -0
- package/dist/commonjs/educationManagementClient.d.ts +31 -26
- package/dist/commonjs/educationManagementClient.js +71 -141
- package/dist/commonjs/educationManagementClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +16 -3
- package/dist/commonjs/index.js +57 -19
- package/dist/commonjs/index.js.map +7 -1
- 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/models/index.d.ts +2 -684
- package/dist/commonjs/models/index.js +46 -95
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +597 -0
- package/dist/commonjs/models/models.js +610 -0
- package/dist/commonjs/models/models.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/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/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/educationManagementContext.d.ts +20 -0
- package/dist/esm/api/educationManagementContext.js +26 -0
- package/dist/esm/api/educationManagementContext.js.map +1 -0
- package/dist/esm/api/grants/index.d.ts +3 -0
- package/dist/esm/api/grants/index.js +4 -0
- package/dist/esm/api/grants/index.js.map +1 -0
- package/dist/esm/api/grants/operations.d.ts +18 -0
- package/dist/esm/api/grants/operations.js +95 -0
- package/dist/esm/api/grants/operations.js.map +1 -0
- package/dist/esm/api/grants/options.d.ts +17 -0
- package/dist/esm/api/grants/options.js +4 -0
- package/dist/esm/api/grants/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +5 -0
- package/dist/esm/api/index.js +5 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/joinRequests/index.d.ts +3 -0
- package/dist/esm/api/joinRequests/index.js +4 -0
- package/dist/esm/api/joinRequests/index.js.map +1 -0
- package/dist/esm/api/joinRequests/operations.d.ts +22 -0
- package/dist/esm/api/joinRequests/operations.js +120 -0
- package/dist/esm/api/joinRequests/operations.js.map +1 -0
- package/dist/esm/api/joinRequests/options.d.ts +16 -0
- package/dist/esm/api/joinRequests/options.js +4 -0
- package/dist/esm/api/joinRequests/options.js.map +1 -0
- package/dist/esm/api/labs/index.d.ts +3 -0
- package/dist/esm/api/labs/index.js +4 -0
- package/dist/esm/api/labs/index.js.map +1 -0
- package/dist/esm/api/labs/operations.d.ts +30 -0
- package/dist/esm/api/labs/operations.js +186 -0
- package/dist/esm/api/labs/operations.js.map +1 -0
- package/dist/esm/api/labs/options.d.ts +30 -0
- package/dist/esm/api/labs/options.js +4 -0
- package/dist/esm/api/labs/options.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 +9 -0
- package/dist/esm/api/operations/operations.js +31 -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/operations.d.ts +9 -0
- package/dist/esm/api/operations.js +32 -0
- package/dist/esm/api/operations.js.map +1 -0
- package/dist/esm/api/options.d.ts +5 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/api/studentLabs/index.d.ts +3 -0
- package/dist/esm/api/studentLabs/index.js +4 -0
- package/dist/esm/api/studentLabs/index.js.map +1 -0
- package/dist/esm/api/studentLabs/operations.d.ts +14 -0
- package/dist/esm/api/studentLabs/operations.js +61 -0
- package/dist/esm/api/studentLabs/operations.js.map +1 -0
- package/dist/esm/api/studentLabs/options.d.ts +8 -0
- package/dist/esm/api/studentLabs/options.js +4 -0
- package/dist/esm/api/studentLabs/options.js.map +1 -0
- package/dist/esm/api/students/index.d.ts +3 -0
- package/dist/esm/api/students/index.js +4 -0
- package/dist/esm/api/students/index.js.map +1 -0
- package/dist/esm/api/students/operations.d.ts +22 -0
- package/dist/esm/api/students/operations.js +125 -0
- package/dist/esm/api/students/operations.js.map +1 -0
- package/dist/esm/api/students/options.d.ts +16 -0
- package/dist/esm/api/students/options.js +4 -0
- package/dist/esm/api/students/options.js.map +1 -0
- package/dist/esm/classic/grants/index.d.ts +15 -0
- package/dist/esm/classic/grants/index.js +16 -0
- package/dist/esm/classic/grants/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +7 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/joinRequests/index.d.ts +17 -0
- package/dist/esm/classic/joinRequests/index.js +17 -0
- package/dist/esm/classic/joinRequests/index.js.map +1 -0
- package/dist/esm/classic/labs/index.d.ts +21 -0
- package/dist/esm/classic/labs/index.js +19 -0
- package/dist/esm/classic/labs/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +10 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/studentLabs/index.d.ts +13 -0
- package/dist/esm/classic/studentLabs/index.js +15 -0
- package/dist/esm/classic/studentLabs/index.js.map +1 -0
- package/dist/esm/classic/students/index.d.ts +17 -0
- package/dist/esm/classic/students/index.js +17 -0
- package/dist/esm/classic/students/index.js.map +1 -0
- package/dist/esm/educationManagementClient.d.ts +31 -26
- package/dist/esm/educationManagementClient.js +44 -131
- package/dist/esm/educationManagementClient.js.map +1 -1
- package/dist/esm/index.d.ts +16 -3
- package/dist/esm/index.js +6 -11
- package/dist/esm/index.js.map +1 -1
- 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/models/index.d.ts +2 -684
- package/dist/esm/models/index.js +3 -91
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +597 -0
- package/dist/esm/models/models.js +569 -0
- package/dist/esm/models/models.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/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/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 +200 -92
- package/CHANGELOG.md +0 -40
- package/dist/browser/educationManagementClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -22
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -754
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -22
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -185
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/grants.d.ts +0 -63
- package/dist/browser/operations/grants.d.ts.map +0 -1
- package/dist/browser/operations/grants.js +0 -250
- package/dist/browser/operations/grants.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -7
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -14
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/joinRequests.d.ts +0 -68
- package/dist/browser/operations/joinRequests.d.ts.map +0 -1
- package/dist/browser/operations/joinRequests.js +0 -255
- package/dist/browser/operations/joinRequests.js.map +0 -1
- package/dist/browser/operations/labs.d.ts +0 -103
- package/dist/browser/operations/labs.d.ts.map +0 -1
- package/dist/browser/operations/labs.js +0 -402
- package/dist/browser/operations/labs.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -18
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -47
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/studentLabs.d.ts +0 -38
- package/dist/browser/operations/studentLabs.d.ts.map +0 -1
- package/dist/browser/operations/studentLabs.js +0 -140
- package/dist/browser/operations/studentLabs.js.map +0 -1
- package/dist/browser/operations/students.d.ts +0 -70
- package/dist/browser/operations/students.d.ts.map +0 -1
- package/dist/browser/operations/students.js +0 -266
- package/dist/browser/operations/students.js.map +0 -1
- package/dist/browser/operationsInterfaces/grants.d.ts +0 -25
- package/dist/browser/operationsInterfaces/grants.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/grants.js +0 -9
- package/dist/browser/operationsInterfaces/grants.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -7
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -14
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/joinRequests.d.ts +0 -41
- package/dist/browser/operationsInterfaces/joinRequests.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/joinRequests.js +0 -9
- package/dist/browser/operationsInterfaces/joinRequests.js.map +0 -1
- package/dist/browser/operationsInterfaces/labs.d.ts +0 -58
- package/dist/browser/operationsInterfaces/labs.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/labs.js +0 -9
- package/dist/browser/operationsInterfaces/labs.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -10
- 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/studentLabs.d.ts +0 -17
- package/dist/browser/operationsInterfaces/studentLabs.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/studentLabs.js +0 -9
- package/dist/browser/operationsInterfaces/studentLabs.js.map +0 -1
- package/dist/browser/operationsInterfaces/students.d.ts +0 -43
- package/dist/browser/operationsInterfaces/students.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/students.js +0 -9
- package/dist/browser/operationsInterfaces/students.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/educationManagementClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -22
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -757
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -22
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -188
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/grants.d.ts +0 -63
- package/dist/commonjs/operations/grants.d.ts.map +0 -1
- package/dist/commonjs/operations/grants.js +0 -255
- package/dist/commonjs/operations/grants.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -7
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -17
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/joinRequests.d.ts +0 -68
- package/dist/commonjs/operations/joinRequests.d.ts.map +0 -1
- package/dist/commonjs/operations/joinRequests.js +0 -260
- package/dist/commonjs/operations/joinRequests.js.map +0 -1
- package/dist/commonjs/operations/labs.d.ts +0 -103
- package/dist/commonjs/operations/labs.d.ts.map +0 -1
- package/dist/commonjs/operations/labs.js +0 -407
- package/dist/commonjs/operations/labs.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -18
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -52
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/studentLabs.d.ts +0 -38
- package/dist/commonjs/operations/studentLabs.d.ts.map +0 -1
- package/dist/commonjs/operations/studentLabs.js +0 -145
- package/dist/commonjs/operations/studentLabs.js.map +0 -1
- package/dist/commonjs/operations/students.d.ts +0 -70
- package/dist/commonjs/operations/students.d.ts.map +0 -1
- package/dist/commonjs/operations/students.js +0 -271
- package/dist/commonjs/operations/students.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/grants.d.ts +0 -25
- package/dist/commonjs/operationsInterfaces/grants.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/grants.js +0 -10
- package/dist/commonjs/operationsInterfaces/grants.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -7
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -17
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/joinRequests.d.ts +0 -41
- package/dist/commonjs/operationsInterfaces/joinRequests.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/joinRequests.js +0 -10
- package/dist/commonjs/operationsInterfaces/joinRequests.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/labs.d.ts +0 -58
- package/dist/commonjs/operationsInterfaces/labs.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/labs.js +0 -10
- package/dist/commonjs/operationsInterfaces/labs.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -10
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/studentLabs.d.ts +0 -17
- package/dist/commonjs/operationsInterfaces/studentLabs.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/studentLabs.js +0 -10
- package/dist/commonjs/operationsInterfaces/studentLabs.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/students.d.ts +0 -43
- package/dist/commonjs/operationsInterfaces/students.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/students.js +0 -10
- package/dist/commonjs/operationsInterfaces/students.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -34
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/educationManagementClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -22
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -754
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -22
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -185
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/grants.d.ts +0 -63
- package/dist/esm/operations/grants.d.ts.map +0 -1
- package/dist/esm/operations/grants.js +0 -250
- package/dist/esm/operations/grants.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -7
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -14
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/joinRequests.d.ts +0 -68
- package/dist/esm/operations/joinRequests.d.ts.map +0 -1
- package/dist/esm/operations/joinRequests.js +0 -255
- package/dist/esm/operations/joinRequests.js.map +0 -1
- package/dist/esm/operations/labs.d.ts +0 -103
- package/dist/esm/operations/labs.d.ts.map +0 -1
- package/dist/esm/operations/labs.js +0 -402
- package/dist/esm/operations/labs.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -18
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -47
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/studentLabs.d.ts +0 -38
- package/dist/esm/operations/studentLabs.d.ts.map +0 -1
- package/dist/esm/operations/studentLabs.js +0 -140
- package/dist/esm/operations/studentLabs.js.map +0 -1
- package/dist/esm/operations/students.d.ts +0 -70
- package/dist/esm/operations/students.d.ts.map +0 -1
- package/dist/esm/operations/students.js +0 -266
- package/dist/esm/operations/students.js.map +0 -1
- package/dist/esm/operationsInterfaces/grants.d.ts +0 -25
- package/dist/esm/operationsInterfaces/grants.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/grants.js +0 -9
- package/dist/esm/operationsInterfaces/grants.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -7
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -14
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/joinRequests.d.ts +0 -41
- package/dist/esm/operationsInterfaces/joinRequests.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/joinRequests.js +0 -9
- package/dist/esm/operationsInterfaces/joinRequests.js.map +0 -1
- package/dist/esm/operationsInterfaces/labs.d.ts +0 -58
- package/dist/esm/operationsInterfaces/labs.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/labs.js +0 -9
- package/dist/esm/operationsInterfaces/labs.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -10
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/studentLabs.d.ts +0 -17
- package/dist/esm/operationsInterfaces/studentLabs.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/studentLabs.js +0 -9
- package/dist/esm/operationsInterfaces/studentLabs.js.map +0 -1
- package/dist/esm/operationsInterfaces/students.d.ts +0 -43
- package/dist/esm/operationsInterfaces/students.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/students.js +0 -9
- package/dist/esm/operationsInterfaces/students.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -30
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/educationManagementClient.d.ts +0 -29
- package/dist/react-native/educationManagementClient.d.ts.map +0 -1
- package/dist/react-native/educationManagementClient.js +0 -137
- package/dist/react-native/educationManagementClient.js.map +0 -1
- 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/models/index.d.ts +0 -685
- 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 -22
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -754
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -22
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -185
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/grants.d.ts +0 -63
- package/dist/react-native/operations/grants.d.ts.map +0 -1
- package/dist/react-native/operations/grants.js +0 -250
- package/dist/react-native/operations/grants.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -7
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -14
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/joinRequests.d.ts +0 -68
- package/dist/react-native/operations/joinRequests.d.ts.map +0 -1
- package/dist/react-native/operations/joinRequests.js +0 -255
- package/dist/react-native/operations/joinRequests.js.map +0 -1
- package/dist/react-native/operations/labs.d.ts +0 -103
- package/dist/react-native/operations/labs.d.ts.map +0 -1
- package/dist/react-native/operations/labs.js +0 -402
- package/dist/react-native/operations/labs.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -18
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -47
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/studentLabs.d.ts +0 -38
- package/dist/react-native/operations/studentLabs.d.ts.map +0 -1
- package/dist/react-native/operations/studentLabs.js +0 -140
- package/dist/react-native/operations/studentLabs.js.map +0 -1
- package/dist/react-native/operations/students.d.ts +0 -70
- package/dist/react-native/operations/students.d.ts.map +0 -1
- package/dist/react-native/operations/students.js +0 -266
- package/dist/react-native/operations/students.js.map +0 -1
- package/dist/react-native/operationsInterfaces/grants.d.ts +0 -25
- package/dist/react-native/operationsInterfaces/grants.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/grants.js +0 -9
- package/dist/react-native/operationsInterfaces/grants.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -7
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -14
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/joinRequests.d.ts +0 -41
- package/dist/react-native/operationsInterfaces/joinRequests.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/joinRequests.js +0 -9
- package/dist/react-native/operationsInterfaces/joinRequests.js.map +0 -1
- package/dist/react-native/operationsInterfaces/labs.d.ts +0 -58
- package/dist/react-native/operationsInterfaces/labs.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/labs.js +0 -9
- package/dist/react-native/operationsInterfaces/labs.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -10
- 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/studentLabs.d.ts +0 -17
- package/dist/react-native/operationsInterfaces/studentLabs.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/studentLabs.js +0 -9
- package/dist/react-native/operationsInterfaces/studentLabs.js.map +0 -1
- package/dist/react-native/operationsInterfaces/students.d.ts +0 -43
- package/dist/react-native/operationsInterfaces/students.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/students.js +0 -9
- package/dist/react-native/operationsInterfaces/students.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-education-node.api.md +0 -529
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAIU,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,eAAe;iBAC3B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;yBAC1B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,MAAM,GAA+B;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,QAAQ;QACnB,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,YAAY;yBACxB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,oBAAoB;yBAChC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gBAAgB;yBAC5B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,GAAG,gBAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,QAAQ;iBACpB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,QAAQ;iBACpB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,GAAG,gBAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,QAAQ;iBACpB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,8CAA8C,EAAE;gBAC9C,cAAc,EAAE,0CAA0C;gBAC1D,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,wCAAwC,EAAE;gBACxC,cAAc,EAAE,uCAAuC;gBACvD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qCAAqC,EAAE;gBACrC,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,GAAG,gBAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,GAAG,gBAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,QAAQ;iBACpB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,2CAA2C;gBAC3D,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,GAAG,gBAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,QAAQ;iBACpB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponseBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GrantListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GrantListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GrantDetails\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Amount: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Amount\",\n modelProperties: {\n currency: {\n serializedName: \"currency\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const LabListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LabDetails\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InviteCodeGenerateRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InviteCodeGenerateRequest\",\n modelProperties: {\n maxStudentCount: {\n serializedName: \"maxStudentCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const JoinRequestList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JoinRequestList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JoinRequestDetails\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RedeemRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RedeemRequest\",\n modelProperties: {\n redeemCode: {\n serializedName: \"redeemCode\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n firstName: {\n serializedName: \"firstName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n lastName: {\n serializedName: \"lastName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StudentListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StudentListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StudentDetails\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StudentLabListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StudentLabListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StudentLabDetails\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GrantDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GrantDetails\",\n modelProperties: {\n ...Resource.type.modelProperties,\n offerCap: {\n serializedName: \"properties.offerCap\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n effectiveDate: {\n serializedName: \"properties.effectiveDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n offerType: {\n serializedName: \"properties.offerType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n expirationDate: {\n serializedName: \"properties.expirationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n allocatedBudget: {\n serializedName: \"properties.allocatedBudget\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n }\n }\n }\n};\n\nexport const LabDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabDetails\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n budgetPerStudent: {\n serializedName: \"properties.budgetPerStudent\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n expirationDate: {\n serializedName: \"properties.expirationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n effectiveDate: {\n serializedName: \"properties.effectiveDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n maxStudentCount: {\n serializedName: \"properties.maxStudentCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n invitationCode: {\n serializedName: \"properties.invitationCode\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n currencyPropertiesTotalAllocatedBudgetCurrency: {\n serializedName: \"properties.totalAllocatedBudget.currency\",\n type: {\n name: \"String\"\n }\n },\n valuePropertiesTotalAllocatedBudgetValue: {\n serializedName: \"properties.totalAllocatedBudget.value\",\n type: {\n name: \"Number\"\n }\n },\n currencyPropertiesTotalBudgetCurrency: {\n serializedName: \"properties.totalBudget.currency\",\n type: {\n name: \"String\"\n }\n },\n valuePropertiesTotalBudgetValue: {\n serializedName: \"properties.totalBudget.value\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const JoinRequestDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JoinRequestDetails\",\n modelProperties: {\n ...Resource.type.modelProperties,\n firstName: {\n serializedName: \"properties.firstName\",\n type: {\n name: \"String\"\n }\n },\n lastName: {\n serializedName: \"properties.lastName\",\n type: {\n name: \"String\"\n }\n },\n email: {\n serializedName: \"properties.email\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StudentDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StudentDetails\",\n modelProperties: {\n ...Resource.type.modelProperties,\n firstName: {\n serializedName: \"properties.firstName\",\n type: {\n name: \"String\"\n }\n },\n lastName: {\n serializedName: \"properties.lastName\",\n type: {\n name: \"String\"\n }\n },\n email: {\n serializedName: \"properties.email\",\n type: {\n name: \"String\"\n }\n },\n role: {\n serializedName: \"properties.role\",\n type: {\n name: \"String\"\n }\n },\n budget: {\n serializedName: \"properties.budget\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n subscriptionId: {\n serializedName: \"properties.subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n expirationDate: {\n serializedName: \"properties.expirationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n effectiveDate: {\n serializedName: \"properties.effectiveDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n subscriptionAlias: {\n serializedName: \"properties.subscriptionAlias\",\n type: {\n name: \"String\"\n }\n },\n subscriptionInviteLastSentDate: {\n serializedName: \"properties.subscriptionInviteLastSentDate\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const StudentLabDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StudentLabDetails\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n expirationDate: {\n serializedName: \"properties.expirationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n role: {\n serializedName: \"properties.role\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n budget: {\n serializedName: \"properties.budget\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n subscriptionId: {\n serializedName: \"properties.subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n effectiveDate: {\n serializedName: \"properties.effectiveDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n labScope: {\n serializedName: \"properties.labScope\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n"]}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
-
export declare const accept: OperationParameter;
|
|
3
|
-
export declare const $host: OperationURLParameter;
|
|
4
|
-
export declare const apiVersion: OperationQueryParameter;
|
|
5
|
-
export declare const includeAllocatedBudget: OperationQueryParameter;
|
|
6
|
-
export declare const billingAccountName: OperationURLParameter;
|
|
7
|
-
export declare const billingProfileName: OperationURLParameter;
|
|
8
|
-
export declare const nextLink: OperationURLParameter;
|
|
9
|
-
export declare const includeBudget: OperationQueryParameter;
|
|
10
|
-
export declare const includeDeleted: OperationQueryParameter;
|
|
11
|
-
export declare const invoiceSectionName: OperationURLParameter;
|
|
12
|
-
export declare const contentType: OperationParameter;
|
|
13
|
-
export declare const parameters: OperationParameter;
|
|
14
|
-
export declare const parameters1: OperationParameter;
|
|
15
|
-
export declare const onlyUpdateStudentCountParameter: OperationQueryParameter;
|
|
16
|
-
export declare const includeDenied: OperationQueryParameter;
|
|
17
|
-
export declare const joinRequestName: OperationURLParameter;
|
|
18
|
-
export declare const parameters2: OperationParameter;
|
|
19
|
-
export declare const studentAlias: OperationURLParameter;
|
|
20
|
-
export declare const parameters3: OperationParameter;
|
|
21
|
-
export declare const studentLabName: OperationURLParameter;
|
|
22
|
-
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAQ5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,uBAQpC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,uBAQ3B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,uBAQ5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,uBAQ7C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,uBAQ3B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,qBAS7B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAS1B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC"}
|
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.studentLabName = exports.parameters3 = exports.studentAlias = exports.parameters2 = exports.joinRequestName = exports.includeDenied = exports.onlyUpdateStudentCountParameter = exports.parameters1 = exports.parameters = exports.contentType = exports.invoiceSectionName = exports.includeDeleted = exports.includeBudget = exports.nextLink = exports.billingProfileName = exports.billingAccountName = exports.includeAllocatedBudget = exports.apiVersion = exports.$host = exports.accept = void 0;
|
|
11
|
-
const mappers_js_1 = require("../models/mappers.js");
|
|
12
|
-
exports.accept = {
|
|
13
|
-
parameterPath: "accept",
|
|
14
|
-
mapper: {
|
|
15
|
-
defaultValue: "application/json",
|
|
16
|
-
isConstant: true,
|
|
17
|
-
serializedName: "Accept",
|
|
18
|
-
type: {
|
|
19
|
-
name: "String"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
exports.$host = {
|
|
24
|
-
parameterPath: "$host",
|
|
25
|
-
mapper: {
|
|
26
|
-
serializedName: "$host",
|
|
27
|
-
required: true,
|
|
28
|
-
type: {
|
|
29
|
-
name: "String"
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
skipEncoding: true
|
|
33
|
-
};
|
|
34
|
-
exports.apiVersion = {
|
|
35
|
-
parameterPath: "apiVersion",
|
|
36
|
-
mapper: {
|
|
37
|
-
defaultValue: "2021-12-01-preview",
|
|
38
|
-
isConstant: true,
|
|
39
|
-
serializedName: "api-version",
|
|
40
|
-
type: {
|
|
41
|
-
name: "String"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
exports.includeAllocatedBudget = {
|
|
46
|
-
parameterPath: ["options", "includeAllocatedBudget"],
|
|
47
|
-
mapper: {
|
|
48
|
-
serializedName: "includeAllocatedBudget",
|
|
49
|
-
type: {
|
|
50
|
-
name: "Boolean"
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
|
-
exports.billingAccountName = {
|
|
55
|
-
parameterPath: "billingAccountName",
|
|
56
|
-
mapper: {
|
|
57
|
-
serializedName: "billingAccountName",
|
|
58
|
-
required: true,
|
|
59
|
-
type: {
|
|
60
|
-
name: "String"
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
};
|
|
64
|
-
exports.billingProfileName = {
|
|
65
|
-
parameterPath: "billingProfileName",
|
|
66
|
-
mapper: {
|
|
67
|
-
serializedName: "billingProfileName",
|
|
68
|
-
required: true,
|
|
69
|
-
type: {
|
|
70
|
-
name: "String"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
};
|
|
74
|
-
exports.nextLink = {
|
|
75
|
-
parameterPath: "nextLink",
|
|
76
|
-
mapper: {
|
|
77
|
-
serializedName: "nextLink",
|
|
78
|
-
required: true,
|
|
79
|
-
type: {
|
|
80
|
-
name: "String"
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
skipEncoding: true
|
|
84
|
-
};
|
|
85
|
-
exports.includeBudget = {
|
|
86
|
-
parameterPath: ["options", "includeBudget"],
|
|
87
|
-
mapper: {
|
|
88
|
-
serializedName: "includeBudget",
|
|
89
|
-
type: {
|
|
90
|
-
name: "Boolean"
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
};
|
|
94
|
-
exports.includeDeleted = {
|
|
95
|
-
parameterPath: ["options", "includeDeleted"],
|
|
96
|
-
mapper: {
|
|
97
|
-
serializedName: "includeDeleted",
|
|
98
|
-
type: {
|
|
99
|
-
name: "Boolean"
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
};
|
|
103
|
-
exports.invoiceSectionName = {
|
|
104
|
-
parameterPath: "invoiceSectionName",
|
|
105
|
-
mapper: {
|
|
106
|
-
serializedName: "invoiceSectionName",
|
|
107
|
-
required: true,
|
|
108
|
-
type: {
|
|
109
|
-
name: "String"
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
};
|
|
113
|
-
exports.contentType = {
|
|
114
|
-
parameterPath: ["options", "contentType"],
|
|
115
|
-
mapper: {
|
|
116
|
-
defaultValue: "application/json",
|
|
117
|
-
isConstant: true,
|
|
118
|
-
serializedName: "Content-Type",
|
|
119
|
-
type: {
|
|
120
|
-
name: "String"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
};
|
|
124
|
-
exports.parameters = {
|
|
125
|
-
parameterPath: "parameters",
|
|
126
|
-
mapper: mappers_js_1.LabDetails
|
|
127
|
-
};
|
|
128
|
-
exports.parameters1 = {
|
|
129
|
-
parameterPath: "parameters",
|
|
130
|
-
mapper: mappers_js_1.InviteCodeGenerateRequest
|
|
131
|
-
};
|
|
132
|
-
exports.onlyUpdateStudentCountParameter = {
|
|
133
|
-
parameterPath: ["options", "onlyUpdateStudentCountParameter"],
|
|
134
|
-
mapper: {
|
|
135
|
-
serializedName: "onlyUpdateStudentCountParameter",
|
|
136
|
-
type: {
|
|
137
|
-
name: "Boolean"
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
};
|
|
141
|
-
exports.includeDenied = {
|
|
142
|
-
parameterPath: ["options", "includeDenied"],
|
|
143
|
-
mapper: {
|
|
144
|
-
serializedName: "includeDenied",
|
|
145
|
-
type: {
|
|
146
|
-
name: "Boolean"
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
};
|
|
150
|
-
exports.joinRequestName = {
|
|
151
|
-
parameterPath: "joinRequestName",
|
|
152
|
-
mapper: {
|
|
153
|
-
serializedName: "joinRequestName",
|
|
154
|
-
required: true,
|
|
155
|
-
type: {
|
|
156
|
-
name: "String"
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
};
|
|
160
|
-
exports.parameters2 = {
|
|
161
|
-
parameterPath: "parameters",
|
|
162
|
-
mapper: mappers_js_1.RedeemRequest
|
|
163
|
-
};
|
|
164
|
-
exports.studentAlias = {
|
|
165
|
-
parameterPath: "studentAlias",
|
|
166
|
-
mapper: {
|
|
167
|
-
serializedName: "studentAlias",
|
|
168
|
-
required: true,
|
|
169
|
-
type: {
|
|
170
|
-
name: "String"
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
};
|
|
174
|
-
exports.parameters3 = {
|
|
175
|
-
parameterPath: "parameters",
|
|
176
|
-
mapper: mappers_js_1.StudentDetails
|
|
177
|
-
};
|
|
178
|
-
exports.studentLabName = {
|
|
179
|
-
parameterPath: "studentLabName",
|
|
180
|
-
mapper: {
|
|
181
|
-
serializedName: "studentLabName",
|
|
182
|
-
required: true,
|
|
183
|
-
type: {
|
|
184
|
-
name: "String"
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
};
|
|
188
|
-
//# sourceMappingURL=parameters.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n LabDetails as LabDetailsMapper,\n InviteCodeGenerateRequest as InviteCodeGenerateRequestMapper,\n RedeemRequest as RedeemRequestMapper,\n StudentDetails as StudentDetailsMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-12-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const includeAllocatedBudget: OperationQueryParameter = {\n parameterPath: [\"options\", \"includeAllocatedBudget\"],\n mapper: {\n serializedName: \"includeAllocatedBudget\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const billingAccountName: OperationURLParameter = {\n parameterPath: \"billingAccountName\",\n mapper: {\n serializedName: \"billingAccountName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const billingProfileName: OperationURLParameter = {\n parameterPath: \"billingProfileName\",\n mapper: {\n serializedName: \"billingProfileName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const includeBudget: OperationQueryParameter = {\n parameterPath: [\"options\", \"includeBudget\"],\n mapper: {\n serializedName: \"includeBudget\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const includeDeleted: OperationQueryParameter = {\n parameterPath: [\"options\", \"includeDeleted\"],\n mapper: {\n serializedName: \"includeDeleted\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const invoiceSectionName: OperationURLParameter = {\n parameterPath: \"invoiceSectionName\",\n mapper: {\n serializedName: \"invoiceSectionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: LabDetailsMapper\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: InviteCodeGenerateRequestMapper\n};\n\nexport const onlyUpdateStudentCountParameter: OperationQueryParameter = {\n parameterPath: [\"options\", \"onlyUpdateStudentCountParameter\"],\n mapper: {\n serializedName: \"onlyUpdateStudentCountParameter\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const includeDenied: OperationQueryParameter = {\n parameterPath: [\"options\", \"includeDenied\"],\n mapper: {\n serializedName: \"includeDenied\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const joinRequestName: OperationURLParameter = {\n parameterPath: \"joinRequestName\",\n mapper: {\n serializedName: \"joinRequestName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: RedeemRequestMapper\n};\n\nexport const studentAlias: OperationURLParameter = {\n parameterPath: \"studentAlias\",\n mapper: {\n serializedName: \"studentAlias\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: StudentDetailsMapper\n};\n\nexport const studentLabName: OperationURLParameter = {\n parameterPath: \"studentLabName\",\n mapper: {\n serializedName: \"studentLabName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n"]}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Grants } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { EducationManagementClient } from "../educationManagementClient.js";
|
|
4
|
-
import { GrantDetails, GrantsListAllOptionalParams, GrantsListOptionalParams, GrantsGetOptionalParams, GrantsGetResponse } from "../models/index.js";
|
|
5
|
-
/** Class containing Grants operations. */
|
|
6
|
-
export declare class GrantsImpl implements Grants {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Grants class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: EducationManagementClient);
|
|
13
|
-
/**
|
|
14
|
-
* Get a list of grants that Microsoft has provided.
|
|
15
|
-
* @param options The options parameters.
|
|
16
|
-
*/
|
|
17
|
-
listAll(options?: GrantsListAllOptionalParams): PagedAsyncIterableIterator<GrantDetails>;
|
|
18
|
-
private listAllPagingPage;
|
|
19
|
-
private listAllPagingAll;
|
|
20
|
-
/**
|
|
21
|
-
* Get details for a specific grant linked to the provided billing account and billing profile.
|
|
22
|
-
* @param billingAccountName Billing account name.
|
|
23
|
-
* @param billingProfileName Billing profile name.
|
|
24
|
-
* @param options The options parameters.
|
|
25
|
-
*/
|
|
26
|
-
list(billingAccountName: string, billingProfileName: string, options?: GrantsListOptionalParams): PagedAsyncIterableIterator<GrantDetails>;
|
|
27
|
-
private listPagingPage;
|
|
28
|
-
private listPagingAll;
|
|
29
|
-
/**
|
|
30
|
-
* Get a list of grants that Microsoft has provided.
|
|
31
|
-
* @param options The options parameters.
|
|
32
|
-
*/
|
|
33
|
-
private _listAll;
|
|
34
|
-
/**
|
|
35
|
-
* Get details for a specific grant linked to the provided billing account and billing profile.
|
|
36
|
-
* @param billingAccountName Billing account name.
|
|
37
|
-
* @param billingProfileName Billing profile name.
|
|
38
|
-
* @param options The options parameters.
|
|
39
|
-
*/
|
|
40
|
-
private _list;
|
|
41
|
-
/**
|
|
42
|
-
* Get details for a specific grant linked to the provided billing account and billing profile.
|
|
43
|
-
* @param billingAccountName Billing account name.
|
|
44
|
-
* @param billingProfileName Billing profile name.
|
|
45
|
-
* @param options The options parameters.
|
|
46
|
-
*/
|
|
47
|
-
get(billingAccountName: string, billingProfileName: string, options?: GrantsGetOptionalParams): Promise<GrantsGetResponse>;
|
|
48
|
-
/**
|
|
49
|
-
* ListAllNext
|
|
50
|
-
* @param nextLink The nextLink from the previous successful call to the ListAll method.
|
|
51
|
-
* @param options The options parameters.
|
|
52
|
-
*/
|
|
53
|
-
private _listAllNext;
|
|
54
|
-
/**
|
|
55
|
-
* ListNext
|
|
56
|
-
* @param billingAccountName Billing account name.
|
|
57
|
-
* @param billingProfileName Billing profile name.
|
|
58
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
59
|
-
* @param options The options parameters.
|
|
60
|
-
*/
|
|
61
|
-
private _listNext;
|
|
62
|
-
}
|
|
63
|
-
//# sourceMappingURL=grants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"grants.d.ts","sourceRoot":"","sources":["../../../src/operations/grants.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAC;AAI1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,YAAY,EAEZ,2BAA2B,EAG3B,wBAAwB,EAExB,uBAAuB,EACvB,iBAAiB,EAGlB,MAAM,oBAAoB,CAAC;AAG5B,0CAA0C;AAC1C,qBAAa,UAAW,YAAW,MAAM;IACvC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;OAGG;IACI,OAAO,CACZ,OAAO,CAAC,EAAE,2BAA2B,GACpC,0BAA0B,CAAC,YAAY,CAAC;YAkB5B,iBAAiB;YAsBjB,gBAAgB;IAQ/B;;;;;OAKG;IACI,IAAI,CACT,kBAAkB,EAAE,MAAM,EAC1B,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,wBAAwB,GACjC,0BAA0B,CAAC,YAAY,CAAC;YA2B5B,cAAc;YAiCd,aAAa;IAc5B;;;OAGG;IACH,OAAO,CAAC,QAAQ;IAMhB;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;OAKG;IACH,GAAG,CACD,kBAAkB,EAAE,MAAM,EAC1B,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CAAC,iBAAiB,CAAC;IAO7B;;;;OAIG;IACH,OAAO,CAAC,YAAY;IAUpB;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|
|
@@ -1,255 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.GrantsImpl = void 0;
|
|
11
|
-
const tslib_1 = require("tslib");
|
|
12
|
-
const pagingHelper_js_1 = require("../pagingHelper.js");
|
|
13
|
-
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
14
|
-
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
15
|
-
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
16
|
-
/// <reference lib="esnext.asynciterable" />
|
|
17
|
-
/** Class containing Grants operations. */
|
|
18
|
-
class GrantsImpl {
|
|
19
|
-
client;
|
|
20
|
-
/**
|
|
21
|
-
* Initialize a new instance of the class Grants class.
|
|
22
|
-
* @param client Reference to the service client
|
|
23
|
-
*/
|
|
24
|
-
constructor(client) {
|
|
25
|
-
this.client = client;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* Get a list of grants that Microsoft has provided.
|
|
29
|
-
* @param options The options parameters.
|
|
30
|
-
*/
|
|
31
|
-
listAll(options) {
|
|
32
|
-
const iter = this.listAllPagingAll(options);
|
|
33
|
-
return {
|
|
34
|
-
next() {
|
|
35
|
-
return iter.next();
|
|
36
|
-
},
|
|
37
|
-
[Symbol.asyncIterator]() {
|
|
38
|
-
return this;
|
|
39
|
-
},
|
|
40
|
-
byPage: (settings) => {
|
|
41
|
-
if (settings?.maxPageSize) {
|
|
42
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
43
|
-
}
|
|
44
|
-
return this.listAllPagingPage(options, settings);
|
|
45
|
-
}
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
async *listAllPagingPage(options, settings) {
|
|
49
|
-
let result;
|
|
50
|
-
let continuationToken = settings?.continuationToken;
|
|
51
|
-
if (!continuationToken) {
|
|
52
|
-
result = await this._listAll(options);
|
|
53
|
-
let page = result.value || [];
|
|
54
|
-
continuationToken = result.nextLink;
|
|
55
|
-
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
56
|
-
yield page;
|
|
57
|
-
}
|
|
58
|
-
while (continuationToken) {
|
|
59
|
-
result = await this._listAllNext(continuationToken, options);
|
|
60
|
-
continuationToken = result.nextLink;
|
|
61
|
-
let page = result.value || [];
|
|
62
|
-
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
63
|
-
yield page;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
async *listAllPagingAll(options) {
|
|
67
|
-
for await (const page of this.listAllPagingPage(options)) {
|
|
68
|
-
yield* page;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
/**
|
|
72
|
-
* Get details for a specific grant linked to the provided billing account and billing profile.
|
|
73
|
-
* @param billingAccountName Billing account name.
|
|
74
|
-
* @param billingProfileName Billing profile name.
|
|
75
|
-
* @param options The options parameters.
|
|
76
|
-
*/
|
|
77
|
-
list(billingAccountName, billingProfileName, options) {
|
|
78
|
-
const iter = this.listPagingAll(billingAccountName, billingProfileName, options);
|
|
79
|
-
return {
|
|
80
|
-
next() {
|
|
81
|
-
return iter.next();
|
|
82
|
-
},
|
|
83
|
-
[Symbol.asyncIterator]() {
|
|
84
|
-
return this;
|
|
85
|
-
},
|
|
86
|
-
byPage: (settings) => {
|
|
87
|
-
if (settings?.maxPageSize) {
|
|
88
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
89
|
-
}
|
|
90
|
-
return this.listPagingPage(billingAccountName, billingProfileName, options, settings);
|
|
91
|
-
}
|
|
92
|
-
};
|
|
93
|
-
}
|
|
94
|
-
async *listPagingPage(billingAccountName, billingProfileName, options, settings) {
|
|
95
|
-
let result;
|
|
96
|
-
let continuationToken = settings?.continuationToken;
|
|
97
|
-
if (!continuationToken) {
|
|
98
|
-
result = await this._list(billingAccountName, billingProfileName, options);
|
|
99
|
-
let page = result.value || [];
|
|
100
|
-
continuationToken = result.nextLink;
|
|
101
|
-
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
102
|
-
yield page;
|
|
103
|
-
}
|
|
104
|
-
while (continuationToken) {
|
|
105
|
-
result = await this._listNext(billingAccountName, billingProfileName, continuationToken, options);
|
|
106
|
-
continuationToken = result.nextLink;
|
|
107
|
-
let page = result.value || [];
|
|
108
|
-
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
109
|
-
yield page;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
async *listPagingAll(billingAccountName, billingProfileName, options) {
|
|
113
|
-
for await (const page of this.listPagingPage(billingAccountName, billingProfileName, options)) {
|
|
114
|
-
yield* page;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
/**
|
|
118
|
-
* Get a list of grants that Microsoft has provided.
|
|
119
|
-
* @param options The options parameters.
|
|
120
|
-
*/
|
|
121
|
-
_listAll(options) {
|
|
122
|
-
return this.client.sendOperationRequest({ options }, listAllOperationSpec);
|
|
123
|
-
}
|
|
124
|
-
/**
|
|
125
|
-
* Get details for a specific grant linked to the provided billing account and billing profile.
|
|
126
|
-
* @param billingAccountName Billing account name.
|
|
127
|
-
* @param billingProfileName Billing profile name.
|
|
128
|
-
* @param options The options parameters.
|
|
129
|
-
*/
|
|
130
|
-
_list(billingAccountName, billingProfileName, options) {
|
|
131
|
-
return this.client.sendOperationRequest({ billingAccountName, billingProfileName, options }, listOperationSpec);
|
|
132
|
-
}
|
|
133
|
-
/**
|
|
134
|
-
* Get details for a specific grant linked to the provided billing account and billing profile.
|
|
135
|
-
* @param billingAccountName Billing account name.
|
|
136
|
-
* @param billingProfileName Billing profile name.
|
|
137
|
-
* @param options The options parameters.
|
|
138
|
-
*/
|
|
139
|
-
get(billingAccountName, billingProfileName, options) {
|
|
140
|
-
return this.client.sendOperationRequest({ billingAccountName, billingProfileName, options }, getOperationSpec);
|
|
141
|
-
}
|
|
142
|
-
/**
|
|
143
|
-
* ListAllNext
|
|
144
|
-
* @param nextLink The nextLink from the previous successful call to the ListAll method.
|
|
145
|
-
* @param options The options parameters.
|
|
146
|
-
*/
|
|
147
|
-
_listAllNext(nextLink, options) {
|
|
148
|
-
return this.client.sendOperationRequest({ nextLink, options }, listAllNextOperationSpec);
|
|
149
|
-
}
|
|
150
|
-
/**
|
|
151
|
-
* ListNext
|
|
152
|
-
* @param billingAccountName Billing account name.
|
|
153
|
-
* @param billingProfileName Billing profile name.
|
|
154
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
155
|
-
* @param options The options parameters.
|
|
156
|
-
*/
|
|
157
|
-
_listNext(billingAccountName, billingProfileName, nextLink, options) {
|
|
158
|
-
return this.client.sendOperationRequest({ billingAccountName, billingProfileName, nextLink, options }, listNextOperationSpec);
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
exports.GrantsImpl = GrantsImpl;
|
|
162
|
-
// Operation Specifications
|
|
163
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
164
|
-
const listAllOperationSpec = {
|
|
165
|
-
path: "/providers/Microsoft.Education/grants",
|
|
166
|
-
httpMethod: "GET",
|
|
167
|
-
responses: {
|
|
168
|
-
200: {
|
|
169
|
-
bodyMapper: Mappers.GrantListResponse
|
|
170
|
-
},
|
|
171
|
-
default: {
|
|
172
|
-
bodyMapper: Mappers.ErrorResponseBody
|
|
173
|
-
}
|
|
174
|
-
},
|
|
175
|
-
queryParameters: [Parameters.apiVersion, Parameters.includeAllocatedBudget],
|
|
176
|
-
urlParameters: [Parameters.$host],
|
|
177
|
-
headerParameters: [Parameters.accept],
|
|
178
|
-
serializer
|
|
179
|
-
};
|
|
180
|
-
const listOperationSpec = {
|
|
181
|
-
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/providers/Microsoft.Education/grants",
|
|
182
|
-
httpMethod: "GET",
|
|
183
|
-
responses: {
|
|
184
|
-
200: {
|
|
185
|
-
bodyMapper: Mappers.GrantListResponse
|
|
186
|
-
},
|
|
187
|
-
default: {
|
|
188
|
-
bodyMapper: Mappers.ErrorResponseBody
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
|
-
queryParameters: [Parameters.apiVersion, Parameters.includeAllocatedBudget],
|
|
192
|
-
urlParameters: [
|
|
193
|
-
Parameters.$host,
|
|
194
|
-
Parameters.billingAccountName,
|
|
195
|
-
Parameters.billingProfileName
|
|
196
|
-
],
|
|
197
|
-
headerParameters: [Parameters.accept],
|
|
198
|
-
serializer
|
|
199
|
-
};
|
|
200
|
-
const getOperationSpec = {
|
|
201
|
-
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/providers/Microsoft.Education/grants/default",
|
|
202
|
-
httpMethod: "GET",
|
|
203
|
-
responses: {
|
|
204
|
-
200: {
|
|
205
|
-
bodyMapper: Mappers.GrantDetails
|
|
206
|
-
},
|
|
207
|
-
default: {
|
|
208
|
-
bodyMapper: Mappers.ErrorResponseBody
|
|
209
|
-
}
|
|
210
|
-
},
|
|
211
|
-
queryParameters: [Parameters.apiVersion, Parameters.includeAllocatedBudget],
|
|
212
|
-
urlParameters: [
|
|
213
|
-
Parameters.$host,
|
|
214
|
-
Parameters.billingAccountName,
|
|
215
|
-
Parameters.billingProfileName
|
|
216
|
-
],
|
|
217
|
-
headerParameters: [Parameters.accept],
|
|
218
|
-
serializer
|
|
219
|
-
};
|
|
220
|
-
const listAllNextOperationSpec = {
|
|
221
|
-
path: "{nextLink}",
|
|
222
|
-
httpMethod: "GET",
|
|
223
|
-
responses: {
|
|
224
|
-
200: {
|
|
225
|
-
bodyMapper: Mappers.GrantListResponse
|
|
226
|
-
},
|
|
227
|
-
default: {
|
|
228
|
-
bodyMapper: Mappers.ErrorResponseBody
|
|
229
|
-
}
|
|
230
|
-
},
|
|
231
|
-
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
232
|
-
headerParameters: [Parameters.accept],
|
|
233
|
-
serializer
|
|
234
|
-
};
|
|
235
|
-
const listNextOperationSpec = {
|
|
236
|
-
path: "{nextLink}",
|
|
237
|
-
httpMethod: "GET",
|
|
238
|
-
responses: {
|
|
239
|
-
200: {
|
|
240
|
-
bodyMapper: Mappers.GrantListResponse
|
|
241
|
-
},
|
|
242
|
-
default: {
|
|
243
|
-
bodyMapper: Mappers.ErrorResponseBody
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
urlParameters: [
|
|
247
|
-
Parameters.$host,
|
|
248
|
-
Parameters.billingAccountName,
|
|
249
|
-
Parameters.billingProfileName,
|
|
250
|
-
Parameters.nextLink
|
|
251
|
-
],
|
|
252
|
-
headerParameters: [Parameters.accept],
|
|
253
|
-
serializer
|
|
254
|
-
};
|
|
255
|
-
//# sourceMappingURL=grants.js.map
|