@databutton/firebase-types 1.52.25 → 1.52.26
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.
|
@@ -330,36 +330,36 @@ export interface Property {
|
|
|
330
330
|
dtype: string;
|
|
331
331
|
}
|
|
332
332
|
export interface Datafile {
|
|
333
|
-
name?: string | null;
|
|
334
|
-
slug?: string | null;
|
|
335
333
|
createdBy: PerformedBy;
|
|
336
334
|
lastUpdatedBy: PerformedBy;
|
|
335
|
+
markedForDeletionAt: Timestamp | null;
|
|
336
|
+
markedForDeletionBy: PerformedBy | null;
|
|
337
337
|
contentType: string;
|
|
338
|
-
href: string;
|
|
339
338
|
blobGeneration: string;
|
|
340
|
-
md5: string;
|
|
341
339
|
etag: string;
|
|
340
|
+
md5: string;
|
|
342
341
|
size: string;
|
|
343
342
|
sizeInMb: string;
|
|
344
|
-
|
|
345
|
-
|
|
343
|
+
href: string;
|
|
344
|
+
name?: string | null;
|
|
345
|
+
slug?: string | null;
|
|
346
346
|
}
|
|
347
347
|
export interface Dataframe {
|
|
348
|
+
createdAtMillis: number;
|
|
349
|
+
lastUpdatedAtMillis: number;
|
|
348
350
|
createdBy?: PerformedBy;
|
|
349
351
|
lastUpdatedBy?: PerformedBy;
|
|
350
|
-
|
|
352
|
+
markedForDeletionAt?: Timestamp | null;
|
|
353
|
+
markedForDeletionBy?: PerformedBy | null;
|
|
351
354
|
contentType?: string;
|
|
352
|
-
|
|
353
|
-
slug?: string | null;
|
|
354
|
-
createdAtMillis: number;
|
|
355
|
+
blobGeneration?: string;
|
|
355
356
|
etag: string;
|
|
356
|
-
href: string;
|
|
357
|
-
lastUpdatedAtMillis: number;
|
|
358
357
|
md5: string;
|
|
359
358
|
size: string;
|
|
360
359
|
sizeInMb: string;
|
|
361
|
-
|
|
362
|
-
|
|
360
|
+
href: string;
|
|
361
|
+
name?: string | null;
|
|
362
|
+
slug?: string | null;
|
|
363
363
|
numberOfProperties: number;
|
|
364
364
|
numberOfRows: number;
|
|
365
365
|
properties?: Property[] | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databutton/firebase-types",
|
|
3
|
-
"version": "1.52.
|
|
3
|
+
"version": "1.52.26",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@types/diff": "5.0.3",
|
|
79
79
|
"@types/inquirer": "9.0.3",
|
|
80
80
|
"@types/jest": "29.5.4",
|
|
81
|
-
"@types/lodash": "4.14.
|
|
81
|
+
"@types/lodash": "4.14.198",
|
|
82
82
|
"@types/node": "18.17.14",
|
|
83
83
|
"@types/uuid": "8.3.4",
|
|
84
84
|
"ansi-escapes": "6.2.0",
|