@pristy/pristy-libvue 0.30.3 → 0.30.5
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/dist/pristy-libvue.js +12 -2
- package/dist/pristy-libvue.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/pristy-libvue.js
CHANGED
|
@@ -1094,6 +1094,16 @@ class Z0 {
|
|
|
1094
1094
|
throw I("getWorkspaceMemberships", e);
|
|
1095
1095
|
});
|
|
1096
1096
|
}
|
|
1097
|
+
getWorkspaceMembershipsWithOpts(t, l) {
|
|
1098
|
+
return i.listSiteMemberships(t, l).catch((e) => {
|
|
1099
|
+
throw I("getWorkspaceMemberships", e);
|
|
1100
|
+
});
|
|
1101
|
+
}
|
|
1102
|
+
getWorkspaceGroupsWithOpts(t, l) {
|
|
1103
|
+
return i.listSiteGroups(t, l).then((e) => e.list.entries.map((c) => c.entry)).catch((e) => {
|
|
1104
|
+
throw I("getWorkspaceGroups", e);
|
|
1105
|
+
});
|
|
1106
|
+
}
|
|
1097
1107
|
getWorkspaceGroups(t) {
|
|
1098
1108
|
const l = {};
|
|
1099
1109
|
return i.listSiteGroups(t, l).then((e) => e.list.entries.map((c) => c.entry)).catch((e) => {
|
|
@@ -1423,8 +1433,8 @@ const M = u({
|
|
|
1423
1433
|
CONSTRAINTS: [],
|
|
1424
1434
|
METADATA: [],
|
|
1425
1435
|
ASPECTS: [],
|
|
1426
|
-
|
|
1427
|
-
|
|
1436
|
+
PLAN_CLASSEMENT_AM: [],
|
|
1437
|
+
PLAN_CLASSEMENT_AF: [],
|
|
1428
1438
|
NATURE_DOCUMENT_AF: [],
|
|
1429
1439
|
NATURE_DOCUMENT_AM: [],
|
|
1430
1440
|
OIDC_REALM: "realm",
|