@vrplatform/api 1.3.1-stage.4373 → 1.3.1-stage.4375

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.
@@ -25275,7 +25275,7 @@ export interface operations {
25275
25275
  /** @enum {string} */
25276
25276
  type: "partner" | "admin" | "propertyManager";
25277
25277
  /** @enum {string} */
25278
- status: "active" | "inactive" | "deleted" | "onboarding";
25278
+ status: "active" | "inactive";
25279
25279
  billingSubscriptionStatus?: string | null;
25280
25280
  billingPlan?: string | null;
25281
25281
  billingPaymentMethodType?: string | null;
@@ -25577,7 +25577,7 @@ export interface operations {
25577
25577
  /** @enum {string} */
25578
25578
  type: "partner" | "admin" | "propertyManager";
25579
25579
  /** @enum {string} */
25580
- status: "active" | "inactive" | "deleted" | "onboarding";
25580
+ status: "active" | "inactive";
25581
25581
  billingSubscriptionStatus?: string | null;
25582
25582
  billingPlan?: string | null;
25583
25583
  billingPaymentMethodType?: string | null;
@@ -31320,7 +31320,7 @@ export interface operations {
31320
31320
  partnerId: string | null;
31321
31321
  isGeneralLedger: boolean;
31322
31322
  /** @enum {string} */
31323
- status: "active" | "inactive" | "onboarding";
31323
+ status: "active" | "inactive";
31324
31324
  isOnboarding: boolean;
31325
31325
  /**
31326
31326
  * Format: date-time
@@ -63831,9 +63831,15 @@ export interface operations {
63831
63831
  requestBody?: {
63832
63832
  content: {
63833
63833
  "application/json": {
63834
+ ramp: boolean;
63834
63835
  date?: string | null;
63835
63836
  amount?: number | null;
63836
63837
  bankAccountId?: string | null;
63838
+ owner?: {
63839
+ legalName?: string;
63840
+ accountNumber?: string;
63841
+ routingNumber?: string;
63842
+ };
63837
63843
  };
63838
63844
  };
63839
63845
  };
@@ -66452,7 +66458,7 @@ export interface operations {
66452
66458
  /** @enum {string} */
66453
66459
  type: "partner" | "admin" | "propertyManager";
66454
66460
  /** @enum {string} */
66455
- status: "active" | "inactive" | "deleted" | "onboarding";
66461
+ status: "active" | "inactive";
66456
66462
  billingSubscriptionStatus?: string | null;
66457
66463
  billingPlan?: string | null;
66458
66464
  billingPaymentMethodType?: string | null;
@@ -66814,7 +66820,7 @@ export interface operations {
66814
66820
  /** @enum {string} */
66815
66821
  type: "partner" | "admin" | "propertyManager";
66816
66822
  /** @enum {string} */
66817
- status: "active" | "inactive" | "deleted" | "onboarding";
66823
+ status: "active" | "inactive";
66818
66824
  billingSubscriptionStatus?: string | null;
66819
66825
  billingPlan?: string | null;
66820
66826
  billingPaymentMethodType?: string | null;
@@ -67836,7 +67842,7 @@ export interface operations {
67836
67842
  /** @enum {string} */
67837
67843
  type: "partner" | "admin" | "propertyManager";
67838
67844
  /** @enum {string} */
67839
- status: "active" | "inactive" | "deleted" | "onboarding";
67845
+ status: "active" | "inactive";
67840
67846
  billingSubscriptionStatus?: string | null;
67841
67847
  billingPlan?: string | null;
67842
67848
  billingPaymentMethodType?: string | null;
@@ -69402,7 +69408,7 @@ export interface operations {
69402
69408
  query?: {
69403
69409
  /** @description Comma-separated team IDs. */
69404
69410
  ids?: string;
69405
- status?: "active" | "inactive" | "deleted" | "onboarding";
69411
+ status?: "active" | "inactive";
69406
69412
  search?: string;
69407
69413
  partnerId?: string;
69408
69414
  type?: "partner" | "propertyManager";
@@ -69485,7 +69491,7 @@ export interface operations {
69485
69491
  /** @enum {string} */
69486
69492
  type: "partner" | "admin" | "propertyManager";
69487
69493
  /** @enum {string} */
69488
- status: "active" | "inactive" | "deleted" | "onboarding";
69494
+ status: "active" | "inactive";
69489
69495
  billingSubscriptionStatus?: string | null;
69490
69496
  billingPlan?: string | null;
69491
69497
  billingPaymentMethodType?: string | null;
@@ -69754,7 +69760,7 @@ export interface operations {
69754
69760
  /** @enum {string} */
69755
69761
  type?: "partner" | "admin" | "propertyManager";
69756
69762
  /** @enum {string} */
69757
- status?: "active" | "inactive" | "deleted" | "onboarding";
69763
+ status?: "active" | "inactive";
69758
69764
  billingSubscriptionStatus?: string | null;
69759
69765
  billingPlan?: string | null;
69760
69766
  trialUntil?: string | null;
@@ -69845,7 +69851,7 @@ export interface operations {
69845
69851
  /** @enum {string} */
69846
69852
  type: "partner" | "admin" | "propertyManager";
69847
69853
  /** @enum {string} */
69848
- status: "active" | "inactive" | "deleted" | "onboarding";
69854
+ status: "active" | "inactive";
69849
69855
  billingSubscriptionStatus?: string | null;
69850
69856
  billingPlan?: string | null;
69851
69857
  billingPaymentMethodType?: string | null;
@@ -70063,7 +70069,7 @@ export interface operations {
70063
70069
  parameters: {
70064
70070
  query: {
70065
70071
  name: string;
70066
- status?: "active" | "inactive" | "deleted" | "onboarding";
70072
+ status?: "active" | "inactive";
70067
70073
  limit?: number;
70068
70074
  page?: number;
70069
70075
  offset?: number;
@@ -70135,7 +70141,7 @@ export interface operations {
70135
70141
  /** @enum {string} */
70136
70142
  type: "partner" | "admin" | "propertyManager";
70137
70143
  /** @enum {string} */
70138
- status: "active" | "inactive" | "deleted" | "onboarding";
70144
+ status: "active" | "inactive";
70139
70145
  billingSubscriptionStatus?: string | null;
70140
70146
  billingPlan?: string | null;
70141
70147
  billingPaymentMethodType?: string | null;
@@ -70431,7 +70437,7 @@ export interface operations {
70431
70437
  /** @enum {string} */
70432
70438
  type: "partner" | "admin" | "propertyManager";
70433
70439
  /** @enum {string} */
70434
- status: "active" | "inactive" | "deleted" | "onboarding";
70440
+ status: "active" | "inactive";
70435
70441
  billingSubscriptionStatus?: string | null;
70436
70442
  billingPlan?: string | null;
70437
70443
  billingPaymentMethodType?: string | null;