@vrplatform/api 1.3.1-stage.1513 → 1.3.1-stage.1517

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.
@@ -7400,7 +7400,7 @@ export interface operations {
7400
7400
  entityId?: string;
7401
7401
  entityType?: "account" | "journalEntry" | "listingOwnershipPeriod" | "ownerStatement" | "recurringTransactionTemplate" | "reservation" | "tenant" | "transaction";
7402
7402
  status?: "pending" | "claimed" | "running" | "completed" | "failed" | "dead_letter";
7403
- effectType?: "CREATE_RECURRING_TRANSACTION_INSTANCE" | "JOURNAL_ENTRY_SET_ACTIVE" | "JOURNAL_ENTRY_SET_INACTIVE" | "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_INIT" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
7403
+ effectType?: "CREATE_RECURRING_TRANSACTION_INSTANCE" | "JOURNAL_ENTRY_SET_ACTIVE" | "JOURNAL_ENTRY_SET_INACTIVE" | "LINK_JOURNAL_TO_OWNERSHIP_PERIOD" | "RECALCULATE_BANK_RECORD_BALANCES" | "REFRESH_RESERVATION_JOURNAL" | "MAP_DEPOSIT_TRANSACTIONS_BY_LAST4" | "REFRESH_TRANSACTION_JOURNAL" | "SEND_STATEMENT_NOTIFICATIONS" | "UPDATE_RESERVATION_LINKABLES" | "UPDATE_RESERVATION_PAYMENTS" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_HYPERLINE_SYNC" | "TENANT_INIT" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
7404
7404
  page?: number;
7405
7405
  };
7406
7406
  header?: never;
@@ -7426,7 +7426,7 @@ export interface operations {
7426
7426
  apiEndpoint: string | null;
7427
7427
  };
7428
7428
  /** @enum {string} */
7429
- effectType: "CREATE_RECURRING_TRANSACTION_INSTANCE" | "JOURNAL_ENTRY_SET_ACTIVE" | "JOURNAL_ENTRY_SET_INACTIVE" | "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_INIT" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
7429
+ effectType: "CREATE_RECURRING_TRANSACTION_INSTANCE" | "JOURNAL_ENTRY_SET_ACTIVE" | "JOURNAL_ENTRY_SET_INACTIVE" | "LINK_JOURNAL_TO_OWNERSHIP_PERIOD" | "RECALCULATE_BANK_RECORD_BALANCES" | "REFRESH_RESERVATION_JOURNAL" | "MAP_DEPOSIT_TRANSACTIONS_BY_LAST4" | "REFRESH_TRANSACTION_JOURNAL" | "SEND_STATEMENT_NOTIFICATIONS" | "UPDATE_RESERVATION_LINKABLES" | "UPDATE_RESERVATION_PAYMENTS" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_HYPERLINE_SYNC" | "TENANT_INIT" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
7430
7430
  payload: unknown;
7431
7431
  entity: ({
7432
7432
  /** @constant */
@@ -9727,8 +9727,6 @@ export interface operations {
9727
9727
  name: string;
9728
9728
  uniqueRef?: string | null;
9729
9729
  connectionId?: string | null;
9730
- /** @enum {string} */
9731
- status: "active" | "inactive";
9732
9730
  defaultCurrency?: string | null;
9733
9731
  address?: {
9734
9732
  full?: string | null;
@@ -9744,6 +9742,8 @@ export interface operations {
9744
9742
  /** Format: uuid */
9745
9743
  id: string;
9746
9744
  shortRef?: string | null;
9745
+ /** @enum {string} */
9746
+ status: "active" | "inactive";
9747
9747
  activeOwnership?: {
9748
9748
  /** Format: uuid */
9749
9749
  id: string;
@@ -9913,7 +9913,6 @@ export interface operations {
9913
9913
  name?: string | null;
9914
9914
  uniqueRef?: string | null;
9915
9915
  connectionId?: string | null;
9916
- status?: ("active" | "inactive") | null;
9917
9916
  defaultCurrency?: string | null;
9918
9917
  address?: {
9919
9918
  full?: string | null;
@@ -9967,8 +9966,6 @@ export interface operations {
9967
9966
  name: string;
9968
9967
  uniqueRef?: string | null;
9969
9968
  connectionId?: string | null;
9970
- /** @enum {string} */
9971
- status: "active" | "inactive";
9972
9969
  defaultCurrency?: string | null;
9973
9970
  address?: {
9974
9971
  full?: string | null;
@@ -9984,6 +9981,8 @@ export interface operations {
9984
9981
  /** Format: uuid */
9985
9982
  id: string;
9986
9983
  shortRef?: string | null;
9984
+ /** @enum {string} */
9985
+ status: "active" | "inactive";
9987
9986
  activeOwnership?: {
9988
9987
  /** Format: uuid */
9989
9988
  id: string;
@@ -10904,8 +10903,6 @@ export interface operations {
10904
10903
  name: string;
10905
10904
  uniqueRef?: string | null;
10906
10905
  connectionId?: string | null;
10907
- /** @enum {string} */
10908
- status: "active" | "inactive";
10909
10906
  defaultCurrency?: string | null;
10910
10907
  address?: {
10911
10908
  full?: string | null;
@@ -10921,6 +10918,8 @@ export interface operations {
10921
10918
  /** Format: uuid */
10922
10919
  id: string;
10923
10920
  shortRef?: string | null;
10921
+ /** @enum {string} */
10922
+ status: "active" | "inactive";
10924
10923
  activeOwnership?: {
10925
10924
  /** Format: uuid */
10926
10925
  id: string;
@@ -11082,7 +11081,6 @@ export interface operations {
11082
11081
  name?: string | null;
11083
11082
  uniqueRef?: string | null;
11084
11083
  connectionId?: string | null;
11085
- status?: ("active" | "inactive") | null;
11086
11084
  defaultCurrency?: string | null;
11087
11085
  address?: {
11088
11086
  full?: string | null;
@@ -11136,8 +11134,6 @@ export interface operations {
11136
11134
  name: string;
11137
11135
  uniqueRef?: string | null;
11138
11136
  connectionId?: string | null;
11139
- /** @enum {string} */
11140
- status: "active" | "inactive";
11141
11137
  defaultCurrency?: string | null;
11142
11138
  address?: {
11143
11139
  full?: string | null;
@@ -11153,6 +11149,8 @@ export interface operations {
11153
11149
  /** Format: uuid */
11154
11150
  id: string;
11155
11151
  shortRef?: string | null;
11152
+ /** @enum {string} */
11153
+ status: "active" | "inactive";
11156
11154
  activeOwnership?: {
11157
11155
  /** Format: uuid */
11158
11156
  id: string;
@@ -12480,6 +12478,7 @@ export interface operations {
12480
12478
  "application/json": {
12481
12479
  data: {
12482
12480
  name: string;
12481
+ description?: string | null;
12483
12482
  countryCode?: string | null;
12484
12483
  currency?: string | null;
12485
12484
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
@@ -12487,6 +12486,7 @@ export interface operations {
12487
12486
  type?: ("markup" | "tax") | null;
12488
12487
  uniqueRef?: string | null;
12489
12488
  status?: ("active" | "inactive") | null;
12489
+ behavior?: ("excluded" | "included") | null;
12490
12490
  accountId?: string | null;
12491
12491
  debitAccountId?: string | null;
12492
12492
  id: string;
@@ -12596,6 +12596,7 @@ export interface operations {
12596
12596
  content: {
12597
12597
  "application/json": {
12598
12598
  name: string;
12599
+ description?: string | null;
12599
12600
  countryCode?: string | null;
12600
12601
  currency?: string | null;
12601
12602
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
@@ -12603,6 +12604,7 @@ export interface operations {
12603
12604
  type?: ("markup" | "tax") | null;
12604
12605
  uniqueRef?: string | null;
12605
12606
  status?: ("active" | "inactive") | null;
12607
+ behavior?: ("excluded" | "included") | null;
12606
12608
  accountId?: string | null;
12607
12609
  debitAccountId?: string | null;
12608
12610
  };
@@ -12617,6 +12619,7 @@ export interface operations {
12617
12619
  content: {
12618
12620
  "application/json": {
12619
12621
  name: string;
12622
+ description?: string | null;
12620
12623
  countryCode?: string | null;
12621
12624
  currency?: string | null;
12622
12625
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
@@ -12624,6 +12627,7 @@ export interface operations {
12624
12627
  type?: ("markup" | "tax") | null;
12625
12628
  uniqueRef?: string | null;
12626
12629
  status?: ("active" | "inactive") | null;
12630
+ behavior?: ("excluded" | "included") | null;
12627
12631
  accountId?: string | null;
12628
12632
  debitAccountId?: string | null;
12629
12633
  id: string;
@@ -12725,6 +12729,7 @@ export interface operations {
12725
12729
  content: {
12726
12730
  "application/json": {
12727
12731
  name?: string;
12732
+ description?: string | null;
12728
12733
  countryCode?: string | null;
12729
12734
  currency?: string | null;
12730
12735
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
@@ -12732,6 +12737,7 @@ export interface operations {
12732
12737
  type?: ("markup" | "tax") | null;
12733
12738
  uniqueRef?: string | null;
12734
12739
  status?: ("active" | "inactive") | null;
12740
+ behavior?: ("excluded" | "included") | null;
12735
12741
  accountId?: string | null;
12736
12742
  debitAccountId?: string | null;
12737
12743
  };
@@ -12746,6 +12752,7 @@ export interface operations {
12746
12752
  content: {
12747
12753
  "application/json": {
12748
12754
  name: string;
12755
+ description?: string | null;
12749
12756
  countryCode?: string | null;
12750
12757
  currency?: string | null;
12751
12758
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
@@ -12753,6 +12760,7 @@ export interface operations {
12753
12760
  type?: ("markup" | "tax") | null;
12754
12761
  uniqueRef?: string | null;
12755
12762
  status?: ("active" | "inactive") | null;
12763
+ behavior?: ("excluded" | "included") | null;
12756
12764
  accountId?: string | null;
12757
12765
  debitAccountId?: string | null;
12758
12766
  id: string;