@aui.io/aui-client 1.2.12 → 1.2.14

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.
@@ -45,8 +45,8 @@ class ApolloClient {
45
45
  "x-network-api-key": _options === null || _options === void 0 ? void 0 : _options.networkApiKey,
46
46
  "X-Fern-Language": "JavaScript",
47
47
  "X-Fern-SDK-Name": "@aui.io/aui-client",
48
- "X-Fern-SDK-Version": "1.2.12",
49
- "User-Agent": "@aui.io/aui-client/1.2.12",
48
+ "X-Fern-SDK-Version": "1.2.14",
49
+ "User-Agent": "@aui.io/aui-client/1.2.14",
50
50
  "X-Fern-Runtime": core.RUNTIME.type,
51
51
  "X-Fern-Runtime-Version": core.RUNTIME.version,
52
52
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -5,7 +5,7 @@ export interface ApolloEnvironmentUrls {
5
5
  export declare const ApolloEnvironment: {
6
6
  readonly Default: {
7
7
  readonly base: "https://azure.aui.io/api/ia-controller";
8
- readonly staging: "wss://api-staging.internal-aui.io";
8
+ readonly staging: "wss://api.aui.io";
9
9
  };
10
10
  };
11
11
  export type ApolloEnvironment = typeof ApolloEnvironment.Default;
@@ -5,6 +5,6 @@ exports.ApolloEnvironment = void 0;
5
5
  exports.ApolloEnvironment = {
6
6
  Default: {
7
7
  base: "https://azure.aui.io/api/ia-controller",
8
- staging: "wss://api-staging.internal-aui.io",
8
+ staging: "wss://api.aui.io",
9
9
  },
10
10
  };
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.2.12";
1
+ export declare const SDK_VERSION = "1.2.14";
@@ -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 = "1.2.12";
4
+ exports.SDK_VERSION = "1.2.14";
@@ -9,8 +9,8 @@ export class ApolloClient {
9
9
  "x-network-api-key": _options === null || _options === void 0 ? void 0 : _options.networkApiKey,
10
10
  "X-Fern-Language": "JavaScript",
11
11
  "X-Fern-SDK-Name": "@aui.io/aui-client",
12
- "X-Fern-SDK-Version": "1.2.12",
13
- "User-Agent": "@aui.io/aui-client/1.2.12",
12
+ "X-Fern-SDK-Version": "1.2.14",
13
+ "User-Agent": "@aui.io/aui-client/1.2.14",
14
14
  "X-Fern-Runtime": core.RUNTIME.type,
15
15
  "X-Fern-Runtime-Version": core.RUNTIME.version,
16
16
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -5,7 +5,7 @@ export interface ApolloEnvironmentUrls {
5
5
  export declare const ApolloEnvironment: {
6
6
  readonly Default: {
7
7
  readonly base: "https://azure.aui.io/api/ia-controller";
8
- readonly staging: "wss://api-staging.internal-aui.io";
8
+ readonly staging: "wss://api.aui.io";
9
9
  };
10
10
  };
11
11
  export type ApolloEnvironment = typeof ApolloEnvironment.Default;
@@ -2,6 +2,6 @@
2
2
  export const ApolloEnvironment = {
3
3
  Default: {
4
4
  base: "https://azure.aui.io/api/ia-controller",
5
- staging: "wss://api-staging.internal-aui.io",
5
+ staging: "wss://api.aui.io",
6
6
  },
7
7
  };
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.2.12";
1
+ export declare const SDK_VERSION = "1.2.14";
@@ -1 +1 @@
1
- export const SDK_VERSION = "1.2.12";
1
+ export const SDK_VERSION = "1.2.14";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aui.io/aui-client",
3
- "version": "1.2.12",
3
+ "version": "1.2.14",
4
4
  "private": false,
5
5
  "repository": "github:aui-io/aui-client-typescript",
6
6
  "type": "commonjs",