@constructive-io/sdk 0.23.3 → 0.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/admin/orm/index.d.ts +31 -33
- package/admin/orm/index.js +32 -33
- package/admin/orm/input-types.d.ts +2090 -2039
- package/admin/orm/input-types.js +4 -4
- package/admin/orm/models/appLimitEvent.d.ts +26 -2
- package/admin/orm/models/appLimitEvent.js +45 -0
- package/admin/orm/models/index.d.ts +15 -16
- package/admin/orm/models/index.js +31 -33
- package/admin/orm/models/orgLimitEvent.d.ts +26 -2
- package/admin/orm/models/orgLimitEvent.js +45 -0
- package/auth/orm/index.d.ts +8 -8
- package/auth/orm/index.js +4 -3
- package/auth/orm/input-types.d.ts +94 -94
- package/auth/orm/input-types.js +1 -1
- package/auth/orm/models/auditLogAuth.d.ts +54 -0
- package/{public/orm/models/agentMessage.js → auth/orm/models/auditLogAuth.js} +27 -27
- package/auth/orm/models/index.d.ts +1 -1
- package/auth/orm/models/index.js +3 -3
- package/auth/orm/mutation/index.d.ts +9 -9
- package/auth/orm/mutation/index.js +12 -12
- package/esm/admin/orm/index.d.ts +31 -33
- package/esm/admin/orm/index.js +31 -33
- package/esm/admin/orm/input-types.d.ts +2090 -2039
- package/esm/admin/orm/input-types.js +4 -4
- package/esm/admin/orm/models/appLimitEvent.d.ts +26 -2
- package/esm/admin/orm/models/appLimitEvent.js +46 -1
- package/esm/admin/orm/models/index.d.ts +15 -16
- package/esm/admin/orm/models/index.js +15 -16
- package/esm/admin/orm/models/orgLimitEvent.d.ts +26 -2
- package/esm/admin/orm/models/orgLimitEvent.js +46 -1
- package/esm/auth/orm/index.d.ts +8 -8
- package/esm/auth/orm/index.js +3 -3
- package/esm/auth/orm/input-types.d.ts +94 -94
- package/esm/auth/orm/input-types.js +1 -1
- package/esm/auth/orm/models/auditLogAuth.d.ts +54 -0
- package/esm/{public/orm/models/auditLog.js → auth/orm/models/auditLogAuth.js} +25 -25
- package/esm/auth/orm/models/index.d.ts +1 -1
- package/esm/auth/orm/models/index.js +1 -1
- package/esm/auth/orm/mutation/index.d.ts +9 -9
- package/esm/auth/orm/mutation/index.js +12 -12
- package/esm/objects/orm/index.d.ts +1 -1
- package/esm/objects/orm/index.js +1 -1
- package/esm/public/orm/index.d.ts +102 -153
- package/esm/public/orm/index.js +59 -55
- package/esm/public/orm/input-types.d.ts +6255 -3877
- package/esm/public/orm/input-types.js +24 -15
- package/esm/public/orm/models/agentModule.d.ts +54 -0
- package/esm/public/orm/models/{agentThread.js → agentModule.js} +25 -25
- package/esm/public/orm/models/appLimitEvent.d.ts +26 -2
- package/esm/public/orm/models/appLimitEvent.js +46 -1
- package/esm/public/orm/models/auditLogAuth.d.ts +54 -0
- package/esm/{auth/orm/models/auditLog.js → public/orm/models/auditLogAuth.js} +25 -25
- package/esm/public/orm/models/computeLogModule.d.ts +54 -0
- package/esm/public/orm/models/{commit.js → computeLogModule.js} +25 -25
- package/esm/public/orm/models/configSecretsOrgModule.d.ts +54 -0
- package/esm/public/orm/models/{encryptedSecretsModule.js → configSecretsOrgModule.js} +25 -25
- package/esm/public/orm/models/configSecretsUserModule.d.ts +54 -0
- package/esm/public/orm/models/configSecretsUserModule.js +100 -0
- package/esm/public/orm/models/dbUsageModule.d.ts +54 -0
- package/esm/{admin/orm/models/usageSnapshot.js → public/orm/models/dbUsageModule.js} +25 -25
- package/esm/public/orm/models/functionModule.d.ts +54 -0
- package/esm/public/orm/models/{agentMessage.js → functionModule.js} +25 -25
- package/esm/public/orm/models/graphModule.d.ts +54 -0
- package/esm/public/orm/models/{agentTask.js → graphModule.js} +25 -25
- package/esm/public/orm/models/index.d.ts +29 -27
- package/esm/public/orm/models/index.js +29 -27
- package/esm/public/orm/models/inferenceLogModule.d.ts +54 -0
- package/esm/public/orm/models/inferenceLogModule.js +100 -0
- package/esm/public/orm/models/merkleStoreModule.d.ts +54 -0
- package/esm/public/orm/models/merkleStoreModule.js +100 -0
- package/esm/public/orm/models/namespaceModule.d.ts +54 -0
- package/esm/public/orm/models/namespaceModule.js +100 -0
- package/esm/public/orm/models/orgLimitEvent.d.ts +26 -2
- package/esm/public/orm/models/orgLimitEvent.js +46 -1
- package/esm/public/orm/models/storageLogModule.d.ts +54 -0
- package/esm/public/orm/models/{store.js → storageLogModule.js} +25 -25
- package/esm/public/orm/models/transferLogModule.d.ts +54 -0
- package/esm/public/orm/models/transferLogModule.js +100 -0
- package/esm/public/orm/mutation/index.d.ts +69 -133
- package/esm/public/orm/mutation/index.js +78 -174
- package/esm/public/orm/query/index.d.ts +22 -71
- package/esm/public/orm/query/index.js +36 -124
- package/objects/orm/index.d.ts +1 -1
- package/objects/orm/index.js +2 -1
- package/package.json +6 -6
- package/public/orm/index.d.ts +102 -153
- package/public/orm/index.js +60 -55
- package/public/orm/input-types.d.ts +6255 -3877
- package/public/orm/input-types.js +24 -15
- package/public/orm/models/agentModule.d.ts +54 -0
- package/public/orm/models/{agentThread.js → agentModule.js} +27 -27
- package/public/orm/models/appLimitEvent.d.ts +26 -2
- package/public/orm/models/appLimitEvent.js +45 -0
- package/public/orm/models/auditLogAuth.d.ts +54 -0
- package/public/orm/models/{usageSnapshot.js → auditLogAuth.js} +27 -27
- package/public/orm/models/computeLogModule.d.ts +54 -0
- package/public/orm/models/computeLogModule.js +104 -0
- package/public/orm/models/configSecretsOrgModule.d.ts +54 -0
- package/public/orm/models/{encryptedSecretsModule.js → configSecretsOrgModule.js} +27 -27
- package/public/orm/models/configSecretsUserModule.d.ts +54 -0
- package/public/orm/models/{ref.js → configSecretsUserModule.js} +27 -27
- package/public/orm/models/dbUsageModule.d.ts +54 -0
- package/{admin/orm/models/usageSnapshot.js → public/orm/models/dbUsageModule.js} +27 -27
- package/public/orm/models/functionModule.d.ts +54 -0
- package/{auth/orm/models/auditLog.js → public/orm/models/functionModule.js} +27 -27
- package/public/orm/models/graphModule.d.ts +54 -0
- package/public/orm/models/{agentTask.js → graphModule.js} +27 -27
- package/public/orm/models/index.d.ts +29 -27
- package/public/orm/models/index.js +61 -57
- package/public/orm/models/inferenceLogModule.d.ts +54 -0
- package/public/orm/models/inferenceLogModule.js +104 -0
- package/public/orm/models/merkleStoreModule.d.ts +54 -0
- package/public/orm/models/merkleStoreModule.js +104 -0
- package/public/orm/models/namespaceModule.d.ts +54 -0
- package/public/orm/models/namespaceModule.js +104 -0
- package/public/orm/models/orgLimitEvent.d.ts +26 -2
- package/public/orm/models/orgLimitEvent.js +45 -0
- package/public/orm/models/storageLogModule.d.ts +54 -0
- package/public/orm/models/storageLogModule.js +104 -0
- package/public/orm/models/transferLogModule.d.ts +54 -0
- package/public/orm/models/transferLogModule.js +104 -0
- package/public/orm/mutation/index.d.ts +69 -133
- package/public/orm/mutation/index.js +78 -174
- package/public/orm/query/index.d.ts +22 -71
- package/public/orm/query/index.js +36 -124
- package/admin/orm/models/usageSnapshot.d.ts +0 -54
- package/auth/orm/models/auditLog.d.ts +0 -54
- package/esm/admin/orm/models/usageSnapshot.d.ts +0 -54
- package/esm/auth/orm/models/auditLog.d.ts +0 -54
- package/esm/public/orm/models/agentMessage.d.ts +0 -54
- package/esm/public/orm/models/agentTask.d.ts +0 -54
- package/esm/public/orm/models/agentThread.d.ts +0 -54
- package/esm/public/orm/models/auditLog.d.ts +0 -54
- package/esm/public/orm/models/commit.d.ts +0 -54
- package/esm/public/orm/models/encryptedSecretsModule.d.ts +0 -54
- package/esm/public/orm/models/getAllRecord.d.ts +0 -30
- package/esm/public/orm/models/getAllRecord.js +0 -55
- package/esm/public/orm/models/object.d.ts +0 -54
- package/esm/public/orm/models/object.js +0 -90
- package/esm/public/orm/models/ref.d.ts +0 -54
- package/esm/public/orm/models/ref.js +0 -100
- package/esm/public/orm/models/store.d.ts +0 -54
- package/esm/public/orm/models/usageSnapshot.d.ts +0 -54
- package/esm/public/orm/models/usageSnapshot.js +0 -100
- package/public/orm/models/agentMessage.d.ts +0 -54
- package/public/orm/models/agentTask.d.ts +0 -54
- package/public/orm/models/agentThread.d.ts +0 -54
- package/public/orm/models/auditLog.d.ts +0 -54
- package/public/orm/models/auditLog.js +0 -104
- package/public/orm/models/commit.d.ts +0 -54
- package/public/orm/models/commit.js +0 -104
- package/public/orm/models/encryptedSecretsModule.d.ts +0 -54
- package/public/orm/models/getAllRecord.d.ts +0 -30
- package/public/orm/models/getAllRecord.js +0 -59
- package/public/orm/models/object.d.ts +0 -54
- package/public/orm/models/object.js +0 -94
- package/public/orm/models/ref.d.ts +0 -54
- package/public/orm/models/store.d.ts +0 -54
- package/public/orm/models/store.js +0 -104
- package/public/orm/models/usageSnapshot.d.ts +0 -54
|
@@ -307,8 +307,10 @@ export interface WebauthnCredential {
|
|
|
307
307
|
createdAt?: string | null;
|
|
308
308
|
updatedAt?: string | null;
|
|
309
309
|
}
|
|
310
|
-
/**
|
|
311
|
-
export interface
|
|
310
|
+
/** Partitioned append-only audit log of authentication events (sign-in, sign-up, password changes, etc.) */
|
|
311
|
+
export interface AuditLogAuth {
|
|
312
|
+
createdAt?: string | null;
|
|
313
|
+
/** Unique identifier for each audit event (uuidv7 provides temporal ordering) */
|
|
312
314
|
id: string;
|
|
313
315
|
/** Type of authentication event (e.g. sign_in, sign_up, password_change, verify_email) */
|
|
314
316
|
event?: string | null;
|
|
@@ -322,8 +324,6 @@ export interface AuditLog {
|
|
|
322
324
|
ipAddress?: string | null;
|
|
323
325
|
/** Whether the authentication attempt succeeded */
|
|
324
326
|
success?: boolean | null;
|
|
325
|
-
/** Timestamp when the audit event was recorded */
|
|
326
|
-
createdAt?: string | null;
|
|
327
327
|
}
|
|
328
328
|
export interface IdentityProvider {
|
|
329
329
|
slug?: string | null;
|
|
@@ -385,7 +385,7 @@ export interface CryptoAddressRelations {
|
|
|
385
385
|
export interface WebauthnCredentialRelations {
|
|
386
386
|
owner?: User | null;
|
|
387
387
|
}
|
|
388
|
-
export interface
|
|
388
|
+
export interface AuditLogAuthRelations {
|
|
389
389
|
actor?: User | null;
|
|
390
390
|
}
|
|
391
391
|
export interface IdentityProviderRelations {
|
|
@@ -400,13 +400,13 @@ export interface UserRelations {
|
|
|
400
400
|
ownedPhoneNumbers?: ConnectionResult<PhoneNumber>;
|
|
401
401
|
ownedCryptoAddresses?: ConnectionResult<CryptoAddress>;
|
|
402
402
|
ownedWebauthnCredentials?: ConnectionResult<WebauthnCredential>;
|
|
403
|
-
|
|
403
|
+
auditLogAuthsByActorId?: ConnectionResult<AuditLogAuth>;
|
|
404
404
|
}
|
|
405
405
|
export type EmailWithRelations = Email & EmailRelations;
|
|
406
406
|
export type PhoneNumberWithRelations = PhoneNumber & PhoneNumberRelations;
|
|
407
407
|
export type CryptoAddressWithRelations = CryptoAddress & CryptoAddressRelations;
|
|
408
408
|
export type WebauthnCredentialWithRelations = WebauthnCredential & WebauthnCredentialRelations;
|
|
409
|
-
export type
|
|
409
|
+
export type AuditLogAuthWithRelations = AuditLogAuth & AuditLogAuthRelations;
|
|
410
410
|
export type IdentityProviderWithRelations = IdentityProvider & IdentityProviderRelations;
|
|
411
411
|
export type RoleTypeWithRelations = RoleType & RoleTypeRelations;
|
|
412
412
|
export type UserConnectedAccountWithRelations = UserConnectedAccount & UserConnectedAccountRelations;
|
|
@@ -470,7 +470,8 @@ export type WebauthnCredentialSelect = {
|
|
|
470
470
|
select: UserSelect;
|
|
471
471
|
};
|
|
472
472
|
};
|
|
473
|
-
export type
|
|
473
|
+
export type AuditLogAuthSelect = {
|
|
474
|
+
createdAt?: boolean;
|
|
474
475
|
id?: boolean;
|
|
475
476
|
event?: boolean;
|
|
476
477
|
actorId?: boolean;
|
|
@@ -478,7 +479,6 @@ export type AuditLogSelect = {
|
|
|
478
479
|
userAgent?: boolean;
|
|
479
480
|
ipAddress?: boolean;
|
|
480
481
|
success?: boolean;
|
|
481
|
-
createdAt?: boolean;
|
|
482
482
|
actor?: {
|
|
483
483
|
select: UserSelect;
|
|
484
484
|
};
|
|
@@ -543,11 +543,11 @@ export type UserSelect = {
|
|
|
543
543
|
filter?: WebauthnCredentialFilter;
|
|
544
544
|
orderBy?: WebauthnCredentialOrderBy[];
|
|
545
545
|
};
|
|
546
|
-
|
|
547
|
-
select:
|
|
546
|
+
auditLogAuthsByActorId?: {
|
|
547
|
+
select: AuditLogAuthSelect;
|
|
548
548
|
first?: number;
|
|
549
|
-
filter?:
|
|
550
|
-
orderBy?:
|
|
549
|
+
filter?: AuditLogAuthFilter;
|
|
550
|
+
orderBy?: AuditLogAuthOrderBy[];
|
|
551
551
|
};
|
|
552
552
|
};
|
|
553
553
|
export interface EmailFilter {
|
|
@@ -668,7 +668,9 @@ export interface WebauthnCredentialFilter {
|
|
|
668
668
|
/** Filter by the object’s `owner` relation. */
|
|
669
669
|
owner?: UserFilter;
|
|
670
670
|
}
|
|
671
|
-
export interface
|
|
671
|
+
export interface AuditLogAuthFilter {
|
|
672
|
+
/** Filter by the object’s `createdAt` field. */
|
|
673
|
+
createdAt?: DatetimeFilter;
|
|
672
674
|
/** Filter by the object’s `id` field. */
|
|
673
675
|
id?: UUIDFilter;
|
|
674
676
|
/** Filter by the object’s `event` field. */
|
|
@@ -683,14 +685,12 @@ export interface AuditLogFilter {
|
|
|
683
685
|
ipAddress?: InternetAddressFilter;
|
|
684
686
|
/** Filter by the object’s `success` field. */
|
|
685
687
|
success?: BooleanFilter;
|
|
686
|
-
/** Filter by the object’s `createdAt` field. */
|
|
687
|
-
createdAt?: DatetimeFilter;
|
|
688
688
|
/** Checks for all expressions in this list. */
|
|
689
|
-
and?:
|
|
689
|
+
and?: AuditLogAuthFilter[];
|
|
690
690
|
/** Checks for any expressions in this list. */
|
|
691
|
-
or?:
|
|
691
|
+
or?: AuditLogAuthFilter[];
|
|
692
692
|
/** Negates the expression. */
|
|
693
|
-
not?:
|
|
693
|
+
not?: AuditLogAuthFilter;
|
|
694
694
|
/** Filter by the object’s `actor` relation. */
|
|
695
695
|
actor?: UserFilter;
|
|
696
696
|
/** A related `actor` exists. */
|
|
@@ -791,10 +791,10 @@ export interface UserFilter {
|
|
|
791
791
|
ownedWebauthnCredentials?: UserToManyWebauthnCredentialFilter;
|
|
792
792
|
/** `ownedWebauthnCredentials` exist. */
|
|
793
793
|
ownedWebauthnCredentialsExist?: boolean;
|
|
794
|
-
/** Filter by the object’s `
|
|
795
|
-
|
|
796
|
-
/** `
|
|
797
|
-
|
|
794
|
+
/** Filter by the object’s `auditLogAuthsByActorId` relation. */
|
|
795
|
+
auditLogAuthsByActorId?: UserToManyAuditLogAuthFilter;
|
|
796
|
+
/** `auditLogAuthsByActorId` exist. */
|
|
797
|
+
auditLogAuthsByActorIdExist?: boolean;
|
|
798
798
|
/** TSV search on the `search_tsv` column. */
|
|
799
799
|
tsvSearchTsv?: string;
|
|
800
800
|
/** TRGM search on the `display_name` column. */
|
|
@@ -811,7 +811,7 @@ export type EmailOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' |
|
|
|
811
811
|
export type PhoneNumberOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'CC_ASC' | 'CC_DESC' | 'NUMBER_ASC' | 'NUMBER_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'IS_PRIMARY_ASC' | 'IS_PRIMARY_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
812
812
|
export type CryptoAddressOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'ADDRESS_ASC' | 'ADDRESS_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'IS_PRIMARY_ASC' | 'IS_PRIMARY_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
813
813
|
export type WebauthnCredentialOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'CREDENTIAL_ID_ASC' | 'CREDENTIAL_ID_DESC' | 'PUBLIC_KEY_ASC' | 'PUBLIC_KEY_DESC' | 'SIGN_COUNT_ASC' | 'SIGN_COUNT_DESC' | 'WEBAUTHN_USER_ID_ASC' | 'WEBAUTHN_USER_ID_DESC' | 'TRANSPORTS_ASC' | 'TRANSPORTS_DESC' | 'CREDENTIAL_DEVICE_TYPE_ASC' | 'CREDENTIAL_DEVICE_TYPE_DESC' | 'BACKUP_ELIGIBLE_ASC' | 'BACKUP_ELIGIBLE_DESC' | 'BACKUP_STATE_ASC' | 'BACKUP_STATE_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'LAST_USED_AT_ASC' | 'LAST_USED_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
814
|
-
export type
|
|
814
|
+
export type AuditLogAuthOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'EVENT_ASC' | 'EVENT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ORIGIN_ASC' | 'ORIGIN_DESC' | 'USER_AGENT_ASC' | 'USER_AGENT_DESC' | 'IP_ADDRESS_ASC' | 'IP_ADDRESS_DESC' | 'SUCCESS_ASC' | 'SUCCESS_DESC';
|
|
815
815
|
export type IdentityProviderOrderBy = 'NATURAL' | 'SLUG_ASC' | 'SLUG_DESC' | 'KIND_ASC' | 'KIND_DESC' | 'DISPLAY_NAME_ASC' | 'DISPLAY_NAME_DESC' | 'ENABLED_ASC' | 'ENABLED_DESC' | 'IS_BUILT_IN_ASC' | 'IS_BUILT_IN_DESC';
|
|
816
816
|
export type RoleTypeOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
|
|
817
817
|
export type UserConnectedAccountOrderBy = 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'SERVICE_ASC' | 'SERVICE_DESC' | 'IDENTIFIER_ASC' | 'IDENTIFIER_DESC' | 'DETAILS_ASC' | 'DETAILS_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
@@ -934,9 +934,9 @@ export interface DeleteWebauthnCredentialInput {
|
|
|
934
934
|
clientMutationId?: string;
|
|
935
935
|
id: string;
|
|
936
936
|
}
|
|
937
|
-
export interface
|
|
937
|
+
export interface CreateAuditLogAuthInput {
|
|
938
938
|
clientMutationId?: string;
|
|
939
|
-
|
|
939
|
+
auditLogAuth: {
|
|
940
940
|
event: string;
|
|
941
941
|
actorId?: string;
|
|
942
942
|
origin?: ConstructiveInternalTypeOrigin;
|
|
@@ -945,7 +945,7 @@ export interface CreateAuditLogInput {
|
|
|
945
945
|
success: boolean;
|
|
946
946
|
};
|
|
947
947
|
}
|
|
948
|
-
export interface
|
|
948
|
+
export interface AuditLogAuthPatch {
|
|
949
949
|
event?: string | null;
|
|
950
950
|
actorId?: string | null;
|
|
951
951
|
origin?: ConstructiveInternalTypeOrigin | null;
|
|
@@ -953,12 +953,12 @@ export interface AuditLogPatch {
|
|
|
953
953
|
ipAddress?: string | null;
|
|
954
954
|
success?: boolean | null;
|
|
955
955
|
}
|
|
956
|
-
export interface
|
|
956
|
+
export interface UpdateAuditLogAuthInput {
|
|
957
957
|
clientMutationId?: string;
|
|
958
958
|
id: string;
|
|
959
|
-
|
|
959
|
+
auditLogAuthPatch: AuditLogAuthPatch;
|
|
960
960
|
}
|
|
961
|
-
export interface
|
|
961
|
+
export interface DeleteAuditLogAuthInput {
|
|
962
962
|
clientMutationId?: string;
|
|
963
963
|
id: string;
|
|
964
964
|
}
|
|
@@ -1128,13 +1128,6 @@ export interface SignUpInput {
|
|
|
1128
1128
|
csrfToken?: string;
|
|
1129
1129
|
deviceToken?: string;
|
|
1130
1130
|
}
|
|
1131
|
-
export interface RequestCrossOriginTokenInput {
|
|
1132
|
-
clientMutationId?: string;
|
|
1133
|
-
email?: string;
|
|
1134
|
-
password?: string;
|
|
1135
|
-
origin?: ConstructiveInternalTypeOrigin;
|
|
1136
|
-
rememberMe?: boolean;
|
|
1137
|
-
}
|
|
1138
1131
|
export interface SignInInput {
|
|
1139
1132
|
clientMutationId?: string;
|
|
1140
1133
|
email?: string;
|
|
@@ -1155,6 +1148,13 @@ export interface CreateApiKeyInput {
|
|
|
1155
1148
|
mfaLevel?: string;
|
|
1156
1149
|
expiresIn?: IntervalInput;
|
|
1157
1150
|
}
|
|
1151
|
+
export interface RequestCrossOriginTokenInput {
|
|
1152
|
+
clientMutationId?: string;
|
|
1153
|
+
email?: string;
|
|
1154
|
+
password?: string;
|
|
1155
|
+
origin?: ConstructiveInternalTypeOrigin;
|
|
1156
|
+
rememberMe?: boolean;
|
|
1157
|
+
}
|
|
1158
1158
|
export interface ForgotPasswordInput {
|
|
1159
1159
|
clientMutationId?: string;
|
|
1160
1160
|
email?: ConstructiveInternalTypeEmail;
|
|
@@ -1495,14 +1495,14 @@ export interface UserToManyWebauthnCredentialFilter {
|
|
|
1495
1495
|
/** Filters to entities where no related entity matches. */
|
|
1496
1496
|
none?: WebauthnCredentialFilter;
|
|
1497
1497
|
}
|
|
1498
|
-
/** A filter to be used against many `
|
|
1499
|
-
export interface
|
|
1498
|
+
/** A filter to be used against many `AuditLogAuth` object types. All fields are combined with a logical ‘and.’ */
|
|
1499
|
+
export interface UserToManyAuditLogAuthFilter {
|
|
1500
1500
|
/** Filters to entities where at least one related entity matches. */
|
|
1501
|
-
some?:
|
|
1501
|
+
some?: AuditLogAuthFilter;
|
|
1502
1502
|
/** Filters to entities where every related entity matches. */
|
|
1503
|
-
every?:
|
|
1503
|
+
every?: AuditLogAuthFilter;
|
|
1504
1504
|
/** Filters to entities where no related entity matches. */
|
|
1505
|
-
none?:
|
|
1505
|
+
none?: AuditLogAuthFilter;
|
|
1506
1506
|
}
|
|
1507
1507
|
/** Input for pg_trgm fuzzy text matching. Provide a search value and optional similarity threshold. */
|
|
1508
1508
|
export interface TrgmSearchInput {
|
|
@@ -1652,8 +1652,10 @@ export interface WebauthnCredentialFilter {
|
|
|
1652
1652
|
/** Filter by the object’s `owner` relation. */
|
|
1653
1653
|
owner?: UserFilter;
|
|
1654
1654
|
}
|
|
1655
|
-
/** A filter to be used against `
|
|
1656
|
-
export interface
|
|
1655
|
+
/** A filter to be used against `AuditLogAuth` object types. All fields are combined with a logical ‘and.’ */
|
|
1656
|
+
export interface AuditLogAuthFilter {
|
|
1657
|
+
/** Filter by the object’s `createdAt` field. */
|
|
1658
|
+
createdAt?: DatetimeFilter;
|
|
1657
1659
|
/** Filter by the object’s `id` field. */
|
|
1658
1660
|
id?: UUIDFilter;
|
|
1659
1661
|
/** Filter by the object’s `event` field. */
|
|
@@ -1668,14 +1670,12 @@ export interface AuditLogFilter {
|
|
|
1668
1670
|
ipAddress?: InternetAddressFilter;
|
|
1669
1671
|
/** Filter by the object’s `success` field. */
|
|
1670
1672
|
success?: BooleanFilter;
|
|
1671
|
-
/** Filter by the object’s `createdAt` field. */
|
|
1672
|
-
createdAt?: DatetimeFilter;
|
|
1673
1673
|
/** Checks for all expressions in this list. */
|
|
1674
|
-
and?:
|
|
1674
|
+
and?: AuditLogAuthFilter[];
|
|
1675
1675
|
/** Checks for any expressions in this list. */
|
|
1676
|
-
or?:
|
|
1676
|
+
or?: AuditLogAuthFilter[];
|
|
1677
1677
|
/** Negates the expression. */
|
|
1678
|
-
not?:
|
|
1678
|
+
not?: AuditLogAuthFilter;
|
|
1679
1679
|
/** Filter by the object’s `actor` relation. */
|
|
1680
1680
|
actor?: UserFilter;
|
|
1681
1681
|
/** A related `actor` exists. */
|
|
@@ -1875,10 +1875,10 @@ export interface UserFilter {
|
|
|
1875
1875
|
ownedWebauthnCredentials?: UserToManyWebauthnCredentialFilter;
|
|
1876
1876
|
/** `ownedWebauthnCredentials` exist. */
|
|
1877
1877
|
ownedWebauthnCredentialsExist?: boolean;
|
|
1878
|
-
/** Filter by the object’s `
|
|
1879
|
-
|
|
1880
|
-
/** `
|
|
1881
|
-
|
|
1878
|
+
/** Filter by the object’s `auditLogAuthsByActorId` relation. */
|
|
1879
|
+
auditLogAuthsByActorId?: UserToManyAuditLogAuthFilter;
|
|
1880
|
+
/** `auditLogAuthsByActorId` exist. */
|
|
1881
|
+
auditLogAuthsByActorIdExist?: boolean;
|
|
1882
1882
|
/** TSV search on the `search_tsv` column. */
|
|
1883
1883
|
tsvSearchTsv?: string;
|
|
1884
1884
|
/** TRGM search on the `display_name` column. */
|
|
@@ -2167,14 +2167,6 @@ export type SignUpPayloadSelect = {
|
|
|
2167
2167
|
select: SignUpRecordSelect;
|
|
2168
2168
|
};
|
|
2169
2169
|
};
|
|
2170
|
-
export interface RequestCrossOriginTokenPayload {
|
|
2171
|
-
clientMutationId?: string | null;
|
|
2172
|
-
result?: string | null;
|
|
2173
|
-
}
|
|
2174
|
-
export type RequestCrossOriginTokenPayloadSelect = {
|
|
2175
|
-
clientMutationId?: boolean;
|
|
2176
|
-
result?: boolean;
|
|
2177
|
-
};
|
|
2178
2170
|
export interface SignInPayload {
|
|
2179
2171
|
clientMutationId?: string | null;
|
|
2180
2172
|
result?: SignInRecord | null;
|
|
@@ -2205,6 +2197,14 @@ export type CreateApiKeyPayloadSelect = {
|
|
|
2205
2197
|
select: CreateApiKeyRecordSelect;
|
|
2206
2198
|
};
|
|
2207
2199
|
};
|
|
2200
|
+
export interface RequestCrossOriginTokenPayload {
|
|
2201
|
+
clientMutationId?: string | null;
|
|
2202
|
+
result?: string | null;
|
|
2203
|
+
}
|
|
2204
|
+
export type RequestCrossOriginTokenPayloadSelect = {
|
|
2205
|
+
clientMutationId?: boolean;
|
|
2206
|
+
result?: boolean;
|
|
2207
|
+
};
|
|
2208
2208
|
export interface ForgotPasswordPayload {
|
|
2209
2209
|
clientMutationId?: string | null;
|
|
2210
2210
|
}
|
|
@@ -2421,49 +2421,49 @@ export type DeleteWebauthnCredentialPayloadSelect = {
|
|
|
2421
2421
|
select: WebauthnCredentialEdgeSelect;
|
|
2422
2422
|
};
|
|
2423
2423
|
};
|
|
2424
|
-
export interface
|
|
2424
|
+
export interface CreateAuditLogAuthPayload {
|
|
2425
2425
|
clientMutationId?: string | null;
|
|
2426
|
-
/** The `
|
|
2427
|
-
|
|
2428
|
-
|
|
2426
|
+
/** The `AuditLogAuth` that was created by this mutation. */
|
|
2427
|
+
auditLogAuth?: AuditLogAuth | null;
|
|
2428
|
+
auditLogAuthEdge?: AuditLogAuthEdge | null;
|
|
2429
2429
|
}
|
|
2430
|
-
export type
|
|
2430
|
+
export type CreateAuditLogAuthPayloadSelect = {
|
|
2431
2431
|
clientMutationId?: boolean;
|
|
2432
|
-
|
|
2433
|
-
select:
|
|
2432
|
+
auditLogAuth?: {
|
|
2433
|
+
select: AuditLogAuthSelect;
|
|
2434
2434
|
};
|
|
2435
|
-
|
|
2436
|
-
select:
|
|
2435
|
+
auditLogAuthEdge?: {
|
|
2436
|
+
select: AuditLogAuthEdgeSelect;
|
|
2437
2437
|
};
|
|
2438
2438
|
};
|
|
2439
|
-
export interface
|
|
2439
|
+
export interface UpdateAuditLogAuthPayload {
|
|
2440
2440
|
clientMutationId?: string | null;
|
|
2441
|
-
/** The `
|
|
2442
|
-
|
|
2443
|
-
|
|
2441
|
+
/** The `AuditLogAuth` that was updated by this mutation. */
|
|
2442
|
+
auditLogAuth?: AuditLogAuth | null;
|
|
2443
|
+
auditLogAuthEdge?: AuditLogAuthEdge | null;
|
|
2444
2444
|
}
|
|
2445
|
-
export type
|
|
2445
|
+
export type UpdateAuditLogAuthPayloadSelect = {
|
|
2446
2446
|
clientMutationId?: boolean;
|
|
2447
|
-
|
|
2448
|
-
select:
|
|
2447
|
+
auditLogAuth?: {
|
|
2448
|
+
select: AuditLogAuthSelect;
|
|
2449
2449
|
};
|
|
2450
|
-
|
|
2451
|
-
select:
|
|
2450
|
+
auditLogAuthEdge?: {
|
|
2451
|
+
select: AuditLogAuthEdgeSelect;
|
|
2452
2452
|
};
|
|
2453
2453
|
};
|
|
2454
|
-
export interface
|
|
2454
|
+
export interface DeleteAuditLogAuthPayload {
|
|
2455
2455
|
clientMutationId?: string | null;
|
|
2456
|
-
/** The `
|
|
2457
|
-
|
|
2458
|
-
|
|
2456
|
+
/** The `AuditLogAuth` that was deleted by this mutation. */
|
|
2457
|
+
auditLogAuth?: AuditLogAuth | null;
|
|
2458
|
+
auditLogAuthEdge?: AuditLogAuthEdge | null;
|
|
2459
2459
|
}
|
|
2460
|
-
export type
|
|
2460
|
+
export type DeleteAuditLogAuthPayloadSelect = {
|
|
2461
2461
|
clientMutationId?: boolean;
|
|
2462
|
-
|
|
2463
|
-
select:
|
|
2462
|
+
auditLogAuth?: {
|
|
2463
|
+
select: AuditLogAuthSelect;
|
|
2464
2464
|
};
|
|
2465
|
-
|
|
2466
|
-
select:
|
|
2465
|
+
auditLogAuthEdge?: {
|
|
2466
|
+
select: AuditLogAuthEdgeSelect;
|
|
2467
2467
|
};
|
|
2468
2468
|
};
|
|
2469
2469
|
export interface CreateIdentityProviderPayload {
|
|
@@ -2698,16 +2698,16 @@ export type WebauthnCredentialEdgeSelect = {
|
|
|
2698
2698
|
select: WebauthnCredentialSelect;
|
|
2699
2699
|
};
|
|
2700
2700
|
};
|
|
2701
|
-
/** A `
|
|
2702
|
-
export interface
|
|
2701
|
+
/** A `AuditLogAuth` edge in the connection. */
|
|
2702
|
+
export interface AuditLogAuthEdge {
|
|
2703
2703
|
cursor?: string | null;
|
|
2704
|
-
/** The `
|
|
2705
|
-
node?:
|
|
2704
|
+
/** The `AuditLogAuth` at the end of the edge. */
|
|
2705
|
+
node?: AuditLogAuth | null;
|
|
2706
2706
|
}
|
|
2707
|
-
export type
|
|
2707
|
+
export type AuditLogAuthEdgeSelect = {
|
|
2708
2708
|
cursor?: boolean;
|
|
2709
2709
|
node?: {
|
|
2710
|
-
select:
|
|
2710
|
+
select: AuditLogAuthSelect;
|
|
2711
2711
|
};
|
|
2712
2712
|
};
|
|
2713
2713
|
/** A `RoleType` edge in the connection. */
|
package/auth/orm/input-types.js
CHANGED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AuditLogAuth model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { AuditLogAuthWithRelations, AuditLogAuthSelect, AuditLogAuthFilter, AuditLogAuthOrderBy, CreateAuditLogAuthInput, AuditLogAuthPatch } from '../input-types';
|
|
10
|
+
export declare class AuditLogAuthModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends AuditLogAuthSelect>(args: FindManyArgs<S, AuditLogAuthFilter, AuditLogAuthOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, AuditLogAuthSelect>): QueryBuilder<{
|
|
16
|
+
auditLogAuths: ConnectionResult<InferSelectResult<AuditLogAuthWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends AuditLogAuthSelect>(args: FindFirstArgs<S, AuditLogAuthFilter, AuditLogAuthOrderBy> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, AuditLogAuthSelect>): QueryBuilder<{
|
|
21
|
+
auditLogAuth: InferSelectResult<AuditLogAuthWithRelations, S> | null;
|
|
22
|
+
}>;
|
|
23
|
+
findOne<S extends AuditLogAuthSelect>(args: {
|
|
24
|
+
id: string;
|
|
25
|
+
select: S;
|
|
26
|
+
} & StrictSelect<S, AuditLogAuthSelect>): QueryBuilder<{
|
|
27
|
+
auditLogAuth: InferSelectResult<AuditLogAuthWithRelations, S> | null;
|
|
28
|
+
}>;
|
|
29
|
+
create<S extends AuditLogAuthSelect>(args: CreateArgs<S, CreateAuditLogAuthInput['auditLogAuth']> & {
|
|
30
|
+
select: S;
|
|
31
|
+
} & StrictSelect<S, AuditLogAuthSelect>): QueryBuilder<{
|
|
32
|
+
createAuditLogAuth: {
|
|
33
|
+
auditLogAuth: InferSelectResult<AuditLogAuthWithRelations, S>;
|
|
34
|
+
};
|
|
35
|
+
}>;
|
|
36
|
+
update<S extends AuditLogAuthSelect>(args: UpdateArgs<S, {
|
|
37
|
+
id: string;
|
|
38
|
+
}, AuditLogAuthPatch> & {
|
|
39
|
+
select: S;
|
|
40
|
+
} & StrictSelect<S, AuditLogAuthSelect>): QueryBuilder<{
|
|
41
|
+
updateAuditLogAuth: {
|
|
42
|
+
auditLogAuth: InferSelectResult<AuditLogAuthWithRelations, S>;
|
|
43
|
+
};
|
|
44
|
+
}>;
|
|
45
|
+
delete<S extends AuditLogAuthSelect>(args: DeleteArgs<{
|
|
46
|
+
id: string;
|
|
47
|
+
}, S> & {
|
|
48
|
+
select: S;
|
|
49
|
+
} & StrictSelect<S, AuditLogAuthSelect>): QueryBuilder<{
|
|
50
|
+
deleteAuditLogAuth: {
|
|
51
|
+
auditLogAuth: InferSelectResult<AuditLogAuthWithRelations, S>;
|
|
52
|
+
};
|
|
53
|
+
}>;
|
|
54
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.AuditLogAuthModel = void 0;
|
|
4
4
|
const query_builder_1 = require("../query-builder");
|
|
5
5
|
const input_types_1 = require("../input-types");
|
|
6
|
-
class
|
|
6
|
+
class AuditLogAuthModel {
|
|
7
7
|
client;
|
|
8
8
|
constructor(client) {
|
|
9
9
|
this.client = client;
|
|
10
10
|
}
|
|
11
11
|
findMany(args) {
|
|
12
|
-
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('
|
|
12
|
+
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('AuditLogAuth', 'auditLogAuths', args.select, {
|
|
13
13
|
where: args?.where,
|
|
14
14
|
orderBy: args?.orderBy,
|
|
15
15
|
first: args?.first,
|
|
@@ -17,88 +17,88 @@ class AgentMessageModel {
|
|
|
17
17
|
after: args?.after,
|
|
18
18
|
before: args?.before,
|
|
19
19
|
offset: args?.offset,
|
|
20
|
-
}, '
|
|
20
|
+
}, 'AuditLogAuthFilter', 'AuditLogAuthOrderBy', input_types_1.connectionFieldsMap);
|
|
21
21
|
return new query_builder_1.QueryBuilder({
|
|
22
22
|
client: this.client,
|
|
23
23
|
operation: 'query',
|
|
24
|
-
operationName: '
|
|
25
|
-
fieldName: '
|
|
24
|
+
operationName: 'AuditLogAuth',
|
|
25
|
+
fieldName: 'auditLogAuths',
|
|
26
26
|
document,
|
|
27
27
|
variables,
|
|
28
28
|
});
|
|
29
29
|
}
|
|
30
30
|
findFirst(args) {
|
|
31
|
-
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('
|
|
31
|
+
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('AuditLogAuth', 'auditLogAuths', args.select, {
|
|
32
32
|
where: args?.where,
|
|
33
33
|
orderBy: args?.orderBy,
|
|
34
|
-
}, '
|
|
34
|
+
}, 'AuditLogAuthFilter', 'AuditLogAuthOrderBy', input_types_1.connectionFieldsMap);
|
|
35
35
|
return new query_builder_1.QueryBuilder({
|
|
36
36
|
client: this.client,
|
|
37
37
|
operation: 'query',
|
|
38
|
-
operationName: '
|
|
39
|
-
fieldName: '
|
|
38
|
+
operationName: 'AuditLogAuth',
|
|
39
|
+
fieldName: 'auditLogAuth',
|
|
40
40
|
document,
|
|
41
41
|
variables,
|
|
42
42
|
transform: (data) => ({
|
|
43
|
-
|
|
43
|
+
auditLogAuth: data.auditLogAuths?.nodes?.[0] ?? null,
|
|
44
44
|
}),
|
|
45
45
|
});
|
|
46
46
|
}
|
|
47
47
|
findOne(args) {
|
|
48
|
-
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('
|
|
48
|
+
const { document, variables } = (0, query_builder_1.buildFindManyDocument)('AuditLogAuth', 'auditLogAuths', args.select, {
|
|
49
49
|
where: {
|
|
50
50
|
id: {
|
|
51
51
|
equalTo: args.id,
|
|
52
52
|
},
|
|
53
53
|
},
|
|
54
54
|
first: 1,
|
|
55
|
-
}, '
|
|
55
|
+
}, 'AuditLogAuthFilter', 'AuditLogAuthOrderBy', input_types_1.connectionFieldsMap);
|
|
56
56
|
return new query_builder_1.QueryBuilder({
|
|
57
57
|
client: this.client,
|
|
58
58
|
operation: 'query',
|
|
59
|
-
operationName: '
|
|
60
|
-
fieldName: '
|
|
59
|
+
operationName: 'AuditLogAuth',
|
|
60
|
+
fieldName: 'auditLogAuth',
|
|
61
61
|
document,
|
|
62
62
|
variables,
|
|
63
63
|
transform: (data) => ({
|
|
64
|
-
|
|
64
|
+
auditLogAuth: data.auditLogAuths?.nodes?.[0] ?? null,
|
|
65
65
|
}),
|
|
66
66
|
});
|
|
67
67
|
}
|
|
68
68
|
create(args) {
|
|
69
|
-
const { document, variables } = (0, query_builder_1.buildCreateDocument)('
|
|
69
|
+
const { document, variables } = (0, query_builder_1.buildCreateDocument)('AuditLogAuth', 'createAuditLogAuth', 'auditLogAuth', args.select, args.data, 'CreateAuditLogAuthInput', input_types_1.connectionFieldsMap);
|
|
70
70
|
return new query_builder_1.QueryBuilder({
|
|
71
71
|
client: this.client,
|
|
72
72
|
operation: 'mutation',
|
|
73
|
-
operationName: '
|
|
74
|
-
fieldName: '
|
|
73
|
+
operationName: 'AuditLogAuth',
|
|
74
|
+
fieldName: 'createAuditLogAuth',
|
|
75
75
|
document,
|
|
76
76
|
variables,
|
|
77
77
|
});
|
|
78
78
|
}
|
|
79
79
|
update(args) {
|
|
80
|
-
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('
|
|
80
|
+
const { document, variables } = (0, query_builder_1.buildUpdateByPkDocument)('AuditLogAuth', 'updateAuditLogAuth', 'auditLogAuth', args.select, args.where.id, args.data, 'UpdateAuditLogAuthInput', 'id', 'auditLogAuthPatch', input_types_1.connectionFieldsMap);
|
|
81
81
|
return new query_builder_1.QueryBuilder({
|
|
82
82
|
client: this.client,
|
|
83
83
|
operation: 'mutation',
|
|
84
|
-
operationName: '
|
|
85
|
-
fieldName: '
|
|
84
|
+
operationName: 'AuditLogAuth',
|
|
85
|
+
fieldName: 'updateAuditLogAuth',
|
|
86
86
|
document,
|
|
87
87
|
variables,
|
|
88
88
|
});
|
|
89
89
|
}
|
|
90
90
|
delete(args) {
|
|
91
|
-
const { document, variables } = (0, query_builder_1.buildDeleteByPkDocument)('
|
|
91
|
+
const { document, variables } = (0, query_builder_1.buildDeleteByPkDocument)('AuditLogAuth', 'deleteAuditLogAuth', 'auditLogAuth', {
|
|
92
92
|
id: args.where.id,
|
|
93
|
-
}, '
|
|
93
|
+
}, 'DeleteAuditLogAuthInput', args.select, input_types_1.connectionFieldsMap);
|
|
94
94
|
return new query_builder_1.QueryBuilder({
|
|
95
95
|
client: this.client,
|
|
96
96
|
operation: 'mutation',
|
|
97
|
-
operationName: '
|
|
98
|
-
fieldName: '
|
|
97
|
+
operationName: 'AuditLogAuth',
|
|
98
|
+
fieldName: 'deleteAuditLogAuth',
|
|
99
99
|
document,
|
|
100
100
|
variables,
|
|
101
101
|
});
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
exports.
|
|
104
|
+
exports.AuditLogAuthModel = AuditLogAuthModel;
|
|
@@ -7,7 +7,7 @@ export { EmailModel } from './email';
|
|
|
7
7
|
export { PhoneNumberModel } from './phoneNumber';
|
|
8
8
|
export { CryptoAddressModel } from './cryptoAddress';
|
|
9
9
|
export { WebauthnCredentialModel } from './webauthnCredential';
|
|
10
|
-
export {
|
|
10
|
+
export { AuditLogAuthModel } from './auditLogAuth';
|
|
11
11
|
export { IdentityProviderModel } from './identityProvider';
|
|
12
12
|
export { RoleTypeModel } from './roleType';
|
|
13
13
|
export { UserConnectedAccountModel } from './userConnectedAccount';
|
package/auth/orm/models/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserModel = exports.UserConnectedAccountModel = exports.RoleTypeModel = exports.IdentityProviderModel = exports.
|
|
3
|
+
exports.UserModel = exports.UserConnectedAccountModel = exports.RoleTypeModel = exports.IdentityProviderModel = exports.AuditLogAuthModel = exports.WebauthnCredentialModel = exports.CryptoAddressModel = exports.PhoneNumberModel = exports.EmailModel = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* Models barrel export
|
|
6
6
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -14,8 +14,8 @@ var cryptoAddress_1 = require("./cryptoAddress");
|
|
|
14
14
|
Object.defineProperty(exports, "CryptoAddressModel", { enumerable: true, get: function () { return cryptoAddress_1.CryptoAddressModel; } });
|
|
15
15
|
var webauthnCredential_1 = require("./webauthnCredential");
|
|
16
16
|
Object.defineProperty(exports, "WebauthnCredentialModel", { enumerable: true, get: function () { return webauthnCredential_1.WebauthnCredentialModel; } });
|
|
17
|
-
var
|
|
18
|
-
Object.defineProperty(exports, "
|
|
17
|
+
var auditLogAuth_1 = require("./auditLogAuth");
|
|
18
|
+
Object.defineProperty(exports, "AuditLogAuthModel", { enumerable: true, get: function () { return auditLogAuth_1.AuditLogAuthModel; } });
|
|
19
19
|
var identityProvider_1 = require("./identityProvider");
|
|
20
20
|
Object.defineProperty(exports, "IdentityProviderModel", { enumerable: true, get: function () { return identityProvider_1.IdentityProviderModel; } });
|
|
21
21
|
var roleType_1 = require("./roleType");
|