@devopness/sdk-js 2.53.0 → 2.54.0
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.
|
@@ -41,7 +41,7 @@ export declare class UsersApiService extends ApiBaseService {
|
|
|
41
41
|
getUser(userId: number): Promise<ApiResponse<User>>;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
|
-
* @summary Get
|
|
44
|
+
* @summary Get current user\'s billing info for active subscription
|
|
45
45
|
*/
|
|
46
46
|
getUserBilling(): Promise<ApiResponse<UserBilling>>;
|
|
47
47
|
/**
|
|
@@ -63,7 +63,7 @@ class UsersApiService extends ApiBaseService_1.ApiBaseService {
|
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
*
|
|
66
|
-
* @summary Get
|
|
66
|
+
* @summary Get current user\'s billing info for active subscription
|
|
67
67
|
*/
|
|
68
68
|
getUserBilling() {
|
|
69
69
|
return __awaiter(this, void 0, void 0, function* () {
|