@silexpert/core 0.4.189 → 0.4.193
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/es/api/resources/Employee.d.ts +2 -2
- package/es/api/resources/Employee.d.ts.map +1 -1
- package/es/api/resources/Employee.js +1 -1
- package/es/api/resources/Employee.js.map +1 -1
- package/es/api/resources/Mail.d.ts +1 -0
- package/es/api/resources/Mail.d.ts.map +1 -1
- package/es/api/resources/Mail.js +3 -0
- package/es/api/resources/Mail.js.map +1 -1
- package/es/api/resources/NafCode.d.ts +6 -0
- package/es/api/resources/NafCode.d.ts.map +1 -0
- package/es/api/resources/NafCode.js +10 -0
- package/es/api/resources/NafCode.js.map +1 -0
- package/es/api/resources/SheetMonthSchedule.d.ts +1 -2
- package/es/api/resources/SheetMonthSchedule.d.ts.map +1 -1
- package/es/api/resources/SheetMonthSchedule.js +1 -4
- package/es/api/resources/SheetMonthSchedule.js.map +1 -1
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/MailAuto.d.ts +112 -0
- package/es/types/Enum/MailAuto.d.ts.map +1 -0
- package/es/types/Enum/MailAuto.js +113 -0
- package/es/types/Enum/MailAuto.js.map +1 -0
- package/es/types/Enum/SalariesType.d.ts.map +1 -1
- package/es/types/Enum/SalariesType.js +8 -2
- package/es/types/Enum/SalariesType.js.map +1 -1
- package/es/types/Enum/TypeBankConnection.d.ts +2 -1
- package/es/types/Enum/TypeBankConnection.d.ts.map +1 -1
- package/es/types/Enum/TypeBankConnection.js +1 -0
- package/es/types/Enum/TypeBankConnection.js.map +1 -1
- package/es/types/Interface/api/budgetInsight/Query.d.ts +7 -0
- package/es/types/Interface/api/budgetInsight/Query.d.ts.map +1 -1
- package/es/types/Interface/api/budgetInsight/Query.js.map +1 -1
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +18 -0
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -0
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.js +73 -0
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -0
- package/es/types/Interface/api/mail/CreateMailParams.d.ts +7 -0
- package/es/types/Interface/api/mail/CreateMailParams.d.ts.map +1 -1
- package/es/types/Interface/api/mail/CreateMailParams.js.map +1 -1
- package/es/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.d.ts +10 -0
- package/es/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.d.ts.map +1 -0
- package/es/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.js +2 -0
- package/es/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.js.map +1 -0
- package/es/types/Interface/models/IAttestation.d.ts +3 -3
- package/es/types/Interface/models/IAttestation.d.ts.map +1 -1
- package/es/types/Interface/models/IAttestation.js.map +1 -1
- package/es/types/Interface/models/IBusinessLineUser.d.ts +8 -0
- package/es/types/Interface/models/IBusinessLineUser.d.ts.map +1 -0
- package/es/types/Interface/models/IBusinessLineUser.js +2 -0
- package/es/types/Interface/models/IBusinessLineUser.js.map +1 -0
- package/es/types/Interface/models/ICustomerTva.d.ts +2 -2
- package/es/types/Interface/models/ICustomerTva.d.ts.map +1 -1
- package/es/types/Interface/models/ICustomerTva.js.map +1 -1
- package/es/types/Interface/models/ILetter.d.ts +3 -0
- package/es/types/Interface/models/ILetter.d.ts.map +1 -1
- package/es/types/Interface/models/ILetter.js.map +1 -1
- package/es/types/Interface/models/INafCode.d.ts +11 -0
- package/es/types/Interface/models/INafCode.d.ts.map +1 -0
- package/es/types/Interface/models/INafCode.js +2 -0
- package/es/types/Interface/models/INafCode.js.map +1 -0
- package/es/types/Interface/models/IReport.d.ts +1 -0
- package/es/types/Interface/models/IReport.d.ts.map +1 -1
- package/es/types/Interface/models/IReport.js.map +1 -1
- package/es/types/Interface/models/ISheetMonthScheduleDetails.d.ts +2 -0
- package/es/types/Interface/models/ISheetMonthScheduleDetails.d.ts.map +1 -1
- package/es/types/Interface/models/ISheetMonthScheduleDetails.js.map +1 -1
- package/es/types/index.d.ts +4 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +4 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Employee.js +1 -1
- package/js/api/resources/Employee.js.map +1 -1
- package/js/api/resources/Mail.js +6 -0
- package/js/api/resources/Mail.js.map +1 -1
- package/js/api/resources/NafCode.js +22 -0
- package/js/api/resources/NafCode.js.map +1 -0
- package/js/api/resources/SheetMonthSchedule.js +1 -5
- package/js/api/resources/SheetMonthSchedule.js.map +1 -1
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/MailAuto.js +119 -0
- package/js/types/Enum/MailAuto.js.map +1 -0
- package/js/types/Enum/SalariesType.js +3 -2
- package/js/types/Enum/SalariesType.js.map +1 -1
- package/js/types/Enum/TypeBankConnection.js +1 -0
- package/js/types/Enum/TypeBankConnection.js.map +1 -1
- package/js/types/Interface/api/budgetInsight/Query.js.map +1 -1
- package/js/types/Interface/api/calendarEvent/createCalendarEvent.js +55 -0
- package/js/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -0
- package/js/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.js +6 -0
- package/js/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.js.map +1 -0
- package/js/types/Interface/models/IBusinessLineUser.js +6 -0
- package/js/types/Interface/models/IBusinessLineUser.js.map +1 -0
- package/js/types/Interface/models/INafCode.js +6 -0
- package/js/types/Interface/models/INafCode.js.map +1 -0
- package/js/types/index.js +48 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Employee.ts +2 -2
- package/ts/api/resources/Mail.ts +4 -0
- package/ts/api/resources/NafCode.ts +10 -0
- package/ts/api/resources/SheetMonthSchedule.ts +1 -5
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/MailAuto.ts +111 -0
- package/ts/types/Enum/SalariesType.ts +10 -2
- package/ts/types/Enum/TypeBankConnection.ts +1 -0
- package/ts/types/Interface/api/budgetInsight/Query.ts +8 -0
- package/ts/types/Interface/api/calendarEvent/createCalendarEvent.ts +48 -0
- package/ts/types/Interface/api/mail/CreateMailParams.ts +7 -0
- package/ts/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.ts +10 -0
- package/ts/types/Interface/models/IAttestation.ts +3 -3
- package/ts/types/Interface/models/IBusinessLineUser.ts +8 -0
- package/ts/types/Interface/models/ICustomerTva.ts +2 -2
- package/ts/types/Interface/models/ILetter.ts +3 -0
- package/ts/types/Interface/models/INafCode.ts +12 -0
- package/ts/types/Interface/models/IReport.ts +1 -0
- package/ts/types/Interface/models/ISheetMonthScheduleDetails.ts +2 -1
- package/ts/types/index.ts +4 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SheetMonthSchedule.js","mappings":";;;;;;;AAGA;;AAEM,MAAOA,kBAAP,SAAkCC,kBAAlC,CAA0C;EACvCC,MAAM,CAACC,UAAD,EAAqBC,OAArB,EAAkF;IAC7F,OAAO,KAAKC,KAAL,CAAWC,KAAX,CAAiB,0BAA0BH,UAAU,EAArD,EAAyDC,OAAzD,CAAP;EACD;;EAEMG,MAAM,CAACJ,UAAD,EAAmB;IAC9B,OAAO,KAAKE,KAAL,CAAWG,IAAX,CAAgB,cAAcL,UAAU,wBAAxC,CAAP;EACD;;EAEMM,GAAG,CAACC,EAAD,EAAW;IACnB,OAAO,KAAKL,KAAL,CAAWG,IAAX,CAAgB,0BAA0BE,EAAE,EAA5C,CAAP;EACD;;EAEMC,MAAM,CAACD,EAAD,EAAaN,OAAb,EAAkD;IAC7D,OAAO,KAAKC,KAAL,CAAWO,IAAX,CAAgB,0BAA0BF,EAAE,EAA5C,EAAgDN,OAAhD,CAAP;EACD;;EAEMS,MAAM,CAACH,EAAD,EAAW;IACtB,OAAO,KAAKL,KAAL,CAAWS,OAAX,CAAmB,0BAA0BJ,EAAE,EAA/C,CAAP;EACD;;EAEMK,WAAW,CAACC,MAAD,EAAgC;IAChD,OAAO,KAAKX,KAAL,CAAWG,IAAX,CAAgB,wBAAhB,EAA0C;MAAEQ;IAAF,CAA1C,CAAP;EACD;;EAEMC,
|
|
1
|
+
{"version":3,"file":"SheetMonthSchedule.js","mappings":";;;;;;;AAGA;;AAEM,MAAOA,kBAAP,SAAkCC,kBAAlC,CAA0C;EACvCC,MAAM,CAACC,UAAD,EAAqBC,OAArB,EAAkF;IAC7F,OAAO,KAAKC,KAAL,CAAWC,KAAX,CAAiB,0BAA0BH,UAAU,EAArD,EAAyDC,OAAzD,CAAP;EACD;;EAEMG,MAAM,CAACJ,UAAD,EAAmB;IAC9B,OAAO,KAAKE,KAAL,CAAWG,IAAX,CAAgB,cAAcL,UAAU,wBAAxC,CAAP;EACD;;EAEMM,GAAG,CAACC,EAAD,EAAW;IACnB,OAAO,KAAKL,KAAL,CAAWG,IAAX,CAAgB,0BAA0BE,EAAE,EAA5C,CAAP;EACD;;EAEMC,MAAM,CAACD,EAAD,EAAaN,OAAb,EAAkD;IAC7D,OAAO,KAAKC,KAAL,CAAWO,IAAX,CAAgB,0BAA0BF,EAAE,EAA5C,EAAgDN,OAAhD,CAAP;EACD;;EAEMS,MAAM,CAACH,EAAD,EAAW;IACtB,OAAO,KAAKL,KAAL,CAAWS,OAAX,CAAmB,0BAA0BJ,EAAE,EAA/C,CAAP;EACD;;EAEMK,WAAW,CAACC,MAAD,EAAgC;IAChD,OAAO,KAAKX,KAAL,CAAWG,IAAX,CAAgB,wBAAhB,EAA0C;MAAEQ;IAAF,CAA1C,CAAP;EACD;;EAEMC,sCAAsC,CAACC,oBAAD,EAA+Bd,OAA/B,EAAwG;IACnJ,OAAO,KAAKC,KAAL,CAAWC,KAAX,CAAiB,0BAA0BY,oBAAoB,UAA/D,EAA2Ed,OAA3E,CAAP;EACD;;EAEMe,8BAA8B,CAACD,oBAAD,EAA+BE,2BAA/B,EAAkE;IACrG,OAAO,KAAKf,KAAL,CAAWS,OAAX,CAAmB,0BAA0BI,oBAAoB,YAAYE,2BAA2B,EAAxG,CAAP;EACD;;AA/B6C;;QAAnCpB,kB,GAAAA,kB","names":["SheetMonthSchedule","Resource","create","idEmployee","payload","axios","$post","getAll","$get","get","id","update","$put","delete","$delete","getPaginate","params","updateOrCreateSheetMonthScheduleDetail","idSheetMonthSchedule","deleteSheetMonthScheduleDetail","idSheetMonthScheduleDetails"],"sourceRoot":"","sources":["../../../ts/api/resources/SheetMonthSchedule.ts"],"sourcesContent":["import {\n BasePaginate, ISheetMonthSchedule, ISheetMonthScheduleDetail, QuerySheetMonthSchedule,\n} from '../../types';\nimport { Resource } from '../Resource';\n\nexport class SheetMonthSchedule extends Resource {\n public create(idEmployee: number, payload: Omit<ISheetMonthSchedule, 'idEmployee' | 'employee'>): Promise<ISheetMonthSchedule> {\n return this.axios.$post(`/sheet-month-schedules/${idEmployee}`, payload);\n }\n\n public getAll(idEmployee: number): Promise<ISheetMonthSchedule[]> {\n return this.axios.$get(`/employees/${idEmployee}/sheet-month-schedules`);\n }\n\n public get(id: number): Promise<ISheetMonthSchedule> {\n return this.axios.$get(`/sheet-month-schedules/${id}`);\n }\n\n public update(id: number, payload: Partial<ISheetMonthSchedule>): Promise<ISheetMonthSchedule> {\n return this.axios.$put(`/sheet-month-schedules/${id}`, payload);\n }\n\n public delete(id: number): Promise<true> {\n return this.axios.$delete(`/sheet-month-schedules/${id}`);\n }\n\n public getPaginate(params: QuerySheetMonthSchedule): Promise<BasePaginate<SheetMonthSchedule>> {\n return this.axios.$get('/sheet-month-schedules', { params });\n }\n\n public updateOrCreateSheetMonthScheduleDetail(idSheetMonthSchedule: number, payload: Partial<Omit<ISheetMonthScheduleDetail, 'idSheetMonthSchedule'>>): Promise<ISheetMonthScheduleDetail> {\n return this.axios.$post(`/sheet-month-schedules/${idSheetMonthSchedule}/details`, payload);\n }\n\n public deleteSheetMonthScheduleDetail(idSheetMonthSchedule: number, idSheetMonthScheduleDetails: number): Promise<true> {\n return this.axios.$delete(`/sheet-month-schedules/${idSheetMonthSchedule}/details/${idSheetMonthScheduleDetails}`);\n }\n}\n"]}
|
package/js/api/resources.js
CHANGED
|
@@ -151,6 +151,8 @@ var _Employee = require("./resources/Employee");
|
|
|
151
151
|
|
|
152
152
|
var _SheetMonthSchedule = require("./resources/SheetMonthSchedule");
|
|
153
153
|
|
|
154
|
+
var _NafCode = require("./resources/NafCode");
|
|
155
|
+
|
|
154
156
|
const resources = exports.resources = {
|
|
155
157
|
simulation: _Simulation.Simulation,
|
|
156
158
|
budgetInsight: _BudgetInsight.BudgetInsight,
|
|
@@ -224,6 +226,7 @@ const resources = exports.resources = {
|
|
|
224
226
|
exercice: _Exercice.Exercice,
|
|
225
227
|
mail: _Mail.Mail,
|
|
226
228
|
employee: _Employee.Employee,
|
|
227
|
-
sheetMonthSchedule: _SheetMonthSchedule.SheetMonthSchedule
|
|
229
|
+
sheetMonthSchedule: _SheetMonthSchedule.SheetMonthSchedule,
|
|
230
|
+
nafCode: _NafCode.NafCode
|
|
228
231
|
};
|
|
229
232
|
//# sourceMappingURL=resources.js.map
|
package/js/api/resources.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.js","mappings":"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","names":["resources","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","employee","Employee","sheetMonthSchedule","SheetMonthSchedule"],"sourceRoot":"","sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"resources.js","mappings":"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","names":["resources","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode"],"sourceRoot":"","sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n};\n"]}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var MailAuto = exports.MailAuto = undefined;
|
|
7
|
+
|
|
8
|
+
(function (MailAuto) {
|
|
9
|
+
MailAuto[MailAuto["MEMENTO"] = 1] = "MEMENTO";
|
|
10
|
+
MailAuto[MailAuto["ANNOTATIONS"] = 2] = "ANNOTATIONS";
|
|
11
|
+
MailAuto[MailAuto["BILAN"] = 3] = "BILAN";
|
|
12
|
+
MailAuto[MailAuto["MISSING_DOCS"] = 4] = "MISSING_DOCS";
|
|
13
|
+
MailAuto[MailAuto["SYNC_BANK"] = 5] = "SYNC_BANK";
|
|
14
|
+
MailAuto[MailAuto["A_NOUVEAUX"] = 6] = "A_NOUVEAUX";
|
|
15
|
+
MailAuto[MailAuto["MISSING_INVOICES"] = 7] = "MISSING_INVOICES";
|
|
16
|
+
MailAuto[MailAuto["PHONE_RDV"] = 8] = "PHONE_RDV";
|
|
17
|
+
MailAuto[MailAuto["GRACEFUL_DELIVERY"] = 9] = "GRACEFUL_DELIVERY";
|
|
18
|
+
MailAuto[MailAuto["ON_BOARDING"] = 10] = "ON_BOARDING";
|
|
19
|
+
MailAuto[MailAuto["UNPAID"] = 11] = "UNPAID";
|
|
20
|
+
MailAuto[MailAuto["MYCLE_ACCESS"] = 12] = "MYCLE_ACCESS";
|
|
21
|
+
MailAuto[MailAuto["FIRST_TALK"] = 13] = "FIRST_TALK";
|
|
22
|
+
MailAuto[MailAuto["ATTRIBUTION"] = 14] = "ATTRIBUTION";
|
|
23
|
+
MailAuto[MailAuto["NEW_ATTRIBUTION"] = 15] = "NEW_ATTRIBUTION";
|
|
24
|
+
MailAuto[MailAuto["PAYMENT_REJECTED"] = 16] = "PAYMENT_REJECTED";
|
|
25
|
+
MailAuto[MailAuto["ATTESTATION_SIGNED"] = 17] = "ATTESTATION_SIGNED";
|
|
26
|
+
MailAuto[MailAuto["ATTESTATION_PAYMENT_LINK"] = 18] = "ATTESTATION_PAYMENT_LINK";
|
|
27
|
+
MailAuto[MailAuto["PHONE_RDV_MISSED"] = 19] = "PHONE_RDV_MISSED";
|
|
28
|
+
MailAuto[MailAuto["PHONE_SYNTHESIS"] = 20] = "PHONE_SYNTHESIS";
|
|
29
|
+
MailAuto[MailAuto["LEGAL_FOLDER_CREATION"] = 21] = "LEGAL_FOLDER_CREATION";
|
|
30
|
+
MailAuto[MailAuto["JURIDICAL_PAYMENT"] = 22] = "JURIDICAL_PAYMENT";
|
|
31
|
+
MailAuto[MailAuto["RELANCE_ANNOTATION"] = 23] = "RELANCE_ANNOTATION";
|
|
32
|
+
MailAuto[MailAuto["SUPERVISION"] = 24] = "SUPERVISION";
|
|
33
|
+
MailAuto[MailAuto["PAYMENT_LATE_FOR_ACTION"] = 25] = "PAYMENT_LATE_FOR_ACTION";
|
|
34
|
+
MailAuto[MailAuto["SYNCHRONIZE_FOR_ACTION"] = 26] = "SYNCHRONIZE_FOR_ACTION";
|
|
35
|
+
MailAuto[MailAuto["DOCUMENTS_FOR_ACTION"] = 27] = "DOCUMENTS_FOR_ACTION";
|
|
36
|
+
MailAuto[MailAuto["PAYMENTS_LATE_AND_NOT_SYNC_FOR_ACTION"] = 28] = "PAYMENTS_LATE_AND_NOT_SYNC_FOR_ACTION";
|
|
37
|
+
MailAuto[MailAuto["ANNOTATION_FOR_ACTION"] = 29] = "ANNOTATION_FOR_ACTION";
|
|
38
|
+
MailAuto[MailAuto["PAYMENT_LATE_AND_NOT_ANNOTED_FOR_ACTION"] = 30] = "PAYMENT_LATE_AND_NOT_ANNOTED_FOR_ACTION";
|
|
39
|
+
MailAuto[MailAuto["MAJ_FOR_ACTION"] = 31] = "MAJ_FOR_ACTION";
|
|
40
|
+
MailAuto[MailAuto["CONSTITUTION_EI"] = 32] = "CONSTITUTION_EI";
|
|
41
|
+
MailAuto[MailAuto["CONSTITUTION_SOCIETIES"] = 33] = "CONSTITUTION_SOCIETIES";
|
|
42
|
+
MailAuto[MailAuto["CONSTITUTION_KBIS"] = 34] = "CONSTITUTION_KBIS";
|
|
43
|
+
MailAuto[MailAuto["RELANCE_GRACEFUL_DELIVERY"] = 35] = "RELANCE_GRACEFUL_DELIVERY";
|
|
44
|
+
MailAuto[MailAuto["REPLY_GRACEFUL_DELIVERY"] = 36] = "REPLY_GRACEFUL_DELIVERY";
|
|
45
|
+
MailAuto[MailAuto["ACCOUNTING_IMPLEMENTATION"] = 37] = "ACCOUNTING_IMPLEMENTATION";
|
|
46
|
+
MailAuto[MailAuto["INFORM_CUSTOMER_DRG_DONE"] = 38] = "INFORM_CUSTOMER_DRG_DONE";
|
|
47
|
+
MailAuto[MailAuto["ASK_CERTIFICATE_NON_REMUNERATION"] = 39] = "ASK_CERTIFICATE_NON_REMUNERATION";
|
|
48
|
+
MailAuto[MailAuto["UNSYNC"] = 40] = "UNSYNC";
|
|
49
|
+
MailAuto[MailAuto["NEW_CUSTOMER_SOCIAL"] = 41] = "NEW_CUSTOMER_SOCIAL";
|
|
50
|
+
MailAuto[MailAuto["JURIDICAL_KBIS"] = 42] = "JURIDICAL_KBIS";
|
|
51
|
+
MailAuto[MailAuto["HOME"] = 43] = "HOME";
|
|
52
|
+
MailAuto[MailAuto["HOME_SYNTHESIS"] = 44] = "HOME_SYNTHESIS";
|
|
53
|
+
MailAuto[MailAuto["DOCUMENTS_WAITING"] = 45] = "DOCUMENTS_WAITING";
|
|
54
|
+
MailAuto[MailAuto["DOCUMENTS_TO_SIGN"] = 46] = "DOCUMENTS_TO_SIGN";
|
|
55
|
+
MailAuto[MailAuto["OPINION_RECEIVED"] = 47] = "OPINION_RECEIVED";
|
|
56
|
+
MailAuto[MailAuto["RESPONSE_RECAP"] = 48] = "RESPONSE_RECAP";
|
|
57
|
+
MailAuto[MailAuto["RESPONSE_CALL_DIRECTLY_NOTATION_ECHEC"] = 49] = "RESPONSE_CALL_DIRECTLY_NOTATION_ECHEC";
|
|
58
|
+
MailAuto[MailAuto["RESPONSE_CALL_DIRECTLY_ECHEC"] = 50] = "RESPONSE_CALL_DIRECTLY_ECHEC";
|
|
59
|
+
MailAuto[MailAuto["AVIS_3_WEEKS"] = 51] = "AVIS_3_WEEKS";
|
|
60
|
+
MailAuto[MailAuto["SATISFACTION"] = 52] = "SATISFACTION";
|
|
61
|
+
MailAuto[MailAuto["UPDATE_YOUR_ACCOUNTING"] = 53] = "UPDATE_YOUR_ACCOUNTING";
|
|
62
|
+
MailAuto[MailAuto["RELANCE_CHECKUP"] = 54] = "RELANCE_CHECKUP";
|
|
63
|
+
MailAuto[MailAuto["RESPONDER"] = 55] = "RESPONDER";
|
|
64
|
+
MailAuto[MailAuto["NO_RESPONSE"] = 56] = "NO_RESPONSE";
|
|
65
|
+
MailAuto[MailAuto["MEMO_RELANCE_ANNOTATION"] = 57] = "MEMO_RELANCE_ANNOTATION";
|
|
66
|
+
MailAuto[MailAuto["APPROBATION_DIVIDEND"] = 58] = "APPROBATION_DIVIDEND";
|
|
67
|
+
MailAuto[MailAuto["APPROBATION_JURIDICAL_DOCUMENTS"] = 59] = "APPROBATION_JURIDICAL_DOCUMENTS";
|
|
68
|
+
MailAuto[MailAuto["APPROBATION_ACCOUNTS_DEPOSIT"] = 60] = "APPROBATION_ACCOUNTS_DEPOSIT";
|
|
69
|
+
MailAuto[MailAuto["APPROBATION_ACCOUNTS_DEPOSIT_BACK"] = 61] = "APPROBATION_ACCOUNTS_DEPOSIT_BACK";
|
|
70
|
+
MailAuto[MailAuto["VAT_DECLARATION"] = 62] = "VAT_DECLARATION";
|
|
71
|
+
MailAuto[MailAuto["TAKE_BACK_LETTER"] = 63] = "TAKE_BACK_LETTER";
|
|
72
|
+
MailAuto[MailAuto["ASK_RIB"] = 67] = "ASK_RIB";
|
|
73
|
+
MailAuto[MailAuto["DOCS_RECAP_CA"] = 68] = "DOCS_RECAP_CA";
|
|
74
|
+
MailAuto[MailAuto["THANKS_FOR_ESTIMATE"] = 69] = "THANKS_FOR_ESTIMATE";
|
|
75
|
+
MailAuto[MailAuto["REMIND_ESTIMATE"] = 70] = "REMIND_ESTIMATE";
|
|
76
|
+
MailAuto[MailAuto["LAST_REMIND_ESTIMATE"] = 71] = "LAST_REMIND_ESTIMATE";
|
|
77
|
+
MailAuto[MailAuto["EXPIRED_ESTIMATE"] = 72] = "EXPIRED_ESTIMATE";
|
|
78
|
+
MailAuto[MailAuto["DOCS_FOR_EXPRESS"] = 73] = "DOCS_FOR_EXPRESS";
|
|
79
|
+
MailAuto[MailAuto["DOCS_FOR_EXPRESS_RELANCE"] = 74] = "DOCS_FOR_EXPRESS_RELANCE";
|
|
80
|
+
MailAuto[MailAuto["TICKET_SUPPORT_CONSTATATION"] = 76] = "TICKET_SUPPORT_CONSTATATION";
|
|
81
|
+
MailAuto[MailAuto["TICKET_SUPPORT_RESOLUTION"] = 77] = "TICKET_SUPPORT_RESOLUTION";
|
|
82
|
+
MailAuto[MailAuto["SCHEDULE"] = 78] = "SCHEDULE";
|
|
83
|
+
MailAuto[MailAuto["STOP_WORKING_ACCOUNTANT"] = 79] = "STOP_WORKING_ACCOUNTANT";
|
|
84
|
+
MailAuto[MailAuto["TERMINATION_FOR_MISSING_DOCUMENTS"] = 80] = "TERMINATION_FOR_MISSING_DOCUMENTS";
|
|
85
|
+
MailAuto[MailAuto["TERMINATION"] = 81] = "TERMINATION";
|
|
86
|
+
MailAuto[MailAuto["LAST_RELANCE_CHECK_UP"] = 82] = "LAST_RELANCE_CHECK_UP";
|
|
87
|
+
MailAuto[MailAuto["TERMINATION_FOR_NO_CHECK_UP"] = 83] = "TERMINATION_FOR_NO_CHECK_UP";
|
|
88
|
+
MailAuto[MailAuto["TERMINATION_FOR_LAB_REJECTION"] = 84] = "TERMINATION_FOR_LAB_REJECTION";
|
|
89
|
+
MailAuto[MailAuto["TERMINATION_FOR_SATISFIED_OR_REFUNDED"] = 85] = "TERMINATION_FOR_SATISFIED_OR_REFUNDED";
|
|
90
|
+
MailAuto[MailAuto["DRAWDOWN_ERROR"] = 86] = "DRAWDOWN_ERROR";
|
|
91
|
+
MailAuto[MailAuto["RECOVERY_REFUSED_BY_OLD_EXPERT"] = 87] = "RECOVERY_REFUSED_BY_OLD_EXPERT";
|
|
92
|
+
MailAuto[MailAuto["DRAWDOWN_ERROR_AFTER_TERMINATION"] = 88] = "DRAWDOWN_ERROR_AFTER_TERMINATION";
|
|
93
|
+
MailAuto[MailAuto["REFUND_PRESTA"] = 89] = "REFUND_PRESTA";
|
|
94
|
+
MailAuto[MailAuto["REFUND_AMOUNT"] = 90] = "REFUND_AMOUNT";
|
|
95
|
+
MailAuto[MailAuto["PDF_CSV_BA"] = 91] = "PDF_CSV_BA";
|
|
96
|
+
MailAuto[MailAuto["REVIVE_ELEMENTS_FOR_CONSTITUTION"] = 92] = "REVIVE_ELEMENTS_FOR_CONSTITUTION";
|
|
97
|
+
MailAuto[MailAuto["REVIVE_TICKET"] = 93] = "REVIVE_TICKET";
|
|
98
|
+
MailAuto[MailAuto["RESOLVE_WAITING_TICKET"] = 94] = "RESOLVE_WAITING_TICKET";
|
|
99
|
+
MailAuto[MailAuto["RELANCE_UNPAIDS"] = 95] = "RELANCE_UNPAIDS";
|
|
100
|
+
MailAuto[MailAuto["LAST_RELANCE_UNPAIDS"] = 96] = "LAST_RELANCE_UNPAIDS";
|
|
101
|
+
MailAuto[MailAuto["FIRST_PREVI"] = 100] = "FIRST_PREVI";
|
|
102
|
+
MailAuto[MailAuto["FIRST_RAPPEL_PREVI"] = 101] = "FIRST_RAPPEL_PREVI";
|
|
103
|
+
MailAuto[MailAuto["SECOND_RAPPEL_PREVI"] = 102] = "SECOND_RAPPEL_PREVI";
|
|
104
|
+
MailAuto[MailAuto["LAST_RAPPEL_PREVI"] = 103] = "LAST_RAPPEL_PREVI";
|
|
105
|
+
MailAuto[MailAuto["BILAN_PREVI_FOR_CLIENT"] = 117] = "BILAN_PREVI_FOR_CLIENT";
|
|
106
|
+
MailAuto[MailAuto["REPORTING_FIRST_PHONE_RDV"] = 105] = "REPORTING_FIRST_PHONE_RDV";
|
|
107
|
+
MailAuto[MailAuto["REPORTING_EDITING_FIRST_PHONE_RDV"] = 106] = "REPORTING_EDITING_FIRST_PHONE_RDV";
|
|
108
|
+
MailAuto[MailAuto["REPORTING_PHONE_RDV_SUMMARY_J0"] = 107] = "REPORTING_PHONE_RDV_SUMMARY_J0";
|
|
109
|
+
MailAuto[MailAuto["REPORTING_PHONE_RDV_BUG_FIXED_J3"] = 108] = "REPORTING_PHONE_RDV_BUG_FIXED_J3";
|
|
110
|
+
MailAuto[MailAuto["REPORTING_PHONE_RDV_SATISFACTION_J15"] = 109] = "REPORTING_PHONE_RDV_SATISFACTION_J15";
|
|
111
|
+
MailAuto[MailAuto["REPORTING_PHONE_RDV_SATISFACTION_J30"] = 110] = "REPORTING_PHONE_RDV_SATISFACTION_J30";
|
|
112
|
+
MailAuto[MailAuto["REPORTING_PHONE_RDV_UNAVAILABLE_1_TIME"] = 111] = "REPORTING_PHONE_RDV_UNAVAILABLE_1_TIME";
|
|
113
|
+
MailAuto[MailAuto["REPORTING_PHONE_RDV_UNAVAILABLE_2_TIMES"] = 112] = "REPORTING_PHONE_RDV_UNAVAILABLE_2_TIMES";
|
|
114
|
+
MailAuto[MailAuto["REPORTING_PHONE_RDV_UNAVAILABLE_3_TIMES"] = 113] = "REPORTING_PHONE_RDV_UNAVAILABLE_3_TIMES";
|
|
115
|
+
MailAuto[MailAuto["REPORTING_PHONE_RDV_UNAVAILABLE_4_TIMES"] = 114] = "REPORTING_PHONE_RDV_UNAVAILABLE_4_TIMES";
|
|
116
|
+
MailAuto[MailAuto["REPORTING_PHONE_RDV_UNAVAILABLE_5_TIMES"] = 115] = "REPORTING_PHONE_RDV_UNAVAILABLE_5_TIMES";
|
|
117
|
+
MailAuto[MailAuto["REPORTING_PHONE_RDV_UNAVAILABLE_6_TIMES"] = 116] = "REPORTING_PHONE_RDV_UNAVAILABLE_6_TIMES";
|
|
118
|
+
})(MailAuto || (exports.MailAuto = MailAuto = {}));
|
|
119
|
+
//# sourceMappingURL=MailAuto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MailAuto.js","mappings":";;;;;AAAA,IAAYA,QA8GX,WA9GWA,QA8GX,YA9GD;;AAAA,WAAYA,QAAZ,EAAoB;EAClBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CA9GD,EAAYA,QAAQ,aAARA,QAAQ,GAARA,QAAQ,MAApB","names":["MailAuto"],"sourceRoot":"","sources":["../../../ts/types/Enum/MailAuto.ts"],"sourcesContent":["export enum MailAuto {\n MEMENTO = 1,\n ANNOTATIONS = 2,\n BILAN = 3,\n MISSING_DOCS = 4,\n SYNC_BANK = 5,\n A_NOUVEAUX = 6,\n MISSING_INVOICES = 7,\n PHONE_RDV = 8,\n GRACEFUL_DELIVERY = 9,\n ON_BOARDING = 10,\n UNPAID = 11,\n MYCLE_ACCESS = 12,\n FIRST_TALK = 13,\n ATTRIBUTION = 14,\n NEW_ATTRIBUTION = 15,\n PAYMENT_REJECTED = 16,\n ATTESTATION_SIGNED = 17,\n ATTESTATION_PAYMENT_LINK = 18,\n PHONE_RDV_MISSED = 19,\n PHONE_SYNTHESIS = 20,\n LEGAL_FOLDER_CREATION = 21,\n JURIDICAL_PAYMENT = 22,\n RELANCE_ANNOTATION = 23,\n SUPERVISION = 24,\n PAYMENT_LATE_FOR_ACTION = 25,\n SYNCHRONIZE_FOR_ACTION = 26,\n DOCUMENTS_FOR_ACTION = 27,\n PAYMENTS_LATE_AND_NOT_SYNC_FOR_ACTION = 28,\n ANNOTATION_FOR_ACTION = 29,\n PAYMENT_LATE_AND_NOT_ANNOTED_FOR_ACTION = 30,\n MAJ_FOR_ACTION = 31,\n CONSTITUTION_EI = 32,\n CONSTITUTION_SOCIETIES = 33,\n CONSTITUTION_KBIS = 34,\n RELANCE_GRACEFUL_DELIVERY = 35,\n REPLY_GRACEFUL_DELIVERY = 36,\n ACCOUNTING_IMPLEMENTATION = 37,\n INFORM_CUSTOMER_DRG_DONE = 38,\n ASK_CERTIFICATE_NON_REMUNERATION = 39,\n UNSYNC = 40,\n NEW_CUSTOMER_SOCIAL = 41,\n JURIDICAL_KBIS = 42,\n HOME = 43,\n HOME_SYNTHESIS = 44,\n DOCUMENTS_WAITING = 45,\n DOCUMENTS_TO_SIGN = 46,\n OPINION_RECEIVED = 47,\n RESPONSE_RECAP = 48,\n RESPONSE_CALL_DIRECTLY_NOTATION_ECHEC = 49,\n RESPONSE_CALL_DIRECTLY_ECHEC = 50,\n AVIS_3_WEEKS = 51,\n SATISFACTION = 52,\n UPDATE_YOUR_ACCOUNTING = 53,\n RELANCE_CHECKUP = 54,\n RESPONDER = 55,\n NO_RESPONSE = 56,\n MEMO_RELANCE_ANNOTATION = 57,\n APPROBATION_DIVIDEND = 58,\n APPROBATION_JURIDICAL_DOCUMENTS = 59,\n APPROBATION_ACCOUNTS_DEPOSIT = 60,\n APPROBATION_ACCOUNTS_DEPOSIT_BACK = 61,\n VAT_DECLARATION = 62,\n TAKE_BACK_LETTER = 63,\n ASK_RIB = 67,\n DOCS_RECAP_CA = 68,\n THANKS_FOR_ESTIMATE = 69,\n REMIND_ESTIMATE = 70,\n LAST_REMIND_ESTIMATE = 71,\n EXPIRED_ESTIMATE = 72,\n DOCS_FOR_EXPRESS = 73,\n DOCS_FOR_EXPRESS_RELANCE = 74,\n TICKET_SUPPORT_CONSTATATION = 76,\n TICKET_SUPPORT_RESOLUTION = 77,\n SCHEDULE = 78,\n STOP_WORKING_ACCOUNTANT = 79,\n TERMINATION_FOR_MISSING_DOCUMENTS = 80,\n TERMINATION = 81,\n LAST_RELANCE_CHECK_UP = 82,\n TERMINATION_FOR_NO_CHECK_UP = 83,\n TERMINATION_FOR_LAB_REJECTION = 84,\n TERMINATION_FOR_SATISFIED_OR_REFUNDED = 85,\n DRAWDOWN_ERROR = 86,\n RECOVERY_REFUSED_BY_OLD_EXPERT = 87,\n DRAWDOWN_ERROR_AFTER_TERMINATION = 88,\n REFUND_PRESTA = 89,\n REFUND_AMOUNT = 90,\n PDF_CSV_BA = 91,\n REVIVE_ELEMENTS_FOR_CONSTITUTION = 92,\n REVIVE_TICKET = 93,\n RESOLVE_WAITING_TICKET = 94,\n RELANCE_UNPAIDS = 95,\n LAST_RELANCE_UNPAIDS = 96,\n FIRST_PREVI = 100,\n FIRST_RAPPEL_PREVI = 101,\n SECOND_RAPPEL_PREVI = 102,\n LAST_RAPPEL_PREVI = 103,\n BILAN_PREVI_FOR_CLIENT = 117,\n REPORTING_FIRST_PHONE_RDV = 105,\n REPORTING_EDITING_FIRST_PHONE_RDV = 106,\n REPORTING_PHONE_RDV_SUMMARY_J0 = 107,\n REPORTING_PHONE_RDV_BUG_FIXED_J3 = 108,\n REPORTING_PHONE_RDV_SATISFACTION_J15 = 109,\n REPORTING_PHONE_RDV_SATISFACTION_J30 = 110,\n REPORTING_PHONE_RDV_UNAVAILABLE_1_TIME = 111,\n REPORTING_PHONE_RDV_UNAVAILABLE_2_TIMES = 112,\n REPORTING_PHONE_RDV_UNAVAILABLE_3_TIMES = 113,\n REPORTING_PHONE_RDV_UNAVAILABLE_4_TIMES = 114,\n REPORTING_PHONE_RDV_UNAVAILABLE_5_TIMES = 115,\n REPORTING_PHONE_RDV_UNAVAILABLE_6_TIMES = 116,\n}"]}
|
|
@@ -55,6 +55,7 @@ const contractTypeList = exports.contractTypeList = [{
|
|
|
55
55
|
label: 'Stage',
|
|
56
56
|
value: _Contract.ContractTypeEnum.INTERNSHIP
|
|
57
57
|
}];
|
|
58
|
-
const hiringReasonList = exports.hiringReasonList =
|
|
59
|
-
const studyLevelList = exports.studyLevelList =
|
|
58
|
+
const hiringReasonList = exports.hiringReasonList = [HiringReasonEnum.INCREASE, HiringReasonEnum.REPLACEMENT, HiringReasonEnum.SEASONAL];
|
|
59
|
+
const studyLevelList = exports.studyLevelList = [StudyLevelEnum.BELOW_BAC, StudyLevelEnum.BAC, StudyLevelEnum.BAC_PLUS_ONE, StudyLevelEnum.BAC_PLUS_TWO, StudyLevelEnum.BAC_PLUS_THREE, StudyLevelEnum.BAC_PLUS_FOUR, StudyLevelEnum.BAC_PLUS_FIVE, StudyLevelEnum.BAC_PLUS_SIX, StudyLevelEnum.BAC_PLUS_SEVEN, StudyLevelEnum.ABOVE_BAC_PLUS_SEVEN];
|
|
60
|
+
Object.keys(StudyLevelEnum).map(value => value);
|
|
60
61
|
//# sourceMappingURL=SalariesType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SalariesType.js","mappings":";;;;;;;AAAA;;AAEA,IAAYA,gBAIX,WAJWA,gBAIX,YAJD;;AAAA,WAAYA,gBAAZ,EAA4B;EAC1BA;EACAA;EACAA;AACD,CAJD,EAAYA,gBAAgB,aAAhBA,gBAAgB,GAAhBA,gBAAgB,MAA5B;;AAMA,IAAYC,cAWX,WAXWA,cAWX,YAXD;;AAAA,WAAYA,cAAZ,EAA0B;EACxBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CAXD,EAAYA,cAAc,aAAdA,cAAc,GAAdA,cAAc,MAA1B;;AAiBO,MAAMC,gBAAgB,WAAhBA,gBAAgB,GAAqB,CAChD;EAAEC,KAAK,EAAE,+BAAT;EAA0CC,KAAK,EAAEC,2BAAiBC;AAAlE,CADgD,EAEhD;EAAEH,KAAK,EAAE,mBAAT;EAA8BC,KAAK,EAAEC,2BAAiBE;AAAtD,CAFgD,EAGhD;EAAEJ,KAAK,EAAE,qBAAT;EAAgCC,KAAK,EAAEC,2BAAiBG;AAAxD,CAHgD,EAIhD;EAAEL,KAAK,EAAE,WAAT;EAAsBC,KAAK,EAAEC,2BAAiBI;AAA9C,CAJgD,EAKhD;EAAEN,KAAK,EAAE,uBAAT;EAAkCC,KAAK,EAAEC,2BAAiBK;AAA1D,CALgD,EAMhD;EAAEP,KAAK,EAAE,WAAT;EAAsBC,KAAK,EAAEC,2BAAiBM;AAA9C,CANgD,EAOhD;EAAER,KAAK,EAAE,KAAT;EAAgBC,KAAK,EAAEC,2BAAiBO;AAAxC,CAPgD,EAQhD;EAAET,KAAK,EAAE,OAAT;EAAkBC,KAAK,EAAEC,2BAAiBQ;AAA1C,CARgD,CAA3C;AAWA,MAAMC,gBAAgB,WAAhBA,gBAAgB,
|
|
1
|
+
{"version":3,"file":"SalariesType.js","mappings":";;;;;;;AAAA;;AAEA,IAAYA,gBAIX,WAJWA,gBAIX,YAJD;;AAAA,WAAYA,gBAAZ,EAA4B;EAC1BA;EACAA;EACAA;AACD,CAJD,EAAYA,gBAAgB,aAAhBA,gBAAgB,GAAhBA,gBAAgB,MAA5B;;AAMA,IAAYC,cAWX,WAXWA,cAWX,YAXD;;AAAA,WAAYA,cAAZ,EAA0B;EACxBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CAXD,EAAYA,cAAc,aAAdA,cAAc,GAAdA,cAAc,MAA1B;;AAiBO,MAAMC,gBAAgB,WAAhBA,gBAAgB,GAAqB,CAChD;EAAEC,KAAK,EAAE,+BAAT;EAA0CC,KAAK,EAAEC,2BAAiBC;AAAlE,CADgD,EAEhD;EAAEH,KAAK,EAAE,mBAAT;EAA8BC,KAAK,EAAEC,2BAAiBE;AAAtD,CAFgD,EAGhD;EAAEJ,KAAK,EAAE,qBAAT;EAAgCC,KAAK,EAAEC,2BAAiBG;AAAxD,CAHgD,EAIhD;EAAEL,KAAK,EAAE,WAAT;EAAsBC,KAAK,EAAEC,2BAAiBI;AAA9C,CAJgD,EAKhD;EAAEN,KAAK,EAAE,uBAAT;EAAkCC,KAAK,EAAEC,2BAAiBK;AAA1D,CALgD,EAMhD;EAAEP,KAAK,EAAE,WAAT;EAAsBC,KAAK,EAAEC,2BAAiBM;AAA9C,CANgD,EAOhD;EAAER,KAAK,EAAE,KAAT;EAAgBC,KAAK,EAAEC,2BAAiBO;AAAxC,CAPgD,EAQhD;EAAET,KAAK,EAAE,OAAT;EAAkBC,KAAK,EAAEC,2BAAiBQ;AAA1C,CARgD,CAA3C;AAWA,MAAMC,gBAAgB,WAAhBA,gBAAgB,GAAqB,CAACd,gBAAgB,CAACe,QAAlB,EAA4Bf,gBAAgB,CAACgB,WAA7C,EAA0DhB,gBAAgB,CAACiB,QAA3E,CAA3C;AAEA,MAAMC,cAAc,WAAdA,cAAc,GAAmB,CAC5CjB,cAAc,CAACkB,SAD6B,EAClBlB,cAAc,CAACmB,GADG,EACEnB,cAAc,CAACoB,YADjB,EAE5CpB,cAAc,CAACqB,YAF6B,EAEfrB,cAAc,CAACsB,cAFA,EAEgBtB,cAAc,CAACuB,aAF/B,EAG5CvB,cAAc,CAACwB,aAH6B,EAGdxB,cAAc,CAACyB,YAHD,EAGezB,cAAc,CAAC0B,cAH9B,EAI5C1B,cAAc,CAAC2B,oBAJ6B,CAAvC;AAOPC,MAAM,CAACC,IAAP,CAAY7B,cAAZ,EAA4B8B,GAA5B,CAAiC3B,KAAD,IAAWA,KAA3C","names":["HiringReasonEnum","StudyLevelEnum","contractTypeList","label","value","ContractTypeEnum","TEMPORARY_CONTRACT_ACTIVITY","TEMPORARY_CONTRACT_LEARNING","TEMPORARY_CONTRACT_REPLACMENT","TEMPORARY_CONTRACT_EXTRA","TEMPORARY_CONTRACT_PRO","TEMPORARY_CONTRACT_USAGE","PERMANENT_CONTRACT","INTERNSHIP","hiringReasonList","INCREASE","REPLACEMENT","SEASONAL","studyLevelList","BELOW_BAC","BAC","BAC_PLUS_ONE","BAC_PLUS_TWO","BAC_PLUS_THREE","BAC_PLUS_FOUR","BAC_PLUS_FIVE","BAC_PLUS_SIX","BAC_PLUS_SEVEN","ABOVE_BAC_PLUS_SEVEN","Object","keys","map"],"sourceRoot":"","sources":["../../../ts/types/Enum/SalariesType.ts"],"sourcesContent":["import { ContractTypeEnum } from './Contract';\n\nexport enum HiringReasonEnum {\n INCREASE = 'Accroissement',\n REPLACEMENT = 'Remplacement',\n SEASONAL = 'Saisonnier',\n}\n\nexport enum StudyLevelEnum {\n BELOW_BAC = 'En dessous de BAC',\n BAC = 'BAC',\n BAC_PLUS_ONE = 'BAC +1',\n BAC_PLUS_TWO = 'BAC +2',\n BAC_PLUS_THREE = 'BAC +3',\n BAC_PLUS_FOUR = 'BAC +4',\n BAC_PLUS_FIVE = 'BAC +5',\n BAC_PLUS_SIX = 'BAC +6',\n BAC_PLUS_SEVEN = 'BAC +7',\n ABOVE_BAC_PLUS_SEVEN = 'Au dessus de BAC + 7',\n}\n\nexport type ContractTypeList = { label: string, value: ContractTypeEnum }[];\nexport type HiringReasonList = Array<HiringReasonEnum>;\nexport type StudyLevelList = Array<StudyLevelEnum>;\n\nexport const contractTypeList: ContractTypeList = [\n { label: 'CDD accroissement d\\'activité', value: ContractTypeEnum.TEMPORARY_CONTRACT_ACTIVITY },\n { label: 'CDD apprentissage', value: ContractTypeEnum.TEMPORARY_CONTRACT_LEARNING },\n { label: 'CDD de remplacement', value: ContractTypeEnum.TEMPORARY_CONTRACT_REPLACMENT },\n { label: 'CDD extra', value: ContractTypeEnum.TEMPORARY_CONTRACT_EXTRA },\n { label: 'CDD professionnaliste', value: ContractTypeEnum.TEMPORARY_CONTRACT_PRO },\n { label: 'CDD usage', value: ContractTypeEnum.TEMPORARY_CONTRACT_USAGE },\n { label: 'CDI', value: ContractTypeEnum.PERMANENT_CONTRACT },\n { label: 'Stage', value: ContractTypeEnum.INTERNSHIP },\n];\n\nexport const hiringReasonList: HiringReasonList = [HiringReasonEnum.INCREASE, HiringReasonEnum.REPLACEMENT, HiringReasonEnum.SEASONAL];\n\nexport const studyLevelList: StudyLevelList = [\n StudyLevelEnum.BELOW_BAC, StudyLevelEnum.BAC, StudyLevelEnum.BAC_PLUS_ONE,\n StudyLevelEnum.BAC_PLUS_TWO, StudyLevelEnum.BAC_PLUS_THREE, StudyLevelEnum.BAC_PLUS_FOUR,\n StudyLevelEnum.BAC_PLUS_FIVE, StudyLevelEnum.BAC_PLUS_SIX, StudyLevelEnum.BAC_PLUS_SEVEN,\n StudyLevelEnum.ABOVE_BAC_PLUS_SEVEN,\n];\n\nObject.keys(StudyLevelEnum).map((value) => value as StudyLevelEnum);\n"]}
|
|
@@ -9,5 +9,6 @@ var TypeBankConnection = exports.TypeBankConnection = undefined;
|
|
|
9
9
|
TypeBankConnection["BUDGET_CONNECTION"] = "Budget";
|
|
10
10
|
TypeBankConnection["QONTO_CONNECTION"] = "Qonto";
|
|
11
11
|
TypeBankConnection["SHINE_CONNECTION"] = "Shine";
|
|
12
|
+
TypeBankConnection["JEDECLARE"] = "JeDeclare";
|
|
12
13
|
})(TypeBankConnection || (exports.TypeBankConnection = TypeBankConnection = {}));
|
|
13
14
|
//# sourceMappingURL=TypeBankConnection.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TypeBankConnection.js","mappings":";;;;;AAAA,IAAYA,
|
|
1
|
+
{"version":3,"file":"TypeBankConnection.js","mappings":";;;;;AAAA,IAAYA,kBAKX,WALWA,kBAKX,YALD;;AAAA,WAAYA,kBAAZ,EAA8B;EAC5BA;EACAA;EACAA;EACAA;AACD,CALD,EAAYA,kBAAkB,aAAlBA,kBAAkB,GAAlBA,kBAAkB,MAA9B","names":["TypeBankConnection"],"sourceRoot":"","sources":["../../../ts/types/Enum/TypeBankConnection.ts"],"sourcesContent":["export enum TypeBankConnection {\n BUDGET_CONNECTION = 'Budget',\n QONTO_CONNECTION = 'Qonto',\n SHINE_CONNECTION = 'Shine',\n JEDECLARE = 'JeDeclare',\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAGM,MAAOA,UAAP,CAAiB;;QAAVA,U,GAAAA,U;;AAGXC,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,4BAAOC,iCAAP,CACD","names":["QueryHooks","__decorate","BudgetInsightEvent"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/budgetInsight/Query.ts"],"sourcesContent":["import { IsEnum, IsString } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { BudgetInsightEvent } from '../../../Enum/BudgetInsight';\nimport { ConnectionState } from './Read';\n\nexport class QueryHooks {\n @ApiProperty()\n @IsString()\n token: string;\n\n @ApiProperty()\n @IsEnum(BudgetInsightEvent)\n event: BudgetInsightEvent;\n}\n\ntype BudgetCurrency = {\n id: string; // Currency code (ISO 4217).\n name: string; // Display name of the currency.\n symbol: string; // Display symbol of the currency.\n precision: number; // number precision of the currency.\n prefix: boolean;\n crypto: boolean;\n};\n\ntype BudgetInsightAccountTypeName =\n 'article83' | // Article 83\n 'capitalisation' | // Capitalization contract\n 'card' | // Card\n 'checking' | // Checking account\n 'crowdlending' | // Crowdlending\n 'deposit' | // Deposit account\n 'joint' | // Joint account\n 'lifeinsurance' | // Life insurance account\n 'loan' | // Loan\n 'madelin' | // Madelin retirement contract\n 'market' | // Market account\n 'pea' | // Shared savings plan (Plan d'Epargne en Actions)\n 'pee' | // Company savings plan (Plan d'Epargne Entreprise)\n 'per' | // Retirement savings plan (Plan d'Epargne Retraite)\n 'perco' | // Group retirement savings plan (Plan d'Epargne pour la Retraite Collectif)\n 'perp' | // Popular retirement savings plan (Plan d'Epargne Retraite Populaire)\n 'real_estate' | // Real estate placement\n 'rsp' | // Special profit-sharing reserve (Réserve Spéciale de Participation)\n 'savings' | // Savings account\n 'unknown'; // Unknown account type\n\ntype BudgetInsightTransactionType =\n 'transfer' | // Transfer\n 'order' | // Order\n 'check' | // Check\n 'deposit' | // Deposit\n 'payback' | // Payback\n 'withdrawal' | // Withdrawal\n 'loan_payment' | // Loan payment\n 'bank' | // Bank fees\n 'card' | // Card operation\n 'deferred_card' | // Deferred card operation\n 'summary_card' | // Mensual debit of a deferred card\n 'unknown'; // Unknown transaction type\n\ntype BudgetInsightBankAccountUsage =\n'PRIV' |// Private account.\n'ORGA' |// Professional account.\n'ASSO'; // Association account.\n\ntype BudgetInsightBankAccountOwnerShip =\n 'owner' | // Account holder.\n 'co-owner' | // Holder on a joint account.\n 'attorney'; // Account authorized agent.\n\ntype BudgetInsightLoan = {\n total_amount: number | null; // Total amount of the loan.\n available_amount: number | null; // Amount of the loan not yet released and still available.\n used_amount: number | null; // Amount of the load already used.\n subscription_date: Date | null; // Subscription date of the loan.\n maturity_date: Date | null; // Estimated end date of the loan.\n next_payment_amount: number | null; // Amount of the next payment.\n next_payment_date: Date | null; // Date of the next payment.\n rate: number | null; // Rate of the loan.\n nb_payments_left: number | null; // Number of payments still due.\n nb_payments_done: number | null; // Number of payments done.\n nb_payments_total: number | null; // Total number of payments.\n last_payment_amount: Date | null; // Amount of the last payment.\n last_payment_date: Date | null; // Date of the last payment.\n account_label: string | null; // Name of the debited account.\n insurance_label: string | null; // Label of the insurance.\n duration: number | null; // Duration of the loan, in months.\n type: string | null; // Type of the loan (mortgage, consumercredit or revolvingcredit).\n};\n\nexport type BudgetInsightTransaction = {\n id: number; // ID of the transaction.\n id_account: number; // ID of the related account.\n application_date: Date | null; // Date considered by PFM services. This date can be edited.\n date: Date; // Date when the transaction is posted to the account.\n datetime: Date | null; // Date and time when the transaction is posted to the account, if available, in UTC.\n vdate: Date | null; // Value date of the transaction. In most cases, equivalent to date.\n vdatetime: Date | null; // Value date and time of the transaction, if available, in UTC. In most cases, equivalent to datetime.\n rdate: Date; // Date when the transaction order has been given.\n rdatetime: Date | null; // Date and time when the transaction order has been given, if available, in UTC.\n bdate: Date | null; // Date displayed by the bank for the transaction.\n bdatetime: number | null; // Date and time displayed by the bank for the transaction, if available, in UTC.\n value: number | null; // Value of the transaction.\n gross_value: number | null; // Gross value of the transaction.\n type: BudgetInsightTransactionType; // Type of transaction.\n original_wording: string; // Full label of the transaction, as seen on the bank.\n simplified_wording: string; // Simplified label of the transaction.\n wording:string | null; // Label of the transaction, can be edited.\n id_category: number | null; // ID of the related category.\n date_scraped: Date; // Date and time when the transaction was seen.\n coming: boolean; // If true, this transaction has not yet been posted to the account.\n active: boolean; // If false, PFM services will ignore this transaction.\n id_cluster: number | null; // If the transaction is part of a cluster.\n comment:string | null; // User comment.\n last_update: Date | null; // Last update of the transaction.\n deleted: number | null; // If set, this transaction has been removed from the bank.\n original_value: number | null; // Value in the original currency.\n original_gross_value: number | null; // Gross value in the original currency.\n original_currency: BudgetCurrency | null; // Original currency.\n commission: number | null; // Commission taken on the transaction.\n commission_currency: BudgetCurrency | null; // Commission currency.\n country:string | null; // Original country.\n card:string | null; // Card number associated with the transaction.\n};\n\nexport type BudgetInsightAccountSyncedQuery = {\n id: number; // ID of the bank account.\n id_connection: number | null; // ID of the related connection.\n id_user: number | null; // ID of the related user.\n id_source: number | null; // ID of the related connection source.\n id_parent: number | null; // ID of the parent account.\n number: string | null; // Account number.\n original_name: string; // Original name of the account, as seen on the bank.\n balance: number | null; // Balance of the account.\n coming: number | null; // Amount of coming operations not yet debited.\n display: boolean; // Whether the bank account should be presented.\n last_update: Date | null; // Last successful update of the account.\n deleted: Date | null; // If set, this account is not found on the website anymore.\n disabled: Date | null; // If set, this account has been disabled by user and will not be synchronized anymore.\n iban: string | null; // Account IBAN.\n currency: BudgetCurrency | null; // Account currency.\n type: BudgetInsightAccountTypeName; // Technical code of the account type.\n id_type: number; // ID of the account type.\n bookmarked: number; // This account has been bookmarked by user.\n name: string; // The name of the account.\n error: string | null; // If the last update has failed, the error code.\n usage: BudgetInsightBankAccountUsage; // Account usage. If not overridden, the value of original_usage is returned.\n ownership: BudgetInsightBankAccountOwnerShip | null; // Relationship between the credentials owner and the account.\n company_name: string | null; // Name of the company holding the employee savings of the account.\n loan: BudgetInsightLoan | null; // For loan accounts, the loan details.\n transactions: BudgetInsightTransaction[];\n};\n\ntype BudgetInsightUser = {\n id: number;\n signin: Date;\n platform: string;\n};\n\ntype BudgetInsightConnection = {\n id: number; // ID of the connection.\n id_user: number | null; // ID of the related user.\n id_connector: number; // ID of the related connector.\n state: ConnectionState | null; // If the last update failed, the state code. The null value indicates a successful sync.\n error: ConnectionState | null; // (Deprecated) If the last update failed, the state code. The null value indicates a successful sync.\n error_message: string | null; // If the last update failed, an optional message from the connector to guide the user into recovering from the error.\n fields: string[]; // of ConnectorField objects For connections in an error state, an optional list of connector fields that must be prompted to the end-user.\n last_update: Date | null; // Last successful update.\n created: Date | null; // Creation date of the connection.\n active: boolean; // Whether this connection is active and will be automatically synced.\n last_push: Date | null; // Last successful push.\n expire: Date | null; // Highest value among expiration dates of connection sources.\n connector_uuid: string; // UUID of the related connector.\n next_try: Date | null; // Scheduled date of next synchronization.\n};\n\nexport type BudgetInsightConnectionSyncedQuery = {\n user: BudgetInsightUser;\n connection: BudgetInsightConnection & { connector: any; sources: any; accounts: any; };\n};"]}
|
|
1
|
+
{"version":3,"file":"Query.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAGM,MAAOA,UAAP,CAAiB;;QAAVA,U,GAAAA,U;;AAGXC,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,4BAAOC,iCAAP,CACD","names":["QueryHooks","__decorate","BudgetInsightEvent"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/budgetInsight/Query.ts"],"sourcesContent":["import { IsEnum, IsString } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { BudgetInsightEvent } from '../../../Enum/BudgetInsight';\nimport { ConnectionState } from './Read';\n\nexport class QueryHooks {\n @ApiProperty()\n @IsString()\n token: string;\n\n @ApiProperty()\n @IsEnum(BudgetInsightEvent)\n event: BudgetInsightEvent;\n}\n\ntype BudgetCurrency = {\n id: string; // Currency code (ISO 4217).\n name: string; // Display name of the currency.\n symbol: string; // Display symbol of the currency.\n precision: number; // number precision of the currency.\n prefix: boolean;\n crypto: boolean;\n};\n\ntype BudgetInsightAccountTypeName =\n 'article83' | // Article 83\n 'capitalisation' | // Capitalization contract\n 'card' | // Card\n 'checking' | // Checking account\n 'crowdlending' | // Crowdlending\n 'deposit' | // Deposit account\n 'joint' | // Joint account\n 'lifeinsurance' | // Life insurance account\n 'loan' | // Loan\n 'madelin' | // Madelin retirement contract\n 'market' | // Market account\n 'pea' | // Shared savings plan (Plan d'Epargne en Actions)\n 'pee' | // Company savings plan (Plan d'Epargne Entreprise)\n 'per' | // Retirement savings plan (Plan d'Epargne Retraite)\n 'perco' | // Group retirement savings plan (Plan d'Epargne pour la Retraite Collectif)\n 'perp' | // Popular retirement savings plan (Plan d'Epargne Retraite Populaire)\n 'real_estate' | // Real estate placement\n 'rsp' | // Special profit-sharing reserve (Réserve Spéciale de Participation)\n 'savings' | // Savings account\n 'unknown'; // Unknown account type\n\ntype BudgetInsightTransactionType =\n 'transfer' | // Transfer\n 'order' | // Order\n 'check' | // Check\n 'deposit' | // Deposit\n 'payback' | // Payback\n 'withdrawal' | // Withdrawal\n 'loan_payment' | // Loan payment\n 'bank' | // Bank fees\n 'card' | // Card operation\n 'deferred_card' | // Deferred card operation\n 'summary_card' | // Mensual debit of a deferred card\n 'unknown'; // Unknown transaction type\n\ntype BudgetInsightBankAccountUsage =\n'PRIV' |// Private account.\n'ORGA' |// Professional account.\n'ASSO'; // Association account.\n\ntype BudgetInsightBankAccountOwnerShip =\n 'owner' | // Account holder.\n 'co-owner' | // Holder on a joint account.\n 'attorney'; // Account authorized agent.\n\ntype BudgetInsightLoan = {\n total_amount: number | null; // Total amount of the loan.\n available_amount: number | null; // Amount of the loan not yet released and still available.\n used_amount: number | null; // Amount of the load already used.\n subscription_date: Date | null; // Subscription date of the loan.\n maturity_date: Date | null; // Estimated end date of the loan.\n next_payment_amount: number | null; // Amount of the next payment.\n next_payment_date: Date | null; // Date of the next payment.\n rate: number | null; // Rate of the loan.\n nb_payments_left: number | null; // Number of payments still due.\n nb_payments_done: number | null; // Number of payments done.\n nb_payments_total: number | null; // Total number of payments.\n last_payment_amount: Date | null; // Amount of the last payment.\n last_payment_date: Date | null; // Date of the last payment.\n account_label: string | null; // Name of the debited account.\n insurance_label: string | null; // Label of the insurance.\n duration: number | null; // Duration of the loan, in months.\n type: string | null; // Type of the loan (mortgage, consumercredit or revolvingcredit).\n};\n\nexport type BudgetInsightTransaction = {\n id: number; // ID of the transaction.\n id_account: number; // ID of the related account.\n application_date: Date | null; // Date considered by PFM services. This date can be edited.\n date: Date; // Date when the transaction is posted to the account.\n datetime: Date | null; // Date and time when the transaction is posted to the account, if available, in UTC.\n vdate: Date | null; // Value date of the transaction. In most cases, equivalent to date.\n vdatetime: Date | null; // Value date and time of the transaction, if available, in UTC. In most cases, equivalent to datetime.\n rdate: Date; // Date when the transaction order has been given.\n rdatetime: Date | null; // Date and time when the transaction order has been given, if available, in UTC.\n bdate: Date | null; // Date displayed by the bank for the transaction.\n bdatetime: number | null; // Date and time displayed by the bank for the transaction, if available, in UTC.\n value: number | null; // Value of the transaction.\n gross_value: number | null; // Gross value of the transaction.\n type: BudgetInsightTransactionType; // Type of transaction.\n original_wording: string; // Full label of the transaction, as seen on the bank.\n simplified_wording: string; // Simplified label of the transaction.\n wording:string | null; // Label of the transaction, can be edited.\n id_category: number | null; // ID of the related category.\n date_scraped: Date; // Date and time when the transaction was seen.\n coming: boolean; // If true, this transaction has not yet been posted to the account.\n active: boolean; // If false, PFM services will ignore this transaction.\n id_cluster: number | null; // If the transaction is part of a cluster.\n comment:string | null; // User comment.\n last_update: Date | null; // Last update of the transaction.\n deleted: number | null; // If set, this transaction has been removed from the bank.\n original_value: number | null; // Value in the original currency.\n original_gross_value: number | null; // Gross value in the original currency.\n original_currency: BudgetCurrency | null; // Original currency.\n commission: number | null; // Commission taken on the transaction.\n commission_currency: BudgetCurrency | null; // Commission currency.\n country:string | null; // Original country.\n card:string | null; // Card number associated with the transaction.\n};\n\nexport type BudgetInsightAccountSyncedQuery = {\n id: number; // ID of the bank account.\n id_connection: number | null; // ID of the related connection.\n id_user: number | null; // ID of the related user.\n id_source: number | null; // ID of the related connection source.\n id_parent: number | null; // ID of the parent account.\n number: string | null; // Account number.\n original_name: string; // Original name of the account, as seen on the bank.\n balance: number | null; // Balance of the account.\n coming: number | null; // Amount of coming operations not yet debited.\n display: boolean; // Whether the bank account should be presented.\n last_update: Date | null; // Last successful update of the account.\n deleted: Date | null; // If set, this account is not found on the website anymore.\n disabled: Date | null; // If set, this account has been disabled by user and will not be synchronized anymore.\n iban: string | null; // Account IBAN.\n currency: BudgetCurrency | null; // Account currency.\n type: BudgetInsightAccountTypeName; // Technical code of the account type.\n id_type: number; // ID of the account type.\n bookmarked: number; // This account has been bookmarked by user.\n name: string; // The name of the account.\n error: string | null; // If the last update has failed, the error code.\n usage: BudgetInsightBankAccountUsage; // Account usage. If not overridden, the value of original_usage is returned.\n ownership: BudgetInsightBankAccountOwnerShip | null; // Relationship between the credentials owner and the account.\n company_name: string | null; // Name of the company holding the employee savings of the account.\n loan: BudgetInsightLoan | null; // For loan accounts, the loan details.\n transactions: BudgetInsightTransaction[];\n};\n\ntype BudgetInsightUser = {\n id: number;\n signin: Date;\n platform: string;\n};\n\ntype BudgetInsightConnection = {\n id: number; // ID of the connection.\n id_user: number | null; // ID of the related user.\n id_connector: number; // ID of the related connector.\n state: ConnectionState | null; // If the last update failed, the state code. The null value indicates a successful sync.\n error: ConnectionState | null; // (Deprecated) If the last update failed, the state code. The null value indicates a successful sync.\n error_message: string | null; // If the last update failed, an optional message from the connector to guide the user into recovering from the error.\n fields: string[]; // of ConnectorField objects For connections in an error state, an optional list of connector fields that must be prompted to the end-user.\n last_update: Date | null; // Last successful update.\n created: Date | null; // Creation date of the connection.\n active: boolean; // Whether this connection is active and will be automatically synced.\n last_push: Date | null; // Last successful push.\n expire: Date | null; // Highest value among expiration dates of connection sources.\n connector_uuid: string; // UUID of the related connector.\n next_try: Date | null; // Scheduled date of next synchronization.\n};\n\nexport type BudgetInsightConnectionSyncedQuery = {\n user: BudgetInsightUser;\n connection: BudgetInsightConnection & { connector: any; sources: any; accounts: any; };\n};\n\nexport type BudgetEditBankAccount = {\n display?: boolean;// Whether the bank account should be deisplayed and included in aggregated metrics.\n name?: string; // Display name of the account.\n disabled?: boolean; // Whether the bank account should be synchronized.\n bookmarked?: boolean; // Whether the bank account is bookmarked.\n usage?:BudgetInsightBankAccountUsage // Account usage.\n};"]}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.createCalendarEvent = undefined;
|
|
7
|
+
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
class createCalendarEvent {}
|
|
23
|
+
|
|
24
|
+
exports.createCalendarEvent = createCalendarEvent;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], createCalendarEvent.prototype, "title", void 0);
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Date)], createCalendarEvent.prototype, "dateStart", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Date)], createCalendarEvent.prototype, "dateEnd", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], createCalendarEvent.prototype, "comment", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], createCalendarEvent.prototype, "idRoom", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], createCalendarEvent.prototype, "createdBy", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], createCalendarEvent.prototype, "idColor", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], createCalendarEvent.prototype, "idSociety", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], createCalendarEvent.prototype, "idExercice", void 0);
|
|
43
|
+
|
|
44
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], createCalendarEvent.prototype, "idType", void 0);
|
|
45
|
+
|
|
46
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], createCalendarEvent.prototype, "typeComptable", void 0);
|
|
47
|
+
|
|
48
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Boolean)], createCalendarEvent.prototype, "isDone", void 0);
|
|
49
|
+
|
|
50
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], createCalendarEvent.prototype, "callState", void 0);
|
|
51
|
+
|
|
52
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], createCalendarEvent.prototype, "idRecurrence", void 0);
|
|
53
|
+
|
|
54
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], createCalendarEvent.prototype, "idPlace", void 0);
|
|
55
|
+
//# sourceMappingURL=createCalendarEvent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createCalendarEvent.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD,4BAAWC,KAAX;;AAGAD,YADC,yBACD,4BAASC,KAAT;;AAGAD,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD","names":["createCalendarEvent","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/createCalendarEvent.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class createCalendarEvent {\n @ApiProperty()\n title: string;\n\n @ApiProperty()\n dateStart: Date;\n\n @ApiProperty()\n dateEnd: Date;\n\n @ApiProperty()\n comment: string;\n\n @ApiPropertyOptional()\n idRoom?: number;\n\n @ApiProperty()\n createdBy: number;\n\n @ApiPropertyOptional()\n idColor?: number;\n\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idType?: number;\n\n @ApiPropertyOptional()\n typeComptable?: number;\n\n @ApiProperty()\n isDone: boolean;\n\n @ApiPropertyOptional()\n callState?: number;\n\n @ApiPropertyOptional()\n idRecurrence?: number;\n\n @ApiPropertyOptional()\n idPlace?: number;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateOrCreateWorkingSchedule.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IBusinessLineUser.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"INafCode.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
package/js/types/index.js
CHANGED
|
@@ -3640,6 +3640,18 @@ Object.keys(_IDefaultPromotion).forEach(function (key) {
|
|
|
3640
3640
|
});
|
|
3641
3641
|
});
|
|
3642
3642
|
|
|
3643
|
+
var _INafCode = require("./Interface/models/INafCode");
|
|
3644
|
+
|
|
3645
|
+
Object.keys(_INafCode).forEach(function (key) {
|
|
3646
|
+
if (key === "default" || key === "__esModule") return;
|
|
3647
|
+
Object.defineProperty(exports, key, {
|
|
3648
|
+
enumerable: true,
|
|
3649
|
+
get: function () {
|
|
3650
|
+
return _INafCode[key];
|
|
3651
|
+
}
|
|
3652
|
+
});
|
|
3653
|
+
});
|
|
3654
|
+
|
|
3643
3655
|
var _FormAuthenticate = require("./Form/FormAuthenticate");
|
|
3644
3656
|
|
|
3645
3657
|
Object.keys(_FormAuthenticate).forEach(function (key) {
|
|
@@ -3772,6 +3784,18 @@ Object.keys(_RoleDetail).forEach(function (key) {
|
|
|
3772
3784
|
});
|
|
3773
3785
|
});
|
|
3774
3786
|
|
|
3787
|
+
var _MailAuto = require("./Enum/MailAuto");
|
|
3788
|
+
|
|
3789
|
+
Object.keys(_MailAuto).forEach(function (key) {
|
|
3790
|
+
if (key === "default" || key === "__esModule") return;
|
|
3791
|
+
Object.defineProperty(exports, key, {
|
|
3792
|
+
enumerable: true,
|
|
3793
|
+
get: function () {
|
|
3794
|
+
return _MailAuto[key];
|
|
3795
|
+
}
|
|
3796
|
+
});
|
|
3797
|
+
});
|
|
3798
|
+
|
|
3775
3799
|
var _Simulation = require("./Enum/Simulation");
|
|
3776
3800
|
|
|
3777
3801
|
Object.keys(_Simulation).forEach(function (key) {
|
|
@@ -6376,6 +6400,18 @@ Object.keys(_QueryUpdateEmployee).forEach(function (key) {
|
|
|
6376
6400
|
});
|
|
6377
6401
|
});
|
|
6378
6402
|
|
|
6403
|
+
var _UpdateOrCreateWorkingSchedule = require("./Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule");
|
|
6404
|
+
|
|
6405
|
+
Object.keys(_UpdateOrCreateWorkingSchedule).forEach(function (key) {
|
|
6406
|
+
if (key === "default" || key === "__esModule") return;
|
|
6407
|
+
Object.defineProperty(exports, key, {
|
|
6408
|
+
enumerable: true,
|
|
6409
|
+
get: function () {
|
|
6410
|
+
return _UpdateOrCreateWorkingSchedule[key];
|
|
6411
|
+
}
|
|
6412
|
+
});
|
|
6413
|
+
});
|
|
6414
|
+
|
|
6379
6415
|
var _ReadSurvey = require("./Interface/api/survey/ReadSurvey");
|
|
6380
6416
|
|
|
6381
6417
|
Object.keys(_ReadSurvey).forEach(function (key) {
|
|
@@ -8092,6 +8128,18 @@ Object.keys(_QuerySheetMonthSchedule).forEach(function (key) {
|
|
|
8092
8128
|
});
|
|
8093
8129
|
});
|
|
8094
8130
|
|
|
8131
|
+
var _createCalendarEvent = require("./Interface/api/calendarEvent/createCalendarEvent");
|
|
8132
|
+
|
|
8133
|
+
Object.keys(_createCalendarEvent).forEach(function (key) {
|
|
8134
|
+
if (key === "default" || key === "__esModule") return;
|
|
8135
|
+
Object.defineProperty(exports, key, {
|
|
8136
|
+
enumerable: true,
|
|
8137
|
+
get: function () {
|
|
8138
|
+
return _createCalendarEvent[key];
|
|
8139
|
+
}
|
|
8140
|
+
});
|
|
8141
|
+
});
|
|
8142
|
+
|
|
8095
8143
|
var _Util4 = require("./Interface/enum/Util");
|
|
8096
8144
|
|
|
8097
8145
|
Object.keys(_Util4).forEach(function (key) {
|