@fusionauth/typescript-client 1.45.0 → 1.47.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 +16 -6
- package/build/index.js.map +1 -1
- package/build/src/FusionAuthClient.d.ts +3875 -3768
- package/build/src/FusionAuthClient.js +844 -742
- package/build/src/FusionAuthClient.js.map +1 -1
- package/dist/fusionauth-typescript-client.js +890 -754
- package/dist/fusionauth-typescript-client.min.js +1 -1
- package/dist/fusionauth-typescript-client.min.js.map +1 -1
- package/package.json +2 -2
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
|
|
18
|
-
|
|
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
|
-
|
|
24
|
-
|
|
25
|
-
|
|
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
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG
|
|
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"}
|