losant_rest 1.13.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (172) hide show
  1. checksums.yaml +4 -4
  2. data/docs/_schemas.md +19437 -10622
  3. data/docs/application.md +6 -6
  4. data/docs/applicationApiTokens.md +1 -1
  5. data/docs/applications.md +1 -1
  6. data/docs/dataTable.md +1 -1
  7. data/docs/dataTableRows.md +1 -1
  8. data/docs/dataTables.md +1 -1
  9. data/docs/device.md +43 -0
  10. data/docs/devices.md +41 -2
  11. data/docs/edgeDeployment.md +49 -0
  12. data/docs/embeddedDeployment.md +49 -0
  13. data/docs/embeddedDeployments.md +215 -0
  14. data/docs/experience.md +1 -1
  15. data/docs/experienceDomains.md +1 -1
  16. data/docs/experienceGroup.md +2 -0
  17. data/docs/experienceSlugs.md +1 -1
  18. data/docs/experienceVersion.md +3 -3
  19. data/docs/experienceVersions.md +2 -2
  20. data/docs/experienceView.md +4 -4
  21. data/docs/experienceViews.md +2 -2
  22. data/docs/file.md +5 -5
  23. data/docs/files.md +2 -2
  24. data/docs/flow.md +3 -3
  25. data/docs/flowVersions.md +44 -0
  26. data/docs/flows.md +2 -2
  27. data/docs/instance.md +40 -0
  28. data/docs/instanceApiToken.md +133 -0
  29. data/docs/instanceApiTokens.md +91 -0
  30. data/docs/instanceMembers.md +1 -1
  31. data/docs/instanceOrg.md +2 -0
  32. data/docs/instanceOrgInvite.md +139 -0
  33. data/docs/instanceOrgInvites.md +96 -0
  34. data/docs/instanceOrgMembers.md +3 -3
  35. data/docs/instanceOrgs.md +1 -1
  36. data/docs/me.md +1 -1
  37. data/docs/org.md +1 -1
  38. data/docs/userApiToken.md +125 -0
  39. data/docs/userApiTokens.md +87 -0
  40. data/lib/losant_rest/application.rb +5 -5
  41. data/lib/losant_rest/application_api_tokens.rb +1 -1
  42. data/lib/losant_rest/applications.rb +1 -1
  43. data/lib/losant_rest/client.rb +38 -2
  44. data/lib/losant_rest/data_table.rb +1 -1
  45. data/lib/losant_rest/data_table_rows.rb +1 -1
  46. data/lib/losant_rest/data_tables.rb +1 -1
  47. data/lib/losant_rest/device.rb +50 -0
  48. data/lib/losant_rest/devices.rb +48 -2
  49. data/lib/losant_rest/edge_deployment.rb +81 -0
  50. data/lib/losant_rest/embedded_deployment.rb +81 -0
  51. data/lib/losant_rest/embedded_deployments.rb +280 -0
  52. data/lib/losant_rest/experience.rb +1 -1
  53. data/lib/losant_rest/experience_domains.rb +1 -1
  54. data/lib/losant_rest/experience_group.rb +4 -0
  55. data/lib/losant_rest/experience_slugs.rb +1 -1
  56. data/lib/losant_rest/experience_version.rb +3 -3
  57. data/lib/losant_rest/experience_versions.rb +2 -2
  58. data/lib/losant_rest/experience_view.rb +4 -4
  59. data/lib/losant_rest/experience_views.rb +2 -2
  60. data/lib/losant_rest/file.rb +4 -4
  61. data/lib/losant_rest/files.rb +2 -2
  62. data/lib/losant_rest/flow.rb +3 -3
  63. data/lib/losant_rest/flow_versions.rb +50 -0
  64. data/lib/losant_rest/flows.rb +2 -2
  65. data/lib/losant_rest/instance.rb +47 -1
  66. data/lib/losant_rest/instance_api_token.rb +176 -0
  67. data/lib/losant_rest/instance_api_tokens.rb +136 -0
  68. data/lib/losant_rest/instance_member.rb +1 -1
  69. data/lib/losant_rest/instance_members.rb +2 -2
  70. data/lib/losant_rest/instance_org.rb +5 -1
  71. data/lib/losant_rest/instance_org_invite.rb +182 -0
  72. data/lib/losant_rest/instance_org_invites.rb +138 -0
  73. data/lib/losant_rest/instance_org_member.rb +1 -1
  74. data/lib/losant_rest/instance_org_members.rb +4 -4
  75. data/lib/losant_rest/instance_orgs.rb +3 -3
  76. data/lib/losant_rest/instances.rb +1 -1
  77. data/lib/losant_rest/user_api_token.rb +170 -0
  78. data/lib/losant_rest/user_api_tokens.rb +132 -0
  79. data/lib/losant_rest/version.rb +1 -1
  80. data/lib/losant_rest.rb +9 -0
  81. data/schemas/apiToken.json +2 -1
  82. data/schemas/apiTokenPost.json +439 -0
  83. data/schemas/apiTokens.json +4 -2
  84. data/schemas/application.json +32 -32
  85. data/schemas/applicationCreationByTemplateResult.json +32 -32
  86. data/schemas/applicationDashboardPost.json +28 -21
  87. data/schemas/applicationPatch.json +13 -13
  88. data/schemas/applicationPost.json +13 -13
  89. data/schemas/applicationTemplate.json +16 -16
  90. data/schemas/applicationTemplates.json +16 -16
  91. data/schemas/applications.json +32 -32
  92. data/schemas/auditLog.json +4 -0
  93. data/schemas/auditLogFilter.json +4 -0
  94. data/schemas/auditLogs.json +4 -0
  95. data/schemas/authedDevice.json +2 -1
  96. data/schemas/bulkDeleteResponse.json +12 -0
  97. data/schemas/dashboard.json +28 -21
  98. data/schemas/dashboardPatch.json +28 -21
  99. data/schemas/dashboardPost.json +28 -21
  100. data/schemas/dashboardSendReport.json +9 -5
  101. data/schemas/dashboards.json +28 -21
  102. data/schemas/dataTableRowsDelete.json +1 -1
  103. data/schemas/device.json +2 -1
  104. data/schemas/deviceClassFilter.json +4 -2
  105. data/schemas/devicePatch.json +2 -1
  106. data/schemas/devicePayloadCounts.json +24 -0
  107. data/schemas/devicePost.json +2 -1
  108. data/schemas/deviceRecipe.json +2 -1
  109. data/schemas/deviceRecipePatch.json +2 -1
  110. data/schemas/deviceRecipePost.json +2 -1
  111. data/schemas/deviceRecipes.json +2 -1
  112. data/schemas/devices.json +4 -2
  113. data/schemas/devicesExportPayloadCountPost.json +1350 -0
  114. data/schemas/devicesPatch.json +4 -2
  115. data/schemas/edgeDeployment.json +20 -0
  116. data/schemas/edgeDeployments.json +20 -0
  117. data/schemas/embeddedDeployment.json +179 -0
  118. data/schemas/embeddedDeploymentExport.json +44 -0
  119. data/schemas/embeddedDeploymentRelease.json +58 -0
  120. data/schemas/embeddedDeploymentRemove.json +25 -0
  121. data/schemas/embeddedDeploymentReplace.json +29 -0
  122. data/schemas/embeddedDeployments.json +212 -0
  123. data/schemas/eventsDeleted.json +1 -1
  124. data/schemas/experienceEndpoint.json +6 -8
  125. data/schemas/experienceEndpointPatch.json +6 -8
  126. data/schemas/experienceEndpointPost.json +6 -8
  127. data/schemas/experienceEndpoints.json +6 -8
  128. data/schemas/experienceGroup.json +6 -0
  129. data/schemas/experienceGroups.json +6 -0
  130. data/schemas/experienceLinkedResources.json +790 -85
  131. data/schemas/flow.json +252 -16
  132. data/schemas/flowPatch.json +251 -16
  133. data/schemas/flowPost.json +252 -16
  134. data/schemas/flowVersion.json +503 -33
  135. data/schemas/flowVersionPost.json +251 -16
  136. data/schemas/flowVersions.json +503 -33
  137. data/schemas/flowVersionsDeletePost.json +941 -0
  138. data/schemas/flows.json +253 -16
  139. data/schemas/flowsImportPost.json +503 -32
  140. data/schemas/flowsImportResult.json +785 -79
  141. data/schemas/githubLogin.json +38 -1
  142. data/schemas/historicalSummary.json +150 -102
  143. data/schemas/instance.json +150 -77
  144. data/schemas/instanceMember.json +10 -0
  145. data/schemas/instanceMemberPost.json +18 -3
  146. data/schemas/instanceMembers.json +14 -0
  147. data/schemas/instanceOrg.json +87 -74
  148. data/schemas/instanceOrgMember.json +14 -0
  149. data/schemas/instanceOrgMembers.json +8 -0
  150. data/schemas/instanceOrgPatch.json +64 -26
  151. data/schemas/instanceOrgPost.json +229 -25
  152. data/schemas/instanceOrgs.json +91 -74
  153. data/schemas/instancePatch.json +67 -0
  154. data/schemas/instanceReportOptionsPost.json +1 -0
  155. data/schemas/me.json +134 -105
  156. data/schemas/notebook.json +45 -0
  157. data/schemas/notebookPatch.json +30 -0
  158. data/schemas/notebookPost.json +30 -0
  159. data/schemas/notebooks.json +45 -0
  160. data/schemas/org.json +145 -110
  161. data/schemas/orgInvite.json +90 -0
  162. data/schemas/orgInviteCollection.json +130 -0
  163. data/schemas/orgInvites.json +82 -77
  164. data/schemas/orgRoleInfo.json +69 -0
  165. data/schemas/orgs.json +145 -110
  166. data/schemas/payloadStats.json +28 -12
  167. data/schemas/userCredentials.json +38 -1
  168. data/schemas/userPost.json +38 -1
  169. data/schemas/validateContextError.json +34 -0
  170. data/schemas/validateContextSuccess.json +34 -0
  171. data/schemas/virtualButtonPress.json +4 -0
  172. metadata +39 -6
@@ -66,52 +66,52 @@
66
66
  "type": "object",
67
67
  "properties": {
68
68
  "applicationCertificateAuthorityCount": {
69
- "type": "number"
69
+ "type": "integer"
70
70
  },
71
71
  "dashboardCount": {
72
- "type": "number"
72
+ "type": "integer"
73
73
  },
74
74
  "deviceCount": {
75
- "type": "number"
75
+ "type": "integer"
76
76
  },
77
77
  "deviceRecipeCount": {
78
- "type": "number"
78
+ "type": "integer"
79
79
  },
80
80
  "dataTableCount": {
81
- "type": "number"
81
+ "type": "integer"
82
82
  },
83
83
  "experienceGroupCount": {
84
- "type": "number"
84
+ "type": "integer"
85
85
  },
86
86
  "experienceUserCount": {
87
- "type": "number"
87
+ "type": "integer"
88
88
  },
89
89
  "experienceVersionCount": {
90
- "type": "number"
90
+ "type": "integer"
91
91
  },
92
92
  "experienceViewCount": {
93
- "type": "number"
93
+ "type": "integer"
94
94
  },
95
95
  "experienceEndpointCount": {
96
- "type": "number"
96
+ "type": "integer"
97
97
  },
98
98
  "fileCount": {
99
- "type": "number"
99
+ "type": "integer"
100
100
  },
101
101
  "flowCount": {
102
- "type": "number"
102
+ "type": "integer"
103
103
  },
104
104
  "integrationCount": {
105
- "type": "number"
105
+ "type": "integer"
106
106
  },
107
107
  "notebookCount": {
108
- "type": "number"
108
+ "type": "integer"
109
109
  },
110
110
  "dataTableCsvSize": {
111
- "type": "number"
111
+ "type": "integer"
112
112
  },
113
113
  "webhookCount": {
114
- "type": "number"
114
+ "type": "integer"
115
115
  }
116
116
  }
117
117
  }
@@ -73,52 +73,52 @@
73
73
  "type": "object",
74
74
  "properties": {
75
75
  "applicationCertificateAuthorityCount": {
76
- "type": "number"
76
+ "type": "integer"
77
77
  },
78
78
  "dashboardCount": {
79
- "type": "number"
79
+ "type": "integer"
80
80
  },
81
81
  "deviceCount": {
82
- "type": "number"
82
+ "type": "integer"
83
83
  },
84
84
  "deviceRecipeCount": {
85
- "type": "number"
85
+ "type": "integer"
86
86
  },
87
87
  "dataTableCount": {
88
- "type": "number"
88
+ "type": "integer"
89
89
  },
90
90
  "experienceGroupCount": {
91
- "type": "number"
91
+ "type": "integer"
92
92
  },
93
93
  "experienceUserCount": {
94
- "type": "number"
94
+ "type": "integer"
95
95
  },
96
96
  "experienceVersionCount": {
97
- "type": "number"
97
+ "type": "integer"
98
98
  },
99
99
  "experienceViewCount": {
100
- "type": "number"
100
+ "type": "integer"
101
101
  },
102
102
  "experienceEndpointCount": {
103
- "type": "number"
103
+ "type": "integer"
104
104
  },
105
105
  "fileCount": {
106
- "type": "number"
106
+ "type": "integer"
107
107
  },
108
108
  "flowCount": {
109
- "type": "number"
109
+ "type": "integer"
110
110
  },
111
111
  "integrationCount": {
112
- "type": "number"
112
+ "type": "integer"
113
113
  },
114
114
  "notebookCount": {
115
- "type": "number"
115
+ "type": "integer"
116
116
  },
117
117
  "dataTableCsvSize": {
118
- "type": "number"
118
+ "type": "integer"
119
119
  },
120
120
  "webhookCount": {
121
- "type": "number"
121
+ "type": "integer"
122
122
  }
123
123
  }
124
124
  }
@@ -115,66 +115,66 @@
115
115
  "type": "object",
116
116
  "properties": {
117
117
  "apiTokenCount": {
118
- "type": "number"
118
+ "type": "integer"
119
119
  },
120
120
  "dataTableCount": {
121
- "type": "number"
121
+ "type": "integer"
122
122
  },
123
123
  "deviceCount": {
124
- "type": "number"
124
+ "type": "integer"
125
125
  },
126
126
  "deviceRecipeCount": {
127
- "type": "number"
127
+ "type": "integer"
128
128
  },
129
129
  "eventCount": {
130
- "type": "number"
130
+ "type": "integer"
131
131
  },
132
132
  "experienceDomainCount": {
133
- "type": "number"
133
+ "type": "integer"
134
134
  },
135
135
  "experienceEndpointCount": {
136
- "type": "number"
136
+ "type": "integer"
137
137
  },
138
138
  "experienceGroupCount": {
139
- "type": "number"
139
+ "type": "integer"
140
140
  },
141
141
  "experienceSlugCount": {
142
- "type": "number"
142
+ "type": "integer"
143
143
  },
144
144
  "experienceUserCount": {
145
- "type": "number"
145
+ "type": "integer"
146
146
  },
147
147
  "experienceVersionCount": {
148
- "type": "number"
148
+ "type": "integer"
149
149
  },
150
150
  "experienceViewCount": {
151
- "type": "number"
151
+ "type": "integer"
152
152
  },
153
153
  "fileCount": {
154
- "type": "number"
154
+ "type": "integer"
155
155
  },
156
156
  "flowCount": {
157
- "type": "number"
157
+ "type": "integer"
158
158
  },
159
159
  "integrationCount": {
160
- "type": "number"
160
+ "type": "integer"
161
161
  },
162
162
  "keyCount": {
163
- "type": "number"
163
+ "type": "integer"
164
164
  },
165
165
  "storageStats": {
166
166
  "type": "object",
167
167
  "properties": {
168
168
  "count": {
169
- "type": "number"
169
+ "type": "integer"
170
170
  },
171
171
  "size": {
172
- "type": "number"
172
+ "type": "integer"
173
173
  }
174
174
  }
175
175
  },
176
176
  "webhookCount": {
177
- "type": "number"
177
+ "type": "integer"
178
178
  }
179
179
  }
180
180
  },
@@ -212,7 +212,7 @@
212
212
  "properties": {
213
213
  "directory": {
214
214
  "type": "string",
215
- "max": 255
215
+ "maxLength": 255
216
216
  },
217
217
  "mode": {
218
218
  "type": "string",
@@ -282,21 +282,21 @@
282
282
  "properties": {
283
283
  "bucket": {
284
284
  "type": "string",
285
- "max": 255
285
+ "maxLength": 255
286
286
  },
287
287
  "accessKeyId": {
288
288
  "type": "string",
289
- "min": 4,
290
- "max": 128
289
+ "minLength": 4,
290
+ "maxLength": 128
291
291
  },
292
292
  "secretAccessKey": {
293
293
  "type": "string",
294
- "min": 4,
295
- "max": 128
294
+ "minLength": 4,
295
+ "maxLength": 128
296
296
  },
297
297
  "region": {
298
298
  "type": "string",
299
- "max": 128
299
+ "maxLength": 128
300
300
  }
301
301
  },
302
302
  "required": [
@@ -322,7 +322,7 @@
322
322
  },
323
323
  "bucket": {
324
324
  "type": "string",
325
- "max": 255
325
+ "maxLength": 255
326
326
  }
327
327
  },
328
328
  "required": [
@@ -337,17 +337,17 @@
337
337
  "properties": {
338
338
  "account": {
339
339
  "type": "string",
340
- "min": 3,
341
- "max": 24
340
+ "minLength": 3,
341
+ "maxLength": 24
342
342
  },
343
343
  "accountKey": {
344
344
  "type": "string",
345
- "max": 255
345
+ "maxLength": 255
346
346
  },
347
347
  "bucket": {
348
348
  "type": "string",
349
- "min": 3,
350
- "max": 63
349
+ "minLength": 3,
350
+ "maxLength": 63
351
351
  }
352
352
  },
353
353
  "required": [
@@ -42,7 +42,10 @@
42
42
  "type": "string",
43
43
  "enum": [
44
44
  "ApiToken",
45
+ "ApplicationCertificateAuthority",
46
+ "ApplicationCertificate",
45
47
  "ApplicationKey",
48
+ "Dashboard",
46
49
  "DataTable",
47
50
  "Device",
48
51
  "DeviceRecipe",
@@ -57,6 +60,7 @@
57
60
  "File",
58
61
  "Flow",
59
62
  "Integration",
63
+ "Notebook",
60
64
  "Webhook"
61
65
  ]
62
66
  },
@@ -40,7 +40,10 @@
40
40
  "type": "string",
41
41
  "enum": [
42
42
  "ApiToken",
43
+ "ApplicationCertificateAuthority",
44
+ "ApplicationCertificate",
43
45
  "ApplicationKey",
46
+ "Dashboard",
44
47
  "DataTable",
45
48
  "Device",
46
49
  "DeviceRecipe",
@@ -55,6 +58,7 @@
55
58
  "File",
56
59
  "Flow",
57
60
  "Integration",
61
+ "Notebook",
58
62
  "Webhook"
59
63
  ]
60
64
  },
@@ -49,7 +49,10 @@
49
49
  "type": "string",
50
50
  "enum": [
51
51
  "ApiToken",
52
+ "ApplicationCertificateAuthority",
53
+ "ApplicationCertificate",
52
54
  "ApplicationKey",
55
+ "Dashboard",
53
56
  "DataTable",
54
57
  "Device",
55
58
  "DeviceRecipe",
@@ -64,6 +67,7 @@
64
67
  "File",
65
68
  "Flow",
66
69
  "Integration",
70
+ "Notebook",
67
71
  "Webhook"
68
72
  ]
69
73
  },
@@ -18,7 +18,8 @@
18
18
  "peripheral",
19
19
  "floating",
20
20
  "edgeCompute",
21
- "system"
21
+ "system",
22
+ "embedded"
22
23
  ]
23
24
  },
24
25
  "token": {
@@ -0,0 +1,12 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-04/schema#",
3
+ "type": "object",
4
+ "properties": {
5
+ "removed": {
6
+ "type": "number"
7
+ },
8
+ "failed": {
9
+ "type": "number"
10
+ }
11
+ }
12
+ }
@@ -76,7 +76,7 @@
76
76
  },
77
77
  "reportConfigs": {
78
78
  "type": "array",
79
- "max": 10,
79
+ "maxItems": 10,
80
80
  "items": {
81
81
  "type": "object",
82
82
  "properties": {
@@ -90,8 +90,8 @@
90
90
  },
91
91
  "toEmail": {
92
92
  "type": "array",
93
- "min": 1,
94
- "max": 10,
93
+ "minItems": 1,
94
+ "maxItems": 10,
95
95
  "items": {
96
96
  "type": "string",
97
97
  "format": "email",
@@ -116,6 +116,10 @@
116
116
  "timezone": {
117
117
  "type": "string",
118
118
  "maxLength": 255
119
+ },
120
+ "locale": {
121
+ "type": "string",
122
+ "maxLength": 5
119
123
  }
120
124
  },
121
125
  "additionalProperties": false,
@@ -248,7 +252,7 @@
248
252
  },
249
253
  {
250
254
  "type": "string",
251
- "maxLength": 64
255
+ "maxLength": 128
252
256
  }
253
257
  ]
254
258
  },
@@ -259,7 +263,7 @@
259
263
  },
260
264
  {
261
265
  "type": "string",
262
- "maxLength": 64
266
+ "maxLength": 128
263
267
  }
264
268
  ]
