@epilot/automation-client 1.3.1 → 1.3.2
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 +41 -0
- package/package.json +1 -1
- package/src/openapi.d.ts +41 -0
package/dist/openapi.d.ts
CHANGED
|
@@ -177,6 +177,11 @@ declare namespace Components {
|
|
|
177
177
|
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
178
178
|
*/
|
|
179
179
|
AutomationActionId;
|
|
180
|
+
flow_action_id?: /**
|
|
181
|
+
* example:
|
|
182
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
183
|
+
*/
|
|
184
|
+
AutomationActionId;
|
|
180
185
|
name?: string;
|
|
181
186
|
type?: string;
|
|
182
187
|
config?: {
|
|
@@ -310,6 +315,11 @@ declare namespace Components {
|
|
|
310
315
|
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
311
316
|
*/
|
|
312
317
|
AutomationActionId;
|
|
318
|
+
flow_action_id?: /**
|
|
319
|
+
* example:
|
|
320
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
321
|
+
*/
|
|
322
|
+
AutomationActionId;
|
|
313
323
|
name?: string;
|
|
314
324
|
type?: string;
|
|
315
325
|
config?: CreateDocumentConfig;
|
|
@@ -445,6 +455,11 @@ declare namespace Components {
|
|
|
445
455
|
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
446
456
|
*/
|
|
447
457
|
AutomationActionId;
|
|
458
|
+
flow_action_id?: /**
|
|
459
|
+
* example:
|
|
460
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
461
|
+
*/
|
|
462
|
+
AutomationActionId;
|
|
448
463
|
name?: string;
|
|
449
464
|
type?: string;
|
|
450
465
|
config?: MapEntityActionConfig;
|
|
@@ -465,6 +480,7 @@ declare namespace Components {
|
|
|
465
480
|
target_unique?: string[];
|
|
466
481
|
mapping_attributes?: MappingAttribute[];
|
|
467
482
|
relation_attributes?: RelationAttribute[];
|
|
483
|
+
reference_attributes?: ReferenceAttribute[];
|
|
468
484
|
}
|
|
469
485
|
export interface MappingAttribute {
|
|
470
486
|
/**
|
|
@@ -499,6 +515,16 @@ declare namespace Components {
|
|
|
499
515
|
* e3d3ebac-baab-4395-abf4-50b5bf1f8b74
|
|
500
516
|
*/
|
|
501
517
|
export type OrganizationId = string;
|
|
518
|
+
export interface ReferenceAttribute {
|
|
519
|
+
target: {
|
|
520
|
+
key: string;
|
|
521
|
+
path: string;
|
|
522
|
+
};
|
|
523
|
+
source: {
|
|
524
|
+
schema: string;
|
|
525
|
+
tag: string;
|
|
526
|
+
};
|
|
527
|
+
}
|
|
502
528
|
export interface RelationAttribute {
|
|
503
529
|
target: string;
|
|
504
530
|
target_tags: string[];
|
|
@@ -530,6 +556,11 @@ declare namespace Components {
|
|
|
530
556
|
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
531
557
|
*/
|
|
532
558
|
AutomationActionId;
|
|
559
|
+
flow_action_id?: /**
|
|
560
|
+
* example:
|
|
561
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
562
|
+
*/
|
|
563
|
+
AutomationActionId;
|
|
533
564
|
name?: string;
|
|
534
565
|
type?: string;
|
|
535
566
|
config?: SendEmailActionConfig;
|
|
@@ -594,6 +625,11 @@ declare namespace Components {
|
|
|
594
625
|
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
595
626
|
*/
|
|
596
627
|
AutomationActionId;
|
|
628
|
+
flow_action_id?: /**
|
|
629
|
+
* example:
|
|
630
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
631
|
+
*/
|
|
632
|
+
AutomationActionId;
|
|
597
633
|
name?: string;
|
|
598
634
|
type?: string;
|
|
599
635
|
config?: TriggerWebhookActionConfig;
|
|
@@ -653,6 +689,11 @@ declare namespace Components {
|
|
|
653
689
|
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
654
690
|
*/
|
|
655
691
|
AutomationActionId;
|
|
692
|
+
flow_action_id?: /**
|
|
693
|
+
* example:
|
|
694
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
695
|
+
*/
|
|
696
|
+
AutomationActionId;
|
|
656
697
|
name?: string;
|
|
657
698
|
type?: string;
|
|
658
699
|
config?: TriggerWorkflowConfig;
|
package/package.json
CHANGED
package/src/openapi.d.ts
CHANGED
|
@@ -177,6 +177,11 @@ declare namespace Components {
|
|
|
177
177
|
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
178
178
|
*/
|
|
179
179
|
AutomationActionId;
|
|
180
|
+
flow_action_id?: /**
|
|
181
|
+
* example:
|
|
182
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
183
|
+
*/
|
|
184
|
+
AutomationActionId;
|
|
180
185
|
name?: string;
|
|
181
186
|
type?: string;
|
|
182
187
|
config?: {
|
|
@@ -310,6 +315,11 @@ declare namespace Components {
|
|
|
310
315
|
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
311
316
|
*/
|
|
312
317
|
AutomationActionId;
|
|
318
|
+
flow_action_id?: /**
|
|
319
|
+
* example:
|
|
320
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
321
|
+
*/
|
|
322
|
+
AutomationActionId;
|
|
313
323
|
name?: string;
|
|
314
324
|
type?: string;
|
|
315
325
|
config?: CreateDocumentConfig;
|
|
@@ -445,6 +455,11 @@ declare namespace Components {
|
|
|
445
455
|
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
446
456
|
*/
|
|
447
457
|
AutomationActionId;
|
|
458
|
+
flow_action_id?: /**
|
|
459
|
+
* example:
|
|
460
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
461
|
+
*/
|
|
462
|
+
AutomationActionId;
|
|
448
463
|
name?: string;
|
|
449
464
|
type?: string;
|
|
450
465
|
config?: MapEntityActionConfig;
|
|
@@ -465,6 +480,7 @@ declare namespace Components {
|
|
|
465
480
|
target_unique?: string[];
|
|
466
481
|
mapping_attributes?: MappingAttribute[];
|
|
467
482
|
relation_attributes?: RelationAttribute[];
|
|
483
|
+
reference_attributes?: ReferenceAttribute[];
|
|
468
484
|
}
|
|
469
485
|
export interface MappingAttribute {
|
|
470
486
|
/**
|
|
@@ -499,6 +515,16 @@ declare namespace Components {
|
|
|
499
515
|
* e3d3ebac-baab-4395-abf4-50b5bf1f8b74
|
|
500
516
|
*/
|
|
501
517
|
export type OrganizationId = string;
|
|
518
|
+
export interface ReferenceAttribute {
|
|
519
|
+
target: {
|
|
520
|
+
key: string;
|
|
521
|
+
path: string;
|
|
522
|
+
};
|
|
523
|
+
source: {
|
|
524
|
+
schema: string;
|
|
525
|
+
tag: string;
|
|
526
|
+
};
|
|
527
|
+
}
|
|
502
528
|
export interface RelationAttribute {
|
|
503
529
|
target: string;
|
|
504
530
|
target_tags: string[];
|
|
@@ -530,6 +556,11 @@ declare namespace Components {
|
|
|
530
556
|
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
531
557
|
*/
|
|
532
558
|
AutomationActionId;
|
|
559
|
+
flow_action_id?: /**
|
|
560
|
+
* example:
|
|
561
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
562
|
+
*/
|
|
563
|
+
AutomationActionId;
|
|
533
564
|
name?: string;
|
|
534
565
|
type?: string;
|
|
535
566
|
config?: SendEmailActionConfig;
|
|
@@ -594,6 +625,11 @@ declare namespace Components {
|
|
|
594
625
|
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
595
626
|
*/
|
|
596
627
|
AutomationActionId;
|
|
628
|
+
flow_action_id?: /**
|
|
629
|
+
* example:
|
|
630
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
631
|
+
*/
|
|
632
|
+
AutomationActionId;
|
|
597
633
|
name?: string;
|
|
598
634
|
type?: string;
|
|
599
635
|
config?: TriggerWebhookActionConfig;
|
|
@@ -653,6 +689,11 @@ declare namespace Components {
|
|
|
653
689
|
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
654
690
|
*/
|
|
655
691
|
AutomationActionId;
|
|
692
|
+
flow_action_id?: /**
|
|
693
|
+
* example:
|
|
694
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
695
|
+
*/
|
|
696
|
+
AutomationActionId;
|
|
656
697
|
name?: string;
|
|
657
698
|
type?: string;
|
|
658
699
|
config?: TriggerWorkflowConfig;
|