@openfort/openfort-node 0.6.76 → 0.6.78

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/index.mjs CHANGED
@@ -326,7 +326,7 @@ var ServerConfiguration = class {
326
326
  }
327
327
  };
328
328
  var server1 = new ServerConfiguration(
329
- "https://api.openfort.xyz",
329
+ "https://api.openfort.io",
330
330
  {}
331
331
  );
332
332
 
@@ -12527,6 +12527,7 @@ var enumsMap = /* @__PURE__ */ new Set([
12527
12527
  "AssetType",
12528
12528
  "AuthMigrationStatus",
12529
12529
  "AuthProviderResponse",
12530
+ "AuthenticateOAuthRequestProvider",
12530
12531
  "AuthenticationType",
12531
12532
  "BasicAuthProvider",
12532
12533
  "BasicAuthProviderEMAIL",
@@ -22825,7 +22826,7 @@ function httpErrorHandler(target) {
22825
22826
  }
22826
22827
 
22827
22828
  // src/version.ts
22828
- var VERSION = "0.6.76";
22829
+ var VERSION = "0.6.78";
22829
22830
  var PACKAGE = "@openfort/openfort-node";
22830
22831
 
22831
22832
  // src/utilities/middleware.ts