@contractspec/lib.contracts 1.45.2 → 1.45.3

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.
@@ -1,226 +1,226 @@
1
- import * as _contractspec_lib_schema220 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
2
2
  import { SchemaModel } from "@contractspec/lib.schema";
3
3
 
4
4
  //#region src/integrations/openbanking/models.d.ts
5
5
  declare const BankAccountRecord: SchemaModel<{
6
6
  id: {
7
- type: _contractspec_lib_schema220.FieldType<string, string>;
7
+ type: _contractspec_lib_schema0.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  tenantId: {
11
- type: _contractspec_lib_schema220.FieldType<string, string>;
11
+ type: _contractspec_lib_schema0.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  userId: {
15
- type: _contractspec_lib_schema220.FieldType<string, string>;
15
+ type: _contractspec_lib_schema0.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  connectionId: {
19
- type: _contractspec_lib_schema220.FieldType<string, string>;
19
+ type: _contractspec_lib_schema0.FieldType<string, string>;
20
20
  isOptional: false;
21
21
  };
22
22
  externalId: {
23
- type: _contractspec_lib_schema220.FieldType<string, string>;
23
+ type: _contractspec_lib_schema0.FieldType<string, string>;
24
24
  isOptional: false;
25
25
  };
26
26
  institutionId: {
27
- type: _contractspec_lib_schema220.FieldType<string, string>;
27
+ type: _contractspec_lib_schema0.FieldType<string, string>;
28
28
  isOptional: false;
29
29
  };
30
30
  institutionName: {
31
- type: _contractspec_lib_schema220.FieldType<string, string>;
31
+ type: _contractspec_lib_schema0.FieldType<string, string>;
32
32
  isOptional: false;
33
33
  };
34
34
  institutionLogoUrl: {
35
- type: _contractspec_lib_schema220.FieldType<string, string>;
35
+ type: _contractspec_lib_schema0.FieldType<string, string>;
36
36
  isOptional: true;
37
37
  };
38
38
  iban: {
39
- type: _contractspec_lib_schema220.FieldType<string, string>;
39
+ type: _contractspec_lib_schema0.FieldType<string, string>;
40
40
  isOptional: true;
41
41
  };
42
42
  bic: {
43
- type: _contractspec_lib_schema220.FieldType<string, string>;
43
+ type: _contractspec_lib_schema0.FieldType<string, string>;
44
44
  isOptional: true;
45
45
  };
46
46
  accountType: {
47
- type: _contractspec_lib_schema220.FieldType<string, string>;
47
+ type: _contractspec_lib_schema0.FieldType<string, string>;
48
48
  isOptional: false;
49
49
  };
50
50
  currency: {
51
- type: _contractspec_lib_schema220.FieldType<string, string>;
51
+ type: _contractspec_lib_schema0.FieldType<string, string>;
52
52
  isOptional: false;
53
53
  };
54
54
  displayName: {
55
- type: _contractspec_lib_schema220.FieldType<string, string>;
55
+ type: _contractspec_lib_schema0.FieldType<string, string>;
56
56
  isOptional: false;
57
57
  };
58
58
  accountNumberMasked: {
59
- type: _contractspec_lib_schema220.FieldType<string, string>;
59
+ type: _contractspec_lib_schema0.FieldType<string, string>;
60
60
  isOptional: true;
61
61
  };
62
62
  productCode: {
63
- type: _contractspec_lib_schema220.FieldType<string, string>;
63
+ type: _contractspec_lib_schema0.FieldType<string, string>;
64
64
  isOptional: true;
65
65
  };
66
66
  balance: {
67
- type: _contractspec_lib_schema220.FieldType<number, number>;
67
+ type: _contractspec_lib_schema0.FieldType<number, number>;
68
68
  isOptional: true;
69
69
  };
70
70
  availableBalance: {
71
- type: _contractspec_lib_schema220.FieldType<number, number>;
71
+ type: _contractspec_lib_schema0.FieldType<number, number>;
72
72
  isOptional: true;
73
73
  };
74
74
  lastSyncedAt: {
75
- type: _contractspec_lib_schema220.FieldType<Date, string>;
75
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
76
76
  isOptional: false;
77
77
  };
78
78
  createdAt: {
79
- type: _contractspec_lib_schema220.FieldType<Date, string>;
79
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
80
80
  isOptional: false;
81
81
  };
82
82
  updatedAt: {
83
- type: _contractspec_lib_schema220.FieldType<Date, string>;
83
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
84
84
  isOptional: false;
85
85
  };
86
86
  metadata: {
87
- type: _contractspec_lib_schema220.FieldType<Record<string, unknown>, Record<string, unknown>>;
87
+ type: _contractspec_lib_schema0.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: _contractspec_lib_schema220.FieldType<string, string>;
93
+ type: _contractspec_lib_schema0.FieldType<string, string>;
94
94
  isOptional: false;
95
95
  };
96
96
  accountId: {
97
- type: _contractspec_lib_schema220.FieldType<string, string>;
97
+ type: _contractspec_lib_schema0.FieldType<string, string>;
98
98
  isOptional: false;
99
99
  };
100
100
  tenantId: {
101
- type: _contractspec_lib_schema220.FieldType<string, string>;
101
+ type: _contractspec_lib_schema0.FieldType<string, string>;
102
102
  isOptional: false;
103
103
  };
104
104
  connectionId: {
105
- type: _contractspec_lib_schema220.FieldType<string, string>;
105
+ type: _contractspec_lib_schema0.FieldType<string, string>;
106
106
  isOptional: false;
107
107
  };
108
108
  externalId: {
109
- type: _contractspec_lib_schema220.FieldType<string, string>;
109
+ type: _contractspec_lib_schema0.FieldType<string, string>;
110
110
  isOptional: false;
111
111
  };
112
112
  amount: {
113
- type: _contractspec_lib_schema220.FieldType<number, number>;
113
+ type: _contractspec_lib_schema0.FieldType<number, number>;
114
114
  isOptional: false;
115
115
  };
116
116
  currency: {
117
- type: _contractspec_lib_schema220.FieldType<string, string>;
117
+ type: _contractspec_lib_schema0.FieldType<string, string>;
118
118
  isOptional: false;
119
119
  };
120
120
  date: {
121
- type: _contractspec_lib_schema220.FieldType<Date, string>;
121
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
122
122
  isOptional: false;
123
123
  };
124
124
  bookingDate: {
125
- type: _contractspec_lib_schema220.FieldType<Date, string>;
125
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
126
126
  isOptional: true;
127
127
  };
128
128
  valueDate: {
129
- type: _contractspec_lib_schema220.FieldType<Date, string>;
129
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
130
130
  isOptional: true;
131
131
  };
132
132
  description: {
133
- type: _contractspec_lib_schema220.FieldType<string, string>;
133
+ type: _contractspec_lib_schema0.FieldType<string, string>;
134
134
  isOptional: true;
135
135
  };
136
136
  counterpartyName: {
137
- type: _contractspec_lib_schema220.FieldType<string, string>;
137
+ type: _contractspec_lib_schema0.FieldType<string, string>;
138
138
  isOptional: true;
139
139
  };
140
140
  counterpartyAccount: {
141
- type: _contractspec_lib_schema220.FieldType<string, string>;
141
+ type: _contractspec_lib_schema0.FieldType<string, string>;
142
142
  isOptional: true;
143
143
  };
144
144
  merchantCategoryCode: {
145
- type: _contractspec_lib_schema220.FieldType<string, string>;
145
+ type: _contractspec_lib_schema0.FieldType<string, string>;
146
146
  isOptional: true;
147
147
  };
148
148
  rawCategory: {
149
- type: _contractspec_lib_schema220.FieldType<string, string>;
149
+ type: _contractspec_lib_schema0.FieldType<string, string>;
150
150
  isOptional: true;
151
151
  };
152
152
  standardizedCategory: {
153
- type: _contractspec_lib_schema220.FieldType<string, string>;
153
+ type: _contractspec_lib_schema0.FieldType<string, string>;
154
154
  isOptional: true;
155
155
  };
156
156
  transactionType: {
157
- type: _contractspec_lib_schema220.FieldType<string, string>;
157
+ type: _contractspec_lib_schema0.FieldType<string, string>;
158
158
  isOptional: false;
159
159
  };
160
160
  status: {
161
- type: _contractspec_lib_schema220.FieldType<string, string>;
161
+ type: _contractspec_lib_schema0.FieldType<string, string>;
162
162
  isOptional: false;
163
163
  };
164
164
  runningBalance: {
165
- type: _contractspec_lib_schema220.FieldType<number, number>;
165
+ type: _contractspec_lib_schema0.FieldType<number, number>;
166
166
  isOptional: true;
167
167
  };
168
168
  metadata: {
169
- type: _contractspec_lib_schema220.FieldType<Record<string, unknown>, Record<string, unknown>>;
169
+ type: _contractspec_lib_schema0.FieldType<Record<string, unknown>, Record<string, unknown>>;
170
170
  isOptional: true;
171
171
  };
172
172
  createdAt: {
173
- type: _contractspec_lib_schema220.FieldType<Date, string>;
173
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
174
174
  isOptional: false;
175
175
  };
176
176
  updatedAt: {
177
- type: _contractspec_lib_schema220.FieldType<Date, string>;
177
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
178
178
  isOptional: false;
179
179
  };
180
180
  }>;
181
181
  declare const AccountBalanceRecord: SchemaModel<{
182
182
  id: {
183
- type: _contractspec_lib_schema220.FieldType<string, string>;
183
+ type: _contractspec_lib_schema0.FieldType<string, string>;
184
184
  isOptional: false;
185
185
  };
186
186
  accountId: {
187
- type: _contractspec_lib_schema220.FieldType<string, string>;
187
+ type: _contractspec_lib_schema0.FieldType<string, string>;
188
188
  isOptional: false;
189
189
  };
190
190
  tenantId: {
191
- type: _contractspec_lib_schema220.FieldType<string, string>;
191
+ type: _contractspec_lib_schema0.FieldType<string, string>;
192
192
  isOptional: false;
193
193
  };
194
194
  connectionId: {
195
- type: _contractspec_lib_schema220.FieldType<string, string>;
195
+ type: _contractspec_lib_schema0.FieldType<string, string>;
196
196
  isOptional: false;
197
197
  };
198
198
  balanceType: {
199
- type: _contractspec_lib_schema220.FieldType<string, string>;
199
+ type: _contractspec_lib_schema0.FieldType<string, string>;
200
200
  isOptional: false;
201
201
  };
202
202
  currentBalance: {
203
- type: _contractspec_lib_schema220.FieldType<number, number>;
203
+ type: _contractspec_lib_schema0.FieldType<number, number>;
204
204
  isOptional: false;
205
205
  };
206
206
  availableBalance: {
207
- type: _contractspec_lib_schema220.FieldType<number, number>;
207
+ type: _contractspec_lib_schema0.FieldType<number, number>;
208
208
  isOptional: true;
209
209
  };
210
210
  currency: {
211
- type: _contractspec_lib_schema220.FieldType<string, string>;
211
+ type: _contractspec_lib_schema0.FieldType<string, string>;
212
212
  isOptional: false;
213
213
  };
214
214
  lastUpdatedAt: {
215
- type: _contractspec_lib_schema220.FieldType<Date, string>;
215
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
216
216
  isOptional: false;
217
217
  };
218
218
  createdAt: {
219
- type: _contractspec_lib_schema220.FieldType<Date, string>;
219
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
220
220
  isOptional: false;
221
221
  };
222
222
  metadata: {
223
- type: _contractspec_lib_schema220.FieldType<Record<string, unknown>, Record<string, unknown>>;
223
+ type: _contractspec_lib_schema0.FieldType<Record<string, unknown>, Record<string, unknown>>;
224
224
  isOptional: true;
225
225
  };
226
226
  }>;
@@ -2,47 +2,47 @@ import { AnyOperationSpec, OperationSpec } from "../operations/operation.js";
2
2
  import { OperationSpecRegistry } from "../operations/registry.js";
3
3
  import "../operations/index.js";
4
4
  import "../index.js";
5
- import * as _contractspec_lib_schema102 from "@contractspec/lib.schema";
5
+ import * as _contractspec_lib_schema53 from "@contractspec/lib.schema";
6
6
  import { SchemaModel } from "@contractspec/lib.schema";
7
7
 
8
8
  //#region src/knowledge/operations.d.ts
9
9
  declare const CreateKnowledgeSource: OperationSpec<SchemaModel<{
10
10
  tenantId: {
11
- type: _contractspec_lib_schema102.FieldType<string, string>;
11
+ type: _contractspec_lib_schema53.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  spaceKey: {
15
- type: _contractspec_lib_schema102.FieldType<string, string>;
15
+ type: _contractspec_lib_schema53.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  spaceVersion: {
19
- type: _contractspec_lib_schema102.FieldType<string, string>;
19
+ type: _contractspec_lib_schema53.FieldType<string, string>;
20
20
  isOptional: false;
21
21
  };
22
22
  label: {
23
- type: _contractspec_lib_schema102.FieldType<string, string>;
23
+ type: _contractspec_lib_schema53.FieldType<string, string>;
24
24
  isOptional: false;
25
25
  };
26
26
  sourceType: {
27
- type: _contractspec_lib_schema102.FieldType<string, string>;
27
+ type: _contractspec_lib_schema53.FieldType<string, string>;
28
28
  isOptional: false;
29
29
  };
30
30
  config: {
31
- type: _contractspec_lib_schema102.FieldType<Record<string, unknown>, Record<string, unknown>>;
31
+ type: _contractspec_lib_schema53.FieldType<Record<string, unknown>, Record<string, unknown>>;
32
32
  isOptional: false;
33
33
  };
34
34
  syncSchedule: {
35
35
  type: SchemaModel<{
36
36
  enabled: {
37
- type: _contractspec_lib_schema102.FieldType<boolean, boolean>;
37
+ type: _contractspec_lib_schema53.FieldType<boolean, boolean>;
38
38
  isOptional: false;
39
39
  };
40
40
  cron: {
41
- type: _contractspec_lib_schema102.FieldType<string, string>;
41
+ type: _contractspec_lib_schema53.FieldType<string, string>;
42
42
  isOptional: true;
43
43
  };
44
44
  intervalMs: {
45
- type: _contractspec_lib_schema102.FieldType<number, number>;
45
+ type: _contractspec_lib_schema53.FieldType<number, number>;
46
46
  isOptional: true;
47
47
  };
48
48
  }>;
@@ -50,92 +50,92 @@ declare const CreateKnowledgeSource: OperationSpec<SchemaModel<{
50
50
  };
51
51
  }>, SchemaModel<{
52
52
  id: {
53
- type: _contractspec_lib_schema102.FieldType<string, string>;
53
+ type: _contractspec_lib_schema53.FieldType<string, string>;
54
54
  isOptional: false;
55
55
  };
56
56
  tenantId: {
57
- type: _contractspec_lib_schema102.FieldType<string, string>;
57
+ type: _contractspec_lib_schema53.FieldType<string, string>;
58
58
  isOptional: false;
59
59
  };
60
60
  spaceKey: {
61
- type: _contractspec_lib_schema102.FieldType<string, string>;
61
+ type: _contractspec_lib_schema53.FieldType<string, string>;
62
62
  isOptional: false;
63
63
  };
64
64
  spaceVersion: {
65
- type: _contractspec_lib_schema102.FieldType<string, string>;
65
+ type: _contractspec_lib_schema53.FieldType<string, string>;
66
66
  isOptional: false;
67
67
  };
68
68
  label: {
69
- type: _contractspec_lib_schema102.FieldType<string, string>;
69
+ type: _contractspec_lib_schema53.FieldType<string, string>;
70
70
  isOptional: false;
71
71
  };
72
72
  sourceType: {
73
- type: _contractspec_lib_schema102.FieldType<string, string>;
73
+ type: _contractspec_lib_schema53.FieldType<string, string>;
74
74
  isOptional: false;
75
75
  };
76
76
  syncSchedule: {
77
77
  type: SchemaModel<{
78
78
  enabled: {
79
- type: _contractspec_lib_schema102.FieldType<boolean, boolean>;
79
+ type: _contractspec_lib_schema53.FieldType<boolean, boolean>;
80
80
  isOptional: false;
81
81
  };
82
82
  cron: {
83
- type: _contractspec_lib_schema102.FieldType<string, string>;
83
+ type: _contractspec_lib_schema53.FieldType<string, string>;
84
84
  isOptional: true;
85
85
  };
86
86
  intervalMs: {
87
- type: _contractspec_lib_schema102.FieldType<number, number>;
87
+ type: _contractspec_lib_schema53.FieldType<number, number>;
88
88
  isOptional: true;
89
89
  };
90
90
  }>;
91
91
  isOptional: true;
92
92
  };
93
93
  lastSyncStatus: {
94
- type: _contractspec_lib_schema102.FieldType<string, string>;
94
+ type: _contractspec_lib_schema53.FieldType<string, string>;
95
95
  isOptional: true;
96
96
  };
97
97
  lastSyncAt: {
98
- type: _contractspec_lib_schema102.FieldType<Date, string>;
98
+ type: _contractspec_lib_schema53.FieldType<Date, string>;
99
99
  isOptional: true;
100
100
  };
101
101
  itemsProcessed: {
102
- type: _contractspec_lib_schema102.FieldType<number, number>;
102
+ type: _contractspec_lib_schema53.FieldType<number, number>;
103
103
  isOptional: true;
104
104
  };
105
105
  createdAt: {
106
- type: _contractspec_lib_schema102.FieldType<Date, string>;
106
+ type: _contractspec_lib_schema53.FieldType<Date, string>;
107
107
  isOptional: true;
108
108
  };
109
109
  updatedAt: {
110
- type: _contractspec_lib_schema102.FieldType<Date, string>;
110
+ type: _contractspec_lib_schema53.FieldType<Date, string>;
111
111
  isOptional: true;
112
112
  };
113
113
  }>, undefined>;
114
114
  declare const UpdateKnowledgeSource: OperationSpec<SchemaModel<{
115
115
  sourceId: {
116
- type: _contractspec_lib_schema102.FieldType<string, string>;
116
+ type: _contractspec_lib_schema53.FieldType<string, string>;
117
117
  isOptional: false;
118
118
  };
119
119
  label: {
120
- type: _contractspec_lib_schema102.FieldType<string, string>;
120
+ type: _contractspec_lib_schema53.FieldType<string, string>;
121
121
  isOptional: true;
122
122
  };
123
123
  config: {
124
- type: _contractspec_lib_schema102.FieldType<Record<string, unknown>, Record<string, unknown>>;
124
+ type: _contractspec_lib_schema53.FieldType<Record<string, unknown>, Record<string, unknown>>;
125
125
  isOptional: true;
126
126
  };
127
127
  syncSchedule: {
128
128
  type: SchemaModel<{
129
129
  enabled: {
130
- type: _contractspec_lib_schema102.FieldType<boolean, boolean>;
130
+ type: _contractspec_lib_schema53.FieldType<boolean, boolean>;
131
131
  isOptional: false;
132
132
  };
133
133
  cron: {
134
- type: _contractspec_lib_schema102.FieldType<string, string>;
134
+ type: _contractspec_lib_schema53.FieldType<string, string>;
135
135
  isOptional: true;
136
136
  };
137
137
  intervalMs: {
138
- type: _contractspec_lib_schema102.FieldType<number, number>;
138
+ type: _contractspec_lib_schema53.FieldType<number, number>;
139
139
  isOptional: true;
140
140
  };
141
141
  }>;
@@ -143,149 +143,149 @@ declare const UpdateKnowledgeSource: OperationSpec<SchemaModel<{
143
143
  };
144
144
  }>, SchemaModel<{
145
145
  id: {
146
- type: _contractspec_lib_schema102.FieldType<string, string>;
146
+ type: _contractspec_lib_schema53.FieldType<string, string>;
147
147
  isOptional: false;
148
148
  };
149
149
  tenantId: {
150
- type: _contractspec_lib_schema102.FieldType<string, string>;
150
+ type: _contractspec_lib_schema53.FieldType<string, string>;
151
151
  isOptional: false;
152
152
  };
153
153
  spaceKey: {
154
- type: _contractspec_lib_schema102.FieldType<string, string>;
154
+ type: _contractspec_lib_schema53.FieldType<string, string>;
155
155
  isOptional: false;
156
156
  };
157
157
  spaceVersion: {
158
- type: _contractspec_lib_schema102.FieldType<string, string>;
158
+ type: _contractspec_lib_schema53.FieldType<string, string>;
159
159
  isOptional: false;
160
160
  };
161
161
  label: {
162
- type: _contractspec_lib_schema102.FieldType<string, string>;
162
+ type: _contractspec_lib_schema53.FieldType<string, string>;
163
163
  isOptional: false;
164
164
  };
165
165
  sourceType: {
166
- type: _contractspec_lib_schema102.FieldType<string, string>;
166
+ type: _contractspec_lib_schema53.FieldType<string, string>;
167
167
  isOptional: false;
168
168
  };
169
169
  syncSchedule: {
170
170
  type: SchemaModel<{
171
171
  enabled: {
172
- type: _contractspec_lib_schema102.FieldType<boolean, boolean>;
172
+ type: _contractspec_lib_schema53.FieldType<boolean, boolean>;
173
173
  isOptional: false;
174
174
  };
175
175
  cron: {
176
- type: _contractspec_lib_schema102.FieldType<string, string>;
176
+ type: _contractspec_lib_schema53.FieldType<string, string>;
177
177
  isOptional: true;
178
178
  };
179
179
  intervalMs: {
180
- type: _contractspec_lib_schema102.FieldType<number, number>;
180
+ type: _contractspec_lib_schema53.FieldType<number, number>;
181
181
  isOptional: true;
182
182
  };
183
183
  }>;
184
184
  isOptional: true;
185
185
  };
186
186
  lastSyncStatus: {
187
- type: _contractspec_lib_schema102.FieldType<string, string>;
187
+ type: _contractspec_lib_schema53.FieldType<string, string>;
188
188
  isOptional: true;
189
189
  };
190
190
  lastSyncAt: {
191
- type: _contractspec_lib_schema102.FieldType<Date, string>;
191
+ type: _contractspec_lib_schema53.FieldType<Date, string>;
192
192
  isOptional: true;
193
193
  };
194
194
  itemsProcessed: {
195
- type: _contractspec_lib_schema102.FieldType<number, number>;
195
+ type: _contractspec_lib_schema53.FieldType<number, number>;
196
196
  isOptional: true;
197
197
  };
198
198
  createdAt: {
199
- type: _contractspec_lib_schema102.FieldType<Date, string>;
199
+ type: _contractspec_lib_schema53.FieldType<Date, string>;
200
200
  isOptional: true;
201
201
  };
202
202
  updatedAt: {
203
- type: _contractspec_lib_schema102.FieldType<Date, string>;
203
+ type: _contractspec_lib_schema53.FieldType<Date, string>;
204
204
  isOptional: true;
205
205
  };
206
206
  }>, undefined>;
207
207
  declare const DeleteKnowledgeSource: OperationSpec<SchemaModel<{
208
208
  sourceId: {
209
- type: _contractspec_lib_schema102.FieldType<string, string>;
209
+ type: _contractspec_lib_schema53.FieldType<string, string>;
210
210
  isOptional: false;
211
211
  };
212
212
  }>, SchemaModel<{
213
213
  success: {
214
- type: _contractspec_lib_schema102.FieldType<boolean, boolean>;
214
+ type: _contractspec_lib_schema53.FieldType<boolean, boolean>;
215
215
  isOptional: false;
216
216
  };
217
217
  }>, undefined>;
218
218
  declare const ListKnowledgeSources: OperationSpec<SchemaModel<{
219
219
  tenantId: {
220
- type: _contractspec_lib_schema102.FieldType<string, string>;
220
+ type: _contractspec_lib_schema53.FieldType<string, string>;
221
221
  isOptional: false;
222
222
  };
223
223
  spaceKey: {
224
- type: _contractspec_lib_schema102.FieldType<string, string>;
224
+ type: _contractspec_lib_schema53.FieldType<string, string>;
225
225
  isOptional: true;
226
226
  };
227
227
  }>, SchemaModel<{
228
228
  sources: {
229
229
  type: SchemaModel<{
230
230
  id: {
231
- type: _contractspec_lib_schema102.FieldType<string, string>;
231
+ type: _contractspec_lib_schema53.FieldType<string, string>;
232
232
  isOptional: false;
233
233
  };
234
234
  tenantId: {
235
- type: _contractspec_lib_schema102.FieldType<string, string>;
235
+ type: _contractspec_lib_schema53.FieldType<string, string>;
236
236
  isOptional: false;
237
237
  };
238
238
  spaceKey: {
239
- type: _contractspec_lib_schema102.FieldType<string, string>;
239
+ type: _contractspec_lib_schema53.FieldType<string, string>;
240
240
  isOptional: false;
241
241
  };
242
242
  spaceVersion: {
243
- type: _contractspec_lib_schema102.FieldType<string, string>;
243
+ type: _contractspec_lib_schema53.FieldType<string, string>;
244
244
  isOptional: false;
245
245
  };
246
246
  label: {
247
- type: _contractspec_lib_schema102.FieldType<string, string>;
247
+ type: _contractspec_lib_schema53.FieldType<string, string>;
248
248
  isOptional: false;
249
249
  };
250
250
  sourceType: {
251
- type: _contractspec_lib_schema102.FieldType<string, string>;
251
+ type: _contractspec_lib_schema53.FieldType<string, string>;
252
252
  isOptional: false;
253
253
  };
254
254
  syncSchedule: {
255
255
  type: SchemaModel<{
256
256
  enabled: {
257
- type: _contractspec_lib_schema102.FieldType<boolean, boolean>;
257
+ type: _contractspec_lib_schema53.FieldType<boolean, boolean>;
258
258
  isOptional: false;
259
259
  };
260
260
  cron: {
261
- type: _contractspec_lib_schema102.FieldType<string, string>;
261
+ type: _contractspec_lib_schema53.FieldType<string, string>;
262
262
  isOptional: true;
263
263
  };
264
264
  intervalMs: {
265
- type: _contractspec_lib_schema102.FieldType<number, number>;
265
+ type: _contractspec_lib_schema53.FieldType<number, number>;
266
266
  isOptional: true;
267
267
  };
268
268
  }>;
269
269
  isOptional: true;
270
270
  };
271
271
  lastSyncStatus: {
272
- type: _contractspec_lib_schema102.FieldType<string, string>;
272
+ type: _contractspec_lib_schema53.FieldType<string, string>;
273
273
  isOptional: true;
274
274
  };
275
275
  lastSyncAt: {
276
- type: _contractspec_lib_schema102.FieldType<Date, string>;
276
+ type: _contractspec_lib_schema53.FieldType<Date, string>;
277
277
  isOptional: true;
278
278
  };
279
279
  itemsProcessed: {
280
- type: _contractspec_lib_schema102.FieldType<number, number>;
280
+ type: _contractspec_lib_schema53.FieldType<number, number>;
281
281
  isOptional: true;
282
282
  };
283
283
  createdAt: {
284
- type: _contractspec_lib_schema102.FieldType<Date, string>;
284
+ type: _contractspec_lib_schema53.FieldType<Date, string>;
285
285
  isOptional: true;
286
286
  };
287
287
  updatedAt: {
288
- type: _contractspec_lib_schema102.FieldType<Date, string>;
288
+ type: _contractspec_lib_schema53.FieldType<Date, string>;
289
289
  isOptional: true;
290
290
  };
291
291
  }>;
@@ -295,20 +295,20 @@ declare const ListKnowledgeSources: OperationSpec<SchemaModel<{
295
295
  }>, undefined>;
296
296
  declare const TriggerKnowledgeSourceSync: OperationSpec<SchemaModel<{
297
297
  sourceId: {
298
- type: _contractspec_lib_schema102.FieldType<string, string>;
298
+ type: _contractspec_lib_schema53.FieldType<string, string>;
299
299
  isOptional: false;
300
300
  };
301
301
  }>, SchemaModel<{
302
302
  success: {
303
- type: _contractspec_lib_schema102.FieldType<boolean, boolean>;
303
+ type: _contractspec_lib_schema53.FieldType<boolean, boolean>;
304
304
  isOptional: false;
305
305
  };
306
306
  itemsProcessed: {
307
- type: _contractspec_lib_schema102.FieldType<number, number>;
307
+ type: _contractspec_lib_schema53.FieldType<number, number>;
308
308
  isOptional: true;
309
309
  };
310
310
  error: {
311
- type: _contractspec_lib_schema102.FieldType<string, string>;
311
+ type: _contractspec_lib_schema53.FieldType<string, string>;
312
312
  isOptional: true;
313
313
  };
314
314
  }>, undefined>;