@tellescope/types-models 1.212.0 → 1.213.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.
- package/lib/cjs/index.d.ts +2 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +2 -0
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/index.ts +2 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -586,6 +586,7 @@ export interface User_updatesDisabled {
|
|
|
586
586
|
verifiedEmail: boolean;
|
|
587
587
|
}
|
|
588
588
|
export interface User extends User_required, User_readonly, User_updatesDisabled {
|
|
589
|
+
billingTags?: LabeledField[];
|
|
589
590
|
defaultLocationId?: string;
|
|
590
591
|
termsSigned?: Date;
|
|
591
592
|
termsVersion?: string;
|
|
@@ -620,6 +621,7 @@ export interface User extends User_required, User_readonly, User_updatesDisabled
|
|
|
620
621
|
availableFromEmails?: string[];
|
|
621
622
|
hashedPass?: string;
|
|
622
623
|
pushNotificationIosTokens?: string[];
|
|
624
|
+
pushNotificationFirebaseTokens?: string[];
|
|
623
625
|
pushNotificationDestinations?: string[];
|
|
624
626
|
drChronoId?: string;
|
|
625
627
|
canvasId?: string;
|