@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.
Files changed (110) hide show
  1. package/dist/app-config/contracts.d.ts +56 -55
  2. package/dist/app-config/contracts.js +5 -4
  3. package/dist/app-config/docs/app-config.docblock.js +0 -1
  4. package/dist/app-config/events.d.ts +27 -27
  5. package/dist/app-config/lifecycle-contracts.d.ts +83 -82
  6. package/dist/app-config/lifecycle-contracts.js +2 -1
  7. package/dist/app-config/runtime.d.ts +4 -2
  8. package/dist/app-config/spec.d.ts +2 -1
  9. package/dist/app-config/validation.d.ts +4 -2
  10. package/dist/{capabilities.d.ts → capabilities/capabilities.d.ts} +3 -3
  11. package/dist/{capabilities.js → capabilities/capabilities.js} +1 -1
  12. package/dist/capabilities/docs/capabilities.docblock.js +0 -1
  13. package/dist/capabilities/index.d.ts +3 -0
  14. package/dist/capabilities/index.js +4 -0
  15. package/dist/capabilities/openbanking.d.ts +2 -1
  16. package/dist/client/react/feature-render.d.ts +3 -1
  17. package/dist/client/react/feature-render.js +2 -1
  18. package/dist/client/react/form-render.d.ts +1 -1
  19. package/dist/client/react/form-render.js +1 -1
  20. package/dist/{data-views.d.ts → data-views/data-views.d.ts} +5 -5
  21. package/dist/{data-views.js → data-views/data-views.js} +3 -3
  22. package/dist/data-views/docs/data-views.docblock.js +0 -1
  23. package/dist/data-views/index.d.ts +4 -0
  24. package/dist/data-views/index.js +5 -0
  25. package/dist/data-views/query-generator.d.ts +2 -1
  26. package/dist/data-views/runtime.d.ts +2 -1
  27. package/dist/docs/presentations.d.ts +3 -2
  28. package/dist/docs/registry.d.ts +3 -2
  29. package/dist/docs/tech/llm/llm-integration.docblock.js +2 -2
  30. package/dist/experiments/docs/experiments.docblock.js +0 -1
  31. package/dist/experiments/spec-resolver.d.ts +2 -1
  32. package/dist/features.d.ts +8 -5
  33. package/dist/forms/docs/forms.docblock.js +0 -1
  34. package/dist/{forms.d.ts → forms/forms.d.ts} +3 -3
  35. package/dist/{forms.js → forms/forms.js} +3 -3
  36. package/dist/forms/index.d.ts +2 -0
  37. package/dist/forms/index.js +3 -0
  38. package/dist/index.d.ts +19 -12
  39. package/dist/index.js +20 -15
  40. package/dist/install.d.ts +3 -2
  41. package/dist/install.js +1 -1
  42. package/dist/integrations/docs/integrations.docblock.js +0 -1
  43. package/dist/integrations/openbanking/contracts/accounts.d.ts +69 -68
  44. package/dist/integrations/openbanking/contracts/accounts.js +2 -1
  45. package/dist/integrations/openbanking/contracts/balances.d.ts +37 -36
  46. package/dist/integrations/openbanking/contracts/balances.js +2 -1
  47. package/dist/integrations/openbanking/contracts/index.d.ts +1 -1
  48. package/dist/integrations/openbanking/contracts/transactions.d.ts +51 -50
  49. package/dist/integrations/openbanking/contracts/transactions.js +2 -1
  50. package/dist/integrations/openbanking/models.d.ts +55 -55
  51. package/dist/integrations/operations.d.ts +437 -0
  52. package/dist/integrations/{contracts.js → operations.js} +3 -2
  53. package/dist/integrations/spec.d.ts +2 -1
  54. package/dist/jsonschema.d.ts +5 -4
  55. package/dist/knowledge/docs/knowledge.docblock.js +0 -1
  56. package/dist/knowledge/{contracts.d.ts → operations.d.ts} +70 -69
  57. package/dist/knowledge/{contracts.js → operations.js} +3 -2
  58. package/dist/llm/exporters.d.ts +10 -8
  59. package/dist/llm/exporters.js +11 -10
  60. package/dist/llm/index.d.ts +2 -2
  61. package/dist/llm/index.js +2 -2
  62. package/dist/llm/prompts.d.ts +2 -1
  63. package/dist/llm/prompts.js +8 -8
  64. package/dist/llm/types.d.ts +3 -2
  65. package/dist/markdown.d.ts +5 -4
  66. package/dist/markdown.js +6 -5
  67. package/dist/onboarding-base.d.ts +31 -30
  68. package/dist/onboarding-base.js +2 -1
  69. package/dist/openapi.d.ts +1 -1
  70. package/dist/operations/index.d.ts +3 -0
  71. package/dist/operations/index.js +4 -0
  72. package/dist/{operation.d.ts → operations/operation.d.ts} +7 -7
  73. package/dist/{operation.js → operations/operation.js} +1 -1
  74. package/dist/{registry.d.ts → operations/registry.d.ts} +6 -7
  75. package/dist/{registry.js → operations/registry.js} +5 -6
  76. package/dist/policy/docs/policy.docblock.js +0 -1
  77. package/dist/presentations/docs/presentations-conventions.docblock.js +0 -1
  78. package/dist/presentations/index.d.ts +4 -0
  79. package/dist/presentations/index.js +4 -0
  80. package/dist/{presentations.d.ts → presentations/presentations.d.ts} +6 -6
  81. package/dist/{presentations.js → presentations/presentations.js} +3 -3
  82. package/dist/presentations/presentations.v2.d.ts +54 -0
  83. package/dist/presentations/presentations.v2.js +0 -0
  84. package/dist/{presentations.v2.d.ts → presentations/transform-engine.d.ts} +3 -51
  85. package/dist/{presentations.v2.js → presentations/transform-engine.js} +2 -2
  86. package/dist/regenerator/docs/regenerator.docblock.js +0 -1
  87. package/dist/{contracts-adapter-hydration.d.ts → server/contracts-adapter-hydration.d.ts} +2 -2
  88. package/dist/{contracts-adapter-hydration.js → server/contracts-adapter-hydration.js} +1 -1
  89. package/dist/{contracts-adapter-input.d.ts → server/contracts-adapter-input.d.ts} +2 -3
  90. package/dist/{contracts-adapter-input.js → server/contracts-adapter-input.js} +2 -2
  91. package/dist/server/graphql-pothos.d.ts +1 -1
  92. package/dist/server/graphql-pothos.js +2 -2
  93. package/dist/server/mcp/createMcpServer.d.ts +1 -1
  94. package/dist/server/mcp/mcpTypes.d.ts +3 -2
  95. package/dist/server/mcp/registerPresentations.js +3 -2
  96. package/dist/server/mcp/registerTools.d.ts +1 -1
  97. package/dist/server/rest-elysia.d.ts +1 -1
  98. package/dist/server/rest-express.d.ts +1 -1
  99. package/dist/server/rest-generic.d.ts +1 -1
  100. package/dist/server/rest-next-app.d.ts +1 -1
  101. package/dist/server/rest-next-mcp.d.ts +1 -1
  102. package/dist/server/rest-next-pages.d.ts +1 -1
  103. package/dist/telemetry/docs/telemetry.docblock.js +0 -1
  104. package/dist/tests/runner.d.ts +1 -1
  105. package/dist/workflow/spec.d.ts +2 -1
  106. package/dist/workflow/validation.d.ts +2 -2
  107. package/package.json +22 -17
  108. package/dist/integrations/contracts.d.ts +0 -436
  109. package/dist/openbanking/docs/openbanking.docblock.d.ts +0 -6
  110. package/dist/openbanking/docs/openbanking.docblock.js +0 -22
