@constructive-sdk/cli 0.25.16 → 0.25.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/admin/orm/models/appAdminGrant.js +1 -1
- package/admin/orm/models/appClaimedInvite.js +1 -1
- package/admin/orm/models/appGrant.js +1 -1
- package/admin/orm/models/appInvite.js +1 -1
- package/admin/orm/models/appMembership.js +1 -1
- package/admin/orm/models/appMembershipDefault.js +1 -1
- package/admin/orm/models/appOwnerGrant.js +1 -1
- package/admin/orm/models/appPermission.js +1 -1
- package/admin/orm/models/appPermissionDefault.js +1 -1
- package/admin/orm/models/appPermissionDefaultGrant.js +1 -1
- package/admin/orm/models/appPermissionDefaultPermission.js +1 -1
- package/admin/orm/models/membershipType.js +1 -1
- package/admin/orm/models/orgAdminGrant.js +1 -1
- package/admin/orm/models/orgChartEdge.js +1 -1
- package/admin/orm/models/orgChartEdgeGrant.js +1 -1
- package/admin/orm/models/orgClaimedInvite.js +1 -1
- package/admin/orm/models/orgGrant.js +1 -1
- package/admin/orm/models/orgInvite.js +1 -1
- package/admin/orm/models/orgMember.js +1 -1
- package/admin/orm/models/orgMemberProfile.js +1 -1
- package/admin/orm/models/orgMembership.js +1 -1
- package/admin/orm/models/orgMembershipDefault.js +1 -1
- package/admin/orm/models/orgMembershipSetting.js +1 -1
- package/admin/orm/models/orgOwnerGrant.js +1 -1
- package/admin/orm/models/orgPermission.js +1 -1
- package/admin/orm/models/orgPermissionDefault.js +1 -1
- package/admin/orm/models/orgPermissionDefaultGrant.js +1 -1
- package/admin/orm/models/orgPermissionDefaultPermission.js +1 -1
- package/admin/orm/query-builder.d.ts +1 -1
- package/admin/orm/query-builder.js +2 -1
- package/agent/orm/input-types.d.ts +14 -2
- package/agent/orm/models/agent.js +1 -1
- package/agent/orm/models/agentMessage.js +1 -1
- package/agent/orm/models/agentPersona.js +1 -1
- package/agent/orm/models/agentPlan.js +1 -1
- package/agent/orm/models/agentPrompt.js +1 -1
- package/agent/orm/models/agentResource.js +1 -1
- package/agent/orm/models/agentResourceChunk.js +1 -1
- package/agent/orm/models/agentTask.js +1 -1
- package/agent/orm/models/agentThread.js +1 -1
- package/agent/orm/query-builder.d.ts +1 -1
- package/agent/orm/query-builder.js +2 -1
- package/api/cli/commands/schema.js +22 -0
- package/api/orm/input-types.d.ts +36 -1
- package/api/orm/models/api.js +1 -1
- package/api/orm/models/apiModule.js +1 -1
- package/api/orm/models/apiSchema.js +1 -1
- package/api/orm/models/apiSetting.js +1 -1
- package/api/orm/models/app.js +1 -1
- package/api/orm/models/checkConstraint.js +1 -1
- package/api/orm/models/compositeType.js +1 -1
- package/api/orm/models/corsSetting.js +1 -1
- package/api/orm/models/database.js +1 -1
- package/api/orm/models/databaseSetting.js +1 -1
- package/api/orm/models/databaseTransfer.js +1 -1
- package/api/orm/models/defaultPrivilege.js +1 -1
- package/api/orm/models/domain.js +1 -1
- package/api/orm/models/embeddingChunk.js +1 -1
- package/api/orm/models/enum.js +1 -1
- package/api/orm/models/field.js +1 -1
- package/api/orm/models/foreignKeyConstraint.js +1 -1
- package/api/orm/models/fullTextSearch.js +1 -1
- package/api/orm/models/function.js +1 -1
- package/api/orm/models/indexModel.js +1 -1
- package/api/orm/models/nodeTypeRegistry.js +1 -1
- package/api/orm/models/partition.js +1 -1
- package/api/orm/models/policy.js +1 -1
- package/api/orm/models/primaryKeyConstraint.js +1 -1
- package/api/orm/models/pubkeySetting.js +1 -1
- package/api/orm/models/rlsSetting.js +1 -1
- package/api/orm/models/schema.js +1 -1
- package/api/orm/models/schemaGrant.js +1 -1
- package/api/orm/models/site.js +1 -1
- package/api/orm/models/siteMetadatum.js +1 -1
- package/api/orm/models/siteModule.js +1 -1
- package/api/orm/models/siteTheme.js +1 -1
- package/api/orm/models/spatialRelation.js +1 -1
- package/api/orm/models/table.js +1 -1
- package/api/orm/models/tableGrant.js +1 -1
- package/api/orm/models/trigger.js +1 -1
- package/api/orm/models/triggerFunction.js +1 -1
- package/api/orm/models/uniqueConstraint.js +1 -1
- package/api/orm/models/view.js +1 -1
- package/api/orm/models/viewGrant.js +1 -1
- package/api/orm/models/viewRule.js +1 -1
- package/api/orm/models/viewTable.js +1 -1
- package/api/orm/models/webauthnSetting.js +1 -1
- package/api/orm/query-builder.d.ts +1 -1
- package/api/orm/query-builder.js +2 -1
- package/auth/cli/commands/audit-log-auth.js +14 -0
- package/auth/orm/input-types.d.ts +4 -2
- package/auth/orm/models/auditLogAuth.d.ts +2 -0
- package/auth/orm/models/auditLogAuth.js +4 -1
- package/auth/orm/models/cryptoAddress.js +1 -1
- package/auth/orm/models/email.js +1 -1
- package/auth/orm/models/phoneNumber.js +1 -1
- package/auth/orm/models/roleType.js +1 -1
- package/auth/orm/models/user.js +1 -1
- package/auth/orm/models/webauthnCredential.js +1 -1
- package/auth/orm/query-builder.d.ts +1 -1
- package/auth/orm/query-builder.js +2 -1
- package/cli-commands.js +6 -6
- package/compute/cli/commands/add-edge-and-save.d.ts +8 -0
- package/compute/cli/commands/add-edge-and-save.js +36 -0
- package/compute/cli/commands/add-edge.d.ts +8 -0
- package/compute/cli/commands/add-edge.js +36 -0
- package/compute/cli/commands/add-node-and-save.d.ts +8 -0
- package/compute/cli/commands/add-node-and-save.js +36 -0
- package/compute/cli/commands/add-node.d.ts +8 -0
- package/compute/cli/commands/add-node.js +36 -0
- package/compute/cli/commands/auth.d.ts +8 -0
- package/compute/cli/commands/auth.js +107 -0
- package/compute/cli/commands/context.d.ts +8 -0
- package/compute/cli/commands/context.js +158 -0
- package/compute/cli/commands/copy-graph.d.ts +8 -0
- package/compute/cli/commands/copy-graph.js +36 -0
- package/compute/cli/commands/function-api-binding.d.ts +8 -0
- package/compute/cli/commands/function-api-binding.js +294 -0
- package/compute/cli/commands/function-definition.d.ts +8 -0
- package/compute/cli/commands/function-definition.js +788 -0
- package/compute/cli/commands/function-deployment-event.d.ts +8 -0
- package/compute/cli/commands/function-deployment-event.js +356 -0
- package/compute/cli/commands/function-deployment.d.ts +8 -0
- package/compute/cli/commands/function-deployment.js +612 -0
- package/compute/cli/commands/function-execution-log.d.ts +8 -0
- package/compute/cli/commands/function-execution-log.js +380 -0
- package/compute/cli/commands/function-graph-commit.d.ts +8 -0
- package/compute/cli/commands/function-graph-commit.js +389 -0
- package/compute/cli/commands/function-graph-execution-node-state.d.ts +8 -0
- package/compute/cli/commands/function-graph-execution-node-state.js +444 -0
- package/compute/cli/commands/function-graph-execution-output.d.ts +8 -0
- package/compute/cli/commands/function-graph-execution-output.js +290 -0
- package/compute/cli/commands/function-graph-execution.d.ts +8 -0
- package/compute/cli/commands/function-graph-execution.js +716 -0
- package/compute/cli/commands/function-graph-object.d.ts +8 -0
- package/compute/cli/commands/function-graph-object.js +309 -0
- package/compute/cli/commands/function-graph-ref.d.ts +8 -0
- package/compute/cli/commands/function-graph-ref.js +299 -0
- package/compute/cli/commands/function-graph-store.d.ts +8 -0
- package/compute/cli/commands/function-graph-store.js +278 -0
- package/compute/cli/commands/function-graph.d.ts +8 -0
- package/compute/cli/commands/function-graph.js +422 -0
- package/compute/cli/commands/function-invocation.d.ts +8 -0
- package/compute/cli/commands/function-invocation.js +512 -0
- package/compute/cli/commands/get-all-record.d.ts +8 -0
- package/compute/cli/commands/get-all-record.js +126 -0
- package/compute/cli/commands/import-definitions.d.ts +8 -0
- package/compute/cli/commands/import-definitions.js +36 -0
- package/compute/cli/commands/import-graph-json.d.ts +8 -0
- package/compute/cli/commands/import-graph-json.js +36 -0
- package/compute/cli/commands/init-empty-repo.d.ts +8 -0
- package/compute/cli/commands/init-empty-repo.js +36 -0
- package/compute/cli/commands/insert-node-at-path.d.ts +8 -0
- package/compute/cli/commands/insert-node-at-path.js +36 -0
- package/compute/cli/commands/org-function-execution-log.d.ts +8 -0
- package/compute/cli/commands/org-function-execution-log.js +360 -0
- package/compute/cli/commands/org-function-invocation.d.ts +8 -0
- package/compute/cli/commands/org-function-invocation.js +492 -0
- package/compute/cli/commands/provision-bucket.d.ts +8 -0
- package/compute/cli/commands/provision-bucket.js +36 -0
- package/compute/cli/commands/read-function-graph.d.ts +8 -0
- package/compute/cli/commands/read-function-graph.js +30 -0
- package/compute/cli/commands/save-graph.d.ts +8 -0
- package/compute/cli/commands/save-graph.js +36 -0
- package/compute/cli/commands/secret-definition.d.ts +8 -0
- package/compute/cli/commands/secret-definition.js +350 -0
- package/compute/cli/commands/set-data-at-path.d.ts +8 -0
- package/compute/cli/commands/set-data-at-path.js +36 -0
- package/compute/cli/commands/start-execution.d.ts +8 -0
- package/compute/cli/commands/start-execution.js +36 -0
- package/compute/cli/commands/validate-function-graph.d.ts +8 -0
- package/compute/cli/commands/validate-function-graph.js +36 -0
- package/compute/cli/commands.d.ts +7 -0
- package/compute/cli/commands.js +114 -0
- package/compute/cli/executor.d.ts +100 -0
- package/compute/cli/executor.js +40 -0
- package/compute/cli/index.d.ts +1 -0
- package/compute/cli/index.js +26 -0
- package/compute/cli/utils.d.ts +88 -0
- package/compute/cli/utils.js +297 -0
- package/compute/index.d.ts +6 -0
- package/compute/index.js +22 -0
- package/compute/orm/client.d.ts +97 -0
- package/compute/orm/client.js +152 -0
- package/compute/orm/index.d.ts +148 -0
- package/compute/orm/index.js +103 -0
- package/compute/orm/input-types.d.ts +4243 -0
- package/compute/orm/input-types.js +10 -0
- package/compute/orm/models/functionApiBinding.d.ts +54 -0
- package/compute/orm/models/functionApiBinding.js +104 -0
- package/compute/orm/models/functionDefinition.d.ts +54 -0
- package/compute/orm/models/functionDefinition.js +104 -0
- package/compute/orm/models/functionDeployment.d.ts +54 -0
- package/compute/orm/models/functionDeployment.js +104 -0
- package/compute/orm/models/functionDeploymentEvent.d.ts +56 -0
- package/compute/orm/models/functionDeploymentEvent.js +107 -0
- package/compute/orm/models/functionExecutionLog.d.ts +56 -0
- package/compute/orm/models/functionExecutionLog.js +107 -0
- package/compute/orm/models/functionGraph.d.ts +54 -0
- package/compute/orm/models/functionGraph.js +104 -0
- package/compute/orm/models/functionGraphCommit.d.ts +56 -0
- package/compute/orm/models/functionGraphCommit.js +107 -0
- package/compute/orm/models/functionGraphExecution.d.ts +56 -0
- package/compute/orm/models/functionGraphExecution.js +107 -0
- package/compute/orm/models/functionGraphExecutionNodeState.d.ts +56 -0
- package/compute/orm/models/functionGraphExecutionNodeState.js +107 -0
- package/compute/orm/models/functionGraphExecutionOutput.d.ts +56 -0
- package/compute/orm/models/functionGraphExecutionOutput.js +107 -0
- package/compute/orm/models/functionGraphObject.d.ts +56 -0
- package/compute/orm/models/functionGraphObject.js +97 -0
- package/compute/orm/models/functionGraphRef.d.ts +56 -0
- package/compute/orm/models/functionGraphRef.js +107 -0
- package/compute/orm/models/functionGraphStore.d.ts +54 -0
- package/compute/orm/models/functionGraphStore.js +104 -0
- package/compute/orm/models/functionInvocation.d.ts +56 -0
- package/compute/orm/models/functionInvocation.js +107 -0
- package/compute/orm/models/getAllRecord.d.ts +30 -0
- package/compute/orm/models/getAllRecord.js +59 -0
- package/compute/orm/models/index.d.ts +23 -0
- package/compute/orm/models/index.js +44 -0
- package/compute/orm/models/orgFunctionExecutionLog.d.ts +56 -0
- package/compute/orm/models/orgFunctionExecutionLog.js +107 -0
- package/compute/orm/models/orgFunctionInvocation.d.ts +56 -0
- package/compute/orm/models/orgFunctionInvocation.js +107 -0
- package/compute/orm/models/secretDefinition.d.ts +54 -0
- package/compute/orm/models/secretDefinition.js +104 -0
- package/compute/orm/mutation/index.d.ts +130 -0
- package/compute/orm/mutation/index.js +177 -0
- package/compute/orm/query/index.d.ts +17 -0
- package/compute/orm/query/index.js +21 -0
- package/compute/orm/query-builder.d.ts +110 -0
- package/compute/orm/query-builder.js +757 -0
- package/compute/orm/realtime.d.ts +142 -0
- package/compute/orm/realtime.js +104 -0
- package/compute/orm/select-types.d.ts +125 -0
- package/compute/orm/select-types.js +2 -0
- package/compute/orm/types.d.ts +6 -0
- package/compute/orm/types.js +23 -0
- package/config/cli/commands/auth.d.ts +8 -0
- package/config/cli/commands/auth.js +107 -0
- package/config/cli/commands/context.d.ts +8 -0
- package/config/cli/commands/context.js +158 -0
- package/config/cli/commands/org-secrets-del.d.ts +8 -0
- package/config/cli/commands/org-secrets-del.js +36 -0
- package/config/cli/commands/org-secrets-remove-array.d.ts +8 -0
- package/config/cli/commands/org-secrets-remove-array.js +36 -0
- package/config/cli/commands/org-secrets-rotate.d.ts +8 -0
- package/config/cli/commands/org-secrets-rotate.js +36 -0
- package/config/cli/commands/org-secrets-set.d.ts +8 -0
- package/config/cli/commands/org-secrets-set.js +36 -0
- package/config/cli/commands/platform-config-definition.d.ts +8 -0
- package/config/cli/commands/platform-config-definition.js +352 -0
- package/config/cli/commands/platform-config.d.ts +8 -0
- package/config/cli/commands/platform-config.js +372 -0
- package/config/cli/commands/platform-secrets-del.d.ts +8 -0
- package/config/cli/commands/platform-secrets-del.js +36 -0
- package/config/cli/commands/platform-secrets-remove-array.d.ts +8 -0
- package/config/cli/commands/platform-secrets-remove-array.js +36 -0
- package/config/cli/commands/platform-secrets-rotate.d.ts +8 -0
- package/config/cli/commands/platform-secrets-rotate.js +36 -0
- package/config/cli/commands/platform-secrets-set.d.ts +8 -0
- package/config/cli/commands/platform-secrets-set.js +36 -0
- package/config/cli/commands/provision-bucket.d.ts +8 -0
- package/config/cli/commands/provision-bucket.js +36 -0
- package/config/cli/commands.d.ts +7 -0
- package/config/cli/commands.js +70 -0
- package/config/cli/executor.d.ts +52 -0
- package/config/cli/executor.js +40 -0
- package/config/cli/index.d.ts +1 -0
- package/config/cli/index.js +26 -0
- package/config/cli/utils.d.ts +88 -0
- package/config/cli/utils.js +297 -0
- package/config/index.d.ts +6 -2
- package/config/index.js +20 -4
- package/config/orm/client.d.ts +97 -0
- package/config/orm/client.js +152 -0
- package/config/orm/index.d.ts +83 -0
- package/config/orm/index.js +67 -0
- package/config/orm/input-types.d.ts +719 -0
- package/config/orm/input-types.js +5 -0
- package/config/orm/models/index.d.ts +7 -0
- package/config/orm/models/index.js +12 -0
- package/config/orm/models/platformConfig.d.ts +54 -0
- package/config/orm/models/platformConfig.js +104 -0
- package/config/orm/models/platformConfigDefinition.d.ts +54 -0
- package/config/orm/models/platformConfigDefinition.js +104 -0
- package/config/orm/mutation/index.d.ts +90 -0
- package/config/orm/mutation/index.js +117 -0
- package/config/orm/query-builder.d.ts +110 -0
- package/config/orm/query-builder.js +757 -0
- package/config/orm/realtime.d.ts +142 -0
- package/config/orm/realtime.js +104 -0
- package/config/orm/select-types.d.ts +125 -0
- package/config/orm/select-types.js +2 -0
- package/config/orm/types.d.ts +6 -0
- package/config/orm/types.js +23 -0
- package/config-store.d.ts +28 -0
- package/config-store.js +149 -0
- package/esm/admin/orm/models/appAdminGrant.js +1 -1
- package/esm/admin/orm/models/appClaimedInvite.js +1 -1
- package/esm/admin/orm/models/appGrant.js +1 -1
- package/esm/admin/orm/models/appInvite.js +1 -1
- package/esm/admin/orm/models/appMembership.js +1 -1
- package/esm/admin/orm/models/appMembershipDefault.js +1 -1
- package/esm/admin/orm/models/appOwnerGrant.js +1 -1
- package/esm/admin/orm/models/appPermission.js +1 -1
- package/esm/admin/orm/models/appPermissionDefault.js +1 -1
- package/esm/admin/orm/models/appPermissionDefaultGrant.js +1 -1
- package/esm/admin/orm/models/appPermissionDefaultPermission.js +1 -1
- package/esm/admin/orm/models/membershipType.js +1 -1
- package/esm/admin/orm/models/orgAdminGrant.js +1 -1
- package/esm/admin/orm/models/orgChartEdge.js +1 -1
- package/esm/admin/orm/models/orgChartEdgeGrant.js +1 -1
- package/esm/admin/orm/models/orgClaimedInvite.js +1 -1
- package/esm/admin/orm/models/orgGrant.js +1 -1
- package/esm/admin/orm/models/orgInvite.js +1 -1
- package/esm/admin/orm/models/orgMember.js +1 -1
- package/esm/admin/orm/models/orgMemberProfile.js +1 -1
- package/esm/admin/orm/models/orgMembership.js +1 -1
- package/esm/admin/orm/models/orgMembershipDefault.js +1 -1
- package/esm/admin/orm/models/orgMembershipSetting.js +1 -1
- package/esm/admin/orm/models/orgOwnerGrant.js +1 -1
- package/esm/admin/orm/models/orgPermission.js +1 -1
- package/esm/admin/orm/models/orgPermissionDefault.js +1 -1
- package/esm/admin/orm/models/orgPermissionDefaultGrant.js +1 -1
- package/esm/admin/orm/models/orgPermissionDefaultPermission.js +1 -1
- package/esm/admin/orm/query-builder.d.ts +1 -1
- package/esm/admin/orm/query-builder.js +2 -1
- package/esm/agent/orm/input-types.d.ts +14 -2
- package/esm/agent/orm/models/agent.js +1 -1
- package/esm/agent/orm/models/agentMessage.js +1 -1
- package/esm/agent/orm/models/agentPersona.js +1 -1
- package/esm/agent/orm/models/agentPlan.js +1 -1
- package/esm/agent/orm/models/agentPrompt.js +1 -1
- package/esm/agent/orm/models/agentResource.js +1 -1
- package/esm/agent/orm/models/agentResourceChunk.js +1 -1
- package/esm/agent/orm/models/agentTask.js +1 -1
- package/esm/agent/orm/models/agentThread.js +1 -1
- package/esm/agent/orm/query-builder.d.ts +1 -1
- package/esm/agent/orm/query-builder.js +2 -1
- package/esm/api/cli/commands/schema.js +22 -0
- package/esm/api/orm/input-types.d.ts +36 -1
- package/esm/api/orm/models/api.js +1 -1
- package/esm/api/orm/models/apiModule.js +1 -1
- package/esm/api/orm/models/apiSchema.js +1 -1
- package/esm/api/orm/models/apiSetting.js +1 -1
- package/esm/api/orm/models/app.js +1 -1
- package/esm/api/orm/models/checkConstraint.js +1 -1
- package/esm/api/orm/models/compositeType.js +1 -1
- package/esm/api/orm/models/corsSetting.js +1 -1
- package/esm/api/orm/models/database.js +1 -1
- package/esm/api/orm/models/databaseSetting.js +1 -1
- package/esm/api/orm/models/databaseTransfer.js +1 -1
- package/esm/api/orm/models/defaultPrivilege.js +1 -1
- package/esm/api/orm/models/domain.js +1 -1
- package/esm/api/orm/models/embeddingChunk.js +1 -1
- package/esm/api/orm/models/enum.js +1 -1
- package/esm/api/orm/models/field.js +1 -1
- package/esm/api/orm/models/foreignKeyConstraint.js +1 -1
- package/esm/api/orm/models/fullTextSearch.js +1 -1
- package/esm/api/orm/models/function.js +1 -1
- package/esm/api/orm/models/indexModel.js +1 -1
- package/esm/api/orm/models/nodeTypeRegistry.js +1 -1
- package/esm/api/orm/models/partition.js +1 -1
- package/esm/api/orm/models/policy.js +1 -1
- package/esm/api/orm/models/primaryKeyConstraint.js +1 -1
- package/esm/api/orm/models/pubkeySetting.js +1 -1
- package/esm/api/orm/models/rlsSetting.js +1 -1
- package/esm/api/orm/models/schema.js +1 -1
- package/esm/api/orm/models/schemaGrant.js +1 -1
- package/esm/api/orm/models/site.js +1 -1
- package/esm/api/orm/models/siteMetadatum.js +1 -1
- package/esm/api/orm/models/siteModule.js +1 -1
- package/esm/api/orm/models/siteTheme.js +1 -1
- package/esm/api/orm/models/spatialRelation.js +1 -1
- package/esm/api/orm/models/table.js +1 -1
- package/esm/api/orm/models/tableGrant.js +1 -1
- package/esm/api/orm/models/trigger.js +1 -1
- package/esm/api/orm/models/triggerFunction.js +1 -1
- package/esm/api/orm/models/uniqueConstraint.js +1 -1
- package/esm/api/orm/models/view.js +1 -1
- package/esm/api/orm/models/viewGrant.js +1 -1
- package/esm/api/orm/models/viewRule.js +1 -1
- package/esm/api/orm/models/viewTable.js +1 -1
- package/esm/api/orm/models/webauthnSetting.js +1 -1
- package/esm/api/orm/query-builder.d.ts +1 -1
- package/esm/api/orm/query-builder.js +2 -1
- package/esm/auth/cli/commands/audit-log-auth.js +14 -0
- package/esm/auth/orm/input-types.d.ts +4 -2
- package/esm/auth/orm/models/auditLogAuth.d.ts +2 -0
- package/esm/auth/orm/models/auditLogAuth.js +4 -1
- package/esm/auth/orm/models/cryptoAddress.js +1 -1
- package/esm/auth/orm/models/email.js +1 -1
- package/esm/auth/orm/models/phoneNumber.js +1 -1
- package/esm/auth/orm/models/roleType.js +1 -1
- package/esm/auth/orm/models/user.js +1 -1
- package/esm/auth/orm/models/webauthnCredential.js +1 -1
- package/esm/auth/orm/query-builder.d.ts +1 -1
- package/esm/auth/orm/query-builder.js +2 -1
- package/esm/cli-commands.js +1 -1
- package/esm/compute/cli/commands/add-edge-and-save.d.ts +8 -0
- package/esm/compute/cli/commands/add-edge-and-save.js +34 -0
- package/esm/compute/cli/commands/add-edge.d.ts +8 -0
- package/esm/compute/cli/commands/add-edge.js +34 -0
- package/esm/compute/cli/commands/add-node-and-save.d.ts +8 -0
- package/esm/compute/cli/commands/add-node-and-save.js +34 -0
- package/esm/compute/cli/commands/add-node.d.ts +8 -0
- package/esm/compute/cli/commands/add-node.js +34 -0
- package/esm/compute/cli/commands/auth.d.ts +8 -0
- package/esm/compute/cli/commands/auth.js +105 -0
- package/esm/compute/cli/commands/context.d.ts +8 -0
- package/esm/compute/cli/commands/context.js +156 -0
- package/esm/compute/cli/commands/copy-graph.d.ts +8 -0
- package/esm/compute/cli/commands/copy-graph.js +34 -0
- package/esm/compute/cli/commands/function-api-binding.d.ts +8 -0
- package/esm/compute/cli/commands/function-api-binding.js +292 -0
- package/esm/compute/cli/commands/function-definition.d.ts +8 -0
- package/esm/compute/cli/commands/function-definition.js +786 -0
- package/esm/compute/cli/commands/function-deployment-event.d.ts +8 -0
- package/esm/compute/cli/commands/function-deployment-event.js +354 -0
- package/esm/compute/cli/commands/function-deployment.d.ts +8 -0
- package/esm/compute/cli/commands/function-deployment.js +610 -0
- package/esm/compute/cli/commands/function-execution-log.d.ts +8 -0
- package/esm/compute/cli/commands/function-execution-log.js +378 -0
- package/esm/compute/cli/commands/function-graph-commit.d.ts +8 -0
- package/esm/compute/cli/commands/function-graph-commit.js +387 -0
- package/esm/compute/cli/commands/function-graph-execution-node-state.d.ts +8 -0
- package/esm/compute/cli/commands/function-graph-execution-node-state.js +442 -0
- package/esm/compute/cli/commands/function-graph-execution-output.d.ts +8 -0
- package/esm/compute/cli/commands/function-graph-execution-output.js +288 -0
- package/esm/compute/cli/commands/function-graph-execution.d.ts +8 -0
- package/esm/compute/cli/commands/function-graph-execution.js +714 -0
- package/esm/compute/cli/commands/function-graph-object.d.ts +8 -0
- package/esm/compute/cli/commands/function-graph-object.js +307 -0
- package/esm/compute/cli/commands/function-graph-ref.d.ts +8 -0
- package/esm/compute/cli/commands/function-graph-ref.js +297 -0
- package/esm/compute/cli/commands/function-graph-store.d.ts +8 -0
- package/esm/compute/cli/commands/function-graph-store.js +276 -0
- package/esm/compute/cli/commands/function-graph.d.ts +8 -0
- package/esm/compute/cli/commands/function-graph.js +420 -0
- package/esm/compute/cli/commands/function-invocation.d.ts +8 -0
- package/esm/compute/cli/commands/function-invocation.js +510 -0
- package/esm/compute/cli/commands/get-all-record.d.ts +8 -0
- package/esm/compute/cli/commands/get-all-record.js +124 -0
- package/esm/compute/cli/commands/import-definitions.d.ts +8 -0
- package/esm/compute/cli/commands/import-definitions.js +34 -0
- package/esm/compute/cli/commands/import-graph-json.d.ts +8 -0
- package/esm/compute/cli/commands/import-graph-json.js +34 -0
- package/esm/compute/cli/commands/init-empty-repo.d.ts +8 -0
- package/esm/compute/cli/commands/init-empty-repo.js +34 -0
- package/esm/compute/cli/commands/insert-node-at-path.d.ts +8 -0
- package/esm/compute/cli/commands/insert-node-at-path.js +34 -0
- package/esm/compute/cli/commands/org-function-execution-log.d.ts +8 -0
- package/esm/compute/cli/commands/org-function-execution-log.js +358 -0
- package/esm/compute/cli/commands/org-function-invocation.d.ts +8 -0
- package/esm/compute/cli/commands/org-function-invocation.js +490 -0
- package/esm/compute/cli/commands/provision-bucket.d.ts +8 -0
- package/esm/compute/cli/commands/provision-bucket.js +34 -0
- package/esm/compute/cli/commands/read-function-graph.d.ts +8 -0
- package/esm/compute/cli/commands/read-function-graph.js +28 -0
- package/esm/compute/cli/commands/save-graph.d.ts +8 -0
- package/esm/compute/cli/commands/save-graph.js +34 -0
- package/esm/compute/cli/commands/secret-definition.d.ts +8 -0
- package/esm/compute/cli/commands/secret-definition.js +348 -0
- package/esm/compute/cli/commands/set-data-at-path.d.ts +8 -0
- package/esm/compute/cli/commands/set-data-at-path.js +34 -0
- package/esm/compute/cli/commands/start-execution.d.ts +8 -0
- package/esm/compute/cli/commands/start-execution.js +34 -0
- package/esm/compute/cli/commands/validate-function-graph.d.ts +8 -0
- package/esm/compute/cli/commands/validate-function-graph.js +34 -0
- package/esm/compute/cli/commands.d.ts +7 -0
- package/esm/compute/cli/commands.js +107 -0
- package/esm/compute/cli/executor.d.ts +100 -0
- package/esm/compute/cli/executor.js +35 -0
- package/esm/compute/cli/index.d.ts +1 -0
- package/esm/compute/cli/index.js +24 -0
- package/esm/compute/cli/utils.d.ts +88 -0
- package/esm/compute/cli/utils.js +281 -0
- package/esm/compute/index.d.ts +6 -0
- package/esm/compute/index.js +6 -0
- package/esm/compute/orm/client.d.ts +97 -0
- package/esm/compute/orm/client.js +145 -0
- package/esm/compute/orm/index.d.ts +148 -0
- package/esm/compute/orm/index.js +80 -0
- package/esm/compute/orm/input-types.d.ts +4243 -0
- package/esm/compute/orm/input-types.js +7 -0
- package/esm/compute/orm/models/functionApiBinding.d.ts +54 -0
- package/esm/compute/orm/models/functionApiBinding.js +100 -0
- package/esm/compute/orm/models/functionDefinition.d.ts +54 -0
- package/esm/compute/orm/models/functionDefinition.js +100 -0
- package/esm/compute/orm/models/functionDeployment.d.ts +54 -0
- package/esm/compute/orm/models/functionDeployment.js +100 -0
- package/esm/compute/orm/models/functionDeploymentEvent.d.ts +56 -0
- package/esm/compute/orm/models/functionDeploymentEvent.js +103 -0
- package/esm/compute/orm/models/functionExecutionLog.d.ts +56 -0
- package/esm/compute/orm/models/functionExecutionLog.js +103 -0
- package/esm/compute/orm/models/functionGraph.d.ts +54 -0
- package/esm/compute/orm/models/functionGraph.js +100 -0
- package/esm/compute/orm/models/functionGraphCommit.d.ts +56 -0
- package/esm/compute/orm/models/functionGraphCommit.js +103 -0
- package/esm/compute/orm/models/functionGraphExecution.d.ts +56 -0
- package/esm/compute/orm/models/functionGraphExecution.js +103 -0
- package/esm/compute/orm/models/functionGraphExecutionNodeState.d.ts +56 -0
- package/esm/compute/orm/models/functionGraphExecutionNodeState.js +103 -0
- package/esm/compute/orm/models/functionGraphExecutionOutput.d.ts +56 -0
- package/esm/compute/orm/models/functionGraphExecutionOutput.js +103 -0
- package/esm/compute/orm/models/functionGraphObject.d.ts +56 -0
- package/esm/compute/orm/models/functionGraphObject.js +93 -0
- package/esm/compute/orm/models/functionGraphRef.d.ts +56 -0
- package/esm/compute/orm/models/functionGraphRef.js +103 -0
- package/esm/compute/orm/models/functionGraphStore.d.ts +54 -0
- package/esm/compute/orm/models/functionGraphStore.js +100 -0
- package/esm/compute/orm/models/functionInvocation.d.ts +56 -0
- package/esm/compute/orm/models/functionInvocation.js +103 -0
- package/esm/compute/orm/models/getAllRecord.d.ts +30 -0
- package/esm/compute/orm/models/getAllRecord.js +55 -0
- package/esm/compute/orm/models/index.d.ts +23 -0
- package/esm/compute/orm/models/index.js +23 -0
- package/esm/compute/orm/models/orgFunctionExecutionLog.d.ts +56 -0
- package/esm/compute/orm/models/orgFunctionExecutionLog.js +103 -0
- package/esm/compute/orm/models/orgFunctionInvocation.d.ts +56 -0
- package/esm/compute/orm/models/orgFunctionInvocation.js +103 -0
- package/esm/compute/orm/models/secretDefinition.d.ts +54 -0
- package/esm/compute/orm/models/secretDefinition.js +100 -0
- package/esm/compute/orm/mutation/index.d.ts +130 -0
- package/esm/compute/orm/mutation/index.js +174 -0
- package/esm/compute/orm/query/index.d.ts +17 -0
- package/esm/compute/orm/query/index.js +18 -0
- package/esm/compute/orm/query-builder.d.ts +110 -0
- package/esm/compute/orm/query-builder.js +705 -0
- package/esm/compute/orm/realtime.d.ts +142 -0
- package/esm/compute/orm/realtime.js +100 -0
- package/esm/compute/orm/select-types.d.ts +125 -0
- package/esm/compute/orm/select-types.js +1 -0
- package/esm/compute/orm/types.d.ts +6 -0
- package/esm/compute/orm/types.js +7 -0
- package/esm/config/cli/commands/auth.d.ts +8 -0
- package/esm/config/cli/commands/auth.js +105 -0
- package/esm/config/cli/commands/context.d.ts +8 -0
- package/esm/config/cli/commands/context.js +156 -0
- package/esm/config/cli/commands/org-secrets-del.d.ts +8 -0
- package/esm/config/cli/commands/org-secrets-del.js +34 -0
- package/esm/config/cli/commands/org-secrets-remove-array.d.ts +8 -0
- package/esm/config/cli/commands/org-secrets-remove-array.js +34 -0
- package/esm/config/cli/commands/org-secrets-rotate.d.ts +8 -0
- package/esm/config/cli/commands/org-secrets-rotate.js +34 -0
- package/esm/config/cli/commands/org-secrets-set.d.ts +8 -0
- package/esm/config/cli/commands/org-secrets-set.js +34 -0
- package/esm/config/cli/commands/platform-config-definition.d.ts +8 -0
- package/esm/config/cli/commands/platform-config-definition.js +350 -0
- package/esm/config/cli/commands/platform-config.d.ts +8 -0
- package/esm/config/cli/commands/platform-config.js +370 -0
- package/esm/config/cli/commands/platform-secrets-del.d.ts +8 -0
- package/esm/config/cli/commands/platform-secrets-del.js +34 -0
- package/esm/config/cli/commands/platform-secrets-remove-array.d.ts +8 -0
- package/esm/config/cli/commands/platform-secrets-remove-array.js +34 -0
- package/esm/config/cli/commands/platform-secrets-rotate.d.ts +8 -0
- package/esm/config/cli/commands/platform-secrets-rotate.js +34 -0
- package/esm/config/cli/commands/platform-secrets-set.d.ts +8 -0
- package/esm/config/cli/commands/platform-secrets-set.js +34 -0
- package/esm/config/cli/commands/provision-bucket.d.ts +8 -0
- package/esm/config/cli/commands/provision-bucket.js +34 -0
- package/esm/config/cli/commands.d.ts +7 -0
- package/esm/config/cli/commands.js +63 -0
- package/esm/config/cli/executor.d.ts +52 -0
- package/esm/config/cli/executor.js +35 -0
- package/esm/config/cli/index.d.ts +1 -0
- package/esm/config/cli/index.js +24 -0
- package/esm/config/cli/utils.d.ts +88 -0
- package/esm/config/cli/utils.js +281 -0
- package/esm/config/index.d.ts +6 -2
- package/esm/config/index.js +6 -1
- package/esm/config/orm/client.d.ts +97 -0
- package/esm/config/orm/client.js +145 -0
- package/esm/config/orm/index.d.ts +83 -0
- package/esm/config/orm/index.js +45 -0
- package/esm/config/orm/input-types.d.ts +719 -0
- package/esm/config/orm/input-types.js +2 -0
- package/esm/config/orm/models/index.d.ts +7 -0
- package/esm/config/orm/models/index.js +7 -0
- package/esm/config/orm/models/platformConfig.d.ts +54 -0
- package/esm/config/orm/models/platformConfig.js +100 -0
- package/esm/config/orm/models/platformConfigDefinition.d.ts +54 -0
- package/esm/config/orm/models/platformConfigDefinition.js +100 -0
- package/esm/config/orm/mutation/index.d.ts +90 -0
- package/esm/config/orm/mutation/index.js +114 -0
- package/esm/config/orm/query-builder.d.ts +110 -0
- package/esm/config/orm/query-builder.js +705 -0
- package/esm/config/orm/realtime.d.ts +142 -0
- package/esm/config/orm/realtime.js +100 -0
- package/esm/config/orm/select-types.d.ts +125 -0
- package/esm/config/orm/select-types.js +1 -0
- package/esm/config/orm/types.d.ts +6 -0
- package/esm/config/orm/types.js +7 -0
- package/esm/config-store.d.ts +28 -0
- package/esm/config-store.js +113 -0
- package/esm/index.d.ts +2 -0
- package/esm/index.js +2 -0
- package/esm/modules/cli/commands/function-deployment-module.d.ts +8 -0
- package/esm/modules/cli/commands/function-deployment-module.js +624 -0
- package/esm/modules/cli/commands/graph-execution-module.d.ts +8 -0
- package/esm/modules/cli/commands/graph-execution-module.js +650 -0
- package/esm/modules/cli/commands/graph-module.js +0 -44
- package/esm/modules/cli/commands/namespace-module.js +22 -0
- package/esm/modules/cli/commands.js +7 -3
- package/esm/modules/cli/executor.d.ts +3 -1
- package/esm/modules/orm/index.d.ts +6 -2
- package/esm/modules/orm/index.js +6 -2
- package/esm/modules/orm/input-types.d.ts +722 -239
- package/esm/modules/orm/models/agentModule.js +1 -1
- package/esm/modules/orm/models/billingModule.js +1 -1
- package/esm/modules/orm/models/billingProviderModule.js +1 -1
- package/esm/modules/orm/models/blueprint.js +1 -1
- package/esm/modules/orm/models/blueprintConstruction.js +1 -1
- package/esm/modules/orm/models/blueprintTemplate.js +1 -1
- package/esm/modules/orm/models/computeLogModule.js +1 -1
- package/esm/modules/orm/models/configSecretsModule.js +1 -1
- package/esm/modules/orm/models/configSecretsOrgModule.js +1 -1
- package/esm/modules/orm/models/configSecretsUserModule.js +1 -1
- package/esm/modules/orm/models/connectedAccountsModule.js +1 -1
- package/esm/modules/orm/models/cryptoAddressesModule.js +1 -1
- package/esm/modules/orm/models/cryptoAuthModule.js +1 -1
- package/esm/modules/orm/models/databaseProvisionModule.js +1 -1
- package/esm/modules/orm/models/dbUsageModule.js +1 -1
- package/esm/modules/orm/models/defaultIdsModule.js +1 -1
- package/esm/modules/orm/models/denormalizedTableField.js +1 -1
- package/esm/modules/orm/models/devicesModule.js +1 -1
- package/esm/modules/orm/models/emailsModule.js +1 -1
- package/esm/modules/orm/models/entityTypeProvision.js +1 -1
- package/esm/modules/orm/models/eventsModule.js +1 -1
- package/esm/modules/orm/models/functionDeploymentModule.d.ts +54 -0
- package/esm/modules/orm/models/functionDeploymentModule.js +100 -0
- package/esm/modules/orm/models/functionInvocationModule.js +1 -1
- package/esm/modules/orm/models/functionModule.js +1 -1
- package/esm/modules/orm/models/graphExecutionModule.d.ts +54 -0
- package/esm/modules/orm/models/graphExecutionModule.js +100 -0
- package/esm/modules/orm/models/graphModule.js +1 -1
- package/esm/modules/orm/models/hierarchyModule.js +1 -1
- package/esm/modules/orm/models/i18NModule.js +1 -1
- package/esm/modules/orm/models/identityProvidersModule.js +1 -1
- package/esm/modules/orm/models/index.d.ts +3 -1
- package/esm/modules/orm/models/index.js +3 -1
- package/esm/modules/orm/models/inferenceLogModule.js +1 -1
- package/esm/modules/orm/models/invitesModule.js +1 -1
- package/esm/modules/orm/models/limitsModule.js +1 -1
- package/esm/modules/orm/models/membershipTypesModule.js +1 -1
- package/esm/modules/orm/models/membershipsModule.js +1 -1
- package/esm/modules/orm/models/merkleStoreModule.js +1 -1
- package/esm/modules/orm/models/namespaceModule.js +1 -1
- package/esm/modules/orm/models/notificationsModule.js +1 -1
- package/esm/modules/orm/models/permissionsModule.js +1 -1
- package/esm/modules/orm/models/phoneNumbersModule.js +1 -1
- package/esm/modules/orm/models/plansModule.js +1 -1
- package/esm/modules/orm/models/profilesModule.js +1 -1
- package/esm/modules/orm/models/rateLimitMetersModule.js +1 -1
- package/esm/modules/orm/models/rateLimitsModule.js +1 -1
- package/esm/modules/orm/models/realtimeModule.js +1 -1
- package/esm/modules/orm/models/relationProvision.js +1 -1
- package/esm/modules/orm/models/rlsModule.js +1 -1
- package/esm/modules/orm/models/secureTableProvision.js +1 -1
- package/esm/modules/orm/models/sessionSecretsModule.js +1 -1
- package/esm/modules/orm/models/sessionsModule.js +1 -1
- package/esm/modules/orm/models/storageLogModule.js +1 -1
- package/esm/modules/orm/models/storageModule.js +1 -1
- package/esm/modules/orm/models/transferLogModule.js +1 -1
- package/esm/modules/orm/models/userAuthModule.js +1 -1
- package/esm/modules/orm/models/userCredentialsModule.js +1 -1
- package/esm/modules/orm/models/userSettingsModule.js +1 -1
- package/esm/modules/orm/models/userStateModule.js +1 -1
- package/esm/modules/orm/models/usersModule.js +1 -1
- package/esm/modules/orm/models/webauthnAuthModule.js +1 -1
- package/esm/modules/orm/models/webauthnCredentialsModule.js +1 -1
- package/esm/modules/orm/query-builder.d.ts +1 -1
- package/esm/modules/orm/query-builder.js +2 -1
- package/esm/objects/cli/commands/commit.js +14 -7
- package/esm/objects/cli/commands/object.js +9 -2
- package/esm/objects/cli/commands/ref.js +13 -6
- package/esm/objects/orm/models/commit.d.ts +2 -0
- package/esm/objects/orm/models/commit.js +4 -1
- package/esm/objects/orm/models/object.d.ts +2 -0
- package/esm/objects/orm/models/object.js +4 -1
- package/esm/objects/orm/models/ref.d.ts +2 -0
- package/esm/objects/orm/models/ref.js +4 -1
- package/esm/objects/orm/models/store.js +1 -1
- package/esm/objects/orm/query-builder.d.ts +1 -1
- package/esm/objects/orm/query-builder.js +2 -1
- package/esm/usage/cli/commands/app-limit-event.js +14 -0
- package/esm/usage/cli/commands/org-limit-event.js +14 -0
- package/esm/usage/orm/models/appLimit.js +1 -1
- package/esm/usage/orm/models/appLimitCap.js +1 -1
- package/esm/usage/orm/models/appLimitCapsDefault.js +1 -1
- package/esm/usage/orm/models/appLimitCredit.js +1 -1
- package/esm/usage/orm/models/appLimitCreditCode.js +1 -1
- package/esm/usage/orm/models/appLimitCreditCodeItem.js +1 -1
- package/esm/usage/orm/models/appLimitCreditRedemption.js +1 -1
- package/esm/usage/orm/models/appLimitDefault.js +1 -1
- package/esm/usage/orm/models/appLimitEvent.d.ts +2 -0
- package/esm/usage/orm/models/appLimitEvent.js +4 -1
- package/esm/usage/orm/models/appLimitWarning.js +1 -1
- package/esm/usage/orm/models/orgLimit.js +1 -1
- package/esm/usage/orm/models/orgLimitAggregate.js +1 -1
- package/esm/usage/orm/models/orgLimitCap.js +1 -1
- package/esm/usage/orm/models/orgLimitCapsDefault.js +1 -1
- package/esm/usage/orm/models/orgLimitCredit.js +1 -1
- package/esm/usage/orm/models/orgLimitDefault.js +1 -1
- package/esm/usage/orm/models/orgLimitEvent.d.ts +2 -0
- package/esm/usage/orm/models/orgLimitEvent.js +4 -1
- package/esm/usage/orm/models/orgLimitWarning.js +1 -1
- package/esm/usage/orm/query-builder.d.ts +1 -1
- package/esm/usage/orm/query-builder.js +2 -1
- package/index.d.ts +2 -0
- package/index.js +3 -1
- package/modules/cli/commands/function-deployment-module.d.ts +8 -0
- package/modules/cli/commands/function-deployment-module.js +626 -0
- package/modules/cli/commands/graph-execution-module.d.ts +8 -0
- package/modules/cli/commands/graph-execution-module.js +652 -0
- package/modules/cli/commands/graph-module.js +0 -44
- package/modules/cli/commands/namespace-module.js +22 -0
- package/modules/cli/commands.js +7 -3
- package/modules/cli/executor.d.ts +3 -1
- package/modules/orm/index.d.ts +6 -2
- package/modules/orm/index.js +6 -2
- package/modules/orm/input-types.d.ts +722 -239
- package/modules/orm/models/agentModule.js +1 -1
- package/modules/orm/models/billingModule.js +1 -1
- package/modules/orm/models/billingProviderModule.js +1 -1
- package/modules/orm/models/blueprint.js +1 -1
- package/modules/orm/models/blueprintConstruction.js +1 -1
- package/modules/orm/models/blueprintTemplate.js +1 -1
- package/modules/orm/models/computeLogModule.js +1 -1
- package/modules/orm/models/configSecretsModule.js +1 -1
- package/modules/orm/models/configSecretsOrgModule.js +1 -1
- package/modules/orm/models/configSecretsUserModule.js +1 -1
- package/modules/orm/models/connectedAccountsModule.js +1 -1
- package/modules/orm/models/cryptoAddressesModule.js +1 -1
- package/modules/orm/models/cryptoAuthModule.js +1 -1
- package/modules/orm/models/databaseProvisionModule.js +1 -1
- package/modules/orm/models/dbUsageModule.js +1 -1
- package/modules/orm/models/defaultIdsModule.js +1 -1
- package/modules/orm/models/denormalizedTableField.js +1 -1
- package/modules/orm/models/devicesModule.js +1 -1
- package/modules/orm/models/emailsModule.js +1 -1
- package/modules/orm/models/entityTypeProvision.js +1 -1
- package/modules/orm/models/eventsModule.js +1 -1
- package/modules/orm/models/functionDeploymentModule.d.ts +54 -0
- package/modules/orm/models/functionDeploymentModule.js +104 -0
- package/modules/orm/models/functionInvocationModule.js +1 -1
- package/modules/orm/models/functionModule.js +1 -1
- package/modules/orm/models/graphExecutionModule.d.ts +54 -0
- package/modules/orm/models/graphExecutionModule.js +104 -0
- package/modules/orm/models/graphModule.js +1 -1
- package/modules/orm/models/hierarchyModule.js +1 -1
- package/modules/orm/models/i18NModule.js +1 -1
- package/modules/orm/models/identityProvidersModule.js +1 -1
- package/modules/orm/models/index.d.ts +3 -1
- package/modules/orm/models/index.js +8 -4
- package/modules/orm/models/inferenceLogModule.js +1 -1
- package/modules/orm/models/invitesModule.js +1 -1
- package/modules/orm/models/limitsModule.js +1 -1
- package/modules/orm/models/membershipTypesModule.js +1 -1
- package/modules/orm/models/membershipsModule.js +1 -1
- package/modules/orm/models/merkleStoreModule.js +1 -1
- package/modules/orm/models/namespaceModule.js +1 -1
- package/modules/orm/models/notificationsModule.js +1 -1
- package/modules/orm/models/permissionsModule.js +1 -1
- package/modules/orm/models/phoneNumbersModule.js +1 -1
- package/modules/orm/models/plansModule.js +1 -1
- package/modules/orm/models/profilesModule.js +1 -1
- package/modules/orm/models/rateLimitMetersModule.js +1 -1
- package/modules/orm/models/rateLimitsModule.js +1 -1
- package/modules/orm/models/realtimeModule.js +1 -1
- package/modules/orm/models/relationProvision.js +1 -1
- package/modules/orm/models/rlsModule.js +1 -1
- package/modules/orm/models/secureTableProvision.js +1 -1
- package/modules/orm/models/sessionSecretsModule.js +1 -1
- package/modules/orm/models/sessionsModule.js +1 -1
- package/modules/orm/models/storageLogModule.js +1 -1
- package/modules/orm/models/storageModule.js +1 -1
- package/modules/orm/models/transferLogModule.js +1 -1
- package/modules/orm/models/userAuthModule.js +1 -1
- package/modules/orm/models/userCredentialsModule.js +1 -1
- package/modules/orm/models/userSettingsModule.js +1 -1
- package/modules/orm/models/userStateModule.js +1 -1
- package/modules/orm/models/usersModule.js +1 -1
- package/modules/orm/models/webauthnAuthModule.js +1 -1
- package/modules/orm/models/webauthnCredentialsModule.js +1 -1
- package/modules/orm/query-builder.d.ts +1 -1
- package/modules/orm/query-builder.js +2 -1
- package/objects/cli/commands/commit.js +14 -7
- package/objects/cli/commands/object.js +9 -2
- package/objects/cli/commands/ref.js +13 -6
- package/objects/orm/models/commit.d.ts +2 -0
- package/objects/orm/models/commit.js +4 -1
- package/objects/orm/models/object.d.ts +2 -0
- package/objects/orm/models/object.js +4 -1
- package/objects/orm/models/ref.d.ts +2 -0
- package/objects/orm/models/ref.js +4 -1
- package/objects/orm/models/store.js +1 -1
- package/objects/orm/query-builder.d.ts +1 -1
- package/objects/orm/query-builder.js +2 -1
- package/package.json +3 -3
- package/usage/cli/commands/app-limit-event.js +14 -0
- package/usage/cli/commands/org-limit-event.js +14 -0
- package/usage/orm/models/appLimit.js +1 -1
- package/usage/orm/models/appLimitCap.js +1 -1
- package/usage/orm/models/appLimitCapsDefault.js +1 -1
- package/usage/orm/models/appLimitCredit.js +1 -1
- package/usage/orm/models/appLimitCreditCode.js +1 -1
- package/usage/orm/models/appLimitCreditCodeItem.js +1 -1
- package/usage/orm/models/appLimitCreditRedemption.js +1 -1
- package/usage/orm/models/appLimitDefault.js +1 -1
- package/usage/orm/models/appLimitEvent.d.ts +2 -0
- package/usage/orm/models/appLimitEvent.js +4 -1
- package/usage/orm/models/appLimitWarning.js +1 -1
- package/usage/orm/models/orgLimit.js +1 -1
- package/usage/orm/models/orgLimitAggregate.js +1 -1
- package/usage/orm/models/orgLimitCap.js +1 -1
- package/usage/orm/models/orgLimitCapsDefault.js +1 -1
- package/usage/orm/models/orgLimitCredit.js +1 -1
- package/usage/orm/models/orgLimitDefault.js +1 -1
- package/usage/orm/models/orgLimitEvent.d.ts +2 -0
- package/usage/orm/models/orgLimitEvent.js +4 -1
- package/usage/orm/models/orgLimitWarning.js +1 -1
- package/usage/orm/query-builder.d.ts +1 -1
- package/usage/orm/query-builder.js +2 -1
- package/config/app-dirs.d.ts +0 -31
- package/config/app-dirs.js +0 -33
- package/esm/config/app-dirs.d.ts +0 -31
- package/esm/config/app-dirs.js +0 -29
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FunctionExecutionLog model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { FunctionExecutionLogWithRelations, FunctionExecutionLogSelect, FunctionExecutionLogFilter, FunctionExecutionLogOrderBy, CreateFunctionExecutionLogInput, FunctionExecutionLogPatch } from '../input-types';
|
|
10
|
+
export declare class FunctionExecutionLogModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends FunctionExecutionLogSelect>(args: FindManyArgs<S, FunctionExecutionLogFilter, FunctionExecutionLogOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, FunctionExecutionLogSelect>): QueryBuilder<{
|
|
16
|
+
functionExecutionLogs: ConnectionResult<InferSelectResult<FunctionExecutionLogWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends FunctionExecutionLogSelect>(args: FindFirstArgs<S, FunctionExecutionLogFilter, FunctionExecutionLogOrderBy> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, FunctionExecutionLogSelect>): QueryBuilder<{
|
|
21
|
+
functionExecutionLog: InferSelectResult<FunctionExecutionLogWithRelations, S> | null;
|
|
22
|
+
}>;
|
|
23
|
+
findOne<S extends FunctionExecutionLogSelect>(args: {
|
|
24
|
+
id: string;
|
|
25
|
+
select: S;
|
|
26
|
+
} & StrictSelect<S, FunctionExecutionLogSelect>): QueryBuilder<{
|
|
27
|
+
functionExecutionLog: InferSelectResult<FunctionExecutionLogWithRelations, S> | null;
|
|
28
|
+
}>;
|
|
29
|
+
create<S extends FunctionExecutionLogSelect>(args: CreateArgs<S, CreateFunctionExecutionLogInput['functionExecutionLog']> & {
|
|
30
|
+
select: S;
|
|
31
|
+
} & StrictSelect<S, FunctionExecutionLogSelect>): QueryBuilder<{
|
|
32
|
+
createFunctionExecutionLog: {
|
|
33
|
+
functionExecutionLog: InferSelectResult<FunctionExecutionLogWithRelations, S>;
|
|
34
|
+
};
|
|
35
|
+
}>;
|
|
36
|
+
update<S extends FunctionExecutionLogSelect>(args: UpdateArgs<S, {
|
|
37
|
+
id: string;
|
|
38
|
+
createdAt: string;
|
|
39
|
+
}, FunctionExecutionLogPatch> & {
|
|
40
|
+
select: S;
|
|
41
|
+
} & StrictSelect<S, FunctionExecutionLogSelect>): QueryBuilder<{
|
|
42
|
+
updateFunctionExecutionLog: {
|
|
43
|
+
functionExecutionLog: InferSelectResult<FunctionExecutionLogWithRelations, S>;
|
|
44
|
+
};
|
|
45
|
+
}>;
|
|
46
|
+
delete<S extends FunctionExecutionLogSelect>(args: DeleteArgs<{
|
|
47
|
+
id: string;
|
|
48
|
+
createdAt: string;
|
|
49
|
+
}, S> & {
|
|
50
|
+
select: S;
|
|
51
|
+
} & StrictSelect<S, FunctionExecutionLogSelect>): QueryBuilder<{
|
|
52
|
+
deleteFunctionExecutionLog: {
|
|
53
|
+
functionExecutionLog: InferSelectResult<FunctionExecutionLogWithRelations, S>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FunctionExecutionLogModel = void 0;
|
|
4
|
+
const query_builder_1 = require("../query-builder");
|
|
5
|
+
const input_types_1 = require("../input-types");
|
|
6
|
+
class FunctionExecutionLogModel {
|
|
7
|
+
client;
|
|
8
|
+
constructor(client) {
|
|
9
|
+
this.client = client;
|
|
10
|
+
}
|
|
11
|
+
findMany(args) {
|
|
12
|
+
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('FunctionExecutionLog', 'functionExecutionLogs', args.select, {
|
|
13
|
+
where: args?.where,
|
|
14
|
+
orderBy: args?.orderBy,
|
|
15
|
+
first: args?.first,
|
|
16
|
+
last: args?.last,
|
|
17
|
+
after: args?.after,
|
|
18
|
+
before: args?.before,
|
|
19
|
+
offset: args?.offset,
|
|
20
|
+
}, 'FunctionExecutionLogFilter', 'FunctionExecutionLogOrderBy', input_types_1.connectionFieldsMap);
|
|
21
|
+
return new query_builder_1.QueryBuilder({
|
|
22
|
+
client: this.client,
|
|
23
|
+
operation: 'query',
|
|
24
|
+
operationName: 'FunctionExecutionLog',
|
|
25
|
+
fieldName: 'functionExecutionLogs',
|
|
26
|
+
document,
|
|
27
|
+
variables,
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
findFirst(args) {
|
|
31
|
+
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('FunctionExecutionLog', 'functionExecutionLogs', args.select, {
|
|
32
|
+
where: args?.where,
|
|
33
|
+
orderBy: args?.orderBy,
|
|
34
|
+
}, 'FunctionExecutionLogFilter', 'FunctionExecutionLogOrderBy', input_types_1.connectionFieldsMap);
|
|
35
|
+
return new query_builder_1.QueryBuilder({
|
|
36
|
+
client: this.client,
|
|
37
|
+
operation: 'query',
|
|
38
|
+
operationName: 'FunctionExecutionLog',
|
|
39
|
+
fieldName: 'functionExecutionLog',
|
|
40
|
+
document,
|
|
41
|
+
variables,
|
|
42
|
+
transform: (data) => ({
|
|
43
|
+
functionExecutionLog: data.functionExecutionLogs?.nodes?.[0] ?? null,
|
|
44
|
+
}),
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
findOne(args) {
|
|
48
|
+
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('FunctionExecutionLog', 'functionExecutionLogs', args.select, {
|
|
49
|
+
where: {
|
|
50
|
+
id: {
|
|
51
|
+
equalTo: args.id,
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
first: 1,
|
|
55
|
+
}, 'FunctionExecutionLogFilter', 'FunctionExecutionLogOrderBy', input_types_1.connectionFieldsMap);
|
|
56
|
+
return new query_builder_1.QueryBuilder({
|
|
57
|
+
client: this.client,
|
|
58
|
+
operation: 'query',
|
|
59
|
+
operationName: 'FunctionExecutionLog',
|
|
60
|
+
fieldName: 'functionExecutionLog',
|
|
61
|
+
document,
|
|
62
|
+
variables,
|
|
63
|
+
transform: (data) => ({
|
|
64
|
+
functionExecutionLog: data.functionExecutionLogs?.nodes?.[0] ?? null,
|
|
65
|
+
}),
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
create(args) {
|
|
69
|
+
const { document, variables } = (0, query_builder_1.buildCreateDocument)('FunctionExecutionLog', 'createFunctionExecutionLog', 'functionExecutionLog', args.select, args.data, 'CreateFunctionExecutionLogInput', input_types_1.connectionFieldsMap);
|
|
70
|
+
return new query_builder_1.QueryBuilder({
|
|
71
|
+
client: this.client,
|
|
72
|
+
operation: 'mutation',
|
|
73
|
+
operationName: 'FunctionExecutionLog',
|
|
74
|
+
fieldName: 'createFunctionExecutionLog',
|
|
75
|
+
document,
|
|
76
|
+
variables,
|
|
77
|
+
});
|
|
78
|
+
}
|
|
79
|
+
update(args) {
|
|
80
|
+
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('FunctionExecutionLog', 'updateFunctionExecutionLog', 'functionExecutionLog', args.select, args.where.id, args.data, 'UpdateFunctionExecutionLogInput', 'id', 'functionExecutionLogPatch', input_types_1.connectionFieldsMap, {
|
|
81
|
+
createdAt: args.where.createdAt,
|
|
82
|
+
});
|
|
83
|
+
return new query_builder_1.QueryBuilder({
|
|
84
|
+
client: this.client,
|
|
85
|
+
operation: 'mutation',
|
|
86
|
+
operationName: 'FunctionExecutionLog',
|
|
87
|
+
fieldName: 'updateFunctionExecutionLog',
|
|
88
|
+
document,
|
|
89
|
+
variables,
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
delete(args) {
|
|
93
|
+
const { document, variables } = (0, query_builder_1.buildDeleteByPkDocument)('FunctionExecutionLog', 'deleteFunctionExecutionLog', 'functionExecutionLog', {
|
|
94
|
+
id: args.where.id,
|
|
95
|
+
createdAt: args.where.createdAt,
|
|
96
|
+
}, 'DeleteFunctionExecutionLogInput', args.select, input_types_1.connectionFieldsMap);
|
|
97
|
+
return new query_builder_1.QueryBuilder({
|
|
98
|
+
client: this.client,
|
|
99
|
+
operation: 'mutation',
|
|
100
|
+
operationName: 'FunctionExecutionLog',
|
|
101
|
+
fieldName: 'deleteFunctionExecutionLog',
|
|
102
|
+
document,
|
|
103
|
+
variables,
|
|
104
|
+
});
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
exports.FunctionExecutionLogModel = FunctionExecutionLogModel;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FunctionGraph model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { FunctionGraphWithRelations, FunctionGraphSelect, FunctionGraphFilter, FunctionGraphOrderBy, CreateFunctionGraphInput, FunctionGraphPatch } from '../input-types';
|
|
10
|
+
export declare class FunctionGraphModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends FunctionGraphSelect>(args: FindManyArgs<S, FunctionGraphFilter, FunctionGraphOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, FunctionGraphSelect>): QueryBuilder<{
|
|
16
|
+
functionGraphs: ConnectionResult<InferSelectResult<FunctionGraphWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends FunctionGraphSelect>(args: FindFirstArgs<S, FunctionGraphFilter, FunctionGraphOrderBy> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, FunctionGraphSelect>): QueryBuilder<{
|
|
21
|
+
functionGraph: InferSelectResult<FunctionGraphWithRelations, S> | null;
|
|
22
|
+
}>;
|
|
23
|
+
findOne<S extends FunctionGraphSelect>(args: {
|
|
24
|
+
id: string;
|
|
25
|
+
select: S;
|
|
26
|
+
} & StrictSelect<S, FunctionGraphSelect>): QueryBuilder<{
|
|
27
|
+
functionGraph: InferSelectResult<FunctionGraphWithRelations, S> | null;
|
|
28
|
+
}>;
|
|
29
|
+
create<S extends FunctionGraphSelect>(args: CreateArgs<S, CreateFunctionGraphInput['functionGraph']> & {
|
|
30
|
+
select: S;
|
|
31
|
+
} & StrictSelect<S, FunctionGraphSelect>): QueryBuilder<{
|
|
32
|
+
createFunctionGraph: {
|
|
33
|
+
functionGraph: InferSelectResult<FunctionGraphWithRelations, S>;
|
|
34
|
+
};
|
|
35
|
+
}>;
|
|
36
|
+
update<S extends FunctionGraphSelect>(args: UpdateArgs<S, {
|
|
37
|
+
id: string;
|
|
38
|
+
}, FunctionGraphPatch> & {
|
|
39
|
+
select: S;
|
|
40
|
+
} & StrictSelect<S, FunctionGraphSelect>): QueryBuilder<{
|
|
41
|
+
updateFunctionGraph: {
|
|
42
|
+
functionGraph: InferSelectResult<FunctionGraphWithRelations, S>;
|
|
43
|
+
};
|
|
44
|
+
}>;
|
|
45
|
+
delete<S extends FunctionGraphSelect>(args: DeleteArgs<{
|
|
46
|
+
id: string;
|
|
47
|
+
}, S> & {
|
|
48
|
+
select: S;
|
|
49
|
+
} & StrictSelect<S, FunctionGraphSelect>): QueryBuilder<{
|
|
50
|
+
deleteFunctionGraph: {
|
|
51
|
+
functionGraph: InferSelectResult<FunctionGraphWithRelations, S>;
|
|
52
|
+
};
|
|
53
|
+
}>;
|
|
54
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FunctionGraphModel = void 0;
|
|
4
|
+
const query_builder_1 = require("../query-builder");
|
|
5
|
+
const input_types_1 = require("../input-types");
|
|
6
|
+
class FunctionGraphModel {
|
|
7
|
+
client;
|
|
8
|
+
constructor(client) {
|
|
9
|
+
this.client = client;
|
|
10
|
+
}
|
|
11
|
+
findMany(args) {
|
|
12
|
+
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('FunctionGraph', 'functionGraphs', args.select, {
|
|
13
|
+
where: args?.where,
|
|
14
|
+
orderBy: args?.orderBy,
|
|
15
|
+
first: args?.first,
|
|
16
|
+
last: args?.last,
|
|
17
|
+
after: args?.after,
|
|
18
|
+
before: args?.before,
|
|
19
|
+
offset: args?.offset,
|
|
20
|
+
}, 'FunctionGraphFilter', 'FunctionGraphOrderBy', input_types_1.connectionFieldsMap);
|
|
21
|
+
return new query_builder_1.QueryBuilder({
|
|
22
|
+
client: this.client,
|
|
23
|
+
operation: 'query',
|
|
24
|
+
operationName: 'FunctionGraph',
|
|
25
|
+
fieldName: 'functionGraphs',
|
|
26
|
+
document,
|
|
27
|
+
variables,
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
findFirst(args) {
|
|
31
|
+
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('FunctionGraph', 'functionGraphs', args.select, {
|
|
32
|
+
where: args?.where,
|
|
33
|
+
orderBy: args?.orderBy,
|
|
34
|
+
}, 'FunctionGraphFilter', 'FunctionGraphOrderBy', input_types_1.connectionFieldsMap);
|
|
35
|
+
return new query_builder_1.QueryBuilder({
|
|
36
|
+
client: this.client,
|
|
37
|
+
operation: 'query',
|
|
38
|
+
operationName: 'FunctionGraph',
|
|
39
|
+
fieldName: 'functionGraph',
|
|
40
|
+
document,
|
|
41
|
+
variables,
|
|
42
|
+
transform: (data) => ({
|
|
43
|
+
functionGraph: data.functionGraphs?.nodes?.[0] ?? null,
|
|
44
|
+
}),
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
findOne(args) {
|
|
48
|
+
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('FunctionGraph', 'functionGraphs', args.select, {
|
|
49
|
+
where: {
|
|
50
|
+
id: {
|
|
51
|
+
equalTo: args.id,
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
first: 1,
|
|
55
|
+
}, 'FunctionGraphFilter', 'FunctionGraphOrderBy', input_types_1.connectionFieldsMap);
|
|
56
|
+
return new query_builder_1.QueryBuilder({
|
|
57
|
+
client: this.client,
|
|
58
|
+
operation: 'query',
|
|
59
|
+
operationName: 'FunctionGraph',
|
|
60
|
+
fieldName: 'functionGraph',
|
|
61
|
+
document,
|
|
62
|
+
variables,
|
|
63
|
+
transform: (data) => ({
|
|
64
|
+
functionGraph: data.functionGraphs?.nodes?.[0] ?? null,
|
|
65
|
+
}),
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
create(args) {
|
|
69
|
+
const { document, variables } = (0, query_builder_1.buildCreateDocument)('FunctionGraph', 'createFunctionGraph', 'functionGraph', args.select, args.data, 'CreateFunctionGraphInput', input_types_1.connectionFieldsMap);
|
|
70
|
+
return new query_builder_1.QueryBuilder({
|
|
71
|
+
client: this.client,
|
|
72
|
+
operation: 'mutation',
|
|
73
|
+
operationName: 'FunctionGraph',
|
|
74
|
+
fieldName: 'createFunctionGraph',
|
|
75
|
+
document,
|
|
76
|
+
variables,
|
|
77
|
+
});
|
|
78
|
+
}
|
|
79
|
+
update(args) {
|
|
80
|
+
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('FunctionGraph', 'updateFunctionGraph', 'functionGraph', args.select, args.where.id, args.data, 'UpdateFunctionGraphInput', 'id', 'functionGraphPatch', input_types_1.connectionFieldsMap, undefined);
|
|
81
|
+
return new query_builder_1.QueryBuilder({
|
|
82
|
+
client: this.client,
|
|
83
|
+
operation: 'mutation',
|
|
84
|
+
operationName: 'FunctionGraph',
|
|
85
|
+
fieldName: 'updateFunctionGraph',
|
|
86
|
+
document,
|
|
87
|
+
variables,
|
|
88
|
+
});
|
|
89
|
+
}
|
|
90
|
+
delete(args) {
|
|
91
|
+
const { document, variables } = (0, query_builder_1.buildDeleteByPkDocument)('FunctionGraph', 'deleteFunctionGraph', 'functionGraph', {
|
|
92
|
+
id: args.where.id,
|
|
93
|
+
}, 'DeleteFunctionGraphInput', args.select, input_types_1.connectionFieldsMap);
|
|
94
|
+
return new query_builder_1.QueryBuilder({
|
|
95
|
+
client: this.client,
|
|
96
|
+
operation: 'mutation',
|
|
97
|
+
operationName: 'FunctionGraph',
|
|
98
|
+
fieldName: 'deleteFunctionGraph',
|
|
99
|
+
document,
|
|
100
|
+
variables,
|
|
101
|
+
});
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
exports.FunctionGraphModel = FunctionGraphModel;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FunctionGraphCommit model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { FunctionGraphCommitWithRelations, FunctionGraphCommitSelect, FunctionGraphCommitFilter, FunctionGraphCommitOrderBy, CreateFunctionGraphCommitInput, FunctionGraphCommitPatch } from '../input-types';
|
|
10
|
+
export declare class FunctionGraphCommitModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends FunctionGraphCommitSelect>(args: FindManyArgs<S, FunctionGraphCommitFilter, FunctionGraphCommitOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, FunctionGraphCommitSelect>): QueryBuilder<{
|
|
16
|
+
functionGraphCommits: ConnectionResult<InferSelectResult<FunctionGraphCommitWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends FunctionGraphCommitSelect>(args: FindFirstArgs<S, FunctionGraphCommitFilter, FunctionGraphCommitOrderBy> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, FunctionGraphCommitSelect>): QueryBuilder<{
|
|
21
|
+
functionGraphCommit: InferSelectResult<FunctionGraphCommitWithRelations, S> | null;
|
|
22
|
+
}>;
|
|
23
|
+
findOne<S extends FunctionGraphCommitSelect>(args: {
|
|
24
|
+
id: string;
|
|
25
|
+
select: S;
|
|
26
|
+
} & StrictSelect<S, FunctionGraphCommitSelect>): QueryBuilder<{
|
|
27
|
+
functionGraphCommit: InferSelectResult<FunctionGraphCommitWithRelations, S> | null;
|
|
28
|
+
}>;
|
|
29
|
+
create<S extends FunctionGraphCommitSelect>(args: CreateArgs<S, CreateFunctionGraphCommitInput['functionGraphCommit']> & {
|
|
30
|
+
select: S;
|
|
31
|
+
} & StrictSelect<S, FunctionGraphCommitSelect>): QueryBuilder<{
|
|
32
|
+
createFunctionGraphCommit: {
|
|
33
|
+
functionGraphCommit: InferSelectResult<FunctionGraphCommitWithRelations, S>;
|
|
34
|
+
};
|
|
35
|
+
}>;
|
|
36
|
+
update<S extends FunctionGraphCommitSelect>(args: UpdateArgs<S, {
|
|
37
|
+
id: string;
|
|
38
|
+
databaseId: string;
|
|
39
|
+
}, FunctionGraphCommitPatch> & {
|
|
40
|
+
select: S;
|
|
41
|
+
} & StrictSelect<S, FunctionGraphCommitSelect>): QueryBuilder<{
|
|
42
|
+
updateFunctionGraphCommit: {
|
|
43
|
+
functionGraphCommit: InferSelectResult<FunctionGraphCommitWithRelations, S>;
|
|
44
|
+
};
|
|
45
|
+
}>;
|
|
46
|
+
delete<S extends FunctionGraphCommitSelect>(args: DeleteArgs<{
|
|
47
|
+
id: string;
|
|
48
|
+
databaseId: string;
|
|
49
|
+
}, S> & {
|
|
50
|
+
select: S;
|
|
51
|
+
} & StrictSelect<S, FunctionGraphCommitSelect>): QueryBuilder<{
|
|
52
|
+
deleteFunctionGraphCommit: {
|
|
53
|
+
functionGraphCommit: InferSelectResult<FunctionGraphCommitWithRelations, S>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FunctionGraphCommitModel = void 0;
|
|
4
|
+
const query_builder_1 = require("../query-builder");
|
|
5
|
+
const input_types_1 = require("../input-types");
|
|
6
|
+
class FunctionGraphCommitModel {
|
|
7
|
+
client;
|
|
8
|
+
constructor(client) {
|
|
9
|
+
this.client = client;
|
|
10
|
+
}
|
|
11
|
+
findMany(args) {
|
|
12
|
+
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('FunctionGraphCommit', 'functionGraphCommits', args.select, {
|
|
13
|
+
where: args?.where,
|
|
14
|
+
orderBy: args?.orderBy,
|
|
15
|
+
first: args?.first,
|
|
16
|
+
last: args?.last,
|
|
17
|
+
after: args?.after,
|
|
18
|
+
before: args?.before,
|
|
19
|
+
offset: args?.offset,
|
|
20
|
+
}, 'FunctionGraphCommitFilter', 'FunctionGraphCommitOrderBy', input_types_1.connectionFieldsMap);
|
|
21
|
+
return new query_builder_1.QueryBuilder({
|
|
22
|
+
client: this.client,
|
|
23
|
+
operation: 'query',
|
|
24
|
+
operationName: 'FunctionGraphCommit',
|
|
25
|
+
fieldName: 'functionGraphCommits',
|
|
26
|
+
document,
|
|
27
|
+
variables,
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
findFirst(args) {
|
|
31
|
+
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('FunctionGraphCommit', 'functionGraphCommits', args.select, {
|
|
32
|
+
where: args?.where,
|
|
33
|
+
orderBy: args?.orderBy,
|
|
34
|
+
}, 'FunctionGraphCommitFilter', 'FunctionGraphCommitOrderBy', input_types_1.connectionFieldsMap);
|
|
35
|
+
return new query_builder_1.QueryBuilder({
|
|
36
|
+
client: this.client,
|
|
37
|
+
operation: 'query',
|
|
38
|
+
operationName: 'FunctionGraphCommit',
|
|
39
|
+
fieldName: 'functionGraphCommit',
|
|
40
|
+
document,
|
|
41
|
+
variables,
|
|
42
|
+
transform: (data) => ({
|
|
43
|
+
functionGraphCommit: data.functionGraphCommits?.nodes?.[0] ?? null,
|
|
44
|
+
}),
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
findOne(args) {
|
|
48
|
+
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('FunctionGraphCommit', 'functionGraphCommits', args.select, {
|
|
49
|
+
where: {
|
|
50
|
+
id: {
|
|
51
|
+
equalTo: args.id,
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
first: 1,
|
|
55
|
+
}, 'FunctionGraphCommitFilter', 'FunctionGraphCommitOrderBy', input_types_1.connectionFieldsMap);
|
|
56
|
+
return new query_builder_1.QueryBuilder({
|
|
57
|
+
client: this.client,
|
|
58
|
+
operation: 'query',
|
|
59
|
+
operationName: 'FunctionGraphCommit',
|
|
60
|
+
fieldName: 'functionGraphCommit',
|
|
61
|
+
document,
|
|
62
|
+
variables,
|
|
63
|
+
transform: (data) => ({
|
|
64
|
+
functionGraphCommit: data.functionGraphCommits?.nodes?.[0] ?? null,
|
|
65
|
+
}),
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
create(args) {
|
|
69
|
+
const { document, variables } = (0, query_builder_1.buildCreateDocument)('FunctionGraphCommit', 'createFunctionGraphCommit', 'functionGraphCommit', args.select, args.data, 'CreateFunctionGraphCommitInput', input_types_1.connectionFieldsMap);
|
|
70
|
+
return new query_builder_1.QueryBuilder({
|
|
71
|
+
client: this.client,
|
|
72
|
+
operation: 'mutation',
|
|
73
|
+
operationName: 'FunctionGraphCommit',
|
|
74
|
+
fieldName: 'createFunctionGraphCommit',
|
|
75
|
+
document,
|
|
76
|
+
variables,
|
|
77
|
+
});
|
|
78
|
+
}
|
|
79
|
+
update(args) {
|
|
80
|
+
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('FunctionGraphCommit', 'updateFunctionGraphCommit', 'functionGraphCommit', args.select, args.where.id, args.data, 'UpdateFunctionGraphCommitInput', 'id', 'functionGraphCommitPatch', input_types_1.connectionFieldsMap, {
|
|
81
|
+
databaseId: args.where.databaseId,
|
|
82
|
+
});
|
|
83
|
+
return new query_builder_1.QueryBuilder({
|
|
84
|
+
client: this.client,
|
|
85
|
+
operation: 'mutation',
|
|
86
|
+
operationName: 'FunctionGraphCommit',
|
|
87
|
+
fieldName: 'updateFunctionGraphCommit',
|
|
88
|
+
document,
|
|
89
|
+
variables,
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
delete(args) {
|
|
93
|
+
const { document, variables } = (0, query_builder_1.buildDeleteByPkDocument)('FunctionGraphCommit', 'deleteFunctionGraphCommit', 'functionGraphCommit', {
|
|
94
|
+
id: args.where.id,
|
|
95
|
+
databaseId: args.where.databaseId,
|
|
96
|
+
}, 'DeleteFunctionGraphCommitInput', args.select, input_types_1.connectionFieldsMap);
|
|
97
|
+
return new query_builder_1.QueryBuilder({
|
|
98
|
+
client: this.client,
|
|
99
|
+
operation: 'mutation',
|
|
100
|
+
operationName: 'FunctionGraphCommit',
|
|
101
|
+
fieldName: 'deleteFunctionGraphCommit',
|
|
102
|
+
document,
|
|
103
|
+
variables,
|
|
104
|
+
});
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
exports.FunctionGraphCommitModel = FunctionGraphCommitModel;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FunctionGraphExecution model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { FunctionGraphExecutionWithRelations, FunctionGraphExecutionSelect, FunctionGraphExecutionFilter, FunctionGraphExecutionOrderBy, CreateFunctionGraphExecutionInput, FunctionGraphExecutionPatch } from '../input-types';
|
|
10
|
+
export declare class FunctionGraphExecutionModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends FunctionGraphExecutionSelect>(args: FindManyArgs<S, FunctionGraphExecutionFilter, FunctionGraphExecutionOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, FunctionGraphExecutionSelect>): QueryBuilder<{
|
|
16
|
+
functionGraphExecutions: ConnectionResult<InferSelectResult<FunctionGraphExecutionWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends FunctionGraphExecutionSelect>(args: FindFirstArgs<S, FunctionGraphExecutionFilter, FunctionGraphExecutionOrderBy> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, FunctionGraphExecutionSelect>): QueryBuilder<{
|
|
21
|
+
functionGraphExecution: InferSelectResult<FunctionGraphExecutionWithRelations, S> | null;
|
|
22
|
+
}>;
|
|
23
|
+
findOne<S extends FunctionGraphExecutionSelect>(args: {
|
|
24
|
+
id: string;
|
|
25
|
+
select: S;
|
|
26
|
+
} & StrictSelect<S, FunctionGraphExecutionSelect>): QueryBuilder<{
|
|
27
|
+
functionGraphExecution: InferSelectResult<FunctionGraphExecutionWithRelations, S> | null;
|
|
28
|
+
}>;
|
|
29
|
+
create<S extends FunctionGraphExecutionSelect>(args: CreateArgs<S, CreateFunctionGraphExecutionInput['functionGraphExecution']> & {
|
|
30
|
+
select: S;
|
|
31
|
+
} & StrictSelect<S, FunctionGraphExecutionSelect>): QueryBuilder<{
|
|
32
|
+
createFunctionGraphExecution: {
|
|
33
|
+
functionGraphExecution: InferSelectResult<FunctionGraphExecutionWithRelations, S>;
|
|
34
|
+
};
|
|
35
|
+
}>;
|
|
36
|
+
update<S extends FunctionGraphExecutionSelect>(args: UpdateArgs<S, {
|
|
37
|
+
id: string;
|
|
38
|
+
startedAt: string;
|
|
39
|
+
}, FunctionGraphExecutionPatch> & {
|
|
40
|
+
select: S;
|
|
41
|
+
} & StrictSelect<S, FunctionGraphExecutionSelect>): QueryBuilder<{
|
|
42
|
+
updateFunctionGraphExecution: {
|
|
43
|
+
functionGraphExecution: InferSelectResult<FunctionGraphExecutionWithRelations, S>;
|
|
44
|
+
};
|
|
45
|
+
}>;
|
|
46
|
+
delete<S extends FunctionGraphExecutionSelect>(args: DeleteArgs<{
|
|
47
|
+
id: string;
|
|
48
|
+
startedAt: string;
|
|
49
|
+
}, S> & {
|
|
50
|
+
select: S;
|
|
51
|
+
} & StrictSelect<S, FunctionGraphExecutionSelect>): QueryBuilder<{
|
|
52
|
+
deleteFunctionGraphExecution: {
|
|
53
|
+
functionGraphExecution: InferSelectResult<FunctionGraphExecutionWithRelations, S>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FunctionGraphExecutionModel = void 0;
|
|
4
|
+
const query_builder_1 = require("../query-builder");
|
|
5
|
+
const input_types_1 = require("../input-types");
|
|
6
|
+
class FunctionGraphExecutionModel {
|
|
7
|
+
client;
|
|
8
|
+
constructor(client) {
|
|
9
|
+
this.client = client;
|
|
10
|
+
}
|
|
11
|
+
findMany(args) {
|
|
12
|
+
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('FunctionGraphExecution', 'functionGraphExecutions', args.select, {
|
|
13
|
+
where: args?.where,
|
|
14
|
+
orderBy: args?.orderBy,
|
|
15
|
+
first: args?.first,
|
|
16
|
+
last: args?.last,
|
|
17
|
+
after: args?.after,
|
|
18
|
+
before: args?.before,
|
|
19
|
+
offset: args?.offset,
|
|
20
|
+
}, 'FunctionGraphExecutionFilter', 'FunctionGraphExecutionOrderBy', input_types_1.connectionFieldsMap);
|
|
21
|
+
return new query_builder_1.QueryBuilder({
|
|
22
|
+
client: this.client,
|
|
23
|
+
operation: 'query',
|
|
24
|
+
operationName: 'FunctionGraphExecution',
|
|
25
|
+
fieldName: 'functionGraphExecutions',
|
|
26
|
+
document,
|
|
27
|
+
variables,
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
findFirst(args) {
|
|
31
|
+
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('FunctionGraphExecution', 'functionGraphExecutions', args.select, {
|
|
32
|
+
where: args?.where,
|
|
33
|
+
orderBy: args?.orderBy,
|
|
34
|
+
}, 'FunctionGraphExecutionFilter', 'FunctionGraphExecutionOrderBy', input_types_1.connectionFieldsMap);
|
|
35
|
+
return new query_builder_1.QueryBuilder({
|
|
36
|
+
client: this.client,
|
|
37
|
+
operation: 'query',
|
|
38
|
+
operationName: 'FunctionGraphExecution',
|
|
39
|
+
fieldName: 'functionGraphExecution',
|
|
40
|
+
document,
|
|
41
|
+
variables,
|
|
42
|
+
transform: (data) => ({
|
|
43
|
+
functionGraphExecution: data.functionGraphExecutions?.nodes?.[0] ?? null,
|
|
44
|
+
}),
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
findOne(args) {
|
|
48
|
+
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('FunctionGraphExecution', 'functionGraphExecutions', args.select, {
|
|
49
|
+
where: {
|
|
50
|
+
id: {
|
|
51
|
+
equalTo: args.id,
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
first: 1,
|
|
55
|
+
}, 'FunctionGraphExecutionFilter', 'FunctionGraphExecutionOrderBy', input_types_1.connectionFieldsMap);
|
|
56
|
+
return new query_builder_1.QueryBuilder({
|
|
57
|
+
client: this.client,
|
|
58
|
+
operation: 'query',
|
|
59
|
+
operationName: 'FunctionGraphExecution',
|
|
60
|
+
fieldName: 'functionGraphExecution',
|
|
61
|
+
document,
|
|
62
|
+
variables,
|
|
63
|
+
transform: (data) => ({
|
|
64
|
+
functionGraphExecution: data.functionGraphExecutions?.nodes?.[0] ?? null,
|
|
65
|
+
}),
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
create(args) {
|
|
69
|
+
const { document, variables } = (0, query_builder_1.buildCreateDocument)('FunctionGraphExecution', 'createFunctionGraphExecution', 'functionGraphExecution', args.select, args.data, 'CreateFunctionGraphExecutionInput', input_types_1.connectionFieldsMap);
|
|
70
|
+
return new query_builder_1.QueryBuilder({
|
|
71
|
+
client: this.client,
|
|
72
|
+
operation: 'mutation',
|
|
73
|
+
operationName: 'FunctionGraphExecution',
|
|
74
|
+
fieldName: 'createFunctionGraphExecution',
|
|
75
|
+
document,
|
|
76
|
+
variables,
|
|
77
|
+
});
|
|
78
|
+
}
|
|
79
|
+
update(args) {
|
|
80
|
+
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('FunctionGraphExecution', 'updateFunctionGraphExecution', 'functionGraphExecution', args.select, args.where.id, args.data, 'UpdateFunctionGraphExecutionInput', 'id', 'functionGraphExecutionPatch', input_types_1.connectionFieldsMap, {
|
|
81
|
+
startedAt: args.where.startedAt,
|
|
82
|
+
});
|
|
83
|
+
return new query_builder_1.QueryBuilder({
|
|
84
|
+
client: this.client,
|
|
85
|
+
operation: 'mutation',
|
|
86
|
+
operationName: 'FunctionGraphExecution',
|
|
87
|
+
fieldName: 'updateFunctionGraphExecution',
|
|
88
|
+
document,
|
|
89
|
+
variables,
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
delete(args) {
|
|
93
|
+
const { document, variables } = (0, query_builder_1.buildDeleteByPkDocument)('FunctionGraphExecution', 'deleteFunctionGraphExecution', 'functionGraphExecution', {
|
|
94
|
+
id: args.where.id,
|
|
95
|
+
startedAt: args.where.startedAt,
|
|
96
|
+
}, 'DeleteFunctionGraphExecutionInput', args.select, input_types_1.connectionFieldsMap);
|
|
97
|
+
return new query_builder_1.QueryBuilder({
|
|
98
|
+
client: this.client,
|
|
99
|
+
operation: 'mutation',
|
|
100
|
+
operationName: 'FunctionGraphExecution',
|
|
101
|
+
fieldName: 'deleteFunctionGraphExecution',
|
|
102
|
+
document,
|
|
103
|
+
variables,
|
|
104
|
+
});
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
exports.FunctionGraphExecutionModel = FunctionGraphExecutionModel;
|