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.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
@@ -1259,7 +1259,7 @@ var Webhooks = class extends ApiResource {
1259
1259
  };
1260
1260
 
1261
1261
  // src/version.ts
1262
- var VERSION = "0.2.0";
1262
+ var VERSION = "0.2.1";
1263
1263
 
1264
1264
  // src/client.ts
1265
1265
  var DEFAULT_BASE_URL = "https://shipmail.to/api/v1";