chore: update license service

This commit is contained in:
Steven
2024-08-12 21:17:27 +08:00
parent 768af5b096
commit 00e2a6fd96
13 changed files with 297 additions and 107 deletions

View File

@ -1100,6 +1100,7 @@ definitions:
- PLAN_TYPE_UNSPECIFIED
- FREE
- PRO
- ENTERPRISE
default: PLAN_TYPE_UNSPECIFIED
v1Role:
type: string
@ -1122,6 +1123,15 @@ definitions:
type: string
format: date-time
readOnly: true
seats:
type: integer
format: int32
readOnly: true
features:
type: array
items:
type: string
readOnly: true
v1UpdateCollectionResponse:
type: object
properties: