@beam3_dev/api_module 0.0.196 → 0.0.197
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/README.md +4 -5
- package/dist/wb3Api.js +4 -3
- package/dist/wb3Api.js.map +1 -1
- package/dist/wb3Api.umd.cjs +4 -4
- package/dist/wb3Api.umd.cjs.map +1 -1
- package/package.json +58 -58
package/README.md
CHANGED
|
@@ -10,17 +10,16 @@ disponible [sur le marcketplace](https://marketplace.visualstudio.com/items?item
|
|
|
10
10
|
## installation
|
|
11
11
|
|
|
12
12
|
```sh
|
|
13
|
-
npm i -D
|
|
13
|
+
npm i -D @beam3_dev/api_module
|
|
14
14
|
# ou
|
|
15
|
-
yarn add -D
|
|
15
|
+
yarn add -D @beam3_dev/api_module
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
## Mise a jour
|
|
19
19
|
|
|
20
20
|
```sh
|
|
21
|
-
npm run
|
|
22
|
-
|
|
23
|
-
npm run b3:publish
|
|
21
|
+
npm run module
|
|
22
|
+
|
|
24
23
|
```
|
|
25
24
|
|
|
26
25
|
## Attention
|
package/dist/wb3Api.js
CHANGED
|
@@ -1638,7 +1638,7 @@ function nt(e, t = void 0, s = void 0) {
|
|
|
1638
1638
|
const n = {
|
|
1639
1639
|
base: e.space,
|
|
1640
1640
|
uri: "/api/community/listmycommunities",
|
|
1641
|
-
limit: `/limit/${e.limit ? e.limit :
|
|
1641
|
+
limit: `/limit/${e.limit ? e.limit : 500}`,
|
|
1642
1642
|
page: `/page/${e.page ? e.page : "1"}`
|
|
1643
1643
|
}, i = `${n.base}${n.uri}${n.limit}${n.page}`, r = [];
|
|
1644
1644
|
w(e, (o) => {
|
|
@@ -2063,7 +2063,8 @@ function pt(e, t = de, s = void 0, n = void 0) {
|
|
|
2063
2063
|
const i = {
|
|
2064
2064
|
uri: "/api/idea/list",
|
|
2065
2065
|
comId: `/community_id/${e.tenant.toLowerCase() === "r1132101716373" ? t.community_id : "bgnIsG74SUWswyGzS6NC6g"}`,
|
|
2066
|
-
limit: `/limit/${t.limit ? t.limit :
|
|
2066
|
+
limit: `/limit/${t.limit ? t.limit : 1e3}`,
|
|
2067
|
+
page: `/page/${t.page ? t.page : 1}`
|
|
2067
2068
|
}, r = `${e.space}${i.uri}${i.comId}${i.limit}`;
|
|
2068
2069
|
w(e, (o) => {
|
|
2069
2070
|
m(r, {
|
|
@@ -2475,12 +2476,12 @@ export {
|
|
|
2475
2476
|
dt as _3DSwym_editIdea,
|
|
2476
2477
|
re as _3DSwym_findCommunityToInstantMSG,
|
|
2477
2478
|
nt as _3DSwym_getAllCommunities,
|
|
2479
|
+
pt as _3DSwym_getAllListIdeas,
|
|
2478
2480
|
et as _3DSwym_getAllNews,
|
|
2479
2481
|
tt as _3DSwym_getFamiliarPeople,
|
|
2480
2482
|
st as _3DSwym_getIdeaStatusMaturity,
|
|
2481
2483
|
oe as _3DSwym_getMembersCommunity,
|
|
2482
2484
|
ct as _3DSwym_getOneIdea,
|
|
2483
|
-
pt as _3DSwym_get_AllSWYMIdeas,
|
|
2484
2485
|
w as _3DSwym_get_Token,
|
|
2485
2486
|
ut as _3DSwym_get_currentUser,
|
|
2486
2487
|
lt as _3DSwym_get_findUser,
|