@silexpert/core 1.1.372 → 1.1.374
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/cjs/api/resources/3cx.d.ts +3 -1
- package/dist/cjs/api/resources/3cx.d.ts.map +1 -1
- package/dist/cjs/api/resources/3cx.js +6 -0
- package/dist/cjs/api/resources/3cx.js.map +1 -1
- package/dist/cjs/api/resources/Rating.d.ts +5 -2
- package/dist/cjs/api/resources/Rating.d.ts.map +1 -1
- package/dist/cjs/api/resources/Rating.js +10 -1
- package/dist/cjs/api/resources/Rating.js.map +1 -1
- package/dist/cjs/api/resources/TerminationList.d.ts +2 -2
- package/dist/cjs/api/resources/TerminationList.d.ts.map +1 -1
- package/dist/cjs/api/resources/TerminationList.js.map +1 -1
- package/dist/cjs/api/resources/Transaction.d.ts +2 -1
- package/dist/cjs/api/resources/Transaction.d.ts.map +1 -1
- package/dist/cjs/api/resources/Transaction.js +15 -4
- package/dist/cjs/api/resources/Transaction.js.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheetQuestionWording.d.ts +1 -1
- package/dist/cjs/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheetQuestionWording.js +1 -1
- package/dist/cjs/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
- package/dist/cjs/types/Enum/Notification.d.ts +2 -1
- package/dist/cjs/types/Enum/Notification.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Notification.js +13 -0
- package/dist/cjs/types/Enum/Notification.js.map +1 -1
- package/dist/cjs/types/Enum/ReasonTerminationType.d.ts +2 -1
- package/dist/cjs/types/Enum/ReasonTerminationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/ReasonTerminationType.js +6 -0
- package/dist/cjs/types/Enum/ReasonTerminationType.js.map +1 -1
- package/dist/cjs/types/Enum/RegistrationSource.d.ts +1 -0
- package/dist/cjs/types/Enum/RegistrationSource.d.ts.map +1 -1
- package/dist/cjs/types/Enum/RegistrationSource.js +1 -0
- package/dist/cjs/types/Enum/RegistrationSource.js.map +1 -1
- package/dist/cjs/types/Enum/StatusRating.d.ts +5 -0
- package/dist/cjs/types/Enum/StatusRating.d.ts.map +1 -0
- package/dist/cjs/types/Enum/StatusRating.js +11 -0
- package/dist/cjs/types/Enum/StatusRating.js.map +1 -0
- package/dist/cjs/types/Enum/ToRecallRating.d.ts +5 -0
- package/dist/cjs/types/Enum/ToRecallRating.d.ts.map +1 -0
- package/dist/cjs/types/Enum/ToRecallRating.js +9 -0
- package/dist/cjs/types/Enum/ToRecallRating.js.map +1 -0
- package/dist/cjs/types/Enum/TypeSupportForNotation.d.ts +5 -0
- package/dist/cjs/types/Enum/TypeSupportForNotation.d.ts.map +1 -0
- package/dist/cjs/types/Enum/TypeSupportForNotation.js +8 -0
- package/dist/cjs/types/Enum/TypeSupportForNotation.js.map +1 -0
- package/dist/cjs/types/Interface/api/3cx/Query3cxMeeting.d.ts +6 -0
- package/dist/cjs/types/Interface/api/3cx/Query3cxMeeting.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/3cx/Query3cxMeeting.js +36 -0
- package/dist/cjs/types/Interface/api/3cx/Query3cxMeeting.js.map +1 -0
- package/dist/cjs/types/Interface/api/3cx/Read3cxMeeting.d.ts +14 -0
- package/dist/cjs/types/Interface/api/3cx/Read3cxMeeting.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/3cx/Read3cxMeeting.js +10 -0
- package/dist/cjs/types/Interface/api/3cx/Read3cxMeeting.js.map +1 -0
- package/dist/cjs/types/Interface/api/3cx/Update3cxMeeting.d.ts +10 -0
- package/dist/cjs/types/Interface/api/3cx/Update3cxMeeting.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/3cx/Update3cxMeeting.js +46 -0
- package/dist/cjs/types/Interface/api/3cx/Update3cxMeeting.js.map +1 -0
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +1 -0
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.js +4 -0
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/rating/CreateRating.d.ts +12 -0
- package/dist/cjs/types/Interface/api/rating/CreateRating.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/rating/CreateRating.js +71 -0
- package/dist/cjs/types/Interface/api/rating/CreateRating.js.map +1 -0
- package/dist/cjs/types/Interface/api/rating/QueryRatingPaginated.d.ts +7 -0
- package/dist/cjs/types/Interface/api/rating/QueryRatingPaginated.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/rating/QueryRatingPaginated.js +43 -0
- package/dist/cjs/types/Interface/api/rating/QueryRatingPaginated.js.map +1 -1
- package/dist/cjs/types/Interface/api/rating/UpdateRating.d.ts +6 -0
- package/dist/cjs/types/Interface/api/rating/UpdateRating.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/rating/UpdateRating.js +39 -0
- package/dist/cjs/types/Interface/api/rating/UpdateRating.js.map +1 -0
- package/dist/cjs/types/Interface/api/ratingHistory/CreateRatingHistory.d.ts +7 -0
- package/dist/cjs/types/Interface/api/ratingHistory/CreateRatingHistory.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/ratingHistory/CreateRatingHistory.js +38 -0
- package/dist/cjs/types/Interface/api/ratingHistory/CreateRatingHistory.js.map +1 -0
- package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.d.ts +24 -3
- package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.js +119 -1
- package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.js.map +1 -1
- package/dist/cjs/types/Interface/models/IAnnotation.d.ts +2 -0
- package/dist/cjs/types/Interface/models/IAnnotation.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IAnnotation.js.map +1 -1
- package/dist/cjs/types/Interface/models/ICalendarEvent.d.ts +1 -0
- package/dist/cjs/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ICalendarEvent.js.map +1 -1
- package/dist/cjs/types/Interface/models/IRating.d.ts +13 -3
- package/dist/cjs/types/Interface/models/IRating.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IRating.js.map +1 -1
- package/dist/cjs/types/Interface/models/IRatingHistory.d.ts +14 -0
- package/dist/cjs/types/Interface/models/IRatingHistory.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/{IReasonTermination.js → IRatingHistory.js} +1 -1
- package/dist/cjs/types/Interface/models/IRatingHistory.js.map +1 -0
- package/dist/cjs/types/index.d.ts +10 -1
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +10 -1
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/3cx.d.ts +3 -1
- package/dist/mjs/api/resources/3cx.d.ts.map +1 -1
- package/dist/mjs/api/resources/3cx.js +6 -0
- package/dist/mjs/api/resources/3cx.js.map +1 -1
- package/dist/mjs/api/resources/Rating.d.ts +5 -2
- package/dist/mjs/api/resources/Rating.d.ts.map +1 -1
- package/dist/mjs/api/resources/Rating.js +10 -1
- package/dist/mjs/api/resources/Rating.js.map +1 -1
- package/dist/mjs/api/resources/TerminationList.d.ts +2 -2
- package/dist/mjs/api/resources/TerminationList.d.ts.map +1 -1
- package/dist/mjs/api/resources/TerminationList.js.map +1 -1
- package/dist/mjs/api/resources/Transaction.d.ts +2 -1
- package/dist/mjs/api/resources/Transaction.d.ts.map +1 -1
- package/dist/mjs/api/resources/Transaction.js +17 -4
- package/dist/mjs/api/resources/Transaction.js.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheetQuestionWording.d.ts +1 -1
- package/dist/mjs/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheetQuestionWording.js +1 -1
- package/dist/mjs/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
- package/dist/mjs/types/Enum/Notification.d.ts +2 -1
- package/dist/mjs/types/Enum/Notification.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Notification.js +13 -0
- package/dist/mjs/types/Enum/Notification.js.map +1 -1
- package/dist/mjs/types/Enum/ReasonTerminationType.d.ts +2 -1
- package/dist/mjs/types/Enum/ReasonTerminationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/ReasonTerminationType.js +6 -0
- package/dist/mjs/types/Enum/ReasonTerminationType.js.map +1 -1
- package/dist/mjs/types/Enum/RegistrationSource.d.ts +1 -0
- package/dist/mjs/types/Enum/RegistrationSource.d.ts.map +1 -1
- package/dist/mjs/types/Enum/RegistrationSource.js +1 -0
- package/dist/mjs/types/Enum/RegistrationSource.js.map +1 -1
- package/dist/mjs/types/Enum/StatusRating.d.ts +5 -0
- package/dist/mjs/types/Enum/StatusRating.d.ts.map +1 -0
- package/dist/mjs/types/Enum/StatusRating.js +8 -0
- package/dist/mjs/types/Enum/StatusRating.js.map +1 -0
- package/dist/mjs/types/Enum/ToRecallRating.d.ts +5 -0
- package/dist/mjs/types/Enum/ToRecallRating.d.ts.map +1 -0
- package/dist/mjs/types/Enum/ToRecallRating.js +6 -0
- package/dist/mjs/types/Enum/ToRecallRating.js.map +1 -0
- package/dist/mjs/types/Enum/TypeSupportForNotation.d.ts +5 -0
- package/dist/mjs/types/Enum/TypeSupportForNotation.d.ts.map +1 -0
- package/dist/mjs/types/Enum/TypeSupportForNotation.js +5 -0
- package/dist/mjs/types/Enum/TypeSupportForNotation.js.map +1 -0
- package/dist/mjs/types/Interface/api/3cx/Query3cxMeeting.d.ts +6 -0
- package/dist/mjs/types/Interface/api/3cx/Query3cxMeeting.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/3cx/Query3cxMeeting.js +35 -0
- package/dist/mjs/types/Interface/api/3cx/Query3cxMeeting.js.map +1 -0
- package/dist/mjs/types/Interface/api/3cx/Read3cxMeeting.d.ts +14 -0
- package/dist/mjs/types/Interface/api/3cx/Read3cxMeeting.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/3cx/Read3cxMeeting.js +14 -0
- package/dist/mjs/types/Interface/api/3cx/Read3cxMeeting.js.map +1 -0
- package/dist/mjs/types/Interface/api/3cx/Update3cxMeeting.d.ts +10 -0
- package/dist/mjs/types/Interface/api/3cx/Update3cxMeeting.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/3cx/Update3cxMeeting.js +41 -0
- package/dist/mjs/types/Interface/api/3cx/Update3cxMeeting.js.map +1 -0
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +1 -0
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEvent.js +5 -0
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
- package/dist/mjs/types/Interface/api/rating/CreateRating.d.ts +12 -0
- package/dist/mjs/types/Interface/api/rating/CreateRating.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/rating/CreateRating.js +76 -0
- package/dist/mjs/types/Interface/api/rating/CreateRating.js.map +1 -0
- package/dist/mjs/types/Interface/api/rating/QueryRatingPaginated.d.ts +7 -0
- package/dist/mjs/types/Interface/api/rating/QueryRatingPaginated.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/rating/QueryRatingPaginated.js +50 -0
- package/dist/mjs/types/Interface/api/rating/QueryRatingPaginated.js.map +1 -1
- package/dist/mjs/types/Interface/api/rating/UpdateRating.d.ts +6 -0
- package/dist/mjs/types/Interface/api/rating/UpdateRating.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/rating/UpdateRating.js +38 -0
- package/dist/mjs/types/Interface/api/rating/UpdateRating.js.map +1 -0
- package/dist/mjs/types/Interface/api/ratingHistory/CreateRatingHistory.d.ts +7 -0
- package/dist/mjs/types/Interface/api/ratingHistory/CreateRatingHistory.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/ratingHistory/CreateRatingHistory.js +38 -0
- package/dist/mjs/types/Interface/api/ratingHistory/CreateRatingHistory.js.map +1 -0
- package/dist/mjs/types/Interface/api/terminationList/CreateTerminationList.d.ts +24 -3
- package/dist/mjs/types/Interface/api/terminationList/CreateTerminationList.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/terminationList/CreateTerminationList.js +136 -0
- package/dist/mjs/types/Interface/api/terminationList/CreateTerminationList.js.map +1 -1
- package/dist/mjs/types/Interface/models/IAnnotation.d.ts +2 -0
- package/dist/mjs/types/Interface/models/IAnnotation.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IAnnotation.js.map +1 -1
- package/dist/mjs/types/Interface/models/ICalendarEvent.d.ts +1 -0
- package/dist/mjs/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ICalendarEvent.js.map +1 -1
- package/dist/mjs/types/Interface/models/IRating.d.ts +13 -3
- package/dist/mjs/types/Interface/models/IRating.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IRating.js.map +1 -1
- package/dist/mjs/types/Interface/models/IRatingHistory.d.ts +14 -0
- package/dist/mjs/types/Interface/models/IRatingHistory.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IRatingHistory.js +2 -0
- package/dist/mjs/types/Interface/models/IRatingHistory.js.map +1 -0
- package/dist/mjs/types/index.d.ts +10 -1
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +10 -1
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/3cx.ts +9 -0
- package/ts/api/resources/Rating.ts +16 -3
- package/ts/api/resources/TerminationList.ts +2 -2
- package/ts/api/resources/Transaction.ts +88 -19
- package/ts/types/Enum/BalanceSheetQuestionWording.ts +1 -1
- package/ts/types/Enum/Notification.ts +13 -0
- package/ts/types/Enum/ReasonTerminationType.ts +6 -0
- package/ts/types/Enum/RegistrationSource.ts +1 -0
- package/ts/types/Enum/StatusRating.ts +7 -0
- package/ts/types/Enum/ToRecallRating.ts +5 -0
- package/ts/types/Enum/TypeSupportForNotation.ts +4 -0
- package/ts/types/Interface/api/3cx/Query3cxMeeting.ts +19 -0
- package/ts/types/Interface/api/3cx/Read3cxMeeting.ts +16 -0
- package/ts/types/Interface/api/3cx/Update3cxMeeting.ts +26 -0
- package/ts/types/Interface/api/calendarEvent/createCalendarEvent.ts +3 -0
- package/ts/types/Interface/api/rating/CreateRating.ts +50 -0
- package/ts/types/Interface/api/rating/QueryRatingPaginated.ts +36 -0
- package/ts/types/Interface/api/rating/UpdateRating.ts +22 -0
- package/ts/types/Interface/api/ratingHistory/CreateRatingHistory.ts +22 -0
- package/ts/types/Interface/api/terminationList/CreateTerminationList.ts +101 -3
- package/ts/types/Interface/models/IAnnotation.ts +3 -0
- package/ts/types/Interface/models/ICalendarEvent.ts +1 -0
- package/ts/types/Interface/models/IRating.ts +13 -3
- package/ts/types/Interface/models/IRatingHistory.ts +17 -0
- package/ts/types/index.ts +10 -1
- package/dist/cjs/types/Interface/models/IReasonTermination.d.ts +0 -7
- package/dist/cjs/types/Interface/models/IReasonTermination.d.ts.map +0 -1
- package/dist/cjs/types/Interface/models/IReasonTermination.js.map +0 -1
- package/dist/mjs/types/Interface/models/IReasonTermination.d.ts +0 -7
- package/dist/mjs/types/Interface/models/IReasonTermination.d.ts.map +0 -1
- package/dist/mjs/types/Interface/models/IReasonTermination.js +0 -2
- package/dist/mjs/types/Interface/models/IReasonTermination.js.map +0 -1
- package/ts/types/Interface/models/IReasonTermination.ts +0 -7
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IRating } from './IRating';
|
|
2
|
+
import { IUser } from './IUser';
|
|
3
|
+
|
|
4
|
+
// ratingHistory
|
|
5
|
+
export interface IRatingHistory {
|
|
6
|
+
id?: number;
|
|
7
|
+
idRating: number;
|
|
8
|
+
idUserWhoCalled: number;
|
|
9
|
+
commentResponse: string;
|
|
10
|
+
callingDate: Date;
|
|
11
|
+
createdAt?: Date | null;
|
|
12
|
+
updatedAt?: Date | null;
|
|
13
|
+
|
|
14
|
+
// Associations
|
|
15
|
+
rating: IRating;
|
|
16
|
+
user: IUser;
|
|
17
|
+
}
|
package/ts/types/index.ts
CHANGED
|
@@ -142,7 +142,7 @@ export * from './Interface/models/IProduct';
|
|
|
142
142
|
export * from './Interface/models/IQuality';
|
|
143
143
|
export * from './Interface/models/IQuotaLead';
|
|
144
144
|
export * from './Interface/models/IRating';
|
|
145
|
-
export * from './Interface/models/
|
|
145
|
+
export * from './Interface/models/IRatingHistory';
|
|
146
146
|
export * from './Interface/models/IReason';
|
|
147
147
|
export * from './Interface/models/IRecontactHistory';
|
|
148
148
|
export * from './Interface/models/IRefund';
|
|
@@ -545,6 +545,9 @@ export * from './Enum/StateSynchro';
|
|
|
545
545
|
export * from './Enum/RefundReason';
|
|
546
546
|
export * from './Enum/Contest';
|
|
547
547
|
export * from './Enum/LetterResponseType';
|
|
548
|
+
export * from './Enum/StatusRating';
|
|
549
|
+
export * from './Enum/TypeSupportForNotation';
|
|
550
|
+
export * from './Enum/ToRecallRating';
|
|
548
551
|
|
|
549
552
|
// Interfaces API
|
|
550
553
|
export * from './Interface/api/exercice/ReadExercice';
|
|
@@ -739,6 +742,9 @@ export * from './Interface/api/timeRecorder/UpdateRecorder';
|
|
|
739
742
|
export * from './Interface/api/inpiBalance/QueryInpiBalanceStatistic';
|
|
740
743
|
export * from './Interface/api/inpiBalance/QueryInpiBalancePaginated';
|
|
741
744
|
export * from './Interface/api/rating/QueryRatingPaginated';
|
|
745
|
+
export * from './Interface/api/rating/CreateRating';
|
|
746
|
+
export * from './Interface/api/rating/UpdateRating';
|
|
747
|
+
export * from './Interface/api/ratingHistory/CreateRatingHistory';
|
|
742
748
|
export * from './Interface/api/inpiBalance/inpiBalanceStatistic';
|
|
743
749
|
export * from './Interface/api/inpiPayment/QueryInpiPaymentStatistic';
|
|
744
750
|
export * from './Interface/api/inpiPayment/QueryInpiPaymentPaginated';
|
|
@@ -967,7 +973,10 @@ export * from './Interface/api/task/QueryStatsByTaskTypeInCsv';
|
|
|
967
973
|
export * from './Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet';
|
|
968
974
|
export * from './Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet';
|
|
969
975
|
export * from './Interface/api/3cx/Query3cxSearch';
|
|
976
|
+
export * from './Interface/api/3cx/Query3cxMeeting';
|
|
977
|
+
export * from './Interface/api/3cx/Update3cxMeeting';
|
|
970
978
|
export * from './Interface/api/3cx/Read3cxSearch';
|
|
979
|
+
export * from './Interface/api/3cx/Read3cxMeeting';
|
|
971
980
|
export * from './Interface/api/3cx/Create3cxLog';
|
|
972
981
|
export * from './Interface/api/amount/FormattedAmount';
|
|
973
982
|
export * from './Interface/api/customerActivity/CreateCustomerActivityReport';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IReasonTermination.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IReasonTermination.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,kBAAkB;IACjC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IReasonTermination.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IReasonTermination.ts"],"names":[],"mappings":"","sourcesContent":["// reasonTermination\nexport interface IReasonTermination {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IReasonTermination.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IReasonTermination.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,kBAAkB;IACjC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IReasonTermination.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IReasonTermination.ts"],"names":[],"mappings":"","sourcesContent":["// reasonTermination\nexport interface IReasonTermination {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|