@ezpaarse-project/ezreeport-sdk-js 1.0.0-beta.1

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/README.md +774 -0
  3. package/dist/browser/ezreeport-sdk-js.mjs +2263 -0
  4. package/dist/browser/ezreeport-sdk-js.mjs.map +1 -0
  5. package/dist/browser/ezreeport-sdk-js.umd.js +4 -0
  6. package/dist/browser/ezreeport-sdk-js.umd.js.map +1 -0
  7. package/dist/node/package.json +56 -0
  8. package/dist/types/index.d.ts +24 -0
  9. package/dist/types/lib/axios.d.ts +51 -0
  10. package/dist/types/lib/promises.d.ts +18 -0
  11. package/dist/types/lib/utils.d.ts +22 -0
  12. package/dist/types/modules/auth.d.ts +90 -0
  13. package/dist/types/modules/auth.public.d.ts +1 -0
  14. package/dist/types/modules/crons.d.ts +78 -0
  15. package/dist/types/modules/crons.public.d.ts +1 -0
  16. package/dist/types/modules/health.d.ts +53 -0
  17. package/dist/types/modules/health.public.d.ts +1 -0
  18. package/dist/types/modules/history.d.ts +38 -0
  19. package/dist/types/modules/history.public.d.ts +1 -0
  20. package/dist/types/modules/institutions.d.ts +56 -0
  21. package/dist/types/modules/namespaces.d.ts +19 -0
  22. package/dist/types/modules/namespaces.public.d.ts +1 -0
  23. package/dist/types/modules/queues.d.ts +93 -0
  24. package/dist/types/modules/queues.public.d.ts +1 -0
  25. package/dist/types/modules/reports.d.ts +194 -0
  26. package/dist/types/modules/reports.public.d.ts +1 -0
  27. package/dist/types/modules/setup.d.ts +17 -0
  28. package/dist/types/modules/setup.public.d.ts +2 -0
  29. package/dist/types/modules/tasks.base.d.ts +48 -0
  30. package/dist/types/modules/tasks.d.ts +124 -0
  31. package/dist/types/modules/tasks.public.d.ts +2 -0
  32. package/dist/types/modules/templates.d.ts +120 -0
  33. package/dist/types/modules/templates.public.d.ts +1 -0
  34. package/package.json +56 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,42 @@
