@openfn/language-wigal-sms 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/ast.json +0 -62
  2. package/package.json +2 -2
package/ast.json CHANGED
@@ -1,67 +1,5 @@
1
1
  {
2
2
  "operations": [
3
- {
4
- "name": "execute",
5
- "params": [
6
- "operations"
7
- ],
8
- "docs": {
9
- "description": "SMS Request Object",
10
- "tags": [
11
- {
12
- "title": "typedef",
13
- "description": null,
14
- "type": {
15
- "type": "NameExpression",
16
- "name": "Object"
17
- },
18
- "name": "SMSRequestObject"
19
- },
20
- {
21
- "title": "public",
22
- "description": null,
23
- "type": null
24
- },
25
- {
26
- "title": "property",
27
- "description": "The senderID used for sending message. Approved SenderIDs only",
28
- "type": {
29
- "type": "NameExpression",
30
- "name": "string"
31
- },
32
- "name": "senderid"
33
- },
34
- {
35
- "title": "property",
36
- "description": "An array of objects containing the destination phone number and message to be sent",
37
- "type": {
38
- "type": "NameExpression",
39
- "name": "array"
40
- },
41
- "name": "destinations"
42
- },
43
- {
44
- "title": "property",
45
- "description": "The message to be sent to the destinations",
46
- "type": {
47
- "type": "NameExpression",
48
- "name": "string"
49
- },
50
- "name": "message"
51
- },
52
- {
53
- "title": "property",
54
- "description": "The type of message to be sent. Default is 'text'",
55
- "type": {
56
- "type": "NameExpression",
57
- "name": "string"
58
- },
59
- "name": "smstype"
60
- }
61
- ]
62
- },
63
- "valid": false
64
- },
65
3
  {
66
4
  "name": "sendSms",
67
5
  "params": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/language-wigal-sms",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "OpenFn wigal-sms adaptor",
5
5
  "type": "module",
6
6
  "exports": {
@@ -21,7 +21,7 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "undici": "^5.28.4",
24
- "@openfn/language-common": "2.3.0"
24
+ "@openfn/language-common": "2.3.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "assertion-error": "2.0.0",