@constructive-io/sdk 0.25.15 → 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/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/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/compute/index.d.ts +5 -0
- package/compute/index.js +21 -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/index.d.ts +5 -0
- package/config/index.js +21 -0
- 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/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/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/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/compute/index.d.ts +5 -0
- package/esm/compute/index.js +5 -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/index.d.ts +5 -0
- package/esm/config/index.js +5 -0
- 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/index.d.ts +2 -0
- package/esm/index.js +2 -0
- 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/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/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/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/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 +5 -5
- 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
|
@@ -802,7 +802,8 @@ export interface UserFilter {
|
|
|
802
802
|
/**
|
|
803
803
|
* Composite unified search. Provide a search string and it will be dispatched to
|
|
804
804
|
* all text-compatible search algorithms (tsvector, BM25, pg_trgm)
|
|
805
|
-
* simultaneously.
|
|
805
|
+
* simultaneously. When the LLM plugin is active, pgvector also participates via
|
|
806
|
+
* auto-embedding. Rows matching ANY algorithm are returned. All matching score
|
|
806
807
|
* fields are populated.
|
|
807
808
|
*/
|
|
808
809
|
unifiedSearch?: string;
|
|
@@ -2034,7 +2035,8 @@ export interface UserFilter {
|
|
|
2034
2035
|
/**
|
|
2035
2036
|
* Composite unified search. Provide a search string and it will be dispatched to
|
|
2036
2037
|
* all text-compatible search algorithms (tsvector, BM25, pg_trgm)
|
|
2037
|
-
* simultaneously.
|
|
2038
|
+
* simultaneously. When the LLM plugin is active, pgvector also participates via
|
|
2039
|
+
* auto-embedding. Rows matching ANY algorithm are returned. All matching score
|
|
2038
2040
|
* fields are populated.
|
|
2039
2041
|
*/
|
|
2040
2042
|
unifiedSearch?: string;
|
|
@@ -35,6 +35,7 @@ export declare class AuditLogAuthModel {
|
|
|
35
35
|
}>;
|
|
36
36
|
update<S extends AuditLogAuthSelect>(args: UpdateArgs<S, {
|
|
37
37
|
id: string;
|
|
38
|
+
createdAt: string;
|
|
38
39
|
}, AuditLogAuthPatch> & {
|
|
39
40
|
select: S;
|
|
40
41
|
} & StrictSelect<S, AuditLogAuthSelect>): QueryBuilder<{
|
|
@@ -44,6 +45,7 @@ export declare class AuditLogAuthModel {
|
|
|
44
45
|
}>;
|
|
45
46
|
delete<S extends AuditLogAuthSelect>(args: DeleteArgs<{
|
|
46
47
|
id: string;
|
|
48
|
+
createdAt: string;
|
|
47
49
|
}, S> & {
|
|
48
50
|
select: S;
|
|
49
51
|
} & StrictSelect<S, AuditLogAuthSelect>): QueryBuilder<{
|
|
@@ -77,7 +77,9 @@ class AuditLogAuthModel {
|
|
|
77
77
|
});
|
|
78
78
|
}
|
|
79
79
|
update(args) {
|
|
80
|
-
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('AuditLogAuth', 'updateAuditLogAuth', 'auditLogAuth', args.select, args.where.id, args.data, 'UpdateAuditLogAuthInput', 'id', 'auditLogAuthPatch', input_types_1.connectionFieldsMap
|
|
80
|
+
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('AuditLogAuth', 'updateAuditLogAuth', 'auditLogAuth', args.select, args.where.id, args.data, 'UpdateAuditLogAuthInput', 'id', 'auditLogAuthPatch', input_types_1.connectionFieldsMap, {
|
|
81
|
+
createdAt: args.where.createdAt,
|
|
82
|
+
});
|
|
81
83
|
return new query_builder_1.QueryBuilder({
|
|
82
84
|
client: this.client,
|
|
83
85
|
operation: 'mutation',
|
|
@@ -90,6 +92,7 @@ class AuditLogAuthModel {
|
|
|
90
92
|
delete(args) {
|
|
91
93
|
const { document, variables } = (0, query_builder_1.buildDeleteByPkDocument)('AuditLogAuth', 'deleteAuditLogAuth', 'auditLogAuth', {
|
|
92
94
|
id: args.where.id,
|
|
95
|
+
createdAt: args.where.createdAt,
|
|
93
96
|
}, 'DeleteAuditLogAuthInput', args.select, input_types_1.connectionFieldsMap);
|
|
94
97
|
return new query_builder_1.QueryBuilder({
|
|
95
98
|
client: this.client,
|
|
@@ -77,7 +77,7 @@ class CryptoAddressModel {
|
|
|
77
77
|
});
|
|
78
78
|
}
|
|
79
79
|
update(args) {
|
|
80
|
-
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('CryptoAddress', 'updateCryptoAddress', 'cryptoAddress', args.select, args.where.id, args.data, 'UpdateCryptoAddressInput', 'id', 'cryptoAddressPatch', input_types_1.connectionFieldsMap);
|
|
80
|
+
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('CryptoAddress', 'updateCryptoAddress', 'cryptoAddress', args.select, args.where.id, args.data, 'UpdateCryptoAddressInput', 'id', 'cryptoAddressPatch', input_types_1.connectionFieldsMap, undefined);
|
|
81
81
|
return new query_builder_1.QueryBuilder({
|
|
82
82
|
client: this.client,
|
|
83
83
|
operation: 'mutation',
|
package/auth/orm/models/email.js
CHANGED
|
@@ -77,7 +77,7 @@ class EmailModel {
|
|
|
77
77
|
});
|
|
78
78
|
}
|
|
79
79
|
update(args) {
|
|
80
|
-
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Email', 'updateEmail', 'email', args.select, args.where.id, args.data, 'UpdateEmailInput', 'id', 'emailPatch', input_types_1.connectionFieldsMap);
|
|
80
|
+
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Email', 'updateEmail', 'email', args.select, args.where.id, args.data, 'UpdateEmailInput', 'id', 'emailPatch', input_types_1.connectionFieldsMap, undefined);
|
|
81
81
|
return new query_builder_1.QueryBuilder({
|
|
82
82
|
client: this.client,
|
|
83
83
|
operation: 'mutation',
|
|
@@ -77,7 +77,7 @@ class PhoneNumberModel {
|
|
|
77
77
|
});
|
|
78
78
|
}
|
|
79
79
|
update(args) {
|
|
80
|
-
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('PhoneNumber', 'updatePhoneNumber', 'phoneNumber', args.select, args.where.id, args.data, 'UpdatePhoneNumberInput', 'id', 'phoneNumberPatch', input_types_1.connectionFieldsMap);
|
|
80
|
+
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('PhoneNumber', 'updatePhoneNumber', 'phoneNumber', args.select, args.where.id, args.data, 'UpdatePhoneNumberInput', 'id', 'phoneNumberPatch', input_types_1.connectionFieldsMap, undefined);
|
|
81
81
|
return new query_builder_1.QueryBuilder({
|
|
82
82
|
client: this.client,
|
|
83
83
|
operation: 'mutation',
|
|
@@ -77,7 +77,7 @@ class RoleTypeModel {
|
|
|
77
77
|
});
|
|
78
78
|
}
|
|
79
79
|
update(args) {
|
|
80
|
-
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('RoleType', 'updateRoleType', 'roleType', args.select, args.where.id, args.data, 'UpdateRoleTypeInput', 'id', 'roleTypePatch', input_types_1.connectionFieldsMap);
|
|
80
|
+
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('RoleType', 'updateRoleType', 'roleType', args.select, args.where.id, args.data, 'UpdateRoleTypeInput', 'id', 'roleTypePatch', input_types_1.connectionFieldsMap, undefined);
|
|
81
81
|
return new query_builder_1.QueryBuilder({
|
|
82
82
|
client: this.client,
|
|
83
83
|
operation: 'mutation',
|
package/auth/orm/models/user.js
CHANGED
|
@@ -77,7 +77,7 @@ class UserModel {
|
|
|
77
77
|
});
|
|
78
78
|
}
|
|
79
79
|
update(args) {
|
|
80
|
-
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('User', 'updateUser', 'user', args.select, args.where.id, args.data, 'UpdateUserInput', 'id', 'userPatch', input_types_1.connectionFieldsMap);
|
|
80
|
+
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('User', 'updateUser', 'user', args.select, args.where.id, args.data, 'UpdateUserInput', 'id', 'userPatch', input_types_1.connectionFieldsMap, undefined);
|
|
81
81
|
return new query_builder_1.QueryBuilder({
|
|
82
82
|
client: this.client,
|
|
83
83
|
operation: 'mutation',
|
|
@@ -77,7 +77,7 @@ class WebauthnCredentialModel {
|
|
|
77
77
|
});
|
|
78
78
|
}
|
|
79
79
|
update(args) {
|
|
80
|
-
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('WebauthnCredential', 'updateWebauthnCredential', 'webauthnCredential', args.select, args.where.id, args.data, 'UpdateWebauthnCredentialInput', 'id', 'webauthnCredentialPatch', input_types_1.connectionFieldsMap);
|
|
80
|
+
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('WebauthnCredential', 'updateWebauthnCredential', 'webauthnCredential', args.select, args.where.id, args.data, 'UpdateWebauthnCredentialInput', 'id', 'webauthnCredentialPatch', input_types_1.connectionFieldsMap, undefined);
|
|
81
81
|
return new query_builder_1.QueryBuilder({
|
|
82
82
|
client: this.client,
|
|
83
83
|
operation: 'mutation',
|
|
@@ -63,7 +63,7 @@ export declare function buildUpdateDocument<TSelect, TWhere extends {
|
|
|
63
63
|
document: string;
|
|
64
64
|
variables: Record<string, unknown>;
|
|
65
65
|
};
|
|
66
|
-
export declare function buildUpdateByPkDocument<TSelect, TData>(operationName: string, mutationField: string, entityField: string, select: TSelect, id: string | number, data: TData, inputTypeName: string, idFieldName: string, patchFieldName: string, connectionFieldsMap?: Record<string, Record<string, string
|
|
66
|
+
export declare function buildUpdateByPkDocument<TSelect, TData>(operationName: string, mutationField: string, entityField: string, select: TSelect, id: string | number, data: TData, inputTypeName: string, idFieldName: string, patchFieldName: string, connectionFieldsMap?: Record<string, Record<string, string>>, extraKeys?: Record<string, unknown>): {
|
|
67
67
|
document: string;
|
|
68
68
|
variables: Record<string, unknown>;
|
|
69
69
|
};
|
|
@@ -344,7 +344,7 @@ function buildUpdateDocument(operationName, mutationField, entityField, select,
|
|
|
344
344
|
},
|
|
345
345
|
};
|
|
346
346
|
}
|
|
347
|
-
function buildUpdateByPkDocument(operationName, mutationField, entityField, select, id, data, inputTypeName, idFieldName, patchFieldName, connectionFieldsMap) {
|
|
347
|
+
function buildUpdateByPkDocument(operationName, mutationField, entityField, select, id, data, inputTypeName, idFieldName, patchFieldName, connectionFieldsMap, extraKeys) {
|
|
348
348
|
const selections = select
|
|
349
349
|
? buildSelections(select, connectionFieldsMap, operationName)
|
|
350
350
|
: [t.field({ name: 'id' })];
|
|
@@ -363,6 +363,7 @@ function buildUpdateByPkDocument(operationName, mutationField, entityField, sele
|
|
|
363
363
|
variables: {
|
|
364
364
|
input: {
|
|
365
365
|
[idFieldName]: id,
|
|
366
|
+
...extraKeys,
|
|
366
367
|
[patchFieldName]: data,
|
|
367
368
|
},
|
|
368
369
|
},
|
package/compute/index.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
/**
|
|
18
|
+
* GraphQL SDK - auto-generated, do not edit
|
|
19
|
+
* @generated by @constructive-io/graphql-codegen
|
|
20
|
+
*/
|
|
21
|
+
__exportStar(require("./orm"), exports);
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ORM Client - Runtime GraphQL executor
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-query/runtime';
|
|
7
|
+
import type { ConnectionState, ConnectionStateListener, RealtimeConfig, SubscriptionEvent, SubscriptionFieldMeta, Unsubscribe } from './realtime';
|
|
8
|
+
export type { GraphQLAdapter, GraphQLError, QueryResult, } from '@constructive-io/graphql-query/runtime';
|
|
9
|
+
export type { ConnectionState, ConnectionStateListener, RealtimeConfig, SubscribeOptions, SubscriptionEvent, SubscriptionFieldMeta, SubscriptionOperation, Unsubscribe, WsClient, } from './realtime';
|
|
10
|
+
export { RealtimeManager } from './realtime';
|
|
11
|
+
/**
|
|
12
|
+
* Default adapter that uses fetch for HTTP requests.
|
|
13
|
+
*
|
|
14
|
+
* When no custom fetch is provided, uses @constructive-io/fetch which
|
|
15
|
+
* handles *.localhost DNS rewriting and Host header preservation in
|
|
16
|
+
* Node.js. Pass a custom fetch to override for test mocking or custom
|
|
17
|
+
* proxy/credentials.
|
|
18
|
+
*/
|
|
19
|
+
export declare class FetchAdapter implements GraphQLAdapter {
|
|
20
|
+
private endpoint;
|
|
21
|
+
private headers;
|
|
22
|
+
private fetchFn;
|
|
23
|
+
constructor(endpoint: string, headers?: Record<string, string>, fetchFn?: typeof globalThis.fetch);
|
|
24
|
+
execute<T>(document: string, variables?: Record<string, unknown>): Promise<QueryResult<T>>;
|
|
25
|
+
setHeaders(headers: Record<string, string>): void;
|
|
26
|
+
getEndpoint(): string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Configuration for creating an ORM client.
|
|
30
|
+
* Either provide endpoint (and optional headers/fetch) for HTTP requests,
|
|
31
|
+
* or provide a custom adapter for alternative execution strategies.
|
|
32
|
+
*/
|
|
33
|
+
export interface OrmClientConfig {
|
|
34
|
+
/** GraphQL endpoint URL (required if adapter not provided) */
|
|
35
|
+
endpoint?: string;
|
|
36
|
+
/** Default headers for HTTP requests (only used with endpoint) */
|
|
37
|
+
headers?: Record<string, string>;
|
|
38
|
+
/**
|
|
39
|
+
* Custom fetch implementation. Defaults to createFetch() from
|
|
40
|
+
* @constructive-io/graphql-query/runtime which handles *.localhost
|
|
41
|
+
* DNS and Host headers in Node.js. Pass your own for test mocking
|
|
42
|
+
* or custom proxy/credentials.
|
|
43
|
+
*/
|
|
44
|
+
fetch?: typeof globalThis.fetch;
|
|
45
|
+
/** Custom adapter for GraphQL execution (overrides endpoint/headers/fetch) */
|
|
46
|
+
adapter?: GraphQLAdapter;
|
|
47
|
+
/**
|
|
48
|
+
* Optional realtime (WebSocket) configuration.
|
|
49
|
+
* When provided, enables subscription methods on models.
|
|
50
|
+
* The WebSocket connection is created lazily on first subscribe().
|
|
51
|
+
*/
|
|
52
|
+
realtime?: RealtimeConfig;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Error thrown when GraphQL request fails
|
|
56
|
+
*/
|
|
57
|
+
export declare class GraphQLRequestError extends Error {
|
|
58
|
+
readonly errors: GraphQLError[];
|
|
59
|
+
readonly data: unknown;
|
|
60
|
+
constructor(errors: GraphQLError[], data?: unknown);
|
|
61
|
+
}
|
|
62
|
+
export declare class OrmClient {
|
|
63
|
+
private adapter;
|
|
64
|
+
private realtimeManager?;
|
|
65
|
+
constructor(config: OrmClientConfig);
|
|
66
|
+
execute<T>(document: string, variables?: Record<string, unknown>): Promise<QueryResult<T>>;
|
|
67
|
+
/**
|
|
68
|
+
* Subscribe to a GraphQL subscription operation.
|
|
69
|
+
* Used by generated model subscribe() methods.
|
|
70
|
+
* @throws Error if realtime is not configured
|
|
71
|
+
*/
|
|
72
|
+
subscribe<T>(meta: SubscriptionFieldMeta, document: string, variables: Record<string, unknown>, options: {
|
|
73
|
+
onEvent: (event: SubscriptionEvent<T>) => void;
|
|
74
|
+
onError?: (error: Error) => void;
|
|
75
|
+
onComplete?: () => void;
|
|
76
|
+
}): Unsubscribe;
|
|
77
|
+
/**
|
|
78
|
+
* Set headers for requests.
|
|
79
|
+
* Only works if the adapter supports headers.
|
|
80
|
+
*/
|
|
81
|
+
setHeaders(headers: Record<string, string>): void;
|
|
82
|
+
/**
|
|
83
|
+
* Get the endpoint URL.
|
|
84
|
+
* Returns empty string if the adapter doesn't have an endpoint.
|
|
85
|
+
*/
|
|
86
|
+
getEndpoint(): string;
|
|
87
|
+
/** Get current WebSocket connection state */
|
|
88
|
+
getConnectionState(): ConnectionState;
|
|
89
|
+
/** Register a listener for WebSocket connection state changes */
|
|
90
|
+
onConnectionStateChange(listener: ConnectionStateListener): Unsubscribe;
|
|
91
|
+
/** Number of active subscriptions */
|
|
92
|
+
getActiveSubscriptionCount(): number;
|
|
93
|
+
/** Whether realtime is configured */
|
|
94
|
+
get isRealtimeEnabled(): boolean;
|
|
95
|
+
/** Dispose the realtime manager (close WebSocket) */
|
|
96
|
+
dispose(): void;
|
|
97
|
+
}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OrmClient = exports.GraphQLRequestError = exports.FetchAdapter = exports.RealtimeManager = void 0;
|
|
4
|
+
const runtime_1 = require("@constructive-io/graphql-query/runtime");
|
|
5
|
+
const realtime_1 = require("./realtime");
|
|
6
|
+
var realtime_2 = require("./realtime");
|
|
7
|
+
Object.defineProperty(exports, "RealtimeManager", { enumerable: true, get: function () { return realtime_2.RealtimeManager; } });
|
|
8
|
+
/**
|
|
9
|
+
* Default adapter that uses fetch for HTTP requests.
|
|
10
|
+
*
|
|
11
|
+
* When no custom fetch is provided, uses @constructive-io/fetch which
|
|
12
|
+
* handles *.localhost DNS rewriting and Host header preservation in
|
|
13
|
+
* Node.js. Pass a custom fetch to override for test mocking or custom
|
|
14
|
+
* proxy/credentials.
|
|
15
|
+
*/
|
|
16
|
+
class FetchAdapter {
|
|
17
|
+
endpoint;
|
|
18
|
+
headers;
|
|
19
|
+
fetchFn;
|
|
20
|
+
constructor(endpoint, headers, fetchFn) {
|
|
21
|
+
this.endpoint = endpoint;
|
|
22
|
+
this.headers = headers ?? {};
|
|
23
|
+
this.fetchFn = (fetchFn ?? (0, runtime_1.createFetch)()).bind(globalThis);
|
|
24
|
+
}
|
|
25
|
+
async execute(document, variables) {
|
|
26
|
+
const response = await this.fetchFn(this.endpoint, {
|
|
27
|
+
method: 'POST',
|
|
28
|
+
headers: {
|
|
29
|
+
'Content-Type': 'application/json',
|
|
30
|
+
Accept: 'application/json',
|
|
31
|
+
...this.headers,
|
|
32
|
+
},
|
|
33
|
+
body: JSON.stringify({
|
|
34
|
+
query: document,
|
|
35
|
+
variables: variables ?? {},
|
|
36
|
+
}),
|
|
37
|
+
});
|
|
38
|
+
if (!response.ok) {
|
|
39
|
+
return {
|
|
40
|
+
ok: false,
|
|
41
|
+
data: null,
|
|
42
|
+
errors: [{ message: `HTTP ${response.status}: ${response.statusText}` }],
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
const json = (await response.json());
|
|
46
|
+
if (json.errors && json.errors.length > 0) {
|
|
47
|
+
return {
|
|
48
|
+
ok: false,
|
|
49
|
+
data: null,
|
|
50
|
+
errors: json.errors,
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
ok: true,
|
|
55
|
+
data: json.data,
|
|
56
|
+
errors: undefined,
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
setHeaders(headers) {
|
|
60
|
+
this.headers = { ...this.headers, ...headers };
|
|
61
|
+
}
|
|
62
|
+
getEndpoint() {
|
|
63
|
+
return this.endpoint;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
exports.FetchAdapter = FetchAdapter;
|
|
67
|
+
/**
|
|
68
|
+
* Error thrown when GraphQL request fails
|
|
69
|
+
*/
|
|
70
|
+
class GraphQLRequestError extends Error {
|
|
71
|
+
errors;
|
|
72
|
+
data;
|
|
73
|
+
constructor(errors, data = null) {
|
|
74
|
+
const messages = errors.map((e) => e.message).join('; ');
|
|
75
|
+
super(`GraphQL Error: ${messages}`);
|
|
76
|
+
this.errors = errors;
|
|
77
|
+
this.data = data;
|
|
78
|
+
this.name = 'GraphQLRequestError';
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
exports.GraphQLRequestError = GraphQLRequestError;
|
|
82
|
+
class OrmClient {
|
|
83
|
+
adapter;
|
|
84
|
+
realtimeManager;
|
|
85
|
+
constructor(config) {
|
|
86
|
+
if (config.adapter) {
|
|
87
|
+
this.adapter = config.adapter;
|
|
88
|
+
}
|
|
89
|
+
else if (config.endpoint) {
|
|
90
|
+
this.adapter = new FetchAdapter(config.endpoint, config.headers, config.fetch);
|
|
91
|
+
}
|
|
92
|
+
else {
|
|
93
|
+
throw new Error('OrmClientConfig requires either an endpoint or a custom adapter');
|
|
94
|
+
}
|
|
95
|
+
if (config.realtime) {
|
|
96
|
+
this.realtimeManager = new realtime_1.RealtimeManager(config.realtime);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
async execute(document, variables) {
|
|
100
|
+
return this.adapter.execute(document, variables);
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* Subscribe to a GraphQL subscription operation.
|
|
104
|
+
* Used by generated model subscribe() methods.
|
|
105
|
+
* @throws Error if realtime is not configured
|
|
106
|
+
*/
|
|
107
|
+
subscribe(meta, document, variables, options) {
|
|
108
|
+
if (!this.realtimeManager) {
|
|
109
|
+
throw new Error('Realtime not configured. Pass a `realtime` option to createClient() to enable subscriptions.');
|
|
110
|
+
}
|
|
111
|
+
return this.realtimeManager.subscribe(meta, document, variables, options);
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Set headers for requests.
|
|
115
|
+
* Only works if the adapter supports headers.
|
|
116
|
+
*/
|
|
117
|
+
setHeaders(headers) {
|
|
118
|
+
if (this.adapter.setHeaders) {
|
|
119
|
+
this.adapter.setHeaders(headers);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* Get the endpoint URL.
|
|
124
|
+
* Returns empty string if the adapter doesn't have an endpoint.
|
|
125
|
+
*/
|
|
126
|
+
getEndpoint() {
|
|
127
|
+
return this.adapter.getEndpoint?.() ?? '';
|
|
128
|
+
}
|
|
129
|
+
/** Get current WebSocket connection state */
|
|
130
|
+
getConnectionState() {
|
|
131
|
+
return this.realtimeManager?.getConnectionState() ?? 'disconnected';
|
|
132
|
+
}
|
|
133
|
+
/** Register a listener for WebSocket connection state changes */
|
|
134
|
+
onConnectionStateChange(listener) {
|
|
135
|
+
if (!this.realtimeManager)
|
|
136
|
+
return () => { };
|
|
137
|
+
return this.realtimeManager.onConnectionStateChange(listener);
|
|
138
|
+
}
|
|
139
|
+
/** Number of active subscriptions */
|
|
140
|
+
getActiveSubscriptionCount() {
|
|
141
|
+
return this.realtimeManager?.getActiveSubscriptionCount() ?? 0;
|
|
142
|
+
}
|
|
143
|
+
/** Whether realtime is configured */
|
|
144
|
+
get isRealtimeEnabled() {
|
|
145
|
+
return this.realtimeManager !== undefined;
|
|
146
|
+
}
|
|
147
|
+
/** Dispose the realtime manager (close WebSocket) */
|
|
148
|
+
dispose() {
|
|
149
|
+
this.realtimeManager?.dispose();
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
exports.OrmClient = OrmClient;
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
import type { OrmClientConfig } from './client';
|
|
2
|
+
import { GetAllRecordModel } from './models/getAllRecord';
|
|
3
|
+
import { FunctionApiBindingModel } from './models/functionApiBinding';
|
|
4
|
+
import { FunctionDeploymentModel } from './models/functionDeployment';
|
|
5
|
+
import { FunctionGraphRefModel } from './models/functionGraphRef';
|
|
6
|
+
import { FunctionGraphStoreModel } from './models/functionGraphStore';
|
|
7
|
+
import { FunctionGraphObjectModel } from './models/functionGraphObject';
|
|
8
|
+
import { FunctionDeploymentEventModel } from './models/functionDeploymentEvent';
|
|
9
|
+
import { OrgFunctionExecutionLogModel } from './models/orgFunctionExecutionLog';
|
|
10
|
+
import { FunctionGraphExecutionOutputModel } from './models/functionGraphExecutionOutput';
|
|
11
|
+
import { FunctionGraphCommitModel } from './models/functionGraphCommit';
|
|
12
|
+
import { SecretDefinitionModel } from './models/secretDefinition';
|
|
13
|
+
import { FunctionExecutionLogModel } from './models/functionExecutionLog';
|
|
14
|
+
import { FunctionGraphExecutionNodeStateModel } from './models/functionGraphExecutionNodeState';
|
|
15
|
+
import { FunctionGraphModel } from './models/functionGraph';
|
|
16
|
+
import { OrgFunctionInvocationModel } from './models/orgFunctionInvocation';
|
|
17
|
+
import { FunctionInvocationModel } from './models/functionInvocation';
|
|
18
|
+
import { FunctionGraphExecutionModel } from './models/functionGraphExecution';
|
|
19
|
+
import { FunctionDefinitionModel } from './models/functionDefinition';
|
|
20
|
+
export type { OrmClientConfig, QueryResult, GraphQLError, GraphQLAdapter } from './client';
|
|
21
|
+
export { GraphQLRequestError, FetchAdapter } from './client';
|
|
22
|
+
export { QueryBuilder } from './query-builder';
|
|
23
|
+
export * from './select-types';
|
|
24
|
+
export * from './models';
|
|
25
|
+
export { createQueryOperations } from './query';
|
|
26
|
+
export { createMutationOperations } from './mutation';
|
|
27
|
+
/**
|
|
28
|
+
* Create an ORM client instance
|
|
29
|
+
*
|
|
30
|
+
* @example
|
|
31
|
+
* ```typescript
|
|
32
|
+
* const db = createClient({
|
|
33
|
+
* endpoint: 'https://api.example.com/graphql',
|
|
34
|
+
* headers: { Authorization: 'Bearer token' },
|
|
35
|
+
* });
|
|
36
|
+
*
|
|
37
|
+
* // Query users
|
|
38
|
+
* const users = await db.user.findMany({
|
|
39
|
+
* select: { id: true, name: true },
|
|
40
|
+
* first: 10,
|
|
41
|
+
* }).execute();
|
|
42
|
+
*
|
|
43
|
+
* // Create a user
|
|
44
|
+
* const newUser = await db.user.create({
|
|
45
|
+
* data: { name: 'John', email: 'john@example.com' },
|
|
46
|
+
* select: { id: true },
|
|
47
|
+
* }).execute();
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
export declare function createClient(config: OrmClientConfig): {
|
|
51
|
+
getAllRecord: GetAllRecordModel;
|
|
52
|
+
functionApiBinding: FunctionApiBindingModel;
|
|
53
|
+
functionDeployment: FunctionDeploymentModel;
|
|
54
|
+
functionGraphRef: FunctionGraphRefModel;
|
|
55
|
+
functionGraphStore: FunctionGraphStoreModel;
|
|
56
|
+
functionGraphObject: FunctionGraphObjectModel;
|
|
57
|
+
functionDeploymentEvent: FunctionDeploymentEventModel;
|
|
58
|
+
orgFunctionExecutionLog: OrgFunctionExecutionLogModel;
|
|
59
|
+
functionGraphExecutionOutput: FunctionGraphExecutionOutputModel;
|
|
60
|
+
functionGraphCommit: FunctionGraphCommitModel;
|
|
61
|
+
secretDefinition: SecretDefinitionModel;
|
|
62
|
+
functionExecutionLog: FunctionExecutionLogModel;
|
|
63
|
+
functionGraphExecutionNodeState: FunctionGraphExecutionNodeStateModel;
|
|
64
|
+
functionGraph: FunctionGraphModel;
|
|
65
|
+
orgFunctionInvocation: OrgFunctionInvocationModel;
|
|
66
|
+
functionInvocation: FunctionInvocationModel;
|
|
67
|
+
functionGraphExecution: FunctionGraphExecutionModel;
|
|
68
|
+
functionDefinition: FunctionDefinitionModel;
|
|
69
|
+
query: {
|
|
70
|
+
readFunctionGraph: (args: import("./query").ReadFunctionGraphVariables, options?: {
|
|
71
|
+
select?: Record<string, unknown>;
|
|
72
|
+
}) => import("./query-builder").QueryBuilder<{
|
|
73
|
+
readFunctionGraph: unknown | null;
|
|
74
|
+
}>;
|
|
75
|
+
};
|
|
76
|
+
mutation: {
|
|
77
|
+
validateFunctionGraph: <S extends import("./input-types").ValidateFunctionGraphPayloadSelect>(args: import("./mutation").ValidateFunctionGraphVariables, options: {
|
|
78
|
+
select: S;
|
|
79
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").ValidateFunctionGraphPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
80
|
+
validateFunctionGraph: import("./select-types").InferSelectResult<import("./input-types").ValidateFunctionGraphPayload, S> | null;
|
|
81
|
+
}>;
|
|
82
|
+
initEmptyRepo: <S extends import("./input-types").InitEmptyRepoPayloadSelect>(args: import("./mutation").InitEmptyRepoVariables, options: {
|
|
83
|
+
select: S;
|
|
84
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").InitEmptyRepoPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
85
|
+
initEmptyRepo: import("./select-types").InferSelectResult<import("./input-types").InitEmptyRepoPayload, S> | null;
|
|
86
|
+
}>;
|
|
87
|
+
setDataAtPath: <S extends import("./input-types").SetDataAtPathPayloadSelect>(args: import("./mutation").SetDataAtPathVariables, options: {
|
|
88
|
+
select: S;
|
|
89
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").SetDataAtPathPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
90
|
+
setDataAtPath: import("./select-types").InferSelectResult<import("./input-types").SetDataAtPathPayload, S> | null;
|
|
91
|
+
}>;
|
|
92
|
+
importDefinitions: <S extends import("./input-types").ImportDefinitionsPayloadSelect>(args: import("./mutation").ImportDefinitionsVariables, options: {
|
|
93
|
+
select: S;
|
|
94
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").ImportDefinitionsPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
95
|
+
importDefinitions: import("./select-types").InferSelectResult<import("./input-types").ImportDefinitionsPayload, S> | null;
|
|
96
|
+
}>;
|
|
97
|
+
copyGraph: <S extends import("./input-types").CopyGraphPayloadSelect>(args: import("./mutation").CopyGraphVariables, options: {
|
|
98
|
+
select: S;
|
|
99
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").CopyGraphPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
100
|
+
copyGraph: import("./select-types").InferSelectResult<import("./input-types").CopyGraphPayload, S> | null;
|
|
101
|
+
}>;
|
|
102
|
+
saveGraph: <S extends import("./input-types").SaveGraphPayloadSelect>(args: import("./mutation").SaveGraphVariables, options: {
|
|
103
|
+
select: S;
|
|
104
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").SaveGraphPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
105
|
+
saveGraph: import("./select-types").InferSelectResult<import("./input-types").SaveGraphPayload, S> | null;
|
|
106
|
+
}>;
|
|
107
|
+
addEdgeAndSave: <S extends import("./input-types").AddEdgeAndSavePayloadSelect>(args: import("./mutation").AddEdgeAndSaveVariables, options: {
|
|
108
|
+
select: S;
|
|
109
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").AddEdgeAndSavePayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
110
|
+
addEdgeAndSave: import("./select-types").InferSelectResult<import("./input-types").AddEdgeAndSavePayload, S> | null;
|
|
111
|
+
}>;
|
|
112
|
+
addNodeAndSave: <S extends import("./input-types").AddNodeAndSavePayloadSelect>(args: import("./mutation").AddNodeAndSaveVariables, options: {
|
|
113
|
+
select: S;
|
|
114
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").AddNodeAndSavePayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
115
|
+
addNodeAndSave: import("./select-types").InferSelectResult<import("./input-types").AddNodeAndSavePayload, S> | null;
|
|
116
|
+
}>;
|
|
117
|
+
addEdge: <S extends import("./input-types").AddEdgePayloadSelect>(args: import("./mutation").AddEdgeVariables, options: {
|
|
118
|
+
select: S;
|
|
119
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").AddEdgePayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
120
|
+
addEdge: import("./select-types").InferSelectResult<import("./input-types").AddEdgePayload, S> | null;
|
|
121
|
+
}>;
|
|
122
|
+
addNode: <S extends import("./input-types").AddNodePayloadSelect>(args: import("./mutation").AddNodeVariables, options: {
|
|
123
|
+
select: S;
|
|
124
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").AddNodePayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
125
|
+
addNode: import("./select-types").InferSelectResult<import("./input-types").AddNodePayload, S> | null;
|
|
126
|
+
}>;
|
|
127
|
+
importGraphJson: <S extends import("./input-types").ImportGraphJsonPayloadSelect>(args: import("./mutation").ImportGraphJsonVariables, options: {
|
|
128
|
+
select: S;
|
|
129
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").ImportGraphJsonPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
130
|
+
importGraphJson: import("./select-types").InferSelectResult<import("./input-types").ImportGraphJsonPayload, S> | null;
|
|
131
|
+
}>;
|
|
132
|
+
insertNodeAtPath: <S extends import("./input-types").InsertNodeAtPathPayloadSelect>(args: import("./mutation").InsertNodeAtPathVariables, options: {
|
|
133
|
+
select: S;
|
|
134
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").InsertNodeAtPathPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
135
|
+
insertNodeAtPath: import("./select-types").InferSelectResult<import("./input-types").InsertNodeAtPathPayload, S> | null;
|
|
136
|
+
}>;
|
|
137
|
+
startExecution: <S extends import("./input-types").StartExecutionPayloadSelect>(args: import("./mutation").StartExecutionVariables, options: {
|
|
138
|
+
select: S;
|
|
139
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").StartExecutionPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
140
|
+
startExecution: import("./select-types").InferSelectResult<import("./input-types").StartExecutionPayload, S> | null;
|
|
141
|
+
}>;
|
|
142
|
+
provisionBucket: <S extends import("./input-types").ProvisionBucketPayloadSelect>(args: import("./mutation").ProvisionBucketVariables, options: {
|
|
143
|
+
select: S;
|
|
144
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionBucketPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
145
|
+
provisionBucket: import("./select-types").InferSelectResult<import("./input-types").ProvisionBucketPayload, S> | null;
|
|
146
|
+
}>;
|
|
147
|
+
};
|
|
148
|
+
};
|