Skip to content

Commit a4b8c86

Browse files
committed
[AUTOMATED] Update: api/proto/docs/analytics.gen.yaml
1 parent 008ca26 commit a4b8c86

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/pages/api/analytics/rpc.gen.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sequence-builder v0.1.0 4a39e75e8858c56142f3371f7345403d0ce264f0
1+
# sequence-builder v0.1.0 28ab67059bd92367eb7a888f1630a8a36d2cbf4e
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -672,7 +672,7 @@ components:
672672
status:
673673
type: number
674674
example: 402
675-
ErrorInvitationLimitReached:
675+
ErrorSeatsLimitReached:
676676
type: object
677677
required:
678678
- error
@@ -682,18 +682,18 @@ components:
682682
properties:
683683
error:
684684
type: string
685-
example: "InvitationLimitReached"
685+
example: "SeatsLimitReached"
686686
code:
687687
type: number
688688
example: 4003
689689
msg:
690690
type: string
691-
example: "Invitation signup limit reached"
691+
example: "Seats limit reached"
692692
cause:
693693
type: string
694694
status:
695695
type: number
696-
example: 422
696+
example: 402
697697
SortOrder:
698698
type: string
699699
description: Represented as uint32 on the server side
@@ -1908,8 +1908,6 @@ components:
19081908
type: string
19091909
usageCount:
19101910
type: number
1911-
signupLimit:
1912-
type: number
19131911
createdAt:
19141912
type: string
19151913
deletedAt:

0 commit comments

Comments
 (0)