@wevion/cli 1.0.3870 → 1.0.3877
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 +202 -3
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -30995,6 +30995,48 @@
|
|
|
30995
30995
|
"is_internal": {
|
|
30996
30996
|
"type": "boolean"
|
|
30997
30997
|
},
|
|
30998
|
+
"cohort_attributes": {
|
|
30999
|
+
"additionalProperties": false,
|
|
31000
|
+
"type": "object",
|
|
31001
|
+
"properties": {
|
|
31002
|
+
"cohort_excluded": {
|
|
31003
|
+
"type": "boolean"
|
|
31004
|
+
},
|
|
31005
|
+
"is_internal": {
|
|
31006
|
+
"type": "boolean"
|
|
31007
|
+
},
|
|
31008
|
+
"cohort_exclusion_reasons": {
|
|
31009
|
+
"type": "array",
|
|
31010
|
+
"items": {
|
|
31011
|
+
"type": "string"
|
|
31012
|
+
}
|
|
31013
|
+
},
|
|
31014
|
+
"cohort_excluded_internal_domain": {
|
|
31015
|
+
"type": "boolean"
|
|
31016
|
+
},
|
|
31017
|
+
"cohort_excluded_ultra": {
|
|
31018
|
+
"type": "boolean"
|
|
31019
|
+
},
|
|
31020
|
+
"cohort_excluded_comped": {
|
|
31021
|
+
"type": "boolean"
|
|
31022
|
+
},
|
|
31023
|
+
"cohort_excluded_allowlist": {
|
|
31024
|
+
"type": "boolean"
|
|
31025
|
+
},
|
|
31026
|
+
"cohort_excluded_test_account": {
|
|
31027
|
+
"type": "boolean"
|
|
31028
|
+
},
|
|
31029
|
+
"cohort_excluded_demo": {
|
|
31030
|
+
"type": "boolean"
|
|
31031
|
+
},
|
|
31032
|
+
"cohort_excluded_staff_role": {
|
|
31033
|
+
"type": "boolean"
|
|
31034
|
+
},
|
|
31035
|
+
"cohort_excluded_partner_role": {
|
|
31036
|
+
"type": "boolean"
|
|
31037
|
+
}
|
|
31038
|
+
}
|
|
31039
|
+
},
|
|
30998
31040
|
"organization_id": {
|
|
30999
31041
|
"anyOf": [
|
|
31000
31042
|
{
|
|
@@ -32029,6 +32071,48 @@
|
|
|
32029
32071
|
"is_internal": {
|
|
32030
32072
|
"type": "boolean"
|
|
32031
32073
|
},
|
|
32074
|
+
"cohort_attributes": {
|
|
32075
|
+
"additionalProperties": false,
|
|
32076
|
+
"type": "object",
|
|
32077
|
+
"properties": {
|
|
32078
|
+
"cohort_excluded": {
|
|
32079
|
+
"type": "boolean"
|
|
32080
|
+
},
|
|
32081
|
+
"is_internal": {
|
|
32082
|
+
"type": "boolean"
|
|
32083
|
+
},
|
|
32084
|
+
"cohort_exclusion_reasons": {
|
|
32085
|
+
"type": "array",
|
|
32086
|
+
"items": {
|
|
32087
|
+
"type": "string"
|
|
32088
|
+
}
|
|
32089
|
+
},
|
|
32090
|
+
"cohort_excluded_internal_domain": {
|
|
32091
|
+
"type": "boolean"
|
|
32092
|
+
},
|
|
32093
|
+
"cohort_excluded_ultra": {
|
|
32094
|
+
"type": "boolean"
|
|
32095
|
+
},
|
|
32096
|
+
"cohort_excluded_comped": {
|
|
32097
|
+
"type": "boolean"
|
|
32098
|
+
},
|
|
32099
|
+
"cohort_excluded_allowlist": {
|
|
32100
|
+
"type": "boolean"
|
|
32101
|
+
},
|
|
32102
|
+
"cohort_excluded_test_account": {
|
|
32103
|
+
"type": "boolean"
|
|
32104
|
+
},
|
|
32105
|
+
"cohort_excluded_demo": {
|
|
32106
|
+
"type": "boolean"
|
|
32107
|
+
},
|
|
32108
|
+
"cohort_excluded_staff_role": {
|
|
32109
|
+
"type": "boolean"
|
|
32110
|
+
},
|
|
32111
|
+
"cohort_excluded_partner_role": {
|
|
32112
|
+
"type": "boolean"
|
|
32113
|
+
}
|
|
32114
|
+
}
|
|
32115
|
+
},
|
|
32032
32116
|
"organization_id": {
|
|
32033
32117
|
"anyOf": [
|
|
32034
32118
|
{
|
|
@@ -32906,6 +32990,48 @@
|
|
|
32906
32990
|
"is_internal": {
|
|
32907
32991
|
"type": "boolean"
|
|
32908
32992
|
},
|
|
32993
|
+
"cohort_attributes": {
|
|
32994
|
+
"additionalProperties": false,
|
|
32995
|
+
"type": "object",
|
|
32996
|
+
"properties": {
|
|
32997
|
+
"cohort_excluded": {
|
|
32998
|
+
"type": "boolean"
|
|
32999
|
+
},
|
|
33000
|
+
"is_internal": {
|
|
33001
|
+
"type": "boolean"
|
|
33002
|
+
},
|
|
33003
|
+
"cohort_exclusion_reasons": {
|
|
33004
|
+
"type": "array",
|
|
33005
|
+
"items": {
|
|
33006
|
+
"type": "string"
|
|
33007
|
+
}
|
|
33008
|
+
},
|
|
33009
|
+
"cohort_excluded_internal_domain": {
|
|
33010
|
+
"type": "boolean"
|
|
33011
|
+
},
|
|
33012
|
+
"cohort_excluded_ultra": {
|
|
33013
|
+
"type": "boolean"
|
|
33014
|
+
},
|
|
33015
|
+
"cohort_excluded_comped": {
|
|
33016
|
+
"type": "boolean"
|
|
33017
|
+
},
|
|
33018
|
+
"cohort_excluded_allowlist": {
|
|
33019
|
+
"type": "boolean"
|
|
33020
|
+
},
|
|
33021
|
+
"cohort_excluded_test_account": {
|
|
33022
|
+
"type": "boolean"
|
|
33023
|
+
},
|
|
33024
|
+
"cohort_excluded_demo": {
|
|
33025
|
+
"type": "boolean"
|
|
33026
|
+
},
|
|
33027
|
+
"cohort_excluded_staff_role": {
|
|
33028
|
+
"type": "boolean"
|
|
33029
|
+
},
|
|
33030
|
+
"cohort_excluded_partner_role": {
|
|
33031
|
+
"type": "boolean"
|
|
33032
|
+
}
|
|
33033
|
+
}
|
|
33034
|
+
},
|
|
32909
33035
|
"organization_id": {
|
|
32910
33036
|
"anyOf": [
|
|
32911
33037
|
{
|
|
@@ -37676,6 +37802,8 @@
|
|
|
37676
37802
|
"display_annual_currency",
|
|
37677
37803
|
"display_monthly_price_cents",
|
|
37678
37804
|
"display_annual_price_cents",
|
|
37805
|
+
"display_extra_user_currency",
|
|
37806
|
+
"display_extra_user_price_cents",
|
|
37679
37807
|
"data_retention_days",
|
|
37680
37808
|
"sync_interval_minutes",
|
|
37681
37809
|
"max_free_campaigns",
|
|
@@ -37794,6 +37922,28 @@
|
|
|
37794
37922
|
"display_annual_price_cents": {
|
|
37795
37923
|
"type": "integer"
|
|
37796
37924
|
},
|
|
37925
|
+
"display_extra_user_currency": {
|
|
37926
|
+
"description": "Currency of display_extra_user_price_cents — the one an extra-user seat is actually charged in. Null when no extra-user Price exists for this plan in the resolved currency.",
|
|
37927
|
+
"anyOf": [
|
|
37928
|
+
{
|
|
37929
|
+
"type": "string"
|
|
37930
|
+
},
|
|
37931
|
+
{
|
|
37932
|
+
"type": "null"
|
|
37933
|
+
}
|
|
37934
|
+
]
|
|
37935
|
+
},
|
|
37936
|
+
"display_extra_user_price_cents": {
|
|
37937
|
+
"description": "Extra user seat price in integer minor units of display_extra_user_currency, from plan_stripe_price. Null when the plan sells no seat in the resolved currency.",
|
|
37938
|
+
"anyOf": [
|
|
37939
|
+
{
|
|
37940
|
+
"type": "integer"
|
|
37941
|
+
},
|
|
37942
|
+
{
|
|
37943
|
+
"type": "null"
|
|
37944
|
+
}
|
|
37945
|
+
]
|
|
37946
|
+
},
|
|
37797
37947
|
"data_retention_days": {
|
|
37798
37948
|
"anyOf": [
|
|
37799
37949
|
{
|
|
@@ -38016,7 +38166,7 @@
|
|
|
38016
38166
|
"type": "string"
|
|
38017
38167
|
},
|
|
38018
38168
|
"currency_source": {
|
|
38019
|
-
"description": "Which step of the chain produced `currency
|
|
38169
|
+
"description": "Which step of the chain produced `currency`, in order of strength. Returned so \"USD because they are American\" stays distinguishable from \"USD because we do not know\" — and so the UI can label the currency selector honestly. `subscription` also means LOCKED: Stripe fixes the customer currency at the first subscription (a €0 trial counts) and refuses prices in any other one, so the client hides the currency selector on that value.",
|
|
38020
38170
|
"anyOf": [
|
|
38021
38171
|
{
|
|
38022
38172
|
"type": "string",
|
|
@@ -38073,6 +38223,8 @@
|
|
|
38073
38223
|
"display_annual_currency",
|
|
38074
38224
|
"display_monthly_price_cents",
|
|
38075
38225
|
"display_annual_price_cents",
|
|
38226
|
+
"display_extra_user_currency",
|
|
38227
|
+
"display_extra_user_price_cents",
|
|
38076
38228
|
"data_retention_days",
|
|
38077
38229
|
"sync_interval_minutes",
|
|
38078
38230
|
"max_free_campaigns",
|
|
@@ -38191,6 +38343,28 @@
|
|
|
38191
38343
|
"display_annual_price_cents": {
|
|
38192
38344
|
"type": "integer"
|
|
38193
38345
|
},
|
|
38346
|
+
"display_extra_user_currency": {
|
|
38347
|
+
"description": "Currency of display_extra_user_price_cents — the one an extra-user seat is actually charged in. Null when no extra-user Price exists for this plan in the resolved currency.",
|
|
38348
|
+
"anyOf": [
|
|
38349
|
+
{
|
|
38350
|
+
"type": "string"
|
|
38351
|
+
},
|
|
38352
|
+
{
|
|
38353
|
+
"type": "null"
|
|
38354
|
+
}
|
|
38355
|
+
]
|
|
38356
|
+
},
|
|
38357
|
+
"display_extra_user_price_cents": {
|
|
38358
|
+
"description": "Extra user seat price in integer minor units of display_extra_user_currency, from plan_stripe_price. Null when the plan sells no seat in the resolved currency.",
|
|
38359
|
+
"anyOf": [
|
|
38360
|
+
{
|
|
38361
|
+
"type": "integer"
|
|
38362
|
+
},
|
|
38363
|
+
{
|
|
38364
|
+
"type": "null"
|
|
38365
|
+
}
|
|
38366
|
+
]
|
|
38367
|
+
},
|
|
38194
38368
|
"data_retention_days": {
|
|
38195
38369
|
"anyOf": [
|
|
38196
38370
|
{
|
|
@@ -39885,6 +40059,9 @@
|
|
|
39885
40059
|
},
|
|
39886
40060
|
"message": {
|
|
39887
40061
|
"type": "string"
|
|
40062
|
+
},
|
|
40063
|
+
"code": {
|
|
40064
|
+
"type": "string"
|
|
39888
40065
|
}
|
|
39889
40066
|
}
|
|
39890
40067
|
}
|
|
@@ -101263,7 +101440,8 @@
|
|
|
101263
101440
|
"packageKey",
|
|
101264
101441
|
"monthlyCapCents",
|
|
101265
101442
|
"spentCents",
|
|
101266
|
-
"lastStatus"
|
|
101443
|
+
"lastStatus",
|
|
101444
|
+
"armedCurrency"
|
|
101267
101445
|
],
|
|
101268
101446
|
"properties": {
|
|
101269
101447
|
"currency": {
|
|
@@ -101335,6 +101513,16 @@
|
|
|
101335
101513
|
"type": "null"
|
|
101336
101514
|
}
|
|
101337
101515
|
]
|
|
101516
|
+
},
|
|
101517
|
+
"armedCurrency": {
|
|
101518
|
+
"anyOf": [
|
|
101519
|
+
{
|
|
101520
|
+
"type": "string"
|
|
101521
|
+
},
|
|
101522
|
+
{
|
|
101523
|
+
"type": "null"
|
|
101524
|
+
}
|
|
101525
|
+
]
|
|
101338
101526
|
}
|
|
101339
101527
|
}
|
|
101340
101528
|
}
|
|
@@ -101466,7 +101654,8 @@
|
|
|
101466
101654
|
"packageKey",
|
|
101467
101655
|
"monthlyCapCents",
|
|
101468
101656
|
"spentCents",
|
|
101469
|
-
"lastStatus"
|
|
101657
|
+
"lastStatus",
|
|
101658
|
+
"armedCurrency"
|
|
101470
101659
|
],
|
|
101471
101660
|
"properties": {
|
|
101472
101661
|
"currency": {
|
|
@@ -101538,6 +101727,16 @@
|
|
|
101538
101727
|
"type": "null"
|
|
101539
101728
|
}
|
|
101540
101729
|
]
|
|
101730
|
+
},
|
|
101731
|
+
"armedCurrency": {
|
|
101732
|
+
"anyOf": [
|
|
101733
|
+
{
|
|
101734
|
+
"type": "string"
|
|
101735
|
+
},
|
|
101736
|
+
{
|
|
101737
|
+
"type": "null"
|
|
101738
|
+
}
|
|
101739
|
+
]
|
|
101541
101740
|
}
|
|
101542
101741
|
}
|
|
101543
101742
|
}
|