@constructive-sdk/cli 0.10.0 → 0.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -8
- package/admin/cli/commands/app-level-requirement.js +0 -2
- package/admin/cli/commands/app-level.js +0 -2
- package/admin/cli/commands/app-permission.js +0 -2
- package/admin/cli/commands/invite.js +0 -2
- package/admin/cli/commands/membership-type.js +0 -3
- package/admin/cli/commands/org-chart-edge-grant.js +3 -3
- package/admin/cli/commands/org-chart-edge.js +0 -2
- package/admin/cli/commands/org-invite.js +0 -2
- package/admin/cli/commands/org-permission.js +0 -2
- package/admin/orm/input-types.d.ts +33 -127
- package/auth/cli/commands/audit-log.js +0 -2
- package/auth/cli/commands/connected-account.js +0 -3
- package/auth/cli/commands/crypto-address.js +0 -2
- package/auth/cli/commands/phone-number.js +0 -3
- package/auth/cli/commands.js +7 -7
- package/auth/cli/executor.d.ts +3 -3
- package/auth/orm/index.d.ts +6 -6
- package/auth/orm/index.js +6 -6
- package/auth/orm/input-types.d.ts +279 -327
- package/auth/orm/input-types.js +9 -1
- package/auth/orm/models/index.d.ts +3 -3
- package/auth/orm/models/index.js +7 -7
- package/esm/admin/cli/commands/app-level-requirement.js +0 -2
- package/esm/admin/cli/commands/app-level.js +0 -2
- package/esm/admin/cli/commands/app-permission.js +0 -2
- package/esm/admin/cli/commands/invite.js +0 -2
- package/esm/admin/cli/commands/membership-type.js +0 -3
- package/esm/admin/cli/commands/org-chart-edge-grant.js +3 -3
- package/esm/admin/cli/commands/org-chart-edge.js +0 -2
- package/esm/admin/cli/commands/org-invite.js +0 -2
- package/esm/admin/cli/commands/org-permission.js +0 -2
- package/esm/admin/orm/input-types.d.ts +33 -127
- package/esm/auth/cli/commands/audit-log.js +0 -2
- package/esm/auth/cli/commands/connected-account.js +0 -3
- package/esm/auth/cli/commands/crypto-address.js +0 -2
- package/esm/auth/cli/commands/phone-number.js +0 -3
- package/esm/auth/cli/commands.js +7 -7
- package/esm/auth/cli/executor.d.ts +3 -3
- package/esm/auth/orm/index.d.ts +6 -6
- package/esm/auth/orm/index.js +6 -6
- package/esm/auth/orm/input-types.d.ts +279 -327
- package/esm/auth/orm/input-types.js +9 -1
- package/esm/auth/orm/models/index.d.ts +3 -3
- package/esm/auth/orm/models/index.js +3 -3
- package/esm/index.d.ts +3 -3
- package/esm/index.js +3 -3
- package/esm/objects/cli/commands/commit.js +0 -2
- package/esm/objects/cli/commands/ref.js +0 -2
- package/esm/objects/cli/commands/store.js +0 -2
- package/esm/objects/orm/input-types.d.ts +17 -48
- package/esm/public/cli/commands/accept-database-transfer.d.ts +8 -0
- package/esm/public/cli/commands/accept-database-transfer.js +34 -0
- package/esm/public/cli/commands/api-module.js +0 -2
- package/esm/public/cli/commands/api.js +0 -5
- package/esm/public/cli/commands/app-level-requirement.js +0 -2
- package/esm/public/cli/commands/app-level.js +0 -2
- package/esm/public/cli/commands/app-permission.js +0 -2
- package/esm/public/cli/commands/app.js +0 -4
- package/esm/public/cli/commands/ast-migration.js +0 -2
- package/esm/public/cli/commands/audit-log.js +0 -2
- package/esm/public/cli/commands/blueprint-template.d.ts +8 -0
- package/esm/public/cli/commands/blueprint-template.js +549 -0
- package/esm/public/cli/commands/{uuid-module.d.ts → blueprint.d.ts} +1 -1
- package/esm/public/cli/commands/blueprint.js +484 -0
- package/esm/public/cli/commands/cancel-database-transfer.d.ts +8 -0
- package/esm/public/cli/commands/cancel-database-transfer.js +34 -0
- package/esm/public/cli/commands/check-constraint.js +0 -4
- package/esm/public/cli/commands/commit.js +0 -2
- package/esm/public/cli/commands/connected-account.js +0 -3
- package/esm/public/cli/commands/connected-accounts-module.js +0 -2
- package/esm/public/cli/commands/construct-blueprint.d.ts +8 -0
- package/esm/public/cli/commands/construct-blueprint.js +34 -0
- package/esm/public/cli/commands/copy-template-to-blueprint.d.ts +8 -0
- package/esm/public/cli/commands/copy-template-to-blueprint.js +34 -0
- package/esm/public/cli/commands/crypto-address.js +0 -2
- package/esm/public/cli/commands/crypto-addresses-module.js +0 -3
- package/esm/public/cli/commands/crypto-auth-module.js +0 -7
- package/esm/public/cli/commands/database-provision-module.js +0 -6
- package/esm/public/cli/commands/database-transfer.d.ts +8 -0
- package/esm/public/cli/commands/database-transfer.js +425 -0
- package/esm/public/cli/commands/database.js +0 -4
- package/esm/public/cli/commands/default-privilege.js +0 -4
- package/esm/public/cli/commands/denormalized-table-field.js +0 -2
- package/esm/public/cli/commands/emails-module.js +0 -2
- package/esm/public/cli/commands/embedding-chunk.d.ts +8 -0
- package/esm/public/cli/commands/embedding-chunk.js +513 -0
- package/esm/public/cli/commands/encrypted-secrets-module.js +0 -2
- package/{public/cli/commands/uuid-module.d.ts → esm/public/cli/commands/enum.d.ts} +1 -1
- package/esm/public/cli/commands/{uuid-module.js → enum.js} +175 -33
- package/esm/public/cli/commands/field-module.js +0 -2
- package/esm/public/cli/commands/field.js +21 -7
- package/esm/public/cli/commands/foreign-key-constraint.js +0 -7
- package/esm/public/cli/commands/hierarchy-module.js +0 -11
- package/esm/public/cli/commands/index.js +0 -4
- package/esm/public/cli/commands/invite.js +0 -2
- package/esm/public/cli/commands/invites-module.js +0 -5
- package/esm/public/cli/commands/levels-module.js +0 -16
- package/esm/public/cli/commands/limits-module.js +0 -10
- package/esm/public/cli/commands/membership-type.js +0 -3
- package/esm/public/cli/commands/membership-types-module.js +0 -2
- package/esm/public/cli/commands/memberships-module.js +0 -13
- package/esm/public/cli/commands/node-type-registry.js +0 -6
- package/esm/public/cli/commands/org-chart-edge-grant.js +3 -3
- package/esm/public/cli/commands/org-chart-edge.js +0 -2
- package/esm/public/cli/commands/org-invite.js +0 -2
- package/esm/public/cli/commands/org-permission.js +0 -2
- package/esm/public/cli/commands/permissions-module.js +0 -8
- package/esm/public/cli/commands/phone-number.js +0 -3
- package/esm/public/cli/commands/phone-numbers-module.js +0 -2
- package/esm/public/cli/commands/policy.js +0 -6
- package/esm/public/cli/commands/primary-key-constraint.js +0 -4
- package/esm/public/cli/commands/profiles-module.js +0 -6
- package/esm/public/cli/commands/ref.js +0 -2
- package/esm/public/cli/commands/reject-database-transfer.d.ts +8 -0
- package/esm/public/cli/commands/reject-database-transfer.js +34 -0
- package/esm/public/cli/commands/relation-provision.js +63 -11
- package/esm/public/cli/commands/rls-module.js +0 -5
- package/esm/public/cli/commands/schema-grant.js +0 -2
- package/esm/public/cli/commands/schema.js +0 -6
- package/esm/public/cli/commands/secrets-module.js +0 -2
- package/esm/public/cli/commands/secure-table-provision.js +0 -6
- package/esm/public/cli/commands/sessions-module.js +0 -4
- package/esm/public/cli/commands/site-metadatum.js +0 -3
- package/esm/public/cli/commands/site-module.js +0 -2
- package/esm/public/cli/commands/site.js +0 -4
- package/esm/public/cli/commands/sql-migration.js +0 -7
- package/esm/public/cli/commands/store.js +0 -2
- package/esm/public/cli/commands/table-grant.js +0 -3
- package/esm/public/cli/commands/table-template-module.js +0 -3
- package/esm/public/cli/commands/table.js +0 -7
- package/esm/public/cli/commands/trigger-function.js +0 -3
- package/esm/public/cli/commands/trigger.js +0 -5
- package/esm/public/cli/commands/unique-constraint.js +0 -5
- package/esm/public/cli/commands/user-auth-module.js +0 -17
- package/esm/public/cli/commands/users-module.js +0 -3
- package/esm/public/cli/commands/view-grant.js +0 -3
- package/esm/public/cli/commands/view-rule.js +0 -4
- package/esm/public/cli/commands/view.js +0 -5
- package/esm/public/cli/commands.js +53 -35
- package/esm/public/cli/executor.d.ts +68 -39
- package/esm/public/orm/index.d.ts +81 -48
- package/esm/public/orm/index.js +26 -18
- package/esm/public/orm/input-types.d.ts +2447 -2980
- package/esm/public/orm/input-types.js +26 -1
- package/esm/public/orm/models/blueprint.d.ts +56 -0
- package/esm/public/orm/models/blueprint.js +94 -0
- package/esm/public/orm/models/blueprintTemplate.d.ts +56 -0
- package/esm/public/orm/models/blueprintTemplate.js +94 -0
- package/esm/public/orm/models/databaseTransfer.d.ts +56 -0
- package/esm/public/orm/models/databaseTransfer.js +94 -0
- package/esm/public/orm/models/embeddingChunk.d.ts +56 -0
- package/esm/public/orm/models/embeddingChunk.js +94 -0
- package/esm/public/orm/models/enum.d.ts +56 -0
- package/esm/public/orm/models/{uuidModule.js → enum.js} +23 -23
- package/esm/public/orm/models/index.d.ts +13 -9
- package/esm/public/orm/models/index.js +13 -9
- package/esm/public/orm/mutation/index.d.ts +98 -50
- package/esm/public/orm/mutation/index.js +126 -66
- package/index.d.ts +3 -3
- package/index.js +8 -8
- package/objects/cli/commands/commit.js +0 -2
- package/objects/cli/commands/ref.js +0 -2
- package/objects/cli/commands/store.js +0 -2
- package/objects/orm/input-types.d.ts +17 -48
- package/package.json +3 -3
- package/public/cli/commands/accept-database-transfer.d.ts +8 -0
- package/public/cli/commands/accept-database-transfer.js +36 -0
- package/public/cli/commands/api-module.js +0 -2
- package/public/cli/commands/api.js +0 -5
- package/public/cli/commands/app-level-requirement.js +0 -2
- package/public/cli/commands/app-level.js +0 -2
- package/public/cli/commands/app-permission.js +0 -2
- package/public/cli/commands/app.js +0 -4
- package/public/cli/commands/ast-migration.js +0 -2
- package/public/cli/commands/audit-log.js +0 -2
- package/public/cli/commands/blueprint-template.d.ts +8 -0
- package/public/cli/commands/blueprint-template.js +551 -0
- package/public/cli/commands/blueprint.d.ts +8 -0
- package/public/cli/commands/blueprint.js +486 -0
- package/public/cli/commands/cancel-database-transfer.d.ts +8 -0
- package/public/cli/commands/cancel-database-transfer.js +36 -0
- package/public/cli/commands/check-constraint.js +0 -4
- package/public/cli/commands/commit.js +0 -2
- package/public/cli/commands/connected-account.js +0 -3
- package/public/cli/commands/connected-accounts-module.js +0 -2
- package/public/cli/commands/construct-blueprint.d.ts +8 -0
- package/public/cli/commands/construct-blueprint.js +36 -0
- package/public/cli/commands/copy-template-to-blueprint.d.ts +8 -0
- package/public/cli/commands/copy-template-to-blueprint.js +36 -0
- package/public/cli/commands/crypto-address.js +0 -2
- package/public/cli/commands/crypto-addresses-module.js +0 -3
- package/public/cli/commands/crypto-auth-module.js +0 -7
- package/public/cli/commands/database-provision-module.js +0 -6
- package/public/cli/commands/database-transfer.d.ts +8 -0
- package/public/cli/commands/database-transfer.js +427 -0
- package/public/cli/commands/database.js +0 -4
- package/public/cli/commands/default-privilege.js +0 -4
- package/public/cli/commands/denormalized-table-field.js +0 -2
- package/public/cli/commands/emails-module.js +0 -2
- package/public/cli/commands/embedding-chunk.d.ts +8 -0
- package/public/cli/commands/embedding-chunk.js +515 -0
- package/public/cli/commands/encrypted-secrets-module.js +0 -2
- package/public/cli/commands/enum.d.ts +8 -0
- package/public/cli/commands/{uuid-module.js → enum.js} +175 -33
- package/public/cli/commands/field-module.js +0 -2
- package/public/cli/commands/field.js +21 -7
- package/public/cli/commands/foreign-key-constraint.js +0 -7
- package/public/cli/commands/hierarchy-module.js +0 -11
- package/public/cli/commands/index.js +0 -4
- package/public/cli/commands/invite.js +0 -2
- package/public/cli/commands/invites-module.js +0 -5
- package/public/cli/commands/levels-module.js +0 -16
- package/public/cli/commands/limits-module.js +0 -10
- package/public/cli/commands/membership-type.js +0 -3
- package/public/cli/commands/membership-types-module.js +0 -2
- package/public/cli/commands/memberships-module.js +0 -13
- package/public/cli/commands/node-type-registry.js +0 -6
- package/public/cli/commands/org-chart-edge-grant.js +3 -3
- package/public/cli/commands/org-chart-edge.js +0 -2
- package/public/cli/commands/org-invite.js +0 -2
- package/public/cli/commands/org-permission.js +0 -2
- package/public/cli/commands/permissions-module.js +0 -8
- package/public/cli/commands/phone-number.js +0 -3
- package/public/cli/commands/phone-numbers-module.js +0 -2
- package/public/cli/commands/policy.js +0 -6
- package/public/cli/commands/primary-key-constraint.js +0 -4
- package/public/cli/commands/profiles-module.js +0 -6
- package/public/cli/commands/ref.js +0 -2
- package/public/cli/commands/reject-database-transfer.d.ts +8 -0
- package/public/cli/commands/reject-database-transfer.js +36 -0
- package/public/cli/commands/relation-provision.js +63 -11
- package/public/cli/commands/rls-module.js +0 -5
- package/public/cli/commands/schema-grant.js +0 -2
- package/public/cli/commands/schema.js +0 -6
- package/public/cli/commands/secrets-module.js +0 -2
- package/public/cli/commands/secure-table-provision.js +0 -6
- package/public/cli/commands/sessions-module.js +0 -4
- package/public/cli/commands/site-metadatum.js +0 -3
- package/public/cli/commands/site-module.js +0 -2
- package/public/cli/commands/site.js +0 -4
- package/public/cli/commands/sql-migration.js +0 -7
- package/public/cli/commands/store.js +0 -2
- package/public/cli/commands/table-grant.js +0 -3
- package/public/cli/commands/table-template-module.js +0 -3
- package/public/cli/commands/table.js +0 -7
- package/public/cli/commands/trigger-function.js +0 -3
- package/public/cli/commands/trigger.js +0 -5
- package/public/cli/commands/unique-constraint.js +0 -5
- package/public/cli/commands/user-auth-module.js +0 -17
- package/public/cli/commands/users-module.js +0 -3
- package/public/cli/commands/view-grant.js +0 -3
- package/public/cli/commands/view-rule.js +0 -4
- package/public/cli/commands/view.js +0 -5
- package/public/cli/commands.js +53 -35
- package/public/cli/executor.d.ts +68 -39
- package/public/orm/index.d.ts +81 -48
- package/public/orm/index.js +26 -18
- package/public/orm/input-types.d.ts +2447 -2980
- package/public/orm/input-types.js +26 -1
- package/public/orm/models/blueprint.d.ts +56 -0
- package/public/orm/models/blueprint.js +98 -0
- package/public/orm/models/blueprintTemplate.d.ts +56 -0
- package/public/orm/models/blueprintTemplate.js +98 -0
- package/public/orm/models/databaseTransfer.d.ts +56 -0
- package/public/orm/models/databaseTransfer.js +98 -0
- package/public/orm/models/embeddingChunk.d.ts +56 -0
- package/public/orm/models/embeddingChunk.js +98 -0
- package/public/orm/models/enum.d.ts +56 -0
- package/public/orm/models/{uuidModule.js → enum.js} +25 -25
- package/public/orm/models/index.d.ts +13 -9
- package/public/orm/models/index.js +29 -21
- package/public/orm/mutation/index.d.ts +98 -50
- package/public/orm/mutation/index.js +126 -66
- package/esm/public/orm/models/uuidModule.d.ts +0 -56
- package/public/orm/models/uuidModule.d.ts +0 -56
package/public/orm/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { OrmClientConfig } from './client';
|
|
2
|
+
import { GetAllRecordModel } from './models/getAllRecord';
|
|
2
3
|
import { OrgGetManagersRecordModel } from './models/orgGetManagersRecord';
|
|
3
4
|
import { OrgGetSubordinatesRecordModel } from './models/orgGetSubordinatesRecord';
|
|
4
|
-
import { GetAllRecordModel } from './models/getAllRecord';
|
|
5
5
|
import { ObjectModel } from './models/object';
|
|
6
6
|
import { AppPermissionModel } from './models/appPermission';
|
|
7
7
|
import { OrgPermissionModel } from './models/orgPermission';
|
|
@@ -23,11 +23,13 @@ import { ViewModel } from './models/view';
|
|
|
23
23
|
import { ViewTableModel } from './models/viewTable';
|
|
24
24
|
import { ViewGrantModel } from './models/viewGrant';
|
|
25
25
|
import { ViewRuleModel } from './models/viewRule';
|
|
26
|
+
import { EmbeddingChunkModel } from './models/embeddingChunk';
|
|
26
27
|
import { TableTemplateModuleModel } from './models/tableTemplateModule';
|
|
27
28
|
import { SecureTableProvisionModel } from './models/secureTableProvision';
|
|
28
29
|
import { RelationProvisionModel } from './models/relationProvision';
|
|
29
30
|
import { SchemaGrantModel } from './models/schemaGrant';
|
|
30
31
|
import { DefaultPrivilegeModel } from './models/defaultPrivilege';
|
|
32
|
+
import { EnumModel } from './models/enum';
|
|
31
33
|
import { ApiSchemaModel } from './models/apiSchema';
|
|
32
34
|
import { ApiModuleModel } from './models/apiModule';
|
|
33
35
|
import { DomainModel } from './models/domain';
|
|
@@ -35,6 +37,7 @@ import { SiteMetadatumModel } from './models/siteMetadatum';
|
|
|
35
37
|
import { SiteModuleModel } from './models/siteModule';
|
|
36
38
|
import { SiteThemeModel } from './models/siteTheme';
|
|
37
39
|
import { TriggerFunctionModel } from './models/triggerFunction';
|
|
40
|
+
import { DatabaseTransferModel } from './models/databaseTransfer';
|
|
38
41
|
import { ApiModel } from './models/api';
|
|
39
42
|
import { SiteModel } from './models/site';
|
|
40
43
|
import { AppModel } from './models/app';
|
|
@@ -58,7 +61,8 @@ import { SecretsModuleModel } from './models/secretsModule';
|
|
|
58
61
|
import { SessionsModuleModel } from './models/sessionsModule';
|
|
59
62
|
import { UserAuthModuleModel } from './models/userAuthModule';
|
|
60
63
|
import { UsersModuleModel } from './models/usersModule';
|
|
61
|
-
import {
|
|
64
|
+
import { BlueprintModel } from './models/blueprint';
|
|
65
|
+
import { BlueprintTemplateModel } from './models/blueprintTemplate';
|
|
62
66
|
import { DatabaseProvisionModuleModel } from './models/databaseProvisionModule';
|
|
63
67
|
import { AppAdminGrantModel } from './models/appAdminGrant';
|
|
64
68
|
import { AppOwnerGrantModel } from './models/appOwnerGrant';
|
|
@@ -70,34 +74,34 @@ import { OrgOwnerGrantModel } from './models/orgOwnerGrant';
|
|
|
70
74
|
import { OrgGrantModel } from './models/orgGrant';
|
|
71
75
|
import { OrgChartEdgeModel } from './models/orgChartEdge';
|
|
72
76
|
import { OrgChartEdgeGrantModel } from './models/orgChartEdgeGrant';
|
|
77
|
+
import { OrgPermissionDefaultModel } from './models/orgPermissionDefault';
|
|
73
78
|
import { AppLimitModel } from './models/appLimit';
|
|
74
79
|
import { OrgLimitModel } from './models/orgLimit';
|
|
75
80
|
import { AppStepModel } from './models/appStep';
|
|
76
81
|
import { AppAchievementModel } from './models/appAchievement';
|
|
82
|
+
import { AppLevelModel } from './models/appLevel';
|
|
83
|
+
import { EmailModel } from './models/email';
|
|
84
|
+
import { PhoneNumberModel } from './models/phoneNumber';
|
|
85
|
+
import { CryptoAddressModel } from './models/cryptoAddress';
|
|
86
|
+
import { ConnectedAccountModel } from './models/connectedAccount';
|
|
77
87
|
import { InviteModel } from './models/invite';
|
|
78
88
|
import { ClaimedInviteModel } from './models/claimedInvite';
|
|
79
89
|
import { OrgInviteModel } from './models/orgInvite';
|
|
80
90
|
import { OrgClaimedInviteModel } from './models/orgClaimedInvite';
|
|
91
|
+
import { AuditLogModel } from './models/auditLog';
|
|
81
92
|
import { RefModel } from './models/ref';
|
|
82
93
|
import { StoreModel } from './models/store';
|
|
83
94
|
import { AppPermissionDefaultModel } from './models/appPermissionDefault';
|
|
84
|
-
import { CryptoAddressModel } from './models/cryptoAddress';
|
|
85
95
|
import { RoleTypeModel } from './models/roleType';
|
|
86
|
-
import { OrgPermissionDefaultModel } from './models/orgPermissionDefault';
|
|
87
|
-
import { PhoneNumberModel } from './models/phoneNumber';
|
|
88
96
|
import { AppLimitDefaultModel } from './models/appLimitDefault';
|
|
89
97
|
import { OrgLimitDefaultModel } from './models/orgLimitDefault';
|
|
90
|
-
import { ConnectedAccountModel } from './models/connectedAccount';
|
|
91
98
|
import { NodeTypeRegistryModel } from './models/nodeTypeRegistry';
|
|
92
99
|
import { MembershipTypeModel } from './models/membershipType';
|
|
93
100
|
import { CommitModel } from './models/commit';
|
|
94
101
|
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
95
102
|
import { RlsModuleModel } from './models/rlsModule';
|
|
96
103
|
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
97
|
-
import { AuditLogModel } from './models/auditLog';
|
|
98
|
-
import { AppLevelModel } from './models/appLevel';
|
|
99
104
|
import { SqlMigrationModel } from './models/sqlMigration';
|
|
100
|
-
import { EmailModel } from './models/email';
|
|
101
105
|
import { UserModel } from './models/user';
|
|
102
106
|
import { AstMigrationModel } from './models/astMigration';
|
|
103
107
|
import { AppMembershipModel } from './models/appMembership';
|
|
@@ -134,9 +138,9 @@ export { createMutationOperations } from './mutation';
|
|
|
134
138
|
* ```
|
|
135
139
|
*/
|
|
136
140
|
export declare function createClient(config: OrmClientConfig): {
|
|
141
|
+
getAllRecord: GetAllRecordModel;
|
|
137
142
|
orgGetManagersRecord: OrgGetManagersRecordModel;
|
|
138
143
|
orgGetSubordinatesRecord: OrgGetSubordinatesRecordModel;
|
|
139
|
-
getAllRecord: GetAllRecordModel;
|
|
140
144
|
object: ObjectModel;
|
|
141
145
|
appPermission: AppPermissionModel;
|
|
142
146
|
orgPermission: OrgPermissionModel;
|
|
@@ -158,11 +162,13 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
158
162
|
viewTable: ViewTableModel;
|
|
159
163
|
viewGrant: ViewGrantModel;
|
|
160
164
|
viewRule: ViewRuleModel;
|
|
165
|
+
embeddingChunk: EmbeddingChunkModel;
|
|
161
166
|
tableTemplateModule: TableTemplateModuleModel;
|
|
162
167
|
secureTableProvision: SecureTableProvisionModel;
|
|
163
168
|
relationProvision: RelationProvisionModel;
|
|
164
169
|
schemaGrant: SchemaGrantModel;
|
|
165
170
|
defaultPrivilege: DefaultPrivilegeModel;
|
|
171
|
+
enum: EnumModel;
|
|
166
172
|
apiSchema: ApiSchemaModel;
|
|
167
173
|
apiModule: ApiModuleModel;
|
|
168
174
|
domain: DomainModel;
|
|
@@ -170,6 +176,7 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
170
176
|
siteModule: SiteModuleModel;
|
|
171
177
|
siteTheme: SiteThemeModel;
|
|
172
178
|
triggerFunction: TriggerFunctionModel;
|
|
179
|
+
databaseTransfer: DatabaseTransferModel;
|
|
173
180
|
api: ApiModel;
|
|
174
181
|
site: SiteModel;
|
|
175
182
|
app: AppModel;
|
|
@@ -193,7 +200,8 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
193
200
|
sessionsModule: SessionsModuleModel;
|
|
194
201
|
userAuthModule: UserAuthModuleModel;
|
|
195
202
|
usersModule: UsersModuleModel;
|
|
196
|
-
|
|
203
|
+
blueprint: BlueprintModel;
|
|
204
|
+
blueprintTemplate: BlueprintTemplateModel;
|
|
197
205
|
databaseProvisionModule: DatabaseProvisionModuleModel;
|
|
198
206
|
appAdminGrant: AppAdminGrantModel;
|
|
199
207
|
appOwnerGrant: AppOwnerGrantModel;
|
|
@@ -205,34 +213,34 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
205
213
|
orgGrant: OrgGrantModel;
|
|
206
214
|
orgChartEdge: OrgChartEdgeModel;
|
|
207
215
|
orgChartEdgeGrant: OrgChartEdgeGrantModel;
|
|
216
|
+
orgPermissionDefault: OrgPermissionDefaultModel;
|
|
208
217
|
appLimit: AppLimitModel;
|
|
209
218
|
orgLimit: OrgLimitModel;
|
|
210
219
|
appStep: AppStepModel;
|
|
211
220
|
appAchievement: AppAchievementModel;
|
|
221
|
+
appLevel: AppLevelModel;
|
|
222
|
+
email: EmailModel;
|
|
223
|
+
phoneNumber: PhoneNumberModel;
|
|
224
|
+
cryptoAddress: CryptoAddressModel;
|
|
225
|
+
connectedAccount: ConnectedAccountModel;
|
|
212
226
|
invite: InviteModel;
|
|
213
227
|
claimedInvite: ClaimedInviteModel;
|
|
214
228
|
orgInvite: OrgInviteModel;
|
|
215
229
|
orgClaimedInvite: OrgClaimedInviteModel;
|
|
230
|
+
auditLog: AuditLogModel;
|
|
216
231
|
ref: RefModel;
|
|
217
232
|
store: StoreModel;
|
|
218
233
|
appPermissionDefault: AppPermissionDefaultModel;
|
|
219
|
-
cryptoAddress: CryptoAddressModel;
|
|
220
234
|
roleType: RoleTypeModel;
|
|
221
|
-
orgPermissionDefault: OrgPermissionDefaultModel;
|
|
222
|
-
phoneNumber: PhoneNumberModel;
|
|
223
235
|
appLimitDefault: AppLimitDefaultModel;
|
|
224
236
|
orgLimitDefault: OrgLimitDefaultModel;
|
|
225
|
-
connectedAccount: ConnectedAccountModel;
|
|
226
237
|
nodeTypeRegistry: NodeTypeRegistryModel;
|
|
227
238
|
membershipType: MembershipTypeModel;
|
|
228
239
|
commit: CommitModel;
|
|
229
240
|
appMembershipDefault: AppMembershipDefaultModel;
|
|
230
241
|
rlsModule: RlsModuleModel;
|
|
231
242
|
orgMembershipDefault: OrgMembershipDefaultModel;
|
|
232
|
-
auditLog: AuditLogModel;
|
|
233
|
-
appLevel: AppLevelModel;
|
|
234
243
|
sqlMigration: SqlMigrationModel;
|
|
235
|
-
email: EmailModel;
|
|
236
244
|
user: UserModel;
|
|
237
245
|
astMigration: AstMigrationModel;
|
|
238
246
|
appMembership: AppMembershipModel;
|
|
@@ -335,20 +343,30 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
335
343
|
}>;
|
|
336
344
|
};
|
|
337
345
|
mutation: {
|
|
346
|
+
sendAccountDeletionEmail: <S extends import("./input-types").SendAccountDeletionEmailPayloadSelect>(args: import("./mutation").SendAccountDeletionEmailVariables, options: {
|
|
347
|
+
select: S;
|
|
348
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").SendAccountDeletionEmailPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
349
|
+
sendAccountDeletionEmail: import("./select-types").InferSelectResult<import("./input-types").SendAccountDeletionEmailPayload, S> | null;
|
|
350
|
+
}>;
|
|
338
351
|
signOut: <S extends import("./input-types").SignOutPayloadSelect>(args: import("./mutation").SignOutVariables, options: {
|
|
339
352
|
select: S;
|
|
340
353
|
} & import("./select-types").StrictSelect<S, import("./input-types").SignOutPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
341
354
|
signOut: import("./select-types").InferSelectResult<import("./input-types").SignOutPayload, S> | null;
|
|
342
355
|
}>;
|
|
343
|
-
|
|
356
|
+
acceptDatabaseTransfer: <S extends import("./input-types").AcceptDatabaseTransferPayloadSelect>(args: import("./mutation").AcceptDatabaseTransferVariables, options: {
|
|
344
357
|
select: S;
|
|
345
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").
|
|
346
|
-
|
|
358
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").AcceptDatabaseTransferPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
359
|
+
acceptDatabaseTransfer: import("./select-types").InferSelectResult<import("./input-types").AcceptDatabaseTransferPayload, S> | null;
|
|
347
360
|
}>;
|
|
348
|
-
|
|
361
|
+
cancelDatabaseTransfer: <S extends import("./input-types").CancelDatabaseTransferPayloadSelect>(args: import("./mutation").CancelDatabaseTransferVariables, options: {
|
|
349
362
|
select: S;
|
|
350
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").
|
|
351
|
-
|
|
363
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").CancelDatabaseTransferPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
364
|
+
cancelDatabaseTransfer: import("./select-types").InferSelectResult<import("./input-types").CancelDatabaseTransferPayload, S> | null;
|
|
365
|
+
}>;
|
|
366
|
+
rejectDatabaseTransfer: <S extends import("./input-types").RejectDatabaseTransferPayloadSelect>(args: import("./mutation").RejectDatabaseTransferVariables, options: {
|
|
367
|
+
select: S;
|
|
368
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").RejectDatabaseTransferPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
369
|
+
rejectDatabaseTransfer: import("./select-types").InferSelectResult<import("./input-types").RejectDatabaseTransferPayload, S> | null;
|
|
352
370
|
}>;
|
|
353
371
|
submitInviteCode: <S extends import("./input-types").SubmitInviteCodePayloadSelect>(args: import("./mutation").SubmitInviteCodeVariables, options: {
|
|
354
372
|
select: S;
|
|
@@ -360,15 +378,10 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
360
378
|
} & import("./select-types").StrictSelect<S, import("./input-types").SubmitOrgInviteCodePayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
361
379
|
submitOrgInviteCode: import("./select-types").InferSelectResult<import("./input-types").SubmitOrgInviteCodePayload, S> | null;
|
|
362
380
|
}>;
|
|
363
|
-
|
|
364
|
-
select: S;
|
|
365
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").FreezeObjectsPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
366
|
-
freezeObjects: import("./select-types").InferSelectResult<import("./input-types").FreezeObjectsPayload, S> | null;
|
|
367
|
-
}>;
|
|
368
|
-
initEmptyRepo: <S extends import("./input-types").InitEmptyRepoPayloadSelect>(args: import("./mutation").InitEmptyRepoVariables, options: {
|
|
381
|
+
checkPassword: <S extends import("./input-types").CheckPasswordPayloadSelect>(args: import("./mutation").CheckPasswordVariables, options: {
|
|
369
382
|
select: S;
|
|
370
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").
|
|
371
|
-
|
|
383
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").CheckPasswordPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
384
|
+
checkPassword: import("./select-types").InferSelectResult<import("./input-types").CheckPasswordPayload, S> | null;
|
|
372
385
|
}>;
|
|
373
386
|
confirmDeleteAccount: <S extends import("./input-types").ConfirmDeleteAccountPayloadSelect>(args: import("./mutation").ConfirmDeleteAccountVariables, options: {
|
|
374
387
|
select: S;
|
|
@@ -385,25 +398,30 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
385
398
|
} & import("./select-types").StrictSelect<S, import("./input-types").VerifyEmailPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
386
399
|
verifyEmail: import("./select-types").InferSelectResult<import("./input-types").VerifyEmailPayload, S> | null;
|
|
387
400
|
}>;
|
|
388
|
-
|
|
401
|
+
freezeObjects: <S extends import("./input-types").FreezeObjectsPayloadSelect>(args: import("./mutation").FreezeObjectsVariables, options: {
|
|
389
402
|
select: S;
|
|
390
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").
|
|
391
|
-
|
|
403
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").FreezeObjectsPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
404
|
+
freezeObjects: import("./select-types").InferSelectResult<import("./input-types").FreezeObjectsPayload, S> | null;
|
|
405
|
+
}>;
|
|
406
|
+
initEmptyRepo: <S extends import("./input-types").InitEmptyRepoPayloadSelect>(args: import("./mutation").InitEmptyRepoVariables, options: {
|
|
407
|
+
select: S;
|
|
408
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").InitEmptyRepoPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
409
|
+
initEmptyRepo: import("./select-types").InferSelectResult<import("./input-types").InitEmptyRepoPayload, S> | null;
|
|
410
|
+
}>;
|
|
411
|
+
constructBlueprint: <S extends import("./input-types").ConstructBlueprintPayloadSelect>(args: import("./mutation").ConstructBlueprintVariables, options: {
|
|
412
|
+
select: S;
|
|
413
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").ConstructBlueprintPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
414
|
+
constructBlueprint: import("./select-types").InferSelectResult<import("./input-types").ConstructBlueprintPayload, S> | null;
|
|
392
415
|
}>;
|
|
393
416
|
resetPassword: <S extends import("./input-types").ResetPasswordPayloadSelect>(args: import("./mutation").ResetPasswordVariables, options: {
|
|
394
417
|
select: S;
|
|
395
418
|
} & import("./select-types").StrictSelect<S, import("./input-types").ResetPasswordPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
396
419
|
resetPassword: import("./select-types").InferSelectResult<import("./input-types").ResetPasswordPayload, S> | null;
|
|
397
420
|
}>;
|
|
398
|
-
|
|
399
|
-
select: S;
|
|
400
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").BootstrapUserPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
401
|
-
bootstrapUser: import("./select-types").InferSelectResult<import("./input-types").BootstrapUserPayload, S> | null;
|
|
402
|
-
}>;
|
|
403
|
-
setFieldOrder: <S extends import("./input-types").SetFieldOrderPayloadSelect>(args: import("./mutation").SetFieldOrderVariables, options: {
|
|
421
|
+
removeNodeAtPath: <S extends import("./input-types").RemoveNodeAtPathPayloadSelect>(args: import("./mutation").RemoveNodeAtPathVariables, options: {
|
|
404
422
|
select: S;
|
|
405
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").
|
|
406
|
-
|
|
423
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").RemoveNodeAtPathPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
424
|
+
removeNodeAtPath: import("./select-types").InferSelectResult<import("./input-types").RemoveNodeAtPathPayload, S> | null;
|
|
407
425
|
}>;
|
|
408
426
|
setDataAtPath: <S extends import("./input-types").SetDataAtPathPayloadSelect>(args: import("./mutation").SetDataAtPathVariables, options: {
|
|
409
427
|
select: S;
|
|
@@ -415,11 +433,26 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
415
433
|
} & import("./select-types").StrictSelect<S, import("./input-types").SetPropsAndCommitPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
416
434
|
setPropsAndCommit: import("./select-types").InferSelectResult<import("./input-types").SetPropsAndCommitPayload, S> | null;
|
|
417
435
|
}>;
|
|
436
|
+
copyTemplateToBlueprint: <S extends import("./input-types").CopyTemplateToBlueprintPayloadSelect>(args: import("./mutation").CopyTemplateToBlueprintVariables, options: {
|
|
437
|
+
select: S;
|
|
438
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").CopyTemplateToBlueprintPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
439
|
+
copyTemplateToBlueprint: import("./select-types").InferSelectResult<import("./input-types").CopyTemplateToBlueprintPayload, S> | null;
|
|
440
|
+
}>;
|
|
418
441
|
provisionDatabaseWithUser: <S extends import("./input-types").ProvisionDatabaseWithUserPayloadSelect>(args: import("./mutation").ProvisionDatabaseWithUserVariables, options: {
|
|
419
442
|
select: S;
|
|
420
443
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionDatabaseWithUserPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
421
444
|
provisionDatabaseWithUser: import("./select-types").InferSelectResult<import("./input-types").ProvisionDatabaseWithUserPayload, S> | null;
|
|
422
445
|
}>;
|
|
446
|
+
bootstrapUser: <S extends import("./input-types").BootstrapUserPayloadSelect>(args: import("./mutation").BootstrapUserVariables, options: {
|
|
447
|
+
select: S;
|
|
448
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").BootstrapUserPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
449
|
+
bootstrapUser: import("./select-types").InferSelectResult<import("./input-types").BootstrapUserPayload, S> | null;
|
|
450
|
+
}>;
|
|
451
|
+
setFieldOrder: <S extends import("./input-types").SetFieldOrderPayloadSelect>(args: import("./mutation").SetFieldOrderVariables, options: {
|
|
452
|
+
select: S;
|
|
453
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").SetFieldOrderPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
454
|
+
setFieldOrder: import("./select-types").InferSelectResult<import("./input-types").SetFieldOrderPayload, S> | null;
|
|
455
|
+
}>;
|
|
423
456
|
insertNodeAtPath: <S extends import("./input-types").InsertNodeAtPathPayloadSelect>(args: import("./mutation").InsertNodeAtPathVariables, options: {
|
|
424
457
|
select: S;
|
|
425
458
|
} & import("./select-types").StrictSelect<S, import("./input-types").InsertNodeAtPathPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
@@ -470,16 +503,16 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
470
503
|
} & import("./select-types").StrictSelect<S, import("./input-types").OneTimeTokenPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
471
504
|
oneTimeToken: import("./select-types").InferSelectResult<import("./input-types").OneTimeTokenPayload, S> | null;
|
|
472
505
|
}>;
|
|
473
|
-
forgotPassword: <S extends import("./input-types").ForgotPasswordPayloadSelect>(args: import("./mutation").ForgotPasswordVariables, options: {
|
|
474
|
-
select: S;
|
|
475
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").ForgotPasswordPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
476
|
-
forgotPassword: import("./select-types").InferSelectResult<import("./input-types").ForgotPasswordPayload, S> | null;
|
|
477
|
-
}>;
|
|
478
506
|
sendVerificationEmail: <S extends import("./input-types").SendVerificationEmailPayloadSelect>(args: import("./mutation").SendVerificationEmailVariables, options: {
|
|
479
507
|
select: S;
|
|
480
508
|
} & import("./select-types").StrictSelect<S, import("./input-types").SendVerificationEmailPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
481
509
|
sendVerificationEmail: import("./select-types").InferSelectResult<import("./input-types").SendVerificationEmailPayload, S> | null;
|
|
482
510
|
}>;
|
|
511
|
+
forgotPassword: <S extends import("./input-types").ForgotPasswordPayloadSelect>(args: import("./mutation").ForgotPasswordVariables, options: {
|
|
512
|
+
select: S;
|
|
513
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").ForgotPasswordPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
514
|
+
forgotPassword: import("./select-types").InferSelectResult<import("./input-types").ForgotPasswordPayload, S> | null;
|
|
515
|
+
}>;
|
|
483
516
|
verifyPassword: <S extends import("./input-types").VerifyPasswordPayloadSelect>(args: import("./mutation").VerifyPasswordVariables, options: {
|
|
484
517
|
select: S;
|
|
485
518
|
} & import("./select-types").StrictSelect<S, import("./input-types").VerifyPasswordPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
package/public/orm/index.js
CHANGED
|
@@ -22,9 +22,9 @@ exports.createClient = createClient;
|
|
|
22
22
|
* DO NOT EDIT - changes will be overwritten
|
|
23
23
|
*/
|
|
24
24
|
const client_1 = require("./client");
|
|
25
|
+
const getAllRecord_1 = require("./models/getAllRecord");
|
|
25
26
|
const orgGetManagersRecord_1 = require("./models/orgGetManagersRecord");
|
|
26
27
|
const orgGetSubordinatesRecord_1 = require("./models/orgGetSubordinatesRecord");
|
|
27
|
-
const getAllRecord_1 = require("./models/getAllRecord");
|
|
28
28
|
const object_1 = require("./models/object");
|
|
29
29
|
const appPermission_1 = require("./models/appPermission");
|
|
30
30
|
const orgPermission_1 = require("./models/orgPermission");
|
|
@@ -46,11 +46,13 @@ const view_1 = require("./models/view");
|
|
|
46
46
|
const viewTable_1 = require("./models/viewTable");
|
|
47
47
|
const viewGrant_1 = require("./models/viewGrant");
|
|
48
48
|
const viewRule_1 = require("./models/viewRule");
|
|
49
|
+
const embeddingChunk_1 = require("./models/embeddingChunk");
|
|
49
50
|
const tableTemplateModule_1 = require("./models/tableTemplateModule");
|
|
50
51
|
const secureTableProvision_1 = require("./models/secureTableProvision");
|
|
51
52
|
const relationProvision_1 = require("./models/relationProvision");
|
|
52
53
|
const schemaGrant_1 = require("./models/schemaGrant");
|
|
53
54
|
const defaultPrivilege_1 = require("./models/defaultPrivilege");
|
|
55
|
+
const enum_1 = require("./models/enum");
|
|
54
56
|
const apiSchema_1 = require("./models/apiSchema");
|
|
55
57
|
const apiModule_1 = require("./models/apiModule");
|
|
56
58
|
const domain_1 = require("./models/domain");
|
|
@@ -58,6 +60,7 @@ const siteMetadatum_1 = require("./models/siteMetadatum");
|
|
|
58
60
|
const siteModule_1 = require("./models/siteModule");
|
|
59
61
|
const siteTheme_1 = require("./models/siteTheme");
|
|
60
62
|
const triggerFunction_1 = require("./models/triggerFunction");
|
|
63
|
+
const databaseTransfer_1 = require("./models/databaseTransfer");
|
|
61
64
|
const api_1 = require("./models/api");
|
|
62
65
|
const site_1 = require("./models/site");
|
|
63
66
|
const app_1 = require("./models/app");
|
|
@@ -81,7 +84,8 @@ const secretsModule_1 = require("./models/secretsModule");
|
|
|
81
84
|
const sessionsModule_1 = require("./models/sessionsModule");
|
|
82
85
|
const userAuthModule_1 = require("./models/userAuthModule");
|
|
83
86
|
const usersModule_1 = require("./models/usersModule");
|
|
84
|
-
const
|
|
87
|
+
const blueprint_1 = require("./models/blueprint");
|
|
88
|
+
const blueprintTemplate_1 = require("./models/blueprintTemplate");
|
|
85
89
|
const databaseProvisionModule_1 = require("./models/databaseProvisionModule");
|
|
86
90
|
const appAdminGrant_1 = require("./models/appAdminGrant");
|
|
87
91
|
const appOwnerGrant_1 = require("./models/appOwnerGrant");
|
|
@@ -93,34 +97,34 @@ const orgOwnerGrant_1 = require("./models/orgOwnerGrant");
|
|
|
93
97
|
const orgGrant_1 = require("./models/orgGrant");
|
|
94
98
|
const orgChartEdge_1 = require("./models/orgChartEdge");
|
|
95
99
|
const orgChartEdgeGrant_1 = require("./models/orgChartEdgeGrant");
|
|
100
|
+
const orgPermissionDefault_1 = require("./models/orgPermissionDefault");
|
|
96
101
|
const appLimit_1 = require("./models/appLimit");
|
|
97
102
|
const orgLimit_1 = require("./models/orgLimit");
|
|
98
103
|
const appStep_1 = require("./models/appStep");
|
|
99
104
|
const appAchievement_1 = require("./models/appAchievement");
|
|
105
|
+
const appLevel_1 = require("./models/appLevel");
|
|
106
|
+
const email_1 = require("./models/email");
|
|
107
|
+
const phoneNumber_1 = require("./models/phoneNumber");
|
|
108
|
+
const cryptoAddress_1 = require("./models/cryptoAddress");
|
|
109
|
+
const connectedAccount_1 = require("./models/connectedAccount");
|
|
100
110
|
const invite_1 = require("./models/invite");
|
|
101
111
|
const claimedInvite_1 = require("./models/claimedInvite");
|
|
102
112
|
const orgInvite_1 = require("./models/orgInvite");
|
|
103
113
|
const orgClaimedInvite_1 = require("./models/orgClaimedInvite");
|
|
114
|
+
const auditLog_1 = require("./models/auditLog");
|
|
104
115
|
const ref_1 = require("./models/ref");
|
|
105
116
|
const store_1 = require("./models/store");
|
|
106
117
|
const appPermissionDefault_1 = require("./models/appPermissionDefault");
|
|
107
|
-
const cryptoAddress_1 = require("./models/cryptoAddress");
|
|
108
118
|
const roleType_1 = require("./models/roleType");
|
|
109
|
-
const orgPermissionDefault_1 = require("./models/orgPermissionDefault");
|
|
110
|
-
const phoneNumber_1 = require("./models/phoneNumber");
|
|
111
119
|
const appLimitDefault_1 = require("./models/appLimitDefault");
|
|
112
120
|
const orgLimitDefault_1 = require("./models/orgLimitDefault");
|
|
113
|
-
const connectedAccount_1 = require("./models/connectedAccount");
|
|
114
121
|
const nodeTypeRegistry_1 = require("./models/nodeTypeRegistry");
|
|
115
122
|
const membershipType_1 = require("./models/membershipType");
|
|
116
123
|
const commit_1 = require("./models/commit");
|
|
117
124
|
const appMembershipDefault_1 = require("./models/appMembershipDefault");
|
|
118
125
|
const rlsModule_1 = require("./models/rlsModule");
|
|
119
126
|
const orgMembershipDefault_1 = require("./models/orgMembershipDefault");
|
|
120
|
-
const auditLog_1 = require("./models/auditLog");
|
|
121
|
-
const appLevel_1 = require("./models/appLevel");
|
|
122
127
|
const sqlMigration_1 = require("./models/sqlMigration");
|
|
123
|
-
const email_1 = require("./models/email");
|
|
124
128
|
const user_1 = require("./models/user");
|
|
125
129
|
const astMigration_1 = require("./models/astMigration");
|
|
126
130
|
const appMembership_1 = require("./models/appMembership");
|
|
@@ -165,9 +169,9 @@ Object.defineProperty(exports, "createMutationOperations", { enumerable: true, g
|
|
|
165
169
|
function createClient(config) {
|
|
166
170
|
const client = new client_1.OrmClient(config);
|
|
167
171
|
return {
|
|
172
|
+
getAllRecord: new getAllRecord_1.GetAllRecordModel(client),
|
|
168
173
|
orgGetManagersRecord: new orgGetManagersRecord_1.OrgGetManagersRecordModel(client),
|
|
169
174
|
orgGetSubordinatesRecord: new orgGetSubordinatesRecord_1.OrgGetSubordinatesRecordModel(client),
|
|
170
|
-
getAllRecord: new getAllRecord_1.GetAllRecordModel(client),
|
|
171
175
|
object: new object_1.ObjectModel(client),
|
|
172
176
|
appPermission: new appPermission_1.AppPermissionModel(client),
|
|
173
177
|
orgPermission: new orgPermission_1.OrgPermissionModel(client),
|
|
@@ -189,11 +193,13 @@ function createClient(config) {
|
|
|
189
193
|
viewTable: new viewTable_1.ViewTableModel(client),
|
|
190
194
|
viewGrant: new viewGrant_1.ViewGrantModel(client),
|
|
191
195
|
viewRule: new viewRule_1.ViewRuleModel(client),
|
|
196
|
+
embeddingChunk: new embeddingChunk_1.EmbeddingChunkModel(client),
|
|
192
197
|
tableTemplateModule: new tableTemplateModule_1.TableTemplateModuleModel(client),
|
|
193
198
|
secureTableProvision: new secureTableProvision_1.SecureTableProvisionModel(client),
|
|
194
199
|
relationProvision: new relationProvision_1.RelationProvisionModel(client),
|
|
195
200
|
schemaGrant: new schemaGrant_1.SchemaGrantModel(client),
|
|
196
201
|
defaultPrivilege: new defaultPrivilege_1.DefaultPrivilegeModel(client),
|
|
202
|
+
enum: new enum_1.EnumModel(client),
|
|
197
203
|
apiSchema: new apiSchema_1.ApiSchemaModel(client),
|
|
198
204
|
apiModule: new apiModule_1.ApiModuleModel(client),
|
|
199
205
|
domain: new domain_1.DomainModel(client),
|
|
@@ -201,6 +207,7 @@ function createClient(config) {
|
|
|
201
207
|
siteModule: new siteModule_1.SiteModuleModel(client),
|
|
202
208
|
siteTheme: new siteTheme_1.SiteThemeModel(client),
|
|
203
209
|
triggerFunction: new triggerFunction_1.TriggerFunctionModel(client),
|
|
210
|
+
databaseTransfer: new databaseTransfer_1.DatabaseTransferModel(client),
|
|
204
211
|
api: new api_1.ApiModel(client),
|
|
205
212
|
site: new site_1.SiteModel(client),
|
|
206
213
|
app: new app_1.AppModel(client),
|
|
@@ -224,7 +231,8 @@ function createClient(config) {
|
|
|
224
231
|
sessionsModule: new sessionsModule_1.SessionsModuleModel(client),
|
|
225
232
|
userAuthModule: new userAuthModule_1.UserAuthModuleModel(client),
|
|
226
233
|
usersModule: new usersModule_1.UsersModuleModel(client),
|
|
227
|
-
|
|
234
|
+
blueprint: new blueprint_1.BlueprintModel(client),
|
|
235
|
+
blueprintTemplate: new blueprintTemplate_1.BlueprintTemplateModel(client),
|
|
228
236
|
databaseProvisionModule: new databaseProvisionModule_1.DatabaseProvisionModuleModel(client),
|
|
229
237
|
appAdminGrant: new appAdminGrant_1.AppAdminGrantModel(client),
|
|
230
238
|
appOwnerGrant: new appOwnerGrant_1.AppOwnerGrantModel(client),
|
|
@@ -236,34 +244,34 @@ function createClient(config) {
|
|
|
236
244
|
orgGrant: new orgGrant_1.OrgGrantModel(client),
|
|
237
245
|
orgChartEdge: new orgChartEdge_1.OrgChartEdgeModel(client),
|
|
238
246
|
orgChartEdgeGrant: new orgChartEdgeGrant_1.OrgChartEdgeGrantModel(client),
|
|
247
|
+
orgPermissionDefault: new orgPermissionDefault_1.OrgPermissionDefaultModel(client),
|
|
239
248
|
appLimit: new appLimit_1.AppLimitModel(client),
|
|
240
249
|
orgLimit: new orgLimit_1.OrgLimitModel(client),
|
|
241
250
|
appStep: new appStep_1.AppStepModel(client),
|
|
242
251
|
appAchievement: new appAchievement_1.AppAchievementModel(client),
|
|
252
|
+
appLevel: new appLevel_1.AppLevelModel(client),
|
|
253
|
+
email: new email_1.EmailModel(client),
|
|
254
|
+
phoneNumber: new phoneNumber_1.PhoneNumberModel(client),
|
|
255
|
+
cryptoAddress: new cryptoAddress_1.CryptoAddressModel(client),
|
|
256
|
+
connectedAccount: new connectedAccount_1.ConnectedAccountModel(client),
|
|
243
257
|
invite: new invite_1.InviteModel(client),
|
|
244
258
|
claimedInvite: new claimedInvite_1.ClaimedInviteModel(client),
|
|
245
259
|
orgInvite: new orgInvite_1.OrgInviteModel(client),
|
|
246
260
|
orgClaimedInvite: new orgClaimedInvite_1.OrgClaimedInviteModel(client),
|
|
261
|
+
auditLog: new auditLog_1.AuditLogModel(client),
|
|
247
262
|
ref: new ref_1.RefModel(client),
|
|
248
263
|
store: new store_1.StoreModel(client),
|
|
249
264
|
appPermissionDefault: new appPermissionDefault_1.AppPermissionDefaultModel(client),
|
|
250
|
-
cryptoAddress: new cryptoAddress_1.CryptoAddressModel(client),
|
|
251
265
|
roleType: new roleType_1.RoleTypeModel(client),
|
|
252
|
-
orgPermissionDefault: new orgPermissionDefault_1.OrgPermissionDefaultModel(client),
|
|
253
|
-
phoneNumber: new phoneNumber_1.PhoneNumberModel(client),
|
|
254
266
|
appLimitDefault: new appLimitDefault_1.AppLimitDefaultModel(client),
|
|
255
267
|
orgLimitDefault: new orgLimitDefault_1.OrgLimitDefaultModel(client),
|
|
256
|
-
connectedAccount: new connectedAccount_1.ConnectedAccountModel(client),
|
|
257
268
|
nodeTypeRegistry: new nodeTypeRegistry_1.NodeTypeRegistryModel(client),
|
|
258
269
|
membershipType: new membershipType_1.MembershipTypeModel(client),
|
|
259
270
|
commit: new commit_1.CommitModel(client),
|
|
260
271
|
appMembershipDefault: new appMembershipDefault_1.AppMembershipDefaultModel(client),
|
|
261
272
|
rlsModule: new rlsModule_1.RlsModuleModel(client),
|
|
262
273
|
orgMembershipDefault: new orgMembershipDefault_1.OrgMembershipDefaultModel(client),
|
|
263
|
-
auditLog: new auditLog_1.AuditLogModel(client),
|
|
264
|
-
appLevel: new appLevel_1.AppLevelModel(client),
|
|
265
274
|
sqlMigration: new sqlMigration_1.SqlMigrationModel(client),
|
|
266
|
-
email: new email_1.EmailModel(client),
|
|
267
275
|
user: new user_1.UserModel(client),
|
|
268
276
|
astMigration: new astMigration_1.AstMigrationModel(client),
|
|
269
277
|
appMembership: new appMembership_1.AppMembershipModel(client),
|