losant_rest 1.15.1 → 1.16.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (152) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/docs/_schemas.md +12170 -4718
  4. data/docs/application.md +3 -4
  5. data/docs/applicationDashboard.md +43 -0
  6. data/docs/applications.md +3 -2
  7. data/docs/devices.md +40 -0
  8. data/docs/flows.md +38 -0
  9. data/docs/instanceCustomNode.md +222 -0
  10. data/docs/instanceCustomNodes.md +91 -0
  11. data/lib/losant_rest/application.rb +1 -1
  12. data/lib/losant_rest/application_api_token.rb +1 -1
  13. data/lib/losant_rest/application_api_tokens.rb +1 -1
  14. data/lib/losant_rest/application_certificate.rb +1 -1
  15. data/lib/losant_rest/application_certificate_authorities.rb +1 -1
  16. data/lib/losant_rest/application_certificate_authority.rb +1 -1
  17. data/lib/losant_rest/application_certificates.rb +1 -1
  18. data/lib/losant_rest/application_dashboard.rb +50 -1
  19. data/lib/losant_rest/application_dashboards.rb +1 -1
  20. data/lib/losant_rest/application_key.rb +1 -1
  21. data/lib/losant_rest/application_keys.rb +1 -1
  22. data/lib/losant_rest/application_template.rb +1 -1
  23. data/lib/losant_rest/application_templates.rb +1 -1
  24. data/lib/losant_rest/applications.rb +1 -1
  25. data/lib/losant_rest/audit_log.rb +1 -1
  26. data/lib/losant_rest/audit_logs.rb +1 -1
  27. data/lib/losant_rest/auth.rb +1 -1
  28. data/lib/losant_rest/client.rb +11 -3
  29. data/lib/losant_rest/dashboard.rb +1 -1
  30. data/lib/losant_rest/dashboards.rb +1 -1
  31. data/lib/losant_rest/data.rb +1 -1
  32. data/lib/losant_rest/data_table.rb +1 -1
  33. data/lib/losant_rest/data_table_row.rb +1 -1
  34. data/lib/losant_rest/data_table_rows.rb +1 -1
  35. data/lib/losant_rest/data_tables.rb +1 -1
  36. data/lib/losant_rest/device.rb +1 -1
  37. data/lib/losant_rest/device_recipe.rb +1 -1
  38. data/lib/losant_rest/device_recipes.rb +1 -1
  39. data/lib/losant_rest/devices.rb +50 -1
  40. data/lib/losant_rest/edge_deployment.rb +1 -1
  41. data/lib/losant_rest/edge_deployments.rb +1 -1
  42. data/lib/losant_rest/embedded_deployment.rb +1 -1
  43. data/lib/losant_rest/embedded_deployments.rb +1 -1
  44. data/lib/losant_rest/error.rb +1 -1
  45. data/lib/losant_rest/event.rb +1 -1
  46. data/lib/losant_rest/events.rb +1 -1
  47. data/lib/losant_rest/experience.rb +1 -1
  48. data/lib/losant_rest/experience_domain.rb +1 -1
  49. data/lib/losant_rest/experience_domains.rb +1 -1
  50. data/lib/losant_rest/experience_endpoint.rb +1 -1
  51. data/lib/losant_rest/experience_endpoints.rb +1 -1
  52. data/lib/losant_rest/experience_group.rb +1 -1
  53. data/lib/losant_rest/experience_groups.rb +1 -1
  54. data/lib/losant_rest/experience_slug.rb +1 -1
  55. data/lib/losant_rest/experience_slugs.rb +1 -1
  56. data/lib/losant_rest/experience_user.rb +1 -1
  57. data/lib/losant_rest/experience_users.rb +1 -1
  58. data/lib/losant_rest/experience_version.rb +1 -1
  59. data/lib/losant_rest/experience_versions.rb +1 -1
  60. data/lib/losant_rest/experience_view.rb +1 -1
  61. data/lib/losant_rest/experience_views.rb +1 -1
  62. data/lib/losant_rest/file.rb +1 -1
  63. data/lib/losant_rest/files.rb +1 -1
  64. data/lib/losant_rest/flow.rb +1 -1
  65. data/lib/losant_rest/flow_version.rb +1 -1
  66. data/lib/losant_rest/flow_versions.rb +1 -1
  67. data/lib/losant_rest/flows.rb +45 -1
  68. data/lib/losant_rest/instance.rb +1 -1
  69. data/lib/losant_rest/instance_api_token.rb +1 -1
  70. data/lib/losant_rest/instance_api_tokens.rb +1 -1
  71. data/lib/losant_rest/instance_custom_node.rb +282 -0
  72. data/lib/losant_rest/instance_custom_nodes.rb +136 -0
  73. data/lib/losant_rest/instance_member.rb +1 -1
  74. data/lib/losant_rest/instance_members.rb +1 -1
  75. data/lib/losant_rest/instance_org.rb +1 -1
  76. data/lib/losant_rest/instance_org_invite.rb +1 -1
  77. data/lib/losant_rest/instance_org_invites.rb +1 -1
  78. data/lib/losant_rest/instance_org_member.rb +1 -1
  79. data/lib/losant_rest/instance_org_members.rb +1 -1
  80. data/lib/losant_rest/instance_orgs.rb +1 -1
  81. data/lib/losant_rest/instances.rb +1 -1
  82. data/lib/losant_rest/integration.rb +1 -1
  83. data/lib/losant_rest/integrations.rb +1 -1
  84. data/lib/losant_rest/me.rb +1 -1
  85. data/lib/losant_rest/notebook.rb +1 -1
  86. data/lib/losant_rest/notebooks.rb +1 -1
  87. data/lib/losant_rest/org.rb +1 -1
  88. data/lib/losant_rest/org_invites.rb +1 -1
  89. data/lib/losant_rest/orgs.rb +1 -1
  90. data/lib/losant_rest/user_api_token.rb +1 -1
  91. data/lib/losant_rest/user_api_tokens.rb +1 -1
  92. data/lib/losant_rest/utils.rb +1 -1
  93. data/lib/losant_rest/version.rb +2 -2
  94. data/lib/losant_rest/webhook.rb +1 -1
  95. data/lib/losant_rest/webhooks.rb +1 -1
  96. data/lib/losant_rest.rb +3 -1
  97. data/schemas/apiTokenPost.json +13 -1
  98. data/schemas/application.json +1 -1
  99. data/schemas/applicationApplyTemplatePatch.json +5 -0
  100. data/schemas/applicationClonePost.json +5 -0
  101. data/schemas/applicationCreationByTemplateResult.json +1 -1
  102. data/schemas/applicationDashboardPost.json +162 -3
  103. data/schemas/applicationExportPost.json +4 -0
  104. data/schemas/applicationImportOptions.json +43 -0
  105. data/schemas/applicationPatch.json +1 -1
  106. data/schemas/applicationPost.json +1 -1
  107. data/schemas/applications.json +1 -1
  108. data/schemas/dashboard.json +162 -3
  109. data/schemas/dashboardPatch.json +162 -3
  110. data/schemas/dashboardPost.json +162 -3
  111. data/schemas/dashboardSendReport.json +20 -3
  112. data/schemas/dashboards.json +162 -3
  113. data/schemas/deviceNamesResponse.json +36 -0
  114. data/schemas/experienceBootstrapOptions.json +1 -1
  115. data/schemas/experienceLinkedResources.json +485 -5
  116. data/schemas/experienceSlug.json +1 -1
  117. data/schemas/experienceSlugPatch.json +1 -1
  118. data/schemas/experienceSlugPost.json +1 -1
  119. data/schemas/experienceSlugs.json +1 -1
  120. data/schemas/experienceUser.json +2 -1
  121. data/schemas/experienceUsers.json +2 -1
  122. data/schemas/flow.json +173 -0
  123. data/schemas/flowPatch.json +174 -0
  124. data/schemas/flowPost.json +174 -0
  125. data/schemas/flowVersion.json +312 -5
  126. data/schemas/flowVersionPost.json +156 -0
  127. data/schemas/flowVersions.json +312 -5
  128. data/schemas/flows.json +173 -0
  129. data/schemas/flowsImportPost.json +339 -2
  130. data/schemas/flowsImportResult.json +485 -5
  131. data/schemas/githubLogin.json +13 -1
  132. data/schemas/instanceCustomNode.json +589 -0
  133. data/schemas/instanceCustomNodePatch.json +674 -0
  134. data/schemas/instanceCustomNodePost.json +679 -0
  135. data/schemas/instanceCustomNodes.json +634 -0
  136. data/schemas/instanceMember.json +2 -2
  137. data/schemas/instanceMembers.json +2 -2
  138. data/schemas/instanceOrg.json +8 -0
  139. data/schemas/instanceOrgMember.json +2 -2
  140. data/schemas/instanceOrgs.json +8 -0
  141. data/schemas/integration.json +30 -2
  142. data/schemas/integrationPatch.json +30 -2
  143. data/schemas/integrationPost.json +30 -2
  144. data/schemas/integrations.json +30 -2
  145. data/schemas/me.json +2 -2
  146. data/schemas/mePatch.json +0 -1
  147. data/schemas/org.json +2 -2
  148. data/schemas/orgs.json +2 -2
  149. data/schemas/paletteResponse.json +785 -0
  150. data/schemas/userCredentials.json +13 -1
  151. data/schemas/userPost.json +13 -2
  152. metadata +13 -2
