@epilot/automation-client 2.5.6 → 2.5.7

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" | "DocDownloadedFromPortal" | "MessageActivity" | "SyncActivity")[];
25
+ types?: ("CreateMeterReading" | "UpdateMeterReading" | "DocDownloadedFromPortal" | "MessageActivity" | "SyncActivity" | "EntityAccessFromPortal")[];
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
@@ -2230,7 +2230,8 @@
2230
2230
  "UpdateMeterReading",
2231
2231
  "DocDownloadedFromPortal",
2232
2232
  "MessageActivity",
2233
- "SyncActivity"
2233
+ "SyncActivity",
2234
+ "EntityAccessFromPortal"
2234
2235
  ]
2235
2236
  }
2236
2237
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "2.5.6",
3
+ "version": "2.5.7",
4
4
  "description": "Client library for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",