taxtank-core 0.32.23 → 0.32.24

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.
@@ -30,5 +30,6 @@ export declare class ClientInvite extends ClientInviteBase {
30
30
  */
31
31
  isFromClient(): boolean;
32
32
  get firstName(): string;
33
+ get fullName(): string;
33
34
  get email(): string;
34
35
  }
@@ -2,4 +2,5 @@ import { RegistrationInvite as RegistrationInviteBase } from '../../db/Models/us
2
2
  import { AppFile } from '../file';
3
3
  export declare class RegistrationInvite extends RegistrationInviteBase {
4
4
  file: AppFile;
5
+ get fullName(): string;
5
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.32.23",
3
+ "version": "0.32.24",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/compiler": "^16.2.12",