@opencloud-eu/web-client 3.2.0 → 4.1.0

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 (43) hide show
  1. package/dist/functions-CKtvRiMa.cjs +1 -0
  2. package/dist/functions-aGu-ugzD.js +1188 -0
  3. package/dist/index-BIL0cW_q.js +1755 -0
  4. package/dist/index-Bc1xE_gW.cjs +16 -0
  5. package/dist/index-BtN57j2H.cjs +1 -0
  6. package/dist/index-DAa_DzDf.cjs +6 -0
  7. package/dist/index-DRZfsp9q.js +686 -0
  8. package/dist/{index-DxUgq3ag.js → index-DZvghmpY.js} +1937 -1953
  9. package/dist/{index-C6VnMvgz.cjs → index-D_NPkUGY.cjs} +1 -1
  10. package/dist/{index-Pl8khka8.js → index-JHVTaNRI.js} +2 -2
  11. package/dist/src/graph/driveItems/types.d.ts +6 -2
  12. package/dist/src/graph/drives/types.d.ts +0 -3
  13. package/dist/src/graph/generated/api.d.ts +120 -98
  14. package/dist/src/helpers/resource/types.d.ts +1 -1
  15. package/dist/src/helpers/share/constants.d.ts +0 -1
  16. package/dist/src/helpers/share/types.d.ts +1 -1
  17. package/dist/src/helpers/space/functions.d.ts +2 -1
  18. package/dist/src/ocs/capabilities.d.ts +2 -0
  19. package/dist/src/webdav/constants/dav.d.ts +1 -0
  20. package/dist/src/webdav/types.d.ts +1 -1
  21. package/dist/toString-CgHWCW2N.cjs +1 -0
  22. package/dist/{toString-Cn0xCZ28.js → toString-XlfBosfh.js} +4 -4
  23. package/dist/web-client/graph/generated.cjs +1 -1
  24. package/dist/web-client/graph/generated.js +1984 -2066
  25. package/dist/web-client/graph.cjs +1 -1
  26. package/dist/web-client/graph.js +1 -1
  27. package/dist/web-client/ocs.cjs +12 -12
  28. package/dist/web-client/ocs.js +1889 -1857
  29. package/dist/web-client/sse.cjs +2 -2
  30. package/dist/web-client/sse.js +95 -105
  31. package/dist/web-client/webdav.cjs +1 -1
  32. package/dist/web-client/webdav.js +3 -3
  33. package/dist/web-client.cjs +1 -1
  34. package/dist/web-client.js +83 -82
  35. package/package.json +2 -2
  36. package/dist/functions-CYOnwClV.js +0 -1178
  37. package/dist/functions-DEaUzlbB.cjs +0 -1
  38. package/dist/index-B3tdq56F.cjs +0 -16
  39. package/dist/index-BTGj2rHD.js +0 -1705
  40. package/dist/index-C-U4KVPG.cjs +0 -6
  41. package/dist/index-D3QfKFAH.cjs +0 -1
  42. package/dist/index-oCdLZPEA.js +0 -699
  43. package/dist/toString-hHr716Th.cjs +0 -1
