mirror of
https://github.com/owncloud/ocis
synced 2026-04-30 19:47:32 +02:00
fix: bump libre-graph-api-go
This commit is contained in:
committed by
Ralf Haferkamp
parent
cf5f1bcb8e
commit
842baaf10f
3
vendor/github.com/owncloud/libre-graph-api-go/client.go
generated
vendored
3
vendor/github.com/owncloud/libre-graph-api-go/client.go
generated
vendored
@@ -50,6 +50,8 @@ type APIClient struct {
|
||||
|
||||
ApplicationsApi *ApplicationsApiService
|
||||
|
||||
DriveItemApi *DriveItemApiService
|
||||
|
||||
DrivesApi *DrivesApiService
|
||||
|
||||
DrivesGetDrivesApi *DrivesGetDrivesApiService
|
||||
@@ -110,6 +112,7 @@ func NewAPIClient(cfg *Configuration) *APIClient {
|
||||
|
||||
// API Services
|
||||
c.ApplicationsApi = (*ApplicationsApiService)(&c.common)
|
||||
c.DriveItemApi = (*DriveItemApiService)(&c.common)
|
||||
c.DrivesApi = (*DrivesApiService)(&c.common)
|
||||
c.DrivesGetDrivesApi = (*DrivesGetDrivesApiService)(&c.common)
|
||||
c.DrivesPermissionsApi = (*DrivesPermissionsApiService)(&c.common)
|
||||
|
||||
Reference in New Issue
Block a user