@trackunit/iris-app-api 1.3.141 → 1.3.142
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 1.3.142 (2025-06-10)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
1
5
|
## 1.3.141 (2025-06-10)
|
|
2
6
|
|
|
3
7
|
This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
|
package/package.json
CHANGED
|
@@ -1 +1,13 @@
|
|
|
1
|
-
export
|
|
1
|
+
export declare const subscriptionPackage: {
|
|
2
|
+
readonly VIEW: "VIEW";
|
|
3
|
+
readonly COLLECT: "COLLECT";
|
|
4
|
+
readonly INSIGHT: "INSIGHT";
|
|
5
|
+
readonly EXPLORE: "EXPLORE";
|
|
6
|
+
readonly EVOLVE: "EVOLVE";
|
|
7
|
+
readonly EXPAND: "EXPAND";
|
|
8
|
+
readonly LINK: "LINK";
|
|
9
|
+
readonly LIFT: "LIFT";
|
|
10
|
+
readonly LEAP: "LEAP";
|
|
11
|
+
readonly CUSTOMER_PORTAL: "CUSTOMER_PORTAL";
|
|
12
|
+
};
|
|
13
|
+
export type SubscriptionPackage = (typeof subscriptionPackage)[keyof typeof subscriptionPackage];
|
|
@@ -1,3 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.subscriptionPackage = void 0;
|
|
4
|
+
exports.subscriptionPackage = {
|
|
5
|
+
VIEW: "VIEW",
|
|
6
|
+
COLLECT: "COLLECT",
|
|
7
|
+
INSIGHT: "INSIGHT",
|
|
8
|
+
EXPLORE: "EXPLORE",
|
|
9
|
+
EVOLVE: "EVOLVE",
|
|
10
|
+
EXPAND: "EXPAND",
|
|
11
|
+
LINK: "LINK",
|
|
12
|
+
LIFT: "LIFT",
|
|
13
|
+
LEAP: "LEAP",
|
|
14
|
+
CUSTOMER_PORTAL: "CUSTOMER_PORTAL",
|
|
15
|
+
};
|
|
3
16
|
//# sourceMappingURL=subscriptionPackages.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscriptionPackages.js","sourceRoot":"","sources":["../../../../../../libs/iris-app-sdk/iris-app-api/src/types/subscriptionPackages.ts"],"names":[],"mappings":"","sourcesContent":["export
|
|
1
|
+
{"version":3,"file":"subscriptionPackages.js","sourceRoot":"","sources":["../../../../../../libs/iris-app-sdk/iris-app-api/src/types/subscriptionPackages.ts"],"names":[],"mappings":";;;AAAa,QAAA,mBAAmB,GAAG;IACjC,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,eAAe,EAAE,iBAAiB;CAC1B,CAAC","sourcesContent":["export const subscriptionPackage = {\n VIEW: \"VIEW\",\n COLLECT: \"COLLECT\",\n INSIGHT: \"INSIGHT\",\n EXPLORE: \"EXPLORE\",\n EVOLVE: \"EVOLVE\",\n EXPAND: \"EXPAND\",\n LINK: \"LINK\",\n LIFT: \"LIFT\",\n LEAP: \"LEAP\",\n CUSTOMER_PORTAL: \"CUSTOMER_PORTAL\",\n} as const;\nexport type SubscriptionPackage = (typeof subscriptionPackage)[keyof typeof subscriptionPackage];\n"]}
|