robbyson-frontend-library 1.0.126 → 1.0.127

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": "robbyson-frontend-library",
3
- "version": "1.0.126",
3
+ "version": "1.0.127",
4
4
  "description": "Robbyson frontend Library",
5
5
  "main": "./dist/index.js",
6
6
  "license": "MIT",
@@ -217,7 +217,7 @@ export interface IGetProfileTreeDTO {
217
217
  referencia: string;
218
218
  detailsTree?: string;
219
219
  atributos: string;
220
- operador:boolean;
220
+ operador:boolean | string;
221
221
  };
222
222
  }
223
223