@epilot/automation-client 1.8.9 → 1.9.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/openapi.d.ts CHANGED
@@ -883,6 +883,16 @@ declare namespace Components {
883
883
  error_output?: ErrorOutput;
884
884
  }
885
885
  export interface MapEntityActionConfig {
886
+ mapping_config?: {
887
+ /**
888
+ * Id of Entity Mapping Configuration to run for mapping.
889
+ */
890
+ config_id: string;
891
+ /**
892
+ * Id of TargetConfig to run for mapping.
893
+ */
894
+ target_id: string;
895
+ };
886
896
  /**
887
897
  * Schema of target entity
888
898
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "1.8.9",
3
+ "version": "1.9.0",
4
4
  "description": "API Client for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",