@fixefy/fixefy-ui-utils 0.2.51 → 0.2.52

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.
@@ -24,3 +24,34 @@ export declare enum HEADERS {
24
24
  MERO = "mero",
25
25
  PRE_PROC = "pre-proc"
26
26
  }
27
+ export declare enum CONSTANT_TEXTS_APP {
28
+ NOT_RESULT_SEARCH = "Sorry, we couldn\u2019t find any results",
29
+ NO_ORIGINAL_DOCUMENT = "Sorry, there is no original document available for preview.",
30
+ NO_SUPPORTING_DOCUMENT = "Apologies, but there are no supporting documents available for preview for this invoice.",
31
+ INFO = "info",
32
+ INVOICE = "Invoice",
33
+ CHARGE = "Charge",
34
+ GO_BACK = "Go Back"
35
+ }
36
+ export declare enum BUCKET_ADDRESS_NAME {
37
+ EVIDENCE = "evidence",
38
+ INVOICE = "inv-org",
39
+ REF_TABLE = "reftbl-org",
40
+ CREDIT_NOTE = "creditnote-org",
41
+ REPORT = "reports",
42
+ REBILL = "inv-rebill"
43
+ }
44
+ export declare enum CONSTANT_TEXTS_ADMIN {
45
+ PROCESSING = "Processing ... ",
46
+ INFO = "info",
47
+ SUCCESS = "success",
48
+ ERROR = "error",
49
+ WE_DELETED_YOUR_DATA_SUCCESSFULLY = "We deleted your Data successfully because your last job was a miserable failure and a complete disgrace. At least we know how to do our job.",
50
+ FINALLY_SOMETHING_IS_MOVING_HERE = "Finally, something is moving here. We have executed your job now. A thank you would be nice.",
51
+ TABLE_CREATED = "Table Created, Great Success!!",
52
+ GREAT_SUCCESS = "Great Success!",
53
+ CANT_STOP_DOING_THOSE_ERRORS = "Can't stop doing those errors ah? shit!",
54
+ GREAT_FAILURE = "Great Failure - ze germanz are coming!",
55
+ NO_FILE_TYPE_FOUND = "No File Type Found",
56
+ INVALID_FILE_TYPE = "Unknown File Type"
57
+ }
@@ -9,6 +9,15 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
+ BUCKET_ADDRESS_NAME: function() {
13
+ return BUCKET_ADDRESS_NAME;
14
+ },
15
+ CONSTANT_TEXTS_ADMIN: function() {
16
+ return CONSTANT_TEXTS_ADMIN;
17
+ },
18
+ CONSTANT_TEXTS_APP: function() {
19
+ return CONSTANT_TEXTS_APP;
20
+ },
12
21
  ColumnInputTypes: function() {
13
22
  return ColumnInputTypes;
14
23
  },
@@ -131,3 +140,37 @@ var HEADERS;
131
140
  HEADERS["MERO"] = "mero";
132
141
  HEADERS["PRE_PROC"] = "pre-proc";
133
142
  })(HEADERS || (HEADERS = {}));
143
+ var CONSTANT_TEXTS_APP;
144
+ (function(CONSTANT_TEXTS_APP) {
145
+ CONSTANT_TEXTS_APP["NOT_RESULT_SEARCH"] = "Sorry, we couldn’t find any results";
146
+ CONSTANT_TEXTS_APP["NO_ORIGINAL_DOCUMENT"] = "Sorry, there is no original document available for preview.";
147
+ CONSTANT_TEXTS_APP["NO_SUPPORTING_DOCUMENT"] = "Apologies, but there are no supporting documents available for preview for this invoice.";
148
+ CONSTANT_TEXTS_APP["INFO"] = "info";
149
+ CONSTANT_TEXTS_APP["INVOICE"] = "Invoice";
150
+ CONSTANT_TEXTS_APP["CHARGE"] = "Charge";
151
+ CONSTANT_TEXTS_APP["GO_BACK"] = "Go Back";
152
+ })(CONSTANT_TEXTS_APP || (CONSTANT_TEXTS_APP = {}));
153
+ var BUCKET_ADDRESS_NAME;
154
+ (function(BUCKET_ADDRESS_NAME) {
155
+ BUCKET_ADDRESS_NAME["EVIDENCE"] = "evidence";
156
+ BUCKET_ADDRESS_NAME["INVOICE"] = "inv-org";
157
+ BUCKET_ADDRESS_NAME["REF_TABLE"] = "reftbl-org";
158
+ BUCKET_ADDRESS_NAME["CREDIT_NOTE"] = "creditnote-org";
159
+ BUCKET_ADDRESS_NAME["REPORT"] = "reports";
160
+ BUCKET_ADDRESS_NAME["REBILL"] = "inv-rebill";
161
+ })(BUCKET_ADDRESS_NAME || (BUCKET_ADDRESS_NAME = {}));
162
+ var CONSTANT_TEXTS_ADMIN;
163
+ (function(CONSTANT_TEXTS_ADMIN) {
164
+ CONSTANT_TEXTS_ADMIN["PROCESSING"] = "Processing ... ";
165
+ CONSTANT_TEXTS_ADMIN["INFO"] = "info";
166
+ CONSTANT_TEXTS_ADMIN["SUCCESS"] = "success";
167
+ CONSTANT_TEXTS_ADMIN["ERROR"] = "error";
168
+ CONSTANT_TEXTS_ADMIN["WE_DELETED_YOUR_DATA_SUCCESSFULLY"] = "We deleted your Data successfully because your last job was a miserable failure and a complete disgrace. At least we know how to do our job.";
169
+ CONSTANT_TEXTS_ADMIN["FINALLY_SOMETHING_IS_MOVING_HERE"] = "Finally, something is moving here. We have executed your job now. A thank you would be nice.";
170
+ CONSTANT_TEXTS_ADMIN["TABLE_CREATED"] = "Table Created, Great Success!!";
171
+ CONSTANT_TEXTS_ADMIN["GREAT_SUCCESS"] = "Great Success!";
172
+ CONSTANT_TEXTS_ADMIN["CANT_STOP_DOING_THOSE_ERRORS"] = "Can't stop doing those errors ah? shit!";
173
+ CONSTANT_TEXTS_ADMIN["GREAT_FAILURE"] = "Great Failure - ze germanz are coming!";
174
+ CONSTANT_TEXTS_ADMIN["NO_FILE_TYPE_FOUND"] = "No File Type Found";
175
+ CONSTANT_TEXTS_ADMIN["INVALID_FILE_TYPE"] = "Unknown File Type";
176
+ })(CONSTANT_TEXTS_ADMIN || (CONSTANT_TEXTS_ADMIN = {}));
package/package.json CHANGED
@@ -56,5 +56,5 @@
56
56
  "require": "./dist/index.js"
57
57
  }
58
58
  },
59
- "version": "0.2.51"
59
+ "version": "0.2.52"
60
60
  }