@silexpert/core 0.4.277 → 0.4.281
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/BudgetInsight.d.ts +0 -7
- package/es/api/resources/BudgetInsight.d.ts.map +1 -1
- package/es/api/resources/BudgetInsight.js +0 -8
- package/es/api/resources/BudgetInsight.js.map +1 -1
- package/es/api/resources/LegalNotice.d.ts +6 -0
- package/es/api/resources/LegalNotice.d.ts.map +1 -0
- package/es/api/resources/LegalNotice.js +7 -0
- package/es/api/resources/LegalNotice.js.map +1 -0
- package/es/api/resources/Loan.js +1 -1
- package/es/api/resources/Loan.js.map +1 -1
- package/es/api/resources/PaymentExpectation.d.ts +6 -0
- package/es/api/resources/PaymentExpectation.d.ts.map +1 -0
- package/es/api/resources/PaymentExpectation.js +7 -0
- package/es/api/resources/PaymentExpectation.js.map +1 -0
- package/es/api/resources/SocietyConfig.d.ts +7 -0
- package/es/api/resources/SocietyConfig.d.ts.map +1 -0
- package/es/api/resources/SocietyConfig.js +10 -0
- package/es/api/resources/SocietyConfig.js.map +1 -0
- package/es/api/resources/Wallet.d.ts +8 -0
- package/es/api/resources/Wallet.d.ts.map +1 -0
- package/es/api/resources/Wallet.js +7 -0
- package/es/api/resources/Wallet.js.map +1 -0
- package/es/api/resources/statistic/Accountant.d.ts +59 -0
- package/es/api/resources/statistic/Accountant.d.ts.map +1 -0
- package/es/api/resources/statistic/Accountant.js +86 -0
- package/es/api/resources/statistic/Accountant.js.map +1 -0
- package/es/api/resources/statistic/Direction.d.ts +11 -0
- package/es/api/resources/statistic/Direction.d.ts.map +1 -0
- package/es/api/resources/statistic/Direction.js +14 -0
- package/es/api/resources/statistic/Direction.js.map +1 -0
- package/es/api/resources/statistic/ExpertAccountant.d.ts +29 -0
- package/es/api/resources/statistic/ExpertAccountant.d.ts.map +1 -0
- package/es/api/resources/statistic/ExpertAccountant.js +41 -0
- package/es/api/resources/statistic/ExpertAccountant.js.map +1 -0
- package/es/api/resources.d.ts +14 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +14 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/AdditionnalSells.d.ts +7 -0
- package/es/types/Enum/AdditionnalSells.d.ts.map +1 -0
- package/es/types/Enum/AdditionnalSells.js +8 -0
- package/es/types/Enum/AdditionnalSells.js.map +1 -0
- package/es/types/Enum/OperationLegalNotice.d.ts +4 -0
- package/es/types/Enum/OperationLegalNotice.d.ts.map +1 -0
- package/es/types/Enum/OperationLegalNotice.js +5 -0
- package/es/types/Enum/OperationLegalNotice.js.map +1 -0
- package/es/types/Enum/OrderStatus.d.ts +6 -0
- package/es/types/Enum/OrderStatus.d.ts.map +1 -0
- package/es/types/Enum/OrderStatus.js +7 -0
- package/es/types/Enum/OrderStatus.js.map +1 -0
- package/es/types/Enum/{Prestation.d.ts → PrestationType.d.ts} +4 -3
- package/es/types/Enum/PrestationType.d.ts.map +1 -0
- package/es/types/Enum/PrestationType.js +17 -0
- package/es/types/Enum/PrestationType.js.map +1 -0
- package/es/types/Enum/Reason.d.ts +4 -0
- package/es/types/Enum/Reason.d.ts.map +1 -0
- package/es/types/Enum/Reason.js +5 -0
- package/es/types/Enum/Reason.js.map +1 -0
- package/es/types/Enum/StatisticType.d.ts +16 -0
- package/es/types/Enum/StatisticType.d.ts.map +1 -0
- package/es/types/Enum/StatisticType.js +17 -0
- package/es/types/Enum/StatisticType.js.map +1 -0
- package/es/types/Enum/Vat.d.ts +17 -0
- package/es/types/Enum/Vat.d.ts.map +1 -1
- package/es/types/Enum/Vat.js +18 -0
- package/es/types/Enum/Vat.js.map +1 -1
- package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts +5 -0
- package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts.map +1 -0
- package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js +25 -0
- package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
- package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts +7 -0
- package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts.map +1 -0
- package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +3 -0
- package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
- package/es/types/Interface/api/prestation/CreatePrestation.d.ts +6 -0
- package/es/types/Interface/api/prestation/CreatePrestation.d.ts.map +1 -0
- package/es/types/Interface/api/prestation/CreatePrestation.js +29 -0
- package/es/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
- package/es/types/Interface/api/societyConfig/update.d.ts +21 -0
- package/es/types/Interface/api/societyConfig/update.d.ts.map +1 -0
- package/es/types/Interface/api/societyConfig/update.js +131 -0
- package/es/types/Interface/api/societyConfig/update.js.map +1 -0
- package/es/types/Interface/api/statistic/ExitRequest.d.ts +107 -0
- package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/ExitRequest.js +2 -0
- package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryAccountant.d.ts +6 -0
- package/es/types/Interface/api/statistic/QueryAccountant.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryAccountant.js +31 -0
- package/es/types/Interface/api/statistic/QueryAccountant.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryDirection.d.ts +6 -0
- package/es/types/Interface/api/statistic/QueryDirection.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryDirection.js +31 -0
- package/es/types/Interface/api/statistic/QueryDirection.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryExpertAccountant.d.ts +6 -0
- package/es/types/Interface/api/statistic/QueryExpertAccountant.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryExpertAccountant.js +31 -0
- package/es/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetAccountant.d.ts +5 -0
- package/es/types/Interface/api/statistic/QueryGetAccountant.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetAccountant.js +24 -0
- package/es/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetDirection.d.ts +5 -0
- package/es/types/Interface/api/statistic/QueryGetDirection.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetDirection.js +24 -0
- package/es/types/Interface/api/statistic/QueryGetDirection.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts +5 -0
- package/es/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetExpertAccountant.js +24 -0
- package/es/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -0
- package/es/types/Interface/api/wallet/UpdateAttribution.d.ts +6 -0
- package/es/types/Interface/api/wallet/UpdateAttribution.d.ts.map +1 -0
- package/es/types/Interface/api/wallet/UpdateAttribution.js +34 -0
- package/es/types/Interface/api/wallet/UpdateAttribution.js.map +1 -0
- package/es/types/Interface/models/IAttributionHistory.d.ts +4 -4
- package/es/types/Interface/models/IAttributionHistory.d.ts.map +1 -1
- package/es/types/Interface/models/IAttributionHistory.js.map +1 -1
- package/es/types/Interface/models/ILegalNotice.d.ts +1 -0
- package/es/types/Interface/models/ILegalNotice.d.ts.map +1 -1
- package/es/types/Interface/models/ILegalNotice.js.map +1 -1
- package/es/types/Interface/models/IPaymentExpectation.d.ts +1 -0
- package/es/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
- package/es/types/Interface/models/IPaymentExpectation.js.map +1 -1
- package/es/types/Interface/models/IPrestationComplementary.d.ts +1 -1
- package/es/types/Interface/models/IPrestationComplementary.d.ts.map +1 -1
- package/es/types/Interface/models/IPrestationComplementary.js.map +1 -1
- package/es/types/Interface/models/IStatistic.d.ts +11 -0
- package/es/types/Interface/models/IStatistic.d.ts.map +1 -0
- package/es/types/Interface/models/IStatistic.js +2 -0
- package/es/types/Interface/models/IStatistic.js.map +1 -0
- package/es/types/index.d.ts +19 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +19 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/BudgetInsight.js +0 -10
- package/js/api/resources/BudgetInsight.js.map +1 -1
- package/js/api/resources/LegalNotice.js +18 -0
- package/js/api/resources/LegalNotice.js.map +1 -0
- package/js/api/resources/Loan.js +1 -1
- package/js/api/resources/Loan.js.map +1 -1
- package/js/api/resources/PaymentExpectation.js +20 -0
- package/js/api/resources/PaymentExpectation.js.map +1 -0
- package/js/api/resources/SocietyConfig.js +22 -0
- package/js/api/resources/SocietyConfig.js.map +1 -0
- package/js/api/resources/Wallet.js +18 -0
- package/js/api/resources/Wallet.js.map +1 -0
- package/js/api/resources/statistic/Accountant.js +150 -0
- package/js/api/resources/statistic/Accountant.js.map +1 -0
- package/js/api/resources/statistic/Direction.js +30 -0
- package/js/api/resources/statistic/Direction.js.map +1 -0
- package/js/api/resources/statistic/ExpertAccountant.js +75 -0
- package/js/api/resources/statistic/ExpertAccountant.js.map +1 -0
- package/js/api/resources.js +22 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AdditionnalSells.js +14 -0
- package/js/types/Enum/AdditionnalSells.js.map +1 -0
- package/js/types/Enum/OperationLegalNotice.js +11 -0
- package/js/types/Enum/OperationLegalNotice.js.map +1 -0
- package/js/types/Enum/OrderStatus.js +13 -0
- package/js/types/Enum/OrderStatus.js.map +1 -0
- package/js/types/Enum/PrestationType.js +23 -0
- package/js/types/Enum/PrestationType.js.map +1 -0
- package/js/types/Enum/Reason.js +11 -0
- package/js/types/Enum/Reason.js.map +1 -0
- package/js/types/Enum/StatisticType.js +23 -0
- package/js/types/Enum/StatisticType.js.map +1 -0
- package/js/types/Enum/Vat.js +19 -0
- package/js/types/Enum/Vat.js.map +1 -1
- package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js +31 -0
- package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
- package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +10 -0
- package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
- package/js/types/Interface/api/prestation/CreatePrestation.js +33 -0
- package/js/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
- package/js/types/Interface/api/societyConfig/update.js +65 -0
- package/js/types/Interface/api/societyConfig/update.js.map +1 -0
- package/js/types/Interface/api/statistic/ExitRequest.js +6 -0
- package/js/types/Interface/api/statistic/ExitRequest.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryAccountant.js +35 -0
- package/js/types/Interface/api/statistic/QueryAccountant.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryDirection.js +35 -0
- package/js/types/Interface/api/statistic/QueryDirection.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryExpertAccountant.js +35 -0
- package/js/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryGetAccountant.js +31 -0
- package/js/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryGetDirection.js +31 -0
- package/js/types/Interface/api/statistic/QueryGetDirection.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryGetExpertAccountant.js +31 -0
- package/js/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -0
- package/js/types/Interface/api/wallet/UpdateAttribution.js +35 -0
- package/js/types/Interface/api/wallet/UpdateAttribution.js.map +1 -0
- package/js/types/Interface/models/IStatistic.js +6 -0
- package/js/types/Interface/models/IStatistic.js.map +1 -0
- package/js/types/index.js +219 -3
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/BudgetInsight.ts +0 -13
- package/ts/api/resources/LegalNotice.ts +8 -0
- package/ts/api/resources/Loan.ts +1 -1
- package/ts/api/resources/PaymentExpectation.ts +8 -0
- package/ts/api/resources/SocietyConfig.ts +12 -0
- package/ts/api/resources/Wallet.ts +8 -0
- package/ts/api/resources/statistic/Accountant.ts +121 -0
- package/ts/api/resources/statistic/Direction.ts +17 -0
- package/ts/api/resources/statistic/ExpertAccountant.ts +56 -0
- package/ts/api/resources.ts +14 -0
- package/ts/types/Enum/AdditionnalSells.ts +6 -0
- package/ts/types/Enum/OperationLegalNotice.ts +3 -0
- package/ts/types/Enum/OrderStatus.ts +5 -0
- package/ts/types/Enum/{Prestation.ts → PrestationType.ts} +2 -1
- package/ts/types/Enum/Reason.ts +3 -0
- package/ts/types/Enum/StatisticType.ts +15 -0
- package/ts/types/Enum/Vat.ts +19 -1
- package/ts/types/Interface/api/legalNotice/UpdateLegalNotice.ts +13 -0
- package/ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts +6 -0
- package/ts/types/Interface/api/prestation/CreatePrestation.ts +16 -0
- package/ts/types/Interface/api/societyConfig/update.ts +103 -0
- package/ts/types/Interface/api/statistic/ExitRequest.ts +119 -0
- package/ts/types/Interface/api/statistic/QueryAccountant.ts +20 -0
- package/ts/types/Interface/api/statistic/QueryDirection.ts +20 -0
- package/ts/types/Interface/api/statistic/QueryExpertAccountant.ts +20 -0
- package/ts/types/Interface/api/statistic/QueryGetAccountant.ts +14 -0
- package/ts/types/Interface/api/statistic/QueryGetDirection.ts +14 -0
- package/ts/types/Interface/api/statistic/QueryGetExpertAccountant.ts +14 -0
- package/ts/types/Interface/api/wallet/UpdateAttribution.ts +23 -0
- package/ts/types/Interface/models/IAttributionHistory.ts +4 -4
- package/ts/types/Interface/models/ILegalNotice.ts +1 -0
- package/ts/types/Interface/models/IPaymentExpectation.ts +1 -0
- package/ts/types/Interface/models/IPrestationComplementary.ts +1 -1
- package/ts/types/Interface/models/IStatistic.ts +13 -0
- package/ts/types/index.ts +19 -1
- package/es/types/Enum/Prestation.d.ts.map +0 -1
- package/es/types/Enum/Prestation.js +0 -16
- package/es/types/Enum/Prestation.js.map +0 -1
- package/js/types/Enum/Prestation.js +0 -22
- package/js/types/Enum/Prestation.js.map +0 -1
package/es/api/resources.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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","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';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { Connection } from './resources/Connection';\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 checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n connection: Connection,\n};"]}
|
|
1
|
+
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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","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';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { Connection } from './resources/Connection';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\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 checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n connection: Connection,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n paymentExpectation: PaymentExpectation,\n};"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdditionnalSells.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/AdditionnalSells.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,sBAAsB,IAAI;IAC1B,QAAQ,IAAI;IACZ,QAAQ,IAAI;IACZ,OAAO,IAAI;CACZ"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export var AcceptationAdmin;
|
|
2
|
+
(function (AcceptationAdmin) {
|
|
3
|
+
AcceptationAdmin[AcceptationAdmin["IN_ACCEPTATION_PROCESS"] = 0] = "IN_ACCEPTATION_PROCESS";
|
|
4
|
+
AcceptationAdmin[AcceptationAdmin["ACCEPTED"] = 1] = "ACCEPTED";
|
|
5
|
+
AcceptationAdmin[AcceptationAdmin["TO_TREAT"] = 2] = "TO_TREAT";
|
|
6
|
+
AcceptationAdmin[AcceptationAdmin["REFUSED"] = 3] = "REFUSED";
|
|
7
|
+
})(AcceptationAdmin || (AcceptationAdmin = {}));
|
|
8
|
+
//# sourceMappingURL=AdditionnalSells.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdditionnalSells.js","sourceRoot":"","sources":["../../../ts/types/Enum/AdditionnalSells.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,2FAA0B,CAAA;IAC1B,+DAAY,CAAA;IACZ,+DAAY,CAAA;IACZ,6DAAW,CAAA;AACb,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B","sourcesContent":["export enum AcceptationAdmin {\n IN_ACCEPTATION_PROCESS = 0,\n ACCEPTED = 1,\n TO_TREAT = 2,\n REFUSED = 3,\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OperationLegalNotice.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/OperationLegalNotice.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB;IAC9B,WAAW,IAAI;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OperationLegalNotice.js","sourceRoot":"","sources":["../../../ts/types/Enum/OperationLegalNotice.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,oBAEX;AAFD,WAAY,oBAAoB;IAC9B,6EAAe,CAAA;AACjB,CAAC,EAFW,oBAAoB,KAApB,oBAAoB,QAE/B","sourcesContent":["export enum OperationLegalNotice {\n LIQUIDATION = 1,\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrderStatus.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/OrderStatus.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,OAAO,IAAI;IACX,IAAI,IAAI;IACR,MAAM,IAAI;CACX"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export var OrderStatus;
|
|
2
|
+
(function (OrderStatus) {
|
|
3
|
+
OrderStatus[OrderStatus["A_FAIRE"] = 0] = "A_FAIRE";
|
|
4
|
+
OrderStatus[OrderStatus["FAIT"] = 1] = "FAIT";
|
|
5
|
+
OrderStatus[OrderStatus["JAMAIS"] = 2] = "JAMAIS";
|
|
6
|
+
})(OrderStatus || (OrderStatus = {}));
|
|
7
|
+
//# sourceMappingURL=OrderStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrderStatus.js","sourceRoot":"","sources":["../../../ts/types/Enum/OrderStatus.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,mDAAW,CAAA;IACX,6CAAQ,CAAA;IACR,iDAAU,CAAA;AACZ,CAAC,EAJW,WAAW,KAAX,WAAW,QAItB","sourcesContent":["export enum OrderStatus {\n A_FAIRE = 0,\n FAIT = 1,\n JAMAIS = 2,\n}"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare enum
|
|
1
|
+
export declare enum PrestationType {
|
|
2
2
|
PREVISIONNEL = 6,
|
|
3
3
|
BILAN_INTERMEDIAIRE = 9,
|
|
4
4
|
TELEDECLARATION = 13,
|
|
@@ -10,6 +10,7 @@ export declare enum Prestation {
|
|
|
10
10
|
COMPTA_MICRO = 185,
|
|
11
11
|
BILAN_PREVISIONNEL = 189,
|
|
12
12
|
DISSOLUTION_LIQUIDATION = 192,
|
|
13
|
-
ABO_STRIPE = 196
|
|
13
|
+
ABO_STRIPE = 196,
|
|
14
|
+
ANNONCE_LEGALE = 209
|
|
14
15
|
}
|
|
15
|
-
//# sourceMappingURL=
|
|
16
|
+
//# sourceMappingURL=PrestationType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrestationType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/PrestationType.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,YAAY,IAAI;IAChB,mBAAmB,IAAI;IACvB,eAAe,KAAK;IACpB,iBAAiB,KAAK;IACtB,eAAe,KAAK;IACpB,sCAAsC,KAAK;IAC3C,yCAAyC,KAAK;IAC9C,4BAA4B,KAAK;IACjC,YAAY,MAAM;IAClB,kBAAkB,MAAM;IACxB,uBAAuB,MAAM;IAC7B,UAAU,MAAM;IAChB,cAAc,MAAM;CACrB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export var PrestationType;
|
|
2
|
+
(function (PrestationType) {
|
|
3
|
+
PrestationType[PrestationType["PREVISIONNEL"] = 6] = "PREVISIONNEL";
|
|
4
|
+
PrestationType[PrestationType["BILAN_INTERMEDIAIRE"] = 9] = "BILAN_INTERMEDIAIRE";
|
|
5
|
+
PrestationType[PrestationType["TELEDECLARATION"] = 13] = "TELEDECLARATION";
|
|
6
|
+
PrestationType[PrestationType["BILAN_LIQUIDATION"] = 22] = "BILAN_LIQUIDATION";
|
|
7
|
+
PrestationType[PrestationType["CESSION_ACTIONS"] = 51] = "CESSION_ACTIONS";
|
|
8
|
+
PrestationType[PrestationType["DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE"] = 61] = "DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE";
|
|
9
|
+
PrestationType[PrestationType["DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE"] = 85] = "DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE";
|
|
10
|
+
PrestationType[PrestationType["ATTESTATION_NON_REMUNERATION"] = 91] = "ATTESTATION_NON_REMUNERATION";
|
|
11
|
+
PrestationType[PrestationType["COMPTA_MICRO"] = 185] = "COMPTA_MICRO";
|
|
12
|
+
PrestationType[PrestationType["BILAN_PREVISIONNEL"] = 189] = "BILAN_PREVISIONNEL";
|
|
13
|
+
PrestationType[PrestationType["DISSOLUTION_LIQUIDATION"] = 192] = "DISSOLUTION_LIQUIDATION";
|
|
14
|
+
PrestationType[PrestationType["ABO_STRIPE"] = 196] = "ABO_STRIPE";
|
|
15
|
+
PrestationType[PrestationType["ANNONCE_LEGALE"] = 209] = "ANNONCE_LEGALE";
|
|
16
|
+
})(PrestationType || (PrestationType = {}));
|
|
17
|
+
//# sourceMappingURL=PrestationType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrestationType.js","sourceRoot":"","sources":["../../../ts/types/Enum/PrestationType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,cAcX;AAdD,WAAY,cAAc;IACxB,mEAAgB,CAAA;IAChB,iFAAuB,CAAA;IACvB,0EAAoB,CAAA;IACpB,8EAAsB,CAAA;IACtB,0EAAoB,CAAA;IACpB,wHAA2C,CAAA;IAC3C,8HAA8C,CAAA;IAC9C,oGAAiC,CAAA;IACjC,qEAAkB,CAAA;IAClB,iFAAwB,CAAA;IACxB,2FAA6B,CAAA;IAC7B,iEAAgB,CAAA;IAChB,yEAAoB,CAAA;AACtB,CAAC,EAdW,cAAc,KAAd,cAAc,QAczB","sourcesContent":["export enum PrestationType {\n PREVISIONNEL = 6, // à remplacer par 189\n BILAN_INTERMEDIAIRE = 9,\n TELEDECLARATION = 13,\n BILAN_LIQUIDATION = 22,\n CESSION_ACTIONS = 51,\n DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE = 61,\n DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE = 85,\n ATTESTATION_NON_REMUNERATION = 91,\n COMPTA_MICRO = 185,\n BILAN_PREVISIONNEL = 189,\n DISSOLUTION_LIQUIDATION = 192,\n ABO_STRIPE = 196,\n ANNONCE_LEGALE = 209,\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Reason.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Reason.ts"],"names":[],"mappings":"AAAA,oBAAY,MAAM;IAChB,cAAc,IAAI;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Reason.js","sourceRoot":"","sources":["../../../ts/types/Enum/Reason.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,MAEX;AAFD,WAAY,MAAM;IAChB,uDAAkB,CAAA;AACpB,CAAC,EAFW,MAAM,KAAN,MAAM,QAEjB","sourcesContent":["export enum Reason {\n ANNONCE_LEGALE = 3,\n}"]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare enum StatisticType {
|
|
2
|
+
DIRECTION = 1,
|
|
3
|
+
EXPERT_ACCOUNTANT_PRODUCTION = 2,
|
|
4
|
+
EXPERT_ACCOUNTANT_CUSTOMER_RELATION = 3,
|
|
5
|
+
EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET = 4,
|
|
6
|
+
EXPERT_ACCOUNTANT_LAB = 5,
|
|
7
|
+
ACCOUNTANT_CUSTOMER_RELATION = 6,
|
|
8
|
+
ACCOUNTANT_WALLET = 7,
|
|
9
|
+
ACCOUNTANT_APPLICATION = 8,
|
|
10
|
+
ACCOUNTANT_PRODUCTION = 9,
|
|
11
|
+
ACCOUNTANT_IS_IR = 10,
|
|
12
|
+
ACCOUNTANT_BALANCE_SHEET = 11,
|
|
13
|
+
ACCOUNTANT_ADDITIONNAL_SELL = 12,
|
|
14
|
+
ACCOUNTANT_VAT = 13
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=StatisticType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StatisticType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/StatisticType.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,SAAS,IAAI;IACb,4BAA4B,IAAI;IAChC,mCAAmC,IAAI;IACvC,0CAA0C,IAAI;IAC9C,qBAAqB,IAAI;IACzB,4BAA4B,IAAI;IAChC,iBAAiB,IAAI;IACrB,sBAAsB,IAAI;IAC1B,qBAAqB,IAAI;IACzB,gBAAgB,KAAK;IACrB,wBAAwB,KAAK;IAC7B,2BAA2B,KAAK;IAChC,cAAc,KAAK;CACpB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export var StatisticType;
|
|
2
|
+
(function (StatisticType) {
|
|
3
|
+
StatisticType[StatisticType["DIRECTION"] = 1] = "DIRECTION";
|
|
4
|
+
StatisticType[StatisticType["EXPERT_ACCOUNTANT_PRODUCTION"] = 2] = "EXPERT_ACCOUNTANT_PRODUCTION";
|
|
5
|
+
StatisticType[StatisticType["EXPERT_ACCOUNTANT_CUSTOMER_RELATION"] = 3] = "EXPERT_ACCOUNTANT_CUSTOMER_RELATION";
|
|
6
|
+
StatisticType[StatisticType["EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET"] = 4] = "EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET";
|
|
7
|
+
StatisticType[StatisticType["EXPERT_ACCOUNTANT_LAB"] = 5] = "EXPERT_ACCOUNTANT_LAB";
|
|
8
|
+
StatisticType[StatisticType["ACCOUNTANT_CUSTOMER_RELATION"] = 6] = "ACCOUNTANT_CUSTOMER_RELATION";
|
|
9
|
+
StatisticType[StatisticType["ACCOUNTANT_WALLET"] = 7] = "ACCOUNTANT_WALLET";
|
|
10
|
+
StatisticType[StatisticType["ACCOUNTANT_APPLICATION"] = 8] = "ACCOUNTANT_APPLICATION";
|
|
11
|
+
StatisticType[StatisticType["ACCOUNTANT_PRODUCTION"] = 9] = "ACCOUNTANT_PRODUCTION";
|
|
12
|
+
StatisticType[StatisticType["ACCOUNTANT_IS_IR"] = 10] = "ACCOUNTANT_IS_IR";
|
|
13
|
+
StatisticType[StatisticType["ACCOUNTANT_BALANCE_SHEET"] = 11] = "ACCOUNTANT_BALANCE_SHEET";
|
|
14
|
+
StatisticType[StatisticType["ACCOUNTANT_ADDITIONNAL_SELL"] = 12] = "ACCOUNTANT_ADDITIONNAL_SELL";
|
|
15
|
+
StatisticType[StatisticType["ACCOUNTANT_VAT"] = 13] = "ACCOUNTANT_VAT";
|
|
16
|
+
})(StatisticType || (StatisticType = {}));
|
|
17
|
+
//# sourceMappingURL=StatisticType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StatisticType.js","sourceRoot":"","sources":["../../../ts/types/Enum/StatisticType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAcX;AAdD,WAAY,aAAa;IACvB,2DAAa,CAAA;IACb,iGAAgC,CAAA;IAChC,+GAAuC,CAAA;IACvC,6HAA8C,CAAA;IAC9C,mFAAyB,CAAA;IACzB,iGAAgC,CAAA;IAChC,2EAAqB,CAAA;IACrB,qFAA0B,CAAA;IAC1B,mFAAyB,CAAA;IACzB,0EAAqB,CAAA;IACrB,0FAA6B,CAAA;IAC7B,gGAAgC,CAAA;IAChC,sEAAmB,CAAA;AACrB,CAAC,EAdW,aAAa,KAAb,aAAa,QAcxB","sourcesContent":["export enum StatisticType {\n DIRECTION = 1,\n EXPERT_ACCOUNTANT_PRODUCTION = 2,\n EXPERT_ACCOUNTANT_CUSTOMER_RELATION = 3,\n EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET = 4,\n EXPERT_ACCOUNTANT_LAB = 5,\n ACCOUNTANT_CUSTOMER_RELATION = 6,\n ACCOUNTANT_WALLET = 7,\n ACCOUNTANT_APPLICATION = 8,\n ACCOUNTANT_PRODUCTION = 9,\n ACCOUNTANT_IS_IR = 10,\n ACCOUNTANT_BALANCE_SHEET = 11,\n ACCOUNTANT_ADDITIONNAL_SELL = 12,\n ACCOUNTANT_VAT = 13,\n}"]}
|
package/es/types/Enum/Vat.d.ts
CHANGED
|
@@ -15,4 +15,21 @@ export interface VatTypeEnum {
|
|
|
15
15
|
[key: string]: VatType;
|
|
16
16
|
}
|
|
17
17
|
export declare const Vat: VatTypeEnum;
|
|
18
|
+
export declare enum VatState {
|
|
19
|
+
WAITING = 0,
|
|
20
|
+
ACCEPTED_SIE = 1,
|
|
21
|
+
SEND_SIE = 2,
|
|
22
|
+
CLIENT_ISSUE = 3,
|
|
23
|
+
DONE_BY_CLIENT = 4,
|
|
24
|
+
NA = 5,
|
|
25
|
+
SEND_TO_CLIENT = 6,
|
|
26
|
+
CLIENT_RELAUNCHED = 7,
|
|
27
|
+
DOING_BACK = 8,
|
|
28
|
+
UNPAYED = 9,
|
|
29
|
+
SIE_ISSUE = 10,
|
|
30
|
+
ACCEPTED_BY_CLIENT = 11,
|
|
31
|
+
REFUSED_BY_CLIENT = 12,
|
|
32
|
+
TO_DO = 13,
|
|
33
|
+
WAITING_CLIENT = 14
|
|
34
|
+
}
|
|
18
35
|
//# sourceMappingURL=Vat.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Vat.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Vat.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,WAAW;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CACvB;AAED,eAAO,MAAM,GAAG,EAAC,WAqQhB,CAAC"}
|
|
1
|
+
{"version":3,"file":"Vat.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Vat.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,WAAW;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CACvB;AAED,eAAO,MAAM,GAAG,EAAC,WAqQhB,CAAC;AAEF,oBAAY,QAAQ;IAClB,OAAO,IAAI;IACX,YAAY,IAAI;IAChB,QAAQ,IAAI;IACZ,YAAY,IAAI;IAChB,cAAc,IAAI;IAClB,EAAE,IAAI;IACN,cAAc,IAAI;IAClB,iBAAiB,IAAI;IACrB,UAAU,IAAI;IACd,OAAO,IAAI;IACX,SAAS,KAAK;IACd,kBAAkB,KAAK;IACvB,iBAAiB,KAAK;IACtB,KAAK,KAAK;IACV,cAAc,KAAK;CACpB"}
|
package/es/types/Enum/Vat.js
CHANGED
|
@@ -260,4 +260,22 @@ export const Vat = {
|
|
|
260
260
|
isVatIntracom: false,
|
|
261
261
|
},
|
|
262
262
|
};
|
|
263
|
+
export var VatState;
|
|
264
|
+
(function (VatState) {
|
|
265
|
+
VatState[VatState["WAITING"] = 0] = "WAITING";
|
|
266
|
+
VatState[VatState["ACCEPTED_SIE"] = 1] = "ACCEPTED_SIE";
|
|
267
|
+
VatState[VatState["SEND_SIE"] = 2] = "SEND_SIE";
|
|
268
|
+
VatState[VatState["CLIENT_ISSUE"] = 3] = "CLIENT_ISSUE";
|
|
269
|
+
VatState[VatState["DONE_BY_CLIENT"] = 4] = "DONE_BY_CLIENT";
|
|
270
|
+
VatState[VatState["NA"] = 5] = "NA";
|
|
271
|
+
VatState[VatState["SEND_TO_CLIENT"] = 6] = "SEND_TO_CLIENT";
|
|
272
|
+
VatState[VatState["CLIENT_RELAUNCHED"] = 7] = "CLIENT_RELAUNCHED";
|
|
273
|
+
VatState[VatState["DOING_BACK"] = 8] = "DOING_BACK";
|
|
274
|
+
VatState[VatState["UNPAYED"] = 9] = "UNPAYED";
|
|
275
|
+
VatState[VatState["SIE_ISSUE"] = 10] = "SIE_ISSUE";
|
|
276
|
+
VatState[VatState["ACCEPTED_BY_CLIENT"] = 11] = "ACCEPTED_BY_CLIENT";
|
|
277
|
+
VatState[VatState["REFUSED_BY_CLIENT"] = 12] = "REFUSED_BY_CLIENT";
|
|
278
|
+
VatState[VatState["TO_DO"] = 13] = "TO_DO";
|
|
279
|
+
VatState[VatState["WAITING_CLIENT"] = 14] = "WAITING_CLIENT";
|
|
280
|
+
})(VatState || (VatState = {}));
|
|
263
281
|
//# sourceMappingURL=Vat.js.map
|
package/es/types/Enum/Vat.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Vat.js","sourceRoot":"","sources":["../../../ts/types/Enum/Vat.ts"],"names":[],"mappings":"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","sourcesContent":["export interface VatType{\n id: number;\n idTva: number;\n value: number;\n displayOrder: number;\n name: string;\n collected: number;\n deductible: number;\n immobilization: number | null;\n roundPercentage: number[];\n isVatImportation: boolean;\n isVatIntracom: boolean;\n}\n\nexport interface VatTypeEnum {\n [key: string]: VatType\n}\n\nexport const Vat:VatTypeEnum = {\n WITHOUT_TAXE: {\n id: 1,\n idTva: 1,\n value: 0,\n displayOrder: 6,\n name: 'Hors-Taxe',\n collected: 212,\n deductible: 221,\n immobilization: 19,\n roundPercentage: [0],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_5_5: {\n id: 2,\n idTva: 2,\n value: 5.5,\n displayOrder: 4,\n name: 'TVA 5.5%',\n collected: 209,\n deductible: 4,\n immobilization: 10,\n roundPercentage: [5, 6],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_10: {\n id: 3,\n idTva: 3,\n value: 10,\n displayOrder: 2,\n name: 'TVA 10%',\n collected: 210,\n deductible: 5,\n immobilization: 11,\n roundPercentage: [10, 11],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_20: {\n id: 4,\n idTva: 4,\n value: 20,\n displayOrder: 1,\n name: 'TVA 20%',\n collected: 211,\n deductible: 6,\n immobilization: 12,\n roundPercentage: [19, 20, 21],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_2_1: {\n id: 6,\n idTva: 6,\n value: 2.1,\n displayOrder: 5,\n name: 'TVA 2.1%',\n collected: 222,\n deductible: 7,\n immobilization: 13,\n roundPercentage: [2, 3],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_8_5: {\n id: 7,\n idTva: 7,\n value: 8.5,\n displayOrder: 3,\n name: 'TVA 8.5%',\n collected: 345,\n deductible: 8,\n immobilization: 15,\n roundPercentage: [8, 9],\n isVatImportation: false,\n isVatIntracom: false,\n },\n MARGE: {\n id: 8,\n idTva: 8,\n value: 0,\n displayOrder: 9,\n name: 'Sur Marge',\n collected: 211,\n deductible: 9,\n immobilization: null,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: false,\n },\n INTRACOM_TX_20: {\n id: 9,\n idTva: 9,\n value: 20,\n displayOrder: 7,\n name: 'TVA intracom 20%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_WITHOUT_TAXE: {\n id: 17,\n idTva: 17,\n value: 0,\n displayOrder: 7,\n name: 'TVA intracom Hors-Taxe',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_TX_5_5: {\n id: 18,\n idTva: 18,\n value: 5.5,\n displayOrder: 7,\n name: 'TVA intracom 5.5%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_TX_10: {\n id: 19,\n idTva: 19,\n value: 10,\n displayOrder: 7,\n name: 'TVA intracom 10%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_TX_2_1: {\n id: 20,\n idTva: 20,\n value: 2.1,\n displayOrder: 7,\n name: 'TVA intracom 2.1%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_TX_8_5: {\n id: 21,\n idTva: 21,\n value: 8.5,\n displayOrder: 7,\n name: 'TVA intracom 8.5%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n IMPORTATION_WITHOUT_TAXE: {\n id: 10,\n idTva: 10,\n value: 0,\n displayOrder: 8,\n name: 'TVA Importation Hors-Taxe',\n collected: 572,\n deductible: 573,\n immobilization: 573,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_5_5: {\n id: 12,\n idTva: 12,\n value: 5.5,\n displayOrder: 8,\n name: 'TVA Importation 5.5%',\n collected: 574,\n deductible: 575,\n immobilization: 575,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_10: {\n id: 13,\n idTva: 13,\n value: 10,\n displayOrder: 8,\n name: 'TVA Importation 10%',\n collected: 576,\n deductible: 577,\n immobilization: 577,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_20: {\n id: 14,\n idTva: 14,\n value: 20,\n displayOrder: 8,\n name: 'TVA Importation 20%',\n collected: 578,\n deductible: 579,\n immobilization: 579,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_2_1: {\n id: 15,\n idTva: 15,\n value: 2.1,\n displayOrder: 8,\n name: 'TVA Importation 2.1%',\n collected: 580,\n deductible: 581,\n immobilization: 581,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_8_5: {\n id: 16,\n idTva: 16,\n value: 8.5,\n displayOrder: 8,\n name: 'TVA Importation 8.5%',\n collected: 582,\n deductible: 583,\n immobilization: 583,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n MANUAL: {\n id: 11,\n idTva: 11,\n value: 0,\n displayOrder: 8,\n name: 'TVA manuelle',\n collected: 0,\n deductible: 0,\n immobilization: null,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: false,\n },\n};"]}
|
|
1
|
+
{"version":3,"file":"Vat.js","sourceRoot":"","sources":["../../../ts/types/Enum/Vat.ts"],"names":[],"mappings":"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","sourcesContent":["export interface VatType{\n id: number;\n idTva: number;\n value: number;\n displayOrder: number;\n name: string;\n collected: number;\n deductible: number;\n immobilization: number | null;\n roundPercentage: number[];\n isVatImportation: boolean;\n isVatIntracom: boolean;\n}\n\nexport interface VatTypeEnum {\n [key: string]: VatType\n}\n\nexport const Vat:VatTypeEnum = {\n WITHOUT_TAXE: {\n id: 1,\n idTva: 1,\n value: 0,\n displayOrder: 6,\n name: 'Hors-Taxe',\n collected: 212,\n deductible: 221,\n immobilization: 19,\n roundPercentage: [0],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_5_5: {\n id: 2,\n idTva: 2,\n value: 5.5,\n displayOrder: 4,\n name: 'TVA 5.5%',\n collected: 209,\n deductible: 4,\n immobilization: 10,\n roundPercentage: [5, 6],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_10: {\n id: 3,\n idTva: 3,\n value: 10,\n displayOrder: 2,\n name: 'TVA 10%',\n collected: 210,\n deductible: 5,\n immobilization: 11,\n roundPercentage: [10, 11],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_20: {\n id: 4,\n idTva: 4,\n value: 20,\n displayOrder: 1,\n name: 'TVA 20%',\n collected: 211,\n deductible: 6,\n immobilization: 12,\n roundPercentage: [19, 20, 21],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_2_1: {\n id: 6,\n idTva: 6,\n value: 2.1,\n displayOrder: 5,\n name: 'TVA 2.1%',\n collected: 222,\n deductible: 7,\n immobilization: 13,\n roundPercentage: [2, 3],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_8_5: {\n id: 7,\n idTva: 7,\n value: 8.5,\n displayOrder: 3,\n name: 'TVA 8.5%',\n collected: 345,\n deductible: 8,\n immobilization: 15,\n roundPercentage: [8, 9],\n isVatImportation: false,\n isVatIntracom: false,\n },\n MARGE: {\n id: 8,\n idTva: 8,\n value: 0,\n displayOrder: 9,\n name: 'Sur Marge',\n collected: 211,\n deductible: 9,\n immobilization: null,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: false,\n },\n INTRACOM_TX_20: {\n id: 9,\n idTva: 9,\n value: 20,\n displayOrder: 7,\n name: 'TVA intracom 20%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_WITHOUT_TAXE: {\n id: 17,\n idTva: 17,\n value: 0,\n displayOrder: 7,\n name: 'TVA intracom Hors-Taxe',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_TX_5_5: {\n id: 18,\n idTva: 18,\n value: 5.5,\n displayOrder: 7,\n name: 'TVA intracom 5.5%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_TX_10: {\n id: 19,\n idTva: 19,\n value: 10,\n displayOrder: 7,\n name: 'TVA intracom 10%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_TX_2_1: {\n id: 20,\n idTva: 20,\n value: 2.1,\n displayOrder: 7,\n name: 'TVA intracom 2.1%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_TX_8_5: {\n id: 21,\n idTva: 21,\n value: 8.5,\n displayOrder: 7,\n name: 'TVA intracom 8.5%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n IMPORTATION_WITHOUT_TAXE: {\n id: 10,\n idTva: 10,\n value: 0,\n displayOrder: 8,\n name: 'TVA Importation Hors-Taxe',\n collected: 572,\n deductible: 573,\n immobilization: 573,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_5_5: {\n id: 12,\n idTva: 12,\n value: 5.5,\n displayOrder: 8,\n name: 'TVA Importation 5.5%',\n collected: 574,\n deductible: 575,\n immobilization: 575,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_10: {\n id: 13,\n idTva: 13,\n value: 10,\n displayOrder: 8,\n name: 'TVA Importation 10%',\n collected: 576,\n deductible: 577,\n immobilization: 577,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_20: {\n id: 14,\n idTva: 14,\n value: 20,\n displayOrder: 8,\n name: 'TVA Importation 20%',\n collected: 578,\n deductible: 579,\n immobilization: 579,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_2_1: {\n id: 15,\n idTva: 15,\n value: 2.1,\n displayOrder: 8,\n name: 'TVA Importation 2.1%',\n collected: 580,\n deductible: 581,\n immobilization: 581,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_8_5: {\n id: 16,\n idTva: 16,\n value: 8.5,\n displayOrder: 8,\n name: 'TVA Importation 8.5%',\n collected: 582,\n deductible: 583,\n immobilization: 583,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n MANUAL: {\n id: 11,\n idTva: 11,\n value: 0,\n displayOrder: 8,\n name: 'TVA manuelle',\n collected: 0,\n deductible: 0,\n immobilization: null,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: false,\n },\n};\n\nexport enum VatState {\n WAITING = 0,\n ACCEPTED_SIE = 1,\n SEND_SIE = 2,\n CLIENT_ISSUE = 3,\n DONE_BY_CLIENT = 4,\n NA = 5,\n SEND_TO_CLIENT = 6,\n CLIENT_RELAUNCHED = 7,\n DOING_BACK = 8,\n UNPAYED = 9,\n SIE_ISSUE = 10,\n ACCEPTED_BY_CLIENT = 11,\n REFUSED_BY_CLIENT = 12,\n TO_DO = 13,\n WAITING_CLIENT = 14,\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateLegalNotice.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/legalNotice/UpdateLegalNotice.ts"],"names":[],"mappings":"AAGA,qBAAa,iBAAiB;IAG5B,OAAO,EAAE,MAAM,CAAC;IAKhB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsNumber, IsOptional, IsString } from 'class-validator';
|
|
11
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../..';
|
|
12
|
+
export class UpdateLegalNotice {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
IsString(),
|
|
17
|
+
__metadata("design:type", String)
|
|
18
|
+
], UpdateLegalNotice.prototype, "message", void 0);
|
|
19
|
+
__decorate([
|
|
20
|
+
ApiPropertyOptional(),
|
|
21
|
+
IsOptional(),
|
|
22
|
+
IsNumber(),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], UpdateLegalNotice.prototype, "idPrestation", void 0);
|
|
25
|
+
//# sourceMappingURL=UpdateLegalNotice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateLegalNotice.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/legalNotice/UpdateLegalNotice.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAE/D,MAAM,OAAO,iBAAiB;CAS7B;AANC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;kDACK;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;uDACW","sourcesContent":["import { IsNumber, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\n\nexport class UpdateLegalNotice {\n @ApiProperty()\n @IsString()\n message: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idPrestation?: number;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryPaymentExpectation.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts"],"names":[],"mappings":"AAAA,qBAAa,0BAA0B;IACrC,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryPaymentExpectation.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,0BAA0B;CAKtC","sourcesContent":["export class QueryGetPaymentExpectation {\n idPrestation: number;\n label: string;\n amount: number;\n idReason: number;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreatePrestation.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestation/CreatePrestation.ts"],"names":[],"mappings":"AAGA,qBAAa,gBAAgB;IAG3B,WAAW,EAAE,MAAM,CAAC;IAIpB,SAAS,EAAE,MAAM,CAAC;IAIlB,sBAAsB,EAAE,MAAM,CAAC;CAChC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsNumber } from 'class-validator';
|
|
11
|
+
import { ApiProperty } from '../../../..';
|
|
12
|
+
export class CreatePrestation {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
IsNumber(),
|
|
17
|
+
__metadata("design:type", Number)
|
|
18
|
+
], CreatePrestation.prototype, "orderStatus", void 0);
|
|
19
|
+
__decorate([
|
|
20
|
+
ApiProperty(),
|
|
21
|
+
IsNumber(),
|
|
22
|
+
__metadata("design:type", Number)
|
|
23
|
+
], CreatePrestation.prototype, "amountTtc", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
ApiProperty(),
|
|
26
|
+
IsNumber(),
|
|
27
|
+
__metadata("design:type", Number)
|
|
28
|
+
], CreatePrestation.prototype, "idOperationLegalNotice", void 0);
|
|
29
|
+
//# sourceMappingURL=CreatePrestation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreatePrestation.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/prestation/CreatePrestation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,OAAO,gBAAgB;CAY5B;AATC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;qDACS;AAIpB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;mDACO;AAIlB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;gEACoB","sourcesContent":["import { IsNumber } from 'class-validator';\nimport { ApiProperty } from '../../../..';\n\nexport class CreatePrestation {\n @ApiProperty()\n @IsNumber()\n orderStatus: number;\n\n @ApiProperty()\n @IsNumber()\n amountTtc: number;\n\n @ApiProperty()\n @IsNumber()\n idOperationLegalNotice: number;\n}\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare class UpdateSocietyConfig {
|
|
2
|
+
disableExport?: boolean;
|
|
3
|
+
noVat?: boolean;
|
|
4
|
+
dateActiveVat?: Date | null;
|
|
5
|
+
logo?: string | null;
|
|
6
|
+
adjournment?: boolean;
|
|
7
|
+
acceptCgv?: boolean;
|
|
8
|
+
showWelcomeModal?: boolean;
|
|
9
|
+
modalNews?: boolean;
|
|
10
|
+
typeMicroentreprise?: number | null;
|
|
11
|
+
showTipSchedule?: boolean;
|
|
12
|
+
defaultBa?: number | null;
|
|
13
|
+
salesType?: number | null;
|
|
14
|
+
noShowModalAnnotation?: boolean;
|
|
15
|
+
emailAgreement?: boolean;
|
|
16
|
+
clicPaiement?: boolean;
|
|
17
|
+
mailIdepotStatus?: boolean;
|
|
18
|
+
mobileRegister?: boolean;
|
|
19
|
+
registeredFromWebsite?: boolean;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=update.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/societyConfig/update.ts"],"names":[],"mappings":"AAIA,qBAAa,mBAAmB;IAK9B,aAAa,CAAC,EAAE,OAAO,CAAC;IAMxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAIhB,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAI5B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAMrB,WAAW,CAAC,EAAE,OAAO,CAAC;IAMtB,SAAS,CAAC,EAAE,OAAO,CAAC;IAMpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAM3B,SAAS,CAAC,EAAE,OAAO,CAAC;IAIpB,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAMpC,eAAe,CAAC,EAAE,OAAO,CAAC;IAI1B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAI1B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAM1B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAMhC,cAAc,CAAC,EAAE,OAAO,CAAC;IAMzB,YAAY,CAAC,EAAE,OAAO,CAAC;IAMvB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAM3B,cAAc,CAAC,EAAE,OAAO,CAAC;IAMzB,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC"}
|