@azure/arm-playwright 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/LICENSE +21 -0
- package/README.md +115 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +29 -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/playwrightManagementContext.d.ts +19 -0
- package/dist/browser/api/playwrightManagementContext.js +36 -0
- package/dist/browser/api/playwrightManagementContext.js.map +1 -0
- package/dist/browser/api/playwrightQuotas/index.d.ts +3 -0
- package/dist/browser/api/playwrightQuotas/index.js +4 -0
- package/dist/browser/api/playwrightQuotas/index.js.map +1 -0
- package/dist/browser/api/playwrightQuotas/operations.d.ts +14 -0
- package/dist/browser/api/playwrightQuotas/operations.js +61 -0
- package/dist/browser/api/playwrightQuotas/operations.js.map +1 -0
- package/dist/browser/api/playwrightQuotas/options.d.ts +8 -0
- package/dist/browser/api/playwrightQuotas/options.js +4 -0
- package/dist/browser/api/playwrightQuotas/options.js.map +1 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/index.d.ts +3 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/index.js +4 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/index.js.map +1 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/operations.d.ts +14 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/operations.js +63 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/operations.js.map +1 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/options.d.ts +8 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/options.js +4 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/options.js.map +1 -0
- package/dist/browser/api/playwrightWorkspaces/index.d.ts +3 -0
- package/dist/browser/api/playwrightWorkspaces/index.js +4 -0
- package/dist/browser/api/playwrightWorkspaces/index.js.map +1 -0
- package/dist/browser/api/playwrightWorkspaces/operations.d.ts +40 -0
- package/dist/browser/api/playwrightWorkspaces/operations.js +212 -0
- package/dist/browser/api/playwrightWorkspaces/operations.js.map +1 -0
- package/dist/browser/api/playwrightWorkspaces/options.d.ts +27 -0
- package/dist/browser/api/playwrightWorkspaces/options.js +4 -0
- package/dist/browser/api/playwrightWorkspaces/options.js.map +1 -0
- package/dist/browser/classic/index.d.ts +5 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/playwrightQuotas/index.d.ts +13 -0
- package/dist/browser/classic/playwrightQuotas/index.js +13 -0
- package/dist/browser/classic/playwrightQuotas/index.js.map +1 -0
- package/dist/browser/classic/playwrightWorkspaceQuotas/index.d.ts +13 -0
- package/dist/browser/classic/playwrightWorkspaceQuotas/index.js +13 -0
- package/dist/browser/classic/playwrightWorkspaceQuotas/index.js.map +1 -0
- package/dist/browser/classic/playwrightWorkspaces/index.d.ts +29 -0
- package/dist/browser/classic/playwrightWorkspaces/index.js +18 -0
- package/dist/browser/classic/playwrightWorkspaces/index.js.map +1 -0
- package/dist/browser/index.d.ts +12 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- 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 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +391 -0
- package/dist/browser/models/models.js +352 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/playwrightManagementClient.d.ts +24 -0
- package/dist/browser/playwrightManagementClient.js +24 -0
- package/dist/browser/playwrightManagementClient.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +97 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +169 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +34 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/playwrightManagementContext.d.ts +19 -0
- package/dist/commonjs/api/playwrightManagementContext.js +39 -0
- package/dist/commonjs/api/playwrightManagementContext.js.map +1 -0
- package/dist/commonjs/api/playwrightQuotas/index.d.ts +3 -0
- package/dist/commonjs/api/playwrightQuotas/index.js +9 -0
- package/dist/commonjs/api/playwrightQuotas/index.js.map +1 -0
- package/dist/commonjs/api/playwrightQuotas/operations.d.ts +14 -0
- package/dist/commonjs/api/playwrightQuotas/operations.js +69 -0
- package/dist/commonjs/api/playwrightQuotas/operations.js.map +1 -0
- package/dist/commonjs/api/playwrightQuotas/options.d.ts +8 -0
- package/dist/commonjs/api/playwrightQuotas/options.js +5 -0
- package/dist/commonjs/api/playwrightQuotas/options.js.map +1 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/index.d.ts +3 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/index.js +9 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/index.js.map +1 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/operations.d.ts +14 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/operations.js +71 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/operations.js.map +1 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/options.d.ts +8 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/options.js +5 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/options.js.map +1 -0
- package/dist/commonjs/api/playwrightWorkspaces/index.d.ts +3 -0
- package/dist/commonjs/api/playwrightWorkspaces/index.js +14 -0
- package/dist/commonjs/api/playwrightWorkspaces/index.js.map +1 -0
- package/dist/commonjs/api/playwrightWorkspaces/operations.d.ts +40 -0
- package/dist/commonjs/api/playwrightWorkspaces/operations.js +235 -0
- package/dist/commonjs/api/playwrightWorkspaces/operations.js.map +1 -0
- package/dist/commonjs/api/playwrightWorkspaces/options.d.ts +27 -0
- package/dist/commonjs/api/playwrightWorkspaces/options.js +5 -0
- package/dist/commonjs/api/playwrightWorkspaces/options.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +5 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/playwrightQuotas/index.d.ts +13 -0
- package/dist/commonjs/classic/playwrightQuotas/index.js +16 -0
- package/dist/commonjs/classic/playwrightQuotas/index.js.map +1 -0
- package/dist/commonjs/classic/playwrightWorkspaceQuotas/index.d.ts +13 -0
- package/dist/commonjs/classic/playwrightWorkspaceQuotas/index.js +16 -0
- package/dist/commonjs/classic/playwrightWorkspaceQuotas/index.js.map +1 -0
- package/dist/commonjs/classic/playwrightWorkspaces/index.d.ts +29 -0
- package/dist/commonjs/classic/playwrightWorkspaces/index.js +21 -0
- package/dist/commonjs/classic/playwrightWorkspaces/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -0
- package/dist/commonjs/index.js +20 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.js +16 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +391 -0
- package/dist/commonjs/models/models.js +391 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/playwrightManagementClient.d.ts +24 -0
- package/dist/commonjs/playwrightManagementClient.js +28 -0
- package/dist/commonjs/playwrightManagementClient.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +100 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +29 -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/playwrightManagementContext.d.ts +19 -0
- package/dist/esm/api/playwrightManagementContext.js +36 -0
- package/dist/esm/api/playwrightManagementContext.js.map +1 -0
- package/dist/esm/api/playwrightQuotas/index.d.ts +3 -0
- package/dist/esm/api/playwrightQuotas/index.js +4 -0
- package/dist/esm/api/playwrightQuotas/index.js.map +1 -0
- package/dist/esm/api/playwrightQuotas/operations.d.ts +14 -0
- package/dist/esm/api/playwrightQuotas/operations.js +61 -0
- package/dist/esm/api/playwrightQuotas/operations.js.map +1 -0
- package/dist/esm/api/playwrightQuotas/options.d.ts +8 -0
- package/dist/esm/api/playwrightQuotas/options.js +4 -0
- package/dist/esm/api/playwrightQuotas/options.js.map +1 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/index.d.ts +3 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/index.js +4 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/index.js.map +1 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/operations.d.ts +14 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/operations.js +63 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/operations.js.map +1 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/options.d.ts +8 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/options.js +4 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/options.js.map +1 -0
- package/dist/esm/api/playwrightWorkspaces/index.d.ts +3 -0
- package/dist/esm/api/playwrightWorkspaces/index.js +4 -0
- package/dist/esm/api/playwrightWorkspaces/index.js.map +1 -0
- package/dist/esm/api/playwrightWorkspaces/operations.d.ts +40 -0
- package/dist/esm/api/playwrightWorkspaces/operations.js +212 -0
- package/dist/esm/api/playwrightWorkspaces/operations.js.map +1 -0
- package/dist/esm/api/playwrightWorkspaces/options.d.ts +27 -0
- package/dist/esm/api/playwrightWorkspaces/options.js +4 -0
- package/dist/esm/api/playwrightWorkspaces/options.js.map +1 -0
- package/dist/esm/classic/index.d.ts +5 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/playwrightQuotas/index.d.ts +13 -0
- package/dist/esm/classic/playwrightQuotas/index.js +13 -0
- package/dist/esm/classic/playwrightQuotas/index.js.map +1 -0
- package/dist/esm/classic/playwrightWorkspaceQuotas/index.d.ts +13 -0
- package/dist/esm/classic/playwrightWorkspaceQuotas/index.js +13 -0
- package/dist/esm/classic/playwrightWorkspaceQuotas/index.js.map +1 -0
- package/dist/esm/classic/playwrightWorkspaces/index.d.ts +29 -0
- package/dist/esm/classic/playwrightWorkspaces/index.js +18 -0
- package/dist/esm/classic/playwrightWorkspaces/index.js.map +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- 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 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +391 -0
- package/dist/esm/models/models.js +352 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/playwrightManagementClient.d.ts +24 -0
- package/dist/esm/playwrightManagementClient.js +24 -0
- package/dist/esm/playwrightManagementClient.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +97 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +169 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +29 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/playwrightManagementContext.d.ts +19 -0
- package/dist/react-native/api/playwrightManagementContext.js +36 -0
- package/dist/react-native/api/playwrightManagementContext.js.map +1 -0
- package/dist/react-native/api/playwrightQuotas/index.d.ts +3 -0
- package/dist/react-native/api/playwrightQuotas/index.js +4 -0
- package/dist/react-native/api/playwrightQuotas/index.js.map +1 -0
- package/dist/react-native/api/playwrightQuotas/operations.d.ts +14 -0
- package/dist/react-native/api/playwrightQuotas/operations.js +61 -0
- package/dist/react-native/api/playwrightQuotas/operations.js.map +1 -0
- package/dist/react-native/api/playwrightQuotas/options.d.ts +8 -0
- package/dist/react-native/api/playwrightQuotas/options.js +4 -0
- package/dist/react-native/api/playwrightQuotas/options.js.map +1 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/index.d.ts +3 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/index.js +4 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/index.js.map +1 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/operations.d.ts +14 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/operations.js +63 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/operations.js.map +1 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/options.d.ts +8 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/options.js +4 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/options.js.map +1 -0
- package/dist/react-native/api/playwrightWorkspaces/index.d.ts +3 -0
- package/dist/react-native/api/playwrightWorkspaces/index.js +4 -0
- package/dist/react-native/api/playwrightWorkspaces/index.js.map +1 -0
- package/dist/react-native/api/playwrightWorkspaces/operations.d.ts +40 -0
- package/dist/react-native/api/playwrightWorkspaces/operations.js +212 -0
- package/dist/react-native/api/playwrightWorkspaces/operations.js.map +1 -0
- package/dist/react-native/api/playwrightWorkspaces/options.d.ts +27 -0
- package/dist/react-native/api/playwrightWorkspaces/options.js +4 -0
- package/dist/react-native/api/playwrightWorkspaces/options.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +5 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/playwrightQuotas/index.d.ts +13 -0
- package/dist/react-native/classic/playwrightQuotas/index.js +13 -0
- package/dist/react-native/classic/playwrightQuotas/index.js.map +1 -0
- package/dist/react-native/classic/playwrightWorkspaceQuotas/index.d.ts +13 -0
- package/dist/react-native/classic/playwrightWorkspaceQuotas/index.js +13 -0
- package/dist/react-native/classic/playwrightWorkspaceQuotas/index.js.map +1 -0
- package/dist/react-native/classic/playwrightWorkspaces/index.d.ts +29 -0
- package/dist/react-native/classic/playwrightWorkspaces/index.js +18 -0
- package/dist/react-native/classic/playwrightWorkspaces/index.js.map +1 -0
- package/dist/react-native/index.d.ts +12 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +391 -0
- package/dist/react-native/models/models.js +352 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/playwrightManagementClient.d.ts +24 -0
- package/dist/react-native/playwrightManagementClient.js +24 -0
- package/dist/react-native/playwrightManagementClient.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +97 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +169 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +252 -0
- package/review/arm-playwright-api-operations.api.md +19 -0
- package/review/arm-playwright-api-playwrightQuotas.api.md +26 -0
- package/review/arm-playwright-api-playwrightWorkspaceQuotas.api.md +26 -0
- package/review/arm-playwright-api-playwrightWorkspaces.api.md +65 -0
- package/review/arm-playwright-api.api.md +27 -0
- package/review/arm-playwright-models.api.md +232 -0
- package/review/arm-playwright.api.md +361 -0
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export { KnownOrigin, KnownActionType, KnownProvisioningState, KnownEnablementStatus, KnownCreatedByType, KnownCheckNameAvailabilityReason, KnownFreeTrialState, KnownQuotaName, KnownVersions, } from "./models.js";
|
|
4
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAGL,WAAW,EAEX,eAAe,EAOf,sBAAsB,EAEtB,qBAAqB,EAKrB,kBAAkB,EAMlB,gCAAgC,EAKhC,mBAAmB,EAEnB,cAAc,EAMd,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n PlaywrightWorkspace,\n PlaywrightWorkspaceProperties,\n KnownProvisioningState,\n ProvisioningState,\n KnownEnablementStatus,\n EnablementStatus,\n TrackedResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n PlaywrightWorkspaceUpdate,\n PlaywrightWorkspaceUpdateProperties,\n CheckNameAvailabilityRequest,\n CheckNameAvailabilityResponse,\n KnownCheckNameAvailabilityReason,\n CheckNameAvailabilityReason,\n PlaywrightQuota,\n PlaywrightQuotaProperties,\n FreeTrialProperties,\n KnownFreeTrialState,\n FreeTrialState,\n KnownQuotaName,\n QuotaName,\n ProxyResource,\n PlaywrightWorkspaceQuota,\n PlaywrightWorkspaceQuotaProperties,\n PlaywrightWorkspaceFreeTrialProperties,\n KnownVersions,\n} from \"./models.js\";\n"]}
|
|
@@ -0,0 +1,391 @@
|
|
|
1
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
2
|
+
export interface _OperationListResult {
|
|
3
|
+
/** The Operation items on this page */
|
|
4
|
+
value: Operation[];
|
|
5
|
+
/** The link to the next page of items */
|
|
6
|
+
nextLink?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
9
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
10
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
11
|
+
export interface Operation {
|
|
12
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
13
|
+
readonly name?: string;
|
|
14
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
15
|
+
readonly isDataAction?: boolean;
|
|
16
|
+
/** Localized display information for this particular operation. */
|
|
17
|
+
display?: OperationDisplay;
|
|
18
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
19
|
+
readonly origin?: Origin;
|
|
20
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
21
|
+
readonly actionType?: ActionType;
|
|
22
|
+
}
|
|
23
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
24
|
+
/** Localized display information for and operation. */
|
|
25
|
+
export interface OperationDisplay {
|
|
26
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
27
|
+
readonly provider?: string;
|
|
28
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
29
|
+
readonly resource?: string;
|
|
30
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
31
|
+
readonly operation?: string;
|
|
32
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
33
|
+
readonly description?: string;
|
|
34
|
+
}
|
|
35
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
36
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
37
|
+
export declare enum KnownOrigin {
|
|
38
|
+
/** Indicates the operation is initiated by a user. */
|
|
39
|
+
User = "user",
|
|
40
|
+
/** Indicates the operation is initiated by a system. */
|
|
41
|
+
System = "system",
|
|
42
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
43
|
+
UserSystem = "user,system"
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
47
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
48
|
+
* this enum contains the known values that the service supports.
|
|
49
|
+
* ### Known values supported by the service
|
|
50
|
+
* **user**: Indicates the operation is initiated by a user. \
|
|
51
|
+
* **system**: Indicates the operation is initiated by a system. \
|
|
52
|
+
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
53
|
+
*/
|
|
54
|
+
export type Origin = string;
|
|
55
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
56
|
+
export declare enum KnownActionType {
|
|
57
|
+
/** Actions are for internal-only APIs. */
|
|
58
|
+
Internal = "Internal"
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
62
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
63
|
+
* this enum contains the known values that the service supports.
|
|
64
|
+
* ### Known values supported by the service
|
|
65
|
+
* **Internal**: Actions are for internal-only APIs.
|
|
66
|
+
*/
|
|
67
|
+
export type ActionType = string;
|
|
68
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
69
|
+
export interface ErrorResponse {
|
|
70
|
+
/** The error object. */
|
|
71
|
+
error?: ErrorDetail;
|
|
72
|
+
}
|
|
73
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
74
|
+
/** The error detail. */
|
|
75
|
+
export interface ErrorDetail {
|
|
76
|
+
/** The error code. */
|
|
77
|
+
readonly code?: string;
|
|
78
|
+
/** The error message. */
|
|
79
|
+
readonly message?: string;
|
|
80
|
+
/** The error target. */
|
|
81
|
+
readonly target?: string;
|
|
82
|
+
/** The error details. */
|
|
83
|
+
readonly details?: ErrorDetail[];
|
|
84
|
+
/** The error additional info. */
|
|
85
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
86
|
+
}
|
|
87
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
88
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
89
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
90
|
+
/** The resource management error additional info. */
|
|
91
|
+
export interface ErrorAdditionalInfo {
|
|
92
|
+
/** The additional info type. */
|
|
93
|
+
readonly type?: string;
|
|
94
|
+
/** The additional info. */
|
|
95
|
+
readonly info?: any;
|
|
96
|
+
}
|
|
97
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
98
|
+
/** Playwright workspace resource. */
|
|
99
|
+
export interface PlaywrightWorkspace extends TrackedResource {
|
|
100
|
+
/** The resource-specific properties for this resource. */
|
|
101
|
+
properties?: PlaywrightWorkspaceProperties;
|
|
102
|
+
}
|
|
103
|
+
export declare function playwrightWorkspaceSerializer(item: PlaywrightWorkspace): any;
|
|
104
|
+
export declare function playwrightWorkspaceDeserializer(item: any): PlaywrightWorkspace;
|
|
105
|
+
/** Playwright workspace resource properties. */
|
|
106
|
+
export interface PlaywrightWorkspaceProperties {
|
|
107
|
+
/** The status of the last resource operation. */
|
|
108
|
+
readonly provisioningState?: ProvisioningState;
|
|
109
|
+
/** The workspace data plane URI. */
|
|
110
|
+
readonly dataplaneUri?: string;
|
|
111
|
+
/** This property sets the connection region for client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created. */
|
|
112
|
+
regionalAffinity?: EnablementStatus;
|
|
113
|
+
/** When enabled, this feature allows the workspace to use local auth (through service access token) for executing operations. */
|
|
114
|
+
localAuth?: EnablementStatus;
|
|
115
|
+
}
|
|
116
|
+
export declare function playwrightWorkspacePropertiesSerializer(item: PlaywrightWorkspaceProperties): any;
|
|
117
|
+
export declare function playwrightWorkspacePropertiesDeserializer(item: any): PlaywrightWorkspaceProperties;
|
|
118
|
+
/** The status of the last resource operation. */
|
|
119
|
+
export declare enum KnownProvisioningState {
|
|
120
|
+
/** Resource has been created. */
|
|
121
|
+
Succeeded = "Succeeded",
|
|
122
|
+
/** Resource creation failed. */
|
|
123
|
+
Failed = "Failed",
|
|
124
|
+
/** Resource creation was canceled. */
|
|
125
|
+
Canceled = "Canceled",
|
|
126
|
+
/** Creation in progress.. */
|
|
127
|
+
Creating = "Creating",
|
|
128
|
+
/** Deletion in progress.. */
|
|
129
|
+
Deleting = "Deleting",
|
|
130
|
+
/** Request accepted for processing.. */
|
|
131
|
+
Accepted = "Accepted"
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* The status of the last resource operation. \
|
|
135
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
136
|
+
* this enum contains the known values that the service supports.
|
|
137
|
+
* ### Known values supported by the service
|
|
138
|
+
* **Succeeded**: Resource has been created. \
|
|
139
|
+
* **Failed**: Resource creation failed. \
|
|
140
|
+
* **Canceled**: Resource creation was canceled. \
|
|
141
|
+
* **Creating**: Creation in progress.. \
|
|
142
|
+
* **Deleting**: Deletion in progress.. \
|
|
143
|
+
* **Accepted**: Request accepted for processing..
|
|
144
|
+
*/
|
|
145
|
+
export type ProvisioningState = string;
|
|
146
|
+
/** The enablement status of a feature. */
|
|
147
|
+
export declare enum KnownEnablementStatus {
|
|
148
|
+
/** The feature is Enabled. */
|
|
149
|
+
Enabled = "Enabled",
|
|
150
|
+
/** The feature is Disabled. */
|
|
151
|
+
Disabled = "Disabled"
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* The enablement status of a feature. \
|
|
155
|
+
* {@link KnownEnablementStatus} can be used interchangeably with EnablementStatus,
|
|
156
|
+
* this enum contains the known values that the service supports.
|
|
157
|
+
* ### Known values supported by the service
|
|
158
|
+
* **Enabled**: The feature is Enabled. \
|
|
159
|
+
* **Disabled**: The feature is Disabled.
|
|
160
|
+
*/
|
|
161
|
+
export type EnablementStatus = string;
|
|
162
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
163
|
+
export interface TrackedResource extends Resource {
|
|
164
|
+
/** Resource tags. */
|
|
165
|
+
tags?: Record<string, string>;
|
|
166
|
+
/** The geo-location where the resource lives */
|
|
167
|
+
location: string;
|
|
168
|
+
}
|
|
169
|
+
export declare function trackedResourceSerializer(item: TrackedResource): any;
|
|
170
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
171
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
172
|
+
export interface Resource {
|
|
173
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
174
|
+
readonly id?: string;
|
|
175
|
+
/** The name of the resource */
|
|
176
|
+
readonly name?: string;
|
|
177
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
178
|
+
readonly type?: string;
|
|
179
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
180
|
+
readonly systemData?: SystemData;
|
|
181
|
+
}
|
|
182
|
+
export declare function resourceSerializer(item: Resource): any;
|
|
183
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
184
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
185
|
+
export interface SystemData {
|
|
186
|
+
/** The identity that created the resource. */
|
|
187
|
+
createdBy?: string;
|
|
188
|
+
/** The type of identity that created the resource. */
|
|
189
|
+
createdByType?: CreatedByType;
|
|
190
|
+
/** The timestamp of resource creation (UTC). */
|
|
191
|
+
createdAt?: Date;
|
|
192
|
+
/** The identity that last modified the resource. */
|
|
193
|
+
lastModifiedBy?: string;
|
|
194
|
+
/** The type of identity that last modified the resource. */
|
|
195
|
+
lastModifiedByType?: CreatedByType;
|
|
196
|
+
/** The timestamp of resource last modification (UTC) */
|
|
197
|
+
lastModifiedAt?: Date;
|
|
198
|
+
}
|
|
199
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
200
|
+
/** The kind of entity that created the resource. */
|
|
201
|
+
export declare enum KnownCreatedByType {
|
|
202
|
+
/** The entity was created by a user. */
|
|
203
|
+
User = "User",
|
|
204
|
+
/** The entity was created by an application. */
|
|
205
|
+
Application = "Application",
|
|
206
|
+
/** The entity was created by a managed identity. */
|
|
207
|
+
ManagedIdentity = "ManagedIdentity",
|
|
208
|
+
/** The entity was created by a key. */
|
|
209
|
+
Key = "Key"
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* The kind of entity that created the resource. \
|
|
213
|
+
* {@link KnowncreatedByType} can be used interchangeably with createdByType,
|
|
214
|
+
* this enum contains the known values that the service supports.
|
|
215
|
+
* ### Known values supported by the service
|
|
216
|
+
* **User**: The entity was created by a user. \
|
|
217
|
+
* **Application**: The entity was created by an application. \
|
|
218
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
219
|
+
* **Key**: The entity was created by a key.
|
|
220
|
+
*/
|
|
221
|
+
export type CreatedByType = string;
|
|
222
|
+
/** The type used for update operations of the PlaywrightWorkspace. */
|
|
223
|
+
export interface PlaywrightWorkspaceUpdate {
|
|
224
|
+
/** Resource tags. */
|
|
225
|
+
tags?: Record<string, string>;
|
|
226
|
+
/** The resource-specific properties for this resource. */
|
|
227
|
+
properties?: PlaywrightWorkspaceUpdateProperties;
|
|
228
|
+
}
|
|
229
|
+
export declare function playwrightWorkspaceUpdateSerializer(item: PlaywrightWorkspaceUpdate): any;
|
|
230
|
+
/** The updatable properties of the PlaywrightWorkspace. */
|
|
231
|
+
export interface PlaywrightWorkspaceUpdateProperties {
|
|
232
|
+
/** This property sets the connection region for client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created. */
|
|
233
|
+
regionalAffinity?: EnablementStatus;
|
|
234
|
+
/** When enabled, this feature allows the workspace to use local auth (through service access token) for executing operations. */
|
|
235
|
+
localAuth?: EnablementStatus;
|
|
236
|
+
}
|
|
237
|
+
export declare function playwrightWorkspaceUpdatePropertiesSerializer(item: PlaywrightWorkspaceUpdateProperties): any;
|
|
238
|
+
/** The response of a PlaywrightWorkspace list operation. */
|
|
239
|
+
export interface _PlaywrightWorkspaceListResult {
|
|
240
|
+
/** The PlaywrightWorkspace items on this page */
|
|
241
|
+
value: PlaywrightWorkspace[];
|
|
242
|
+
/** The link to the next page of items */
|
|
243
|
+
nextLink?: string;
|
|
244
|
+
}
|
|
245
|
+
export declare function _playwrightWorkspaceListResultDeserializer(item: any): _PlaywrightWorkspaceListResult;
|
|
246
|
+
export declare function playwrightWorkspaceArraySerializer(result: Array<PlaywrightWorkspace>): any[];
|
|
247
|
+
export declare function playwrightWorkspaceArrayDeserializer(result: Array<PlaywrightWorkspace>): any[];
|
|
248
|
+
/** The check availability request body. */
|
|
249
|
+
export interface CheckNameAvailabilityRequest {
|
|
250
|
+
/** The name of the resource for which availability needs to be checked. */
|
|
251
|
+
name?: string;
|
|
252
|
+
/** The resource type. */
|
|
253
|
+
type?: string;
|
|
254
|
+
}
|
|
255
|
+
export declare function checkNameAvailabilityRequestSerializer(item: CheckNameAvailabilityRequest): any;
|
|
256
|
+
/** The check availability result. */
|
|
257
|
+
export interface CheckNameAvailabilityResponse {
|
|
258
|
+
/** Indicates if the resource name is available. */
|
|
259
|
+
nameAvailable?: boolean;
|
|
260
|
+
/** The reason why the given name is not available. */
|
|
261
|
+
reason?: CheckNameAvailabilityReason;
|
|
262
|
+
/** Detailed reason why the given name is not available. */
|
|
263
|
+
message?: string;
|
|
264
|
+
}
|
|
265
|
+
export declare function checkNameAvailabilityResponseDeserializer(item: any): CheckNameAvailabilityResponse;
|
|
266
|
+
/** Possible reasons for a name not being available. */
|
|
267
|
+
export declare enum KnownCheckNameAvailabilityReason {
|
|
268
|
+
/** Name is invalid. */
|
|
269
|
+
Invalid = "Invalid",
|
|
270
|
+
/** Name already exists. */
|
|
271
|
+
AlreadyExists = "AlreadyExists"
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* Possible reasons for a name not being available. \
|
|
275
|
+
* {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
|
|
276
|
+
* this enum contains the known values that the service supports.
|
|
277
|
+
* ### Known values supported by the service
|
|
278
|
+
* **Invalid**: Name is invalid. \
|
|
279
|
+
* **AlreadyExists**: Name already exists.
|
|
280
|
+
*/
|
|
281
|
+
export type CheckNameAvailabilityReason = string;
|
|
282
|
+
/** Subscription-level location-based Playwright quota resource. */
|
|
283
|
+
export interface PlaywrightQuota extends ProxyResource {
|
|
284
|
+
/** The resource-specific properties for this resource. */
|
|
285
|
+
properties?: PlaywrightQuotaProperties;
|
|
286
|
+
}
|
|
287
|
+
export declare function playwrightQuotaDeserializer(item: any): PlaywrightQuota;
|
|
288
|
+
/** Subscription-level location-based Playwright quota resource properties. */
|
|
289
|
+
export interface PlaywrightQuotaProperties {
|
|
290
|
+
/** The subscription-level location-based Playwright quota resource free-trial properties. */
|
|
291
|
+
readonly freeTrial?: FreeTrialProperties;
|
|
292
|
+
/** The status of the last resource operation. */
|
|
293
|
+
readonly provisioningState?: ProvisioningState;
|
|
294
|
+
}
|
|
295
|
+
export declare function playwrightQuotaPropertiesDeserializer(item: any): PlaywrightQuotaProperties;
|
|
296
|
+
/** Subscription-level location-based Playwright quota resource free-trial properties. */
|
|
297
|
+
export interface FreeTrialProperties {
|
|
298
|
+
/** Playwright workspace-id that has free-trial in the subscription. */
|
|
299
|
+
readonly workspaceId: string;
|
|
300
|
+
/** The free-trial state. */
|
|
301
|
+
readonly state: FreeTrialState;
|
|
302
|
+
}
|
|
303
|
+
export declare function freeTrialPropertiesDeserializer(item: any): FreeTrialProperties;
|
|
304
|
+
/** The free-trial state. */
|
|
305
|
+
export declare enum KnownFreeTrialState {
|
|
306
|
+
/** The free-trial is Active. */
|
|
307
|
+
Active = "Active",
|
|
308
|
+
/** The free-trial is Expired. */
|
|
309
|
+
Expired = "Expired",
|
|
310
|
+
/** The free-trial is Not Applicable. */
|
|
311
|
+
NotApplicable = "NotApplicable"
|
|
312
|
+
}
|
|
313
|
+
/**
|
|
314
|
+
* The free-trial state. \
|
|
315
|
+
* {@link KnownFreeTrialState} can be used interchangeably with FreeTrialState,
|
|
316
|
+
* this enum contains the known values that the service supports.
|
|
317
|
+
* ### Known values supported by the service
|
|
318
|
+
* **Active**: The free-trial is Active. \
|
|
319
|
+
* **Expired**: The free-trial is Expired. \
|
|
320
|
+
* **NotApplicable**: The free-trial is Not Applicable.
|
|
321
|
+
*/
|
|
322
|
+
export type FreeTrialState = string;
|
|
323
|
+
/** Playwright quota names. */
|
|
324
|
+
export declare enum KnownQuotaName {
|
|
325
|
+
/** Quota for execution duration in minutes. */
|
|
326
|
+
ExecutionMinutes = "ExecutionMinutes"
|
|
327
|
+
}
|
|
328
|
+
/**
|
|
329
|
+
* Playwright quota names. \
|
|
330
|
+
* {@link KnownQuotaName} can be used interchangeably with QuotaName,
|
|
331
|
+
* this enum contains the known values that the service supports.
|
|
332
|
+
* ### Known values supported by the service
|
|
333
|
+
* **ExecutionMinutes**: Quota for execution duration in minutes.
|
|
334
|
+
*/
|
|
335
|
+
export type QuotaName = string;
|
|
336
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
337
|
+
export interface ProxyResource extends Resource {
|
|
338
|
+
}
|
|
339
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
340
|
+
/** The response of a PlaywrightQuota list operation. */
|
|
341
|
+
export interface _PlaywrightQuotaListResult {
|
|
342
|
+
/** The PlaywrightQuota items on this page */
|
|
343
|
+
value: PlaywrightQuota[];
|
|
344
|
+
/** The link to the next page of items */
|
|
345
|
+
nextLink?: string;
|
|
346
|
+
}
|
|
347
|
+
export declare function _playwrightQuotaListResultDeserializer(item: any): _PlaywrightQuotaListResult;
|
|
348
|
+
export declare function playwrightQuotaArrayDeserializer(result: Array<PlaywrightQuota>): any[];
|
|
349
|
+
/** Playwright workspace quota resource. */
|
|
350
|
+
export interface PlaywrightWorkspaceQuota extends ProxyResource {
|
|
351
|
+
/** The resource-specific properties for this resource. */
|
|
352
|
+
properties?: PlaywrightWorkspaceQuotaProperties;
|
|
353
|
+
}
|
|
354
|
+
export declare function playwrightWorkspaceQuotaDeserializer(item: any): PlaywrightWorkspaceQuota;
|
|
355
|
+
/** Playwright workspace quota resource properties. */
|
|
356
|
+
export interface PlaywrightWorkspaceQuotaProperties {
|
|
357
|
+
/** The Playwright workspace quota resource free-trial properties. */
|
|
358
|
+
readonly freeTrial?: PlaywrightWorkspaceFreeTrialProperties;
|
|
359
|
+
/** The status of the last resource operation. */
|
|
360
|
+
readonly provisioningState?: ProvisioningState;
|
|
361
|
+
}
|
|
362
|
+
export declare function playwrightWorkspaceQuotaPropertiesDeserializer(item: any): PlaywrightWorkspaceQuotaProperties;
|
|
363
|
+
/** Playwright workspace quota resource resource free-trial properties. */
|
|
364
|
+
export interface PlaywrightWorkspaceFreeTrialProperties {
|
|
365
|
+
/** The free-trial createdAt utcDateTime. */
|
|
366
|
+
readonly createdAt: Date;
|
|
367
|
+
/** The free-trial expiryAt utcDateTime. */
|
|
368
|
+
readonly expiryAt: Date;
|
|
369
|
+
/** The free-trial allocated limit value eg. allocated free execution minutes. */
|
|
370
|
+
readonly allocatedValue: number;
|
|
371
|
+
/** The free-trial used value eg. used free execution minutes. */
|
|
372
|
+
readonly usedValue: number;
|
|
373
|
+
/** The free-trial percentage used. */
|
|
374
|
+
readonly percentageUsed: number;
|
|
375
|
+
}
|
|
376
|
+
export declare function playwrightWorkspaceFreeTrialPropertiesDeserializer(item: any): PlaywrightWorkspaceFreeTrialProperties;
|
|
377
|
+
/** The response of a PlaywrightWorkspaceQuota list operation. */
|
|
378
|
+
export interface _PlaywrightWorkspaceQuotaListResult {
|
|
379
|
+
/** The PlaywrightWorkspaceQuota items on this page */
|
|
380
|
+
value: PlaywrightWorkspaceQuota[];
|
|
381
|
+
/** The link to the next page of items */
|
|
382
|
+
nextLink?: string;
|
|
383
|
+
}
|
|
384
|
+
export declare function _playwrightWorkspaceQuotaListResultDeserializer(item: any): _PlaywrightWorkspaceQuotaListResult;
|
|
385
|
+
export declare function playwrightWorkspaceQuotaArrayDeserializer(result: Array<PlaywrightWorkspaceQuota>): any[];
|
|
386
|
+
/** Playwright service Management API Versions. */
|
|
387
|
+
export declare enum KnownVersions {
|
|
388
|
+
/** 2025-07-01-preview version */
|
|
389
|
+
V20250701Preview = "2025-07-01-preview"
|
|
390
|
+
}
|
|
391
|
+
//# sourceMappingURL=models.d.ts.map
|