@wevion/cli 1.0.3765 → 1.0.3772

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 +415 -0
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -3366,6 +3366,32 @@
3366
3366
  }
3367
3367
  }
3368
3368
  },
3369
+ "400": {
3370
+ "description": "Invalid request - schema validation failed",
3371
+ "content": {
3372
+ "application/json": {
3373
+ "schema": {
3374
+ "type": "object",
3375
+ "required": [
3376
+ "statusCode",
3377
+ "error",
3378
+ "message"
3379
+ ],
3380
+ "properties": {
3381
+ "statusCode": {
3382
+ "type": "number"
3383
+ },
3384
+ "error": {
3385
+ "type": "string"
3386
+ },
3387
+ "message": {
3388
+ "type": "string"
3389
+ }
3390
+ }
3391
+ }
3392
+ }
3393
+ }
3394
+ },
3369
3395
  "401": {
3370
3396
  "description": "Unauthorized - missing or invalid bearer token",
3371
3397
  "content": {
@@ -3392,6 +3418,58 @@
3392
3418
  }
3393
3419
  }
3394
3420
  },
3421
+ "403": {
3422
+ "description": "Forbidden - caller lacks the required role/permission",
3423
+ "content": {
3424
+ "application/json": {
3425
+ "schema": {
3426
+ "type": "object",
3427
+ "required": [
3428
+ "statusCode",
3429
+ "error",
3430
+ "message"
3431
+ ],
3432
+ "properties": {
3433
+ "statusCode": {
3434
+ "type": "number"
3435
+ },
3436
+ "error": {
3437
+ "type": "string"
3438
+ },
3439
+ "message": {
3440
+ "type": "string"
3441
+ }
3442
+ }
3443
+ }
3444
+ }
3445
+ }
3446
+ },
3447
+ "404": {
3448
+ "description": "Resource not found",
3449
+ "content": {
3450
+ "application/json": {
3451
+ "schema": {
3452
+ "type": "object",
3453
+ "required": [
3454
+ "statusCode",
3455
+ "error",
3456
+ "message"
3457
+ ],
3458
+ "properties": {
3459
+ "statusCode": {
3460
+ "type": "number"
3461
+ },
3462
+ "error": {
3463
+ "type": "string"
3464
+ },
3465
+ "message": {
3466
+ "type": "string"
3467
+ }
3468
+ }
3469
+ }
3470
+ }
3471
+ }
3472
+ },
3395
3473
  "500": {
3396
3474
  "description": "Internal server error",
3397
3475
  "content": {
@@ -131590,6 +131668,32 @@
131590
131668
  }
131591
131669
  }
131592
131670
  },
131671
+ "400": {
131672
+ "description": "Invalid request - schema validation failed",
131673
+ "content": {
131674
+ "application/json": {
131675
+ "schema": {
131676
+ "type": "object",
131677
+ "required": [
131678
+ "statusCode",
131679
+ "error",
131680
+ "message"
131681
+ ],
131682
+ "properties": {
131683
+ "statusCode": {
131684
+ "type": "number"
131685
+ },
131686
+ "error": {
131687
+ "type": "string"
131688
+ },
131689
+ "message": {
131690
+ "type": "string"
131691
+ }
131692
+ }
131693
+ }
131694
+ }
131695
+ }
131696
+ },
131593
131697
  "401": {
131594
131698
  "description": "Unauthorized - missing or invalid bearer token",
131595
131699
  "content": {
@@ -131600,6 +131704,58 @@
131600
131704
  }
131601
131705
  }
131602
131706
  },
131707
+ "403": {
131708
+ "description": "Forbidden - caller lacks the required role/permission",
131709
+ "content": {
131710
+ "application/json": {
131711
+ "schema": {
131712
+ "type": "object",
131713
+ "required": [
131714
+ "statusCode",
131715
+ "error",
131716
+ "message"
131717
+ ],
131718
+ "properties": {
131719
+ "statusCode": {
131720
+ "type": "number"
131721
+ },
131722
+ "error": {
131723
+ "type": "string"
131724
+ },
131725
+ "message": {
131726
+ "type": "string"
131727
+ }
131728
+ }
131729
+ }
131730
+ }
131731
+ }
131732
+ },
131733
+ "404": {
131734
+ "description": "Resource not found",
131735
+ "content": {
131736
+ "application/json": {
131737
+ "schema": {
131738
+ "type": "object",
131739
+ "required": [
131740
+ "statusCode",
131741
+ "error",
131742
+ "message"
131743
+ ],
131744
+ "properties": {
131745
+ "statusCode": {
131746
+ "type": "number"
131747
+ },
131748
+ "error": {
131749
+ "type": "string"
131750
+ },
131751
+ "message": {
131752
+ "type": "string"
131753
+ }
131754
+ }
131755
+ }
131756
+ }
131757
+ }
131758
+ },
131603
131759
  "500": {
131604
131760
  "description": "Internal server error",
131605
131761
  "content": {
@@ -133094,6 +133250,32 @@
133094
133250
  }
133095
133251
  }
