@antscorp/antsomi-ui 1.3.5-beta.711 → 1.3.5-beta.712

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.
@@ -9,6 +9,13 @@ export declare const CDP_API: {
9
9
  staging: string;
10
10
  production: string;
11
11
  };
12
+ export declare const ANTALYSER_API: {
13
+ development: string;
14
+ sandbox: string;
15
+ "sandbox-cdp": string;
16
+ staging: string;
17
+ production: string;
18
+ };
12
19
  export declare const CDP_ROUTE: {
13
20
  sandbox: string;
14
21
  "sandbox-cdp": string;
@@ -13,6 +13,13 @@ export const CDP_API = {
13
13
  [ENV.STAGING]: 'https://staging-cdp.antsomi.com',
14
14
  [ENV.PROD]: 'https://cdp.antsomi.com',
15
15
  };
16
+ export const ANTALYSER_API = {
17
+ [ENV.DEV]: 'https://sandbox-antalyser.ants.vn',
18
+ [ENV.SANDBOX]: 'https://sandbox-antalyser.ants.vn',
19
+ [ENV.SANDBOX_CDP]: 'https://sandbox-antalyser.ants.vn',
20
+ [ENV.STAGING]: 'https://sandbox-antalyser.ants.vn',
21
+ [ENV.PROD]: 'https://sandbox-antalyser.ants.vn',
22
+ };
16
23
  export const CDP_ROUTE = {
17
24
  [ENV.SANDBOX]: 'https://sandbox-cdp.antsomi.com',
18
25
  [ENV.SANDBOX_CDP]: 'https://sandbox-cdp.antsomi.com',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.711",
3
+ "version": "1.3.5-beta.712",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",