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