@wevion/cli 1.0.3266 → 1.0.3275
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 +280 -56
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -272377,6 +272377,10 @@
|
|
|
272377
272377
|
"enum": [
|
|
272378
272378
|
"created_by_user_groups_and_selected"
|
|
272379
272379
|
]
|
|
272380
|
+
},
|
|
272381
|
+
{
|
|
272382
|
+
"description": "Access type as reported by Keitaro, when outside the known set.",
|
|
272383
|
+
"type": "string"
|
|
272380
272384
|
}
|
|
272381
272385
|
]
|
|
272382
272386
|
},
|
|
@@ -272386,22 +272390,64 @@
|
|
|
272386
272390
|
]
|
|
272387
272391
|
},
|
|
272388
272392
|
"affiliate_networks_selected_entities": {
|
|
272389
|
-
"
|
|
272390
|
-
|
|
272391
|
-
|
|
272392
|
-
|
|
272393
|
+
"anyOf": [
|
|
272394
|
+
{
|
|
272395
|
+
"type": "array",
|
|
272396
|
+
"items": {
|
|
272397
|
+
"anyOf": [
|
|
272398
|
+
{
|
|
272399
|
+
"type": "number"
|
|
272400
|
+
},
|
|
272401
|
+
{
|
|
272402
|
+
"type": "string"
|
|
272403
|
+
}
|
|
272404
|
+
]
|
|
272405
|
+
}
|
|
272406
|
+
},
|
|
272407
|
+
{
|
|
272408
|
+
"type": "null"
|
|
272409
|
+
}
|
|
272410
|
+
]
|
|
272393
272411
|
},
|
|
272394
272412
|
"affiliate_networks_selected_groups": {
|
|
272395
|
-
"
|
|
272396
|
-
|
|
272397
|
-
|
|
272398
|
-
|
|
272413
|
+
"anyOf": [
|
|
272414
|
+
{
|
|
272415
|
+
"type": "array",
|
|
272416
|
+
"items": {
|
|
272417
|
+
"anyOf": [
|
|
272418
|
+
{
|
|
272419
|
+
"type": "number"
|
|
272420
|
+
},
|
|
272421
|
+
{
|
|
272422
|
+
"type": "string"
|
|
272423
|
+
}
|
|
272424
|
+
]
|
|
272425
|
+
}
|
|
272426
|
+
},
|
|
272427
|
+
{
|
|
272428
|
+
"type": "null"
|
|
272429
|
+
}
|
|
272430
|
+
]
|
|
272399
272431
|
},
|
|
272400
272432
|
"allowed_resources": {
|
|
272401
|
-
"
|
|
272402
|
-
|
|
272403
|
-
|
|
272404
|
-
|
|
272433
|
+
"anyOf": [
|
|
272434
|
+
{
|
|
272435
|
+
"type": "array",
|
|
272436
|
+
"items": {
|
|
272437
|
+
"anyOf": [
|
|
272438
|
+
{
|
|
272439
|
+
"type": "string"
|
|
272440
|
+
},
|
|
272441
|
+
{
|
|
272442
|
+
"type": "number"
|
|
272443
|
+
}
|
|
272444
|
+
]
|
|
272445
|
+
}
|
|
272446
|
+
},
|
|
272447
|
+
{
|
|
272448
|
+
"type": "null"
|
|
272449
|
+
}
|
|
272450
|
+
]
|
|
272405
272451
|
},
|
|
272406
272452
|
"campaigns_access_type": {
|
|
272407
272453
|
"anyOf": [
|
|
@@ -272430,6 +272476,10 @@
|
|
|
272430
272476
|
"enum": [
|
|
272431
272477
|
"created_by_user_groups_and_selected"
|
|
272432
272478
|
]
|
|
272479
|
+
},
|
|
272480
|
+
{
|
|
272481
|
+
"description": "Access type as reported by Keitaro, when outside the known set.",
|
|
272482
|
+
"type": "string"
|
|
272433
272483
|
}
|
|
272434
272484
|
]
|
|
272435
272485
|
},
|
|
@@ -272439,16 +272489,44 @@
|
|
|
272439
272489
|
]
|
|
272440
272490
|
},
|
|
272441
272491
|
"campaigns_selected_entities": {
|
|
272442
|
-
"
|
|
272443
|
-
|
|
272444
|
-
|
|
272445
|
-
|
|
272492
|
+
"anyOf": [
|
|
272493
|
+
{
|
|
272494
|
+
"type": "array",
|
|
272495
|
+
"items": {
|
|
272496
|
+
"anyOf": [
|
|
272497
|
+
{
|
|
272498
|
+
"type": "number"
|
|
272499
|
+
},
|
|
272500
|
+
{
|
|
272501
|
+
"type": "string"
|
|
272502
|
+
}
|
|
272503
|
+
]
|
|
272504
|
+
}
|
|
272505
|
+
},
|
|
272506
|
+
{
|
|
272507
|
+
"type": "null"
|
|
272508
|
+
}
|
|
272509
|
+
]
|
|
272446
272510
|
},
|
|
272447
272511
|
"campaigns_selected_groups": {
|
|
272448
|
-
"
|
|
272449
|
-
|
|
272450
|
-
|
|
272451
|
-
|
|
272512
|
+
"anyOf": [
|
|
272513
|
+
{
|
|
272514
|
+
"type": "array",
|
|
272515
|
+
"items": {
|
|
272516
|
+
"anyOf": [
|
|
272517
|
+
{
|
|
272518
|
+
"type": "number"
|
|
272519
|
+
},
|
|
272520
|
+
{
|
|
272521
|
+
"type": "string"
|
|
272522
|
+
}
|
|
272523
|
+
]
|
|
272524
|
+
}
|
|
272525
|
+
},
|
|
272526
|
+
{
|
|
272527
|
+
"type": "null"
|
|
272528
|
+
}
|
|
272529
|
+
]
|
|
272452
272530
|
},
|
|
272453
272531
|
"domains_access_type": {
|
|
272454
272532
|
"anyOf": [
|
|
@@ -272477,6 +272555,10 @@
|
|
|
272477
272555
|
"enum": [
|
|
272478
272556
|
"created_by_user_groups_and_selected"
|
|
272479
272557
|
]
|
|
272558
|
+
},
|
|
272559
|
+
{
|
|
272560
|
+
"description": "Access type as reported by Keitaro, when outside the known set.",
|
|
272561
|
+
"type": "string"
|
|
272480
272562
|
}
|
|
272481
272563
|
]
|
|
272482
272564
|
},
|
|
@@ -272486,16 +272568,44 @@
|
|
|
272486
272568
|
]
|
|
272487
272569
|
},
|
|
272488
272570
|
"domains_selected_entities": {
|
|
272489
|
-
"
|
|
272490
|
-
|
|
272491
|
-
|
|
272492
|
-
|
|
272571
|
+
"anyOf": [
|
|
272572
|
+
{
|
|
272573
|
+
"type": "array",
|
|
272574
|
+
"items": {
|
|
272575
|
+
"anyOf": [
|
|
272576
|
+
{
|
|
272577
|
+
"type": "number"
|
|
272578
|
+
},
|
|
272579
|
+
{
|
|
272580
|
+
"type": "string"
|
|
272581
|
+
}
|
|
272582
|
+
]
|
|
272583
|
+
}
|
|
272584
|
+
},
|
|
272585
|
+
{
|
|
272586
|
+
"type": "null"
|
|
272587
|
+
}
|
|
272588
|
+
]
|
|
272493
272589
|
},
|
|
272494
272590
|
"domains_selected_groups": {
|
|
272495
|
-
"
|
|
272496
|
-
|
|
272497
|
-
|
|
272498
|
-
|
|
272591
|
+
"anyOf": [
|
|
272592
|
+
{
|
|
272593
|
+
"type": "array",
|
|
272594
|
+
"items": {
|
|
272595
|
+
"anyOf": [
|
|
272596
|
+
{
|
|
272597
|
+
"type": "number"
|
|
272598
|
+
},
|
|
272599
|
+
{
|
|
272600
|
+
"type": "string"
|
|
272601
|
+
}
|
|
272602
|
+
]
|
|
272603
|
+
}
|
|
272604
|
+
},
|
|
272605
|
+
{
|
|
272606
|
+
"type": "null"
|
|
272607
|
+
}
|
|
272608
|
+
]
|
|
272499
272609
|
},
|
|
272500
272610
|
"landings_access_type": {
|
|
272501
272611
|
"anyOf": [
|
|
@@ -272524,6 +272634,10 @@
|
|
|
272524
272634
|
"enum": [
|
|
272525
272635
|
"created_by_user_groups_and_selected"
|
|
272526
272636
|
]
|
|
272637
|
+
},
|
|
272638
|
+
{
|
|
272639
|
+
"description": "Access type as reported by Keitaro, when outside the known set.",
|
|
272640
|
+
"type": "string"
|
|
272527
272641
|
}
|
|
272528
272642
|
]
|
|
272529
272643
|
},
|
|
@@ -272533,16 +272647,44 @@
|
|
|
272533
272647
|
]
|
|
272534
272648
|
},
|
|
272535
272649
|
"landings_selected_entities": {
|
|
272536
|
-
"
|
|
272537
|
-
|
|
272538
|
-
|
|
272539
|
-
|
|
272650
|
+
"anyOf": [
|
|
272651
|
+
{
|
|
272652
|
+
"type": "array",
|
|
272653
|
+
"items": {
|
|
272654
|
+
"anyOf": [
|
|
272655
|
+
{
|
|
272656
|
+
"type": "number"
|
|
272657
|
+
},
|
|
272658
|
+
{
|
|
272659
|
+
"type": "string"
|
|
272660
|
+
}
|
|
272661
|
+
]
|
|
272662
|
+
}
|
|
272663
|
+
},
|
|
272664
|
+
{
|
|
272665
|
+
"type": "null"
|
|
272666
|
+
}
|
|
272667
|
+
]
|
|
272540
272668
|
},
|
|
272541
272669
|
"landings_selected_groups": {
|
|
272542
|
-
"
|
|
272543
|
-
|
|
272544
|
-
|
|
272545
|
-
|
|
272670
|
+
"anyOf": [
|
|
272671
|
+
{
|
|
272672
|
+
"type": "array",
|
|
272673
|
+
"items": {
|
|
272674
|
+
"anyOf": [
|
|
272675
|
+
{
|
|
272676
|
+
"type": "number"
|
|
272677
|
+
},
|
|
272678
|
+
{
|
|
272679
|
+
"type": "string"
|
|
272680
|
+
}
|
|
272681
|
+
]
|
|
272682
|
+
}
|
|
272683
|
+
},
|
|
272684
|
+
{
|
|
272685
|
+
"type": "null"
|
|
272686
|
+
}
|
|
272687
|
+
]
|
|
272546
272688
|
},
|
|
272547
272689
|
"offers_access_type": {
|
|
272548
272690
|
"anyOf": [
|
|
@@ -272571,6 +272713,10 @@
|
|
|
272571
272713
|
"enum": [
|
|
272572
272714
|
"created_by_user_groups_and_selected"
|
|
272573
272715
|
]
|
|
272716
|
+
},
|
|
272717
|
+
{
|
|
272718
|
+
"description": "Access type as reported by Keitaro, when outside the known set.",
|
|
272719
|
+
"type": "string"
|
|
272574
272720
|
}
|
|
272575
272721
|
]
|
|
272576
272722
|
},
|
|
@@ -272580,22 +272726,64 @@
|
|
|
272580
272726
|
]
|
|
272581
272727
|
},
|
|
272582
272728
|
"offers_selected_entities": {
|
|
272583
|
-
"
|
|
272584
|
-
|
|
272585
|
-
|
|
272586
|
-
|
|
272729
|
+
"anyOf": [
|
|
272730
|
+
{
|
|
272731
|
+
"type": "array",
|
|
272732
|
+
"items": {
|
|
272733
|
+
"anyOf": [
|
|
272734
|
+
{
|
|
272735
|
+
"type": "number"
|
|
272736
|
+
},
|
|
272737
|
+
{
|
|
272738
|
+
"type": "string"
|
|
272739
|
+
}
|
|
272740
|
+
]
|
|
272741
|
+
}
|
|
272742
|
+
},
|
|
272743
|
+
{
|
|
272744
|
+
"type": "null"
|
|
272745
|
+
}
|
|
272746
|
+
]
|
|
272587
272747
|
},
|
|
272588
272748
|
"offers_selected_groups": {
|
|
272589
|
-
"
|
|
272590
|
-
|
|
272591
|
-
|
|
272592
|
-
|
|
272749
|
+
"anyOf": [
|
|
272750
|
+
{
|
|
272751
|
+
"type": "array",
|
|
272752
|
+
"items": {
|
|
272753
|
+
"anyOf": [
|
|
272754
|
+
{
|
|
272755
|
+
"type": "number"
|
|
272756
|
+
},
|
|
272757
|
+
{
|
|
272758
|
+
"type": "string"
|
|
272759
|
+
}
|
|
272760
|
+
]
|
|
272761
|
+
}
|
|
272762
|
+
},
|
|
272763
|
+
{
|
|
272764
|
+
"type": "null"
|
|
272765
|
+
}
|
|
272766
|
+
]
|
|
272593
272767
|
},
|
|
272594
272768
|
"resources": {
|
|
272595
|
-
"
|
|
272596
|
-
|
|
272597
|
-
|
|
272598
|
-
|
|
272769
|
+
"anyOf": [
|
|
272770
|
+
{
|
|
272771
|
+
"type": "array",
|
|
272772
|
+
"items": {
|
|
272773
|
+
"anyOf": [
|
|
272774
|
+
{
|
|
272775
|
+
"type": "string"
|
|
272776
|
+
},
|
|
272777
|
+
{
|
|
272778
|
+
"type": "number"
|
|
272779
|
+
}
|
|
272780
|
+
]
|
|
272781
|
+
}
|
|
272782
|
+
},
|
|
272783
|
+
{
|
|
272784
|
+
"type": "null"
|
|
272785
|
+
}
|
|
272786
|
+
]
|
|
272599
272787
|
},
|
|
272600
272788
|
"streams_access_type": {
|
|
272601
272789
|
"anyOf": [
|
|
@@ -272624,6 +272812,10 @@
|
|
|
272624
272812
|
"enum": [
|
|
272625
272813
|
"created_by_user_groups_and_selected"
|
|
272626
272814
|
]
|
|
272815
|
+
},
|
|
272816
|
+
{
|
|
272817
|
+
"description": "Access type as reported by Keitaro, when outside the known set.",
|
|
272818
|
+
"type": "string"
|
|
272627
272819
|
}
|
|
272628
272820
|
]
|
|
272629
272821
|
},
|
|
@@ -272659,6 +272851,10 @@
|
|
|
272659
272851
|
"enum": [
|
|
272660
272852
|
"created_by_user_groups_and_selected"
|
|
272661
272853
|
]
|
|
272854
|
+
},
|
|
272855
|
+
{
|
|
272856
|
+
"description": "Access type as reported by Keitaro, when outside the known set.",
|
|
272857
|
+
"type": "string"
|
|
272662
272858
|
}
|
|
272663
272859
|
]
|
|
272664
272860
|
},
|
|
@@ -272668,16 +272864,44 @@
|
|
|
272668
272864
|
]
|
|
272669
272865
|
},
|
|
272670
272866
|
"traffic_sources_selected_entities": {
|
|
272671
|
-
"
|
|
272672
|
-
|
|
272673
|
-
|
|
272674
|
-
|
|
272867
|
+
"anyOf": [
|
|
272868
|
+
{
|
|
272869
|
+
"type": "array",
|
|
272870
|
+
"items": {
|
|
272871
|
+
"anyOf": [
|
|
272872
|
+
{
|
|
272873
|
+
"type": "number"
|
|
272874
|
+
},
|
|
272875
|
+
{
|
|
272876
|
+
"type": "string"
|
|
272877
|
+
}
|
|
272878
|
+
]
|
|
272879
|
+
}
|
|
272880
|
+
},
|
|
272881
|
+
{
|
|
272882
|
+
"type": "null"
|
|
272883
|
+
}
|
|
272884
|
+
]
|
|
272675
272885
|
},
|
|
272676
272886
|
"traffic_sources_selected_groups": {
|
|
272677
|
-
"
|
|
272678
|
-
|
|
272679
|
-
|
|
272680
|
-
|
|
272887
|
+
"anyOf": [
|
|
272888
|
+
{
|
|
272889
|
+
"type": "array",
|
|
272890
|
+
"items": {
|
|
272891
|
+
"anyOf": [
|
|
272892
|
+
{
|
|
272893
|
+
"type": "number"
|
|
272894
|
+
},
|
|
272895
|
+
{
|
|
272896
|
+
"type": "string"
|
|
272897
|
+
}
|
|
272898
|
+
]
|
|
272899
|
+
}
|
|
272900
|
+
},
|
|
272901
|
+
{
|
|
272902
|
+
"type": "null"
|
|
272903
|
+
}
|
|
272904
|
+
]
|
|
272681
272905
|
}
|
|
272682
272906
|
}
|
|
272683
272907
|
},
|