@constructive-io/sdk 0.20.4 → 0.20.6
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 -11
- package/admin/orm/index.js +24 -6
- package/admin/orm/input-types.d.ts +2108 -545
- package/admin/orm/input-types.js +13 -1
- package/admin/orm/models/appLimitCap.d.ts +56 -0
- package/admin/orm/models/appLimitCap.js +100 -0
- package/admin/orm/models/appLimitCapsDefault.d.ts +56 -0
- package/admin/orm/models/appLimitCapsDefault.js +100 -0
- package/admin/orm/models/appLimitCredit.d.ts +56 -0
- package/admin/orm/models/appLimitCredit.js +100 -0
- package/admin/orm/models/appLimitCreditCode.d.ts +56 -0
- package/admin/orm/models/appLimitCreditCode.js +100 -0
- package/admin/orm/models/appLimitCreditCodeItem.d.ts +56 -0
- package/admin/orm/models/appLimitCreditCodeItem.js +100 -0
- package/admin/orm/models/appLimitCreditRedemption.d.ts +56 -0
- package/admin/orm/models/appLimitCreditRedemption.js +100 -0
- package/admin/orm/models/index.d.ts +12 -3
- package/admin/orm/models/index.js +25 -7
- package/admin/orm/models/orgLimitCap.d.ts +56 -0
- package/admin/orm/models/orgLimitCap.js +100 -0
- package/admin/orm/models/orgLimitCapsDefault.d.ts +56 -0
- package/admin/orm/models/orgLimitCapsDefault.js +100 -0
- package/admin/orm/models/orgLimitCredit.d.ts +56 -0
- package/admin/orm/models/orgLimitCredit.js +100 -0
- package/admin/orm/mutation/index.d.ts +1 -16
- package/admin/orm/mutation/index.js +0 -12
- package/admin/orm/query-builder.js +24 -0
- package/auth/orm/index.d.ts +0 -5
- package/auth/orm/input-types.d.ts +0 -38
- package/auth/orm/mutation/index.d.ts +1 -16
- package/auth/orm/mutation/index.js +0 -12
- package/auth/orm/query-builder.js +24 -0
- package/esm/admin/orm/index.d.ts +24 -11
- package/esm/admin/orm/index.js +24 -6
- package/esm/admin/orm/input-types.d.ts +2108 -545
- package/esm/admin/orm/input-types.js +13 -1
- package/esm/admin/orm/models/appLimitCap.d.ts +56 -0
- package/esm/admin/orm/models/appLimitCap.js +96 -0
- package/esm/admin/orm/models/appLimitCapsDefault.d.ts +56 -0
- package/esm/admin/orm/models/appLimitCapsDefault.js +96 -0
- package/esm/admin/orm/models/appLimitCredit.d.ts +56 -0
- package/esm/admin/orm/models/appLimitCredit.js +96 -0
- package/esm/admin/orm/models/appLimitCreditCode.d.ts +56 -0
- package/esm/admin/orm/models/appLimitCreditCode.js +96 -0
- package/esm/admin/orm/models/appLimitCreditCodeItem.d.ts +56 -0
- package/esm/admin/orm/models/appLimitCreditCodeItem.js +96 -0
- package/esm/admin/orm/models/appLimitCreditRedemption.d.ts +56 -0
- package/esm/admin/orm/models/appLimitCreditRedemption.js +96 -0
- package/esm/admin/orm/models/index.d.ts +12 -3
- package/esm/admin/orm/models/index.js +12 -3
- package/esm/admin/orm/models/orgLimitCap.d.ts +56 -0
- package/esm/admin/orm/models/orgLimitCap.js +96 -0
- package/esm/admin/orm/models/orgLimitCapsDefault.d.ts +56 -0
- package/esm/admin/orm/models/orgLimitCapsDefault.js +96 -0
- package/esm/admin/orm/models/orgLimitCredit.d.ts +56 -0
- package/esm/admin/orm/models/orgLimitCredit.js +96 -0
- package/esm/admin/orm/mutation/index.d.ts +1 -16
- package/esm/admin/orm/mutation/index.js +0 -12
- package/esm/admin/orm/query-builder.js +24 -0
- package/esm/auth/orm/index.d.ts +0 -5
- package/esm/auth/orm/input-types.d.ts +0 -38
- package/esm/auth/orm/mutation/index.d.ts +1 -16
- package/esm/auth/orm/mutation/index.js +0 -12
- package/esm/auth/orm/query-builder.js +24 -0
- package/esm/objects/orm/index.d.ts +0 -5
- package/esm/objects/orm/input-types.d.ts +0 -38
- package/esm/objects/orm/mutation/index.d.ts +1 -16
- package/esm/objects/orm/mutation/index.js +0 -12
- package/esm/objects/orm/query-builder.js +24 -0
- package/esm/public/orm/index.d.ts +45 -7
- package/esm/public/orm/index.js +40 -2
- package/esm/public/orm/input-types.d.ts +4955 -295
- package/esm/public/orm/input-types.js +28 -0
- package/esm/public/orm/models/apiSetting.d.ts +56 -0
- package/esm/public/orm/models/apiSetting.js +96 -0
- package/esm/public/orm/models/appLimitCap.d.ts +56 -0
- package/esm/public/orm/models/appLimitCap.js +96 -0
- package/esm/public/orm/models/appLimitCapsDefault.d.ts +56 -0
- package/esm/public/orm/models/appLimitCapsDefault.js +96 -0
- package/esm/public/orm/models/appLimitCredit.d.ts +56 -0
- package/esm/public/orm/models/appLimitCredit.js +96 -0
- package/esm/public/orm/models/appLimitCreditCode.d.ts +56 -0
- package/esm/public/orm/models/appLimitCreditCode.js +96 -0
- package/esm/public/orm/models/appLimitCreditCodeItem.d.ts +56 -0
- package/esm/public/orm/models/appLimitCreditCodeItem.js +96 -0
- package/esm/public/orm/models/appLimitCreditRedemption.d.ts +56 -0
- package/esm/public/orm/models/appLimitCreditRedemption.js +96 -0
- package/esm/public/orm/models/billingProviderModule.d.ts +56 -0
- package/esm/public/orm/models/billingProviderModule.js +96 -0
- package/esm/public/orm/models/corsSetting.d.ts +56 -0
- package/esm/public/orm/models/corsSetting.js +96 -0
- package/esm/public/orm/models/databaseSetting.d.ts +56 -0
- package/esm/public/orm/models/databaseSetting.js +96 -0
- package/esm/public/orm/models/function.d.ts +56 -0
- package/esm/public/orm/models/function.js +96 -0
- package/esm/public/orm/models/index.d.ts +20 -1
- package/esm/public/orm/models/index.js +20 -1
- package/esm/public/orm/models/orgLimitCap.d.ts +56 -0
- package/esm/public/orm/models/orgLimitCap.js +96 -0
- package/esm/public/orm/models/orgLimitCapsDefault.d.ts +56 -0
- package/esm/public/orm/models/orgLimitCapsDefault.js +96 -0
- package/esm/public/orm/models/orgLimitCredit.d.ts +56 -0
- package/esm/public/orm/models/orgLimitCredit.js +96 -0
- package/esm/public/orm/models/partition.d.ts +56 -0
- package/esm/public/orm/models/partition.js +96 -0
- package/esm/public/orm/models/pubkeySetting.d.ts +56 -0
- package/esm/public/orm/models/pubkeySetting.js +96 -0
- package/esm/public/orm/models/realtimeModule.d.ts +56 -0
- package/esm/public/orm/models/realtimeModule.js +96 -0
- package/esm/public/orm/models/rlsSetting.d.ts +56 -0
- package/esm/public/orm/models/rlsSetting.js +96 -0
- package/esm/public/orm/models/webauthnSetting.d.ts +56 -0
- package/esm/public/orm/models/webauthnSetting.js +96 -0
- package/esm/public/orm/mutation/index.d.ts +9 -16
- package/esm/public/orm/mutation/index.js +12 -12
- package/esm/public/orm/query-builder.js +24 -0
- package/objects/orm/index.d.ts +0 -5
- package/objects/orm/input-types.d.ts +0 -38
- package/objects/orm/mutation/index.d.ts +1 -16
- package/objects/orm/mutation/index.js +0 -12
- package/objects/orm/query-builder.js +24 -0
- package/package.json +4 -4
- package/public/orm/index.d.ts +45 -7
- package/public/orm/index.js +40 -2
- package/public/orm/input-types.d.ts +4955 -295
- package/public/orm/input-types.js +28 -0
- package/public/orm/models/apiSetting.d.ts +56 -0
- package/public/orm/models/apiSetting.js +100 -0
- package/public/orm/models/appLimitCap.d.ts +56 -0
- package/public/orm/models/appLimitCap.js +100 -0
- package/public/orm/models/appLimitCapsDefault.d.ts +56 -0
- package/public/orm/models/appLimitCapsDefault.js +100 -0
- package/public/orm/models/appLimitCredit.d.ts +56 -0
- package/public/orm/models/appLimitCredit.js +100 -0
- package/public/orm/models/appLimitCreditCode.d.ts +56 -0
- package/public/orm/models/appLimitCreditCode.js +100 -0
- package/public/orm/models/appLimitCreditCodeItem.d.ts +56 -0
- package/public/orm/models/appLimitCreditCodeItem.js +100 -0
- package/public/orm/models/appLimitCreditRedemption.d.ts +56 -0
- package/public/orm/models/appLimitCreditRedemption.js +100 -0
- package/public/orm/models/billingProviderModule.d.ts +56 -0
- package/public/orm/models/billingProviderModule.js +100 -0
- package/public/orm/models/corsSetting.d.ts +56 -0
- package/public/orm/models/corsSetting.js +100 -0
- package/public/orm/models/databaseSetting.d.ts +56 -0
- package/public/orm/models/databaseSetting.js +100 -0
- package/public/orm/models/function.d.ts +56 -0
- package/public/orm/models/function.js +100 -0
- package/public/orm/models/index.d.ts +20 -1
- package/public/orm/models/index.js +43 -5
- package/public/orm/models/orgLimitCap.d.ts +56 -0
- package/public/orm/models/orgLimitCap.js +100 -0
- package/public/orm/models/orgLimitCapsDefault.d.ts +56 -0
- package/public/orm/models/orgLimitCapsDefault.js +100 -0
- package/public/orm/models/orgLimitCredit.d.ts +56 -0
- package/public/orm/models/orgLimitCredit.js +100 -0
- package/public/orm/models/partition.d.ts +56 -0
- package/public/orm/models/partition.js +100 -0
- package/public/orm/models/pubkeySetting.d.ts +56 -0
- package/public/orm/models/pubkeySetting.js +100 -0
- package/public/orm/models/realtimeModule.d.ts +56 -0
- package/public/orm/models/realtimeModule.js +100 -0
- package/public/orm/models/rlsSetting.d.ts +56 -0
- package/public/orm/models/rlsSetting.js +100 -0
- package/public/orm/models/webauthnSetting.d.ts +56 -0
- package/public/orm/models/webauthnSetting.js +100 -0
- package/public/orm/mutation/index.d.ts +9 -16
- package/public/orm/mutation/index.js +12 -12
- package/public/orm/query-builder.js +24 -0
|
@@ -12,6 +12,7 @@ import { TableModel } from './models/table';
|
|
|
12
12
|
import { CheckConstraintModel } from './models/checkConstraint';
|
|
13
13
|
import { FieldModel } from './models/field';
|
|
14
14
|
import { SpatialRelationModel } from './models/spatialRelation';
|
|
15
|
+
import { PartitionModel } from './models/partition';
|
|
15
16
|
import { ForeignKeyConstraintModel } from './models/foreignKeyConstraint';
|
|
16
17
|
import { FullTextSearchModel } from './models/fullTextSearch';
|
|
17
18
|
import { IndexModel } from './models/index';
|
|
@@ -29,20 +30,24 @@ import { SecureTableProvisionModel } from './models/secureTableProvision';
|
|
|
29
30
|
import { RelationProvisionModel } from './models/relationProvision';
|
|
30
31
|
import { SessionSecretsModuleModel } from './models/sessionSecretsModule';
|
|
31
32
|
import { IdentityProvidersModuleModel } from './models/identityProvidersModule';
|
|
33
|
+
import { RealtimeModuleModel } from './models/realtimeModule';
|
|
32
34
|
import { SchemaGrantModel } from './models/schemaGrant';
|
|
33
35
|
import { DefaultPrivilegeModel } from './models/defaultPrivilege';
|
|
34
36
|
import { EnumModel } from './models/enum';
|
|
37
|
+
import { FunctionModel } from './models/function';
|
|
35
38
|
import { ApiSchemaModel } from './models/apiSchema';
|
|
36
39
|
import { ApiModuleModel } from './models/apiModule';
|
|
37
40
|
import { DomainModel } from './models/domain';
|
|
38
41
|
import { SiteMetadatumModel } from './models/siteMetadatum';
|
|
39
42
|
import { SiteModuleModel } from './models/siteModule';
|
|
40
43
|
import { SiteThemeModel } from './models/siteTheme';
|
|
44
|
+
import { CorsSettingModel } from './models/corsSetting';
|
|
41
45
|
import { TriggerFunctionModel } from './models/triggerFunction';
|
|
42
46
|
import { DatabaseTransferModel } from './models/databaseTransfer';
|
|
43
47
|
import { ApiModel } from './models/api';
|
|
44
48
|
import { SiteModel } from './models/site';
|
|
45
49
|
import { AppModel } from './models/app';
|
|
50
|
+
import { ApiSettingModel } from './models/apiSetting';
|
|
46
51
|
import { ConnectedAccountsModuleModel } from './models/connectedAccountsModule';
|
|
47
52
|
import { CryptoAddressesModuleModel } from './models/cryptoAddressesModule';
|
|
48
53
|
import { CryptoAuthModuleModel } from './models/cryptoAuthModule';
|
|
@@ -84,7 +89,11 @@ import { OrgChartEdgeModel } from './models/orgChartEdge';
|
|
|
84
89
|
import { OrgChartEdgeGrantModel } from './models/orgChartEdgeGrant';
|
|
85
90
|
import { OrgPermissionDefaultModel } from './models/orgPermissionDefault';
|
|
86
91
|
import { AppLimitModel } from './models/appLimit';
|
|
92
|
+
import { AppLimitCreditModel } from './models/appLimitCredit';
|
|
93
|
+
import { AppLimitCreditCodeItemModel } from './models/appLimitCreditCodeItem';
|
|
94
|
+
import { AppLimitCreditRedemptionModel } from './models/appLimitCreditRedemption';
|
|
87
95
|
import { OrgLimitModel } from './models/orgLimit';
|
|
96
|
+
import { OrgLimitCreditModel } from './models/orgLimitCredit';
|
|
88
97
|
import { OrgLimitAggregateModel } from './models/orgLimitAggregate';
|
|
89
98
|
import { AppStepModel } from './models/appStep';
|
|
90
99
|
import { AppAchievementModel } from './models/appAchievement';
|
|
@@ -106,6 +115,11 @@ import { IdentityProviderModel } from './models/identityProvider';
|
|
|
106
115
|
import { RefModel } from './models/ref';
|
|
107
116
|
import { StoreModel } from './models/store';
|
|
108
117
|
import { AppPermissionDefaultModel } from './models/appPermissionDefault';
|
|
118
|
+
import { AppLimitCreditCodeModel } from './models/appLimitCreditCode';
|
|
119
|
+
import { AppLimitCapsDefaultModel } from './models/appLimitCapsDefault';
|
|
120
|
+
import { OrgLimitCapsDefaultModel } from './models/orgLimitCapsDefault';
|
|
121
|
+
import { AppLimitCapModel } from './models/appLimitCap';
|
|
122
|
+
import { OrgLimitCapModel } from './models/orgLimitCap';
|
|
109
123
|
import { MembershipTypeModel } from './models/membershipType';
|
|
110
124
|
import { MigrateFileModel } from './models/migrateFile';
|
|
111
125
|
import { DevicesModuleModel } from './models/devicesModule';
|
|
@@ -114,19 +128,24 @@ import { AppLimitDefaultModel } from './models/appLimitDefault';
|
|
|
114
128
|
import { OrgLimitDefaultModel } from './models/orgLimitDefault';
|
|
115
129
|
import { UserConnectedAccountModel } from './models/userConnectedAccount';
|
|
116
130
|
import { CommitModel } from './models/commit';
|
|
131
|
+
import { PubkeySettingModel } from './models/pubkeySetting';
|
|
117
132
|
import { RateLimitsModuleModel } from './models/rateLimitsModule';
|
|
118
133
|
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
119
134
|
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
135
|
+
import { RlsSettingModel } from './models/rlsSetting';
|
|
120
136
|
import { AppLimitEventModel } from './models/appLimitEvent';
|
|
121
137
|
import { OrgLimitEventModel } from './models/orgLimitEvent';
|
|
122
|
-
import { PlansModuleModel } from './models/plansModule';
|
|
123
138
|
import { RlsModuleModel } from './models/rlsModule';
|
|
139
|
+
import { DatabaseSettingModel } from './models/databaseSetting';
|
|
140
|
+
import { PlansModuleModel } from './models/plansModule';
|
|
124
141
|
import { SqlActionModel } from './models/sqlAction';
|
|
125
142
|
import { BillingModuleModel } from './models/billingModule';
|
|
126
143
|
import { AstMigrationModel } from './models/astMigration';
|
|
127
144
|
import { UserModel } from './models/user';
|
|
128
145
|
import { OrgMembershipSettingModel } from './models/orgMembershipSetting';
|
|
146
|
+
import { WebauthnSettingModel } from './models/webauthnSetting';
|
|
129
147
|
import { AppMembershipModel } from './models/appMembership';
|
|
148
|
+
import { BillingProviderModuleModel } from './models/billingProviderModule';
|
|
130
149
|
import { HierarchyModuleModel } from './models/hierarchyModule';
|
|
131
150
|
export type { OrmClientConfig, QueryResult, GraphQLError, GraphQLAdapter } from './client';
|
|
132
151
|
export { GraphQLRequestError } from './client';
|
|
@@ -172,6 +191,7 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
172
191
|
checkConstraint: CheckConstraintModel;
|
|
173
192
|
field: FieldModel;
|
|
174
193
|
spatialRelation: SpatialRelationModel;
|
|
194
|
+
partition: PartitionModel;
|
|
175
195
|
foreignKeyConstraint: ForeignKeyConstraintModel;
|
|
176
196
|
fullTextSearch: FullTextSearchModel;
|
|
177
197
|
index: IndexModel;
|
|
@@ -189,20 +209,24 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
189
209
|
relationProvision: RelationProvisionModel;
|
|
190
210
|
sessionSecretsModule: SessionSecretsModuleModel;
|
|
191
211
|
identityProvidersModule: IdentityProvidersModuleModel;
|
|
212
|
+
realtimeModule: RealtimeModuleModel;
|
|
192
213
|
schemaGrant: SchemaGrantModel;
|
|
193
214
|
defaultPrivilege: DefaultPrivilegeModel;
|
|
194
215
|
enum: EnumModel;
|
|
216
|
+
function: FunctionModel;
|
|
195
217
|
apiSchema: ApiSchemaModel;
|
|
196
218
|
apiModule: ApiModuleModel;
|
|
197
219
|
domain: DomainModel;
|
|
198
220
|
siteMetadatum: SiteMetadatumModel;
|
|
199
221
|
siteModule: SiteModuleModel;
|
|
200
222
|
siteTheme: SiteThemeModel;
|
|
223
|
+
corsSetting: CorsSettingModel;
|
|
201
224
|
triggerFunction: TriggerFunctionModel;
|
|
202
225
|
databaseTransfer: DatabaseTransferModel;
|
|
203
226
|
api: ApiModel;
|
|
204
227
|
site: SiteModel;
|
|
205
228
|
app: AppModel;
|
|
229
|
+
apiSetting: ApiSettingModel;
|
|
206
230
|
connectedAccountsModule: ConnectedAccountsModuleModel;
|
|
207
231
|
cryptoAddressesModule: CryptoAddressesModuleModel;
|
|
208
232
|
cryptoAuthModule: CryptoAuthModuleModel;
|
|
@@ -244,7 +268,11 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
244
268
|
orgChartEdgeGrant: OrgChartEdgeGrantModel;
|
|
245
269
|
orgPermissionDefault: OrgPermissionDefaultModel;
|
|
246
270
|
appLimit: AppLimitModel;
|
|
271
|
+
appLimitCredit: AppLimitCreditModel;
|
|
272
|
+
appLimitCreditCodeItem: AppLimitCreditCodeItemModel;
|
|
273
|
+
appLimitCreditRedemption: AppLimitCreditRedemptionModel;
|
|
247
274
|
orgLimit: OrgLimitModel;
|
|
275
|
+
orgLimitCredit: OrgLimitCreditModel;
|
|
248
276
|
orgLimitAggregate: OrgLimitAggregateModel;
|
|
249
277
|
appStep: AppStepModel;
|
|
250
278
|
appAchievement: AppAchievementModel;
|
|
@@ -266,6 +294,11 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
266
294
|
ref: RefModel;
|
|
267
295
|
store: StoreModel;
|
|
268
296
|
appPermissionDefault: AppPermissionDefaultModel;
|
|
297
|
+
appLimitCreditCode: AppLimitCreditCodeModel;
|
|
298
|
+
appLimitCapsDefault: AppLimitCapsDefaultModel;
|
|
299
|
+
orgLimitCapsDefault: OrgLimitCapsDefaultModel;
|
|
300
|
+
appLimitCap: AppLimitCapModel;
|
|
301
|
+
orgLimitCap: OrgLimitCapModel;
|
|
269
302
|
membershipType: MembershipTypeModel;
|
|
270
303
|
migrateFile: MigrateFileModel;
|
|
271
304
|
devicesModule: DevicesModuleModel;
|
|
@@ -274,19 +307,24 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
274
307
|
orgLimitDefault: OrgLimitDefaultModel;
|
|
275
308
|
userConnectedAccount: UserConnectedAccountModel;
|
|
276
309
|
commit: CommitModel;
|
|
310
|
+
pubkeySetting: PubkeySettingModel;
|
|
277
311
|
rateLimitsModule: RateLimitsModuleModel;
|
|
278
312
|
appMembershipDefault: AppMembershipDefaultModel;
|
|
279
313
|
orgMembershipDefault: OrgMembershipDefaultModel;
|
|
314
|
+
rlsSetting: RlsSettingModel;
|
|
280
315
|
appLimitEvent: AppLimitEventModel;
|
|
281
316
|
orgLimitEvent: OrgLimitEventModel;
|
|
282
|
-
plansModule: PlansModuleModel;
|
|
283
317
|
rlsModule: RlsModuleModel;
|
|
318
|
+
databaseSetting: DatabaseSettingModel;
|
|
319
|
+
plansModule: PlansModuleModel;
|
|
284
320
|
sqlAction: SqlActionModel;
|
|
285
321
|
billingModule: BillingModuleModel;
|
|
286
322
|
astMigration: AstMigrationModel;
|
|
287
323
|
user: UserModel;
|
|
288
324
|
orgMembershipSetting: OrgMembershipSettingModel;
|
|
325
|
+
webauthnSetting: WebauthnSettingModel;
|
|
289
326
|
appMembership: AppMembershipModel;
|
|
327
|
+
billingProviderModule: BillingProviderModuleModel;
|
|
290
328
|
hierarchyModule: HierarchyModuleModel;
|
|
291
329
|
query: {
|
|
292
330
|
currentUserId: (options?: {
|
|
@@ -531,6 +569,11 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
531
569
|
} & import("./select-types").StrictSelect<S, import("./input-types").SetFieldOrderPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
532
570
|
setFieldOrder: import("./select-types").InferSelectResult<import("./input-types").SetFieldOrderPayload, S> | null;
|
|
533
571
|
}>;
|
|
572
|
+
appendSmartTags: <S extends import("./input-types").AppendSmartTagsPayloadSelect>(args: import("./mutation").AppendSmartTagsVariables, options: {
|
|
573
|
+
select: S;
|
|
574
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").AppendSmartTagsPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
575
|
+
appendSmartTags: import("./select-types").InferSelectResult<import("./input-types").AppendSmartTagsPayload, S> | null;
|
|
576
|
+
}>;
|
|
534
577
|
provisionUniqueConstraint: <S extends import("./input-types").ProvisionUniqueConstraintPayloadSelect>(args: import("./mutation").ProvisionUniqueConstraintVariables, options: {
|
|
535
578
|
select: S;
|
|
536
579
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionUniqueConstraintPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
@@ -636,11 +679,6 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
636
679
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionTablePayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
637
680
|
provisionTable: import("./select-types").InferSelectResult<import("./input-types").ProvisionTablePayload, S> | null;
|
|
638
681
|
}>;
|
|
639
|
-
requestUploadUrl: <S extends import("./input-types").RequestUploadUrlPayloadSelect>(args: import("./mutation").RequestUploadUrlVariables, options: {
|
|
640
|
-
select: S;
|
|
641
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").RequestUploadUrlPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
642
|
-
requestUploadUrl: import("./select-types").InferSelectResult<import("./input-types").RequestUploadUrlPayload, S> | null;
|
|
643
|
-
}>;
|
|
644
682
|
provisionBucket: <S extends import("./input-types").ProvisionBucketPayloadSelect>(args: import("./mutation").ProvisionBucketVariables, options: {
|
|
645
683
|
select: S;
|
|
646
684
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionBucketPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
package/esm/public/orm/index.js
CHANGED
|
@@ -17,6 +17,7 @@ import { TableModel } from './models/table';
|
|
|
17
17
|
import { CheckConstraintModel } from './models/checkConstraint';
|
|
18
18
|
import { FieldModel } from './models/field';
|
|
19
19
|
import { SpatialRelationModel } from './models/spatialRelation';
|
|
20
|
+
import { PartitionModel } from './models/partition';
|
|
20
21
|
import { ForeignKeyConstraintModel } from './models/foreignKeyConstraint';
|
|
21
22
|
import { FullTextSearchModel } from './models/fullTextSearch';
|
|
22
23
|
import { IndexModel } from './models/index';
|
|
@@ -34,20 +35,24 @@ import { SecureTableProvisionModel } from './models/secureTableProvision';
|
|
|
34
35
|
import { RelationProvisionModel } from './models/relationProvision';
|
|
35
36
|
import { SessionSecretsModuleModel } from './models/sessionSecretsModule';
|
|
36
37
|
import { IdentityProvidersModuleModel } from './models/identityProvidersModule';
|
|
38
|
+
import { RealtimeModuleModel } from './models/realtimeModule';
|
|
37
39
|
import { SchemaGrantModel } from './models/schemaGrant';
|
|
38
40
|
import { DefaultPrivilegeModel } from './models/defaultPrivilege';
|
|
39
41
|
import { EnumModel } from './models/enum';
|
|
42
|
+
import { FunctionModel } from './models/function';
|
|
40
43
|
import { ApiSchemaModel } from './models/apiSchema';
|
|
41
44
|
import { ApiModuleModel } from './models/apiModule';
|
|
42
45
|
import { DomainModel } from './models/domain';
|
|
43
46
|
import { SiteMetadatumModel } from './models/siteMetadatum';
|
|
44
47
|
import { SiteModuleModel } from './models/siteModule';
|
|
45
48
|
import { SiteThemeModel } from './models/siteTheme';
|
|
49
|
+
import { CorsSettingModel } from './models/corsSetting';
|
|
46
50
|
import { TriggerFunctionModel } from './models/triggerFunction';
|
|
47
51
|
import { DatabaseTransferModel } from './models/databaseTransfer';
|
|
48
52
|
import { ApiModel } from './models/api';
|
|
49
53
|
import { SiteModel } from './models/site';
|
|
50
54
|
import { AppModel } from './models/app';
|
|
55
|
+
import { ApiSettingModel } from './models/apiSetting';
|
|
51
56
|
import { ConnectedAccountsModuleModel } from './models/connectedAccountsModule';
|
|
52
57
|
import { CryptoAddressesModuleModel } from './models/cryptoAddressesModule';
|
|
53
58
|
import { CryptoAuthModuleModel } from './models/cryptoAuthModule';
|
|
@@ -89,7 +94,11 @@ import { OrgChartEdgeModel } from './models/orgChartEdge';
|
|
|
89
94
|
import { OrgChartEdgeGrantModel } from './models/orgChartEdgeGrant';
|
|
90
95
|
import { OrgPermissionDefaultModel } from './models/orgPermissionDefault';
|
|
91
96
|
import { AppLimitModel } from './models/appLimit';
|
|
97
|
+
import { AppLimitCreditModel } from './models/appLimitCredit';
|
|
98
|
+
import { AppLimitCreditCodeItemModel } from './models/appLimitCreditCodeItem';
|
|
99
|
+
import { AppLimitCreditRedemptionModel } from './models/appLimitCreditRedemption';
|
|
92
100
|
import { OrgLimitModel } from './models/orgLimit';
|
|
101
|
+
import { OrgLimitCreditModel } from './models/orgLimitCredit';
|
|
93
102
|
import { OrgLimitAggregateModel } from './models/orgLimitAggregate';
|
|
94
103
|
import { AppStepModel } from './models/appStep';
|
|
95
104
|
import { AppAchievementModel } from './models/appAchievement';
|
|
@@ -111,6 +120,11 @@ import { IdentityProviderModel } from './models/identityProvider';
|
|
|
111
120
|
import { RefModel } from './models/ref';
|
|
112
121
|
import { StoreModel } from './models/store';
|
|
113
122
|
import { AppPermissionDefaultModel } from './models/appPermissionDefault';
|
|
123
|
+
import { AppLimitCreditCodeModel } from './models/appLimitCreditCode';
|
|
124
|
+
import { AppLimitCapsDefaultModel } from './models/appLimitCapsDefault';
|
|
125
|
+
import { OrgLimitCapsDefaultModel } from './models/orgLimitCapsDefault';
|
|
126
|
+
import { AppLimitCapModel } from './models/appLimitCap';
|
|
127
|
+
import { OrgLimitCapModel } from './models/orgLimitCap';
|
|
114
128
|
import { MembershipTypeModel } from './models/membershipType';
|
|
115
129
|
import { MigrateFileModel } from './models/migrateFile';
|
|
116
130
|
import { DevicesModuleModel } from './models/devicesModule';
|
|
@@ -119,19 +133,24 @@ import { AppLimitDefaultModel } from './models/appLimitDefault';
|
|
|
119
133
|
import { OrgLimitDefaultModel } from './models/orgLimitDefault';
|
|
120
134
|
import { UserConnectedAccountModel } from './models/userConnectedAccount';
|
|
121
135
|
import { CommitModel } from './models/commit';
|
|
136
|
+
import { PubkeySettingModel } from './models/pubkeySetting';
|
|
122
137
|
import { RateLimitsModuleModel } from './models/rateLimitsModule';
|
|
123
138
|
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
124
139
|
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
140
|
+
import { RlsSettingModel } from './models/rlsSetting';
|
|
125
141
|
import { AppLimitEventModel } from './models/appLimitEvent';
|
|
126
142
|
import { OrgLimitEventModel } from './models/orgLimitEvent';
|
|
127
|
-
import { PlansModuleModel } from './models/plansModule';
|
|
128
143
|
import { RlsModuleModel } from './models/rlsModule';
|
|
144
|
+
import { DatabaseSettingModel } from './models/databaseSetting';
|
|
145
|
+
import { PlansModuleModel } from './models/plansModule';
|
|
129
146
|
import { SqlActionModel } from './models/sqlAction';
|
|
130
147
|
import { BillingModuleModel } from './models/billingModule';
|
|
131
148
|
import { AstMigrationModel } from './models/astMigration';
|
|
132
149
|
import { UserModel } from './models/user';
|
|
133
150
|
import { OrgMembershipSettingModel } from './models/orgMembershipSetting';
|
|
151
|
+
import { WebauthnSettingModel } from './models/webauthnSetting';
|
|
134
152
|
import { AppMembershipModel } from './models/appMembership';
|
|
153
|
+
import { BillingProviderModuleModel } from './models/billingProviderModule';
|
|
135
154
|
import { HierarchyModuleModel } from './models/hierarchyModule';
|
|
136
155
|
import { createQueryOperations } from './query';
|
|
137
156
|
import { createMutationOperations } from './mutation';
|
|
@@ -180,6 +199,7 @@ export function createClient(config) {
|
|
|
180
199
|
checkConstraint: new CheckConstraintModel(client),
|
|
181
200
|
field: new FieldModel(client),
|
|
182
201
|
spatialRelation: new SpatialRelationModel(client),
|
|
202
|
+
partition: new PartitionModel(client),
|
|
183
203
|
foreignKeyConstraint: new ForeignKeyConstraintModel(client),
|
|
184
204
|
fullTextSearch: new FullTextSearchModel(client),
|
|
185
205
|
index: new IndexModel(client),
|
|
@@ -197,20 +217,24 @@ export function createClient(config) {
|
|
|
197
217
|
relationProvision: new RelationProvisionModel(client),
|
|
198
218
|
sessionSecretsModule: new SessionSecretsModuleModel(client),
|
|
199
219
|
identityProvidersModule: new IdentityProvidersModuleModel(client),
|
|
220
|
+
realtimeModule: new RealtimeModuleModel(client),
|
|
200
221
|
schemaGrant: new SchemaGrantModel(client),
|
|
201
222
|
defaultPrivilege: new DefaultPrivilegeModel(client),
|
|
202
223
|
enum: new EnumModel(client),
|
|
224
|
+
function: new FunctionModel(client),
|
|
203
225
|
apiSchema: new ApiSchemaModel(client),
|
|
204
226
|
apiModule: new ApiModuleModel(client),
|
|
205
227
|
domain: new DomainModel(client),
|
|
206
228
|
siteMetadatum: new SiteMetadatumModel(client),
|
|
207
229
|
siteModule: new SiteModuleModel(client),
|
|
208
230
|
siteTheme: new SiteThemeModel(client),
|
|
231
|
+
corsSetting: new CorsSettingModel(client),
|
|
209
232
|
triggerFunction: new TriggerFunctionModel(client),
|
|
210
233
|
databaseTransfer: new DatabaseTransferModel(client),
|
|
211
234
|
api: new ApiModel(client),
|
|
212
235
|
site: new SiteModel(client),
|
|
213
236
|
app: new AppModel(client),
|
|
237
|
+
apiSetting: new ApiSettingModel(client),
|
|
214
238
|
connectedAccountsModule: new ConnectedAccountsModuleModel(client),
|
|
215
239
|
cryptoAddressesModule: new CryptoAddressesModuleModel(client),
|
|
216
240
|
cryptoAuthModule: new CryptoAuthModuleModel(client),
|
|
@@ -252,7 +276,11 @@ export function createClient(config) {
|
|
|
252
276
|
orgChartEdgeGrant: new OrgChartEdgeGrantModel(client),
|
|
253
277
|
orgPermissionDefault: new OrgPermissionDefaultModel(client),
|
|
254
278
|
appLimit: new AppLimitModel(client),
|
|
279
|
+
appLimitCredit: new AppLimitCreditModel(client),
|
|
280
|
+
appLimitCreditCodeItem: new AppLimitCreditCodeItemModel(client),
|
|
281
|
+
appLimitCreditRedemption: new AppLimitCreditRedemptionModel(client),
|
|
255
282
|
orgLimit: new OrgLimitModel(client),
|
|
283
|
+
orgLimitCredit: new OrgLimitCreditModel(client),
|
|
256
284
|
orgLimitAggregate: new OrgLimitAggregateModel(client),
|
|
257
285
|
appStep: new AppStepModel(client),
|
|
258
286
|
appAchievement: new AppAchievementModel(client),
|
|
@@ -274,6 +302,11 @@ export function createClient(config) {
|
|
|
274
302
|
ref: new RefModel(client),
|
|
275
303
|
store: new StoreModel(client),
|
|
276
304
|
appPermissionDefault: new AppPermissionDefaultModel(client),
|
|
305
|
+
appLimitCreditCode: new AppLimitCreditCodeModel(client),
|
|
306
|
+
appLimitCapsDefault: new AppLimitCapsDefaultModel(client),
|
|
307
|
+
orgLimitCapsDefault: new OrgLimitCapsDefaultModel(client),
|
|
308
|
+
appLimitCap: new AppLimitCapModel(client),
|
|
309
|
+
orgLimitCap: new OrgLimitCapModel(client),
|
|
277
310
|
membershipType: new MembershipTypeModel(client),
|
|
278
311
|
migrateFile: new MigrateFileModel(client),
|
|
279
312
|
devicesModule: new DevicesModuleModel(client),
|
|
@@ -282,19 +315,24 @@ export function createClient(config) {
|
|
|
282
315
|
orgLimitDefault: new OrgLimitDefaultModel(client),
|
|
283
316
|
userConnectedAccount: new UserConnectedAccountModel(client),
|
|
284
317
|
commit: new CommitModel(client),
|
|
318
|
+
pubkeySetting: new PubkeySettingModel(client),
|
|
285
319
|
rateLimitsModule: new RateLimitsModuleModel(client),
|
|
286
320
|
appMembershipDefault: new AppMembershipDefaultModel(client),
|
|
287
321
|
orgMembershipDefault: new OrgMembershipDefaultModel(client),
|
|
322
|
+
rlsSetting: new RlsSettingModel(client),
|
|
288
323
|
appLimitEvent: new AppLimitEventModel(client),
|
|
289
324
|
orgLimitEvent: new OrgLimitEventModel(client),
|
|
290
|
-
plansModule: new PlansModuleModel(client),
|
|
291
325
|
rlsModule: new RlsModuleModel(client),
|
|
326
|
+
databaseSetting: new DatabaseSettingModel(client),
|
|
327
|
+
plansModule: new PlansModuleModel(client),
|
|
292
328
|
sqlAction: new SqlActionModel(client),
|
|
293
329
|
billingModule: new BillingModuleModel(client),
|
|
294
330
|
astMigration: new AstMigrationModel(client),
|
|
295
331
|
user: new UserModel(client),
|
|
296
332
|
orgMembershipSetting: new OrgMembershipSettingModel(client),
|
|
333
|
+
webauthnSetting: new WebauthnSettingModel(client),
|
|
297
334
|
appMembership: new AppMembershipModel(client),
|
|
335
|
+
billingProviderModule: new BillingProviderModuleModel(client),
|
|
298
336
|
hierarchyModule: new HierarchyModuleModel(client),
|
|
299
337
|
query: createQueryOperations(client),
|
|
300
338
|
mutation: createMutationOperations(client),
|