nb-js-client 0.0.65 → 0.0.67
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.
|
@@ -42,7 +42,7 @@ export declare class UserApiService {
|
|
|
42
42
|
meDeleteSession(id?: number): Promise<void>;
|
|
43
43
|
setRole(id: number, role_id?: number | null): Promise<void>;
|
|
44
44
|
meParams(name: string): Promise<UserParams>;
|
|
45
|
-
meSetParams(param: UserParamsLabel, value: any): Promise<UserParams
|
|
45
|
+
meSetParams(param: UserParamsLabel, value: any): Promise<ResponseItem<UserParams>>;
|
|
46
46
|
meListParams(): Promise<ResponseList<UserParams>>;
|
|
47
47
|
phone(data: {
|
|
48
48
|
phone: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1430,7 +1430,7 @@ declare class UserApiService {
|
|
|
1430
1430
|
meDeleteSession(id?: number): Promise<void>;
|
|
1431
1431
|
setRole(id: number, role_id?: number | null): Promise<void>;
|
|
1432
1432
|
meParams(name: string): Promise<UserParams>;
|
|
1433
|
-
meSetParams(param: UserParamsLabel, value: any): Promise<UserParams
|
|
1433
|
+
meSetParams(param: UserParamsLabel, value: any): Promise<ResponseItem<UserParams>>;
|
|
1434
1434
|
meListParams(): Promise<ResponseList<UserParams>>;
|
|
1435
1435
|
phone(data: {
|
|
1436
1436
|
phone: string;
|