@wevion/cli 1.0.2757 → 1.0.2769

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 +18 -0
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -205687,6 +205687,24 @@
205687
205687
  "enum": [
205688
205688
  "finance"
205689
205689
  ]
205690
+ },
205691
+ {
205692
+ "type": "string",
205693
+ "enum": [
205694
+ "owner"
205695
+ ]
205696
+ },
205697
+ {
205698
+ "type": "string",
205699
+ "enum": [
205700
+ "admin"
205701
+ ]
205702
+ },
205703
+ {
205704
+ "type": "string",
205705
+ "enum": [
205706
+ "member"
205707
+ ]
205690
205708
  }
205691
205709
  ]
205692
205710
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.2757",
3
+ "version": "1.0.2769",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {