@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,2571 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
/// <reference types="node" />
|
|
3
|
+
import { interfaces } from "inversify";
|
|
4
|
+
import { Buffer } from "buffer";
|
|
5
|
+
import { IRepoOptions, IBetterLogger } from "@codiac.io/codiac-common";
|
|
6
|
+
import { ListResult, BatchResult, SingleResult, PatchSpecForOne, PatchSpecForMany, IdSpecFor } from "@codiac.io/codiac-common/contracts";
|
|
7
|
+
import { TokenCreds } from "../common/token";
|
|
8
|
+
import { CodiacNatsClientConfig } from "./config";
|
|
9
|
+
import { UpdatePartialWhereRequest, IThrowingRepoOptions } from "../common/types";
|
|
10
|
+
import * as Contracts from './contracts';
|
|
11
|
+
import * as Nats from "@nats-io/nats-core";
|
|
12
|
+
import { TokenUtils } from "../common/token-utils";
|
|
13
|
+
export declare class CodiacNatsClient {
|
|
14
|
+
logger: IBetterLogger;
|
|
15
|
+
private _settings;
|
|
16
|
+
private _tokenCredentials?;
|
|
17
|
+
static readonly DEFAULT_TOKEN_HEADER_PARAM = "authorization";
|
|
18
|
+
/** Version of the remote api from which this client was generated */
|
|
19
|
+
static apiVersion: string;
|
|
20
|
+
/** The name of the jwt claim in the codiac token that holds the nats credentials. */
|
|
21
|
+
private static readonly CLAIM_FOR_GLOBAL_CLIENT_KEY;
|
|
22
|
+
static readonly DEFAULTS: CodiacNatsClientConfig;
|
|
23
|
+
static bootstrap(ioc: interfaces.Container, settings?: CodiacNatsClientConfig): void;
|
|
24
|
+
/** This factory method is just for convenience and hasty backward compatibility with consumers not using ioc. */
|
|
25
|
+
static create(logger: IBetterLogger, configuration?: CodiacNatsClientConfig, codiacJwt?: string | TokenCreds): CodiacNatsClient;
|
|
26
|
+
private static _nc;
|
|
27
|
+
static get nc(): Nats.NatsConnection | undefined;
|
|
28
|
+
constructor(logger: IBetterLogger, _settings: CodiacNatsClientConfig, _tokenCredentials?: TokenCreds | undefined);
|
|
29
|
+
TokenUtils: TokenUtils;
|
|
30
|
+
isExpired(token: string, throwOnError?: boolean): boolean;
|
|
31
|
+
/** Sets the user context to impersonate in requests made to the api. */
|
|
32
|
+
setUserToken(token: string): void;
|
|
33
|
+
connect(): Promise<Nats.ServerInfo | undefined>;
|
|
34
|
+
isConnected(): boolean;
|
|
35
|
+
disconnect(): Promise<void>;
|
|
36
|
+
/** Declaration of what messaging protocol to connect with. */
|
|
37
|
+
private clientType;
|
|
38
|
+
get tokenCredentials(): TokenCreds | undefined;
|
|
39
|
+
set tokenCredentials(value: TokenCreds | undefined);
|
|
40
|
+
get settings(): CodiacNatsClientConfig;
|
|
41
|
+
private getValues;
|
|
42
|
+
request<TRequest, TResponse>(subject: string, req?: TRequest, options?: IRepoOptions): Promise<TResponse>;
|
|
43
|
+
private makeRequest;
|
|
44
|
+
Auth: AuthOperations;
|
|
45
|
+
Call: OtherOperations;
|
|
46
|
+
ActivityBase: ActivityBaseCruds;
|
|
47
|
+
Asset: AssetCruds;
|
|
48
|
+
AssetVersionConfig: AssetVersionConfigCruds;
|
|
49
|
+
AuthRole: AuthRoleCruds;
|
|
50
|
+
Build: BuildCruds;
|
|
51
|
+
BuildPipeline: BuildPipelineCruds;
|
|
52
|
+
Cabinet: CabinetCruds;
|
|
53
|
+
CabinetCreateActivity: CabinetCreateActivityCruds;
|
|
54
|
+
Cluster: ClusterCruds;
|
|
55
|
+
ClusterDef: ClusterDefCruds;
|
|
56
|
+
ClusterGrant: ClusterGrantCruds;
|
|
57
|
+
CodiacTenant: CodiacTenantCruds;
|
|
58
|
+
CodiacUser: CodiacUserCruds;
|
|
59
|
+
Comment: CommentCruds;
|
|
60
|
+
ConfigChange: ConfigChangeCruds;
|
|
61
|
+
ConfigDeploymentActivity: ConfigDeploymentActivityCruds;
|
|
62
|
+
ContainerFootprint: ContainerFootprintCruds;
|
|
63
|
+
CspTenantProfile: CspTenantProfileCruds;
|
|
64
|
+
DefaultChildAcl: DefaultChildAclCruds;
|
|
65
|
+
DeployAttempt: DeployAttemptCruds;
|
|
66
|
+
DeployPipeline: DeployPipelineCruds;
|
|
67
|
+
Deployment: DeploymentCruds;
|
|
68
|
+
DeploymentActivity: DeploymentActivityCruds;
|
|
69
|
+
Enterprise: EnterpriseCruds;
|
|
70
|
+
EnterpriseRunState: EnterpriseRunStateCruds;
|
|
71
|
+
EnterpriseVersionConfig: EnterpriseVersionConfigCruds;
|
|
72
|
+
EntityAcl: EntityAclCruds;
|
|
73
|
+
Environment: EnvironmentCruds;
|
|
74
|
+
FileStoreDef: FileStoreDefCruds;
|
|
75
|
+
Image: ImageCruds;
|
|
76
|
+
ImageRegistry: ImageRegistryCruds;
|
|
77
|
+
Kit: KitCruds;
|
|
78
|
+
KvpStoreDef: KvpStoreDefCruds;
|
|
79
|
+
Label: LabelCruds;
|
|
80
|
+
NodePoolDef: NodePoolDefCruds;
|
|
81
|
+
Probe: ProbeCruds;
|
|
82
|
+
Product: ProductCruds;
|
|
83
|
+
ProductVersionConfig: ProductVersionConfigCruds;
|
|
84
|
+
ScopedHostNameConfig: ScopedHostNameConfigCruds;
|
|
85
|
+
ScopedSetting: ScopedSettingCruds;
|
|
86
|
+
SetupJournal: SetupJournalCruds;
|
|
87
|
+
Snapshot: SnapshotCruds;
|
|
88
|
+
SourceRepo: SourceRepoCruds;
|
|
89
|
+
Subscription: SubscriptionCruds;
|
|
90
|
+
Tag: TagCruds;
|
|
91
|
+
VersionConfig: VersionConfigCruds;
|
|
92
|
+
VersionCreateActivity: VersionCreateActivityCruds;
|
|
93
|
+
WorkFlowStrategy: WorkFlowStrategyCruds;
|
|
94
|
+
ZombiePeriod: ZombiePeriodCruds;
|
|
95
|
+
}
|
|
96
|
+
declare class AuthOperations {
|
|
97
|
+
private core;
|
|
98
|
+
constructor(core: CodiacNatsClient);
|
|
99
|
+
RoleCreate(request: Contracts.AuthRole, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
100
|
+
RoleCreateMany(request: Array<Contracts.AuthRole>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
101
|
+
RoleDelete(request: IdSpecFor<Contracts.AuthRole>, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
102
|
+
RoleDeleteWhere(request: Contracts.AuthRoleCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
103
|
+
RoleGet(request: IdSpecFor<Contracts.AuthRole>, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
104
|
+
RoleList(request: Contracts.AuthRoleCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.AuthRole>>;
|
|
105
|
+
RolePatch(request: PatchSpecForOne<Contracts.AuthRole>, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
106
|
+
RolePatchWhere(request: PatchSpecForMany<Contracts.AuthRole, Contracts.AuthRoleCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
107
|
+
RoleUpdate(request: Contracts.AuthRole, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
108
|
+
RoleUpdateMany(request: Array<Contracts.AuthRole>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
109
|
+
RoleUpdatePartial(request: Partial<Contracts.AuthRole>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.AuthRole>>>;
|
|
110
|
+
RoleUpdatePartialMany(request: Array<Contracts.AuthRole>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.AuthRole>>>;
|
|
111
|
+
RoleUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.AuthRole, Contracts.AuthRoleCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
112
|
+
RoleUpsert(request: Contracts.AuthRole, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
113
|
+
RoleUpsertMany(request: Array<Contracts.AuthRole>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
114
|
+
CodiacUserGet(request: IdSpecFor<Contracts.CodiacUser>, options?: IRepoOptions): Promise<SingleResult<Contracts.CodiacUser>>;
|
|
115
|
+
CodiacUserList(request: Contracts.CodiacUserCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.CodiacUser>>;
|
|
116
|
+
DefaultChildAclCreate(request: Contracts.DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
117
|
+
DefaultChildAclCreateMany(request: Array<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
118
|
+
DefaultChildAclDelete(request: IdSpecFor<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
119
|
+
DefaultChildAclDeleteWhere(request: Contracts.DefaultChildAclCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
120
|
+
DefaultChildAclGet(request: IdSpecFor<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
121
|
+
DefaultChildAclList(request: Contracts.DefaultChildAclCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.DefaultChildAcl>>;
|
|
122
|
+
DefaultChildAclPatch(request: PatchSpecForOne<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
123
|
+
DefaultChildAclPatchWhere(request: PatchSpecForMany<Contracts.DefaultChildAcl, Contracts.DefaultChildAclCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
124
|
+
DefaultChildAclUpdate(request: Contracts.DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
125
|
+
DefaultChildAclUpdateMany(request: Array<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
126
|
+
DefaultChildAclUpdatePartial(request: Partial<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.DefaultChildAcl>>>;
|
|
127
|
+
DefaultChildAclUpdatePartialMany(request: Array<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.DefaultChildAcl>>>;
|
|
128
|
+
DefaultChildAclUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.DefaultChildAcl, Contracts.DefaultChildAclCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
129
|
+
DefaultChildAclUpsert(request: Contracts.DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
130
|
+
DefaultChildAclUpsertMany(request: Array<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
131
|
+
EntityAclCreate(request: Contracts.EntityAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
132
|
+
EntityAclCreateMany(request: Array<Contracts.EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
133
|
+
EntityAclDelete(request: IdSpecFor<Contracts.EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
134
|
+
EntityAclDeleteWhere(request: Contracts.EntityAclCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
135
|
+
EntityAclGet(request: IdSpecFor<Contracts.EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
136
|
+
EntityAclList(request: Contracts.EntityAclCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.EntityAcl>>;
|
|
137
|
+
EntityAclPatch(request: PatchSpecForOne<Contracts.EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
138
|
+
EntityAclPatchWhere(request: PatchSpecForMany<Contracts.EntityAcl, Contracts.EntityAclCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
139
|
+
EntityAclUpdate(request: Contracts.EntityAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
140
|
+
EntityAclUpdateMany(request: Array<Contracts.EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
141
|
+
EntityAclUpdatePartial(request: Partial<Contracts.EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.EntityAcl>>>;
|
|
142
|
+
EntityAclUpdatePartialMany(request: Array<Contracts.EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.EntityAcl>>>;
|
|
143
|
+
EntityAclUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.EntityAcl, Contracts.EntityAclCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
144
|
+
EntityAclUpsert(request: Contracts.EntityAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
145
|
+
EntityAclUpsertMany(request: Array<Contracts.EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
146
|
+
AddTenantUser(request: Contracts.AddTenantUserRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.TenantUser>>;
|
|
147
|
+
ChangePassword(request: Contracts.ChangePasswordRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.TenantUser>>;
|
|
148
|
+
ExpelUser(request: IdSpecFor<Contracts.TenantUser>, options?: IRepoOptions): Promise<SingleResult<Contracts.TenantUser>>;
|
|
149
|
+
Login(request: Contracts.AuthenticationRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.TenantUser>>;
|
|
150
|
+
MyTenant(request: Contracts.MyTenantRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthTenant>>;
|
|
151
|
+
PatchUser(request: Contracts.CodiacUserPatch, options?: IRepoOptions): Promise<SingleResult<Contracts.CodiacUser>>;
|
|
152
|
+
ResetPassword(request: Contracts.ResetPasswordRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.TenantUser>>;
|
|
153
|
+
RoleAssignment(request: Contracts.RoleAssignmentRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.TenantUser>>;
|
|
154
|
+
SetDefaultChildPermission(request: Contracts.DefaultChildPermissionRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
155
|
+
SetEntityPermission(request: Contracts.EntityPermissionRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.SecurableEntity>>;
|
|
156
|
+
SetTenantStatus(request: Contracts.TenantStatusChange, options?: IRepoOptions): Promise<SingleResult<Contracts.SubscriptionStatus>>;
|
|
157
|
+
SubscriptionCancel(request: Contracts.TenantSubscriptionCancel, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthTenant>>;
|
|
158
|
+
SubscriptionUpdate(request: Contracts.TenantSubscriptionUpdate, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthTenant>>;
|
|
159
|
+
SwitchTenant(request: Contracts.SwitchTenantRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.TenantUser>>;
|
|
160
|
+
TenantRegistration(request: Contracts.TenantRegistrationRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthTenant>>;
|
|
161
|
+
TokenRefresh(request: Contracts.RefreshTokenRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.TenantUser>>;
|
|
162
|
+
WhoAmI(request: Contracts.WhoAmIRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.TenantUser>>;
|
|
163
|
+
/** Determines whether the given token is expired.
|
|
164
|
+
* @param throwOnError throws any encountered errors, including token parsing errors.
|
|
165
|
+
*/
|
|
166
|
+
isExpired(token: string, throwOnError?: boolean): boolean;
|
|
167
|
+
extractTokenExpiration(token: string): Date | undefined;
|
|
168
|
+
}
|
|
169
|
+
declare class ActivityBaseCruds {
|
|
170
|
+
private core;
|
|
171
|
+
constructor(core: CodiacNatsClient);
|
|
172
|
+
/** Deletes each existing ActivityBase that satisfies the given criteria. */
|
|
173
|
+
tryDeleteWhere(request: Contracts.ActivityCriteriaBase, options?: IRepoOptions): Promise<BatchResult<Contracts.ActivityBase>>;
|
|
174
|
+
deleteWhere(request: Contracts.ActivityCriteriaBase, options?: IThrowingRepoOptions): Promise<Contracts.ActivityBase[]>;
|
|
175
|
+
/** Retrieves all the existing ActivityBase that satisfy the given criteria. */
|
|
176
|
+
tryReadMany(request: Contracts.ActivityCriteriaBase, options?: IRepoOptions): Promise<ListResult<Contracts.ActivityBase>>;
|
|
177
|
+
readMany(request: Contracts.ActivityCriteriaBase, options?: IThrowingRepoOptions): Promise<Contracts.ActivityBase[]>;
|
|
178
|
+
/** Performs the given operations on each existing ActivityBase that satisfies the given criteria. */
|
|
179
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.ActivityBase, Contracts.ActivityCriteriaBase>, options?: IRepoOptions): Promise<BatchResult<Contracts.ActivityBase>>;
|
|
180
|
+
patchWhere(request: PatchSpecForMany<Contracts.ActivityBase, Contracts.ActivityCriteriaBase>, options?: IThrowingRepoOptions): Promise<Contracts.ActivityBase[]>;
|
|
181
|
+
/** Saves each given input as a new ActivityBase. */
|
|
182
|
+
tryCreateMany(request: Array<Contracts.ActivityBase>, options?: IRepoOptions): Promise<BatchResult<Contracts.ActivityBase>>;
|
|
183
|
+
createMany(request: Array<Contracts.ActivityBase>, options?: IThrowingRepoOptions): Promise<Contracts.ActivityBase[]>;
|
|
184
|
+
/** Overwrites each existing ActivityBase. */
|
|
185
|
+
tryUpdateMany(request: Array<Contracts.ActivityBase>, options?: IRepoOptions): Promise<BatchResult<Contracts.ActivityBase>>;
|
|
186
|
+
updateMany(request: Array<Contracts.ActivityBase>, options?: IThrowingRepoOptions): Promise<Contracts.ActivityBase[]>;
|
|
187
|
+
/** Deletes the existing ActivityBase. */
|
|
188
|
+
tryDelete(request: IdSpecFor<Contracts.ActivityBase>, options?: IRepoOptions): Promise<SingleResult<Contracts.ActivityBase>>;
|
|
189
|
+
delete(request: IdSpecFor<Contracts.ActivityBase>, options?: IThrowingRepoOptions): Promise<Contracts.ActivityBase>;
|
|
190
|
+
/** Retrieves the single, uniquely identified ActivityBase. */
|
|
191
|
+
tryRead(request: IdSpecFor<Contracts.ActivityBase>, options?: IRepoOptions): Promise<SingleResult<Contracts.ActivityBase>>;
|
|
192
|
+
read(request: IdSpecFor<Contracts.ActivityBase>, options?: IThrowingRepoOptions): Promise<Contracts.ActivityBase>;
|
|
193
|
+
/** Performs the given operations on the existing ActivityBase. */
|
|
194
|
+
tryPatch(request: PatchSpecForOne<Contracts.ActivityBase>, options?: IRepoOptions): Promise<SingleResult<Contracts.ActivityBase>>;
|
|
195
|
+
patch(request: PatchSpecForOne<Contracts.ActivityBase>, options?: IThrowingRepoOptions): Promise<Contracts.ActivityBase>;
|
|
196
|
+
/** Overwrites the existing ActivityBase. */
|
|
197
|
+
tryUpdate(request: Contracts.ActivityBase, options?: IRepoOptions): Promise<SingleResult<Contracts.ActivityBase>>;
|
|
198
|
+
update(request: Contracts.ActivityBase, options?: IThrowingRepoOptions): Promise<Contracts.ActivityBase>;
|
|
199
|
+
/** Overwrites the given properties of the existing ActivityBase. */
|
|
200
|
+
tryUpdatePartial(request: Partial<Contracts.ActivityBase>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.ActivityBase>>>;
|
|
201
|
+
updatePartial(request: Partial<Contracts.ActivityBase>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ActivityBase>>;
|
|
202
|
+
/** Saves the input as a new ActivityBase. */
|
|
203
|
+
tryCreate(request: Contracts.ActivityBase, options?: IRepoOptions): Promise<SingleResult<Contracts.ActivityBase>>;
|
|
204
|
+
create(request: Contracts.ActivityBase, options?: IThrowingRepoOptions): Promise<Contracts.ActivityBase>;
|
|
205
|
+
/** Overwrites the given properties for each existing ActivityBase. */
|
|
206
|
+
tryUpdatePartialMany(request: Array<Contracts.ActivityBase>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.ActivityBase>>>;
|
|
207
|
+
updatePartialMany(request: Array<Contracts.ActivityBase>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ActivityBase>[]>;
|
|
208
|
+
/** Performs the given operation on each existing ActivityBase that satisfies the given criteria. */
|
|
209
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ActivityBase, Contracts.ActivityCriteriaBase>, options?: IRepoOptions): Promise<BatchResult<Contracts.ActivityBase>>;
|
|
210
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ActivityBase, Contracts.ActivityCriteriaBase>, options?: IThrowingRepoOptions): Promise<Contracts.ActivityBase[]>;
|
|
211
|
+
/** Saves the input as a new ActivityBase, 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). */
|
|
212
|
+
tryUpsert(request: Contracts.ActivityBase, options?: IRepoOptions): Promise<SingleResult<Contracts.ActivityBase>>;
|
|
213
|
+
upsert(request: Contracts.ActivityBase, options?: IThrowingRepoOptions): Promise<Contracts.ActivityBase>;
|
|
214
|
+
/** Saves each given input as a new ActivityBase, 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). */
|
|
215
|
+
tryUpsertMany(request: Array<Contracts.ActivityBase>, options?: IRepoOptions): Promise<BatchResult<Contracts.ActivityBase>>;
|
|
216
|
+
upsertMany(request: Array<Contracts.ActivityBase>, options?: IThrowingRepoOptions): Promise<Contracts.ActivityBase[]>;
|
|
217
|
+
}
|
|
218
|
+
declare class AssetCruds {
|
|
219
|
+
private core;
|
|
220
|
+
constructor(core: CodiacNatsClient);
|
|
221
|
+
/** Deletes each existing Asset that satisfies the given criteria. */
|
|
222
|
+
tryDeleteWhere(request: Contracts.AssetCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Asset>>;
|
|
223
|
+
deleteWhere(request: Contracts.AssetCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Asset[]>;
|
|
224
|
+
/** Retrieves all the existing Asset that satisfy the given criteria. */
|
|
225
|
+
tryReadMany(request: Contracts.AssetCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Asset>>;
|
|
226
|
+
readMany(request: Contracts.AssetCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Asset[]>;
|
|
227
|
+
/** Performs the given operations on each existing Asset that satisfies the given criteria. */
|
|
228
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Asset, Contracts.AssetCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Asset>>;
|
|
229
|
+
patchWhere(request: PatchSpecForMany<Contracts.Asset, Contracts.AssetCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Asset[]>;
|
|
230
|
+
/** Saves each given input as a new Asset. */
|
|
231
|
+
tryCreateMany(request: Array<Contracts.Asset>, options?: IRepoOptions): Promise<BatchResult<Contracts.Asset>>;
|
|
232
|
+
createMany(request: Array<Contracts.Asset>, options?: IThrowingRepoOptions): Promise<Contracts.Asset[]>;
|
|
233
|
+
/** Overwrites each existing Asset. */
|
|
234
|
+
tryUpdateMany(request: Array<Contracts.Asset>, options?: IRepoOptions): Promise<BatchResult<Contracts.Asset>>;
|
|
235
|
+
updateMany(request: Array<Contracts.Asset>, options?: IThrowingRepoOptions): Promise<Contracts.Asset[]>;
|
|
236
|
+
/** Deletes the existing Asset. */
|
|
237
|
+
tryDelete(request: IdSpecFor<Contracts.Asset>, options?: IRepoOptions): Promise<SingleResult<Contracts.Asset>>;
|
|
238
|
+
delete(request: IdSpecFor<Contracts.Asset>, options?: IThrowingRepoOptions): Promise<Contracts.Asset>;
|
|
239
|
+
/** Retrieves the single, uniquely identified Asset. */
|
|
240
|
+
tryRead(request: IdSpecFor<Contracts.Asset>, options?: IRepoOptions): Promise<SingleResult<Contracts.Asset>>;
|
|
241
|
+
read(request: IdSpecFor<Contracts.Asset>, options?: IThrowingRepoOptions): Promise<Contracts.Asset>;
|
|
242
|
+
/** Performs the given operations on the existing Asset. */
|
|
243
|
+
tryPatch(request: PatchSpecForOne<Contracts.Asset>, options?: IRepoOptions): Promise<SingleResult<Contracts.Asset>>;
|
|
244
|
+
patch(request: PatchSpecForOne<Contracts.Asset>, options?: IThrowingRepoOptions): Promise<Contracts.Asset>;
|
|
245
|
+
/** Overwrites the existing Asset. */
|
|
246
|
+
tryUpdate(request: Contracts.Asset, options?: IRepoOptions): Promise<SingleResult<Contracts.Asset>>;
|
|
247
|
+
update(request: Contracts.Asset, options?: IThrowingRepoOptions): Promise<Contracts.Asset>;
|
|
248
|
+
/** Overwrites the given properties of the existing Asset. */
|
|
249
|
+
tryUpdatePartial(request: Partial<Contracts.Asset>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Asset>>>;
|
|
250
|
+
updatePartial(request: Partial<Contracts.Asset>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Asset>>;
|
|
251
|
+
/** Saves the input as a new Asset. */
|
|
252
|
+
tryCreate(request: Contracts.Asset, options?: IRepoOptions): Promise<SingleResult<Contracts.Asset>>;
|
|
253
|
+
create(request: Contracts.Asset, options?: IThrowingRepoOptions): Promise<Contracts.Asset>;
|
|
254
|
+
/** Overwrites the given properties for each existing Asset. */
|
|
255
|
+
tryUpdatePartialMany(request: Array<Contracts.Asset>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Asset>>>;
|
|
256
|
+
updatePartialMany(request: Array<Contracts.Asset>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Asset>[]>;
|
|
257
|
+
/** Performs the given operation on each existing Asset that satisfies the given criteria. */
|
|
258
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Asset, Contracts.AssetCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Asset>>;
|
|
259
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Asset, Contracts.AssetCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Asset[]>;
|
|
260
|
+
/** Saves the input as a new Asset, 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). */
|
|
261
|
+
tryUpsert(request: Contracts.Asset, options?: IRepoOptions): Promise<SingleResult<Contracts.Asset>>;
|
|
262
|
+
upsert(request: Contracts.Asset, options?: IThrowingRepoOptions): Promise<Contracts.Asset>;
|
|
263
|
+
/** Saves each given input as a new Asset, 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). */
|
|
264
|
+
tryUpsertMany(request: Array<Contracts.Asset>, options?: IRepoOptions): Promise<BatchResult<Contracts.Asset>>;
|
|
265
|
+
upsertMany(request: Array<Contracts.Asset>, options?: IThrowingRepoOptions): Promise<Contracts.Asset[]>;
|
|
266
|
+
}
|
|
267
|
+
declare class AssetVersionConfigCruds {
|
|
268
|
+
private core;
|
|
269
|
+
constructor(core: CodiacNatsClient);
|
|
270
|
+
/** Deletes each existing AssetVersionConfig that satisfies the given criteria. */
|
|
271
|
+
tryDeleteWhere(request: Contracts.AssetVersionConfigCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.AssetVersionConfig>>;
|
|
272
|
+
deleteWhere(request: Contracts.AssetVersionConfigCriteria, options?: IThrowingRepoOptions): Promise<Contracts.AssetVersionConfig[]>;
|
|
273
|
+
/** Retrieves all the existing AssetVersionConfig that satisfy the given criteria. */
|
|
274
|
+
tryReadMany(request: Contracts.AssetVersionConfigCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.AssetVersionConfig>>;
|
|
275
|
+
readMany(request: Contracts.AssetVersionConfigCriteria, options?: IThrowingRepoOptions): Promise<Contracts.AssetVersionConfig[]>;
|
|
276
|
+
/** Performs the given operations on each existing AssetVersionConfig that satisfies the given criteria. */
|
|
277
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.AssetVersionConfig, Contracts.AssetVersionConfigCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.AssetVersionConfig>>;
|
|
278
|
+
patchWhere(request: PatchSpecForMany<Contracts.AssetVersionConfig, Contracts.AssetVersionConfigCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.AssetVersionConfig[]>;
|
|
279
|
+
/** Saves each given input as a new AssetVersionConfig. */
|
|
280
|
+
tryCreateMany(request: Array<Contracts.AssetVersionConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.AssetVersionConfig>>;
|
|
281
|
+
createMany(request: Array<Contracts.AssetVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.AssetVersionConfig[]>;
|
|
282
|
+
/** Overwrites each existing AssetVersionConfig. */
|
|
283
|
+
tryUpdateMany(request: Array<Contracts.AssetVersionConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.AssetVersionConfig>>;
|
|
284
|
+
updateMany(request: Array<Contracts.AssetVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.AssetVersionConfig[]>;
|
|
285
|
+
/** Deletes the existing AssetVersionConfig. */
|
|
286
|
+
tryDelete(request: IdSpecFor<Contracts.AssetVersionConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.AssetVersionConfig>>;
|
|
287
|
+
delete(request: IdSpecFor<Contracts.AssetVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.AssetVersionConfig>;
|
|
288
|
+
/** Retrieves the single, uniquely identified AssetVersionConfig. */
|
|
289
|
+
tryRead(request: IdSpecFor<Contracts.AssetVersionConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.AssetVersionConfig>>;
|
|
290
|
+
read(request: IdSpecFor<Contracts.AssetVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.AssetVersionConfig>;
|
|
291
|
+
/** Performs the given operations on the existing AssetVersionConfig. */
|
|
292
|
+
tryPatch(request: PatchSpecForOne<Contracts.AssetVersionConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.AssetVersionConfig>>;
|
|
293
|
+
patch(request: PatchSpecForOne<Contracts.AssetVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.AssetVersionConfig>;
|
|
294
|
+
/** Overwrites the existing AssetVersionConfig. */
|
|
295
|
+
tryUpdate(request: Contracts.AssetVersionConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.AssetVersionConfig>>;
|
|
296
|
+
update(request: Contracts.AssetVersionConfig, options?: IThrowingRepoOptions): Promise<Contracts.AssetVersionConfig>;
|
|
297
|
+
/** Overwrites the given properties of the existing AssetVersionConfig. */
|
|
298
|
+
tryUpdatePartial(request: Partial<Contracts.AssetVersionConfig>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.AssetVersionConfig>>>;
|
|
299
|
+
updatePartial(request: Partial<Contracts.AssetVersionConfig>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.AssetVersionConfig>>;
|
|
300
|
+
/** Saves the input as a new AssetVersionConfig. */
|
|
301
|
+
tryCreate(request: Contracts.AssetVersionConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.AssetVersionConfig>>;
|
|
302
|
+
create(request: Contracts.AssetVersionConfig, options?: IThrowingRepoOptions): Promise<Contracts.AssetVersionConfig>;
|
|
303
|
+
/** Overwrites the given properties for each existing AssetVersionConfig. */
|
|
304
|
+
tryUpdatePartialMany(request: Array<Contracts.AssetVersionConfig>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.AssetVersionConfig>>>;
|
|
305
|
+
updatePartialMany(request: Array<Contracts.AssetVersionConfig>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.AssetVersionConfig>[]>;
|
|
306
|
+
/** Performs the given operation on each existing AssetVersionConfig that satisfies the given criteria. */
|
|
307
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.AssetVersionConfig, Contracts.AssetVersionConfigCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.AssetVersionConfig>>;
|
|
308
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.AssetVersionConfig, Contracts.AssetVersionConfigCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.AssetVersionConfig[]>;
|
|
309
|
+
/** Saves the input as a new AssetVersionConfig, 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). */
|
|
310
|
+
tryUpsert(request: Contracts.AssetVersionConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.AssetVersionConfig>>;
|
|
311
|
+
upsert(request: Contracts.AssetVersionConfig, options?: IThrowingRepoOptions): Promise<Contracts.AssetVersionConfig>;
|
|
312
|
+
/** Saves each given input as a new AssetVersionConfig, 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). */
|
|
313
|
+
tryUpsertMany(request: Array<Contracts.AssetVersionConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.AssetVersionConfig>>;
|
|
314
|
+
upsertMany(request: Array<Contracts.AssetVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.AssetVersionConfig[]>;
|
|
315
|
+
}
|
|
316
|
+
declare class AuthRoleCruds {
|
|
317
|
+
private core;
|
|
318
|
+
constructor(core: CodiacNatsClient);
|
|
319
|
+
/** Deletes each existing AuthRole that satisfies the given criteria. */
|
|
320
|
+
tryDeleteWhere(request: Contracts.AuthRoleCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
321
|
+
deleteWhere(request: Contracts.AuthRoleCriteria, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole[]>;
|
|
322
|
+
/** Retrieves all the existing AuthRole that satisfy the given criteria. */
|
|
323
|
+
tryReadMany(request: Contracts.AuthRoleCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.AuthRole>>;
|
|
324
|
+
readMany(request: Contracts.AuthRoleCriteria, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole[]>;
|
|
325
|
+
/** Performs the given operations on each existing AuthRole that satisfies the given criteria. */
|
|
326
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.AuthRole, Contracts.AuthRoleCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
327
|
+
patchWhere(request: PatchSpecForMany<Contracts.AuthRole, Contracts.AuthRoleCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole[]>;
|
|
328
|
+
/** Saves each given input as a new AuthRole. */
|
|
329
|
+
tryCreateMany(request: Array<Contracts.AuthRole>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
330
|
+
createMany(request: Array<Contracts.AuthRole>, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole[]>;
|
|
331
|
+
/** Overwrites each existing AuthRole. */
|
|
332
|
+
tryUpdateMany(request: Array<Contracts.AuthRole>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
333
|
+
updateMany(request: Array<Contracts.AuthRole>, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole[]>;
|
|
334
|
+
/** Deletes the existing AuthRole. */
|
|
335
|
+
tryDelete(request: IdSpecFor<Contracts.AuthRole>, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
336
|
+
delete(request: IdSpecFor<Contracts.AuthRole>, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole>;
|
|
337
|
+
/** Retrieves the single, uniquely identified AuthRole. */
|
|
338
|
+
tryRead(request: IdSpecFor<Contracts.AuthRole>, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
339
|
+
read(request: IdSpecFor<Contracts.AuthRole>, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole>;
|
|
340
|
+
/** Performs the given operations on the existing AuthRole. */
|
|
341
|
+
tryPatch(request: PatchSpecForOne<Contracts.AuthRole>, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
342
|
+
patch(request: PatchSpecForOne<Contracts.AuthRole>, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole>;
|
|
343
|
+
/** Overwrites the existing AuthRole. */
|
|
344
|
+
tryUpdate(request: Contracts.AuthRole, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
345
|
+
update(request: Contracts.AuthRole, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole>;
|
|
346
|
+
/** Overwrites the given properties of the existing AuthRole. */
|
|
347
|
+
tryUpdatePartial(request: Partial<Contracts.AuthRole>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.AuthRole>>>;
|
|
348
|
+
updatePartial(request: Partial<Contracts.AuthRole>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.AuthRole>>;
|
|
349
|
+
/** Saves the input as a new AuthRole. */
|
|
350
|
+
tryCreate(request: Contracts.AuthRole, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
351
|
+
create(request: Contracts.AuthRole, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole>;
|
|
352
|
+
/** Overwrites the given properties for each existing AuthRole. */
|
|
353
|
+
tryUpdatePartialMany(request: Array<Contracts.AuthRole>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.AuthRole>>>;
|
|
354
|
+
updatePartialMany(request: Array<Contracts.AuthRole>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.AuthRole>[]>;
|
|
355
|
+
/** Performs the given operation on each existing AuthRole that satisfies the given criteria. */
|
|
356
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.AuthRole, Contracts.AuthRoleCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
357
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.AuthRole, Contracts.AuthRoleCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole[]>;
|
|
358
|
+
/** 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). */
|
|
359
|
+
tryUpsert(request: Contracts.AuthRole, options?: IRepoOptions): Promise<SingleResult<Contracts.AuthRole>>;
|
|
360
|
+
upsert(request: Contracts.AuthRole, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole>;
|
|
361
|
+
/** 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). */
|
|
362
|
+
tryUpsertMany(request: Array<Contracts.AuthRole>, options?: IRepoOptions): Promise<BatchResult<Contracts.AuthRole>>;
|
|
363
|
+
upsertMany(request: Array<Contracts.AuthRole>, options?: IThrowingRepoOptions): Promise<Contracts.AuthRole[]>;
|
|
364
|
+
}
|
|
365
|
+
declare class BuildCruds {
|
|
366
|
+
private core;
|
|
367
|
+
constructor(core: CodiacNatsClient);
|
|
368
|
+
/** Deletes each existing Build that satisfies the given criteria. */
|
|
369
|
+
tryDeleteWhere(request: Contracts.BuildCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Build>>;
|
|
370
|
+
deleteWhere(request: Contracts.BuildCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Build[]>;
|
|
371
|
+
/** Retrieves all the existing Build that satisfy the given criteria. */
|
|
372
|
+
tryReadMany(request: Contracts.BuildCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Build>>;
|
|
373
|
+
readMany(request: Contracts.BuildCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Build[]>;
|
|
374
|
+
/** Performs the given operations on each existing Build that satisfies the given criteria. */
|
|
375
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Build, Contracts.BuildCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Build>>;
|
|
376
|
+
patchWhere(request: PatchSpecForMany<Contracts.Build, Contracts.BuildCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Build[]>;
|
|
377
|
+
/** Saves each given input as a new Build. */
|
|
378
|
+
tryCreateMany(request: Array<Contracts.Build>, options?: IRepoOptions): Promise<BatchResult<Contracts.Build>>;
|
|
379
|
+
createMany(request: Array<Contracts.Build>, options?: IThrowingRepoOptions): Promise<Contracts.Build[]>;
|
|
380
|
+
/** Overwrites each existing Build. */
|
|
381
|
+
tryUpdateMany(request: Array<Contracts.Build>, options?: IRepoOptions): Promise<BatchResult<Contracts.Build>>;
|
|
382
|
+
updateMany(request: Array<Contracts.Build>, options?: IThrowingRepoOptions): Promise<Contracts.Build[]>;
|
|
383
|
+
/** Deletes the existing Build. */
|
|
384
|
+
tryDelete(request: IdSpecFor<Contracts.Build>, options?: IRepoOptions): Promise<SingleResult<Contracts.Build>>;
|
|
385
|
+
delete(request: IdSpecFor<Contracts.Build>, options?: IThrowingRepoOptions): Promise<Contracts.Build>;
|
|
386
|
+
/** Retrieves the single, uniquely identified Build. */
|
|
387
|
+
tryRead(request: IdSpecFor<Contracts.Build>, options?: IRepoOptions): Promise<SingleResult<Contracts.Build>>;
|
|
388
|
+
read(request: IdSpecFor<Contracts.Build>, options?: IThrowingRepoOptions): Promise<Contracts.Build>;
|
|
389
|
+
/** Performs the given operations on the existing Build. */
|
|
390
|
+
tryPatch(request: PatchSpecForOne<Contracts.Build>, options?: IRepoOptions): Promise<SingleResult<Contracts.Build>>;
|
|
391
|
+
patch(request: PatchSpecForOne<Contracts.Build>, options?: IThrowingRepoOptions): Promise<Contracts.Build>;
|
|
392
|
+
/** Overwrites the existing Build. */
|
|
393
|
+
tryUpdate(request: Contracts.Build, options?: IRepoOptions): Promise<SingleResult<Contracts.Build>>;
|
|
394
|
+
update(request: Contracts.Build, options?: IThrowingRepoOptions): Promise<Contracts.Build>;
|
|
395
|
+
/** Overwrites the given properties of the existing Build. */
|
|
396
|
+
tryUpdatePartial(request: Partial<Contracts.Build>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Build>>>;
|
|
397
|
+
updatePartial(request: Partial<Contracts.Build>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Build>>;
|
|
398
|
+
/** Saves the input as a new Build. */
|
|
399
|
+
tryCreate(request: Contracts.Build, options?: IRepoOptions): Promise<SingleResult<Contracts.Build>>;
|
|
400
|
+
create(request: Contracts.Build, options?: IThrowingRepoOptions): Promise<Contracts.Build>;
|
|
401
|
+
/** Overwrites the given properties for each existing Build. */
|
|
402
|
+
tryUpdatePartialMany(request: Array<Contracts.Build>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Build>>>;
|
|
403
|
+
updatePartialMany(request: Array<Contracts.Build>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Build>[]>;
|
|
404
|
+
/** Performs the given operation on each existing Build that satisfies the given criteria. */
|
|
405
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Build, Contracts.BuildCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Build>>;
|
|
406
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Build, Contracts.BuildCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Build[]>;
|
|
407
|
+
/** Saves the input as a new Build, 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). */
|
|
408
|
+
tryUpsert(request: Contracts.Build, options?: IRepoOptions): Promise<SingleResult<Contracts.Build>>;
|
|
409
|
+
upsert(request: Contracts.Build, options?: IThrowingRepoOptions): Promise<Contracts.Build>;
|
|
410
|
+
/** Saves each given input as a new Build, 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). */
|
|
411
|
+
tryUpsertMany(request: Array<Contracts.Build>, options?: IRepoOptions): Promise<BatchResult<Contracts.Build>>;
|
|
412
|
+
upsertMany(request: Array<Contracts.Build>, options?: IThrowingRepoOptions): Promise<Contracts.Build[]>;
|
|
413
|
+
}
|
|
414
|
+
declare class BuildPipelineCruds {
|
|
415
|
+
private core;
|
|
416
|
+
constructor(core: CodiacNatsClient);
|
|
417
|
+
/** Deletes each existing BuildPipeline that satisfies the given criteria. */
|
|
418
|
+
tryDeleteWhere(request: Contracts.BuildPipelineCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.BuildPipeline>>;
|
|
419
|
+
deleteWhere(request: Contracts.BuildPipelineCriteria, options?: IThrowingRepoOptions): Promise<Contracts.BuildPipeline[]>;
|
|
420
|
+
/** Retrieves all the existing BuildPipeline that satisfy the given criteria. */
|
|
421
|
+
tryReadMany(request: Contracts.BuildPipelineCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.BuildPipeline>>;
|
|
422
|
+
readMany(request: Contracts.BuildPipelineCriteria, options?: IThrowingRepoOptions): Promise<Contracts.BuildPipeline[]>;
|
|
423
|
+
/** Performs the given operations on each existing BuildPipeline that satisfies the given criteria. */
|
|
424
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.BuildPipeline, Contracts.BuildPipelineCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.BuildPipeline>>;
|
|
425
|
+
patchWhere(request: PatchSpecForMany<Contracts.BuildPipeline, Contracts.BuildPipelineCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.BuildPipeline[]>;
|
|
426
|
+
/** Saves each given input as a new BuildPipeline. */
|
|
427
|
+
tryCreateMany(request: Array<Contracts.BuildPipeline>, options?: IRepoOptions): Promise<BatchResult<Contracts.BuildPipeline>>;
|
|
428
|
+
createMany(request: Array<Contracts.BuildPipeline>, options?: IThrowingRepoOptions): Promise<Contracts.BuildPipeline[]>;
|
|
429
|
+
/** Overwrites each existing BuildPipeline. */
|
|
430
|
+
tryUpdateMany(request: Array<Contracts.BuildPipeline>, options?: IRepoOptions): Promise<BatchResult<Contracts.BuildPipeline>>;
|
|
431
|
+
updateMany(request: Array<Contracts.BuildPipeline>, options?: IThrowingRepoOptions): Promise<Contracts.BuildPipeline[]>;
|
|
432
|
+
/** Deletes the existing BuildPipeline. */
|
|
433
|
+
tryDelete(request: IdSpecFor<Contracts.BuildPipeline>, options?: IRepoOptions): Promise<SingleResult<Contracts.BuildPipeline>>;
|
|
434
|
+
delete(request: IdSpecFor<Contracts.BuildPipeline>, options?: IThrowingRepoOptions): Promise<Contracts.BuildPipeline>;
|
|
435
|
+
/** Retrieves the single, uniquely identified BuildPipeline. */
|
|
436
|
+
tryRead(request: IdSpecFor<Contracts.BuildPipeline>, options?: IRepoOptions): Promise<SingleResult<Contracts.BuildPipeline>>;
|
|
437
|
+
read(request: IdSpecFor<Contracts.BuildPipeline>, options?: IThrowingRepoOptions): Promise<Contracts.BuildPipeline>;
|
|
438
|
+
/** Performs the given operations on the existing BuildPipeline. */
|
|
439
|
+
tryPatch(request: PatchSpecForOne<Contracts.BuildPipeline>, options?: IRepoOptions): Promise<SingleResult<Contracts.BuildPipeline>>;
|
|
440
|
+
patch(request: PatchSpecForOne<Contracts.BuildPipeline>, options?: IThrowingRepoOptions): Promise<Contracts.BuildPipeline>;
|
|
441
|
+
/** Overwrites the existing BuildPipeline. */
|
|
442
|
+
tryUpdate(request: Contracts.BuildPipeline, options?: IRepoOptions): Promise<SingleResult<Contracts.BuildPipeline>>;
|
|
443
|
+
update(request: Contracts.BuildPipeline, options?: IThrowingRepoOptions): Promise<Contracts.BuildPipeline>;
|
|
444
|
+
/** Overwrites the given properties of the existing BuildPipeline. */
|
|
445
|
+
tryUpdatePartial(request: Partial<Contracts.BuildPipeline>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.BuildPipeline>>>;
|
|
446
|
+
updatePartial(request: Partial<Contracts.BuildPipeline>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.BuildPipeline>>;
|
|
447
|
+
/** Saves the input as a new BuildPipeline. */
|
|
448
|
+
tryCreate(request: Contracts.BuildPipeline, options?: IRepoOptions): Promise<SingleResult<Contracts.BuildPipeline>>;
|
|
449
|
+
create(request: Contracts.BuildPipeline, options?: IThrowingRepoOptions): Promise<Contracts.BuildPipeline>;
|
|
450
|
+
/** Overwrites the given properties for each existing BuildPipeline. */
|
|
451
|
+
tryUpdatePartialMany(request: Array<Contracts.BuildPipeline>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.BuildPipeline>>>;
|
|
452
|
+
updatePartialMany(request: Array<Contracts.BuildPipeline>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.BuildPipeline>[]>;
|
|
453
|
+
/** Performs the given operation on each existing BuildPipeline that satisfies the given criteria. */
|
|
454
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.BuildPipeline, Contracts.BuildPipelineCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.BuildPipeline>>;
|
|
455
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.BuildPipeline, Contracts.BuildPipelineCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.BuildPipeline[]>;
|
|
456
|
+
/** Saves the input as a new BuildPipeline, 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). */
|
|
457
|
+
tryUpsert(request: Contracts.BuildPipeline, options?: IRepoOptions): Promise<SingleResult<Contracts.BuildPipeline>>;
|
|
458
|
+
upsert(request: Contracts.BuildPipeline, options?: IThrowingRepoOptions): Promise<Contracts.BuildPipeline>;
|
|
459
|
+
/** Saves each given input as a new BuildPipeline, 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). */
|
|
460
|
+
tryUpsertMany(request: Array<Contracts.BuildPipeline>, options?: IRepoOptions): Promise<BatchResult<Contracts.BuildPipeline>>;
|
|
461
|
+
upsertMany(request: Array<Contracts.BuildPipeline>, options?: IThrowingRepoOptions): Promise<Contracts.BuildPipeline[]>;
|
|
462
|
+
}
|
|
463
|
+
declare class CabinetCruds {
|
|
464
|
+
private core;
|
|
465
|
+
constructor(core: CodiacNatsClient);
|
|
466
|
+
/** Deletes each existing Cabinet that satisfies the given criteria. */
|
|
467
|
+
tryDeleteWhere(request: Contracts.CabinetCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Cabinet>>;
|
|
468
|
+
deleteWhere(request: Contracts.CabinetCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet[]>;
|
|
469
|
+
/** Retrieves all the existing Cabinet that satisfy the given criteria. */
|
|
470
|
+
tryReadMany(request: Contracts.CabinetCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Cabinet>>;
|
|
471
|
+
readMany(request: Contracts.CabinetCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet[]>;
|
|
472
|
+
/** Performs the given operations on each existing Cabinet that satisfies the given criteria. */
|
|
473
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Cabinet, Contracts.CabinetCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Cabinet>>;
|
|
474
|
+
patchWhere(request: PatchSpecForMany<Contracts.Cabinet, Contracts.CabinetCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet[]>;
|
|
475
|
+
/** Saves each given input as a new Cabinet. */
|
|
476
|
+
tryCreateMany(request: Array<Contracts.Cabinet>, options?: IRepoOptions): Promise<BatchResult<Contracts.Cabinet>>;
|
|
477
|
+
createMany(request: Array<Contracts.Cabinet>, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet[]>;
|
|
478
|
+
/** Overwrites each existing Cabinet. */
|
|
479
|
+
tryUpdateMany(request: Array<Contracts.Cabinet>, options?: IRepoOptions): Promise<BatchResult<Contracts.Cabinet>>;
|
|
480
|
+
updateMany(request: Array<Contracts.Cabinet>, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet[]>;
|
|
481
|
+
/** Deletes the existing Cabinet. */
|
|
482
|
+
tryDelete(request: IdSpecFor<Contracts.Cabinet>, options?: IRepoOptions): Promise<SingleResult<Contracts.Cabinet>>;
|
|
483
|
+
delete(request: IdSpecFor<Contracts.Cabinet>, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet>;
|
|
484
|
+
/** Retrieves the single, uniquely identified Cabinet. */
|
|
485
|
+
tryRead(request: IdSpecFor<Contracts.Cabinet>, options?: IRepoOptions): Promise<SingleResult<Contracts.Cabinet>>;
|
|
486
|
+
read(request: IdSpecFor<Contracts.Cabinet>, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet>;
|
|
487
|
+
/** Performs the given operations on the existing Cabinet. */
|
|
488
|
+
tryPatch(request: PatchSpecForOne<Contracts.Cabinet>, options?: IRepoOptions): Promise<SingleResult<Contracts.Cabinet>>;
|
|
489
|
+
patch(request: PatchSpecForOne<Contracts.Cabinet>, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet>;
|
|
490
|
+
/** Overwrites the existing Cabinet. */
|
|
491
|
+
tryUpdate(request: Contracts.Cabinet, options?: IRepoOptions): Promise<SingleResult<Contracts.Cabinet>>;
|
|
492
|
+
update(request: Contracts.Cabinet, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet>;
|
|
493
|
+
/** Overwrites the given properties of the existing Cabinet. */
|
|
494
|
+
tryUpdatePartial(request: Partial<Contracts.Cabinet>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Cabinet>>>;
|
|
495
|
+
updatePartial(request: Partial<Contracts.Cabinet>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Cabinet>>;
|
|
496
|
+
/** Saves the input as a new Cabinet. */
|
|
497
|
+
tryCreate(request: Contracts.Cabinet, options?: IRepoOptions): Promise<SingleResult<Contracts.Cabinet>>;
|
|
498
|
+
create(request: Contracts.Cabinet, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet>;
|
|
499
|
+
/** Overwrites the given properties for each existing Cabinet. */
|
|
500
|
+
tryUpdatePartialMany(request: Array<Contracts.Cabinet>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Cabinet>>>;
|
|
501
|
+
updatePartialMany(request: Array<Contracts.Cabinet>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Cabinet>[]>;
|
|
502
|
+
/** Performs the given operation on each existing Cabinet that satisfies the given criteria. */
|
|
503
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Cabinet, Contracts.CabinetCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Cabinet>>;
|
|
504
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Cabinet, Contracts.CabinetCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet[]>;
|
|
505
|
+
/** 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). */
|
|
506
|
+
tryUpsert(request: Contracts.Cabinet, options?: IRepoOptions): Promise<SingleResult<Contracts.Cabinet>>;
|
|
507
|
+
upsert(request: Contracts.Cabinet, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet>;
|
|
508
|
+
/** 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). */
|
|
509
|
+
tryUpsertMany(request: Array<Contracts.Cabinet>, options?: IRepoOptions): Promise<BatchResult<Contracts.Cabinet>>;
|
|
510
|
+
upsertMany(request: Array<Contracts.Cabinet>, options?: IThrowingRepoOptions): Promise<Contracts.Cabinet[]>;
|
|
511
|
+
}
|
|
512
|
+
declare class CabinetCreateActivityCruds {
|
|
513
|
+
private core;
|
|
514
|
+
constructor(core: CodiacNatsClient);
|
|
515
|
+
/** Deletes each existing CabinetCreateActivity that satisfies the given criteria. */
|
|
516
|
+
tryDeleteWhere(request: Contracts.CabinetCreateActivityCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.CabinetCreateActivity>>;
|
|
517
|
+
deleteWhere(request: Contracts.CabinetCreateActivityCriteria, options?: IThrowingRepoOptions): Promise<Contracts.CabinetCreateActivity[]>;
|
|
518
|
+
/** Retrieves all the existing CabinetCreateActivity that satisfy the given criteria. */
|
|
519
|
+
tryReadMany(request: Contracts.CabinetCreateActivityCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.CabinetCreateActivity>>;
|
|
520
|
+
readMany(request: Contracts.CabinetCreateActivityCriteria, options?: IThrowingRepoOptions): Promise<Contracts.CabinetCreateActivity[]>;
|
|
521
|
+
/** Performs the given operations on each existing CabinetCreateActivity that satisfies the given criteria. */
|
|
522
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.CabinetCreateActivity, Contracts.CabinetCreateActivityCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.CabinetCreateActivity>>;
|
|
523
|
+
patchWhere(request: PatchSpecForMany<Contracts.CabinetCreateActivity, Contracts.CabinetCreateActivityCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.CabinetCreateActivity[]>;
|
|
524
|
+
/** Saves each given input as a new CabinetCreateActivity. */
|
|
525
|
+
tryCreateMany(request: Array<Contracts.CabinetCreateActivity>, options?: IRepoOptions): Promise<BatchResult<Contracts.CabinetCreateActivity>>;
|
|
526
|
+
createMany(request: Array<Contracts.CabinetCreateActivity>, options?: IThrowingRepoOptions): Promise<Contracts.CabinetCreateActivity[]>;
|
|
527
|
+
/** Overwrites each existing CabinetCreateActivity. */
|
|
528
|
+
tryUpdateMany(request: Array<Contracts.CabinetCreateActivity>, options?: IRepoOptions): Promise<BatchResult<Contracts.CabinetCreateActivity>>;
|
|
529
|
+
updateMany(request: Array<Contracts.CabinetCreateActivity>, options?: IThrowingRepoOptions): Promise<Contracts.CabinetCreateActivity[]>;
|
|
530
|
+
/** Deletes the existing CabinetCreateActivity. */
|
|
531
|
+
tryDelete(request: IdSpecFor<Contracts.CabinetCreateActivity>, options?: IRepoOptions): Promise<SingleResult<Contracts.CabinetCreateActivity>>;
|
|
532
|
+
delete(request: IdSpecFor<Contracts.CabinetCreateActivity>, options?: IThrowingRepoOptions): Promise<Contracts.CabinetCreateActivity>;
|
|
533
|
+
/** Retrieves the single, uniquely identified CabinetCreateActivity. */
|
|
534
|
+
tryRead(request: IdSpecFor<Contracts.CabinetCreateActivity>, options?: IRepoOptions): Promise<SingleResult<Contracts.CabinetCreateActivity>>;
|
|
535
|
+
read(request: IdSpecFor<Contracts.CabinetCreateActivity>, options?: IThrowingRepoOptions): Promise<Contracts.CabinetCreateActivity>;
|
|
536
|
+
/** Performs the given operations on the existing CabinetCreateActivity. */
|
|
537
|
+
tryPatch(request: PatchSpecForOne<Contracts.CabinetCreateActivity>, options?: IRepoOptions): Promise<SingleResult<Contracts.CabinetCreateActivity>>;
|
|
538
|
+
patch(request: PatchSpecForOne<Contracts.CabinetCreateActivity>, options?: IThrowingRepoOptions): Promise<Contracts.CabinetCreateActivity>;
|
|
539
|
+
/** Overwrites the existing CabinetCreateActivity. */
|
|
540
|
+
tryUpdate(request: Contracts.CabinetCreateActivity, options?: IRepoOptions): Promise<SingleResult<Contracts.CabinetCreateActivity>>;
|
|
541
|
+
update(request: Contracts.CabinetCreateActivity, options?: IThrowingRepoOptions): Promise<Contracts.CabinetCreateActivity>;
|
|
542
|
+
/** Overwrites the given properties of the existing CabinetCreateActivity. */
|
|
543
|
+
tryUpdatePartial(request: Partial<Contracts.CabinetCreateActivity>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.CabinetCreateActivity>>>;
|
|
544
|
+
updatePartial(request: Partial<Contracts.CabinetCreateActivity>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.CabinetCreateActivity>>;
|
|
545
|
+
/** Saves the input as a new CabinetCreateActivity. */
|
|
546
|
+
tryCreate(request: Contracts.CabinetCreateActivity, options?: IRepoOptions): Promise<SingleResult<Contracts.CabinetCreateActivity>>;
|
|
547
|
+
create(request: Contracts.CabinetCreateActivity, options?: IThrowingRepoOptions): Promise<Contracts.CabinetCreateActivity>;
|
|
548
|
+
/** Overwrites the given properties for each existing CabinetCreateActivity. */
|
|
549
|
+
tryUpdatePartialMany(request: Array<Contracts.CabinetCreateActivity>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.CabinetCreateActivity>>>;
|
|
550
|
+
updatePartialMany(request: Array<Contracts.CabinetCreateActivity>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.CabinetCreateActivity>[]>;
|
|
551
|
+
/** Performs the given operation on each existing CabinetCreateActivity that satisfies the given criteria. */
|
|
552
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.CabinetCreateActivity, Contracts.CabinetCreateActivityCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.CabinetCreateActivity>>;
|
|
553
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.CabinetCreateActivity, Contracts.CabinetCreateActivityCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.CabinetCreateActivity[]>;
|
|
554
|
+
/** Saves the input as a new CabinetCreateActivity, 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). */
|
|
555
|
+
tryUpsert(request: Contracts.CabinetCreateActivity, options?: IRepoOptions): Promise<SingleResult<Contracts.CabinetCreateActivity>>;
|
|
556
|
+
upsert(request: Contracts.CabinetCreateActivity, options?: IThrowingRepoOptions): Promise<Contracts.CabinetCreateActivity>;
|
|
557
|
+
/** Saves each given input as a new CabinetCreateActivity, 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). */
|
|
558
|
+
tryUpsertMany(request: Array<Contracts.CabinetCreateActivity>, options?: IRepoOptions): Promise<BatchResult<Contracts.CabinetCreateActivity>>;
|
|
559
|
+
upsertMany(request: Array<Contracts.CabinetCreateActivity>, options?: IThrowingRepoOptions): Promise<Contracts.CabinetCreateActivity[]>;
|
|
560
|
+
}
|
|
561
|
+
declare class ClusterCruds {
|
|
562
|
+
private core;
|
|
563
|
+
constructor(core: CodiacNatsClient);
|
|
564
|
+
/** Deletes each existing Cluster that satisfies the given criteria. */
|
|
565
|
+
tryDeleteWhere(request: Contracts.ClusterCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Cluster>>;
|
|
566
|
+
deleteWhere(request: Contracts.ClusterCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Cluster[]>;
|
|
567
|
+
/** Retrieves all the existing Cluster that satisfy the given criteria. */
|
|
568
|
+
tryReadMany(request: Contracts.ClusterCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Cluster>>;
|
|
569
|
+
readMany(request: Contracts.ClusterCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Cluster[]>;
|
|
570
|
+
/** Performs the given operations on each existing Cluster that satisfies the given criteria. */
|
|
571
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Cluster, Contracts.ClusterCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Cluster>>;
|
|
572
|
+
patchWhere(request: PatchSpecForMany<Contracts.Cluster, Contracts.ClusterCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Cluster[]>;
|
|
573
|
+
/** Saves each given input as a new Cluster. */
|
|
574
|
+
tryCreateMany(request: Array<Contracts.Cluster>, options?: IRepoOptions): Promise<BatchResult<Contracts.Cluster>>;
|
|
575
|
+
createMany(request: Array<Contracts.Cluster>, options?: IThrowingRepoOptions): Promise<Contracts.Cluster[]>;
|
|
576
|
+
/** Overwrites each existing Cluster. */
|
|
577
|
+
tryUpdateMany(request: Array<Contracts.Cluster>, options?: IRepoOptions): Promise<BatchResult<Contracts.Cluster>>;
|
|
578
|
+
updateMany(request: Array<Contracts.Cluster>, options?: IThrowingRepoOptions): Promise<Contracts.Cluster[]>;
|
|
579
|
+
/** Deletes the existing Cluster. */
|
|
580
|
+
tryDelete(request: IdSpecFor<Contracts.Cluster>, options?: IRepoOptions): Promise<SingleResult<Contracts.Cluster>>;
|
|
581
|
+
delete(request: IdSpecFor<Contracts.Cluster>, options?: IThrowingRepoOptions): Promise<Contracts.Cluster>;
|
|
582
|
+
/** Retrieves the single, uniquely identified Cluster. */
|
|
583
|
+
tryRead(request: IdSpecFor<Contracts.Cluster>, options?: IRepoOptions): Promise<SingleResult<Contracts.Cluster>>;
|
|
584
|
+
read(request: IdSpecFor<Contracts.Cluster>, options?: IThrowingRepoOptions): Promise<Contracts.Cluster>;
|
|
585
|
+
/** Performs the given operations on the existing Cluster. */
|
|
586
|
+
tryPatch(request: PatchSpecForOne<Contracts.Cluster>, options?: IRepoOptions): Promise<SingleResult<Contracts.Cluster>>;
|
|
587
|
+
patch(request: PatchSpecForOne<Contracts.Cluster>, options?: IThrowingRepoOptions): Promise<Contracts.Cluster>;
|
|
588
|
+
/** Overwrites the existing Cluster. */
|
|
589
|
+
tryUpdate(request: Contracts.Cluster, options?: IRepoOptions): Promise<SingleResult<Contracts.Cluster>>;
|
|
590
|
+
update(request: Contracts.Cluster, options?: IThrowingRepoOptions): Promise<Contracts.Cluster>;
|
|
591
|
+
/** Overwrites the given properties of the existing Cluster. */
|
|
592
|
+
tryUpdatePartial(request: Partial<Contracts.Cluster>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Cluster>>>;
|
|
593
|
+
updatePartial(request: Partial<Contracts.Cluster>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Cluster>>;
|
|
594
|
+
/** Saves the input as a new Cluster. */
|
|
595
|
+
tryCreate(request: Contracts.Cluster, options?: IRepoOptions): Promise<SingleResult<Contracts.Cluster>>;
|
|
596
|
+
create(request: Contracts.Cluster, options?: IThrowingRepoOptions): Promise<Contracts.Cluster>;
|
|
597
|
+
/** Overwrites the given properties for each existing Cluster. */
|
|
598
|
+
tryUpdatePartialMany(request: Array<Contracts.Cluster>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Cluster>>>;
|
|
599
|
+
updatePartialMany(request: Array<Contracts.Cluster>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Cluster>[]>;
|
|
600
|
+
/** Performs the given operation on each existing Cluster that satisfies the given criteria. */
|
|
601
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Cluster, Contracts.ClusterCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Cluster>>;
|
|
602
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Cluster, Contracts.ClusterCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Cluster[]>;
|
|
603
|
+
/** Saves the input as a new Cluster, 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). */
|
|
604
|
+
tryUpsert(request: Contracts.Cluster, options?: IRepoOptions): Promise<SingleResult<Contracts.Cluster>>;
|
|
605
|
+
upsert(request: Contracts.Cluster, options?: IThrowingRepoOptions): Promise<Contracts.Cluster>;
|
|
606
|
+
/** Saves each given input as a new Cluster, 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). */
|
|
607
|
+
tryUpsertMany(request: Array<Contracts.Cluster>, options?: IRepoOptions): Promise<BatchResult<Contracts.Cluster>>;
|
|
608
|
+
upsertMany(request: Array<Contracts.Cluster>, options?: IThrowingRepoOptions): Promise<Contracts.Cluster[]>;
|
|
609
|
+
}
|
|
610
|
+
declare class ClusterDefCruds {
|
|
611
|
+
private core;
|
|
612
|
+
constructor(core: CodiacNatsClient);
|
|
613
|
+
/** Deletes each existing ClusterDef that satisfies the given criteria. */
|
|
614
|
+
tryDeleteWhere(request: Contracts.ClusterDefCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterDef>>;
|
|
615
|
+
deleteWhere(request: Contracts.ClusterDefCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef[]>;
|
|
616
|
+
/** Retrieves all the existing ClusterDef that satisfy the given criteria. */
|
|
617
|
+
tryReadMany(request: Contracts.ClusterDefCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ClusterDef>>;
|
|
618
|
+
readMany(request: Contracts.ClusterDefCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef[]>;
|
|
619
|
+
/** Performs the given operations on each existing ClusterDef that satisfies the given criteria. */
|
|
620
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.ClusterDef, Contracts.ClusterDefCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterDef>>;
|
|
621
|
+
patchWhere(request: PatchSpecForMany<Contracts.ClusterDef, Contracts.ClusterDefCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef[]>;
|
|
622
|
+
/** Saves each given input as a new ClusterDef. */
|
|
623
|
+
tryCreateMany(request: Array<Contracts.ClusterDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterDef>>;
|
|
624
|
+
createMany(request: Array<Contracts.ClusterDef>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef[]>;
|
|
625
|
+
/** Overwrites each existing ClusterDef. */
|
|
626
|
+
tryUpdateMany(request: Array<Contracts.ClusterDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterDef>>;
|
|
627
|
+
updateMany(request: Array<Contracts.ClusterDef>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef[]>;
|
|
628
|
+
/** Deletes the existing ClusterDef. */
|
|
629
|
+
tryDelete(request: IdSpecFor<Contracts.ClusterDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterDef>>;
|
|
630
|
+
delete(request: IdSpecFor<Contracts.ClusterDef>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef>;
|
|
631
|
+
/** Retrieves the single, uniquely identified ClusterDef. */
|
|
632
|
+
tryRead(request: IdSpecFor<Contracts.ClusterDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterDef>>;
|
|
633
|
+
read(request: IdSpecFor<Contracts.ClusterDef>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef>;
|
|
634
|
+
/** Performs the given operations on the existing ClusterDef. */
|
|
635
|
+
tryPatch(request: PatchSpecForOne<Contracts.ClusterDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterDef>>;
|
|
636
|
+
patch(request: PatchSpecForOne<Contracts.ClusterDef>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef>;
|
|
637
|
+
/** Overwrites the existing ClusterDef. */
|
|
638
|
+
tryUpdate(request: Contracts.ClusterDef, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterDef>>;
|
|
639
|
+
update(request: Contracts.ClusterDef, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef>;
|
|
640
|
+
/** Overwrites the given properties of the existing ClusterDef. */
|
|
641
|
+
tryUpdatePartial(request: Partial<Contracts.ClusterDef>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.ClusterDef>>>;
|
|
642
|
+
updatePartial(request: Partial<Contracts.ClusterDef>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ClusterDef>>;
|
|
643
|
+
/** Saves the input as a new ClusterDef. */
|
|
644
|
+
tryCreate(request: Contracts.ClusterDef, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterDef>>;
|
|
645
|
+
create(request: Contracts.ClusterDef, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef>;
|
|
646
|
+
/** Overwrites the given properties for each existing ClusterDef. */
|
|
647
|
+
tryUpdatePartialMany(request: Array<Contracts.ClusterDef>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.ClusterDef>>>;
|
|
648
|
+
updatePartialMany(request: Array<Contracts.ClusterDef>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ClusterDef>[]>;
|
|
649
|
+
/** Performs the given operation on each existing ClusterDef that satisfies the given criteria. */
|
|
650
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ClusterDef, Contracts.ClusterDefCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterDef>>;
|
|
651
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ClusterDef, Contracts.ClusterDefCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef[]>;
|
|
652
|
+
/** 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). */
|
|
653
|
+
tryUpsert(request: Contracts.ClusterDef, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterDef>>;
|
|
654
|
+
upsert(request: Contracts.ClusterDef, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef>;
|
|
655
|
+
/** 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). */
|
|
656
|
+
tryUpsertMany(request: Array<Contracts.ClusterDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterDef>>;
|
|
657
|
+
upsertMany(request: Array<Contracts.ClusterDef>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterDef[]>;
|
|
658
|
+
}
|
|
659
|
+
declare class ClusterGrantCruds {
|
|
660
|
+
private core;
|
|
661
|
+
constructor(core: CodiacNatsClient);
|
|
662
|
+
/** Deletes each existing ClusterGrant that satisfies the given criteria. */
|
|
663
|
+
tryDeleteWhere(request: Contracts.ClusterGrantCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterGrant>>;
|
|
664
|
+
deleteWhere(request: Contracts.ClusterGrantCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ClusterGrant[]>;
|
|
665
|
+
/** Retrieves all the existing ClusterGrant that satisfy the given criteria. */
|
|
666
|
+
tryReadMany(request: Contracts.ClusterGrantCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ClusterGrant>>;
|
|
667
|
+
readMany(request: Contracts.ClusterGrantCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ClusterGrant[]>;
|
|
668
|
+
/** Performs the given operations on each existing ClusterGrant that satisfies the given criteria. */
|
|
669
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.ClusterGrant, Contracts.ClusterGrantCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterGrant>>;
|
|
670
|
+
patchWhere(request: PatchSpecForMany<Contracts.ClusterGrant, Contracts.ClusterGrantCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterGrant[]>;
|
|
671
|
+
/** Saves each given input as a new ClusterGrant. */
|
|
672
|
+
tryCreateMany(request: Array<Contracts.ClusterGrant>, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterGrant>>;
|
|
673
|
+
createMany(request: Array<Contracts.ClusterGrant>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterGrant[]>;
|
|
674
|
+
/** Overwrites each existing ClusterGrant. */
|
|
675
|
+
tryUpdateMany(request: Array<Contracts.ClusterGrant>, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterGrant>>;
|
|
676
|
+
updateMany(request: Array<Contracts.ClusterGrant>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterGrant[]>;
|
|
677
|
+
/** Deletes the existing ClusterGrant. */
|
|
678
|
+
tryDelete(request: IdSpecFor<Contracts.ClusterGrant>, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterGrant>>;
|
|
679
|
+
delete(request: IdSpecFor<Contracts.ClusterGrant>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterGrant>;
|
|
680
|
+
/** Retrieves the single, uniquely identified ClusterGrant. */
|
|
681
|
+
tryRead(request: IdSpecFor<Contracts.ClusterGrant>, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterGrant>>;
|
|
682
|
+
read(request: IdSpecFor<Contracts.ClusterGrant>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterGrant>;
|
|
683
|
+
/** Performs the given operations on the existing ClusterGrant. */
|
|
684
|
+
tryPatch(request: PatchSpecForOne<Contracts.ClusterGrant>, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterGrant>>;
|
|
685
|
+
patch(request: PatchSpecForOne<Contracts.ClusterGrant>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterGrant>;
|
|
686
|
+
/** Overwrites the existing ClusterGrant. */
|
|
687
|
+
tryUpdate(request: Contracts.ClusterGrant, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterGrant>>;
|
|
688
|
+
update(request: Contracts.ClusterGrant, options?: IThrowingRepoOptions): Promise<Contracts.ClusterGrant>;
|
|
689
|
+
/** Overwrites the given properties of the existing ClusterGrant. */
|
|
690
|
+
tryUpdatePartial(request: Partial<Contracts.ClusterGrant>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.ClusterGrant>>>;
|
|
691
|
+
updatePartial(request: Partial<Contracts.ClusterGrant>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ClusterGrant>>;
|
|
692
|
+
/** Saves the input as a new ClusterGrant. */
|
|
693
|
+
tryCreate(request: Contracts.ClusterGrant, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterGrant>>;
|
|
694
|
+
create(request: Contracts.ClusterGrant, options?: IThrowingRepoOptions): Promise<Contracts.ClusterGrant>;
|
|
695
|
+
/** Overwrites the given properties for each existing ClusterGrant. */
|
|
696
|
+
tryUpdatePartialMany(request: Array<Contracts.ClusterGrant>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.ClusterGrant>>>;
|
|
697
|
+
updatePartialMany(request: Array<Contracts.ClusterGrant>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ClusterGrant>[]>;
|
|
698
|
+
/** Performs the given operation on each existing ClusterGrant that satisfies the given criteria. */
|
|
699
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ClusterGrant, Contracts.ClusterGrantCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterGrant>>;
|
|
700
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ClusterGrant, Contracts.ClusterGrantCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterGrant[]>;
|
|
701
|
+
/** Saves the input as a new ClusterGrant, 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). */
|
|
702
|
+
tryUpsert(request: Contracts.ClusterGrant, options?: IRepoOptions): Promise<SingleResult<Contracts.ClusterGrant>>;
|
|
703
|
+
upsert(request: Contracts.ClusterGrant, options?: IThrowingRepoOptions): Promise<Contracts.ClusterGrant>;
|
|
704
|
+
/** Saves each given input as a new ClusterGrant, 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). */
|
|
705
|
+
tryUpsertMany(request: Array<Contracts.ClusterGrant>, options?: IRepoOptions): Promise<BatchResult<Contracts.ClusterGrant>>;
|
|
706
|
+
upsertMany(request: Array<Contracts.ClusterGrant>, options?: IThrowingRepoOptions): Promise<Contracts.ClusterGrant[]>;
|
|
707
|
+
}
|
|
708
|
+
declare class CodiacTenantCruds {
|
|
709
|
+
private core;
|
|
710
|
+
constructor(core: CodiacNatsClient);
|
|
711
|
+
/** Deletes each existing CodiacTenant that satisfies the given criteria. */
|
|
712
|
+
tryDeleteWhere(request: Contracts.CodiacTenantCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.CodiacTenant>>;
|
|
713
|
+
deleteWhere(request: Contracts.CodiacTenantCriteria, options?: IThrowingRepoOptions): Promise<Contracts.CodiacTenant[]>;
|
|
714
|
+
/** Retrieves all the existing CodiacTenant that satisfy the given criteria. */
|
|
715
|
+
tryReadMany(request: Contracts.CodiacTenantCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.CodiacTenant>>;
|
|
716
|
+
readMany(request: Contracts.CodiacTenantCriteria, options?: IThrowingRepoOptions): Promise<Contracts.CodiacTenant[]>;
|
|
717
|
+
/** Performs the given operations on each existing CodiacTenant that satisfies the given criteria. */
|
|
718
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.CodiacTenant, Contracts.CodiacTenantCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.CodiacTenant>>;
|
|
719
|
+
patchWhere(request: PatchSpecForMany<Contracts.CodiacTenant, Contracts.CodiacTenantCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.CodiacTenant[]>;
|
|
720
|
+
/** Saves each given input as a new CodiacTenant. */
|
|
721
|
+
tryCreateMany(request: Array<Contracts.CodiacTenant>, options?: IRepoOptions): Promise<BatchResult<Contracts.CodiacTenant>>;
|
|
722
|
+
createMany(request: Array<Contracts.CodiacTenant>, options?: IThrowingRepoOptions): Promise<Contracts.CodiacTenant[]>;
|
|
723
|
+
/** Overwrites each existing CodiacTenant. */
|
|
724
|
+
tryUpdateMany(request: Array<Contracts.CodiacTenant>, options?: IRepoOptions): Promise<BatchResult<Contracts.CodiacTenant>>;
|
|
725
|
+
updateMany(request: Array<Contracts.CodiacTenant>, options?: IThrowingRepoOptions): Promise<Contracts.CodiacTenant[]>;
|
|
726
|
+
/** Deletes the existing CodiacTenant. */
|
|
727
|
+
tryDelete(request: IdSpecFor<Contracts.CodiacTenant>, options?: IRepoOptions): Promise<SingleResult<Contracts.CodiacTenant>>;
|
|
728
|
+
delete(request: IdSpecFor<Contracts.CodiacTenant>, options?: IThrowingRepoOptions): Promise<Contracts.CodiacTenant>;
|
|
729
|
+
/** Retrieves the single, uniquely identified CodiacTenant. */
|
|
730
|
+
tryRead(request: IdSpecFor<Contracts.CodiacTenant>, options?: IRepoOptions): Promise<SingleResult<Contracts.CodiacTenant>>;
|
|
731
|
+
read(request: IdSpecFor<Contracts.CodiacTenant>, options?: IThrowingRepoOptions): Promise<Contracts.CodiacTenant>;
|
|
732
|
+
/** Performs the given operations on the existing CodiacTenant. */
|
|
733
|
+
tryPatch(request: PatchSpecForOne<Contracts.CodiacTenant>, options?: IRepoOptions): Promise<SingleResult<Contracts.CodiacTenant>>;
|
|
734
|
+
patch(request: PatchSpecForOne<Contracts.CodiacTenant>, options?: IThrowingRepoOptions): Promise<Contracts.CodiacTenant>;
|
|
735
|
+
/** Overwrites the existing CodiacTenant. */
|
|
736
|
+
tryUpdate(request: Contracts.CodiacTenant, options?: IRepoOptions): Promise<SingleResult<Contracts.CodiacTenant>>;
|
|
737
|
+
update(request: Contracts.CodiacTenant, options?: IThrowingRepoOptions): Promise<Contracts.CodiacTenant>;
|
|
738
|
+
/** Overwrites the given properties of the existing CodiacTenant. */
|
|
739
|
+
tryUpdatePartial(request: Partial<Contracts.CodiacTenant>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.CodiacTenant>>>;
|
|
740
|
+
updatePartial(request: Partial<Contracts.CodiacTenant>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.CodiacTenant>>;
|
|
741
|
+
/** Saves the input as a new CodiacTenant. */
|
|
742
|
+
tryCreate(request: Contracts.CodiacTenant, options?: IRepoOptions): Promise<SingleResult<Contracts.CodiacTenant>>;
|
|
743
|
+
create(request: Contracts.CodiacTenant, options?: IThrowingRepoOptions): Promise<Contracts.CodiacTenant>;
|
|
744
|
+
/** Overwrites the given properties for each existing CodiacTenant. */
|
|
745
|
+
tryUpdatePartialMany(request: Array<Contracts.CodiacTenant>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.CodiacTenant>>>;
|
|
746
|
+
updatePartialMany(request: Array<Contracts.CodiacTenant>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.CodiacTenant>[]>;
|
|
747
|
+
/** Performs the given operation on each existing CodiacTenant that satisfies the given criteria. */
|
|
748
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.CodiacTenant, Contracts.CodiacTenantCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.CodiacTenant>>;
|
|
749
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.CodiacTenant, Contracts.CodiacTenantCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.CodiacTenant[]>;
|
|
750
|
+
/** Saves the input as a new CodiacTenant, 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). */
|
|
751
|
+
tryUpsert(request: Contracts.CodiacTenant, options?: IRepoOptions): Promise<SingleResult<Contracts.CodiacTenant>>;
|
|
752
|
+
upsert(request: Contracts.CodiacTenant, options?: IThrowingRepoOptions): Promise<Contracts.CodiacTenant>;
|
|
753
|
+
/** Saves each given input as a new CodiacTenant, 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). */
|
|
754
|
+
tryUpsertMany(request: Array<Contracts.CodiacTenant>, options?: IRepoOptions): Promise<BatchResult<Contracts.CodiacTenant>>;
|
|
755
|
+
upsertMany(request: Array<Contracts.CodiacTenant>, options?: IThrowingRepoOptions): Promise<Contracts.CodiacTenant[]>;
|
|
756
|
+
}
|
|
757
|
+
declare class CodiacUserCruds {
|
|
758
|
+
private core;
|
|
759
|
+
constructor(core: CodiacNatsClient);
|
|
760
|
+
/** Retrieves all the existing CodiacUser that satisfy the given criteria. */
|
|
761
|
+
tryReadMany(request: Contracts.CodiacUserCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.CodiacUser>>;
|
|
762
|
+
readMany(request: Contracts.CodiacUserCriteria, options?: IThrowingRepoOptions): Promise<Contracts.CodiacUser[]>;
|
|
763
|
+
/** Retrieves the single, uniquely identified CodiacUser. */
|
|
764
|
+
tryRead(request: IdSpecFor<Contracts.CodiacUser>, options?: IRepoOptions): Promise<SingleResult<Contracts.CodiacUser>>;
|
|
765
|
+
read(request: IdSpecFor<Contracts.CodiacUser>, options?: IThrowingRepoOptions): Promise<Contracts.CodiacUser>;
|
|
766
|
+
}
|
|
767
|
+
declare class CommentCruds {
|
|
768
|
+
private core;
|
|
769
|
+
constructor(core: CodiacNatsClient);
|
|
770
|
+
/** Deletes each existing Comment that satisfies the given criteria. */
|
|
771
|
+
tryDeleteWhere(request: Contracts.CommentCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Comment>>;
|
|
772
|
+
deleteWhere(request: Contracts.CommentCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Comment[]>;
|
|
773
|
+
/** Retrieves all the existing Comment that satisfy the given criteria. */
|
|
774
|
+
tryReadMany(request: Contracts.CommentCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Comment>>;
|
|
775
|
+
readMany(request: Contracts.CommentCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Comment[]>;
|
|
776
|
+
/** Performs the given operations on each existing Comment that satisfies the given criteria. */
|
|
777
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Comment, Contracts.CommentCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Comment>>;
|
|
778
|
+
patchWhere(request: PatchSpecForMany<Contracts.Comment, Contracts.CommentCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Comment[]>;
|
|
779
|
+
/** Saves each given input as a new Comment. */
|
|
780
|
+
tryCreateMany(request: Array<Contracts.Comment>, options?: IRepoOptions): Promise<BatchResult<Contracts.Comment>>;
|
|
781
|
+
createMany(request: Array<Contracts.Comment>, options?: IThrowingRepoOptions): Promise<Contracts.Comment[]>;
|
|
782
|
+
/** Overwrites each existing Comment. */
|
|
783
|
+
tryUpdateMany(request: Array<Contracts.Comment>, options?: IRepoOptions): Promise<BatchResult<Contracts.Comment>>;
|
|
784
|
+
updateMany(request: Array<Contracts.Comment>, options?: IThrowingRepoOptions): Promise<Contracts.Comment[]>;
|
|
785
|
+
/** Deletes the existing Comment. */
|
|
786
|
+
tryDelete(request: IdSpecFor<Contracts.Comment>, options?: IRepoOptions): Promise<SingleResult<Contracts.Comment>>;
|
|
787
|
+
delete(request: IdSpecFor<Contracts.Comment>, options?: IThrowingRepoOptions): Promise<Contracts.Comment>;
|
|
788
|
+
/** Retrieves the single, uniquely identified Comment. */
|
|
789
|
+
tryRead(request: IdSpecFor<Contracts.Comment>, options?: IRepoOptions): Promise<SingleResult<Contracts.Comment>>;
|
|
790
|
+
read(request: IdSpecFor<Contracts.Comment>, options?: IThrowingRepoOptions): Promise<Contracts.Comment>;
|
|
791
|
+
/** Performs the given operations on the existing Comment. */
|
|
792
|
+
tryPatch(request: PatchSpecForOne<Contracts.Comment>, options?: IRepoOptions): Promise<SingleResult<Contracts.Comment>>;
|
|
793
|
+
patch(request: PatchSpecForOne<Contracts.Comment>, options?: IThrowingRepoOptions): Promise<Contracts.Comment>;
|
|
794
|
+
/** Overwrites the existing Comment. */
|
|
795
|
+
tryUpdate(request: Contracts.Comment, options?: IRepoOptions): Promise<SingleResult<Contracts.Comment>>;
|
|
796
|
+
update(request: Contracts.Comment, options?: IThrowingRepoOptions): Promise<Contracts.Comment>;
|
|
797
|
+
/** Overwrites the given properties of the existing Comment. */
|
|
798
|
+
tryUpdatePartial(request: Partial<Contracts.Comment>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Comment>>>;
|
|
799
|
+
updatePartial(request: Partial<Contracts.Comment>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Comment>>;
|
|
800
|
+
/** Saves the input as a new Comment. */
|
|
801
|
+
tryCreate(request: Contracts.Comment, options?: IRepoOptions): Promise<SingleResult<Contracts.Comment>>;
|
|
802
|
+
create(request: Contracts.Comment, options?: IThrowingRepoOptions): Promise<Contracts.Comment>;
|
|
803
|
+
/** Overwrites the given properties for each existing Comment. */
|
|
804
|
+
tryUpdatePartialMany(request: Array<Contracts.Comment>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Comment>>>;
|
|
805
|
+
updatePartialMany(request: Array<Contracts.Comment>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Comment>[]>;
|
|
806
|
+
/** Performs the given operation on each existing Comment that satisfies the given criteria. */
|
|
807
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Comment, Contracts.CommentCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Comment>>;
|
|
808
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Comment, Contracts.CommentCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Comment[]>;
|
|
809
|
+
/** Saves the input as a new Comment, 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). */
|
|
810
|
+
tryUpsert(request: Contracts.Comment, options?: IRepoOptions): Promise<SingleResult<Contracts.Comment>>;
|
|
811
|
+
upsert(request: Contracts.Comment, options?: IThrowingRepoOptions): Promise<Contracts.Comment>;
|
|
812
|
+
/** Saves each given input as a new Comment, 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). */
|
|
813
|
+
tryUpsertMany(request: Array<Contracts.Comment>, options?: IRepoOptions): Promise<BatchResult<Contracts.Comment>>;
|
|
814
|
+
upsertMany(request: Array<Contracts.Comment>, options?: IThrowingRepoOptions): Promise<Contracts.Comment[]>;
|
|
815
|
+
}
|
|
816
|
+
declare class ConfigChangeCruds {
|
|
817
|
+
private core;
|
|
818
|
+
constructor(core: CodiacNatsClient);
|
|
819
|
+
/** Deletes each existing ConfigChange that satisfies the given criteria. */
|
|
820
|
+
tryDeleteWhere(request: Contracts.ConfigChangeCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.ConfigChange>>;
|
|
821
|
+
deleteWhere(request: Contracts.ConfigChangeCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ConfigChange[]>;
|
|
822
|
+
/** Retrieves all the existing ConfigChange that satisfy the given criteria. */
|
|
823
|
+
tryReadMany(request: Contracts.ConfigChangeCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ConfigChange>>;
|
|
824
|
+
readMany(request: Contracts.ConfigChangeCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ConfigChange[]>;
|
|
825
|
+
/** Performs the given operations on each existing ConfigChange that satisfies the given criteria. */
|
|
826
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.ConfigChange, Contracts.ConfigChangeCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ConfigChange>>;
|
|
827
|
+
patchWhere(request: PatchSpecForMany<Contracts.ConfigChange, Contracts.ConfigChangeCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ConfigChange[]>;
|
|
828
|
+
/** Saves each given input as a new ConfigChange. */
|
|
829
|
+
tryCreateMany(request: Array<Contracts.ConfigChange>, options?: IRepoOptions): Promise<BatchResult<Contracts.ConfigChange>>;
|
|
830
|
+
createMany(request: Array<Contracts.ConfigChange>, options?: IThrowingRepoOptions): Promise<Contracts.ConfigChange[]>;
|
|
831
|
+
/** Overwrites each existing ConfigChange. */
|
|
832
|
+
tryUpdateMany(request: Array<Contracts.ConfigChange>, options?: IRepoOptions): Promise<BatchResult<Contracts.ConfigChange>>;
|
|
833
|
+
updateMany(request: Array<Contracts.ConfigChange>, options?: IThrowingRepoOptions): Promise<Contracts.ConfigChange[]>;
|
|
834
|
+
/** Deletes the existing ConfigChange. */
|
|
835
|
+
tryDelete(request: IdSpecFor<Contracts.ConfigChange>, options?: IRepoOptions): Promise<SingleResult<Contracts.ConfigChange>>;
|
|
836
|
+
delete(request: IdSpecFor<Contracts.ConfigChange>, options?: IThrowingRepoOptions): Promise<Contracts.ConfigChange>;
|
|
837
|
+
/** Retrieves the single, uniquely identified ConfigChange. */
|
|
838
|
+
tryRead(request: IdSpecFor<Contracts.ConfigChange>, options?: IRepoOptions): Promise<SingleResult<Contracts.ConfigChange>>;
|
|
839
|
+
read(request: IdSpecFor<Contracts.ConfigChange>, options?: IThrowingRepoOptions): Promise<Contracts.ConfigChange>;
|
|
840
|
+
/** Performs the given operations on the existing ConfigChange. */
|
|
841
|
+
tryPatch(request: PatchSpecForOne<Contracts.ConfigChange>, options?: IRepoOptions): Promise<SingleResult<Contracts.ConfigChange>>;
|
|
842
|
+
patch(request: PatchSpecForOne<Contracts.ConfigChange>, options?: IThrowingRepoOptions): Promise<Contracts.ConfigChange>;
|
|
843
|
+
/** Overwrites the existing ConfigChange. */
|
|
844
|
+
tryUpdate(request: Contracts.ConfigChange, options?: IRepoOptions): Promise<SingleResult<Contracts.ConfigChange>>;
|
|
845
|
+
update(request: Contracts.ConfigChange, options?: IThrowingRepoOptions): Promise<Contracts.ConfigChange>;
|
|
846
|
+
/** Overwrites the given properties of the existing ConfigChange. */
|
|
847
|
+
tryUpdatePartial(request: Partial<Contracts.ConfigChange>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.ConfigChange>>>;
|
|
848
|
+
updatePartial(request: Partial<Contracts.ConfigChange>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ConfigChange>>;
|
|
849
|
+
/** Saves the input as a new ConfigChange. */
|
|
850
|
+
tryCreate(request: Contracts.ConfigChange, options?: IRepoOptions): Promise<SingleResult<Contracts.ConfigChange>>;
|
|
851
|
+
create(request: Contracts.ConfigChange, options?: IThrowingRepoOptions): Promise<Contracts.ConfigChange>;
|
|
852
|
+
/** Overwrites the given properties for each existing ConfigChange. */
|
|
853
|
+
tryUpdatePartialMany(request: Array<Contracts.ConfigChange>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.ConfigChange>>>;
|
|
854
|
+
updatePartialMany(request: Array<Contracts.ConfigChange>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ConfigChange>[]>;
|
|
855
|
+
/** Performs the given operation on each existing ConfigChange that satisfies the given criteria. */
|
|
856
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ConfigChange, Contracts.ConfigChangeCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ConfigChange>>;
|
|
857
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ConfigChange, Contracts.ConfigChangeCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ConfigChange[]>;
|
|
858
|
+
/** Saves the input as a new ConfigChange, 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). */
|
|
859
|
+
tryUpsert(request: Contracts.ConfigChange, options?: IRepoOptions): Promise<SingleResult<Contracts.ConfigChange>>;
|
|
860
|
+
upsert(request: Contracts.ConfigChange, options?: IThrowingRepoOptions): Promise<Contracts.ConfigChange>;
|
|
861
|
+
/** Saves each given input as a new ConfigChange, 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). */
|
|
862
|
+
tryUpsertMany(request: Array<Contracts.ConfigChange>, options?: IRepoOptions): Promise<BatchResult<Contracts.ConfigChange>>;
|
|
863
|
+
upsertMany(request: Array<Contracts.ConfigChange>, options?: IThrowingRepoOptions): Promise<Contracts.ConfigChange[]>;
|
|
864
|
+
}
|
|
865
|
+
declare class ConfigDeploymentActivityCruds {
|
|
866
|
+
private core;
|
|
867
|
+
constructor(core: CodiacNatsClient);
|
|
868
|
+
/** Deletes each existing ConfigDeploymentActivity that satisfies the given criteria. */
|
|
869
|
+
tryDeleteWhere(request: Contracts.ConfigDeploymentActivityCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.ConfigDeploymentActivity>>;
|
|
870
|
+
deleteWhere(request: Contracts.ConfigDeploymentActivityCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ConfigDeploymentActivity[]>;
|
|
871
|
+
/** Retrieves all the existing ConfigDeploymentActivity that satisfy the given criteria. */
|
|
872
|
+
tryReadMany(request: Contracts.ConfigDeploymentActivityCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ConfigDeploymentActivity>>;
|
|
873
|
+
readMany(request: Contracts.ConfigDeploymentActivityCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ConfigDeploymentActivity[]>;
|
|
874
|
+
/** Performs the given operations on each existing ConfigDeploymentActivity that satisfies the given criteria. */
|
|
875
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.ConfigDeploymentActivity, Contracts.ConfigDeploymentActivityCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ConfigDeploymentActivity>>;
|
|
876
|
+
patchWhere(request: PatchSpecForMany<Contracts.ConfigDeploymentActivity, Contracts.ConfigDeploymentActivityCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ConfigDeploymentActivity[]>;
|
|
877
|
+
/** Saves each given input as a new ConfigDeploymentActivity. */
|
|
878
|
+
tryCreateMany(request: Array<Contracts.ConfigDeploymentActivity>, options?: IRepoOptions): Promise<BatchResult<Contracts.ConfigDeploymentActivity>>;
|
|
879
|
+
createMany(request: Array<Contracts.ConfigDeploymentActivity>, options?: IThrowingRepoOptions): Promise<Contracts.ConfigDeploymentActivity[]>;
|
|
880
|
+
/** Overwrites each existing ConfigDeploymentActivity. */
|
|
881
|
+
tryUpdateMany(request: Array<Contracts.ConfigDeploymentActivity>, options?: IRepoOptions): Promise<BatchResult<Contracts.ConfigDeploymentActivity>>;
|
|
882
|
+
updateMany(request: Array<Contracts.ConfigDeploymentActivity>, options?: IThrowingRepoOptions): Promise<Contracts.ConfigDeploymentActivity[]>;
|
|
883
|
+
/** Deletes the existing ConfigDeploymentActivity. */
|
|
884
|
+
tryDelete(request: IdSpecFor<Contracts.ConfigDeploymentActivity>, options?: IRepoOptions): Promise<SingleResult<Contracts.ConfigDeploymentActivity>>;
|
|
885
|
+
delete(request: IdSpecFor<Contracts.ConfigDeploymentActivity>, options?: IThrowingRepoOptions): Promise<Contracts.ConfigDeploymentActivity>;
|
|
886
|
+
/** Retrieves the single, uniquely identified ConfigDeploymentActivity. */
|
|
887
|
+
tryRead(request: IdSpecFor<Contracts.ConfigDeploymentActivity>, options?: IRepoOptions): Promise<SingleResult<Contracts.ConfigDeploymentActivity>>;
|
|
888
|
+
read(request: IdSpecFor<Contracts.ConfigDeploymentActivity>, options?: IThrowingRepoOptions): Promise<Contracts.ConfigDeploymentActivity>;
|
|
889
|
+
/** Performs the given operations on the existing ConfigDeploymentActivity. */
|
|
890
|
+
tryPatch(request: PatchSpecForOne<Contracts.ConfigDeploymentActivity>, options?: IRepoOptions): Promise<SingleResult<Contracts.ConfigDeploymentActivity>>;
|
|
891
|
+
patch(request: PatchSpecForOne<Contracts.ConfigDeploymentActivity>, options?: IThrowingRepoOptions): Promise<Contracts.ConfigDeploymentActivity>;
|
|
892
|
+
/** Overwrites the existing ConfigDeploymentActivity. */
|
|
893
|
+
tryUpdate(request: Contracts.ConfigDeploymentActivity, options?: IRepoOptions): Promise<SingleResult<Contracts.ConfigDeploymentActivity>>;
|
|
894
|
+
update(request: Contracts.ConfigDeploymentActivity, options?: IThrowingRepoOptions): Promise<Contracts.ConfigDeploymentActivity>;
|
|
895
|
+
/** Overwrites the given properties of the existing ConfigDeploymentActivity. */
|
|
896
|
+
tryUpdatePartial(request: Partial<Contracts.ConfigDeploymentActivity>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.ConfigDeploymentActivity>>>;
|
|
897
|
+
updatePartial(request: Partial<Contracts.ConfigDeploymentActivity>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ConfigDeploymentActivity>>;
|
|
898
|
+
/** Saves the input as a new ConfigDeploymentActivity. */
|
|
899
|
+
tryCreate(request: Contracts.ConfigDeploymentActivity, options?: IRepoOptions): Promise<SingleResult<Contracts.ConfigDeploymentActivity>>;
|
|
900
|
+
create(request: Contracts.ConfigDeploymentActivity, options?: IThrowingRepoOptions): Promise<Contracts.ConfigDeploymentActivity>;
|
|
901
|
+
/** Overwrites the given properties for each existing ConfigDeploymentActivity. */
|
|
902
|
+
tryUpdatePartialMany(request: Array<Contracts.ConfigDeploymentActivity>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.ConfigDeploymentActivity>>>;
|
|
903
|
+
updatePartialMany(request: Array<Contracts.ConfigDeploymentActivity>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ConfigDeploymentActivity>[]>;
|
|
904
|
+
/** Performs the given operation on each existing ConfigDeploymentActivity that satisfies the given criteria. */
|
|
905
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ConfigDeploymentActivity, Contracts.ConfigDeploymentActivityCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ConfigDeploymentActivity>>;
|
|
906
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ConfigDeploymentActivity, Contracts.ConfigDeploymentActivityCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ConfigDeploymentActivity[]>;
|
|
907
|
+
/** Saves the input as a new ConfigDeploymentActivity, 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). */
|
|
908
|
+
tryUpsert(request: Contracts.ConfigDeploymentActivity, options?: IRepoOptions): Promise<SingleResult<Contracts.ConfigDeploymentActivity>>;
|
|
909
|
+
upsert(request: Contracts.ConfigDeploymentActivity, options?: IThrowingRepoOptions): Promise<Contracts.ConfigDeploymentActivity>;
|
|
910
|
+
/** Saves each given input as a new ConfigDeploymentActivity, 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). */
|
|
911
|
+
tryUpsertMany(request: Array<Contracts.ConfigDeploymentActivity>, options?: IRepoOptions): Promise<BatchResult<Contracts.ConfigDeploymentActivity>>;
|
|
912
|
+
upsertMany(request: Array<Contracts.ConfigDeploymentActivity>, options?: IThrowingRepoOptions): Promise<Contracts.ConfigDeploymentActivity[]>;
|
|
913
|
+
}
|
|
914
|
+
declare class ContainerFootprintCruds {
|
|
915
|
+
private core;
|
|
916
|
+
constructor(core: CodiacNatsClient);
|
|
917
|
+
/** Deletes each existing ContainerFootprint that satisfies the given criteria. */
|
|
918
|
+
tryDeleteWhere(request: Contracts.ContainerFootprintCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.ContainerFootprint>>;
|
|
919
|
+
deleteWhere(request: Contracts.ContainerFootprintCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ContainerFootprint[]>;
|
|
920
|
+
/** Retrieves all the existing ContainerFootprint that satisfy the given criteria. */
|
|
921
|
+
tryReadMany(request: Contracts.ContainerFootprintCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ContainerFootprint>>;
|
|
922
|
+
readMany(request: Contracts.ContainerFootprintCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ContainerFootprint[]>;
|
|
923
|
+
/** Performs the given operations on each existing ContainerFootprint that satisfies the given criteria. */
|
|
924
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.ContainerFootprint, Contracts.ContainerFootprintCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ContainerFootprint>>;
|
|
925
|
+
patchWhere(request: PatchSpecForMany<Contracts.ContainerFootprint, Contracts.ContainerFootprintCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ContainerFootprint[]>;
|
|
926
|
+
/** Saves each given input as a new ContainerFootprint. */
|
|
927
|
+
tryCreateMany(request: Array<Contracts.ContainerFootprint>, options?: IRepoOptions): Promise<BatchResult<Contracts.ContainerFootprint>>;
|
|
928
|
+
createMany(request: Array<Contracts.ContainerFootprint>, options?: IThrowingRepoOptions): Promise<Contracts.ContainerFootprint[]>;
|
|
929
|
+
/** Overwrites each existing ContainerFootprint. */
|
|
930
|
+
tryUpdateMany(request: Array<Contracts.ContainerFootprint>, options?: IRepoOptions): Promise<BatchResult<Contracts.ContainerFootprint>>;
|
|
931
|
+
updateMany(request: Array<Contracts.ContainerFootprint>, options?: IThrowingRepoOptions): Promise<Contracts.ContainerFootprint[]>;
|
|
932
|
+
/** Deletes the existing ContainerFootprint. */
|
|
933
|
+
tryDelete(request: IdSpecFor<Contracts.ContainerFootprint>, options?: IRepoOptions): Promise<SingleResult<Contracts.ContainerFootprint>>;
|
|
934
|
+
delete(request: IdSpecFor<Contracts.ContainerFootprint>, options?: IThrowingRepoOptions): Promise<Contracts.ContainerFootprint>;
|
|
935
|
+
/** Retrieves the single, uniquely identified ContainerFootprint. */
|
|
936
|
+
tryRead(request: IdSpecFor<Contracts.ContainerFootprint>, options?: IRepoOptions): Promise<SingleResult<Contracts.ContainerFootprint>>;
|
|
937
|
+
read(request: IdSpecFor<Contracts.ContainerFootprint>, options?: IThrowingRepoOptions): Promise<Contracts.ContainerFootprint>;
|
|
938
|
+
/** Performs the given operations on the existing ContainerFootprint. */
|
|
939
|
+
tryPatch(request: PatchSpecForOne<Contracts.ContainerFootprint>, options?: IRepoOptions): Promise<SingleResult<Contracts.ContainerFootprint>>;
|
|
940
|
+
patch(request: PatchSpecForOne<Contracts.ContainerFootprint>, options?: IThrowingRepoOptions): Promise<Contracts.ContainerFootprint>;
|
|
941
|
+
/** Overwrites the existing ContainerFootprint. */
|
|
942
|
+
tryUpdate(request: Contracts.ContainerFootprint, options?: IRepoOptions): Promise<SingleResult<Contracts.ContainerFootprint>>;
|
|
943
|
+
update(request: Contracts.ContainerFootprint, options?: IThrowingRepoOptions): Promise<Contracts.ContainerFootprint>;
|
|
944
|
+
/** Overwrites the given properties of the existing ContainerFootprint. */
|
|
945
|
+
tryUpdatePartial(request: Partial<Contracts.ContainerFootprint>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.ContainerFootprint>>>;
|
|
946
|
+
updatePartial(request: Partial<Contracts.ContainerFootprint>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ContainerFootprint>>;
|
|
947
|
+
/** Saves the input as a new ContainerFootprint. */
|
|
948
|
+
tryCreate(request: Contracts.ContainerFootprint, options?: IRepoOptions): Promise<SingleResult<Contracts.ContainerFootprint>>;
|
|
949
|
+
create(request: Contracts.ContainerFootprint, options?: IThrowingRepoOptions): Promise<Contracts.ContainerFootprint>;
|
|
950
|
+
/** Overwrites the given properties for each existing ContainerFootprint. */
|
|
951
|
+
tryUpdatePartialMany(request: Array<Contracts.ContainerFootprint>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.ContainerFootprint>>>;
|
|
952
|
+
updatePartialMany(request: Array<Contracts.ContainerFootprint>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ContainerFootprint>[]>;
|
|
953
|
+
/** Performs the given operation on each existing ContainerFootprint that satisfies the given criteria. */
|
|
954
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ContainerFootprint, Contracts.ContainerFootprintCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ContainerFootprint>>;
|
|
955
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ContainerFootprint, Contracts.ContainerFootprintCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ContainerFootprint[]>;
|
|
956
|
+
/** Saves the input as a new ContainerFootprint, 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). */
|
|
957
|
+
tryUpsert(request: Contracts.ContainerFootprint, options?: IRepoOptions): Promise<SingleResult<Contracts.ContainerFootprint>>;
|
|
958
|
+
upsert(request: Contracts.ContainerFootprint, options?: IThrowingRepoOptions): Promise<Contracts.ContainerFootprint>;
|
|
959
|
+
/** Saves each given input as a new ContainerFootprint, 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). */
|
|
960
|
+
tryUpsertMany(request: Array<Contracts.ContainerFootprint>, options?: IRepoOptions): Promise<BatchResult<Contracts.ContainerFootprint>>;
|
|
961
|
+
upsertMany(request: Array<Contracts.ContainerFootprint>, options?: IThrowingRepoOptions): Promise<Contracts.ContainerFootprint[]>;
|
|
962
|
+
}
|
|
963
|
+
declare class CspTenantProfileCruds {
|
|
964
|
+
private core;
|
|
965
|
+
constructor(core: CodiacNatsClient);
|
|
966
|
+
/** Deletes each existing CspTenantProfile that satisfies the given criteria. */
|
|
967
|
+
tryDeleteWhere(request: Contracts.CspTenantProfileCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.CspTenantProfile>>;
|
|
968
|
+
deleteWhere(request: Contracts.CspTenantProfileCriteria, options?: IThrowingRepoOptions): Promise<Contracts.CspTenantProfile[]>;
|
|
969
|
+
/** Retrieves all the existing CspTenantProfile that satisfy the given criteria. */
|
|
970
|
+
tryReadMany(request: Contracts.CspTenantProfileCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.CspTenantProfile>>;
|
|
971
|
+
readMany(request: Contracts.CspTenantProfileCriteria, options?: IThrowingRepoOptions): Promise<Contracts.CspTenantProfile[]>;
|
|
972
|
+
/** Performs the given operations on each existing CspTenantProfile that satisfies the given criteria. */
|
|
973
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.CspTenantProfile, Contracts.CspTenantProfileCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.CspTenantProfile>>;
|
|
974
|
+
patchWhere(request: PatchSpecForMany<Contracts.CspTenantProfile, Contracts.CspTenantProfileCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.CspTenantProfile[]>;
|
|
975
|
+
/** Saves each given input as a new CspTenantProfile. */
|
|
976
|
+
tryCreateMany(request: Array<Contracts.CspTenantProfile>, options?: IRepoOptions): Promise<BatchResult<Contracts.CspTenantProfile>>;
|
|
977
|
+
createMany(request: Array<Contracts.CspTenantProfile>, options?: IThrowingRepoOptions): Promise<Contracts.CspTenantProfile[]>;
|
|
978
|
+
/** Overwrites each existing CspTenantProfile. */
|
|
979
|
+
tryUpdateMany(request: Array<Contracts.CspTenantProfile>, options?: IRepoOptions): Promise<BatchResult<Contracts.CspTenantProfile>>;
|
|
980
|
+
updateMany(request: Array<Contracts.CspTenantProfile>, options?: IThrowingRepoOptions): Promise<Contracts.CspTenantProfile[]>;
|
|
981
|
+
/** Deletes the existing CspTenantProfile. */
|
|
982
|
+
tryDelete(request: IdSpecFor<Contracts.CspTenantProfile>, options?: IRepoOptions): Promise<SingleResult<Contracts.CspTenantProfile>>;
|
|
983
|
+
delete(request: IdSpecFor<Contracts.CspTenantProfile>, options?: IThrowingRepoOptions): Promise<Contracts.CspTenantProfile>;
|
|
984
|
+
/** Retrieves the single, uniquely identified CspTenantProfile. */
|
|
985
|
+
tryRead(request: IdSpecFor<Contracts.CspTenantProfile>, options?: IRepoOptions): Promise<SingleResult<Contracts.CspTenantProfile>>;
|
|
986
|
+
read(request: IdSpecFor<Contracts.CspTenantProfile>, options?: IThrowingRepoOptions): Promise<Contracts.CspTenantProfile>;
|
|
987
|
+
/** Performs the given operations on the existing CspTenantProfile. */
|
|
988
|
+
tryPatch(request: PatchSpecForOne<Contracts.CspTenantProfile>, options?: IRepoOptions): Promise<SingleResult<Contracts.CspTenantProfile>>;
|
|
989
|
+
patch(request: PatchSpecForOne<Contracts.CspTenantProfile>, options?: IThrowingRepoOptions): Promise<Contracts.CspTenantProfile>;
|
|
990
|
+
/** Overwrites the existing CspTenantProfile. */
|
|
991
|
+
tryUpdate(request: Contracts.CspTenantProfile, options?: IRepoOptions): Promise<SingleResult<Contracts.CspTenantProfile>>;
|
|
992
|
+
update(request: Contracts.CspTenantProfile, options?: IThrowingRepoOptions): Promise<Contracts.CspTenantProfile>;
|
|
993
|
+
/** Overwrites the given properties of the existing CspTenantProfile. */
|
|
994
|
+
tryUpdatePartial(request: Partial<Contracts.CspTenantProfile>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.CspTenantProfile>>>;
|
|
995
|
+
updatePartial(request: Partial<Contracts.CspTenantProfile>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.CspTenantProfile>>;
|
|
996
|
+
/** Saves the input as a new CspTenantProfile. */
|
|
997
|
+
tryCreate(request: Contracts.CspTenantProfile, options?: IRepoOptions): Promise<SingleResult<Contracts.CspTenantProfile>>;
|
|
998
|
+
create(request: Contracts.CspTenantProfile, options?: IThrowingRepoOptions): Promise<Contracts.CspTenantProfile>;
|
|
999
|
+
/** Overwrites the given properties for each existing CspTenantProfile. */
|
|
1000
|
+
tryUpdatePartialMany(request: Array<Contracts.CspTenantProfile>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.CspTenantProfile>>>;
|
|
1001
|
+
updatePartialMany(request: Array<Contracts.CspTenantProfile>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.CspTenantProfile>[]>;
|
|
1002
|
+
/** Performs the given operation on each existing CspTenantProfile that satisfies the given criteria. */
|
|
1003
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.CspTenantProfile, Contracts.CspTenantProfileCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.CspTenantProfile>>;
|
|
1004
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.CspTenantProfile, Contracts.CspTenantProfileCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.CspTenantProfile[]>;
|
|
1005
|
+
/** Saves the input as a new CspTenantProfile, 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). */
|
|
1006
|
+
tryUpsert(request: Contracts.CspTenantProfile, options?: IRepoOptions): Promise<SingleResult<Contracts.CspTenantProfile>>;
|
|
1007
|
+
upsert(request: Contracts.CspTenantProfile, options?: IThrowingRepoOptions): Promise<Contracts.CspTenantProfile>;
|
|
1008
|
+
/** Saves each given input as a new CspTenantProfile, 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). */
|
|
1009
|
+
tryUpsertMany(request: Array<Contracts.CspTenantProfile>, options?: IRepoOptions): Promise<BatchResult<Contracts.CspTenantProfile>>;
|
|
1010
|
+
upsertMany(request: Array<Contracts.CspTenantProfile>, options?: IThrowingRepoOptions): Promise<Contracts.CspTenantProfile[]>;
|
|
1011
|
+
}
|
|
1012
|
+
declare class DefaultChildAclCruds {
|
|
1013
|
+
private core;
|
|
1014
|
+
constructor(core: CodiacNatsClient);
|
|
1015
|
+
/** Deletes each existing DefaultChildAcl that satisfies the given criteria. */
|
|
1016
|
+
tryDeleteWhere(request: Contracts.DefaultChildAclCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
1017
|
+
deleteWhere(request: Contracts.DefaultChildAclCriteria, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl[]>;
|
|
1018
|
+
/** Retrieves all the existing DefaultChildAcl that satisfy the given criteria. */
|
|
1019
|
+
tryReadMany(request: Contracts.DefaultChildAclCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.DefaultChildAcl>>;
|
|
1020
|
+
readMany(request: Contracts.DefaultChildAclCriteria, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl[]>;
|
|
1021
|
+
/** Performs the given operations on each existing DefaultChildAcl that satisfies the given criteria. */
|
|
1022
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.DefaultChildAcl, Contracts.DefaultChildAclCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
1023
|
+
patchWhere(request: PatchSpecForMany<Contracts.DefaultChildAcl, Contracts.DefaultChildAclCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl[]>;
|
|
1024
|
+
/** Saves each given input as a new DefaultChildAcl. */
|
|
1025
|
+
tryCreateMany(request: Array<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
1026
|
+
createMany(request: Array<Contracts.DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl[]>;
|
|
1027
|
+
/** Overwrites each existing DefaultChildAcl. */
|
|
1028
|
+
tryUpdateMany(request: Array<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
1029
|
+
updateMany(request: Array<Contracts.DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl[]>;
|
|
1030
|
+
/** Deletes the existing DefaultChildAcl. */
|
|
1031
|
+
tryDelete(request: IdSpecFor<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
1032
|
+
delete(request: IdSpecFor<Contracts.DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl>;
|
|
1033
|
+
/** Retrieves the single, uniquely identified DefaultChildAcl. */
|
|
1034
|
+
tryRead(request: IdSpecFor<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
1035
|
+
read(request: IdSpecFor<Contracts.DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl>;
|
|
1036
|
+
/** Performs the given operations on the existing DefaultChildAcl. */
|
|
1037
|
+
tryPatch(request: PatchSpecForOne<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
1038
|
+
patch(request: PatchSpecForOne<Contracts.DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl>;
|
|
1039
|
+
/** Overwrites the existing DefaultChildAcl. */
|
|
1040
|
+
tryUpdate(request: Contracts.DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
1041
|
+
update(request: Contracts.DefaultChildAcl, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl>;
|
|
1042
|
+
/** Overwrites the given properties of the existing DefaultChildAcl. */
|
|
1043
|
+
tryUpdatePartial(request: Partial<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.DefaultChildAcl>>>;
|
|
1044
|
+
updatePartial(request: Partial<Contracts.DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.DefaultChildAcl>>;
|
|
1045
|
+
/** Saves the input as a new DefaultChildAcl. */
|
|
1046
|
+
tryCreate(request: Contracts.DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
1047
|
+
create(request: Contracts.DefaultChildAcl, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl>;
|
|
1048
|
+
/** Overwrites the given properties for each existing DefaultChildAcl. */
|
|
1049
|
+
tryUpdatePartialMany(request: Array<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.DefaultChildAcl>>>;
|
|
1050
|
+
updatePartialMany(request: Array<Contracts.DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.DefaultChildAcl>[]>;
|
|
1051
|
+
/** Performs the given operation on each existing DefaultChildAcl that satisfies the given criteria. */
|
|
1052
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.DefaultChildAcl, Contracts.DefaultChildAclCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
1053
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.DefaultChildAcl, Contracts.DefaultChildAclCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl[]>;
|
|
1054
|
+
/** 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). */
|
|
1055
|
+
tryUpsert(request: Contracts.DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.DefaultChildAcl>>;
|
|
1056
|
+
upsert(request: Contracts.DefaultChildAcl, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl>;
|
|
1057
|
+
/** 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). */
|
|
1058
|
+
tryUpsertMany(request: Array<Contracts.DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.DefaultChildAcl>>;
|
|
1059
|
+
upsertMany(request: Array<Contracts.DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Contracts.DefaultChildAcl[]>;
|
|
1060
|
+
}
|
|
1061
|
+
declare class DeployAttemptCruds {
|
|
1062
|
+
private core;
|
|
1063
|
+
constructor(core: CodiacNatsClient);
|
|
1064
|
+
/** Deletes each existing DeployAttempt that satisfies the given criteria. */
|
|
1065
|
+
tryDeleteWhere(request: Contracts.DeployAttemptCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployAttempt>>;
|
|
1066
|
+
deleteWhere(request: Contracts.DeployAttemptCriteria, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt[]>;
|
|
1067
|
+
/** Retrieves all the existing DeployAttempt that satisfy the given criteria. */
|
|
1068
|
+
tryReadMany(request: Contracts.DeployAttemptCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.DeployAttempt>>;
|
|
1069
|
+
readMany(request: Contracts.DeployAttemptCriteria, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt[]>;
|
|
1070
|
+
/** Performs the given operations on each existing DeployAttempt that satisfies the given criteria. */
|
|
1071
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.DeployAttempt, Contracts.DeployAttemptCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployAttempt>>;
|
|
1072
|
+
patchWhere(request: PatchSpecForMany<Contracts.DeployAttempt, Contracts.DeployAttemptCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt[]>;
|
|
1073
|
+
/** Saves each given input as a new DeployAttempt. */
|
|
1074
|
+
tryCreateMany(request: Array<Contracts.DeployAttempt>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployAttempt>>;
|
|
1075
|
+
createMany(request: Array<Contracts.DeployAttempt>, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt[]>;
|
|
1076
|
+
/** Overwrites each existing DeployAttempt. */
|
|
1077
|
+
tryUpdateMany(request: Array<Contracts.DeployAttempt>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployAttempt>>;
|
|
1078
|
+
updateMany(request: Array<Contracts.DeployAttempt>, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt[]>;
|
|
1079
|
+
/** Deletes the existing DeployAttempt. */
|
|
1080
|
+
tryDelete(request: IdSpecFor<Contracts.DeployAttempt>, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployAttempt>>;
|
|
1081
|
+
delete(request: IdSpecFor<Contracts.DeployAttempt>, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt>;
|
|
1082
|
+
/** Retrieves the single, uniquely identified DeployAttempt. */
|
|
1083
|
+
tryRead(request: IdSpecFor<Contracts.DeployAttempt>, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployAttempt>>;
|
|
1084
|
+
read(request: IdSpecFor<Contracts.DeployAttempt>, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt>;
|
|
1085
|
+
/** Performs the given operations on the existing DeployAttempt. */
|
|
1086
|
+
tryPatch(request: PatchSpecForOne<Contracts.DeployAttempt>, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployAttempt>>;
|
|
1087
|
+
patch(request: PatchSpecForOne<Contracts.DeployAttempt>, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt>;
|
|
1088
|
+
/** Overwrites the existing DeployAttempt. */
|
|
1089
|
+
tryUpdate(request: Contracts.DeployAttempt, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployAttempt>>;
|
|
1090
|
+
update(request: Contracts.DeployAttempt, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt>;
|
|
1091
|
+
/** Overwrites the given properties of the existing DeployAttempt. */
|
|
1092
|
+
tryUpdatePartial(request: Partial<Contracts.DeployAttempt>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.DeployAttempt>>>;
|
|
1093
|
+
updatePartial(request: Partial<Contracts.DeployAttempt>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.DeployAttempt>>;
|
|
1094
|
+
/** Saves the input as a new DeployAttempt. */
|
|
1095
|
+
tryCreate(request: Contracts.DeployAttempt, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployAttempt>>;
|
|
1096
|
+
create(request: Contracts.DeployAttempt, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt>;
|
|
1097
|
+
/** Overwrites the given properties for each existing DeployAttempt. */
|
|
1098
|
+
tryUpdatePartialMany(request: Array<Contracts.DeployAttempt>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.DeployAttempt>>>;
|
|
1099
|
+
updatePartialMany(request: Array<Contracts.DeployAttempt>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.DeployAttempt>[]>;
|
|
1100
|
+
/** Performs the given operation on each existing DeployAttempt that satisfies the given criteria. */
|
|
1101
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.DeployAttempt, Contracts.DeployAttemptCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployAttempt>>;
|
|
1102
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.DeployAttempt, Contracts.DeployAttemptCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt[]>;
|
|
1103
|
+
/** 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). */
|
|
1104
|
+
tryUpsert(request: Contracts.DeployAttempt, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployAttempt>>;
|
|
1105
|
+
upsert(request: Contracts.DeployAttempt, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt>;
|
|
1106
|
+
/** 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). */
|
|
1107
|
+
tryUpsertMany(request: Array<Contracts.DeployAttempt>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployAttempt>>;
|
|
1108
|
+
upsertMany(request: Array<Contracts.DeployAttempt>, options?: IThrowingRepoOptions): Promise<Contracts.DeployAttempt[]>;
|
|
1109
|
+
}
|
|
1110
|
+
declare class DeployPipelineCruds {
|
|
1111
|
+
private core;
|
|
1112
|
+
constructor(core: CodiacNatsClient);
|
|
1113
|
+
/** Deletes each existing DeployPipeline that satisfies the given criteria. */
|
|
1114
|
+
tryDeleteWhere(request: Contracts.DeployPipelineCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployPipeline>>;
|
|
1115
|
+
deleteWhere(request: Contracts.DeployPipelineCriteria, options?: IThrowingRepoOptions): Promise<Contracts.DeployPipeline[]>;
|
|
1116
|
+
/** Retrieves all the existing DeployPipeline that satisfy the given criteria. */
|
|
1117
|
+
tryReadMany(request: Contracts.DeployPipelineCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.DeployPipeline>>;
|
|
1118
|
+
readMany(request: Contracts.DeployPipelineCriteria, options?: IThrowingRepoOptions): Promise<Contracts.DeployPipeline[]>;
|
|
1119
|
+
/** Performs the given operations on each existing DeployPipeline that satisfies the given criteria. */
|
|
1120
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.DeployPipeline, Contracts.DeployPipelineCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployPipeline>>;
|
|
1121
|
+
patchWhere(request: PatchSpecForMany<Contracts.DeployPipeline, Contracts.DeployPipelineCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.DeployPipeline[]>;
|
|
1122
|
+
/** Saves each given input as a new DeployPipeline. */
|
|
1123
|
+
tryCreateMany(request: Array<Contracts.DeployPipeline>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployPipeline>>;
|
|
1124
|
+
createMany(request: Array<Contracts.DeployPipeline>, options?: IThrowingRepoOptions): Promise<Contracts.DeployPipeline[]>;
|
|
1125
|
+
/** Overwrites each existing DeployPipeline. */
|
|
1126
|
+
tryUpdateMany(request: Array<Contracts.DeployPipeline>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployPipeline>>;
|
|
1127
|
+
updateMany(request: Array<Contracts.DeployPipeline>, options?: IThrowingRepoOptions): Promise<Contracts.DeployPipeline[]>;
|
|
1128
|
+
/** Deletes the existing DeployPipeline. */
|
|
1129
|
+
tryDelete(request: IdSpecFor<Contracts.DeployPipeline>, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployPipeline>>;
|
|
1130
|
+
delete(request: IdSpecFor<Contracts.DeployPipeline>, options?: IThrowingRepoOptions): Promise<Contracts.DeployPipeline>;
|
|
1131
|
+
/** Retrieves the single, uniquely identified DeployPipeline. */
|
|
1132
|
+
tryRead(request: IdSpecFor<Contracts.DeployPipeline>, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployPipeline>>;
|
|
1133
|
+
read(request: IdSpecFor<Contracts.DeployPipeline>, options?: IThrowingRepoOptions): Promise<Contracts.DeployPipeline>;
|
|
1134
|
+
/** Performs the given operations on the existing DeployPipeline. */
|
|
1135
|
+
tryPatch(request: PatchSpecForOne<Contracts.DeployPipeline>, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployPipeline>>;
|
|
1136
|
+
patch(request: PatchSpecForOne<Contracts.DeployPipeline>, options?: IThrowingRepoOptions): Promise<Contracts.DeployPipeline>;
|
|
1137
|
+
/** Overwrites the existing DeployPipeline. */
|
|
1138
|
+
tryUpdate(request: Contracts.DeployPipeline, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployPipeline>>;
|
|
1139
|
+
update(request: Contracts.DeployPipeline, options?: IThrowingRepoOptions): Promise<Contracts.DeployPipeline>;
|
|
1140
|
+
/** Overwrites the given properties of the existing DeployPipeline. */
|
|
1141
|
+
tryUpdatePartial(request: Partial<Contracts.DeployPipeline>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.DeployPipeline>>>;
|
|
1142
|
+
updatePartial(request: Partial<Contracts.DeployPipeline>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.DeployPipeline>>;
|
|
1143
|
+
/** Saves the input as a new DeployPipeline. */
|
|
1144
|
+
tryCreate(request: Contracts.DeployPipeline, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployPipeline>>;
|
|
1145
|
+
create(request: Contracts.DeployPipeline, options?: IThrowingRepoOptions): Promise<Contracts.DeployPipeline>;
|
|
1146
|
+
/** Overwrites the given properties for each existing DeployPipeline. */
|
|
1147
|
+
tryUpdatePartialMany(request: Array<Contracts.DeployPipeline>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.DeployPipeline>>>;
|
|
1148
|
+
updatePartialMany(request: Array<Contracts.DeployPipeline>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.DeployPipeline>[]>;
|
|
1149
|
+
/** Performs the given operation on each existing DeployPipeline that satisfies the given criteria. */
|
|
1150
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.DeployPipeline, Contracts.DeployPipelineCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployPipeline>>;
|
|
1151
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.DeployPipeline, Contracts.DeployPipelineCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.DeployPipeline[]>;
|
|
1152
|
+
/** Saves the input as a new DeployPipeline, 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). */
|
|
1153
|
+
tryUpsert(request: Contracts.DeployPipeline, options?: IRepoOptions): Promise<SingleResult<Contracts.DeployPipeline>>;
|
|
1154
|
+
upsert(request: Contracts.DeployPipeline, options?: IThrowingRepoOptions): Promise<Contracts.DeployPipeline>;
|
|
1155
|
+
/** Saves each given input as a new DeployPipeline, 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). */
|
|
1156
|
+
tryUpsertMany(request: Array<Contracts.DeployPipeline>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeployPipeline>>;
|
|
1157
|
+
upsertMany(request: Array<Contracts.DeployPipeline>, options?: IThrowingRepoOptions): Promise<Contracts.DeployPipeline[]>;
|
|
1158
|
+
}
|
|
1159
|
+
declare class DeploymentCruds {
|
|
1160
|
+
private core;
|
|
1161
|
+
constructor(core: CodiacNatsClient);
|
|
1162
|
+
/** Deletes each existing Deployment that satisfies the given criteria. */
|
|
1163
|
+
tryDeleteWhere(request: Contracts.DeploymentCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Deployment>>;
|
|
1164
|
+
deleteWhere(request: Contracts.DeploymentCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Deployment[]>;
|
|
1165
|
+
/** Retrieves all the existing Deployment that satisfy the given criteria. */
|
|
1166
|
+
tryReadMany(request: Contracts.DeploymentCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Deployment>>;
|
|
1167
|
+
readMany(request: Contracts.DeploymentCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Deployment[]>;
|
|
1168
|
+
/** Performs the given operations on each existing Deployment that satisfies the given criteria. */
|
|
1169
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Deployment, Contracts.DeploymentCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Deployment>>;
|
|
1170
|
+
patchWhere(request: PatchSpecForMany<Contracts.Deployment, Contracts.DeploymentCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Deployment[]>;
|
|
1171
|
+
/** Saves each given input as a new Deployment. */
|
|
1172
|
+
tryCreateMany(request: Array<Contracts.Deployment>, options?: IRepoOptions): Promise<BatchResult<Contracts.Deployment>>;
|
|
1173
|
+
createMany(request: Array<Contracts.Deployment>, options?: IThrowingRepoOptions): Promise<Contracts.Deployment[]>;
|
|
1174
|
+
/** Overwrites each existing Deployment. */
|
|
1175
|
+
tryUpdateMany(request: Array<Contracts.Deployment>, options?: IRepoOptions): Promise<BatchResult<Contracts.Deployment>>;
|
|
1176
|
+
updateMany(request: Array<Contracts.Deployment>, options?: IThrowingRepoOptions): Promise<Contracts.Deployment[]>;
|
|
1177
|
+
/** Deletes the existing Deployment. */
|
|
1178
|
+
tryDelete(request: IdSpecFor<Contracts.Deployment>, options?: IRepoOptions): Promise<SingleResult<Contracts.Deployment>>;
|
|
1179
|
+
delete(request: IdSpecFor<Contracts.Deployment>, options?: IThrowingRepoOptions): Promise<Contracts.Deployment>;
|
|
1180
|
+
/** Retrieves the single, uniquely identified Deployment. */
|
|
1181
|
+
tryRead(request: IdSpecFor<Contracts.Deployment>, options?: IRepoOptions): Promise<SingleResult<Contracts.Deployment>>;
|
|
1182
|
+
read(request: IdSpecFor<Contracts.Deployment>, options?: IThrowingRepoOptions): Promise<Contracts.Deployment>;
|
|
1183
|
+
/** Performs the given operations on the existing Deployment. */
|
|
1184
|
+
tryPatch(request: PatchSpecForOne<Contracts.Deployment>, options?: IRepoOptions): Promise<SingleResult<Contracts.Deployment>>;
|
|
1185
|
+
patch(request: PatchSpecForOne<Contracts.Deployment>, options?: IThrowingRepoOptions): Promise<Contracts.Deployment>;
|
|
1186
|
+
/** Overwrites the existing Deployment. */
|
|
1187
|
+
tryUpdate(request: Contracts.Deployment, options?: IRepoOptions): Promise<SingleResult<Contracts.Deployment>>;
|
|
1188
|
+
update(request: Contracts.Deployment, options?: IThrowingRepoOptions): Promise<Contracts.Deployment>;
|
|
1189
|
+
/** Overwrites the given properties of the existing Deployment. */
|
|
1190
|
+
tryUpdatePartial(request: Partial<Contracts.Deployment>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Deployment>>>;
|
|
1191
|
+
updatePartial(request: Partial<Contracts.Deployment>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Deployment>>;
|
|
1192
|
+
/** Saves the input as a new Deployment. */
|
|
1193
|
+
tryCreate(request: Contracts.Deployment, options?: IRepoOptions): Promise<SingleResult<Contracts.Deployment>>;
|
|
1194
|
+
create(request: Contracts.Deployment, options?: IThrowingRepoOptions): Promise<Contracts.Deployment>;
|
|
1195
|
+
/** Overwrites the given properties for each existing Deployment. */
|
|
1196
|
+
tryUpdatePartialMany(request: Array<Contracts.Deployment>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Deployment>>>;
|
|
1197
|
+
updatePartialMany(request: Array<Contracts.Deployment>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Deployment>[]>;
|
|
1198
|
+
/** Performs the given operation on each existing Deployment that satisfies the given criteria. */
|
|
1199
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Deployment, Contracts.DeploymentCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Deployment>>;
|
|
1200
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Deployment, Contracts.DeploymentCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Deployment[]>;
|
|
1201
|
+
/** 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). */
|
|
1202
|
+
tryUpsert(request: Contracts.Deployment, options?: IRepoOptions): Promise<SingleResult<Contracts.Deployment>>;
|
|
1203
|
+
upsert(request: Contracts.Deployment, options?: IThrowingRepoOptions): Promise<Contracts.Deployment>;
|
|
1204
|
+
/** 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). */
|
|
1205
|
+
tryUpsertMany(request: Array<Contracts.Deployment>, options?: IRepoOptions): Promise<BatchResult<Contracts.Deployment>>;
|
|
1206
|
+
upsertMany(request: Array<Contracts.Deployment>, options?: IThrowingRepoOptions): Promise<Contracts.Deployment[]>;
|
|
1207
|
+
}
|
|
1208
|
+
declare class DeploymentActivityCruds {
|
|
1209
|
+
private core;
|
|
1210
|
+
constructor(core: CodiacNatsClient);
|
|
1211
|
+
/** Deletes each existing DeploymentActivity that satisfies the given criteria. */
|
|
1212
|
+
tryDeleteWhere(request: Contracts.DeploymentActivityCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.DeploymentActivity>>;
|
|
1213
|
+
deleteWhere(request: Contracts.DeploymentActivityCriteria, options?: IThrowingRepoOptions): Promise<Contracts.DeploymentActivity[]>;
|
|
1214
|
+
/** Retrieves all the existing DeploymentActivity that satisfy the given criteria. */
|
|
1215
|
+
tryReadMany(request: Contracts.DeploymentActivityCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.DeploymentActivity>>;
|
|
1216
|
+
readMany(request: Contracts.DeploymentActivityCriteria, options?: IThrowingRepoOptions): Promise<Contracts.DeploymentActivity[]>;
|
|
1217
|
+
/** Performs the given operations on each existing DeploymentActivity that satisfies the given criteria. */
|
|
1218
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.DeploymentActivity, Contracts.DeploymentActivityCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeploymentActivity>>;
|
|
1219
|
+
patchWhere(request: PatchSpecForMany<Contracts.DeploymentActivity, Contracts.DeploymentActivityCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.DeploymentActivity[]>;
|
|
1220
|
+
/** Saves each given input as a new DeploymentActivity. */
|
|
1221
|
+
tryCreateMany(request: Array<Contracts.DeploymentActivity>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeploymentActivity>>;
|
|
1222
|
+
createMany(request: Array<Contracts.DeploymentActivity>, options?: IThrowingRepoOptions): Promise<Contracts.DeploymentActivity[]>;
|
|
1223
|
+
/** Overwrites each existing DeploymentActivity. */
|
|
1224
|
+
tryUpdateMany(request: Array<Contracts.DeploymentActivity>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeploymentActivity>>;
|
|
1225
|
+
updateMany(request: Array<Contracts.DeploymentActivity>, options?: IThrowingRepoOptions): Promise<Contracts.DeploymentActivity[]>;
|
|
1226
|
+
/** Deletes the existing DeploymentActivity. */
|
|
1227
|
+
tryDelete(request: IdSpecFor<Contracts.DeploymentActivity>, options?: IRepoOptions): Promise<SingleResult<Contracts.DeploymentActivity>>;
|
|
1228
|
+
delete(request: IdSpecFor<Contracts.DeploymentActivity>, options?: IThrowingRepoOptions): Promise<Contracts.DeploymentActivity>;
|
|
1229
|
+
/** Retrieves the single, uniquely identified DeploymentActivity. */
|
|
1230
|
+
tryRead(request: IdSpecFor<Contracts.DeploymentActivity>, options?: IRepoOptions): Promise<SingleResult<Contracts.DeploymentActivity>>;
|
|
1231
|
+
read(request: IdSpecFor<Contracts.DeploymentActivity>, options?: IThrowingRepoOptions): Promise<Contracts.DeploymentActivity>;
|
|
1232
|
+
/** Performs the given operations on the existing DeploymentActivity. */
|
|
1233
|
+
tryPatch(request: PatchSpecForOne<Contracts.DeploymentActivity>, options?: IRepoOptions): Promise<SingleResult<Contracts.DeploymentActivity>>;
|
|
1234
|
+
patch(request: PatchSpecForOne<Contracts.DeploymentActivity>, options?: IThrowingRepoOptions): Promise<Contracts.DeploymentActivity>;
|
|
1235
|
+
/** Overwrites the existing DeploymentActivity. */
|
|
1236
|
+
tryUpdate(request: Contracts.DeploymentActivity, options?: IRepoOptions): Promise<SingleResult<Contracts.DeploymentActivity>>;
|
|
1237
|
+
update(request: Contracts.DeploymentActivity, options?: IThrowingRepoOptions): Promise<Contracts.DeploymentActivity>;
|
|
1238
|
+
/** Overwrites the given properties of the existing DeploymentActivity. */
|
|
1239
|
+
tryUpdatePartial(request: Partial<Contracts.DeploymentActivity>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.DeploymentActivity>>>;
|
|
1240
|
+
updatePartial(request: Partial<Contracts.DeploymentActivity>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.DeploymentActivity>>;
|
|
1241
|
+
/** Saves the input as a new DeploymentActivity. */
|
|
1242
|
+
tryCreate(request: Contracts.DeploymentActivity, options?: IRepoOptions): Promise<SingleResult<Contracts.DeploymentActivity>>;
|
|
1243
|
+
create(request: Contracts.DeploymentActivity, options?: IThrowingRepoOptions): Promise<Contracts.DeploymentActivity>;
|
|
1244
|
+
/** Overwrites the given properties for each existing DeploymentActivity. */
|
|
1245
|
+
tryUpdatePartialMany(request: Array<Contracts.DeploymentActivity>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.DeploymentActivity>>>;
|
|
1246
|
+
updatePartialMany(request: Array<Contracts.DeploymentActivity>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.DeploymentActivity>[]>;
|
|
1247
|
+
/** Performs the given operation on each existing DeploymentActivity that satisfies the given criteria. */
|
|
1248
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.DeploymentActivity, Contracts.DeploymentActivityCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeploymentActivity>>;
|
|
1249
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.DeploymentActivity, Contracts.DeploymentActivityCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.DeploymentActivity[]>;
|
|
1250
|
+
/** Saves the input as a new DeploymentActivity, 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). */
|
|
1251
|
+
tryUpsert(request: Contracts.DeploymentActivity, options?: IRepoOptions): Promise<SingleResult<Contracts.DeploymentActivity>>;
|
|
1252
|
+
upsert(request: Contracts.DeploymentActivity, options?: IThrowingRepoOptions): Promise<Contracts.DeploymentActivity>;
|
|
1253
|
+
/** Saves each given input as a new DeploymentActivity, 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). */
|
|
1254
|
+
tryUpsertMany(request: Array<Contracts.DeploymentActivity>, options?: IRepoOptions): Promise<BatchResult<Contracts.DeploymentActivity>>;
|
|
1255
|
+
upsertMany(request: Array<Contracts.DeploymentActivity>, options?: IThrowingRepoOptions): Promise<Contracts.DeploymentActivity[]>;
|
|
1256
|
+
}
|
|
1257
|
+
declare class EnterpriseCruds {
|
|
1258
|
+
private core;
|
|
1259
|
+
constructor(core: CodiacNatsClient);
|
|
1260
|
+
/** Deletes each existing Enterprise that satisfies the given criteria. */
|
|
1261
|
+
tryDeleteWhere(request: Contracts.EnterpriseCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Enterprise>>;
|
|
1262
|
+
deleteWhere(request: Contracts.EnterpriseCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Enterprise[]>;
|
|
1263
|
+
/** Retrieves all the existing Enterprise that satisfy the given criteria. */
|
|
1264
|
+
tryReadMany(request: Contracts.EnterpriseCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Enterprise>>;
|
|
1265
|
+
readMany(request: Contracts.EnterpriseCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Enterprise[]>;
|
|
1266
|
+
/** Performs the given operations on each existing Enterprise that satisfies the given criteria. */
|
|
1267
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Enterprise, Contracts.EnterpriseCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Enterprise>>;
|
|
1268
|
+
patchWhere(request: PatchSpecForMany<Contracts.Enterprise, Contracts.EnterpriseCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Enterprise[]>;
|
|
1269
|
+
/** Saves each given input as a new Enterprise. */
|
|
1270
|
+
tryCreateMany(request: Array<Contracts.Enterprise>, options?: IRepoOptions): Promise<BatchResult<Contracts.Enterprise>>;
|
|
1271
|
+
createMany(request: Array<Contracts.Enterprise>, options?: IThrowingRepoOptions): Promise<Contracts.Enterprise[]>;
|
|
1272
|
+
/** Overwrites each existing Enterprise. */
|
|
1273
|
+
tryUpdateMany(request: Array<Contracts.Enterprise>, options?: IRepoOptions): Promise<BatchResult<Contracts.Enterprise>>;
|
|
1274
|
+
updateMany(request: Array<Contracts.Enterprise>, options?: IThrowingRepoOptions): Promise<Contracts.Enterprise[]>;
|
|
1275
|
+
/** Deletes the existing Enterprise. */
|
|
1276
|
+
tryDelete(request: IdSpecFor<Contracts.Enterprise>, options?: IRepoOptions): Promise<SingleResult<Contracts.Enterprise>>;
|
|
1277
|
+
delete(request: IdSpecFor<Contracts.Enterprise>, options?: IThrowingRepoOptions): Promise<Contracts.Enterprise>;
|
|
1278
|
+
/** Retrieves the single, uniquely identified Enterprise. */
|
|
1279
|
+
tryRead(request: IdSpecFor<Contracts.Enterprise>, options?: IRepoOptions): Promise<SingleResult<Contracts.Enterprise>>;
|
|
1280
|
+
read(request: IdSpecFor<Contracts.Enterprise>, options?: IThrowingRepoOptions): Promise<Contracts.Enterprise>;
|
|
1281
|
+
/** Performs the given operations on the existing Enterprise. */
|
|
1282
|
+
tryPatch(request: PatchSpecForOne<Contracts.Enterprise>, options?: IRepoOptions): Promise<SingleResult<Contracts.Enterprise>>;
|
|
1283
|
+
patch(request: PatchSpecForOne<Contracts.Enterprise>, options?: IThrowingRepoOptions): Promise<Contracts.Enterprise>;
|
|
1284
|
+
/** Overwrites the existing Enterprise. */
|
|
1285
|
+
tryUpdate(request: Contracts.Enterprise, options?: IRepoOptions): Promise<SingleResult<Contracts.Enterprise>>;
|
|
1286
|
+
update(request: Contracts.Enterprise, options?: IThrowingRepoOptions): Promise<Contracts.Enterprise>;
|
|
1287
|
+
/** Overwrites the given properties of the existing Enterprise. */
|
|
1288
|
+
tryUpdatePartial(request: Partial<Contracts.Enterprise>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Enterprise>>>;
|
|
1289
|
+
updatePartial(request: Partial<Contracts.Enterprise>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Enterprise>>;
|
|
1290
|
+
/** Saves the input as a new Enterprise. */
|
|
1291
|
+
tryCreate(request: Contracts.Enterprise, options?: IRepoOptions): Promise<SingleResult<Contracts.Enterprise>>;
|
|
1292
|
+
create(request: Contracts.Enterprise, options?: IThrowingRepoOptions): Promise<Contracts.Enterprise>;
|
|
1293
|
+
/** Overwrites the given properties for each existing Enterprise. */
|
|
1294
|
+
tryUpdatePartialMany(request: Array<Contracts.Enterprise>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Enterprise>>>;
|
|
1295
|
+
updatePartialMany(request: Array<Contracts.Enterprise>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Enterprise>[]>;
|
|
1296
|
+
/** Performs the given operation on each existing Enterprise that satisfies the given criteria. */
|
|
1297
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Enterprise, Contracts.EnterpriseCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Enterprise>>;
|
|
1298
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Enterprise, Contracts.EnterpriseCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Enterprise[]>;
|
|
1299
|
+
/** Saves the input as a new Enterprise, 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). */
|
|
1300
|
+
tryUpsert(request: Contracts.Enterprise, options?: IRepoOptions): Promise<SingleResult<Contracts.Enterprise>>;
|
|
1301
|
+
upsert(request: Contracts.Enterprise, options?: IThrowingRepoOptions): Promise<Contracts.Enterprise>;
|
|
1302
|
+
/** Saves each given input as a new Enterprise, 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). */
|
|
1303
|
+
tryUpsertMany(request: Array<Contracts.Enterprise>, options?: IRepoOptions): Promise<BatchResult<Contracts.Enterprise>>;
|
|
1304
|
+
upsertMany(request: Array<Contracts.Enterprise>, options?: IThrowingRepoOptions): Promise<Contracts.Enterprise[]>;
|
|
1305
|
+
}
|
|
1306
|
+
declare class EnterpriseRunStateCruds {
|
|
1307
|
+
private core;
|
|
1308
|
+
constructor(core: CodiacNatsClient);
|
|
1309
|
+
/** Deletes each existing EnterpriseRunState that satisfies the given criteria. */
|
|
1310
|
+
tryDeleteWhere(request: Contracts.EnterpriseRunStateCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseRunState>>;
|
|
1311
|
+
deleteWhere(request: Contracts.EnterpriseRunStateCriteria, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState[]>;
|
|
1312
|
+
/** Retrieves all the existing EnterpriseRunState that satisfy the given criteria. */
|
|
1313
|
+
tryReadMany(request: Contracts.EnterpriseRunStateCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.EnterpriseRunState>>;
|
|
1314
|
+
readMany(request: Contracts.EnterpriseRunStateCriteria, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState[]>;
|
|
1315
|
+
/** Performs the given operations on each existing EnterpriseRunState that satisfies the given criteria. */
|
|
1316
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.EnterpriseRunState, Contracts.EnterpriseRunStateCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseRunState>>;
|
|
1317
|
+
patchWhere(request: PatchSpecForMany<Contracts.EnterpriseRunState, Contracts.EnterpriseRunStateCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState[]>;
|
|
1318
|
+
/** Saves each given input as a new EnterpriseRunState. */
|
|
1319
|
+
tryCreateMany(request: Array<Contracts.EnterpriseRunState>, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseRunState>>;
|
|
1320
|
+
createMany(request: Array<Contracts.EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState[]>;
|
|
1321
|
+
/** Overwrites each existing EnterpriseRunState. */
|
|
1322
|
+
tryUpdateMany(request: Array<Contracts.EnterpriseRunState>, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseRunState>>;
|
|
1323
|
+
updateMany(request: Array<Contracts.EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState[]>;
|
|
1324
|
+
/** Deletes the existing EnterpriseRunState. */
|
|
1325
|
+
tryDelete(request: IdSpecFor<Contracts.EnterpriseRunState>, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseRunState>>;
|
|
1326
|
+
delete(request: IdSpecFor<Contracts.EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState>;
|
|
1327
|
+
/** Retrieves the single, uniquely identified EnterpriseRunState. */
|
|
1328
|
+
tryRead(request: IdSpecFor<Contracts.EnterpriseRunState>, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseRunState>>;
|
|
1329
|
+
read(request: IdSpecFor<Contracts.EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState>;
|
|
1330
|
+
/** Performs the given operations on the existing EnterpriseRunState. */
|
|
1331
|
+
tryPatch(request: PatchSpecForOne<Contracts.EnterpriseRunState>, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseRunState>>;
|
|
1332
|
+
patch(request: PatchSpecForOne<Contracts.EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState>;
|
|
1333
|
+
/** Overwrites the existing EnterpriseRunState. */
|
|
1334
|
+
tryUpdate(request: Contracts.EnterpriseRunState, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseRunState>>;
|
|
1335
|
+
update(request: Contracts.EnterpriseRunState, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState>;
|
|
1336
|
+
/** Overwrites the given properties of the existing EnterpriseRunState. */
|
|
1337
|
+
tryUpdatePartial(request: Partial<Contracts.EnterpriseRunState>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.EnterpriseRunState>>>;
|
|
1338
|
+
updatePartial(request: Partial<Contracts.EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.EnterpriseRunState>>;
|
|
1339
|
+
/** Saves the input as a new EnterpriseRunState. */
|
|
1340
|
+
tryCreate(request: Contracts.EnterpriseRunState, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseRunState>>;
|
|
1341
|
+
create(request: Contracts.EnterpriseRunState, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState>;
|
|
1342
|
+
/** Overwrites the given properties for each existing EnterpriseRunState. */
|
|
1343
|
+
tryUpdatePartialMany(request: Array<Contracts.EnterpriseRunState>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.EnterpriseRunState>>>;
|
|
1344
|
+
updatePartialMany(request: Array<Contracts.EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.EnterpriseRunState>[]>;
|
|
1345
|
+
/** Performs the given operation on each existing EnterpriseRunState that satisfies the given criteria. */
|
|
1346
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.EnterpriseRunState, Contracts.EnterpriseRunStateCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseRunState>>;
|
|
1347
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.EnterpriseRunState, Contracts.EnterpriseRunStateCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState[]>;
|
|
1348
|
+
/** 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). */
|
|
1349
|
+
tryUpsert(request: Contracts.EnterpriseRunState, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseRunState>>;
|
|
1350
|
+
upsert(request: Contracts.EnterpriseRunState, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState>;
|
|
1351
|
+
/** 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). */
|
|
1352
|
+
tryUpsertMany(request: Array<Contracts.EnterpriseRunState>, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseRunState>>;
|
|
1353
|
+
upsertMany(request: Array<Contracts.EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseRunState[]>;
|
|
1354
|
+
}
|
|
1355
|
+
declare class EnterpriseVersionConfigCruds {
|
|
1356
|
+
private core;
|
|
1357
|
+
constructor(core: CodiacNatsClient);
|
|
1358
|
+
/** Deletes each existing EnterpriseVersionConfig that satisfies the given criteria. */
|
|
1359
|
+
tryDeleteWhere(request: Contracts.EnterpriseVersionConfigCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseVersionConfig>>;
|
|
1360
|
+
deleteWhere(request: Contracts.EnterpriseVersionConfigCriteria, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseVersionConfig[]>;
|
|
1361
|
+
/** Retrieves all the existing EnterpriseVersionConfig that satisfy the given criteria. */
|
|
1362
|
+
tryReadMany(request: Contracts.EnterpriseVersionConfigCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.EnterpriseVersionConfig>>;
|
|
1363
|
+
readMany(request: Contracts.EnterpriseVersionConfigCriteria, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseVersionConfig[]>;
|
|
1364
|
+
/** Performs the given operations on each existing EnterpriseVersionConfig that satisfies the given criteria. */
|
|
1365
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.EnterpriseVersionConfig, Contracts.EnterpriseVersionConfigCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseVersionConfig>>;
|
|
1366
|
+
patchWhere(request: PatchSpecForMany<Contracts.EnterpriseVersionConfig, Contracts.EnterpriseVersionConfigCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseVersionConfig[]>;
|
|
1367
|
+
/** Saves each given input as a new EnterpriseVersionConfig. */
|
|
1368
|
+
tryCreateMany(request: Array<Contracts.EnterpriseVersionConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseVersionConfig>>;
|
|
1369
|
+
createMany(request: Array<Contracts.EnterpriseVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseVersionConfig[]>;
|
|
1370
|
+
/** Overwrites each existing EnterpriseVersionConfig. */
|
|
1371
|
+
tryUpdateMany(request: Array<Contracts.EnterpriseVersionConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseVersionConfig>>;
|
|
1372
|
+
updateMany(request: Array<Contracts.EnterpriseVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseVersionConfig[]>;
|
|
1373
|
+
/** Deletes the existing EnterpriseVersionConfig. */
|
|
1374
|
+
tryDelete(request: IdSpecFor<Contracts.EnterpriseVersionConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseVersionConfig>>;
|
|
1375
|
+
delete(request: IdSpecFor<Contracts.EnterpriseVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseVersionConfig>;
|
|
1376
|
+
/** Retrieves the single, uniquely identified EnterpriseVersionConfig. */
|
|
1377
|
+
tryRead(request: IdSpecFor<Contracts.EnterpriseVersionConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseVersionConfig>>;
|
|
1378
|
+
read(request: IdSpecFor<Contracts.EnterpriseVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseVersionConfig>;
|
|
1379
|
+
/** Performs the given operations on the existing EnterpriseVersionConfig. */
|
|
1380
|
+
tryPatch(request: PatchSpecForOne<Contracts.EnterpriseVersionConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseVersionConfig>>;
|
|
1381
|
+
patch(request: PatchSpecForOne<Contracts.EnterpriseVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseVersionConfig>;
|
|
1382
|
+
/** Overwrites the existing EnterpriseVersionConfig. */
|
|
1383
|
+
tryUpdate(request: Contracts.EnterpriseVersionConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseVersionConfig>>;
|
|
1384
|
+
update(request: Contracts.EnterpriseVersionConfig, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseVersionConfig>;
|
|
1385
|
+
/** Overwrites the given properties of the existing EnterpriseVersionConfig. */
|
|
1386
|
+
tryUpdatePartial(request: Partial<Contracts.EnterpriseVersionConfig>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.EnterpriseVersionConfig>>>;
|
|
1387
|
+
updatePartial(request: Partial<Contracts.EnterpriseVersionConfig>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.EnterpriseVersionConfig>>;
|
|
1388
|
+
/** Saves the input as a new EnterpriseVersionConfig. */
|
|
1389
|
+
tryCreate(request: Contracts.EnterpriseVersionConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseVersionConfig>>;
|
|
1390
|
+
create(request: Contracts.EnterpriseVersionConfig, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseVersionConfig>;
|
|
1391
|
+
/** Overwrites the given properties for each existing EnterpriseVersionConfig. */
|
|
1392
|
+
tryUpdatePartialMany(request: Array<Contracts.EnterpriseVersionConfig>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.EnterpriseVersionConfig>>>;
|
|
1393
|
+
updatePartialMany(request: Array<Contracts.EnterpriseVersionConfig>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.EnterpriseVersionConfig>[]>;
|
|
1394
|
+
/** Performs the given operation on each existing EnterpriseVersionConfig that satisfies the given criteria. */
|
|
1395
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.EnterpriseVersionConfig, Contracts.EnterpriseVersionConfigCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseVersionConfig>>;
|
|
1396
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.EnterpriseVersionConfig, Contracts.EnterpriseVersionConfigCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseVersionConfig[]>;
|
|
1397
|
+
/** Saves the input as a new EnterpriseVersionConfig, 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). */
|
|
1398
|
+
tryUpsert(request: Contracts.EnterpriseVersionConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseVersionConfig>>;
|
|
1399
|
+
upsert(request: Contracts.EnterpriseVersionConfig, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseVersionConfig>;
|
|
1400
|
+
/** Saves each given input as a new EnterpriseVersionConfig, 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). */
|
|
1401
|
+
tryUpsertMany(request: Array<Contracts.EnterpriseVersionConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.EnterpriseVersionConfig>>;
|
|
1402
|
+
upsertMany(request: Array<Contracts.EnterpriseVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.EnterpriseVersionConfig[]>;
|
|
1403
|
+
}
|
|
1404
|
+
declare class EntityAclCruds {
|
|
1405
|
+
private core;
|
|
1406
|
+
constructor(core: CodiacNatsClient);
|
|
1407
|
+
/** Deletes each existing EntityAcl that satisfies the given criteria. */
|
|
1408
|
+
tryDeleteWhere(request: Contracts.EntityAclCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
1409
|
+
deleteWhere(request: Contracts.EntityAclCriteria, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl[]>;
|
|
1410
|
+
/** Retrieves all the existing EntityAcl that satisfy the given criteria. */
|
|
1411
|
+
tryReadMany(request: Contracts.EntityAclCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.EntityAcl>>;
|
|
1412
|
+
readMany(request: Contracts.EntityAclCriteria, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl[]>;
|
|
1413
|
+
/** Performs the given operations on each existing EntityAcl that satisfies the given criteria. */
|
|
1414
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.EntityAcl, Contracts.EntityAclCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
1415
|
+
patchWhere(request: PatchSpecForMany<Contracts.EntityAcl, Contracts.EntityAclCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl[]>;
|
|
1416
|
+
/** Saves each given input as a new EntityAcl. */
|
|
1417
|
+
tryCreateMany(request: Array<Contracts.EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
1418
|
+
createMany(request: Array<Contracts.EntityAcl>, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl[]>;
|
|
1419
|
+
/** Overwrites each existing EntityAcl. */
|
|
1420
|
+
tryUpdateMany(request: Array<Contracts.EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
1421
|
+
updateMany(request: Array<Contracts.EntityAcl>, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl[]>;
|
|
1422
|
+
/** Deletes the existing EntityAcl. */
|
|
1423
|
+
tryDelete(request: IdSpecFor<Contracts.EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
1424
|
+
delete(request: IdSpecFor<Contracts.EntityAcl>, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl>;
|
|
1425
|
+
/** Retrieves the single, uniquely identified EntityAcl. */
|
|
1426
|
+
tryRead(request: IdSpecFor<Contracts.EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
1427
|
+
read(request: IdSpecFor<Contracts.EntityAcl>, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl>;
|
|
1428
|
+
/** Performs the given operations on the existing EntityAcl. */
|
|
1429
|
+
tryPatch(request: PatchSpecForOne<Contracts.EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
1430
|
+
patch(request: PatchSpecForOne<Contracts.EntityAcl>, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl>;
|
|
1431
|
+
/** Overwrites the existing EntityAcl. */
|
|
1432
|
+
tryUpdate(request: Contracts.EntityAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
1433
|
+
update(request: Contracts.EntityAcl, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl>;
|
|
1434
|
+
/** Overwrites the given properties of the existing EntityAcl. */
|
|
1435
|
+
tryUpdatePartial(request: Partial<Contracts.EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.EntityAcl>>>;
|
|
1436
|
+
updatePartial(request: Partial<Contracts.EntityAcl>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.EntityAcl>>;
|
|
1437
|
+
/** Saves the input as a new EntityAcl. */
|
|
1438
|
+
tryCreate(request: Contracts.EntityAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
1439
|
+
create(request: Contracts.EntityAcl, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl>;
|
|
1440
|
+
/** Overwrites the given properties for each existing EntityAcl. */
|
|
1441
|
+
tryUpdatePartialMany(request: Array<Contracts.EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.EntityAcl>>>;
|
|
1442
|
+
updatePartialMany(request: Array<Contracts.EntityAcl>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.EntityAcl>[]>;
|
|
1443
|
+
/** Performs the given operation on each existing EntityAcl that satisfies the given criteria. */
|
|
1444
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.EntityAcl, Contracts.EntityAclCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
1445
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.EntityAcl, Contracts.EntityAclCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl[]>;
|
|
1446
|
+
/** 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). */
|
|
1447
|
+
tryUpsert(request: Contracts.EntityAcl, options?: IRepoOptions): Promise<SingleResult<Contracts.EntityAcl>>;
|
|
1448
|
+
upsert(request: Contracts.EntityAcl, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl>;
|
|
1449
|
+
/** 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). */
|
|
1450
|
+
tryUpsertMany(request: Array<Contracts.EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Contracts.EntityAcl>>;
|
|
1451
|
+
upsertMany(request: Array<Contracts.EntityAcl>, options?: IThrowingRepoOptions): Promise<Contracts.EntityAcl[]>;
|
|
1452
|
+
}
|
|
1453
|
+
declare class EnvironmentCruds {
|
|
1454
|
+
private core;
|
|
1455
|
+
constructor(core: CodiacNatsClient);
|
|
1456
|
+
/** Deletes each existing Environment that satisfies the given criteria. */
|
|
1457
|
+
tryDeleteWhere(request: Contracts.EnvironmentCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Environment>>;
|
|
1458
|
+
deleteWhere(request: Contracts.EnvironmentCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Environment[]>;
|
|
1459
|
+
/** Retrieves all the existing Environment that satisfy the given criteria. */
|
|
1460
|
+
tryReadMany(request: Contracts.EnvironmentCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Environment>>;
|
|
1461
|
+
readMany(request: Contracts.EnvironmentCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Environment[]>;
|
|
1462
|
+
/** Performs the given operations on each existing Environment that satisfies the given criteria. */
|
|
1463
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Environment, Contracts.EnvironmentCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Environment>>;
|
|
1464
|
+
patchWhere(request: PatchSpecForMany<Contracts.Environment, Contracts.EnvironmentCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Environment[]>;
|
|
1465
|
+
/** Saves each given input as a new Environment. */
|
|
1466
|
+
tryCreateMany(request: Array<Contracts.Environment>, options?: IRepoOptions): Promise<BatchResult<Contracts.Environment>>;
|
|
1467
|
+
createMany(request: Array<Contracts.Environment>, options?: IThrowingRepoOptions): Promise<Contracts.Environment[]>;
|
|
1468
|
+
/** Overwrites each existing Environment. */
|
|
1469
|
+
tryUpdateMany(request: Array<Contracts.Environment>, options?: IRepoOptions): Promise<BatchResult<Contracts.Environment>>;
|
|
1470
|
+
updateMany(request: Array<Contracts.Environment>, options?: IThrowingRepoOptions): Promise<Contracts.Environment[]>;
|
|
1471
|
+
/** Deletes the existing Environment. */
|
|
1472
|
+
tryDelete(request: IdSpecFor<Contracts.Environment>, options?: IRepoOptions): Promise<SingleResult<Contracts.Environment>>;
|
|
1473
|
+
delete(request: IdSpecFor<Contracts.Environment>, options?: IThrowingRepoOptions): Promise<Contracts.Environment>;
|
|
1474
|
+
/** Retrieves the single, uniquely identified Environment. */
|
|
1475
|
+
tryRead(request: IdSpecFor<Contracts.Environment>, options?: IRepoOptions): Promise<SingleResult<Contracts.Environment>>;
|
|
1476
|
+
read(request: IdSpecFor<Contracts.Environment>, options?: IThrowingRepoOptions): Promise<Contracts.Environment>;
|
|
1477
|
+
/** Performs the given operations on the existing Environment. */
|
|
1478
|
+
tryPatch(request: PatchSpecForOne<Contracts.Environment>, options?: IRepoOptions): Promise<SingleResult<Contracts.Environment>>;
|
|
1479
|
+
patch(request: PatchSpecForOne<Contracts.Environment>, options?: IThrowingRepoOptions): Promise<Contracts.Environment>;
|
|
1480
|
+
/** Overwrites the existing Environment. */
|
|
1481
|
+
tryUpdate(request: Contracts.Environment, options?: IRepoOptions): Promise<SingleResult<Contracts.Environment>>;
|
|
1482
|
+
update(request: Contracts.Environment, options?: IThrowingRepoOptions): Promise<Contracts.Environment>;
|
|
1483
|
+
/** Overwrites the given properties of the existing Environment. */
|
|
1484
|
+
tryUpdatePartial(request: Partial<Contracts.Environment>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Environment>>>;
|
|
1485
|
+
updatePartial(request: Partial<Contracts.Environment>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Environment>>;
|
|
1486
|
+
/** Saves the input as a new Environment. */
|
|
1487
|
+
tryCreate(request: Contracts.Environment, options?: IRepoOptions): Promise<SingleResult<Contracts.Environment>>;
|
|
1488
|
+
create(request: Contracts.Environment, options?: IThrowingRepoOptions): Promise<Contracts.Environment>;
|
|
1489
|
+
/** Overwrites the given properties for each existing Environment. */
|
|
1490
|
+
tryUpdatePartialMany(request: Array<Contracts.Environment>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Environment>>>;
|
|
1491
|
+
updatePartialMany(request: Array<Contracts.Environment>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Environment>[]>;
|
|
1492
|
+
/** Performs the given operation on each existing Environment that satisfies the given criteria. */
|
|
1493
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Environment, Contracts.EnvironmentCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Environment>>;
|
|
1494
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Environment, Contracts.EnvironmentCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Environment[]>;
|
|
1495
|
+
/** 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). */
|
|
1496
|
+
tryUpsert(request: Contracts.Environment, options?: IRepoOptions): Promise<SingleResult<Contracts.Environment>>;
|
|
1497
|
+
upsert(request: Contracts.Environment, options?: IThrowingRepoOptions): Promise<Contracts.Environment>;
|
|
1498
|
+
/** 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). */
|
|
1499
|
+
tryUpsertMany(request: Array<Contracts.Environment>, options?: IRepoOptions): Promise<BatchResult<Contracts.Environment>>;
|
|
1500
|
+
upsertMany(request: Array<Contracts.Environment>, options?: IThrowingRepoOptions): Promise<Contracts.Environment[]>;
|
|
1501
|
+
}
|
|
1502
|
+
declare class FileStoreDefCruds {
|
|
1503
|
+
private core;
|
|
1504
|
+
constructor(core: CodiacNatsClient);
|
|
1505
|
+
/** Deletes each existing FileStoreDef that satisfies the given criteria. */
|
|
1506
|
+
tryDeleteWhere(request: Contracts.FileStoreDefCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.FileStoreDef>>;
|
|
1507
|
+
deleteWhere(request: Contracts.FileStoreDefCriteria, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef[]>;
|
|
1508
|
+
/** Retrieves all the existing FileStoreDef that satisfy the given criteria. */
|
|
1509
|
+
tryReadMany(request: Contracts.FileStoreDefCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.FileStoreDef>>;
|
|
1510
|
+
readMany(request: Contracts.FileStoreDefCriteria, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef[]>;
|
|
1511
|
+
/** Performs the given operations on each existing FileStoreDef that satisfies the given criteria. */
|
|
1512
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.FileStoreDef, Contracts.FileStoreDefCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.FileStoreDef>>;
|
|
1513
|
+
patchWhere(request: PatchSpecForMany<Contracts.FileStoreDef, Contracts.FileStoreDefCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef[]>;
|
|
1514
|
+
/** Saves each given input as a new FileStoreDef. */
|
|
1515
|
+
tryCreateMany(request: Array<Contracts.FileStoreDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.FileStoreDef>>;
|
|
1516
|
+
createMany(request: Array<Contracts.FileStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef[]>;
|
|
1517
|
+
/** Overwrites each existing FileStoreDef. */
|
|
1518
|
+
tryUpdateMany(request: Array<Contracts.FileStoreDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.FileStoreDef>>;
|
|
1519
|
+
updateMany(request: Array<Contracts.FileStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef[]>;
|
|
1520
|
+
/** Deletes the existing FileStoreDef. */
|
|
1521
|
+
tryDelete(request: IdSpecFor<Contracts.FileStoreDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.FileStoreDef>>;
|
|
1522
|
+
delete(request: IdSpecFor<Contracts.FileStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef>;
|
|
1523
|
+
/** Retrieves the single, uniquely identified FileStoreDef. */
|
|
1524
|
+
tryRead(request: IdSpecFor<Contracts.FileStoreDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.FileStoreDef>>;
|
|
1525
|
+
read(request: IdSpecFor<Contracts.FileStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef>;
|
|
1526
|
+
/** Performs the given operations on the existing FileStoreDef. */
|
|
1527
|
+
tryPatch(request: PatchSpecForOne<Contracts.FileStoreDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.FileStoreDef>>;
|
|
1528
|
+
patch(request: PatchSpecForOne<Contracts.FileStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef>;
|
|
1529
|
+
/** Overwrites the existing FileStoreDef. */
|
|
1530
|
+
tryUpdate(request: Contracts.FileStoreDef, options?: IRepoOptions): Promise<SingleResult<Contracts.FileStoreDef>>;
|
|
1531
|
+
update(request: Contracts.FileStoreDef, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef>;
|
|
1532
|
+
/** Overwrites the given properties of the existing FileStoreDef. */
|
|
1533
|
+
tryUpdatePartial(request: Partial<Contracts.FileStoreDef>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.FileStoreDef>>>;
|
|
1534
|
+
updatePartial(request: Partial<Contracts.FileStoreDef>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.FileStoreDef>>;
|
|
1535
|
+
/** Saves the input as a new FileStoreDef. */
|
|
1536
|
+
tryCreate(request: Contracts.FileStoreDef, options?: IRepoOptions): Promise<SingleResult<Contracts.FileStoreDef>>;
|
|
1537
|
+
create(request: Contracts.FileStoreDef, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef>;
|
|
1538
|
+
/** Overwrites the given properties for each existing FileStoreDef. */
|
|
1539
|
+
tryUpdatePartialMany(request: Array<Contracts.FileStoreDef>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.FileStoreDef>>>;
|
|
1540
|
+
updatePartialMany(request: Array<Contracts.FileStoreDef>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.FileStoreDef>[]>;
|
|
1541
|
+
/** Performs the given operation on each existing FileStoreDef that satisfies the given criteria. */
|
|
1542
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.FileStoreDef, Contracts.FileStoreDefCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.FileStoreDef>>;
|
|
1543
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.FileStoreDef, Contracts.FileStoreDefCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef[]>;
|
|
1544
|
+
/** 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). */
|
|
1545
|
+
tryUpsert(request: Contracts.FileStoreDef, options?: IRepoOptions): Promise<SingleResult<Contracts.FileStoreDef>>;
|
|
1546
|
+
upsert(request: Contracts.FileStoreDef, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef>;
|
|
1547
|
+
/** 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). */
|
|
1548
|
+
tryUpsertMany(request: Array<Contracts.FileStoreDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.FileStoreDef>>;
|
|
1549
|
+
upsertMany(request: Array<Contracts.FileStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.FileStoreDef[]>;
|
|
1550
|
+
}
|
|
1551
|
+
declare class ImageCruds {
|
|
1552
|
+
private core;
|
|
1553
|
+
constructor(core: CodiacNatsClient);
|
|
1554
|
+
/** Deletes each existing Image that satisfies the given criteria. */
|
|
1555
|
+
tryDeleteWhere(request: Contracts.ImageCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Image>>;
|
|
1556
|
+
deleteWhere(request: Contracts.ImageCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Image[]>;
|
|
1557
|
+
/** Retrieves all the existing Image that satisfy the given criteria. */
|
|
1558
|
+
tryReadMany(request: Contracts.ImageCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Image>>;
|
|
1559
|
+
readMany(request: Contracts.ImageCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Image[]>;
|
|
1560
|
+
/** Performs the given operations on each existing Image that satisfies the given criteria. */
|
|
1561
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Image, Contracts.ImageCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Image>>;
|
|
1562
|
+
patchWhere(request: PatchSpecForMany<Contracts.Image, Contracts.ImageCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Image[]>;
|
|
1563
|
+
/** Saves each given input as a new Image. */
|
|
1564
|
+
tryCreateMany(request: Array<Contracts.Image>, options?: IRepoOptions): Promise<BatchResult<Contracts.Image>>;
|
|
1565
|
+
createMany(request: Array<Contracts.Image>, options?: IThrowingRepoOptions): Promise<Contracts.Image[]>;
|
|
1566
|
+
/** Overwrites each existing Image. */
|
|
1567
|
+
tryUpdateMany(request: Array<Contracts.Image>, options?: IRepoOptions): Promise<BatchResult<Contracts.Image>>;
|
|
1568
|
+
updateMany(request: Array<Contracts.Image>, options?: IThrowingRepoOptions): Promise<Contracts.Image[]>;
|
|
1569
|
+
/** Deletes the existing Image. */
|
|
1570
|
+
tryDelete(request: IdSpecFor<Contracts.Image>, options?: IRepoOptions): Promise<SingleResult<Contracts.Image>>;
|
|
1571
|
+
delete(request: IdSpecFor<Contracts.Image>, options?: IThrowingRepoOptions): Promise<Contracts.Image>;
|
|
1572
|
+
/** Retrieves the single, uniquely identified Image. */
|
|
1573
|
+
tryRead(request: IdSpecFor<Contracts.Image>, options?: IRepoOptions): Promise<SingleResult<Contracts.Image>>;
|
|
1574
|
+
read(request: IdSpecFor<Contracts.Image>, options?: IThrowingRepoOptions): Promise<Contracts.Image>;
|
|
1575
|
+
/** Performs the given operations on the existing Image. */
|
|
1576
|
+
tryPatch(request: PatchSpecForOne<Contracts.Image>, options?: IRepoOptions): Promise<SingleResult<Contracts.Image>>;
|
|
1577
|
+
patch(request: PatchSpecForOne<Contracts.Image>, options?: IThrowingRepoOptions): Promise<Contracts.Image>;
|
|
1578
|
+
/** Overwrites the existing Image. */
|
|
1579
|
+
tryUpdate(request: Contracts.Image, options?: IRepoOptions): Promise<SingleResult<Contracts.Image>>;
|
|
1580
|
+
update(request: Contracts.Image, options?: IThrowingRepoOptions): Promise<Contracts.Image>;
|
|
1581
|
+
/** Overwrites the given properties of the existing Image. */
|
|
1582
|
+
tryUpdatePartial(request: Partial<Contracts.Image>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Image>>>;
|
|
1583
|
+
updatePartial(request: Partial<Contracts.Image>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Image>>;
|
|
1584
|
+
/** Saves the input as a new Image. */
|
|
1585
|
+
tryCreate(request: Contracts.Image, options?: IRepoOptions): Promise<SingleResult<Contracts.Image>>;
|
|
1586
|
+
create(request: Contracts.Image, options?: IThrowingRepoOptions): Promise<Contracts.Image>;
|
|
1587
|
+
/** Overwrites the given properties for each existing Image. */
|
|
1588
|
+
tryUpdatePartialMany(request: Array<Contracts.Image>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Image>>>;
|
|
1589
|
+
updatePartialMany(request: Array<Contracts.Image>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Image>[]>;
|
|
1590
|
+
/** Performs the given operation on each existing Image that satisfies the given criteria. */
|
|
1591
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Image, Contracts.ImageCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Image>>;
|
|
1592
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Image, Contracts.ImageCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Image[]>;
|
|
1593
|
+
/** Saves the input as a new Image, 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). */
|
|
1594
|
+
tryUpsert(request: Contracts.Image, options?: IRepoOptions): Promise<SingleResult<Contracts.Image>>;
|
|
1595
|
+
upsert(request: Contracts.Image, options?: IThrowingRepoOptions): Promise<Contracts.Image>;
|
|
1596
|
+
/** Saves each given input as a new Image, 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). */
|
|
1597
|
+
tryUpsertMany(request: Array<Contracts.Image>, options?: IRepoOptions): Promise<BatchResult<Contracts.Image>>;
|
|
1598
|
+
upsertMany(request: Array<Contracts.Image>, options?: IThrowingRepoOptions): Promise<Contracts.Image[]>;
|
|
1599
|
+
}
|
|
1600
|
+
declare class ImageRegistryCruds {
|
|
1601
|
+
private core;
|
|
1602
|
+
constructor(core: CodiacNatsClient);
|
|
1603
|
+
/** Deletes each existing ImageRegistry that satisfies the given criteria. */
|
|
1604
|
+
tryDeleteWhere(request: Contracts.ImageRegistryCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.ImageRegistry>>;
|
|
1605
|
+
deleteWhere(request: Contracts.ImageRegistryCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ImageRegistry[]>;
|
|
1606
|
+
/** Retrieves all the existing ImageRegistry that satisfy the given criteria. */
|
|
1607
|
+
tryReadMany(request: Contracts.ImageRegistryCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ImageRegistry>>;
|
|
1608
|
+
readMany(request: Contracts.ImageRegistryCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ImageRegistry[]>;
|
|
1609
|
+
/** Performs the given operations on each existing ImageRegistry that satisfies the given criteria. */
|
|
1610
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.ImageRegistry, Contracts.ImageRegistryCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ImageRegistry>>;
|
|
1611
|
+
patchWhere(request: PatchSpecForMany<Contracts.ImageRegistry, Contracts.ImageRegistryCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ImageRegistry[]>;
|
|
1612
|
+
/** Saves each given input as a new ImageRegistry. */
|
|
1613
|
+
tryCreateMany(request: Array<Contracts.ImageRegistry>, options?: IRepoOptions): Promise<BatchResult<Contracts.ImageRegistry>>;
|
|
1614
|
+
createMany(request: Array<Contracts.ImageRegistry>, options?: IThrowingRepoOptions): Promise<Contracts.ImageRegistry[]>;
|
|
1615
|
+
/** Overwrites each existing ImageRegistry. */
|
|
1616
|
+
tryUpdateMany(request: Array<Contracts.ImageRegistry>, options?: IRepoOptions): Promise<BatchResult<Contracts.ImageRegistry>>;
|
|
1617
|
+
updateMany(request: Array<Contracts.ImageRegistry>, options?: IThrowingRepoOptions): Promise<Contracts.ImageRegistry[]>;
|
|
1618
|
+
/** Deletes the existing ImageRegistry. */
|
|
1619
|
+
tryDelete(request: IdSpecFor<Contracts.ImageRegistry>, options?: IRepoOptions): Promise<SingleResult<Contracts.ImageRegistry>>;
|
|
1620
|
+
delete(request: IdSpecFor<Contracts.ImageRegistry>, options?: IThrowingRepoOptions): Promise<Contracts.ImageRegistry>;
|
|
1621
|
+
/** Retrieves the single, uniquely identified ImageRegistry. */
|
|
1622
|
+
tryRead(request: IdSpecFor<Contracts.ImageRegistry>, options?: IRepoOptions): Promise<SingleResult<Contracts.ImageRegistry>>;
|
|
1623
|
+
read(request: IdSpecFor<Contracts.ImageRegistry>, options?: IThrowingRepoOptions): Promise<Contracts.ImageRegistry>;
|
|
1624
|
+
/** Performs the given operations on the existing ImageRegistry. */
|
|
1625
|
+
tryPatch(request: PatchSpecForOne<Contracts.ImageRegistry>, options?: IRepoOptions): Promise<SingleResult<Contracts.ImageRegistry>>;
|
|
1626
|
+
patch(request: PatchSpecForOne<Contracts.ImageRegistry>, options?: IThrowingRepoOptions): Promise<Contracts.ImageRegistry>;
|
|
1627
|
+
/** Overwrites the existing ImageRegistry. */
|
|
1628
|
+
tryUpdate(request: Contracts.ImageRegistry, options?: IRepoOptions): Promise<SingleResult<Contracts.ImageRegistry>>;
|
|
1629
|
+
update(request: Contracts.ImageRegistry, options?: IThrowingRepoOptions): Promise<Contracts.ImageRegistry>;
|
|
1630
|
+
/** Overwrites the given properties of the existing ImageRegistry. */
|
|
1631
|
+
tryUpdatePartial(request: Partial<Contracts.ImageRegistry>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.ImageRegistry>>>;
|
|
1632
|
+
updatePartial(request: Partial<Contracts.ImageRegistry>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ImageRegistry>>;
|
|
1633
|
+
/** Saves the input as a new ImageRegistry. */
|
|
1634
|
+
tryCreate(request: Contracts.ImageRegistry, options?: IRepoOptions): Promise<SingleResult<Contracts.ImageRegistry>>;
|
|
1635
|
+
create(request: Contracts.ImageRegistry, options?: IThrowingRepoOptions): Promise<Contracts.ImageRegistry>;
|
|
1636
|
+
/** Overwrites the given properties for each existing ImageRegistry. */
|
|
1637
|
+
tryUpdatePartialMany(request: Array<Contracts.ImageRegistry>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.ImageRegistry>>>;
|
|
1638
|
+
updatePartialMany(request: Array<Contracts.ImageRegistry>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ImageRegistry>[]>;
|
|
1639
|
+
/** Performs the given operation on each existing ImageRegistry that satisfies the given criteria. */
|
|
1640
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ImageRegistry, Contracts.ImageRegistryCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ImageRegistry>>;
|
|
1641
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ImageRegistry, Contracts.ImageRegistryCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ImageRegistry[]>;
|
|
1642
|
+
/** Saves the input as a new ImageRegistry, 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). */
|
|
1643
|
+
tryUpsert(request: Contracts.ImageRegistry, options?: IRepoOptions): Promise<SingleResult<Contracts.ImageRegistry>>;
|
|
1644
|
+
upsert(request: Contracts.ImageRegistry, options?: IThrowingRepoOptions): Promise<Contracts.ImageRegistry>;
|
|
1645
|
+
/** Saves each given input as a new ImageRegistry, 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). */
|
|
1646
|
+
tryUpsertMany(request: Array<Contracts.ImageRegistry>, options?: IRepoOptions): Promise<BatchResult<Contracts.ImageRegistry>>;
|
|
1647
|
+
upsertMany(request: Array<Contracts.ImageRegistry>, options?: IThrowingRepoOptions): Promise<Contracts.ImageRegistry[]>;
|
|
1648
|
+
}
|
|
1649
|
+
declare class KitCruds {
|
|
1650
|
+
private core;
|
|
1651
|
+
constructor(core: CodiacNatsClient);
|
|
1652
|
+
/** Deletes each existing Kit that satisfies the given criteria. */
|
|
1653
|
+
tryDeleteWhere(request: Contracts.KitCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Kit>>;
|
|
1654
|
+
deleteWhere(request: Contracts.KitCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Kit[]>;
|
|
1655
|
+
/** Retrieves all the existing Kit that satisfy the given criteria. */
|
|
1656
|
+
tryReadMany(request: Contracts.KitCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Kit>>;
|
|
1657
|
+
readMany(request: Contracts.KitCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Kit[]>;
|
|
1658
|
+
/** Performs the given operations on each existing Kit that satisfies the given criteria. */
|
|
1659
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Kit, Contracts.KitCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Kit>>;
|
|
1660
|
+
patchWhere(request: PatchSpecForMany<Contracts.Kit, Contracts.KitCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Kit[]>;
|
|
1661
|
+
/** Saves each given input as a new Kit. */
|
|
1662
|
+
tryCreateMany(request: Array<Contracts.Kit>, options?: IRepoOptions): Promise<BatchResult<Contracts.Kit>>;
|
|
1663
|
+
createMany(request: Array<Contracts.Kit>, options?: IThrowingRepoOptions): Promise<Contracts.Kit[]>;
|
|
1664
|
+
/** Overwrites each existing Kit. */
|
|
1665
|
+
tryUpdateMany(request: Array<Contracts.Kit>, options?: IRepoOptions): Promise<BatchResult<Contracts.Kit>>;
|
|
1666
|
+
updateMany(request: Array<Contracts.Kit>, options?: IThrowingRepoOptions): Promise<Contracts.Kit[]>;
|
|
1667
|
+
/** Deletes the existing Kit. */
|
|
1668
|
+
tryDelete(request: IdSpecFor<Contracts.Kit>, options?: IRepoOptions): Promise<SingleResult<Contracts.Kit>>;
|
|
1669
|
+
delete(request: IdSpecFor<Contracts.Kit>, options?: IThrowingRepoOptions): Promise<Contracts.Kit>;
|
|
1670
|
+
/** Retrieves the single, uniquely identified Kit. */
|
|
1671
|
+
tryRead(request: IdSpecFor<Contracts.Kit>, options?: IRepoOptions): Promise<SingleResult<Contracts.Kit>>;
|
|
1672
|
+
read(request: IdSpecFor<Contracts.Kit>, options?: IThrowingRepoOptions): Promise<Contracts.Kit>;
|
|
1673
|
+
/** Performs the given operations on the existing Kit. */
|
|
1674
|
+
tryPatch(request: PatchSpecForOne<Contracts.Kit>, options?: IRepoOptions): Promise<SingleResult<Contracts.Kit>>;
|
|
1675
|
+
patch(request: PatchSpecForOne<Contracts.Kit>, options?: IThrowingRepoOptions): Promise<Contracts.Kit>;
|
|
1676
|
+
/** Overwrites the existing Kit. */
|
|
1677
|
+
tryUpdate(request: Contracts.Kit, options?: IRepoOptions): Promise<SingleResult<Contracts.Kit>>;
|
|
1678
|
+
update(request: Contracts.Kit, options?: IThrowingRepoOptions): Promise<Contracts.Kit>;
|
|
1679
|
+
/** Overwrites the given properties of the existing Kit. */
|
|
1680
|
+
tryUpdatePartial(request: Partial<Contracts.Kit>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Kit>>>;
|
|
1681
|
+
updatePartial(request: Partial<Contracts.Kit>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Kit>>;
|
|
1682
|
+
/** Saves the input as a new Kit. */
|
|
1683
|
+
tryCreate(request: Contracts.Kit, options?: IRepoOptions): Promise<SingleResult<Contracts.Kit>>;
|
|
1684
|
+
create(request: Contracts.Kit, options?: IThrowingRepoOptions): Promise<Contracts.Kit>;
|
|
1685
|
+
/** Overwrites the given properties for each existing Kit. */
|
|
1686
|
+
tryUpdatePartialMany(request: Array<Contracts.Kit>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Kit>>>;
|
|
1687
|
+
updatePartialMany(request: Array<Contracts.Kit>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Kit>[]>;
|
|
1688
|
+
/** Performs the given operation on each existing Kit that satisfies the given criteria. */
|
|
1689
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Kit, Contracts.KitCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Kit>>;
|
|
1690
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Kit, Contracts.KitCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Kit[]>;
|
|
1691
|
+
/** Saves the input as a new Kit, 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). */
|
|
1692
|
+
tryUpsert(request: Contracts.Kit, options?: IRepoOptions): Promise<SingleResult<Contracts.Kit>>;
|
|
1693
|
+
upsert(request: Contracts.Kit, options?: IThrowingRepoOptions): Promise<Contracts.Kit>;
|
|
1694
|
+
/** Saves each given input as a new Kit, 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). */
|
|
1695
|
+
tryUpsertMany(request: Array<Contracts.Kit>, options?: IRepoOptions): Promise<BatchResult<Contracts.Kit>>;
|
|
1696
|
+
upsertMany(request: Array<Contracts.Kit>, options?: IThrowingRepoOptions): Promise<Contracts.Kit[]>;
|
|
1697
|
+
}
|
|
1698
|
+
declare class KvpStoreDefCruds {
|
|
1699
|
+
private core;
|
|
1700
|
+
constructor(core: CodiacNatsClient);
|
|
1701
|
+
/** Deletes each existing KvpStoreDef that satisfies the given criteria. */
|
|
1702
|
+
tryDeleteWhere(request: Contracts.KvpStoreDefCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.KvpStoreDef>>;
|
|
1703
|
+
deleteWhere(request: Contracts.KvpStoreDefCriteria, options?: IThrowingRepoOptions): Promise<Contracts.KvpStoreDef[]>;
|
|
1704
|
+
/** Retrieves all the existing KvpStoreDef that satisfy the given criteria. */
|
|
1705
|
+
tryReadMany(request: Contracts.KvpStoreDefCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.KvpStoreDef>>;
|
|
1706
|
+
readMany(request: Contracts.KvpStoreDefCriteria, options?: IThrowingRepoOptions): Promise<Contracts.KvpStoreDef[]>;
|
|
1707
|
+
/** Performs the given operations on each existing KvpStoreDef that satisfies the given criteria. */
|
|
1708
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.KvpStoreDef, Contracts.KvpStoreDefCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.KvpStoreDef>>;
|
|
1709
|
+
patchWhere(request: PatchSpecForMany<Contracts.KvpStoreDef, Contracts.KvpStoreDefCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.KvpStoreDef[]>;
|
|
1710
|
+
/** Saves each given input as a new KvpStoreDef. */
|
|
1711
|
+
tryCreateMany(request: Array<Contracts.KvpStoreDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.KvpStoreDef>>;
|
|
1712
|
+
createMany(request: Array<Contracts.KvpStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.KvpStoreDef[]>;
|
|
1713
|
+
/** Overwrites each existing KvpStoreDef. */
|
|
1714
|
+
tryUpdateMany(request: Array<Contracts.KvpStoreDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.KvpStoreDef>>;
|
|
1715
|
+
updateMany(request: Array<Contracts.KvpStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.KvpStoreDef[]>;
|
|
1716
|
+
/** Deletes the existing KvpStoreDef. */
|
|
1717
|
+
tryDelete(request: IdSpecFor<Contracts.KvpStoreDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.KvpStoreDef>>;
|
|
1718
|
+
delete(request: IdSpecFor<Contracts.KvpStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.KvpStoreDef>;
|
|
1719
|
+
/** Retrieves the single, uniquely identified KvpStoreDef. */
|
|
1720
|
+
tryRead(request: IdSpecFor<Contracts.KvpStoreDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.KvpStoreDef>>;
|
|
1721
|
+
read(request: IdSpecFor<Contracts.KvpStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.KvpStoreDef>;
|
|
1722
|
+
/** Performs the given operations on the existing KvpStoreDef. */
|
|
1723
|
+
tryPatch(request: PatchSpecForOne<Contracts.KvpStoreDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.KvpStoreDef>>;
|
|
1724
|
+
patch(request: PatchSpecForOne<Contracts.KvpStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.KvpStoreDef>;
|
|
1725
|
+
/** Overwrites the existing KvpStoreDef. */
|
|
1726
|
+
tryUpdate(request: Contracts.KvpStoreDef, options?: IRepoOptions): Promise<SingleResult<Contracts.KvpStoreDef>>;
|
|
1727
|
+
update(request: Contracts.KvpStoreDef, options?: IThrowingRepoOptions): Promise<Contracts.KvpStoreDef>;
|
|
1728
|
+
/** Overwrites the given properties of the existing KvpStoreDef. */
|
|
1729
|
+
tryUpdatePartial(request: Partial<Contracts.KvpStoreDef>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.KvpStoreDef>>>;
|
|
1730
|
+
updatePartial(request: Partial<Contracts.KvpStoreDef>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.KvpStoreDef>>;
|
|
1731
|
+
/** Saves the input as a new KvpStoreDef. */
|
|
1732
|
+
tryCreate(request: Contracts.KvpStoreDef, options?: IRepoOptions): Promise<SingleResult<Contracts.KvpStoreDef>>;
|
|
1733
|
+
create(request: Contracts.KvpStoreDef, options?: IThrowingRepoOptions): Promise<Contracts.KvpStoreDef>;
|
|
1734
|
+
/** Overwrites the given properties for each existing KvpStoreDef. */
|
|
1735
|
+
tryUpdatePartialMany(request: Array<Contracts.KvpStoreDef>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.KvpStoreDef>>>;
|
|
1736
|
+
updatePartialMany(request: Array<Contracts.KvpStoreDef>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.KvpStoreDef>[]>;
|
|
1737
|
+
/** Performs the given operation on each existing KvpStoreDef that satisfies the given criteria. */
|
|
1738
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.KvpStoreDef, Contracts.KvpStoreDefCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.KvpStoreDef>>;
|
|
1739
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.KvpStoreDef, Contracts.KvpStoreDefCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.KvpStoreDef[]>;
|
|
1740
|
+
/** Saves the input as a new KvpStoreDef, 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). */
|
|
1741
|
+
tryUpsert(request: Contracts.KvpStoreDef, options?: IRepoOptions): Promise<SingleResult<Contracts.KvpStoreDef>>;
|
|
1742
|
+
upsert(request: Contracts.KvpStoreDef, options?: IThrowingRepoOptions): Promise<Contracts.KvpStoreDef>;
|
|
1743
|
+
/** Saves each given input as a new KvpStoreDef, 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). */
|
|
1744
|
+
tryUpsertMany(request: Array<Contracts.KvpStoreDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.KvpStoreDef>>;
|
|
1745
|
+
upsertMany(request: Array<Contracts.KvpStoreDef>, options?: IThrowingRepoOptions): Promise<Contracts.KvpStoreDef[]>;
|
|
1746
|
+
}
|
|
1747
|
+
declare class LabelCruds {
|
|
1748
|
+
private core;
|
|
1749
|
+
constructor(core: CodiacNatsClient);
|
|
1750
|
+
/** Deletes each existing Label that satisfies the given criteria. */
|
|
1751
|
+
tryDeleteWhere(request: Contracts.LabelCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Label>>;
|
|
1752
|
+
deleteWhere(request: Contracts.LabelCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Label[]>;
|
|
1753
|
+
/** Retrieves all the existing Label that satisfy the given criteria. */
|
|
1754
|
+
tryReadMany(request: Contracts.LabelCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Label>>;
|
|
1755
|
+
readMany(request: Contracts.LabelCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Label[]>;
|
|
1756
|
+
/** Performs the given operations on each existing Label that satisfies the given criteria. */
|
|
1757
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Label, Contracts.LabelCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Label>>;
|
|
1758
|
+
patchWhere(request: PatchSpecForMany<Contracts.Label, Contracts.LabelCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Label[]>;
|
|
1759
|
+
/** Saves each given input as a new Label. */
|
|
1760
|
+
tryCreateMany(request: Array<Contracts.Label>, options?: IRepoOptions): Promise<BatchResult<Contracts.Label>>;
|
|
1761
|
+
createMany(request: Array<Contracts.Label>, options?: IThrowingRepoOptions): Promise<Contracts.Label[]>;
|
|
1762
|
+
/** Overwrites each existing Label. */
|
|
1763
|
+
tryUpdateMany(request: Array<Contracts.Label>, options?: IRepoOptions): Promise<BatchResult<Contracts.Label>>;
|
|
1764
|
+
updateMany(request: Array<Contracts.Label>, options?: IThrowingRepoOptions): Promise<Contracts.Label[]>;
|
|
1765
|
+
/** Deletes the existing Label. */
|
|
1766
|
+
tryDelete(request: IdSpecFor<Contracts.Label>, options?: IRepoOptions): Promise<SingleResult<Contracts.Label>>;
|
|
1767
|
+
delete(request: IdSpecFor<Contracts.Label>, options?: IThrowingRepoOptions): Promise<Contracts.Label>;
|
|
1768
|
+
/** Retrieves the single, uniquely identified Label. */
|
|
1769
|
+
tryRead(request: IdSpecFor<Contracts.Label>, options?: IRepoOptions): Promise<SingleResult<Contracts.Label>>;
|
|
1770
|
+
read(request: IdSpecFor<Contracts.Label>, options?: IThrowingRepoOptions): Promise<Contracts.Label>;
|
|
1771
|
+
/** Performs the given operations on the existing Label. */
|
|
1772
|
+
tryPatch(request: PatchSpecForOne<Contracts.Label>, options?: IRepoOptions): Promise<SingleResult<Contracts.Label>>;
|
|
1773
|
+
patch(request: PatchSpecForOne<Contracts.Label>, options?: IThrowingRepoOptions): Promise<Contracts.Label>;
|
|
1774
|
+
/** Overwrites the existing Label. */
|
|
1775
|
+
tryUpdate(request: Contracts.Label, options?: IRepoOptions): Promise<SingleResult<Contracts.Label>>;
|
|
1776
|
+
update(request: Contracts.Label, options?: IThrowingRepoOptions): Promise<Contracts.Label>;
|
|
1777
|
+
/** Overwrites the given properties of the existing Label. */
|
|
1778
|
+
tryUpdatePartial(request: Partial<Contracts.Label>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Label>>>;
|
|
1779
|
+
updatePartial(request: Partial<Contracts.Label>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Label>>;
|
|
1780
|
+
/** Saves the input as a new Label. */
|
|
1781
|
+
tryCreate(request: Contracts.Label, options?: IRepoOptions): Promise<SingleResult<Contracts.Label>>;
|
|
1782
|
+
create(request: Contracts.Label, options?: IThrowingRepoOptions): Promise<Contracts.Label>;
|
|
1783
|
+
/** Overwrites the given properties for each existing Label. */
|
|
1784
|
+
tryUpdatePartialMany(request: Array<Contracts.Label>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Label>>>;
|
|
1785
|
+
updatePartialMany(request: Array<Contracts.Label>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Label>[]>;
|
|
1786
|
+
/** Performs the given operation on each existing Label that satisfies the given criteria. */
|
|
1787
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Label, Contracts.LabelCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Label>>;
|
|
1788
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Label, Contracts.LabelCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Label[]>;
|
|
1789
|
+
/** Saves the input as a new Label, 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). */
|
|
1790
|
+
tryUpsert(request: Contracts.Label, options?: IRepoOptions): Promise<SingleResult<Contracts.Label>>;
|
|
1791
|
+
upsert(request: Contracts.Label, options?: IThrowingRepoOptions): Promise<Contracts.Label>;
|
|
1792
|
+
/** Saves each given input as a new Label, 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). */
|
|
1793
|
+
tryUpsertMany(request: Array<Contracts.Label>, options?: IRepoOptions): Promise<BatchResult<Contracts.Label>>;
|
|
1794
|
+
upsertMany(request: Array<Contracts.Label>, options?: IThrowingRepoOptions): Promise<Contracts.Label[]>;
|
|
1795
|
+
}
|
|
1796
|
+
declare class NodePoolDefCruds {
|
|
1797
|
+
private core;
|
|
1798
|
+
constructor(core: CodiacNatsClient);
|
|
1799
|
+
/** Deletes each existing NodePoolDef that satisfies the given criteria. */
|
|
1800
|
+
tryDeleteWhere(request: Contracts.NodePoolDefCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.NodePoolDef>>;
|
|
1801
|
+
deleteWhere(request: Contracts.NodePoolDefCriteria, options?: IThrowingRepoOptions): Promise<Contracts.NodePoolDef[]>;
|
|
1802
|
+
/** Retrieves all the existing NodePoolDef that satisfy the given criteria. */
|
|
1803
|
+
tryReadMany(request: Contracts.NodePoolDefCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.NodePoolDef>>;
|
|
1804
|
+
readMany(request: Contracts.NodePoolDefCriteria, options?: IThrowingRepoOptions): Promise<Contracts.NodePoolDef[]>;
|
|
1805
|
+
/** Performs the given operations on each existing NodePoolDef that satisfies the given criteria. */
|
|
1806
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.NodePoolDef, Contracts.NodePoolDefCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.NodePoolDef>>;
|
|
1807
|
+
patchWhere(request: PatchSpecForMany<Contracts.NodePoolDef, Contracts.NodePoolDefCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.NodePoolDef[]>;
|
|
1808
|
+
/** Saves each given input as a new NodePoolDef. */
|
|
1809
|
+
tryCreateMany(request: Array<Contracts.NodePoolDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.NodePoolDef>>;
|
|
1810
|
+
createMany(request: Array<Contracts.NodePoolDef>, options?: IThrowingRepoOptions): Promise<Contracts.NodePoolDef[]>;
|
|
1811
|
+
/** Overwrites each existing NodePoolDef. */
|
|
1812
|
+
tryUpdateMany(request: Array<Contracts.NodePoolDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.NodePoolDef>>;
|
|
1813
|
+
updateMany(request: Array<Contracts.NodePoolDef>, options?: IThrowingRepoOptions): Promise<Contracts.NodePoolDef[]>;
|
|
1814
|
+
/** Deletes the existing NodePoolDef. */
|
|
1815
|
+
tryDelete(request: IdSpecFor<Contracts.NodePoolDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.NodePoolDef>>;
|
|
1816
|
+
delete(request: IdSpecFor<Contracts.NodePoolDef>, options?: IThrowingRepoOptions): Promise<Contracts.NodePoolDef>;
|
|
1817
|
+
/** Retrieves the single, uniquely identified NodePoolDef. */
|
|
1818
|
+
tryRead(request: IdSpecFor<Contracts.NodePoolDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.NodePoolDef>>;
|
|
1819
|
+
read(request: IdSpecFor<Contracts.NodePoolDef>, options?: IThrowingRepoOptions): Promise<Contracts.NodePoolDef>;
|
|
1820
|
+
/** Performs the given operations on the existing NodePoolDef. */
|
|
1821
|
+
tryPatch(request: PatchSpecForOne<Contracts.NodePoolDef>, options?: IRepoOptions): Promise<SingleResult<Contracts.NodePoolDef>>;
|
|
1822
|
+
patch(request: PatchSpecForOne<Contracts.NodePoolDef>, options?: IThrowingRepoOptions): Promise<Contracts.NodePoolDef>;
|
|
1823
|
+
/** Overwrites the existing NodePoolDef. */
|
|
1824
|
+
tryUpdate(request: Contracts.NodePoolDef, options?: IRepoOptions): Promise<SingleResult<Contracts.NodePoolDef>>;
|
|
1825
|
+
update(request: Contracts.NodePoolDef, options?: IThrowingRepoOptions): Promise<Contracts.NodePoolDef>;
|
|
1826
|
+
/** Overwrites the given properties of the existing NodePoolDef. */
|
|
1827
|
+
tryUpdatePartial(request: Partial<Contracts.NodePoolDef>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.NodePoolDef>>>;
|
|
1828
|
+
updatePartial(request: Partial<Contracts.NodePoolDef>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.NodePoolDef>>;
|
|
1829
|
+
/** Saves the input as a new NodePoolDef. */
|
|
1830
|
+
tryCreate(request: Contracts.NodePoolDef, options?: IRepoOptions): Promise<SingleResult<Contracts.NodePoolDef>>;
|
|
1831
|
+
create(request: Contracts.NodePoolDef, options?: IThrowingRepoOptions): Promise<Contracts.NodePoolDef>;
|
|
1832
|
+
/** Overwrites the given properties for each existing NodePoolDef. */
|
|
1833
|
+
tryUpdatePartialMany(request: Array<Contracts.NodePoolDef>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.NodePoolDef>>>;
|
|
1834
|
+
updatePartialMany(request: Array<Contracts.NodePoolDef>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.NodePoolDef>[]>;
|
|
1835
|
+
/** Performs the given operation on each existing NodePoolDef that satisfies the given criteria. */
|
|
1836
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.NodePoolDef, Contracts.NodePoolDefCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.NodePoolDef>>;
|
|
1837
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.NodePoolDef, Contracts.NodePoolDefCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.NodePoolDef[]>;
|
|
1838
|
+
/** Saves the input as a new NodePoolDef, 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). */
|
|
1839
|
+
tryUpsert(request: Contracts.NodePoolDef, options?: IRepoOptions): Promise<SingleResult<Contracts.NodePoolDef>>;
|
|
1840
|
+
upsert(request: Contracts.NodePoolDef, options?: IThrowingRepoOptions): Promise<Contracts.NodePoolDef>;
|
|
1841
|
+
/** Saves each given input as a new NodePoolDef, 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). */
|
|
1842
|
+
tryUpsertMany(request: Array<Contracts.NodePoolDef>, options?: IRepoOptions): Promise<BatchResult<Contracts.NodePoolDef>>;
|
|
1843
|
+
upsertMany(request: Array<Contracts.NodePoolDef>, options?: IThrowingRepoOptions): Promise<Contracts.NodePoolDef[]>;
|
|
1844
|
+
}
|
|
1845
|
+
declare class ProbeCruds {
|
|
1846
|
+
private core;
|
|
1847
|
+
constructor(core: CodiacNatsClient);
|
|
1848
|
+
/** Deletes each existing Probe that satisfies the given criteria. */
|
|
1849
|
+
tryDeleteWhere(request: Contracts.ProbeCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Probe>>;
|
|
1850
|
+
deleteWhere(request: Contracts.ProbeCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Probe[]>;
|
|
1851
|
+
/** Retrieves all the existing Probe that satisfy the given criteria. */
|
|
1852
|
+
tryReadMany(request: Contracts.ProbeCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Probe>>;
|
|
1853
|
+
readMany(request: Contracts.ProbeCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Probe[]>;
|
|
1854
|
+
/** Performs the given operations on each existing Probe that satisfies the given criteria. */
|
|
1855
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Probe, Contracts.ProbeCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Probe>>;
|
|
1856
|
+
patchWhere(request: PatchSpecForMany<Contracts.Probe, Contracts.ProbeCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Probe[]>;
|
|
1857
|
+
/** Saves each given input as a new Probe. */
|
|
1858
|
+
tryCreateMany(request: Array<Contracts.Probe>, options?: IRepoOptions): Promise<BatchResult<Contracts.Probe>>;
|
|
1859
|
+
createMany(request: Array<Contracts.Probe>, options?: IThrowingRepoOptions): Promise<Contracts.Probe[]>;
|
|
1860
|
+
/** Overwrites each existing Probe. */
|
|
1861
|
+
tryUpdateMany(request: Array<Contracts.Probe>, options?: IRepoOptions): Promise<BatchResult<Contracts.Probe>>;
|
|
1862
|
+
updateMany(request: Array<Contracts.Probe>, options?: IThrowingRepoOptions): Promise<Contracts.Probe[]>;
|
|
1863
|
+
/** Deletes the existing Probe. */
|
|
1864
|
+
tryDelete(request: IdSpecFor<Contracts.Probe>, options?: IRepoOptions): Promise<SingleResult<Contracts.Probe>>;
|
|
1865
|
+
delete(request: IdSpecFor<Contracts.Probe>, options?: IThrowingRepoOptions): Promise<Contracts.Probe>;
|
|
1866
|
+
/** Retrieves the single, uniquely identified Probe. */
|
|
1867
|
+
tryRead(request: IdSpecFor<Contracts.Probe>, options?: IRepoOptions): Promise<SingleResult<Contracts.Probe>>;
|
|
1868
|
+
read(request: IdSpecFor<Contracts.Probe>, options?: IThrowingRepoOptions): Promise<Contracts.Probe>;
|
|
1869
|
+
/** Performs the given operations on the existing Probe. */
|
|
1870
|
+
tryPatch(request: PatchSpecForOne<Contracts.Probe>, options?: IRepoOptions): Promise<SingleResult<Contracts.Probe>>;
|
|
1871
|
+
patch(request: PatchSpecForOne<Contracts.Probe>, options?: IThrowingRepoOptions): Promise<Contracts.Probe>;
|
|
1872
|
+
/** Overwrites the existing Probe. */
|
|
1873
|
+
tryUpdate(request: Contracts.Probe, options?: IRepoOptions): Promise<SingleResult<Contracts.Probe>>;
|
|
1874
|
+
update(request: Contracts.Probe, options?: IThrowingRepoOptions): Promise<Contracts.Probe>;
|
|
1875
|
+
/** Overwrites the given properties of the existing Probe. */
|
|
1876
|
+
tryUpdatePartial(request: Partial<Contracts.Probe>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Probe>>>;
|
|
1877
|
+
updatePartial(request: Partial<Contracts.Probe>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Probe>>;
|
|
1878
|
+
/** Saves the input as a new Probe. */
|
|
1879
|
+
tryCreate(request: Contracts.Probe, options?: IRepoOptions): Promise<SingleResult<Contracts.Probe>>;
|
|
1880
|
+
create(request: Contracts.Probe, options?: IThrowingRepoOptions): Promise<Contracts.Probe>;
|
|
1881
|
+
/** Overwrites the given properties for each existing Probe. */
|
|
1882
|
+
tryUpdatePartialMany(request: Array<Contracts.Probe>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Probe>>>;
|
|
1883
|
+
updatePartialMany(request: Array<Contracts.Probe>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Probe>[]>;
|
|
1884
|
+
/** Performs the given operation on each existing Probe that satisfies the given criteria. */
|
|
1885
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Probe, Contracts.ProbeCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Probe>>;
|
|
1886
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Probe, Contracts.ProbeCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Probe[]>;
|
|
1887
|
+
/** Saves the input as a new Probe, 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). */
|
|
1888
|
+
tryUpsert(request: Contracts.Probe, options?: IRepoOptions): Promise<SingleResult<Contracts.Probe>>;
|
|
1889
|
+
upsert(request: Contracts.Probe, options?: IThrowingRepoOptions): Promise<Contracts.Probe>;
|
|
1890
|
+
/** Saves each given input as a new Probe, 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). */
|
|
1891
|
+
tryUpsertMany(request: Array<Contracts.Probe>, options?: IRepoOptions): Promise<BatchResult<Contracts.Probe>>;
|
|
1892
|
+
upsertMany(request: Array<Contracts.Probe>, options?: IThrowingRepoOptions): Promise<Contracts.Probe[]>;
|
|
1893
|
+
}
|
|
1894
|
+
declare class ProductCruds {
|
|
1895
|
+
private core;
|
|
1896
|
+
constructor(core: CodiacNatsClient);
|
|
1897
|
+
/** Deletes each existing Product that satisfies the given criteria. */
|
|
1898
|
+
tryDeleteWhere(request: Contracts.ProductCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Product>>;
|
|
1899
|
+
deleteWhere(request: Contracts.ProductCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Product[]>;
|
|
1900
|
+
/** Retrieves all the existing Product that satisfy the given criteria. */
|
|
1901
|
+
tryReadMany(request: Contracts.ProductCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Product>>;
|
|
1902
|
+
readMany(request: Contracts.ProductCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Product[]>;
|
|
1903
|
+
/** Performs the given operations on each existing Product that satisfies the given criteria. */
|
|
1904
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Product, Contracts.ProductCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Product>>;
|
|
1905
|
+
patchWhere(request: PatchSpecForMany<Contracts.Product, Contracts.ProductCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Product[]>;
|
|
1906
|
+
/** Saves each given input as a new Product. */
|
|
1907
|
+
tryCreateMany(request: Array<Contracts.Product>, options?: IRepoOptions): Promise<BatchResult<Contracts.Product>>;
|
|
1908
|
+
createMany(request: Array<Contracts.Product>, options?: IThrowingRepoOptions): Promise<Contracts.Product[]>;
|
|
1909
|
+
/** Overwrites each existing Product. */
|
|
1910
|
+
tryUpdateMany(request: Array<Contracts.Product>, options?: IRepoOptions): Promise<BatchResult<Contracts.Product>>;
|
|
1911
|
+
updateMany(request: Array<Contracts.Product>, options?: IThrowingRepoOptions): Promise<Contracts.Product[]>;
|
|
1912
|
+
/** Deletes the existing Product. */
|
|
1913
|
+
tryDelete(request: IdSpecFor<Contracts.Product>, options?: IRepoOptions): Promise<SingleResult<Contracts.Product>>;
|
|
1914
|
+
delete(request: IdSpecFor<Contracts.Product>, options?: IThrowingRepoOptions): Promise<Contracts.Product>;
|
|
1915
|
+
/** Retrieves the single, uniquely identified Product. */
|
|
1916
|
+
tryRead(request: IdSpecFor<Contracts.Product>, options?: IRepoOptions): Promise<SingleResult<Contracts.Product>>;
|
|
1917
|
+
read(request: IdSpecFor<Contracts.Product>, options?: IThrowingRepoOptions): Promise<Contracts.Product>;
|
|
1918
|
+
/** Performs the given operations on the existing Product. */
|
|
1919
|
+
tryPatch(request: PatchSpecForOne<Contracts.Product>, options?: IRepoOptions): Promise<SingleResult<Contracts.Product>>;
|
|
1920
|
+
patch(request: PatchSpecForOne<Contracts.Product>, options?: IThrowingRepoOptions): Promise<Contracts.Product>;
|
|
1921
|
+
/** Overwrites the existing Product. */
|
|
1922
|
+
tryUpdate(request: Contracts.Product, options?: IRepoOptions): Promise<SingleResult<Contracts.Product>>;
|
|
1923
|
+
update(request: Contracts.Product, options?: IThrowingRepoOptions): Promise<Contracts.Product>;
|
|
1924
|
+
/** Overwrites the given properties of the existing Product. */
|
|
1925
|
+
tryUpdatePartial(request: Partial<Contracts.Product>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Product>>>;
|
|
1926
|
+
updatePartial(request: Partial<Contracts.Product>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Product>>;
|
|
1927
|
+
/** Saves the input as a new Product. */
|
|
1928
|
+
tryCreate(request: Contracts.Product, options?: IRepoOptions): Promise<SingleResult<Contracts.Product>>;
|
|
1929
|
+
create(request: Contracts.Product, options?: IThrowingRepoOptions): Promise<Contracts.Product>;
|
|
1930
|
+
/** Overwrites the given properties for each existing Product. */
|
|
1931
|
+
tryUpdatePartialMany(request: Array<Contracts.Product>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Product>>>;
|
|
1932
|
+
updatePartialMany(request: Array<Contracts.Product>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Product>[]>;
|
|
1933
|
+
/** Performs the given operation on each existing Product that satisfies the given criteria. */
|
|
1934
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Product, Contracts.ProductCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Product>>;
|
|
1935
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Product, Contracts.ProductCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Product[]>;
|
|
1936
|
+
/** Saves the input as a new Product, 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). */
|
|
1937
|
+
tryUpsert(request: Contracts.Product, options?: IRepoOptions): Promise<SingleResult<Contracts.Product>>;
|
|
1938
|
+
upsert(request: Contracts.Product, options?: IThrowingRepoOptions): Promise<Contracts.Product>;
|
|
1939
|
+
/** Saves each given input as a new Product, 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). */
|
|
1940
|
+
tryUpsertMany(request: Array<Contracts.Product>, options?: IRepoOptions): Promise<BatchResult<Contracts.Product>>;
|
|
1941
|
+
upsertMany(request: Array<Contracts.Product>, options?: IThrowingRepoOptions): Promise<Contracts.Product[]>;
|
|
1942
|
+
}
|
|
1943
|
+
declare class ProductVersionConfigCruds {
|
|
1944
|
+
private core;
|
|
1945
|
+
constructor(core: CodiacNatsClient);
|
|
1946
|
+
/** Deletes each existing ProductVersionConfig that satisfies the given criteria. */
|
|
1947
|
+
tryDeleteWhere(request: Contracts.ProductVersionConfigCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.ProductVersionConfig>>;
|
|
1948
|
+
deleteWhere(request: Contracts.ProductVersionConfigCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ProductVersionConfig[]>;
|
|
1949
|
+
/** Retrieves all the existing ProductVersionConfig that satisfy the given criteria. */
|
|
1950
|
+
tryReadMany(request: Contracts.ProductVersionConfigCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ProductVersionConfig>>;
|
|
1951
|
+
readMany(request: Contracts.ProductVersionConfigCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ProductVersionConfig[]>;
|
|
1952
|
+
/** Performs the given operations on each existing ProductVersionConfig that satisfies the given criteria. */
|
|
1953
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.ProductVersionConfig, Contracts.ProductVersionConfigCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ProductVersionConfig>>;
|
|
1954
|
+
patchWhere(request: PatchSpecForMany<Contracts.ProductVersionConfig, Contracts.ProductVersionConfigCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ProductVersionConfig[]>;
|
|
1955
|
+
/** Saves each given input as a new ProductVersionConfig. */
|
|
1956
|
+
tryCreateMany(request: Array<Contracts.ProductVersionConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.ProductVersionConfig>>;
|
|
1957
|
+
createMany(request: Array<Contracts.ProductVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ProductVersionConfig[]>;
|
|
1958
|
+
/** Overwrites each existing ProductVersionConfig. */
|
|
1959
|
+
tryUpdateMany(request: Array<Contracts.ProductVersionConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.ProductVersionConfig>>;
|
|
1960
|
+
updateMany(request: Array<Contracts.ProductVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ProductVersionConfig[]>;
|
|
1961
|
+
/** Deletes the existing ProductVersionConfig. */
|
|
1962
|
+
tryDelete(request: IdSpecFor<Contracts.ProductVersionConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.ProductVersionConfig>>;
|
|
1963
|
+
delete(request: IdSpecFor<Contracts.ProductVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ProductVersionConfig>;
|
|
1964
|
+
/** Retrieves the single, uniquely identified ProductVersionConfig. */
|
|
1965
|
+
tryRead(request: IdSpecFor<Contracts.ProductVersionConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.ProductVersionConfig>>;
|
|
1966
|
+
read(request: IdSpecFor<Contracts.ProductVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ProductVersionConfig>;
|
|
1967
|
+
/** Performs the given operations on the existing ProductVersionConfig. */
|
|
1968
|
+
tryPatch(request: PatchSpecForOne<Contracts.ProductVersionConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.ProductVersionConfig>>;
|
|
1969
|
+
patch(request: PatchSpecForOne<Contracts.ProductVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ProductVersionConfig>;
|
|
1970
|
+
/** Overwrites the existing ProductVersionConfig. */
|
|
1971
|
+
tryUpdate(request: Contracts.ProductVersionConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.ProductVersionConfig>>;
|
|
1972
|
+
update(request: Contracts.ProductVersionConfig, options?: IThrowingRepoOptions): Promise<Contracts.ProductVersionConfig>;
|
|
1973
|
+
/** Overwrites the given properties of the existing ProductVersionConfig. */
|
|
1974
|
+
tryUpdatePartial(request: Partial<Contracts.ProductVersionConfig>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.ProductVersionConfig>>>;
|
|
1975
|
+
updatePartial(request: Partial<Contracts.ProductVersionConfig>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ProductVersionConfig>>;
|
|
1976
|
+
/** Saves the input as a new ProductVersionConfig. */
|
|
1977
|
+
tryCreate(request: Contracts.ProductVersionConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.ProductVersionConfig>>;
|
|
1978
|
+
create(request: Contracts.ProductVersionConfig, options?: IThrowingRepoOptions): Promise<Contracts.ProductVersionConfig>;
|
|
1979
|
+
/** Overwrites the given properties for each existing ProductVersionConfig. */
|
|
1980
|
+
tryUpdatePartialMany(request: Array<Contracts.ProductVersionConfig>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.ProductVersionConfig>>>;
|
|
1981
|
+
updatePartialMany(request: Array<Contracts.ProductVersionConfig>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ProductVersionConfig>[]>;
|
|
1982
|
+
/** Performs the given operation on each existing ProductVersionConfig that satisfies the given criteria. */
|
|
1983
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ProductVersionConfig, Contracts.ProductVersionConfigCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ProductVersionConfig>>;
|
|
1984
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ProductVersionConfig, Contracts.ProductVersionConfigCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ProductVersionConfig[]>;
|
|
1985
|
+
/** Saves the input as a new ProductVersionConfig, 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). */
|
|
1986
|
+
tryUpsert(request: Contracts.ProductVersionConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.ProductVersionConfig>>;
|
|
1987
|
+
upsert(request: Contracts.ProductVersionConfig, options?: IThrowingRepoOptions): Promise<Contracts.ProductVersionConfig>;
|
|
1988
|
+
/** Saves each given input as a new ProductVersionConfig, 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). */
|
|
1989
|
+
tryUpsertMany(request: Array<Contracts.ProductVersionConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.ProductVersionConfig>>;
|
|
1990
|
+
upsertMany(request: Array<Contracts.ProductVersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ProductVersionConfig[]>;
|
|
1991
|
+
}
|
|
1992
|
+
declare class ScopedHostNameConfigCruds {
|
|
1993
|
+
private core;
|
|
1994
|
+
constructor(core: CodiacNatsClient);
|
|
1995
|
+
/** Deletes each existing ScopedHostNameConfig that satisfies the given criteria. */
|
|
1996
|
+
tryDeleteWhere(request: Contracts.ScopedHostNameConfigCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedHostNameConfig>>;
|
|
1997
|
+
deleteWhere(request: Contracts.ScopedHostNameConfigCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig[]>;
|
|
1998
|
+
/** Retrieves all the existing ScopedHostNameConfig that satisfy the given criteria. */
|
|
1999
|
+
tryReadMany(request: Contracts.ScopedHostNameConfigCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ScopedHostNameConfig>>;
|
|
2000
|
+
readMany(request: Contracts.ScopedHostNameConfigCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig[]>;
|
|
2001
|
+
/** Performs the given operations on each existing ScopedHostNameConfig that satisfies the given criteria. */
|
|
2002
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.ScopedHostNameConfig, Contracts.ScopedHostNameConfigCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedHostNameConfig>>;
|
|
2003
|
+
patchWhere(request: PatchSpecForMany<Contracts.ScopedHostNameConfig, Contracts.ScopedHostNameConfigCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig[]>;
|
|
2004
|
+
/** Saves each given input as a new ScopedHostNameConfig. */
|
|
2005
|
+
tryCreateMany(request: Array<Contracts.ScopedHostNameConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedHostNameConfig>>;
|
|
2006
|
+
createMany(request: Array<Contracts.ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig[]>;
|
|
2007
|
+
/** Overwrites each existing ScopedHostNameConfig. */
|
|
2008
|
+
tryUpdateMany(request: Array<Contracts.ScopedHostNameConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedHostNameConfig>>;
|
|
2009
|
+
updateMany(request: Array<Contracts.ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig[]>;
|
|
2010
|
+
/** Deletes the existing ScopedHostNameConfig. */
|
|
2011
|
+
tryDelete(request: IdSpecFor<Contracts.ScopedHostNameConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedHostNameConfig>>;
|
|
2012
|
+
delete(request: IdSpecFor<Contracts.ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig>;
|
|
2013
|
+
/** Retrieves the single, uniquely identified ScopedHostNameConfig. */
|
|
2014
|
+
tryRead(request: IdSpecFor<Contracts.ScopedHostNameConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedHostNameConfig>>;
|
|
2015
|
+
read(request: IdSpecFor<Contracts.ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig>;
|
|
2016
|
+
/** Performs the given operations on the existing ScopedHostNameConfig. */
|
|
2017
|
+
tryPatch(request: PatchSpecForOne<Contracts.ScopedHostNameConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedHostNameConfig>>;
|
|
2018
|
+
patch(request: PatchSpecForOne<Contracts.ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig>;
|
|
2019
|
+
/** Overwrites the existing ScopedHostNameConfig. */
|
|
2020
|
+
tryUpdate(request: Contracts.ScopedHostNameConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedHostNameConfig>>;
|
|
2021
|
+
update(request: Contracts.ScopedHostNameConfig, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig>;
|
|
2022
|
+
/** Overwrites the given properties of the existing ScopedHostNameConfig. */
|
|
2023
|
+
tryUpdatePartial(request: Partial<Contracts.ScopedHostNameConfig>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.ScopedHostNameConfig>>>;
|
|
2024
|
+
updatePartial(request: Partial<Contracts.ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ScopedHostNameConfig>>;
|
|
2025
|
+
/** Saves the input as a new ScopedHostNameConfig. */
|
|
2026
|
+
tryCreate(request: Contracts.ScopedHostNameConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedHostNameConfig>>;
|
|
2027
|
+
create(request: Contracts.ScopedHostNameConfig, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig>;
|
|
2028
|
+
/** Overwrites the given properties for each existing ScopedHostNameConfig. */
|
|
2029
|
+
tryUpdatePartialMany(request: Array<Contracts.ScopedHostNameConfig>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.ScopedHostNameConfig>>>;
|
|
2030
|
+
updatePartialMany(request: Array<Contracts.ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ScopedHostNameConfig>[]>;
|
|
2031
|
+
/** Performs the given operation on each existing ScopedHostNameConfig that satisfies the given criteria. */
|
|
2032
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ScopedHostNameConfig, Contracts.ScopedHostNameConfigCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedHostNameConfig>>;
|
|
2033
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ScopedHostNameConfig, Contracts.ScopedHostNameConfigCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig[]>;
|
|
2034
|
+
/** 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). */
|
|
2035
|
+
tryUpsert(request: Contracts.ScopedHostNameConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedHostNameConfig>>;
|
|
2036
|
+
upsert(request: Contracts.ScopedHostNameConfig, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig>;
|
|
2037
|
+
/** 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). */
|
|
2038
|
+
tryUpsertMany(request: Array<Contracts.ScopedHostNameConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedHostNameConfig>>;
|
|
2039
|
+
upsertMany(request: Array<Contracts.ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedHostNameConfig[]>;
|
|
2040
|
+
}
|
|
2041
|
+
declare class ScopedSettingCruds {
|
|
2042
|
+
private core;
|
|
2043
|
+
constructor(core: CodiacNatsClient);
|
|
2044
|
+
/** Deletes each existing ScopedSetting that satisfies the given criteria. */
|
|
2045
|
+
tryDeleteWhere(request: Contracts.ScopedSettingCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedSetting>>;
|
|
2046
|
+
deleteWhere(request: Contracts.ScopedSettingCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting[]>;
|
|
2047
|
+
/** Retrieves all the existing ScopedSetting that satisfy the given criteria. */
|
|
2048
|
+
tryReadMany(request: Contracts.ScopedSettingCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ScopedSetting>>;
|
|
2049
|
+
readMany(request: Contracts.ScopedSettingCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting[]>;
|
|
2050
|
+
/** Performs the given operations on each existing ScopedSetting that satisfies the given criteria. */
|
|
2051
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.ScopedSetting, Contracts.ScopedSettingCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedSetting>>;
|
|
2052
|
+
patchWhere(request: PatchSpecForMany<Contracts.ScopedSetting, Contracts.ScopedSettingCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting[]>;
|
|
2053
|
+
/** Saves each given input as a new ScopedSetting. */
|
|
2054
|
+
tryCreateMany(request: Array<Contracts.ScopedSetting>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedSetting>>;
|
|
2055
|
+
createMany(request: Array<Contracts.ScopedSetting>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting[]>;
|
|
2056
|
+
/** Overwrites each existing ScopedSetting. */
|
|
2057
|
+
tryUpdateMany(request: Array<Contracts.ScopedSetting>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedSetting>>;
|
|
2058
|
+
updateMany(request: Array<Contracts.ScopedSetting>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting[]>;
|
|
2059
|
+
/** Deletes the existing ScopedSetting. */
|
|
2060
|
+
tryDelete(request: IdSpecFor<Contracts.ScopedSetting>, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedSetting>>;
|
|
2061
|
+
delete(request: IdSpecFor<Contracts.ScopedSetting>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting>;
|
|
2062
|
+
/** Retrieves the single, uniquely identified ScopedSetting. */
|
|
2063
|
+
tryRead(request: IdSpecFor<Contracts.ScopedSetting>, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedSetting>>;
|
|
2064
|
+
read(request: IdSpecFor<Contracts.ScopedSetting>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting>;
|
|
2065
|
+
/** Performs the given operations on the existing ScopedSetting. */
|
|
2066
|
+
tryPatch(request: PatchSpecForOne<Contracts.ScopedSetting>, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedSetting>>;
|
|
2067
|
+
patch(request: PatchSpecForOne<Contracts.ScopedSetting>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting>;
|
|
2068
|
+
/** Overwrites the existing ScopedSetting. */
|
|
2069
|
+
tryUpdate(request: Contracts.ScopedSetting, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedSetting>>;
|
|
2070
|
+
update(request: Contracts.ScopedSetting, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting>;
|
|
2071
|
+
/** Overwrites the given properties of the existing ScopedSetting. */
|
|
2072
|
+
tryUpdatePartial(request: Partial<Contracts.ScopedSetting>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.ScopedSetting>>>;
|
|
2073
|
+
updatePartial(request: Partial<Contracts.ScopedSetting>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ScopedSetting>>;
|
|
2074
|
+
/** Saves the input as a new ScopedSetting. */
|
|
2075
|
+
tryCreate(request: Contracts.ScopedSetting, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedSetting>>;
|
|
2076
|
+
create(request: Contracts.ScopedSetting, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting>;
|
|
2077
|
+
/** Overwrites the given properties for each existing ScopedSetting. */
|
|
2078
|
+
tryUpdatePartialMany(request: Array<Contracts.ScopedSetting>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.ScopedSetting>>>;
|
|
2079
|
+
updatePartialMany(request: Array<Contracts.ScopedSetting>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ScopedSetting>[]>;
|
|
2080
|
+
/** Performs the given operation on each existing ScopedSetting that satisfies the given criteria. */
|
|
2081
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ScopedSetting, Contracts.ScopedSettingCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedSetting>>;
|
|
2082
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ScopedSetting, Contracts.ScopedSettingCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting[]>;
|
|
2083
|
+
/** 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). */
|
|
2084
|
+
tryUpsert(request: Contracts.ScopedSetting, options?: IRepoOptions): Promise<SingleResult<Contracts.ScopedSetting>>;
|
|
2085
|
+
upsert(request: Contracts.ScopedSetting, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting>;
|
|
2086
|
+
/** 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). */
|
|
2087
|
+
tryUpsertMany(request: Array<Contracts.ScopedSetting>, options?: IRepoOptions): Promise<BatchResult<Contracts.ScopedSetting>>;
|
|
2088
|
+
upsertMany(request: Array<Contracts.ScopedSetting>, options?: IThrowingRepoOptions): Promise<Contracts.ScopedSetting[]>;
|
|
2089
|
+
}
|
|
2090
|
+
declare class SetupJournalCruds {
|
|
2091
|
+
private core;
|
|
2092
|
+
constructor(core: CodiacNatsClient);
|
|
2093
|
+
/** Deletes each existing SetupJournal that satisfies the given criteria. */
|
|
2094
|
+
tryDeleteWhere(request: Contracts.SetupJournalCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.SetupJournal>>;
|
|
2095
|
+
deleteWhere(request: Contracts.SetupJournalCriteria, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal[]>;
|
|
2096
|
+
/** Retrieves all the existing SetupJournal that satisfy the given criteria. */
|
|
2097
|
+
tryReadMany(request: Contracts.SetupJournalCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.SetupJournal>>;
|
|
2098
|
+
readMany(request: Contracts.SetupJournalCriteria, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal[]>;
|
|
2099
|
+
/** Performs the given operations on each existing SetupJournal that satisfies the given criteria. */
|
|
2100
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.SetupJournal, Contracts.SetupJournalCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.SetupJournal>>;
|
|
2101
|
+
patchWhere(request: PatchSpecForMany<Contracts.SetupJournal, Contracts.SetupJournalCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal[]>;
|
|
2102
|
+
/** Saves each given input as a new SetupJournal. */
|
|
2103
|
+
tryCreateMany(request: Array<Contracts.SetupJournal>, options?: IRepoOptions): Promise<BatchResult<Contracts.SetupJournal>>;
|
|
2104
|
+
createMany(request: Array<Contracts.SetupJournal>, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal[]>;
|
|
2105
|
+
/** Overwrites each existing SetupJournal. */
|
|
2106
|
+
tryUpdateMany(request: Array<Contracts.SetupJournal>, options?: IRepoOptions): Promise<BatchResult<Contracts.SetupJournal>>;
|
|
2107
|
+
updateMany(request: Array<Contracts.SetupJournal>, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal[]>;
|
|
2108
|
+
/** Deletes the existing SetupJournal. */
|
|
2109
|
+
tryDelete(request: IdSpecFor<Contracts.SetupJournal>, options?: IRepoOptions): Promise<SingleResult<Contracts.SetupJournal>>;
|
|
2110
|
+
delete(request: IdSpecFor<Contracts.SetupJournal>, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal>;
|
|
2111
|
+
/** Retrieves the single, uniquely identified SetupJournal. */
|
|
2112
|
+
tryRead(request: IdSpecFor<Contracts.SetupJournal>, options?: IRepoOptions): Promise<SingleResult<Contracts.SetupJournal>>;
|
|
2113
|
+
read(request: IdSpecFor<Contracts.SetupJournal>, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal>;
|
|
2114
|
+
/** Performs the given operations on the existing SetupJournal. */
|
|
2115
|
+
tryPatch(request: PatchSpecForOne<Contracts.SetupJournal>, options?: IRepoOptions): Promise<SingleResult<Contracts.SetupJournal>>;
|
|
2116
|
+
patch(request: PatchSpecForOne<Contracts.SetupJournal>, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal>;
|
|
2117
|
+
/** Overwrites the existing SetupJournal. */
|
|
2118
|
+
tryUpdate(request: Contracts.SetupJournal, options?: IRepoOptions): Promise<SingleResult<Contracts.SetupJournal>>;
|
|
2119
|
+
update(request: Contracts.SetupJournal, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal>;
|
|
2120
|
+
/** Overwrites the given properties of the existing SetupJournal. */
|
|
2121
|
+
tryUpdatePartial(request: Partial<Contracts.SetupJournal>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.SetupJournal>>>;
|
|
2122
|
+
updatePartial(request: Partial<Contracts.SetupJournal>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.SetupJournal>>;
|
|
2123
|
+
/** Saves the input as a new SetupJournal. */
|
|
2124
|
+
tryCreate(request: Contracts.SetupJournal, options?: IRepoOptions): Promise<SingleResult<Contracts.SetupJournal>>;
|
|
2125
|
+
create(request: Contracts.SetupJournal, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal>;
|
|
2126
|
+
/** Overwrites the given properties for each existing SetupJournal. */
|
|
2127
|
+
tryUpdatePartialMany(request: Array<Contracts.SetupJournal>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.SetupJournal>>>;
|
|
2128
|
+
updatePartialMany(request: Array<Contracts.SetupJournal>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.SetupJournal>[]>;
|
|
2129
|
+
/** Performs the given operation on each existing SetupJournal that satisfies the given criteria. */
|
|
2130
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.SetupJournal, Contracts.SetupJournalCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.SetupJournal>>;
|
|
2131
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.SetupJournal, Contracts.SetupJournalCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal[]>;
|
|
2132
|
+
/** 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). */
|
|
2133
|
+
tryUpsert(request: Contracts.SetupJournal, options?: IRepoOptions): Promise<SingleResult<Contracts.SetupJournal>>;
|
|
2134
|
+
upsert(request: Contracts.SetupJournal, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal>;
|
|
2135
|
+
/** 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). */
|
|
2136
|
+
tryUpsertMany(request: Array<Contracts.SetupJournal>, options?: IRepoOptions): Promise<BatchResult<Contracts.SetupJournal>>;
|
|
2137
|
+
upsertMany(request: Array<Contracts.SetupJournal>, options?: IThrowingRepoOptions): Promise<Contracts.SetupJournal[]>;
|
|
2138
|
+
}
|
|
2139
|
+
declare class SnapshotCruds {
|
|
2140
|
+
private core;
|
|
2141
|
+
constructor(core: CodiacNatsClient);
|
|
2142
|
+
/** Deletes each existing Snapshot that satisfies the given criteria. */
|
|
2143
|
+
tryDeleteWhere(request: Contracts.SnapshotCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Snapshot>>;
|
|
2144
|
+
deleteWhere(request: Contracts.SnapshotCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Snapshot[]>;
|
|
2145
|
+
/** Retrieves all the existing Snapshot that satisfy the given criteria. */
|
|
2146
|
+
tryReadMany(request: Contracts.SnapshotCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Snapshot>>;
|
|
2147
|
+
readMany(request: Contracts.SnapshotCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Snapshot[]>;
|
|
2148
|
+
/** Performs the given operations on each existing Snapshot that satisfies the given criteria. */
|
|
2149
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Snapshot, Contracts.SnapshotCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Snapshot>>;
|
|
2150
|
+
patchWhere(request: PatchSpecForMany<Contracts.Snapshot, Contracts.SnapshotCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Snapshot[]>;
|
|
2151
|
+
/** Saves each given input as a new Snapshot. */
|
|
2152
|
+
tryCreateMany(request: Array<Contracts.Snapshot>, options?: IRepoOptions): Promise<BatchResult<Contracts.Snapshot>>;
|
|
2153
|
+
createMany(request: Array<Contracts.Snapshot>, options?: IThrowingRepoOptions): Promise<Contracts.Snapshot[]>;
|
|
2154
|
+
/** Overwrites each existing Snapshot. */
|
|
2155
|
+
tryUpdateMany(request: Array<Contracts.Snapshot>, options?: IRepoOptions): Promise<BatchResult<Contracts.Snapshot>>;
|
|
2156
|
+
updateMany(request: Array<Contracts.Snapshot>, options?: IThrowingRepoOptions): Promise<Contracts.Snapshot[]>;
|
|
2157
|
+
/** Deletes the existing Snapshot. */
|
|
2158
|
+
tryDelete(request: IdSpecFor<Contracts.Snapshot>, options?: IRepoOptions): Promise<SingleResult<Contracts.Snapshot>>;
|
|
2159
|
+
delete(request: IdSpecFor<Contracts.Snapshot>, options?: IThrowingRepoOptions): Promise<Contracts.Snapshot>;
|
|
2160
|
+
/** Retrieves the single, uniquely identified Snapshot. */
|
|
2161
|
+
tryRead(request: IdSpecFor<Contracts.Snapshot>, options?: IRepoOptions): Promise<SingleResult<Contracts.Snapshot>>;
|
|
2162
|
+
read(request: IdSpecFor<Contracts.Snapshot>, options?: IThrowingRepoOptions): Promise<Contracts.Snapshot>;
|
|
2163
|
+
/** Performs the given operations on the existing Snapshot. */
|
|
2164
|
+
tryPatch(request: PatchSpecForOne<Contracts.Snapshot>, options?: IRepoOptions): Promise<SingleResult<Contracts.Snapshot>>;
|
|
2165
|
+
patch(request: PatchSpecForOne<Contracts.Snapshot>, options?: IThrowingRepoOptions): Promise<Contracts.Snapshot>;
|
|
2166
|
+
/** Overwrites the existing Snapshot. */
|
|
2167
|
+
tryUpdate(request: Contracts.Snapshot, options?: IRepoOptions): Promise<SingleResult<Contracts.Snapshot>>;
|
|
2168
|
+
update(request: Contracts.Snapshot, options?: IThrowingRepoOptions): Promise<Contracts.Snapshot>;
|
|
2169
|
+
/** Overwrites the given properties of the existing Snapshot. */
|
|
2170
|
+
tryUpdatePartial(request: Partial<Contracts.Snapshot>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Snapshot>>>;
|
|
2171
|
+
updatePartial(request: Partial<Contracts.Snapshot>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Snapshot>>;
|
|
2172
|
+
/** Saves the input as a new Snapshot. */
|
|
2173
|
+
tryCreate(request: Contracts.Snapshot, options?: IRepoOptions): Promise<SingleResult<Contracts.Snapshot>>;
|
|
2174
|
+
create(request: Contracts.Snapshot, options?: IThrowingRepoOptions): Promise<Contracts.Snapshot>;
|
|
2175
|
+
/** Overwrites the given properties for each existing Snapshot. */
|
|
2176
|
+
tryUpdatePartialMany(request: Array<Contracts.Snapshot>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Snapshot>>>;
|
|
2177
|
+
updatePartialMany(request: Array<Contracts.Snapshot>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Snapshot>[]>;
|
|
2178
|
+
/** Performs the given operation on each existing Snapshot that satisfies the given criteria. */
|
|
2179
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Snapshot, Contracts.SnapshotCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Snapshot>>;
|
|
2180
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Snapshot, Contracts.SnapshotCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Snapshot[]>;
|
|
2181
|
+
/** Saves the input as a new Snapshot, 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). */
|
|
2182
|
+
tryUpsert(request: Contracts.Snapshot, options?: IRepoOptions): Promise<SingleResult<Contracts.Snapshot>>;
|
|
2183
|
+
upsert(request: Contracts.Snapshot, options?: IThrowingRepoOptions): Promise<Contracts.Snapshot>;
|
|
2184
|
+
/** Saves each given input as a new Snapshot, 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). */
|
|
2185
|
+
tryUpsertMany(request: Array<Contracts.Snapshot>, options?: IRepoOptions): Promise<BatchResult<Contracts.Snapshot>>;
|
|
2186
|
+
upsertMany(request: Array<Contracts.Snapshot>, options?: IThrowingRepoOptions): Promise<Contracts.Snapshot[]>;
|
|
2187
|
+
}
|
|
2188
|
+
declare class SourceRepoCruds {
|
|
2189
|
+
private core;
|
|
2190
|
+
constructor(core: CodiacNatsClient);
|
|
2191
|
+
/** Deletes each existing SourceRepo that satisfies the given criteria. */
|
|
2192
|
+
tryDeleteWhere(request: Contracts.SourceRepoCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.SourceRepo>>;
|
|
2193
|
+
deleteWhere(request: Contracts.SourceRepoCriteria, options?: IThrowingRepoOptions): Promise<Contracts.SourceRepo[]>;
|
|
2194
|
+
/** Retrieves all the existing SourceRepo that satisfy the given criteria. */
|
|
2195
|
+
tryReadMany(request: Contracts.SourceRepoCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.SourceRepo>>;
|
|
2196
|
+
readMany(request: Contracts.SourceRepoCriteria, options?: IThrowingRepoOptions): Promise<Contracts.SourceRepo[]>;
|
|
2197
|
+
/** Performs the given operations on each existing SourceRepo that satisfies the given criteria. */
|
|
2198
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.SourceRepo, Contracts.SourceRepoCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.SourceRepo>>;
|
|
2199
|
+
patchWhere(request: PatchSpecForMany<Contracts.SourceRepo, Contracts.SourceRepoCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.SourceRepo[]>;
|
|
2200
|
+
/** Saves each given input as a new SourceRepo. */
|
|
2201
|
+
tryCreateMany(request: Array<Contracts.SourceRepo>, options?: IRepoOptions): Promise<BatchResult<Contracts.SourceRepo>>;
|
|
2202
|
+
createMany(request: Array<Contracts.SourceRepo>, options?: IThrowingRepoOptions): Promise<Contracts.SourceRepo[]>;
|
|
2203
|
+
/** Overwrites each existing SourceRepo. */
|
|
2204
|
+
tryUpdateMany(request: Array<Contracts.SourceRepo>, options?: IRepoOptions): Promise<BatchResult<Contracts.SourceRepo>>;
|
|
2205
|
+
updateMany(request: Array<Contracts.SourceRepo>, options?: IThrowingRepoOptions): Promise<Contracts.SourceRepo[]>;
|
|
2206
|
+
/** Deletes the existing SourceRepo. */
|
|
2207
|
+
tryDelete(request: IdSpecFor<Contracts.SourceRepo>, options?: IRepoOptions): Promise<SingleResult<Contracts.SourceRepo>>;
|
|
2208
|
+
delete(request: IdSpecFor<Contracts.SourceRepo>, options?: IThrowingRepoOptions): Promise<Contracts.SourceRepo>;
|
|
2209
|
+
/** Retrieves the single, uniquely identified SourceRepo. */
|
|
2210
|
+
tryRead(request: IdSpecFor<Contracts.SourceRepo>, options?: IRepoOptions): Promise<SingleResult<Contracts.SourceRepo>>;
|
|
2211
|
+
read(request: IdSpecFor<Contracts.SourceRepo>, options?: IThrowingRepoOptions): Promise<Contracts.SourceRepo>;
|
|
2212
|
+
/** Performs the given operations on the existing SourceRepo. */
|
|
2213
|
+
tryPatch(request: PatchSpecForOne<Contracts.SourceRepo>, options?: IRepoOptions): Promise<SingleResult<Contracts.SourceRepo>>;
|
|
2214
|
+
patch(request: PatchSpecForOne<Contracts.SourceRepo>, options?: IThrowingRepoOptions): Promise<Contracts.SourceRepo>;
|
|
2215
|
+
/** Overwrites the existing SourceRepo. */
|
|
2216
|
+
tryUpdate(request: Contracts.SourceRepo, options?: IRepoOptions): Promise<SingleResult<Contracts.SourceRepo>>;
|
|
2217
|
+
update(request: Contracts.SourceRepo, options?: IThrowingRepoOptions): Promise<Contracts.SourceRepo>;
|
|
2218
|
+
/** Overwrites the given properties of the existing SourceRepo. */
|
|
2219
|
+
tryUpdatePartial(request: Partial<Contracts.SourceRepo>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.SourceRepo>>>;
|
|
2220
|
+
updatePartial(request: Partial<Contracts.SourceRepo>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.SourceRepo>>;
|
|
2221
|
+
/** Saves the input as a new SourceRepo. */
|
|
2222
|
+
tryCreate(request: Contracts.SourceRepo, options?: IRepoOptions): Promise<SingleResult<Contracts.SourceRepo>>;
|
|
2223
|
+
create(request: Contracts.SourceRepo, options?: IThrowingRepoOptions): Promise<Contracts.SourceRepo>;
|
|
2224
|
+
/** Overwrites the given properties for each existing SourceRepo. */
|
|
2225
|
+
tryUpdatePartialMany(request: Array<Contracts.SourceRepo>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.SourceRepo>>>;
|
|
2226
|
+
updatePartialMany(request: Array<Contracts.SourceRepo>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.SourceRepo>[]>;
|
|
2227
|
+
/** Performs the given operation on each existing SourceRepo that satisfies the given criteria. */
|
|
2228
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.SourceRepo, Contracts.SourceRepoCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.SourceRepo>>;
|
|
2229
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.SourceRepo, Contracts.SourceRepoCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.SourceRepo[]>;
|
|
2230
|
+
/** Saves the input as a new SourceRepo, 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). */
|
|
2231
|
+
tryUpsert(request: Contracts.SourceRepo, options?: IRepoOptions): Promise<SingleResult<Contracts.SourceRepo>>;
|
|
2232
|
+
upsert(request: Contracts.SourceRepo, options?: IThrowingRepoOptions): Promise<Contracts.SourceRepo>;
|
|
2233
|
+
/** Saves each given input as a new SourceRepo, 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). */
|
|
2234
|
+
tryUpsertMany(request: Array<Contracts.SourceRepo>, options?: IRepoOptions): Promise<BatchResult<Contracts.SourceRepo>>;
|
|
2235
|
+
upsertMany(request: Array<Contracts.SourceRepo>, options?: IThrowingRepoOptions): Promise<Contracts.SourceRepo[]>;
|
|
2236
|
+
}
|
|
2237
|
+
declare class SubscriptionCruds {
|
|
2238
|
+
private core;
|
|
2239
|
+
constructor(core: CodiacNatsClient);
|
|
2240
|
+
/** Deletes each existing Subscription that satisfies the given criteria. */
|
|
2241
|
+
tryDeleteWhere(request: Contracts.SubscriptionCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Subscription>>;
|
|
2242
|
+
deleteWhere(request: Contracts.SubscriptionCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Subscription[]>;
|
|
2243
|
+
/** Retrieves all the existing Subscription that satisfy the given criteria. */
|
|
2244
|
+
tryReadMany(request: Contracts.SubscriptionCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Subscription>>;
|
|
2245
|
+
readMany(request: Contracts.SubscriptionCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Subscription[]>;
|
|
2246
|
+
/** Performs the given operations on each existing Subscription that satisfies the given criteria. */
|
|
2247
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Subscription, Contracts.SubscriptionCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Subscription>>;
|
|
2248
|
+
patchWhere(request: PatchSpecForMany<Contracts.Subscription, Contracts.SubscriptionCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Subscription[]>;
|
|
2249
|
+
/** Saves each given input as a new Subscription. */
|
|
2250
|
+
tryCreateMany(request: Array<Contracts.Subscription>, options?: IRepoOptions): Promise<BatchResult<Contracts.Subscription>>;
|
|
2251
|
+
createMany(request: Array<Contracts.Subscription>, options?: IThrowingRepoOptions): Promise<Contracts.Subscription[]>;
|
|
2252
|
+
/** Overwrites each existing Subscription. */
|
|
2253
|
+
tryUpdateMany(request: Array<Contracts.Subscription>, options?: IRepoOptions): Promise<BatchResult<Contracts.Subscription>>;
|
|
2254
|
+
updateMany(request: Array<Contracts.Subscription>, options?: IThrowingRepoOptions): Promise<Contracts.Subscription[]>;
|
|
2255
|
+
/** Deletes the existing Subscription. */
|
|
2256
|
+
tryDelete(request: IdSpecFor<Contracts.Subscription>, options?: IRepoOptions): Promise<SingleResult<Contracts.Subscription>>;
|
|
2257
|
+
delete(request: IdSpecFor<Contracts.Subscription>, options?: IThrowingRepoOptions): Promise<Contracts.Subscription>;
|
|
2258
|
+
/** Retrieves the single, uniquely identified Subscription. */
|
|
2259
|
+
tryRead(request: IdSpecFor<Contracts.Subscription>, options?: IRepoOptions): Promise<SingleResult<Contracts.Subscription>>;
|
|
2260
|
+
read(request: IdSpecFor<Contracts.Subscription>, options?: IThrowingRepoOptions): Promise<Contracts.Subscription>;
|
|
2261
|
+
/** Performs the given operations on the existing Subscription. */
|
|
2262
|
+
tryPatch(request: PatchSpecForOne<Contracts.Subscription>, options?: IRepoOptions): Promise<SingleResult<Contracts.Subscription>>;
|
|
2263
|
+
patch(request: PatchSpecForOne<Contracts.Subscription>, options?: IThrowingRepoOptions): Promise<Contracts.Subscription>;
|
|
2264
|
+
/** Overwrites the existing Subscription. */
|
|
2265
|
+
tryUpdate(request: Contracts.Subscription, options?: IRepoOptions): Promise<SingleResult<Contracts.Subscription>>;
|
|
2266
|
+
update(request: Contracts.Subscription, options?: IThrowingRepoOptions): Promise<Contracts.Subscription>;
|
|
2267
|
+
/** Overwrites the given properties of the existing Subscription. */
|
|
2268
|
+
tryUpdatePartial(request: Partial<Contracts.Subscription>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Subscription>>>;
|
|
2269
|
+
updatePartial(request: Partial<Contracts.Subscription>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Subscription>>;
|
|
2270
|
+
/** Saves the input as a new Subscription. */
|
|
2271
|
+
tryCreate(request: Contracts.Subscription, options?: IRepoOptions): Promise<SingleResult<Contracts.Subscription>>;
|
|
2272
|
+
create(request: Contracts.Subscription, options?: IThrowingRepoOptions): Promise<Contracts.Subscription>;
|
|
2273
|
+
/** Overwrites the given properties for each existing Subscription. */
|
|
2274
|
+
tryUpdatePartialMany(request: Array<Contracts.Subscription>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Subscription>>>;
|
|
2275
|
+
updatePartialMany(request: Array<Contracts.Subscription>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Subscription>[]>;
|
|
2276
|
+
/** Performs the given operation on each existing Subscription that satisfies the given criteria. */
|
|
2277
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Subscription, Contracts.SubscriptionCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Subscription>>;
|
|
2278
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Subscription, Contracts.SubscriptionCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Subscription[]>;
|
|
2279
|
+
/** Saves the input as a new Subscription, 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). */
|
|
2280
|
+
tryUpsert(request: Contracts.Subscription, options?: IRepoOptions): Promise<SingleResult<Contracts.Subscription>>;
|
|
2281
|
+
upsert(request: Contracts.Subscription, options?: IThrowingRepoOptions): Promise<Contracts.Subscription>;
|
|
2282
|
+
/** Saves each given input as a new Subscription, 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). */
|
|
2283
|
+
tryUpsertMany(request: Array<Contracts.Subscription>, options?: IRepoOptions): Promise<BatchResult<Contracts.Subscription>>;
|
|
2284
|
+
upsertMany(request: Array<Contracts.Subscription>, options?: IThrowingRepoOptions): Promise<Contracts.Subscription[]>;
|
|
2285
|
+
}
|
|
2286
|
+
declare class TagCruds {
|
|
2287
|
+
private core;
|
|
2288
|
+
constructor(core: CodiacNatsClient);
|
|
2289
|
+
/** Deletes each existing Tag that satisfies the given criteria. */
|
|
2290
|
+
tryDeleteWhere(request: Contracts.TagCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.Tag>>;
|
|
2291
|
+
deleteWhere(request: Contracts.TagCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Tag[]>;
|
|
2292
|
+
/** Retrieves all the existing Tag that satisfy the given criteria. */
|
|
2293
|
+
tryReadMany(request: Contracts.TagCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.Tag>>;
|
|
2294
|
+
readMany(request: Contracts.TagCriteria, options?: IThrowingRepoOptions): Promise<Contracts.Tag[]>;
|
|
2295
|
+
/** Performs the given operations on each existing Tag that satisfies the given criteria. */
|
|
2296
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.Tag, Contracts.TagCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Tag>>;
|
|
2297
|
+
patchWhere(request: PatchSpecForMany<Contracts.Tag, Contracts.TagCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Tag[]>;
|
|
2298
|
+
/** Saves each given input as a new Tag. */
|
|
2299
|
+
tryCreateMany(request: Array<Contracts.Tag>, options?: IRepoOptions): Promise<BatchResult<Contracts.Tag>>;
|
|
2300
|
+
createMany(request: Array<Contracts.Tag>, options?: IThrowingRepoOptions): Promise<Contracts.Tag[]>;
|
|
2301
|
+
/** Overwrites each existing Tag. */
|
|
2302
|
+
tryUpdateMany(request: Array<Contracts.Tag>, options?: IRepoOptions): Promise<BatchResult<Contracts.Tag>>;
|
|
2303
|
+
updateMany(request: Array<Contracts.Tag>, options?: IThrowingRepoOptions): Promise<Contracts.Tag[]>;
|
|
2304
|
+
/** Deletes the existing Tag. */
|
|
2305
|
+
tryDelete(request: IdSpecFor<Contracts.Tag>, options?: IRepoOptions): Promise<SingleResult<Contracts.Tag>>;
|
|
2306
|
+
delete(request: IdSpecFor<Contracts.Tag>, options?: IThrowingRepoOptions): Promise<Contracts.Tag>;
|
|
2307
|
+
/** Retrieves the single, uniquely identified Tag. */
|
|
2308
|
+
tryRead(request: IdSpecFor<Contracts.Tag>, options?: IRepoOptions): Promise<SingleResult<Contracts.Tag>>;
|
|
2309
|
+
read(request: IdSpecFor<Contracts.Tag>, options?: IThrowingRepoOptions): Promise<Contracts.Tag>;
|
|
2310
|
+
/** Performs the given operations on the existing Tag. */
|
|
2311
|
+
tryPatch(request: PatchSpecForOne<Contracts.Tag>, options?: IRepoOptions): Promise<SingleResult<Contracts.Tag>>;
|
|
2312
|
+
patch(request: PatchSpecForOne<Contracts.Tag>, options?: IThrowingRepoOptions): Promise<Contracts.Tag>;
|
|
2313
|
+
/** Overwrites the existing Tag. */
|
|
2314
|
+
tryUpdate(request: Contracts.Tag, options?: IRepoOptions): Promise<SingleResult<Contracts.Tag>>;
|
|
2315
|
+
update(request: Contracts.Tag, options?: IThrowingRepoOptions): Promise<Contracts.Tag>;
|
|
2316
|
+
/** Overwrites the given properties of the existing Tag. */
|
|
2317
|
+
tryUpdatePartial(request: Partial<Contracts.Tag>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Tag>>>;
|
|
2318
|
+
updatePartial(request: Partial<Contracts.Tag>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Tag>>;
|
|
2319
|
+
/** Saves the input as a new Tag. */
|
|
2320
|
+
tryCreate(request: Contracts.Tag, options?: IRepoOptions): Promise<SingleResult<Contracts.Tag>>;
|
|
2321
|
+
create(request: Contracts.Tag, options?: IThrowingRepoOptions): Promise<Contracts.Tag>;
|
|
2322
|
+
/** Overwrites the given properties for each existing Tag. */
|
|
2323
|
+
tryUpdatePartialMany(request: Array<Contracts.Tag>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.Tag>>>;
|
|
2324
|
+
updatePartialMany(request: Array<Contracts.Tag>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.Tag>[]>;
|
|
2325
|
+
/** Performs the given operation on each existing Tag that satisfies the given criteria. */
|
|
2326
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Tag, Contracts.TagCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.Tag>>;
|
|
2327
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.Tag, Contracts.TagCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.Tag[]>;
|
|
2328
|
+
/** Saves the input as a new Tag, 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). */
|
|
2329
|
+
tryUpsert(request: Contracts.Tag, options?: IRepoOptions): Promise<SingleResult<Contracts.Tag>>;
|
|
2330
|
+
upsert(request: Contracts.Tag, options?: IThrowingRepoOptions): Promise<Contracts.Tag>;
|
|
2331
|
+
/** Saves each given input as a new Tag, 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). */
|
|
2332
|
+
tryUpsertMany(request: Array<Contracts.Tag>, options?: IRepoOptions): Promise<BatchResult<Contracts.Tag>>;
|
|
2333
|
+
upsertMany(request: Array<Contracts.Tag>, options?: IThrowingRepoOptions): Promise<Contracts.Tag[]>;
|
|
2334
|
+
}
|
|
2335
|
+
declare class VersionConfigCruds {
|
|
2336
|
+
private core;
|
|
2337
|
+
constructor(core: CodiacNatsClient);
|
|
2338
|
+
/** Deletes each existing VersionConfig that satisfies the given criteria. */
|
|
2339
|
+
tryDeleteWhere(request: Contracts.VersionConfigCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.VersionConfig>>;
|
|
2340
|
+
deleteWhere(request: Contracts.VersionConfigCriteria, options?: IThrowingRepoOptions): Promise<Contracts.VersionConfig[]>;
|
|
2341
|
+
/** Retrieves all the existing VersionConfig that satisfy the given criteria. */
|
|
2342
|
+
tryReadMany(request: Contracts.VersionConfigCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.VersionConfig>>;
|
|
2343
|
+
readMany(request: Contracts.VersionConfigCriteria, options?: IThrowingRepoOptions): Promise<Contracts.VersionConfig[]>;
|
|
2344
|
+
/** Performs the given operations on each existing VersionConfig that satisfies the given criteria. */
|
|
2345
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.VersionConfig, Contracts.VersionConfigCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.VersionConfig>>;
|
|
2346
|
+
patchWhere(request: PatchSpecForMany<Contracts.VersionConfig, Contracts.VersionConfigCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.VersionConfig[]>;
|
|
2347
|
+
/** Saves each given input as a new VersionConfig. */
|
|
2348
|
+
tryCreateMany(request: Array<Contracts.VersionConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.VersionConfig>>;
|
|
2349
|
+
createMany(request: Array<Contracts.VersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.VersionConfig[]>;
|
|
2350
|
+
/** Overwrites each existing VersionConfig. */
|
|
2351
|
+
tryUpdateMany(request: Array<Contracts.VersionConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.VersionConfig>>;
|
|
2352
|
+
updateMany(request: Array<Contracts.VersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.VersionConfig[]>;
|
|
2353
|
+
/** Deletes the existing VersionConfig. */
|
|
2354
|
+
tryDelete(request: IdSpecFor<Contracts.VersionConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.VersionConfig>>;
|
|
2355
|
+
delete(request: IdSpecFor<Contracts.VersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.VersionConfig>;
|
|
2356
|
+
/** Retrieves the single, uniquely identified VersionConfig. */
|
|
2357
|
+
tryRead(request: IdSpecFor<Contracts.VersionConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.VersionConfig>>;
|
|
2358
|
+
read(request: IdSpecFor<Contracts.VersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.VersionConfig>;
|
|
2359
|
+
/** Performs the given operations on the existing VersionConfig. */
|
|
2360
|
+
tryPatch(request: PatchSpecForOne<Contracts.VersionConfig>, options?: IRepoOptions): Promise<SingleResult<Contracts.VersionConfig>>;
|
|
2361
|
+
patch(request: PatchSpecForOne<Contracts.VersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.VersionConfig>;
|
|
2362
|
+
/** Overwrites the existing VersionConfig. */
|
|
2363
|
+
tryUpdate(request: Contracts.VersionConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.VersionConfig>>;
|
|
2364
|
+
update(request: Contracts.VersionConfig, options?: IThrowingRepoOptions): Promise<Contracts.VersionConfig>;
|
|
2365
|
+
/** Overwrites the given properties of the existing VersionConfig. */
|
|
2366
|
+
tryUpdatePartial(request: Partial<Contracts.VersionConfig>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.VersionConfig>>>;
|
|
2367
|
+
updatePartial(request: Partial<Contracts.VersionConfig>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.VersionConfig>>;
|
|
2368
|
+
/** Saves the input as a new VersionConfig. */
|
|
2369
|
+
tryCreate(request: Contracts.VersionConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.VersionConfig>>;
|
|
2370
|
+
create(request: Contracts.VersionConfig, options?: IThrowingRepoOptions): Promise<Contracts.VersionConfig>;
|
|
2371
|
+
/** Overwrites the given properties for each existing VersionConfig. */
|
|
2372
|
+
tryUpdatePartialMany(request: Array<Contracts.VersionConfig>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.VersionConfig>>>;
|
|
2373
|
+
updatePartialMany(request: Array<Contracts.VersionConfig>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.VersionConfig>[]>;
|
|
2374
|
+
/** Performs the given operation on each existing VersionConfig that satisfies the given criteria. */
|
|
2375
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.VersionConfig, Contracts.VersionConfigCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.VersionConfig>>;
|
|
2376
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.VersionConfig, Contracts.VersionConfigCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.VersionConfig[]>;
|
|
2377
|
+
/** Saves the input as a new VersionConfig, 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). */
|
|
2378
|
+
tryUpsert(request: Contracts.VersionConfig, options?: IRepoOptions): Promise<SingleResult<Contracts.VersionConfig>>;
|
|
2379
|
+
upsert(request: Contracts.VersionConfig, options?: IThrowingRepoOptions): Promise<Contracts.VersionConfig>;
|
|
2380
|
+
/** Saves each given input as a new VersionConfig, 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). */
|
|
2381
|
+
tryUpsertMany(request: Array<Contracts.VersionConfig>, options?: IRepoOptions): Promise<BatchResult<Contracts.VersionConfig>>;
|
|
2382
|
+
upsertMany(request: Array<Contracts.VersionConfig>, options?: IThrowingRepoOptions): Promise<Contracts.VersionConfig[]>;
|
|
2383
|
+
}
|
|
2384
|
+
declare class VersionCreateActivityCruds {
|
|
2385
|
+
private core;
|
|
2386
|
+
constructor(core: CodiacNatsClient);
|
|
2387
|
+
/** Deletes each existing VersionCreateActivity that satisfies the given criteria. */
|
|
2388
|
+
tryDeleteWhere(request: Contracts.VersionCreateActivityCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.VersionCreateActivity>>;
|
|
2389
|
+
deleteWhere(request: Contracts.VersionCreateActivityCriteria, options?: IThrowingRepoOptions): Promise<Contracts.VersionCreateActivity[]>;
|
|
2390
|
+
/** Retrieves all the existing VersionCreateActivity that satisfy the given criteria. */
|
|
2391
|
+
tryReadMany(request: Contracts.VersionCreateActivityCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.VersionCreateActivity>>;
|
|
2392
|
+
readMany(request: Contracts.VersionCreateActivityCriteria, options?: IThrowingRepoOptions): Promise<Contracts.VersionCreateActivity[]>;
|
|
2393
|
+
/** Performs the given operations on each existing VersionCreateActivity that satisfies the given criteria. */
|
|
2394
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.VersionCreateActivity, Contracts.VersionCreateActivityCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.VersionCreateActivity>>;
|
|
2395
|
+
patchWhere(request: PatchSpecForMany<Contracts.VersionCreateActivity, Contracts.VersionCreateActivityCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.VersionCreateActivity[]>;
|
|
2396
|
+
/** Saves each given input as a new VersionCreateActivity. */
|
|
2397
|
+
tryCreateMany(request: Array<Contracts.VersionCreateActivity>, options?: IRepoOptions): Promise<BatchResult<Contracts.VersionCreateActivity>>;
|
|
2398
|
+
createMany(request: Array<Contracts.VersionCreateActivity>, options?: IThrowingRepoOptions): Promise<Contracts.VersionCreateActivity[]>;
|
|
2399
|
+
/** Overwrites each existing VersionCreateActivity. */
|
|
2400
|
+
tryUpdateMany(request: Array<Contracts.VersionCreateActivity>, options?: IRepoOptions): Promise<BatchResult<Contracts.VersionCreateActivity>>;
|
|
2401
|
+
updateMany(request: Array<Contracts.VersionCreateActivity>, options?: IThrowingRepoOptions): Promise<Contracts.VersionCreateActivity[]>;
|
|
2402
|
+
/** Deletes the existing VersionCreateActivity. */
|
|
2403
|
+
tryDelete(request: IdSpecFor<Contracts.VersionCreateActivity>, options?: IRepoOptions): Promise<SingleResult<Contracts.VersionCreateActivity>>;
|
|
2404
|
+
delete(request: IdSpecFor<Contracts.VersionCreateActivity>, options?: IThrowingRepoOptions): Promise<Contracts.VersionCreateActivity>;
|
|
2405
|
+
/** Retrieves the single, uniquely identified VersionCreateActivity. */
|
|
2406
|
+
tryRead(request: IdSpecFor<Contracts.VersionCreateActivity>, options?: IRepoOptions): Promise<SingleResult<Contracts.VersionCreateActivity>>;
|
|
2407
|
+
read(request: IdSpecFor<Contracts.VersionCreateActivity>, options?: IThrowingRepoOptions): Promise<Contracts.VersionCreateActivity>;
|
|
2408
|
+
/** Performs the given operations on the existing VersionCreateActivity. */
|
|
2409
|
+
tryPatch(request: PatchSpecForOne<Contracts.VersionCreateActivity>, options?: IRepoOptions): Promise<SingleResult<Contracts.VersionCreateActivity>>;
|
|
2410
|
+
patch(request: PatchSpecForOne<Contracts.VersionCreateActivity>, options?: IThrowingRepoOptions): Promise<Contracts.VersionCreateActivity>;
|
|
2411
|
+
/** Overwrites the existing VersionCreateActivity. */
|
|
2412
|
+
tryUpdate(request: Contracts.VersionCreateActivity, options?: IRepoOptions): Promise<SingleResult<Contracts.VersionCreateActivity>>;
|
|
2413
|
+
update(request: Contracts.VersionCreateActivity, options?: IThrowingRepoOptions): Promise<Contracts.VersionCreateActivity>;
|
|
2414
|
+
/** Overwrites the given properties of the existing VersionCreateActivity. */
|
|
2415
|
+
tryUpdatePartial(request: Partial<Contracts.VersionCreateActivity>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.VersionCreateActivity>>>;
|
|
2416
|
+
updatePartial(request: Partial<Contracts.VersionCreateActivity>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.VersionCreateActivity>>;
|
|
2417
|
+
/** Saves the input as a new VersionCreateActivity. */
|
|
2418
|
+
tryCreate(request: Contracts.VersionCreateActivity, options?: IRepoOptions): Promise<SingleResult<Contracts.VersionCreateActivity>>;
|
|
2419
|
+
create(request: Contracts.VersionCreateActivity, options?: IThrowingRepoOptions): Promise<Contracts.VersionCreateActivity>;
|
|
2420
|
+
/** Overwrites the given properties for each existing VersionCreateActivity. */
|
|
2421
|
+
tryUpdatePartialMany(request: Array<Contracts.VersionCreateActivity>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.VersionCreateActivity>>>;
|
|
2422
|
+
updatePartialMany(request: Array<Contracts.VersionCreateActivity>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.VersionCreateActivity>[]>;
|
|
2423
|
+
/** Performs the given operation on each existing VersionCreateActivity that satisfies the given criteria. */
|
|
2424
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.VersionCreateActivity, Contracts.VersionCreateActivityCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.VersionCreateActivity>>;
|
|
2425
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.VersionCreateActivity, Contracts.VersionCreateActivityCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.VersionCreateActivity[]>;
|
|
2426
|
+
/** Saves the input as a new VersionCreateActivity, 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). */
|
|
2427
|
+
tryUpsert(request: Contracts.VersionCreateActivity, options?: IRepoOptions): Promise<SingleResult<Contracts.VersionCreateActivity>>;
|
|
2428
|
+
upsert(request: Contracts.VersionCreateActivity, options?: IThrowingRepoOptions): Promise<Contracts.VersionCreateActivity>;
|
|
2429
|
+
/** Saves each given input as a new VersionCreateActivity, 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). */
|
|
2430
|
+
tryUpsertMany(request: Array<Contracts.VersionCreateActivity>, options?: IRepoOptions): Promise<BatchResult<Contracts.VersionCreateActivity>>;
|
|
2431
|
+
upsertMany(request: Array<Contracts.VersionCreateActivity>, options?: IThrowingRepoOptions): Promise<Contracts.VersionCreateActivity[]>;
|
|
2432
|
+
}
|
|
2433
|
+
declare class WorkFlowStrategyCruds {
|
|
2434
|
+
private core;
|
|
2435
|
+
constructor(core: CodiacNatsClient);
|
|
2436
|
+
/** Deletes each existing WorkFlowStrategy that satisfies the given criteria. */
|
|
2437
|
+
tryDeleteWhere(request: Contracts.WorkFlowStrategyCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.WorkFlowStrategy>>;
|
|
2438
|
+
deleteWhere(request: Contracts.WorkFlowStrategyCriteria, options?: IThrowingRepoOptions): Promise<Contracts.WorkFlowStrategy[]>;
|
|
2439
|
+
/** Retrieves all the existing WorkFlowStrategy that satisfy the given criteria. */
|
|
2440
|
+
tryReadMany(request: Contracts.WorkFlowStrategyCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.WorkFlowStrategy>>;
|
|
2441
|
+
readMany(request: Contracts.WorkFlowStrategyCriteria, options?: IThrowingRepoOptions): Promise<Contracts.WorkFlowStrategy[]>;
|
|
2442
|
+
/** Performs the given operations on each existing WorkFlowStrategy that satisfies the given criteria. */
|
|
2443
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.WorkFlowStrategy, Contracts.WorkFlowStrategyCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.WorkFlowStrategy>>;
|
|
2444
|
+
patchWhere(request: PatchSpecForMany<Contracts.WorkFlowStrategy, Contracts.WorkFlowStrategyCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.WorkFlowStrategy[]>;
|
|
2445
|
+
/** Saves each given input as a new WorkFlowStrategy. */
|
|
2446
|
+
tryCreateMany(request: Array<Contracts.WorkFlowStrategy>, options?: IRepoOptions): Promise<BatchResult<Contracts.WorkFlowStrategy>>;
|
|
2447
|
+
createMany(request: Array<Contracts.WorkFlowStrategy>, options?: IThrowingRepoOptions): Promise<Contracts.WorkFlowStrategy[]>;
|
|
2448
|
+
/** Overwrites each existing WorkFlowStrategy. */
|
|
2449
|
+
tryUpdateMany(request: Array<Contracts.WorkFlowStrategy>, options?: IRepoOptions): Promise<BatchResult<Contracts.WorkFlowStrategy>>;
|
|
2450
|
+
updateMany(request: Array<Contracts.WorkFlowStrategy>, options?: IThrowingRepoOptions): Promise<Contracts.WorkFlowStrategy[]>;
|
|
2451
|
+
/** Deletes the existing WorkFlowStrategy. */
|
|
2452
|
+
tryDelete(request: IdSpecFor<Contracts.WorkFlowStrategy>, options?: IRepoOptions): Promise<SingleResult<Contracts.WorkFlowStrategy>>;
|
|
2453
|
+
delete(request: IdSpecFor<Contracts.WorkFlowStrategy>, options?: IThrowingRepoOptions): Promise<Contracts.WorkFlowStrategy>;
|
|
2454
|
+
/** Retrieves the single, uniquely identified WorkFlowStrategy. */
|
|
2455
|
+
tryRead(request: IdSpecFor<Contracts.WorkFlowStrategy>, options?: IRepoOptions): Promise<SingleResult<Contracts.WorkFlowStrategy>>;
|
|
2456
|
+
read(request: IdSpecFor<Contracts.WorkFlowStrategy>, options?: IThrowingRepoOptions): Promise<Contracts.WorkFlowStrategy>;
|
|
2457
|
+
/** Performs the given operations on the existing WorkFlowStrategy. */
|
|
2458
|
+
tryPatch(request: PatchSpecForOne<Contracts.WorkFlowStrategy>, options?: IRepoOptions): Promise<SingleResult<Contracts.WorkFlowStrategy>>;
|
|
2459
|
+
patch(request: PatchSpecForOne<Contracts.WorkFlowStrategy>, options?: IThrowingRepoOptions): Promise<Contracts.WorkFlowStrategy>;
|
|
2460
|
+
/** Overwrites the existing WorkFlowStrategy. */
|
|
2461
|
+
tryUpdate(request: Contracts.WorkFlowStrategy, options?: IRepoOptions): Promise<SingleResult<Contracts.WorkFlowStrategy>>;
|
|
2462
|
+
update(request: Contracts.WorkFlowStrategy, options?: IThrowingRepoOptions): Promise<Contracts.WorkFlowStrategy>;
|
|
2463
|
+
/** Overwrites the given properties of the existing WorkFlowStrategy. */
|
|
2464
|
+
tryUpdatePartial(request: Partial<Contracts.WorkFlowStrategy>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.WorkFlowStrategy>>>;
|
|
2465
|
+
updatePartial(request: Partial<Contracts.WorkFlowStrategy>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.WorkFlowStrategy>>;
|
|
2466
|
+
/** Saves the input as a new WorkFlowStrategy. */
|
|
2467
|
+
tryCreate(request: Contracts.WorkFlowStrategy, options?: IRepoOptions): Promise<SingleResult<Contracts.WorkFlowStrategy>>;
|
|
2468
|
+
create(request: Contracts.WorkFlowStrategy, options?: IThrowingRepoOptions): Promise<Contracts.WorkFlowStrategy>;
|
|
2469
|
+
/** Overwrites the given properties for each existing WorkFlowStrategy. */
|
|
2470
|
+
tryUpdatePartialMany(request: Array<Contracts.WorkFlowStrategy>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.WorkFlowStrategy>>>;
|
|
2471
|
+
updatePartialMany(request: Array<Contracts.WorkFlowStrategy>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.WorkFlowStrategy>[]>;
|
|
2472
|
+
/** Performs the given operation on each existing WorkFlowStrategy that satisfies the given criteria. */
|
|
2473
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.WorkFlowStrategy, Contracts.WorkFlowStrategyCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.WorkFlowStrategy>>;
|
|
2474
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.WorkFlowStrategy, Contracts.WorkFlowStrategyCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.WorkFlowStrategy[]>;
|
|
2475
|
+
/** Saves the input as a new WorkFlowStrategy, 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). */
|
|
2476
|
+
tryUpsert(request: Contracts.WorkFlowStrategy, options?: IRepoOptions): Promise<SingleResult<Contracts.WorkFlowStrategy>>;
|
|
2477
|
+
upsert(request: Contracts.WorkFlowStrategy, options?: IThrowingRepoOptions): Promise<Contracts.WorkFlowStrategy>;
|
|
2478
|
+
/** Saves each given input as a new WorkFlowStrategy, 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). */
|
|
2479
|
+
tryUpsertMany(request: Array<Contracts.WorkFlowStrategy>, options?: IRepoOptions): Promise<BatchResult<Contracts.WorkFlowStrategy>>;
|
|
2480
|
+
upsertMany(request: Array<Contracts.WorkFlowStrategy>, options?: IThrowingRepoOptions): Promise<Contracts.WorkFlowStrategy[]>;
|
|
2481
|
+
}
|
|
2482
|
+
declare class ZombiePeriodCruds {
|
|
2483
|
+
private core;
|
|
2484
|
+
constructor(core: CodiacNatsClient);
|
|
2485
|
+
/** Deletes each existing ZombiePeriod that satisfies the given criteria. */
|
|
2486
|
+
tryDeleteWhere(request: Contracts.ZombiePeriodCriteria, options?: IRepoOptions): Promise<BatchResult<Contracts.ZombiePeriod>>;
|
|
2487
|
+
deleteWhere(request: Contracts.ZombiePeriodCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod[]>;
|
|
2488
|
+
/** Retrieves all the existing ZombiePeriod that satisfy the given criteria. */
|
|
2489
|
+
tryReadMany(request: Contracts.ZombiePeriodCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ZombiePeriod>>;
|
|
2490
|
+
readMany(request: Contracts.ZombiePeriodCriteria, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod[]>;
|
|
2491
|
+
/** Performs the given operations on each existing ZombiePeriod that satisfies the given criteria. */
|
|
2492
|
+
tryPatchWhere(request: PatchSpecForMany<Contracts.ZombiePeriod, Contracts.ZombiePeriodCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ZombiePeriod>>;
|
|
2493
|
+
patchWhere(request: PatchSpecForMany<Contracts.ZombiePeriod, Contracts.ZombiePeriodCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod[]>;
|
|
2494
|
+
/** Saves each given input as a new ZombiePeriod. */
|
|
2495
|
+
tryCreateMany(request: Array<Contracts.ZombiePeriod>, options?: IRepoOptions): Promise<BatchResult<Contracts.ZombiePeriod>>;
|
|
2496
|
+
createMany(request: Array<Contracts.ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod[]>;
|
|
2497
|
+
/** Overwrites each existing ZombiePeriod. */
|
|
2498
|
+
tryUpdateMany(request: Array<Contracts.ZombiePeriod>, options?: IRepoOptions): Promise<BatchResult<Contracts.ZombiePeriod>>;
|
|
2499
|
+
updateMany(request: Array<Contracts.ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod[]>;
|
|
2500
|
+
/** Deletes the existing ZombiePeriod. */
|
|
2501
|
+
tryDelete(request: IdSpecFor<Contracts.ZombiePeriod>, options?: IRepoOptions): Promise<SingleResult<Contracts.ZombiePeriod>>;
|
|
2502
|
+
delete(request: IdSpecFor<Contracts.ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod>;
|
|
2503
|
+
/** Retrieves the single, uniquely identified ZombiePeriod. */
|
|
2504
|
+
tryRead(request: IdSpecFor<Contracts.ZombiePeriod>, options?: IRepoOptions): Promise<SingleResult<Contracts.ZombiePeriod>>;
|
|
2505
|
+
read(request: IdSpecFor<Contracts.ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod>;
|
|
2506
|
+
/** Performs the given operations on the existing ZombiePeriod. */
|
|
2507
|
+
tryPatch(request: PatchSpecForOne<Contracts.ZombiePeriod>, options?: IRepoOptions): Promise<SingleResult<Contracts.ZombiePeriod>>;
|
|
2508
|
+
patch(request: PatchSpecForOne<Contracts.ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod>;
|
|
2509
|
+
/** Overwrites the existing ZombiePeriod. */
|
|
2510
|
+
tryUpdate(request: Contracts.ZombiePeriod, options?: IRepoOptions): Promise<SingleResult<Contracts.ZombiePeriod>>;
|
|
2511
|
+
update(request: Contracts.ZombiePeriod, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod>;
|
|
2512
|
+
/** Overwrites the given properties of the existing ZombiePeriod. */
|
|
2513
|
+
tryUpdatePartial(request: Partial<Contracts.ZombiePeriod>, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.ZombiePeriod>>>;
|
|
2514
|
+
updatePartial(request: Partial<Contracts.ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ZombiePeriod>>;
|
|
2515
|
+
/** Saves the input as a new ZombiePeriod. */
|
|
2516
|
+
tryCreate(request: Contracts.ZombiePeriod, options?: IRepoOptions): Promise<SingleResult<Contracts.ZombiePeriod>>;
|
|
2517
|
+
create(request: Contracts.ZombiePeriod, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod>;
|
|
2518
|
+
/** Overwrites the given properties for each existing ZombiePeriod. */
|
|
2519
|
+
tryUpdatePartialMany(request: Array<Contracts.ZombiePeriod>, options?: IRepoOptions): Promise<BatchResult<Partial<Contracts.ZombiePeriod>>>;
|
|
2520
|
+
updatePartialMany(request: Array<Contracts.ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Partial<Contracts.ZombiePeriod>[]>;
|
|
2521
|
+
/** Performs the given operation on each existing ZombiePeriod that satisfies the given criteria. */
|
|
2522
|
+
tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ZombiePeriod, Contracts.ZombiePeriodCriteria>, options?: IRepoOptions): Promise<BatchResult<Contracts.ZombiePeriod>>;
|
|
2523
|
+
UpdatePartialWhere(request: UpdatePartialWhereRequest<Contracts.ZombiePeriod, Contracts.ZombiePeriodCriteria>, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod[]>;
|
|
2524
|
+
/** 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). */
|
|
2525
|
+
tryUpsert(request: Contracts.ZombiePeriod, options?: IRepoOptions): Promise<SingleResult<Contracts.ZombiePeriod>>;
|
|
2526
|
+
upsert(request: Contracts.ZombiePeriod, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod>;
|
|
2527
|
+
/** 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). */
|
|
2528
|
+
tryUpsertMany(request: Array<Contracts.ZombiePeriod>, options?: IRepoOptions): Promise<BatchResult<Contracts.ZombiePeriod>>;
|
|
2529
|
+
upsertMany(request: Array<Contracts.ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Contracts.ZombiePeriod[]>;
|
|
2530
|
+
}
|
|
2531
|
+
declare class OtherOperations {
|
|
2532
|
+
private core;
|
|
2533
|
+
constructor(core: CodiacNatsClient);
|
|
2534
|
+
/** Includes the given cluster within the given environment. */
|
|
2535
|
+
EnvironmentClusterAttach(request: Contracts.ClusterAttachRequest, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Environment>>>;
|
|
2536
|
+
/** Removes the linkage between the given environment and the given cluster. */
|
|
2537
|
+
EnvironmentClusterDetach(request: Contracts.ClusterDetachRequest, options?: IRepoOptions): Promise<SingleResult<Partial<Contracts.Environment>>>;
|
|
2538
|
+
/** Assembles (via smashMerge) the host naming strategy configuration for each applicable cabinet. Allows deeper filtering on domain names and types of host name strategies. */
|
|
2539
|
+
GetCabinetHostNameConfig(request: Contracts.CabinetHostNameConfigCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.CabinetHostNameConfig>>;
|
|
2540
|
+
/** Shows the cabinets to which the given asset is currently deployed and which version is where. */
|
|
2541
|
+
assetWhere(request: Contracts.AssetWhereRequest, options?: IRepoOptions): Promise<ListResult<Contracts.CabinetAssetVersion>>;
|
|
2542
|
+
/** Retrieves the enterprise configuration currently in play in a single given cabinet,
|
|
2543
|
+
in terms of versions of the enterprise and its assets.
|
|
2544
|
+
This is a composite/hybrid object made up of a Cabinet, EnterpriseVersionConfig and an EnterpriseRunState.
|
|
2545
|
+
Compares versions of each asset between the version specified in the assigned enterprise version config
|
|
2546
|
+
and the version that is actually physically running in the cabinet. */
|
|
2547
|
+
getCabinetConfigState(request: Contracts.CabinetConfigStateRequest, options?: IRepoOptions): Promise<Contracts.CabinetConfigState>;
|
|
2548
|
+
/** Retrieves all available enterprises, environments, cabinets, and clusters for the given tenant. */
|
|
2549
|
+
getCabinetScopes(request: Contracts.CabinetScopesCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.EnterpriseScope>>;
|
|
2550
|
+
/** Retrieves the list of currently declared config files for the given enterprise asset. */
|
|
2551
|
+
getConfigDefs(request: Contracts.ConfigDefCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ConfigDef>>;
|
|
2552
|
+
getConfigDoc(request: Contracts.ConfigDocSpecForOne, options?: IRepoOptions): Promise<Contracts.ConfigDoc>;
|
|
2553
|
+
/** Retrieves a manifest of all versions and configs currently deployed within the given enterprise. */
|
|
2554
|
+
getDeployedState(request: Contracts.EnterpriseStateRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseState>>;
|
|
2555
|
+
/** 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. */
|
|
2556
|
+
getRootMap(request: Contracts.RootMapCriteria, options?: IRepoOptions): Promise<SingleResult<Contracts.RootMap>>;
|
|
2557
|
+
/** Assembles (via smashMerge) a single config doc for the given enterprise asset, scoped for the given cabinet. */
|
|
2558
|
+
getScopedConfigs(request: Contracts.ScopedConfigCriteria, options?: IRepoOptions): Promise<ListResult<Contracts.ScopedConfig>>;
|
|
2559
|
+
/** (generated operationId) */
|
|
2560
|
+
getSwaggerUiPath(request: Contracts.FileRequest, options?: IRepoOptions): Promise<Buffer>;
|
|
2561
|
+
/** Assembles an enterprise version configuration by overlaying the given assets onto an optional existing enterprise version, and either creates a new version record for it or retrieves one if that configuration already exists. Assets are automatically placed within their respective products if applicable. */
|
|
2562
|
+
getsertVersion(request: Contracts.VersionGetsertRequest, options?: IRepoOptions): Promise<SingleResult<Contracts.EnterpriseVersionConfig>>;
|
|
2563
|
+
/** Lightweight endpoint returning the last heartbeat as a UTC standard format date string (retrieves from ENV variable: HEARTBEAT_LAST). */
|
|
2564
|
+
heartbeat(request: Object, options?: IRepoOptions): Promise<void>;
|
|
2565
|
+
/** Lightweight endpoint returning the last heartbeat object as a JSON string (retrieves from ENV variable: HEARTBEAT_JSON). */
|
|
2566
|
+
heartbeatJson(request: Object, options?: IRepoOptions): Promise<Contracts.HeartbeatRecord>;
|
|
2567
|
+
readyState(request: Contracts.ReadyStateRequest, options?: IRepoOptions): Promise<Contracts.ApiReadyState>;
|
|
2568
|
+
/** File serve for the relay service. */
|
|
2569
|
+
relayResources(request: Contracts.FileRequest, options?: IRepoOptions): Promise<Buffer>;
|
|
2570
|
+
}
|
|
2571
|
+
export {};
|