@outlit/cli 1.3.0 → 1.3.1
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/dist/cli.js +3 -3
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -104,7 +104,7 @@ var package_default;
|
|
|
104
104
|
var init_package = __esm(() => {
|
|
105
105
|
package_default = {
|
|
106
106
|
name: "@outlit/cli",
|
|
107
|
-
version: "1.3.
|
|
107
|
+
version: "1.3.1",
|
|
108
108
|
description: "CLI for Outlit customer intelligence platform",
|
|
109
109
|
license: "Apache-2.0",
|
|
110
110
|
repository: {
|
|
@@ -2168,7 +2168,7 @@ var init_list = __esm(() => {
|
|
|
2168
2168
|
" outlit customers list --mrr-above 10000 --limit 50 # high-value at-risk",
|
|
2169
2169
|
" outlit customers list --json | jq '.items[].domain' # pipe-friendly",
|
|
2170
2170
|
"",
|
|
2171
|
-
"Billing statuses: NONE, TRIALING, PAYING, CHURNED",
|
|
2171
|
+
"Billing statuses: NONE, TRIALING, PAYING, PAST_DUE, CHURNED",
|
|
2172
2172
|
"Activity periods: 7d, 14d, 30d, 90d",
|
|
2173
2173
|
"",
|
|
2174
2174
|
AGENT_JSON_HINT
|
|
@@ -2183,7 +2183,7 @@ var init_list = __esm(() => {
|
|
|
2183
2183
|
...orderArgs,
|
|
2184
2184
|
"billing-status": {
|
|
2185
2185
|
type: "string",
|
|
2186
|
-
description: "Filter by billing status (NONE, TRIALING, PAYING, CHURNED)"
|
|
2186
|
+
description: "Filter by billing status (NONE, TRIALING, PAYING, PAST_DUE, CHURNED)"
|
|
2187
2187
|
},
|
|
2188
2188
|
"mrr-above": {
|
|
2189
2189
|
type: "string",
|