diff --git a/go.mod b/go.mod index 3f0be6e78c..9643dd4f22 100644 --- a/go.mod +++ b/go.mod @@ -63,7 +63,7 @@ require ( github.com/onsi/ginkgo/v2 v2.23.4 github.com/onsi/gomega v1.37.0 github.com/open-policy-agent/opa v1.5.0 - github.com/opencloud-eu/libre-graph-api-go v1.0.6 + github.com/opencloud-eu/libre-graph-api-go v1.0.7 github.com/opencloud-eu/reva/v2 v2.33.1-0.20250520152851-d33c49bb52b9 github.com/orcaman/concurrent-map v1.0.0 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index 1dee1c4686..58f3f47c91 100644 --- a/go.sum +++ b/go.sum @@ -867,8 +867,8 @@ github.com/open-policy-agent/opa v1.5.0 h1:npsQMUZvafCLYHofoNrZ0cSWbvoDpasvWtrHX github.com/open-policy-agent/opa v1.5.0/go.mod h1:bYbS7u+uhTI+cxHQIpzvr5hxX0hV7urWtY+38ZtjMgk= github.com/opencloud-eu/go-micro-plugins/v4/store/nats-js-kv v0.0.0-20250512152754-23325793059a h1:Sakl76blJAaM6NxylVkgSzktjo2dS504iDotEFJsh3M= github.com/opencloud-eu/go-micro-plugins/v4/store/nats-js-kv v0.0.0-20250512152754-23325793059a/go.mod h1:pjcozWijkNPbEtX5SIQaxEW/h8VAVZYTLx+70bmB3LY= -github.com/opencloud-eu/libre-graph-api-go v1.0.6 h1:bUQq0tfaLboZZmPuI6C1rr/wFIVOIM9IsE1WqI5QsDA= -github.com/opencloud-eu/libre-graph-api-go v1.0.6/go.mod h1:pzatilMEHZFT3qV7C/X3MqOa3NlRQuYhlRhZTL+hN6Q= +github.com/opencloud-eu/libre-graph-api-go v1.0.7 h1:xP8xlRc6z+gROmQYWohIXn1GtaORQKh8PN7grF3Z790= +github.com/opencloud-eu/libre-graph-api-go v1.0.7/go.mod h1:pzatilMEHZFT3qV7C/X3MqOa3NlRQuYhlRhZTL+hN6Q= github.com/opencloud-eu/reva/v2 v2.33.1-0.20250520152851-d33c49bb52b9 h1:7y8gTqVQSXLyAqeUFesbI58OkgGcS5fmfq2f3e95XOI= github.com/opencloud-eu/reva/v2 v2.33.1-0.20250520152851-d33c49bb52b9/go.mod h1:8S3B+GPFdGMcNL/pkSHI4K2/E0ICvR7qxllE7Ooydm8= github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/README.md b/vendor/github.com/opencloud-eu/libre-graph-api-go/README.md index 14aee8a006..b9fd16c5e8 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/README.md +++ b/vendor/github.com/opencloud-eu/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.5 +- API version: v1.0.7 - Package version: 1.0.0 - Generator version: 7.13.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_activities.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_activities.go index 371a5180cc..f14505bed5 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_activities.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_activities.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_applications.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_applications.go index 5de2348186..c3137d57ef 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_applications.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_drive_item.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_drive_item.go index e2b94241f0..d90079d256 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_drive_item.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_drives.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_drives.go index 98185bc931..2e21f644c3 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_drives.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_drives_get_drives.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_drives_get_drives.go index 912d9ec027..4375d28d75 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_drives_get_drives.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_drives_permissions.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_drives_permissions.go index 9452505627..45365986c0 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_drives_permissions.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_drives_permissions.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_drives_root.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_drives_root.go index 3a4b2e0dbe..4eaa3a1b91 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_drives_root.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_education_class.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_education_class.go index 814cbc8b6c..40ea1a2960 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_education_class.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_education_class_teachers.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_education_class_teachers.go index 023a24ec32..f47a432ed6 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_education_class_teachers.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_education_school.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_education_school.go index d106ca551d..17ad55f977 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_education_school.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_education_user.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_education_user.go index 428da41076..4e683efeed 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_education_user.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_group.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_group.go index 3f508d02c2..5b1d20b71f 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_group.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_groups.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_groups.go index 6e3ab99300..a5cd17ee8d 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_groups.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_changepassword.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_changepassword.go index 9a8a2b2377..f4b38472dc 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_changepassword.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_drive.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_drive.go index bd557090d6..1240a48d46 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_drive.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_drive_root.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_drive_root.go index 6404835b2a..a82f086dcb 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_drive_root.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_drive_root_children.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_drive_root_children.go index 37ea0e020f..0c44169904 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_drive_root_children.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_drives.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_drives.go index 311e4763d6..4c05152689 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_drives.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_photo.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_photo.go index 9ef5d0806c..8c099c3823 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_photo.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_photo.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_user.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_user.go index 19ed1a0911..ec929016cf 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_me_user.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_role_management.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_role_management.go index a401d212cd..8dfd444b13 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_role_management.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_role_management.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_tags.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_tags.go index 8f8188a367..6c755253c0 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_tags.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_user.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_user.go index 4c5144e245..f50a1cdc9d 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_user.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_user_app_role_assignment.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_user_app_role_assignment.go index ee4dfc85d9..a2a38209e7 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_user_app_role_assignment.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_user_photo.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_user_photo.go index c2e04caa7b..3fbf9fe5e5 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_user_photo.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_user_photo.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_users.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/api_users.go index 6f342da42d..190650d396 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/api_users.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/client.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/client.go index a239a7abb8..0d1c7b5d32 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/client.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Libre Graph API API vv1.0.5 +// APIClient manages communication with the Libre Graph API API vv1.0.7 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/configuration.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/configuration.go index c48fd2b00e..8b6f9e05b6 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/configuration.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_activity.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_activity.go index 055ec12ab4..a9b40841b4 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_activity.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_activity.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_activity_template.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_activity_template.go index 1beeda9cf5..dcb44485eb 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_activity_template.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_activity_template.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_activity_times.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_activity_times.go index 696efc96b9..0252bb7a4d 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_activity_times.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_activity_times.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_app_role.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_app_role.go index 71ec44216a..71d7d9db6a 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_app_role.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_app_role_assignment.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_app_role_assignment.go index 10e6e70741..824405131c 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_app_role_assignment.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_application.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_application.go index 8e5255c749..979bbce1c0 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_application.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_audio.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_audio.go index eb81dedad0..1d56b35f0e 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_audio.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_audio.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_class_member_reference.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_class_member_reference.go index 169efa9614..c268297fff 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_class_member_reference.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_class_reference.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_class_reference.go index 5f9152118a..16589ea124 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_class_reference.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_class_teacher_reference.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_class_teacher_reference.go index e42db4d565..6526826c03 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_class_teacher_reference.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_activities.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_activities.go index 285d171ab7..332dc5c663 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_activities.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_activities.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_app_role_assignments.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_app_role_assignments.go index c19cfe55c2..2eedd53c1a 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_app_role_assignments.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_applications.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_applications.go index b9b7287109..4912bc71ab 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_applications.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_class.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_class.go index 824cc9f551..0b8cbd67fe 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_class.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_drive_items.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_drive_items.go index f406387eb0..5acbe340e3 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_drive_items.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_drive_items_1.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_drive_items_1.go index 8bd6d9d4d9..6912716ce6 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_drive_items_1.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_drive_items_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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_drives.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_drives.go index 4a9bc95237..881f8e2d8f 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_drives.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_drives_1.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_drives_1.go index 975fc86ff1..ce2c0b5de1 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_drives_1.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_education_class.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_education_class.go index c66043884b..75f1be08c9 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_education_class.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_education_user.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_education_user.go index 9247a79304..159d00165d 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_education_user.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_group.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_group.go index 37fe3a6d05..dfc84ee867 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_group.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_permissions.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_permissions.go index 1d28e0dfaf..75357253a9 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_permissions.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_permissions.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_permissions_with_allowed_values.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_permissions_with_allowed_values.go index acb54eb57a..339c79da1c 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_permissions_with_allowed_values.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_permissions_with_allowed_values.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_schools.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_schools.go index 72bd03a6e8..6266a2ea87 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_schools.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_tags.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_tags.go index d1e3417c9c..048a87b760 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_tags.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_user.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_user.go index 98577ceca2..c468f396dd 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_user.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_users.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_users.go index d6ba19091e..59c7e94458 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_collection_of_users.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_deleted.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_deleted.go index b29a05ba35..d2cdb495e9 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_deleted.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive.go index d1b3523d2b..0ba08e2c38 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_item.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_item.go index acc6d2109c..df311ed889 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_item.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_item_create_link.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_item_create_link.go index e86f84246e..7f0ec7cc0b 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_item_create_link.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_item_create_link.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_item_invite.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_item_invite.go index 2b3ec7cd57..db88f11ef7 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_item_invite.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_item_invite.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_recipient.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_recipient.go index 92007b7630..408587b230 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_recipient.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_recipient.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_update.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_update.go index 6216f916b3..f44369feb1 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_update.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_drive_update.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_education_class.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_education_class.go index 538749a260..c737022b7c 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_education_class.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_education_school.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_education_school.go index 91f4f2b999..b3d43aa3b4 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_education_school.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_education_user.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_education_user.go index 1af19ce99d..5ddde4a220 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_education_user.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_education_user_reference.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_education_user_reference.go index 60027bcc9a..8836af7b6d 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_education_user_reference.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_export_personal_data_request.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_export_personal_data_request.go index 892121a59a..ff3a0eb218 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_export_personal_data_request.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_file_system_info.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_file_system_info.go index 20f8206f48..2d8f3b3f39 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_file_system_info.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_folder.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_folder.go index 3e05461f10..a4fd976773 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_folder.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_folder_view.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_folder_view.go index 64ee1e71d9..8d4588f258 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_folder_view.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_geo_coordinates.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_geo_coordinates.go index 501f5e4173..46ae4081d1 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_geo_coordinates.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_geo_coordinates.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_group.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_group.go index 5d444dbe3f..7eab92d667 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_group.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_hashes.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_hashes.go index ed864c305a..aa4886fc03 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_hashes.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_identity.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_identity.go index a4bd20050b..1b7f10f44a 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_identity.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_identity_set.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_identity_set.go index ec54fead86..ce5bd3b806 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_identity_set.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_image.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_image.go index e0beb548b6..db5952e303 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_image.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_item_reference.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_item_reference.go index 997d754100..458c56e9c3 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_item_reference.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_member_reference.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_member_reference.go index bfb9d5b600..af435a3ec2 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_member_reference.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_object_identity.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_object_identity.go index d43c5cbf01..f17bb292b5 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_object_identity.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_odata_error.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_odata_error.go index 7655e2f1df..7a57aa1edb 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_odata_error.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_odata_error_detail.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_odata_error_detail.go index 3305874ac5..28bea872cf 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_odata_error_detail.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_odata_error_main.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_odata_error_main.go index c59778ff57..b9003f8acd 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_odata_error_main.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_open_graph_file.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_open_graph_file.go index 1bdb3d5fa0..d3da416fb8 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_open_graph_file.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_password_change.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_password_change.go index 09e820a977..3ffbaaeee8 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_password_change.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_password_profile.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_password_profile.go index d0feaece0a..d270b0c094 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_password_profile.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_permission.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_permission.go index 42d96d6e89..0dd135e0d6 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_permission.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_photo.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_photo.go index ef5238a272..607e9d4741 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_photo.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_photo.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_quota.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_quota.go index cb68b8651c..3437831f17 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_quota.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_remote_item.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_remote_item.go index 8767200189..91e93bbba9 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_remote_item.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_share_point_identity_set.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_share_point_identity_set.go index 5c69da791e..5e69cac113 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_share_point_identity_set.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_share_point_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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sharing_invitation.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sharing_invitation.go index 8fa079ec94..706f19543e 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sharing_invitation.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sharing_invitation.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sharing_link.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sharing_link.go index c1afad2cab..f7b412b7e2 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sharing_link.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sharing_link.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sharing_link_password.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sharing_link_password.go index 21ccd2ea2a..979e7f0cab 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sharing_link_password.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sharing_link_password.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sharing_link_type.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sharing_link_type.go index e674a67c07..1e7b61219c 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sharing_link_type.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sharing_link_type.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sign_in_activity.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sign_in_activity.go index e24da2f90b..4afb738775 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sign_in_activity.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_sign_in_activity.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_special_folder.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_special_folder.go index 7e4c4c7518..f376d9db95 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_special_folder.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_tag_assignment.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_tag_assignment.go index 17ad38b12b..fcab607d3f 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_tag_assignment.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_tag_unassignment.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_tag_unassignment.go index f6c7be4646..5df086225f 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_tag_unassignment.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_thumbnail.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_thumbnail.go index a257b14ded..e87e0a8237 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_thumbnail.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_thumbnail.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_thumbnail_set.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_thumbnail_set.go index b395efae78..4f0db8c42c 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_thumbnail_set.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_thumbnail_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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_trash.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_trash.go index 3792246d46..c70b588b76 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_trash.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_unified_role_definition.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_unified_role_definition.go index de41f2223d..2dbbf24ddf 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_unified_role_definition.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_unified_role_definition.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_unified_role_permission.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_unified_role_permission.go index b270bcbcb9..c9e7f12ba7 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_unified_role_permission.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_unified_role_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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_user.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_user.go index 6f60068716..b3da44109c 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_user.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_user_update.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_user_update.go index c796555e3c..37a9b4f849 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_user_update.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_user_update.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_video.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_video.go index 55aa58e8d8..563230b76e 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/model_video.go +++ b/vendor/github.com/opencloud-eu/libre-graph-api-go/model_video.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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/response.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/response.go index 55858bf270..470c5ccb8b 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/response.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/github.com/opencloud-eu/libre-graph-api-go/utils.go b/vendor/github.com/opencloud-eu/libre-graph-api-go/utils.go index 60d58e4466..443fd9ed9d 100644 --- a/vendor/github.com/opencloud-eu/libre-graph-api-go/utils.go +++ b/vendor/github.com/opencloud-eu/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.5 +API version: v1.0.7 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/vendor/modules.txt b/vendor/modules.txt index 881fdcc43f..405e5039d2 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1203,7 +1203,7 @@ github.com/open-policy-agent/opa/v1/types github.com/open-policy-agent/opa/v1/util github.com/open-policy-agent/opa/v1/util/decoding github.com/open-policy-agent/opa/v1/version -# github.com/opencloud-eu/libre-graph-api-go v1.0.6 +# github.com/opencloud-eu/libre-graph-api-go v1.0.7 ## explicit; go 1.18 github.com/opencloud-eu/libre-graph-api-go # github.com/opencloud-eu/reva/v2 v2.33.1-0.20250520152851-d33c49bb52b9