265
269
  },
@@ -1700,7 +1704,7 @@
1700
1704
  },
1701
1705
  {
1702
1706
  "type": "string",
1703
- "maxLength": 64
1707
+ "maxLength": 128
1704
1708
  }
1705
1709
  ]
1706
1710
  },
@@ -1711,7 +1715,7 @@
1711
1715
  },
1712
1716
  {
1713
1717
  "type": "string",
1714
- "maxLength": 64
1718
+ "maxLength": 128
1715
1719
  }
1716
1720
  ]
1717
1721
  },
@@ -1732,7 +1736,7 @@
1732
1736
  },
1733
1737
  {
1734
1738
  "type": "string",
1735
- "maxLength": 64
1739
+ "maxLength": 128
1736
1740
  }
1737
1741
  ]
1738
1742
  },
@@ -2195,7 +2199,7 @@
2195
2199
  },
2196
2200
  {
2197
2201
  "type": "string",
2198
- "maxLength": 64
2202
+ "maxLength": 128
2199
2203
  }
2200
2204
  ]
2201
2205
  },
@@ -2206,7 +2210,7 @@
2206
2210
  },
2207
2211
  {
2208
2212
  "type": "string",
2209
- "maxLength": 64
2213
+ "maxLength": 128
2210
2214
  }
2211
2215
  ]
2212
2216
  },
@@ -2353,7 +2357,7 @@
2353
2357
  },
2354
2358
  {
2355
2359
  "type": "string",
2356
- "maxLength": 64
2360
+ "maxLength": 128
2357
2361
  }
2358
2362
  ]
2359
2363
  },
@@ -3128,7 +3132,7 @@
3128
3132
  },
3129
3133
  {
3130
3134
  "type": "string",
3131
- "maxLength": 64
3135
+ "maxLength": 128
3132
3136
  }
3133
3137
  ]
3134
3138
  },
@@ -3139,7 +3143,7 @@
3139
3143
  },
3140
3144
  {
3141
3145
  "type": "string",
3142
- "maxLength": 64
3146
+ "maxLength": 128
3143
3147
  }
3144
3148
  ]
3145
3149
  },
@@ -3153,8 +3157,8 @@
3153
3157
  },
3154
3158
  "length": {
3155
3159
  "type": "integer",
3156
- "min": 1,
3157
- "max": 10
3160
+ "minimum": 1,
3161
+ "maximum": 10
3158
3162
  },
3159
3163
  "orientation": {
3160
3164
  "type": "string",
@@ -3747,7 +3751,7 @@
3747
3751
  },
3748
3752
  {
3749
3753
  "type": "string",
3750
- "maxLength": 64
3754
+ "maxLength": 128
3751
3755
  }
3752
3756
  ]
3753
3757
  },
@@ -3758,7 +3762,7 @@
3758
3762
  },
3759
3763
  {
3760
3764
  "type": "string",
3761
- "maxLength": 64
3765
+ "maxLength": 128
3762
3766
  }
3763
3767
  ]
3764
3768
  },
@@ -3769,7 +3773,7 @@
3769
3773
  },
3770
3774
  {
3771
3775
  "type": "string",
3772
- "maxLength": 64
3776
+ "maxLength": 128
3773
3777
  }
3774
3778
  ]
3775
3779
  },
@@ -3780,7 +3784,7 @@
3780
3784
  },
3781
3785
  {
3782
3786
  "type": "string",
3783
- "maxLength": 64
3787
+ "maxLength": 128
3784
3788
  }
3785
3789
  ]
3786
3790
  }
@@ -4627,7 +4631,7 @@
4627
4631
  },
4628
4632
  {
4629
4633
  "type": "string",
4630
- "maxLength": 64
4634
+ "maxLength": 128
4631
4635
  }
4632
4636
  ]
4633
4637
  },
@@ -5138,7 +5142,7 @@
5138
5142
  },
5139
5143
  {
5140
5144
  "type": "string",
5141
- "maxLength": 64
5145
+ "maxLength": 128
5142
5146
  }
5143
5147
  ]
5144
5148
  },
@@ -5369,6 +5373,9 @@
5369
5373
  "includeEdge": {
5370
5374
  "type": "boolean"
5371
5375
  },
5376
+ "includeEmbedded": {
5377
+ "type": "boolean"
5378
+ },
5372
5379
  "includeExperience": {
5373
5380
  "type": "boolean"
5374
5381
  },