@stemy/ngx-utils 13.0.6 → 13.0.7

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.
@@ -230,6 +230,9 @@ export interface IOpenApiSchemaProperty {
230
230
  column?: boolean;
231
231
  additionalProperties?: any;
232
232
  $ref?: string;
233
+ allOf?: ReadonlyArray<{
234
+ $ref?: string;
235
+ }>;
233
236
  items?: IOpenApiSchemaProperty;
234
237
  enum?: string[];
235
238
  [key: string]: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stemy/ngx-utils",
3
- "version": "13.0.6",
3
+ "version": "13.0.7",
4
4
  "license": "MIT",
5
5
  "public": true,
6
6
  "repository": "https://github.com/stemyke/ngx-utils.git",