@valentine-efagene/qshelter-common 2.0.119 → 2.0.120
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/commonInputTypes.d.ts +90 -0
- package/dist/generated/client/enums.d.ts +21 -0
- package/dist/generated/client/enums.js +19 -1
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +37 -0
- package/dist/generated/client/internal/prismaNamespace.js +27 -2
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +25 -0
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +27 -2
- package/dist/generated/client/models/DocumentationPlanStep.d.ts +241 -1
- package/dist/generated/client/models/DocumentationStep.d.ts +897 -1
- package/dist/generated/client/models/User.d.ts +385 -0
- package/package.json +1 -1
|
@@ -5180,6 +5180,13 @@ export declare const DocumentationPlanStepScalarFieldEnum: {
|
|
|
5180
5180
|
readonly minFiles: "minFiles";
|
|
5181
5181
|
readonly maxFiles: "maxFiles";
|
|
5182
5182
|
readonly condition: "condition";
|
|
5183
|
+
readonly gateActor: "gateActor";
|
|
5184
|
+
readonly gateAction: "gateAction";
|
|
5185
|
+
readonly gateRoleId: "gateRoleId";
|
|
5186
|
+
readonly gateInstructions: "gateInstructions";
|
|
5187
|
+
readonly allowReject: "allowReject";
|
|
5188
|
+
readonly rejectBehavior: "rejectBehavior";
|
|
5189
|
+
readonly requiresComment: "requiresComment";
|
|
5183
5190
|
readonly createdAt: "createdAt";
|
|
5184
5191
|
readonly updatedAt: "updatedAt";
|
|
5185
5192
|
};
|
|
@@ -5535,6 +5542,17 @@ export declare const DocumentationStepScalarFieldEnum: {
|
|
|
5535
5542
|
readonly lastSubmittedAt: "lastSubmittedAt";
|
|
5536
5543
|
readonly metadata: "metadata";
|
|
5537
5544
|
readonly assigneeId: "assigneeId";
|
|
5545
|
+
readonly gateActor: "gateActor";
|
|
5546
|
+
readonly gateAction: "gateAction";
|
|
5547
|
+
readonly gateRoleId: "gateRoleId";
|
|
5548
|
+
readonly gateInstructions: "gateInstructions";
|
|
5549
|
+
readonly allowReject: "allowReject";
|
|
5550
|
+
readonly rejectBehavior: "rejectBehavior";
|
|
5551
|
+
readonly requiresComment: "requiresComment";
|
|
5552
|
+
readonly gateActedAt: "gateActedAt";
|
|
5553
|
+
readonly gateActedById: "gateActedById";
|
|
5554
|
+
readonly gateDecision: "gateDecision";
|
|
5555
|
+
readonly gateComment: "gateComment";
|
|
5538
5556
|
readonly dueDate: "dueDate";
|
|
5539
5557
|
readonly completedAt: "completedAt";
|
|
5540
5558
|
readonly createdAt: "createdAt";
|
|
@@ -6184,6 +6202,8 @@ export declare const DocumentationPlanStepOrderByRelevanceFieldEnum: {
|
|
|
6184
6202
|
readonly documentType: "documentType";
|
|
6185
6203
|
readonly description: "description";
|
|
6186
6204
|
readonly allowedMimeTypes: "allowedMimeTypes";
|
|
6205
|
+
readonly gateRoleId: "gateRoleId";
|
|
6206
|
+
readonly gateInstructions: "gateInstructions";
|
|
6187
6207
|
};
|
|
6188
6208
|
export type DocumentationPlanStepOrderByRelevanceFieldEnum = (typeof DocumentationPlanStepOrderByRelevanceFieldEnum)[keyof typeof DocumentationPlanStepOrderByRelevanceFieldEnum];
|
|
6189
6209
|
export declare const QuestionnairePlanOrderByRelevanceFieldEnum: {
|
|
@@ -6368,6 +6388,11 @@ export declare const DocumentationStepOrderByRelevanceFieldEnum: {
|
|
|
6368
6388
|
readonly description: "description";
|
|
6369
6389
|
readonly actionReason: "actionReason";
|
|
6370
6390
|
readonly assigneeId: "assigneeId";
|
|
6391
|
+
readonly gateRoleId: "gateRoleId";
|
|
6392
|
+
readonly gateInstructions: "gateInstructions";
|
|
6393
|
+
readonly gateActedById: "gateActedById";
|
|
6394
|
+
readonly gateDecision: "gateDecision";
|
|
6395
|
+
readonly gateComment: "gateComment";
|
|
6371
6396
|
};
|
|
6372
6397
|
export type DocumentationStepOrderByRelevanceFieldEnum = (typeof DocumentationStepOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepOrderByRelevanceFieldEnum];
|
|
6373
6398
|
export declare const DocumentationStepDocumentOrderByRelevanceFieldEnum: {
|
|
@@ -6622,6 +6647,18 @@ export type IntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'In
|
|
|
6622
6647
|
* Reference to a field of type 'StepType'
|
|
6623
6648
|
*/
|
|
6624
6649
|
export type EnumStepTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'StepType'>;
|
|
6650
|
+
/**
|
|
6651
|
+
* Reference to a field of type 'GateActor'
|
|
6652
|
+
*/
|
|
6653
|
+
export type EnumGateActorFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'GateActor'>;
|
|
6654
|
+
/**
|
|
6655
|
+
* Reference to a field of type 'GateAction'
|
|
6656
|
+
*/
|
|
6657
|
+
export type EnumGateActionFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'GateAction'>;
|
|
6658
|
+
/**
|
|
6659
|
+
* Reference to a field of type 'GateRejectBehavior'
|
|
6660
|
+
*/
|
|
6661
|
+
export type EnumGateRejectBehaviorFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'GateRejectBehavior'>;
|
|
6625
6662
|
/**
|
|
6626
6663
|
* Reference to a field of type 'ScoringStrategy'
|
|
6627
6664
|
*/
|
|
@@ -460,6 +460,13 @@ export const DocumentationPlanStepScalarFieldEnum = {
|
|
|
460
460
|
minFiles: 'minFiles',
|
|
461
461
|
maxFiles: 'maxFiles',
|
|
462
462
|
condition: 'condition',
|
|
463
|
+
gateActor: 'gateActor',
|
|
464
|
+
gateAction: 'gateAction',
|
|
465
|
+
gateRoleId: 'gateRoleId',
|
|
466
|
+
gateInstructions: 'gateInstructions',
|
|
467
|
+
allowReject: 'allowReject',
|
|
468
|
+
rejectBehavior: 'rejectBehavior',
|
|
469
|
+
requiresComment: 'requiresComment',
|
|
463
470
|
createdAt: 'createdAt',
|
|
464
471
|
updatedAt: 'updatedAt'
|
|
465
472
|
};
|
|
@@ -795,6 +802,17 @@ export const DocumentationStepScalarFieldEnum = {
|
|
|
795
802
|
lastSubmittedAt: 'lastSubmittedAt',
|
|
796
803
|
metadata: 'metadata',
|
|
797
804
|
assigneeId: 'assigneeId',
|
|
805
|
+
gateActor: 'gateActor',
|
|
806
|
+
gateAction: 'gateAction',
|
|
807
|
+
gateRoleId: 'gateRoleId',
|
|
808
|
+
gateInstructions: 'gateInstructions',
|
|
809
|
+
allowReject: 'allowReject',
|
|
810
|
+
rejectBehavior: 'rejectBehavior',
|
|
811
|
+
requiresComment: 'requiresComment',
|
|
812
|
+
gateActedAt: 'gateActedAt',
|
|
813
|
+
gateActedById: 'gateActedById',
|
|
814
|
+
gateDecision: 'gateDecision',
|
|
815
|
+
gateComment: 'gateComment',
|
|
798
816
|
dueDate: 'dueDate',
|
|
799
817
|
completedAt: 'completedAt',
|
|
800
818
|
createdAt: 'createdAt',
|
|
@@ -1389,7 +1407,9 @@ export const DocumentationPlanStepOrderByRelevanceFieldEnum = {
|
|
|
1389
1407
|
name: 'name',
|
|
1390
1408
|
documentType: 'documentType',
|
|
1391
1409
|
description: 'description',
|
|
1392
|
-
allowedMimeTypes: 'allowedMimeTypes'
|
|
1410
|
+
allowedMimeTypes: 'allowedMimeTypes',
|
|
1411
|
+
gateRoleId: 'gateRoleId',
|
|
1412
|
+
gateInstructions: 'gateInstructions'
|
|
1393
1413
|
};
|
|
1394
1414
|
export const QuestionnairePlanOrderByRelevanceFieldEnum = {
|
|
1395
1415
|
id: 'id',
|
|
@@ -1553,7 +1573,12 @@ export const DocumentationStepOrderByRelevanceFieldEnum = {
|
|
|
1553
1573
|
name: 'name',
|
|
1554
1574
|
description: 'description',
|
|
1555
1575
|
actionReason: 'actionReason',
|
|
1556
|
-
assigneeId: 'assigneeId'
|
|
1576
|
+
assigneeId: 'assigneeId',
|
|
1577
|
+
gateRoleId: 'gateRoleId',
|
|
1578
|
+
gateInstructions: 'gateInstructions',
|
|
1579
|
+
gateActedById: 'gateActedById',
|
|
1580
|
+
gateDecision: 'gateDecision',
|
|
1581
|
+
gateComment: 'gateComment'
|
|
1557
1582
|
};
|
|
1558
1583
|
export const DocumentationStepDocumentOrderByRelevanceFieldEnum = {
|
|
1559
1584
|
id: 'id',
|
|
@@ -446,6 +446,13 @@ export declare const DocumentationPlanStepScalarFieldEnum: {
|
|
|
446
446
|
readonly minFiles: "minFiles";
|
|
447
447
|
readonly maxFiles: "maxFiles";
|
|
448
448
|
readonly condition: "condition";
|
|
449
|
+
readonly gateActor: "gateActor";
|
|
450
|
+
readonly gateAction: "gateAction";
|
|
451
|
+
readonly gateRoleId: "gateRoleId";
|
|
452
|
+
readonly gateInstructions: "gateInstructions";
|
|
453
|
+
readonly allowReject: "allowReject";
|
|
454
|
+
readonly rejectBehavior: "rejectBehavior";
|
|
455
|
+
readonly requiresComment: "requiresComment";
|
|
449
456
|
readonly createdAt: "createdAt";
|
|
450
457
|
readonly updatedAt: "updatedAt";
|
|
451
458
|
};
|
|
@@ -801,6 +808,17 @@ export declare const DocumentationStepScalarFieldEnum: {
|
|
|
801
808
|
readonly lastSubmittedAt: "lastSubmittedAt";
|
|
802
809
|
readonly metadata: "metadata";
|
|
803
810
|
readonly assigneeId: "assigneeId";
|
|
811
|
+
readonly gateActor: "gateActor";
|
|
812
|
+
readonly gateAction: "gateAction";
|
|
813
|
+
readonly gateRoleId: "gateRoleId";
|
|
814
|
+
readonly gateInstructions: "gateInstructions";
|
|
815
|
+
readonly allowReject: "allowReject";
|
|
816
|
+
readonly rejectBehavior: "rejectBehavior";
|
|
817
|
+
readonly requiresComment: "requiresComment";
|
|
818
|
+
readonly gateActedAt: "gateActedAt";
|
|
819
|
+
readonly gateActedById: "gateActedById";
|
|
820
|
+
readonly gateDecision: "gateDecision";
|
|
821
|
+
readonly gateComment: "gateComment";
|
|
804
822
|
readonly dueDate: "dueDate";
|
|
805
823
|
readonly completedAt: "completedAt";
|
|
806
824
|
readonly createdAt: "createdAt";
|
|
@@ -1450,6 +1468,8 @@ export declare const DocumentationPlanStepOrderByRelevanceFieldEnum: {
|
|
|
1450
1468
|
readonly documentType: "documentType";
|
|
1451
1469
|
readonly description: "description";
|
|
1452
1470
|
readonly allowedMimeTypes: "allowedMimeTypes";
|
|
1471
|
+
readonly gateRoleId: "gateRoleId";
|
|
1472
|
+
readonly gateInstructions: "gateInstructions";
|
|
1453
1473
|
};
|
|
1454
1474
|
export type DocumentationPlanStepOrderByRelevanceFieldEnum = (typeof DocumentationPlanStepOrderByRelevanceFieldEnum)[keyof typeof DocumentationPlanStepOrderByRelevanceFieldEnum];
|
|
1455
1475
|
export declare const QuestionnairePlanOrderByRelevanceFieldEnum: {
|
|
@@ -1634,6 +1654,11 @@ export declare const DocumentationStepOrderByRelevanceFieldEnum: {
|
|
|
1634
1654
|
readonly description: "description";
|
|
1635
1655
|
readonly actionReason: "actionReason";
|
|
1636
1656
|
readonly assigneeId: "assigneeId";
|
|
1657
|
+
readonly gateRoleId: "gateRoleId";
|
|
1658
|
+
readonly gateInstructions: "gateInstructions";
|
|
1659
|
+
readonly gateActedById: "gateActedById";
|
|
1660
|
+
readonly gateDecision: "gateDecision";
|
|
1661
|
+
readonly gateComment: "gateComment";
|
|
1637
1662
|
};
|
|
1638
1663
|
export type DocumentationStepOrderByRelevanceFieldEnum = (typeof DocumentationStepOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepOrderByRelevanceFieldEnum];
|
|
1639
1664
|
export declare const DocumentationStepDocumentOrderByRelevanceFieldEnum: {
|
|
@@ -432,6 +432,13 @@ export const DocumentationPlanStepScalarFieldEnum = {
|
|
|
432
432
|
minFiles: 'minFiles',
|
|
433
433
|
maxFiles: 'maxFiles',
|
|
434
434
|
condition: 'condition',
|
|
435
|
+
gateActor: 'gateActor',
|
|
436
|
+
gateAction: 'gateAction',
|
|
437
|
+
gateRoleId: 'gateRoleId',
|
|
438
|
+
gateInstructions: 'gateInstructions',
|
|
439
|
+
allowReject: 'allowReject',
|
|
440
|
+
rejectBehavior: 'rejectBehavior',
|
|
441
|
+
requiresComment: 'requiresComment',
|
|
435
442
|
createdAt: 'createdAt',
|
|
436
443
|
updatedAt: 'updatedAt'
|
|
437
444
|
};
|
|
@@ -767,6 +774,17 @@ export const DocumentationStepScalarFieldEnum = {
|
|
|
767
774
|
lastSubmittedAt: 'lastSubmittedAt',
|
|
768
775
|
metadata: 'metadata',
|
|
769
776
|
assigneeId: 'assigneeId',
|
|
777
|
+
gateActor: 'gateActor',
|
|
778
|
+
gateAction: 'gateAction',
|
|
779
|
+
gateRoleId: 'gateRoleId',
|
|
780
|
+
gateInstructions: 'gateInstructions',
|
|
781
|
+
allowReject: 'allowReject',
|
|
782
|
+
rejectBehavior: 'rejectBehavior',
|
|
783
|
+
requiresComment: 'requiresComment',
|
|
784
|
+
gateActedAt: 'gateActedAt',
|
|
785
|
+
gateActedById: 'gateActedById',
|
|
786
|
+
gateDecision: 'gateDecision',
|
|
787
|
+
gateComment: 'gateComment',
|
|
770
788
|
dueDate: 'dueDate',
|
|
771
789
|
completedAt: 'completedAt',
|
|
772
790
|
createdAt: 'createdAt',
|
|
@@ -1361,7 +1379,9 @@ export const DocumentationPlanStepOrderByRelevanceFieldEnum = {
|
|
|
1361
1379
|
name: 'name',
|
|
1362
1380
|
documentType: 'documentType',
|
|
1363
1381
|
description: 'description',
|
|
1364
|
-
allowedMimeTypes: 'allowedMimeTypes'
|
|
1382
|
+
allowedMimeTypes: 'allowedMimeTypes',
|
|
1383
|
+
gateRoleId: 'gateRoleId',
|
|
1384
|
+
gateInstructions: 'gateInstructions'
|
|
1365
1385
|
};
|
|
1366
1386
|
export const QuestionnairePlanOrderByRelevanceFieldEnum = {
|
|
1367
1387
|
id: 'id',
|
|
@@ -1525,7 +1545,12 @@ export const DocumentationStepOrderByRelevanceFieldEnum = {
|
|
|
1525
1545
|
name: 'name',
|
|
1526
1546
|
description: 'description',
|
|
1527
1547
|
actionReason: 'actionReason',
|
|
1528
|
-
assigneeId: 'assigneeId'
|
|
1548
|
+
assigneeId: 'assigneeId',
|
|
1549
|
+
gateRoleId: 'gateRoleId',
|
|
1550
|
+
gateInstructions: 'gateInstructions',
|
|
1551
|
+
gateActedById: 'gateActedById',
|
|
1552
|
+
gateDecision: 'gateDecision',
|
|
1553
|
+
gateComment: 'gateComment'
|
|
1529
1554
|
};
|
|
1530
1555
|
export const DocumentationStepDocumentOrderByRelevanceFieldEnum = {
|
|
1531
1556
|
id: 'id',
|