losant_rest 1.20.0 → 1.20.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -516,6 +516,10 @@
516
516
  "additionalProperties": false
517
517
  }
518
518
  },
519
+ "query": {
520
+ "type": "string",
521
+ "maxLength": 32767
522
+ },
519
523
  "label": {
520
524
  "type": "string",
521
525
  "maxLength": 255
@@ -776,6 +780,10 @@
776
780
  "additionalProperties": false
777
781
  }
778
782
  },
783
+ "query": {
784
+ "type": "string",
785
+ "maxLength": 32767
786
+ },
779
787
  "duration": {
780
788
  "oneOf": [
781
789
  {
@@ -959,6 +967,10 @@
959
967
  "additionalProperties": false
960
968
  }
961
969
  },
970
+ "query": {
971
+ "type": "string",
972
+ "maxLength": 32767
973
+ },
962
974
  "duration": {
963
975
  "oneOf": [
964
976
  {
@@ -1701,6 +1713,32 @@
1701
1713
  "maxLength": 255
1702
1714
  }
1703
1715
  },
1716
+ "deviceTags": {
1717
+ "type": "array",
1718
+ "maxItems": 100,
1719
+ "items": {
1720
+ "type": "object",
1721
+ "properties": {
1722
+ "key": {
1723
+ "type": "string",
1724
+ "maxLength": 255
1725
+ },
1726
+ "value": {
1727
+ "type": "string",
1728
+ "maxLength": 255
1729
+ },
1730
+ "fromCtx": {
1731
+ "type": "string",
1732
+ "maxLength": 255
1733
+ }
1734
+ },
1735
+ "additionalProperties": false
1736
+ }
1737
+ },
1738
+ "query": {
1739
+ "type": "string",
1740
+ "maxLength": 32767
1741
+ },
1704
1742
  "includeDeviceInfo": {
1705
1743
  "type": "boolean"
1706
1744
  }
@@ -1802,6 +1840,10 @@
1802
1840
  "additionalProperties": false
1803
1841
  }
1804
1842
  },
1843
+ "query": {
1844
+ "type": "string",
1845
+ "maxLength": 32767
1846
+ },
1805
1847
  "duration": {
1806
1848
  "oneOf": [
1807
1849
  {
@@ -2272,6 +2314,10 @@
2272
2314
  "additionalProperties": false
2273
2315
  }
2274
2316
  },
2317
+ "query": {
2318
+ "type": "string",
2319
+ "maxLength": 32767
2320
+ },
2275
2321
  "label": {
2276
2322
  "type": "string",
2277
2323
  "maxLength": 255
@@ -2663,6 +2709,10 @@
2663
2709
  },
2664
2710
  "additionalProperties": false
2665
2711
  }
2712
+ },
2713
+ "query": {
2714
+ "type": "string",
2715
+ "maxLength": 32767
2666
2716
  }
2667
2717
  },
2668
2718
  "additionalProperties": false
@@ -2850,6 +2900,10 @@
2850
2900
  "additionalProperties": false
2851
2901
  }
2852
2902
  },
2903
+ "query": {
2904
+ "type": "string",
2905
+ "maxLength": 32767
2906
+ },
2853
2907
  "duration": {
2854
2908
  "oneOf": [
2855
2909
  {
@@ -2884,10 +2938,6 @@
2884
2938
  "normal",
2885
2939
  "satellite"
2886
2940
  ]
2887
- },
2888
- "query": {
2889
- "type": "string",
2890
- "maxLength": 32767
2891
2941
  }
2892
2942
  },
2893
2943
  "additionalProperties": false
@@ -3252,6 +3302,10 @@
3252
3302
  "additionalProperties": false
3253
3303
  }
3254
3304
  },
3305
+ "query": {
3306
+ "type": "string",
3307
+ "maxLength": 32767
3308
+ },
3255
3309
  "duration": {
3256
3310
  "oneOf": [
3257
3311
  {
@@ -3880,6 +3934,10 @@
3880
3934
  "additionalProperties": false
3881
3935
  }
3882
3936
  },
3937
+ "query": {
3938
+ "type": "string",
3939
+ "maxLength": 32767
3940
+ },
3883
3941
  "label": {
3884
3942
  "type": "string",
3885
3943
  "maxLength": 255
@@ -4232,6 +4290,10 @@
4232
4290
  },
4233
4291
  "additionalProperties": false
4234
4292
  }
4293
+ },
4294
+ "query": {
4295
+ "type": "string",
4296
+ "maxLength": 32767
4235
4297
  }
4236
4298
  },
4237
4299
  "additionalProperties": false
@@ -4466,6 +4528,10 @@
4466
4528
  },
4467
4529
  "additionalProperties": false
4468
4530
  }
4531
+ },
4532
+ "query": {
4533
+ "type": "string",
4534
+ "maxLength": 32767
4469
4535
  }
4470
4536
  },
4471
4537
  "additionalProperties": false
@@ -4658,6 +4724,10 @@
4658
4724
  },
4659
4725
  "additionalProperties": false
4660
4726
  }
4727
+ },
4728
+ "query": {
4729
+ "type": "string",
4730
+ "maxLength": 32767
4661
4731
  }
4662
4732
  },
4663
4733
  "additionalProperties": false
@@ -4848,6 +4918,10 @@
4848
4918
  },
4849
4919
  "additionalProperties": false
4850
4920
  }
4921
+ },
4922
+ "query": {
4923
+ "type": "string",
4924
+ "maxLength": 32767
4851
4925
  }
4852
4926
  },
4853
4927
  "additionalProperties": false
@@ -5018,6 +5092,10 @@
5018
5092
  "additionalProperties": false
5019
5093
  }
5020
5094
  },
5095
+ "query": {
5096
+ "type": "string",
5097
+ "maxLength": 32767
5098
+ },
5021
5099
  "commandName": {
5022
5100
  "type": "string",
5023
5101
  "maxLength": 255
@@ -5160,6 +5238,10 @@
5160
5238
  "additionalProperties": false
5161
5239
  }
5162
5240
  },
5241
+ "query": {
5242
+ "type": "string",
5243
+ "maxLength": 32767
5244
+ },
5163
5245
  "duration": {
5164
5246
  "oneOf": [
5165
5247
  {
@@ -5220,10 +5302,6 @@
5220
5302
  "type": "string",
5221
5303
  "maxLength": 32767
5222
5304
  },
5223
- "query": {
5224
- "type": "string",
5225
- "maxLength": 32767
5226
- },
5227
5305
  "resizedPins": {
5228
5306
  "type": "boolean"
5229
5307
  },
@@ -5536,6 +5614,10 @@
5536
5614
  "additionalProperties": false
5537
5615
  }
5538
5616
  },
5617
+ "query": {
5618
+ "type": "string",
5619
+ "maxLength": 32767
5620
+ },
5539
5621
  "label": {
5540
5622
  "type": "string",
5541
5623
  "maxLength": 255
@@ -5696,6 +5778,10 @@
5696
5778
  "additionalProperties": false
5697
5779
  }
5698
5780
  },
5781
+ "query": {
5782
+ "type": "string",
5783
+ "maxLength": 32767
5784
+ },
5699
5785
  "duration": {
5700
5786
  "oneOf": [
5701
5787
  {