@@ -2705,7 +2705,7 @@ export declare class ActivitiesApi extends BaseAPI {
2705
2705
  * @throws {RequiredError}
2706
2706
  * @memberof ActivitiesApi
2707
2707
  */
2708
- getActivities(kql?: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfActivities, any>>;
2708
+ getActivities(kql?: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfActivities, any, {}>>;
2709
2709
  }
2710
2710
  /**
2711
2711
  * ApplicationsApi - axios parameter creator
@@ -2785,7 +2785,7 @@ export declare class ApplicationsApi extends BaseAPI {
2785
2785
  * @throws {RequiredError}
2786
2786
  * @memberof ApplicationsApi
2787
2787
  */
2788
- getApplication(applicationId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Application, any>>;
2788
+ getApplication(applicationId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Application, any, {}>>;
2789
2789
  /**
2790
2790
  *
2791
2791
  * @summary Get all applications
@@ -2793,7 +2793,7 @@ export declare class ApplicationsApi extends BaseAPI {
2793
2793
  * @throws {RequiredError}
2794
2794
  * @memberof ApplicationsApi
2795
2795
  */
2796
- listApplications(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfApplications, any>>;
2796
+ listApplications(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfApplications, any, {}>>;
2797
2797
  }
2798
2798
  /**
2799
2799
  * DriveItemApi - axios parameter creator
@@ -2913,7 +2913,7 @@ export declare class DriveItemApi extends BaseAPI {
2913
2913
  * @throws {RequiredError}
2914
2914
  * @memberof DriveItemApi
2915
2915
  */
2916
- deleteDriveItem(driveId: string, itemId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
2916
+ deleteDriveItem(driveId: string, itemId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
2917
2917
  /**
2918
2918
  * Get a DriveItem by using its ID.
2919
2919
  * @summary Get a DriveItem.
@@ -2923,7 +2923,7 @@ export declare class DriveItemApi extends BaseAPI {
2923
2923
  * @throws {RequiredError}
2924
2924
  * @memberof DriveItemApi
2925
2925
  */
2926
- getDriveItem(driveId: string, itemId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DriveItem, any>>;
2926
+ getDriveItem(driveId: string, itemId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DriveItem, any, {}>>;
2927
2927
  /**
2928
2928
  * Update a DriveItem. The request body must include a JSON object with the properties to update. Only the properties that are provided will be updated. Currently it supports updating the following properties: * `@UI.Hidden` - Hides the item from the UI.
2929
2929
  * @summary Update a DriveItem.
@@ -2934,7 +2934,7 @@ export declare class DriveItemApi extends BaseAPI {
2934
2934
  * @throws {RequiredError}
2935
2935
  * @memberof DriveItemApi
2936
2936
  */
2937
- updateDriveItem(driveId: string, itemId: string, driveItem: DriveItem, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DriveItem, any>>;
2937
+ updateDriveItem(driveId: string, itemId: string, driveItem: DriveItem, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DriveItem, any, {}>>;
2938
2938
  }
2939
2939
  /**
2940
2940
  * DrivesApi - axios parameter creator
@@ -3074,7 +3074,7 @@ export declare class DrivesApi extends BaseAPI {
3074
3074
  * @throws {RequiredError}
3075
3075
  * @memberof DrivesApi
3076
3076
  */
3077
- createDrive(drive: Drive, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Drive, any>>;
3077
+ createDrive(drive: Drive, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Drive, any, {}>>;
3078
3078
  /**
3079
3079
  *
3080
3080
  * @summary Delete a specific space
@@ -3084,7 +3084,7 @@ export declare class DrivesApi extends BaseAPI {
3084
3084
  * @throws {RequiredError}
3085
3085
  * @memberof DrivesApi
3086
3086
  */
3087
- deleteDrive(driveId: string, ifMatch?: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
3087
+ deleteDrive(driveId: string, ifMatch?: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
3088
3088
  /**
3089
3089
  *
3090
3090
  * @summary Get drive by id
@@ -3094,7 +3094,7 @@ export declare class DrivesApi extends BaseAPI {
3094
3094
  * @throws {RequiredError}
3095
3095
  * @memberof DrivesApi
3096
3096
  */
3097
- getDrive(driveId: string, $select?: Set<GetDriveSelectEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Drive, any>>;
3097
+ getDrive(driveId: string, $select?: Set<GetDriveSelectEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Drive, any, {}>>;
3098
3098
  /**
3099
3099
  *
3100
3100
  * @summary Update the drive
@@ -3104,7 +3104,7 @@ export declare class DrivesApi extends BaseAPI {
3104
3104
  * @throws {RequiredError}
3105
3105
  * @memberof DrivesApi
3106
3106
  */
3107
- updateDrive(driveId: string, driveUpdate: DriveUpdate, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Drive, any>>;
3107
+ updateDrive(driveId: string, driveUpdate: DriveUpdate, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Drive, any, {}>>;
3108
3108
  }
3109
3109
  /**
3110
3110
  * @export
@@ -3207,7 +3207,7 @@ export declare class DrivesGetDrivesApi extends BaseAPI {
3207
3207
  * @throws {RequiredError}
3208
3208
  * @memberof DrivesGetDrivesApi
3209
3209
  */
3210
- listAllDrives($orderby?: string, $filter?: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfDrives1, any>>;
3210
+ listAllDrives($orderby?: string, $filter?: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfDrives1, any, {}>>;
3211
3211
  /**
3212
3212
  *
3213
3213
  * @summary Alias for \'/v1.0/drives\', the difference is that grantedtoV2 is used and roles contain unified roles instead of cs3 roles
@@ -3219,7 +3219,7 @@ export declare class DrivesGetDrivesApi extends BaseAPI {
3219
3219
  * @throws {RequiredError}
3220
3220
  * @memberof DrivesGetDrivesApi
3221
3221
  */
3222
- listAllDrivesBeta($orderby?: string, $filter?: string, $expand?: string, $select?: Set<ListAllDrivesBetaSelectEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfDrives1, any>>;
3222
+ listAllDrivesBeta($orderby?: string, $filter?: string, $expand?: string, $select?: Set<ListAllDrivesBetaSelectEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfDrives1, any, {}>>;
3223
3223
  }
3224
3224
  /**
3225
3225
  * @export
@@ -3488,7 +3488,7 @@ export declare class DrivesPermissionsApi extends BaseAPI {
3488
3488
  * @throws {RequiredError}
3489
3489
  * @memberof DrivesPermissionsApi
3490
3490
  */
3491
- createLink(driveId: string, itemId: string, driveItemCreateLink?: DriveItemCreateLink, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Permission, any>>;
3491
+ createLink(driveId: string, itemId: string, driveItemCreateLink?: DriveItemCreateLink, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Permission, any, {}>>;
3492
3492
  /**
3493
3493
  * Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted. The `inheritedFrom` property must be `null`.
3494
3494
  * @summary Remove access to a DriveItem
@@ -3499,7 +3499,7 @@ export declare class DrivesPermissionsApi extends BaseAPI {
3499
3499
  * @throws {RequiredError}
3500
3500
  * @memberof DrivesPermissionsApi
3501
3501
  */
3502
- deletePermission(driveId: string, itemId: string, permId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
3502
+ deletePermission(driveId: string, itemId: string, permId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
3503
3503
  /**
3504
3504
  * Return the effective sharing permission for a particular permission resource.
3505
3505
  * @summary Get sharing permission for a file or folder
@@ -3510,7 +3510,7 @@ export declare class DrivesPermissionsApi extends BaseAPI {
3510
3510
  * @throws {RequiredError}
3511
3511
  * @memberof DrivesPermissionsApi
3512
3512
  */
3513
- getPermission(driveId: string, itemId: string, permId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Permission, any>>;
3513
+ getPermission(driveId: string, itemId: string, permId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Permission, any, {}>>;
3514
3514
  /**
3515
3515
  * Sends a sharing invitation for a `driveItem`. A sharing invitation provides permissions to the recipients and optionally sends them an email with a sharing link. The response will be a permission object with the grantedToV2 property containing the created grant details. ## Roles property values For now, roles are only identified by a uuid. There are no hardcoded aliases like `read` or `write` because role actions can be completely customized.
3516
3516
  * @summary Send a sharing invitation
@@ -3521,7 +3521,7 @@ export declare class DrivesPermissionsApi extends BaseAPI {
3521
3521
  * @throws {RequiredError}
3522
3522
  * @memberof DrivesPermissionsApi
3523
3523
  */
3524
- invite(driveId: string, itemId: string, driveItemInvite?: DriveItemInvite, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfPermissions, any>>;
3524
+ invite(driveId: string, itemId: string, driveItemInvite?: DriveItemInvite, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfPermissions, any, {}>>;
3525
3525
  /**
3526
3526
  * The permissions collection includes potentially sensitive information and may not be available for every caller. * For the owner of the item, all sharing permissions will be returned. This includes co-owners. * For a non-owner caller, only the sharing permissions that apply to the caller are returned. * Sharing permission properties that contain secrets (e.g. `webUrl`) are only returned for callers that are able to create the sharing permission. All permission objects have an `id`. A permission representing * a link has the `link` facet filled with details. * a share has the `roles` property set and the `grantedToV2` property filled with the grant recipient details.
3527
3527
  * @summary List the effective sharing permissions on a driveItem.
@@ -3535,7 +3535,7 @@ export declare class DrivesPermissionsApi extends BaseAPI {
3535
3535
  * @throws {RequiredError}
3536
3536
  * @memberof DrivesPermissionsApi
3537
3537
  */
3538
- listPermissions(driveId: string, itemId: string, $filter?: string, $select?: Set<ListPermissionsSelectEnum>, $count?: boolean, $top?: number, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfPermissionsWithAllowedValues, any>>;
3538
+ listPermissions(driveId: string, itemId: string, $filter?: string, $select?: Set<ListPermissionsSelectEnum>, $count?: boolean, $top?: number, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfPermissionsWithAllowedValues, any, {}>>;
3539
3539
  /**
3540
3540
  * Set the password of a sharing permission. Only the `password` property can be modified this way.
3541
3541
  * @summary Set sharing link password
@@ -3547,7 +3547,7 @@ export declare class DrivesPermissionsApi extends BaseAPI {
3547
3547
  * @throws {RequiredError}
3548
3548
  * @memberof DrivesPermissionsApi
3549
3549
  */
3550
- setPermissionPassword(driveId: string, itemId: string, permId: string, sharingLinkPassword: SharingLinkPassword, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Permission, any>>;
3550
+ setPermissionPassword(driveId: string, itemId: string, permId: string, sharingLinkPassword: SharingLinkPassword, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Permission, any, {}>>;
3551
3551
  /**
3552
3552
  * Update the properties of a sharing permission by patching the permission resource. Only the `roles`, `expirationDateTime` and `password` properties can be modified this way.
3553
3553
  * @summary Update sharing permission
@@ -3559,7 +3559,7 @@ export declare class DrivesPermissionsApi extends BaseAPI {
3559
3559
  * @throws {RequiredError}
3560
3560
  * @memberof DrivesPermissionsApi
3561
3561
  */
3562
- updatePermission(driveId: string, itemId: string, permId: string, permission: Permission, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Permission, any>>;
3562
+ updatePermission(driveId: string, itemId: string, permId: string, permission: Permission, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Permission, any, {}>>;
3563
3563
  }
3564
3564
  /**
3565
3565
  * @export
@@ -3859,7 +3859,7 @@ export declare class DrivesRootApi extends BaseAPI {
3859
3859
  * @throws {RequiredError}
3860
3860
  * @memberof DrivesRootApi
3861
3861
  */
3862
- createDriveItem(driveId: string, driveItem?: DriveItem, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DriveItem, any>>;
3862
+ createDriveItem(driveId: string, driveItem?: DriveItem, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DriveItem, any, {}>>;
3863
3863
  /**
3864
3864
  * You can use the createLink action to share a driveItem via a sharing link. The response will be a permission object with the link facet containing the created link details. ## Link types For now, The following values are allowed for the type parameter. | Value | Display name | Description | | -------------- | ----------------- | --------------------------------------------------------------- | | view | View | Creates a read-only link to the driveItem. | | upload | Upload | Creates a read-write link to the folder driveItem. | | edit | Edit | Creates a read-write link to the driveItem. | | createOnly | File Drop | Creates an upload-only link to the folder driveItem. | | blocksDownload | Secure View | Creates a read-only link that blocks download to the driveItem. |
3865
3865
  * @summary Create a sharing link for the root item of a Drive
@@ -3869,7 +3869,7 @@ export declare class DrivesRootApi extends BaseAPI {
3869
3869
  * @throws {RequiredError}
3870
3870
  * @memberof DrivesRootApi
3871
3871
  */
3872
- createLinkSpaceRoot(driveId: string, driveItemCreateLink?: DriveItemCreateLink, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Permission, any>>;
3872
+ createLinkSpaceRoot(driveId: string, driveItemCreateLink?: DriveItemCreateLink, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Permission, any, {}>>;
3873
3873
  /**
3874
3874
  * Remove access to the root item of a drive. Only sharing permissions that are not inherited can be deleted. The `inheritedFrom` property must be `null`.
3875
3875
  * @summary Remove access to a Drive
@@ -3879,7 +3879,7 @@ export declare class DrivesRootApi extends BaseAPI {
3879
3879
  * @throws {RequiredError}
3880
3880
  * @memberof DrivesRootApi
3881
3881
  */
3882
- deletePermissionSpaceRoot(driveId: string, permId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
3882
+ deletePermissionSpaceRoot(driveId: string, permId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
3883
3883
  /**
3884
3884
  * Return the effective sharing permission for a particular permission resource.
3885
3885
  * @summary Get a single sharing permission for the root item of a drive
@@ -3889,7 +3889,7 @@ export declare class DrivesRootApi extends BaseAPI {
3889
3889
  * @throws {RequiredError}
3890
3890
  * @memberof DrivesRootApi
3891
3891
  */
3892
- getPermissionSpaceRoot(driveId: string, permId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Permission, any>>;
3892
+ getPermissionSpaceRoot(driveId: string, permId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Permission, any, {}>>;
3893
3893
  /**
3894
3894
  *
3895
3895
  * @summary Get root from arbitrary space
@@ -3898,7 +3898,7 @@ export declare class DrivesRootApi extends BaseAPI {
3898
3898
  * @throws {RequiredError}
3899
3899
  * @memberof DrivesRootApi
3900
3900
  */
3901
- getRoot(driveId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DriveItem, any>>;
3901
+ getRoot(driveId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DriveItem, any, {}>>;
3902
3902
  /**
3903
3903
  * Sends a sharing invitation for the root of a `drive`. A sharing invitation provides permissions to the recipients and optionally sends them an email with a sharing link. The response will be a permission object with the grantedToV2 property containing the created grant details. ## Roles property values For now, roles are only identified by a uuid. There are no hardcoded aliases like `read` or `write` because role actions can be completely customized.
3904
3904
  * @summary Send a sharing invitation
@@ -3908,7 +3908,7 @@ export declare class DrivesRootApi extends BaseAPI {
3908
3908
  * @throws {RequiredError}
3909
3909
  * @memberof DrivesRootApi
3910
3910
  */
3911
- inviteSpaceRoot(driveId: string, driveItemInvite?: DriveItemInvite, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfPermissions, any>>;
3911
+ inviteSpaceRoot(driveId: string, driveItemInvite?: DriveItemInvite, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfPermissions, any, {}>>;
3912
3912
  /**
3913
3913
  * The permissions collection includes potentially sensitive information and may not be available for every caller. * For the owner of the item, all sharing permissions will be returned. This includes co-owners. * For a non-owner caller, only the sharing permissions that apply to the caller are returned. * Sharing permission properties that contain secrets (e.g. `webUrl`) are only returned for callers that are able to create the sharing permission. All permission objects have an `id`. A permission representing * a link has the `link` facet filled with details. * a share has the `roles` property set and the `grantedToV2` property filled with the grant recipient details.
3914
3914
  * @summary List the effective permissions on the root item of a drive.
@@ -3921,7 +3921,7 @@ export declare class DrivesRootApi extends BaseAPI {
3921
3921
  * @throws {RequiredError}
3922
3922
  * @memberof DrivesRootApi
3923
3923
  */
3924
- listPermissionsSpaceRoot(driveId: string, $filter?: string, $select?: Set<ListPermissionsSpaceRootSelectEnum>, $count?: boolean, $top?: number, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfPermissionsWithAllowedValues, any>>;
3924
+ listPermissionsSpaceRoot(driveId: string, $filter?: string, $select?: Set<ListPermissionsSpaceRootSelectEnum>, $count?: boolean, $top?: number, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfPermissionsWithAllowedValues, any, {}>>;
3925
3925
  /**
3926
3926
  * Set the password of a sharing permission. Only the `password` property can be modified this way.
3927
3927
  * @summary Set sharing link password for the root item of a drive
@@ -3932,7 +3932,7 @@ export declare class DrivesRootApi extends BaseAPI {
3932
3932
  * @throws {RequiredError}
3933
3933
  * @memberof DrivesRootApi
3934
3934
  */
3935
- setPermissionPasswordSpaceRoot(driveId: string, permId: string, sharingLinkPassword: SharingLinkPassword, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Permission, any>>;
3935
+ setPermissionPasswordSpaceRoot(driveId: string, permId: string, sharingLinkPassword: SharingLinkPassword, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Permission, any, {}>>;
3936
3936
  /**
3937
3937
  * Update the properties of a sharing permission by patching the permission resource. Only the `roles`, `expirationDateTime` and `password` properties can be modified this way.
3938
3938
  * @summary Update sharing permission
@@ -3943,7 +3943,7 @@ export declare class DrivesRootApi extends BaseAPI {
3943
3943
  * @throws {RequiredError}
3944
3944
  * @memberof DrivesRootApi
3945
3945
  */
3946
- updatePermissionSpaceRoot(driveId: string, permId: string, permission: Permission, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Permission, any>>;
3946
+ updatePermissionSpaceRoot(driveId: string, permId: string, permission: Permission, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Permission, any, {}>>;
3947
3947
  }
3948
3948
  /**
3949
3949
  * @export
@@ -4186,7 +4186,7 @@ export declare class EducationClassApi extends BaseAPI {
4186
4186
  * @throws {RequiredError}
4187
4187
  * @memberof EducationClassApi
4188
4188
  */
4189
- addUserToClass(classId: string, classMemberReference: ClassMemberReference, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
4189
+ addUserToClass(classId: string, classMemberReference: ClassMemberReference, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
4190
4190
  /**
4191
4191
  *
4192
4192
  * @summary Add new education class
@@ -4195,7 +4195,7 @@ export declare class EducationClassApi extends BaseAPI {
4195
4195
  * @throws {RequiredError}
4196
4196
  * @memberof EducationClassApi
4197
4197
  */
4198
- createClass(educationClass: EducationClass, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationClass, any>>;
4198
+ createClass(educationClass: EducationClass, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationClass, any, {}>>;
4199
4199
  /**
4200
4200
  *
4201
4201
  * @summary Delete education class
@@ -4204,7 +4204,7 @@ export declare class EducationClassApi extends BaseAPI {
4204
4204
  * @throws {RequiredError}
4205
4205
  * @memberof EducationClassApi
4206
4206
  */
4207
- deleteClass(classId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
4207
+ deleteClass(classId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
4208
4208
  /**
4209
4209
  *
4210
4210
  * @summary Unassign user from a class
@@ -4214,7 +4214,7 @@ export declare class EducationClassApi extends BaseAPI {
4214
4214
  * @throws {RequiredError}
4215
4215
  * @memberof EducationClassApi
4216
4216
  */
4217
- deleteUserFromClass(classId: string, userId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
4217
+ deleteUserFromClass(classId: string, userId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
4218
4218
  /**
4219
4219
  *
4220
4220
  * @summary Get class by key
@@ -4223,7 +4223,7 @@ export declare class EducationClassApi extends BaseAPI {
4223
4223
  * @throws {RequiredError}
4224
4224
  * @memberof EducationClassApi
4225
4225
  */
4226
- getClass(classId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationClass, any>>;
4226
+ getClass(classId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationClass, any, {}>>;
4227
4227
  /**
4228
4228
  *
4229
4229
  * @summary Get the educationClass resources owned by an educationSchool
@@ -4232,7 +4232,7 @@ export declare class EducationClassApi extends BaseAPI {
4232
4232
  * @throws {RequiredError}
4233
4233
  * @memberof EducationClassApi
4234
4234
  */
4235
- listClassMembers(classId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfEducationUser, any>>;
4235
+ listClassMembers(classId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfEducationUser, any, {}>>;
4236
4236
  /**
4237
4237
  *
4238
4238
  * @summary list education classes
@@ -4240,7 +4240,7 @@ export declare class EducationClassApi extends BaseAPI {
4240
4240
  * @throws {RequiredError}
4241
4241
  * @memberof EducationClassApi
4242
4242
  */
4243
- listClasses(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfClass, any>>;
4243
+ listClasses(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfClass, any, {}>>;
4244
4244
  /**
4245
4245
  *
4246
4246
  * @summary Update properties of a education class
@@ -4250,7 +4250,7 @@ export declare class EducationClassApi extends BaseAPI {
4250
4250
  * @throws {RequiredError}
4251
4251
  * @memberof EducationClassApi
4252
4252
  */
4253
- updateClass(classId: string, educationClass: EducationClass, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationClass, any>>;
4253
+ updateClass(classId: string, educationClass: EducationClass, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationClass, any, {}>>;
4254
4254
  }
4255
4255
  /**
4256
4256
  * EducationClassTeachersApi - axios parameter creator
@@ -4364,7 +4364,7 @@ export declare class EducationClassTeachersApi extends BaseAPI {
4364
4364
  * @throws {RequiredError}
4365
4365
  * @memberof EducationClassTeachersApi
4366
4366
  */
4367
- addTeacherToClass(classId: string, classTeacherReference: ClassTeacherReference, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
4367
+ addTeacherToClass(classId: string, classTeacherReference: ClassTeacherReference, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
4368
4368
  /**
4369
4369
  *
4370
4370
  * @summary Unassign user as teacher of a class
@@ -4374,7 +4374,7 @@ export declare class EducationClassTeachersApi extends BaseAPI {
4374
4374
  * @throws {RequiredError}
4375
4375
  * @memberof EducationClassTeachersApi
4376
4376
  */
4377
- deleteTeacherFromClass(classId: string, userId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
4377
+ deleteTeacherFromClass(classId: string, userId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
4378
4378
  /**
4379
4379
  *
4380
4380
  * @summary Get the teachers for a class
@@ -4383,7 +4383,7 @@ export declare class EducationClassTeachersApi extends BaseAPI {
4383
4383
  * @throws {RequiredError}
4384
4384
  * @memberof EducationClassTeachersApi
4385
4385
  */
4386
- getTeachers(classId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfEducationUser, any>>;
4386
+ getTeachers(classId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfEducationUser, any, {}>>;
4387
4387
  }
4388
4388
  /**
4389
4389
  * EducationSchoolApi - axios parameter creator
@@ -4695,7 +4695,7 @@ export declare class EducationSchoolApi extends BaseAPI {
4695
4695
  * @throws {RequiredError}
4696
4696
  * @memberof EducationSchoolApi
4697
4697
  */
4698
- addClassToSchool(schoolId: string, classReference: ClassReference, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
4698
+ addClassToSchool(schoolId: string, classReference: ClassReference, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
4699
4699
  /**
4700
4700
  *
4701
4701
  * @summary Assign a user to a school
@@ -4705,7 +4705,7 @@ export declare class EducationSchoolApi extends BaseAPI {
4705
4705
  * @throws {RequiredError}
4706
4706
  * @memberof EducationSchoolApi
4707
4707
  */
4708
- addUserToSchool(schoolId: string, educationUserReference: EducationUserReference, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
4708
+ addUserToSchool(schoolId: string, educationUserReference: EducationUserReference, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
4709
4709
  /**
4710
4710
  *
4711
4711
  * @summary Add new school
@@ -4714,7 +4714,7 @@ export declare class EducationSchoolApi extends BaseAPI {
4714
4714
  * @throws {RequiredError}
4715
4715
  * @memberof EducationSchoolApi
4716
4716
  */
4717
- createSchool(educationSchool: EducationSchool, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationSchool, any>>;
4717
+ createSchool(educationSchool: EducationSchool, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationSchool, any, {}>>;
4718
4718
  /**
4719
4719
  *
4720
4720
  * @summary Unassign class from a school
@@ -4724,7 +4724,7 @@ export declare class EducationSchoolApi extends BaseAPI {
4724
4724
  * @throws {RequiredError}
4725
4725
  * @memberof EducationSchoolApi
4726
4726
  */
4727
- deleteClassFromSchool(schoolId: string, classId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
4727
+ deleteClassFromSchool(schoolId: string, classId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
4728
4728
  /**
4729
4729
  * Deletes a school. A school can only be delete if it has the terminationDate property set. And if that termination Date is in the past.
4730
4730
  * @summary Delete school
@@ -4733,7 +4733,7 @@ export declare class EducationSchoolApi extends BaseAPI {
4733
4733
  * @throws {RequiredError}
4734
4734
  * @memberof EducationSchoolApi
4735
4735
  */
4736
- deleteSchool(schoolId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
4736
+ deleteSchool(schoolId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
4737
4737
  /**
4738
4738
  *
4739
4739
  * @summary Unassign user from a school
@@ -4743,7 +4743,7 @@ export declare class EducationSchoolApi extends BaseAPI {
4743
4743
  * @throws {RequiredError}
4744
4744
  * @memberof EducationSchoolApi
4745
4745
  */
4746
- deleteUserFromSchool(schoolId: string, userId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
4746
+ deleteUserFromSchool(schoolId: string, userId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
4747
4747
  /**
4748
4748
  *
4749
4749
  * @summary Get the properties of a specific school
@@ -4752,7 +4752,7 @@ export declare class EducationSchoolApi extends BaseAPI {
4752
4752
  * @throws {RequiredError}
4753
4753
  * @memberof EducationSchoolApi
4754
4754
  */
4755
- getSchool(schoolId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationSchool, any>>;
4755
+ getSchool(schoolId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationSchool, any, {}>>;
4756
4756
  /**
4757
4757
  *
4758
4758
  * @summary Get the educationClass resources owned by an educationSchool
@@ -4761,7 +4761,7 @@ export declare class EducationSchoolApi extends BaseAPI {
4761
4761
  * @throws {RequiredError}
4762
4762
  * @memberof EducationSchoolApi
4763
4763
  */
4764
- listSchoolClasses(schoolId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfEducationClass, any>>;
4764
+ listSchoolClasses(schoolId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfEducationClass, any, {}>>;
4765
4765
  /**
4766
4766
  *
4767
4767
  * @summary Get the educationUser resources associated with an educationSchool
@@ -4770,7 +4770,7 @@ export declare class EducationSchoolApi extends BaseAPI {
4770
4770
  * @throws {RequiredError}
4771
4771
  * @memberof EducationSchoolApi
4772
4772
  */
4773
- listSchoolUsers(schoolId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfEducationUser, any>>;
4773
+ listSchoolUsers(schoolId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfEducationUser, any, {}>>;
4774
4774
  /**
4775
4775
  *
4776
4776
  * @summary Get a list of schools and their properties
@@ -4778,7 +4778,7 @@ export declare class EducationSchoolApi extends BaseAPI {
4778
4778
  * @throws {RequiredError}
4779
4779
  * @memberof EducationSchoolApi
4780
4780
  */
4781
- listSchools(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfSchools, any>>;
4781
+ listSchools(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfSchools, any, {}>>;
4782
4782
  /**
4783
4783
  *
4784
4784
  * @summary Update properties of a school
@@ -4788,7 +4788,7 @@ export declare class EducationSchoolApi extends BaseAPI {
4788
4788
  * @throws {RequiredError}
4789
4789
  * @memberof EducationSchoolApi
4790
4790
  */
4791
- updateSchool(schoolId: string, educationSchool: EducationSchool, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationSchool, any>>;
4791
+ updateSchool(schoolId: string, educationSchool: EducationSchool, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationSchool, any, {}>>;
4792
4792
  }
4793
4793
  /**
4794
4794
  * EducationUserApi - axios parameter creator
@@ -4952,7 +4952,7 @@ export declare class EducationUserApi extends BaseAPI {
4952
4952
  * @throws {RequiredError}
4953
4953
  * @memberof EducationUserApi
4954
4954
  */
4955
- createEducationUser(educationUser: EducationUser, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationUser, any>>;
4955
+ createEducationUser(educationUser: EducationUser, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationUser, any, {}>>;
4956
4956
  /**
4957
4957
  *
4958
4958
  * @summary Delete educationUser
@@ -4961,7 +4961,7 @@ export declare class EducationUserApi extends BaseAPI {
4961
4961
  * @throws {RequiredError}
4962
4962
  * @memberof EducationUserApi
4963
4963
  */
4964
- deleteEducationUser(userId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
4964
+ deleteEducationUser(userId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
4965
4965
  /**
4966
4966
  *
4967
4967
  * @summary Get properties of educationUser
@@ -4971,7 +4971,7 @@ export declare class EducationUserApi extends BaseAPI {
4971
4971
  * @throws {RequiredError}
4972
4972
  * @memberof EducationUserApi
4973
4973
  */
4974
- getEducationUser(userId: string, $expand?: Set<GetEducationUserExpandEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationUser, any>>;
4974
+ getEducationUser(userId: string, $expand?: Set<GetEducationUserExpandEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationUser, any, {}>>;
4975
4975
  /**
4976
4976
  *
4977
4977
  * @summary Get entities from education users
@@ -4981,7 +4981,7 @@ export declare class EducationUserApi extends BaseAPI {
4981
4981
  * @throws {RequiredError}
4982
4982
  * @memberof EducationUserApi
4983
4983
  */
4984
- listEducationUsers($orderby?: Set<ListEducationUsersOrderbyEnum>, $expand?: Set<ListEducationUsersExpandEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfEducationUser, any>>;
4984
+ listEducationUsers($orderby?: Set<ListEducationUsersOrderbyEnum>, $expand?: Set<ListEducationUsersExpandEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfEducationUser, any, {}>>;
4985
4985
  /**
4986
4986
  *
4987
4987
  * @summary Update properties of educationUser
@@ -4991,7 +4991,7 @@ export declare class EducationUserApi extends BaseAPI {
4991
4991
  * @throws {RequiredError}
4992
4992
  * @memberof EducationUserApi
4993
4993
  */
4994
- updateEducationUser(userId: string, educationUser: EducationUser, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationUser, any>>;
4994
+ updateEducationUser(userId: string, educationUser: EducationUser, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<EducationUser, any, {}>>;
4995
4995
  }
4996
4996
  /**
4997
4997
  * @export
@@ -5218,7 +5218,7 @@ export declare class GroupApi extends BaseAPI {
5218
5218
  * @throws {RequiredError}
5219
5219
  * @memberof GroupApi
5220
5220
  */
5221
- addMember(groupId: string, memberReference: MemberReference, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
5221
+ addMember(groupId: string, memberReference: MemberReference, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
5222
5222
  /**
5223
5223
  *
5224
5224
  * @summary Delete entity from groups
@@ -5228,7 +5228,7 @@ export declare class GroupApi extends BaseAPI {
5228
5228
  * @throws {RequiredError}
5229
5229
  * @memberof GroupApi
5230
5230
  */
5231
- deleteGroup(groupId: string, ifMatch?: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
5231
+ deleteGroup(groupId: string, ifMatch?: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
5232
5232
  /**
5233
5233
  *
5234
5234
  * @summary Delete member from a group
@@ -5239,7 +5239,7 @@ export declare class GroupApi extends BaseAPI {
5239
5239
  * @throws {RequiredError}
5240
5240
  * @memberof GroupApi
5241
5241
  */
5242
- deleteMember(groupId: string, directoryObjectId: string, ifMatch?: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
5242
+ deleteMember(groupId: string, directoryObjectId: string, ifMatch?: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
5243
5243
  /**
5244
5244
  *
5245
5245
  * @summary Get entity from groups by key
@@ -5250,7 +5250,7 @@ export declare class GroupApi extends BaseAPI {
5250
5250
  * @throws {RequiredError}
5251
5251
  * @memberof GroupApi
5252
5252
  */
5253
- getGroup(groupId: string, $select?: Set<GetGroupSelectEnum>, $expand?: Set<GetGroupExpandEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Group, any>>;
5253
+ getGroup(groupId: string, $select?: Set<GetGroupSelectEnum>, $expand?: Set<GetGroupExpandEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Group, any, {}>>;
5254
5254
  /**
5255
5255
  *
5256
5256
  * @summary Get a list of the group\'s direct members
@@ -5259,7 +5259,7 @@ export declare class GroupApi extends BaseAPI {
5259
5259
  * @throws {RequiredError}
5260
5260
  * @memberof GroupApi
5261
5261
  */
5262
- listMembers(groupId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfUsers, any>>;
5262
+ listMembers(groupId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfUsers, any, {}>>;
5263
5263
  /**
5264
5264
  *
5265
5265
  * @summary Update entity in groups
@@ -5269,7 +5269,7 @@ export declare class GroupApi extends BaseAPI {
5269
5269
  * @throws {RequiredError}
5270
5270
  * @memberof GroupApi
5271
5271
  */
5272
- updateGroup(groupId: string, group: Group, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
5272
+ updateGroup(groupId: string, group: Group, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
5273
5273
  }
5274
5274
  /**
5275
5275
  * @export
@@ -5378,7 +5378,7 @@ export declare class GroupsApi extends BaseAPI {
5378
5378
  * @throws {RequiredError}
5379
5379
  * @memberof GroupsApi
5380
5380
  */
5381
- createGroup(group: Group, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Group, any>>;
5381
+ createGroup(group: Group, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Group, any, {}>>;
5382
5382
  /**
5383
5383
  *
5384
5384
  * @summary Get entities from groups
@@ -5390,7 +5390,7 @@ export declare class GroupsApi extends BaseAPI {
5390
5390
  * @throws {RequiredError}
5391
5391
  * @memberof GroupsApi
5392
5392
  */
5393
- listGroups($search?: string, $orderby?: Set<ListGroupsOrderbyEnum>, $select?: Set<ListGroupsSelectEnum>, $expand?: Set<ListGroupsExpandEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfGroup, any>>;
5393
+ listGroups($search?: string, $orderby?: Set<ListGroupsOrderbyEnum>, $select?: Set<ListGroupsSelectEnum>, $expand?: Set<ListGroupsExpandEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfGroup, any, {}>>;
5394
5394
  }
5395
5395
  /**
5396
5396
  * @export
@@ -5475,7 +5475,7 @@ export declare class MeChangepasswordApi extends BaseAPI {
5475
5475
  * @throws {RequiredError}
5476
5476
  * @memberof MeChangepasswordApi
5477
5477
  */
5478
- changeOwnPassword(passwordChange: PasswordChange, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
5478
+ changeOwnPassword(passwordChange: PasswordChange, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
5479
5479
  }
5480
5480
  /**
5481
5481
  * MeDriveApi - axios parameter creator
@@ -5492,17 +5492,19 @@ export declare const MeDriveApiAxiosParamCreator: (configuration?: Configuration
5492
5492
  /**
5493
5493
  * The `driveItems` returned from the `sharedByMe` method always include the `permissions` relation that indicates they are shared items.
5494
5494
  * @summary Get a list of driveItem objects shared by the current user.
5495
+ * @param {Set<ListSharedByMeExpandEnum>} [$expand] Expand related entities
5495
5496
  * @param {*} [options] Override http request option.
5496
5497
  * @throws {RequiredError}
5497
5498
  */
5498
- listSharedByMe: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5499
+ listSharedByMe: ($expand?: Set<ListSharedByMeExpandEnum>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5499
5500
  /**
5500
5501
  * The `driveItems` returned from the `sharedWithMe` method always include the `remoteItem` facet that indicates they are items from a different drive.
5501
5502
  * @summary Get a list of driveItem objects shared with the owner of a drive.
5503
+ * @param {Set<ListSharedWithMeExpandEnum>} [$expand] Expand related entities
5502
5504
  * @param {*} [options] Override http request option.
5503
5505
  * @throws {RequiredError}
5504
5506
  */
5505
- listSharedWithMe: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5507
+ listSharedWithMe: ($expand?: Set<ListSharedWithMeExpandEnum>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5506
5508
  };
5507
5509
  /**
5508
5510
  * MeDriveApi - functional programming interface
@@ -5519,17 +5521,19 @@ export declare const MeDriveApiFp: (configuration?: Configuration) => {
5519
5521
  /**
5520
5522
  * The `driveItems` returned from the `sharedByMe` method always include the `permissions` relation that indicates they are shared items.
5521
5523
  * @summary Get a list of driveItem objects shared by the current user.
5524
+ * @param {Set<ListSharedByMeExpandEnum>} [$expand] Expand related entities
5522
5525
  * @param {*} [options] Override http request option.
5523
5526
  * @throws {RequiredError}
5524
5527
  */
5525
- listSharedByMe(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CollectionOfDriveItems1>>;
5528
+ listSharedByMe($expand?: Set<ListSharedByMeExpandEnum>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CollectionOfDriveItems1>>;
5526
5529
  /**
5527
5530
  * The `driveItems` returned from the `sharedWithMe` method always include the `remoteItem` facet that indicates they are items from a different drive.
5528
5531
  * @summary Get a list of driveItem objects shared with the owner of a drive.
5532
+ * @param {Set<ListSharedWithMeExpandEnum>} [$expand] Expand related entities
5529
5533
  * @param {*} [options] Override http request option.
5530
5534
  * @throws {RequiredError}
5531
5535
  */
5532
- listSharedWithMe(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CollectionOfDriveItems1>>;
5536
+ listSharedWithMe($expand?: Set<ListSharedWithMeExpandEnum>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CollectionOfDriveItems1>>;
5533
5537
  };
5534
5538
  /**
5535
5539
  * MeDriveApi - factory interface
@@ -5546,17 +5550,19 @@ export declare const MeDriveApiFactory: (configuration?: Configuration, basePath
5546
5550
  /**
5547
5551
  * The `driveItems` returned from the `sharedByMe` method always include the `permissions` relation that indicates they are shared items.
5548
5552
  * @summary Get a list of driveItem objects shared by the current user.
5553
+ * @param {Set<ListSharedByMeExpandEnum>} [$expand] Expand related entities
5549
5554
  * @param {*} [options] Override http request option.
5550
5555
  * @throws {RequiredError}
5551
5556
  */
5552
- listSharedByMe(options?: RawAxiosRequestConfig): AxiosPromise<CollectionOfDriveItems1>;
5557
+ listSharedByMe($expand?: Set<ListSharedByMeExpandEnum>, options?: RawAxiosRequestConfig): AxiosPromise<CollectionOfDriveItems1>;
5553
5558
  /**
5554
5559
  * The `driveItems` returned from the `sharedWithMe` method always include the `remoteItem` facet that indicates they are items from a different drive.
5555
5560
  * @summary Get a list of driveItem objects shared with the owner of a drive.
5561
+ * @param {Set<ListSharedWithMeExpandEnum>} [$expand] Expand related entities
5556
5562
  * @param {*} [options] Override http request option.
5557
5563
  * @throws {RequiredError}
5558
5564
  */
5559
- listSharedWithMe(options?: RawAxiosRequestConfig): AxiosPromise<CollectionOfDriveItems1>;
5565
+ listSharedWithMe($expand?: Set<ListSharedWithMeExpandEnum>, options?: RawAxiosRequestConfig): AxiosPromise<CollectionOfDriveItems1>;
5560
5566
  };
5561
5567
  /**
5562
5568
  * MeDriveApi - object-oriented interface
@@ -5572,24 +5578,40 @@ export declare class MeDriveApi extends BaseAPI {
5572
5578
  * @throws {RequiredError}
5573
5579
  * @memberof MeDriveApi
5574
5580
  */
5575
- getHome(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Drive, any>>;
5581
+ getHome(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Drive, any, {}>>;
5576
5582
  /**
5577
5583
  * The `driveItems` returned from the `sharedByMe` method always include the `permissions` relation that indicates they are shared items.
5578
5584
  * @summary Get a list of driveItem objects shared by the current user.
5585
+ * @param {Set<ListSharedByMeExpandEnum>} [$expand] Expand related entities
5579
5586
  * @param {*} [options] Override http request option.
5580
5587
  * @throws {RequiredError}
5581
5588
  * @memberof MeDriveApi
5582
5589
  */
5583
- listSharedByMe(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfDriveItems1, any>>;
5590
+ listSharedByMe($expand?: Set<ListSharedByMeExpandEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfDriveItems1, any, {}>>;
5584
5591
  /**
5585
5592
  * The `driveItems` returned from the `sharedWithMe` method always include the `remoteItem` facet that indicates they are items from a different drive.
5586
5593
  * @summary Get a list of driveItem objects shared with the owner of a drive.
5594
+ * @param {Set<ListSharedWithMeExpandEnum>} [$expand] Expand related entities
5587
5595
  * @param {*} [options] Override http request option.
5588
5596
  * @throws {RequiredError}
5589
5597
  * @memberof MeDriveApi
5590
5598
  */
5591
- listSharedWithMe(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfDriveItems1, any>>;
5599
+ listSharedWithMe($expand?: Set<ListSharedWithMeExpandEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfDriveItems1, any, {}>>;
5592
5600
  }
5601
+ /**
5602
+ * @export
5603
+ */
5604
+ export declare const ListSharedByMeExpandEnum: {
5605
+ readonly Thumbnails: "thumbnails";
5606
+ };
5607
+ export type ListSharedByMeExpandEnum = typeof ListSharedByMeExpandEnum[keyof typeof ListSharedByMeExpandEnum];
5608
+ /**
5609
+ * @export
5610
+ */
5611
+ export declare const ListSharedWithMeExpandEnum: {
5612
+ readonly Thumbnails: "thumbnails";
5613
+ };
5614
+ export type ListSharedWithMeExpandEnum = typeof ListSharedWithMeExpandEnum[keyof typeof ListSharedWithMeExpandEnum];
5593
5615
  /**
5594
5616
  * MeDriveRootApi - axios parameter creator
5595
5617
  * @export
@@ -5643,7 +5665,7 @@ export declare class MeDriveRootApi extends BaseAPI {
5643
5665
  * @throws {RequiredError}
5644
5666
  * @memberof MeDriveRootApi
5645
5667
  */
5646
- homeGetRoot(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DriveItem, any>>;
5668
+ homeGetRoot(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<DriveItem, any, {}>>;
5647
5669
  }
5648
5670
  /**
5649
5671
  * MeDriveRootChildrenApi - axios parameter creator
@@ -5698,7 +5720,7 @@ export declare class MeDriveRootChildrenApi extends BaseAPI {
5698
5720
  * @throws {RequiredError}
5699
5721
  * @memberof MeDriveRootChildrenApi
5700
5722
  */
5701
- homeGetChildren(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfDriveItems, any>>;
5723
+ homeGetChildren(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfDriveItems, any, {}>>;
5702
5724
  }
5703
5725
  /**
5704
5726
  * MeDrivesApi - axios parameter creator
@@ -5794,7 +5816,7 @@ export declare class MeDrivesApi extends BaseAPI {
5794
5816
  * @throws {RequiredError}
5795
5817
  * @memberof MeDrivesApi
5796
5818
  */
5797
- listMyDrives($orderby?: string, $filter?: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfDrives, any>>;
5819
+ listMyDrives($orderby?: string, $filter?: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfDrives, any, {}>>;
5798
5820
  /**
5799
5821
  *
5800
5822
  * @summary Alias for \'/v1.0/drives\', the difference is that grantedtoV2 is used and roles contain unified roles instead of cs3 roles
@@ -5806,7 +5828,7 @@ export declare class MeDrivesApi extends BaseAPI {
5806
5828
  * @throws {RequiredError}
5807
5829
  * @memberof MeDrivesApi
5808
5830
  */
5809
- listMyDrivesBeta($orderby?: string, $filter?: string, $expand?: string, $select?: Set<ListMyDrivesBetaSelectEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfDrives, any>>;
5831
+ listMyDrivesBeta($orderby?: string, $filter?: string, $expand?: string, $select?: Set<ListMyDrivesBetaSelectEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfDrives, any, {}>>;
5810
5832
  }
5811
5833
  /**
5812
5834
  * @export
@@ -5937,7 +5959,7 @@ export declare class MePhotoApi extends BaseAPI {
5937
5959
  * @throws {RequiredError}
5938
5960
  * @memberof MePhotoApi
5939
5961
  */
5940
- deleteOwnUserPhoto(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
5962
+ deleteOwnUserPhoto(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
5941
5963
  /**
5942
5964
  *
5943
5965
  * @summary Get the current user\'s profile photo
@@ -5945,7 +5967,7 @@ export declare class MePhotoApi extends BaseAPI {
5945
5967
  * @throws {RequiredError}
5946
5968
  * @memberof MePhotoApi
5947
5969
  */
5948
- getOwnUserPhoto(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<File, any>>;
5970
+ getOwnUserPhoto(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<File, any, {}>>;
5949
5971
  /**
5950
5972
  *
5951
5973
  * @summary Update the current user\'s profile photo
@@ -5954,7 +5976,7 @@ export declare class MePhotoApi extends BaseAPI {
5954
5976
  * @throws {RequiredError}
5955
5977
  * @memberof MePhotoApi
5956
5978
  */
5957
- updateOwnUserPhotoPatch(body?: File, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
5979
+ updateOwnUserPhotoPatch(body?: File, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
5958
5980
  /**
5959
5981
  *
5960
5982
  * @summary Update the current user\'s profile photo
@@ -5963,7 +5985,7 @@ export declare class MePhotoApi extends BaseAPI {
5963
5985
  * @throws {RequiredError}
5964
5986
  * @memberof MePhotoApi
5965
5987
  */
5966
- updateOwnUserPhotoPut(body?: File, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
5988
+ updateOwnUserPhotoPut(body?: File, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
5967
5989
  }
5968
5990
  /**
5969
5991
  * MeUserApi - axios parameter creator
@@ -6046,7 +6068,7 @@ export declare class MeUserApi extends BaseAPI {
6046
6068
  * @throws {RequiredError}
6047
6069
  * @memberof MeUserApi
6048
6070
  */
6049
- getOwnUser($expand?: Set<GetOwnUserExpandEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<User, any>>;
6071
+ getOwnUser($expand?: Set<GetOwnUserExpandEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<User, any, {}>>;
6050
6072
  /**
6051
6073
  *
6052
6074
  * @summary Update the current user
@@ -6055,7 +6077,7 @@ export declare class MeUserApi extends BaseAPI {
6055
6077
  * @throws {RequiredError}
6056
6078
  * @memberof MeUserApi
6057
6079
  */
6058
- updateOwnUser(userUpdate?: UserUpdate, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<User, any>>;
6080
+ updateOwnUser(userUpdate?: UserUpdate, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<User, any, {}>>;
6059
6081
  }
6060
6082
  /**
6061
6083
  * @export
@@ -6142,7 +6164,7 @@ export declare class RoleManagementApi extends BaseAPI {
6142
6164
  * @throws {RequiredError}
6143
6165
  * @memberof RoleManagementApi
6144
6166
  */
6145
- getPermissionRoleDefinition(roleId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<UnifiedRoleDefinition, any>>;
6167
+ getPermissionRoleDefinition(roleId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<UnifiedRoleDefinition, any, {}>>;
6146
6168
  /**
6147
6169
  * Get a list of `unifiedRoleDefinition` objects for the permissions provider. This list determines the roles that can be selected when creating sharing invites.
6148
6170
  * @summary List roleDefinitions
@@ -6150,7 +6172,7 @@ export declare class RoleManagementApi extends BaseAPI {
6150
6172
  * @throws {RequiredError}
6151
6173
  * @memberof RoleManagementApi
6152
6174
  */
6153
- listPermissionRoleDefinitions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<UnifiedRoleDefinition, any>>;
6175
+ listPermissionRoleDefinitions(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<UnifiedRoleDefinition, any, {}>>;
6154
6176
  }
6155
6177
  /**
6156
6178
  * TagsApi - axios parameter creator
@@ -6254,7 +6276,7 @@ export declare class TagsApi extends BaseAPI {
6254
6276
  * @throws {RequiredError}
6255
6277
  * @memberof TagsApi
6256
6278
  */
6257
- assignTags(tagAssignment?: TagAssignment, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
6279
+ assignTags(tagAssignment?: TagAssignment, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
6258
6280
  /**
6259
6281
  *
6260
6282
  * @summary Get all known tags
@@ -6262,7 +6284,7 @@ export declare class TagsApi extends BaseAPI {
6262
6284
  * @throws {RequiredError}
6263
6285
  * @memberof TagsApi
6264
6286
  */
6265
- getTags(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfTags, any>>;
6287
+ getTags(options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfTags, any, {}>>;
6266
6288
  /**
6267
6289
  *
6268
6290
  * @summary Unassign tags from a resource
@@ -6271,7 +6293,7 @@ export declare class TagsApi extends BaseAPI {
6271
6293
  * @throws {RequiredError}
6272
6294
  * @memberof TagsApi
6273
6295
  */
6274
- unassignTags(tagUnassignment?: TagUnassignment, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
6296
+ unassignTags(tagUnassignment?: TagUnassignment, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
6275
6297
  }
6276
6298
  /**
6277
6299
  * UserApi - axios parameter creator
@@ -6418,7 +6440,7 @@ export declare class UserApi extends BaseAPI {
6418
6440
  * @throws {RequiredError}
6419
6441
  * @memberof UserApi
6420
6442
  */
6421
- deleteUser(userId: string, ifMatch?: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
6443
+ deleteUser(userId: string, ifMatch?: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
6422
6444
  /**
6423
6445
  *
6424
6446
  * @summary export personal data of a user
@@ -6428,7 +6450,7 @@ export declare class UserApi extends BaseAPI {
6428
6450
  * @throws {RequiredError}
6429
6451
  * @memberof UserApi
6430
6452
  */
6431
- exportPersonalData(userId: string, exportPersonalDataRequest?: ExportPersonalDataRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
6453
+ exportPersonalData(userId: string, exportPersonalDataRequest?: ExportPersonalDataRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
6432
6454
  /**
6433
6455
  *
6434
6456
  * @summary Get entity from users by key
@@ -6439,7 +6461,7 @@ export declare class UserApi extends BaseAPI {
6439
6461
  * @throws {RequiredError}
6440
6462
  * @memberof UserApi
6441
6463
  */
6442
- getUser(userId: string, $select?: Set<GetUserSelectEnum>, $expand?: Set<GetUserExpandEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<User, any>>;
6464
+ getUser(userId: string, $select?: Set<GetUserSelectEnum>, $expand?: Set<GetUserExpandEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<User, any, {}>>;
6443
6465
  /**
6444
6466
  *
6445
6467
  * @summary Update entity in users
@@ -6449,7 +6471,7 @@ export declare class UserApi extends BaseAPI {
6449
6471
  * @throws {RequiredError}
6450
6472
  * @memberof UserApi
6451
6473
  */
6452
- updateUser(userId: string, userUpdate: UserUpdate, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<User, any>>;
6474
+ updateUser(userId: string, userUpdate: UserUpdate, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<User, any, {}>>;
6453
6475
  }
6454
6476
  /**
6455
6477
  * @export
@@ -6590,7 +6612,7 @@ export declare class UserAppRoleAssignmentApi extends BaseAPI {
6590
6612
  * @throws {RequiredError}
6591
6613
  * @memberof UserAppRoleAssignmentApi
6592
6614
  */
6593
- userCreateAppRoleAssignments(userId: string, appRoleAssignment: AppRoleAssignment, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<AppRoleAssignment, any>>;
6615
+ userCreateAppRoleAssignments(userId: string, appRoleAssignment: AppRoleAssignment, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<AppRoleAssignment, any, {}>>;
6594
6616
  /**
6595
6617
  *
6596
6618
  * @summary Delete the appRoleAssignment from a user
@@ -6601,7 +6623,7 @@ export declare class UserAppRoleAssignmentApi extends BaseAPI {
6601
6623
  * @throws {RequiredError}
6602
6624
  * @memberof UserAppRoleAssignmentApi
6603
6625
  */
6604
- userDeleteAppRoleAssignments(userId: string, appRoleAssignmentId: string, ifMatch?: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
6626
+ userDeleteAppRoleAssignments(userId: string, appRoleAssignmentId: string, ifMatch?: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any, {}>>;
6605
6627
  /**
6606
6628
  * Represents the global roles a user has been granted for an application.
6607
6629
  * @summary Get appRoleAssignments from a user
@@ -6610,7 +6632,7 @@ export declare class UserAppRoleAssignmentApi extends BaseAPI {
6610
6632
  * @throws {RequiredError}
6611
6633
  * @memberof UserAppRoleAssignmentApi
6612
6634
  */
6613
- userListAppRoleAssignments(userId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfAppRoleAssignments, any>>;
6635
+ userListAppRoleAssignments(userId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfAppRoleAssignments, any, {}>>;
6614
6636
  }
6615
6637
  /**
6616
6638
  * UserPhotoApi - axios parameter creator
@@ -6669,7 +6691,7 @@ export declare class UserPhotoApi extends BaseAPI {
6669
6691
  * @throws {RequiredError}
6670
6692
  * @memberof UserPhotoApi
6671
6693
  */
6672
- getUserPhoto(userId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<File, any>>;
6694
+ getUserPhoto(userId: string, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<File, any, {}>>;
6673
6695
  }
6674
6696
  /**
6675
6697
  * UsersApi - axios parameter creator
@@ -6764,7 +6786,7 @@ export declare class UsersApi extends BaseAPI {
6764
6786
  * @throws {RequiredError}
6765
6787
  * @memberof UsersApi
6766
6788
  */
6767
- createUser(user: User, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<User, any>>;
6789
+ createUser(user: User, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<User, any, {}>>;
6768
6790
  /**
6769
6791
  *
6770
6792
  * @summary Get entities from users
@@ -6777,7 +6799,7 @@ export declare class UsersApi extends BaseAPI {
6777
6799
  * @throws {RequiredError}
6778
6800
  * @memberof UsersApi
6779
6801
  */
6780
- listUsers($search?: string, $filter?: string, $orderby?: Set<ListUsersOrderbyEnum>, $select?: Set<ListUsersSelectEnum>, $expand?: Set<ListUsersExpandEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfUser, any>>;
6802
+ listUsers($search?: string, $filter?: string, $orderby?: Set<ListUsersOrderbyEnum>, $select?: Set<ListUsersSelectEnum>, $expand?: Set<ListUsersExpandEnum>, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CollectionOfUser, any, {}>>;
6781
6803
  }
6782
6804
  /**
6783
6805
  * @export