@evergis/api 3.0.43 → 3.0.44
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/__generated__/data-contracts.d.ts +52 -0
- package/dist/api.cjs.development.js +1 -0
- package/dist/api.cjs.development.js.map +1 -1
- package/dist/api.cjs.production.min.js +1 -1
- package/dist/api.cjs.production.min.js.map +1 -1
- package/dist/api.esm.js +3 -0
- package/dist/api.esm.js.map +1 -1
- package/package.json +3 -2
package/dist/api.esm.js
CHANGED
|
@@ -7213,6 +7213,8 @@ write
|
|
|
7213
7213
|
|
|
7214
7214
|
read
|
|
7215
7215
|
|
|
7216
|
+
read,configure
|
|
7217
|
+
|
|
7216
7218
|
read,write
|
|
7217
7219
|
|
|
7218
7220
|
read,write,configure
|
|
@@ -7226,6 +7228,7 @@ var Permissions;
|
|
|
7226
7228
|
Permissions["Configure"] = "configure";
|
|
7227
7229
|
Permissions["Write"] = "write";
|
|
7228
7230
|
Permissions["Read"] = "read";
|
|
7231
|
+
Permissions["ReadConfigure"] = "read,configure";
|
|
7229
7232
|
Permissions["ReadWrite"] = "read,write";
|
|
7230
7233
|
Permissions["All"] = "read,write,configure";
|
|
7231
7234
|
})(Permissions || (Permissions = {}));
|