@@ -1,38 +1,39 @@
1
- import { OperationSpec } from "../operation.js";
2
- import { OperationSpecRegistry } from "../registry.js";
3
- import * as _lssm_lib_schema242 from "@lssm/lib.schema";
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: _lssm_lib_schema242.FieldType<string, string>;
10
+ type: _lssm_lib_schema35.FieldType<string, string>;
10
11
  isOptional: false;
11
12
  };
12
13
  appId: {
13
- type: _lssm_lib_schema242.FieldType<string, string>;
14
+ type: _lssm_lib_schema35.FieldType<string, string>;
14
15
  isOptional: false;
15
16
  };
16
17
  environment: {
17
- type: _lssm_lib_schema242.FieldType<string, string>;
18
+ type: _lssm_lib_schema35.FieldType<string, string>;
18
19
  isOptional: true;
19
20
  };
20
21
  appName: {
21
- type: _lssm_lib_schema242.FieldType<Record<string, unknown>, Record<string, unknown>>;
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: _lssm_lib_schema242.FieldType<string, string>;
28
+ type: _lssm_lib_schema35.FieldType<string, string>;
28
29
  isOptional: false;
29
30
  };
30
31
  url: {
31
- type: _lssm_lib_schema242.FieldType<string, string>;
32
+ type: _lssm_lib_schema35.FieldType<string, string>;
32
33
  isOptional: false;
33
34
  };
