ts-mailcow-api 1.1.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.
package/dist/types.d.ts CHANGED
@@ -315,6 +315,10 @@ export interface BaseMailboxAttributes {
315
315
  * The mailbox quota.
316
316
  */
317
317
  quota: number;
318
+ /**
319
+ * The authentication source for this mailbox.
320
+ */
321
+ authsource: 'mailcow' | 'ldap' | 'keycloak' | 'generic-oidc';
318
322
  }
319
323
  /**
320
324
  * Mailbox creation request.
package/dist/types.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":";;;AAi7CA;;GAEG;AACH,MAAa,gBAAiB,SAAQ,KAAK;CAK1C;AALD,4CAKC"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":";;;AAq7CA;;GAEG;AACH,MAAa,gBAAiB,SAAQ,KAAK;CAK1C;AALD,4CAKC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-mailcow-api",
3
- "version": "1.1.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\"",