@epilot/automation-client 1.3.2 → 1.3.3

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/dist/openapi.d.ts CHANGED
@@ -518,11 +518,11 @@ declare namespace Components {
518
518
  export interface ReferenceAttribute {
519
519
  target: {
520
520
  key: string;
521
- path: string;
522
521
  };
523
522
  source: {
524
523
  schema: string;
525
524
  tag: string;
525
+ path: string;
526
526
  };
527
527
  }
528
528
  export interface RelationAttribute {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "API Client for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/openapi.d.ts CHANGED
@@ -518,11 +518,11 @@ declare namespace Components {
518
518
  export interface ReferenceAttribute {
519
519
  target: {
520
520
  key: string;
521
- path: string;
522
521
  };
523
522
  source: {
524
523
  schema: string;
525
524
  tag: string;
525
+ path: string;
526
526
  };
527
527
  }
528
528
  export interface RelationAttribute {