@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/definition.js +1 -1
- package/dist/openapi.d.ts +1 -1
- package/package.json +1 -1
- package/src/openapi.d.ts +1 -1
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
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 {
|