@apia/util 4.0.31 → 4.0.32

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -740,6 +740,7 @@ type TApiaFilterOption = {
740
740
  name?: string;
741
741
  };
742
742
  type TApiaFilter = {
743
+ avoidLabel?: boolean;
743
744
  asAdditional?: boolean;
744
745
  column?: string;
745
746
  currentValue: TApiaFilterValue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apia/util",
3
- "version": "4.0.31",
3
+ "version": "4.0.32",
4
4
  "sideEffects": false,
5
5
  "author": "Alexis Leite <alexisleite@live.com>",
6
6
  "main": "dist/index.js",
@@ -42,7 +42,7 @@
42
42
  "typescript": "5.3.2",
43
43
  "xml2js": "^0.5.0"
44
44
  },
45
- "gitHead": "425c4e56d27b07e4e60d993ac35e610873b1a42f",
45
+ "gitHead": "eca64d3d15acd91a55b9a21891b623aeca1f4401",
46
46
  "repository": {
47
47
  "type": "git",
48
48
  "url": "http://corp-gitlab-01.domst.st.net/products/apia/ApiaNPMPackages.git",