@stemy/ngx-utils 19.9.30 → 19.9.31

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.
@@ -543,6 +543,7 @@ export interface OpenApiSchemaProperty extends DynamicSchemaRef, OpenApiSchemaRe
543
543
  [key: string]: any;
544
544
  }
545
545
  export interface OpenApiSchema {
546
+ name?: string;
546
547
  properties: {
547
548
  [name: string]: OpenApiSchemaProperty;
548
549
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stemy/ngx-utils",
3
- "version": "19.9.30",
3
+ "version": "19.9.31",
4
4
  "license": "MIT",
5
5
  "public": true,
6
6
  "repository": "https://github.com/stemyke/ngx-utils.git",