@automate.ax/integration-contracts 0.151.3 → 0.152.1
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/highlevel/api.js +24 -1
- package/dist/highlevel/openapi-operations.generated.json +177 -38
- package/dist/highlevel/openapi-types.generated.d.ts +81 -24
- package/dist/highlevel/operation-manifest.d.ts +8 -0
- package/dist/highlevel/operation-manifest.js +1 -0
- package/package.json +2 -2
- package/src/highlevel/api.ts +28 -1
- package/src/highlevel/openapi-operations.generated.json +177 -38
- package/src/highlevel/openapi-types.generated.ts +83 -23
- package/src/highlevel/operation-manifest.ts +9 -0
|
@@ -588,6 +588,15 @@ export const HIGH_LEVEL_OPERATION_DEFINITIONS = [
|
|
|
588
588
|
"Cancels one scheduled message before delivery.",
|
|
589
589
|
"safe",
|
|
590
590
|
),
|
|
591
|
+
operation(
|
|
592
|
+
"conversations",
|
|
593
|
+
"cancel-scheduled-email-message",
|
|
594
|
+
"cancelScheduledEmailMessage",
|
|
595
|
+
"cancelScheduledHighLevelEmailMessage",
|
|
596
|
+
"Cancel scheduled HighLevel email message",
|
|
597
|
+
"Cancels one scheduled email before delivery.",
|
|
598
|
+
"safe",
|
|
599
|
+
),
|
|
591
600
|
operation(
|
|
592
601
|
"conversations",
|
|
593
602
|
"get-message-recording",
|