losant_rest 1.19.8 → 1.19.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/docs/_schemas.md +3386 -964
  3. data/lib/platform_rest/client.rb +2 -2
  4. data/lib/platform_rest/version.rb +1 -1
  5. data/schemas/application.json +20 -4
  6. data/schemas/applicationCreationByTemplateResult.json +20 -4
  7. data/schemas/applicationTemplate.json +4 -0
  8. data/schemas/applicationTemplates.json +4 -0
  9. data/schemas/applications.json +20 -4
  10. data/schemas/credential.json +7 -1
  11. data/schemas/credentialLinkedResources.json +330 -18
  12. data/schemas/credentialPatch.json +11 -0
  13. data/schemas/credentialPost.json +16 -1
  14. data/schemas/credentials.json +7 -1
  15. data/schemas/experienceLinkedResources.json +330 -18
  16. data/schemas/flow.json +110 -6
  17. data/schemas/flowPatch.json +110 -6
  18. data/schemas/flowPost.json +110 -6
  19. data/schemas/flowVersion.json +220 -12
  20. data/schemas/flowVersionPost.json +110 -6
  21. data/schemas/flowVersions.json +220 -12
  22. data/schemas/flows.json +110 -6
  23. data/schemas/flowsImportPost.json +220 -12
  24. data/schemas/flowsImportResult.json +330 -18
  25. data/schemas/historicalSummaries.json +40 -8
  26. data/schemas/historicalSummary.json +40 -8
  27. data/schemas/instanceCustomNodePatch.json +8 -6
  28. data/schemas/instanceCustomNodePost.json +8 -6
  29. data/schemas/instanceOrg.json +20 -4
  30. data/schemas/instanceOrgs.json +20 -4
  31. data/schemas/instanceSandbox.json +20 -4
  32. data/schemas/instanceSandboxes.json +20 -4
  33. data/schemas/me.json +20 -4
  34. data/schemas/org.json +20 -4
  35. data/schemas/orgs.json +20 -4
  36. data/schemas/payloadStats.json +20 -4
  37. data/schemas/webhook.json +13 -0
  38. data/schemas/webhookPatch.json +13 -0
  39. data/schemas/webhookPost.json +13 -0
  40. data/schemas/webhooks.json +13 -0
  41. metadata +2 -2
@@ -2,6 +2,14 @@
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "type": "object",
4
4
  "properties": {
5
+ "appFile": {
6
+ "type": "object",
7
+ "patternProperties": {
8
+ ".*": {
9
+ "type": "number"
10
+ }
11
+ }
12
+ },
5
13
  "dataTable": {
6
14
  "type": "object",
7
15
  "patternProperties": {
@@ -66,6 +74,14 @@
66
74
  }
67
75
  }
68
76
  },
77
+ "inboundEmail": {
78
+ "type": "object",
79
+ "patternProperties": {
80
+ ".*": {
81
+ "type": "number"
82
+ }
83
+ }
84
+ },
69
85
  "integration": {
70
86
  "type": "object",
71
87
  "patternProperties": {
@@ -98,7 +114,7 @@
98
114
  }
99
115
  }
100
116
  },
101
- "timer": {
117
+ "resourceJob": {
102
118
  "type": "object",
103
119
  "patternProperties": {
104
120
  ".*": {
@@ -106,7 +122,7 @@
106
122
  }
107
123
  }
108
124
  },
109
- "virtualButton": {
125
+ "timer": {
110
126
  "type": "object",
111
127
  "patternProperties": {
112
128
  ".*": {
@@ -114,7 +130,7 @@
114
130
  }
115
131
  }
116
132
  },
117
- "webhook": {
133
+ "virtualButton": {
118
134
  "type": "object",
119
135
  "patternProperties": {
120
136
  ".*": {
@@ -122,7 +138,7 @@
122
138
  }
123
139
  }
124
140
  },
125
- "resourceJob": {
141
+ "webhook": {
126
142
  "type": "object",
127
143
  "patternProperties": {
128
144
  ".*": {
data/schemas/webhook.json CHANGED
@@ -67,6 +67,19 @@
67
67
  },
68
68
  "isWebsocket": {
69
69
  "type": "boolean"
70
+ },
71
+ "castBuffersAs": {
72
+ "type": "string",
73
+ "enum": [
74
+ "array",
75
+ "binary",
76
+ "utf8",
77
+ "base64",
78
+ "hex"
79
+ ]
80
+ },
81
+ "annotateMultipart": {
82
+ "type": "boolean"
70
83
  }
71
84
  }
72
85
  }
@@ -43,6 +43,19 @@
43
43
  },
44
44
  "isWebsocket": {
45
45
  "type": "boolean"
46
+ },
47
+ "castBuffersAs": {
48
+ "type": "string",
49
+ "enum": [
50
+ "array",
51
+ "binary",
52
+ "utf8",
53
+ "base64",
54
+ "hex"
55
+ ]
56
+ },
57
+ "annotateMultipart": {
58
+ "type": "boolean"
46
59
  }
47
60
  },
48
61
  "additionalProperties": false
@@ -43,6 +43,19 @@
43
43
  },
44
44
  "isWebsocket": {
45
45
  "type": "boolean"
46
+ },
47
+ "castBuffersAs": {
48
+ "type": "string",
49
+ "enum": [
50
+ "array",
51
+ "binary",
52
+ "utf8",
53
+ "base64",
54
+ "hex"
55
+ ]
56
+ },
57
+ "annotateMultipart": {
58
+ "type": "boolean"
46
59
  }
47
60
  },
48
61
  "required": [
@@ -74,6 +74,19 @@
74
74
  },
75
75
  "isWebsocket": {
76
76
  "type": "boolean"
77
+ },
78
+ "castBuffersAs": {
79
+ "type": "string",
80
+ "enum": [
81
+ "array",
82
+ "binary",
83
+ "utf8",
84
+ "base64",
85
+ "hex"
86
+ ]
87
+ },
88
+ "annotateMultipart": {
89
+ "type": "boolean"
77
90
  }
78
91
  }
79
92
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: losant_rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.8
4
+ version: 1.19.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Kuehl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-20 00:00:00.000000000 Z
11
+ date: 2024-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty