@databutton/firebase-types 1.53.15 → 1.55.0

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.
@@ -31,6 +31,9 @@ export interface Profile {
31
31
  discordUsername?: string;
32
32
  websiteUrl?: string;
33
33
  profileCardThemeColors?: string[];
34
+ experience?: string;
35
+ companySize?: string;
36
+ aimingToBuild?: string;
34
37
  heardAboutDatabuttonFrom?: string;
35
38
  heardAboutDatabuttonFromComment?: string;
36
39
  announcementsReadAt?: {
@@ -311,6 +314,10 @@ export interface MultipageAppDeploymentDeprecated {
311
314
  requirementsRef: string | null;
312
315
  projectEventRef: string | null;
313
316
  }
317
+ export interface FullDeploymentRequest {
318
+ createdBy: PerformedBy;
319
+ deploymentRef: string | null;
320
+ }
314
321
  interface LegacyComponentDeploymentRequest {
315
322
  createdBy: PerformedBy;
316
323
  deploymentRef: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.53.15",
3
+ "version": "1.55.0",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {