@vrplatform/api 1.3.0-stage.1210 → 1.3.0-stage.1211

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.0-stage.1210",
6
+ "version": "1.3.0-stage.1211",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -18674,7 +18674,9 @@ export interface operations {
18674
18674
  recurringTemplate?: {
18675
18675
  id: string;
18676
18676
  } | null;
18677
+ dateOffset: number;
18677
18678
  }[] | null;
18679
+ currency?: string | null;
18678
18680
  };
18679
18681
  };
18680
18682
  };
@@ -18915,7 +18917,9 @@ export interface operations {
18915
18917
  recurringTemplate?: {
18916
18918
  id: string;
18917
18919
  } | null;
18920
+ dateOffset: number;
18918
18921
  }[] | null;
18922
+ currency?: string | null;
18919
18923
  }[];
18920
18924
  pagination: {
18921
18925
  /** @default 100 */
@@ -20650,9 +20654,9 @@ export interface operations {
20650
20654
  offset?: number;
20651
20655
  dispatchId?: string;
20652
20656
  entityId?: string;
20653
- entityType?: "listingOwnershipPeriod" | "reservation" | "recurringTransactionTemplate" | "tenant" | "transaction";
20657
+ entityType?: "account" | "listingOwnershipPeriod" | "ownerStatement" | "recurringTransactionTemplate" | "reservation" | "tenant" | "transaction";
20654
20658
  status?: "pending" | "claimed" | "running" | "completed" | "failed" | "dead_letter";
20655
- effectType?: "CREATE_RECURRING_TRANSACTION_INSTANCE" | "LINK_JOURNAL_TO_OWNERSHIP_PERIOD" | "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "UPDATE_RESERVATION_LINKABLES" | "UPDATE_RESERVATION_PAYMENTS" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_HYPERLINE_SYNC" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
20659
+ effectType?: "CREATE_RECURRING_TRANSACTION_INSTANCE" | "LINK_JOURNAL_TO_OWNERSHIP_PERIOD" | "RECALCULATE_BANK_RECORD_BALANCES" | "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "SEND_STATEMENT_NOTIFICATIONS" | "UPDATE_RESERVATION_LINKABLES" | "UPDATE_RESERVATION_PAYMENTS" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_HYPERLINE_SYNC" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
20656
20660
  page?: number;
20657
20661
  };
20658
20662
  header?: {
@@ -20680,7 +20684,7 @@ export interface operations {
20680
20684
  apiEndpoint: string | null;
20681
20685
  };
20682
20686
  /** @enum {string} */
20683
- effectType: "CREATE_RECURRING_TRANSACTION_INSTANCE" | "LINK_JOURNAL_TO_OWNERSHIP_PERIOD" | "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "UPDATE_RESERVATION_LINKABLES" | "UPDATE_RESERVATION_PAYMENTS" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_HYPERLINE_SYNC" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
20687
+ effectType: "CREATE_RECURRING_TRANSACTION_INSTANCE" | "LINK_JOURNAL_TO_OWNERSHIP_PERIOD" | "RECALCULATE_BANK_RECORD_BALANCES" | "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "SEND_STATEMENT_NOTIFICATIONS" | "UPDATE_RESERVATION_LINKABLES" | "UPDATE_RESERVATION_PAYMENTS" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_HYPERLINE_SYNC" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
20684
20688
  payload?: unknown;
20685
20689
  entity: ({
20686
20690
  /** @enum {string} */
@@ -20956,7 +20960,7 @@ export interface operations {
20956
20960
  endDate?: string;
20957
20961
  actionType?: string;
20958
20962
  entityId?: string;
20959
- entityType?: "listingOwnershipPeriod" | "reservation" | "recurringTransactionTemplate" | "tenant" | "transaction";
20963
+ entityType?: "account" | "listingOwnershipPeriod" | "ownerStatement" | "recurringTransactionTemplate" | "reservation" | "tenant" | "transaction";
20960
20964
  includeIfNoEffects?: boolean;
20961
20965
  page?: number;
20962
20966
  };