@constructive-sdk/cli 0.23.2 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/cli/commands/app-limit-event.js +248 -2
- package/admin/cli/commands/app-limit.js +44 -0
- package/admin/cli/commands/org-limit-aggregate.js +44 -0
- package/admin/cli/commands/org-limit-event.js +248 -2
- package/admin/cli/commands/org-limit.js +44 -0
- package/admin/cli/commands.js +31 -33
- package/admin/cli/executor.d.ts +15 -16
- package/admin/orm/index.d.ts +31 -33
- package/admin/orm/index.js +32 -33
- package/admin/orm/input-types.d.ts +2090 -2039
- package/admin/orm/input-types.js +4 -4
- package/admin/orm/models/appLimitEvent.d.ts +26 -2
- package/admin/orm/models/appLimitEvent.js +45 -0
- package/admin/orm/models/index.d.ts +15 -16
- package/admin/orm/models/index.js +31 -33
- package/admin/orm/models/orgLimitEvent.d.ts +26 -2
- package/admin/orm/models/orgLimitEvent.js +45 -0
- package/{esm/public/cli/commands/agent-message.d.ts → auth/cli/commands/audit-log-auth.d.ts} +1 -1
- package/auth/cli/commands/{audit-log.js → audit-log-auth.js} +14 -14
- package/auth/cli/commands.js +5 -5
- package/auth/cli/executor.d.ts +6 -6
- package/auth/orm/index.d.ts +8 -8
- package/auth/orm/index.js +4 -3
- package/auth/orm/input-types.d.ts +94 -94
- package/auth/orm/input-types.js +1 -1
- package/auth/orm/models/auditLogAuth.d.ts +54 -0
- package/{public/orm/models/agentMessage.js → auth/orm/models/auditLogAuth.js} +27 -27
- package/auth/orm/models/index.d.ts +1 -1
- package/auth/orm/models/index.js +3 -3
- package/auth/orm/mutation/index.d.ts +9 -9
- package/auth/orm/mutation/index.js +12 -12
- package/esm/admin/cli/commands/app-limit-event.js +248 -2
- package/esm/admin/cli/commands/app-limit.js +44 -0
- package/esm/admin/cli/commands/org-limit-aggregate.js +44 -0
- package/esm/admin/cli/commands/org-limit-event.js +248 -2
- package/esm/admin/cli/commands/org-limit.js +44 -0
- package/esm/admin/cli/commands.js +31 -33
- package/esm/admin/cli/executor.d.ts +15 -16
- package/esm/admin/orm/index.d.ts +31 -33
- package/esm/admin/orm/index.js +31 -33
- package/esm/admin/orm/input-types.d.ts +2090 -2039
- package/esm/admin/orm/input-types.js +4 -4
- package/esm/admin/orm/models/appLimitEvent.d.ts +26 -2
- package/esm/admin/orm/models/appLimitEvent.js +46 -1
- package/esm/admin/orm/models/index.d.ts +15 -16
- package/esm/admin/orm/models/index.js +15 -16
- package/esm/admin/orm/models/orgLimitEvent.d.ts +26 -2
- package/esm/admin/orm/models/orgLimitEvent.js +46 -1
- package/esm/auth/cli/commands/audit-log-auth.d.ts +8 -0
- package/esm/{public/cli/commands/audit-log.js → auth/cli/commands/audit-log-auth.js} +14 -14
- package/esm/auth/cli/commands.js +5 -5
- package/esm/auth/cli/executor.d.ts +6 -6
- package/esm/auth/orm/index.d.ts +8 -8
- package/esm/auth/orm/index.js +3 -3
- package/esm/auth/orm/input-types.d.ts +94 -94
- package/esm/auth/orm/input-types.js +1 -1
- package/esm/auth/orm/models/auditLogAuth.d.ts +54 -0
- package/esm/{public/orm/models/auditLog.js → auth/orm/models/auditLogAuth.js} +25 -25
- package/esm/auth/orm/models/index.d.ts +1 -1
- package/esm/auth/orm/models/index.js +1 -1
- package/esm/auth/orm/mutation/index.d.ts +9 -9
- package/esm/auth/orm/mutation/index.js +12 -12
- package/esm/objects/orm/index.d.ts +1 -1
- package/esm/objects/orm/index.js +1 -1
- package/esm/public/cli/commands/{agent-thread.d.ts → agent-module.d.ts} +1 -1
- package/esm/public/cli/commands/agent-module.js +690 -0
- package/esm/public/cli/commands/app-limit-event.js +248 -2
- package/esm/public/cli/commands/app-limit.js +44 -0
- package/esm/public/cli/commands/apply-registry-defaults.d.ts +8 -0
- package/esm/public/cli/commands/{rev-parse.js → apply-registry-defaults.js} +9 -12
- package/esm/public/cli/commands/audit-log-auth.d.ts +8 -0
- package/esm/{auth/cli/commands/audit-log.js → public/cli/commands/audit-log-auth.js} +14 -14
- package/esm/public/cli/commands/billing-module.js +88 -0
- package/esm/public/cli/commands/compute-log-module.d.ts +8 -0
- package/esm/public/cli/commands/compute-log-module.js +514 -0
- package/esm/public/cli/commands/config-secrets-org-module.d.ts +8 -0
- package/esm/public/cli/commands/{encrypted-secrets-module.js → config-secrets-org-module.js} +8 -8
- package/esm/public/cli/commands/config-secrets-user-module.d.ts +8 -0
- package/esm/public/cli/commands/{object.js → config-secrets-user-module.js} +60 -67
- package/esm/public/cli/commands/construct-blueprint.js +1 -1
- package/{admin/cli/commands/usage-snapshot.d.ts → esm/public/cli/commands/db-usage-module.d.ts} +1 -1
- package/esm/public/cli/commands/db-usage-module.js +558 -0
- package/esm/public/cli/commands/entity-type-provision.js +386 -34
- package/esm/public/cli/commands/field.js +4 -26
- package/esm/public/cli/commands/function-module.d.ts +8 -0
- package/esm/public/cli/commands/function-module.js +778 -0
- package/{auth/cli/commands/audit-log.d.ts → esm/public/cli/commands/graph-module.d.ts} +1 -1
- package/esm/public/cli/commands/graph-module.js +584 -0
- package/esm/public/cli/commands/inference-log-module.d.ts +8 -0
- package/esm/public/cli/commands/inference-log-module.js +514 -0
- package/esm/public/cli/commands/memberships-module.js +22 -0
- package/esm/public/cli/commands/merkle-store-module.d.ts +8 -0
- package/esm/public/cli/commands/merkle-store-module.js +498 -0
- package/esm/public/cli/commands/namespace-module.d.ts +8 -0
- package/esm/public/cli/commands/namespace-module.js +558 -0
- package/esm/public/cli/commands/org-limit-aggregate.js +44 -0
- package/esm/public/cli/commands/org-limit-event.js +248 -2
- package/esm/public/cli/commands/org-limit.js +44 -0
- package/esm/public/cli/commands/partition.js +44 -0
- package/esm/public/cli/commands/storage-log-module.d.ts +8 -0
- package/esm/public/cli/commands/storage-log-module.js +514 -0
- package/esm/public/cli/commands/storage-module.js +36 -14
- package/esm/public/cli/commands/transfer-log-module.d.ts +8 -0
- package/esm/public/cli/commands/transfer-log-module.js +514 -0
- package/esm/public/cli/commands.js +83 -101
- package/esm/public/cli/executor.d.ts +72 -125
- package/esm/public/orm/index.d.ts +102 -153
- package/esm/public/orm/index.js +59 -55
- package/esm/public/orm/input-types.d.ts +6255 -3877
- package/esm/public/orm/input-types.js +24 -15
- package/esm/public/orm/models/agentModule.d.ts +54 -0
- package/esm/public/orm/models/{agentThread.js → agentModule.js} +25 -25
- package/esm/public/orm/models/appLimitEvent.d.ts +26 -2
- package/esm/public/orm/models/appLimitEvent.js +46 -1
- package/esm/public/orm/models/auditLogAuth.d.ts +54 -0
- package/esm/{auth/orm/models/auditLog.js → public/orm/models/auditLogAuth.js} +25 -25
- package/esm/public/orm/models/computeLogModule.d.ts +54 -0
- package/esm/public/orm/models/{commit.js → computeLogModule.js} +25 -25
- package/esm/public/orm/models/configSecretsOrgModule.d.ts +54 -0
- package/esm/public/orm/models/{encryptedSecretsModule.js → configSecretsOrgModule.js} +25 -25
- package/esm/public/orm/models/configSecretsUserModule.d.ts +54 -0
- package/esm/public/orm/models/configSecretsUserModule.js +100 -0
- package/esm/public/orm/models/dbUsageModule.d.ts +54 -0
- package/esm/{admin/orm/models/usageSnapshot.js → public/orm/models/dbUsageModule.js} +25 -25
- package/esm/public/orm/models/functionModule.d.ts +54 -0
- package/esm/public/orm/models/{agentMessage.js → functionModule.js} +25 -25
- package/esm/public/orm/models/graphModule.d.ts +54 -0
- package/esm/public/orm/models/{agentTask.js → graphModule.js} +25 -25
- package/esm/public/orm/models/index.d.ts +29 -27
- package/esm/public/orm/models/index.js +29 -27
- package/esm/public/orm/models/inferenceLogModule.d.ts +54 -0
- package/esm/public/orm/models/inferenceLogModule.js +100 -0
- package/esm/public/orm/models/merkleStoreModule.d.ts +54 -0
- package/esm/public/orm/models/merkleStoreModule.js +100 -0
- package/esm/public/orm/models/namespaceModule.d.ts +54 -0
- package/esm/public/orm/models/namespaceModule.js +100 -0
- package/esm/public/orm/models/orgLimitEvent.d.ts +26 -2
- package/esm/public/orm/models/orgLimitEvent.js +46 -1
- package/esm/public/orm/models/storageLogModule.d.ts +54 -0
- package/esm/public/orm/models/{store.js → storageLogModule.js} +25 -25
- package/esm/public/orm/models/transferLogModule.d.ts +54 -0
- package/esm/public/orm/models/transferLogModule.js +100 -0
- package/esm/public/orm/mutation/index.d.ts +69 -133
- package/esm/public/orm/mutation/index.js +78 -174
- package/esm/public/orm/query/index.d.ts +22 -71
- package/esm/public/orm/query/index.js +36 -124
- package/objects/orm/index.d.ts +1 -1
- package/objects/orm/index.js +2 -1
- package/package.json +6 -6
- package/{esm/public/cli/commands/agent-task.d.ts → public/cli/commands/agent-module.d.ts} +1 -1
- package/public/cli/commands/agent-module.js +692 -0
- package/public/cli/commands/app-limit-event.js +248 -2
- package/public/cli/commands/app-limit.js +44 -0
- package/public/cli/commands/apply-registry-defaults.d.ts +8 -0
- package/public/cli/commands/{rev-parse.js → apply-registry-defaults.js} +9 -12
- package/public/cli/commands/audit-log-auth.d.ts +8 -0
- package/public/cli/commands/{audit-log.js → audit-log-auth.js} +14 -14
- package/public/cli/commands/billing-module.js +88 -0
- package/public/cli/commands/compute-log-module.d.ts +8 -0
- package/public/cli/commands/compute-log-module.js +516 -0
- package/public/cli/commands/config-secrets-org-module.d.ts +8 -0
- package/public/cli/commands/{encrypted-secrets-module.js → config-secrets-org-module.js} +8 -8
- package/public/cli/commands/config-secrets-user-module.d.ts +8 -0
- package/public/cli/commands/{object.js → config-secrets-user-module.js} +60 -67
- package/public/cli/commands/construct-blueprint.js +1 -1
- package/{esm/admin/cli/commands/usage-snapshot.d.ts → public/cli/commands/db-usage-module.d.ts} +1 -1
- package/public/cli/commands/db-usage-module.js +560 -0
- package/public/cli/commands/entity-type-provision.js +386 -34
- package/public/cli/commands/field.js +4 -26
- package/public/cli/commands/function-module.d.ts +8 -0
- package/public/cli/commands/function-module.js +780 -0
- package/{esm/auth/cli/commands/audit-log.d.ts → public/cli/commands/graph-module.d.ts} +1 -1
- package/public/cli/commands/graph-module.js +586 -0
- package/public/cli/commands/inference-log-module.d.ts +8 -0
- package/public/cli/commands/inference-log-module.js +516 -0
- package/public/cli/commands/memberships-module.js +22 -0
- package/public/cli/commands/merkle-store-module.d.ts +8 -0
- package/public/cli/commands/merkle-store-module.js +500 -0
- package/public/cli/commands/namespace-module.d.ts +8 -0
- package/public/cli/commands/namespace-module.js +560 -0
- package/public/cli/commands/org-limit-aggregate.js +44 -0
- package/public/cli/commands/org-limit-event.js +248 -2
- package/public/cli/commands/org-limit.js +44 -0
- package/public/cli/commands/partition.js +44 -0
- package/public/cli/commands/storage-log-module.d.ts +8 -0
- package/public/cli/commands/storage-log-module.js +516 -0
- package/public/cli/commands/storage-module.js +36 -14
- package/public/cli/commands/transfer-log-module.d.ts +8 -0
- package/public/cli/commands/transfer-log-module.js +516 -0
- package/public/cli/commands.js +83 -101
- package/public/cli/executor.d.ts +72 -125
- package/public/orm/index.d.ts +102 -153
- package/public/orm/index.js +60 -55
- package/public/orm/input-types.d.ts +6255 -3877
- package/public/orm/input-types.js +24 -15
- package/public/orm/models/agentModule.d.ts +54 -0
- package/public/orm/models/{agentThread.js → agentModule.js} +27 -27
- package/public/orm/models/appLimitEvent.d.ts +26 -2
- package/public/orm/models/appLimitEvent.js +45 -0
- package/public/orm/models/auditLogAuth.d.ts +54 -0
- package/{admin/orm/models/usageSnapshot.js → public/orm/models/auditLogAuth.js} +27 -27
- package/public/orm/models/computeLogModule.d.ts +54 -0
- package/{auth/orm/models/auditLog.js → public/orm/models/computeLogModule.js} +27 -27
- package/public/orm/models/configSecretsOrgModule.d.ts +54 -0
- package/public/orm/models/{encryptedSecretsModule.js → configSecretsOrgModule.js} +27 -27
- package/public/orm/models/configSecretsUserModule.d.ts +54 -0
- package/public/orm/models/{ref.js → configSecretsUserModule.js} +27 -27
- package/public/orm/models/dbUsageModule.d.ts +54 -0
- package/public/orm/models/{usageSnapshot.js → dbUsageModule.js} +27 -27
- package/public/orm/models/functionModule.d.ts +54 -0
- package/public/orm/models/functionModule.js +104 -0
- package/public/orm/models/graphModule.d.ts +54 -0
- package/public/orm/models/{agentTask.js → graphModule.js} +27 -27
- package/public/orm/models/index.d.ts +29 -27
- package/public/orm/models/index.js +61 -57
- package/public/orm/models/inferenceLogModule.d.ts +54 -0
- package/public/orm/models/inferenceLogModule.js +104 -0
- package/public/orm/models/merkleStoreModule.d.ts +54 -0
- package/public/orm/models/merkleStoreModule.js +104 -0
- package/public/orm/models/namespaceModule.d.ts +54 -0
- package/public/orm/models/namespaceModule.js +104 -0
- package/public/orm/models/orgLimitEvent.d.ts +26 -2
- package/public/orm/models/orgLimitEvent.js +45 -0
- package/public/orm/models/storageLogModule.d.ts +54 -0
- package/public/orm/models/storageLogModule.js +104 -0
- package/public/orm/models/transferLogModule.d.ts +54 -0
- package/public/orm/models/transferLogModule.js +104 -0
- package/public/orm/mutation/index.d.ts +69 -133
- package/public/orm/mutation/index.js +78 -174
- package/public/orm/query/index.d.ts +22 -71
- package/public/orm/query/index.js +36 -124
- package/admin/cli/commands/usage-snapshot.js +0 -316
- package/admin/orm/models/usageSnapshot.d.ts +0 -54
- package/auth/orm/models/auditLog.d.ts +0 -54
- package/esm/admin/cli/commands/usage-snapshot.js +0 -314
- package/esm/admin/orm/models/usageSnapshot.d.ts +0 -54
- package/esm/auth/orm/models/auditLog.d.ts +0 -54
- package/esm/public/cli/commands/agent-message.js +0 -324
- package/esm/public/cli/commands/agent-task.js +0 -368
- package/esm/public/cli/commands/agent-thread.js +0 -372
- package/esm/public/cli/commands/audit-log.d.ts +0 -8
- package/esm/public/cli/commands/commit.d.ts +0 -8
- package/esm/public/cli/commands/commit.js +0 -380
- package/esm/public/cli/commands/encrypted-secrets-module.d.ts +0 -8
- package/esm/public/cli/commands/freeze-objects.d.ts +0 -8
- package/esm/public/cli/commands/freeze-objects.js +0 -34
- package/esm/public/cli/commands/get-all-objects-from-root.d.ts +0 -8
- package/esm/public/cli/commands/get-all-objects-from-root.js +0 -52
- package/esm/public/cli/commands/get-all-record.d.ts +0 -8
- package/esm/public/cli/commands/get-all-record.js +0 -124
- package/esm/public/cli/commands/get-object-at-path.d.ts +0 -8
- package/esm/public/cli/commands/get-object-at-path.js +0 -47
- package/esm/public/cli/commands/get-path-objects-from-root.d.ts +0 -8
- package/esm/public/cli/commands/get-path-objects-from-root.js +0 -57
- package/esm/public/cli/commands/init-empty-repo.d.ts +0 -8
- package/esm/public/cli/commands/init-empty-repo.js +0 -34
- package/esm/public/cli/commands/insert-node-at-path.d.ts +0 -8
- package/esm/public/cli/commands/insert-node-at-path.js +0 -34
- package/esm/public/cli/commands/object.d.ts +0 -8
- package/esm/public/cli/commands/ref.d.ts +0 -8
- package/esm/public/cli/commands/ref.js +0 -290
- package/esm/public/cli/commands/remove-node-at-path.d.ts +0 -8
- package/esm/public/cli/commands/remove-node-at-path.js +0 -34
- package/esm/public/cli/commands/rev-parse.d.ts +0 -8
- package/esm/public/cli/commands/set-and-commit.d.ts +0 -8
- package/esm/public/cli/commands/set-and-commit.js +0 -34
- package/esm/public/cli/commands/set-data-at-path.d.ts +0 -8
- package/esm/public/cli/commands/set-data-at-path.js +0 -34
- package/esm/public/cli/commands/set-props-and-commit.d.ts +0 -8
- package/esm/public/cli/commands/set-props-and-commit.js +0 -34
- package/esm/public/cli/commands/store.d.ts +0 -8
- package/esm/public/cli/commands/store.js +0 -276
- package/esm/public/cli/commands/update-node-at-path.d.ts +0 -8
- package/esm/public/cli/commands/update-node-at-path.js +0 -34
- package/esm/public/cli/commands/usage-snapshot.d.ts +0 -8
- package/esm/public/cli/commands/usage-snapshot.js +0 -314
- package/esm/public/orm/models/agentMessage.d.ts +0 -54
- package/esm/public/orm/models/agentTask.d.ts +0 -54
- package/esm/public/orm/models/agentThread.d.ts +0 -54
- package/esm/public/orm/models/auditLog.d.ts +0 -54
- package/esm/public/orm/models/commit.d.ts +0 -54
- package/esm/public/orm/models/encryptedSecretsModule.d.ts +0 -54
- package/esm/public/orm/models/getAllRecord.d.ts +0 -30
- package/esm/public/orm/models/getAllRecord.js +0 -55
- package/esm/public/orm/models/object.d.ts +0 -54
- package/esm/public/orm/models/object.js +0 -90
- package/esm/public/orm/models/ref.d.ts +0 -54
- package/esm/public/orm/models/ref.js +0 -100
- package/esm/public/orm/models/store.d.ts +0 -54
- package/esm/public/orm/models/usageSnapshot.d.ts +0 -54
- package/esm/public/orm/models/usageSnapshot.js +0 -100
- package/public/cli/commands/agent-message.d.ts +0 -8
- package/public/cli/commands/agent-message.js +0 -326
- package/public/cli/commands/agent-task.d.ts +0 -8
- package/public/cli/commands/agent-task.js +0 -370
- package/public/cli/commands/agent-thread.d.ts +0 -8
- package/public/cli/commands/agent-thread.js +0 -374
- package/public/cli/commands/audit-log.d.ts +0 -8
- package/public/cli/commands/commit.d.ts +0 -8
- package/public/cli/commands/commit.js +0 -382
- package/public/cli/commands/encrypted-secrets-module.d.ts +0 -8
- package/public/cli/commands/freeze-objects.d.ts +0 -8
- package/public/cli/commands/freeze-objects.js +0 -36
- package/public/cli/commands/get-all-objects-from-root.d.ts +0 -8
- package/public/cli/commands/get-all-objects-from-root.js +0 -54
- package/public/cli/commands/get-all-record.d.ts +0 -8
- package/public/cli/commands/get-all-record.js +0 -126
- package/public/cli/commands/get-object-at-path.d.ts +0 -8
- package/public/cli/commands/get-object-at-path.js +0 -49
- package/public/cli/commands/get-path-objects-from-root.d.ts +0 -8
- package/public/cli/commands/get-path-objects-from-root.js +0 -59
- package/public/cli/commands/init-empty-repo.d.ts +0 -8
- package/public/cli/commands/init-empty-repo.js +0 -36
- package/public/cli/commands/insert-node-at-path.d.ts +0 -8
- package/public/cli/commands/insert-node-at-path.js +0 -36
- package/public/cli/commands/object.d.ts +0 -8
- package/public/cli/commands/ref.d.ts +0 -8
- package/public/cli/commands/ref.js +0 -292
- package/public/cli/commands/remove-node-at-path.d.ts +0 -8
- package/public/cli/commands/remove-node-at-path.js +0 -36
- package/public/cli/commands/rev-parse.d.ts +0 -8
- package/public/cli/commands/set-and-commit.d.ts +0 -8
- package/public/cli/commands/set-and-commit.js +0 -36
- package/public/cli/commands/set-data-at-path.d.ts +0 -8
- package/public/cli/commands/set-data-at-path.js +0 -36
- package/public/cli/commands/set-props-and-commit.d.ts +0 -8
- package/public/cli/commands/set-props-and-commit.js +0 -36
- package/public/cli/commands/store.d.ts +0 -8
- package/public/cli/commands/store.js +0 -278
- package/public/cli/commands/update-node-at-path.d.ts +0 -8
- package/public/cli/commands/update-node-at-path.js +0 -36
- package/public/cli/commands/usage-snapshot.d.ts +0 -8
- package/public/cli/commands/usage-snapshot.js +0 -316
- package/public/orm/models/agentMessage.d.ts +0 -54
- package/public/orm/models/agentTask.d.ts +0 -54
- package/public/orm/models/agentThread.d.ts +0 -54
- package/public/orm/models/auditLog.d.ts +0 -54
- package/public/orm/models/auditLog.js +0 -104
- package/public/orm/models/commit.d.ts +0 -54
- package/public/orm/models/commit.js +0 -104
- package/public/orm/models/encryptedSecretsModule.d.ts +0 -54
- package/public/orm/models/getAllRecord.d.ts +0 -30
- package/public/orm/models/getAllRecord.js +0 -59
- package/public/orm/models/object.d.ts +0 -54
- package/public/orm/models/object.js +0 -94
- package/public/orm/models/ref.d.ts +0 -54
- package/public/orm/models/store.d.ts +0 -54
- package/public/orm/models/store.js +0 -104
- package/public/orm/models/usageSnapshot.d.ts +0 -54
package/esm/public/orm/index.js
CHANGED
|
@@ -6,10 +6,8 @@
|
|
|
6
6
|
import { OrmClient } from './client';
|
|
7
7
|
import { OrgGetManagersRecordModel } from './models/orgGetManagersRecord';
|
|
8
8
|
import { OrgGetSubordinatesRecordModel } from './models/orgGetSubordinatesRecord';
|
|
9
|
-
import { GetAllRecordModel } from './models/getAllRecord';
|
|
10
9
|
import { AppPermissionModel } from './models/appPermission';
|
|
11
10
|
import { OrgPermissionModel } from './models/orgPermission';
|
|
12
|
-
import { ObjectModel } from './models/object';
|
|
13
11
|
import { DatabaseModel } from './models/database';
|
|
14
12
|
import { SchemaModel } from './models/schema';
|
|
15
13
|
import { TableModel } from './models/table';
|
|
@@ -34,6 +32,7 @@ import { RelationProvisionModel } from './models/relationProvision';
|
|
|
34
32
|
import { SessionSecretsModuleModel } from './models/sessionSecretsModule';
|
|
35
33
|
import { IdentityProvidersModuleModel } from './models/identityProvidersModule';
|
|
36
34
|
import { RealtimeModuleModel } from './models/realtimeModule';
|
|
35
|
+
import { ConfigSecretsOrgModuleModel } from './models/configSecretsOrgModule';
|
|
37
36
|
import { SchemaGrantModel } from './models/schemaGrant';
|
|
38
37
|
import { DefaultPrivilegeModel } from './models/defaultPrivilege';
|
|
39
38
|
import { EnumModel } from './models/enum';
|
|
@@ -45,9 +44,11 @@ import { SiteMetadatumModel } from './models/siteMetadatum';
|
|
|
45
44
|
import { SiteModuleModel } from './models/siteModule';
|
|
46
45
|
import { SiteThemeModel } from './models/siteTheme';
|
|
47
46
|
import { CorsSettingModel } from './models/corsSetting';
|
|
47
|
+
import { MerkleStoreModuleModel } from './models/merkleStoreModule';
|
|
48
|
+
import { GraphModuleModel } from './models/graphModule';
|
|
48
49
|
import { TriggerFunctionModel } from './models/triggerFunction';
|
|
49
|
-
import { DatabaseTransferModel } from './models/databaseTransfer';
|
|
50
50
|
import { PartitionModel } from './models/partition';
|
|
51
|
+
import { DatabaseTransferModel } from './models/databaseTransfer';
|
|
51
52
|
import { ApiModel } from './models/api';
|
|
52
53
|
import { SiteModel } from './models/site';
|
|
53
54
|
import { AppModel } from './models/app';
|
|
@@ -58,7 +59,7 @@ import { CryptoAuthModuleModel } from './models/cryptoAuthModule';
|
|
|
58
59
|
import { DefaultIdsModuleModel } from './models/defaultIdsModule';
|
|
59
60
|
import { DenormalizedTableFieldModel } from './models/denormalizedTableField';
|
|
60
61
|
import { EmailsModuleModel } from './models/emailsModule';
|
|
61
|
-
import {
|
|
62
|
+
import { ConfigSecretsUserModuleModel } from './models/configSecretsUserModule';
|
|
62
63
|
import { InvitesModuleModel } from './models/invitesModule';
|
|
63
64
|
import { EventsModuleModel } from './models/eventsModule';
|
|
64
65
|
import { LimitsModuleModel } from './models/limitsModule';
|
|
@@ -79,6 +80,14 @@ import { EntityTypeProvisionModel } from './models/entityTypeProvision';
|
|
|
79
80
|
import { WebauthnCredentialsModuleModel } from './models/webauthnCredentialsModule';
|
|
80
81
|
import { WebauthnAuthModuleModel } from './models/webauthnAuthModule';
|
|
81
82
|
import { NotificationsModuleModel } from './models/notificationsModule';
|
|
83
|
+
import { InferenceLogModuleModel } from './models/inferenceLogModule';
|
|
84
|
+
import { ComputeLogModuleModel } from './models/computeLogModule';
|
|
85
|
+
import { TransferLogModuleModel } from './models/transferLogModule';
|
|
86
|
+
import { StorageLogModuleModel } from './models/storageLogModule';
|
|
87
|
+
import { DbUsageModuleModel } from './models/dbUsageModule';
|
|
88
|
+
import { AgentModuleModel } from './models/agentModule';
|
|
89
|
+
import { NamespaceModuleModel } from './models/namespaceModule';
|
|
90
|
+
import { FunctionModuleModel } from './models/functionModule';
|
|
82
91
|
import { DatabaseProvisionModuleModel } from './models/databaseProvisionModule';
|
|
83
92
|
import { AppAdminGrantModel } from './models/appAdminGrant';
|
|
84
93
|
import { AppOwnerGrantModel } from './models/appOwnerGrant';
|
|
@@ -108,53 +117,46 @@ import { AppInviteModel } from './models/appInvite';
|
|
|
108
117
|
import { AppClaimedInviteModel } from './models/appClaimedInvite';
|
|
109
118
|
import { OrgInviteModel } from './models/orgInvite';
|
|
110
119
|
import { OrgClaimedInviteModel } from './models/orgClaimedInvite';
|
|
111
|
-
import {
|
|
112
|
-
import { AgentThreadModel } from './models/agentThread';
|
|
113
|
-
import { AgentMessageModel } from './models/agentMessage';
|
|
114
|
-
import { AgentTaskModel } from './models/agentTask';
|
|
115
|
-
import { RoleTypeModel } from './models/roleType';
|
|
120
|
+
import { AuditLogAuthModel } from './models/auditLogAuth';
|
|
116
121
|
import { IdentityProviderModel } from './models/identityProvider';
|
|
117
|
-
import { RefModel } from './models/ref';
|
|
118
|
-
import { StoreModel } from './models/store';
|
|
119
122
|
import { AppPermissionDefaultModel } from './models/appPermissionDefault';
|
|
120
|
-
import {
|
|
123
|
+
import { RoleTypeModel } from './models/roleType';
|
|
124
|
+
import { MigrateFileModel } from './models/migrateFile';
|
|
125
|
+
import { DevicesModuleModel } from './models/devicesModule';
|
|
126
|
+
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
127
|
+
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
128
|
+
import { NodeTypeRegistryModel } from './models/nodeTypeRegistry';
|
|
121
129
|
import { AppLimitCapsDefaultModel } from './models/appLimitCapsDefault';
|
|
122
130
|
import { OrgLimitCapsDefaultModel } from './models/orgLimitCapsDefault';
|
|
123
131
|
import { AppLimitCapModel } from './models/appLimitCap';
|
|
124
132
|
import { OrgLimitCapModel } from './models/orgLimitCap';
|
|
125
|
-
import {
|
|
126
|
-
import { MigrateFileModel } from './models/migrateFile';
|
|
127
|
-
import { DevicesModuleModel } from './models/devicesModule';
|
|
128
|
-
import { NodeTypeRegistryModel } from './models/nodeTypeRegistry';
|
|
133
|
+
import { UserConnectedAccountModel } from './models/userConnectedAccount';
|
|
129
134
|
import { AppLimitDefaultModel } from './models/appLimitDefault';
|
|
130
135
|
import { OrgLimitDefaultModel } from './models/orgLimitDefault';
|
|
136
|
+
import { AppLimitCreditCodeModel } from './models/appLimitCreditCode';
|
|
131
137
|
import { AppLimitWarningModel } from './models/appLimitWarning';
|
|
132
|
-
import { UserConnectedAccountModel } from './models/userConnectedAccount';
|
|
133
|
-
import { CommitModel } from './models/commit';
|
|
134
138
|
import { PubkeySettingModel } from './models/pubkeySetting';
|
|
135
139
|
import { RateLimitsModuleModel } from './models/rateLimitsModule';
|
|
136
|
-
import {
|
|
137
|
-
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
138
|
-
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
140
|
+
import { MembershipTypeModel } from './models/membershipType';
|
|
139
141
|
import { RlsSettingModel } from './models/rlsSetting';
|
|
140
|
-
import { AppLimitEventModel } from './models/appLimitEvent';
|
|
141
|
-
import { OrgLimitEventModel } from './models/orgLimitEvent';
|
|
142
142
|
import { RlsModuleModel } from './models/rlsModule';
|
|
143
143
|
import { RateLimitMetersModuleModel } from './models/rateLimitMetersModule';
|
|
144
144
|
import { PlansModuleModel } from './models/plansModule';
|
|
145
145
|
import { SqlActionModel } from './models/sqlAction';
|
|
146
146
|
import { DatabaseSettingModel } from './models/databaseSetting';
|
|
147
|
-
import { BillingModuleModel } from './models/billingModule';
|
|
148
|
-
import { AstMigrationModel } from './models/astMigration';
|
|
149
|
-
import { UserModel } from './models/user';
|
|
150
147
|
import { OrgMembershipSettingModel } from './models/orgMembershipSetting';
|
|
151
|
-
import {
|
|
148
|
+
import { AppLimitEventModel } from './models/appLimitEvent';
|
|
149
|
+
import { OrgLimitEventModel } from './models/orgLimitEvent';
|
|
152
150
|
import { AppMembershipModel } from './models/appMembership';
|
|
151
|
+
import { UserModel } from './models/user';
|
|
152
|
+
import { AstMigrationModel } from './models/astMigration';
|
|
153
|
+
import { WebauthnSettingModel } from './models/webauthnSetting';
|
|
154
|
+
import { BillingModuleModel } from './models/billingModule';
|
|
153
155
|
import { BillingProviderModuleModel } from './models/billingProviderModule';
|
|
154
156
|
import { HierarchyModuleModel } from './models/hierarchyModule';
|
|
155
157
|
import { createQueryOperations } from './query';
|
|
156
158
|
import { createMutationOperations } from './mutation';
|
|
157
|
-
export { GraphQLRequestError } from './client';
|
|
159
|
+
export { GraphQLRequestError, FetchAdapter } from './client';
|
|
158
160
|
export { QueryBuilder } from './query-builder';
|
|
159
161
|
export * from './select-types';
|
|
160
162
|
export * from './models';
|
|
@@ -188,10 +190,8 @@ export function createClient(config) {
|
|
|
188
190
|
return {
|
|
189
191
|
orgGetManagersRecord: new OrgGetManagersRecordModel(client),
|
|
190
192
|
orgGetSubordinatesRecord: new OrgGetSubordinatesRecordModel(client),
|
|
191
|
-
getAllRecord: new GetAllRecordModel(client),
|
|
192
193
|
appPermission: new AppPermissionModel(client),
|
|
193
194
|
orgPermission: new OrgPermissionModel(client),
|
|
194
|
-
object: new ObjectModel(client),
|
|
195
195
|
database: new DatabaseModel(client),
|
|
196
196
|
schema: new SchemaModel(client),
|
|
197
197
|
table: new TableModel(client),
|
|
@@ -216,6 +216,7 @@ export function createClient(config) {
|
|
|
216
216
|
sessionSecretsModule: new SessionSecretsModuleModel(client),
|
|
217
217
|
identityProvidersModule: new IdentityProvidersModuleModel(client),
|
|
218
218
|
realtimeModule: new RealtimeModuleModel(client),
|
|
219
|
+
configSecretsOrgModule: new ConfigSecretsOrgModuleModel(client),
|
|
219
220
|
schemaGrant: new SchemaGrantModel(client),
|
|
220
221
|
defaultPrivilege: new DefaultPrivilegeModel(client),
|
|
221
222
|
enum: new EnumModel(client),
|
|
@@ -227,9 +228,11 @@ export function createClient(config) {
|
|
|
227
228
|
siteModule: new SiteModuleModel(client),
|
|
228
229
|
siteTheme: new SiteThemeModel(client),
|
|
229
230
|
corsSetting: new CorsSettingModel(client),
|
|
231
|
+
merkleStoreModule: new MerkleStoreModuleModel(client),
|
|
232
|
+
graphModule: new GraphModuleModel(client),
|
|
230
233
|
triggerFunction: new TriggerFunctionModel(client),
|
|
231
|
-
databaseTransfer: new DatabaseTransferModel(client),
|
|
232
234
|
partition: new PartitionModel(client),
|
|
235
|
+
databaseTransfer: new DatabaseTransferModel(client),
|
|
233
236
|
api: new ApiModel(client),
|
|
234
237
|
site: new SiteModel(client),
|
|
235
238
|
app: new AppModel(client),
|
|
@@ -240,7 +243,7 @@ export function createClient(config) {
|
|
|
240
243
|
defaultIdsModule: new DefaultIdsModuleModel(client),
|
|
241
244
|
denormalizedTableField: new DenormalizedTableFieldModel(client),
|
|
242
245
|
emailsModule: new EmailsModuleModel(client),
|
|
243
|
-
|
|
246
|
+
configSecretsUserModule: new ConfigSecretsUserModuleModel(client),
|
|
244
247
|
invitesModule: new InvitesModuleModel(client),
|
|
245
248
|
eventsModule: new EventsModuleModel(client),
|
|
246
249
|
limitsModule: new LimitsModuleModel(client),
|
|
@@ -261,6 +264,14 @@ export function createClient(config) {
|
|
|
261
264
|
webauthnCredentialsModule: new WebauthnCredentialsModuleModel(client),
|
|
262
265
|
webauthnAuthModule: new WebauthnAuthModuleModel(client),
|
|
263
266
|
notificationsModule: new NotificationsModuleModel(client),
|
|
267
|
+
inferenceLogModule: new InferenceLogModuleModel(client),
|
|
268
|
+
computeLogModule: new ComputeLogModuleModel(client),
|
|
269
|
+
transferLogModule: new TransferLogModuleModel(client),
|
|
270
|
+
storageLogModule: new StorageLogModuleModel(client),
|
|
271
|
+
dbUsageModule: new DbUsageModuleModel(client),
|
|
272
|
+
agentModule: new AgentModuleModel(client),
|
|
273
|
+
namespaceModule: new NamespaceModuleModel(client),
|
|
274
|
+
functionModule: new FunctionModuleModel(client),
|
|
264
275
|
databaseProvisionModule: new DatabaseProvisionModuleModel(client),
|
|
265
276
|
appAdminGrant: new AppAdminGrantModel(client),
|
|
266
277
|
appOwnerGrant: new AppOwnerGrantModel(client),
|
|
@@ -290,48 +301,41 @@ export function createClient(config) {
|
|
|
290
301
|
appClaimedInvite: new AppClaimedInviteModel(client),
|
|
291
302
|
orgInvite: new OrgInviteModel(client),
|
|
292
303
|
orgClaimedInvite: new OrgClaimedInviteModel(client),
|
|
293
|
-
|
|
294
|
-
agentThread: new AgentThreadModel(client),
|
|
295
|
-
agentMessage: new AgentMessageModel(client),
|
|
296
|
-
agentTask: new AgentTaskModel(client),
|
|
297
|
-
roleType: new RoleTypeModel(client),
|
|
304
|
+
auditLogAuth: new AuditLogAuthModel(client),
|
|
298
305
|
identityProvider: new IdentityProviderModel(client),
|
|
299
|
-
ref: new RefModel(client),
|
|
300
|
-
store: new StoreModel(client),
|
|
301
306
|
appPermissionDefault: new AppPermissionDefaultModel(client),
|
|
302
|
-
|
|
307
|
+
roleType: new RoleTypeModel(client),
|
|
308
|
+
migrateFile: new MigrateFileModel(client),
|
|
309
|
+
devicesModule: new DevicesModuleModel(client),
|
|
310
|
+
appMembershipDefault: new AppMembershipDefaultModel(client),
|
|
311
|
+
orgMembershipDefault: new OrgMembershipDefaultModel(client),
|
|
312
|
+
nodeTypeRegistry: new NodeTypeRegistryModel(client),
|
|
303
313
|
appLimitCapsDefault: new AppLimitCapsDefaultModel(client),
|
|
304
314
|
orgLimitCapsDefault: new OrgLimitCapsDefaultModel(client),
|
|
305
315
|
appLimitCap: new AppLimitCapModel(client),
|
|
306
316
|
orgLimitCap: new OrgLimitCapModel(client),
|
|
307
|
-
|
|
308
|
-
migrateFile: new MigrateFileModel(client),
|
|
309
|
-
devicesModule: new DevicesModuleModel(client),
|
|
310
|
-
nodeTypeRegistry: new NodeTypeRegistryModel(client),
|
|
317
|
+
userConnectedAccount: new UserConnectedAccountModel(client),
|
|
311
318
|
appLimitDefault: new AppLimitDefaultModel(client),
|
|
312
319
|
orgLimitDefault: new OrgLimitDefaultModel(client),
|
|
320
|
+
appLimitCreditCode: new AppLimitCreditCodeModel(client),
|
|
313
321
|
appLimitWarning: new AppLimitWarningModel(client),
|
|
314
|
-
userConnectedAccount: new UserConnectedAccountModel(client),
|
|
315
|
-
commit: new CommitModel(client),
|
|
316
322
|
pubkeySetting: new PubkeySettingModel(client),
|
|
317
323
|
rateLimitsModule: new RateLimitsModuleModel(client),
|
|
318
|
-
|
|
319
|
-
appMembershipDefault: new AppMembershipDefaultModel(client),
|
|
320
|
-
orgMembershipDefault: new OrgMembershipDefaultModel(client),
|
|
324
|
+
membershipType: new MembershipTypeModel(client),
|
|
321
325
|
rlsSetting: new RlsSettingModel(client),
|
|
322
|
-
appLimitEvent: new AppLimitEventModel(client),
|
|
323
|
-
orgLimitEvent: new OrgLimitEventModel(client),
|
|
324
326
|
rlsModule: new RlsModuleModel(client),
|
|
325
327
|
rateLimitMetersModule: new RateLimitMetersModuleModel(client),
|
|
326
328
|
plansModule: new PlansModuleModel(client),
|
|
327
329
|
sqlAction: new SqlActionModel(client),
|
|
328
330
|
databaseSetting: new DatabaseSettingModel(client),
|
|
329
|
-
billingModule: new BillingModuleModel(client),
|
|
330
|
-
astMigration: new AstMigrationModel(client),
|
|
331
|
-
user: new UserModel(client),
|
|
332
331
|
orgMembershipSetting: new OrgMembershipSettingModel(client),
|
|
333
|
-
|
|
332
|
+
appLimitEvent: new AppLimitEventModel(client),
|
|
333
|
+
orgLimitEvent: new OrgLimitEventModel(client),
|
|
334
334
|
appMembership: new AppMembershipModel(client),
|
|
335
|
+
user: new UserModel(client),
|
|
336
|
+
astMigration: new AstMigrationModel(client),
|
|
337
|
+
webauthnSetting: new WebauthnSettingModel(client),
|
|
338
|
+
billingModule: new BillingModuleModel(client),
|
|
335
339
|
billingProviderModule: new BillingProviderModuleModel(client),
|
|
336
340
|
hierarchyModule: new HierarchyModuleModel(client),
|
|
337
341
|
query: createQueryOperations(client),
|