@vrplatform/api 1.3.1-5044 → 1.3.1-5054
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/build/main/generated/v1.d.ts +142 -72
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +142 -72
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +142 -72
|
@@ -5813,7 +5813,7 @@ export interface paths {
|
|
|
5813
5813
|
*/
|
|
5814
5814
|
get: operations["getTransactionsById"];
|
|
5815
5815
|
/**
|
|
5816
|
-
* @description Update a transaction by ID. Locks apply per line: lines whose journal entries are attached to an owner statement or fall into a books-closed month are locked while the remaining lines stay editable. Changing line account, assignment, listing, or reservation context can recompute a default or forced party. See https://docs.vrplatform.app/guides/build/transactions#decision-table. For expense attachments, pass attachmentIds to replace the attached set. Omit attachmentIds to keep current attachments. Attachments are only supported for expense transactions.
|
|
5816
|
+
* @description Update a transaction by ID. Locks apply per line: lines whose journal entries are attached to an owner statement or fall into a books-closed month are locked while the remaining lines stay editable. Changing line account, assignment, listing, or reservation context can recompute a default or forced party. A bank-record match alone still permits deposit and expense description, line account, party, listing, reservation, and expense-markup changes. Amount, date, root bank account, line creation, and line deletion require unmatching first. Books-closed and statement locks still take precedence. See https://docs.vrplatform.app/guides/build/transactions#decision-table. For expense attachments, pass attachmentIds to replace the attached set. Omit attachmentIds to keep current attachments. Attachments are only supported for expense transactions.
|
|
5817
5817
|
*
|
|
5818
5818
|
* Required scope: transactions:write
|
|
5819
5819
|
*/
|
|
@@ -5902,7 +5902,7 @@ export interface paths {
|
|
|
5902
5902
|
};
|
|
5903
5903
|
get?: never;
|
|
5904
5904
|
/**
|
|
5905
|
-
* @description Update a transaction line by ID. Account, assignment, listing, and reservation changes can recompute a default or forced party. See https://docs.vrplatform.app/guides/build/transactions#decision-table.
|
|
5905
|
+
* @description Update a transaction line by ID. Account, assignment, listing, and reservation changes can recompute a default or forced party. A bank-record match alone permits description, account, party, listing, reservation, and expense-markup changes, but amount changes require unmatching first. Books-closed and statement locks take precedence. See https://docs.vrplatform.app/guides/build/transactions#decision-table.
|
|
5906
5906
|
*
|
|
5907
5907
|
* Required scope: transactions:write
|
|
5908
5908
|
*/
|
|
@@ -9695,7 +9695,7 @@ export interface operations {
|
|
|
9695
9695
|
} | null;
|
|
9696
9696
|
lock?: {
|
|
9697
9697
|
/**
|
|
9698
|
-
* @description
|
|
9698
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
9699
9699
|
* @enum {string}
|
|
9700
9700
|
*/
|
|
9701
9701
|
status: "locked" | "unlocked";
|
|
@@ -9709,6 +9709,7 @@ export interface operations {
|
|
|
9709
9709
|
/** @description Owner statements that lock the represented data */
|
|
9710
9710
|
ids: string[];
|
|
9711
9711
|
} | null;
|
|
9712
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
9712
9713
|
reconciled?: {
|
|
9713
9714
|
/** @description Bank records linked through reconciliation */
|
|
9714
9715
|
bankRecordIds: string[];
|
|
@@ -9734,7 +9735,7 @@ export interface operations {
|
|
|
9734
9735
|
shortRef?: string | null;
|
|
9735
9736
|
lock?: {
|
|
9736
9737
|
/**
|
|
9737
|
-
* @description
|
|
9738
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
9738
9739
|
* @enum {string}
|
|
9739
9740
|
*/
|
|
9740
9741
|
status: "locked" | "unlocked";
|
|
@@ -9748,6 +9749,7 @@ export interface operations {
|
|
|
9748
9749
|
/** @description Owner statements that lock the represented data */
|
|
9749
9750
|
ids: string[];
|
|
9750
9751
|
} | null;
|
|
9752
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
9751
9753
|
reconciled?: {
|
|
9752
9754
|
/** @description Bank records linked through reconciliation */
|
|
9753
9755
|
bankRecordIds: string[];
|
|
@@ -9820,7 +9822,7 @@ export interface operations {
|
|
|
9820
9822
|
status: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
9821
9823
|
lock?: {
|
|
9822
9824
|
/**
|
|
9823
|
-
* @description
|
|
9825
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
9824
9826
|
* @enum {string}
|
|
9825
9827
|
*/
|
|
9826
9828
|
status: "locked" | "unlocked";
|
|
@@ -9834,6 +9836,7 @@ export interface operations {
|
|
|
9834
9836
|
/** @description Owner statements that lock the represented data */
|
|
9835
9837
|
ids: string[];
|
|
9836
9838
|
} | null;
|
|
9839
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
9837
9840
|
reconciled?: {
|
|
9838
9841
|
/** @description Bank records linked through reconciliation */
|
|
9839
9842
|
bankRecordIds: string[];
|
|
@@ -48929,7 +48932,7 @@ export interface operations {
|
|
|
48929
48932
|
businessModel: "managed" | "co_host" | "co_host_airbnb";
|
|
48930
48933
|
lock?: {
|
|
48931
48934
|
/**
|
|
48932
|
-
* @description
|
|
48935
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
48933
48936
|
* @enum {string}
|
|
48934
48937
|
*/
|
|
48935
48938
|
status: "locked" | "unlocked";
|
|
@@ -48943,6 +48946,7 @@ export interface operations {
|
|
|
48943
48946
|
/** @description Owner statements that lock the represented data */
|
|
48944
48947
|
ids: string[];
|
|
48945
48948
|
} | null;
|
|
48949
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
48946
48950
|
reconciled?: {
|
|
48947
48951
|
/** @description Bank records linked through reconciliation */
|
|
48948
48952
|
bankRecordIds: string[];
|
|
@@ -49391,7 +49395,7 @@ export interface operations {
|
|
|
49391
49395
|
businessModel: "managed" | "co_host" | "co_host_airbnb";
|
|
49392
49396
|
lock?: {
|
|
49393
49397
|
/**
|
|
49394
|
-
* @description
|
|
49398
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
49395
49399
|
* @enum {string}
|
|
49396
49400
|
*/
|
|
49397
49401
|
status: "locked" | "unlocked";
|
|
@@ -49405,6 +49409,7 @@ export interface operations {
|
|
|
49405
49409
|
/** @description Owner statements that lock the represented data */
|
|
49406
49410
|
ids: string[];
|
|
49407
49411
|
} | null;
|
|
49412
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
49408
49413
|
reconciled?: {
|
|
49409
49414
|
/** @description Bank records linked through reconciliation */
|
|
49410
49415
|
bankRecordIds: string[];
|
|
@@ -52334,7 +52339,7 @@ export interface operations {
|
|
|
52334
52339
|
businessModel: "managed" | "co_host" | "co_host_airbnb";
|
|
52335
52340
|
lock?: {
|
|
52336
52341
|
/**
|
|
52337
|
-
* @description
|
|
52342
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
52338
52343
|
* @enum {string}
|
|
52339
52344
|
*/
|
|
52340
52345
|
status: "locked" | "unlocked";
|
|
@@ -52348,6 +52353,7 @@ export interface operations {
|
|
|
52348
52353
|
/** @description Owner statements that lock the represented data */
|
|
52349
52354
|
ids: string[];
|
|
52350
52355
|
} | null;
|
|
52356
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
52351
52357
|
reconciled?: {
|
|
52352
52358
|
/** @description Bank records linked through reconciliation */
|
|
52353
52359
|
bankRecordIds: string[];
|
|
@@ -52788,7 +52794,7 @@ export interface operations {
|
|
|
52788
52794
|
businessModel: "managed" | "co_host" | "co_host_airbnb";
|
|
52789
52795
|
lock?: {
|
|
52790
52796
|
/**
|
|
52791
|
-
* @description
|
|
52797
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
52792
52798
|
* @enum {string}
|
|
52793
52799
|
*/
|
|
52794
52800
|
status: "locked" | "unlocked";
|
|
@@ -52802,6 +52808,7 @@ export interface operations {
|
|
|
52802
52808
|
/** @description Owner statements that lock the represented data */
|
|
52803
52809
|
ids: string[];
|
|
52804
52810
|
} | null;
|
|
52811
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
52805
52812
|
reconciled?: {
|
|
52806
52813
|
/** @description Bank records linked through reconciliation */
|
|
52807
52814
|
bankRecordIds: string[];
|
|
@@ -53976,7 +53983,7 @@ export interface operations {
|
|
|
53976
53983
|
businessModel: "managed" | "co_host" | "co_host_airbnb";
|
|
53977
53984
|
lock?: {
|
|
53978
53985
|
/**
|
|
53979
|
-
* @description
|
|
53986
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
53980
53987
|
* @enum {string}
|
|
53981
53988
|
*/
|
|
53982
53989
|
status: "locked" | "unlocked";
|
|
@@ -53990,6 +53997,7 @@ export interface operations {
|
|
|
53990
53997
|
/** @description Owner statements that lock the represented data */
|
|
53991
53998
|
ids: string[];
|
|
53992
53999
|
} | null;
|
|
54000
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
53993
54001
|
reconciled?: {
|
|
53994
54002
|
/** @description Bank records linked through reconciliation */
|
|
53995
54003
|
bankRecordIds: string[];
|
|
@@ -54382,7 +54390,7 @@ export interface operations {
|
|
|
54382
54390
|
businessModel: "managed" | "co_host" | "co_host_airbnb";
|
|
54383
54391
|
lock?: {
|
|
54384
54392
|
/**
|
|
54385
|
-
* @description
|
|
54393
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
54386
54394
|
* @enum {string}
|
|
54387
54395
|
*/
|
|
54388
54396
|
status: "locked" | "unlocked";
|
|
@@ -54396,6 +54404,7 @@ export interface operations {
|
|
|
54396
54404
|
/** @description Owner statements that lock the represented data */
|
|
54397
54405
|
ids: string[];
|
|
54398
54406
|
} | null;
|
|
54407
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
54399
54408
|
reconciled?: {
|
|
54400
54409
|
/** @description Bank records linked through reconciliation */
|
|
54401
54410
|
bankRecordIds: string[];
|
|
@@ -68784,7 +68793,7 @@ export interface operations {
|
|
|
68784
68793
|
uniqueRef: string;
|
|
68785
68794
|
lock?: {
|
|
68786
68795
|
/**
|
|
68787
|
-
* @description
|
|
68796
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
68788
68797
|
* @enum {string}
|
|
68789
68798
|
*/
|
|
68790
68799
|
status: "locked" | "unlocked";
|
|
@@ -68798,6 +68807,7 @@ export interface operations {
|
|
|
68798
68807
|
/** @description Owner statements that lock the represented data */
|
|
68799
68808
|
ids: string[];
|
|
68800
68809
|
} | null;
|
|
68810
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
68801
68811
|
reconciled?: {
|
|
68802
68812
|
/** @description Bank records linked through reconciliation */
|
|
68803
68813
|
bankRecordIds: string[];
|
|
@@ -69176,7 +69186,7 @@ export interface operations {
|
|
|
69176
69186
|
uniqueRef: string;
|
|
69177
69187
|
lock?: {
|
|
69178
69188
|
/**
|
|
69179
|
-
* @description
|
|
69189
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
69180
69190
|
* @enum {string}
|
|
69181
69191
|
*/
|
|
69182
69192
|
status: "locked" | "unlocked";
|
|
@@ -69190,6 +69200,7 @@ export interface operations {
|
|
|
69190
69200
|
/** @description Owner statements that lock the represented data */
|
|
69191
69201
|
ids: string[];
|
|
69192
69202
|
} | null;
|
|
69203
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
69193
69204
|
reconciled?: {
|
|
69194
69205
|
/** @description Bank records linked through reconciliation */
|
|
69195
69206
|
bankRecordIds: string[];
|
|
@@ -70738,7 +70749,7 @@ export interface operations {
|
|
|
70738
70749
|
} | null;
|
|
70739
70750
|
lock?: ({
|
|
70740
70751
|
/**
|
|
70741
|
-
* @description
|
|
70752
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
70742
70753
|
* @enum {string}
|
|
70743
70754
|
*/
|
|
70744
70755
|
status: "locked" | "unlocked";
|
|
@@ -70752,6 +70763,7 @@ export interface operations {
|
|
|
70752
70763
|
/** @description Owner statements that lock the represented data */
|
|
70753
70764
|
ids: string[];
|
|
70754
70765
|
} | null;
|
|
70766
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
70755
70767
|
reconciled?: {
|
|
70756
70768
|
/** @description Bank records linked through reconciliation */
|
|
70757
70769
|
bankRecordIds: string[];
|
|
@@ -71045,7 +71057,7 @@ export interface operations {
|
|
|
71045
71057
|
uniqueRef: string;
|
|
71046
71058
|
lock?: {
|
|
71047
71059
|
/**
|
|
71048
|
-
* @description
|
|
71060
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
71049
71061
|
* @enum {string}
|
|
71050
71062
|
*/
|
|
71051
71063
|
status: "locked" | "unlocked";
|
|
@@ -71059,6 +71071,7 @@ export interface operations {
|
|
|
71059
71071
|
/** @description Owner statements that lock the represented data */
|
|
71060
71072
|
ids: string[];
|
|
71061
71073
|
} | null;
|
|
71074
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
71062
71075
|
reconciled?: {
|
|
71063
71076
|
/** @description Bank records linked through reconciliation */
|
|
71064
71077
|
bankRecordIds: string[];
|
|
@@ -71429,7 +71442,7 @@ export interface operations {
|
|
|
71429
71442
|
uniqueRef: string;
|
|
71430
71443
|
lock?: {
|
|
71431
71444
|
/**
|
|
71432
|
-
* @description
|
|
71445
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
71433
71446
|
* @enum {string}
|
|
71434
71447
|
*/
|
|
71435
71448
|
status: "locked" | "unlocked";
|
|
@@ -71443,6 +71456,7 @@ export interface operations {
|
|
|
71443
71456
|
/** @description Owner statements that lock the represented data */
|
|
71444
71457
|
ids: string[];
|
|
71445
71458
|
} | null;
|
|
71459
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
71446
71460
|
reconciled?: {
|
|
71447
71461
|
/** @description Bank records linked through reconciliation */
|
|
71448
71462
|
bankRecordIds: string[];
|
|
@@ -87247,7 +87261,7 @@ export interface operations {
|
|
|
87247
87261
|
generalLedgerStatus: "active" | "inactive";
|
|
87248
87262
|
lock?: {
|
|
87249
87263
|
/**
|
|
87250
|
-
* @description
|
|
87264
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
87251
87265
|
* @enum {string}
|
|
87252
87266
|
*/
|
|
87253
87267
|
status: "locked" | "unlocked";
|
|
@@ -87261,6 +87275,7 @@ export interface operations {
|
|
|
87261
87275
|
/** @description Owner statements that lock the represented data */
|
|
87262
87276
|
ids: string[];
|
|
87263
87277
|
} | null;
|
|
87278
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
87264
87279
|
reconciled?: {
|
|
87265
87280
|
/** @description Bank records linked through reconciliation */
|
|
87266
87281
|
bankRecordIds: string[];
|
|
@@ -87777,7 +87792,7 @@ export interface operations {
|
|
|
87777
87792
|
generalLedgerStatus: "active" | "inactive";
|
|
87778
87793
|
lock?: {
|
|
87779
87794
|
/**
|
|
87780
|
-
* @description
|
|
87795
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
87781
87796
|
* @enum {string}
|
|
87782
87797
|
*/
|
|
87783
87798
|
status: "locked" | "unlocked";
|
|
@@ -87791,6 +87806,7 @@ export interface operations {
|
|
|
87791
87806
|
/** @description Owner statements that lock the represented data */
|
|
87792
87807
|
ids: string[];
|
|
87793
87808
|
} | null;
|
|
87809
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
87794
87810
|
reconciled?: {
|
|
87795
87811
|
/** @description Bank records linked through reconciliation */
|
|
87796
87812
|
bankRecordIds: string[];
|
|
@@ -88012,7 +88028,7 @@ export interface operations {
|
|
|
88012
88028
|
} | null;
|
|
88013
88029
|
lock?: ({
|
|
88014
88030
|
/**
|
|
88015
|
-
* @description
|
|
88031
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
88016
88032
|
* @enum {string}
|
|
88017
88033
|
*/
|
|
88018
88034
|
status: "locked" | "unlocked";
|
|
@@ -88026,6 +88042,7 @@ export interface operations {
|
|
|
88026
88042
|
/** @description Owner statements that lock the represented data */
|
|
88027
88043
|
ids: string[];
|
|
88028
88044
|
} | null;
|
|
88045
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
88029
88046
|
reconciled?: {
|
|
88030
88047
|
/** @description Bank records linked through reconciliation */
|
|
88031
88048
|
bankRecordIds: string[];
|
|
@@ -88123,7 +88140,7 @@ export interface operations {
|
|
|
88123
88140
|
} | null;
|
|
88124
88141
|
lock?: {
|
|
88125
88142
|
/**
|
|
88126
|
-
* @description
|
|
88143
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
88127
88144
|
* @enum {string}
|
|
88128
88145
|
*/
|
|
88129
88146
|
status: "locked" | "unlocked";
|
|
@@ -88137,6 +88154,7 @@ export interface operations {
|
|
|
88137
88154
|
/** @description Owner statements that lock the represented data */
|
|
88138
88155
|
ids: string[];
|
|
88139
88156
|
} | null;
|
|
88157
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
88140
88158
|
reconciled?: {
|
|
88141
88159
|
/** @description Bank records linked through reconciliation */
|
|
88142
88160
|
bankRecordIds: string[];
|
|
@@ -90433,7 +90451,7 @@ export interface operations {
|
|
|
90433
90451
|
generalLedgerStatus: "active" | "inactive";
|
|
90434
90452
|
lock?: {
|
|
90435
90453
|
/**
|
|
90436
|
-
* @description
|
|
90454
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
90437
90455
|
* @enum {string}
|
|
90438
90456
|
*/
|
|
90439
90457
|
status: "locked" | "unlocked";
|
|
@@ -90447,6 +90465,7 @@ export interface operations {
|
|
|
90447
90465
|
/** @description Owner statements that lock the represented data */
|
|
90448
90466
|
ids: string[];
|
|
90449
90467
|
} | null;
|
|
90468
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
90450
90469
|
reconciled?: {
|
|
90451
90470
|
/** @description Bank records linked through reconciliation */
|
|
90452
90471
|
bankRecordIds: string[];
|
|
@@ -90668,7 +90687,7 @@ export interface operations {
|
|
|
90668
90687
|
} | null;
|
|
90669
90688
|
lock?: ({
|
|
90670
90689
|
/**
|
|
90671
|
-
* @description
|
|
90690
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
90672
90691
|
* @enum {string}
|
|
90673
90692
|
*/
|
|
90674
90693
|
status: "locked" | "unlocked";
|
|
@@ -90682,6 +90701,7 @@ export interface operations {
|
|
|
90682
90701
|
/** @description Owner statements that lock the represented data */
|
|
90683
90702
|
ids: string[];
|
|
90684
90703
|
} | null;
|
|
90704
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
90685
90705
|
reconciled?: {
|
|
90686
90706
|
/** @description Bank records linked through reconciliation */
|
|
90687
90707
|
bankRecordIds: string[];
|
|
@@ -90779,7 +90799,7 @@ export interface operations {
|
|
|
90779
90799
|
} | null;
|
|
90780
90800
|
lock?: {
|
|
90781
90801
|
/**
|
|
90782
|
-
* @description
|
|
90802
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
90783
90803
|
* @enum {string}
|
|
90784
90804
|
*/
|
|
90785
90805
|
status: "locked" | "unlocked";
|
|
@@ -90793,6 +90813,7 @@ export interface operations {
|
|
|
90793
90813
|
/** @description Owner statements that lock the represented data */
|
|
90794
90814
|
ids: string[];
|
|
90795
90815
|
} | null;
|
|
90816
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
90796
90817
|
reconciled?: {
|
|
90797
90818
|
/** @description Bank records linked through reconciliation */
|
|
90798
90819
|
bankRecordIds: string[];
|
|
@@ -91214,7 +91235,7 @@ export interface operations {
|
|
|
91214
91235
|
generalLedgerStatus: "active" | "inactive";
|
|
91215
91236
|
lock?: {
|
|
91216
91237
|
/**
|
|
91217
|
-
* @description
|
|
91238
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
91218
91239
|
* @enum {string}
|
|
91219
91240
|
*/
|
|
91220
91241
|
status: "locked" | "unlocked";
|
|
@@ -91228,6 +91249,7 @@ export interface operations {
|
|
|
91228
91249
|
/** @description Owner statements that lock the represented data */
|
|
91229
91250
|
ids: string[];
|
|
91230
91251
|
} | null;
|
|
91252
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
91231
91253
|
reconciled?: {
|
|
91232
91254
|
/** @description Bank records linked through reconciliation */
|
|
91233
91255
|
bankRecordIds: string[];
|
|
@@ -91449,7 +91471,7 @@ export interface operations {
|
|
|
91449
91471
|
} | null;
|
|
91450
91472
|
lock?: ({
|
|
91451
91473
|
/**
|
|
91452
|
-
* @description
|
|
91474
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
91453
91475
|
* @enum {string}
|
|
91454
91476
|
*/
|
|
91455
91477
|
status: "locked" | "unlocked";
|
|
@@ -91463,6 +91485,7 @@ export interface operations {
|
|
|
91463
91485
|
/** @description Owner statements that lock the represented data */
|
|
91464
91486
|
ids: string[];
|
|
91465
91487
|
} | null;
|
|
91488
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
91466
91489
|
reconciled?: {
|
|
91467
91490
|
/** @description Bank records linked through reconciliation */
|
|
91468
91491
|
bankRecordIds: string[];
|
|
@@ -91560,7 +91583,7 @@ export interface operations {
|
|
|
91560
91583
|
} | null;
|
|
91561
91584
|
lock?: {
|
|
91562
91585
|
/**
|
|
91563
|
-
* @description
|
|
91586
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
91564
91587
|
* @enum {string}
|
|
91565
91588
|
*/
|
|
91566
91589
|
status: "locked" | "unlocked";
|
|
@@ -91574,6 +91597,7 @@ export interface operations {
|
|
|
91574
91597
|
/** @description Owner statements that lock the represented data */
|
|
91575
91598
|
ids: string[];
|
|
91576
91599
|
} | null;
|
|
91600
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
91577
91601
|
reconciled?: {
|
|
91578
91602
|
/** @description Bank records linked through reconciliation */
|
|
91579
91603
|
bankRecordIds: string[];
|
|
@@ -92409,7 +92433,7 @@ export interface operations {
|
|
|
92409
92433
|
generalLedgerStatus: "active" | "inactive";
|
|
92410
92434
|
lock?: {
|
|
92411
92435
|
/**
|
|
92412
|
-
* @description
|
|
92436
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
92413
92437
|
* @enum {string}
|
|
92414
92438
|
*/
|
|
92415
92439
|
status: "locked" | "unlocked";
|
|
@@ -92423,6 +92447,7 @@ export interface operations {
|
|
|
92423
92447
|
/** @description Owner statements that lock the represented data */
|
|
92424
92448
|
ids: string[];
|
|
92425
92449
|
} | null;
|
|
92450
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
92426
92451
|
reconciled?: {
|
|
92427
92452
|
/** @description Bank records linked through reconciliation */
|
|
92428
92453
|
bankRecordIds: string[];
|
|
@@ -92644,7 +92669,7 @@ export interface operations {
|
|
|
92644
92669
|
} | null;
|
|
92645
92670
|
lock?: ({
|
|
92646
92671
|
/**
|
|
92647
|
-
* @description
|
|
92672
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
92648
92673
|
* @enum {string}
|
|
92649
92674
|
*/
|
|
92650
92675
|
status: "locked" | "unlocked";
|
|
@@ -92658,6 +92683,7 @@ export interface operations {
|
|
|
92658
92683
|
/** @description Owner statements that lock the represented data */
|
|
92659
92684
|
ids: string[];
|
|
92660
92685
|
} | null;
|
|
92686
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
92661
92687
|
reconciled?: {
|
|
92662
92688
|
/** @description Bank records linked through reconciliation */
|
|
92663
92689
|
bankRecordIds: string[];
|
|
@@ -92755,7 +92781,7 @@ export interface operations {
|
|
|
92755
92781
|
} | null;
|
|
92756
92782
|
lock?: {
|
|
92757
92783
|
/**
|
|
92758
|
-
* @description
|
|
92784
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
92759
92785
|
* @enum {string}
|
|
92760
92786
|
*/
|
|
92761
92787
|
status: "locked" | "unlocked";
|
|
@@ -92769,6 +92795,7 @@ export interface operations {
|
|
|
92769
92795
|
/** @description Owner statements that lock the represented data */
|
|
92770
92796
|
ids: string[];
|
|
92771
92797
|
} | null;
|
|
92798
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
92772
92799
|
reconciled?: {
|
|
92773
92800
|
/** @description Bank records linked through reconciliation */
|
|
92774
92801
|
bankRecordIds: string[];
|
|
@@ -93082,7 +93109,7 @@ export interface operations {
|
|
|
93082
93109
|
generalLedgerStatus: "active" | "inactive";
|
|
93083
93110
|
lock?: {
|
|
93084
93111
|
/**
|
|
93085
|
-
* @description
|
|
93112
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
93086
93113
|
* @enum {string}
|
|
93087
93114
|
*/
|
|
93088
93115
|
status: "locked" | "unlocked";
|
|
@@ -93096,6 +93123,7 @@ export interface operations {
|
|
|
93096
93123
|
/** @description Owner statements that lock the represented data */
|
|
93097
93124
|
ids: string[];
|
|
93098
93125
|
} | null;
|
|
93126
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
93099
93127
|
reconciled?: {
|
|
93100
93128
|
/** @description Bank records linked through reconciliation */
|
|
93101
93129
|
bankRecordIds: string[];
|
|
@@ -93317,7 +93345,7 @@ export interface operations {
|
|
|
93317
93345
|
} | null;
|
|
93318
93346
|
lock?: ({
|
|
93319
93347
|
/**
|
|
93320
|
-
* @description
|
|
93348
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
93321
93349
|
* @enum {string}
|
|
93322
93350
|
*/
|
|
93323
93351
|
status: "locked" | "unlocked";
|
|
@@ -93331,6 +93359,7 @@ export interface operations {
|
|
|
93331
93359
|
/** @description Owner statements that lock the represented data */
|
|
93332
93360
|
ids: string[];
|
|
93333
93361
|
} | null;
|
|
93362
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
93334
93363
|
reconciled?: {
|
|
93335
93364
|
/** @description Bank records linked through reconciliation */
|
|
93336
93365
|
bankRecordIds: string[];
|
|
@@ -93428,7 +93457,7 @@ export interface operations {
|
|
|
93428
93457
|
} | null;
|
|
93429
93458
|
lock?: {
|
|
93430
93459
|
/**
|
|
93431
|
-
* @description
|
|
93460
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
93432
93461
|
* @enum {string}
|
|
93433
93462
|
*/
|
|
93434
93463
|
status: "locked" | "unlocked";
|
|
@@ -93442,6 +93471,7 @@ export interface operations {
|
|
|
93442
93471
|
/** @description Owner statements that lock the represented data */
|
|
93443
93472
|
ids: string[];
|
|
93444
93473
|
} | null;
|
|
93474
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
93445
93475
|
reconciled?: {
|
|
93446
93476
|
/** @description Bank records linked through reconciliation */
|
|
93447
93477
|
bankRecordIds: string[];
|
|
@@ -93737,7 +93767,7 @@ export interface operations {
|
|
|
93737
93767
|
generalLedgerStatus: "active" | "inactive";
|
|
93738
93768
|
lock?: {
|
|
93739
93769
|
/**
|
|
93740
|
-
* @description
|
|
93770
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
93741
93771
|
* @enum {string}
|
|
93742
93772
|
*/
|
|
93743
93773
|
status: "locked" | "unlocked";
|
|
@@ -93751,6 +93781,7 @@ export interface operations {
|
|
|
93751
93781
|
/** @description Owner statements that lock the represented data */
|
|
93752
93782
|
ids: string[];
|
|
93753
93783
|
} | null;
|
|
93784
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
93754
93785
|
reconciled?: {
|
|
93755
93786
|
/** @description Bank records linked through reconciliation */
|
|
93756
93787
|
bankRecordIds: string[];
|
|
@@ -93972,7 +94003,7 @@ export interface operations {
|
|
|
93972
94003
|
} | null;
|
|
93973
94004
|
lock?: ({
|
|
93974
94005
|
/**
|
|
93975
|
-
* @description
|
|
94006
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
93976
94007
|
* @enum {string}
|
|
93977
94008
|
*/
|
|
93978
94009
|
status: "locked" | "unlocked";
|
|
@@ -93986,6 +94017,7 @@ export interface operations {
|
|
|
93986
94017
|
/** @description Owner statements that lock the represented data */
|
|
93987
94018
|
ids: string[];
|
|
93988
94019
|
} | null;
|
|
94020
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
93989
94021
|
reconciled?: {
|
|
93990
94022
|
/** @description Bank records linked through reconciliation */
|
|
93991
94023
|
bankRecordIds: string[];
|
|
@@ -94083,7 +94115,7 @@ export interface operations {
|
|
|
94083
94115
|
} | null;
|
|
94084
94116
|
lock?: {
|
|
94085
94117
|
/**
|
|
94086
|
-
* @description
|
|
94118
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
94087
94119
|
* @enum {string}
|
|
94088
94120
|
*/
|
|
94089
94121
|
status: "locked" | "unlocked";
|
|
@@ -94097,6 +94129,7 @@ export interface operations {
|
|
|
94097
94129
|
/** @description Owner statements that lock the represented data */
|
|
94098
94130
|
ids: string[];
|
|
94099
94131
|
} | null;
|
|
94132
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
94100
94133
|
reconciled?: {
|
|
94101
94134
|
/** @description Bank records linked through reconciliation */
|
|
94102
94135
|
bankRecordIds: string[];
|
|
@@ -94921,7 +94954,7 @@ export interface operations {
|
|
|
94921
94954
|
description?: string;
|
|
94922
94955
|
descriptionLock?: {
|
|
94923
94956
|
/**
|
|
94924
|
-
* @description
|
|
94957
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
94925
94958
|
* @enum {string}
|
|
94926
94959
|
*/
|
|
94927
94960
|
status: "locked" | "unlocked";
|
|
@@ -94935,6 +94968,7 @@ export interface operations {
|
|
|
94935
94968
|
/** @description Owner statements that lock the represented data */
|
|
94936
94969
|
ids: string[];
|
|
94937
94970
|
} | null;
|
|
94971
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
94938
94972
|
reconciled?: {
|
|
94939
94973
|
/** @description Bank records linked through reconciliation */
|
|
94940
94974
|
bankRecordIds: string[];
|
|
@@ -95617,7 +95651,7 @@ export interface operations {
|
|
|
95617
95651
|
description?: string;
|
|
95618
95652
|
descriptionLock?: {
|
|
95619
95653
|
/**
|
|
95620
|
-
* @description
|
|
95654
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
95621
95655
|
* @enum {string}
|
|
95622
95656
|
*/
|
|
95623
95657
|
status: "locked" | "unlocked";
|
|
@@ -95631,6 +95665,7 @@ export interface operations {
|
|
|
95631
95665
|
/** @description Owner statements that lock the represented data */
|
|
95632
95666
|
ids: string[];
|
|
95633
95667
|
} | null;
|
|
95668
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
95634
95669
|
reconciled?: {
|
|
95635
95670
|
/** @description Bank records linked through reconciliation */
|
|
95636
95671
|
bankRecordIds: string[];
|
|
@@ -96043,7 +96078,7 @@ export interface operations {
|
|
|
96043
96078
|
description: string;
|
|
96044
96079
|
descriptionLock?: {
|
|
96045
96080
|
/**
|
|
96046
|
-
* @description
|
|
96081
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
96047
96082
|
* @enum {string}
|
|
96048
96083
|
*/
|
|
96049
96084
|
status: "locked" | "unlocked";
|
|
@@ -96057,6 +96092,7 @@ export interface operations {
|
|
|
96057
96092
|
/** @description Owner statements that lock the represented data */
|
|
96058
96093
|
ids: string[];
|
|
96059
96094
|
} | null;
|
|
96095
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
96060
96096
|
reconciled?: {
|
|
96061
96097
|
/** @description Bank records linked through reconciliation */
|
|
96062
96098
|
bankRecordIds: string[];
|
|
@@ -97140,7 +97176,7 @@ export interface operations {
|
|
|
97140
97176
|
description?: string;
|
|
97141
97177
|
descriptionLock?: {
|
|
97142
97178
|
/**
|
|
97143
|
-
* @description
|
|
97179
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
97144
97180
|
* @enum {string}
|
|
97145
97181
|
*/
|
|
97146
97182
|
status: "locked" | "unlocked";
|
|
@@ -97154,6 +97190,7 @@ export interface operations {
|
|
|
97154
97190
|
/** @description Owner statements that lock the represented data */
|
|
97155
97191
|
ids: string[];
|
|
97156
97192
|
} | null;
|
|
97193
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
97157
97194
|
reconciled?: {
|
|
97158
97195
|
/** @description Bank records linked through reconciliation */
|
|
97159
97196
|
bankRecordIds: string[];
|
|
@@ -97595,7 +97632,7 @@ export interface operations {
|
|
|
97595
97632
|
description: string;
|
|
97596
97633
|
descriptionLock?: {
|
|
97597
97634
|
/**
|
|
97598
|
-
* @description
|
|
97635
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
97599
97636
|
* @enum {string}
|
|
97600
97637
|
*/
|
|
97601
97638
|
status: "locked" | "unlocked";
|
|
@@ -97609,6 +97646,7 @@ export interface operations {
|
|
|
97609
97646
|
/** @description Owner statements that lock the represented data */
|
|
97610
97647
|
ids: string[];
|
|
97611
97648
|
} | null;
|
|
97649
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
97612
97650
|
reconciled?: {
|
|
97613
97651
|
/** @description Bank records linked through reconciliation */
|
|
97614
97652
|
bankRecordIds: string[];
|
|
@@ -102320,7 +102358,7 @@ export interface operations {
|
|
|
102320
102358
|
} | null;
|
|
102321
102359
|
lock?: {
|
|
102322
102360
|
/**
|
|
102323
|
-
* @description
|
|
102361
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
102324
102362
|
* @enum {string}
|
|
102325
102363
|
*/
|
|
102326
102364
|
status: "locked" | "unlocked";
|
|
@@ -102334,6 +102372,7 @@ export interface operations {
|
|
|
102334
102372
|
/** @description Owner statements that lock the represented data */
|
|
102335
102373
|
ids: string[];
|
|
102336
102374
|
} | null;
|
|
102375
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
102337
102376
|
reconciled?: {
|
|
102338
102377
|
/** @description Bank records linked through reconciliation */
|
|
102339
102378
|
bankRecordIds: string[];
|
|
@@ -102359,7 +102398,7 @@ export interface operations {
|
|
|
102359
102398
|
shortRef?: string | null;
|
|
102360
102399
|
lock?: {
|
|
102361
102400
|
/**
|
|
102362
|
-
* @description
|
|
102401
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
102363
102402
|
* @enum {string}
|
|
102364
102403
|
*/
|
|
102365
102404
|
status: "locked" | "unlocked";
|
|
@@ -102373,6 +102412,7 @@ export interface operations {
|
|
|
102373
102412
|
/** @description Owner statements that lock the represented data */
|
|
102374
102413
|
ids: string[];
|
|
102375
102414
|
} | null;
|
|
102415
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
102376
102416
|
reconciled?: {
|
|
102377
102417
|
/** @description Bank records linked through reconciliation */
|
|
102378
102418
|
bankRecordIds: string[];
|
|
@@ -102445,7 +102485,7 @@ export interface operations {
|
|
|
102445
102485
|
status: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
102446
102486
|
lock?: {
|
|
102447
102487
|
/**
|
|
102448
|
-
* @description
|
|
102488
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
102449
102489
|
* @enum {string}
|
|
102450
102490
|
*/
|
|
102451
102491
|
status: "locked" | "unlocked";
|
|
@@ -102459,6 +102499,7 @@ export interface operations {
|
|
|
102459
102499
|
/** @description Owner statements that lock the represented data */
|
|
102460
102500
|
ids: string[];
|
|
102461
102501
|
} | null;
|
|
102502
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
102462
102503
|
reconciled?: {
|
|
102463
102504
|
/** @description Bank records linked through reconciliation */
|
|
102464
102505
|
bankRecordIds: string[];
|
|
@@ -104405,7 +104446,7 @@ export interface operations {
|
|
|
104405
104446
|
description?: string;
|
|
104406
104447
|
descriptionLock?: {
|
|
104407
104448
|
/**
|
|
104408
|
-
* @description
|
|
104449
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
104409
104450
|
* @enum {string}
|
|
104410
104451
|
*/
|
|
104411
104452
|
status: "locked" | "unlocked";
|
|
@@ -104419,6 +104460,7 @@ export interface operations {
|
|
|
104419
104460
|
/** @description Owner statements that lock the represented data */
|
|
104420
104461
|
ids: string[];
|
|
104421
104462
|
} | null;
|
|
104463
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
104422
104464
|
reconciled?: {
|
|
104423
104465
|
/** @description Bank records linked through reconciliation */
|
|
104424
104466
|
bankRecordIds: string[];
|
|
@@ -104860,7 +104902,7 @@ export interface operations {
|
|
|
104860
104902
|
description: string;
|
|
104861
104903
|
descriptionLock?: {
|
|
104862
104904
|
/**
|
|
104863
|
-
* @description
|
|
104905
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
104864
104906
|
* @enum {string}
|
|
104865
104907
|
*/
|
|
104866
104908
|
status: "locked" | "unlocked";
|
|
@@ -104874,6 +104916,7 @@ export interface operations {
|
|
|
104874
104916
|
/** @description Owner statements that lock the represented data */
|
|
104875
104917
|
ids: string[];
|
|
104876
104918
|
} | null;
|
|
104919
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
104877
104920
|
reconciled?: {
|
|
104878
104921
|
/** @description Bank records linked through reconciliation */
|
|
104879
104922
|
bankRecordIds: string[];
|
|
@@ -105965,7 +106008,7 @@ export interface operations {
|
|
|
105965
106008
|
description?: string;
|
|
105966
106009
|
descriptionLock?: {
|
|
105967
106010
|
/**
|
|
105968
|
-
* @description
|
|
106011
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
105969
106012
|
* @enum {string}
|
|
105970
106013
|
*/
|
|
105971
106014
|
status: "locked" | "unlocked";
|
|
@@ -105979,6 +106022,7 @@ export interface operations {
|
|
|
105979
106022
|
/** @description Owner statements that lock the represented data */
|
|
105980
106023
|
ids: string[];
|
|
105981
106024
|
} | null;
|
|
106025
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
105982
106026
|
reconciled?: {
|
|
105983
106027
|
/** @description Bank records linked through reconciliation */
|
|
105984
106028
|
bankRecordIds: string[];
|
|
@@ -106391,7 +106435,7 @@ export interface operations {
|
|
|
106391
106435
|
description: string;
|
|
106392
106436
|
descriptionLock?: {
|
|
106393
106437
|
/**
|
|
106394
|
-
* @description
|
|
106438
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
106395
106439
|
* @enum {string}
|
|
106396
106440
|
*/
|
|
106397
106441
|
status: "locked" | "unlocked";
|
|
@@ -106405,6 +106449,7 @@ export interface operations {
|
|
|
106405
106449
|
/** @description Owner statements that lock the represented data */
|
|
106406
106450
|
ids: string[];
|
|
106407
106451
|
} | null;
|
|
106452
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
106408
106453
|
reconciled?: {
|
|
106409
106454
|
/** @description Bank records linked through reconciliation */
|
|
106410
106455
|
bankRecordIds: string[];
|
|
@@ -119413,7 +119458,7 @@ export interface operations {
|
|
|
119413
119458
|
} | null;
|
|
119414
119459
|
lock?: {
|
|
119415
119460
|
/**
|
|
119416
|
-
* @description
|
|
119461
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
119417
119462
|
* @enum {string}
|
|
119418
119463
|
*/
|
|
119419
119464
|
status: "locked" | "unlocked";
|
|
@@ -119427,6 +119472,7 @@ export interface operations {
|
|
|
119427
119472
|
/** @description Owner statements that lock the represented data */
|
|
119428
119473
|
ids: string[];
|
|
119429
119474
|
} | null;
|
|
119475
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
119430
119476
|
reconciled?: {
|
|
119431
119477
|
/** @description Bank records linked through reconciliation */
|
|
119432
119478
|
bankRecordIds: string[];
|
|
@@ -119452,7 +119498,7 @@ export interface operations {
|
|
|
119452
119498
|
shortRef?: string | null;
|
|
119453
119499
|
lock?: {
|
|
119454
119500
|
/**
|
|
119455
|
-
* @description
|
|
119501
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
119456
119502
|
* @enum {string}
|
|
119457
119503
|
*/
|
|
119458
119504
|
status: "locked" | "unlocked";
|
|
@@ -119466,6 +119512,7 @@ export interface operations {
|
|
|
119466
119512
|
/** @description Owner statements that lock the represented data */
|
|
119467
119513
|
ids: string[];
|
|
119468
119514
|
} | null;
|
|
119515
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
119469
119516
|
reconciled?: {
|
|
119470
119517
|
/** @description Bank records linked through reconciliation */
|
|
119471
119518
|
bankRecordIds: string[];
|
|
@@ -119538,7 +119585,7 @@ export interface operations {
|
|
|
119538
119585
|
status: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
119539
119586
|
lock?: {
|
|
119540
119587
|
/**
|
|
119541
|
-
* @description
|
|
119588
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
119542
119589
|
* @enum {string}
|
|
119543
119590
|
*/
|
|
119544
119591
|
status: "locked" | "unlocked";
|
|
@@ -119552,6 +119599,7 @@ export interface operations {
|
|
|
119552
119599
|
/** @description Owner statements that lock the represented data */
|
|
119553
119600
|
ids: string[];
|
|
119554
119601
|
} | null;
|
|
119602
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
119555
119603
|
reconciled?: {
|
|
119556
119604
|
/** @description Bank records linked through reconciliation */
|
|
119557
119605
|
bankRecordIds: string[];
|
|
@@ -119945,7 +119993,7 @@ export interface operations {
|
|
|
119945
119993
|
date?: string | null;
|
|
119946
119994
|
lock?: {
|
|
119947
119995
|
/**
|
|
119948
|
-
* @description
|
|
119996
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
119949
119997
|
* @enum {string}
|
|
119950
119998
|
*/
|
|
119951
119999
|
status: "locked" | "unlocked";
|
|
@@ -119959,6 +120007,7 @@ export interface operations {
|
|
|
119959
120007
|
/** @description Owner statements that lock the represented data */
|
|
119960
120008
|
ids: string[];
|
|
119961
120009
|
} | null;
|
|
120010
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
119962
120011
|
reconciled?: {
|
|
119963
120012
|
/** @description Bank records linked through reconciliation */
|
|
119964
120013
|
bankRecordIds: string[];
|
|
@@ -120094,7 +120143,7 @@ export interface operations {
|
|
|
120094
120143
|
} | null;
|
|
120095
120144
|
lock?: {
|
|
120096
120145
|
/**
|
|
120097
|
-
* @description
|
|
120146
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
120098
120147
|
* @enum {string}
|
|
120099
120148
|
*/
|
|
120100
120149
|
status: "locked" | "unlocked";
|
|
@@ -120108,6 +120157,7 @@ export interface operations {
|
|
|
120108
120157
|
/** @description Owner statements that lock the represented data */
|
|
120109
120158
|
ids: string[];
|
|
120110
120159
|
} | null;
|
|
120160
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
120111
120161
|
reconciled?: {
|
|
120112
120162
|
/** @description Bank records linked through reconciliation */
|
|
120113
120163
|
bankRecordIds: string[];
|
|
@@ -120133,7 +120183,7 @@ export interface operations {
|
|
|
120133
120183
|
shortRef?: string | null;
|
|
120134
120184
|
lock?: {
|
|
120135
120185
|
/**
|
|
120136
|
-
* @description
|
|
120186
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
120137
120187
|
* @enum {string}
|
|
120138
120188
|
*/
|
|
120139
120189
|
status: "locked" | "unlocked";
|
|
@@ -120147,6 +120197,7 @@ export interface operations {
|
|
|
120147
120197
|
/** @description Owner statements that lock the represented data */
|
|
120148
120198
|
ids: string[];
|
|
120149
120199
|
} | null;
|
|
120200
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
120150
120201
|
reconciled?: {
|
|
120151
120202
|
/** @description Bank records linked through reconciliation */
|
|
120152
120203
|
bankRecordIds: string[];
|
|
@@ -120219,7 +120270,7 @@ export interface operations {
|
|
|
120219
120270
|
status: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
120220
120271
|
lock?: {
|
|
120221
120272
|
/**
|
|
120222
|
-
* @description
|
|
120273
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
120223
120274
|
* @enum {string}
|
|
120224
120275
|
*/
|
|
120225
120276
|
status: "locked" | "unlocked";
|
|
@@ -120233,6 +120284,7 @@ export interface operations {
|
|
|
120233
120284
|
/** @description Owner statements that lock the represented data */
|
|
120234
120285
|
ids: string[];
|
|
120235
120286
|
} | null;
|
|
120287
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
120236
120288
|
reconciled?: {
|
|
120237
120289
|
/** @description Bank records linked through reconciliation */
|
|
120238
120290
|
bankRecordIds: string[];
|
|
@@ -121624,7 +121676,7 @@ export interface operations {
|
|
|
121624
121676
|
date?: string | null;
|
|
121625
121677
|
lock?: {
|
|
121626
121678
|
/**
|
|
121627
|
-
* @description
|
|
121679
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
121628
121680
|
* @enum {string}
|
|
121629
121681
|
*/
|
|
121630
121682
|
status: "locked" | "unlocked";
|
|
@@ -121638,6 +121690,7 @@ export interface operations {
|
|
|
121638
121690
|
/** @description Owner statements that lock the represented data */
|
|
121639
121691
|
ids: string[];
|
|
121640
121692
|
} | null;
|
|
121693
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
121641
121694
|
reconciled?: {
|
|
121642
121695
|
/** @description Bank records linked through reconciliation */
|
|
121643
121696
|
bankRecordIds: string[];
|
|
@@ -123403,7 +123456,7 @@ export interface operations {
|
|
|
123403
123456
|
} | null;
|
|
123404
123457
|
lock?: {
|
|
123405
123458
|
/**
|
|
123406
|
-
* @description
|
|
123459
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
123407
123460
|
* @enum {string}
|
|
123408
123461
|
*/
|
|
123409
123462
|
status: "locked" | "unlocked";
|
|
@@ -123417,6 +123470,7 @@ export interface operations {
|
|
|
123417
123470
|
/** @description Owner statements that lock the represented data */
|
|
123418
123471
|
ids: string[];
|
|
123419
123472
|
} | null;
|
|
123473
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
123420
123474
|
reconciled?: {
|
|
123421
123475
|
/** @description Bank records linked through reconciliation */
|
|
123422
123476
|
bankRecordIds: string[];
|
|
@@ -123884,7 +123938,7 @@ export interface operations {
|
|
|
123884
123938
|
} | null;
|
|
123885
123939
|
lock?: {
|
|
123886
123940
|
/**
|
|
123887
|
-
* @description
|
|
123941
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
123888
123942
|
* @enum {string}
|
|
123889
123943
|
*/
|
|
123890
123944
|
status: "locked" | "unlocked";
|
|
@@ -123898,6 +123952,7 @@ export interface operations {
|
|
|
123898
123952
|
/** @description Owner statements that lock the represented data */
|
|
123899
123953
|
ids: string[];
|
|
123900
123954
|
} | null;
|
|
123955
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
123901
123956
|
reconciled?: {
|
|
123902
123957
|
/** @description Bank records linked through reconciliation */
|
|
123903
123958
|
bankRecordIds: string[];
|
|
@@ -124582,7 +124637,7 @@ export interface operations {
|
|
|
124582
124637
|
} | null;
|
|
124583
124638
|
lock?: {
|
|
124584
124639
|
/**
|
|
124585
|
-
* @description
|
|
124640
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
124586
124641
|
* @enum {string}
|
|
124587
124642
|
*/
|
|
124588
124643
|
status: "locked" | "unlocked";
|
|
@@ -124596,6 +124651,7 @@ export interface operations {
|
|
|
124596
124651
|
/** @description Owner statements that lock the represented data */
|
|
124597
124652
|
ids: string[];
|
|
124598
124653
|
} | null;
|
|
124654
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
124599
124655
|
reconciled?: {
|
|
124600
124656
|
/** @description Bank records linked through reconciliation */
|
|
124601
124657
|
bankRecordIds: string[];
|
|
@@ -125056,7 +125112,7 @@ export interface operations {
|
|
|
125056
125112
|
} | null;
|
|
125057
125113
|
lock?: {
|
|
125058
125114
|
/**
|
|
125059
|
-
* @description
|
|
125115
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
125060
125116
|
* @enum {string}
|
|
125061
125117
|
*/
|
|
125062
125118
|
status: "locked" | "unlocked";
|
|
@@ -125070,6 +125126,7 @@ export interface operations {
|
|
|
125070
125126
|
/** @description Owner statements that lock the represented data */
|
|
125071
125127
|
ids: string[];
|
|
125072
125128
|
} | null;
|
|
125129
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
125073
125130
|
reconciled?: {
|
|
125074
125131
|
/** @description Bank records linked through reconciliation */
|
|
125075
125132
|
bankRecordIds: string[];
|
|
@@ -125723,7 +125780,7 @@ export interface operations {
|
|
|
125723
125780
|
} | null;
|
|
125724
125781
|
lock?: {
|
|
125725
125782
|
/**
|
|
125726
|
-
* @description
|
|
125783
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
125727
125784
|
* @enum {string}
|
|
125728
125785
|
*/
|
|
125729
125786
|
status: "locked" | "unlocked";
|
|
@@ -125737,6 +125794,7 @@ export interface operations {
|
|
|
125737
125794
|
/** @description Owner statements that lock the represented data */
|
|
125738
125795
|
ids: string[];
|
|
125739
125796
|
} | null;
|
|
125797
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
125740
125798
|
reconciled?: {
|
|
125741
125799
|
/** @description Bank records linked through reconciliation */
|
|
125742
125800
|
bankRecordIds: string[];
|
|
@@ -125762,7 +125820,7 @@ export interface operations {
|
|
|
125762
125820
|
shortRef?: string | null;
|
|
125763
125821
|
lock?: {
|
|
125764
125822
|
/**
|
|
125765
|
-
* @description
|
|
125823
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
125766
125824
|
* @enum {string}
|
|
125767
125825
|
*/
|
|
125768
125826
|
status: "locked" | "unlocked";
|
|
@@ -125776,6 +125834,7 @@ export interface operations {
|
|
|
125776
125834
|
/** @description Owner statements that lock the represented data */
|
|
125777
125835
|
ids: string[];
|
|
125778
125836
|
} | null;
|
|
125837
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
125779
125838
|
reconciled?: {
|
|
125780
125839
|
/** @description Bank records linked through reconciliation */
|
|
125781
125840
|
bankRecordIds: string[];
|
|
@@ -125848,7 +125907,7 @@ export interface operations {
|
|
|
125848
125907
|
status: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
125849
125908
|
lock?: {
|
|
125850
125909
|
/**
|
|
125851
|
-
* @description
|
|
125910
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
125852
125911
|
* @enum {string}
|
|
125853
125912
|
*/
|
|
125854
125913
|
status: "locked" | "unlocked";
|
|
@@ -125862,6 +125921,7 @@ export interface operations {
|
|
|
125862
125921
|
/** @description Owner statements that lock the represented data */
|
|
125863
125922
|
ids: string[];
|
|
125864
125923
|
} | null;
|
|
125924
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
125865
125925
|
reconciled?: {
|
|
125866
125926
|
/** @description Bank records linked through reconciliation */
|
|
125867
125927
|
bankRecordIds: string[];
|
|
@@ -126262,7 +126322,7 @@ export interface operations {
|
|
|
126262
126322
|
} | null;
|
|
126263
126323
|
lock?: {
|
|
126264
126324
|
/**
|
|
126265
|
-
* @description
|
|
126325
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
126266
126326
|
* @enum {string}
|
|
126267
126327
|
*/
|
|
126268
126328
|
status: "locked" | "unlocked";
|
|
@@ -126276,6 +126336,7 @@ export interface operations {
|
|
|
126276
126336
|
/** @description Owner statements that lock the represented data */
|
|
126277
126337
|
ids: string[];
|
|
126278
126338
|
} | null;
|
|
126339
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
126279
126340
|
reconciled?: {
|
|
126280
126341
|
/** @description Bank records linked through reconciliation */
|
|
126281
126342
|
bankRecordIds: string[];
|
|
@@ -126301,7 +126362,7 @@ export interface operations {
|
|
|
126301
126362
|
shortRef?: string | null;
|
|
126302
126363
|
lock?: {
|
|
126303
126364
|
/**
|
|
126304
|
-
* @description
|
|
126365
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
126305
126366
|
* @enum {string}
|
|
126306
126367
|
*/
|
|
126307
126368
|
status: "locked" | "unlocked";
|
|
@@ -126315,6 +126376,7 @@ export interface operations {
|
|
|
126315
126376
|
/** @description Owner statements that lock the represented data */
|
|
126316
126377
|
ids: string[];
|
|
126317
126378
|
} | null;
|
|
126379
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
126318
126380
|
reconciled?: {
|
|
126319
126381
|
/** @description Bank records linked through reconciliation */
|
|
126320
126382
|
bankRecordIds: string[];
|
|
@@ -126387,7 +126449,7 @@ export interface operations {
|
|
|
126387
126449
|
status: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
126388
126450
|
lock?: {
|
|
126389
126451
|
/**
|
|
126390
|
-
* @description
|
|
126452
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
126391
126453
|
* @enum {string}
|
|
126392
126454
|
*/
|
|
126393
126455
|
status: "locked" | "unlocked";
|
|
@@ -126401,6 +126463,7 @@ export interface operations {
|
|
|
126401
126463
|
/** @description Owner statements that lock the represented data */
|
|
126402
126464
|
ids: string[];
|
|
126403
126465
|
} | null;
|
|
126466
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
126404
126467
|
reconciled?: {
|
|
126405
126468
|
/** @description Bank records linked through reconciliation */
|
|
126406
126469
|
bankRecordIds: string[];
|
|
@@ -126753,7 +126816,7 @@ export interface operations {
|
|
|
126753
126816
|
date?: string | null;
|
|
126754
126817
|
lock?: {
|
|
126755
126818
|
/**
|
|
126756
|
-
* @description
|
|
126819
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
126757
126820
|
* @enum {string}
|
|
126758
126821
|
*/
|
|
126759
126822
|
status: "locked" | "unlocked";
|
|
@@ -126767,6 +126830,7 @@ export interface operations {
|
|
|
126767
126830
|
/** @description Owner statements that lock the represented data */
|
|
126768
126831
|
ids: string[];
|
|
126769
126832
|
} | null;
|
|
126833
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
126770
126834
|
reconciled?: {
|
|
126771
126835
|
/** @description Bank records linked through reconciliation */
|
|
126772
126836
|
bankRecordIds: string[];
|
|
@@ -127009,7 +127073,7 @@ export interface operations {
|
|
|
127009
127073
|
} | null;
|
|
127010
127074
|
lock?: {
|
|
127011
127075
|
/**
|
|
127012
|
-
* @description
|
|
127076
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
127013
127077
|
* @enum {string}
|
|
127014
127078
|
*/
|
|
127015
127079
|
status: "locked" | "unlocked";
|
|
@@ -127023,6 +127087,7 @@ export interface operations {
|
|
|
127023
127087
|
/** @description Owner statements that lock the represented data */
|
|
127024
127088
|
ids: string[];
|
|
127025
127089
|
} | null;
|
|
127090
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
127026
127091
|
reconciled?: {
|
|
127027
127092
|
/** @description Bank records linked through reconciliation */
|
|
127028
127093
|
bankRecordIds: string[];
|
|
@@ -127048,7 +127113,7 @@ export interface operations {
|
|
|
127048
127113
|
shortRef?: string | null;
|
|
127049
127114
|
lock?: {
|
|
127050
127115
|
/**
|
|
127051
|
-
* @description
|
|
127116
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
127052
127117
|
* @enum {string}
|
|
127053
127118
|
*/
|
|
127054
127119
|
status: "locked" | "unlocked";
|
|
@@ -127062,6 +127127,7 @@ export interface operations {
|
|
|
127062
127127
|
/** @description Owner statements that lock the represented data */
|
|
127063
127128
|
ids: string[];
|
|
127064
127129
|
} | null;
|
|
127130
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
127065
127131
|
reconciled?: {
|
|
127066
127132
|
/** @description Bank records linked through reconciliation */
|
|
127067
127133
|
bankRecordIds: string[];
|
|
@@ -127134,7 +127200,7 @@ export interface operations {
|
|
|
127134
127200
|
status: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
127135
127201
|
lock?: {
|
|
127136
127202
|
/**
|
|
127137
|
-
* @description
|
|
127203
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
127138
127204
|
* @enum {string}
|
|
127139
127205
|
*/
|
|
127140
127206
|
status: "locked" | "unlocked";
|
|
@@ -127148,6 +127214,7 @@ export interface operations {
|
|
|
127148
127214
|
/** @description Owner statements that lock the represented data */
|
|
127149
127215
|
ids: string[];
|
|
127150
127216
|
} | null;
|
|
127217
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
127151
127218
|
reconciled?: {
|
|
127152
127219
|
/** @description Bank records linked through reconciliation */
|
|
127153
127220
|
bankRecordIds: string[];
|
|
@@ -128668,7 +128735,7 @@ export interface operations {
|
|
|
128668
128735
|
} | null;
|
|
128669
128736
|
lock?: {
|
|
128670
128737
|
/**
|
|
128671
|
-
* @description
|
|
128738
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
128672
128739
|
* @enum {string}
|
|
128673
128740
|
*/
|
|
128674
128741
|
status: "locked" | "unlocked";
|
|
@@ -128682,6 +128749,7 @@ export interface operations {
|
|
|
128682
128749
|
/** @description Owner statements that lock the represented data */
|
|
128683
128750
|
ids: string[];
|
|
128684
128751
|
} | null;
|
|
128752
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
128685
128753
|
reconciled?: {
|
|
128686
128754
|
/** @description Bank records linked through reconciliation */
|
|
128687
128755
|
bankRecordIds: string[];
|
|
@@ -128707,7 +128775,7 @@ export interface operations {
|
|
|
128707
128775
|
shortRef?: string | null;
|
|
128708
128776
|
lock?: {
|
|
128709
128777
|
/**
|
|
128710
|
-
* @description
|
|
128778
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
128711
128779
|
* @enum {string}
|
|
128712
128780
|
*/
|
|
128713
128781
|
status: "locked" | "unlocked";
|
|
@@ -128721,6 +128789,7 @@ export interface operations {
|
|
|
128721
128789
|
/** @description Owner statements that lock the represented data */
|
|
128722
128790
|
ids: string[];
|
|
128723
128791
|
} | null;
|
|
128792
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
128724
128793
|
reconciled?: {
|
|
128725
128794
|
/** @description Bank records linked through reconciliation */
|
|
128726
128795
|
bankRecordIds: string[];
|
|
@@ -128793,7 +128862,7 @@ export interface operations {
|
|
|
128793
128862
|
status: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
128794
128863
|
lock?: {
|
|
128795
128864
|
/**
|
|
128796
|
-
* @description
|
|
128865
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
128797
128866
|
* @enum {string}
|
|
128798
128867
|
*/
|
|
128799
128868
|
status: "locked" | "unlocked";
|
|
@@ -128807,6 +128876,7 @@ export interface operations {
|
|
|
128807
128876
|
/** @description Owner statements that lock the represented data */
|
|
128808
128877
|
ids: string[];
|
|
128809
128878
|
} | null;
|
|
128879
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
128810
128880
|
reconciled?: {
|
|
128811
128881
|
/** @description Bank records linked through reconciliation */
|
|
128812
128882
|
bankRecordIds: string[];
|