@createiq/backend 1.0.82 → 1.0.83

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.
@@ -928,6 +928,7 @@ export type ActiveOrPendingUserForNakhodaAdminDto = {
928
928
  accountName?: string;
929
929
  emailsEnabled?: boolean;
930
930
  accountId?: string;
931
+ dateExpiresAt?: string;
931
932
  lastName: string;
932
933
  firstName: string;
933
934
  dateAccepted?: string;
package/dist/index.d.cts CHANGED
@@ -814,6 +814,7 @@ type ActiveOrPendingUserForNakhodaAdminDto = {
814
814
  accountName?: string;
815
815
  emailsEnabled?: boolean;
816
816
  accountId?: string;
817
+ dateExpiresAt?: string;
817
818
  lastName: string;
818
819
  firstName: string;
819
820
  dateAccepted?: string;
package/dist/index.d.ts CHANGED
@@ -814,6 +814,7 @@ type ActiveOrPendingUserForNakhodaAdminDto = {
814
814
  accountName?: string;
815
815
  emailsEnabled?: boolean;
816
816
  accountId?: string;
817
+ dateExpiresAt?: string;
817
818
  lastName: string;
818
819
  firstName: string;
819
820
  dateAccepted?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.82",
3
+ "version": "1.0.83",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- 66eaade22b5c2451c27521d2919623f216bfe17be671f4315b72eb3c7ddbe011
1
+ ba2d6757c3a9230fdfe7811c96299e08d4c91d2886e6d39e7e0d438573607002