133096
133252
  },
133253
+ "400": {
133254
+ "description": "Invalid request - schema validation failed",
133255
+ "content": {
133256
+ "application/json": {
133257
+ "schema": {
133258
+ "type": "object",
133259
+ "required": [
133260
+ "statusCode",
133261
+ "error",
133262
+ "message"
133263
+ ],
133264
+ "properties": {
133265
+ "statusCode": {
133266
+ "type": "number"
133267
+ },
133268
+ "error": {
133269
+ "type": "string"
133270
+ },
133271
+ "message": {
133272
+ "type": "string"
133273
+ }
133274
+ }
133275
+ }
133276
+ }
133277
+ }
133278
+ },
133097
133279
  "401": {
133098
133280
  "description": "Unauthorized - missing or invalid bearer token",
133099
133281
  "content": {
@@ -133120,6 +133302,58 @@
133120
133302
  }
133121
133303
  }
133122
133304
  },
133305
+ "403": {
133306
+ "description": "Forbidden - caller lacks the required role/permission",
133307
+ "content": {
133308
+ "application/json": {
133309
+ "schema": {
133310
+ "type": "object",
133311
+ "required": [
133312
+ "statusCode",
133313
+ "error",
133314
+ "message"
133315
+ ],
133316
+ "properties": {
133317
+ "statusCode": {
133318
+ "type": "number"
133319
+ },
133320
+ "error": {
133321
+ "type": "string"
133322
+ },
133323
+ "message": {
133324
+ "type": "string"
133325
+ }
133326
+ }
133327
+ }
133328
+ }
133329
+ }
133330
+ },
133331
+ "404": {
133332
+ "description": "Resource not found",
133333
+ "content": {
133334
+ "application/json": {
133335
+ "schema": {
133336
+ "type": "object",
133337
+ "required": [
133338
+ "statusCode",
133339
+ "error",
133340
+ "message"
133341
+ ],
133342
+ "properties": {
133343
+ "statusCode": {
133344
+ "type": "number"
133345
+ },
133346
+ "error": {
133347
+ "type": "string"
133348
+ },
133349
+ "message": {
133350
+ "type": "string"
133351
+ }
133352
+ }
133353
+ }
133354
+ }
133355
+ }
133356
+ },
133123
133357
  "500": {
133124
133358
  "description": "Internal server error",
133125
133359
  "content": {
@@ -144791,6 +145025,25 @@
144791
145025
  }
144792
145026
  }
144793
145027
  },
145028
+ "400": {
145029
+ "description": "Invalid request - schema validation failed",
145030
+ "content": {
145031
+ "application/json": {
145032
+ "schema": {
145033
+ "additionalProperties": false,
145034
+ "type": "object",
145035
+ "required": [
145036
+ "error"
145037
+ ],
145038
+ "properties": {
145039
+ "error": {
145040
+ "type": "string"
145041
+ }
145042
+ }
145043
+ }
145044
+ }
145045
+ }
145046
+ },
144794
145047
  "401": {
144795
145048
  "description": "Unauthorized - missing or invalid bearer token",
144796
145049
  "content": {
@@ -144820,6 +145073,25 @@
144820
145073
  }
144821
145074
  }
144822
145075
  },
145076
+ "404": {
145077
+ "description": "Resource not found",
145078
+ "content": {
145079
+ "application/json": {
145080
+ "schema": {
145081
+ "additionalProperties": false,
145082
+ "type": "object",
145083
+ "required": [
145084
+ "error"
145085
+ ],
145086
+ "properties": {
145087
+ "error": {
145088
+ "type": "string"
145089
+ }
145090
+ }
145091
+ }
145092
+ }
145093
+ }
145094
+ },
144823
145095
  "500": {
144824
145096
  "description": "Internal server error",
144825
145097
  "content": {
@@ -155334,6 +155606,10 @@
155334
155606
  "type": "null"
155335
155607
  }
155336
155608
  ]
155609
+ },
155610
+ "access_denied": {
155611
+ "description": "true when Meta denies access to this ad account: the empty list means \"unreadable\", not \"no changes\"",
155612
+ "type": "boolean"
155337
155613
  }
155338
155614
  }
155339
155615
  }
@@ -155519,6 +155795,10 @@
155519
155795
  }
155520
155796
  }
155521
155797
  }
