@remit/domain-enums 0.0.5 → 0.0.7
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 +20 -13
- package/enums.js +20 -13
- package/package.json +1 -1
package/enums.d.ts
CHANGED
|
@@ -188,7 +188,21 @@ export declare const FilterMatchOperator: {
|
|
|
188
188
|
export declare const FilterClauseField: {
|
|
189
189
|
readonly "From": "From";
|
|
190
190
|
readonly "Subject": "Subject";
|
|
191
|
-
readonly "HasWords": "HasWords"
|
|
191
|
+
readonly "HasWords": "HasWords";
|
|
192
|
+
readonly "ListId": "ListId";
|
|
193
|
+
readonly "FromDomain": "FromDomain"
|
|
194
|
+
};
|
|
195
|
+
|
|
196
|
+
export declare const LabelColor: {
|
|
197
|
+
readonly "Default": "Default";
|
|
198
|
+
readonly "Red": "Red";
|
|
199
|
+
readonly "Orange": "Orange";
|
|
200
|
+
readonly "Yellow": "Yellow";
|
|
201
|
+
readonly "Green": "Green";
|
|
202
|
+
readonly "Teal": "Teal";
|
|
203
|
+
readonly "Blue": "Blue";
|
|
204
|
+
readonly "Purple": "Purple";
|
|
205
|
+
readonly "Gray": "Gray"
|
|
192
206
|
};
|
|
193
207
|
|
|
194
208
|
export declare const OrganizeJobState: {
|
|
@@ -336,6 +350,11 @@ export declare const ReferenceType: {
|
|
|
336
350
|
readonly "References": "references"
|
|
337
351
|
};
|
|
338
352
|
|
|
353
|
+
export declare const LabelAction: {
|
|
354
|
+
readonly "Apply": "Apply";
|
|
355
|
+
readonly "Remove": "Remove"
|
|
356
|
+
};
|
|
357
|
+
|
|
339
358
|
export declare const MessageSystemFlag: {
|
|
340
359
|
readonly "Seen": "\\Seen";
|
|
341
360
|
readonly "Answered": "\\Answered";
|
|
@@ -392,18 +411,6 @@ export declare const AccountSettingName: {
|
|
|
392
411
|
readonly "MailboxRole": "MailboxRole"
|
|
393
412
|
};
|
|
394
413
|
|
|
395
|
-
export declare const LabelColor: {
|
|
396
|
-
readonly "Default": "Default";
|
|
397
|
-
readonly "Red": "Red";
|
|
398
|
-
readonly "Orange": "Orange";
|
|
399
|
-
readonly "Yellow": "Yellow";
|
|
400
|
-
readonly "Green": "Green";
|
|
401
|
-
readonly "Teal": "Teal";
|
|
402
|
-
readonly "Blue": "Blue";
|
|
403
|
-
readonly "Purple": "Purple";
|
|
404
|
-
readonly "Gray": "Gray"
|
|
405
|
-
};
|
|
406
|
-
|
|
407
414
|
export declare const MessagePlacementMoveState: {
|
|
408
415
|
readonly "pending": "pending";
|
|
409
416
|
readonly "queued": "queued";
|
package/enums.js
CHANGED
|
@@ -188,7 +188,21 @@ export const FilterMatchOperator = {
|
|
|
188
188
|
export const FilterClauseField = {
|
|
189
189
|
"From": "From",
|
|
190
190
|
"Subject": "Subject",
|
|
191
|
-
"HasWords": "HasWords"
|
|
191
|
+
"HasWords": "HasWords",
|
|
192
|
+
"ListId": "ListId",
|
|
193
|
+
"FromDomain": "FromDomain"
|
|
194
|
+
};
|
|
195
|
+
|
|
196
|
+
export const LabelColor = {
|
|
197
|
+
"Default": "Default",
|
|
198
|
+
"Red": "Red",
|
|
199
|
+
"Orange": "Orange",
|
|
200
|
+
"Yellow": "Yellow",
|
|
201
|
+
"Green": "Green",
|
|
202
|
+
"Teal": "Teal",
|
|
203
|
+
"Blue": "Blue",
|
|
204
|
+
"Purple": "Purple",
|
|
205
|
+
"Gray": "Gray"
|
|
192
206
|
};
|
|
193
207
|
|
|
194
208
|
export const OrganizeJobState = {
|
|
@@ -336,6 +350,11 @@ export const ReferenceType = {
|
|
|
336
350
|
"References": "references"
|
|
337
351
|
};
|
|
338
352
|
|
|
353
|
+
export const LabelAction = {
|
|
354
|
+
"Apply": "Apply",
|
|
355
|
+
"Remove": "Remove"
|
|
356
|
+
};
|
|
357
|
+
|
|
339
358
|
export const MessageSystemFlag = {
|
|
340
359
|
"Seen": "\\Seen",
|
|
341
360
|
"Answered": "\\Answered",
|
|
@@ -392,18 +411,6 @@ export const AccountSettingName = {
|
|
|
392
411
|
"MailboxRole": "MailboxRole"
|
|
393
412
|
};
|
|
394
413
|
|
|
395
|
-
export const LabelColor = {
|
|
396
|
-
"Default": "Default",
|
|
397
|
-
"Red": "Red",
|
|
398
|
-
"Orange": "Orange",
|
|
399
|
-
"Yellow": "Yellow",
|
|
400
|
-
"Green": "Green",
|
|
401
|
-
"Teal": "Teal",
|
|
402
|
-
"Blue": "Blue",
|
|
403
|
-
"Purple": "Purple",
|
|
404
|
-
"Gray": "Gray"
|
|
405
|
-
};
|
|
406
|
-
|
|
407
414
|
export const MessagePlacementMoveState = {
|
|
408
415
|
"pending": "pending",
|
|
409
416
|
"queued": "queued",
|