@flowio/api-internal-constants 4.18.13 → 4.18.14

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.
@@ -1058,7 +1058,8 @@ export declare enum LabelCreationStatus {
1058
1058
  }
1059
1059
  export declare enum LabelTransactionType {
1060
1060
  BILLABLE_LABEL = "billable_label",
1061
- FEE = "fee"
1061
+ FEE = "fee",
1062
+ REVENUE_SHARE = "revenue_share"
1062
1063
  }
1063
1064
  export declare enum LiabilityType {
1064
1065
  FULL_VALUE_TAX = "full_value_tax",
@@ -1218,6 +1218,7 @@ var LabelTransactionType;
1218
1218
  (function (LabelTransactionType) {
1219
1219
  LabelTransactionType["BILLABLE_LABEL"] = "billable_label";
1220
1220
  LabelTransactionType["FEE"] = "fee";
1221
+ LabelTransactionType["REVENUE_SHARE"] = "revenue_share";
1221
1222
  })(LabelTransactionType = exports.LabelTransactionType || (exports.LabelTransactionType = {}));
1222
1223
  var LiabilityType;
1223
1224
  (function (LiabilityType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-constants",
3
- "version": "4.18.13",
3
+ "version": "4.18.14",
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": "5e6ef8a81693add34f418c62ddd07ac7bfc2b360"
27
+ "gitHead": "864d87fe3c12ee52be8ba5f1e8867318d1bec420"
28
28
  }
@@ -1210,6 +1210,7 @@ export enum LabelCreationStatus {
1210
1210
  export enum LabelTransactionType {
1211
1211
  BILLABLE_LABEL = 'billable_label',
1212
1212
  FEE = 'fee',
1213
+ REVENUE_SHARE = 'revenue_share',
1213
1214
  }
1214
1215
 
1215
1216
  export enum LiabilityType {