@silexpert/core 0.4.108 → 0.4.109
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/CHANGELOG.md +46 -0
- package/es/api/resources/InternalInvoicing.d.ts +6 -0
- package/es/api/resources/InternalInvoicing.d.ts.map +1 -0
- package/es/api/resources/InternalInvoicing.js +7 -0
- package/es/api/resources/InternalInvoicing.js.map +1 -0
- package/es/api/resources/Journal.d.ts +7 -0
- package/es/api/resources/Journal.d.ts.map +1 -0
- package/es/api/resources/Journal.js +10 -0
- package/es/api/resources/Journal.js.map +1 -0
- package/es/api/resources/Product.d.ts +3 -0
- package/es/api/resources/Product.d.ts.map +1 -1
- package/es/api/resources/Product.js +10 -0
- package/es/api/resources/Product.js.map +1 -1
- package/es/api/resources/Registration.d.ts +6 -0
- package/es/api/resources/Registration.d.ts.map +1 -0
- package/es/api/resources/Registration.js +7 -0
- package/es/api/resources/Registration.js.map +1 -0
- package/es/api/resources.d.ts +6 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +6 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/CerfaType.d.ts +14 -14
- package/es/types/Enum/CerfaType.d.ts.map +1 -1
- package/es/types/Enum/CerfaType.js +15 -14
- package/es/types/Enum/CerfaType.js.map +1 -1
- package/es/types/Enum/Ged.d.ts +1 -0
- package/es/types/Enum/Ged.d.ts.map +1 -1
- package/es/types/Enum/Ged.js +1 -1
- package/es/types/Enum/Ged.js.map +1 -1
- package/es/types/Enum/GlobalRegime.js +61 -61
- package/es/types/Enum/GlobalRegime.js.map +1 -1
- package/es/types/Enum/PaymentMethod.d.ts +63 -0
- package/es/types/Enum/PaymentMethod.d.ts.map +1 -0
- package/es/types/Enum/PaymentMethod.js +63 -0
- package/es/types/Enum/PaymentMethod.js.map +1 -0
- package/es/types/Enum/ProductType.d.ts +6 -4
- package/es/types/Enum/ProductType.d.ts.map +1 -1
- package/es/types/Enum/ProductType.js +14 -6
- package/es/types/Enum/ProductType.js.map +1 -1
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts +5 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts.map +1 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +21 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -0
- package/es/types/Interface/api/journal/Journals.d.ts +44 -0
- package/es/types/Interface/api/journal/Journals.d.ts.map +1 -0
- package/es/types/Interface/api/journal/Journals.js +13 -0
- package/es/types/Interface/api/journal/Journals.js.map +1 -0
- package/es/types/Interface/api/journal/QueryJournal.d.ts +6 -0
- package/es/types/Interface/api/journal/QueryJournal.d.ts.map +1 -0
- package/es/types/Interface/api/journal/QueryJournal.js +28 -0
- package/es/types/Interface/api/journal/QueryJournal.js.map +1 -0
- package/es/types/Interface/api/product/CreateProduct.d.ts.map +1 -1
- package/es/types/Interface/api/product/CreateProduct.js +3 -2
- package/es/types/Interface/api/product/CreateProduct.js.map +1 -1
- package/es/types/Interface/api/product/QueryProduct.d.ts.map +1 -1
- package/es/types/Interface/api/product/QueryProduct.js +4 -2
- package/es/types/Interface/api/product/QueryProduct.js.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.d.ts +6 -0
- package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -0
- package/es/types/Interface/api/registration/CreateRegistration.js +25 -0
- package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -0
- package/es/types/Interface/api/registration/ReadRegistration.d.ts +3 -0
- package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -0
- package/es/types/Interface/api/registration/ReadRegistration.js +2 -0
- package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -0
- package/es/types/Interface/models/IGedFile.d.ts +10 -10
- package/es/types/Interface/models/IGedFile.d.ts.map +1 -1
- package/es/types/Interface/models/IGedFile.js.map +1 -1
- package/es/types/Interface/models/IPayment.d.ts +20 -15
- package/es/types/Interface/models/IPayment.d.ts.map +1 -1
- package/es/types/Interface/models/IPayment.js.map +1 -1
- package/es/types/Interface/models/IRegistration.d.ts +21 -0
- package/es/types/Interface/models/IRegistration.d.ts.map +1 -0
- package/es/types/Interface/models/IRegistration.js +2 -0
- package/es/types/Interface/models/IRegistration.js.map +1 -0
- package/es/types/Interface/models/ISociety.d.ts +1 -0
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/index.d.ts +6 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/validators/formattedDateString.validator.d.ts +3 -0
- package/es/utils/validators/formattedDateString.validator.d.ts.map +1 -0
- package/es/utils/validators/formattedDateString.validator.js +19 -0
- package/es/utils/validators/formattedDateString.validator.js.map +1 -0
- package/js/api/resources/InternalInvoicing.js +18 -0
- package/js/api/resources/InternalInvoicing.js.map +1 -0
- package/js/api/resources/Journal.js +21 -0
- package/js/api/resources/Journal.js.map +1 -0
- package/js/api/resources/Product.js +12 -0
- package/js/api/resources/Product.js.map +1 -1
- package/js/api/resources/Registration.js +18 -0
- package/js/api/resources/Registration.js.map +1 -0
- package/js/api/resources.js +10 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/CerfaType.js +16 -14
- package/js/types/Enum/CerfaType.js.map +1 -1
- package/js/types/Enum/Ged.js +2 -2
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/GlobalRegime.js +61 -61
- package/js/types/Enum/GlobalRegime.js.map +1 -1
- package/js/types/Enum/PaymentMethod.js +68 -0
- package/js/types/Enum/PaymentMethod.js.map +1 -0
- package/js/types/Enum/ProductType.js +14 -7
- package/js/types/Enum/ProductType.js.map +1 -1
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +29 -0
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -0
- package/js/types/Interface/api/journal/Journals.js +30 -0
- package/js/types/Interface/api/journal/Journals.js.map +1 -0
- package/js/types/Interface/api/journal/QueryJournal.js +33 -0
- package/js/types/Interface/api/journal/QueryJournal.js.map +1 -0
- package/js/types/Interface/api/product/CreateProduct.js +1 -1
- package/js/types/Interface/api/product/CreateProduct.js.map +1 -1
- package/js/types/Interface/api/product/QueryProduct.js +3 -1
- package/js/types/Interface/api/product/QueryProduct.js.map +1 -1
- package/js/types/Interface/api/registration/CreateRegistration.js +35 -0
- package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -0
- package/js/types/Interface/api/registration/ReadRegistration.js +6 -0
- package/js/types/Interface/api/registration/ReadRegistration.js.map +1 -0
- package/js/types/Interface/models/IRegistration.js +6 -0
- package/js/types/Interface/models/IRegistration.js.map +1 -0
- package/js/types/index.js +72 -0
- package/js/types/index.js.map +1 -1
- package/js/utils/validators/formattedDateString.validator.js +29 -0
- package/js/utils/validators/formattedDateString.validator.js.map +1 -0
- package/package.json +1 -1
- package/ts/api/resources/InternalInvoicing.ts +10 -0
- package/ts/api/resources/Journal.ts +11 -0
- package/ts/api/resources/Product.ts +12 -0
- package/ts/api/resources/Registration.ts +8 -0
- package/ts/api/resources.ts +6 -0
- package/ts/types/Enum/CerfaType.ts +14 -14
- package/ts/types/Enum/Ged.ts +1 -1
- package/ts/types/Enum/GlobalRegime.ts +61 -61
- package/ts/types/Enum/PaymentMethod.ts +62 -0
- package/ts/types/Enum/ProductType.ts +21 -5
- package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts +9 -0
- package/ts/types/Interface/api/journal/Journals.ts +48 -0
- package/ts/types/Interface/api/journal/QueryJournal.ts +15 -0
- package/ts/types/Interface/api/product/CreateProduct.ts +2 -2
- package/ts/types/Interface/api/product/QueryProduct.ts +6 -2
- package/ts/types/Interface/api/registration/CreateRegistration.ts +13 -0
- package/ts/types/Interface/api/registration/ReadRegistration.ts +3 -0
- package/ts/types/Interface/models/IGedFile.ts +10 -10
- package/ts/types/Interface/models/IPayment.ts +20 -15
- package/ts/types/Interface/models/IRegistration.ts +23 -0
- package/ts/types/Interface/models/ISociety.ts +1 -0
- package/ts/types/index.ts +7 -1
- package/ts/utils/validators/formattedDateString.validator.ts +24 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,52 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.4.109](https://gitlab.compta-clementine.fr/dev/silex-api/compare/v0.4.108...v0.4.109) (2021-11-23)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **journals:** add PDF export ([daa6b87](https://gitlab.compta-clementine.fr/dev/silex-api/commits/daa6b870257d34868add50565d0036ae2b69af06))
|
|
11
|
+
* **products:** add CSV import/export for products ([451ff84](https://gitlab.compta-clementine.fr/dev/silex-api/commits/451ff841b71c874495139422f84ef6aba8aa15bd))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **journals:** put plural on balance sheets ([47c2e69](https://gitlab.compta-clementine.fr/dev/silex-api/commits/47c2e6921597b5dc43fdf64097532ce74b540d2a))
|
|
17
|
+
* add trackingservice for registration module ([9ed5b4f](https://gitlab.compta-clementine.fr/dev/silex-api/commits/9ed5b4f98594603888c3974111008596370a6a1e))
|
|
18
|
+
* **generalLedger:** fix content type and inserted data" ([975fad7](https://gitlab.compta-clementine.fr/dev/silex-api/commits/975fad74ae21d922e2c09e966a9777dcafab57f7))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Others
|
|
22
|
+
|
|
23
|
+
* **cms:** fix Prestashop order for import ([8702b04](https://gitlab.compta-clementine.fr/dev/silex-api/commits/8702b04326253ca60910dccefd48e81a9fabfe13))
|
|
24
|
+
* **cms:** fix WooCommerce/Shopify order for import ([5370124](https://gitlab.compta-clementine.fr/dev/silex-api/commits/53701246e8a42464721bda9c7da11b4f0fc5cd5e))
|
|
25
|
+
* **internalInvoice:** :construction: WIP ([6ae361d](https://gitlab.compta-clementine.fr/dev/silex-api/commits/6ae361d295f814dbe453031b28d080d1da6b2206))
|
|
26
|
+
* **internalInvoicing:** :bug: fix unique refInternalInvoicing ([92d9079](https://gitlab.compta-clementine.fr/dev/silex-api/commits/92d907919931f6f0b30af76ce4995c7047e8d6a6))
|
|
27
|
+
* **internalInvoicing:** :hammer: add gedFile ([7c90751](https://gitlab.compta-clementine.fr/dev/silex-api/commits/7c907512e64d67f75ce5ce2459d65eb3807d07d1))
|
|
28
|
+
* **internalInvoicing:** :hammer: remove bad seeders :hankey: ([ae34679](https://gitlab.compta-clementine.fr/dev/silex-api/commits/ae34679338a741e26adeabd98e8cd45c12921899))
|
|
29
|
+
* **internalInvoicing:** :hammer: review ([117c2e9](https://gitlab.compta-clementine.fr/dev/silex-api/commits/117c2e9b1c9942d878225a4d77f5a1dac2ec882c))
|
|
30
|
+
* **internalInvoicing:** :hammer: review ([a6b3588](https://gitlab.compta-clementine.fr/dev/silex-api/commits/a6b358848254715cb6ece67b04797582217ccc65))
|
|
31
|
+
* **internalInvoicing:** :hammer: review ([90d5953](https://gitlab.compta-clementine.fr/dev/silex-api/commits/90d5953bada8cf1fff4314072ce5ec8801316b3d))
|
|
32
|
+
* **internalInvoicing:** :hammer: review ([a2bcc8e](https://gitlab.compta-clementine.fr/dev/silex-api/commits/a2bcc8e168cd37ba668d09d912f4b01b35630c4a))
|
|
33
|
+
* **internalInvoicing:** :hankey: add logs ([471932f](https://gitlab.compta-clementine.fr/dev/silex-api/commits/471932fedc4187cddaebc5896f3597397c5baac8))
|
|
34
|
+
* **internalInvoicing:** :lipstick: change ejs format ([23bd0b1](https://gitlab.compta-clementine.fr/dev/silex-api/commits/23bd0b1cae7ec31294d2dd7e5110d15f0d79f50d))
|
|
35
|
+
* **internalInvoicing:** :rotating-light: fix UT ([7aa99ff](https://gitlab.compta-clementine.fr/dev/silex-api/commits/7aa99ff195f04d794df6f75388614cda12f7a9bd))
|
|
36
|
+
* **internalInvoicing:** fix unit test ([35472c2](https://gitlab.compta-clementine.fr/dev/silex-api/commits/35472c204ee5617e707f667c7766dc7d494f3956))
|
|
37
|
+
* **internalInvoicing:** handling new pdf module for pdf generation ([973249a](https://gitlab.compta-clementine.fr/dev/silex-api/commits/973249aed3f01374a0791052e890fa735b672c9d))
|
|
38
|
+
* **internalInvoicing:** remove logs ([512d6d6](https://gitlab.compta-clementine.fr/dev/silex-api/commits/512d6d608de2039ba7d1cd6cd0872f0f7597c83d))
|
|
39
|
+
* **queue:** :construction: WIP ([0724359](https://gitlab.compta-clementine.fr/dev/silex-api/commits/0724359a8cc3476dfe2568e93b33410ea1ff8d87))
|
|
40
|
+
* **queue:** add ENUM PaymentMethod ([9216d39](https://gitlab.compta-clementine.fr/dev/silex-api/commits/9216d39aeed956f02a678da28b48a6b8e9b4e253))
|
|
41
|
+
* **queue:** add payment service (getAllWithInclude + create) ([3889c85](https://gitlab.compta-clementine.fr/dev/silex-api/commits/3889c85b3a47e1ea570155a7c6297e81487ad7c9))
|
|
42
|
+
* **queue:** addJob + ut ([5f7f989](https://gitlab.compta-clementine.fr/dev/silex-api/commits/5f7f989a4637566811bd9f7385f0bf9effe93120))
|
|
43
|
+
* **queue:** change payment model + interface ([87c7656](https://gitlab.compta-clementine.fr/dev/silex-api/commits/87c7656c3b1073882ab05ee080be163f00ef3a27))
|
|
44
|
+
* **queue:** payment service: add update and get + UT ([e7099db](https://gitlab.compta-clementine.fr/dev/silex-api/commits/e7099db590bb2898502c8efed59858f1e47646e5))
|
|
45
|
+
* **Registration:** models and crud ([9f537b3](https://gitlab.compta-clementine.fr/dev/silex-api/commits/9f537b331743504fe1716f120542213283617df3))
|
|
46
|
+
* **tracking:** improve tracking ([b87e123](https://gitlab.compta-clementine.fr/dev/silex-api/commits/b87e123edabe98cc26c61f71e69595e7a028f999))
|
|
47
|
+
* test unit ([f1aaa4a](https://gitlab.compta-clementine.fr/dev/silex-api/commits/f1aaa4aac2add6a1edb6d9ae32fea389b0358f38))
|
|
48
|
+
* test unit test ([ec0ed4e](https://gitlab.compta-clementine.fr/dev/silex-api/commits/ec0ed4e5a3ea43b06ccfbc086702baa399105591))
|
|
49
|
+
* update core 0.4.108 ([fc9a011](https://gitlab.compta-clementine.fr/dev/silex-api/commits/fc9a0118923a1e9a0d7e8b18003ea2fd892da354))
|
|
50
|
+
|
|
5
51
|
### [0.1.5](https://gitlab.compta-clementine.fr///compare/v0.1.4...v0.1.5) (2020-12-11)
|
|
6
52
|
|
|
7
53
|
### [0.1.4](https://gitlab.compta-clementine.fr///compare/v0.1.3...v0.1.4) (2020-12-11)
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { CreateInternalInvoicing } from '../../types';
|
|
2
|
+
import { Resource } from '../Resource';
|
|
3
|
+
export declare class InternalInvoicing extends Resource {
|
|
4
|
+
create(params: CreateInternalInvoicing): Promise<number>;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=InternalInvoicing.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InternalInvoicing.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/InternalInvoicing.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,uBAAuB,EACxB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,iBAAkB,SAAQ,QAAQ;IAC7C,MAAM,CAAC,MAAM,EAAE,uBAAuB,GAAG,OAAO,CAAC,MAAM,CAAC;CAGzD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InternalInvoicing.js","sourceRoot":"","sources":["../../../ts/api/resources/InternalInvoicing.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,iBAAkB,SAAQ,QAAQ;IAC7C,MAAM,CAAC,MAA+B;QACpC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,oBAAoB,EAAE,MAAM,CAAC,CAAC;IACxD,CAAC;CACF","sourcesContent":["import {\n CreateInternalInvoicing,\n} from '../../types';\nimport { Resource } from '../Resource';\n\nexport class InternalInvoicing extends Resource {\n create(params: CreateInternalInvoicing): Promise<number> {\n return this.axios.$post('/internalInvoicing', params);\n }\n}"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { Resource } from '../Resource';
|
|
3
|
+
import { Journals, QueryJournal } from '../../types';
|
|
4
|
+
export declare class Journal extends Resource {
|
|
5
|
+
getExport(exportType: 'pdf' | 'json', params: QueryJournal): Promise<Journals | Buffer>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=Journal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Journal.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Journal.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAErD,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,SAAS,CAAC,UAAU,EAAE,KAAK,GAAG,MAAM,EAAE,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,QAAQ,GAAG,MAAM,CAAC;CAMxF"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
export class Journal extends Resource {
|
|
3
|
+
getExport(exportType, params) {
|
|
4
|
+
return this.axios.$get(`/balance-sheets/journals/export/${exportType}`, {
|
|
5
|
+
params,
|
|
6
|
+
responseType: 'arraybuffer',
|
|
7
|
+
});
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=Journal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Journal.js","sourceRoot":"","sources":["../../../ts/api/resources/Journal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,SAAS,CAAC,UAA0B,EAAE,MAAoB;QACxD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,mCAAmC,UAAU,EAAE,EAAE;YACtE,MAAM;YACN,YAAY,EAAE,aAAa;SAC5B,CAAC,CAAC;IACL,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { Journals, QueryJournal } from '../../types';\n\nexport class Journal extends Resource {\n getExport(exportType: 'pdf' | 'json', params: QueryJournal): Promise<Journals | Buffer> {\n return this.axios.$get(`/balance-sheets/journals/export/${exportType}`, {\n params,\n responseType: 'arraybuffer',\n });\n }\n}\n"]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
1
2
|
import { Resource } from '../Resource';
|
|
2
3
|
import { IProduct, QueryPaginate, QueryProduct, BasePaginate, CreateProduct, UpdateProduct } from '../../types';
|
|
3
4
|
export declare class Product extends Resource {
|
|
@@ -6,5 +7,7 @@ export declare class Product extends Resource {
|
|
|
6
7
|
create(payload: CreateProduct): Promise<IProduct>;
|
|
7
8
|
update(id: number, payload: UpdateProduct): Promise<IProduct>;
|
|
8
9
|
delete(id: number): Promise<boolean>;
|
|
10
|
+
import(file: File): Promise<void>;
|
|
11
|
+
export(): Promise<Buffer>;
|
|
9
12
|
}
|
|
10
13
|
//# sourceMappingURL=Product.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Product.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Product.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,QAAQ,EAAE,aAAa,EAAE,YAAY,EAAE,YAAY,EAAE,aAAa,EAAE,aAAa,EAClF,MAAM,aAAa,CAAC;AAErB,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,MAAM,IAAI,OAAO,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;IAIlC,YAAY,CAAC,UAAU,EAAE,aAAa,EAAE,KAAK,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;IAS9F,MAAM,CAAC,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,QAAQ,CAAC;IAIjD,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,QAAQ,CAAC;IAI7D,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Product.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Product.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,QAAQ,EAAE,aAAa,EAAE,YAAY,EAAE,YAAY,EAAE,aAAa,EAAE,aAAa,EAClF,MAAM,aAAa,CAAC;AAErB,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,MAAM,IAAI,OAAO,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;IAIlC,YAAY,CAAC,UAAU,EAAE,aAAa,EAAE,KAAK,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;IAS9F,MAAM,CAAC,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,QAAQ,CAAC;IAIjD,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,QAAQ,CAAC;IAI7D,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAIpC,MAAM,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IAMjC,MAAM,IAAI,OAAO,CAAC,MAAM,CAAC;CAK1B"}
|
|
@@ -17,5 +17,15 @@ export class Product extends Resource {
|
|
|
17
17
|
delete(id) {
|
|
18
18
|
return this.axios.$delete(`/commercial-management/products/${id}`);
|
|
19
19
|
}
|
|
20
|
+
import(file) {
|
|
21
|
+
const formData = new FormData();
|
|
22
|
+
formData.append('file', file);
|
|
23
|
+
return this.axios.$post('/commercial-management/products/import', formData);
|
|
24
|
+
}
|
|
25
|
+
export() {
|
|
26
|
+
return this.axios.$get('/commercial-management/products/export', {
|
|
27
|
+
responseType: 'arraybuffer',
|
|
28
|
+
});
|
|
29
|
+
}
|
|
20
30
|
}
|
|
21
31
|
//# sourceMappingURL=Product.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Product.js","sourceRoot":"","sources":["../../../ts/api/resources/Product.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,MAAM;QACJ,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,iCAAiC,CAAC,CAAC;IAC5D,CAAC;IAED,YAAY,CAAC,UAAyB,EAAE,KAAoB;QAC1D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,iCAAiC,EAAE;YACxD,MAAM,kCACD,UAAU,GACV,KAAK,CACT;SACF,CAAC,CAAC;IACL,CAAC;IAED,MAAM,CAAC,OAAsB;QAC3B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,iCAAiC,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAED,MAAM,CAAC,EAAU,EAAE,OAAsB;QACvC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,mCAAmC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAED,MAAM,CAAC,EAAU;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,mCAAmC,EAAE,EAAE,CAAC,CAAC;IACrE,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n IProduct, QueryPaginate, QueryProduct, BasePaginate, CreateProduct, UpdateProduct,\n} from '../../types';\n\nexport class Product extends Resource {\n getAll(): Promise<Array<IProduct>> {\n return this.axios.$get('/commercial-management/products');\n }\n\n getPaginated(pagination: QueryPaginate, query?: QueryProduct): Promise<BasePaginate<IProduct>> {\n return this.axios.$get('/commercial-management/products', {\n params: {\n ...pagination,\n ...query,\n },\n });\n }\n\n create(payload: CreateProduct): Promise<IProduct> {\n return this.axios.$post('/commercial-management/products', payload);\n }\n\n update(id: number, payload: UpdateProduct): Promise<IProduct> {\n return this.axios.$put(`/commercial-management/products/${id}`, payload);\n }\n\n delete(id: number): Promise<boolean> {\n return this.axios.$delete(`/commercial-management/products/${id}`);\n }\n}"]}
|
|
1
|
+
{"version":3,"file":"Product.js","sourceRoot":"","sources":["../../../ts/api/resources/Product.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,MAAM;QACJ,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,iCAAiC,CAAC,CAAC;IAC5D,CAAC;IAED,YAAY,CAAC,UAAyB,EAAE,KAAoB;QAC1D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,iCAAiC,EAAE;YACxD,MAAM,kCACD,UAAU,GACV,KAAK,CACT;SACF,CAAC,CAAC;IACL,CAAC;IAED,MAAM,CAAC,OAAsB;QAC3B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,iCAAiC,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAED,MAAM,CAAC,EAAU,EAAE,OAAsB;QACvC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,mCAAmC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAED,MAAM,CAAC,EAAU;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,mCAAmC,EAAE,EAAE,CAAC,CAAC;IACrE,CAAC;IAED,MAAM,CAAC,IAAU;QACf,MAAM,QAAQ,GAAG,IAAI,QAAQ,EAAE,CAAC;QAChC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QAC9B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,wCAAwC,EAAE,QAAQ,CAAC,CAAC;IAC9E,CAAC;IAED,MAAM;QACJ,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,wCAAwC,EAAE;YAC/D,YAAY,EAAE,aAAa;SAC5B,CAAC,CAAC;IACL,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n IProduct, QueryPaginate, QueryProduct, BasePaginate, CreateProduct, UpdateProduct,\n} from '../../types';\n\nexport class Product extends Resource {\n getAll(): Promise<Array<IProduct>> {\n return this.axios.$get('/commercial-management/products');\n }\n\n getPaginated(pagination: QueryPaginate, query?: QueryProduct): Promise<BasePaginate<IProduct>> {\n return this.axios.$get('/commercial-management/products', {\n params: {\n ...pagination,\n ...query,\n },\n });\n }\n\n create(payload: CreateProduct): Promise<IProduct> {\n return this.axios.$post('/commercial-management/products', payload);\n }\n\n update(id: number, payload: UpdateProduct): Promise<IProduct> {\n return this.axios.$put(`/commercial-management/products/${id}`, payload);\n }\n\n delete(id: number): Promise<boolean> {\n return this.axios.$delete(`/commercial-management/products/${id}`);\n }\n\n import(file: File): Promise<void> {\n const formData = new FormData();\n formData.append('file', file);\n return this.axios.$post('/commercial-management/products/import', formData);\n }\n\n export(): Promise<Buffer> {\n return this.axios.$get('/commercial-management/products/export', {\n responseType: 'arraybuffer',\n });\n }\n}"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
import { CreateRegistration, ReadRegistration } from '../../types';
|
|
3
|
+
export declare class Registration extends Resource {
|
|
4
|
+
updateOrCreate(idExercice: number, params: CreateRegistration): Promise<ReadRegistration>;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=Registration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Registration.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Registration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAEnE,qBAAa,YAAa,SAAQ,QAAQ;IACxC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,kBAAkB,GAAG,OAAO,CAAC,gBAAgB,CAAC;CAG1F"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Registration.js","sourceRoot":"","sources":["../../../ts/api/resources/Registration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,YAAa,SAAQ,QAAQ;IACxC,cAAc,CAAC,UAAkB,EAAE,MAA0B;QAC3D,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,cAAc,UAAU,gBAAgB,EAAE,MAAM,CAAC,CAAC;IAC5E,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { CreateRegistration, ReadRegistration } from '../../types';\n\nexport class Registration extends Resource {\n updateOrCreate(idExercice: number, params: CreateRegistration): Promise<ReadRegistration> {\n return this.axios.$post(`/exercices/${idExercice}/registrations`, params);\n }\n}"]}
|
package/es/api/resources.d.ts
CHANGED
|
@@ -42,6 +42,9 @@ import { Connector } from './resources/Connector';
|
|
|
42
42
|
import { PartneredAccountant } from './resources/PartneredAccountant';
|
|
43
43
|
import { Tax } from './resources/Tax';
|
|
44
44
|
import { QuotesAccount } from './resources/QuotesAccount';
|
|
45
|
+
import { Registration } from './resources/Registration';
|
|
46
|
+
import { Journal } from './resources/Journal';
|
|
47
|
+
import { Product } from './resources/Product';
|
|
45
48
|
export declare const resources: {
|
|
46
49
|
simulation: typeof Simulation;
|
|
47
50
|
country: typeof Country;
|
|
@@ -87,5 +90,8 @@ export declare const resources: {
|
|
|
87
90
|
partneredAccountant: typeof PartneredAccountant;
|
|
88
91
|
tax: typeof Tax;
|
|
89
92
|
quotesAccount: typeof QuotesAccount;
|
|
93
|
+
registration: typeof Registration;
|
|
94
|
+
journal: typeof Journal;
|
|
95
|
+
product: typeof Product;
|
|
90
96
|
};
|
|
91
97
|
//# sourceMappingURL=resources.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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"}
|
package/es/api/resources.js
CHANGED
|
@@ -42,6 +42,9 @@ import { Connector } from './resources/Connector';
|
|
|
42
42
|
import { PartneredAccountant } from './resources/PartneredAccountant';
|
|
43
43
|
import { Tax } from './resources/Tax';
|
|
44
44
|
import { QuotesAccount } from './resources/QuotesAccount';
|
|
45
|
+
import { Registration } from './resources/Registration';
|
|
46
|
+
import { Journal } from './resources/Journal';
|
|
47
|
+
import { Product } from './resources/Product';
|
|
45
48
|
export const resources = {
|
|
46
49
|
simulation: Simulation,
|
|
47
50
|
country: Country,
|
|
@@ -87,5 +90,8 @@ export const resources = {
|
|
|
87
90
|
partneredAccountant: PartneredAccountant,
|
|
88
91
|
tax: Tax,
|
|
89
92
|
quotesAccount: QuotesAccount,
|
|
93
|
+
registration: Registration,
|
|
94
|
+
journal: Journal,
|
|
95
|
+
product: Product,
|
|
90
96
|
};
|
|
91
97
|
//# sourceMappingURL=resources.js.map
|
package/es/api/resources.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;
|
|
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 { 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';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\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 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 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};\n"]}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
1
|
+
export declare enum CerfaType {
|
|
2
|
+
CERFA_3310 = 1,
|
|
3
|
+
CERFA_3514 = 2,
|
|
4
|
+
CERFA_3517 = 3,
|
|
5
|
+
CERFA_2031 = 4,
|
|
6
|
+
CERFA_2033 = 5,
|
|
7
|
+
CERFA_2035 = 6,
|
|
8
|
+
CERFA_2042_C_Pro = 7,
|
|
9
|
+
CERFA_2044 = 8,
|
|
10
|
+
CERFA_2050 = 9,
|
|
11
|
+
CERFA_2065 = 10,
|
|
12
|
+
CERFA_2070 = 11,
|
|
13
|
+
CERFA_2072 = 12
|
|
14
|
+
}
|
|
15
15
|
//# sourceMappingURL=CerfaType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CerfaType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/CerfaType.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"CerfaType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/CerfaType.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,UAAU,IAAI;IACd,UAAU,IAAI;IACd,UAAU,IAAI;IACd,UAAU,IAAI;IACd,UAAU,IAAI;IACd,UAAU,IAAI;IACd,gBAAgB,IAAI;IACpB,UAAU,IAAI;IACd,UAAU,IAAI;IACd,UAAU,KAAK;IACf,UAAU,KAAK;IACf,UAAU,KAAK;CAChB"}
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
export var CerfaType;
|
|
2
|
+
(function (CerfaType) {
|
|
3
|
+
CerfaType[CerfaType["CERFA_3310"] = 1] = "CERFA_3310";
|
|
4
|
+
CerfaType[CerfaType["CERFA_3514"] = 2] = "CERFA_3514";
|
|
5
|
+
CerfaType[CerfaType["CERFA_3517"] = 3] = "CERFA_3517";
|
|
6
|
+
CerfaType[CerfaType["CERFA_2031"] = 4] = "CERFA_2031";
|
|
7
|
+
CerfaType[CerfaType["CERFA_2033"] = 5] = "CERFA_2033";
|
|
8
|
+
CerfaType[CerfaType["CERFA_2035"] = 6] = "CERFA_2035";
|
|
9
|
+
CerfaType[CerfaType["CERFA_2042_C_Pro"] = 7] = "CERFA_2042_C_Pro";
|
|
10
|
+
CerfaType[CerfaType["CERFA_2044"] = 8] = "CERFA_2044";
|
|
11
|
+
CerfaType[CerfaType["CERFA_2050"] = 9] = "CERFA_2050";
|
|
12
|
+
CerfaType[CerfaType["CERFA_2065"] = 10] = "CERFA_2065";
|
|
13
|
+
CerfaType[CerfaType["CERFA_2070"] = 11] = "CERFA_2070";
|
|
14
|
+
CerfaType[CerfaType["CERFA_2072"] = 12] = "CERFA_2072";
|
|
15
|
+
})(CerfaType || (CerfaType = {}));
|
|
15
16
|
//# sourceMappingURL=CerfaType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CerfaType.js","sourceRoot":"","sources":["../../../ts/types/Enum/CerfaType.ts"],"names":[],"mappings":"AAAA,MAAM,
|
|
1
|
+
{"version":3,"file":"CerfaType.js","sourceRoot":"","sources":["../../../ts/types/Enum/CerfaType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAaX;AAbD,WAAY,SAAS;IACnB,qDAAc,CAAA;IACd,qDAAc,CAAA;IACd,qDAAc,CAAA;IACd,qDAAc,CAAA;IACd,qDAAc,CAAA;IACd,qDAAc,CAAA;IACd,iEAAoB,CAAA;IACpB,qDAAc,CAAA;IACd,qDAAc,CAAA;IACd,sDAAe,CAAA;IACf,sDAAe,CAAA;IACf,sDAAe,CAAA;AACjB,CAAC,EAbW,SAAS,KAAT,SAAS,QAapB","sourcesContent":["export enum CerfaType {\n CERFA_3310 = 1,\n CERFA_3514 = 2,\n CERFA_3517 = 3,\n CERFA_2031 = 4,\n CERFA_2033 = 5,\n CERFA_2035 = 6,\n CERFA_2042_C_Pro = 7,\n CERFA_2044 = 8,\n CERFA_2050 = 9,\n CERFA_2065 = 10,\n CERFA_2070 = 11,\n CERFA_2072 = 12,\n}"]}
|
package/es/types/Enum/Ged.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ged.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,OAAO,IAAI;IACX,kBAAkB,IAAI;IACtB,MAAM,IAAI;IACV,OAAO,IAAI;IACX,UAAU,IAAI;IACd,OAAO,IAAI;IACX,IAAI,IAAI;IACR,cAAc,IAAI;CACnB;AAED,oBAAY,SAAS;IACnB,IAAI,IAAI;IAOR,QAAQ,KAAK;IAMb,GAAG,KAAK;
|
|
1
|
+
{"version":3,"file":"Ged.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,OAAO,IAAI;IACX,kBAAkB,IAAI;IACtB,MAAM,IAAI;IACV,OAAO,IAAI;IACX,UAAU,IAAI;IACd,OAAO,IAAI;IACX,IAAI,IAAI;IACR,cAAc,IAAI;CACnB;AAED,oBAAY,SAAS;IACnB,IAAI,IAAI;IAOR,QAAQ,KAAK;IAMb,GAAG,KAAK;IAGR,gBAAgB,KAAK;IAWrB,QAAQ,KAAK;IAEb,aAAa,KAAK;IAGlB,cAAc,KAAK;CAEpB;AAED,oBAAY,WAAW;IACrB,QAAQ,IAAI;IAEZ,IAAI,IAAI;IAOR,KAAK,KAAK;IAQV,cAAc,KAAK;IACnB,YAAY,KAAK;IACjB,iBAAiB,KAAK;CACvB"}
|
package/es/types/Enum/Ged.js
CHANGED
|
@@ -27,7 +27,7 @@ export var GedFolder;
|
|
|
27
27
|
GedFolder[GedFolder["AGM"] = 19] = "AGM";
|
|
28
28
|
// Contracts & Leases = 20,
|
|
29
29
|
// Insurance = 22,
|
|
30
|
-
|
|
30
|
+
GedFolder[GedFolder["CABINET_INVOICES"] = 23] = "CABINET_INVOICES";
|
|
31
31
|
// Others = 24,
|
|
32
32
|
// Vehicles = 25,
|
|
33
33
|
// Borrowing tables = 26,
|
package/es/types/Enum/Ged.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ged.js","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WASX;AATD,WAAY,WAAW;IACrB,mDAAW,CAAA;IACX,yEAAsB,CAAA;IACtB,iDAAU,CAAA;IACV,mDAAW,CAAA;IACX,yDAAc,CAAA;IACd,mDAAW,CAAA;IACX,6CAAQ,CAAA;IACR,iEAAkB,CAAA;AACpB,CAAC,EATW,WAAW,KAAX,WAAW,QAStB;AAED,MAAM,CAAN,IAAY,SAmCX;AAnCD,WAAY,SAAS;IACnB,yCAAQ,CAAA;IACR,uBAAuB;IACvB,sBAAsB;IACtB,2BAA2B;IAC3B,+BAA+B;IAC/B,yBAAyB;IACzB,wBAAwB;IACxB,kDAAa,CAAA;IACb,sCAAsC;IACtC,qBAAqB;IACrB,6BAA6B;IAC7B,kBAAkB;IAClB,YAAY;IACZ,wCAAQ,CAAA;IACR,2BAA2B;IAC3B,kBAAkB;IAClB,
|
|
1
|
+
{"version":3,"file":"Ged.js","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WASX;AATD,WAAY,WAAW;IACrB,mDAAW,CAAA;IACX,yEAAsB,CAAA;IACtB,iDAAU,CAAA;IACV,mDAAW,CAAA;IACX,yDAAc,CAAA;IACd,mDAAW,CAAA;IACX,6CAAQ,CAAA;IACR,iEAAkB,CAAA;AACpB,CAAC,EATW,WAAW,KAAX,WAAW,QAStB;AAED,MAAM,CAAN,IAAY,SAmCX;AAnCD,WAAY,SAAS;IACnB,yCAAQ,CAAA;IACR,uBAAuB;IACvB,sBAAsB;IACtB,2BAA2B;IAC3B,+BAA+B;IAC/B,yBAAyB;IACzB,wBAAwB;IACxB,kDAAa,CAAA;IACb,sCAAsC;IACtC,qBAAqB;IACrB,6BAA6B;IAC7B,kBAAkB;IAClB,YAAY;IACZ,wCAAQ,CAAA;IACR,2BAA2B;IAC3B,kBAAkB;IAClB,kEAAqB,CAAA;IACrB,eAAe;IACf,iBAAiB;IACjB,yBAAyB;IACzB,qBAAqB;IACrB,iCAAiC;IACjC,0BAA0B;IAC1B,yCAAyC;IACzC,sBAAsB;IACtB,4BAA4B;IAC5B,qBAAqB;IACrB,kDAAa,CAAA;IACb,uBAAuB;IACvB,4DAAkB,CAAA;IAClB,wBAAwB;IACxB,kBAAkB;IAClB,8DAAmB,CAAA;IACnB,oCAAoC;AACtC,CAAC,EAnCW,SAAS,KAAT,SAAS,QAmCpB;AAED,MAAM,CAAN,IAAY,WAqBX;AArBD,WAAY,WAAW;IACrB,qDAAY,CAAA;IACZ,wBAAwB;IACxB,6CAAQ,CAAA;IACR,UAAU;IACV,qBAAqB;IACrB,WAAW;IACX,gBAAgB;IAChB,SAAS;IACT,UAAU;IACV,gDAAU,CAAA;IACV,iEAAiE;IACjE,0CAA0C;IAC1C,+CAA+C;IAC/C,yEAAyE;IACzE,8DAA8D;IAC9D,gDAAgD;IAChD,4BAA4B;IAC5B,kEAAmB,CAAA;IACnB,8DAAiB,CAAA;IACjB,wEAAsB,CAAA;AACxB,CAAC,EArBW,WAAW,KAAX,WAAW,QAqBtB","sourcesContent":["export enum GedCategory {\n COMPANY = 1,\n ACCOUNTING_AND_TAX = 2,\n SOCIAL = 3,\n JURIDIC = 4,\n GENERALITY = 5,\n BILLING = 6,\n MAIL = 7,\n BANK_STATEMENT = 8,\n}\n\nexport enum GedFolder {\n KBIS = 1,\n // Mission letters = 2,\n // Mandates & RIB = 3,\n // Balance-GL Journals = 5,\n // Closes & Balance Sheets = 7,\n // VAT declarations = 10,\n // IS declarations = 11,\n STATUTES = 13,\n // Training and professional tax = 14,\n // DADS-U & DUE = 15,\n // URSSAF & Pôle-Emploi = 16,\n // Pay slips = 17,\n // TNS = 18,\n AGM = 19, // Annual General Meeting, PV d'AG\n // Contracts & Leases = 20,\n // Insurance = 22,\n CABINET_INVOICES = 23,\n // Others = 24,\n // Vehicles = 25,\n // Borrowing tables = 26,\n // RSI & URSSAF = 27,\n // Previous GA balance & PV = 28,\n // Slips for the CFE = 29,\n // Suppliers / customers appendices = 30,\n // Miscellaneous = 31,\n // Legal Announcements = 32,\n // Certificates = 33,\n PARTNERS = 34,\n // Incoming mails = 35,\n OUTGOING_MAIL = 36,\n // Bank Statements = 37,\n // Formalism = 38,\n PENDING_POINTS = 39,\n // Balance-GL Journals Year N-1 = 40\n}\n\nexport enum GedFileType {\n STATUTES = 1,\n // 2,'Carte d\\'identité'\n KBIS = 3,\n // 4,'RIB'\n // 5,'Mémento Fiscal'\n // 6,'SEPA'\n // 7,'Plaquette'\n // 8,'M0'\n // 9,'Dbe'\n OTHER = 10,\n // 11,'Inscription au répertoire SIRENE / Répertoire des métiers'\n // 12,'Déclaration du patrimoine affectée'\n // 13,'Déclaration des bénéficiaires effectifs'\n // 14,'Liste des souscripteurs pour connaître la répartition des actions'\n // 15,'Récépissé d’inscription de l’association en préfecture'\n // 16,'Liste des représentants de l’association'\n // 17,'Règlement intérieur',\n REVISION_GUIDE = 18,\n SUMMARY_NOTE = 19,\n BALANCESHEET_NOTE = 20,\n}\n"]}
|