@vrplatform/api 1.3.1-stage.6445 → 1.3.1-stage.6449

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.
@@ -14947,7 +14947,7 @@ export interface operations {
14947
14947
  updatedFrom?: string;
14948
14948
  /** @description Timestamp string with date, time, milliseconds, and timezone. */
14949
14949
  updatedTo?: string;
14950
- entityType?: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction";
14950
+ entityType?: "account" | "accountConnection" | "apiToken" | "bankRecord" | "bankRule" | "connection" | "emailTemplate" | "flowMapping" | "flowSetting" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "ownerStatementLayout" | "ownerStatementLayoutListing" | "ownerUserAccess" | "recurringFee" | "recurringFeeListingSubscription" | "recurringTransactionTemplate" | "reservation" | "reservationLineMapping" | "taxRate" | "team" | "teamMember" | "transaction" | "webhookSubscription";
14951
14951
  entityId?: string;
14952
14952
  actionId?: string;
14953
14953
  actionCode?: string;
@@ -14959,7 +14959,7 @@ export interface operations {
14959
14959
  /** @description Whether any public entity or journal-entry change exists */
14960
14960
  hasChanges?: boolean;
14961
14961
  /** @description Public subject participating in entityChanges */
14962
- changedEntityType?: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction" | "paymentLine";
14962
+ changedEntityType?: "account" | "accountConnection" | "apiToken" | "bankRecord" | "bankRule" | "connection" | "emailTemplate" | "flowMapping" | "flowSetting" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "ownerStatementLayout" | "ownerStatementLayoutListing" | "ownerUserAccess" | "recurringFee" | "recurringFeeListingSubscription" | "recurringTransactionTemplate" | "reservation" | "reservationLineMapping" | "taxRate" | "team" | "teamMember" | "transaction" | "webhookSubscription" | "paymentLine";
14963
14963
  /** @description Exact public registry path for changedEntityType */
14964
14964
  changedPath?: string;
14965
14965
  };
@@ -15021,7 +15021,7 @@ export interface operations {
15021
15021
  };
15022
15022
  rootEntity: {
15023
15023
  /** @enum {string} */
15024
- type: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction";
15024
+ type: "account" | "accountConnection" | "apiToken" | "bankRecord" | "bankRule" | "connection" | "emailTemplate" | "flowMapping" | "flowSetting" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "ownerStatementLayout" | "ownerStatementLayoutListing" | "ownerUserAccess" | "recurringFee" | "recurringFeeListingSubscription" | "recurringTransactionTemplate" | "reservation" | "reservationLineMapping" | "taxRate" | "team" | "teamMember" | "transaction" | "webhookSubscription";
15025
15025
  /** Format: uuid */
15026
15026
  id: string;
15027
15027
  uniqueRef: string | null;
@@ -15030,7 +15030,7 @@ export interface operations {
15030
15030
  entityChanges: {
15031
15031
  entity: {
15032
15032
  /** @enum {string} */
15033
- type: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction" | "paymentLine";
15033
+ type: "account" | "accountConnection" | "apiToken" | "bankRecord" | "bankRule" | "connection" | "emailTemplate" | "flowMapping" | "flowSetting" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "ownerStatementLayout" | "ownerStatementLayoutListing" | "ownerUserAccess" | "recurringFee" | "recurringFeeListingSubscription" | "recurringTransactionTemplate" | "reservation" | "reservationLineMapping" | "taxRate" | "team" | "teamMember" | "transaction" | "webhookSubscription" | "paymentLine";
15034
15034
  /** Format: uuid */
15035
15035
  id: string;
15036
15036
  uniqueRef: string | null;
@@ -15511,7 +15511,7 @@ export interface operations {
15511
15511
  };
15512
15512
  rootEntity: {
15513
15513
  /** @enum {string} */
15514
- type: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction";
15514
+ type: "account" | "accountConnection" | "apiToken" | "bankRecord" | "bankRule" | "connection" | "emailTemplate" | "flowMapping" | "flowSetting" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "ownerStatementLayout" | "ownerStatementLayoutListing" | "ownerUserAccess" | "recurringFee" | "recurringFeeListingSubscription" | "recurringTransactionTemplate" | "reservation" | "reservationLineMapping" | "taxRate" | "team" | "teamMember" | "transaction" | "webhookSubscription";
15515
15515
  /** Format: uuid */
15516
15516
  id: string;
15517
15517
  uniqueRef: string | null;
@@ -15520,7 +15520,7 @@ export interface operations {
15520
15520
  entityChanges: {
15521
15521
  entity: {
15522
15522
  /** @enum {string} */
15523
- type: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction" | "paymentLine";
15523
+ type: "account" | "accountConnection" | "apiToken" | "bankRecord" | "bankRule" | "connection" | "emailTemplate" | "flowMapping" | "flowSetting" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "ownerStatementLayout" | "ownerStatementLayoutListing" | "ownerUserAccess" | "recurringFee" | "recurringFeeListingSubscription" | "recurringTransactionTemplate" | "reservation" | "reservationLineMapping" | "taxRate" | "team" | "teamMember" | "transaction" | "webhookSubscription" | "paymentLine";
15524
15524
  /** Format: uuid */
15525
15525
  id: string;
15526
15526
  uniqueRef: string | null;
@@ -15774,7 +15774,7 @@ export interface operations {
15774
15774
  causedBy: {
15775
15775
  entity: {
15776
15776
  /** @enum {string} */
15777
- type: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction" | "paymentLine" | "journalEntry";
15777
+ type: "account" | "accountConnection" | "apiToken" | "bankRecord" | "bankRule" | "connection" | "emailTemplate" | "flowMapping" | "flowSetting" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "ownerStatementLayout" | "ownerStatementLayoutListing" | "ownerUserAccess" | "recurringFee" | "recurringFeeListingSubscription" | "recurringTransactionTemplate" | "reservation" | "reservationLineMapping" | "taxRate" | "team" | "teamMember" | "transaction" | "webhookSubscription" | "paymentLine" | "journalEntry";
15778
15778
  /** Format: uuid */
15779
15779
  id: string;
15780
15780
  };
@@ -78329,7 +78329,7 @@ export interface operations {
78329
78329
  updatedFrom?: string;
78330
78330
  /** @description Timestamp string with date, time, milliseconds, and timezone. */
78331
78331
  updatedTo?: string;
78332
- entityType?: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction";
78332
+ entityType?: "account" | "accountConnection" | "apiToken" | "bankRecord" | "bankRule" | "connection" | "emailTemplate" | "flowMapping" | "flowSetting" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "ownerStatementLayout" | "ownerStatementLayoutListing" | "ownerUserAccess" | "recurringFee" | "recurringFeeListingSubscription" | "recurringTransactionTemplate" | "reservation" | "reservationLineMapping" | "taxRate" | "team" | "teamMember" | "transaction" | "webhookSubscription";
78333
78333
  entityId?: string;
78334
78334
  actionId?: string;
78335
78335
  actionCode?: string;
@@ -78341,7 +78341,7 @@ export interface operations {
78341
78341
  /** @description Whether any public entity or journal-entry change exists */
78342
78342
  hasChanges?: boolean;
78343
78343
  /** @description Public subject participating in entityChanges */
78344
- changedEntityType?: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction" | "paymentLine";
78344
+ changedEntityType?: "account" | "accountConnection" | "apiToken" | "bankRecord" | "bankRule" | "connection" | "emailTemplate" | "flowMapping" | "flowSetting" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "ownerStatementLayout" | "ownerStatementLayoutListing" | "ownerUserAccess" | "recurringFee" | "recurringFeeListingSubscription" | "recurringTransactionTemplate" | "reservation" | "reservationLineMapping" | "taxRate" | "team" | "teamMember" | "transaction" | "webhookSubscription" | "paymentLine";
78345
78345
  /** @description Exact public registry path for changedEntityType */
78346
78346
  changedPath?: string;
78347
78347
  teamId?: string;
@@ -78407,7 +78407,7 @@ export interface operations {
78407
78407
  };
78408
78408
  rootEntity: {
78409
78409
  /** @enum {string} */
78410
- type: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction";
78410
+ type: "account" | "accountConnection" | "apiToken" | "bankRecord" | "bankRule" | "connection" | "emailTemplate" | "flowMapping" | "flowSetting" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "ownerStatementLayout" | "ownerStatementLayoutListing" | "ownerUserAccess" | "recurringFee" | "recurringFeeListingSubscription" | "recurringTransactionTemplate" | "reservation" | "reservationLineMapping" | "taxRate" | "team" | "teamMember" | "transaction" | "webhookSubscription";
78411
78411
  /** Format: uuid */
78412
78412
  id: string;
78413
78413
  uniqueRef: string | null;
@@ -78416,7 +78416,7 @@ export interface operations {
78416
78416
  entityChanges: {
78417
78417
  entity: {
78418
78418
  /** @enum {string} */
78419
- type: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction" | "paymentLine";
78419
+ type: "account" | "accountConnection" | "apiToken" | "bankRecord" | "bankRule" | "connection" | "emailTemplate" | "flowMapping" | "flowSetting" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "ownerStatementLayout" | "ownerStatementLayoutListing" | "ownerUserAccess" | "recurringFee" | "recurringFeeListingSubscription" | "recurringTransactionTemplate" | "reservation" | "reservationLineMapping" | "taxRate" | "team" | "teamMember" | "transaction" | "webhookSubscription" | "paymentLine";
78420
78420
  /** Format: uuid */
78421
78421
  id: string;
78422
78422
  uniqueRef: string | null;