@constructive-sdk/cli 0.17.1 → 0.17.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/cli/commands/app-invite.js +22 -0
- package/admin/cli/commands/app-limit-default.js +22 -0
- package/admin/cli/commands/{confirm-upload.d.ts → app-limit-event.d.ts} +1 -1
- package/admin/cli/commands/app-limit-event.js +212 -0
- package/admin/cli/commands/app-limit.js +66 -0
- package/admin/cli/commands/app-membership.js +0 -22
- package/admin/cli/commands/org-invite.js +22 -0
- package/{esm/admin/cli/commands/confirm-upload.d.ts → admin/cli/commands/org-limit-aggregate.d.ts} +1 -1
- package/admin/cli/commands/org-limit-aggregate.js +362 -0
- package/admin/cli/commands/org-limit-default.js +22 -0
- package/{auth/cli/commands/confirm-upload.d.ts → admin/cli/commands/org-limit-event.d.ts} +1 -1
- package/admin/cli/commands/org-limit-event.js +212 -0
- package/admin/cli/commands/org-limit.js +66 -0
- package/admin/cli/commands/org-membership-setting.js +44 -0
- package/admin/cli/commands.js +25 -21
- package/admin/cli/executor.d.ts +12 -14
- package/admin/orm/index.d.ts +24 -23
- package/admin/orm/index.js +24 -18
- package/admin/orm/input-types.d.ts +1297 -839
- package/admin/orm/models/appLimitEvent.d.ts +32 -0
- package/admin/orm/models/appLimitEvent.js +55 -0
- package/admin/orm/models/index.d.ts +12 -9
- package/admin/orm/models/index.js +25 -19
- package/admin/orm/models/orgLimitAggregate.d.ts +56 -0
- package/admin/orm/models/orgLimitAggregate.js +100 -0
- package/admin/orm/models/orgLimitEvent.d.ts +32 -0
- package/admin/orm/models/orgLimitEvent.js +55 -0
- package/admin/orm/mutation/index.d.ts +1 -15
- package/admin/orm/mutation/index.js +0 -12
- package/auth/cli/commands.js +1 -3
- package/auth/cli/executor.d.ts +0 -5
- package/auth/orm/index.d.ts +0 -5
- package/auth/orm/input-types.d.ts +0 -20
- package/auth/orm/mutation/index.d.ts +1 -15
- package/auth/orm/mutation/index.js +0 -12
- package/esm/admin/cli/commands/app-invite.js +22 -0
- package/esm/admin/cli/commands/app-limit-default.js +22 -0
- package/esm/{auth/cli/commands/confirm-upload.d.ts → admin/cli/commands/app-limit-event.d.ts} +1 -1
- package/esm/admin/cli/commands/app-limit-event.js +210 -0
- package/esm/admin/cli/commands/app-limit.js +66 -0
- package/esm/admin/cli/commands/app-membership.js +0 -22
- package/esm/admin/cli/commands/org-invite.js +22 -0
- package/esm/admin/cli/commands/org-limit-aggregate.d.ts +8 -0
- package/esm/admin/cli/commands/org-limit-aggregate.js +360 -0
- package/esm/admin/cli/commands/org-limit-default.js +22 -0
- package/esm/admin/cli/commands/org-limit-event.d.ts +8 -0
- package/esm/admin/cli/commands/org-limit-event.js +210 -0
- package/esm/admin/cli/commands/org-limit.js +66 -0
- package/esm/admin/cli/commands/org-membership-setting.js +44 -0
- package/esm/admin/cli/commands.js +25 -21
- package/esm/admin/cli/executor.d.ts +12 -14
- package/esm/admin/orm/index.d.ts +24 -23
- package/esm/admin/orm/index.js +24 -18
- package/esm/admin/orm/input-types.d.ts +1297 -839
- package/esm/admin/orm/models/appLimitEvent.d.ts +32 -0
- package/esm/admin/orm/models/appLimitEvent.js +51 -0
- package/esm/admin/orm/models/index.d.ts +12 -9
- package/esm/admin/orm/models/index.js +12 -9
- package/esm/admin/orm/models/orgLimitAggregate.d.ts +56 -0
- package/esm/admin/orm/models/orgLimitAggregate.js +96 -0
- package/esm/admin/orm/models/orgLimitEvent.d.ts +32 -0
- package/esm/admin/orm/models/orgLimitEvent.js +51 -0
- package/esm/admin/orm/mutation/index.d.ts +1 -15
- package/esm/admin/orm/mutation/index.js +0 -12
- package/esm/auth/cli/commands.js +1 -3
- package/esm/auth/cli/executor.d.ts +0 -5
- package/esm/auth/orm/index.d.ts +0 -5
- package/esm/auth/orm/input-types.d.ts +0 -20
- package/esm/auth/orm/mutation/index.d.ts +1 -15
- package/esm/auth/orm/mutation/index.js +0 -12
- package/esm/objects/cli/commands.js +1 -3
- package/esm/objects/cli/executor.d.ts +0 -5
- package/esm/objects/orm/index.d.ts +0 -5
- package/esm/objects/orm/input-types.d.ts +0 -20
- package/esm/objects/orm/mutation/index.d.ts +1 -15
- package/esm/objects/orm/mutation/index.js +0 -12
- package/esm/public/cli/commands/agent-message.d.ts +8 -0
- package/esm/public/cli/commands/agent-message.js +324 -0
- package/esm/public/cli/commands/agent-task.d.ts +8 -0
- package/esm/public/cli/commands/agent-task.js +368 -0
- package/esm/public/cli/commands/agent-thread.d.ts +8 -0
- package/esm/public/cli/commands/agent-thread.js +372 -0
- package/esm/public/cli/commands/app-invite.js +22 -0
- package/esm/public/cli/commands/app-limit-default.js +22 -0
- package/esm/public/cli/commands/app-limit-event.d.ts +8 -0
- package/esm/public/cli/commands/app-limit-event.js +210 -0
- package/esm/public/cli/commands/app-limit.js +66 -0
- package/esm/public/cli/commands/app-membership.js +0 -22
- package/esm/public/cli/commands/billing-module.d.ts +8 -0
- package/esm/public/cli/commands/billing-module.js +492 -0
- package/esm/public/cli/commands/limits-module.js +22 -0
- package/esm/public/cli/commands/node-type-registry.d.ts +8 -0
- package/esm/public/cli/commands/node-type-registry.js +343 -0
- package/esm/public/cli/commands/org-invite.js +22 -0
- package/esm/public/cli/commands/org-limit-aggregate.d.ts +8 -0
- package/esm/public/cli/commands/org-limit-aggregate.js +360 -0
- package/esm/public/cli/commands/org-limit-default.js +22 -0
- package/esm/public/cli/commands/org-limit-event.d.ts +8 -0
- package/esm/public/cli/commands/org-limit-event.js +210 -0
- package/esm/public/cli/commands/org-limit.js +66 -0
- package/esm/public/cli/commands/org-membership-setting.js +44 -0
- package/esm/public/cli/commands/plans-module.d.ts +8 -0
- package/esm/public/cli/commands/plans-module.js +426 -0
- package/esm/public/cli/commands/profiles-module.js +44 -0
- package/esm/public/cli/commands/storage-module.js +22 -44
- package/esm/public/cli/commands.js +45 -29
- package/esm/public/cli/executor.d.ts +38 -34
- package/esm/public/orm/index.d.ts +56 -43
- package/esm/public/orm/index.js +36 -18
- package/esm/public/orm/input-types.d.ts +2983 -1112
- package/esm/public/orm/input-types.js +9 -0
- package/esm/public/orm/models/agentMessage.d.ts +56 -0
- package/esm/public/orm/models/agentMessage.js +96 -0
- package/esm/public/orm/models/agentTask.d.ts +56 -0
- package/esm/public/orm/models/agentTask.js +96 -0
- package/esm/public/orm/models/agentThread.d.ts +56 -0
- package/esm/public/orm/models/agentThread.js +96 -0
- package/esm/public/orm/models/appLimitEvent.d.ts +32 -0
- package/esm/public/orm/models/appLimitEvent.js +51 -0
- package/esm/public/orm/models/billingModule.d.ts +56 -0
- package/esm/public/orm/models/billingModule.js +96 -0
- package/esm/public/orm/models/index.d.ts +18 -9
- package/esm/public/orm/models/index.js +18 -9
- package/esm/public/orm/models/nodeTypeRegistry.d.ts +56 -0
- package/esm/public/orm/models/nodeTypeRegistry.js +96 -0
- package/esm/public/orm/models/orgLimitAggregate.d.ts +56 -0
- package/esm/public/orm/models/orgLimitAggregate.js +96 -0
- package/esm/public/orm/models/orgLimitEvent.d.ts +32 -0
- package/esm/public/orm/models/orgLimitEvent.js +51 -0
- package/esm/public/orm/models/plansModule.d.ts +56 -0
- package/esm/public/orm/models/plansModule.js +96 -0
- package/esm/public/orm/mutation/index.d.ts +17 -31
- package/esm/public/orm/mutation/index.js +24 -36
- package/esm/public/orm/query/index.d.ts +28 -28
- package/esm/public/orm/query/index.js +48 -48
- package/objects/cli/commands.js +1 -3
- package/objects/cli/executor.d.ts +0 -5
- package/objects/orm/index.d.ts +0 -5
- package/objects/orm/input-types.d.ts +0 -20
- package/objects/orm/mutation/index.d.ts +1 -15
- package/objects/orm/mutation/index.js +0 -12
- package/package.json +4 -4
- package/public/cli/commands/agent-message.d.ts +8 -0
- package/public/cli/commands/agent-message.js +326 -0
- package/public/cli/commands/agent-task.d.ts +8 -0
- package/public/cli/commands/agent-task.js +370 -0
- package/public/cli/commands/agent-thread.d.ts +8 -0
- package/public/cli/commands/agent-thread.js +374 -0
- package/public/cli/commands/app-invite.js +22 -0
- package/public/cli/commands/app-limit-default.js +22 -0
- package/public/cli/commands/app-limit-event.d.ts +8 -0
- package/public/cli/commands/app-limit-event.js +212 -0
- package/public/cli/commands/app-limit.js +66 -0
- package/public/cli/commands/app-membership.js +0 -22
- package/public/cli/commands/billing-module.d.ts +8 -0
- package/public/cli/commands/billing-module.js +494 -0
- package/public/cli/commands/limits-module.js +22 -0
- package/public/cli/commands/node-type-registry.d.ts +8 -0
- package/public/cli/commands/node-type-registry.js +345 -0
- package/public/cli/commands/org-invite.js +22 -0
- package/public/cli/commands/org-limit-aggregate.d.ts +8 -0
- package/public/cli/commands/org-limit-aggregate.js +362 -0
- package/public/cli/commands/org-limit-default.js +22 -0
- package/public/cli/commands/org-limit-event.d.ts +8 -0
- package/public/cli/commands/org-limit-event.js +212 -0
- package/public/cli/commands/org-limit.js +66 -0
- package/public/cli/commands/org-membership-setting.js +44 -0
- package/public/cli/commands/plans-module.d.ts +8 -0
- package/public/cli/commands/plans-module.js +428 -0
- package/public/cli/commands/profiles-module.js +44 -0
- package/public/cli/commands/storage-module.js +22 -44
- package/public/cli/commands.js +45 -29
- package/public/cli/executor.d.ts +38 -34
- package/public/orm/index.d.ts +56 -43
- package/public/orm/index.js +36 -18
- package/public/orm/input-types.d.ts +2983 -1112
- package/public/orm/input-types.js +9 -0
- package/public/orm/models/agentMessage.d.ts +56 -0
- package/public/orm/models/agentMessage.js +100 -0
- package/public/orm/models/agentTask.d.ts +56 -0
- package/public/orm/models/agentTask.js +100 -0
- package/public/orm/models/agentThread.d.ts +56 -0
- package/public/orm/models/agentThread.js +100 -0
- package/public/orm/models/appLimitEvent.d.ts +32 -0
- package/public/orm/models/appLimitEvent.js +55 -0
- package/public/orm/models/billingModule.d.ts +56 -0
- package/public/orm/models/billingModule.js +100 -0
- package/public/orm/models/index.d.ts +18 -9
- package/public/orm/models/index.js +39 -21
- package/public/orm/models/nodeTypeRegistry.d.ts +56 -0
- package/public/orm/models/nodeTypeRegistry.js +100 -0
- package/public/orm/models/orgLimitAggregate.d.ts +56 -0
- package/public/orm/models/orgLimitAggregate.js +100 -0
- package/public/orm/models/orgLimitEvent.d.ts +32 -0
- package/public/orm/models/orgLimitEvent.js +55 -0
- package/public/orm/models/plansModule.d.ts +56 -0
- package/public/orm/models/plansModule.js +100 -0
- package/public/orm/mutation/index.d.ts +17 -31
- package/public/orm/mutation/index.js +24 -36
- package/public/orm/query/index.d.ts +28 -28
- package/public/orm/query/index.js +48 -48
- package/admin/cli/commands/confirm-upload.js +0 -36
- package/auth/cli/commands/confirm-upload.js +0 -36
- package/esm/admin/cli/commands/confirm-upload.js +0 -34
- package/esm/auth/cli/commands/confirm-upload.js +0 -34
- package/esm/objects/cli/commands/confirm-upload.d.ts +0 -8
- package/esm/objects/cli/commands/confirm-upload.js +0 -34
- package/esm/public/cli/commands/confirm-upload.d.ts +0 -8
- package/esm/public/cli/commands/confirm-upload.js +0 -34
- package/objects/cli/commands/confirm-upload.d.ts +0 -8
- package/objects/cli/commands/confirm-upload.js +0 -36
- package/public/cli/commands/confirm-upload.d.ts +0 -8
- package/public/cli/commands/confirm-upload.js +0 -36
package/public/orm/index.d.ts
CHANGED
|
@@ -2,9 +2,9 @@ import type { OrmClientConfig } from './client';
|
|
|
2
2
|
import { OrgGetManagersRecordModel } from './models/orgGetManagersRecord';
|
|
3
3
|
import { OrgGetSubordinatesRecordModel } from './models/orgGetSubordinatesRecord';
|
|
4
4
|
import { GetAllRecordModel } from './models/getAllRecord';
|
|
5
|
-
import { ObjectModel } from './models/object';
|
|
6
5
|
import { AppPermissionModel } from './models/appPermission';
|
|
7
6
|
import { OrgPermissionModel } from './models/orgPermission';
|
|
7
|
+
import { ObjectModel } from './models/object';
|
|
8
8
|
import { AppLevelRequirementModel } from './models/appLevelRequirement';
|
|
9
9
|
import { DatabaseModel } from './models/database';
|
|
10
10
|
import { SchemaModel } from './models/schema';
|
|
@@ -85,6 +85,7 @@ import { OrgChartEdgeGrantModel } from './models/orgChartEdgeGrant';
|
|
|
85
85
|
import { OrgPermissionDefaultModel } from './models/orgPermissionDefault';
|
|
86
86
|
import { AppLimitModel } from './models/appLimit';
|
|
87
87
|
import { OrgLimitModel } from './models/orgLimit';
|
|
88
|
+
import { OrgLimitAggregateModel } from './models/orgLimitAggregate';
|
|
88
89
|
import { AppStepModel } from './models/appStep';
|
|
89
90
|
import { AppAchievementModel } from './models/appAchievement';
|
|
90
91
|
import { AppLevelModel } from './models/appLevel';
|
|
@@ -97,26 +98,34 @@ import { AppClaimedInviteModel } from './models/appClaimedInvite';
|
|
|
97
98
|
import { OrgInviteModel } from './models/orgInvite';
|
|
98
99
|
import { OrgClaimedInviteModel } from './models/orgClaimedInvite';
|
|
99
100
|
import { AuditLogModel } from './models/auditLog';
|
|
100
|
-
import {
|
|
101
|
+
import { AgentThreadModel } from './models/agentThread';
|
|
102
|
+
import { AgentMessageModel } from './models/agentMessage';
|
|
103
|
+
import { AgentTaskModel } from './models/agentTask';
|
|
104
|
+
import { RoleTypeModel } from './models/roleType';
|
|
101
105
|
import { IdentityProviderModel } from './models/identityProvider';
|
|
102
106
|
import { RefModel } from './models/ref';
|
|
103
107
|
import { StoreModel } from './models/store';
|
|
104
|
-
import {
|
|
108
|
+
import { AppPermissionDefaultModel } from './models/appPermissionDefault';
|
|
109
|
+
import { MembershipTypeModel } from './models/membershipType';
|
|
105
110
|
import { MigrateFileModel } from './models/migrateFile';
|
|
111
|
+
import { DevicesModuleModel } from './models/devicesModule';
|
|
112
|
+
import { NodeTypeRegistryModel } from './models/nodeTypeRegistry';
|
|
106
113
|
import { AppLimitDefaultModel } from './models/appLimitDefault';
|
|
107
114
|
import { OrgLimitDefaultModel } from './models/orgLimitDefault';
|
|
108
|
-
import { DevicesModuleModel } from './models/devicesModule';
|
|
109
115
|
import { UserConnectedAccountModel } from './models/userConnectedAccount';
|
|
110
|
-
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
111
|
-
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
112
116
|
import { CommitModel } from './models/commit';
|
|
113
117
|
import { RateLimitsModuleModel } from './models/rateLimitsModule';
|
|
114
|
-
import {
|
|
118
|
+
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
119
|
+
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
120
|
+
import { AppLimitEventModel } from './models/appLimitEvent';
|
|
121
|
+
import { OrgLimitEventModel } from './models/orgLimitEvent';
|
|
122
|
+
import { PlansModuleModel } from './models/plansModule';
|
|
115
123
|
import { RlsModuleModel } from './models/rlsModule';
|
|
116
124
|
import { SqlActionModel } from './models/sqlAction';
|
|
117
|
-
import {
|
|
118
|
-
import { UserModel } from './models/user';
|
|
125
|
+
import { BillingModuleModel } from './models/billingModule';
|
|
119
126
|
import { AstMigrationModel } from './models/astMigration';
|
|
127
|
+
import { UserModel } from './models/user';
|
|
128
|
+
import { OrgMembershipSettingModel } from './models/orgMembershipSetting';
|
|
120
129
|
import { AppMembershipModel } from './models/appMembership';
|
|
121
130
|
import { HierarchyModuleModel } from './models/hierarchyModule';
|
|
122
131
|
export type { OrmClientConfig, QueryResult, GraphQLError, GraphQLAdapter } from './client';
|
|
@@ -154,9 +163,9 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
154
163
|
orgGetManagersRecord: OrgGetManagersRecordModel;
|
|
155
164
|
orgGetSubordinatesRecord: OrgGetSubordinatesRecordModel;
|
|
156
165
|
getAllRecord: GetAllRecordModel;
|
|
157
|
-
object: ObjectModel;
|
|
158
166
|
appPermission: AppPermissionModel;
|
|
159
167
|
orgPermission: OrgPermissionModel;
|
|
168
|
+
object: ObjectModel;
|
|
160
169
|
appLevelRequirement: AppLevelRequirementModel;
|
|
161
170
|
database: DatabaseModel;
|
|
162
171
|
schema: SchemaModel;
|
|
@@ -237,6 +246,7 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
237
246
|
orgPermissionDefault: OrgPermissionDefaultModel;
|
|
238
247
|
appLimit: AppLimitModel;
|
|
239
248
|
orgLimit: OrgLimitModel;
|
|
249
|
+
orgLimitAggregate: OrgLimitAggregateModel;
|
|
240
250
|
appStep: AppStepModel;
|
|
241
251
|
appAchievement: AppAchievementModel;
|
|
242
252
|
appLevel: AppLevelModel;
|
|
@@ -249,26 +259,34 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
249
259
|
orgInvite: OrgInviteModel;
|
|
250
260
|
orgClaimedInvite: OrgClaimedInviteModel;
|
|
251
261
|
auditLog: AuditLogModel;
|
|
252
|
-
|
|
262
|
+
agentThread: AgentThreadModel;
|
|
263
|
+
agentMessage: AgentMessageModel;
|
|
264
|
+
agentTask: AgentTaskModel;
|
|
265
|
+
roleType: RoleTypeModel;
|
|
253
266
|
identityProvider: IdentityProviderModel;
|
|
254
267
|
ref: RefModel;
|
|
255
268
|
store: StoreModel;
|
|
256
|
-
|
|
269
|
+
appPermissionDefault: AppPermissionDefaultModel;
|
|
270
|
+
membershipType: MembershipTypeModel;
|
|
257
271
|
migrateFile: MigrateFileModel;
|
|
272
|
+
devicesModule: DevicesModuleModel;
|
|
273
|
+
nodeTypeRegistry: NodeTypeRegistryModel;
|
|
258
274
|
appLimitDefault: AppLimitDefaultModel;
|
|
259
275
|
orgLimitDefault: OrgLimitDefaultModel;
|
|
260
|
-
devicesModule: DevicesModuleModel;
|
|
261
276
|
userConnectedAccount: UserConnectedAccountModel;
|
|
262
|
-
appMembershipDefault: AppMembershipDefaultModel;
|
|
263
|
-
orgMembershipDefault: OrgMembershipDefaultModel;
|
|
264
277
|
commit: CommitModel;
|
|
265
278
|
rateLimitsModule: RateLimitsModuleModel;
|
|
266
|
-
|
|
279
|
+
appMembershipDefault: AppMembershipDefaultModel;
|
|
280
|
+
orgMembershipDefault: OrgMembershipDefaultModel;
|
|
281
|
+
appLimitEvent: AppLimitEventModel;
|
|
282
|
+
orgLimitEvent: OrgLimitEventModel;
|
|
283
|
+
plansModule: PlansModuleModel;
|
|
267
284
|
rlsModule: RlsModuleModel;
|
|
268
285
|
sqlAction: SqlActionModel;
|
|
269
|
-
|
|
270
|
-
user: UserModel;
|
|
286
|
+
billingModule: BillingModuleModel;
|
|
271
287
|
astMigration: AstMigrationModel;
|
|
288
|
+
user: UserModel;
|
|
289
|
+
orgMembershipSetting: OrgMembershipSettingModel;
|
|
272
290
|
appMembership: AppMembershipModel;
|
|
273
291
|
hierarchyModule: HierarchyModuleModel;
|
|
274
292
|
query: {
|
|
@@ -347,6 +365,16 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
347
365
|
}) => import("./query-builder").QueryBuilder<{
|
|
348
366
|
orgPermissionsGetMaskByNames: string | null;
|
|
349
367
|
}>;
|
|
368
|
+
appPermissionsGetByMask: (args: import("./query").AppPermissionsGetByMaskVariables, options?: {
|
|
369
|
+
select?: Record<string, unknown>;
|
|
370
|
+
}) => import("./query-builder").QueryBuilder<{
|
|
371
|
+
appPermissionsGetByMask: import("./input-types").AppPermissionConnection | null;
|
|
372
|
+
}>;
|
|
373
|
+
orgPermissionsGetByMask: (args: import("./query").OrgPermissionsGetByMaskVariables, options?: {
|
|
374
|
+
select?: Record<string, unknown>;
|
|
375
|
+
}) => import("./query-builder").QueryBuilder<{
|
|
376
|
+
orgPermissionsGetByMask: import("./input-types").OrgPermissionConnection | null;
|
|
377
|
+
}>;
|
|
350
378
|
getAllObjectsFromRoot: (args: import("./query").GetAllObjectsFromRootVariables, options?: {
|
|
351
379
|
select?: Record<string, unknown>;
|
|
352
380
|
}) => import("./query-builder").QueryBuilder<{
|
|
@@ -362,16 +390,6 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
362
390
|
} & import("./select-types").StrictSelect<S, import("./input-types").ObjectSelect>) => import("./query-builder").QueryBuilder<{
|
|
363
391
|
getObjectAtPath: import("./select-types").InferSelectResult<import("./input-types").Object, S> | null;
|
|
364
392
|
}>;
|
|
365
|
-
appPermissionsGetByMask: (args: import("./query").AppPermissionsGetByMaskVariables, options?: {
|
|
366
|
-
select?: Record<string, unknown>;
|
|
367
|
-
}) => import("./query-builder").QueryBuilder<{
|
|
368
|
-
appPermissionsGetByMask: import("./input-types").AppPermissionConnection | null;
|
|
369
|
-
}>;
|
|
370
|
-
orgPermissionsGetByMask: (args: import("./query").OrgPermissionsGetByMaskVariables, options?: {
|
|
371
|
-
select?: Record<string, unknown>;
|
|
372
|
-
}) => import("./query-builder").QueryBuilder<{
|
|
373
|
-
orgPermissionsGetByMask: import("./input-types").OrgPermissionConnection | null;
|
|
374
|
-
}>;
|
|
375
393
|
stepsRequired: (args: import("./query").StepsRequiredVariables, options?: {
|
|
376
394
|
select?: Record<string, unknown>;
|
|
377
395
|
}) => import("./query-builder").QueryBuilder<{
|
|
@@ -589,6 +607,16 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
589
607
|
} & import("./select-types").StrictSelect<S, import("./input-types").CreateApiKeyPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
590
608
|
createApiKey: import("./select-types").InferSelectResult<import("./input-types").CreateApiKeyPayload, S> | null;
|
|
591
609
|
}>;
|
|
610
|
+
sendVerificationEmail: <S extends import("./input-types").SendVerificationEmailPayloadSelect>(args: import("./mutation").SendVerificationEmailVariables, options: {
|
|
611
|
+
select: S;
|
|
612
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").SendVerificationEmailPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
613
|
+
sendVerificationEmail: import("./select-types").InferSelectResult<import("./input-types").SendVerificationEmailPayload, S> | null;
|
|
614
|
+
}>;
|
|
615
|
+
forgotPassword: <S extends import("./input-types").ForgotPasswordPayloadSelect>(args: import("./mutation").ForgotPasswordVariables, options: {
|
|
616
|
+
select: S;
|
|
617
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").ForgotPasswordPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
618
|
+
forgotPassword: import("./select-types").InferSelectResult<import("./input-types").ForgotPasswordPayload, S> | null;
|
|
619
|
+
}>;
|
|
592
620
|
signUp: <S extends import("./input-types").SignUpPayloadSelect>(args: import("./mutation").SignUpVariables, options: {
|
|
593
621
|
select: S;
|
|
594
622
|
} & import("./select-types").StrictSelect<S, import("./input-types").SignUpPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
@@ -609,26 +637,11 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
609
637
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionTablePayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
610
638
|
provisionTable: import("./select-types").InferSelectResult<import("./input-types").ProvisionTablePayload, S> | null;
|
|
611
639
|
}>;
|
|
612
|
-
sendVerificationEmail: <S extends import("./input-types").SendVerificationEmailPayloadSelect>(args: import("./mutation").SendVerificationEmailVariables, options: {
|
|
613
|
-
select: S;
|
|
614
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").SendVerificationEmailPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
615
|
-
sendVerificationEmail: import("./select-types").InferSelectResult<import("./input-types").SendVerificationEmailPayload, S> | null;
|
|
616
|
-
}>;
|
|
617
|
-
forgotPassword: <S extends import("./input-types").ForgotPasswordPayloadSelect>(args: import("./mutation").ForgotPasswordVariables, options: {
|
|
618
|
-
select: S;
|
|
619
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").ForgotPasswordPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
620
|
-
forgotPassword: import("./select-types").InferSelectResult<import("./input-types").ForgotPasswordPayload, S> | null;
|
|
621
|
-
}>;
|
|
622
640
|
requestUploadUrl: <S extends import("./input-types").RequestUploadUrlPayloadSelect>(args: import("./mutation").RequestUploadUrlVariables, options: {
|
|
623
641
|
select: S;
|
|
624
642
|
} & import("./select-types").StrictSelect<S, import("./input-types").RequestUploadUrlPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
625
643
|
requestUploadUrl: import("./select-types").InferSelectResult<import("./input-types").RequestUploadUrlPayload, S> | null;
|
|
626
644
|
}>;
|
|
627
|
-
confirmUpload: <S extends import("./input-types").ConfirmUploadPayloadSelect>(args: import("./mutation").ConfirmUploadVariables, options: {
|
|
628
|
-
select: S;
|
|
629
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").ConfirmUploadPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
630
|
-
confirmUpload: import("./select-types").InferSelectResult<import("./input-types").ConfirmUploadPayload, S> | null;
|
|
631
|
-
}>;
|
|
632
645
|
provisionBucket: <S extends import("./input-types").ProvisionBucketPayloadSelect>(args: import("./mutation").ProvisionBucketVariables, options: {
|
|
633
646
|
select: S;
|
|
634
647
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionBucketPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
package/public/orm/index.js
CHANGED
|
@@ -25,9 +25,9 @@ const client_1 = require("./client");
|
|
|
25
25
|
const orgGetManagersRecord_1 = require("./models/orgGetManagersRecord");
|
|
26
26
|
const orgGetSubordinatesRecord_1 = require("./models/orgGetSubordinatesRecord");
|
|
27
27
|
const getAllRecord_1 = require("./models/getAllRecord");
|
|
28
|
-
const object_1 = require("./models/object");
|
|
29
28
|
const appPermission_1 = require("./models/appPermission");
|
|
30
29
|
const orgPermission_1 = require("./models/orgPermission");
|
|
30
|
+
const object_1 = require("./models/object");
|
|
31
31
|
const appLevelRequirement_1 = require("./models/appLevelRequirement");
|
|
32
32
|
const database_1 = require("./models/database");
|
|
33
33
|
const schema_1 = require("./models/schema");
|
|
@@ -108,6 +108,7 @@ const orgChartEdgeGrant_1 = require("./models/orgChartEdgeGrant");
|
|
|
108
108
|
const orgPermissionDefault_1 = require("./models/orgPermissionDefault");
|
|
109
109
|
const appLimit_1 = require("./models/appLimit");
|
|
110
110
|
const orgLimit_1 = require("./models/orgLimit");
|
|
111
|
+
const orgLimitAggregate_1 = require("./models/orgLimitAggregate");
|
|
111
112
|
const appStep_1 = require("./models/appStep");
|
|
112
113
|
const appAchievement_1 = require("./models/appAchievement");
|
|
113
114
|
const appLevel_1 = require("./models/appLevel");
|
|
@@ -120,26 +121,34 @@ const appClaimedInvite_1 = require("./models/appClaimedInvite");
|
|
|
120
121
|
const orgInvite_1 = require("./models/orgInvite");
|
|
121
122
|
const orgClaimedInvite_1 = require("./models/orgClaimedInvite");
|
|
122
123
|
const auditLog_1 = require("./models/auditLog");
|
|
123
|
-
const
|
|
124
|
+
const agentThread_1 = require("./models/agentThread");
|
|
125
|
+
const agentMessage_1 = require("./models/agentMessage");
|
|
126
|
+
const agentTask_1 = require("./models/agentTask");
|
|
127
|
+
const roleType_1 = require("./models/roleType");
|
|
124
128
|
const identityProvider_1 = require("./models/identityProvider");
|
|
125
129
|
const ref_1 = require("./models/ref");
|
|
126
130
|
const store_1 = require("./models/store");
|
|
127
|
-
const
|
|
131
|
+
const appPermissionDefault_1 = require("./models/appPermissionDefault");
|
|
132
|
+
const membershipType_1 = require("./models/membershipType");
|
|
128
133
|
const migrateFile_1 = require("./models/migrateFile");
|
|
134
|
+
const devicesModule_1 = require("./models/devicesModule");
|
|
135
|
+
const nodeTypeRegistry_1 = require("./models/nodeTypeRegistry");
|
|
129
136
|
const appLimitDefault_1 = require("./models/appLimitDefault");
|
|
130
137
|
const orgLimitDefault_1 = require("./models/orgLimitDefault");
|
|
131
|
-
const devicesModule_1 = require("./models/devicesModule");
|
|
132
138
|
const userConnectedAccount_1 = require("./models/userConnectedAccount");
|
|
133
|
-
const appMembershipDefault_1 = require("./models/appMembershipDefault");
|
|
134
|
-
const orgMembershipDefault_1 = require("./models/orgMembershipDefault");
|
|
135
139
|
const commit_1 = require("./models/commit");
|
|
136
140
|
const rateLimitsModule_1 = require("./models/rateLimitsModule");
|
|
137
|
-
const
|
|
141
|
+
const appMembershipDefault_1 = require("./models/appMembershipDefault");
|
|
142
|
+
const orgMembershipDefault_1 = require("./models/orgMembershipDefault");
|
|
143
|
+
const appLimitEvent_1 = require("./models/appLimitEvent");
|
|
144
|
+
const orgLimitEvent_1 = require("./models/orgLimitEvent");
|
|
145
|
+
const plansModule_1 = require("./models/plansModule");
|
|
138
146
|
const rlsModule_1 = require("./models/rlsModule");
|
|
139
147
|
const sqlAction_1 = require("./models/sqlAction");
|
|
140
|
-
const
|
|
141
|
-
const user_1 = require("./models/user");
|
|
148
|
+
const billingModule_1 = require("./models/billingModule");
|
|
142
149
|
const astMigration_1 = require("./models/astMigration");
|
|
150
|
+
const user_1 = require("./models/user");
|
|
151
|
+
const orgMembershipSetting_1 = require("./models/orgMembershipSetting");
|
|
143
152
|
const appMembership_1 = require("./models/appMembership");
|
|
144
153
|
const hierarchyModule_1 = require("./models/hierarchyModule");
|
|
145
154
|
const query_1 = require("./query");
|
|
@@ -185,9 +194,9 @@ function createClient(config) {
|
|
|
185
194
|
orgGetManagersRecord: new orgGetManagersRecord_1.OrgGetManagersRecordModel(client),
|
|
186
195
|
orgGetSubordinatesRecord: new orgGetSubordinatesRecord_1.OrgGetSubordinatesRecordModel(client),
|
|
187
196
|
getAllRecord: new getAllRecord_1.GetAllRecordModel(client),
|
|
188
|
-
object: new object_1.ObjectModel(client),
|
|
189
197
|
appPermission: new appPermission_1.AppPermissionModel(client),
|
|
190
198
|
orgPermission: new orgPermission_1.OrgPermissionModel(client),
|
|
199
|
+
object: new object_1.ObjectModel(client),
|
|
191
200
|
appLevelRequirement: new appLevelRequirement_1.AppLevelRequirementModel(client),
|
|
192
201
|
database: new database_1.DatabaseModel(client),
|
|
193
202
|
schema: new schema_1.SchemaModel(client),
|
|
@@ -268,6 +277,7 @@ function createClient(config) {
|
|
|
268
277
|
orgPermissionDefault: new orgPermissionDefault_1.OrgPermissionDefaultModel(client),
|
|
269
278
|
appLimit: new appLimit_1.AppLimitModel(client),
|
|
270
279
|
orgLimit: new orgLimit_1.OrgLimitModel(client),
|
|
280
|
+
orgLimitAggregate: new orgLimitAggregate_1.OrgLimitAggregateModel(client),
|
|
271
281
|
appStep: new appStep_1.AppStepModel(client),
|
|
272
282
|
appAchievement: new appAchievement_1.AppAchievementModel(client),
|
|
273
283
|
appLevel: new appLevel_1.AppLevelModel(client),
|
|
@@ -280,26 +290,34 @@ function createClient(config) {
|
|
|
280
290
|
orgInvite: new orgInvite_1.OrgInviteModel(client),
|
|
281
291
|
orgClaimedInvite: new orgClaimedInvite_1.OrgClaimedInviteModel(client),
|
|
282
292
|
auditLog: new auditLog_1.AuditLogModel(client),
|
|
283
|
-
|
|
293
|
+
agentThread: new agentThread_1.AgentThreadModel(client),
|
|
294
|
+
agentMessage: new agentMessage_1.AgentMessageModel(client),
|
|
295
|
+
agentTask: new agentTask_1.AgentTaskModel(client),
|
|
296
|
+
roleType: new roleType_1.RoleTypeModel(client),
|
|
284
297
|
identityProvider: new identityProvider_1.IdentityProviderModel(client),
|
|
285
298
|
ref: new ref_1.RefModel(client),
|
|
286
299
|
store: new store_1.StoreModel(client),
|
|
287
|
-
|
|
300
|
+
appPermissionDefault: new appPermissionDefault_1.AppPermissionDefaultModel(client),
|
|
301
|
+
membershipType: new membershipType_1.MembershipTypeModel(client),
|
|
288
302
|
migrateFile: new migrateFile_1.MigrateFileModel(client),
|
|
303
|
+
devicesModule: new devicesModule_1.DevicesModuleModel(client),
|
|
304
|
+
nodeTypeRegistry: new nodeTypeRegistry_1.NodeTypeRegistryModel(client),
|
|
289
305
|
appLimitDefault: new appLimitDefault_1.AppLimitDefaultModel(client),
|
|
290
306
|
orgLimitDefault: new orgLimitDefault_1.OrgLimitDefaultModel(client),
|
|
291
|
-
devicesModule: new devicesModule_1.DevicesModuleModel(client),
|
|
292
307
|
userConnectedAccount: new userConnectedAccount_1.UserConnectedAccountModel(client),
|
|
293
|
-
appMembershipDefault: new appMembershipDefault_1.AppMembershipDefaultModel(client),
|
|
294
|
-
orgMembershipDefault: new orgMembershipDefault_1.OrgMembershipDefaultModel(client),
|
|
295
308
|
commit: new commit_1.CommitModel(client),
|
|
296
309
|
rateLimitsModule: new rateLimitsModule_1.RateLimitsModuleModel(client),
|
|
297
|
-
|
|
310
|
+
appMembershipDefault: new appMembershipDefault_1.AppMembershipDefaultModel(client),
|
|
311
|
+
orgMembershipDefault: new orgMembershipDefault_1.OrgMembershipDefaultModel(client),
|
|
312
|
+
appLimitEvent: new appLimitEvent_1.AppLimitEventModel(client),
|
|
313
|
+
orgLimitEvent: new orgLimitEvent_1.OrgLimitEventModel(client),
|
|
314
|
+
plansModule: new plansModule_1.PlansModuleModel(client),
|
|
298
315
|
rlsModule: new rlsModule_1.RlsModuleModel(client),
|
|
299
316
|
sqlAction: new sqlAction_1.SqlActionModel(client),
|
|
300
|
-
|
|
301
|
-
user: new user_1.UserModel(client),
|
|
317
|
+
billingModule: new billingModule_1.BillingModuleModel(client),
|
|
302
318
|
astMigration: new astMigration_1.AstMigrationModel(client),
|
|
319
|
+
user: new user_1.UserModel(client),
|
|
320
|
+
orgMembershipSetting: new orgMembershipSetting_1.OrgMembershipSettingModel(client),
|
|
303
321
|
appMembership: new appMembership_1.AppMembershipModel(client),
|
|
304
322
|
hierarchyModule: new hierarchyModule_1.HierarchyModuleModel(client),
|
|
305
323
|
query: (0, query_1.createQueryOperations)(client),
|