vendor changes

Signed-off-by: Christian Richter <c.richter@opencloud.eu>

# Conflicts:
#	go.mod
This commit is contained in:
Christian Richter
2025-07-04 12:04:23 +02:00
parent 8721f23bc5
commit 818490592f
112 changed files with 193 additions and 120 deletions
+2 -2
View File
@@ -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.7
API version: v1.0.8
*/
// 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.7
// APIClient manages communication with the Libre Graph API API vv1.0.8
// In most cases there should be only one, shared, APIClient.
type APIClient struct {
cfg *Configuration