losant_rest 2.1.0 → 2.1.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.
Files changed (191) hide show
  1. checksums.yaml +4 -4
  2. data/docs/_schemas.md +139101 -66992
  3. data/docs/application.md +6 -6
  4. data/docs/applicationCertificates.md +3 -2
  5. data/docs/applicationDashboard.md +1 -1
  6. data/docs/applications.md +1 -1
  7. data/docs/auth.md +1 -1
  8. data/docs/dashboard.md +1 -1
  9. data/docs/dashboards.md +1 -0
  10. data/docs/dataTableRow.md +1 -1
  11. data/docs/dataTableRows.md +3 -3
  12. data/docs/device.md +1 -1
  13. data/docs/edgeDeployments.md +3 -3
  14. data/docs/embeddedDeployments.md +3 -3
  15. data/docs/experience.md +1 -1
  16. data/docs/file.md +4 -4
  17. data/docs/files.md +1 -1
  18. data/docs/flowVersions.md +1 -1
  19. data/docs/instanceApiTokens.md +1 -1
  20. data/docs/instanceMember.md +1 -1
  21. data/docs/instanceOrg.md +1 -1
  22. data/docs/instanceOrgInvite.md +2 -2
  23. data/docs/instanceOrgInvites.md +1 -1
  24. data/docs/instanceOrgMembers.md +2 -1
  25. data/docs/instanceOrgs.md +1 -1
  26. data/docs/me.md +1 -1
  27. data/docs/notebook.md +1 -1
  28. data/docs/org.md +1 -1
  29. data/docs/privateFile.md +4 -4
  30. data/docs/privateFiles.md +1 -1
  31. data/docs/resourceJob.md +2 -2
  32. data/docs/userApiTokens.md +2 -2
  33. data/lib/platform_rest/application.rb +1 -1
  34. data/lib/platform_rest/application_certificates.rb +5 -2
  35. data/lib/platform_rest/application_dashboard.rb +1 -1
  36. data/lib/platform_rest/client.rb +2 -2
  37. data/lib/platform_rest/dashboard.rb +1 -1
  38. data/lib/platform_rest/dashboards.rb +1 -0
  39. data/lib/platform_rest/data_table_row.rb +1 -1
  40. data/lib/platform_rest/data_table_rows.rb +3 -3
  41. data/lib/platform_rest/device.rb +1 -1
  42. data/lib/platform_rest/edge_deployments.rb +3 -3
  43. data/lib/platform_rest/embedded_deployments.rb +3 -3
  44. data/lib/platform_rest/experience.rb +1 -1
  45. data/lib/platform_rest/file.rb +2 -2
  46. data/lib/platform_rest/instance_api_tokens.rb +1 -1
  47. data/lib/platform_rest/instance_member.rb +1 -1
  48. data/lib/platform_rest/instance_org.rb +1 -1
  49. data/lib/platform_rest/instance_org_invite.rb +2 -2
  50. data/lib/platform_rest/instance_org_invites.rb +2 -2
  51. data/lib/platform_rest/instance_org_members.rb +2 -1
  52. data/lib/platform_rest/instance_orgs.rb +1 -1
  53. data/lib/platform_rest/me.rb +1 -1
  54. data/lib/platform_rest/notebook.rb +1 -1
  55. data/lib/platform_rest/org.rb +1 -1
  56. data/lib/platform_rest/private_file.rb +2 -2
  57. data/lib/platform_rest/resource_job.rb +2 -2
  58. data/lib/platform_rest/user_api_tokens.rb +2 -2
  59. data/lib/platform_rest/version.rb +1 -1
  60. data/schemas/advancedApplicationCertQuery.json +1885 -0
  61. data/schemas/advancedApplicationKeyQuery.json +763 -763
  62. data/schemas/apiToken.json +10 -1
  63. data/schemas/apiTokens.json +20 -2
  64. data/schemas/application.json +15 -2
  65. data/schemas/applicationCertificate.json +90 -58
  66. data/schemas/applicationCertificateAuthorities.json +24 -0
  67. data/schemas/applicationCertificateAuthority.json +24 -0
  68. data/schemas/applicationCertificatePatch.json +32 -4
  69. data/schemas/applicationCertificatePost.json +28 -30
  70. data/schemas/applicationCertificates.json +90 -58
  71. data/schemas/applicationCreationByTemplateResult.json +15 -2
  72. data/schemas/applicationDashboardPost.json +179 -128
  73. data/schemas/applicationImportExecutions.json +3 -5
  74. data/schemas/applicationImportResult.json +674 -0
  75. data/schemas/applicationJobLog.json +129 -123
  76. data/schemas/applicationJobLogs.json +129 -123
  77. data/schemas/applicationKey.json +41 -41
  78. data/schemas/applicationKeyPatch.json +4 -4
  79. data/schemas/applicationKeyPost.json +36 -29
  80. data/schemas/applicationKeys.json +41 -41
  81. data/schemas/applicationSearchResult.json +10 -10
  82. data/schemas/applicationTemplates.json +9 -2
  83. data/schemas/applications.json +15 -2
  84. data/schemas/auditLog.json +2 -6
  85. data/schemas/auditLogs.json +2 -6
  86. data/schemas/authedDevice.json +3 -0
  87. data/schemas/credential.json +7 -0
  88. data/schemas/credentialLinkedResources.json +19724 -344
  89. data/schemas/credentialPatch.json +3 -0
  90. data/schemas/credentialPost.json +3 -0
  91. data/schemas/credentials.json +7 -0
  92. data/schemas/dashboard.json +199 -128
  93. data/schemas/dashboardBlockSuggestCodePost.json +19 -0
  94. data/schemas/dashboardPatch.json +179 -128
  95. data/schemas/dashboardPost.json +179 -128
  96. data/schemas/dashboardUpdateEventsResult.json +266 -0
  97. data/schemas/dashboards.json +199 -128
  98. data/schemas/dataTable.json +11 -0
  99. data/schemas/dataTableRowPatch.json +16 -0
  100. data/schemas/dataTableRowPost.json +39 -0
  101. data/schemas/dataTableRowPostResult.json +54 -0
  102. data/schemas/dataTables.json +11 -0
  103. data/schemas/device.json +259 -107
  104. data/schemas/deviceConnectionStatus.json +4 -0
  105. data/schemas/deviceLog.json +3 -0
  106. data/schemas/deviceRecipe.json +259 -108
  107. data/schemas/deviceRecipes.json +259 -108
  108. data/schemas/devices.json +287 -116
  109. data/schemas/edgeDeploymentRelease.json +4252 -39
  110. data/schemas/edgeDeployments.json +28 -0
  111. data/schemas/embeddedDeploymentRelease.json +2073 -0
  112. data/schemas/embeddedDeployments.json +25 -0
  113. data/schemas/error.json +14 -0
  114. data/schemas/event.json +4 -1
  115. data/schemas/eventPlusNewCount.json +4 -1
  116. data/schemas/events.json +4 -1
  117. data/schemas/experienceDomains.json +19 -0
  118. data/schemas/experienceEndpoint.json +19 -0
  119. data/schemas/experienceEndpoints.json +24 -0
  120. data/schemas/experienceLinkedResources.json +19728 -313
  121. data/schemas/experienceSlugs.json +19 -0
  122. data/schemas/experienceUsers.json +16 -2
  123. data/schemas/experienceVersions.json +25 -0
  124. data/schemas/experienceView.json +5 -0
  125. data/schemas/experienceViews.json +10 -0
  126. data/schemas/fileUploadPostResponse.json +92 -103
  127. data/schemas/files.json +5 -1
  128. data/schemas/flow.json +211 -46
  129. data/schemas/flowPatch.json +199 -46
  130. data/schemas/flowPost.json +199 -46
  131. data/schemas/flowStorageMetadata.json +2 -2
  132. data/schemas/flowVersion.json +450 -101
  133. data/schemas/flowVersionPost.json +199 -46
  134. data/schemas/flowVersions.json +9903 -113
  135. data/schemas/flows.json +9637 -46
  136. data/schemas/flowsImportPost.json +398 -92
  137. data/schemas/flowsImportResult.json +661 -147
  138. data/schemas/historicalSummaries.json +3 -2
  139. data/schemas/historicalSummary.json +3 -2
  140. data/schemas/instanceAuditLog.json +2 -6
  141. data/schemas/instanceAuditLogs.json +90 -1
  142. data/schemas/instanceCustomNode.json +41 -2
  143. data/schemas/instanceCustomNodePatch.json +59 -6
  144. data/schemas/instanceCustomNodePost.json +59 -6
  145. data/schemas/instanceCustomNodes.json +41 -2
  146. data/schemas/instanceOrg.json +4 -1
  147. data/schemas/instanceOrgInvite.json +102 -0
  148. data/schemas/instanceOrgInviteSent.json +12 -0
  149. data/schemas/instanceOrgInvites.json +145 -0
  150. data/schemas/instanceOrgMember.json +52 -0
  151. data/schemas/instanceOrgMembers.json +105 -1
  152. data/schemas/instanceOrgPost.json +1 -1
  153. data/schemas/instanceOrgs.json +5 -2
  154. data/schemas/instanceSandbox.json +5 -1
  155. data/schemas/instanceSandboxes.json +9 -1
  156. data/schemas/integration.json +38 -39
  157. data/schemas/integrationPatch.json +8 -8
  158. data/schemas/integrationPost.json +8 -8
  159. data/schemas/integrations.json +38 -39
  160. data/schemas/jobEnqueuedResult.json +1 -1
  161. data/schemas/me.json +685 -88
  162. data/schemas/notebook.json +33 -21
  163. data/schemas/notebookExecutionLogs.json +20 -0
  164. data/schemas/notebookMinuteCounts.json +1 -1
  165. data/schemas/notebookPatch.json +29 -21
  166. data/schemas/notebookPost.json +29 -21
  167. data/schemas/notebooks.json +33 -21
  168. data/schemas/notificationRule.json +4 -0
  169. data/schemas/notificationRules.json +8 -0
  170. data/schemas/org.json +14 -1
  171. data/schemas/orgInvites.json +77 -82
  172. data/schemas/orgInvitesUser.json +44 -47
  173. data/schemas/orgs.json +14 -1
  174. data/schemas/paletteResponse.json +372 -364
  175. data/schemas/periodSummaries.json +1 -1
  176. data/schemas/recentItemList.json +226 -27
  177. data/schemas/resourceJob.json +33 -9
  178. data/schemas/resourceJobExecutionLogs.json +34 -20
  179. data/schemas/resourceJobExecutionOptions.json +1 -1
  180. data/schemas/resourceJobPatch.json +9 -9
  181. data/schemas/resourceJobPost.json +9 -9
  182. data/schemas/resourceJobs.json +33 -9
  183. data/schemas/tagValuesResponse.json +1 -2
  184. data/schemas/templateKeywords.json +1 -0
  185. data/schemas/timeSeriesData.json +36 -4
  186. data/schemas/userOauthToken.json +4 -1
  187. data/schemas/userOauthTokenPost.json +1 -1
  188. data/schemas/userOauthTokens.json +4 -1
  189. data/schemas/validateContextError.json +71 -24
  190. data/schemas/validateContextSuccess.json +71 -24
  191. metadata +10 -1