155798
+ },
155799
+ "access_denied": {
155800
+ "description": "true when Meta denies access to this ad account: the empty list means \"unreadable\", not \"no changes\"",
155801
+ "type": "boolean"
155522
155802
  }
155523
155803
  }
155524
155804
  }
@@ -176001,6 +176281,32 @@
176001
176281
  }
176002
176282
  }
176003
176283
  },
176284
+ "400": {
176285
+ "description": "Invalid request - schema validation failed",
176286
+ "content": {
176287
+ "application/json": {
176288
+ "schema": {
176289
+ "type": "object",
176290
+ "required": [
176291
+ "statusCode",
176292
+ "error",
176293
+ "message"
176294
+ ],
176295
+ "properties": {
176296
+ "statusCode": {
176297
+ "type": "number"
176298
+ },
176299
+ "error": {
176300
+ "type": "string"
176301
+ },
176302
+ "message": {
176303
+ "type": "string"
176304
+ }
176305
+ }
176306
+ }
176307
+ }
176308
+ }
176309
+ },
176004
176310
  "401": {
176005
176311
  "description": "Unauthorized - missing or invalid bearer token",
176006
176312
  "content": {
@@ -176027,6 +176333,58 @@
176027
176333
  }
176028
176334
  }
176029
176335
  },
176336
+ "403": {
176337
+ "description": "Forbidden - caller lacks the required role/permission",
176338
+ "content": {
176339
+ "application/json": {
176340
+ "schema": {
176341
+ "type": "object",
176342
+ "required": [
176343
+ "statusCode",
176344
+ "error",
176345
+ "message"
176346
+ ],
176347
+ "properties": {
176348
+ "statusCode": {
176349
+ "type": "number"
176350
+ },
176351
+ "error": {
176352
+ "type": "string"
176353
+ },
176354
+ "message": {
176355
+ "type": "string"
176356
+ }
176357
+ }
176358
+ }
176359
+ }
176360
+ }
176361
+ },
176362
+ "404": {
176363
+ "description": "Resource not found",
176364
+ "content": {
176365
+ "application/json": {
176366
+ "schema": {
176367
+ "type": "object",
176368
+ "required": [
176369
+ "statusCode",
176370
+ "error",
176371
+ "message"
176372
+ ],
176373
+ "properties": {
176374
+ "statusCode": {
176375
+ "type": "number"
176376
+ },
176377
+ "error": {
176378
+ "type": "string"
176379
+ },
176380
+ "message": {
176381
+ "type": "string"
176382
+ }
176383
+ }
176384
+ }
176385
+ }
176386
+ }
176387
+ },
176030
176388
  "500": {
176031
176389
  "description": "Internal server error",
176032
176390
  "content": {
@@ -176228,6 +176586,25 @@
176228
176586
  }
176229
176587
  }
176230
176588
  },
176589
+ "400": {
176590
+ "description": "Invalid request - schema validation failed",
176591
+ "content": {
176592
+ "application/json": {
176593
+ "schema": {
176594
+ "additionalProperties": false,
176595
+ "type": "object",
176596
+ "required": [
176597
+ "error"
176598
+ ],
176599
+ "properties": {
176600
+ "error": {
176601
+ "type": "string"
176602
+ }
176603
+ }
176604
+ }
176605
+ }
176606
+ }
176607
+ },
176231
176608
  "401": {
176232
176609
  "description": "Unauthorized - missing or invalid bearer token",
176233
176610
  "content": {
@@ -176238,6 +176615,44 @@
176238
176615
  }
176239
176616
  }
176240
176617
  },
176618
+ "403": {
176619
+ "description": "Forbidden - caller lacks the required role/permission",
176620
+ "content": {
176621
+ "application/json": {
176622
+ "schema": {
176623
+ "additionalProperties": false,
176624
+ "type": "object",
176625
+ "required": [
176626
+ "error"
176627
+ ],
176628
+ "properties": {
176629
+ "error": {
176630
+ "type": "string"
176631
+ }
176632
+ }
176633
+ }
176634
+ }
176635
+ }
176636
+ },
176637
+ "404": {
176638
+ "description": "Resource not found",
176639
+ "content": {
176640
+ "application/json": {
176641
+ "schema": {
176642
+ "additionalProperties": false,
176643
+ "type": "object",
176644
+ "required": [
176645
+ "error"
176646
+ ],
176647
+ "properties": {
176648
+ "error": {
176649
+ "type": "string"
176650
+ }
176651
+ }
176652
+ }
176653
+ }
176654
+ }
176655
+ },
176241
176656
  "500": {
176242
176657
  "description": "Internal server error",
176243
176658
  "content": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.3765",
3
+ "version": "1.0.3772",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {