@trackunit/iris-app-oem-api 0.0.6 → 0.0.9
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
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.0.9](https://github.com/Trackunit/manager/compare/iris-app-oem-api/0.0.8...iris-app-oem-api/0.0.9) (2023-04-20)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `iris-app-api` updated to version `0.0.88`
|
|
10
|
+
## [0.0.8](https://github.com/Trackunit/manager/compare/iris-app-oem-api/0.0.7...iris-app-oem-api/0.0.8) (2023-04-20)
|
|
11
|
+
|
|
12
|
+
### Dependency Updates
|
|
13
|
+
|
|
14
|
+
* `iris-app-api` updated to version `0.0.87`
|
|
15
|
+
## [0.0.7](https://github.com/Trackunit/manager/compare/iris-app-oem-api/0.0.6...iris-app-oem-api/0.0.7) (2023-04-19)
|
|
16
|
+
|
|
5
17
|
## [0.0.6](https://github.com/Trackunit/manager/compare/iris-app-oem-api/0.0.5...iris-app-oem-api/0.0.6) (2023-04-19)
|
|
6
18
|
|
|
7
19
|
### Dependency Updates
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app-oem-api",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"repository": "https://github.com/Trackunit/manager",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@trackunit/iris-app-api": "0.0.
|
|
7
|
+
"@trackunit/iris-app-api": "0.0.88",
|
|
8
8
|
"tslib": "2.4.1"
|
|
9
9
|
},
|
|
10
10
|
"main": "./src/index.js",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"irisAppOemManifest.js","sourceRoot":"","sources":["../../../../../../libs/iris-app-sdk/iris-app-oem-api/src/types/irisAppOemManifest.ts"],"names":[],"mappings":"","sourcesContent":["import { IrisAppManifest } from \"@trackunit/iris-app-api\";\n\nexport interface IrisAppOemManifest extends IrisAppManifest {\n /**\n * OEM Branding, where logos and color will be brand oriented.\n */\n oemBranding?: Branding;\n /**\n * Platform Branding, where logos will be platform oriented.\n */\n oemPlatformBranding?: PlatformBranding;\n}\n\nexport interface Branding {\n /**\n * Conditions for the OEM app to be shown.\n */\n conditions: {\n /**\n * It is case insensitive so does not matter how you write the brand.\n * brand: \"trackunit\" and brand: \"Trackunit\" will be the same.\n *\n * Brand used/filled out then the asset needs to match the filled out property.\n */\n brand: string;\n };\n /**\n * Path to an image in the assets folder of the app.\n * The image will be shown as brand logo.\n * Example: typing \"MyImage.png\" here, will show the file \"apps/my-app/assets/MyImage.png\"\n */\n logoPath?: string;\n /**\n * Path to a grey image in the assets folder of the app.\n * The image will be shown as fleet list logo of an OEM asset.\n * Example: typing \"MyImage.png\" here, will show the file \"apps/my-app/assets/MyImage.png\"\n * This image color should be fully this shade of grey: '#717579'.\n */\n darkLogoPath?: string;\n /**\n * Path to an image in the assets folder of the app.\n * The image will be shown as banner of an OEM asset.\n * Example: typing \"MyImage.png\" here, will show the file \"apps/my-app/assets/MyImage.png\"\n */\n bannerPath?: string;\n /**\n * Color will be applied to banner and also will used as brand theme color.\n * It will be a hex code. eg: '#FF0000'.\n */\n color?: string;\n}\n\nexport interface PlatformBranding {\n /**\n * Path to an image in the assets folder of the app.\n * The image will be shown in the Events and Insights tab in Asset home.\n * Example: typing \"MyImage.png\" here, will show the file \"apps/my-app/assets/MyImage.png\"\n */\n logoPath: string;\n /**\n * Conditions for the OEM app to be shown.\n */\n conditions: {\n /**\n * It is case insensitive so does not matter how you write the brand.\n * brand: \"trackunit\" and brand: \"Trackunit\" will be the same.\n * Brand used/filled out then the asset needs to match the filled out property.\n */\n brand: string;\n /**\n * CAN Profiles takes an array of CAN profile names.\n */\n canProfiles?: string[];\n };\n}\n"]}
|
|
1
|
+
{"version":3,"file":"irisAppOemManifest.js","sourceRoot":"","sources":["../../../../../../libs/iris-app-sdk/iris-app-oem-api/src/types/irisAppOemManifest.ts"],"names":[],"mappings":"","sourcesContent":["import { IrisAppManifest } from \"@trackunit/iris-app-api\";\n\nexport interface IrisAppOemManifest extends IrisAppManifest {\n /**\n * OEM Branding, where logos and color will be brand oriented.\n */\n oemBranding?: Branding;\n /**\n * Platform Branding, where logos will be platform oriented.\n */\n oemPlatformBranding?: PlatformBranding;\n}\n\nexport interface Branding {\n /**\n * Conditions for the OEM app to be shown.\n */\n conditions: {\n /**\n * It is case insensitive so does not matter how you write the brand.\n * brand: \"trackunit\" and brand: \"Trackunit\" will be the same.\n *\n * Brand used/filled out then the asset needs to match the filled out property.\n */\n brand: string;\n };\n /**\n * Path to an image in the assets folder of the app.\n * The image will be shown as brand logo.\n * Example: typing \"MyImage.png\" here, will show the file \"apps/my-app/assets/MyImage.png\"\n */\n logoPath?: string;\n /**\n * Path to a grey image in the assets folder of the app.\n * The image will be shown as fleet list logo of an OEM asset.\n * Example: typing \"MyImage.png\" here, will show the file \"apps/my-app/assets/MyImage.png\"\n * This image color should be fully this shade of grey: '#717579'.\n */\n darkLogoPath?: string;\n /**\n * Path to an image in the assets folder of the app.\n * The image will be shown as banner of an OEM asset.\n * Example: typing \"MyImage.png\" here, will show the file \"apps/my-app/assets/MyImage.png\"\n */\n bannerPath?: string;\n /**\n * Color will be applied to banner and also will used as brand theme color.\n * It will be a hex code. eg: '#FF0000'.\n */\n color?: string;\n}\n\nexport interface PlatformBranding {\n /**\n * Path to an image in the assets folder of the app.\n * The image will be shown in the Events and Insights tab in Asset home.\n * Example: typing \"MyImage.png\" here, will show the file \"apps/my-app/assets/MyImage.png\"\n */\n logoPath: string;\n /**\n * Conditions for the OEM app to be shown.\n */\n conditions: {\n /**\n * It is case insensitive so does not matter how you write the brand.\n * brand: \"trackunit\" and brand: \"Trackunit\" will be the same.\n * Brand used/filled out then the asset needs to match the filled out property.\n */\n brand: string;\n /**\n * CAN Profiles takes an array of CAN profile names.\n */\n canProfiles?: string[];\n };\n}\n\nexport type PublicIrisAppOemManifest = Omit<\n IrisAppOemManifest,\n \"dependencies\" | \"devDependencies\" | \"validForAccountIds\"\n>;\n"]}
|