@valentine-efagene/qshelter-common 2.0.78 → 2.0.81

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.
@@ -0,0 +1 @@
1
+ export {};
@@ -1344,9 +1344,6 @@ export type EnumTerminationTypeFieldUpdateOperationsInput = {
1344
1344
  export type EnumTerminationStatusFieldUpdateOperationsInput = {
1345
1345
  set?: $Enums.TerminationStatus;
1346
1346
  };
1347
- export type EnumRefundStatusFieldUpdateOperationsInput = {
1348
- set?: $Enums.RefundStatus;
1349
- };
1350
1347
  export type ContractTerminationCreateWithoutInitiatorInput = {
1351
1348
  id?: string;
1352
1349
  requestNumber: string;