@vrplatform/api 1.3.1-5044 → 1.3.1-5050
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
package/src/generated/v1.ts
CHANGED
|
@@ -5814,7 +5814,7 @@ export interface paths {
|
|
|
5814
5814
|
*/
|
|
5815
5815
|
get: operations["getTransactionsById"];
|
|
5816
5816
|
/**
|
|
5817
|
-
* @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.
|
|
5817
|
+
* @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.
|
|
5818
5818
|
*
|
|
5819
5819
|
* Required scope: transactions:write
|
|
5820
5820
|
*/
|
|
@@ -5903,7 +5903,7 @@ export interface paths {
|
|
|
5903
5903
|
};
|
|
5904
5904
|
get?: never;
|
|
5905
5905
|
/**
|
|
5906
|
-
* @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.
|
|
5906
|
+
* @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.
|
|
5907
5907
|
*
|
|
5908
5908
|
* Required scope: transactions:write
|
|
5909
5909
|
*/
|
|
@@ -9696,7 +9696,7 @@ export interface operations {
|
|
|
9696
9696
|
} | null;
|
|
9697
9697
|
lock?: {
|
|
9698
9698
|
/**
|
|
9699
|
-
* @description
|
|
9699
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
9700
9700
|
* @enum {string}
|
|
9701
9701
|
*/
|
|
9702
9702
|
status: "locked" | "unlocked";
|
|
@@ -9710,6 +9710,7 @@ export interface operations {
|
|
|
9710
9710
|
/** @description Owner statements that lock the represented data */
|
|
9711
9711
|
ids: string[];
|
|
9712
9712
|
} | null;
|
|
9713
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
9713
9714
|
reconciled?: {
|
|
9714
9715
|
/** @description Bank records linked through reconciliation */
|
|
9715
9716
|
bankRecordIds: string[];
|
|
@@ -9735,7 +9736,7 @@ export interface operations {
|
|
|
9735
9736
|
shortRef?: string | null;
|
|
9736
9737
|
lock?: {
|
|
9737
9738
|
/**
|
|
9738
|
-
* @description
|
|
9739
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
9739
9740
|
* @enum {string}
|
|
9740
9741
|
*/
|
|
9741
9742
|
status: "locked" | "unlocked";
|
|
@@ -9749,6 +9750,7 @@ export interface operations {
|
|
|
9749
9750
|
/** @description Owner statements that lock the represented data */
|
|
9750
9751
|
ids: string[];
|
|
9751
9752
|
} | null;
|
|
9753
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
9752
9754
|
reconciled?: {
|
|
9753
9755
|
/** @description Bank records linked through reconciliation */
|
|
9754
9756
|
bankRecordIds: string[];
|
|
@@ -9821,7 +9823,7 @@ export interface operations {
|
|
|
9821
9823
|
status: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
9822
9824
|
lock?: {
|
|
9823
9825
|
/**
|
|
9824
|
-
* @description
|
|
9826
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
9825
9827
|
* @enum {string}
|
|
9826
9828
|
*/
|
|
9827
9829
|
status: "locked" | "unlocked";
|
|
@@ -9835,6 +9837,7 @@ export interface operations {
|
|
|
9835
9837
|
/** @description Owner statements that lock the represented data */
|
|
9836
9838
|
ids: string[];
|
|
9837
9839
|
} | null;
|
|
9840
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
9838
9841
|
reconciled?: {
|
|
9839
9842
|
/** @description Bank records linked through reconciliation */
|
|
9840
9843
|
bankRecordIds: string[];
|
|
@@ -48930,7 +48933,7 @@ export interface operations {
|
|
|
48930
48933
|
businessModel: "managed" | "co_host" | "co_host_airbnb";
|
|
48931
48934
|
lock?: {
|
|
48932
48935
|
/**
|
|
48933
|
-
* @description
|
|
48936
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
48934
48937
|
* @enum {string}
|
|
48935
48938
|
*/
|
|
48936
48939
|
status: "locked" | "unlocked";
|
|
@@ -48944,6 +48947,7 @@ export interface operations {
|
|
|
48944
48947
|
/** @description Owner statements that lock the represented data */
|
|
48945
48948
|
ids: string[];
|
|
48946
48949
|
} | null;
|
|
48950
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
48947
48951
|
reconciled?: {
|
|
48948
48952
|
/** @description Bank records linked through reconciliation */
|
|
48949
48953
|
bankRecordIds: string[];
|
|
@@ -49392,7 +49396,7 @@ export interface operations {
|
|
|
49392
49396
|
businessModel: "managed" | "co_host" | "co_host_airbnb";
|
|
49393
49397
|
lock?: {
|
|
49394
49398
|
/**
|
|
49395
|
-
* @description
|
|
49399
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
49396
49400
|
* @enum {string}
|
|
49397
49401
|
*/
|
|
49398
49402
|
status: "locked" | "unlocked";
|
|
@@ -49406,6 +49410,7 @@ export interface operations {
|
|
|
49406
49410
|
/** @description Owner statements that lock the represented data */
|
|
49407
49411
|
ids: string[];
|
|
49408
49412
|
} | null;
|
|
49413
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
49409
49414
|
reconciled?: {
|
|
49410
49415
|
/** @description Bank records linked through reconciliation */
|
|
49411
49416
|
bankRecordIds: string[];
|
|
@@ -52335,7 +52340,7 @@ export interface operations {
|
|
|
52335
52340
|
businessModel: "managed" | "co_host" | "co_host_airbnb";
|
|
52336
52341
|
lock?: {
|
|
52337
52342
|
/**
|
|
52338
|
-
* @description
|
|
52343
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
52339
52344
|
* @enum {string}
|
|
52340
52345
|
*/
|
|
52341
52346
|
status: "locked" | "unlocked";
|
|
@@ -52349,6 +52354,7 @@ export interface operations {
|
|
|
52349
52354
|
/** @description Owner statements that lock the represented data */
|
|
52350
52355
|
ids: string[];
|
|
52351
52356
|
} | null;
|
|
52357
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
52352
52358
|
reconciled?: {
|
|
52353
52359
|
/** @description Bank records linked through reconciliation */
|
|
52354
52360
|
bankRecordIds: string[];
|
|
@@ -52789,7 +52795,7 @@ export interface operations {
|
|
|
52789
52795
|
businessModel: "managed" | "co_host" | "co_host_airbnb";
|
|
52790
52796
|
lock?: {
|
|
52791
52797
|
/**
|
|
52792
|
-
* @description
|
|
52798
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
52793
52799
|
* @enum {string}
|
|
52794
52800
|
*/
|
|
52795
52801
|
status: "locked" | "unlocked";
|
|
@@ -52803,6 +52809,7 @@ export interface operations {
|
|
|
52803
52809
|
/** @description Owner statements that lock the represented data */
|
|
52804
52810
|
ids: string[];
|
|
52805
52811
|
} | null;
|
|
52812
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
52806
52813
|
reconciled?: {
|
|
52807
52814
|
/** @description Bank records linked through reconciliation */
|
|
52808
52815
|
bankRecordIds: string[];
|
|
@@ -53977,7 +53984,7 @@ export interface operations {
|
|
|
53977
53984
|
businessModel: "managed" | "co_host" | "co_host_airbnb";
|
|
53978
53985
|
lock?: {
|
|
53979
53986
|
/**
|
|
53980
|
-
* @description
|
|
53987
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
53981
53988
|
* @enum {string}
|
|
53982
53989
|
*/
|
|
53983
53990
|
status: "locked" | "unlocked";
|
|
@@ -53991,6 +53998,7 @@ export interface operations {
|
|
|
53991
53998
|
/** @description Owner statements that lock the represented data */
|
|
53992
53999
|
ids: string[];
|
|
53993
54000
|
} | null;
|
|
54001
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
53994
54002
|
reconciled?: {
|
|
53995
54003
|
/** @description Bank records linked through reconciliation */
|
|
53996
54004
|
bankRecordIds: string[];
|
|
@@ -54383,7 +54391,7 @@ export interface operations {
|
|
|
54383
54391
|
businessModel: "managed" | "co_host" | "co_host_airbnb";
|
|
54384
54392
|
lock?: {
|
|
54385
54393
|
/**
|
|
54386
|
-
* @description
|
|
54394
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
54387
54395
|
* @enum {string}
|
|
54388
54396
|
*/
|
|
54389
54397
|
status: "locked" | "unlocked";
|
|
@@ -54397,6 +54405,7 @@ export interface operations {
|
|
|
54397
54405
|
/** @description Owner statements that lock the represented data */
|
|
54398
54406
|
ids: string[];
|
|
54399
54407
|
} | null;
|
|
54408
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
54400
54409
|
reconciled?: {
|
|
54401
54410
|
/** @description Bank records linked through reconciliation */
|
|
54402
54411
|
bankRecordIds: string[];
|
|
@@ -68785,7 +68794,7 @@ export interface operations {
|
|
|
68785
68794
|
uniqueRef: string;
|
|
68786
68795
|
lock?: {
|
|
68787
68796
|
/**
|
|
68788
|
-
* @description
|
|
68797
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
68789
68798
|
* @enum {string}
|
|
68790
68799
|
*/
|
|
68791
68800
|
status: "locked" | "unlocked";
|
|
@@ -68799,6 +68808,7 @@ export interface operations {
|
|
|
68799
68808
|
/** @description Owner statements that lock the represented data */
|
|
68800
68809
|
ids: string[];
|
|
68801
68810
|
} | null;
|
|
68811
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
68802
68812
|
reconciled?: {
|
|
68803
68813
|
/** @description Bank records linked through reconciliation */
|
|
68804
68814
|
bankRecordIds: string[];
|
|
@@ -69177,7 +69187,7 @@ export interface operations {
|
|
|
69177
69187
|
uniqueRef: string;
|
|
69178
69188
|
lock?: {
|
|
69179
69189
|
/**
|
|
69180
|
-
* @description
|
|
69190
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
69181
69191
|
* @enum {string}
|
|
69182
69192
|
*/
|
|
69183
69193
|
status: "locked" | "unlocked";
|
|
@@ -69191,6 +69201,7 @@ export interface operations {
|
|
|
69191
69201
|
/** @description Owner statements that lock the represented data */
|
|
69192
69202
|
ids: string[];
|
|
69193
69203
|
} | null;
|
|
69204
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
69194
69205
|
reconciled?: {
|
|
69195
69206
|
/** @description Bank records linked through reconciliation */
|
|
69196
69207
|
bankRecordIds: string[];
|
|
@@ -70739,7 +70750,7 @@ export interface operations {
|
|
|
70739
70750
|
} | null;
|
|
70740
70751
|
lock?: ({
|
|
70741
70752
|
/**
|
|
70742
|
-
* @description
|
|
70753
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
70743
70754
|
* @enum {string}
|
|
70744
70755
|
*/
|
|
70745
70756
|
status: "locked" | "unlocked";
|
|
@@ -70753,6 +70764,7 @@ export interface operations {
|
|
|
70753
70764
|
/** @description Owner statements that lock the represented data */
|
|
70754
70765
|
ids: string[];
|
|
70755
70766
|
} | null;
|
|
70767
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
70756
70768
|
reconciled?: {
|
|
70757
70769
|
/** @description Bank records linked through reconciliation */
|
|
70758
70770
|
bankRecordIds: string[];
|
|
@@ -71046,7 +71058,7 @@ export interface operations {
|
|
|
71046
71058
|
uniqueRef: string;
|
|
71047
71059
|
lock?: {
|
|
71048
71060
|
/**
|
|
71049
|
-
* @description
|
|
71061
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
71050
71062
|
* @enum {string}
|
|
71051
71063
|
*/
|
|
71052
71064
|
status: "locked" | "unlocked";
|
|
@@ -71060,6 +71072,7 @@ export interface operations {
|
|
|
71060
71072
|
/** @description Owner statements that lock the represented data */
|
|
71061
71073
|
ids: string[];
|
|
71062
71074
|
} | null;
|
|
71075
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
71063
71076
|
reconciled?: {
|
|
71064
71077
|
/** @description Bank records linked through reconciliation */
|
|
71065
71078
|
bankRecordIds: string[];
|
|
@@ -71430,7 +71443,7 @@ export interface operations {
|
|
|
71430
71443
|
uniqueRef: string;
|
|
71431
71444
|
lock?: {
|
|
71432
71445
|
/**
|
|
71433
|
-
* @description
|
|
71446
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
71434
71447
|
* @enum {string}
|
|
71435
71448
|
*/
|
|
71436
71449
|
status: "locked" | "unlocked";
|
|
@@ -71444,6 +71457,7 @@ export interface operations {
|
|
|
71444
71457
|
/** @description Owner statements that lock the represented data */
|
|
71445
71458
|
ids: string[];
|
|
71446
71459
|
} | null;
|
|
71460
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
71447
71461
|
reconciled?: {
|
|
71448
71462
|
/** @description Bank records linked through reconciliation */
|
|
71449
71463
|
bankRecordIds: string[];
|
|
@@ -87248,7 +87262,7 @@ export interface operations {
|
|
|
87248
87262
|
generalLedgerStatus: "active" | "inactive";
|
|
87249
87263
|
lock?: {
|
|
87250
87264
|
/**
|
|
87251
|
-
* @description
|
|
87265
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
87252
87266
|
* @enum {string}
|
|
87253
87267
|
*/
|
|
87254
87268
|
status: "locked" | "unlocked";
|
|
@@ -87262,6 +87276,7 @@ export interface operations {
|
|
|
87262
87276
|
/** @description Owner statements that lock the represented data */
|
|
87263
87277
|
ids: string[];
|
|
87264
87278
|
} | null;
|
|
87279
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
87265
87280
|
reconciled?: {
|
|
87266
87281
|
/** @description Bank records linked through reconciliation */
|
|
87267
87282
|
bankRecordIds: string[];
|
|
@@ -87778,7 +87793,7 @@ export interface operations {
|
|
|
87778
87793
|
generalLedgerStatus: "active" | "inactive";
|
|
87779
87794
|
lock?: {
|
|
87780
87795
|
/**
|
|
87781
|
-
* @description
|
|
87796
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
87782
87797
|
* @enum {string}
|
|
87783
87798
|
*/
|
|
87784
87799
|
status: "locked" | "unlocked";
|
|
@@ -87792,6 +87807,7 @@ export interface operations {
|
|
|
87792
87807
|
/** @description Owner statements that lock the represented data */
|
|
87793
87808
|
ids: string[];
|
|
87794
87809
|
} | null;
|
|
87810
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
87795
87811
|
reconciled?: {
|
|
87796
87812
|
/** @description Bank records linked through reconciliation */
|
|
87797
87813
|
bankRecordIds: string[];
|
|
@@ -88013,7 +88029,7 @@ export interface operations {
|
|
|
88013
88029
|
} | null;
|
|
88014
88030
|
lock?: ({
|
|
88015
88031
|
/**
|
|
88016
|
-
* @description
|
|
88032
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
88017
88033
|
* @enum {string}
|
|
88018
88034
|
*/
|
|
88019
88035
|
status: "locked" | "unlocked";
|
|
@@ -88027,6 +88043,7 @@ export interface operations {
|
|
|
88027
88043
|
/** @description Owner statements that lock the represented data */
|
|
88028
88044
|
ids: string[];
|
|
88029
88045
|
} | null;
|
|
88046
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
88030
88047
|
reconciled?: {
|
|
88031
88048
|
/** @description Bank records linked through reconciliation */
|
|
88032
88049
|
bankRecordIds: string[];
|
|
@@ -88124,7 +88141,7 @@ export interface operations {
|
|
|
88124
88141
|
} | null;
|
|
88125
88142
|
lock?: {
|
|
88126
88143
|
/**
|
|
88127
|
-
* @description
|
|
88144
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
88128
88145
|
* @enum {string}
|
|
88129
88146
|
*/
|
|
88130
88147
|
status: "locked" | "unlocked";
|
|
@@ -88138,6 +88155,7 @@ export interface operations {
|
|
|
88138
88155
|
/** @description Owner statements that lock the represented data */
|
|
88139
88156
|
ids: string[];
|
|
88140
88157
|
} | null;
|
|
88158
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
88141
88159
|
reconciled?: {
|
|
88142
88160
|
/** @description Bank records linked through reconciliation */
|
|
88143
88161
|
bankRecordIds: string[];
|
|
@@ -90434,7 +90452,7 @@ export interface operations {
|
|
|
90434
90452
|
generalLedgerStatus: "active" | "inactive";
|
|
90435
90453
|
lock?: {
|
|
90436
90454
|
/**
|
|
90437
|
-
* @description
|
|
90455
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
90438
90456
|
* @enum {string}
|
|
90439
90457
|
*/
|
|
90440
90458
|
status: "locked" | "unlocked";
|
|
@@ -90448,6 +90466,7 @@ export interface operations {
|
|
|
90448
90466
|
/** @description Owner statements that lock the represented data */
|
|
90449
90467
|
ids: string[];
|
|
90450
90468
|
} | null;
|
|
90469
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
90451
90470
|
reconciled?: {
|
|
90452
90471
|
/** @description Bank records linked through reconciliation */
|
|
90453
90472
|
bankRecordIds: string[];
|
|
@@ -90669,7 +90688,7 @@ export interface operations {
|
|
|
90669
90688
|
} | null;
|
|
90670
90689
|
lock?: ({
|
|
90671
90690
|
/**
|
|
90672
|
-
* @description
|
|
90691
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
90673
90692
|
* @enum {string}
|
|
90674
90693
|
*/
|
|
90675
90694
|
status: "locked" | "unlocked";
|
|
@@ -90683,6 +90702,7 @@ export interface operations {
|
|
|
90683
90702
|
/** @description Owner statements that lock the represented data */
|
|
90684
90703
|
ids: string[];
|
|
90685
90704
|
} | null;
|
|
90705
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
90686
90706
|
reconciled?: {
|
|
90687
90707
|
/** @description Bank records linked through reconciliation */
|
|
90688
90708
|
bankRecordIds: string[];
|
|
@@ -90780,7 +90800,7 @@ export interface operations {
|
|
|
90780
90800
|
} | null;
|
|
90781
90801
|
lock?: {
|
|
90782
90802
|
/**
|
|
90783
|
-
* @description
|
|
90803
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
90784
90804
|
* @enum {string}
|
|
90785
90805
|
*/
|
|
90786
90806
|
status: "locked" | "unlocked";
|
|
@@ -90794,6 +90814,7 @@ export interface operations {
|
|
|
90794
90814
|
/** @description Owner statements that lock the represented data */
|
|
90795
90815
|
ids: string[];
|
|
90796
90816
|
} | null;
|
|
90817
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
90797
90818
|
reconciled?: {
|
|
90798
90819
|
/** @description Bank records linked through reconciliation */
|
|
90799
90820
|
bankRecordIds: string[];
|
|
@@ -91215,7 +91236,7 @@ export interface operations {
|
|
|
91215
91236
|
generalLedgerStatus: "active" | "inactive";
|
|
91216
91237
|
lock?: {
|
|
91217
91238
|
/**
|
|
91218
|
-
* @description
|
|
91239
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
91219
91240
|
* @enum {string}
|
|
91220
91241
|
*/
|
|
91221
91242
|
status: "locked" | "unlocked";
|
|
@@ -91229,6 +91250,7 @@ export interface operations {
|
|
|
91229
91250
|
/** @description Owner statements that lock the represented data */
|
|
91230
91251
|
ids: string[];
|
|
91231
91252
|
} | null;
|
|
91253
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
91232
91254
|
reconciled?: {
|
|
91233
91255
|
/** @description Bank records linked through reconciliation */
|
|
91234
91256
|
bankRecordIds: string[];
|
|
@@ -91450,7 +91472,7 @@ export interface operations {
|
|
|
91450
91472
|
} | null;
|
|
91451
91473
|
lock?: ({
|
|
91452
91474
|
/**
|
|
91453
|
-
* @description
|
|
91475
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
91454
91476
|
* @enum {string}
|
|
91455
91477
|
*/
|
|
91456
91478
|
status: "locked" | "unlocked";
|
|
@@ -91464,6 +91486,7 @@ export interface operations {
|
|
|
91464
91486
|
/** @description Owner statements that lock the represented data */
|
|
91465
91487
|
ids: string[];
|
|
91466
91488
|
} | null;
|
|
91489
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
91467
91490
|
reconciled?: {
|
|
91468
91491
|
/** @description Bank records linked through reconciliation */
|
|
91469
91492
|
bankRecordIds: string[];
|
|
@@ -91561,7 +91584,7 @@ export interface operations {
|
|
|
91561
91584
|
} | null;
|
|
91562
91585
|
lock?: {
|
|
91563
91586
|
/**
|
|
91564
|
-
* @description
|
|
91587
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
91565
91588
|
* @enum {string}
|
|
91566
91589
|
*/
|
|
91567
91590
|
status: "locked" | "unlocked";
|
|
@@ -91575,6 +91598,7 @@ export interface operations {
|
|
|
91575
91598
|
/** @description Owner statements that lock the represented data */
|
|
91576
91599
|
ids: string[];
|
|
91577
91600
|
} | null;
|
|
91601
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
91578
91602
|
reconciled?: {
|
|
91579
91603
|
/** @description Bank records linked through reconciliation */
|
|
91580
91604
|
bankRecordIds: string[];
|
|
@@ -92410,7 +92434,7 @@ export interface operations {
|
|
|
92410
92434
|
generalLedgerStatus: "active" | "inactive";
|
|
92411
92435
|
lock?: {
|
|
92412
92436
|
/**
|
|
92413
|
-
* @description
|
|
92437
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
92414
92438
|
* @enum {string}
|
|
92415
92439
|
*/
|
|
92416
92440
|
status: "locked" | "unlocked";
|
|
@@ -92424,6 +92448,7 @@ export interface operations {
|
|
|
92424
92448
|
/** @description Owner statements that lock the represented data */
|
|
92425
92449
|
ids: string[];
|
|
92426
92450
|
} | null;
|
|
92451
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
92427
92452
|
reconciled?: {
|
|
92428
92453
|
/** @description Bank records linked through reconciliation */
|
|
92429
92454
|
bankRecordIds: string[];
|
|
@@ -92645,7 +92670,7 @@ export interface operations {
|
|
|
92645
92670
|
} | null;
|
|
92646
92671
|
lock?: ({
|
|
92647
92672
|
/**
|
|
92648
|
-
* @description
|
|
92673
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
92649
92674
|
* @enum {string}
|
|
92650
92675
|
*/
|
|
92651
92676
|
status: "locked" | "unlocked";
|
|
@@ -92659,6 +92684,7 @@ export interface operations {
|
|
|
92659
92684
|
/** @description Owner statements that lock the represented data */
|
|
92660
92685
|
ids: string[];
|
|
92661
92686
|
} | null;
|
|
92687
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
92662
92688
|
reconciled?: {
|
|
92663
92689
|
/** @description Bank records linked through reconciliation */
|
|
92664
92690
|
bankRecordIds: string[];
|
|
@@ -92756,7 +92782,7 @@ export interface operations {
|
|
|
92756
92782
|
} | null;
|
|
92757
92783
|
lock?: {
|
|
92758
92784
|
/**
|
|
92759
|
-
* @description
|
|
92785
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
92760
92786
|
* @enum {string}
|
|
92761
92787
|
*/
|
|
92762
92788
|
status: "locked" | "unlocked";
|
|
@@ -92770,6 +92796,7 @@ export interface operations {
|
|
|
92770
92796
|
/** @description Owner statements that lock the represented data */
|
|
92771
92797
|
ids: string[];
|
|
92772
92798
|
} | null;
|
|
92799
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
92773
92800
|
reconciled?: {
|
|
92774
92801
|
/** @description Bank records linked through reconciliation */
|
|
92775
92802
|
bankRecordIds: string[];
|
|
@@ -93083,7 +93110,7 @@ export interface operations {
|
|
|
93083
93110
|
generalLedgerStatus: "active" | "inactive";
|
|
93084
93111
|
lock?: {
|
|
93085
93112
|
/**
|
|
93086
|
-
* @description
|
|
93113
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
93087
93114
|
* @enum {string}
|
|
93088
93115
|
*/
|
|
93089
93116
|
status: "locked" | "unlocked";
|
|
@@ -93097,6 +93124,7 @@ export interface operations {
|
|
|
93097
93124
|
/** @description Owner statements that lock the represented data */
|
|
93098
93125
|
ids: string[];
|
|
93099
93126
|
} | null;
|
|
93127
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
93100
93128
|
reconciled?: {
|
|
93101
93129
|
/** @description Bank records linked through reconciliation */
|
|
93102
93130
|
bankRecordIds: string[];
|
|
@@ -93318,7 +93346,7 @@ export interface operations {
|
|
|
93318
93346
|
} | null;
|
|
93319
93347
|
lock?: ({
|
|
93320
93348
|
/**
|
|
93321
|
-
* @description
|
|
93349
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
93322
93350
|
* @enum {string}
|
|
93323
93351
|
*/
|
|
93324
93352
|
status: "locked" | "unlocked";
|
|
@@ -93332,6 +93360,7 @@ export interface operations {
|
|
|
93332
93360
|
/** @description Owner statements that lock the represented data */
|
|
93333
93361
|
ids: string[];
|
|
93334
93362
|
} | null;
|
|
93363
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
93335
93364
|
reconciled?: {
|
|
93336
93365
|
/** @description Bank records linked through reconciliation */
|
|
93337
93366
|
bankRecordIds: string[];
|
|
@@ -93429,7 +93458,7 @@ export interface operations {
|
|
|
93429
93458
|
} | null;
|
|
93430
93459
|
lock?: {
|
|
93431
93460
|
/**
|
|
93432
|
-
* @description
|
|
93461
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
93433
93462
|
* @enum {string}
|
|
93434
93463
|
*/
|
|
93435
93464
|
status: "locked" | "unlocked";
|
|
@@ -93443,6 +93472,7 @@ export interface operations {
|
|
|
93443
93472
|
/** @description Owner statements that lock the represented data */
|
|
93444
93473
|
ids: string[];
|
|
93445
93474
|
} | null;
|
|
93475
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
93446
93476
|
reconciled?: {
|
|
93447
93477
|
/** @description Bank records linked through reconciliation */
|
|
93448
93478
|
bankRecordIds: string[];
|
|
@@ -93738,7 +93768,7 @@ export interface operations {
|
|
|
93738
93768
|
generalLedgerStatus: "active" | "inactive";
|
|
93739
93769
|
lock?: {
|
|
93740
93770
|
/**
|
|
93741
|
-
* @description
|
|
93771
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
93742
93772
|
* @enum {string}
|
|
93743
93773
|
*/
|
|
93744
93774
|
status: "locked" | "unlocked";
|
|
@@ -93752,6 +93782,7 @@ export interface operations {
|
|
|
93752
93782
|
/** @description Owner statements that lock the represented data */
|
|
93753
93783
|
ids: string[];
|
|
93754
93784
|
} | null;
|
|
93785
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
93755
93786
|
reconciled?: {
|
|
93756
93787
|
/** @description Bank records linked through reconciliation */
|
|
93757
93788
|
bankRecordIds: string[];
|
|
@@ -93973,7 +94004,7 @@ export interface operations {
|
|
|
93973
94004
|
} | null;
|
|
93974
94005
|
lock?: ({
|
|
93975
94006
|
/**
|
|
93976
|
-
* @description
|
|
94007
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
93977
94008
|
* @enum {string}
|
|
93978
94009
|
*/
|
|
93979
94010
|
status: "locked" | "unlocked";
|
|
@@ -93987,6 +94018,7 @@ export interface operations {
|
|
|
93987
94018
|
/** @description Owner statements that lock the represented data */
|
|
93988
94019
|
ids: string[];
|
|
93989
94020
|
} | null;
|
|
94021
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
93990
94022
|
reconciled?: {
|
|
93991
94023
|
/** @description Bank records linked through reconciliation */
|
|
93992
94024
|
bankRecordIds: string[];
|
|
@@ -94084,7 +94116,7 @@ export interface operations {
|
|
|
94084
94116
|
} | null;
|
|
94085
94117
|
lock?: {
|
|
94086
94118
|
/**
|
|
94087
|
-
* @description
|
|
94119
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
94088
94120
|
* @enum {string}
|
|
94089
94121
|
*/
|
|
94090
94122
|
status: "locked" | "unlocked";
|
|
@@ -94098,6 +94130,7 @@ export interface operations {
|
|
|
94098
94130
|
/** @description Owner statements that lock the represented data */
|
|
94099
94131
|
ids: string[];
|
|
94100
94132
|
} | null;
|
|
94133
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
94101
94134
|
reconciled?: {
|
|
94102
94135
|
/** @description Bank records linked through reconciliation */
|
|
94103
94136
|
bankRecordIds: string[];
|
|
@@ -94922,7 +94955,7 @@ export interface operations {
|
|
|
94922
94955
|
description?: string;
|
|
94923
94956
|
descriptionLock?: {
|
|
94924
94957
|
/**
|
|
94925
|
-
* @description
|
|
94958
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
94926
94959
|
* @enum {string}
|
|
94927
94960
|
*/
|
|
94928
94961
|
status: "locked" | "unlocked";
|
|
@@ -94936,6 +94969,7 @@ export interface operations {
|
|
|
94936
94969
|
/** @description Owner statements that lock the represented data */
|
|
94937
94970
|
ids: string[];
|
|
94938
94971
|
} | null;
|
|
94972
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
94939
94973
|
reconciled?: {
|
|
94940
94974
|
/** @description Bank records linked through reconciliation */
|
|
94941
94975
|
bankRecordIds: string[];
|
|
@@ -95618,7 +95652,7 @@ export interface operations {
|
|
|
95618
95652
|
description?: string;
|
|
95619
95653
|
descriptionLock?: {
|
|
95620
95654
|
/**
|
|
95621
|
-
* @description
|
|
95655
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
95622
95656
|
* @enum {string}
|
|
95623
95657
|
*/
|
|
95624
95658
|
status: "locked" | "unlocked";
|
|
@@ -95632,6 +95666,7 @@ export interface operations {
|
|
|
95632
95666
|
/** @description Owner statements that lock the represented data */
|
|
95633
95667
|
ids: string[];
|
|
95634
95668
|
} | null;
|
|
95669
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
95635
95670
|
reconciled?: {
|
|
95636
95671
|
/** @description Bank records linked through reconciliation */
|
|
95637
95672
|
bankRecordIds: string[];
|
|
@@ -96044,7 +96079,7 @@ export interface operations {
|
|
|
96044
96079
|
description: string;
|
|
96045
96080
|
descriptionLock?: {
|
|
96046
96081
|
/**
|
|
96047
|
-
* @description
|
|
96082
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
96048
96083
|
* @enum {string}
|
|
96049
96084
|
*/
|
|
96050
96085
|
status: "locked" | "unlocked";
|
|
@@ -96058,6 +96093,7 @@ export interface operations {
|
|
|
96058
96093
|
/** @description Owner statements that lock the represented data */
|
|
96059
96094
|
ids: string[];
|
|
96060
96095
|
} | null;
|
|
96096
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
96061
96097
|
reconciled?: {
|
|
96062
96098
|
/** @description Bank records linked through reconciliation */
|
|
96063
96099
|
bankRecordIds: string[];
|
|
@@ -97141,7 +97177,7 @@ export interface operations {
|
|
|
97141
97177
|
description?: string;
|
|
97142
97178
|
descriptionLock?: {
|
|
97143
97179
|
/**
|
|
97144
|
-
* @description
|
|
97180
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
97145
97181
|
* @enum {string}
|
|
97146
97182
|
*/
|
|
97147
97183
|
status: "locked" | "unlocked";
|
|
@@ -97155,6 +97191,7 @@ export interface operations {
|
|
|
97155
97191
|
/** @description Owner statements that lock the represented data */
|
|
97156
97192
|
ids: string[];
|
|
97157
97193
|
} | null;
|
|
97194
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
97158
97195
|
reconciled?: {
|
|
97159
97196
|
/** @description Bank records linked through reconciliation */
|
|
97160
97197
|
bankRecordIds: string[];
|
|
@@ -97596,7 +97633,7 @@ export interface operations {
|
|
|
97596
97633
|
description: string;
|
|
97597
97634
|
descriptionLock?: {
|
|
97598
97635
|
/**
|
|
97599
|
-
* @description
|
|
97636
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
97600
97637
|
* @enum {string}
|
|
97601
97638
|
*/
|
|
97602
97639
|
status: "locked" | "unlocked";
|
|
@@ -97610,6 +97647,7 @@ export interface operations {
|
|
|
97610
97647
|
/** @description Owner statements that lock the represented data */
|
|
97611
97648
|
ids: string[];
|
|
97612
97649
|
} | null;
|
|
97650
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
97613
97651
|
reconciled?: {
|
|
97614
97652
|
/** @description Bank records linked through reconciliation */
|
|
97615
97653
|
bankRecordIds: string[];
|
|
@@ -102321,7 +102359,7 @@ export interface operations {
|
|
|
102321
102359
|
} | null;
|
|
102322
102360
|
lock?: {
|
|
102323
102361
|
/**
|
|
102324
|
-
* @description
|
|
102362
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
102325
102363
|
* @enum {string}
|
|
102326
102364
|
*/
|
|
102327
102365
|
status: "locked" | "unlocked";
|
|
@@ -102335,6 +102373,7 @@ export interface operations {
|
|
|
102335
102373
|
/** @description Owner statements that lock the represented data */
|
|
102336
102374
|
ids: string[];
|
|
102337
102375
|
} | null;
|
|
102376
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
102338
102377
|
reconciled?: {
|
|
102339
102378
|
/** @description Bank records linked through reconciliation */
|
|
102340
102379
|
bankRecordIds: string[];
|
|
@@ -102360,7 +102399,7 @@ export interface operations {
|
|
|
102360
102399
|
shortRef?: string | null;
|
|
102361
102400
|
lock?: {
|
|
102362
102401
|
/**
|
|
102363
|
-
* @description
|
|
102402
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
102364
102403
|
* @enum {string}
|
|
102365
102404
|
*/
|
|
102366
102405
|
status: "locked" | "unlocked";
|
|
@@ -102374,6 +102413,7 @@ export interface operations {
|
|
|
102374
102413
|
/** @description Owner statements that lock the represented data */
|
|
102375
102414
|
ids: string[];
|
|
102376
102415
|
} | null;
|
|
102416
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
102377
102417
|
reconciled?: {
|
|
102378
102418
|
/** @description Bank records linked through reconciliation */
|
|
102379
102419
|
bankRecordIds: string[];
|
|
@@ -102446,7 +102486,7 @@ export interface operations {
|
|
|
102446
102486
|
status: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
102447
102487
|
lock?: {
|
|
102448
102488
|
/**
|
|
102449
|
-
* @description
|
|
102489
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
102450
102490
|
* @enum {string}
|
|
102451
102491
|
*/
|
|
102452
102492
|
status: "locked" | "unlocked";
|
|
@@ -102460,6 +102500,7 @@ export interface operations {
|
|
|
102460
102500
|
/** @description Owner statements that lock the represented data */
|
|
102461
102501
|
ids: string[];
|
|
102462
102502
|
} | null;
|
|
102503
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
102463
102504
|
reconciled?: {
|
|
102464
102505
|
/** @description Bank records linked through reconciliation */
|
|
102465
102506
|
bankRecordIds: string[];
|
|
@@ -104406,7 +104447,7 @@ export interface operations {
|
|
|
104406
104447
|
description?: string;
|
|
104407
104448
|
descriptionLock?: {
|
|
104408
104449
|
/**
|
|
104409
|
-
* @description
|
|
104450
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
104410
104451
|
* @enum {string}
|
|
104411
104452
|
*/
|
|
104412
104453
|
status: "locked" | "unlocked";
|
|
@@ -104420,6 +104461,7 @@ export interface operations {
|
|
|
104420
104461
|
/** @description Owner statements that lock the represented data */
|
|
104421
104462
|
ids: string[];
|
|
104422
104463
|
} | null;
|
|
104464
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
104423
104465
|
reconciled?: {
|
|
104424
104466
|
/** @description Bank records linked through reconciliation */
|
|
104425
104467
|
bankRecordIds: string[];
|
|
@@ -104861,7 +104903,7 @@ export interface operations {
|
|
|
104861
104903
|
description: string;
|
|
104862
104904
|
descriptionLock?: {
|
|
104863
104905
|
/**
|
|
104864
|
-
* @description
|
|
104906
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
104865
104907
|
* @enum {string}
|
|
104866
104908
|
*/
|
|
104867
104909
|
status: "locked" | "unlocked";
|
|
@@ -104875,6 +104917,7 @@ export interface operations {
|
|
|
104875
104917
|
/** @description Owner statements that lock the represented data */
|
|
104876
104918
|
ids: string[];
|
|
104877
104919
|
} | null;
|
|
104920
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
104878
104921
|
reconciled?: {
|
|
104879
104922
|
/** @description Bank records linked through reconciliation */
|
|
104880
104923
|
bankRecordIds: string[];
|
|
@@ -105966,7 +106009,7 @@ export interface operations {
|
|
|
105966
106009
|
description?: string;
|
|
105967
106010
|
descriptionLock?: {
|
|
105968
106011
|
/**
|
|
105969
|
-
* @description
|
|
106012
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
105970
106013
|
* @enum {string}
|
|
105971
106014
|
*/
|
|
105972
106015
|
status: "locked" | "unlocked";
|
|
@@ -105980,6 +106023,7 @@ export interface operations {
|
|
|
105980
106023
|
/** @description Owner statements that lock the represented data */
|
|
105981
106024
|
ids: string[];
|
|
105982
106025
|
} | null;
|
|
106026
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
105983
106027
|
reconciled?: {
|
|
105984
106028
|
/** @description Bank records linked through reconciliation */
|
|
105985
106029
|
bankRecordIds: string[];
|
|
@@ -106392,7 +106436,7 @@ export interface operations {
|
|
|
106392
106436
|
description: string;
|
|
106393
106437
|
descriptionLock?: {
|
|
106394
106438
|
/**
|
|
106395
|
-
* @description
|
|
106439
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
106396
106440
|
* @enum {string}
|
|
106397
106441
|
*/
|
|
106398
106442
|
status: "locked" | "unlocked";
|
|
@@ -106406,6 +106450,7 @@ export interface operations {
|
|
|
106406
106450
|
/** @description Owner statements that lock the represented data */
|
|
106407
106451
|
ids: string[];
|
|
106408
106452
|
} | null;
|
|
106453
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
106409
106454
|
reconciled?: {
|
|
106410
106455
|
/** @description Bank records linked through reconciliation */
|
|
106411
106456
|
bankRecordIds: string[];
|
|
@@ -119414,7 +119459,7 @@ export interface operations {
|
|
|
119414
119459
|
} | null;
|
|
119415
119460
|
lock?: {
|
|
119416
119461
|
/**
|
|
119417
|
-
* @description
|
|
119462
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
119418
119463
|
* @enum {string}
|
|
119419
119464
|
*/
|
|
119420
119465
|
status: "locked" | "unlocked";
|
|
@@ -119428,6 +119473,7 @@ export interface operations {
|
|
|
119428
119473
|
/** @description Owner statements that lock the represented data */
|
|
119429
119474
|
ids: string[];
|
|
119430
119475
|
} | null;
|
|
119476
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
119431
119477
|
reconciled?: {
|
|
119432
119478
|
/** @description Bank records linked through reconciliation */
|
|
119433
119479
|
bankRecordIds: string[];
|
|
@@ -119453,7 +119499,7 @@ export interface operations {
|
|
|
119453
119499
|
shortRef?: string | null;
|
|
119454
119500
|
lock?: {
|
|
119455
119501
|
/**
|
|
119456
|
-
* @description
|
|
119502
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
119457
119503
|
* @enum {string}
|
|
119458
119504
|
*/
|
|
119459
119505
|
status: "locked" | "unlocked";
|
|
@@ -119467,6 +119513,7 @@ export interface operations {
|
|
|
119467
119513
|
/** @description Owner statements that lock the represented data */
|
|
119468
119514
|
ids: string[];
|
|
119469
119515
|
} | null;
|
|
119516
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
119470
119517
|
reconciled?: {
|
|
119471
119518
|
/** @description Bank records linked through reconciliation */
|
|
119472
119519
|
bankRecordIds: string[];
|
|
@@ -119539,7 +119586,7 @@ export interface operations {
|
|
|
119539
119586
|
status: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
119540
119587
|
lock?: {
|
|
119541
119588
|
/**
|
|
119542
|
-
* @description
|
|
119589
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
119543
119590
|
* @enum {string}
|
|
119544
119591
|
*/
|
|
119545
119592
|
status: "locked" | "unlocked";
|
|
@@ -119553,6 +119600,7 @@ export interface operations {
|
|
|
119553
119600
|
/** @description Owner statements that lock the represented data */
|
|
119554
119601
|
ids: string[];
|
|
119555
119602
|
} | null;
|
|
119603
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
119556
119604
|
reconciled?: {
|
|
119557
119605
|
/** @description Bank records linked through reconciliation */
|
|
119558
119606
|
bankRecordIds: string[];
|
|
@@ -119946,7 +119994,7 @@ export interface operations {
|
|
|
119946
119994
|
date?: string | null;
|
|
119947
119995
|
lock?: {
|
|
119948
119996
|
/**
|
|
119949
|
-
* @description
|
|
119997
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
119950
119998
|
* @enum {string}
|
|
119951
119999
|
*/
|
|
119952
120000
|
status: "locked" | "unlocked";
|
|
@@ -119960,6 +120008,7 @@ export interface operations {
|
|
|
119960
120008
|
/** @description Owner statements that lock the represented data */
|
|
119961
120009
|
ids: string[];
|
|
119962
120010
|
} | null;
|
|
120011
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
119963
120012
|
reconciled?: {
|
|
119964
120013
|
/** @description Bank records linked through reconciliation */
|
|
119965
120014
|
bankRecordIds: string[];
|
|
@@ -120095,7 +120144,7 @@ export interface operations {
|
|
|
120095
120144
|
} | null;
|
|
120096
120145
|
lock?: {
|
|
120097
120146
|
/**
|
|
120098
|
-
* @description
|
|
120147
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
120099
120148
|
* @enum {string}
|
|
120100
120149
|
*/
|
|
120101
120150
|
status: "locked" | "unlocked";
|
|
@@ -120109,6 +120158,7 @@ export interface operations {
|
|
|
120109
120158
|
/** @description Owner statements that lock the represented data */
|
|
120110
120159
|
ids: string[];
|
|
120111
120160
|
} | null;
|
|
120161
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
120112
120162
|
reconciled?: {
|
|
120113
120163
|
/** @description Bank records linked through reconciliation */
|
|
120114
120164
|
bankRecordIds: string[];
|
|
@@ -120134,7 +120184,7 @@ export interface operations {
|
|
|
120134
120184
|
shortRef?: string | null;
|
|
120135
120185
|
lock?: {
|
|
120136
120186
|
/**
|
|
120137
|
-
* @description
|
|
120187
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
120138
120188
|
* @enum {string}
|
|
120139
120189
|
*/
|
|
120140
120190
|
status: "locked" | "unlocked";
|
|
@@ -120148,6 +120198,7 @@ export interface operations {
|
|
|
120148
120198
|
/** @description Owner statements that lock the represented data */
|
|
120149
120199
|
ids: string[];
|
|
120150
120200
|
} | null;
|
|
120201
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
120151
120202
|
reconciled?: {
|
|
120152
120203
|
/** @description Bank records linked through reconciliation */
|
|
120153
120204
|
bankRecordIds: string[];
|
|
@@ -120220,7 +120271,7 @@ export interface operations {
|
|
|
120220
120271
|
status: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
120221
120272
|
lock?: {
|
|
120222
120273
|
/**
|
|
120223
|
-
* @description
|
|
120274
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
120224
120275
|
* @enum {string}
|
|
120225
120276
|
*/
|
|
120226
120277
|
status: "locked" | "unlocked";
|
|
@@ -120234,6 +120285,7 @@ export interface operations {
|
|
|
120234
120285
|
/** @description Owner statements that lock the represented data */
|
|
120235
120286
|
ids: string[];
|
|
120236
120287
|
} | null;
|
|
120288
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
120237
120289
|
reconciled?: {
|
|
120238
120290
|
/** @description Bank records linked through reconciliation */
|
|
120239
120291
|
bankRecordIds: string[];
|
|
@@ -121625,7 +121677,7 @@ export interface operations {
|
|
|
121625
121677
|
date?: string | null;
|
|
121626
121678
|
lock?: {
|
|
121627
121679
|
/**
|
|
121628
|
-
* @description
|
|
121680
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
121629
121681
|
* @enum {string}
|
|
121630
121682
|
*/
|
|
121631
121683
|
status: "locked" | "unlocked";
|
|
@@ -121639,6 +121691,7 @@ export interface operations {
|
|
|
121639
121691
|
/** @description Owner statements that lock the represented data */
|
|
121640
121692
|
ids: string[];
|
|
121641
121693
|
} | null;
|
|
121694
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
121642
121695
|
reconciled?: {
|
|
121643
121696
|
/** @description Bank records linked through reconciliation */
|
|
121644
121697
|
bankRecordIds: string[];
|
|
@@ -123404,7 +123457,7 @@ export interface operations {
|
|
|
123404
123457
|
} | null;
|
|
123405
123458
|
lock?: {
|
|
123406
123459
|
/**
|
|
123407
|
-
* @description
|
|
123460
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
123408
123461
|
* @enum {string}
|
|
123409
123462
|
*/
|
|
123410
123463
|
status: "locked" | "unlocked";
|
|
@@ -123418,6 +123471,7 @@ export interface operations {
|
|
|
123418
123471
|
/** @description Owner statements that lock the represented data */
|
|
123419
123472
|
ids: string[];
|
|
123420
123473
|
} | null;
|
|
123474
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
123421
123475
|
reconciled?: {
|
|
123422
123476
|
/** @description Bank records linked through reconciliation */
|
|
123423
123477
|
bankRecordIds: string[];
|
|
@@ -123885,7 +123939,7 @@ export interface operations {
|
|
|
123885
123939
|
} | null;
|
|
123886
123940
|
lock?: {
|
|
123887
123941
|
/**
|
|
123888
|
-
* @description
|
|
123942
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
123889
123943
|
* @enum {string}
|
|
123890
123944
|
*/
|
|
123891
123945
|
status: "locked" | "unlocked";
|
|
@@ -123899,6 +123953,7 @@ export interface operations {
|
|
|
123899
123953
|
/** @description Owner statements that lock the represented data */
|
|
123900
123954
|
ids: string[];
|
|
123901
123955
|
} | null;
|
|
123956
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
123902
123957
|
reconciled?: {
|
|
123903
123958
|
/** @description Bank records linked through reconciliation */
|
|
123904
123959
|
bankRecordIds: string[];
|
|
@@ -124583,7 +124638,7 @@ export interface operations {
|
|
|
124583
124638
|
} | null;
|
|
124584
124639
|
lock?: {
|
|
124585
124640
|
/**
|
|
124586
|
-
* @description
|
|
124641
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
124587
124642
|
* @enum {string}
|
|
124588
124643
|
*/
|
|
124589
124644
|
status: "locked" | "unlocked";
|
|
@@ -124597,6 +124652,7 @@ export interface operations {
|
|
|
124597
124652
|
/** @description Owner statements that lock the represented data */
|
|
124598
124653
|
ids: string[];
|
|
124599
124654
|
} | null;
|
|
124655
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
124600
124656
|
reconciled?: {
|
|
124601
124657
|
/** @description Bank records linked through reconciliation */
|
|
124602
124658
|
bankRecordIds: string[];
|
|
@@ -125057,7 +125113,7 @@ export interface operations {
|
|
|
125057
125113
|
} | null;
|
|
125058
125114
|
lock?: {
|
|
125059
125115
|
/**
|
|
125060
|
-
* @description
|
|
125116
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
125061
125117
|
* @enum {string}
|
|
125062
125118
|
*/
|
|
125063
125119
|
status: "locked" | "unlocked";
|
|
@@ -125071,6 +125127,7 @@ export interface operations {
|
|
|
125071
125127
|
/** @description Owner statements that lock the represented data */
|
|
125072
125128
|
ids: string[];
|
|
125073
125129
|
} | null;
|
|
125130
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
125074
125131
|
reconciled?: {
|
|
125075
125132
|
/** @description Bank records linked through reconciliation */
|
|
125076
125133
|
bankRecordIds: string[];
|
|
@@ -125724,7 +125781,7 @@ export interface operations {
|
|
|
125724
125781
|
} | null;
|
|
125725
125782
|
lock?: {
|
|
125726
125783
|
/**
|
|
125727
|
-
* @description
|
|
125784
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
125728
125785
|
* @enum {string}
|
|
125729
125786
|
*/
|
|
125730
125787
|
status: "locked" | "unlocked";
|
|
@@ -125738,6 +125795,7 @@ export interface operations {
|
|
|
125738
125795
|
/** @description Owner statements that lock the represented data */
|
|
125739
125796
|
ids: string[];
|
|
125740
125797
|
} | null;
|
|
125798
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
125741
125799
|
reconciled?: {
|
|
125742
125800
|
/** @description Bank records linked through reconciliation */
|
|
125743
125801
|
bankRecordIds: string[];
|
|
@@ -125763,7 +125821,7 @@ export interface operations {
|
|
|
125763
125821
|
shortRef?: string | null;
|
|
125764
125822
|
lock?: {
|
|
125765
125823
|
/**
|
|
125766
|
-
* @description
|
|
125824
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
125767
125825
|
* @enum {string}
|
|
125768
125826
|
*/
|
|
125769
125827
|
status: "locked" | "unlocked";
|
|
@@ -125777,6 +125835,7 @@ export interface operations {
|
|
|
125777
125835
|
/** @description Owner statements that lock the represented data */
|
|
125778
125836
|
ids: string[];
|
|
125779
125837
|
} | null;
|
|
125838
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
125780
125839
|
reconciled?: {
|
|
125781
125840
|
/** @description Bank records linked through reconciliation */
|
|
125782
125841
|
bankRecordIds: string[];
|
|
@@ -125849,7 +125908,7 @@ export interface operations {
|
|
|
125849
125908
|
status: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
125850
125909
|
lock?: {
|
|
125851
125910
|
/**
|
|
125852
|
-
* @description
|
|
125911
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
125853
125912
|
* @enum {string}
|
|
125854
125913
|
*/
|
|
125855
125914
|
status: "locked" | "unlocked";
|
|
@@ -125863,6 +125922,7 @@ export interface operations {
|
|
|
125863
125922
|
/** @description Owner statements that lock the represented data */
|
|
125864
125923
|
ids: string[];
|
|
125865
125924
|
} | null;
|
|
125925
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
125866
125926
|
reconciled?: {
|
|
125867
125927
|
/** @description Bank records linked through reconciliation */
|
|
125868
125928
|
bankRecordIds: string[];
|
|
@@ -126263,7 +126323,7 @@ export interface operations {
|
|
|
126263
126323
|
} | null;
|
|
126264
126324
|
lock?: {
|
|
126265
126325
|
/**
|
|
126266
|
-
* @description
|
|
126326
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
126267
126327
|
* @enum {string}
|
|
126268
126328
|
*/
|
|
126269
126329
|
status: "locked" | "unlocked";
|
|
@@ -126277,6 +126337,7 @@ export interface operations {
|
|
|
126277
126337
|
/** @description Owner statements that lock the represented data */
|
|
126278
126338
|
ids: string[];
|
|
126279
126339
|
} | null;
|
|
126340
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
126280
126341
|
reconciled?: {
|
|
126281
126342
|
/** @description Bank records linked through reconciliation */
|
|
126282
126343
|
bankRecordIds: string[];
|
|
@@ -126302,7 +126363,7 @@ export interface operations {
|
|
|
126302
126363
|
shortRef?: string | null;
|
|
126303
126364
|
lock?: {
|
|
126304
126365
|
/**
|
|
126305
|
-
* @description
|
|
126366
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
126306
126367
|
* @enum {string}
|
|
126307
126368
|
*/
|
|
126308
126369
|
status: "locked" | "unlocked";
|
|
@@ -126316,6 +126377,7 @@ export interface operations {
|
|
|
126316
126377
|
/** @description Owner statements that lock the represented data */
|
|
126317
126378
|
ids: string[];
|
|
126318
126379
|
} | null;
|
|
126380
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
126319
126381
|
reconciled?: {
|
|
126320
126382
|
/** @description Bank records linked through reconciliation */
|
|
126321
126383
|
bankRecordIds: string[];
|
|
@@ -126388,7 +126450,7 @@ export interface operations {
|
|
|
126388
126450
|
status: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
126389
126451
|
lock?: {
|
|
126390
126452
|
/**
|
|
126391
|
-
* @description
|
|
126453
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
126392
126454
|
* @enum {string}
|
|
126393
126455
|
*/
|
|
126394
126456
|
status: "locked" | "unlocked";
|
|
@@ -126402,6 +126464,7 @@ export interface operations {
|
|
|
126402
126464
|
/** @description Owner statements that lock the represented data */
|
|
126403
126465
|
ids: string[];
|
|
126404
126466
|
} | null;
|
|
126467
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
126405
126468
|
reconciled?: {
|
|
126406
126469
|
/** @description Bank records linked through reconciliation */
|
|
126407
126470
|
bankRecordIds: string[];
|
|
@@ -126754,7 +126817,7 @@ export interface operations {
|
|
|
126754
126817
|
date?: string | null;
|
|
126755
126818
|
lock?: {
|
|
126756
126819
|
/**
|
|
126757
|
-
* @description
|
|
126820
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
126758
126821
|
* @enum {string}
|
|
126759
126822
|
*/
|
|
126760
126823
|
status: "locked" | "unlocked";
|
|
@@ -126768,6 +126831,7 @@ export interface operations {
|
|
|
126768
126831
|
/** @description Owner statements that lock the represented data */
|
|
126769
126832
|
ids: string[];
|
|
126770
126833
|
} | null;
|
|
126834
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
126771
126835
|
reconciled?: {
|
|
126772
126836
|
/** @description Bank records linked through reconciliation */
|
|
126773
126837
|
bankRecordIds: string[];
|
|
@@ -127010,7 +127074,7 @@ export interface operations {
|
|
|
127010
127074
|
} | null;
|
|
127011
127075
|
lock?: {
|
|
127012
127076
|
/**
|
|
127013
|
-
* @description
|
|
127077
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
127014
127078
|
* @enum {string}
|
|
127015
127079
|
*/
|
|
127016
127080
|
status: "locked" | "unlocked";
|
|
@@ -127024,6 +127088,7 @@ export interface operations {
|
|
|
127024
127088
|
/** @description Owner statements that lock the represented data */
|
|
127025
127089
|
ids: string[];
|
|
127026
127090
|
} | null;
|
|
127091
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
127027
127092
|
reconciled?: {
|
|
127028
127093
|
/** @description Bank records linked through reconciliation */
|
|
127029
127094
|
bankRecordIds: string[];
|
|
@@ -127049,7 +127114,7 @@ export interface operations {
|
|
|
127049
127114
|
shortRef?: string | null;
|
|
127050
127115
|
lock?: {
|
|
127051
127116
|
/**
|
|
127052
|
-
* @description
|
|
127117
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
127053
127118
|
* @enum {string}
|
|
127054
127119
|
*/
|
|
127055
127120
|
status: "locked" | "unlocked";
|
|
@@ -127063,6 +127128,7 @@ export interface operations {
|
|
|
127063
127128
|
/** @description Owner statements that lock the represented data */
|
|
127064
127129
|
ids: string[];
|
|
127065
127130
|
} | null;
|
|
127131
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
127066
127132
|
reconciled?: {
|
|
127067
127133
|
/** @description Bank records linked through reconciliation */
|
|
127068
127134
|
bankRecordIds: string[];
|
|
@@ -127135,7 +127201,7 @@ export interface operations {
|
|
|
127135
127201
|
status: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
127136
127202
|
lock?: {
|
|
127137
127203
|
/**
|
|
127138
|
-
* @description
|
|
127204
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
127139
127205
|
* @enum {string}
|
|
127140
127206
|
*/
|
|
127141
127207
|
status: "locked" | "unlocked";
|
|
@@ -127149,6 +127215,7 @@ export interface operations {
|
|
|
127149
127215
|
/** @description Owner statements that lock the represented data */
|
|
127150
127216
|
ids: string[];
|
|
127151
127217
|
} | null;
|
|
127218
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
127152
127219
|
reconciled?: {
|
|
127153
127220
|
/** @description Bank records linked through reconciliation */
|
|
127154
127221
|
bankRecordIds: string[];
|
|
@@ -128669,7 +128736,7 @@ export interface operations {
|
|
|
128669
128736
|
} | null;
|
|
128670
128737
|
lock?: {
|
|
128671
128738
|
/**
|
|
128672
|
-
* @description
|
|
128739
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
128673
128740
|
* @enum {string}
|
|
128674
128741
|
*/
|
|
128675
128742
|
status: "locked" | "unlocked";
|
|
@@ -128683,6 +128750,7 @@ export interface operations {
|
|
|
128683
128750
|
/** @description Owner statements that lock the represented data */
|
|
128684
128751
|
ids: string[];
|
|
128685
128752
|
} | null;
|
|
128753
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
128686
128754
|
reconciled?: {
|
|
128687
128755
|
/** @description Bank records linked through reconciliation */
|
|
128688
128756
|
bankRecordIds: string[];
|
|
@@ -128708,7 +128776,7 @@ export interface operations {
|
|
|
128708
128776
|
shortRef?: string | null;
|
|
128709
128777
|
lock?: {
|
|
128710
128778
|
/**
|
|
128711
|
-
* @description
|
|
128779
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
128712
128780
|
* @enum {string}
|
|
128713
128781
|
*/
|
|
128714
128782
|
status: "locked" | "unlocked";
|
|
@@ -128722,6 +128790,7 @@ export interface operations {
|
|
|
128722
128790
|
/** @description Owner statements that lock the represented data */
|
|
128723
128791
|
ids: string[];
|
|
128724
128792
|
} | null;
|
|
128793
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
128725
128794
|
reconciled?: {
|
|
128726
128795
|
/** @description Bank records linked through reconciliation */
|
|
128727
128796
|
bankRecordIds: string[];
|
|
@@ -128794,7 +128863,7 @@ export interface operations {
|
|
|
128794
128863
|
status: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
128795
128864
|
lock?: {
|
|
128796
128865
|
/**
|
|
128797
|
-
* @description
|
|
128866
|
+
* @description Aggregate lock state; inspect nested reasons and resource-specific field rules
|
|
128798
128867
|
* @enum {string}
|
|
128799
128868
|
*/
|
|
128800
128869
|
status: "locked" | "unlocked";
|
|
@@ -128808,6 +128877,7 @@ export interface operations {
|
|
|
128808
128877
|
/** @description Owner statements that lock the represented data */
|
|
128809
128878
|
ids: string[];
|
|
128810
128879
|
} | null;
|
|
128880
|
+
/** @description Present when bank records are linked; transaction fields that do not affect the match may remain editable */
|
|
128811
128881
|
reconciled?: {
|
|
128812
128882
|
/** @description Bank records linked through reconciliation */
|
|
128813
128883
|
bankRecordIds: string[];
|