@constructive-sdk/cli 0.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/LICENSE +23 -0
- package/README.md +84 -0
- package/admin/cli/commands/app-achievement.d.ts +8 -0
- package/admin/cli/commands/app-achievement.js +260 -0
- package/admin/cli/commands/app-admin-grant.d.ts +8 -0
- package/admin/cli/commands/app-admin-grant.js +260 -0
- package/admin/cli/commands/app-grant.d.ts +8 -0
- package/admin/cli/commands/app-grant.js +279 -0
- package/admin/cli/commands/app-level-requirement.d.ts +8 -0
- package/admin/cli/commands/app-level-requirement.js +298 -0
- package/admin/cli/commands/app-level.d.ts +8 -0
- package/admin/cli/commands/app-level.js +279 -0
- package/admin/cli/commands/app-limit-default.d.ts +8 -0
- package/admin/cli/commands/app-limit-default.js +231 -0
- package/admin/cli/commands/app-limit.d.ts +8 -0
- package/admin/cli/commands/app-limit.js +269 -0
- package/admin/cli/commands/app-membership-default.d.ts +8 -0
- package/admin/cli/commands/app-membership-default.js +279 -0
- package/admin/cli/commands/app-membership.d.ts +8 -0
- package/admin/cli/commands/app-membership.js +450 -0
- package/admin/cli/commands/app-owner-grant.d.ts +8 -0
- package/admin/cli/commands/app-owner-grant.js +260 -0
- package/admin/cli/commands/app-permission-default.d.ts +8 -0
- package/admin/cli/commands/app-permission-default.js +212 -0
- package/admin/cli/commands/app-permission.d.ts +8 -0
- package/admin/cli/commands/app-permission.js +269 -0
- package/admin/cli/commands/app-permissions-get-by-mask.d.ts +8 -0
- package/admin/cli/commands/app-permissions-get-by-mask.js +49 -0
- package/admin/cli/commands/app-permissions-get-mask-by-names.d.ts +8 -0
- package/admin/cli/commands/app-permissions-get-mask-by-names.js +28 -0
- package/admin/cli/commands/app-permissions-get-mask.d.ts +8 -0
- package/admin/cli/commands/app-permissions-get-mask.js +28 -0
- package/admin/cli/commands/app-permissions-get-padded-mask.d.ts +8 -0
- package/admin/cli/commands/app-permissions-get-padded-mask.js +28 -0
- package/admin/cli/commands/app-step.d.ts +8 -0
- package/admin/cli/commands/app-step.js +260 -0
- package/admin/cli/commands/auth.d.ts +8 -0
- package/admin/cli/commands/auth.js +108 -0
- package/admin/cli/commands/claimed-invite.d.ts +8 -0
- package/admin/cli/commands/claimed-invite.js +260 -0
- package/admin/cli/commands/context.d.ts +8 -0
- package/admin/cli/commands/context.js +159 -0
- package/admin/cli/commands/invite.d.ts +8 -0
- package/admin/cli/commands/invite.js +374 -0
- package/admin/cli/commands/membership-type.d.ts +8 -0
- package/admin/cli/commands/membership-type.js +250 -0
- package/admin/cli/commands/org-admin-grant.d.ts +8 -0
- package/admin/cli/commands/org-admin-grant.js +279 -0
- package/admin/cli/commands/org-chart-edge-grant.d.ts +8 -0
- package/admin/cli/commands/org-chart-edge-grant.js +331 -0
- package/admin/cli/commands/org-chart-edge.d.ts +8 -0
- package/admin/cli/commands/org-chart-edge.js +298 -0
- package/admin/cli/commands/org-claimed-invite.d.ts +8 -0
- package/admin/cli/commands/org-claimed-invite.js +279 -0
- package/admin/cli/commands/org-get-managers-record.d.ts +8 -0
- package/admin/cli/commands/org-get-managers-record.js +226 -0
- package/admin/cli/commands/org-get-subordinates-record.d.ts +8 -0
- package/admin/cli/commands/org-get-subordinates-record.js +226 -0
- package/admin/cli/commands/org-grant.d.ts +8 -0
- package/admin/cli/commands/org-grant.js +298 -0
- package/admin/cli/commands/org-invite.d.ts +8 -0
- package/admin/cli/commands/org-invite.js +412 -0
- package/admin/cli/commands/org-is-manager-of.d.ts +8 -0
- package/admin/cli/commands/org-is-manager-of.js +43 -0
- package/admin/cli/commands/org-limit-default.d.ts +8 -0
- package/admin/cli/commands/org-limit-default.js +231 -0
- package/admin/cli/commands/org-limit.d.ts +8 -0
- package/admin/cli/commands/org-limit.js +288 -0
- package/admin/cli/commands/org-member.d.ts +8 -0
- package/admin/cli/commands/org-member.js +250 -0
- package/admin/cli/commands/org-membership-default.d.ts +8 -0
- package/admin/cli/commands/org-membership-default.js +317 -0
- package/admin/cli/commands/org-membership.d.ts +8 -0
- package/admin/cli/commands/org-membership.js +450 -0
- package/admin/cli/commands/org-owner-grant.d.ts +8 -0
- package/admin/cli/commands/org-owner-grant.js +279 -0
- package/admin/cli/commands/org-permission-default.d.ts +8 -0
- package/admin/cli/commands/org-permission-default.js +231 -0
- package/admin/cli/commands/org-permission.d.ts +8 -0
- package/admin/cli/commands/org-permission.js +269 -0
- package/admin/cli/commands/org-permissions-get-by-mask.d.ts +8 -0
- package/admin/cli/commands/org-permissions-get-by-mask.js +49 -0
- package/admin/cli/commands/org-permissions-get-mask-by-names.d.ts +8 -0
- package/admin/cli/commands/org-permissions-get-mask-by-names.js +28 -0
- package/admin/cli/commands/org-permissions-get-mask.d.ts +8 -0
- package/admin/cli/commands/org-permissions-get-mask.js +28 -0
- package/admin/cli/commands/org-permissions-get-padded-mask.d.ts +8 -0
- package/admin/cli/commands/org-permissions-get-padded-mask.js +28 -0
- package/admin/cli/commands/steps-achieved.d.ts +8 -0
- package/admin/cli/commands/steps-achieved.js +33 -0
- package/admin/cli/commands/steps-required.d.ts +8 -0
- package/admin/cli/commands/steps-required.js +54 -0
- package/admin/cli/commands/submit-invite-code.d.ts +8 -0
- package/admin/cli/commands/submit-invite-code.js +36 -0
- package/admin/cli/commands/submit-org-invite-code.d.ts +8 -0
- package/admin/cli/commands/submit-org-invite-code.js +36 -0
- package/admin/cli/commands.d.ts +7 -0
- package/admin/cli/commands.js +139 -0
- package/admin/cli/executor.d.ts +104 -0
- package/admin/cli/executor.js +41 -0
- package/admin/cli/index.d.ts +1 -0
- package/admin/cli/index.js +27 -0
- package/admin/cli/node-fetch.d.ts +26 -0
- package/admin/cli/node-fetch.js +130 -0
- package/admin/cli/utils.d.ts +37 -0
- package/admin/cli/utils.js +179 -0
- package/admin/index.d.ts +6 -0
- package/admin/index.js +22 -0
- package/admin/orm/client.d.ts +55 -0
- package/admin/orm/client.js +105 -0
- package/admin/orm/index.d.ts +167 -0
- package/admin/orm/index.js +132 -0
- package/admin/orm/input-types.d.ts +4350 -0
- package/admin/orm/input-types.js +5 -0
- package/admin/orm/models/appAchievement.d.ts +56 -0
- package/admin/orm/models/appAchievement.js +98 -0
- package/admin/orm/models/appAdminGrant.d.ts +56 -0
- package/admin/orm/models/appAdminGrant.js +98 -0
- package/admin/orm/models/appGrant.d.ts +56 -0
- package/admin/orm/models/appGrant.js +98 -0
- package/admin/orm/models/appLevel.d.ts +56 -0
- package/admin/orm/models/appLevel.js +98 -0
- package/admin/orm/models/appLevelRequirement.d.ts +56 -0
- package/admin/orm/models/appLevelRequirement.js +98 -0
- package/admin/orm/models/appLimit.d.ts +56 -0
- package/admin/orm/models/appLimit.js +98 -0
- package/admin/orm/models/appLimitDefault.d.ts +56 -0
- package/admin/orm/models/appLimitDefault.js +98 -0
- package/admin/orm/models/appMembership.d.ts +56 -0
- package/admin/orm/models/appMembership.js +98 -0
- package/admin/orm/models/appMembershipDefault.d.ts +56 -0
- package/admin/orm/models/appMembershipDefault.js +98 -0
- package/admin/orm/models/appOwnerGrant.d.ts +56 -0
- package/admin/orm/models/appOwnerGrant.js +98 -0
- package/admin/orm/models/appPermission.d.ts +56 -0
- package/admin/orm/models/appPermission.js +98 -0
- package/admin/orm/models/appPermissionDefault.d.ts +56 -0
- package/admin/orm/models/appPermissionDefault.js +98 -0
- package/admin/orm/models/appStep.d.ts +56 -0
- package/admin/orm/models/appStep.js +98 -0
- package/admin/orm/models/claimedInvite.d.ts +56 -0
- package/admin/orm/models/claimedInvite.js +98 -0
- package/admin/orm/models/index.d.ts +37 -0
- package/admin/orm/models/index.js +72 -0
- package/admin/orm/models/invite.d.ts +56 -0
- package/admin/orm/models/invite.js +98 -0
- package/admin/orm/models/membershipType.d.ts +56 -0
- package/admin/orm/models/membershipType.js +98 -0
- package/admin/orm/models/orgAdminGrant.d.ts +56 -0
- package/admin/orm/models/orgAdminGrant.js +98 -0
- package/admin/orm/models/orgChartEdge.d.ts +56 -0
- package/admin/orm/models/orgChartEdge.js +98 -0
- package/admin/orm/models/orgChartEdgeGrant.d.ts +56 -0
- package/admin/orm/models/orgChartEdgeGrant.js +98 -0
- package/admin/orm/models/orgClaimedInvite.d.ts +56 -0
- package/admin/orm/models/orgClaimedInvite.js +98 -0
- package/admin/orm/models/orgGetManagersRecord.d.ts +32 -0
- package/admin/orm/models/orgGetManagersRecord.js +55 -0
- package/admin/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
- package/admin/orm/models/orgGetSubordinatesRecord.js +55 -0
- package/admin/orm/models/orgGrant.d.ts +56 -0
- package/admin/orm/models/orgGrant.js +98 -0
- package/admin/orm/models/orgInvite.d.ts +56 -0
- package/admin/orm/models/orgInvite.js +98 -0
- package/admin/orm/models/orgLimit.d.ts +56 -0
- package/admin/orm/models/orgLimit.js +98 -0
- package/admin/orm/models/orgLimitDefault.d.ts +56 -0
- package/admin/orm/models/orgLimitDefault.js +98 -0
- package/admin/orm/models/orgMember.d.ts +56 -0
- package/admin/orm/models/orgMember.js +98 -0
- package/admin/orm/models/orgMembership.d.ts +56 -0
- package/admin/orm/models/orgMembership.js +98 -0
- package/admin/orm/models/orgMembershipDefault.d.ts +56 -0
- package/admin/orm/models/orgMembershipDefault.js +98 -0
- package/admin/orm/models/orgOwnerGrant.d.ts +56 -0
- package/admin/orm/models/orgOwnerGrant.js +98 -0
- package/admin/orm/models/orgPermission.d.ts +56 -0
- package/admin/orm/models/orgPermission.js +98 -0
- package/admin/orm/models/orgPermissionDefault.d.ts +56 -0
- package/admin/orm/models/orgPermissionDefault.js +98 -0
- package/admin/orm/mutation/index.d.ts +27 -0
- package/admin/orm/mutation/index.js +33 -0
- package/admin/orm/node-fetch.d.ts +26 -0
- package/admin/orm/node-fetch.js +129 -0
- package/admin/orm/query/index.d.ts +130 -0
- package/admin/orm/query/index.js +197 -0
- package/admin/orm/query-builder.d.ts +89 -0
- package/admin/orm/query-builder.js +611 -0
- package/admin/orm/select-types.d.ts +101 -0
- package/admin/orm/select-types.js +2 -0
- package/admin/orm/types.d.ts +6 -0
- package/admin/orm/types.js +23 -0
- package/auth/cli/commands/audit-log.d.ts +8 -0
- package/auth/cli/commands/audit-log.js +312 -0
- package/auth/cli/commands/auth.d.ts +8 -0
- package/auth/cli/commands/auth.js +108 -0
- package/auth/cli/commands/check-password.d.ts +8 -0
- package/auth/cli/commands/check-password.js +36 -0
- package/auth/cli/commands/confirm-delete-account.d.ts +8 -0
- package/auth/cli/commands/confirm-delete-account.js +36 -0
- package/auth/cli/commands/connected-account.d.ts +8 -0
- package/auth/cli/commands/connected-account.js +298 -0
- package/auth/cli/commands/context.d.ts +8 -0
- package/auth/cli/commands/context.js +159 -0
- package/auth/cli/commands/crypto-address.d.ts +8 -0
- package/auth/cli/commands/crypto-address.js +279 -0
- package/auth/cli/commands/current-ip-address.d.ts +8 -0
- package/auth/cli/commands/current-ip-address.js +21 -0
- package/auth/cli/commands/current-user-agent.d.ts +8 -0
- package/auth/cli/commands/current-user-agent.js +21 -0
- package/auth/cli/commands/current-user-id.d.ts +8 -0
- package/auth/cli/commands/current-user-id.js +21 -0
- package/auth/cli/commands/current-user.d.ts +8 -0
- package/auth/cli/commands/current-user.js +27 -0
- package/auth/cli/commands/email.d.ts +8 -0
- package/auth/cli/commands/email.js +279 -0
- package/auth/cli/commands/extend-token-expires.d.ts +8 -0
- package/auth/cli/commands/extend-token-expires.js +36 -0
- package/auth/cli/commands/forgot-password.d.ts +8 -0
- package/auth/cli/commands/forgot-password.js +36 -0
- package/auth/cli/commands/one-time-token.d.ts +8 -0
- package/auth/cli/commands/one-time-token.js +36 -0
- package/auth/cli/commands/phone-number.d.ts +8 -0
- package/auth/cli/commands/phone-number.js +298 -0
- package/auth/cli/commands/reset-password.d.ts +8 -0
- package/auth/cli/commands/reset-password.js +36 -0
- package/auth/cli/commands/role-type.d.ts +8 -0
- package/auth/cli/commands/role-type.js +212 -0
- package/auth/cli/commands/send-account-deletion-email.d.ts +8 -0
- package/auth/cli/commands/send-account-deletion-email.js +36 -0
- package/auth/cli/commands/send-verification-email.d.ts +8 -0
- package/auth/cli/commands/send-verification-email.js +36 -0
- package/auth/cli/commands/set-password.d.ts +8 -0
- package/auth/cli/commands/set-password.js +36 -0
- package/auth/cli/commands/sign-in-one-time-token.d.ts +8 -0
- package/auth/cli/commands/sign-in-one-time-token.js +36 -0
- package/auth/cli/commands/sign-in.d.ts +8 -0
- package/auth/cli/commands/sign-in.js +36 -0
- package/auth/cli/commands/sign-out.d.ts +8 -0
- package/auth/cli/commands/sign-out.js +36 -0
- package/auth/cli/commands/sign-up.d.ts +8 -0
- package/auth/cli/commands/sign-up.js +36 -0
- package/auth/cli/commands/user.d.ts +8 -0
- package/auth/cli/commands/user.js +317 -0
- package/auth/cli/commands/verify-email.d.ts +8 -0
- package/auth/cli/commands/verify-email.js +36 -0
- package/auth/cli/commands/verify-password.d.ts +8 -0
- package/auth/cli/commands/verify-password.js +36 -0
- package/auth/cli/commands/verify-totp.d.ts +8 -0
- package/auth/cli/commands/verify-totp.js +36 -0
- package/auth/cli/commands.d.ts +7 -0
- package/auth/cli/commands.js +103 -0
- package/auth/cli/executor.d.ts +114 -0
- package/auth/cli/executor.js +41 -0
- package/auth/cli/index.d.ts +1 -0
- package/auth/cli/index.js +27 -0
- package/auth/cli/node-fetch.d.ts +26 -0
- package/auth/cli/node-fetch.js +130 -0
- package/auth/cli/utils.d.ts +37 -0
- package/auth/cli/utils.js +179 -0
- package/auth/index.d.ts +6 -0
- package/auth/index.js +22 -0
- package/auth/orm/client.d.ts +55 -0
- package/auth/orm/client.js +105 -0
- package/auth/orm/index.d.ts +152 -0
- package/auth/orm/index.js +82 -0
- package/auth/orm/input-types.d.ts +1497 -0
- package/auth/orm/input-types.js +5 -0
- package/auth/orm/models/auditLog.d.ts +56 -0
- package/auth/orm/models/auditLog.js +98 -0
- package/auth/orm/models/connectedAccount.d.ts +56 -0
- package/auth/orm/models/connectedAccount.js +98 -0
- package/auth/orm/models/cryptoAddress.d.ts +56 -0
- package/auth/orm/models/cryptoAddress.js +98 -0
- package/auth/orm/models/email.d.ts +56 -0
- package/auth/orm/models/email.js +98 -0
- package/auth/orm/models/index.d.ts +12 -0
- package/auth/orm/models/index.js +22 -0
- package/auth/orm/models/phoneNumber.d.ts +56 -0
- package/auth/orm/models/phoneNumber.js +98 -0
- package/auth/orm/models/roleType.d.ts +56 -0
- package/auth/orm/models/roleType.js +98 -0
- package/auth/orm/models/user.d.ts +56 -0
- package/auth/orm/models/user.js +98 -0
- package/auth/orm/mutation/index.d.ts +139 -0
- package/auth/orm/mutation/index.js +201 -0
- package/auth/orm/node-fetch.d.ts +26 -0
- package/auth/orm/node-fetch.js +129 -0
- package/auth/orm/query/index.d.ts +31 -0
- package/auth/orm/query/index.js +37 -0
- package/auth/orm/query-builder.d.ts +89 -0
- package/auth/orm/query-builder.js +611 -0
- package/auth/orm/select-types.d.ts +101 -0
- package/auth/orm/select-types.js +2 -0
- package/auth/orm/types.d.ts +6 -0
- package/auth/orm/types.js +23 -0
- package/cli-commands.d.ts +12 -0
- package/cli-commands.js +191 -0
- package/cli.d.ts +3 -0
- package/cli.js +26 -0
- package/commands/base-handler.d.ts +44 -0
- package/commands/base-handler.js +47 -0
- package/commands/index.d.ts +2 -0
- package/commands/index.js +6 -0
- package/config/app-dirs.d.ts +31 -0
- package/config/app-dirs.js +33 -0
- package/config/index.d.ts +2 -0
- package/config/index.js +6 -0
- package/esm/admin/cli/commands/app-achievement.d.ts +8 -0
- package/esm/admin/cli/commands/app-achievement.js +258 -0
- package/esm/admin/cli/commands/app-admin-grant.d.ts +8 -0
- package/esm/admin/cli/commands/app-admin-grant.js +258 -0
- package/esm/admin/cli/commands/app-grant.d.ts +8 -0
- package/esm/admin/cli/commands/app-grant.js +277 -0
- package/esm/admin/cli/commands/app-level-requirement.d.ts +8 -0
- package/esm/admin/cli/commands/app-level-requirement.js +296 -0
- package/esm/admin/cli/commands/app-level.d.ts +8 -0
- package/esm/admin/cli/commands/app-level.js +277 -0
- package/esm/admin/cli/commands/app-limit-default.d.ts +8 -0
- package/esm/admin/cli/commands/app-limit-default.js +229 -0
- package/esm/admin/cli/commands/app-limit.d.ts +8 -0
- package/esm/admin/cli/commands/app-limit.js +267 -0
- package/esm/admin/cli/commands/app-membership-default.d.ts +8 -0
- package/esm/admin/cli/commands/app-membership-default.js +277 -0
- package/esm/admin/cli/commands/app-membership.d.ts +8 -0
- package/esm/admin/cli/commands/app-membership.js +448 -0
- package/esm/admin/cli/commands/app-owner-grant.d.ts +8 -0
- package/esm/admin/cli/commands/app-owner-grant.js +258 -0
- package/esm/admin/cli/commands/app-permission-default.d.ts +8 -0
- package/esm/admin/cli/commands/app-permission-default.js +210 -0
- package/esm/admin/cli/commands/app-permission.d.ts +8 -0
- package/esm/admin/cli/commands/app-permission.js +267 -0
- package/esm/admin/cli/commands/app-permissions-get-by-mask.d.ts +8 -0
- package/esm/admin/cli/commands/app-permissions-get-by-mask.js +47 -0
- package/esm/admin/cli/commands/app-permissions-get-mask-by-names.d.ts +8 -0
- package/esm/admin/cli/commands/app-permissions-get-mask-by-names.js +26 -0
- package/esm/admin/cli/commands/app-permissions-get-mask.d.ts +8 -0
- package/esm/admin/cli/commands/app-permissions-get-mask.js +26 -0
- package/esm/admin/cli/commands/app-permissions-get-padded-mask.d.ts +8 -0
- package/esm/admin/cli/commands/app-permissions-get-padded-mask.js +26 -0
- package/esm/admin/cli/commands/app-step.d.ts +8 -0
- package/esm/admin/cli/commands/app-step.js +258 -0
- package/esm/admin/cli/commands/auth.d.ts +8 -0
- package/esm/admin/cli/commands/auth.js +106 -0
- package/esm/admin/cli/commands/claimed-invite.d.ts +8 -0
- package/esm/admin/cli/commands/claimed-invite.js +258 -0
- package/esm/admin/cli/commands/context.d.ts +8 -0
- package/esm/admin/cli/commands/context.js +157 -0
- package/esm/admin/cli/commands/invite.d.ts +8 -0
- package/esm/admin/cli/commands/invite.js +372 -0
- package/esm/admin/cli/commands/membership-type.d.ts +8 -0
- package/esm/admin/cli/commands/membership-type.js +248 -0
- package/esm/admin/cli/commands/org-admin-grant.d.ts +8 -0
- package/esm/admin/cli/commands/org-admin-grant.js +277 -0
- package/esm/admin/cli/commands/org-chart-edge-grant.d.ts +8 -0
- package/esm/admin/cli/commands/org-chart-edge-grant.js +329 -0
- package/esm/admin/cli/commands/org-chart-edge.d.ts +8 -0
- package/esm/admin/cli/commands/org-chart-edge.js +296 -0
- package/esm/admin/cli/commands/org-claimed-invite.d.ts +8 -0
- package/esm/admin/cli/commands/org-claimed-invite.js +277 -0
- package/esm/admin/cli/commands/org-get-managers-record.d.ts +8 -0
- package/esm/admin/cli/commands/org-get-managers-record.js +224 -0
- package/esm/admin/cli/commands/org-get-subordinates-record.d.ts +8 -0
- package/esm/admin/cli/commands/org-get-subordinates-record.js +224 -0
- package/esm/admin/cli/commands/org-grant.d.ts +8 -0
- package/esm/admin/cli/commands/org-grant.js +296 -0
- package/esm/admin/cli/commands/org-invite.d.ts +8 -0
- package/esm/admin/cli/commands/org-invite.js +410 -0
- package/esm/admin/cli/commands/org-is-manager-of.d.ts +8 -0
- package/esm/admin/cli/commands/org-is-manager-of.js +41 -0
- package/esm/admin/cli/commands/org-limit-default.d.ts +8 -0
- package/esm/admin/cli/commands/org-limit-default.js +229 -0
- package/esm/admin/cli/commands/org-limit.d.ts +8 -0
- package/esm/admin/cli/commands/org-limit.js +286 -0
- package/esm/admin/cli/commands/org-member.d.ts +8 -0
- package/esm/admin/cli/commands/org-member.js +248 -0
- package/esm/admin/cli/commands/org-membership-default.d.ts +8 -0
- package/esm/admin/cli/commands/org-membership-default.js +315 -0
- package/esm/admin/cli/commands/org-membership.d.ts +8 -0
- package/esm/admin/cli/commands/org-membership.js +448 -0
- package/esm/admin/cli/commands/org-owner-grant.d.ts +8 -0
- package/esm/admin/cli/commands/org-owner-grant.js +277 -0
- package/esm/admin/cli/commands/org-permission-default.d.ts +8 -0
- package/esm/admin/cli/commands/org-permission-default.js +229 -0
- package/esm/admin/cli/commands/org-permission.d.ts +8 -0
- package/esm/admin/cli/commands/org-permission.js +267 -0
- package/esm/admin/cli/commands/org-permissions-get-by-mask.d.ts +8 -0
- package/esm/admin/cli/commands/org-permissions-get-by-mask.js +47 -0
- package/esm/admin/cli/commands/org-permissions-get-mask-by-names.d.ts +8 -0
- package/esm/admin/cli/commands/org-permissions-get-mask-by-names.js +26 -0
- package/esm/admin/cli/commands/org-permissions-get-mask.d.ts +8 -0
- package/esm/admin/cli/commands/org-permissions-get-mask.js +26 -0
- package/esm/admin/cli/commands/org-permissions-get-padded-mask.d.ts +8 -0
- package/esm/admin/cli/commands/org-permissions-get-padded-mask.js +26 -0
- package/esm/admin/cli/commands/steps-achieved.d.ts +8 -0
- package/esm/admin/cli/commands/steps-achieved.js +31 -0
- package/esm/admin/cli/commands/steps-required.d.ts +8 -0
- package/esm/admin/cli/commands/steps-required.js +52 -0
- package/esm/admin/cli/commands/submit-invite-code.d.ts +8 -0
- package/esm/admin/cli/commands/submit-invite-code.js +34 -0
- package/esm/admin/cli/commands/submit-org-invite-code.d.ts +8 -0
- package/esm/admin/cli/commands/submit-org-invite-code.js +34 -0
- package/esm/admin/cli/commands.d.ts +7 -0
- package/esm/admin/cli/commands.js +132 -0
- package/esm/admin/cli/executor.d.ts +104 -0
- package/esm/admin/cli/executor.js +36 -0
- package/esm/admin/cli/index.d.ts +1 -0
- package/esm/admin/cli/index.js +25 -0
- package/esm/admin/cli/node-fetch.d.ts +26 -0
- package/esm/admin/cli/node-fetch.js +123 -0
- package/esm/admin/cli/utils.d.ts +37 -0
- package/esm/admin/cli/utils.js +170 -0
- package/esm/admin/index.d.ts +6 -0
- package/esm/admin/index.js +6 -0
- package/esm/admin/orm/client.d.ts +55 -0
- package/esm/admin/orm/client.js +99 -0
- package/esm/admin/orm/index.d.ts +167 -0
- package/esm/admin/orm/index.js +109 -0
- package/esm/admin/orm/input-types.d.ts +4350 -0
- package/esm/admin/orm/input-types.js +2 -0
- package/esm/admin/orm/models/appAchievement.d.ts +56 -0
- package/esm/admin/orm/models/appAchievement.js +94 -0
- package/esm/admin/orm/models/appAdminGrant.d.ts +56 -0
- package/esm/admin/orm/models/appAdminGrant.js +94 -0
- package/esm/admin/orm/models/appGrant.d.ts +56 -0
- package/esm/admin/orm/models/appGrant.js +94 -0
- package/esm/admin/orm/models/appLevel.d.ts +56 -0
- package/esm/admin/orm/models/appLevel.js +94 -0
- package/esm/admin/orm/models/appLevelRequirement.d.ts +56 -0
- package/esm/admin/orm/models/appLevelRequirement.js +94 -0
- package/esm/admin/orm/models/appLimit.d.ts +56 -0
- package/esm/admin/orm/models/appLimit.js +94 -0
- package/esm/admin/orm/models/appLimitDefault.d.ts +56 -0
- package/esm/admin/orm/models/appLimitDefault.js +94 -0
- package/esm/admin/orm/models/appMembership.d.ts +56 -0
- package/esm/admin/orm/models/appMembership.js +94 -0
- package/esm/admin/orm/models/appMembershipDefault.d.ts +56 -0
- package/esm/admin/orm/models/appMembershipDefault.js +94 -0
- package/esm/admin/orm/models/appOwnerGrant.d.ts +56 -0
- package/esm/admin/orm/models/appOwnerGrant.js +94 -0
- package/esm/admin/orm/models/appPermission.d.ts +56 -0
- package/esm/admin/orm/models/appPermission.js +94 -0
- package/esm/admin/orm/models/appPermissionDefault.d.ts +56 -0
- package/esm/admin/orm/models/appPermissionDefault.js +94 -0
- package/esm/admin/orm/models/appStep.d.ts +56 -0
- package/esm/admin/orm/models/appStep.js +94 -0
- package/esm/admin/orm/models/claimedInvite.d.ts +56 -0
- package/esm/admin/orm/models/claimedInvite.js +94 -0
- package/esm/admin/orm/models/index.d.ts +37 -0
- package/esm/admin/orm/models/index.js +37 -0
- package/esm/admin/orm/models/invite.d.ts +56 -0
- package/esm/admin/orm/models/invite.js +94 -0
- package/esm/admin/orm/models/membershipType.d.ts +56 -0
- package/esm/admin/orm/models/membershipType.js +94 -0
- package/esm/admin/orm/models/orgAdminGrant.d.ts +56 -0
- package/esm/admin/orm/models/orgAdminGrant.js +94 -0
- package/esm/admin/orm/models/orgChartEdge.d.ts +56 -0
- package/esm/admin/orm/models/orgChartEdge.js +94 -0
- package/esm/admin/orm/models/orgChartEdgeGrant.d.ts +56 -0
- package/esm/admin/orm/models/orgChartEdgeGrant.js +94 -0
- package/esm/admin/orm/models/orgClaimedInvite.d.ts +56 -0
- package/esm/admin/orm/models/orgClaimedInvite.js +94 -0
- package/esm/admin/orm/models/orgGetManagersRecord.d.ts +32 -0
- package/esm/admin/orm/models/orgGetManagersRecord.js +51 -0
- package/esm/admin/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
- package/esm/admin/orm/models/orgGetSubordinatesRecord.js +51 -0
- package/esm/admin/orm/models/orgGrant.d.ts +56 -0
- package/esm/admin/orm/models/orgGrant.js +94 -0
- package/esm/admin/orm/models/orgInvite.d.ts +56 -0
- package/esm/admin/orm/models/orgInvite.js +94 -0
- package/esm/admin/orm/models/orgLimit.d.ts +56 -0
- package/esm/admin/orm/models/orgLimit.js +94 -0
- package/esm/admin/orm/models/orgLimitDefault.d.ts +56 -0
- package/esm/admin/orm/models/orgLimitDefault.js +94 -0
- package/esm/admin/orm/models/orgMember.d.ts +56 -0
- package/esm/admin/orm/models/orgMember.js +94 -0
- package/esm/admin/orm/models/orgMembership.d.ts +56 -0
- package/esm/admin/orm/models/orgMembership.js +94 -0
- package/esm/admin/orm/models/orgMembershipDefault.d.ts +56 -0
- package/esm/admin/orm/models/orgMembershipDefault.js +94 -0
- package/esm/admin/orm/models/orgOwnerGrant.d.ts +56 -0
- package/esm/admin/orm/models/orgOwnerGrant.js +94 -0
- package/esm/admin/orm/models/orgPermission.d.ts +56 -0
- package/esm/admin/orm/models/orgPermission.js +94 -0
- package/esm/admin/orm/models/orgPermissionDefault.d.ts +56 -0
- package/esm/admin/orm/models/orgPermissionDefault.js +94 -0
- package/esm/admin/orm/mutation/index.d.ts +27 -0
- package/esm/admin/orm/mutation/index.js +30 -0
- package/esm/admin/orm/node-fetch.d.ts +26 -0
- package/esm/admin/orm/node-fetch.js +122 -0
- package/esm/admin/orm/query/index.d.ts +130 -0
- package/esm/admin/orm/query/index.js +194 -0
- package/esm/admin/orm/query-builder.d.ts +89 -0
- package/esm/admin/orm/query-builder.js +564 -0
- package/esm/admin/orm/select-types.d.ts +101 -0
- package/esm/admin/orm/select-types.js +1 -0
- package/esm/admin/orm/types.d.ts +6 -0
- package/esm/admin/orm/types.js +7 -0
- package/esm/auth/cli/commands/audit-log.d.ts +8 -0
- package/esm/auth/cli/commands/audit-log.js +310 -0
- package/esm/auth/cli/commands/auth.d.ts +8 -0
- package/esm/auth/cli/commands/auth.js +106 -0
- package/esm/auth/cli/commands/check-password.d.ts +8 -0
- package/esm/auth/cli/commands/check-password.js +34 -0
- package/esm/auth/cli/commands/confirm-delete-account.d.ts +8 -0
- package/esm/auth/cli/commands/confirm-delete-account.js +34 -0
- package/esm/auth/cli/commands/connected-account.d.ts +8 -0
- package/esm/auth/cli/commands/connected-account.js +296 -0
- package/esm/auth/cli/commands/context.d.ts +8 -0
- package/esm/auth/cli/commands/context.js +157 -0
- package/esm/auth/cli/commands/crypto-address.d.ts +8 -0
- package/esm/auth/cli/commands/crypto-address.js +277 -0
- package/esm/auth/cli/commands/current-ip-address.d.ts +8 -0
- package/esm/auth/cli/commands/current-ip-address.js +19 -0
- package/esm/auth/cli/commands/current-user-agent.d.ts +8 -0
- package/esm/auth/cli/commands/current-user-agent.js +19 -0
- package/esm/auth/cli/commands/current-user-id.d.ts +8 -0
- package/esm/auth/cli/commands/current-user-id.js +19 -0
- package/esm/auth/cli/commands/current-user.d.ts +8 -0
- package/esm/auth/cli/commands/current-user.js +25 -0
- package/esm/auth/cli/commands/email.d.ts +8 -0
- package/esm/auth/cli/commands/email.js +277 -0
- package/esm/auth/cli/commands/extend-token-expires.d.ts +8 -0
- package/esm/auth/cli/commands/extend-token-expires.js +34 -0
- package/esm/auth/cli/commands/forgot-password.d.ts +8 -0
- package/esm/auth/cli/commands/forgot-password.js +34 -0
- package/esm/auth/cli/commands/one-time-token.d.ts +8 -0
- package/esm/auth/cli/commands/one-time-token.js +34 -0
- package/esm/auth/cli/commands/phone-number.d.ts +8 -0
- package/esm/auth/cli/commands/phone-number.js +296 -0
- package/esm/auth/cli/commands/reset-password.d.ts +8 -0
- package/esm/auth/cli/commands/reset-password.js +34 -0
- package/esm/auth/cli/commands/role-type.d.ts +8 -0
- package/esm/auth/cli/commands/role-type.js +210 -0
- package/esm/auth/cli/commands/send-account-deletion-email.d.ts +8 -0
- package/esm/auth/cli/commands/send-account-deletion-email.js +34 -0
- package/esm/auth/cli/commands/send-verification-email.d.ts +8 -0
- package/esm/auth/cli/commands/send-verification-email.js +34 -0
- package/esm/auth/cli/commands/set-password.d.ts +8 -0
- package/esm/auth/cli/commands/set-password.js +34 -0
- package/esm/auth/cli/commands/sign-in-one-time-token.d.ts +8 -0
- package/esm/auth/cli/commands/sign-in-one-time-token.js +34 -0
- package/esm/auth/cli/commands/sign-in.d.ts +8 -0
- package/esm/auth/cli/commands/sign-in.js +34 -0
- package/esm/auth/cli/commands/sign-out.d.ts +8 -0
- package/esm/auth/cli/commands/sign-out.js +34 -0
- package/esm/auth/cli/commands/sign-up.d.ts +8 -0
- package/esm/auth/cli/commands/sign-up.js +34 -0
- package/esm/auth/cli/commands/user.d.ts +8 -0
- package/esm/auth/cli/commands/user.js +315 -0
- package/esm/auth/cli/commands/verify-email.d.ts +8 -0
- package/esm/auth/cli/commands/verify-email.js +34 -0
- package/esm/auth/cli/commands/verify-password.d.ts +8 -0
- package/esm/auth/cli/commands/verify-password.js +34 -0
- package/esm/auth/cli/commands/verify-totp.d.ts +8 -0
- package/esm/auth/cli/commands/verify-totp.js +34 -0
- package/esm/auth/cli/commands.d.ts +7 -0
- package/esm/auth/cli/commands.js +96 -0
- package/esm/auth/cli/executor.d.ts +114 -0
- package/esm/auth/cli/executor.js +36 -0
- package/esm/auth/cli/index.d.ts +1 -0
- package/esm/auth/cli/index.js +25 -0
- package/esm/auth/cli/node-fetch.d.ts +26 -0
- package/esm/auth/cli/node-fetch.js +123 -0
- package/esm/auth/cli/utils.d.ts +37 -0
- package/esm/auth/cli/utils.js +170 -0
- package/esm/auth/index.d.ts +6 -0
- package/esm/auth/index.js +6 -0
- package/esm/auth/orm/client.d.ts +55 -0
- package/esm/auth/orm/client.js +99 -0
- package/esm/auth/orm/index.d.ts +152 -0
- package/esm/auth/orm/index.js +59 -0
- package/esm/auth/orm/input-types.d.ts +1497 -0
- package/esm/auth/orm/input-types.js +2 -0
- package/esm/auth/orm/models/auditLog.d.ts +56 -0
- package/esm/auth/orm/models/auditLog.js +94 -0
- package/esm/auth/orm/models/connectedAccount.d.ts +56 -0
- package/esm/auth/orm/models/connectedAccount.js +94 -0
- package/esm/auth/orm/models/cryptoAddress.d.ts +56 -0
- package/esm/auth/orm/models/cryptoAddress.js +94 -0
- package/esm/auth/orm/models/email.d.ts +56 -0
- package/esm/auth/orm/models/email.js +94 -0
- package/esm/auth/orm/models/index.d.ts +12 -0
- package/esm/auth/orm/models/index.js +12 -0
- package/esm/auth/orm/models/phoneNumber.d.ts +56 -0
- package/esm/auth/orm/models/phoneNumber.js +94 -0
- package/esm/auth/orm/models/roleType.d.ts +56 -0
- package/esm/auth/orm/models/roleType.js +94 -0
- package/esm/auth/orm/models/user.d.ts +56 -0
- package/esm/auth/orm/models/user.js +94 -0
- package/esm/auth/orm/mutation/index.d.ts +139 -0
- package/esm/auth/orm/mutation/index.js +198 -0
- package/esm/auth/orm/node-fetch.d.ts +26 -0
- package/esm/auth/orm/node-fetch.js +122 -0
- package/esm/auth/orm/query/index.d.ts +31 -0
- package/esm/auth/orm/query/index.js +34 -0
- package/esm/auth/orm/query-builder.d.ts +89 -0
- package/esm/auth/orm/query-builder.js +564 -0
- package/esm/auth/orm/select-types.d.ts +101 -0
- package/esm/auth/orm/select-types.js +1 -0
- package/esm/auth/orm/types.d.ts +6 -0
- package/esm/auth/orm/types.js +7 -0
- package/esm/cli-commands.d.ts +12 -0
- package/esm/cli-commands.js +187 -0
- package/esm/cli.d.ts +3 -0
- package/esm/cli.js +23 -0
- package/esm/commands/base-handler.d.ts +44 -0
- package/esm/commands/base-handler.js +43 -0
- package/esm/commands/index.d.ts +2 -0
- package/esm/commands/index.js +1 -0
- package/esm/config/app-dirs.d.ts +31 -0
- package/esm/config/app-dirs.js +29 -0
- package/esm/config/index.d.ts +2 -0
- package/esm/config/index.js +1 -0
- package/esm/index.d.ts +12 -0
- package/esm/index.js +12 -0
- package/esm/objects/cli/commands/auth.d.ts +8 -0
- package/esm/objects/cli/commands/auth.js +106 -0
- package/esm/objects/cli/commands/commit.d.ts +8 -0
- package/esm/objects/cli/commands/commit.js +343 -0
- package/esm/objects/cli/commands/context.d.ts +8 -0
- package/esm/objects/cli/commands/context.js +157 -0
- package/esm/objects/cli/commands/freeze-objects.d.ts +8 -0
- package/esm/objects/cli/commands/freeze-objects.js +34 -0
- package/esm/objects/cli/commands/get-all-objects-from-root.d.ts +8 -0
- package/esm/objects/cli/commands/get-all-objects-from-root.js +52 -0
- package/esm/objects/cli/commands/get-all-record.d.ts +8 -0
- package/esm/objects/cli/commands/get-all-record.js +224 -0
- package/esm/objects/cli/commands/get-object-at-path.d.ts +8 -0
- package/esm/objects/cli/commands/get-object-at-path.js +47 -0
- package/esm/objects/cli/commands/get-path-objects-from-root.d.ts +8 -0
- package/esm/objects/cli/commands/get-path-objects-from-root.js +57 -0
- package/esm/objects/cli/commands/init-empty-repo.d.ts +8 -0
- package/esm/objects/cli/commands/init-empty-repo.js +34 -0
- package/esm/objects/cli/commands/insert-node-at-path.d.ts +8 -0
- package/esm/objects/cli/commands/insert-node-at-path.js +34 -0
- package/esm/objects/cli/commands/object.d.ts +8 -0
- package/esm/objects/cli/commands/object.js +310 -0
- package/esm/objects/cli/commands/ref.d.ts +8 -0
- package/esm/objects/cli/commands/ref.js +267 -0
- package/esm/objects/cli/commands/remove-node-at-path.d.ts +8 -0
- package/esm/objects/cli/commands/remove-node-at-path.js +34 -0
- package/esm/objects/cli/commands/rev-parse.d.ts +8 -0
- package/esm/objects/cli/commands/rev-parse.js +36 -0
- package/esm/objects/cli/commands/set-and-commit.d.ts +8 -0
- package/esm/objects/cli/commands/set-and-commit.js +34 -0
- package/esm/objects/cli/commands/set-data-at-path.d.ts +8 -0
- package/esm/objects/cli/commands/set-data-at-path.js +34 -0
- package/esm/objects/cli/commands/set-props-and-commit.d.ts +8 -0
- package/esm/objects/cli/commands/set-props-and-commit.js +34 -0
- package/esm/objects/cli/commands/store.d.ts +8 -0
- package/esm/objects/cli/commands/store.js +253 -0
- package/esm/objects/cli/commands/update-node-at-path.d.ts +8 -0
- package/esm/objects/cli/commands/update-node-at-path.js +34 -0
- package/esm/objects/cli/commands.d.ts +7 -0
- package/esm/objects/cli/commands.js +76 -0
- package/esm/objects/cli/executor.d.ts +72 -0
- package/esm/objects/cli/executor.js +36 -0
- package/esm/objects/cli/index.d.ts +1 -0
- package/esm/objects/cli/index.js +25 -0
- package/esm/objects/cli/node-fetch.d.ts +26 -0
- package/esm/objects/cli/node-fetch.js +123 -0
- package/esm/objects/cli/utils.d.ts +37 -0
- package/esm/objects/cli/utils.js +170 -0
- package/esm/objects/index.d.ts +6 -0
- package/esm/objects/index.js +6 -0
- package/esm/objects/orm/client.d.ts +55 -0
- package/esm/objects/orm/client.js +99 -0
- package/esm/objects/orm/index.d.ts +108 -0
- package/esm/objects/orm/index.js +55 -0
- package/esm/objects/orm/input-types.d.ts +951 -0
- package/esm/objects/orm/input-types.js +2 -0
- package/esm/objects/orm/models/commit.d.ts +56 -0
- package/esm/objects/orm/models/commit.js +94 -0
- package/esm/objects/orm/models/getAllRecord.d.ts +32 -0
- package/esm/objects/orm/models/getAllRecord.js +51 -0
- package/esm/objects/orm/models/index.d.ts +10 -0
- package/esm/objects/orm/models/index.js +10 -0
- package/esm/objects/orm/models/object.d.ts +56 -0
- package/esm/objects/orm/models/object.js +84 -0
- package/esm/objects/orm/models/ref.d.ts +56 -0
- package/esm/objects/orm/models/ref.js +94 -0
- package/esm/objects/orm/models/store.d.ts +56 -0
- package/esm/objects/orm/models/store.js +94 -0
- package/esm/objects/orm/mutation/index.d.ts +75 -0
- package/esm/objects/orm/mutation/index.js +102 -0
- package/esm/objects/orm/node-fetch.d.ts +26 -0
- package/esm/objects/orm/node-fetch.js +122 -0
- package/esm/objects/orm/query/index.d.ts +69 -0
- package/esm/objects/orm/query/index.js +110 -0
- package/esm/objects/orm/query-builder.d.ts +89 -0
- package/esm/objects/orm/query-builder.js +564 -0
- package/esm/objects/orm/select-types.d.ts +101 -0
- package/esm/objects/orm/select-types.js +1 -0
- package/esm/objects/orm/types.d.ts +6 -0
- package/esm/objects/orm/types.js +7 -0
- package/esm/public/cli/commands/api-module.d.ts +8 -0
- package/esm/public/cli/commands/api-module.js +267 -0
- package/esm/public/cli/commands/api-schema.d.ts +8 -0
- package/esm/public/cli/commands/api-schema.js +248 -0
- package/esm/public/cli/commands/api.d.ts +8 -0
- package/esm/public/cli/commands/api.js +305 -0
- package/esm/public/cli/commands/app-achievement.d.ts +8 -0
- package/esm/public/cli/commands/app-achievement.js +258 -0
- package/esm/public/cli/commands/app-admin-grant.d.ts +8 -0
- package/esm/public/cli/commands/app-admin-grant.js +258 -0
- package/esm/public/cli/commands/app-grant.d.ts +8 -0
- package/esm/public/cli/commands/app-grant.js +277 -0
- package/esm/public/cli/commands/app-level-requirement.d.ts +8 -0
- package/esm/public/cli/commands/app-level-requirement.js +296 -0
- package/esm/public/cli/commands/app-level.d.ts +8 -0
- package/esm/public/cli/commands/app-level.js +277 -0
- package/esm/public/cli/commands/app-limit-default.d.ts +8 -0
- package/esm/public/cli/commands/app-limit-default.js +229 -0
- package/esm/public/cli/commands/app-limit.d.ts +8 -0
- package/esm/public/cli/commands/app-limit.js +267 -0
- package/esm/public/cli/commands/app-membership-default.d.ts +8 -0
- package/esm/public/cli/commands/app-membership-default.js +277 -0
- package/esm/public/cli/commands/app-membership.d.ts +8 -0
- package/esm/public/cli/commands/app-membership.js +448 -0
- package/esm/public/cli/commands/app-owner-grant.d.ts +8 -0
- package/esm/public/cli/commands/app-owner-grant.js +258 -0
- package/esm/public/cli/commands/app-permission-default.d.ts +8 -0
- package/esm/public/cli/commands/app-permission-default.js +210 -0
- package/esm/public/cli/commands/app-permission.d.ts +8 -0
- package/esm/public/cli/commands/app-permission.js +267 -0
- package/esm/public/cli/commands/app-permissions-get-by-mask.d.ts +8 -0
- package/esm/public/cli/commands/app-permissions-get-by-mask.js +47 -0
- package/esm/public/cli/commands/app-permissions-get-mask-by-names.d.ts +8 -0
- package/esm/public/cli/commands/app-permissions-get-mask-by-names.js +26 -0
- package/esm/public/cli/commands/app-permissions-get-mask.d.ts +8 -0
- package/esm/public/cli/commands/app-permissions-get-mask.js +26 -0
- package/esm/public/cli/commands/app-permissions-get-padded-mask.d.ts +8 -0
- package/esm/public/cli/commands/app-permissions-get-padded-mask.js +26 -0
- package/esm/public/cli/commands/app-step.d.ts +8 -0
- package/esm/public/cli/commands/app-step.js +258 -0
- package/esm/public/cli/commands/app.d.ts +8 -0
- package/esm/public/cli/commands/app.js +343 -0
- package/esm/public/cli/commands/apply-rls.d.ts +8 -0
- package/esm/public/cli/commands/apply-rls.js +34 -0
- package/esm/public/cli/commands/ast-migration.d.ts +8 -0
- package/esm/public/cli/commands/ast-migration.js +405 -0
- package/esm/public/cli/commands/audit-log.d.ts +8 -0
- package/esm/public/cli/commands/audit-log.js +310 -0
- package/esm/public/cli/commands/auth.d.ts +8 -0
- package/esm/public/cli/commands/auth.js +106 -0
- package/esm/public/cli/commands/bootstrap-user.d.ts +8 -0
- package/esm/public/cli/commands/bootstrap-user.js +34 -0
- package/esm/public/cli/commands/check-constraint.d.ts +8 -0
- package/esm/public/cli/commands/check-constraint.js +410 -0
- package/esm/public/cli/commands/check-password.d.ts +8 -0
- package/esm/public/cli/commands/check-password.js +34 -0
- package/esm/public/cli/commands/claimed-invite.d.ts +8 -0
- package/esm/public/cli/commands/claimed-invite.js +258 -0
- package/esm/public/cli/commands/commit.d.ts +8 -0
- package/esm/public/cli/commands/commit.js +343 -0
- package/esm/public/cli/commands/confirm-delete-account.d.ts +8 -0
- package/esm/public/cli/commands/confirm-delete-account.js +34 -0
- package/esm/public/cli/commands/connected-account.d.ts +8 -0
- package/esm/public/cli/commands/connected-account.js +296 -0
- package/esm/public/cli/commands/connected-accounts-module.d.ts +8 -0
- package/esm/public/cli/commands/connected-accounts-module.js +305 -0
- package/esm/public/cli/commands/context.d.ts +8 -0
- package/esm/public/cli/commands/context.js +157 -0
- package/esm/public/cli/commands/create-user-database.d.ts +8 -0
- package/esm/public/cli/commands/create-user-database.js +34 -0
- package/esm/public/cli/commands/crypto-address.d.ts +8 -0
- package/esm/public/cli/commands/crypto-address.js +277 -0
- package/esm/public/cli/commands/crypto-addresses-module.d.ts +8 -0
- package/esm/public/cli/commands/crypto-addresses-module.js +324 -0
- package/esm/public/cli/commands/crypto-auth-module.d.ts +8 -0
- package/esm/public/cli/commands/crypto-auth-module.js +438 -0
- package/esm/public/cli/commands/current-ip-address.d.ts +8 -0
- package/esm/public/cli/commands/current-ip-address.js +19 -0
- package/esm/public/cli/commands/current-user-agent.d.ts +8 -0
- package/esm/public/cli/commands/current-user-agent.js +19 -0
- package/esm/public/cli/commands/current-user-id.d.ts +8 -0
- package/esm/public/cli/commands/current-user-id.js +19 -0
- package/esm/public/cli/commands/current-user.d.ts +8 -0
- package/esm/public/cli/commands/current-user.js +25 -0
- package/esm/public/cli/commands/database-provision-module.d.ts +8 -0
- package/esm/public/cli/commands/database-provision-module.js +410 -0
- package/esm/public/cli/commands/database.d.ts +8 -0
- package/esm/public/cli/commands/database.js +296 -0
- package/esm/public/cli/commands/default-ids-module.d.ts +8 -0
- package/esm/public/cli/commands/default-ids-module.js +210 -0
- package/esm/public/cli/commands/default-privilege.d.ts +8 -0
- package/esm/public/cli/commands/default-privilege.js +305 -0
- package/esm/public/cli/commands/denormalized-table-field.d.ts +8 -0
- package/esm/public/cli/commands/denormalized-table-field.js +400 -0
- package/esm/public/cli/commands/domain.d.ts +8 -0
- package/esm/public/cli/commands/domain.js +286 -0
- package/esm/public/cli/commands/email.d.ts +8 -0
- package/esm/public/cli/commands/email.js +277 -0
- package/esm/public/cli/commands/emails-module.d.ts +8 -0
- package/esm/public/cli/commands/emails-module.js +305 -0
- package/esm/public/cli/commands/encrypted-secrets-module.d.ts +8 -0
- package/esm/public/cli/commands/encrypted-secrets-module.js +267 -0
- package/esm/public/cli/commands/extend-token-expires.d.ts +8 -0
- package/esm/public/cli/commands/extend-token-expires.js +34 -0
- package/esm/public/cli/commands/field-module.d.ts +8 -0
- package/esm/public/cli/commands/field-module.js +343 -0
- package/esm/public/cli/commands/field.d.ts +8 -0
- package/esm/public/cli/commands/field.js +600 -0
- package/esm/public/cli/commands/foreign-key-constraint.d.ts +8 -0
- package/esm/public/cli/commands/foreign-key-constraint.js +486 -0
- package/esm/public/cli/commands/forgot-password.d.ts +8 -0
- package/esm/public/cli/commands/forgot-password.js +34 -0
- package/esm/public/cli/commands/freeze-objects.d.ts +8 -0
- package/esm/public/cli/commands/freeze-objects.js +34 -0
- package/esm/public/cli/commands/full-text-search.d.ts +8 -0
- package/esm/public/cli/commands/full-text-search.js +315 -0
- package/esm/public/cli/commands/get-all-objects-from-root.d.ts +8 -0
- package/esm/public/cli/commands/get-all-objects-from-root.js +52 -0
- package/esm/public/cli/commands/get-all-record.d.ts +8 -0
- package/esm/public/cli/commands/get-all-record.js +224 -0
- package/esm/public/cli/commands/get-object-at-path.d.ts +8 -0
- package/esm/public/cli/commands/get-object-at-path.js +47 -0
- package/esm/public/cli/commands/get-path-objects-from-root.d.ts +8 -0
- package/esm/public/cli/commands/get-path-objects-from-root.js +57 -0
- package/esm/public/cli/commands/hierarchy-module.d.ts +8 -0
- package/esm/public/cli/commands/hierarchy-module.js +538 -0
- package/esm/public/cli/commands/index.d.ts +8 -0
- package/esm/public/cli/commands/index.js +467 -0
- package/esm/public/cli/commands/init-empty-repo.d.ts +8 -0
- package/esm/public/cli/commands/init-empty-repo.js +34 -0
- package/esm/public/cli/commands/insert-node-at-path.d.ts +8 -0
- package/esm/public/cli/commands/insert-node-at-path.js +34 -0
- package/esm/public/cli/commands/invite.d.ts +8 -0
- package/esm/public/cli/commands/invite.js +372 -0
- package/esm/public/cli/commands/invites-module.d.ts +8 -0
- package/esm/public/cli/commands/invites-module.js +438 -0
- package/esm/public/cli/commands/levels-module.d.ts +8 -0
- package/esm/public/cli/commands/levels-module.js +666 -0
- package/esm/public/cli/commands/limits-module.d.ts +8 -0
- package/esm/public/cli/commands/limits-module.js +514 -0
- package/esm/public/cli/commands/membership-type.d.ts +8 -0
- package/esm/public/cli/commands/membership-type.js +248 -0
- package/esm/public/cli/commands/membership-types-module.d.ts +8 -0
- package/esm/public/cli/commands/membership-types-module.js +267 -0
- package/esm/public/cli/commands/memberships-module.d.ts +8 -0
- package/esm/public/cli/commands/memberships-module.js +761 -0
- package/esm/public/cli/commands/node-type-registry.d.ts +8 -0
- package/esm/public/cli/commands/node-type-registry.js +315 -0
- package/esm/public/cli/commands/object.d.ts +8 -0
- package/esm/public/cli/commands/object.js +310 -0
- package/esm/public/cli/commands/one-time-token.d.ts +8 -0
- package/esm/public/cli/commands/one-time-token.js +34 -0
- package/esm/public/cli/commands/org-admin-grant.d.ts +8 -0
- package/esm/public/cli/commands/org-admin-grant.js +277 -0
- package/esm/public/cli/commands/org-chart-edge-grant.d.ts +8 -0
- package/esm/public/cli/commands/org-chart-edge-grant.js +329 -0
- package/esm/public/cli/commands/org-chart-edge.d.ts +8 -0
- package/esm/public/cli/commands/org-chart-edge.js +296 -0
- package/esm/public/cli/commands/org-claimed-invite.d.ts +8 -0
- package/esm/public/cli/commands/org-claimed-invite.js +277 -0
- package/esm/public/cli/commands/org-get-managers-record.d.ts +8 -0
- package/esm/public/cli/commands/org-get-managers-record.js +224 -0
- package/esm/public/cli/commands/org-get-subordinates-record.d.ts +8 -0
- package/esm/public/cli/commands/org-get-subordinates-record.js +224 -0
- package/esm/public/cli/commands/org-grant.d.ts +8 -0
- package/esm/public/cli/commands/org-grant.js +296 -0
- package/esm/public/cli/commands/org-invite.d.ts +8 -0
- package/esm/public/cli/commands/org-invite.js +410 -0
- package/esm/public/cli/commands/org-is-manager-of.d.ts +8 -0
- package/esm/public/cli/commands/org-is-manager-of.js +41 -0
- package/esm/public/cli/commands/org-limit-default.d.ts +8 -0
- package/esm/public/cli/commands/org-limit-default.js +229 -0
- package/esm/public/cli/commands/org-limit.d.ts +8 -0
- package/esm/public/cli/commands/org-limit.js +286 -0
- package/esm/public/cli/commands/org-member.d.ts +8 -0
- package/esm/public/cli/commands/org-member.js +248 -0
- package/esm/public/cli/commands/org-membership-default.d.ts +8 -0
- package/esm/public/cli/commands/org-membership-default.js +315 -0
- package/esm/public/cli/commands/org-membership.d.ts +8 -0
- package/esm/public/cli/commands/org-membership.js +448 -0
- package/esm/public/cli/commands/org-owner-grant.d.ts +8 -0
- package/esm/public/cli/commands/org-owner-grant.js +277 -0
- package/esm/public/cli/commands/org-permission-default.d.ts +8 -0
- package/esm/public/cli/commands/org-permission-default.js +229 -0
- package/esm/public/cli/commands/org-permission.d.ts +8 -0
- package/esm/public/cli/commands/org-permission.js +267 -0
- package/esm/public/cli/commands/org-permissions-get-by-mask.d.ts +8 -0
- package/esm/public/cli/commands/org-permissions-get-by-mask.js +47 -0
- package/esm/public/cli/commands/org-permissions-get-mask-by-names.d.ts +8 -0
- package/esm/public/cli/commands/org-permissions-get-mask-by-names.js +26 -0
- package/esm/public/cli/commands/org-permissions-get-mask.d.ts +8 -0
- package/esm/public/cli/commands/org-permissions-get-mask.js +26 -0
- package/esm/public/cli/commands/org-permissions-get-padded-mask.d.ts +8 -0
- package/esm/public/cli/commands/org-permissions-get-padded-mask.js +26 -0
- package/esm/public/cli/commands/permissions-module.d.ts +8 -0
- package/esm/public/cli/commands/permissions-module.js +495 -0
- package/esm/public/cli/commands/phone-number.d.ts +8 -0
- package/esm/public/cli/commands/phone-number.js +296 -0
- package/esm/public/cli/commands/phone-numbers-module.d.ts +8 -0
- package/esm/public/cli/commands/phone-numbers-module.js +305 -0
- package/esm/public/cli/commands/policy.d.ts +8 -0
- package/esm/public/cli/commands/policy.js +467 -0
- package/esm/public/cli/commands/primary-key-constraint.d.ts +8 -0
- package/esm/public/cli/commands/primary-key-constraint.js +391 -0
- package/esm/public/cli/commands/profiles-module.d.ts +8 -0
- package/esm/public/cli/commands/profiles-module.js +514 -0
- package/esm/public/cli/commands/provision-database-with-user.d.ts +8 -0
- package/esm/public/cli/commands/provision-database-with-user.js +34 -0
- package/esm/public/cli/commands/ref.d.ts +8 -0
- package/esm/public/cli/commands/ref.js +267 -0
- package/esm/public/cli/commands/relation-provision.d.ts +8 -0
- package/esm/public/cli/commands/relation-provision.js +704 -0
- package/esm/public/cli/commands/remove-node-at-path.d.ts +8 -0
- package/esm/public/cli/commands/remove-node-at-path.js +34 -0
- package/esm/public/cli/commands/reset-password.d.ts +8 -0
- package/esm/public/cli/commands/reset-password.js +34 -0
- package/esm/public/cli/commands/rev-parse.d.ts +8 -0
- package/esm/public/cli/commands/rev-parse.js +36 -0
- package/esm/public/cli/commands/rls-module.d.ts +8 -0
- package/esm/public/cli/commands/rls-module.js +400 -0
- package/esm/public/cli/commands/role-type.d.ts +8 -0
- package/esm/public/cli/commands/role-type.js +210 -0
- package/esm/public/cli/commands/schema-grant.d.ts +8 -0
- package/esm/public/cli/commands/schema-grant.js +258 -0
- package/esm/public/cli/commands/schema.d.ts +8 -0
- package/esm/public/cli/commands/schema.js +410 -0
- package/esm/public/cli/commands/secrets-module.d.ts +8 -0
- package/esm/public/cli/commands/secrets-module.js +267 -0
- package/esm/public/cli/commands/secure-table-provision.d.ts +8 -0
- package/esm/public/cli/commands/secure-table-provision.js +495 -0
- package/esm/public/cli/commands/send-account-deletion-email.d.ts +8 -0
- package/esm/public/cli/commands/send-account-deletion-email.js +34 -0
- package/esm/public/cli/commands/send-verification-email.d.ts +8 -0
- package/esm/public/cli/commands/send-verification-email.js +34 -0
- package/esm/public/cli/commands/sessions-module.d.ts +8 -0
- package/esm/public/cli/commands/sessions-module.js +381 -0
- package/esm/public/cli/commands/set-and-commit.d.ts +8 -0
- package/esm/public/cli/commands/set-and-commit.js +34 -0
- package/esm/public/cli/commands/set-data-at-path.d.ts +8 -0
- package/esm/public/cli/commands/set-data-at-path.js +34 -0
- package/esm/public/cli/commands/set-field-order.d.ts +8 -0
- package/esm/public/cli/commands/set-field-order.js +34 -0
- package/esm/public/cli/commands/set-password.d.ts +8 -0
- package/esm/public/cli/commands/set-password.js +34 -0
- package/esm/public/cli/commands/set-props-and-commit.d.ts +8 -0
- package/esm/public/cli/commands/set-props-and-commit.js +34 -0
- package/esm/public/cli/commands/sign-in-one-time-token.d.ts +8 -0
- package/esm/public/cli/commands/sign-in-one-time-token.js +34 -0
- package/esm/public/cli/commands/sign-in.d.ts +8 -0
- package/esm/public/cli/commands/sign-in.js +34 -0
- package/esm/public/cli/commands/sign-out.d.ts +8 -0
- package/esm/public/cli/commands/sign-out.js +34 -0
- package/esm/public/cli/commands/sign-up.d.ts +8 -0
- package/esm/public/cli/commands/sign-up.js +34 -0
- package/esm/public/cli/commands/site-metadatum.d.ts +8 -0
- package/esm/public/cli/commands/site-metadatum.js +286 -0
- package/esm/public/cli/commands/site-module.d.ts +8 -0
- package/esm/public/cli/commands/site-module.js +267 -0
- package/esm/public/cli/commands/site-theme.d.ts +8 -0
- package/esm/public/cli/commands/site-theme.js +248 -0
- package/esm/public/cli/commands/site.d.ts +8 -0
- package/esm/public/cli/commands/site.js +343 -0
- package/esm/public/cli/commands/sql-migration.d.ts +8 -0
- package/esm/public/cli/commands/sql-migration.js +405 -0
- package/esm/public/cli/commands/steps-achieved.d.ts +8 -0
- package/esm/public/cli/commands/steps-achieved.js +31 -0
- package/esm/public/cli/commands/steps-required.d.ts +8 -0
- package/esm/public/cli/commands/steps-required.js +52 -0
- package/esm/public/cli/commands/store.d.ts +8 -0
- package/esm/public/cli/commands/store.js +253 -0
- package/esm/public/cli/commands/submit-invite-code.d.ts +8 -0
- package/esm/public/cli/commands/submit-invite-code.js +34 -0
- package/esm/public/cli/commands/submit-org-invite-code.d.ts +8 -0
- package/esm/public/cli/commands/submit-org-invite-code.js +34 -0
- package/esm/public/cli/commands/table-grant.d.ts +8 -0
- package/esm/public/cli/commands/table-grant.js +315 -0
- package/esm/public/cli/commands/table-module.d.ts +8 -0
- package/esm/public/cli/commands/table-module.js +343 -0
- package/esm/public/cli/commands/table-template-module.d.ts +8 -0
- package/esm/public/cli/commands/table-template-module.js +343 -0
- package/esm/public/cli/commands/table.d.ts +8 -0
- package/esm/public/cli/commands/table.js +505 -0
- package/esm/public/cli/commands/trigger-function.d.ts +8 -0
- package/esm/public/cli/commands/trigger-function.js +258 -0
- package/esm/public/cli/commands/trigger.d.ts +8 -0
- package/esm/public/cli/commands/trigger.js +391 -0
- package/esm/public/cli/commands/unique-constraint.d.ts +8 -0
- package/esm/public/cli/commands/unique-constraint.js +410 -0
- package/esm/public/cli/commands/update-node-at-path.d.ts +8 -0
- package/esm/public/cli/commands/update-node-at-path.js +34 -0
- package/esm/public/cli/commands/user-auth-module.d.ts +8 -0
- package/esm/public/cli/commands/user-auth-module.js +666 -0
- package/esm/public/cli/commands/user.d.ts +8 -0
- package/esm/public/cli/commands/user.js +315 -0
- package/esm/public/cli/commands/users-module.d.ts +8 -0
- package/esm/public/cli/commands/users-module.js +305 -0
- package/esm/public/cli/commands/uuid-module.d.ts +8 -0
- package/esm/public/cli/commands/uuid-module.js +267 -0
- package/esm/public/cli/commands/verify-email.d.ts +8 -0
- package/esm/public/cli/commands/verify-email.js +34 -0
- package/esm/public/cli/commands/verify-password.d.ts +8 -0
- package/esm/public/cli/commands/verify-password.js +34 -0
- package/esm/public/cli/commands/verify-totp.d.ts +8 -0
- package/esm/public/cli/commands/verify-totp.js +34 -0
- package/esm/public/cli/commands/view-grant.d.ts +8 -0
- package/esm/public/cli/commands/view-grant.js +305 -0
- package/esm/public/cli/commands/view-rule.d.ts +8 -0
- package/esm/public/cli/commands/view-rule.js +286 -0
- package/esm/public/cli/commands/view-table.d.ts +8 -0
- package/esm/public/cli/commands/view-table.js +248 -0
- package/esm/public/cli/commands/view.d.ts +8 -0
- package/esm/public/cli/commands/view.js +476 -0
- package/esm/public/cli/commands.d.ts +7 -0
- package/esm/public/cli/commands.js +350 -0
- package/esm/public/cli/executor.d.ts +361 -0
- package/esm/public/cli/executor.js +36 -0
- package/esm/public/cli/index.d.ts +1 -0
- package/esm/public/cli/index.js +25 -0
- package/esm/public/cli/node-fetch.d.ts +26 -0
- package/esm/public/cli/node-fetch.js +123 -0
- package/esm/public/cli/utils.d.ts +37 -0
- package/esm/public/cli/utils.js +170 -0
- package/esm/public/index.d.ts +6 -0
- package/esm/public/index.js +6 -0
- package/esm/public/orm/client.d.ts +55 -0
- package/esm/public/orm/client.js +99 -0
- package/esm/public/orm/index.d.ts +496 -0
- package/esm/public/orm/index.js +253 -0
- package/esm/public/orm/input-types.d.ts +17680 -0
- package/esm/public/orm/input-types.js +139 -0
- package/esm/public/orm/models/api.d.ts +56 -0
- package/esm/public/orm/models/api.js +94 -0
- package/esm/public/orm/models/apiModule.d.ts +56 -0
- package/esm/public/orm/models/apiModule.js +94 -0
- package/esm/public/orm/models/apiSchema.d.ts +56 -0
- package/esm/public/orm/models/apiSchema.js +94 -0
- package/esm/public/orm/models/app.d.ts +56 -0
- package/esm/public/orm/models/app.js +94 -0
- package/esm/public/orm/models/appAchievement.d.ts +56 -0
- package/esm/public/orm/models/appAchievement.js +94 -0
- package/esm/public/orm/models/appAdminGrant.d.ts +56 -0
- package/esm/public/orm/models/appAdminGrant.js +94 -0
- package/esm/public/orm/models/appGrant.d.ts +56 -0
- package/esm/public/orm/models/appGrant.js +94 -0
- package/esm/public/orm/models/appLevel.d.ts +56 -0
- package/esm/public/orm/models/appLevel.js +94 -0
- package/esm/public/orm/models/appLevelRequirement.d.ts +56 -0
- package/esm/public/orm/models/appLevelRequirement.js +94 -0
- package/esm/public/orm/models/appLimit.d.ts +56 -0
- package/esm/public/orm/models/appLimit.js +94 -0
- package/esm/public/orm/models/appLimitDefault.d.ts +56 -0
- package/esm/public/orm/models/appLimitDefault.js +94 -0
- package/esm/public/orm/models/appMembership.d.ts +56 -0
- package/esm/public/orm/models/appMembership.js +94 -0
- package/esm/public/orm/models/appMembershipDefault.d.ts +56 -0
- package/esm/public/orm/models/appMembershipDefault.js +94 -0
- package/esm/public/orm/models/appOwnerGrant.d.ts +56 -0
- package/esm/public/orm/models/appOwnerGrant.js +94 -0
- package/esm/public/orm/models/appPermission.d.ts +56 -0
- package/esm/public/orm/models/appPermission.js +94 -0
- package/esm/public/orm/models/appPermissionDefault.d.ts +56 -0
- package/esm/public/orm/models/appPermissionDefault.js +94 -0
- package/esm/public/orm/models/appStep.d.ts +56 -0
- package/esm/public/orm/models/appStep.js +94 -0
- package/esm/public/orm/models/astMigration.d.ts +38 -0
- package/esm/public/orm/models/astMigration.js +72 -0
- package/esm/public/orm/models/auditLog.d.ts +56 -0
- package/esm/public/orm/models/auditLog.js +94 -0
- package/esm/public/orm/models/checkConstraint.d.ts +56 -0
- package/esm/public/orm/models/checkConstraint.js +94 -0
- package/esm/public/orm/models/claimedInvite.d.ts +56 -0
- package/esm/public/orm/models/claimedInvite.js +94 -0
- package/esm/public/orm/models/commit.d.ts +56 -0
- package/esm/public/orm/models/commit.js +94 -0
- package/esm/public/orm/models/connectedAccount.d.ts +56 -0
- package/esm/public/orm/models/connectedAccount.js +94 -0
- package/esm/public/orm/models/connectedAccountsModule.d.ts +56 -0
- package/esm/public/orm/models/connectedAccountsModule.js +94 -0
- package/esm/public/orm/models/cryptoAddress.d.ts +56 -0
- package/esm/public/orm/models/cryptoAddress.js +94 -0
- package/esm/public/orm/models/cryptoAddressesModule.d.ts +56 -0
- package/esm/public/orm/models/cryptoAddressesModule.js +94 -0
- package/esm/public/orm/models/cryptoAuthModule.d.ts +56 -0
- package/esm/public/orm/models/cryptoAuthModule.js +94 -0
- package/esm/public/orm/models/database.d.ts +56 -0
- package/esm/public/orm/models/database.js +94 -0
- package/esm/public/orm/models/databaseProvisionModule.d.ts +56 -0
- package/esm/public/orm/models/databaseProvisionModule.js +94 -0
- package/esm/public/orm/models/defaultIdsModule.d.ts +56 -0
- package/esm/public/orm/models/defaultIdsModule.js +94 -0
- package/esm/public/orm/models/defaultPrivilege.d.ts +56 -0
- package/esm/public/orm/models/defaultPrivilege.js +94 -0
- package/esm/public/orm/models/denormalizedTableField.d.ts +56 -0
- package/esm/public/orm/models/denormalizedTableField.js +94 -0
- package/esm/public/orm/models/domain.d.ts +56 -0
- package/esm/public/orm/models/domain.js +94 -0
- package/esm/public/orm/models/email.d.ts +56 -0
- package/esm/public/orm/models/email.js +94 -0
- package/esm/public/orm/models/emailsModule.d.ts +56 -0
- package/esm/public/orm/models/emailsModule.js +94 -0
- package/esm/public/orm/models/encryptedSecretsModule.d.ts +56 -0
- package/esm/public/orm/models/encryptedSecretsModule.js +94 -0
- package/esm/public/orm/models/field.d.ts +56 -0
- package/esm/public/orm/models/field.js +94 -0
- package/esm/public/orm/models/fieldModule.d.ts +56 -0
- package/esm/public/orm/models/fieldModule.js +94 -0
- package/esm/public/orm/models/foreignKeyConstraint.d.ts +56 -0
- package/esm/public/orm/models/foreignKeyConstraint.js +94 -0
- package/esm/public/orm/models/fullTextSearch.d.ts +56 -0
- package/esm/public/orm/models/fullTextSearch.js +94 -0
- package/esm/public/orm/models/getAllRecord.d.ts +32 -0
- package/esm/public/orm/models/getAllRecord.js +51 -0
- package/esm/public/orm/models/hierarchyModule.d.ts +56 -0
- package/esm/public/orm/models/hierarchyModule.js +94 -0
- package/esm/public/orm/models/index.d.ts +109 -0
- package/esm/public/orm/models/index.js +109 -0
- package/esm/public/orm/models/indexModel.d.ts +56 -0
- package/esm/public/orm/models/indexModel.js +94 -0
- package/esm/public/orm/models/invite.d.ts +56 -0
- package/esm/public/orm/models/invite.js +94 -0
- package/esm/public/orm/models/invitesModule.d.ts +56 -0
- package/esm/public/orm/models/invitesModule.js +94 -0
- package/esm/public/orm/models/levelsModule.d.ts +56 -0
- package/esm/public/orm/models/levelsModule.js +94 -0
- package/esm/public/orm/models/limitsModule.d.ts +56 -0
- package/esm/public/orm/models/limitsModule.js +94 -0
- package/esm/public/orm/models/membershipType.d.ts +56 -0
- package/esm/public/orm/models/membershipType.js +94 -0
- package/esm/public/orm/models/membershipTypesModule.d.ts +56 -0
- package/esm/public/orm/models/membershipTypesModule.js +94 -0
- package/esm/public/orm/models/membershipsModule.d.ts +56 -0
- package/esm/public/orm/models/membershipsModule.js +94 -0
- package/esm/public/orm/models/nodeTypeRegistry.d.ts +56 -0
- package/esm/public/orm/models/nodeTypeRegistry.js +94 -0
- package/esm/public/orm/models/object.d.ts +56 -0
- package/esm/public/orm/models/object.js +84 -0
- package/esm/public/orm/models/orgAdminGrant.d.ts +56 -0
- package/esm/public/orm/models/orgAdminGrant.js +94 -0
- package/esm/public/orm/models/orgChartEdge.d.ts +56 -0
- package/esm/public/orm/models/orgChartEdge.js +94 -0
- package/esm/public/orm/models/orgChartEdgeGrant.d.ts +56 -0
- package/esm/public/orm/models/orgChartEdgeGrant.js +94 -0
- package/esm/public/orm/models/orgClaimedInvite.d.ts +56 -0
- package/esm/public/orm/models/orgClaimedInvite.js +94 -0
- package/esm/public/orm/models/orgGetManagersRecord.d.ts +32 -0
- package/esm/public/orm/models/orgGetManagersRecord.js +51 -0
- package/esm/public/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
- package/esm/public/orm/models/orgGetSubordinatesRecord.js +51 -0
- package/esm/public/orm/models/orgGrant.d.ts +56 -0
- package/esm/public/orm/models/orgGrant.js +94 -0
- package/esm/public/orm/models/orgInvite.d.ts +56 -0
- package/esm/public/orm/models/orgInvite.js +94 -0
- package/esm/public/orm/models/orgLimit.d.ts +56 -0
- package/esm/public/orm/models/orgLimit.js +94 -0
- package/esm/public/orm/models/orgLimitDefault.d.ts +56 -0
- package/esm/public/orm/models/orgLimitDefault.js +94 -0
- package/esm/public/orm/models/orgMember.d.ts +56 -0
- package/esm/public/orm/models/orgMember.js +94 -0
- package/esm/public/orm/models/orgMembership.d.ts +56 -0
- package/esm/public/orm/models/orgMembership.js +94 -0
- package/esm/public/orm/models/orgMembershipDefault.d.ts +56 -0
- package/esm/public/orm/models/orgMembershipDefault.js +94 -0
- package/esm/public/orm/models/orgOwnerGrant.d.ts +56 -0
- package/esm/public/orm/models/orgOwnerGrant.js +94 -0
- package/esm/public/orm/models/orgPermission.d.ts +56 -0
- package/esm/public/orm/models/orgPermission.js +94 -0
- package/esm/public/orm/models/orgPermissionDefault.d.ts +56 -0
- package/esm/public/orm/models/orgPermissionDefault.js +94 -0
- package/esm/public/orm/models/permissionsModule.d.ts +56 -0
- package/esm/public/orm/models/permissionsModule.js +94 -0
- package/esm/public/orm/models/phoneNumber.d.ts +56 -0
- package/esm/public/orm/models/phoneNumber.js +94 -0
- package/esm/public/orm/models/phoneNumbersModule.d.ts +56 -0
- package/esm/public/orm/models/phoneNumbersModule.js +94 -0
- package/esm/public/orm/models/policy.d.ts +56 -0
- package/esm/public/orm/models/policy.js +94 -0
- package/esm/public/orm/models/primaryKeyConstraint.d.ts +56 -0
- package/esm/public/orm/models/primaryKeyConstraint.js +94 -0
- package/esm/public/orm/models/profilesModule.d.ts +56 -0
- package/esm/public/orm/models/profilesModule.js +94 -0
- package/esm/public/orm/models/ref.d.ts +56 -0
- package/esm/public/orm/models/ref.js +94 -0
- package/esm/public/orm/models/relationProvision.d.ts +56 -0
- package/esm/public/orm/models/relationProvision.js +94 -0
- package/esm/public/orm/models/rlsModule.d.ts +56 -0
- package/esm/public/orm/models/rlsModule.js +94 -0
- package/esm/public/orm/models/roleType.d.ts +56 -0
- package/esm/public/orm/models/roleType.js +94 -0
- package/esm/public/orm/models/schema.d.ts +56 -0
- package/esm/public/orm/models/schema.js +94 -0
- package/esm/public/orm/models/schemaGrant.d.ts +56 -0
- package/esm/public/orm/models/schemaGrant.js +94 -0
- package/esm/public/orm/models/secretsModule.d.ts +56 -0
- package/esm/public/orm/models/secretsModule.js +94 -0
- package/esm/public/orm/models/secureTableProvision.d.ts +56 -0
- package/esm/public/orm/models/secureTableProvision.js +94 -0
- package/esm/public/orm/models/sessionsModule.d.ts +56 -0
- package/esm/public/orm/models/sessionsModule.js +94 -0
- package/esm/public/orm/models/site.d.ts +56 -0
- package/esm/public/orm/models/site.js +94 -0
- package/esm/public/orm/models/siteMetadatum.d.ts +56 -0
- package/esm/public/orm/models/siteMetadatum.js +94 -0
- package/esm/public/orm/models/siteModule.d.ts +56 -0
- package/esm/public/orm/models/siteModule.js +94 -0
- package/esm/public/orm/models/siteTheme.d.ts +56 -0
- package/esm/public/orm/models/siteTheme.js +94 -0
- package/esm/public/orm/models/sqlMigration.d.ts +38 -0
- package/esm/public/orm/models/sqlMigration.js +72 -0
- package/esm/public/orm/models/store.d.ts +56 -0
- package/esm/public/orm/models/store.js +94 -0
- package/esm/public/orm/models/table.d.ts +56 -0
- package/esm/public/orm/models/table.js +94 -0
- package/esm/public/orm/models/tableGrant.d.ts +56 -0
- package/esm/public/orm/models/tableGrant.js +94 -0
- package/esm/public/orm/models/tableModule.d.ts +56 -0
- package/esm/public/orm/models/tableModule.js +94 -0
- package/esm/public/orm/models/tableTemplateModule.d.ts +56 -0
- package/esm/public/orm/models/tableTemplateModule.js +94 -0
- package/esm/public/orm/models/trigger.d.ts +56 -0
- package/esm/public/orm/models/trigger.js +94 -0
- package/esm/public/orm/models/triggerFunction.d.ts +56 -0
- package/esm/public/orm/models/triggerFunction.js +94 -0
- package/esm/public/orm/models/uniqueConstraint.d.ts +56 -0
- package/esm/public/orm/models/uniqueConstraint.js +94 -0
- package/esm/public/orm/models/user.d.ts +56 -0
- package/esm/public/orm/models/user.js +94 -0
- package/esm/public/orm/models/userAuthModule.d.ts +56 -0
- package/esm/public/orm/models/userAuthModule.js +94 -0
- package/esm/public/orm/models/usersModule.d.ts +56 -0
- package/esm/public/orm/models/usersModule.js +94 -0
- package/esm/public/orm/models/uuidModule.d.ts +56 -0
- package/esm/public/orm/models/uuidModule.js +94 -0
- package/esm/public/orm/models/view.d.ts +56 -0
- package/esm/public/orm/models/view.js +94 -0
- package/esm/public/orm/models/viewGrant.d.ts +56 -0
- package/esm/public/orm/models/viewGrant.js +94 -0
- package/esm/public/orm/models/viewRule.d.ts +56 -0
- package/esm/public/orm/models/viewRule.js +94 -0
- package/esm/public/orm/models/viewTable.d.ts +56 -0
- package/esm/public/orm/models/viewTable.js +94 -0
- package/esm/public/orm/mutation/index.d.ts +278 -0
- package/esm/public/orm/mutation/index.js +378 -0
- package/esm/public/orm/node-fetch.d.ts +26 -0
- package/esm/public/orm/node-fetch.js +122 -0
- package/esm/public/orm/query/index.d.ts +209 -0
- package/esm/public/orm/query/index.js +326 -0
- package/esm/public/orm/query-builder.d.ts +89 -0
- package/esm/public/orm/query-builder.js +564 -0
- package/esm/public/orm/select-types.d.ts +101 -0
- package/esm/public/orm/select-types.js +1 -0
- package/esm/public/orm/types.d.ts +6 -0
- package/esm/public/orm/types.js +7 -0
- package/esm/utils/cli-utils.d.ts +44 -0
- package/esm/utils/cli-utils.js +172 -0
- package/esm/utils/display.d.ts +38 -0
- package/esm/utils/display.js +71 -0
- package/esm/utils/index.d.ts +3 -0
- package/esm/utils/index.js +2 -0
- package/index.d.ts +12 -0
- package/index.js +48 -0
- package/objects/cli/commands/auth.d.ts +8 -0
- package/objects/cli/commands/auth.js +108 -0
- package/objects/cli/commands/commit.d.ts +8 -0
- package/objects/cli/commands/commit.js +345 -0
- package/objects/cli/commands/context.d.ts +8 -0
- package/objects/cli/commands/context.js +159 -0
- package/objects/cli/commands/freeze-objects.d.ts +8 -0
- package/objects/cli/commands/freeze-objects.js +36 -0
- package/objects/cli/commands/get-all-objects-from-root.d.ts +8 -0
- package/objects/cli/commands/get-all-objects-from-root.js +54 -0
- package/objects/cli/commands/get-all-record.d.ts +8 -0
- package/objects/cli/commands/get-all-record.js +226 -0
- package/objects/cli/commands/get-object-at-path.d.ts +8 -0
- package/objects/cli/commands/get-object-at-path.js +49 -0
- package/objects/cli/commands/get-path-objects-from-root.d.ts +8 -0
- package/objects/cli/commands/get-path-objects-from-root.js +59 -0
- package/objects/cli/commands/init-empty-repo.d.ts +8 -0
- package/objects/cli/commands/init-empty-repo.js +36 -0
- package/objects/cli/commands/insert-node-at-path.d.ts +8 -0
- package/objects/cli/commands/insert-node-at-path.js +36 -0
- package/objects/cli/commands/object.d.ts +8 -0
- package/objects/cli/commands/object.js +312 -0
- package/objects/cli/commands/ref.d.ts +8 -0
- package/objects/cli/commands/ref.js +269 -0
- package/objects/cli/commands/remove-node-at-path.d.ts +8 -0
- package/objects/cli/commands/remove-node-at-path.js +36 -0
- package/objects/cli/commands/rev-parse.d.ts +8 -0
- package/objects/cli/commands/rev-parse.js +38 -0
- package/objects/cli/commands/set-and-commit.d.ts +8 -0
- package/objects/cli/commands/set-and-commit.js +36 -0
- package/objects/cli/commands/set-data-at-path.d.ts +8 -0
- package/objects/cli/commands/set-data-at-path.js +36 -0
- package/objects/cli/commands/set-props-and-commit.d.ts +8 -0
- package/objects/cli/commands/set-props-and-commit.js +36 -0
- package/objects/cli/commands/store.d.ts +8 -0
- package/objects/cli/commands/store.js +255 -0
- package/objects/cli/commands/update-node-at-path.d.ts +8 -0
- package/objects/cli/commands/update-node-at-path.js +36 -0
- package/objects/cli/commands.d.ts +7 -0
- package/objects/cli/commands.js +83 -0
- package/objects/cli/executor.d.ts +72 -0
- package/objects/cli/executor.js +41 -0
- package/objects/cli/index.d.ts +1 -0
- package/objects/cli/index.js +27 -0
- package/objects/cli/node-fetch.d.ts +26 -0
- package/objects/cli/node-fetch.js +130 -0
- package/objects/cli/utils.d.ts +37 -0
- package/objects/cli/utils.js +179 -0
- package/objects/index.d.ts +6 -0
- package/objects/index.js +22 -0
- package/objects/orm/client.d.ts +55 -0
- package/objects/orm/client.js +105 -0
- package/objects/orm/index.d.ts +108 -0
- package/objects/orm/index.js +78 -0
- package/objects/orm/input-types.d.ts +951 -0
- package/objects/orm/input-types.js +5 -0
- package/objects/orm/models/commit.d.ts +56 -0
- package/objects/orm/models/commit.js +98 -0
- package/objects/orm/models/getAllRecord.d.ts +32 -0
- package/objects/orm/models/getAllRecord.js +55 -0
- package/objects/orm/models/index.d.ts +10 -0
- package/objects/orm/models/index.js +18 -0
- package/objects/orm/models/object.d.ts +56 -0
- package/objects/orm/models/object.js +88 -0
- package/objects/orm/models/ref.d.ts +56 -0
- package/objects/orm/models/ref.js +98 -0
- package/objects/orm/models/store.d.ts +56 -0
- package/objects/orm/models/store.js +98 -0
- package/objects/orm/mutation/index.d.ts +75 -0
- package/objects/orm/mutation/index.js +105 -0
- package/objects/orm/node-fetch.d.ts +26 -0
- package/objects/orm/node-fetch.js +129 -0
- package/objects/orm/query/index.d.ts +69 -0
- package/objects/orm/query/index.js +113 -0
- package/objects/orm/query-builder.d.ts +89 -0
- package/objects/orm/query-builder.js +611 -0
- package/objects/orm/select-types.d.ts +101 -0
- package/objects/orm/select-types.js +2 -0
- package/objects/orm/types.d.ts +6 -0
- package/objects/orm/types.js +23 -0
- package/package.json +64 -0
- package/public/cli/commands/api-module.d.ts +8 -0
- package/public/cli/commands/api-module.js +269 -0
- package/public/cli/commands/api-schema.d.ts +8 -0
- package/public/cli/commands/api-schema.js +250 -0
- package/public/cli/commands/api.d.ts +8 -0
- package/public/cli/commands/api.js +307 -0
- package/public/cli/commands/app-achievement.d.ts +8 -0
- package/public/cli/commands/app-achievement.js +260 -0
- package/public/cli/commands/app-admin-grant.d.ts +8 -0
- package/public/cli/commands/app-admin-grant.js +260 -0
- package/public/cli/commands/app-grant.d.ts +8 -0
- package/public/cli/commands/app-grant.js +279 -0
- package/public/cli/commands/app-level-requirement.d.ts +8 -0
- package/public/cli/commands/app-level-requirement.js +298 -0
- package/public/cli/commands/app-level.d.ts +8 -0
- package/public/cli/commands/app-level.js +279 -0
- package/public/cli/commands/app-limit-default.d.ts +8 -0
- package/public/cli/commands/app-limit-default.js +231 -0
- package/public/cli/commands/app-limit.d.ts +8 -0
- package/public/cli/commands/app-limit.js +269 -0
- package/public/cli/commands/app-membership-default.d.ts +8 -0
- package/public/cli/commands/app-membership-default.js +279 -0
- package/public/cli/commands/app-membership.d.ts +8 -0
- package/public/cli/commands/app-membership.js +450 -0
- package/public/cli/commands/app-owner-grant.d.ts +8 -0
- package/public/cli/commands/app-owner-grant.js +260 -0
- package/public/cli/commands/app-permission-default.d.ts +8 -0
- package/public/cli/commands/app-permission-default.js +212 -0
- package/public/cli/commands/app-permission.d.ts +8 -0
- package/public/cli/commands/app-permission.js +269 -0
- package/public/cli/commands/app-permissions-get-by-mask.d.ts +8 -0
- package/public/cli/commands/app-permissions-get-by-mask.js +49 -0
- package/public/cli/commands/app-permissions-get-mask-by-names.d.ts +8 -0
- package/public/cli/commands/app-permissions-get-mask-by-names.js +28 -0
- package/public/cli/commands/app-permissions-get-mask.d.ts +8 -0
- package/public/cli/commands/app-permissions-get-mask.js +28 -0
- package/public/cli/commands/app-permissions-get-padded-mask.d.ts +8 -0
- package/public/cli/commands/app-permissions-get-padded-mask.js +28 -0
- package/public/cli/commands/app-step.d.ts +8 -0
- package/public/cli/commands/app-step.js +260 -0
- package/public/cli/commands/app.d.ts +8 -0
- package/public/cli/commands/app.js +345 -0
- package/public/cli/commands/apply-rls.d.ts +8 -0
- package/public/cli/commands/apply-rls.js +36 -0
- package/public/cli/commands/ast-migration.d.ts +8 -0
- package/public/cli/commands/ast-migration.js +407 -0
- package/public/cli/commands/audit-log.d.ts +8 -0
- package/public/cli/commands/audit-log.js +312 -0
- package/public/cli/commands/auth.d.ts +8 -0
- package/public/cli/commands/auth.js +108 -0
- package/public/cli/commands/bootstrap-user.d.ts +8 -0
- package/public/cli/commands/bootstrap-user.js +36 -0
- package/public/cli/commands/check-constraint.d.ts +8 -0
- package/public/cli/commands/check-constraint.js +412 -0
- package/public/cli/commands/check-password.d.ts +8 -0
- package/public/cli/commands/check-password.js +36 -0
- package/public/cli/commands/claimed-invite.d.ts +8 -0
- package/public/cli/commands/claimed-invite.js +260 -0
- package/public/cli/commands/commit.d.ts +8 -0
- package/public/cli/commands/commit.js +345 -0
- package/public/cli/commands/confirm-delete-account.d.ts +8 -0
- package/public/cli/commands/confirm-delete-account.js +36 -0
- package/public/cli/commands/connected-account.d.ts +8 -0
- package/public/cli/commands/connected-account.js +298 -0
- package/public/cli/commands/connected-accounts-module.d.ts +8 -0
- package/public/cli/commands/connected-accounts-module.js +307 -0
- package/public/cli/commands/context.d.ts +8 -0
- package/public/cli/commands/context.js +159 -0
- package/public/cli/commands/create-user-database.d.ts +8 -0
- package/public/cli/commands/create-user-database.js +36 -0
- package/public/cli/commands/crypto-address.d.ts +8 -0
- package/public/cli/commands/crypto-address.js +279 -0
- package/public/cli/commands/crypto-addresses-module.d.ts +8 -0
- package/public/cli/commands/crypto-addresses-module.js +326 -0
- package/public/cli/commands/crypto-auth-module.d.ts +8 -0
- package/public/cli/commands/crypto-auth-module.js +440 -0
- package/public/cli/commands/current-ip-address.d.ts +8 -0
- package/public/cli/commands/current-ip-address.js +21 -0
- package/public/cli/commands/current-user-agent.d.ts +8 -0
- package/public/cli/commands/current-user-agent.js +21 -0
- package/public/cli/commands/current-user-id.d.ts +8 -0
- package/public/cli/commands/current-user-id.js +21 -0
- package/public/cli/commands/current-user.d.ts +8 -0
- package/public/cli/commands/current-user.js +27 -0
- package/public/cli/commands/database-provision-module.d.ts +8 -0
- package/public/cli/commands/database-provision-module.js +412 -0
- package/public/cli/commands/database.d.ts +8 -0
- package/public/cli/commands/database.js +298 -0
- package/public/cli/commands/default-ids-module.d.ts +8 -0
- package/public/cli/commands/default-ids-module.js +212 -0
- package/public/cli/commands/default-privilege.d.ts +8 -0
- package/public/cli/commands/default-privilege.js +307 -0
- package/public/cli/commands/denormalized-table-field.d.ts +8 -0
- package/public/cli/commands/denormalized-table-field.js +402 -0
- package/public/cli/commands/domain.d.ts +8 -0
- package/public/cli/commands/domain.js +288 -0
- package/public/cli/commands/email.d.ts +8 -0
- package/public/cli/commands/email.js +279 -0
- package/public/cli/commands/emails-module.d.ts +8 -0
- package/public/cli/commands/emails-module.js +307 -0
- package/public/cli/commands/encrypted-secrets-module.d.ts +8 -0
- package/public/cli/commands/encrypted-secrets-module.js +269 -0
- package/public/cli/commands/extend-token-expires.d.ts +8 -0
- package/public/cli/commands/extend-token-expires.js +36 -0
- package/public/cli/commands/field-module.d.ts +8 -0
- package/public/cli/commands/field-module.js +345 -0
- package/public/cli/commands/field.d.ts +8 -0
- package/public/cli/commands/field.js +602 -0
- package/public/cli/commands/foreign-key-constraint.d.ts +8 -0
- package/public/cli/commands/foreign-key-constraint.js +488 -0
- package/public/cli/commands/forgot-password.d.ts +8 -0
- package/public/cli/commands/forgot-password.js +36 -0
- package/public/cli/commands/freeze-objects.d.ts +8 -0
- package/public/cli/commands/freeze-objects.js +36 -0
- package/public/cli/commands/full-text-search.d.ts +8 -0
- package/public/cli/commands/full-text-search.js +317 -0
- package/public/cli/commands/get-all-objects-from-root.d.ts +8 -0
- package/public/cli/commands/get-all-objects-from-root.js +54 -0
- package/public/cli/commands/get-all-record.d.ts +8 -0
- package/public/cli/commands/get-all-record.js +226 -0
- package/public/cli/commands/get-object-at-path.d.ts +8 -0
- package/public/cli/commands/get-object-at-path.js +49 -0
- package/public/cli/commands/get-path-objects-from-root.d.ts +8 -0
- package/public/cli/commands/get-path-objects-from-root.js +59 -0
- package/public/cli/commands/hierarchy-module.d.ts +8 -0
- package/public/cli/commands/hierarchy-module.js +540 -0
- package/public/cli/commands/index.d.ts +8 -0
- package/public/cli/commands/index.js +469 -0
- package/public/cli/commands/init-empty-repo.d.ts +8 -0
- package/public/cli/commands/init-empty-repo.js +36 -0
- package/public/cli/commands/insert-node-at-path.d.ts +8 -0
- package/public/cli/commands/insert-node-at-path.js +36 -0
- package/public/cli/commands/invite.d.ts +8 -0
- package/public/cli/commands/invite.js +374 -0
- package/public/cli/commands/invites-module.d.ts +8 -0
- package/public/cli/commands/invites-module.js +440 -0
- package/public/cli/commands/levels-module.d.ts +8 -0
- package/public/cli/commands/levels-module.js +668 -0
- package/public/cli/commands/limits-module.d.ts +8 -0
- package/public/cli/commands/limits-module.js +516 -0
- package/public/cli/commands/membership-type.d.ts +8 -0
- package/public/cli/commands/membership-type.js +250 -0
- package/public/cli/commands/membership-types-module.d.ts +8 -0
- package/public/cli/commands/membership-types-module.js +269 -0
- package/public/cli/commands/memberships-module.d.ts +8 -0
- package/public/cli/commands/memberships-module.js +763 -0
- package/public/cli/commands/node-type-registry.d.ts +8 -0
- package/public/cli/commands/node-type-registry.js +317 -0
- package/public/cli/commands/object.d.ts +8 -0
- package/public/cli/commands/object.js +312 -0
- package/public/cli/commands/one-time-token.d.ts +8 -0
- package/public/cli/commands/one-time-token.js +36 -0
- package/public/cli/commands/org-admin-grant.d.ts +8 -0
- package/public/cli/commands/org-admin-grant.js +279 -0
- package/public/cli/commands/org-chart-edge-grant.d.ts +8 -0
- package/public/cli/commands/org-chart-edge-grant.js +331 -0
- package/public/cli/commands/org-chart-edge.d.ts +8 -0
- package/public/cli/commands/org-chart-edge.js +298 -0
- package/public/cli/commands/org-claimed-invite.d.ts +8 -0
- package/public/cli/commands/org-claimed-invite.js +279 -0
- package/public/cli/commands/org-get-managers-record.d.ts +8 -0
- package/public/cli/commands/org-get-managers-record.js +226 -0
- package/public/cli/commands/org-get-subordinates-record.d.ts +8 -0
- package/public/cli/commands/org-get-subordinates-record.js +226 -0
- package/public/cli/commands/org-grant.d.ts +8 -0
- package/public/cli/commands/org-grant.js +298 -0
- package/public/cli/commands/org-invite.d.ts +8 -0
- package/public/cli/commands/org-invite.js +412 -0
- package/public/cli/commands/org-is-manager-of.d.ts +8 -0
- package/public/cli/commands/org-is-manager-of.js +43 -0
- package/public/cli/commands/org-limit-default.d.ts +8 -0
- package/public/cli/commands/org-limit-default.js +231 -0
- package/public/cli/commands/org-limit.d.ts +8 -0
- package/public/cli/commands/org-limit.js +288 -0
- package/public/cli/commands/org-member.d.ts +8 -0
- package/public/cli/commands/org-member.js +250 -0
- package/public/cli/commands/org-membership-default.d.ts +8 -0
- package/public/cli/commands/org-membership-default.js +317 -0
- package/public/cli/commands/org-membership.d.ts +8 -0
- package/public/cli/commands/org-membership.js +450 -0
- package/public/cli/commands/org-owner-grant.d.ts +8 -0
- package/public/cli/commands/org-owner-grant.js +279 -0
- package/public/cli/commands/org-permission-default.d.ts +8 -0
- package/public/cli/commands/org-permission-default.js +231 -0
- package/public/cli/commands/org-permission.d.ts +8 -0
- package/public/cli/commands/org-permission.js +269 -0
- package/public/cli/commands/org-permissions-get-by-mask.d.ts +8 -0
- package/public/cli/commands/org-permissions-get-by-mask.js +49 -0
- package/public/cli/commands/org-permissions-get-mask-by-names.d.ts +8 -0
- package/public/cli/commands/org-permissions-get-mask-by-names.js +28 -0
- package/public/cli/commands/org-permissions-get-mask.d.ts +8 -0
- package/public/cli/commands/org-permissions-get-mask.js +28 -0
- package/public/cli/commands/org-permissions-get-padded-mask.d.ts +8 -0
- package/public/cli/commands/org-permissions-get-padded-mask.js +28 -0
- package/public/cli/commands/permissions-module.d.ts +8 -0
- package/public/cli/commands/permissions-module.js +497 -0
- package/public/cli/commands/phone-number.d.ts +8 -0
- package/public/cli/commands/phone-number.js +298 -0
- package/public/cli/commands/phone-numbers-module.d.ts +8 -0
- package/public/cli/commands/phone-numbers-module.js +307 -0
- package/public/cli/commands/policy.d.ts +8 -0
- package/public/cli/commands/policy.js +469 -0
- package/public/cli/commands/primary-key-constraint.d.ts +8 -0
- package/public/cli/commands/primary-key-constraint.js +393 -0
- package/public/cli/commands/profiles-module.d.ts +8 -0
- package/public/cli/commands/profiles-module.js +516 -0
- package/public/cli/commands/provision-database-with-user.d.ts +8 -0
- package/public/cli/commands/provision-database-with-user.js +36 -0
- package/public/cli/commands/ref.d.ts +8 -0
- package/public/cli/commands/ref.js +269 -0
- package/public/cli/commands/relation-provision.d.ts +8 -0
- package/public/cli/commands/relation-provision.js +706 -0
- package/public/cli/commands/remove-node-at-path.d.ts +8 -0
- package/public/cli/commands/remove-node-at-path.js +36 -0
- package/public/cli/commands/reset-password.d.ts +8 -0
- package/public/cli/commands/reset-password.js +36 -0
- package/public/cli/commands/rev-parse.d.ts +8 -0
- package/public/cli/commands/rev-parse.js +38 -0
- package/public/cli/commands/rls-module.d.ts +8 -0
- package/public/cli/commands/rls-module.js +402 -0
- package/public/cli/commands/role-type.d.ts +8 -0
- package/public/cli/commands/role-type.js +212 -0
- package/public/cli/commands/schema-grant.d.ts +8 -0
- package/public/cli/commands/schema-grant.js +260 -0
- package/public/cli/commands/schema.d.ts +8 -0
- package/public/cli/commands/schema.js +412 -0
- package/public/cli/commands/secrets-module.d.ts +8 -0
- package/public/cli/commands/secrets-module.js +269 -0
- package/public/cli/commands/secure-table-provision.d.ts +8 -0
- package/public/cli/commands/secure-table-provision.js +497 -0
- package/public/cli/commands/send-account-deletion-email.d.ts +8 -0
- package/public/cli/commands/send-account-deletion-email.js +36 -0
- package/public/cli/commands/send-verification-email.d.ts +8 -0
- package/public/cli/commands/send-verification-email.js +36 -0
- package/public/cli/commands/sessions-module.d.ts +8 -0
- package/public/cli/commands/sessions-module.js +383 -0
- package/public/cli/commands/set-and-commit.d.ts +8 -0
- package/public/cli/commands/set-and-commit.js +36 -0
- package/public/cli/commands/set-data-at-path.d.ts +8 -0
- package/public/cli/commands/set-data-at-path.js +36 -0
- package/public/cli/commands/set-field-order.d.ts +8 -0
- package/public/cli/commands/set-field-order.js +36 -0
- package/public/cli/commands/set-password.d.ts +8 -0
- package/public/cli/commands/set-password.js +36 -0
- package/public/cli/commands/set-props-and-commit.d.ts +8 -0
- package/public/cli/commands/set-props-and-commit.js +36 -0
- package/public/cli/commands/sign-in-one-time-token.d.ts +8 -0
- package/public/cli/commands/sign-in-one-time-token.js +36 -0
- package/public/cli/commands/sign-in.d.ts +8 -0
- package/public/cli/commands/sign-in.js +36 -0
- package/public/cli/commands/sign-out.d.ts +8 -0
- package/public/cli/commands/sign-out.js +36 -0
- package/public/cli/commands/sign-up.d.ts +8 -0
- package/public/cli/commands/sign-up.js +36 -0
- package/public/cli/commands/site-metadatum.d.ts +8 -0
- package/public/cli/commands/site-metadatum.js +288 -0
- package/public/cli/commands/site-module.d.ts +8 -0
- package/public/cli/commands/site-module.js +269 -0
- package/public/cli/commands/site-theme.d.ts +8 -0
- package/public/cli/commands/site-theme.js +250 -0
- package/public/cli/commands/site.d.ts +8 -0
- package/public/cli/commands/site.js +345 -0
- package/public/cli/commands/sql-migration.d.ts +8 -0
- package/public/cli/commands/sql-migration.js +407 -0
- package/public/cli/commands/steps-achieved.d.ts +8 -0
- package/public/cli/commands/steps-achieved.js +33 -0
- package/public/cli/commands/steps-required.d.ts +8 -0
- package/public/cli/commands/steps-required.js +54 -0
- package/public/cli/commands/store.d.ts +8 -0
- package/public/cli/commands/store.js +255 -0
- package/public/cli/commands/submit-invite-code.d.ts +8 -0
- package/public/cli/commands/submit-invite-code.js +36 -0
- package/public/cli/commands/submit-org-invite-code.d.ts +8 -0
- package/public/cli/commands/submit-org-invite-code.js +36 -0
- package/public/cli/commands/table-grant.d.ts +8 -0
- package/public/cli/commands/table-grant.js +317 -0
- package/public/cli/commands/table-module.d.ts +8 -0
- package/public/cli/commands/table-module.js +345 -0
- package/public/cli/commands/table-template-module.d.ts +8 -0
- package/public/cli/commands/table-template-module.js +345 -0
- package/public/cli/commands/table.d.ts +8 -0
- package/public/cli/commands/table.js +507 -0
- package/public/cli/commands/trigger-function.d.ts +8 -0
- package/public/cli/commands/trigger-function.js +260 -0
- package/public/cli/commands/trigger.d.ts +8 -0
- package/public/cli/commands/trigger.js +393 -0
- package/public/cli/commands/unique-constraint.d.ts +8 -0
- package/public/cli/commands/unique-constraint.js +412 -0
- package/public/cli/commands/update-node-at-path.d.ts +8 -0
- package/public/cli/commands/update-node-at-path.js +36 -0
- package/public/cli/commands/user-auth-module.d.ts +8 -0
- package/public/cli/commands/user-auth-module.js +668 -0
- package/public/cli/commands/user.d.ts +8 -0
- package/public/cli/commands/user.js +317 -0
- package/public/cli/commands/users-module.d.ts +8 -0
- package/public/cli/commands/users-module.js +307 -0
- package/public/cli/commands/uuid-module.d.ts +8 -0
- package/public/cli/commands/uuid-module.js +269 -0
- package/public/cli/commands/verify-email.d.ts +8 -0
- package/public/cli/commands/verify-email.js +36 -0
- package/public/cli/commands/verify-password.d.ts +8 -0
- package/public/cli/commands/verify-password.js +36 -0
- package/public/cli/commands/verify-totp.d.ts +8 -0
- package/public/cli/commands/verify-totp.js +36 -0
- package/public/cli/commands/view-grant.d.ts +8 -0
- package/public/cli/commands/view-grant.js +307 -0
- package/public/cli/commands/view-rule.d.ts +8 -0
- package/public/cli/commands/view-rule.js +288 -0
- package/public/cli/commands/view-table.d.ts +8 -0
- package/public/cli/commands/view-table.js +250 -0
- package/public/cli/commands/view.d.ts +8 -0
- package/public/cli/commands/view.js +478 -0
- package/public/cli/commands.d.ts +7 -0
- package/public/cli/commands.js +357 -0
- package/public/cli/executor.d.ts +361 -0
- package/public/cli/executor.js +41 -0
- package/public/cli/index.d.ts +1 -0
- package/public/cli/index.js +27 -0
- package/public/cli/node-fetch.d.ts +26 -0
- package/public/cli/node-fetch.js +130 -0
- package/public/cli/utils.d.ts +37 -0
- package/public/cli/utils.js +179 -0
- package/public/index.d.ts +6 -0
- package/public/index.js +22 -0
- package/public/orm/client.d.ts +55 -0
- package/public/orm/client.js +105 -0
- package/public/orm/index.d.ts +496 -0
- package/public/orm/index.js +276 -0
- package/public/orm/input-types.d.ts +17680 -0
- package/public/orm/input-types.js +142 -0
- package/public/orm/models/api.d.ts +56 -0
- package/public/orm/models/api.js +98 -0
- package/public/orm/models/apiModule.d.ts +56 -0
- package/public/orm/models/apiModule.js +98 -0
- package/public/orm/models/apiSchema.d.ts +56 -0
- package/public/orm/models/apiSchema.js +98 -0
- package/public/orm/models/app.d.ts +56 -0
- package/public/orm/models/app.js +98 -0
- package/public/orm/models/appAchievement.d.ts +56 -0
- package/public/orm/models/appAchievement.js +98 -0
- package/public/orm/models/appAdminGrant.d.ts +56 -0
- package/public/orm/models/appAdminGrant.js +98 -0
- package/public/orm/models/appGrant.d.ts +56 -0
- package/public/orm/models/appGrant.js +98 -0
- package/public/orm/models/appLevel.d.ts +56 -0
- package/public/orm/models/appLevel.js +98 -0
- package/public/orm/models/appLevelRequirement.d.ts +56 -0
- package/public/orm/models/appLevelRequirement.js +98 -0
- package/public/orm/models/appLimit.d.ts +56 -0
- package/public/orm/models/appLimit.js +98 -0
- package/public/orm/models/appLimitDefault.d.ts +56 -0
- package/public/orm/models/appLimitDefault.js +98 -0
- package/public/orm/models/appMembership.d.ts +56 -0
- package/public/orm/models/appMembership.js +98 -0
- package/public/orm/models/appMembershipDefault.d.ts +56 -0
- package/public/orm/models/appMembershipDefault.js +98 -0
- package/public/orm/models/appOwnerGrant.d.ts +56 -0
- package/public/orm/models/appOwnerGrant.js +98 -0
- package/public/orm/models/appPermission.d.ts +56 -0
- package/public/orm/models/appPermission.js +98 -0
- package/public/orm/models/appPermissionDefault.d.ts +56 -0
- package/public/orm/models/appPermissionDefault.js +98 -0
- package/public/orm/models/appStep.d.ts +56 -0
- package/public/orm/models/appStep.js +98 -0
- package/public/orm/models/astMigration.d.ts +38 -0
- package/public/orm/models/astMigration.js +76 -0
- package/public/orm/models/auditLog.d.ts +56 -0
- package/public/orm/models/auditLog.js +98 -0
- package/public/orm/models/checkConstraint.d.ts +56 -0
- package/public/orm/models/checkConstraint.js +98 -0
- package/public/orm/models/claimedInvite.d.ts +56 -0
- package/public/orm/models/claimedInvite.js +98 -0
- package/public/orm/models/commit.d.ts +56 -0
- package/public/orm/models/commit.js +98 -0
- package/public/orm/models/connectedAccount.d.ts +56 -0
- package/public/orm/models/connectedAccount.js +98 -0
- package/public/orm/models/connectedAccountsModule.d.ts +56 -0
- package/public/orm/models/connectedAccountsModule.js +98 -0
- package/public/orm/models/cryptoAddress.d.ts +56 -0
- package/public/orm/models/cryptoAddress.js +98 -0
- package/public/orm/models/cryptoAddressesModule.d.ts +56 -0
- package/public/orm/models/cryptoAddressesModule.js +98 -0
- package/public/orm/models/cryptoAuthModule.d.ts +56 -0
- package/public/orm/models/cryptoAuthModule.js +98 -0
- package/public/orm/models/database.d.ts +56 -0
- package/public/orm/models/database.js +98 -0
- package/public/orm/models/databaseProvisionModule.d.ts +56 -0
- package/public/orm/models/databaseProvisionModule.js +98 -0
- package/public/orm/models/defaultIdsModule.d.ts +56 -0
- package/public/orm/models/defaultIdsModule.js +98 -0
- package/public/orm/models/defaultPrivilege.d.ts +56 -0
- package/public/orm/models/defaultPrivilege.js +98 -0
- package/public/orm/models/denormalizedTableField.d.ts +56 -0
- package/public/orm/models/denormalizedTableField.js +98 -0
- package/public/orm/models/domain.d.ts +56 -0
- package/public/orm/models/domain.js +98 -0
- package/public/orm/models/email.d.ts +56 -0
- package/public/orm/models/email.js +98 -0
- package/public/orm/models/emailsModule.d.ts +56 -0
- package/public/orm/models/emailsModule.js +98 -0
- package/public/orm/models/encryptedSecretsModule.d.ts +56 -0
- package/public/orm/models/encryptedSecretsModule.js +98 -0
- package/public/orm/models/field.d.ts +56 -0
- package/public/orm/models/field.js +98 -0
- package/public/orm/models/fieldModule.d.ts +56 -0
- package/public/orm/models/fieldModule.js +98 -0
- package/public/orm/models/foreignKeyConstraint.d.ts +56 -0
- package/public/orm/models/foreignKeyConstraint.js +98 -0
- package/public/orm/models/fullTextSearch.d.ts +56 -0
- package/public/orm/models/fullTextSearch.js +98 -0
- package/public/orm/models/getAllRecord.d.ts +32 -0
- package/public/orm/models/getAllRecord.js +55 -0
- package/public/orm/models/hierarchyModule.d.ts +56 -0
- package/public/orm/models/hierarchyModule.js +98 -0
- package/public/orm/models/index.d.ts +109 -0
- package/public/orm/models/index.js +218 -0
- package/public/orm/models/indexModel.d.ts +56 -0
- package/public/orm/models/indexModel.js +98 -0
- package/public/orm/models/invite.d.ts +56 -0
- package/public/orm/models/invite.js +98 -0
- package/public/orm/models/invitesModule.d.ts +56 -0
- package/public/orm/models/invitesModule.js +98 -0
- package/public/orm/models/levelsModule.d.ts +56 -0
- package/public/orm/models/levelsModule.js +98 -0
- package/public/orm/models/limitsModule.d.ts +56 -0
- package/public/orm/models/limitsModule.js +98 -0
- package/public/orm/models/membershipType.d.ts +56 -0
- package/public/orm/models/membershipType.js +98 -0
- package/public/orm/models/membershipTypesModule.d.ts +56 -0
- package/public/orm/models/membershipTypesModule.js +98 -0
- package/public/orm/models/membershipsModule.d.ts +56 -0
- package/public/orm/models/membershipsModule.js +98 -0
- package/public/orm/models/nodeTypeRegistry.d.ts +56 -0
- package/public/orm/models/nodeTypeRegistry.js +98 -0
- package/public/orm/models/object.d.ts +56 -0
- package/public/orm/models/object.js +88 -0
- package/public/orm/models/orgAdminGrant.d.ts +56 -0
- package/public/orm/models/orgAdminGrant.js +98 -0
- package/public/orm/models/orgChartEdge.d.ts +56 -0
- package/public/orm/models/orgChartEdge.js +98 -0
- package/public/orm/models/orgChartEdgeGrant.d.ts +56 -0
- package/public/orm/models/orgChartEdgeGrant.js +98 -0
- package/public/orm/models/orgClaimedInvite.d.ts +56 -0
- package/public/orm/models/orgClaimedInvite.js +98 -0
- package/public/orm/models/orgGetManagersRecord.d.ts +32 -0
- package/public/orm/models/orgGetManagersRecord.js +55 -0
- package/public/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
- package/public/orm/models/orgGetSubordinatesRecord.js +55 -0
- package/public/orm/models/orgGrant.d.ts +56 -0
- package/public/orm/models/orgGrant.js +98 -0
- package/public/orm/models/orgInvite.d.ts +56 -0
- package/public/orm/models/orgInvite.js +98 -0
- package/public/orm/models/orgLimit.d.ts +56 -0
- package/public/orm/models/orgLimit.js +98 -0
- package/public/orm/models/orgLimitDefault.d.ts +56 -0
- package/public/orm/models/orgLimitDefault.js +98 -0
- package/public/orm/models/orgMember.d.ts +56 -0
- package/public/orm/models/orgMember.js +98 -0
- package/public/orm/models/orgMembership.d.ts +56 -0
- package/public/orm/models/orgMembership.js +98 -0
- package/public/orm/models/orgMembershipDefault.d.ts +56 -0
- package/public/orm/models/orgMembershipDefault.js +98 -0
- package/public/orm/models/orgOwnerGrant.d.ts +56 -0
- package/public/orm/models/orgOwnerGrant.js +98 -0
- package/public/orm/models/orgPermission.d.ts +56 -0
- package/public/orm/models/orgPermission.js +98 -0
- package/public/orm/models/orgPermissionDefault.d.ts +56 -0
- package/public/orm/models/orgPermissionDefault.js +98 -0
- package/public/orm/models/permissionsModule.d.ts +56 -0
- package/public/orm/models/permissionsModule.js +98 -0
- package/public/orm/models/phoneNumber.d.ts +56 -0
- package/public/orm/models/phoneNumber.js +98 -0
- package/public/orm/models/phoneNumbersModule.d.ts +56 -0
- package/public/orm/models/phoneNumbersModule.js +98 -0
- package/public/orm/models/policy.d.ts +56 -0
- package/public/orm/models/policy.js +98 -0
- package/public/orm/models/primaryKeyConstraint.d.ts +56 -0
- package/public/orm/models/primaryKeyConstraint.js +98 -0
- package/public/orm/models/profilesModule.d.ts +56 -0
- package/public/orm/models/profilesModule.js +98 -0
- package/public/orm/models/ref.d.ts +56 -0
- package/public/orm/models/ref.js +98 -0
- package/public/orm/models/relationProvision.d.ts +56 -0
- package/public/orm/models/relationProvision.js +98 -0
- package/public/orm/models/rlsModule.d.ts +56 -0
- package/public/orm/models/rlsModule.js +98 -0
- package/public/orm/models/roleType.d.ts +56 -0
- package/public/orm/models/roleType.js +98 -0
- package/public/orm/models/schema.d.ts +56 -0
- package/public/orm/models/schema.js +98 -0
- package/public/orm/models/schemaGrant.d.ts +56 -0
- package/public/orm/models/schemaGrant.js +98 -0
- package/public/orm/models/secretsModule.d.ts +56 -0
- package/public/orm/models/secretsModule.js +98 -0
- package/public/orm/models/secureTableProvision.d.ts +56 -0
- package/public/orm/models/secureTableProvision.js +98 -0
- package/public/orm/models/sessionsModule.d.ts +56 -0
- package/public/orm/models/sessionsModule.js +98 -0
- package/public/orm/models/site.d.ts +56 -0
- package/public/orm/models/site.js +98 -0
- package/public/orm/models/siteMetadatum.d.ts +56 -0
- package/public/orm/models/siteMetadatum.js +98 -0
- package/public/orm/models/siteModule.d.ts +56 -0
- package/public/orm/models/siteModule.js +98 -0
- package/public/orm/models/siteTheme.d.ts +56 -0
- package/public/orm/models/siteTheme.js +98 -0
- package/public/orm/models/sqlMigration.d.ts +38 -0
- package/public/orm/models/sqlMigration.js +76 -0
- package/public/orm/models/store.d.ts +56 -0
- package/public/orm/models/store.js +98 -0
- package/public/orm/models/table.d.ts +56 -0
- package/public/orm/models/table.js +98 -0
- package/public/orm/models/tableGrant.d.ts +56 -0
- package/public/orm/models/tableGrant.js +98 -0
- package/public/orm/models/tableModule.d.ts +56 -0
- package/public/orm/models/tableModule.js +98 -0
- package/public/orm/models/tableTemplateModule.d.ts +56 -0
- package/public/orm/models/tableTemplateModule.js +98 -0
- package/public/orm/models/trigger.d.ts +56 -0
- package/public/orm/models/trigger.js +98 -0
- package/public/orm/models/triggerFunction.d.ts +56 -0
- package/public/orm/models/triggerFunction.js +98 -0
- package/public/orm/models/uniqueConstraint.d.ts +56 -0
- package/public/orm/models/uniqueConstraint.js +98 -0
- package/public/orm/models/user.d.ts +56 -0
- package/public/orm/models/user.js +98 -0
- package/public/orm/models/userAuthModule.d.ts +56 -0
- package/public/orm/models/userAuthModule.js +98 -0
- package/public/orm/models/usersModule.d.ts +56 -0
- package/public/orm/models/usersModule.js +98 -0
- package/public/orm/models/uuidModule.d.ts +56 -0
- package/public/orm/models/uuidModule.js +98 -0
- package/public/orm/models/view.d.ts +56 -0
- package/public/orm/models/view.js +98 -0
- package/public/orm/models/viewGrant.d.ts +56 -0
- package/public/orm/models/viewGrant.js +98 -0
- package/public/orm/models/viewRule.d.ts +56 -0
- package/public/orm/models/viewRule.js +98 -0
- package/public/orm/models/viewTable.d.ts +56 -0
- package/public/orm/models/viewTable.js +98 -0
- package/public/orm/mutation/index.d.ts +278 -0
- package/public/orm/mutation/index.js +381 -0
- package/public/orm/node-fetch.d.ts +26 -0
- package/public/orm/node-fetch.js +129 -0
- package/public/orm/query/index.d.ts +209 -0
- package/public/orm/query/index.js +329 -0
- package/public/orm/query-builder.d.ts +89 -0
- package/public/orm/query-builder.js +611 -0
- package/public/orm/select-types.d.ts +101 -0
- package/public/orm/select-types.js +2 -0
- package/public/orm/types.d.ts +6 -0
- package/public/orm/types.js +23 -0
- package/utils/cli-utils.d.ts +44 -0
- package/utils/cli-utils.js +181 -0
- package/utils/display.d.ts +38 -0
- package/utils/display.js +80 -0
- package/utils/index.d.ts +3 -0
- package/utils/index.js +16 -0
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* TableModule model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { TableModuleWithRelations, TableModuleSelect, TableModuleFilter, TableModuleOrderBy, CreateTableModuleInput, TableModulePatch } from '../input-types';
|
|
10
|
+
export declare class TableModuleModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends TableModuleSelect>(args: FindManyArgs<S, TableModuleFilter, TableModuleOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, TableModuleSelect>): QueryBuilder<{
|
|
16
|
+
tableModules: ConnectionResult<InferSelectResult<TableModuleWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends TableModuleSelect>(args: FindFirstArgs<S, TableModuleFilter> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, TableModuleSelect>): QueryBuilder<{
|
|
21
|
+
tableModules: {
|
|
22
|
+
nodes: InferSelectResult<TableModuleWithRelations, S>[];
|
|
23
|
+
};
|
|
24
|
+
}>;
|
|
25
|
+
findOne<S extends TableModuleSelect>(args: {
|
|
26
|
+
id: string;
|
|
27
|
+
select: S;
|
|
28
|
+
} & StrictSelect<S, TableModuleSelect>): QueryBuilder<{
|
|
29
|
+
tableModule: InferSelectResult<TableModuleWithRelations, S> | null;
|
|
30
|
+
}>;
|
|
31
|
+
create<S extends TableModuleSelect>(args: CreateArgs<S, CreateTableModuleInput['tableModule']> & {
|
|
32
|
+
select: S;
|
|
33
|
+
} & StrictSelect<S, TableModuleSelect>): QueryBuilder<{
|
|
34
|
+
createTableModule: {
|
|
35
|
+
tableModule: InferSelectResult<TableModuleWithRelations, S>;
|
|
36
|
+
};
|
|
37
|
+
}>;
|
|
38
|
+
update<S extends TableModuleSelect>(args: UpdateArgs<S, {
|
|
39
|
+
id: string;
|
|
40
|
+
}, TableModulePatch> & {
|
|
41
|
+
select: S;
|
|
42
|
+
} & StrictSelect<S, TableModuleSelect>): QueryBuilder<{
|
|
43
|
+
updateTableModule: {
|
|
44
|
+
tableModule: InferSelectResult<TableModuleWithRelations, S>;
|
|
45
|
+
};
|
|
46
|
+
}>;
|
|
47
|
+
delete<S extends TableModuleSelect>(args: DeleteArgs<{
|
|
48
|
+
id: string;
|
|
49
|
+
}, S> & {
|
|
50
|
+
select: S;
|
|
51
|
+
} & StrictSelect<S, TableModuleSelect>): QueryBuilder<{
|
|
52
|
+
deleteTableModule: {
|
|
53
|
+
tableModule: InferSelectResult<TableModuleWithRelations, S>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument, } from '../query-builder';
|
|
2
|
+
import { connectionFieldsMap } from '../input-types';
|
|
3
|
+
export class TableModuleModel {
|
|
4
|
+
client;
|
|
5
|
+
constructor(client) {
|
|
6
|
+
this.client = client;
|
|
7
|
+
}
|
|
8
|
+
findMany(args) {
|
|
9
|
+
const { document, variables } = buildFindManyDocument('TableModule', 'tableModules', args.select, {
|
|
10
|
+
where: args?.where,
|
|
11
|
+
orderBy: args?.orderBy,
|
|
12
|
+
first: args?.first,
|
|
13
|
+
last: args?.last,
|
|
14
|
+
after: args?.after,
|
|
15
|
+
before: args?.before,
|
|
16
|
+
offset: args?.offset,
|
|
17
|
+
}, 'TableModuleFilter', 'TableModuleOrderBy', connectionFieldsMap);
|
|
18
|
+
return new QueryBuilder({
|
|
19
|
+
client: this.client,
|
|
20
|
+
operation: 'query',
|
|
21
|
+
operationName: 'TableModule',
|
|
22
|
+
fieldName: 'tableModules',
|
|
23
|
+
document,
|
|
24
|
+
variables,
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
findFirst(args) {
|
|
28
|
+
const { document, variables } = buildFindFirstDocument('TableModule', 'tableModules', args.select, {
|
|
29
|
+
where: args?.where,
|
|
30
|
+
}, 'TableModuleFilter', connectionFieldsMap);
|
|
31
|
+
return new QueryBuilder({
|
|
32
|
+
client: this.client,
|
|
33
|
+
operation: 'query',
|
|
34
|
+
operationName: 'TableModule',
|
|
35
|
+
fieldName: 'tableModules',
|
|
36
|
+
document,
|
|
37
|
+
variables,
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
findOne(args) {
|
|
41
|
+
const { document, variables } = buildFindManyDocument('TableModule', 'tableModules', args.select, {
|
|
42
|
+
where: {
|
|
43
|
+
id: {
|
|
44
|
+
equalTo: args.id,
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
first: 1,
|
|
48
|
+
}, 'TableModuleFilter', 'TableModuleOrderBy', connectionFieldsMap);
|
|
49
|
+
return new QueryBuilder({
|
|
50
|
+
client: this.client,
|
|
51
|
+
operation: 'query',
|
|
52
|
+
operationName: 'TableModule',
|
|
53
|
+
fieldName: 'tableModule',
|
|
54
|
+
document,
|
|
55
|
+
variables,
|
|
56
|
+
transform: (data) => ({
|
|
57
|
+
tableModule: data.tableModules?.nodes?.[0] ?? null,
|
|
58
|
+
}),
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
create(args) {
|
|
62
|
+
const { document, variables } = buildCreateDocument('TableModule', 'createTableModule', 'tableModule', args.select, args.data, 'CreateTableModuleInput', connectionFieldsMap);
|
|
63
|
+
return new QueryBuilder({
|
|
64
|
+
client: this.client,
|
|
65
|
+
operation: 'mutation',
|
|
66
|
+
operationName: 'TableModule',
|
|
67
|
+
fieldName: 'createTableModule',
|
|
68
|
+
document,
|
|
69
|
+
variables,
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
update(args) {
|
|
73
|
+
const { document, variables } = buildUpdateByPkDocument('TableModule', 'updateTableModule', 'tableModule', args.select, args.where.id, args.data, 'UpdateTableModuleInput', 'id', 'tableModulePatch', connectionFieldsMap);
|
|
74
|
+
return new QueryBuilder({
|
|
75
|
+
client: this.client,
|
|
76
|
+
operation: 'mutation',
|
|
77
|
+
operationName: 'TableModule',
|
|
78
|
+
fieldName: 'updateTableModule',
|
|
79
|
+
document,
|
|
80
|
+
variables,
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
delete(args) {
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('TableModule', 'deleteTableModule', 'tableModule', args.where.id, 'DeleteTableModuleInput', 'id', args.select, connectionFieldsMap);
|
|
85
|
+
return new QueryBuilder({
|
|
86
|
+
client: this.client,
|
|
87
|
+
operation: 'mutation',
|
|
88
|
+
operationName: 'TableModule',
|
|
89
|
+
fieldName: 'deleteTableModule',
|
|
90
|
+
document,
|
|
91
|
+
variables,
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* TableTemplateModule model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { TableTemplateModuleWithRelations, TableTemplateModuleSelect, TableTemplateModuleFilter, TableTemplateModuleOrderBy, CreateTableTemplateModuleInput, TableTemplateModulePatch } from '../input-types';
|
|
10
|
+
export declare class TableTemplateModuleModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends TableTemplateModuleSelect>(args: FindManyArgs<S, TableTemplateModuleFilter, TableTemplateModuleOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, TableTemplateModuleSelect>): QueryBuilder<{
|
|
16
|
+
tableTemplateModules: ConnectionResult<InferSelectResult<TableTemplateModuleWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends TableTemplateModuleSelect>(args: FindFirstArgs<S, TableTemplateModuleFilter> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, TableTemplateModuleSelect>): QueryBuilder<{
|
|
21
|
+
tableTemplateModules: {
|
|
22
|
+
nodes: InferSelectResult<TableTemplateModuleWithRelations, S>[];
|
|
23
|
+
};
|
|
24
|
+
}>;
|
|
25
|
+
findOne<S extends TableTemplateModuleSelect>(args: {
|
|
26
|
+
id: string;
|
|
27
|
+
select: S;
|
|
28
|
+
} & StrictSelect<S, TableTemplateModuleSelect>): QueryBuilder<{
|
|
29
|
+
tableTemplateModule: InferSelectResult<TableTemplateModuleWithRelations, S> | null;
|
|
30
|
+
}>;
|
|
31
|
+
create<S extends TableTemplateModuleSelect>(args: CreateArgs<S, CreateTableTemplateModuleInput['tableTemplateModule']> & {
|
|
32
|
+
select: S;
|
|
33
|
+
} & StrictSelect<S, TableTemplateModuleSelect>): QueryBuilder<{
|
|
34
|
+
createTableTemplateModule: {
|
|
35
|
+
tableTemplateModule: InferSelectResult<TableTemplateModuleWithRelations, S>;
|
|
36
|
+
};
|
|
37
|
+
}>;
|
|
38
|
+
update<S extends TableTemplateModuleSelect>(args: UpdateArgs<S, {
|
|
39
|
+
id: string;
|
|
40
|
+
}, TableTemplateModulePatch> & {
|
|
41
|
+
select: S;
|
|
42
|
+
} & StrictSelect<S, TableTemplateModuleSelect>): QueryBuilder<{
|
|
43
|
+
updateTableTemplateModule: {
|
|
44
|
+
tableTemplateModule: InferSelectResult<TableTemplateModuleWithRelations, S>;
|
|
45
|
+
};
|
|
46
|
+
}>;
|
|
47
|
+
delete<S extends TableTemplateModuleSelect>(args: DeleteArgs<{
|
|
48
|
+
id: string;
|
|
49
|
+
}, S> & {
|
|
50
|
+
select: S;
|
|
51
|
+
} & StrictSelect<S, TableTemplateModuleSelect>): QueryBuilder<{
|
|
52
|
+
deleteTableTemplateModule: {
|
|
53
|
+
tableTemplateModule: InferSelectResult<TableTemplateModuleWithRelations, S>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument, } from '../query-builder';
|
|
2
|
+
import { connectionFieldsMap } from '../input-types';
|
|
3
|
+
export class TableTemplateModuleModel {
|
|
4
|
+
client;
|
|
5
|
+
constructor(client) {
|
|
6
|
+
this.client = client;
|
|
7
|
+
}
|
|
8
|
+
findMany(args) {
|
|
9
|
+
const { document, variables } = buildFindManyDocument('TableTemplateModule', 'tableTemplateModules', args.select, {
|
|
10
|
+
where: args?.where,
|
|
11
|
+
orderBy: args?.orderBy,
|
|
12
|
+
first: args?.first,
|
|
13
|
+
last: args?.last,
|
|
14
|
+
after: args?.after,
|
|
15
|
+
before: args?.before,
|
|
16
|
+
offset: args?.offset,
|
|
17
|
+
}, 'TableTemplateModuleFilter', 'TableTemplateModuleOrderBy', connectionFieldsMap);
|
|
18
|
+
return new QueryBuilder({
|
|
19
|
+
client: this.client,
|
|
20
|
+
operation: 'query',
|
|
21
|
+
operationName: 'TableTemplateModule',
|
|
22
|
+
fieldName: 'tableTemplateModules',
|
|
23
|
+
document,
|
|
24
|
+
variables,
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
findFirst(args) {
|
|
28
|
+
const { document, variables } = buildFindFirstDocument('TableTemplateModule', 'tableTemplateModules', args.select, {
|
|
29
|
+
where: args?.where,
|
|
30
|
+
}, 'TableTemplateModuleFilter', connectionFieldsMap);
|
|
31
|
+
return new QueryBuilder({
|
|
32
|
+
client: this.client,
|
|
33
|
+
operation: 'query',
|
|
34
|
+
operationName: 'TableTemplateModule',
|
|
35
|
+
fieldName: 'tableTemplateModules',
|
|
36
|
+
document,
|
|
37
|
+
variables,
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
findOne(args) {
|
|
41
|
+
const { document, variables } = buildFindManyDocument('TableTemplateModule', 'tableTemplateModules', args.select, {
|
|
42
|
+
where: {
|
|
43
|
+
id: {
|
|
44
|
+
equalTo: args.id,
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
first: 1,
|
|
48
|
+
}, 'TableTemplateModuleFilter', 'TableTemplateModuleOrderBy', connectionFieldsMap);
|
|
49
|
+
return new QueryBuilder({
|
|
50
|
+
client: this.client,
|
|
51
|
+
operation: 'query',
|
|
52
|
+
operationName: 'TableTemplateModule',
|
|
53
|
+
fieldName: 'tableTemplateModule',
|
|
54
|
+
document,
|
|
55
|
+
variables,
|
|
56
|
+
transform: (data) => ({
|
|
57
|
+
tableTemplateModule: data.tableTemplateModules?.nodes?.[0] ?? null,
|
|
58
|
+
}),
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
create(args) {
|
|
62
|
+
const { document, variables } = buildCreateDocument('TableTemplateModule', 'createTableTemplateModule', 'tableTemplateModule', args.select, args.data, 'CreateTableTemplateModuleInput', connectionFieldsMap);
|
|
63
|
+
return new QueryBuilder({
|
|
64
|
+
client: this.client,
|
|
65
|
+
operation: 'mutation',
|
|
66
|
+
operationName: 'TableTemplateModule',
|
|
67
|
+
fieldName: 'createTableTemplateModule',
|
|
68
|
+
document,
|
|
69
|
+
variables,
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
update(args) {
|
|
73
|
+
const { document, variables } = buildUpdateByPkDocument('TableTemplateModule', 'updateTableTemplateModule', 'tableTemplateModule', args.select, args.where.id, args.data, 'UpdateTableTemplateModuleInput', 'id', 'tableTemplateModulePatch', connectionFieldsMap);
|
|
74
|
+
return new QueryBuilder({
|
|
75
|
+
client: this.client,
|
|
76
|
+
operation: 'mutation',
|
|
77
|
+
operationName: 'TableTemplateModule',
|
|
78
|
+
fieldName: 'updateTableTemplateModule',
|
|
79
|
+
document,
|
|
80
|
+
variables,
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
delete(args) {
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('TableTemplateModule', 'deleteTableTemplateModule', 'tableTemplateModule', args.where.id, 'DeleteTableTemplateModuleInput', 'id', args.select, connectionFieldsMap);
|
|
85
|
+
return new QueryBuilder({
|
|
86
|
+
client: this.client,
|
|
87
|
+
operation: 'mutation',
|
|
88
|
+
operationName: 'TableTemplateModule',
|
|
89
|
+
fieldName: 'deleteTableTemplateModule',
|
|
90
|
+
document,
|
|
91
|
+
variables,
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trigger model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { TriggerWithRelations, TriggerSelect, TriggerFilter, TriggerOrderBy, CreateTriggerInput, TriggerPatch } from '../input-types';
|
|
10
|
+
export declare class TriggerModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends TriggerSelect>(args: FindManyArgs<S, TriggerFilter, TriggerOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, TriggerSelect>): QueryBuilder<{
|
|
16
|
+
triggers: ConnectionResult<InferSelectResult<TriggerWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends TriggerSelect>(args: FindFirstArgs<S, TriggerFilter> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, TriggerSelect>): QueryBuilder<{
|
|
21
|
+
triggers: {
|
|
22
|
+
nodes: InferSelectResult<TriggerWithRelations, S>[];
|
|
23
|
+
};
|
|
24
|
+
}>;
|
|
25
|
+
findOne<S extends TriggerSelect>(args: {
|
|
26
|
+
id: string;
|
|
27
|
+
select: S;
|
|
28
|
+
} & StrictSelect<S, TriggerSelect>): QueryBuilder<{
|
|
29
|
+
trigger: InferSelectResult<TriggerWithRelations, S> | null;
|
|
30
|
+
}>;
|
|
31
|
+
create<S extends TriggerSelect>(args: CreateArgs<S, CreateTriggerInput['trigger']> & {
|
|
32
|
+
select: S;
|
|
33
|
+
} & StrictSelect<S, TriggerSelect>): QueryBuilder<{
|
|
34
|
+
createTrigger: {
|
|
35
|
+
trigger: InferSelectResult<TriggerWithRelations, S>;
|
|
36
|
+
};
|
|
37
|
+
}>;
|
|
38
|
+
update<S extends TriggerSelect>(args: UpdateArgs<S, {
|
|
39
|
+
id: string;
|
|
40
|
+
}, TriggerPatch> & {
|
|
41
|
+
select: S;
|
|
42
|
+
} & StrictSelect<S, TriggerSelect>): QueryBuilder<{
|
|
43
|
+
updateTrigger: {
|
|
44
|
+
trigger: InferSelectResult<TriggerWithRelations, S>;
|
|
45
|
+
};
|
|
46
|
+
}>;
|
|
47
|
+
delete<S extends TriggerSelect>(args: DeleteArgs<{
|
|
48
|
+
id: string;
|
|
49
|
+
}, S> & {
|
|
50
|
+
select: S;
|
|
51
|
+
} & StrictSelect<S, TriggerSelect>): QueryBuilder<{
|
|
52
|
+
deleteTrigger: {
|
|
53
|
+
trigger: InferSelectResult<TriggerWithRelations, S>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument, } from '../query-builder';
|
|
2
|
+
import { connectionFieldsMap } from '../input-types';
|
|
3
|
+
export class TriggerModel {
|
|
4
|
+
client;
|
|
5
|
+
constructor(client) {
|
|
6
|
+
this.client = client;
|
|
7
|
+
}
|
|
8
|
+
findMany(args) {
|
|
9
|
+
const { document, variables } = buildFindManyDocument('Trigger', 'triggers', args.select, {
|
|
10
|
+
where: args?.where,
|
|
11
|
+
orderBy: args?.orderBy,
|
|
12
|
+
first: args?.first,
|
|
13
|
+
last: args?.last,
|
|
14
|
+
after: args?.after,
|
|
15
|
+
before: args?.before,
|
|
16
|
+
offset: args?.offset,
|
|
17
|
+
}, 'TriggerFilter', 'TriggerOrderBy', connectionFieldsMap);
|
|
18
|
+
return new QueryBuilder({
|
|
19
|
+
client: this.client,
|
|
20
|
+
operation: 'query',
|
|
21
|
+
operationName: 'Trigger',
|
|
22
|
+
fieldName: 'triggers',
|
|
23
|
+
document,
|
|
24
|
+
variables,
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
findFirst(args) {
|
|
28
|
+
const { document, variables } = buildFindFirstDocument('Trigger', 'triggers', args.select, {
|
|
29
|
+
where: args?.where,
|
|
30
|
+
}, 'TriggerFilter', connectionFieldsMap);
|
|
31
|
+
return new QueryBuilder({
|
|
32
|
+
client: this.client,
|
|
33
|
+
operation: 'query',
|
|
34
|
+
operationName: 'Trigger',
|
|
35
|
+
fieldName: 'triggers',
|
|
36
|
+
document,
|
|
37
|
+
variables,
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
findOne(args) {
|
|
41
|
+
const { document, variables } = buildFindManyDocument('Trigger', 'triggers', args.select, {
|
|
42
|
+
where: {
|
|
43
|
+
id: {
|
|
44
|
+
equalTo: args.id,
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
first: 1,
|
|
48
|
+
}, 'TriggerFilter', 'TriggerOrderBy', connectionFieldsMap);
|
|
49
|
+
return new QueryBuilder({
|
|
50
|
+
client: this.client,
|
|
51
|
+
operation: 'query',
|
|
52
|
+
operationName: 'Trigger',
|
|
53
|
+
fieldName: 'trigger',
|
|
54
|
+
document,
|
|
55
|
+
variables,
|
|
56
|
+
transform: (data) => ({
|
|
57
|
+
trigger: data.triggers?.nodes?.[0] ?? null,
|
|
58
|
+
}),
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
create(args) {
|
|
62
|
+
const { document, variables } = buildCreateDocument('Trigger', 'createTrigger', 'trigger', args.select, args.data, 'CreateTriggerInput', connectionFieldsMap);
|
|
63
|
+
return new QueryBuilder({
|
|
64
|
+
client: this.client,
|
|
65
|
+
operation: 'mutation',
|
|
66
|
+
operationName: 'Trigger',
|
|
67
|
+
fieldName: 'createTrigger',
|
|
68
|
+
document,
|
|
69
|
+
variables,
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
update(args) {
|
|
73
|
+
const { document, variables } = buildUpdateByPkDocument('Trigger', 'updateTrigger', 'trigger', args.select, args.where.id, args.data, 'UpdateTriggerInput', 'id', 'triggerPatch', connectionFieldsMap);
|
|
74
|
+
return new QueryBuilder({
|
|
75
|
+
client: this.client,
|
|
76
|
+
operation: 'mutation',
|
|
77
|
+
operationName: 'Trigger',
|
|
78
|
+
fieldName: 'updateTrigger',
|
|
79
|
+
document,
|
|
80
|
+
variables,
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
delete(args) {
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('Trigger', 'deleteTrigger', 'trigger', args.where.id, 'DeleteTriggerInput', 'id', args.select, connectionFieldsMap);
|
|
85
|
+
return new QueryBuilder({
|
|
86
|
+
client: this.client,
|
|
87
|
+
operation: 'mutation',
|
|
88
|
+
operationName: 'Trigger',
|
|
89
|
+
fieldName: 'deleteTrigger',
|
|
90
|
+
document,
|
|
91
|
+
variables,
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* TriggerFunction model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { TriggerFunctionWithRelations, TriggerFunctionSelect, TriggerFunctionFilter, TriggerFunctionOrderBy, CreateTriggerFunctionInput, TriggerFunctionPatch } from '../input-types';
|
|
10
|
+
export declare class TriggerFunctionModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends TriggerFunctionSelect>(args: FindManyArgs<S, TriggerFunctionFilter, TriggerFunctionOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, TriggerFunctionSelect>): QueryBuilder<{
|
|
16
|
+
triggerFunctions: ConnectionResult<InferSelectResult<TriggerFunctionWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends TriggerFunctionSelect>(args: FindFirstArgs<S, TriggerFunctionFilter> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, TriggerFunctionSelect>): QueryBuilder<{
|
|
21
|
+
triggerFunctions: {
|
|
22
|
+
nodes: InferSelectResult<TriggerFunctionWithRelations, S>[];
|
|
23
|
+
};
|
|
24
|
+
}>;
|
|
25
|
+
findOne<S extends TriggerFunctionSelect>(args: {
|
|
26
|
+
id: string;
|
|
27
|
+
select: S;
|
|
28
|
+
} & StrictSelect<S, TriggerFunctionSelect>): QueryBuilder<{
|
|
29
|
+
triggerFunction: InferSelectResult<TriggerFunctionWithRelations, S> | null;
|
|
30
|
+
}>;
|
|
31
|
+
create<S extends TriggerFunctionSelect>(args: CreateArgs<S, CreateTriggerFunctionInput['triggerFunction']> & {
|
|
32
|
+
select: S;
|
|
33
|
+
} & StrictSelect<S, TriggerFunctionSelect>): QueryBuilder<{
|
|
34
|
+
createTriggerFunction: {
|
|
35
|
+
triggerFunction: InferSelectResult<TriggerFunctionWithRelations, S>;
|
|
36
|
+
};
|
|
37
|
+
}>;
|
|
38
|
+
update<S extends TriggerFunctionSelect>(args: UpdateArgs<S, {
|
|
39
|
+
id: string;
|
|
40
|
+
}, TriggerFunctionPatch> & {
|
|
41
|
+
select: S;
|
|
42
|
+
} & StrictSelect<S, TriggerFunctionSelect>): QueryBuilder<{
|
|
43
|
+
updateTriggerFunction: {
|
|
44
|
+
triggerFunction: InferSelectResult<TriggerFunctionWithRelations, S>;
|
|
45
|
+
};
|
|
46
|
+
}>;
|
|
47
|
+
delete<S extends TriggerFunctionSelect>(args: DeleteArgs<{
|
|
48
|
+
id: string;
|
|
49
|
+
}, S> & {
|
|
50
|
+
select: S;
|
|
51
|
+
} & StrictSelect<S, TriggerFunctionSelect>): QueryBuilder<{
|
|
52
|
+
deleteTriggerFunction: {
|
|
53
|
+
triggerFunction: InferSelectResult<TriggerFunctionWithRelations, S>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument, } from '../query-builder';
|
|
2
|
+
import { connectionFieldsMap } from '../input-types';
|
|
3
|
+
export class TriggerFunctionModel {
|
|
4
|
+
client;
|
|
5
|
+
constructor(client) {
|
|
6
|
+
this.client = client;
|
|
7
|
+
}
|
|
8
|
+
findMany(args) {
|
|
9
|
+
const { document, variables } = buildFindManyDocument('TriggerFunction', 'triggerFunctions', args.select, {
|
|
10
|
+
where: args?.where,
|
|
11
|
+
orderBy: args?.orderBy,
|
|
12
|
+
first: args?.first,
|
|
13
|
+
last: args?.last,
|
|
14
|
+
after: args?.after,
|
|
15
|
+
before: args?.before,
|
|
16
|
+
offset: args?.offset,
|
|
17
|
+
}, 'TriggerFunctionFilter', 'TriggerFunctionOrderBy', connectionFieldsMap);
|
|
18
|
+
return new QueryBuilder({
|
|
19
|
+
client: this.client,
|
|
20
|
+
operation: 'query',
|
|
21
|
+
operationName: 'TriggerFunction',
|
|
22
|
+
fieldName: 'triggerFunctions',
|
|
23
|
+
document,
|
|
24
|
+
variables,
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
findFirst(args) {
|
|
28
|
+
const { document, variables } = buildFindFirstDocument('TriggerFunction', 'triggerFunctions', args.select, {
|
|
29
|
+
where: args?.where,
|
|
30
|
+
}, 'TriggerFunctionFilter', connectionFieldsMap);
|
|
31
|
+
return new QueryBuilder({
|
|
32
|
+
client: this.client,
|
|
33
|
+
operation: 'query',
|
|
34
|
+
operationName: 'TriggerFunction',
|
|
35
|
+
fieldName: 'triggerFunctions',
|
|
36
|
+
document,
|
|
37
|
+
variables,
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
findOne(args) {
|
|
41
|
+
const { document, variables } = buildFindManyDocument('TriggerFunction', 'triggerFunctions', args.select, {
|
|
42
|
+
where: {
|
|
43
|
+
id: {
|
|
44
|
+
equalTo: args.id,
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
first: 1,
|
|
48
|
+
}, 'TriggerFunctionFilter', 'TriggerFunctionOrderBy', connectionFieldsMap);
|
|
49
|
+
return new QueryBuilder({
|
|
50
|
+
client: this.client,
|
|
51
|
+
operation: 'query',
|
|
52
|
+
operationName: 'TriggerFunction',
|
|
53
|
+
fieldName: 'triggerFunction',
|
|
54
|
+
document,
|
|
55
|
+
variables,
|
|
56
|
+
transform: (data) => ({
|
|
57
|
+
triggerFunction: data.triggerFunctions?.nodes?.[0] ?? null,
|
|
58
|
+
}),
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
create(args) {
|
|
62
|
+
const { document, variables } = buildCreateDocument('TriggerFunction', 'createTriggerFunction', 'triggerFunction', args.select, args.data, 'CreateTriggerFunctionInput', connectionFieldsMap);
|
|
63
|
+
return new QueryBuilder({
|
|
64
|
+
client: this.client,
|
|
65
|
+
operation: 'mutation',
|
|
66
|
+
operationName: 'TriggerFunction',
|
|
67
|
+
fieldName: 'createTriggerFunction',
|
|
68
|
+
document,
|
|
69
|
+
variables,
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
update(args) {
|
|
73
|
+
const { document, variables } = buildUpdateByPkDocument('TriggerFunction', 'updateTriggerFunction', 'triggerFunction', args.select, args.where.id, args.data, 'UpdateTriggerFunctionInput', 'id', 'triggerFunctionPatch', connectionFieldsMap);
|
|
74
|
+
return new QueryBuilder({
|
|
75
|
+
client: this.client,
|
|
76
|
+
operation: 'mutation',
|
|
77
|
+
operationName: 'TriggerFunction',
|
|
78
|
+
fieldName: 'updateTriggerFunction',
|
|
79
|
+
document,
|
|
80
|
+
variables,
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
delete(args) {
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('TriggerFunction', 'deleteTriggerFunction', 'triggerFunction', args.where.id, 'DeleteTriggerFunctionInput', 'id', args.select, connectionFieldsMap);
|
|
85
|
+
return new QueryBuilder({
|
|
86
|
+
client: this.client,
|
|
87
|
+
operation: 'mutation',
|
|
88
|
+
operationName: 'TriggerFunction',
|
|
89
|
+
fieldName: 'deleteTriggerFunction',
|
|
90
|
+
document,
|
|
91
|
+
variables,
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UniqueConstraint model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { UniqueConstraintWithRelations, UniqueConstraintSelect, UniqueConstraintFilter, UniqueConstraintOrderBy, CreateUniqueConstraintInput, UniqueConstraintPatch } from '../input-types';
|
|
10
|
+
export declare class UniqueConstraintModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends UniqueConstraintSelect>(args: FindManyArgs<S, UniqueConstraintFilter, UniqueConstraintOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, UniqueConstraintSelect>): QueryBuilder<{
|
|
16
|
+
uniqueConstraints: ConnectionResult<InferSelectResult<UniqueConstraintWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends UniqueConstraintSelect>(args: FindFirstArgs<S, UniqueConstraintFilter> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, UniqueConstraintSelect>): QueryBuilder<{
|
|
21
|
+
uniqueConstraints: {
|
|
22
|
+
nodes: InferSelectResult<UniqueConstraintWithRelations, S>[];
|
|
23
|
+
};
|
|
24
|
+
}>;
|
|
25
|
+
findOne<S extends UniqueConstraintSelect>(args: {
|
|
26
|
+
id: string;
|
|
27
|
+
select: S;
|
|
28
|
+
} & StrictSelect<S, UniqueConstraintSelect>): QueryBuilder<{
|
|
29
|
+
uniqueConstraint: InferSelectResult<UniqueConstraintWithRelations, S> | null;
|
|
30
|
+
}>;
|
|
31
|
+
create<S extends UniqueConstraintSelect>(args: CreateArgs<S, CreateUniqueConstraintInput['uniqueConstraint']> & {
|
|
32
|
+
select: S;
|
|
33
|
+
} & StrictSelect<S, UniqueConstraintSelect>): QueryBuilder<{
|
|
34
|
+
createUniqueConstraint: {
|
|
35
|
+
uniqueConstraint: InferSelectResult<UniqueConstraintWithRelations, S>;
|
|
36
|
+
};
|
|
37
|
+
}>;
|
|
38
|
+
update<S extends UniqueConstraintSelect>(args: UpdateArgs<S, {
|
|
39
|
+
id: string;
|
|
40
|
+
}, UniqueConstraintPatch> & {
|
|
41
|
+
select: S;
|
|
42
|
+
} & StrictSelect<S, UniqueConstraintSelect>): QueryBuilder<{
|
|
43
|
+
updateUniqueConstraint: {
|
|
44
|
+
uniqueConstraint: InferSelectResult<UniqueConstraintWithRelations, S>;
|
|
45
|
+
};
|
|
46
|
+
}>;
|
|
47
|
+
delete<S extends UniqueConstraintSelect>(args: DeleteArgs<{
|
|
48
|
+
id: string;
|
|
49
|
+
}, S> & {
|
|
50
|
+
select: S;
|
|
51
|
+
} & StrictSelect<S, UniqueConstraintSelect>): QueryBuilder<{
|
|
52
|
+
deleteUniqueConstraint: {
|
|
53
|
+
uniqueConstraint: InferSelectResult<UniqueConstraintWithRelations, S>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
}
|