@corti/sdk 0.1.2-agents.rc → 0.1.2-agents.rc.1

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.
@@ -64,8 +64,8 @@ class CortiClient {
64
64
  "Tenant-Name": _options === null || _options === void 0 ? void 0 : _options.tenantName,
65
65
  "X-Fern-Language": "JavaScript",
66
66
  "X-Fern-SDK-Name": "@corti/sdk",
67
- "X-Fern-SDK-Version": "0.1.2-agents.rc",
68
- "User-Agent": "@corti/sdk/0.1.2-agents.rc",
67
+ "X-Fern-SDK-Version": "0.1.2-agents.rc.1",
68
+ "User-Agent": "@corti/sdk/0.1.2-agents.rc.1",
69
69
  "X-Fern-Runtime": core.RUNTIME.type,
70
70
  "X-Fern-Runtime-Version": core.RUNTIME.version,
71
71
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -7,7 +7,7 @@ function getEnvironment(environment) {
7
7
  base: `https://api.${environment}.corti.app/v2`,
8
8
  wss: `wss://api.${environment}.corti.app`,
9
9
  login: `https://auth.${environment}.corti.app/realms`,
10
- agents: `https://agents.${environment}.corti.app/agents`,
10
+ agents: `https://api.${environment}.corti.app/agents`,
11
11
  }
12
12
  : environment;
13
13
  }
@@ -12,13 +12,13 @@ export declare const CortiEnvironment: {
12
12
  readonly base: "https://api.eu.corti.app/v2";
13
13
  readonly wss: "wss://api.eu.corti.app";
14
14
  readonly login: "https://auth.eu.corti.app/realms";
15
- readonly agents: "https://agents.eu.corti.app/agents";
15
+ readonly agents: "https://api.eu.corti.app/agents";
16
16
  };
17
17
  readonly Us: {
18
18
  readonly base: "https://api.us.corti.app/v2";
19
19
  readonly wss: "wss://api.us.corti.app";
20
20
  readonly login: "https://auth.us.corti.app/realms";
21
- readonly agents: "https://agents.us.corti.app/agents";
21
+ readonly agents: "https://api.us.corti.app/agents";
22
22
  };
23
23
  };
24
24
  export type CortiEnvironment = typeof CortiEnvironment.Eu | typeof CortiEnvironment.Us;
@@ -9,12 +9,12 @@ exports.CortiEnvironment = {
9
9
  base: "https://api.eu.corti.app/v2",
10
10
  wss: "wss://api.eu.corti.app",
11
11
  login: "https://auth.eu.corti.app/realms",
12
- agents: "https://agents.eu.corti.app/agents",
12
+ agents: "https://api.eu.corti.app/agents",
13
13
  },
14
14
  Us: {
15
15
  base: "https://api.us.corti.app/v2",
16
16
  wss: "wss://api.us.corti.app",
17
17
  login: "https://auth.us.corti.app/realms",
18
- agents: "https://agents.us.corti.app/agents",
18
+ agents: "https://api.us.corti.app/agents",
19
19
  },
20
20
  };
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.1.2-agents.rc";
1
+ export declare const SDK_VERSION = "0.1.2-agents.rc.1";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "0.1.2-agents.rc";
4
+ exports.SDK_VERSION = "0.1.2-agents.rc.1";
@@ -28,8 +28,8 @@ export class CortiClient {
28
28
  "Tenant-Name": _options === null || _options === void 0 ? void 0 : _options.tenantName,
29
29
  "X-Fern-Language": "JavaScript",
30
30
  "X-Fern-SDK-Name": "@corti/sdk",
31
- "X-Fern-SDK-Version": "0.1.2-agents.rc",
32
- "User-Agent": "@corti/sdk/0.1.2-agents.rc",
31
+ "X-Fern-SDK-Version": "0.1.2-agents.rc.1",
32
+ "User-Agent": "@corti/sdk/0.1.2-agents.rc.1",
33
33
  "X-Fern-Runtime": core.RUNTIME.type,
34
34
  "X-Fern-Runtime-Version": core.RUNTIME.version,
35
35
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -4,7 +4,7 @@ export function getEnvironment(environment) {
4
4
  base: `https://api.${environment}.corti.app/v2`,
5
5
  wss: `wss://api.${environment}.corti.app`,
6
6
  login: `https://auth.${environment}.corti.app/realms`,
7
- agents: `https://agents.${environment}.corti.app/agents`,
7
+ agents: `https://api.${environment}.corti.app/agents`,
8
8
  }
9
9
  : environment;
10
10
  }
@@ -12,13 +12,13 @@ export declare const CortiEnvironment: {
12
12
  readonly base: "https://api.eu.corti.app/v2";
13
13
  readonly wss: "wss://api.eu.corti.app";
14
14
  readonly login: "https://auth.eu.corti.app/realms";
15
- readonly agents: "https://agents.eu.corti.app/agents";
15
+ readonly agents: "https://api.eu.corti.app/agents";
16
16
  };
17
17
  readonly Us: {
18
18
  readonly base: "https://api.us.corti.app/v2";
19
19
  readonly wss: "wss://api.us.corti.app";
20
20
  readonly login: "https://auth.us.corti.app/realms";
21
- readonly agents: "https://agents.us.corti.app/agents";
21
+ readonly agents: "https://api.us.corti.app/agents";
22
22
  };
23
23
  };
24
24
  export type CortiEnvironment = typeof CortiEnvironment.Eu | typeof CortiEnvironment.Us;
@@ -6,12 +6,12 @@ export const CortiEnvironment = {
6
6
  base: "https://api.eu.corti.app/v2",
7
7
  wss: "wss://api.eu.corti.app",
8
8
  login: "https://auth.eu.corti.app/realms",
9
- agents: "https://agents.eu.corti.app/agents",
9
+ agents: "https://api.eu.corti.app/agents",
10
10
  },
11
11
  Us: {
12
12
  base: "https://api.us.corti.app/v2",
13
13
  wss: "wss://api.us.corti.app",
14
14
  login: "https://auth.us.corti.app/realms",
15
- agents: "https://agents.us.corti.app/agents",
15
+ agents: "https://api.us.corti.app/agents",
16
16
  },
17
17
  };
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.1.2-agents.rc";
1
+ export declare const SDK_VERSION = "0.1.2-agents.rc.1";
@@ -1 +1 @@
1
- export const SDK_VERSION = "0.1.2-agents.rc";
1
+ export const SDK_VERSION = "0.1.2-agents.rc.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corti/sdk",
3
- "version": "0.1.2-agents.rc",
3
+ "version": "0.1.2-agents.rc.1",
4
4
  "private": false,
5
5
  "repository": "github:corticph/corti-sdk-javascript",
6
6
  "license": "MIT",