@vrplatform/api 1.3.0-stage.1182 → 1.3.0-stage.1184

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.
@@ -4186,6 +4186,7 @@ export interface operations {
4186
4186
  recurringFeeId?: string | null;
4187
4187
  /** @enum {string|null} */
4188
4188
  party?: "owners" | "manager" | null;
4189
+ generalLedgerPostingAt?: string | null;
4189
4190
  }[] | null;
4190
4191
  id?: string | null;
4191
4192
  /** @description Total lines amounts, for insert validation purposes */
@@ -4443,6 +4444,7 @@ export interface operations {
4443
4444
  type?: string | null;
4444
4445
  /** @enum {string|null} */
4445
4446
  party?: "owners" | "manager" | null;
4447
+ generalLedgerPostingAt?: string | null;
4446
4448
  account?: {
4447
4449
  id: string;
4448
4450
  name: string;
@@ -4830,6 +4832,7 @@ export interface operations {
4830
4832
  type?: string | null;
4831
4833
  /** @enum {string|null} */
4832
4834
  party?: "owners" | "manager" | null;
4835
+ generalLedgerPostingAt?: string | null;
4833
4836
  account?: {
4834
4837
  id: string;
4835
4838
  name: string;
@@ -4976,6 +4979,7 @@ export interface operations {
4976
4979
  recurringFeeId?: string | null;
4977
4980
  /** @enum {string|null} */
4978
4981
  party?: "owners" | "manager" | null;
4982
+ generalLedgerPostingAt?: string | null;
4979
4983
  }[] | null;
4980
4984
  /** @description Lines to be added (can not be combined with "lines" in the same request) */
4981
4985
  lines_create?: {
@@ -5031,6 +5035,7 @@ export interface operations {
5031
5035
  recurringFeeId?: string | null;
5032
5036
  /** @enum {string|null} */
5033
5037
  party?: "owners" | "manager" | null;
5038
+ generalLedgerPostingAt?: string | null;
5034
5039
  }[] | null;
5035
5040
  /** @description Lines to be updated (can not be combined with "adjustments" in the same request) */
5036
5041
  adjustments_update?: {
@@ -5050,6 +5055,7 @@ export interface operations {
5050
5055
  recurringFeeId?: string | null;
5051
5056
  /** @enum {string|null} */
5052
5057
  party?: "owners" | "manager" | null;
5058
+ generalLedgerPostingAt?: string | null;
5053
5059
  }[] | null;
5054
5060
  /** @description Lines to be deleted (can not be combined with "adjustments" in the same request) */
5055
5061
  adjustments_delete?: string[] | null;
@@ -5302,6 +5308,7 @@ export interface operations {
5302
5308
  type?: string | null;
5303
5309
  /** @enum {string|null} */
5304
5310
  party?: "owners" | "manager" | null;
5311
+ generalLedgerPostingAt?: string | null;
5305
5312
  account?: {
5306
5313
  id: string;
5307
5314
  name: string;
@@ -5754,6 +5761,7 @@ export interface operations {
5754
5761
  recurringFeeId?: string | null;
5755
5762
  /** @enum {string|null} */
5756
5763
  party?: "owners" | "manager" | null;
5764
+ generalLedgerPostingAt?: string | null;
5757
5765
  }[] | null;
5758
5766
  };
5759
5767
  };
@@ -6004,6 +6012,7 @@ export interface operations {
6004
6012
  type?: string | null;
6005
6013
  /** @enum {string|null} */
6006
6014
  party?: "owners" | "manager" | null;
6015
+ generalLedgerPostingAt?: string | null;
6007
6016
  account?: {
6008
6017
  id: string;
6009
6018
  name: string;