@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
|
+
* Commit 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 { CommitWithRelations, CommitSelect, CommitFilter, CommitOrderBy, CreateCommitInput, CommitPatch } from '../input-types';
|
|
10
|
+
export declare class CommitModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends CommitSelect>(args: FindManyArgs<S, CommitFilter, CommitOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, CommitSelect>): QueryBuilder<{
|
|
16
|
+
commits: ConnectionResult<InferSelectResult<CommitWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends CommitSelect>(args: FindFirstArgs<S, CommitFilter> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, CommitSelect>): QueryBuilder<{
|
|
21
|
+
commits: {
|
|
22
|
+
nodes: InferSelectResult<CommitWithRelations, S>[];
|
|
23
|
+
};
|
|
24
|
+
}>;
|
|
25
|
+
findOne<S extends CommitSelect>(args: {
|
|
26
|
+
id: string;
|
|
27
|
+
select: S;
|
|
28
|
+
} & StrictSelect<S, CommitSelect>): QueryBuilder<{
|
|
29
|
+
commit: InferSelectResult<CommitWithRelations, S> | null;
|
|
30
|
+
}>;
|
|
31
|
+
create<S extends CommitSelect>(args: CreateArgs<S, CreateCommitInput['commit']> & {
|
|
32
|
+
select: S;
|
|
33
|
+
} & StrictSelect<S, CommitSelect>): QueryBuilder<{
|
|
34
|
+
createCommit: {
|
|
35
|
+
commit: InferSelectResult<CommitWithRelations, S>;
|
|
36
|
+
};
|
|
37
|
+
}>;
|
|
38
|
+
update<S extends CommitSelect>(args: UpdateArgs<S, {
|
|
39
|
+
id: string;
|
|
40
|
+
}, CommitPatch> & {
|
|
41
|
+
select: S;
|
|
42
|
+
} & StrictSelect<S, CommitSelect>): QueryBuilder<{
|
|
43
|
+
updateCommit: {
|
|
44
|
+
commit: InferSelectResult<CommitWithRelations, S>;
|
|
45
|
+
};
|
|
46
|
+
}>;
|
|
47
|
+
delete<S extends CommitSelect>(args: DeleteArgs<{
|
|
48
|
+
id: string;
|
|
49
|
+
}, S> & {
|
|
50
|
+
select: S;
|
|
51
|
+
} & StrictSelect<S, CommitSelect>): QueryBuilder<{
|
|
52
|
+
deleteCommit: {
|
|
53
|
+
commit: InferSelectResult<CommitWithRelations, S>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CommitModel = void 0;
|
|
4
|
+
const query_builder_1 = require("../query-builder");
|
|
5
|
+
const input_types_1 = require("../input-types");
|
|
6
|
+
class CommitModel {
|
|
7
|
+
client;
|
|
8
|
+
constructor(client) {
|
|
9
|
+
this.client = client;
|
|
10
|
+
}
|
|
11
|
+
findMany(args) {
|
|
12
|
+
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('Commit', 'commits', args.select, {
|
|
13
|
+
where: args?.where,
|
|
14
|
+
orderBy: args?.orderBy,
|
|
15
|
+
first: args?.first,
|
|
16
|
+
last: args?.last,
|
|
17
|
+
after: args?.after,
|
|
18
|
+
before: args?.before,
|
|
19
|
+
offset: args?.offset,
|
|
20
|
+
}, 'CommitFilter', 'CommitOrderBy', input_types_1.connectionFieldsMap);
|
|
21
|
+
return new query_builder_1.QueryBuilder({
|
|
22
|
+
client: this.client,
|
|
23
|
+
operation: 'query',
|
|
24
|
+
operationName: 'Commit',
|
|
25
|
+
fieldName: 'commits',
|
|
26
|
+
document,
|
|
27
|
+
variables,
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
findFirst(args) {
|
|
31
|
+
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('Commit', 'commits', args.select, {
|
|
32
|
+
where: args?.where,
|
|
33
|
+
}, 'CommitFilter', input_types_1.connectionFieldsMap);
|
|
34
|
+
return new query_builder_1.QueryBuilder({
|
|
35
|
+
client: this.client,
|
|
36
|
+
operation: 'query',
|
|
37
|
+
operationName: 'Commit',
|
|
38
|
+
fieldName: 'commits',
|
|
39
|
+
document,
|
|
40
|
+
variables,
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
findOne(args) {
|
|
44
|
+
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('Commit', 'commits', args.select, {
|
|
45
|
+
where: {
|
|
46
|
+
id: {
|
|
47
|
+
equalTo: args.id,
|
|
48
|
+
},
|
|
49
|
+
},
|
|
50
|
+
first: 1,
|
|
51
|
+
}, 'CommitFilter', 'CommitOrderBy', input_types_1.connectionFieldsMap);
|
|
52
|
+
return new query_builder_1.QueryBuilder({
|
|
53
|
+
client: this.client,
|
|
54
|
+
operation: 'query',
|
|
55
|
+
operationName: 'Commit',
|
|
56
|
+
fieldName: 'commit',
|
|
57
|
+
document,
|
|
58
|
+
variables,
|
|
59
|
+
transform: (data) => ({
|
|
60
|
+
commit: data.commits?.nodes?.[0] ?? null,
|
|
61
|
+
}),
|
|
62
|
+
});
|
|
63
|
+
}
|
|
64
|
+
create(args) {
|
|
65
|
+
const { document, variables } = (0, query_builder_1.buildCreateDocument)('Commit', 'createCommit', 'commit', args.select, args.data, 'CreateCommitInput', input_types_1.connectionFieldsMap);
|
|
66
|
+
return new query_builder_1.QueryBuilder({
|
|
67
|
+
client: this.client,
|
|
68
|
+
operation: 'mutation',
|
|
69
|
+
operationName: 'Commit',
|
|
70
|
+
fieldName: 'createCommit',
|
|
71
|
+
document,
|
|
72
|
+
variables,
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
update(args) {
|
|
76
|
+
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Commit', 'updateCommit', 'commit', args.select, args.where.id, args.data, 'UpdateCommitInput', 'id', 'commitPatch', input_types_1.connectionFieldsMap);
|
|
77
|
+
return new query_builder_1.QueryBuilder({
|
|
78
|
+
client: this.client,
|
|
79
|
+
operation: 'mutation',
|
|
80
|
+
operationName: 'Commit',
|
|
81
|
+
fieldName: 'updateCommit',
|
|
82
|
+
document,
|
|
83
|
+
variables,
|
|
84
|
+
});
|
|
85
|
+
}
|
|
86
|
+
delete(args) {
|
|
87
|
+
const { document, variables } = (0, query_builder_1.buildDeleteByPkDocument)('Commit', 'deleteCommit', 'commit', args.where.id, 'DeleteCommitInput', 'id', args.select, input_types_1.connectionFieldsMap);
|
|
88
|
+
return new query_builder_1.QueryBuilder({
|
|
89
|
+
client: this.client,
|
|
90
|
+
operation: 'mutation',
|
|
91
|
+
operationName: 'Commit',
|
|
92
|
+
fieldName: 'deleteCommit',
|
|
93
|
+
document,
|
|
94
|
+
variables,
|
|
95
|
+
});
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
exports.CommitModel = CommitModel;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GetAllRecord 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, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { GetAllRecordWithRelations, GetAllRecordSelect, GetAllRecordFilter, GetAllRecordsOrderBy, CreateGetAllRecordInput } from '../input-types';
|
|
10
|
+
export declare class GetAllRecordModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends GetAllRecordSelect>(args: FindManyArgs<S, GetAllRecordFilter, GetAllRecordsOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, GetAllRecordSelect>): QueryBuilder<{
|
|
16
|
+
getAll: ConnectionResult<InferSelectResult<GetAllRecordWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends GetAllRecordSelect>(args: FindFirstArgs<S, GetAllRecordFilter> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, GetAllRecordSelect>): QueryBuilder<{
|
|
21
|
+
getAll: {
|
|
22
|
+
nodes: InferSelectResult<GetAllRecordWithRelations, S>[];
|
|
23
|
+
};
|
|
24
|
+
}>;
|
|
25
|
+
create<S extends GetAllRecordSelect>(args: CreateArgs<S, CreateGetAllRecordInput['getAllRecord']> & {
|
|
26
|
+
select: S;
|
|
27
|
+
} & StrictSelect<S, GetAllRecordSelect>): QueryBuilder<{
|
|
28
|
+
createGetAllRecord: {
|
|
29
|
+
getAllRecord: InferSelectResult<GetAllRecordWithRelations, S>;
|
|
30
|
+
};
|
|
31
|
+
}>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetAllRecordModel = void 0;
|
|
4
|
+
const query_builder_1 = require("../query-builder");
|
|
5
|
+
const input_types_1 = require("../input-types");
|
|
6
|
+
class GetAllRecordModel {
|
|
7
|
+
client;
|
|
8
|
+
constructor(client) {
|
|
9
|
+
this.client = client;
|
|
10
|
+
}
|
|
11
|
+
findMany(args) {
|
|
12
|
+
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('GetAllRecord', 'getAll', args.select, {
|
|
13
|
+
where: args?.where,
|
|
14
|
+
orderBy: args?.orderBy,
|
|
15
|
+
first: args?.first,
|
|
16
|
+
last: args?.last,
|
|
17
|
+
after: args?.after,
|
|
18
|
+
before: args?.before,
|
|
19
|
+
offset: args?.offset,
|
|
20
|
+
}, 'GetAllRecordFilter', 'GetAllRecordsOrderBy', input_types_1.connectionFieldsMap);
|
|
21
|
+
return new query_builder_1.QueryBuilder({
|
|
22
|
+
client: this.client,
|
|
23
|
+
operation: 'query',
|
|
24
|
+
operationName: 'GetAllRecord',
|
|
25
|
+
fieldName: 'getAll',
|
|
26
|
+
document,
|
|
27
|
+
variables,
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
findFirst(args) {
|
|
31
|
+
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('GetAllRecord', 'getAll', args.select, {
|
|
32
|
+
where: args?.where,
|
|
33
|
+
}, 'GetAllRecordFilter', input_types_1.connectionFieldsMap);
|
|
34
|
+
return new query_builder_1.QueryBuilder({
|
|
35
|
+
client: this.client,
|
|
36
|
+
operation: 'query',
|
|
37
|
+
operationName: 'GetAllRecord',
|
|
38
|
+
fieldName: 'getAll',
|
|
39
|
+
document,
|
|
40
|
+
variables,
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
create(args) {
|
|
44
|
+
const { document, variables } = (0, query_builder_1.buildCreateDocument)('GetAllRecord', 'createGetAllRecord', 'getAllRecord', args.select, args.data, 'CreateGetAllRecordInput', input_types_1.connectionFieldsMap);
|
|
45
|
+
return new query_builder_1.QueryBuilder({
|
|
46
|
+
client: this.client,
|
|
47
|
+
operation: 'mutation',
|
|
48
|
+
operationName: 'GetAllRecord',
|
|
49
|
+
fieldName: 'createGetAllRecord',
|
|
50
|
+
document,
|
|
51
|
+
variables,
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
exports.GetAllRecordModel = GetAllRecordModel;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Models barrel export
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
export { GetAllRecordModel } from './getAllRecord';
|
|
7
|
+
export { ObjectModel } from './object';
|
|
8
|
+
export { RefModel } from './ref';
|
|
9
|
+
export { StoreModel } from './store';
|
|
10
|
+
export { CommitModel } from './commit';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CommitModel = exports.StoreModel = exports.RefModel = exports.ObjectModel = exports.GetAllRecordModel = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Models barrel export
|
|
6
|
+
* @generated by @constructive-io/graphql-codegen
|
|
7
|
+
* DO NOT EDIT - changes will be overwritten
|
|
8
|
+
*/
|
|
9
|
+
var getAllRecord_1 = require("./getAllRecord");
|
|
10
|
+
Object.defineProperty(exports, "GetAllRecordModel", { enumerable: true, get: function () { return getAllRecord_1.GetAllRecordModel; } });
|
|
11
|
+
var object_1 = require("./object");
|
|
12
|
+
Object.defineProperty(exports, "ObjectModel", { enumerable: true, get: function () { return object_1.ObjectModel; } });
|
|
13
|
+
var ref_1 = require("./ref");
|
|
14
|
+
Object.defineProperty(exports, "RefModel", { enumerable: true, get: function () { return ref_1.RefModel; } });
|
|
15
|
+
var store_1 = require("./store");
|
|
16
|
+
Object.defineProperty(exports, "StoreModel", { enumerable: true, get: function () { return store_1.StoreModel; } });
|
|
17
|
+
var commit_1 = require("./commit");
|
|
18
|
+
Object.defineProperty(exports, "CommitModel", { enumerable: true, get: function () { return commit_1.CommitModel; } });
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Object 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 { ObjectWithRelations, ObjectSelect, ObjectFilter, ObjectOrderBy, CreateObjectInput, ObjectPatch } from '../input-types';
|
|
10
|
+
export declare class ObjectModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends ObjectSelect>(args: FindManyArgs<S, ObjectFilter, ObjectOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, ObjectSelect>): QueryBuilder<{
|
|
16
|
+
objects: ConnectionResult<InferSelectResult<ObjectWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends ObjectSelect>(args: FindFirstArgs<S, ObjectFilter> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, ObjectSelect>): QueryBuilder<{
|
|
21
|
+
objects: {
|
|
22
|
+
nodes: InferSelectResult<ObjectWithRelations, S>[];
|
|
23
|
+
};
|
|
24
|
+
}>;
|
|
25
|
+
findOne<S extends ObjectSelect>(args: {
|
|
26
|
+
id: string;
|
|
27
|
+
select: S;
|
|
28
|
+
} & StrictSelect<S, ObjectSelect>): QueryBuilder<{
|
|
29
|
+
getNodeAtPath: InferSelectResult<ObjectWithRelations, S> | null;
|
|
30
|
+
}>;
|
|
31
|
+
create<S extends ObjectSelect>(args: CreateArgs<S, CreateObjectInput['object']> & {
|
|
32
|
+
select: S;
|
|
33
|
+
} & StrictSelect<S, ObjectSelect>): QueryBuilder<{
|
|
34
|
+
createObject: {
|
|
35
|
+
object: InferSelectResult<ObjectWithRelations, S>;
|
|
36
|
+
};
|
|
37
|
+
}>;
|
|
38
|
+
update<S extends ObjectSelect>(args: UpdateArgs<S, {
|
|
39
|
+
id: string;
|
|
40
|
+
}, ObjectPatch> & {
|
|
41
|
+
select: S;
|
|
42
|
+
} & StrictSelect<S, ObjectSelect>): QueryBuilder<{
|
|
43
|
+
updateObject: {
|
|
44
|
+
object: InferSelectResult<ObjectWithRelations, S>;
|
|
45
|
+
};
|
|
46
|
+
}>;
|
|
47
|
+
delete<S extends ObjectSelect>(args: DeleteArgs<{
|
|
48
|
+
id: string;
|
|
49
|
+
}, S> & {
|
|
50
|
+
select: S;
|
|
51
|
+
} & StrictSelect<S, ObjectSelect>): QueryBuilder<{
|
|
52
|
+
deleteObject: {
|
|
53
|
+
object: InferSelectResult<ObjectWithRelations, S>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ObjectModel = void 0;
|
|
4
|
+
const query_builder_1 = require("../query-builder");
|
|
5
|
+
const input_types_1 = require("../input-types");
|
|
6
|
+
class ObjectModel {
|
|
7
|
+
client;
|
|
8
|
+
constructor(client) {
|
|
9
|
+
this.client = client;
|
|
10
|
+
}
|
|
11
|
+
findMany(args) {
|
|
12
|
+
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('Object', 'objects', args.select, {
|
|
13
|
+
where: args?.where,
|
|
14
|
+
orderBy: args?.orderBy,
|
|
15
|
+
first: args?.first,
|
|
16
|
+
last: args?.last,
|
|
17
|
+
after: args?.after,
|
|
18
|
+
before: args?.before,
|
|
19
|
+
offset: args?.offset,
|
|
20
|
+
}, 'ObjectFilter', 'ObjectOrderBy', input_types_1.connectionFieldsMap);
|
|
21
|
+
return new query_builder_1.QueryBuilder({
|
|
22
|
+
client: this.client,
|
|
23
|
+
operation: 'query',
|
|
24
|
+
operationName: 'Object',
|
|
25
|
+
fieldName: 'objects',
|
|
26
|
+
document,
|
|
27
|
+
variables,
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
findFirst(args) {
|
|
31
|
+
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('Object', 'objects', args.select, {
|
|
32
|
+
where: args?.where,
|
|
33
|
+
}, 'ObjectFilter', input_types_1.connectionFieldsMap);
|
|
34
|
+
return new query_builder_1.QueryBuilder({
|
|
35
|
+
client: this.client,
|
|
36
|
+
operation: 'query',
|
|
37
|
+
operationName: 'Object',
|
|
38
|
+
fieldName: 'objects',
|
|
39
|
+
document,
|
|
40
|
+
variables,
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
findOne(args) {
|
|
44
|
+
const { document, variables } = (0, query_builder_1.buildFindOneDocument)('Object', 'getNodeAtPath', args.id, args.select, 'id', 'UUID!', input_types_1.connectionFieldsMap);
|
|
45
|
+
return new query_builder_1.QueryBuilder({
|
|
46
|
+
client: this.client,
|
|
47
|
+
operation: 'query',
|
|
48
|
+
operationName: 'Object',
|
|
49
|
+
fieldName: 'getNodeAtPath',
|
|
50
|
+
document,
|
|
51
|
+
variables,
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
create(args) {
|
|
55
|
+
const { document, variables } = (0, query_builder_1.buildCreateDocument)('Object', 'createObject', 'object', args.select, args.data, 'CreateObjectInput', input_types_1.connectionFieldsMap);
|
|
56
|
+
return new query_builder_1.QueryBuilder({
|
|
57
|
+
client: this.client,
|
|
58
|
+
operation: 'mutation',
|
|
59
|
+
operationName: 'Object',
|
|
60
|
+
fieldName: 'createObject',
|
|
61
|
+
document,
|
|
62
|
+
variables,
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
update(args) {
|
|
66
|
+
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Object', 'updateObject', 'object', args.select, args.where.id, args.data, 'UpdateObjectInput', 'id', 'objectPatch', input_types_1.connectionFieldsMap);
|
|
67
|
+
return new query_builder_1.QueryBuilder({
|
|
68
|
+
client: this.client,
|
|
69
|
+
operation: 'mutation',
|
|
70
|
+
operationName: 'Object',
|
|
71
|
+
fieldName: 'updateObject',
|
|
72
|
+
document,
|
|
73
|
+
variables,
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
delete(args) {
|
|
77
|
+
const { document, variables } = (0, query_builder_1.buildDeleteByPkDocument)('Object', 'deleteObject', 'object', args.where.id, 'DeleteObjectInput', 'id', args.select, input_types_1.connectionFieldsMap);
|
|
78
|
+
return new query_builder_1.QueryBuilder({
|
|
79
|
+
client: this.client,
|
|
80
|
+
operation: 'mutation',
|
|
81
|
+
operationName: 'Object',
|
|
82
|
+
fieldName: 'deleteObject',
|
|
83
|
+
document,
|
|
84
|
+
variables,
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
exports.ObjectModel = ObjectModel;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Ref 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 { RefWithRelations, RefSelect, RefFilter, RefOrderBy, CreateRefInput, RefPatch } from '../input-types';
|
|
10
|
+
export declare class RefModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends RefSelect>(args: FindManyArgs<S, RefFilter, RefOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, RefSelect>): QueryBuilder<{
|
|
16
|
+
refs: ConnectionResult<InferSelectResult<RefWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends RefSelect>(args: FindFirstArgs<S, RefFilter> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, RefSelect>): QueryBuilder<{
|
|
21
|
+
refs: {
|
|
22
|
+
nodes: InferSelectResult<RefWithRelations, S>[];
|
|
23
|
+
};
|
|
24
|
+
}>;
|
|
25
|
+
findOne<S extends RefSelect>(args: {
|
|
26
|
+
id: string;
|
|
27
|
+
select: S;
|
|
28
|
+
} & StrictSelect<S, RefSelect>): QueryBuilder<{
|
|
29
|
+
ref: InferSelectResult<RefWithRelations, S> | null;
|
|
30
|
+
}>;
|
|
31
|
+
create<S extends RefSelect>(args: CreateArgs<S, CreateRefInput['ref']> & {
|
|
32
|
+
select: S;
|
|
33
|
+
} & StrictSelect<S, RefSelect>): QueryBuilder<{
|
|
34
|
+
createRef: {
|
|
35
|
+
ref: InferSelectResult<RefWithRelations, S>;
|
|
36
|
+
};
|
|
37
|
+
}>;
|
|
38
|
+
update<S extends RefSelect>(args: UpdateArgs<S, {
|
|
39
|
+
id: string;
|
|
40
|
+
}, RefPatch> & {
|
|
41
|
+
select: S;
|
|
42
|
+
} & StrictSelect<S, RefSelect>): QueryBuilder<{
|
|
43
|
+
updateRef: {
|
|
44
|
+
ref: InferSelectResult<RefWithRelations, S>;
|
|
45
|
+
};
|
|
46
|
+
}>;
|
|
47
|
+
delete<S extends RefSelect>(args: DeleteArgs<{
|
|
48
|
+
id: string;
|
|
49
|
+
}, S> & {
|
|
50
|
+
select: S;
|
|
51
|
+
} & StrictSelect<S, RefSelect>): QueryBuilder<{
|
|
52
|
+
deleteRef: {
|
|
53
|
+
ref: InferSelectResult<RefWithRelations, S>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RefModel = void 0;
|
|
4
|
+
const query_builder_1 = require("../query-builder");
|
|
5
|
+
const input_types_1 = require("../input-types");
|
|
6
|
+
class RefModel {
|
|
7
|
+
client;
|
|
8
|
+
constructor(client) {
|
|
9
|
+
this.client = client;
|
|
10
|
+
}
|
|
11
|
+
findMany(args) {
|
|
12
|
+
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('Ref', 'refs', args.select, {
|
|
13
|
+
where: args?.where,
|
|
14
|
+
orderBy: args?.orderBy,
|
|
15
|
+
first: args?.first,
|
|
16
|
+
last: args?.last,
|
|
17
|
+
after: args?.after,
|
|
18
|
+
before: args?.before,
|
|
19
|
+
offset: args?.offset,
|
|
20
|
+
}, 'RefFilter', 'RefOrderBy', input_types_1.connectionFieldsMap);
|
|
21
|
+
return new query_builder_1.QueryBuilder({
|
|
22
|
+
client: this.client,
|
|
23
|
+
operation: 'query',
|
|
24
|
+
operationName: 'Ref',
|
|
25
|
+
fieldName: 'refs',
|
|
26
|
+
document,
|
|
27
|
+
variables,
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
findFirst(args) {
|
|
31
|
+
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('Ref', 'refs', args.select, {
|
|
32
|
+
where: args?.where,
|
|
33
|
+
}, 'RefFilter', input_types_1.connectionFieldsMap);
|
|
34
|
+
return new query_builder_1.QueryBuilder({
|
|
35
|
+
client: this.client,
|
|
36
|
+
operation: 'query',
|
|
37
|
+
operationName: 'Ref',
|
|
38
|
+
fieldName: 'refs',
|
|
39
|
+
document,
|
|
40
|
+
variables,
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
findOne(args) {
|
|
44
|
+
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('Ref', 'refs', args.select, {
|
|
45
|
+
where: {
|
|
46
|
+
id: {
|
|
47
|
+
equalTo: args.id,
|
|
48
|
+
},
|
|
49
|
+
},
|
|
50
|
+
first: 1,
|
|
51
|
+
}, 'RefFilter', 'RefOrderBy', input_types_1.connectionFieldsMap);
|
|
52
|
+
return new query_builder_1.QueryBuilder({
|
|
53
|
+
client: this.client,
|
|
54
|
+
operation: 'query',
|
|
55
|
+
operationName: 'Ref',
|
|
56
|
+
fieldName: 'ref',
|
|
57
|
+
document,
|
|
58
|
+
variables,
|
|
59
|
+
transform: (data) => ({
|
|
60
|
+
ref: data.refs?.nodes?.[0] ?? null,
|
|
61
|
+
}),
|
|
62
|
+
});
|
|
63
|
+
}
|
|
64
|
+
create(args) {
|
|
65
|
+
const { document, variables } = (0, query_builder_1.buildCreateDocument)('Ref', 'createRef', 'ref', args.select, args.data, 'CreateRefInput', input_types_1.connectionFieldsMap);
|
|
66
|
+
return new query_builder_1.QueryBuilder({
|
|
67
|
+
client: this.client,
|
|
68
|
+
operation: 'mutation',
|
|
69
|
+
operationName: 'Ref',
|
|
70
|
+
fieldName: 'createRef',
|
|
71
|
+
document,
|
|
72
|
+
variables,
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
update(args) {
|
|
76
|
+
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('Ref', 'updateRef', 'ref', args.select, args.where.id, args.data, 'UpdateRefInput', 'id', 'refPatch', input_types_1.connectionFieldsMap);
|
|
77
|
+
return new query_builder_1.QueryBuilder({
|
|
78
|
+
client: this.client,
|
|
79
|
+
operation: 'mutation',
|
|
80
|
+
operationName: 'Ref',
|
|
81
|
+
fieldName: 'updateRef',
|
|
82
|
+
document,
|
|
83
|
+
variables,
|
|
84
|
+
});
|
|
85
|
+
}
|
|
86
|
+
delete(args) {
|
|
87
|
+
const { document, variables } = (0, query_builder_1.buildDeleteByPkDocument)('Ref', 'deleteRef', 'ref', args.where.id, 'DeleteRefInput', 'id', args.select, input_types_1.connectionFieldsMap);
|
|
88
|
+
return new query_builder_1.QueryBuilder({
|
|
89
|
+
client: this.client,
|
|
90
|
+
operation: 'mutation',
|
|
91
|
+
operationName: 'Ref',
|
|
92
|
+
fieldName: 'deleteRef',
|
|
93
|
+
document,
|
|
94
|
+
variables,
|
|
95
|
+
});
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
exports.RefModel = RefModel;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Store 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 { StoreWithRelations, StoreSelect, StoreFilter, StoreOrderBy, CreateStoreInput, StorePatch } from '../input-types';
|
|
10
|
+
export declare class StoreModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends StoreSelect>(args: FindManyArgs<S, StoreFilter, StoreOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, StoreSelect>): QueryBuilder<{
|
|
16
|
+
stores: ConnectionResult<InferSelectResult<StoreWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends StoreSelect>(args: FindFirstArgs<S, StoreFilter> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, StoreSelect>): QueryBuilder<{
|
|
21
|
+
stores: {
|
|
22
|
+
nodes: InferSelectResult<StoreWithRelations, S>[];
|
|
23
|
+
};
|
|
24
|
+
}>;
|
|
25
|
+
findOne<S extends StoreSelect>(args: {
|
|
26
|
+
id: string;
|
|
27
|
+
select: S;
|
|
28
|
+
} & StrictSelect<S, StoreSelect>): QueryBuilder<{
|
|
29
|
+
store: InferSelectResult<StoreWithRelations, S> | null;
|
|
30
|
+
}>;
|
|
31
|
+
create<S extends StoreSelect>(args: CreateArgs<S, CreateStoreInput['store']> & {
|
|
32
|
+
select: S;
|
|
33
|
+
} & StrictSelect<S, StoreSelect>): QueryBuilder<{
|
|
34
|
+
createStore: {
|
|
35
|
+
store: InferSelectResult<StoreWithRelations, S>;
|
|
36
|
+
};
|
|
37
|
+
}>;
|
|
38
|
+
update<S extends StoreSelect>(args: UpdateArgs<S, {
|
|
39
|
+
id: string;
|
|
40
|
+
}, StorePatch> & {
|
|
41
|
+
select: S;
|
|
42
|
+
} & StrictSelect<S, StoreSelect>): QueryBuilder<{
|
|
43
|
+
updateStore: {
|
|
44
|
+
store: InferSelectResult<StoreWithRelations, S>;
|
|
45
|
+
};
|
|
46
|
+
}>;
|
|
47
|
+
delete<S extends StoreSelect>(args: DeleteArgs<{
|
|
48
|
+
id: string;
|
|
49
|
+
}, S> & {
|
|
50
|
+
select: S;
|
|
51
|
+
} & StrictSelect<S, StoreSelect>): QueryBuilder<{
|
|
52
|
+
deleteStore: {
|
|
53
|
+
store: InferSelectResult<StoreWithRelations, S>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
}
|