@vibexp/api-client 0.52.0 → 0.53.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.
@@ -116,10 +116,6 @@ export type User = {
116
116
  email: string;
117
117
  name: string;
118
118
  avatar_url?: string | null;
119
- stripe_customer_id?: string | null;
120
- subscription_status: string;
121
- trial_ends_at?: string | null;
122
- subscription_plan?: string | null;
123
119
  default_team_id?: string | null;
124
120
  onboarding_completed: boolean;
125
121
  onboarding_completed_at?: string | null;
package/dist/schema.d.ts CHANGED
@@ -4407,14 +4407,6 @@ export interface components {
4407
4407
  * @example https://example.com/avatar.jpg
4408
4408
  */
4409
4409
  avatar_url?: string | null;
4410
- /** @example cus_123 */
4411
- stripe_customer_id?: string | null;
4412
- /** @example active */
4413
- subscription_status: string;
4414
- /** Format: date-time */
4415
- trial_ends_at?: string | null;
4416
- /** @example professional */
4417
- subscription_plan?: string | null;
4418
4410
  /** @example team_abc123 */
4419
4411
  default_team_id?: string | null;
4420
4412
  /** @example false */
@@ -5842,7 +5834,7 @@ export interface components {
5842
5834
  * @example {
5843
5835
  * "source_url": "/settings/api-keys",
5844
5836
  * "browser": "Chrome",
5845
- * "subscription_tier": "basic"
5837
+ * "app_version": "1.4.2"
5846
5838
  * }
5847
5839
  */
5848
5840
  additional_info?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibexp/api-client",
3
- "version": "0.52.0",
3
+ "version": "0.53.0",
4
4
  "description": "Typed VibeXP API client generated from the OpenAPI spec (openapi-fetch main entrypoint, axios SDK at ./axios)",
5
5
  "license": "MIT",
6
6
  "repository": {