@dynamic-labs/sdk-api 0.0.236 → 0.0.237

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api",
3
- "version": "0.0.236",
3
+ "version": "0.0.237",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
package/src/runtime.cjs CHANGED
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var _tslib = require('../_virtual/_tslib.cjs');
6
6
 
7
7
  /* tslint:disable */
8
- const BASE_PATH = "https://app.dynamic.xyz/api/v0".replace(/\/+$/, "");
8
+ const BASE_PATH = "https://app.dynamicauth.com/api/v0".replace(/\/+$/, "");
9
9
  const isBlob = (value) => typeof Blob !== 'undefined' && value instanceof Blob;
10
10
  /**
11
11
  * This is the base class for all generated API classes.
package/src/runtime.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { __awaiter } from '../_virtual/_tslib.js';
2
2
 
3
3
  /* tslint:disable */
4
- const BASE_PATH = "https://app.dynamic.xyz/api/v0".replace(/\/+$/, "");
4
+ const BASE_PATH = "https://app.dynamicauth.com/api/v0".replace(/\/+$/, "");
5
5
  const isBlob = (value) => typeof Blob !== 'undefined' && value instanceof Blob;
6
6
  /**
7
7
  * This is the base class for all generated API classes.