@epilot/automation-client 2.5.0 → 2.5.1-rc1

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
@@ -22,7 +22,7 @@ declare namespace Components {
22
22
  * submission
23
23
  */
24
24
  schema?: string;
25
- types?: ("CreateMeterReading" | "UpdateMeterReading" | "MessageActivity" | "SyncActivity")[];
25
+ types?: ("CreateMeterReading" | "UpdateMeterReading" | "DocDownloadedFromPortal" | "MessageActivity" | "SyncActivity")[];
26
26
  };
27
27
  }
28
28
  export type AnyAction = MapEntityAction | TriggerWorkflowAction | TriggerWebhookAction | CreateDocumentAction | SendEmailAction | /* Creates an order entity with prices from journey */ CartCheckoutAction | AutomationAction;
package/dist/openapi.json CHANGED
@@ -2184,6 +2184,7 @@
2184
2184
  "enum": [
2185
2185
  "CreateMeterReading",
2186
2186
  "UpdateMeterReading",
2187
+ "DocDownloadedFromPortal",
2187
2188
  "MessageActivity",
2188
2189
  "SyncActivity"
2189
2190
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "2.5.0",
3
+ "version": "2.5.1-rc1",
4
4
  "description": "Client library for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",