@fixefy/fixefy-ui-utils 0.2.68 → 0.2.69

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.
@@ -35,6 +35,7 @@ export declare enum CONSTANT_TEXTS_APP {
35
35
  }
36
36
  export declare enum BUCKET_ADDRESS_NAME {
37
37
  EVIDENCE = "evidence",
38
+ SELLER_EVIDENCE = "seller-evidence",
38
39
  INVOICE = "inv-org",
39
40
  REF_TABLE = "reftbl-org",
40
41
  CREDIT_NOTE = "creditnote-org",
@@ -153,6 +153,7 @@ var CONSTANT_TEXTS_APP;
153
153
  var BUCKET_ADDRESS_NAME;
154
154
  (function(BUCKET_ADDRESS_NAME) {
155
155
  BUCKET_ADDRESS_NAME["EVIDENCE"] = "evidence";
156
+ BUCKET_ADDRESS_NAME["SELLER_EVIDENCE"] = "seller-evidence";
156
157
  BUCKET_ADDRESS_NAME["INVOICE"] = "inv-org";
157
158
  BUCKET_ADDRESS_NAME["REF_TABLE"] = "reftbl-org";
158
159
  BUCKET_ADDRESS_NAME["CREDIT_NOTE"] = "creditnote-org";
package/package.json CHANGED
@@ -68,5 +68,5 @@
68
68
  "require": "./dist/index.js"
69
69
  }
70
70
  },
71
- "version": "0.2.68"
71
+ "version": "0.2.69"
72
72
  }