@constructive-io/sdk 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/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/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/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/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/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/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/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/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
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import { OrmClient } from '../client';
|
|
7
7
|
import { QueryBuilder } from '../query-builder';
|
|
8
8
|
import type { InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
-
import type { FreezeObjectsInput, InitEmptyRepoInput, RemoveNodeAtPathInput, SetDataAtPathInput, SetPropsAndCommitInput, InsertNodeAtPathInput, UpdateNodeAtPathInput, SetAndCommitInput, RequestUploadUrlInput,
|
|
9
|
+
import type { FreezeObjectsInput, InitEmptyRepoInput, RemoveNodeAtPathInput, SetDataAtPathInput, SetPropsAndCommitInput, InsertNodeAtPathInput, UpdateNodeAtPathInput, SetAndCommitInput, RequestUploadUrlInput, ProvisionBucketInput, FreezeObjectsPayload, InitEmptyRepoPayload, RemoveNodeAtPathPayload, SetDataAtPathPayload, SetPropsAndCommitPayload, InsertNodeAtPathPayload, UpdateNodeAtPathPayload, SetAndCommitPayload, RequestUploadUrlPayload, ProvisionBucketPayload, FreezeObjectsPayloadSelect, InitEmptyRepoPayloadSelect, RemoveNodeAtPathPayloadSelect, SetDataAtPathPayloadSelect, SetPropsAndCommitPayloadSelect, InsertNodeAtPathPayloadSelect, UpdateNodeAtPathPayloadSelect, SetAndCommitPayloadSelect, RequestUploadUrlPayloadSelect, ProvisionBucketPayloadSelect } from '../input-types';
|
|
10
10
|
export interface FreezeObjectsVariables {
|
|
11
11
|
input: FreezeObjectsInput;
|
|
12
12
|
}
|
|
@@ -41,15 +41,6 @@ existing file ID and deduplicated=true with no uploadUrl.
|
|
|
41
41
|
export interface RequestUploadUrlVariables {
|
|
42
42
|
input: RequestUploadUrlInput;
|
|
43
43
|
}
|
|
44
|
-
/**
|
|
45
|
-
* Variables for confirmUpload
|
|
46
|
-
* Confirm that a file has been uploaded to S3.
|
|
47
|
-
Verifies the object exists in S3, checks content-type,
|
|
48
|
-
and transitions the file status from 'pending' to 'ready'.
|
|
49
|
-
*/
|
|
50
|
-
export interface ConfirmUploadVariables {
|
|
51
|
-
input: ConfirmUploadInput;
|
|
52
|
-
}
|
|
53
44
|
/**
|
|
54
45
|
* Variables for provisionBucket
|
|
55
46
|
* Provision an S3 bucket for a logical bucket in the database.
|
|
@@ -106,11 +97,6 @@ export declare function createMutationOperations(client: OrmClient): {
|
|
|
106
97
|
} & StrictSelect<S, RequestUploadUrlPayloadSelect>) => QueryBuilder<{
|
|
107
98
|
requestUploadUrl: InferSelectResult<RequestUploadUrlPayload, S> | null;
|
|
108
99
|
}>;
|
|
109
|
-
confirmUpload: <S extends ConfirmUploadPayloadSelect>(args: ConfirmUploadVariables, options: {
|
|
110
|
-
select: S;
|
|
111
|
-
} & StrictSelect<S, ConfirmUploadPayloadSelect>) => QueryBuilder<{
|
|
112
|
-
confirmUpload: InferSelectResult<ConfirmUploadPayload, S> | null;
|
|
113
|
-
}>;
|
|
114
100
|
provisionBucket: <S extends ProvisionBucketPayloadSelect>(args: ProvisionBucketVariables, options: {
|
|
115
101
|
select: S;
|
|
116
102
|
} & StrictSelect<S, ProvisionBucketPayloadSelect>) => QueryBuilder<{
|
|
@@ -110,18 +110,6 @@ export function createMutationOperations(client) {
|
|
|
110
110
|
},
|
|
111
111
|
], connectionFieldsMap, 'RequestUploadUrlPayload'),
|
|
112
112
|
}),
|
|
113
|
-
confirmUpload: (args, options) => new QueryBuilder({
|
|
114
|
-
client,
|
|
115
|
-
operation: 'mutation',
|
|
116
|
-
operationName: 'ConfirmUpload',
|
|
117
|
-
fieldName: 'confirmUpload',
|
|
118
|
-
...buildCustomDocument('mutation', 'ConfirmUpload', 'confirmUpload', options.select, args, [
|
|
119
|
-
{
|
|
120
|
-
name: 'input',
|
|
121
|
-
type: 'ConfirmUploadInput!',
|
|
122
|
-
},
|
|
123
|
-
], connectionFieldsMap, 'ConfirmUploadPayload'),
|
|
124
|
-
}),
|
|
125
113
|
provisionBucket: (args, options) => new QueryBuilder({
|
|
126
114
|
client,
|
|
127
115
|
operation: 'mutation',
|
|
@@ -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';
|
|
@@ -153,9 +162,9 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
153
162
|
orgGetManagersRecord: OrgGetManagersRecordModel;
|
|
154
163
|
orgGetSubordinatesRecord: OrgGetSubordinatesRecordModel;
|
|
155
164
|
getAllRecord: GetAllRecordModel;
|
|
156
|
-
object: ObjectModel;
|
|
157
165
|
appPermission: AppPermissionModel;
|
|
158
166
|
orgPermission: OrgPermissionModel;
|
|
167
|
+
object: ObjectModel;
|
|
159
168
|
appLevelRequirement: AppLevelRequirementModel;
|
|
160
169
|
database: DatabaseModel;
|
|
161
170
|
schema: SchemaModel;
|
|
@@ -236,6 +245,7 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
236
245
|
orgPermissionDefault: OrgPermissionDefaultModel;
|
|
237
246
|
appLimit: AppLimitModel;
|
|
238
247
|
orgLimit: OrgLimitModel;
|
|
248
|
+
orgLimitAggregate: OrgLimitAggregateModel;
|
|
239
249
|
appStep: AppStepModel;
|
|
240
250
|
appAchievement: AppAchievementModel;
|
|
241
251
|
appLevel: AppLevelModel;
|
|
@@ -248,26 +258,34 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
248
258
|
orgInvite: OrgInviteModel;
|
|
249
259
|
orgClaimedInvite: OrgClaimedInviteModel;
|
|
250
260
|
auditLog: AuditLogModel;
|
|
251
|
-
|
|
261
|
+
agentThread: AgentThreadModel;
|
|
262
|
+
agentMessage: AgentMessageModel;
|
|
263
|
+
agentTask: AgentTaskModel;
|
|
264
|
+
roleType: RoleTypeModel;
|
|
252
265
|
identityProvider: IdentityProviderModel;
|
|
253
266
|
ref: RefModel;
|
|
254
267
|
store: StoreModel;
|
|
255
|
-
|
|
268
|
+
appPermissionDefault: AppPermissionDefaultModel;
|
|
269
|
+
membershipType: MembershipTypeModel;
|
|
256
270
|
migrateFile: MigrateFileModel;
|
|
271
|
+
devicesModule: DevicesModuleModel;
|
|
272
|
+
nodeTypeRegistry: NodeTypeRegistryModel;
|
|
257
273
|
appLimitDefault: AppLimitDefaultModel;
|
|
258
274
|
orgLimitDefault: OrgLimitDefaultModel;
|
|
259
|
-
devicesModule: DevicesModuleModel;
|
|
260
275
|
userConnectedAccount: UserConnectedAccountModel;
|
|
261
|
-
appMembershipDefault: AppMembershipDefaultModel;
|
|
262
|
-
orgMembershipDefault: OrgMembershipDefaultModel;
|
|
263
276
|
commit: CommitModel;
|
|
264
277
|
rateLimitsModule: RateLimitsModuleModel;
|
|
265
|
-
|
|
278
|
+
appMembershipDefault: AppMembershipDefaultModel;
|
|
279
|
+
orgMembershipDefault: OrgMembershipDefaultModel;
|
|
280
|
+
appLimitEvent: AppLimitEventModel;
|
|
281
|
+
orgLimitEvent: OrgLimitEventModel;
|
|
282
|
+
plansModule: PlansModuleModel;
|
|
266
283
|
rlsModule: RlsModuleModel;
|
|
267
284
|
sqlAction: SqlActionModel;
|
|
268
|
-
|
|
269
|
-
user: UserModel;
|
|
285
|
+
billingModule: BillingModuleModel;
|
|
270
286
|
astMigration: AstMigrationModel;
|
|
287
|
+
user: UserModel;
|
|
288
|
+
orgMembershipSetting: OrgMembershipSettingModel;
|
|
271
289
|
appMembership: AppMembershipModel;
|
|
272
290
|
hierarchyModule: HierarchyModuleModel;
|
|
273
291
|
query: {
|
|
@@ -346,6 +364,16 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
346
364
|
}) => import("./query-builder").QueryBuilder<{
|
|
347
365
|
orgPermissionsGetMaskByNames: string | null;
|
|
348
366
|
}>;
|
|
367
|
+
appPermissionsGetByMask: (args: import("./query").AppPermissionsGetByMaskVariables, options?: {
|
|
368
|
+
select?: Record<string, unknown>;
|
|
369
|
+
}) => import("./query-builder").QueryBuilder<{
|
|
370
|
+
appPermissionsGetByMask: import("./input-types").AppPermissionConnection | null;
|
|
371
|
+
}>;
|
|
372
|
+
orgPermissionsGetByMask: (args: import("./query").OrgPermissionsGetByMaskVariables, options?: {
|
|
373
|
+
select?: Record<string, unknown>;
|
|
374
|
+
}) => import("./query-builder").QueryBuilder<{
|
|
375
|
+
orgPermissionsGetByMask: import("./input-types").OrgPermissionConnection | null;
|
|
376
|
+
}>;
|
|
349
377
|
getAllObjectsFromRoot: (args: import("./query").GetAllObjectsFromRootVariables, options?: {
|
|
350
378
|
select?: Record<string, unknown>;
|
|
351
379
|
}) => import("./query-builder").QueryBuilder<{
|
|
@@ -361,16 +389,6 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
361
389
|
} & import("./select-types").StrictSelect<S, import("./input-types").ObjectSelect>) => import("./query-builder").QueryBuilder<{
|
|
362
390
|
getObjectAtPath: import("./select-types").InferSelectResult<import("./input-types").Object, S> | null;
|
|
363
391
|
}>;
|
|
364
|
-
appPermissionsGetByMask: (args: import("./query").AppPermissionsGetByMaskVariables, options?: {
|
|
365
|
-
select?: Record<string, unknown>;
|
|
366
|
-
}) => import("./query-builder").QueryBuilder<{
|
|
367
|
-
appPermissionsGetByMask: import("./input-types").AppPermissionConnection | null;
|
|
368
|
-
}>;
|
|
369
|
-
orgPermissionsGetByMask: (args: import("./query").OrgPermissionsGetByMaskVariables, options?: {
|
|
370
|
-
select?: Record<string, unknown>;
|
|
371
|
-
}) => import("./query-builder").QueryBuilder<{
|
|
372
|
-
orgPermissionsGetByMask: import("./input-types").OrgPermissionConnection | null;
|
|
373
|
-
}>;
|
|
374
392
|
stepsRequired: (args: import("./query").StepsRequiredVariables, options?: {
|
|
375
393
|
select?: Record<string, unknown>;
|
|
376
394
|
}) => import("./query-builder").QueryBuilder<{
|
|
@@ -588,6 +606,16 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
588
606
|
} & import("./select-types").StrictSelect<S, import("./input-types").CreateApiKeyPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
589
607
|
createApiKey: import("./select-types").InferSelectResult<import("./input-types").CreateApiKeyPayload, S> | null;
|
|
590
608
|
}>;
|
|
609
|
+
sendVerificationEmail: <S extends import("./input-types").SendVerificationEmailPayloadSelect>(args: import("./mutation").SendVerificationEmailVariables, options: {
|
|
610
|
+
select: S;
|
|
611
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").SendVerificationEmailPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
612
|
+
sendVerificationEmail: import("./select-types").InferSelectResult<import("./input-types").SendVerificationEmailPayload, S> | null;
|
|
613
|
+
}>;
|
|
614
|
+
forgotPassword: <S extends import("./input-types").ForgotPasswordPayloadSelect>(args: import("./mutation").ForgotPasswordVariables, options: {
|
|
615
|
+
select: S;
|
|
616
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").ForgotPasswordPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
617
|
+
forgotPassword: import("./select-types").InferSelectResult<import("./input-types").ForgotPasswordPayload, S> | null;
|
|
618
|
+
}>;
|
|
591
619
|
signUp: <S extends import("./input-types").SignUpPayloadSelect>(args: import("./mutation").SignUpVariables, options: {
|
|
592
620
|
select: S;
|
|
593
621
|
} & import("./select-types").StrictSelect<S, import("./input-types").SignUpPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
@@ -608,26 +636,11 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
608
636
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionTablePayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
609
637
|
provisionTable: import("./select-types").InferSelectResult<import("./input-types").ProvisionTablePayload, S> | null;
|
|
610
638
|
}>;
|
|
611
|
-
sendVerificationEmail: <S extends import("./input-types").SendVerificationEmailPayloadSelect>(args: import("./mutation").SendVerificationEmailVariables, options: {
|
|
612
|
-
select: S;
|
|
613
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").SendVerificationEmailPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
614
|
-
sendVerificationEmail: import("./select-types").InferSelectResult<import("./input-types").SendVerificationEmailPayload, S> | null;
|
|
615
|
-
}>;
|
|
616
|
-
forgotPassword: <S extends import("./input-types").ForgotPasswordPayloadSelect>(args: import("./mutation").ForgotPasswordVariables, options: {
|
|
617
|
-
select: S;
|
|
618
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").ForgotPasswordPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
619
|
-
forgotPassword: import("./select-types").InferSelectResult<import("./input-types").ForgotPasswordPayload, S> | null;
|
|
620
|
-
}>;
|
|
621
639
|
requestUploadUrl: <S extends import("./input-types").RequestUploadUrlPayloadSelect>(args: import("./mutation").RequestUploadUrlVariables, options: {
|
|
622
640
|
select: S;
|
|
623
641
|
} & import("./select-types").StrictSelect<S, import("./input-types").RequestUploadUrlPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
624
642
|
requestUploadUrl: import("./select-types").InferSelectResult<import("./input-types").RequestUploadUrlPayload, S> | null;
|
|
625
643
|
}>;
|
|
626
|
-
confirmUpload: <S extends import("./input-types").ConfirmUploadPayloadSelect>(args: import("./mutation").ConfirmUploadVariables, options: {
|
|
627
|
-
select: S;
|
|
628
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").ConfirmUploadPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
629
|
-
confirmUpload: import("./select-types").InferSelectResult<import("./input-types").ConfirmUploadPayload, S> | null;
|
|
630
|
-
}>;
|
|
631
644
|
provisionBucket: <S extends import("./input-types").ProvisionBucketPayloadSelect>(args: import("./mutation").ProvisionBucketVariables, options: {
|
|
632
645
|
select: S;
|
|
633
646
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionBucketPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
package/esm/public/orm/index.js
CHANGED
|
@@ -7,9 +7,9 @@ import { OrmClient } from './client';
|
|
|
7
7
|
import { OrgGetManagersRecordModel } from './models/orgGetManagersRecord';
|
|
8
8
|
import { OrgGetSubordinatesRecordModel } from './models/orgGetSubordinatesRecord';
|
|
9
9
|
import { GetAllRecordModel } from './models/getAllRecord';
|
|
10
|
-
import { ObjectModel } from './models/object';
|
|
11
10
|
import { AppPermissionModel } from './models/appPermission';
|
|
12
11
|
import { OrgPermissionModel } from './models/orgPermission';
|
|
12
|
+
import { ObjectModel } from './models/object';
|
|
13
13
|
import { AppLevelRequirementModel } from './models/appLevelRequirement';
|
|
14
14
|
import { DatabaseModel } from './models/database';
|
|
15
15
|
import { SchemaModel } from './models/schema';
|
|
@@ -90,6 +90,7 @@ import { OrgChartEdgeGrantModel } from './models/orgChartEdgeGrant';
|
|
|
90
90
|
import { OrgPermissionDefaultModel } from './models/orgPermissionDefault';
|
|
91
91
|
import { AppLimitModel } from './models/appLimit';
|
|
92
92
|
import { OrgLimitModel } from './models/orgLimit';
|
|
93
|
+
import { OrgLimitAggregateModel } from './models/orgLimitAggregate';
|
|
93
94
|
import { AppStepModel } from './models/appStep';
|
|
94
95
|
import { AppAchievementModel } from './models/appAchievement';
|
|
95
96
|
import { AppLevelModel } from './models/appLevel';
|
|
@@ -102,26 +103,34 @@ import { AppClaimedInviteModel } from './models/appClaimedInvite';
|
|
|
102
103
|
import { OrgInviteModel } from './models/orgInvite';
|
|
103
104
|
import { OrgClaimedInviteModel } from './models/orgClaimedInvite';
|
|
104
105
|
import { AuditLogModel } from './models/auditLog';
|
|
105
|
-
import {
|
|
106
|
+
import { AgentThreadModel } from './models/agentThread';
|
|
107
|
+
import { AgentMessageModel } from './models/agentMessage';
|
|
108
|
+
import { AgentTaskModel } from './models/agentTask';
|
|
109
|
+
import { RoleTypeModel } from './models/roleType';
|
|
106
110
|
import { IdentityProviderModel } from './models/identityProvider';
|
|
107
111
|
import { RefModel } from './models/ref';
|
|
108
112
|
import { StoreModel } from './models/store';
|
|
109
|
-
import {
|
|
113
|
+
import { AppPermissionDefaultModel } from './models/appPermissionDefault';
|
|
114
|
+
import { MembershipTypeModel } from './models/membershipType';
|
|
110
115
|
import { MigrateFileModel } from './models/migrateFile';
|
|
116
|
+
import { DevicesModuleModel } from './models/devicesModule';
|
|
117
|
+
import { NodeTypeRegistryModel } from './models/nodeTypeRegistry';
|
|
111
118
|
import { AppLimitDefaultModel } from './models/appLimitDefault';
|
|
112
119
|
import { OrgLimitDefaultModel } from './models/orgLimitDefault';
|
|
113
|
-
import { DevicesModuleModel } from './models/devicesModule';
|
|
114
120
|
import { UserConnectedAccountModel } from './models/userConnectedAccount';
|
|
115
|
-
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
116
|
-
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
117
121
|
import { CommitModel } from './models/commit';
|
|
118
122
|
import { RateLimitsModuleModel } from './models/rateLimitsModule';
|
|
119
|
-
import {
|
|
123
|
+
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
124
|
+
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
125
|
+
import { AppLimitEventModel } from './models/appLimitEvent';
|
|
126
|
+
import { OrgLimitEventModel } from './models/orgLimitEvent';
|
|
127
|
+
import { PlansModuleModel } from './models/plansModule';
|
|
120
128
|
import { RlsModuleModel } from './models/rlsModule';
|
|
121
129
|
import { SqlActionModel } from './models/sqlAction';
|
|
122
|
-
import {
|
|
123
|
-
import { UserModel } from './models/user';
|
|
130
|
+
import { BillingModuleModel } from './models/billingModule';
|
|
124
131
|
import { AstMigrationModel } from './models/astMigration';
|
|
132
|
+
import { UserModel } from './models/user';
|
|
133
|
+
import { OrgMembershipSettingModel } from './models/orgMembershipSetting';
|
|
125
134
|
import { AppMembershipModel } from './models/appMembership';
|
|
126
135
|
import { HierarchyModuleModel } from './models/hierarchyModule';
|
|
127
136
|
import { createQueryOperations } from './query';
|
|
@@ -161,9 +170,9 @@ export function createClient(config) {
|
|
|
161
170
|
orgGetManagersRecord: new OrgGetManagersRecordModel(client),
|
|
162
171
|
orgGetSubordinatesRecord: new OrgGetSubordinatesRecordModel(client),
|
|
163
172
|
getAllRecord: new GetAllRecordModel(client),
|
|
164
|
-
object: new ObjectModel(client),
|
|
165
173
|
appPermission: new AppPermissionModel(client),
|
|
166
174
|
orgPermission: new OrgPermissionModel(client),
|
|
175
|
+
object: new ObjectModel(client),
|
|
167
176
|
appLevelRequirement: new AppLevelRequirementModel(client),
|
|
168
177
|
database: new DatabaseModel(client),
|
|
169
178
|
schema: new SchemaModel(client),
|
|
@@ -244,6 +253,7 @@ export function createClient(config) {
|
|
|
244
253
|
orgPermissionDefault: new OrgPermissionDefaultModel(client),
|
|
245
254
|
appLimit: new AppLimitModel(client),
|
|
246
255
|
orgLimit: new OrgLimitModel(client),
|
|
256
|
+
orgLimitAggregate: new OrgLimitAggregateModel(client),
|
|
247
257
|
appStep: new AppStepModel(client),
|
|
248
258
|
appAchievement: new AppAchievementModel(client),
|
|
249
259
|
appLevel: new AppLevelModel(client),
|
|
@@ -256,26 +266,34 @@ export function createClient(config) {
|
|
|
256
266
|
orgInvite: new OrgInviteModel(client),
|
|
257
267
|
orgClaimedInvite: new OrgClaimedInviteModel(client),
|
|
258
268
|
auditLog: new AuditLogModel(client),
|
|
259
|
-
|
|
269
|
+
agentThread: new AgentThreadModel(client),
|
|
270
|
+
agentMessage: new AgentMessageModel(client),
|
|
271
|
+
agentTask: new AgentTaskModel(client),
|
|
272
|
+
roleType: new RoleTypeModel(client),
|
|
260
273
|
identityProvider: new IdentityProviderModel(client),
|
|
261
274
|
ref: new RefModel(client),
|
|
262
275
|
store: new StoreModel(client),
|
|
263
|
-
|
|
276
|
+
appPermissionDefault: new AppPermissionDefaultModel(client),
|
|
277
|
+
membershipType: new MembershipTypeModel(client),
|
|
264
278
|
migrateFile: new MigrateFileModel(client),
|
|
279
|
+
devicesModule: new DevicesModuleModel(client),
|
|
280
|
+
nodeTypeRegistry: new NodeTypeRegistryModel(client),
|
|
265
281
|
appLimitDefault: new AppLimitDefaultModel(client),
|
|
266
282
|
orgLimitDefault: new OrgLimitDefaultModel(client),
|
|
267
|
-
devicesModule: new DevicesModuleModel(client),
|
|
268
283
|
userConnectedAccount: new UserConnectedAccountModel(client),
|
|
269
|
-
appMembershipDefault: new AppMembershipDefaultModel(client),
|
|
270
|
-
orgMembershipDefault: new OrgMembershipDefaultModel(client),
|
|
271
284
|
commit: new CommitModel(client),
|
|
272
285
|
rateLimitsModule: new RateLimitsModuleModel(client),
|
|
273
|
-
|
|
286
|
+
appMembershipDefault: new AppMembershipDefaultModel(client),
|
|
287
|
+
orgMembershipDefault: new OrgMembershipDefaultModel(client),
|
|
288
|
+
appLimitEvent: new AppLimitEventModel(client),
|
|
289
|
+
orgLimitEvent: new OrgLimitEventModel(client),
|
|
290
|
+
plansModule: new PlansModuleModel(client),
|
|
274
291
|
rlsModule: new RlsModuleModel(client),
|
|
275
292
|
sqlAction: new SqlActionModel(client),
|
|
276
|
-
|
|
277
|
-
user: new UserModel(client),
|
|
293
|
+
billingModule: new BillingModuleModel(client),
|
|
278
294
|
astMigration: new AstMigrationModel(client),
|
|
295
|
+
user: new UserModel(client),
|
|
296
|
+
orgMembershipSetting: new OrgMembershipSettingModel(client),
|
|
279
297
|
appMembership: new AppMembershipModel(client),
|
|
280
298
|
hierarchyModule: new HierarchyModuleModel(client),
|
|
281
299
|
query: createQueryOperations(client),
|