@gewis/sudosos-client 0.0.0-develop.bc0d8ef → 0.0.0-develop.c36a01f

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/api.d.ts +0 -12
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -6109,12 +6109,6 @@ export interface UpdateUserRequest {
6109
6109
  * @memberof UpdateUserRequest
6110
6110
  */
6111
6111
  'inactiveNotificationSend'?: boolean;
6112
- /**
6113
- * ISO date at which the account expires; pass null to clear
6114
- * @type {string}
6115
- * @memberof UpdateUserRequest
6116
- */
6117
- 'expiryDate'?: string | null;
6118
6112
  }
6119
6113
  /**
6120
6114
  * API Request for updating an existing `vat group` entity. Only mutable fields; the rate itself cannot change on an existing group.
@@ -6331,12 +6325,6 @@ export interface UserResponse {
6331
6325
  * @memberof UserResponse
6332
6326
  */
6333
6327
  'pos'?: BasePointOfSaleInfoResponse;
6334
- /**
6335
- * ISO date at which the account expires (null for accounts without expiry)
6336
- * @type {string}
6337
- * @memberof UserResponse
6338
- */
6339
- 'expiryDate'?: string | null;
6340
6328
  }
6341
6329
  /**
6342
6330
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gewis/sudosos-client",
3
- "version": "0.0.0-develop.bc0d8ef",
3
+ "version": "0.0.0-develop.c36a01f",
4
4
  "description": "Auto-generated TypeScript-Axios client for the SudoSOS API",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "main": "dist/index.js",