@epilot/automation-client 2.15.0 → 2.16.0
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-runtime.json +1 -6
- package/dist/openapi.d.ts +200 -2
- package/dist/openapi.json +175 -9
- package/package.json +2 -2
package/dist/definition.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var e={914:function(e,t,o){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var r=n(o(240));t.default=r.default},240:e=>{e.exports=JSON.parse('{"openapi":"3.0.3","info":{"title":"","version":""},"paths":{"/v1/automation/flows":{"get":{"operationId":"searchFlows","parameters":[{"name":"schema","in":"query"},{"name":"size","in":"query"},{"name":"from","in":"query"},{"name":"trigger_source_id","in":"query"}],"responses":{}},"post":{"operationId":"createFlow","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/automation/flows/{flow_id}":{"get":{"operationId":"getFlow","parameters":[{"name":"flow_id","in":"path","required":true}],"responses":{}},"put":{"operationId":"putFlow","parameters":[{"name":"flow_id","in":"path","required":true}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteFlow","parameters":[{"name":"flow_id","in":"path","required":true}],"responses":{}}},"/v1/automation/executions":{"get":{"operationId":"getExecutions","parameters":[{"name":"entity_id","in":"query"},{"name":"size","in":"query"},{"name":"from","in":"query"}],"responses":{}},"post":{"operationId":"startExecution","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/automation/executions/bulk-jobs":{"post":{"operationId":"bulkTriggerExecutions","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/automation/executions/bulk-jobs/{job_id}":{"get":{"operationId":"getBulkJob","parameters":[{"name":"job_id","in":"path","required":true}],"responses":{}},"patch":{"operationId":"patchBulkJob","parameters":[{"name":"job_id","in":"path","required":true}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/automation/executions/{execution_id}":{"get":{"operationId":"getExecution","parameters":[{"name":"execution_id","in":"path","required":true}],"responses":{}},"delete":{"operationId":"cancelExecution","parameters":[{"name":"execution_id","in":"path","required":true}],"responses":{}}},"/v1/automation/executions/{execution_id}/{action_id}/retrigger":{"post":{"operationId":"retriggerAction","parameters":[{"name":"execution_id","in":"path","required":true},{"name":"action_id","in":"path","required":true}],"requestBody":{"required":false,"content":{"application/json":{}}},"responses":{}}},"/v1/automation/public/executions:resume":{"post":{"operationId":"resumeExecutionWithToken","requestBody":{"content":{"application/json":{}}},"responses":{}}}},"components":{"responses":{"NotFoundError":{"content":{"application/json":{}}},"ForbiddenError":{"content":{"application/json":{}}}}}
|
|
1
|
+
(()=>{"use strict";var e={914:function(e,t,o){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var r=n(o(240));t.default=r.default},240:e=>{e.exports=JSON.parse('{"openapi":"3.0.3","info":{"title":"","version":""},"paths":{"/v1/automation/flows":{"get":{"operationId":"searchFlows","parameters":[{"name":"schema","in":"query"},{"name":"size","in":"query"},{"name":"from","in":"query"},{"name":"trigger_source_id","in":"query"}],"responses":{}},"post":{"operationId":"createFlow","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/automation/flows/{flow_id}":{"get":{"operationId":"getFlow","parameters":[{"name":"flow_id","in":"path","required":true}],"responses":{}},"put":{"operationId":"putFlow","parameters":[{"name":"flow_id","in":"path","required":true}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteFlow","parameters":[{"name":"flow_id","in":"path","required":true}],"responses":{}}},"/v1/automation/executions":{"get":{"operationId":"getExecutions","parameters":[{"name":"entity_id","in":"query"},{"name":"size","in":"query"},{"name":"from","in":"query"}],"responses":{}},"post":{"operationId":"startExecution","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/automation/executions/bulk-jobs":{"post":{"operationId":"bulkTriggerExecutions","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/automation/executions/bulk-jobs/{job_id}":{"get":{"operationId":"getBulkJob","parameters":[{"name":"job_id","in":"path","required":true}],"responses":{}},"patch":{"operationId":"patchBulkJob","parameters":[{"name":"job_id","in":"path","required":true}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/automation/executions/{execution_id}":{"get":{"operationId":"getExecution","parameters":[{"name":"execution_id","in":"path","required":true}],"responses":{}},"delete":{"operationId":"cancelExecution","parameters":[{"name":"execution_id","in":"path","required":true}],"responses":{}}},"/v1/automation/executions/{execution_id}/{action_id}/retrigger":{"post":{"operationId":"retriggerAction","parameters":[{"name":"execution_id","in":"path","required":true},{"name":"action_id","in":"path","required":true}],"requestBody":{"required":false,"content":{"application/json":{}}},"responses":{}}},"/v1/automation/public/executions:resume":{"post":{"operationId":"resumeExecutionWithToken","requestBody":{"content":{"application/json":{}}},"responses":{}}}},"components":{"responses":{"NotFoundError":{"content":{"application/json":{}}},"ForbiddenError":{"content":{"application/json":{}}}}}}')}},t={},o=function o(n){var r=t[n];if(void 0!==r)return r.exports;var i=t[n]={exports:{}};return e[n].call(i.exports,i,i.exports,o),i.exports}(914),n=exports;for(var r in o)n[r]=o[r];o.__esModule&&Object.defineProperty(n,"__esModule",{value:!0})})();
|
package/dist/openapi.d.ts
CHANGED
|
@@ -126,7 +126,27 @@ declare namespace Components {
|
|
|
126
126
|
types?: (("CreateMeterReading" | "UpdateMeterReading" | "DocDownloadedFromPortal" | "PortalUserResetPassword" | "PortalUserResetForgotPassword" | "SelfAssignmentFromPortal") | string)[];
|
|
127
127
|
};
|
|
128
128
|
}
|
|
129
|
-
export
|
|
129
|
+
export interface AdvancedCustomActionConfig {
|
|
130
|
+
/**
|
|
131
|
+
* Name of the custom action
|
|
132
|
+
*/
|
|
133
|
+
name?: string;
|
|
134
|
+
/**
|
|
135
|
+
* Description of the custom action
|
|
136
|
+
*/
|
|
137
|
+
description?: string;
|
|
138
|
+
/**
|
|
139
|
+
* The ID of the app to fetch configuration from the app API
|
|
140
|
+
* example:
|
|
141
|
+
* c451c26a-cc7a-4c1c-92bf-1c6246cbfe88
|
|
142
|
+
*/
|
|
143
|
+
app_id?: string;
|
|
144
|
+
type: "advanced";
|
|
145
|
+
advanced_settings?: {
|
|
146
|
+
[name: string]: any;
|
|
147
|
+
};
|
|
148
|
+
}
|
|
149
|
+
export type AnyAction = MapEntityAction | TriggerWorkflowAction | TriggerWebhookAction | CreateDocumentAction | SendEmailAction | /* Creates an order entity with prices from journey */ CartCheckoutAction | CustomAction | AutomationAction;
|
|
130
150
|
export type AnyActionConfig = /**
|
|
131
151
|
* example:
|
|
132
152
|
* {
|
|
@@ -326,7 +346,7 @@ declare namespace Components {
|
|
|
326
346
|
* }
|
|
327
347
|
* }
|
|
328
348
|
*/
|
|
329
|
-
SendEmailActionConfig | /* Creates an order entity with prices from journey */ CartCheckoutActionConfig | AutomationActionConfig;
|
|
349
|
+
SendEmailActionConfig | /* Creates an order entity with prices from journey */ CartCheckoutActionConfig | CustomActionConfig | AutomationActionConfig;
|
|
330
350
|
export type AnyTrigger = FrontendSubmitTrigger | JourneySubmitTrigger | ApiSubmissionTrigger | /**
|
|
331
351
|
* - If provides filter_config, executes an automation based on the filtered configuration when an entity event occurs.
|
|
332
352
|
* - The conditions on a filter follows the event bridge patterns - `https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html`
|
|
@@ -821,6 +841,23 @@ declare namespace Components {
|
|
|
821
841
|
* 7
|
|
822
842
|
*/
|
|
823
843
|
runs?: number;
|
|
844
|
+
/**
|
|
845
|
+
* Customized execution hot flow rate limit. Takes precedence over the default hot flow rate limit if specified.
|
|
846
|
+
*/
|
|
847
|
+
max_executions?: {
|
|
848
|
+
/**
|
|
849
|
+
* Maximum number of executions per time window
|
|
850
|
+
* example:
|
|
851
|
+
* 100
|
|
852
|
+
*/
|
|
853
|
+
count?: number;
|
|
854
|
+
/**
|
|
855
|
+
* ISO 8601 duration time window for the threshold
|
|
856
|
+
* example:
|
|
857
|
+
* PT1M
|
|
858
|
+
*/
|
|
859
|
+
window?: string;
|
|
860
|
+
};
|
|
824
861
|
created_at?: string; // date-time
|
|
825
862
|
updated_at?: string; // date-time
|
|
826
863
|
/**
|
|
@@ -868,6 +905,52 @@ declare namespace Components {
|
|
|
868
905
|
*/
|
|
869
906
|
id?: string; // uuid
|
|
870
907
|
}
|
|
908
|
+
export interface BaseCustomActionConfig {
|
|
909
|
+
/**
|
|
910
|
+
* Name of the custom action
|
|
911
|
+
*/
|
|
912
|
+
name?: string;
|
|
913
|
+
/**
|
|
914
|
+
* Description of the custom action
|
|
915
|
+
*/
|
|
916
|
+
description?: string;
|
|
917
|
+
/**
|
|
918
|
+
* The ID of the app to fetch configuration from the app API
|
|
919
|
+
* example:
|
|
920
|
+
* c451c26a-cc7a-4c1c-92bf-1c6246cbfe88
|
|
921
|
+
*/
|
|
922
|
+
app_id?: string;
|
|
923
|
+
}
|
|
924
|
+
export interface BasicCustomActionConfig {
|
|
925
|
+
/**
|
|
926
|
+
* Name of the custom action
|
|
927
|
+
*/
|
|
928
|
+
name?: string;
|
|
929
|
+
/**
|
|
930
|
+
* Description of the custom action
|
|
931
|
+
*/
|
|
932
|
+
description?: string;
|
|
933
|
+
/**
|
|
934
|
+
* The ID of the app to fetch configuration from the app API
|
|
935
|
+
* example:
|
|
936
|
+
* c451c26a-cc7a-4c1c-92bf-1c6246cbfe88
|
|
937
|
+
*/
|
|
938
|
+
app_id?: string;
|
|
939
|
+
type: "basic";
|
|
940
|
+
basic_settings?: {
|
|
941
|
+
/**
|
|
942
|
+
* URL to call
|
|
943
|
+
*/
|
|
944
|
+
url?: string;
|
|
945
|
+
headers?: {
|
|
946
|
+
[name: string]: any;
|
|
947
|
+
};
|
|
948
|
+
/**
|
|
949
|
+
* SSM Reference to the auth token to use for the request
|
|
950
|
+
*/
|
|
951
|
+
auth_token_ref?: string;
|
|
952
|
+
};
|
|
953
|
+
}
|
|
871
954
|
export interface BulkTriggerJob {
|
|
872
955
|
job_id: /**
|
|
873
956
|
* Job ID for tracking the status of bulk trigger automation executions
|
|
@@ -1272,6 +1355,116 @@ declare namespace Components {
|
|
|
1272
1355
|
template_id?: string;
|
|
1273
1356
|
filename?: string;
|
|
1274
1357
|
}
|
|
1358
|
+
export interface CustomAction {
|
|
1359
|
+
id?: /**
|
|
1360
|
+
* example:
|
|
1361
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
1362
|
+
*/
|
|
1363
|
+
AutomationActionId;
|
|
1364
|
+
flow_action_id?: /**
|
|
1365
|
+
* example:
|
|
1366
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
1367
|
+
*/
|
|
1368
|
+
AutomationActionId;
|
|
1369
|
+
name?: string;
|
|
1370
|
+
type?: "custom-action";
|
|
1371
|
+
config?: BasicCustomActionConfig | AdvancedCustomActionConfig;
|
|
1372
|
+
/**
|
|
1373
|
+
* Whether to stop execution in a failed state if this action fails
|
|
1374
|
+
*/
|
|
1375
|
+
allow_failure?: boolean;
|
|
1376
|
+
/**
|
|
1377
|
+
* Flag indicating whether the action was created automatically or manually
|
|
1378
|
+
*/
|
|
1379
|
+
created_automatically?: boolean;
|
|
1380
|
+
/**
|
|
1381
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
1382
|
+
*/
|
|
1383
|
+
is_bulk_action?: boolean;
|
|
1384
|
+
reason?: {
|
|
1385
|
+
/**
|
|
1386
|
+
* Why the action has to be skipped/failed
|
|
1387
|
+
* example:
|
|
1388
|
+
* There are no registered portal users for the given emails, hence skipping the action
|
|
1389
|
+
*/
|
|
1390
|
+
message?: string;
|
|
1391
|
+
/**
|
|
1392
|
+
* Extra metadata about the skipping reason - such as a certain condition not met, etc.
|
|
1393
|
+
*/
|
|
1394
|
+
payload?: {
|
|
1395
|
+
[name: string]: any;
|
|
1396
|
+
};
|
|
1397
|
+
};
|
|
1398
|
+
/**
|
|
1399
|
+
* Condition Id to be checked before executing the action
|
|
1400
|
+
*/
|
|
1401
|
+
condition_id?: string;
|
|
1402
|
+
/**
|
|
1403
|
+
* Schedule Id which indicates the schedule of the action
|
|
1404
|
+
*/
|
|
1405
|
+
schedule_id?: string;
|
|
1406
|
+
execution_status?: ExecutionStatus;
|
|
1407
|
+
started_at?: string;
|
|
1408
|
+
updated_at?: string;
|
|
1409
|
+
/**
|
|
1410
|
+
* example:
|
|
1411
|
+
* {}
|
|
1412
|
+
*/
|
|
1413
|
+
outputs?: {
|
|
1414
|
+
[name: string]: any;
|
|
1415
|
+
};
|
|
1416
|
+
error_output?: ErrorOutput;
|
|
1417
|
+
retry_strategy?: /* different behaviors for retrying failed execution actions. */ RetryStrategy;
|
|
1418
|
+
}
|
|
1419
|
+
export interface CustomActionConfig {
|
|
1420
|
+
id?: /**
|
|
1421
|
+
* example:
|
|
1422
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
1423
|
+
*/
|
|
1424
|
+
AutomationActionId;
|
|
1425
|
+
flow_action_id?: /**
|
|
1426
|
+
* example:
|
|
1427
|
+
* 9ec3711b-db63-449c-b894-54d5bb622a8f
|
|
1428
|
+
*/
|
|
1429
|
+
AutomationActionId;
|
|
1430
|
+
name?: string;
|
|
1431
|
+
type?: "custom-action";
|
|
1432
|
+
config?: BasicCustomActionConfig | AdvancedCustomActionConfig;
|
|
1433
|
+
/**
|
|
1434
|
+
* Whether to stop execution in a failed state if this action fails
|
|
1435
|
+
*/
|
|
1436
|
+
allow_failure?: boolean;
|
|
1437
|
+
/**
|
|
1438
|
+
* Flag indicating whether the action was created automatically or manually
|
|
1439
|
+
*/
|
|
1440
|
+
created_automatically?: boolean;
|
|
1441
|
+
/**
|
|
1442
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
1443
|
+
*/
|
|
1444
|
+
is_bulk_action?: boolean;
|
|
1445
|
+
reason?: {
|
|
1446
|
+
/**
|
|
1447
|
+
* Why the action has to be skipped/failed
|
|
1448
|
+
* example:
|
|
1449
|
+
* There are no registered portal users for the given emails, hence skipping the action
|
|
1450
|
+
*/
|
|
1451
|
+
message?: string;
|
|
1452
|
+
/**
|
|
1453
|
+
* Extra metadata about the skipping reason - such as a certain condition not met, etc.
|
|
1454
|
+
*/
|
|
1455
|
+
payload?: {
|
|
1456
|
+
[name: string]: any;
|
|
1457
|
+
};
|
|
1458
|
+
};
|
|
1459
|
+
/**
|
|
1460
|
+
* Condition Id to be checked before executing the action
|
|
1461
|
+
*/
|
|
1462
|
+
condition_id?: string;
|
|
1463
|
+
/**
|
|
1464
|
+
* Schedule Id which indicates the schedule of the action
|
|
1465
|
+
*/
|
|
1466
|
+
schedule_id?: string;
|
|
1467
|
+
}
|
|
1275
1468
|
export type DiffAdded = FilterConditionOnEvent;
|
|
1276
1469
|
export type DiffDeleted = FilterConditionOnEvent;
|
|
1277
1470
|
export type DiffUpdated = FilterConditionOnEvent;
|
|
@@ -3391,6 +3584,7 @@ export type ActionSchedule = Components.Schemas.ActionSchedule;
|
|
|
3391
3584
|
export type ActionScheduleSource = Components.Schemas.ActionScheduleSource;
|
|
3392
3585
|
export type ActivityId = Components.Schemas.ActivityId;
|
|
3393
3586
|
export type ActivityTrigger = Components.Schemas.ActivityTrigger;
|
|
3587
|
+
export type AdvancedCustomActionConfig = Components.Schemas.AdvancedCustomActionConfig;
|
|
3394
3588
|
export type AnyAction = Components.Schemas.AnyAction;
|
|
3395
3589
|
export type AnyActionConfig = Components.Schemas.AnyActionConfig;
|
|
3396
3590
|
export type AnyTrigger = Components.Schemas.AnyTrigger;
|
|
@@ -3408,6 +3602,8 @@ export type AutomationExecutionId = Components.Schemas.AutomationExecutionId;
|
|
|
3408
3602
|
export type AutomationFlow = Components.Schemas.AutomationFlow;
|
|
3409
3603
|
export type AutomationFlowId = Components.Schemas.AutomationFlowId;
|
|
3410
3604
|
export type AutomationTrigger = Components.Schemas.AutomationTrigger;
|
|
3605
|
+
export type BaseCustomActionConfig = Components.Schemas.BaseCustomActionConfig;
|
|
3606
|
+
export type BasicCustomActionConfig = Components.Schemas.BasicCustomActionConfig;
|
|
3411
3607
|
export type BulkTriggerJob = Components.Schemas.BulkTriggerJob;
|
|
3412
3608
|
export type BulkTriggerRequest = Components.Schemas.BulkTriggerRequest;
|
|
3413
3609
|
export type CartCheckoutAction = Components.Schemas.CartCheckoutAction;
|
|
@@ -3419,6 +3615,8 @@ export type CopyValueMapper = Components.Schemas.CopyValueMapper;
|
|
|
3419
3615
|
export type CreateDocumentAction = Components.Schemas.CreateDocumentAction;
|
|
3420
3616
|
export type CreateDocumentActionConfig = Components.Schemas.CreateDocumentActionConfig;
|
|
3421
3617
|
export type CreateDocumentConfig = Components.Schemas.CreateDocumentConfig;
|
|
3618
|
+
export type CustomAction = Components.Schemas.CustomAction;
|
|
3619
|
+
export type CustomActionConfig = Components.Schemas.CustomActionConfig;
|
|
3422
3620
|
export type DiffAdded = Components.Schemas.DiffAdded;
|
|
3423
3621
|
export type DiffDeleted = Components.Schemas.DiffDeleted;
|
|
3424
3622
|
export type DiffUpdated = Components.Schemas.DiffUpdated;
|
package/dist/openapi.json
CHANGED
|
@@ -711,6 +711,23 @@
|
|
|
711
711
|
"example": 7,
|
|
712
712
|
"description": "Number of automation executions that ran"
|
|
713
713
|
},
|
|
714
|
+
"max_executions": {
|
|
715
|
+
"type": "object",
|
|
716
|
+
"description": "Customized execution hot flow rate limit. Takes precedence over the default hot flow rate limit if specified.",
|
|
717
|
+
"properties": {
|
|
718
|
+
"count": {
|
|
719
|
+
"type": "number",
|
|
720
|
+
"description": "Maximum number of executions per time window",
|
|
721
|
+
"minimum": 1,
|
|
722
|
+
"example": 100
|
|
723
|
+
},
|
|
724
|
+
"window": {
|
|
725
|
+
"type": "string",
|
|
726
|
+
"description": "ISO 8601 duration time window for the threshold",
|
|
727
|
+
"example": "PT1M"
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
},
|
|
714
731
|
"created_at": {
|
|
715
732
|
"type": "string",
|
|
716
733
|
"format": "date-time",
|
|
@@ -828,6 +845,9 @@
|
|
|
828
845
|
{
|
|
829
846
|
"$ref": "#/components/schemas/CartCheckoutAction"
|
|
830
847
|
},
|
|
848
|
+
{
|
|
849
|
+
"$ref": "#/components/schemas/CustomAction"
|
|
850
|
+
},
|
|
831
851
|
{
|
|
832
852
|
"$ref": "#/components/schemas/AutomationAction"
|
|
833
853
|
}
|
|
@@ -853,6 +873,9 @@
|
|
|
853
873
|
{
|
|
854
874
|
"$ref": "#/components/schemas/CartCheckoutActionConfig"
|
|
855
875
|
},
|
|
876
|
+
{
|
|
877
|
+
"$ref": "#/components/schemas/CustomActionConfig"
|
|
878
|
+
},
|
|
856
879
|
{
|
|
857
880
|
"$ref": "#/components/schemas/AutomationActionConfig"
|
|
858
881
|
}
|
|
@@ -1982,6 +2005,157 @@
|
|
|
1982
2005
|
}
|
|
1983
2006
|
]
|
|
1984
2007
|
},
|
|
2008
|
+
"BaseCustomActionConfig": {
|
|
2009
|
+
"type": "object",
|
|
2010
|
+
"properties": {
|
|
2011
|
+
"name": {
|
|
2012
|
+
"type": "string",
|
|
2013
|
+
"description": "Name of the custom action"
|
|
2014
|
+
},
|
|
2015
|
+
"description": {
|
|
2016
|
+
"type": "string",
|
|
2017
|
+
"description": "Description of the custom action"
|
|
2018
|
+
},
|
|
2019
|
+
"app_id": {
|
|
2020
|
+
"type": "string",
|
|
2021
|
+
"description": "The ID of the app to fetch configuration from the app API",
|
|
2022
|
+
"example": "c451c26a-cc7a-4c1c-92bf-1c6246cbfe88"
|
|
2023
|
+
}
|
|
2024
|
+
}
|
|
2025
|
+
},
|
|
2026
|
+
"BasicCustomActionConfig": {
|
|
2027
|
+
"allOf": [
|
|
2028
|
+
{
|
|
2029
|
+
"$ref": "#/components/schemas/BaseCustomActionConfig"
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"type": "object",
|
|
2033
|
+
"properties": {
|
|
2034
|
+
"type": {
|
|
2035
|
+
"type": "string",
|
|
2036
|
+
"enum": [
|
|
2037
|
+
"basic"
|
|
2038
|
+
]
|
|
2039
|
+
},
|
|
2040
|
+
"basic_settings": {
|
|
2041
|
+
"type": "object",
|
|
2042
|
+
"properties": {
|
|
2043
|
+
"url": {
|
|
2044
|
+
"type": "string",
|
|
2045
|
+
"description": "URL to call"
|
|
2046
|
+
},
|
|
2047
|
+
"headers": {
|
|
2048
|
+
"type": "object",
|
|
2049
|
+
"additionalProperties": true
|
|
2050
|
+
},
|
|
2051
|
+
"auth_token_ref": {
|
|
2052
|
+
"type": "string",
|
|
2053
|
+
"description": "SSM Reference to the auth token to use for the request"
|
|
2054
|
+
}
|
|
2055
|
+
}
|
|
2056
|
+
}
|
|
2057
|
+
},
|
|
2058
|
+
"required": [
|
|
2059
|
+
"type"
|
|
2060
|
+
]
|
|
2061
|
+
}
|
|
2062
|
+
]
|
|
2063
|
+
},
|
|
2064
|
+
"AdvancedCustomActionConfig": {
|
|
2065
|
+
"allOf": [
|
|
2066
|
+
{
|
|
2067
|
+
"$ref": "#/components/schemas/BaseCustomActionConfig"
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
"type": "object",
|
|
2071
|
+
"properties": {
|
|
2072
|
+
"type": {
|
|
2073
|
+
"type": "string",
|
|
2074
|
+
"enum": [
|
|
2075
|
+
"advanced"
|
|
2076
|
+
]
|
|
2077
|
+
},
|
|
2078
|
+
"advanced_settings": {
|
|
2079
|
+
"type": "object",
|
|
2080
|
+
"additionalProperties": true
|
|
2081
|
+
}
|
|
2082
|
+
},
|
|
2083
|
+
"required": [
|
|
2084
|
+
"type"
|
|
2085
|
+
]
|
|
2086
|
+
}
|
|
2087
|
+
]
|
|
2088
|
+
},
|
|
2089
|
+
"CustomActionConfig": {
|
|
2090
|
+
"allOf": [
|
|
2091
|
+
{
|
|
2092
|
+
"$ref": "#/components/schemas/AutomationActionConfig"
|
|
2093
|
+
},
|
|
2094
|
+
{
|
|
2095
|
+
"type": "object",
|
|
2096
|
+
"properties": {
|
|
2097
|
+
"type": {
|
|
2098
|
+
"type": "string",
|
|
2099
|
+
"enum": [
|
|
2100
|
+
"custom-action"
|
|
2101
|
+
]
|
|
2102
|
+
},
|
|
2103
|
+
"config": {
|
|
2104
|
+
"oneOf": [
|
|
2105
|
+
{
|
|
2106
|
+
"$ref": "#/components/schemas/BasicCustomActionConfig"
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"$ref": "#/components/schemas/AdvancedCustomActionConfig"
|
|
2110
|
+
}
|
|
2111
|
+
],
|
|
2112
|
+
"discriminator": {
|
|
2113
|
+
"propertyName": "type",
|
|
2114
|
+
"mapping": {
|
|
2115
|
+
"basic": "#/components/schemas/BasicCustomActionConfig",
|
|
2116
|
+
"advanced": "#/components/schemas/AdvancedCustomActionConfig"
|
|
2117
|
+
}
|
|
2118
|
+
}
|
|
2119
|
+
}
|
|
2120
|
+
}
|
|
2121
|
+
}
|
|
2122
|
+
]
|
|
2123
|
+
},
|
|
2124
|
+
"CustomAction": {
|
|
2125
|
+
"allOf": [
|
|
2126
|
+
{
|
|
2127
|
+
"$ref": "#/components/schemas/AutomationAction"
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"type": "object",
|
|
2131
|
+
"properties": {
|
|
2132
|
+
"type": {
|
|
2133
|
+
"type": "string",
|
|
2134
|
+
"enum": [
|
|
2135
|
+
"custom-action"
|
|
2136
|
+
]
|
|
2137
|
+
},
|
|
2138
|
+
"config": {
|
|
2139
|
+
"oneOf": [
|
|
2140
|
+
{
|
|
2141
|
+
"$ref": "#/components/schemas/BasicCustomActionConfig"
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"$ref": "#/components/schemas/AdvancedCustomActionConfig"
|
|
2145
|
+
}
|
|
2146
|
+
],
|
|
2147
|
+
"discriminator": {
|
|
2148
|
+
"propertyName": "type",
|
|
2149
|
+
"mapping": {
|
|
2150
|
+
"basic": "#/components/schemas/BasicCustomActionConfig",
|
|
2151
|
+
"advanced": "#/components/schemas/AdvancedCustomActionConfig"
|
|
2152
|
+
}
|
|
2153
|
+
}
|
|
2154
|
+
}
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
2157
|
+
]
|
|
2158
|
+
},
|
|
1985
2159
|
"TriggerWebhookActionConfig": {
|
|
1986
2160
|
"allOf": [
|
|
1987
2161
|
{
|
|
@@ -3441,13 +3615,5 @@
|
|
|
3441
3615
|
}
|
|
3442
3616
|
}
|
|
3443
3617
|
}
|
|
3444
|
-
}
|
|
3445
|
-
"servers": [
|
|
3446
|
-
{
|
|
3447
|
-
"url": "https://automation.sls.epilot.io"
|
|
3448
|
-
},
|
|
3449
|
-
{
|
|
3450
|
-
"url": "https://automation.sls.epilot.io"
|
|
3451
|
-
}
|
|
3452
|
-
]
|
|
3618
|
+
}
|
|
3453
3619
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epilot/automation-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.16.0",
|
|
4
4
|
"description": "Client library for epilot automation API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"test": "jest",
|
|
25
25
|
"typescript": "tsc",
|
|
26
26
|
"bundle-definition": "webpack",
|
|
27
|
-
"openapi": "node ../../scripts/update-openapi.js
|
|
27
|
+
"openapi": "node ../../scripts/update-openapi.js ../../../backend/automation-api/lambda/ApiHandlerFunction/openapi.yml",
|
|
28
28
|
"typegen": "openapi typegen src/openapi.json --client -b '/* eslint-disable */' > src/openapi.d.ts",
|
|
29
29
|
"build": "tsc && npm run build:patch && npm run bundle-definition",
|
|
30
30
|
"build:patch": "sed -i'' -e '/^__exportStar.*openapi.*$/d' dist/index.js",
|