@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 details of the current user active subscription
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 details of the current user active subscription
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* () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devopness/sdk-js",
3
- "version": "2.53.0",
3
+ "version": "2.54.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },