@codiac.io/codiac-cli 1.3.82 → 1.3.84
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 +1 -1
- package/dist/apis/api-plus-local/api-client-plus-local.d.ts +4 -3
- package/dist/apis/api-plus-local/api-client-plus-local.js +3 -3
- package/dist/apis/api-plus-local/api-client-plus-local.js.map +1 -1
- package/dist/apis/auth-client/common/token-utils.d.ts +11 -0
- package/dist/apis/auth-client/common/token-utils.js +84 -0
- package/dist/apis/auth-client/common/token-utils.js.map +1 -0
- package/dist/apis/auth-client/i-auth-client.d.ts +83 -0
- package/dist/apis/auth-client/i-auth-client.js +3 -0
- package/dist/apis/auth-client/i-auth-client.js.map +1 -0
- package/dist/apis/codiac-api/common/api-client-base.d.ts +11 -0
- package/dist/apis/codiac-api/common/api-client-base.js +45 -12
- package/dist/apis/codiac-api/common/api-client-base.js.map +1 -1
- package/dist/apis/codiac-api/common/api-crud-client-base.js +2 -2
- package/dist/apis/codiac-api/common/api-crud-client-base.js.map +1 -1
- package/dist/apis/codiac-api/common/token-utils.d.ts +11 -0
- package/dist/apis/codiac-api/common/token-utils.js +84 -0
- package/dist/apis/codiac-api/common/token-utils.js.map +1 -0
- package/dist/apis/codiac-api/gen/client-config.d.ts +2 -2
- package/dist/apis/codiac-api/gen/client-config.js +9 -9
- package/dist/apis/codiac-api/gen/client-config.js.map +1 -1
- package/dist/apis/codiac-api/gen/client.d.ts +17 -12
- package/dist/apis/codiac-api/gen/client.js +36 -85
- package/dist/apis/codiac-api/gen/client.js.map +1 -1
- package/dist/apis/codiac-api/gen/contracts/index.d.ts +1 -0
- package/dist/apis/codiac-api/gen/contracts/index.js +6 -0
- package/dist/apis/codiac-api/gen/contracts/index.js.map +1 -0
- package/dist/apis/codiac-api/gen/contracts/transformers.gen.d.ts +765 -0
- package/dist/apis/codiac-api/gen/contracts/transformers.gen.js +7179 -0
- package/dist/apis/codiac-api/gen/contracts/transformers.gen.js.map +1 -0
- package/dist/apis/codiac-api/gen/contracts/types.gen.d.ts +18382 -0
- package/dist/apis/codiac-api/gen/contracts/types.gen.js +350 -0
- package/dist/apis/codiac-api/gen/contracts/types.gen.js.map +1 -0
- package/dist/apis/codiac-api/i-client.d.ts +2436 -0
- package/dist/apis/codiac-api/i-client.js +3 -0
- package/dist/apis/codiac-api/i-client.js.map +1 -0
- package/dist/apis/codiac-api-nats/common/creds.d.ts +8 -0
- package/dist/apis/codiac-api-nats/common/creds.js +19 -0
- package/dist/apis/codiac-api-nats/common/creds.js.map +1 -0
- package/dist/apis/codiac-api-nats/common/token-utils.d.ts +11 -0
- package/dist/apis/codiac-api-nats/common/token-utils.js +84 -0
- package/dist/apis/codiac-api-nats/common/token-utils.js.map +1 -0
- package/dist/apis/codiac-api-nats/common/token.d.ts +4 -0
- package/dist/apis/codiac-api-nats/common/token.js +16 -0
- package/dist/apis/codiac-api-nats/common/token.js.map +1 -0
- package/dist/apis/codiac-api-nats/common/types.d.ts +8 -0
- package/dist/apis/codiac-api-nats/common/types.js +3 -0
- package/dist/apis/codiac-api-nats/common/types.js.map +1 -0
- package/dist/apis/codiac-api-nats/common/utils.d.ts +56 -0
- package/dist/apis/codiac-api-nats/common/utils.js +323 -0
- package/dist/apis/codiac-api-nats/common/utils.js.map +1 -0
- package/dist/apis/codiac-api-nats/gen/client.d.ts +2571 -0
- package/dist/apis/codiac-api-nats/gen/client.js +15794 -0
- package/dist/apis/codiac-api-nats/gen/client.js.map +1 -0
- package/dist/apis/codiac-api-nats/gen/config.d.ts +17 -0
- package/dist/apis/codiac-api-nats/gen/config.js +17 -0
- package/dist/apis/codiac-api-nats/gen/config.js.map +1 -0
- package/dist/apis/codiac-api-nats/gen/contracts/index.d.ts +1 -0
- package/dist/apis/codiac-api-nats/gen/contracts/index.js +6 -0
- package/dist/apis/codiac-api-nats/gen/contracts/index.js.map +1 -0
- package/dist/apis/codiac-api-nats/gen/contracts/transformers.gen.d.ts +765 -0
- package/dist/apis/codiac-api-nats/gen/contracts/transformers.gen.js +7179 -0
- package/dist/apis/codiac-api-nats/gen/contracts/transformers.gen.js.map +1 -0
- package/dist/apis/codiac-api-nats/gen/contracts/types.gen.d.ts +18388 -0
- package/dist/apis/codiac-api-nats/gen/contracts/types.gen.js +350 -0
- package/dist/apis/codiac-api-nats/gen/contracts/types.gen.js.map +1 -0
- package/dist/apis/{codiac-api/gen/contracts.d.ts → codiac-api-nats/gen/contracts.ng.d.ts} +247 -245
- package/dist/apis/{codiac-api/gen/contracts.js → codiac-api-nats/gen/contracts.ng.js} +27 -57
- package/dist/apis/codiac-api-nats/gen/contracts.ng.js.map +1 -0
- package/dist/apis/codiac-api-nats/index.d.ts +3 -0
- package/dist/apis/codiac-api-nats/index.js +7 -0
- package/dist/apis/codiac-api-nats/index.js.map +1 -0
- package/dist/apis/codiac-relay/common/api-client-base.js +23 -13
- package/dist/apis/codiac-relay/common/api-client-base.js.map +1 -1
- package/dist/apis/codiac-relay/common/api-crud-client-base.js +2 -2
- package/dist/apis/codiac-relay/common/api-crud-client-base.js.map +1 -1
- package/dist/apis/codiac-relay/common/api-user-creds.d.ts +2 -2
- package/dist/apis/codiac-relay/common/api-user-creds.js +1 -2
- package/dist/apis/codiac-relay/common/api-user-creds.js.map +1 -1
- package/dist/apis/codiac-relay/common/token-utils.d.ts +11 -0
- package/dist/apis/codiac-relay/common/token-utils.js +84 -0
- package/dist/apis/codiac-relay/common/token-utils.js.map +1 -0
- package/dist/apis/codiac-relay/gen/client.d.ts +22 -9
- package/dist/apis/codiac-relay/gen/client.js +37 -9
- package/dist/apis/codiac-relay/gen/client.js.map +1 -1
- package/dist/apis/codiac-relay/gen/contracts/index.d.ts +1 -0
- package/dist/apis/codiac-relay/gen/contracts/index.js +6 -0
- package/dist/apis/codiac-relay/gen/contracts/index.js.map +1 -0
- package/dist/apis/codiac-relay/gen/contracts/transformers.gen.d.ts +307 -0
- package/dist/apis/codiac-relay/gen/contracts/transformers.gen.js +3612 -0
- package/dist/apis/codiac-relay/gen/contracts/transformers.gen.js.map +1 -0
- package/dist/apis/codiac-relay/gen/contracts/types.gen.d.ts +15725 -0
- package/dist/apis/codiac-relay/gen/contracts/types.gen.js +396 -0
- package/dist/apis/codiac-relay/gen/contracts/types.gen.js.map +1 -0
- package/dist/apis/codiac-relay/gen/contracts-legacy.js +4696 -0
- package/dist/apis/codiac-relay/gen/contracts-legacy.js.map +1 -0
- package/dist/apis/codiac-relay/i-client.d.ts +883 -0
- package/dist/apis/codiac-relay/i-client.js +3 -0
- package/dist/apis/codiac-relay/i-client.js.map +1 -0
- package/dist/bootstrapper-for-auth-dmz-commands.d.ts +7 -0
- package/dist/bootstrapper-for-auth-dmz-commands.js +30 -0
- package/dist/bootstrapper-for-auth-dmz-commands.js.map +1 -0
- package/dist/bootstrapper-for-codiac-cli.d.ts +8 -0
- package/dist/bootstrapper-for-codiac-cli.js +101 -0
- package/dist/bootstrapper-for-codiac-cli.js.map +1 -0
- package/dist/bootstrapper-for-enterprise-commands.d.ts +7 -0
- package/dist/bootstrapper-for-enterprise-commands.js +119 -0
- package/dist/bootstrapper-for-enterprise-commands.js.map +1 -0
- package/dist/bootstrapper-for-tenantless-commands.d.ts +7 -0
- package/dist/bootstrapper-for-tenantless-commands.js +51 -0
- package/dist/bootstrapper-for-tenantless-commands.js.map +1 -0
- package/dist/cli-common/command-base.d.ts +10 -9
- package/dist/cli-common/command-base.js +0 -70
- package/dist/cli-common/command-base.js.map +1 -1
- package/dist/cli-common/test/tenant-contextualizer.spec.js +4 -4
- package/dist/cli-common/test/tenant-contextualizer.spec.js.map +1 -1
- package/dist/codiac-entities/asset-request.d.ts +6 -0
- package/dist/codiac-entities/asset-request.js +3 -0
- package/dist/codiac-entities/asset-request.js.map +1 -0
- package/dist/codiac-entities/csp-feature-enum.d.ts +9 -0
- package/dist/codiac-entities/csp-feature-enum.js +11 -0
- package/dist/codiac-entities/csp-feature-enum.js.map +1 -0
- package/dist/codiac-entities/csp-support-map.d.ts +22 -0
- package/dist/codiac-entities/csp-support-map.js +7 -0
- package/dist/codiac-entities/csp-support-map.js.map +1 -0
- package/dist/codiac-entities/ingress-exposure-enum.d.ts +14 -0
- package/dist/codiac-entities/ingress-exposure-enum.js +19 -0
- package/dist/codiac-entities/ingress-exposure-enum.js.map +1 -0
- package/dist/command-base-enterprise.d.ts +19 -5
- package/dist/command-base-enterprise.js +59 -94
- package/dist/command-base-enterprise.js.map +1 -1
- package/dist/command-base-exec-tenant.js +8 -2
- package/dist/command-base-exec-tenant.js.map +1 -1
- package/dist/command-base-exec.js +8 -2
- package/dist/command-base-exec.js.map +1 -1
- package/dist/command-base-tenantless.d.ts +0 -3
- package/dist/command-base-tenantless.js +2 -53
- package/dist/command-base-tenantless.js.map +1 -1
- package/dist/commands/asset/create.js +2 -2
- package/dist/commands/asset/create.js.map +1 -1
- package/dist/commands/asset/deploy.d.ts +2 -1
- package/dist/commands/asset/deploy.js +4 -2
- package/dist/commands/asset/deploy.js.map +1 -1
- package/dist/commands/asset/list.js +4 -1
- package/dist/commands/asset/list.js.map +1 -1
- package/dist/commands/asset/probe/create.js +8 -1
- package/dist/commands/asset/probe/create.js.map +1 -1
- package/dist/commands/asset/probe/delete.js +2 -1
- package/dist/commands/asset/probe/delete.js.map +1 -1
- package/dist/commands/asset/probe/list.js +3 -2
- package/dist/commands/asset/probe/list.js.map +1 -1
- package/dist/commands/asset/recycle.js +3 -0
- package/dist/commands/asset/recycle.js.map +1 -1
- package/dist/commands/asset/undeploy.js +7 -0
- package/dist/commands/asset/undeploy.js.map +1 -1
- package/dist/commands/asset/view.js +13 -6
- package/dist/commands/asset/view.js.map +1 -1
- package/dist/commands/asset/volume/create.js +107 -98
- package/dist/commands/asset/volume/create.js.map +1 -1
- package/dist/commands/asset/volume/delete.js +50 -41
- package/dist/commands/asset/volume/delete.js.map +1 -1
- package/dist/commands/asset/volume/list.js +24 -14
- package/dist/commands/asset/volume/list.js.map +1 -1
- package/dist/commands/asset/where.d.ts +2 -1
- package/dist/commands/asset/where.js.map +1 -1
- package/dist/commands/auth/cabinet/allow.js +4 -3
- package/dist/commands/auth/cabinet/allow.js.map +1 -1
- package/dist/commands/auth/cabinet/allowed.js +8 -7
- package/dist/commands/auth/cabinet/allowed.js.map +1 -1
- package/dist/commands/auth/enterprise/allow/onEnvironments.js +4 -3
- package/dist/commands/auth/enterprise/allow/onEnvironments.js.map +1 -1
- package/dist/commands/auth/enterprise/allow.js +4 -3
- package/dist/commands/auth/enterprise/allow.js.map +1 -1
- package/dist/commands/auth/enterprise/allowed.js +8 -7
- package/dist/commands/auth/enterprise/allowed.js.map +1 -1
- package/dist/commands/auth/environment/allow/onCabinets.js +4 -3
- package/dist/commands/auth/environment/allow/onCabinets.js.map +1 -1
- package/dist/commands/auth/environment/allow.js +4 -3
- package/dist/commands/auth/environment/allow.js.map +1 -1
- package/dist/commands/auth/environment/allowed.js +8 -7
- package/dist/commands/auth/environment/allowed.js.map +1 -1
- package/dist/commands/auth/register.d.ts +3 -6
- package/dist/commands/auth/register.js +11 -38
- package/dist/commands/auth/register.js.map +1 -1
- package/dist/commands/auth/role/list.js +2 -1
- package/dist/commands/auth/role/list.js.map +1 -1
- package/dist/commands/auth/user/list.js +2 -1
- package/dist/commands/auth/user/list.js.map +1 -1
- package/dist/commands/build.js +2 -1
- package/dist/commands/build.js.map +1 -1
- package/dist/commands/cabinet/list.js +6 -3
- package/dist/commands/cabinet/list.js.map +1 -1
- package/dist/commands/cabinet/obliterate.js +1 -1
- package/dist/commands/cabinet/obliterate.js.map +1 -1
- package/dist/commands/cli.d.ts +1 -0
- package/dist/commands/cli.js +1 -0
- package/dist/commands/cli.js.map +1 -1
- package/dist/commands/cluster/scaling/update.js +4 -3
- package/dist/commands/cluster/scaling/update.js.map +1 -1
- package/dist/commands/config/add.js +9 -3
- package/dist/commands/config/add.js.map +1 -1
- package/dist/commands/config/delete.js +6 -1
- package/dist/commands/config/delete.js.map +1 -1
- package/dist/commands/config/deploy.js +4 -0
- package/dist/commands/config/deploy.js.map +1 -1
- package/dist/commands/config/import.js +108 -98
- package/dist/commands/config/import.js.map +1 -1
- package/dist/commands/config/settings/get.js +9 -2
- package/dist/commands/config/settings/get.js.map +1 -1
- package/dist/commands/config/view.js +73 -59
- package/dist/commands/config/view.js.map +1 -1
- package/dist/commands/csp/login.js +13 -2
- package/dist/commands/csp/login.js.map +1 -1
- package/dist/commands/csp/logout.js +9 -2
- package/dist/commands/csp/logout.js.map +1 -1
- package/dist/commands/deploy.js +3 -0
- package/dist/commands/deploy.js.map +1 -1
- package/dist/commands/enterprise/create.js +1 -1
- package/dist/commands/enterprise/create.js.map +1 -1
- package/dist/commands/enterprise/list.js +7 -2
- package/dist/commands/enterprise/list.js.map +1 -1
- package/dist/commands/env/add.js +107 -97
- package/dist/commands/env/add.js.map +1 -1
- package/dist/commands/environment/cluster/attach.js.map +1 -1
- package/dist/commands/environment/cluster/detach.js.map +1 -1
- package/dist/commands/environment/list.js +6 -3
- package/dist/commands/environment/list.js.map +1 -1
- package/dist/commands/filestore/capture.d.ts +4 -3
- package/dist/commands/filestore/capture.js +13 -9
- package/dist/commands/filestore/capture.js.map +1 -1
- package/dist/commands/filestore/list.js +9 -8
- package/dist/commands/filestore/list.js.map +1 -1
- package/dist/commands/host/delete.d.ts +1 -0
- package/dist/commands/host/delete.js +17 -11
- package/dist/commands/host/delete.js.map +1 -1
- package/dist/commands/host/list.js +2 -1
- package/dist/commands/host/list.js.map +1 -1
- package/dist/commands/host/map.d.ts +4 -0
- package/dist/commands/host/map.js +150 -80
- package/dist/commands/host/map.js.map +1 -1
- package/dist/commands/host/view.js +2 -1
- package/dist/commands/host/view.js.map +1 -1
- package/dist/commands/imageRegistry/capture.js +6 -5
- package/dist/commands/imageRegistry/capture.js.map +1 -1
- package/dist/commands/imageRegistry/forget.js +5 -4
- package/dist/commands/imageRegistry/forget.js.map +1 -1
- package/dist/commands/imageRegistry/pullSecret/set.js +10 -9
- package/dist/commands/imageRegistry/pullSecret/set.js.map +1 -1
- package/dist/commands/imageRegistry/pullSecret/unset.js +5 -4
- package/dist/commands/imageRegistry/pullSecret/unset.js.map +1 -1
- package/dist/commands/images/add.js +37 -28
- package/dist/commands/images/add.js.map +1 -1
- package/dist/commands/kit/create.js +3 -2
- package/dist/commands/kit/create.js.map +1 -1
- package/dist/commands/login.d.ts +0 -2
- package/dist/commands/login.js +4 -6
- package/dist/commands/login.js.map +1 -1
- package/dist/commands/logout.js +3 -0
- package/dist/commands/logout.js.map +1 -1
- package/dist/commands/noc/cluster/capture.js +1 -1
- package/dist/commands/noc/cluster/capture.js.map +1 -1
- package/dist/commands/noc/cluster/create.js +9 -8
- package/dist/commands/noc/cluster/create.js.map +1 -1
- package/dist/commands/noc/cluster/deinit.js +13 -6
- package/dist/commands/noc/cluster/deinit.js.map +1 -1
- package/dist/commands/noc/cluster/destroy.js +3 -2
- package/dist/commands/noc/cluster/destroy.js.map +1 -1
- package/dist/commands/noc/cluster/forget.js +1 -1
- package/dist/commands/noc/cluster/forget.js.map +1 -1
- package/dist/commands/noc/cluster/grant.js +61 -49
- package/dist/commands/noc/cluster/grant.js.map +1 -1
- package/dist/commands/noc/cluster/init.js +13 -6
- package/dist/commands/noc/cluster/init.js.map +1 -1
- package/dist/commands/noc/cluster/journal.js +2 -1
- package/dist/commands/noc/cluster/journal.js.map +1 -1
- package/dist/commands/noc/cluster/list.js +8 -3
- package/dist/commands/noc/cluster/list.js.map +1 -1
- package/dist/commands/noc/cluster/recreate.js +26 -16
- package/dist/commands/noc/cluster/recreate.js.map +1 -1
- package/dist/commands/portal.js +3 -0
- package/dist/commands/portal.js.map +1 -1
- package/dist/commands/secretStore/capture.js +36 -36
- package/dist/commands/secretStore/capture.js.map +1 -1
- package/dist/commands/secretStore/forget.js +32 -33
- package/dist/commands/secretStore/forget.js.map +1 -1
- package/dist/commands/secretStore/list.js +6 -4
- package/dist/commands/secretStore/list.js.map +1 -1
- package/dist/commands/tenant/create.js +34 -32
- package/dist/commands/tenant/create.js.map +1 -1
- package/dist/commands/tenant/switch.js +30 -34
- package/dist/commands/tenant/switch.js.map +1 -1
- package/dist/commands/whereami.js +3 -0
- package/dist/commands/whereami.js.map +1 -1
- package/dist/message-contracts/index.d.ts +2 -0
- package/dist/message-contracts/index.js +6 -0
- package/dist/message-contracts/index.js.map +1 -0
- package/dist/message-contracts/workunit-contracts.d.ts +72 -0
- package/dist/message-contracts/workunit-contracts.js +26 -0
- package/dist/message-contracts/workunit-contracts.js.map +1 -0
- package/dist/ops/entities/cli-config.d.ts +10 -0
- package/dist/ops/entities/cli-config.js +6 -1
- package/dist/ops/entities/cli-config.js.map +1 -1
- package/dist/relay/contracts/contracts.d.ts +4 -4
- package/dist/relay/contracts/contracts.js +4 -4
- package/dist/relay/contracts/index.d.ts +1 -0
- package/dist/relay/contracts/index.js +1 -0
- package/dist/relay/contracts/index.js.map +1 -1
- package/dist/relay/contracts/manual-supplement.d.ts +105 -0
- package/dist/relay/contracts/manual-supplement.js +27 -0
- package/dist/relay/contracts/manual-supplement.js.map +1 -0
- package/dist/relay/relay-container.js +1 -1
- package/dist/relay/relay-container.js.map +1 -1
- package/dist/sdk/codiac-sdk-for-cli.d.ts +2 -0
- package/dist/sdk/codiac-sdk-for-cli.js +19 -0
- package/dist/sdk/codiac-sdk-for-cli.js.map +1 -1
- package/dist/sdk/i-file-store-configurator.d.ts +1 -1
- package/dist/sdk/i-login-configurator.d.ts +2 -2
- package/dist/sdk-adapters/artifact-hub/helm-resource-configurator.d.ts +4 -4
- package/dist/sdk-adapters/artifact-hub/helm-resource-configurator.js.map +1 -1
- package/dist/sdk-adapters/aws/aws-resource-configurator.d.ts +5 -4
- package/dist/sdk-adapters/aws/aws-resource-configurator.js +8 -7
- package/dist/sdk-adapters/aws/aws-resource-configurator.js.map +1 -1
- package/dist/sdk-adapters/azure/az-interactive-login-configurator.d.ts +2 -2
- package/dist/sdk-adapters/azure/az-interactive-login-configurator.js.map +1 -1
- package/dist/sdk-adapters/azure/azure-resource-configurator.d.ts +3 -3
- package/dist/sdk-adapters/azure/azure-resource-configurator.js +9 -8
- package/dist/sdk-adapters/azure/azure-resource-configurator.js.map +1 -1
- package/dist/sdk-adapters/azure/entities/azure-filestore-def.d.ts +27 -0
- package/dist/sdk-adapters/azure/entities/azure-filestore-def.js +3 -0
- package/dist/sdk-adapters/azure/entities/azure-filestore-def.js.map +1 -0
- package/dist/sdk-adapters/docker-hub/docker-hub-resource-configurator.d.ts +4 -4
- package/dist/sdk-adapters/docker-hub/docker-hub-resource-configurator.js +12 -3
- package/dist/sdk-adapters/docker-hub/docker-hub-resource-configurator.js.map +1 -1
- package/dist/sdk-adapters/local-machine/local-machine-login-configurator.d.ts +2 -2
- package/dist/sdk-adapters/local-machine/local-machine-login-configurator.js.map +1 -1
- package/dist/sdk-adapters/local-machine/local-machine-resource-configurator.js +4 -4
- package/dist/sdk-adapters/local-machine/local-machine-resource-configurator.js.map +1 -1
- package/dist/uilogic/cloud-provider-contextualizer.d.ts +2 -2
- package/dist/uilogic/cloud-provider-contextualizer.js +2 -2
- package/dist/uilogic/cloud-provider-contextualizer.js.map +1 -1
- package/dist/uilogic/cloud-resource-configurator-factory.d.ts +9 -2
- package/dist/uilogic/cloud-resource-configurator-factory.js +24 -6
- package/dist/uilogic/cloud-resource-configurator-factory.js.map +1 -1
- package/dist/uilogic/cloud-resource-configurators/unsupported-resource-configurator.d.ts +4 -4
- package/dist/uilogic/cloud-resource-configurators/unsupported-resource-configurator.js +3 -5
- package/dist/uilogic/cloud-resource-configurators/unsupported-resource-configurator.js.map +1 -1
- package/dist/uilogic/config-ui-utils.d.ts +2 -2
- package/dist/uilogic/config-ui-utils.js +13 -13
- package/dist/uilogic/config-ui-utils.js.map +1 -1
- package/dist/uilogic/enterprise-contextualizer.d.ts +2 -2
- package/dist/uilogic/enterprise-contextualizer.js +1 -4
- package/dist/uilogic/enterprise-contextualizer.js.map +1 -1
- package/dist/uilogic/environment-contextualizer.d.ts +2 -2
- package/dist/uilogic/environment-contextualizer.js.map +1 -1
- package/dist/uilogic/image-configurator.d.ts +4 -5
- package/dist/uilogic/image-configurator.js.map +1 -1
- package/dist/uilogic/image-contextualizer.js.map +1 -1
- package/dist/uilogic/image-registry-contextualizer.d.ts +3 -3
- package/dist/uilogic/image-registry-contextualizer.js +2 -6
- package/dist/uilogic/image-registry-contextualizer.js.map +1 -1
- package/dist/uilogic/lrp-watcher-predef.js +2 -2
- package/dist/uilogic/lrp-watcher-predef.js.map +1 -1
- package/dist/uilogic/lrp-watcher-utils.d.ts +1 -1
- package/dist/uilogic/lrp-watcher-utils.js +4 -4
- package/dist/uilogic/lrp-watcher-utils.js.map +1 -1
- package/dist/uilogic/lrp-watcher.d.ts +1 -1
- package/dist/uilogic/lrp-watcher.js +4 -3
- package/dist/uilogic/lrp-watcher.js.map +1 -1
- package/dist/uilogic/rootmap-ui-utils.d.ts +2 -5
- package/dist/uilogic/rootmap-ui-utils.js.map +1 -1
- package/dist/uilogic/tenant-contextualizer.d.ts +2 -2
- package/dist/uilogic/tenant-contextualizer.js +41 -29
- package/dist/uilogic/tenant-contextualizer.js.map +1 -1
- package/dist/uilogic/type-safety-utils.d.ts +12 -1
- package/dist/uilogic/type-safety-utils.js +19 -1
- package/dist/uilogic/type-safety-utils.js.map +1 -1
- package/dist/user-context-loader.d.ts +2 -2
- package/dist/user-context-loader.js +5 -4
- package/dist/user-context-loader.js.map +1 -1
- package/oclif.manifest.json +21 -21
- package/package.json +16 -12
- package/dist/apis/codiac-api/gen/contracts.js.map +0 -1
- package/dist/apis/codiac-relay/gen/contracts.d.ts +0 -4792
- package/dist/apis/codiac-relay/gen/contracts.js +0 -635
- package/dist/apis/codiac-relay/gen/contracts.js.map +0 -1
- package/dist/cli-common/ImagesList.js +0 -67
- package/dist/cli-common/ImagesList.js.map +0 -1
- /package/dist/{cli-common/ImagesList.d.ts → apis/codiac-relay/gen/contracts-legacy.d.ts} +0 -0
|
@@ -0,0 +1,883 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
/// <reference types="node" />
|
|
3
|
+
import { IRepoOptions, IThrowingRepoOptions } from "@codiac.io/codiac-common";
|
|
4
|
+
import { UpdatePartialWhereRequest } from "@codiac.io/codiac-common/contracts";
|
|
5
|
+
import { ListResult, BatchResult, SingleResult, PatchSpecForOne, PatchSpecForMany, IdSpecFor } from "@codiac.io/codiac-common/contracts";
|
|
6
|
+
import * as Contracts from './contracts';
|
|
7
|
+
export interface IRelayClient {
|
|
8
|
+
Auth: IAuthOperations;
|
|
9
|
+
Call: IOtherOperations;
|
|
10
|
+
AuthRole: IAuthRoleCruds;
|
|
11
|
+
Cabinet: ICabinetCruds;
|
|
12
|
+
ClusterDef: IClusterDefCruds;
|
|
13
|
+
DefaultChildAcl: IDefaultChildAclCruds;
|
|
14
|
+
DeployAttempt: IDeployAttemptCruds;
|
|
15
|
+
Deployment: IDeploymentCruds;
|
|
16
|
+
EnterpriseRunState: IEnterpriseRunStateCruds;
|
|
17
|
+
EntityAcl: IEntityAclCruds;
|
|
18
|
+
Environment: IEnvironmentCruds;
|
|
19
|
+
FileStoreDef: IFileStoreDefCruds;
|
|
20
|
+
ScopedHostNameConfig: IScopedHostNameConfigCruds;
|
|
21
|
+
ScopedSetting: IScopedSettingCruds;
|
|
22
|
+
SetupJournal: ISetupJournalCruds;
|
|
23
|
+
ZombiePeriod: IZombiePeriodCruds;
|
|
24
|
+
}
|
|
25
|
+
export interface IAuthOperations {
|
|
26
|
+
RoleCreate(request: Contracts.AuthRole, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
27
|
+
RoleCreateMany(request: Array<Contracts.AuthRole>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
28
|
+
RoleDelete(request: IdSpecFor<Contracts.AuthRole>, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
29
|
+
RoleDeleteWhere(request: Contracts.AuthRoleCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
30
|
+
RoleGet(request: IdSpecFor<Contracts.AuthRole>, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
31
|
+
RoleList(request: Contracts.AuthRoleCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.AuthRole>>;
|
|
32
|
+
RolePatch(request: PatchSpecForOne<Contracts.AuthRole>, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
33
|
+
RolePatchWhere(request: PatchSpecForMany<Contracts.AuthRole, Contracts.AuthRoleCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
34
|
+
RoleUpdate(request: Contracts.AuthRole, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
35
|
+
RoleUpdateMany(request: Array<Contracts.AuthRole>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
36
|
+
RoleUpdatePartial(request: Partial<Contracts.AuthRole>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.AuthRole>>>;
|
|
37
|
+
RoleUpdatePartialMany(request: Array<Contracts.AuthRole>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.AuthRole>>>;
|
|
38
|
+
RoleUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.AuthRole, Contracts.AuthRoleCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
39
|
+
RoleUpsert(request: Contracts.AuthRole, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
40
|
+
RoleUpsertMany(request: Array<Contracts.AuthRole>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
41
|
+
DefaultChildAclCreate(request: Contracts.DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
42
|
+
DefaultChildAclCreateMany(request: Array<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
43
|
+
DefaultChildAclDelete(request: IdSpecFor<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
44
|
+
DefaultChildAclGet(request: IdSpecFor<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
45
|
+
DefaultChildAclList(request: Contracts.DefaultChildAclCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.DefaultChildAcl>>;
|
|
46
|
+
DefaultChildAclPatch(request: PatchSpecForOne<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
47
|
+
DefaultChildAclPatchWhere(request: PatchSpecForMany<Contracts.DefaultChildAcl, Contracts.DefaultChildAclCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
48
|
+
DefaultChildAclUpdate(request: Contracts.DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
49
|
+
DefaultChildAclUpdateMany(request: Array<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
50
|
+
DefaultChildAclUpdatePartial(request: Partial<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.DefaultChildAcl>>>;
|
|
51
|
+
DefaultChildAclUpdatePartialMany(request: Array<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.DefaultChildAcl>>>;
|
|
52
|
+
DefaultChildAclUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.DefaultChildAcl, Contracts.DefaultChildAclCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
53
|
+
DefaultChildAclUpsert(request: Contracts.DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
54
|
+
DefaultChildAclUpsertMany(request: Array<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
55
|
+
EntityAclCreate(request: Contracts.EntityAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
56
|
+
EntityAclCreateMany(request: Array<Contracts.EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
57
|
+
EntityAclDelete(request: IdSpecFor<Contracts.EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
58
|
+
EntityAclDeleteWhere(request: Contracts.EntityAclCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
59
|
+
EntityAclGet(request: IdSpecFor<Contracts.EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
60
|
+
EntityAclList(request: Contracts.EntityAclCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.EntityAcl>>;
|
|
61
|
+
EntityAclPatch(request: PatchSpecForOne<Contracts.EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
62
|
+
EntityAclPatchWhere(request: PatchSpecForMany<Contracts.EntityAcl, Contracts.EntityAclCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
63
|
+
EntityAclUpdate(request: Contracts.EntityAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
64
|
+
EntityAclUpdateMany(request: Array<Contracts.EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
65
|
+
EntityAclUpdatePartial(request: Partial<Contracts.EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.EntityAcl>>>;
|
|
66
|
+
EntityAclUpdatePartialMany(request: Array<Contracts.EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.EntityAcl>>>;
|
|
67
|
+
EntityAclUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.EntityAcl, Contracts.EntityAclCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
68
|
+
EntityAclUpsert(request: Contracts.EntityAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
69
|
+
EntityAclUpsertMany(request: Array<Contracts.EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
70
|
+
/** Determines whether the given token is expired.
|
|
71
|
+
* @param throwOnError throws any encountered errors, including token parsing errors.
|
|
72
|
+
*/
|
|
73
|
+
isExpired(token: string, throwOnError: boolean): boolean;
|
|
74
|
+
extractTokenExpiration(token: string): Date | undefined;
|
|
75
|
+
}
|
|
76
|
+
export interface IAuthRoleCruds {
|
|
77
|
+
/** Deletes each existing AuthRole that satisfies the given criteria. */
|
|
78
|
+
tryDeleteWhere(request: Contracts.AuthRoleCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
79
|
+
deleteWhere(request: Contracts.AuthRoleCriteria, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole[]>;
|
|
80
|
+
/** Retrieves all the existing AuthRole that satisfy the given criteria. */
|
|
81
|
+
tryReadMany(request: Contracts.AuthRoleCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.AuthRole>>;
|
|
82
|
+
readMany(request: Contracts.AuthRoleCriteria, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole[]>;
|
|
83
|
+
/** Performs the given operations on each existing AuthRole that satisfies the given criteria. */
|
|
84
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.AuthRole, Contracts.AuthRoleCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
85
|
+
patchWhere(request: PatchSpecForMany<Contracts.AuthRole, Contracts.AuthRoleCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole[]>;
|
|
86
|
+
/** Saves each given input as a new AuthRole. */
|
|
87
|
+
tryCreateMany(request: Array<Contracts.AuthRole>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
88
|
+
createMany(request: Array<Contracts.AuthRole>, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole[]>;
|
|
89
|
+
/** Overwrites each existing AuthRole. */
|
|
90
|
+
tryUpdateMany(request: Array<Contracts.AuthRole>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
91
|
+
updateMany(request: Array<Contracts.AuthRole>, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole[]>;
|
|
92
|
+
/** Deletes the existing AuthRole. */
|
|
93
|
+
tryDelete(request: IdSpecFor<Contracts.AuthRole>, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
94
|
+
delete(request: IdSpecFor<Contracts.AuthRole>, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole>;
|
|
95
|
+
/** Retrieves the single, uniquely identified AuthRole. */
|
|
96
|
+
tryRead(request: IdSpecFor<Contracts.AuthRole>, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
97
|
+
read(request: IdSpecFor<Contracts.AuthRole>, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole>;
|
|
98
|
+
/** Performs the given operations on the existing AuthRole. */
|
|
99
|
+
tryPatch(request: PatchSpecForOne<Contracts.AuthRole>, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
100
|
+
patch(request: PatchSpecForOne<Contracts.AuthRole>, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole>;
|
|
101
|
+
/** Overwrites the existing AuthRole. */
|
|
102
|
+
tryUpdate(request: Contracts.AuthRole, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
103
|
+
update(request: Contracts.AuthRole, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole>;
|
|
104
|
+
/** Overwrites the given properties of the existing AuthRole. */
|
|
105
|
+
tryUpdatePartial(request: Partial<Contracts.AuthRole>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.AuthRole>>>;
|
|
106
|
+
updatePartial(request: Partial<Contracts.AuthRole>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.AuthRole>>;
|
|
107
|
+
/** Saves the input as a new AuthRole. */
|
|
108
|
+
tryCreate(request: Contracts.AuthRole, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
109
|
+
create(request: Contracts.AuthRole, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole>;
|
|
110
|
+
/** Overwrites the given properties for each existing AuthRole. */
|
|
111
|
+
tryUpdatePartialMany(request: Array<Contracts.AuthRole>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.AuthRole>>>;
|
|
112
|
+
updatePartialMany(request: Array<Contracts.AuthRole>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.AuthRole>[]>;
|
|
113
|
+
/** Performs the given operation on each existing AuthRole that satisfies the given criteria. */
|
|
114
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.AuthRole, Contracts.AuthRoleCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
115
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.AuthRole, Contracts.AuthRoleCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole[]>;
|
|
116
|
+
/** Saves the input as a new AuthRole, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
117
|
+
tryUpsert(request: Contracts.AuthRole, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
118
|
+
upsert(request: Contracts.AuthRole, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole>;
|
|
119
|
+
/** Saves each given input as a new AuthRole, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
120
|
+
tryUpsertMany(request: Array<Contracts.AuthRole>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
121
|
+
upsertMany(request: Array<Contracts.AuthRole>, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole[]>;
|
|
122
|
+
}
|
|
123
|
+
export interface ICabinetCruds {
|
|
124
|
+
/** Deletes each existing Cabinet that satisfies the given criteria. */
|
|
125
|
+
tryDeleteWhere(request: Contracts.CabinetCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Cabinet>>;
|
|
126
|
+
deleteWhere(request: Contracts.CabinetCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet[]>;
|
|
127
|
+
/** Retrieves all the existing Cabinet that satisfy the given criteria. */
|
|
128
|
+
tryReadMany(request: Contracts.CabinetCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Cabinet>>;
|
|
129
|
+
readMany(request: Contracts.CabinetCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet[]>;
|
|
130
|
+
/** Performs the given operations on each existing Cabinet that satisfies the given criteria. */
|
|
131
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Cabinet, Contracts.CabinetCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Cabinet>>;
|
|
132
|
+
patchWhere(request: PatchSpecForMany<Contracts.Cabinet, Contracts.CabinetCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet[]>;
|
|
133
|
+
/** Saves each given input as a new Cabinet. */
|
|
134
|
+
tryCreateMany(request: Array<Contracts.Cabinet>, options?: IRepoOptions): Promise<BatchResult<Contracts.Cabinet>>;
|
|
135
|
+
createMany(request: Array<Contracts.Cabinet>, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet[]>;
|
|
136
|
+
/** Overwrites each existing Cabinet. */
|
|
137
|
+
tryUpdateMany(request: Array<Contracts.Cabinet>, options?: IRepoOptions): Promise<BatchResult<Contracts.Cabinet>>;
|
|
138
|
+
updateMany(request: Array<Contracts.Cabinet>, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet[]>;
|
|
139
|
+
/** Deletes the existing Cabinet. */
|
|
140
|
+
tryDelete(request: IdSpecFor<Contracts.Cabinet>, options?: IRepoOptions): Promise<SingleResult<Contracts.Cabinet>>;
|
|
141
|
+
delete(request: IdSpecFor<Contracts.Cabinet>, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet>;
|
|
142
|
+
/** Retrieves the single, uniquely identified Cabinet. */
|
|
143
|
+
tryRead(request: IdSpecFor<Contracts.Cabinet>, options?: IRepoOptions): Promise<SingleResult<Contracts.Cabinet>>;
|
|
144
|
+
read(request: IdSpecFor<Contracts.Cabinet>, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet>;
|
|
145
|
+
/** Performs the given operations on the existing Cabinet. */
|
|
146
|
+
tryPatch(request: PatchSpecForOne<Contracts.Cabinet>, options?: IRepoOptions): Promise<SingleResult<Contracts.Cabinet>>;
|
|
147
|
+
patch(request: PatchSpecForOne<Contracts.Cabinet>, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet>;
|
|
148
|
+
/** Overwrites the existing Cabinet. */
|
|
149
|
+
tryUpdate(request: Contracts.Cabinet, options?: IRepoOptions): Promise<SingleResult<Contracts.Cabinet>>;
|
|
150
|
+
update(request: Contracts.Cabinet, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet>;
|
|
151
|
+
/** Overwrites the given properties of the existing Cabinet. */
|
|
152
|
+
tryUpdatePartial(request: Partial<Contracts.Cabinet>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Cabinet>>>;
|
|
153
|
+
updatePartial(request: Partial<Contracts.Cabinet>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Cabinet>>;
|
|
154
|
+
/** Saves the input as a new Cabinet. */
|
|
155
|
+
tryCreate(request: Contracts.Cabinet, options?: IRepoOptions): Promise<SingleResult<Contracts.Cabinet>>;
|
|
156
|
+
create(request: Contracts.Cabinet, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet>;
|
|
157
|
+
/** Overwrites the given properties for each existing Cabinet. */
|
|
158
|
+
tryUpdatePartialMany(request: Array<Contracts.Cabinet>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Cabinet>>>;
|
|
159
|
+
updatePartialMany(request: Array<Contracts.Cabinet>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Cabinet>[]>;
|
|
160
|
+
/** Performs the given operation on each existing Cabinet that satisfies the given criteria. */
|
|
161
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Cabinet, Contracts.CabinetCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Cabinet>>;
|
|
162
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Cabinet, Contracts.CabinetCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet[]>;
|
|
163
|
+
/** Saves the input as a new Cabinet, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
164
|
+
tryUpsert(request: Contracts.Cabinet, options?: IRepoOptions): Promise<SingleResult<Contracts.Cabinet>>;
|
|
165
|
+
upsert(request: Contracts.Cabinet, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet>;
|
|
166
|
+
/** Saves each given input as a new Cabinet, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
167
|
+
tryUpsertMany(request: Array<Contracts.Cabinet>, options?: IRepoOptions): Promise<BatchResult<Contracts.Cabinet>>;
|
|
168
|
+
upsertMany(request: Array<Contracts.Cabinet>, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet[]>;
|
|
169
|
+
}
|
|
170
|
+
export interface IClusterDefCruds {
|
|
171
|
+
/** Deletes each existing ClusterDef that satisfies the given criteria. */
|
|
172
|
+
tryDeleteWhere(request: Contracts.ClusterDefCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterDef>>;
|
|
173
|
+
deleteWhere(request: Contracts.ClusterDefCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef[]>;
|
|
174
|
+
/** Retrieves all the existing ClusterDef that satisfy the given criteria. */
|
|
175
|
+
tryReadMany(request: Contracts.ClusterDefCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ClusterDef>>;
|
|
176
|
+
readMany(request: Contracts.ClusterDefCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef[]>;
|
|
177
|
+
/** Performs the given operations on each existing ClusterDef that satisfies the given criteria. */
|
|
178
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.ClusterDef, Contracts.ClusterDefCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterDef>>;
|
|
179
|
+
patchWhere(request: PatchSpecForMany<Contracts.ClusterDef, Contracts.ClusterDefCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef[]>;
|
|
180
|
+
/** Saves each given input as a new ClusterDef. */
|
|
181
|
+
tryCreateMany(request: Array<Contracts.ClusterDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterDef>>;
|
|
182
|
+
createMany(request: Array<Contracts.ClusterDef>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef[]>;
|
|
183
|
+
/** Overwrites each existing ClusterDef. */
|
|
184
|
+
tryUpdateMany(request: Array<Contracts.ClusterDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterDef>>;
|
|
185
|
+
updateMany(request: Array<Contracts.ClusterDef>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef[]>;
|
|
186
|
+
/** Deletes the existing ClusterDef. */
|
|
187
|
+
tryDelete(request: IdSpecFor<Contracts.ClusterDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterDef>>;
|
|
188
|
+
delete(request: IdSpecFor<Contracts.ClusterDef>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef>;
|
|
189
|
+
/** Retrieves the single, uniquely identified ClusterDef. */
|
|
190
|
+
tryRead(request: IdSpecFor<Contracts.ClusterDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterDef>>;
|
|
191
|
+
read(request: IdSpecFor<Contracts.ClusterDef>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef>;
|
|
192
|
+
/** Performs the given operations on the existing ClusterDef. */
|
|
193
|
+
tryPatch(request: PatchSpecForOne<Contracts.ClusterDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterDef>>;
|
|
194
|
+
patch(request: PatchSpecForOne<Contracts.ClusterDef>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef>;
|
|
195
|
+
/** Overwrites the existing ClusterDef. */
|
|
196
|
+
tryUpdate(request: Contracts.ClusterDef, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterDef>>;
|
|
197
|
+
update(request: Contracts.ClusterDef, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef>;
|
|
198
|
+
/** Overwrites the given properties of the existing ClusterDef. */
|
|
199
|
+
tryUpdatePartial(request: Partial<Contracts.ClusterDef>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.ClusterDef>>>;
|
|
200
|
+
updatePartial(request: Partial<Contracts.ClusterDef>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ClusterDef>>;
|
|
201
|
+
/** Saves the input as a new ClusterDef. */
|
|
202
|
+
tryCreate(request: Contracts.ClusterDef, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterDef>>;
|
|
203
|
+
create(request: Contracts.ClusterDef, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef>;
|
|
204
|
+
/** Overwrites the given properties for each existing ClusterDef. */
|
|
205
|
+
tryUpdatePartialMany(request: Array<Contracts.ClusterDef>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.ClusterDef>>>;
|
|
206
|
+
updatePartialMany(request: Array<Contracts.ClusterDef>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ClusterDef>[]>;
|
|
207
|
+
/** Performs the given operation on each existing ClusterDef that satisfies the given criteria. */
|
|
208
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ClusterDef, Contracts.ClusterDefCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterDef>>;
|
|
209
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ClusterDef, Contracts.ClusterDefCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef[]>;
|
|
210
|
+
/** Saves the input as a new ClusterDef, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
211
|
+
tryUpsert(request: Contracts.ClusterDef, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterDef>>;
|
|
212
|
+
upsert(request: Contracts.ClusterDef, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef>;
|
|
213
|
+
/** Saves each given input as a new ClusterDef, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
214
|
+
tryUpsertMany(request: Array<Contracts.ClusterDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterDef>>;
|
|
215
|
+
upsertMany(request: Array<Contracts.ClusterDef>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef[]>;
|
|
216
|
+
}
|
|
217
|
+
export interface IDefaultChildAclCruds {
|
|
218
|
+
/** Retrieves all the existing DefaultChildAcl that satisfy the given criteria. */
|
|
219
|
+
tryReadMany(request: Contracts.DefaultChildAclCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.DefaultChildAcl>>;
|
|
220
|
+
readMany(request: Contracts.DefaultChildAclCriteria, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl[]>;
|
|
221
|
+
/** Performs the given operations on each existing DefaultChildAcl that satisfies the given criteria. */
|
|
222
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.DefaultChildAcl, Contracts.DefaultChildAclCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
223
|
+
patchWhere(request: PatchSpecForMany<Contracts.DefaultChildAcl, Contracts.DefaultChildAclCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl[]>;
|
|
224
|
+
/** Saves each given input as a new DefaultChildAcl. */
|
|
225
|
+
tryCreateMany(request: Array<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
226
|
+
createMany(request: Array<Contracts.DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl[]>;
|
|
227
|
+
/** Overwrites each existing DefaultChildAcl. */
|
|
228
|
+
tryUpdateMany(request: Array<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
229
|
+
updateMany(request: Array<Contracts.DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl[]>;
|
|
230
|
+
/** Deletes the existing DefaultChildAcl. */
|
|
231
|
+
tryDelete(request: IdSpecFor<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
232
|
+
delete(request: IdSpecFor<Contracts.DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl>;
|
|
233
|
+
/** Retrieves the single, uniquely identified DefaultChildAcl. */
|
|
234
|
+
tryRead(request: IdSpecFor<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
235
|
+
read(request: IdSpecFor<Contracts.DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl>;
|
|
236
|
+
/** Performs the given operations on the existing DefaultChildAcl. */
|
|
237
|
+
tryPatch(request: PatchSpecForOne<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
238
|
+
patch(request: PatchSpecForOne<Contracts.DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl>;
|
|
239
|
+
/** Overwrites the existing DefaultChildAcl. */
|
|
240
|
+
tryUpdate(request: Contracts.DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
241
|
+
update(request: Contracts.DefaultChildAcl, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl>;
|
|
242
|
+
/** Overwrites the given properties of the existing DefaultChildAcl. */
|
|
243
|
+
tryUpdatePartial(request: Partial<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.DefaultChildAcl>>>;
|
|
244
|
+
updatePartial(request: Partial<Contracts.DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.DefaultChildAcl>>;
|
|
245
|
+
/** Saves the input as a new DefaultChildAcl. */
|
|
246
|
+
tryCreate(request: Contracts.DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
247
|
+
create(request: Contracts.DefaultChildAcl, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl>;
|
|
248
|
+
/** Overwrites the given properties for each existing DefaultChildAcl. */
|
|
249
|
+
tryUpdatePartialMany(request: Array<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.DefaultChildAcl>>>;
|
|
250
|
+
updatePartialMany(request: Array<Contracts.DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.DefaultChildAcl>[]>;
|
|
251
|
+
/** Performs the given operation on each existing DefaultChildAcl that satisfies the given criteria. */
|
|
252
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.DefaultChildAcl, Contracts.DefaultChildAclCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
253
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.DefaultChildAcl, Contracts.DefaultChildAclCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl[]>;
|
|
254
|
+
/** Saves the input as a new DefaultChildAcl, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
255
|
+
tryUpsert(request: Contracts.DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
256
|
+
upsert(request: Contracts.DefaultChildAcl, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl>;
|
|
257
|
+
/** Saves each given input as a new DefaultChildAcl, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
258
|
+
tryUpsertMany(request: Array<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
259
|
+
upsertMany(request: Array<Contracts.DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl[]>;
|
|
260
|
+
}
|
|
261
|
+
export interface IDeployAttemptCruds {
|
|
262
|
+
/** Deletes each existing DeployAttempt that satisfies the given criteria. */
|
|
263
|
+
tryDeleteWhere(request: Contracts.DeployAttemptCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployAttempt>>;
|
|
264
|
+
deleteWhere(request: Contracts.DeployAttemptCriteria, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt[]>;
|
|
265
|
+
/** Retrieves all the existing DeployAttempt that satisfy the given criteria. */
|
|
266
|
+
tryReadMany(request: Contracts.DeployAttemptCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.DeployAttempt>>;
|
|
267
|
+
readMany(request: Contracts.DeployAttemptCriteria, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt[]>;
|
|
268
|
+
/** Performs the given operations on each existing DeployAttempt that satisfies the given criteria. */
|
|
269
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.DeployAttempt, Contracts.DeployAttemptCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployAttempt>>;
|
|
270
|
+
patchWhere(request: PatchSpecForMany<Contracts.DeployAttempt, Contracts.DeployAttemptCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt[]>;
|
|
271
|
+
/** Saves each given input as a new DeployAttempt. */
|
|
272
|
+
tryCreateMany(request: Array<Contracts.DeployAttempt>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployAttempt>>;
|
|
273
|
+
createMany(request: Array<Contracts.DeployAttempt>, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt[]>;
|
|
274
|
+
/** Overwrites each existing DeployAttempt. */
|
|
275
|
+
tryUpdateMany(request: Array<Contracts.DeployAttempt>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployAttempt>>;
|
|
276
|
+
updateMany(request: Array<Contracts.DeployAttempt>, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt[]>;
|
|
277
|
+
/** Deletes the existing DeployAttempt. */
|
|
278
|
+
tryDelete(request: IdSpecFor<Contracts.DeployAttempt>, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployAttempt>>;
|
|
279
|
+
delete(request: IdSpecFor<Contracts.DeployAttempt>, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt>;
|
|
280
|
+
/** Retrieves the single, uniquely identified DeployAttempt. */
|
|
281
|
+
tryRead(request: IdSpecFor<Contracts.DeployAttempt>, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployAttempt>>;
|
|
282
|
+
read(request: IdSpecFor<Contracts.DeployAttempt>, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt>;
|
|
283
|
+
/** Performs the given operations on the existing DeployAttempt. */
|
|
284
|
+
tryPatch(request: PatchSpecForOne<Contracts.DeployAttempt>, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployAttempt>>;
|
|
285
|
+
patch(request: PatchSpecForOne<Contracts.DeployAttempt>, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt>;
|
|
286
|
+
/** Overwrites the existing DeployAttempt. */
|
|
287
|
+
tryUpdate(request: Contracts.DeployAttempt, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployAttempt>>;
|
|
288
|
+
update(request: Contracts.DeployAttempt, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt>;
|
|
289
|
+
/** Overwrites the given properties of the existing DeployAttempt. */
|
|
290
|
+
tryUpdatePartial(request: Partial<Contracts.DeployAttempt>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.DeployAttempt>>>;
|
|
291
|
+
updatePartial(request: Partial<Contracts.DeployAttempt>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.DeployAttempt>>;
|
|
292
|
+
/** Saves the input as a new DeployAttempt. */
|
|
293
|
+
tryCreate(request: Contracts.DeployAttempt, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployAttempt>>;
|
|
294
|
+
create(request: Contracts.DeployAttempt, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt>;
|
|
295
|
+
/** Overwrites the given properties for each existing DeployAttempt. */
|
|
296
|
+
tryUpdatePartialMany(request: Array<Contracts.DeployAttempt>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.DeployAttempt>>>;
|
|
297
|
+
updatePartialMany(request: Array<Contracts.DeployAttempt>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.DeployAttempt>[]>;
|
|
298
|
+
/** Performs the given operation on each existing DeployAttempt that satisfies the given criteria. */
|
|
299
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.DeployAttempt, Contracts.DeployAttemptCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployAttempt>>;
|
|
300
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.DeployAttempt, Contracts.DeployAttemptCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt[]>;
|
|
301
|
+
/** Saves the input as a new DeployAttempt, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
302
|
+
tryUpsert(request: Contracts.DeployAttempt, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployAttempt>>;
|
|
303
|
+
upsert(request: Contracts.DeployAttempt, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt>;
|
|
304
|
+
/** Saves each given input as a new DeployAttempt, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
305
|
+
tryUpsertMany(request: Array<Contracts.DeployAttempt>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployAttempt>>;
|
|
306
|
+
upsertMany(request: Array<Contracts.DeployAttempt>, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt[]>;
|
|
307
|
+
}
|
|
308
|
+
export interface IDeploymentCruds {
|
|
309
|
+
/** Deletes each existing Deployment that satisfies the given criteria. */
|
|
310
|
+
tryDeleteWhere(request: Contracts.DeploymentCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Deployment>>;
|
|
311
|
+
deleteWhere(request: Contracts.DeploymentCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Deployment[]>;
|
|
312
|
+
/** Retrieves all the existing Deployment that satisfy the given criteria. */
|
|
313
|
+
tryReadMany(request: Contracts.DeploymentCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Deployment>>;
|
|
314
|
+
readMany(request: Contracts.DeploymentCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Deployment[]>;
|
|
315
|
+
/** Performs the given operations on each existing Deployment that satisfies the given criteria. */
|
|
316
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Deployment, Contracts.DeploymentCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Deployment>>;
|
|
317
|
+
patchWhere(request: PatchSpecForMany<Contracts.Deployment, Contracts.DeploymentCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Deployment[]>;
|
|
318
|
+
/** Saves each given input as a new Deployment. */
|
|
319
|
+
tryCreateMany(request: Array<Contracts.Deployment>, options?: IRepoOptions): Promise<BatchResult<Contracts.Deployment>>;
|
|
320
|
+
createMany(request: Array<Contracts.Deployment>, options?: IThrowingRepoOptions): Promise<Contracts.Deployment[]>;
|
|
321
|
+
/** Overwrites each existing Deployment. */
|
|
322
|
+
tryUpdateMany(request: Array<Contracts.Deployment>, options?: IRepoOptions): Promise<BatchResult<Contracts.Deployment>>;
|
|
323
|
+
updateMany(request: Array<Contracts.Deployment>, options?: IThrowingRepoOptions): Promise<Contracts.Deployment[]>;
|
|
324
|
+
/** Deletes the existing Deployment. */
|
|
325
|
+
tryDelete(request: IdSpecFor<Contracts.Deployment>, options?: IRepoOptions): Promise<SingleResult<Contracts.Deployment>>;
|
|
326
|
+
delete(request: IdSpecFor<Contracts.Deployment>, options?: IThrowingRepoOptions): Promise<Contracts.Deployment>;
|
|
327
|
+
/** Retrieves the single, uniquely identified Deployment. */
|
|
328
|
+
tryRead(request: IdSpecFor<Contracts.Deployment>, options?: IRepoOptions): Promise<SingleResult<Contracts.Deployment>>;
|
|
329
|
+
read(request: IdSpecFor<Contracts.Deployment>, options?: IThrowingRepoOptions): Promise<Contracts.Deployment>;
|
|
330
|
+
/** Performs the given operations on the existing Deployment. */
|
|
331
|
+
tryPatch(request: PatchSpecForOne<Contracts.Deployment>, options?: IRepoOptions): Promise<SingleResult<Contracts.Deployment>>;
|
|
332
|
+
patch(request: PatchSpecForOne<Contracts.Deployment>, options?: IThrowingRepoOptions): Promise<Contracts.Deployment>;
|
|
333
|
+
/** Overwrites the existing Deployment. */
|
|
334
|
+
tryUpdate(request: Contracts.Deployment, options?: IRepoOptions): Promise<SingleResult<Contracts.Deployment>>;
|
|
335
|
+
update(request: Contracts.Deployment, options?: IThrowingRepoOptions): Promise<Contracts.Deployment>;
|
|
336
|
+
/** Overwrites the given properties of the existing Deployment. */
|
|
337
|
+
tryUpdatePartial(request: Partial<Contracts.Deployment>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Deployment>>>;
|
|
338
|
+
updatePartial(request: Partial<Contracts.Deployment>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Deployment>>;
|
|
339
|
+
/** Saves the input as a new Deployment. */
|
|
340
|
+
tryCreate(request: Contracts.Deployment, options?: IRepoOptions): Promise<SingleResult<Contracts.Deployment>>;
|
|
341
|
+
create(request: Contracts.Deployment, options?: IThrowingRepoOptions): Promise<Contracts.Deployment>;
|
|
342
|
+
/** Overwrites the given properties for each existing Deployment. */
|
|
343
|
+
tryUpdatePartialMany(request: Array<Contracts.Deployment>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Deployment>>>;
|
|
344
|
+
updatePartialMany(request: Array<Contracts.Deployment>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Deployment>[]>;
|
|
345
|
+
/** Performs the given operation on each existing Deployment that satisfies the given criteria. */
|
|
346
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Deployment, Contracts.DeploymentCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Deployment>>;
|
|
347
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Deployment, Contracts.DeploymentCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Deployment[]>;
|
|
348
|
+
/** Saves the input as a new Deployment, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
349
|
+
tryUpsert(request: Contracts.Deployment, options?: IRepoOptions): Promise<SingleResult<Contracts.Deployment>>;
|
|
350
|
+
upsert(request: Contracts.Deployment, options?: IThrowingRepoOptions): Promise<Contracts.Deployment>;
|
|
351
|
+
/** Saves each given input as a new Deployment, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
352
|
+
tryUpsertMany(request: Array<Contracts.Deployment>, options?: IRepoOptions): Promise<BatchResult<Contracts.Deployment>>;
|
|
353
|
+
upsertMany(request: Array<Contracts.Deployment>, options?: IThrowingRepoOptions): Promise<Contracts.Deployment[]>;
|
|
354
|
+
}
|
|
355
|
+
export interface IEnterpriseRunStateCruds {
|
|
356
|
+
/** Deletes each existing EnterpriseRunState that satisfies the given criteria. */
|
|
357
|
+
tryDeleteWhere(request: Contracts.EnterpriseRunStateCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseRunState>>;
|
|
358
|
+
deleteWhere(request: Contracts.EnterpriseRunStateCriteria, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState[]>;
|
|
359
|
+
/** Retrieves all the existing EnterpriseRunState that satisfy the given criteria. */
|
|
360
|
+
tryReadMany(request: Contracts.EnterpriseRunStateCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.EnterpriseRunState>>;
|
|
361
|
+
readMany(request: Contracts.EnterpriseRunStateCriteria, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState[]>;
|
|
362
|
+
/** Performs the given operations on each existing EnterpriseRunState that satisfies the given criteria. */
|
|
363
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.EnterpriseRunState, Contracts.EnterpriseRunStateCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseRunState>>;
|
|
364
|
+
patchWhere(request: PatchSpecForMany<Contracts.EnterpriseRunState, Contracts.EnterpriseRunStateCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState[]>;
|
|
365
|
+
/** Saves each given input as a new EnterpriseRunState. */
|
|
366
|
+
tryCreateMany(request: Array<Contracts.EnterpriseRunState>, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseRunState>>;
|
|
367
|
+
createMany(request: Array<Contracts.EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState[]>;
|
|
368
|
+
/** Overwrites each existing EnterpriseRunState. */
|
|
369
|
+
tryUpdateMany(request: Array<Contracts.EnterpriseRunState>, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseRunState>>;
|
|
370
|
+
updateMany(request: Array<Contracts.EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState[]>;
|
|
371
|
+
/** Deletes the existing EnterpriseRunState. */
|
|
372
|
+
tryDelete(request: IdSpecFor<Contracts.EnterpriseRunState>, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseRunState>>;
|
|
373
|
+
delete(request: IdSpecFor<Contracts.EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState>;
|
|
374
|
+
/** Retrieves the single, uniquely identified EnterpriseRunState. */
|
|
375
|
+
tryRead(request: IdSpecFor<Contracts.EnterpriseRunState>, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseRunState>>;
|
|
376
|
+
read(request: IdSpecFor<Contracts.EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState>;
|
|
377
|
+
/** Performs the given operations on the existing EnterpriseRunState. */
|
|
378
|
+
tryPatch(request: PatchSpecForOne<Contracts.EnterpriseRunState>, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseRunState>>;
|
|
379
|
+
patch(request: PatchSpecForOne<Contracts.EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState>;
|
|
380
|
+
/** Overwrites the existing EnterpriseRunState. */
|
|
381
|
+
tryUpdate(request: Contracts.EnterpriseRunState, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseRunState>>;
|
|
382
|
+
update(request: Contracts.EnterpriseRunState, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState>;
|
|
383
|
+
/** Overwrites the given properties of the existing EnterpriseRunState. */
|
|
384
|
+
tryUpdatePartial(request: Partial<Contracts.EnterpriseRunState>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.EnterpriseRunState>>>;
|
|
385
|
+
updatePartial(request: Partial<Contracts.EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.EnterpriseRunState>>;
|
|
386
|
+
/** Saves the input as a new EnterpriseRunState. */
|
|
387
|
+
tryCreate(request: Contracts.EnterpriseRunState, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseRunState>>;
|
|
388
|
+
create(request: Contracts.EnterpriseRunState, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState>;
|
|
389
|
+
/** Overwrites the given properties for each existing EnterpriseRunState. */
|
|
390
|
+
tryUpdatePartialMany(request: Array<Contracts.EnterpriseRunState>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.EnterpriseRunState>>>;
|
|
391
|
+
updatePartialMany(request: Array<Contracts.EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.EnterpriseRunState>[]>;
|
|
392
|
+
/** Performs the given operation on each existing EnterpriseRunState that satisfies the given criteria. */
|
|
393
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.EnterpriseRunState, Contracts.EnterpriseRunStateCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseRunState>>;
|
|
394
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.EnterpriseRunState, Contracts.EnterpriseRunStateCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState[]>;
|
|
395
|
+
/** Saves the input as a new EnterpriseRunState, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
396
|
+
tryUpsert(request: Contracts.EnterpriseRunState, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseRunState>>;
|
|
397
|
+
upsert(request: Contracts.EnterpriseRunState, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState>;
|
|
398
|
+
/** Saves each given input as a new EnterpriseRunState, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
399
|
+
tryUpsertMany(request: Array<Contracts.EnterpriseRunState>, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseRunState>>;
|
|
400
|
+
upsertMany(request: Array<Contracts.EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState[]>;
|
|
401
|
+
}
|
|
402
|
+
export interface IEntityAclCruds {
|
|
403
|
+
/** Deletes each existing EntityAcl that satisfies the given criteria. */
|
|
404
|
+
tryDeleteWhere(request: Contracts.EntityAclCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
405
|
+
deleteWhere(request: Contracts.EntityAclCriteria, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl[]>;
|
|
406
|
+
/** Retrieves all the existing EntityAcl that satisfy the given criteria. */
|
|
407
|
+
tryReadMany(request: Contracts.EntityAclCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.EntityAcl>>;
|
|
408
|
+
readMany(request: Contracts.EntityAclCriteria, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl[]>;
|
|
409
|
+
/** Performs the given operations on each existing EntityAcl that satisfies the given criteria. */
|
|
410
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.EntityAcl, Contracts.EntityAclCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
411
|
+
patchWhere(request: PatchSpecForMany<Contracts.EntityAcl, Contracts.EntityAclCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl[]>;
|
|
412
|
+
/** Saves each given input as a new EntityAcl. */
|
|
413
|
+
tryCreateMany(request: Array<Contracts.EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
414
|
+
createMany(request: Array<Contracts.EntityAcl>, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl[]>;
|
|
415
|
+
/** Overwrites each existing EntityAcl. */
|
|
416
|
+
tryUpdateMany(request: Array<Contracts.EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
417
|
+
updateMany(request: Array<Contracts.EntityAcl>, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl[]>;
|
|
418
|
+
/** Deletes the existing EntityAcl. */
|
|
419
|
+
tryDelete(request: IdSpecFor<Contracts.EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
420
|
+
delete(request: IdSpecFor<Contracts.EntityAcl>, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl>;
|
|
421
|
+
/** Retrieves the single, uniquely identified EntityAcl. */
|
|
422
|
+
tryRead(request: IdSpecFor<Contracts.EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
423
|
+
read(request: IdSpecFor<Contracts.EntityAcl>, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl>;
|
|
424
|
+
/** Performs the given operations on the existing EntityAcl. */
|
|
425
|
+
tryPatch(request: PatchSpecForOne<Contracts.EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
426
|
+
patch(request: PatchSpecForOne<Contracts.EntityAcl>, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl>;
|
|
427
|
+
/** Overwrites the existing EntityAcl. */
|
|
428
|
+
tryUpdate(request: Contracts.EntityAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
429
|
+
update(request: Contracts.EntityAcl, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl>;
|
|
430
|
+
/** Overwrites the given properties of the existing EntityAcl. */
|
|
431
|
+
tryUpdatePartial(request: Partial<Contracts.EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.EntityAcl>>>;
|
|
432
|
+
updatePartial(request: Partial<Contracts.EntityAcl>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.EntityAcl>>;
|
|
433
|
+
/** Saves the input as a new EntityAcl. */
|
|
434
|
+
tryCreate(request: Contracts.EntityAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
435
|
+
create(request: Contracts.EntityAcl, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl>;
|
|
436
|
+
/** Overwrites the given properties for each existing EntityAcl. */
|
|
437
|
+
tryUpdatePartialMany(request: Array<Contracts.EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.EntityAcl>>>;
|
|
438
|
+
updatePartialMany(request: Array<Contracts.EntityAcl>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.EntityAcl>[]>;
|
|
439
|
+
/** Performs the given operation on each existing EntityAcl that satisfies the given criteria. */
|
|
440
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.EntityAcl, Contracts.EntityAclCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
441
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.EntityAcl, Contracts.EntityAclCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl[]>;
|
|
442
|
+
/** Saves the input as a new EntityAcl, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
443
|
+
tryUpsert(request: Contracts.EntityAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
444
|
+
upsert(request: Contracts.EntityAcl, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl>;
|
|
445
|
+
/** Saves each given input as a new EntityAcl, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
446
|
+
tryUpsertMany(request: Array<Contracts.EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
447
|
+
upsertMany(request: Array<Contracts.EntityAcl>, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl[]>;
|
|
448
|
+
}
|
|
449
|
+
export interface IEnvironmentCruds {
|
|
450
|
+
/** Deletes each existing Environment that satisfies the given criteria. */
|
|
451
|
+
tryDeleteWhere(request: Contracts.EnvironmentCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Environment>>;
|
|
452
|
+
deleteWhere(request: Contracts.EnvironmentCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Environment[]>;
|
|
453
|
+
/** Retrieves all the existing Environment that satisfy the given criteria. */
|
|
454
|
+
tryReadMany(request: Contracts.EnvironmentCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Environment>>;
|
|
455
|
+
readMany(request: Contracts.EnvironmentCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Environment[]>;
|
|
456
|
+
/** Performs the given operations on each existing Environment that satisfies the given criteria. */
|
|
457
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Environment, Contracts.EnvironmentCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Environment>>;
|
|
458
|
+
patchWhere(request: PatchSpecForMany<Contracts.Environment, Contracts.EnvironmentCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Environment[]>;
|
|
459
|
+
/** Saves each given input as a new Environment. */
|
|
460
|
+
tryCreateMany(request: Array<Contracts.Environment>, options?: IRepoOptions): Promise<BatchResult<Contracts.Environment>>;
|
|
461
|
+
createMany(request: Array<Contracts.Environment>, options?: IThrowingRepoOptions): Promise<Contracts.Environment[]>;
|
|
462
|
+
/** Overwrites each existing Environment. */
|
|
463
|
+
tryUpdateMany(request: Array<Contracts.Environment>, options?: IRepoOptions): Promise<BatchResult<Contracts.Environment>>;
|
|
464
|
+
updateMany(request: Array<Contracts.Environment>, options?: IThrowingRepoOptions): Promise<Contracts.Environment[]>;
|
|
465
|
+
/** Deletes the existing Environment. */
|
|
466
|
+
tryDelete(request: IdSpecFor<Contracts.Environment>, options?: IRepoOptions): Promise<SingleResult<Contracts.Environment>>;
|
|
467
|
+
delete(request: IdSpecFor<Contracts.Environment>, options?: IThrowingRepoOptions): Promise<Contracts.Environment>;
|
|
468
|
+
/** Retrieves the single, uniquely identified Environment. */
|
|
469
|
+
tryRead(request: IdSpecFor<Contracts.Environment>, options?: IRepoOptions): Promise<SingleResult<Contracts.Environment>>;
|
|
470
|
+
read(request: IdSpecFor<Contracts.Environment>, options?: IThrowingRepoOptions): Promise<Contracts.Environment>;
|
|
471
|
+
/** Performs the given operations on the existing Environment. */
|
|
472
|
+
tryPatch(request: PatchSpecForOne<Contracts.Environment>, options?: IRepoOptions): Promise<SingleResult<Contracts.Environment>>;
|
|
473
|
+
patch(request: PatchSpecForOne<Contracts.Environment>, options?: IThrowingRepoOptions): Promise<Contracts.Environment>;
|
|
474
|
+
/** Overwrites the existing Environment. */
|
|
475
|
+
tryUpdate(request: Contracts.Environment, options?: IRepoOptions): Promise<SingleResult<Contracts.Environment>>;
|
|
476
|
+
update(request: Contracts.Environment, options?: IThrowingRepoOptions): Promise<Contracts.Environment>;
|
|
477
|
+
/** Overwrites the given properties of the existing Environment. */
|
|
478
|
+
tryUpdatePartial(request: Partial<Contracts.Environment>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Environment>>>;
|
|
479
|
+
updatePartial(request: Partial<Contracts.Environment>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Environment>>;
|
|
480
|
+
/** Saves the input as a new Environment. */
|
|
481
|
+
tryCreate(request: Contracts.Environment, options?: IRepoOptions): Promise<SingleResult<Contracts.Environment>>;
|
|
482
|
+
create(request: Contracts.Environment, options?: IThrowingRepoOptions): Promise<Contracts.Environment>;
|
|
483
|
+
/** Overwrites the given properties for each existing Environment. */
|
|
484
|
+
tryUpdatePartialMany(request: Array<Contracts.Environment>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Environment>>>;
|
|
485
|
+
updatePartialMany(request: Array<Contracts.Environment>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Environment>[]>;
|
|
486
|
+
/** Performs the given operation on each existing Environment that satisfies the given criteria. */
|
|
487
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Environment, Contracts.EnvironmentCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Environment>>;
|
|
488
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Environment, Contracts.EnvironmentCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Environment[]>;
|
|
489
|
+
/** Saves the input as a new Environment, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
490
|
+
tryUpsert(request: Contracts.Environment, options?: IRepoOptions): Promise<SingleResult<Contracts.Environment>>;
|
|
491
|
+
upsert(request: Contracts.Environment, options?: IThrowingRepoOptions): Promise<Contracts.Environment>;
|
|
492
|
+
/** Saves each given input as a new Environment, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
493
|
+
tryUpsertMany(request: Array<Contracts.Environment>, options?: IRepoOptions): Promise<BatchResult<Contracts.Environment>>;
|
|
494
|
+
upsertMany(request: Array<Contracts.Environment>, options?: IThrowingRepoOptions): Promise<Contracts.Environment[]>;
|
|
495
|
+
}
|
|
496
|
+
export interface IFileStoreDefCruds {
|
|
497
|
+
/** Deletes each existing FileStoreDef that satisfies the given criteria. */
|
|
498
|
+
tryDeleteWhere(request: Contracts.FileStoreDefCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.FileStoreDef>>;
|
|
499
|
+
deleteWhere(request: Contracts.FileStoreDefCriteria, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef[]>;
|
|
500
|
+
/** Retrieves all the existing FileStoreDef that satisfy the given criteria. */
|
|
501
|
+
tryReadMany(request: Contracts.FileStoreDefCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.FileStoreDef>>;
|
|
502
|
+
readMany(request: Contracts.FileStoreDefCriteria, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef[]>;
|
|
503
|
+
/** Performs the given operations on each existing FileStoreDef that satisfies the given criteria. */
|
|
504
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.FileStoreDef, Contracts.FileStoreDefCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.FileStoreDef>>;
|
|
505
|
+
patchWhere(request: PatchSpecForMany<Contracts.FileStoreDef, Contracts.FileStoreDefCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef[]>;
|
|
506
|
+
/** Saves each given input as a new FileStoreDef. */
|
|
507
|
+
tryCreateMany(request: Array<Contracts.FileStoreDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.FileStoreDef>>;
|
|
508
|
+
createMany(request: Array<Contracts.FileStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef[]>;
|
|
509
|
+
/** Overwrites each existing FileStoreDef. */
|
|
510
|
+
tryUpdateMany(request: Array<Contracts.FileStoreDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.FileStoreDef>>;
|
|
511
|
+
updateMany(request: Array<Contracts.FileStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef[]>;
|
|
512
|
+
/** Deletes the existing FileStoreDef. */
|
|
513
|
+
tryDelete(request: IdSpecFor<Contracts.FileStoreDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.FileStoreDef>>;
|
|
514
|
+
delete(request: IdSpecFor<Contracts.FileStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef>;
|
|
515
|
+
/** Retrieves the single, uniquely identified FileStoreDef. */
|
|
516
|
+
tryRead(request: IdSpecFor<Contracts.FileStoreDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.FileStoreDef>>;
|
|
517
|
+
read(request: IdSpecFor<Contracts.FileStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef>;
|
|
518
|
+
/** Performs the given operations on the existing FileStoreDef. */
|
|
519
|
+
tryPatch(request: PatchSpecForOne<Contracts.FileStoreDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.FileStoreDef>>;
|
|
520
|
+
patch(request: PatchSpecForOne<Contracts.FileStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef>;
|
|
521
|
+
/** Overwrites the existing FileStoreDef. */
|
|
522
|
+
tryUpdate(request: Contracts.FileStoreDef, options?: IRepoOptions): Promise<SingleResult<Contracts.FileStoreDef>>;
|
|
523
|
+
update(request: Contracts.FileStoreDef, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef>;
|
|
524
|
+
/** Overwrites the given properties of the existing FileStoreDef. */
|
|
525
|
+
tryUpdatePartial(request: Partial<Contracts.FileStoreDef>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.FileStoreDef>>>;
|
|
526
|
+
updatePartial(request: Partial<Contracts.FileStoreDef>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.FileStoreDef>>;
|
|
527
|
+
/** Saves the input as a new FileStoreDef. */
|
|
528
|
+
tryCreate(request: Contracts.FileStoreDef, options?: IRepoOptions): Promise<SingleResult<Contracts.FileStoreDef>>;
|
|
529
|
+
create(request: Contracts.FileStoreDef, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef>;
|
|
530
|
+
/** Overwrites the given properties for each existing FileStoreDef. */
|
|
531
|
+
tryUpdatePartialMany(request: Array<Contracts.FileStoreDef>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.FileStoreDef>>>;
|
|
532
|
+
updatePartialMany(request: Array<Contracts.FileStoreDef>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.FileStoreDef>[]>;
|
|
533
|
+
/** Performs the given operation on each existing FileStoreDef that satisfies the given criteria. */
|
|
534
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.FileStoreDef, Contracts.FileStoreDefCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.FileStoreDef>>;
|
|
535
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.FileStoreDef, Contracts.FileStoreDefCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef[]>;
|
|
536
|
+
/** Saves the input as a new FileStoreDef, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
537
|
+
tryUpsert(request: Contracts.FileStoreDef, options?: IRepoOptions): Promise<SingleResult<Contracts.FileStoreDef>>;
|
|
538
|
+
upsert(request: Contracts.FileStoreDef, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef>;
|
|
539
|
+
/** Saves each given input as a new FileStoreDef, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
540
|
+
tryUpsertMany(request: Array<Contracts.FileStoreDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.FileStoreDef>>;
|
|
541
|
+
upsertMany(request: Array<Contracts.FileStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef[]>;
|
|
542
|
+
}
|
|
543
|
+
export interface IScopedHostNameConfigCruds {
|
|
544
|
+
/** Deletes each existing ScopedHostNameConfig that satisfies the given criteria. */
|
|
545
|
+
tryDeleteWhere(request: Contracts.ScopedHostNameConfigCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedHostNameConfig>>;
|
|
546
|
+
deleteWhere(request: Contracts.ScopedHostNameConfigCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig[]>;
|
|
547
|
+
/** Retrieves all the existing ScopedHostNameConfig that satisfy the given criteria. */
|
|
548
|
+
tryReadMany(request: Contracts.ScopedHostNameConfigCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ScopedHostNameConfig>>;
|
|
549
|
+
readMany(request: Contracts.ScopedHostNameConfigCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig[]>;
|
|
550
|
+
/** Performs the given operations on each existing ScopedHostNameConfig that satisfies the given criteria. */
|
|
551
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.ScopedHostNameConfig, Contracts.ScopedHostNameConfigCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedHostNameConfig>>;
|
|
552
|
+
patchWhere(request: PatchSpecForMany<Contracts.ScopedHostNameConfig, Contracts.ScopedHostNameConfigCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig[]>;
|
|
553
|
+
/** Saves each given input as a new ScopedHostNameConfig. */
|
|
554
|
+
tryCreateMany(request: Array<Contracts.ScopedHostNameConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedHostNameConfig>>;
|
|
555
|
+
createMany(request: Array<Contracts.ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig[]>;
|
|
556
|
+
/** Overwrites each existing ScopedHostNameConfig. */
|
|
557
|
+
tryUpdateMany(request: Array<Contracts.ScopedHostNameConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedHostNameConfig>>;
|
|
558
|
+
updateMany(request: Array<Contracts.ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig[]>;
|
|
559
|
+
/** Deletes the existing ScopedHostNameConfig. */
|
|
560
|
+
tryDelete(request: IdSpecFor<Contracts.ScopedHostNameConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedHostNameConfig>>;
|
|
561
|
+
delete(request: IdSpecFor<Contracts.ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig>;
|
|
562
|
+
/** Retrieves the single, uniquely identified ScopedHostNameConfig. */
|
|
563
|
+
tryRead(request: IdSpecFor<Contracts.ScopedHostNameConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedHostNameConfig>>;
|
|
564
|
+
read(request: IdSpecFor<Contracts.ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig>;
|
|
565
|
+
/** Performs the given operations on the existing ScopedHostNameConfig. */
|
|
566
|
+
tryPatch(request: PatchSpecForOne<Contracts.ScopedHostNameConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedHostNameConfig>>;
|
|
567
|
+
patch(request: PatchSpecForOne<Contracts.ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig>;
|
|
568
|
+
/** Overwrites the existing ScopedHostNameConfig. */
|
|
569
|
+
tryUpdate(request: Contracts.ScopedHostNameConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedHostNameConfig>>;
|
|
570
|
+
update(request: Contracts.ScopedHostNameConfig, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig>;
|
|
571
|
+
/** Overwrites the given properties of the existing ScopedHostNameConfig. */
|
|
572
|
+
tryUpdatePartial(request: Partial<Contracts.ScopedHostNameConfig>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.ScopedHostNameConfig>>>;
|
|
573
|
+
updatePartial(request: Partial<Contracts.ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ScopedHostNameConfig>>;
|
|
574
|
+
/** Saves the input as a new ScopedHostNameConfig. */
|
|
575
|
+
tryCreate(request: Contracts.ScopedHostNameConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedHostNameConfig>>;
|
|
576
|
+
create(request: Contracts.ScopedHostNameConfig, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig>;
|
|
577
|
+
/** Overwrites the given properties for each existing ScopedHostNameConfig. */
|
|
578
|
+
tryUpdatePartialMany(request: Array<Contracts.ScopedHostNameConfig>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.ScopedHostNameConfig>>>;
|
|
579
|
+
updatePartialMany(request: Array<Contracts.ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ScopedHostNameConfig>[]>;
|
|
580
|
+
/** Performs the given operation on each existing ScopedHostNameConfig that satisfies the given criteria. */
|
|
581
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ScopedHostNameConfig, Contracts.ScopedHostNameConfigCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedHostNameConfig>>;
|
|
582
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ScopedHostNameConfig, Contracts.ScopedHostNameConfigCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig[]>;
|
|
583
|
+
/** Saves the input as a new ScopedHostNameConfig, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
584
|
+
tryUpsert(request: Contracts.ScopedHostNameConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedHostNameConfig>>;
|
|
585
|
+
upsert(request: Contracts.ScopedHostNameConfig, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig>;
|
|
586
|
+
/** Saves each given input as a new ScopedHostNameConfig, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
587
|
+
tryUpsertMany(request: Array<Contracts.ScopedHostNameConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedHostNameConfig>>;
|
|
588
|
+
upsertMany(request: Array<Contracts.ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig[]>;
|
|
589
|
+
}
|
|
590
|
+
export interface IScopedSettingCruds {
|
|
591
|
+
/** Deletes each existing ScopedSetting that satisfies the given criteria. */
|
|
592
|
+
tryDeleteWhere(request: Contracts.ScopedSettingCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedSetting>>;
|
|
593
|
+
deleteWhere(request: Contracts.ScopedSettingCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting[]>;
|
|
594
|
+
/** Retrieves all the existing ScopedSetting that satisfy the given criteria. */
|
|
595
|
+
tryReadMany(request: Contracts.ScopedSettingCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ScopedSetting>>;
|
|
596
|
+
readMany(request: Contracts.ScopedSettingCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting[]>;
|
|
597
|
+
/** Performs the given operations on each existing ScopedSetting that satisfies the given criteria. */
|
|
598
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.ScopedSetting, Contracts.ScopedSettingCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedSetting>>;
|
|
599
|
+
patchWhere(request: PatchSpecForMany<Contracts.ScopedSetting, Contracts.ScopedSettingCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting[]>;
|
|
600
|
+
/** Saves each given input as a new ScopedSetting. */
|
|
601
|
+
tryCreateMany(request: Array<Contracts.ScopedSetting>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedSetting>>;
|
|
602
|
+
createMany(request: Array<Contracts.ScopedSetting>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting[]>;
|
|
603
|
+
/** Overwrites each existing ScopedSetting. */
|
|
604
|
+
tryUpdateMany(request: Array<Contracts.ScopedSetting>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedSetting>>;
|
|
605
|
+
updateMany(request: Array<Contracts.ScopedSetting>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting[]>;
|
|
606
|
+
/** Deletes the existing ScopedSetting. */
|
|
607
|
+
tryDelete(request: IdSpecFor<Contracts.ScopedSetting>, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedSetting>>;
|
|
608
|
+
delete(request: IdSpecFor<Contracts.ScopedSetting>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting>;
|
|
609
|
+
/** Retrieves the single, uniquely identified ScopedSetting. */
|
|
610
|
+
tryRead(request: IdSpecFor<Contracts.ScopedSetting>, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedSetting>>;
|
|
611
|
+
read(request: IdSpecFor<Contracts.ScopedSetting>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting>;
|
|
612
|
+
/** Performs the given operations on the existing ScopedSetting. */
|
|
613
|
+
tryPatch(request: PatchSpecForOne<Contracts.ScopedSetting>, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedSetting>>;
|
|
614
|
+
patch(request: PatchSpecForOne<Contracts.ScopedSetting>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting>;
|
|
615
|
+
/** Overwrites the existing ScopedSetting. */
|
|
616
|
+
tryUpdate(request: Contracts.ScopedSetting, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedSetting>>;
|
|
617
|
+
update(request: Contracts.ScopedSetting, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting>;
|
|
618
|
+
/** Overwrites the given properties of the existing ScopedSetting. */
|
|
619
|
+
tryUpdatePartial(request: Partial<Contracts.ScopedSetting>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.ScopedSetting>>>;
|
|
620
|
+
updatePartial(request: Partial<Contracts.ScopedSetting>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ScopedSetting>>;
|
|
621
|
+
/** Saves the input as a new ScopedSetting. */
|
|
622
|
+
tryCreate(request: Contracts.ScopedSetting, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedSetting>>;
|
|
623
|
+
create(request: Contracts.ScopedSetting, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting>;
|
|
624
|
+
/** Overwrites the given properties for each existing ScopedSetting. */
|
|
625
|
+
tryUpdatePartialMany(request: Array<Contracts.ScopedSetting>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.ScopedSetting>>>;
|
|
626
|
+
updatePartialMany(request: Array<Contracts.ScopedSetting>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ScopedSetting>[]>;
|
|
627
|
+
/** Performs the given operation on each existing ScopedSetting that satisfies the given criteria. */
|
|
628
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ScopedSetting, Contracts.ScopedSettingCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedSetting>>;
|
|
629
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ScopedSetting, Contracts.ScopedSettingCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting[]>;
|
|
630
|
+
/** Saves the input as a new ScopedSetting, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
631
|
+
tryUpsert(request: Contracts.ScopedSetting, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedSetting>>;
|
|
632
|
+
upsert(request: Contracts.ScopedSetting, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting>;
|
|
633
|
+
/** Saves each given input as a new ScopedSetting, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
634
|
+
tryUpsertMany(request: Array<Contracts.ScopedSetting>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedSetting>>;
|
|
635
|
+
upsertMany(request: Array<Contracts.ScopedSetting>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting[]>;
|
|
636
|
+
}
|
|
637
|
+
export interface ISetupJournalCruds {
|
|
638
|
+
/** Deletes each existing SetupJournal that satisfies the given criteria. */
|
|
639
|
+
tryDeleteWhere(request: Contracts.SetupJournalCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.SetupJournal>>;
|
|
640
|
+
deleteWhere(request: Contracts.SetupJournalCriteria, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal[]>;
|
|
641
|
+
/** Retrieves all the existing SetupJournal that satisfy the given criteria. */
|
|
642
|
+
tryReadMany(request: Contracts.SetupJournalCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.SetupJournal>>;
|
|
643
|
+
readMany(request: Contracts.SetupJournalCriteria, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal[]>;
|
|
644
|
+
/** Performs the given operations on each existing SetupJournal that satisfies the given criteria. */
|
|
645
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.SetupJournal, Contracts.SetupJournalCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.SetupJournal>>;
|
|
646
|
+
patchWhere(request: PatchSpecForMany<Contracts.SetupJournal, Contracts.SetupJournalCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal[]>;
|
|
647
|
+
/** Saves each given input as a new SetupJournal. */
|
|
648
|
+
tryCreateMany(request: Array<Contracts.SetupJournal>, options?: IRepoOptions): Promise<BatchResult<Contracts.SetupJournal>>;
|
|
649
|
+
createMany(request: Array<Contracts.SetupJournal>, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal[]>;
|
|
650
|
+
/** Overwrites each existing SetupJournal. */
|
|
651
|
+
tryUpdateMany(request: Array<Contracts.SetupJournal>, options?: IRepoOptions): Promise<BatchResult<Contracts.SetupJournal>>;
|
|
652
|
+
updateMany(request: Array<Contracts.SetupJournal>, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal[]>;
|
|
653
|
+
/** Deletes the existing SetupJournal. */
|
|
654
|
+
tryDelete(request: IdSpecFor<Contracts.SetupJournal>, options?: IRepoOptions): Promise<SingleResult<Contracts.SetupJournal>>;
|
|
655
|
+
delete(request: IdSpecFor<Contracts.SetupJournal>, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal>;
|
|
656
|
+
/** Retrieves the single, uniquely identified SetupJournal. */
|
|
657
|
+
tryRead(request: IdSpecFor<Contracts.SetupJournal>, options?: IRepoOptions): Promise<SingleResult<Contracts.SetupJournal>>;
|
|
658
|
+
read(request: IdSpecFor<Contracts.SetupJournal>, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal>;
|
|
659
|
+
/** Performs the given operations on the existing SetupJournal. */
|
|
660
|
+
tryPatch(request: PatchSpecForOne<Contracts.SetupJournal>, options?: IRepoOptions): Promise<SingleResult<Contracts.SetupJournal>>;
|
|
661
|
+
patch(request: PatchSpecForOne<Contracts.SetupJournal>, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal>;
|
|
662
|
+
/** Overwrites the existing SetupJournal. */
|
|
663
|
+
tryUpdate(request: Contracts.SetupJournal, options?: IRepoOptions): Promise<SingleResult<Contracts.SetupJournal>>;
|
|
664
|
+
update(request: Contracts.SetupJournal, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal>;
|
|
665
|
+
/** Overwrites the given properties of the existing SetupJournal. */
|
|
666
|
+
tryUpdatePartial(request: Partial<Contracts.SetupJournal>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.SetupJournal>>>;
|
|
667
|
+
updatePartial(request: Partial<Contracts.SetupJournal>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.SetupJournal>>;
|
|
668
|
+
/** Saves the input as a new SetupJournal. */
|
|
669
|
+
tryCreate(request: Contracts.SetupJournal, options?: IRepoOptions): Promise<SingleResult<Contracts.SetupJournal>>;
|
|
670
|
+
create(request: Contracts.SetupJournal, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal>;
|
|
671
|
+
/** Overwrites the given properties for each existing SetupJournal. */
|
|
672
|
+
tryUpdatePartialMany(request: Array<Contracts.SetupJournal>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.SetupJournal>>>;
|
|
673
|
+
updatePartialMany(request: Array<Contracts.SetupJournal>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.SetupJournal>[]>;
|
|
674
|
+
/** Performs the given operation on each existing SetupJournal that satisfies the given criteria. */
|
|
675
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.SetupJournal, Contracts.SetupJournalCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.SetupJournal>>;
|
|
676
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.SetupJournal, Contracts.SetupJournalCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal[]>;
|
|
677
|
+
/** Saves the input as a new SetupJournal, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
678
|
+
tryUpsert(request: Contracts.SetupJournal, options?: IRepoOptions): Promise<SingleResult<Contracts.SetupJournal>>;
|
|
679
|
+
upsert(request: Contracts.SetupJournal, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal>;
|
|
680
|
+
/** Saves each given input as a new SetupJournal, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
681
|
+
tryUpsertMany(request: Array<Contracts.SetupJournal>, options?: IRepoOptions): Promise<BatchResult<Contracts.SetupJournal>>;
|
|
682
|
+
upsertMany(request: Array<Contracts.SetupJournal>, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal[]>;
|
|
683
|
+
}
|
|
684
|
+
export interface IZombiePeriodCruds {
|
|
685
|
+
/** Deletes each existing ZombiePeriod that satisfies the given criteria. */
|
|
686
|
+
tryDeleteWhere(request: Contracts.ZombiePeriodCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.ZombiePeriod>>;
|
|
687
|
+
deleteWhere(request: Contracts.ZombiePeriodCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod[]>;
|
|
688
|
+
/** Retrieves all the existing ZombiePeriod that satisfy the given criteria. */
|
|
689
|
+
tryReadMany(request: Contracts.ZombiePeriodCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ZombiePeriod>>;
|
|
690
|
+
readMany(request: Contracts.ZombiePeriodCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod[]>;
|
|
691
|
+
/** Performs the given operations on each existing ZombiePeriod that satisfies the given criteria. */
|
|
692
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.ZombiePeriod, Contracts.ZombiePeriodCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ZombiePeriod>>;
|
|
693
|
+
patchWhere(request: PatchSpecForMany<Contracts.ZombiePeriod, Contracts.ZombiePeriodCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod[]>;
|
|
694
|
+
/** Saves each given input as a new ZombiePeriod. */
|
|
695
|
+
tryCreateMany(request: Array<Contracts.ZombiePeriod>, options?: IRepoOptions): Promise<BatchResult<Contracts.ZombiePeriod>>;
|
|
696
|
+
createMany(request: Array<Contracts.ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod[]>;
|
|
697
|
+
/** Overwrites each existing ZombiePeriod. */
|
|
698
|
+
tryUpdateMany(request: Array<Contracts.ZombiePeriod>, options?: IRepoOptions): Promise<BatchResult<Contracts.ZombiePeriod>>;
|
|
699
|
+
updateMany(request: Array<Contracts.ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod[]>;
|
|
700
|
+
/** Deletes the existing ZombiePeriod. */
|
|
701
|
+
tryDelete(request: IdSpecFor<Contracts.ZombiePeriod>, options?: IRepoOptions): Promise<SingleResult<Contracts.ZombiePeriod>>;
|
|
702
|
+
delete(request: IdSpecFor<Contracts.ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod>;
|
|
703
|
+
/** Retrieves the single, uniquely identified ZombiePeriod. */
|
|
704
|
+
tryRead(request: IdSpecFor<Contracts.ZombiePeriod>, options?: IRepoOptions): Promise<SingleResult<Contracts.ZombiePeriod>>;
|
|
705
|
+
read(request: IdSpecFor<Contracts.ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod>;
|
|
706
|
+
/** Performs the given operations on the existing ZombiePeriod. */
|
|
707
|
+
tryPatch(request: PatchSpecForOne<Contracts.ZombiePeriod>, options?: IRepoOptions): Promise<SingleResult<Contracts.ZombiePeriod>>;
|
|
708
|
+
patch(request: PatchSpecForOne<Contracts.ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod>;
|
|
709
|
+
/** Overwrites the existing ZombiePeriod. */
|
|
710
|
+
tryUpdate(request: Contracts.ZombiePeriod, options?: IRepoOptions): Promise<SingleResult<Contracts.ZombiePeriod>>;
|
|
711
|
+
update(request: Contracts.ZombiePeriod, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod>;
|
|
712
|
+
/** Overwrites the given properties of the existing ZombiePeriod. */
|
|
713
|
+
tryUpdatePartial(request: Partial<Contracts.ZombiePeriod>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.ZombiePeriod>>>;
|
|
714
|
+
updatePartial(request: Partial<Contracts.ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ZombiePeriod>>;
|
|
715
|
+
/** Saves the input as a new ZombiePeriod. */
|
|
716
|
+
tryCreate(request: Contracts.ZombiePeriod, options?: IRepoOptions): Promise<SingleResult<Contracts.ZombiePeriod>>;
|
|
717
|
+
create(request: Contracts.ZombiePeriod, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod>;
|
|
718
|
+
/** Overwrites the given properties for each existing ZombiePeriod. */
|
|
719
|
+
tryUpdatePartialMany(request: Array<Contracts.ZombiePeriod>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.ZombiePeriod>>>;
|
|
720
|
+
updatePartialMany(request: Array<Contracts.ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ZombiePeriod>[]>;
|
|
721
|
+
/** Performs the given operation on each existing ZombiePeriod that satisfies the given criteria. */
|
|
722
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ZombiePeriod, Contracts.ZombiePeriodCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ZombiePeriod>>;
|
|
723
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ZombiePeriod, Contracts.ZombiePeriodCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod[]>;
|
|
724
|
+
/** Saves the input as a new ZombiePeriod, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
725
|
+
tryUpsert(request: Contracts.ZombiePeriod, options?: IRepoOptions): Promise<SingleResult<Contracts.ZombiePeriod>>;
|
|
726
|
+
upsert(request: Contracts.ZombiePeriod, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod>;
|
|
727
|
+
/** Saves each given input as a new ZombiePeriod, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
|
|
728
|
+
tryUpsertMany(request: Array<Contracts.ZombiePeriod>, options?: IRepoOptions): Promise<BatchResult<Contracts.ZombiePeriod>>;
|
|
729
|
+
upsertMany(request: Array<Contracts.ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod[]>;
|
|
730
|
+
}
|
|
731
|
+
export interface IOtherOperations {
|
|
732
|
+
/** Includes the given cluster within the given environment. */
|
|
733
|
+
EnvironmentClusterAttach(request: Contracts.ClusterAttachRequest, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Environment>>>;
|
|
734
|
+
/** Removes the linkage between the given environment and the given cluster. */
|
|
735
|
+
EnvironmentClusterDetach(request: Contracts.ClusterDetachRequest, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Environment>>>;
|
|
736
|
+
/** Retrieves all versions for the given asset/image both from the image registry and the asset version history. */
|
|
737
|
+
FetchAssetVersions(request: Contracts.FetchAssetVersionsRequest, options?: IRepoOptions): Promise<ListResult<string>>;
|
|
738
|
+
/** Retrieves the list of cloud providers with secret stores support. */
|
|
739
|
+
GetAllSecretProviders(request: Contracts.GetAllSecretProvidersRequest, options?: IRepoOptions): Promise<ListResult<Contracts.CloudProviderEnum>>;
|
|
740
|
+
/** Retrieves lightly loaded cabinets (from RootMap) matching the given criteria. */
|
|
741
|
+
GetCabinets(request: Contracts.CabinetSelector, options?: IRepoOptions): Promise<ListResult<Contracts.CabinetClusterRoot>>;
|
|
742
|
+
/** Retrieves a list of kubernetes clusters that currently exist in a cloud subscription. */
|
|
743
|
+
GetExistingCspClusters(request: Contracts.GetExistingCspClustersRequest, options?: IRepoOptions): Promise<ListResult<Contracts.Cluster>>;
|
|
744
|
+
/** Retrieves list of references to captured file stores. */
|
|
745
|
+
GetFileStores(request: Contracts.GetFileStoresRequest, options?: IRepoOptions): Promise<ListResult<Contracts.FileStoreDef>>;
|
|
746
|
+
/** REtrieves the final configuration file contents for the given cabinet */
|
|
747
|
+
GetRenderedCabinetConfig(request: Contracts.GetRenderedCabinetConfigRequest, options?: IRepoOptions): Promise<SingleResult<string>>;
|
|
748
|
+
/** Retrieves a list of currently captured secret stores. */
|
|
749
|
+
GetSecretStores(request: Contracts.GetSecretStoresRequest, options?: IRepoOptions): Promise<ListResult<Contracts.SecretStore>>;
|
|
750
|
+
GetStorageAccountKeys(request: Contracts.GetStorageAccountKeysRequest, options?: IRepoOptions): Promise<ListResult<Contracts.StorageAccountKey>>;
|
|
751
|
+
/** Retrieves list of references to cloud file storage accounts. */
|
|
752
|
+
GetStorageAccounts(request: Contracts.GetStorageAccountRequest, options?: IRepoOptions): Promise<ListResult<Contracts.StorageAccount>>;
|
|
753
|
+
/** Uploads the contents of a config file and converts it to ScopedSettings */
|
|
754
|
+
ImportConfig(request: Contracts.ImportConfigRequest, options?: IRepoOptions): Promise<Contracts.Result>;
|
|
755
|
+
/** Bring me a valid token and I'll register with the websocket svc bus and listen to messages. */
|
|
756
|
+
activateBusListener(request: Contracts.ActivateBusListenerRequest, options?: IRepoOptions): Promise<Contracts.Result>;
|
|
757
|
+
/** Provides an asset-level snapshot of the status of the instances and versions of the given asset. */
|
|
758
|
+
assetStatus(request: Contracts.AssetStatusRequest, options?: IRepoOptions): Promise<BatchResult<Contracts.AssetStatus>>;
|
|
759
|
+
/** Shows the cabinets to which the given asset is currently deployed and which version is where. */
|
|
760
|
+
assetWhere(request: Contracts.AssetWhereRequest, options?: IRepoOptions): Promise<ListResult<Contracts.CabinetAssetVersion>>;
|
|
761
|
+
/** Creates a new record in Codiac for a cluster that already physically exists in a cloud subscription. */
|
|
762
|
+
clusterCapture(request: Contracts.ExecuteClusterInitRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterDef>>;
|
|
763
|
+
clusterCreateAsync(request: Contracts.CreateClusterRequestAsync, options?: IRepoOptions): Promise<SingleResult<Contracts.CreateClusterAck>>;
|
|
764
|
+
clusterDeinit(request: Contracts.ExecuteClusterIngressDeleteRequest, options?: IRepoOptions): Promise<Contracts.ExecuteClusterIngressDeleteResponse>;
|
|
765
|
+
clusterInit(request: Contracts.ExecuteClusterInitRequestAsync, options?: IRepoOptions): Promise<Contracts.ExecuteClusterInitResponse>;
|
|
766
|
+
/** Authenticates with the given cloud service provider using the given credentials or, if none provided, using the credentials cached for the given csp. */
|
|
767
|
+
csp_login(request: Contracts.LogintoCloudProviderRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.CspTokenAndUserMeta>>;
|
|
768
|
+
/** Target for the OAuth 2.0 Authorization Code Flow redirect. Receives the authorization code, converts it to a token and passes the token down to the calling application (via websocket backchannel specified in the message state). */
|
|
769
|
+
csp_login_auth_code_catcher(request: Contracts.CspLoginAuthCodeCatcherRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.CspLoginAuthCodeCatcherResponse>>;
|
|
770
|
+
/** Invokes the OAuth 2.0 interactive login sequence for the given cloud service provider. */
|
|
771
|
+
csp_login_interactive(request: Contracts.CspLoginInteractiveRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.CspLoginInteractiveResponse>>;
|
|
772
|
+
/** Target for the OAuth 2.0 sign-out redirect. Purges any existing tokens for the given csp and notifies the calling application (via websocket backchannel specified in the message). */
|
|
773
|
+
csp_logout_catcher(request: Contracts.CspLogoutCatcherRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.CspLoginAuthCodeCatcherResponse>>;
|
|
774
|
+
/** Invokes the OAuth 2.0 interactive sign out sequence for the given cloud service provider (ensures that the browser and any other sso-related systems also get the sign-out message). */
|
|
775
|
+
csp_logout_interactive(request: Contracts.CspLogoutInteractiveRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.CspLogoutInteractiveResponse>>;
|
|
776
|
+
/** Deletes a previously declared host naming strategy declaration for a given domain. */
|
|
777
|
+
domainDelete(request: Contracts.DomainDeleteRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedHostNameConfig>>;
|
|
778
|
+
/** UN-deploys the given assets from the given cabinet. */
|
|
779
|
+
executeDestroyAssets(request: Contracts.UndeployAssetsRequest, options?: IRepoOptions): Promise<Contracts.Result>;
|
|
780
|
+
/** Creates or updates a host naming assignment strategy for a given domain. */
|
|
781
|
+
executeDomainUpsert(request: Contracts.ExecuteDomainUpsertRequest, options?: IRepoOptions): Promise<Contracts.Result>;
|
|
782
|
+
/** Provides any predefined structure (eg: setting names, meta, and types) for an asset config. */
|
|
783
|
+
get_asset_config_schema(request: Contracts.AssetConfigSchemaRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.Schema>>;
|
|
784
|
+
/** Retrieves the names of the available autoscaling metrics, for use when defining autoscaling on asset footprints. */
|
|
785
|
+
get_autoscaling_metrics(request: Contracts.GetAutoscalingMetricsRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.Schema>>;
|
|
786
|
+
/** Returns the currently cached username for the given cloud service provider. */
|
|
787
|
+
get_current_users_for(request: Contracts.GetCloudProviderUserRequest, options?: IRepoOptions): Promise<ListResult<Contracts.CspPrimaryCredsMeta>>;
|
|
788
|
+
/** Retrieves the list of k8s versions supported by the given cloud provider (and Codiac), for use in creating a cluster. */
|
|
789
|
+
getAvailableK8sVersions(request: Contracts.GetAvailableK8sVersionsRequest, options?: IRepoOptions): Promise<ListResult<Contracts.AvailableK8sVersion>>;
|
|
790
|
+
/** Retrieves the list of vm specs available for use as Aws cluster nodes. */
|
|
791
|
+
getAwsNodeTypes(request: Contracts.GetAwsNodeTypesRequest, options?: IRepoOptions): Promise<ListResult<Contracts.AwsNodeType>>;
|
|
792
|
+
/** Retrieves the list of data center locations and their human-readable ids. */
|
|
793
|
+
getAwsRegions(request: Contracts.GetAwsRegionsRequest, options?: IRepoOptions): Promise<ListResult<Contracts.AwsRegion>>;
|
|
794
|
+
/** Retrieves the list of existing S3 buckets available in the given Aws account. */
|
|
795
|
+
getAwsS3Buckets(request: Contracts.GetAwsS3BucketsRequest, options?: IRepoOptions): Promise<ListResult<Contracts.AwsS3Bucket>>;
|
|
796
|
+
/** Retrieves the basic identity info for the given aws credentials or for this tenant user's locally stored AWS user credentials. */
|
|
797
|
+
getAwsUser(request: Contracts.GetAwsUserRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.AwsIdentity>>;
|
|
798
|
+
/** Retrieves the list of Azure Container Registries (ACRs) under the given azure subscription. */
|
|
799
|
+
getAzureAcrs(request: Contracts.GetAzureContainerRegistriesRequest, options?: IRepoOptions): Promise<ListResult<Contracts.AzureAcr>>;
|
|
800
|
+
/** Retrieves the list of data center locations available for Azure clusters. */
|
|
801
|
+
getAzureLocations(request: Contracts.GetAzureLocationsRequest, options?: IRepoOptions): Promise<ListResult<Contracts.AzureLocation>>;
|
|
802
|
+
/** Retrieves the list of vm specs available for use as Azure cluster nodes. */
|
|
803
|
+
getAzureNodeTypes(request: Contracts.GetAzureNodeTypesRequest, options?: IRepoOptions): Promise<ListResult<Contracts.AzureNodeType>>;
|
|
804
|
+
/** Retrieves the list of azure resource groups under the given subscription for the given location. */
|
|
805
|
+
getAzureResourceGroups(request: Contracts.GetAzureResourceGroupsRequest, options?: IRepoOptions): Promise<ListResult<string>>;
|
|
806
|
+
/** Retrieves the list of azure subscriptions for the given azure user account. */
|
|
807
|
+
getAzureSubscriptions(request: Contracts.GetAzureSubscriptionsRequest, options?: IRepoOptions): Promise<ListResult<Contracts.AzureUserSubscription>>;
|
|
808
|
+
/** Retrieves the list of virutal networks that exist under the given subscription for the given location. */
|
|
809
|
+
getAzureVnets(request: Contracts.GetAzureVnetsRequest, options?: IRepoOptions): Promise<ListResult<Contracts.AzureVNet>>;
|
|
810
|
+
/** Retrieves connection specifications to connect to the cluster in which the given cabinet resides (to be used with the KubeConfig.loadFromString() method from the npm package: https://www.npmjs.com/package/@kubernetes/client-node). */
|
|
811
|
+
getClusterConnectionSpecs(request: Contracts.ClusterConnectionRequest, options?: IRepoOptions): Promise<SingleResult<string>>;
|
|
812
|
+
/** Retrieves the default values for cluster creation */
|
|
813
|
+
getClusterDefaults(request: Contracts.GetClusterDefaultsRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterDefaults>>;
|
|
814
|
+
/** Retrieves the list of currently declared config files for the given enterprise asset. */
|
|
815
|
+
getConfigDefs(request: Contracts.ConfigDefCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ConfigDef>>;
|
|
816
|
+
getConfigDoc(request: Contracts.ConfigDocSpecForOne, options?: IRepoOptions): Promise<Contracts.ConfigDoc>;
|
|
817
|
+
/** Retrieves the actual string file contents of the ultimate scoped configs that were written to the cabinet (sourced directly from the k8s ConfigMaps). */
|
|
818
|
+
getDeployedConfigs(request: Contracts.DeployedConfigCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.DeployedConfig>>;
|
|
819
|
+
/** Retrieves a manifest of all versions and configs currently deployed within the given enterprise. */
|
|
820
|
+
getDeployedState(request: Contracts.EnterpriseStateRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseState>>;
|
|
821
|
+
/** Retrieves connection specifications to connect to the cluster in which the given cabinet resides (to be used with the KubeConfig.loadFromString() method from the npm package: https://www.npmjs.com/package/@kubernetes/client-node), AND the names of the requested k8s entities. */
|
|
822
|
+
getExecConnectionSpec(request: Contracts.AssetReplicaContext, options?: IRepoOptions): Promise<SingleResult<Contracts.K8sContainerRef>>;
|
|
823
|
+
/** Generates a Kit object from an existing asset. (generated operationId) */
|
|
824
|
+
getGenerateAssetFromKit(request: Contracts.GenerateAssetFromKitRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.Kit>>;
|
|
825
|
+
/** Generates a Kit object from an existing asset. (generated operationId) */
|
|
826
|
+
getGenerateKit(request: Contracts.GenerateKitRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.Kit>>;
|
|
827
|
+
/** Retrieves a list of all host naming strategies as applied to the map of enteprises, environments, and cabinets. */
|
|
828
|
+
getIngressMap(request: Contracts.IngressMapRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.IngressMap>>;
|
|
829
|
+
getKnownPortNumbers(request: Contracts.GetKnownPortNumbersRequest, options?: IRepoOptions): Promise<ListResult<Contracts.KnownPortNumberAssignment>>;
|
|
830
|
+
/** Retrieves connection specifications to connect to the log stream for a given asset replica (to be used as input for the 'request' function from the npm package: https://www.npmjs.com/package/request). */
|
|
831
|
+
getLogStreamSpecs(request: Contracts.AssetReplicaLogRequest, options?: IRepoOptions): Promise<SingleResult<Object>>;
|
|
832
|
+
/** Retrieves the list of versions available for a given container image repository (generated operationId) */
|
|
833
|
+
getReadImageTags(request: Contracts.ReadImageTagsRequest, options?: IRepoOptions): Promise<ListResult<string>>;
|
|
834
|
+
/** Returns the list of support cloud service providers with image registries. */
|
|
835
|
+
getRegistryProviders(request: Contracts.GetRegistryProvidersRequest, options?: IRepoOptions): Promise<ListResult<string>>;
|
|
836
|
+
/** Attempts to recognize the cloud Service provider from the given registry url. */
|
|
837
|
+
getRegistryType(request: Contracts.GetRegistryTypeRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.RegistryTypeInfo>>;
|
|
838
|
+
/** All the enterprises, assets, cabinets, environments, and clusters for the current tenant. That is, retrieves a semi-detailed list of all the primary entities of a tenant's software organization. Originally designed for use in ingress routing. */
|
|
839
|
+
getRootMap(request: Contracts.RootMapCriteria, options?: IRepoOptions): Promise<SingleResult<Contracts.RootMap>>;
|
|
840
|
+
/** Assembles (via smashMerge) a single config doc for the given enterprise asset, scoped for the given cabinet. */
|
|
841
|
+
getScopedConfigs(request: Contracts.ScopedConfigCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ScopedConfig>>;
|
|
842
|
+
/** (generated operationId) */
|
|
843
|
+
getSwaggerUiPath(request: Contracts.FileRequest, options?: IRepoOptions): Promise<Buffer>;
|
|
844
|
+
/** Enables the given user to access the given cluster via cloud provider security. */
|
|
845
|
+
grantClusterAccess(request: Contracts.ClusterAccessGrantRequest, options?: IRepoOptions): Promise<BatchResult<Contracts.AccessGrant>>;
|
|
846
|
+
/** Lightweight endpoint returning the last heartbeat as a UTC standard format date string (retrieves from ENV variable: HEARTBEAT_LAST). */
|
|
847
|
+
heartbeat(request: Object, options?: IRepoOptions): Promise<void>;
|
|
848
|
+
/** Lightweight endpoint returning the last heartbeat object as a JSON string (retrieves from ENV variable: HEARTBEAT_JSON). */
|
|
849
|
+
heartbeatJson(request: Object, options?: IRepoOptions): Promise<Contracts.HeartbeatRecord>;
|
|
850
|
+
/** (generated operationId) */
|
|
851
|
+
postExecuteCabinetKiller(request: Contracts.ExecuteCabinetKillerRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.Cabinet>>;
|
|
852
|
+
/** (generated operationId) */
|
|
853
|
+
postExecuteCabinetMaker(request: Contracts.ExecuteCreateCabinetRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.Cabinet>>;
|
|
854
|
+
/** (generated operationId) */
|
|
855
|
+
postExecuteDeleteClusterInstance(request: Contracts.DeleteClusterInstanceRequest, options?: IRepoOptions): Promise<Contracts.DeleteClusterInstanceResponse>;
|
|
856
|
+
/** (generated operationId) */
|
|
857
|
+
postExecuteDeployConfigsFor(request: Contracts.ExecuteDeployConfigsForRequest, options?: IRepoOptions): Promise<Contracts.ExecuteDeployConfigsForResponse>;
|
|
858
|
+
/** (generated operationId) */
|
|
859
|
+
postExecuteDeployIngressFor(request: Contracts.ExecuteDeployIngressForAssetsRequest, options?: IRepoOptions): Promise<Contracts.ExecuteDeployIngressForAssetsResponse>;
|
|
860
|
+
/** (generated operationId) */
|
|
861
|
+
postExecuteDeployment(request: Contracts.DeployRequest, options?: IRepoOptions): Promise<BatchResult<Contracts.IPartialAsset>>;
|
|
862
|
+
/** (generated operationId) */
|
|
863
|
+
postExecuteRecycleAssets(request: Contracts.CabinetAssetList, options?: IRepoOptions): Promise<BatchResult<Contracts.CabinetAssetList>>;
|
|
864
|
+
/** (generated operationId) */
|
|
865
|
+
postReadAssetLogs(request: Contracts.ReadAssetLogsForCabinetRequest, options?: IRepoOptions): Promise<Contracts.ReadAssetLogsForCabinetResponse>;
|
|
866
|
+
/** (generated operationId) */
|
|
867
|
+
postReadVaultStoreKeys(request: Contracts.ReadKeysFromStoreContactRequest, options?: IRepoOptions): Promise<Contracts.ReadKeysFromStoreContactResponse>;
|
|
868
|
+
/** Retrieves a status of cluster ip via nslookup in a given registered DNS. */
|
|
869
|
+
readDnsConnection(request: Contracts.DnsConnectionRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.DnsResponse>>;
|
|
870
|
+
readyState(request: Contracts.ReadyStateRequest, options?: IRepoOptions): Promise<Contracts.ApiReadyState>;
|
|
871
|
+
/** Retrieves a list of all host naming strategies as applied to the map of enteprises, environments, and cabinets. */
|
|
872
|
+
recaptureIngressIp(request: Contracts.IngressMapRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.IngressMap>>;
|
|
873
|
+
/** Makes a cabinet-scoped change to the asset resource footprint, and applies it to the actual asset instances in the cluster. */
|
|
874
|
+
scaleAsset(request: Contracts.ScaleAssetRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.AssetResourcesSpec>>;
|
|
875
|
+
/** Returns the image repositories matching the search string in the given registry. */
|
|
876
|
+
searchRegistry(request: Contracts.RegistrySearchRequest, options?: IRepoOptions): Promise<ListResult<Contracts.ImageRepository>>;
|
|
877
|
+
/** Ensures that the specified cluster is running. */
|
|
878
|
+
startCluster(request: Contracts.ClusterStartRequestAsync, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterStartAck>>;
|
|
879
|
+
/** Ensures that the specified cluster is not running. */
|
|
880
|
+
stopCluster(request: Contracts.ClusterStopRequestAsync, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterStopAck>>;
|
|
881
|
+
/** Triggers Zombie Mode metrics service instances to update to the latest schedule of zombie periods. it does this by deploying the zombie schedule config maps and recycling the zombie metrics services. */
|
|
882
|
+
zombie_refresh(request: Contracts.ZombieRefreshRequest, options?: IRepoOptions): Promise<Contracts.Result>;
|
|
883
|
+
}
|