warqadui 0.0.130 → 0.0.132

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 CHANGED
@@ -1091,6 +1091,7 @@ type AuthData = {
1091
1091
  isPhoneVerified: boolean;
1092
1092
  permissions?: Record<string, boolean>;
1093
1093
  homePath?: string;
1094
+ name?: string;
1094
1095
  };
1095
1096
  type AccountData = {
1096
1097
  _id: string;
@@ -1152,6 +1153,7 @@ declare const useAuth: () => {
1152
1153
  isPhoneVerified: boolean;
1153
1154
  permissions?: Record<string, boolean>;
1154
1155
  homePath?: string;
1156
+ name?: string;
1155
1157
  } | null;
1156
1158
  user: {
1157
1159
  _id: string;
@@ -1163,6 +1165,7 @@ declare const useAuth: () => {
1163
1165
  isPhoneVerified: boolean;
1164
1166
  permissions?: Record<string, boolean>;
1165
1167
  homePath?: string;
1168
+ name?: string;
1166
1169
  } | null;
1167
1170
  account: {
1168
1171
  _id: string;
@@ -1220,6 +1223,7 @@ declare const useAuth: () => {
1220
1223
  isPhoneVerified: boolean;
1221
1224
  permissions?: Record<string, boolean>;
1222
1225
  homePath?: string;
1226
+ name?: string;
1223
1227
  }, account: {
1224
1228
  _id: string;
1225
1229
  name: string;
@@ -1239,6 +1243,7 @@ declare const useAuth: () => {
1239
1243
  isPhoneVerified: boolean;
1240
1244
  permissions?: Record<string, boolean>;
1241
1245
  homePath?: string;
1246
+ name?: string;
1242
1247
  }>) => void;
1243
1248
  updateUser: (data: Partial<{
1244
1249
  _id: string;
@@ -1250,6 +1255,7 @@ declare const useAuth: () => {
1250
1255
  isPhoneVerified: boolean;
1251
1256
  permissions?: Record<string, boolean>;
1252
1257
  homePath?: string;
1258
+ name?: string;
1253
1259
  }>) => void;
1254
1260
  updateAccount: (data: Partial<{
1255
1261
  _id: string;
package/dist/index.d.ts CHANGED
@@ -1091,6 +1091,7 @@ type AuthData = {
1091
1091
  isPhoneVerified: boolean;
1092
1092
  permissions?: Record<string, boolean>;
1093
1093
  homePath?: string;
1094
+ name?: string;
1094
1095
  };
1095
1096
  type AccountData = {
1096
1097
  _id: string;
@@ -1152,6 +1153,7 @@ declare const useAuth: () => {
1152
1153
  isPhoneVerified: boolean;
1153
1154
  permissions?: Record<string, boolean>;
1154
1155
  homePath?: string;
1156
+ name?: string;
1155
1157
  } | null;
1156
1158
  user: {
1157
1159
  _id: string;
@@ -1163,6 +1165,7 @@ declare const useAuth: () => {
1163
1165
  isPhoneVerified: boolean;
1164
1166
  permissions?: Record<string, boolean>;
1165
1167
  homePath?: string;
1168
+ name?: string;
1166
1169
  } | null;
1167
1170
  account: {
1168
1171
  _id: string;
@@ -1220,6 +1223,7 @@ declare const useAuth: () => {
1220
1223
  isPhoneVerified: boolean;
1221
1224
  permissions?: Record<string, boolean>;
1222
1225
  homePath?: string;
1226
+ name?: string;
1223
1227
  }, account: {
1224
1228
  _id: string;
1225
1229
  name: string;
@@ -1239,6 +1243,7 @@ declare const useAuth: () => {
1239
1243
  isPhoneVerified: boolean;
1240
1244
  permissions?: Record<string, boolean>;
1241
1245
  homePath?: string;
1246
+ name?: string;
1242
1247
  }>) => void;
1243
1248
  updateUser: (data: Partial<{
1244
1249
  _id: string;
@@ -1250,6 +1255,7 @@ declare const useAuth: () => {
1250
1255
  isPhoneVerified: boolean;
1251
1256
  permissions?: Record<string, boolean>;
1252
1257
  homePath?: string;
1258
+ name?: string;
1253
1259
  }>) => void;
1254
1260
  updateAccount: (data: Partial<{
1255
1261
  _id: string;