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