@trackunit/iris-app-runtime-core-api 1.12.39 → 1.12.40-alpha-57a40ea11fa.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app-runtime-core-api",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.40-alpha-57a40ea11fa.0",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@graphql-typed-document-node/core": "^3.2.0",
|
|
11
|
-
"@trackunit/shared-utils": "1.13.
|
|
12
|
-
"@trackunit/geo-json-utils": "1.11.
|
|
11
|
+
"@trackunit/shared-utils": "1.13.58-alpha-57a40ea11fa.0",
|
|
12
|
+
"@trackunit/geo-json-utils": "1.11.58-alpha-57a40ea11fa.0"
|
|
13
13
|
},
|
|
14
14
|
"module": "./index.esm.js",
|
|
15
15
|
"main": "./index.cjs.js",
|
|
@@ -19,7 +19,7 @@ export declare const UserSubscriptionPackage: {
|
|
|
19
19
|
readonly CUSTOMER_PORTAL: "Customer Portal";
|
|
20
20
|
};
|
|
21
21
|
export type UserSubscriptionPackageType = keyof typeof UserSubscriptionPackage;
|
|
22
|
-
|
|
22
|
+
interface SubscriptionFeature {
|
|
23
23
|
id: string;
|
|
24
24
|
name: string;
|
|
25
25
|
}
|
|
@@ -52,3 +52,4 @@ export interface UserSubscription {
|
|
|
52
52
|
export interface UserSubscriptionRuntimeApi {
|
|
53
53
|
getUserSubscriptionContext: () => Promise<UserSubscription>;
|
|
54
54
|
}
|
|
55
|
+
export {};
|