mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-04 20:28:00 +00:00
chore: update license service
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user