@wevion/cli 1.0.3149 → 1.0.3150
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 +7 -0
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -30866,6 +30866,9 @@
|
|
|
30866
30866
|
},
|
|
30867
30867
|
"message": {
|
|
30868
30868
|
"type": "string"
|
|
30869
|
+
},
|
|
30870
|
+
"code": {
|
|
30871
|
+
"type": "string"
|
|
30869
30872
|
}
|
|
30870
30873
|
}
|
|
30871
30874
|
}
|
|
@@ -32635,6 +32638,7 @@
|
|
|
32635
32638
|
"extra_user_slots",
|
|
32636
32639
|
"is_read_only",
|
|
32637
32640
|
"is_unlimited",
|
|
32641
|
+
"has_billing_subscription",
|
|
32638
32642
|
"read_only_reason",
|
|
32639
32643
|
"billing_currency",
|
|
32640
32644
|
"scheduled_plan_id",
|
|
@@ -32717,6 +32721,9 @@
|
|
|
32717
32721
|
"is_unlimited": {
|
|
32718
32722
|
"type": "boolean"
|
|
32719
32723
|
},
|
|
32724
|
+
"has_billing_subscription": {
|
|
32725
|
+
"type": "boolean"
|
|
32726
|
+
},
|
|
32720
32727
|
"read_only_reason": {
|
|
32721
32728
|
"anyOf": [
|
|
32722
32729
|
{
|