update tooling (#5038)

* update tooling

* update nodejs version
This commit is contained in:
Willy Kloucek
2022-11-11 15:01:45 +01:00
committed by GitHub
parent cd2a3e57bc
commit d74b879d4f
31 changed files with 310 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.0
// protoc-gen-go v1.28.1
// protoc (unknown)
// source: ocis/messages/search/v0/search.proto

View File

@@ -1,6 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.0
// protoc-gen-go v1.28.1
// protoc (unknown)
// source: ocis/messages/settings/v0/settings.proto

View File

@@ -1,6 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.0
// protoc-gen-go v1.28.1
// protoc (unknown)
// source: ocis/messages/store/v0/store.proto

View File

@@ -1,6 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.0
// protoc-gen-go v1.28.1
// protoc (unknown)
// source: ocis/messages/thumbnails/v0/thumbnails.proto

View File

@@ -1,6 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.0
// protoc-gen-go v1.28.1
// protoc (unknown)
// source: ocis/services/search/v0/search.proto

View File

@@ -1,6 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.0
// protoc-gen-go v1.28.1
// protoc (unknown)
// source: ocis/services/settings/v0/settings.proto

View File

@@ -109,6 +109,7 @@
"200": {
"description": "A successful response.",
"schema": {
"type": "object",
"properties": {}
}
},
@@ -269,6 +270,7 @@
"200": {
"description": "A successful response.",
"schema": {
"type": "object",
"properties": {}
}
},
@@ -929,7 +931,8 @@
"OPERATION_WRITE",
"OPERATION_READWRITE"
],
"default": "OPERATION_UNKNOWN"
"default": "OPERATION_UNKNOWN",
"title": "- OPERATION_WRITE: WRITE is a combination of CREATE and UPDATE\n - OPERATION_READWRITE: READWRITE is a combination of READ and WRITE"
},
"v0RemoveRoleFromUserRequest": {
"type": "object",

View File

@@ -1,6 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.0
// protoc-gen-go v1.28.1
// protoc (unknown)
// source: ocis/services/store/v0/store.proto

View File

@@ -1,6 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.0
// protoc-gen-go v1.28.1
// protoc (unknown)
// source: ocis/services/thumbnails/v0/thumbnails.proto

View File

@@ -94,7 +94,7 @@
"GIF"
],
"default": "PNG",
"description": "The file types to which the thumbnail can be encoded to."
"description": "The file types to which the thumbnail can be encoded to.\n\n - PNG: Represents PNG type\n - JPG: Represents JPG type\n - GIF: Represents GIF type"
},
"v0WebdavSource": {
"type": "object",