Skip to content

Commit 2ff90a2

Browse files
author
Toni Reina
authored
Update validation for AccountService.AccountInvite (#141)
Update the validation for the `id` field.
1 parent 6f632db commit 2ff90a2

6 files changed

Lines changed: 27 additions & 21 deletions

File tree

gen/go/qdrant/cloud/account/v1/account.pb.go

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/openapiv2/qdrant/cloud/account/v1/account.swagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@
540540
"properties": {
541541
"id": {
542542
"type": "string",
543-
"description": "Unique identifier for the invite (in GUID format).\nThis is a read-only field, generated by the server."
543+
"description": "Unique identifier for the invite (in GUID format).\nThis is a read-only field and will be available after an invite is created."
544544
},
545545
"accountName": {
546546
"type": "string",
@@ -710,7 +710,7 @@
710710
"properties": {
711711
"id": {
712712
"type": "string",
713-
"description": "Unique identifier for the invite (in GUID format).\nThis is a read-only field, generated by the server."
713+
"description": "Unique identifier for the invite (in GUID format).\nThis is a read-only field and will be available after an invite is created."
714714
},
715715
"accountId": {
716716
"type": "string",

gen/python/qdrant/cloud/account/v1/account_pb2.py

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/typescript/qdrant/cloud/account/v1/account_pb.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ export declare const AccountSchema: GenMessage<Account>;
732732
export declare type AccountInvite = Message<"qdrant.cloud.account.v1.AccountInvite"> & {
733733
/**
734734
* Unique identifier for the invite (in GUID format).
735-
* This is a read-only field, generated by the server.
735+
* This is a read-only field and will be available after an invite is created.
736736
*
737737
* @generated from field: string id = 1;
738738
*/

0 commit comments

Comments
 (0)