1
+ # @ezpaarse-project/ezreeport-sdk-js 1.0.0-beta.1 (2023-05-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **sdk:** fix type on getAllTemplates ([4309030](https://github.com/ezpaarse-project/ezreeport/commit/4309030938b47d7289a72736b84d99540bd40784))
7
+ * **sdk:** fixed export of crons methods ([46d1dbc](https://github.com/ezpaarse-project/ezreeport/commit/46d1dbc081a1c2206c2a63737088c4627990f7ca))
8
+ * **sdk:** fixed export of reccurence ([7d88766](https://github.com/ezpaarse-project/ezreeport/commit/7d8876676256de55766b4724c57c5c9b27effe5e))
9
+ * **sdk:** fixed namespace in task in history ([a992199](https://github.com/ezpaarse-project/ezreeport/commit/a992199ecb4c2748112fe928ba93f5e9a6e8a4df))
10
+ * **sdk:** fixed type of InputTask ([3feaade](https://github.com/ezpaarse-project/ezreeport/commit/3feaade67d014cf24a47d222af0a4a284a0c466f))
11
+ * **sdk:** fixed type of paginated data ([7113f7d](https://github.com/ezpaarse-project/ezreeport/commit/7113f7d42d2f0e98f351202d8efcc47126f7c0e3))
12
+ * **sdk:** fixed type on figures ([74e3467](https://github.com/ezpaarse-project/ezreeport/commit/74e3467b3edb2a698ccb460a9da4b32760b0c5d8))
13
+ * **sdk:** fixed types by replacing objects with json values ([ae1a501](https://github.com/ezpaarse-project/ezreeport/commit/ae1a50192531308aa097cd3f7f2c8218cc2c880d))
14
+ * **sdk:** fixed types on report ([89542e1](https://github.com/ezpaarse-project/ezreeport/commit/89542e1c547dbbfa67f4685020e55a18c9b0bb14))
15
+ * **sdk:** fixed wrong name for updating template ([b75dad6](https://github.com/ezpaarse-project/ezreeport/commit/b75dad69899df59cefeac246e33f9243307cf200))
16
+ * **sdk:** updating auth module following API ([947084d](https://github.com/ezpaarse-project/ezreeport/commit/947084d8827c41c2ec4fbb3ff64eaf24a5bd9fd5))
17
+ * **vue:** fixed generation permissions ([afbeea2](https://github.com/ezpaarse-project/ezreeport/commit/afbeea21c38da0d2fe7686f0b88666b4abcf3bde))
18
+
19
+
20
+ ### Features
21
+
22
+ * **sdk:** added list of user's available institution ([80412de](https://github.com/ezpaarse-project/ezreeport/commit/80412de76f1f01f1f1692f17070cf24709cc8d40))
23
+ * **sdk:** added support for responseType with reports ([4997076](https://github.com/ezpaarse-project/ezreeport/commit/4997076b67722fd256c7cd0e9c8fc8e9c44144a1))
24
+ * **sdk:** added support for tags in template ([d9285b0](https://github.com/ezpaarse-project/ezreeport/commit/d9285b083c426b96fcc636cb0bf4ae7a0026dd99))
25
+ * **sdk:** added template management ([e67ae37](https://github.com/ezpaarse-project/ezreeport/commit/e67ae37a3524ba4490bc328b7939926537dbd811))
26
+ * **sdk:** can retrieve version ([e0eea2c](https://github.com/ezpaarse-project/ezreeport/commit/e0eea2ca07c3854e597f84eb534b43969f451fc8))
27
+ * **sdk:** delete no longer returns something ([743308f](https://github.com/ezpaarse-project/ezreeport/commit/743308f52e75ad329fd067c9282bbb80dbbcb42a))
28
+ * **sdk:** following api changes about queues ([d49fd3f](https://github.com/ezpaarse-project/ezreeport/commit/d49fd3f99243186cdc697f8f026af565dc569bad))
29
+ * **sdk:** following reporting api changes ([4a52e7c](https://github.com/ezpaarse-project/ezreeport/commit/4a52e7c2a5ffd83f3ee2d471484d4b49115adcbb))
30
+ * **sdk:** moved institutions to dedicated modules ([4e81396](https://github.com/ezpaarse-project/ezreeport/commit/4e813967ab1faff1f26728878e25a456600e9054))
31
+ * **sdk:** task is now included in history list ([d094471](https://github.com/ezpaarse-project/ezreeport/commit/d094471d702cbef36f2f58fde9f3049c327a0ccc))
32
+ * **sdk:** using namespaces instead of institutions, following API ([9950309](https://github.com/ezpaarse-project/ezreeport/commit/99503094c972aede02c18677b3c81e718d820214))
33
+ * **vue:** added base to work on vue plugin ([7d2dd35](https://github.com/ezpaarse-project/ezreeport/commit/7d2dd35f2c157115ccbf706860bdb9473196e9fd))
34
+ * **vue:** added global data for sdk ([f2ad20f](https://github.com/ezpaarse-project/ezreeport/commit/f2ad20f5beaf446d200ad0987cad567495fba0c8))
35
+ * **vue:** moved from `Histoire` to `Storybook` ([4f41efe](https://github.com/ezpaarse-project/ezreeport/commit/4f41efefcd75c063fbc5dbfc63f03d15c191fb6c))
36
+ * **vue:** switched to the new permission system ([a0a59a0](https://github.com/ezpaarse-project/ezreeport/commit/a0a59a050a216f1ca4a17060fb57395deb5c443a))
37
+
38
+
39
+ ### BREAKING CHANGES
40
+
41
+ * **sdk:** institution parameter is now an array of strings
42
+ * **sdk:** institution module is dropped