@wevion/cli 1.0.3266 → 1.0.3278

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.
Files changed (2) hide show
  1. package/openapi.json +286 -56
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -86699,6 +86699,12 @@
86699
86699
  },
86700
86700
  {
86701
86701
  "type": "string"
86702
+ },
86703
+ {
86704
+ "type": "number"
86705
+ },
86706
+ {
86707
+ "type": "null"
86702
86708
  }
86703
86709
  ]
86704
86710
  }
@@ -272377,6 +272383,10 @@
272377
272383
  "enum": [
272378
272384
  "created_by_user_groups_and_selected"
272379
272385
  ]
272386
+ },
272387
+ {
272388
+ "description": "Access type as reported by Keitaro, when outside the known set.",
272389
+ "type": "string"
272380
272390
  }
272381
272391
  ]
272382
272392
  },
@@ -272386,22 +272396,64 @@
272386
272396
  ]
272387
272397
  },
272388
272398
  "affiliate_networks_selected_entities": {
272389
- "type": "array",
272390
- "items": {
272391
- "type": "number"
272392
- }
272399
+ "anyOf": [
272400
+ {
272401
+ "type": "array",
272402
+ "items": {
272403
+ "anyOf": [
272404
+ {
272405
+ "type": "number"
272406
+ },
272407
+ {
272408
+ "type": "string"
272409
+ }
272410
+ ]
272411
+ }
272412
+ },
272413
+ {
272414
+ "type": "null"
272415
+ }
272416
+ ]
272393
272417
  },
272394
272418
  "affiliate_networks_selected_groups": {
272395
- "type": "array",
272396
- "items": {
272397
- "type": "number"
272398
- }
272419
+ "anyOf": [
272420
+ {
272421
+ "type": "array",
272422
+ "items": {
272423
+ "anyOf": [
272424
+ {
272425
+ "type": "number"
272426
+ },
272427
+ {
272428
+ "type": "string"
272429
+ }
272430
+ ]
272431
+ }
272432
+ },
272433
+ {
272434
+ "type": "null"
272435
+ }
272436
+ ]
272399
272437
  },
272400
272438
  "allowed_resources": {
272401
- "type": "array",
272402
- "items": {
272403
- "type": "string"
272404
- }
272439
+ "anyOf": [
272440
+ {
272441
+ "type": "array",
272442
+ "items": {
272443
+ "anyOf": [
272444
+ {
272445
+ "type": "string"
272446
+ },
272447
+ {
272448
+ "type": "number"
272449
+ }
272450
+ ]
272451
+ }
272452
+ },
272453
+ {
272454
+ "type": "null"
272455
+ }
272456
+ ]
272405
272457
  },
272406
272458
  "campaigns_access_type": {
272407
272459
  "anyOf": [
@@ -272430,6 +272482,10 @@
272430
272482
  "enum": [
272431
272483
  "created_by_user_groups_and_selected"
272432
272484
  ]
272485
+ },
272486
+ {
272487
+ "description": "Access type as reported by Keitaro, when outside the known set.",
272488
+ "type": "string"
272433
272489
  }
272434
272490
  ]
272435
272491
  },
@@ -272439,16 +272495,44 @@
272439
272495
  ]
272440
272496
  },
272441
272497
  "campaigns_selected_entities": {
272442
- "type": "array",
272443
- "items": {
272444
- "type": "number"
272445
- }
272498
+ "anyOf": [
272499
+ {
272500
+ "type": "array",
272501
+ "items": {
272502
+ "anyOf": [
272503
+ {
272504
+ "type": "number"
272505
+ },
272506
+ {
272507
+ "type": "string"
272508
+ }
272509
+ ]
272510
+ }
272511
+ },
272512
+ {
272513
+ "type": "null"
272514
+ }
272515
+ ]
272446
272516
  },