34
35
  mimeType: {
35
- type: _lssm_lib_schema242.FieldType<string, string>;
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: _lssm_lib_schema242.FieldType<Record<string, unknown>, Record<string, unknown>>;
44
+ type: _lssm_lib_schema35.FieldType<Record<string, unknown>, Record<string, unknown>>;
44
45
  isOptional: true;
45
46
  };
46
47
  customDomain: {
47
- type: _lssm_lib_schema242.FieldType<string, string>;
48
+ type: _lssm_lib_schema35.FieldType<string, string>;
48
49
  isOptional: true;
49
50
  };
50
51
  subdomain: {
51
- type: _lssm_lib_schema242.FieldType<string, string>;
52
+ type: _lssm_lib_schema35.FieldType<string, string>;
52
53
  isOptional: true;
53
54
  };
54
55
  }>, SchemaModel<{
55
56
  success: {
56
- type: _lssm_lib_schema242.FieldType<boolean, boolean>;
57
+ type: _lssm_lib_schema35.FieldType<boolean, boolean>;
57
58
  isOptional: false;
58
59
  };
59
60
  updatedAt: {
60
- type: _lssm_lib_schema242.FieldType<Date, string>;
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: _lssm_lib_schema242.FieldType<string, string>;
67
+ type: _lssm_lib_schema35.FieldType<string, string>;
67
68
  isOptional: false;
68
69
  };
69
70
  appId: {
70
- type: _lssm_lib_schema242.FieldType<string, string>;
71
+ type: _lssm_lib_schema35.FieldType<string, string>;
71
72
  isOptional: false;
72
73
  };
73
74
  domain: {
74
- type: _lssm_lib_schema242.FieldType<string, string>;
75
+ type: _lssm_lib_schema35.FieldType<string, string>;
75
76
  isOptional: false;
76
77
  };
77
78
  }>, SchemaModel<{
78
79
  status: {
79
- type: _lssm_lib_schema242.FieldType<string, string>;
80
+ type: _lssm_lib_schema35.FieldType<string, string>;
80
81
  isOptional: false;
81
82
  };
82
83
  message: {
83
- type: _lssm_lib_schema242.FieldType<string, string>;
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: _lssm_lib_schema242.FieldType<string, string>;
90
+ type: _lssm_lib_schema35.FieldType<string, string>;
90
91
  isOptional: false;
91
92
  };
92
93
  blueprintVersion: {
93
- type: _lssm_lib_schema242.FieldType<number, number>;
94
+ type: _lssm_lib_schema35.FieldType<number, number>;
94
95
  isOptional: false;
95
96
  };
96
97
  catalogName: {
97
- type: _lssm_lib_schema242.FieldType<string, string>;
98
+ type: _lssm_lib_schema35.FieldType<string, string>;
98
99
  isOptional: false;
99
100
  };
100
101
  catalogVersion: {
101
- type: _lssm_lib_schema242.FieldType<number, number>;
102
+ type: _lssm_lib_schema35.FieldType<number, number>;
102
103
  isOptional: false;
103
104
  };
104
105
  defaultLocale: {
105
- type: _lssm_lib_schema242.FieldType<string, string>;
106
+ type: _lssm_lib_schema35.FieldType<string, string>;
106
107
  isOptional: false;
107
108
  };
108
109
  supportedLocales: {
109
- type: _lssm_lib_schema242.FieldType<string, string>;
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: _lssm_lib_schema242.FieldType<string, string>;
117
+ type: _lssm_lib_schema35.FieldType<string, string>;
117
118
  isOptional: false;
118
119
  };
119
120
  locale: {
120
- type: _lssm_lib_schema242.FieldType<string, string>;
121
+ type: _lssm_lib_schema35.FieldType<string, string>;
121
122
  isOptional: false;
122
123
  };
123
124
  value: {
124
- type: _lssm_lib_schema242.FieldType<string, string>;
125
+ type: _lssm_lib_schema35.FieldType<string, string>;
125
126
  isOptional: false;
126
127
  };
127
128
  context: {
128
- type: _lssm_lib_schema242.FieldType<string, string>;
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: _lssm_lib_schema242.FieldType<boolean, boolean>;
138
+ type: _lssm_lib_schema35.FieldType<boolean, boolean>;
138
139
  isOptional: false;
139
140
  };
140
141
  updatedAt: {
141
- type: _lssm_lib_schema242.FieldType<Date, string>;
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: _lssm_lib_schema242.FieldType<string, string>;
148
+ type: _lssm_lib_schema35.FieldType<string, string>;
148
149
  isOptional: false;
149
150
  };
150
151
  appId: {
151
- type: _lssm_lib_schema242.FieldType<string, string>;
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: _lssm_lib_schema242.FieldType<string, string>;
158
+ type: _lssm_lib_schema35.FieldType<string, string>;
158
159
  isOptional: false;
159
160
  };
160
161
  locale: {
161
- type: _lssm_lib_schema242.FieldType<string, string>;
162
+ type: _lssm_lib_schema35.FieldType<string, string>;
162
163
  isOptional: false;
163
164
  };
164
165
  value: {
165
- type: _lssm_lib_schema242.FieldType<string, string>;
166
+ type: _lssm_lib_schema35.FieldType<string, string>;
166
167
  isOptional: false;
167
168
  };
168
169
  context: {
169
- type: _lssm_lib_schema242.FieldType<string, string>;
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: _lssm_lib_schema242.FieldType<string, string>;
178
+ type: _lssm_lib_schema35.FieldType<string, string>;
178
179
  isOptional: true;
179
180
  };
180
181
  enabledLocales: {
181
- type: _lssm_lib_schema242.FieldType<string, string>;
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: _lssm_lib_schema242.FieldType<boolean, boolean>;
188
+ type: _lssm_lib_schema35.FieldType<boolean, boolean>;
188
189
  isOptional: false;
189
190
  };
190
191
  updatedAt: {
191
- type: _lssm_lib_schema242.FieldType<Date, string>;
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: _lssm_lib_schema242.FieldType<string, string>;
198
+ type: _lssm_lib_schema35.FieldType<string, string>;
198
199
  isOptional: false;
199
200
  };
200
201
  appId: {
201
- type: _lssm_lib_schema242.FieldType<string, string>;
202
+ type: _lssm_lib_schema35.FieldType<string, string>;
202
203
  isOptional: false;
203
204
  };
204
205
  environment: {
205
- type: _lssm_lib_schema242.FieldType<string, string>;
206
+ type: _lssm_lib_schema35.FieldType<string, string>;
206
207
  isOptional: true;
207
208
  };
208
209
  }>, SchemaModel<{
209
210
  branding: {
210
- type: _lssm_lib_schema242.FieldType<Record<string, unknown>, Record<string, unknown>>;
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: _lssm_lib_schema242.FieldType<string, string>;
217
+ type: _lssm_lib_schema35.FieldType<string, string>;
217
218
  isOptional: false;
218
219
  };
219
220
  appId: {
220
- type: _lssm_lib_schema242.FieldType<string, string>;
221
+ type: _lssm_lib_schema35.FieldType<string, string>;
221
222
  isOptional: false;
222
223
  };
223
224
  locale: {
224
- type: _lssm_lib_schema242.FieldType<string, string>;
225
+ type: _lssm_lib_schema35.FieldType<string, string>;
225
226
  isOptional: false;
226
227
  };
227
228
  key: {
228
- type: _lssm_lib_schema242.FieldType<string, string>;
229
+ type: _lssm_lib_schema35.FieldType<string, string>;
229
230
  isOptional: false;
230
231
  };
231
232
  }>, SchemaModel<{
232
233
  value: {
233
- type: _lssm_lib_schema242.FieldType<string, string>;
234
+ type: _lssm_lib_schema35.FieldType<string, string>;
234
235
  isOptional: true;
235
236
  };
236
237
  source: {
237
- type: _lssm_lib_schema242.FieldType<string, string>;
238
+ type: _lssm_lib_schema35.FieldType<string, string>;
238
239
  isOptional: true;
239
240
  };
240
241
  }>, undefined>;
