From 488d13c7ca019027359603966ba892b7653c551f Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 15 May 2023 14:27:21 +0200 Subject: [PATCH] update the libregraph lib to latest --- go.mod | 2 +- go.sum | 2 + .../owncloud/libre-graph-api-go/LICENSE | 3 +- .../owncloud/libre-graph-api-go/README.md | 2 +- .../libre-graph-api-go/api_applications.go | 2 +- .../libre-graph-api-go/api_default.go | 133 ------------------ .../owncloud/libre-graph-api-go/api_drives.go | 2 +- .../api_drives_get_drives.go | 2 +- .../libre-graph-api-go/api_drives_root.go | 2 +- .../libre-graph-api-go/api_education_class.go | 2 +- .../api_education_class_teachers.go | 2 +- .../api_education_school.go | 2 +- .../libre-graph-api-go/api_education_user.go | 2 +- .../owncloud/libre-graph-api-go/api_group.go | 2 +- .../owncloud/libre-graph-api-go/api_groups.go | 2 +- .../api_me_changepassword.go | 2 +- .../libre-graph-api-go/api_me_drive.go | 2 +- .../libre-graph-api-go/api_me_drive_root.go | 2 +- .../api_me_drive_root_children.go | 2 +- .../libre-graph-api-go/api_me_drives.go | 2 +- .../libre-graph-api-go/api_me_user.go | 2 +- .../owncloud/libre-graph-api-go/api_tags.go | 2 +- .../owncloud/libre-graph-api-go/api_user.go | 2 +- .../api_user_app_role_assignment.go | 2 +- .../owncloud/libre-graph-api-go/api_users.go | 2 +- .../owncloud/libre-graph-api-go/client.go | 4 +- .../libre-graph-api-go/configuration.go | 2 +- .../libre-graph-api-go/model_app_role.go | 2 +- .../model_app_role_assignment.go | 2 +- .../libre-graph-api-go/model_application.go | 2 +- .../model_class_member_reference.go | 2 +- .../model_class_reference.go | 2 +- .../model_class_teacher_reference.go | 2 +- ...odel_collection_of_app_role_assignments.go | 2 +- .../model_collection_of_applications.go | 2 +- .../model_collection_of_class.go | 2 +- .../model_collection_of_drive_items.go | 2 +- .../model_collection_of_drives.go | 2 +- .../model_collection_of_drives_1.go | 2 +- .../model_collection_of_education_class.go | 2 +- .../model_collection_of_education_user.go | 2 +- .../model_collection_of_education_user_1.go | 2 +- .../model_collection_of_group.go | 2 +- .../model_collection_of_schools.go | 2 +- .../model_collection_of_tags.go | 2 +- .../model_collection_of_user.go | 2 +- .../model_collection_of_users.go | 2 +- .../libre-graph-api-go/model_deleted.go | 2 +- .../model_directory_object.go | 2 +- .../libre-graph-api-go/model_drive.go | 2 +- .../libre-graph-api-go/model_drive_item.go | 2 +- .../model_education_class.go | 2 +- .../model_education_organization.go | 2 +- .../model_education_school.go | 2 +- .../model_education_user.go | 2 +- .../model_education_user_reference.go | 2 +- .../libre-graph-api-go/model_entity.go | 2 +- .../model_export_personal_data_request.go | 2 +- .../model_file_system_info.go | 2 +- .../libre-graph-api-go/model_folder.go | 2 +- .../libre-graph-api-go/model_folder_view.go | 2 +- .../libre-graph-api-go/model_group.go | 2 +- .../libre-graph-api-go/model_hashes.go | 2 +- .../libre-graph-api-go/model_identity.go | 2 +- .../libre-graph-api-go/model_identity_set.go | 2 +- .../libre-graph-api-go/model_image.go | 2 +- .../model_item_reference.go | 2 +- .../model_member_reference.go | 2 +- .../model_object_identity.go | 2 +- .../libre-graph-api-go/model_odata_error.go | 2 +- .../model_odata_error_detail.go | 2 +- .../model_odata_error_main.go | 2 +- .../model_open_graph_file.go | 2 +- .../model_password_change.go | 2 +- .../model_password_profile.go | 2 +- .../libre-graph-api-go/model_permission.go | 2 +- .../libre-graph-api-go/model_quota.go | 2 +- .../libre-graph-api-go/model_remote_item.go | 113 ++++++++++++++- .../libre-graph-api-go/model_shared.go | 2 +- .../model_special_folder.go | 2 +- .../model_tag_assignment.go | 2 +- .../model_tag_unassignment.go | 2 +- .../libre-graph-api-go/model_trash.go | 2 +- .../owncloud/libre-graph-api-go/model_user.go | 2 +- .../owncloud/libre-graph-api-go/response.go | 2 +- .../owncloud/libre-graph-api-go/utils.go | 2 +- vendor/modules.txt | 2 +- 87 files changed, 199 insertions(+), 220 deletions(-) delete mode 100644 vendor/github.com/owncloud/libre-graph-api-go/api_default.go diff --git a/go.mod b/go.mod index b6607372b7..149b2f1873 100644 --- a/go.mod +++ b/go.mod @@ -63,7 +63,7 @@ require ( github.com/onsi/gomega v1.27.4 github.com/open-policy-agent/opa v0.51.0 github.com/orcaman/concurrent-map v1.0.0 - github.com/owncloud/libre-graph-api-go v1.0.2-0.20230330145712-ea267ccd404a + github.com/owncloud/libre-graph-api-go v1.0.5-0.20230512172639-d458ad6b300b github.com/pkg/errors v0.9.1 github.com/pkg/xattr v0.4.9 github.com/prometheus/client_golang v1.15.0 diff --git a/go.sum b/go.sum index ee84597cc8..b29d16722d 100644 --- a/go.sum +++ b/go.sum @@ -1376,6 +1376,8 @@ github.com/orcaman/concurrent-map v1.0.0/go.mod h1:Lu3tH6HLW3feq74c2GC+jIMS/K2CF github.com/ovh/go-ovh v1.1.0/go.mod h1:AxitLZ5HBRPyUd+Zl60Ajaag+rNTdVXWIkzfrVuTXWA= github.com/owncloud/libre-graph-api-go v1.0.2-0.20230330145712-ea267ccd404a h1:C7YCoyXn/8pkapUhw2KoIxEMdgIFUx3JjZQKtsXaaLc= github.com/owncloud/libre-graph-api-go v1.0.2-0.20230330145712-ea267ccd404a/go.mod h1:iKdVH6nYpI8RBeK9sjeLfzrPByST6r9d+NG2IJHoJmU= +github.com/owncloud/libre-graph-api-go v1.0.5-0.20230512172639-d458ad6b300b h1:65U1jcoFlywV2ZEfkynaw4v4DuS/UJdlyHQYCHB+fYA= +github.com/owncloud/libre-graph-api-go v1.0.5-0.20230512172639-d458ad6b300b/go.mod h1:iKdVH6nYpI8RBeK9sjeLfzrPByST6r9d+NG2IJHoJmU= github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c h1:rp5dCmg/yLR3mgFuSOe4oEnDDmGLROTvMragMUXpTQw= github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c/go.mod h1:X07ZCGwUbLaax7L0S3Tw4hpejzu63ZrrQiUe6W0hcy0= github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= diff --git a/vendor/github.com/owncloud/libre-graph-api-go/LICENSE b/vendor/github.com/owncloud/libre-graph-api-go/LICENSE index 5601df66f5..a848785dac 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/LICENSE +++ b/vendor/github.com/owncloud/libre-graph-api-go/LICENSE @@ -1,4 +1,3 @@ - Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -187,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020 ownCloud GmbH + Copyright 2023 ownCloud GmbH Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/README.md b/vendor/github.com/owncloud/libre-graph-api-go/README.md index f2eeb1df27..5772c7b54a 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/README.md +++ b/vendor/github.com/owncloud/libre-graph-api-go/README.md @@ -5,7 +5,7 @@ Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: v1.0.1 +- API version: v1.0.4 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_applications.go b/vendor/github.com/owncloud/libre-graph-api-go/api_applications.go index be4d4ce78c..70aaaeb3c9 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_applications.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_applications.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_default.go b/vendor/github.com/owncloud/libre-graph-api-go/api_default.go deleted file mode 100644 index 0f6e957a2b..0000000000 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_default.go +++ /dev/null @@ -1,133 +0,0 @@ -/* -Libre Graph API - -No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - -API version: v1.0.1 -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package libregraph - -import ( - "bytes" - "context" - "io/ioutil" - "net/http" - "net/url" - "strings" -) - -// DefaultApiService DefaultApi service -type DefaultApiService service - -type ApiApplicationsApplicationIdGetRequest struct { - ctx context.Context - ApiService *DefaultApiService - applicationId string -} - -func (r ApiApplicationsApplicationIdGetRequest) Execute() (*Application, *http.Response, error) { - return r.ApiService.ApplicationsApplicationIdGetExecute(r) -} - -/* -ApplicationsApplicationIdGet Method for ApplicationsApplicationIdGet - -Get properties of an application by id - - @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). - @param applicationId key: id of application - @return ApiApplicationsApplicationIdGetRequest -*/ -func (a *DefaultApiService) ApplicationsApplicationIdGet(ctx context.Context, applicationId string) ApiApplicationsApplicationIdGetRequest { - return ApiApplicationsApplicationIdGetRequest{ - ApiService: a, - ctx: ctx, - applicationId: applicationId, - } -} - -// Execute executes the request -// @return Application -func (a *DefaultApiService) ApplicationsApplicationIdGetExecute(r ApiApplicationsApplicationIdGetRequest) (*Application, *http.Response, error) { - var ( - localVarHTTPMethod = http.MethodGet - localVarPostBody interface{} - formFiles []formFile - localVarReturnValue *Application - ) - - localBasePath, err := a.client.cfg.ServerURLWithContext(r.ctx, "DefaultApiService.ApplicationsApplicationIdGet") - if err != nil { - return localVarReturnValue, nil, &GenericOpenAPIError{error: err.Error()} - } - - localVarPath := localBasePath + "/applications/{application-id}" - localVarPath = strings.Replace(localVarPath, "{"+"application-id"+"}", url.PathEscape(parameterToString(r.applicationId, "")), -1) - - localVarHeaderParams := make(map[string]string) - localVarQueryParams := url.Values{} - localVarFormParams := url.Values{} - - // to determine the Content-Type header - localVarHTTPContentTypes := []string{} - - // set Content-Type header - localVarHTTPContentType := selectHeaderContentType(localVarHTTPContentTypes) - if localVarHTTPContentType != "" { - localVarHeaderParams["Content-Type"] = localVarHTTPContentType - } - - // to determine the Accept header - localVarHTTPHeaderAccepts := []string{"application/json"} - - // set Accept header - localVarHTTPHeaderAccept := selectHeaderAccept(localVarHTTPHeaderAccepts) - if localVarHTTPHeaderAccept != "" { - localVarHeaderParams["Accept"] = localVarHTTPHeaderAccept - } - req, err := a.client.prepareRequest(r.ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, formFiles) - if err != nil { - return localVarReturnValue, nil, err - } - - localVarHTTPResponse, err := a.client.callAPI(req) - if err != nil || localVarHTTPResponse == nil { - return localVarReturnValue, localVarHTTPResponse, err - } - - localVarBody, err := ioutil.ReadAll(localVarHTTPResponse.Body) - localVarHTTPResponse.Body.Close() - localVarHTTPResponse.Body = ioutil.NopCloser(bytes.NewBuffer(localVarBody)) - if err != nil { - return localVarReturnValue, localVarHTTPResponse, err - } - - if localVarHTTPResponse.StatusCode >= 300 { - newErr := &GenericOpenAPIError{ - body: localVarBody, - error: localVarHTTPResponse.Status, - } - var v OdataError - err = a.client.decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) - if err != nil { - newErr.error = err.Error() - return localVarReturnValue, localVarHTTPResponse, newErr - } - newErr.model = v - return localVarReturnValue, localVarHTTPResponse, newErr - } - - err = a.client.decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) - if err != nil { - newErr := &GenericOpenAPIError{ - body: localVarBody, - error: err.Error(), - } - return localVarReturnValue, localVarHTTPResponse, newErr - } - - return localVarReturnValue, localVarHTTPResponse, nil -} diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_drives.go b/vendor/github.com/owncloud/libre-graph-api-go/api_drives.go index 05641c0cdf..dc329939b2 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_drives.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_drives.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_drives_get_drives.go b/vendor/github.com/owncloud/libre-graph-api-go/api_drives_get_drives.go index f2430c869a..4aec27000a 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_drives_get_drives.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_drives_get_drives.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_drives_root.go b/vendor/github.com/owncloud/libre-graph-api-go/api_drives_root.go index 36e8323b63..5cfb7101ec 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_drives_root.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_drives_root.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_education_class.go b/vendor/github.com/owncloud/libre-graph-api-go/api_education_class.go index 10bb9c5543..128ef3bb24 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_education_class.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_education_class.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_education_class_teachers.go b/vendor/github.com/owncloud/libre-graph-api-go/api_education_class_teachers.go index 15259025a4..cd861f26f8 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_education_class_teachers.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_education_class_teachers.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_education_school.go b/vendor/github.com/owncloud/libre-graph-api-go/api_education_school.go index e1c657a1b9..c3855fed59 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_education_school.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_education_school.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_education_user.go b/vendor/github.com/owncloud/libre-graph-api-go/api_education_user.go index 47526968da..bddb96e675 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_education_user.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_education_user.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_group.go b/vendor/github.com/owncloud/libre-graph-api-go/api_group.go index 147bfaf0fa..8b20f2bac1 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_group.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_group.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_groups.go b/vendor/github.com/owncloud/libre-graph-api-go/api_groups.go index 36c76493b3..8f69352c99 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_groups.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_groups.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_me_changepassword.go b/vendor/github.com/owncloud/libre-graph-api-go/api_me_changepassword.go index 28be6bf730..b7648710b8 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_me_changepassword.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_me_changepassword.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_me_drive.go b/vendor/github.com/owncloud/libre-graph-api-go/api_me_drive.go index dcb44b0a5a..2f8a52c7c2 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_me_drive.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_me_drive.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_me_drive_root.go b/vendor/github.com/owncloud/libre-graph-api-go/api_me_drive_root.go index 7bfe17014b..144bb3483d 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_me_drive_root.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_me_drive_root.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_me_drive_root_children.go b/vendor/github.com/owncloud/libre-graph-api-go/api_me_drive_root_children.go index af28af7d0d..3e1c9760f6 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_me_drive_root_children.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_me_drive_root_children.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_me_drives.go b/vendor/github.com/owncloud/libre-graph-api-go/api_me_drives.go index e43029f6cc..c92c58ac82 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_me_drives.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_me_drives.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_me_user.go b/vendor/github.com/owncloud/libre-graph-api-go/api_me_user.go index 44d2aec939..7362362622 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_me_user.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_me_user.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_tags.go b/vendor/github.com/owncloud/libre-graph-api-go/api_tags.go index f1b3951910..128af4c721 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_tags.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_tags.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_user.go b/vendor/github.com/owncloud/libre-graph-api-go/api_user.go index 352114223f..4e0149427c 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_user.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_user.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_user_app_role_assignment.go b/vendor/github.com/owncloud/libre-graph-api-go/api_user_app_role_assignment.go index 574cf52f84..73b523ed73 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_user_app_role_assignment.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_user_app_role_assignment.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/api_users.go b/vendor/github.com/owncloud/libre-graph-api-go/api_users.go index 3e610190be..45984555ac 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/api_users.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/api_users.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/client.go b/vendor/github.com/owncloud/libre-graph-api-go/client.go index 177ebe64f7..c01c137a22 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/client.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/client.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( xmlCheck = regexp.MustCompile(`(?i:(?:application|text)/xml)`) ) -// APIClient manages communication with the Libre Graph API API vv1.0.1 +// APIClient manages communication with the Libre Graph API API vv1.0.4 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/vendor/github.com/owncloud/libre-graph-api-go/configuration.go b/vendor/github.com/owncloud/libre-graph-api-go/configuration.go index 3bd2641781..cf367a3cf3 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/configuration.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/configuration.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_app_role.go b/vendor/github.com/owncloud/libre-graph-api-go/model_app_role.go index fa44ebd6c7..804d57d4b6 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_app_role.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_app_role.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_app_role_assignment.go b/vendor/github.com/owncloud/libre-graph-api-go/model_app_role_assignment.go index 2d7d6df23a..204c2b1092 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_app_role_assignment.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_app_role_assignment.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_application.go b/vendor/github.com/owncloud/libre-graph-api-go/model_application.go index 4fdd03632e..1b9a90fbff 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_application.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_application.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_class_member_reference.go b/vendor/github.com/owncloud/libre-graph-api-go/model_class_member_reference.go index b98b8420b6..054658adb4 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_class_member_reference.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_class_member_reference.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_class_reference.go b/vendor/github.com/owncloud/libre-graph-api-go/model_class_reference.go index 1abd085749..4580ba8bbf 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_class_reference.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_class_reference.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_class_teacher_reference.go b/vendor/github.com/owncloud/libre-graph-api-go/model_class_teacher_reference.go index acf47b3c55..9606c3eec7 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_class_teacher_reference.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_class_teacher_reference.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_app_role_assignments.go b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_app_role_assignments.go index 876074259a..bfdd6965a2 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_app_role_assignments.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_app_role_assignments.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_applications.go b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_applications.go index dc0e343e2d..96d6610143 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_applications.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_applications.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_class.go b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_class.go index 5d19922227..3efbd80d77 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_class.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_class.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drive_items.go b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drive_items.go index a730363a4b..488132bd84 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drive_items.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drive_items.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drives.go b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drives.go index eca784440e..be0ba46b0b 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drives.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drives.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drives_1.go b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drives_1.go index a4f1d8e35b..d3b5276f77 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drives_1.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drives_1.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_education_class.go b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_education_class.go index dbd34434a5..829ef7aa81 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_education_class.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_education_class.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_education_user.go b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_education_user.go index 8dd844c676..3ba8c38a89 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_education_user.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_education_user.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_education_user_1.go b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_education_user_1.go index 7a0171d0ae..fab3d61711 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_education_user_1.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_education_user_1.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_group.go b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_group.go index 89f2d92943..aed97e7131 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_group.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_group.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_schools.go b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_schools.go index b0339b63f4..e26d884b3c 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_schools.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_schools.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_tags.go b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_tags.go index 18385d5695..917a59df97 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_tags.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_tags.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_user.go b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_user.go index 13c4fd762c..6c5306b4d7 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_user.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_user.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_users.go b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_users.go index a86d6bf655..7d6a89dcf1 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_users.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_users.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_deleted.go b/vendor/github.com/owncloud/libre-graph-api-go/model_deleted.go index 9db39f9d58..10e232320b 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_deleted.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_deleted.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_directory_object.go b/vendor/github.com/owncloud/libre-graph-api-go/model_directory_object.go index 9d016a3b1b..3507d9229a 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_directory_object.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_directory_object.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_drive.go b/vendor/github.com/owncloud/libre-graph-api-go/model_drive.go index 9b6fcf447d..cbe48447ee 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_drive.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_drive.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_drive_item.go b/vendor/github.com/owncloud/libre-graph-api-go/model_drive_item.go index bbb9a03388..5217225223 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_drive_item.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_drive_item.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_education_class.go b/vendor/github.com/owncloud/libre-graph-api-go/model_education_class.go index 5236776b2c..6e86234299 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_education_class.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_education_class.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_education_organization.go b/vendor/github.com/owncloud/libre-graph-api-go/model_education_organization.go index 24283855b8..8bf3d1328c 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_education_organization.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_education_organization.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_education_school.go b/vendor/github.com/owncloud/libre-graph-api-go/model_education_school.go index 6b4ec89b73..dbfebc73c9 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_education_school.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_education_school.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_education_user.go b/vendor/github.com/owncloud/libre-graph-api-go/model_education_user.go index d85b178935..8edd4ba3d9 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_education_user.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_education_user.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_education_user_reference.go b/vendor/github.com/owncloud/libre-graph-api-go/model_education_user_reference.go index 9240fcd496..2e7e63bb7e 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_education_user_reference.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_education_user_reference.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_entity.go b/vendor/github.com/owncloud/libre-graph-api-go/model_entity.go index 20fb57ea32..8fa4270f31 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_entity.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_entity.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_export_personal_data_request.go b/vendor/github.com/owncloud/libre-graph-api-go/model_export_personal_data_request.go index cf9d3337a6..811eed59c2 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_export_personal_data_request.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_export_personal_data_request.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_file_system_info.go b/vendor/github.com/owncloud/libre-graph-api-go/model_file_system_info.go index 58f2bd6390..96f78717e2 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_file_system_info.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_file_system_info.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_folder.go b/vendor/github.com/owncloud/libre-graph-api-go/model_folder.go index 0c8df2a73c..f9a6639495 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_folder.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_folder.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_folder_view.go b/vendor/github.com/owncloud/libre-graph-api-go/model_folder_view.go index 2a02eafef5..1052b25ebd 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_folder_view.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_folder_view.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_group.go b/vendor/github.com/owncloud/libre-graph-api-go/model_group.go index bd04200fa4..801be39c94 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_group.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_group.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_hashes.go b/vendor/github.com/owncloud/libre-graph-api-go/model_hashes.go index b17eed38c5..f1789396d7 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_hashes.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_hashes.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_identity.go b/vendor/github.com/owncloud/libre-graph-api-go/model_identity.go index 94300fe795..d54562038c 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_identity.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_identity.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_identity_set.go b/vendor/github.com/owncloud/libre-graph-api-go/model_identity_set.go index 17dfad96e0..14b80d9ced 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_identity_set.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_identity_set.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_image.go b/vendor/github.com/owncloud/libre-graph-api-go/model_image.go index 962aa79a5e..d10cf5701c 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_image.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_image.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_item_reference.go b/vendor/github.com/owncloud/libre-graph-api-go/model_item_reference.go index 60e07d22d0..a6d2c89821 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_item_reference.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_item_reference.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_member_reference.go b/vendor/github.com/owncloud/libre-graph-api-go/model_member_reference.go index 1034588eda..ac74aef946 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_member_reference.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_member_reference.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_object_identity.go b/vendor/github.com/owncloud/libre-graph-api-go/model_object_identity.go index 4947461a9b..d0ca9e57d9 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_object_identity.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_object_identity.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_odata_error.go b/vendor/github.com/owncloud/libre-graph-api-go/model_odata_error.go index 6a33cadcbd..d45cf7686b 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_odata_error.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_odata_error.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_odata_error_detail.go b/vendor/github.com/owncloud/libre-graph-api-go/model_odata_error_detail.go index 600c4bd5dc..467e3f6853 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_odata_error_detail.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_odata_error_detail.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_odata_error_main.go b/vendor/github.com/owncloud/libre-graph-api-go/model_odata_error_main.go index 9157c62480..38aa5a2492 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_odata_error_main.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_odata_error_main.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_open_graph_file.go b/vendor/github.com/owncloud/libre-graph-api-go/model_open_graph_file.go index 2a193a000e..89389c9744 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_open_graph_file.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_open_graph_file.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_password_change.go b/vendor/github.com/owncloud/libre-graph-api-go/model_password_change.go index efdba3f33d..fd449f3be7 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_password_change.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_password_change.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_password_profile.go b/vendor/github.com/owncloud/libre-graph-api-go/model_password_profile.go index 8c4ea1cdf0..29b6b2045f 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_password_profile.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_password_profile.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_permission.go b/vendor/github.com/owncloud/libre-graph-api-go/model_permission.go index 6568fe7c23..3e9e320010 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_permission.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_permission.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_quota.go b/vendor/github.com/owncloud/libre-graph-api-go/model_quota.go index 20eedcffc4..27c40a4f8a 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_quota.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_quota.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_remote_item.go b/vendor/github.com/owncloud/libre-graph-api-go/model_remote_item.go index 68c898b19a..b9557401ea 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_remote_item.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_remote_item.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -23,6 +23,12 @@ type RemoteItem struct { File *OpenGraphFile `json:"file,omitempty"` FileSystemInfo *FileSystemInfo `json:"fileSystemInfo,omitempty"` Folder *Folder `json:"folder,omitempty"` + // The drive alias can be used in clients to make the urls user friendly. Example: 'personal/einstein'. This will be used to resolve to the correct driveID. + DriveAlias *string `json:"driveAlias,omitempty"` + // The relative path of the item in relation to its drive root. + Path *string `json:"path,omitempty"` + // Unique identifier for the drive root of this item. Read-only. + RootId *string `json:"rootId,omitempty"` // Unique identifier for the remote item in its drive. Read-only. Id *string `json:"id,omitempty"` Image *Image `json:"image,omitempty"` @@ -223,6 +229,102 @@ func (o *RemoteItem) SetFolder(v Folder) { o.Folder = &v } +// GetDriveAlias returns the DriveAlias field value if set, zero value otherwise. +func (o *RemoteItem) GetDriveAlias() string { + if o == nil || o.DriveAlias == nil { + var ret string + return ret + } + return *o.DriveAlias +} + +// GetDriveAliasOk returns a tuple with the DriveAlias field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RemoteItem) GetDriveAliasOk() (*string, bool) { + if o == nil || o.DriveAlias == nil { + return nil, false + } + return o.DriveAlias, true +} + +// HasDriveAlias returns a boolean if a field has been set. +func (o *RemoteItem) HasDriveAlias() bool { + if o != nil && o.DriveAlias != nil { + return true + } + + return false +} + +// SetDriveAlias gets a reference to the given string and assigns it to the DriveAlias field. +func (o *RemoteItem) SetDriveAlias(v string) { + o.DriveAlias = &v +} + +// GetPath returns the Path field value if set, zero value otherwise. +func (o *RemoteItem) GetPath() string { + if o == nil || o.Path == nil { + var ret string + return ret + } + return *o.Path +} + +// GetPathOk returns a tuple with the Path field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RemoteItem) GetPathOk() (*string, bool) { + if o == nil || o.Path == nil { + return nil, false + } + return o.Path, true +} + +// HasPath returns a boolean if a field has been set. +func (o *RemoteItem) HasPath() bool { + if o != nil && o.Path != nil { + return true + } + + return false +} + +// SetPath gets a reference to the given string and assigns it to the Path field. +func (o *RemoteItem) SetPath(v string) { + o.Path = &v +} + +// GetRootId returns the RootId field value if set, zero value otherwise. +func (o *RemoteItem) GetRootId() string { + if o == nil || o.RootId == nil { + var ret string + return ret + } + return *o.RootId +} + +// GetRootIdOk returns a tuple with the RootId field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *RemoteItem) GetRootIdOk() (*string, bool) { + if o == nil || o.RootId == nil { + return nil, false + } + return o.RootId, true +} + +// HasRootId returns a boolean if a field has been set. +func (o *RemoteItem) HasRootId() bool { + if o != nil && o.RootId != nil { + return true + } + + return false +} + +// SetRootId gets a reference to the given string and assigns it to the RootId field. +func (o *RemoteItem) SetRootId(v string) { + o.RootId = &v +} + // GetId returns the Id field value if set, zero value otherwise. func (o *RemoteItem) GetId() string { if o == nil || o.Id == nil { @@ -656,6 +758,15 @@ func (o RemoteItem) MarshalJSON() ([]byte, error) { if o.Folder != nil { toSerialize["folder"] = o.Folder } + if o.DriveAlias != nil { + toSerialize["driveAlias"] = o.DriveAlias + } + if o.Path != nil { + toSerialize["path"] = o.Path + } + if o.RootId != nil { + toSerialize["rootId"] = o.RootId + } if o.Id != nil { toSerialize["id"] = o.Id } diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_shared.go b/vendor/github.com/owncloud/libre-graph-api-go/model_shared.go index bf7be667a7..c7373bfd26 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_shared.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_shared.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_special_folder.go b/vendor/github.com/owncloud/libre-graph-api-go/model_special_folder.go index cceeca2d46..a3b800293b 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_special_folder.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_special_folder.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_tag_assignment.go b/vendor/github.com/owncloud/libre-graph-api-go/model_tag_assignment.go index 06b002da4e..263ddc3015 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_tag_assignment.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_tag_assignment.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_tag_unassignment.go b/vendor/github.com/owncloud/libre-graph-api-go/model_tag_unassignment.go index c2340b0340..27d7dbbe48 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_tag_unassignment.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_tag_unassignment.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_trash.go b/vendor/github.com/owncloud/libre-graph-api-go/model_trash.go index 9f391d307b..a3082ad761 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_trash.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_trash.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/model_user.go b/vendor/github.com/owncloud/libre-graph-api-go/model_user.go index d2f92040d7..5f2d808c57 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/model_user.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/model_user.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/response.go b/vendor/github.com/owncloud/libre-graph-api-go/response.go index efad1a9d76..2f92fa5599 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/response.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/response.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/owncloud/libre-graph-api-go/utils.go b/vendor/github.com/owncloud/libre-graph-api-go/utils.go index 727e6eadf8..18084d6089 100644 --- a/vendor/github.com/owncloud/libre-graph-api-go/utils.go +++ b/vendor/github.com/owncloud/libre-graph-api-go/utils.go @@ -3,7 +3,7 @@ Libre Graph API Libre Graph is a free API for cloud collaboration inspired by the MS Graph API. -API version: v1.0.1 +API version: v1.0.4 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/modules.txt b/vendor/modules.txt index 6bbfffb619..c3c37382a3 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1475,7 +1475,7 @@ github.com/opentracing/opentracing-go/log # github.com/orcaman/concurrent-map v1.0.0 ## explicit github.com/orcaman/concurrent-map -# github.com/owncloud/libre-graph-api-go v1.0.2-0.20230330145712-ea267ccd404a +# github.com/owncloud/libre-graph-api-go v1.0.5-0.20230512172639-d458ad6b300b ## explicit; go 1.13 github.com/owncloud/libre-graph-api-go # github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c