ingeniuscliq-core 0.5.26 → 0.5.28

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.
@@ -9,9 +9,9 @@ export declare const resources: {
9
9
  email: string;
10
10
  password: string;
11
11
  password_confirmation: string;
12
- currentPassword: string;
13
- newPassword: string;
14
- retypeNewPassword: string;
12
+ current_password: string;
13
+ new_password: string;
14
+ new_password_confirmation: string;
15
15
  phone: string;
16
16
  address: string;
17
17
  note: string;
@@ -110,9 +110,9 @@ export declare const resources: {
110
110
  email: string;
111
111
  password: string;
112
112
  password_confirmation: string;
113
- currentPassword: string;
114
- newPassword: string;
115
- retypeNewPassword: string;
113
+ current_password: string;
114
+ new_password: string;
115
+ new_password_confirmation: string;
116
116
  phone: string;
117
117
  address: string;
118
118
  note: string;
@@ -4,9 +4,9 @@ const lastname = "Last Name";
4
4
  const email = "Email";
5
5
  const password = "Password";
6
6
  const password_confirmation = "Confirm Password";
7
- const currentPassword = "Current Password";
8
- const newPassword = "New Password";
9
- const retypeNewPassword = "Retype New Password";
7
+ const current_password = "Current Password";
8
+ const new_password = "New Password";
9
+ const new_password_confirmation = "Retype New Password";
10
10
  const phone = "Phone";
11
11
  const address = "Address";
12
12
  const note = "Note";
@@ -29,9 +29,9 @@ const enFields = {
29
29
  email,
30
30
  password,
31
31
  password_confirmation,
32
- currentPassword,
33
- newPassword,
34
- retypeNewPassword,
32
+ current_password,
33
+ new_password,
34
+ new_password_confirmation,
35
35
  phone,
36
36
  address,
37
37
  note,
@@ -49,4 +49,4 @@ const enFields = {
49
49
  fieldLabel,
50
50
  };
51
51
 
52
- export { address, beneficiary_email, beneficiary_name, beneficiary_phone, currentPassword, customer_address, customer_email, customer_name, customer_phone, enFields as default, email, fieldLabel, is_default, label, lastname, message, municipality, name, newPassword, note, password, password_confirmation, phone, province, retypeNewPassword };
52
+ export { address, beneficiary_email, beneficiary_name, beneficiary_phone, current_password, customer_address, customer_email, customer_name, customer_phone, enFields as default, email, fieldLabel, is_default, label, lastname, message, municipality, name, new_password, new_password_confirmation, note, password, password_confirmation, phone, province };
@@ -4,9 +4,9 @@ const lastname = "Apellidos";
4
4
  const email = "Correo Electrónico";
5
5
  const password = "Contraseña";
6
6
  const password_confirmation = "Confirmar Contraseña";
7
- const currentPassword = "Contraseña Actual";
8
- const newPassword = "Nueva Contraseña";
9
- const retypeNewPassword = "Reescribir Nueva Contraseña";
7
+ const current_password = "Contraseña Actual";
8
+ const new_password = "Nueva Contraseña";
9
+ const new_password_confirmation = "Reescribir Nueva Contraseña";
10
10
  const phone = "Teléfono";
11
11
  const address = "Dirección";
12
12
  const note = "Nota";
@@ -29,9 +29,9 @@ const esFields = {
29
29
  email,
30
30
  password,
31
31
  password_confirmation,
32
- currentPassword,
33
- newPassword,
34
- retypeNewPassword,
32
+ current_password,
33
+ new_password,
34
+ new_password_confirmation,
35
35
  phone,
36
36
  address,
37
37
  note,
@@ -49,4 +49,4 @@ const esFields = {
49
49
  fieldLabel,
50
50
  };
51
51
 
52
- export { address, beneficiary_email, beneficiary_name, beneficiary_phone, currentPassword, customer_address, customer_email, customer_name, customer_phone, esFields as default, email, fieldLabel, is_default, label, lastname, message, municipality, name, newPassword, note, password, password_confirmation, phone, province, retypeNewPassword };
52
+ export { address, beneficiary_email, beneficiary_name, beneficiary_phone, current_password, customer_address, customer_email, customer_name, customer_phone, esFields as default, email, fieldLabel, is_default, label, lastname, message, municipality, name, new_password, new_password_confirmation, note, password, password_confirmation, phone, province };
@@ -1 +1 @@
1
- {"version":3,"file":"CoreAuthBuilder.d.ts","sourceRoot":"","sources":["../../../../src/modules/CoreAuth/classes/CoreAuthBuilder.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAiD,MAAM,mBAAmB,CAAC;AAEhH,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAEnE,qBAAa,eAAe,CAAC,CAAC,SAAS,QAAQ,EAAE,MAAM,SAAS,aAAa,CAAC,CAAC,CAAC,GAAG,aAAa,CAAC,CAAC,CAAC,CAAE,SAAQ,eAAe,CAAC,MAAM,CAAC;IAClI,SAAS,CAAC,WAAW,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC;IAC9C,SAAS,CAAC,YAAY,EAKjB,IAAI,CAAC,MAAM,EAAE,MAAM,GAAG,iBAAiB,GAAG,SAAS,GAAG,OAAO,CAAC,CAAC;gBAGlE,WAAW,GAAE,mBAAmB,CAAC,CAAC,CAAgC,EAClE,YAAY,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC;IAShC,SAAS,CAAC,YAAY,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,MAAM;IA8K3C,KAAK;;;;;;;;;;;;;;;;;CAeb"}
1
+ {"version":3,"file":"CoreAuthBuilder.d.ts","sourceRoot":"","sources":["../../../../src/modules/CoreAuth/classes/CoreAuthBuilder.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAiD,MAAM,mBAAmB,CAAC;AAEhH,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAEnE,qBAAa,eAAe,CAAC,CAAC,SAAS,QAAQ,EAAE,MAAM,SAAS,aAAa,CAAC,CAAC,CAAC,GAAG,aAAa,CAAC,CAAC,CAAC,CAAE,SAAQ,eAAe,CAAC,MAAM,CAAC;IAClI,SAAS,CAAC,WAAW,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC;IAC9C,SAAS,CAAC,YAAY,EAKjB,IAAI,CAAC,MAAM,EAAE,MAAM,GAAG,iBAAiB,GAAG,SAAS,GAAG,OAAO,CAAC,CAAC;gBAGlE,WAAW,GAAE,mBAAmB,CAAC,CAAC,CAAgC,EAClE,YAAY,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC;IAShC,SAAS,CAAC,YAAY,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,MAAM;IAmM3C,KAAK;;;;;;;;;;;;;;;;;CAeb"}
@@ -120,15 +120,36 @@ class CoreAuthBuilder extends CoreBaseBuilder {
120
120
  onFinish();
121
121
  }
122
122
  },
123
- updateUser: async (userId, updateUserData, actions) => {
123
+ updateProfile: async (updateUserData, actions) => {
124
124
  const { onSuccess = () => {
125
125
  }, onError = () => {
126
126
  }, onFinish = () => {
127
127
  } } = actions || {};
128
128
  try {
129
129
  set({ loading: true, error: null });
130
- const response = await this.authService.updateUser(userId, updateUserData);
131
- await get().getUser();
130
+ const response = await this.authService.updateProfile(updateUserData);
131
+ set({
132
+ user: response.data.data,
133
+ loading: false
134
+ });
135
+ onSuccess(response);
136
+ return response.data;
137
+ } catch (error) {
138
+ set({ loading: false, error });
139
+ onError(error);
140
+ } finally {
141
+ onFinish();
142
+ }
143
+ },
144
+ changePassword: async (passwordData, actions) => {
145
+ const { onSuccess = () => {
146
+ }, onError = () => {
147
+ }, onFinish = () => {
148
+ } } = actions || {};
149
+ try {
150
+ set({ loading: true, error: null });
151
+ const response = await this.authService.changePassword(passwordData);
152
+ set({ loading: false });
132
153
  onSuccess(response);
133
154
  return response.data;
134
155
  } catch (error) {
@@ -138,14 +159,14 @@ class CoreAuthBuilder extends CoreBaseBuilder {
138
159
  onFinish();
139
160
  }
140
161
  },
141
- deleteUser: async (userId, actions) => {
162
+ deleteOwnAccount: async (actions) => {
142
163
  const { onSuccess = () => {
143
164
  }, onError = () => {
144
165
  }, onFinish = () => {
145
166
  } } = actions || {};
146
167
  try {
147
168
  set({ loading: true, error: null });
148
- const response = await this.authService.deleteUser(userId);
169
+ const response = await this.authService.deleteOwnAccount();
149
170
  set({
150
171
  user: null,
151
172
  isAuthenticated: false,
@@ -8,7 +8,14 @@ export declare function useAuth(): {
8
8
  register: <K extends import('..').CoreRegisterCredentials>(credentials: K, actions?: import('../../..').CoreActions) => Promise<import('../../..').BaseApiResponse<import('..').CoreAuthRegisterResponse<import('..').CoreUser>>>;
9
9
  logout: (actions?: import('../../..').CoreActions) => Promise<void>;
10
10
  updateUser: (userId: Pick<import('..').CoreUser, "id">, updateUserData: Partial<import('..').CoreUser>, actions?: import('../../..').CoreActions) => Promise<import('../../..').BaseApiResponse<import('..').CoreUser>>;
11
+ updateProfile: (updateUserData: Partial<import('..').CoreUser>, actions?: import('../../..').CoreActions) => Promise<import('../../..').BaseApiResponse<import('..').CoreUser>>;
12
+ changePassword: (passwordData: {
13
+ current_password: string;
14
+ password: string;
15
+ password_confirmation: string;
16
+ }, actions?: import('../../..').CoreActions) => Promise<import('../../..').BaseApiResponse<null>>;
11
17
  deleteUser: (userId: Pick<import('..').CoreUser, "id">, actions?: import('../../..').CoreActions) => Promise<import('../../..').BaseApiResponse<null>>;
18
+ deleteOwnAccount: (actions?: import('../../..').CoreActions) => Promise<import('../../..').BaseApiResponse<null>>;
12
19
  setUser: (user: import('..').CoreUser) => void;
13
20
  setLoading: (loading: boolean) => void;
14
21
  setError: (error: any) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"useAuth.d.ts","sourceRoot":"","sources":["../../../../src/modules/CoreAuth/hooks/useAuth.ts"],"names":[],"mappings":"AAEA,wBAAgB,OAAO;;;;;;;;;;;;;;;EAkCtB"}
1
+ {"version":3,"file":"useAuth.d.ts","sourceRoot":"","sources":["../../../../src/modules/CoreAuth/hooks/useAuth.ts"],"names":[],"mappings":"AAEA,wBAAgB,OAAO;;;;;;;;;;;;;;;;;;;;;;EAwCtB"}
@@ -11,7 +11,10 @@ function useAuth() {
11
11
  register,
12
12
  logout,
13
13
  updateUser,
14
+ updateProfile,
15
+ changePassword,
14
16
  deleteUser,
17
+ deleteOwnAccount,
15
18
  setUser,
16
19
  setLoading,
17
20
  setError,
@@ -27,7 +30,10 @@ function useAuth() {
27
30
  register,
28
31
  logout,
29
32
  updateUser,
33
+ updateProfile,
34
+ changePassword,
30
35
  deleteUser,
36
+ deleteOwnAccount,
31
37
  setUser,
32
38
  setLoading,
33
39
  setError,
@@ -31,13 +31,21 @@ export declare class CoreAuthBaseService<T extends CoreUser> extends BaseService
31
31
  */
32
32
  logout(config?: AxiosRequestConfig): Promise<import('axios').AxiosResponse<any, any>>;
33
33
  /**
34
- * Update user data
34
+ * Update own profile
35
35
  */
36
- updateUser(userId: Pick<T, 'id'>, updateUserData: Partial<T>): Promise<import('axios').AxiosResponse<BaseApiResponse<T>, any>>;
36
+ updateProfile(updateUserData: Partial<T>): Promise<import('axios').AxiosResponse<BaseApiResponse<T>, any>>;
37
37
  /**
38
- * Delete user
38
+ * Change password
39
39
  */
40
- deleteUser: (userId: Pick<T, "id">) => Promise<import('axios').AxiosResponse<BaseApiResponse<null>, any>>;
40
+ changePassword(passwordData: {
41
+ current_password: string;
42
+ password: string;
43
+ password_confirmation: string;
44
+ }): Promise<import('axios').AxiosResponse<BaseApiResponse<null>, any>>;
45
+ /**
46
+ * Delete own account
47
+ */
48
+ deleteOwnAccount: () => Promise<import('axios').AxiosResponse<BaseApiResponse<null>, any>>;
41
49
  }
42
50
  export {};
43
51
  //# sourceMappingURL=base.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../src/modules/CoreAuth/services/base.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,QAAQ,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAC;AAClK,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAGhD,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;GAEG;AACH,qBAAa,mBAAmB,CAAC,CAAC,SAAS,QAAQ,CAAE,SAAQ,WAAW;IACtE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiB;gBAGtC,MAAM,GAAE,cAKP,EACD,GAAG,CAAC,EAAE,aAAa;IAMrB;;OAEG;IACH,OAAO;IAIP;;OAEG;IACH,KAAK,CAAC,CAAC,SAAS,oBAAoB,EAAE,WAAW,EAAE,CAAC;IAIpD;;OAEG;IACH,QAAQ,CAAC,CAAC,SAAS,uBAAuB,EAAE,WAAW,EAAE,CAAC;IAI1D;;OAEG;IACH,MAAM,CAAC,MAAM,CAAC,EAAE,kBAAkB;IAIlC;;OAEG;IACH,UAAU,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC,CAAC;IAI5D;;OAEG;IACH,UAAU,GAAI,QAAQ,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,wEAEjC;CACH"}
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../src/modules/CoreAuth/services/base.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,QAAQ,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAC;AAClK,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAGhD,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;GAEG;AACH,qBAAa,mBAAmB,CAAC,CAAC,SAAS,QAAQ,CAAE,SAAQ,WAAW;IACtE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiB;gBAGtC,MAAM,GAAE,cAKP,EACD,GAAG,CAAC,EAAE,aAAa;IAMrB;;OAEG;IACH,OAAO;IAIP;;OAEG;IACH,KAAK,CAAC,CAAC,SAAS,oBAAoB,EAAE,WAAW,EAAE,CAAC;IAIpD;;OAEG;IACH,QAAQ,CAAC,CAAC,SAAS,uBAAuB,EAAE,WAAW,EAAE,CAAC;IAI1D;;OAEG;IACH,MAAM,CAAC,MAAM,CAAC,EAAE,kBAAkB;IAIlC;;OAEG;IACH,aAAa,CAAC,cAAc,EAAE,OAAO,CAAC,CAAC,CAAC;IAIxC;;OAEG;IACH,cAAc,CAAC,YAAY,EAAE;QAAE,gBAAgB,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,qBAAqB,EAAE,MAAM,CAAA;KAAE;IAI1G;;OAEG;IACH,gBAAgB,2EAEd;CACH"}
@@ -37,16 +37,22 @@ class CoreAuthBaseService extends BaseService {
37
37
  return this.api.post(`${this.apiPrefix}${this.routes.logout}`, {}, config);
38
38
  }
39
39
  /**
40
- * Update user data
40
+ * Update own profile
41
41
  */
42
- updateUser(userId, updateUserData) {
43
- return this.api.put(`${this.apiPrefix}${this.routes.user}/${userId.id}`, updateUserData);
42
+ updateProfile(updateUserData) {
43
+ return this.api.put(`${this.apiPrefix}/users/update-profile`, updateUserData);
44
44
  }
45
45
  /**
46
- * Delete user
46
+ * Change password
47
47
  */
48
- deleteUser = (userId) => {
49
- return this.api.delete(`${this.apiPrefix}${this.routes.user}/${userId.id}`);
48
+ changePassword(passwordData) {
49
+ return this.api.put(`${this.apiPrefix}/users/change-password`, passwordData);
50
+ }
51
+ /**
52
+ * Delete own account
53
+ */
54
+ deleteOwnAccount = () => {
55
+ return this.api.delete(`${this.apiPrefix}/users/delete-account`);
50
56
  };
51
57
  }
52
58
 
@@ -26,7 +26,14 @@ export interface CoreAuthStore<T extends CoreUser> extends BaseStore {
26
26
  register: <K extends CoreRegisterCredentials>(credentials: K, actions?: CoreActions) => Promise<BaseApiResponse<CoreAuthRegisterResponse<T>>>;
27
27
  logout: (actions?: CoreActions) => Promise<void>;
28
28
  updateUser: (userId: Pick<T, "id">, updateUserData: Partial<T>, actions?: CoreActions) => Promise<BaseApiResponse<T>>;
29
+ updateProfile: (updateUserData: Partial<T>, actions?: CoreActions) => Promise<BaseApiResponse<T>>;
30
+ changePassword: (passwordData: {
31
+ current_password: string;
32
+ password: string;
33
+ password_confirmation: string;
34
+ }, actions?: CoreActions) => Promise<BaseApiResponse<null>>;
29
35
  deleteUser: (userId: Pick<T, "id">, actions?: CoreActions) => Promise<BaseApiResponse<null>>;
36
+ deleteOwnAccount: (actions?: CoreActions) => Promise<BaseApiResponse<null>>;
30
37
  reset: () => void;
31
38
  }
32
39
  export interface CoreAuthLoginResponse<T extends CoreUser> {
@@ -1 +1 @@
1
- {"version":3,"file":"CoreAuth.d.ts","sourceRoot":"","sources":["../../../../src/modules/CoreAuth/types/CoreAuth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,MAAM,WAAW,QAAS,SAAQ,QAAQ;IACtC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AACD,MAAM,WAAW,oBAAoB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;CACpB;AACD,MAAM,WAAW,uBAAwB,SAAQ,oBAAoB;IACjE,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,aAAa,CAAC,CAAC,SAAS,QAAQ,CAAE,SAAQ,SAAS;IAChE,IAAI,EAAE,CAAC,GAAG,IAAI,CAAC;IACf,eAAe,EAAE,OAAO,CAAC;IAGzB,OAAO,EAAE,CAAC,IAAI,EAAE,CAAC,GAAG,IAAI,KAAK,IAAI,CAAC;IAClC,UAAU,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,QAAQ,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAG/B,OAAO,EAAE,MAAM,OAAO,CAAC,eAAe,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAChE,KAAK,EAAE,CAAC,CAAC,SAAS,oBAAoB,EAAE,WAAW,EAAE,CAAC,EAAE,OAAO,CAAC,EAAE,WAAW,KAAK,OAAO,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IACrI,QAAQ,EAAE,CAAC,CAAC,SAAS,uBAAuB,EAAE,WAAW,EAAE,CAAC,EAAE,OAAO,CAAC,EAAE,WAAW,KAAK,OAAO,CAAC,eAAe,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAC9I,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE,WAAW,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACjD,UAAU,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,WAAW,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC;IACtH,UAAU,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,EAAE,OAAO,CAAC,EAAE,WAAW,KAAK,OAAO,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC,CAAC;IAG7F,KAAK,EAAE,MAAM,IAAI,CAAC;CACrB;AACD,MAAM,WAAW,qBAAqB,CAAC,CAAC,SAAS,QAAQ;IACrD,IAAI,EAAE,CAAC,CAAC;CACX;AACD,MAAM,WAAW,wBAAwB,CAAC,CAAC,SAAS,QAAQ,CAAE,SAAQ,qBAAqB,CAAC,CAAC,CAAC;CAC7F;AACD,MAAM,WAAW,mBAAmB,CAAC,CAAC,SAAS,QAAQ;IACnD,IAAI,EAAE,CAAC,CAAC;CACX"}
1
+ {"version":3,"file":"CoreAuth.d.ts","sourceRoot":"","sources":["../../../../src/modules/CoreAuth/types/CoreAuth.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.5.26",
3
+ "version": "0.5.28",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",