@flowio/api-internal-constants 4.18.74 → 4.18.75

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.
@@ -183,10 +183,12 @@ export declare enum BillingMetricKey {
183
183
  NEGATIVE_BALANCE_NUMBER_ACCOUNTS = "negative_balance_number_accounts",
184
184
  NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITH_ORDER_IN_PAST_30_DAYS = "negative_balance_number_accounts_with_order_in_past_30_days",
185
185
  NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITHOUT_ORDER_IN_PAST_30_DAYS = "negative_balance_number_accounts_without_order_in_past_30_days",
186
+ NEGATIVE_BALANCE_NUMBER_ACTIVE_ACCOUNTS_WITH_BALANCE_OVER_1000 = "negative_balance_number_active_accounts_with_balance_over_1000",
186
187
  NEGATIVE_BALANCE_TOTAL = "negative_balance_total",
187
188
  NEGATIVE_BALANCE_TOTAL_WITH_ORDER_IN_PAST_30_DAYS = "negative_balance_total_with_order_in_past_30_days",
188
189
  NEGATIVE_BALANCE_TOTAL_WITHOUT_ORDER_IN_PAST_30_DAYS = "negative_balance_total_without_order_in_past_30_days",
189
190
  NEGATIVE_BALANCE_SINGLE_ACCOUNT_MAX = "negative_balance_single_account_max",
191
+ NEGATIVE_BALANCE_SINGLE_ACTIVE_ACCOUNT_MAX = "negative_balance_single_active_account_max",
190
192
  NEGATIVE_BALANCE_FEE_TOTAL = "negative_balance_fee_total",
191
193
  ACCOUNTS_WITH_PAYMENT_HOLDS_COUNT = "accounts_with_payment_holds_count",
192
194
  ACCOUNTS_WITH_PAYMENT_HOLDS_PENDING_PAYMENT_PROMISE_COUNT = "accounts_with_payment_holds_pending_payment_promise_count",
@@ -203,10 +203,12 @@ var BillingMetricKey;
203
203
  BillingMetricKey["NEGATIVE_BALANCE_NUMBER_ACCOUNTS"] = "negative_balance_number_accounts";
204
204
  BillingMetricKey["NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITH_ORDER_IN_PAST_30_DAYS"] = "negative_balance_number_accounts_with_order_in_past_30_days";
205
205
  BillingMetricKey["NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITHOUT_ORDER_IN_PAST_30_DAYS"] = "negative_balance_number_accounts_without_order_in_past_30_days";
206
+ BillingMetricKey["NEGATIVE_BALANCE_NUMBER_ACTIVE_ACCOUNTS_WITH_BALANCE_OVER_1000"] = "negative_balance_number_active_accounts_with_balance_over_1000";
206
207
  BillingMetricKey["NEGATIVE_BALANCE_TOTAL"] = "negative_balance_total";
207
208
  BillingMetricKey["NEGATIVE_BALANCE_TOTAL_WITH_ORDER_IN_PAST_30_DAYS"] = "negative_balance_total_with_order_in_past_30_days";
208
209
  BillingMetricKey["NEGATIVE_BALANCE_TOTAL_WITHOUT_ORDER_IN_PAST_30_DAYS"] = "negative_balance_total_without_order_in_past_30_days";
209
210
  BillingMetricKey["NEGATIVE_BALANCE_SINGLE_ACCOUNT_MAX"] = "negative_balance_single_account_max";
211
+ BillingMetricKey["NEGATIVE_BALANCE_SINGLE_ACTIVE_ACCOUNT_MAX"] = "negative_balance_single_active_account_max";
210
212
  BillingMetricKey["NEGATIVE_BALANCE_FEE_TOTAL"] = "negative_balance_fee_total";
211
213
  BillingMetricKey["ACCOUNTS_WITH_PAYMENT_HOLDS_COUNT"] = "accounts_with_payment_holds_count";
212
214
  BillingMetricKey["ACCOUNTS_WITH_PAYMENT_HOLDS_PENDING_PAYMENT_PROMISE_COUNT"] = "accounts_with_payment_holds_pending_payment_promise_count";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-constants",
3
- "version": "4.18.74",
3
+ "version": "4.18.75",
4
4
  "description": "Definitions for enumerations found in internal Flow API",
5
5
  "keywords": [
6
6
  "flow",
@@ -24,5 +24,5 @@
24
24
  "generate": "apibuilder update",
25
25
  "postgenerate": "npm run format"
26
26
  },
27
- "gitHead": "25d6ba675365a3fb318abcc4bc935dd549089238"
27
+ "gitHead": "e2172791ebb0708545e2d68100656b52120f50e4"
28
28
  }
@@ -195,10 +195,12 @@ export enum BillingMetricKey {
195
195
  NEGATIVE_BALANCE_NUMBER_ACCOUNTS = 'negative_balance_number_accounts',
196
196
  NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITH_ORDER_IN_PAST_30_DAYS = 'negative_balance_number_accounts_with_order_in_past_30_days',
197
197
  NEGATIVE_BALANCE_NUMBER_ACCOUNTS_WITHOUT_ORDER_IN_PAST_30_DAYS = 'negative_balance_number_accounts_without_order_in_past_30_days',
198
+ NEGATIVE_BALANCE_NUMBER_ACTIVE_ACCOUNTS_WITH_BALANCE_OVER_1000 = 'negative_balance_number_active_accounts_with_balance_over_1000',
198
199
  NEGATIVE_BALANCE_TOTAL = 'negative_balance_total',
199
200
  NEGATIVE_BALANCE_TOTAL_WITH_ORDER_IN_PAST_30_DAYS = 'negative_balance_total_with_order_in_past_30_days',
200
201
  NEGATIVE_BALANCE_TOTAL_WITHOUT_ORDER_IN_PAST_30_DAYS = 'negative_balance_total_without_order_in_past_30_days',
201
202
  NEGATIVE_BALANCE_SINGLE_ACCOUNT_MAX = 'negative_balance_single_account_max',
203
+ NEGATIVE_BALANCE_SINGLE_ACTIVE_ACCOUNT_MAX = 'negative_balance_single_active_account_max',
202
204
  NEGATIVE_BALANCE_FEE_TOTAL = 'negative_balance_fee_total',
203
205
  ACCOUNTS_WITH_PAYMENT_HOLDS_COUNT = 'accounts_with_payment_holds_count',
204
206
  ACCOUNTS_WITH_PAYMENT_HOLDS_PENDING_PAYMENT_PROMISE_COUNT = 'accounts_with_payment_holds_pending_payment_promise_count',