Skip to content

Commit 035d2f5

Browse files
committed
regenerating client for v1.29.4 API version and bumped version
1 parent ab084b4 commit 035d2f5

30 files changed

Lines changed: 551 additions & 19 deletions

docs/_schemas.md

Lines changed: 274 additions & 8 deletions
Large diffs are not rendered by default.

losant_rest/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class Client(object):
139139
140140
User API for accessing platform data
141141
142-
Built For Version 1.29.3
142+
Built For Version 1.29.4
143143
"""
144144

145145
def __init__(self, auth_token=None, url="https://api.losant.com"):
@@ -251,7 +251,7 @@ def request(self, method, path, params=None, headers=None, body=None):
251251
params = {}
252252

253253
headers["Accept"] = "application/json"
254-
headers["Accept-Version"] = "^1.29.3"
254+
headers["Accept-Version"] = "^1.29.4"
255255
if self.auth_token:
256256
headers["Authorization"] = "Bearer {0}".format(self.auth_token)
257257

schemas/advancedApplicationKeyQuery.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,9 @@
546546
"oneOf": [
547547
{
548548
"oneOf": [
549+
{
550+
"type": "null"
551+
},
549552
{
550553
"type": "object",
551554
"properties": {
@@ -701,6 +704,9 @@
701704
"properties": {
702705
"$eq": {
703706
"oneOf": [
707+
{
708+
"type": "null"
709+
},
704710
{
705711
"type": "object",
706712
"properties": {
@@ -862,6 +868,9 @@
862868
"properties": {
863869
"$ne": {
864870
"oneOf": [
871+
{
872+
"type": "null"
873+
},
865874
{
866875
"type": "object",
867876
"properties": {

schemas/advancedDeviceQuery.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,9 @@
12751275
"oneOf": [
12761276
{
12771277
"oneOf": [
1278+
{
1279+
"type": "null"
1280+
},
12781281
{
12791282
"type": "object",
12801283
"properties": {
@@ -1430,6 +1433,9 @@
14301433
"properties": {
14311434
"$eq": {
14321435
"oneOf": [
1436+
{
1437+
"type": "null"
1438+
},
14331439
{
14341440
"type": "object",
14351441
"properties": {
@@ -1591,6 +1597,9 @@
15911597
"properties": {
15921598
"$ne": {
15931599
"oneOf": [
1600+
{
1601+
"type": "null"
1602+
},
15941603
{
15951604
"type": "object",
15961605
"properties": {

schemas/advancedEventQuery.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,9 @@
11641164
"oneOf": [
11651165
{
11661166
"oneOf": [
1167+
{
1168+
"type": "null"
1169+
},
11671170
{
11681171
"type": "object",
11691172
"properties": {
@@ -1319,6 +1322,9 @@
13191322
"properties": {
13201323
"$eq": {
13211324
"oneOf": [
1325+
{
1326+
"type": "null"
1327+
},
13221328
{
13231329
"type": "object",
13241330
"properties": {
@@ -1480,6 +1486,9 @@
14801486
"properties": {
14811487
"$ne": {
14821488
"oneOf": [
1489+
{
1490+
"type": "null"
1491+
},
14831492
{
14841493
"type": "object",
14851494
"properties": {

schemas/advancedExperienceGroupQuery.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,9 @@
651651
"oneOf": [
652652
{
653653
"oneOf": [
654+
{
655+
"type": "null"
656+
},
654657
{
655658
"type": "object",
656659
"properties": {
@@ -806,6 +809,9 @@
806809
"properties": {
807810
"$eq": {
808811
"oneOf": [
812+
{
813+
"type": "null"
814+
},
809815
{
810816
"type": "object",
811817
"properties": {
@@ -967,6 +973,9 @@
967973
"properties": {
968974
"$ne": {
969975
"oneOf": [
976+
{
977+
"type": "null"
978+
},
970979
{
971980
"type": "object",
972981
"properties": {

schemas/advancedExperienceUserQuery.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,9 @@
853853
"oneOf": [
854854
{
855855
"oneOf": [
856+
{
857+
"type": "null"
858+
},
856859
{
857860
"type": "object",
858861
"properties": {
@@ -1008,6 +1011,9 @@
10081011
"properties": {
10091012
"$eq": {
10101013
"oneOf": [
1014+
{
1015+
"type": "null"
1016+
},
10111017
{
10121018
"type": "object",
10131019
"properties": {
@@ -1169,6 +1175,9 @@
11691175
"properties": {
11701176
"$ne": {
11711177
"oneOf": [
1178+
{
1179+
"type": "null"
1180+
},
11721181
{
11731182
"type": "object",
11741183
"properties": {

schemas/advancedInstanceOrgQuery.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,9 @@
956956
"oneOf": [
957957
{
958958
"oneOf": [
959+
{
960+
"type": "null"
961+
},
959962
{
960963
"type": "object",
961964
"properties": {
@@ -1111,6 +1114,9 @@
11111114
"properties": {
11121115
"$eq": {
11131116
"oneOf": [
1117+
{
1118+
"type": "null"
1119+
},
11141120
{
11151121
"type": "object",
11161122
"properties": {
@@ -1272,6 +1278,9 @@
12721278
"properties": {
12731279
"$ne": {
12741280
"oneOf": [
1281+
{
1282+
"type": "null"
1283+
},
12751284
{
12761285
"type": "object",
12771286
"properties": {

schemas/apiTokenPost.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@
195195
"devices.delete",
196196
"devices.restore",
197197
"devices.removeData",
198-
"devices.detailedSummary",
199198
"devices.deviceNames",
200199
"devices.export",
201200
"devices.get",

schemas/applicationCertificate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
}
9292
}
9393
},
94+
"certificate": {
95+
"type": "string",
96+
"maxLength": 32767,
97+
"minLength": 50
98+
},
9499
"filterType": {
95100
"oneOf": [
96101
{

0 commit comments

Comments
 (0)