@@ -108,7 +108,7 @@ module PlatformRest
108
108
  # * {boolean} _embedded - Return embedded resources in response
109
109
  #
110
110
  # Responses:
111
- # * 201 - If deployment release has been initiated successfully (https://api.losant.com/#/definitions/success)
111
+ # * 202 - If deployment release has been accepted for processing (https://api.losant.com/#/definitions/success)
112
112
  #
113
113
  # Errors:
114
114
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -155,7 +155,7 @@ module PlatformRest
155
155
  # * {boolean} _embedded - Return embedded resources in response
156
156
  #
157
157
  # Responses:
158
- # * 201 - If deployment removal has been initiated successfully (https://api.losant.com/#/definitions/success)
158
+ # * 202 - If deployment removal has been accepted for processing (https://api.losant.com/#/definitions/success)
159
159
  #
160
160
  # Errors:
161
161
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -202,7 +202,7 @@ module PlatformRest
202
202
  # * {boolean} _embedded - Return embedded resources in response
203
203
  #
204
204
  # Responses:
205
- # * 201 - If deployment replacement has been initiated successfully (https://api.losant.com/#/definitions/success)
205
+ # * 202 - If deployment replacement has been accepted for processing (https://api.losant.com/#/definitions/success)
206
206
  #
207
207
  # Errors:
208
208
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -152,7 +152,7 @@ module PlatformRest
152
152
  # * {boolean} _embedded - Return embedded resources in response
153
153
  #
154
154
  # Responses:
155
- # * 201 - If deployment release has been initiated successfully (https://api.losant.com/#/definitions/success)
155
+ # * 202 - If deployment release has been accepted for processing (https://api.losant.com/#/definitions/success)
156
156
  #
157
157
  # Errors:
158
158
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -199,7 +199,7 @@ module PlatformRest
199
199
  # * {boolean} _embedded - Return embedded resources in response
200
200
  #
201
201
  # Responses:
202
- # * 201 - If deployment removal has been initiated successfully (https://api.losant.com/#/definitions/success)
202
+ # * 202 - If deployment removal has been accepted for processing (https://api.losant.com/#/definitions/success)
203
203
  #
204
204
  # Errors:
205
205
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -246,7 +246,7 @@ module PlatformRest
246
246
  # * {boolean} _embedded - Return embedded resources in response
247
247
  #
248
248
  # Responses:
249
- # * 201 - If deployment replacement has been initiated successfully (https://api.losant.com/#/definitions/success)
249
+ # * 202 - If deployment replacement has been accepted for processing (https://api.losant.com/#/definitions/success)
250
250
  #
251
251
  # Errors:
252
252
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -95,7 +95,7 @@ module PlatformRest
95
95
  # * {string} removeVersions - If this is set, all Experience Versions and their contents will be removed (except for develop).
96
96
  # * {string} keepViews - If this is set, Experience Views (in the develop version) will not be removed.
97
97
  # * {string} keepEndpoints - If this is set, Experience Endpoints (in the develop version) will not be removed.
98
- # * {string} removeWorkflows - If this is set, all Experience Workflows (in the develop version) will ve removed.
98
+ # * {string} removeWorkflows - If this is set, all Experience Workflows (in the develop version) will be removed.
99
99
  # * {string} losantdomain - Domain scope of request (rarely needed)
100
100
  # * {boolean} _actions - Return resource actions in response
101
101
  # * {boolean} _links - Return resource link in response
@@ -142,7 +142,7 @@ module PlatformRest
142
142
  # * {boolean} _embedded - Return embedded resources in response
143
143
  #
144
144
  # Responses:
145
- # * 201 - Returns a new file or directory that was created by the move, if a directory a job will kick off to move all the directories children. (https://api.losant.com/#/definitions/file)
145
+ # * 201 - Returns a new file or directory that was created by the move, if a directory a job will kick off to move all the directory's children. (https://api.losant.com/#/definitions/file)
146
146
  #
147
147
  # Errors:
148
148
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -191,7 +191,7 @@ module PlatformRest
191
191
  # * {boolean} _embedded - Return embedded resources in response
192
192
  #
193
193
  # Responses:
194
- # * 201 - Successfully updated file and the information needed to upload the file content (https://api.losant.com/#/definitions/fileUploadPostResponse)
194
+ # * 200 - Successfully updated file and the information needed to upload the file content (https://api.losant.com/#/definitions/fileUploadPostResponse)
195
195
  #
196
196
  # Errors:
197
197
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -53,7 +53,7 @@ module PlatformRest
53
53
  # * {boolean} _embedded - Return embedded resources in response
54
54
  #
55
55
  # Responses:
56
- # * 200 - Collection of API tokens (https://api.losant.com/#/definitions/apiToken)
56
+ # * 200 - Collection of API tokens (https://api.losant.com/#/definitions/apiTokens)
57
57
  #
58
58
  # Errors:
59
59
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -141,7 +141,7 @@ module PlatformRest
141
141
  # * {boolean} _embedded - Return embedded resources in response
142
142
  #
143
143
  # Responses:
144
- # * 200 - The modified instance member (https://api.losant.com/#/definitions/instanceMemberPatch)
144
+ # * 200 - The modified instance member (https://api.losant.com/#/definitions/instanceMember)
145
145
  #
146
146
  # Errors:
147
147
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -328,7 +328,7 @@ module PlatformRest
328
328
  body: body)
329
329
  end
330
330
 
331
- # Returns payload counts per resolution in the time range specified for all application this organization owns
331
+ # Returns payload counts per resolution in the time range specified for all applications this organization owns
332
332
  #
333
333
  # Authentication:
334
334
  # The client must be configured with a valid api
@@ -97,7 +97,7 @@ module PlatformRest
97
97
  # * {boolean} _embedded - Return embedded resources in response
98
98
  #
99
99
  # Responses:
100
- # * 200 - A single organization invite (https://api.losant.com/#/definitions/orgInvite)
100
+ # * 200 - A single organization invite (https://api.losant.com/#/definitions/instanceOrgInvite)
101
101
  #
102
102
  # Errors:
103
103
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -146,7 +146,7 @@ module PlatformRest
146
146
  # * {boolean} _embedded - Return embedded resources in response
147
147
  #
148
148
  # Responses:
149
- # * 201 - The new org invite (https://api.losant.com/#/definitions/orgInvite)
149
+ # * 201 - The new org invite (https://api.losant.com/#/definitions/instanceOrgInvite)
150
150
  #
151
151
  # Errors:
152
152
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -52,7 +52,7 @@ module PlatformRest
52
52
  # * {boolean} _embedded - Return embedded resources in response
53
53
  #
54
54
  # Responses:
55
- # * 200 - A collection of instance organization invitations (https://api.losant.com/#/definitions/orgInviteCollection)
55
+ # * 200 - A collection of instance organization invitations (https://api.losant.com/#/definitions/instanceOrgInvites)
56
56
  #
57
57
  # Errors:
58
58
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -103,7 +103,7 @@ module PlatformRest
103
103
  # * {boolean} _embedded - Return embedded resources in response
104
104
  #
105
105
  # Responses:
106
- # * 201 - The new organization invite (https://api.losant.com/#/definitions/orgInviteCollection)
106
+ # * 201 - The new organization invite (https://api.losant.com/#/definitions/instanceOrgInvite)
107
107
  #
108
108
  # Errors:
109
109
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -103,7 +103,8 @@ module PlatformRest
103
103
  # * {boolean} _embedded - Return embedded resources in response
104
104
  #
105
105
  # Responses:
106
- # * 200 - The newly created instance member (https://api.losant.com/#/definitions/instanceOrgMember)
106
+ # * 201 - The newly added instance org member (https://api.losant.com/#/definitions/instanceOrgMember)
107
+ # * 202 - An invite was sent to the new member's email address (https://api.losant.com/#/definitions/instanceOrgInviteSent)
107
108
  #
108
109
  # Errors:
109
110
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -109,7 +109,7 @@ module PlatformRest
109
109
  # * {boolean} _embedded - Return embedded resources in response
110
110
  #
111
111
  # Responses:
112
- # * 200 - The newly created organization (https://api.losant.com/#/definitions/org)
112
+ # * 201 - The newly created organization (https://api.losant.com/#/definitions/instanceOrg)
113
113
  #
114
114
  # Errors:
