@wevion/cli 1.0.3195 → 1.0.3209
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.
- package/openapi.json +80 -0
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -121607,6 +121607,26 @@
|
|
|
121607
121607
|
},
|
|
121608
121608
|
"currency": {
|
|
121609
121609
|
"type": "string"
|
|
121610
|
+
},
|
|
121611
|
+
"entity_filters": {
|
|
121612
|
+
"type": "object",
|
|
121613
|
+
"additionalProperties": {
|
|
121614
|
+
"type": "array",
|
|
121615
|
+
"items": {
|
|
121616
|
+
"type": "string"
|
|
121617
|
+
}
|
|
121618
|
+
}
|
|
121619
|
+
},
|
|
121620
|
+
"level": {
|
|
121621
|
+
"maxLength": 20,
|
|
121622
|
+
"type": "string"
|
|
121623
|
+
},
|
|
121624
|
+
"platform": {
|
|
121625
|
+
"maxLength": 20,
|
|
121626
|
+
"type": "string"
|
|
121627
|
+
},
|
|
121628
|
+
"connected_only": {
|
|
121629
|
+
"type": "boolean"
|
|
121610
121630
|
}
|
|
121611
121631
|
}
|
|
121612
121632
|
},
|
|
@@ -121789,6 +121809,26 @@
|
|
|
121789
121809
|
},
|
|
121790
121810
|
"currency": {
|
|
121791
121811
|
"type": "string"
|
|
121812
|
+
},
|
|
121813
|
+
"entity_filters": {
|
|
121814
|
+
"type": "object",
|
|
121815
|
+
"additionalProperties": {
|
|
121816
|
+
"type": "array",
|
|
121817
|
+
"items": {
|
|
121818
|
+
"type": "string"
|
|
121819
|
+
}
|
|
121820
|
+
}
|
|
121821
|
+
},
|
|
121822
|
+
"level": {
|
|
121823
|
+
"maxLength": 20,
|
|
121824
|
+
"type": "string"
|
|
121825
|
+
},
|
|
121826
|
+
"platform": {
|
|
121827
|
+
"maxLength": 20,
|
|
121828
|
+
"type": "string"
|
|
121829
|
+
},
|
|
121830
|
+
"connected_only": {
|
|
121831
|
+
"type": "boolean"
|
|
121792
121832
|
}
|
|
121793
121833
|
}
|
|
121794
121834
|
},
|
|
@@ -121944,6 +121984,26 @@
|
|
|
121944
121984
|
},
|
|
121945
121985
|
"currency": {
|
|
121946
121986
|
"type": "string"
|
|
121987
|
+
},
|
|
121988
|
+
"entity_filters": {
|
|
121989
|
+
"type": "object",
|
|
121990
|
+
"additionalProperties": {
|
|
121991
|
+
"type": "array",
|
|
121992
|
+
"items": {
|
|
121993
|
+
"type": "string"
|
|
121994
|
+
}
|
|
121995
|
+
}
|
|
121996
|
+
},
|
|
121997
|
+
"level": {
|
|
121998
|
+
"maxLength": 20,
|
|
121999
|
+
"type": "string"
|
|
122000
|
+
},
|
|
122001
|
+
"platform": {
|
|
122002
|
+
"maxLength": 20,
|
|
122003
|
+
"type": "string"
|
|
122004
|
+
},
|
|
122005
|
+
"connected_only": {
|
|
122006
|
+
"type": "boolean"
|
|
121947
122007
|
}
|
|
121948
122008
|
}
|
|
121949
122009
|
},
|
|
@@ -122198,6 +122258,26 @@
|
|
|
122198
122258
|
},
|
|
122199
122259
|
"currency": {
|
|
122200
122260
|
"type": "string"
|
|
122261
|
+
},
|
|
122262
|
+
"entity_filters": {
|
|
122263
|
+
"type": "object",
|
|
122264
|
+
"additionalProperties": {
|
|
122265
|
+
"type": "array",
|
|
122266
|
+
"items": {
|
|
122267
|
+
"type": "string"
|
|
122268
|
+
}
|
|
122269
|
+
}
|
|
122270
|
+
},
|
|
122271
|
+
"level": {
|
|
122272
|
+
"maxLength": 20,
|
|
122273
|
+
"type": "string"
|
|
122274
|
+
},
|
|
122275
|
+
"platform": {
|
|
122276
|
+
"maxLength": 20,
|
|
122277
|
+
"type": "string"
|
|
122278
|
+
},
|
|
122279
|
+
"connected_only": {
|
|
122280
|
+
"type": "boolean"
|
|
122201
122281
|
}
|
|
122202
122282
|
}
|
|
122203
122283
|
},
|