@frontegg/rest-api 3.0.122 → 3.0.123

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/index.d.ts CHANGED
@@ -37,9 +37,9 @@ export * from "./subscriptions/interfaces";
37
37
  export * from "./vendor/interfaces";
38
38
  export * from "./sub-tenants/interfaces";
39
39
  export * from "./routers";
40
- export * from "./feature-flags";
40
+ export * from "./feature-flags/index";
41
41
  export * from "./feature-flags/interfaces";
42
- export * from "./directory";
42
+ export * from "./directory/index";
43
43
  export * from "./directory/interfaces";
44
44
  export * from "./impersonate/interfaces";
45
45
  export * from "./groups/interfaces";
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.122
1
+ /** @license Frontegg v3.0.123
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -42,9 +42,9 @@ export * from "./subscriptions/interfaces";
42
42
  export * from "./vendor/interfaces";
43
43
  export * from "./sub-tenants/interfaces";
44
44
  export * from "./routers";
45
- export * from "./feature-flags";
45
+ export * from "./feature-flags/index";
46
46
  export * from "./feature-flags/interfaces";
47
- export * from "./directory";
47
+ export * from "./directory/index";
48
48
  export * from "./directory/interfaces";
49
49
  export * from "./impersonate/interfaces";
50
50
  export * from "./groups/interfaces";
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.122
1
+ /** @license Frontegg v3.0.123
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -118,32 +118,8 @@ var subTenants = _interopRequireWildcard(require("./sub-tenants"));
118
118
 
119
119
  var featureFlags = _interopRequireWildcard(require("./feature-flags"));
120
120
 
121
- Object.keys(featureFlags).forEach(function (key) {
122
- if (key === "default" || key === "__esModule") return;
123
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
124
- if (key in exports && exports[key] === featureFlags[key]) return;
125
- Object.defineProperty(exports, key, {
126
- enumerable: true,
127
- get: function () {
128
- return featureFlags[key];
129
- }
130
- });
131
- });
132
-
133
121
  var directory = _interopRequireWildcard(require("./directory"));
134
122
 
135
- Object.keys(directory).forEach(function (key) {
136
- if (key === "default" || key === "__esModule") return;
137
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
138
- if (key in exports && exports[key] === directory[key]) return;
139
- Object.defineProperty(exports, key, {
140
- enumerable: true,
141
- get: function () {
142
- return directory[key];
143
- }
144
- });
145
- });
146
-
147
123
  var impersonate = _interopRequireWildcard(require("./impersonate"));
148
124
 
149
125
  var groups = _interopRequireWildcard(require("./groups"));
@@ -364,6 +340,20 @@ Object.keys(_routers).forEach(function (key) {
364
340
  });
365
341
  });
366
342
 
343
+ var _index = require("./feature-flags/index");
344
+
345
+ Object.keys(_index).forEach(function (key) {
346
+ if (key === "default" || key === "__esModule") return;
347
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
348
+ if (key in exports && exports[key] === _index[key]) return;
349
+ Object.defineProperty(exports, key, {
350
+ enumerable: true,
351
+ get: function () {
352
+ return _index[key];
353
+ }
354
+ });
355
+ });
356
+
367
357
  var _interfaces15 = require("./feature-flags/interfaces");
368
358
 
369
359
  Object.keys(_interfaces15).forEach(function (key) {
@@ -378,6 +368,20 @@ Object.keys(_interfaces15).forEach(function (key) {
378
368
  });
379
369
  });
380
370
 
371
+ var _index2 = require("./directory/index");
372
+
373
+ Object.keys(_index2).forEach(function (key) {
374
+ if (key === "default" || key === "__esModule") return;
375
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
376
+ if (key in exports && exports[key] === _index2[key]) return;
377
+ Object.defineProperty(exports, key, {
378
+ enumerable: true,
379
+ get: function () {
380
+ return _index2[key];
381
+ }
382
+ });
383
+ });
384
+
381
385
  var _interfaces16 = require("./directory/interfaces");
382
386
 
383
387
  Object.keys(_interfaces16).forEach(function (key) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/rest-api",
3
- "version": "3.0.122",
3
+ "version": "3.0.123",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {