@milemaker/milemaker-js 1.0.4-alpha.0 → 1.0.5-alpha.0

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.
@@ -1,6 +1,7 @@
1
1
  import { Env } from "./types";
2
2
  export declare const PROXY_ENVS: Record<string, Env>;
3
3
  export declare const MILE_MAKER_API_ENVS: Record<Env, string>;
4
+ export declare const MILE_MAKER_APP_ENVS: Record<Env, string>;
4
5
  export declare enum HttpHeader {
5
6
  X_CLIENT = "x-client"
6
7
  }
@@ -9,3 +10,13 @@ export declare enum XClient {
9
10
  EXCEL_ADD_IN = "excel_add_in",
10
11
  MAP_SDK = "map_sdk"
11
12
  }
13
+ export declare const MILE_MAKER_PAGE_PATH: {
14
+ readonly main: "/";
15
+ readonly legal: {
16
+ readonly index: "/legal";
17
+ readonly terms: "/terms";
18
+ };
19
+ };
20
+ export declare const FULL_MILE_MAKER_PAGE_PATH: {
21
+ terms: string;
22
+ };
@@ -1 +1,2 @@
1
1
  export declare const getCurrentMileMakerApiEnv: (proxyEnv: string) => string;
2
+ export declare const getCurrentMileMakerAppEnv: (proxyEnv: string) => string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@milemaker/milemaker-js",
3
3
  "private": false,
4
- "version": "1.0.4-alpha.0",
4
+ "version": "1.0.5-alpha.0",
5
5
  "type": "module",
6
6
  "license": "BSD-3-Clause",
7
7
  "files": [