File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
example/convex/_generated Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,9 @@ export declare const components: {
5353 "internal" ,
5454 { id : string ; logLevel : "DEBUG" | "INFO" | "WARN" | "ERROR" } ,
5555 null | {
56+ _creationTime : number ;
5657 body ?: string ;
58+ categoryIdentifier ?: string ;
5759 data ?: any ;
5860 numPreviousFailures : number ;
5961 sound ?: string ;
@@ -65,6 +67,7 @@ export declare const components: {
6567 | "failed"
6668 | "maybe_delivered"
6769 | "unable_to_deliver" ;
70+ subtitle ?: string ;
6871 title : string ;
6972 }
7073 > ;
@@ -77,7 +80,9 @@ export declare const components: {
7780 userId : string ;
7881 } ,
7982 Array < {
83+ _creationTime : number ;
8084 body ?: string ;
85+ categoryIdentifier ?: string ;
8186 data ?: any ;
8287 id : string ;
8388 numPreviousFailures : number ;
@@ -90,6 +95,7 @@ export declare const components: {
9095 | "failed"
9196 | "maybe_delivered"
9297 | "unable_to_deliver" ;
98+ subtitle ?: string ;
9399 title : string ;
94100 } >
95101 > ;
@@ -135,8 +141,10 @@ export declare const components: {
135141 logLevel : "DEBUG" | "INFO" | "WARN" | "ERROR" ;
136142 notification : {
137143 body ?: string ;
144+ categoryIdentifier ?: string ;
138145 data ?: any ;
139146 sound ?: string ;
147+ subtitle ?: string ;
140148 title : string ;
141149 } ;
142150 userId : string ;
Original file line number Diff line number Diff line change @@ -47,7 +47,9 @@ export type Mounts = {
4747 "public" ,
4848 { id : string ; logLevel : "DEBUG" | "INFO" | "WARN" | "ERROR" } ,
4949 null | {
50+ _creationTime : number ;
5051 body ?: string ;
52+ categoryIdentifier ?: string ;
5153 data ?: any ;
5254 numPreviousFailures : number ;
5355 sound ?: string ;
@@ -59,6 +61,7 @@ export type Mounts = {
5961 | "failed"
6062 | "maybe_delivered"
6163 | "unable_to_deliver" ;
64+ subtitle ?: string ;
6265 title : string ;
6366 }
6467 > ;
@@ -71,7 +74,9 @@ export type Mounts = {
7174 userId : string ;
7275 } ,
7376 Array < {
77+ _creationTime : number ;
7478 body ?: string ;
79+ categoryIdentifier ?: string ;
7580 data ?: any ;
7681 id : string ;
7782 numPreviousFailures : number ;
@@ -84,6 +89,7 @@ export type Mounts = {
8489 | "failed"
8590 | "maybe_delivered"
8691 | "unable_to_deliver" ;
92+ subtitle ?: string ;
8793 title : string ;
8894 } >
8995 > ;
@@ -129,8 +135,10 @@ export type Mounts = {
129135 logLevel : "DEBUG" | "INFO" | "WARN" | "ERROR" ;
130136 notification : {
131137 body ?: string ;
138+ categoryIdentifier ?: string ;
132139 data ?: any ;
133140 sound ?: string ;
141+ subtitle ?: string ;
134142 title : string ;
135143 } ;
136144 userId : string ;
You can’t perform that action at this time.
0 commit comments