n8n-nodes-ovhcloud 1.0.3 → 1.1.0
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 +53 -57
- package/dist/credentials/OvhCloudApi.credentials.d.ts +0 -1
- package/dist/credentials/OvhCloudApi.credentials.js +3 -3
- package/dist/credentials/OvhCloudApi.credentials.js.map +1 -1
- package/dist/nodes/OvhCloudHosting/OvhCloudHosting.node.d.ts +5 -4
- package/dist/nodes/OvhCloudHosting/OvhCloudHosting.node.js +10 -16
- package/dist/nodes/OvhCloudHosting/OvhCloudHosting.node.js.map +1 -1
- package/dist/nodes/OvhCloudHosting/findByDomain.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/findByDomain.operation.js +56 -0
- package/dist/nodes/OvhCloudHosting/findByDomain.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/get.operation.d.ts +2 -2
- package/dist/nodes/OvhCloudHosting/get.operation.js +24 -7
- package/dist/nodes/OvhCloudHosting/get.operation.js.map +1 -1
- package/dist/nodes/OvhCloudHosting/getAttachedDomain.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/getAttachedDomain.operation.js +52 -0
- package/dist/nodes/OvhCloudHosting/getAttachedDomain.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/getCron.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/getCron.operation.js +51 -0
- package/dist/nodes/OvhCloudHosting/getCron.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/getDatabase.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/getDatabase.operation.js +51 -0
- package/dist/nodes/OvhCloudHosting/getDatabase.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/getEmail.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/getEmail.operation.js +41 -0
- package/dist/nodes/OvhCloudHosting/getEmail.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/getEnvVar.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/getEnvVar.operation.js +51 -0
- package/dist/nodes/OvhCloudHosting/getEnvVar.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/getModule.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/getModule.operation.js +51 -0
- package/dist/nodes/OvhCloudHosting/getModule.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/getRuntime.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/getRuntime.operation.js +51 -0
- package/dist/nodes/OvhCloudHosting/getRuntime.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/getServiceInfos.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/getServiceInfos.operation.js +43 -0
- package/dist/nodes/OvhCloudHosting/getServiceInfos.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/getSsl.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/getSsl.operation.js +41 -0
- package/dist/nodes/OvhCloudHosting/getSsl.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/getTask.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/getTask.operation.js +51 -0
- package/dist/nodes/OvhCloudHosting/getTask.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/getUser.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/getUser.operation.js +51 -0
- package/dist/nodes/OvhCloudHosting/getUser.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/index.d.ts +1 -1
- package/dist/nodes/OvhCloudHosting/index.js +90 -1594
- package/dist/nodes/OvhCloudHosting/index.js.map +1 -1
- package/dist/nodes/OvhCloudHosting/list.operation.d.ts +2 -2
- package/dist/nodes/OvhCloudHosting/list.operation.js +36 -4
- package/dist/nodes/OvhCloudHosting/list.operation.js.map +1 -1
- package/dist/nodes/OvhCloudHosting/listAttachedDomains.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/listAttachedDomains.operation.js +43 -0
- package/dist/nodes/OvhCloudHosting/listAttachedDomains.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/listCrons.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/listCrons.operation.js +41 -0
- package/dist/nodes/OvhCloudHosting/listCrons.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/listDatabases.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/listDatabases.operation.js +41 -0
- package/dist/nodes/OvhCloudHosting/listDatabases.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/listEnvVars.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/listEnvVars.operation.js +43 -0
- package/dist/nodes/OvhCloudHosting/listEnvVars.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/listModules.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/listModules.operation.js +43 -0
- package/dist/nodes/OvhCloudHosting/listModules.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/listRuntimes.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/listRuntimes.operation.js +43 -0
- package/dist/nodes/OvhCloudHosting/listRuntimes.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/listTasks.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/listTasks.operation.js +43 -0
- package/dist/nodes/OvhCloudHosting/listTasks.operation.js.map +1 -0
- package/dist/nodes/OvhCloudHosting/listUsers.operation.d.ts +3 -0
- package/dist/nodes/OvhCloudHosting/listUsers.operation.js +43 -0
- package/dist/nodes/OvhCloudHosting/listUsers.operation.js.map +1 -0
- package/dist/nodes/OvhCloudService/OvhCloudService.node.d.ts +3 -8
- package/dist/nodes/OvhCloudService/OvhCloudService.node.js +6 -18
- package/dist/nodes/OvhCloudService/OvhCloudService.node.js.map +1 -1
- package/dist/nodes/OvhCloudService/createRenew.operation.js +1 -1
- package/dist/nodes/OvhCloudService/createRenew.operation.js.map +1 -1
- package/dist/nodes/OvhCloudService/get.operation.d.ts +2 -2
- package/dist/nodes/OvhCloudService/get.operation.js +4 -4
- package/dist/nodes/OvhCloudService/get.operation.js.map +1 -1
- package/dist/nodes/OvhCloudService/index.d.ts +1 -1
- package/dist/nodes/OvhCloudService/index.js +6 -66
- package/dist/nodes/OvhCloudService/index.js.map +1 -1
- package/dist/nodes/OvhCloudService/list.operation.d.ts +3 -3
- package/dist/nodes/OvhCloudService/list.operation.js +21 -5
- package/dist/nodes/OvhCloudService/list.operation.js.map +1 -1
- package/dist/nodes/OvhCloudService/listRenews.operation.d.ts +2 -2
- package/dist/nodes/OvhCloudService/listRenews.operation.js +4 -4
- package/dist/nodes/OvhCloudService/listRenews.operation.js.map +1 -1
- package/dist/nodes/OvhCloudService/reopen.operation.js +1 -1
- package/dist/nodes/OvhCloudService/reopen.operation.js.map +1 -1
- package/dist/nodes/OvhCloudService/suspend.operation.js +1 -1
- package/dist/nodes/OvhCloudService/suspend.operation.js.map +1 -1
- package/dist/nodes/OvhCloudService/terminate.operation.js +1 -1
- package/dist/nodes/OvhCloudService/terminate.operation.js.map +1 -1
- package/dist/nodes/OvhCloudService/update.operation.js +1 -1
- package/dist/nodes/OvhCloudService/update.operation.js.map +1 -1
- package/dist/package.json +6 -77
- package/dist/shared/index.d.ts +4 -1
- package/dist/shared/index.js +5 -1
- package/dist/shared/index.js.map +1 -1
- package/dist/shared/methods/getHostingWebServices.method.d.ts +2 -0
- package/dist/shared/methods/getHostingWebServices.method.js +10 -0
- package/dist/shared/methods/getHostingWebServices.method.js.map +1 -0
- package/dist/shared/methods/index.d.ts +1 -0
- package/dist/shared/methods/index.js +3 -1
- package/dist/shared/methods/index.js.map +1 -1
- package/dist/shared/nodes/BaseNode.d.ts +5 -0
- package/dist/shared/nodes/BaseNode.js +30 -0
- package/dist/shared/nodes/BaseNode.js.map +1 -0
- package/dist/shared/nodes/createError.d.ts +2 -0
- package/dist/shared/nodes/createError.js +19 -0
- package/dist/shared/nodes/createError.js.map +1 -0
- package/dist/shared/transport/ApiClientImpl.d.ts +40 -1
- package/dist/shared/transport/ApiClientImpl.js +135 -1
- package/dist/shared/transport/ApiClientImpl.js.map +1 -1
- package/dist/shared/transport/CredentialHolder.js +3 -1
- package/dist/shared/transport/CredentialHolder.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -77
- package/dist/nodes/OvhCloudAllDom/OvhCloudAllDom.node.d.ts +0 -11
- package/dist/nodes/OvhCloudAllDom/OvhCloudAllDom.node.js +0 -51
- package/dist/nodes/OvhCloudAllDom/OvhCloudAllDom.node.js.map +0 -1
- package/dist/nodes/OvhCloudAllDom/OvhCloudAllDom.node.json +0 -20
- package/dist/nodes/OvhCloudAllDom/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudAllDom/get.operation.js +0 -47
- package/dist/nodes/OvhCloudAllDom/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudAllDom/index.d.ts +0 -3
- package/dist/nodes/OvhCloudAllDom/index.js +0 -52
- package/dist/nodes/OvhCloudAllDom/index.js.map +0 -1
- package/dist/nodes/OvhCloudAllDom/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudAllDom/list.operation.js +0 -14
- package/dist/nodes/OvhCloudAllDom/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudAllDom/resources/domains/getDomain.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudAllDom/resources/domains/getDomain.operation.js +0 -55
- package/dist/nodes/OvhCloudAllDom/resources/domains/getDomain.operation.js.map +0 -1
- package/dist/nodes/OvhCloudAllDom/resources/domains/index.d.ts +0 -2
- package/dist/nodes/OvhCloudAllDom/resources/domains/index.js +0 -10
- package/dist/nodes/OvhCloudAllDom/resources/domains/index.js.map +0 -1
- package/dist/nodes/OvhCloudAllDom/resources/domains/listDomains.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudAllDom/resources/domains/listDomains.operation.js +0 -58
- package/dist/nodes/OvhCloudAllDom/resources/domains/listDomains.operation.js.map +0 -1
- package/dist/nodes/OvhCloudAllDom/resources/index.d.ts +0 -2
- package/dist/nodes/OvhCloudAllDom/resources/index.js +0 -39
- package/dist/nodes/OvhCloudAllDom/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudAllDom/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudAllDom/resources/serviceInfos/get.operation.js +0 -45
- package/dist/nodes/OvhCloudAllDom/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudAllDom/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudAllDom/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudAllDom/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudAllDom/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudAllDom/resources/serviceInfos/update.operation.js +0 -45
- package/dist/nodes/OvhCloudAllDom/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudAuth/OvhCloudAuth.node.d.ts +0 -11
- package/dist/nodes/OvhCloudAuth/OvhCloudAuth.node.js +0 -51
- package/dist/nodes/OvhCloudAuth/OvhCloudAuth.node.js.map +0 -1
- package/dist/nodes/OvhCloudAuth/OvhCloudAuth.node.json +0 -20
- package/dist/nodes/OvhCloudAuth/createCredential.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudAuth/createCredential.operation.js +0 -83
- package/dist/nodes/OvhCloudAuth/createCredential.operation.js.map +0 -1
- package/dist/nodes/OvhCloudAuth/generateToken.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudAuth/generateToken.operation.js +0 -14
- package/dist/nodes/OvhCloudAuth/generateToken.operation.js.map +0 -1
- package/dist/nodes/OvhCloudAuth/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudAuth/get.operation.js +0 -47
- package/dist/nodes/OvhCloudAuth/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudAuth/getCurrentCredential.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudAuth/getCurrentCredential.operation.js +0 -14
- package/dist/nodes/OvhCloudAuth/getCurrentCredential.operation.js.map +0 -1
- package/dist/nodes/OvhCloudAuth/getDetails.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudAuth/getDetails.operation.js +0 -14
- package/dist/nodes/OvhCloudAuth/getDetails.operation.js.map +0 -1
- package/dist/nodes/OvhCloudAuth/getServerTime.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudAuth/getServerTime.operation.js +0 -14
- package/dist/nodes/OvhCloudAuth/getServerTime.operation.js.map +0 -1
- package/dist/nodes/OvhCloudAuth/index.d.ts +0 -3
- package/dist/nodes/OvhCloudAuth/index.js +0 -52
- package/dist/nodes/OvhCloudAuth/index.js.map +0 -1
- package/dist/nodes/OvhCloudAuth/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudAuth/list.operation.js +0 -14
- package/dist/nodes/OvhCloudAuth/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudAuth/logout.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudAuth/logout.operation.js +0 -14
- package/dist/nodes/OvhCloudAuth/logout.operation.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/OvhCloudBackupServices.node.d.ts +0 -11
- package/dist/nodes/OvhCloudBackupServices/OvhCloudBackupServices.node.js +0 -51
- package/dist/nodes/OvhCloudBackupServices/OvhCloudBackupServices.node.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/OvhCloudBackupServices.node.json +0 -20
- package/dist/nodes/OvhCloudBackupServices/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudBackupServices/get.operation.js +0 -25
- package/dist/nodes/OvhCloudBackupServices/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/index.d.ts +0 -3
- package/dist/nodes/OvhCloudBackupServices/index.js +0 -218
- package/dist/nodes/OvhCloudBackupServices/index.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudBackupServices/list.operation.js +0 -14
- package/dist/nodes/OvhCloudBackupServices/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/backupAgent/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudBackupServices/resources/backupAgent/get.operation.js +0 -25
- package/dist/nodes/OvhCloudBackupServices/resources/backupAgent/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/backupAgent/index.d.ts +0 -2
- package/dist/nodes/OvhCloudBackupServices/resources/backupAgent/index.js +0 -10
- package/dist/nodes/OvhCloudBackupServices/resources/backupAgent/index.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/backupAgent/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudBackupServices/resources/backupAgent/list.operation.js +0 -14
- package/dist/nodes/OvhCloudBackupServices/resources/backupAgent/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/backupPolicy/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudBackupServices/resources/backupPolicy/get.operation.js +0 -25
- package/dist/nodes/OvhCloudBackupServices/resources/backupPolicy/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/backupPolicy/index.d.ts +0 -2
- package/dist/nodes/OvhCloudBackupServices/resources/backupPolicy/index.js +0 -10
- package/dist/nodes/OvhCloudBackupServices/resources/backupPolicy/index.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/backupPolicy/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudBackupServices/resources/backupPolicy/list.operation.js +0 -14
- package/dist/nodes/OvhCloudBackupServices/resources/backupPolicy/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/index.d.ts +0 -6
- package/dist/nodes/OvhCloudBackupServices/resources/index.js +0 -43
- package/dist/nodes/OvhCloudBackupServices/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/managementAgent/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudBackupServices/resources/managementAgent/get.operation.js +0 -25
- package/dist/nodes/OvhCloudBackupServices/resources/managementAgent/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/managementAgent/index.d.ts +0 -2
- package/dist/nodes/OvhCloudBackupServices/resources/managementAgent/index.js +0 -10
- package/dist/nodes/OvhCloudBackupServices/resources/managementAgent/index.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/managementAgent/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudBackupServices/resources/managementAgent/list.operation.js +0 -14
- package/dist/nodes/OvhCloudBackupServices/resources/managementAgent/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/tenant/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudBackupServices/resources/tenant/get.operation.js +0 -25
- package/dist/nodes/OvhCloudBackupServices/resources/tenant/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/tenant/index.d.ts +0 -2
- package/dist/nodes/OvhCloudBackupServices/resources/tenant/index.js +0 -10
- package/dist/nodes/OvhCloudBackupServices/resources/tenant/index.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/tenant/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudBackupServices/resources/tenant/list.operation.js +0 -14
- package/dist/nodes/OvhCloudBackupServices/resources/tenant/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/vault/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudBackupServices/resources/vault/get.operation.js +0 -25
- package/dist/nodes/OvhCloudBackupServices/resources/vault/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/vault/index.d.ts +0 -2
- package/dist/nodes/OvhCloudBackupServices/resources/vault/index.js +0 -10
- package/dist/nodes/OvhCloudBackupServices/resources/vault/index.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/vault/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudBackupServices/resources/vault/list.operation.js +0 -14
- package/dist/nodes/OvhCloudBackupServices/resources/vault/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/vspc/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudBackupServices/resources/vspc/get.operation.js +0 -25
- package/dist/nodes/OvhCloudBackupServices/resources/vspc/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/vspc/index.d.ts +0 -2
- package/dist/nodes/OvhCloudBackupServices/resources/vspc/index.js +0 -10
- package/dist/nodes/OvhCloudBackupServices/resources/vspc/index.js.map +0 -1
- package/dist/nodes/OvhCloudBackupServices/resources/vspc/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudBackupServices/resources/vspc/list.operation.js +0 -14
- package/dist/nodes/OvhCloudBackupServices/resources/vspc/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/OvhCloudCdn.node.d.ts +0 -11
- package/dist/nodes/OvhCloudCdn/OvhCloudCdn.node.js +0 -51
- package/dist/nodes/OvhCloudCdn/OvhCloudCdn.node.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/OvhCloudCdn.node.json +0 -20
- package/dist/nodes/OvhCloudCdn/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/get.operation.js +0 -47
- package/dist/nodes/OvhCloudCdn/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/index.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/index.js +0 -52
- package/dist/nodes/OvhCloudCdn/index.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/list.operation.js +0 -14
- package/dist/nodes/OvhCloudCdn/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/backends/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/backends/create.operation.js +0 -65
- package/dist/nodes/OvhCloudCdn/resources/backends/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/backends/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/backends/delete.operation.js +0 -65
- package/dist/nodes/OvhCloudCdn/resources/backends/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/backends/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/backends/get.operation.js +0 -65
- package/dist/nodes/OvhCloudCdn/resources/backends/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/backends/index.d.ts +0 -4
- package/dist/nodes/OvhCloudCdn/resources/backends/index.js +0 -16
- package/dist/nodes/OvhCloudCdn/resources/backends/index.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/backends/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/backends/list.operation.js +0 -55
- package/dist/nodes/OvhCloudCdn/resources/backends/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/create.operation.js +0 -102
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/delete.operation.js +0 -65
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/flush.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/flush.operation.js +0 -65
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/flush.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/get.operation.js +0 -65
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/index.d.ts +0 -6
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/index.js +0 -22
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/index.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/list.operation.js +0 -68
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/update.operation.js +0 -91
- package/dist/nodes/OvhCloudCdn/resources/cacheRules/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/changeContact/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/changeContact/create.operation.js +0 -79
- package/dist/nodes/OvhCloudCdn/resources/changeContact/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudCdn/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudCdn/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/domains/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/domains/create.operation.js +0 -57
- package/dist/nodes/OvhCloudCdn/resources/domains/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/domains/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/domains/delete.operation.js +0 -55
- package/dist/nodes/OvhCloudCdn/resources/domains/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/domains/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/domains/get.operation.js +0 -55
- package/dist/nodes/OvhCloudCdn/resources/domains/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/domains/index.d.ts +0 -5
- package/dist/nodes/OvhCloudCdn/resources/domains/index.js +0 -19
- package/dist/nodes/OvhCloudCdn/resources/domains/index.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/domains/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/domains/list.operation.js +0 -45
- package/dist/nodes/OvhCloudCdn/resources/domains/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/domains/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/domains/update.operation.js +0 -86
- package/dist/nodes/OvhCloudCdn/resources/domains/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/index.d.ts +0 -11
- package/dist/nodes/OvhCloudCdn/resources/index.js +0 -48
- package/dist/nodes/OvhCloudCdn/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/logSubscriptions/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/logSubscriptions/create.operation.js +0 -68
- package/dist/nodes/OvhCloudCdn/resources/logSubscriptions/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/logSubscriptions/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/logSubscriptions/delete.operation.js +0 -55
- package/dist/nodes/OvhCloudCdn/resources/logSubscriptions/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/logSubscriptions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/logSubscriptions/get.operation.js +0 -55
- package/dist/nodes/OvhCloudCdn/resources/logSubscriptions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/logSubscriptions/index.d.ts +0 -4
- package/dist/nodes/OvhCloudCdn/resources/logSubscriptions/index.js +0 -16
- package/dist/nodes/OvhCloudCdn/resources/logSubscriptions/index.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/logSubscriptions/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/logSubscriptions/list.operation.js +0 -58
- package/dist/nodes/OvhCloudCdn/resources/logSubscriptions/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/logUrl/generate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/logUrl/generate.operation.js +0 -57
- package/dist/nodes/OvhCloudCdn/resources/logUrl/generate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/logUrl/index.d.ts +0 -1
- package/dist/nodes/OvhCloudCdn/resources/logUrl/index.js +0 -7
- package/dist/nodes/OvhCloudCdn/resources/logUrl/index.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/pops/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/pops/get.operation.js +0 -25
- package/dist/nodes/OvhCloudCdn/resources/pops/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/pops/index.d.ts +0 -2
- package/dist/nodes/OvhCloudCdn/resources/pops/index.js +0 -10
- package/dist/nodes/OvhCloudCdn/resources/pops/index.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/pops/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/pops/list.operation.js +0 -14
- package/dist/nodes/OvhCloudCdn/resources/pops/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/serviceInfos/get.operation.js +0 -45
- package/dist/nodes/OvhCloudCdn/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudCdn/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudCdn/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/serviceInfos/update.operation.js +0 -45
- package/dist/nodes/OvhCloudCdn/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/ssl/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/ssl/create.operation.js +0 -89
- package/dist/nodes/OvhCloudCdn/resources/ssl/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/ssl/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/ssl/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudCdn/resources/ssl/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/ssl/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/ssl/get.operation.js +0 -45
- package/dist/nodes/OvhCloudCdn/resources/ssl/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/ssl/index.d.ts +0 -4
- package/dist/nodes/OvhCloudCdn/resources/ssl/index.js +0 -16
- package/dist/nodes/OvhCloudCdn/resources/ssl/index.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/ssl/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/ssl/update.operation.js +0 -77
- package/dist/nodes/OvhCloudCdn/resources/ssl/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/statistics/getDomainStats.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/statistics/getDomainStats.operation.js +0 -100
- package/dist/nodes/OvhCloudCdn/resources/statistics/getDomainStats.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/statistics/getQuota.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/statistics/getQuota.operation.js +0 -61
- package/dist/nodes/OvhCloudCdn/resources/statistics/getQuota.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/statistics/index.d.ts +0 -2
- package/dist/nodes/OvhCloudCdn/resources/statistics/index.js +0 -10
- package/dist/nodes/OvhCloudCdn/resources/statistics/index.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/tasks/get.operation.js +0 -65
- package/dist/nodes/OvhCloudCdn/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudCdn/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudCdn/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudCdn/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCdn/resources/tasks/list.operation.js +0 -55
- package/dist/nodes/OvhCloudCdn/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/OvhCloudCloud.node.d.ts +0 -11
- package/dist/nodes/OvhCloudCloud/OvhCloudCloud.node.js +0 -51
- package/dist/nodes/OvhCloudCloud/OvhCloudCloud.node.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/OvhCloudCloud.node.json +0 -20
- package/dist/nodes/OvhCloudCloud/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/get.operation.js +0 -47
- package/dist/nodes/OvhCloudCloud/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/index.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/index.js +0 -52
- package/dist/nodes/OvhCloudCloud/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/list.operation.js +0 -14
- package/dist/nodes/OvhCloudCloud/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/acl/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/acl/create.operation.js +0 -64
- package/dist/nodes/OvhCloudCloud/resources/acl/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/acl/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/acl/delete.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/acl/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/acl/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/acl/get.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/acl/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/acl/index.d.ts +0 -4
- package/dist/nodes/OvhCloudCloud/resources/acl/index.js +0 -16
- package/dist/nodes/OvhCloudCloud/resources/acl/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/acl/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/acl/list.operation.js +0 -42
- package/dist/nodes/OvhCloudCloud/resources/acl/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/bill/index.d.ts +0 -1
- package/dist/nodes/OvhCloudCloud/resources/bill/index.js +0 -7
- package/dist/nodes/OvhCloudCloud/resources/bill/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/bill/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/bill/list.operation.js +0 -65
- package/dist/nodes/OvhCloudCloud/resources/bill/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/cancel/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/cancel/create.operation.js +0 -42
- package/dist/nodes/OvhCloudCloud/resources/cancel/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/cancel/index.d.ts +0 -1
- package/dist/nodes/OvhCloudCloud/resources/cancel/index.js +0 -7
- package/dist/nodes/OvhCloudCloud/resources/cancel/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/changeContact/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/changeContact/create.operation.js +0 -76
- package/dist/nodes/OvhCloudCloud/resources/changeContact/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudCloud/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudCloud/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/credit/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/credit/create.operation.js +0 -54
- package/dist/nodes/OvhCloudCloud/resources/credit/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/credit/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/credit/get.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/credit/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/credit/index.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/credit/index.js +0 -13
- package/dist/nodes/OvhCloudCloud/resources/credit/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/credit/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/credit/list.operation.js +0 -42
- package/dist/nodes/OvhCloudCloud/resources/credit/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/flavor/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/flavor/get.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/flavor/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/flavor/index.d.ts +0 -2
- package/dist/nodes/OvhCloudCloud/resources/flavor/index.js +0 -10
- package/dist/nodes/OvhCloudCloud/resources/flavor/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/flavor/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/flavor/list.operation.js +0 -54
- package/dist/nodes/OvhCloudCloud/resources/flavor/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/image/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/image/get.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/image/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/image/index.d.ts +0 -2
- package/dist/nodes/OvhCloudCloud/resources/image/index.js +0 -10
- package/dist/nodes/OvhCloudCloud/resources/image/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/image/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/image/list.operation.js +0 -76
- package/dist/nodes/OvhCloudCloud/resources/image/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instance/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instance/create.operation.js +0 -155
- package/dist/nodes/OvhCloudCloud/resources/instance/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instance/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instance/delete.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/instance/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instance/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instance/get.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/instance/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instance/index.d.ts +0 -5
- package/dist/nodes/OvhCloudCloud/resources/instance/index.js +0 -19
- package/dist/nodes/OvhCloudCloud/resources/instance/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instance/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instance/list.operation.js +0 -54
- package/dist/nodes/OvhCloudCloud/resources/instance/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instance/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instance/update.operation.js +0 -74
- package/dist/nodes/OvhCloudCloud/resources/instance/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/index.d.ts +0 -8
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/index.js +0 -28
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/reboot.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/reboot.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/reboot.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/reinstall.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/reinstall.operation.js +0 -62
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/reinstall.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/rescueMode.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/rescueMode.operation.js +0 -64
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/rescueMode.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/resize.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/resize.operation.js +0 -62
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/resize.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/snapshot.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/snapshot.operation.js +0 -74
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/snapshot.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/start.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/start.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/start.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/stop.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/stop.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/stop.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/vncAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/vncAccess.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/instanceActions/vncAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceGroup/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instanceGroup/create.operation.js +0 -65
- package/dist/nodes/OvhCloudCloud/resources/instanceGroup/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceGroup/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instanceGroup/delete.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/instanceGroup/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceGroup/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instanceGroup/get.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/instanceGroup/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceGroup/index.d.ts +0 -4
- package/dist/nodes/OvhCloudCloud/resources/instanceGroup/index.js +0 -16
- package/dist/nodes/OvhCloudCloud/resources/instanceGroup/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceGroup/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instanceGroup/list.operation.js +0 -54
- package/dist/nodes/OvhCloudCloud/resources/instanceGroup/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceInterface/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instanceInterface/create.operation.js +0 -62
- package/dist/nodes/OvhCloudCloud/resources/instanceInterface/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceInterface/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instanceInterface/delete.operation.js +0 -62
- package/dist/nodes/OvhCloudCloud/resources/instanceInterface/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceInterface/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instanceInterface/get.operation.js +0 -62
- package/dist/nodes/OvhCloudCloud/resources/instanceInterface/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceInterface/index.d.ts +0 -4
- package/dist/nodes/OvhCloudCloud/resources/instanceInterface/index.js +0 -16
- package/dist/nodes/OvhCloudCloud/resources/instanceInterface/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/instanceInterface/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/instanceInterface/list.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/instanceInterface/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/ip/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/ip/get.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/ip/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/ip/index.d.ts +0 -2
- package/dist/nodes/OvhCloudCloud/resources/ip/index.js +0 -10
- package/dist/nodes/OvhCloudCloud/resources/ip/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/ip/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/ip/list.operation.js +0 -54
- package/dist/nodes/OvhCloudCloud/resources/ip/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/ipFailover/attach.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/ipFailover/attach.operation.js +0 -64
- package/dist/nodes/OvhCloudCloud/resources/ipFailover/attach.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/ipFailover/index.d.ts +0 -2
- package/dist/nodes/OvhCloudCloud/resources/ipFailover/index.js +0 -10
- package/dist/nodes/OvhCloudCloud/resources/ipFailover/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/ipFailover/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/ipFailover/list.operation.js +0 -54
- package/dist/nodes/OvhCloudCloud/resources/ipFailover/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/create.operation.js +0 -85
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/delete.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/get.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/index.d.ts +0 -5
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/index.js +0 -19
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/list.operation.js +0 -54
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/update.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/loadbalancer/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/network/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/network/create.operation.js +0 -75
- package/dist/nodes/OvhCloudCloud/resources/network/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/network/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/network/delete.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/network/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/network/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/network/get.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/network/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/network/index.d.ts +0 -5
- package/dist/nodes/OvhCloudCloud/resources/network/index.js +0 -19
- package/dist/nodes/OvhCloudCloud/resources/network/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/network/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/network/list.operation.js +0 -54
- package/dist/nodes/OvhCloudCloud/resources/network/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/network/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/network/update.operation.js +0 -64
- package/dist/nodes/OvhCloudCloud/resources/network/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/networkSubnet/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/networkSubnet/create.operation.js +0 -125
- package/dist/nodes/OvhCloudCloud/resources/networkSubnet/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/networkSubnet/index.d.ts +0 -2
- package/dist/nodes/OvhCloudCloud/resources/networkSubnet/index.js +0 -10
- package/dist/nodes/OvhCloudCloud/resources/networkSubnet/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/networkSubnet/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/networkSubnet/list.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/networkSubnet/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/operation/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/operation/get.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/operation/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/operation/index.d.ts +0 -2
- package/dist/nodes/OvhCloudCloud/resources/operation/index.js +0 -10
- package/dist/nodes/OvhCloudCloud/resources/operation/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/operation/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/operation/list.operation.js +0 -54
- package/dist/nodes/OvhCloudCloud/resources/operation/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/region/index.d.ts +0 -1
- package/dist/nodes/OvhCloudCloud/resources/region/index.js +0 -7
- package/dist/nodes/OvhCloudCloud/resources/region/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/region/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/region/list.operation.js +0 -42
- package/dist/nodes/OvhCloudCloud/resources/region/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/retain/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/retain/create.operation.js +0 -42
- package/dist/nodes/OvhCloudCloud/resources/retain/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/retain/index.d.ts +0 -1
- package/dist/nodes/OvhCloudCloud/resources/retain/index.js +0 -7
- package/dist/nodes/OvhCloudCloud/resources/retain/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/role/index.d.ts +0 -1
- package/dist/nodes/OvhCloudCloud/resources/role/index.js +0 -7
- package/dist/nodes/OvhCloudCloud/resources/role/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/role/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/role/list.operation.js +0 -42
- package/dist/nodes/OvhCloudCloud/resources/role/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/serviceInfos/get.operation.js +0 -42
- package/dist/nodes/OvhCloudCloud/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudCloud/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudCloud/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/serviceInfos/update.operation.js +0 -42
- package/dist/nodes/OvhCloudCloud/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/snapshot/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/snapshot/delete.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/snapshot/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/snapshot/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/snapshot/get.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/snapshot/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/snapshot/index.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/snapshot/index.js +0 -13
- package/dist/nodes/OvhCloudCloud/resources/snapshot/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/snapshot/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/snapshot/list.operation.js +0 -65
- package/dist/nodes/OvhCloudCloud/resources/snapshot/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/sshkey/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/sshkey/create.operation.js +0 -74
- package/dist/nodes/OvhCloudCloud/resources/sshkey/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/sshkey/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/sshkey/delete.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/sshkey/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/sshkey/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/sshkey/get.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/sshkey/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/sshkey/index.d.ts +0 -4
- package/dist/nodes/OvhCloudCloud/resources/sshkey/index.js +0 -16
- package/dist/nodes/OvhCloudCloud/resources/sshkey/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/sshkey/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/sshkey/list.operation.js +0 -54
- package/dist/nodes/OvhCloudCloud/resources/sshkey/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/storage/index.d.ts +0 -1
- package/dist/nodes/OvhCloudCloud/resources/storage/index.js +0 -7
- package/dist/nodes/OvhCloudCloud/resources/storage/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/storage/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/storage/list.operation.js +0 -57
- package/dist/nodes/OvhCloudCloud/resources/storage/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/storageContainer/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/storageContainer/create.operation.js +0 -86
- package/dist/nodes/OvhCloudCloud/resources/storageContainer/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/storageContainer/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/storageContainer/delete.operation.js +0 -62
- package/dist/nodes/OvhCloudCloud/resources/storageContainer/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/storageContainer/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/storageContainer/get.operation.js +0 -62
- package/dist/nodes/OvhCloudCloud/resources/storageContainer/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/storageContainer/index.d.ts +0 -4
- package/dist/nodes/OvhCloudCloud/resources/storageContainer/index.js +0 -16
- package/dist/nodes/OvhCloudCloud/resources/storageContainer/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/storageContainer/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/storageContainer/list.operation.js +0 -64
- package/dist/nodes/OvhCloudCloud/resources/storageContainer/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/terminate/create.operation.js +0 -42
- package/dist/nodes/OvhCloudCloud/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudCloud/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudCloud/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/unleash/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/unleash/create.operation.js +0 -42
- package/dist/nodes/OvhCloudCloud/resources/unleash/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/unleash/index.d.ts +0 -1
- package/dist/nodes/OvhCloudCloud/resources/unleash/index.js +0 -7
- package/dist/nodes/OvhCloudCloud/resources/unleash/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/usage/current.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/usage/current.operation.js +0 -42
- package/dist/nodes/OvhCloudCloud/resources/usage/current.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/usage/forecast.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/usage/forecast.operation.js +0 -42
- package/dist/nodes/OvhCloudCloud/resources/usage/forecast.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/usage/history.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/usage/history.operation.js +0 -65
- package/dist/nodes/OvhCloudCloud/resources/usage/history.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/usage/index.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/usage/index.js +0 -13
- package/dist/nodes/OvhCloudCloud/resources/usage/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/user/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/user/create.operation.js +0 -54
- package/dist/nodes/OvhCloudCloud/resources/user/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/user/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/user/delete.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/user/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/user/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/user/get.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/user/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/user/index.d.ts +0 -4
- package/dist/nodes/OvhCloudCloud/resources/user/index.js +0 -16
- package/dist/nodes/OvhCloudCloud/resources/user/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/user/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/user/list.operation.js +0 -42
- package/dist/nodes/OvhCloudCloud/resources/user/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/userRoles/add.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/userRoles/add.operation.js +0 -64
- package/dist/nodes/OvhCloudCloud/resources/userRoles/add.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/userRoles/index.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/userRoles/index.js +0 -13
- package/dist/nodes/OvhCloudCloud/resources/userRoles/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/userRoles/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/userRoles/list.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/userRoles/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/userRoles/remove.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/userRoles/remove.operation.js +0 -62
- package/dist/nodes/OvhCloudCloud/resources/userRoles/remove.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/userS3Credentials/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/userS3Credentials/create.operation.js +0 -62
- package/dist/nodes/OvhCloudCloud/resources/userS3Credentials/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/userS3Credentials/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/userS3Credentials/delete.operation.js +0 -62
- package/dist/nodes/OvhCloudCloud/resources/userS3Credentials/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/userS3Credentials/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/userS3Credentials/get.operation.js +0 -62
- package/dist/nodes/OvhCloudCloud/resources/userS3Credentials/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/userS3Credentials/index.d.ts +0 -4
- package/dist/nodes/OvhCloudCloud/resources/userS3Credentials/index.js +0 -16
- package/dist/nodes/OvhCloudCloud/resources/userS3Credentials/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/userS3Credentials/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/userS3Credentials/list.operation.js +0 -52
- package/dist/nodes/OvhCloudCloud/resources/userS3Credentials/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/vrack/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/vrack/create.operation.js +0 -42
- package/dist/nodes/OvhCloudCloud/resources/vrack/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/vrack/index.d.ts +0 -2
- package/dist/nodes/OvhCloudCloud/resources/vrack/index.js +0 -10
- package/dist/nodes/OvhCloudCloud/resources/vrack/index.js.map +0 -1
- package/dist/nodes/OvhCloudCloud/resources/vrack/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCloud/resources/vrack/list.operation.js +0 -42
- package/dist/nodes/OvhCloudCloud/resources/vrack/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCommercialCatalog/OvhCloudCommercialCatalog.node.d.ts +0 -11
- package/dist/nodes/OvhCloudCommercialCatalog/OvhCloudCommercialCatalog.node.js +0 -51
- package/dist/nodes/OvhCloudCommercialCatalog/OvhCloudCommercialCatalog.node.js.map +0 -1
- package/dist/nodes/OvhCloudCommercialCatalog/OvhCloudCommercialCatalog.node.json +0 -20
- package/dist/nodes/OvhCloudCommercialCatalog/commercialCatalog/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCommercialCatalog/commercialCatalog/get.operation.js +0 -25
- package/dist/nodes/OvhCloudCommercialCatalog/commercialCatalog/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCommercialCatalog/commercialCatalog/index.d.ts +0 -3
- package/dist/nodes/OvhCloudCommercialCatalog/commercialCatalog/index.js +0 -54
- package/dist/nodes/OvhCloudCommercialCatalog/commercialCatalog/index.js.map +0 -1
- package/dist/nodes/OvhCloudCommercialCatalog/commercialCatalog/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCommercialCatalog/commercialCatalog/list.operation.js +0 -14
- package/dist/nodes/OvhCloudCommercialCatalog/commercialCatalog/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCommercialCatalog/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCommercialCatalog/get.operation.js +0 -25
- package/dist/nodes/OvhCloudCommercialCatalog/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudCommercialCatalog/index.d.ts +0 -3
- package/dist/nodes/OvhCloudCommercialCatalog/index.js +0 -54
- package/dist/nodes/OvhCloudCommercialCatalog/index.js.map +0 -1
- package/dist/nodes/OvhCloudCommercialCatalog/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudCommercialCatalog/list.operation.js +0 -14
- package/dist/nodes/OvhCloudCommercialCatalog/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/OvhCloudConnectivity.node.d.ts +0 -11
- package/dist/nodes/OvhCloudConnectivity/OvhCloudConnectivity.node.js +0 -51
- package/dist/nodes/OvhCloudConnectivity/OvhCloudConnectivity.node.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/OvhCloudConnectivity.node.json +0 -20
- package/dist/nodes/OvhCloudConnectivity/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/get.operation.js +0 -47
- package/dist/nodes/OvhCloudConnectivity/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/index.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/index.js +0 -52
- package/dist/nodes/OvhCloudConnectivity/index.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/list.operation.js +0 -14
- package/dist/nodes/OvhCloudConnectivity/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/create.operation.js +0 -69
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/delete.operation.js +0 -25
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/get.operation.js +0 -25
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/index.d.ts +0 -5
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/index.js +0 -19
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/index.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/list.operation.js +0 -14
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/update.operation.js +0 -81
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityRecall/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/index.d.ts +0 -10
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/index.js +0 -34
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/index.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchAddresses.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchAddresses.operation.js +0 -48
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchAddresses.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchBuildingDetails.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchBuildingDetails.operation.js +0 -40
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchBuildingDetails.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchBuildings.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchBuildings.operation.js +0 -66
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchBuildings.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchBuildingsByLine.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchBuildingsByLine.operation.js +0 -48
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchBuildingsByLine.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchCities.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchCities.operation.js +0 -29
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchCities.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchLines.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchLines.operation.js +0 -62
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchLines.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchMeetings.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchMeetings.operation.js +0 -184
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchMeetings.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchStreetNumberDetails.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchStreetNumberDetails.operation.js +0 -39
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchStreetNumberDetails.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchStreetNumbers.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchStreetNumbers.operation.js +0 -39
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchStreetNumbers.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchStreets.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchStreets.operation.js +0 -29
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilitySearch/searchStreets.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/get.operation.js +0 -26
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/index.d.ts +0 -5
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/index.js +0 -19
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/index.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/testAddress.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/testAddress.operation.js +0 -73
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/testAddress.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/testBuilding.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/testBuilding.operation.js +0 -29
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/testBuilding.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/testLine.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/testLine.operation.js +0 -99
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/testLine.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/testOtp.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/testOtp.operation.js +0 -29
- package/dist/nodes/OvhCloudConnectivity/resources/eligibilityTest/testOtp.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/maintenance/index.d.ts +0 -2
- package/dist/nodes/OvhCloudConnectivity/resources/maintenance/index.js +0 -10
- package/dist/nodes/OvhCloudConnectivity/resources/maintenance/index.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/maintenance/listWorkPlannedPartners.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/maintenance/listWorkPlannedPartners.operation.js +0 -14
- package/dist/nodes/OvhCloudConnectivity/resources/maintenance/listWorkPlannedPartners.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/maintenance/listWorkPlannedPublic.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/maintenance/listWorkPlannedPublic.operation.js +0 -38
- package/dist/nodes/OvhCloudConnectivity/resources/maintenance/listWorkPlannedPublic.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/monitoring/index.d.ts +0 -2
- package/dist/nodes/OvhCloudConnectivity/resources/monitoring/index.js +0 -10
- package/dist/nodes/OvhCloudConnectivity/resources/monitoring/index.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/monitoring/listIncidentsPartners.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/monitoring/listIncidentsPartners.operation.js +0 -63
- package/dist/nodes/OvhCloudConnectivity/resources/monitoring/listIncidentsPartners.operation.js.map +0 -1
- package/dist/nodes/OvhCloudConnectivity/resources/monitoring/listIncidentsPublic.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudConnectivity/resources/monitoring/listIncidentsPublic.operation.js +0 -59
- package/dist/nodes/OvhCloudConnectivity/resources/monitoring/listIncidentsPublic.operation.js.map +0 -1
- package/dist/nodes/OvhCloudContact/OvhCloudContact.node.d.ts +0 -11
- package/dist/nodes/OvhCloudContact/OvhCloudContact.node.js +0 -51
- package/dist/nodes/OvhCloudContact/OvhCloudContact.node.js.map +0 -1
- package/dist/nodes/OvhCloudContact/OvhCloudContact.node.json +0 -20
- package/dist/nodes/OvhCloudContact/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudContact/get.operation.js +0 -47
- package/dist/nodes/OvhCloudContact/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudContact/getForm.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudContact/getForm.operation.js +0 -14
- package/dist/nodes/OvhCloudContact/getForm.operation.js.map +0 -1
- package/dist/nodes/OvhCloudContact/index.d.ts +0 -3
- package/dist/nodes/OvhCloudContact/index.js +0 -52
- package/dist/nodes/OvhCloudContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudContact/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudContact/list.operation.js +0 -14
- package/dist/nodes/OvhCloudContact/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudContact/sendForm.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudContact/sendForm.operation.js +0 -63
- package/dist/nodes/OvhCloudContact/sendForm.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/OvhCloudDbaas.node.d.ts +0 -11
- package/dist/nodes/OvhCloudDbaas/OvhCloudDbaas.node.js +0 -51
- package/dist/nodes/OvhCloudDbaas/OvhCloudDbaas.node.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/OvhCloudDbaas.node.json +0 -20
- package/dist/nodes/OvhCloudDbaas/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/get.operation.js +0 -25
- package/dist/nodes/OvhCloudDbaas/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/index.js +0 -52
- package/dist/nodes/OvhCloudDbaas/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDbaas/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/changeContact/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/changeContact/create.operation.js +0 -61
- package/dist/nodes/OvhCloudDbaas/resources/changeContact/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudDbaas/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/clusters/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/clusters/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/clusters/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/clusters/getRetention.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/clusters/getRetention.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/clusters/getRetention.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/clusters/index.d.ts +0 -5
- package/dist/nodes/OvhCloudDbaas/resources/clusters/index.js +0 -19
- package/dist/nodes/OvhCloudDbaas/resources/clusters/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/clusters/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/clusters/list.operation.js +0 -37
- package/dist/nodes/OvhCloudDbaas/resources/clusters/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/clusters/listRetentions.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/clusters/listRetentions.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/clusters/listRetentions.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/clusters/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/clusters/update.operation.js +0 -60
- package/dist/nodes/OvhCloudDbaas/resources/clusters/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/encryptionKeys/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/encryptionKeys/create.operation.js +0 -49
- package/dist/nodes/OvhCloudDbaas/resources/encryptionKeys/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/encryptionKeys/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/encryptionKeys/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/encryptionKeys/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/encryptionKeys/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/encryptionKeys/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/encryptionKeys/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/encryptionKeys/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDbaas/resources/encryptionKeys/index.js +0 -16
- package/dist/nodes/OvhCloudDbaas/resources/encryptionKeys/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/encryptionKeys/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/encryptionKeys/list.operation.js +0 -37
- package/dist/nodes/OvhCloudDbaas/resources/encryptionKeys/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/create.operation.js +0 -57
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/duplicate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/duplicate.operation.js +0 -57
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/duplicate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/index.d.ts +0 -7
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/index.js +0 -25
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/list.operation.js +0 -37
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/listUrls.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/listUrls.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/listUrls.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/graylogDashboards/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/create.operation.js +0 -58
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/index.d.ts +0 -6
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/index.js +0 -22
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/list.operation.js +0 -37
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/listUrls.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/listUrls.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/listUrls.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/graylogStreams/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/index.d.ts +0 -23
- package/dist/nodes/OvhCloudDbaas/resources/index.js +0 -60
- package/dist/nodes/OvhCloudDbaas/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputEngines/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/inputEngines/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/inputEngines/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputEngines/getHelper.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/inputEngines/getHelper.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/inputEngines/getHelper.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputEngines/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDbaas/resources/inputEngines/index.js +0 -16
- package/dist/nodes/OvhCloudDbaas/resources/inputEngines/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputEngines/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/inputEngines/list.operation.js +0 -15
- package/dist/nodes/OvhCloudDbaas/resources/inputEngines/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputEngines/listHelpers.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/inputEngines/listHelpers.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/inputEngines/listHelpers.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputs/configTest.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/inputs/configTest.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/inputs/configTest.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputs/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/inputs/create.operation.js +0 -59
- package/dist/nodes/OvhCloudDbaas/resources/inputs/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputs/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/inputs/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/inputs/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputs/end.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/inputs/end.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/inputs/end.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputs/generateLogsUrl.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/inputs/generateLogsUrl.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/inputs/generateLogsUrl.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputs/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/inputs/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/inputs/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputs/getConfigTestResult.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/inputs/getConfigTestResult.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/inputs/getConfigTestResult.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputs/index.d.ts +0 -12
- package/dist/nodes/OvhCloudDbaas/resources/inputs/index.js +0 -40
- package/dist/nodes/OvhCloudDbaas/resources/inputs/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputs/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/inputs/list.operation.js +0 -37
- package/dist/nodes/OvhCloudDbaas/resources/inputs/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputs/listUrls.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/inputs/listUrls.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/inputs/listUrls.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputs/restart.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/inputs/restart.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/inputs/restart.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputs/start.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/inputs/start.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/inputs/start.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/inputs/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/inputs/update.operation.js +0 -47
- package/dist/nodes/OvhCloudDbaas/resources/inputs/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/metrics/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/metrics/get.operation.js +0 -15
- package/dist/nodes/OvhCloudDbaas/resources/metrics/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/metrics/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/metrics/index.js +0 -7
- package/dist/nodes/OvhCloudDbaas/resources/metrics/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/attachIndex.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/attachIndex.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/attachIndex.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/attachStream.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/attachStream.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/attachStream.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/create.operation.js +0 -57
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/detachIndex.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/detachIndex.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/detachIndex.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/detachStream.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/detachStream.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/detachStream.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/index.d.ts +0 -12
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/index.js +0 -40
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/list.operation.js +0 -37
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/listIndexes.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/listIndexes.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/listIndexes.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/listStreams.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/listStreams.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/listStreams.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/listUrls.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/listUrls.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/listUrls.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/openSearchAliases/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/create.operation.js +0 -59
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/index.d.ts +0 -6
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/index.js +0 -22
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/list.operation.js +0 -15
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/listUrls.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/listUrls.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/listUrls.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/openSearchDashboards/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/create.operation.js +0 -58
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/index.d.ts +0 -6
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/index.js +0 -22
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/list.operation.js +0 -37
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/listUrls.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/listUrls.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/listUrls.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/openSearchIndexes/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/operations/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/operations/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/operations/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/operations/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDbaas/resources/operations/index.js +0 -10
- package/dist/nodes/OvhCloudDbaas/resources/operations/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/operations/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/operations/list.operation.js +0 -15
- package/dist/nodes/OvhCloudDbaas/resources/operations/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/create.operation.js +0 -59
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/index.d.ts +0 -5
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/index.js +0 -19
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/update.operation.js +0 -55
- package/dist/nodes/OvhCloudDbaas/resources/roleMembers/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/grantAlias.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/grantAlias.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/grantAlias.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/grantDashboard.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/grantDashboard.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/grantDashboard.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/grantIndex.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/grantIndex.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/grantIndex.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/grantOsd.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/grantOsd.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/grantOsd.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/grantStream.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/grantStream.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/grantStream.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/index.d.ts +0 -8
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/index.js +0 -28
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/rolePermissions/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/roles/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/roles/create.operation.js +0 -58
- package/dist/nodes/OvhCloudDbaas/resources/roles/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/roles/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/roles/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/roles/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/roles/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/roles/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/roles/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/roles/index.d.ts +0 -5
- package/dist/nodes/OvhCloudDbaas/resources/roles/index.js +0 -19
- package/dist/nodes/OvhCloudDbaas/resources/roles/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/roles/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/roles/list.operation.js +0 -37
- package/dist/nodes/OvhCloudDbaas/resources/roles/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/roles/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/roles/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/roles/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudDbaas/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDbaas/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudDbaas/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/serviceInfos/update.operation.js +0 -37
- package/dist/nodes/OvhCloudDbaas/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/create.operation.js +0 -148
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/index.d.ts +0 -5
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/index.js +0 -19
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/update.operation.js +0 -55
- package/dist/nodes/OvhCloudDbaas/resources/streamAlerts/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamArchives/generateUrl.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/streamArchives/generateUrl.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/streamArchives/generateUrl.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamArchives/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/streamArchives/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/streamArchives/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamArchives/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDbaas/resources/streamArchives/index.js +0 -16
- package/dist/nodes/OvhCloudDbaas/resources/streamArchives/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamArchives/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/streamArchives/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/streamArchives/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamArchives/listEncryptionKeys.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/streamArchives/listEncryptionKeys.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/streamArchives/listEncryptionKeys.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamRules/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/streamRules/create.operation.js +0 -100
- package/dist/nodes/OvhCloudDbaas/resources/streamRules/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamRules/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/streamRules/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/streamRules/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamRules/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/streamRules/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/streamRules/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamRules/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDbaas/resources/streamRules/index.js +0 -16
- package/dist/nodes/OvhCloudDbaas/resources/streamRules/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamRules/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/streamRules/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDbaas/resources/streamRules/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamSubscriptions/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/streamSubscriptions/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/streamSubscriptions/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamSubscriptions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/streamSubscriptions/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDbaas/resources/streamSubscriptions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamSubscriptions/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/streamSubscriptions/index.js +0 -13
- package/dist/nodes/OvhCloudDbaas/resources/streamSubscriptions/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/streamSubscriptions/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/streamSubscriptions/list.operation.js +0 -58
- package/dist/nodes/OvhCloudDbaas/resources/streamSubscriptions/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/tokens/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/tokens/create.operation.js +0 -47
- package/dist/nodes/OvhCloudDbaas/resources/tokens/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/tokens/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/tokens/delete.operation.js +0 -36
- package/dist/nodes/OvhCloudDbaas/resources/tokens/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/tokens/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/tokens/get.operation.js +0 -36
- package/dist/nodes/OvhCloudDbaas/resources/tokens/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/tokens/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDbaas/resources/tokens/index.js +0 -16
- package/dist/nodes/OvhCloudDbaas/resources/tokens/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/tokens/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/tokens/list.operation.js +0 -37
- package/dist/nodes/OvhCloudDbaas/resources/tokens/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/urls/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/urls/index.js +0 -7
- package/dist/nodes/OvhCloudDbaas/resources/urls/index.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/urls/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/urls/list.operation.js +0 -15
- package/dist/nodes/OvhCloudDbaas/resources/urls/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/user/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDbaas/resources/user/changePassword.operation.js +0 -38
- package/dist/nodes/OvhCloudDbaas/resources/user/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/user/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDbaas/resources/user/index.js +0 -7
- package/dist/nodes/OvhCloudDbaas/resources/user/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/OvhCloudDedicated.node.d.ts +0 -11
- package/dist/nodes/OvhCloudDedicated/OvhCloudDedicated.node.js +0 -51
- package/dist/nodes/OvhCloudDedicated/OvhCloudDedicated.node.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/OvhCloudDedicated.node.json +0 -20
- package/dist/nodes/OvhCloudDedicated/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/get.operation.js +0 -25
- package/dist/nodes/OvhCloudDedicated/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/index.js +0 -52
- package/dist/nodes/OvhCloudDedicated/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicated/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedBoot/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedBoot/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedBoot/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedBoot/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedBoot/index.js +0 -52
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedBoot/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedBoot/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedBoot/list.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedBoot/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/get.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/index.js +0 -438
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/acl/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/acl/create.operation.js +0 -60
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/acl/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/acl/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/acl/delete.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/acl/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/acl/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/acl/get.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/acl/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/acl/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/acl/index.js +0 -16
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/acl/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/acl/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/acl/list.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/acl/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/delete.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/disable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/disable.operation.js +0 -18
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/disable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/enable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/enable.operation.js +0 -18
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/enable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/get.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/index.d.ts +0 -5
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/index.js +0 -19
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/list.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/cephfs/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/changeContact/changeContact.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/changeContact/changeContact.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/changeContact/changeContact.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/confirmTermination/confirmTermination.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/confirmTermination/confirmTermination.operation.js +0 -92
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/confirmTermination/confirmTermination.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/health/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/health/get.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/health/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/health/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/health/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/health/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/allowDeletion.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/allowDeletion.operation.js +0 -18
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/allowDeletion.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/create.operation.js +0 -59
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/delete.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/get.operation.js +0 -56
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/index.d.ts +0 -5
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/index.js +0 -19
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/list.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/pool/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/serviceInfos/get.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/serviceInfos/update.operation.js +0 -93
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/task/get.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/task/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/task/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/task/list.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/terminate/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/terminate/terminate.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/terminate/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/user/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/user/create.operation.js +0 -59
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/user/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/user/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/user/delete.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/user/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/user/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/user/get.operation.js +0 -56
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/user/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/user/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/user/index.js +0 -16
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/user/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/user/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/user/list.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/user/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/userPool/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/userPool/create.operation.js +0 -125
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/userPool/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/userPool/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/userPool/delete.operation.js +0 -66
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/userPool/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/userPool/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/userPool/index.js +0 -16
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/userPool/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/userPool/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/userPool/list.operation.js +0 -18
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/userPool/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/userPool/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/userPool/update.operation.js +0 -115
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/resources/userPool/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/update.operation.js +0 -88
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCeph/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/get.operation.js +0 -25
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/index.js +0 -52
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/allowedNetwork/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/allowedNetwork/create.operation.js +0 -75
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/allowedNetwork/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/allowedNetwork/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/allowedNetwork/delete.operation.js +0 -52
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/allowedNetwork/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/allowedNetwork/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/allowedNetwork/get.operation.js +0 -52
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/allowedNetwork/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/allowedNetwork/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/allowedNetwork/index.js +0 -16
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/allowedNetwork/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/allowedNetwork/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/allowedNetwork/list.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/allowedNetwork/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/changeContact/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/changeContact/create.operation.js +0 -76
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/changeContact/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/create.operation.js +0 -75
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/delete.operation.js +0 -52
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/get.operation.js +0 -52
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/index.d.ts +0 -5
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/index.js +0 -19
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/list.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/update.operation.js +0 -86
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenter/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterBackup/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterBackup/get.operation.js +0 -52
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterBackup/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterBackup/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterBackup/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterBackup/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterCluster/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterCluster/get.operation.js +0 -62
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterCluster/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterCluster/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterCluster/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterCluster/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterCluster/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterCluster/list.operation.js +0 -52
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterCluster/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterFiler/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterFiler/get.operation.js +0 -62
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterFiler/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterFiler/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterFiler/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterFiler/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterFiler/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterFiler/list.operation.js +0 -52
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterFiler/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterHost/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterHost/get.operation.js +0 -62
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterHost/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterHost/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterHost/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterHost/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterHost/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterHost/list.operation.js +0 -52
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterHost/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterVm/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterVm/get.operation.js +0 -62
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterVm/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterVm/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterVm/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterVm/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterVm/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterVm/list.operation.js +0 -52
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/datacenterVm/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/location/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/location/get.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/location/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/location/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/location/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/location/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hcx/disable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hcx/disable.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hcx/disable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hcx/enable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hcx/enable.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hcx/enable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hcx/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hcx/get.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hcx/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hcx/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hcx/index.js +0 -13
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hcx/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hds/disable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hds/disable.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hds/disable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hds/enable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hds/enable.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hds/enable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hds/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hds/get.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hds/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hds/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hds/index.js +0 -13
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hds/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hipaa/disable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hipaa/disable.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hipaa/disable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hipaa/enable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hipaa/enable.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hipaa/enable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hipaa/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hipaa/get.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hipaa/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hipaa/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hipaa/index.js +0 -13
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/hipaa/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/iam/disable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/iam/disable.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/iam/disable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/iam/enable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/iam/enable.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/iam/enable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/iam/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/iam/get.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/iam/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/iam/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/iam/index.js +0 -13
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/iam/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/logForwarder/disable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/logForwarder/disable.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/logForwarder/disable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/logForwarder/enable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/logForwarder/enable.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/logForwarder/enable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/logForwarder/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/logForwarder/get.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/logForwarder/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/logForwarder/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/logForwarder/index.js +0 -13
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/logForwarder/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/nsx/disable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/nsx/disable.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/nsx/disable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/nsx/enable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/nsx/enable.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/nsx/enable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/nsx/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/nsx/get.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/nsx/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/nsx/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/nsx/index.js +0 -13
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/nsx/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/pciDss/disable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/pciDss/disable.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/pciDss/disable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/pciDss/enable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/pciDss/enable.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/pciDss/enable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/pciDss/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/pciDss/get.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/pciDss/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/pciDss/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/pciDss/index.js +0 -13
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/pciDss/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/vRops/disable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/vRops/disable.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/vRops/disable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/vRops/enable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/vRops/enable.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/vRops/enable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/vRops/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/vRops/get.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/vRops/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/vRops/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/vRops/index.js +0 -13
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/options/vRops/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/serviceInfos/get.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/serviceInfos/update.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/task/get.operation.js +0 -52
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/task/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/task/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/task/list.operation.js +0 -83
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/user/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/user/create.operation.js +0 -96
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/user/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/user/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/user/delete.operation.js +0 -52
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/user/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/user/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/user/get.operation.js +0 -52
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/user/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/user/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/user/index.js +0 -16
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/user/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/user/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/user/list.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/user/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/vrack/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/vrack/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/vrack/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/vrack/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/vrack/list.operation.js +0 -42
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCloud/resources/vrack/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/get.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/index.js +0 -167
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/availabilities/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/availabilities/get.operation.js +0 -86
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/availabilities/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/availabilities/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/availabilities/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/availabilities/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/availabilities/raw.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/availabilities/raw.operation.js +0 -110
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/availabilities/raw.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/changeContact/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/changeContact/operation.js +0 -57
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/changeContact/operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/confirmTermination/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/confirmTermination/operation.js +0 -115
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/confirmTermination/operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/serviceInfos/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/serviceInfos/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/terminate/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/terminate/operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedCluster/resources/terminate/operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedFirewall/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedFirewall/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedFirewall/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedFirewall/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedFirewall/index.js +0 -52
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedFirewall/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedFirewall/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedFirewall/list.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedFirewall/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHardware/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHardware/get.operation.js +0 -25
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHardware/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHardware/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHardware/index.js +0 -40
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHardware/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/get.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/index.js +0 -270
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/changePassword.operation.js +0 -58
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/create.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/createAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/createAccess.operation.js +0 -84
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/createAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/deleteAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/deleteAccess.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/deleteAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/getAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/getAccess.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/getAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/index.d.ts +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/index.js +0 -34
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/listAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/listAccess.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/listAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/listAuthorizableBlocks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/listAuthorizableBlocks.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/listAuthorizableBlocks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/updateAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/updateAccess.operation.js +0 -82
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/backupFtp/updateAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/index.js +0 -41
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/orderable/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/orderable/index.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/orderable/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/serviceInfos/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/serviceInfos/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/task/cancel.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/task/cancel.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/task/cancel.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/task/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/task/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/task/index.js +0 -13
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/task/list.operation.js +0 -68
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedHousing/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/get.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/index.js +0 -189
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/hardwareRaid/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/hardwareRaid/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/hardwareRaid/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/hardwareRaid/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/hardwareRaid/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/hardwareRaid/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/hardwareRaid/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/hardwareRaid/list.operation.js +0 -16
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/hardwareRaid/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partition/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partition/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partition/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partition/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partition/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partition/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partition/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partition/list.operation.js +0 -16
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partition/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partitionScheme/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partitionScheme/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partitionScheme/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partitionScheme/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partitionScheme/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partitionScheme/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partitionScheme/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partitionScheme/list.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/partitionScheme/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/templateInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/templateInfos/get.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/templateInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/templateInfos/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/templateInfos/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedInstallationTemplate/resources/templateInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedIp/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedIp/index.js +0 -40
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedIp/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedIp/list.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedIp/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedIpmi/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedIpmi/get.operation.js +0 -25
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedIpmi/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedIpmi/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedIpmi/index.js +0 -40
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedIpmi/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/get.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/index.js +0 -530
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/changeContact/changeContact.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/changeContact/changeContact.operation.js +0 -56
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/changeContact/changeContact.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/confirmTermination/confirmTermination.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/confirmTermination/confirmTermination.operation.js +0 -90
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/confirmTermination/confirmTermination.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/metricsToken/getMetricsToken.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/metricsToken/getMetricsToken.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/metricsToken/getMetricsToken.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/metricsToken/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/metricsToken/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/metricsToken/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/metricsToken/metricsToken.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/metricsToken/metricsToken.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/metricsToken/metricsToken.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/create.operation.js +0 -101
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/delete.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/index.d.ts +0 -5
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/index.js +0 -19
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/list.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/update.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partition/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAccess/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAccess/create.operation.js +0 -98
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAccess/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAccess/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAccess/delete.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAccess/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAccess/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAccess/get.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAccess/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAccess/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAccess/index.js +0 -16
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAccess/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAccess/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAccess/list.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAccess/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAuthorizable/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAuthorizable/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAuthorizable/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAuthorizable/listAuthorizableBlocks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAuthorizable/listAuthorizableBlocks.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAuthorizable/listAuthorizableBlocks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAuthorizable/listAuthorizableIps.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAuthorizable/listAuthorizableIps.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionAuthorizable/listAuthorizableIps.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionCustomSnapshot/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionCustomSnapshot/create.operation.js +0 -77
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionCustomSnapshot/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionCustomSnapshot/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionCustomSnapshot/delete.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionCustomSnapshot/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionCustomSnapshot/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionCustomSnapshot/get.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionCustomSnapshot/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionCustomSnapshot/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionCustomSnapshot/index.js +0 -16
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionCustomSnapshot/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionCustomSnapshot/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionCustomSnapshot/list.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionCustomSnapshot/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionOptions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionOptions/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionOptions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionOptions/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionOptions/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionOptions/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionOptions/setup.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionOptions/setup.operation.js +0 -100
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionOptions/setup.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionQuota/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionQuota/create.operation.js +0 -76
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionQuota/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionQuota/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionQuota/delete.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionQuota/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionQuota/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionQuota/get.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionQuota/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionQuota/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionQuota/index.js +0 -16
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionQuota/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionQuota/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionQuota/list.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionQuota/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionSnapshot/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionSnapshot/create.operation.js +0 -92
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionSnapshot/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionSnapshot/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionSnapshot/delete.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionSnapshot/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionSnapshot/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionSnapshot/get.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionSnapshot/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionSnapshot/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionSnapshot/index.js +0 -16
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionSnapshot/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionSnapshot/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionSnapshot/list.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionSnapshot/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionTemplateUsage/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionTemplateUsage/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionTemplateUsage/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionTemplateUsage/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionTemplateUsage/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionTemplateUsage/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionUse/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionUse/get.operation.js +0 -83
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionUse/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionUse/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionUse/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/partitionUse/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/serviceInfos/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/serviceInfos/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/task/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/task/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/task/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/task/list.operation.js +0 -68
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/terminate/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/terminate/terminate.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/terminate/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/use/getUse.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/use/getUse.operation.js +0 -73
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/use/getUse.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/use/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/use/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/resources/use/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedNasha/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedPartition/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedPartition/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedPartition/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedPartition/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedPartition/index.js +0 -52
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedPartition/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedPartition/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedPartition/list.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedPartition/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/index.js +0 -692
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupCloud/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupCloud/changePassword.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupCloud/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupCloud/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupCloud/create.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupCloud/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupCloud/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupCloud/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupCloud/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupCloud/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupCloud/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupCloud/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupCloud/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupCloud/index.js +0 -16
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupCloud/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/changePassword.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/create.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/createAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/createAccess.operation.js +0 -87
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/createAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/deleteAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/deleteAccess.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/deleteAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/getAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/getAccess.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/getAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/index.d.ts +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/index.js +0 -34
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/listAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/listAccess.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/listAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/listAuthorizableBlocks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/listAuthorizableBlocks.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/listAuthorizableBlocks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/updateAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/updateAccess.operation.js +0 -89
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/backupFtp/updateAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/biosSettings/configureSgx.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/biosSettings/configureSgx.operation.js +0 -56
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/biosSettings/configureSgx.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/biosSettings/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/biosSettings/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/biosSettings/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/biosSettings/getSgx.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/biosSettings/getSgx.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/biosSettings/getSgx.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/biosSettings/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/biosSettings/index.js +0 -13
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/biosSettings/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/boot/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/boot/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/boot/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/boot/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/boot/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/boot/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/boot/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/boot/list.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/boot/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/burst/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/burst/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/burst/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/burst/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/burst/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/burst/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/burst/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/burst/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/burst/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/changeContact/changeContact.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/changeContact/changeContact.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/changeContact/changeContact.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/confirmTermination/confirmTermination.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/confirmTermination/confirmTermination.operation.js +0 -58
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/confirmTermination/confirmTermination.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/firewall/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/firewall/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/firewall/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/firewall/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/firewall/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/firewall/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/firewall/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/firewall/update.operation.js +0 -49
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/firewall/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/install/compatibleTemplates.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/install/compatibleTemplates.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/install/compatibleTemplates.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/install/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/install/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/install/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/install/status.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/install/status.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/install/status.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/intervention/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/intervention/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/intervention/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/intervention/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/intervention/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/intervention/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/intervention/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/intervention/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/intervention/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ipmi/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ipmi/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ipmi/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ipmi/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ipmi/index.js +0 -13
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ipmi/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ipmi/resetInterface.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ipmi/resetInterface.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ipmi/resetInterface.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ipmi/resetSessions.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ipmi/resetSessions.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ipmi/resetSessions.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ips/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ips/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ips/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ips/listIps.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ips/listIps.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ips/listIps.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/kvm/getKvm.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/kvm/getKvm.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/kvm/getKvm.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/kvm/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/kvm/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/kvm/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/networkInterfaceController/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/networkInterfaceController/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/networkInterfaceController/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/networkInterfaceController/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/networkInterfaceController/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/networkInterfaceController/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/networkInterfaceController/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/networkInterfaceController/list.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/networkInterfaceController/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ongoing/getOngoing.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ongoing/getOngoing.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ongoing/getOngoing.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ongoing/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ongoing/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/ongoing/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/option/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/option/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/option/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/option/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/option/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/option/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/option/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/option/index.js +0 -13
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/option/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/option/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/option/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/option/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/reboot/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/reboot/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/reboot/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/reboot/reboot.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/reboot/reboot.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/reboot/reboot.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/reinstall/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/reinstall/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/reinstall/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/reinstall/reinstall.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/reinstall/reinstall.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/reinstall/reinstall.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/create.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/index.d.ts +0 -5
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/index.js +0 -19
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/update.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/secondaryDnsDomains/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/serviceInfos/update.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/specifications/hardware.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/specifications/hardware.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/specifications/hardware.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/specifications/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/specifications/index.js +0 -13
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/specifications/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/specifications/ip.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/specifications/ip.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/specifications/ip.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/specifications/network.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/specifications/network.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/specifications/network.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/task/cancel.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/task/cancel.operation.js +0 -26
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/task/cancel.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/task/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/task/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/task/index.js +0 -13
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/task/list.operation.js +0 -11
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/terminate/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/terminate/terminate.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/terminate/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualMac/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualMac/create.operation.js +0 -66
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualMac/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualMac/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualMac/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualMac/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualMac/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualMac/index.js +0 -13
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualMac/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualMac/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualMac/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualMac/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualNetworkInterface/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualNetworkInterface/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualNetworkInterface/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualNetworkInterface/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualNetworkInterface/index.js +0 -10
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualNetworkInterface/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualNetworkInterface/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualNetworkInterface/list.operation.js +0 -80
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/resources/virtualNetworkInterface/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/update.operation.js +0 -90
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedServer/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedTask/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedTask/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedTask/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedTask/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedTask/index.js +0 -52
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedTask/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedTask/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedTask/list.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedTask/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedVrack/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedVrack/index.js +0 -40
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedVrack/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedVrack/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedVrack/list.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicated/resources/dedicatedVrack/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/OvhCloudDedicatedCeph.node.d.ts +0 -11
- package/dist/nodes/OvhCloudDedicatedCeph/OvhCloudDedicatedCeph.node.js +0 -51
- package/dist/nodes/OvhCloudDedicatedCeph/OvhCloudDedicatedCeph.node.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/OvhCloudDedicatedCeph.node.json +0 -20
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/get.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/index.js +0 -438
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/acl/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/acl/create.operation.js +0 -60
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/acl/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/acl/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/acl/delete.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/acl/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/acl/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/acl/get.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/acl/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/acl/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/acl/index.js +0 -16
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/acl/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/acl/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/acl/list.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/acl/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/delete.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/disable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/disable.operation.js +0 -18
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/disable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/enable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/enable.operation.js +0 -18
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/enable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/get.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/index.d.ts +0 -5
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/index.js +0 -19
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/list.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/cephfs/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/changeContact/changeContact.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/changeContact/changeContact.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/changeContact/changeContact.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/confirmTermination/confirmTermination.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/confirmTermination/confirmTermination.operation.js +0 -92
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/confirmTermination/confirmTermination.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/health/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/health/get.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/health/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/health/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/health/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/health/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/allowDeletion.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/allowDeletion.operation.js +0 -18
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/allowDeletion.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/create.operation.js +0 -59
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/delete.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/get.operation.js +0 -56
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/index.d.ts +0 -5
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/index.js +0 -19
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/list.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/pool/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/serviceInfos/get.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/serviceInfos/update.operation.js +0 -93
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/task/get.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/task/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/task/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/task/list.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/terminate/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/terminate/terminate.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/terminate/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/user/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/user/create.operation.js +0 -59
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/user/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/user/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/user/delete.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/user/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/user/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/user/get.operation.js +0 -56
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/user/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/user/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/user/index.js +0 -16
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/user/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/user/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/user/list.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/user/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/userPool/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/userPool/create.operation.js +0 -125
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/userPool/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/userPool/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/userPool/delete.operation.js +0 -66
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/userPool/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/userPool/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/userPool/index.js +0 -16
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/userPool/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/userPool/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/userPool/list.operation.js +0 -18
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/userPool/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/userPool/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/userPool/update.operation.js +0 -115
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/resources/userPool/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/update.operation.js +0 -88
- package/dist/nodes/OvhCloudDedicatedCeph/dedicatedCeph/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/get.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicatedCeph/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/index.js +0 -438
- package/dist/nodes/OvhCloudDedicatedCeph/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicatedCeph/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/acl/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/acl/create.operation.js +0 -60
- package/dist/nodes/OvhCloudDedicatedCeph/resources/acl/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/acl/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/acl/delete.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedCeph/resources/acl/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/acl/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/acl/get.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedCeph/resources/acl/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/acl/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedCeph/resources/acl/index.js +0 -16
- package/dist/nodes/OvhCloudDedicatedCeph/resources/acl/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/acl/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/acl/list.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/resources/acl/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/delete.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/disable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/disable.operation.js +0 -18
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/disable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/enable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/enable.operation.js +0 -18
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/enable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/get.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/index.d.ts +0 -5
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/index.js +0 -19
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/list.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/resources/cephfs/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/changeContact/changeContact.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/changeContact/changeContact.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/resources/changeContact/changeContact.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedCeph/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/confirmTermination/confirmTermination.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/confirmTermination/confirmTermination.operation.js +0 -92
- package/dist/nodes/OvhCloudDedicatedCeph/resources/confirmTermination/confirmTermination.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedCeph/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/health/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/health/get.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/resources/health/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/health/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/health/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedCeph/resources/health/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/allowDeletion.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/allowDeletion.operation.js +0 -18
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/allowDeletion.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/create.operation.js +0 -59
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/delete.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/get.operation.js +0 -56
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/index.d.ts +0 -5
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/index.js +0 -19
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/list.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/resources/pool/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/serviceInfos/get.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedCeph/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedCeph/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/serviceInfos/update.operation.js +0 -93
- package/dist/nodes/OvhCloudDedicatedCeph/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/task/get.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedCeph/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/task/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedCeph/resources/task/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedCeph/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/task/list.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedCeph/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/terminate/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/terminate/terminate.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/resources/terminate/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/user/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/user/create.operation.js +0 -59
- package/dist/nodes/OvhCloudDedicatedCeph/resources/user/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/user/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/user/delete.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedCeph/resources/user/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/user/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/user/get.operation.js +0 -56
- package/dist/nodes/OvhCloudDedicatedCeph/resources/user/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/user/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedCeph/resources/user/index.js +0 -16
- package/dist/nodes/OvhCloudDedicatedCeph/resources/user/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/user/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/user/list.operation.js +0 -17
- package/dist/nodes/OvhCloudDedicatedCeph/resources/user/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/userPool/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/userPool/create.operation.js +0 -125
- package/dist/nodes/OvhCloudDedicatedCeph/resources/userPool/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/userPool/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/userPool/delete.operation.js +0 -66
- package/dist/nodes/OvhCloudDedicatedCeph/resources/userPool/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/userPool/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedCeph/resources/userPool/index.js +0 -16
- package/dist/nodes/OvhCloudDedicatedCeph/resources/userPool/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/userPool/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/userPool/list.operation.js +0 -18
- package/dist/nodes/OvhCloudDedicatedCeph/resources/userPool/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/resources/userPool/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/resources/userPool/update.operation.js +0 -115
- package/dist/nodes/OvhCloudDedicatedCeph/resources/userPool/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCeph/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCeph/update.operation.js +0 -88
- package/dist/nodes/OvhCloudDedicatedCeph/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/OvhCloudDedicatedCluster.node.d.ts +0 -11
- package/dist/nodes/OvhCloudDedicatedCluster/OvhCloudDedicatedCluster.node.js +0 -51
- package/dist/nodes/OvhCloudDedicatedCluster/OvhCloudDedicatedCluster.node.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/OvhCloudDedicatedCluster.node.json +0 -20
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/get.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/index.js +0 -167
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/availabilities/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/availabilities/get.operation.js +0 -86
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/availabilities/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/availabilities/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/availabilities/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/availabilities/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/availabilities/raw.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/availabilities/raw.operation.js +0 -110
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/availabilities/raw.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/changeContact/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/changeContact/operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/changeContact/operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/confirmTermination/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/confirmTermination/operation.js +0 -115
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/confirmTermination/operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/serviceInfos/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/serviceInfos/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/terminate/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/terminate/operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedCluster/dedicatedCluster/resources/terminate/operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/get.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicatedCluster/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/index.js +0 -167
- package/dist/nodes/OvhCloudDedicatedCluster/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicatedCluster/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/resources/availabilities/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/resources/availabilities/get.operation.js +0 -86
- package/dist/nodes/OvhCloudDedicatedCluster/resources/availabilities/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/resources/availabilities/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedCluster/resources/availabilities/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedCluster/resources/availabilities/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/resources/availabilities/raw.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/resources/availabilities/raw.operation.js +0 -110
- package/dist/nodes/OvhCloudDedicatedCluster/resources/availabilities/raw.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedCluster/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/resources/changeContact/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/resources/changeContact/operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedCluster/resources/changeContact/operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedCluster/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/resources/confirmTermination/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/resources/confirmTermination/operation.js +0 -115
- package/dist/nodes/OvhCloudDedicatedCluster/resources/confirmTermination/operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/resources/serviceInfos/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedCluster/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedCluster/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedCluster/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/resources/serviceInfos/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedCluster/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedCluster/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedCluster/resources/terminate/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedCluster/resources/terminate/operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedCluster/resources/terminate/operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/OvhCloudDedicatedHousing.node.d.ts +0 -11
- package/dist/nodes/OvhCloudDedicatedHousing/OvhCloudDedicatedHousing.node.js +0 -51
- package/dist/nodes/OvhCloudDedicatedHousing/OvhCloudDedicatedHousing.node.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/OvhCloudDedicatedHousing.node.json +0 -20
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/get.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/index.js +0 -270
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/changePassword.operation.js +0 -58
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/create.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/createAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/createAccess.operation.js +0 -84
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/createAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/deleteAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/deleteAccess.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/deleteAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/getAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/getAccess.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/getAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/index.d.ts +0 -10
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/index.js +0 -34
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/listAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/listAccess.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/listAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/listAuthorizableBlocks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/listAuthorizableBlocks.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/listAuthorizableBlocks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/updateAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/updateAccess.operation.js +0 -82
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/backupFtp/updateAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/index.js +0 -41
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/orderable/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/orderable/index.js +0 -45
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/orderable/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/serviceInfos/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/serviceInfos/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/task/cancel.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/task/cancel.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/task/cancel.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/task/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/task/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/task/index.js +0 -13
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/task/list.operation.js +0 -68
- package/dist/nodes/OvhCloudDedicatedHousing/dedicatedHousing/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/get.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicatedHousing/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/index.js +0 -270
- package/dist/nodes/OvhCloudDedicatedHousing/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicatedHousing/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/changePassword.operation.js +0 -58
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/create.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/createAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/createAccess.operation.js +0 -84
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/createAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/deleteAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/deleteAccess.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/deleteAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/getAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/getAccess.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/getAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/index.d.ts +0 -10
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/index.js +0 -34
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/listAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/listAccess.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/listAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/listAuthorizableBlocks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/listAuthorizableBlocks.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/listAuthorizableBlocks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/updateAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/updateAccess.operation.js +0 -82
- package/dist/nodes/OvhCloudDedicatedHousing/resources/backupFtp/updateAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedHousing/resources/index.js +0 -41
- package/dist/nodes/OvhCloudDedicatedHousing/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/orderable/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/resources/orderable/index.js +0 -45
- package/dist/nodes/OvhCloudDedicatedHousing/resources/orderable/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/resources/serviceInfos/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedHousing/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedHousing/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedHousing/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/resources/serviceInfos/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedHousing/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/task/cancel.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/resources/task/cancel.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedHousing/resources/task/cancel.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/resources/task/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedHousing/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/task/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/resources/task/index.js +0 -13
- package/dist/nodes/OvhCloudDedicatedHousing/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedHousing/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedHousing/resources/task/list.operation.js +0 -68
- package/dist/nodes/OvhCloudDedicatedHousing/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/OvhCloudDedicatedInstallationTemplate.node.d.ts +0 -11
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/OvhCloudDedicatedInstallationTemplate.node.js +0 -51
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/OvhCloudDedicatedInstallationTemplate.node.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/OvhCloudDedicatedInstallationTemplate.node.json +0 -20
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/get.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/index.js +0 -189
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/hardwareRaid/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/hardwareRaid/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/hardwareRaid/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/hardwareRaid/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/hardwareRaid/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/hardwareRaid/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/hardwareRaid/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/hardwareRaid/list.operation.js +0 -16
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/hardwareRaid/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partition/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partition/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partition/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partition/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partition/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partition/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partition/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partition/list.operation.js +0 -16
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partition/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partitionScheme/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partitionScheme/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partitionScheme/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partitionScheme/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partitionScheme/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partitionScheme/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partitionScheme/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partitionScheme/list.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/partitionScheme/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/templateInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/templateInfos/get.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/templateInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/templateInfos/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/templateInfos/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/dedicatedInstallationTemplate/resources/templateInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/get.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/index.js +0 -189
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/hardwareRaid/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/hardwareRaid/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/hardwareRaid/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/hardwareRaid/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/hardwareRaid/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/hardwareRaid/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/hardwareRaid/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/hardwareRaid/list.operation.js +0 -16
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/hardwareRaid/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partition/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partition/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partition/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partition/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partition/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partition/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partition/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partition/list.operation.js +0 -16
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partition/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partitionScheme/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partitionScheme/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partitionScheme/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partitionScheme/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partitionScheme/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partitionScheme/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partitionScheme/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partitionScheme/list.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/partitionScheme/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/templateInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/templateInfos/get.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/templateInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/templateInfos/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/templateInfos/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedInstallationTemplate/resources/templateInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/OvhCloudDedicatedNasha.node.d.ts +0 -11
- package/dist/nodes/OvhCloudDedicatedNasha/OvhCloudDedicatedNasha.node.js +0 -51
- package/dist/nodes/OvhCloudDedicatedNasha/OvhCloudDedicatedNasha.node.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/OvhCloudDedicatedNasha.node.json +0 -20
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/get.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/index.js +0 -530
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/changeContact/changeContact.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/changeContact/changeContact.operation.js +0 -56
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/changeContact/changeContact.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/confirmTermination/confirmTermination.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/confirmTermination/confirmTermination.operation.js +0 -90
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/confirmTermination/confirmTermination.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/metricsToken/getMetricsToken.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/metricsToken/getMetricsToken.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/metricsToken/getMetricsToken.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/metricsToken/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/metricsToken/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/metricsToken/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/metricsToken/metricsToken.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/metricsToken/metricsToken.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/metricsToken/metricsToken.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/create.operation.js +0 -101
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/delete.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/index.d.ts +0 -5
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/index.js +0 -19
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/list.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/update.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partition/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAccess/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAccess/create.operation.js +0 -98
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAccess/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAccess/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAccess/delete.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAccess/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAccess/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAccess/get.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAccess/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAccess/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAccess/index.js +0 -16
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAccess/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAccess/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAccess/list.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAccess/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAuthorizable/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAuthorizable/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAuthorizable/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAuthorizable/listAuthorizableBlocks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAuthorizable/listAuthorizableBlocks.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAuthorizable/listAuthorizableBlocks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAuthorizable/listAuthorizableIps.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAuthorizable/listAuthorizableIps.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionAuthorizable/listAuthorizableIps.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionCustomSnapshot/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionCustomSnapshot/create.operation.js +0 -77
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionCustomSnapshot/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionCustomSnapshot/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionCustomSnapshot/delete.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionCustomSnapshot/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionCustomSnapshot/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionCustomSnapshot/get.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionCustomSnapshot/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionCustomSnapshot/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionCustomSnapshot/index.js +0 -16
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionCustomSnapshot/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionCustomSnapshot/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionCustomSnapshot/list.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionCustomSnapshot/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionOptions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionOptions/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionOptions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionOptions/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionOptions/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionOptions/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionOptions/setup.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionOptions/setup.operation.js +0 -100
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionOptions/setup.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionQuota/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionQuota/create.operation.js +0 -76
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionQuota/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionQuota/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionQuota/delete.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionQuota/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionQuota/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionQuota/get.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionQuota/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionQuota/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionQuota/index.js +0 -16
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionQuota/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionQuota/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionQuota/list.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionQuota/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionSnapshot/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionSnapshot/create.operation.js +0 -92
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionSnapshot/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionSnapshot/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionSnapshot/delete.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionSnapshot/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionSnapshot/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionSnapshot/get.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionSnapshot/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionSnapshot/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionSnapshot/index.js +0 -16
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionSnapshot/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionSnapshot/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionSnapshot/list.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionSnapshot/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionTemplateUsage/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionTemplateUsage/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionTemplateUsage/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionTemplateUsage/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionTemplateUsage/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionTemplateUsage/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionUse/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionUse/get.operation.js +0 -83
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionUse/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionUse/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionUse/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/partitionUse/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/serviceInfos/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/serviceInfos/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/task/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/task/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/task/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/task/list.operation.js +0 -68
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/terminate/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/terminate/terminate.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/terminate/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/use/getUse.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/use/getUse.operation.js +0 -73
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/use/getUse.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/use/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/use/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/resources/use/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedNasha/dedicatedNasha/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/get.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicatedNasha/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/index.js +0 -530
- package/dist/nodes/OvhCloudDedicatedNasha/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicatedNasha/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/changeContact/changeContact.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/changeContact/changeContact.operation.js +0 -56
- package/dist/nodes/OvhCloudDedicatedNasha/resources/changeContact/changeContact.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedNasha/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/confirmTermination/confirmTermination.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/confirmTermination/confirmTermination.operation.js +0 -90
- package/dist/nodes/OvhCloudDedicatedNasha/resources/confirmTermination/confirmTermination.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedNasha/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/metricsToken/getMetricsToken.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/metricsToken/getMetricsToken.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedNasha/resources/metricsToken/getMetricsToken.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/metricsToken/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/metricsToken/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedNasha/resources/metricsToken/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/metricsToken/metricsToken.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/metricsToken/metricsToken.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedNasha/resources/metricsToken/metricsToken.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/create.operation.js +0 -101
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/delete.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/index.d.ts +0 -5
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/index.js +0 -19
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/list.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/update.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partition/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAccess/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAccess/create.operation.js +0 -98
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAccess/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAccess/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAccess/delete.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAccess/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAccess/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAccess/get.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAccess/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAccess/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAccess/index.js +0 -16
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAccess/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAccess/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAccess/list.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAccess/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAuthorizable/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAuthorizable/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAuthorizable/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAuthorizable/listAuthorizableBlocks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAuthorizable/listAuthorizableBlocks.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAuthorizable/listAuthorizableBlocks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAuthorizable/listAuthorizableIps.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAuthorizable/listAuthorizableIps.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionAuthorizable/listAuthorizableIps.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionCustomSnapshot/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionCustomSnapshot/create.operation.js +0 -77
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionCustomSnapshot/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionCustomSnapshot/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionCustomSnapshot/delete.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionCustomSnapshot/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionCustomSnapshot/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionCustomSnapshot/get.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionCustomSnapshot/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionCustomSnapshot/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionCustomSnapshot/index.js +0 -16
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionCustomSnapshot/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionCustomSnapshot/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionCustomSnapshot/list.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionCustomSnapshot/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionOptions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionOptions/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionOptions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionOptions/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionOptions/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionOptions/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionOptions/setup.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionOptions/setup.operation.js +0 -100
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionOptions/setup.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionQuota/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionQuota/create.operation.js +0 -76
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionQuota/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionQuota/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionQuota/delete.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionQuota/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionQuota/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionQuota/get.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionQuota/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionQuota/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionQuota/index.js +0 -16
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionQuota/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionQuota/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionQuota/list.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionQuota/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionSnapshot/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionSnapshot/create.operation.js +0 -92
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionSnapshot/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionSnapshot/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionSnapshot/delete.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionSnapshot/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionSnapshot/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionSnapshot/get.operation.js +0 -65
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionSnapshot/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionSnapshot/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionSnapshot/index.js +0 -16
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionSnapshot/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionSnapshot/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionSnapshot/list.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionSnapshot/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionTemplateUsage/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionTemplateUsage/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionTemplateUsage/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionTemplateUsage/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionTemplateUsage/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionTemplateUsage/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionUse/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionUse/get.operation.js +0 -83
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionUse/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionUse/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionUse/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedNasha/resources/partitionUse/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/serviceInfos/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedNasha/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedNasha/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedNasha/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/serviceInfos/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedNasha/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/task/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedNasha/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/task/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedNasha/resources/task/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedNasha/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/task/list.operation.js +0 -68
- package/dist/nodes/OvhCloudDedicatedNasha/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedNasha/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/terminate/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/terminate/terminate.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedNasha/resources/terminate/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/use/getUse.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/resources/use/getUse.operation.js +0 -73
- package/dist/nodes/OvhCloudDedicatedNasha/resources/use/getUse.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/use/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/resources/use/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedNasha/resources/use/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedNasha/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedNasha/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedNasha/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/OvhCloudDedicatedServer.node.d.ts +0 -11
- package/dist/nodes/OvhCloudDedicatedServer/OvhCloudDedicatedServer.node.js +0 -51
- package/dist/nodes/OvhCloudDedicatedServer/OvhCloudDedicatedServer.node.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/OvhCloudDedicatedServer.node.json +0 -20
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/index.js +0 -692
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupCloud/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupCloud/changePassword.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupCloud/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupCloud/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupCloud/create.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupCloud/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupCloud/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupCloud/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupCloud/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupCloud/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupCloud/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupCloud/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupCloud/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupCloud/index.js +0 -16
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupCloud/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/changePassword.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/create.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/createAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/createAccess.operation.js +0 -87
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/createAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/deleteAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/deleteAccess.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/deleteAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/getAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/getAccess.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/getAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/index.d.ts +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/index.js +0 -34
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/listAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/listAccess.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/listAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/listAuthorizableBlocks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/listAuthorizableBlocks.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/listAuthorizableBlocks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/updateAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/updateAccess.operation.js +0 -89
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/backupFtp/updateAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/biosSettings/configureSgx.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/biosSettings/configureSgx.operation.js +0 -56
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/biosSettings/configureSgx.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/biosSettings/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/biosSettings/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/biosSettings/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/biosSettings/getSgx.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/biosSettings/getSgx.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/biosSettings/getSgx.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/biosSettings/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/biosSettings/index.js +0 -13
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/biosSettings/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/boot/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/boot/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/boot/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/boot/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/boot/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/boot/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/boot/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/boot/list.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/boot/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/burst/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/burst/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/burst/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/burst/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/burst/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/burst/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/burst/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/burst/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/burst/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/changeContact/changeContact.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/changeContact/changeContact.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/changeContact/changeContact.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/confirmTermination/confirmTermination.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/confirmTermination/confirmTermination.operation.js +0 -58
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/confirmTermination/confirmTermination.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/firewall/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/firewall/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/firewall/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/firewall/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/firewall/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/firewall/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/firewall/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/firewall/update.operation.js +0 -49
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/firewall/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/install/compatibleTemplates.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/install/compatibleTemplates.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/install/compatibleTemplates.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/install/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/install/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/install/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/install/status.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/install/status.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/install/status.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/intervention/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/intervention/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/intervention/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/intervention/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/intervention/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/intervention/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/intervention/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/intervention/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/intervention/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ipmi/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ipmi/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ipmi/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ipmi/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ipmi/index.js +0 -13
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ipmi/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ipmi/resetInterface.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ipmi/resetInterface.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ipmi/resetInterface.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ipmi/resetSessions.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ipmi/resetSessions.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ipmi/resetSessions.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ips/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ips/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ips/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ips/listIps.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ips/listIps.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ips/listIps.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/kvm/getKvm.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/kvm/getKvm.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/kvm/getKvm.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/kvm/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/kvm/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/kvm/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/networkInterfaceController/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/networkInterfaceController/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/networkInterfaceController/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/networkInterfaceController/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/networkInterfaceController/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/networkInterfaceController/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/networkInterfaceController/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/networkInterfaceController/list.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/networkInterfaceController/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ongoing/getOngoing.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ongoing/getOngoing.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ongoing/getOngoing.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ongoing/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ongoing/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/ongoing/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/option/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/option/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/option/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/option/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/option/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/option/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/option/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/option/index.js +0 -13
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/option/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/option/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/option/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/option/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/reboot/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/reboot/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/reboot/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/reboot/reboot.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/reboot/reboot.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/reboot/reboot.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/reinstall/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/reinstall/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/reinstall/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/reinstall/reinstall.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/reinstall/reinstall.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/reinstall/reinstall.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/create.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/index.d.ts +0 -5
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/index.js +0 -19
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/update.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/secondaryDnsDomains/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/serviceInfos/update.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/specifications/hardware.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/specifications/hardware.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/specifications/hardware.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/specifications/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/specifications/index.js +0 -13
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/specifications/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/specifications/ip.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/specifications/ip.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/specifications/ip.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/specifications/network.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/specifications/network.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/specifications/network.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/task/cancel.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/task/cancel.operation.js +0 -26
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/task/cancel.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/task/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/task/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/task/index.js +0 -13
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/task/list.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/terminate/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/terminate/terminate.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/terminate/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualMac/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualMac/create.operation.js +0 -66
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualMac/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualMac/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualMac/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualMac/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualMac/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualMac/index.js +0 -13
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualMac/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualMac/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualMac/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualMac/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualNetworkInterface/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualNetworkInterface/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualNetworkInterface/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualNetworkInterface/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualNetworkInterface/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualNetworkInterface/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualNetworkInterface/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualNetworkInterface/list.operation.js +0 -80
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/resources/virtualNetworkInterface/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/update.operation.js +0 -90
- package/dist/nodes/OvhCloudDedicatedServer/dedicatedServer/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/index.js +0 -692
- package/dist/nodes/OvhCloudDedicatedServer/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDedicatedServer/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupCloud/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupCloud/changePassword.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupCloud/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupCloud/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupCloud/create.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupCloud/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupCloud/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupCloud/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupCloud/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupCloud/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupCloud/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupCloud/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupCloud/index.d.ts +0 -4
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupCloud/index.js +0 -16
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupCloud/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/changePassword.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/create.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/createAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/createAccess.operation.js +0 -87
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/createAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/deleteAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/deleteAccess.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/deleteAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/getAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/getAccess.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/getAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/index.d.ts +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/index.js +0 -34
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/listAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/listAccess.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/listAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/listAuthorizableBlocks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/listAuthorizableBlocks.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/listAuthorizableBlocks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/updateAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/updateAccess.operation.js +0 -89
- package/dist/nodes/OvhCloudDedicatedServer/resources/backupFtp/updateAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/biosSettings/configureSgx.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/biosSettings/configureSgx.operation.js +0 -56
- package/dist/nodes/OvhCloudDedicatedServer/resources/biosSettings/configureSgx.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/biosSettings/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/biosSettings/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/resources/biosSettings/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/biosSettings/getSgx.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/biosSettings/getSgx.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/resources/biosSettings/getSgx.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/biosSettings/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/biosSettings/index.js +0 -13
- package/dist/nodes/OvhCloudDedicatedServer/resources/biosSettings/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/boot/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/boot/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedServer/resources/boot/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/boot/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedServer/resources/boot/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/resources/boot/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/boot/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/boot/list.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedServer/resources/boot/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/burst/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/burst/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/resources/burst/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/burst/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedServer/resources/burst/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/resources/burst/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/burst/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/burst/update.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/burst/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/changeContact/changeContact.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/changeContact/changeContact.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedServer/resources/changeContact/changeContact.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedServer/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/confirmTermination/confirmTermination.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/confirmTermination/confirmTermination.operation.js +0 -58
- package/dist/nodes/OvhCloudDedicatedServer/resources/confirmTermination/confirmTermination.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedServer/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/firewall/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/firewall/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/resources/firewall/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/firewall/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedServer/resources/firewall/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/resources/firewall/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/firewall/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/firewall/update.operation.js +0 -49
- package/dist/nodes/OvhCloudDedicatedServer/resources/firewall/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/install/compatibleTemplates.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/install/compatibleTemplates.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/install/compatibleTemplates.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/install/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedServer/resources/install/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/resources/install/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/install/status.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/install/status.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicatedServer/resources/install/status.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/intervention/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/intervention/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/intervention/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/intervention/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedServer/resources/intervention/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/resources/intervention/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/intervention/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/intervention/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/resources/intervention/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/ipmi/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/ipmi/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/resources/ipmi/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/ipmi/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/ipmi/index.js +0 -13
- package/dist/nodes/OvhCloudDedicatedServer/resources/ipmi/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/ipmi/resetInterface.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/ipmi/resetInterface.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/resources/ipmi/resetInterface.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/ipmi/resetSessions.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/ipmi/resetSessions.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/resources/ipmi/resetSessions.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/ips/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/ips/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedServer/resources/ips/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/ips/listIps.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/ips/listIps.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicatedServer/resources/ips/listIps.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/kvm/getKvm.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/kvm/getKvm.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicatedServer/resources/kvm/getKvm.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/kvm/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/kvm/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedServer/resources/kvm/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/networkInterfaceController/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/networkInterfaceController/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/networkInterfaceController/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/networkInterfaceController/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedServer/resources/networkInterfaceController/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/resources/networkInterfaceController/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/networkInterfaceController/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/networkInterfaceController/list.operation.js +0 -47
- package/dist/nodes/OvhCloudDedicatedServer/resources/networkInterfaceController/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/ongoing/getOngoing.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/ongoing/getOngoing.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/resources/ongoing/getOngoing.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/ongoing/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/ongoing/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedServer/resources/ongoing/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/option/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/option/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/option/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/option/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/option/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/option/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/option/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/option/index.js +0 -13
- package/dist/nodes/OvhCloudDedicatedServer/resources/option/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/option/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/option/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/resources/option/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/reboot/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/reboot/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedServer/resources/reboot/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/reboot/reboot.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/reboot/reboot.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicatedServer/resources/reboot/reboot.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/reinstall/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/reinstall/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedServer/resources/reinstall/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/reinstall/reinstall.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/reinstall/reinstall.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedServer/resources/reinstall/reinstall.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/create.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/index.d.ts +0 -5
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/index.js +0 -19
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/update.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedServer/resources/secondaryDnsDomains/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicatedServer/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedServer/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/serviceInfos/update.operation.js +0 -57
- package/dist/nodes/OvhCloudDedicatedServer/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/specifications/hardware.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/specifications/hardware.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/specifications/hardware.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/specifications/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/specifications/index.js +0 -13
- package/dist/nodes/OvhCloudDedicatedServer/resources/specifications/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/specifications/ip.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/specifications/ip.operation.js +0 -15
- package/dist/nodes/OvhCloudDedicatedServer/resources/specifications/ip.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/specifications/network.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/specifications/network.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/specifications/network.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/task/cancel.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/task/cancel.operation.js +0 -26
- package/dist/nodes/OvhCloudDedicatedServer/resources/task/cancel.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/task/get.operation.js +0 -55
- package/dist/nodes/OvhCloudDedicatedServer/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/task/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/task/index.js +0 -13
- package/dist/nodes/OvhCloudDedicatedServer/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/task/list.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudDedicatedServer/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/terminate/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/terminate/terminate.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/terminate/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualMac/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualMac/create.operation.js +0 -66
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualMac/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualMac/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualMac/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualMac/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualMac/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualMac/index.js +0 -13
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualMac/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualMac/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualMac/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualMac/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualNetworkInterface/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualNetworkInterface/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualNetworkInterface/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualNetworkInterface/index.d.ts +0 -2
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualNetworkInterface/index.js +0 -10
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualNetworkInterface/index.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualNetworkInterface/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualNetworkInterface/list.operation.js +0 -80
- package/dist/nodes/OvhCloudDedicatedServer/resources/virtualNetworkInterface/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDedicatedServer/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDedicatedServer/update.operation.js +0 -90
- package/dist/nodes/OvhCloudDedicatedServer/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/OvhCloudDomain.node.d.ts +0 -11
- package/dist/nodes/OvhCloudDomain/OvhCloudDomain.node.js +0 -51
- package/dist/nodes/OvhCloudDomain/OvhCloudDomain.node.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/OvhCloudDomain.node.json +0 -20
- package/dist/nodes/OvhCloudDomain/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/get.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/index.js +0 -52
- package/dist/nodes/OvhCloudDomain/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/list.operation.js +0 -32
- package/dist/nodes/OvhCloudDomain/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/contact/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/contact/create.operation.js +0 -93
- package/dist/nodes/OvhCloudDomain/resources/contact/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/contact/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/contact/get.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/contact/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/contact/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/contact/index.js +0 -48
- package/dist/nodes/OvhCloudDomain/resources/contact/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/contact/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/contact/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDomain/resources/contact/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/contact/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/contact/update.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/contact/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsRecord/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsRecord/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnsRecord/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsRecord/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsRecord/index.js +0 -52
- package/dist/nodes/OvhCloudDomain/resources/dnsRecord/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsRecord/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsRecord/list.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/dnsRecord/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/changeContact.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/changeContact.operation.js +0 -27
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/changeContact.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/confirmTermination.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/confirmTermination.operation.js +0 -15
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/confirmTermination.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/get.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/getCapabilities.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/getCapabilities.operation.js +0 -15
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/getCapabilities.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/index.js +0 -52
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/list.operation.js +0 -14
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/terminate.operation.js +0 -15
- package/dist/nodes/OvhCloudDomain/resources/dnsZone/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDnssec/disable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDnssec/disable.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDnssec/disable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDnssec/enable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDnssec/enable.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDnssec/enable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDnssec/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDnssec/get.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDnssec/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDnssec/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDnssec/index.js +0 -43
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDnssec/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/changePassword.operation.js +0 -47
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/create.operation.js +0 -47
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/index.js +0 -78
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/list.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/update.operation.js +0 -48
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostLogin/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/create.operation.js +0 -57
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/index.js +0 -70
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/list.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/update.operation.js +0 -69
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneDynHostRecord/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneHistory/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneHistory/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneHistory/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneHistory/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneHistory/index.js +0 -43
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneHistory/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneHistory/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneHistory/list.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneHistory/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneHistory/restore.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneHistory/restore.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneHistory/restore.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/export.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/export.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/export.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/getSoa.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/getSoa.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/getSoa.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/getStatus.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/getStatus.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/getStatus.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/import.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/import.operation.js +0 -36
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/import.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/index.js +0 -84
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/refresh.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/refresh.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/refresh.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/reset.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/reset.operation.js +0 -37
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/reset.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/updateSoa.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/updateSoa.operation.js +0 -81
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneManagement/updateSoa.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneOption/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneOption/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneOption/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneOption/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneOption/index.js +0 -38
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneOption/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneOption/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneOption/list.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneOption/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/create.operation.js +0 -84
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/index.js +0 -68
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/list.operation.js +0 -48
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/update.operation.js +0 -80
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRecord/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/create.operation.js +0 -62
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/index.js +0 -68
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/list.operation.js +0 -37
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/update.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneRedirection/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneServiceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneServiceInfos/get.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneServiceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneServiceInfos/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneServiceInfos/index.js +0 -38
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneServiceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneServiceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneServiceInfos/update.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneServiceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/accelerate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/accelerate.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/accelerate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/cancel.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/cancel.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/cancel.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/index.js +0 -68
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/list.operation.js +0 -48
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/relaunch.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/relaunch.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnsZoneTask/relaunch.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnssec/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnssec/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dnssec/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnssec/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnssec/index.js +0 -52
- package/dist/nodes/OvhCloudDomain/resources/dnssec/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dnssec/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dnssec/list.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/dnssec/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainHosting/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainHosting/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/domainHosting/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainHosting/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainHosting/index.js +0 -54
- package/dist/nodes/OvhCloudDomain/resources/domainHosting/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainHosting/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainHosting/list.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/domainHosting/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainOption/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainOption/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDomain/resources/domainOption/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainOption/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainOption/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDomain/resources/domainOption/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainOption/getAll.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainOption/getAll.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/domainOption/getAll.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainOption/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainOption/index.js +0 -48
- package/dist/nodes/OvhCloudDomain/resources/domainOption/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainOption/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainOption/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/domainOption/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainService/changeContact.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainService/changeContact.operation.js +0 -61
- package/dist/nodes/OvhCloudDomain/resources/domainService/changeContact.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainService/getAuthInfo.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainService/getAuthInfo.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/domainService/getAuthInfo.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainService/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainService/index.js +0 -64
- package/dist/nodes/OvhCloudDomain/resources/domainService/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainService/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainService/update.operation.js +0 -58
- package/dist/nodes/OvhCloudDomain/resources/domainService/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainServiceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainServiceInfos/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/domainServiceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainServiceInfos/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainServiceInfos/index.js +0 -52
- package/dist/nodes/OvhCloudDomain/resources/domainServiceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainServiceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainServiceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/domainServiceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainTask/accelerate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainTask/accelerate.operation.js +0 -45
- package/dist/nodes/OvhCloudDomain/resources/domainTask/accelerate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainTask/cancel.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainTask/cancel.operation.js +0 -45
- package/dist/nodes/OvhCloudDomain/resources/domainTask/cancel.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainTask/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainTask/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/domainTask/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainTask/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainTask/index.js +0 -52
- package/dist/nodes/OvhCloudDomain/resources/domainTask/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainTask/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainTask/list.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/domainTask/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/domainTask/relaunch.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/domainTask/relaunch.operation.js +0 -45
- package/dist/nodes/OvhCloudDomain/resources/domainTask/relaunch.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dsRecord/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dsRecord/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDomain/resources/dsRecord/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dsRecord/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dsRecord/index.js +0 -64
- package/dist/nodes/OvhCloudDomain/resources/dsRecord/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dsRecord/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dsRecord/list.operation.js +0 -58
- package/dist/nodes/OvhCloudDomain/resources/dsRecord/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dsRecord/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dsRecord/update.operation.js +0 -94
- package/dist/nodes/OvhCloudDomain/resources/dsRecord/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dynHost/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dynHost/get.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/dynHost/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dynHost/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dynHost/index.js +0 -52
- package/dist/nodes/OvhCloudDomain/resources/dynHost/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/dynHost/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/dynHost/list.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/dynHost/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/extension/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/extension/get.operation.js +0 -25
- package/dist/nodes/OvhCloudDomain/resources/extension/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/extension/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/extension/index.js +0 -48
- package/dist/nodes/OvhCloudDomain/resources/extension/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/extension/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/extension/list.operation.js +0 -60
- package/dist/nodes/OvhCloudDomain/resources/extension/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/extension/listByCategory.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/extension/listByCategory.operation.js +0 -27
- package/dist/nodes/OvhCloudDomain/resources/extension/listByCategory.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/extension/listHighlighted.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/extension/listHighlighted.operation.js +0 -14
- package/dist/nodes/OvhCloudDomain/resources/extension/listHighlighted.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/create.operation.js +0 -58
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/index.js +0 -68
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/list.operation.js +0 -47
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/update.operation.js +0 -58
- package/dist/nodes/OvhCloudDomain/resources/glueRecord/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/nameServer/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/nameServer/create.operation.js +0 -57
- package/dist/nodes/OvhCloudDomain/resources/nameServer/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/nameServer/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/nameServer/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudDomain/resources/nameServer/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/nameServer/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/nameServer/get.operation.js +0 -45
- package/dist/nodes/OvhCloudDomain/resources/nameServer/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/nameServer/getStatus.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/nameServer/getStatus.operation.js +0 -45
- package/dist/nodes/OvhCloudDomain/resources/nameServer/getStatus.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/nameServer/index.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/nameServer/index.js +0 -76
- package/dist/nodes/OvhCloudDomain/resources/nameServer/index.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/nameServer/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/nameServer/list.operation.js +0 -35
- package/dist/nodes/OvhCloudDomain/resources/nameServer/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudDomain/resources/nameServer/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudDomain/resources/nameServer/update.operation.js +0 -71
- package/dist/nodes/OvhCloudDomain/resources/nameServer/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/OvhCloudEmail.node.d.ts +0 -11
- package/dist/nodes/OvhCloudEmail/OvhCloudEmail.node.js +0 -51
- package/dist/nodes/OvhCloudEmail/OvhCloudEmail.node.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/OvhCloudEmail.node.json +0 -20
- package/dist/nodes/OvhCloudEmail/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/get.operation.js +0 -45
- package/dist/nodes/OvhCloudEmail/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/index.js +0 -52
- package/dist/nodes/OvhCloudEmail/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/list.operation.js +0 -14
- package/dist/nodes/OvhCloudEmail/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/account/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/account/changePassword.operation.js +0 -37
- package/dist/nodes/OvhCloudEmail/resources/account/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/account/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/account/create.operation.js +0 -60
- package/dist/nodes/OvhCloudEmail/resources/account/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/account/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/account/delete.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/account/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/account/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/account/get.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/account/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/account/getUsage.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/account/getUsage.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/account/getUsage.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/account/index.d.ts +0 -8
- package/dist/nodes/OvhCloudEmail/resources/account/index.js +0 -28
- package/dist/nodes/OvhCloudEmail/resources/account/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/account/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/account/list.operation.js +0 -39
- package/dist/nodes/OvhCloudEmail/resources/account/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/account/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/account/update.operation.js +0 -36
- package/dist/nodes/OvhCloudEmail/resources/account/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/account/updateUsage.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/account/updateUsage.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/account/updateUsage.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountDelegation/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/accountDelegation/create.operation.js +0 -36
- package/dist/nodes/OvhCloudEmail/resources/accountDelegation/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountDelegation/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/accountDelegation/delete.operation.js +0 -36
- package/dist/nodes/OvhCloudEmail/resources/accountDelegation/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountDelegation/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/accountDelegation/get.operation.js +0 -36
- package/dist/nodes/OvhCloudEmail/resources/accountDelegation/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountDelegation/index.d.ts +0 -4
- package/dist/nodes/OvhCloudEmail/resources/accountDelegation/index.js +0 -16
- package/dist/nodes/OvhCloudEmail/resources/accountDelegation/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountDelegation/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/accountDelegation/list.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/accountDelegation/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/changeActivity.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/changeActivity.operation.js +0 -46
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/changeActivity.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/changePriority.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/changePriority.operation.js +0 -46
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/changePriority.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/create.operation.js +0 -110
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/delete.operation.js +0 -36
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/get.operation.js +0 -36
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/index.d.ts +0 -7
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/index.js +0 -25
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/list.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/update.operation.js +0 -46
- package/dist/nodes/OvhCloudEmail/resources/accountFilter/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/create.operation.js +0 -60
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/delete.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/get.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/index.d.ts +0 -5
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/index.js +0 -19
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/list.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/update.operation.js +0 -36
- package/dist/nodes/OvhCloudEmail/resources/accountResponder/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/acl/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/acl/create.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/acl/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/acl/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/acl/delete.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/acl/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/acl/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/acl/get.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/acl/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/acl/index.d.ts +0 -4
- package/dist/nodes/OvhCloudEmail/resources/acl/index.js +0 -16
- package/dist/nodes/OvhCloudEmail/resources/acl/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/acl/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/acl/list.operation.js +0 -15
- package/dist/nodes/OvhCloudEmail/resources/acl/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/changeContact/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/changeContact/create.operation.js +0 -50
- package/dist/nodes/OvhCloudEmail/resources/changeContact/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmail/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudEmail/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/confirmTermination/create.operation.js +0 -50
- package/dist/nodes/OvhCloudEmail/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmail/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudEmail/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/changePassword.operation.js +0 -37
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/get.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/getUsage.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/getUsage.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/getUsage.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/index.d.ts +0 -6
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/index.js +0 -22
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/list.operation.js +0 -38
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/update.operation.js +0 -36
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/updateUsage.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/updateUsage.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/delegatedAccount/updateUsage.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/dkim/disable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/dkim/disable.operation.js +0 -15
- package/dist/nodes/OvhCloudEmail/resources/dkim/disable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/dkim/enable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/dkim/enable.operation.js +0 -15
- package/dist/nodes/OvhCloudEmail/resources/dkim/enable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/dkim/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/dkim/get.operation.js +0 -15
- package/dist/nodes/OvhCloudEmail/resources/dkim/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/dkim/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/dkim/index.js +0 -13
- package/dist/nodes/OvhCloudEmail/resources/dkim/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/dns/changeMxFilter.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/dns/changeMxFilter.operation.js +0 -49
- package/dist/nodes/OvhCloudEmail/resources/dns/changeMxFilter.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/dns/getMxFilter.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/dns/getMxFilter.operation.js +0 -28
- package/dist/nodes/OvhCloudEmail/resources/dns/getMxFilter.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/dns/getMxRecords.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/dns/getMxRecords.operation.js +0 -28
- package/dist/nodes/OvhCloudEmail/resources/dns/getMxRecords.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/dns/getRecommendedRecords.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/dns/getRecommendedRecords.operation.js +0 -15
- package/dist/nodes/OvhCloudEmail/resources/dns/getRecommendedRecords.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/dns/index.d.ts +0 -4
- package/dist/nodes/OvhCloudEmail/resources/dns/index.js +0 -16
- package/dist/nodes/OvhCloudEmail/resources/dns/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/index.d.ts +0 -20
- package/dist/nodes/OvhCloudEmail/resources/index.js +0 -57
- package/dist/nodes/OvhCloudEmail/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/mailingList/changeOptions.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/mailingList/changeOptions.operation.js +0 -42
- package/dist/nodes/OvhCloudEmail/resources/mailingList/changeOptions.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/mailingList/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/mailingList/create.operation.js +0 -74
- package/dist/nodes/OvhCloudEmail/resources/mailingList/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/mailingList/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/mailingList/delete.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/mailingList/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/mailingList/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/mailingList/get.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/mailingList/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/mailingList/index.d.ts +0 -7
- package/dist/nodes/OvhCloudEmail/resources/mailingList/index.js +0 -25
- package/dist/nodes/OvhCloudEmail/resources/mailingList/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/mailingList/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/mailingList/list.operation.js +0 -28
- package/dist/nodes/OvhCloudEmail/resources/mailingList/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/mailingList/sendListByEmail.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/mailingList/sendListByEmail.operation.js +0 -37
- package/dist/nodes/OvhCloudEmail/resources/mailingList/sendListByEmail.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/mailingList/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/mailingList/update.operation.js +0 -36
- package/dist/nodes/OvhCloudEmail/resources/mailingList/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/mailingListModerator/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/mailingListModerator/create.operation.js +0 -37
- package/dist/nodes/OvhCloudEmail/resources/mailingListModerator/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/mailingListModerator/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/mailingListModerator/delete.operation.js +0 -37
- package/dist/nodes/OvhCloudEmail/resources/mailingListModerator/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/mailingListModerator/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/mailingListModerator/index.js +0 -13
- package/dist/nodes/OvhCloudEmail/resources/mailingListModerator/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/mailingListModerator/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/mailingListModerator/list.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/mailingListModerator/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/mailingListSubscriber/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/mailingListSubscriber/create.operation.js +0 -37
- package/dist/nodes/OvhCloudEmail/resources/mailingListSubscriber/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/mailingListSubscriber/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/mailingListSubscriber/delete.operation.js +0 -37
- package/dist/nodes/OvhCloudEmail/resources/mailingListSubscriber/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/mailingListSubscriber/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/mailingListSubscriber/index.js +0 -13
- package/dist/nodes/OvhCloudEmail/resources/mailingListSubscriber/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/mailingListSubscriber/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/mailingListSubscriber/list.operation.js +0 -11
- package/dist/nodes/OvhCloudEmail/resources/mailingListSubscriber/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/quota/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmail/resources/quota/index.js +0 -7
- package/dist/nodes/OvhCloudEmail/resources/quota/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/quota/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/quota/list.operation.js +0 -15
- package/dist/nodes/OvhCloudEmail/resources/quota/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/redirection/change.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/redirection/change.operation.js +0 -48
- package/dist/nodes/OvhCloudEmail/resources/redirection/change.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/redirection/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/redirection/create.operation.js +0 -48
- package/dist/nodes/OvhCloudEmail/resources/redirection/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/redirection/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/redirection/delete.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/redirection/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/redirection/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/redirection/get.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/redirection/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/redirection/index.d.ts +0 -5
- package/dist/nodes/OvhCloudEmail/resources/redirection/index.js +0 -19
- package/dist/nodes/OvhCloudEmail/resources/redirection/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/redirection/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/redirection/list.operation.js +0 -39
- package/dist/nodes/OvhCloudEmail/resources/redirection/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/responder/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/responder/create.operation.js +0 -48
- package/dist/nodes/OvhCloudEmail/resources/responder/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/responder/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/responder/delete.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/responder/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/responder/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/responder/get.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/responder/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/responder/index.d.ts +0 -5
- package/dist/nodes/OvhCloudEmail/resources/responder/index.js +0 -19
- package/dist/nodes/OvhCloudEmail/resources/responder/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/responder/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/responder/list.operation.js +0 -28
- package/dist/nodes/OvhCloudEmail/resources/responder/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/responder/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/responder/update.operation.js +0 -36
- package/dist/nodes/OvhCloudEmail/resources/responder/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudEmail/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmail/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudEmail/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/serviceInfos/update.operation.js +0 -26
- package/dist/nodes/OvhCloudEmail/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/summary/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/summary/get.operation.js +0 -15
- package/dist/nodes/OvhCloudEmail/resources/summary/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/summary/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmail/resources/summary/index.js +0 -7
- package/dist/nodes/OvhCloudEmail/resources/summary/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/task/get.operation.js +0 -36
- package/dist/nodes/OvhCloudEmail/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/task/index.d.ts +0 -7
- package/dist/nodes/OvhCloudEmail/resources/task/index.js +0 -25
- package/dist/nodes/OvhCloudEmail/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/task/listAccount.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/task/listAccount.operation.js +0 -28
- package/dist/nodes/OvhCloudEmail/resources/task/listAccount.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/task/listAll.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/task/listAll.operation.js +0 -15
- package/dist/nodes/OvhCloudEmail/resources/task/listAll.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/task/listFilter.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/task/listFilter.operation.js +0 -28
- package/dist/nodes/OvhCloudEmail/resources/task/listFilter.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/task/listMailingList.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/task/listMailingList.operation.js +0 -28
- package/dist/nodes/OvhCloudEmail/resources/task/listMailingList.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/task/listRedirection.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/task/listRedirection.operation.js +0 -28
- package/dist/nodes/OvhCloudEmail/resources/task/listRedirection.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/task/listResponder.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/task/listResponder.operation.js +0 -28
- package/dist/nodes/OvhCloudEmail/resources/task/listResponder.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmail/resources/terminate/create.operation.js +0 -15
- package/dist/nodes/OvhCloudEmail/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmail/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmail/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudEmail/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/OvhCloudEmailExchange.node.d.ts +0 -11
- package/dist/nodes/OvhCloudEmailExchange/OvhCloudEmailExchange.node.js +0 -51
- package/dist/nodes/OvhCloudEmailExchange/OvhCloudEmailExchange.node.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/OvhCloudEmailExchange.node.json +0 -20
- package/dist/nodes/OvhCloudEmailExchange/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/get.operation.js +0 -47
- package/dist/nodes/OvhCloudEmailExchange/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/index.js +0 -52
- package/dist/nodes/OvhCloudEmailExchange/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/list.operation.js +0 -14
- package/dist/nodes/OvhCloudEmailExchange/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/account/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/account/changePassword.operation.js +0 -68
- package/dist/nodes/OvhCloudEmailExchange/resources/account/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/account/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/account/create.operation.js +0 -236
- package/dist/nodes/OvhCloudEmailExchange/resources/account/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/account/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/account/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/account/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/account/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/account/get.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/account/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/account/index.d.ts +0 -7
- package/dist/nodes/OvhCloudEmailExchange/resources/account/index.js +0 -25
- package/dist/nodes/OvhCloudEmailExchange/resources/account/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/account/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/account/list.operation.js +0 -80
- package/dist/nodes/OvhCloudEmailExchange/resources/account/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/account/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/account/terminate.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/account/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/account/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/account/update.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/account/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountAlias/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountAlias/create.operation.js +0 -56
- package/dist/nodes/OvhCloudEmailExchange/resources/accountAlias/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountAlias/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountAlias/delete.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/accountAlias/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountAlias/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountAlias/get.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/accountAlias/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountAlias/index.d.ts +0 -4
- package/dist/nodes/OvhCloudEmailExchange/resources/accountAlias/index.js +0 -16
- package/dist/nodes/OvhCloudEmailExchange/resources/accountAlias/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountAlias/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountAlias/list.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/accountAlias/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountArchive/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountArchive/create.operation.js +0 -57
- package/dist/nodes/OvhCloudEmailExchange/resources/accountArchive/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountArchive/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountArchive/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/accountArchive/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountArchive/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountArchive/get.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/accountArchive/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountArchive/index.d.ts +0 -4
- package/dist/nodes/OvhCloudEmailExchange/resources/accountArchive/index.js +0 -16
- package/dist/nodes/OvhCloudEmailExchange/resources/accountArchive/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountArchive/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountArchive/update.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/accountArchive/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountDiagnostics/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountDiagnostics/create.operation.js +0 -57
- package/dist/nodes/OvhCloudEmailExchange/resources/accountDiagnostics/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountDiagnostics/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountDiagnostics/get.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/accountDiagnostics/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountDiagnostics/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailExchange/resources/accountDiagnostics/index.js +0 -10
- package/dist/nodes/OvhCloudEmailExchange/resources/accountDiagnostics/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/create.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/createUrl.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/createUrl.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/createUrl.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/delete.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/get.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/getUrl.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/getUrl.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/getUrl.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/index.d.ts +0 -6
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/index.js +0 -22
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/list.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/accountExport/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountFullAccess/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountFullAccess/create.operation.js +0 -56
- package/dist/nodes/OvhCloudEmailExchange/resources/accountFullAccess/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountFullAccess/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountFullAccess/delete.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/accountFullAccess/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountFullAccess/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountFullAccess/index.js +0 -13
- package/dist/nodes/OvhCloudEmailExchange/resources/accountFullAccess/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountFullAccess/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountFullAccess/list.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/accountFullAccess/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountOutlookURL/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountOutlookURL/create.operation.js +0 -66
- package/dist/nodes/OvhCloudEmailExchange/resources/accountOutlookURL/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountOutlookURL/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountOutlookURL/get.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/accountOutlookURL/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountOutlookURL/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailExchange/resources/accountOutlookURL/index.js +0 -10
- package/dist/nodes/OvhCloudEmailExchange/resources/accountOutlookURL/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountProtocol/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountProtocol/get.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/accountProtocol/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountProtocol/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailExchange/resources/accountProtocol/index.js +0 -10
- package/dist/nodes/OvhCloudEmailExchange/resources/accountProtocol/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountProtocol/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountProtocol/update.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/accountProtocol/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendAs/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendAs/create.operation.js +0 -56
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendAs/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendAs/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendAs/delete.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendAs/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendAs/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendAs/index.js +0 -13
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendAs/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendAs/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendAs/list.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendAs/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendOnBehalfTo/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendOnBehalfTo/create.operation.js +0 -56
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendOnBehalfTo/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendOnBehalfTo/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendOnBehalfTo/delete.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendOnBehalfTo/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendOnBehalfTo/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendOnBehalfTo/index.js +0 -13
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendOnBehalfTo/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendOnBehalfTo/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendOnBehalfTo/list.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/accountSendOnBehalfTo/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountTask/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountTask/get.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/accountTask/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountTask/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailExchange/resources/accountTask/index.js +0 -10
- package/dist/nodes/OvhCloudEmailExchange/resources/accountTask/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/accountTask/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/accountTask/list.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/accountTask/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/authenticationPolicy/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/authenticationPolicy/get.operation.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/authenticationPolicy/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/authenticationPolicy/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailExchange/resources/authenticationPolicy/index.js +0 -10
- package/dist/nodes/OvhCloudEmailExchange/resources/authenticationPolicy/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/authenticationPolicy/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/authenticationPolicy/list.operation.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/authenticationPolicy/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/create.operation.js +0 -21
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/delete.operation.js +0 -21
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/get.operation.js +0 -21
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/index.d.ts +0 -5
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/index.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/list.operation.js +0 -21
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/update.operation.js +0 -21
- package/dist/nodes/OvhCloudEmailExchange/resources/authorizedIp/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/customIsolation/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/customIsolation/create.operation.js +0 -64
- package/dist/nodes/OvhCloudEmailExchange/resources/customIsolation/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/customIsolation/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/customIsolation/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/customIsolation/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/customIsolation/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/customIsolation/index.js +0 -13
- package/dist/nodes/OvhCloudEmailExchange/resources/customIsolation/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/customIsolation/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/customIsolation/list.operation.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/customIsolation/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/device/clear.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/device/clear.operation.js +0 -21
- package/dist/nodes/OvhCloudEmailExchange/resources/device/clear.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/device/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/device/get.operation.js +0 -21
- package/dist/nodes/OvhCloudEmailExchange/resources/device/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/device/index.d.ts +0 -4
- package/dist/nodes/OvhCloudEmailExchange/resources/device/index.js +0 -16
- package/dist/nodes/OvhCloudEmailExchange/resources/device/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/device/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/device/list.operation.js +0 -21
- package/dist/nodes/OvhCloudEmailExchange/resources/device/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/device/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/device/update.operation.js +0 -21
- package/dist/nodes/OvhCloudEmailExchange/resources/device/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/changeDefaultSBR.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/changeDefaultSBR.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/changeDefaultSBR.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/create.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/delete.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/get.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/index.d.ts +0 -6
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/index.js +0 -22
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/list.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/update.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/domain/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/create.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/delete.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/get.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/getAttributes.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/getAttributes.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/getAttributes.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/index.d.ts +0 -6
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/index.js +0 -22
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/list.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/update.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDisclaimer/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/create.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/delete.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/disable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/disable.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/disable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/enable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/enable.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/enable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/get.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/index.d.ts +0 -7
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/index.js +0 -25
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/list.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/listSelectors.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/listSelectors.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/domainDkim/listSelectors.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/create.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/delete.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/get.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/index.d.ts +0 -5
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/index.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/list.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/update.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/externalContact/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/impersonatedUser/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/impersonatedUser/changePassword.operation.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/impersonatedUser/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/impersonatedUser/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/impersonatedUser/create.operation.js +0 -47
- package/dist/nodes/OvhCloudEmailExchange/resources/impersonatedUser/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/impersonatedUser/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/impersonatedUser/delete.operation.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/impersonatedUser/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/impersonatedUser/index.d.ts +0 -4
- package/dist/nodes/OvhCloudEmailExchange/resources/impersonatedUser/index.js +0 -16
- package/dist/nodes/OvhCloudEmailExchange/resources/impersonatedUser/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/impersonatedUser/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/impersonatedUser/list.operation.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/impersonatedUser/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/index.d.ts +0 -52
- package/dist/nodes/OvhCloudEmailExchange/resources/index.js +0 -90
- package/dist/nodes/OvhCloudEmailExchange/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/license/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/license/get.operation.js +0 -32
- package/dist/nodes/OvhCloudEmailExchange/resources/license/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/license/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/license/index.js +0 -7
- package/dist/nodes/OvhCloudEmailExchange/resources/license/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/log/createSubscription.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/log/createSubscription.operation.js +0 -56
- package/dist/nodes/OvhCloudEmailExchange/resources/log/createSubscription.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/log/deleteSubscription.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/log/deleteSubscription.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/log/deleteSubscription.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/log/generateUrl.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/log/generateUrl.operation.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/log/generateUrl.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/log/getKind.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/log/getKind.operation.js +0 -21
- package/dist/nodes/OvhCloudEmailExchange/resources/log/getKind.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/log/index.d.ts +0 -6
- package/dist/nodes/OvhCloudEmailExchange/resources/log/index.js +0 -22
- package/dist/nodes/OvhCloudEmailExchange/resources/log/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/log/listKinds.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/log/listKinds.operation.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/log/listKinds.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/log/listSubscriptions.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/log/listSubscriptions.operation.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/log/listSubscriptions.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/create.operation.js +0 -73
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/delete.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/get.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/index.d.ts +0 -5
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/index.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/list.operation.js +0 -58
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/update.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingList/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListAlias/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListAlias/create.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListAlias/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListAlias/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListAlias/delete.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListAlias/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListAlias/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListAlias/get.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListAlias/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListAlias/index.d.ts +0 -4
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListAlias/index.js +0 -16
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListAlias/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListAlias/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListAlias/list.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListAlias/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListManager/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListManager/create.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListManager/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListManager/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListManager/delete.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListManager/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListManager/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListManager/index.js +0 -13
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListManager/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListManager/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListManager/list.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListManager/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/createAccount.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/createAccount.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/createAccount.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/createContact.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/createContact.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/createContact.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/deleteAccount.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/deleteAccount.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/deleteAccount.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/deleteContact.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/deleteContact.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/deleteContact.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/index.d.ts +0 -5
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/index.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/list.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListMember/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendAs/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendAs/create.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendAs/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendAs/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendAs/delete.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendAs/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendAs/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendAs/index.js +0 -13
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendAs/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendAs/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendAs/list.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendAs/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendOnBehalfTo/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendOnBehalfTo/create.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendOnBehalfTo/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendOnBehalfTo/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendOnBehalfTo/delete.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendOnBehalfTo/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendOnBehalfTo/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendOnBehalfTo/index.js +0 -13
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendOnBehalfTo/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendOnBehalfTo/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendOnBehalfTo/list.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/mailingListSendOnBehalfTo/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/outlook/getAvailability.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/outlook/getAvailability.operation.js +0 -56
- package/dist/nodes/OvhCloudEmailExchange/resources/outlook/getAvailability.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/outlook/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/outlook/index.js +0 -7
- package/dist/nodes/OvhCloudEmailExchange/resources/outlook/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/protocol/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/protocol/get.operation.js +0 -35
- package/dist/nodes/OvhCloudEmailExchange/resources/protocol/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/protocol/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailExchange/resources/protocol/index.js +0 -10
- package/dist/nodes/OvhCloudEmailExchange/resources/protocol/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/protocol/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/protocol/update.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/protocol/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/protocolActiveSyncNotification/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/protocolActiveSyncNotification/create.operation.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/protocolActiveSyncNotification/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/protocolActiveSyncNotification/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/protocolActiveSyncNotification/delete.operation.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/protocolActiveSyncNotification/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/protocolActiveSyncNotification/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/protocolActiveSyncNotification/index.js +0 -13
- package/dist/nodes/OvhCloudEmailExchange/resources/protocolActiveSyncNotification/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/protocolActiveSyncNotification/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/protocolActiveSyncNotification/list.operation.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/protocolActiveSyncNotification/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/create.operation.js +0 -70
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/get.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/index.d.ts +0 -5
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/index.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/list.operation.js +0 -47
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/update.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolder/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderPermission/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderPermission/create.operation.js +0 -78
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderPermission/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderPermission/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderPermission/delete.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderPermission/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderPermission/index.d.ts +0 -4
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderPermission/index.js +0 -16
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderPermission/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderPermission/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderPermission/list.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderPermission/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderPermission/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderPermission/update.operation.js +0 -65
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderPermission/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderQuota/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderQuota/get.operation.js +0 -35
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderQuota/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderQuota/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderQuota/index.js +0 -7
- package/dist/nodes/OvhCloudEmailExchange/resources/publicFolderQuota/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/create.operation.js +0 -69
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/delete.operation.js +0 -43
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/get.operation.js +0 -43
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/index.d.ts +0 -5
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/index.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/list.operation.js +0 -58
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/update.operation.js +0 -53
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccount/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccountDelegate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccountDelegate/create.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccountDelegate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccountDelegate/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccountDelegate/delete.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccountDelegate/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccountDelegate/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccountDelegate/index.js +0 -13
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccountDelegate/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccountDelegate/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccountDelegate/list.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/resourceAccountDelegate/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/changeAuthentication.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/changeAuthentication.operation.js +0 -84
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/changeAuthentication.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/create.operation.js +0 -56
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/get.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/index.d.ts +0 -6
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/index.js +0 -22
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/list.operation.js +0 -35
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/update.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/sendConnector/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/server/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/server/get.operation.js +0 -16
- package/dist/nodes/OvhCloudEmailExchange/resources/server/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/server/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailExchange/resources/server/index.js +0 -10
- package/dist/nodes/OvhCloudEmailExchange/resources/server/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/server/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/server/update.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/server/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/service/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailExchange/resources/service/index.js +0 -10
- package/dist/nodes/OvhCloudEmailExchange/resources/service/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/service/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/service/list.operation.js +0 -40
- package/dist/nodes/OvhCloudEmailExchange/resources/service/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/service/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/service/update.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/service/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/serviceInfos/get.operation.js +0 -16
- package/dist/nodes/OvhCloudEmailExchange/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailExchange/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudEmailExchange/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/serviceInfos/update.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/create.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/delete.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/get.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/index.d.ts +0 -5
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/index.js +0 -19
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/list.operation.js +0 -47
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/update.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccount/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountAlias/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountAlias/create.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountAlias/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountAlias/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountAlias/delete.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountAlias/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountAlias/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountAlias/get.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountAlias/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountAlias/index.d.ts +0 -4
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountAlias/index.js +0 -16
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountAlias/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountAlias/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountAlias/list.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountAlias/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountFullAccess/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountFullAccess/create.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountFullAccess/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountFullAccess/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountFullAccess/delete.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountFullAccess/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountFullAccess/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountFullAccess/index.js +0 -13
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountFullAccess/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountFullAccess/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountFullAccess/list.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountFullAccess/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountQuota/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountQuota/get.operation.js +0 -35
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountQuota/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountQuota/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountQuota/index.js +0 -7
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountQuota/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendAs/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendAs/create.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendAs/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendAs/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendAs/delete.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendAs/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendAs/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendAs/index.js +0 -13
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendAs/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendAs/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendAs/list.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendAs/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendOnBehalfTo/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendOnBehalfTo/create.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendOnBehalfTo/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendOnBehalfTo/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendOnBehalfTo/delete.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendOnBehalfTo/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendOnBehalfTo/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendOnBehalfTo/index.js +0 -13
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendOnBehalfTo/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendOnBehalfTo/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendOnBehalfTo/list.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountSendOnBehalfTo/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountTask/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountTask/get.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountTask/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountTask/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountTask/index.js +0 -10
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountTask/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountTask/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountTask/list.operation.js +0 -44
- package/dist/nodes/OvhCloudEmailExchange/resources/sharedAccountTask/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharepoint/activate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/sharepoint/activate.operation.js +0 -55
- package/dist/nodes/OvhCloudEmailExchange/resources/sharepoint/activate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharepoint/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/sharepoint/index.js +0 -7
- package/dist/nodes/OvhCloudEmailExchange/resources/sharepoint/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/ssl/changeHostname.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/ssl/changeHostname.operation.js +0 -56
- package/dist/nodes/OvhCloudEmailExchange/resources/ssl/changeHostname.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/ssl/getDcvEmails.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/ssl/getDcvEmails.operation.js +0 -35
- package/dist/nodes/OvhCloudEmailExchange/resources/ssl/getDcvEmails.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/ssl/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/ssl/index.js +0 -13
- package/dist/nodes/OvhCloudEmailExchange/resources/ssl/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/ssl/renew.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/ssl/renew.operation.js +0 -35
- package/dist/nodes/OvhCloudEmailExchange/resources/ssl/renew.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/task/get.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/task/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailExchange/resources/task/index.js +0 -10
- package/dist/nodes/OvhCloudEmailExchange/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/task/list.operation.js +0 -35
- package/dist/nodes/OvhCloudEmailExchange/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/updateDeviceList/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/updateDeviceList/create.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/updateDeviceList/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/updateDeviceList/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/updateDeviceList/index.js +0 -7
- package/dist/nodes/OvhCloudEmailExchange/resources/updateDeviceList/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/updateFlags/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailExchange/resources/updateFlags/create.operation.js +0 -45
- package/dist/nodes/OvhCloudEmailExchange/resources/updateFlags/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/updateFlags/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmailExchange/resources/updateFlags/index.js +0 -7
- package/dist/nodes/OvhCloudEmailExchange/resources/updateFlags/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/OvhCloudEmailMxplan.node.d.ts +0 -11
- package/dist/nodes/OvhCloudEmailMxplan/OvhCloudEmailMxplan.node.js +0 -51
- package/dist/nodes/OvhCloudEmailMxplan/OvhCloudEmailMxplan.node.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/OvhCloudEmailMxplan.node.json +0 -20
- package/dist/nodes/OvhCloudEmailMxplan/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/get.operation.js +0 -47
- package/dist/nodes/OvhCloudEmailMxplan/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/index.js +0 -52
- package/dist/nodes/OvhCloudEmailMxplan/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/list.operation.js +0 -14
- package/dist/nodes/OvhCloudEmailMxplan/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/changePassword.operation.js +0 -73
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/delete.operation.js +0 -58
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/get.operation.js +0 -58
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/index.d.ts +0 -5
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/index.js +0 -19
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/list.operation.js +0 -70
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/update.operation.js +0 -70
- package/dist/nodes/OvhCloudEmailMxplan/resources/account/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountAlias/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountAlias/create.operation.js +0 -72
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountAlias/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountAlias/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountAlias/delete.operation.js +0 -68
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountAlias/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountAlias/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountAlias/get.operation.js +0 -68
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountAlias/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountAlias/index.d.ts +0 -4
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountAlias/index.js +0 -16
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountAlias/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountAlias/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountAlias/list.operation.js +0 -58
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountAlias/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountCapabilities/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountCapabilities/get.operation.js +0 -58
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountCapabilities/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountCapabilities/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountCapabilities/index.js +0 -7
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountCapabilities/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountDiagnostic/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountDiagnostic/create.operation.js +0 -73
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountDiagnostic/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountDiagnostic/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountDiagnostic/get.operation.js +0 -18
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountDiagnostic/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountDiagnostic/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountDiagnostic/index.js +0 -10
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountDiagnostic/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountFullAccess/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountFullAccess/create.operation.js +0 -72
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountFullAccess/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountFullAccess/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountFullAccess/delete.operation.js +0 -68
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountFullAccess/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountFullAccess/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountFullAccess/index.js +0 -13
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountFullAccess/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountFullAccess/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountFullAccess/list.operation.js +0 -58
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountFullAccess/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendAs/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendAs/create.operation.js +0 -72
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendAs/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendAs/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendAs/delete.operation.js +0 -68
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendAs/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendAs/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendAs/index.js +0 -13
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendAs/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendAs/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendAs/list.operation.js +0 -58
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendAs/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendOnBehalfToList/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendOnBehalfToList/create.operation.js +0 -72
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendOnBehalfToList/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendOnBehalfToList/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendOnBehalfToList/delete.operation.js +0 -68
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendOnBehalfToList/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendOnBehalfToList/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendOnBehalfToList/index.js +0 -13
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendOnBehalfToList/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendOnBehalfToList/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendOnBehalfToList/list.operation.js +0 -58
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountSendOnBehalfToList/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountTask/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountTask/get.operation.js +0 -68
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountTask/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountTask/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountTask/index.js +0 -10
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountTask/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountTask/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountTask/list.operation.js +0 -58
- package/dist/nodes/OvhCloudEmailMxplan/resources/accountTask/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/domain/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/domain/get.operation.js +0 -57
- package/dist/nodes/OvhCloudEmailMxplan/resources/domain/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/domain/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/domain/index.js +0 -13
- package/dist/nodes/OvhCloudEmailMxplan/resources/domain/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/domain/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/domain/list.operation.js +0 -59
- package/dist/nodes/OvhCloudEmailMxplan/resources/domain/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/domain/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/domain/update.operation.js +0 -69
- package/dist/nodes/OvhCloudEmailMxplan/resources/domain/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/create.operation.js +0 -71
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/delete.operation.js +0 -57
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/get.operation.js +0 -57
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/getAttributes.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/getAttributes.operation.js +0 -57
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/getAttributes.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/index.d.ts +0 -6
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/index.js +0 -22
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/list.operation.js +0 -57
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/update.operation.js +0 -69
- package/dist/nodes/OvhCloudEmailMxplan/resources/domainDisclaimer/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/create.operation.js +0 -61
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/delete.operation.js +0 -57
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/get.operation.js +0 -57
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/index.d.ts +0 -5
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/index.js +0 -19
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/list.operation.js +0 -92
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/update.operation.js +0 -67
- package/dist/nodes/OvhCloudEmailMxplan/resources/externalContact/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/index.d.ts +0 -15
- package/dist/nodes/OvhCloudEmailMxplan/resources/index.js +0 -52
- package/dist/nodes/OvhCloudEmailMxplan/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/server/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/server/get.operation.js +0 -17
- package/dist/nodes/OvhCloudEmailMxplan/resources/server/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/server/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/server/index.js +0 -7
- package/dist/nodes/OvhCloudEmailMxplan/resources/server/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/serviceInfos/get.operation.js +0 -17
- package/dist/nodes/OvhCloudEmailMxplan/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailMxplan/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudEmailMxplan/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/serviceInfos/update.operation.js +0 -59
- package/dist/nodes/OvhCloudEmailMxplan/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/task/get.operation.js +0 -57
- package/dist/nodes/OvhCloudEmailMxplan/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/task/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailMxplan/resources/task/index.js +0 -10
- package/dist/nodes/OvhCloudEmailMxplan/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/task/list.operation.js +0 -47
- package/dist/nodes/OvhCloudEmailMxplan/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/updateFlags/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailMxplan/resources/updateFlags/create.operation.js +0 -17
- package/dist/nodes/OvhCloudEmailMxplan/resources/updateFlags/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/updateFlags/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmailMxplan/resources/updateFlags/index.js +0 -7
- package/dist/nodes/OvhCloudEmailMxplan/resources/updateFlags/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/OvhCloudEmailPro.node.d.ts +0 -11
- package/dist/nodes/OvhCloudEmailPro/OvhCloudEmailPro.node.js +0 -51
- package/dist/nodes/OvhCloudEmailPro/OvhCloudEmailPro.node.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/OvhCloudEmailPro.node.json +0 -20
- package/dist/nodes/OvhCloudEmailPro/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/get.operation.js +0 -47
- package/dist/nodes/OvhCloudEmailPro/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/index.js +0 -52
- package/dist/nodes/OvhCloudEmailPro/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/list.operation.js +0 -14
- package/dist/nodes/OvhCloudEmailPro/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/account/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/account/changePassword.operation.js +0 -65
- package/dist/nodes/OvhCloudEmailPro/resources/account/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/account/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/account/delete.operation.js +0 -53
- package/dist/nodes/OvhCloudEmailPro/resources/account/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/account/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/account/get.operation.js +0 -53
- package/dist/nodes/OvhCloudEmailPro/resources/account/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/account/index.d.ts +0 -6
- package/dist/nodes/OvhCloudEmailPro/resources/account/index.js +0 -22
- package/dist/nodes/OvhCloudEmailPro/resources/account/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/account/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/account/list.operation.js +0 -65
- package/dist/nodes/OvhCloudEmailPro/resources/account/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/account/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/account/terminate.operation.js +0 -53
- package/dist/nodes/OvhCloudEmailPro/resources/account/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/account/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/account/update.operation.js +0 -53
- package/dist/nodes/OvhCloudEmailPro/resources/account/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountAlias/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountAlias/create.operation.js +0 -64
- package/dist/nodes/OvhCloudEmailPro/resources/accountAlias/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountAlias/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountAlias/delete.operation.js +0 -63
- package/dist/nodes/OvhCloudEmailPro/resources/accountAlias/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountAlias/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountAlias/get.operation.js +0 -63
- package/dist/nodes/OvhCloudEmailPro/resources/accountAlias/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountAlias/index.d.ts +0 -4
- package/dist/nodes/OvhCloudEmailPro/resources/accountAlias/index.js +0 -16
- package/dist/nodes/OvhCloudEmailPro/resources/accountAlias/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountAlias/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountAlias/list.operation.js +0 -53
- package/dist/nodes/OvhCloudEmailPro/resources/accountAlias/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountDiagnostics/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountDiagnostics/create.operation.js +0 -65
- package/dist/nodes/OvhCloudEmailPro/resources/accountDiagnostics/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountDiagnostics/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountDiagnostics/get.operation.js +0 -53
- package/dist/nodes/OvhCloudEmailPro/resources/accountDiagnostics/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountDiagnostics/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailPro/resources/accountDiagnostics/index.js +0 -10
- package/dist/nodes/OvhCloudEmailPro/resources/accountDiagnostics/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountFullAccess/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountFullAccess/create.operation.js +0 -64
- package/dist/nodes/OvhCloudEmailPro/resources/accountFullAccess/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountFullAccess/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountFullAccess/delete.operation.js +0 -63
- package/dist/nodes/OvhCloudEmailPro/resources/accountFullAccess/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountFullAccess/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountFullAccess/index.js +0 -13
- package/dist/nodes/OvhCloudEmailPro/resources/accountFullAccess/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountFullAccess/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountFullAccess/list.operation.js +0 -53
- package/dist/nodes/OvhCloudEmailPro/resources/accountFullAccess/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendAs/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendAs/create.operation.js +0 -64
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendAs/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendAs/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendAs/delete.operation.js +0 -63
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendAs/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendAs/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendAs/index.js +0 -13
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendAs/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendAs/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendAs/list.operation.js +0 -53
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendAs/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendOnBehalfTo/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendOnBehalfTo/create.operation.js +0 -64
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendOnBehalfTo/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendOnBehalfTo/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendOnBehalfTo/delete.operation.js +0 -63
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendOnBehalfTo/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendOnBehalfTo/index.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendOnBehalfTo/index.js +0 -13
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendOnBehalfTo/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendOnBehalfTo/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendOnBehalfTo/list.operation.js +0 -53
- package/dist/nodes/OvhCloudEmailPro/resources/accountSendOnBehalfTo/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountTask/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountTask/get.operation.js +0 -63
- package/dist/nodes/OvhCloudEmailPro/resources/accountTask/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountTask/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailPro/resources/accountTask/index.js +0 -10
- package/dist/nodes/OvhCloudEmailPro/resources/accountTask/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/accountTask/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/accountTask/list.operation.js +0 -53
- package/dist/nodes/OvhCloudEmailPro/resources/accountTask/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/billing/getMigrated.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/billing/getMigrated.operation.js +0 -42
- package/dist/nodes/OvhCloudEmailPro/resources/billing/getMigrated.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/billing/getPlan.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/billing/getPlan.operation.js +0 -42
- package/dist/nodes/OvhCloudEmailPro/resources/billing/getPlan.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/billing/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailPro/resources/billing/index.js +0 -10
- package/dist/nodes/OvhCloudEmailPro/resources/billing/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/changeContact/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/changeContact/create.operation.js +0 -76
- package/dist/nodes/OvhCloudEmailPro/resources/changeContact/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudEmailPro/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domain/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domain/create.operation.js +0 -144
- package/dist/nodes/OvhCloudEmailPro/resources/domain/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domain/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domain/delete.operation.js +0 -52
- package/dist/nodes/OvhCloudEmailPro/resources/domain/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domain/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domain/get.operation.js +0 -52
- package/dist/nodes/OvhCloudEmailPro/resources/domain/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domain/index.d.ts +0 -5
- package/dist/nodes/OvhCloudEmailPro/resources/domain/index.js +0 -19
- package/dist/nodes/OvhCloudEmailPro/resources/domain/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domain/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domain/list.operation.js +0 -54
- package/dist/nodes/OvhCloudEmailPro/resources/domain/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domain/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domain/update.operation.js +0 -52
- package/dist/nodes/OvhCloudEmailPro/resources/domain/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/create.operation.js +0 -64
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/delete.operation.js +0 -52
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/get.operation.js +0 -52
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/getAttributes.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/getAttributes.operation.js +0 -52
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/getAttributes.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/index.d.ts +0 -6
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/index.js +0 -22
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/list.operation.js +0 -52
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/update.operation.js +0 -52
- package/dist/nodes/OvhCloudEmailPro/resources/domainDisclaimer/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/create.operation.js +0 -63
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/delete.operation.js +0 -62
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/disable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/disable.operation.js +0 -62
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/disable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/enable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/enable.operation.js +0 -62
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/enable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/get.operation.js +0 -62
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/index.d.ts +0 -7
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/index.js +0 -25
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/list.operation.js +0 -52
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/listSelectors.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/listSelectors.operation.js +0 -52
- package/dist/nodes/OvhCloudEmailPro/resources/domainDkim/listSelectors.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/create.operation.js +0 -53
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/delete.operation.js +0 -52
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/get.operation.js +0 -52
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/index.d.ts +0 -5
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/index.js +0 -19
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/list.operation.js +0 -87
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/update.operation.js +0 -52
- package/dist/nodes/OvhCloudEmailPro/resources/externalContact/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/index.d.ts +0 -17
- package/dist/nodes/OvhCloudEmailPro/resources/index.js +0 -54
- package/dist/nodes/OvhCloudEmailPro/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/server/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/server/get.operation.js +0 -42
- package/dist/nodes/OvhCloudEmailPro/resources/server/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/server/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/server/index.js +0 -7
- package/dist/nodes/OvhCloudEmailPro/resources/server/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/serviceInfos/get.operation.js +0 -42
- package/dist/nodes/OvhCloudEmailPro/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailPro/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudEmailPro/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/serviceInfos/update.operation.js +0 -42
- package/dist/nodes/OvhCloudEmailPro/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/task/get.operation.js +0 -52
- package/dist/nodes/OvhCloudEmailPro/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/task/index.d.ts +0 -2
- package/dist/nodes/OvhCloudEmailPro/resources/task/index.js +0 -10
- package/dist/nodes/OvhCloudEmailPro/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/task/list.operation.js +0 -42
- package/dist/nodes/OvhCloudEmailPro/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/updateFlags/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudEmailPro/resources/updateFlags/create.operation.js +0 -42
- package/dist/nodes/OvhCloudEmailPro/resources/updateFlags/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/updateFlags/index.d.ts +0 -1
- package/dist/nodes/OvhCloudEmailPro/resources/updateFlags/index.js +0 -7
- package/dist/nodes/OvhCloudEmailPro/resources/updateFlags/index.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/OvhCloudFreefax.node.d.ts +0 -11
- package/dist/nodes/OvhCloudFreefax/OvhCloudFreefax.node.js +0 -51
- package/dist/nodes/OvhCloudFreefax/OvhCloudFreefax.node.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/OvhCloudFreefax.node.json +0 -20
- package/dist/nodes/OvhCloudFreefax/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/get.operation.js +0 -47
- package/dist/nodes/OvhCloudFreefax/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/index.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/index.js +0 -256
- package/dist/nodes/OvhCloudFreefax/index.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/list.operation.js +0 -14
- package/dist/nodes/OvhCloudFreefax/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/changePassword/index.d.ts +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/changePassword/index.js +0 -7
- package/dist/nodes/OvhCloudFreefax/resources/changePassword/index.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/changePassword/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/resources/changePassword/operation.js +0 -47
- package/dist/nodes/OvhCloudFreefax/resources/changePassword/operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/credits/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/resources/credits/get.operation.js +0 -14
- package/dist/nodes/OvhCloudFreefax/resources/credits/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/credits/index.d.ts +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/credits/index.js +0 -7
- package/dist/nodes/OvhCloudFreefax/resources/credits/index.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/directory/fetchEntrepriseInformations.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/resources/directory/fetchEntrepriseInformations.operation.js +0 -57
- package/dist/nodes/OvhCloudFreefax/resources/directory/fetchEntrepriseInformations.operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/directory/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/resources/directory/get.operation.js +0 -47
- package/dist/nodes/OvhCloudFreefax/resources/directory/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/directory/getDirectoryServiceCode.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/resources/directory/getDirectoryServiceCode.operation.js +0 -59
- package/dist/nodes/OvhCloudFreefax/resources/directory/getDirectoryServiceCode.operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/directory/getWayTypes.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/resources/directory/getWayTypes.operation.js +0 -47
- package/dist/nodes/OvhCloudFreefax/resources/directory/getWayTypes.operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/directory/index.d.ts +0 -5
- package/dist/nodes/OvhCloudFreefax/resources/directory/index.js +0 -19
- package/dist/nodes/OvhCloudFreefax/resources/directory/index.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/directory/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/resources/directory/update.operation.js +0 -158
- package/dist/nodes/OvhCloudFreefax/resources/directory/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/index.d.ts +0 -7
- package/dist/nodes/OvhCloudFreefax/resources/index.js +0 -44
- package/dist/nodes/OvhCloudFreefax/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/mainService/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/resources/mainService/get.operation.js +0 -47
- package/dist/nodes/OvhCloudFreefax/resources/mainService/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/mainService/index.d.ts +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/mainService/index.js +0 -7
- package/dist/nodes/OvhCloudFreefax/resources/mainService/index.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/resources/serviceInfos/get.operation.js +0 -47
- package/dist/nodes/OvhCloudFreefax/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudFreefax/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudFreefax/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/resources/serviceInfos/update.operation.js +0 -59
- package/dist/nodes/OvhCloudFreefax/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudFreefax/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/update/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/resources/update/operation.js +0 -131
- package/dist/nodes/OvhCloudFreefax/resources/update/operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/changePassword.operation.js +0 -60
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/changeRouting.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/changeRouting.operation.js +0 -63
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/changeRouting.operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/get.operation.js +0 -47
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/getRouting.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/getRouting.operation.js +0 -47
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/getRouting.operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/getVoicemailNumbers.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/getVoicemailNumbers.operation.js +0 -47
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/getVoicemailNumbers.operation.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/index.d.ts +0 -6
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/index.js +0 -22
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/index.js.map +0 -1
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/update.operation.js +0 -189
- package/dist/nodes/OvhCloudFreefax/resources/voicemail/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/OvhCloudHorizonView.node.d.ts +0 -11
- package/dist/nodes/OvhCloudHorizonView/OvhCloudHorizonView.node.js +0 -51
- package/dist/nodes/OvhCloudHorizonView/OvhCloudHorizonView.node.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/OvhCloudHorizonView.node.json +0 -20
- package/dist/nodes/OvhCloudHorizonView/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/get.operation.js +0 -47
- package/dist/nodes/OvhCloudHorizonView/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/index.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/index.js +0 -532
- package/dist/nodes/OvhCloudHorizonView/index.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/list.operation.js +0 -14
- package/dist/nodes/OvhCloudHorizonView/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/changeSessionTimeout.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/changeSessionTimeout.operation.js +0 -58
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/changeSessionTimeout.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/create.operation.js +0 -81
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/disableTwoFA.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/disableTwoFA.operation.js +0 -16
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/disableTwoFA.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/disableWindowsUsernameOption.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/disableWindowsUsernameOption.operation.js +0 -16
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/disableWindowsUsernameOption.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/enableTwoFA.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/enableTwoFA.operation.js +0 -69
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/enableTwoFA.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/enableWindowsUsernameOption.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/enableWindowsUsernameOption.operation.js +0 -16
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/enableWindowsUsernameOption.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/index.d.ts +0 -9
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/index.js +0 -31
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/index.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHorizonView/resources/accessPoint/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/accessPointCustomerNetwork/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/accessPointCustomerNetwork/create.operation.js +0 -47
- package/dist/nodes/OvhCloudHorizonView/resources/accessPointCustomerNetwork/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/accessPointCustomerNetwork/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/accessPointCustomerNetwork/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudHorizonView/resources/accessPointCustomerNetwork/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/accessPointCustomerNetwork/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/accessPointCustomerNetwork/get.operation.js +0 -45
- package/dist/nodes/OvhCloudHorizonView/resources/accessPointCustomerNetwork/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/accessPointCustomerNetwork/index.d.ts +0 -4
- package/dist/nodes/OvhCloudHorizonView/resources/accessPointCustomerNetwork/index.js +0 -16
- package/dist/nodes/OvhCloudHorizonView/resources/accessPointCustomerNetwork/index.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/accessPointCustomerNetwork/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/accessPointCustomerNetwork/list.operation.js +0 -16
- package/dist/nodes/OvhCloudHorizonView/resources/accessPointCustomerNetwork/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudHorizonView/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/confirmTermination/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/confirmTermination/operation.js +0 -71
- package/dist/nodes/OvhCloudHorizonView/resources/confirmTermination/operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/customerNetwork/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/customerNetwork/create.operation.js +0 -47
- package/dist/nodes/OvhCloudHorizonView/resources/customerNetwork/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/customerNetwork/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/customerNetwork/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHorizonView/resources/customerNetwork/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/customerNetwork/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/customerNetwork/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHorizonView/resources/customerNetwork/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/customerNetwork/index.d.ts +0 -4
- package/dist/nodes/OvhCloudHorizonView/resources/customerNetwork/index.js +0 -16
- package/dist/nodes/OvhCloudHorizonView/resources/customerNetwork/index.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/customerNetwork/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/customerNetwork/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHorizonView/resources/customerNetwork/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizon/disableStorageAccelerator.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizon/disableStorageAccelerator.operation.js +0 -15
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizon/disableStorageAccelerator.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizon/enableStorageAccelerator.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizon/enableStorageAccelerator.operation.js +0 -15
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizon/enableStorageAccelerator.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizon/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizon/get.operation.js +0 -15
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizon/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizon/index.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizon/index.js +0 -13
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizon/index.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/changePassword.operation.js +0 -48
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/create.operation.js +0 -61
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/index.d.ts +0 -5
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/index.js +0 -19
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/index.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonCustomerUser/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonTask/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonTask/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonTask/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonTask/index.d.ts +0 -2
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonTask/index.js +0 -10
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonTask/index.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonTask/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonTask/list.operation.js +0 -37
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonTask/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonUser/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonUser/changePassword.operation.js +0 -38
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonUser/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonUser/changeProperties.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonUser/changeProperties.operation.js +0 -38
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonUser/changeProperties.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonUser/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonUser/get.operation.js +0 -15
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonUser/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonUser/index.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonUser/index.js +0 -13
- package/dist/nodes/OvhCloudHorizonView/resources/dedicatedHorizonUser/index.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/addChildDomain.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/addChildDomain.operation.js +0 -77
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/addChildDomain.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/addDomainController.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/addDomainController.operation.js +0 -57
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/addDomainController.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/addDomainUserOnComposer.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/addDomainUserOnComposer.operation.js +0 -68
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/addDomainUserOnComposer.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/create.operation.js +0 -69
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/createTrust.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/createTrust.operation.js +0 -57
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/createTrust.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/index.d.ts +0 -7
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/index.js +0 -25
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/index.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHorizonView/resources/domainTrust/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/index.d.ts +0 -11
- package/dist/nodes/OvhCloudHorizonView/resources/index.js +0 -48
- package/dist/nodes/OvhCloudHorizonView/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudHorizonView/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudHorizonView/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudHorizonView/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/serviceInfos/update.operation.js +0 -36
- package/dist/nodes/OvhCloudHorizonView/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudHorizonView/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudHorizonView/resources/terminate/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHorizonView/resources/terminate/operation.js +0 -15
- package/dist/nodes/OvhCloudHorizonView/resources/terminate/operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/availableOrderCapacities/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHosting/resources/availableOrderCapacities/index.js +0 -7
- package/dist/nodes/OvhCloudHosting/resources/availableOrderCapacities/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/availableOrderCapacities/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/availableOrderCapacities/list.operation.js +0 -14
- package/dist/nodes/OvhCloudHosting/resources/availableOrderCapacities/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/availableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHosting/resources/availableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudHosting/resources/availableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/availableVersions/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/availableVersions/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/availableVersions/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/config/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/config/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/config/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/config/index.d.ts +0 -2
- package/dist/nodes/OvhCloudHosting/resources/config/index.js +0 -10
- package/dist/nodes/OvhCloudHosting/resources/config/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/config/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/config/update.operation.js +0 -43
- package/dist/nodes/OvhCloudHosting/resources/config/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/cpuThrottle/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/cpuThrottle/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/cpuThrottle/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/cpuThrottle/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHosting/resources/cpuThrottle/index.js +0 -7
- package/dist/nodes/OvhCloudHosting/resources/cpuThrottle/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/create.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/get.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/index.d.ts +0 -5
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/index.js +0 -19
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/list.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/restore.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/restore.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/resources/databaseCopy/restore.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/create.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/get.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/index.d.ts +0 -5
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/index.js +0 -19
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/list.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/restore.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/restore.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/resources/databaseDump/restore.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseExtension/disable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/databaseExtension/disable.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/resources/databaseExtension/disable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseExtension/enable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/databaseExtension/enable.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/resources/databaseExtension/enable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseExtension/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/databaseExtension/get.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/resources/databaseExtension/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseExtension/index.d.ts +0 -4
- package/dist/nodes/OvhCloudHosting/resources/databaseExtension/index.js +0 -16
- package/dist/nodes/OvhCloudHosting/resources/databaseExtension/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseExtension/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/databaseExtension/list.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/databaseExtension/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseImport/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/databaseImport/create.operation.js +0 -67
- package/dist/nodes/OvhCloudHosting/resources/databaseImport/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseImport/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseImport/index.js +0 -7
- package/dist/nodes/OvhCloudHosting/resources/databaseImport/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseWizard/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/databaseWizard/create.operation.js +0 -57
- package/dist/nodes/OvhCloudHosting/resources/databaseWizard/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseWizard/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHosting/resources/databaseWizard/index.js +0 -7
- package/dist/nodes/OvhCloudHosting/resources/databaseWizard/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/dump/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/dump/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/dump/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/dump/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/dump/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/dump/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/dump/index.d.ts +0 -4
- package/dist/nodes/OvhCloudHosting/resources/dump/index.js +0 -16
- package/dist/nodes/OvhCloudHosting/resources/dump/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/dump/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/dump/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/dump/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/dump/restore.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/dump/restore.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/dump/restore.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/generateTemporaryLogsLink/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/generateTemporaryLogsLink/create.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/generateTemporaryLogsLink/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/generateTemporaryLogsLink/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHosting/resources/generateTemporaryLogsLink/index.js +0 -7
- package/dist/nodes/OvhCloudHosting/resources/generateTemporaryLogsLink/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingDatabase/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/hostingDatabase/create.operation.js +0 -37
- package/dist/nodes/OvhCloudHosting/resources/hostingDatabase/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingDatabase/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/hostingDatabase/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/hostingDatabase/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingDatabase/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/hostingDatabase/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/hostingDatabase/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingDatabase/index.d.ts +0 -4
- package/dist/nodes/OvhCloudHosting/resources/hostingDatabase/index.js +0 -16
- package/dist/nodes/OvhCloudHosting/resources/hostingDatabase/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingDatabase/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/hostingDatabase/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/resources/hostingDatabase/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingTask/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/hostingTask/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/hostingTask/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingTask/index.d.ts +0 -2
- package/dist/nodes/OvhCloudHosting/resources/hostingTask/index.js +0 -10
- package/dist/nodes/OvhCloudHosting/resources/hostingTask/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingTask/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/hostingTask/list.operation.js +0 -56
- package/dist/nodes/OvhCloudHosting/resources/hostingTask/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingUser/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/hostingUser/create.operation.js +0 -48
- package/dist/nodes/OvhCloudHosting/resources/hostingUser/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingUser/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/hostingUser/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/hostingUser/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingUser/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/hostingUser/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/hostingUser/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingUser/index.d.ts +0 -4
- package/dist/nodes/OvhCloudHosting/resources/hostingUser/index.js +0 -16
- package/dist/nodes/OvhCloudHosting/resources/hostingUser/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingUser/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/hostingUser/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/hostingUser/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingWhitelist/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/hostingWhitelist/create.operation.js +0 -59
- package/dist/nodes/OvhCloudHosting/resources/hostingWhitelist/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingWhitelist/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/hostingWhitelist/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/hostingWhitelist/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingWhitelist/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/hostingWhitelist/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/hostingWhitelist/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingWhitelist/index.d.ts +0 -4
- package/dist/nodes/OvhCloudHosting/resources/hostingWhitelist/index.js +0 -16
- package/dist/nodes/OvhCloudHosting/resources/hostingWhitelist/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/hostingWhitelist/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/hostingWhitelist/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/resources/hostingWhitelist/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/index.d.ts +0 -27
- package/dist/nodes/OvhCloudHosting/resources/index.js +0 -64
- package/dist/nodes/OvhCloudHosting/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/changeContact.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/changeContact.operation.js +0 -61
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/changeContact.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/changeFtpPassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/changeFtpPassword.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/changeFtpPassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/changeVersion.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/changeVersion.operation.js +0 -37
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/changeVersion.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/confirmTermination.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/confirmTermination.operation.js +0 -70
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/confirmTermination.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/index.d.ts +0 -5
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/index.js +0 -19
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/terminate.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/lifecycle/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/log/createSubscription.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/log/createSubscription.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/resources/log/createSubscription.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/log/deleteSubscription.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/log/deleteSubscription.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/log/deleteSubscription.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/log/generateUrl.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/log/generateUrl.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/log/generateUrl.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/log/getKind.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/log/getKind.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/log/getKind.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/log/getSubscription.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/log/getSubscription.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/log/getSubscription.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/log/index.d.ts +0 -7
- package/dist/nodes/OvhCloudHosting/resources/log/index.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/log/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/log/listKinds.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/log/listKinds.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/log/listKinds.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/log/listSubscriptions.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/log/listSubscriptions.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/log/listSubscriptions.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/metricsToken/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/metricsToken/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/metricsToken/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/metricsToken/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHosting/resources/metricsToken/index.js +0 -7
- package/dist/nodes/OvhCloudHosting/resources/metricsToken/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/oom/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHosting/resources/oom/index.js +0 -7
- package/dist/nodes/OvhCloudHosting/resources/oom/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/oom/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/oom/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/oom/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/quotaRefresh/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/quotaRefresh/create.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/quotaRefresh/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/quotaRefresh/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHosting/resources/quotaRefresh/index.js +0 -7
- package/dist/nodes/OvhCloudHosting/resources/quotaRefresh/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/serviceInfos/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudHosting/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudHosting/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/serviceInfos/update.operation.js +0 -39
- package/dist/nodes/OvhCloudHosting/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/tasks/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHosting/resources/tasks/index.js +0 -7
- package/dist/nodes/OvhCloudHosting/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/userChangePassword/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHosting/resources/userChangePassword/index.js +0 -7
- package/dist/nodes/OvhCloudHosting/resources/userChangePassword/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/userChangePassword/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/userChangePassword/operation.js +0 -46
- package/dist/nodes/OvhCloudHosting/resources/userChangePassword/operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/userGrant/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/userGrant/create.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/resources/userGrant/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/userGrant/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/userGrant/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/resources/userGrant/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/userGrant/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/userGrant/get.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/resources/userGrant/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/userGrant/index.d.ts +0 -5
- package/dist/nodes/OvhCloudHosting/resources/userGrant/index.js +0 -19
- package/dist/nodes/OvhCloudHosting/resources/userGrant/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/userGrant/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/userGrant/list.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/userGrant/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/userGrant/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/userGrant/update.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/resources/userGrant/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/webhostingNetwork/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/webhostingNetwork/create.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/webhostingNetwork/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/webhostingNetwork/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/webhostingNetwork/delete.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/webhostingNetwork/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/webhostingNetwork/index.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/webhostingNetwork/index.js +0 -13
- package/dist/nodes/OvhCloudHosting/resources/webhostingNetwork/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/webhostingNetwork/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/webhostingNetwork/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/webhostingNetwork/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/webs/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHosting/resources/webs/index.js +0 -7
- package/dist/nodes/OvhCloudHosting/resources/webs/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/webs/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/webs/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/resources/webs/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/whitelist/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHosting/resources/whitelist/index.js +0 -7
- package/dist/nodes/OvhCloudHosting/resources/whitelist/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/resources/whitelist/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/resources/whitelist/update.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/resources/whitelist/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/restart.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/restart.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/restart.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/update.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/create.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/delete.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/digStatus.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/digStatus.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/digStatus.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/get.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/list.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/purgeCache.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/purgeCache.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/purgeCache.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/restart.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/restart.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/restart.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/create.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/delete.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/list.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/regenerate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/regenerate.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/regenerate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/report.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/report.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/report.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/update.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/ssl/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/update.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/attachedDomain/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/availableConfiguration/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/availableConfiguration/list.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/availableConfiguration/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/availableOffer/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/availableOffer/list.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/availableOffer/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/boost/history/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/boost/history/get.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/boost/history/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/boost/history/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/boost/history/list.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/boost/history/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/boost/request.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/boost/request.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/boost/request.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/availableOptions/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/availableOptions/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/cdn/availableOptions/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/get.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/logs.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/logs.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/logs.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/option/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/option/create.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/option/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/option/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/option/delete.operation.js +0 -42
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/option/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/option/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/option/get.operation.js +0 -42
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/option/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/option/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/option/list.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/option/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/option/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/option/update.operation.js +0 -42
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/option/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/purge.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/purge.operation.js +0 -40
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/purge.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/refresh.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/refresh.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/refresh.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/statistics/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/statistics/get.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/cdn/domain/statistics/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/get.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/cdn/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/operation/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/operation/get.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/cdn/operation/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/operation/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/operation/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/cdn/operation/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/cdn/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/serviceInfos/update.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/cdn/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cdn/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cdn/terminate.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/cdn/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/changeContact.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/changeContact.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/changeContact.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/configuration/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/configuration/get.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/configuration/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/configuration/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/configuration/update.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/configuration/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/confirmTermination.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/confirmTermination.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/confirmTermination.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cron/availableLanguage/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cron/availableLanguage/get.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/cron/availableLanguage/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cron/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cron/create.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/cron/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cron/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cron/delete.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/cron/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cron/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cron/get.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/cron/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cron/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cron/list.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/cron/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/cron/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/cron/update.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/cron/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/availableType/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/availableType/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/database/availableType/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/availableVersion/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/availableVersion/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/database/availableVersion/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/capabilities/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/capabilities/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/database/capabilities/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/changePassword.operation.js +0 -36
- package/dist/nodes/OvhCloudHosting/web/database/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/copy/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/copy/create.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/database/copy/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/copy/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/copy/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/database/copy/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/copy/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/copy/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/database/copy/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/copy/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/copy/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/database/copy/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/copy/restore.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/copy/restore.operation.js +0 -47
- package/dist/nodes/OvhCloudHosting/web/database/copy/restore.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/create.operation.js +0 -73
- package/dist/nodes/OvhCloudHosting/web/database/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/creationCapabilities/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/creationCapabilities/get.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/database/creationCapabilities/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/delete.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/database/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/dump/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/dump/create.operation.js +0 -47
- package/dist/nodes/OvhCloudHosting/web/database/dump/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/dump/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/dump/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/database/dump/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/dump/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/dump/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/database/dump/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/dump/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/dump/list.operation.js +0 -47
- package/dist/nodes/OvhCloudHosting/web/database/dump/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/dump/restore.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/dump/restore.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/database/dump/restore.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/database/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/import/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/import/create.operation.js +0 -56
- package/dist/nodes/OvhCloudHosting/web/database/import/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/list.operation.js +0 -73
- package/dist/nodes/OvhCloudHosting/web/database/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/metricsToken/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/metricsToken/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/database/metricsToken/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/request/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/request/create.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/database/request/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/restore/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/restore/create.operation.js +0 -47
- package/dist/nodes/OvhCloudHosting/web/database/restore/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/statistics/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/statistics/get.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/web/database/statistics/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/database/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/database/update.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/database/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/dump/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/dump/delete.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/dump/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/dump/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/dump/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/dump/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/dump/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/dump/list.operation.js +0 -79
- package/dist/nodes/OvhCloudHosting/web/dump/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/email/bounces/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/email/bounces/list.operation.js +0 -28
- package/dist/nodes/OvhCloudHosting/web/email/bounces/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/email/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/email/get.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/email/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/email/option/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/email/option/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/email/option/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/email/option/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/email/option/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/email/option/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/email/option/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/email/option/serviceInfos/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/email/option/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/email/option/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/email/option/terminate.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/email/option/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/email/request/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/email/request/create.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/email/request/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/email/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/email/update.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/email/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/email/volumes/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/email/volumes/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/email/volumes/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/environmentVariable/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/environmentVariable/create.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/environmentVariable/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/environmentVariable/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/environmentVariable/delete.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/environmentVariable/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/environmentVariable/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/environmentVariable/get.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/environmentVariable/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/environmentVariable/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/environmentVariable/list.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/environmentVariable/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/environmentVariable/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/environmentVariable/update.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/environmentVariable/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/databases/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/databases/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/databases/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/serviceInfos/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/terminate.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/extraSqlPerso/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/freedom/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/freedom/list.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/freedom/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/generateTemporaryLogsLink/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/generateTemporaryLogsLink/create.operation.js +0 -42
- package/dist/nodes/OvhCloudHosting/web/generateTemporaryLogsLink/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/get.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/incident/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/incident/list.operation.js +0 -14
- package/dist/nodes/OvhCloudHosting/web/incident/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/indy/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/indy/get.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/indy/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/indy/indyGet.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/indy/indyGet.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/indy/indyGet.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoAccount/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoAccount/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoAccount/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoAccount/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoAccount/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoAccount/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoAccount/login/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoAccount/login/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoAccount/login/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoDirectoriesList/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoDirectoriesList/list.operation.js +0 -34
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoDirectoriesList/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoEmailAvailability/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoEmailAvailability/get.operation.js +0 -26
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoEmailAvailability/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoEmailAvailabilityGlobal/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoEmailAvailabilityGlobal/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoEmailAvailabilityGlobal/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoLocation/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoLocation/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoLocation/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoLocation/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoLocation/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoLocation/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoLocation/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoLocation/serviceInfos/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoLocation/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoLocation/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoLocation/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoLocation/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoLocation/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoLocation/terminate.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoLocation/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoVisibilityCheck/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoVisibilityCheck/create.operation.js +0 -54
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoVisibilityCheck/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoVisibilityCheck/result/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoVisibilityCheck/result/get.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/web/indy/localSeoVisibilityCheck/result/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/list.operation.js +0 -23
- package/dist/nodes/OvhCloudHosting/web/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/logKind/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/logKind/get.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/logKind/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/logKind/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/logKind/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/logKind/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/logSubscription/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/logSubscription/create.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/logSubscription/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/logSubscription/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/logSubscription/delete.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/logSubscription/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/logSubscription/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/logSubscription/get.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/logSubscription/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/logSubscription/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/logSubscription/list.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/logSubscription/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/logUrl/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/logUrl/create.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/logUrl/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/metricsToken/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/metricsToken/get.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/metricsToken/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/module/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/module/create.operation.js +0 -80
- package/dist/nodes/OvhCloudHosting/web/module/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/module/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/module/delete.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/module/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/module/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/module/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/module/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/module/list/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/module/list/get.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/module/list/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/module/list/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/module/list/list.operation.js +0 -41
- package/dist/nodes/OvhCloudHosting/web/module/list/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/module/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/module/list.operation.js +0 -80
- package/dist/nodes/OvhCloudHosting/web/module/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/offerCapabilities/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/offerCapabilities/list.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/offerCapabilities/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/oom/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/oom/get.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/oom/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/capabilities/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/capabilities/get.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/capabilities/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/changeConfiguration.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/changeConfiguration.operation.js +0 -79
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/changeConfiguration.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/get.operation.js +0 -26
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/list.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/recommendedValues/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/recommendedValues/get.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/recommendedValues/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/refresh.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/refresh.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/refresh.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/rollback.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/rollback.operation.js +0 -38
- package/dist/nodes/OvhCloudHosting/web/ovhConfig/rollback.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ownLogs/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ownLogs/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/ownLogs/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ownLogs/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ownLogs/list.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/ownLogs/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/changePassword.operation.js +0 -46
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/create.operation.js +0 -65
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/delete.operation.js +0 -44
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/get.operation.js +0 -44
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/list.operation.js +0 -65
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/update.operation.js +0 -44
- package/dist/nodes/OvhCloudHosting/web/ownLogs/userLogs/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/privateDatabases/creationCapabilities/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/privateDatabases/creationCapabilities/get.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/privateDatabases/creationCapabilities/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/privateDatabases/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/privateDatabases/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/privateDatabases/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/request/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/request/create.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/request/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/index.d.ts +0 -2
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/index.js +0 -41
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/ssl/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/ssl/create.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/ssl/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/ssl/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/ssl/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/ssl/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/ssl/index.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/ssl/index.js +0 -13
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/ssl/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/ssl/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/ssl/list.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/attachedDomain/ssl/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/create.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/get.operation.js +0 -44
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/index.d.ts +0 -5
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/index.js +0 -19
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/list.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/update.operation.js +0 -44
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/domainOptions/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/index.js +0 -38
- package/dist/nodes/OvhCloudHosting/web/resources/cdn/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/configuration/index.d.ts +0 -2
- package/dist/nodes/OvhCloudHosting/web/resources/configuration/index.js +0 -10
- package/dist/nodes/OvhCloudHosting/web/resources/configuration/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/configuration/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/configuration/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/resources/configuration/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/configuration/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/configuration/update.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/web/resources/configuration/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/cron/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/cron/create.operation.js +0 -69
- package/dist/nodes/OvhCloudHosting/web/resources/cron/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/cron/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/cron/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/cron/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/cron/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/cron/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/cron/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/cron/index.d.ts +0 -5
- package/dist/nodes/OvhCloudHosting/web/resources/cron/index.js +0 -19
- package/dist/nodes/OvhCloudHosting/web/resources/cron/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/cron/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/cron/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/resources/cron/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/cron/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/cron/update.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/cron/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/database/copy/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/database/copy/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/web/resources/database/copy/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/database/copy/index.d.ts +0 -2
- package/dist/nodes/OvhCloudHosting/web/resources/database/copy/index.js +0 -10
- package/dist/nodes/OvhCloudHosting/web/resources/database/copy/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/database/copy/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/database/copy/list.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/database/copy/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/database/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/database/create.operation.js +0 -57
- package/dist/nodes/OvhCloudHosting/web/resources/database/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/database/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/database/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/database/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/database/dump/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/database/dump/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/web/resources/database/dump/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/database/dump/index.d.ts +0 -2
- package/dist/nodes/OvhCloudHosting/web/resources/database/dump/index.js +0 -10
- package/dist/nodes/OvhCloudHosting/web/resources/database/dump/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/database/dump/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/database/dump/list.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/database/dump/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/database/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/database/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/database/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/database/index.d.ts +0 -7
- package/dist/nodes/OvhCloudHosting/web/resources/database/index.js +0 -54
- package/dist/nodes/OvhCloudHosting/web/resources/database/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/database/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/database/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/resources/database/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/database/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/database/update.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/database/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/dump/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/dump/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/dump/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/dump/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/dump/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/dump/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/dump/index.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/dump/index.js +0 -13
- package/dist/nodes/OvhCloudHosting/web/resources/dump/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/dump/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/dump/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/resources/dump/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/email/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/email/index.js +0 -7
- package/dist/nodes/OvhCloudHosting/web/resources/email/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/email/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/email/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/resources/email/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/create.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/index.d.ts +0 -5
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/index.js +0 -19
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/update.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/envVar/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/index.d.ts +0 -18
- package/dist/nodes/OvhCloudHosting/web/resources/index.js +0 -55
- package/dist/nodes/OvhCloudHosting/web/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/logSubscription/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/logSubscription/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/logSubscription/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/logSubscription/index.d.ts +0 -2
- package/dist/nodes/OvhCloudHosting/web/resources/logSubscription/index.js +0 -10
- package/dist/nodes/OvhCloudHosting/web/resources/logSubscription/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/logSubscription/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/logSubscription/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/resources/logSubscription/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/module/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/module/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/module/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/module/index.d.ts +0 -2
- package/dist/nodes/OvhCloudHosting/web/resources/module/index.js +0 -10
- package/dist/nodes/OvhCloudHosting/web/resources/module/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/module/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/module/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/resources/module/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/ownLogs/deleteUser.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/ownLogs/deleteUser.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/web/resources/ownLogs/deleteUser.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/ownLogs/getUser.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/ownLogs/getUser.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/web/resources/ownLogs/getUser.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/ownLogs/index.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/ownLogs/index.js +0 -13
- package/dist/nodes/OvhCloudHosting/web/resources/ownLogs/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/ownLogs/listUsers.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/ownLogs/listUsers.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/ownLogs/listUsers.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/create.operation.js +0 -45
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/index.d.ts +0 -5
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/index.js +0 -19
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/update.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/runtime/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/serviceInfos/get.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudHosting/web/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudHosting/web/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/serviceInfos/update.operation.js +0 -39
- package/dist/nodes/OvhCloudHosting/web/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/sshKey/index.d.ts +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/sshKey/index.js +0 -7
- package/dist/nodes/OvhCloudHosting/web/resources/sshKey/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/sshKey/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/sshKey/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/resources/sshKey/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/ssl/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/ssl/delete.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/resources/ssl/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/ssl/index.d.ts +0 -2
- package/dist/nodes/OvhCloudHosting/web/resources/ssl/index.js +0 -10
- package/dist/nodes/OvhCloudHosting/web/resources/ssl/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/ssl/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/ssl/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/resources/ssl/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/user/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/user/create.operation.js +0 -58
- package/dist/nodes/OvhCloudHosting/web/resources/user/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/user/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/user/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/user/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/user/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/user/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/user/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/user/index.d.ts +0 -5
- package/dist/nodes/OvhCloudHosting/web/resources/user/index.js +0 -19
- package/dist/nodes/OvhCloudHosting/web/resources/user/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/user/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/user/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/resources/user/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/user/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/user/update.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/user/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/userLogs/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/userLogs/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/userLogs/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/userLogs/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/userLogs/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/userLogs/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/userLogs/index.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/userLogs/index.js +0 -13
- package/dist/nodes/OvhCloudHosting/web/resources/userLogs/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/userLogs/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/userLogs/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/resources/userLogs/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/website/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/website/create.operation.js +0 -59
- package/dist/nodes/OvhCloudHosting/web/resources/website/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/website/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/website/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/website/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/website/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/website/get.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/website/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/website/index.d.ts +0 -5
- package/dist/nodes/OvhCloudHosting/web/resources/website/index.js +0 -19
- package/dist/nodes/OvhCloudHosting/web/resources/website/index.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/website/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/website/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/resources/website/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/resources/website/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/resources/website/update.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/resources/website/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/restoreSnapshot/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/restoreSnapshot/create.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/restoreSnapshot/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/runtime/attachedDomains/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/runtime/attachedDomains/list.operation.js +0 -25
- package/dist/nodes/OvhCloudHosting/web/runtime/attachedDomains/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/runtime/availableTypes/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/runtime/availableTypes/list.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/runtime/availableTypes/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/runtime/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/runtime/create.operation.js +0 -89
- package/dist/nodes/OvhCloudHosting/web/runtime/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/runtime/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/runtime/delete.operation.js +0 -34
- package/dist/nodes/OvhCloudHosting/web/runtime/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/runtime/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/runtime/get.operation.js +0 -34
- package/dist/nodes/OvhCloudHosting/web/runtime/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/runtime/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/runtime/list.operation.js +0 -89
- package/dist/nodes/OvhCloudHosting/web/runtime/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/runtime/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/runtime/update.operation.js +0 -34
- package/dist/nodes/OvhCloudHosting/web/runtime/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/serviceInfos/get.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/serviceInfos/update.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/sshKey/generate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/sshKey/generate.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/sshKey/generate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/sshKey/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/sshKey/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/sshKey/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ssl/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ssl/create.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/ssl/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ssl/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ssl/delete.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/ssl/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ssl/domains/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ssl/domains/get.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/ssl/domains/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ssl/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ssl/list.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/ssl/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ssl/regenerate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ssl/regenerate.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/ssl/regenerate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/ssl/report/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/ssl/report/get.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/ssl/report/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/statistics/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/statistics/get.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/statistics/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/task/get.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/task/list.operation.js +0 -36
- package/dist/nodes/OvhCloudHosting/web/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/terminate.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/token/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/token/create.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/token/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/token/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/token/list.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/token/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/unblockTcpOut/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/unblockTcpOut/create.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/unblockTcpOut/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/update.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/user/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/user/changePassword.operation.js +0 -39
- package/dist/nodes/OvhCloudHosting/web/user/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/user/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/user/create.operation.js +0 -54
- package/dist/nodes/OvhCloudHosting/web/user/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/user/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/user/delete.operation.js +0 -34
- package/dist/nodes/OvhCloudHosting/web/user/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/user/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/user/get.operation.js +0 -34
- package/dist/nodes/OvhCloudHosting/web/user/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/user/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/user/list.operation.js +0 -54
- package/dist/nodes/OvhCloudHosting/web/user/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/user/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/user/update.operation.js +0 -34
- package/dist/nodes/OvhCloudHosting/web/user/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/userLogs/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/userLogs/changePassword.operation.js +0 -36
- package/dist/nodes/OvhCloudHosting/web/userLogs/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/userLogs/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/userLogs/create.operation.js +0 -55
- package/dist/nodes/OvhCloudHosting/web/userLogs/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/userLogs/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/userLogs/delete.operation.js +0 -34
- package/dist/nodes/OvhCloudHosting/web/userLogs/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/userLogs/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/userLogs/get.operation.js +0 -34
- package/dist/nodes/OvhCloudHosting/web/userLogs/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/userLogs/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/userLogs/list.operation.js +0 -55
- package/dist/nodes/OvhCloudHosting/web/userLogs/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/userLogs/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/userLogs/update.operation.js +0 -34
- package/dist/nodes/OvhCloudHosting/web/userLogs/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/vcs/supported/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/vcs/supported/list.operation.js +0 -14
- package/dist/nodes/OvhCloudHosting/web/vcs/supported/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/vcs/webhooks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/vcs/webhooks/list.operation.js +0 -35
- package/dist/nodes/OvhCloudHosting/web/vcs/webhooks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/website/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/website/create.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/website/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/website/creationCapabilities/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/website/creationCapabilities/get.operation.js +0 -15
- package/dist/nodes/OvhCloudHosting/web/website/creationCapabilities/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/website/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/website/delete.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/website/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/website/deploy.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/website/deploy.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/website/deploy.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/website/deployment/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/website/deployment/get.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/website/deployment/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/website/deployment/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/website/deployment/list.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/website/deployment/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/website/deployment/logs.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/website/deployment/logs.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/website/deployment/logs.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/website/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/website/get.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/website/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/website/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/website/list.operation.js +0 -24
- package/dist/nodes/OvhCloudHosting/web/website/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudHosting/web/website/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudHosting/web/website/update.operation.js +0 -33
- package/dist/nodes/OvhCloudHosting/web/website/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/OvhCloudIam.node.d.ts +0 -11
- package/dist/nodes/OvhCloudIam/OvhCloudIam.node.js +0 -51
- package/dist/nodes/OvhCloudIam/OvhCloudIam.node.js.map +0 -1
- package/dist/nodes/OvhCloudIam/OvhCloudIam.node.json +0 -20
- package/dist/nodes/OvhCloudIam/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/get.operation.js +0 -25
- package/dist/nodes/OvhCloudIam/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/iam/get.operation.js +0 -25
- package/dist/nodes/OvhCloudIam/iam/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/iam/index.js +0 -229
- package/dist/nodes/OvhCloudIam/iam/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/iam/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIam/iam/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/authorization/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/iam/resources/authorization/get.operation.js +0 -25
- package/dist/nodes/OvhCloudIam/iam/resources/authorization/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/authorization/index.d.ts +0 -2
- package/dist/nodes/OvhCloudIam/iam/resources/authorization/index.js +0 -10
- package/dist/nodes/OvhCloudIam/iam/resources/authorization/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/authorization/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/iam/resources/authorization/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIam/iam/resources/authorization/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/index.d.ts +0 -7
- package/dist/nodes/OvhCloudIam/iam/resources/index.js +0 -44
- package/dist/nodes/OvhCloudIam/iam/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/log/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/iam/resources/log/get.operation.js +0 -25
- package/dist/nodes/OvhCloudIam/iam/resources/log/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/log/index.d.ts +0 -2
- package/dist/nodes/OvhCloudIam/iam/resources/log/index.js +0 -10
- package/dist/nodes/OvhCloudIam/iam/resources/log/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/log/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/iam/resources/log/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIam/iam/resources/log/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/permissionsGroup/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/iam/resources/permissionsGroup/get.operation.js +0 -25
- package/dist/nodes/OvhCloudIam/iam/resources/permissionsGroup/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/permissionsGroup/index.d.ts +0 -2
- package/dist/nodes/OvhCloudIam/iam/resources/permissionsGroup/index.js +0 -10
- package/dist/nodes/OvhCloudIam/iam/resources/permissionsGroup/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/permissionsGroup/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/iam/resources/permissionsGroup/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIam/iam/resources/permissionsGroup/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/policy/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/iam/resources/policy/get.operation.js +0 -25
- package/dist/nodes/OvhCloudIam/iam/resources/policy/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/policy/index.d.ts +0 -2
- package/dist/nodes/OvhCloudIam/iam/resources/policy/index.js +0 -10
- package/dist/nodes/OvhCloudIam/iam/resources/policy/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/policy/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/iam/resources/policy/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIam/iam/resources/policy/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/reference/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/reference/index.js +0 -7
- package/dist/nodes/OvhCloudIam/iam/resources/reference/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/reference/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/iam/resources/reference/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIam/iam/resources/reference/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/resource/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/iam/resources/resource/get.operation.js +0 -25
- package/dist/nodes/OvhCloudIam/iam/resources/resource/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/resource/index.d.ts +0 -2
- package/dist/nodes/OvhCloudIam/iam/resources/resource/index.js +0 -10
- package/dist/nodes/OvhCloudIam/iam/resources/resource/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/resource/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/iam/resources/resource/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIam/iam/resources/resource/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/resourceGroup/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/iam/resources/resourceGroup/get.operation.js +0 -25
- package/dist/nodes/OvhCloudIam/iam/resources/resourceGroup/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/resourceGroup/index.d.ts +0 -2
- package/dist/nodes/OvhCloudIam/iam/resources/resourceGroup/index.js +0 -10
- package/dist/nodes/OvhCloudIam/iam/resources/resourceGroup/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/iam/resources/resourceGroup/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/iam/resources/resourceGroup/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIam/iam/resources/resourceGroup/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/index.js +0 -229
- package/dist/nodes/OvhCloudIam/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIam/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/authorization/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/resources/authorization/get.operation.js +0 -25
- package/dist/nodes/OvhCloudIam/resources/authorization/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/authorization/index.d.ts +0 -2
- package/dist/nodes/OvhCloudIam/resources/authorization/index.js +0 -10
- package/dist/nodes/OvhCloudIam/resources/authorization/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/authorization/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/resources/authorization/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIam/resources/authorization/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/index.d.ts +0 -7
- package/dist/nodes/OvhCloudIam/resources/index.js +0 -44
- package/dist/nodes/OvhCloudIam/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/log/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/resources/log/get.operation.js +0 -25
- package/dist/nodes/OvhCloudIam/resources/log/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/log/index.d.ts +0 -2
- package/dist/nodes/OvhCloudIam/resources/log/index.js +0 -10
- package/dist/nodes/OvhCloudIam/resources/log/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/log/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/resources/log/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIam/resources/log/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/permissionsGroup/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/resources/permissionsGroup/get.operation.js +0 -25
- package/dist/nodes/OvhCloudIam/resources/permissionsGroup/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/permissionsGroup/index.d.ts +0 -2
- package/dist/nodes/OvhCloudIam/resources/permissionsGroup/index.js +0 -10
- package/dist/nodes/OvhCloudIam/resources/permissionsGroup/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/permissionsGroup/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/resources/permissionsGroup/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIam/resources/permissionsGroup/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/policy/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/resources/policy/get.operation.js +0 -25
- package/dist/nodes/OvhCloudIam/resources/policy/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/policy/index.d.ts +0 -2
- package/dist/nodes/OvhCloudIam/resources/policy/index.js +0 -10
- package/dist/nodes/OvhCloudIam/resources/policy/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/policy/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/resources/policy/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIam/resources/policy/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/reference/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIam/resources/reference/index.js +0 -7
- package/dist/nodes/OvhCloudIam/resources/reference/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/reference/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/resources/reference/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIam/resources/reference/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/resource/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/resources/resource/get.operation.js +0 -25
- package/dist/nodes/OvhCloudIam/resources/resource/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/resource/index.d.ts +0 -2
- package/dist/nodes/OvhCloudIam/resources/resource/index.js +0 -10
- package/dist/nodes/OvhCloudIam/resources/resource/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/resource/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/resources/resource/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIam/resources/resource/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/resourceGroup/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/resources/resourceGroup/get.operation.js +0 -25
- package/dist/nodes/OvhCloudIam/resources/resourceGroup/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/resourceGroup/index.d.ts +0 -2
- package/dist/nodes/OvhCloudIam/resources/resourceGroup/index.js +0 -10
- package/dist/nodes/OvhCloudIam/resources/resourceGroup/index.js.map +0 -1
- package/dist/nodes/OvhCloudIam/resources/resourceGroup/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIam/resources/resourceGroup/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIam/resources/resourceGroup/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/OvhCloudIp.node.d.ts +0 -11
- package/dist/nodes/OvhCloudIp/OvhCloudIp.node.js +0 -51
- package/dist/nodes/OvhCloudIp/OvhCloudIp.node.js.map +0 -1
- package/dist/nodes/OvhCloudIp/OvhCloudIp.node.json +0 -20
- package/dist/nodes/OvhCloudIp/campusList.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/campusList.operation.js +0 -14
- package/dist/nodes/OvhCloudIp/campusList.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/changeOrg.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/changeOrg.operation.js +0 -37
- package/dist/nodes/OvhCloudIp/changeOrg.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/get.operation.js +0 -25
- package/dist/nodes/OvhCloudIp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/index.js +0 -775
- package/dist/nodes/OvhCloudIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIp/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/move.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/move.operation.js +0 -35
- package/dist/nodes/OvhCloudIp/move.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/moveList.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/moveList.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/moveList.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/park.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/park.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/park.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipAntihack/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipAntihack/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIp/resources/ipAntihack/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipAntihack/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipAntihack/index.js +0 -40
- package/dist/nodes/OvhCloudIp/resources/ipAntihack/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipAntihack/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipAntihack/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/resources/ipAntihack/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipAntihack/unblock.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipAntihack/unblock.operation.js +0 -35
- package/dist/nodes/OvhCloudIp/resources/ipAntihack/unblock.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipArp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipArp/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIp/resources/ipArp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipArp/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipArp/index.js +0 -64
- package/dist/nodes/OvhCloudIp/resources/ipArp/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipArp/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipArp/list.operation.js +0 -38
- package/dist/nodes/OvhCloudIp/resources/ipArp/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipArp/unblock.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipArp/unblock.operation.js +0 -35
- package/dist/nodes/OvhCloudIp/resources/ipArp/unblock.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipBringYourOwnIp/aggregate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipBringYourOwnIp/aggregate.operation.js +0 -36
- package/dist/nodes/OvhCloudIp/resources/ipBringYourOwnIp/aggregate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipBringYourOwnIp/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipBringYourOwnIp/index.js +0 -76
- package/dist/nodes/OvhCloudIp/resources/ipBringYourOwnIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipBringYourOwnIp/listAggregation.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipBringYourOwnIp/listAggregation.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/resources/ipBringYourOwnIp/listAggregation.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipBringYourOwnIp/listSlicing.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipBringYourOwnIp/listSlicing.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/resources/ipBringYourOwnIp/listSlicing.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipBringYourOwnIp/slice.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipBringYourOwnIp/slice.operation.js +0 -37
- package/dist/nodes/OvhCloudIp/resources/ipBringYourOwnIp/slice.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipDelegation/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipDelegation/create.operation.js +0 -37
- package/dist/nodes/OvhCloudIp/resources/ipDelegation/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipDelegation/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipDelegation/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudIp/resources/ipDelegation/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipDelegation/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipDelegation/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIp/resources/ipDelegation/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipDelegation/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipDelegation/index.js +0 -76
- package/dist/nodes/OvhCloudIp/resources/ipDelegation/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipDelegation/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipDelegation/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/resources/ipDelegation/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/create.operation.js +0 -37
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/index.js +0 -52
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/update.operation.js +0 -57
- package/dist/nodes/OvhCloudIp/resources/ipFirewall/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipFirewallRule/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipFirewallRule/create.operation.js +0 -89
- package/dist/nodes/OvhCloudIp/resources/ipFirewallRule/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipFirewallRule/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipFirewallRule/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudIp/resources/ipFirewallRule/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipFirewallRule/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipFirewallRule/get.operation.js +0 -45
- package/dist/nodes/OvhCloudIp/resources/ipFirewallRule/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipFirewallRule/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipFirewallRule/index.js +0 -76
- package/dist/nodes/OvhCloudIp/resources/ipFirewallRule/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipFirewallRule/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipFirewallRule/list.operation.js +0 -50
- package/dist/nodes/OvhCloudIp/resources/ipFirewallRule/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipGame/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipGame/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIp/resources/ipGame/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipGame/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipGame/index.js +0 -52
- package/dist/nodes/OvhCloudIp/resources/ipGame/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipGame/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipGame/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/resources/ipGame/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipGameRule/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipGameRule/create.operation.js +0 -67
- package/dist/nodes/OvhCloudIp/resources/ipGameRule/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipGameRule/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipGameRule/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudIp/resources/ipGameRule/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipGameRule/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipGameRule/get.operation.js +0 -44
- package/dist/nodes/OvhCloudIp/resources/ipGameRule/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipGameRule/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipGameRule/index.js +0 -76
- package/dist/nodes/OvhCloudIp/resources/ipGameRule/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipGameRule/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipGameRule/list.operation.js +0 -16
- package/dist/nodes/OvhCloudIp/resources/ipGameRule/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipLicense/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipLicense/index.js +0 -40
- package/dist/nodes/OvhCloudIp/resources/ipLicense/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipLicense/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipLicense/list.operation.js +0 -45
- package/dist/nodes/OvhCloudIp/resources/ipLicense/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipMigrationToken/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipMigrationToken/create.operation.js +0 -37
- package/dist/nodes/OvhCloudIp/resources/ipMigrationToken/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipMigrationToken/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipMigrationToken/get.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/resources/ipMigrationToken/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipMigrationToken/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipMigrationToken/index.js +0 -54
- package/dist/nodes/OvhCloudIp/resources/ipMigrationToken/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipMitigation/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipMitigation/get.operation.js +0 -25
- package/dist/nodes/OvhCloudIp/resources/ipMitigation/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipMitigation/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipMitigation/index.js +0 -40
- package/dist/nodes/OvhCloudIp/resources/ipMitigation/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/create.operation.js +0 -53
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/index.js +0 -90
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/update.operation.js +0 -55
- package/dist/nodes/OvhCloudIp/resources/ipMitigationProfiles/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipPhishing/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipPhishing/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIp/resources/ipPhishing/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipPhishing/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipPhishing/index.js +0 -52
- package/dist/nodes/OvhCloudIp/resources/ipPhishing/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipPhishing/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipPhishing/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/resources/ipPhishing/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipReverse/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipReverse/index.js +0 -40
- package/dist/nodes/OvhCloudIp/resources/ipReverse/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipReverse/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipReverse/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/resources/ipReverse/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipRipe/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipRipe/get.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/resources/ipRipe/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipRipe/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipRipe/index.js +0 -52
- package/dist/nodes/OvhCloudIp/resources/ipRipe/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipRipe/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipRipe/update.operation.js +0 -43
- package/dist/nodes/OvhCloudIp/resources/ipRipe/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipSpam/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipSpam/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIp/resources/ipSpam/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipSpam/getStats.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipSpam/getStats.operation.js +0 -60
- package/dist/nodes/OvhCloudIp/resources/ipSpam/getStats.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipSpam/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipSpam/index.js +0 -76
- package/dist/nodes/OvhCloudIp/resources/ipSpam/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipSpam/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipSpam/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/resources/ipSpam/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipSpam/unblock.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipSpam/unblock.operation.js +0 -35
- package/dist/nodes/OvhCloudIp/resources/ipSpam/unblock.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipTask/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipTask/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIp/resources/ipTask/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipTask/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipTask/index.js +0 -52
- package/dist/nodes/OvhCloudIp/resources/ipTask/index.js.map +0 -1
- package/dist/nodes/OvhCloudIp/resources/ipTask/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/resources/ipTask/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/resources/ipTask/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/serviceChangeContact.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/serviceChangeContact.operation.js +0 -57
- package/dist/nodes/OvhCloudIp/serviceChangeContact.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/serviceConfirmTermination.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/serviceConfirmTermination.operation.js +0 -77
- package/dist/nodes/OvhCloudIp/serviceConfirmTermination.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/serviceGet.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/serviceGet.operation.js +0 -25
- package/dist/nodes/OvhCloudIp/serviceGet.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/serviceInfosGet.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/serviceInfosGet.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/serviceInfosGet.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/serviceInfosUpdate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/serviceInfosUpdate.operation.js +0 -59
- package/dist/nodes/OvhCloudIp/serviceInfosUpdate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/serviceList.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/serviceList.operation.js +0 -14
- package/dist/nodes/OvhCloudIp/serviceList.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/serviceTerminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/serviceTerminate.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/serviceTerminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/serviceUpdate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/serviceUpdate.operation.js +0 -59
- package/dist/nodes/OvhCloudIp/serviceUpdate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/terminate.operation.js +0 -15
- package/dist/nodes/OvhCloudIp/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIp/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIp/update.operation.js +0 -50
- package/dist/nodes/OvhCloudIp/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/OvhCloudIpLoadbalancing.node.d.ts +0 -11
- package/dist/nodes/OvhCloudIpLoadbalancing/OvhCloudIpLoadbalancing.node.js +0 -51
- package/dist/nodes/OvhCloudIpLoadbalancing/OvhCloudIpLoadbalancing.node.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/OvhCloudIpLoadbalancing.node.json +0 -20
- package/dist/nodes/OvhCloudIpLoadbalancing/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/get.operation.js +0 -25
- package/dist/nodes/OvhCloudIpLoadbalancing/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/index.js +0 -1413
- package/dist/nodes/OvhCloudIpLoadbalancing/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/list.operation.js +0 -14
- package/dist/nodes/OvhCloudIpLoadbalancing/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFarmProbes/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFarmProbes/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFarmProbes/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFarmProbes/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFarmProbes/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFarmProbes/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFarmType/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFarmType/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFarmType/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFarmType/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFarmType/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFarmType/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFrontendType/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFrontendType/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFrontendType/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFrontendType/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFrontendType/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableFrontendType/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableRouteActions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableRouteActions/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableRouteActions/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableRouteActions/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableRouteActions/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableRouteActions/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableRouteRules/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableRouteRules/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableRouteRules/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableRouteRules/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableRouteRules/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/availableRouteRules/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/changeContact/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/changeContact/create.operation.js +0 -61
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/changeContact/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/confirmTermination/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/confirmTermination/operation.js +0 -38
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/confirmTermination/operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedFarms/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedFarms/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedFarms/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedFarms/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedFarms/list.operation.js +0 -37
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedFarms/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedFrontends/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedFrontends/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedFrontends/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedFrontends/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedFrontends/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedFrontends/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedRoutes/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedRoutes/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedRoutes/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedRoutes/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedRoutes/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/definedRoutes/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/failover/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/failover/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/failover/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/failover/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/failover/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/failover/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/freeCertificate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/freeCertificate/create.operation.js +0 -36
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/freeCertificate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/freeCertificate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/freeCertificate/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/freeCertificate/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/create.operation.js +0 -75
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/index.d.ts +0 -5
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/index.js +0 -19
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/list.operation.js +0 -48
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/update.operation.js +0 -121
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarm/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/create.operation.js +0 -81
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/get.operation.js +0 -45
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/index.d.ts +0 -5
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/index.js +0 -19
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/list.operation.js +0 -58
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/update.operation.js +0 -82
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFarmServer/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/create.operation.js +0 -69
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/index.d.ts +0 -5
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/index.js +0 -19
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/list.operation.js +0 -59
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/update.operation.js +0 -69
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpFrontend/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/create.operation.js +0 -58
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/index.d.ts +0 -5
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/index.js +0 -19
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/list.operation.js +0 -37
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/update.operation.js +0 -58
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRoute/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/create.operation.js +0 -75
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/get.operation.js +0 -45
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/index.d.ts +0 -5
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/index.js +0 -19
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/list.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/update.operation.js +0 -88
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/httpRouteRule/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/index.d.ts +0 -44
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/index.js +0 -81
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/instancesState/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/instancesState/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/instancesState/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/instancesState/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/instancesState/operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/instancesState/operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logKind/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logKind/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logKind/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logKind/index.d.ts +0 -2
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logKind/index.js +0 -10
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logKind/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logKind/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logKind/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logKind/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logSubscription/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logSubscription/create.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logSubscription/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logSubscription/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logSubscription/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logSubscription/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logSubscription/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logSubscription/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logSubscription/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logSubscription/index.d.ts +0 -4
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logSubscription/index.js +0 -16
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logSubscription/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logSubscription/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logSubscription/list.operation.js +0 -37
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logSubscription/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logUrl/generate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logUrl/generate.operation.js +0 -34
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logUrl/generate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logUrl/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logUrl/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/logUrl/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/metricsToken/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/metricsToken/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/metricsToken/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/metricsToken/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/metricsToken/operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/metricsToken/operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/natIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/natIp/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/natIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/natIp/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/natIp/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/natIp/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/pendingChanges/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/pendingChanges/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/pendingChanges/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/pendingChanges/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/pendingChanges/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/pendingChanges/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quota/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quota/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quota/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quota/index.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quota/index.js +0 -13
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quota/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quota/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quota/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quota/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quota/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quota/update.operation.js +0 -47
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quota/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quotaHistory/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quotaHistory/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quotaHistory/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quotaHistory/index.d.ts +0 -2
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quotaHistory/index.js +0 -10
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quotaHistory/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quotaHistory/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quotaHistory/list.operation.js +0 -37
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/quotaHistory/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/refresh/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/refresh/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/refresh/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/refresh/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/refresh/operation.js +0 -37
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/refresh/operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/serviceInfos/update.operation.js +0 -61
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/create.operation.js +0 -52
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/index.d.ts +0 -5
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/index.js +0 -19
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/list.operation.js +0 -37
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/update.operation.js +0 -64
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/ssl/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/status/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/status/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/status/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/status/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/status/operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/status/operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/task/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/task/index.d.ts +0 -2
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/task/index.js +0 -10
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/task/list.operation.js +0 -48
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/create.operation.js +0 -63
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/index.d.ts +0 -5
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/index.js +0 -19
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/list.operation.js +0 -48
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/update.operation.js +0 -75
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarm/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/create.operation.js +0 -70
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/get.operation.js +0 -45
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/index.d.ts +0 -5
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/index.js +0 -19
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/list.operation.js +0 -58
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/update.operation.js +0 -81
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFarmServer/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/create.operation.js +0 -69
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/index.d.ts +0 -5
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/index.js +0 -19
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/list.operation.js +0 -59
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/update.operation.js +0 -69
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpFrontend/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/create.operation.js +0 -47
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/delete.operation.js +0 -11
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/index.d.ts +0 -5
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/index.js +0 -19
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/list.operation.js +0 -37
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/update.operation.js +0 -47
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRoute/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/create.operation.js +0 -75
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/get.operation.js +0 -45
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/index.d.ts +0 -5
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/index.js +0 -19
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/list.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/update.operation.js +0 -88
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/tcpRouteRule/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/terminate/operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/terminate/operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/terminate/operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/create.operation.js +0 -48
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/index.d.ts +0 -5
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/index.js +0 -19
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/list.operation.js +0 -48
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/update.operation.js +0 -58
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarm/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/create.operation.js +0 -70
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/get.operation.js +0 -45
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/index.d.ts +0 -5
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/index.js +0 -19
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/list.operation.js +0 -58
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/update.operation.js +0 -81
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFarmServer/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/create.operation.js +0 -69
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/index.d.ts +0 -5
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/index.js +0 -19
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/list.operation.js +0 -59
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/update.operation.js +0 -69
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/udpFrontend/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/create.operation.js +0 -47
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/index.d.ts +0 -6
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/index.js +0 -22
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/list.operation.js +0 -48
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/update.operation.js +0 -47
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/updateFarmId.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/updateFarmId.operation.js +0 -46
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetwork/updateFarmId.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetworkCreationRules/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetworkCreationRules/get.operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetworkCreationRules/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetworkCreationRules/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetworkCreationRules/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackNetworkCreationRules/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackStatus/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackStatus/get.operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackStatus/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackStatus/index.d.ts +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackStatus/index.js +0 -7
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/vrackStatus/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/zone/cancelTermination.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/zone/cancelTermination.operation.js +0 -16
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/zone/cancelTermination.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/zone/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/zone/get.operation.js +0 -35
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/zone/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/zone/index.d.ts +0 -4
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/zone/index.js +0 -16
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/zone/index.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/zone/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/zone/list.operation.js +0 -15
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/zone/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/zone/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/zone/terminate.operation.js +0 -16
- package/dist/nodes/OvhCloudIpLoadbalancing/resources/zone/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudIpLoadbalancing/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudIpLoadbalancing/update.operation.js +0 -70
- package/dist/nodes/OvhCloudIpLoadbalancing/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/OvhCloudLicenseCloudLinux.node.d.ts +0 -11
- package/dist/nodes/OvhCloudLicenseCloudLinux/OvhCloudLicenseCloudLinux.node.js +0 -51
- package/dist/nodes/OvhCloudLicenseCloudLinux/OvhCloudLicenseCloudLinux.node.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/OvhCloudLicenseCloudLinux.node.json +0 -20
- package/dist/nodes/OvhCloudLicenseCloudLinux/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseCloudLinux/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/index.js +0 -136
- package/dist/nodes/OvhCloudLicenseCloudLinux/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/index.js +0 -136
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/orderableVersions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/orderableVersions/get.operation.js +0 -27
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/orderableVersions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/orderableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/orderableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/orderableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/orderableVersions/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/orderableVersions/list.operation.js +0 -27
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/orderableVersions/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCloudLinux/licenseCloudLinux/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseCloudLinux/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/orderableVersions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/orderableVersions/get.operation.js +0 -27
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/orderableVersions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/orderableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/orderableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/orderableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/orderableVersions/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/orderableVersions/list.operation.js +0 -27
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/orderableVersions/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCloudLinux/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/OvhCloudLicenseCpanel.node.d.ts +0 -11
- package/dist/nodes/OvhCloudLicenseCpanel/OvhCloudLicenseCpanel.node.js +0 -51
- package/dist/nodes/OvhCloudLicenseCpanel/OvhCloudLicenseCpanel.node.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/OvhCloudLicenseCpanel.node.json +0 -20
- package/dist/nodes/OvhCloudLicenseCpanel/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseCpanel/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/index.js +0 -184
- package/dist/nodes/OvhCloudLicenseCpanel/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/index.js +0 -184
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/allowedDestinationIp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/allowedDestinationIp/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/allowedDestinationIp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/allowedDestinationIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/allowedDestinationIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/allowedDestinationIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/canLicenseBeMovedTo/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/canLicenseBeMovedTo/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/canLicenseBeMovedTo/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/canLicenseBeMovedTo/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/canLicenseBeMovedTo/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/canLicenseBeMovedTo/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/changeIp/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/changeIp/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/changeIp/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/changeIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/changeIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/changeIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/orderableVersions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/orderableVersions/get.operation.js +0 -27
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/orderableVersions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/orderableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/orderableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/orderableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCpanel/licenseCpanel/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseCpanel/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/allowedDestinationIp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/resources/allowedDestinationIp/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseCpanel/resources/allowedDestinationIp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/allowedDestinationIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/allowedDestinationIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCpanel/resources/allowedDestinationIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/canLicenseBeMovedTo/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/resources/canLicenseBeMovedTo/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseCpanel/resources/canLicenseBeMovedTo/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/canLicenseBeMovedTo/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/canLicenseBeMovedTo/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCpanel/resources/canLicenseBeMovedTo/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/changeIp/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/resources/changeIp/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseCpanel/resources/changeIp/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/changeIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/changeIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCpanel/resources/changeIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseCpanel/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCpanel/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/orderableVersions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/resources/orderableVersions/get.operation.js +0 -27
- package/dist/nodes/OvhCloudLicenseCpanel/resources/orderableVersions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/orderableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/orderableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCpanel/resources/orderableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseCpanel/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseCpanel/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseCpanel/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseCpanel/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseCpanel/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseCpanel/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseCpanel/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseCpanel/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseCpanel/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCpanel/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseCpanel/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseCpanel/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseCpanel/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseCpanel/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/OvhCloudLicenseDirectadmin.node.d.ts +0 -11
- package/dist/nodes/OvhCloudLicenseDirectadmin/OvhCloudLicenseDirectadmin.node.js +0 -51
- package/dist/nodes/OvhCloudLicenseDirectadmin/OvhCloudLicenseDirectadmin.node.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/OvhCloudLicenseDirectadmin.node.json +0 -20
- package/dist/nodes/OvhCloudLicenseDirectadmin/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseDirectadmin/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/index.js +0 -196
- package/dist/nodes/OvhCloudLicenseDirectadmin/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/index.js +0 -196
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/allowedDestinationIp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/allowedDestinationIp/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/allowedDestinationIp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/allowedDestinationIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/allowedDestinationIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/allowedDestinationIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/canLicenseBeMovedTo/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/canLicenseBeMovedTo/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/canLicenseBeMovedTo/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/canLicenseBeMovedTo/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/canLicenseBeMovedTo/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/canLicenseBeMovedTo/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/changeIp/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/changeIp/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/changeIp/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/changeIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/changeIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/changeIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/changeOs/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/changeOs/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/changeOs/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/changeOs/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/changeOs/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/changeOs/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/orderableVersions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/orderableVersions/get.operation.js +0 -27
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/orderableVersions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/orderableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/orderableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/orderableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseDirectadmin/licenseDirectadmin/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseDirectadmin/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/allowedDestinationIp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/allowedDestinationIp/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/allowedDestinationIp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/allowedDestinationIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/allowedDestinationIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/allowedDestinationIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/canLicenseBeMovedTo/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/canLicenseBeMovedTo/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/canLicenseBeMovedTo/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/canLicenseBeMovedTo/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/canLicenseBeMovedTo/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/canLicenseBeMovedTo/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/changeIp/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/changeIp/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/changeIp/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/changeIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/changeIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/changeIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/changeOs/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/changeOs/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/changeOs/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/changeOs/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/changeOs/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/changeOs/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/orderableVersions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/orderableVersions/get.operation.js +0 -27
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/orderableVersions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/orderableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/orderableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/orderableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseDirectadmin/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/OvhCloudLicenseHycu.node.d.ts +0 -11
- package/dist/nodes/OvhCloudLicenseHycu/OvhCloudLicenseHycu.node.js +0 -51
- package/dist/nodes/OvhCloudLicenseHycu/OvhCloudLicenseHycu.node.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/OvhCloudLicenseHycu.node.json +0 -20
- package/dist/nodes/OvhCloudLicenseHycu/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseHycu/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/index.js +0 -149
- package/dist/nodes/OvhCloudLicenseHycu/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/index.js +0 -149
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/activate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/activate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/activate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/activate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/activate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/activate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/license/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/license/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/license/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/license/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/license/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/license/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/refresh/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/refresh/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/refresh/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/refresh/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/refresh/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/refresh/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseHycu/licenseHycu/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseHycu/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/activate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/resources/activate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseHycu/resources/activate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/activate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/activate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseHycu/resources/activate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseHycu/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseHycu/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/license/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/resources/license/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseHycu/resources/license/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/license/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/license/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseHycu/resources/license/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/refresh/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/resources/refresh/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseHycu/resources/refresh/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/refresh/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/refresh/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseHycu/resources/refresh/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseHycu/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseHycu/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseHycu/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseHycu/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseHycu/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseHycu/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseHycu/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseHycu/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseHycu/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseHycu/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/OvhCloudLicenseOffice.node.d.ts +0 -11
- package/dist/nodes/OvhCloudLicenseOffice/OvhCloudLicenseOffice.node.js +0 -51
- package/dist/nodes/OvhCloudLicenseOffice/OvhCloudLicenseOffice.node.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/OvhCloudLicenseOffice.node.json +0 -20
- package/dist/nodes/OvhCloudLicenseOffice/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseOffice/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/index.js +0 -214
- package/dist/nodes/OvhCloudLicenseOffice/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/index.js +0 -214
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/domain/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/domain/get.operation.js +0 -34
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/domain/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/domain/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/domain/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/domain/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/domain/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/domain/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/domain/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/pendingTask/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/pendingTask/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/pendingTask/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/pendingTask/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/pendingTask/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/pendingTask/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/pendingTask/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/pendingTask/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/pendingTask/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/usageStatistics/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/usageStatistics/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/usageStatistics/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/usageStatistics/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/usageStatistics/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/usageStatistics/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/changePassword.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/index.d.ts +0 -6
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/index.js +0 -22
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/update.operation.js +0 -45
- package/dist/nodes/OvhCloudLicenseOffice/licenseOffice/resources/user/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseOffice/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/domain/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/resources/domain/get.operation.js +0 -34
- package/dist/nodes/OvhCloudLicenseOffice/resources/domain/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/domain/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseOffice/resources/domain/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseOffice/resources/domain/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/domain/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/resources/domain/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOffice/resources/domain/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/pendingTask/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/resources/pendingTask/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOffice/resources/pendingTask/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/pendingTask/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseOffice/resources/pendingTask/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseOffice/resources/pendingTask/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/pendingTask/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/resources/pendingTask/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOffice/resources/pendingTask/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOffice/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseOffice/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseOffice/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOffice/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOffice/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseOffice/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/usageStatistics/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/resources/usageStatistics/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOffice/resources/usageStatistics/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/usageStatistics/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/usageStatistics/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseOffice/resources/usageStatistics/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/changePassword.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/index.d.ts +0 -6
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/index.js +0 -22
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/update.operation.js +0 -45
- package/dist/nodes/OvhCloudLicenseOffice/resources/user/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/OvhCloudLicenseOfficePrepaid.node.d.ts +0 -11
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/OvhCloudLicenseOfficePrepaid.node.js +0 -51
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/OvhCloudLicenseOfficePrepaid.node.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/OvhCloudLicenseOfficePrepaid.node.json +0 -20
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/index.js +0 -217
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/index.js +0 -217
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/changePassword/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/changePassword/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/changePassword/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/changePassword/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/changePassword/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/changePassword/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/parentTenant/acceptAgreement.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/parentTenant/acceptAgreement.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/parentTenant/acceptAgreement.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/parentTenant/createAttestation.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/parentTenant/createAttestation.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/parentTenant/createAttestation.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/parentTenant/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/parentTenant/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/parentTenant/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/parentTenant/index.d.ts +0 -4
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/parentTenant/index.js +0 -16
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/parentTenant/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/parentTenant/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/parentTenant/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/parentTenant/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/tenantPendingTask/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/tenantPendingTask/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/tenantPendingTask/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/tenantPendingTask/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/tenantPendingTask/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/tenantPendingTask/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/tenantPendingTask/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/tenantPendingTask/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/tenantPendingTask/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/tenantUsageStatistics/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/tenantUsageStatistics/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/tenantUsageStatistics/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/tenantUsageStatistics/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/tenantUsageStatistics/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/tenantUsageStatistics/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/unconfigure/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/unconfigure/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/unconfigure/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/unconfigure/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/unconfigure/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/unconfigure/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/licenseOfficePrepaid/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/changePassword/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/changePassword/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/changePassword/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/changePassword/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/changePassword/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/changePassword/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/parentTenant/acceptAgreement.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/parentTenant/acceptAgreement.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/parentTenant/acceptAgreement.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/parentTenant/createAttestation.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/parentTenant/createAttestation.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/parentTenant/createAttestation.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/parentTenant/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/parentTenant/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/parentTenant/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/parentTenant/index.d.ts +0 -4
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/parentTenant/index.js +0 -16
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/parentTenant/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/parentTenant/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/parentTenant/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/parentTenant/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/tenantPendingTask/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/tenantPendingTask/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/tenantPendingTask/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/tenantPendingTask/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/tenantPendingTask/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/tenantPendingTask/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/tenantPendingTask/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/tenantPendingTask/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/tenantPendingTask/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/tenantUsageStatistics/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/tenantUsageStatistics/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/tenantUsageStatistics/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/tenantUsageStatistics/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/tenantUsageStatistics/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/tenantUsageStatistics/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/unconfigure/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/unconfigure/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/unconfigure/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/unconfigure/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/unconfigure/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/unconfigure/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseOfficePrepaid/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/OvhCloudLicensePlesk.node.d.ts +0 -11
- package/dist/nodes/OvhCloudLicensePlesk/OvhCloudLicensePlesk.node.js +0 -51
- package/dist/nodes/OvhCloudLicensePlesk/OvhCloudLicensePlesk.node.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/OvhCloudLicensePlesk.node.json +0 -20
- package/dist/nodes/OvhCloudLicensePlesk/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicensePlesk/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/index.js +0 -218
- package/dist/nodes/OvhCloudLicensePlesk/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/index.js +0 -218
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/allowedDestinationIp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/allowedDestinationIp/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/allowedDestinationIp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/allowedDestinationIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/allowedDestinationIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/allowedDestinationIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/canLicenseBeMovedTo/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/canLicenseBeMovedTo/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/canLicenseBeMovedTo/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/canLicenseBeMovedTo/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/canLicenseBeMovedTo/index.js +0 -7
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/canLicenseBeMovedTo/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/changeIp/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/changeIp/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/changeIp/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/changeIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/changeIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/changeIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/option/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/option/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/option/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/option/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/option/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/option/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/option/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/option/index.js +0 -13
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/option/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/option/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/option/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/option/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/orderableVersions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/orderableVersions/get.operation.js +0 -27
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/orderableVersions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/orderableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/orderableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/orderableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicensePlesk/licensePlesk/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicensePlesk/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/allowedDestinationIp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/resources/allowedDestinationIp/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicensePlesk/resources/allowedDestinationIp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/allowedDestinationIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/allowedDestinationIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicensePlesk/resources/allowedDestinationIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/canLicenseBeMovedTo/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/resources/canLicenseBeMovedTo/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicensePlesk/resources/canLicenseBeMovedTo/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/canLicenseBeMovedTo/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/canLicenseBeMovedTo/index.js +0 -7
- package/dist/nodes/OvhCloudLicensePlesk/resources/canLicenseBeMovedTo/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/changeIp/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/resources/changeIp/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicensePlesk/resources/changeIp/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/changeIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/changeIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicensePlesk/resources/changeIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicensePlesk/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicensePlesk/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/option/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/resources/option/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudLicensePlesk/resources/option/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/option/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/resources/option/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicensePlesk/resources/option/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/option/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/resources/option/index.js +0 -13
- package/dist/nodes/OvhCloudLicensePlesk/resources/option/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/option/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/resources/option/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicensePlesk/resources/option/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/orderableVersions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/resources/orderableVersions/get.operation.js +0 -27
- package/dist/nodes/OvhCloudLicensePlesk/resources/orderableVersions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/orderableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/orderableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudLicensePlesk/resources/orderableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicensePlesk/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicensePlesk/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicensePlesk/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicensePlesk/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicensePlesk/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicensePlesk/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicensePlesk/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicensePlesk/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicensePlesk/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicensePlesk/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicensePlesk/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicensePlesk/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicensePlesk/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicensePlesk/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/OvhCloudLicenseRedhat.node.d.ts +0 -11
- package/dist/nodes/OvhCloudLicenseRedhat/OvhCloudLicenseRedhat.node.js +0 -51
- package/dist/nodes/OvhCloudLicenseRedhat/OvhCloudLicenseRedhat.node.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/OvhCloudLicenseRedhat.node.json +0 -20
- package/dist/nodes/OvhCloudLicenseRedhat/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseRedhat/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/index.js +0 -136
- package/dist/nodes/OvhCloudLicenseRedhat/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/index.js +0 -136
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseRedhat/licenseRedhat/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseRedhat/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseRedhat/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseRedhat/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseRedhat/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseRedhat/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseRedhat/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseRedhat/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseRedhat/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseRedhat/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseRedhat/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseRedhat/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseRedhat/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseRedhat/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseRedhat/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseRedhat/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseRedhat/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseRedhat/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/OvhCloudLicenseSqlserver.node.d.ts +0 -11
- package/dist/nodes/OvhCloudLicenseSqlserver/OvhCloudLicenseSqlserver.node.js +0 -51
- package/dist/nodes/OvhCloudLicenseSqlserver/OvhCloudLicenseSqlserver.node.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/OvhCloudLicenseSqlserver.node.json +0 -20
- package/dist/nodes/OvhCloudLicenseSqlserver/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseSqlserver/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/index.js +0 -136
- package/dist/nodes/OvhCloudLicenseSqlserver/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/index.js +0 -136
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/orderableVersions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/orderableVersions/get.operation.js +0 -27
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/orderableVersions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/orderableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/orderableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/orderableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseSqlserver/licenseSqlserver/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseSqlserver/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/orderableVersions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/orderableVersions/get.operation.js +0 -27
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/orderableVersions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/orderableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/orderableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/orderableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseSqlserver/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/OvhCloudLicenseVirtuozzo.node.d.ts +0 -11
- package/dist/nodes/OvhCloudLicenseVirtuozzo/OvhCloudLicenseVirtuozzo.node.js +0 -51
- package/dist/nodes/OvhCloudLicenseVirtuozzo/OvhCloudLicenseVirtuozzo.node.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/OvhCloudLicenseVirtuozzo.node.json +0 -20
- package/dist/nodes/OvhCloudLicenseVirtuozzo/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseVirtuozzo/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/index.js +0 -218
- package/dist/nodes/OvhCloudLicenseVirtuozzo/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/index.js +0 -218
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/allowedDestinationIp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/allowedDestinationIp/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/allowedDestinationIp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/allowedDestinationIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/allowedDestinationIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/allowedDestinationIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/canLicenseBeMovedTo/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/canLicenseBeMovedTo/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/canLicenseBeMovedTo/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/canLicenseBeMovedTo/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/canLicenseBeMovedTo/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/canLicenseBeMovedTo/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/changeIp/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/changeIp/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/changeIp/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/changeIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/changeIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/changeIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/option/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/option/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/option/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/option/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/option/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/option/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/option/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/option/index.js +0 -13
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/option/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/option/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/option/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/option/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/orderableVersions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/orderableVersions/get.operation.js +0 -27
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/orderableVersions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/orderableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/orderableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/orderableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseVirtuozzo/licenseVirtuozzo/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseVirtuozzo/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/allowedDestinationIp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/allowedDestinationIp/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/allowedDestinationIp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/allowedDestinationIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/allowedDestinationIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/allowedDestinationIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/canLicenseBeMovedTo/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/canLicenseBeMovedTo/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/canLicenseBeMovedTo/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/canLicenseBeMovedTo/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/canLicenseBeMovedTo/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/canLicenseBeMovedTo/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/changeIp/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/changeIp/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/changeIp/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/changeIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/changeIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/changeIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/option/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/option/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/option/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/option/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/option/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/option/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/option/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/option/index.js +0 -13
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/option/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/option/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/option/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/option/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/orderableVersions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/orderableVersions/get.operation.js +0 -27
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/orderableVersions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/orderableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/orderableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/orderableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseVirtuozzo/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/OvhCloudLicenseWindows.node.d.ts +0 -11
- package/dist/nodes/OvhCloudLicenseWindows/OvhCloudLicenseWindows.node.js +0 -51
- package/dist/nodes/OvhCloudLicenseWindows/OvhCloudLicenseWindows.node.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/OvhCloudLicenseWindows.node.json +0 -20
- package/dist/nodes/OvhCloudLicenseWindows/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseWindows/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/index.js +0 -194
- package/dist/nodes/OvhCloudLicenseWindows/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/index.js +0 -194
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/option/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/option/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/option/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/option/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/option/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/option/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/option/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/option/index.js +0 -13
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/option/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/option/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/option/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/option/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/orderableVersions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/orderableVersions/get.operation.js +0 -27
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/orderableVersions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/orderableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/orderableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/orderableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/sqlServer/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/sqlServer/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/sqlServer/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/sqlServer/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/sqlServer/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/sqlServer/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWindows/licenseWindows/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseWindows/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseWindows/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWindows/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/option/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/resources/option/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWindows/resources/option/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/option/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/resources/option/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWindows/resources/option/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/option/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/resources/option/index.js +0 -13
- package/dist/nodes/OvhCloudLicenseWindows/resources/option/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/option/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/resources/option/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseWindows/resources/option/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/orderableVersions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/resources/orderableVersions/get.operation.js +0 -27
- package/dist/nodes/OvhCloudLicenseWindows/resources/orderableVersions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/orderableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/orderableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWindows/resources/orderableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseWindows/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseWindows/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseWindows/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWindows/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/sqlServer/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/resources/sqlServer/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseWindows/resources/sqlServer/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/sqlServer/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/sqlServer/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWindows/resources/sqlServer/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWindows/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseWindows/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseWindows/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseWindows/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseWindows/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWindows/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWindows/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWindows/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWindows/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWindows/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/OvhCloudLicenseWorklight.node.d.ts +0 -11
- package/dist/nodes/OvhCloudLicenseWorklight/OvhCloudLicenseWorklight.node.js +0 -51
- package/dist/nodes/OvhCloudLicenseWorklight/OvhCloudLicenseWorklight.node.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/OvhCloudLicenseWorklight.node.json +0 -20
- package/dist/nodes/OvhCloudLicenseWorklight/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseWorklight/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/index.js +0 -184
- package/dist/nodes/OvhCloudLicenseWorklight/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/get.operation.js +0 -47
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/index.js +0 -184
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/allowedDestinationIp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/allowedDestinationIp/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/allowedDestinationIp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/allowedDestinationIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/allowedDestinationIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/allowedDestinationIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/canLicenseBeMovedTo/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/canLicenseBeMovedTo/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/canLicenseBeMovedTo/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/canLicenseBeMovedTo/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/canLicenseBeMovedTo/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/canLicenseBeMovedTo/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/changeIp/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/changeIp/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/changeIp/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/changeIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/changeIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/changeIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/orderableVersions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/orderableVersions/get.operation.js +0 -27
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/orderableVersions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/orderableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/orderableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/orderableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWorklight/licenseWorklight/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLicenseWorklight/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/allowedDestinationIp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/resources/allowedDestinationIp/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseWorklight/resources/allowedDestinationIp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/allowedDestinationIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/allowedDestinationIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWorklight/resources/allowedDestinationIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/canLicenseBeMovedTo/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/resources/canLicenseBeMovedTo/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWorklight/resources/canLicenseBeMovedTo/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/canLicenseBeMovedTo/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/canLicenseBeMovedTo/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWorklight/resources/canLicenseBeMovedTo/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/changeIp/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/resources/changeIp/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWorklight/resources/changeIp/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/changeIp/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/changeIp/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWorklight/resources/changeIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/resources/confirmTermination/create.operation.js +0 -105
- package/dist/nodes/OvhCloudLicenseWorklight/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWorklight/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/orderableVersions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/resources/orderableVersions/get.operation.js +0 -27
- package/dist/nodes/OvhCloudLicenseWorklight/resources/orderableVersions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/orderableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/orderableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWorklight/resources/orderableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseWorklight/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseWorklight/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseWorklight/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/resources/serviceInfos/update.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWorklight/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWorklight/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudLicenseWorklight/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudLicenseWorklight/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudLicenseWorklight/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/terminate/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/resources/terminate/create.operation.js +0 -25
- package/dist/nodes/OvhCloudLicenseWorklight/resources/terminate/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWorklight/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/update/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLicenseWorklight/resources/update/create.operation.js +0 -35
- package/dist/nodes/OvhCloudLicenseWorklight/resources/update/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudLicenseWorklight/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudLicenseWorklight/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudLocation/OvhCloudLocation.node.d.ts +0 -11
- package/dist/nodes/OvhCloudLocation/OvhCloudLocation.node.js +0 -51
- package/dist/nodes/OvhCloudLocation/OvhCloudLocation.node.js.map +0 -1
- package/dist/nodes/OvhCloudLocation/OvhCloudLocation.node.json +0 -20
- package/dist/nodes/OvhCloudLocation/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLocation/get.operation.js +0 -25
- package/dist/nodes/OvhCloudLocation/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLocation/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLocation/index.js +0 -52
- package/dist/nodes/OvhCloudLocation/index.js.map +0 -1
- package/dist/nodes/OvhCloudLocation/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLocation/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLocation/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLocation/location/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLocation/location/get.operation.js +0 -25
- package/dist/nodes/OvhCloudLocation/location/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudLocation/location/index.d.ts +0 -3
- package/dist/nodes/OvhCloudLocation/location/index.js +0 -52
- package/dist/nodes/OvhCloudLocation/location/index.js.map +0 -1
- package/dist/nodes/OvhCloudLocation/location/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudLocation/location/list.operation.js +0 -14
- package/dist/nodes/OvhCloudLocation/location/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudManagedCms/OvhCloudManagedCms.node.d.ts +0 -11
- package/dist/nodes/OvhCloudManagedCms/OvhCloudManagedCms.node.js +0 -51
- package/dist/nodes/OvhCloudManagedCms/OvhCloudManagedCms.node.js.map +0 -1
- package/dist/nodes/OvhCloudManagedCms/OvhCloudManagedCms.node.json +0 -20
- package/dist/nodes/OvhCloudManagedCms/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudManagedCms/get.operation.js +0 -25
- package/dist/nodes/OvhCloudManagedCms/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudManagedCms/index.d.ts +0 -3
- package/dist/nodes/OvhCloudManagedCms/index.js +0 -174
- package/dist/nodes/OvhCloudManagedCms/index.js.map +0 -1
- package/dist/nodes/OvhCloudManagedCms/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudManagedCms/list.operation.js +0 -14
- package/dist/nodes/OvhCloudManagedCms/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudManagedCms/resources/index.d.ts +0 -4
- package/dist/nodes/OvhCloudManagedCms/resources/index.js +0 -41
- package/dist/nodes/OvhCloudManagedCms/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudManagedCms/resources/reference/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudManagedCms/resources/reference/get.operation.js +0 -25
- package/dist/nodes/OvhCloudManagedCms/resources/reference/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudManagedCms/resources/reference/index.d.ts +0 -2
- package/dist/nodes/OvhCloudManagedCms/resources/reference/index.js +0 -10
- package/dist/nodes/OvhCloudManagedCms/resources/reference/index.js.map +0 -1
- package/dist/nodes/OvhCloudManagedCms/resources/reference/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudManagedCms/resources/reference/list.operation.js +0 -14
- package/dist/nodes/OvhCloudManagedCms/resources/reference/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudManagedCms/resources/resource/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudManagedCms/resources/resource/get.operation.js +0 -25
- package/dist/nodes/OvhCloudManagedCms/resources/resource/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudManagedCms/resources/resource/index.d.ts +0 -2
- package/dist/nodes/OvhCloudManagedCms/resources/resource/index.js +0 -10
- package/dist/nodes/OvhCloudManagedCms/resources/resource/index.js.map +0 -1
- package/dist/nodes/OvhCloudManagedCms/resources/resource/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudManagedCms/resources/resource/list.operation.js +0 -14
- package/dist/nodes/OvhCloudManagedCms/resources/resource/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudManagedCms/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudManagedCms/resources/task/get.operation.js +0 -25
- package/dist/nodes/OvhCloudManagedCms/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudManagedCms/resources/task/index.d.ts +0 -2
- package/dist/nodes/OvhCloudManagedCms/resources/task/index.js +0 -10
- package/dist/nodes/OvhCloudManagedCms/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudManagedCms/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudManagedCms/resources/task/list.operation.js +0 -14
- package/dist/nodes/OvhCloudManagedCms/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudManagedCms/resources/website/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudManagedCms/resources/website/get.operation.js +0 -25
- package/dist/nodes/OvhCloudManagedCms/resources/website/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudManagedCms/resources/website/index.d.ts +0 -2
- package/dist/nodes/OvhCloudManagedCms/resources/website/index.js +0 -10
- package/dist/nodes/OvhCloudManagedCms/resources/website/index.js.map +0 -1
- package/dist/nodes/OvhCloudManagedCms/resources/website/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudManagedCms/resources/website/list.operation.js +0 -14
- package/dist/nodes/OvhCloudManagedCms/resources/website/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/OvhCloudMe.node.d.ts +0 -11
- package/dist/nodes/OvhCloudMe/OvhCloudMe.node.js +0 -51
- package/dist/nodes/OvhCloudMe/OvhCloudMe.node.js.map +0 -1
- package/dist/nodes/OvhCloudMe/OvhCloudMe.node.json +0 -20
- package/dist/nodes/OvhCloudMe/bills/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/bills/get.operation.js +0 -25
- package/dist/nodes/OvhCloudMe/bills/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/bills/list.operation.d.ts +0 -4
- package/dist/nodes/OvhCloudMe/bills/list.operation.js +0 -84
- package/dist/nodes/OvhCloudMe/bills/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/debtAccount/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/debtAccount/get.operation.js +0 -14
- package/dist/nodes/OvhCloudMe/debtAccount/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/get.operation.d.ts +0 -4
- package/dist/nodes/OvhCloudMe/get.operation.js +0 -14
- package/dist/nodes/OvhCloudMe/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/index.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/index.js +0 -540
- package/dist/nodes/OvhCloudMe/index.js.map +0 -1
- package/dist/nodes/OvhCloudMe/orders/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/orders/get.operation.js +0 -25
- package/dist/nodes/OvhCloudMe/orders/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/orders/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/orders/list.operation.js +0 -50
- package/dist/nodes/OvhCloudMe/orders/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/resources/meApiApplication/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/resources/meApiApplication/delete.operation.js +0 -25
- package/dist/nodes/OvhCloudMe/resources/meApiApplication/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/resources/meApiApplication/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/resources/meApiApplication/get.operation.js +0 -25
- package/dist/nodes/OvhCloudMe/resources/meApiApplication/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/resources/meApiApplication/index.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/resources/meApiApplication/index.js +0 -44
- package/dist/nodes/OvhCloudMe/resources/meApiApplication/index.js.map +0 -1
- package/dist/nodes/OvhCloudMe/resources/meApiApplication/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/resources/meApiApplication/list.operation.js +0 -14
- package/dist/nodes/OvhCloudMe/resources/meApiApplication/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/resources/meApiCredential/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/resources/meApiCredential/delete.operation.js +0 -25
- package/dist/nodes/OvhCloudMe/resources/meApiCredential/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/resources/meApiCredential/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/resources/meApiCredential/get.operation.js +0 -25
- package/dist/nodes/OvhCloudMe/resources/meApiCredential/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/resources/meApiCredential/index.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/resources/meApiCredential/index.js +0 -44
- package/dist/nodes/OvhCloudMe/resources/meApiCredential/index.js.map +0 -1
- package/dist/nodes/OvhCloudMe/resources/meApiCredential/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/resources/meApiCredential/list.operation.js +0 -14
- package/dist/nodes/OvhCloudMe/resources/meApiCredential/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/resources/meApiCredential/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/resources/meApiCredential/update.operation.js +0 -57
- package/dist/nodes/OvhCloudMe/resources/meApiCredential/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/resources/meContact/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/resources/meContact/get.operation.js +0 -25
- package/dist/nodes/OvhCloudMe/resources/meContact/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/resources/meContact/index.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/resources/meContact/index.js +0 -44
- package/dist/nodes/OvhCloudMe/resources/meContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudMe/resources/meContact/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/resources/meContact/list.operation.js +0 -14
- package/dist/nodes/OvhCloudMe/resources/meContact/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/resources/meSshKey/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/resources/meSshKey/create.operation.js +0 -49
- package/dist/nodes/OvhCloudMe/resources/meSshKey/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/resources/meSshKey/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/resources/meSshKey/delete.operation.js +0 -25
- package/dist/nodes/OvhCloudMe/resources/meSshKey/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/resources/meSshKey/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/resources/meSshKey/get.operation.js +0 -25
- package/dist/nodes/OvhCloudMe/resources/meSshKey/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/resources/meSshKey/index.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/resources/meSshKey/index.js +0 -44
- package/dist/nodes/OvhCloudMe/resources/meSshKey/index.js.map +0 -1
- package/dist/nodes/OvhCloudMe/resources/meSshKey/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/resources/meSshKey/list.operation.js +0 -14
- package/dist/nodes/OvhCloudMe/resources/meSshKey/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMe/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMe/update.operation.js +0 -212
- package/dist/nodes/OvhCloudMe/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/OvhCloudMetrics.node.d.ts +0 -11
- package/dist/nodes/OvhCloudMetrics/OvhCloudMetrics.node.js +0 -51
- package/dist/nodes/OvhCloudMetrics/OvhCloudMetrics.node.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/OvhCloudMetrics.node.json +0 -20
- package/dist/nodes/OvhCloudMetrics/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMetrics/get.operation.js +0 -25
- package/dist/nodes/OvhCloudMetrics/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/index.d.ts +0 -3
- package/dist/nodes/OvhCloudMetrics/index.js +0 -220
- package/dist/nodes/OvhCloudMetrics/index.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMetrics/list.operation.js +0 -14
- package/dist/nodes/OvhCloudMetrics/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/changeContact/execute.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMetrics/resources/changeContact/execute.operation.js +0 -54
- package/dist/nodes/OvhCloudMetrics/resources/changeContact/execute.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudMetrics/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/confirmTermination/execute.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMetrics/resources/confirmTermination/execute.operation.js +0 -40
- package/dist/nodes/OvhCloudMetrics/resources/confirmTermination/execute.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudMetrics/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/consumption/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMetrics/resources/consumption/get.operation.js +0 -48
- package/dist/nodes/OvhCloudMetrics/resources/consumption/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/consumption/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/consumption/index.js +0 -7
- package/dist/nodes/OvhCloudMetrics/resources/consumption/index.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/index.d.ts +0 -8
- package/dist/nodes/OvhCloudMetrics/resources/index.js +0 -45
- package/dist/nodes/OvhCloudMetrics/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/lookupToken/execute.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMetrics/resources/lookupToken/execute.operation.js +0 -40
- package/dist/nodes/OvhCloudMetrics/resources/lookupToken/execute.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/lookupToken/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/lookupToken/index.js +0 -7
- package/dist/nodes/OvhCloudMetrics/resources/lookupToken/index.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/quota/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/quota/index.js +0 -7
- package/dist/nodes/OvhCloudMetrics/resources/quota/index.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/quota/set.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMetrics/resources/quota/set.operation.js +0 -37
- package/dist/nodes/OvhCloudMetrics/resources/quota/set.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMetrics/resources/serviceInfos/get.operation.js +0 -25
- package/dist/nodes/OvhCloudMetrics/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudMetrics/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudMetrics/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMetrics/resources/serviceInfos/update.operation.js +0 -45
- package/dist/nodes/OvhCloudMetrics/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/terminate/execute.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMetrics/resources/terminate/execute.operation.js +0 -25
- package/dist/nodes/OvhCloudMetrics/resources/terminate/execute.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudMetrics/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/tokens/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMetrics/resources/tokens/create.operation.js +0 -48
- package/dist/nodes/OvhCloudMetrics/resources/tokens/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/tokens/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMetrics/resources/tokens/delete.operation.js +0 -36
- package/dist/nodes/OvhCloudMetrics/resources/tokens/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/tokens/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMetrics/resources/tokens/get.operation.js +0 -36
- package/dist/nodes/OvhCloudMetrics/resources/tokens/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/tokens/index.d.ts +0 -5
- package/dist/nodes/OvhCloudMetrics/resources/tokens/index.js +0 -19
- package/dist/nodes/OvhCloudMetrics/resources/tokens/index.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/tokens/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMetrics/resources/tokens/list.operation.js +0 -25
- package/dist/nodes/OvhCloudMetrics/resources/tokens/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/tokens/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMetrics/resources/tokens/update.operation.js +0 -74
- package/dist/nodes/OvhCloudMetrics/resources/tokens/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMetrics/resources/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMetrics/resources/update.operation.js +0 -45
- package/dist/nodes/OvhCloudMetrics/resources/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/OvhCloudMsServices.node.d.ts +0 -11
- package/dist/nodes/OvhCloudMsServices/OvhCloudMsServices.node.js +0 -51
- package/dist/nodes/OvhCloudMsServices/OvhCloudMsServices.node.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/OvhCloudMsServices.node.json +0 -20
- package/dist/nodes/OvhCloudMsServices/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/get.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/index.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/index.js +0 -496
- package/dist/nodes/OvhCloudMsServices/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/list.operation.js +0 -14
- package/dist/nodes/OvhCloudMsServices/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/account/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/account/get.operation.js +0 -34
- package/dist/nodes/OvhCloudMsServices/resources/account/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/account/index.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/account/index.js +0 -13
- package/dist/nodes/OvhCloudMsServices/resources/account/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/account/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/account/list.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/account/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/account/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/account/update.operation.js +0 -54
- package/dist/nodes/OvhCloudMsServices/resources/account/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountChangePassword/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/accountChangePassword/changePassword.operation.js +0 -45
- package/dist/nodes/OvhCloudMsServices/resources/accountChangePassword/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountChangePassword/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountChangePassword/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/accountChangePassword/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountExchange/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/accountExchange/get.operation.js +0 -34
- package/dist/nodes/OvhCloudMsServices/resources/accountExchange/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountExchange/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountExchange/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/accountExchange/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountExchangeConfigure/configure.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/accountExchangeConfigure/configure.operation.js +0 -34
- package/dist/nodes/OvhCloudMsServices/resources/accountExchangeConfigure/configure.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountExchangeConfigure/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountExchangeConfigure/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/accountExchangeConfigure/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountMfa/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/accountMfa/get.operation.js +0 -34
- package/dist/nodes/OvhCloudMsServices/resources/accountMfa/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountMfa/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountMfa/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/accountMfa/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaDisable/disable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaDisable/disable.operation.js +0 -34
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaDisable/disable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaDisable/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaDisable/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaDisable/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaEnable/enable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaEnable/enable.operation.js +0 -34
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaEnable/enable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaEnable/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaEnable/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaEnable/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaReset/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaReset/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaReset/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaReset/reset.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaReset/reset.operation.js +0 -34
- package/dist/nodes/OvhCloudMsServices/resources/accountMfaReset/reset.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepoint/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepoint/get.operation.js +0 -34
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepoint/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepoint/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepoint/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepoint/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepointClearSpace/clearSpace.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepointClearSpace/clearSpace.operation.js +0 -34
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepointClearSpace/clearSpace.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepointClearSpace/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepointClearSpace/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepointClearSpace/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepointConfigure/configure.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepointConfigure/configure.operation.js +0 -34
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepointConfigure/configure.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepointConfigure/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepointConfigure/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/accountSharepointConfigure/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountSync/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/accountSync/get.operation.js +0 -34
- package/dist/nodes/OvhCloudMsServices/resources/accountSync/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountSync/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountSync/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/accountSync/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountSyncConfigure/configure.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/accountSyncConfigure/configure.operation.js +0 -34
- package/dist/nodes/OvhCloudMsServices/resources/accountSyncConfigure/configure.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountSyncConfigure/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/accountSyncConfigure/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/accountSyncConfigure/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/changeContact/execute.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/changeContact/execute.operation.js +0 -54
- package/dist/nodes/OvhCloudMsServices/resources/changeContact/execute.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/createMfaOnAllUsers/createMfaOnAllUsers.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/createMfaOnAllUsers/createMfaOnAllUsers.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/createMfaOnAllUsers/createMfaOnAllUsers.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/createMfaOnAllUsers/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/createMfaOnAllUsers/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/createMfaOnAllUsers/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/exchange/billingMigrated.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/exchange/billingMigrated.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/exchange/billingMigrated.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/exchange/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/exchange/get.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/exchange/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/exchange/getTask.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/exchange/getTask.operation.js +0 -35
- package/dist/nodes/OvhCloudMsServices/resources/exchange/getTask.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/exchange/index.d.ts +0 -5
- package/dist/nodes/OvhCloudMsServices/resources/exchange/index.js +0 -19
- package/dist/nodes/OvhCloudMsServices/resources/exchange/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/exchange/listTasks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/exchange/listTasks.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/exchange/listTasks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/exchange/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/exchange/update.operation.js +0 -44
- package/dist/nodes/OvhCloudMsServices/resources/exchange/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/index.d.ts +0 -26
- package/dist/nodes/OvhCloudMsServices/resources/index.js +0 -63
- package/dist/nodes/OvhCloudMsServices/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/removeMfaOnAllUsers/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/removeMfaOnAllUsers/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/removeMfaOnAllUsers/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/removeMfaOnAllUsers/removeMfaOnAllUsers.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/removeMfaOnAllUsers/removeMfaOnAllUsers.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/removeMfaOnAllUsers/removeMfaOnAllUsers.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/serviceInfos/get.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudMsServices/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudMsServices/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/serviceInfos/update.operation.js +0 -37
- package/dist/nodes/OvhCloudMsServices/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/billingMigrated.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/billingMigrated.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/billingMigrated.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/get.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/getTask.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/getTask.operation.js +0 -35
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/getTask.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/index.d.ts +0 -6
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/index.js +0 -22
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/license.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/license.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/license.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/listTasks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/listTasks.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/listTasks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/update.operation.js +0 -37
- package/dist/nodes/OvhCloudMsServices/resources/sharepoint/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sharepointDomain/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/sharepointDomain/get.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/sharepointDomain/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sharepointDomain/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sharepointDomain/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/sharepointDomain/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sharepointDomainServiceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/sharepointDomainServiceInfos/get.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/sharepointDomainServiceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sharepointDomainServiceInfos/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sharepointDomainServiceInfos/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/sharepointDomainServiceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sharepointRestoreAdminRights/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sharepointRestoreAdminRights/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/sharepointRestoreAdminRights/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sharepointRestoreAdminRights/restoreAdminRights.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/sharepointRestoreAdminRights/restoreAdminRights.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/sharepointRestoreAdminRights/restoreAdminRights.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sync/clientSoftwareURL.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/sync/clientSoftwareURL.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/sync/clientSoftwareURL.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sync/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/sync/delete.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/sync/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sync/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/sync/get.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/sync/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sync/index.d.ts +0 -4
- package/dist/nodes/OvhCloudMsServices/resources/sync/index.js +0 -16
- package/dist/nodes/OvhCloudMsServices/resources/sync/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/sync/license.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/sync/license.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/sync/license.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/syncChangePassword/changePassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/syncChangePassword/changePassword.operation.js +0 -38
- package/dist/nodes/OvhCloudMsServices/resources/syncChangePassword/changePassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/syncChangePassword/index.d.ts +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/syncChangePassword/index.js +0 -7
- package/dist/nodes/OvhCloudMsServices/resources/syncChangePassword/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/tasks/get.operation.js +0 -35
- package/dist/nodes/OvhCloudMsServices/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudMsServices/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudMsServices/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/tasks/list.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/update.operation.js +0 -45
- package/dist/nodes/OvhCloudMsServices/resources/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/upnSuffix/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/upnSuffix/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudMsServices/resources/upnSuffix/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/upnSuffix/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/upnSuffix/get.operation.js +0 -35
- package/dist/nodes/OvhCloudMsServices/resources/upnSuffix/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/upnSuffix/index.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/upnSuffix/index.js +0 -13
- package/dist/nodes/OvhCloudMsServices/resources/upnSuffix/index.js.map +0 -1
- package/dist/nodes/OvhCloudMsServices/resources/upnSuffix/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudMsServices/resources/upnSuffix/list.operation.js +0 -25
- package/dist/nodes/OvhCloudMsServices/resources/upnSuffix/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNetworkDefense/OvhCloudNetworkDefense.node.d.ts +0 -11
- package/dist/nodes/OvhCloudNetworkDefense/OvhCloudNetworkDefense.node.js +0 -51
- package/dist/nodes/OvhCloudNetworkDefense/OvhCloudNetworkDefense.node.js.map +0 -1
- package/dist/nodes/OvhCloudNetworkDefense/OvhCloudNetworkDefense.node.json +0 -20
- package/dist/nodes/OvhCloudNetworkDefense/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNetworkDefense/get.operation.js +0 -25
- package/dist/nodes/OvhCloudNetworkDefense/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNetworkDefense/index.d.ts +0 -3
- package/dist/nodes/OvhCloudNetworkDefense/index.js +0 -52
- package/dist/nodes/OvhCloudNetworkDefense/index.js.map +0 -1
- package/dist/nodes/OvhCloudNetworkDefense/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNetworkDefense/list.operation.js +0 -14
- package/dist/nodes/OvhCloudNetworkDefense/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNetworkDefense/networkDefense/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNetworkDefense/networkDefense/get.operation.js +0 -25
- package/dist/nodes/OvhCloudNetworkDefense/networkDefense/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNetworkDefense/networkDefense/index.d.ts +0 -3
- package/dist/nodes/OvhCloudNetworkDefense/networkDefense/index.js +0 -52
- package/dist/nodes/OvhCloudNetworkDefense/networkDefense/index.js.map +0 -1
- package/dist/nodes/OvhCloudNetworkDefense/networkDefense/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNetworkDefense/networkDefense/list.operation.js +0 -14
- package/dist/nodes/OvhCloudNetworkDefense/networkDefense/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/OvhCloudNewAccount.node.d.ts +0 -11
- package/dist/nodes/OvhCloudNewAccount/OvhCloudNewAccount.node.js +0 -51
- package/dist/nodes/OvhCloudNewAccount/OvhCloudNewAccount.node.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/OvhCloudNewAccount.node.json +0 -20
- package/dist/nodes/OvhCloudNewAccount/index.d.ts +0 -3
- package/dist/nodes/OvhCloudNewAccount/index.js +0 -124
- package/dist/nodes/OvhCloudNewAccount/index.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/area/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNewAccount/resources/area/get.operation.js +0 -25
- package/dist/nodes/OvhCloudNewAccount/resources/area/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/area/index.d.ts +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/area/index.js +0 -7
- package/dist/nodes/OvhCloudNewAccount/resources/area/index.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/contracts/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNewAccount/resources/contracts/get.operation.js +0 -37
- package/dist/nodes/OvhCloudNewAccount/resources/contracts/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/contracts/index.d.ts +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/contracts/index.js +0 -7
- package/dist/nodes/OvhCloudNewAccount/resources/contracts/index.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/corporationType/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNewAccount/resources/corporationType/get.operation.js +0 -27
- package/dist/nodes/OvhCloudNewAccount/resources/corporationType/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/corporationType/index.d.ts +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/corporationType/index.js +0 -7
- package/dist/nodes/OvhCloudNewAccount/resources/corporationType/index.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/countries/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNewAccount/resources/countries/get.operation.js +0 -37
- package/dist/nodes/OvhCloudNewAccount/resources/countries/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/countries/index.d.ts +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/countries/index.js +0 -7
- package/dist/nodes/OvhCloudNewAccount/resources/countries/index.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/createAccount/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNewAccount/resources/createAccount/create.operation.js +0 -26
- package/dist/nodes/OvhCloudNewAccount/resources/createAccount/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/createAccount/index.d.ts +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/createAccount/index.js +0 -7
- package/dist/nodes/OvhCloudNewAccount/resources/createAccount/index.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/creationRules/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNewAccount/resources/creationRules/get.operation.js +0 -57
- package/dist/nodes/OvhCloudNewAccount/resources/creationRules/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/creationRules/index.d.ts +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/creationRules/index.js +0 -7
- package/dist/nodes/OvhCloudNewAccount/resources/creationRules/index.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/index.d.ts +0 -8
- package/dist/nodes/OvhCloudNewAccount/resources/index.js +0 -45
- package/dist/nodes/OvhCloudNewAccount/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/legalform/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNewAccount/resources/legalform/get.operation.js +0 -27
- package/dist/nodes/OvhCloudNewAccount/resources/legalform/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/legalform/index.d.ts +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/legalform/index.js +0 -7
- package/dist/nodes/OvhCloudNewAccount/resources/legalform/index.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/rules/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNewAccount/resources/rules/get.operation.js +0 -26
- package/dist/nodes/OvhCloudNewAccount/resources/rules/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/rules/index.d.ts +0 -1
- package/dist/nodes/OvhCloudNewAccount/resources/rules/index.js +0 -7
- package/dist/nodes/OvhCloudNewAccount/resources/rules/index.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/OvhCloudNotification.node.d.ts +0 -11
- package/dist/nodes/OvhCloudNotification/OvhCloudNotification.node.js +0 -51
- package/dist/nodes/OvhCloudNotification/OvhCloudNotification.node.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/OvhCloudNotification.node.json +0 -20
- package/dist/nodes/OvhCloudNotification/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/get.operation.js +0 -25
- package/dist/nodes/OvhCloudNotification/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/index.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/index.js +0 -174
- package/dist/nodes/OvhCloudNotification/index.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/list.operation.js +0 -14
- package/dist/nodes/OvhCloudNotification/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/notification/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/notification/get.operation.js +0 -25
- package/dist/nodes/OvhCloudNotification/notification/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/notification/index.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/notification/index.js +0 -174
- package/dist/nodes/OvhCloudNotification/notification/index.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/notification/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/notification/list.operation.js +0 -14
- package/dist/nodes/OvhCloudNotification/notification/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/notification/resources/contactMean/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/notification/resources/contactMean/get.operation.js +0 -25
- package/dist/nodes/OvhCloudNotification/notification/resources/contactMean/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/notification/resources/contactMean/index.d.ts +0 -2
- package/dist/nodes/OvhCloudNotification/notification/resources/contactMean/index.js +0 -10
- package/dist/nodes/OvhCloudNotification/notification/resources/contactMean/index.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/notification/resources/contactMean/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/notification/resources/contactMean/list.operation.js +0 -14
- package/dist/nodes/OvhCloudNotification/notification/resources/contactMean/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/notification/resources/history/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/notification/resources/history/get.operation.js +0 -25
- package/dist/nodes/OvhCloudNotification/notification/resources/history/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/notification/resources/history/index.d.ts +0 -2
- package/dist/nodes/OvhCloudNotification/notification/resources/history/index.js +0 -10
- package/dist/nodes/OvhCloudNotification/notification/resources/history/index.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/notification/resources/history/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/notification/resources/history/list.operation.js +0 -14
- package/dist/nodes/OvhCloudNotification/notification/resources/history/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/notification/resources/index.d.ts +0 -4
- package/dist/nodes/OvhCloudNotification/notification/resources/index.js +0 -41
- package/dist/nodes/OvhCloudNotification/notification/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/notification/resources/reference/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/notification/resources/reference/get.operation.js +0 -25
- package/dist/nodes/OvhCloudNotification/notification/resources/reference/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/notification/resources/reference/index.d.ts +0 -2
- package/dist/nodes/OvhCloudNotification/notification/resources/reference/index.js +0 -10
- package/dist/nodes/OvhCloudNotification/notification/resources/reference/index.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/notification/resources/reference/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/notification/resources/reference/list.operation.js +0 -14
- package/dist/nodes/OvhCloudNotification/notification/resources/reference/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/notification/resources/routing/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/notification/resources/routing/get.operation.js +0 -25
- package/dist/nodes/OvhCloudNotification/notification/resources/routing/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/notification/resources/routing/index.d.ts +0 -2
- package/dist/nodes/OvhCloudNotification/notification/resources/routing/index.js +0 -10
- package/dist/nodes/OvhCloudNotification/notification/resources/routing/index.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/notification/resources/routing/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/notification/resources/routing/list.operation.js +0 -14
- package/dist/nodes/OvhCloudNotification/notification/resources/routing/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/resources/contactMean/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/resources/contactMean/get.operation.js +0 -25
- package/dist/nodes/OvhCloudNotification/resources/contactMean/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/resources/contactMean/index.d.ts +0 -2
- package/dist/nodes/OvhCloudNotification/resources/contactMean/index.js +0 -10
- package/dist/nodes/OvhCloudNotification/resources/contactMean/index.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/resources/contactMean/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/resources/contactMean/list.operation.js +0 -14
- package/dist/nodes/OvhCloudNotification/resources/contactMean/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/resources/history/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/resources/history/get.operation.js +0 -25
- package/dist/nodes/OvhCloudNotification/resources/history/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/resources/history/index.d.ts +0 -2
- package/dist/nodes/OvhCloudNotification/resources/history/index.js +0 -10
- package/dist/nodes/OvhCloudNotification/resources/history/index.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/resources/history/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/resources/history/list.operation.js +0 -14
- package/dist/nodes/OvhCloudNotification/resources/history/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/resources/index.d.ts +0 -4
- package/dist/nodes/OvhCloudNotification/resources/index.js +0 -41
- package/dist/nodes/OvhCloudNotification/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/resources/reference/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/resources/reference/get.operation.js +0 -25
- package/dist/nodes/OvhCloudNotification/resources/reference/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/resources/reference/index.d.ts +0 -2
- package/dist/nodes/OvhCloudNotification/resources/reference/index.js +0 -10
- package/dist/nodes/OvhCloudNotification/resources/reference/index.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/resources/reference/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/resources/reference/list.operation.js +0 -14
- package/dist/nodes/OvhCloudNotification/resources/reference/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/resources/routing/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/resources/routing/get.operation.js +0 -25
- package/dist/nodes/OvhCloudNotification/resources/routing/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/resources/routing/index.d.ts +0 -2
- package/dist/nodes/OvhCloudNotification/resources/routing/index.js +0 -10
- package/dist/nodes/OvhCloudNotification/resources/routing/index.js.map +0 -1
- package/dist/nodes/OvhCloudNotification/resources/routing/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNotification/resources/routing/list.operation.js +0 -14
- package/dist/nodes/OvhCloudNotification/resources/routing/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/OvhCloudNutanix.node.d.ts +0 -11
- package/dist/nodes/OvhCloudNutanix/OvhCloudNutanix.node.js +0 -51
- package/dist/nodes/OvhCloudNutanix/OvhCloudNutanix.node.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/OvhCloudNutanix.node.json +0 -20
- package/dist/nodes/OvhCloudNutanix/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/get.operation.js +0 -25
- package/dist/nodes/OvhCloudNutanix/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/index.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/index.js +0 -226
- package/dist/nodes/OvhCloudNutanix/index.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/list.operation.js +0 -14
- package/dist/nodes/OvhCloudNutanix/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/availabilities/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/resources/availabilities/get.operation.js +0 -14
- package/dist/nodes/OvhCloudNutanix/resources/availabilities/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/availabilities/getRaw.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/resources/availabilities/getRaw.operation.js +0 -14
- package/dist/nodes/OvhCloudNutanix/resources/availabilities/getRaw.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/availabilities/index.d.ts +0 -2
- package/dist/nodes/OvhCloudNutanix/resources/availabilities/index.js +0 -10
- package/dist/nodes/OvhCloudNutanix/resources/availabilities/index.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/availableVersions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/resources/availableVersions/get.operation.js +0 -14
- package/dist/nodes/OvhCloudNutanix/resources/availableVersions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/availableVersions/index.d.ts +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/availableVersions/index.js +0 -7
- package/dist/nodes/OvhCloudNutanix/resources/availableVersions/index.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/changeContact/change.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/resources/changeContact/change.operation.js +0 -38
- package/dist/nodes/OvhCloudNutanix/resources/changeContact/change.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/changeContact/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/resources/changeContact/create.operation.js +0 -38
- package/dist/nodes/OvhCloudNutanix/resources/changeContact/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudNutanix/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/confirmTermination/confirm.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/resources/confirmTermination/confirm.operation.js +0 -38
- package/dist/nodes/OvhCloudNutanix/resources/confirmTermination/confirm.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/resources/confirmTermination/create.operation.js +0 -38
- package/dist/nodes/OvhCloudNutanix/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudNutanix/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/index.d.ts +0 -9
- package/dist/nodes/OvhCloudNutanix/resources/index.js +0 -46
- package/dist/nodes/OvhCloudNutanix/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/nodes/deploy.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/resources/nodes/deploy.operation.js +0 -48
- package/dist/nodes/OvhCloudNutanix/resources/nodes/deploy.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/nodes/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/resources/nodes/get.operation.js +0 -35
- package/dist/nodes/OvhCloudNutanix/resources/nodes/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/nodes/index.d.ts +0 -5
- package/dist/nodes/OvhCloudNutanix/resources/nodes/index.js +0 -19
- package/dist/nodes/OvhCloudNutanix/resources/nodes/index.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/nodes/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/resources/nodes/list.operation.js +0 -25
- package/dist/nodes/OvhCloudNutanix/resources/nodes/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/nodes/reinstall.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/resources/nodes/reinstall.operation.js +0 -48
- package/dist/nodes/OvhCloudNutanix/resources/nodes/reinstall.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/nodes/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/resources/nodes/terminate.operation.js +0 -48
- package/dist/nodes/OvhCloudNutanix/resources/nodes/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/requirements/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/resources/requirements/get.operation.js +0 -14
- package/dist/nodes/OvhCloudNutanix/resources/requirements/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/requirements/index.d.ts +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/requirements/index.js +0 -7
- package/dist/nodes/OvhCloudNutanix/resources/requirements/index.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/resources/serviceInfos/get.operation.js +0 -25
- package/dist/nodes/OvhCloudNutanix/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudNutanix/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudNutanix/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/resources/serviceInfos/update.operation.js +0 -37
- package/dist/nodes/OvhCloudNutanix/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudNutanix/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/terminate/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/resources/terminate/terminate.operation.js +0 -38
- package/dist/nodes/OvhCloudNutanix/resources/terminate/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/update/index.d.ts +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/update/index.js +0 -7
- package/dist/nodes/OvhCloudNutanix/resources/update/index.js.map +0 -1
- package/dist/nodes/OvhCloudNutanix/resources/update/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudNutanix/resources/update/update.operation.js +0 -37
- package/dist/nodes/OvhCloudNutanix/resources/update/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/OvhCloudOkms.node.d.ts +0 -11
- package/dist/nodes/OvhCloudOkms/OvhCloudOkms.node.js +0 -51
- package/dist/nodes/OvhCloudOkms/OvhCloudOkms.node.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/OvhCloudOkms.node.json +0 -20
- package/dist/nodes/OvhCloudOkms/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/get.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/index.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/index.js +0 -295
- package/dist/nodes/OvhCloudOkms/index.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/list.operation.js +0 -14
- package/dist/nodes/OvhCloudOkms/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/get.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/okms/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/index.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/index.js +0 -295
- package/dist/nodes/OvhCloudOkms/okms/index.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/list.operation.js +0 -14
- package/dist/nodes/OvhCloudOkms/okms/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/credential/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/credential/get.operation.js +0 -35
- package/dist/nodes/OvhCloudOkms/okms/resources/credential/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/credential/index.d.ts +0 -2
- package/dist/nodes/OvhCloudOkms/okms/resources/credential/index.js +0 -10
- package/dist/nodes/OvhCloudOkms/okms/resources/credential/index.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/credential/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/credential/list.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/okms/resources/credential/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/index.d.ts +0 -6
- package/dist/nodes/OvhCloudOkms/okms/resources/index.js +0 -43
- package/dist/nodes/OvhCloudOkms/okms/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/log/getKind.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/log/getKind.operation.js +0 -35
- package/dist/nodes/OvhCloudOkms/okms/resources/log/getKind.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/log/getSubscription.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/log/getSubscription.operation.js +0 -35
- package/dist/nodes/OvhCloudOkms/okms/resources/log/getSubscription.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/log/getUrl.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/log/getUrl.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/okms/resources/log/getUrl.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/log/index.d.ts +0 -5
- package/dist/nodes/OvhCloudOkms/okms/resources/log/index.js +0 -19
- package/dist/nodes/OvhCloudOkms/okms/resources/log/index.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/log/listKinds.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/log/listKinds.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/okms/resources/log/listKinds.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/log/listSubscriptions.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/log/listSubscriptions.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/okms/resources/log/listSubscriptions.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/reference/index.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/reference/index.js +0 -13
- package/dist/nodes/OvhCloudOkms/okms/resources/reference/index.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/reference/listRegions.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/reference/listRegions.operation.js +0 -14
- package/dist/nodes/OvhCloudOkms/okms/resources/reference/listRegions.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/reference/listSecretConfig.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/reference/listSecretConfig.operation.js +0 -14
- package/dist/nodes/OvhCloudOkms/okms/resources/reference/listSecretConfig.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/reference/listServiceKey.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/reference/listServiceKey.operation.js +0 -14
- package/dist/nodes/OvhCloudOkms/okms/resources/reference/listServiceKey.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/resource/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/resource/get.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/okms/resources/resource/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/resource/index.d.ts +0 -2
- package/dist/nodes/OvhCloudOkms/okms/resources/resource/index.js +0 -10
- package/dist/nodes/OvhCloudOkms/okms/resources/resource/index.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/resource/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/resource/list.operation.js +0 -14
- package/dist/nodes/OvhCloudOkms/okms/resources/resource/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/get.operation.js +0 -35
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/getSecretConfig.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/getSecretConfig.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/getSecretConfig.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/getVersion.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/getVersion.operation.js +0 -45
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/getVersion.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/index.d.ts +0 -5
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/index.js +0 -19
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/index.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/list.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/listVersions.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/listVersions.operation.js +0 -35
- package/dist/nodes/OvhCloudOkms/okms/resources/secret/listVersions.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/serviceKey/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/serviceKey/get.operation.js +0 -35
- package/dist/nodes/OvhCloudOkms/okms/resources/serviceKey/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/serviceKey/index.d.ts +0 -2
- package/dist/nodes/OvhCloudOkms/okms/resources/serviceKey/index.js +0 -10
- package/dist/nodes/OvhCloudOkms/okms/resources/serviceKey/index.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/okms/resources/serviceKey/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/okms/resources/serviceKey/list.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/okms/resources/serviceKey/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/credential/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/credential/get.operation.js +0 -35
- package/dist/nodes/OvhCloudOkms/resources/credential/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/credential/index.d.ts +0 -2
- package/dist/nodes/OvhCloudOkms/resources/credential/index.js +0 -10
- package/dist/nodes/OvhCloudOkms/resources/credential/index.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/credential/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/credential/list.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/resources/credential/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/index.d.ts +0 -6
- package/dist/nodes/OvhCloudOkms/resources/index.js +0 -43
- package/dist/nodes/OvhCloudOkms/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/log/getKind.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/log/getKind.operation.js +0 -35
- package/dist/nodes/OvhCloudOkms/resources/log/getKind.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/log/getSubscription.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/log/getSubscription.operation.js +0 -35
- package/dist/nodes/OvhCloudOkms/resources/log/getSubscription.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/log/getUrl.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/log/getUrl.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/resources/log/getUrl.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/log/index.d.ts +0 -5
- package/dist/nodes/OvhCloudOkms/resources/log/index.js +0 -19
- package/dist/nodes/OvhCloudOkms/resources/log/index.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/log/listKinds.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/log/listKinds.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/resources/log/listKinds.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/log/listSubscriptions.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/log/listSubscriptions.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/resources/log/listSubscriptions.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/reference/index.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/reference/index.js +0 -13
- package/dist/nodes/OvhCloudOkms/resources/reference/index.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/reference/listRegions.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/reference/listRegions.operation.js +0 -14
- package/dist/nodes/OvhCloudOkms/resources/reference/listRegions.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/reference/listSecretConfig.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/reference/listSecretConfig.operation.js +0 -14
- package/dist/nodes/OvhCloudOkms/resources/reference/listSecretConfig.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/reference/listServiceKey.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/reference/listServiceKey.operation.js +0 -14
- package/dist/nodes/OvhCloudOkms/resources/reference/listServiceKey.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/resource/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/resource/get.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/resources/resource/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/resource/index.d.ts +0 -2
- package/dist/nodes/OvhCloudOkms/resources/resource/index.js +0 -10
- package/dist/nodes/OvhCloudOkms/resources/resource/index.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/resource/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/resource/list.operation.js +0 -14
- package/dist/nodes/OvhCloudOkms/resources/resource/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/secret/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/secret/get.operation.js +0 -35
- package/dist/nodes/OvhCloudOkms/resources/secret/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/secret/getSecretConfig.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/secret/getSecretConfig.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/resources/secret/getSecretConfig.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/secret/getVersion.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/secret/getVersion.operation.js +0 -45
- package/dist/nodes/OvhCloudOkms/resources/secret/getVersion.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/secret/index.d.ts +0 -5
- package/dist/nodes/OvhCloudOkms/resources/secret/index.js +0 -19
- package/dist/nodes/OvhCloudOkms/resources/secret/index.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/secret/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/secret/list.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/resources/secret/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/secret/listVersions.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/secret/listVersions.operation.js +0 -35
- package/dist/nodes/OvhCloudOkms/resources/secret/listVersions.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/serviceKey/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/serviceKey/get.operation.js +0 -35
- package/dist/nodes/OvhCloudOkms/resources/serviceKey/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/serviceKey/index.d.ts +0 -2
- package/dist/nodes/OvhCloudOkms/resources/serviceKey/index.js +0 -10
- package/dist/nodes/OvhCloudOkms/resources/serviceKey/index.js.map +0 -1
- package/dist/nodes/OvhCloudOkms/resources/serviceKey/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOkms/resources/serviceKey/list.operation.js +0 -25
- package/dist/nodes/OvhCloudOkms/resources/serviceKey/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/OvhCloudOrder.node.d.ts +0 -11
- package/dist/nodes/OvhCloudOrder/OvhCloudOrder.node.js +0 -51
- package/dist/nodes/OvhCloudOrder/OvhCloudOrder.node.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/OvhCloudOrder.node.json +0 -20
- package/dist/nodes/OvhCloudOrder/index.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/index.js +0 -210
- package/dist/nodes/OvhCloudOrder/index.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cart/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/resources/cart/create.operation.js +0 -26
- package/dist/nodes/OvhCloudOrder/resources/cart/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cart/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/resources/cart/delete.operation.js +0 -25
- package/dist/nodes/OvhCloudOrder/resources/cart/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cart/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/resources/cart/get.operation.js +0 -25
- package/dist/nodes/OvhCloudOrder/resources/cart/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cart/index.d.ts +0 -5
- package/dist/nodes/OvhCloudOrder/resources/cart/index.js +0 -19
- package/dist/nodes/OvhCloudOrder/resources/cart/index.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cart/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/resources/cart/list.operation.js +0 -14
- package/dist/nodes/OvhCloudOrder/resources/cart/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cart/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/resources/cart/update.operation.js +0 -35
- package/dist/nodes/OvhCloudOrder/resources/cart/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartAssign/assign.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/resources/cartAssign/assign.operation.js +0 -25
- package/dist/nodes/OvhCloudOrder/resources/cartAssign/assign.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartAssign/index.d.ts +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartAssign/index.js +0 -7
- package/dist/nodes/OvhCloudOrder/resources/cartAssign/index.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartCheckout/checkout.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/resources/cartCheckout/checkout.operation.js +0 -25
- package/dist/nodes/OvhCloudOrder/resources/cartCheckout/checkout.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartCheckout/index.d.ts +0 -2
- package/dist/nodes/OvhCloudOrder/resources/cartCheckout/index.js +0 -10
- package/dist/nodes/OvhCloudOrder/resources/cartCheckout/index.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartCheckout/validate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/resources/cartCheckout/validate.operation.js +0 -25
- package/dist/nodes/OvhCloudOrder/resources/cartCheckout/validate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartCoupon/add.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/resources/cartCoupon/add.operation.js +0 -36
- package/dist/nodes/OvhCloudOrder/resources/cartCoupon/add.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartCoupon/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/resources/cartCoupon/delete.operation.js +0 -25
- package/dist/nodes/OvhCloudOrder/resources/cartCoupon/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartCoupon/index.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/resources/cartCoupon/index.js +0 -13
- package/dist/nodes/OvhCloudOrder/resources/cartCoupon/index.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartCoupon/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/resources/cartCoupon/list.operation.js +0 -25
- package/dist/nodes/OvhCloudOrder/resources/cartCoupon/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartItem/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/resources/cartItem/delete.operation.js +0 -35
- package/dist/nodes/OvhCloudOrder/resources/cartItem/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartItem/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/resources/cartItem/get.operation.js +0 -35
- package/dist/nodes/OvhCloudOrder/resources/cartItem/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartItem/index.d.ts +0 -4
- package/dist/nodes/OvhCloudOrder/resources/cartItem/index.js +0 -16
- package/dist/nodes/OvhCloudOrder/resources/cartItem/index.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartItem/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/resources/cartItem/list.operation.js +0 -25
- package/dist/nodes/OvhCloudOrder/resources/cartItem/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartItem/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/resources/cartItem/update.operation.js +0 -45
- package/dist/nodes/OvhCloudOrder/resources/cartItem/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartSummary/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOrder/resources/cartSummary/get.operation.js +0 -25
- package/dist/nodes/OvhCloudOrder/resources/cartSummary/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartSummary/index.d.ts +0 -1
- package/dist/nodes/OvhCloudOrder/resources/cartSummary/index.js +0 -7
- package/dist/nodes/OvhCloudOrder/resources/cartSummary/index.js.map +0 -1
- package/dist/nodes/OvhCloudOrder/resources/index.d.ts +0 -6
- package/dist/nodes/OvhCloudOrder/resources/index.js +0 -43
- package/dist/nodes/OvhCloudOrder/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/OvhCloudOverTheBox.node.d.ts +0 -11
- package/dist/nodes/OvhCloudOverTheBox/OvhCloudOverTheBox.node.js +0 -51
- package/dist/nodes/OvhCloudOverTheBox/OvhCloudOverTheBox.node.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/OvhCloudOverTheBox.node.json +0 -20
- package/dist/nodes/OvhCloudOverTheBox/index.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/index.js +0 -396
- package/dist/nodes/OvhCloudOverTheBox/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/autoMTU/index.d.ts +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/autoMTU/index.js +0 -7
- package/dist/nodes/OvhCloudOverTheBox/resources/autoMTU/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/autoMTU/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/autoMTU/update.operation.js +0 -37
- package/dist/nodes/OvhCloudOverTheBox/resources/autoMTU/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/availableOffers/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/availableOffers/get.operation.js +0 -14
- package/dist/nodes/OvhCloudOverTheBox/resources/availableOffers/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/availableOffers/index.d.ts +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/availableOffers/index.js +0 -7
- package/dist/nodes/OvhCloudOverTheBox/resources/availableOffers/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/backups/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/backups/delete.operation.js +0 -19
- package/dist/nodes/OvhCloudOverTheBox/resources/backups/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/backups/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/backups/get.operation.js +0 -19
- package/dist/nodes/OvhCloudOverTheBox/resources/backups/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/backups/index.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/backups/index.js +0 -13
- package/dist/nodes/OvhCloudOverTheBox/resources/backups/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/backups/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/backups/list.operation.js +0 -15
- package/dist/nodes/OvhCloudOverTheBox/resources/backups/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/cancelResiliation/cancel.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/cancelResiliation/cancel.operation.js +0 -15
- package/dist/nodes/OvhCloudOverTheBox/resources/cancelResiliation/cancel.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/cancelResiliation/index.d.ts +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/cancelResiliation/index.js +0 -7
- package/dist/nodes/OvhCloudOverTheBox/resources/cancelResiliation/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/changeContact/change.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/changeContact/change.operation.js +0 -20
- package/dist/nodes/OvhCloudOverTheBox/resources/changeContact/change.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/changeContact/index.d.ts +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/changeContact/index.js +0 -7
- package/dist/nodes/OvhCloudOverTheBox/resources/changeContact/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/delete.operation.js +0 -25
- package/dist/nodes/OvhCloudOverTheBox/resources/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/device/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/device/get.operation.js +0 -25
- package/dist/nodes/OvhCloudOverTheBox/resources/device/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/device/index.d.ts +0 -2
- package/dist/nodes/OvhCloudOverTheBox/resources/device/index.js +0 -10
- package/dist/nodes/OvhCloudOverTheBox/resources/device/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/device/unlink.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/device/unlink.operation.js +0 -25
- package/dist/nodes/OvhCloudOverTheBox/resources/device/unlink.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/availableActions.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/availableActions.operation.js +0 -25
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/availableActions.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/backup.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/backup.operation.js +0 -25
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/backup.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/create.operation.js +0 -20
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/get.operation.js +0 -19
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/hardware.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/hardware.operation.js +0 -25
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/hardware.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/index.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/index.js +0 -13
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/list.operation.js +0 -15
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/logs.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/logs.operation.js +0 -25
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/logs.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/restoreBackup.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/restoreBackup.operation.js +0 -38
- package/dist/nodes/OvhCloudOverTheBox/resources/deviceActions/restoreBackup.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/devices/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/devices/get.operation.js +0 -14
- package/dist/nodes/OvhCloudOverTheBox/resources/devices/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/devices/index.d.ts +0 -2
- package/dist/nodes/OvhCloudOverTheBox/resources/devices/index.js +0 -10
- package/dist/nodes/OvhCloudOverTheBox/resources/devices/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/devices/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/devices/list.operation.js +0 -14
- package/dist/nodes/OvhCloudOverTheBox/resources/devices/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/get.operation.js +0 -25
- package/dist/nodes/OvhCloudOverTheBox/resources/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/hardware/available.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/hardware/available.operation.js +0 -14
- package/dist/nodes/OvhCloudOverTheBox/resources/hardware/available.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/hardware/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/hardware/get.operation.js +0 -25
- package/dist/nodes/OvhCloudOverTheBox/resources/hardware/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/hardware/index.d.ts +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/hardware/index.js +0 -7
- package/dist/nodes/OvhCloudOverTheBox/resources/hardware/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/hardware/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/hardware/list.operation.js +0 -14
- package/dist/nodes/OvhCloudOverTheBox/resources/hardware/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/index.d.ts +0 -21
- package/dist/nodes/OvhCloudOverTheBox/resources/index.js +0 -58
- package/dist/nodes/OvhCloudOverTheBox/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/ips/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/ips/get.operation.js +0 -35
- package/dist/nodes/OvhCloudOverTheBox/resources/ips/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/ips/index.d.ts +0 -2
- package/dist/nodes/OvhCloudOverTheBox/resources/ips/index.js +0 -10
- package/dist/nodes/OvhCloudOverTheBox/resources/ips/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/ips/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/ips/list.operation.js +0 -15
- package/dist/nodes/OvhCloudOverTheBox/resources/ips/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/ipv6/index.d.ts +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/ipv6/index.js +0 -7
- package/dist/nodes/OvhCloudOverTheBox/resources/ipv6/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/ipv6/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/ipv6/update.operation.js +0 -20
- package/dist/nodes/OvhCloudOverTheBox/resources/ipv6/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/linkDevice/index.d.ts +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/linkDevice/index.js +0 -7
- package/dist/nodes/OvhCloudOverTheBox/resources/linkDevice/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/linkDevice/link.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/linkDevice/link.operation.js +0 -20
- package/dist/nodes/OvhCloudOverTheBox/resources/linkDevice/link.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/linkHardware/index.d.ts +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/linkHardware/index.js +0 -7
- package/dist/nodes/OvhCloudOverTheBox/resources/linkHardware/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/linkHardware/link.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/linkHardware/link.operation.js +0 -20
- package/dist/nodes/OvhCloudOverTheBox/resources/linkHardware/link.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/list.operation.js +0 -14
- package/dist/nodes/OvhCloudOverTheBox/resources/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/logKind/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/logKind/get.operation.js +0 -19
- package/dist/nodes/OvhCloudOverTheBox/resources/logKind/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/logKind/index.d.ts +0 -2
- package/dist/nodes/OvhCloudOverTheBox/resources/logKind/index.js +0 -10
- package/dist/nodes/OvhCloudOverTheBox/resources/logKind/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/logKind/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/logKind/list.operation.js +0 -15
- package/dist/nodes/OvhCloudOverTheBox/resources/logKind/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/logKinds/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/logKinds/get.operation.js +0 -35
- package/dist/nodes/OvhCloudOverTheBox/resources/logKinds/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/logKinds/index.d.ts +0 -2
- package/dist/nodes/OvhCloudOverTheBox/resources/logKinds/index.js +0 -10
- package/dist/nodes/OvhCloudOverTheBox/resources/logKinds/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/logKinds/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/logKinds/list.operation.js +0 -25
- package/dist/nodes/OvhCloudOverTheBox/resources/logKinds/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/logSubscription/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/logSubscription/create.operation.js +0 -20
- package/dist/nodes/OvhCloudOverTheBox/resources/logSubscription/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/logSubscription/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/logSubscription/delete.operation.js +0 -19
- package/dist/nodes/OvhCloudOverTheBox/resources/logSubscription/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/logSubscription/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/logSubscription/get.operation.js +0 -19
- package/dist/nodes/OvhCloudOverTheBox/resources/logSubscription/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/logSubscription/index.d.ts +0 -4
- package/dist/nodes/OvhCloudOverTheBox/resources/logSubscription/index.js +0 -16
- package/dist/nodes/OvhCloudOverTheBox/resources/logSubscription/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/logSubscription/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/logSubscription/list.operation.js +0 -15
- package/dist/nodes/OvhCloudOverTheBox/resources/logSubscription/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/logUrl/generate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/logUrl/generate.operation.js +0 -20
- package/dist/nodes/OvhCloudOverTheBox/resources/logUrl/generate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/logUrl/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/logUrl/get.operation.js +0 -25
- package/dist/nodes/OvhCloudOverTheBox/resources/logUrl/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/logUrl/index.d.ts +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/logUrl/index.js +0 -7
- package/dist/nodes/OvhCloudOverTheBox/resources/logUrl/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/migration/changeOffers.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/migration/changeOffers.operation.js +0 -20
- package/dist/nodes/OvhCloudOverTheBox/resources/migration/changeOffers.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/migration/index.d.ts +0 -2
- package/dist/nodes/OvhCloudOverTheBox/resources/migration/index.js +0 -10
- package/dist/nodes/OvhCloudOverTheBox/resources/migration/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/migration/listOffers.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/migration/listOffers.operation.js +0 -15
- package/dist/nodes/OvhCloudOverTheBox/resources/migration/listOffers.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/migration/offers.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/migration/offers.operation.js +0 -25
- package/dist/nodes/OvhCloudOverTheBox/resources/migration/offers.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/releaseChannels/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/releaseChannels/get.operation.js +0 -25
- package/dist/nodes/OvhCloudOverTheBox/resources/releaseChannels/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/releaseChannels/index.d.ts +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/releaseChannels/index.js +0 -7
- package/dist/nodes/OvhCloudOverTheBox/resources/releaseChannels/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/authorize.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/authorize.operation.js +0 -19
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/authorize.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/create.operation.js +0 -20
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/delete.operation.js +0 -19
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/get.operation.js +0 -19
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/index.d.ts +0 -5
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/index.js +0 -19
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/list.operation.js +0 -15
- package/dist/nodes/OvhCloudOverTheBox/resources/remoteAccesses/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/serviceInfos/get.operation.js +0 -15
- package/dist/nodes/OvhCloudOverTheBox/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudOverTheBox/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudOverTheBox/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/serviceInfos/update.operation.js +0 -20
- package/dist/nodes/OvhCloudOverTheBox/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/statistics/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/statistics/get.operation.js +0 -17
- package/dist/nodes/OvhCloudOverTheBox/resources/statistics/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/statistics/index.d.ts +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/statistics/index.js +0 -7
- package/dist/nodes/OvhCloudOverTheBox/resources/statistics/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/tasks/get.operation.js +0 -19
- package/dist/nodes/OvhCloudOverTheBox/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/tasks/index.d.ts +0 -2
- package/dist/nodes/OvhCloudOverTheBox/resources/tasks/index.js +0 -10
- package/dist/nodes/OvhCloudOverTheBox/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/tasks/list.operation.js +0 -15
- package/dist/nodes/OvhCloudOverTheBox/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/terminate/index.d.ts +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/terminate/index.js +0 -7
- package/dist/nodes/OvhCloudOverTheBox/resources/terminate/index.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/terminate/terminate.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/terminate/terminate.operation.js +0 -15
- package/dist/nodes/OvhCloudOverTheBox/resources/terminate/terminate.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOverTheBox/resources/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOverTheBox/resources/update.operation.js +0 -35
- package/dist/nodes/OvhCloudOverTheBox/resources/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOvhCloudConnect/OvhCloudOvhCloudConnect.node.d.ts +0 -11
- package/dist/nodes/OvhCloudOvhCloudConnect/OvhCloudOvhCloudConnect.node.js +0 -51
- package/dist/nodes/OvhCloudOvhCloudConnect/OvhCloudOvhCloudConnect.node.js.map +0 -1
- package/dist/nodes/OvhCloudOvhCloudConnect/OvhCloudOvhCloudConnect.node.json +0 -20
- package/dist/nodes/OvhCloudOvhCloudConnect/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOvhCloudConnect/get.operation.js +0 -25
- package/dist/nodes/OvhCloudOvhCloudConnect/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudOvhCloudConnect/index.d.ts +0 -3
- package/dist/nodes/OvhCloudOvhCloudConnect/index.js +0 -52
- package/dist/nodes/OvhCloudOvhCloudConnect/index.js.map +0 -1
- package/dist/nodes/OvhCloudOvhCloudConnect/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudOvhCloudConnect/list.operation.js +0 -14
- package/dist/nodes/OvhCloudOvhCloudConnect/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPackXdsl/OvhCloudPackXdsl.node.d.ts +0 -11
- package/dist/nodes/OvhCloudPackXdsl/OvhCloudPackXdsl.node.js +0 -51
- package/dist/nodes/OvhCloudPackXdsl/OvhCloudPackXdsl.node.js.map +0 -1
- package/dist/nodes/OvhCloudPackXdsl/OvhCloudPackXdsl.node.json +0 -20
- package/dist/nodes/OvhCloudPackXdsl/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPackXdsl/get.operation.js +0 -47
- package/dist/nodes/OvhCloudPackXdsl/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPackXdsl/index.d.ts +0 -3
- package/dist/nodes/OvhCloudPackXdsl/index.js +0 -52
- package/dist/nodes/OvhCloudPackXdsl/index.js.map +0 -1
- package/dist/nodes/OvhCloudPackXdsl/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPackXdsl/list.operation.js +0 -14
- package/dist/nodes/OvhCloudPackXdsl/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPartner/OvhCloudPartner.node.d.ts +0 -11
- package/dist/nodes/OvhCloudPartner/OvhCloudPartner.node.js +0 -51
- package/dist/nodes/OvhCloudPartner/OvhCloudPartner.node.js.map +0 -1
- package/dist/nodes/OvhCloudPartner/OvhCloudPartner.node.json +0 -20
- package/dist/nodes/OvhCloudPartner/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPartner/get.operation.js +0 -14
- package/dist/nodes/OvhCloudPartner/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPartner/index.d.ts +0 -3
- package/dist/nodes/OvhCloudPartner/index.js +0 -52
- package/dist/nodes/OvhCloudPartner/index.js.map +0 -1
- package/dist/nodes/OvhCloudPartner/register.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPartner/register.operation.js +0 -126
- package/dist/nodes/OvhCloudPartner/register.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPrice/OvhCloudPrice.node.d.ts +0 -11
- package/dist/nodes/OvhCloudPrice/OvhCloudPrice.node.js +0 -51
- package/dist/nodes/OvhCloudPrice/OvhCloudPrice.node.js.map +0 -1
- package/dist/nodes/OvhCloudPrice/OvhCloudPrice.node.json +0 -20
- package/dist/nodes/OvhCloudPrice/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPrice/get.operation.js +0 -25
- package/dist/nodes/OvhCloudPrice/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPrice/index.d.ts +0 -3
- package/dist/nodes/OvhCloudPrice/index.js +0 -52
- package/dist/nodes/OvhCloudPrice/index.js.map +0 -1
- package/dist/nodes/OvhCloudPrice/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPrice/list.operation.js +0 -14
- package/dist/nodes/OvhCloudPrice/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/OvhCloudPublicCloud.node.d.ts +0 -11
- package/dist/nodes/OvhCloudPublicCloud/OvhCloudPublicCloud.node.js +0 -51
- package/dist/nodes/OvhCloudPublicCloud/OvhCloudPublicCloud.node.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/OvhCloudPublicCloud.node.json +0 -20
- package/dist/nodes/OvhCloudPublicCloud/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/get.operation.js +0 -25
- package/dist/nodes/OvhCloudPublicCloud/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/index.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/index.js +0 -218
- package/dist/nodes/OvhCloudPublicCloud/index.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/list.operation.js +0 -14
- package/dist/nodes/OvhCloudPublicCloud/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/get.operation.js +0 -25
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/index.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/index.js +0 -218
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/index.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/list.operation.js +0 -14
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/index.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/index.js +0 -40
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/project/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/project/get.operation.js +0 -25
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/project/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/project/index.d.ts +0 -2
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/project/index.js +0 -10
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/project/index.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/project/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/project/list.operation.js +0 -14
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/project/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/get.operation.js +0 -35
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/getAdminCredentials.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/getAdminCredentials.operation.js +0 -35
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/getAdminCredentials.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/getCapabilitiesPlan.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/getCapabilitiesPlan.operation.js +0 -35
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/getCapabilitiesPlan.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/getCapabilitiesVersion.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/getCapabilitiesVersion.operation.js +0 -35
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/getCapabilitiesVersion.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/getTask.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/getTask.operation.js +0 -45
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/getTask.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/index.d.ts +0 -8
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/index.js +0 -28
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/index.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/list.operation.js +0 -25
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/listEvents.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/listEvents.operation.js +0 -35
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/listEvents.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/listTasks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/listTasks.operation.js +0 -35
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/rancher/listTasks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/reference/index.d.ts +0 -2
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/reference/index.js +0 -10
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/reference/index.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/reference/listRancherPlan.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/reference/listRancherPlan.operation.js +0 -14
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/reference/listRancherPlan.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/reference/listRancherVersion.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/reference/listRancherVersion.operation.js +0 -14
- package/dist/nodes/OvhCloudPublicCloud/publicCloud/resources/reference/listRancherVersion.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/resources/index.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/resources/index.js +0 -40
- package/dist/nodes/OvhCloudPublicCloud/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/resources/project/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/resources/project/get.operation.js +0 -25
- package/dist/nodes/OvhCloudPublicCloud/resources/project/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/resources/project/index.d.ts +0 -2
- package/dist/nodes/OvhCloudPublicCloud/resources/project/index.js +0 -10
- package/dist/nodes/OvhCloudPublicCloud/resources/project/index.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/resources/project/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/resources/project/list.operation.js +0 -14
- package/dist/nodes/OvhCloudPublicCloud/resources/project/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/get.operation.js +0 -35
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/getAdminCredentials.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/getAdminCredentials.operation.js +0 -35
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/getAdminCredentials.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/getCapabilitiesPlan.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/getCapabilitiesPlan.operation.js +0 -35
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/getCapabilitiesPlan.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/getCapabilitiesVersion.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/getCapabilitiesVersion.operation.js +0 -35
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/getCapabilitiesVersion.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/getTask.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/getTask.operation.js +0 -45
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/getTask.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/index.d.ts +0 -8
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/index.js +0 -28
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/index.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/list.operation.js +0 -25
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/listEvents.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/listEvents.operation.js +0 -35
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/listEvents.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/listTasks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/listTasks.operation.js +0 -35
- package/dist/nodes/OvhCloudPublicCloud/resources/rancher/listTasks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/resources/reference/index.d.ts +0 -2
- package/dist/nodes/OvhCloudPublicCloud/resources/reference/index.js +0 -10
- package/dist/nodes/OvhCloudPublicCloud/resources/reference/index.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/resources/reference/listRancherPlan.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/resources/reference/listRancherPlan.operation.js +0 -14
- package/dist/nodes/OvhCloudPublicCloud/resources/reference/listRancherPlan.operation.js.map +0 -1
- package/dist/nodes/OvhCloudPublicCloud/resources/reference/listRancherVersion.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudPublicCloud/resources/reference/listRancherVersion.operation.js +0 -14
- package/dist/nodes/OvhCloudPublicCloud/resources/reference/listRancherVersion.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSecret/OvhCloudSecret.node.d.ts +0 -11
- package/dist/nodes/OvhCloudSecret/OvhCloudSecret.node.js +0 -51
- package/dist/nodes/OvhCloudSecret/OvhCloudSecret.node.js.map +0 -1
- package/dist/nodes/OvhCloudSecret/OvhCloudSecret.node.json +0 -20
- package/dist/nodes/OvhCloudSecret/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSecret/get.operation.js +0 -25
- package/dist/nodes/OvhCloudSecret/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSecret/index.d.ts +0 -3
- package/dist/nodes/OvhCloudSecret/index.js +0 -40
- package/dist/nodes/OvhCloudSecret/index.js.map +0 -1
- package/dist/nodes/OvhCloudSecret/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSecret/list.operation.js +0 -14
- package/dist/nodes/OvhCloudSecret/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSecret/retrieve.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSecret/retrieve.operation.js +0 -39
- package/dist/nodes/OvhCloudSecret/retrieve.operation.js.map +0 -1
- package/dist/nodes/OvhCloudServices/OvhCloudServices.node.d.ts +0 -11
- package/dist/nodes/OvhCloudServices/OvhCloudServices.node.js +0 -51
- package/dist/nodes/OvhCloudServices/OvhCloudServices.node.js.map +0 -1
- package/dist/nodes/OvhCloudServices/OvhCloudServices.node.json +0 -20
- package/dist/nodes/OvhCloudServices/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudServices/get.operation.js +0 -15
- package/dist/nodes/OvhCloudServices/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudServices/getForms.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudServices/getForms.operation.js +0 -15
- package/dist/nodes/OvhCloudServices/getForms.operation.js.map +0 -1
- package/dist/nodes/OvhCloudServices/getOptions.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudServices/getOptions.operation.js +0 -15
- package/dist/nodes/OvhCloudServices/getOptions.operation.js.map +0 -1
- package/dist/nodes/OvhCloudServices/getUpgrades.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudServices/getUpgrades.operation.js +0 -15
- package/dist/nodes/OvhCloudServices/getUpgrades.operation.js.map +0 -1
- package/dist/nodes/OvhCloudServices/index.d.ts +0 -3
- package/dist/nodes/OvhCloudServices/index.js +0 -164
- package/dist/nodes/OvhCloudServices/index.js.map +0 -1
- package/dist/nodes/OvhCloudServices/list.operation.d.ts +0 -4
- package/dist/nodes/OvhCloudServices/list.operation.js +0 -92
- package/dist/nodes/OvhCloudServices/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudServices/resources/serviceConsumption/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudServices/resources/serviceConsumption/get.operation.js +0 -25
- package/dist/nodes/OvhCloudServices/resources/serviceConsumption/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudServices/resources/serviceConsumption/index.d.ts +0 -3
- package/dist/nodes/OvhCloudServices/resources/serviceConsumption/index.js +0 -42
- package/dist/nodes/OvhCloudServices/resources/serviceConsumption/index.js.map +0 -1
- package/dist/nodes/OvhCloudServices/resources/serviceConsumptionForecast/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudServices/resources/serviceConsumptionForecast/get.operation.js +0 -25
- package/dist/nodes/OvhCloudServices/resources/serviceConsumptionForecast/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudServices/resources/serviceConsumptionForecast/index.d.ts +0 -3
- package/dist/nodes/OvhCloudServices/resources/serviceConsumptionForecast/index.js +0 -42
- package/dist/nodes/OvhCloudServices/resources/serviceConsumptionForecast/index.js.map +0 -1
- package/dist/nodes/OvhCloudServices/resources/serviceConsumptionHistory/index.d.ts +0 -3
- package/dist/nodes/OvhCloudServices/resources/serviceConsumptionHistory/index.js +0 -42
- package/dist/nodes/OvhCloudServices/resources/serviceConsumptionHistory/index.js.map +0 -1
- package/dist/nodes/OvhCloudServices/resources/serviceConsumptionHistory/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudServices/resources/serviceConsumptionHistory/list.operation.js +0 -25
- package/dist/nodes/OvhCloudServices/resources/serviceConsumptionHistory/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudServices/resources/serviceEngagement/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudServices/resources/serviceEngagement/get.operation.js +0 -25
- package/dist/nodes/OvhCloudServices/resources/serviceEngagement/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudServices/resources/serviceEngagement/index.d.ts +0 -3
- package/dist/nodes/OvhCloudServices/resources/serviceEngagement/index.js +0 -42
- package/dist/nodes/OvhCloudServices/resources/serviceEngagement/index.js.map +0 -1
- package/dist/nodes/OvhCloudServices/resources/serviceSavingsPlan/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudServices/resources/serviceSavingsPlan/get.operation.js +0 -35
- package/dist/nodes/OvhCloudServices/resources/serviceSavingsPlan/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudServices/resources/serviceSavingsPlan/index.d.ts +0 -3
- package/dist/nodes/OvhCloudServices/resources/serviceSavingsPlan/index.js +0 -54
- package/dist/nodes/OvhCloudServices/resources/serviceSavingsPlan/index.js.map +0 -1
- package/dist/nodes/OvhCloudServices/resources/serviceSavingsPlan/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudServices/resources/serviceSavingsPlan/list.operation.js +0 -25
- package/dist/nodes/OvhCloudServices/resources/serviceSavingsPlan/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSms/OvhCloudSms.node.d.ts +0 -11
- package/dist/nodes/OvhCloudSms/OvhCloudSms.node.js +0 -51
- package/dist/nodes/OvhCloudSms/OvhCloudSms.node.js.map +0 -1
- package/dist/nodes/OvhCloudSms/OvhCloudSms.node.json +0 -20
- package/dist/nodes/OvhCloudSms/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/get.operation.js +0 -25
- package/dist/nodes/OvhCloudSms/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSms/index.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/index.js +0 -52
- package/dist/nodes/OvhCloudSms/index.js.map +0 -1
- package/dist/nodes/OvhCloudSms/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/list.operation.js +0 -14
- package/dist/nodes/OvhCloudSms/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsBatch/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsBatch/get.operation.js +0 -35
- package/dist/nodes/OvhCloudSms/resources/smsBatch/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsBatch/index.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsBatch/index.js +0 -52
- package/dist/nodes/OvhCloudSms/resources/smsBatch/index.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsBatch/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsBatch/list.operation.js +0 -15
- package/dist/nodes/OvhCloudSms/resources/smsBatch/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsBlacklist/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsBlacklist/get.operation.js +0 -35
- package/dist/nodes/OvhCloudSms/resources/smsBlacklist/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsBlacklist/index.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsBlacklist/index.js +0 -44
- package/dist/nodes/OvhCloudSms/resources/smsBlacklist/index.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsBlacklist/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsBlacklist/list.operation.js +0 -15
- package/dist/nodes/OvhCloudSms/resources/smsBlacklist/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsIncoming/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsIncoming/get.operation.js +0 -35
- package/dist/nodes/OvhCloudSms/resources/smsIncoming/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsIncoming/index.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsIncoming/index.js +0 -44
- package/dist/nodes/OvhCloudSms/resources/smsIncoming/index.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsIncoming/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsIncoming/list.operation.js +0 -15
- package/dist/nodes/OvhCloudSms/resources/smsIncoming/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsJob/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsJob/get.operation.js +0 -35
- package/dist/nodes/OvhCloudSms/resources/smsJob/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsJob/index.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsJob/index.js +0 -52
- package/dist/nodes/OvhCloudSms/resources/smsJob/index.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsJob/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsJob/list.operation.js +0 -15
- package/dist/nodes/OvhCloudSms/resources/smsJob/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsOutgoing/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsOutgoing/get.operation.js +0 -35
- package/dist/nodes/OvhCloudSms/resources/smsOutgoing/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsOutgoing/index.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsOutgoing/index.js +0 -44
- package/dist/nodes/OvhCloudSms/resources/smsOutgoing/index.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsOutgoing/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsOutgoing/list.operation.js +0 -15
- package/dist/nodes/OvhCloudSms/resources/smsOutgoing/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsPhonebook/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsPhonebook/get.operation.js +0 -35
- package/dist/nodes/OvhCloudSms/resources/smsPhonebook/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsPhonebook/index.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsPhonebook/index.js +0 -52
- package/dist/nodes/OvhCloudSms/resources/smsPhonebook/index.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsPhonebook/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsPhonebook/list.operation.js +0 -15
- package/dist/nodes/OvhCloudSms/resources/smsPhonebook/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsSender/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsSender/get.operation.js +0 -35
- package/dist/nodes/OvhCloudSms/resources/smsSender/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsSender/index.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsSender/index.js +0 -44
- package/dist/nodes/OvhCloudSms/resources/smsSender/index.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsSender/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsSender/list.operation.js +0 -15
- package/dist/nodes/OvhCloudSms/resources/smsSender/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsStatistics/index.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsStatistics/index.js +0 -34
- package/dist/nodes/OvhCloudSms/resources/smsStatistics/index.js.map +0 -1
- package/dist/nodes/OvhCloudSms/resources/smsStatistics/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSms/resources/smsStatistics/list.operation.js +0 -15
- package/dist/nodes/OvhCloudSms/resources/smsStatistics/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSsl/OvhCloudSsl.node.d.ts +0 -11
- package/dist/nodes/OvhCloudSsl/OvhCloudSsl.node.js +0 -51
- package/dist/nodes/OvhCloudSsl/OvhCloudSsl.node.js.map +0 -1
- package/dist/nodes/OvhCloudSsl/OvhCloudSsl.node.json +0 -20
- package/dist/nodes/OvhCloudSsl/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSsl/get.operation.js +0 -25
- package/dist/nodes/OvhCloudSsl/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSsl/getServiceInfos.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSsl/getServiceInfos.operation.js +0 -25
- package/dist/nodes/OvhCloudSsl/getServiceInfos.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSsl/getTask.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSsl/getTask.operation.js +0 -35
- package/dist/nodes/OvhCloudSsl/getTask.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSsl/index.d.ts +0 -3
- package/dist/nodes/OvhCloudSsl/index.js +0 -100
- package/dist/nodes/OvhCloudSsl/index.js.map +0 -1
- package/dist/nodes/OvhCloudSsl/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSsl/list.operation.js +0 -14
- package/dist/nodes/OvhCloudSsl/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSsl/listTasks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSsl/listTasks.operation.js +0 -25
- package/dist/nodes/OvhCloudSsl/listTasks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSsl/updateServiceInfos.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSsl/updateServiceInfos.operation.js +0 -27
- package/dist/nodes/OvhCloudSsl/updateServiceInfos.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSslGateway/OvhCloudSslGateway.node.d.ts +0 -11
- package/dist/nodes/OvhCloudSslGateway/OvhCloudSslGateway.node.js +0 -51
- package/dist/nodes/OvhCloudSslGateway/OvhCloudSslGateway.node.js.map +0 -1
- package/dist/nodes/OvhCloudSslGateway/OvhCloudSslGateway.node.json +0 -20
- package/dist/nodes/OvhCloudSslGateway/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSslGateway/get.operation.js +0 -25
- package/dist/nodes/OvhCloudSslGateway/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSslGateway/index.d.ts +0 -3
- package/dist/nodes/OvhCloudSslGateway/index.js +0 -52
- package/dist/nodes/OvhCloudSslGateway/index.js.map +0 -1
- package/dist/nodes/OvhCloudSslGateway/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSslGateway/list.operation.js +0 -14
- package/dist/nodes/OvhCloudSslGateway/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudStartup/OvhCloudStartup.node.d.ts +0 -11
- package/dist/nodes/OvhCloudStartup/OvhCloudStartup.node.js +0 -51
- package/dist/nodes/OvhCloudStartup/OvhCloudStartup.node.js.map +0 -1
- package/dist/nodes/OvhCloudStartup/OvhCloudStartup.node.json +0 -20
- package/dist/nodes/OvhCloudStartup/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudStartup/get.operation.js +0 -25
- package/dist/nodes/OvhCloudStartup/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudStartup/index.d.ts +0 -3
- package/dist/nodes/OvhCloudStartup/index.js +0 -52
- package/dist/nodes/OvhCloudStartup/index.js.map +0 -1
- package/dist/nodes/OvhCloudStartup/register.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudStartup/register.operation.js +0 -37
- package/dist/nodes/OvhCloudStartup/register.operation.js.map +0 -1
- package/dist/nodes/OvhCloudStorage/OvhCloudStorage.node.d.ts +0 -11
- package/dist/nodes/OvhCloudStorage/OvhCloudStorage.node.js +0 -51
- package/dist/nodes/OvhCloudStorage/OvhCloudStorage.node.js.map +0 -1
- package/dist/nodes/OvhCloudStorage/OvhCloudStorage.node.json +0 -20
- package/dist/nodes/OvhCloudStorage/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudStorage/get.operation.js +0 -25
- package/dist/nodes/OvhCloudStorage/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudStorage/index.d.ts +0 -3
- package/dist/nodes/OvhCloudStorage/index.js +0 -52
- package/dist/nodes/OvhCloudStorage/index.js.map +0 -1
- package/dist/nodes/OvhCloudStorage/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudStorage/list.operation.js +0 -14
- package/dist/nodes/OvhCloudStorage/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSupport/OvhCloudSupport.node.d.ts +0 -11
- package/dist/nodes/OvhCloudSupport/OvhCloudSupport.node.js +0 -51
- package/dist/nodes/OvhCloudSupport/OvhCloudSupport.node.js.map +0 -1
- package/dist/nodes/OvhCloudSupport/OvhCloudSupport.node.json +0 -20
- package/dist/nodes/OvhCloudSupport/canBeScored.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSupport/canBeScored.operation.js +0 -25
- package/dist/nodes/OvhCloudSupport/canBeScored.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSupport/close.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSupport/close.operation.js +0 -27
- package/dist/nodes/OvhCloudSupport/close.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSupport/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSupport/create.operation.js +0 -40
- package/dist/nodes/OvhCloudSupport/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSupport/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSupport/get.operation.js +0 -25
- package/dist/nodes/OvhCloudSupport/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSupport/getMessages.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSupport/getMessages.operation.js +0 -25
- package/dist/nodes/OvhCloudSupport/getMessages.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSupport/index.d.ts +0 -3
- package/dist/nodes/OvhCloudSupport/index.js +0 -136
- package/dist/nodes/OvhCloudSupport/index.js.map +0 -1
- package/dist/nodes/OvhCloudSupport/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSupport/list.operation.js +0 -14
- package/dist/nodes/OvhCloudSupport/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSupport/reopen.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSupport/reopen.operation.js +0 -27
- package/dist/nodes/OvhCloudSupport/reopen.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSupport/reply.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSupport/reply.operation.js +0 -42
- package/dist/nodes/OvhCloudSupport/reply.operation.js.map +0 -1
- package/dist/nodes/OvhCloudSupport/score.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudSupport/score.operation.js +0 -39
- package/dist/nodes/OvhCloudSupport/score.operation.js.map +0 -1
- package/dist/nodes/OvhCloudTelephony/OvhCloudTelephony.node.d.ts +0 -11
- package/dist/nodes/OvhCloudTelephony/OvhCloudTelephony.node.js +0 -51
- package/dist/nodes/OvhCloudTelephony/OvhCloudTelephony.node.js.map +0 -1
- package/dist/nodes/OvhCloudTelephony/OvhCloudTelephony.node.json +0 -20
- package/dist/nodes/OvhCloudTelephony/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudTelephony/get.operation.js +0 -47
- package/dist/nodes/OvhCloudTelephony/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudTelephony/index.d.ts +0 -3
- package/dist/nodes/OvhCloudTelephony/index.js +0 -52
- package/dist/nodes/OvhCloudTelephony/index.js.map +0 -1
- package/dist/nodes/OvhCloudTelephony/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudTelephony/list.operation.js +0 -14
- package/dist/nodes/OvhCloudTelephony/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVip/OvhCloudVip.node.d.ts +0 -11
- package/dist/nodes/OvhCloudVip/OvhCloudVip.node.js +0 -51
- package/dist/nodes/OvhCloudVip/OvhCloudVip.node.js.map +0 -1
- package/dist/nodes/OvhCloudVip/OvhCloudVip.node.json +0 -20
- package/dist/nodes/OvhCloudVip/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVip/get.operation.js +0 -47
- package/dist/nodes/OvhCloudVip/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVip/getServiceInfos.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVip/getServiceInfos.operation.js +0 -25
- package/dist/nodes/OvhCloudVip/getServiceInfos.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVip/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVip/index.js +0 -76
- package/dist/nodes/OvhCloudVip/index.js.map +0 -1
- package/dist/nodes/OvhCloudVip/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVip/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVip/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVip/updateServiceInfos.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVip/updateServiceInfos.operation.js +0 -27
- package/dist/nodes/OvhCloudVip/updateServiceInfos.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/OvhCloudVmwareCloudDirector.node.d.ts +0 -11
- package/dist/nodes/OvhCloudVmwareCloudDirector/OvhCloudVmwareCloudDirector.node.js +0 -51
- package/dist/nodes/OvhCloudVmwareCloudDirector/OvhCloudVmwareCloudDirector.node.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/OvhCloudVmwareCloudDirector.node.json +0 -20
- package/dist/nodes/OvhCloudVmwareCloudDirector/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/get.operation.js +0 -25
- package/dist/nodes/OvhCloudVmwareCloudDirector/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/index.js +0 -408
- package/dist/nodes/OvhCloudVmwareCloudDirector/index.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVmwareCloudDirector/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/backup/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/backup/get.operation.js +0 -25
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/backup/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/backup/getTask.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/backup/getTask.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/backup/getTask.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/backup/index.d.ts +0 -4
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/backup/index.js +0 -16
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/backup/index.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/backup/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/backup/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/backup/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/backup/listTasks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/backup/listTasks.operation.js +0 -25
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/backup/listTasks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/index.js +0 -40
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/get.operation.js +0 -25
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getNetworkAcl.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getNetworkAcl.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getNetworkAcl.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getPassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getPassword.operation.js +0 -25
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getPassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getTask.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getTask.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getTask.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVdcCompute.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVdcCompute.operation.js +0 -45
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVdcCompute.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVdcStorage.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVdcStorage.operation.js +0 -45
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVdcStorage.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVdcTask.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVdcTask.operation.js +0 -45
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVdcTask.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVdcVrackSegment.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVdcVrackSegment.operation.js +0 -45
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVdcVrackSegment.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVdcVrackSegmentTask.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVdcVrackSegmentTask.operation.js +0 -55
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVdcVrackSegmentTask.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVirtualDataCenter.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVirtualDataCenter.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/getVirtualDataCenter.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/index.d.ts +0 -20
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/index.js +0 -64
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/index.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listNetworkAcls.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listNetworkAcls.operation.js +0 -25
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listNetworkAcls.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listTasks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listTasks.operation.js +0 -25
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listTasks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcComputes.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcComputes.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcComputes.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcOrderableResources.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcOrderableResources.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcOrderableResources.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcStorages.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcStorages.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcStorages.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcTasks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcTasks.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcTasks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcVrackSegmentTasks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcVrackSegmentTasks.operation.js +0 -45
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcVrackSegmentTasks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcVrackSegments.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcVrackSegments.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVdcVrackSegments.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVirtualDataCenters.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVirtualDataCenters.operation.js +0 -25
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/organization/listVirtualDataCenters.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/reference/index.d.ts +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/reference/index.js +0 -7
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/reference/index.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/reference/listRegions.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/reference/listRegions.operation.js +0 -14
- package/dist/nodes/OvhCloudVmwareCloudDirector/resources/reference/listRegions.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/get.operation.js +0 -25
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/index.js +0 -408
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/index.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/backup/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/backup/get.operation.js +0 -25
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/backup/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/backup/getTask.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/backup/getTask.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/backup/getTask.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/backup/index.d.ts +0 -4
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/backup/index.js +0 -16
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/backup/index.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/backup/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/backup/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/backup/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/backup/listTasks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/backup/listTasks.operation.js +0 -25
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/backup/listTasks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/index.js +0 -40
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/get.operation.js +0 -25
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getNetworkAcl.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getNetworkAcl.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getNetworkAcl.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getPassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getPassword.operation.js +0 -25
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getPassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getTask.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getTask.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getTask.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVdcCompute.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVdcCompute.operation.js +0 -45
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVdcCompute.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVdcStorage.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVdcStorage.operation.js +0 -45
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVdcStorage.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVdcTask.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVdcTask.operation.js +0 -45
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVdcTask.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVdcVrackSegment.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVdcVrackSegment.operation.js +0 -45
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVdcVrackSegment.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVdcVrackSegmentTask.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVdcVrackSegmentTask.operation.js +0 -55
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVdcVrackSegmentTask.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVirtualDataCenter.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVirtualDataCenter.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/getVirtualDataCenter.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/index.d.ts +0 -20
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/index.js +0 -64
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/index.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listNetworkAcls.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listNetworkAcls.operation.js +0 -25
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listNetworkAcls.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listTasks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listTasks.operation.js +0 -25
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listTasks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcComputes.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcComputes.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcComputes.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcOrderableResources.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcOrderableResources.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcOrderableResources.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcStorages.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcStorages.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcStorages.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcTasks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcTasks.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcTasks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcVrackSegmentTasks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcVrackSegmentTasks.operation.js +0 -45
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcVrackSegmentTasks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcVrackSegments.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcVrackSegments.operation.js +0 -35
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVdcVrackSegments.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVirtualDataCenters.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVirtualDataCenters.operation.js +0 -25
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/organization/listVirtualDataCenters.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/reference/index.d.ts +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/reference/index.js +0 -7
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/reference/index.js.map +0 -1
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/reference/listRegions.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/reference/listRegions.operation.js +0 -14
- package/dist/nodes/OvhCloudVmwareCloudDirector/vmwareCloudDirector/resources/reference/listRegions.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/OvhCloudVps.node.d.ts +0 -11
- package/dist/nodes/OvhCloudVps/OvhCloudVps.node.js +0 -51
- package/dist/nodes/OvhCloudVps/OvhCloudVps.node.js.map +0 -1
- package/dist/nodes/OvhCloudVps/OvhCloudVps.node.json +0 -20
- package/dist/nodes/OvhCloudVps/abortSnapshot.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/abortSnapshot.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/abortSnapshot.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/edit.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/edit.operation.js +0 -71
- package/dist/nodes/OvhCloudVps/edit.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/get.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/index.js +0 -1687
- package/dist/nodes/OvhCloudVps/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVps/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/detach.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/detach.operation.js +0 -57
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/detach.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/get.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/index.d.ts +0 -6
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/index.js +0 -22
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/listAttached.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/listAttached.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/listAttached.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/listRestorePoints.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/listRestorePoints.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/listRestorePoints.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/reschedule.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/reschedule.operation.js +0 -57
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/reschedule.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/restore.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/restore.operation.js +0 -57
- package/dist/nodes/OvhCloudVps/resources/automatedBackup/restore.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/availableUpgrade/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/availableUpgrade/get.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/availableUpgrade/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/availableUpgrade/index.d.ts +0 -1
- package/dist/nodes/OvhCloudVps/resources/availableUpgrade/index.js +0 -7
- package/dist/nodes/OvhCloudVps/resources/availableUpgrade/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/backupftp/createAcl.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/backupftp/createAcl.operation.js +0 -57
- package/dist/nodes/OvhCloudVps/resources/backupftp/createAcl.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/backupftp/deleteAcl.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/backupftp/deleteAcl.operation.js +0 -55
- package/dist/nodes/OvhCloudVps/resources/backupftp/deleteAcl.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/backupftp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/backupftp/get.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/backupftp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/backupftp/getAcl.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/backupftp/getAcl.operation.js +0 -55
- package/dist/nodes/OvhCloudVps/resources/backupftp/getAcl.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/backupftp/index.d.ts +0 -8
- package/dist/nodes/OvhCloudVps/resources/backupftp/index.js +0 -28
- package/dist/nodes/OvhCloudVps/resources/backupftp/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/backupftp/listAcls.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/backupftp/listAcls.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/backupftp/listAcls.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/backupftp/listAuthorizableBlocks.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/backupftp/listAuthorizableBlocks.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/backupftp/listAuthorizableBlocks.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/backupftp/setPassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/backupftp/setPassword.operation.js +0 -60
- package/dist/nodes/OvhCloudVps/resources/backupftp/setPassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/backupftp/updateAcl.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/backupftp/updateAcl.operation.js +0 -55
- package/dist/nodes/OvhCloudVps/resources/backupftp/updateAcl.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/confirmTermination/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/confirmTermination/create.operation.js +0 -73
- package/dist/nodes/OvhCloudVps/resources/confirmTermination/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/confirmTermination/index.d.ts +0 -1
- package/dist/nodes/OvhCloudVps/resources/confirmTermination/index.js +0 -7
- package/dist/nodes/OvhCloudVps/resources/confirmTermination/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/console/getUrl.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/console/getUrl.operation.js +0 -47
- package/dist/nodes/OvhCloudVps/resources/console/getUrl.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/console/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/console/index.js +0 -48
- package/dist/nodes/OvhCloudVps/resources/console/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/console/openAccess.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/console/openAccess.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/console/openAccess.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/contactChange/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/contactChange/create.operation.js +0 -86
- package/dist/nodes/OvhCloudVps/resources/contactChange/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/contactChange/index.d.ts +0 -1
- package/dist/nodes/OvhCloudVps/resources/contactChange/index.js +0 -7
- package/dist/nodes/OvhCloudVps/resources/contactChange/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/datacenter/countries.json +0 -257
- package/dist/nodes/OvhCloudVps/resources/datacenter/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/datacenter/get.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/datacenter/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/datacenter/index.d.ts +0 -2
- package/dist/nodes/OvhCloudVps/resources/datacenter/index.js +0 -10
- package/dist/nodes/OvhCloudVps/resources/datacenter/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/datacenter/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/datacenter/list.operation.js +0 -25
- package/dist/nodes/OvhCloudVps/resources/datacenter/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/disks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/disks/get.operation.js +0 -57
- package/dist/nodes/OvhCloudVps/resources/disks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/disks/getMonitoring.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/disks/getMonitoring.operation.js +0 -112
- package/dist/nodes/OvhCloudVps/resources/disks/getMonitoring.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/disks/getUsage.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/disks/getUsage.operation.js +0 -87
- package/dist/nodes/OvhCloudVps/resources/disks/getUsage.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/disks/index.d.ts +0 -5
- package/dist/nodes/OvhCloudVps/resources/disks/index.js +0 -19
- package/dist/nodes/OvhCloudVps/resources/disks/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/disks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/disks/list.operation.js +0 -47
- package/dist/nodes/OvhCloudVps/resources/disks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/disks/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/disks/update.operation.js +0 -71
- package/dist/nodes/OvhCloudVps/resources/disks/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/distribution/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/distribution/get.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/distribution/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/distribution/getSoftware.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/distribution/getSoftware.operation.js +0 -57
- package/dist/nodes/OvhCloudVps/resources/distribution/getSoftware.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/distribution/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/distribution/index.js +0 -13
- package/dist/nodes/OvhCloudVps/resources/distribution/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/distribution/listSoftware.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/distribution/listSoftware.operation.js +0 -47
- package/dist/nodes/OvhCloudVps/resources/distribution/listSoftware.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/images/getCurrent.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/images/getCurrent.operation.js +0 -47
- package/dist/nodes/OvhCloudVps/resources/images/getCurrent.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/images/getDetails.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/images/getDetails.operation.js +0 -57
- package/dist/nodes/OvhCloudVps/resources/images/getDetails.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/images/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/images/index.js +0 -13
- package/dist/nodes/OvhCloudVps/resources/images/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/images/listAvailable.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/images/listAvailable.operation.js +0 -47
- package/dist/nodes/OvhCloudVps/resources/images/listAvailable.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/index.d.ts +0 -26
- package/dist/nodes/OvhCloudVps/resources/index.js +0 -63
- package/dist/nodes/OvhCloudVps/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/ipCountryAvailable/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/ipCountryAvailable/get.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/ipCountryAvailable/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/ipCountryAvailable/index.d.ts +0 -1
- package/dist/nodes/OvhCloudVps/resources/ipCountryAvailable/index.js +0 -7
- package/dist/nodes/OvhCloudVps/resources/ipCountryAvailable/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/ips/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/ips/get.operation.js +0 -57
- package/dist/nodes/OvhCloudVps/resources/ips/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/ips/index.d.ts +0 -4
- package/dist/nodes/OvhCloudVps/resources/ips/index.js +0 -16
- package/dist/nodes/OvhCloudVps/resources/ips/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/ips/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/ips/list.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/ips/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/ips/release.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/ips/release.operation.js +0 -57
- package/dist/nodes/OvhCloudVps/resources/ips/release.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/ips/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/ips/update.operation.js +0 -73
- package/dist/nodes/OvhCloudVps/resources/ips/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/migration2020/cancel.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/migration2020/cancel.operation.js +0 -47
- package/dist/nodes/OvhCloudVps/resources/migration2020/cancel.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/migration2020/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/migration2020/get.operation.js +0 -47
- package/dist/nodes/OvhCloudVps/resources/migration2020/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/migration2020/index.d.ts +0 -4
- package/dist/nodes/OvhCloudVps/resources/migration2020/index.js +0 -16
- package/dist/nodes/OvhCloudVps/resources/migration2020/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/migration2020/request.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/migration2020/request.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/migration2020/request.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/migration2020/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/migration2020/update.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/migration2020/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/models/index.d.ts +0 -1
- package/dist/nodes/OvhCloudVps/resources/models/index.js +0 -7
- package/dist/nodes/OvhCloudVps/resources/models/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/models/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/models/list.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/models/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/option/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/option/get.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/option/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/option/getOption.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/option/getOption.operation.js +0 -55
- package/dist/nodes/OvhCloudVps/resources/option/getOption.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/option/index.d.ts +0 -2
- package/dist/nodes/OvhCloudVps/resources/option/index.js +0 -10
- package/dist/nodes/OvhCloudVps/resources/option/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/password/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/password/index.js +0 -37
- package/dist/nodes/OvhCloudVps/resources/password/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/password/set.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/password/set.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/password/set.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/password/setRootPassword.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/password/setRootPassword.operation.js +0 -58
- package/dist/nodes/OvhCloudVps/resources/password/setRootPassword.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/power/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/power/index.js +0 -59
- package/dist/nodes/OvhCloudVps/resources/power/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/power/reboot.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/power/reboot.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/power/reboot.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/power/start.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/power/start.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/power/start.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/power/stop.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/power/stop.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/power/stop.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/reinstall/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/reinstall/create.operation.js +0 -82
- package/dist/nodes/OvhCloudVps/resources/reinstall/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/reinstall/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/reinstall/index.js +0 -37
- package/dist/nodes/OvhCloudVps/resources/reinstall/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/createDomain.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/createDomain.operation.js +0 -57
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/createDomain.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/deleteDomain.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/deleteDomain.operation.js +0 -55
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/deleteDomain.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/getAvailableNameServer.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/getAvailableNameServer.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/getAvailableNameServer.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/getDomain.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/getDomain.operation.js +0 -55
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/getDomain.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/getNameServer.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/getNameServer.operation.js +0 -55
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/getNameServer.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/index.d.ts +0 -6
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/index.js +0 -22
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/list.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/secondaryDnsDomains/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/serviceInfos/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/serviceInfos/get.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/serviceInfos/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/serviceInfos/index.d.ts +0 -2
- package/dist/nodes/OvhCloudVps/resources/serviceInfos/index.js +0 -10
- package/dist/nodes/OvhCloudVps/resources/serviceInfos/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/serviceInfos/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/serviceInfos/update.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/serviceInfos/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/snapshot/create.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/snapshot/create.operation.js +0 -60
- package/dist/nodes/OvhCloudVps/resources/snapshot/create.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/snapshot/delete.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/snapshot/delete.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/snapshot/delete.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/snapshot/download.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/snapshot/download.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/snapshot/download.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/snapshot/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/snapshot/get.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/snapshot/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/snapshot/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/snapshot/index.js +0 -98
- package/dist/nodes/OvhCloudVps/resources/snapshot/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/snapshot/revert.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/snapshot/revert.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/snapshot/revert.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/snapshot/update.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/snapshot/update.operation.js +0 -57
- package/dist/nodes/OvhCloudVps/resources/snapshot/update.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/status/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/status/get.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/status/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/status/index.d.ts +0 -1
- package/dist/nodes/OvhCloudVps/resources/status/index.js +0 -7
- package/dist/nodes/OvhCloudVps/resources/status/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/tasks/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/tasks/get.operation.js +0 -55
- package/dist/nodes/OvhCloudVps/resources/tasks/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/tasks/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/tasks/index.js +0 -48
- package/dist/nodes/OvhCloudVps/resources/tasks/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/tasks/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/tasks/list.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/tasks/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/templates/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/templates/get.operation.js +0 -55
- package/dist/nodes/OvhCloudVps/resources/templates/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/templates/getSoftware.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/templates/getSoftware.operation.js +0 -65
- package/dist/nodes/OvhCloudVps/resources/templates/getSoftware.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/templates/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/templates/index.js +0 -70
- package/dist/nodes/OvhCloudVps/resources/templates/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/templates/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/templates/list.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/templates/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/templates/listSoftware.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/templates/listSoftware.operation.js +0 -55
- package/dist/nodes/OvhCloudVps/resources/templates/listSoftware.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/termination/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/termination/index.js +0 -37
- package/dist/nodes/OvhCloudVps/resources/termination/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/termination/request.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/termination/request.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/termination/request.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/veeam/deleteRestoredBackup.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/veeam/deleteRestoredBackup.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/veeam/deleteRestoredBackup.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/veeam/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/veeam/get.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/veeam/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/veeam/getRestorePoint.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/veeam/getRestorePoint.operation.js +0 -55
- package/dist/nodes/OvhCloudVps/resources/veeam/getRestorePoint.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/veeam/getRestoredBackup.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/veeam/getRestoredBackup.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/veeam/getRestoredBackup.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/veeam/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/veeam/index.js +0 -92
- package/dist/nodes/OvhCloudVps/resources/veeam/index.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/veeam/listRestorePoints.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/veeam/listRestorePoints.operation.js +0 -45
- package/dist/nodes/OvhCloudVps/resources/veeam/listRestorePoints.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVps/resources/veeam/restoreRestorePoint.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVps/resources/veeam/restoreRestorePoint.operation.js +0 -55
- package/dist/nodes/OvhCloudVps/resources/veeam/restoreRestorePoint.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/OvhCloudVrack.node.d.ts +0 -11
- package/dist/nodes/OvhCloudVrack/OvhCloudVrack.node.js +0 -51
- package/dist/nodes/OvhCloudVrack/OvhCloudVrack.node.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/OvhCloudVrack.node.json +0 -20
- package/dist/nodes/OvhCloudVrack/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/get.operation.js +0 -25
- package/dist/nodes/OvhCloudVrack/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/index.js +0 -52
- package/dist/nodes/OvhCloudVrack/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVrack/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackCloudProject/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackCloudProject/get.operation.js +0 -11
- package/dist/nodes/OvhCloudVrack/resources/vrackCloudProject/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackCloudProject/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackCloudProject/index.js +0 -40
- package/dist/nodes/OvhCloudVrack/resources/vrackCloudProject/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackCloudProject/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackCloudProject/list.operation.js +0 -15
- package/dist/nodes/OvhCloudVrack/resources/vrackCloudProject/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackDedicatedServer/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackDedicatedServer/get.operation.js +0 -11
- package/dist/nodes/OvhCloudVrack/resources/vrackDedicatedServer/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackDedicatedServer/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackDedicatedServer/index.js +0 -42
- package/dist/nodes/OvhCloudVrack/resources/vrackDedicatedServer/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackDedicatedServer/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackDedicatedServer/list.operation.js +0 -15
- package/dist/nodes/OvhCloudVrack/resources/vrackDedicatedServer/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackIp/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackIp/get.operation.js +0 -35
- package/dist/nodes/OvhCloudVrack/resources/vrackIp/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackIp/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackIp/index.js +0 -52
- package/dist/nodes/OvhCloudVrack/resources/vrackIp/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackIp/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackIp/list.operation.js +0 -15
- package/dist/nodes/OvhCloudVrack/resources/vrackIp/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackIpLoadbalancing/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackIpLoadbalancing/get.operation.js +0 -11
- package/dist/nodes/OvhCloudVrack/resources/vrackIpLoadbalancing/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackIpLoadbalancing/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackIpLoadbalancing/index.js +0 -42
- package/dist/nodes/OvhCloudVrack/resources/vrackIpLoadbalancing/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackIpLoadbalancing/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackIpLoadbalancing/list.operation.js +0 -15
- package/dist/nodes/OvhCloudVrack/resources/vrackIpLoadbalancing/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackIpv6/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackIpv6/get.operation.js +0 -11
- package/dist/nodes/OvhCloudVrack/resources/vrackIpv6/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackIpv6/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackIpv6/index.js +0 -40
- package/dist/nodes/OvhCloudVrack/resources/vrackIpv6/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackIpv6/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackIpv6/list.operation.js +0 -15
- package/dist/nodes/OvhCloudVrack/resources/vrackIpv6/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackTask/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackTask/get.operation.js +0 -35
- package/dist/nodes/OvhCloudVrack/resources/vrackTask/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackTask/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackTask/index.js +0 -52
- package/dist/nodes/OvhCloudVrack/resources/vrackTask/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrack/resources/vrackTask/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrack/resources/vrackTask/list.operation.js +0 -15
- package/dist/nodes/OvhCloudVrack/resources/vrackTask/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/OvhCloudVrackServices.node.d.ts +0 -11
- package/dist/nodes/OvhCloudVrackServices/OvhCloudVrackServices.node.js +0 -51
- package/dist/nodes/OvhCloudVrackServices/OvhCloudVrackServices.node.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/OvhCloudVrackServices.node.json +0 -20
- package/dist/nodes/OvhCloudVrackServices/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/get.operation.js +0 -25
- package/dist/nodes/OvhCloudVrackServices/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/index.js +0 -163
- package/dist/nodes/OvhCloudVrackServices/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVrackServices/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/resources/eligibleManagedService/index.d.ts +0 -1
- package/dist/nodes/OvhCloudVrackServices/resources/eligibleManagedService/index.js +0 -7
- package/dist/nodes/OvhCloudVrackServices/resources/eligibleManagedService/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/resources/eligibleManagedService/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/resources/eligibleManagedService/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVrackServices/resources/eligibleManagedService/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/resources/index.d.ts +0 -4
- package/dist/nodes/OvhCloudVrackServices/resources/index.js +0 -41
- package/dist/nodes/OvhCloudVrackServices/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/resources/reference/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/resources/reference/get.operation.js +0 -25
- package/dist/nodes/OvhCloudVrackServices/resources/reference/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/resources/reference/index.d.ts +0 -2
- package/dist/nodes/OvhCloudVrackServices/resources/reference/index.js +0 -10
- package/dist/nodes/OvhCloudVrackServices/resources/reference/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/resources/reference/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/resources/reference/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVrackServices/resources/reference/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/resources/resource/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/resources/resource/get.operation.js +0 -25
- package/dist/nodes/OvhCloudVrackServices/resources/resource/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/resources/resource/index.d.ts +0 -2
- package/dist/nodes/OvhCloudVrackServices/resources/resource/index.js +0 -10
- package/dist/nodes/OvhCloudVrackServices/resources/resource/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/resources/resource/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/resources/resource/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVrackServices/resources/resource/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/resources/task/get.operation.js +0 -25
- package/dist/nodes/OvhCloudVrackServices/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/resources/task/index.d.ts +0 -2
- package/dist/nodes/OvhCloudVrackServices/resources/task/index.js +0 -10
- package/dist/nodes/OvhCloudVrackServices/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/resources/task/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVrackServices/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/vrackServices/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/vrackServices/get.operation.js +0 -25
- package/dist/nodes/OvhCloudVrackServices/vrackServices/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/vrackServices/index.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/vrackServices/index.js +0 -163
- package/dist/nodes/OvhCloudVrackServices/vrackServices/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/vrackServices/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/vrackServices/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVrackServices/vrackServices/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/eligibleManagedService/index.d.ts +0 -1
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/eligibleManagedService/index.js +0 -7
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/eligibleManagedService/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/eligibleManagedService/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/eligibleManagedService/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/eligibleManagedService/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/index.d.ts +0 -4
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/index.js +0 -41
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/reference/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/reference/get.operation.js +0 -25
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/reference/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/reference/index.d.ts +0 -2
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/reference/index.js +0 -10
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/reference/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/reference/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/reference/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/reference/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/resource/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/resource/get.operation.js +0 -25
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/resource/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/resource/index.d.ts +0 -2
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/resource/index.js +0 -10
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/resource/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/resource/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/resource/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/resource/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/task/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/task/get.operation.js +0 -25
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/task/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/task/index.d.ts +0 -2
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/task/index.js +0 -10
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/task/list.operation.js +0 -14
- package/dist/nodes/OvhCloudVrackServices/vrackServices/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/OvhCloudWebhosting.node.d.ts +0 -11
- package/dist/nodes/OvhCloudWebhosting/OvhCloudWebhosting.node.js +0 -51
- package/dist/nodes/OvhCloudWebhosting/OvhCloudWebhosting.node.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/OvhCloudWebhosting.node.json +0 -20
- package/dist/nodes/OvhCloudWebhosting/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/get.operation.js +0 -25
- package/dist/nodes/OvhCloudWebhosting/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/index.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/index.js +0 -174
- package/dist/nodes/OvhCloudWebhosting/index.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/list.operation.js +0 -14
- package/dist/nodes/OvhCloudWebhosting/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/resources/attachedDomain/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/resources/attachedDomain/get.operation.js +0 -25
- package/dist/nodes/OvhCloudWebhosting/resources/attachedDomain/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/resources/attachedDomain/index.d.ts +0 -2
- package/dist/nodes/OvhCloudWebhosting/resources/attachedDomain/index.js +0 -10
- package/dist/nodes/OvhCloudWebhosting/resources/attachedDomain/index.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/resources/attachedDomain/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/resources/attachedDomain/list.operation.js +0 -14
- package/dist/nodes/OvhCloudWebhosting/resources/attachedDomain/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/resources/certificate/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/resources/certificate/get.operation.js +0 -25
- package/dist/nodes/OvhCloudWebhosting/resources/certificate/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/resources/certificate/index.d.ts +0 -2
- package/dist/nodes/OvhCloudWebhosting/resources/certificate/index.js +0 -10
- package/dist/nodes/OvhCloudWebhosting/resources/certificate/index.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/resources/certificate/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/resources/certificate/list.operation.js +0 -14
- package/dist/nodes/OvhCloudWebhosting/resources/certificate/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/resources/index.d.ts +0 -4
- package/dist/nodes/OvhCloudWebhosting/resources/index.js +0 -41
- package/dist/nodes/OvhCloudWebhosting/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/resources/resource/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/resources/resource/get.operation.js +0 -25
- package/dist/nodes/OvhCloudWebhosting/resources/resource/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/resources/resource/index.d.ts +0 -2
- package/dist/nodes/OvhCloudWebhosting/resources/resource/index.js +0 -10
- package/dist/nodes/OvhCloudWebhosting/resources/resource/index.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/resources/resource/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/resources/resource/list.operation.js +0 -14
- package/dist/nodes/OvhCloudWebhosting/resources/resource/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/resources/website/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/resources/website/get.operation.js +0 -25
- package/dist/nodes/OvhCloudWebhosting/resources/website/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/resources/website/index.d.ts +0 -2
- package/dist/nodes/OvhCloudWebhosting/resources/website/index.js +0 -10
- package/dist/nodes/OvhCloudWebhosting/resources/website/index.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/resources/website/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/resources/website/list.operation.js +0 -14
- package/dist/nodes/OvhCloudWebhosting/resources/website/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/webhosting/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/webhosting/get.operation.js +0 -25
- package/dist/nodes/OvhCloudWebhosting/webhosting/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/webhosting/index.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/webhosting/index.js +0 -174
- package/dist/nodes/OvhCloudWebhosting/webhosting/index.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/webhosting/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/webhosting/list.operation.js +0 -14
- package/dist/nodes/OvhCloudWebhosting/webhosting/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/attachedDomain/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/attachedDomain/get.operation.js +0 -25
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/attachedDomain/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/attachedDomain/index.d.ts +0 -2
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/attachedDomain/index.js +0 -10
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/attachedDomain/index.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/attachedDomain/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/attachedDomain/list.operation.js +0 -14
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/attachedDomain/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/certificate/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/certificate/get.operation.js +0 -25
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/certificate/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/certificate/index.d.ts +0 -2
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/certificate/index.js +0 -10
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/certificate/index.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/certificate/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/certificate/list.operation.js +0 -14
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/certificate/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/index.d.ts +0 -4
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/index.js +0 -41
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/resource/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/resource/get.operation.js +0 -25
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/resource/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/resource/index.d.ts +0 -2
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/resource/index.js +0 -10
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/resource/index.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/resource/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/resource/list.operation.js +0 -14
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/resource/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/website/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/website/get.operation.js +0 -25
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/website/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/website/index.d.ts +0 -2
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/website/index.js +0 -10
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/website/index.js.map +0 -1
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/website/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/website/list.operation.js +0 -14
- package/dist/nodes/OvhCloudWebhosting/webhosting/resources/website/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudXdsl/OvhCloudXdsl.node.d.ts +0 -11
- package/dist/nodes/OvhCloudXdsl/OvhCloudXdsl.node.js +0 -51
- package/dist/nodes/OvhCloudXdsl/OvhCloudXdsl.node.js.map +0 -1
- package/dist/nodes/OvhCloudXdsl/OvhCloudXdsl.node.json +0 -20
- package/dist/nodes/OvhCloudXdsl/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudXdsl/get.operation.js +0 -47
- package/dist/nodes/OvhCloudXdsl/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudXdsl/index.d.ts +0 -3
- package/dist/nodes/OvhCloudXdsl/index.js +0 -52
- package/dist/nodes/OvhCloudXdsl/index.js.map +0 -1
- package/dist/nodes/OvhCloudXdsl/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudXdsl/list.operation.js +0 -14
- package/dist/nodes/OvhCloudXdsl/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/OvhCloudZimbra.node.d.ts +0 -11
- package/dist/nodes/OvhCloudZimbra/OvhCloudZimbra.node.js +0 -51
- package/dist/nodes/OvhCloudZimbra/OvhCloudZimbra.node.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/OvhCloudZimbra.node.json +0 -20
- package/dist/nodes/OvhCloudZimbra/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/get.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/index.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/index.js +0 -262
- package/dist/nodes/OvhCloudZimbra/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/list.operation.js +0 -14
- package/dist/nodes/OvhCloudZimbra/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/account/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/resources/account/get.operation.js +0 -35
- package/dist/nodes/OvhCloudZimbra/resources/account/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/account/index.d.ts +0 -2
- package/dist/nodes/OvhCloudZimbra/resources/account/index.js +0 -10
- package/dist/nodes/OvhCloudZimbra/resources/account/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/account/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/resources/account/list.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/resources/account/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/alias/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/resources/alias/get.operation.js +0 -35
- package/dist/nodes/OvhCloudZimbra/resources/alias/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/alias/index.d.ts +0 -2
- package/dist/nodes/OvhCloudZimbra/resources/alias/index.js +0 -10
- package/dist/nodes/OvhCloudZimbra/resources/alias/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/alias/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/resources/alias/list.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/resources/alias/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/diagnostic/index.d.ts +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/diagnostic/index.js +0 -7
- package/dist/nodes/OvhCloudZimbra/resources/diagnostic/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/diagnostic/listDomains.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/resources/diagnostic/listDomains.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/resources/diagnostic/listDomains.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/domain/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/resources/domain/get.operation.js +0 -35
- package/dist/nodes/OvhCloudZimbra/resources/domain/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/domain/index.d.ts +0 -2
- package/dist/nodes/OvhCloudZimbra/resources/domain/index.js +0 -10
- package/dist/nodes/OvhCloudZimbra/resources/domain/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/domain/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/resources/domain/list.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/resources/domain/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/index.d.ts +0 -9
- package/dist/nodes/OvhCloudZimbra/resources/index.js +0 -46
- package/dist/nodes/OvhCloudZimbra/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/organization/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/resources/organization/get.operation.js +0 -35
- package/dist/nodes/OvhCloudZimbra/resources/organization/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/organization/index.d.ts +0 -2
- package/dist/nodes/OvhCloudZimbra/resources/organization/index.js +0 -10
- package/dist/nodes/OvhCloudZimbra/resources/organization/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/organization/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/resources/organization/list.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/resources/organization/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/platform/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/resources/platform/get.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/resources/platform/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/platform/index.d.ts +0 -2
- package/dist/nodes/OvhCloudZimbra/resources/platform/index.js +0 -10
- package/dist/nodes/OvhCloudZimbra/resources/platform/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/platform/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/resources/platform/list.operation.js +0 -14
- package/dist/nodes/OvhCloudZimbra/resources/platform/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/redirection/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/resources/redirection/get.operation.js +0 -35
- package/dist/nodes/OvhCloudZimbra/resources/redirection/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/redirection/index.d.ts +0 -2
- package/dist/nodes/OvhCloudZimbra/resources/redirection/index.js +0 -10
- package/dist/nodes/OvhCloudZimbra/resources/redirection/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/redirection/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/resources/redirection/list.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/resources/redirection/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/slot/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/resources/slot/get.operation.js +0 -35
- package/dist/nodes/OvhCloudZimbra/resources/slot/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/slot/index.d.ts +0 -2
- package/dist/nodes/OvhCloudZimbra/resources/slot/index.js +0 -10
- package/dist/nodes/OvhCloudZimbra/resources/slot/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/slot/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/resources/slot/list.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/resources/slot/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/task/index.d.ts +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/task/index.js +0 -7
- package/dist/nodes/OvhCloudZimbra/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/resources/task/list.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/resources/task/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/get.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/zimbra/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/index.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/index.js +0 -262
- package/dist/nodes/OvhCloudZimbra/zimbra/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/list.operation.js +0 -14
- package/dist/nodes/OvhCloudZimbra/zimbra/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/account/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/account/get.operation.js +0 -35
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/account/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/account/index.d.ts +0 -2
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/account/index.js +0 -10
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/account/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/account/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/account/list.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/account/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/alias/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/alias/get.operation.js +0 -35
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/alias/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/alias/index.d.ts +0 -2
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/alias/index.js +0 -10
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/alias/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/alias/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/alias/list.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/alias/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/diagnostic/index.d.ts +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/diagnostic/index.js +0 -7
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/diagnostic/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/diagnostic/listDomains.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/diagnostic/listDomains.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/diagnostic/listDomains.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/domain/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/domain/get.operation.js +0 -35
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/domain/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/domain/index.d.ts +0 -2
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/domain/index.js +0 -10
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/domain/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/domain/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/domain/list.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/domain/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/index.d.ts +0 -9
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/index.js +0 -46
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/organization/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/organization/get.operation.js +0 -35
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/organization/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/organization/index.d.ts +0 -2
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/organization/index.js +0 -10
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/organization/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/organization/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/organization/list.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/organization/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/platform/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/platform/get.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/platform/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/platform/index.d.ts +0 -2
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/platform/index.js +0 -10
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/platform/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/platform/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/platform/list.operation.js +0 -14
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/platform/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/redirection/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/redirection/get.operation.js +0 -35
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/redirection/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/redirection/index.d.ts +0 -2
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/redirection/index.js +0 -10
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/redirection/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/redirection/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/redirection/list.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/redirection/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/slot/get.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/slot/get.operation.js +0 -35
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/slot/get.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/slot/index.d.ts +0 -2
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/slot/index.js +0 -10
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/slot/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/slot/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/slot/list.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/slot/list.operation.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/task/index.d.ts +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/task/index.js +0 -7
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/task/index.js.map +0 -1
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/task/list.operation.d.ts +0 -3
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/task/list.operation.js +0 -25
- package/dist/nodes/OvhCloudZimbra/zimbra/resources/task/list.operation.js.map +0 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://docs.n8n.io/integrations/#community-nodes)
|
|
4
4
|
[](LICENSE)
|
|
5
5
|
|
|
6
|
-
**n8n-nodes-ovhcloud** is a community node for [n8n](https://n8n.io/) that enables seamless integration with OVHcloud APIs. Manage
|
|
6
|
+
**n8n-nodes-ovhcloud** is a community node for [n8n](https://n8n.io/) that enables seamless integration with OVHcloud APIs. Manage OVHcloud services — web hosting, dedicated services, and more — all from within your n8n workflows.
|
|
7
7
|
|
|
8
8
|
> **Note**: n8n is a workflow automation platform released under the [FairCode license](https://docs.n8n.io/sustainable-use-license/).
|
|
9
9
|
|
|
@@ -27,27 +27,47 @@
|
|
|
27
27
|
|
|
28
28
|
### API Coverage
|
|
29
29
|
|
|
30
|
-
- **
|
|
31
|
-
- **
|
|
32
|
-
- **13 V2 resources** — Public Cloud, IAM, Web Hosting, Backup Services, OKMS, and more
|
|
33
|
-
- **50+ sub-resources** — DNS zones, SMS jobs, IP firewalls, vRack attachments, databases, etc.
|
|
30
|
+
- **Web Hosting** — manage web hosting services via `/hosting/web` API
|
|
31
|
+
- **Services** — manage OVHcloud services via `/service` API
|
|
34
32
|
- **Multi-endpoint support**: OVH Europe, Canada, USA, SoYouStart, Kimsufi
|
|
35
33
|
- **SHA1 signature authentication** for secure API requests
|
|
36
34
|
- **Dynamic list selection** — auto-populate dropdowns with live data
|
|
37
35
|
|
|
38
|
-
###
|
|
39
|
-
|
|
40
|
-
|
|
|
41
|
-
| --------------------- |
|
|
42
|
-
| **
|
|
43
|
-
| **
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
|
48
|
-
|
|
|
49
|
-
| **
|
|
50
|
-
| **
|
|
36
|
+
### Available Nodes
|
|
37
|
+
|
|
38
|
+
| Node | Description | Operations |
|
|
39
|
+
| --------------------- | ----------------------------------------------------- | ---------- |
|
|
40
|
+
| **OVH Cloud Hosting Web** | Manage web hosting services (databases, domains, crons, users, SSL, etc.) | 25 |
|
|
41
|
+
| **OVH Cloud Service** | Manage OVHcloud services (get, list, renews, reopen, suspend, terminate, update) | 8 |
|
|
42
|
+
|
|
43
|
+
### Web Hosting Operations
|
|
44
|
+
|
|
45
|
+
| Category | Operations |
|
|
46
|
+
| ------------------- | ---------- |
|
|
47
|
+
| **General** | Get, List, Find by Domain |
|
|
48
|
+
| **Attached Domains** | List attached domains, Get attached domain |
|
|
49
|
+
| **Databases** | List databases, Get database |
|
|
50
|
+
| **Crons** | List crons, Get cron |
|
|
51
|
+
| **Users** | List users, Get user |
|
|
52
|
+
| **Tasks** | List tasks |
|
|
53
|
+
| **Modules** | List modules, Get module |
|
|
54
|
+
| **Runtimes** | List runtimes |
|
|
55
|
+
| **Emails** | Get email |
|
|
56
|
+
| **Env Vars** | List env vars, Get env var |
|
|
57
|
+
| **SSL** | Get SSL |
|
|
58
|
+
| **Service Infos** | Get service infos |
|
|
59
|
+
|
|
60
|
+
### Service Operations
|
|
61
|
+
|
|
62
|
+
| Operation | Description |
|
|
63
|
+
| ------------- | ------------------------------------------ |
|
|
64
|
+
| **Get** | Get service details |
|
|
65
|
+
| **List** | List all services |
|
|
66
|
+
| **List Renews** | List possible renews for a service |
|
|
67
|
+
| **Reopen** | Reopen a terminated service |
|
|
68
|
+
| **Suspend** | Suspend a service |
|
|
69
|
+
| **Terminate** | Terminate a service |
|
|
70
|
+
| **Update** | Update service configuration |
|
|
51
71
|
|
|
52
72
|
---
|
|
53
73
|
|
|
@@ -85,66 +105,42 @@ cd n8n-nodes-ovhcloud
|
|
|
85
105
|
npm install
|
|
86
106
|
npm run build
|
|
87
107
|
npm run dev # Development mode with hot reload
|
|
88
|
-
npm test # Run 177 unit tests
|
|
89
108
|
npm run lint # Check code quality
|
|
90
109
|
npm run lint:fix # Auto-fix linting issues
|
|
91
110
|
```
|
|
92
111
|
|
|
93
112
|
### Testing
|
|
94
113
|
|
|
95
|
-
The project includes **177 unit tests** across 7 test suites with 100% coverage on critical files (ApiClient, CredentialHolder, node routing):
|
|
96
|
-
|
|
97
114
|
```bash
|
|
98
115
|
npm test
|
|
99
116
|
```
|
|
100
117
|
|
|
101
118
|
### Project Structure
|
|
102
119
|
|
|
103
|
-
Each of the **74 OVHcloud resources** is an independent n8n node with its own directory:
|
|
104
|
-
|
|
105
120
|
```
|
|
106
121
|
n8n-nodes-ovhcloud/
|
|
107
122
|
├── credentials/
|
|
108
123
|
│ └── OvhCloudApi.credentials.ts # OVH API credential type
|
|
109
124
|
├── nodes/
|
|
110
|
-
│ ├──
|
|
111
|
-
│ │ ├──
|
|
112
|
-
│ │ ├── index.ts #
|
|
113
|
-
│ │
|
|
114
|
-
│
|
|
115
|
-
│ │
|
|
116
|
-
│ │
|
|
117
|
-
│ │
|
|
118
|
-
│
|
|
119
|
-
│
|
|
120
|
-
│
|
|
121
|
-
│
|
|
122
|
-
│
|
|
123
|
-
│
|
|
124
|
-
│ │ ├── dnsZone/
|
|
125
|
-
│ │ ├── glueRecord/
|
|
126
|
-
│ │ └── …
|
|
127
|
-
│ ├── OvhCloudAllDom/ # Example: simple node
|
|
128
|
-
│ │ ├── OvhCloudAllDom.node.ts
|
|
129
|
-
│ │ ├── index.ts
|
|
130
|
-
│ │ ├── *.operation.ts
|
|
131
|
-
│ │ └── resources/
|
|
132
|
-
│ └── … # 74 node directories total
|
|
133
|
-
├── shared/
|
|
134
|
-
│ ├── transport/ # API client & authentication
|
|
135
|
-
│ │ ├── ApiClient.ts # abstract interface
|
|
136
|
-
│ │ ├── ApiClientImpl.ts # HTTP implementation
|
|
137
|
-
│ │ └── CredentialHolder.ts # OVH SHA1 signature
|
|
138
|
-
│ ├── methods/ # Dynamic list search methods
|
|
139
|
-
│ │ ├── getVpsServices.method.ts
|
|
140
|
-
│ │ ├── getEmailDomains.method.ts
|
|
141
|
-
│ │ └── … # 10 search methods
|
|
142
|
-
│ └── constants.ts
|
|
125
|
+
│ ├── OvhCloudHosting/ # Web Hosting node (25 operations)
|
|
126
|
+
│ │ ├── OvhCloudHosting.node.ts # n8n node class
|
|
127
|
+
│ │ ├── index.ts # description() + execute() router
|
|
128
|
+
│ │ └── *.operation.ts # operation implementations
|
|
129
|
+
│ ├── OvhCloudService/ # Service node (8 operations)
|
|
130
|
+
│ │ ├── OvhCloudService.node.ts # n8n node class
|
|
131
|
+
│ │ ├── index.ts # description() + execute() router
|
|
132
|
+
│ │ └── *.operation.ts # operation implementations
|
|
133
|
+
│ └── shared/
|
|
134
|
+
│ ├── transport/ # API client & authentication
|
|
135
|
+
│ │ ├── ApiClient.ts # abstract interface
|
|
136
|
+
│ │ ├── ApiClientImpl.ts # HTTP implementation
|
|
137
|
+
│ │ └── CredentialHolder.ts # OVH SHA1 signature
|
|
138
|
+
│ └── constants.ts
|
|
143
139
|
├── scripts/
|
|
144
140
|
│ ├── generate-node.sh # Scaffold a new node
|
|
145
141
|
│ ├── gen-api-docs.sh # Generate API documentation
|
|
146
142
|
│ └── get-api-description.sh # Fetch OVH API specs
|
|
147
|
-
├── tests/ #
|
|
143
|
+
├── tests/ # Unit tests
|
|
148
144
|
├── docs/
|
|
149
145
|
│ ├── README.md # Documentation index
|
|
150
146
|
│ ├── guides/ # User-facing guides
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ICredentialTestRequest, type ICredentialDataDecryptedObject, type ICredentialType, type IHttpRequestOptions, type INodeProperties, type Icon } from 'n8n-workflow';
|
|
2
|
-
export declare const OvhCloudApiSecretName = "ovhCloud-Api";
|
|
3
2
|
export declare class OvhCloudApi implements ICredentialType {
|
|
4
3
|
name: string;
|
|
5
4
|
displayName: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OvhCloudApi =
|
|
3
|
+
exports.OvhCloudApi = void 0;
|
|
4
4
|
const CredentialHolder_1 = require("../shared/transport/CredentialHolder");
|
|
5
|
-
|
|
5
|
+
const constants_1 = require("../shared/constants");
|
|
6
6
|
class OvhCloudApi {
|
|
7
7
|
constructor() {
|
|
8
|
-
this.name =
|
|
8
|
+
this.name = constants_1.OvhCloudApiSecretName;
|
|
9
9
|
this.displayName = 'OVH API';
|
|
10
10
|
this.icon = 'file:../icons/ovh_vertical.svg';
|
|
11
11
|
this.documentationUrl = 'https://api.ovh.com/console/';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OvhCloudApi.credentials.js","sourceRoot":"","sources":["../../credentials/OvhCloudApi.credentials.ts"],"names":[],"mappings":";;;AAQA,2EAA4F;
|
|
1
|
+
{"version":3,"file":"OvhCloudApi.credentials.js","sourceRoot":"","sources":["../../credentials/OvhCloudApi.credentials.ts"],"names":[],"mappings":";;;AAQA,2EAA4F;AAC5F,mDAA4D;AA4B5D,MAAa,WAAW;IAAxB;QAEC,SAAI,GAAG,iCAAqB,CAAC;QAE7B,gBAAW,GAAG,SAAS,CAAC;QAExB,SAAI,GAAG,gCAAwC,CAAC;QAEhD,qBAAgB,GAAG,8BAA8B,CAAC;QAGlD,eAAU,GAAsB;YAM/B;gBACC,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE;oBACR;wBACC,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE,oBAAoB;qBAC3B;oBACD;wBACC,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE,oBAAoB;qBAC3B;oBACD;wBACC,IAAI,EAAE,SAAS;wBACf,KAAK,EAAE,yBAAyB;qBAChC;oBACD;wBACC,IAAI,EAAE,mBAAmB;wBACzB,KAAK,EAAE,2BAA2B;qBAClC;oBACD;wBACC,IAAI,EAAE,0BAA0B;wBAChC,KAAK,EAAE,2BAA2B;qBAClC;oBACD;wBACC,IAAI,EAAE,gBAAgB;wBACtB,KAAK,EAAE,wBAAwB;qBAC/B;oBACD;wBACC,IAAI,EAAE,uBAAuB;wBAC7B,KAAK,EAAE,wBAAwB;qBAC/B;iBACD;gBACD,OAAO,EAAE,oBAAoB;gBAC7B,WAAW,EAAE,yEAAyE;aACtF;YACD;gBACC,WAAW,EAAE,iBAAiB;gBAC9B,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAC/B,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,4EAA4E;gBACzF,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,oBAAoB;gBACjC,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAC/B,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,+EAA+E;gBAC5F,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAC/B,OAAO,EAAE,EAAE;gBACX,WAAW,EACV,iGAAiG;gBAClG,QAAQ,EAAE,IAAI;aACd;SACD,CAAC;QAiCF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,GAAG,EAAE,KAAK;gBACV,MAAM,EAAE,KAAK;aACb;YACD,KAAK,EAAE;gBACN;oBACC,IAAI,EAAE,cAAc;oBACpB,UAAU,EAAE;wBACX,KAAK,EAAE,GAAG;wBACV,OAAO,EAAE,2BAA2B;qBACpC;iBACD;aACD;SACD,CAAC;IACH,CAAC;IA7BA,KAAK,CAAC,YAAY,CACjB,cAA8C,EAC9C,cAAmC;QAEnC,MAAM,WAAW,GAAG,IAAI,mCAAgB,CAAC,cAAoC,CAAC,CAAC;QAC/E,OAAO,WAAW,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;IACzC,CAAC;CAuBD;AAlID,kCAkIC"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { IExecuteFunctions,
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
|
|
2
|
+
import { getHostingWebServices } from '../../shared/methods/getHostingWebServices.method';
|
|
3
|
+
import { BaseNode } from '../../shared/nodes/BaseNode';
|
|
4
|
+
export declare class OvhCloudHosting extends BaseNode implements INodeType {
|
|
4
5
|
description: INodeTypeDescription;
|
|
5
6
|
methods: {
|
|
6
7
|
listSearch: {
|
|
7
|
-
|
|
8
|
+
getHostingWebServices: typeof getHostingWebServices;
|
|
8
9
|
};
|
|
9
10
|
};
|
|
10
11
|
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
|
|
@@ -4,19 +4,21 @@ exports.OvhCloudHosting = void 0;
|
|
|
4
4
|
const n8n_workflow_1 = require("n8n-workflow");
|
|
5
5
|
const constants_1 = require("../../shared/constants");
|
|
6
6
|
const index_1 = require("./index");
|
|
7
|
-
const
|
|
8
|
-
|
|
7
|
+
const getHostingWebServices_method_1 = require("../../shared/methods/getHostingWebServices.method");
|
|
8
|
+
const BaseNode_1 = require("../../shared/nodes/BaseNode");
|
|
9
|
+
class OvhCloudHosting extends BaseNode_1.BaseNode {
|
|
9
10
|
constructor() {
|
|
11
|
+
super(...arguments);
|
|
10
12
|
this.description = {
|
|
11
|
-
displayName: 'OVH Cloud Hosting',
|
|
13
|
+
displayName: 'OVH Cloud Hosting Web',
|
|
12
14
|
name: 'ovhCloudHosting',
|
|
13
15
|
icon: constants_1.OvhCloudIcon,
|
|
14
16
|
group: ['input'],
|
|
15
17
|
version: 1,
|
|
16
18
|
subtitle: '={{$parameter["hostingOperation"]}}',
|
|
17
|
-
description: 'Manage OVH Hosting services',
|
|
19
|
+
description: 'Manage OVH Cloud Web Hosting services via /hosting/web API',
|
|
18
20
|
defaults: {
|
|
19
|
-
name: 'OVH Cloud Hosting',
|
|
21
|
+
name: 'OVH Cloud Hosting Web',
|
|
20
22
|
},
|
|
21
23
|
usableAsTool: true,
|
|
22
24
|
inputs: [n8n_workflow_1.NodeConnectionTypes.Main],
|
|
@@ -27,24 +29,16 @@ class OvhCloudHosting {
|
|
|
27
29
|
required: true,
|
|
28
30
|
},
|
|
29
31
|
],
|
|
30
|
-
properties: [
|
|
31
|
-
...(0, index_1.description)({}),
|
|
32
|
-
],
|
|
32
|
+
properties: [...(0, index_1.description)({})],
|
|
33
33
|
};
|
|
34
34
|
this.methods = {
|
|
35
35
|
listSearch: {
|
|
36
|
-
|
|
36
|
+
getHostingWebServices: getHostingWebServices_method_1.getHostingWebServices,
|
|
37
37
|
},
|
|
38
38
|
};
|
|
39
39
|
}
|
|
40
40
|
async execute() {
|
|
41
|
-
|
|
42
|
-
const returnData = [];
|
|
43
|
-
for (let i = 0; i < items.length; i++) {
|
|
44
|
-
const result = await index_1.execute.call(this);
|
|
45
|
-
returnData.push(...Array.isArray(result) ? result : [result]);
|
|
46
|
-
}
|
|
47
|
-
return [returnData];
|
|
41
|
+
return BaseNode_1.executeTemplate.call(this, index_1.execute);
|
|
48
42
|
}
|
|
49
43
|
}
|
|
50
44
|
exports.OvhCloudHosting = OvhCloudHosting;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OvhCloudHosting.node.js","sourceRoot":"","sources":["../../../nodes/OvhCloudHosting/OvhCloudHosting.node.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"OvhCloudHosting.node.js","sourceRoot":"","sources":["../../../nodes/OvhCloudHosting/OvhCloudHosting.node.ts"],"names":[],"mappings":";;;AAMA,+CAAmD;AACnD,sDAA6E;AAC7E,mCAA+C;AAC/C,oGAA0F;AAC1F,0DAAwE;AAExE,MAAa,eAAgB,SAAQ,mBAAQ;IAA7C;;QACC,gBAAW,GAAyB;YACnC,WAAW,EAAE,uBAAuB;YACpC,IAAI,EAAE,iBAAiB;YACvB,IAAI,EAAE,wBAAY;YAClB,KAAK,EAAE,CAAC,OAAO,CAAC;YAChB,OAAO,EAAE,CAAC;YACV,QAAQ,EAAE,qCAAqC;YAC/C,WAAW,EAAE,4DAA4D;YACzE,QAAQ,EAAE;gBACT,IAAI,EAAE,uBAAuB;aAC7B;YACD,YAAY,EAAE,IAAI;YAClB,MAAM,EAAE,CAAC,kCAAmB,CAAC,IAAI,CAAC;YAClC,OAAO,EAAE,CAAC,kCAAmB,CAAC,IAAI,CAAC;YACnC,WAAW,EAAE;gBACZ;oBACC,IAAI,EAAE,iCAAqB;oBAC3B,QAAQ,EAAE,IAAI;iBACd;aACD;YACD,UAAU,EAAE,CAAC,GAAG,IAAA,mBAAW,EAAC,EAAE,CAAC,CAAC;SAChC,CAAC;QAEF,YAAO,GAAG;YACT,UAAU,EAAE;gBACX,qBAAqB,EAArB,oDAAqB;aACrB;SACD,CAAC;IAKH,CAAC;IAHA,KAAK,CAAC,OAAO;QACZ,OAAO,0BAAe,CAAC,IAAI,CAAC,IAAI,EAAE,eAAO,CAAC,CAAC;IAC5C,CAAC;CACD;AAjCD,0CAiCC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { IExecuteFunctions, INodeExecutionData, INodeProperties, IDisplayOptions } from 'n8n-workflow';
|
|
2
|
+
export declare function description(displayOptions: IDisplayOptions): INodeProperties[];
|
|
3
|
+
export declare function execute(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData[]>;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.description = description;
|
|
4
|
+
exports.execute = execute;
|
|
5
|
+
const ApiClient_1 = require("../../shared/transport/ApiClient");
|
|
6
|
+
function description(displayOptions) {
|
|
7
|
+
return [
|
|
8
|
+
{
|
|
9
|
+
displayName: 'Domain',
|
|
10
|
+
name: 'domain',
|
|
11
|
+
type: 'string',
|
|
12
|
+
default: '',
|
|
13
|
+
required: true,
|
|
14
|
+
description: 'Domain used in web hosting attached domains',
|
|
15
|
+
displayOptions,
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
displayName: 'With Details',
|
|
19
|
+
name: 'withDetails',
|
|
20
|
+
type: 'boolean',
|
|
21
|
+
default: false,
|
|
22
|
+
description: 'Whether to return the service details or just the service IDs',
|
|
23
|
+
displayOptions,
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
displayName: "With Attached Domains",
|
|
27
|
+
name: "withAttachedDomains",
|
|
28
|
+
type: 'boolean',
|
|
29
|
+
default: false,
|
|
30
|
+
description: 'Whether to return the attached domains for each service',
|
|
31
|
+
displayOptions,
|
|
32
|
+
},
|
|
33
|
+
];
|
|
34
|
+
}
|
|
35
|
+
async function execute(itemIndex) {
|
|
36
|
+
const withDetails = this.getNodeParameter('withDetails', itemIndex, false);
|
|
37
|
+
const withAttachedDomains = this.getNodeParameter('withAttachedDomains', itemIndex, false);
|
|
38
|
+
const client = new ApiClient_1.ApiClient(this);
|
|
39
|
+
const domain = this.getNodeParameter('domain', itemIndex);
|
|
40
|
+
const names = (await client.httpGet('/hosting/web/attachedDomain', { domain }));
|
|
41
|
+
const outputData = names.map((serviceName) => ({ serviceName }));
|
|
42
|
+
if (withDetails) {
|
|
43
|
+
for (const d of outputData) {
|
|
44
|
+
const svcDetails = (await client.httpGet(`/hosting/web/${d.serviceName}`));
|
|
45
|
+
Object.assign(d, svcDetails);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
if (withAttachedDomains) {
|
|
49
|
+
for (const d of outputData) {
|
|
50
|
+
const attachedDomains = (await client.httpGet(`/hosting/web/${d.serviceName}/attachedDomain`));
|
|
51
|
+
Object.assign(d, { attachedDomains });
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
return this.helpers.returnJsonArray(outputData);
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=findByDomain.operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"findByDomain.operation.js","sourceRoot":"","sources":["../../../nodes/OvhCloudHosting/findByDomain.operation.ts"],"names":[],"mappings":";;AAQA,kCA4BC;AAED,0BAoBC;AApDD,gEAA6D;AAE7D,SAAgB,WAAW,CAAC,cAA+B;IAC1D,OAAO;QACN;YACC,WAAW,EAAE,QAAQ;YACrB,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,EAAE;YACX,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,6CAA6C;YAC1D,cAAc;SACd;QACD;YACC,WAAW,EAAE,cAAc;YAC3B,IAAI,EAAE,aAAa;YACnB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,KAAK;YACd,WAAW,EAAE,+DAA+D;YAC5E,cAAc;SACd;QACD;YACC,WAAW,EAAE,uBAAuB;YACpC,IAAI,EAAE,qBAAqB;YAC3B,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,KAAK;YACd,WAAW,EAAE,yDAAyD;YACtE,cAAc;SACd;KACD,CAAC;AACH,CAAC;AAEM,KAAK,UAAU,OAAO,CAA0B,SAAiB;IACvE,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,CAAC,aAAa,EAAE,SAAS,EAAE,KAAK,CAAY,CAAC;IACtF,MAAM,mBAAmB,GAAG,IAAI,CAAC,gBAAgB,CAAC,qBAAqB,EAAE,SAAS,EAAE,KAAK,CAAY,CAAC;IACtG,MAAM,MAAM,GAAG,IAAI,qBAAS,CAAC,IAAI,CAAC,CAAC;IACnC,MAAM,MAAM,GAAG,IAAI,CAAC,gBAAgB,CAAC,QAAQ,EAAE,SAAS,CAAW,CAAC;IACpE,MAAM,KAAK,GAAG,CAAC,MAAM,MAAM,CAAC,OAAO,CAAC,6BAA6B,EAAE,EAAE,MAAM,EAAE,CAAC,CAAa,CAAC;IAC5F,MAAM,UAAU,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,WAAW,EAAE,EAAE,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC;IACjE,IAAI,WAAW,EAAE,CAAC;QACjB,KAAK,MAAM,CAAC,IAAI,UAAU,EAAE,CAAC;YAC5B,MAAM,UAAU,GAAG,CAAC,MAAM,MAAM,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,WAAW,EAAE,CAAC,CAA4B,CAAC;YACtG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC;QAC9B,CAAC;IACF,CAAC;IACD,IAAI,mBAAmB,EAAE,CAAC;QACzB,KAAK,MAAM,CAAC,IAAI,UAAU,EAAE,CAAC;YAC5B,MAAM,eAAe,GAAG,CAAC,MAAM,MAAM,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,WAAW,iBAAiB,CAAC,CAAa,CAAC;YAC3G,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,eAAe,EAAE,CAAC,CAAC;QACvC,CAAC;IACF,CAAC;IACD,OAAO,IAAI,CAAC,OAAO,CAAC,eAAe,CAAC,UAAU,CAAC,CAAC;AACjD,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IExecuteFunctions, INodeExecutionData, INodeProperties, IDisplayOptions } from 'n8n-workflow';
|
|
1
|
+
import type { IExecuteFunctions, INodeExecutionData, INodeProperties, IDisplayOptions } from 'n8n-workflow';
|
|
2
2
|
export declare function description(displayOptions: IDisplayOptions): INodeProperties[];
|
|
3
|
-
export declare function execute(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
|
|
3
|
+
export declare function execute(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData[]>;
|
|
@@ -8,18 +8,35 @@ function description(displayOptions) {
|
|
|
8
8
|
{
|
|
9
9
|
displayName: 'Service Name',
|
|
10
10
|
name: 'serviceName',
|
|
11
|
-
type: '
|
|
12
|
-
default: '',
|
|
11
|
+
type: 'resourceLocator',
|
|
12
|
+
default: { mode: 'list', value: '' },
|
|
13
13
|
required: true,
|
|
14
|
-
description: 'The
|
|
14
|
+
description: 'The hosting web service name',
|
|
15
|
+
modes: [
|
|
16
|
+
{
|
|
17
|
+
displayName: 'From List',
|
|
18
|
+
name: 'list',
|
|
19
|
+
type: 'list',
|
|
20
|
+
typeOptions: { searchListMethod: 'getHostingWebServices', searchable: true },
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
displayName: 'By Name',
|
|
24
|
+
name: 'name',
|
|
25
|
+
type: 'string',
|
|
26
|
+
placeholder: 'myservice.ovh',
|
|
27
|
+
},
|
|
28
|
+
],
|
|
15
29
|
displayOptions,
|
|
16
30
|
},
|
|
17
31
|
];
|
|
18
32
|
}
|
|
19
|
-
async function execute() {
|
|
33
|
+
async function execute(itemIndex) {
|
|
34
|
+
const inputData = this.getInputData()[itemIndex];
|
|
20
35
|
const client = new ApiClient_1.ApiClient(this);
|
|
21
|
-
const serviceName = this.getNodeParameter('serviceName',
|
|
22
|
-
|
|
23
|
-
|
|
36
|
+
const serviceName = this.getNodeParameter('serviceName', itemIndex, '', {
|
|
37
|
+
extractValue: true,
|
|
38
|
+
});
|
|
39
|
+
const outputData = (await client.httpGet(`/hosting/web/${serviceName}`));
|
|
40
|
+
return this.helpers.returnJsonArray([{ ...inputData, ...outputData }]);
|
|
24
41
|
}
|
|
25
42
|
//# sourceMappingURL=get.operation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get.operation.js","sourceRoot":"","sources":["../../../nodes/OvhCloudHosting/get.operation.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"get.operation.js","sourceRoot":"","sources":["../../../nodes/OvhCloudHosting/get.operation.ts"],"names":[],"mappings":";;AASA,kCA0BC;AAED,0BAQC;AAtCD,gEAA6D;AAE7D,SAAgB,WAAW,CAAC,cAA+B;IAC1D,OAAO;QACN;YACC,WAAW,EAAE,cAAc;YAC3B,IAAI,EAAE,aAAa;YACnB,IAAI,EAAE,iBAAiB;YACvB,OAAO,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,EAAE;YACpC,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,8BAA8B;YAC3C,KAAK,EAAE;gBACN;oBACC,WAAW,EAAE,WAAW;oBACxB,IAAI,EAAE,MAAM;oBACZ,IAAI,EAAE,MAAM;oBACZ,WAAW,EAAE,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,UAAU,EAAE,IAAI,EAAE;iBAC5E;gBACD;oBACC,WAAW,EAAE,SAAS;oBACtB,IAAI,EAAE,MAAM;oBACZ,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,eAAe;iBAC5B;aACD;YACD,cAAc;SACd;KACD,CAAC;AACH,CAAC;AAEM,KAAK,UAAU,OAAO,CAA0B,SAAiB;IACvE,MAAM,SAAS,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC,SAAS,CAAC,CAAC;IAC9C,MAAM,MAAM,GAAG,IAAI,qBAAS,CAAC,IAAI,CAAC,CAAC;IACtC,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,CAAC,aAAa,EAAE,SAAS,EAAE,EAAE,EAAE;QACvE,YAAY,EAAE,IAAI;KAClB,CAAW,CAAC;IACb,MAAM,UAAU,GAAG,CAAC,MAAM,MAAM,CAAC,OAAO,CAAC,gBAAgB,WAAW,EAAE,CAAC,CAAgB,CAAC;IACxF,OAAO,IAAI,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,EAAE,GAAG,SAAS,EAAE,GAAG,UAAU,EAAE,CAAC,CAAC,CAAC;AACxE,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { IExecuteFunctions, INodeExecutionData, INodeProperties, IDisplayOptions } from 'n8n-workflow';
|
|
2
|
+
export declare function description(displayOptions: IDisplayOptions): INodeProperties[];
|
|
3
|
+
export declare function execute(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData[]>;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.description = description;
|
|
4
|
+
exports.execute = execute;
|
|
5
|
+
const ApiClient_1 = require("../../shared/transport/ApiClient");
|
|
6
|
+
function description(displayOptions) {
|
|
7
|
+
return [
|
|
8
|
+
{
|
|
9
|
+
displayName: 'Service Name',
|
|
10
|
+
name: 'serviceName',
|
|
11
|
+
type: 'resourceLocator',
|
|
12
|
+
default: { mode: 'list', value: '' },
|
|
13
|
+
required: true,
|
|
14
|
+
description: 'The hosting web service name',
|
|
15
|
+
modes: [
|
|
16
|
+
{
|
|
17
|
+
displayName: 'From List',
|
|
18
|
+
name: 'list',
|
|
19
|
+
type: 'list',
|
|
20
|
+
typeOptions: { searchListMethod: 'getHostingWebServices', searchable: true },
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
displayName: 'By Name',
|
|
24
|
+
name: 'name',
|
|
25
|
+
type: 'string',
|
|
26
|
+
placeholder: 'myservice.ovh',
|
|
27
|
+
},
|
|
28
|
+
],
|
|
29
|
+
displayOptions,
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
displayName: 'Domain',
|
|
33
|
+
name: 'domain',
|
|
34
|
+
type: 'string',
|
|
35
|
+
default: '',
|
|
36
|
+
required: true,
|
|
37
|
+
description: 'The attached domain name',
|
|
38
|
+
displayOptions,
|
|
39
|
+
},
|
|
40
|
+
];
|
|
41
|
+
}
|
|
42
|
+
async function execute(itemIndex) {
|
|
43
|
+
const inputData = this.getInputData()[itemIndex];
|
|
44
|
+
const client = new ApiClient_1.ApiClient(this);
|
|
45
|
+
const serviceName = this.getNodeParameter('serviceName', itemIndex, '', {
|
|
46
|
+
extractValue: true,
|
|
47
|
+
});
|
|
48
|
+
const domain = this.getNodeParameter('domain', itemIndex);
|
|
49
|
+
const outputData = (await client.httpGet(`/hosting/web/${serviceName}/attachedDomain/${domain}`));
|
|
50
|
+
return this.helpers.returnJsonArray([{ ...inputData, ...outputData }]);
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=getAttachedDomain.operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAttachedDomain.operation.js","sourceRoot":"","sources":["../../../nodes/OvhCloudHosting/getAttachedDomain.operation.ts"],"names":[],"mappings":";;AASA,kCAmCC;AAED,0BAWC;AAlDD,gEAA6D;AAE7D,SAAgB,WAAW,CAAC,cAA+B;IAC1D,OAAO;QACN;YACC,WAAW,EAAE,cAAc;YAC3B,IAAI,EAAE,aAAa;YACnB,IAAI,EAAE,iBAAiB;YACvB,OAAO,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,EAAE;YACpC,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,8BAA8B;YAC3C,KAAK,EAAE;gBACN;oBACC,WAAW,EAAE,WAAW;oBACxB,IAAI,EAAE,MAAM;oBACZ,IAAI,EAAE,MAAM;oBACZ,WAAW,EAAE,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,UAAU,EAAE,IAAI,EAAE;iBAC5E;gBACD;oBACC,WAAW,EAAE,SAAS;oBACtB,IAAI,EAAE,MAAM;oBACZ,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,eAAe;iBAC5B;aACD;YACD,cAAc;SACd;QACD;YACC,WAAW,EAAE,QAAQ;YACrB,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,EAAE;YACX,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,0BAA0B;YACvC,cAAc;SACd;KACD,CAAC;AACH,CAAC;AAEM,KAAK,UAAU,OAAO,CAA0B,SAAiB;IACpE,MAAM,SAAS,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC,SAAS,CAAC,CAAC;IACjD,MAAM,MAAM,GAAG,IAAI,qBAAS,CAAC,IAAI,CAAC,CAAC;IACtC,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,CAAC,aAAa,EAAE,SAAS,EAAE,EAAE,EAAE;QACvE,YAAY,EAAE,IAAI;KAClB,CAAW,CAAC;IACb,MAAM,MAAM,GAAG,IAAI,CAAC,gBAAgB,CAAC,QAAQ,EAAE,SAAS,CAAW,CAAC;IACpE,MAAM,UAAU,GAAG,CAAC,MAAM,MAAM,CAAC,OAAO,CACvC,gBAAgB,WAAW,mBAAmB,MAAM,EAAE,CACtD,CAAgB,CAAC;IAClB,OAAO,IAAI,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,EAAE,GAAG,SAAS,EAAE,GAAG,UAAU,EAAE,CAAC,CAAC,CAAC;AACxE,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { IExecuteFunctions, INodeExecutionData, INodeProperties, IDisplayOptions } from 'n8n-workflow';
|
|
2
|
+
export declare function description(displayOptions: IDisplayOptions): INodeProperties[];
|
|
3
|
+
export declare function execute(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData[]>;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.description = description;
|
|
4
|
+
exports.execute = execute;
|
|
5
|
+
const ApiClient_1 = require("../../shared/transport/ApiClient");
|
|
6
|
+
function description(displayOptions) {
|
|
7
|
+
return [
|
|
8
|
+
{
|
|
9
|
+
displayName: 'Service Name',
|
|
10
|
+
name: 'serviceName',
|
|
11
|
+
type: 'resourceLocator',
|
|
12
|
+
default: { mode: 'list', value: '' },
|
|
13
|
+
required: true,
|
|
14
|
+
description: 'The hosting web service name',
|
|
15
|
+
modes: [
|
|
16
|
+
{
|
|
17
|
+
displayName: 'From List',
|
|
18
|
+
name: 'list',
|
|
19
|
+
type: 'list',
|
|
20
|
+
typeOptions: { searchListMethod: 'getHostingWebServices', searchable: true },
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
displayName: 'By Name',
|
|
24
|
+
name: 'name',
|
|
25
|
+
type: 'string',
|
|
26
|
+
placeholder: 'myservice.ovh',
|
|
27
|
+
},
|
|
28
|
+
],
|
|
29
|
+
displayOptions,
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
displayName: 'Cron ID',
|
|
33
|
+
name: 'cronId',
|
|
34
|
+
type: 'number',
|
|
35
|
+
default: 0,
|
|
36
|
+
required: true,
|
|
37
|
+
description: 'The numeric ID of the cron',
|
|
38
|
+
displayOptions,
|
|
39
|
+
},
|
|
40
|
+
];
|
|
41
|
+
}
|
|
42
|
+
async function execute(itemIndex) {
|
|
43
|
+
const client = new ApiClient_1.ApiClient(this);
|
|
44
|
+
const serviceName = this.getNodeParameter('serviceName', itemIndex, '', {
|
|
45
|
+
extractValue: true,
|
|
46
|
+
});
|
|
47
|
+
const cronId = this.getNodeParameter('cronId', itemIndex);
|
|
48
|
+
const data = (await client.httpGet(`/hosting/web/${serviceName}/cron/${cronId}`));
|
|
49
|
+
return this.helpers.returnJsonArray([data]);
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=getCron.operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getCron.operation.js","sourceRoot":"","sources":["../../../nodes/OvhCloudHosting/getCron.operation.ts"],"names":[],"mappings":";;AASA,kCAmCC;AAED,0BAQC;AA/CD,gEAA6D;AAE7D,SAAgB,WAAW,CAAC,cAA+B;IAC1D,OAAO;QACN;YACC,WAAW,EAAE,cAAc;YAC3B,IAAI,EAAE,aAAa;YACnB,IAAI,EAAE,iBAAiB;YACvB,OAAO,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,EAAE;YACpC,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,8BAA8B;YAC3C,KAAK,EAAE;gBACN;oBACC,WAAW,EAAE,WAAW;oBACxB,IAAI,EAAE,MAAM;oBACZ,IAAI,EAAE,MAAM;oBACZ,WAAW,EAAE,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,UAAU,EAAE,IAAI,EAAE;iBAC5E;gBACD;oBACC,WAAW,EAAE,SAAS;oBACtB,IAAI,EAAE,MAAM;oBACZ,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,eAAe;iBAC5B;aACD;YACD,cAAc;SACd;QACD;YACC,WAAW,EAAE,SAAS;YACtB,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,CAAC;YACV,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,4BAA4B;YACzC,cAAc;SACd;KACD,CAAC;AACH,CAAC;AAEM,KAAK,UAAU,OAAO,CAA0B,SAAiB;IACvE,MAAM,MAAM,GAAG,IAAI,qBAAS,CAAC,IAAI,CAAC,CAAC;IACnC,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,CAAC,aAAa,EAAE,SAAS,EAAE,EAAE,EAAE;QACvE,YAAY,EAAE,IAAI;KAClB,CAAW,CAAC;IACb,MAAM,MAAM,GAAG,IAAI,CAAC,gBAAgB,CAAC,QAAQ,EAAE,SAAS,CAAW,CAAC;IACpE,MAAM,IAAI,GAAG,CAAC,MAAM,MAAM,CAAC,OAAO,CAAC,gBAAgB,WAAW,SAAS,MAAM,EAAE,CAAC,CAAgB,CAAC;IACjG,OAAO,IAAI,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;AAC7C,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { IExecuteFunctions, INodeExecutionData, INodeProperties, IDisplayOptions } from 'n8n-workflow';
|
|
2
|
+
export declare function description(displayOptions: IDisplayOptions): INodeProperties[];
|
|
3
|
+
export declare function execute(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData[]>;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.description = description;
|
|
4
|
+
exports.execute = execute;
|
|
5
|
+
const ApiClient_1 = require("../../shared/transport/ApiClient");
|
|
6
|
+
function description(displayOptions) {
|
|
7
|
+
return [
|
|
8
|
+
{
|
|
9
|
+
displayName: 'Service Name',
|
|
10
|
+
name: 'serviceName',
|
|
11
|
+
type: 'resourceLocator',
|
|
12
|
+
default: { mode: 'list', value: '' },
|
|
13
|
+
required: true,
|
|
14
|
+
description: 'The hosting web service name',
|
|
15
|
+
modes: [
|
|
16
|
+
{
|
|
17
|
+
displayName: 'From List',
|
|
18
|
+
name: 'list',
|
|
19
|
+
type: 'list',
|
|
20
|
+
typeOptions: { searchListMethod: 'getHostingWebServices', searchable: true },
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
displayName: 'By Name',
|
|
24
|
+
name: 'name',
|
|
25
|
+
type: 'string',
|
|
26
|
+
placeholder: 'myservice.ovh',
|
|
27
|
+
},
|
|
28
|
+
],
|
|
29
|
+
displayOptions,
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
displayName: 'Database Name',
|
|
33
|
+
name: 'databaseName',
|
|
34
|
+
type: 'string',
|
|
35
|
+
default: '',
|
|
36
|
+
required: true,
|
|
37
|
+
description: 'The name of the database',
|
|
38
|
+
displayOptions,
|
|
39
|
+
},
|
|
40
|
+
];
|
|
41
|
+
}
|
|
42
|
+
async function execute(itemIndex) {
|
|
43
|
+
const client = new ApiClient_1.ApiClient(this);
|
|
44
|
+
const serviceName = this.getNodeParameter('serviceName', itemIndex, '', {
|
|
45
|
+
extractValue: true,
|
|
46
|
+
});
|
|
47
|
+
const databaseName = this.getNodeParameter('databaseName', itemIndex);
|
|
48
|
+
const data = (await client.httpGet(`/hosting/web/${serviceName}/database/${databaseName}`));
|
|
49
|
+
return this.helpers.returnJsonArray([data]);
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=getDatabase.operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDatabase.operation.js","sourceRoot":"","sources":["../../../nodes/OvhCloudHosting/getDatabase.operation.ts"],"names":[],"mappings":";;AASA,kCAmCC;AAED,0BAUC;AAjDD,gEAA6D;AAE7D,SAAgB,WAAW,CAAC,cAA+B;IAC1D,OAAO;QACN;YACC,WAAW,EAAE,cAAc;YAC3B,IAAI,EAAE,aAAa;YACnB,IAAI,EAAE,iBAAiB;YACvB,OAAO,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,EAAE;YACpC,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,8BAA8B;YAC3C,KAAK,EAAE;gBACN;oBACC,WAAW,EAAE,WAAW;oBACxB,IAAI,EAAE,MAAM;oBACZ,IAAI,EAAE,MAAM;oBACZ,WAAW,EAAE,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,UAAU,EAAE,IAAI,EAAE;iBAC5E;gBACD;oBACC,WAAW,EAAE,SAAS;oBACtB,IAAI,EAAE,MAAM;oBACZ,IAAI,EAAE,QAAQ;oBACd,WAAW,EAAE,eAAe;iBAC5B;aACD;YACD,cAAc;SACd;QACD;YACC,WAAW,EAAE,eAAe;YAC5B,IAAI,EAAE,cAAc;YACpB,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,EAAE;YACX,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,0BAA0B;YACvC,cAAc;SACd;KACD,CAAC;AACH,CAAC;AAEM,KAAK,UAAU,OAAO,CAA0B,SAAiB;IACvE,MAAM,MAAM,GAAG,IAAI,qBAAS,CAAC,IAAI,CAAC,CAAC;IACnC,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,CAAC,aAAa,EAAE,SAAS,EAAE,EAAE,EAAE;QACvE,YAAY,EAAE,IAAI;KAClB,CAAW,CAAC;IACb,MAAM,YAAY,GAAG,IAAI,CAAC,gBAAgB,CAAC,cAAc,EAAE,SAAS,CAAW,CAAC;IAChF,MAAM,IAAI,GAAG,CAAC,MAAM,MAAM,CAAC,OAAO,CACjC,gBAAgB,WAAW,aAAa,YAAY,EAAE,CACtD,CAAgB,CAAC;IAClB,OAAO,IAAI,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;AAC7C,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { IExecuteFunctions, INodeExecutionData, INodeProperties, IDisplayOptions } from 'n8n-workflow';
|
|
2
|
+
export declare function description(displayOptions: IDisplayOptions): INodeProperties[];
|
|
3
|
+
export declare function execute(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData[]>;
|