Skip to content

Commit 886d4c2

Browse files
committed
[AUTOMATED] Update: api/proto/docs/analytics.gen.yaml
1 parent 1077cd5 commit 886d4c2

1 file changed

Lines changed: 56 additions & 23 deletions

File tree

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

Lines changed: 56 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sequence-builder v0.1.0 c51ecfa0324f72f1e959f50e9752924a183b2535
1+
# sequence-builder v0.1.0 1fc7d7f4a82628549e00dc9ae8ecd899bff2aa44
22
# --
33
# Code generated by webrpc-gen@v0.26.1 with openapi generator; DO NOT EDIT
44
#
@@ -722,6 +722,13 @@ components:
722722
- ANALYTICS
723723
- MARKETPLACE_SUBDOMAIN
724724
- MARKETPLACE_DOMAIN
725+
TemplateType:
726+
type: string
727+
description: Represented as uint8 on the server side
728+
enum:
729+
- UNKNOWN
730+
- LOGIN
731+
- GUARD
725732
Page:
726733
type: object
727734
properties:
@@ -956,6 +963,19 @@ components:
956963
type: string
957964
hash:
958965
type: string
966+
SESSettings:
967+
type: object
968+
required:
969+
- accessRoleARN
970+
- sourceARN
971+
- region
972+
properties:
973+
accessRoleARN:
974+
type: string
975+
sourceARN:
976+
type: string
977+
region:
978+
type: string
959979
ResourceType:
960980
type: string
961981
description: Represented as int8 on the server side
@@ -1057,13 +1077,6 @@ components:
10571077
- WALLET
10581078
- TOKEN_DIRECTORY
10591079
- ECOSYSTEM
1060-
EmailTemplateType:
1061-
type: string
1062-
description: Represented as uint8 on the server side
1063-
enum:
1064-
- UNKNOWN
1065-
- LOGIN
1066-
- GUARD
10671080
TaskStatus:
10681081
type: string
10691082
description: Represented as uint8 on the server side
@@ -2059,7 +2072,7 @@ components:
20592072
type: string
20602073
createdAt:
20612074
type: string
2062-
EmailTemplate:
2075+
WaasTemplate:
20632076
type: object
20642077
required:
20652078
- id
@@ -2074,7 +2087,7 @@ components:
20742087
id:
20752088
type: number
20762089
templateType:
2077-
$ref: '#/components/schemas/EmailTemplateType'
2090+
$ref: '#/components/schemas/TemplateType'
20782091
projectId:
20792092
type: number
20802093
subject:
@@ -2100,19 +2113,6 @@ components:
21002113
type: string
21012114
deletedAt:
21022115
type: string
2103-
SESSettings:
2104-
type: object
2105-
required:
2106-
- accessRoleARN
2107-
- sourceARN
2108-
- region
2109-
properties:
2110-
accessRoleARN:
2111-
type: string
2112-
sourceARN:
2113-
type: string
2114-
region:
2115-
type: string
21162116
TaskRunner:
21172117
type: object
21182118
required:
@@ -2753,6 +2753,39 @@ components:
27532753
description: 'map<uint64,uint64>'
27542754
additionalProperties:
27552755
type: number
2756+
EcosystemTemplate:
2757+
type: object
2758+
required:
2759+
- subject
2760+
- introText
2761+
- logoUrl
2762+
- fromEmail
2763+
- content
2764+
- placeholders
2765+
- createdAt
2766+
- updatedAt
2767+
properties:
2768+
subject:
2769+
type: string
2770+
introText:
2771+
type: string
2772+
logoUrl:
2773+
type: string
2774+
fromEmail:
2775+
type: string
2776+
content:
2777+
type: string
2778+
placeholders:
2779+
type: array
2780+
description: '[]string'
2781+
items:
2782+
type: string
2783+
sesSettings:
2784+
$ref: '#/components/schemas/SESSettings'
2785+
createdAt:
2786+
type: string
2787+
updatedAt:
2788+
type: string
27562789
MarketplaceWalletType:
27572790
type: string
27582791
description: Represented as uint8 on the server side

0 commit comments

Comments
 (0)