tonightpass 0.0.220 → 0.0.221
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/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1138,6 +1138,7 @@ type OrganizationCustomer = UserProfile & {
|
|
|
1138
1138
|
firstName: string;
|
|
1139
1139
|
lastName: string;
|
|
1140
1140
|
fullName: string;
|
|
1141
|
+
birthDate: Date;
|
|
1141
1142
|
metadata: OrganizationCustomerMetadata;
|
|
1142
1143
|
};
|
|
1143
1144
|
type OrganizationCustomerMetadata = UserProfileMetadata & {
|
package/dist/index.d.ts
CHANGED
|
@@ -1138,6 +1138,7 @@ type OrganizationCustomer = UserProfile & {
|
|
|
1138
1138
|
firstName: string;
|
|
1139
1139
|
lastName: string;
|
|
1140
1140
|
fullName: string;
|
|
1141
|
+
birthDate: Date;
|
|
1141
1142
|
metadata: OrganizationCustomerMetadata;
|
|
1142
1143
|
};
|
|
1143
1144
|
type OrganizationCustomerMetadata = UserProfileMetadata & {
|