@valentine-efagene/qshelter-common 2.0.112 → 2.0.114

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.
@@ -5281,6 +5281,7 @@ export declare const PropertyPaymentMethodPhaseScalarFieldEnum: {
5281
5281
  readonly requiresPreviousPhaseCompletion: "requiresPreviousPhaseCompletion";
5282
5282
  readonly minimumCompletionPercentage: "minimumCompletionPercentage";
5283
5283
  readonly completionCriterion: "completionCriterion";
5284
+ readonly lockUnitOnComplete: "lockUnitOnComplete";
5284
5285
  readonly stepDefinitionsSnapshot: "stepDefinitionsSnapshot";
5285
5286
  readonly requiredDocumentSnapshot: "requiredDocumentSnapshot";
5286
5287
  readonly createdAt: "createdAt";
@@ -5377,6 +5378,8 @@ export declare const ApplicationScalarFieldEnum: {
5377
5378
  readonly createdAt: "createdAt";
5378
5379
  readonly updatedAt: "updatedAt";
5379
5380
  readonly transferredFromId: "transferredFromId";
5381
+ readonly supersededById: "supersededById";
5382
+ readonly supersededAt: "supersededAt";
5380
5383
  };
5381
5384
  export type ApplicationScalarFieldEnum = (typeof ApplicationScalarFieldEnum)[keyof typeof ApplicationScalarFieldEnum];
5382
5385
  export declare const ApplicationRefundScalarFieldEnum: {
@@ -6282,6 +6285,7 @@ export declare const ApplicationOrderByRelevanceFieldEnum: {
6282
6285
  readonly applicationType: "applicationType";
6283
6286
  readonly currentPhaseId: "currentPhaseId";
6284
6287
  readonly transferredFromId: "transferredFromId";
6288
+ readonly supersededById: "supersededById";
6285
6289
  };
6286
6290
  export type ApplicationOrderByRelevanceFieldEnum = (typeof ApplicationOrderByRelevanceFieldEnum)[keyof typeof ApplicationOrderByRelevanceFieldEnum];
6287
6291
  export declare const ApplicationRefundOrderByRelevanceFieldEnum: {
@@ -555,6 +555,7 @@ export const PropertyPaymentMethodPhaseScalarFieldEnum = {
555
555
  requiresPreviousPhaseCompletion: 'requiresPreviousPhaseCompletion',
556
556
  minimumCompletionPercentage: 'minimumCompletionPercentage',
557
557
  completionCriterion: 'completionCriterion',
558
+ lockUnitOnComplete: 'lockUnitOnComplete',
558
559
  stepDefinitionsSnapshot: 'stepDefinitionsSnapshot',
559
560
  requiredDocumentSnapshot: 'requiredDocumentSnapshot',
560
561
  createdAt: 'createdAt',
@@ -644,7 +645,9 @@ export const ApplicationScalarFieldEnum = {
644
645
  terminatedAt: 'terminatedAt',
645
646
  createdAt: 'createdAt',
646
647
  updatedAt: 'updatedAt',
647
- transferredFromId: 'transferredFromId'
648
+ transferredFromId: 'transferredFromId',
649
+ supersededById: 'supersededById',
650
+ supersededAt: 'supersededAt'
648
651
  };
649
652
  export const ApplicationRefundScalarFieldEnum = {
650
653
  id: 'id',
@@ -1475,7 +1478,8 @@ export const ApplicationOrderByRelevanceFieldEnum = {
1475
1478
  description: 'description',
1476
1479
  applicationType: 'applicationType',
1477
1480
  currentPhaseId: 'currentPhaseId',
1478
- transferredFromId: 'transferredFromId'
1481
+ transferredFromId: 'transferredFromId',
1482
+ supersededById: 'supersededById'
1479
1483
  };
1480
1484
  export const ApplicationRefundOrderByRelevanceFieldEnum = {
1481
1485
  id: 'id',
@@ -547,6 +547,7 @@ export declare const PropertyPaymentMethodPhaseScalarFieldEnum: {
547
547
  readonly requiresPreviousPhaseCompletion: "requiresPreviousPhaseCompletion";
548
548
  readonly minimumCompletionPercentage: "minimumCompletionPercentage";
549
549
  readonly completionCriterion: "completionCriterion";
550
+ readonly lockUnitOnComplete: "lockUnitOnComplete";
550
551
  readonly stepDefinitionsSnapshot: "stepDefinitionsSnapshot";
551
552
  readonly requiredDocumentSnapshot: "requiredDocumentSnapshot";
552
553
  readonly createdAt: "createdAt";
@@ -643,6 +644,8 @@ export declare const ApplicationScalarFieldEnum: {
643
644
  readonly createdAt: "createdAt";
644
645
  readonly updatedAt: "updatedAt";
645
646
  readonly transferredFromId: "transferredFromId";
647
+ readonly supersededById: "supersededById";
648
+ readonly supersededAt: "supersededAt";
646
649
  };
647
650
  export type ApplicationScalarFieldEnum = (typeof ApplicationScalarFieldEnum)[keyof typeof ApplicationScalarFieldEnum];
648
651
  export declare const ApplicationRefundScalarFieldEnum: {
@@ -1548,6 +1551,7 @@ export declare const ApplicationOrderByRelevanceFieldEnum: {
1548
1551
  readonly applicationType: "applicationType";
1549
1552
  readonly currentPhaseId: "currentPhaseId";
1550
1553
  readonly transferredFromId: "transferredFromId";
1554
+ readonly supersededById: "supersededById";
1551
1555
  };
1552
1556
  export type ApplicationOrderByRelevanceFieldEnum = (typeof ApplicationOrderByRelevanceFieldEnum)[keyof typeof ApplicationOrderByRelevanceFieldEnum];
1553
1557
  export declare const ApplicationRefundOrderByRelevanceFieldEnum: {
@@ -527,6 +527,7 @@ export const PropertyPaymentMethodPhaseScalarFieldEnum = {
527
527
  requiresPreviousPhaseCompletion: 'requiresPreviousPhaseCompletion',
528
528
  minimumCompletionPercentage: 'minimumCompletionPercentage',
529
529
  completionCriterion: 'completionCriterion',
530
+ lockUnitOnComplete: 'lockUnitOnComplete',
530
531
  stepDefinitionsSnapshot: 'stepDefinitionsSnapshot',
531
532
  requiredDocumentSnapshot: 'requiredDocumentSnapshot',
532
533
  createdAt: 'createdAt',
@@ -616,7 +617,9 @@ export const ApplicationScalarFieldEnum = {
616
617
  terminatedAt: 'terminatedAt',
617
618
  createdAt: 'createdAt',
618
619
  updatedAt: 'updatedAt',
619
- transferredFromId: 'transferredFromId'
620
+ transferredFromId: 'transferredFromId',
621
+ supersededById: 'supersededById',
622
+ supersededAt: 'supersededAt'
620
623
  };
621
624
  export const ApplicationRefundScalarFieldEnum = {
622
625
  id: 'id',
@@ -1447,7 +1450,8 @@ export const ApplicationOrderByRelevanceFieldEnum = {
1447
1450
  description: 'description',
1448
1451
  applicationType: 'applicationType',
1449
1452
  currentPhaseId: 'currentPhaseId',
1450
- transferredFromId: 'transferredFromId'
1453
+ transferredFromId: 'transferredFromId',
1454
+ supersededById: 'supersededById'
1451
1455
  };
1452
1456
  export const ApplicationRefundOrderByRelevanceFieldEnum = {
1453
1457
  id: 'id',