272447
272517
  "campaigns_selected_groups": {
272448
- "type": "array",
272449
- "items": {
272450
- "type": "number"
272451
- }
272518
+ "anyOf": [
272519
+ {
272520
+ "type": "array",
272521
+ "items": {
272522
+ "anyOf": [
272523
+ {
272524
+ "type": "number"
272525
+ },
272526
+ {
272527
+ "type": "string"
272528
+ }
272529
+ ]
272530
+ }
272531
+ },
272532
+ {
272533
+ "type": "null"
272534
+ }
272535
+ ]
272452
272536
  },
272453
272537
  "domains_access_type": {
272454
272538
  "anyOf": [
@@ -272477,6 +272561,10 @@
272477
272561
  "enum": [
272478
272562
  "created_by_user_groups_and_selected"
272479
272563
  ]
272564
+ },
272565
+ {
272566
+ "description": "Access type as reported by Keitaro, when outside the known set.",
272567
+ "type": "string"
272480
272568
  }
272481
272569
  ]
272482
272570
  },
@@ -272486,16 +272574,44 @@
272486
272574
  ]
272487
272575
  },
272488
272576
  "domains_selected_entities": {
272489
- "type": "array",
272490
- "items": {
272491
- "type": "number"
272492
- }
272577
+ "anyOf": [
272578
+ {
272579
+ "type": "array",
272580
+ "items": {
272581
+ "anyOf": [
272582
+ {
272583
+ "type": "number"
272584
+ },
272585
+ {
272586
+ "type": "string"
272587
+ }
272588
+ ]
272589
+ }
272590
+ },
272591
+ {
272592
+ "type": "null"
272593
+ }
272594
+ ]
272493
272595
  },
272494
272596
  "domains_selected_groups": {
272495
- "type": "array",
272496
- "items": {
272497
- "type": "number"
272498
- }
272597
+ "anyOf": [
272598
+ {
272599
+ "type": "array",
272600
+ "items": {
272601
+ "anyOf": [
272602
+ {
272603
+ "type": "number"
272604
+ },
272605
+ {
272606
+ "type": "string"
272607
+ }
272608
+ ]
272609
+ }
272610
+ },
272611
+ {
272612
+ "type": "null"
272613
+ }
272614
+ ]
272499
272615
  },
272500
272616
  "landings_access_type": {
272501
272617
  "anyOf": [
@@ -272524,6 +272640,10 @@
272524
272640
  "enum": [
272525
272641
  "created_by_user_groups_and_selected"
272526
272642
  ]
272643
+ },
272644
+ {
272645
+ "description": "Access type as reported by Keitaro, when outside the known set.",
272646
+ "type": "string"
272527
272647
  }
272528
272648
  ]
272529
272649
  },
@@ -272533,16 +272653,44 @@
272533
272653
  ]
272534
272654
  },
272535
272655
  "landings_selected_entities": {
272536
- "type": "array",
272537
- "items": {
272538
- "type": "number"
272539
- }
272656
+ "anyOf": [
272657
+ {
272658
+ "type": "array",
272659
+ "items": {
272660
+ "anyOf": [
272661
+ {
272662
+ "type": "number"
272663
+ },
272664
+ {
272665
+ "type": "string"
272666
+ }
272667
+ ]
272668
+ }
272669
+ },
272670
+ {
272671
+ "type": "null"
272672
+ }
272673
+ ]
272540
272674
  },
272541
272675
  "landings_selected_groups": {
272542
- "type": "array",
272543
- "items": {
272544
- "type": "number"
272545
- }
272676
+ "anyOf": [
272677
+ {
272678
+ "type": "array",
272679
+ "items": {
272680
+ "anyOf": [
272681
+ {
272682
+ "type": "number"
272683
+ },
272684
+ {
272685
+ "type": "string"
272686
+ }
272687
+ ]
272688
+ }
272689
+ },
272690
+ {
272691
+ "type": "null"
272692
+ }
272693
+ ]
272546
272694
  },
272547
272695
  "offers_access_type": {
272548
272696
  "anyOf": [
@@ -272571,6 +272719,10 @@
272571
272719
  "enum": [
272572
272720
  "created_by_user_groups_and_selected"
272573
272721
  ]
272722
+ },
272723
+ {
272724
+ "description": "Access type as reported by Keitaro, when outside the known set.",
272725
+ "type": "string"
272574
272726
  }
272575
272727
  ]
