@azure/arm-recoveryservicesdatareplication 1.0.0-alpha.20250218.1 → 1.0.0-alpha.20250220.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/README.md +21 -14
- package/dist/browser/azureSiteRecoveryManagementServiceAPI.d.ts +50 -0
- package/dist/browser/azureSiteRecoveryManagementServiceAPI.d.ts.map +1 -0
- package/dist/browser/azureSiteRecoveryManagementServiceAPI.js +180 -0
- package/dist/browser/azureSiteRecoveryManagementServiceAPI.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +329 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/dra.d.ts +79 -0
- package/dist/browser/operations/dra.d.ts.map +1 -0
- package/dist/browser/operations/dra.js +356 -0
- package/dist/browser/operations/dra.js.map +1 -0
- package/dist/browser/operations/draOperationStatus.d.ts +22 -0
- package/dist/browser/operations/draOperationStatus.d.ts.map +1 -0
- package/dist/browser/operations/draOperationStatus.js +57 -0
- package/dist/browser/operations/draOperationStatus.js.map +1 -0
- package/dist/browser/operations/emailConfiguration.d.ts +54 -0
- package/dist/browser/operations/emailConfiguration.d.ts.map +1 -0
- package/dist/browser/operations/emailConfiguration.js +219 -0
- package/dist/browser/operations/emailConfiguration.js.map +1 -0
- package/dist/browser/operations/event.d.ts +46 -0
- package/dist/browser/operations/event.d.ts.map +1 -0
- package/dist/browser/operations/event.js +186 -0
- package/dist/browser/operations/event.js.map +1 -0
- package/dist/browser/operations/fabric.d.ts +103 -0
- package/dist/browser/operations/fabric.d.ts.map +1 -0
- package/dist/browser/operations/fabric.js +538 -0
- package/dist/browser/operations/fabric.js.map +1 -0
- package/dist/browser/operations/fabricOperationsStatus.d.ts +21 -0
- package/dist/browser/operations/fabricOperationsStatus.d.ts.map +1 -0
- package/dist/browser/operations/fabricOperationsStatus.js +55 -0
- package/dist/browser/operations/fabricOperationsStatus.js.map +1 -0
- package/dist/browser/operations/index.d.ts +19 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +26 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/policy.d.ts +79 -0
- package/dist/browser/operations/policy.d.ts.map +1 -0
- package/dist/browser/operations/policy.js +356 -0
- package/dist/browser/operations/policy.js.map +1 -0
- package/dist/browser/operations/policyOperationStatus.d.ts +22 -0
- package/dist/browser/operations/policyOperationStatus.d.ts.map +1 -0
- package/dist/browser/operations/policyOperationStatus.js +57 -0
- package/dist/browser/operations/policyOperationStatus.js.map +1 -0
- package/dist/browser/operations/protectedItem.d.ts +95 -0
- package/dist/browser/operations/protectedItem.d.ts.map +1 -0
- package/dist/browser/operations/protectedItem.js +443 -0
- package/dist/browser/operations/protectedItem.js.map +1 -0
- package/dist/browser/operations/protectedItemOperationStatus.d.ts +22 -0
- package/dist/browser/operations/protectedItemOperationStatus.d.ts.map +1 -0
- package/dist/browser/operations/protectedItemOperationStatus.js +57 -0
- package/dist/browser/operations/protectedItemOperationStatus.js.map +1 -0
- package/dist/browser/operations/recoveryPoints.d.ts +50 -0
- package/dist/browser/operations/recoveryPoints.d.ts.map +1 -0
- package/dist/browser/operations/recoveryPoints.js +195 -0
- package/dist/browser/operations/recoveryPoints.js.map +1 -0
- package/dist/browser/operations/replicationExtension.d.ts +79 -0
- package/dist/browser/operations/replicationExtension.d.ts.map +1 -0
- package/dist/browser/operations/replicationExtension.js +356 -0
- package/dist/browser/operations/replicationExtension.js.map +1 -0
- package/dist/browser/operations/replicationExtensionOperationStatus.d.ts +22 -0
- package/dist/browser/operations/replicationExtensionOperationStatus.d.ts.map +1 -0
- package/dist/browser/operations/replicationExtensionOperationStatus.js +63 -0
- package/dist/browser/operations/replicationExtensionOperationStatus.js.map +1 -0
- package/dist/browser/operations/vault.d.ts +103 -0
- package/dist/browser/operations/vault.d.ts.map +1 -0
- package/dist/browser/operations/vault.js +538 -0
- package/dist/browser/operations/vault.js.map +1 -0
- package/dist/browser/operations/vaultOperationStatus.d.ts +21 -0
- package/dist/browser/operations/vaultOperationStatus.d.ts.map +1 -0
- package/dist/browser/operations/vaultOperationStatus.js +55 -0
- package/dist/browser/operations/vaultOperationStatus.js.map +1 -0
- package/dist/browser/operations/workflow.d.ts +46 -0
- package/dist/browser/operations/workflow.d.ts.map +1 -0
- package/dist/browser/operations/workflow.js +186 -0
- package/dist/browser/operations/workflow.js.map +1 -0
- package/dist/browser/operations/workflowOperationStatus.d.ts +22 -0
- package/dist/browser/operations/workflowOperationStatus.d.ts.map +1 -0
- package/dist/browser/operations/workflowOperationStatus.js +57 -0
- package/dist/browser/operations/workflowOperationStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/dra.d.ts +54 -0
- package/dist/browser/operationsInterfaces/dra.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dra.js.map +1 -0
- package/dist/browser/operationsInterfaces/draOperationStatus.d.ts +14 -0
- package/dist/browser/operationsInterfaces/draOperationStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/draOperationStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/emailConfiguration.d.ts +29 -0
- package/dist/browser/operationsInterfaces/emailConfiguration.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/emailConfiguration.js.map +1 -0
- package/dist/browser/operationsInterfaces/event.d.ts +21 -0
- package/dist/browser/operationsInterfaces/event.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/event.js.map +1 -0
- package/dist/browser/operationsInterfaces/fabric.d.ts +67 -0
- package/dist/browser/operationsInterfaces/fabric.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fabric.js.map +1 -0
- package/dist/browser/operationsInterfaces/fabricOperationsStatus.d.ts +13 -0
- package/dist/browser/operationsInterfaces/fabricOperationsStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fabricOperationsStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +19 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +26 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/policy.d.ts +54 -0
- package/dist/browser/operationsInterfaces/policy.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/policy.js.map +1 -0
- package/dist/browser/operationsInterfaces/policyOperationStatus.d.ts +14 -0
- package/dist/browser/operationsInterfaces/policyOperationStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/policyOperationStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/protectedItem.d.ts +70 -0
- package/dist/browser/operationsInterfaces/protectedItem.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/protectedItem.js.map +1 -0
- package/dist/browser/operationsInterfaces/protectedItemOperationStatus.d.ts +14 -0
- package/dist/browser/operationsInterfaces/protectedItemOperationStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/protectedItemOperationStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/recoveryPoints.d.ts +23 -0
- package/dist/browser/operationsInterfaces/recoveryPoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/recoveryPoints.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationExtension.d.ts +54 -0
- package/dist/browser/operationsInterfaces/replicationExtension.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationExtension.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicationExtensionOperationStatus.d.ts +14 -0
- package/dist/browser/operationsInterfaces/replicationExtensionOperationStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicationExtensionOperationStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/vault.d.ts +67 -0
- package/dist/browser/operationsInterfaces/vault.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/vault.js.map +1 -0
- package/dist/browser/operationsInterfaces/vaultOperationStatus.d.ts +13 -0
- package/dist/browser/operationsInterfaces/vaultOperationStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/vaultOperationStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/workflow.d.ts +21 -0
- package/dist/browser/operationsInterfaces/workflow.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workflow.js.map +1 -0
- package/dist/browser/operationsInterfaces/workflowOperationStatus.d.ts +14 -0
- package/dist/browser/operationsInterfaces/workflowOperationStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workflowOperationStatus.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureSiteRecoveryManagementServiceAPI.d.ts +50 -0
- package/dist/commonjs/azureSiteRecoveryManagementServiceAPI.d.ts.map +1 -0
- package/dist/commonjs/azureSiteRecoveryManagementServiceAPI.js +185 -0
- package/dist/commonjs/azureSiteRecoveryManagementServiceAPI.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +3253 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +301 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +149 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +4957 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +37 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +332 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/dra.d.ts +79 -0
- package/dist/commonjs/operations/dra.d.ts.map +1 -0
- package/dist/commonjs/operations/dra.js +360 -0
- package/dist/commonjs/operations/dra.js.map +1 -0
- package/dist/commonjs/operations/draOperationStatus.d.ts +22 -0
- package/dist/commonjs/operations/draOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/draOperationStatus.js +62 -0
- package/dist/commonjs/operations/draOperationStatus.js.map +1 -0
- package/dist/commonjs/operations/emailConfiguration.d.ts +54 -0
- package/dist/commonjs/operations/emailConfiguration.d.ts.map +1 -0
- package/dist/commonjs/operations/emailConfiguration.js +223 -0
- package/dist/commonjs/operations/emailConfiguration.js.map +1 -0
- package/dist/commonjs/operations/event.d.ts +46 -0
- package/dist/commonjs/operations/event.d.ts.map +1 -0
- package/dist/commonjs/operations/event.js +190 -0
- package/dist/commonjs/operations/event.js.map +1 -0
- package/dist/commonjs/operations/fabric.d.ts +103 -0
- package/dist/commonjs/operations/fabric.d.ts.map +1 -0
- package/dist/commonjs/operations/fabric.js +542 -0
- package/dist/commonjs/operations/fabric.js.map +1 -0
- package/dist/commonjs/operations/fabricOperationsStatus.d.ts +21 -0
- package/dist/commonjs/operations/fabricOperationsStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/fabricOperationsStatus.js +60 -0
- package/dist/commonjs/operations/fabricOperationsStatus.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +19 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +29 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/policy.d.ts +79 -0
- package/dist/commonjs/operations/policy.d.ts.map +1 -0
- package/dist/commonjs/operations/policy.js +360 -0
- package/dist/commonjs/operations/policy.js.map +1 -0
- package/dist/commonjs/operations/policyOperationStatus.d.ts +22 -0
- package/dist/commonjs/operations/policyOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/policyOperationStatus.js +62 -0
- package/dist/commonjs/operations/policyOperationStatus.js.map +1 -0
- package/dist/commonjs/operations/protectedItem.d.ts +95 -0
- package/dist/commonjs/operations/protectedItem.d.ts.map +1 -0
- package/dist/commonjs/operations/protectedItem.js +447 -0
- package/dist/commonjs/operations/protectedItem.js.map +1 -0
- package/dist/commonjs/operations/protectedItemOperationStatus.d.ts +22 -0
- package/dist/commonjs/operations/protectedItemOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/protectedItemOperationStatus.js +62 -0
- package/dist/commonjs/operations/protectedItemOperationStatus.js.map +1 -0
- package/dist/commonjs/operations/recoveryPoints.d.ts +50 -0
- package/dist/commonjs/operations/recoveryPoints.d.ts.map +1 -0
- package/dist/commonjs/operations/recoveryPoints.js +199 -0
- package/dist/commonjs/operations/recoveryPoints.js.map +1 -0
- package/dist/commonjs/operations/replicationExtension.d.ts +79 -0
- package/dist/commonjs/operations/replicationExtension.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationExtension.js +360 -0
- package/dist/commonjs/operations/replicationExtension.js.map +1 -0
- package/dist/commonjs/operations/replicationExtensionOperationStatus.d.ts +22 -0
- package/dist/commonjs/operations/replicationExtensionOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/replicationExtensionOperationStatus.js +68 -0
- package/dist/commonjs/operations/replicationExtensionOperationStatus.js.map +1 -0
- package/dist/commonjs/operations/vault.d.ts +103 -0
- package/dist/commonjs/operations/vault.d.ts.map +1 -0
- package/dist/commonjs/operations/vault.js +542 -0
- package/dist/commonjs/operations/vault.js.map +1 -0
- package/dist/commonjs/operations/vaultOperationStatus.d.ts +21 -0
- package/dist/commonjs/operations/vaultOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/vaultOperationStatus.js +60 -0
- package/dist/commonjs/operations/vaultOperationStatus.js.map +1 -0
- package/dist/commonjs/operations/workflow.d.ts +46 -0
- package/dist/commonjs/operations/workflow.d.ts.map +1 -0
- package/dist/commonjs/operations/workflow.js +190 -0
- package/dist/commonjs/operations/workflow.js.map +1 -0
- package/dist/commonjs/operations/workflowOperationStatus.d.ts +22 -0
- package/dist/commonjs/operations/workflowOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/workflowOperationStatus.js +62 -0
- package/dist/commonjs/operations/workflowOperationStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dra.d.ts +54 -0
- package/dist/commonjs/operationsInterfaces/dra.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dra.js +10 -0
- package/dist/commonjs/operationsInterfaces/dra.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/draOperationStatus.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/draOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/draOperationStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/draOperationStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/emailConfiguration.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/emailConfiguration.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/emailConfiguration.js +10 -0
- package/dist/commonjs/operationsInterfaces/emailConfiguration.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/event.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/event.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/event.js +10 -0
- package/dist/commonjs/operationsInterfaces/event.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fabric.d.ts +67 -0
- package/dist/commonjs/operationsInterfaces/fabric.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fabric.js +10 -0
- package/dist/commonjs/operationsInterfaces/fabric.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fabricOperationsStatus.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/fabricOperationsStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fabricOperationsStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/fabricOperationsStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +29 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/policy.d.ts +54 -0
- package/dist/commonjs/operationsInterfaces/policy.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/policy.js +10 -0
- package/dist/commonjs/operationsInterfaces/policy.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyOperationStatus.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/policyOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyOperationStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/policyOperationStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/protectedItem.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/protectedItem.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/protectedItem.js +10 -0
- package/dist/commonjs/operationsInterfaces/protectedItem.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/protectedItemOperationStatus.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/protectedItemOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/protectedItemOperationStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/protectedItemOperationStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/recoveryPoints.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/recoveryPoints.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/recoveryPoints.js +10 -0
- package/dist/commonjs/operationsInterfaces/recoveryPoints.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationExtension.d.ts +54 -0
- package/dist/commonjs/operationsInterfaces/replicationExtension.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationExtension.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationExtension.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationExtensionOperationStatus.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/replicationExtensionOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicationExtensionOperationStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicationExtensionOperationStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/vault.d.ts +67 -0
- package/dist/commonjs/operationsInterfaces/vault.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/vault.js +10 -0
- package/dist/commonjs/operationsInterfaces/vault.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/vaultOperationStatus.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/vaultOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/vaultOperationStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/vaultOperationStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workflow.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/workflow.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workflow.js +10 -0
- package/dist/commonjs/operationsInterfaces/workflow.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workflowOperationStatus.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/workflowOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workflowOperationStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/workflowOperationStatus.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/azureSiteRecoveryManagementServiceAPI.d.ts +50 -0
- package/dist/esm/azureSiteRecoveryManagementServiceAPI.d.ts.map +1 -0
- package/dist/esm/azureSiteRecoveryManagementServiceAPI.js +180 -0
- package/dist/esm/azureSiteRecoveryManagementServiceAPI.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +3253 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +298 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +149 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +4952 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +37 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +329 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/dra.d.ts +79 -0
- package/dist/esm/operations/dra.d.ts.map +1 -0
- package/dist/esm/operations/dra.js +356 -0
- package/dist/esm/operations/dra.js.map +1 -0
- package/dist/esm/operations/draOperationStatus.d.ts +22 -0
- package/dist/esm/operations/draOperationStatus.d.ts.map +1 -0
- package/dist/esm/operations/draOperationStatus.js +57 -0
- package/dist/esm/operations/draOperationStatus.js.map +1 -0
- package/dist/esm/operations/emailConfiguration.d.ts +54 -0
- package/dist/esm/operations/emailConfiguration.d.ts.map +1 -0
- package/dist/esm/operations/emailConfiguration.js +219 -0
- package/dist/esm/operations/emailConfiguration.js.map +1 -0
- package/dist/esm/operations/event.d.ts +46 -0
- package/dist/esm/operations/event.d.ts.map +1 -0
- package/dist/esm/operations/event.js +186 -0
- package/dist/esm/operations/event.js.map +1 -0
- package/dist/esm/operations/fabric.d.ts +103 -0
- package/dist/esm/operations/fabric.d.ts.map +1 -0
- package/dist/esm/operations/fabric.js +538 -0
- package/dist/esm/operations/fabric.js.map +1 -0
- package/dist/esm/operations/fabricOperationsStatus.d.ts +21 -0
- package/dist/esm/operations/fabricOperationsStatus.d.ts.map +1 -0
- package/dist/esm/operations/fabricOperationsStatus.js +55 -0
- package/dist/esm/operations/fabricOperationsStatus.js.map +1 -0
- package/dist/esm/operations/index.d.ts +19 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +26 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/policy.d.ts +79 -0
- package/dist/esm/operations/policy.d.ts.map +1 -0
- package/dist/esm/operations/policy.js +356 -0
- package/dist/esm/operations/policy.js.map +1 -0
- package/dist/esm/operations/policyOperationStatus.d.ts +22 -0
- package/dist/esm/operations/policyOperationStatus.d.ts.map +1 -0
- package/dist/esm/operations/policyOperationStatus.js +57 -0
- package/dist/esm/operations/policyOperationStatus.js.map +1 -0
- package/dist/esm/operations/protectedItem.d.ts +95 -0
- package/dist/esm/operations/protectedItem.d.ts.map +1 -0
- package/dist/esm/operations/protectedItem.js +443 -0
- package/dist/esm/operations/protectedItem.js.map +1 -0
- package/dist/esm/operations/protectedItemOperationStatus.d.ts +22 -0
- package/dist/esm/operations/protectedItemOperationStatus.d.ts.map +1 -0
- package/dist/esm/operations/protectedItemOperationStatus.js +57 -0
- package/dist/esm/operations/protectedItemOperationStatus.js.map +1 -0
- package/dist/esm/operations/recoveryPoints.d.ts +50 -0
- package/dist/esm/operations/recoveryPoints.d.ts.map +1 -0
- package/dist/esm/operations/recoveryPoints.js +195 -0
- package/dist/esm/operations/recoveryPoints.js.map +1 -0
- package/dist/esm/operations/replicationExtension.d.ts +79 -0
- package/dist/esm/operations/replicationExtension.d.ts.map +1 -0
- package/dist/esm/operations/replicationExtension.js +356 -0
- package/dist/esm/operations/replicationExtension.js.map +1 -0
- package/dist/esm/operations/replicationExtensionOperationStatus.d.ts +22 -0
- package/dist/esm/operations/replicationExtensionOperationStatus.d.ts.map +1 -0
- package/dist/esm/operations/replicationExtensionOperationStatus.js +63 -0
- package/dist/esm/operations/replicationExtensionOperationStatus.js.map +1 -0
- package/dist/esm/operations/vault.d.ts +103 -0
- package/dist/esm/operations/vault.d.ts.map +1 -0
- package/dist/esm/operations/vault.js +538 -0
- package/dist/esm/operations/vault.js.map +1 -0
- package/dist/esm/operations/vaultOperationStatus.d.ts +21 -0
- package/dist/esm/operations/vaultOperationStatus.d.ts.map +1 -0
- package/dist/esm/operations/vaultOperationStatus.js +55 -0
- package/dist/esm/operations/vaultOperationStatus.js.map +1 -0
- package/dist/esm/operations/workflow.d.ts +46 -0
- package/dist/esm/operations/workflow.d.ts.map +1 -0
- package/dist/esm/operations/workflow.js +186 -0
- package/dist/esm/operations/workflow.js.map +1 -0
- package/dist/esm/operations/workflowOperationStatus.d.ts +22 -0
- package/dist/esm/operations/workflowOperationStatus.d.ts.map +1 -0
- package/dist/esm/operations/workflowOperationStatus.js +57 -0
- package/dist/esm/operations/workflowOperationStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/dra.d.ts +54 -0
- package/dist/esm/operationsInterfaces/dra.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dra.js +9 -0
- package/dist/esm/operationsInterfaces/dra.js.map +1 -0
- package/dist/esm/operationsInterfaces/draOperationStatus.d.ts +14 -0
- package/dist/esm/operationsInterfaces/draOperationStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/draOperationStatus.js +9 -0
- package/dist/esm/operationsInterfaces/draOperationStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/emailConfiguration.d.ts +29 -0
- package/dist/esm/operationsInterfaces/emailConfiguration.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/emailConfiguration.js +9 -0
- package/dist/esm/operationsInterfaces/emailConfiguration.js.map +1 -0
- package/dist/esm/operationsInterfaces/event.d.ts +21 -0
- package/dist/esm/operationsInterfaces/event.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/event.js +9 -0
- package/dist/esm/operationsInterfaces/event.js.map +1 -0
- package/dist/esm/operationsInterfaces/fabric.d.ts +67 -0
- package/dist/esm/operationsInterfaces/fabric.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fabric.js +9 -0
- package/dist/esm/operationsInterfaces/fabric.js.map +1 -0
- package/dist/esm/operationsInterfaces/fabricOperationsStatus.d.ts +13 -0
- package/dist/esm/operationsInterfaces/fabricOperationsStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fabricOperationsStatus.js +9 -0
- package/dist/esm/operationsInterfaces/fabricOperationsStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +19 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +26 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/policy.d.ts +54 -0
- package/dist/esm/operationsInterfaces/policy.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/policy.js +9 -0
- package/dist/esm/operationsInterfaces/policy.js.map +1 -0
- package/dist/esm/operationsInterfaces/policyOperationStatus.d.ts +14 -0
- package/dist/esm/operationsInterfaces/policyOperationStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/policyOperationStatus.js +9 -0
- package/dist/esm/operationsInterfaces/policyOperationStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/protectedItem.d.ts +70 -0
- package/dist/esm/operationsInterfaces/protectedItem.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/protectedItem.js +9 -0
- package/dist/esm/operationsInterfaces/protectedItem.js.map +1 -0
- package/dist/esm/operationsInterfaces/protectedItemOperationStatus.d.ts +14 -0
- package/dist/esm/operationsInterfaces/protectedItemOperationStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/protectedItemOperationStatus.js +9 -0
- package/dist/esm/operationsInterfaces/protectedItemOperationStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/recoveryPoints.d.ts +23 -0
- package/dist/esm/operationsInterfaces/recoveryPoints.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/recoveryPoints.js +9 -0
- package/dist/esm/operationsInterfaces/recoveryPoints.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationExtension.d.ts +54 -0
- package/dist/esm/operationsInterfaces/replicationExtension.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationExtension.js +9 -0
- package/dist/esm/operationsInterfaces/replicationExtension.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicationExtensionOperationStatus.d.ts +14 -0
- package/dist/esm/operationsInterfaces/replicationExtensionOperationStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicationExtensionOperationStatus.js +9 -0
- package/dist/esm/operationsInterfaces/replicationExtensionOperationStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/vault.d.ts +67 -0
- package/dist/esm/operationsInterfaces/vault.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/vault.js +9 -0
- package/dist/esm/operationsInterfaces/vault.js.map +1 -0
- package/dist/esm/operationsInterfaces/vaultOperationStatus.d.ts +13 -0
- package/dist/esm/operationsInterfaces/vaultOperationStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/vaultOperationStatus.js +9 -0
- package/dist/esm/operationsInterfaces/vaultOperationStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/workflow.d.ts +21 -0
- package/dist/esm/operationsInterfaces/workflow.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workflow.js +9 -0
- package/dist/esm/operationsInterfaces/workflow.js.map +1 -0
- package/dist/esm/operationsInterfaces/workflowOperationStatus.d.ts +14 -0
- package/dist/esm/operationsInterfaces/workflowOperationStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workflowOperationStatus.js +9 -0
- package/dist/esm/operationsInterfaces/workflowOperationStatus.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/azureSiteRecoveryManagementServiceAPI.d.ts +50 -0
- package/dist/react-native/azureSiteRecoveryManagementServiceAPI.d.ts.map +1 -0
- package/dist/react-native/azureSiteRecoveryManagementServiceAPI.js +180 -0
- package/dist/react-native/azureSiteRecoveryManagementServiceAPI.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3253 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +298 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +149 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +4952 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +37 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +329 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/dra.d.ts +79 -0
- package/dist/react-native/operations/dra.d.ts.map +1 -0
- package/dist/react-native/operations/dra.js +356 -0
- package/dist/react-native/operations/dra.js.map +1 -0
- package/dist/react-native/operations/draOperationStatus.d.ts +22 -0
- package/dist/react-native/operations/draOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operations/draOperationStatus.js +57 -0
- package/dist/react-native/operations/draOperationStatus.js.map +1 -0
- package/dist/react-native/operations/emailConfiguration.d.ts +54 -0
- package/dist/react-native/operations/emailConfiguration.d.ts.map +1 -0
- package/dist/react-native/operations/emailConfiguration.js +219 -0
- package/dist/react-native/operations/emailConfiguration.js.map +1 -0
- package/dist/react-native/operations/event.d.ts +46 -0
- package/dist/react-native/operations/event.d.ts.map +1 -0
- package/dist/react-native/operations/event.js +186 -0
- package/dist/react-native/operations/event.js.map +1 -0
- package/dist/react-native/operations/fabric.d.ts +103 -0
- package/dist/react-native/operations/fabric.d.ts.map +1 -0
- package/dist/react-native/operations/fabric.js +538 -0
- package/dist/react-native/operations/fabric.js.map +1 -0
- package/dist/react-native/operations/fabricOperationsStatus.d.ts +21 -0
- package/dist/react-native/operations/fabricOperationsStatus.d.ts.map +1 -0
- package/dist/react-native/operations/fabricOperationsStatus.js +55 -0
- package/dist/react-native/operations/fabricOperationsStatus.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +19 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +26 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/policy.d.ts +79 -0
- package/dist/react-native/operations/policy.d.ts.map +1 -0
- package/dist/react-native/operations/policy.js +356 -0
- package/dist/react-native/operations/policy.js.map +1 -0
- package/dist/react-native/operations/policyOperationStatus.d.ts +22 -0
- package/dist/react-native/operations/policyOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operations/policyOperationStatus.js +57 -0
- package/dist/react-native/operations/policyOperationStatus.js.map +1 -0
- package/dist/react-native/operations/protectedItem.d.ts +95 -0
- package/dist/react-native/operations/protectedItem.d.ts.map +1 -0
- package/dist/react-native/operations/protectedItem.js +443 -0
- package/dist/react-native/operations/protectedItem.js.map +1 -0
- package/dist/react-native/operations/protectedItemOperationStatus.d.ts +22 -0
- package/dist/react-native/operations/protectedItemOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operations/protectedItemOperationStatus.js +57 -0
- package/dist/react-native/operations/protectedItemOperationStatus.js.map +1 -0
- package/dist/react-native/operations/recoveryPoints.d.ts +50 -0
- package/dist/react-native/operations/recoveryPoints.d.ts.map +1 -0
- package/dist/react-native/operations/recoveryPoints.js +195 -0
- package/dist/react-native/operations/recoveryPoints.js.map +1 -0
- package/dist/react-native/operations/replicationExtension.d.ts +79 -0
- package/dist/react-native/operations/replicationExtension.d.ts.map +1 -0
- package/dist/react-native/operations/replicationExtension.js +356 -0
- package/dist/react-native/operations/replicationExtension.js.map +1 -0
- package/dist/react-native/operations/replicationExtensionOperationStatus.d.ts +22 -0
- package/dist/react-native/operations/replicationExtensionOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operations/replicationExtensionOperationStatus.js +63 -0
- package/dist/react-native/operations/replicationExtensionOperationStatus.js.map +1 -0
- package/dist/react-native/operations/vault.d.ts +103 -0
- package/dist/react-native/operations/vault.d.ts.map +1 -0
- package/dist/react-native/operations/vault.js +538 -0
- package/dist/react-native/operations/vault.js.map +1 -0
- package/dist/react-native/operations/vaultOperationStatus.d.ts +21 -0
- package/dist/react-native/operations/vaultOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operations/vaultOperationStatus.js +55 -0
- package/dist/react-native/operations/vaultOperationStatus.js.map +1 -0
- package/dist/react-native/operations/workflow.d.ts +46 -0
- package/dist/react-native/operations/workflow.d.ts.map +1 -0
- package/dist/react-native/operations/workflow.js +186 -0
- package/dist/react-native/operations/workflow.js.map +1 -0
- package/dist/react-native/operations/workflowOperationStatus.d.ts +22 -0
- package/dist/react-native/operations/workflowOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operations/workflowOperationStatus.js +57 -0
- package/dist/react-native/operations/workflowOperationStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dra.d.ts +54 -0
- package/dist/react-native/operationsInterfaces/dra.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dra.js +9 -0
- package/dist/react-native/operationsInterfaces/dra.js.map +1 -0
- package/dist/react-native/operationsInterfaces/draOperationStatus.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/draOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/draOperationStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/draOperationStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/emailConfiguration.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/emailConfiguration.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/emailConfiguration.js +9 -0
- package/dist/react-native/operationsInterfaces/emailConfiguration.js.map +1 -0
- package/dist/react-native/operationsInterfaces/event.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/event.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/event.js +9 -0
- package/dist/react-native/operationsInterfaces/event.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fabric.d.ts +67 -0
- package/dist/react-native/operationsInterfaces/fabric.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fabric.js +9 -0
- package/dist/react-native/operationsInterfaces/fabric.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fabricOperationsStatus.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/fabricOperationsStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fabricOperationsStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/fabricOperationsStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +26 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/policy.d.ts +54 -0
- package/dist/react-native/operationsInterfaces/policy.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/policy.js +9 -0
- package/dist/react-native/operationsInterfaces/policy.js.map +1 -0
- package/dist/react-native/operationsInterfaces/policyOperationStatus.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/policyOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/policyOperationStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/policyOperationStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/protectedItem.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/protectedItem.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/protectedItem.js +9 -0
- package/dist/react-native/operationsInterfaces/protectedItem.js.map +1 -0
- package/dist/react-native/operationsInterfaces/protectedItemOperationStatus.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/protectedItemOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/protectedItemOperationStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/protectedItemOperationStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/recoveryPoints.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/recoveryPoints.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/recoveryPoints.js +9 -0
- package/dist/react-native/operationsInterfaces/recoveryPoints.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationExtension.d.ts +54 -0
- package/dist/react-native/operationsInterfaces/replicationExtension.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationExtension.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationExtension.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationExtensionOperationStatus.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/replicationExtensionOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicationExtensionOperationStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/replicationExtensionOperationStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/vault.d.ts +67 -0
- package/dist/react-native/operationsInterfaces/vault.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/vault.js +9 -0
- package/dist/react-native/operationsInterfaces/vault.js.map +1 -0
- package/dist/react-native/operationsInterfaces/vaultOperationStatus.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/vaultOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/vaultOperationStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/vaultOperationStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workflow.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/workflow.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workflow.js +9 -0
- package/dist/react-native/operationsInterfaces/workflow.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workflowOperationStatus.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/workflowOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workflowOperationStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/workflowOperationStatus.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +67 -36
- package/dist/index.js +0 -9835
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilitySample.js +0 -34
- package/dist-esm/samples-dev/checkNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentPreflightSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentPreflightSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentPreflightSample.js +0 -42
- package/dist-esm/samples-dev/deploymentPreflightSample.js.map +0 -1
- package/dist-esm/samples-dev/draCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/draCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/draCreateSample.js +0 -54
- package/dist-esm/samples-dev/draCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/draDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/draDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/draDeleteSample.js +0 -39
- package/dist-esm/samples-dev/draDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/draGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/draGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/draGetSample.js +0 -39
- package/dist-esm/samples-dev/draGetSample.js.map +0 -1
- package/dist-esm/samples-dev/draListSample.d.ts +0 -2
- package/dist-esm/samples-dev/draListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/draListSample.js +0 -54
- package/dist-esm/samples-dev/draListSample.js.map +0 -1
- package/dist-esm/samples-dev/draOperationStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/draOperationStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/draOperationStatusGetSample.js +0 -40
- package/dist-esm/samples-dev/draOperationStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/emailConfigurationCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/emailConfigurationCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/emailConfigurationCreateSample.js +0 -40
- package/dist-esm/samples-dev/emailConfigurationCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/emailConfigurationGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/emailConfigurationGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/emailConfigurationGetSample.js +0 -39
- package/dist-esm/samples-dev/emailConfigurationGetSample.js.map +0 -1
- package/dist-esm/samples-dev/emailConfigurationListSample.d.ts +0 -2
- package/dist-esm/samples-dev/emailConfigurationListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/emailConfigurationListSample.js +0 -54
- package/dist-esm/samples-dev/emailConfigurationListSample.js.map +0 -1
- package/dist-esm/samples-dev/eventGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventGetSample.js +0 -39
- package/dist-esm/samples-dev/eventGetSample.js.map +0 -1
- package/dist-esm/samples-dev/eventListSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventListSample.js +0 -50
- package/dist-esm/samples-dev/eventListSample.js.map +0 -1
- package/dist-esm/samples-dev/fabricCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fabricCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fabricCreateSample.js +0 -39
- package/dist-esm/samples-dev/fabricCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/fabricDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/fabricDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fabricDeleteSample.js +0 -38
- package/dist-esm/samples-dev/fabricDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/fabricGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fabricGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fabricGetSample.js +0 -38
- package/dist-esm/samples-dev/fabricGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fabricListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/fabricListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fabricListBySubscriptionSample.js +0 -46
- package/dist-esm/samples-dev/fabricListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/fabricListSample.d.ts +0 -2
- package/dist-esm/samples-dev/fabricListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fabricListSample.js +0 -48
- package/dist-esm/samples-dev/fabricListSample.js.map +0 -1
- package/dist-esm/samples-dev/fabricOperationsStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fabricOperationsStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fabricOperationsStatusGetSample.js +0 -39
- package/dist-esm/samples-dev/fabricOperationsStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fabricUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fabricUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fabricUpdateSample.js +0 -38
- package/dist-esm/samples-dev/fabricUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -51
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/policyCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyCreateSample.js +0 -38
- package/dist-esm/samples-dev/policyCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/policyDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyDeleteSample.js +0 -39
- package/dist-esm/samples-dev/policyDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/policyGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyGetSample.js +0 -39
- package/dist-esm/samples-dev/policyGetSample.js.map +0 -1
- package/dist-esm/samples-dev/policyListSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyListSample.js +0 -54
- package/dist-esm/samples-dev/policyListSample.js.map +0 -1
- package/dist-esm/samples-dev/policyOperationStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyOperationStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyOperationStatusGetSample.js +0 -40
- package/dist-esm/samples-dev/policyOperationStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/protectedItemCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/protectedItemCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/protectedItemCreateSample.js +0 -40
- package/dist-esm/samples-dev/protectedItemCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/protectedItemDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/protectedItemDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/protectedItemDeleteSample.js +0 -34
- package/dist-esm/samples-dev/protectedItemDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/protectedItemGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/protectedItemGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/protectedItemGetSample.js +0 -39
- package/dist-esm/samples-dev/protectedItemGetSample.js.map +0 -1
- package/dist-esm/samples-dev/protectedItemListSample.d.ts +0 -2
- package/dist-esm/samples-dev/protectedItemListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/protectedItemListSample.js +0 -54
- package/dist-esm/samples-dev/protectedItemListSample.js.map +0 -1
- package/dist-esm/samples-dev/protectedItemOperationStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/protectedItemOperationStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/protectedItemOperationStatusGetSample.js +0 -40
- package/dist-esm/samples-dev/protectedItemOperationStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/protectedItemPlannedFailoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/protectedItemPlannedFailoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/protectedItemPlannedFailoverSample.js +0 -38
- package/dist-esm/samples-dev/protectedItemPlannedFailoverSample.js.map +0 -1
- package/dist-esm/samples-dev/recoveryPointsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/recoveryPointsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recoveryPointsGetSample.js +0 -40
- package/dist-esm/samples-dev/recoveryPointsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/recoveryPointsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/recoveryPointsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recoveryPointsListSample.js +0 -55
- package/dist-esm/samples-dev/recoveryPointsListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationExtensionCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationExtensionCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationExtensionCreateSample.js +0 -40
- package/dist-esm/samples-dev/replicationExtensionCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationExtensionDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationExtensionDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationExtensionDeleteSample.js +0 -39
- package/dist-esm/samples-dev/replicationExtensionDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationExtensionGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationExtensionGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationExtensionGetSample.js +0 -39
- package/dist-esm/samples-dev/replicationExtensionGetSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationExtensionListSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationExtensionListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationExtensionListSample.js +0 -54
- package/dist-esm/samples-dev/replicationExtensionListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicationExtensionOperationStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicationExtensionOperationStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicationExtensionOperationStatusGetSample.js +0 -40
- package/dist-esm/samples-dev/replicationExtensionOperationStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultCreateSample.js +0 -37
- package/dist-esm/samples-dev/vaultCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultDeleteSample.js +0 -38
- package/dist-esm/samples-dev/vaultDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultGetSample.js +0 -38
- package/dist-esm/samples-dev/vaultGetSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultListBySubscriptionSample.js +0 -46
- package/dist-esm/samples-dev/vaultListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultListSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultListSample.js +0 -48
- package/dist-esm/samples-dev/vaultListSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultOperationStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultOperationStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultOperationStatusGetSample.js +0 -39
- package/dist-esm/samples-dev/vaultOperationStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultUpdateSample.js +0 -36
- package/dist-esm/samples-dev/vaultUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workflowGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workflowGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workflowGetSample.js +0 -39
- package/dist-esm/samples-dev/workflowGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workflowListSample.d.ts +0 -2
- package/dist-esm/samples-dev/workflowListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workflowListSample.js +0 -50
- package/dist-esm/samples-dev/workflowListSample.js.map +0 -1
- package/dist-esm/samples-dev/workflowOperationStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workflowOperationStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workflowOperationStatusGetSample.js +0 -40
- package/dist-esm/samples-dev/workflowOperationStatusGetSample.js.map +0 -1
- package/dist-esm/src/azureSiteRecoveryManagementServiceAPI.d.ts +0 -50
- package/dist-esm/src/azureSiteRecoveryManagementServiceAPI.d.ts.map +0 -1
- package/dist-esm/src/azureSiteRecoveryManagementServiceAPI.js +0 -183
- package/dist-esm/src/azureSiteRecoveryManagementServiceAPI.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -329
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/dra.d.ts +0 -79
- package/dist-esm/src/operations/dra.d.ts.map +0 -1
- package/dist-esm/src/operations/dra.js +0 -364
- package/dist-esm/src/operations/dra.js.map +0 -1
- package/dist-esm/src/operations/draOperationStatus.d.ts +0 -22
- package/dist-esm/src/operations/draOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/draOperationStatus.js +0 -57
- package/dist-esm/src/operations/draOperationStatus.js.map +0 -1
- package/dist-esm/src/operations/emailConfiguration.d.ts +0 -54
- package/dist-esm/src/operations/emailConfiguration.d.ts.map +0 -1
- package/dist-esm/src/operations/emailConfiguration.js +0 -219
- package/dist-esm/src/operations/emailConfiguration.js.map +0 -1
- package/dist-esm/src/operations/event.d.ts +0 -46
- package/dist-esm/src/operations/event.d.ts.map +0 -1
- package/dist-esm/src/operations/event.js +0 -186
- package/dist-esm/src/operations/event.js.map +0 -1
- package/dist-esm/src/operations/fabric.d.ts +0 -103
- package/dist-esm/src/operations/fabric.d.ts.map +0 -1
- package/dist-esm/src/operations/fabric.js +0 -550
- package/dist-esm/src/operations/fabric.js.map +0 -1
- package/dist-esm/src/operations/fabricOperationsStatus.d.ts +0 -21
- package/dist-esm/src/operations/fabricOperationsStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/fabricOperationsStatus.js +0 -55
- package/dist-esm/src/operations/fabricOperationsStatus.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -19
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -26
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/policy.d.ts +0 -79
- package/dist-esm/src/operations/policy.d.ts.map +0 -1
- package/dist-esm/src/operations/policy.js +0 -364
- package/dist-esm/src/operations/policy.js.map +0 -1
- package/dist-esm/src/operations/policyOperationStatus.d.ts +0 -22
- package/dist-esm/src/operations/policyOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/policyOperationStatus.js +0 -57
- package/dist-esm/src/operations/policyOperationStatus.js.map +0 -1
- package/dist-esm/src/operations/protectedItem.d.ts +0 -95
- package/dist-esm/src/operations/protectedItem.d.ts.map +0 -1
- package/dist-esm/src/operations/protectedItem.js +0 -455
- package/dist-esm/src/operations/protectedItem.js.map +0 -1
- package/dist-esm/src/operations/protectedItemOperationStatus.d.ts +0 -22
- package/dist-esm/src/operations/protectedItemOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/protectedItemOperationStatus.js +0 -57
- package/dist-esm/src/operations/protectedItemOperationStatus.js.map +0 -1
- package/dist-esm/src/operations/recoveryPoints.d.ts +0 -50
- package/dist-esm/src/operations/recoveryPoints.d.ts.map +0 -1
- package/dist-esm/src/operations/recoveryPoints.js +0 -195
- package/dist-esm/src/operations/recoveryPoints.js.map +0 -1
- package/dist-esm/src/operations/replicationExtension.d.ts +0 -79
- package/dist-esm/src/operations/replicationExtension.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationExtension.js +0 -364
- package/dist-esm/src/operations/replicationExtension.js.map +0 -1
- package/dist-esm/src/operations/replicationExtensionOperationStatus.d.ts +0 -22
- package/dist-esm/src/operations/replicationExtensionOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/replicationExtensionOperationStatus.js +0 -63
- package/dist-esm/src/operations/replicationExtensionOperationStatus.js.map +0 -1
- package/dist-esm/src/operations/vault.d.ts +0 -103
- package/dist-esm/src/operations/vault.d.ts.map +0 -1
- package/dist-esm/src/operations/vault.js +0 -550
- package/dist-esm/src/operations/vault.js.map +0 -1
- package/dist-esm/src/operations/vaultOperationStatus.d.ts +0 -21
- package/dist-esm/src/operations/vaultOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/vaultOperationStatus.js +0 -55
- package/dist-esm/src/operations/vaultOperationStatus.js.map +0 -1
- package/dist-esm/src/operations/workflow.d.ts +0 -46
- package/dist-esm/src/operations/workflow.d.ts.map +0 -1
- package/dist-esm/src/operations/workflow.js +0 -186
- package/dist-esm/src/operations/workflow.js.map +0 -1
- package/dist-esm/src/operations/workflowOperationStatus.d.ts +0 -22
- package/dist-esm/src/operations/workflowOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/workflowOperationStatus.js +0 -57
- package/dist-esm/src/operations/workflowOperationStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dra.d.ts +0 -54
- package/dist-esm/src/operationsInterfaces/dra.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dra.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/draOperationStatus.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/draOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/draOperationStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/emailConfiguration.d.ts +0 -29
- package/dist-esm/src/operationsInterfaces/emailConfiguration.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/emailConfiguration.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/event.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/event.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/event.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fabric.d.ts +0 -67
- package/dist-esm/src/operationsInterfaces/fabric.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fabric.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fabricOperationsStatus.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/fabricOperationsStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fabricOperationsStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -26
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/policy.d.ts +0 -54
- package/dist-esm/src/operationsInterfaces/policy.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/policy.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyOperationStatus.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/policyOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyOperationStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/protectedItem.d.ts +0 -70
- package/dist-esm/src/operationsInterfaces/protectedItem.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/protectedItem.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/protectedItemOperationStatus.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/protectedItemOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/protectedItemOperationStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/recoveryPoints.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/recoveryPoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/recoveryPoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationExtension.d.ts +0 -54
- package/dist-esm/src/operationsInterfaces/replicationExtension.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationExtension.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationExtensionOperationStatus.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/replicationExtensionOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicationExtensionOperationStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/vault.d.ts +0 -67
- package/dist-esm/src/operationsInterfaces/vault.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/vault.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/vaultOperationStatus.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/vaultOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/vaultOperationStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workflow.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/workflow.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workflow.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workflowOperationStatus.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/workflowOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workflowOperationStatus.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/recoveryservicesdatareplication_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/recoveryservicesdatareplication_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/recoveryservicesdatareplication_operations_test.spec.js +0 -75
- package/dist-esm/test/recoveryservicesdatareplication_operations_test.spec.js.map +0 -1
- package/src/azureSiteRecoveryManagementServiceAPI.ts +0 -306
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -3567
- package/src/models/mappers.ts +0 -5306
- package/src/models/parameters.ts +0 -382
- package/src/operations/dra.ts +0 -500
- package/src/operations/draOperationStatus.ts +0 -78
- package/src/operations/emailConfiguration.ts +0 -287
- package/src/operations/event.ts +0 -242
- package/src/operations/fabric.ts +0 -710
- package/src/operations/fabricOperationsStatus.ts +0 -75
- package/src/operations/index.ts +0 -26
- package/src/operations/operations.ts +0 -149
- package/src/operations/policy.ts +0 -500
- package/src/operations/policyOperationStatus.ts +0 -78
- package/src/operations/protectedItem.ts +0 -638
- package/src/operations/protectedItemOperationStatus.ts +0 -79
- package/src/operations/recoveryPoints.ts +0 -270
- package/src/operations/replicationExtension.ts +0 -506
- package/src/operations/replicationExtensionOperationStatus.ts +0 -85
- package/src/operations/vault.ts +0 -710
- package/src/operations/vaultOperationStatus.ts +0 -75
- package/src/operations/workflow.ts +0 -242
- package/src/operations/workflowOperationStatus.ts +0 -78
- package/src/operationsInterfaces/dra.ts +0 -105
- package/src/operationsInterfaces/draOperationStatus.ts +0 -31
- package/src/operationsInterfaces/emailConfiguration.ts +0 -59
- package/src/operationsInterfaces/event.ts +0 -44
- package/src/operationsInterfaces/fabric.ts +0 -127
- package/src/operationsInterfaces/fabricOperationsStatus.ts +0 -29
- package/src/operationsInterfaces/index.ts +0 -26
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/policy.ts +0 -105
- package/src/operationsInterfaces/policyOperationStatus.ts +0 -31
- package/src/operationsInterfaces/protectedItem.ts +0 -144
- package/src/operationsInterfaces/protectedItemOperationStatus.ts +0 -31
- package/src/operationsInterfaces/recoveryPoints.ts +0 -48
- package/src/operationsInterfaces/replicationExtension.ts +0 -111
- package/src/operationsInterfaces/replicationExtensionOperationStatus.ts +0 -31
- package/src/operationsInterfaces/vault.ts +0 -127
- package/src/operationsInterfaces/vaultOperationStatus.ts +0 -29
- package/src/operationsInterfaces/workflow.ts +0 -44
- package/src/operationsInterfaces/workflowOperationStatus.ts +0 -31
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-recoveryservicesdatareplication.d.ts +0 -4127
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dra.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/draOperationStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/emailConfiguration.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/event.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fabric.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fabricOperationsStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/policy.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyOperationStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/protectedItem.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/protectedItemOperationStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/recoveryPoints.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationExtension.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicationExtensionOperationStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/vault.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/vaultOperationStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workflow.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workflowOperationStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replicationExtension.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/replicationExtension.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n ReplicationExtensionModel,\n ReplicationExtensionListOptionalParams,\n ReplicationExtensionGetOptionalParams,\n ReplicationExtensionGetResponse,\n ReplicationExtensionCreateOptionalParams,\n ReplicationExtensionCreateResponse,\n ReplicationExtensionDeleteOptionalParams,\n ReplicationExtensionDeleteResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ReplicationExtension. */\nexport interface ReplicationExtension {\n /**\n * Gets the list of replication extensions in the given vault.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n vaultName: string,\n options?: ReplicationExtensionListOptionalParams\n ): PagedAsyncIterableIterator<ReplicationExtensionModel>;\n /**\n * Gets the details of the replication extension.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param replicationExtensionName The replication extension name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n vaultName: string,\n replicationExtensionName: string,\n options?: ReplicationExtensionGetOptionalParams\n ): Promise<ReplicationExtensionGetResponse>;\n /**\n * Creates the replication extension in the given vault.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param replicationExtensionName The replication extension name.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n vaultName: string,\n replicationExtensionName: string,\n options?: ReplicationExtensionCreateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ReplicationExtensionCreateResponse>,\n ReplicationExtensionCreateResponse\n >\n >;\n /**\n * Creates the replication extension in the given vault.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param replicationExtensionName The replication extension name.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n vaultName: string,\n replicationExtensionName: string,\n options?: ReplicationExtensionCreateOptionalParams\n ): Promise<ReplicationExtensionCreateResponse>;\n /**\n * Deletes the replication extension in the given vault.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param replicationExtensionName The replication extension name.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n vaultName: string,\n replicationExtensionName: string,\n options?: ReplicationExtensionDeleteOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ReplicationExtensionDeleteResponse>,\n ReplicationExtensionDeleteResponse\n >\n >;\n /**\n * Deletes the replication extension in the given vault.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param replicationExtensionName The replication extension name.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n vaultName: string,\n replicationExtensionName: string,\n options?: ReplicationExtensionDeleteOptionalParams\n ): Promise<ReplicationExtensionDeleteResponse>;\n}\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ReplicationExtensionOperationStatusGetOptionalParams, ReplicationExtensionOperationStatusGetResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a ReplicationExtensionOperationStatus. */
|
|
3
|
+
export interface ReplicationExtensionOperationStatus {
|
|
4
|
+
/**
|
|
5
|
+
* Tracks the results of an asynchronous operation on the replication extension.
|
|
6
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
7
|
+
* @param vaultName The vault name.
|
|
8
|
+
* @param replicationExtensionName The replication extension name.
|
|
9
|
+
* @param operationId The ID of an ongoing async operation.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
get(resourceGroupName: string, vaultName: string, replicationExtensionName: string, operationId: string, options?: ReplicationExtensionOperationStatusGetOptionalParams): Promise<ReplicationExtensionOperationStatusGetResponse>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=replicationExtensionOperationStatus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replicationExtensionOperationStatus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/replicationExtensionOperationStatus.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,oDAAoD,EACpD,8CAA8C,EAC/C,MAAM,oBAAoB,CAAC;AAE5B,oEAAoE;AACpE,MAAM,WAAW,mCAAmC;IAClD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,wBAAwB,EAAE,MAAM,EAChC,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC,CAAC;CAC5D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=replicationExtensionOperationStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replicationExtensionOperationStatus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/replicationExtensionOperationStatus.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n ReplicationExtensionOperationStatusGetOptionalParams,\n ReplicationExtensionOperationStatusGetResponse\n} from \"../models/index.js\";\n\n/** Interface representing a ReplicationExtensionOperationStatus. */\nexport interface ReplicationExtensionOperationStatus {\n /**\n * Tracks the results of an asynchronous operation on the replication extension.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param replicationExtensionName The replication extension name.\n * @param operationId The ID of an ongoing async operation.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n vaultName: string,\n replicationExtensionName: string,\n operationId: string,\n options?: ReplicationExtensionOperationStatusGetOptionalParams\n ): Promise<ReplicationExtensionOperationStatusGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { VaultModel, VaultListBySubscriptionOptionalParams, VaultListOptionalParams, VaultGetOptionalParams, VaultGetResponse, VaultCreateOptionalParams, VaultCreateResponse, VaultUpdateOptionalParams, VaultUpdateResponse, VaultDeleteOptionalParams, VaultDeleteResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Vault. */
|
|
5
|
+
export interface Vault {
|
|
6
|
+
/**
|
|
7
|
+
* Gets the list of vaults in the given subscription.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
listBySubscription(options?: VaultListBySubscriptionOptionalParams): PagedAsyncIterableIterator<VaultModel>;
|
|
11
|
+
/**
|
|
12
|
+
* Gets the list of vaults in the given subscription and resource group.
|
|
13
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
list(resourceGroupName: string, options?: VaultListOptionalParams): PagedAsyncIterableIterator<VaultModel>;
|
|
17
|
+
/**
|
|
18
|
+
* Gets the details of the vault.
|
|
19
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
20
|
+
* @param vaultName The vault name.
|
|
21
|
+
* @param options The options parameters.
|
|
22
|
+
*/
|
|
23
|
+
get(resourceGroupName: string, vaultName: string, options?: VaultGetOptionalParams): Promise<VaultGetResponse>;
|
|
24
|
+
/**
|
|
25
|
+
* Creates the vault.
|
|
26
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
+
* @param vaultName The vault name.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
beginCreate(resourceGroupName: string, vaultName: string, options?: VaultCreateOptionalParams): Promise<SimplePollerLike<OperationState<VaultCreateResponse>, VaultCreateResponse>>;
|
|
31
|
+
/**
|
|
32
|
+
* Creates the vault.
|
|
33
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
34
|
+
* @param vaultName The vault name.
|
|
35
|
+
* @param options The options parameters.
|
|
36
|
+
*/
|
|
37
|
+
beginCreateAndWait(resourceGroupName: string, vaultName: string, options?: VaultCreateOptionalParams): Promise<VaultCreateResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Performs update on the vault.
|
|
40
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
41
|
+
* @param vaultName The vault name.
|
|
42
|
+
* @param options The options parameters.
|
|
43
|
+
*/
|
|
44
|
+
beginUpdate(resourceGroupName: string, vaultName: string, options?: VaultUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VaultUpdateResponse>, VaultUpdateResponse>>;
|
|
45
|
+
/**
|
|
46
|
+
* Performs update on the vault.
|
|
47
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
48
|
+
* @param vaultName The vault name.
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
beginUpdateAndWait(resourceGroupName: string, vaultName: string, options?: VaultUpdateOptionalParams): Promise<VaultUpdateResponse>;
|
|
52
|
+
/**
|
|
53
|
+
* Removes the vault.
|
|
54
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
55
|
+
* @param vaultName The vault name.
|
|
56
|
+
* @param options The options parameters.
|
|
57
|
+
*/
|
|
58
|
+
beginDelete(resourceGroupName: string, vaultName: string, options?: VaultDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VaultDeleteResponse>, VaultDeleteResponse>>;
|
|
59
|
+
/**
|
|
60
|
+
* Removes the vault.
|
|
61
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
62
|
+
* @param vaultName The vault name.
|
|
63
|
+
* @param options The options parameters.
|
|
64
|
+
*/
|
|
65
|
+
beginDeleteAndWait(resourceGroupName: string, vaultName: string, options?: VaultDeleteOptionalParams): Promise<VaultDeleteResponse>;
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=vault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vault.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/vault.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,UAAU,EACV,qCAAqC,EACrC,uBAAuB,EACvB,sBAAsB,EACtB,gBAAgB,EAChB,yBAAyB,EACzB,mBAAmB,EACnB,yBAAyB,EACzB,mBAAmB,EACnB,yBAAyB,EACzB,mBAAmB,EACpB,MAAM,oBAAoB,CAAC;AAG5B,sCAAsC;AACtC,MAAM,WAAW,KAAK;IACpB;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,0BAA0B,CAAC,UAAU,CAAC,CAAC;IAC1C;;;;OAIG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,uBAAuB,GAChC,0BAA0B,CAAC,UAAU,CAAC,CAAC;IAC1C;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,sBAAsB,GAC/B,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7B;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC,CAC3E,CAAC;IACF;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC,CAC3E,CAAC;IACF;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC,CAC3E,CAAC;IACF;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACjC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=vault.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vault.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/vault.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n VaultModel,\n VaultListBySubscriptionOptionalParams,\n VaultListOptionalParams,\n VaultGetOptionalParams,\n VaultGetResponse,\n VaultCreateOptionalParams,\n VaultCreateResponse,\n VaultUpdateOptionalParams,\n VaultUpdateResponse,\n VaultDeleteOptionalParams,\n VaultDeleteResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Vault. */\nexport interface Vault {\n /**\n * Gets the list of vaults in the given subscription.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: VaultListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<VaultModel>;\n /**\n * Gets the list of vaults in the given subscription and resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n options?: VaultListOptionalParams\n ): PagedAsyncIterableIterator<VaultModel>;\n /**\n * Gets the details of the vault.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n vaultName: string,\n options?: VaultGetOptionalParams\n ): Promise<VaultGetResponse>;\n /**\n * Creates the vault.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n vaultName: string,\n options?: VaultCreateOptionalParams\n ): Promise<\n SimplePollerLike<OperationState<VaultCreateResponse>, VaultCreateResponse>\n >;\n /**\n * Creates the vault.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n vaultName: string,\n options?: VaultCreateOptionalParams\n ): Promise<VaultCreateResponse>;\n /**\n * Performs update on the vault.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n vaultName: string,\n options?: VaultUpdateOptionalParams\n ): Promise<\n SimplePollerLike<OperationState<VaultUpdateResponse>, VaultUpdateResponse>\n >;\n /**\n * Performs update on the vault.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n vaultName: string,\n options?: VaultUpdateOptionalParams\n ): Promise<VaultUpdateResponse>;\n /**\n * Removes the vault.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n vaultName: string,\n options?: VaultDeleteOptionalParams\n ): Promise<\n SimplePollerLike<OperationState<VaultDeleteResponse>, VaultDeleteResponse>\n >;\n /**\n * Removes the vault.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n vaultName: string,\n options?: VaultDeleteOptionalParams\n ): Promise<VaultDeleteResponse>;\n}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { VaultOperationStatusGetOptionalParams, VaultOperationStatusGetResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a VaultOperationStatus. */
|
|
3
|
+
export interface VaultOperationStatus {
|
|
4
|
+
/**
|
|
5
|
+
* Tracks the results of an asynchronous operation on the vault.
|
|
6
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
7
|
+
* @param vaultName The vault name.
|
|
8
|
+
* @param operationId The ID of an ongoing async operation.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
get(resourceGroupName: string, vaultName: string, operationId: string, options?: VaultOperationStatusGetOptionalParams): Promise<VaultOperationStatusGetResponse>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=vaultOperationStatus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vaultOperationStatus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/vaultOperationStatus.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAE5B,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=vaultOperationStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vaultOperationStatus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/vaultOperationStatus.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n VaultOperationStatusGetOptionalParams,\n VaultOperationStatusGetResponse\n} from \"../models/index.js\";\n\n/** Interface representing a VaultOperationStatus. */\nexport interface VaultOperationStatus {\n /**\n * Tracks the results of an asynchronous operation on the vault.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param operationId The ID of an ongoing async operation.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n vaultName: string,\n operationId: string,\n options?: VaultOperationStatusGetOptionalParams\n ): Promise<VaultOperationStatusGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { WorkflowModel, WorkflowListOptionalParams, WorkflowGetOptionalParams, WorkflowGetResponse } from "../models/index.js";
|
|
3
|
+
/** Interface representing a Workflow. */
|
|
4
|
+
export interface Workflow {
|
|
5
|
+
/**
|
|
6
|
+
* Gets the list of jobs in the given vault.
|
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
+
* @param vaultName The vault name.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
list(resourceGroupName: string, vaultName: string, options?: WorkflowListOptionalParams): PagedAsyncIterableIterator<WorkflowModel>;
|
|
12
|
+
/**
|
|
13
|
+
* Gets the details of the job.
|
|
14
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
|
+
* @param vaultName The vault name.
|
|
16
|
+
* @param jobName The job (workflow) name.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
get(resourceGroupName: string, vaultName: string, jobName: string, options?: WorkflowGetOptionalParams): Promise<WorkflowGetResponse>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=workflow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/workflow.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,aAAa,EACb,0BAA0B,EAC1B,yBAAyB,EACzB,mBAAmB,EACpB,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC7C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACjC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=workflow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/workflow.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n WorkflowModel,\n WorkflowListOptionalParams,\n WorkflowGetOptionalParams,\n WorkflowGetResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Workflow. */\nexport interface Workflow {\n /**\n * Gets the list of jobs in the given vault.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n vaultName: string,\n options?: WorkflowListOptionalParams\n ): PagedAsyncIterableIterator<WorkflowModel>;\n /**\n * Gets the details of the job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param jobName The job (workflow) name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n vaultName: string,\n jobName: string,\n options?: WorkflowGetOptionalParams\n ): Promise<WorkflowGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { WorkflowOperationStatusGetOptionalParams, WorkflowOperationStatusGetResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a WorkflowOperationStatus. */
|
|
3
|
+
export interface WorkflowOperationStatus {
|
|
4
|
+
/**
|
|
5
|
+
* Tracks the results of an asynchronous operation on the job.
|
|
6
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
7
|
+
* @param vaultName The vault name.
|
|
8
|
+
* @param jobName The job (workflow) name.
|
|
9
|
+
* @param operationId The ID of an ongoing async operation.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
get(resourceGroupName: string, vaultName: string, jobName: string, operationId: string, options?: WorkflowOperationStatusGetOptionalParams): Promise<WorkflowOperationStatusGetResponse>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=workflowOperationStatus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflowOperationStatus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/workflowOperationStatus.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,wCAAwC,EACxC,kCAAkC,EACnC,MAAM,oBAAoB,CAAC;AAE5B,wDAAwD;AACxD,MAAM,WAAW,uBAAuB;IACtC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;CAChD"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=workflowOperationStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflowOperationStatus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/workflowOperationStatus.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n WorkflowOperationStatusGetOptionalParams,\n WorkflowOperationStatusGetResponse\n} from \"../models/index.js\";\n\n/** Interface representing a WorkflowOperationStatus. */\nexport interface WorkflowOperationStatus {\n /**\n * Tracks the results of an asynchronous operation on the job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param vaultName The vault name.\n * @param jobName The job (workflow) name.\n * @param operationId The ID of an ongoing async operation.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n vaultName: string,\n jobName: string,\n operationId: string,\n options?: WorkflowOperationStatusGetOptionalParams\n ): Promise<WorkflowOperationStatusGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface PageInfo {
|
|
2
|
+
continuationToken?: string;
|
|
3
|
+
}
|
|
4
|
+
/**
|
|
5
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
6
|
+
* returns a continuation token that can be used to begin paging from
|
|
7
|
+
* that point later.
|
|
8
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
9
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
10
|
+
*/
|
|
11
|
+
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
12
|
+
export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
|
|
13
|
+
//# sourceMappingURL=pagingHelper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
const pageMap = new WeakMap();
|
|
9
|
+
/**
|
|
10
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
11
|
+
* returns a continuation token that can be used to begin paging from
|
|
12
|
+
* that point later.
|
|
13
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
14
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
15
|
+
*/
|
|
16
|
+
export function getContinuationToken(page) {
|
|
17
|
+
var _a;
|
|
18
|
+
if (typeof page !== "object" || page === null) {
|
|
19
|
+
return undefined;
|
|
20
|
+
}
|
|
21
|
+
return (_a = pageMap.get(page)) === null || _a === void 0 ? void 0 : _a.continuationToken;
|
|
22
|
+
}
|
|
23
|
+
export function setContinuationToken(page, continuationToken) {
|
|
24
|
+
var _a;
|
|
25
|
+
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
const pageInfo = (_a = pageMap.get(page)) !== null && _a !== void 0 ? _a : {};
|
|
29
|
+
pageInfo.continuationToken = continuationToken;
|
|
30
|
+
pageMap.set(page, pageInfo);
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=pagingHelper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
|
package/package.json
CHANGED
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for AzureSiteRecoveryManagementServiceAPI.",
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20250220.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=18.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@azure/abort-controller": "^1.
|
|
12
|
-
"@azure/core-auth": "^1.
|
|
13
|
-
"@azure/core-client": "^1.
|
|
11
|
+
"@azure/abort-controller": "^2.1.2",
|
|
12
|
+
"@azure/core-auth": "^1.9.0",
|
|
13
|
+
"@azure/core-client": "^1.9.2",
|
|
14
14
|
"@azure/core-lro": "^2.5.4",
|
|
15
|
-
"@azure/core-paging": "^1.2
|
|
16
|
-
"@azure/core-rest-pipeline": "^1.
|
|
17
|
-
"tslib": "^2.
|
|
15
|
+
"@azure/core-paging": "^1.6.2",
|
|
16
|
+
"@azure/core-rest-pipeline": "^1.19.0",
|
|
17
|
+
"tslib": "^2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
20
20
|
"node",
|
|
@@ -24,22 +24,23 @@
|
|
|
24
24
|
"isomorphic"
|
|
25
25
|
],
|
|
26
26
|
"license": "MIT",
|
|
27
|
-
"main": "./dist/index.js",
|
|
28
|
-
"module": "./dist
|
|
29
|
-
"types": "./
|
|
27
|
+
"main": "./dist/commonjs/index.js",
|
|
28
|
+
"module": "./dist/esm/index.js",
|
|
29
|
+
"types": "./dist/commonjs/index.d.ts",
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@azure-tools/test-credential": "^
|
|
32
|
-
"@azure-tools/test-recorder": "
|
|
31
|
+
"@azure-tools/test-credential": "^2.0.0",
|
|
32
|
+
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
|
33
|
+
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
33
34
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
34
|
-
"@azure/identity": "^4.0
|
|
35
|
-
"@
|
|
36
|
-
"@types/mocha": "^10.0.0",
|
|
35
|
+
"@azure/identity": "^4.6.0",
|
|
36
|
+
"@azure/logger": "^1.1.4",
|
|
37
37
|
"@types/node": "^18.0.0",
|
|
38
|
-
"
|
|
38
|
+
"@vitest/browser": "^3.0.5",
|
|
39
|
+
"@vitest/coverage-istanbul": "^3.0.5",
|
|
39
40
|
"dotenv": "^16.0.0",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
41
|
+
"playwright": "^1.50.1",
|
|
42
|
+
"typescript": "~5.7.2",
|
|
43
|
+
"vitest": "^3.0.5"
|
|
43
44
|
},
|
|
44
45
|
"repository": {
|
|
45
46
|
"type": "git",
|
|
@@ -49,24 +50,14 @@
|
|
|
49
50
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
50
51
|
},
|
|
51
52
|
"files": [
|
|
52
|
-
"dist
|
|
53
|
-
"dist/**/*.js.map",
|
|
54
|
-
"dist/**/*.d.ts",
|
|
55
|
-
"dist/**/*.d.ts.map",
|
|
56
|
-
"dist-esm/**/*.js",
|
|
57
|
-
"dist-esm/**/*.js.map",
|
|
58
|
-
"dist-esm/**/*.d.ts",
|
|
59
|
-
"dist-esm/**/*.d.ts.map",
|
|
60
|
-
"src/**/*.ts",
|
|
53
|
+
"dist/",
|
|
61
54
|
"README.md",
|
|
62
55
|
"LICENSE",
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"CHANGELOG.md",
|
|
66
|
-
"types/*"
|
|
56
|
+
"review/",
|
|
57
|
+
"CHANGELOG.md"
|
|
67
58
|
],
|
|
68
59
|
"scripts": {
|
|
69
|
-
"build": "npm run clean &&
|
|
60
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
70
61
|
"build:browser": "echo skipped",
|
|
71
62
|
"build:node": "echo skipped",
|
|
72
63
|
"build:samples": "echo skipped.",
|
|
@@ -78,7 +69,7 @@
|
|
|
78
69
|
"format": "echo skipped",
|
|
79
70
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
80
71
|
"integration-test:browser": "echo skipped",
|
|
81
|
-
"integration-test:node": "dev-tool run test:
|
|
72
|
+
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
82
73
|
"lint": "echo skipped",
|
|
83
74
|
"minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
84
75
|
"pack": "npm pack 2>&1",
|
|
@@ -88,8 +79,8 @@
|
|
|
88
79
|
"test:node": "echo skipped",
|
|
89
80
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
90
81
|
"unit-test:browser": "echo skipped",
|
|
91
|
-
"unit-test:node": "dev-tool run
|
|
92
|
-
"update-snippets": "
|
|
82
|
+
"unit-test:node": "dev-tool run test:vitest",
|
|
83
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
93
84
|
},
|
|
94
85
|
"sideEffects": false,
|
|
95
86
|
"//metadata": {
|
|
@@ -109,5 +100,45 @@
|
|
|
109
100
|
],
|
|
110
101
|
"disableDocsMs": true,
|
|
111
102
|
"apiRefLink": "https://learn.microsoft.com/javascript/api/@azure/arm-recoveryservicesdatareplication?view=azure-node-preview"
|
|
103
|
+
},
|
|
104
|
+
"type": "module",
|
|
105
|
+
"tshy": {
|
|
106
|
+
"project": "./tsconfig.src.json",
|
|
107
|
+
"exports": {
|
|
108
|
+
"./package.json": "./package.json",
|
|
109
|
+
".": "./src/index.ts"
|
|
110
|
+
},
|
|
111
|
+
"dialects": [
|
|
112
|
+
"esm",
|
|
113
|
+
"commonjs"
|
|
114
|
+
],
|
|
115
|
+
"esmDialects": [
|
|
116
|
+
"browser",
|
|
117
|
+
"react-native"
|
|
118
|
+
],
|
|
119
|
+
"selfLink": false
|
|
120
|
+
},
|
|
121
|
+
"browser": "./dist/browser/index.js",
|
|
122
|
+
"react-native": "./dist/react-native/index.js",
|
|
123
|
+
"exports": {
|
|
124
|
+
"./package.json": "./package.json",
|
|
125
|
+
".": {
|
|
126
|
+
"browser": {
|
|
127
|
+
"types": "./dist/browser/index.d.ts",
|
|
128
|
+
"default": "./dist/browser/index.js"
|
|
129
|
+
},
|
|
130
|
+
"react-native": {
|
|
131
|
+
"types": "./dist/react-native/index.d.ts",
|
|
132
|
+
"default": "./dist/react-native/index.js"
|
|
133
|
+
},
|
|
134
|
+
"import": {
|
|
135
|
+
"types": "./dist/esm/index.d.ts",
|
|
136
|
+
"default": "./dist/esm/index.js"
|
|
137
|
+
},
|
|
138
|
+
"require": {
|
|
139
|
+
"types": "./dist/commonjs/index.d.ts",
|
|
140
|
+
"default": "./dist/commonjs/index.js"
|
|
141
|
+
}
|
|
142
|
+
}
|
|
112
143
|
}
|
|
113
144
|
}
|