241
- declare const appConfigContracts: Record<string, OperationSpec<any, any>>;
242
- declare function registerAppConfigContracts(registry: OperationSpecRegistry): OperationSpecRegistry;
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, appConfigContracts, registerAppConfigContracts };
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 appConfigContracts = {
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 registerAppConfigContracts(registry) {
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, appConfigContracts, registerAppConfigContracts };
395
+ export { GetResolvedBrandingQuery, ResolveMessageQuery, UpdateBlueprintTranslationCatalogCommand, UpdateTenantBrandingCommand, UpdateTenantTranslationOverridesCommand, VerifyCustomDomainCommand, appConfigOperations, registerAppConfigOperations };
@@ -1,5 +1,4 @@
1
1
  import { registerDocBlocks } from "../../docs/registry.js";
2
- import "../../registry.js";
3
2
 
4
3
  //#region src/app-config/docs/app-config.docblock.ts
5
4
  const tech_contracts_app_config_DocBlocks = [{
@@ -1,120 +1,120 @@
1
1
  import { EventSpec } from "../events.js";
2
2
  import "../index.js";
3
- import * as _lssm_lib_schema291 from "@lssm/lib.schema";
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: _lssm_lib_schema291.FieldType<string, string>;
9
+ type: _lssm_lib_schema182.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  appId: {
13
- type: _lssm_lib_schema291.FieldType<string, string>;
13
+ type: _lssm_lib_schema182.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  version: {
17
- type: _lssm_lib_schema291.FieldType<number, number>;
17
+ type: _lssm_lib_schema182.FieldType<number, number>;
18
18
  isOptional: false;
19
19
  };
20
20
  blueprintName: {
21
- type: _lssm_lib_schema291.FieldType<string, string>;
21
+ type: _lssm_lib_schema182.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  blueprintVersion: {
25
- type: _lssm_lib_schema291.FieldType<number, number>;
25
+ type: _lssm_lib_schema182.FieldType<number, number>;
26
26
  isOptional: false;
27
27
  };
28
28
  createdBy: {
29
- type: _lssm_lib_schema291.FieldType<string, string>;
29
+ type: _lssm_lib_schema182.FieldType<string, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  clonedFrom: {
33
- type: _lssm_lib_schema291.FieldType<number, number>;
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: _lssm_lib_schema291.FieldType<string, string>;
39
+ type: _lssm_lib_schema182.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  appId: {
43
- type: _lssm_lib_schema291.FieldType<string, string>;
43
+ type: _lssm_lib_schema182.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  version: {
47
- type: _lssm_lib_schema291.FieldType<number, number>;
47
+ type: _lssm_lib_schema182.FieldType<number, number>;
48
48
  isOptional: false;
49
49
  };
50
50
  promotedBy: {
51
- type: _lssm_lib_schema291.FieldType<string, string>;
51
+ type: _lssm_lib_schema182.FieldType<string, string>;
52
52
  isOptional: false;
53
53
  };
54
54
  warnings: {
55
- type: _lssm_lib_schema291.FieldType<string, string>;
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: _lssm_lib_schema291.FieldType<string, string>;
62
+ type: _lssm_lib_schema182.FieldType<string, string>;
63
63
  isOptional: false;
64
64
  };
65
65
  appId: {
66
- type: _lssm_lib_schema291.FieldType<string, string>;
66
+ type: _lssm_lib_schema182.FieldType<string, string>;
67
67
  isOptional: false;
68
68
  };
69
69
  version: {
70
- type: _lssm_lib_schema291.FieldType<number, number>;
70
+ type: _lssm_lib_schema182.FieldType<number, number>;
71
71
  isOptional: false;
72
72
  };
73
73
  previousVersion: {
74
- type: _lssm_lib_schema291.FieldType<number, number>;
74
+ type: _lssm_lib_schema182.FieldType<number, number>;
75
75
  isOptional: true;
76
76
  };
77
77
  publishedBy: {
78
- type: _lssm_lib_schema291.FieldType<string, string>;
78
+ type: _lssm_lib_schema182.FieldType<string, string>;
79
79
  isOptional: false;
80
80
  };
81
81
  changeSummary: {
82
- type: _lssm_lib_schema291.FieldType<string, string>;
82
+ type: _lssm_lib_schema182.FieldType<string, string>;
83
83
  isOptional: true;
84
84
  };
85
85
  changedSections: {
86
- type: _lssm_lib_schema291.FieldType<string, string>;
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: _lssm_lib_schema291.FieldType<string, string>;
93
+ type: _lssm_lib_schema182.FieldType<string, string>;
94
94
  isOptional: false;
95
95
  };
96
96
  appId: {
97
- type: _lssm_lib_schema291.FieldType<string, string>;
97
+ type: _lssm_lib_schema182.FieldType<string, string>;
98
98
  isOptional: false;
99
99
  };
100
100
  newVersion: {
101
- type: _lssm_lib_schema291.FieldType<number, number>;
101
+ type: _lssm_lib_schema182.FieldType<number, number>;
102
102
  isOptional: false;
103
103
  };
104
104
  rolledBackFrom: {
105
- type: _lssm_lib_schema291.FieldType<number, number>;
105
+ type: _lssm_lib_schema182.FieldType<number, number>;
106
106
  isOptional: false;
107
107
  };
108
108
  rolledBackTo: {
109
- type: _lssm_lib_schema291.FieldType<number, number>;
109
+ type: _lssm_lib_schema182.FieldType<number, number>;
110
110
  isOptional: false;
111
111
  };
112
112
  rolledBackBy: {
113
- type: _lssm_lib_schema291.FieldType<string, string>;
113
+ type: _lssm_lib_schema182.FieldType<string, string>;
114
114
  isOptional: false;
115
115
  };
116
116
  reason: {
117
- type: _lssm_lib_schema291.FieldType<string, string>;
117
+ type: _lssm_lib_schema182.FieldType<string, string>;
118
118
  isOptional: false;
119
119
  };
120
120
  }>>;