shipmail 0.2.0 → 0.2.1
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -500,9 +500,9 @@ declare class Domains extends ApiResource {
|
|
|
500
500
|
|
|
501
501
|
declare const MAILBOX_IMPORT_STATUSES: readonly ["queued", "running", "paused_throttle", "paused_quota", "completed", "failed", "cancelled", "undo_queued", "undoing", "undone", "undo_failed"];
|
|
502
502
|
type MailboxImportStatus = (typeof MAILBOX_IMPORT_STATUSES)[number];
|
|
503
|
-
declare const MAILBOX_IMPORT_PROVIDERS: readonly ["gmail", "outlook", "yahoo", "aol", "icloud", "fastmail", "zoho", "imap", "takeout", "proton", "tuta", "file"];
|
|
503
|
+
declare const MAILBOX_IMPORT_PROVIDERS: readonly ["gmail", "outlook", "yahoo", "aol", "icloud", "fastmail", "zoho", "infomaniak", "ovh", "gandi", "imap", "takeout", "proton", "tuta", "file"];
|
|
504
504
|
type MailboxImportProvider = (typeof MAILBOX_IMPORT_PROVIDERS)[number];
|
|
505
|
-
declare const MAILBOX_IMPORT_IMAP_PROVIDERS: readonly ["gmail", "yahoo", "aol", "icloud", "fastmail", "zoho", "imap"];
|
|
505
|
+
declare const MAILBOX_IMPORT_IMAP_PROVIDERS: readonly ["gmail", "yahoo", "aol", "icloud", "fastmail", "zoho", "infomaniak", "ovh", "gandi", "imap"];
|
|
506
506
|
type MailboxImportImapProvider = (typeof MAILBOX_IMPORT_IMAP_PROVIDERS)[number];
|
|
507
507
|
declare const MAILBOX_IMPORT_FILE_PROVIDERS: readonly ["takeout", "proton", "tuta", "file"];
|
|
508
508
|
type MailboxImportFileProvider = (typeof MAILBOX_IMPORT_FILE_PROVIDERS)[number];
|
package/dist/index.d.ts
CHANGED
|
@@ -500,9 +500,9 @@ declare class Domains extends ApiResource {
|
|
|
500
500
|
|
|
501
501
|
declare const MAILBOX_IMPORT_STATUSES: readonly ["queued", "running", "paused_throttle", "paused_quota", "completed", "failed", "cancelled", "undo_queued", "undoing", "undone", "undo_failed"];
|
|
502
502
|
type MailboxImportStatus = (typeof MAILBOX_IMPORT_STATUSES)[number];
|
|
503
|
-
declare const MAILBOX_IMPORT_PROVIDERS: readonly ["gmail", "outlook", "yahoo", "aol", "icloud", "fastmail", "zoho", "imap", "takeout", "proton", "tuta", "file"];
|
|
503
|
+
declare const MAILBOX_IMPORT_PROVIDERS: readonly ["gmail", "outlook", "yahoo", "aol", "icloud", "fastmail", "zoho", "infomaniak", "ovh", "gandi", "imap", "takeout", "proton", "tuta", "file"];
|
|
504
504
|
type MailboxImportProvider = (typeof MAILBOX_IMPORT_PROVIDERS)[number];
|
|
505
|
-
declare const MAILBOX_IMPORT_IMAP_PROVIDERS: readonly ["gmail", "yahoo", "aol", "icloud", "fastmail", "zoho", "imap"];
|
|
505
|
+
declare const MAILBOX_IMPORT_IMAP_PROVIDERS: readonly ["gmail", "yahoo", "aol", "icloud", "fastmail", "zoho", "infomaniak", "ovh", "gandi", "imap"];
|
|
506
506
|
type MailboxImportImapProvider = (typeof MAILBOX_IMPORT_IMAP_PROVIDERS)[number];
|
|
507
507
|
declare const MAILBOX_IMPORT_FILE_PROVIDERS: readonly ["takeout", "proton", "tuta", "file"];
|
|
508
508
|
type MailboxImportFileProvider = (typeof MAILBOX_IMPORT_FILE_PROVIDERS)[number];
|
package/dist/index.js
CHANGED