@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
|
@@ -3,6 +3,7 @@ export * from './ApiKey';
|
|
|
3
3
|
export * from './Application';
|
|
4
4
|
export * from './ApplicationDocument';
|
|
5
5
|
export * from './ApplicationEvent';
|
|
6
|
+
export * from './ApplicationOrganization';
|
|
6
7
|
export * from './ApplicationPayment';
|
|
7
8
|
export * from './ApplicationPhase';
|
|
8
9
|
export * from './ApplicationRefund';
|
|
@@ -10,9 +11,11 @@ export * from './ApplicationTermination';
|
|
|
10
11
|
export * from './ApprovalRequest';
|
|
11
12
|
export * from './ApprovalStage';
|
|
12
13
|
export * from './ApprovalStageProgress';
|
|
14
|
+
export * from './BankDocumentRequirement';
|
|
13
15
|
export * from './DeviceEndpoint';
|
|
14
16
|
export * from './DocumentApproval';
|
|
15
17
|
export * from './DocumentDefinition';
|
|
18
|
+
export * from './DocumentExpiryWarning';
|
|
16
19
|
export * from './DocumentRequirementRule';
|
|
17
20
|
export * from './DocumentReview';
|
|
18
21
|
export * from './DocumentTemplate';
|
|
@@ -22,7 +25,6 @@ export * from './DomainEvent';
|
|
|
22
25
|
export * from './EmailPreference';
|
|
23
26
|
export * from './EventChannel';
|
|
24
27
|
export * from './EventHandler';
|
|
25
|
-
export * from './EventHandlerExecution';
|
|
26
28
|
export * from './EventType';
|
|
27
29
|
export * from './OAuthState';
|
|
28
30
|
export * from './OfferLetter';
|
|
@@ -58,6 +60,7 @@ export * from './QuestionnairePlanQuestion';
|
|
|
58
60
|
export * from './RefreshToken';
|
|
59
61
|
export * from './Role';
|
|
60
62
|
export * from './RolePermission';
|
|
63
|
+
export * from './ScheduledJob';
|
|
61
64
|
export * from './Settings';
|
|
62
65
|
export * from './Social';
|
|
63
66
|
export * from './StepEventAttachment';
|
|
@@ -69,4 +72,3 @@ export * from './UserRole';
|
|
|
69
72
|
export * from './UserSuspension';
|
|
70
73
|
export * from './Wallet';
|
|
71
74
|
export * from './WorkflowBlocker';
|
|
72
|
-
export * from './WorkflowEvent';
|
|
@@ -3,6 +3,7 @@ export * from './ApiKey';
|
|
|
3
3
|
export * from './Application';
|
|
4
4
|
export * from './ApplicationDocument';
|
|
5
5
|
export * from './ApplicationEvent';
|
|
6
|
+
export * from './ApplicationOrganization';
|
|
6
7
|
export * from './ApplicationPayment';
|
|
7
8
|
export * from './ApplicationPhase';
|
|
8
9
|
export * from './ApplicationRefund';
|
|
@@ -10,9 +11,11 @@ export * from './ApplicationTermination';
|
|
|
10
11
|
export * from './ApprovalRequest';
|
|
11
12
|
export * from './ApprovalStage';
|
|
12
13
|
export * from './ApprovalStageProgress';
|
|
14
|
+
export * from './BankDocumentRequirement';
|
|
13
15
|
export * from './DeviceEndpoint';
|
|
14
16
|
export * from './DocumentApproval';
|
|
15
17
|
export * from './DocumentDefinition';
|
|
18
|
+
export * from './DocumentExpiryWarning';
|
|
16
19
|
export * from './DocumentRequirementRule';
|
|
17
20
|
export * from './DocumentReview';
|
|
18
21
|
export * from './DocumentTemplate';
|
|
@@ -22,7 +25,6 @@ export * from './DomainEvent';
|
|
|
22
25
|
export * from './EmailPreference';
|
|
23
26
|
export * from './EventChannel';
|
|
24
27
|
export * from './EventHandler';
|
|
25
|
-
export * from './EventHandlerExecution';
|
|
26
28
|
export * from './EventType';
|
|
27
29
|
export * from './OAuthState';
|
|
28
30
|
export * from './OfferLetter';
|
|
@@ -58,6 +60,7 @@ export * from './QuestionnairePlanQuestion';
|
|
|
58
60
|
export * from './RefreshToken';
|
|
59
61
|
export * from './Role';
|
|
60
62
|
export * from './RolePermission';
|
|
63
|
+
export * from './ScheduledJob';
|
|
61
64
|
export * from './Settings';
|
|
62
65
|
export * from './Social';
|
|
63
66
|
export * from './StepEventAttachment';
|
|
@@ -69,4 +72,3 @@ export * from './UserRole';
|
|
|
69
72
|
export * from './UserSuspension';
|
|
70
73
|
export * from './Wallet';
|
|
71
74
|
export * from './WorkflowBlocker';
|
|
72
|
-
export * from './WorkflowEvent';
|
|
@@ -6,6 +6,7 @@ export type * from './models/UserRole.js';
|
|
|
6
6
|
export type * from './models/TenantMembership.js';
|
|
7
7
|
export type * from './models/Organization.js';
|
|
8
8
|
export type * from './models/OrganizationMember.js';
|
|
9
|
+
export type * from './models/BankDocumentRequirement.js';
|
|
9
10
|
export type * from './models/Tenant.js';
|
|
10
11
|
export type * from './models/ApiKey.js';
|
|
11
12
|
export type * from './models/RefreshToken.js';
|
|
@@ -42,6 +43,7 @@ export type * from './models/StepEventAttachment.js';
|
|
|
42
43
|
export type * from './models/PaymentMethodPhaseDocument.js';
|
|
43
44
|
export type * from './models/PaymentMethodPhaseField.js';
|
|
44
45
|
export type * from './models/Application.js';
|
|
46
|
+
export type * from './models/ApplicationOrganization.js';
|
|
45
47
|
export type * from './models/ApplicationRefund.js';
|
|
46
48
|
export type * from './models/ApplicationPhase.js';
|
|
47
49
|
export type * from './models/QuestionnairePhase.js';
|
|
@@ -64,10 +66,10 @@ export type * from './models/DocumentRequirementRule.js';
|
|
|
64
66
|
export type * from './models/EventChannel.js';
|
|
65
67
|
export type * from './models/EventType.js';
|
|
66
68
|
export type * from './models/EventHandler.js';
|
|
67
|
-
export type * from './models/WorkflowEvent.js';
|
|
68
|
-
export type * from './models/EventHandlerExecution.js';
|
|
69
69
|
export type * from './models/DomainEvent.js';
|
|
70
70
|
export type * from './models/PropertyTransferRequest.js';
|
|
71
71
|
export type * from './models/ApprovalRequest.js';
|
|
72
72
|
export type * from './models/WorkflowBlocker.js';
|
|
73
|
+
export type * from './models/ScheduledJob.js';
|
|
74
|
+
export type * from './models/DocumentExpiryWarning.js';
|
|
73
75
|
export type * from './commonInputTypes.js';
|
|
@@ -38,6 +38,8 @@ const OPTIONAL_TENANT_MODELS = [
|
|
|
38
38
|
"role",
|
|
39
39
|
// Permission can be global template or tenant-specific
|
|
40
40
|
"permission",
|
|
41
|
+
// ScheduledJob can be system-wide or tenant-specific
|
|
42
|
+
"scheduledJob",
|
|
41
43
|
];
|
|
42
44
|
function isGlobalModel(model) {
|
|
43
45
|
// Prisma extensions pass model name in camelCase
|
package/package.json
CHANGED