@@ -39,11 +39,28 @@
39
39
  "type": "string",
40
40
  "maxLength": 32767
41
41
  },
42
+ "shortDescription": {
43
+ "type": "string",
44
+ "maxLength": 1024
45
+ },
42
46
  "iconData": {
43
47
  "type": "string",
44
48
  "maxLength": 32767,
45
49
  "pattern": "^data:image/(jpg|jpeg|png|svg\\+xml);base64,[0-9a-zA-Z+/=]*$"
46
50
  },
51
+ "docsUrl": {
52
+ "type": "string",
53
+ "maxLength": 1024
54
+ },
55
+ "category": {
56
+ "type": "string",
57
+ "enum": [
58
+ "data",
59
+ "experience",
60
+ "logic",
61
+ "output"
62
+ ]
63
+ },
47
64
  "enabled": {
48
65
  "type": "boolean"
49
66
  },
@@ -116,6 +133,7 @@
116
133
  "deviceIdsTagsDisconnect",
117
134
  "eeaInit",
118
135
  "flowError",
136
+ "azureEventHub",
119
137
  "googlePubSub",
120
138
  "meridian",
121
139
  "mqtt",
@@ -1783,6 +1801,161 @@
1783
1801
  ],
1784
1802
  "additionalProperties": false
1785
1803
  },
1804
+ {
1805
+ "type": "object",
1806
+ "properties": {
1807
+ "key": {
1808
+ "type": "string",
1809
+ "maxLength": 1024
1810
+ },
1811
+ "type": {
1812
+ "type": "string",
1813
+ "enum": [
1814
+ "snmpTrap"
1815
+ ]
1816
+ },
1817
+ "config": {
1818
+ "type": "object",
1819
+ "properties": {
1820
+ "udpPort": {
1821
+ "type": "string",
1822
+ "maxLength": 5
1823
+ },
1824
+ "snmpTrapConfig": {
1825
+ "type": "object",
1826
+ "properties": {
1827
+ "community": {
1828
+ "type": "string",
1829
+ "maxLength": 1024
1830
+ },
1831
+ "user": {
1832
+ "type": "object",
1833
+ "properties": {
1834
+ "name": {
1835
+ "type": "string",
1836
+ "maxLength": 1024
1837
+ },
1838
+ "securityLevel": {
1839
+ "type": "string",
1840
+ "enum": [
1841
+ "none",
1842
+ "auth",
1843
+ "authAndEncrypt"
1844
+ ]
1845
+ },
1846
+ "authMethod": {
1847
+ "type": "string",
1848
+ "enum": [
1849
+ "sha",
1850
+ "md5"
1851
+ ]
1852
+ },
1853
+ "authKey": {
1854
+ "type": "string",
1855
+ "maxLength": 1024
1856
+ },
1857
+ "encryptionMethod": {
1858
+ "type": "string",
1859
+ "enum": [
1860
+ "aes",
1861
+ "des"
1862
+ ]
1863
+ },
1864
+ "encryptionKey": {
1865
+ "type": "string",
1866
+ "maxLength": 1024
1867
+ }
1868
+ },
1869
+ "required": [
1870
+ "name",
1871
+ "securityLevel"
1872
+ ],
1873
+ "additionalProperties": false
1874
+ }
1875
+ },
1876
+ "additionalProperties": false
1877
+ }
1878
+ },
1879
+ "required": [
1880
+ "udpPort",
1881
+ "snmpTrapConfig"
1882
+ ],
1883
+ "additionalProperties": false
1884
+ },
1885
+ "meta": {
1886
+ "type": "object",
1887
+ "properties": {
1888
+ "category": {
1889
+ "type": "string",
1890
+ "enum": [
1891
+ "trigger"
1892
+ ]
1893
+ },
1894
+ "name": {
1895
+ "type": "string",
1896
+ "enum": [
1897
+ "snmpTrap"
1898
+ ]
1899
+ },
1900
+ "label": {
1901
+ "type": "string",
1902
+ "minLength": 1,
1903
+ "maxLength": 255
1904
+ },
1905
+ "x": {
1906
+ "type": "number"
1907
+ },
1908
+ "y": {
1909
+ "type": "number"
1910
+ },
1911
+ "uiId": {
1912
+ "type": "string",
1913
+ "maxLength": 48
1914
+ },
1915
+ "description": {
1916
+ "type": "string",
1917
+ "maxLength": 32767
1918
+ },
1919
+ "icon": {
1920
+ "type": "string",
1921
+ "maxLength": 1024
1922
+ },
1923
+ "color": {
1924
+ "type": "string",
1925
+ "maxLength": 1024
1926
+ },
1927
+ "inputCount": {
1928
+ "type": "number"
1929
+ },
1930
+ "outputCount": {
1931
+ "type": "number"
1932
+ },
1933
+ "id": {
1934
+ "type": "string",
1935
+ "maxLength": 48
1936
+ }
1937
+ },
1938
+ "additionalProperties": false
1939
+ },
1940
+ "outputIds": {
1941
+ "type": "array",
1942
+ "items": {
1943
+ "type": "array",
1944
+ "items": {
1945
+ "type": "string",
1946
+ "maxLength": 48,
1947
+ "minLength": 1
1948
+ },
1949
+ "maxItems": 100
1950
+ },
1951
+ "maxItems": 100
1952
+ }
1953
+ },
1954
+ "required": [
1955
+ "type"
1956
+ ],
1957
+ "additionalProperties": false
1958
+ },
1786
1959
  {
1787
1960
  "type": "object",
1788
1961
  "properties": {
@@ -2549,6 +2722,7 @@
2549
2722
  "deviceIdsTagsDisconnect",
2550
2723
  "eeaInit",
2551
2724
  "flowError",
2725
+ "azureEventHub",
2552
2726
  "googlePubSub",
2553
2727
  "meridian",
2554
2728
  "mqtt",
@@ -4216,6 +4390,161 @@
4216
4390
  ],
4217
4391
  "additionalProperties": false
4218
4392
  },
4393
+ {
4394
+ "type": "object",
4395
+ "properties": {
4396
+ "key": {
4397
+ "type": "string",
4398
+ "maxLength": 1024
4399
+ },
4400
+ "type": {
4401
+ "type": "string",
4402
+ "enum": [
4403
+ "snmpTrap"
4404
+ ]
4405
+ },
4406
+ "config": {
4407
+ "type": "object",
4408
+ "properties": {
4409
+ "udpPort": {
4410
+ "type": "string",
4411
+ "maxLength": 5
4412
+ },
4413
+ "snmpTrapConfig": {
4414
+ "type": "object",
4415
+ "properties": {
4416
+ "community": {
4417
+ "type": "string",
4418
+ "maxLength": 1024
4419
+ },
4420
+ "user": {
4421
+ "type": "object",
4422
+ "properties": {
4423
+ "name": {
4424
+ "type": "string",
4425
+ "maxLength": 1024
4426
+ },
4427
+ "securityLevel": {
4428
+ "type": "string",
4429
+ "enum": [
4430
+ "none",
4431
+ "auth",
4432
+ "authAndEncrypt"
4433
+ ]
4434
+ },
4435
+ "authMethod": {
4436
+ "type": "string",
4437
+ "enum": [
4438
+ "sha",
4439
+ "md5"
4440
+ ]
4441
+ },
4442
+ "authKey": {
4443
+ "type": "string",
4444
+ "maxLength": 1024
4445
+ },
4446
+ "encryptionMethod": {
4447
+ "type": "string",
4448
+ "enum": [
4449
+ "aes",
4450
+ "des"
4451
+ ]
4452
+ },
4453
+ "encryptionKey": {
4454
+ "type": "string",
4455
+ "maxLength": 1024
4456
+ }
4457
+ },
4458
+ "required": [
4459
+ "name",
4460
+ "securityLevel"
4461
+ ],
4462
+ "additionalProperties": false
4463
+ }
4464
+ },
4465
+ "additionalProperties": false
4466
+ }
4467
+ },
4468
+ "required": [
4469
+ "udpPort",
4470
+ "snmpTrapConfig"
4471
+ ],
4472
+ "additionalProperties": false
4473
+ },
4474
+ "meta": {
4475
+ "type": "object",
4476
+ "properties": {
4477
+ "category": {
4478
+ "type": "string",
4479
+ "enum": [
4480
+ "trigger"
4481
+ ]
4482
+ },
4483
+ "name": {
4484
+ "type": "string",
4485
+ "enum": [
4486
+ "snmpTrap"
4487
+ ]
4488
+ },
4489
+ "label": {
4490
+ "type": "string",
4491
+ "minLength": 1,
4492
+ "maxLength": 255
4493
+ },
4494
+ "x": {
4495
+ "type": "number"
4496
+ },
4497
+ "y": {
4498
+ "type": "number"
4499
+ },
4500
+ "uiId": {
4501
+ "type": "string",
4502
+ "maxLength": 48
4503
+ },
4504
+ "description": {
4505
+ "type": "string",
4506
+ "maxLength": 32767
4507
+ },
4508
+ "icon": {
4509
+ "type": "string",
4510
+ "maxLength": 1024
4511
+ },
4512
+ "color": {
4513
+ "type": "string",
4514
+ "maxLength": 1024
4515
+ },
4516
+ "inputCount": {
4517
+ "type": "number"
4518
+ },
4519
+ "outputCount": {
4520
+ "type": "number"
4521
+ },
4522
+ "id": {
4523
+ "type": "string",
4524
+ "maxLength": 48
4525
+ }
4526
+ },
4527
+ "additionalProperties": false
4528
+ },
4529
+ "outputIds": {
4530
+ "type": "array",
4531
+ "items": {
4532
+ "type": "array",
4533
+ "items": {
4534
+ "type": "string",
4535
+ "maxLength": 48,
4536
+ "minLength": 1
4537
+ },
4538
+ "maxItems": 100
4539
+ },
4540
+ "maxItems": 100
4541
+ }
4542
+ },
4543
+ "required": [
4544
+ "type"
4545
+ ],
4546
+ "additionalProperties": false
4547
+ },
4219
4548
  {
4220
4549
  "type": "object",
4221
4550
  "properties": {
@@ -4909,11 +5238,6 @@
4909
5238
  "type": "string",
4910
5239
  "maxLength": 32767
4911
5240
  },
4912
- "iconData": {
4913
- "type": "string",
4914
- "maxLength": 32767,
4915
- "pattern": "^data:image/(jpg|jpeg|png|svg\\+xml);base64,[0-9a-zA-Z+/=]*$"
4916
- },
4917
5241
  "flowClass": {
4918
5242
  "type": "string",
4919
5243
  "enum": [
@@ -4982,6 +5306,7 @@
4982
5306
  "deviceIdsTagsDisconnect",
4983
5307
  "eeaInit",
4984
5308
  "flowError",
5309
+ "azureEventHub",
4985
5310
  "googlePubSub",
4986
5311
  "meridian",
4987
5312
  "mqtt",
@@ -6649,6 +6974,161 @@
6649
6974
  ],
6650
6975
  "additionalProperties": false
6651
6976
  },
6977
+ {
6978
+ "type": "object",
6979
+ "properties": {
6980
+ "key": {
6981
+ "type": "string",
6982
+ "maxLength": 1024
6983
+ },
6984
+ "type": {
6985
+ "type": "string",
6986
+ "enum": [
6987
+ "snmpTrap"
6988
+ ]
6989
+ },
6990
+ "config": {
6991
+ "type": "object",
6992
+ "properties": {
6993
+ "udpPort": {
6994
+ "type": "string",
6995
+ "maxLength": 5
6996
+ },
6997
+ "snmpTrapConfig": {
6998
+ "type": "object",
6999
+ "properties": {
7000
+ "community": {
7001
+ "type": "string",
7002
+ "maxLength": 1024
7003
+ },
7004
+ "user": {
7005
+ "type": "object",
7006
+ "properties": {
7007
+ "name": {
7008
+ "type": "string",
7009
+ "maxLength": 1024
7010
+ },
7011
+ "securityLevel": {
7012
+ "type": "string",
7013
+ "enum": [
7014
+ "none",
7015
+ "auth",
7016
+ "authAndEncrypt"
7017
+ ]
7018
+ },
7019
+ "authMethod": {
7020
+ "type": "string",
7021
+ "enum": [
7022
+ "sha",
7023
+ "md5"
7024
+ ]
7025
+ },
7026
+ "authKey": {
7027
+ "type": "string",
7028
+ "maxLength": 1024
7029
+ },
7030
+ "encryptionMethod": {
7031
+ "type": "string",
7032
+ "enum": [
7033
+ "aes",
7034
+ "des"
7035
+ ]
7036
+ },
7037
+ "encryptionKey": {
7038
+ "type": "string",
7039
+ "maxLength": 1024
7040
+ }
7041
+ },
7042
+ "required": [
7043
+ "name",
7044
+ "securityLevel"
7045
+ ],
7046
+ "additionalProperties": false
7047
+ }
7048
+ },
7049
+ "additionalProperties": false
7050
+ }
7051
+ },
7052
+ "required": [
7053
+ "udpPort",
7054
+ "snmpTrapConfig"
7055
+ ],
7056
+ "additionalProperties": false
7057
+ },
7058
+ "meta": {
7059
+ "type": "object",
7060
+ "properties": {
7061
+ "category": {
7062
+ "type": "string",
7063
+ "enum": [
7064
+ "trigger"
7065
+ ]
7066
+ },
7067
+ "name": {
7068
+ "type": "string",
7069
+ "enum": [
7070
+ "snmpTrap"
7071
+ ]
7072
+ },
7073
+ "label": {
7074
+ "type": "string",
7075
+ "minLength": 1,
7076
+ "maxLength": 255
7077
+ },
7078
+ "x": {
7079
+ "type": "number"
7080
+ },
7081
+ "y": {
7082
+ "type": "number"
7083
+ },
7084
+ "uiId": {
7085
+ "type": "string",
7086
+ "maxLength": 48
7087
+ },
7088
+ "description": {
7089
+ "type": "string",
7090
+ "maxLength": 32767
7091
+ },
7092
+ "icon": {
7093
+ "type": "string",
7094
+ "maxLength": 1024
7095
+ },
7096
+ "color": {
7097
+ "type": "string",
7098
+ "maxLength": 1024
7099
+ },
7100
+ "inputCount": {
7101
+ "type": "number"
7102
+ },
7103
+ "outputCount": {
7104
+ "type": "number"
7105
+ },
7106
+ "id": {
7107
+ "type": "string",
7108
+ "maxLength": 48
7109
+ }
7110
+ },
7111
+ "additionalProperties": false
7112
+ },
7113
+ "outputIds": {
7114
+ "type": "array",
7115
+ "items": {
7116
+ "type": "array",
7117
+ "items": {
7118
+ "type": "string",
7119
+ "maxLength": 48,
7120
+ "minLength": 1
7121
+ },
7122
+ "maxItems": 100
7123
+ },
7124
+ "maxItems": 100
7125
+ }
7126
+ },
7127
+ "required": [
7128
+ "type"
7129
+ ],
7130
+ "additionalProperties": false
7131
+ },
6652
7132
  {
6653
7133
  "type": "object",
6654
7134
  "properties": {
@@ -108,6 +108,7 @@
108
108
  "applicationCertificateAuthorities.post",
109
109
  "applicationDashboard.get",
110
110
  "applicationDashboard.patch",
111
+ "applicationDashboard.sendReport",
111
112
  "applicationDashboard.delete",
112
113
  "applicationDashboards.get",
113
114
  "applicationDashboards.post",
@@ -162,6 +163,7 @@
162
163
  "devices.delete",
163
164
  "devices.removeData",
164
165
  "devices.detailedSummary",
166
+ "devices.deviceNames",
165
167
  "devices.export",
166
168
  "devices.get",
167
169
  "devices.payloadCounts",
@@ -256,6 +258,7 @@
256
258
  "flows.get",
257
259
  "flows.getByVersion",
258
260
  "flows.import",
261
+ "flows.palette",
259
262
  "flows.post",
260
263
  "flowVersion.delete",
261
264
  "flowVersion.errors",
@@ -370,7 +373,16 @@
370
373
  "instanceApiToken.*",
371
374
  "instanceApiToken.get",
372
375
  "instanceApiToken.patch",
373
- "instanceApiToken.delete"
376
+ "instanceApiToken.delete",
377
+ "instanceCustomNodes.*",
378
+ "instanceCustomNodes.get",
379
+ "instanceCustomNodes.post",
380
+ "instanceCustomNode.*",
381
+ "instanceCustomNode.get",
382
+ "instanceCustomNode.patch",
383
+ "instanceCustomNode.delete",
384
+ "instanceCustomNode.errors",
385
+ "instanceCustomNode.stats"
374
386
  ]
375
387
  },
376
388
  {