@gewis/sudosos-client 0.0.0-develop.6710133 → 0.0.0-develop.6a00678
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 +12 -0
- package/package.json +2 -2
package/dist/api.d.ts
CHANGED
|
@@ -6517,6 +6517,12 @@ 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;
|
|
6520
6526
|
}
|
|
6521
6527
|
/**
|
|
6522
6528
|
* API Request for updating an existing `vat group` entity. Only mutable fields; the rate itself cannot change on an existing group.
|
|
@@ -6697,6 +6703,12 @@ export interface UserResponse {
|
|
|
6697
6703
|
* @memberof UserResponse
|
|
6698
6704
|
*/
|
|
6699
6705
|
'tosRequired'?: boolean;
|
|
6706
|
+
/**
|
|
6707
|
+
*
|
|
6708
|
+
* @type {TermsOfServiceStatus}
|
|
6709
|
+
* @memberof UserResponse
|
|
6710
|
+
*/
|
|
6711
|
+
'acceptedToS'?: TermsOfServiceStatus;
|
|
6700
6712
|
/**
|
|
6701
6713
|
* Whether data about this user can be used (non-anonymously) for more data science!
|
|
6702
6714
|
* @type {boolean}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gewis/sudosos-client",
|
|
3
|
-
"version": "0.0.0-develop.
|
|
3
|
+
"version": "0.0.0-develop.6a00678",
|
|
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",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"axios": "1.18.1"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@openapitools/openapi-generator-cli": "2.
|
|
22
|
+
"@openapitools/openapi-generator-cli": "2.40.1",
|
|
23
23
|
"typescript": "5.9.3"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|