@lssm/lib.contracts 0.0.0-canary-20251221132705 → 0.0.0-canary-20251221144710
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/dist/app-config/contracts.d.ts +56 -55
- package/dist/app-config/contracts.js +5 -4
- package/dist/app-config/docs/app-config.docblock.js +0 -1
- package/dist/app-config/events.d.ts +27 -27
- package/dist/app-config/lifecycle-contracts.d.ts +83 -82
- package/dist/app-config/lifecycle-contracts.js +2 -1
- package/dist/app-config/runtime.d.ts +4 -2
- package/dist/app-config/spec.d.ts +2 -1
- package/dist/app-config/validation.d.ts +4 -2
- package/dist/{capabilities.d.ts → capabilities/capabilities.d.ts} +3 -3
- package/dist/{capabilities.js → capabilities/capabilities.js} +1 -1
- package/dist/capabilities/docs/capabilities.docblock.js +0 -1
- package/dist/capabilities/index.d.ts +3 -0
- package/dist/capabilities/index.js +4 -0
- package/dist/capabilities/openbanking.d.ts +2 -1
- package/dist/client/react/feature-render.d.ts +3 -1
- package/dist/client/react/feature-render.js +2 -1
- package/dist/client/react/form-render.d.ts +1 -1
- package/dist/client/react/form-render.js +1 -1
- package/dist/{data-views.d.ts → data-views/data-views.d.ts} +5 -5
- package/dist/{data-views.js → data-views/data-views.js} +3 -3
- package/dist/data-views/docs/data-views.docblock.js +0 -1
- package/dist/data-views/index.d.ts +4 -0
- package/dist/data-views/index.js +5 -0
- package/dist/data-views/query-generator.d.ts +2 -1
- package/dist/data-views/runtime.d.ts +2 -1
- package/dist/docs/presentations.d.ts +3 -2
- package/dist/docs/registry.d.ts +3 -2
- package/dist/docs/tech/llm/llm-integration.docblock.js +2 -2
- package/dist/experiments/docs/experiments.docblock.js +0 -1
- package/dist/experiments/spec-resolver.d.ts +2 -1
- package/dist/features.d.ts +8 -5
- package/dist/forms/docs/forms.docblock.js +0 -1
- package/dist/{forms.d.ts → forms/forms.d.ts} +3 -3
- package/dist/{forms.js → forms/forms.js} +3 -3
- package/dist/forms/index.d.ts +2 -0
- package/dist/forms/index.js +3 -0
- package/dist/index.d.ts +19 -12
- package/dist/index.js +20 -15
- package/dist/install.d.ts +3 -2
- package/dist/install.js +1 -1
- package/dist/integrations/docs/integrations.docblock.js +0 -1
- package/dist/integrations/openbanking/contracts/accounts.d.ts +69 -68
- package/dist/integrations/openbanking/contracts/accounts.js +2 -1
- package/dist/integrations/openbanking/contracts/balances.d.ts +37 -36
- package/dist/integrations/openbanking/contracts/balances.js +2 -1
- package/dist/integrations/openbanking/contracts/index.d.ts +1 -1
- package/dist/integrations/openbanking/contracts/transactions.d.ts +51 -50
- package/dist/integrations/openbanking/contracts/transactions.js +2 -1
- package/dist/integrations/openbanking/models.d.ts +55 -55
- package/dist/integrations/operations.d.ts +437 -0
- package/dist/integrations/{contracts.js → operations.js} +3 -2
- package/dist/integrations/spec.d.ts +2 -1
- package/dist/jsonschema.d.ts +5 -4
- package/dist/knowledge/docs/knowledge.docblock.js +0 -1
- package/dist/knowledge/{contracts.d.ts → operations.d.ts} +70 -69
- package/dist/knowledge/{contracts.js → operations.js} +3 -2
- package/dist/llm/exporters.d.ts +10 -8
- package/dist/llm/exporters.js +11 -10
- package/dist/llm/index.d.ts +2 -2
- package/dist/llm/index.js +2 -2
- package/dist/llm/prompts.d.ts +2 -1
- package/dist/llm/prompts.js +8 -8
- package/dist/llm/types.d.ts +3 -2
- package/dist/markdown.d.ts +5 -4
- package/dist/markdown.js +6 -5
- package/dist/onboarding-base.d.ts +31 -30
- package/dist/onboarding-base.js +2 -1
- package/dist/openapi.d.ts +1 -1
- package/dist/operations/index.d.ts +3 -0
- package/dist/operations/index.js +4 -0
- package/dist/{operation.d.ts → operations/operation.d.ts} +7 -7
- package/dist/{operation.js → operations/operation.js} +1 -1
- package/dist/{registry.d.ts → operations/registry.d.ts} +6 -7
- package/dist/{registry.js → operations/registry.js} +5 -6
- package/dist/policy/docs/policy.docblock.js +0 -1
- package/dist/presentations/docs/presentations-conventions.docblock.js +0 -1
- package/dist/presentations/index.d.ts +4 -0
- package/dist/presentations/index.js +4 -0
- package/dist/{presentations.d.ts → presentations/presentations.d.ts} +6 -6
- package/dist/{presentations.js → presentations/presentations.js} +3 -3
- package/dist/presentations/presentations.v2.d.ts +54 -0
- package/dist/presentations/presentations.v2.js +0 -0
- package/dist/{presentations.v2.d.ts → presentations/transform-engine.d.ts} +3 -51
- package/dist/{presentations.v2.js → presentations/transform-engine.js} +2 -2
- package/dist/regenerator/docs/regenerator.docblock.js +0 -1
- package/dist/{contracts-adapter-hydration.d.ts → server/contracts-adapter-hydration.d.ts} +2 -2
- package/dist/{contracts-adapter-hydration.js → server/contracts-adapter-hydration.js} +1 -1
- package/dist/{contracts-adapter-input.d.ts → server/contracts-adapter-input.d.ts} +2 -3
- package/dist/{contracts-adapter-input.js → server/contracts-adapter-input.js} +2 -2
- package/dist/server/graphql-pothos.d.ts +1 -1
- package/dist/server/graphql-pothos.js +2 -2
- package/dist/server/mcp/createMcpServer.d.ts +1 -1
- package/dist/server/mcp/mcpTypes.d.ts +3 -2
- package/dist/server/mcp/registerPresentations.js +3 -2
- package/dist/server/mcp/registerTools.d.ts +1 -1
- package/dist/server/rest-elysia.d.ts +1 -1
- package/dist/server/rest-express.d.ts +1 -1
- package/dist/server/rest-generic.d.ts +1 -1
- package/dist/server/rest-next-app.d.ts +1 -1
- package/dist/server/rest-next-mcp.d.ts +1 -1
- package/dist/server/rest-next-pages.d.ts +1 -1
- package/dist/telemetry/docs/telemetry.docblock.js +0 -1
- package/dist/tests/runner.d.ts +1 -1
- package/dist/workflow/spec.d.ts +2 -1
- package/dist/workflow/validation.d.ts +2 -2
- package/dist/workspace-config/contractsrc-schema.d.ts +1 -1
- package/package.json +22 -17
- package/dist/integrations/contracts.d.ts +0 -436
- package/dist/openbanking/docs/openbanking.docblock.d.ts +0 -6
- package/dist/openbanking/docs/openbanking.docblock.js +0 -22
|
@@ -1,140 +1,141 @@
|
|
|
1
|
-
import { AnyOperationSpec, OperationSpec } from "../../../operation.js";
|
|
2
|
-
import
|
|
1
|
+
import { AnyOperationSpec, OperationSpec } from "../../../operations/operation.js";
|
|
2
|
+
import "../../../operations/index.js";
|
|
3
|
+
import { OperationSpecRegistry } from "../../../operations/registry.js";
|
|
3
4
|
import "../../../index.js";
|
|
4
|
-
import * as
|
|
5
|
+
import * as _lssm_lib_schema515 from "@lssm/lib.schema";
|
|
5
6
|
import { SchemaModel } from "@lssm/lib.schema";
|
|
6
7
|
|
|
7
8
|
//#region src/integrations/openbanking/contracts/transactions.d.ts
|
|
8
9
|
declare const OpenBankingListTransactions: OperationSpec<SchemaModel<{
|
|
9
10
|
tenantId: {
|
|
10
|
-
type:
|
|
11
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
11
12
|
isOptional: false;
|
|
12
13
|
};
|
|
13
14
|
accountId: {
|
|
14
|
-
type:
|
|
15
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
15
16
|
isOptional: false;
|
|
16
17
|
};
|
|
17
18
|
from: {
|
|
18
|
-
type:
|
|
19
|
+
type: _lssm_lib_schema515.FieldType<Date, string>;
|
|
19
20
|
isOptional: true;
|
|
20
21
|
};
|
|
21
22
|
to: {
|
|
22
|
-
type:
|
|
23
|
+
type: _lssm_lib_schema515.FieldType<Date, string>;
|
|
23
24
|
isOptional: true;
|
|
24
25
|
};
|
|
25
26
|
cursor: {
|
|
26
|
-
type:
|
|
27
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
27
28
|
isOptional: true;
|
|
28
29
|
};
|
|
29
30
|
pageSize: {
|
|
30
|
-
type:
|
|
31
|
+
type: _lssm_lib_schema515.FieldType<number, number>;
|
|
31
32
|
isOptional: true;
|
|
32
33
|
};
|
|
33
34
|
direction: {
|
|
34
|
-
type:
|
|
35
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
35
36
|
isOptional: true;
|
|
36
37
|
};
|
|
37
38
|
minimumAmount: {
|
|
38
|
-
type:
|
|
39
|
+
type: _lssm_lib_schema515.FieldType<number, number>;
|
|
39
40
|
isOptional: true;
|
|
40
41
|
};
|
|
41
42
|
maximumAmount: {
|
|
42
|
-
type:
|
|
43
|
+
type: _lssm_lib_schema515.FieldType<number, number>;
|
|
43
44
|
isOptional: true;
|
|
44
45
|
};
|
|
45
46
|
category: {
|
|
46
|
-
type:
|
|
47
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
47
48
|
isOptional: true;
|
|
48
49
|
};
|
|
49
50
|
}>, SchemaModel<{
|
|
50
51
|
transactions: {
|
|
51
52
|
type: SchemaModel<{
|
|
52
53
|
id: {
|
|
53
|
-
type:
|
|
54
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
54
55
|
isOptional: false;
|
|
55
56
|
};
|
|
56
57
|
accountId: {
|
|
57
|
-
type:
|
|
58
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
58
59
|
isOptional: false;
|
|
59
60
|
};
|
|
60
61
|
tenantId: {
|
|
61
|
-
type:
|
|
62
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
62
63
|
isOptional: false;
|
|
63
64
|
};
|
|
64
65
|
connectionId: {
|
|
65
|
-
type:
|
|
66
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
66
67
|
isOptional: false;
|
|
67
68
|
};
|
|
68
69
|
externalId: {
|
|
69
|
-
type:
|
|
70
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
70
71
|
isOptional: false;
|
|
71
72
|
};
|
|
72
73
|
amount: {
|
|
73
|
-
type:
|
|
74
|
+
type: _lssm_lib_schema515.FieldType<number, number>;
|
|
74
75
|
isOptional: false;
|
|
75
76
|
};
|
|
76
77
|
currency: {
|
|
77
|
-
type:
|
|
78
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
78
79
|
isOptional: false;
|
|
79
80
|
};
|
|
80
81
|
date: {
|
|
81
|
-
type:
|
|
82
|
+
type: _lssm_lib_schema515.FieldType<Date, string>;
|
|
82
83
|
isOptional: false;
|
|
83
84
|
};
|
|
84
85
|
bookingDate: {
|
|
85
|
-
type:
|
|
86
|
+
type: _lssm_lib_schema515.FieldType<Date, string>;
|
|
86
87
|
isOptional: true;
|
|
87
88
|
};
|
|
88
89
|
valueDate: {
|
|
89
|
-
type:
|
|
90
|
+
type: _lssm_lib_schema515.FieldType<Date, string>;
|
|
90
91
|
isOptional: true;
|
|
91
92
|
};
|
|
92
93
|
description: {
|
|
93
|
-
type:
|
|
94
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
94
95
|
isOptional: true;
|
|
95
96
|
};
|
|
96
97
|
counterpartyName: {
|
|
97
|
-
type:
|
|
98
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
98
99
|
isOptional: true;
|
|
99
100
|
};
|
|
100
101
|
counterpartyAccount: {
|
|
101
|
-
type:
|
|
102
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
102
103
|
isOptional: true;
|
|
103
104
|
};
|
|
104
105
|
merchantCategoryCode: {
|
|
105
|
-
type:
|
|
106
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
106
107
|
isOptional: true;
|
|
107
108
|
};
|
|
108
109
|
rawCategory: {
|
|
109
|
-
type:
|
|
110
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
110
111
|
isOptional: true;
|
|
111
112
|
};
|
|
112
113
|
standardizedCategory: {
|
|
113
|
-
type:
|
|
114
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
114
115
|
isOptional: true;
|
|
115
116
|
};
|
|
116
117
|
transactionType: {
|
|
117
|
-
type:
|
|
118
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
118
119
|
isOptional: false;
|
|
119
120
|
};
|
|
120
121
|
status: {
|
|
121
|
-
type:
|
|
122
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
122
123
|
isOptional: false;
|
|
123
124
|
};
|
|
124
125
|
runningBalance: {
|
|
125
|
-
type:
|
|
126
|
+
type: _lssm_lib_schema515.FieldType<number, number>;
|
|
126
127
|
isOptional: true;
|
|
127
128
|
};
|
|
128
129
|
metadata: {
|
|
129
|
-
type:
|
|
130
|
+
type: _lssm_lib_schema515.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
130
131
|
isOptional: true;
|
|
131
132
|
};
|
|
132
133
|
createdAt: {
|
|
133
|
-
type:
|
|
134
|
+
type: _lssm_lib_schema515.FieldType<Date, string>;
|
|
134
135
|
isOptional: false;
|
|
135
136
|
};
|
|
136
137
|
updatedAt: {
|
|
137
|
-
type:
|
|
138
|
+
type: _lssm_lib_schema515.FieldType<Date, string>;
|
|
138
139
|
isOptional: false;
|
|
139
140
|
};
|
|
140
141
|
}>;
|
|
@@ -142,66 +143,66 @@ declare const OpenBankingListTransactions: OperationSpec<SchemaModel<{
|
|
|
142
143
|
isArray: true;
|
|
143
144
|
};
|
|
144
145
|
nextCursor: {
|
|
145
|
-
type:
|
|
146
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
146
147
|
isOptional: true;
|
|
147
148
|
};
|
|
148
149
|
hasMore: {
|
|
149
|
-
type:
|
|
150
|
+
type: _lssm_lib_schema515.FieldType<boolean, boolean>;
|
|
150
151
|
isOptional: true;
|
|
151
152
|
};
|
|
152
153
|
}>, undefined>;
|
|
153
154
|
declare const OpenBankingSyncTransactions: OperationSpec<SchemaModel<{
|
|
154
155
|
tenantId: {
|
|
155
|
-
type:
|
|
156
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
156
157
|
isOptional: false;
|
|
157
158
|
};
|
|
158
159
|
accountId: {
|
|
159
|
-
type:
|
|
160
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
160
161
|
isOptional: false;
|
|
161
162
|
};
|
|
162
163
|
from: {
|
|
163
|
-
type:
|
|
164
|
+
type: _lssm_lib_schema515.FieldType<Date, string>;
|
|
164
165
|
isOptional: true;
|
|
165
166
|
};
|
|
166
167
|
to: {
|
|
167
|
-
type:
|
|
168
|
+
type: _lssm_lib_schema515.FieldType<Date, string>;
|
|
168
169
|
isOptional: true;
|
|
169
170
|
};
|
|
170
171
|
connectionId: {
|
|
171
|
-
type:
|
|
172
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
172
173
|
isOptional: true;
|
|
173
174
|
};
|
|
174
175
|
includePending: {
|
|
175
|
-
type:
|
|
176
|
+
type: _lssm_lib_schema515.FieldType<boolean, boolean>;
|
|
176
177
|
isOptional: true;
|
|
177
178
|
};
|
|
178
179
|
backfillDays: {
|
|
179
|
-
type:
|
|
180
|
+
type: _lssm_lib_schema515.FieldType<number, number>;
|
|
180
181
|
isOptional: true;
|
|
181
182
|
};
|
|
182
183
|
}>, SchemaModel<{
|
|
183
184
|
synced: {
|
|
184
|
-
type:
|
|
185
|
+
type: _lssm_lib_schema515.FieldType<number, number>;
|
|
185
186
|
isOptional: false;
|
|
186
187
|
};
|
|
187
188
|
failed: {
|
|
188
|
-
type:
|
|
189
|
+
type: _lssm_lib_schema515.FieldType<number, number>;
|
|
189
190
|
isOptional: false;
|
|
190
191
|
};
|
|
191
192
|
earliestSyncedAt: {
|
|
192
|
-
type:
|
|
193
|
+
type: _lssm_lib_schema515.FieldType<Date, string>;
|
|
193
194
|
isOptional: true;
|
|
194
195
|
};
|
|
195
196
|
latestSyncedAt: {
|
|
196
|
-
type:
|
|
197
|
+
type: _lssm_lib_schema515.FieldType<Date, string>;
|
|
197
198
|
isOptional: true;
|
|
198
199
|
};
|
|
199
200
|
nextSinceToken: {
|
|
200
|
-
type:
|
|
201
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
201
202
|
isOptional: true;
|
|
202
203
|
};
|
|
203
204
|
errors: {
|
|
204
|
-
type:
|
|
205
|
+
type: _lssm_lib_schema515.FieldType<string, string>;
|
|
205
206
|
isArray: true;
|
|
206
207
|
isOptional: true;
|
|
207
208
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { E5, x8 } from "../../../schema/dist/index.js";
|
|
2
|
-
import { defineCommand, defineQuery } from "../../../operation.js";
|
|
2
|
+
import { defineCommand, defineQuery } from "../../../operations/operation.js";
|
|
3
|
+
import "../../../operations/index.js";
|
|
3
4
|
import { BankTransactionRecord } from "../models.js";
|
|
4
5
|
import { OPENBANKING_TELEMETRY_EVENTS } from "../telemetry.js";
|
|
5
6
|
|
|
@@ -1,226 +1,226 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _lssm_lib_schema35 from "@lssm/lib.schema";
|
|
2
2
|
import { SchemaModel } from "@lssm/lib.schema";
|
|
3
3
|
|
|
4
4
|
//#region src/integrations/openbanking/models.d.ts
|
|
5
5
|
declare const BankAccountRecord: SchemaModel<{
|
|
6
6
|
id: {
|
|
7
|
-
type:
|
|
7
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
8
8
|
isOptional: false;
|
|
9
9
|
};
|
|
10
10
|
tenantId: {
|
|
11
|
-
type:
|
|
11
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
12
12
|
isOptional: false;
|
|
13
13
|
};
|
|
14
14
|
userId: {
|
|
15
|
-
type:
|
|
15
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
16
16
|
isOptional: false;
|
|
17
17
|
};
|
|
18
18
|
connectionId: {
|
|
19
|
-
type:
|
|
19
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
20
20
|
isOptional: false;
|
|
21
21
|
};
|
|
22
22
|
externalId: {
|
|
23
|
-
type:
|
|
23
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
24
24
|
isOptional: false;
|
|
25
25
|
};
|
|
26
26
|
institutionId: {
|
|
27
|
-
type:
|
|
27
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
28
28
|
isOptional: false;
|
|
29
29
|
};
|
|
30
30
|
institutionName: {
|
|
31
|
-
type:
|
|
31
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
32
32
|
isOptional: false;
|
|
33
33
|
};
|
|
34
34
|
institutionLogoUrl: {
|
|
35
|
-
type:
|
|
35
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
36
36
|
isOptional: true;
|
|
37
37
|
};
|
|
38
38
|
iban: {
|
|
39
|
-
type:
|
|
39
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
40
40
|
isOptional: true;
|
|
41
41
|
};
|
|
42
42
|
bic: {
|
|
43
|
-
type:
|
|
43
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
44
44
|
isOptional: true;
|
|
45
45
|
};
|
|
46
46
|
accountType: {
|
|
47
|
-
type:
|
|
47
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
48
48
|
isOptional: false;
|
|
49
49
|
};
|
|
50
50
|
currency: {
|
|
51
|
-
type:
|
|
51
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
52
52
|
isOptional: false;
|
|
53
53
|
};
|
|
54
54
|
displayName: {
|
|
55
|
-
type:
|
|
55
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
56
56
|
isOptional: false;
|
|
57
57
|
};
|
|
58
58
|
accountNumberMasked: {
|
|
59
|
-
type:
|
|
59
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
60
60
|
isOptional: true;
|
|
61
61
|
};
|
|
62
62
|
productCode: {
|
|
63
|
-
type:
|
|
63
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
64
64
|
isOptional: true;
|
|
65
65
|
};
|
|
66
66
|
balance: {
|
|
67
|
-
type:
|
|
67
|
+
type: _lssm_lib_schema35.FieldType<number, number>;
|
|
68
68
|
isOptional: true;
|
|
69
69
|
};
|
|
70
70
|
availableBalance: {
|
|
71
|
-
type:
|
|
71
|
+
type: _lssm_lib_schema35.FieldType<number, number>;
|
|
72
72
|
isOptional: true;
|
|
73
73
|
};
|
|
74
74
|
lastSyncedAt: {
|
|
75
|
-
type:
|
|
75
|
+
type: _lssm_lib_schema35.FieldType<Date, string>;
|
|
76
76
|
isOptional: false;
|
|
77
77
|
};
|
|
78
78
|
createdAt: {
|
|
79
|
-
type:
|
|
79
|
+
type: _lssm_lib_schema35.FieldType<Date, string>;
|
|
80
80
|
isOptional: false;
|
|
81
81
|
};
|
|
82
82
|
updatedAt: {
|
|
83
|
-
type:
|
|
83
|
+
type: _lssm_lib_schema35.FieldType<Date, string>;
|
|
84
84
|
isOptional: false;
|
|
85
85
|
};
|
|
86
86
|
metadata: {
|
|
87
|
-
type:
|
|
87
|
+
type: _lssm_lib_schema35.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
88
88
|
isOptional: true;
|
|
89
89
|
};
|
|
90
90
|
}>;
|
|
91
91
|
declare const BankTransactionRecord: SchemaModel<{
|
|
92
92
|
id: {
|
|
93
|
-
type:
|
|
93
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
94
94
|
isOptional: false;
|
|
95
95
|
};
|
|
96
96
|
accountId: {
|
|
97
|
-
type:
|
|
97
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
98
98
|
isOptional: false;
|
|
99
99
|
};
|
|
100
100
|
tenantId: {
|
|
101
|
-
type:
|
|
101
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
102
102
|
isOptional: false;
|
|
103
103
|
};
|
|
104
104
|
connectionId: {
|
|
105
|
-
type:
|
|
105
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
106
106
|
isOptional: false;
|
|
107
107
|
};
|
|
108
108
|
externalId: {
|
|
109
|
-
type:
|
|
109
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
110
110
|
isOptional: false;
|
|
111
111
|
};
|
|
112
112
|
amount: {
|
|
113
|
-
type:
|
|
113
|
+
type: _lssm_lib_schema35.FieldType<number, number>;
|
|
114
114
|
isOptional: false;
|
|
115
115
|
};
|
|
116
116
|
currency: {
|
|
117
|
-
type:
|
|
117
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
118
118
|
isOptional: false;
|
|
119
119
|
};
|
|
120
120
|
date: {
|
|
121
|
-
type:
|
|
121
|
+
type: _lssm_lib_schema35.FieldType<Date, string>;
|
|
122
122
|
isOptional: false;
|
|
123
123
|
};
|
|
124
124
|
bookingDate: {
|
|
125
|
-
type:
|
|
125
|
+
type: _lssm_lib_schema35.FieldType<Date, string>;
|
|
126
126
|
isOptional: true;
|
|
127
127
|
};
|
|
128
128
|
valueDate: {
|
|
129
|
-
type:
|
|
129
|
+
type: _lssm_lib_schema35.FieldType<Date, string>;
|
|
130
130
|
isOptional: true;
|
|
131
131
|
};
|
|
132
132
|
description: {
|
|
133
|
-
type:
|
|
133
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
134
134
|
isOptional: true;
|
|
135
135
|
};
|
|
136
136
|
counterpartyName: {
|
|
137
|
-
type:
|
|
137
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
138
138
|
isOptional: true;
|
|
139
139
|
};
|
|
140
140
|
counterpartyAccount: {
|
|
141
|
-
type:
|
|
141
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
142
142
|
isOptional: true;
|
|
143
143
|
};
|
|
144
144
|
merchantCategoryCode: {
|
|
145
|
-
type:
|
|
145
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
146
146
|
isOptional: true;
|
|
147
147
|
};
|
|
148
148
|
rawCategory: {
|
|
149
|
-
type:
|
|
149
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
150
150
|
isOptional: true;
|
|
151
151
|
};
|
|
152
152
|
standardizedCategory: {
|
|
153
|
-
type:
|
|
153
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
154
154
|
isOptional: true;
|
|
155
155
|
};
|
|
156
156
|
transactionType: {
|
|
157
|
-
type:
|
|
157
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
158
158
|
isOptional: false;
|
|
159
159
|
};
|
|
160
160
|
status: {
|
|
161
|
-
type:
|
|
161
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
162
162
|
isOptional: false;
|
|
163
163
|
};
|
|
164
164
|
runningBalance: {
|
|
165
|
-
type:
|
|
165
|
+
type: _lssm_lib_schema35.FieldType<number, number>;
|
|
166
166
|
isOptional: true;
|
|
167
167
|
};
|
|
168
168
|
metadata: {
|
|
169
|
-
type:
|
|
169
|
+
type: _lssm_lib_schema35.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
170
170
|
isOptional: true;
|
|
171
171
|
};
|
|
172
172
|
createdAt: {
|
|
173
|
-
type:
|
|
173
|
+
type: _lssm_lib_schema35.FieldType<Date, string>;
|
|
174
174
|
isOptional: false;
|
|
175
175
|
};
|
|
176
176
|
updatedAt: {
|
|
177
|
-
type:
|
|
177
|
+
type: _lssm_lib_schema35.FieldType<Date, string>;
|
|
178
178
|
isOptional: false;
|
|
179
179
|
};
|
|
180
180
|
}>;
|
|
181
181
|
declare const AccountBalanceRecord: SchemaModel<{
|
|
182
182
|
id: {
|
|
183
|
-
type:
|
|
183
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
184
184
|
isOptional: false;
|
|
185
185
|
};
|
|
186
186
|
accountId: {
|
|
187
|
-
type:
|
|
187
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
188
188
|
isOptional: false;
|
|
189
189
|
};
|
|
190
190
|
tenantId: {
|
|
191
|
-
type:
|
|
191
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
192
192
|
isOptional: false;
|
|
193
193
|
};
|
|
194
194
|
connectionId: {
|
|
195
|
-
type:
|
|
195
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
196
196
|
isOptional: false;
|
|
197
197
|
};
|
|
198
198
|
balanceType: {
|
|
199
|
-
type:
|
|
199
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
200
200
|
isOptional: false;
|
|
201
201
|
};
|
|
202
202
|
currentBalance: {
|
|
203
|
-
type:
|
|
203
|
+
type: _lssm_lib_schema35.FieldType<number, number>;
|
|
204
204
|
isOptional: false;
|
|
205
205
|
};
|
|
206
206
|
availableBalance: {
|
|
207
|
-
type:
|
|
207
|
+
type: _lssm_lib_schema35.FieldType<number, number>;
|
|
208
208
|
isOptional: true;
|
|
209
209
|
};
|
|
210
210
|
currency: {
|
|
211
|
-
type:
|
|
211
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
212
212
|
isOptional: false;
|
|
213
213
|
};
|
|
214
214
|
lastUpdatedAt: {
|
|
215
|
-
type:
|
|
215
|
+
type: _lssm_lib_schema35.FieldType<Date, string>;
|
|
216
216
|
isOptional: false;
|
|
217
217
|
};
|
|
218
218
|
createdAt: {
|
|
219
|
-
type:
|
|
219
|
+
type: _lssm_lib_schema35.FieldType<Date, string>;
|
|
220
220
|
isOptional: false;
|
|
221
221
|
};
|
|
222
222
|
metadata: {
|
|
223
|
-
type:
|
|
223
|
+
type: _lssm_lib_schema35.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
224
224
|
isOptional: true;
|
|
225
225
|
};
|
|
226
226
|
}>;
|