@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/admin/orm/index.d.ts
CHANGED
|
@@ -8,44 +8,43 @@ import { AppLimitCreditCodeItemModel } from './models/appLimitCreditCodeItem';
|
|
|
8
8
|
import { AppLimitCreditModel } from './models/appLimitCredit';
|
|
9
9
|
import { OrgMemberModel } from './models/orgMember';
|
|
10
10
|
import { AppPermissionDefaultModel } from './models/appPermissionDefault';
|
|
11
|
-
import { AppLimitCreditCodeModel } from './models/appLimitCreditCode';
|
|
12
|
-
import { OrgPermissionDefaultModel } from './models/orgPermissionDefault';
|
|
13
11
|
import { AppAdminGrantModel } from './models/appAdminGrant';
|
|
14
12
|
import { AppOwnerGrantModel } from './models/appOwnerGrant';
|
|
13
|
+
import { OrgPermissionDefaultModel } from './models/orgPermissionDefault';
|
|
14
|
+
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
15
|
+
import { OrgAdminGrantModel } from './models/orgAdminGrant';
|
|
16
|
+
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
17
|
+
import { OrgOwnerGrantModel } from './models/orgOwnerGrant';
|
|
15
18
|
import { AppLimitCapsDefaultModel } from './models/appLimitCapsDefault';
|
|
16
19
|
import { OrgLimitCapsDefaultModel } from './models/orgLimitCapsDefault';
|
|
17
20
|
import { AppLimitCapModel } from './models/appLimitCap';
|
|
18
21
|
import { OrgLimitCapModel } from './models/orgLimitCap';
|
|
19
|
-
import {
|
|
20
|
-
import { OrgOwnerGrantModel } from './models/orgOwnerGrant';
|
|
21
|
-
import { MembershipTypeModel } from './models/membershipType';
|
|
22
|
+
import { OrgChartEdgeModel } from './models/orgChartEdge';
|
|
22
23
|
import { AppLimitDefaultModel } from './models/appLimitDefault';
|
|
23
24
|
import { OrgLimitDefaultModel } from './models/orgLimitDefault';
|
|
24
25
|
import { OrgLimitCreditModel } from './models/orgLimitCredit';
|
|
26
|
+
import { AppLimitCreditCodeModel } from './models/appLimitCreditCode';
|
|
25
27
|
import { AppLimitWarningModel } from './models/appLimitWarning';
|
|
26
|
-
import { OrgLimitWarningModel } from './models/orgLimitWarning';
|
|
27
28
|
import { OrgChartEdgeGrantModel } from './models/orgChartEdgeGrant';
|
|
28
29
|
import { AppClaimedInviteModel } from './models/appClaimedInvite';
|
|
30
|
+
import { OrgLimitWarningModel } from './models/orgLimitWarning';
|
|
31
|
+
import { MembershipTypeModel } from './models/membershipType';
|
|
29
32
|
import { AppGrantModel } from './models/appGrant';
|
|
30
|
-
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
31
|
-
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
32
33
|
import { OrgClaimedInviteModel } from './models/orgClaimedInvite';
|
|
34
|
+
import { OrgGrantModel } from './models/orgGrant';
|
|
35
|
+
import { OrgMembershipSettingModel } from './models/orgMembershipSetting';
|
|
33
36
|
import { AppLimitEventModel } from './models/appLimitEvent';
|
|
34
37
|
import { OrgLimitEventModel } from './models/orgLimitEvent';
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import { AppLimitModel } from './models/appLimit';
|
|
38
|
+
import { AppMembershipModel } from './models/appMembership';
|
|
39
|
+
import { OrgMembershipModel } from './models/orgMembership';
|
|
40
|
+
import { OrgMemberProfileModel } from './models/orgMemberProfile';
|
|
39
41
|
import { AppInviteModel } from './models/appInvite';
|
|
40
|
-
import {
|
|
42
|
+
import { AppLimitModel } from './models/appLimit';
|
|
41
43
|
import { OrgLimitAggregateModel } from './models/orgLimitAggregate';
|
|
42
44
|
import { OrgLimitModel } from './models/orgLimit';
|
|
43
|
-
import { OrgMemberProfileModel } from './models/orgMemberProfile';
|
|
44
|
-
import { AppMembershipModel } from './models/appMembership';
|
|
45
45
|
import { OrgInviteModel } from './models/orgInvite';
|
|
46
|
-
import { OrgMembershipModel } from './models/orgMembership';
|
|
47
46
|
export type { OrmClientConfig, QueryResult, GraphQLError, GraphQLAdapter } from './client';
|
|
48
|
-
export { GraphQLRequestError } from './client';
|
|
47
|
+
export { GraphQLRequestError, FetchAdapter } from './client';
|
|
49
48
|
export { QueryBuilder } from './query-builder';
|
|
50
49
|
export * from './select-types';
|
|
51
50
|
export * from './models';
|
|
@@ -84,42 +83,41 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
84
83
|
appLimitCredit: AppLimitCreditModel;
|
|
85
84
|
orgMember: OrgMemberModel;
|
|
86
85
|
appPermissionDefault: AppPermissionDefaultModel;
|
|
87
|
-
appLimitCreditCode: AppLimitCreditCodeModel;
|
|
88
|
-
orgPermissionDefault: OrgPermissionDefaultModel;
|
|
89
86
|
appAdminGrant: AppAdminGrantModel;
|
|
90
87
|
appOwnerGrant: AppOwnerGrantModel;
|
|
88
|
+
orgPermissionDefault: OrgPermissionDefaultModel;
|
|
89
|
+
appMembershipDefault: AppMembershipDefaultModel;
|
|
90
|
+
orgAdminGrant: OrgAdminGrantModel;
|
|
91
|
+
orgMembershipDefault: OrgMembershipDefaultModel;
|
|
92
|
+
orgOwnerGrant: OrgOwnerGrantModel;
|
|
91
93
|
appLimitCapsDefault: AppLimitCapsDefaultModel;
|
|
92
94
|
orgLimitCapsDefault: OrgLimitCapsDefaultModel;
|
|
93
95
|
appLimitCap: AppLimitCapModel;
|
|
94
96
|
orgLimitCap: OrgLimitCapModel;
|
|
95
|
-
|
|
96
|
-
orgOwnerGrant: OrgOwnerGrantModel;
|
|
97
|
-
membershipType: MembershipTypeModel;
|
|
97
|
+
orgChartEdge: OrgChartEdgeModel;
|
|
98
98
|
appLimitDefault: AppLimitDefaultModel;
|
|
99
99
|
orgLimitDefault: OrgLimitDefaultModel;
|
|
100
100
|
orgLimitCredit: OrgLimitCreditModel;
|
|
101
|
+
appLimitCreditCode: AppLimitCreditCodeModel;
|
|
101
102
|
appLimitWarning: AppLimitWarningModel;
|
|
102
|
-
orgLimitWarning: OrgLimitWarningModel;
|
|
103
103
|
orgChartEdgeGrant: OrgChartEdgeGrantModel;
|
|
104
104
|
appClaimedInvite: AppClaimedInviteModel;
|
|
105
|
+
orgLimitWarning: OrgLimitWarningModel;
|
|
106
|
+
membershipType: MembershipTypeModel;
|
|
105
107
|
appGrant: AppGrantModel;
|
|
106
|
-
appMembershipDefault: AppMembershipDefaultModel;
|
|
107
|
-
orgMembershipDefault: OrgMembershipDefaultModel;
|
|
108
108
|
orgClaimedInvite: OrgClaimedInviteModel;
|
|
109
|
+
orgGrant: OrgGrantModel;
|
|
110
|
+
orgMembershipSetting: OrgMembershipSettingModel;
|
|
109
111
|
appLimitEvent: AppLimitEventModel;
|
|
110
112
|
orgLimitEvent: OrgLimitEventModel;
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
appLimit: AppLimitModel;
|
|
113
|
+
appMembership: AppMembershipModel;
|
|
114
|
+
orgMembership: OrgMembershipModel;
|
|
115
|
+
orgMemberProfile: OrgMemberProfileModel;
|
|
115
116
|
appInvite: AppInviteModel;
|
|
116
|
-
|
|
117
|
+
appLimit: AppLimitModel;
|
|
117
118
|
orgLimitAggregate: OrgLimitAggregateModel;
|
|
118
119
|
orgLimit: OrgLimitModel;
|
|
119
|
-
orgMemberProfile: OrgMemberProfileModel;
|
|
120
|
-
appMembership: AppMembershipModel;
|
|
121
120
|
orgInvite: OrgInviteModel;
|
|
122
|
-
orgMembership: OrgMembershipModel;
|
|
123
121
|
query: {
|
|
124
122
|
appPermissionsGetPaddedMask: (args: import("./query").AppPermissionsGetPaddedMaskVariables, options?: {
|
|
125
123
|
select?: Record<string, unknown>;
|
package/admin/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
|
|
@@ -31,46 +31,46 @@ const appLimitCreditCodeItem_1 = require("./models/appLimitCreditCodeItem");
|
|
|
31
31
|
const appLimitCredit_1 = require("./models/appLimitCredit");
|
|
32
32
|
const orgMember_1 = require("./models/orgMember");
|
|
33
33
|
const appPermissionDefault_1 = require("./models/appPermissionDefault");
|
|
34
|
-
const appLimitCreditCode_1 = require("./models/appLimitCreditCode");
|
|
35
|
-
const orgPermissionDefault_1 = require("./models/orgPermissionDefault");
|
|
36
34
|
const appAdminGrant_1 = require("./models/appAdminGrant");
|
|
37
35
|
const appOwnerGrant_1 = require("./models/appOwnerGrant");
|
|
36
|
+
const orgPermissionDefault_1 = require("./models/orgPermissionDefault");
|
|
37
|
+
const appMembershipDefault_1 = require("./models/appMembershipDefault");
|
|
38
|
+
const orgAdminGrant_1 = require("./models/orgAdminGrant");
|
|
39
|
+
const orgMembershipDefault_1 = require("./models/orgMembershipDefault");
|
|
40
|
+
const orgOwnerGrant_1 = require("./models/orgOwnerGrant");
|
|
38
41
|
const appLimitCapsDefault_1 = require("./models/appLimitCapsDefault");
|
|
39
42
|
const orgLimitCapsDefault_1 = require("./models/orgLimitCapsDefault");
|
|
40
43
|
const appLimitCap_1 = require("./models/appLimitCap");
|
|
41
44
|
const orgLimitCap_1 = require("./models/orgLimitCap");
|
|
42
|
-
const
|
|
43
|
-
const orgOwnerGrant_1 = require("./models/orgOwnerGrant");
|
|
44
|
-
const membershipType_1 = require("./models/membershipType");
|
|
45
|
+
const orgChartEdge_1 = require("./models/orgChartEdge");
|
|
45
46
|
const appLimitDefault_1 = require("./models/appLimitDefault");
|
|
46
47
|
const orgLimitDefault_1 = require("./models/orgLimitDefault");
|
|
47
48
|
const orgLimitCredit_1 = require("./models/orgLimitCredit");
|
|
49
|
+
const appLimitCreditCode_1 = require("./models/appLimitCreditCode");
|
|
48
50
|
const appLimitWarning_1 = require("./models/appLimitWarning");
|
|
49
|
-
const orgLimitWarning_1 = require("./models/orgLimitWarning");
|
|
50
51
|
const orgChartEdgeGrant_1 = require("./models/orgChartEdgeGrant");
|
|
51
52
|
const appClaimedInvite_1 = require("./models/appClaimedInvite");
|
|
53
|
+
const orgLimitWarning_1 = require("./models/orgLimitWarning");
|
|
54
|
+
const membershipType_1 = require("./models/membershipType");
|
|
52
55
|
const appGrant_1 = require("./models/appGrant");
|
|
53
|
-
const appMembershipDefault_1 = require("./models/appMembershipDefault");
|
|
54
|
-
const orgMembershipDefault_1 = require("./models/orgMembershipDefault");
|
|
55
56
|
const orgClaimedInvite_1 = require("./models/orgClaimedInvite");
|
|
57
|
+
const orgGrant_1 = require("./models/orgGrant");
|
|
58
|
+
const orgMembershipSetting_1 = require("./models/orgMembershipSetting");
|
|
56
59
|
const appLimitEvent_1 = require("./models/appLimitEvent");
|
|
57
60
|
const orgLimitEvent_1 = require("./models/orgLimitEvent");
|
|
58
|
-
const
|
|
59
|
-
const
|
|
60
|
-
const
|
|
61
|
-
const appLimit_1 = require("./models/appLimit");
|
|
61
|
+
const appMembership_1 = require("./models/appMembership");
|
|
62
|
+
const orgMembership_1 = require("./models/orgMembership");
|
|
63
|
+
const orgMemberProfile_1 = require("./models/orgMemberProfile");
|
|
62
64
|
const appInvite_1 = require("./models/appInvite");
|
|
63
|
-
const
|
|
65
|
+
const appLimit_1 = require("./models/appLimit");
|
|
64
66
|
const orgLimitAggregate_1 = require("./models/orgLimitAggregate");
|
|
65
67
|
const orgLimit_1 = require("./models/orgLimit");
|
|
66
|
-
const orgMemberProfile_1 = require("./models/orgMemberProfile");
|
|
67
|
-
const appMembership_1 = require("./models/appMembership");
|
|
68
68
|
const orgInvite_1 = require("./models/orgInvite");
|
|
69
|
-
const orgMembership_1 = require("./models/orgMembership");
|
|
70
69
|
const query_1 = require("./query");
|
|
71
70
|
const mutation_1 = require("./mutation");
|
|
72
71
|
var client_2 = require("./client");
|
|
73
72
|
Object.defineProperty(exports, "GraphQLRequestError", { enumerable: true, get: function () { return client_2.GraphQLRequestError; } });
|
|
73
|
+
Object.defineProperty(exports, "FetchAdapter", { enumerable: true, get: function () { return client_2.FetchAdapter; } });
|
|
74
74
|
var query_builder_1 = require("./query-builder");
|
|
75
75
|
Object.defineProperty(exports, "QueryBuilder", { enumerable: true, get: function () { return query_builder_1.QueryBuilder; } });
|
|
76
76
|
__exportStar(require("./select-types"), exports);
|
|
@@ -114,42 +114,41 @@ function createClient(config) {
|
|
|
114
114
|
appLimitCredit: new appLimitCredit_1.AppLimitCreditModel(client),
|
|
115
115
|
orgMember: new orgMember_1.OrgMemberModel(client),
|
|
116
116
|
appPermissionDefault: new appPermissionDefault_1.AppPermissionDefaultModel(client),
|
|
117
|
-
appLimitCreditCode: new appLimitCreditCode_1.AppLimitCreditCodeModel(client),
|
|
118
|
-
orgPermissionDefault: new orgPermissionDefault_1.OrgPermissionDefaultModel(client),
|
|
119
117
|
appAdminGrant: new appAdminGrant_1.AppAdminGrantModel(client),
|
|
120
118
|
appOwnerGrant: new appOwnerGrant_1.AppOwnerGrantModel(client),
|
|
119
|
+
orgPermissionDefault: new orgPermissionDefault_1.OrgPermissionDefaultModel(client),
|
|
120
|
+
appMembershipDefault: new appMembershipDefault_1.AppMembershipDefaultModel(client),
|
|
121
|
+
orgAdminGrant: new orgAdminGrant_1.OrgAdminGrantModel(client),
|
|
122
|
+
orgMembershipDefault: new orgMembershipDefault_1.OrgMembershipDefaultModel(client),
|
|
123
|
+
orgOwnerGrant: new orgOwnerGrant_1.OrgOwnerGrantModel(client),
|
|
121
124
|
appLimitCapsDefault: new appLimitCapsDefault_1.AppLimitCapsDefaultModel(client),
|
|
122
125
|
orgLimitCapsDefault: new orgLimitCapsDefault_1.OrgLimitCapsDefaultModel(client),
|
|
123
126
|
appLimitCap: new appLimitCap_1.AppLimitCapModel(client),
|
|
124
127
|
orgLimitCap: new orgLimitCap_1.OrgLimitCapModel(client),
|
|
125
|
-
|
|
126
|
-
orgOwnerGrant: new orgOwnerGrant_1.OrgOwnerGrantModel(client),
|
|
127
|
-
membershipType: new membershipType_1.MembershipTypeModel(client),
|
|
128
|
+
orgChartEdge: new orgChartEdge_1.OrgChartEdgeModel(client),
|
|
128
129
|
appLimitDefault: new appLimitDefault_1.AppLimitDefaultModel(client),
|
|
129
130
|
orgLimitDefault: new orgLimitDefault_1.OrgLimitDefaultModel(client),
|
|
130
131
|
orgLimitCredit: new orgLimitCredit_1.OrgLimitCreditModel(client),
|
|
132
|
+
appLimitCreditCode: new appLimitCreditCode_1.AppLimitCreditCodeModel(client),
|
|
131
133
|
appLimitWarning: new appLimitWarning_1.AppLimitWarningModel(client),
|
|
132
|
-
orgLimitWarning: new orgLimitWarning_1.OrgLimitWarningModel(client),
|
|
133
134
|
orgChartEdgeGrant: new orgChartEdgeGrant_1.OrgChartEdgeGrantModel(client),
|
|
134
135
|
appClaimedInvite: new appClaimedInvite_1.AppClaimedInviteModel(client),
|
|
136
|
+
orgLimitWarning: new orgLimitWarning_1.OrgLimitWarningModel(client),
|
|
137
|
+
membershipType: new membershipType_1.MembershipTypeModel(client),
|
|
135
138
|
appGrant: new appGrant_1.AppGrantModel(client),
|
|
136
|
-
appMembershipDefault: new appMembershipDefault_1.AppMembershipDefaultModel(client),
|
|
137
|
-
orgMembershipDefault: new orgMembershipDefault_1.OrgMembershipDefaultModel(client),
|
|
138
139
|
orgClaimedInvite: new orgClaimedInvite_1.OrgClaimedInviteModel(client),
|
|
140
|
+
orgGrant: new orgGrant_1.OrgGrantModel(client),
|
|
141
|
+
orgMembershipSetting: new orgMembershipSetting_1.OrgMembershipSettingModel(client),
|
|
139
142
|
appLimitEvent: new appLimitEvent_1.AppLimitEventModel(client),
|
|
140
143
|
orgLimitEvent: new orgLimitEvent_1.OrgLimitEventModel(client),
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
appLimit: new appLimit_1.AppLimitModel(client),
|
|
144
|
+
appMembership: new appMembership_1.AppMembershipModel(client),
|
|
145
|
+
orgMembership: new orgMembership_1.OrgMembershipModel(client),
|
|
146
|
+
orgMemberProfile: new orgMemberProfile_1.OrgMemberProfileModel(client),
|
|
145
147
|
appInvite: new appInvite_1.AppInviteModel(client),
|
|
146
|
-
|
|
148
|
+
appLimit: new appLimit_1.AppLimitModel(client),
|
|
147
149
|
orgLimitAggregate: new orgLimitAggregate_1.OrgLimitAggregateModel(client),
|
|
148
150
|
orgLimit: new orgLimit_1.OrgLimitModel(client),
|
|
149
|
-
orgMemberProfile: new orgMemberProfile_1.OrgMemberProfileModel(client),
|
|
150
|
-
appMembership: new appMembership_1.AppMembershipModel(client),
|
|
151
151
|
orgInvite: new orgInvite_1.OrgInviteModel(client),
|
|
152
|
-
orgMembership: new orgMembership_1.OrgMembershipModel(client),
|
|
153
152
|
query: (0, query_1.createQueryOperations)(client),
|
|
154
153
|
mutation: (0, mutation_1.createMutationOperations)(client),
|
|
155
154
|
};
|