@vrplatform/api 1.2.40-stage.1063 → 1.2.40-stage.1064

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.
@@ -4131,8 +4131,8 @@ export interface operations {
4131
4131
  appId: string;
4132
4132
  } | null;
4133
4133
  nights?: number | null;
4134
- /** @enum {string|null} */
4135
- status?: "booked" | "canceled" | "inactive" | null;
4134
+ /** @enum {string} */
4135
+ status: "booked" | "canceled" | "inactive";
4136
4136
  financials: {
4137
4137
  totals: {
4138
4138
  tax: number;
@@ -4151,6 +4151,8 @@ export interface operations {
4151
4151
  /** @enum {string} */
4152
4152
  status: "active" | "inactive";
4153
4153
  amount: number;
4154
+ /** @enum {string|null} */
4155
+ inactiveReason?: "reservationCancelled" | "referenceAccount" | "deferredRevenue" | "system" | null;
4154
4156
  account?: {
4155
4157
  id: string;
4156
4158
  name: string;
@@ -4505,8 +4507,8 @@ export interface operations {
4505
4507
  appId: string;
4506
4508
  } | null;
4507
4509
  nights?: number | null;
4508
- /** @enum {string|null} */
4509
- status?: "booked" | "canceled" | "inactive" | null;
4510
+ /** @enum {string} */
4511
+ status: "booked" | "canceled" | "inactive";
4510
4512
  financials: {
4511
4513
  totals: {
4512
4514
  tax: number;
@@ -4525,6 +4527,8 @@ export interface operations {
4525
4527
  /** @enum {string} */
4526
4528
  status: "active" | "inactive";
4527
4529
  amount: number;
4530
+ /** @enum {string|null} */
4531
+ inactiveReason?: "reservationCancelled" | "referenceAccount" | "deferredRevenue" | "system" | null;
4528
4532
  account?: {
4529
4533
  id: string;
4530
4534
  name: string;
@@ -4959,8 +4963,8 @@ export interface operations {
4959
4963
  appId: string;
4960
4964
  } | null;
4961
4965
  nights?: number | null;
4962
- /** @enum {string|null} */
4963
- status?: "booked" | "canceled" | "inactive" | null;
4966
+ /** @enum {string} */
4967
+ status: "booked" | "canceled" | "inactive";
4964
4968
  financials: {
4965
4969
  totals: {
4966
4970
  tax: number;
@@ -4979,6 +4983,8 @@ export interface operations {
4979
4983
  /** @enum {string} */
4980
4984
  status: "active" | "inactive";
4981
4985
  amount: number;
4986
+ /** @enum {string|null} */
4987
+ inactiveReason?: "reservationCancelled" | "referenceAccount" | "deferredRevenue" | "system" | null;
4982
4988
  account?: {
4983
4989
  id: string;
4984
4990
  name: string;
@@ -5351,8 +5357,8 @@ export interface operations {
5351
5357
  appId: string;
5352
5358
  } | null;
5353
5359
  nights?: number | null;
5354
- /** @enum {string|null} */
5355
- status?: "booked" | "canceled" | "inactive" | null;
5360
+ /** @enum {string} */
5361
+ status: "booked" | "canceled" | "inactive";
5356
5362
  listing?: {
5357
5363
  /** Format: uuid */
5358
5364
  id: string;
@@ -5628,8 +5634,8 @@ export interface operations {
5628
5634
  appId: string;
5629
5635
  } | null;
5630
5636
  nights?: number | null;
5631
- /** @enum {string|null} */
5632
- status?: "booked" | "canceled" | "inactive" | null;
5637
+ /** @enum {string} */
5638
+ status: "booked" | "canceled" | "inactive";
5633
5639
  financials: {
5634
5640
  totals: {
5635
5641
  tax: number;
@@ -5648,6 +5654,8 @@ export interface operations {
5648
5654
  /** @enum {string} */
5649
5655
  status: "active" | "inactive";
5650
5656
  amount: number;
5657
+ /** @enum {string|null} */
5658
+ inactiveReason?: "reservationCancelled" | "referenceAccount" | "deferredRevenue" | "system" | null;
5651
5659
  account?: {
5652
5660
  id: string;
5653
5661
  name: string;
@@ -9003,6 +9011,8 @@ export interface operations {
9003
9011
  /** @enum {string} */
9004
9012
  status: "active" | "inactive";
9005
9013
  amount: number;
9014
+ /** @enum {string|null} */
9015
+ inactiveReason?: "reservationCancelled" | "referenceAccount" | "deferredRevenue" | "system" | null;
9006
9016
  fee: number;
9007
9017
  account?: {
9008
9018
  id: string;