@notionhq/custom-blocks-host 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/protocol/dataSources/dataSource.d.ts +135 -135
- package/dist/protocol/dataSources/propertySchema.d.ts +27 -27
- package/dist/protocol/messages/createPage.d.ts +15 -15
- package/dist/protocol/messages/createPageResult.d.ts +15 -15
- package/dist/protocol/messages/dataSourcesChanged.d.ts +27 -27
- package/dist/protocol/messages/getPage.d.ts +15 -15
- package/dist/protocol/messages/hostToSandbox.d.ts +100 -100
- package/dist/protocol/messages/init.d.ts +28 -28
- package/dist/protocol/messages/sandboxToHost.d.ts +30 -30
- package/dist/protocol/messages/updatePage.d.ts +15 -15
- package/dist/protocol/messages/updatePageResult.d.ts +15 -15
- package/dist/protocol/pages/page.d.ts +45 -45
- package/dist/queries/querySubscriptions.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -7,7 +7,7 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
7
7
|
readonly initializationId: v.StringSchema<undefined>;
|
|
8
8
|
readonly status: v.LiteralSchema<"success", undefined>;
|
|
9
9
|
readonly theme: v.PicklistSchema<["light", "dark"], undefined>;
|
|
10
|
-
readonly contrastMode: v.OptionalSchema<v.PicklistSchema<["standard", "high"], undefined>, "
|
|
10
|
+
readonly contrastMode: v.OptionalSchema<v.PicklistSchema<["standard", "high"], undefined>, "high" | "standard">;
|
|
11
11
|
readonly blockId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.BrandAction<string, "NotionBlockId">]>;
|
|
12
12
|
readonly parent: v.VariantSchema<"type", [v.ObjectSchema<{
|
|
13
13
|
readonly type: v.LiteralSchema<"page_id", undefined>;
|
|
@@ -77,34 +77,36 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
77
77
|
readonly collectionSchema: v.OptionalSchema<v.ObjectSchema<{
|
|
78
78
|
readonly id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.BrandAction<string, "NotionDataSourceId">]>, undefined>;
|
|
79
79
|
readonly propertiesById: v.RecordSchema<v.StringSchema<undefined>, v.VariantSchema<"type", [v.ObjectSchema<{
|
|
80
|
-
readonly type: v.LiteralSchema<"title", undefined>;
|
|
81
80
|
readonly name: v.StringSchema<undefined>;
|
|
82
81
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
82
|
+
readonly type: v.LiteralSchema<"title", undefined>;
|
|
83
83
|
}, undefined>, v.ObjectSchema<{
|
|
84
|
-
readonly type: v.LiteralSchema<"rich_text", undefined>;
|
|
85
84
|
readonly name: v.StringSchema<undefined>;
|
|
86
85
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
86
|
+
readonly type: v.LiteralSchema<"rich_text", undefined>;
|
|
87
87
|
}, undefined>, v.ObjectSchema<{
|
|
88
|
-
readonly type: v.LiteralSchema<"number", undefined>;
|
|
89
88
|
readonly name: v.StringSchema<undefined>;
|
|
90
89
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
90
|
+
readonly type: v.LiteralSchema<"number", undefined>;
|
|
91
91
|
}, undefined>, v.ObjectSchema<{
|
|
92
|
-
readonly type: v.LiteralSchema<"checkbox", undefined>;
|
|
93
92
|
readonly name: v.StringSchema<undefined>;
|
|
94
93
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
94
|
+
readonly type: v.LiteralSchema<"checkbox", undefined>;
|
|
95
95
|
}, undefined>, v.ObjectSchema<{
|
|
96
|
-
readonly type: v.LiteralSchema<"url", undefined>;
|
|
97
96
|
readonly name: v.StringSchema<undefined>;
|
|
98
97
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
98
|
+
readonly type: v.LiteralSchema<"url", undefined>;
|
|
99
99
|
}, undefined>, v.ObjectSchema<{
|
|
100
|
-
readonly type: v.LiteralSchema<"email", undefined>;
|
|
101
100
|
readonly name: v.StringSchema<undefined>;
|
|
102
101
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
102
|
+
readonly type: v.LiteralSchema<"email", undefined>;
|
|
103
103
|
}, undefined>, v.ObjectSchema<{
|
|
104
|
-
readonly type: v.LiteralSchema<"phone_number", undefined>;
|
|
105
104
|
readonly name: v.StringSchema<undefined>;
|
|
106
105
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
106
|
+
readonly type: v.LiteralSchema<"phone_number", undefined>;
|
|
107
107
|
}, undefined>, v.ObjectSchema<{
|
|
108
|
+
readonly name: v.StringSchema<undefined>;
|
|
109
|
+
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
108
110
|
readonly type: v.LiteralSchema<"select", undefined>;
|
|
109
111
|
readonly options: v.ArraySchema<v.ObjectSchema<{
|
|
110
112
|
readonly id: v.StringSchema<undefined>;
|
|
@@ -112,9 +114,9 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
112
114
|
readonly color: v.OptionalSchema<v.PicklistSchema<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red", "gray_background", "brown_background", "orange_background", "yellow_background", "green_background", "blue_background", "purple_background", "pink_background", "red_background", "default_background"], undefined>, undefined>;
|
|
113
115
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
114
116
|
}, undefined>, undefined>;
|
|
117
|
+
}, undefined>, v.ObjectSchema<{
|
|
115
118
|
readonly name: v.StringSchema<undefined>;
|
|
116
119
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
117
|
-
}, undefined>, v.ObjectSchema<{
|
|
118
120
|
readonly type: v.LiteralSchema<"multi_select", undefined>;
|
|
119
121
|
readonly options: v.ArraySchema<v.ObjectSchema<{
|
|
120
122
|
readonly id: v.StringSchema<undefined>;
|
|
@@ -122,9 +124,9 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
122
124
|
readonly color: v.OptionalSchema<v.PicklistSchema<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red", "gray_background", "brown_background", "orange_background", "yellow_background", "green_background", "blue_background", "purple_background", "pink_background", "red_background", "default_background"], undefined>, undefined>;
|
|
123
125
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
124
126
|
}, undefined>, undefined>;
|
|
127
|
+
}, undefined>, v.ObjectSchema<{
|
|
125
128
|
readonly name: v.StringSchema<undefined>;
|
|
126
129
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
127
|
-
}, undefined>, v.ObjectSchema<{
|
|
128
130
|
readonly type: v.LiteralSchema<"status", undefined>;
|
|
129
131
|
readonly options: v.ArraySchema<v.ObjectSchema<{
|
|
130
132
|
readonly id: v.StringSchema<undefined>;
|
|
@@ -138,77 +140,75 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
138
140
|
readonly color: v.OptionalSchema<v.PicklistSchema<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red", "gray_background", "brown_background", "orange_background", "yellow_background", "green_background", "blue_background", "purple_background", "pink_background", "red_background", "default_background"], undefined>, undefined>;
|
|
139
141
|
readonly option_ids: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
140
142
|
}, undefined>, undefined>;
|
|
143
|
+
}, undefined>, v.ObjectSchema<{
|
|
141
144
|
readonly name: v.StringSchema<undefined>;
|
|
142
145
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
143
|
-
}, undefined>, v.ObjectSchema<{
|
|
144
146
|
readonly type: v.LiteralSchema<"date", undefined>;
|
|
147
|
+
}, undefined>, v.ObjectSchema<{
|
|
145
148
|
readonly name: v.StringSchema<undefined>;
|
|
146
149
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
147
|
-
}, undefined>, v.ObjectSchema<{
|
|
148
150
|
readonly type: v.LiteralSchema<"people", undefined>;
|
|
151
|
+
}, undefined>, v.ObjectSchema<{
|
|
149
152
|
readonly name: v.StringSchema<undefined>;
|
|
150
153
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
151
|
-
}, undefined>, v.ObjectSchema<{
|
|
152
154
|
readonly type: v.LiteralSchema<"files", undefined>;
|
|
155
|
+
}, undefined>, v.ObjectSchema<{
|
|
153
156
|
readonly name: v.StringSchema<undefined>;
|
|
154
157
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
155
|
-
}, undefined>, v.ObjectSchema<{
|
|
156
158
|
readonly type: v.LiteralSchema<"unique_id", undefined>;
|
|
159
|
+
}, undefined>, v.ObjectSchema<{
|
|
157
160
|
readonly name: v.StringSchema<undefined>;
|
|
158
161
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
159
|
-
}, undefined>, v.ObjectSchema<{
|
|
160
162
|
readonly type: v.LiteralSchema<"relation", undefined>;
|
|
161
163
|
readonly data_source_id: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
162
164
|
readonly dual_property: v.OptionalSchema<v.ObjectSchema<{
|
|
163
165
|
readonly synced_property_id: v.StringSchema<undefined>;
|
|
164
166
|
readonly synced_property_name: v.StringSchema<undefined>;
|
|
165
167
|
}, undefined>, undefined>;
|
|
166
|
-
readonly name: v.StringSchema<undefined>;
|
|
167
|
-
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
168
168
|
}, undefined>, v.ObjectSchema<{
|
|
169
|
-
readonly type: v.LiteralSchema<"place", undefined>;
|
|
170
169
|
readonly name: v.StringSchema<undefined>;
|
|
171
170
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
171
|
+
readonly type: v.LiteralSchema<"place", undefined>;
|
|
172
172
|
}, undefined>, v.ObjectSchema<{
|
|
173
|
-
readonly type: v.LiteralSchema<"formula", undefined>;
|
|
174
173
|
readonly name: v.StringSchema<undefined>;
|
|
175
174
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
175
|
+
readonly type: v.LiteralSchema<"formula", undefined>;
|
|
176
176
|
}, undefined>, v.ObjectSchema<{
|
|
177
|
-
readonly type: v.LiteralSchema<"rollup", undefined>;
|
|
178
177
|
readonly name: v.StringSchema<undefined>;
|
|
179
178
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
179
|
+
readonly type: v.LiteralSchema<"rollup", undefined>;
|
|
180
180
|
}, undefined>, v.ObjectSchema<{
|
|
181
|
-
readonly type: v.LiteralSchema<"button", undefined>;
|
|
182
181
|
readonly name: v.StringSchema<undefined>;
|
|
183
182
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
183
|
+
readonly type: v.LiteralSchema<"button", undefined>;
|
|
184
184
|
}, undefined>, v.ObjectSchema<{
|
|
185
|
-
readonly type: v.LiteralSchema<"verification", undefined>;
|
|
186
185
|
readonly name: v.StringSchema<undefined>;
|
|
187
186
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
187
|
+
readonly type: v.LiteralSchema<"verification", undefined>;
|
|
188
188
|
}, undefined>, v.ObjectSchema<{
|
|
189
|
-
readonly type: v.LiteralSchema<"last_visited_time", undefined>;
|
|
190
189
|
readonly name: v.StringSchema<undefined>;
|
|
191
190
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
191
|
+
readonly type: v.LiteralSchema<"last_visited_time", undefined>;
|
|
192
192
|
}, undefined>, v.ObjectSchema<{
|
|
193
|
-
readonly type: v.LiteralSchema<"location", undefined>;
|
|
194
193
|
readonly name: v.StringSchema<undefined>;
|
|
195
194
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
195
|
+
readonly type: v.LiteralSchema<"location", undefined>;
|
|
196
196
|
}, undefined>, v.ObjectSchema<{
|
|
197
|
-
readonly type: v.LiteralSchema<"created_time", undefined>;
|
|
198
197
|
readonly name: v.StringSchema<undefined>;
|
|
199
198
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
199
|
+
readonly type: v.LiteralSchema<"created_time", undefined>;
|
|
200
200
|
}, undefined>, v.ObjectSchema<{
|
|
201
|
-
readonly type: v.LiteralSchema<"last_edited_time", undefined>;
|
|
202
201
|
readonly name: v.StringSchema<undefined>;
|
|
203
202
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
203
|
+
readonly type: v.LiteralSchema<"last_edited_time", undefined>;
|
|
204
204
|
}, undefined>, v.ObjectSchema<{
|
|
205
|
-
readonly type: v.LiteralSchema<"created_by", undefined>;
|
|
206
205
|
readonly name: v.StringSchema<undefined>;
|
|
207
206
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
207
|
+
readonly type: v.LiteralSchema<"created_by", undefined>;
|
|
208
208
|
}, undefined>, v.ObjectSchema<{
|
|
209
|
-
readonly type: v.LiteralSchema<"last_edited_by", undefined>;
|
|
210
209
|
readonly name: v.StringSchema<undefined>;
|
|
211
210
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
211
|
+
readonly type: v.LiteralSchema<"last_edited_by", undefined>;
|
|
212
212
|
}, undefined>], undefined>, undefined>;
|
|
213
213
|
}, undefined>, undefined>;
|
|
214
214
|
readonly propertyIdsByKey: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>, undefined>;
|
|
@@ -306,34 +306,36 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
306
306
|
readonly collectionSchema: v.OptionalSchema<v.ObjectSchema<{
|
|
307
307
|
readonly id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.BrandAction<string, "NotionDataSourceId">]>, undefined>;
|
|
308
308
|
readonly propertiesById: v.RecordSchema<v.StringSchema<undefined>, v.VariantSchema<"type", [v.ObjectSchema<{
|
|
309
|
-
readonly type: v.LiteralSchema<"title", undefined>;
|
|
310
309
|
readonly name: v.StringSchema<undefined>;
|
|
311
310
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
311
|
+
readonly type: v.LiteralSchema<"title", undefined>;
|
|
312
312
|
}, undefined>, v.ObjectSchema<{
|
|
313
|
-
readonly type: v.LiteralSchema<"rich_text", undefined>;
|
|
314
313
|
readonly name: v.StringSchema<undefined>;
|
|
315
314
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
315
|
+
readonly type: v.LiteralSchema<"rich_text", undefined>;
|
|
316
316
|
}, undefined>, v.ObjectSchema<{
|
|
317
|
-
readonly type: v.LiteralSchema<"number", undefined>;
|
|
318
317
|
readonly name: v.StringSchema<undefined>;
|
|
319
318
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
319
|
+
readonly type: v.LiteralSchema<"number", undefined>;
|
|
320
320
|
}, undefined>, v.ObjectSchema<{
|
|
321
|
-
readonly type: v.LiteralSchema<"checkbox", undefined>;
|
|
322
321
|
readonly name: v.StringSchema<undefined>;
|
|
323
322
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
323
|
+
readonly type: v.LiteralSchema<"checkbox", undefined>;
|
|
324
324
|
}, undefined>, v.ObjectSchema<{
|
|
325
|
-
readonly type: v.LiteralSchema<"url", undefined>;
|
|
326
325
|
readonly name: v.StringSchema<undefined>;
|
|
327
326
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
327
|
+
readonly type: v.LiteralSchema<"url", undefined>;
|
|
328
328
|
}, undefined>, v.ObjectSchema<{
|
|
329
|
-
readonly type: v.LiteralSchema<"email", undefined>;
|
|
330
329
|
readonly name: v.StringSchema<undefined>;
|
|
331
330
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
331
|
+
readonly type: v.LiteralSchema<"email", undefined>;
|
|
332
332
|
}, undefined>, v.ObjectSchema<{
|
|
333
|
-
readonly type: v.LiteralSchema<"phone_number", undefined>;
|
|
334
333
|
readonly name: v.StringSchema<undefined>;
|
|
335
334
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
335
|
+
readonly type: v.LiteralSchema<"phone_number", undefined>;
|
|
336
336
|
}, undefined>, v.ObjectSchema<{
|
|
337
|
+
readonly name: v.StringSchema<undefined>;
|
|
338
|
+
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
337
339
|
readonly type: v.LiteralSchema<"select", undefined>;
|
|
338
340
|
readonly options: v.ArraySchema<v.ObjectSchema<{
|
|
339
341
|
readonly id: v.StringSchema<undefined>;
|
|
@@ -341,9 +343,9 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
341
343
|
readonly color: v.OptionalSchema<v.PicklistSchema<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red", "gray_background", "brown_background", "orange_background", "yellow_background", "green_background", "blue_background", "purple_background", "pink_background", "red_background", "default_background"], undefined>, undefined>;
|
|
342
344
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
343
345
|
}, undefined>, undefined>;
|
|
346
|
+
}, undefined>, v.ObjectSchema<{
|
|
344
347
|
readonly name: v.StringSchema<undefined>;
|
|
345
348
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
346
|
-
}, undefined>, v.ObjectSchema<{
|
|
347
349
|
readonly type: v.LiteralSchema<"multi_select", undefined>;
|
|
348
350
|
readonly options: v.ArraySchema<v.ObjectSchema<{
|
|
349
351
|
readonly id: v.StringSchema<undefined>;
|
|
@@ -351,9 +353,9 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
351
353
|
readonly color: v.OptionalSchema<v.PicklistSchema<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red", "gray_background", "brown_background", "orange_background", "yellow_background", "green_background", "blue_background", "purple_background", "pink_background", "red_background", "default_background"], undefined>, undefined>;
|
|
352
354
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
353
355
|
}, undefined>, undefined>;
|
|
356
|
+
}, undefined>, v.ObjectSchema<{
|
|
354
357
|
readonly name: v.StringSchema<undefined>;
|
|
355
358
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
356
|
-
}, undefined>, v.ObjectSchema<{
|
|
357
359
|
readonly type: v.LiteralSchema<"status", undefined>;
|
|
358
360
|
readonly options: v.ArraySchema<v.ObjectSchema<{
|
|
359
361
|
readonly id: v.StringSchema<undefined>;
|
|
@@ -367,77 +369,75 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
367
369
|
readonly color: v.OptionalSchema<v.PicklistSchema<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red", "gray_background", "brown_background", "orange_background", "yellow_background", "green_background", "blue_background", "purple_background", "pink_background", "red_background", "default_background"], undefined>, undefined>;
|
|
368
370
|
readonly option_ids: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
369
371
|
}, undefined>, undefined>;
|
|
372
|
+
}, undefined>, v.ObjectSchema<{
|
|
370
373
|
readonly name: v.StringSchema<undefined>;
|
|
371
374
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
372
|
-
}, undefined>, v.ObjectSchema<{
|
|
373
375
|
readonly type: v.LiteralSchema<"date", undefined>;
|
|
376
|
+
}, undefined>, v.ObjectSchema<{
|
|
374
377
|
readonly name: v.StringSchema<undefined>;
|
|
375
378
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
376
|
-
}, undefined>, v.ObjectSchema<{
|
|
377
379
|
readonly type: v.LiteralSchema<"people", undefined>;
|
|
380
|
+
}, undefined>, v.ObjectSchema<{
|
|
378
381
|
readonly name: v.StringSchema<undefined>;
|
|
379
382
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
380
|
-
}, undefined>, v.ObjectSchema<{
|
|
381
383
|
readonly type: v.LiteralSchema<"files", undefined>;
|
|
384
|
+
}, undefined>, v.ObjectSchema<{
|
|
382
385
|
readonly name: v.StringSchema<undefined>;
|
|
383
386
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
384
|
-
}, undefined>, v.ObjectSchema<{
|
|
385
387
|
readonly type: v.LiteralSchema<"unique_id", undefined>;
|
|
388
|
+
}, undefined>, v.ObjectSchema<{
|
|
386
389
|
readonly name: v.StringSchema<undefined>;
|
|
387
390
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
388
|
-
}, undefined>, v.ObjectSchema<{
|
|
389
391
|
readonly type: v.LiteralSchema<"relation", undefined>;
|
|
390
392
|
readonly data_source_id: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
391
393
|
readonly dual_property: v.OptionalSchema<v.ObjectSchema<{
|
|
392
394
|
readonly synced_property_id: v.StringSchema<undefined>;
|
|
393
395
|
readonly synced_property_name: v.StringSchema<undefined>;
|
|
394
396
|
}, undefined>, undefined>;
|
|
395
|
-
readonly name: v.StringSchema<undefined>;
|
|
396
|
-
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
397
397
|
}, undefined>, v.ObjectSchema<{
|
|
398
|
-
readonly type: v.LiteralSchema<"place", undefined>;
|
|
399
398
|
readonly name: v.StringSchema<undefined>;
|
|
400
399
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
400
|
+
readonly type: v.LiteralSchema<"place", undefined>;
|
|
401
401
|
}, undefined>, v.ObjectSchema<{
|
|
402
|
-
readonly type: v.LiteralSchema<"formula", undefined>;
|
|
403
402
|
readonly name: v.StringSchema<undefined>;
|
|
404
403
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
404
|
+
readonly type: v.LiteralSchema<"formula", undefined>;
|
|
405
405
|
}, undefined>, v.ObjectSchema<{
|
|
406
|
-
readonly type: v.LiteralSchema<"rollup", undefined>;
|
|
407
406
|
readonly name: v.StringSchema<undefined>;
|
|
408
407
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
408
|
+
readonly type: v.LiteralSchema<"rollup", undefined>;
|
|
409
409
|
}, undefined>, v.ObjectSchema<{
|
|
410
|
-
readonly type: v.LiteralSchema<"button", undefined>;
|
|
411
410
|
readonly name: v.StringSchema<undefined>;
|
|
412
411
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
412
|
+
readonly type: v.LiteralSchema<"button", undefined>;
|
|
413
413
|
}, undefined>, v.ObjectSchema<{
|
|
414
|
-
readonly type: v.LiteralSchema<"verification", undefined>;
|
|
415
414
|
readonly name: v.StringSchema<undefined>;
|
|
416
415
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
416
|
+
readonly type: v.LiteralSchema<"verification", undefined>;
|
|
417
417
|
}, undefined>, v.ObjectSchema<{
|
|
418
|
-
readonly type: v.LiteralSchema<"last_visited_time", undefined>;
|
|
419
418
|
readonly name: v.StringSchema<undefined>;
|
|
420
419
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
420
|
+
readonly type: v.LiteralSchema<"last_visited_time", undefined>;
|
|
421
421
|
}, undefined>, v.ObjectSchema<{
|
|
422
|
-
readonly type: v.LiteralSchema<"location", undefined>;
|
|
423
422
|
readonly name: v.StringSchema<undefined>;
|
|
424
423
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
424
|
+
readonly type: v.LiteralSchema<"location", undefined>;
|
|
425
425
|
}, undefined>, v.ObjectSchema<{
|
|
426
|
-
readonly type: v.LiteralSchema<"created_time", undefined>;
|
|
427
426
|
readonly name: v.StringSchema<undefined>;
|
|
428
427
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
428
|
+
readonly type: v.LiteralSchema<"created_time", undefined>;
|
|
429
429
|
}, undefined>, v.ObjectSchema<{
|
|
430
|
-
readonly type: v.LiteralSchema<"last_edited_time", undefined>;
|
|
431
430
|
readonly name: v.StringSchema<undefined>;
|
|
432
431
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
432
|
+
readonly type: v.LiteralSchema<"last_edited_time", undefined>;
|
|
433
433
|
}, undefined>, v.ObjectSchema<{
|
|
434
|
-
readonly type: v.LiteralSchema<"created_by", undefined>;
|
|
435
434
|
readonly name: v.StringSchema<undefined>;
|
|
436
435
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
436
|
+
readonly type: v.LiteralSchema<"created_by", undefined>;
|
|
437
437
|
}, undefined>, v.ObjectSchema<{
|
|
438
|
-
readonly type: v.LiteralSchema<"last_edited_by", undefined>;
|
|
439
438
|
readonly name: v.StringSchema<undefined>;
|
|
440
439
|
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
440
|
+
readonly type: v.LiteralSchema<"last_edited_by", undefined>;
|
|
441
441
|
}, undefined>], undefined>, undefined>;
|
|
442
442
|
}, undefined>, undefined>;
|
|
443
443
|
readonly propertyIdsByKey: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>, undefined>;
|
|
@@ -547,34 +547,35 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
547
547
|
readonly type: v.LiteralSchema<"unavailable", undefined>;
|
|
548
548
|
}, undefined>], undefined>;
|
|
549
549
|
readonly properties: v.RecordSchema<v.StringSchema<undefined>, v.VariantSchema<"type", [v.ObjectSchema<{
|
|
550
|
+
readonly id: v.StringSchema<undefined>;
|
|
550
551
|
readonly type: v.LiteralSchema<"title", undefined>;
|
|
551
552
|
readonly title: v.ArraySchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
552
|
-
readonly id: v.StringSchema<undefined>;
|
|
553
553
|
}, undefined>, v.ObjectSchema<{
|
|
554
|
+
readonly id: v.StringSchema<undefined>;
|
|
554
555
|
readonly type: v.LiteralSchema<"rich_text", undefined>;
|
|
555
556
|
readonly rich_text: v.ArraySchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
556
|
-
readonly id: v.StringSchema<undefined>;
|
|
557
557
|
}, undefined>, v.ObjectSchema<{
|
|
558
|
+
readonly id: v.StringSchema<undefined>;
|
|
558
559
|
readonly type: v.LiteralSchema<"number", undefined>;
|
|
559
560
|
readonly number: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
560
|
-
readonly id: v.StringSchema<undefined>;
|
|
561
561
|
}, undefined>, v.ObjectSchema<{
|
|
562
|
+
readonly id: v.StringSchema<undefined>;
|
|
562
563
|
readonly type: v.LiteralSchema<"url", undefined>;
|
|
563
564
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
564
|
-
readonly id: v.StringSchema<undefined>;
|
|
565
565
|
}, undefined>, v.ObjectSchema<{
|
|
566
|
+
readonly id: v.StringSchema<undefined>;
|
|
566
567
|
readonly type: v.LiteralSchema<"email", undefined>;
|
|
567
568
|
readonly email: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
568
|
-
readonly id: v.StringSchema<undefined>;
|
|
569
569
|
}, undefined>, v.ObjectSchema<{
|
|
570
|
+
readonly id: v.StringSchema<undefined>;
|
|
570
571
|
readonly type: v.LiteralSchema<"phone_number", undefined>;
|
|
571
572
|
readonly phone_number: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
572
|
-
readonly id: v.StringSchema<undefined>;
|
|
573
573
|
}, undefined>, v.ObjectSchema<{
|
|
574
|
+
readonly id: v.StringSchema<undefined>;
|
|
574
575
|
readonly type: v.LiteralSchema<"checkbox", undefined>;
|
|
575
576
|
readonly checkbox: v.BooleanSchema<undefined>;
|
|
576
|
-
readonly id: v.StringSchema<undefined>;
|
|
577
577
|
}, undefined>, v.ObjectSchema<{
|
|
578
|
+
readonly id: v.StringSchema<undefined>;
|
|
578
579
|
readonly type: v.LiteralSchema<"select", undefined>;
|
|
579
580
|
readonly select: v.NullableSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
580
581
|
readonly id: v.StringSchema<undefined>;
|
|
@@ -587,8 +588,8 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
587
588
|
readonly color: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
588
589
|
readonly description: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
589
590
|
}, undefined>], undefined>, undefined>;
|
|
590
|
-
readonly id: v.StringSchema<undefined>;
|
|
591
591
|
}, undefined>, v.ObjectSchema<{
|
|
592
|
+
readonly id: v.StringSchema<undefined>;
|
|
592
593
|
readonly type: v.LiteralSchema<"status", undefined>;
|
|
593
594
|
readonly status: v.NullableSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
594
595
|
readonly id: v.StringSchema<undefined>;
|
|
@@ -601,8 +602,8 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
601
602
|
readonly color: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
602
603
|
readonly description: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
603
604
|
}, undefined>], undefined>, undefined>;
|
|
604
|
-
readonly id: v.StringSchema<undefined>;
|
|
605
605
|
}, undefined>, v.ObjectSchema<{
|
|
606
|
+
readonly id: v.StringSchema<undefined>;
|
|
606
607
|
readonly type: v.LiteralSchema<"multi_select", undefined>;
|
|
607
608
|
readonly multi_select: v.ArraySchema<v.UnionSchema<[v.ObjectSchema<{
|
|
608
609
|
readonly id: v.StringSchema<undefined>;
|
|
@@ -615,16 +616,16 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
615
616
|
readonly color: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
616
617
|
readonly description: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
617
618
|
}, undefined>], undefined>, undefined>;
|
|
618
|
-
readonly id: v.StringSchema<undefined>;
|
|
619
619
|
}, undefined>, v.ObjectSchema<{
|
|
620
|
+
readonly id: v.StringSchema<undefined>;
|
|
620
621
|
readonly type: v.LiteralSchema<"date", undefined>;
|
|
621
622
|
readonly date: v.NullableSchema<v.ObjectSchema<{
|
|
622
623
|
readonly start: v.StringSchema<undefined>;
|
|
623
624
|
readonly end: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
624
625
|
readonly time_zone: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
625
626
|
}, undefined>, undefined>;
|
|
626
|
-
readonly id: v.StringSchema<undefined>;
|
|
627
627
|
}, undefined>, v.ObjectSchema<{
|
|
628
|
+
readonly id: v.StringSchema<undefined>;
|
|
628
629
|
readonly type: v.LiteralSchema<"people", undefined>;
|
|
629
630
|
readonly people: v.ArraySchema<v.UnionSchema<[v.ObjectSchema<{
|
|
630
631
|
readonly object: v.OptionalSchema<v.LiteralSchema<"user", undefined>, undefined>;
|
|
@@ -634,15 +635,15 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
634
635
|
readonly id: v.StringSchema<undefined>;
|
|
635
636
|
readonly name: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
636
637
|
}, undefined>], undefined>, undefined>;
|
|
637
|
-
readonly id: v.StringSchema<undefined>;
|
|
638
638
|
}, undefined>, v.ObjectSchema<{
|
|
639
|
+
readonly id: v.StringSchema<undefined>;
|
|
639
640
|
readonly type: v.LiteralSchema<"relation", undefined>;
|
|
640
641
|
readonly has_more: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
641
642
|
readonly relation: v.ArraySchema<v.ObjectSchema<{
|
|
642
643
|
readonly id: v.StringSchema<undefined>;
|
|
643
644
|
}, undefined>, undefined>;
|
|
644
|
-
readonly id: v.StringSchema<undefined>;
|
|
645
645
|
}, undefined>, v.ObjectSchema<{
|
|
646
|
+
readonly id: v.StringSchema<undefined>;
|
|
646
647
|
readonly type: v.LiteralSchema<"files", undefined>;
|
|
647
648
|
readonly files: v.ArraySchema<v.UnionSchema<[v.ObjectSchema<{
|
|
648
649
|
readonly type: v.LiteralSchema<"external", undefined>;
|
|
@@ -658,8 +659,8 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
658
659
|
readonly expiry_time: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
659
660
|
}, undefined>;
|
|
660
661
|
}, undefined>], undefined>, undefined>;
|
|
661
|
-
readonly id: v.StringSchema<undefined>;
|
|
662
662
|
}, undefined>, v.ObjectSchema<{
|
|
663
|
+
readonly id: v.StringSchema<undefined>;
|
|
663
664
|
readonly type: v.LiteralSchema<"place", undefined>;
|
|
664
665
|
readonly place: v.NullableSchema<v.ObjectSchema<{
|
|
665
666
|
readonly lat: v.NumberSchema<undefined>;
|
|
@@ -669,7 +670,6 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
669
670
|
readonly aws_place_id: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
670
671
|
readonly google_place_id: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
671
672
|
}, undefined>, undefined>;
|
|
672
|
-
readonly id: v.StringSchema<undefined>;
|
|
673
673
|
}, undefined>], undefined>, undefined>;
|
|
674
674
|
readonly created_time: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
675
675
|
readonly last_edited_time: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -746,34 +746,35 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
746
746
|
readonly type: v.LiteralSchema<"unavailable", undefined>;
|
|
747
747
|
}, undefined>], undefined>;
|
|
748
748
|
readonly properties: v.RecordSchema<v.StringSchema<undefined>, v.VariantSchema<"type", [v.ObjectSchema<{
|
|
749
|
+
readonly id: v.StringSchema<undefined>;
|
|
749
750
|
readonly type: v.LiteralSchema<"title", undefined>;
|
|
750
751
|
readonly title: v.ArraySchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
751
|
-
readonly id: v.StringSchema<undefined>;
|
|
752
752
|
}, undefined>, v.ObjectSchema<{
|
|
753
|
+
readonly id: v.StringSchema<undefined>;
|
|
753
754
|
readonly type: v.LiteralSchema<"rich_text", undefined>;
|
|
754
755
|
readonly rich_text: v.ArraySchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
755
|
-
readonly id: v.StringSchema<undefined>;
|
|
756
756
|
}, undefined>, v.ObjectSchema<{
|
|
757
|
+
readonly id: v.StringSchema<undefined>;
|
|
757
758
|
readonly type: v.LiteralSchema<"number", undefined>;
|
|
758
759
|
readonly number: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
759
|
-
readonly id: v.StringSchema<undefined>;
|
|
760
760
|
}, undefined>, v.ObjectSchema<{
|
|
761
|
+
readonly id: v.StringSchema<undefined>;
|
|
761
762
|
readonly type: v.LiteralSchema<"url", undefined>;
|
|
762
763
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
763
|
-
readonly id: v.StringSchema<undefined>;
|
|
764
764
|
}, undefined>, v.ObjectSchema<{
|
|
765
|
+
readonly id: v.StringSchema<undefined>;
|
|
765
766
|
readonly type: v.LiteralSchema<"email", undefined>;
|
|
766
767
|
readonly email: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
767
|
-
readonly id: v.StringSchema<undefined>;
|
|
768
768
|
}, undefined>, v.ObjectSchema<{
|
|
769
|
+
readonly id: v.StringSchema<undefined>;
|
|
769
770
|
readonly type: v.LiteralSchema<"phone_number", undefined>;
|
|
770
771
|
readonly phone_number: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
771
|
-
readonly id: v.StringSchema<undefined>;
|
|
772
772
|
}, undefined>, v.ObjectSchema<{
|
|
773
|
+
readonly id: v.StringSchema<undefined>;
|
|
773
774
|
readonly type: v.LiteralSchema<"checkbox", undefined>;
|
|
774
775
|
readonly checkbox: v.BooleanSchema<undefined>;
|
|
775
|
-
readonly id: v.StringSchema<undefined>;
|
|
776
776
|
}, undefined>, v.ObjectSchema<{
|
|
777
|
+
readonly id: v.StringSchema<undefined>;
|
|
777
778
|
readonly type: v.LiteralSchema<"select", undefined>;
|
|
778
779
|
readonly select: v.NullableSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
779
780
|
readonly id: v.StringSchema<undefined>;
|
|
@@ -786,8 +787,8 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
786
787
|
readonly color: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
787
788
|
readonly description: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
788
789
|
}, undefined>], undefined>, undefined>;
|
|
789
|
-
readonly id: v.StringSchema<undefined>;
|
|
790
790
|
}, undefined>, v.ObjectSchema<{
|
|
791
|
+
readonly id: v.StringSchema<undefined>;
|
|
791
792
|
readonly type: v.LiteralSchema<"status", undefined>;
|
|
792
793
|
readonly status: v.NullableSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
793
794
|
readonly id: v.StringSchema<undefined>;
|
|
@@ -800,8 +801,8 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
800
801
|
readonly color: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
801
802
|
readonly description: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
802
803
|
}, undefined>], undefined>, undefined>;
|
|
803
|
-
readonly id: v.StringSchema<undefined>;
|
|
804
804
|
}, undefined>, v.ObjectSchema<{
|
|
805
|
+
readonly id: v.StringSchema<undefined>;
|
|
805
806
|
readonly type: v.LiteralSchema<"multi_select", undefined>;
|
|
806
807
|
readonly multi_select: v.ArraySchema<v.UnionSchema<[v.ObjectSchema<{
|
|
807
808
|
readonly id: v.StringSchema<undefined>;
|
|
@@ -814,16 +815,16 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
814
815
|
readonly color: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
815
816
|
readonly description: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
816
817
|
}, undefined>], undefined>, undefined>;
|
|
817
|
-
readonly id: v.StringSchema<undefined>;
|
|
818
818
|
}, undefined>, v.ObjectSchema<{
|
|
819
|
+
readonly id: v.StringSchema<undefined>;
|
|
819
820
|
readonly type: v.LiteralSchema<"date", undefined>;
|
|
820
821
|
readonly date: v.NullableSchema<v.ObjectSchema<{
|
|
821
822
|
readonly start: v.StringSchema<undefined>;
|
|
822
823
|
readonly end: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
823
824
|
readonly time_zone: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
824
825
|
}, undefined>, undefined>;
|
|
825
|
-
readonly id: v.StringSchema<undefined>;
|
|
826
826
|
}, undefined>, v.ObjectSchema<{
|
|
827
|
+
readonly id: v.StringSchema<undefined>;
|
|
827
828
|
readonly type: v.LiteralSchema<"people", undefined>;
|
|
828
829
|
readonly people: v.ArraySchema<v.UnionSchema<[v.ObjectSchema<{
|
|
829
830
|
readonly object: v.OptionalSchema<v.LiteralSchema<"user", undefined>, undefined>;
|
|
@@ -833,15 +834,15 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
833
834
|
readonly id: v.StringSchema<undefined>;
|
|
834
835
|
readonly name: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
835
836
|
}, undefined>], undefined>, undefined>;
|
|
836
|
-
readonly id: v.StringSchema<undefined>;
|
|
837
837
|
}, undefined>, v.ObjectSchema<{
|
|
838
|
+
readonly id: v.StringSchema<undefined>;
|
|
838
839
|
readonly type: v.LiteralSchema<"relation", undefined>;
|
|
839
840
|
readonly has_more: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
840
841
|
readonly relation: v.ArraySchema<v.ObjectSchema<{
|
|
841
842
|
readonly id: v.StringSchema<undefined>;
|
|
842
843
|
}, undefined>, undefined>;
|
|
843
|
-
readonly id: v.StringSchema<undefined>;
|
|
844
844
|
}, undefined>, v.ObjectSchema<{
|
|
845
|
+
readonly id: v.StringSchema<undefined>;
|
|
845
846
|
readonly type: v.LiteralSchema<"files", undefined>;
|
|
846
847
|
readonly files: v.ArraySchema<v.UnionSchema<[v.ObjectSchema<{
|
|
847
848
|
readonly type: v.LiteralSchema<"external", undefined>;
|
|
@@ -857,8 +858,8 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
857
858
|
readonly expiry_time: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
858
859
|
}, undefined>;
|
|
859
860
|
}, undefined>], undefined>, undefined>;
|
|
860
|
-
readonly id: v.StringSchema<undefined>;
|
|
861
861
|
}, undefined>, v.ObjectSchema<{
|
|
862
|
+
readonly id: v.StringSchema<undefined>;
|
|
862
863
|
readonly type: v.LiteralSchema<"place", undefined>;
|
|
863
864
|
readonly place: v.NullableSchema<v.ObjectSchema<{
|
|
864
865
|
readonly lat: v.NumberSchema<undefined>;
|
|
@@ -868,7 +869,6 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
868
869
|
readonly aws_place_id: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
869
870
|
readonly google_place_id: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
870
871
|
}, undefined>, undefined>;
|
|
871
|
-
readonly id: v.StringSchema<undefined>;
|
|
872
872
|
}, undefined>], undefined>, undefined>;
|
|
873
873
|
readonly created_time: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
874
874
|
readonly last_edited_time: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -998,34 +998,35 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
998
998
|
readonly type: v.LiteralSchema<"unavailable", undefined>;
|
|
999
999
|
}, undefined>], undefined>;
|
|
1000
1000
|
readonly properties: v.RecordSchema<v.StringSchema<undefined>, v.VariantSchema<"type", [v.ObjectSchema<{
|
|
1001
|
+
readonly id: v.StringSchema<undefined>;
|
|
1001
1002
|
readonly type: v.LiteralSchema<"title", undefined>;
|
|
1002
1003
|
readonly title: v.ArraySchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
1003
|
-
readonly id: v.StringSchema<undefined>;
|
|
1004
1004
|
}, undefined>, v.ObjectSchema<{
|
|
1005
|
+
readonly id: v.StringSchema<undefined>;
|
|
1005
1006
|
readonly type: v.LiteralSchema<"rich_text", undefined>;
|
|
1006
1007
|
readonly rich_text: v.ArraySchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
1007
|
-
readonly id: v.StringSchema<undefined>;
|
|
1008
1008
|
}, undefined>, v.ObjectSchema<{
|
|
1009
|
+
readonly id: v.StringSchema<undefined>;
|
|
1009
1010
|
readonly type: v.LiteralSchema<"number", undefined>;
|
|
1010
1011
|
readonly number: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
1011
|
-
readonly id: v.StringSchema<undefined>;
|
|
1012
1012
|
}, undefined>, v.ObjectSchema<{
|
|
1013
|
+
readonly id: v.StringSchema<undefined>;
|
|
1013
1014
|
readonly type: v.LiteralSchema<"url", undefined>;
|
|
1014
1015
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1015
|
-
readonly id: v.StringSchema<undefined>;
|
|
1016
1016
|
}, undefined>, v.ObjectSchema<{
|
|
1017
|
+
readonly id: v.StringSchema<undefined>;
|
|
1017
1018
|
readonly type: v.LiteralSchema<"email", undefined>;
|
|
1018
1019
|
readonly email: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1019
|
-
readonly id: v.StringSchema<undefined>;
|
|
1020
1020
|
}, undefined>, v.ObjectSchema<{
|
|
1021
|
+
readonly id: v.StringSchema<undefined>;
|
|
1021
1022
|
readonly type: v.LiteralSchema<"phone_number", undefined>;
|
|
1022
1023
|
readonly phone_number: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1023
|
-
readonly id: v.StringSchema<undefined>;
|
|
1024
1024
|
}, undefined>, v.ObjectSchema<{
|
|
1025
|
+
readonly id: v.StringSchema<undefined>;
|
|
1025
1026
|
readonly type: v.LiteralSchema<"checkbox", undefined>;
|
|
1026
1027
|
readonly checkbox: v.BooleanSchema<undefined>;
|
|
1027
|
-
readonly id: v.StringSchema<undefined>;
|
|
1028
1028
|
}, undefined>, v.ObjectSchema<{
|
|
1029
|
+
readonly id: v.StringSchema<undefined>;
|
|
1029
1030
|
readonly type: v.LiteralSchema<"select", undefined>;
|
|
1030
1031
|
readonly select: v.NullableSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
1031
1032
|
readonly id: v.StringSchema<undefined>;
|
|
@@ -1038,8 +1039,8 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
1038
1039
|
readonly color: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1039
1040
|
readonly description: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1040
1041
|
}, undefined>], undefined>, undefined>;
|
|
1041
|
-
readonly id: v.StringSchema<undefined>;
|
|
1042
1042
|
}, undefined>, v.ObjectSchema<{
|
|
1043
|
+
readonly id: v.StringSchema<undefined>;
|
|
1043
1044
|
readonly type: v.LiteralSchema<"status", undefined>;
|
|
1044
1045
|
readonly status: v.NullableSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
1045
1046
|
readonly id: v.StringSchema<undefined>;
|
|
@@ -1052,8 +1053,8 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
1052
1053
|
readonly color: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1053
1054
|
readonly description: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1054
1055
|
}, undefined>], undefined>, undefined>;
|
|
1055
|
-
readonly id: v.StringSchema<undefined>;
|
|
1056
1056
|
}, undefined>, v.ObjectSchema<{
|
|
1057
|
+
readonly id: v.StringSchema<undefined>;
|
|
1057
1058
|
readonly type: v.LiteralSchema<"multi_select", undefined>;
|
|
1058
1059
|
readonly multi_select: v.ArraySchema<v.UnionSchema<[v.ObjectSchema<{
|
|
1059
1060
|
readonly id: v.StringSchema<undefined>;
|
|
@@ -1066,16 +1067,16 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
1066
1067
|
readonly color: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1067
1068
|
readonly description: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1068
1069
|
}, undefined>], undefined>, undefined>;
|
|
1069
|
-
readonly id: v.StringSchema<undefined>;
|
|
1070
1070
|
}, undefined>, v.ObjectSchema<{
|
|
1071
|
+
readonly id: v.StringSchema<undefined>;
|
|
1071
1072
|
readonly type: v.LiteralSchema<"date", undefined>;
|
|
1072
1073
|
readonly date: v.NullableSchema<v.ObjectSchema<{
|
|
1073
1074
|
readonly start: v.StringSchema<undefined>;
|
|
1074
1075
|
readonly end: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1075
1076
|
readonly time_zone: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1076
1077
|
}, undefined>, undefined>;
|
|
1077
|
-
readonly id: v.StringSchema<undefined>;
|
|
1078
1078
|
}, undefined>, v.ObjectSchema<{
|
|
1079
|
+
readonly id: v.StringSchema<undefined>;
|
|
1079
1080
|
readonly type: v.LiteralSchema<"people", undefined>;
|
|
1080
1081
|
readonly people: v.ArraySchema<v.UnionSchema<[v.ObjectSchema<{
|
|
1081
1082
|
readonly object: v.OptionalSchema<v.LiteralSchema<"user", undefined>, undefined>;
|
|
@@ -1085,15 +1086,15 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
1085
1086
|
readonly id: v.StringSchema<undefined>;
|
|
1086
1087
|
readonly name: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1087
1088
|
}, undefined>], undefined>, undefined>;
|
|
1088
|
-
readonly id: v.StringSchema<undefined>;
|
|
1089
1089
|
}, undefined>, v.ObjectSchema<{
|
|
1090
|
+
readonly id: v.StringSchema<undefined>;
|
|
1090
1091
|
readonly type: v.LiteralSchema<"relation", undefined>;
|
|
1091
1092
|
readonly has_more: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1092
1093
|
readonly relation: v.ArraySchema<v.ObjectSchema<{
|
|
1093
1094
|
readonly id: v.StringSchema<undefined>;
|
|
1094
1095
|
}, undefined>, undefined>;
|
|
1095
|
-
readonly id: v.StringSchema<undefined>;
|
|
1096
1096
|
}, undefined>, v.ObjectSchema<{
|
|
1097
|
+
readonly id: v.StringSchema<undefined>;
|
|
1097
1098
|
readonly type: v.LiteralSchema<"files", undefined>;
|
|
1098
1099
|
readonly files: v.ArraySchema<v.UnionSchema<[v.ObjectSchema<{
|
|
1099
1100
|
readonly type: v.LiteralSchema<"external", undefined>;
|
|
@@ -1109,8 +1110,8 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
1109
1110
|
readonly expiry_time: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1110
1111
|
}, undefined>;
|
|
1111
1112
|
}, undefined>], undefined>, undefined>;
|
|
1112
|
-
readonly id: v.StringSchema<undefined>;
|
|
1113
1113
|
}, undefined>, v.ObjectSchema<{
|
|
1114
|
+
readonly id: v.StringSchema<undefined>;
|
|
1114
1115
|
readonly type: v.LiteralSchema<"place", undefined>;
|
|
1115
1116
|
readonly place: v.NullableSchema<v.ObjectSchema<{
|
|
1116
1117
|
readonly lat: v.NumberSchema<undefined>;
|
|
@@ -1120,7 +1121,6 @@ export declare const hostToSandboxMessageSchema: v.VariantSchema<"type", [v.Vari
|
|
|
1120
1121
|
readonly aws_place_id: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1121
1122
|
readonly google_place_id: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1122
1123
|
}, undefined>, undefined>;
|
|
1123
|
-
readonly id: v.StringSchema<undefined>;
|
|
1124
1124
|
}, undefined>], undefined>, undefined>;
|
|
1125
1125
|
readonly created_time: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1126
1126
|
readonly last_edited_time: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|