@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/public/orm/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.createMutationOperations = exports.createQueryOperations = exports.QueryBuilder = exports.GraphQLRequestError = void 0;
|
|
17
|
+
exports.createMutationOperations = exports.createQueryOperations = exports.QueryBuilder = exports.FetchAdapter = exports.GraphQLRequestError = void 0;
|
|
18
18
|
exports.createClient = createClient;
|
|
19
19
|
/**
|
|
20
20
|
* ORM Client - createClient factory
|
|
@@ -24,10 +24,8 @@ exports.createClient = createClient;
|
|
|
24
24
|
const client_1 = require("./client");
|
|
25
25
|
const orgGetManagersRecord_1 = require("./models/orgGetManagersRecord");
|
|
26
26
|
const orgGetSubordinatesRecord_1 = require("./models/orgGetSubordinatesRecord");
|
|
27
|
-
const getAllRecord_1 = require("./models/getAllRecord");
|
|
28
27
|
const appPermission_1 = require("./models/appPermission");
|
|
29
28
|
const orgPermission_1 = require("./models/orgPermission");
|
|
30
|
-
const object_1 = require("./models/object");
|
|
31
29
|
const database_1 = require("./models/database");
|
|
32
30
|
const schema_1 = require("./models/schema");
|
|
33
31
|
const table_1 = require("./models/table");
|
|
@@ -52,6 +50,7 @@ const relationProvision_1 = require("./models/relationProvision");
|
|
|
52
50
|
const sessionSecretsModule_1 = require("./models/sessionSecretsModule");
|
|
53
51
|
const identityProvidersModule_1 = require("./models/identityProvidersModule");
|
|
54
52
|
const realtimeModule_1 = require("./models/realtimeModule");
|
|
53
|
+
const configSecretsOrgModule_1 = require("./models/configSecretsOrgModule");
|
|
55
54
|
const schemaGrant_1 = require("./models/schemaGrant");
|
|
56
55
|
const defaultPrivilege_1 = require("./models/defaultPrivilege");
|
|
57
56
|
const enum_1 = require("./models/enum");
|
|
@@ -63,9 +62,11 @@ const siteMetadatum_1 = require("./models/siteMetadatum");
|
|
|
63
62
|
const siteModule_1 = require("./models/siteModule");
|
|
64
63
|
const siteTheme_1 = require("./models/siteTheme");
|
|
65
64
|
const corsSetting_1 = require("./models/corsSetting");
|
|
65
|
+
const merkleStoreModule_1 = require("./models/merkleStoreModule");
|
|
66
|
+
const graphModule_1 = require("./models/graphModule");
|
|
66
67
|
const triggerFunction_1 = require("./models/triggerFunction");
|
|
67
|
-
const databaseTransfer_1 = require("./models/databaseTransfer");
|
|
68
68
|
const partition_1 = require("./models/partition");
|
|
69
|
+
const databaseTransfer_1 = require("./models/databaseTransfer");
|
|
69
70
|
const api_1 = require("./models/api");
|
|
70
71
|
const site_1 = require("./models/site");
|
|
71
72
|
const app_1 = require("./models/app");
|
|
@@ -76,7 +77,7 @@ const cryptoAuthModule_1 = require("./models/cryptoAuthModule");
|
|
|
76
77
|
const defaultIdsModule_1 = require("./models/defaultIdsModule");
|
|
77
78
|
const denormalizedTableField_1 = require("./models/denormalizedTableField");
|
|
78
79
|
const emailsModule_1 = require("./models/emailsModule");
|
|
79
|
-
const
|
|
80
|
+
const configSecretsUserModule_1 = require("./models/configSecretsUserModule");
|
|
80
81
|
const invitesModule_1 = require("./models/invitesModule");
|
|
81
82
|
const eventsModule_1 = require("./models/eventsModule");
|
|
82
83
|
const limitsModule_1 = require("./models/limitsModule");
|
|
@@ -97,6 +98,14 @@ const entityTypeProvision_1 = require("./models/entityTypeProvision");
|
|
|
97
98
|
const webauthnCredentialsModule_1 = require("./models/webauthnCredentialsModule");
|
|
98
99
|
const webauthnAuthModule_1 = require("./models/webauthnAuthModule");
|
|
99
100
|
const notificationsModule_1 = require("./models/notificationsModule");
|
|
101
|
+
const inferenceLogModule_1 = require("./models/inferenceLogModule");
|
|
102
|
+
const computeLogModule_1 = require("./models/computeLogModule");
|
|
103
|
+
const transferLogModule_1 = require("./models/transferLogModule");
|
|
104
|
+
const storageLogModule_1 = require("./models/storageLogModule");
|
|
105
|
+
const dbUsageModule_1 = require("./models/dbUsageModule");
|
|
106
|
+
const agentModule_1 = require("./models/agentModule");
|
|
107
|
+
const namespaceModule_1 = require("./models/namespaceModule");
|
|
108
|
+
const functionModule_1 = require("./models/functionModule");
|
|
100
109
|
const databaseProvisionModule_1 = require("./models/databaseProvisionModule");
|
|
101
110
|
const appAdminGrant_1 = require("./models/appAdminGrant");
|
|
102
111
|
const appOwnerGrant_1 = require("./models/appOwnerGrant");
|
|
@@ -126,54 +135,48 @@ const appInvite_1 = require("./models/appInvite");
|
|
|
126
135
|
const appClaimedInvite_1 = require("./models/appClaimedInvite");
|
|
127
136
|
const orgInvite_1 = require("./models/orgInvite");
|
|
128
137
|
const orgClaimedInvite_1 = require("./models/orgClaimedInvite");
|
|
129
|
-
const
|
|
130
|
-
const agentThread_1 = require("./models/agentThread");
|
|
131
|
-
const agentMessage_1 = require("./models/agentMessage");
|
|
132
|
-
const agentTask_1 = require("./models/agentTask");
|
|
133
|
-
const roleType_1 = require("./models/roleType");
|
|
138
|
+
const auditLogAuth_1 = require("./models/auditLogAuth");
|
|
134
139
|
const identityProvider_1 = require("./models/identityProvider");
|
|
135
|
-
const ref_1 = require("./models/ref");
|
|
136
|
-
const store_1 = require("./models/store");
|
|
137
140
|
const appPermissionDefault_1 = require("./models/appPermissionDefault");
|
|
138
|
-
const
|
|
141
|
+
const roleType_1 = require("./models/roleType");
|
|
142
|
+
const migrateFile_1 = require("./models/migrateFile");
|
|
143
|
+
const devicesModule_1 = require("./models/devicesModule");
|
|
144
|
+
const appMembershipDefault_1 = require("./models/appMembershipDefault");
|
|
145
|
+
const orgMembershipDefault_1 = require("./models/orgMembershipDefault");
|
|
146
|
+
const nodeTypeRegistry_1 = require("./models/nodeTypeRegistry");
|
|
139
147
|
const appLimitCapsDefault_1 = require("./models/appLimitCapsDefault");
|
|
140
148
|
const orgLimitCapsDefault_1 = require("./models/orgLimitCapsDefault");
|
|
141
149
|
const appLimitCap_1 = require("./models/appLimitCap");
|
|
142
150
|
const orgLimitCap_1 = require("./models/orgLimitCap");
|
|
143
|
-
const
|
|
144
|
-
const migrateFile_1 = require("./models/migrateFile");
|
|
145
|
-
const devicesModule_1 = require("./models/devicesModule");
|
|
146
|
-
const nodeTypeRegistry_1 = require("./models/nodeTypeRegistry");
|
|
151
|
+
const userConnectedAccount_1 = require("./models/userConnectedAccount");
|
|
147
152
|
const appLimitDefault_1 = require("./models/appLimitDefault");
|
|
148
153
|
const orgLimitDefault_1 = require("./models/orgLimitDefault");
|
|
154
|
+
const appLimitCreditCode_1 = require("./models/appLimitCreditCode");
|
|
149
155
|
const appLimitWarning_1 = require("./models/appLimitWarning");
|
|
150
|
-
const userConnectedAccount_1 = require("./models/userConnectedAccount");
|
|
151
|
-
const commit_1 = require("./models/commit");
|
|
152
156
|
const pubkeySetting_1 = require("./models/pubkeySetting");
|
|
153
157
|
const rateLimitsModule_1 = require("./models/rateLimitsModule");
|
|
154
|
-
const
|
|
155
|
-
const appMembershipDefault_1 = require("./models/appMembershipDefault");
|
|
156
|
-
const orgMembershipDefault_1 = require("./models/orgMembershipDefault");
|
|
158
|
+
const membershipType_1 = require("./models/membershipType");
|
|
157
159
|
const rlsSetting_1 = require("./models/rlsSetting");
|
|
158
|
-
const appLimitEvent_1 = require("./models/appLimitEvent");
|
|
159
|
-
const orgLimitEvent_1 = require("./models/orgLimitEvent");
|
|
160
160
|
const rlsModule_1 = require("./models/rlsModule");
|
|
161
161
|
const rateLimitMetersModule_1 = require("./models/rateLimitMetersModule");
|
|
162
162
|
const plansModule_1 = require("./models/plansModule");
|
|
163
163
|
const sqlAction_1 = require("./models/sqlAction");
|
|
164
164
|
const databaseSetting_1 = require("./models/databaseSetting");
|
|
165
|
-
const billingModule_1 = require("./models/billingModule");
|
|
166
|
-
const astMigration_1 = require("./models/astMigration");
|
|
167
|
-
const user_1 = require("./models/user");
|
|
168
165
|
const orgMembershipSetting_1 = require("./models/orgMembershipSetting");
|
|
169
|
-
const
|
|
166
|
+
const appLimitEvent_1 = require("./models/appLimitEvent");
|
|
167
|
+
const orgLimitEvent_1 = require("./models/orgLimitEvent");
|
|
170
168
|
const appMembership_1 = require("./models/appMembership");
|
|
169
|
+
const user_1 = require("./models/user");
|
|
170
|
+
const astMigration_1 = require("./models/astMigration");
|
|
171
|
+
const webauthnSetting_1 = require("./models/webauthnSetting");
|
|
172
|
+
const billingModule_1 = require("./models/billingModule");
|
|
171
173
|
const billingProviderModule_1 = require("./models/billingProviderModule");
|
|
172
174
|
const hierarchyModule_1 = require("./models/hierarchyModule");
|
|
173
175
|
const query_1 = require("./query");
|
|
174
176
|
const mutation_1 = require("./mutation");
|
|
175
177
|
var client_2 = require("./client");
|
|
176
178
|
Object.defineProperty(exports, "GraphQLRequestError", { enumerable: true, get: function () { return client_2.GraphQLRequestError; } });
|
|
179
|
+
Object.defineProperty(exports, "FetchAdapter", { enumerable: true, get: function () { return client_2.FetchAdapter; } });
|
|
177
180
|
var query_builder_1 = require("./query-builder");
|
|
178
181
|
Object.defineProperty(exports, "QueryBuilder", { enumerable: true, get: function () { return query_builder_1.QueryBuilder; } });
|
|
179
182
|
__exportStar(require("./select-types"), exports);
|
|
@@ -210,10 +213,8 @@ function createClient(config) {
|
|
|
210
213
|
return {
|
|
211
214
|
orgGetManagersRecord: new orgGetManagersRecord_1.OrgGetManagersRecordModel(client),
|
|
212
215
|
orgGetSubordinatesRecord: new orgGetSubordinatesRecord_1.OrgGetSubordinatesRecordModel(client),
|
|
213
|
-
getAllRecord: new getAllRecord_1.GetAllRecordModel(client),
|
|
214
216
|
appPermission: new appPermission_1.AppPermissionModel(client),
|
|
215
217
|
orgPermission: new orgPermission_1.OrgPermissionModel(client),
|
|
216
|
-
object: new object_1.ObjectModel(client),
|
|
217
218
|
database: new database_1.DatabaseModel(client),
|
|
218
219
|
schema: new schema_1.SchemaModel(client),
|
|
219
220
|
table: new table_1.TableModel(client),
|
|
@@ -238,6 +239,7 @@ function createClient(config) {
|
|
|
238
239
|
sessionSecretsModule: new sessionSecretsModule_1.SessionSecretsModuleModel(client),
|
|
239
240
|
identityProvidersModule: new identityProvidersModule_1.IdentityProvidersModuleModel(client),
|
|
240
241
|
realtimeModule: new realtimeModule_1.RealtimeModuleModel(client),
|
|
242
|
+
configSecretsOrgModule: new configSecretsOrgModule_1.ConfigSecretsOrgModuleModel(client),
|
|
241
243
|
schemaGrant: new schemaGrant_1.SchemaGrantModel(client),
|
|
242
244
|
defaultPrivilege: new defaultPrivilege_1.DefaultPrivilegeModel(client),
|
|
243
245
|
enum: new enum_1.EnumModel(client),
|
|
@@ -249,9 +251,11 @@ function createClient(config) {
|
|
|
249
251
|
siteModule: new siteModule_1.SiteModuleModel(client),
|
|
250
252
|
siteTheme: new siteTheme_1.SiteThemeModel(client),
|
|
251
253
|
corsSetting: new corsSetting_1.CorsSettingModel(client),
|
|
254
|
+
merkleStoreModule: new merkleStoreModule_1.MerkleStoreModuleModel(client),
|
|
255
|
+
graphModule: new graphModule_1.GraphModuleModel(client),
|
|
252
256
|
triggerFunction: new triggerFunction_1.TriggerFunctionModel(client),
|
|
253
|
-
databaseTransfer: new databaseTransfer_1.DatabaseTransferModel(client),
|
|
254
257
|
partition: new partition_1.PartitionModel(client),
|
|
258
|
+
databaseTransfer: new databaseTransfer_1.DatabaseTransferModel(client),
|
|
255
259
|
api: new api_1.ApiModel(client),
|
|
256
260
|
site: new site_1.SiteModel(client),
|
|
257
261
|
app: new app_1.AppModel(client),
|
|
@@ -262,7 +266,7 @@ function createClient(config) {
|
|
|
262
266
|
defaultIdsModule: new defaultIdsModule_1.DefaultIdsModuleModel(client),
|
|
263
267
|
denormalizedTableField: new denormalizedTableField_1.DenormalizedTableFieldModel(client),
|
|
264
268
|
emailsModule: new emailsModule_1.EmailsModuleModel(client),
|
|
265
|
-
|
|
269
|
+
configSecretsUserModule: new configSecretsUserModule_1.ConfigSecretsUserModuleModel(client),
|
|
266
270
|
invitesModule: new invitesModule_1.InvitesModuleModel(client),
|
|
267
271
|
eventsModule: new eventsModule_1.EventsModuleModel(client),
|
|
268
272
|
limitsModule: new limitsModule_1.LimitsModuleModel(client),
|
|
@@ -283,6 +287,14 @@ function createClient(config) {
|
|
|
283
287
|
webauthnCredentialsModule: new webauthnCredentialsModule_1.WebauthnCredentialsModuleModel(client),
|
|
284
288
|
webauthnAuthModule: new webauthnAuthModule_1.WebauthnAuthModuleModel(client),
|
|
285
289
|
notificationsModule: new notificationsModule_1.NotificationsModuleModel(client),
|
|
290
|
+
inferenceLogModule: new inferenceLogModule_1.InferenceLogModuleModel(client),
|
|
291
|
+
computeLogModule: new computeLogModule_1.ComputeLogModuleModel(client),
|
|
292
|
+
transferLogModule: new transferLogModule_1.TransferLogModuleModel(client),
|
|
293
|
+
storageLogModule: new storageLogModule_1.StorageLogModuleModel(client),
|
|
294
|
+
dbUsageModule: new dbUsageModule_1.DbUsageModuleModel(client),
|
|
295
|
+
agentModule: new agentModule_1.AgentModuleModel(client),
|
|
296
|
+
namespaceModule: new namespaceModule_1.NamespaceModuleModel(client),
|
|
297
|
+
functionModule: new functionModule_1.FunctionModuleModel(client),
|
|
286
298
|
databaseProvisionModule: new databaseProvisionModule_1.DatabaseProvisionModuleModel(client),
|
|
287
299
|
appAdminGrant: new appAdminGrant_1.AppAdminGrantModel(client),
|
|
288
300
|
appOwnerGrant: new appOwnerGrant_1.AppOwnerGrantModel(client),
|
|
@@ -312,48 +324,41 @@ function createClient(config) {
|
|
|
312
324
|
appClaimedInvite: new appClaimedInvite_1.AppClaimedInviteModel(client),
|
|
313
325
|
orgInvite: new orgInvite_1.OrgInviteModel(client),
|
|
314
326
|
orgClaimedInvite: new orgClaimedInvite_1.OrgClaimedInviteModel(client),
|
|
315
|
-
|
|
316
|
-
agentThread: new agentThread_1.AgentThreadModel(client),
|
|
317
|
-
agentMessage: new agentMessage_1.AgentMessageModel(client),
|
|
318
|
-
agentTask: new agentTask_1.AgentTaskModel(client),
|
|
319
|
-
roleType: new roleType_1.RoleTypeModel(client),
|
|
327
|
+
auditLogAuth: new auditLogAuth_1.AuditLogAuthModel(client),
|
|
320
328
|
identityProvider: new identityProvider_1.IdentityProviderModel(client),
|
|
321
|
-
ref: new ref_1.RefModel(client),
|
|
322
|
-
store: new store_1.StoreModel(client),
|
|
323
329
|
appPermissionDefault: new appPermissionDefault_1.AppPermissionDefaultModel(client),
|
|
324
|
-
|
|
330
|
+
roleType: new roleType_1.RoleTypeModel(client),
|
|
331
|
+
migrateFile: new migrateFile_1.MigrateFileModel(client),
|
|
332
|
+
devicesModule: new devicesModule_1.DevicesModuleModel(client),
|
|
333
|
+
appMembershipDefault: new appMembershipDefault_1.AppMembershipDefaultModel(client),
|
|
334
|
+
orgMembershipDefault: new orgMembershipDefault_1.OrgMembershipDefaultModel(client),
|
|
335
|
+
nodeTypeRegistry: new nodeTypeRegistry_1.NodeTypeRegistryModel(client),
|
|
325
336
|
appLimitCapsDefault: new appLimitCapsDefault_1.AppLimitCapsDefaultModel(client),
|
|
326
337
|
orgLimitCapsDefault: new orgLimitCapsDefault_1.OrgLimitCapsDefaultModel(client),
|
|
327
338
|
appLimitCap: new appLimitCap_1.AppLimitCapModel(client),
|
|
328
339
|
orgLimitCap: new orgLimitCap_1.OrgLimitCapModel(client),
|
|
329
|
-
|
|
330
|
-
migrateFile: new migrateFile_1.MigrateFileModel(client),
|
|
331
|
-
devicesModule: new devicesModule_1.DevicesModuleModel(client),
|
|
332
|
-
nodeTypeRegistry: new nodeTypeRegistry_1.NodeTypeRegistryModel(client),
|
|
340
|
+
userConnectedAccount: new userConnectedAccount_1.UserConnectedAccountModel(client),
|
|
333
341
|
appLimitDefault: new appLimitDefault_1.AppLimitDefaultModel(client),
|
|
334
342
|
orgLimitDefault: new orgLimitDefault_1.OrgLimitDefaultModel(client),
|
|
343
|
+
appLimitCreditCode: new appLimitCreditCode_1.AppLimitCreditCodeModel(client),
|
|
335
344
|
appLimitWarning: new appLimitWarning_1.AppLimitWarningModel(client),
|
|
336
|
-
userConnectedAccount: new userConnectedAccount_1.UserConnectedAccountModel(client),
|
|
337
|
-
commit: new commit_1.CommitModel(client),
|
|
338
345
|
pubkeySetting: new pubkeySetting_1.PubkeySettingModel(client),
|
|
339
346
|
rateLimitsModule: new rateLimitsModule_1.RateLimitsModuleModel(client),
|
|
340
|
-
|
|
341
|
-
appMembershipDefault: new appMembershipDefault_1.AppMembershipDefaultModel(client),
|
|
342
|
-
orgMembershipDefault: new orgMembershipDefault_1.OrgMembershipDefaultModel(client),
|
|
347
|
+
membershipType: new membershipType_1.MembershipTypeModel(client),
|
|
343
348
|
rlsSetting: new rlsSetting_1.RlsSettingModel(client),
|
|
344
|
-
appLimitEvent: new appLimitEvent_1.AppLimitEventModel(client),
|
|
345
|
-
orgLimitEvent: new orgLimitEvent_1.OrgLimitEventModel(client),
|
|
346
349
|
rlsModule: new rlsModule_1.RlsModuleModel(client),
|
|
347
350
|
rateLimitMetersModule: new rateLimitMetersModule_1.RateLimitMetersModuleModel(client),
|
|
348
351
|
plansModule: new plansModule_1.PlansModuleModel(client),
|
|
349
352
|
sqlAction: new sqlAction_1.SqlActionModel(client),
|
|
350
353
|
databaseSetting: new databaseSetting_1.DatabaseSettingModel(client),
|
|
351
|
-
billingModule: new billingModule_1.BillingModuleModel(client),
|
|
352
|
-
astMigration: new astMigration_1.AstMigrationModel(client),
|
|
353
|
-
user: new user_1.UserModel(client),
|
|
354
354
|
orgMembershipSetting: new orgMembershipSetting_1.OrgMembershipSettingModel(client),
|
|
355
|
-
|
|
355
|
+
appLimitEvent: new appLimitEvent_1.AppLimitEventModel(client),
|
|
356
|
+
orgLimitEvent: new orgLimitEvent_1.OrgLimitEventModel(client),
|
|
356
357
|
appMembership: new appMembership_1.AppMembershipModel(client),
|
|
358
|
+
user: new user_1.UserModel(client),
|
|
359
|
+
astMigration: new astMigration_1.AstMigrationModel(client),
|
|
360
|
+
webauthnSetting: new webauthnSetting_1.WebauthnSettingModel(client),
|
|
361
|
+
billingModule: new billingModule_1.BillingModuleModel(client),
|
|
357
362
|
billingProviderModule: new billingProviderModule_1.BillingProviderModuleModel(client),
|
|
358
363
|
hierarchyModule: new hierarchyModule_1.HierarchyModuleModel(client),
|
|
359
364
|
query: (0, query_1.createQueryOperations)(client),
|