@wevion/cli 1.0.3725 → 1.0.3728
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 +303 -282
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -128536,114 +128536,121 @@
|
|
|
128536
128536
|
"type": "string"
|
|
128537
128537
|
},
|
|
128538
128538
|
"filters": {
|
|
128539
|
-
"
|
|
128540
|
-
|
|
128541
|
-
|
|
128542
|
-
|
|
128543
|
-
"
|
|
128544
|
-
{
|
|
128545
|
-
"
|
|
128546
|
-
|
|
128547
|
-
|
|
128548
|
-
|
|
128549
|
-
|
|
128550
|
-
|
|
128551
|
-
|
|
128552
|
-
|
|
128553
|
-
|
|
128539
|
+
"anyOf": [
|
|
128540
|
+
{
|
|
128541
|
+
"additionalProperties": false,
|
|
128542
|
+
"type": "object",
|
|
128543
|
+
"properties": {
|
|
128544
|
+
"period": {
|
|
128545
|
+
"anyOf": [
|
|
128546
|
+
{
|
|
128547
|
+
"type": "string",
|
|
128548
|
+
"enum": [
|
|
128549
|
+
"today"
|
|
128550
|
+
]
|
|
128551
|
+
},
|
|
128552
|
+
{
|
|
128553
|
+
"type": "string",
|
|
128554
|
+
"enum": [
|
|
128555
|
+
"yesterday"
|
|
128556
|
+
]
|
|
128557
|
+
},
|
|
128558
|
+
{
|
|
128559
|
+
"type": "string",
|
|
128560
|
+
"enum": [
|
|
128561
|
+
"last_7d"
|
|
128562
|
+
]
|
|
128563
|
+
},
|
|
128564
|
+
{
|
|
128565
|
+
"type": "string",
|
|
128566
|
+
"enum": [
|
|
128567
|
+
"last_14d"
|
|
128568
|
+
]
|
|
128569
|
+
},
|
|
128570
|
+
{
|
|
128571
|
+
"type": "string",
|
|
128572
|
+
"enum": [
|
|
128573
|
+
"last_30d"
|
|
128574
|
+
]
|
|
128575
|
+
},
|
|
128576
|
+
{
|
|
128577
|
+
"type": "string",
|
|
128578
|
+
"enum": [
|
|
128579
|
+
"this_week"
|
|
128580
|
+
]
|
|
128581
|
+
},
|
|
128582
|
+
{
|
|
128583
|
+
"type": "string",
|
|
128584
|
+
"enum": [
|
|
128585
|
+
"last_week"
|
|
128586
|
+
]
|
|
128587
|
+
},
|
|
128588
|
+
{
|
|
128589
|
+
"type": "string",
|
|
128590
|
+
"enum": [
|
|
128591
|
+
"this_month"
|
|
128592
|
+
]
|
|
128593
|
+
},
|
|
128594
|
+
{
|
|
128595
|
+
"type": "string",
|
|
128596
|
+
"enum": [
|
|
128597
|
+
"last_month"
|
|
128598
|
+
]
|
|
128599
|
+
},
|
|
128600
|
+
{
|
|
128601
|
+
"type": "string",
|
|
128602
|
+
"enum": [
|
|
128603
|
+
"custom"
|
|
128604
|
+
]
|
|
128605
|
+
}
|
|
128554
128606
|
]
|
|
128555
128607
|
},
|
|
128556
|
-
{
|
|
128557
|
-
"
|
|
128558
|
-
"
|
|
128559
|
-
"last_7d"
|
|
128560
|
-
]
|
|
128608
|
+
"from_date": {
|
|
128609
|
+
"format": "date",
|
|
128610
|
+
"type": "string"
|
|
128561
128611
|
},
|
|
128562
|
-
{
|
|
128563
|
-
"
|
|
128564
|
-
"
|
|
128565
|
-
"last_14d"
|
|
128566
|
-
]
|
|
128612
|
+
"to_date": {
|
|
128613
|
+
"format": "date",
|
|
128614
|
+
"type": "string"
|
|
128567
128615
|
},
|
|
128568
|
-
{
|
|
128569
|
-
"type": "
|
|
128570
|
-
"
|
|
128571
|
-
"
|
|
128572
|
-
|
|
128616
|
+
"account_ids": {
|
|
128617
|
+
"type": "array",
|
|
128618
|
+
"items": {
|
|
128619
|
+
"type": "string"
|
|
128620
|
+
}
|
|
128573
128621
|
},
|
|
128574
|
-
{
|
|
128575
|
-
"type": "string"
|
|
128576
|
-
"enum": [
|
|
128577
|
-
"this_week"
|
|
128578
|
-
]
|
|
128622
|
+
"team_member_id": {
|
|
128623
|
+
"type": "string"
|
|
128579
128624
|
},
|
|
128580
|
-
{
|
|
128581
|
-
"type": "string"
|
|
128582
|
-
"enum": [
|
|
128583
|
-
"last_week"
|
|
128584
|
-
]
|
|
128625
|
+
"currency": {
|
|
128626
|
+
"type": "string"
|
|
128585
128627
|
},
|
|
128586
|
-
{
|
|
128587
|
-
"type": "
|
|
128588
|
-
"
|
|
128589
|
-
"
|
|
128590
|
-
|
|
128628
|
+
"entity_filters": {
|
|
128629
|
+
"type": "object",
|
|
128630
|
+
"additionalProperties": {
|
|
128631
|
+
"type": "array",
|
|
128632
|
+
"items": {
|
|
128633
|
+
"type": "string"
|
|
128634
|
+
}
|
|
128635
|
+
}
|
|
128591
128636
|
},
|
|
128592
|
-
{
|
|
128593
|
-
"
|
|
128594
|
-
"
|
|
128595
|
-
"last_month"
|
|
128596
|
-
]
|
|
128637
|
+
"level": {
|
|
128638
|
+
"maxLength": 20,
|
|
128639
|
+
"type": "string"
|
|
128597
128640
|
},
|
|
128598
|
-
{
|
|
128599
|
-
"
|
|
128600
|
-
"enum": [
|
|
128601
|
-
"custom"
|
|
128602
|
-
]
|
|
128603
|
-
}
|
|
128604
|
-
]
|
|
128605
|
-
},
|
|
128606
|
-
"from_date": {
|
|
128607
|
-
"format": "date",
|
|
128608
|
-
"type": "string"
|
|
128609
|
-
},
|
|
128610
|
-
"to_date": {
|
|
128611
|
-
"format": "date",
|
|
128612
|
-
"type": "string"
|
|
128613
|
-
},
|
|
128614
|
-
"account_ids": {
|
|
128615
|
-
"type": "array",
|
|
128616
|
-
"items": {
|
|
128617
|
-
"type": "string"
|
|
128618
|
-
}
|
|
128619
|
-
},
|
|
128620
|
-
"team_member_id": {
|
|
128621
|
-
"type": "string"
|
|
128622
|
-
},
|
|
128623
|
-
"currency": {
|
|
128624
|
-
"type": "string"
|
|
128625
|
-
},
|
|
128626
|
-
"entity_filters": {
|
|
128627
|
-
"type": "object",
|
|
128628
|
-
"additionalProperties": {
|
|
128629
|
-
"type": "array",
|
|
128630
|
-
"items": {
|
|
128641
|
+
"platform": {
|
|
128642
|
+
"maxLength": 20,
|
|
128631
128643
|
"type": "string"
|
|
128644
|
+
},
|
|
128645
|
+
"connected_only": {
|
|
128646
|
+
"type": "boolean"
|
|
128632
128647
|
}
|
|
128633
128648
|
}
|
|
128634
128649
|
},
|
|
128635
|
-
|
|
128636
|
-
"
|
|
128637
|
-
"type": "string"
|
|
128638
|
-
},
|
|
128639
|
-
"platform": {
|
|
128640
|
-
"maxLength": 20,
|
|
128641
|
-
"type": "string"
|
|
128642
|
-
},
|
|
128643
|
-
"connected_only": {
|
|
128644
|
-
"type": "boolean"
|
|
128650
|
+
{
|
|
128651
|
+
"$comment": "json-value"
|
|
128645
128652
|
}
|
|
128646
|
-
|
|
128653
|
+
]
|
|
128647
128654
|
},
|
|
128648
128655
|
"page": {
|
|
128649
128656
|
"type": "string"
|
|
@@ -128913,114 +128920,121 @@
|
|
|
128913
128920
|
"type": "string"
|
|
128914
128921
|
},
|
|
128915
128922
|
"filters": {
|
|
128916
|
-
"
|
|
128917
|
-
|
|
128918
|
-
|
|
128919
|
-
|
|
128920
|
-
"
|
|
128921
|
-
{
|
|
128922
|
-
"
|
|
128923
|
-
|
|
128924
|
-
|
|
128925
|
-
|
|
128926
|
-
|
|
128927
|
-
|
|
128928
|
-
|
|
128929
|
-
|
|
128930
|
-
|
|
128923
|
+
"anyOf": [
|
|
128924
|
+
{
|
|
128925
|
+
"additionalProperties": false,
|
|
128926
|
+
"type": "object",
|
|
128927
|
+
"properties": {
|
|
128928
|
+
"period": {
|
|
128929
|
+
"anyOf": [
|
|
128930
|
+
{
|
|
128931
|
+
"type": "string",
|
|
128932
|
+
"enum": [
|
|
128933
|
+
"today"
|
|
128934
|
+
]
|
|
128935
|
+
},
|
|
128936
|
+
{
|
|
128937
|
+
"type": "string",
|
|
128938
|
+
"enum": [
|
|
128939
|
+
"yesterday"
|
|
128940
|
+
]
|
|
128941
|
+
},
|
|
128942
|
+
{
|
|
128943
|
+
"type": "string",
|
|
128944
|
+
"enum": [
|
|
128945
|
+
"last_7d"
|
|
128946
|
+
]
|
|
128947
|
+
},
|
|
128948
|
+
{
|
|
128949
|
+
"type": "string",
|
|
128950
|
+
"enum": [
|
|
128951
|
+
"last_14d"
|
|
128952
|
+
]
|
|
128953
|
+
},
|
|
128954
|
+
{
|
|
128955
|
+
"type": "string",
|
|
128956
|
+
"enum": [
|
|
128957
|
+
"last_30d"
|
|
128958
|
+
]
|
|
128959
|
+
},
|
|
128960
|
+
{
|
|
128961
|
+
"type": "string",
|
|
128962
|
+
"enum": [
|
|
128963
|
+
"this_week"
|
|
128964
|
+
]
|
|
128965
|
+
},
|
|
128966
|
+
{
|
|
128967
|
+
"type": "string",
|
|
128968
|
+
"enum": [
|
|
128969
|
+
"last_week"
|
|
128970
|
+
]
|
|
128971
|
+
},
|
|
128972
|
+
{
|
|
128973
|
+
"type": "string",
|
|
128974
|
+
"enum": [
|
|
128975
|
+
"this_month"
|
|
128976
|
+
]
|
|
128977
|
+
},
|
|
128978
|
+
{
|
|
128979
|
+
"type": "string",
|
|
128980
|
+
"enum": [
|
|
128981
|
+
"last_month"
|
|
128982
|
+
]
|
|
128983
|
+
},
|
|
128984
|
+
{
|
|
128985
|
+
"type": "string",
|
|
128986
|
+
"enum": [
|
|
128987
|
+
"custom"
|
|
128988
|
+
]
|
|
128989
|
+
}
|
|
128931
128990
|
]
|
|
128932
128991
|
},
|
|
128933
|
-
{
|
|
128934
|
-
"
|
|
128935
|
-
"
|
|
128936
|
-
"last_7d"
|
|
128937
|
-
]
|
|
128992
|
+
"from_date": {
|
|
128993
|
+
"format": "date",
|
|
128994
|
+
"type": "string"
|
|
128938
128995
|
},
|
|
128939
|
-
{
|
|
128940
|
-
"
|
|
128941
|
-
"
|
|
128942
|
-
"last_14d"
|
|
128943
|
-
]
|
|
128996
|
+
"to_date": {
|
|
128997
|
+
"format": "date",
|
|
128998
|
+
"type": "string"
|
|
128944
128999
|
},
|
|
128945
|
-
{
|
|
128946
|
-
"type": "
|
|
128947
|
-
"
|
|
128948
|
-
"
|
|
128949
|
-
|
|
129000
|
+
"account_ids": {
|
|
129001
|
+
"type": "array",
|
|
129002
|
+
"items": {
|
|
129003
|
+
"type": "string"
|
|
129004
|
+
}
|
|
128950
129005
|
},
|
|
128951
|
-
{
|
|
128952
|
-
"type": "string"
|
|
128953
|
-
"enum": [
|
|
128954
|
-
"this_week"
|
|
128955
|
-
]
|
|
129006
|
+
"team_member_id": {
|
|
129007
|
+
"type": "string"
|
|
128956
129008
|
},
|
|
128957
|
-
{
|
|
128958
|
-
"type": "string"
|
|
128959
|
-
"enum": [
|
|
128960
|
-
"last_week"
|
|
128961
|
-
]
|
|
129009
|
+
"currency": {
|
|
129010
|
+
"type": "string"
|
|
128962
129011
|
},
|
|
128963
|
-
{
|
|
128964
|
-
"type": "
|
|
128965
|
-
"
|
|
128966
|
-
"
|
|
128967
|
-
|
|
129012
|
+
"entity_filters": {
|
|
129013
|
+
"type": "object",
|
|
129014
|
+
"additionalProperties": {
|
|
129015
|
+
"type": "array",
|
|
129016
|
+
"items": {
|
|
129017
|
+
"type": "string"
|
|
129018
|
+
}
|
|
129019
|
+
}
|
|
128968
129020
|
},
|
|
128969
|
-
{
|
|
128970
|
-
"
|
|
128971
|
-
"
|
|
128972
|
-
"last_month"
|
|
128973
|
-
]
|
|
129021
|
+
"level": {
|
|
129022
|
+
"maxLength": 20,
|
|
129023
|
+
"type": "string"
|
|
128974
129024
|
},
|
|
128975
|
-
{
|
|
128976
|
-
"
|
|
128977
|
-
"enum": [
|
|
128978
|
-
"custom"
|
|
128979
|
-
]
|
|
128980
|
-
}
|
|
128981
|
-
]
|
|
128982
|
-
},
|
|
128983
|
-
"from_date": {
|
|
128984
|
-
"format": "date",
|
|
128985
|
-
"type": "string"
|
|
128986
|
-
},
|
|
128987
|
-
"to_date": {
|
|
128988
|
-
"format": "date",
|
|
128989
|
-
"type": "string"
|
|
128990
|
-
},
|
|
128991
|
-
"account_ids": {
|
|
128992
|
-
"type": "array",
|
|
128993
|
-
"items": {
|
|
128994
|
-
"type": "string"
|
|
128995
|
-
}
|
|
128996
|
-
},
|
|
128997
|
-
"team_member_id": {
|
|
128998
|
-
"type": "string"
|
|
128999
|
-
},
|
|
129000
|
-
"currency": {
|
|
129001
|
-
"type": "string"
|
|
129002
|
-
},
|
|
129003
|
-
"entity_filters": {
|
|
129004
|
-
"type": "object",
|
|
129005
|
-
"additionalProperties": {
|
|
129006
|
-
"type": "array",
|
|
129007
|
-
"items": {
|
|
129025
|
+
"platform": {
|
|
129026
|
+
"maxLength": 20,
|
|
129008
129027
|
"type": "string"
|
|
129028
|
+
},
|
|
129029
|
+
"connected_only": {
|
|
129030
|
+
"type": "boolean"
|
|
129009
129031
|
}
|
|
129010
129032
|
}
|
|
129011
129033
|
},
|
|
129012
|
-
|
|
129013
|
-
"
|
|
129014
|
-
"type": "string"
|
|
129015
|
-
},
|
|
129016
|
-
"platform": {
|
|
129017
|
-
"maxLength": 20,
|
|
129018
|
-
"type": "string"
|
|
129019
|
-
},
|
|
129020
|
-
"connected_only": {
|
|
129021
|
-
"type": "boolean"
|
|
129034
|
+
{
|
|
129035
|
+
"$comment": "json-value"
|
|
129022
129036
|
}
|
|
129023
|
-
|
|
129037
|
+
]
|
|
129024
129038
|
},
|
|
129025
129039
|
"page": {
|
|
129026
129040
|
"type": "string"
|
|
@@ -129187,114 +129201,121 @@
|
|
|
129187
129201
|
"type": "string"
|
|
129188
129202
|
},
|
|
129189
129203
|
"filters": {
|
|
129190
|
-
"
|
|
129191
|
-
|
|
129192
|
-
|
|
129193
|
-
|
|
129194
|
-
"
|
|
129195
|
-
{
|
|
129196
|
-
"
|
|
129197
|
-
|
|
129198
|
-
|
|
129199
|
-
|
|
129200
|
-
|
|
129201
|
-
|
|
129202
|
-
|
|
129203
|
-
|
|
129204
|
-
|
|
129204
|
+
"anyOf": [
|
|
129205
|
+
{
|
|
129206
|
+
"additionalProperties": false,
|
|
129207
|
+
"type": "object",
|
|
129208
|
+
"properties": {
|
|
129209
|
+
"period": {
|
|
129210
|
+
"anyOf": [
|
|
129211
|
+
{
|
|
129212
|
+
"type": "string",
|
|
129213
|
+
"enum": [
|
|
129214
|
+
"today"
|
|
129215
|
+
]
|
|
129216
|
+
},
|
|
129217
|
+
{
|
|
129218
|
+
"type": "string",
|
|
129219
|
+
"enum": [
|
|
129220
|
+
"yesterday"
|
|
129221
|
+
]
|
|
129222
|
+
},
|
|
129223
|
+
{
|
|
129224
|
+
"type": "string",
|
|
129225
|
+
"enum": [
|
|
129226
|
+
"last_7d"
|
|
129227
|
+
]
|
|
129228
|
+
},
|
|
129229
|
+
{
|
|
129230
|
+
"type": "string",
|
|
129231
|
+
"enum": [
|
|
129232
|
+
"last_14d"
|
|
129233
|
+
]
|
|
129234
|
+
},
|
|
129235
|
+
{
|
|
129236
|
+
"type": "string",
|
|
129237
|
+
"enum": [
|
|
129238
|
+
"last_30d"
|
|
129239
|
+
]
|
|
129240
|
+
},
|
|
129241
|
+
{
|
|
129242
|
+
"type": "string",
|
|
129243
|
+
"enum": [
|
|
129244
|
+
"this_week"
|
|
129245
|
+
]
|
|
129246
|
+
},
|
|
129247
|
+
{
|
|
129248
|
+
"type": "string",
|
|
129249
|
+
"enum": [
|
|
129250
|
+
"last_week"
|
|
129251
|
+
]
|
|
129252
|
+
},
|
|
129253
|
+
{
|
|
129254
|
+
"type": "string",
|
|
129255
|
+
"enum": [
|
|
129256
|
+
"this_month"
|
|
129257
|
+
]
|
|
129258
|
+
},
|
|
129259
|
+
{
|
|
129260
|
+
"type": "string",
|
|
129261
|
+
"enum": [
|
|
129262
|
+
"last_month"
|
|
129263
|
+
]
|
|
129264
|
+
},
|
|
129265
|
+
{
|
|
129266
|
+
"type": "string",
|
|
129267
|
+
"enum": [
|
|
129268
|
+
"custom"
|
|
129269
|
+
]
|
|
129270
|
+
}
|
|
129205
129271
|
]
|
|
129206
129272
|
},
|
|
129207
|
-
{
|
|
129208
|
-
"
|
|
129209
|
-
"
|
|
129210
|
-
"last_7d"
|
|
129211
|
-
]
|
|
129273
|
+
"from_date": {
|
|
129274
|
+
"format": "date",
|
|
129275
|
+
"type": "string"
|
|
129212
129276
|
},
|
|
129213
|
-
{
|
|
129214
|
-
"
|
|
129215
|
-
"
|
|
129216
|
-
"last_14d"
|
|
129217
|
-
]
|
|
129277
|
+
"to_date": {
|
|
129278
|
+
"format": "date",
|
|
129279
|
+
"type": "string"
|
|
129218
129280
|
},
|
|
129219
|
-
{
|
|
129220
|
-
"type": "
|
|
129221
|
-
"
|
|
129222
|
-
"
|
|
129223
|
-
|
|
129281
|
+
"account_ids": {
|
|
129282
|
+
"type": "array",
|
|
129283
|
+
"items": {
|
|
129284
|
+
"type": "string"
|
|
129285
|
+
}
|
|
129224
129286
|
},
|
|
129225
|
-
{
|
|
129226
|
-
"type": "string"
|
|
129227
|
-
"enum": [
|
|
129228
|
-
"this_week"
|
|
129229
|
-
]
|
|
129287
|
+
"team_member_id": {
|
|
129288
|
+
"type": "string"
|
|
129230
129289
|
},
|
|
129231
|
-
{
|
|
129232
|
-
"type": "string"
|
|
129233
|
-
"enum": [
|
|
129234
|
-
"last_week"
|
|
129235
|
-
]
|
|
129290
|
+
"currency": {
|
|
129291
|
+
"type": "string"
|
|
129236
129292
|
},
|
|
129237
|
-
{
|
|
129238
|
-
"type": "
|
|
129239
|
-
"
|
|
129240
|
-
"
|
|
129241
|
-
|
|
129293
|
+
"entity_filters": {
|
|
129294
|
+
"type": "object",
|
|
129295
|
+
"additionalProperties": {
|
|
129296
|
+
"type": "array",
|
|
129297
|
+
"items": {
|
|
129298
|
+
"type": "string"
|
|
129299
|
+
}
|
|
129300
|
+
}
|
|
129242
129301
|
},
|
|
129243
|
-
{
|
|
129244
|
-
"
|
|
129245
|
-
"
|
|
129246
|
-
"last_month"
|
|
129247
|
-
]
|
|
129302
|
+
"level": {
|
|
129303
|
+
"maxLength": 20,
|
|
129304
|
+
"type": "string"
|
|
129248
129305
|
},
|
|
129249
|
-
{
|
|
129250
|
-
"
|
|
129251
|
-
"enum": [
|
|
129252
|
-
"custom"
|
|
129253
|
-
]
|
|
129254
|
-
}
|
|
129255
|
-
]
|
|
129256
|
-
},
|
|
129257
|
-
"from_date": {
|
|
129258
|
-
"format": "date",
|
|
129259
|
-
"type": "string"
|
|
129260
|
-
},
|
|
129261
|
-
"to_date": {
|
|
129262
|
-
"format": "date",
|
|
129263
|
-
"type": "string"
|
|
129264
|
-
},
|
|
129265
|
-
"account_ids": {
|
|
129266
|
-
"type": "array",
|
|
129267
|
-
"items": {
|
|
129268
|
-
"type": "string"
|
|
129269
|
-
}
|
|
129270
|
-
},
|
|
129271
|
-
"team_member_id": {
|
|
129272
|
-
"type": "string"
|
|
129273
|
-
},
|
|
129274
|
-
"currency": {
|
|
129275
|
-
"type": "string"
|
|
129276
|
-
},
|
|
129277
|
-
"entity_filters": {
|
|
129278
|
-
"type": "object",
|
|
129279
|
-
"additionalProperties": {
|
|
129280
|
-
"type": "array",
|
|
129281
|
-
"items": {
|
|
129306
|
+
"platform": {
|
|
129307
|
+
"maxLength": 20,
|
|
129282
129308
|
"type": "string"
|
|
129309
|
+
},
|
|
129310
|
+
"connected_only": {
|
|
129311
|
+
"type": "boolean"
|
|
129283
129312
|
}
|
|
129284
129313
|
}
|
|
129285
129314
|
},
|
|
129286
|
-
|
|
129287
|
-
"
|
|
129288
|
-
"type": "string"
|
|
129289
|
-
},
|
|
129290
|
-
"platform": {
|
|
129291
|
-
"maxLength": 20,
|
|
129292
|
-
"type": "string"
|
|
129293
|
-
},
|
|
129294
|
-
"connected_only": {
|
|
129295
|
-
"type": "boolean"
|
|
129315
|
+
{
|
|
129316
|
+
"$comment": "json-value"
|
|
129296
129317
|
}
|
|
129297
|
-
|
|
129318
|
+
]
|
|
129298
129319
|
},
|
|
129299
129320
|
"page": {
|
|
129300
129321
|
"type": "string"
|