@flowio/api-internal-constants 4.18.16 → 4.18.17

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.
@@ -1057,6 +1057,7 @@ export declare enum LabelCreationStatus {
1057
1057
  CANCELLED = "cancelled"
1058
1058
  }
1059
1059
  export declare enum LabelTransactionType {
1060
+ ADJUSTMENT = "adjustment",
1060
1061
  BILLABLE_LABEL = "billable_label",
1061
1062
  FEE = "fee",
1062
1063
  REVENUE_SHARE = "revenue_share"
@@ -1216,6 +1216,7 @@ var LabelCreationStatus;
1216
1216
  })(LabelCreationStatus = exports.LabelCreationStatus || (exports.LabelCreationStatus = {}));
1217
1217
  var LabelTransactionType;
1218
1218
  (function (LabelTransactionType) {
1219
+ LabelTransactionType["ADJUSTMENT"] = "adjustment";
1219
1220
  LabelTransactionType["BILLABLE_LABEL"] = "billable_label";
1220
1221
  LabelTransactionType["FEE"] = "fee";
1221
1222
  LabelTransactionType["REVENUE_SHARE"] = "revenue_share";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-constants",
3
- "version": "4.18.16",
3
+ "version": "4.18.17",
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": "2710854f614efa1b51bc3d826818b082d7a90a61"
27
+ "gitHead": "f36adbff1fb121a65bbe46dbfe6e0d9592e1901b"
28
28
  }
@@ -1208,6 +1208,7 @@ export enum LabelCreationStatus {
1208
1208
  }
1209
1209
 
1210
1210
  export enum LabelTransactionType {
1211
+ ADJUSTMENT = 'adjustment',
1211
1212
  BILLABLE_LABEL = 'billable_label',
1212
1213
  FEE = 'fee',
1213
1214
  REVENUE_SHARE = 'revenue_share',