@fusionauth/typescript-client 1.44.0 → 1.46.0

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/build/index.js CHANGED
@@ -14,13 +14,23 @@
14
14
  * either express or implied. See the License for the specific
15
15
  * language governing permissions and limitations under the License.
16
16
  */
17
- function __export(m) {
18
- for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
19
- }
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
25
+ for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
26
+ };
20
27
  Object.defineProperty(exports, "__esModule", { value: true });
21
28
  const FusionAuthClient_1 = require("./src/FusionAuthClient");
22
29
  exports.default = FusionAuthClient_1.default;
23
- __export(require("./src/FusionAuthClient"));
24
- __export(require("./src/DefaultRESTClientBuilder"));
25
- __export(require("./src/ClientResponse"));
30
+ __exportStar(require("./src/FusionAuthClient"), exports);
31
+ __exportStar(require("./src/IRESTClient"), exports);
32
+ __exportStar(require("./src/DefaultRESTClientBuilder"), exports);
33
+ __exportStar(require("./src/ClientResponse"), exports);
34
+ __exportStar(require("./src/IRESTClient"), exports);
35
+ __exportStar(require("./src/IRESTClientBuilder"), exports);
26
36
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;AAEH,6DAAqD;AACrD,kBAAe,0BAAgB,CAAC;AAEhC,4CAAuC;AAEvC,oDAA+C;AAC/C,0CAAqC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;AAEH,6DAAqD;AACrD,kBAAe,0BAAgB,CAAC;AAEhC,yDAAuC;AACvC,oDAAkC;AAClC,iEAA+C;AAC/C,uDAAqC;AACrC,oDAAkC;AAClC,2DAAyC"}