@wevion/cli 1.0.2754 → 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 +20 -2
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -160012,7 +160012,7 @@
160012
160012
  {
160013
160013
  "type": "string",
160014
160014
  "enum": [
160015
- "super_admin"
160015
+ "owner"
160016
160016
  ]
160017
160017
  },
160018
160018
  {
@@ -160024,7 +160024,7 @@
160024
160024
  {
160025
160025
  "type": "string",
160026
160026
  "enum": [
160027
- "owner"
160027
+ "member"
160028
160028
  ]
160029
160029
  },
160030
160030
  {
@@ -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.2754",
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": {