@lssm/lib.contracts 0.0.0-canary-20251221132705 → 0.0.0-canary-20251221153314
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/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,38 +1,39 @@
|
|
|
1
|
-
import { OperationSpec } from "../operation.js";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import { OperationSpec } from "../operations/operation.js";
|
|
2
|
+
import "../operations/index.js";
|
|
3
|
+
import { OperationSpecRegistry } from "../operations/registry.js";
|
|
4
|
+
import * as _lssm_lib_schema35 from "@lssm/lib.schema";
|
|
4
5
|
import { SchemaModel } from "@lssm/lib.schema";
|
|
5
6
|
|
|
6
7
|
//#region src/app-config/contracts.d.ts
|
|
7
8
|
declare const UpdateTenantBrandingCommand: OperationSpec<SchemaModel<{
|
|
8
9
|
tenantId: {
|
|
9
|
-
type:
|
|
10
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
10
11
|
isOptional: false;
|
|
11
12
|
};
|
|
12
13
|
appId: {
|
|
13
|
-
type:
|
|
14
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
14
15
|
isOptional: false;
|
|
15
16
|
};
|
|
16
17
|
environment: {
|
|
17
|
-
type:
|
|
18
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
18
19
|
isOptional: true;
|
|
19
20
|
};
|
|
20
21
|
appName: {
|
|
21
|
-
type:
|
|
22
|
+
type: _lssm_lib_schema35.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
22
23
|
isOptional: true;
|
|
23
24
|
};
|
|
24
25
|
assets: {
|
|
25
26
|
type: SchemaModel<{
|
|
26
27
|
type: {
|
|
27
|
-
type:
|
|
28
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
28
29
|
isOptional: false;
|
|
29
30
|
};
|
|
30
31
|
url: {
|
|
31
|
-
type:
|
|
32
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
32
33
|
isOptional: false;
|
|
33
34
|
};
|
|
34
35
|
mimeType: {
|
|
35
|
-
type:
|
|
36
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
36
37
|
isOptional: true;
|
|
37
38
|
};
|
|
38
39
|
}>;
|
|
@@ -40,92 +41,92 @@ declare const UpdateTenantBrandingCommand: OperationSpec<SchemaModel<{
|
|
|
40
41
|
isArray: true;
|
|
41
42
|
};
|
|
42
43
|
colors: {
|
|
43
|
-
type:
|
|
44
|
+
type: _lssm_lib_schema35.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
44
45
|
isOptional: true;
|
|
45
46
|
};
|
|
46
47
|
customDomain: {
|
|
47
|
-
type:
|
|
48
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
48
49
|
isOptional: true;
|
|
49
50
|
};
|
|
50
51
|
subdomain: {
|
|
51
|
-
type:
|
|
52
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
52
53
|
isOptional: true;
|
|
53
54
|
};
|
|
54
55
|
}>, SchemaModel<{
|
|
55
56
|
success: {
|
|
56
|
-
type:
|
|
57
|
+
type: _lssm_lib_schema35.FieldType<boolean, boolean>;
|
|
57
58
|
isOptional: false;
|
|
58
59
|
};
|
|
59
60
|
updatedAt: {
|
|
60
|
-
type:
|
|
61
|
+
type: _lssm_lib_schema35.FieldType<Date, string>;
|
|
61
62
|
isOptional: false;
|
|
62
63
|
};
|
|
63
64
|
}>, undefined>;
|
|
64
65
|
declare const VerifyCustomDomainCommand: OperationSpec<SchemaModel<{
|
|
65
66
|
tenantId: {
|
|
66
|
-
type:
|
|
67
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
67
68
|
isOptional: false;
|
|
68
69
|
};
|
|
69
70
|
appId: {
|
|
70
|
-
type:
|
|
71
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
71
72
|
isOptional: false;
|
|
72
73
|
};
|
|
73
74
|
domain: {
|
|
74
|
-
type:
|
|
75
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
75
76
|
isOptional: false;
|
|
76
77
|
};
|
|
77
78
|
}>, SchemaModel<{
|
|
78
79
|
status: {
|
|
79
|
-
type:
|
|
80
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
80
81
|
isOptional: false;
|
|
81
82
|
};
|
|
82
83
|
message: {
|
|
83
|
-
type:
|
|
84
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
84
85
|
isOptional: true;
|
|
85
86
|
};
|
|
86
87
|
}>, undefined>;
|
|
87
88
|
declare const UpdateBlueprintTranslationCatalogCommand: OperationSpec<SchemaModel<{
|
|
88
89
|
blueprintName: {
|
|
89
|
-
type:
|
|
90
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
90
91
|
isOptional: false;
|
|
91
92
|
};
|
|
92
93
|
blueprintVersion: {
|
|
93
|
-
type:
|
|
94
|
+
type: _lssm_lib_schema35.FieldType<number, number>;
|
|
94
95
|
isOptional: false;
|
|
95
96
|
};
|
|
96
97
|
catalogName: {
|
|
97
|
-
type:
|
|
98
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
98
99
|
isOptional: false;
|
|
99
100
|
};
|
|
100
101
|
catalogVersion: {
|
|
101
|
-
type:
|
|
102
|
+
type: _lssm_lib_schema35.FieldType<number, number>;
|
|
102
103
|
isOptional: false;
|
|
103
104
|
};
|
|
104
105
|
defaultLocale: {
|
|
105
|
-
type:
|
|
106
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
106
107
|
isOptional: false;
|
|
107
108
|
};
|
|
108
109
|
supportedLocales: {
|
|
109
|
-
type:
|
|
110
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
110
111
|
isOptional: false;
|
|
111
112
|
isArray: true;
|
|
112
113
|
};
|
|
113
114
|
entries: {
|
|
114
115
|
type: SchemaModel<{
|
|
115
116
|
key: {
|
|
116
|
-
type:
|
|
117
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
117
118
|
isOptional: false;
|
|
118
119
|
};
|
|
119
120
|
locale: {
|
|
120
|
-
type:
|
|
121
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
121
122
|
isOptional: false;
|
|
122
123
|
};
|
|
123
124
|
value: {
|
|
124
|
-
type:
|
|
125
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
125
126
|
isOptional: false;
|
|
126
127
|
};
|
|
127
128
|
context: {
|
|
128
|
-
type:
|
|
129
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
129
130
|
isOptional: true;
|
|
130
131
|
};
|
|
131
132
|
}>;
|
|
@@ -134,39 +135,39 @@ declare const UpdateBlueprintTranslationCatalogCommand: OperationSpec<SchemaMode
|
|
|
134
135
|
};
|
|
135
136
|
}>, SchemaModel<{
|
|
136
137
|
success: {
|
|
137
|
-
type:
|
|
138
|
+
type: _lssm_lib_schema35.FieldType<boolean, boolean>;
|
|
138
139
|
isOptional: false;
|
|
139
140
|
};
|
|
140
141
|
updatedAt: {
|
|
141
|
-
type:
|
|
142
|
+
type: _lssm_lib_schema35.FieldType<Date, string>;
|
|
142
143
|
isOptional: false;
|
|
143
144
|
};
|
|
144
145
|
}>, undefined>;
|
|
145
146
|
declare const UpdateTenantTranslationOverridesCommand: OperationSpec<SchemaModel<{
|
|
146
147
|
tenantId: {
|
|
147
|
-
type:
|
|
148
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
148
149
|
isOptional: false;
|
|
149
150
|
};
|
|
150
151
|
appId: {
|
|
151
|
-
type:
|
|
152
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
152
153
|
isOptional: false;
|
|
153
154
|
};
|
|
154
155
|
entries: {
|
|
155
156
|
type: SchemaModel<{
|
|
156
157
|
key: {
|
|
157
|
-
type:
|
|
158
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
158
159
|
isOptional: false;
|
|
159
160
|
};
|
|
160
161
|
locale: {
|
|
161
|
-
type:
|
|
162
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
162
163
|
isOptional: false;
|
|
163
164
|
};
|
|
164
165
|
value: {
|
|
165
|
-
type:
|
|
166
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
166
167
|
isOptional: false;
|
|
167
168
|
};
|
|
168
169
|
context: {
|
|
169
|
-
type:
|
|
170
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
170
171
|
isOptional: true;
|
|
171
172
|
};
|
|
172
173
|
}>;
|
|
@@ -174,71 +175,71 @@ declare const UpdateTenantTranslationOverridesCommand: OperationSpec<SchemaModel
|
|
|
174
175
|
isArray: true;
|
|
175
176
|
};
|
|
176
177
|
defaultLocale: {
|
|
177
|
-
type:
|
|
178
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
178
179
|
isOptional: true;
|
|
179
180
|
};
|
|
180
181
|
enabledLocales: {
|
|
181
|
-
type:
|
|
182
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
182
183
|
isOptional: true;
|
|
183
184
|
isArray: true;
|
|
184
185
|
};
|
|
185
186
|
}>, SchemaModel<{
|
|
186
187
|
success: {
|
|
187
|
-
type:
|
|
188
|
+
type: _lssm_lib_schema35.FieldType<boolean, boolean>;
|
|
188
189
|
isOptional: false;
|
|
189
190
|
};
|
|
190
191
|
updatedAt: {
|
|
191
|
-
type:
|
|
192
|
+
type: _lssm_lib_schema35.FieldType<Date, string>;
|
|
192
193
|
isOptional: false;
|
|
193
194
|
};
|
|
194
195
|
}>, undefined>;
|
|
195
196
|
declare const GetResolvedBrandingQuery: OperationSpec<SchemaModel<{
|
|
196
197
|
tenantId: {
|
|
197
|
-
type:
|
|
198
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
198
199
|
isOptional: false;
|
|
199
200
|
};
|
|
200
201
|
appId: {
|
|
201
|
-
type:
|
|
202
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
202
203
|
isOptional: false;
|
|
203
204
|
};
|
|
204
205
|
environment: {
|
|
205
|
-
type:
|
|
206
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
206
207
|
isOptional: true;
|
|
207
208
|
};
|
|
208
209
|
}>, SchemaModel<{
|
|
209
210
|
branding: {
|
|
210
|
-
type:
|
|
211
|
+
type: _lssm_lib_schema35.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
211
212
|
isOptional: false;
|
|
212
213
|
};
|
|
213
214
|
}>, undefined>;
|
|
214
215
|
declare const ResolveMessageQuery: OperationSpec<SchemaModel<{
|
|
215
216
|
tenantId: {
|
|
216
|
-
type:
|
|
217
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
217
218
|
isOptional: false;
|
|
218
219
|
};
|
|
219
220
|
appId: {
|
|
220
|
-
type:
|
|
221
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
221
222
|
isOptional: false;
|
|
222
223
|
};
|
|
223
224
|
locale: {
|
|
224
|
-
type:
|
|
225
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
225
226
|
isOptional: false;
|
|
226
227
|
};
|
|
227
228
|
key: {
|
|
228
|
-
type:
|
|
229
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
229
230
|
isOptional: false;
|
|
230
231
|
};
|
|
231
232
|
}>, SchemaModel<{
|
|
232
233
|
value: {
|
|
233
|
-
type:
|
|
234
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
234
235
|
isOptional: true;
|
|
235
236
|
};
|
|
236
237
|
source: {
|
|
237
|
-
type:
|
|
238
|
+
type: _lssm_lib_schema35.FieldType<string, string>;
|
|
238
239
|
isOptional: true;
|
|
239
240
|
};
|
|
240
241
|
}>, undefined>;
|
|
241
|
-
declare const
|
|
242
|
-
declare function
|
|
242
|
+
declare const appConfigOperations: Record<string, OperationSpec<any, any>>;
|
|
243
|
+
declare function registerAppConfigOperations(registry: OperationSpecRegistry): OperationSpecRegistry;
|
|
243
244
|
//#endregion
|
|
244
|
-
export { GetResolvedBrandingQuery, ResolveMessageQuery, UpdateBlueprintTranslationCatalogCommand, UpdateTenantBrandingCommand, UpdateTenantTranslationOverridesCommand, VerifyCustomDomainCommand,
|
|
245
|
+
export { GetResolvedBrandingQuery, ResolveMessageQuery, UpdateBlueprintTranslationCatalogCommand, UpdateTenantBrandingCommand, UpdateTenantTranslationOverridesCommand, VerifyCustomDomainCommand, appConfigOperations, registerAppConfigOperations };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { E5, x8 } from "../schema/dist/index.js";
|
|
2
|
-
import { defineCommand, defineQuery } from "../operation.js";
|
|
3
2
|
import { OwnersEnum, StabilityEnum, TagsEnum } from "../ownership.js";
|
|
3
|
+
import { defineCommand, defineQuery } from "../operations/operation.js";
|
|
4
|
+
import "../operations/index.js";
|
|
4
5
|
|
|
5
6
|
//#region src/app-config/contracts.ts
|
|
6
7
|
const BrandingAssetInput = new x8({
|
|
@@ -378,7 +379,7 @@ const ResolveMessageQuery = defineQuery({
|
|
|
378
379
|
}]
|
|
379
380
|
}
|
|
380
381
|
});
|
|
381
|
-
const
|
|
382
|
+
const appConfigOperations = {
|
|
382
383
|
UpdateTenantBrandingCommand,
|
|
383
384
|
VerifyCustomDomainCommand,
|
|
384
385
|
UpdateBlueprintTranslationCatalogCommand,
|
|
@@ -386,9 +387,9 @@ const appConfigContracts = {
|
|
|
386
387
|
GetResolvedBrandingQuery,
|
|
387
388
|
ResolveMessageQuery
|
|
388
389
|
};
|
|
389
|
-
function
|
|
390
|
+
function registerAppConfigOperations(registry) {
|
|
390
391
|
return registry.register(UpdateTenantBrandingCommand).register(VerifyCustomDomainCommand).register(UpdateBlueprintTranslationCatalogCommand).register(UpdateTenantTranslationOverridesCommand).register(GetResolvedBrandingQuery).register(ResolveMessageQuery);
|
|
391
392
|
}
|
|
392
393
|
|
|
393
394
|
//#endregion
|
|
394
|
-
export { GetResolvedBrandingQuery, ResolveMessageQuery, UpdateBlueprintTranslationCatalogCommand, UpdateTenantBrandingCommand, UpdateTenantTranslationOverridesCommand, VerifyCustomDomainCommand,
|
|
395
|
+
export { GetResolvedBrandingQuery, ResolveMessageQuery, UpdateBlueprintTranslationCatalogCommand, UpdateTenantBrandingCommand, UpdateTenantTranslationOverridesCommand, VerifyCustomDomainCommand, appConfigOperations, registerAppConfigOperations };
|
|
@@ -1,120 +1,120 @@
|
|
|
1
1
|
import { EventSpec } from "../events.js";
|
|
2
2
|
import "../index.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as _lssm_lib_schema182 from "@lssm/lib.schema";
|
|
4
4
|
import { SchemaModel } from "@lssm/lib.schema";
|
|
5
5
|
|
|
6
6
|
//#region src/app-config/events.d.ts
|
|
7
7
|
declare const ConfigDraftCreatedEvent: EventSpec<SchemaModel<{
|
|
8
8
|
tenantId: {
|
|
9
|
-
type:
|
|
9
|
+
type: _lssm_lib_schema182.FieldType<string, string>;
|
|
10
10
|
isOptional: false;
|
|
11
11
|
};
|
|
12
12
|
appId: {
|
|
13
|
-
type:
|
|
13
|
+
type: _lssm_lib_schema182.FieldType<string, string>;
|
|
14
14
|
isOptional: false;
|
|
15
15
|
};
|
|
16
16
|
version: {
|
|
17
|
-
type:
|
|
17
|
+
type: _lssm_lib_schema182.FieldType<number, number>;
|
|
18
18
|
isOptional: false;
|
|
19
19
|
};
|
|
20
20
|
blueprintName: {
|
|
21
|
-
type:
|
|
21
|
+
type: _lssm_lib_schema182.FieldType<string, string>;
|
|
22
22
|
isOptional: false;
|
|
23
23
|
};
|
|
24
24
|
blueprintVersion: {
|
|
25
|
-
type:
|
|
25
|
+
type: _lssm_lib_schema182.FieldType<number, number>;
|
|
26
26
|
isOptional: false;
|
|
27
27
|
};
|
|
28
28
|
createdBy: {
|
|
29
|
-
type:
|
|
29
|
+
type: _lssm_lib_schema182.FieldType<string, string>;
|
|
30
30
|
isOptional: false;
|
|
31
31
|
};
|
|
32
32
|
clonedFrom: {
|
|
33
|
-
type:
|
|
33
|
+
type: _lssm_lib_schema182.FieldType<number, number>;
|
|
34
34
|
isOptional: true;
|
|
35
35
|
};
|
|
36
36
|
}>>;
|
|
37
37
|
declare const ConfigPromotedToPreviewEvent: EventSpec<SchemaModel<{
|
|
38
38
|
tenantId: {
|
|
39
|
-
type:
|
|
39
|
+
type: _lssm_lib_schema182.FieldType<string, string>;
|
|
40
40
|
isOptional: false;
|
|
41
41
|
};
|
|
42
42
|
appId: {
|
|
43
|
-
type:
|
|
43
|
+
type: _lssm_lib_schema182.FieldType<string, string>;
|
|
44
44
|
isOptional: false;
|
|
45
45
|
};
|
|
46
46
|
version: {
|
|
47
|
-
type:
|
|
47
|
+
type: _lssm_lib_schema182.FieldType<number, number>;
|
|
48
48
|
isOptional: false;
|
|
49
49
|
};
|
|
50
50
|
promotedBy: {
|
|
51
|
-
type:
|
|
51
|
+
type: _lssm_lib_schema182.FieldType<string, string>;
|
|
52
52
|
isOptional: false;
|
|
53
53
|
};
|
|
54
54
|
warnings: {
|
|
55
|
-
type:
|
|
55
|
+
type: _lssm_lib_schema182.FieldType<string, string>;
|
|
56
56
|
isOptional: true;
|
|
57
57
|
isArray: true;
|
|
58
58
|
};
|
|
59
59
|
}>>;
|
|
60
60
|
declare const ConfigPublishedEvent: EventSpec<SchemaModel<{
|
|
61
61
|
tenantId: {
|
|
62
|
-
type:
|
|
62
|
+
type: _lssm_lib_schema182.FieldType<string, string>;
|
|
63
63
|
isOptional: false;
|
|
64
64
|
};
|
|
65
65
|
appId: {
|
|
66
|
-
type:
|
|
66
|
+
type: _lssm_lib_schema182.FieldType<string, string>;
|
|
67
67
|
isOptional: false;
|
|
68
68
|
};
|
|
69
69
|
version: {
|
|
70
|
-
type:
|
|
70
|
+
type: _lssm_lib_schema182.FieldType<number, number>;
|
|
71
71
|
isOptional: false;
|
|
72
72
|
};
|
|
73
73
|
previousVersion: {
|
|
74
|
-
type:
|
|
74
|
+
type: _lssm_lib_schema182.FieldType<number, number>;
|
|
75
75
|
isOptional: true;
|
|
76
76
|
};
|
|
77
77
|
publishedBy: {
|
|
78
|
-
type:
|
|
78
|
+
type: _lssm_lib_schema182.FieldType<string, string>;
|
|
79
79
|
isOptional: false;
|
|
80
80
|
};
|
|
81
81
|
changeSummary: {
|
|
82
|
-
type:
|
|
82
|
+
type: _lssm_lib_schema182.FieldType<string, string>;
|
|
83
83
|
isOptional: true;
|
|
84
84
|
};
|
|
85
85
|
changedSections: {
|
|
86
|
-
type:
|
|
86
|
+
type: _lssm_lib_schema182.FieldType<string, string>;
|
|
87
87
|
isOptional: true;
|
|
88
88
|
isArray: true;
|
|
89
89
|
};
|
|
90
90
|
}>>;
|
|
91
91
|
declare const ConfigRolledBackEvent: EventSpec<SchemaModel<{
|
|
92
92
|
tenantId: {
|
|
93
|
-
type:
|
|
93
|
+
type: _lssm_lib_schema182.FieldType<string, string>;
|
|
94
94
|
isOptional: false;
|
|
95
95
|
};
|
|
96
96
|
appId: {
|
|
97
|
-
type:
|
|
97
|
+
type: _lssm_lib_schema182.FieldType<string, string>;
|
|
98
98
|
isOptional: false;
|
|
99
99
|
};
|
|
100
100
|
newVersion: {
|
|
101
|
-
type:
|
|
101
|
+
type: _lssm_lib_schema182.FieldType<number, number>;
|
|
102
102
|
isOptional: false;
|
|
103
103
|
};
|
|
104
104
|
rolledBackFrom: {
|
|
105
|
-
type:
|
|
105
|
+
type: _lssm_lib_schema182.FieldType<number, number>;
|
|
106
106
|
isOptional: false;
|
|
107
107
|
};
|
|
108
108
|
rolledBackTo: {
|
|
109
|
-
type:
|
|
109
|
+
type: _lssm_lib_schema182.FieldType<number, number>;
|
|
110
110
|
isOptional: false;
|
|
111
111
|
};
|
|
112
112
|
rolledBackBy: {
|
|
113
|
-
type:
|
|
113
|
+
type: _lssm_lib_schema182.FieldType<string, string>;
|
|
114
114
|
isOptional: false;
|
|
115
115
|
};
|
|
116
116
|
reason: {
|
|
117
|
-
type:
|
|
117
|
+
type: _lssm_lib_schema182.FieldType<string, string>;
|
|
118
118
|
isOptional: false;
|
|
119
119
|
};
|
|
120
120
|
}>>;
|