@adspireai/adspire-node-sdk 1.0.239 → 1.0.240

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.
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.client = void 0;
5
5
  const client_fetch_1 = require("@hey-api/client-fetch");
6
6
  exports.client = (0, client_fetch_1.createClient)((0, client_fetch_1.createConfig)({
7
- baseUrl: 'https://stage-api.adspire.ai'
7
+ baseUrl: 'https://staging.adspire.ai'
8
8
  }));
9
9
  //# sourceMappingURL=client.gen.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"client.gen.js","sourceRoot":"","sources":["../src/client.gen.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,wDAA4H;AAY/G,QAAA,MAAM,GAAG,IAAA,2BAAY,EAAC,IAAA,2BAAY,EAAgB;IAC3D,OAAO,EAAE,8BAA8B;CAC1C,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"client.gen.js","sourceRoot":"","sources":["../src/client.gen.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,wDAA4H;AAY/G,QAAA,MAAM,GAAG,IAAA,2BAAY,EAAC,IAAA,2BAAY,EAAgB;IAC3D,OAAO,EAAE,4BAA4B;CACxC,CAAC,CAAC,CAAC"}
@@ -4896,5 +4896,5 @@ export type AcceptWorkspaceInviteResponses = {
4896
4896
  };
4897
4897
  export type AcceptWorkspaceInviteResponse = AcceptWorkspaceInviteResponses[keyof AcceptWorkspaceInviteResponses];
4898
4898
  export type ClientOptions = {
4899
- baseUrl: 'https://stage-api.adspire.ai' | (string & {});
4899
+ baseUrl: 'https://staging.adspire.ai' | (string & {});
4900
4900
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adspireai/adspire-node-sdk",
3
- "version": "1.0.239",
3
+ "version": "1.0.240",
4
4
  "description": "Official Node.js SDK for AdspireAI API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",