@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.6445",
6
+ "version": "1.3.1-stage.6449",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -14948,7 +14948,7 @@ export interface operations {
14948
14948
  updatedFrom?: string;
14949
14949
  /** @description Timestamp string with date, time, milliseconds, and timezone. */
14950
14950
  updatedTo?: string;
14951
- entityType?: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction";
14951
+ 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";
14952
14952
  entityId?: string;
14953
14953
  actionId?: string;
14954
14954
  actionCode?: string;
@@ -14960,7 +14960,7 @@ export interface operations {
14960
14960
  /** @description Whether any public entity or journal-entry change exists */
14961
14961
  hasChanges?: boolean;
14962
14962
  /** @description Public subject participating in entityChanges */
14963
- changedEntityType?: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction" | "paymentLine";
14963
+ 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";
14964
14964
  /** @description Exact public registry path for changedEntityType */
14965
14965
  changedPath?: string;
14966
14966
  };
@@ -15022,7 +15022,7 @@ export interface operations {
15022
15022
  };
15023
15023
  rootEntity: {
15024
15024
  /** @enum {string} */
15025
- type: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction";
15025
+ 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";
15026
15026
  /** Format: uuid */
15027
15027
  id: string;
15028
15028
  uniqueRef: string | null;
@@ -15031,7 +15031,7 @@ export interface operations {
15031
15031
  entityChanges: {
15032
15032
  entity: {
15033
15033
  /** @enum {string} */
15034
- type: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction" | "paymentLine";
15034
+ 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";
15035
15035
  /** Format: uuid */
15036
15036
  id: string;
15037
15037
  uniqueRef: string | null;
@@ -15512,7 +15512,7 @@ export interface operations {
15512
15512
  };
15513
15513
  rootEntity: {
15514
15514
  /** @enum {string} */
15515
- type: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction";
15515
+ 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";
15516
15516
  /** Format: uuid */
15517
15517
  id: string;
15518
15518
  uniqueRef: string | null;
@@ -15521,7 +15521,7 @@ export interface operations {
15521
15521
  entityChanges: {
15522
15522
  entity: {
15523
15523
  /** @enum {string} */
15524
- type: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction" | "paymentLine";
15524
+ 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";
15525
15525
  /** Format: uuid */
15526
15526
  id: string;
15527
15527
  uniqueRef: string | null;
@@ -15775,7 +15775,7 @@ export interface operations {
15775
15775
  causedBy: {
15776
15776
  entity: {
15777
15777
  /** @enum {string} */
15778
- type: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction" | "paymentLine" | "journalEntry";
15778
+ 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";
15779
15779
  /** Format: uuid */
15780
15780
  id: string;
15781
15781
  };
@@ -78330,7 +78330,7 @@ export interface operations {
78330
78330
  updatedFrom?: string;
78331
78331
  /** @description Timestamp string with date, time, milliseconds, and timezone. */
78332
78332
  updatedTo?: string;
78333
- entityType?: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction";
78333
+ 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";
78334
78334
  entityId?: string;
78335
78335
  actionId?: string;
78336
78336
  actionCode?: string;
@@ -78342,7 +78342,7 @@ export interface operations {
78342
78342
  /** @description Whether any public entity or journal-entry change exists */
78343
78343
  hasChanges?: boolean;
78344
78344
  /** @description Public subject participating in entityChanges */
78345
- changedEntityType?: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction" | "paymentLine";
78345
+ 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";
78346
78346
  /** @description Exact public registry path for changedEntityType */
78347
78347
  changedPath?: string;
78348
78348
  teamId?: string;
@@ -78408,7 +78408,7 @@ export interface operations {
78408
78408
  };
78409
78409
  rootEntity: {
78410
78410
  /** @enum {string} */
78411
- type: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction";
78411
+ 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";
78412
78412
  /** Format: uuid */
78413
78413
  id: string;
78414
78414
  uniqueRef: string | null;
@@ -78417,7 +78417,7 @@ export interface operations {
78417
78417
  entityChanges: {
78418
78418
  entity: {
78419
78419
  /** @enum {string} */
78420
- type: "account" | "accountConnection" | "bankRecord" | "listing" | "listingOwnershipPeriod" | "ownerStatement" | "recurringFee" | "reservation" | "transaction" | "paymentLine";
78420
+ 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";
78421
78421
  /** Format: uuid */
78422
78422
  id: string;
78423
78423
  uniqueRef: string | null;