@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.
package/dist/constants/index.js
CHANGED
|
@@ -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