itrm-components 1.0.34-beta.13 → 1.0.34-beta.14

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -138,8 +138,10 @@ export declare interface IComponent {
138
138
 
139
139
  export declare interface IComponentDetails {
140
140
  lang: Record<string, string>;
141
- services: Record<string, Record<string, Record<string, boolean>>>;
142
- viewTypes: string[] | string;
141
+ views: {
142
+ name: string;
143
+ services: Record<string, Record<string, Record<string, boolean>>>;
144
+ }[];
143
145
  config?: AxiosRequestConfig;
144
146
  }
145
147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itrm-components",
3
- "version": "1.0.34-beta.13",
3
+ "version": "1.0.34-beta.14",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.es.js",