115
115
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -258,7 +258,7 @@ module PlatformRest
258
258
  body: body)
259
259
  end
260
260
 
261
- # Disconnects the user from Github
261
+ # Disconnects the user from GitHub
262
262
  #
263
263
  # Authentication:
264
264
  # The client must be configured with a valid api
@@ -42,7 +42,7 @@ module PlatformRest
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
44
44
  # * {string} notebookId - ID associated with the notebook
45
- # * {undefined} executionId - The ID of the execution to cancel
45
+ # * {string} executionId - The ID of the execution to cancel
46
46
  # * {string} losantdomain - Domain scope of request (rarely needed)
47
47
  # * {boolean} _actions - Return resource actions in response
48
48
  # * {boolean} _links - Return resource link in response
@@ -418,7 +418,7 @@ module PlatformRest
418
418
  body: body)
419
419
  end
420
420
 
421
- # Returns payload counts per resolution in the time range specified for all application this organization owns
421
+ # Returns payload counts per resolution in the time range specified for all applications this organization owns
422
422
  #
423
423
  # Authentication:
424
424
  # The client must be configured with a valid api
@@ -145,7 +145,7 @@ module PlatformRest
145
145
  # * {boolean} _embedded - Return embedded resources in response
146
146
  #
147
147
  # Responses:
148
- # * 201 - Returns a new private file or directory that was created by the move, if a directory a job will kick off to move all the directories children. (https://api.losant.com/#/definitions/file)
148
+ # * 201 - Returns a new private file or directory that was created by the move, if a directory a job will kick off to move all the directory's children. (https://api.losant.com/#/definitions/file)
149
149
  #
150
150
  # Errors:
151
151
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -195,7 +195,7 @@ module PlatformRest
195
195
  # * {boolean} _embedded - Return embedded resources in response
196
196
  #
197
197
  # Responses:
198
- # * 201 - Successfully updated private file and the information needed to upload the file content (https://api.losant.com/#/definitions/fileUploadPostResponse)
198
+ # * 200 - Successfully updated private file and the information needed to upload the file content (https://api.losant.com/#/definitions/fileUploadPostResponse)
199
199
  #
200
200
  # Errors:
201
201
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -42,7 +42,7 @@ module PlatformRest
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
44
44
  # * {string} resourceJobId - ID associated with the resource job
45
- # * {undefined} executionId - The ID of the execution to cancel
45
+ # * {string} executionId - The ID of the execution to cancel
46
46
  # * {string} losantdomain - Domain scope of request (rarely needed)
47
47
  # * {boolean} _actions - Return resource actions in response
48
48
  # * {boolean} _links - Return resource link in response
@@ -291,7 +291,7 @@ module PlatformRest
291
291
  # * {boolean} _embedded - Return embedded resources in response
292
292
  #
293
293
  # Responses:
294
- # * 201 - Successfully updated resource job (https://api.losant.com/#/definitions/resourceJob)
294
+ # * 200 - Successfully updated resource job (https://api.losant.com/#/definitions/resourceJob)
295
295
  #
296
296
  # Errors:
297
297
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -52,7 +52,7 @@ module PlatformRest
52
52
  # * {boolean} _embedded - Return embedded resources in response
53
53
  #
54
54
  # Responses:
55
- # * 200 - Collection of API tokens (https://api.losant.com/#/definitions/apiToken)
55
+ # * 200 - Collection of API tokens (https://api.losant.com/#/definitions/apiTokens)
56
56
  #
57
57
  # Errors:
58
58
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -84,7 +84,7 @@ module PlatformRest
84
84
  body: body)
85
85
  end
86
86
 
87
- # Create a new API token for an user
87
+ # Create a new API token for a user
88
88
  #
89
89
  # Authentication:
90
90
  # The client must be configured with a valid api
@@ -21,5 +21,5 @@
21
21
  # SOFTWARE.
22
22
 
23
23
  module PlatformRest
24
- VERSION = "2.1.0"
24
+ VERSION = "2.1.1"
25
25
  end