@remit/domain-enums 0.0.1 → 0.0.2
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/enums.d.ts +14 -14
- package/enums.js +14 -14
- package/package.json +1 -1
package/enums.d.ts
CHANGED
|
@@ -303,11 +303,11 @@ export declare const ReferenceType: {
|
|
|
303
303
|
};
|
|
304
304
|
|
|
305
305
|
export declare const MessageSystemFlag: {
|
|
306
|
-
readonly "Seen": "
|
|
307
|
-
readonly "Answered": "
|
|
308
|
-
readonly "Flagged": "
|
|
309
|
-
readonly "Deleted": "
|
|
310
|
-
readonly "Draft": "
|
|
306
|
+
readonly "Seen": "\\Seen";
|
|
307
|
+
readonly "Answered": "\\Answered";
|
|
308
|
+
readonly "Flagged": "\\Flagged";
|
|
309
|
+
readonly "Deleted": "\\Deleted";
|
|
310
|
+
readonly "Draft": "\\Draft"
|
|
311
311
|
};
|
|
312
312
|
|
|
313
313
|
export declare const MessageKeywordFlag: {
|
|
@@ -319,15 +319,15 @@ export declare const MessageKeywordFlag: {
|
|
|
319
319
|
};
|
|
320
320
|
|
|
321
321
|
export declare const MailboxAttribute: {
|
|
322
|
-
readonly "NonExistent": "
|
|
323
|
-
readonly "NoInferiors": "
|
|
324
|
-
readonly "NoSelect": "
|
|
325
|
-
readonly "HasChildren": "
|
|
326
|
-
readonly "HasNoChildren": "
|
|
327
|
-
readonly "Marked": "
|
|
328
|
-
readonly "Unmarked": "
|
|
329
|
-
readonly "Subscribed": "
|
|
330
|
-
readonly "Remote": "
|
|
322
|
+
readonly "NonExistent": "\\NonExistent";
|
|
323
|
+
readonly "NoInferiors": "\\Noinferiors";
|
|
324
|
+
readonly "NoSelect": "\\Noselect";
|
|
325
|
+
readonly "HasChildren": "\\HasChildren";
|
|
326
|
+
readonly "HasNoChildren": "\\HasNoChildren";
|
|
327
|
+
readonly "Marked": "\\Marked";
|
|
328
|
+
readonly "Unmarked": "\\Unmarked";
|
|
329
|
+
readonly "Subscribed": "\\Subscribed";
|
|
330
|
+
readonly "Remote": "\\Remote"
|
|
331
331
|
};
|
|
332
332
|
|
|
333
333
|
export declare const StorageType: {
|
package/enums.js
CHANGED
|
@@ -303,11 +303,11 @@ export const ReferenceType = {
|
|
|
303
303
|
};
|
|
304
304
|
|
|
305
305
|
export const MessageSystemFlag = {
|
|
306
|
-
"Seen": "
|
|
307
|
-
"Answered": "
|
|
308
|
-
"Flagged": "
|
|
309
|
-
"Deleted": "
|
|
310
|
-
"Draft": "
|
|
306
|
+
"Seen": "\\Seen",
|
|
307
|
+
"Answered": "\\Answered",
|
|
308
|
+
"Flagged": "\\Flagged",
|
|
309
|
+
"Deleted": "\\Deleted",
|
|
310
|
+
"Draft": "\\Draft"
|
|
311
311
|
};
|
|
312
312
|
|
|
313
313
|
export const MessageKeywordFlag = {
|
|
@@ -319,15 +319,15 @@ export const MessageKeywordFlag = {
|
|
|
319
319
|
};
|
|
320
320
|
|
|
321
321
|
export const MailboxAttribute = {
|
|
322
|
-
"NonExistent": "
|
|
323
|
-
"NoInferiors": "
|
|
324
|
-
"NoSelect": "
|
|
325
|
-
"HasChildren": "
|
|
326
|
-
"HasNoChildren": "
|
|
327
|
-
"Marked": "
|
|
328
|
-
"Unmarked": "
|
|
329
|
-
"Subscribed": "
|
|
330
|
-
"Remote": "
|
|
322
|
+
"NonExistent": "\\NonExistent",
|
|
323
|
+
"NoInferiors": "\\Noinferiors",
|
|
324
|
+
"NoSelect": "\\Noselect",
|
|
325
|
+
"HasChildren": "\\HasChildren",
|
|
326
|
+
"HasNoChildren": "\\HasNoChildren",
|
|
327
|
+
"Marked": "\\Marked",
|
|
328
|
+
"Unmarked": "\\Unmarked",
|
|
329
|
+
"Subscribed": "\\Subscribed",
|
|
330
|
+
"Remote": "\\Remote"
|
|
331
331
|
};
|
|
332
332
|
|
|
333
333
|
export const StorageType = {
|