@flowio/api-constants 2.13.62 → 2.13.63

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/api.d.ts CHANGED
@@ -1228,6 +1228,7 @@ export declare enum ProductRestrictionRule {
1228
1228
  OVERSIZED = "Oversized",
1229
1229
  RESTRICT_BY_DEFAULT = "Restrict by Default",
1230
1230
  SUPPLEMENTS = "Supplements",
1231
+ TATTOO_INK_AND_PMU = "Tattoo Ink And PMU",
1231
1232
  WEAPON = "Weapon",
1232
1233
  WOOD = "Wood"
1233
1234
  }
package/dist/api.js CHANGED
@@ -1387,6 +1387,7 @@ var ProductRestrictionRule;
1387
1387
  ProductRestrictionRule["OVERSIZED"] = "Oversized";
1388
1388
  ProductRestrictionRule["RESTRICT_BY_DEFAULT"] = "Restrict by Default";
1389
1389
  ProductRestrictionRule["SUPPLEMENTS"] = "Supplements";
1390
+ ProductRestrictionRule["TATTOO_INK_AND_PMU"] = "Tattoo Ink And PMU";
1390
1391
  ProductRestrictionRule["WEAPON"] = "Weapon";
1391
1392
  ProductRestrictionRule["WOOD"] = "Wood";
1392
1393
  })(ProductRestrictionRule = exports.ProductRestrictionRule || (exports.ProductRestrictionRule = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-constants",
3
- "version": "2.13.62",
3
+ "version": "2.13.63",
4
4
  "description": "Definitions for enumerations found in the Flow API",
5
5
  "keywords": [
6
6
  "flow",
@@ -26,5 +26,5 @@
26
26
  "postgenerate": "npm run format",
27
27
  "prepublish": "npm run clean && npm run build"
28
28
  },
29
- "gitHead": "f75564e8d259c34e55cd55031e0f18ad6abc6a96"
29
+ "gitHead": "0dd960b5d48f8ac9f314c8593a3597630199ba40"
30
30
  }
package/src/api.ts CHANGED
@@ -1379,6 +1379,7 @@ export enum ProductRestrictionRule {
1379
1379
  OVERSIZED = 'Oversized',
1380
1380
  RESTRICT_BY_DEFAULT = 'Restrict by Default',
1381
1381
  SUPPLEMENTS = 'Supplements',
1382
+ TATTOO_INK_AND_PMU = 'Tattoo Ink And PMU',
1382
1383
  WEAPON = 'Weapon',
1383
1384
  WOOD = 'Wood',
1384
1385
  }