Skip to content

Commit cfbec43

Browse files
committed
[AUTOMATED] Update: api/proto/docs/analytics.gen.yaml
1 parent ab940f7 commit cfbec43

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

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

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sequence-builder v0.1.0 721dce5b796b7fd058a4e6dffb6bb7142bdd2042
1+
# sequence-builder v0.1.0 55fdc9f5ee8e8fdae367475126a11217f7bcce23
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -2786,13 +2786,6 @@ components:
27862786
- UNKNOWN
27872787
- OPEN
27882788
- CLOSED
2789-
ThemeType:
2790-
type: string
2791-
description: Represented as string on the server side
2792-
enum:
2793-
- LIGHT
2794-
- DARK
2795-
- CUSTOM
27962789
LoginProviderType:
27972790
type: string
27982791
description: Represented as string on the server side
@@ -2802,6 +2795,13 @@ components:
28022795
- EMAIL
28032796
- PASSKEY
28042797
- PRIVATE_KEY
2798+
ThemeType:
2799+
type: string
2800+
description: Represented as string on the server side
2801+
enum:
2802+
- light
2803+
- dark
2804+
- system
28052805
Ecosystem:
28062806
type: object
28072807
required:
@@ -3097,8 +3097,6 @@ components:
30973097
type: object
30983098
required:
30993099
- id
3100-
- name
3101-
- description
31023100
- coverImage
31033101
- url
31043102
- categoryTags
@@ -3179,6 +3177,7 @@ components:
31793177
- url
31803178
- email
31813179
- defaultTheme
3180+
- supportedThemes
31823181
- themes
31833182
- metaTags
31843183
- defaultCurrency
@@ -3200,7 +3199,12 @@ components:
32003199
email:
32013200
type: string
32023201
defaultTheme:
3203-
type: string
3202+
$ref: '#/components/schemas/ThemeType'
3203+
supportedThemes:
3204+
type: array
3205+
description: '[]ThemeType'
3206+
items:
3207+
$ref: '#/components/schemas/ThemeType'
32043208
themes:
32053209
$ref: '#/components/schemas/WalletThemes'
32063210
metaTags:

0 commit comments

Comments
 (0)