ts-mailcow-api 1.2.0 → 1.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -318,7 +318,7 @@ export interface BaseMailboxAttributes {
318
318
  /**
319
319
  * The authentication source for this mailbox.
320
320
  */
321
- authsource: 'mailcow' | 'ldap' | 'keycloack' | 'generic-oidc';
321
+ authsource: 'mailcow' | 'ldap' | 'keycloak' | 'generic-oidc';
322
322
  }
323
323
  /**
324
324
  * Mailbox creation request.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-mailcow-api",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "TypeScript wrapper for the mailcow API.",
5
5
  "scripts": {
6
6
  "test": "mocha -r ts-node/register --extensions ts \"test/**/*.test.ts\"",