272576
272728
  },
@@ -272580,22 +272732,64 @@
272580
272732
  ]
272581
272733
  },
272582
272734
  "offers_selected_entities": {
272583
- "type": "array",
272584
- "items": {
272585
- "type": "number"
272586
- }
272735
+ "anyOf": [
272736
+ {
272737
+ "type": "array",
272738
+ "items": {
272739
+ "anyOf": [
272740
+ {
272741
+ "type": "number"
272742
+ },
272743
+ {
272744
+ "type": "string"
272745
+ }
272746
+ ]
272747
+ }
272748
+ },
272749
+ {
272750
+ "type": "null"
272751
+ }
272752
+ ]
272587
272753
  },
272588
272754
  "offers_selected_groups": {
272589
- "type": "array",
272590
- "items": {
272591
- "type": "number"
272592
- }
272755
+ "anyOf": [
272756
+ {
272757
+ "type": "array",
272758
+ "items": {
272759
+ "anyOf": [
272760
+ {
272761
+ "type": "number"
272762
+ },
272763
+ {
272764
+ "type": "string"
272765
+ }
272766
+ ]
272767
+ }
272768
+ },
272769
+ {
272770
+ "type": "null"
272771
+ }
272772
+ ]
272593
272773
  },
272594
272774
  "resources": {
272595
- "type": "array",
272596
- "items": {
272597
- "type": "string"
272598
- }
272775
+ "anyOf": [
272776
+ {
272777
+ "type": "array",
272778
+ "items": {
272779
+ "anyOf": [
272780
+ {
272781
+ "type": "string"
272782
+ },
272783
+ {
272784
+ "type": "number"
272785
+ }
272786
+ ]
272787
+ }
272788
+ },
272789
+ {
272790
+ "type": "null"
272791
+ }
272792
+ ]
272599
272793
  },
272600
272794
  "streams_access_type": {
272601
272795
  "anyOf": [
@@ -272624,6 +272818,10 @@
272624
272818
  "enum": [
272625
272819
  "created_by_user_groups_and_selected"
272626
272820
  ]
272821
+ },
272822
+ {
272823
+ "description": "Access type as reported by Keitaro, when outside the known set.",
272824
+ "type": "string"
272627
272825
  }
272628
272826
  ]
272629
272827
  },
@@ -272659,6 +272857,10 @@
272659
272857
  "enum": [
272660
272858
  "created_by_user_groups_and_selected"
272661
272859
  ]
272860
+ },
272861
+ {
272862
+ "description": "Access type as reported by Keitaro, when outside the known set.",
272863
+ "type": "string"
272662
272864
  }
272663
272865
  ]
272664
272866
  },
@@ -272668,16 +272870,44 @@
272668
272870
  ]
272669
272871
  },
272670
272872
  "traffic_sources_selected_entities": {
272671
- "type": "array",
272672
- "items": {
272673
- "type": "number"
272674
- }
272873
+ "anyOf": [
272874
+ {
272875
+ "type": "array",
272876
+ "items": {
272877
+ "anyOf": [
272878
+ {
272879
+ "type": "number"
272880
+ },
272881
+ {
272882
+ "type": "string"
272883
+ }
272884
+ ]
272885
+ }
272886
+ },
272887
+ {
272888
+ "type": "null"
272889
+ }
272890
+ ]
272675
272891
  },
272676
272892
  "traffic_sources_selected_groups": {
272677
- "type": "array",
272678
- "items": {
272679
- "type": "number"
272680
- }
272893
+ "anyOf": [
272894
+ {
272895
+ "type": "array",
272896
+ "items": {
272897
+ "anyOf": [
272898
+ {
272899
+ "type": "number"
272900
+ },
272901
+ {
272902
+ "type": "string"
272903
+ }
272904
+ ]
272905
+ }
272906
+ },
272907
+ {
272908
+ "type": "null"
272909
+ }
272910
+ ]
272681
272911
  }
272682
272912
  }
272683
272913
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.3266",
3
+ "version": "1.0.3278",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {