@constructive-io/sdk 1.1.2 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/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 +5 -5
- 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
|
@@ -78,9 +78,7 @@ export function buildSelections(select, connectionFieldsMap, entityType) {
|
|
|
78
78
|
return [];
|
|
79
79
|
}
|
|
80
80
|
const fields = [];
|
|
81
|
-
const entityConnections = entityType
|
|
82
|
-
? connectionFieldsMap?.[entityType]
|
|
83
|
-
: undefined;
|
|
81
|
+
const entityConnections = entityType ? connectionFieldsMap?.[entityType] : undefined;
|
|
84
82
|
for (const [key, value] of Object.entries(select)) {
|
|
85
83
|
if (value === false || value === undefined) {
|
|
86
84
|
continue;
|
|
@@ -184,9 +182,7 @@ export function buildFindManyDocument(operationName, queryField, select, args, f
|
|
|
184
182
|
t.operationDefinition({
|
|
185
183
|
operation: OP_QUERY,
|
|
186
184
|
name: operationName + 'Query',
|
|
187
|
-
variableDefinitions: variableDefinitions.length
|
|
188
|
-
? variableDefinitions
|
|
189
|
-
: undefined,
|
|
185
|
+
variableDefinitions: variableDefinitions.length ? variableDefinitions : undefined,
|
|
190
186
|
selectionSet: t.selectionSet({
|
|
191
187
|
selections: [
|
|
192
188
|
t.field({
|
|
@@ -437,9 +433,7 @@ export function buildCustomDocument(operationType, operationName, fieldName, sel
|
|
|
437
433
|
name: definition.name,
|
|
438
434
|
value: t.variable({ name: definition.name }),
|
|
439
435
|
}));
|
|
440
|
-
const fieldSelections = isConnection
|
|
441
|
-
? buildConnectionSelections(selections)
|
|
442
|
-
: selections;
|
|
436
|
+
const fieldSelections = isConnection ? buildConnectionSelections(selections) : selections;
|
|
443
437
|
const document = t.document({
|
|
444
438
|
definitions: [
|
|
445
439
|
t.operationDefinition({
|
|
@@ -477,9 +471,7 @@ function isCustomSelectionWrapper(value) {
|
|
|
477
471
|
if (keys.some((key) => key !== 'select' && key !== 'connection')) {
|
|
478
472
|
return false;
|
|
479
473
|
}
|
|
480
|
-
return
|
|
481
|
-
typeof record.select === 'object' &&
|
|
482
|
-
!Array.isArray(record.select));
|
|
474
|
+
return !!record.select && typeof record.select === 'object' && !Array.isArray(record.select);
|
|
483
475
|
}
|
|
484
476
|
// ============================================================================
|
|
485
477
|
// Helper Functions
|
|
@@ -491,9 +483,7 @@ function buildOptionalArg(name, value) {
|
|
|
491
483
|
if (value === undefined) {
|
|
492
484
|
return null;
|
|
493
485
|
}
|
|
494
|
-
const valueNode = typeof value === 'number'
|
|
495
|
-
? t.intValue({ value: value.toString() })
|
|
496
|
-
: t.stringValue({ value });
|
|
486
|
+
const valueNode = typeof value === 'number' ? t.intValue({ value: value.toString() }) : t.stringValue({ value });
|
|
497
487
|
return t.argument({ name, value: valueNode });
|
|
498
488
|
}
|
|
499
489
|
function buildEnumListArg(name, values) {
|
package/esm/usage/index.d.ts
CHANGED
package/esm/usage/index.js
CHANGED
package/esm/usage/orm/client.js
CHANGED
|
@@ -35,9 +35,7 @@ export class FetchAdapter {
|
|
|
35
35
|
return {
|
|
36
36
|
ok: false,
|
|
37
37
|
data: null,
|
|
38
|
-
errors: [
|
|
39
|
-
{ message: `HTTP ${response.status}: ${response.statusText}` },
|
|
40
|
-
],
|
|
38
|
+
errors: [{ message: `HTTP ${response.status}: ${response.statusText}` }],
|
|
41
39
|
};
|
|
42
40
|
}
|
|
43
41
|
const json = (await response.json());
|
package/esm/usage/orm/index.d.ts
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import type { OrmClientConfig } from
|
|
2
|
-
import { AppLimitCapModel } from
|
|
3
|
-
import { AppLimitCapsDefaultModel } from
|
|
4
|
-
import { AppLimitModel } from
|
|
5
|
-
import { AppLimitCreditCodeModel } from
|
|
6
|
-
import { AppLimitCreditCodeItemModel } from
|
|
7
|
-
import { AppLimitCreditModel } from
|
|
8
|
-
import { AppLimitCreditRedemptionModel } from
|
|
9
|
-
import { AppLimitDefaultModel } from
|
|
10
|
-
import { AppLimitEventModel } from
|
|
11
|
-
import { AppLimitWarningModel } from
|
|
12
|
-
import { OrgLimitAggregateModel } from
|
|
13
|
-
import { OrgLimitCapModel } from
|
|
14
|
-
import { OrgLimitCapsDefaultModel } from
|
|
15
|
-
import { OrgLimitModel } from
|
|
16
|
-
import { OrgLimitCreditModel } from
|
|
17
|
-
import { OrgLimitDefaultModel } from
|
|
18
|
-
import { OrgLimitEventModel } from
|
|
19
|
-
import { OrgLimitWarningModel } from
|
|
20
|
-
export type { OrmClientConfig, QueryResult, GraphQLError, GraphQLAdapter } from
|
|
21
|
-
export { GraphQLRequestError, FetchAdapter } from
|
|
22
|
-
export { QueryBuilder } from
|
|
23
|
-
export * from
|
|
24
|
-
export * from
|
|
25
|
-
export { createMutationOperations } from
|
|
1
|
+
import type { OrmClientConfig } from './client';
|
|
2
|
+
import { AppLimitCapModel } from './models/appLimitCap';
|
|
3
|
+
import { AppLimitCapsDefaultModel } from './models/appLimitCapsDefault';
|
|
4
|
+
import { AppLimitModel } from './models/appLimit';
|
|
5
|
+
import { AppLimitCreditCodeModel } from './models/appLimitCreditCode';
|
|
6
|
+
import { AppLimitCreditCodeItemModel } from './models/appLimitCreditCodeItem';
|
|
7
|
+
import { AppLimitCreditModel } from './models/appLimitCredit';
|
|
8
|
+
import { AppLimitCreditRedemptionModel } from './models/appLimitCreditRedemption';
|
|
9
|
+
import { AppLimitDefaultModel } from './models/appLimitDefault';
|
|
10
|
+
import { AppLimitEventModel } from './models/appLimitEvent';
|
|
11
|
+
import { AppLimitWarningModel } from './models/appLimitWarning';
|
|
12
|
+
import { OrgLimitAggregateModel } from './models/orgLimitAggregate';
|
|
13
|
+
import { OrgLimitCapModel } from './models/orgLimitCap';
|
|
14
|
+
import { OrgLimitCapsDefaultModel } from './models/orgLimitCapsDefault';
|
|
15
|
+
import { OrgLimitModel } from './models/orgLimit';
|
|
16
|
+
import { OrgLimitCreditModel } from './models/orgLimitCredit';
|
|
17
|
+
import { OrgLimitDefaultModel } from './models/orgLimitDefault';
|
|
18
|
+
import { OrgLimitEventModel } from './models/orgLimitEvent';
|
|
19
|
+
import { OrgLimitWarningModel } from './models/orgLimitWarning';
|
|
20
|
+
export type { OrmClientConfig, QueryResult, GraphQLError, GraphQLAdapter } from './client';
|
|
21
|
+
export { GraphQLRequestError, FetchAdapter } from './client';
|
|
22
|
+
export { QueryBuilder } from './query-builder';
|
|
23
|
+
export * from './select-types';
|
|
24
|
+
export * from './models';
|
|
25
|
+
export { createMutationOperations } from './mutation';
|
|
26
26
|
/**
|
|
27
27
|
* Create an ORM client instance
|
|
28
28
|
*
|
package/esm/usage/orm/index.js
CHANGED
|
@@ -3,31 +3,31 @@
|
|
|
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 { AppLimitCapModel } from
|
|
8
|
-
import { AppLimitCapsDefaultModel } from
|
|
9
|
-
import { AppLimitModel } from
|
|
10
|
-
import { AppLimitCreditCodeModel } from
|
|
11
|
-
import { AppLimitCreditCodeItemModel } from
|
|
12
|
-
import { AppLimitCreditModel } from
|
|
13
|
-
import { AppLimitCreditRedemptionModel } from
|
|
14
|
-
import { AppLimitDefaultModel } from
|
|
15
|
-
import { AppLimitEventModel } from
|
|
16
|
-
import { AppLimitWarningModel } from
|
|
17
|
-
import { OrgLimitAggregateModel } from
|
|
18
|
-
import { OrgLimitCapModel } from
|
|
19
|
-
import { OrgLimitCapsDefaultModel } from
|
|
20
|
-
import { OrgLimitModel } from
|
|
21
|
-
import { OrgLimitCreditModel } from
|
|
22
|
-
import { OrgLimitDefaultModel } from
|
|
23
|
-
import { OrgLimitEventModel } from
|
|
24
|
-
import { OrgLimitWarningModel } from
|
|
25
|
-
import { createMutationOperations } from
|
|
26
|
-
export { GraphQLRequestError, FetchAdapter } from
|
|
27
|
-
export { QueryBuilder } from
|
|
28
|
-
export * from
|
|
29
|
-
export * from
|
|
30
|
-
export { createMutationOperations } from
|
|
6
|
+
import { OrmClient } from './client';
|
|
7
|
+
import { AppLimitCapModel } from './models/appLimitCap';
|
|
8
|
+
import { AppLimitCapsDefaultModel } from './models/appLimitCapsDefault';
|
|
9
|
+
import { AppLimitModel } from './models/appLimit';
|
|
10
|
+
import { AppLimitCreditCodeModel } from './models/appLimitCreditCode';
|
|
11
|
+
import { AppLimitCreditCodeItemModel } from './models/appLimitCreditCodeItem';
|
|
12
|
+
import { AppLimitCreditModel } from './models/appLimitCredit';
|
|
13
|
+
import { AppLimitCreditRedemptionModel } from './models/appLimitCreditRedemption';
|
|
14
|
+
import { AppLimitDefaultModel } from './models/appLimitDefault';
|
|
15
|
+
import { AppLimitEventModel } from './models/appLimitEvent';
|
|
16
|
+
import { AppLimitWarningModel } from './models/appLimitWarning';
|
|
17
|
+
import { OrgLimitAggregateModel } from './models/orgLimitAggregate';
|
|
18
|
+
import { OrgLimitCapModel } from './models/orgLimitCap';
|
|
19
|
+
import { OrgLimitCapsDefaultModel } from './models/orgLimitCapsDefault';
|
|
20
|
+
import { OrgLimitModel } from './models/orgLimit';
|
|
21
|
+
import { OrgLimitCreditModel } from './models/orgLimitCredit';
|
|
22
|
+
import { OrgLimitDefaultModel } from './models/orgLimitDefault';
|
|
23
|
+
import { OrgLimitEventModel } from './models/orgLimitEvent';
|
|
24
|
+
import { OrgLimitWarningModel } from './models/orgLimitWarning';
|
|
25
|
+
import { createMutationOperations } from './mutation';
|
|
26
|
+
export { GraphQLRequestError, FetchAdapter } from './client';
|
|
27
|
+
export { QueryBuilder } from './query-builder';
|
|
28
|
+
export * from './select-types';
|
|
29
|
+
export * from './models';
|
|
30
|
+
export { createMutationOperations } from './mutation';
|
|
31
31
|
/**
|
|
32
32
|
* Create an ORM client instance
|
|
33
33
|
*
|
|
@@ -72,6 +72,6 @@ export function createClient(config) {
|
|
|
72
72
|
orgLimitDefault: new OrgLimitDefaultModel(client),
|
|
73
73
|
orgLimitEvent: new OrgLimitEventModel(client),
|
|
74
74
|
orgLimitWarning: new OrgLimitWarningModel(client),
|
|
75
|
-
mutation: createMutationOperations(client)
|
|
75
|
+
mutation: createMutationOperations(client),
|
|
76
76
|
};
|
|
77
77
|
}
|
|
@@ -1244,24 +1244,24 @@ export interface OrgLimitWarningFilter {
|
|
|
1244
1244
|
/** Filter by the object’s `warningType` field. */
|
|
1245
1245
|
warningType?: StringFilter;
|
|
1246
1246
|
}
|
|
1247
|
-
export type AppLimitCapOrderBy =
|
|
1248
|
-
export type AppLimitCapsDefaultOrderBy =
|
|
1249
|
-
export type AppLimitOrderBy =
|
|
1250
|
-
export type AppLimitCreditCodeOrderBy =
|
|
1251
|
-
export type AppLimitCreditCodeItemOrderBy =
|
|
1252
|
-
export type AppLimitCreditOrderBy =
|
|
1253
|
-
export type AppLimitCreditRedemptionOrderBy =
|
|
1254
|
-
export type AppLimitDefaultOrderBy =
|
|
1255
|
-
export type AppLimitEventOrderBy =
|
|
1256
|
-
export type AppLimitWarningOrderBy =
|
|
1257
|
-
export type OrgLimitAggregateOrderBy =
|
|
1258
|
-
export type OrgLimitCapOrderBy =
|
|
1259
|
-
export type OrgLimitCapsDefaultOrderBy =
|
|
1260
|
-
export type OrgLimitOrderBy =
|
|
1261
|
-
export type OrgLimitCreditOrderBy =
|
|
1262
|
-
export type OrgLimitDefaultOrderBy =
|
|
1263
|
-
export type OrgLimitEventOrderBy =
|
|
1264
|
-
export type OrgLimitWarningOrderBy =
|
|
1247
|
+
export type AppLimitCapOrderBy = 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
|
|
1248
|
+
export type AppLimitCapsDefaultOrderBy = 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
|
|
1249
|
+
export type AppLimitOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_TYPE_ASC' | 'ENTITY_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'NUM_ASC' | 'NUM_DESC' | 'ORGANIZATION_ID_ASC' | 'ORGANIZATION_ID_DESC' | 'PERIOD_CREDITS_ASC' | 'PERIOD_CREDITS_DESC' | 'PLAN_MAX_ASC' | 'PLAN_MAX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PURCHASED_CREDITS_ASC' | 'PURCHASED_CREDITS_DESC' | 'SOFT_MAX_ASC' | 'SOFT_MAX_DESC' | 'WINDOW_DURATION_ASC' | 'WINDOW_DURATION_DESC' | 'WINDOW_START_ASC' | 'WINDOW_START_DESC';
|
|
1250
|
+
export type AppLimitCreditCodeOrderBy = 'CODE_ASC' | 'CODE_DESC' | 'CURRENT_REDEMPTIONS_ASC' | 'CURRENT_REDEMPTIONS_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'MAX_REDEMPTIONS_ASC' | 'MAX_REDEMPTIONS_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
|
|
1251
|
+
export type AppLimitCreditCodeItemOrderBy = 'AMOUNT_ASC' | 'AMOUNT_DESC' | 'CREDIT_CODE_ID_ASC' | 'CREDIT_CODE_ID_DESC' | 'CREDIT_TYPE_ASC' | 'CREDIT_TYPE_DESC' | 'DEFAULT_LIMIT_ID_ASC' | 'DEFAULT_LIMIT_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
|
|
1252
|
+
export type AppLimitCreditOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'AMOUNT_ASC' | 'AMOUNT_DESC' | 'CREDIT_TYPE_ASC' | 'CREDIT_TYPE_DESC' | 'DEFAULT_LIMIT_ID_ASC' | 'DEFAULT_LIMIT_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'REASON_ASC' | 'REASON_DESC';
|
|
1253
|
+
export type AppLimitCreditRedemptionOrderBy = 'CREDIT_CODE_ID_ASC' | 'CREDIT_CODE_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ENTITY_TYPE_ASC' | 'ENTITY_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'ORGANIZATION_ID_ASC' | 'ORGANIZATION_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
|
|
1254
|
+
export type AppLimitDefaultOrderBy = 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SOFT_MAX_ASC' | 'SOFT_MAX_DESC';
|
|
1255
|
+
export type AppLimitEventOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DELTA_ASC' | 'DELTA_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ENTITY_TYPE_ASC' | 'ENTITY_TYPE_DESC' | 'EVENT_TYPE_ASC' | 'EVENT_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'MAX_AT_EVENT_ASC' | 'MAX_AT_EVENT_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'NUM_AFTER_ASC' | 'NUM_AFTER_DESC' | 'NUM_BEFORE_ASC' | 'NUM_BEFORE_DESC' | 'ORGANIZATION_ID_ASC' | 'ORGANIZATION_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'REASON_ASC' | 'REASON_DESC';
|
|
1256
|
+
export type AppLimitWarningOrderBy = 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'TASK_IDENTIFIER_ASC' | 'TASK_IDENTIFIER_DESC' | 'THRESHOLD_VALUE_ASC' | 'THRESHOLD_VALUE_DESC' | 'WARNING_TYPE_ASC' | 'WARNING_TYPE_DESC';
|
|
1257
|
+
export type OrgLimitAggregateOrderBy = 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ENTITY_TYPE_ASC' | 'ENTITY_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'NUM_ASC' | 'NUM_DESC' | 'ORGANIZATION_ID_ASC' | 'ORGANIZATION_ID_DESC' | 'PERIOD_CREDITS_ASC' | 'PERIOD_CREDITS_DESC' | 'PLAN_MAX_ASC' | 'PLAN_MAX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PURCHASED_CREDITS_ASC' | 'PURCHASED_CREDITS_DESC' | 'RESERVED_ASC' | 'RESERVED_DESC' | 'SOFT_MAX_ASC' | 'SOFT_MAX_DESC' | 'WINDOW_DURATION_ASC' | 'WINDOW_DURATION_DESC' | 'WINDOW_START_ASC' | 'WINDOW_START_DESC';
|
|
1258
|
+
export type OrgLimitCapOrderBy = 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
|
|
1259
|
+
export type OrgLimitCapsDefaultOrderBy = 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
|
|
1260
|
+
export type OrgLimitOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ENTITY_TYPE_ASC' | 'ENTITY_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'NUM_ASC' | 'NUM_DESC' | 'ORGANIZATION_ID_ASC' | 'ORGANIZATION_ID_DESC' | 'PERIOD_CREDITS_ASC' | 'PERIOD_CREDITS_DESC' | 'PLAN_MAX_ASC' | 'PLAN_MAX_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PURCHASED_CREDITS_ASC' | 'PURCHASED_CREDITS_DESC' | 'SOFT_MAX_ASC' | 'SOFT_MAX_DESC' | 'WINDOW_DURATION_ASC' | 'WINDOW_DURATION_DESC' | 'WINDOW_START_ASC' | 'WINDOW_START_DESC';
|
|
1261
|
+
export type OrgLimitCreditOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'AMOUNT_ASC' | 'AMOUNT_DESC' | 'CREDIT_TYPE_ASC' | 'CREDIT_TYPE_DESC' | 'DEFAULT_LIMIT_ID_ASC' | 'DEFAULT_LIMIT_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ENTITY_TYPE_ASC' | 'ENTITY_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'ORGANIZATION_ID_ASC' | 'ORGANIZATION_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'REASON_ASC' | 'REASON_DESC';
|
|
1262
|
+
export type OrgLimitDefaultOrderBy = 'ID_ASC' | 'ID_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SOFT_MAX_ASC' | 'SOFT_MAX_DESC';
|
|
1263
|
+
export type OrgLimitEventOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DELTA_ASC' | 'DELTA_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ENTITY_TYPE_ASC' | 'ENTITY_TYPE_DESC' | 'EVENT_TYPE_ASC' | 'EVENT_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'MAX_AT_EVENT_ASC' | 'MAX_AT_EVENT_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'NUM_AFTER_ASC' | 'NUM_AFTER_DESC' | 'NUM_BEFORE_ASC' | 'NUM_BEFORE_DESC' | 'ORGANIZATION_ID_ASC' | 'ORGANIZATION_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'REASON_ASC' | 'REASON_DESC';
|
|
1264
|
+
export type OrgLimitWarningOrderBy = 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'TASK_IDENTIFIER_ASC' | 'TASK_IDENTIFIER_DESC' | 'THRESHOLD_VALUE_ASC' | 'THRESHOLD_VALUE_DESC' | 'WARNING_TYPE_ASC' | 'WARNING_TYPE_DESC';
|
|
1265
1265
|
export interface CreateAppLimitCapInput {
|
|
1266
1266
|
clientMutationId?: string;
|
|
1267
1267
|
appLimitCap: {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
// ============ Connection Fields Map ============
|
|
2
2
|
export const connectionFieldsMap = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
AppLimitCreditCode: {
|
|
4
|
+
appLimitCreditCodeItemsByCreditCodeId: 'AppLimitCreditCodeItem',
|
|
5
|
+
appLimitCreditRedemptionsByCreditCodeId: 'AppLimitCreditRedemption',
|
|
6
6
|
},
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
AppLimitDefault: {
|
|
8
|
+
appLimitCreditCodeItemsByDefaultLimitId: 'AppLimitCreditCodeItem',
|
|
9
|
+
appLimitCreditsByDefaultLimitId: 'AppLimitCredit',
|
|
10
|
+
},
|
|
11
|
+
OrgLimitDefault: {
|
|
12
|
+
orgLimitCreditsByDefaultLimitId: 'OrgLimitCredit',
|
|
10
13
|
},
|
|
11
|
-
"OrgLimitDefault": {
|
|
12
|
-
"orgLimitCreditsByDefaultLimitId": "OrgLimitCredit"
|
|
13
|
-
}
|
|
14
14
|
};
|
|
@@ -3,10 +3,10 @@
|
|
|
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
|
|
8
|
-
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from
|
|
9
|
-
import type { AppLimitWithRelations, AppLimitSelect, AppLimitFilter, AppLimitOrderBy, CreateAppLimitInput, AppLimitPatch } from
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { AppLimitWithRelations, AppLimitSelect, AppLimitFilter, AppLimitOrderBy, CreateAppLimitInput, AppLimitPatch } from '../input-types';
|
|
10
10
|
export declare class AppLimitModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
@@ -26,7 +26,7 @@ export declare class AppLimitModel {
|
|
|
26
26
|
} & StrictSelect<S, AppLimitSelect>): QueryBuilder<{
|
|
27
27
|
appLimit: InferSelectResult<AppLimitWithRelations, S> | null;
|
|
28
28
|
}>;
|
|
29
|
-
create<S extends AppLimitSelect>(args: CreateArgs<S, CreateAppLimitInput[
|
|
29
|
+
create<S extends AppLimitSelect>(args: CreateArgs<S, CreateAppLimitInput['appLimit']> & {
|
|
30
30
|
select: S;
|
|
31
31
|
} & StrictSelect<S, AppLimitSelect>): QueryBuilder<{
|
|
32
32
|
createAppLimit: {
|
|
@@ -1,100 +1,100 @@
|
|
|
1
|
-
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument } from
|
|
2
|
-
import { connectionFieldsMap } from
|
|
1
|
+
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument, } from '../query-builder';
|
|
2
|
+
import { connectionFieldsMap } from '../input-types';
|
|
3
3
|
export class AppLimitModel {
|
|
4
4
|
client;
|
|
5
5
|
constructor(client) {
|
|
6
6
|
this.client = client;
|
|
7
7
|
}
|
|
8
8
|
findMany(args) {
|
|
9
|
-
const { document, variables } = buildFindManyDocument(
|
|
9
|
+
const { document, variables } = buildFindManyDocument('AppLimit', 'appLimits', args.select, {
|
|
10
10
|
where: args?.where,
|
|
11
11
|
orderBy: args?.orderBy,
|
|
12
12
|
first: args?.first,
|
|
13
13
|
last: args?.last,
|
|
14
14
|
after: args?.after,
|
|
15
15
|
before: args?.before,
|
|
16
|
-
offset: args?.offset
|
|
17
|
-
},
|
|
16
|
+
offset: args?.offset,
|
|
17
|
+
}, 'AppLimitFilter', 'AppLimitOrderBy', connectionFieldsMap);
|
|
18
18
|
return new QueryBuilder({
|
|
19
19
|
client: this.client,
|
|
20
|
-
operation:
|
|
21
|
-
operationName:
|
|
22
|
-
fieldName:
|
|
20
|
+
operation: 'query',
|
|
21
|
+
operationName: 'AppLimit',
|
|
22
|
+
fieldName: 'appLimits',
|
|
23
23
|
document,
|
|
24
|
-
variables
|
|
24
|
+
variables,
|
|
25
25
|
});
|
|
26
26
|
}
|
|
27
27
|
findFirst(args) {
|
|
28
|
-
const { document, variables } = buildFindFirstDocument(
|
|
28
|
+
const { document, variables } = buildFindFirstDocument('AppLimit', 'appLimits', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
orderBy: args?.orderBy
|
|
31
|
-
},
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'AppLimitFilter', 'AppLimitOrderBy', connectionFieldsMap);
|
|
32
32
|
return new QueryBuilder({
|
|
33
33
|
client: this.client,
|
|
34
|
-
operation:
|
|
35
|
-
operationName:
|
|
36
|
-
fieldName:
|
|
34
|
+
operation: 'query',
|
|
35
|
+
operationName: 'AppLimit',
|
|
36
|
+
fieldName: 'appLimit',
|
|
37
37
|
document,
|
|
38
38
|
variables,
|
|
39
39
|
transform: (data) => ({
|
|
40
|
-
|
|
41
|
-
})
|
|
40
|
+
appLimit: data.appLimits?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
42
42
|
});
|
|
43
43
|
}
|
|
44
44
|
findOne(args) {
|
|
45
|
-
const { document, variables } = buildFindManyDocument(
|
|
45
|
+
const { document, variables } = buildFindManyDocument('AppLimit', 'appLimits', args.select, {
|
|
46
46
|
where: {
|
|
47
47
|
id: {
|
|
48
|
-
equalTo: args.id
|
|
49
|
-
}
|
|
48
|
+
equalTo: args.id,
|
|
49
|
+
},
|
|
50
50
|
},
|
|
51
|
-
first: 1
|
|
52
|
-
},
|
|
51
|
+
first: 1,
|
|
52
|
+
}, 'AppLimitFilter', 'AppLimitOrderBy', connectionFieldsMap);
|
|
53
53
|
return new QueryBuilder({
|
|
54
54
|
client: this.client,
|
|
55
|
-
operation:
|
|
56
|
-
operationName:
|
|
57
|
-
fieldName:
|
|
55
|
+
operation: 'query',
|
|
56
|
+
operationName: 'AppLimit',
|
|
57
|
+
fieldName: 'appLimit',
|
|
58
58
|
document,
|
|
59
59
|
variables,
|
|
60
60
|
transform: (data) => ({
|
|
61
|
-
|
|
62
|
-
})
|
|
61
|
+
appLimit: data.appLimits?.nodes?.[0] ?? null,
|
|
62
|
+
}),
|
|
63
63
|
});
|
|
64
64
|
}
|
|
65
65
|
create(args) {
|
|
66
|
-
const { document, variables } = buildCreateDocument(
|
|
66
|
+
const { document, variables } = buildCreateDocument('AppLimit', 'createAppLimit', 'appLimit', args.select, args.data, 'CreateAppLimitInput', connectionFieldsMap);
|
|
67
67
|
return new QueryBuilder({
|
|
68
68
|
client: this.client,
|
|
69
|
-
operation:
|
|
70
|
-
operationName:
|
|
71
|
-
fieldName:
|
|
69
|
+
operation: 'mutation',
|
|
70
|
+
operationName: 'AppLimit',
|
|
71
|
+
fieldName: 'createAppLimit',
|
|
72
72
|
document,
|
|
73
|
-
variables
|
|
73
|
+
variables,
|
|
74
74
|
});
|
|
75
75
|
}
|
|
76
76
|
update(args) {
|
|
77
|
-
const { document, variables } = buildUpdateByPkDocument(
|
|
77
|
+
const { document, variables } = buildUpdateByPkDocument('AppLimit', 'updateAppLimit', 'appLimit', args.select, args.where.id, args.data, 'UpdateAppLimitInput', 'id', 'appLimitPatch', connectionFieldsMap, undefined);
|
|
78
78
|
return new QueryBuilder({
|
|
79
79
|
client: this.client,
|
|
80
|
-
operation:
|
|
81
|
-
operationName:
|
|
82
|
-
fieldName:
|
|
80
|
+
operation: 'mutation',
|
|
81
|
+
operationName: 'AppLimit',
|
|
82
|
+
fieldName: 'updateAppLimit',
|
|
83
83
|
document,
|
|
84
|
-
variables
|
|
84
|
+
variables,
|
|
85
85
|
});
|
|
86
86
|
}
|
|
87
87
|
delete(args) {
|
|
88
|
-
const { document, variables } = buildDeleteByPkDocument(
|
|
89
|
-
id: args.where.id
|
|
90
|
-
},
|
|
88
|
+
const { document, variables } = buildDeleteByPkDocument('AppLimit', 'deleteAppLimit', 'appLimit', {
|
|
89
|
+
id: args.where.id,
|
|
90
|
+
}, 'DeleteAppLimitInput', args.select, connectionFieldsMap);
|
|
91
91
|
return new QueryBuilder({
|
|
92
92
|
client: this.client,
|
|
93
|
-
operation:
|
|
94
|
-
operationName:
|
|
95
|
-
fieldName:
|
|
93
|
+
operation: 'mutation',
|
|
94
|
+
operationName: 'AppLimit',
|
|
95
|
+
fieldName: 'deleteAppLimit',
|
|
96
96
|
document,
|
|
97
|
-
variables
|
|
97
|
+
variables,
|
|
98
98
|
});
|
|
99
99
|
}
|
|
100
100
|
}
|
|
@@ -3,10 +3,10 @@
|
|
|
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
|
|
8
|
-
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from
|
|
9
|
-
import type { AppLimitCapWithRelations, AppLimitCapSelect, AppLimitCapFilter, AppLimitCapOrderBy, CreateAppLimitCapInput, AppLimitCapPatch } from
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { AppLimitCapWithRelations, AppLimitCapSelect, AppLimitCapFilter, AppLimitCapOrderBy, CreateAppLimitCapInput, AppLimitCapPatch } from '../input-types';
|
|
10
10
|
export declare class AppLimitCapModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
@@ -26,7 +26,7 @@ export declare class AppLimitCapModel {
|
|
|
26
26
|
} & StrictSelect<S, AppLimitCapSelect>): QueryBuilder<{
|
|
27
27
|
appLimitCap: InferSelectResult<AppLimitCapWithRelations, S> | null;
|
|
28
28
|
}>;
|
|
29
|
-
create<S extends AppLimitCapSelect>(args: CreateArgs<S, CreateAppLimitCapInput[
|
|
29
|
+
create<S extends AppLimitCapSelect>(args: CreateArgs<S, CreateAppLimitCapInput['appLimitCap']> & {
|
|
30
30
|
select: S;
|
|
31
31
|
} & StrictSelect<S, AppLimitCapSelect>): QueryBuilder<{
|
|
32
32
|
createAppLimitCap: {
|