@valentine-efagene/qshelter-common 2.0.143 → 2.0.145
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/dist/generated/client/browser.d.ts +20 -11
- package/dist/generated/client/client.d.ts +20 -11
- package/dist/generated/client/commonInputTypes.d.ts +324 -234
- package/dist/generated/client/enums.d.ts +38 -24
- package/dist/generated/client/enums.js +33 -21
- package/dist/generated/client/internal/class.d.ts +44 -22
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +438 -204
- package/dist/generated/client/internal/prismaNamespace.js +140 -52
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +147 -55
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +140 -52
- package/dist/generated/client/models/Application.d.ts +669 -1
- package/dist/generated/client/models/ApplicationDocument.d.ts +577 -1
- package/dist/generated/client/models/ApplicationOrganization.d.ts +2385 -0
- package/dist/generated/client/models/ApplicationOrganization.js +1 -0
- package/dist/generated/client/models/BankDocumentRequirement.d.ts +1932 -0
- package/dist/generated/client/models/BankDocumentRequirement.js +1 -0
- package/dist/generated/client/models/DocumentExpiryWarning.d.ts +1141 -0
- package/dist/generated/client/models/DocumentExpiryWarning.js +1 -0
- package/dist/generated/client/models/EventHandler.d.ts +0 -158
- package/dist/generated/client/models/EventType.d.ts +0 -134
- package/dist/generated/client/models/Organization.d.ts +390 -0
- package/dist/generated/client/models/PropertyMedia.d.ts +0 -7
- package/dist/generated/client/models/PropertyPaymentMethod.d.ts +192 -3
- package/dist/generated/client/models/PropertyVariant.d.ts +0 -7
- package/dist/generated/client/models/ScheduledJob.d.ts +1317 -0
- package/dist/generated/client/models/ScheduledJob.js +1 -0
- package/dist/generated/client/models/StateTransitionDefinition.d.ts +1104 -0
- package/dist/generated/client/models/StateTransitionDefinition.js +1 -0
- package/dist/generated/client/models/StateTransitionLog.d.ts +1383 -0
- package/dist/generated/client/models/StateTransitionLog.js +1 -0
- package/dist/generated/client/models/Tenant.d.ts +1314 -1314
- package/dist/generated/client/models/index.d.ts +4 -2
- package/dist/generated/client/models/index.js +4 -2
- package/dist/generated/client/models.d.ts +4 -2
- package/dist/src/prisma/tenant.js +2 -0
- package/package.json +1 -1
- package/prisma/schema.prisma +333 -134
|
@@ -75,6 +75,7 @@ export const ModelName = {
|
|
|
75
75
|
TenantMembership: 'TenantMembership',
|
|
76
76
|
Organization: 'Organization',
|
|
77
77
|
OrganizationMember: 'OrganizationMember',
|
|
78
|
+
BankDocumentRequirement: 'BankDocumentRequirement',
|
|
78
79
|
Tenant: 'Tenant',
|
|
79
80
|
ApiKey: 'ApiKey',
|
|
80
81
|
RefreshToken: 'RefreshToken',
|
|
@@ -111,6 +112,7 @@ export const ModelName = {
|
|
|
111
112
|
PaymentMethodPhaseDocument: 'PaymentMethodPhaseDocument',
|
|
112
113
|
PaymentMethodPhaseField: 'PaymentMethodPhaseField',
|
|
113
114
|
Application: 'Application',
|
|
115
|
+
ApplicationOrganization: 'ApplicationOrganization',
|
|
114
116
|
ApplicationRefund: 'ApplicationRefund',
|
|
115
117
|
ApplicationPhase: 'ApplicationPhase',
|
|
116
118
|
QuestionnairePhase: 'QuestionnairePhase',
|
|
@@ -133,12 +135,12 @@ export const ModelName = {
|
|
|
133
135
|
EventChannel: 'EventChannel',
|
|
134
136
|
EventType: 'EventType',
|
|
135
137
|
EventHandler: 'EventHandler',
|
|
136
|
-
WorkflowEvent: 'WorkflowEvent',
|
|
137
|
-
EventHandlerExecution: 'EventHandlerExecution',
|
|
138
138
|
DomainEvent: 'DomainEvent',
|
|
139
139
|
PropertyTransferRequest: 'PropertyTransferRequest',
|
|
140
140
|
ApprovalRequest: 'ApprovalRequest',
|
|
141
|
-
WorkflowBlocker: 'WorkflowBlocker'
|
|
141
|
+
WorkflowBlocker: 'WorkflowBlocker',
|
|
142
|
+
ScheduledJob: 'ScheduledJob',
|
|
143
|
+
DocumentExpiryWarning: 'DocumentExpiryWarning'
|
|
142
144
|
};
|
|
143
145
|
/**
|
|
144
146
|
* Enums
|
|
@@ -255,6 +257,26 @@ export const OrganizationMemberScalarFieldEnum = {
|
|
|
255
257
|
createdAt: 'createdAt',
|
|
256
258
|
updatedAt: 'updatedAt'
|
|
257
259
|
};
|
|
260
|
+
export const BankDocumentRequirementScalarFieldEnum = {
|
|
261
|
+
id: 'id',
|
|
262
|
+
tenantId: 'tenantId',
|
|
263
|
+
organizationId: 'organizationId',
|
|
264
|
+
phaseType: 'phaseType',
|
|
265
|
+
paymentMethodId: 'paymentMethodId',
|
|
266
|
+
documentType: 'documentType',
|
|
267
|
+
documentName: 'documentName',
|
|
268
|
+
modifier: 'modifier',
|
|
269
|
+
description: 'description',
|
|
270
|
+
expiryDays: 'expiryDays',
|
|
271
|
+
minFiles: 'minFiles',
|
|
272
|
+
maxFiles: 'maxFiles',
|
|
273
|
+
allowedMimeTypes: 'allowedMimeTypes',
|
|
274
|
+
validationRules: 'validationRules',
|
|
275
|
+
priority: 'priority',
|
|
276
|
+
isActive: 'isActive',
|
|
277
|
+
createdAt: 'createdAt',
|
|
278
|
+
updatedAt: 'updatedAt'
|
|
279
|
+
};
|
|
258
280
|
export const TenantScalarFieldEnum = {
|
|
259
281
|
id: 'id',
|
|
260
282
|
name: 'name',
|
|
@@ -693,6 +715,9 @@ export const ApplicationScalarFieldEnum = {
|
|
|
693
715
|
buyerId: 'buyerId',
|
|
694
716
|
sellerId: 'sellerId',
|
|
695
717
|
paymentMethodId: 'paymentMethodId',
|
|
718
|
+
paymentMethodSnapshot: 'paymentMethodSnapshot',
|
|
719
|
+
paymentMethodSnapshotAt: 'paymentMethodSnapshotAt',
|
|
720
|
+
paymentMethodSnapshotHash: 'paymentMethodSnapshotHash',
|
|
696
721
|
applicationNumber: 'applicationNumber',
|
|
697
722
|
title: 'title',
|
|
698
723
|
description: 'description',
|
|
@@ -712,6 +737,37 @@ export const ApplicationScalarFieldEnum = {
|
|
|
712
737
|
supersededById: 'supersededById',
|
|
713
738
|
supersededAt: 'supersededAt'
|
|
714
739
|
};
|
|
740
|
+
export const ApplicationOrganizationScalarFieldEnum = {
|
|
741
|
+
id: 'id',
|
|
742
|
+
tenantId: 'tenantId',
|
|
743
|
+
applicationId: 'applicationId',
|
|
744
|
+
organizationId: 'organizationId',
|
|
745
|
+
role: 'role',
|
|
746
|
+
status: 'status',
|
|
747
|
+
assignedById: 'assignedById',
|
|
748
|
+
assignedAt: 'assignedAt',
|
|
749
|
+
isPrimary: 'isPrimary',
|
|
750
|
+
offeredTerms: 'offeredTerms',
|
|
751
|
+
termsOfferedAt: 'termsOfferedAt',
|
|
752
|
+
termsAcceptedAt: 'termsAcceptedAt',
|
|
753
|
+
termsDeclinedAt: 'termsDeclinedAt',
|
|
754
|
+
declineReason: 'declineReason',
|
|
755
|
+
activatedAt: 'activatedAt',
|
|
756
|
+
completedAt: 'completedAt',
|
|
757
|
+
withdrawnAt: 'withdrawnAt',
|
|
758
|
+
slaHours: 'slaHours',
|
|
759
|
+
slaStartedAt: 'slaStartedAt',
|
|
760
|
+
slaBreachedAt: 'slaBreachedAt',
|
|
761
|
+
slaBreachNotified: 'slaBreachNotified',
|
|
762
|
+
reminderCount: 'reminderCount',
|
|
763
|
+
lastReminderSentAt: 'lastReminderSentAt',
|
|
764
|
+
nextReminderAt: 'nextReminderAt',
|
|
765
|
+
escalatedAt: 'escalatedAt',
|
|
766
|
+
escalatedToUserId: 'escalatedToUserId',
|
|
767
|
+
escalationNotes: 'escalationNotes',
|
|
768
|
+
createdAt: 'createdAt',
|
|
769
|
+
updatedAt: 'updatedAt'
|
|
770
|
+
};
|
|
715
771
|
export const ApplicationRefundScalarFieldEnum = {
|
|
716
772
|
id: 'id',
|
|
717
773
|
tenantId: 'tenantId',
|
|
@@ -902,6 +958,15 @@ export const ApplicationDocumentScalarFieldEnum = {
|
|
|
902
958
|
url: 'url',
|
|
903
959
|
type: 'type',
|
|
904
960
|
uploadedById: 'uploadedById',
|
|
961
|
+
expectedUploader: 'expectedUploader',
|
|
962
|
+
expectedOrganizationId: 'expectedOrganizationId',
|
|
963
|
+
documentDate: 'documentDate',
|
|
964
|
+
expiresAt: 'expiresAt',
|
|
965
|
+
expiryDays: 'expiryDays',
|
|
966
|
+
isExpired: 'isExpired',
|
|
967
|
+
expiredAt: 'expiredAt',
|
|
968
|
+
expiryWarningAt: 'expiryWarningAt',
|
|
969
|
+
revalidatedAt: 'revalidatedAt',
|
|
905
970
|
status: 'status',
|
|
906
971
|
version: 'version',
|
|
907
972
|
replacesDocumentId: 'replacesDocumentId',
|
|
@@ -1130,37 +1195,6 @@ export const EventHandlerScalarFieldEnum = {
|
|
|
1130
1195
|
createdAt: 'createdAt',
|
|
1131
1196
|
updatedAt: 'updatedAt'
|
|
1132
1197
|
};
|
|
1133
|
-
export const WorkflowEventScalarFieldEnum = {
|
|
1134
|
-
id: 'id',
|
|
1135
|
-
tenantId: 'tenantId',
|
|
1136
|
-
eventTypeId: 'eventTypeId',
|
|
1137
|
-
payload: 'payload',
|
|
1138
|
-
correlationId: 'correlationId',
|
|
1139
|
-
causationId: 'causationId',
|
|
1140
|
-
source: 'source',
|
|
1141
|
-
actorId: 'actorId',
|
|
1142
|
-
actorType: 'actorType',
|
|
1143
|
-
status: 'status',
|
|
1144
|
-
error: 'error',
|
|
1145
|
-
processedAt: 'processedAt',
|
|
1146
|
-
createdAt: 'createdAt'
|
|
1147
|
-
};
|
|
1148
|
-
export const EventHandlerExecutionScalarFieldEnum = {
|
|
1149
|
-
id: 'id',
|
|
1150
|
-
tenantId: 'tenantId',
|
|
1151
|
-
eventId: 'eventId',
|
|
1152
|
-
handlerId: 'handlerId',
|
|
1153
|
-
status: 'status',
|
|
1154
|
-
attempt: 'attempt',
|
|
1155
|
-
input: 'input',
|
|
1156
|
-
output: 'output',
|
|
1157
|
-
error: 'error',
|
|
1158
|
-
errorCode: 'errorCode',
|
|
1159
|
-
startedAt: 'startedAt',
|
|
1160
|
-
completedAt: 'completedAt',
|
|
1161
|
-
durationMs: 'durationMs',
|
|
1162
|
-
createdAt: 'createdAt'
|
|
1163
|
-
};
|
|
1164
1198
|
export const DomainEventScalarFieldEnum = {
|
|
1165
1199
|
id: 'id',
|
|
1166
1200
|
tenantId: 'tenantId',
|
|
@@ -1253,6 +1287,42 @@ export const WorkflowBlockerScalarFieldEnum = {
|
|
|
1253
1287
|
createdAt: 'createdAt',
|
|
1254
1288
|
updatedAt: 'updatedAt'
|
|
1255
1289
|
};
|
|
1290
|
+
export const ScheduledJobScalarFieldEnum = {
|
|
1291
|
+
id: 'id',
|
|
1292
|
+
tenantId: 'tenantId',
|
|
1293
|
+
jobType: 'jobType',
|
|
1294
|
+
status: 'status',
|
|
1295
|
+
scheduledAt: 'scheduledAt',
|
|
1296
|
+
startedAt: 'startedAt',
|
|
1297
|
+
completedAt: 'completedAt',
|
|
1298
|
+
durationMs: 'durationMs',
|
|
1299
|
+
parameters: 'parameters',
|
|
1300
|
+
itemsProcessed: 'itemsProcessed',
|
|
1301
|
+
itemsAffected: 'itemsAffected',
|
|
1302
|
+
errorCount: 'errorCount',
|
|
1303
|
+
errors: 'errors',
|
|
1304
|
+
summary: 'summary',
|
|
1305
|
+
attemptNumber: 'attemptNumber',
|
|
1306
|
+
maxAttempts: 'maxAttempts',
|
|
1307
|
+
nextRetryAt: 'nextRetryAt',
|
|
1308
|
+
createdAt: 'createdAt',
|
|
1309
|
+
updatedAt: 'updatedAt'
|
|
1310
|
+
};
|
|
1311
|
+
export const DocumentExpiryWarningScalarFieldEnum = {
|
|
1312
|
+
id: 'id',
|
|
1313
|
+
tenantId: 'tenantId',
|
|
1314
|
+
documentId: 'documentId',
|
|
1315
|
+
expiresAt: 'expiresAt',
|
|
1316
|
+
daysUntil: 'daysUntil',
|
|
1317
|
+
warningSent: 'warningSent',
|
|
1318
|
+
notificationSent: 'notificationSent',
|
|
1319
|
+
notificationId: 'notificationId',
|
|
1320
|
+
resolved: 'resolved',
|
|
1321
|
+
resolvedAt: 'resolvedAt',
|
|
1322
|
+
resolvedBy: 'resolvedBy',
|
|
1323
|
+
newDocumentId: 'newDocumentId',
|
|
1324
|
+
createdAt: 'createdAt'
|
|
1325
|
+
};
|
|
1256
1326
|
export const SortOrder = {
|
|
1257
1327
|
asc: 'asc',
|
|
1258
1328
|
desc: 'desc'
|
|
@@ -1348,6 +1418,17 @@ export const OrganizationMemberOrderByRelevanceFieldEnum = {
|
|
|
1348
1418
|
employeeId: 'employeeId',
|
|
1349
1419
|
invitedBy: 'invitedBy'
|
|
1350
1420
|
};
|
|
1421
|
+
export const BankDocumentRequirementOrderByRelevanceFieldEnum = {
|
|
1422
|
+
id: 'id',
|
|
1423
|
+
tenantId: 'tenantId',
|
|
1424
|
+
organizationId: 'organizationId',
|
|
1425
|
+
phaseType: 'phaseType',
|
|
1426
|
+
paymentMethodId: 'paymentMethodId',
|
|
1427
|
+
documentType: 'documentType',
|
|
1428
|
+
documentName: 'documentName',
|
|
1429
|
+
description: 'description',
|
|
1430
|
+
allowedMimeTypes: 'allowedMimeTypes'
|
|
1431
|
+
};
|
|
1351
1432
|
export const TenantOrderByRelevanceFieldEnum = {
|
|
1352
1433
|
id: 'id',
|
|
1353
1434
|
name: 'name',
|
|
@@ -1601,6 +1682,7 @@ export const ApplicationOrderByRelevanceFieldEnum = {
|
|
|
1601
1682
|
buyerId: 'buyerId',
|
|
1602
1683
|
sellerId: 'sellerId',
|
|
1603
1684
|
paymentMethodId: 'paymentMethodId',
|
|
1685
|
+
paymentMethodSnapshotHash: 'paymentMethodSnapshotHash',
|
|
1604
1686
|
applicationNumber: 'applicationNumber',
|
|
1605
1687
|
title: 'title',
|
|
1606
1688
|
description: 'description',
|
|
@@ -1609,6 +1691,16 @@ export const ApplicationOrderByRelevanceFieldEnum = {
|
|
|
1609
1691
|
transferredFromId: 'transferredFromId',
|
|
1610
1692
|
supersededById: 'supersededById'
|
|
1611
1693
|
};
|
|
1694
|
+
export const ApplicationOrganizationOrderByRelevanceFieldEnum = {
|
|
1695
|
+
id: 'id',
|
|
1696
|
+
tenantId: 'tenantId',
|
|
1697
|
+
applicationId: 'applicationId',
|
|
1698
|
+
organizationId: 'organizationId',
|
|
1699
|
+
assignedById: 'assignedById',
|
|
1700
|
+
declineReason: 'declineReason',
|
|
1701
|
+
escalatedToUserId: 'escalatedToUserId',
|
|
1702
|
+
escalationNotes: 'escalationNotes'
|
|
1703
|
+
};
|
|
1612
1704
|
export const ApplicationRefundOrderByRelevanceFieldEnum = {
|
|
1613
1705
|
id: 'id',
|
|
1614
1706
|
tenantId: 'tenantId',
|
|
@@ -1708,6 +1800,7 @@ export const ApplicationDocumentOrderByRelevanceFieldEnum = {
|
|
|
1708
1800
|
url: 'url',
|
|
1709
1801
|
type: 'type',
|
|
1710
1802
|
uploadedById: 'uploadedById',
|
|
1803
|
+
expectedOrganizationId: 'expectedOrganizationId',
|
|
1711
1804
|
replacesDocumentId: 'replacesDocumentId'
|
|
1712
1805
|
};
|
|
1713
1806
|
export const DocumentReviewOrderByRelevanceFieldEnum = {
|
|
@@ -1824,24 +1917,6 @@ export const EventHandlerOrderByRelevanceFieldEnum = {
|
|
|
1824
1917
|
description: 'description',
|
|
1825
1918
|
filterCondition: 'filterCondition'
|
|
1826
1919
|
};
|
|
1827
|
-
export const WorkflowEventOrderByRelevanceFieldEnum = {
|
|
1828
|
-
id: 'id',
|
|
1829
|
-
tenantId: 'tenantId',
|
|
1830
|
-
eventTypeId: 'eventTypeId',
|
|
1831
|
-
correlationId: 'correlationId',
|
|
1832
|
-
causationId: 'causationId',
|
|
1833
|
-
source: 'source',
|
|
1834
|
-
actorId: 'actorId',
|
|
1835
|
-
error: 'error'
|
|
1836
|
-
};
|
|
1837
|
-
export const EventHandlerExecutionOrderByRelevanceFieldEnum = {
|
|
1838
|
-
id: 'id',
|
|
1839
|
-
tenantId: 'tenantId',
|
|
1840
|
-
eventId: 'eventId',
|
|
1841
|
-
handlerId: 'handlerId',
|
|
1842
|
-
error: 'error',
|
|
1843
|
-
errorCode: 'errorCode'
|
|
1844
|
-
};
|
|
1845
1920
|
export const DomainEventOrderByRelevanceFieldEnum = {
|
|
1846
1921
|
id: 'id',
|
|
1847
1922
|
tenantId: 'tenantId',
|
|
@@ -1891,4 +1966,17 @@ export const WorkflowBlockerOrderByRelevanceFieldEnum = {
|
|
|
1891
1966
|
resolvedByActor: 'resolvedByActor',
|
|
1892
1967
|
resolutionTrigger: 'resolutionTrigger'
|
|
1893
1968
|
};
|
|
1969
|
+
export const ScheduledJobOrderByRelevanceFieldEnum = {
|
|
1970
|
+
id: 'id',
|
|
1971
|
+
tenantId: 'tenantId',
|
|
1972
|
+
summary: 'summary'
|
|
1973
|
+
};
|
|
1974
|
+
export const DocumentExpiryWarningOrderByRelevanceFieldEnum = {
|
|
1975
|
+
id: 'id',
|
|
1976
|
+
tenantId: 'tenantId',
|
|
1977
|
+
documentId: 'documentId',
|
|
1978
|
+
notificationId: 'notificationId',
|
|
1979
|
+
resolvedBy: 'resolvedBy',
|
|
1980
|
+
newDocumentId: 'newDocumentId'
|
|
1981
|
+
};
|
|
1894
1982
|
export const defineExtension = runtime.Extensions.defineExtension;
|
|
@@ -34,6 +34,7 @@ export declare const ModelName: {
|
|
|
34
34
|
readonly TenantMembership: "TenantMembership";
|
|
35
35
|
readonly Organization: "Organization";
|
|
36
36
|
readonly OrganizationMember: "OrganizationMember";
|
|
37
|
+
readonly BankDocumentRequirement: "BankDocumentRequirement";
|
|
37
38
|
readonly Tenant: "Tenant";
|
|
38
39
|
readonly ApiKey: "ApiKey";
|
|
39
40
|
readonly RefreshToken: "RefreshToken";
|
|
@@ -70,6 +71,7 @@ export declare const ModelName: {
|
|
|
70
71
|
readonly PaymentMethodPhaseDocument: "PaymentMethodPhaseDocument";
|
|
71
72
|
readonly PaymentMethodPhaseField: "PaymentMethodPhaseField";
|
|
72
73
|
readonly Application: "Application";
|
|
74
|
+
readonly ApplicationOrganization: "ApplicationOrganization";
|
|
73
75
|
readonly ApplicationRefund: "ApplicationRefund";
|
|
74
76
|
readonly ApplicationPhase: "ApplicationPhase";
|
|
75
77
|
readonly QuestionnairePhase: "QuestionnairePhase";
|
|
@@ -92,12 +94,12 @@ export declare const ModelName: {
|
|
|
92
94
|
readonly EventChannel: "EventChannel";
|
|
93
95
|
readonly EventType: "EventType";
|
|
94
96
|
readonly EventHandler: "EventHandler";
|
|
95
|
-
readonly WorkflowEvent: "WorkflowEvent";
|
|
96
|
-
readonly EventHandlerExecution: "EventHandlerExecution";
|
|
97
97
|
readonly DomainEvent: "DomainEvent";
|
|
98
98
|
readonly PropertyTransferRequest: "PropertyTransferRequest";
|
|
99
99
|
readonly ApprovalRequest: "ApprovalRequest";
|
|
100
100
|
readonly WorkflowBlocker: "WorkflowBlocker";
|
|
101
|
+
readonly ScheduledJob: "ScheduledJob";
|
|
102
|
+
readonly DocumentExpiryWarning: "DocumentExpiryWarning";
|
|
101
103
|
};
|
|
102
104
|
export type ModelName = (typeof ModelName)[keyof typeof ModelName];
|
|
103
105
|
export declare const TransactionIsolationLevel: {
|
|
@@ -221,6 +223,27 @@ export declare const OrganizationMemberScalarFieldEnum: {
|
|
|
221
223
|
readonly updatedAt: "updatedAt";
|
|
222
224
|
};
|
|
223
225
|
export type OrganizationMemberScalarFieldEnum = (typeof OrganizationMemberScalarFieldEnum)[keyof typeof OrganizationMemberScalarFieldEnum];
|
|
226
|
+
export declare const BankDocumentRequirementScalarFieldEnum: {
|
|
227
|
+
readonly id: "id";
|
|
228
|
+
readonly tenantId: "tenantId";
|
|
229
|
+
readonly organizationId: "organizationId";
|
|
230
|
+
readonly phaseType: "phaseType";
|
|
231
|
+
readonly paymentMethodId: "paymentMethodId";
|
|
232
|
+
readonly documentType: "documentType";
|
|
233
|
+
readonly documentName: "documentName";
|
|
234
|
+
readonly modifier: "modifier";
|
|
235
|
+
readonly description: "description";
|
|
236
|
+
readonly expiryDays: "expiryDays";
|
|
237
|
+
readonly minFiles: "minFiles";
|
|
238
|
+
readonly maxFiles: "maxFiles";
|
|
239
|
+
readonly allowedMimeTypes: "allowedMimeTypes";
|
|
240
|
+
readonly validationRules: "validationRules";
|
|
241
|
+
readonly priority: "priority";
|
|
242
|
+
readonly isActive: "isActive";
|
|
243
|
+
readonly createdAt: "createdAt";
|
|
244
|
+
readonly updatedAt: "updatedAt";
|
|
245
|
+
};
|
|
246
|
+
export type BankDocumentRequirementScalarFieldEnum = (typeof BankDocumentRequirementScalarFieldEnum)[keyof typeof BankDocumentRequirementScalarFieldEnum];
|
|
224
247
|
export declare const TenantScalarFieldEnum: {
|
|
225
248
|
readonly id: "id";
|
|
226
249
|
readonly name: "name";
|
|
@@ -694,6 +717,9 @@ export declare const ApplicationScalarFieldEnum: {
|
|
|
694
717
|
readonly buyerId: "buyerId";
|
|
695
718
|
readonly sellerId: "sellerId";
|
|
696
719
|
readonly paymentMethodId: "paymentMethodId";
|
|
720
|
+
readonly paymentMethodSnapshot: "paymentMethodSnapshot";
|
|
721
|
+
readonly paymentMethodSnapshotAt: "paymentMethodSnapshotAt";
|
|
722
|
+
readonly paymentMethodSnapshotHash: "paymentMethodSnapshotHash";
|
|
697
723
|
readonly applicationNumber: "applicationNumber";
|
|
698
724
|
readonly title: "title";
|
|
699
725
|
readonly description: "description";
|
|
@@ -714,6 +740,38 @@ export declare const ApplicationScalarFieldEnum: {
|
|
|
714
740
|
readonly supersededAt: "supersededAt";
|
|
715
741
|
};
|
|
716
742
|
export type ApplicationScalarFieldEnum = (typeof ApplicationScalarFieldEnum)[keyof typeof ApplicationScalarFieldEnum];
|
|
743
|
+
export declare const ApplicationOrganizationScalarFieldEnum: {
|
|
744
|
+
readonly id: "id";
|
|
745
|
+
readonly tenantId: "tenantId";
|
|
746
|
+
readonly applicationId: "applicationId";
|
|
747
|
+
readonly organizationId: "organizationId";
|
|
748
|
+
readonly role: "role";
|
|
749
|
+
readonly status: "status";
|
|
750
|
+
readonly assignedById: "assignedById";
|
|
751
|
+
readonly assignedAt: "assignedAt";
|
|
752
|
+
readonly isPrimary: "isPrimary";
|
|
753
|
+
readonly offeredTerms: "offeredTerms";
|
|
754
|
+
readonly termsOfferedAt: "termsOfferedAt";
|
|
755
|
+
readonly termsAcceptedAt: "termsAcceptedAt";
|
|
756
|
+
readonly termsDeclinedAt: "termsDeclinedAt";
|
|
757
|
+
readonly declineReason: "declineReason";
|
|
758
|
+
readonly activatedAt: "activatedAt";
|
|
759
|
+
readonly completedAt: "completedAt";
|
|
760
|
+
readonly withdrawnAt: "withdrawnAt";
|
|
761
|
+
readonly slaHours: "slaHours";
|
|
762
|
+
readonly slaStartedAt: "slaStartedAt";
|
|
763
|
+
readonly slaBreachedAt: "slaBreachedAt";
|
|
764
|
+
readonly slaBreachNotified: "slaBreachNotified";
|
|
765
|
+
readonly reminderCount: "reminderCount";
|
|
766
|
+
readonly lastReminderSentAt: "lastReminderSentAt";
|
|
767
|
+
readonly nextReminderAt: "nextReminderAt";
|
|
768
|
+
readonly escalatedAt: "escalatedAt";
|
|
769
|
+
readonly escalatedToUserId: "escalatedToUserId";
|
|
770
|
+
readonly escalationNotes: "escalationNotes";
|
|
771
|
+
readonly createdAt: "createdAt";
|
|
772
|
+
readonly updatedAt: "updatedAt";
|
|
773
|
+
};
|
|
774
|
+
export type ApplicationOrganizationScalarFieldEnum = (typeof ApplicationOrganizationScalarFieldEnum)[keyof typeof ApplicationOrganizationScalarFieldEnum];
|
|
717
775
|
export declare const ApplicationRefundScalarFieldEnum: {
|
|
718
776
|
readonly id: "id";
|
|
719
777
|
readonly tenantId: "tenantId";
|
|
@@ -914,6 +972,15 @@ export declare const ApplicationDocumentScalarFieldEnum: {
|
|
|
914
972
|
readonly url: "url";
|
|
915
973
|
readonly type: "type";
|
|
916
974
|
readonly uploadedById: "uploadedById";
|
|
975
|
+
readonly expectedUploader: "expectedUploader";
|
|
976
|
+
readonly expectedOrganizationId: "expectedOrganizationId";
|
|
977
|
+
readonly documentDate: "documentDate";
|
|
978
|
+
readonly expiresAt: "expiresAt";
|
|
979
|
+
readonly expiryDays: "expiryDays";
|
|
980
|
+
readonly isExpired: "isExpired";
|
|
981
|
+
readonly expiredAt: "expiredAt";
|
|
982
|
+
readonly expiryWarningAt: "expiryWarningAt";
|
|
983
|
+
readonly revalidatedAt: "revalidatedAt";
|
|
917
984
|
readonly status: "status";
|
|
918
985
|
readonly version: "version";
|
|
919
986
|
readonly replacesDocumentId: "replacesDocumentId";
|
|
@@ -1154,39 +1221,6 @@ export declare const EventHandlerScalarFieldEnum: {
|
|
|
1154
1221
|
readonly updatedAt: "updatedAt";
|
|
1155
1222
|
};
|
|
1156
1223
|
export type EventHandlerScalarFieldEnum = (typeof EventHandlerScalarFieldEnum)[keyof typeof EventHandlerScalarFieldEnum];
|
|
1157
|
-
export declare const WorkflowEventScalarFieldEnum: {
|
|
1158
|
-
readonly id: "id";
|
|
1159
|
-
readonly tenantId: "tenantId";
|
|
1160
|
-
readonly eventTypeId: "eventTypeId";
|
|
1161
|
-
readonly payload: "payload";
|
|
1162
|
-
readonly correlationId: "correlationId";
|
|
1163
|
-
readonly causationId: "causationId";
|
|
1164
|
-
readonly source: "source";
|
|
1165
|
-
readonly actorId: "actorId";
|
|
1166
|
-
readonly actorType: "actorType";
|
|
1167
|
-
readonly status: "status";
|
|
1168
|
-
readonly error: "error";
|
|
1169
|
-
readonly processedAt: "processedAt";
|
|
1170
|
-
readonly createdAt: "createdAt";
|
|
1171
|
-
};
|
|
1172
|
-
export type WorkflowEventScalarFieldEnum = (typeof WorkflowEventScalarFieldEnum)[keyof typeof WorkflowEventScalarFieldEnum];
|
|
1173
|
-
export declare const EventHandlerExecutionScalarFieldEnum: {
|
|
1174
|
-
readonly id: "id";
|
|
1175
|
-
readonly tenantId: "tenantId";
|
|
1176
|
-
readonly eventId: "eventId";
|
|
1177
|
-
readonly handlerId: "handlerId";
|
|
1178
|
-
readonly status: "status";
|
|
1179
|
-
readonly attempt: "attempt";
|
|
1180
|
-
readonly input: "input";
|
|
1181
|
-
readonly output: "output";
|
|
1182
|
-
readonly error: "error";
|
|
1183
|
-
readonly errorCode: "errorCode";
|
|
1184
|
-
readonly startedAt: "startedAt";
|
|
1185
|
-
readonly completedAt: "completedAt";
|
|
1186
|
-
readonly durationMs: "durationMs";
|
|
1187
|
-
readonly createdAt: "createdAt";
|
|
1188
|
-
};
|
|
1189
|
-
export type EventHandlerExecutionScalarFieldEnum = (typeof EventHandlerExecutionScalarFieldEnum)[keyof typeof EventHandlerExecutionScalarFieldEnum];
|
|
1190
1224
|
export declare const DomainEventScalarFieldEnum: {
|
|
1191
1225
|
readonly id: "id";
|
|
1192
1226
|
readonly tenantId: "tenantId";
|
|
@@ -1283,6 +1317,44 @@ export declare const WorkflowBlockerScalarFieldEnum: {
|
|
|
1283
1317
|
readonly updatedAt: "updatedAt";
|
|
1284
1318
|
};
|
|
1285
1319
|
export type WorkflowBlockerScalarFieldEnum = (typeof WorkflowBlockerScalarFieldEnum)[keyof typeof WorkflowBlockerScalarFieldEnum];
|
|
1320
|
+
export declare const ScheduledJobScalarFieldEnum: {
|
|
1321
|
+
readonly id: "id";
|
|
1322
|
+
readonly tenantId: "tenantId";
|
|
1323
|
+
readonly jobType: "jobType";
|
|
1324
|
+
readonly status: "status";
|
|
1325
|
+
readonly scheduledAt: "scheduledAt";
|
|
1326
|
+
readonly startedAt: "startedAt";
|
|
1327
|
+
readonly completedAt: "completedAt";
|
|
1328
|
+
readonly durationMs: "durationMs";
|
|
1329
|
+
readonly parameters: "parameters";
|
|
1330
|
+
readonly itemsProcessed: "itemsProcessed";
|
|
1331
|
+
readonly itemsAffected: "itemsAffected";
|
|
1332
|
+
readonly errorCount: "errorCount";
|
|
1333
|
+
readonly errors: "errors";
|
|
1334
|
+
readonly summary: "summary";
|
|
1335
|
+
readonly attemptNumber: "attemptNumber";
|
|
1336
|
+
readonly maxAttempts: "maxAttempts";
|
|
1337
|
+
readonly nextRetryAt: "nextRetryAt";
|
|
1338
|
+
readonly createdAt: "createdAt";
|
|
1339
|
+
readonly updatedAt: "updatedAt";
|
|
1340
|
+
};
|
|
1341
|
+
export type ScheduledJobScalarFieldEnum = (typeof ScheduledJobScalarFieldEnum)[keyof typeof ScheduledJobScalarFieldEnum];
|
|
1342
|
+
export declare const DocumentExpiryWarningScalarFieldEnum: {
|
|
1343
|
+
readonly id: "id";
|
|
1344
|
+
readonly tenantId: "tenantId";
|
|
1345
|
+
readonly documentId: "documentId";
|
|
1346
|
+
readonly expiresAt: "expiresAt";
|
|
1347
|
+
readonly daysUntil: "daysUntil";
|
|
1348
|
+
readonly warningSent: "warningSent";
|
|
1349
|
+
readonly notificationSent: "notificationSent";
|
|
1350
|
+
readonly notificationId: "notificationId";
|
|
1351
|
+
readonly resolved: "resolved";
|
|
1352
|
+
readonly resolvedAt: "resolvedAt";
|
|
1353
|
+
readonly resolvedBy: "resolvedBy";
|
|
1354
|
+
readonly newDocumentId: "newDocumentId";
|
|
1355
|
+
readonly createdAt: "createdAt";
|
|
1356
|
+
};
|
|
1357
|
+
export type DocumentExpiryWarningScalarFieldEnum = (typeof DocumentExpiryWarningScalarFieldEnum)[keyof typeof DocumentExpiryWarningScalarFieldEnum];
|
|
1286
1358
|
export declare const SortOrder: {
|
|
1287
1359
|
readonly asc: "asc";
|
|
1288
1360
|
readonly desc: "desc";
|
|
@@ -1392,6 +1464,18 @@ export declare const OrganizationMemberOrderByRelevanceFieldEnum: {
|
|
|
1392
1464
|
readonly invitedBy: "invitedBy";
|
|
1393
1465
|
};
|
|
1394
1466
|
export type OrganizationMemberOrderByRelevanceFieldEnum = (typeof OrganizationMemberOrderByRelevanceFieldEnum)[keyof typeof OrganizationMemberOrderByRelevanceFieldEnum];
|
|
1467
|
+
export declare const BankDocumentRequirementOrderByRelevanceFieldEnum: {
|
|
1468
|
+
readonly id: "id";
|
|
1469
|
+
readonly tenantId: "tenantId";
|
|
1470
|
+
readonly organizationId: "organizationId";
|
|
1471
|
+
readonly phaseType: "phaseType";
|
|
1472
|
+
readonly paymentMethodId: "paymentMethodId";
|
|
1473
|
+
readonly documentType: "documentType";
|
|
1474
|
+
readonly documentName: "documentName";
|
|
1475
|
+
readonly description: "description";
|
|
1476
|
+
readonly allowedMimeTypes: "allowedMimeTypes";
|
|
1477
|
+
};
|
|
1478
|
+
export type BankDocumentRequirementOrderByRelevanceFieldEnum = (typeof BankDocumentRequirementOrderByRelevanceFieldEnum)[keyof typeof BankDocumentRequirementOrderByRelevanceFieldEnum];
|
|
1395
1479
|
export declare const TenantOrderByRelevanceFieldEnum: {
|
|
1396
1480
|
readonly id: "id";
|
|
1397
1481
|
readonly name: "name";
|
|
@@ -1680,6 +1764,7 @@ export declare const ApplicationOrderByRelevanceFieldEnum: {
|
|
|
1680
1764
|
readonly buyerId: "buyerId";
|
|
1681
1765
|
readonly sellerId: "sellerId";
|
|
1682
1766
|
readonly paymentMethodId: "paymentMethodId";
|
|
1767
|
+
readonly paymentMethodSnapshotHash: "paymentMethodSnapshotHash";
|
|
1683
1768
|
readonly applicationNumber: "applicationNumber";
|
|
1684
1769
|
readonly title: "title";
|
|
1685
1770
|
readonly description: "description";
|
|
@@ -1689,6 +1774,17 @@ export declare const ApplicationOrderByRelevanceFieldEnum: {
|
|
|
1689
1774
|
readonly supersededById: "supersededById";
|
|
1690
1775
|
};
|
|
1691
1776
|
export type ApplicationOrderByRelevanceFieldEnum = (typeof ApplicationOrderByRelevanceFieldEnum)[keyof typeof ApplicationOrderByRelevanceFieldEnum];
|
|
1777
|
+
export declare const ApplicationOrganizationOrderByRelevanceFieldEnum: {
|
|
1778
|
+
readonly id: "id";
|
|
1779
|
+
readonly tenantId: "tenantId";
|
|
1780
|
+
readonly applicationId: "applicationId";
|
|
1781
|
+
readonly organizationId: "organizationId";
|
|
1782
|
+
readonly assignedById: "assignedById";
|
|
1783
|
+
readonly declineReason: "declineReason";
|
|
1784
|
+
readonly escalatedToUserId: "escalatedToUserId";
|
|
1785
|
+
readonly escalationNotes: "escalationNotes";
|
|
1786
|
+
};
|
|
1787
|
+
export type ApplicationOrganizationOrderByRelevanceFieldEnum = (typeof ApplicationOrganizationOrderByRelevanceFieldEnum)[keyof typeof ApplicationOrganizationOrderByRelevanceFieldEnum];
|
|
1692
1788
|
export declare const ApplicationRefundOrderByRelevanceFieldEnum: {
|
|
1693
1789
|
readonly id: "id";
|
|
1694
1790
|
readonly tenantId: "tenantId";
|
|
@@ -1798,6 +1894,7 @@ export declare const ApplicationDocumentOrderByRelevanceFieldEnum: {
|
|
|
1798
1894
|
readonly url: "url";
|
|
1799
1895
|
readonly type: "type";
|
|
1800
1896
|
readonly uploadedById: "uploadedById";
|
|
1897
|
+
readonly expectedOrganizationId: "expectedOrganizationId";
|
|
1801
1898
|
readonly replacesDocumentId: "replacesDocumentId";
|
|
1802
1899
|
};
|
|
1803
1900
|
export type ApplicationDocumentOrderByRelevanceFieldEnum = (typeof ApplicationDocumentOrderByRelevanceFieldEnum)[keyof typeof ApplicationDocumentOrderByRelevanceFieldEnum];
|
|
@@ -1926,26 +2023,6 @@ export declare const EventHandlerOrderByRelevanceFieldEnum: {
|
|
|
1926
2023
|
readonly filterCondition: "filterCondition";
|
|
1927
2024
|
};
|
|
1928
2025
|
export type EventHandlerOrderByRelevanceFieldEnum = (typeof EventHandlerOrderByRelevanceFieldEnum)[keyof typeof EventHandlerOrderByRelevanceFieldEnum];
|
|
1929
|
-
export declare const WorkflowEventOrderByRelevanceFieldEnum: {
|
|
1930
|
-
readonly id: "id";
|
|
1931
|
-
readonly tenantId: "tenantId";
|
|
1932
|
-
readonly eventTypeId: "eventTypeId";
|
|
1933
|
-
readonly correlationId: "correlationId";
|
|
1934
|
-
readonly causationId: "causationId";
|
|
1935
|
-
readonly source: "source";
|
|
1936
|
-
readonly actorId: "actorId";
|
|
1937
|
-
readonly error: "error";
|
|
1938
|
-
};
|
|
1939
|
-
export type WorkflowEventOrderByRelevanceFieldEnum = (typeof WorkflowEventOrderByRelevanceFieldEnum)[keyof typeof WorkflowEventOrderByRelevanceFieldEnum];
|
|
1940
|
-
export declare const EventHandlerExecutionOrderByRelevanceFieldEnum: {
|
|
1941
|
-
readonly id: "id";
|
|
1942
|
-
readonly tenantId: "tenantId";
|
|
1943
|
-
readonly eventId: "eventId";
|
|
1944
|
-
readonly handlerId: "handlerId";
|
|
1945
|
-
readonly error: "error";
|
|
1946
|
-
readonly errorCode: "errorCode";
|
|
1947
|
-
};
|
|
1948
|
-
export type EventHandlerExecutionOrderByRelevanceFieldEnum = (typeof EventHandlerExecutionOrderByRelevanceFieldEnum)[keyof typeof EventHandlerExecutionOrderByRelevanceFieldEnum];
|
|
1949
2026
|
export declare const DomainEventOrderByRelevanceFieldEnum: {
|
|
1950
2027
|
readonly id: "id";
|
|
1951
2028
|
readonly tenantId: "tenantId";
|
|
@@ -1999,3 +2076,18 @@ export declare const WorkflowBlockerOrderByRelevanceFieldEnum: {
|
|
|
1999
2076
|
readonly resolutionTrigger: "resolutionTrigger";
|
|
2000
2077
|
};
|
|
2001
2078
|
export type WorkflowBlockerOrderByRelevanceFieldEnum = (typeof WorkflowBlockerOrderByRelevanceFieldEnum)[keyof typeof WorkflowBlockerOrderByRelevanceFieldEnum];
|
|
2079
|
+
export declare const ScheduledJobOrderByRelevanceFieldEnum: {
|
|
2080
|
+
readonly id: "id";
|
|
2081
|
+
readonly tenantId: "tenantId";
|
|
2082
|
+
readonly summary: "summary";
|
|
2083
|
+
};
|
|
2084
|
+
export type ScheduledJobOrderByRelevanceFieldEnum = (typeof ScheduledJobOrderByRelevanceFieldEnum)[keyof typeof ScheduledJobOrderByRelevanceFieldEnum];
|
|
2085
|
+
export declare const DocumentExpiryWarningOrderByRelevanceFieldEnum: {
|
|
2086
|
+
readonly id: "id";
|
|
2087
|
+
readonly tenantId: "tenantId";
|
|
2088
|
+
readonly documentId: "documentId";
|
|
2089
|
+
readonly notificationId: "notificationId";
|
|
2090
|
+
readonly resolvedBy: "resolvedBy";
|
|
2091
|
+
readonly newDocumentId: "newDocumentId";
|
|
2092
|
+
};
|
|
2093
|
+
export type DocumentExpiryWarningOrderByRelevanceFieldEnum = (typeof DocumentExpiryWarningOrderByRelevanceFieldEnum)[keyof typeof DocumentExpiryWarningOrderByRelevanceFieldEnum];
|