@silexpert/core 0.4.152 → 0.4.154
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/Dashboard.d.ts +2 -3
- package/es/api/resources/Dashboard.d.ts.map +1 -1
- package/es/api/resources/Dashboard.js +2 -5
- package/es/api/resources/Dashboard.js.map +1 -1
- package/es/api/resources/Qonto.d.ts +6 -0
- package/es/api/resources/Qonto.d.ts.map +1 -0
- package/es/api/resources/Qonto.js +7 -0
- package/es/api/resources/Qonto.js.map +1 -0
- package/es/api/resources/Transaction.d.ts +3 -1
- package/es/api/resources/Transaction.d.ts.map +1 -1
- package/es/api/resources/Transaction.js +6 -0
- package/es/api/resources/Transaction.js.map +1 -1
- package/es/api/resources/VatControl.d.ts +1 -2
- package/es/api/resources/VatControl.d.ts.map +1 -1
- package/es/api/resources/VatControl.js +0 -3
- package/es/api/resources/VatControl.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/AccountingJournal.d.ts +12 -0
- package/es/types/Enum/AccountingJournal.d.ts.map +1 -1
- package/es/types/Enum/AccountingJournal.js +12 -0
- package/es/types/Enum/AccountingJournal.js.map +1 -1
- package/es/types/Enum/BalanceSheetQuestion.d.ts +38 -1
- package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheetQuestion.js +38 -0
- package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/es/types/Enum/BalanceSheetQuestionWording.d.ts +177 -92
- package/es/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheetQuestionWording.js +176 -91
- package/es/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
- package/es/types/Enum/GlobalRegime.d.ts +1 -0
- package/es/types/Enum/GlobalRegime.d.ts.map +1 -1
- package/es/types/Enum/GlobalRegime.js +59 -23
- package/es/types/Enum/GlobalRegime.js.map +1 -1
- package/es/types/Enum/LegalForm.d.ts.map +1 -1
- package/es/types/Enum/LegalForm.js +9 -0
- package/es/types/Enum/LegalForm.js.map +1 -1
- package/es/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.d.ts +5 -0
- package/es/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.d.ts.map +1 -0
- package/es/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js +30 -0
- package/es/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js.map +1 -0
- package/es/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.d.ts +13 -0
- package/es/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.d.ts.map +1 -0
- package/es/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js +3 -0
- package/es/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js.map +1 -0
- package/es/types/Interface/api/accountingTransaction/QueryBankAccountSum.d.ts +10 -0
- package/es/types/Interface/api/accountingTransaction/QueryBankAccountSum.d.ts.map +1 -0
- package/es/types/Interface/api/{dashboard/QueryVat.js → accountingTransaction/QueryBankAccountSum.js} +19 -9
- package/es/types/Interface/api/accountingTransaction/QueryBankAccountSum.js.map +1 -0
- package/es/types/Interface/api/cerfa/2031.d.ts +6 -6
- package/es/types/Interface/api/cerfa/2031.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/2031.js.map +1 -1
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.d.ts +31 -0
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.js +13 -0
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.js.map +1 -0
- package/es/types/index.d.ts +4 -3
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +4 -4
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Dashboard.js +2 -8
- package/js/api/resources/Dashboard.js.map +1 -1
- package/js/api/resources/Qonto.js +18 -0
- package/js/api/resources/Qonto.js.map +1 -0
- package/js/api/resources/Transaction.js +12 -0
- package/js/api/resources/Transaction.js.map +1 -1
- package/js/api/resources/VatControl.js +0 -6
- package/js/api/resources/VatControl.js.map +1 -1
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AccountingJournal.js +13 -0
- package/js/types/Enum/AccountingJournal.js.map +1 -1
- package/js/types/Enum/BalanceSheetQuestion.js +40 -1
- package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/js/types/Enum/BalanceSheetQuestionWording.js +177 -91
- package/js/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
- package/js/types/Enum/GlobalRegime.js +99 -65
- package/js/types/Enum/GlobalRegime.js.map +1 -1
- package/js/types/Enum/LegalForm.js +9 -0
- package/js/types/Enum/LegalForm.js.map +1 -1
- package/js/types/Interface/api/{dashboard/QueryVat.js → SocietyTransaction/QuerySocietyTransactionCount.js} +12 -6
- package/js/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js.map +1 -0
- package/js/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js +10 -0
- package/js/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js.map +1 -0
- package/js/types/Interface/api/accountingTransaction/QueryBankAccountSum.js +33 -0
- package/js/types/Interface/api/accountingTransaction/QueryBankAccountSum.js.map +1 -0
- package/js/types/Interface/api/cerfa/2031.js.map +1 -1
- package/js/types/Interface/api/dashboard/{ReadTurnOverProfitAndLoss.js → ReadTurnOverProfitAndLossAndVats.js} +13 -1
- package/js/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.js.map +1 -0
- package/js/types/index.js +39 -27
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Dashboard.ts +4 -10
- package/ts/api/resources/Qonto.ts +10 -0
- package/ts/api/resources/Transaction.ts +12 -1
- package/ts/api/resources/VatControl.ts +1 -5
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/AccountingJournal.ts +14 -1
- package/ts/types/Enum/BalanceSheetQuestion.ts +40 -0
- package/ts/types/Enum/BalanceSheetQuestionWording.ts +181 -92
- package/ts/types/Enum/GlobalRegime.ts +61 -24
- package/ts/types/Enum/LegalForm.ts +9 -0
- package/ts/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.ts +21 -0
- package/ts/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.ts +12 -0
- package/ts/types/Interface/api/accountingTransaction/QueryBankAccountSum.ts +25 -0
- package/ts/types/Interface/api/cerfa/2031.ts +6 -6
- package/ts/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.ts +35 -0
- package/ts/types/index.ts +4 -4
- package/es/types/Interface/api/dashboard/QueryVat.d.ts +0 -5
- package/es/types/Interface/api/dashboard/QueryVat.d.ts.map +0 -1
- package/es/types/Interface/api/dashboard/QueryVat.js.map +0 -1
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.d.ts +0 -17
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.d.ts.map +0 -1
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js +0 -7
- package/es/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js.map +0 -1
- package/es/types/Interface/api/dashboard/ReadVat.d.ts +0 -11
- package/es/types/Interface/api/dashboard/ReadVat.d.ts.map +0 -1
- package/es/types/Interface/api/dashboard/ReadVat.js +0 -5
- package/es/types/Interface/api/dashboard/ReadVat.js.map +0 -1
- package/js/types/Interface/api/dashboard/QueryVat.js.map +0 -1
- package/js/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.js.map +0 -1
- package/js/types/Interface/api/dashboard/ReadVat.js +0 -14
- package/js/types/Interface/api/dashboard/ReadVat.js.map +0 -1
- package/ts/types/Interface/api/dashboard/QueryVat.ts +0 -9
- package/ts/types/Interface/api/dashboard/ReadTurnOverProfitAndLoss.ts +0 -18
- package/ts/types/Interface/api/dashboard/ReadVat.ts +0 -11
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export class ReadTurnoverProfitAndLoss {
|
|
2
|
-
data: any;
|
|
3
|
-
chart: {
|
|
4
|
-
labels: Array<string>;
|
|
5
|
-
dataSets: Array<Chart>;
|
|
6
|
-
periodicity: Periocidity;
|
|
7
|
-
};
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export class Chart {
|
|
11
|
-
label: string;
|
|
12
|
-
data: Array<number>;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export class Periocidity {
|
|
16
|
-
type: 'month' | 'day';
|
|
17
|
-
intervales: number;
|
|
18
|
-
}
|