@constructive-io/sdk 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/index.d.ts +1 -1
- package/admin/orm/client.js +1 -3
- package/admin/orm/index.d.ts +34 -34
- package/admin/orm/index.js +1 -1
- package/admin/orm/input-types.d.ts +26 -26
- package/admin/orm/input-types.js +6 -6
- package/admin/orm/models/appAdminGrant.d.ts +5 -5
- package/admin/orm/models/appAdminGrant.js +42 -42
- package/admin/orm/models/appClaimedInvite.d.ts +5 -5
- package/admin/orm/models/appClaimedInvite.js +42 -42
- package/admin/orm/models/appGrant.d.ts +5 -5
- package/admin/orm/models/appGrant.js +42 -42
- package/admin/orm/models/appInvite.d.ts +5 -5
- package/admin/orm/models/appInvite.js +42 -42
- package/admin/orm/models/appMembership.d.ts +5 -5
- package/admin/orm/models/appMembership.js +42 -42
- package/admin/orm/models/appMembershipDefault.d.ts +5 -5
- package/admin/orm/models/appMembershipDefault.js +42 -42
- package/admin/orm/models/appOwnerGrant.d.ts +5 -5
- package/admin/orm/models/appOwnerGrant.js +42 -42
- package/admin/orm/models/appPermission.d.ts +5 -5
- package/admin/orm/models/appPermission.js +42 -42
- package/admin/orm/models/appPermissionDefault.d.ts +5 -5
- package/admin/orm/models/appPermissionDefault.js +42 -42
- package/admin/orm/models/appPermissionDefaultGrant.d.ts +5 -5
- package/admin/orm/models/appPermissionDefaultGrant.js +42 -42
- package/admin/orm/models/appPermissionDefaultPermission.d.ts +5 -5
- package/admin/orm/models/appPermissionDefaultPermission.js +42 -42
- package/admin/orm/models/index.d.ts +26 -26
- package/admin/orm/models/membershipType.d.ts +5 -5
- package/admin/orm/models/membershipType.js +42 -42
- package/admin/orm/models/orgAdminGrant.d.ts +5 -5
- package/admin/orm/models/orgAdminGrant.js +42 -42
- package/admin/orm/models/orgClaimedInvite.d.ts +5 -5
- package/admin/orm/models/orgClaimedInvite.js +42 -42
- package/admin/orm/models/orgGrant.d.ts +5 -5
- package/admin/orm/models/orgGrant.js +42 -42
- package/admin/orm/models/orgInvite.d.ts +5 -5
- package/admin/orm/models/orgInvite.js +42 -42
- package/admin/orm/models/orgMember.d.ts +5 -5
- package/admin/orm/models/orgMember.js +42 -42
- package/admin/orm/models/orgMemberProfile.d.ts +5 -5
- package/admin/orm/models/orgMemberProfile.js +42 -42
- package/admin/orm/models/orgMembership.d.ts +5 -5
- package/admin/orm/models/orgMembership.js +42 -42
- package/admin/orm/models/orgMembershipDefault.d.ts +5 -5
- package/admin/orm/models/orgMembershipDefault.js +42 -42
- package/admin/orm/models/orgMembershipSetting.d.ts +5 -5
- package/admin/orm/models/orgMembershipSetting.js +42 -42
- package/admin/orm/models/orgOwnerGrant.d.ts +5 -5
- package/admin/orm/models/orgOwnerGrant.js +42 -42
- package/admin/orm/models/orgPermission.d.ts +5 -5
- package/admin/orm/models/orgPermission.js +42 -42
- package/admin/orm/models/orgPermissionDefault.d.ts +5 -5
- package/admin/orm/models/orgPermissionDefault.js +42 -42
- package/admin/orm/models/orgPermissionDefaultGrant.d.ts +5 -5
- package/admin/orm/models/orgPermissionDefaultGrant.js +42 -42
- package/admin/orm/models/orgPermissionDefaultPermission.d.ts +5 -5
- package/admin/orm/models/orgPermissionDefaultPermission.js +42 -42
- package/admin/orm/mutation/index.d.ts +4 -4
- package/admin/orm/mutation/index.js +28 -22
- package/admin/orm/query/index.d.ts +3 -3
- package/admin/orm/query/index.js +97 -75
- package/admin/orm/query-builder.js +5 -15
- package/agent/index.d.ts +1 -1
- package/agent/orm/client.js +1 -3
- package/agent/orm/index.d.ts +16 -16
- package/agent/orm/index.js +1 -1
- package/agent/orm/input-types.d.ts +10 -10
- package/agent/orm/input-types.js +17 -17
- package/agent/orm/models/agent.d.ts +5 -5
- package/agent/orm/models/agent.js +42 -42
- package/agent/orm/models/agentMessage.d.ts +5 -5
- package/agent/orm/models/agentMessage.js +42 -42
- package/agent/orm/models/agentPersona.d.ts +5 -5
- package/agent/orm/models/agentPersona.js +42 -42
- package/agent/orm/models/agentPlan.d.ts +5 -5
- package/agent/orm/models/agentPlan.js +42 -42
- package/agent/orm/models/agentPrompt.d.ts +5 -5
- package/agent/orm/models/agentPrompt.js +42 -42
- package/agent/orm/models/agentResource.d.ts +5 -5
- package/agent/orm/models/agentResource.js +42 -42
- package/agent/orm/models/agentResourceChunk.d.ts +5 -5
- package/agent/orm/models/agentResourceChunk.js +42 -42
- package/agent/orm/models/agentTask.d.ts +5 -5
- package/agent/orm/models/agentTask.js +42 -42
- package/agent/orm/models/agentThread.d.ts +5 -5
- package/agent/orm/models/agentThread.js +42 -42
- package/agent/orm/models/index.d.ts +9 -9
- package/agent/orm/mutation/index.d.ts +4 -4
- package/agent/orm/mutation/index.js +10 -8
- package/agent/orm/query-builder.js +5 -15
- package/api/index.d.ts +1 -1
- package/api/orm/client.js +1 -3
- package/api/orm/index.d.ts +73 -73
- package/api/orm/index.js +1 -1
- package/api/orm/input-types.d.ts +67 -67
- package/api/orm/input-types.js +93 -93
- package/api/orm/models/api.d.ts +5 -5
- package/api/orm/models/api.js +42 -42
- package/api/orm/models/apiModule.d.ts +5 -5
- package/api/orm/models/apiModule.js +42 -42
- package/api/orm/models/apiSchema.d.ts +5 -5
- package/api/orm/models/apiSchema.js +42 -42
- package/api/orm/models/apiSetting.d.ts +5 -5
- package/api/orm/models/apiSetting.js +42 -42
- package/api/orm/models/astMigration.d.ts +5 -5
- package/api/orm/models/astMigration.js +30 -30
- package/api/orm/models/checkConstraint.d.ts +5 -5
- package/api/orm/models/checkConstraint.js +42 -42
- package/api/orm/models/compositeType.d.ts +5 -5
- package/api/orm/models/compositeType.js +42 -42
- package/api/orm/models/corsSetting.d.ts +5 -5
- package/api/orm/models/corsSetting.js +42 -42
- package/api/orm/models/database.d.ts +5 -5
- package/api/orm/models/database.js +42 -42
- package/api/orm/models/databaseSetting.d.ts +5 -5
- package/api/orm/models/databaseSetting.js +42 -42
- package/api/orm/models/databaseTransfer.d.ts +5 -5
- package/api/orm/models/databaseTransfer.js +42 -42
- package/api/orm/models/defaultPrivilege.d.ts +5 -5
- package/api/orm/models/defaultPrivilege.js +42 -42
- package/api/orm/models/domain.d.ts +5 -5
- package/api/orm/models/domain.js +42 -42
- package/api/orm/models/domainEvent.d.ts +5 -5
- package/api/orm/models/domainEvent.js +42 -42
- package/api/orm/models/domainVerification.d.ts +5 -5
- package/api/orm/models/domainVerification.js +42 -42
- package/api/orm/models/embeddingChunk.d.ts +5 -5
- package/api/orm/models/embeddingChunk.js +42 -42
- package/api/orm/models/enum.d.ts +5 -5
- package/api/orm/models/enum.js +42 -42
- package/api/orm/models/exclusionConstraint.d.ts +5 -5
- package/api/orm/models/exclusionConstraint.js +42 -42
- package/api/orm/models/field.d.ts +5 -5
- package/api/orm/models/field.js +42 -42
- package/api/orm/models/foreignKeyConstraint.d.ts +5 -5
- package/api/orm/models/foreignKeyConstraint.js +42 -42
- package/api/orm/models/fullTextSearch.d.ts +5 -5
- package/api/orm/models/fullTextSearch.js +42 -42
- package/api/orm/models/function.d.ts +5 -5
- package/api/orm/models/function.js +42 -42
- package/api/orm/models/hostnameBinding.d.ts +5 -5
- package/api/orm/models/hostnameBinding.js +42 -42
- package/api/orm/models/httpRoute.d.ts +5 -5
- package/api/orm/models/httpRoute.js +42 -42
- package/api/orm/models/index.d.ts +65 -65
- package/api/orm/models/indexModel.d.ts +5 -5
- package/api/orm/models/indexModel.js +42 -42
- package/api/orm/models/managedDomain.d.ts +5 -5
- package/api/orm/models/managedDomain.js +42 -42
- package/api/orm/models/nodeTypeRegistry.d.ts +5 -5
- package/api/orm/models/nodeTypeRegistry.js +42 -42
- package/api/orm/models/partition.d.ts +5 -5
- package/api/orm/models/partition.js +42 -42
- package/api/orm/models/platformApi.d.ts +5 -5
- package/api/orm/models/platformApi.js +42 -42
- package/api/orm/models/platformApiModule.d.ts +5 -5
- package/api/orm/models/platformApiModule.js +42 -42
- package/api/orm/models/platformApiSchema.d.ts +5 -5
- package/api/orm/models/platformApiSchema.js +42 -42
- package/api/orm/models/platformApiSetting.d.ts +5 -5
- package/api/orm/models/platformApiSetting.js +42 -42
- package/api/orm/models/platformCorsSetting.d.ts +5 -5
- package/api/orm/models/platformCorsSetting.js +42 -42
- package/api/orm/models/platformDomain.d.ts +5 -5
- package/api/orm/models/platformDomain.js +42 -42
- package/api/orm/models/platformDomainEvent.d.ts +5 -5
- package/api/orm/models/platformDomainEvent.js +42 -42
- package/api/orm/models/platformDomainVerification.d.ts +5 -5
- package/api/orm/models/platformDomainVerification.js +42 -42
- package/api/orm/models/platformManagedDomain.d.ts +5 -5
- package/api/orm/models/platformManagedDomain.js +42 -42
- package/api/orm/models/platformSite.d.ts +5 -5
- package/api/orm/models/platformSite.js +42 -42
- package/api/orm/models/platformSiteMetadatum.d.ts +5 -5
- package/api/orm/models/platformSiteMetadatum.js +42 -42
- package/api/orm/models/platformSiteModule.d.ts +5 -5
- package/api/orm/models/platformSiteModule.js +42 -42
- package/api/orm/models/platformSiteTheme.d.ts +5 -5
- package/api/orm/models/platformSiteTheme.js +42 -42
- package/api/orm/models/policy.d.ts +5 -5
- package/api/orm/models/policy.js +42 -42
- package/api/orm/models/primaryKeyConstraint.d.ts +5 -5
- package/api/orm/models/primaryKeyConstraint.js +42 -42
- package/api/orm/models/pubkeySetting.d.ts +5 -5
- package/api/orm/models/pubkeySetting.js +42 -42
- package/api/orm/models/rlsSetting.d.ts +5 -5
- package/api/orm/models/rlsSetting.js +42 -42
- package/api/orm/models/route.d.ts +5 -5
- package/api/orm/models/route.js +42 -42
- package/api/orm/models/routeBinding.d.ts +5 -5
- package/api/orm/models/routeBinding.js +42 -42
- package/api/orm/models/schema.d.ts +5 -5
- package/api/orm/models/schema.js +42 -42
- package/api/orm/models/schemaGrant.d.ts +5 -5
- package/api/orm/models/schemaGrant.js +42 -42
- package/api/orm/models/site.d.ts +5 -5
- package/api/orm/models/site.js +42 -42
- package/api/orm/models/siteMetadatum.d.ts +5 -5
- package/api/orm/models/siteMetadatum.js +42 -42
- package/api/orm/models/siteModule.d.ts +5 -5
- package/api/orm/models/siteModule.js +42 -42
- package/api/orm/models/siteTheme.d.ts +5 -5
- package/api/orm/models/siteTheme.js +42 -42
- package/api/orm/models/spatialRelation.d.ts +5 -5
- package/api/orm/models/spatialRelation.js +42 -42
- package/api/orm/models/sqlAction.d.ts +5 -5
- package/api/orm/models/sqlAction.js +30 -30
- package/api/orm/models/table.d.ts +5 -5
- package/api/orm/models/table.js +42 -42
- package/api/orm/models/tableGrant.d.ts +5 -5
- package/api/orm/models/tableGrant.js +42 -42
- package/api/orm/models/trigger.d.ts +5 -5
- package/api/orm/models/trigger.js +42 -42
- package/api/orm/models/triggerFunction.d.ts +5 -5
- package/api/orm/models/triggerFunction.js +42 -42
- package/api/orm/models/uniqueConstraint.d.ts +5 -5
- package/api/orm/models/uniqueConstraint.js +42 -42
- package/api/orm/models/view.d.ts +5 -5
- package/api/orm/models/view.js +42 -42
- package/api/orm/models/viewGrant.d.ts +5 -5
- package/api/orm/models/viewGrant.js +42 -42
- package/api/orm/models/viewRule.d.ts +5 -5
- package/api/orm/models/viewRule.js +42 -42
- package/api/orm/models/viewTable.d.ts +5 -5
- package/api/orm/models/viewTable.js +42 -42
- package/api/orm/models/webauthnSetting.d.ts +5 -5
- package/api/orm/models/webauthnSetting.js +42 -42
- package/api/orm/mutation/index.d.ts +4 -4
- package/api/orm/mutation/index.js +64 -50
- package/api/orm/query/index.d.ts +4 -4
- package/api/orm/query/index.js +57 -44
- package/api/orm/query-builder.js +5 -15
- package/auth/index.d.ts +1 -1
- package/auth/orm/client.js +1 -3
- package/auth/orm/index.d.ts +21 -21
- package/auth/orm/index.js +1 -1
- package/auth/orm/input-types.d.ts +13 -13
- package/auth/orm/input-types.js +16 -16
- package/auth/orm/models/auditLogAuth.d.ts +5 -5
- package/auth/orm/models/auditLogAuth.js +43 -43
- package/auth/orm/models/cryptoAddress.d.ts +5 -5
- package/auth/orm/models/cryptoAddress.js +42 -42
- package/auth/orm/models/email.d.ts +5 -5
- package/auth/orm/models/email.js +42 -42
- package/auth/orm/models/identityProvider.d.ts +5 -5
- package/auth/orm/models/identityProvider.js +20 -20
- package/auth/orm/models/index.d.ts +13 -13
- package/auth/orm/models/orgApiKeyList.d.ts +5 -5
- package/auth/orm/models/orgApiKeyList.js +30 -30
- package/auth/orm/models/phoneNumber.d.ts +5 -5
- package/auth/orm/models/phoneNumber.js +42 -42
- package/auth/orm/models/principal.d.ts +5 -5
- package/auth/orm/models/principal.js +30 -30
- package/auth/orm/models/principalEntity.d.ts +5 -5
- package/auth/orm/models/principalEntity.js +42 -42
- package/auth/orm/models/principalScopeOverride.d.ts +5 -5
- package/auth/orm/models/principalScopeOverride.js +30 -30
- package/auth/orm/models/roleType.d.ts +5 -5
- package/auth/orm/models/roleType.js +42 -42
- package/auth/orm/models/user.d.ts +5 -5
- package/auth/orm/models/user.js +42 -42
- package/auth/orm/models/userConnectedAccount.d.ts +5 -5
- package/auth/orm/models/userConnectedAccount.js +30 -30
- package/auth/orm/models/webauthnCredential.d.ts +5 -5
- package/auth/orm/models/webauthnCredential.js +42 -42
- package/auth/orm/mutation/index.d.ts +4 -4
- package/auth/orm/mutation/index.js +271 -211
- package/auth/orm/query/index.d.ts +4 -4
- package/auth/orm/query/index.js +26 -24
- package/auth/orm/query-builder.js +5 -15
- package/compute/index.d.ts +1 -1
- package/compute/orm/client.js +1 -3
- package/compute/orm/index.d.ts +75 -75
- package/compute/orm/index.js +1 -1
- package/compute/orm/input-types.d.ts +67 -67
- package/compute/orm/input-types.js +42 -42
- package/compute/orm/models/dbPreset.d.ts +5 -5
- package/compute/orm/models/dbPreset.js +42 -42
- package/compute/orm/models/functionApiBinding.d.ts +5 -5
- package/compute/orm/models/functionApiBinding.js +42 -42
- package/compute/orm/models/functionDefinition.d.ts +5 -5
- package/compute/orm/models/functionDefinition.js +42 -42
- package/compute/orm/models/functionDeployment.d.ts +5 -5
- package/compute/orm/models/functionDeployment.js +42 -42
- package/compute/orm/models/functionDeploymentEvent.d.ts +5 -5
- package/compute/orm/models/functionDeploymentEvent.js +43 -43
- package/compute/orm/models/functionExecutionLog.d.ts +5 -5
- package/compute/orm/models/functionExecutionLog.js +43 -43
- package/compute/orm/models/functionGraph.d.ts +5 -5
- package/compute/orm/models/functionGraph.js +42 -42
- package/compute/orm/models/functionGraphCommit.d.ts +5 -5
- package/compute/orm/models/functionGraphCommit.js +43 -43
- package/compute/orm/models/functionGraphExecution.d.ts +5 -5
- package/compute/orm/models/functionGraphExecution.js +43 -43
- package/compute/orm/models/functionGraphExecutionNodeState.d.ts +5 -5
- package/compute/orm/models/functionGraphExecutionNodeState.js +43 -43
- package/compute/orm/models/functionGraphExecutionOutput.d.ts +5 -5
- package/compute/orm/models/functionGraphExecutionOutput.js +43 -43
- package/compute/orm/models/functionGraphObject.d.ts +5 -5
- package/compute/orm/models/functionGraphObject.js +38 -38
- package/compute/orm/models/functionGraphRef.d.ts +5 -5
- package/compute/orm/models/functionGraphRef.js +43 -43
- package/compute/orm/models/functionGraphStore.d.ts +5 -5
- package/compute/orm/models/functionGraphStore.js +42 -42
- package/compute/orm/models/functionInvocation.d.ts +5 -5
- package/compute/orm/models/functionInvocation.js +43 -43
- package/compute/orm/models/functionInvocationAttempt.d.ts +5 -5
- package/compute/orm/models/functionInvocationAttempt.js +43 -43
- package/compute/orm/models/getAllTreeNodesRecord.d.ts +5 -5
- package/compute/orm/models/getAllTreeNodesRecord.js +20 -20
- package/compute/orm/models/index.d.ts +67 -67
- package/compute/orm/models/infraCommit.d.ts +5 -5
- package/compute/orm/models/infraCommit.js +43 -43
- package/compute/orm/models/infraGetAllTreeNodesRecord.d.ts +5 -5
- package/compute/orm/models/infraGetAllTreeNodesRecord.js +20 -20
- package/compute/orm/models/infraObject.d.ts +5 -5
- package/compute/orm/models/infraObject.js +38 -38
- package/compute/orm/models/infraRef.d.ts +5 -5
- package/compute/orm/models/infraRef.js +43 -43
- package/compute/orm/models/infraStore.d.ts +5 -5
- package/compute/orm/models/infraStore.js +42 -42
- package/compute/orm/models/integrationProvider.d.ts +5 -5
- package/compute/orm/models/integrationProvider.js +42 -42
- package/compute/orm/models/namespace.d.ts +5 -5
- package/compute/orm/models/namespace.js +42 -42
- package/compute/orm/models/namespaceEvent.d.ts +5 -5
- package/compute/orm/models/namespaceEvent.js +43 -43
- package/compute/orm/models/platformFunctionApiBinding.d.ts +5 -5
- package/compute/orm/models/platformFunctionApiBinding.js +42 -42
- package/compute/orm/models/platformFunctionDefinition.d.ts +5 -5
- package/compute/orm/models/platformFunctionDefinition.js +42 -42
- package/compute/orm/models/platformFunctionDeployment.d.ts +5 -5
- package/compute/orm/models/platformFunctionDeployment.js +42 -42
- package/compute/orm/models/platformFunctionDeploymentEvent.d.ts +5 -5
- package/compute/orm/models/platformFunctionDeploymentEvent.js +43 -43
- package/compute/orm/models/platformFunctionExecutionLog.d.ts +5 -5
- package/compute/orm/models/platformFunctionExecutionLog.js +43 -43
- package/compute/orm/models/platformFunctionInvocation.d.ts +5 -5
- package/compute/orm/models/platformFunctionInvocation.js +43 -43
- package/compute/orm/models/platformFunctionInvocationAttempt.d.ts +5 -5
- package/compute/orm/models/platformFunctionInvocationAttempt.js +43 -43
- package/compute/orm/models/platformInfraCommit.d.ts +5 -5
- package/compute/orm/models/platformInfraCommit.js +43 -43
- package/compute/orm/models/platformInfraGetAllTreeNodesRecord.d.ts +5 -5
- package/compute/orm/models/platformInfraGetAllTreeNodesRecord.js +20 -20
- package/compute/orm/models/platformInfraObject.d.ts +5 -5
- package/compute/orm/models/platformInfraObject.js +38 -38
- package/compute/orm/models/platformInfraRef.d.ts +5 -5
- package/compute/orm/models/platformInfraRef.js +43 -43
- package/compute/orm/models/platformInfraStore.d.ts +5 -5
- package/compute/orm/models/platformInfraStore.js +42 -42
- package/compute/orm/models/platformNamespace.d.ts +5 -5
- package/compute/orm/models/platformNamespace.js +42 -42
- package/compute/orm/models/platformNamespaceEvent.d.ts +5 -5
- package/compute/orm/models/platformNamespaceEvent.js +43 -43
- package/compute/orm/models/platformResource.d.ts +5 -5
- package/compute/orm/models/platformResource.js +42 -42
- package/compute/orm/models/platformResourceDeclaredCapacity.d.ts +5 -5
- package/compute/orm/models/platformResourceDeclaredCapacity.js +20 -20
- package/compute/orm/models/platformResourceDefinition.d.ts +5 -5
- package/compute/orm/models/platformResourceDefinition.js +42 -42
- package/compute/orm/models/platformResourceEvent.d.ts +5 -5
- package/compute/orm/models/platformResourceEvent.js +43 -43
- package/compute/orm/models/platformResourceInstallation.d.ts +5 -5
- package/compute/orm/models/platformResourceInstallation.js +42 -42
- package/compute/orm/models/platformResourceStatusCheck.d.ts +5 -5
- package/compute/orm/models/platformResourceStatusCheck.js +42 -42
- package/compute/orm/models/platformResourceUsageLog.d.ts +5 -5
- package/compute/orm/models/platformResourceUsageLog.js +43 -43
- package/compute/orm/models/platformResourceUsageSummary.d.ts +5 -5
- package/compute/orm/models/platformResourceUsageSummary.js +43 -43
- package/compute/orm/models/platformResourceUtilization.d.ts +5 -5
- package/compute/orm/models/platformResourceUtilization.js +20 -20
- package/compute/orm/models/platformResourcesHealth.d.ts +5 -5
- package/compute/orm/models/platformResourcesHealth.js +30 -30
- package/compute/orm/models/platformResourcesRequirementsState.d.ts +5 -5
- package/compute/orm/models/platformResourcesRequirementsState.js +20 -20
- package/compute/orm/models/platformResourcesResolvedRequirement.d.ts +5 -5
- package/compute/orm/models/platformResourcesResolvedRequirement.js +20 -20
- package/compute/orm/models/platformWebhookEndpoint.d.ts +5 -5
- package/compute/orm/models/platformWebhookEndpoint.js +42 -42
- package/compute/orm/models/platformWebhookEvent.d.ts +5 -5
- package/compute/orm/models/platformWebhookEvent.js +42 -42
- package/compute/orm/models/resource.d.ts +5 -5
- package/compute/orm/models/resource.js +42 -42
- package/compute/orm/models/resourceDeclaredCapacity.d.ts +5 -5
- package/compute/orm/models/resourceDeclaredCapacity.js +20 -20
- package/compute/orm/models/resourceDefinition.d.ts +5 -5
- package/compute/orm/models/resourceDefinition.js +42 -42
- package/compute/orm/models/resourceEvent.d.ts +5 -5
- package/compute/orm/models/resourceEvent.js +43 -43
- package/compute/orm/models/resourceInstallation.d.ts +5 -5
- package/compute/orm/models/resourceInstallation.js +42 -42
- package/compute/orm/models/resourceStatusCheck.d.ts +5 -5
- package/compute/orm/models/resourceStatusCheck.js +42 -42
- package/compute/orm/models/resourceUsageLog.d.ts +5 -5
- package/compute/orm/models/resourceUsageLog.js +43 -43
- package/compute/orm/models/resourceUsageSummary.d.ts +5 -5
- package/compute/orm/models/resourceUsageSummary.js +43 -43
- package/compute/orm/models/resourceUtilization.d.ts +5 -5
- package/compute/orm/models/resourceUtilization.js +20 -20
- package/compute/orm/models/resourcesHealth.d.ts +5 -5
- package/compute/orm/models/resourcesHealth.js +30 -30
- package/compute/orm/models/resourcesRequirementsState.d.ts +5 -5
- package/compute/orm/models/resourcesRequirementsState.js +20 -20
- package/compute/orm/models/resourcesResolvedRequirement.d.ts +5 -5
- package/compute/orm/models/resourcesResolvedRequirement.js +20 -20
- package/compute/orm/models/webhookEndpoint.d.ts +5 -5
- package/compute/orm/models/webhookEndpoint.js +42 -42
- package/compute/orm/models/webhookEvent.d.ts +5 -5
- package/compute/orm/models/webhookEvent.js +42 -42
- package/compute/orm/mutation/index.d.ts +4 -4
- package/compute/orm/mutation/index.js +253 -197
- package/compute/orm/query/index.d.ts +2 -2
- package/compute/orm/query/index.js +10 -8
- package/compute/orm/query-builder.js +5 -15
- package/config/index.d.ts +1 -1
- package/config/orm/client.js +1 -3
- package/config/orm/index.d.ts +12 -12
- package/config/orm/index.js +1 -1
- package/config/orm/input-types.d.ts +5 -5
- package/config/orm/models/config.d.ts +5 -5
- package/config/orm/models/config.js +42 -42
- package/config/orm/models/index.d.ts +5 -5
- package/config/orm/models/platformConfig.d.ts +5 -5
- package/config/orm/models/platformConfig.js +42 -42
- package/config/orm/models/platformInternalSecret.d.ts +5 -5
- package/config/orm/models/platformInternalSecret.js +30 -30
- package/config/orm/models/platformSecret.d.ts +5 -5
- package/config/orm/models/platformSecret.js +30 -30
- package/config/orm/models/secret.d.ts +5 -5
- package/config/orm/models/secret.js +30 -30
- package/config/orm/mutation/index.d.ts +4 -4
- package/config/orm/mutation/index.js +118 -92
- package/config/orm/query-builder.js +5 -15
- package/esm/admin/index.d.ts +1 -1
- package/esm/admin/index.js +1 -1
- package/esm/admin/orm/client.js +1 -3
- package/esm/admin/orm/index.d.ts +34 -34
- package/esm/admin/orm/index.js +36 -36
- package/esm/admin/orm/input-types.d.ts +26 -26
- package/esm/admin/orm/input-types.js +6 -6
- package/esm/admin/orm/models/appAdminGrant.d.ts +5 -5
- package/esm/admin/orm/models/appAdminGrant.js +44 -44
- package/esm/admin/orm/models/appClaimedInvite.d.ts +5 -5
- package/esm/admin/orm/models/appClaimedInvite.js +44 -44
- package/esm/admin/orm/models/appGrant.d.ts +5 -5
- package/esm/admin/orm/models/appGrant.js +44 -44
- package/esm/admin/orm/models/appInvite.d.ts +5 -5
- package/esm/admin/orm/models/appInvite.js +44 -44
- package/esm/admin/orm/models/appMembership.d.ts +5 -5
- package/esm/admin/orm/models/appMembership.js +44 -44
- package/esm/admin/orm/models/appMembershipDefault.d.ts +5 -5
- package/esm/admin/orm/models/appMembershipDefault.js +44 -44
- package/esm/admin/orm/models/appOwnerGrant.d.ts +5 -5
- package/esm/admin/orm/models/appOwnerGrant.js +44 -44
- package/esm/admin/orm/models/appPermission.d.ts +5 -5
- package/esm/admin/orm/models/appPermission.js +44 -44
- package/esm/admin/orm/models/appPermissionDefault.d.ts +5 -5
- package/esm/admin/orm/models/appPermissionDefault.js +44 -44
- package/esm/admin/orm/models/appPermissionDefaultGrant.d.ts +5 -5
- package/esm/admin/orm/models/appPermissionDefaultGrant.js +44 -44
- package/esm/admin/orm/models/appPermissionDefaultPermission.d.ts +5 -5
- package/esm/admin/orm/models/appPermissionDefaultPermission.js +44 -44
- package/esm/admin/orm/models/index.d.ts +26 -26
- package/esm/admin/orm/models/index.js +26 -26
- package/esm/admin/orm/models/membershipType.d.ts +5 -5
- package/esm/admin/orm/models/membershipType.js +44 -44
- package/esm/admin/orm/models/orgAdminGrant.d.ts +5 -5
- package/esm/admin/orm/models/orgAdminGrant.js +44 -44
- package/esm/admin/orm/models/orgClaimedInvite.d.ts +5 -5
- package/esm/admin/orm/models/orgClaimedInvite.js +44 -44
- package/esm/admin/orm/models/orgGrant.d.ts +5 -5
- package/esm/admin/orm/models/orgGrant.js +44 -44
- package/esm/admin/orm/models/orgInvite.d.ts +5 -5
- package/esm/admin/orm/models/orgInvite.js +44 -44
- package/esm/admin/orm/models/orgMember.d.ts +5 -5
- package/esm/admin/orm/models/orgMember.js +44 -44
- package/esm/admin/orm/models/orgMemberProfile.d.ts +5 -5
- package/esm/admin/orm/models/orgMemberProfile.js +44 -44
- package/esm/admin/orm/models/orgMembership.d.ts +5 -5
- package/esm/admin/orm/models/orgMembership.js +44 -44
- package/esm/admin/orm/models/orgMembershipDefault.d.ts +5 -5
- package/esm/admin/orm/models/orgMembershipDefault.js +44 -44
- package/esm/admin/orm/models/orgMembershipSetting.d.ts +5 -5
- package/esm/admin/orm/models/orgMembershipSetting.js +44 -44
- package/esm/admin/orm/models/orgOwnerGrant.d.ts +5 -5
- package/esm/admin/orm/models/orgOwnerGrant.js +44 -44
- package/esm/admin/orm/models/orgPermission.d.ts +5 -5
- package/esm/admin/orm/models/orgPermission.js +44 -44
- package/esm/admin/orm/models/orgPermissionDefault.d.ts +5 -5
- package/esm/admin/orm/models/orgPermissionDefault.js +44 -44
- package/esm/admin/orm/models/orgPermissionDefaultGrant.d.ts +5 -5
- package/esm/admin/orm/models/orgPermissionDefaultGrant.js +44 -44
- package/esm/admin/orm/models/orgPermissionDefaultPermission.d.ts +5 -5
- package/esm/admin/orm/models/orgPermissionDefaultPermission.js +44 -44
- package/esm/admin/orm/mutation/index.d.ts +4 -4
- package/esm/admin/orm/mutation/index.js +30 -24
- package/esm/admin/orm/query/index.d.ts +3 -3
- package/esm/admin/orm/query/index.js +99 -77
- package/esm/admin/orm/query-builder.js +5 -15
- package/esm/agent/index.d.ts +1 -1
- package/esm/agent/index.js +1 -1
- package/esm/agent/orm/client.js +1 -3
- package/esm/agent/orm/index.d.ts +16 -16
- package/esm/agent/orm/index.js +17 -17
- package/esm/agent/orm/input-types.d.ts +10 -10
- package/esm/agent/orm/input-types.js +17 -17
- package/esm/agent/orm/models/agent.d.ts +5 -5
- package/esm/agent/orm/models/agent.js +44 -44
- package/esm/agent/orm/models/agentMessage.d.ts +5 -5
- package/esm/agent/orm/models/agentMessage.js +44 -44
- package/esm/agent/orm/models/agentPersona.d.ts +5 -5
- package/esm/agent/orm/models/agentPersona.js +44 -44
- package/esm/agent/orm/models/agentPlan.d.ts +5 -5
- package/esm/agent/orm/models/agentPlan.js +44 -44
- package/esm/agent/orm/models/agentPrompt.d.ts +5 -5
- package/esm/agent/orm/models/agentPrompt.js +44 -44
- package/esm/agent/orm/models/agentResource.d.ts +5 -5
- package/esm/agent/orm/models/agentResource.js +44 -44
- package/esm/agent/orm/models/agentResourceChunk.d.ts +5 -5
- package/esm/agent/orm/models/agentResourceChunk.js +44 -44
- package/esm/agent/orm/models/agentTask.d.ts +5 -5
- package/esm/agent/orm/models/agentTask.js +44 -44
- package/esm/agent/orm/models/agentThread.d.ts +5 -5
- package/esm/agent/orm/models/agentThread.js +44 -44
- package/esm/agent/orm/models/index.d.ts +9 -9
- package/esm/agent/orm/models/index.js +9 -9
- package/esm/agent/orm/mutation/index.d.ts +4 -4
- package/esm/agent/orm/mutation/index.js +12 -10
- package/esm/agent/orm/query-builder.js +5 -15
- package/esm/api/index.d.ts +1 -1
- package/esm/api/index.js +1 -1
- package/esm/api/orm/client.js +1 -3
- package/esm/api/orm/index.d.ts +73 -73
- package/esm/api/orm/index.js +75 -75
- package/esm/api/orm/input-types.d.ts +67 -67
- package/esm/api/orm/input-types.js +93 -93
- package/esm/api/orm/models/api.d.ts +5 -5
- package/esm/api/orm/models/api.js +44 -44
- package/esm/api/orm/models/apiModule.d.ts +5 -5
- package/esm/api/orm/models/apiModule.js +44 -44
- package/esm/api/orm/models/apiSchema.d.ts +5 -5
- package/esm/api/orm/models/apiSchema.js +44 -44
- package/esm/api/orm/models/apiSetting.d.ts +5 -5
- package/esm/api/orm/models/apiSetting.js +44 -44
- package/esm/api/orm/models/astMigration.d.ts +5 -5
- package/esm/api/orm/models/astMigration.js +32 -32
- package/esm/api/orm/models/checkConstraint.d.ts +5 -5
- package/esm/api/orm/models/checkConstraint.js +44 -44
- package/esm/api/orm/models/compositeType.d.ts +5 -5
- package/esm/api/orm/models/compositeType.js +44 -44
- package/esm/api/orm/models/corsSetting.d.ts +5 -5
- package/esm/api/orm/models/corsSetting.js +44 -44
- package/esm/api/orm/models/database.d.ts +5 -5
- package/esm/api/orm/models/database.js +44 -44
- package/esm/api/orm/models/databaseSetting.d.ts +5 -5
- package/esm/api/orm/models/databaseSetting.js +44 -44
- package/esm/api/orm/models/databaseTransfer.d.ts +5 -5
- package/esm/api/orm/models/databaseTransfer.js +44 -44
- package/esm/api/orm/models/defaultPrivilege.d.ts +5 -5
- package/esm/api/orm/models/defaultPrivilege.js +44 -44
- package/esm/api/orm/models/domain.d.ts +5 -5
- package/esm/api/orm/models/domain.js +44 -44
- package/esm/api/orm/models/domainEvent.d.ts +5 -5
- package/esm/api/orm/models/domainEvent.js +44 -44
- package/esm/api/orm/models/domainVerification.d.ts +5 -5
- package/esm/api/orm/models/domainVerification.js +44 -44
- package/esm/api/orm/models/embeddingChunk.d.ts +5 -5
- package/esm/api/orm/models/embeddingChunk.js +44 -44
- package/esm/api/orm/models/enum.d.ts +5 -5
- package/esm/api/orm/models/enum.js +44 -44
- package/esm/api/orm/models/exclusionConstraint.d.ts +5 -5
- package/esm/api/orm/models/exclusionConstraint.js +44 -44
- package/esm/api/orm/models/field.d.ts +5 -5
- package/esm/api/orm/models/field.js +44 -44
- package/esm/api/orm/models/foreignKeyConstraint.d.ts +5 -5
- package/esm/api/orm/models/foreignKeyConstraint.js +44 -44
- package/esm/api/orm/models/fullTextSearch.d.ts +5 -5
- package/esm/api/orm/models/fullTextSearch.js +44 -44
- package/esm/api/orm/models/function.d.ts +5 -5
- package/esm/api/orm/models/function.js +44 -44
- package/esm/api/orm/models/hostnameBinding.d.ts +5 -5
- package/esm/api/orm/models/hostnameBinding.js +44 -44
- package/esm/api/orm/models/httpRoute.d.ts +5 -5
- package/esm/api/orm/models/httpRoute.js +44 -44
- package/esm/api/orm/models/index.d.ts +65 -65
- package/esm/api/orm/models/index.js +65 -65
- package/esm/api/orm/models/indexModel.d.ts +5 -5
- package/esm/api/orm/models/indexModel.js +44 -44
- package/esm/api/orm/models/managedDomain.d.ts +5 -5
- package/esm/api/orm/models/managedDomain.js +44 -44
- package/esm/api/orm/models/nodeTypeRegistry.d.ts +5 -5
- package/esm/api/orm/models/nodeTypeRegistry.js +44 -44
- package/esm/api/orm/models/partition.d.ts +5 -5
- package/esm/api/orm/models/partition.js +44 -44
- package/esm/api/orm/models/platformApi.d.ts +5 -5
- package/esm/api/orm/models/platformApi.js +44 -44
- package/esm/api/orm/models/platformApiModule.d.ts +5 -5
- package/esm/api/orm/models/platformApiModule.js +44 -44
- package/esm/api/orm/models/platformApiSchema.d.ts +5 -5
- package/esm/api/orm/models/platformApiSchema.js +44 -44
- package/esm/api/orm/models/platformApiSetting.d.ts +5 -5
- package/esm/api/orm/models/platformApiSetting.js +44 -44
- package/esm/api/orm/models/platformCorsSetting.d.ts +5 -5
- package/esm/api/orm/models/platformCorsSetting.js +44 -44
- package/esm/api/orm/models/platformDomain.d.ts +5 -5
- package/esm/api/orm/models/platformDomain.js +44 -44
- package/esm/api/orm/models/platformDomainEvent.d.ts +5 -5
- package/esm/api/orm/models/platformDomainEvent.js +44 -44
- package/esm/api/orm/models/platformDomainVerification.d.ts +5 -5
- package/esm/api/orm/models/platformDomainVerification.js +44 -44
- package/esm/api/orm/models/platformManagedDomain.d.ts +5 -5
- package/esm/api/orm/models/platformManagedDomain.js +44 -44
- package/esm/api/orm/models/platformSite.d.ts +5 -5
- package/esm/api/orm/models/platformSite.js +44 -44
- package/esm/api/orm/models/platformSiteMetadatum.d.ts +5 -5
- package/esm/api/orm/models/platformSiteMetadatum.js +44 -44
- package/esm/api/orm/models/platformSiteModule.d.ts +5 -5
- package/esm/api/orm/models/platformSiteModule.js +44 -44
- package/esm/api/orm/models/platformSiteTheme.d.ts +5 -5
- package/esm/api/orm/models/platformSiteTheme.js +44 -44
- package/esm/api/orm/models/policy.d.ts +5 -5
- package/esm/api/orm/models/policy.js +44 -44
- package/esm/api/orm/models/primaryKeyConstraint.d.ts +5 -5
- package/esm/api/orm/models/primaryKeyConstraint.js +44 -44
- package/esm/api/orm/models/pubkeySetting.d.ts +5 -5
- package/esm/api/orm/models/pubkeySetting.js +44 -44
- package/esm/api/orm/models/rlsSetting.d.ts +5 -5
- package/esm/api/orm/models/rlsSetting.js +44 -44
- package/esm/api/orm/models/route.d.ts +5 -5
- package/esm/api/orm/models/route.js +44 -44
- package/esm/api/orm/models/routeBinding.d.ts +5 -5
- package/esm/api/orm/models/routeBinding.js +44 -44
- package/esm/api/orm/models/schema.d.ts +5 -5
- package/esm/api/orm/models/schema.js +44 -44
- package/esm/api/orm/models/schemaGrant.d.ts +5 -5
- package/esm/api/orm/models/schemaGrant.js +44 -44
- package/esm/api/orm/models/site.d.ts +5 -5
- package/esm/api/orm/models/site.js +44 -44
- package/esm/api/orm/models/siteMetadatum.d.ts +5 -5
- package/esm/api/orm/models/siteMetadatum.js +44 -44
- package/esm/api/orm/models/siteModule.d.ts +5 -5
- package/esm/api/orm/models/siteModule.js +44 -44
- package/esm/api/orm/models/siteTheme.d.ts +5 -5
- package/esm/api/orm/models/siteTheme.js +44 -44
- package/esm/api/orm/models/spatialRelation.d.ts +5 -5
- package/esm/api/orm/models/spatialRelation.js +44 -44
- package/esm/api/orm/models/sqlAction.d.ts +5 -5
- package/esm/api/orm/models/sqlAction.js +32 -32
- package/esm/api/orm/models/table.d.ts +5 -5
- package/esm/api/orm/models/table.js +44 -44
- package/esm/api/orm/models/tableGrant.d.ts +5 -5
- package/esm/api/orm/models/tableGrant.js +44 -44
- package/esm/api/orm/models/trigger.d.ts +5 -5
- package/esm/api/orm/models/trigger.js +44 -44
- package/esm/api/orm/models/triggerFunction.d.ts +5 -5
- package/esm/api/orm/models/triggerFunction.js +44 -44
- package/esm/api/orm/models/uniqueConstraint.d.ts +5 -5
- package/esm/api/orm/models/uniqueConstraint.js +44 -44
- package/esm/api/orm/models/view.d.ts +5 -5
- package/esm/api/orm/models/view.js +44 -44
- package/esm/api/orm/models/viewGrant.d.ts +5 -5
- package/esm/api/orm/models/viewGrant.js +44 -44
- package/esm/api/orm/models/viewRule.d.ts +5 -5
- package/esm/api/orm/models/viewRule.js +44 -44
- package/esm/api/orm/models/viewTable.d.ts +5 -5
- package/esm/api/orm/models/viewTable.js +44 -44
- package/esm/api/orm/models/webauthnSetting.d.ts +5 -5
- package/esm/api/orm/models/webauthnSetting.js +44 -44
- package/esm/api/orm/mutation/index.d.ts +4 -4
- package/esm/api/orm/mutation/index.js +66 -52
- package/esm/api/orm/query/index.d.ts +4 -4
- package/esm/api/orm/query/index.js +59 -46
- package/esm/api/orm/query-builder.js +5 -15
- package/esm/auth/index.d.ts +1 -1
- package/esm/auth/index.js +1 -1
- package/esm/auth/orm/client.js +1 -3
- package/esm/auth/orm/index.d.ts +21 -21
- package/esm/auth/orm/index.js +23 -23
- package/esm/auth/orm/input-types.d.ts +13 -13
- package/esm/auth/orm/input-types.js +16 -16
- package/esm/auth/orm/models/auditLogAuth.d.ts +5 -5
- package/esm/auth/orm/models/auditLogAuth.js +45 -45
- package/esm/auth/orm/models/cryptoAddress.d.ts +5 -5
- package/esm/auth/orm/models/cryptoAddress.js +44 -44
- package/esm/auth/orm/models/email.d.ts +5 -5
- package/esm/auth/orm/models/email.js +44 -44
- package/esm/auth/orm/models/identityProvider.d.ts +5 -5
- package/esm/auth/orm/models/identityProvider.js +22 -22
- package/esm/auth/orm/models/index.d.ts +13 -13
- package/esm/auth/orm/models/index.js +13 -13
- package/esm/auth/orm/models/orgApiKeyList.d.ts +5 -5
- package/esm/auth/orm/models/orgApiKeyList.js +32 -32
- package/esm/auth/orm/models/phoneNumber.d.ts +5 -5
- package/esm/auth/orm/models/phoneNumber.js +44 -44
- package/esm/auth/orm/models/principal.d.ts +5 -5
- package/esm/auth/orm/models/principal.js +32 -32
- package/esm/auth/orm/models/principalEntity.d.ts +5 -5
- package/esm/auth/orm/models/principalEntity.js +44 -44
- package/esm/auth/orm/models/principalScopeOverride.d.ts +5 -5
- package/esm/auth/orm/models/principalScopeOverride.js +32 -32
- package/esm/auth/orm/models/roleType.d.ts +5 -5
- package/esm/auth/orm/models/roleType.js +44 -44
- package/esm/auth/orm/models/user.d.ts +5 -5
- package/esm/auth/orm/models/user.js +44 -44
- package/esm/auth/orm/models/userConnectedAccount.d.ts +5 -5
- package/esm/auth/orm/models/userConnectedAccount.js +32 -32
- package/esm/auth/orm/models/webauthnCredential.d.ts +5 -5
- package/esm/auth/orm/models/webauthnCredential.js +44 -44
- package/esm/auth/orm/mutation/index.d.ts +4 -4
- package/esm/auth/orm/mutation/index.js +273 -213
- package/esm/auth/orm/query/index.d.ts +4 -4
- package/esm/auth/orm/query/index.js +28 -26
- package/esm/auth/orm/query-builder.js +5 -15
- package/esm/compute/index.d.ts +1 -1
- package/esm/compute/index.js +1 -1
- package/esm/compute/orm/client.js +1 -3
- package/esm/compute/orm/index.d.ts +75 -75
- package/esm/compute/orm/index.js +77 -77
- package/esm/compute/orm/input-types.d.ts +67 -67
- package/esm/compute/orm/input-types.js +42 -42
- package/esm/compute/orm/models/dbPreset.d.ts +5 -5
- package/esm/compute/orm/models/dbPreset.js +44 -44
- package/esm/compute/orm/models/functionApiBinding.d.ts +5 -5
- package/esm/compute/orm/models/functionApiBinding.js +44 -44
- package/esm/compute/orm/models/functionDefinition.d.ts +5 -5
- package/esm/compute/orm/models/functionDefinition.js +44 -44
- package/esm/compute/orm/models/functionDeployment.d.ts +5 -5
- package/esm/compute/orm/models/functionDeployment.js +44 -44
- package/esm/compute/orm/models/functionDeploymentEvent.d.ts +5 -5
- package/esm/compute/orm/models/functionDeploymentEvent.js +45 -45
- package/esm/compute/orm/models/functionExecutionLog.d.ts +5 -5
- package/esm/compute/orm/models/functionExecutionLog.js +45 -45
- package/esm/compute/orm/models/functionGraph.d.ts +5 -5
- package/esm/compute/orm/models/functionGraph.js +44 -44
- package/esm/compute/orm/models/functionGraphCommit.d.ts +5 -5
- package/esm/compute/orm/models/functionGraphCommit.js +45 -45
- package/esm/compute/orm/models/functionGraphExecution.d.ts +5 -5
- package/esm/compute/orm/models/functionGraphExecution.js +45 -45
- package/esm/compute/orm/models/functionGraphExecutionNodeState.d.ts +5 -5
- package/esm/compute/orm/models/functionGraphExecutionNodeState.js +45 -45
- package/esm/compute/orm/models/functionGraphExecutionOutput.d.ts +5 -5
- package/esm/compute/orm/models/functionGraphExecutionOutput.js +45 -45
- package/esm/compute/orm/models/functionGraphObject.d.ts +5 -5
- package/esm/compute/orm/models/functionGraphObject.js +40 -40
- package/esm/compute/orm/models/functionGraphRef.d.ts +5 -5
- package/esm/compute/orm/models/functionGraphRef.js +45 -45
- package/esm/compute/orm/models/functionGraphStore.d.ts +5 -5
- package/esm/compute/orm/models/functionGraphStore.js +44 -44
- package/esm/compute/orm/models/functionInvocation.d.ts +5 -5
- package/esm/compute/orm/models/functionInvocation.js +45 -45
- package/esm/compute/orm/models/functionInvocationAttempt.d.ts +5 -5
- package/esm/compute/orm/models/functionInvocationAttempt.js +45 -45
- package/esm/compute/orm/models/getAllTreeNodesRecord.d.ts +5 -5
- package/esm/compute/orm/models/getAllTreeNodesRecord.js +22 -22
- package/esm/compute/orm/models/index.d.ts +67 -67
- package/esm/compute/orm/models/index.js +67 -67
- package/esm/compute/orm/models/infraCommit.d.ts +5 -5
- package/esm/compute/orm/models/infraCommit.js +45 -45
- package/esm/compute/orm/models/infraGetAllTreeNodesRecord.d.ts +5 -5
- package/esm/compute/orm/models/infraGetAllTreeNodesRecord.js +22 -22
- package/esm/compute/orm/models/infraObject.d.ts +5 -5
- package/esm/compute/orm/models/infraObject.js +40 -40
- package/esm/compute/orm/models/infraRef.d.ts +5 -5
- package/esm/compute/orm/models/infraRef.js +45 -45
- package/esm/compute/orm/models/infraStore.d.ts +5 -5
- package/esm/compute/orm/models/infraStore.js +44 -44
- package/esm/compute/orm/models/integrationProvider.d.ts +5 -5
- package/esm/compute/orm/models/integrationProvider.js +44 -44
- package/esm/compute/orm/models/namespace.d.ts +5 -5
- package/esm/compute/orm/models/namespace.js +44 -44
- package/esm/compute/orm/models/namespaceEvent.d.ts +5 -5
- package/esm/compute/orm/models/namespaceEvent.js +45 -45
- package/esm/compute/orm/models/platformFunctionApiBinding.d.ts +5 -5
- package/esm/compute/orm/models/platformFunctionApiBinding.js +44 -44
- package/esm/compute/orm/models/platformFunctionDefinition.d.ts +5 -5
- package/esm/compute/orm/models/platformFunctionDefinition.js +44 -44
- package/esm/compute/orm/models/platformFunctionDeployment.d.ts +5 -5
- package/esm/compute/orm/models/platformFunctionDeployment.js +44 -44
- package/esm/compute/orm/models/platformFunctionDeploymentEvent.d.ts +5 -5
- package/esm/compute/orm/models/platformFunctionDeploymentEvent.js +45 -45
- package/esm/compute/orm/models/platformFunctionExecutionLog.d.ts +5 -5
- package/esm/compute/orm/models/platformFunctionExecutionLog.js +45 -45
- package/esm/compute/orm/models/platformFunctionInvocation.d.ts +5 -5
- package/esm/compute/orm/models/platformFunctionInvocation.js +45 -45
- package/esm/compute/orm/models/platformFunctionInvocationAttempt.d.ts +5 -5
- package/esm/compute/orm/models/platformFunctionInvocationAttempt.js +45 -45
- package/esm/compute/orm/models/platformInfraCommit.d.ts +5 -5
- package/esm/compute/orm/models/platformInfraCommit.js +45 -45
- package/esm/compute/orm/models/platformInfraGetAllTreeNodesRecord.d.ts +5 -5
- package/esm/compute/orm/models/platformInfraGetAllTreeNodesRecord.js +22 -22
- package/esm/compute/orm/models/platformInfraObject.d.ts +5 -5
- package/esm/compute/orm/models/platformInfraObject.js +40 -40
- package/esm/compute/orm/models/platformInfraRef.d.ts +5 -5
- package/esm/compute/orm/models/platformInfraRef.js +45 -45
- package/esm/compute/orm/models/platformInfraStore.d.ts +5 -5
- package/esm/compute/orm/models/platformInfraStore.js +44 -44
- package/esm/compute/orm/models/platformNamespace.d.ts +5 -5
- package/esm/compute/orm/models/platformNamespace.js +44 -44
- package/esm/compute/orm/models/platformNamespaceEvent.d.ts +5 -5
- package/esm/compute/orm/models/platformNamespaceEvent.js +45 -45
- package/esm/compute/orm/models/platformResource.d.ts +5 -5
- package/esm/compute/orm/models/platformResource.js +44 -44
- package/esm/compute/orm/models/platformResourceDeclaredCapacity.d.ts +5 -5
- package/esm/compute/orm/models/platformResourceDeclaredCapacity.js +22 -22
- package/esm/compute/orm/models/platformResourceDefinition.d.ts +5 -5
- package/esm/compute/orm/models/platformResourceDefinition.js +44 -44
- package/esm/compute/orm/models/platformResourceEvent.d.ts +5 -5
- package/esm/compute/orm/models/platformResourceEvent.js +45 -45
- package/esm/compute/orm/models/platformResourceInstallation.d.ts +5 -5
- package/esm/compute/orm/models/platformResourceInstallation.js +44 -44
- package/esm/compute/orm/models/platformResourceStatusCheck.d.ts +5 -5
- package/esm/compute/orm/models/platformResourceStatusCheck.js +44 -44
- package/esm/compute/orm/models/platformResourceUsageLog.d.ts +5 -5
- package/esm/compute/orm/models/platformResourceUsageLog.js +45 -45
- package/esm/compute/orm/models/platformResourceUsageSummary.d.ts +5 -5
- package/esm/compute/orm/models/platformResourceUsageSummary.js +45 -45
- package/esm/compute/orm/models/platformResourceUtilization.d.ts +5 -5
- package/esm/compute/orm/models/platformResourceUtilization.js +22 -22
- package/esm/compute/orm/models/platformResourcesHealth.d.ts +5 -5
- package/esm/compute/orm/models/platformResourcesHealth.js +32 -32
- package/esm/compute/orm/models/platformResourcesRequirementsState.d.ts +5 -5
- package/esm/compute/orm/models/platformResourcesRequirementsState.js +22 -22
- package/esm/compute/orm/models/platformResourcesResolvedRequirement.d.ts +5 -5
- package/esm/compute/orm/models/platformResourcesResolvedRequirement.js +22 -22
- package/esm/compute/orm/models/platformWebhookEndpoint.d.ts +5 -5
- package/esm/compute/orm/models/platformWebhookEndpoint.js +44 -44
- package/esm/compute/orm/models/platformWebhookEvent.d.ts +5 -5
- package/esm/compute/orm/models/platformWebhookEvent.js +44 -44
- package/esm/compute/orm/models/resource.d.ts +5 -5
- package/esm/compute/orm/models/resource.js +44 -44
- package/esm/compute/orm/models/resourceDeclaredCapacity.d.ts +5 -5
- package/esm/compute/orm/models/resourceDeclaredCapacity.js +22 -22
- package/esm/compute/orm/models/resourceDefinition.d.ts +5 -5
- package/esm/compute/orm/models/resourceDefinition.js +44 -44
- package/esm/compute/orm/models/resourceEvent.d.ts +5 -5
- package/esm/compute/orm/models/resourceEvent.js +45 -45
- package/esm/compute/orm/models/resourceInstallation.d.ts +5 -5
- package/esm/compute/orm/models/resourceInstallation.js +44 -44
- package/esm/compute/orm/models/resourceStatusCheck.d.ts +5 -5
- package/esm/compute/orm/models/resourceStatusCheck.js +44 -44
- package/esm/compute/orm/models/resourceUsageLog.d.ts +5 -5
- package/esm/compute/orm/models/resourceUsageLog.js +45 -45
- package/esm/compute/orm/models/resourceUsageSummary.d.ts +5 -5
- package/esm/compute/orm/models/resourceUsageSummary.js +45 -45
- package/esm/compute/orm/models/resourceUtilization.d.ts +5 -5
- package/esm/compute/orm/models/resourceUtilization.js +22 -22
- package/esm/compute/orm/models/resourcesHealth.d.ts +5 -5
- package/esm/compute/orm/models/resourcesHealth.js +32 -32
- package/esm/compute/orm/models/resourcesRequirementsState.d.ts +5 -5
- package/esm/compute/orm/models/resourcesRequirementsState.js +22 -22
- package/esm/compute/orm/models/resourcesResolvedRequirement.d.ts +5 -5
- package/esm/compute/orm/models/resourcesResolvedRequirement.js +22 -22
- package/esm/compute/orm/models/webhookEndpoint.d.ts +5 -5
- package/esm/compute/orm/models/webhookEndpoint.js +44 -44
- package/esm/compute/orm/models/webhookEvent.d.ts +5 -5
- package/esm/compute/orm/models/webhookEvent.js +44 -44
- package/esm/compute/orm/mutation/index.d.ts +4 -4
- package/esm/compute/orm/mutation/index.js +255 -199
- package/esm/compute/orm/query/index.d.ts +2 -2
- package/esm/compute/orm/query/index.js +12 -10
- package/esm/compute/orm/query-builder.js +5 -15
- package/esm/config/index.d.ts +1 -1
- package/esm/config/index.js +1 -1
- package/esm/config/orm/client.js +1 -3
- package/esm/config/orm/index.d.ts +12 -12
- package/esm/config/orm/index.js +13 -13
- package/esm/config/orm/input-types.d.ts +5 -5
- package/esm/config/orm/models/config.d.ts +5 -5
- package/esm/config/orm/models/config.js +44 -44
- package/esm/config/orm/models/index.d.ts +5 -5
- package/esm/config/orm/models/index.js +5 -5
- package/esm/config/orm/models/platformConfig.d.ts +5 -5
- package/esm/config/orm/models/platformConfig.js +44 -44
- package/esm/config/orm/models/platformInternalSecret.d.ts +5 -5
- package/esm/config/orm/models/platformInternalSecret.js +32 -32
- package/esm/config/orm/models/platformSecret.d.ts +5 -5
- package/esm/config/orm/models/platformSecret.js +32 -32
- package/esm/config/orm/models/secret.d.ts +5 -5
- package/esm/config/orm/models/secret.js +32 -32
- package/esm/config/orm/mutation/index.d.ts +4 -4
- package/esm/config/orm/mutation/index.js +120 -94
- package/esm/config/orm/query-builder.js +5 -15
- package/esm/index.d.ts +10 -10
- package/esm/index.js +10 -10
- package/esm/infra/index.d.ts +1 -1
- package/esm/infra/index.js +1 -1
- package/esm/infra/orm/client.js +1 -3
- package/esm/infra/orm/index.d.ts +17 -17
- package/esm/infra/orm/index.js +18 -18
- package/esm/infra/orm/input-types.d.ts +10 -10
- package/esm/infra/orm/models/dbPreset.d.ts +5 -5
- package/esm/infra/orm/models/dbPreset.js +44 -44
- package/esm/infra/orm/models/index.d.ts +10 -10
- package/esm/infra/orm/models/index.js +10 -10
- package/esm/infra/orm/models/namespace.d.ts +5 -5
- package/esm/infra/orm/models/namespace.js +44 -44
- package/esm/infra/orm/models/namespaceEvent.d.ts +5 -5
- package/esm/infra/orm/models/namespaceEvent.js +45 -45
- package/esm/infra/orm/models/platformInfraCommit.d.ts +5 -5
- package/esm/infra/orm/models/platformInfraCommit.js +45 -45
- package/esm/infra/orm/models/platformInfraGetAllTreeNodesRecord.d.ts +5 -5
- package/esm/infra/orm/models/platformInfraGetAllTreeNodesRecord.js +22 -22
- package/esm/infra/orm/models/platformInfraObject.d.ts +5 -5
- package/esm/infra/orm/models/platformInfraObject.js +40 -40
- package/esm/infra/orm/models/platformInfraRef.d.ts +5 -5
- package/esm/infra/orm/models/platformInfraRef.js +45 -45
- package/esm/infra/orm/models/platformInfraStore.d.ts +5 -5
- package/esm/infra/orm/models/platformInfraStore.js +44 -44
- package/esm/infra/orm/models/platformNamespace.d.ts +5 -5
- package/esm/infra/orm/models/platformNamespace.js +44 -44
- package/esm/infra/orm/models/platformNamespaceEvent.d.ts +5 -5
- package/esm/infra/orm/models/platformNamespaceEvent.js +45 -45
- package/esm/infra/orm/mutation/index.d.ts +4 -4
- package/esm/infra/orm/mutation/index.js +39 -31
- package/esm/infra/orm/query-builder.js +5 -15
- package/esm/modules/index.d.ts +1 -1
- package/esm/modules/index.js +1 -1
- package/esm/modules/orm/client.js +1 -3
- package/esm/modules/orm/index.d.ts +83 -83
- package/esm/modules/orm/index.js +85 -85
- package/esm/modules/orm/input-types.d.ts +75 -75
- package/esm/modules/orm/input-types.js +9 -9
- package/esm/modules/orm/models/agentModule.d.ts +5 -5
- package/esm/modules/orm/models/agentModule.js +44 -44
- package/esm/modules/orm/models/apiSurfaceModule.d.ts +5 -5
- package/esm/modules/orm/models/apiSurfaceModule.js +44 -44
- package/esm/modules/orm/models/appModule.d.ts +5 -5
- package/esm/modules/orm/models/appModule.js +44 -44
- package/esm/modules/orm/models/billingModule.d.ts +5 -5
- package/esm/modules/orm/models/billingModule.js +44 -44
- package/esm/modules/orm/models/billingProviderModule.d.ts +5 -5
- package/esm/modules/orm/models/billingProviderModule.js +44 -44
- package/esm/modules/orm/models/blueprint.d.ts +5 -5
- package/esm/modules/orm/models/blueprint.js +44 -44
- package/esm/modules/orm/models/blueprintConstruction.d.ts +5 -5
- package/esm/modules/orm/models/blueprintConstruction.js +44 -44
- package/esm/modules/orm/models/blueprintTemplate.d.ts +5 -5
- package/esm/modules/orm/models/blueprintTemplate.js +44 -44
- package/esm/modules/orm/models/catalogModule.d.ts +5 -5
- package/esm/modules/orm/models/catalogModule.js +44 -44
- package/esm/modules/orm/models/computeLogModule.d.ts +5 -5
- package/esm/modules/orm/models/computeLogModule.js +44 -44
- package/esm/modules/orm/models/configSecretsUserModule.d.ts +5 -5
- package/esm/modules/orm/models/configSecretsUserModule.js +44 -44
- package/esm/modules/orm/models/connectedAccountsModule.d.ts +5 -5
- package/esm/modules/orm/models/connectedAccountsModule.js +44 -44
- package/esm/modules/orm/models/cryptoAddressesModule.d.ts +5 -5
- package/esm/modules/orm/models/cryptoAddressesModule.js +44 -44
- package/esm/modules/orm/models/cryptoAuthModule.d.ts +5 -5
- package/esm/modules/orm/models/cryptoAuthModule.js +44 -44
- package/esm/modules/orm/models/databaseProvisionModule.d.ts +5 -5
- package/esm/modules/orm/models/databaseProvisionModule.js +44 -44
- package/esm/modules/orm/models/databaseSettingsModule.d.ts +5 -5
- package/esm/modules/orm/models/databaseSettingsModule.js +44 -44
- package/esm/modules/orm/models/dbPool.d.ts +5 -5
- package/esm/modules/orm/models/dbPool.js +44 -44
- package/esm/modules/orm/models/dbPoolConfig.d.ts +5 -5
- package/esm/modules/orm/models/dbPoolConfig.js +44 -44
- package/esm/modules/orm/models/dbPresetModule.d.ts +5 -5
- package/esm/modules/orm/models/dbPresetModule.js +44 -44
- package/esm/modules/orm/models/dbUsageModule.d.ts +5 -5
- package/esm/modules/orm/models/dbUsageModule.js +44 -44
- package/esm/modules/orm/models/defaultIdsModule.d.ts +5 -5
- package/esm/modules/orm/models/defaultIdsModule.js +44 -44
- package/esm/modules/orm/models/denormalizedTableField.d.ts +5 -5
- package/esm/modules/orm/models/denormalizedTableField.js +44 -44
- package/esm/modules/orm/models/devicesModule.d.ts +5 -5
- package/esm/modules/orm/models/devicesModule.js +44 -44
- package/esm/modules/orm/models/domainModule.d.ts +5 -5
- package/esm/modules/orm/models/domainModule.js +44 -44
- package/esm/modules/orm/models/emailsModule.d.ts +5 -5
- package/esm/modules/orm/models/emailsModule.js +44 -44
- package/esm/modules/orm/models/entityTypeProvision.d.ts +5 -5
- package/esm/modules/orm/models/entityTypeProvision.js +44 -44
- package/esm/modules/orm/models/eventsModule.d.ts +5 -5
- package/esm/modules/orm/models/eventsModule.js +44 -44
- package/esm/modules/orm/models/functionDeploymentModule.d.ts +5 -5
- package/esm/modules/orm/models/functionDeploymentModule.js +44 -44
- package/esm/modules/orm/models/functionInvocationModule.d.ts +5 -5
- package/esm/modules/orm/models/functionInvocationModule.js +44 -44
- package/esm/modules/orm/models/functionModule.d.ts +5 -5
- package/esm/modules/orm/models/functionModule.js +44 -44
- package/esm/modules/orm/models/graphExecutionModule.d.ts +5 -5
- package/esm/modules/orm/models/graphExecutionModule.js +44 -44
- package/esm/modules/orm/models/graphModule.d.ts +5 -5
- package/esm/modules/orm/models/graphModule.js +44 -44
- package/esm/modules/orm/models/hierarchyModule.d.ts +5 -5
- package/esm/modules/orm/models/hierarchyModule.js +44 -44
- package/esm/modules/orm/models/httpRouteModule.d.ts +5 -5
- package/esm/modules/orm/models/httpRouteModule.js +44 -44
- package/esm/modules/orm/models/i18NModule.d.ts +5 -5
- package/esm/modules/orm/models/i18NModule.js +44 -44
- package/esm/modules/orm/models/identityProvidersModule.d.ts +5 -5
- package/esm/modules/orm/models/identityProvidersModule.js +44 -44
- package/esm/modules/orm/models/index.d.ts +75 -75
- package/esm/modules/orm/models/index.js +75 -75
- package/esm/modules/orm/models/inferenceLogModule.d.ts +5 -5
- package/esm/modules/orm/models/inferenceLogModule.js +44 -44
- package/esm/modules/orm/models/infraConfigModule.d.ts +5 -5
- package/esm/modules/orm/models/infraConfigModule.js +44 -44
- package/esm/modules/orm/models/infraSecretsModule.d.ts +5 -5
- package/esm/modules/orm/models/infraSecretsModule.js +44 -44
- package/esm/modules/orm/models/integrationProvidersModule.d.ts +5 -5
- package/esm/modules/orm/models/integrationProvidersModule.js +44 -44
- package/esm/modules/orm/models/internalSecretsModule.d.ts +5 -5
- package/esm/modules/orm/models/internalSecretsModule.js +44 -44
- package/esm/modules/orm/models/invitesModule.d.ts +5 -5
- package/esm/modules/orm/models/invitesModule.js +44 -44
- package/esm/modules/orm/models/limitsModule.d.ts +5 -5
- package/esm/modules/orm/models/limitsModule.js +44 -44
- package/esm/modules/orm/models/membershipTypesModule.d.ts +5 -5
- package/esm/modules/orm/models/membershipTypesModule.js +44 -44
- package/esm/modules/orm/models/membershipsModule.d.ts +5 -5
- package/esm/modules/orm/models/membershipsModule.js +44 -44
- package/esm/modules/orm/models/merkleStoreModule.d.ts +5 -5
- package/esm/modules/orm/models/merkleStoreModule.js +44 -44
- package/esm/modules/orm/models/namespaceModule.d.ts +5 -5
- package/esm/modules/orm/models/namespaceModule.js +44 -44
- package/esm/modules/orm/models/notificationsModule.d.ts +5 -5
- package/esm/modules/orm/models/notificationsModule.js +44 -44
- package/esm/modules/orm/models/permissionsModule.d.ts +5 -5
- package/esm/modules/orm/models/permissionsModule.js +44 -44
- package/esm/modules/orm/models/phoneNumbersModule.d.ts +5 -5
- package/esm/modules/orm/models/phoneNumbersModule.js +44 -44
- package/esm/modules/orm/models/plansModule.d.ts +5 -5
- package/esm/modules/orm/models/plansModule.js +44 -44
- package/esm/modules/orm/models/principalAuthModule.d.ts +5 -5
- package/esm/modules/orm/models/principalAuthModule.js +44 -44
- package/esm/modules/orm/models/profilesModule.d.ts +5 -5
- package/esm/modules/orm/models/profilesModule.js +44 -44
- package/esm/modules/orm/models/rateLimitMetersModule.d.ts +5 -5
- package/esm/modules/orm/models/rateLimitMetersModule.js +44 -44
- package/esm/modules/orm/models/rateLimitsModule.d.ts +5 -5
- package/esm/modules/orm/models/rateLimitsModule.js +44 -44
- package/esm/modules/orm/models/realtimeModule.d.ts +5 -5
- package/esm/modules/orm/models/realtimeModule.js +44 -44
- package/esm/modules/orm/models/relationProvision.d.ts +5 -5
- package/esm/modules/orm/models/relationProvision.js +44 -44
- package/esm/modules/orm/models/resourceModule.d.ts +5 -5
- package/esm/modules/orm/models/resourceModule.js +44 -44
- package/esm/modules/orm/models/rlsModule.d.ts +5 -5
- package/esm/modules/orm/models/rlsModule.js +44 -44
- package/esm/modules/orm/models/routeModule.d.ts +5 -5
- package/esm/modules/orm/models/routeModule.js +44 -44
- package/esm/modules/orm/models/secureTableProvision.d.ts +5 -5
- package/esm/modules/orm/models/secureTableProvision.js +44 -44
- package/esm/modules/orm/models/sessionSecretsModule.d.ts +5 -5
- package/esm/modules/orm/models/sessionSecretsModule.js +44 -44
- package/esm/modules/orm/models/sessionsModule.d.ts +5 -5
- package/esm/modules/orm/models/sessionsModule.js +44 -44
- package/esm/modules/orm/models/siteSurfaceModule.d.ts +5 -5
- package/esm/modules/orm/models/siteSurfaceModule.js +44 -44
- package/esm/modules/orm/models/storageLogModule.d.ts +5 -5
- package/esm/modules/orm/models/storageLogModule.js +44 -44
- package/esm/modules/orm/models/storageModule.d.ts +5 -5
- package/esm/modules/orm/models/storageModule.js +44 -44
- package/esm/modules/orm/models/transferLogModule.d.ts +5 -5
- package/esm/modules/orm/models/transferLogModule.js +44 -44
- package/esm/modules/orm/models/userAuthModule.d.ts +5 -5
- package/esm/modules/orm/models/userAuthModule.js +44 -44
- package/esm/modules/orm/models/userCredentialsModule.d.ts +5 -5
- package/esm/modules/orm/models/userCredentialsModule.js +44 -44
- package/esm/modules/orm/models/userSettingsModule.d.ts +5 -5
- package/esm/modules/orm/models/userSettingsModule.js +44 -44
- package/esm/modules/orm/models/userStateModule.d.ts +5 -5
- package/esm/modules/orm/models/userStateModule.js +44 -44
- package/esm/modules/orm/models/usersModule.d.ts +5 -5
- package/esm/modules/orm/models/usersModule.js +44 -44
- package/esm/modules/orm/models/webauthnAuthModule.d.ts +5 -5
- package/esm/modules/orm/models/webauthnAuthModule.js +44 -44
- package/esm/modules/orm/models/webauthnCredentialsModule.d.ts +5 -5
- package/esm/modules/orm/models/webauthnCredentialsModule.js +44 -44
- package/esm/modules/orm/models/webhookModule.d.ts +5 -5
- package/esm/modules/orm/models/webhookModule.js +44 -44
- package/esm/modules/orm/mutation/index.d.ts +4 -4
- package/esm/modules/orm/mutation/index.js +93 -73
- package/esm/modules/orm/query/index.d.ts +2 -2
- package/esm/modules/orm/query/index.js +45 -35
- package/esm/modules/orm/query-builder.js +5 -15
- package/esm/objects/index.d.ts +1 -1
- package/esm/objects/index.js +1 -1
- package/esm/objects/orm/client.js +1 -3
- package/esm/objects/orm/index.d.ts +12 -12
- package/esm/objects/orm/index.js +13 -13
- package/esm/objects/orm/input-types.d.ts +5 -5
- package/esm/objects/orm/models/commit.d.ts +5 -5
- package/esm/objects/orm/models/commit.js +45 -45
- package/esm/objects/orm/models/getAllTreeNodesRecord.d.ts +5 -5
- package/esm/objects/orm/models/getAllTreeNodesRecord.js +22 -22
- package/esm/objects/orm/models/index.d.ts +5 -5
- package/esm/objects/orm/models/index.js +5 -5
- package/esm/objects/orm/models/object.d.ts +5 -5
- package/esm/objects/orm/models/object.js +40 -40
- package/esm/objects/orm/models/ref.d.ts +5 -5
- package/esm/objects/orm/models/ref.js +45 -45
- package/esm/objects/orm/models/store.d.ts +5 -5
- package/esm/objects/orm/models/store.js +44 -44
- package/esm/objects/orm/mutation/index.d.ts +4 -4
- package/esm/objects/orm/mutation/index.js +39 -31
- package/esm/objects/orm/query-builder.js +5 -15
- package/esm/usage/index.d.ts +1 -1
- package/esm/usage/index.js +1 -1
- package/esm/usage/orm/client.js +1 -3
- package/esm/usage/orm/index.d.ts +25 -25
- package/esm/usage/orm/index.js +26 -26
- package/esm/usage/orm/input-types.d.ts +18 -18
- package/esm/usage/orm/input-types.js +9 -9
- package/esm/usage/orm/models/appLimit.d.ts +5 -5
- package/esm/usage/orm/models/appLimit.js +44 -44
- package/esm/usage/orm/models/appLimitCap.d.ts +5 -5
- package/esm/usage/orm/models/appLimitCap.js +44 -44
- package/esm/usage/orm/models/appLimitCapsDefault.d.ts +5 -5
- package/esm/usage/orm/models/appLimitCapsDefault.js +44 -44
- package/esm/usage/orm/models/appLimitCredit.d.ts +5 -5
- package/esm/usage/orm/models/appLimitCredit.js +44 -44
- package/esm/usage/orm/models/appLimitCreditCode.d.ts +5 -5
- package/esm/usage/orm/models/appLimitCreditCode.js +44 -44
- package/esm/usage/orm/models/appLimitCreditCodeItem.d.ts +5 -5
- package/esm/usage/orm/models/appLimitCreditCodeItem.js +44 -44
- package/esm/usage/orm/models/appLimitCreditRedemption.d.ts +5 -5
- package/esm/usage/orm/models/appLimitCreditRedemption.js +44 -44
- package/esm/usage/orm/models/appLimitDefault.d.ts +5 -5
- package/esm/usage/orm/models/appLimitDefault.js +44 -44
- package/esm/usage/orm/models/appLimitEvent.d.ts +5 -5
- package/esm/usage/orm/models/appLimitEvent.js +45 -45
- package/esm/usage/orm/models/appLimitWarning.d.ts +5 -5
- package/esm/usage/orm/models/appLimitWarning.js +44 -44
- package/esm/usage/orm/models/index.d.ts +18 -18
- package/esm/usage/orm/models/index.js +18 -18
- package/esm/usage/orm/models/orgLimit.d.ts +5 -5
- package/esm/usage/orm/models/orgLimit.js +44 -44
- package/esm/usage/orm/models/orgLimitAggregate.d.ts +5 -5
- package/esm/usage/orm/models/orgLimitAggregate.js +44 -44
- package/esm/usage/orm/models/orgLimitCap.d.ts +5 -5
- package/esm/usage/orm/models/orgLimitCap.js +44 -44
- package/esm/usage/orm/models/orgLimitCapsDefault.d.ts +5 -5
- package/esm/usage/orm/models/orgLimitCapsDefault.js +44 -44
- package/esm/usage/orm/models/orgLimitCredit.d.ts +5 -5
- package/esm/usage/orm/models/orgLimitCredit.js +44 -44
- package/esm/usage/orm/models/orgLimitDefault.d.ts +5 -5
- package/esm/usage/orm/models/orgLimitDefault.js +44 -44
- package/esm/usage/orm/models/orgLimitEvent.d.ts +5 -5
- package/esm/usage/orm/models/orgLimitEvent.js +45 -45
- package/esm/usage/orm/models/orgLimitWarning.d.ts +5 -5
- package/esm/usage/orm/models/orgLimitWarning.js +44 -44
- package/esm/usage/orm/mutation/index.d.ts +4 -4
- package/esm/usage/orm/mutation/index.js +48 -38
- package/esm/usage/orm/query-builder.js +5 -15
- package/index.d.ts +10 -10
- package/infra/index.d.ts +1 -1
- package/infra/orm/client.js +1 -3
- package/infra/orm/index.d.ts +17 -17
- package/infra/orm/index.js +1 -1
- package/infra/orm/input-types.d.ts +10 -10
- package/infra/orm/models/dbPreset.d.ts +5 -5
- package/infra/orm/models/dbPreset.js +42 -42
- package/infra/orm/models/index.d.ts +10 -10
- package/infra/orm/models/namespace.d.ts +5 -5
- package/infra/orm/models/namespace.js +42 -42
- package/infra/orm/models/namespaceEvent.d.ts +5 -5
- package/infra/orm/models/namespaceEvent.js +43 -43
- package/infra/orm/models/platformInfraCommit.d.ts +5 -5
- package/infra/orm/models/platformInfraCommit.js +43 -43
- package/infra/orm/models/platformInfraGetAllTreeNodesRecord.d.ts +5 -5
- package/infra/orm/models/platformInfraGetAllTreeNodesRecord.js +20 -20
- package/infra/orm/models/platformInfraObject.d.ts +5 -5
- package/infra/orm/models/platformInfraObject.js +38 -38
- package/infra/orm/models/platformInfraRef.d.ts +5 -5
- package/infra/orm/models/platformInfraRef.js +43 -43
- package/infra/orm/models/platformInfraStore.d.ts +5 -5
- package/infra/orm/models/platformInfraStore.js +42 -42
- package/infra/orm/models/platformNamespace.d.ts +5 -5
- package/infra/orm/models/platformNamespace.js +42 -42
- package/infra/orm/models/platformNamespaceEvent.d.ts +5 -5
- package/infra/orm/models/platformNamespaceEvent.js +43 -43
- package/infra/orm/mutation/index.d.ts +4 -4
- package/infra/orm/mutation/index.js +37 -29
- package/infra/orm/query-builder.js +5 -15
- package/modules/index.d.ts +1 -1
- package/modules/orm/client.js +1 -3
- package/modules/orm/index.d.ts +83 -83
- package/modules/orm/index.js +1 -1
- package/modules/orm/input-types.d.ts +75 -75
- package/modules/orm/input-types.js +9 -9
- package/modules/orm/models/agentModule.d.ts +5 -5
- package/modules/orm/models/agentModule.js +42 -42
- package/modules/orm/models/apiSurfaceModule.d.ts +5 -5
- package/modules/orm/models/apiSurfaceModule.js +42 -42
- package/modules/orm/models/appModule.d.ts +5 -5
- package/modules/orm/models/appModule.js +42 -42
- package/modules/orm/models/billingModule.d.ts +5 -5
- package/modules/orm/models/billingModule.js +42 -42
- package/modules/orm/models/billingProviderModule.d.ts +5 -5
- package/modules/orm/models/billingProviderModule.js +42 -42
- package/modules/orm/models/blueprint.d.ts +5 -5
- package/modules/orm/models/blueprint.js +42 -42
- package/modules/orm/models/blueprintConstruction.d.ts +5 -5
- package/modules/orm/models/blueprintConstruction.js +42 -42
- package/modules/orm/models/blueprintTemplate.d.ts +5 -5
- package/modules/orm/models/blueprintTemplate.js +42 -42
- package/modules/orm/models/catalogModule.d.ts +5 -5
- package/modules/orm/models/catalogModule.js +42 -42
- package/modules/orm/models/computeLogModule.d.ts +5 -5
- package/modules/orm/models/computeLogModule.js +42 -42
- package/modules/orm/models/configSecretsUserModule.d.ts +5 -5
- package/modules/orm/models/configSecretsUserModule.js +42 -42
- package/modules/orm/models/connectedAccountsModule.d.ts +5 -5
- package/modules/orm/models/connectedAccountsModule.js +42 -42
- package/modules/orm/models/cryptoAddressesModule.d.ts +5 -5
- package/modules/orm/models/cryptoAddressesModule.js +42 -42
- package/modules/orm/models/cryptoAuthModule.d.ts +5 -5
- package/modules/orm/models/cryptoAuthModule.js +42 -42
- package/modules/orm/models/databaseProvisionModule.d.ts +5 -5
- package/modules/orm/models/databaseProvisionModule.js +42 -42
- package/modules/orm/models/databaseSettingsModule.d.ts +5 -5
- package/modules/orm/models/databaseSettingsModule.js +42 -42
- package/modules/orm/models/dbPool.d.ts +5 -5
- package/modules/orm/models/dbPool.js +42 -42
- package/modules/orm/models/dbPoolConfig.d.ts +5 -5
- package/modules/orm/models/dbPoolConfig.js +42 -42
- package/modules/orm/models/dbPresetModule.d.ts +5 -5
- package/modules/orm/models/dbPresetModule.js +42 -42
- package/modules/orm/models/dbUsageModule.d.ts +5 -5
- package/modules/orm/models/dbUsageModule.js +42 -42
- package/modules/orm/models/defaultIdsModule.d.ts +5 -5
- package/modules/orm/models/defaultIdsModule.js +42 -42
- package/modules/orm/models/denormalizedTableField.d.ts +5 -5
- package/modules/orm/models/denormalizedTableField.js +42 -42
- package/modules/orm/models/devicesModule.d.ts +5 -5
- package/modules/orm/models/devicesModule.js +42 -42
- package/modules/orm/models/domainModule.d.ts +5 -5
- package/modules/orm/models/domainModule.js +42 -42
- package/modules/orm/models/emailsModule.d.ts +5 -5
- package/modules/orm/models/emailsModule.js +42 -42
- package/modules/orm/models/entityTypeProvision.d.ts +5 -5
- package/modules/orm/models/entityTypeProvision.js +42 -42
- package/modules/orm/models/eventsModule.d.ts +5 -5
- package/modules/orm/models/eventsModule.js +42 -42
- package/modules/orm/models/functionDeploymentModule.d.ts +5 -5
- package/modules/orm/models/functionDeploymentModule.js +42 -42
- package/modules/orm/models/functionInvocationModule.d.ts +5 -5
- package/modules/orm/models/functionInvocationModule.js +42 -42
- package/modules/orm/models/functionModule.d.ts +5 -5
- package/modules/orm/models/functionModule.js +42 -42
- package/modules/orm/models/graphExecutionModule.d.ts +5 -5
- package/modules/orm/models/graphExecutionModule.js +42 -42
- package/modules/orm/models/graphModule.d.ts +5 -5
- package/modules/orm/models/graphModule.js +42 -42
- package/modules/orm/models/hierarchyModule.d.ts +5 -5
- package/modules/orm/models/hierarchyModule.js +42 -42
- package/modules/orm/models/httpRouteModule.d.ts +5 -5
- package/modules/orm/models/httpRouteModule.js +42 -42
- package/modules/orm/models/i18NModule.d.ts +5 -5
- package/modules/orm/models/i18NModule.js +42 -42
- package/modules/orm/models/identityProvidersModule.d.ts +5 -5
- package/modules/orm/models/identityProvidersModule.js +42 -42
- package/modules/orm/models/index.d.ts +75 -75
- package/modules/orm/models/inferenceLogModule.d.ts +5 -5
- package/modules/orm/models/inferenceLogModule.js +42 -42
- package/modules/orm/models/infraConfigModule.d.ts +5 -5
- package/modules/orm/models/infraConfigModule.js +42 -42
- package/modules/orm/models/infraSecretsModule.d.ts +5 -5
- package/modules/orm/models/infraSecretsModule.js +42 -42
- package/modules/orm/models/integrationProvidersModule.d.ts +5 -5
- package/modules/orm/models/integrationProvidersModule.js +42 -42
- package/modules/orm/models/internalSecretsModule.d.ts +5 -5
- package/modules/orm/models/internalSecretsModule.js +42 -42
- package/modules/orm/models/invitesModule.d.ts +5 -5
- package/modules/orm/models/invitesModule.js +42 -42
- package/modules/orm/models/limitsModule.d.ts +5 -5
- package/modules/orm/models/limitsModule.js +42 -42
- package/modules/orm/models/membershipTypesModule.d.ts +5 -5
- package/modules/orm/models/membershipTypesModule.js +42 -42
- package/modules/orm/models/membershipsModule.d.ts +5 -5
- package/modules/orm/models/membershipsModule.js +42 -42
- package/modules/orm/models/merkleStoreModule.d.ts +5 -5
- package/modules/orm/models/merkleStoreModule.js +42 -42
- package/modules/orm/models/namespaceModule.d.ts +5 -5
- package/modules/orm/models/namespaceModule.js +42 -42
- package/modules/orm/models/notificationsModule.d.ts +5 -5
- package/modules/orm/models/notificationsModule.js +42 -42
- package/modules/orm/models/permissionsModule.d.ts +5 -5
- package/modules/orm/models/permissionsModule.js +42 -42
- package/modules/orm/models/phoneNumbersModule.d.ts +5 -5
- package/modules/orm/models/phoneNumbersModule.js +42 -42
- package/modules/orm/models/plansModule.d.ts +5 -5
- package/modules/orm/models/plansModule.js +42 -42
- package/modules/orm/models/principalAuthModule.d.ts +5 -5
- package/modules/orm/models/principalAuthModule.js +42 -42
- package/modules/orm/models/profilesModule.d.ts +5 -5
- package/modules/orm/models/profilesModule.js +42 -42
- package/modules/orm/models/rateLimitMetersModule.d.ts +5 -5
- package/modules/orm/models/rateLimitMetersModule.js +42 -42
- package/modules/orm/models/rateLimitsModule.d.ts +5 -5
- package/modules/orm/models/rateLimitsModule.js +42 -42
- package/modules/orm/models/realtimeModule.d.ts +5 -5
- package/modules/orm/models/realtimeModule.js +42 -42
- package/modules/orm/models/relationProvision.d.ts +5 -5
- package/modules/orm/models/relationProvision.js +42 -42
- package/modules/orm/models/resourceModule.d.ts +5 -5
- package/modules/orm/models/resourceModule.js +42 -42
- package/modules/orm/models/rlsModule.d.ts +5 -5
- package/modules/orm/models/rlsModule.js +42 -42
- package/modules/orm/models/routeModule.d.ts +5 -5
- package/modules/orm/models/routeModule.js +42 -42
- package/modules/orm/models/secureTableProvision.d.ts +5 -5
- package/modules/orm/models/secureTableProvision.js +42 -42
- package/modules/orm/models/sessionSecretsModule.d.ts +5 -5
- package/modules/orm/models/sessionSecretsModule.js +42 -42
- package/modules/orm/models/sessionsModule.d.ts +5 -5
- package/modules/orm/models/sessionsModule.js +42 -42
- package/modules/orm/models/siteSurfaceModule.d.ts +5 -5
- package/modules/orm/models/siteSurfaceModule.js +42 -42
- package/modules/orm/models/storageLogModule.d.ts +5 -5
- package/modules/orm/models/storageLogModule.js +42 -42
- package/modules/orm/models/storageModule.d.ts +5 -5
- package/modules/orm/models/storageModule.js +42 -42
- package/modules/orm/models/transferLogModule.d.ts +5 -5
- package/modules/orm/models/transferLogModule.js +42 -42
- package/modules/orm/models/userAuthModule.d.ts +5 -5
- package/modules/orm/models/userAuthModule.js +42 -42
- package/modules/orm/models/userCredentialsModule.d.ts +5 -5
- package/modules/orm/models/userCredentialsModule.js +42 -42
- package/modules/orm/models/userSettingsModule.d.ts +5 -5
- package/modules/orm/models/userSettingsModule.js +42 -42
- package/modules/orm/models/userStateModule.d.ts +5 -5
- package/modules/orm/models/userStateModule.js +42 -42
- package/modules/orm/models/usersModule.d.ts +5 -5
- package/modules/orm/models/usersModule.js +42 -42
- package/modules/orm/models/webauthnAuthModule.d.ts +5 -5
- package/modules/orm/models/webauthnAuthModule.js +42 -42
- package/modules/orm/models/webauthnCredentialsModule.d.ts +5 -5
- package/modules/orm/models/webauthnCredentialsModule.js +42 -42
- package/modules/orm/models/webhookModule.d.ts +5 -5
- package/modules/orm/models/webhookModule.js +42 -42
- package/modules/orm/mutation/index.d.ts +4 -4
- package/modules/orm/mutation/index.js +91 -71
- package/modules/orm/query/index.d.ts +2 -2
- package/modules/orm/query/index.js +43 -33
- package/modules/orm/query-builder.js +5 -15
- package/objects/index.d.ts +1 -1
- package/objects/orm/client.js +1 -3
- package/objects/orm/index.d.ts +12 -12
- package/objects/orm/index.js +1 -1
- package/objects/orm/input-types.d.ts +5 -5
- package/objects/orm/models/commit.d.ts +5 -5
- package/objects/orm/models/commit.js +43 -43
- package/objects/orm/models/getAllTreeNodesRecord.d.ts +5 -5
- package/objects/orm/models/getAllTreeNodesRecord.js +20 -20
- package/objects/orm/models/index.d.ts +5 -5
- package/objects/orm/models/object.d.ts +5 -5
- package/objects/orm/models/object.js +38 -38
- package/objects/orm/models/ref.d.ts +5 -5
- package/objects/orm/models/ref.js +43 -43
- package/objects/orm/models/store.d.ts +5 -5
- package/objects/orm/models/store.js +42 -42
- package/objects/orm/mutation/index.d.ts +4 -4
- package/objects/orm/mutation/index.js +37 -29
- package/objects/orm/query-builder.js +5 -15
- package/package.json +4 -4
- package/usage/index.d.ts +1 -1
- package/usage/orm/client.js +1 -3
- package/usage/orm/index.d.ts +25 -25
- package/usage/orm/index.js +1 -1
- package/usage/orm/input-types.d.ts +18 -18
- package/usage/orm/input-types.js +9 -9
- package/usage/orm/models/appLimit.d.ts +5 -5
- package/usage/orm/models/appLimit.js +42 -42
- package/usage/orm/models/appLimitCap.d.ts +5 -5
- package/usage/orm/models/appLimitCap.js +42 -42
- package/usage/orm/models/appLimitCapsDefault.d.ts +5 -5
- package/usage/orm/models/appLimitCapsDefault.js +42 -42
- package/usage/orm/models/appLimitCredit.d.ts +5 -5
- package/usage/orm/models/appLimitCredit.js +42 -42
- package/usage/orm/models/appLimitCreditCode.d.ts +5 -5
- package/usage/orm/models/appLimitCreditCode.js +42 -42
- package/usage/orm/models/appLimitCreditCodeItem.d.ts +5 -5
- package/usage/orm/models/appLimitCreditCodeItem.js +42 -42
- package/usage/orm/models/appLimitCreditRedemption.d.ts +5 -5
- package/usage/orm/models/appLimitCreditRedemption.js +42 -42
- package/usage/orm/models/appLimitDefault.d.ts +5 -5
- package/usage/orm/models/appLimitDefault.js +42 -42
- package/usage/orm/models/appLimitEvent.d.ts +5 -5
- package/usage/orm/models/appLimitEvent.js +43 -43
- package/usage/orm/models/appLimitWarning.d.ts +5 -5
- package/usage/orm/models/appLimitWarning.js +42 -42
- package/usage/orm/models/index.d.ts +18 -18
- package/usage/orm/models/orgLimit.d.ts +5 -5
- package/usage/orm/models/orgLimit.js +42 -42
- package/usage/orm/models/orgLimitAggregate.d.ts +5 -5
- package/usage/orm/models/orgLimitAggregate.js +42 -42
- package/usage/orm/models/orgLimitCap.d.ts +5 -5
- package/usage/orm/models/orgLimitCap.js +42 -42
- package/usage/orm/models/orgLimitCapsDefault.d.ts +5 -5
- package/usage/orm/models/orgLimitCapsDefault.js +42 -42
- package/usage/orm/models/orgLimitCredit.d.ts +5 -5
- package/usage/orm/models/orgLimitCredit.js +42 -42
- package/usage/orm/models/orgLimitDefault.d.ts +5 -5
- package/usage/orm/models/orgLimitDefault.js +42 -42
- package/usage/orm/models/orgLimitEvent.d.ts +5 -5
- package/usage/orm/models/orgLimitEvent.js +43 -43
- package/usage/orm/models/orgLimitWarning.d.ts +5 -5
- package/usage/orm/models/orgLimitWarning.js +42 -42
- package/usage/orm/mutation/index.d.ts +4 -4
- package/usage/orm/mutation/index.js +46 -36
- package/usage/orm/query-builder.js +5 -15
|
@@ -7,283 +7,339 @@ function createMutationOperations(client) {
|
|
|
7
7
|
return {
|
|
8
8
|
addEdge: (args, options) => new query_builder_1.QueryBuilder({
|
|
9
9
|
client,
|
|
10
|
-
operation:
|
|
11
|
-
operationName:
|
|
12
|
-
fieldName:
|
|
13
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
10
|
+
operation: 'mutation',
|
|
11
|
+
operationName: 'AddEdge',
|
|
12
|
+
fieldName: 'addEdge',
|
|
13
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'AddEdge', 'addEdge', options.select, args, [
|
|
14
|
+
{
|
|
15
|
+
name: 'input',
|
|
16
|
+
type: 'AddEdgeInput!',
|
|
17
|
+
},
|
|
18
|
+
], input_types_1.connectionFieldsMap, 'AddEdgePayload'),
|
|
17
19
|
}),
|
|
18
20
|
addEdgeAndSave: (args, options) => new query_builder_1.QueryBuilder({
|
|
19
21
|
client,
|
|
20
|
-
operation:
|
|
21
|
-
operationName:
|
|
22
|
-
fieldName:
|
|
23
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
22
|
+
operation: 'mutation',
|
|
23
|
+
operationName: 'AddEdgeAndSave',
|
|
24
|
+
fieldName: 'addEdgeAndSave',
|
|
25
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'AddEdgeAndSave', 'addEdgeAndSave', options.select, args, [
|
|
26
|
+
{
|
|
27
|
+
name: 'input',
|
|
28
|
+
type: 'AddEdgeAndSaveInput!',
|
|
29
|
+
},
|
|
30
|
+
], input_types_1.connectionFieldsMap, 'AddEdgeAndSavePayload'),
|
|
27
31
|
}),
|
|
28
32
|
addNode: (args, options) => new query_builder_1.QueryBuilder({
|
|
29
33
|
client,
|
|
30
|
-
operation:
|
|
31
|
-
operationName:
|
|
32
|
-
fieldName:
|
|
33
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
34
|
+
operation: 'mutation',
|
|
35
|
+
operationName: 'AddNode',
|
|
36
|
+
fieldName: 'addNode',
|
|
37
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'AddNode', 'addNode', options.select, args, [
|
|
38
|
+
{
|
|
39
|
+
name: 'input',
|
|
40
|
+
type: 'AddNodeInput!',
|
|
41
|
+
},
|
|
42
|
+
], input_types_1.connectionFieldsMap, 'AddNodePayload'),
|
|
37
43
|
}),
|
|
38
44
|
addNodeAndSave: (args, options) => new query_builder_1.QueryBuilder({
|
|
39
45
|
client,
|
|
40
|
-
operation:
|
|
41
|
-
operationName:
|
|
42
|
-
fieldName:
|
|
43
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
46
|
+
operation: 'mutation',
|
|
47
|
+
operationName: 'AddNodeAndSave',
|
|
48
|
+
fieldName: 'addNodeAndSave',
|
|
49
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'AddNodeAndSave', 'addNodeAndSave', options.select, args, [
|
|
50
|
+
{
|
|
51
|
+
name: 'input',
|
|
52
|
+
type: 'AddNodeAndSaveInput!',
|
|
53
|
+
},
|
|
54
|
+
], input_types_1.connectionFieldsMap, 'AddNodeAndSavePayload'),
|
|
47
55
|
}),
|
|
48
56
|
copyGraph: (args, options) => new query_builder_1.QueryBuilder({
|
|
49
57
|
client,
|
|
50
|
-
operation:
|
|
51
|
-
operationName:
|
|
52
|
-
fieldName:
|
|
53
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
58
|
+
operation: 'mutation',
|
|
59
|
+
operationName: 'CopyGraph',
|
|
60
|
+
fieldName: 'copyGraph',
|
|
61
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'CopyGraph', 'copyGraph', options.select, args, [
|
|
62
|
+
{
|
|
63
|
+
name: 'input',
|
|
64
|
+
type: 'CopyGraphInput!',
|
|
65
|
+
},
|
|
66
|
+
], input_types_1.connectionFieldsMap, 'CopyGraphPayload'),
|
|
57
67
|
}),
|
|
58
68
|
importDefinitions: (args, options) => new query_builder_1.QueryBuilder({
|
|
59
69
|
client,
|
|
60
|
-
operation:
|
|
61
|
-
operationName:
|
|
62
|
-
fieldName:
|
|
63
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
70
|
+
operation: 'mutation',
|
|
71
|
+
operationName: 'ImportDefinitions',
|
|
72
|
+
fieldName: 'importDefinitions',
|
|
73
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'ImportDefinitions', 'importDefinitions', options.select, args, [
|
|
74
|
+
{
|
|
75
|
+
name: 'input',
|
|
76
|
+
type: 'ImportDefinitionsInput!',
|
|
77
|
+
},
|
|
78
|
+
], input_types_1.connectionFieldsMap, 'ImportDefinitionsPayload'),
|
|
67
79
|
}),
|
|
68
80
|
importGraphJson: (args, options) => new query_builder_1.QueryBuilder({
|
|
69
81
|
client,
|
|
70
|
-
operation:
|
|
71
|
-
operationName:
|
|
72
|
-
fieldName:
|
|
73
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
82
|
+
operation: 'mutation',
|
|
83
|
+
operationName: 'ImportGraphJson',
|
|
84
|
+
fieldName: 'importGraphJson',
|
|
85
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'ImportGraphJson', 'importGraphJson', options.select, args, [
|
|
86
|
+
{
|
|
87
|
+
name: 'input',
|
|
88
|
+
type: 'ImportGraphJsonInput!',
|
|
89
|
+
},
|
|
90
|
+
], input_types_1.connectionFieldsMap, 'ImportGraphJsonPayload'),
|
|
77
91
|
}),
|
|
78
92
|
infraInitEmptyRepo: (args, options) => new query_builder_1.QueryBuilder({
|
|
79
93
|
client,
|
|
80
|
-
operation:
|
|
81
|
-
operationName:
|
|
82
|
-
fieldName:
|
|
83
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
94
|
+
operation: 'mutation',
|
|
95
|
+
operationName: 'InfraInitEmptyRepo',
|
|
96
|
+
fieldName: 'infraInitEmptyRepo',
|
|
97
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'InfraInitEmptyRepo', 'infraInitEmptyRepo', options.select, args, [
|
|
98
|
+
{
|
|
99
|
+
name: 'input',
|
|
100
|
+
type: 'InfraInitEmptyRepoInput!',
|
|
101
|
+
},
|
|
102
|
+
], input_types_1.connectionFieldsMap, 'InfraInitEmptyRepoPayload'),
|
|
87
103
|
}),
|
|
88
104
|
infraInsertNodeAtPath: (args, options) => new query_builder_1.QueryBuilder({
|
|
89
105
|
client,
|
|
90
|
-
operation:
|
|
91
|
-
operationName:
|
|
92
|
-
fieldName:
|
|
93
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
106
|
+
operation: 'mutation',
|
|
107
|
+
operationName: 'InfraInsertNodeAtPath',
|
|
108
|
+
fieldName: 'infraInsertNodeAtPath',
|
|
109
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'InfraInsertNodeAtPath', 'infraInsertNodeAtPath', options.select, args, [
|
|
110
|
+
{
|
|
111
|
+
name: 'input',
|
|
112
|
+
type: 'InfraInsertNodeAtPathInput!',
|
|
113
|
+
},
|
|
114
|
+
], input_types_1.connectionFieldsMap, 'InfraInsertNodeAtPathPayload'),
|
|
97
115
|
}),
|
|
98
116
|
infraSetDataAtPath: (args, options) => new query_builder_1.QueryBuilder({
|
|
99
117
|
client,
|
|
100
|
-
operation:
|
|
101
|
-
operationName:
|
|
102
|
-
fieldName:
|
|
103
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
118
|
+
operation: 'mutation',
|
|
119
|
+
operationName: 'InfraSetDataAtPath',
|
|
120
|
+
fieldName: 'infraSetDataAtPath',
|
|
121
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'InfraSetDataAtPath', 'infraSetDataAtPath', options.select, args, [
|
|
122
|
+
{
|
|
123
|
+
name: 'input',
|
|
124
|
+
type: 'InfraSetDataAtPathInput!',
|
|
125
|
+
},
|
|
126
|
+
], input_types_1.connectionFieldsMap, 'InfraSetDataAtPathPayload'),
|
|
107
127
|
}),
|
|
108
128
|
initEmptyRepo: (args, options) => new query_builder_1.QueryBuilder({
|
|
109
129
|
client,
|
|
110
|
-
operation:
|
|
111
|
-
operationName:
|
|
112
|
-
fieldName:
|
|
113
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
130
|
+
operation: 'mutation',
|
|
131
|
+
operationName: 'InitEmptyRepo',
|
|
132
|
+
fieldName: 'initEmptyRepo',
|
|
133
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'InitEmptyRepo', 'initEmptyRepo', options.select, args, [
|
|
134
|
+
{
|
|
135
|
+
name: 'input',
|
|
136
|
+
type: 'InitEmptyRepoInput!',
|
|
137
|
+
},
|
|
138
|
+
], input_types_1.connectionFieldsMap, 'InitEmptyRepoPayload'),
|
|
117
139
|
}),
|
|
118
140
|
insertNodeAtPath: (args, options) => new query_builder_1.QueryBuilder({
|
|
119
141
|
client,
|
|
120
|
-
operation:
|
|
121
|
-
operationName:
|
|
122
|
-
fieldName:
|
|
123
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
142
|
+
operation: 'mutation',
|
|
143
|
+
operationName: 'InsertNodeAtPath',
|
|
144
|
+
fieldName: 'insertNodeAtPath',
|
|
145
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'InsertNodeAtPath', 'insertNodeAtPath', options.select, args, [
|
|
146
|
+
{
|
|
147
|
+
name: 'input',
|
|
148
|
+
type: 'InsertNodeAtPathInput!',
|
|
149
|
+
},
|
|
150
|
+
], input_types_1.connectionFieldsMap, 'InsertNodeAtPathPayload'),
|
|
127
151
|
}),
|
|
128
152
|
platformInfraInitEmptyRepo: (args, options) => new query_builder_1.QueryBuilder({
|
|
129
153
|
client,
|
|
130
|
-
operation:
|
|
131
|
-
operationName:
|
|
132
|
-
fieldName:
|
|
133
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
154
|
+
operation: 'mutation',
|
|
155
|
+
operationName: 'PlatformInfraInitEmptyRepo',
|
|
156
|
+
fieldName: 'platformInfraInitEmptyRepo',
|
|
157
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'PlatformInfraInitEmptyRepo', 'platformInfraInitEmptyRepo', options.select, args, [
|
|
158
|
+
{
|
|
159
|
+
name: 'input',
|
|
160
|
+
type: 'PlatformInfraInitEmptyRepoInput!',
|
|
161
|
+
},
|
|
162
|
+
], input_types_1.connectionFieldsMap, 'PlatformInfraInitEmptyRepoPayload'),
|
|
137
163
|
}),
|
|
138
164
|
platformInfraInsertNodeAtPath: (args, options) => new query_builder_1.QueryBuilder({
|
|
139
165
|
client,
|
|
140
|
-
operation:
|
|
141
|
-
operationName:
|
|
142
|
-
fieldName:
|
|
143
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
166
|
+
operation: 'mutation',
|
|
167
|
+
operationName: 'PlatformInfraInsertNodeAtPath',
|
|
168
|
+
fieldName: 'platformInfraInsertNodeAtPath',
|
|
169
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'PlatformInfraInsertNodeAtPath', 'platformInfraInsertNodeAtPath', options.select, args, [
|
|
170
|
+
{
|
|
171
|
+
name: 'input',
|
|
172
|
+
type: 'PlatformInfraInsertNodeAtPathInput!',
|
|
173
|
+
},
|
|
174
|
+
], input_types_1.connectionFieldsMap, 'PlatformInfraInsertNodeAtPathPayload'),
|
|
147
175
|
}),
|
|
148
176
|
platformInfraSetDataAtPath: (args, options) => new query_builder_1.QueryBuilder({
|
|
149
177
|
client,
|
|
150
|
-
operation:
|
|
151
|
-
operationName:
|
|
152
|
-
fieldName:
|
|
153
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
178
|
+
operation: 'mutation',
|
|
179
|
+
operationName: 'PlatformInfraSetDataAtPath',
|
|
180
|
+
fieldName: 'platformInfraSetDataAtPath',
|
|
181
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'PlatformInfraSetDataAtPath', 'platformInfraSetDataAtPath', options.select, args, [
|
|
182
|
+
{
|
|
183
|
+
name: 'input',
|
|
184
|
+
type: 'PlatformInfraSetDataAtPathInput!',
|
|
185
|
+
},
|
|
186
|
+
], input_types_1.connectionFieldsMap, 'PlatformInfraSetDataAtPathPayload'),
|
|
157
187
|
}),
|
|
158
188
|
platformResourceInstallationsInstall: (args, options) => new query_builder_1.QueryBuilder({
|
|
159
189
|
client,
|
|
160
|
-
operation:
|
|
161
|
-
operationName:
|
|
162
|
-
fieldName:
|
|
163
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
190
|
+
operation: 'mutation',
|
|
191
|
+
operationName: 'PlatformResourceInstallationsInstall',
|
|
192
|
+
fieldName: 'platformResourceInstallationsInstall',
|
|
193
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'PlatformResourceInstallationsInstall', 'platformResourceInstallationsInstall', options.select, args, [
|
|
194
|
+
{
|
|
195
|
+
name: 'input',
|
|
196
|
+
type: 'PlatformResourceInstallationsInstallInput!',
|
|
197
|
+
},
|
|
198
|
+
], input_types_1.connectionFieldsMap, 'PlatformResourceInstallationsInstallPayload'),
|
|
167
199
|
}),
|
|
168
200
|
platformResourceInstallationsRollback: (args, options) => new query_builder_1.QueryBuilder({
|
|
169
201
|
client,
|
|
170
|
-
operation:
|
|
171
|
-
operationName:
|
|
172
|
-
fieldName:
|
|
173
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
202
|
+
operation: 'mutation',
|
|
203
|
+
operationName: 'PlatformResourceInstallationsRollback',
|
|
204
|
+
fieldName: 'platformResourceInstallationsRollback',
|
|
205
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'PlatformResourceInstallationsRollback', 'platformResourceInstallationsRollback', options.select, args, [
|
|
206
|
+
{
|
|
207
|
+
name: 'input',
|
|
208
|
+
type: 'PlatformResourceInstallationsRollbackInput!',
|
|
209
|
+
},
|
|
210
|
+
], input_types_1.connectionFieldsMap, 'PlatformResourceInstallationsRollbackPayload'),
|
|
177
211
|
}),
|
|
178
212
|
platformResourceInstallationsUninstall: (args, options) => new query_builder_1.QueryBuilder({
|
|
179
213
|
client,
|
|
180
|
-
operation:
|
|
181
|
-
operationName:
|
|
182
|
-
fieldName:
|
|
183
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
214
|
+
operation: 'mutation',
|
|
215
|
+
operationName: 'PlatformResourceInstallationsUninstall',
|
|
216
|
+
fieldName: 'platformResourceInstallationsUninstall',
|
|
217
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'PlatformResourceInstallationsUninstall', 'platformResourceInstallationsUninstall', options.select, args, [
|
|
218
|
+
{
|
|
219
|
+
name: 'input',
|
|
220
|
+
type: 'PlatformResourceInstallationsUninstallInput!',
|
|
221
|
+
},
|
|
222
|
+
], input_types_1.connectionFieldsMap, 'PlatformResourceInstallationsUninstallPayload'),
|
|
187
223
|
}),
|
|
188
224
|
platformResourceInstallationsUpgrade: (args, options) => new query_builder_1.QueryBuilder({
|
|
189
225
|
client,
|
|
190
|
-
operation:
|
|
191
|
-
operationName:
|
|
192
|
-
fieldName:
|
|
193
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
226
|
+
operation: 'mutation',
|
|
227
|
+
operationName: 'PlatformResourceInstallationsUpgrade',
|
|
228
|
+
fieldName: 'platformResourceInstallationsUpgrade',
|
|
229
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'PlatformResourceInstallationsUpgrade', 'platformResourceInstallationsUpgrade', options.select, args, [
|
|
230
|
+
{
|
|
231
|
+
name: 'input',
|
|
232
|
+
type: 'PlatformResourceInstallationsUpgradeInput!',
|
|
233
|
+
},
|
|
234
|
+
], input_types_1.connectionFieldsMap, 'PlatformResourceInstallationsUpgradePayload'),
|
|
197
235
|
}),
|
|
198
236
|
provisionBucket: (args, options) => new query_builder_1.QueryBuilder({
|
|
199
237
|
client,
|
|
200
|
-
operation:
|
|
201
|
-
operationName:
|
|
202
|
-
fieldName:
|
|
203
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
238
|
+
operation: 'mutation',
|
|
239
|
+
operationName: 'ProvisionBucket',
|
|
240
|
+
fieldName: 'provisionBucket',
|
|
241
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'ProvisionBucket', 'provisionBucket', options.select, args, [
|
|
242
|
+
{
|
|
243
|
+
name: 'input',
|
|
244
|
+
type: 'ProvisionBucketInput!',
|
|
245
|
+
},
|
|
246
|
+
], input_types_1.connectionFieldsMap, 'ProvisionBucketPayload'),
|
|
207
247
|
}),
|
|
208
248
|
resourceInstallationsInstall: (args, options) => new query_builder_1.QueryBuilder({
|
|
209
249
|
client,
|
|
210
|
-
operation:
|
|
211
|
-
operationName:
|
|
212
|
-
fieldName:
|
|
213
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
250
|
+
operation: 'mutation',
|
|
251
|
+
operationName: 'ResourceInstallationsInstall',
|
|
252
|
+
fieldName: 'resourceInstallationsInstall',
|
|
253
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'ResourceInstallationsInstall', 'resourceInstallationsInstall', options.select, args, [
|
|
254
|
+
{
|
|
255
|
+
name: 'input',
|
|
256
|
+
type: 'ResourceInstallationsInstallInput!',
|
|
257
|
+
},
|
|
258
|
+
], input_types_1.connectionFieldsMap, 'ResourceInstallationsInstallPayload'),
|
|
217
259
|
}),
|
|
218
260
|
resourceInstallationsRollback: (args, options) => new query_builder_1.QueryBuilder({
|
|
219
261
|
client,
|
|
220
|
-
operation:
|
|
221
|
-
operationName:
|
|
222
|
-
fieldName:
|
|
223
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
262
|
+
operation: 'mutation',
|
|
263
|
+
operationName: 'ResourceInstallationsRollback',
|
|
264
|
+
fieldName: 'resourceInstallationsRollback',
|
|
265
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'ResourceInstallationsRollback', 'resourceInstallationsRollback', options.select, args, [
|
|
266
|
+
{
|
|
267
|
+
name: 'input',
|
|
268
|
+
type: 'ResourceInstallationsRollbackInput!',
|
|
269
|
+
},
|
|
270
|
+
], input_types_1.connectionFieldsMap, 'ResourceInstallationsRollbackPayload'),
|
|
227
271
|
}),
|
|
228
272
|
resourceInstallationsUninstall: (args, options) => new query_builder_1.QueryBuilder({
|
|
229
273
|
client,
|
|
230
|
-
operation:
|
|
231
|
-
operationName:
|
|
232
|
-
fieldName:
|
|
233
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
274
|
+
operation: 'mutation',
|
|
275
|
+
operationName: 'ResourceInstallationsUninstall',
|
|
276
|
+
fieldName: 'resourceInstallationsUninstall',
|
|
277
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'ResourceInstallationsUninstall', 'resourceInstallationsUninstall', options.select, args, [
|
|
278
|
+
{
|
|
279
|
+
name: 'input',
|
|
280
|
+
type: 'ResourceInstallationsUninstallInput!',
|
|
281
|
+
},
|
|
282
|
+
], input_types_1.connectionFieldsMap, 'ResourceInstallationsUninstallPayload'),
|
|
237
283
|
}),
|
|
238
284
|
resourceInstallationsUpgrade: (args, options) => new query_builder_1.QueryBuilder({
|
|
239
285
|
client,
|
|
240
|
-
operation:
|
|
241
|
-
operationName:
|
|
242
|
-
fieldName:
|
|
243
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
286
|
+
operation: 'mutation',
|
|
287
|
+
operationName: 'ResourceInstallationsUpgrade',
|
|
288
|
+
fieldName: 'resourceInstallationsUpgrade',
|
|
289
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'ResourceInstallationsUpgrade', 'resourceInstallationsUpgrade', options.select, args, [
|
|
290
|
+
{
|
|
291
|
+
name: 'input',
|
|
292
|
+
type: 'ResourceInstallationsUpgradeInput!',
|
|
293
|
+
},
|
|
294
|
+
], input_types_1.connectionFieldsMap, 'ResourceInstallationsUpgradePayload'),
|
|
247
295
|
}),
|
|
248
296
|
saveGraph: (args, options) => new query_builder_1.QueryBuilder({
|
|
249
297
|
client,
|
|
250
|
-
operation:
|
|
251
|
-
operationName:
|
|
252
|
-
fieldName:
|
|
253
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
298
|
+
operation: 'mutation',
|
|
299
|
+
operationName: 'SaveGraph',
|
|
300
|
+
fieldName: 'saveGraph',
|
|
301
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'SaveGraph', 'saveGraph', options.select, args, [
|
|
302
|
+
{
|
|
303
|
+
name: 'input',
|
|
304
|
+
type: 'SaveGraphInput!',
|
|
305
|
+
},
|
|
306
|
+
], input_types_1.connectionFieldsMap, 'SaveGraphPayload'),
|
|
257
307
|
}),
|
|
258
308
|
setDataAtPath: (args, options) => new query_builder_1.QueryBuilder({
|
|
259
309
|
client,
|
|
260
|
-
operation:
|
|
261
|
-
operationName:
|
|
262
|
-
fieldName:
|
|
263
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
310
|
+
operation: 'mutation',
|
|
311
|
+
operationName: 'SetDataAtPath',
|
|
312
|
+
fieldName: 'setDataAtPath',
|
|
313
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'SetDataAtPath', 'setDataAtPath', options.select, args, [
|
|
314
|
+
{
|
|
315
|
+
name: 'input',
|
|
316
|
+
type: 'SetDataAtPathInput!',
|
|
317
|
+
},
|
|
318
|
+
], input_types_1.connectionFieldsMap, 'SetDataAtPathPayload'),
|
|
267
319
|
}),
|
|
268
320
|
startExecution: (args, options) => new query_builder_1.QueryBuilder({
|
|
269
321
|
client,
|
|
270
|
-
operation:
|
|
271
|
-
operationName:
|
|
272
|
-
fieldName:
|
|
273
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
322
|
+
operation: 'mutation',
|
|
323
|
+
operationName: 'StartExecution',
|
|
324
|
+
fieldName: 'startExecution',
|
|
325
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'StartExecution', 'startExecution', options.select, args, [
|
|
326
|
+
{
|
|
327
|
+
name: 'input',
|
|
328
|
+
type: 'StartExecutionInput!',
|
|
329
|
+
},
|
|
330
|
+
], input_types_1.connectionFieldsMap, 'StartExecutionPayload'),
|
|
277
331
|
}),
|
|
278
332
|
validateFunctionGraph: (args, options) => new query_builder_1.QueryBuilder({
|
|
279
333
|
client,
|
|
280
|
-
operation:
|
|
281
|
-
operationName:
|
|
282
|
-
fieldName:
|
|
283
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
334
|
+
operation: 'mutation',
|
|
335
|
+
operationName: 'ValidateFunctionGraph',
|
|
336
|
+
fieldName: 'validateFunctionGraph',
|
|
337
|
+
...(0, query_builder_1.buildCustomDocument)('mutation', 'ValidateFunctionGraph', 'validateFunctionGraph', options.select, args, [
|
|
338
|
+
{
|
|
339
|
+
name: 'input',
|
|
340
|
+
type: 'ValidateFunctionGraphInput!',
|
|
341
|
+
},
|
|
342
|
+
], input_types_1.connectionFieldsMap, 'ValidateFunctionGraphPayload'),
|
|
343
|
+
}),
|
|
288
344
|
};
|
|
289
345
|
}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
-
import { OrmClient } from
|
|
7
|
-
import { QueryBuilder } from
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
8
|
export interface ReadFunctionGraphVariables {
|
|
9
9
|
graphId?: string;
|
|
10
10
|
}
|
|
@@ -7,13 +7,15 @@ function createQueryOperations(client) {
|
|
|
7
7
|
return {
|
|
8
8
|
readFunctionGraph: (args, options) => new query_builder_1.QueryBuilder({
|
|
9
9
|
client,
|
|
10
|
-
operation:
|
|
11
|
-
operationName:
|
|
12
|
-
fieldName:
|
|
13
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
operation: 'query',
|
|
11
|
+
operationName: 'ReadFunctionGraph',
|
|
12
|
+
fieldName: 'readFunctionGraph',
|
|
13
|
+
...(0, query_builder_1.buildCustomDocument)('query', 'ReadFunctionGraph', 'readFunctionGraph', options?.select, args, [
|
|
14
|
+
{
|
|
15
|
+
name: 'graphId',
|
|
16
|
+
type: 'UUID',
|
|
17
|
+
},
|
|
18
|
+
], input_types_1.connectionFieldsMap, undefined),
|
|
19
|
+
}),
|
|
18
20
|
};
|
|
19
21
|
}
|