nb-js-client 0.0.66 → 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,9 +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<
|
|
46
|
-
row: UserParams;
|
|
47
|
-
}>;
|
|
45
|
+
meSetParams(param: UserParamsLabel, value: any): Promise<ResponseItem<UserParams>>;
|
|
48
46
|
meListParams(): Promise<ResponseList<UserParams>>;
|
|
49
47
|
phone(data: {
|
|
50
48
|
phone: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1430,9 +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<
|
|
1434
|
-
row: UserParams;
|
|
1435
|
-
}>;
|
|
1433
|
+
meSetParams(param: UserParamsLabel, value: any): Promise<ResponseItem<UserParams>>;
|
|
1436
1434
|
meListParams(): Promise<ResponseList<UserParams>>;
|
|
1437
1435
|
phone(data: {
|
|
1438
1436
|
phone: string;
|