@epilot/automation-client 2.9.6 → 2.9.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
@@ -372,7 +372,7 @@ declare namespace Components {
372
372
  * ```
373
373
  *
374
374
  */
375
- EntityOperationTrigger | ActivityTrigger | EntityManualTrigger | ReceivedEmailTrigger | AutomationTrigger;
375
+ EntityOperationTrigger | ActivityTrigger | EntityManualTrigger | ReceivedEmailTrigger;
376
376
  export interface AnythingButCondition {
377
377
  "anything-but"?: string[];
378
378
  }
package/dist/openapi.json CHANGED
@@ -558,9 +558,6 @@
558
558
  },
559
559
  {
560
560
  "$ref": "#/components/schemas/ReceivedEmailTrigger"
561
- },
562
- {
563
- "$ref": "#/components/schemas/AutomationTrigger"
564
561
  }
565
562
  ]
566
563
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "2.9.6",
3
+ "version": "2.9.7",
4
4
  "description": "Client library for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",