@gewis/sudosos-client 0.0.0-develop.da7bb4b → 0.0.0-develop.dd2a25a
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/api.d.ts +0 -6
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -6517,12 +6517,6 @@ export interface UpdateUserRequest {
|
|
|
6517
6517
|
* @memberof UpdateUserRequest
|
|
6518
6518
|
*/
|
|
6519
6519
|
'expiryDate'?: string | null;
|
|
6520
|
-
/**
|
|
6521
|
-
* Whether organ members can manage this organ\'s products and containers without BAC/GEWIS PM. Only meaningful for organ users.
|
|
6522
|
-
* @type {boolean}
|
|
6523
|
-
* @memberof UpdateUserRequest
|
|
6524
|
-
*/
|
|
6525
|
-
'productSelfService'?: boolean;
|
|
6526
6520
|
}
|
|
6527
6521
|
/**
|
|
6528
6522
|
* API Request for updating an existing `vat group` entity. Only mutable fields; the rate itself cannot change on an existing group.
|
package/package.json
CHANGED