@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
|
@@ -0,0 +1,569 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { areAllPropsUndefined } from "../static-helpers/serialization/check-prop-undefined.js";
|
|
4
|
+
export function redeemRequestSerializer(item) {
|
|
5
|
+
return {
|
|
6
|
+
redeemCode: item["redeemCode"],
|
|
7
|
+
firstName: item["firstName"],
|
|
8
|
+
lastName: item["lastName"],
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
export function errorResponseBodyDeserializer(item) {
|
|
12
|
+
return {
|
|
13
|
+
error: !item["error"] ? item["error"] : errorResponseDeserializer(item["error"]),
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export function errorResponseDeserializer(item) {
|
|
17
|
+
return {
|
|
18
|
+
code: item["code"],
|
|
19
|
+
message: item["message"],
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
export function operationListResultDeserializer(item) {
|
|
23
|
+
return {
|
|
24
|
+
value: operationArrayDeserializer(item["value"]),
|
|
25
|
+
nextLink: item["nextLink"],
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
export function operationArrayDeserializer(result) {
|
|
29
|
+
return result.map((item) => {
|
|
30
|
+
return operationDeserializer(item);
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
export function operationDeserializer(item) {
|
|
34
|
+
return {
|
|
35
|
+
name: item["name"],
|
|
36
|
+
isDataAction: item["isDataAction"],
|
|
37
|
+
display: !item["display"] ? item["display"] : operationDisplayDeserializer(item["display"]),
|
|
38
|
+
origin: item["origin"],
|
|
39
|
+
actionType: item["actionType"],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
export function operationDisplayDeserializer(item) {
|
|
43
|
+
return {
|
|
44
|
+
provider: item["provider"],
|
|
45
|
+
resource: item["resource"],
|
|
46
|
+
operation: item["operation"],
|
|
47
|
+
description: item["description"],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
51
|
+
export var KnownOrigin;
|
|
52
|
+
(function (KnownOrigin) {
|
|
53
|
+
/** Indicates the operation is initiated by a user. */
|
|
54
|
+
KnownOrigin["User"] = "user";
|
|
55
|
+
/** Indicates the operation is initiated by a system. */
|
|
56
|
+
KnownOrigin["System"] = "system";
|
|
57
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
58
|
+
KnownOrigin["UserSystem"] = "user,system";
|
|
59
|
+
})(KnownOrigin || (KnownOrigin = {}));
|
|
60
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
61
|
+
export var KnownActionType;
|
|
62
|
+
(function (KnownActionType) {
|
|
63
|
+
/** Actions are for internal-only APIs. */
|
|
64
|
+
KnownActionType["Internal"] = "Internal";
|
|
65
|
+
})(KnownActionType || (KnownActionType = {}));
|
|
66
|
+
export function grantDetailsDeserializer(item) {
|
|
67
|
+
return {
|
|
68
|
+
id: item["id"],
|
|
69
|
+
name: item["name"],
|
|
70
|
+
type: item["type"],
|
|
71
|
+
systemData: !item["systemData"]
|
|
72
|
+
? item["systemData"]
|
|
73
|
+
: systemDataDeserializer(item["systemData"]),
|
|
74
|
+
...(!item["properties"]
|
|
75
|
+
? item["properties"]
|
|
76
|
+
: _grantDetailsPropertiesDeserializer(item["properties"])),
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
export function grantDetailPropertiesDeserializer(item) {
|
|
80
|
+
return {
|
|
81
|
+
offerCap: !item["offerCap"] ? item["offerCap"] : amountDeserializer(item["offerCap"]),
|
|
82
|
+
effectiveDate: !item["effectiveDate"] ? item["effectiveDate"] : new Date(item["effectiveDate"]),
|
|
83
|
+
offerType: item["offerType"],
|
|
84
|
+
expirationDate: !item["expirationDate"]
|
|
85
|
+
? item["expirationDate"]
|
|
86
|
+
: new Date(item["expirationDate"]),
|
|
87
|
+
status: item["status"],
|
|
88
|
+
allocatedBudget: !item["allocatedBudget"]
|
|
89
|
+
? item["allocatedBudget"]
|
|
90
|
+
: amountDeserializer(item["allocatedBudget"]),
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
export function amountSerializer(item) {
|
|
94
|
+
return { currency: item["currency"], value: item["value"] };
|
|
95
|
+
}
|
|
96
|
+
export function amountDeserializer(item) {
|
|
97
|
+
return {
|
|
98
|
+
currency: item["currency"],
|
|
99
|
+
value: item["value"],
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
/** Grant Offer Type */
|
|
103
|
+
export var KnownGrantType;
|
|
104
|
+
(function (KnownGrantType) {
|
|
105
|
+
/** Student */
|
|
106
|
+
KnownGrantType["Student"] = "Student";
|
|
107
|
+
/** Academic */
|
|
108
|
+
KnownGrantType["Academic"] = "Academic";
|
|
109
|
+
})(KnownGrantType || (KnownGrantType = {}));
|
|
110
|
+
/** Grant status */
|
|
111
|
+
export var KnownGrantStatus;
|
|
112
|
+
(function (KnownGrantStatus) {
|
|
113
|
+
/** Active */
|
|
114
|
+
KnownGrantStatus["Active"] = "Active";
|
|
115
|
+
/** Inactive */
|
|
116
|
+
KnownGrantStatus["Inactive"] = "Inactive";
|
|
117
|
+
})(KnownGrantStatus || (KnownGrantStatus = {}));
|
|
118
|
+
export function proxyResourceSerializer(_item) {
|
|
119
|
+
return {};
|
|
120
|
+
}
|
|
121
|
+
export function proxyResourceDeserializer(item) {
|
|
122
|
+
return {
|
|
123
|
+
id: item["id"],
|
|
124
|
+
name: item["name"],
|
|
125
|
+
type: item["type"],
|
|
126
|
+
systemData: !item["systemData"]
|
|
127
|
+
? item["systemData"]
|
|
128
|
+
: systemDataDeserializer(item["systemData"]),
|
|
129
|
+
};
|
|
130
|
+
}
|
|
131
|
+
export function resourceSerializer(_item) {
|
|
132
|
+
return {};
|
|
133
|
+
}
|
|
134
|
+
export function resourceDeserializer(item) {
|
|
135
|
+
return {
|
|
136
|
+
id: item["id"],
|
|
137
|
+
name: item["name"],
|
|
138
|
+
type: item["type"],
|
|
139
|
+
systemData: !item["systemData"]
|
|
140
|
+
? item["systemData"]
|
|
141
|
+
: systemDataDeserializer(item["systemData"]),
|
|
142
|
+
};
|
|
143
|
+
}
|
|
144
|
+
export function systemDataDeserializer(item) {
|
|
145
|
+
return {
|
|
146
|
+
createdBy: item["createdBy"],
|
|
147
|
+
createdByType: item["createdByType"],
|
|
148
|
+
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
149
|
+
lastModifiedBy: item["lastModifiedBy"],
|
|
150
|
+
lastModifiedByType: item["lastModifiedByType"],
|
|
151
|
+
lastModifiedAt: !item["lastModifiedAt"]
|
|
152
|
+
? item["lastModifiedAt"]
|
|
153
|
+
: new Date(item["lastModifiedAt"]),
|
|
154
|
+
};
|
|
155
|
+
}
|
|
156
|
+
/** The kind of entity that created the resource. */
|
|
157
|
+
export var KnownCreatedByType;
|
|
158
|
+
(function (KnownCreatedByType) {
|
|
159
|
+
/** The entity was created by a user. */
|
|
160
|
+
KnownCreatedByType["User"] = "User";
|
|
161
|
+
/** The entity was created by an application. */
|
|
162
|
+
KnownCreatedByType["Application"] = "Application";
|
|
163
|
+
/** The entity was created by a managed identity. */
|
|
164
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
165
|
+
/** The entity was created by a key. */
|
|
166
|
+
KnownCreatedByType["Key"] = "Key";
|
|
167
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
168
|
+
export function _grantListResponseDeserializer(item) {
|
|
169
|
+
return {
|
|
170
|
+
value: !item["value"] ? item["value"] : grantDetailsArrayDeserializer(item["value"]),
|
|
171
|
+
nextLink: item["nextLink"],
|
|
172
|
+
};
|
|
173
|
+
}
|
|
174
|
+
export function grantDetailsArrayDeserializer(result) {
|
|
175
|
+
return result.map((item) => {
|
|
176
|
+
return grantDetailsDeserializer(item);
|
|
177
|
+
});
|
|
178
|
+
}
|
|
179
|
+
export function labDetailsSerializer(item) {
|
|
180
|
+
return {
|
|
181
|
+
properties: areAllPropsUndefined(item, [
|
|
182
|
+
"displayName",
|
|
183
|
+
"budgetPerStudent",
|
|
184
|
+
"description",
|
|
185
|
+
"expirationDate",
|
|
186
|
+
])
|
|
187
|
+
? undefined
|
|
188
|
+
: _labDetailsPropertiesSerializer(item),
|
|
189
|
+
};
|
|
190
|
+
}
|
|
191
|
+
export function labDetailsDeserializer(item) {
|
|
192
|
+
return {
|
|
193
|
+
id: item["id"],
|
|
194
|
+
name: item["name"],
|
|
195
|
+
type: item["type"],
|
|
196
|
+
systemData: !item["systemData"]
|
|
197
|
+
? item["systemData"]
|
|
198
|
+
: systemDataDeserializer(item["systemData"]),
|
|
199
|
+
...(!item["properties"]
|
|
200
|
+
? item["properties"]
|
|
201
|
+
: _labDetailsPropertiesDeserializer(item["properties"])),
|
|
202
|
+
};
|
|
203
|
+
}
|
|
204
|
+
export function labPropertiesSerializer(item) {
|
|
205
|
+
return {
|
|
206
|
+
displayName: item["displayName"],
|
|
207
|
+
budgetPerStudent: amountSerializer(item["budgetPerStudent"]),
|
|
208
|
+
description: item["description"],
|
|
209
|
+
expirationDate: item["expirationDate"].toISOString(),
|
|
210
|
+
};
|
|
211
|
+
}
|
|
212
|
+
export function labPropertiesDeserializer(item) {
|
|
213
|
+
return {
|
|
214
|
+
displayName: item["displayName"],
|
|
215
|
+
budgetPerStudent: amountDeserializer(item["budgetPerStudent"]),
|
|
216
|
+
description: item["description"],
|
|
217
|
+
expirationDate: new Date(item["expirationDate"]),
|
|
218
|
+
effectiveDate: !item["effectiveDate"] ? item["effectiveDate"] : new Date(item["effectiveDate"]),
|
|
219
|
+
status: item["status"],
|
|
220
|
+
maxStudentCount: item["maxStudentCount"],
|
|
221
|
+
invitationCode: item["invitationCode"],
|
|
222
|
+
...(!item["totalBudget"]
|
|
223
|
+
? item["totalBudget"]
|
|
224
|
+
: _labPropertiesTotalBudgetDeserializer(item["totalBudget"])),
|
|
225
|
+
...(!item["totalAllocatedBudget"]
|
|
226
|
+
? item["totalAllocatedBudget"]
|
|
227
|
+
: _labPropertiesTotalAllocatedBudgetDeserializer(item["totalAllocatedBudget"])),
|
|
228
|
+
};
|
|
229
|
+
}
|
|
230
|
+
/** The status of this lab */
|
|
231
|
+
export var KnownLabStatus;
|
|
232
|
+
(function (KnownLabStatus) {
|
|
233
|
+
/** Active */
|
|
234
|
+
KnownLabStatus["Active"] = "Active";
|
|
235
|
+
/** Deleted */
|
|
236
|
+
KnownLabStatus["Deleted"] = "Deleted";
|
|
237
|
+
/** Pending */
|
|
238
|
+
KnownLabStatus["Pending"] = "Pending";
|
|
239
|
+
})(KnownLabStatus || (KnownLabStatus = {}));
|
|
240
|
+
export function _labListResultDeserializer(item) {
|
|
241
|
+
return {
|
|
242
|
+
value: !item["value"] ? item["value"] : labDetailsArrayDeserializer(item["value"]),
|
|
243
|
+
nextLink: item["nextLink"],
|
|
244
|
+
};
|
|
245
|
+
}
|
|
246
|
+
export function labDetailsArraySerializer(result) {
|
|
247
|
+
return result.map((item) => {
|
|
248
|
+
return labDetailsSerializer(item);
|
|
249
|
+
});
|
|
250
|
+
}
|
|
251
|
+
export function labDetailsArrayDeserializer(result) {
|
|
252
|
+
return result.map((item) => {
|
|
253
|
+
return labDetailsDeserializer(item);
|
|
254
|
+
});
|
|
255
|
+
}
|
|
256
|
+
export function inviteCodeGenerateRequestSerializer(item) {
|
|
257
|
+
return { maxStudentCount: item["maxStudentCount"] };
|
|
258
|
+
}
|
|
259
|
+
export function joinRequestDetailsDeserializer(item) {
|
|
260
|
+
return {
|
|
261
|
+
id: item["id"],
|
|
262
|
+
name: item["name"],
|
|
263
|
+
type: item["type"],
|
|
264
|
+
systemData: !item["systemData"]
|
|
265
|
+
? item["systemData"]
|
|
266
|
+
: systemDataDeserializer(item["systemData"]),
|
|
267
|
+
...(!item["properties"]
|
|
268
|
+
? item["properties"]
|
|
269
|
+
: _joinRequestDetailsPropertiesDeserializer(item["properties"])),
|
|
270
|
+
};
|
|
271
|
+
}
|
|
272
|
+
export function joinRequestPropertiesDeserializer(item) {
|
|
273
|
+
return {
|
|
274
|
+
firstName: item["firstName"],
|
|
275
|
+
lastName: item["lastName"],
|
|
276
|
+
email: item["email"],
|
|
277
|
+
status: item["status"],
|
|
278
|
+
};
|
|
279
|
+
}
|
|
280
|
+
/** Join request status */
|
|
281
|
+
export var KnownJoinRequestStatus;
|
|
282
|
+
(function (KnownJoinRequestStatus) {
|
|
283
|
+
/** Pending */
|
|
284
|
+
KnownJoinRequestStatus["Pending"] = "Pending";
|
|
285
|
+
/** Denied */
|
|
286
|
+
KnownJoinRequestStatus["Denied"] = "Denied";
|
|
287
|
+
})(KnownJoinRequestStatus || (KnownJoinRequestStatus = {}));
|
|
288
|
+
export function _joinRequestListDeserializer(item) {
|
|
289
|
+
return {
|
|
290
|
+
value: !item["value"] ? item["value"] : joinRequestDetailsArrayDeserializer(item["value"]),
|
|
291
|
+
nextLink: item["nextLink"],
|
|
292
|
+
};
|
|
293
|
+
}
|
|
294
|
+
export function joinRequestDetailsArrayDeserializer(result) {
|
|
295
|
+
return result.map((item) => {
|
|
296
|
+
return joinRequestDetailsDeserializer(item);
|
|
297
|
+
});
|
|
298
|
+
}
|
|
299
|
+
export function studentDetailsSerializer(item) {
|
|
300
|
+
return {
|
|
301
|
+
properties: areAllPropsUndefined(item, [
|
|
302
|
+
"firstName",
|
|
303
|
+
"lastName",
|
|
304
|
+
"email",
|
|
305
|
+
"role",
|
|
306
|
+
"budget",
|
|
307
|
+
"expirationDate",
|
|
308
|
+
"subscriptionAlias",
|
|
309
|
+
"subscriptionInviteLastSentDate",
|
|
310
|
+
])
|
|
311
|
+
? undefined
|
|
312
|
+
: _studentDetailsPropertiesSerializer(item),
|
|
313
|
+
};
|
|
314
|
+
}
|
|
315
|
+
export function studentDetailsDeserializer(item) {
|
|
316
|
+
return {
|
|
317
|
+
id: item["id"],
|
|
318
|
+
name: item["name"],
|
|
319
|
+
type: item["type"],
|
|
320
|
+
systemData: !item["systemData"]
|
|
321
|
+
? item["systemData"]
|
|
322
|
+
: systemDataDeserializer(item["systemData"]),
|
|
323
|
+
...(!item["properties"]
|
|
324
|
+
? item["properties"]
|
|
325
|
+
: _studentDetailsPropertiesDeserializer(item["properties"])),
|
|
326
|
+
};
|
|
327
|
+
}
|
|
328
|
+
export function studentPropertiesSerializer(item) {
|
|
329
|
+
return {
|
|
330
|
+
firstName: item["firstName"],
|
|
331
|
+
lastName: item["lastName"],
|
|
332
|
+
email: item["email"],
|
|
333
|
+
role: item["role"],
|
|
334
|
+
budget: amountSerializer(item["budget"]),
|
|
335
|
+
expirationDate: item["expirationDate"].toISOString(),
|
|
336
|
+
subscriptionAlias: item["subscriptionAlias"],
|
|
337
|
+
subscriptionInviteLastSentDate: !item["subscriptionInviteLastSentDate"]
|
|
338
|
+
? item["subscriptionInviteLastSentDate"]
|
|
339
|
+
: item["subscriptionInviteLastSentDate"].toISOString(),
|
|
340
|
+
};
|
|
341
|
+
}
|
|
342
|
+
export function studentPropertiesDeserializer(item) {
|
|
343
|
+
return {
|
|
344
|
+
firstName: item["firstName"],
|
|
345
|
+
lastName: item["lastName"],
|
|
346
|
+
email: item["email"],
|
|
347
|
+
role: item["role"],
|
|
348
|
+
budget: amountDeserializer(item["budget"]),
|
|
349
|
+
subscriptionId: item["subscriptionId"],
|
|
350
|
+
expirationDate: new Date(item["expirationDate"]),
|
|
351
|
+
status: item["status"],
|
|
352
|
+
effectiveDate: !item["effectiveDate"] ? item["effectiveDate"] : new Date(item["effectiveDate"]),
|
|
353
|
+
subscriptionAlias: item["subscriptionAlias"],
|
|
354
|
+
subscriptionInviteLastSentDate: !item["subscriptionInviteLastSentDate"]
|
|
355
|
+
? item["subscriptionInviteLastSentDate"]
|
|
356
|
+
: new Date(item["subscriptionInviteLastSentDate"]),
|
|
357
|
+
};
|
|
358
|
+
}
|
|
359
|
+
/** Student Role */
|
|
360
|
+
export var KnownStudentRole;
|
|
361
|
+
(function (KnownStudentRole) {
|
|
362
|
+
/** Student */
|
|
363
|
+
KnownStudentRole["Student"] = "Student";
|
|
364
|
+
/** Admin */
|
|
365
|
+
KnownStudentRole["Admin"] = "Admin";
|
|
366
|
+
})(KnownStudentRole || (KnownStudentRole = {}));
|
|
367
|
+
/** Student Lab Status */
|
|
368
|
+
export var KnownStudentLabStatus;
|
|
369
|
+
(function (KnownStudentLabStatus) {
|
|
370
|
+
/** Active */
|
|
371
|
+
KnownStudentLabStatus["Active"] = "Active";
|
|
372
|
+
/** Disabled */
|
|
373
|
+
KnownStudentLabStatus["Disabled"] = "Disabled";
|
|
374
|
+
/** Expired */
|
|
375
|
+
KnownStudentLabStatus["Expired"] = "Expired";
|
|
376
|
+
/** Pending */
|
|
377
|
+
KnownStudentLabStatus["Pending"] = "Pending";
|
|
378
|
+
/** Deleted */
|
|
379
|
+
KnownStudentLabStatus["Deleted"] = "Deleted";
|
|
380
|
+
})(KnownStudentLabStatus || (KnownStudentLabStatus = {}));
|
|
381
|
+
export function _studentListResultDeserializer(item) {
|
|
382
|
+
return {
|
|
383
|
+
value: !item["value"] ? item["value"] : studentDetailsArrayDeserializer(item["value"]),
|
|
384
|
+
nextLink: item["nextLink"],
|
|
385
|
+
};
|
|
386
|
+
}
|
|
387
|
+
export function studentDetailsArraySerializer(result) {
|
|
388
|
+
return result.map((item) => {
|
|
389
|
+
return studentDetailsSerializer(item);
|
|
390
|
+
});
|
|
391
|
+
}
|
|
392
|
+
export function studentDetailsArrayDeserializer(result) {
|
|
393
|
+
return result.map((item) => {
|
|
394
|
+
return studentDetailsDeserializer(item);
|
|
395
|
+
});
|
|
396
|
+
}
|
|
397
|
+
export function studentLabDetailsDeserializer(item) {
|
|
398
|
+
return {
|
|
399
|
+
id: item["id"],
|
|
400
|
+
name: item["name"],
|
|
401
|
+
type: item["type"],
|
|
402
|
+
systemData: !item["systemData"]
|
|
403
|
+
? item["systemData"]
|
|
404
|
+
: systemDataDeserializer(item["systemData"]),
|
|
405
|
+
...(!item["properties"]
|
|
406
|
+
? item["properties"]
|
|
407
|
+
: _studentLabDetailsPropertiesDeserializer(item["properties"])),
|
|
408
|
+
};
|
|
409
|
+
}
|
|
410
|
+
export function studentLabPropertiesDeserializer(item) {
|
|
411
|
+
return {
|
|
412
|
+
displayName: item["displayName"],
|
|
413
|
+
description: item["description"],
|
|
414
|
+
expirationDate: !item["expirationDate"]
|
|
415
|
+
? item["expirationDate"]
|
|
416
|
+
: new Date(item["expirationDate"]),
|
|
417
|
+
role: item["role"],
|
|
418
|
+
budget: !item["budget"] ? item["budget"] : amountDeserializer(item["budget"]),
|
|
419
|
+
subscriptionId: item["subscriptionId"],
|
|
420
|
+
status: item["status"],
|
|
421
|
+
effectiveDate: !item["effectiveDate"] ? item["effectiveDate"] : new Date(item["effectiveDate"]),
|
|
422
|
+
labScope: item["labScope"],
|
|
423
|
+
};
|
|
424
|
+
}
|
|
425
|
+
export function _studentLabListResultDeserializer(item) {
|
|
426
|
+
return {
|
|
427
|
+
value: !item["value"] ? item["value"] : studentLabDetailsArrayDeserializer(item["value"]),
|
|
428
|
+
nextLink: item["nextLink"],
|
|
429
|
+
};
|
|
430
|
+
}
|
|
431
|
+
export function studentLabDetailsArrayDeserializer(result) {
|
|
432
|
+
return result.map((item) => {
|
|
433
|
+
return studentLabDetailsDeserializer(item);
|
|
434
|
+
});
|
|
435
|
+
}
|
|
436
|
+
/** The available API versions. */
|
|
437
|
+
export var KnownVersions;
|
|
438
|
+
(function (KnownVersions) {
|
|
439
|
+
/** The 2021-12-01-preview API version. */
|
|
440
|
+
KnownVersions["V20211201Preview"] = "2021-12-01-preview";
|
|
441
|
+
})(KnownVersions || (KnownVersions = {}));
|
|
442
|
+
export function _grantDetailsPropertiesDeserializer(item) {
|
|
443
|
+
return {
|
|
444
|
+
offerCap: !item["offerCap"] ? item["offerCap"] : amountDeserializer(item["offerCap"]),
|
|
445
|
+
effectiveDate: !item["effectiveDate"] ? item["effectiveDate"] : new Date(item["effectiveDate"]),
|
|
446
|
+
offerType: item["offerType"],
|
|
447
|
+
expirationDate: !item["expirationDate"]
|
|
448
|
+
? item["expirationDate"]
|
|
449
|
+
: new Date(item["expirationDate"]),
|
|
450
|
+
status: item["status"],
|
|
451
|
+
allocatedBudget: !item["allocatedBudget"]
|
|
452
|
+
? item["allocatedBudget"]
|
|
453
|
+
: amountDeserializer(item["allocatedBudget"]),
|
|
454
|
+
};
|
|
455
|
+
}
|
|
456
|
+
export function _labPropertiesTotalBudgetSerializer(item) {
|
|
457
|
+
return { currency: item["currency"], value: item["value"] };
|
|
458
|
+
}
|
|
459
|
+
export function _labPropertiesTotalBudgetDeserializer(item) {
|
|
460
|
+
return {
|
|
461
|
+
currency: item["currency"],
|
|
462
|
+
value: item["value"],
|
|
463
|
+
};
|
|
464
|
+
}
|
|
465
|
+
export function _labPropertiesTotalAllocatedBudgetSerializer(item) {
|
|
466
|
+
return {
|
|
467
|
+
currency: item["currencyTotalAllocatedBudgetCurrency"],
|
|
468
|
+
value: item["valueTotalAllocatedBudgetValue"],
|
|
469
|
+
};
|
|
470
|
+
}
|
|
471
|
+
export function _labPropertiesTotalAllocatedBudgetDeserializer(item) {
|
|
472
|
+
return {
|
|
473
|
+
currencyTotalAllocatedBudgetCurrency: item["currency"],
|
|
474
|
+
valueTotalAllocatedBudgetValue: item["value"],
|
|
475
|
+
};
|
|
476
|
+
}
|
|
477
|
+
export function _labDetailsPropertiesSerializer(item) {
|
|
478
|
+
return {
|
|
479
|
+
displayName: item["displayName"],
|
|
480
|
+
budgetPerStudent: !item["budgetPerStudent"]
|
|
481
|
+
? item["budgetPerStudent"]
|
|
482
|
+
: amountSerializer(item["budgetPerStudent"]),
|
|
483
|
+
description: item["description"],
|
|
484
|
+
expirationDate: !item["expirationDate"]
|
|
485
|
+
? item["expirationDate"]
|
|
486
|
+
: item["expirationDate"].toISOString(),
|
|
487
|
+
};
|
|
488
|
+
}
|
|
489
|
+
export function _labDetailsPropertiesDeserializer(item) {
|
|
490
|
+
return {
|
|
491
|
+
displayName: item["displayName"],
|
|
492
|
+
budgetPerStudent: !item["budgetPerStudent"]
|
|
493
|
+
? item["budgetPerStudent"]
|
|
494
|
+
: amountDeserializer(item["budgetPerStudent"]),
|
|
495
|
+
description: item["description"],
|
|
496
|
+
expirationDate: !item["expirationDate"]
|
|
497
|
+
? item["expirationDate"]
|
|
498
|
+
: new Date(item["expirationDate"]),
|
|
499
|
+
effectiveDate: !item["effectiveDate"] ? item["effectiveDate"] : new Date(item["effectiveDate"]),
|
|
500
|
+
status: item["status"],
|
|
501
|
+
maxStudentCount: item["maxStudentCount"],
|
|
502
|
+
invitationCode: item["invitationCode"],
|
|
503
|
+
totalBudget: !item["totalBudget"]
|
|
504
|
+
? item["totalBudget"]
|
|
505
|
+
: amountDeserializer(item["totalBudget"]),
|
|
506
|
+
totalAllocatedBudget: !item["totalAllocatedBudget"]
|
|
507
|
+
? item["totalAllocatedBudget"]
|
|
508
|
+
: amountDeserializer(item["totalAllocatedBudget"]),
|
|
509
|
+
};
|
|
510
|
+
}
|
|
511
|
+
export function _joinRequestDetailsPropertiesDeserializer(item) {
|
|
512
|
+
return {
|
|
513
|
+
firstName: item["firstName"],
|
|
514
|
+
lastName: item["lastName"],
|
|
515
|
+
email: item["email"],
|
|
516
|
+
status: item["status"],
|
|
517
|
+
};
|
|
518
|
+
}
|
|
519
|
+
export function _studentDetailsPropertiesSerializer(item) {
|
|
520
|
+
return {
|
|
521
|
+
firstName: item["firstName"],
|
|
522
|
+
lastName: item["lastName"],
|
|
523
|
+
email: item["email"],
|
|
524
|
+
role: item["role"],
|
|
525
|
+
budget: !item["budget"] ? item["budget"] : amountSerializer(item["budget"]),
|
|
526
|
+
expirationDate: !item["expirationDate"]
|
|
527
|
+
? item["expirationDate"]
|
|
528
|
+
: item["expirationDate"].toISOString(),
|
|
529
|
+
subscriptionAlias: item["subscriptionAlias"],
|
|
530
|
+
subscriptionInviteLastSentDate: !item["subscriptionInviteLastSentDate"]
|
|
531
|
+
? item["subscriptionInviteLastSentDate"]
|
|
532
|
+
: item["subscriptionInviteLastSentDate"].toISOString(),
|
|
533
|
+
};
|
|
534
|
+
}
|
|
535
|
+
export function _studentDetailsPropertiesDeserializer(item) {
|
|
536
|
+
return {
|
|
537
|
+
firstName: item["firstName"],
|
|
538
|
+
lastName: item["lastName"],
|
|
539
|
+
email: item["email"],
|
|
540
|
+
role: item["role"],
|
|
541
|
+
budget: !item["budget"] ? item["budget"] : amountDeserializer(item["budget"]),
|
|
542
|
+
subscriptionId: item["subscriptionId"],
|
|
543
|
+
expirationDate: !item["expirationDate"]
|
|
544
|
+
? item["expirationDate"]
|
|
545
|
+
: new Date(item["expirationDate"]),
|
|
546
|
+
status: item["status"],
|
|
547
|
+
effectiveDate: !item["effectiveDate"] ? item["effectiveDate"] : new Date(item["effectiveDate"]),
|
|
548
|
+
subscriptionAlias: item["subscriptionAlias"],
|
|
549
|
+
subscriptionInviteLastSentDate: !item["subscriptionInviteLastSentDate"]
|
|
550
|
+
? item["subscriptionInviteLastSentDate"]
|
|
551
|
+
: new Date(item["subscriptionInviteLastSentDate"]),
|
|
552
|
+
};
|
|
553
|
+
}
|
|
554
|
+
export function _studentLabDetailsPropertiesDeserializer(item) {
|
|
555
|
+
return {
|
|
556
|
+
displayName: item["displayName"],
|
|
557
|
+
description: item["description"],
|
|
558
|
+
expirationDate: !item["expirationDate"]
|
|
559
|
+
? item["expirationDate"]
|
|
560
|
+
: new Date(item["expirationDate"]),
|
|
561
|
+
role: item["role"],
|
|
562
|
+
budget: !item["budget"] ? item["budget"] : amountDeserializer(item["budget"]),
|
|
563
|
+
subscriptionId: item["subscriptionId"],
|
|
564
|
+
status: item["status"],
|
|
565
|
+
effectiveDate: !item["effectiveDate"] ? item["effectiveDate"] : new Date(item["effectiveDate"]),
|
|
566
|
+
labScope: item["labScope"],
|
|
567
|
+
};
|
|
568
|
+
}
|
|
569
|
+
//# sourceMappingURL=models.js.map
|