@codiac.io/codiac-cli 1.3.81 → 1.3.83
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 +15776 -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 +14 -5
- package/dist/command-base-enterprise.js +43 -94
- package/dist/command-base-enterprise.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 +1 -1
- package/dist/commands/asset/list.js.map +1 -1
- package/dist/commands/asset/probe/create.js +4 -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/undeploy.js.map +1 -1
- package/dist/commands/asset/view.js +8 -4
- package/dist/commands/asset/view.js.map +1 -1
- package/dist/commands/asset/volume/list.js +2 -1
- 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 +2 -1
- 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 +4 -3
- package/dist/commands/config/add.js.map +1 -1
- package/dist/commands/config/delete.js +2 -1
- package/dist/commands/config/delete.js.map +1 -1
- package/dist/commands/config/settings/get.js +5 -2
- package/dist/commands/config/settings/get.js.map +1 -1
- package/dist/commands/config/view.js +3 -2
- package/dist/commands/config/view.js.map +1 -1
- package/dist/commands/csp/login.js +7 -2
- package/dist/commands/csp/login.js.map +1 -1
- package/dist/commands/csp/logout.js +6 -2
- package/dist/commands/csp/logout.js.map +1 -1
- 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 +2 -1
- package/dist/commands/enterprise/list.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 +1 -1
- 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 +68 -7
- 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 +2 -2
- package/dist/commands/imageRegistry/capture.js.map +1 -1
- package/dist/commands/imageRegistry/forget.js +1 -1
- package/dist/commands/imageRegistry/forget.js.map +1 -1
- package/dist/commands/imageRegistry/pullSecret/set.js +6 -6
- package/dist/commands/imageRegistry/pullSecret/set.js.map +1 -1
- package/dist/commands/imageRegistry/pullSecret/unset.js +1 -1
- package/dist/commands/imageRegistry/pullSecret/unset.js.map +1 -1
- package/dist/commands/login.d.ts +0 -2
- package/dist/commands/login.js +1 -6
- package/dist/commands/login.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 +4 -3
- 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/init.js +4 -3
- 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 +3 -1
- package/dist/commands/noc/cluster/list.js.map +1 -1
- package/dist/commands/noc/cluster/recreate.js +2 -2
- package/dist/commands/noc/cluster/recreate.js.map +1 -1
- package/dist/commands/secretStore/capture.js +3 -2
- package/dist/commands/secretStore/capture.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 +1 -1
- package/dist/commands/tenant/create.js.map +1 -1
- package/dist/commands/tenant/switch.js +1 -1
- package/dist/commands/tenant/switch.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 +12 -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 +15 -11
- 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
|
@@ -43,7 +43,7 @@ export interface ActivityCriteriaBase {
|
|
|
43
43
|
* ```
|
|
44
44
|
*
|
|
45
45
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
46
|
-
sort?: string[] |
|
|
46
|
+
sort?: string[] | object | string | undefined;
|
|
47
47
|
skip?: number | undefined;
|
|
48
48
|
take?: number | undefined;
|
|
49
49
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -85,11 +85,11 @@ export interface ApiReadyState {
|
|
|
85
85
|
currentState: ApiReadyStateEnum;
|
|
86
86
|
}
|
|
87
87
|
export declare enum ApiReadyStateEnum {
|
|
88
|
-
bootstrapping = "bootstrapping",
|
|
89
|
-
initializingPlugins = "initializingPlugins",
|
|
90
88
|
instantiated = "instantiated",
|
|
91
|
-
|
|
92
|
-
|
|
89
|
+
initializingPlugins = "initializingPlugins",
|
|
90
|
+
bootstrapping = "bootstrapping",
|
|
91
|
+
reflecting = "reflecting",
|
|
92
|
+
ready = "ready"
|
|
93
93
|
}
|
|
94
94
|
/** A functional unit that is published as an individual container.
|
|
95
95
|
* Could be an api, service, web app, cloud function, or any other type of containerized executable system. */
|
|
@@ -98,7 +98,7 @@ export interface Asset {
|
|
|
98
98
|
code: string;
|
|
99
99
|
name: string;
|
|
100
100
|
image: Image;
|
|
101
|
-
port:
|
|
101
|
+
port: PortMapping | PortMapping | number[] | number;
|
|
102
102
|
hasIngress: boolean;
|
|
103
103
|
routedWithoutName: boolean;
|
|
104
104
|
id?: string | undefined;
|
|
@@ -107,7 +107,7 @@ export interface Asset {
|
|
|
107
107
|
* and historical product versions remain intact with whatever assets the product included at the time. */
|
|
108
108
|
product?: string | undefined;
|
|
109
109
|
/** (Optional: defaults to "service") Differentiator for various asset behaviors (eg: "job" or "helm"). */
|
|
110
|
-
type?:
|
|
110
|
+
type?: "helm" | "job" | "service" | undefined;
|
|
111
111
|
/** (Optional: defaults to built-in deploymment-labeling convention) Boolean logic by which to recognize the pods
|
|
112
112
|
* that belong to this asset among all the other pods in a namespace.
|
|
113
113
|
* This property is an array type to allow for an asset to have multiple pod specs that each may have their own replicas.
|
|
@@ -162,10 +162,9 @@ export interface Asset {
|
|
|
162
162
|
* That is, Setting this to true will prevent the ingress controller from invoking an automatic redirect to https on any inbound http requests. */
|
|
163
163
|
allowHttp?: boolean | undefined;
|
|
164
164
|
/** (Advanced) (optional: defaults to false)
|
|
165
|
-
*
|
|
165
|
+
* Enable this setting to remove support for https (aka: SSL/TLS) in the ingress controller.
|
|
166
166
|
*
|
|
167
|
-
*
|
|
168
|
-
*/
|
|
167
|
+
* Use this setting when tls terminates upstream of the cluster and its ingress controller. */
|
|
169
168
|
disableHttps?: boolean | undefined;
|
|
170
169
|
/** (Applies only when `hasIngress=true`, defaults to false, aka: external)
|
|
171
170
|
* indicates whether this asset shall be available
|
|
@@ -245,7 +244,7 @@ export interface AssetCriteria {
|
|
|
245
244
|
* ```
|
|
246
245
|
*
|
|
247
246
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
248
|
-
sort?: string[] |
|
|
247
|
+
sort?: string[] | object | string | undefined;
|
|
249
248
|
skip?: number | undefined;
|
|
250
249
|
take?: number | undefined;
|
|
251
250
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -266,20 +265,6 @@ export interface AssetFolderReservation {
|
|
|
266
265
|
* to which this folder will get mapped, unless configured otherwise. */
|
|
267
266
|
defaultFileStore?: string | undefined;
|
|
268
267
|
}
|
|
269
|
-
/** Identifies a single asset, either by id
|
|
270
|
-
* or by one of its composite indexes (enterprise/name or enterprise/code),
|
|
271
|
-
* as defined by the unique indexes declared in the AssetDataMap. */
|
|
272
|
-
export interface AssetIdentifier {
|
|
273
|
-
id?: string | undefined;
|
|
274
|
-
enterprise?: string | undefined;
|
|
275
|
-
name?: string | undefined;
|
|
276
|
-
code?: string | undefined;
|
|
277
|
-
}
|
|
278
|
-
export interface AssetRequest {
|
|
279
|
-
asset: string;
|
|
280
|
-
enterprise: string;
|
|
281
|
-
rootMap: RootMap;
|
|
282
|
-
}
|
|
283
268
|
/** Base class for specifying details for the creation of a specific type of asset. */
|
|
284
269
|
export interface AssetTemplate {
|
|
285
270
|
}
|
|
@@ -302,9 +287,7 @@ export interface AssetVersion {
|
|
|
302
287
|
/** Tags to apply to the asset version. */
|
|
303
288
|
t?: string[] | undefined;
|
|
304
289
|
/** Labels to apply to the asset version. */
|
|
305
|
-
l?:
|
|
306
|
-
[name: string]: string;
|
|
307
|
-
} | undefined;
|
|
290
|
+
l?: object | undefined;
|
|
308
291
|
}
|
|
309
292
|
export interface AssetVersionConfig {
|
|
310
293
|
enterprise: string;
|
|
@@ -355,12 +338,17 @@ export interface AssetVersionConfigCriteria {
|
|
|
355
338
|
* ```
|
|
356
339
|
*
|
|
357
340
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
358
|
-
sort?: string[] |
|
|
341
|
+
sort?: string[] | object | string | undefined;
|
|
359
342
|
skip?: number | undefined;
|
|
360
343
|
take?: number | undefined;
|
|
361
344
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
362
345
|
reverse?: number | boolean | undefined;
|
|
363
346
|
}
|
|
347
|
+
export interface AssetWhereRequest {
|
|
348
|
+
asset: string;
|
|
349
|
+
/** Optional unless there are more than one. */
|
|
350
|
+
enterprise?: string | undefined;
|
|
351
|
+
}
|
|
364
352
|
export interface AuthenticationRequest {
|
|
365
353
|
login: string;
|
|
366
354
|
password: string;
|
|
@@ -413,8 +401,8 @@ export interface AuthTenant {
|
|
|
413
401
|
name: string;
|
|
414
402
|
code: string;
|
|
415
403
|
currentSubscription?: AuthSubscription | undefined;
|
|
416
|
-
id
|
|
417
|
-
Users
|
|
404
|
+
id: string;
|
|
405
|
+
Users: TenantUser[];
|
|
418
406
|
}
|
|
419
407
|
export interface AutoscalingProfile {
|
|
420
408
|
max: number;
|
|
@@ -453,7 +441,7 @@ export interface BuildCriteria {
|
|
|
453
441
|
* ```
|
|
454
442
|
*
|
|
455
443
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
456
|
-
sort?: string[] |
|
|
444
|
+
sort?: string[] | object | string | undefined;
|
|
457
445
|
skip?: number | undefined;
|
|
458
446
|
take?: number | undefined;
|
|
459
447
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -488,7 +476,7 @@ export interface BuildPipelineCriteria {
|
|
|
488
476
|
* ```
|
|
489
477
|
*
|
|
490
478
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
491
|
-
sort?: string[] |
|
|
479
|
+
sort?: string[] | object | string | undefined;
|
|
492
480
|
skip?: number | undefined;
|
|
493
481
|
take?: number | undefined;
|
|
494
482
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -540,6 +528,8 @@ export interface Cabinet {
|
|
|
540
528
|
portPrefix?: number | undefined;
|
|
541
529
|
/** Tags for use in describing this cabinet (NOT to describe its contents). */
|
|
542
530
|
tags?: Tag[] | undefined;
|
|
531
|
+
/** Indicates that this entity exists and is to be stored solely on the local machine
|
|
532
|
+
* and is not shareable or even visible across the enterprise. */
|
|
543
533
|
thisMachine?: boolean | undefined;
|
|
544
534
|
createdBy: string;
|
|
545
535
|
modifiedBy: string;
|
|
@@ -565,6 +555,8 @@ export interface CabinetClusterRoot {
|
|
|
565
555
|
infrx?: CabinetInfrastructure | undefined;
|
|
566
556
|
hostNaming?: SingleHostNameStrategyForCabinet[] | undefined;
|
|
567
557
|
tags?: string[] | undefined;
|
|
558
|
+
/** Indicates that this entity exists and is to be stored solely on the local machine
|
|
559
|
+
* and is not shareable or even visible across the enterprise. */
|
|
568
560
|
thisMachine?: boolean | undefined;
|
|
569
561
|
}
|
|
570
562
|
/** A reference to an cabinet and the cluster it's in. */
|
|
@@ -603,7 +595,7 @@ export interface CabinetCreateActivity {
|
|
|
603
595
|
title: string;
|
|
604
596
|
by: string;
|
|
605
597
|
performed: Date;
|
|
606
|
-
id
|
|
598
|
+
id: string;
|
|
607
599
|
createdBy: string;
|
|
608
600
|
modifiedBy: string;
|
|
609
601
|
created: Date;
|
|
@@ -638,7 +630,7 @@ export interface CabinetCreateActivityCriteria {
|
|
|
638
630
|
* ```
|
|
639
631
|
*
|
|
640
632
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
641
|
-
sort?: string[] |
|
|
633
|
+
sort?: string[] | object | string | undefined;
|
|
642
634
|
skip?: number | undefined;
|
|
643
635
|
take?: number | undefined;
|
|
644
636
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -652,7 +644,7 @@ export interface CabinetCriteria {
|
|
|
652
644
|
branch?: StringFilter | undefined;
|
|
653
645
|
/** Boolean logic filter for string values. Useful for querying on tags */
|
|
654
646
|
tags?: AndOrNotFilter | undefined;
|
|
655
|
-
thisMachine?: boolean;
|
|
647
|
+
thisMachine?: boolean | undefined;
|
|
656
648
|
ids?: string[] | undefined;
|
|
657
649
|
all?: boolean | undefined;
|
|
658
650
|
/** supports a single field name
|
|
@@ -672,7 +664,7 @@ export interface CabinetCriteria {
|
|
|
672
664
|
* ```
|
|
673
665
|
*
|
|
674
666
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
675
|
-
sort?: string[] |
|
|
667
|
+
sort?: string[] | object | string | undefined;
|
|
676
668
|
skip?: number | undefined;
|
|
677
669
|
take?: number | undefined;
|
|
678
670
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -713,7 +705,7 @@ export interface CabinetHostNameConfigCriteria {
|
|
|
713
705
|
* ```
|
|
714
706
|
*
|
|
715
707
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
716
|
-
sort?: string[] |
|
|
708
|
+
sort?: string[] | object | string | undefined;
|
|
717
709
|
skip?: number | undefined;
|
|
718
710
|
take?: number | undefined;
|
|
719
711
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -756,7 +748,7 @@ export interface CabinetIngressResourceAttributes {
|
|
|
756
748
|
* not from the request contract. */
|
|
757
749
|
export interface CabinetScopesCriteria {
|
|
758
750
|
/** Filters for cabinets that are affected by the given scope. */
|
|
759
|
-
scope?:
|
|
751
|
+
scope?: ScopeRef | undefined;
|
|
760
752
|
ids?: string[] | undefined;
|
|
761
753
|
all?: boolean | undefined;
|
|
762
754
|
/** supports a single field name
|
|
@@ -776,7 +768,7 @@ export interface CabinetScopesCriteria {
|
|
|
776
768
|
* ```
|
|
777
769
|
*
|
|
778
770
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
779
|
-
sort?: string[] |
|
|
771
|
+
sort?: string[] | object | string | undefined;
|
|
780
772
|
skip?: number | undefined;
|
|
781
773
|
take?: number | undefined;
|
|
782
774
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -800,10 +792,13 @@ export declare enum CloudProviderEnum {
|
|
|
800
792
|
aws = "aws",
|
|
801
793
|
azure = "azure",
|
|
802
794
|
dockerHub = "dockerHub",
|
|
803
|
-
|
|
804
|
-
|
|
795
|
+
localMachine = "localMachine",
|
|
796
|
+
other = "other"
|
|
805
797
|
}
|
|
806
798
|
export interface Cluster {
|
|
799
|
+
/** This is the system id for the cluster instance entity,
|
|
800
|
+
* NOT the identifier of the concrete cluster instance given by the cloud provider. */
|
|
801
|
+
id?: string | undefined;
|
|
807
802
|
name: string;
|
|
808
803
|
location: string;
|
|
809
804
|
providerSubscription: string;
|
|
@@ -812,9 +807,8 @@ export interface Cluster {
|
|
|
812
807
|
resourceId: string;
|
|
813
808
|
ingressIp?: string | undefined;
|
|
814
809
|
serverUrl?: string | undefined;
|
|
815
|
-
/**
|
|
816
|
-
|
|
817
|
-
id?: string | undefined;
|
|
810
|
+
/** Specifies whether the cluster has Kubernetes Role-Based Access Control turned on. */
|
|
811
|
+
enableRbac?: boolean | undefined;
|
|
818
812
|
/** The version of Kubernetes to use as the cluster. */
|
|
819
813
|
k8sVersion?: string | undefined;
|
|
820
814
|
createdBy: string;
|
|
@@ -851,7 +845,7 @@ export interface ClusterCriteria {
|
|
|
851
845
|
* ```
|
|
852
846
|
*
|
|
853
847
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
854
|
-
sort?: string[] |
|
|
848
|
+
sort?: string[] | object | string | undefined;
|
|
855
849
|
skip?: number | undefined;
|
|
856
850
|
take?: number | undefined;
|
|
857
851
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -860,22 +854,24 @@ export interface ClusterCriteria {
|
|
|
860
854
|
/** The specs for a kubernetes cluster to be managed by the Codiac team.
|
|
861
855
|
* This class is used to programmatically put up and take down clusters. */
|
|
862
856
|
export interface ClusterDef {
|
|
857
|
+
/** This is the system id for the cluster definition, NOT the identifier of the concrete cluster instance given by the cloud provider. */
|
|
858
|
+
id?: string | undefined;
|
|
863
859
|
name: string;
|
|
864
860
|
provider: CloudProviderEnum;
|
|
865
861
|
providerSubscription: string;
|
|
866
862
|
locationName: string;
|
|
867
863
|
providerGroup: string;
|
|
868
864
|
nodeCount?: number | undefined;
|
|
865
|
+
/** Specifications for ingress controllers and request routing.
|
|
866
|
+
* Based on an ingress controller deployed as a Helm chart. */
|
|
869
867
|
ingressDef?: IngressDef | undefined;
|
|
870
|
-
isCaptured?: boolean;
|
|
868
|
+
isCaptured?: boolean | undefined;
|
|
871
869
|
privateOwner?: string | undefined;
|
|
872
|
-
nodesMin?: number | undefined;
|
|
873
|
-
nodesMax?: number | undefined;
|
|
874
|
-
/** This is the system id for the cluster definition, NOT the identifier of the concrete cluster instance given by the cloud provider. */
|
|
875
|
-
id?: string | undefined;
|
|
876
870
|
/** The code recognized by the cloud provider for identifying which virtual machine configuration to use as cluster nodes.
|
|
877
871
|
* NOTE: There can only be one, and this cannot be changed after the cluster is created. */
|
|
878
872
|
nodeSpec: string;
|
|
873
|
+
nodesMin?: number | undefined;
|
|
874
|
+
nodesMax?: number | undefined;
|
|
879
875
|
/** The quantity of nodes with which to initialize the cluster. */
|
|
880
876
|
startingNodeCount: number;
|
|
881
877
|
/** The human-readable name to use for the cloud provider security account
|
|
@@ -905,6 +901,15 @@ export interface ClusterDef {
|
|
|
905
901
|
subnet?: string | undefined;
|
|
906
902
|
/** The version of Kubernetes to use as the cluster. */
|
|
907
903
|
k8sVersion?: string | undefined;
|
|
904
|
+
/** Specifies whether to enable Kubernetes Role-Based Access Control. */
|
|
905
|
+
enableRbac?: boolean | undefined;
|
|
906
|
+
/** (Advanced) (optional: defaults to false)
|
|
907
|
+
* Enable this setting to remove support for https (aka: SSL/TLS) in the ingress controller.
|
|
908
|
+
*
|
|
909
|
+
* Use this setting when tls terminates upstream of the cluster and its ingress controller. */
|
|
910
|
+
disableHttps?: boolean | undefined;
|
|
911
|
+
/** Indicates that this entity exists and is to be stored solely on the local machine
|
|
912
|
+
* and is not shareable or even visible across the enterprise. */
|
|
908
913
|
thisMachine?: boolean | undefined;
|
|
909
914
|
createdBy: string;
|
|
910
915
|
modifiedBy: string;
|
|
@@ -938,7 +943,7 @@ export interface ClusterDefCriteria {
|
|
|
938
943
|
* ```
|
|
939
944
|
*
|
|
940
945
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
941
|
-
sort?: string[] |
|
|
946
|
+
sort?: string[] | object | string | undefined;
|
|
942
947
|
skip?: number | undefined;
|
|
943
948
|
take?: number | undefined;
|
|
944
949
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -982,7 +987,7 @@ export interface ClusterGrantCriteria {
|
|
|
982
987
|
* ```
|
|
983
988
|
*
|
|
984
989
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
985
|
-
sort?: string[] |
|
|
990
|
+
sort?: string[] | object | string | undefined;
|
|
986
991
|
skip?: number | undefined;
|
|
987
992
|
take?: number | undefined;
|
|
988
993
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -995,12 +1000,15 @@ export interface ClusterWithIngress {
|
|
|
995
1000
|
locationName: string;
|
|
996
1001
|
k8sVersion: string;
|
|
997
1002
|
ingressIp?: string | undefined;
|
|
998
|
-
isCaptured?: boolean;
|
|
999
|
-
thisMachine?: boolean | undefined;
|
|
1000
1003
|
modified?: Date | undefined;
|
|
1001
1004
|
modifiedBy?: string | undefined;
|
|
1002
1005
|
created?: Date | undefined;
|
|
1003
1006
|
createdBy?: string | undefined;
|
|
1007
|
+
serverUrl?: string | undefined;
|
|
1008
|
+
isCaptured?: boolean | undefined;
|
|
1009
|
+
/** Indicates that this entity exists and is to be stored solely on the local machine
|
|
1010
|
+
* and is not shareable or even visible across the enterprise. */
|
|
1011
|
+
thisMachine?: boolean | undefined;
|
|
1004
1012
|
}
|
|
1005
1013
|
/** Our custom Tenant class. */
|
|
1006
1014
|
export interface CodiacTenant {
|
|
@@ -1026,11 +1034,11 @@ export interface CodiacUser {
|
|
|
1026
1034
|
email: string;
|
|
1027
1035
|
roles: AuthRole[];
|
|
1028
1036
|
/** Globally unique, immutable system id, used for data integrity (they can NEVER change this). */
|
|
1029
|
-
id
|
|
1037
|
+
id: string;
|
|
1030
1038
|
/** Globally unique, mutable, user-defined, human-readable identifier. */
|
|
1031
1039
|
login: string;
|
|
1032
1040
|
/** Obviously passwords are required, but this property is optional to allow it to remain unpopulated */
|
|
1033
|
-
password
|
|
1041
|
+
password: string;
|
|
1034
1042
|
/** Standard, reliable, expedient way to identify an entity to a human in a single property
|
|
1035
1043
|
* with more pertinent identifying information than its system id.
|
|
1036
1044
|
* For use in logs, quick lists, and abstracted framework components. */
|
|
@@ -1102,7 +1110,7 @@ export interface CommentCriteria {
|
|
|
1102
1110
|
* ```
|
|
1103
1111
|
*
|
|
1104
1112
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
1105
|
-
sort?: string[] |
|
|
1113
|
+
sort?: string[] | object | string | undefined;
|
|
1106
1114
|
skip?: number | undefined;
|
|
1107
1115
|
take?: number | undefined;
|
|
1108
1116
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -1143,7 +1151,7 @@ export interface ConfigChangeCriteria {
|
|
|
1143
1151
|
* ```
|
|
1144
1152
|
*
|
|
1145
1153
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
1146
|
-
sort?: string[] |
|
|
1154
|
+
sort?: string[] | object | string | undefined;
|
|
1147
1155
|
skip?: number | undefined;
|
|
1148
1156
|
take?: number | undefined;
|
|
1149
1157
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -1164,9 +1172,10 @@ export interface ConfigDef {
|
|
|
1164
1172
|
export interface ConfigDefCriteria {
|
|
1165
1173
|
enterprise?: string | undefined;
|
|
1166
1174
|
asset?: string | undefined;
|
|
1167
|
-
|
|
1175
|
+
/** Values of ScopedSetting.targetFile for NON-FILE configs. */
|
|
1176
|
+
type?: "annotation" | "env" | "file" | "filestore" | "footprint" | "helm" | "label" | "permit" | "probing" | undefined;
|
|
1168
1177
|
targetFile?: string | undefined;
|
|
1169
|
-
format?:
|
|
1178
|
+
format?: "ini" | "json" | "toml" | "xml" | "yaml" | undefined;
|
|
1170
1179
|
ids?: string[] | undefined;
|
|
1171
1180
|
all?: boolean | undefined;
|
|
1172
1181
|
/** supports a single field name
|
|
@@ -1186,7 +1195,7 @@ export interface ConfigDefCriteria {
|
|
|
1186
1195
|
* ```
|
|
1187
1196
|
*
|
|
1188
1197
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
1189
|
-
sort?: string[] |
|
|
1198
|
+
sort?: string[] | object | string | undefined;
|
|
1190
1199
|
skip?: number | undefined;
|
|
1191
1200
|
take?: number | undefined;
|
|
1192
1201
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -1201,8 +1210,8 @@ export declare enum ConfigDefTypesEnum {
|
|
|
1201
1210
|
footprint = "footprint",
|
|
1202
1211
|
helm = "helm",
|
|
1203
1212
|
label = "label",
|
|
1204
|
-
|
|
1205
|
-
|
|
1213
|
+
permit = "permit",
|
|
1214
|
+
probing = "probing"
|
|
1206
1215
|
}
|
|
1207
1216
|
export interface ConfigDeploymentActivity {
|
|
1208
1217
|
deployAttemptId: string;
|
|
@@ -1218,7 +1227,7 @@ export interface ConfigDeploymentActivity {
|
|
|
1218
1227
|
title: string;
|
|
1219
1228
|
by: string;
|
|
1220
1229
|
performed: Date;
|
|
1221
|
-
id
|
|
1230
|
+
id: string;
|
|
1222
1231
|
createdBy: string;
|
|
1223
1232
|
modifiedBy: string;
|
|
1224
1233
|
created: Date;
|
|
@@ -1256,7 +1265,7 @@ export interface ConfigDeploymentActivityCriteria {
|
|
|
1256
1265
|
* ```
|
|
1257
1266
|
*
|
|
1258
1267
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
1259
|
-
sort?: string[] |
|
|
1268
|
+
sort?: string[] | object | string | undefined;
|
|
1260
1269
|
skip?: number | undefined;
|
|
1261
1270
|
take?: number | undefined;
|
|
1262
1271
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -1294,7 +1303,7 @@ export interface ConfigDocSpecForOne {
|
|
|
1294
1303
|
* ```
|
|
1295
1304
|
*
|
|
1296
1305
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
1297
|
-
sort?: string[] |
|
|
1306
|
+
sort?: string[] | object | string | undefined;
|
|
1298
1307
|
skip?: number | undefined;
|
|
1299
1308
|
take?: number | undefined;
|
|
1300
1309
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -1327,18 +1336,18 @@ export interface ConfigSchema {
|
|
|
1327
1336
|
* Declares requested and maximum memory, cpu, and replicas.
|
|
1328
1337
|
* Future: This class is where we would declare container affinity. */
|
|
1329
1338
|
export interface ContainerFootprint {
|
|
1339
|
+
id?: string | undefined;
|
|
1330
1340
|
assetName: string;
|
|
1331
1341
|
replicas: number;
|
|
1332
|
-
cpuRequest?: string | undefined;
|
|
1333
|
-
cpuLimit?: string | undefined;
|
|
1334
|
-
memRequest?: string | undefined;
|
|
1335
|
-
memLimit?: string | undefined;
|
|
1336
|
-
id?: string | undefined;
|
|
1337
1342
|
createdBy: string;
|
|
1338
1343
|
modifiedBy: string;
|
|
1339
1344
|
created: Date;
|
|
1340
1345
|
modified: Date;
|
|
1341
1346
|
scaling?: AutoscalingProfile | undefined;
|
|
1347
|
+
cpuRequest?: string | undefined;
|
|
1348
|
+
cpuLimit?: string | undefined;
|
|
1349
|
+
memRequest?: string | undefined;
|
|
1350
|
+
memLimit?: string | undefined;
|
|
1342
1351
|
}
|
|
1343
1352
|
export interface ContainerFootprintCriteria {
|
|
1344
1353
|
cabinet?: string | undefined;
|
|
@@ -1362,7 +1371,7 @@ export interface ContainerFootprintCriteria {
|
|
|
1362
1371
|
* ```
|
|
1363
1372
|
*
|
|
1364
1373
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
1365
|
-
sort?: string[] |
|
|
1374
|
+
sort?: string[] | object | string | undefined;
|
|
1366
1375
|
skip?: number | undefined;
|
|
1367
1376
|
take?: number | undefined;
|
|
1368
1377
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -1403,7 +1412,7 @@ export interface CspTenantProfileCriteria {
|
|
|
1403
1412
|
* ```
|
|
1404
1413
|
*
|
|
1405
1414
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
1406
|
-
sort?: string[] |
|
|
1415
|
+
sort?: string[] | object | string | undefined;
|
|
1407
1416
|
skip?: number | undefined;
|
|
1408
1417
|
take?: number | undefined;
|
|
1409
1418
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -1418,9 +1427,7 @@ export interface DefaultChildAcl {
|
|
|
1418
1427
|
parentId: string;
|
|
1419
1428
|
childType: string;
|
|
1420
1429
|
dotPath: string;
|
|
1421
|
-
permissions:
|
|
1422
|
-
[role: string]: Privilege[];
|
|
1423
|
-
};
|
|
1430
|
+
permissions: object;
|
|
1424
1431
|
/** This is a composite key enforcing uniqueness on a single instance of the entity type. (ie: there can be only one of these per entity id) */
|
|
1425
1432
|
id: string;
|
|
1426
1433
|
createdBy: string;
|
|
@@ -1452,7 +1459,7 @@ export interface DefaultChildAclCriteria {
|
|
|
1452
1459
|
* ```
|
|
1453
1460
|
*
|
|
1454
1461
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
1455
|
-
sort?: string[] |
|
|
1462
|
+
sort?: string[] | object | string | undefined;
|
|
1456
1463
|
skip?: number | undefined;
|
|
1457
1464
|
take?: number | undefined;
|
|
1458
1465
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -1477,6 +1484,8 @@ export interface DeployAttempt {
|
|
|
1477
1484
|
deploymentId: string;
|
|
1478
1485
|
result?: Result | BatchResult<Partial<Asset>> | undefined;
|
|
1479
1486
|
id?: string | undefined;
|
|
1487
|
+
/** Indicates that this entity exists and is to be stored solely on the local machine
|
|
1488
|
+
* and is not shareable or even visible across the enterprise. */
|
|
1480
1489
|
thisMachine?: boolean | undefined;
|
|
1481
1490
|
createdBy: string;
|
|
1482
1491
|
modifiedBy: string;
|
|
@@ -1505,7 +1514,7 @@ export interface DeployAttemptCriteria {
|
|
|
1505
1514
|
* ```
|
|
1506
1515
|
*
|
|
1507
1516
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
1508
|
-
sort?: string[] |
|
|
1517
|
+
sort?: string[] | object | string | undefined;
|
|
1509
1518
|
skip?: number | undefined;
|
|
1510
1519
|
take?: number | undefined;
|
|
1511
1520
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -1513,9 +1522,7 @@ export interface DeployAttemptCriteria {
|
|
|
1513
1522
|
}
|
|
1514
1523
|
export interface DeployedState {
|
|
1515
1524
|
version: EnterpriseVersionConfig;
|
|
1516
|
-
configState:
|
|
1517
|
-
[assetName: string]: AssetConfigState;
|
|
1518
|
-
};
|
|
1525
|
+
configState: object;
|
|
1519
1526
|
deployedOn: Date;
|
|
1520
1527
|
deployedBy: string;
|
|
1521
1528
|
}
|
|
@@ -1534,6 +1541,8 @@ export interface Deployment {
|
|
|
1534
1541
|
version: EnterpriseVersionConfig;
|
|
1535
1542
|
assets?: string[] | undefined;
|
|
1536
1543
|
id?: string | undefined;
|
|
1544
|
+
/** Indicates that this entity exists and is to be stored solely on the local machine
|
|
1545
|
+
* and is not shareable or even visible across the enterprise. */
|
|
1537
1546
|
thisMachine?: boolean | undefined;
|
|
1538
1547
|
createdBy: string;
|
|
1539
1548
|
modifiedBy: string;
|
|
@@ -1554,7 +1563,7 @@ export interface DeploymentActivity {
|
|
|
1554
1563
|
title: string;
|
|
1555
1564
|
by: string;
|
|
1556
1565
|
performed: Date;
|
|
1557
|
-
id
|
|
1566
|
+
id: string;
|
|
1558
1567
|
createdBy: string;
|
|
1559
1568
|
modifiedBy: string;
|
|
1560
1569
|
created: Date;
|
|
@@ -1592,7 +1601,7 @@ export interface DeploymentActivityCriteria {
|
|
|
1592
1601
|
* ```
|
|
1593
1602
|
*
|
|
1594
1603
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
1595
|
-
sort?: string[] |
|
|
1604
|
+
sort?: string[] | object | string | undefined;
|
|
1596
1605
|
skip?: number | undefined;
|
|
1597
1606
|
take?: number | undefined;
|
|
1598
1607
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -1623,7 +1632,7 @@ export interface DeploymentCriteria {
|
|
|
1623
1632
|
* ```
|
|
1624
1633
|
*
|
|
1625
1634
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
1626
|
-
sort?: string[] |
|
|
1635
|
+
sort?: string[] | object | string | undefined;
|
|
1627
1636
|
skip?: number | undefined;
|
|
1628
1637
|
take?: number | undefined;
|
|
1629
1638
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -1658,7 +1667,7 @@ export interface DeployPipelineCriteria {
|
|
|
1658
1667
|
* ```
|
|
1659
1668
|
*
|
|
1660
1669
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
1661
|
-
sort?: string[] |
|
|
1670
|
+
sort?: string[] | object | string | undefined;
|
|
1662
1671
|
skip?: number | undefined;
|
|
1663
1672
|
take?: number | undefined;
|
|
1664
1673
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -1729,7 +1738,7 @@ export interface EnterpriseCriteria {
|
|
|
1729
1738
|
* ```
|
|
1730
1739
|
*
|
|
1731
1740
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
1732
|
-
sort?: string[] |
|
|
1741
|
+
sort?: string[] | object | string | undefined;
|
|
1733
1742
|
skip?: number | undefined;
|
|
1734
1743
|
take?: number | undefined;
|
|
1735
1744
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -1743,19 +1752,21 @@ export interface EnterpriseRoot {
|
|
|
1743
1752
|
defaultEnvironmentAcl?: DefaultChildAcl | undefined;
|
|
1744
1753
|
}
|
|
1745
1754
|
/** Runstate is an objective observation that gets diff'ed against an entepriseVersionConfig.
|
|
1746
|
-
* As such, it doesn't know what enterprise version is supposed to be
|
|
1747
|
-
* only the actual asset versions that in fact are. */
|
|
1755
|
+
* As such, it doesn't know what enterprise version is supposed to be deployed,
|
|
1756
|
+
* only the actual asset versions that in fact are already deployed. */
|
|
1748
1757
|
export interface EnterpriseRunState {
|
|
1749
1758
|
enterprise: string;
|
|
1750
1759
|
cabinet: string;
|
|
1760
|
+
/** Indicates that this entity exists and is to be stored solely on the local machine
|
|
1761
|
+
* and is not shareable or even visible across the enterprise. */
|
|
1762
|
+
thisMachine?: boolean | undefined;
|
|
1751
1763
|
entityType: string;
|
|
1752
1764
|
entityName: string;
|
|
1753
1765
|
version: string;
|
|
1754
1766
|
tags?: Tag[] | undefined;
|
|
1755
1767
|
contents?: IVersionRef[] | undefined;
|
|
1756
1768
|
contentHash?: string | undefined;
|
|
1757
|
-
id
|
|
1758
|
-
thisMachine?: boolean | undefined;
|
|
1769
|
+
id: string;
|
|
1759
1770
|
createdBy: string;
|
|
1760
1771
|
modifiedBy: string;
|
|
1761
1772
|
created: Date;
|
|
@@ -1791,7 +1802,7 @@ export interface EnterpriseRunStateCriteria {
|
|
|
1791
1802
|
* ```
|
|
1792
1803
|
*
|
|
1793
1804
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
1794
|
-
sort?: string[] |
|
|
1805
|
+
sort?: string[] | object | string | undefined;
|
|
1795
1806
|
skip?: number | undefined;
|
|
1796
1807
|
take?: number | undefined;
|
|
1797
1808
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -1806,9 +1817,7 @@ export interface EnterpriseScope {
|
|
|
1806
1817
|
/** Manifest of all versions and configs currently deployed within an enterprise. */
|
|
1807
1818
|
export interface EnterpriseState {
|
|
1808
1819
|
enterprise: string;
|
|
1809
|
-
environments:
|
|
1810
|
-
[name: string]: EnviroState;
|
|
1811
|
-
};
|
|
1820
|
+
environments: object;
|
|
1812
1821
|
environmentsAsArray: Environment[];
|
|
1813
1822
|
enterpriseVersions: EnterpriseVersionConfig[];
|
|
1814
1823
|
id?: string | undefined;
|
|
@@ -1828,7 +1837,7 @@ export interface EnterpriseVersionConfig {
|
|
|
1828
1837
|
tags?: Tag[] | undefined;
|
|
1829
1838
|
contents?: IVersionRef[] | undefined;
|
|
1830
1839
|
contentHash?: string | undefined;
|
|
1831
|
-
id
|
|
1840
|
+
id: string;
|
|
1832
1841
|
createdBy: string;
|
|
1833
1842
|
modifiedBy: string;
|
|
1834
1843
|
created: Date;
|
|
@@ -1889,7 +1898,7 @@ export interface EnterpriseVersionConfigCriteria {
|
|
|
1889
1898
|
* ```
|
|
1890
1899
|
*
|
|
1891
1900
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
1892
|
-
sort?: string[] |
|
|
1901
|
+
sort?: string[] | object | string | undefined;
|
|
1893
1902
|
skip?: number | undefined;
|
|
1894
1903
|
take?: number | undefined;
|
|
1895
1904
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -1931,7 +1940,7 @@ export interface EntityPermissionRequest {
|
|
|
1931
1940
|
/** Name of the AuthRole. */
|
|
1932
1941
|
role: string;
|
|
1933
1942
|
/** The rights being granted to the AuthRole. */
|
|
1934
|
-
privileges:
|
|
1943
|
+
privileges: any[];
|
|
1935
1944
|
/** When true: (Comprehensive for role) removes any existing privileges that arent specified for the given role.
|
|
1936
1945
|
* When false: (Additive for role) just injects the given role privileges over whats already there (doesnt remove any existing privileges for that role). */
|
|
1937
1946
|
comprehensive?: boolean | undefined;
|
|
@@ -1977,6 +1986,8 @@ export interface Environment {
|
|
|
1977
1986
|
/** The default privileges to grant to each role on new cabinets created within this environment
|
|
1978
1987
|
* (optional: defaults to the permissions assigned to this environment). */
|
|
1979
1988
|
defaultCabinetAcl?: DefaultChildAcl | undefined;
|
|
1989
|
+
/** Indicates that this entity exists and is to be stored solely on the local machine
|
|
1990
|
+
* and is not shareable or even visible across the enterprise. */
|
|
1980
1991
|
thisMachine?: boolean | undefined;
|
|
1981
1992
|
createdBy: string;
|
|
1982
1993
|
modifiedBy: string;
|
|
@@ -2007,7 +2018,7 @@ export interface EnvironmentCriteria {
|
|
|
2007
2018
|
* ```
|
|
2008
2019
|
*
|
|
2009
2020
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
2010
|
-
sort?: string[] |
|
|
2021
|
+
sort?: string[] | object | string | undefined;
|
|
2011
2022
|
skip?: number | undefined;
|
|
2012
2023
|
take?: number | undefined;
|
|
2013
2024
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -2024,6 +2035,8 @@ export interface EnvironmentRoot {
|
|
|
2024
2035
|
/** The default privileges to grant to each role on new cabinets created within this environment
|
|
2025
2036
|
* (optional: defaults to the permissions assigned to this environment). */
|
|
2026
2037
|
defaultCabinetAcl?: DefaultChildAcl | undefined;
|
|
2038
|
+
/** Indicates that this entity exists and is to be stored solely on the local machine
|
|
2039
|
+
* and is not shareable or even visible across the enterprise. */
|
|
2027
2040
|
thisMachine?: boolean | undefined;
|
|
2028
2041
|
}
|
|
2029
2042
|
/** A reference to an environment and its cabinets. */
|
|
@@ -2034,9 +2047,7 @@ export interface EnvironmentScope {
|
|
|
2034
2047
|
/** Manifest of all versions and configs currently deployed within a specific environment. */
|
|
2035
2048
|
export interface EnviroState {
|
|
2036
2049
|
name: string;
|
|
2037
|
-
cabinets:
|
|
2038
|
-
[cabinetName: string]: CabinetState;
|
|
2039
|
-
};
|
|
2050
|
+
cabinets: object;
|
|
2040
2051
|
}
|
|
2041
2052
|
export interface Error {
|
|
2042
2053
|
name: string;
|
|
@@ -2051,16 +2062,7 @@ export interface FileRequest {
|
|
|
2051
2062
|
*
|
|
2052
2063
|
* This class can be used as the specification
|
|
2053
2064
|
* to programmatically put up and take down concrete file stores.
|
|
2054
|
-
* As such, it outlives the actual entity described by its "instance" property.
|
|
2055
|
-
*
|
|
2056
|
-
* @param name The name by which to identify this fileshare definition within the enterprise (Optional: defaults to the shareName).
|
|
2057
|
-
* @param type Indicator of which type of fileshare resource is being used.
|
|
2058
|
-
* @param storageAccount The name within the cloud provider of the file storage account within which the share resides.
|
|
2059
|
-
* @param shareName The name of the fileshare to connect to within the file storage account.
|
|
2060
|
-
* @param providerSubscriptionId The Id of the physical Cloud Provider Subscription in which this filestore exists (Azure-specific).
|
|
2061
|
-
* @param resourceGroup The name of the Azure resource group under which the instance is to be created (Azure-specific).
|
|
2062
|
-
* @param instance Info describing the concrete instance of this file store actually living within a cloud provider subscription.
|
|
2063
|
-
*/
|
|
2065
|
+
* As such, it outlives the actual entity described by its "instance" property. */
|
|
2064
2066
|
export interface FileStoreDef {
|
|
2065
2067
|
name: string;
|
|
2066
2068
|
type: FileStoreTypeEnum;
|
|
@@ -2069,35 +2071,20 @@ export interface FileStoreDef {
|
|
|
2069
2071
|
providerSubscriptionId: string;
|
|
2070
2072
|
instance?: FileStoreInfrx | undefined;
|
|
2071
2073
|
id?: string | undefined;
|
|
2074
|
+
/** Indicates that this entity exists and is to be stored solely on the local machine
|
|
2075
|
+
* and is not shareable or even visible across the enterprise. */
|
|
2072
2076
|
thisMachine?: boolean | undefined;
|
|
2073
2077
|
createdBy: string;
|
|
2074
2078
|
modifiedBy: string;
|
|
2075
2079
|
created: Date;
|
|
2076
2080
|
modified: Date;
|
|
2077
2081
|
}
|
|
2078
|
-
/** Abstraction and specification for a share on a file store,
|
|
2079
|
-
* to be mapped to a reserved folder on an asset.
|
|
2080
|
-
*
|
|
2081
|
-
* This class can be used as the specification
|
|
2082
|
-
* to programmatically put up and take down concrete file stores.
|
|
2083
|
-
* As such, it outlives the actual entity described by its "instance" property.
|
|
2084
|
-
*
|
|
2085
|
-
* @param name The name by which to identify this fileshare definition within the enterprise (Optional: defaults to the shareName).
|
|
2086
|
-
* @param type Indicator of which type of fileshare resource is being used.
|
|
2087
|
-
* @param storageAccount The name within the cloud provider of the file storage account within which the share resides.
|
|
2088
|
-
* @param shareName The name of the fileshare to connect to within the file storage account.
|
|
2089
|
-
* @param providerSubscriptionId The Id of the physical Cloud Provider Subscription in which this filestore exists (Azure-specific).
|
|
2090
|
-
* @param resourceGroup The name of the Azure resource group under which the instance is to be created (Azure-specific).
|
|
2091
|
-
* @param instance Info describing the concrete instance of this file store actually living within a cloud provider subscription.
|
|
2092
|
-
*/
|
|
2093
|
-
export interface AzureFileStoreDef extends FileStoreDef {
|
|
2094
|
-
storageAccount: string;
|
|
2095
|
-
resourceGroup: string;
|
|
2096
|
-
instance?: AzureFileStoreInstance | undefined;
|
|
2097
|
-
}
|
|
2098
2082
|
export interface FileStoreDefCriteria {
|
|
2099
2083
|
name?: StringFilter | undefined;
|
|
2100
|
-
/** Supported file store adapters that can be mapped to a reserved folder on an asset.
|
|
2084
|
+
/** Supported file store adapters that can be mapped to a reserved folder on an asset.
|
|
2085
|
+
*
|
|
2086
|
+
* IMPORTANT!!! Key names are `"camelCase"`, whereas the values are `"PascalCase"`.
|
|
2087
|
+
* This mismatching is the result of a late change after values had already been written the the production database. */
|
|
2101
2088
|
type?: "AwsEbs" | "AwsEfs" | "AwsS3Bucket" | "AzureBlobStorage" | "AzureDisk" | "AzureFileStorage" | "HostMachineFolder" | undefined;
|
|
2102
2089
|
shareName?: StringFilter | undefined;
|
|
2103
2090
|
/** Identifier for a supported cloud service provider, for use in selecting infrastructure clients, provisioners, and credentials. */
|
|
@@ -2123,7 +2110,7 @@ export interface FileStoreDefCriteria {
|
|
|
2123
2110
|
* ```
|
|
2124
2111
|
*
|
|
2125
2112
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
2126
|
-
sort?: string[] |
|
|
2113
|
+
sort?: string[] | object | string | undefined;
|
|
2127
2114
|
skip?: number | undefined;
|
|
2128
2115
|
take?: number | undefined;
|
|
2129
2116
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -2133,15 +2120,14 @@ export interface FileStoreDefCriteria {
|
|
|
2133
2120
|
* of a FileStoreDef resource within a cloud provider. */
|
|
2134
2121
|
export interface FileStoreInfrx {
|
|
2135
2122
|
providerSubscriptionId: string;
|
|
2136
|
-
resourceId: string;
|
|
2137
|
-
}
|
|
2138
|
-
/** Metadata describing an existing concrete instance
|
|
2139
|
-
* of a FileStoreDef resource within a cloud provider. */
|
|
2140
|
-
export interface AzureFileStoreInstance extends FileStoreInfrx {
|
|
2141
2123
|
resourceGroup: string;
|
|
2124
|
+
resourceId: string;
|
|
2142
2125
|
accessKey: string;
|
|
2143
2126
|
}
|
|
2144
|
-
/** Supported file store adapters that can be mapped to a reserved folder on an asset.
|
|
2127
|
+
/** Supported file store adapters that can be mapped to a reserved folder on an asset.
|
|
2128
|
+
*
|
|
2129
|
+
* IMPORTANT!!! Key names are `"camelCase"`, whereas the values are `"PascalCase"`.
|
|
2130
|
+
* This mismatching is the result of a late change after values had already been written the the production database. */
|
|
2145
2131
|
export declare enum FileStoreTypeEnum {
|
|
2146
2132
|
AwsEbs = "AwsEbs",
|
|
2147
2133
|
AwsEfs = "AwsEfs",
|
|
@@ -2156,6 +2142,12 @@ export interface FullyQualifiedCabinetScopes {
|
|
|
2156
2142
|
enterprises: EnterpriseScope[];
|
|
2157
2143
|
clusters: string[];
|
|
2158
2144
|
}
|
|
2145
|
+
/** The structure of the object that gets written with every heartbeat. */
|
|
2146
|
+
export interface HeartbeatRecord {
|
|
2147
|
+
beat: Date;
|
|
2148
|
+
interval_secs: number;
|
|
2149
|
+
started: Date;
|
|
2150
|
+
}
|
|
2159
2151
|
export interface HelmAssetTemplate {
|
|
2160
2152
|
/** Maps a port number to the associated setting (full dot path name) in the chart config.
|
|
2161
2153
|
*
|
|
@@ -2299,8 +2291,14 @@ export interface Image {
|
|
|
2299
2291
|
modified: Date;
|
|
2300
2292
|
name: string;
|
|
2301
2293
|
scope?: string | undefined;
|
|
2302
|
-
|
|
2294
|
+
/** Indicator for the type of image Linux or Windows.
|
|
2295
|
+
* (At least until thatt wonderful day that the very last Windows image is obliterated from the industry).
|
|
2296
|
+
* Indicator for the type of image Linux or Windows.
|
|
2297
|
+
* (At least until that wonderful day that the very last Windows image is obliterated from the industry). */
|
|
2303
2298
|
architecture?: "amd64" | "arm32v6" | "arm32v7" | "arm64v8" | "windows-amd64" | undefined;
|
|
2299
|
+
/** Indicator for the type of image Linux or Windows.
|
|
2300
|
+
* (At least until that wonderful day that the very last Windows image is obliterated from the industry). */
|
|
2301
|
+
os?: "Linux" | "Windows" | undefined;
|
|
2304
2302
|
}
|
|
2305
2303
|
export interface ImageCriteria {
|
|
2306
2304
|
name?: StringFilter | undefined;
|
|
@@ -2323,7 +2321,7 @@ export interface ImageCriteria {
|
|
|
2323
2321
|
* ```
|
|
2324
2322
|
*
|
|
2325
2323
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
2326
|
-
sort?: string[] |
|
|
2324
|
+
sort?: string[] | object | string | undefined;
|
|
2327
2325
|
skip?: number | undefined;
|
|
2328
2326
|
take?: number | undefined;
|
|
2329
2327
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -2351,13 +2349,14 @@ export interface ImageRegistry {
|
|
|
2351
2349
|
pullRequiresAuth?: boolean | undefined;
|
|
2352
2350
|
infoUrl?: string | undefined;
|
|
2353
2351
|
useRemoteFiltering?: boolean | undefined;
|
|
2352
|
+
/** Declaration of which paradigm to use for implementing Helm chart operations with a a given registry. */
|
|
2354
2353
|
helmSupport?: "classic" | "oci" | undefined;
|
|
2355
2354
|
}
|
|
2356
2355
|
export interface ImageRegistryCriteria {
|
|
2357
2356
|
code?: StringFilter | undefined;
|
|
2358
2357
|
url?: StringFilter | undefined;
|
|
2359
2358
|
type?: StringFilter | undefined;
|
|
2360
|
-
packageType?:
|
|
2359
|
+
packageType?: "container" | "helm" | undefined;
|
|
2361
2360
|
ids?: string[] | undefined;
|
|
2362
2361
|
all?: boolean | undefined;
|
|
2363
2362
|
/** supports a single field name
|
|
@@ -2377,7 +2376,7 @@ export interface ImageRegistryCriteria {
|
|
|
2377
2376
|
* ```
|
|
2378
2377
|
*
|
|
2379
2378
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
2380
|
-
sort?: string[] |
|
|
2379
|
+
sort?: string[] | object | string | undefined;
|
|
2381
2380
|
skip?: number | undefined;
|
|
2382
2381
|
take?: number | undefined;
|
|
2383
2382
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -2393,8 +2392,11 @@ export interface ImageRegistrySpec {
|
|
|
2393
2392
|
pullRequiresAuth?: boolean | undefined;
|
|
2394
2393
|
infoUrl?: string | undefined;
|
|
2395
2394
|
useRemoteFiltering?: boolean | undefined;
|
|
2395
|
+
/** Declaration of which paradigm to use for implementing Helm chart operations with a a given registry. */
|
|
2396
2396
|
helmSupport?: "classic" | "oci" | undefined;
|
|
2397
2397
|
}
|
|
2398
|
+
/** IMPORTANT!!! Key names are `"camelCase"`, whereas the values are `"PascalCase"`.
|
|
2399
|
+
* This mismatching is the result of a late change after values had already been written the the production database. */
|
|
2398
2400
|
export declare enum ImageRegistryTypes {
|
|
2399
2401
|
AmazonEcr = "AmazonEcr",
|
|
2400
2402
|
AzureCr = "AzureCr",
|
|
@@ -2408,12 +2410,19 @@ export interface ImageSpec {
|
|
|
2408
2410
|
name: string;
|
|
2409
2411
|
registry: ImageRegistrySpec;
|
|
2410
2412
|
scope?: string | undefined;
|
|
2411
|
-
|
|
2413
|
+
/** Indicator for the type of image Linux or Windows.
|
|
2414
|
+
* (At least until thatt wonderful day that the very last Windows image is obliterated from the industry).
|
|
2415
|
+
* Indicator for the type of image Linux or Windows.
|
|
2416
|
+
* (At least until that wonderful day that the very last Windows image is obliterated from the industry). */
|
|
2412
2417
|
architecture?: "amd64" | "arm32v6" | "arm32v7" | "arm64v8" | "windows-amd64" | undefined;
|
|
2418
|
+
/** Indicator for the type of image Linux or Windows.
|
|
2419
|
+
* (At least until that wonderful day that the very last Windows image is obliterated from the industry). */
|
|
2420
|
+
os?: "Linux" | "Windows" | undefined;
|
|
2413
2421
|
}
|
|
2414
2422
|
/** Specifications for ingress controllers and request routing.
|
|
2415
2423
|
* Based on an ingress controller deployed as a Helm chart. */
|
|
2416
2424
|
export interface IngressDef {
|
|
2425
|
+
id?: string | undefined;
|
|
2417
2426
|
chart_name: string;
|
|
2418
2427
|
service_name: string;
|
|
2419
2428
|
service_namespace: string;
|
|
@@ -2422,42 +2431,26 @@ export interface IngressDef {
|
|
|
2422
2431
|
cert_secret_name: string;
|
|
2423
2432
|
cert_name: string;
|
|
2424
2433
|
/** Explicit override for the ip address to assign
|
|
2425
|
-
*
|
|
2434
|
+
* to the ingress service created during the cluster init.
|
|
2426
2435
|
*
|
|
2427
|
-
*
|
|
2436
|
+
* This value governs.
|
|
2428
2437
|
*
|
|
2429
|
-
*
|
|
2430
|
-
*
|
|
2431
|
-
*
|
|
2432
|
-
*
|
|
2433
|
-
*
|
|
2434
|
-
*
|
|
2435
|
-
*
|
|
2436
|
-
|
|
2437
|
-
ingressIp?: string;
|
|
2438
|
+
* *If not provided, ingress controller service
|
|
2439
|
+
* gets takes the ip of the existing cluster instance record.
|
|
2440
|
+
* If no IP is specified there or no instance record exists for the clusterDef,
|
|
2441
|
+
* the ingress service shall take the ip address resource called for by name in the cluster's ingressDef.
|
|
2442
|
+
* Finally, if the ip_name is not specified, the service shall take on a new IP address.
|
|
2443
|
+
* (Creation of new IPs: a public static resource for external ingress controllers,
|
|
2444
|
+
* or an ip from the cluster's cidr range for internal ingress controllers.* */
|
|
2445
|
+
ingressIp?: string | undefined;
|
|
2438
2446
|
internal?: boolean | undefined;
|
|
2439
|
-
ipAutoGen?: boolean;
|
|
2447
|
+
ipAutoGen?: boolean | undefined;
|
|
2440
2448
|
disableExternal?: boolean | undefined;
|
|
2441
|
-
id?: string | undefined;
|
|
2442
2449
|
createdBy: string;
|
|
2443
2450
|
modifiedBy: string;
|
|
2444
2451
|
created: Date;
|
|
2445
2452
|
modified: Date;
|
|
2446
2453
|
}
|
|
2447
|
-
/** Design directive for the ingress controller on a given cluster,
|
|
2448
|
-
* declaring whether it shall be provisioned as:
|
|
2449
|
-
* * accessible from the internet (`external`),
|
|
2450
|
-
* * accessible only from inside a private network (`internal`),
|
|
2451
|
-
* * or if it shall not even be provisioned at all (`none`).
|
|
2452
|
-
*/
|
|
2453
|
-
export declare enum IngressExposure {
|
|
2454
|
-
/** Accessible from the internet. */
|
|
2455
|
-
external = "external",
|
|
2456
|
-
/** Accessible only from inside a private network. */
|
|
2457
|
-
internal = "internal",
|
|
2458
|
-
/** No ingress controller shall not even be provisioned at all. */
|
|
2459
|
-
none = "none"
|
|
2460
|
-
}
|
|
2461
2454
|
/** A script or program to run (from within a given container) before an asset's main container is started.
|
|
2462
2455
|
*
|
|
2463
2456
|
* Failure of this container DOES prevent the asset's main container from starting.
|
|
@@ -2504,7 +2497,7 @@ export interface InitContainer {
|
|
|
2504
2497
|
/** (optional; defaults to false) UNLESS this is set to true, the init container will also get the volume mounts that are declared in Codiac for the asset. */
|
|
2505
2498
|
preventAssetVolumes?: boolean | undefined;
|
|
2506
2499
|
/** (optional) Min/Max Mem and CPU allocations */
|
|
2507
|
-
footprint?:
|
|
2500
|
+
footprint?: ResourceAllocation | undefined;
|
|
2508
2501
|
/** (optional: defaults to all) The versions of the parent asset for which this init container is to be used. */
|
|
2509
2502
|
versionRange?: string | undefined;
|
|
2510
2503
|
}
|
|
@@ -2630,7 +2623,7 @@ export interface KitCriteria {
|
|
|
2630
2623
|
* ```
|
|
2631
2624
|
*
|
|
2632
2625
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
2633
|
-
sort?: string[] |
|
|
2626
|
+
sort?: string[] | object | string | undefined;
|
|
2634
2627
|
skip?: number | undefined;
|
|
2635
2628
|
take?: number | undefined;
|
|
2636
2629
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -2641,7 +2634,7 @@ export interface KitCriteria {
|
|
|
2641
2634
|
export interface KvpReference {
|
|
2642
2635
|
type: KvpStoreTypesEnum;
|
|
2643
2636
|
name: string;
|
|
2644
|
-
key:
|
|
2637
|
+
key: string;
|
|
2645
2638
|
}
|
|
2646
2639
|
/** The specs for a key value store to be managed by the codiac system.
|
|
2647
2640
|
* This class is used to programmatically put up and take down concrete key value stores. */
|
|
@@ -2668,7 +2661,7 @@ export interface KvpStoreDef {
|
|
|
2668
2661
|
export interface KvpStoreDefCriteria {
|
|
2669
2662
|
name?: string | undefined;
|
|
2670
2663
|
/** Identifier for a supported cloud service provider, for use in selecting infrastructure clients, provisioners, and credentials. */
|
|
2671
|
-
provider?: "artifactHub" | "aws" | "azure" | "dockerHub" | "other" | undefined;
|
|
2664
|
+
provider?: "artifactHub" | "aws" | "azure" | "dockerHub" | "localMachine" | "other" | undefined;
|
|
2672
2665
|
/** List of codenames for supported KeyValue stores.
|
|
2673
2666
|
* eg: Clients for these types of stores are registered under these values. */
|
|
2674
2667
|
type?: "awsKeyVault" | "azBlob" | "azKeyVault" | "etcd" | "mongoCollection" | "mongoDocument" | undefined;
|
|
@@ -2691,7 +2684,7 @@ export interface KvpStoreDefCriteria {
|
|
|
2691
2684
|
* ```
|
|
2692
2685
|
*
|
|
2693
2686
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
2694
|
-
sort?: string[] |
|
|
2687
|
+
sort?: string[] | object | string | undefined;
|
|
2695
2688
|
skip?: number | undefined;
|
|
2696
2689
|
take?: number | undefined;
|
|
2697
2690
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -2731,7 +2724,7 @@ export interface Label {
|
|
|
2731
2724
|
ownerType: string;
|
|
2732
2725
|
ownerId: string;
|
|
2733
2726
|
enterprise: string;
|
|
2734
|
-
id
|
|
2727
|
+
id: string;
|
|
2735
2728
|
createdBy: string;
|
|
2736
2729
|
modifiedBy: string;
|
|
2737
2730
|
created: Date;
|
|
@@ -2762,7 +2755,7 @@ export interface LabelCriteria {
|
|
|
2762
2755
|
* ```
|
|
2763
2756
|
*
|
|
2764
2757
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
2765
|
-
sort?: string[] |
|
|
2758
|
+
sort?: string[] | object | string | undefined;
|
|
2766
2759
|
skip?: number | undefined;
|
|
2767
2760
|
take?: number | undefined;
|
|
2768
2761
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -2794,6 +2787,9 @@ export interface NodePlacement {
|
|
|
2794
2787
|
modifiedBy: string;
|
|
2795
2788
|
created: Date;
|
|
2796
2789
|
modified: Date;
|
|
2790
|
+
/** Overrides for node taints (aka in k8s: tolerations).
|
|
2791
|
+
* Allows this asset to be scheduled on a node that has one or more of these taints. */
|
|
2792
|
+
nodePermits?: object | undefined;
|
|
2797
2793
|
/** Matches for node labels (aka: nodeSelector). Results in this asset being scheduled only onto nodes whose labels match all of these. */
|
|
2798
2794
|
nodeSelector?: object | undefined;
|
|
2799
2795
|
/** Controls how Pods are spread across your cluster among failure-domains such as regions, zones, nodes,
|
|
@@ -2807,6 +2803,7 @@ export interface NodePlacement {
|
|
|
2807
2803
|
/** An arbitrary grouping of OS-specific cluster nodes.
|
|
2808
2804
|
* All nodes in a pool are of the same vm type. */
|
|
2809
2805
|
export interface NodePoolDef {
|
|
2806
|
+
id?: string | undefined;
|
|
2810
2807
|
clusterName: string;
|
|
2811
2808
|
name: string;
|
|
2812
2809
|
nodeSpec: string;
|
|
@@ -2814,7 +2811,6 @@ export interface NodePoolDef {
|
|
|
2814
2811
|
nodesMin?: number | undefined;
|
|
2815
2812
|
nodesMax?: number | undefined;
|
|
2816
2813
|
isWindows?: boolean | undefined;
|
|
2817
|
-
id?: string | undefined;
|
|
2818
2814
|
createdBy: string;
|
|
2819
2815
|
modifiedBy: string;
|
|
2820
2816
|
created: Date;
|
|
@@ -2853,7 +2849,7 @@ export interface NodePoolDefCriteria {
|
|
|
2853
2849
|
* ```
|
|
2854
2850
|
*
|
|
2855
2851
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
2856
|
-
sort?: string[] |
|
|
2852
|
+
sort?: string[] | object | string | undefined;
|
|
2857
2853
|
skip?: number | undefined;
|
|
2858
2854
|
take?: number | undefined;
|
|
2859
2855
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -2896,10 +2892,6 @@ export declare enum OrderEnum {
|
|
|
2896
2892
|
asc = "asc",
|
|
2897
2893
|
desc = "desc"
|
|
2898
2894
|
}
|
|
2899
|
-
export declare enum PackageTypeEnum {
|
|
2900
|
-
"helm" = "helm",
|
|
2901
|
-
"container" = "container"
|
|
2902
|
-
}
|
|
2903
2895
|
export interface patchOperation {
|
|
2904
2896
|
op: patchOperationType;
|
|
2905
2897
|
path: string;
|
|
@@ -2935,7 +2927,10 @@ export interface PortMapping {
|
|
|
2935
2927
|
/** The port on which the software inside the container is listening. */
|
|
2936
2928
|
internal?: number | undefined;
|
|
2937
2929
|
}
|
|
2938
|
-
/** A type of operation that a given Role is allowed to perform on a securable object.
|
|
2930
|
+
/** A type of operation that a given Role is allowed to perform on a securable object.
|
|
2931
|
+
*
|
|
2932
|
+
* IMPORTANT!!! Key names are `"camelCase"`, whereas the values are `"PascalCase"`.
|
|
2933
|
+
* This mismatching is the result of a late change after values had already been written the the production database. */
|
|
2939
2934
|
export declare enum Privilege {
|
|
2940
2935
|
Create = "Create",
|
|
2941
2936
|
Delete = "Delete",
|
|
@@ -3026,7 +3021,7 @@ export interface ProbeCriteria {
|
|
|
3026
3021
|
* ```
|
|
3027
3022
|
*
|
|
3028
3023
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
3029
|
-
sort?: string[] |
|
|
3024
|
+
sort?: string[] | object | string | undefined;
|
|
3030
3025
|
skip?: number | undefined;
|
|
3031
3026
|
take?: number | undefined;
|
|
3032
3027
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -3074,7 +3069,7 @@ export interface ProductCriteria {
|
|
|
3074
3069
|
* ```
|
|
3075
3070
|
*
|
|
3076
3071
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
3077
|
-
sort?: string[] |
|
|
3072
|
+
sort?: string[] | object | string | undefined;
|
|
3078
3073
|
skip?: number | undefined;
|
|
3079
3074
|
take?: number | undefined;
|
|
3080
3075
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -3090,7 +3085,7 @@ export interface ProductVersionConfig {
|
|
|
3090
3085
|
tags?: Tag[] | undefined;
|
|
3091
3086
|
contents?: IVersionRef[] | undefined;
|
|
3092
3087
|
contentHash?: string | undefined;
|
|
3093
|
-
id
|
|
3088
|
+
id: string;
|
|
3094
3089
|
createdBy: string;
|
|
3095
3090
|
modifiedBy: string;
|
|
3096
3091
|
created: Date;
|
|
@@ -3139,7 +3134,7 @@ export interface ProductVersionConfigCriteria {
|
|
|
3139
3134
|
* ```
|
|
3140
3135
|
*
|
|
3141
3136
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
3142
|
-
sort?: string[] |
|
|
3137
|
+
sort?: string[] | object | string | undefined;
|
|
3143
3138
|
skip?: number | undefined;
|
|
3144
3139
|
take?: number | undefined;
|
|
3145
3140
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -3159,30 +3154,15 @@ export interface PropertiesTypeDef {
|
|
|
3159
3154
|
nullable?: boolean | undefined;
|
|
3160
3155
|
metadata?: any | undefined;
|
|
3161
3156
|
}
|
|
3162
|
-
/** Applicability of a pull secret defined for an image registry. */
|
|
3163
|
-
export declare enum PullSecretScopesEnum {
|
|
3164
|
-
/** DEFAULT BEHAVIOR.
|
|
3165
|
-
*
|
|
3166
|
-
* If it exists, use it.
|
|
3167
|
-
*
|
|
3168
|
-
* Implements the pullsecret in all cases,
|
|
3169
|
-
* regardless of whether the cluster resides in the same subscription
|
|
3170
|
-
* in the Cloud Service Provider (CSP) as the ImageRegistry. */
|
|
3171
|
-
everywhere = "everywhere",
|
|
3172
|
-
/** Implements the pullsecret only when pulling the container
|
|
3173
|
-
* requires crossing Cloud Service Provider (CSP) subscriptions.
|
|
3174
|
-
* That is, when the cluster resides in a different Cloud Service Provider (CSP) subscription
|
|
3175
|
-
* than the ImageRegistry does.
|
|
3176
|
-
*
|
|
3177
|
-
* Typical use case for this is when the cluster identity is given pull access on the image registry,
|
|
3178
|
-
* but the same asset may get deployed to another cluster on another CSP or in another subscription,
|
|
3179
|
-
* in which case the cluster requires pull secrets to access the image registry. */
|
|
3180
|
-
unmatchingSubx = "unmatchingSubx"
|
|
3181
|
-
}
|
|
3182
3157
|
/** Metadata for the credentials that a cluster will use when pulling images from an image registry.
|
|
3183
3158
|
* This class points to a a specific secret record in a known secret store. */
|
|
3184
3159
|
export interface PullSecretRef {
|
|
3185
3160
|
expiresOn: Date;
|
|
3161
|
+
/** (Optional, defaults to `PullSecretScopesEnum.everywhere`)
|
|
3162
|
+
* Declares the applicability of the pull secrets,
|
|
3163
|
+
* allowing teams to reserve the need for pullsecrets for just the cases
|
|
3164
|
+
* in which clusters have to cross CSP subscription boundaries to access the image registry. */
|
|
3165
|
+
scope?: "everywhere" | "unmatchingSubx" | undefined;
|
|
3186
3166
|
/** Applies to the creation of this instance of PullSecretRef, not necessarily the same as the secret itself in the secret store. */
|
|
3187
3167
|
created: Date;
|
|
3188
3168
|
/** Applies to the creation of this instance of PullSecretRef, not necessarily the same as the secret itself in the secret store. */
|
|
@@ -3191,14 +3171,9 @@ export interface PullSecretRef {
|
|
|
3191
3171
|
modified: Date;
|
|
3192
3172
|
/** Applies to the creation of this instance of PullSecretRef, not necessarily the same as the secret itself in the secret store. */
|
|
3193
3173
|
modifiedBy: string;
|
|
3194
|
-
/** (Optional, defaults to `PullSecretScopesEnum.everywhere`)
|
|
3195
|
-
* Declares the applicability of the pull secrets,
|
|
3196
|
-
* allowing teams to reserve the need for pullsecrets for just the cases
|
|
3197
|
-
* in which clusters have to cross CSP subscription boundaries to access the image registry. */
|
|
3198
|
-
scope?: PullSecretScopesEnum;
|
|
3199
3174
|
type: KvpStoreTypesEnum;
|
|
3200
3175
|
name: string;
|
|
3201
|
-
key:
|
|
3176
|
+
key: string;
|
|
3202
3177
|
}
|
|
3203
3178
|
/** A span of numbers from the given lower bound to the given upper bound.
|
|
3204
3179
|
* Used for filtering and comparing of numeric values. */
|
|
@@ -3229,9 +3204,27 @@ export interface RefTypeDef {
|
|
|
3229
3204
|
nullable?: boolean | undefined;
|
|
3230
3205
|
metadata?: any | undefined;
|
|
3231
3206
|
}
|
|
3207
|
+
export interface RegExp {
|
|
3208
|
+
source: string;
|
|
3209
|
+
global: boolean;
|
|
3210
|
+
ignoreCase: boolean;
|
|
3211
|
+
multiline: boolean;
|
|
3212
|
+
lastIndex: number;
|
|
3213
|
+
flags: string;
|
|
3214
|
+
sticky: boolean;
|
|
3215
|
+
unicode: boolean;
|
|
3216
|
+
dotAll: boolean;
|
|
3217
|
+
}
|
|
3232
3218
|
export interface ResetPasswordRequest {
|
|
3233
3219
|
userLogin: string;
|
|
3234
3220
|
}
|
|
3221
|
+
/** Optional requests and limits for mem and cpu. */
|
|
3222
|
+
export interface ResourceAllocation {
|
|
3223
|
+
cpuRequest?: string | undefined;
|
|
3224
|
+
cpuLimit?: string | undefined;
|
|
3225
|
+
memRequest?: string | undefined;
|
|
3226
|
+
memLimit?: string | undefined;
|
|
3227
|
+
}
|
|
3235
3228
|
export interface Result {
|
|
3236
3229
|
success: boolean;
|
|
3237
3230
|
message?: string | undefined;
|
|
@@ -3279,24 +3272,12 @@ export interface RootMapCriteria {
|
|
|
3279
3272
|
* ```
|
|
3280
3273
|
*
|
|
3281
3274
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
3282
|
-
sort?: string[] |
|
|
3275
|
+
sort?: string[] | object | string | undefined;
|
|
3283
3276
|
skip?: number | undefined;
|
|
3284
3277
|
take?: number | undefined;
|
|
3285
3278
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
3286
3279
|
reverse?: number | boolean | undefined;
|
|
3287
3280
|
}
|
|
3288
|
-
export interface Scope {
|
|
3289
|
-
/** The level of the scope (eg: enterprise, environment, cluster, cabinet, asset, etc).
|
|
3290
|
-
* This level gives the value its rank in the hierarchy during a smash-merge resolution.
|
|
3291
|
-
* That is, environment values overwrite enterprise values, and cabinet values overwrite environment values. */
|
|
3292
|
-
scope: string;
|
|
3293
|
-
/** The name of the concrete instance at the given scope level.
|
|
3294
|
-
* (eg: "devcab1" for a scope of cabinet, "main" for scope of enterprise) */
|
|
3295
|
-
target: string;
|
|
3296
|
-
/** (FUTURE: NOT YET SUPPORTED) Indicates that this value shall govern over otherwise higher ranking scopes during evaluation.
|
|
3297
|
-
* NOTE: This value can still be overridden by a value in a higher ranking scope whose own governs flag is set. */
|
|
3298
|
-
governs?: boolean | undefined;
|
|
3299
|
-
}
|
|
3300
3281
|
/** Meta container for a ConfigDoc.
|
|
3301
3282
|
* based on the asset and target cabinet that config is built for. */
|
|
3302
3283
|
export interface ScopedConfig {
|
|
@@ -3340,7 +3321,7 @@ export interface ScopedConfigCriteria {
|
|
|
3340
3321
|
* ```
|
|
3341
3322
|
*
|
|
3342
3323
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
3343
|
-
sort?: string[] |
|
|
3324
|
+
sort?: string[] | object | string | undefined;
|
|
3344
3325
|
skip?: number | undefined;
|
|
3345
3326
|
take?: number | undefined;
|
|
3346
3327
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -3366,6 +3347,8 @@ export interface ScopedHostNameConfig {
|
|
|
3366
3347
|
* and shall only be exposed on ingress controllers in the internal network.
|
|
3367
3348
|
* That is, the domain mapping gets omitted from any internet-facing ingress controllers. */
|
|
3368
3349
|
isPrivate?: boolean | undefined;
|
|
3350
|
+
/** Indicates that this entity exists and is to be stored solely on the local machine
|
|
3351
|
+
* and is not shareable or even visible across the enterprise. */
|
|
3369
3352
|
thisMachine?: boolean | undefined;
|
|
3370
3353
|
createdBy: string;
|
|
3371
3354
|
modifiedBy: string;
|
|
@@ -3401,7 +3384,7 @@ export interface ScopedHostNameConfigCriteria {
|
|
|
3401
3384
|
* ```
|
|
3402
3385
|
*
|
|
3403
3386
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
3404
|
-
sort?: string[] |
|
|
3387
|
+
sort?: string[] | object | string | undefined;
|
|
3405
3388
|
skip?: number | undefined;
|
|
3406
3389
|
take?: number | undefined;
|
|
3407
3390
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -3412,7 +3395,7 @@ export interface ScopedHostNameConfigCriteria {
|
|
|
3412
3395
|
* the scope/target (eg: "cabinet"/"cab16") tells us where to use it. */
|
|
3413
3396
|
export interface ScopedSetting {
|
|
3414
3397
|
setting: string;
|
|
3415
|
-
value
|
|
3398
|
+
value?: string | undefined;
|
|
3416
3399
|
targetFile: string;
|
|
3417
3400
|
asset: string;
|
|
3418
3401
|
enterprise: string;
|
|
@@ -3420,8 +3403,8 @@ export interface ScopedSetting {
|
|
|
3420
3403
|
target: string;
|
|
3421
3404
|
description?: string | undefined;
|
|
3422
3405
|
source?: KvpReference | undefined;
|
|
3423
|
-
thisMachine?: boolean | undefined;
|
|
3424
3406
|
id?: string | undefined;
|
|
3407
|
+
thisMachine?: boolean | undefined;
|
|
3425
3408
|
createdBy: string;
|
|
3426
3409
|
modifiedBy: string;
|
|
3427
3410
|
created: Date;
|
|
@@ -3461,7 +3444,7 @@ export interface ScopedSettingCriteria {
|
|
|
3461
3444
|
* ```
|
|
3462
3445
|
*
|
|
3463
3446
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
3464
|
-
sort?: string[] |
|
|
3447
|
+
sort?: string[] | object | string | undefined;
|
|
3465
3448
|
skip?: number | undefined;
|
|
3466
3449
|
take?: number | undefined;
|
|
3467
3450
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -3485,6 +3468,18 @@ export declare enum ScopeLevel {
|
|
|
3485
3468
|
enterprise = "enterprise",
|
|
3486
3469
|
environment = "environment"
|
|
3487
3470
|
}
|
|
3471
|
+
export interface ScopeRef {
|
|
3472
|
+
/** The level of the scope (eg: enterprise, environment, cluster, cabinet, asset, etc).
|
|
3473
|
+
* This level gives the value its rank in the hierarchy during a smash-merge resolution.
|
|
3474
|
+
* That is, environment values overwrite enterprise values, and cabinet values overwrite environment values. */
|
|
3475
|
+
scope: string;
|
|
3476
|
+
/** The name of the concrete instance at the given scope level.
|
|
3477
|
+
* (eg: "devcab1" for a scope of cabinet, "main" for scope of enterprise) */
|
|
3478
|
+
target: string;
|
|
3479
|
+
/** (FUTURE: NOT YET SUPPORTED) Indicates that this value shall govern over otherwise higher ranking scopes during evaluation.
|
|
3480
|
+
* NOTE: This value can still be overridden by a value in a higher ranking scope whose own governs flag is set. */
|
|
3481
|
+
governs?: boolean | undefined;
|
|
3482
|
+
}
|
|
3488
3483
|
/** Minimal concrete implementation of ISecurable. */
|
|
3489
3484
|
export interface SecurableEntity {
|
|
3490
3485
|
id?: string | undefined;
|
|
@@ -3577,7 +3572,7 @@ export interface SetupJournalCriteria {
|
|
|
3577
3572
|
* ```
|
|
3578
3573
|
*
|
|
3579
3574
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
3580
|
-
sort?: string[] |
|
|
3575
|
+
sort?: string[] | object | string | undefined;
|
|
3581
3576
|
skip?: number | undefined;
|
|
3582
3577
|
take?: number | undefined;
|
|
3583
3578
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -3609,13 +3604,14 @@ export interface SingleConfigState {
|
|
|
3609
3604
|
* to affix host naming strategies to concrete cabinet records.
|
|
3610
3605
|
* This class allows us to surgically update one at a time in a post handler for a ScopedHostNameConfig crud. */
|
|
3611
3606
|
export interface SingleHostNameStrategyForCabinet {
|
|
3607
|
+
id?: string | undefined;
|
|
3612
3608
|
isCabinetScoped: boolean;
|
|
3613
3609
|
domainName: string;
|
|
3614
3610
|
strategy: HostNameStrategyEnum;
|
|
3615
3611
|
enterprise: string;
|
|
3616
3612
|
cabinet: string;
|
|
3617
3613
|
forAsset?: string[] | string | undefined;
|
|
3618
|
-
|
|
3614
|
+
thisMachine?: boolean | undefined;
|
|
3619
3615
|
/** When set, the domain mapping will not be available on the internet,
|
|
3620
3616
|
* and shall only be exposed on ingress controllers in the internal network.
|
|
3621
3617
|
* That is, the domain mapping gets omitted from any internet-facing ingress controllers. */
|
|
@@ -3658,7 +3654,7 @@ export interface SnapshotCriteria {
|
|
|
3658
3654
|
* ```
|
|
3659
3655
|
*
|
|
3660
3656
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
3661
|
-
sort?: string[] |
|
|
3657
|
+
sort?: string[] | object | string | undefined;
|
|
3662
3658
|
skip?: number | undefined;
|
|
3663
3659
|
take?: number | undefined;
|
|
3664
3660
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -3693,7 +3689,7 @@ export interface SourceRepoCriteria {
|
|
|
3693
3689
|
* ```
|
|
3694
3690
|
*
|
|
3695
3691
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
3696
|
-
sort?: string[] |
|
|
3692
|
+
sort?: string[] | object | string | undefined;
|
|
3697
3693
|
skip?: number | undefined;
|
|
3698
3694
|
take?: number | undefined;
|
|
3699
3695
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -3770,7 +3766,7 @@ export interface SubscriptionCriteria {
|
|
|
3770
3766
|
* ```
|
|
3771
3767
|
*
|
|
3772
3768
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
3773
|
-
sort?: string[] |
|
|
3769
|
+
sort?: string[] | object | string | undefined;
|
|
3774
3770
|
skip?: number | undefined;
|
|
3775
3771
|
take?: number | undefined;
|
|
3776
3772
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -3790,6 +3786,10 @@ export declare enum SubscriptionStatus {
|
|
|
3790
3786
|
export interface SwitchTenantRequest {
|
|
3791
3787
|
newTenantCode: string;
|
|
3792
3788
|
}
|
|
3789
|
+
export interface T {
|
|
3790
|
+
}
|
|
3791
|
+
export interface T_1 {
|
|
3792
|
+
}
|
|
3793
3793
|
export interface Tag {
|
|
3794
3794
|
name: string;
|
|
3795
3795
|
ownerType: string;
|
|
@@ -3825,12 +3825,14 @@ export interface TagCriteria {
|
|
|
3825
3825
|
* ```
|
|
3826
3826
|
*
|
|
3827
3827
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
3828
|
-
sort?: string[] |
|
|
3828
|
+
sort?: string[] | object | string | undefined;
|
|
3829
3829
|
skip?: number | undefined;
|
|
3830
3830
|
take?: number | undefined;
|
|
3831
3831
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
3832
3832
|
reverse?: number | boolean | undefined;
|
|
3833
3833
|
}
|
|
3834
|
+
export interface TCriteria {
|
|
3835
|
+
}
|
|
3834
3836
|
export interface TenantRegistrationRequest {
|
|
3835
3837
|
tenantName: string;
|
|
3836
3838
|
newUser: boolean;
|
|
@@ -3938,7 +3940,7 @@ export interface VersionConfigCriteria {
|
|
|
3938
3940
|
* ```
|
|
3939
3941
|
*
|
|
3940
3942
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
3941
|
-
sort?: string[] |
|
|
3943
|
+
sort?: string[] | object | string | undefined;
|
|
3942
3944
|
skip?: number | undefined;
|
|
3943
3945
|
take?: number | undefined;
|
|
3944
3946
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -3951,7 +3953,7 @@ export interface VersionCreateActivity {
|
|
|
3951
3953
|
title: string;
|
|
3952
3954
|
by: string;
|
|
3953
3955
|
performed: Date;
|
|
3954
|
-
id
|
|
3956
|
+
id: string;
|
|
3955
3957
|
createdBy: string;
|
|
3956
3958
|
modifiedBy: string;
|
|
3957
3959
|
created: Date;
|
|
@@ -3985,7 +3987,7 @@ export interface VersionCreateActivityCriteria {
|
|
|
3985
3987
|
* ```
|
|
3986
3988
|
*
|
|
3987
3989
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
3988
|
-
sort?: string[] |
|
|
3990
|
+
sort?: string[] | object | string | undefined;
|
|
3989
3991
|
skip?: number | undefined;
|
|
3990
3992
|
take?: number | undefined;
|
|
3991
3993
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -4050,7 +4052,7 @@ export interface WorkFlowStrategyCriteria {
|
|
|
4050
4052
|
* ```
|
|
4051
4053
|
*
|
|
4052
4054
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
4053
|
-
sort?: string[] |
|
|
4055
|
+
sort?: string[] | object | string | undefined;
|
|
4054
4056
|
skip?: number | undefined;
|
|
4055
4057
|
take?: number | undefined;
|
|
4056
4058
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
@@ -4097,7 +4099,7 @@ export interface ZombiePeriodCriteria {
|
|
|
4097
4099
|
* ```
|
|
4098
4100
|
*
|
|
4099
4101
|
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
4100
|
-
sort?: string[] |
|
|
4102
|
+
sort?: string[] | object | string | undefined;
|
|
4101
4103
|
skip?: number | undefined;
|
|
4102
4104
|
take?: number | undefined;
|
|
4103
4105
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|