otomato-sdk 1.5.78 → 1.5.79

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.
@@ -1599,41 +1599,6 @@ export const ACTIONS = {
1599
1599
  "TELEGRAM": {
1600
1600
  "description": "Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.",
1601
1601
  "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/telegram.jpeg",
1602
- "SEND_MESSAGE": {
1603
- "name": "Send message",
1604
- "type": 0,
1605
- "description": "Notifies you by sending a Telegram message to the chat of your choice",
1606
- "output": {
1607
- "message": "string"
1608
- },
1609
- "parameters": [
1610
- {
1611
- "key": "message",
1612
- "type": "paragraph",
1613
- "description": "The text content to send",
1614
- "mandatory": true,
1615
- "category": 0
1616
- },
1617
- {
1618
- "key": "chat_id",
1619
- "type": "string",
1620
- "description": "Channel id",
1621
- "mandatory": true,
1622
- "private": true,
1623
- "category": 0
1624
- },
1625
- ],
1626
- "template": {
1627
- "url": "{{webhook}}",
1628
- "body": {
1629
- "chat_id": "{{chat_id}}",
1630
- "text": "{{message}}"
1631
- }
1632
- },
1633
- "examples": [],
1634
- "blockId": 100001,
1635
- "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/telegram.jpeg"
1636
- }
1637
1602
  }
1638
1603
  },
1639
1604
  "TOKENS": {
@@ -673,25 +673,6 @@ export declare const ACTIONS: {
673
673
  TELEGRAM: {
674
674
  description: string;
675
675
  image: string;
676
- SEND_MESSAGE: {
677
- name: string;
678
- type: number;
679
- description: string;
680
- output: {
681
- message: string;
682
- };
683
- parameters: Parameter[];
684
- template: {
685
- url: string;
686
- body: {
687
- chat_id: string;
688
- text: string;
689
- };
690
- };
691
- examples: never[];
692
- blockId: number;
693
- image: string;
694
- };
695
676
  };
696
677
  };
697
678
  TOKENS: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "otomato-sdk",
3
- "version": "1.5.78",
3
+ "version": "1.5.79",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/types/src/index.d.ts",