@lssm/lib.contracts 1.42.8 → 1.42.10

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.
@@ -3,50 +3,50 @@ import { EventSpecMeta } from "../events.js";
3
3
  import { OperationSpec } from "../operations/operation.js";
4
4
  import { OperationSpecRegistry } from "../operations/registry.js";
5
5
  import "../index.js";
6
- import * as _lssm_lib_schema309 from "@lssm/lib.schema";
6
+ import * as _lssm_lib_schema110 from "@lssm/lib.schema";
7
7
  import { SchemaModel } from "@lssm/lib.schema";
8
8
 
9
9
  //#region src/app-config/lifecycle-contracts.d.ts
10
10
  declare const CreateTenantConfigDraftCommand: OperationSpec<SchemaModel<{
11
11
  tenantId: {
12
- type: _lssm_lib_schema309.FieldType<string, string>;
12
+ type: _lssm_lib_schema110.FieldType<string, string>;
13
13
  isOptional: false;
14
14
  };
15
15
  appId: {
16
- type: _lssm_lib_schema309.FieldType<string, string>;
16
+ type: _lssm_lib_schema110.FieldType<string, string>;
17
17
  isOptional: false;
18
18
  };
19
19
  blueprintName: {
20
- type: _lssm_lib_schema309.FieldType<string, string>;
20
+ type: _lssm_lib_schema110.FieldType<string, string>;
21
21
  isOptional: false;
22
22
  };
23
23
  blueprintVersion: {
24
- type: _lssm_lib_schema309.FieldType<number, number>;
24
+ type: _lssm_lib_schema110.FieldType<number, number>;
25
25
  isOptional: false;
26
26
  };
27
27
  environment: {
28
- type: _lssm_lib_schema309.FieldType<string, string>;
28
+ type: _lssm_lib_schema110.FieldType<string, string>;
29
29
  isOptional: true;
30
30
  };
31
31
  fromVersion: {
32
- type: _lssm_lib_schema309.FieldType<number, number>;
32
+ type: _lssm_lib_schema110.FieldType<number, number>;
33
33
  isOptional: true;
34
34
  };
35
35
  createdBy: {
36
- type: _lssm_lib_schema309.FieldType<string, string>;
36
+ type: _lssm_lib_schema110.FieldType<string, string>;
37
37
  isOptional: false;
38
38
  };
39
39
  }>, SchemaModel<{
40
40
  version: {
41
- type: _lssm_lib_schema309.FieldType<number, number>;
41
+ type: _lssm_lib_schema110.FieldType<number, number>;
42
42
  isOptional: false;
43
43
  };
44
44
  status: {
45
- type: _lssm_lib_schema309.FieldType<string, string>;
45
+ type: _lssm_lib_schema110.FieldType<string, string>;
46
46
  isOptional: false;
47
47
  };
48
48
  createdAt: {
49
- type: _lssm_lib_schema309.FieldType<Date, string>;
49
+ type: _lssm_lib_schema110.FieldType<Date, string>;
50
50
  isOptional: false;
51
51
  };
52
52
  }>, {
@@ -55,32 +55,32 @@ declare const CreateTenantConfigDraftCommand: OperationSpec<SchemaModel<{
55
55
  }[]>;
56
56
  declare const PromoteTenantConfigToPreviewCommand: OperationSpec<SchemaModel<{
57
57
  tenantId: {
58
- type: _lssm_lib_schema309.FieldType<string, string>;
58
+ type: _lssm_lib_schema110.FieldType<string, string>;
59
59
  isOptional: false;
60
60
  };
61
61
  appId: {
62
- type: _lssm_lib_schema309.FieldType<string, string>;
62
+ type: _lssm_lib_schema110.FieldType<string, string>;
63
63
  isOptional: false;
64
64
  };
65
65
  version: {
66
- type: _lssm_lib_schema309.FieldType<number, number>;
66
+ type: _lssm_lib_schema110.FieldType<number, number>;
67
67
  isOptional: false;
68
68
  };
69
69
  promotedBy: {
70
- type: _lssm_lib_schema309.FieldType<string, string>;
70
+ type: _lssm_lib_schema110.FieldType<string, string>;
71
71
  isOptional: false;
72
72
  };
73
73
  }>, SchemaModel<{
74
74
  version: {
75
- type: _lssm_lib_schema309.FieldType<number, number>;
75
+ type: _lssm_lib_schema110.FieldType<number, number>;
76
76
  isOptional: false;
77
77
  };
78
78
  status: {
79
- type: _lssm_lib_schema309.FieldType<string, string>;
79
+ type: _lssm_lib_schema110.FieldType<string, string>;
80
80
  isOptional: false;
81
81
  };
82
82
  warnings: {
83
- type: _lssm_lib_schema309.FieldType<string, string>;
83
+ type: _lssm_lib_schema110.FieldType<string, string>;
84
84
  isOptional: true;
85
85
  isArray: true;
86
86
  };
@@ -90,44 +90,44 @@ declare const PromoteTenantConfigToPreviewCommand: OperationSpec<SchemaModel<{
90
90
  }[]>;
91
91
  declare const PublishTenantConfigCommand: OperationSpec<SchemaModel<{
92
92
  tenantId: {
93
- type: _lssm_lib_schema309.FieldType<string, string>;
93
+ type: _lssm_lib_schema110.FieldType<string, string>;
94
94
  isOptional: false;
95
95
  };
96
96
  appId: {
97
- type: _lssm_lib_schema309.FieldType<string, string>;
97
+ type: _lssm_lib_schema110.FieldType<string, string>;
98
98
  isOptional: false;
99
99
  };
100
100
  version: {
101
- type: _lssm_lib_schema309.FieldType<number, number>;
101
+ type: _lssm_lib_schema110.FieldType<number, number>;
102
102
  isOptional: false;
103
103
  };
104
104
  environment: {
105
- type: _lssm_lib_schema309.FieldType<string, string>;
105
+ type: _lssm_lib_schema110.FieldType<string, string>;
106
106
  isOptional: true;
107
107
  };
108
108
  publishedBy: {
109
- type: _lssm_lib_schema309.FieldType<string, string>;
109
+ type: _lssm_lib_schema110.FieldType<string, string>;
110
110
  isOptional: false;
111
111
  };
112
112
  changeSummary: {
113
- type: _lssm_lib_schema309.FieldType<string, string>;
113
+ type: _lssm_lib_schema110.FieldType<string, string>;
114
114
  isOptional: true;
115
115
  };
116
116
  }>, SchemaModel<{
117
117
  version: {
118
- type: _lssm_lib_schema309.FieldType<number, number>;
118
+ type: _lssm_lib_schema110.FieldType<number, number>;
119
119
  isOptional: false;
120
120
  };
121
121
  status: {
122
- type: _lssm_lib_schema309.FieldType<string, string>;
122
+ type: _lssm_lib_schema110.FieldType<string, string>;
123
123
  isOptional: false;
124
124
  };
125
125
  previousVersion: {
126
- type: _lssm_lib_schema309.FieldType<number, number>;
126
+ type: _lssm_lib_schema110.FieldType<number, number>;
127
127
  isOptional: true;
128
128
  };
129
129
  publishedAt: {
130
- type: _lssm_lib_schema309.FieldType<Date, string>;
130
+ type: _lssm_lib_schema110.FieldType<Date, string>;
131
131
  isOptional: false;
132
132
  };
133
133
  }>, {
@@ -136,40 +136,40 @@ declare const PublishTenantConfigCommand: OperationSpec<SchemaModel<{
136
136
  }[]>;
137
137
  declare const RollbackTenantConfigCommand: OperationSpec<SchemaModel<{
138
138
  tenantId: {
139
- type: _lssm_lib_schema309.FieldType<string, string>;
139
+ type: _lssm_lib_schema110.FieldType<string, string>;
140
140
  isOptional: false;
141
141
  };
142
142
  appId: {
143
- type: _lssm_lib_schema309.FieldType<string, string>;
143
+ type: _lssm_lib_schema110.FieldType<string, string>;
144
144
  isOptional: false;
145
145
  };
146
146
  toVersion: {
147
- type: _lssm_lib_schema309.FieldType<number, number>;
147
+ type: _lssm_lib_schema110.FieldType<number, number>;
148
148
  isOptional: false;
149
149
  };
150
150
  environment: {
151
- type: _lssm_lib_schema309.FieldType<string, string>;
151
+ type: _lssm_lib_schema110.FieldType<string, string>;
152
152
  isOptional: true;
153
153
  };
154
154
  rolledBackBy: {
155
- type: _lssm_lib_schema309.FieldType<string, string>;
155
+ type: _lssm_lib_schema110.FieldType<string, string>;
156
156
  isOptional: false;
157
157
  };
158
158
  reason: {
159
- type: _lssm_lib_schema309.FieldType<string, string>;
159
+ type: _lssm_lib_schema110.FieldType<string, string>;
160
160
  isOptional: false;
161
161
  };
162
162
  }>, SchemaModel<{
163
163
  newVersion: {
164
- type: _lssm_lib_schema309.FieldType<number, number>;
164
+ type: _lssm_lib_schema110.FieldType<number, number>;
165
165
  isOptional: false;
166
166
  };
167
167
  status: {
168
- type: _lssm_lib_schema309.FieldType<string, string>;
168
+ type: _lssm_lib_schema110.FieldType<string, string>;
169
169
  isOptional: false;
170
170
  };
171
171
  rolledBackFrom: {
172
- type: _lssm_lib_schema309.FieldType<number, number>;
172
+ type: _lssm_lib_schema110.FieldType<number, number>;
173
173
  isOptional: false;
174
174
  };
175
175
  }>, {
@@ -178,22 +178,22 @@ declare const RollbackTenantConfigCommand: OperationSpec<SchemaModel<{
178
178
  }[]>;
179
179
  declare const ListTenantConfigVersionsQuery: OperationSpec<SchemaModel<{
180
180
  tenantId: {
181
- type: _lssm_lib_schema309.FieldType<string, string>;
181
+ type: _lssm_lib_schema110.FieldType<string, string>;
182
182
  isOptional: false;
183
183
  };
184
184
  appId: {
185
- type: _lssm_lib_schema309.FieldType<string, string>;
185
+ type: _lssm_lib_schema110.FieldType<string, string>;
186
186
  isOptional: false;
187
187
  };
188
188
  }>, SchemaModel<{
189
189
  versions: {
190
190
  type: SchemaModel<{
191
191
  meta: {
192
- type: _lssm_lib_schema309.FieldType<Record<string, unknown>, Record<string, unknown>>;
192
+ type: _lssm_lib_schema110.FieldType<Record<string, unknown>, Record<string, unknown>>;
193
193
  isOptional: false;
194
194
  };
195
195
  config: {
196
- type: _lssm_lib_schema309.FieldType<Record<string, unknown>, Record<string, unknown>>;
196
+ type: _lssm_lib_schema110.FieldType<Record<string, unknown>, Record<string, unknown>>;
197
197
  isOptional: false;
198
198
  };
199
199
  }>;
@@ -203,35 +203,35 @@ declare const ListTenantConfigVersionsQuery: OperationSpec<SchemaModel<{
203
203
  transitions: {
204
204
  type: SchemaModel<{
205
205
  tenantId: {
206
- type: _lssm_lib_schema309.FieldType<string, string>;
206
+ type: _lssm_lib_schema110.FieldType<string, string>;
207
207
  isOptional: false;
208
208
  };
209
209
  appId: {
210
- type: _lssm_lib_schema309.FieldType<string, string>;
210
+ type: _lssm_lib_schema110.FieldType<string, string>;
211
211
  isOptional: false;
212
212
  };
213
213
  fromStatus: {
214
- type: _lssm_lib_schema309.FieldType<string, string>;
214
+ type: _lssm_lib_schema110.FieldType<string, string>;
215
215
  isOptional: false;
216
216
  };
217
217
  toStatus: {
218
- type: _lssm_lib_schema309.FieldType<string, string>;
218
+ type: _lssm_lib_schema110.FieldType<string, string>;
219
219
  isOptional: false;
220
220
  };
221
221
  version: {
222
- type: _lssm_lib_schema309.FieldType<number, number>;
222
+ type: _lssm_lib_schema110.FieldType<number, number>;
223
223
  isOptional: false;
224
224
  };
225
225
  timestamp: {
226
- type: _lssm_lib_schema309.FieldType<Date, string>;
226
+ type: _lssm_lib_schema110.FieldType<Date, string>;
227
227
  isOptional: false;
228
228
  };
229
229
  actor: {
230
- type: _lssm_lib_schema309.FieldType<string, string>;
230
+ type: _lssm_lib_schema110.FieldType<string, string>;
231
231
  isOptional: false;
232
232
  };
233
233
  reason: {
234
- type: _lssm_lib_schema309.FieldType<string, string>;
234
+ type: _lssm_lib_schema110.FieldType<string, string>;
235
235
  isOptional: true;
236
236
  };
237
237
  }>;
@@ -241,26 +241,26 @@ declare const ListTenantConfigVersionsQuery: OperationSpec<SchemaModel<{
241
241
  }>, undefined>;
242
242
  declare const GetTenantConfigVersionQuery: OperationSpec<SchemaModel<{
243
243
  tenantId: {
244
- type: _lssm_lib_schema309.FieldType<string, string>;
244
+ type: _lssm_lib_schema110.FieldType<string, string>;
245
245
  isOptional: false;
246
246
  };
247
247
  appId: {
248
- type: _lssm_lib_schema309.FieldType<string, string>;
248
+ type: _lssm_lib_schema110.FieldType<string, string>;
249
249
  isOptional: false;
250
250
  };
251
251
  version: {
252
- type: _lssm_lib_schema309.FieldType<number, number>;
252
+ type: _lssm_lib_schema110.FieldType<number, number>;
253
253
  isOptional: false;
254
254
  };
255
255
  }>, SchemaModel<{
256
256
  version: {
257
257
  type: SchemaModel<{
258
258
  meta: {
259
- type: _lssm_lib_schema309.FieldType<Record<string, unknown>, Record<string, unknown>>;
259
+ type: _lssm_lib_schema110.FieldType<Record<string, unknown>, Record<string, unknown>>;
260
260
  isOptional: false;
261
261
  };
262
262
  config: {
263
- type: _lssm_lib_schema309.FieldType<Record<string, unknown>, Record<string, unknown>>;
263
+ type: _lssm_lib_schema110.FieldType<Record<string, unknown>, Record<string, unknown>>;
264
264
  isOptional: false;
265
265
  };
266
266
  }>;
@@ -2,124 +2,124 @@ import "../../../operations/index.js";
2
2
  import { AnyOperationSpec, OperationSpec } from "../../../operations/operation.js";
3
3
  import { OperationSpecRegistry } from "../../../operations/registry.js";
4
4
  import "../../../index.js";
5
- import * as _lssm_lib_schema89 from "@lssm/lib.schema";
5
+ import * as _lssm_lib_schema282 from "@lssm/lib.schema";
6
6
  import { SchemaModel } from "@lssm/lib.schema";
7
7
 
8
8
  //#region src/integrations/openbanking/contracts/accounts.d.ts
9
9
  declare const OpenBankingListAccounts: OperationSpec<SchemaModel<{
10
10
  tenantId: {
11
- type: _lssm_lib_schema89.FieldType<string, string>;
11
+ type: _lssm_lib_schema282.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  userId: {
15
- type: _lssm_lib_schema89.FieldType<string, string>;
15
+ type: _lssm_lib_schema282.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  connectionId: {
19
- type: _lssm_lib_schema89.FieldType<string, string>;
19
+ type: _lssm_lib_schema282.FieldType<string, string>;
20
20
  isOptional: true;
21
21
  };
22
22
  includeBalances: {
23
- type: _lssm_lib_schema89.FieldType<boolean, boolean>;
23
+ type: _lssm_lib_schema282.FieldType<boolean, boolean>;
24
24
  isOptional: true;
25
25
  };
26
26
  institutionId: {
27
- type: _lssm_lib_schema89.FieldType<string, string>;
27
+ type: _lssm_lib_schema282.FieldType<string, string>;
28
28
  isOptional: true;
29
29
  };
30
30
  cursor: {
31
- type: _lssm_lib_schema89.FieldType<string, string>;
31
+ type: _lssm_lib_schema282.FieldType<string, string>;
32
32
  isOptional: true;
33
33
  };
34
34
  pageSize: {
35
- type: _lssm_lib_schema89.FieldType<number, number>;
35
+ type: _lssm_lib_schema282.FieldType<number, number>;
36
36
  isOptional: true;
37
37
  };
38
38
  }>, SchemaModel<{
39
39
  accounts: {
40
40
  type: SchemaModel<{
41
41
  id: {
42
- type: _lssm_lib_schema89.FieldType<string, string>;
42
+ type: _lssm_lib_schema282.FieldType<string, string>;
43
43
  isOptional: false;
44
44
  };
45
45
  tenantId: {
46
- type: _lssm_lib_schema89.FieldType<string, string>;
46
+ type: _lssm_lib_schema282.FieldType<string, string>;
47
47
  isOptional: false;
48
48
  };
49
49
  userId: {
50
- type: _lssm_lib_schema89.FieldType<string, string>;
50
+ type: _lssm_lib_schema282.FieldType<string, string>;
51
51
  isOptional: false;
52
52
  };
53
53
  connectionId: {
54
- type: _lssm_lib_schema89.FieldType<string, string>;
54
+ type: _lssm_lib_schema282.FieldType<string, string>;
55
55
  isOptional: false;
56
56
  };
57
57
  externalId: {
58
- type: _lssm_lib_schema89.FieldType<string, string>;
58
+ type: _lssm_lib_schema282.FieldType<string, string>;
59
59
  isOptional: false;
60
60
  };
61
61
  institutionId: {
62
- type: _lssm_lib_schema89.FieldType<string, string>;
62
+ type: _lssm_lib_schema282.FieldType<string, string>;
63
63
  isOptional: false;
64
64
  };
65
65
  institutionName: {
66
- type: _lssm_lib_schema89.FieldType<string, string>;
66
+ type: _lssm_lib_schema282.FieldType<string, string>;
67
67
  isOptional: false;
68
68
  };
69
69
  institutionLogoUrl: {
70
- type: _lssm_lib_schema89.FieldType<string, string>;
70
+ type: _lssm_lib_schema282.FieldType<string, string>;
71
71
  isOptional: true;
72
72
  };
73
73
  iban: {
74
- type: _lssm_lib_schema89.FieldType<string, string>;
74
+ type: _lssm_lib_schema282.FieldType<string, string>;
75
75
  isOptional: true;
76
76
  };
77
77
  bic: {
78
- type: _lssm_lib_schema89.FieldType<string, string>;
78
+ type: _lssm_lib_schema282.FieldType<string, string>;
79
79
  isOptional: true;
80
80
  };
81
81
  accountType: {
82
- type: _lssm_lib_schema89.FieldType<string, string>;
82
+ type: _lssm_lib_schema282.FieldType<string, string>;
83
83
  isOptional: false;
84
84
  };
85
85
  currency: {
86
- type: _lssm_lib_schema89.FieldType<string, string>;
86
+ type: _lssm_lib_schema282.FieldType<string, string>;
87
87
  isOptional: false;
88
88
  };
89
89
  displayName: {
90
- type: _lssm_lib_schema89.FieldType<string, string>;
90
+ type: _lssm_lib_schema282.FieldType<string, string>;
91
91
  isOptional: false;
92
92
  };
93
93
  accountNumberMasked: {
94
- type: _lssm_lib_schema89.FieldType<string, string>;
94
+ type: _lssm_lib_schema282.FieldType<string, string>;
95
95
  isOptional: true;
96
96
  };
97
97
  productCode: {
98
- type: _lssm_lib_schema89.FieldType<string, string>;
98
+ type: _lssm_lib_schema282.FieldType<string, string>;
99
99
  isOptional: true;
100
100
  };
101
101
  balance: {
102
- type: _lssm_lib_schema89.FieldType<number, number>;
102
+ type: _lssm_lib_schema282.FieldType<number, number>;
103
103
  isOptional: true;
104
104
  };
105
105
  availableBalance: {
106
- type: _lssm_lib_schema89.FieldType<number, number>;
106
+ type: _lssm_lib_schema282.FieldType<number, number>;
107
107
  isOptional: true;
108
108
  };
109
109
  lastSyncedAt: {
110
- type: _lssm_lib_schema89.FieldType<Date, string>;
110
+ type: _lssm_lib_schema282.FieldType<Date, string>;
111
111
  isOptional: false;
112
112
  };
113
113
  createdAt: {
114
- type: _lssm_lib_schema89.FieldType<Date, string>;
114
+ type: _lssm_lib_schema282.FieldType<Date, string>;
115
115
  isOptional: false;
116
116
  };
117
117
  updatedAt: {
118
- type: _lssm_lib_schema89.FieldType<Date, string>;
118
+ type: _lssm_lib_schema282.FieldType<Date, string>;
119
119
  isOptional: false;
120
120
  };
121
121
  metadata: {
122
- type: _lssm_lib_schema89.FieldType<Record<string, unknown>, Record<string, unknown>>;
122
+ type: _lssm_lib_schema282.FieldType<Record<string, unknown>, Record<string, unknown>>;
123
123
  isOptional: true;
124
124
  };
125
125
  }>;
@@ -127,159 +127,159 @@ declare const OpenBankingListAccounts: OperationSpec<SchemaModel<{
127
127
  isArray: true;
128
128
  };
129
129
  nextCursor: {
130
- type: _lssm_lib_schema89.FieldType<string, string>;
130
+ type: _lssm_lib_schema282.FieldType<string, string>;
131
131
  isOptional: true;
132
132
  };
133
133
  hasMore: {
134
- type: _lssm_lib_schema89.FieldType<boolean, boolean>;
134
+ type: _lssm_lib_schema282.FieldType<boolean, boolean>;
135
135
  isOptional: true;
136
136
  };
137
137
  }>, undefined>;
138
138
  declare const OpenBankingGetAccount: OperationSpec<SchemaModel<{
139
139
  tenantId: {
140
- type: _lssm_lib_schema89.FieldType<string, string>;
140
+ type: _lssm_lib_schema282.FieldType<string, string>;
141
141
  isOptional: false;
142
142
  };
143
143
  accountId: {
144
- type: _lssm_lib_schema89.FieldType<string, string>;
144
+ type: _lssm_lib_schema282.FieldType<string, string>;
145
145
  isOptional: false;
146
146
  };
147
147
  includeBalances: {
148
- type: _lssm_lib_schema89.FieldType<boolean, boolean>;
148
+ type: _lssm_lib_schema282.FieldType<boolean, boolean>;
149
149
  isOptional: true;
150
150
  };
151
151
  includeLatestTransactions: {
152
- type: _lssm_lib_schema89.FieldType<boolean, boolean>;
152
+ type: _lssm_lib_schema282.FieldType<boolean, boolean>;
153
153
  isOptional: true;
154
154
  };
155
155
  }>, SchemaModel<{
156
156
  id: {
157
- type: _lssm_lib_schema89.FieldType<string, string>;
157
+ type: _lssm_lib_schema282.FieldType<string, string>;
158
158
  isOptional: false;
159
159
  };
160
160
  tenantId: {
161
- type: _lssm_lib_schema89.FieldType<string, string>;
161
+ type: _lssm_lib_schema282.FieldType<string, string>;
162
162
  isOptional: false;
163
163
  };
164
164
  userId: {
165
- type: _lssm_lib_schema89.FieldType<string, string>;
165
+ type: _lssm_lib_schema282.FieldType<string, string>;
166
166
  isOptional: false;
167
167
  };
168
168
  connectionId: {
169
- type: _lssm_lib_schema89.FieldType<string, string>;
169
+ type: _lssm_lib_schema282.FieldType<string, string>;
170
170
  isOptional: false;
171
171
  };
172
172
  externalId: {
173
- type: _lssm_lib_schema89.FieldType<string, string>;
173
+ type: _lssm_lib_schema282.FieldType<string, string>;
174
174
  isOptional: false;
175
175
  };
176
176
  institutionId: {
177
- type: _lssm_lib_schema89.FieldType<string, string>;
177
+ type: _lssm_lib_schema282.FieldType<string, string>;
178
178
  isOptional: false;
179
179
  };
180
180
  institutionName: {
181
- type: _lssm_lib_schema89.FieldType<string, string>;
181
+ type: _lssm_lib_schema282.FieldType<string, string>;
182
182
  isOptional: false;
183
183
  };
184
184
  institutionLogoUrl: {
185
- type: _lssm_lib_schema89.FieldType<string, string>;
185
+ type: _lssm_lib_schema282.FieldType<string, string>;
186
186
  isOptional: true;
187
187
  };
188
188
  iban: {
189
- type: _lssm_lib_schema89.FieldType<string, string>;
189
+ type: _lssm_lib_schema282.FieldType<string, string>;
190
190
  isOptional: true;
191
191
  };
192
192
  bic: {
193
- type: _lssm_lib_schema89.FieldType<string, string>;
193
+ type: _lssm_lib_schema282.FieldType<string, string>;
194
194
  isOptional: true;
195
195
  };
196
196
  accountType: {
197
- type: _lssm_lib_schema89.FieldType<string, string>;
197
+ type: _lssm_lib_schema282.FieldType<string, string>;
198
198
  isOptional: false;
199
199
  };
200
200
  currency: {
201
- type: _lssm_lib_schema89.FieldType<string, string>;
201
+ type: _lssm_lib_schema282.FieldType<string, string>;
202
202
  isOptional: false;
203
203
  };
204
204
  displayName: {
205
- type: _lssm_lib_schema89.FieldType<string, string>;
205
+ type: _lssm_lib_schema282.FieldType<string, string>;
206
206
  isOptional: false;
207
207
  };
208
208
  accountNumberMasked: {
209
- type: _lssm_lib_schema89.FieldType<string, string>;
209
+ type: _lssm_lib_schema282.FieldType<string, string>;
210
210
  isOptional: true;
211
211
  };
212
212
  productCode: {
213
- type: _lssm_lib_schema89.FieldType<string, string>;
213
+ type: _lssm_lib_schema282.FieldType<string, string>;
214
214
  isOptional: true;
215
215
  };
216
216
  balance: {
217
- type: _lssm_lib_schema89.FieldType<number, number>;
217
+ type: _lssm_lib_schema282.FieldType<number, number>;
218
218
  isOptional: true;
219
219
  };
220
220
  availableBalance: {
221
- type: _lssm_lib_schema89.FieldType<number, number>;
221
+ type: _lssm_lib_schema282.FieldType<number, number>;
222
222
  isOptional: true;
223
223
  };
224
224
  lastSyncedAt: {
225
- type: _lssm_lib_schema89.FieldType<Date, string>;
225
+ type: _lssm_lib_schema282.FieldType<Date, string>;
226
226
  isOptional: false;
227
227
  };
228
228
  createdAt: {
229
- type: _lssm_lib_schema89.FieldType<Date, string>;
229
+ type: _lssm_lib_schema282.FieldType<Date, string>;
230
230
  isOptional: false;
231
231
  };
232
232
  updatedAt: {
233
- type: _lssm_lib_schema89.FieldType<Date, string>;
233
+ type: _lssm_lib_schema282.FieldType<Date, string>;
234
234
  isOptional: false;
235
235
  };
236
236
  metadata: {
237
- type: _lssm_lib_schema89.FieldType<Record<string, unknown>, Record<string, unknown>>;
237
+ type: _lssm_lib_schema282.FieldType<Record<string, unknown>, Record<string, unknown>>;
238
238
  isOptional: true;
239
239
  };
240
240
  }>, undefined>;
241
241
  declare const OpenBankingSyncAccounts: OperationSpec<SchemaModel<{
242
242
  tenantId: {
243
- type: _lssm_lib_schema89.FieldType<string, string>;
243
+ type: _lssm_lib_schema282.FieldType<string, string>;
244
244
  isOptional: false;
245
245
  };
246
246
  userId: {
247
- type: _lssm_lib_schema89.FieldType<string, string>;
247
+ type: _lssm_lib_schema282.FieldType<string, string>;
248
248
  isOptional: true;
249
249
  };
250
250
  connectionId: {
251
- type: _lssm_lib_schema89.FieldType<string, string>;
251
+ type: _lssm_lib_schema282.FieldType<string, string>;
252
252
  isOptional: false;
253
253
  };
254
254
  accountIds: {
255
- type: _lssm_lib_schema89.FieldType<string, string>;
255
+ type: _lssm_lib_schema282.FieldType<string, string>;
256
256
  isArray: true;
257
257
  isOptional: true;
258
258
  };
259
259
  forceFullRefresh: {
260
- type: _lssm_lib_schema89.FieldType<boolean, boolean>;
260
+ type: _lssm_lib_schema282.FieldType<boolean, boolean>;
261
261
  isOptional: true;
262
262
  };
263
263
  triggerWorkflows: {
264
- type: _lssm_lib_schema89.FieldType<boolean, boolean>;
264
+ type: _lssm_lib_schema282.FieldType<boolean, boolean>;
265
265
  isOptional: true;
266
266
  };
267
267
  }>, SchemaModel<{
268
268
  synced: {
269
- type: _lssm_lib_schema89.FieldType<number, number>;
269
+ type: _lssm_lib_schema282.FieldType<number, number>;
270
270
  isOptional: false;
271
271
  };
272
272
  failed: {
273
- type: _lssm_lib_schema89.FieldType<number, number>;
273
+ type: _lssm_lib_schema282.FieldType<number, number>;
274
274
  isOptional: false;
275
275
  };
276
276
  errors: {
277
- type: _lssm_lib_schema89.FieldType<string, string>;
277
+ type: _lssm_lib_schema282.FieldType<string, string>;
278
278
  isArray: true;
279
279
  isOptional: true;
280
280
  };
281
281
  nextSyncSuggestedAt: {
282
- type: _lssm_lib_schema89.FieldType<Date, string>;
282
+ type: _lssm_lib_schema282.FieldType<Date, string>;
283
283
  isOptional: true;
284
284
  };
285
285
  }>, undefined>;