@lssm/lib.contracts 1.7.2 → 1.7.4

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 (37) hide show
  1. package/dist/app-config/contracts.d.ts +50 -50
  2. package/dist/app-config/contracts.d.ts.map +1 -1
  3. package/dist/app-config/events.d.ts +27 -27
  4. package/dist/app-config/events.d.ts.map +1 -1
  5. package/dist/app-config/events.js.map +1 -1
  6. package/dist/app-config/lifecycle-contracts.d.ts +80 -80
  7. package/dist/app-config/lifecycle-contracts.d.ts.map +1 -1
  8. package/dist/capabilities/openbanking.d.ts.map +1 -1
  9. package/dist/capabilities/openbanking.js.map +1 -1
  10. package/dist/graphql-federation/dist/index.js +2 -0
  11. package/dist/graphql-federation/dist/index.js.map +1 -0
  12. package/dist/integrations/contracts.d.ts +102 -102
  13. package/dist/integrations/openbanking/contracts/accounts.d.ts +66 -66
  14. package/dist/integrations/openbanking/contracts/balances.d.ts +34 -34
  15. package/dist/integrations/openbanking/contracts/index.js.map +1 -1
  16. package/dist/integrations/openbanking/contracts/transactions.d.ts +48 -48
  17. package/dist/integrations/openbanking/guards.js.map +1 -1
  18. package/dist/integrations/openbanking/models.d.ts +55 -55
  19. package/dist/integrations/openbanking/models.js.map +1 -1
  20. package/dist/integrations/openbanking/telemetry.js.map +1 -1
  21. package/dist/integrations/providers/powens.js.map +1 -1
  22. package/dist/knowledge/contracts.d.ts +66 -66
  23. package/dist/knowledge/contracts.js.map +1 -1
  24. package/dist/knowledge/spaces/product-canon.js.map +1 -1
  25. package/dist/knowledge/spaces/support-faq.js.map +1 -1
  26. package/dist/knowledge/spec.js.map +1 -1
  27. package/dist/onboarding-base.d.ts +29 -29
  28. package/dist/onboarding-base.d.ts.map +1 -1
  29. package/dist/regenerator/executor.js.map +1 -1
  30. package/dist/regenerator/service.js.map +1 -1
  31. package/dist/regenerator/sinks.js.map +1 -1
  32. package/dist/regenerator/utils.js.map +1 -1
  33. package/dist/server/graphql-schema-export.js +1 -1
  34. package/dist/server/graphql-schema-export.js.map +1 -1
  35. package/package.json +173 -2
  36. package/dist/graphql-federation/src/index.js +0 -2
  37. package/dist/graphql-federation/src/index.js.map +0 -1
@@ -1,38 +1,38 @@
1
1
  import { ContractSpec } from "../spec.js";
2
2
  import { SpecRegistry } from "../registry.js";
3
- import * as _lssm_lib_schema0 from "@lssm/lib.schema";
3
+ import * as _lssm_lib_schema78 from "@lssm/lib.schema";
4
4
  import { SchemaModel } from "@lssm/lib.schema";
5
5
 
6
6
  //#region src/app-config/contracts.d.ts
7
7
  declare const UpdateTenantBrandingCommand: ContractSpec<SchemaModel<{
8
8
  tenantId: {
9
- type: _lssm_lib_schema0.FieldType<string, string>;
9
+ type: _lssm_lib_schema78.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  appId: {
13
- type: _lssm_lib_schema0.FieldType<string, string>;
13
+ type: _lssm_lib_schema78.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  environment: {
17
- type: _lssm_lib_schema0.FieldType<string, string>;
17
+ type: _lssm_lib_schema78.FieldType<string, string>;
18
18
  isOptional: true;
19
19
  };
20
20
  appName: {
21
- type: _lssm_lib_schema0.FieldType<Record<string, unknown>, Record<string, unknown>>;
21
+ type: _lssm_lib_schema78.FieldType<Record<string, unknown>, Record<string, unknown>>;
22
22
  isOptional: true;
23
23
  };
24
24
  assets: {
25
25
  type: SchemaModel<{
26
26
  type: {
27
- type: _lssm_lib_schema0.FieldType<string, string>;
27
+ type: _lssm_lib_schema78.FieldType<string, string>;
28
28
  isOptional: false;
29
29
  };
30
30
  url: {
31
- type: _lssm_lib_schema0.FieldType<string, string>;
31
+ type: _lssm_lib_schema78.FieldType<string, string>;
32
32
  isOptional: false;
33
33
  };
34
34
  mimeType: {
35
- type: _lssm_lib_schema0.FieldType<string, string>;
35
+ type: _lssm_lib_schema78.FieldType<string, string>;
36
36
  isOptional: true;
37
37
  };
38
38
  }>;
@@ -40,92 +40,92 @@ declare const UpdateTenantBrandingCommand: ContractSpec<SchemaModel<{
40
40
  isArray: true;
41
41
  };
42
42
  colors: {
43
- type: _lssm_lib_schema0.FieldType<Record<string, unknown>, Record<string, unknown>>;
43
+ type: _lssm_lib_schema78.FieldType<Record<string, unknown>, Record<string, unknown>>;
44
44
  isOptional: true;
45
45
  };
46
46
  customDomain: {
47
- type: _lssm_lib_schema0.FieldType<string, string>;
47
+ type: _lssm_lib_schema78.FieldType<string, string>;
48
48
  isOptional: true;
49
49
  };
50
50
  subdomain: {
51
- type: _lssm_lib_schema0.FieldType<string, string>;
51
+ type: _lssm_lib_schema78.FieldType<string, string>;
52
52
  isOptional: true;
53
53
  };
54
54
  }>, SchemaModel<{
55
55
  success: {
56
- type: _lssm_lib_schema0.FieldType<boolean, boolean>;
56
+ type: _lssm_lib_schema78.FieldType<boolean, boolean>;
57
57
  isOptional: false;
58
58
  };
59
59
  updatedAt: {
60
- type: _lssm_lib_schema0.FieldType<Date, string>;
60
+ type: _lssm_lib_schema78.FieldType<Date, string>;
61
61
  isOptional: false;
62
62
  };
63
63
  }>, undefined>;
64
64
  declare const VerifyCustomDomainCommand: ContractSpec<SchemaModel<{
65
65
  tenantId: {
66
- type: _lssm_lib_schema0.FieldType<string, string>;
66
+ type: _lssm_lib_schema78.FieldType<string, string>;
67
67
  isOptional: false;
68
68
  };
69
69
  appId: {
70
- type: _lssm_lib_schema0.FieldType<string, string>;
70
+ type: _lssm_lib_schema78.FieldType<string, string>;
71
71
  isOptional: false;
72
72
  };
73
73
  domain: {
74
- type: _lssm_lib_schema0.FieldType<string, string>;
74
+ type: _lssm_lib_schema78.FieldType<string, string>;
75
75
  isOptional: false;
76
76
  };
77
77
  }>, SchemaModel<{
78
78
  status: {
79
- type: _lssm_lib_schema0.FieldType<string, string>;
79
+ type: _lssm_lib_schema78.FieldType<string, string>;
80
80
  isOptional: false;
81
81
  };
82
82
  message: {
83
- type: _lssm_lib_schema0.FieldType<string, string>;
83
+ type: _lssm_lib_schema78.FieldType<string, string>;
84
84
  isOptional: true;
85
85
  };
86
86
  }>, undefined>;
87
87
  declare const UpdateBlueprintTranslationCatalogCommand: ContractSpec<SchemaModel<{
88
88
  blueprintName: {
89
- type: _lssm_lib_schema0.FieldType<string, string>;
89
+ type: _lssm_lib_schema78.FieldType<string, string>;
90
90
  isOptional: false;
91
91
  };
92
92
  blueprintVersion: {
93
- type: _lssm_lib_schema0.FieldType<number, number>;
93
+ type: _lssm_lib_schema78.FieldType<number, number>;
94
94
  isOptional: false;
95
95
  };
96
96
  catalogName: {
97
- type: _lssm_lib_schema0.FieldType<string, string>;
97
+ type: _lssm_lib_schema78.FieldType<string, string>;
98
98
  isOptional: false;
99
99
  };
100
100
  catalogVersion: {
101
- type: _lssm_lib_schema0.FieldType<number, number>;
101
+ type: _lssm_lib_schema78.FieldType<number, number>;
102
102
  isOptional: false;
103
103
  };
104
104
  defaultLocale: {
105
- type: _lssm_lib_schema0.FieldType<string, string>;
105
+ type: _lssm_lib_schema78.FieldType<string, string>;
106
106
  isOptional: false;
107
107
  };
108
108
  supportedLocales: {
109
- type: _lssm_lib_schema0.FieldType<string, string>;
109
+ type: _lssm_lib_schema78.FieldType<string, string>;
110
110
  isOptional: false;
111
111
  isArray: true;
112
112
  };
113
113
  entries: {
114
114
  type: SchemaModel<{
115
115
  key: {
116
- type: _lssm_lib_schema0.FieldType<string, string>;
116
+ type: _lssm_lib_schema78.FieldType<string, string>;
117
117
  isOptional: false;
118
118
  };
119
119
  locale: {
120
- type: _lssm_lib_schema0.FieldType<string, string>;
120
+ type: _lssm_lib_schema78.FieldType<string, string>;
121
121
  isOptional: false;
122
122
  };
123
123
  value: {
124
- type: _lssm_lib_schema0.FieldType<string, string>;
124
+ type: _lssm_lib_schema78.FieldType<string, string>;
125
125
  isOptional: false;
126
126
  };
127
127
  context: {
128
- type: _lssm_lib_schema0.FieldType<string, string>;
128
+ type: _lssm_lib_schema78.FieldType<string, string>;
129
129
  isOptional: true;
130
130
  };
131
131
  }>;
@@ -134,39 +134,39 @@ declare const UpdateBlueprintTranslationCatalogCommand: ContractSpec<SchemaModel
134
134
  };
135
135
  }>, SchemaModel<{
136
136
  success: {
137
- type: _lssm_lib_schema0.FieldType<boolean, boolean>;
137
+ type: _lssm_lib_schema78.FieldType<boolean, boolean>;
138
138
  isOptional: false;
139
139
  };
140
140
  updatedAt: {
141
- type: _lssm_lib_schema0.FieldType<Date, string>;
141
+ type: _lssm_lib_schema78.FieldType<Date, string>;
142
142
  isOptional: false;
143
143
  };
144
144
  }>, undefined>;
145
145
  declare const UpdateTenantTranslationOverridesCommand: ContractSpec<SchemaModel<{
146
146
  tenantId: {
147
- type: _lssm_lib_schema0.FieldType<string, string>;
147
+ type: _lssm_lib_schema78.FieldType<string, string>;
148
148
  isOptional: false;
149
149
  };
150
150
  appId: {
151
- type: _lssm_lib_schema0.FieldType<string, string>;
151
+ type: _lssm_lib_schema78.FieldType<string, string>;
152
152
  isOptional: false;
153
153
  };
154
154
  entries: {
155
155
  type: SchemaModel<{
156
156
  key: {
157
- type: _lssm_lib_schema0.FieldType<string, string>;
157
+ type: _lssm_lib_schema78.FieldType<string, string>;
158
158
  isOptional: false;
159
159
  };
160
160
  locale: {
161
- type: _lssm_lib_schema0.FieldType<string, string>;
161
+ type: _lssm_lib_schema78.FieldType<string, string>;
162
162
  isOptional: false;
163
163
  };
164
164
  value: {
165
- type: _lssm_lib_schema0.FieldType<string, string>;
165
+ type: _lssm_lib_schema78.FieldType<string, string>;
166
166
  isOptional: false;
167
167
  };
168
168
  context: {
169
- type: _lssm_lib_schema0.FieldType<string, string>;
169
+ type: _lssm_lib_schema78.FieldType<string, string>;
170
170
  isOptional: true;
171
171
  };
172
172
  }>;
@@ -174,67 +174,67 @@ declare const UpdateTenantTranslationOverridesCommand: ContractSpec<SchemaModel<
174
174
  isArray: true;
175
175
  };
176
176
  defaultLocale: {
177
- type: _lssm_lib_schema0.FieldType<string, string>;
177
+ type: _lssm_lib_schema78.FieldType<string, string>;
178
178
  isOptional: true;
179
179
  };
180
180
  enabledLocales: {
181
- type: _lssm_lib_schema0.FieldType<string, string>;
181
+ type: _lssm_lib_schema78.FieldType<string, string>;
182
182
  isOptional: true;
183
183
  isArray: true;
184
184
  };
185
185
  }>, SchemaModel<{
186
186
  success: {
187
- type: _lssm_lib_schema0.FieldType<boolean, boolean>;
187
+ type: _lssm_lib_schema78.FieldType<boolean, boolean>;
188
188
  isOptional: false;
189
189
  };
190
190
  updatedAt: {
191
- type: _lssm_lib_schema0.FieldType<Date, string>;
191
+ type: _lssm_lib_schema78.FieldType<Date, string>;
192
192
  isOptional: false;
193
193
  };
194
194
  }>, undefined>;
195
195
  declare const GetResolvedBrandingQuery: ContractSpec<SchemaModel<{
196
196
  tenantId: {
197
- type: _lssm_lib_schema0.FieldType<string, string>;
197
+ type: _lssm_lib_schema78.FieldType<string, string>;
198
198
  isOptional: false;
199
199
  };
200
200
  appId: {
201
- type: _lssm_lib_schema0.FieldType<string, string>;
201
+ type: _lssm_lib_schema78.FieldType<string, string>;
202
202
  isOptional: false;
203
203
  };
204
204
  environment: {
205
- type: _lssm_lib_schema0.FieldType<string, string>;
205
+ type: _lssm_lib_schema78.FieldType<string, string>;
206
206
  isOptional: true;
207
207
  };
208
208
  }>, SchemaModel<{
209
209
  branding: {
210
- type: _lssm_lib_schema0.FieldType<Record<string, unknown>, Record<string, unknown>>;
210
+ type: _lssm_lib_schema78.FieldType<Record<string, unknown>, Record<string, unknown>>;
211
211
  isOptional: false;
212
212
  };
213
213
  }>, undefined>;
214
214
  declare const ResolveMessageQuery: ContractSpec<SchemaModel<{
215
215
  tenantId: {
216
- type: _lssm_lib_schema0.FieldType<string, string>;
216
+ type: _lssm_lib_schema78.FieldType<string, string>;
217
217
  isOptional: false;
218
218
  };
219
219
  appId: {
220
- type: _lssm_lib_schema0.FieldType<string, string>;
220
+ type: _lssm_lib_schema78.FieldType<string, string>;
221
221
  isOptional: false;
222
222
  };
223
223
  locale: {
224
- type: _lssm_lib_schema0.FieldType<string, string>;
224
+ type: _lssm_lib_schema78.FieldType<string, string>;
225
225
  isOptional: false;
226
226
  };
227
227
  key: {
228
- type: _lssm_lib_schema0.FieldType<string, string>;
228
+ type: _lssm_lib_schema78.FieldType<string, string>;
229
229
  isOptional: false;
230
230
  };
231
231
  }>, SchemaModel<{
232
232
  value: {
233
- type: _lssm_lib_schema0.FieldType<string, string>;
233
+ type: _lssm_lib_schema78.FieldType<string, string>;
234
234
  isOptional: true;
235
235
  };
236
236
  source: {
237
- type: _lssm_lib_schema0.FieldType<string, string>;
237
+ type: _lssm_lib_schema78.FieldType<string, string>;
238
238
  isOptional: true;
239
239
  };
240
240
  }>, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"contracts.d.ts","names":[],"sources":["../../src/app-config/contracts.ts"],"sourcesContent":[],"mappings":";;;;;;cAgIa,6BAA2B,aAAA;;UAoBtC,iBAAA,CAAA;IApBW,UAAA,EAAA,KAAA;EAoBX,CAAA;;;;;;;;;;;;;;;MApBsC,IAAA,EAAA;QAAA,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;QAAA,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;QAAA,UAAA,EAAA,KAAA;MAsB3B,CAAA;MAoBX,QAAA,EAAA;;;MApBoC,CAAA;IAAA,CAAA,CAAA;;;EAAA,CAAA;EAAA,MAAA,EAAA;IAsBzB,IAAA,6BAoBX,OAAA,CAAA,MAAA,EAAA,OAAA,CAAA,QAAA,CAAA,MAAA,EAAA,OAAA,CAAA,CAAA;IAAA,UAAA,EAAA,IAAA;;;;;;;;;;;EApBmD,OAAA,EAAA;IAAA,IAAA,EA5Cb,iBAAA,CAAA,SA4Ca,CAAA,OAAA,EAAA,OAAA,CAAA;;;;IAAA,IAAA,6BAAA,KAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAsBxC,CAAA;CAoBX,CAAA,EAAA,SAAA,CAAA;cAhEW,2BAAyB,aAAA;;UAoBpC,iBAAA,CAAA;;;;;;EAwBkD,CAAA;EAAA,MAAA,EAAA;;;;CAAA,CAAA,aAAA,CAAA;EAAA,MAAA,EAAA;IAsBvC,IAAA,EAlEyB,iBAAA,CAAA,SAkGpC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;IAhCmC,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;cA5CxB,0CAAwC,aAAA;EA4ChB,aAAA,EAAA;IAAA,IAAA,EAxBnC,iBAAA,CAAA,SAwBmC,CAAA,MAAA,EAAA,MAAA,CAAA;IAkCxB,UAAA,EAAA,KAAA;EAqBX,CAAA;;;;EArB8B,CAAA;EAAA,WAAA,EAAA;;;EAAA,CAAA;EAAA,cAAA,EAAA;IAuBnB,IAAA,6BAAmC,CAAf,MAAA,EAAM,MAAA,CAAA;IASvB,UAAA,EAAA,KAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UA9GqC,iBAAA,CAAA;;;;;;;;cAsBxC,yCAAuC,aAAA;;UAoBlD,iBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UApBkD,iBAAA,CAAA;;;;;;;;cAsBvC,0BAAwB,aAAA;;UAgCnC,iBAAA,CAAA;;;;;;;;;;;;;;;;;cAEW,qBAAmB,aAAA;;UAqB9B,iBAAA,CAAA;;;;;;;;;;;;;;;;;UArB8B,iBAAA,CAAA;;;;;;;;cAuBnB,oBAAoB,eAAe;iBAShC,0BAAA,WAAqC,eAAY"}
1
+ {"version":3,"file":"contracts.d.ts","names":[],"sources":["../../src/app-config/contracts.ts"],"sourcesContent":[],"mappings":";;;;;;cAgIa,6BAA2B,aAAA;;UAoBtC,kBAAA,CAAA;IApBW,UAAA,EAAA,KAAA;EAoBX,CAAA;;;;;;;;;;;;;;;MApBsC,IAAA,EAAA;QAAA,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;QAAA,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;QAAA,UAAA,EAAA,KAAA;MAsB3B,CAAA;MAoBX,QAAA,EAAA;;;MApBoC,CAAA;IAAA,CAAA,CAAA;;;EAAA,CAAA;EAAA,MAAA,EAAA;IAsBzB,IAAA,8BAoBX,OAAA,CAAA,MAAA,EAAA,OAAA,CAAA,QAAA,CAAA,MAAA,EAAA,OAAA,CAAA,CAAA;IAAA,UAAA,EAAA,IAAA;;;;;;;;;;;EApBmD,OAAA,EAAA;IAAA,IAAA,EA5Cb,kBAAA,CAAA,SA4Ca,CAAA,OAAA,EAAA,OAAA,CAAA;;;;IAAA,IAAA,8BAAA,KAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAsBxC,CAAA;CAoBX,CAAA,EAAA,SAAA,CAAA;cAhEW,2BAAyB,aAAA;;UAoBpC,kBAAA,CAAA;;;;;;EAwBkD,CAAA;EAAA,MAAA,EAAA;;;;CAAA,CAAA,aAAA,CAAA;EAAA,MAAA,EAAA;IAsBvC,IAAA,EAlEyB,kBAAA,CAAA,SAkGpC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;IAhCmC,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;cA5CxB,0CAAwC,aAAA;EA4ChB,aAAA,EAAA;IAAA,IAAA,EAxBnC,kBAAA,CAAA,SAwBmC,CAAA,MAAA,EAAA,MAAA,CAAA;IAkCxB,UAAA,EAAA,KAAA;EAqBX,CAAA;;;;EArB8B,CAAA;EAAA,WAAA,EAAA;;;EAAA,CAAA;EAAA,cAAA,EAAA;IAuBnB,IAAA,8BAAmC,CAAf,MAAA,EAAM,MAAA,CAAA;IASvB,UAAA,EAAA,KAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UA9GqC,kBAAA,CAAA;;;;;;;;cAsBxC,yCAAuC,aAAA;;UAoBlD,kBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UApBkD,kBAAA,CAAA;;;;;;;;cAsBvC,0BAAwB,aAAA;;UAgCnC,kBAAA,CAAA;;;;;;;;;;;;;;;;;cAEW,qBAAmB,aAAA;;UAqB9B,kBAAA,CAAA;;;;;;;;;;;;;;;;;UArB8B,kBAAA,CAAA;;;;;;;;cAuBnB,oBAAoB,eAAe;iBAShC,0BAAA,WAAqC,eAAY"}
@@ -1,120 +1,120 @@
1
1
  import { EventSpec } from "../events.js";
2
2
  import "../index.js";
3
- import * as _lssm_lib_schema76 from "@lssm/lib.schema";
3
+ import * as _lssm_lib_schema127 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_schema76.FieldType<string, string>;
9
+ type: _lssm_lib_schema127.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  appId: {
13
- type: _lssm_lib_schema76.FieldType<string, string>;
13
+ type: _lssm_lib_schema127.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  version: {
17
- type: _lssm_lib_schema76.FieldType<number, number>;
17
+ type: _lssm_lib_schema127.FieldType<number, number>;
18
18
  isOptional: false;
19
19
  };
20
20
  blueprintName: {
21
- type: _lssm_lib_schema76.FieldType<string, string>;
21
+ type: _lssm_lib_schema127.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  blueprintVersion: {
25
- type: _lssm_lib_schema76.FieldType<number, number>;
25
+ type: _lssm_lib_schema127.FieldType<number, number>;
26
26
  isOptional: false;
27
27
  };
28
28
  createdBy: {
29
- type: _lssm_lib_schema76.FieldType<string, string>;
29
+ type: _lssm_lib_schema127.FieldType<string, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  clonedFrom: {
33
- type: _lssm_lib_schema76.FieldType<number, number>;
33
+ type: _lssm_lib_schema127.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_schema76.FieldType<string, string>;
39
+ type: _lssm_lib_schema127.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  appId: {
43
- type: _lssm_lib_schema76.FieldType<string, string>;
43
+ type: _lssm_lib_schema127.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  version: {
47
- type: _lssm_lib_schema76.FieldType<number, number>;
47
+ type: _lssm_lib_schema127.FieldType<number, number>;
48
48
  isOptional: false;
49
49
  };
50
50
  promotedBy: {
51
- type: _lssm_lib_schema76.FieldType<string, string>;
51
+ type: _lssm_lib_schema127.FieldType<string, string>;
52
52
  isOptional: false;
53
53
  };
54
54
  warnings: {
55
- type: _lssm_lib_schema76.FieldType<string, string>;
55
+ type: _lssm_lib_schema127.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_schema76.FieldType<string, string>;
62
+ type: _lssm_lib_schema127.FieldType<string, string>;
63
63
  isOptional: false;
64
64
  };
65
65
  appId: {
66
- type: _lssm_lib_schema76.FieldType<string, string>;
66
+ type: _lssm_lib_schema127.FieldType<string, string>;
67
67
  isOptional: false;
68
68
  };
69
69
  version: {
70
- type: _lssm_lib_schema76.FieldType<number, number>;
70
+ type: _lssm_lib_schema127.FieldType<number, number>;
71
71
  isOptional: false;
72
72
  };
73
73
  previousVersion: {
74
- type: _lssm_lib_schema76.FieldType<number, number>;
74
+ type: _lssm_lib_schema127.FieldType<number, number>;
75
75
  isOptional: true;
76
76
  };
77
77
  publishedBy: {
78
- type: _lssm_lib_schema76.FieldType<string, string>;
78
+ type: _lssm_lib_schema127.FieldType<string, string>;
79
79
  isOptional: false;
80
80
  };
81
81
  changeSummary: {
82
- type: _lssm_lib_schema76.FieldType<string, string>;
82
+ type: _lssm_lib_schema127.FieldType<string, string>;
83
83
  isOptional: true;
84
84
  };
85
85
  changedSections: {
86
- type: _lssm_lib_schema76.FieldType<string, string>;
86
+ type: _lssm_lib_schema127.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_schema76.FieldType<string, string>;
93
+ type: _lssm_lib_schema127.FieldType<string, string>;
94
94
  isOptional: false;
95
95
  };
96
96
  appId: {
97
- type: _lssm_lib_schema76.FieldType<string, string>;
97
+ type: _lssm_lib_schema127.FieldType<string, string>;
98
98
  isOptional: false;
99
99
  };
100
100
  newVersion: {
101
- type: _lssm_lib_schema76.FieldType<number, number>;
101
+ type: _lssm_lib_schema127.FieldType<number, number>;
102
102
  isOptional: false;
103
103
  };
104
104
  rolledBackFrom: {
105
- type: _lssm_lib_schema76.FieldType<number, number>;
105
+ type: _lssm_lib_schema127.FieldType<number, number>;
106
106
  isOptional: false;
107
107
  };
108
108
  rolledBackTo: {
109
- type: _lssm_lib_schema76.FieldType<number, number>;
109
+ type: _lssm_lib_schema127.FieldType<number, number>;
110
110
  isOptional: false;
111
111
  };
112
112
  rolledBackBy: {
113
- type: _lssm_lib_schema76.FieldType<string, string>;
113
+ type: _lssm_lib_schema127.FieldType<string, string>;
114
114
  isOptional: false;
115
115
  };
116
116
  reason: {
117
- type: _lssm_lib_schema76.FieldType<string, string>;
117
+ type: _lssm_lib_schema127.FieldType<string, string>;
118
118
  isOptional: false;
119
119
  };
120
120
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","names":[],"sources":["../../src/app-config/events.ts"],"sourcesContent":[],"mappings":";;;;;;cAca,yBAAuB,UAAA;;UAoBlC,kBAAA,CAAA;;;EApBW,KAAA,EAAA;IAoBX,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;EApBkC,aAAA,EAAA;IAAA,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAsBvB,CAAA;EAmBX,gBAAA,EAAA;;;;;IAnBuC,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;EAqB5B,UAAA,EAAA;IA8BX,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;cAnDW,8BAA4B,UAAA;;UAmBvC,kBAAA,CAAA;IAE+B,UAAA,EAAA,KAAA;EAAA,CAAA;EAAA,KAAA,EAAA;IAgCpB,IAAA,8BA0BX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;IA1BgC,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;;;;;;;cAhCrB,sBAAoB,UAAA;;UA8B/B,kBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAEW,uBAAqB,UAAA;;UA0BhC,kBAAA,CAAA"}
1
+ {"version":3,"file":"events.d.ts","names":[],"sources":["../../src/app-config/events.ts"],"sourcesContent":[],"mappings":";;;;;;cAca,yBAAuB,UAAA;;UAoBlC,mBAAA,CAAA;;;EApBW,KAAA,EAAA;IAoBX,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;EApBkC,aAAA,EAAA;IAAA,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAsBvB,CAAA;EAmBX,gBAAA,EAAA;;;;;IAnBuC,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;EAqB5B,UAAA,EAAA;IA8BX,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;cAnDW,8BAA4B,UAAA;;UAmBvC,mBAAA,CAAA;IAE+B,UAAA,EAAA,KAAA;EAAA,CAAA;EAAA,KAAA,EAAA;IAgCpB,IAAA,+BA0BX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;IA1BgC,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;;;;;;;cAhCrB,sBAAoB,UAAA;;UA8B/B,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAEW,uBAAqB,UAAA;;UA0BhC,mBAAA,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"events.js","names":["SchemaModel","ScalarTypeEnum"],"sources":["../../src/app-config/events.ts"],"sourcesContent":["import { SchemaModel, ScalarTypeEnum } from '@lssm/lib.schema';\nimport { defineEvent } from '../events';\nimport { OwnersEnum, StabilityEnum, TagsEnum } from '../ownership';\n\nconst lifecycleOwnership = {\n title: 'Tenant App Config Lifecycle',\n description:\n 'Events emitted when tenant app configurations move through lifecycle stages.',\n domain: 'app-config.lifecycle',\n owners: [OwnersEnum.PlatformSigil],\n tags: [TagsEnum.Hygiene],\n stability: StabilityEnum.Beta,\n};\n\nexport const ConfigDraftCreatedEvent = defineEvent({\n name: 'app_config.draft_created',\n version: 1,\n description: 'A new tenant config draft was created.',\n ownership: lifecycleOwnership,\n payload: new SchemaModel({\n name: 'ConfigDraftCreatedPayload',\n fields: {\n tenantId: { type: ScalarTypeEnum.ID(), isOptional: false },\n appId: { type: ScalarTypeEnum.ID(), isOptional: false },\n version: { type: ScalarTypeEnum.Int_unsecure(), isOptional: false },\n blueprintName: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },\n blueprintVersion: {\n type: ScalarTypeEnum.Int_unsecure(),\n isOptional: false,\n },\n createdBy: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },\n clonedFrom: { type: ScalarTypeEnum.Int_unsecure(), isOptional: true },\n },\n }),\n});\n\nexport const ConfigPromotedToPreviewEvent = defineEvent({\n name: 'app_config.promoted_to_preview',\n version: 1,\n description: 'A tenant config draft was promoted to preview.',\n ownership: lifecycleOwnership,\n payload: new SchemaModel({\n name: 'ConfigPromotedToPreviewPayload',\n fields: {\n tenantId: { type: ScalarTypeEnum.ID(), isOptional: false },\n appId: { type: ScalarTypeEnum.ID(), isOptional: false },\n version: { type: ScalarTypeEnum.Int_unsecure(), isOptional: false },\n promotedBy: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },\n warnings: {\n type: ScalarTypeEnum.String_unsecure(),\n isOptional: true,\n isArray: true,\n },\n },\n }),\n});\n\nexport const ConfigPublishedEvent = defineEvent({\n name: 'app_config.published',\n version: 1,\n description: 'A tenant config version was published to production.',\n ownership: lifecycleOwnership,\n payload: new SchemaModel({\n name: 'ConfigPublishedPayload',\n fields: {\n tenantId: { type: ScalarTypeEnum.ID(), isOptional: false },\n appId: { type: ScalarTypeEnum.ID(), isOptional: false },\n version: { type: ScalarTypeEnum.Int_unsecure(), isOptional: false },\n previousVersion: {\n type: ScalarTypeEnum.Int_unsecure(),\n isOptional: true,\n },\n publishedBy: {\n type: ScalarTypeEnum.String_unsecure(),\n isOptional: false,\n },\n changeSummary: {\n type: ScalarTypeEnum.String_unsecure(),\n isOptional: true,\n },\n changedSections: {\n type: ScalarTypeEnum.String_unsecure(),\n isOptional: true,\n isArray: true,\n },\n },\n }),\n});\n\nexport const ConfigRolledBackEvent = defineEvent({\n name: 'app_config.rolled_back',\n version: 1,\n description: 'A tenant config was rolled back to a previous version.',\n ownership: lifecycleOwnership,\n payload: new SchemaModel({\n name: 'ConfigRolledBackPayload',\n fields: {\n tenantId: { type: ScalarTypeEnum.ID(), isOptional: false },\n appId: { type: ScalarTypeEnum.ID(), isOptional: false },\n newVersion: { type: ScalarTypeEnum.Int_unsecure(), isOptional: false },\n rolledBackFrom: {\n type: ScalarTypeEnum.Int_unsecure(),\n isOptional: false,\n },\n rolledBackTo: {\n type: ScalarTypeEnum.Int_unsecure(),\n isOptional: false,\n },\n rolledBackBy: {\n type: ScalarTypeEnum.String_unsecure(),\n isOptional: false,\n },\n reason: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },\n },\n }),\n});\n\n\n\n\n\n"],"mappings":"2PAIA,MAAM,EAAqB,CACzB,MAAO,8BACP,YACE,+EACF,OAAQ,uBACR,OAAQ,CAAC,EAAW,cAAc,CAClC,KAAM,CAAC,EAAS,QAAQ,CACxB,UAAW,EAAc,KAC1B,CAEY,EAA0B,EAAY,CACjD,KAAM,2BACN,QAAS,EACT,YAAa,yCACb,UAAW,EACX,QAAS,IAAIA,EAAY,CACvB,KAAM,4BACN,OAAQ,CACN,SAAU,CAAE,KAAMC,EAAe,IAAI,CAAE,WAAY,GAAO,CAC1D,MAAO,CAAE,KAAMA,EAAe,IAAI,CAAE,WAAY,GAAO,CACvD,QAAS,CAAE,KAAMA,EAAe,cAAc,CAAE,WAAY,GAAO,CACnE,cAAe,CAAE,KAAMA,EAAe,iBAAiB,CAAE,WAAY,GAAO,CAC5E,iBAAkB,CAChB,KAAMA,EAAe,cAAc,CACnC,WAAY,GACb,CACD,UAAW,CAAE,KAAMA,EAAe,iBAAiB,CAAE,WAAY,GAAO,CACxE,WAAY,CAAE,KAAMA,EAAe,cAAc,CAAE,WAAY,GAAM,CACtE,CACF,CAAC,CACH,CAAC,CAEW,EAA+B,EAAY,CACtD,KAAM,iCACN,QAAS,EACT,YAAa,iDACb,UAAW,EACX,QAAS,IAAID,EAAY,CACvB,KAAM,iCACN,OAAQ,CACN,SAAU,CAAE,KAAMC,EAAe,IAAI,CAAE,WAAY,GAAO,CAC1D,MAAO,CAAE,KAAMA,EAAe,IAAI,CAAE,WAAY,GAAO,CACvD,QAAS,CAAE,KAAMA,EAAe,cAAc,CAAE,WAAY,GAAO,CACnE,WAAY,CAAE,KAAMA,EAAe,iBAAiB,CAAE,WAAY,GAAO,CACzE,SAAU,CACR,KAAMA,EAAe,iBAAiB,CACtC,WAAY,GACZ,QAAS,GACV,CACF,CACF,CAAC,CACH,CAAC,CAEW,EAAuB,EAAY,CAC9C,KAAM,uBACN,QAAS,EACT,YAAa,uDACb,UAAW,EACX,QAAS,IAAID,EAAY,CACvB,KAAM,yBACN,OAAQ,CACN,SAAU,CAAE,KAAMC,EAAe,IAAI,CAAE,WAAY,GAAO,CAC1D,MAAO,CAAE,KAAMA,EAAe,IAAI,CAAE,WAAY,GAAO,CACvD,QAAS,CAAE,KAAMA,EAAe,cAAc,CAAE,WAAY,GAAO,CACnE,gBAAiB,CACf,KAAMA,EAAe,cAAc,CACnC,WAAY,GACb,CACD,YAAa,CACX,KAAMA,EAAe,iBAAiB,CACtC,WAAY,GACb,CACD,cAAe,CACb,KAAMA,EAAe,iBAAiB,CACtC,WAAY,GACb,CACD,gBAAiB,CACf,KAAMA,EAAe,iBAAiB,CACtC,WAAY,GACZ,QAAS,GACV,CACF,CACF,CAAC,CACH,CAAC,CAEW,EAAwB,EAAY,CAC/C,KAAM,yBACN,QAAS,EACT,YAAa,yDACb,UAAW,EACX,QAAS,IAAID,EAAY,CACvB,KAAM,0BACN,OAAQ,CACN,SAAU,CAAE,KAAMC,EAAe,IAAI,CAAE,WAAY,GAAO,CAC1D,MAAO,CAAE,KAAMA,EAAe,IAAI,CAAE,WAAY,GAAO,CACvD,WAAY,CAAE,KAAMA,EAAe,cAAc,CAAE,WAAY,GAAO,CACtE,eAAgB,CACd,KAAMA,EAAe,cAAc,CACnC,WAAY,GACb,CACD,aAAc,CACZ,KAAMA,EAAe,cAAc,CACnC,WAAY,GACb,CACD,aAAc,CACZ,KAAMA,EAAe,iBAAiB,CACtC,WAAY,GACb,CACD,OAAQ,CAAE,KAAMA,EAAe,iBAAiB,CAAE,WAAY,GAAO,CACtE,CACF,CAAC,CACH,CAAC"}
1
+ {"version":3,"file":"events.js","names":["SchemaModel","ScalarTypeEnum"],"sources":["../../src/app-config/events.ts"],"sourcesContent":["import { SchemaModel, ScalarTypeEnum } from '@lssm/lib.schema';\nimport { defineEvent } from '../events';\nimport { OwnersEnum, StabilityEnum, TagsEnum } from '../ownership';\n\nconst lifecycleOwnership = {\n title: 'Tenant App Config Lifecycle',\n description:\n 'Events emitted when tenant app configurations move through lifecycle stages.',\n domain: 'app-config.lifecycle',\n owners: [OwnersEnum.PlatformSigil],\n tags: [TagsEnum.Hygiene],\n stability: StabilityEnum.Beta,\n};\n\nexport const ConfigDraftCreatedEvent = defineEvent({\n name: 'app_config.draft_created',\n version: 1,\n description: 'A new tenant config draft was created.',\n ownership: lifecycleOwnership,\n payload: new SchemaModel({\n name: 'ConfigDraftCreatedPayload',\n fields: {\n tenantId: { type: ScalarTypeEnum.ID(), isOptional: false },\n appId: { type: ScalarTypeEnum.ID(), isOptional: false },\n version: { type: ScalarTypeEnum.Int_unsecure(), isOptional: false },\n blueprintName: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },\n blueprintVersion: {\n type: ScalarTypeEnum.Int_unsecure(),\n isOptional: false,\n },\n createdBy: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },\n clonedFrom: { type: ScalarTypeEnum.Int_unsecure(), isOptional: true },\n },\n }),\n});\n\nexport const ConfigPromotedToPreviewEvent = defineEvent({\n name: 'app_config.promoted_to_preview',\n version: 1,\n description: 'A tenant config draft was promoted to preview.',\n ownership: lifecycleOwnership,\n payload: new SchemaModel({\n name: 'ConfigPromotedToPreviewPayload',\n fields: {\n tenantId: { type: ScalarTypeEnum.ID(), isOptional: false },\n appId: { type: ScalarTypeEnum.ID(), isOptional: false },\n version: { type: ScalarTypeEnum.Int_unsecure(), isOptional: false },\n promotedBy: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },\n warnings: {\n type: ScalarTypeEnum.String_unsecure(),\n isOptional: true,\n isArray: true,\n },\n },\n }),\n});\n\nexport const ConfigPublishedEvent = defineEvent({\n name: 'app_config.published',\n version: 1,\n description: 'A tenant config version was published to production.',\n ownership: lifecycleOwnership,\n payload: new SchemaModel({\n name: 'ConfigPublishedPayload',\n fields: {\n tenantId: { type: ScalarTypeEnum.ID(), isOptional: false },\n appId: { type: ScalarTypeEnum.ID(), isOptional: false },\n version: { type: ScalarTypeEnum.Int_unsecure(), isOptional: false },\n previousVersion: {\n type: ScalarTypeEnum.Int_unsecure(),\n isOptional: true,\n },\n publishedBy: {\n type: ScalarTypeEnum.String_unsecure(),\n isOptional: false,\n },\n changeSummary: {\n type: ScalarTypeEnum.String_unsecure(),\n isOptional: true,\n },\n changedSections: {\n type: ScalarTypeEnum.String_unsecure(),\n isOptional: true,\n isArray: true,\n },\n },\n }),\n});\n\nexport const ConfigRolledBackEvent = defineEvent({\n name: 'app_config.rolled_back',\n version: 1,\n description: 'A tenant config was rolled back to a previous version.',\n ownership: lifecycleOwnership,\n payload: new SchemaModel({\n name: 'ConfigRolledBackPayload',\n fields: {\n tenantId: { type: ScalarTypeEnum.ID(), isOptional: false },\n appId: { type: ScalarTypeEnum.ID(), isOptional: false },\n newVersion: { type: ScalarTypeEnum.Int_unsecure(), isOptional: false },\n rolledBackFrom: {\n type: ScalarTypeEnum.Int_unsecure(),\n isOptional: false,\n },\n rolledBackTo: {\n type: ScalarTypeEnum.Int_unsecure(),\n isOptional: false,\n },\n rolledBackBy: {\n type: ScalarTypeEnum.String_unsecure(),\n isOptional: false,\n },\n reason: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },\n },\n }),\n});\n\n\n\n\n\n\n\n"],"mappings":"2PAIA,MAAM,EAAqB,CACzB,MAAO,8BACP,YACE,+EACF,OAAQ,uBACR,OAAQ,CAAC,EAAW,cAAc,CAClC,KAAM,CAAC,EAAS,QAAQ,CACxB,UAAW,EAAc,KAC1B,CAEY,EAA0B,EAAY,CACjD,KAAM,2BACN,QAAS,EACT,YAAa,yCACb,UAAW,EACX,QAAS,IAAIA,EAAY,CACvB,KAAM,4BACN,OAAQ,CACN,SAAU,CAAE,KAAMC,EAAe,IAAI,CAAE,WAAY,GAAO,CAC1D,MAAO,CAAE,KAAMA,EAAe,IAAI,CAAE,WAAY,GAAO,CACvD,QAAS,CAAE,KAAMA,EAAe,cAAc,CAAE,WAAY,GAAO,CACnE,cAAe,CAAE,KAAMA,EAAe,iBAAiB,CAAE,WAAY,GAAO,CAC5E,iBAAkB,CAChB,KAAMA,EAAe,cAAc,CACnC,WAAY,GACb,CACD,UAAW,CAAE,KAAMA,EAAe,iBAAiB,CAAE,WAAY,GAAO,CACxE,WAAY,CAAE,KAAMA,EAAe,cAAc,CAAE,WAAY,GAAM,CACtE,CACF,CAAC,CACH,CAAC,CAEW,EAA+B,EAAY,CACtD,KAAM,iCACN,QAAS,EACT,YAAa,iDACb,UAAW,EACX,QAAS,IAAID,EAAY,CACvB,KAAM,iCACN,OAAQ,CACN,SAAU,CAAE,KAAMC,EAAe,IAAI,CAAE,WAAY,GAAO,CAC1D,MAAO,CAAE,KAAMA,EAAe,IAAI,CAAE,WAAY,GAAO,CACvD,QAAS,CAAE,KAAMA,EAAe,cAAc,CAAE,WAAY,GAAO,CACnE,WAAY,CAAE,KAAMA,EAAe,iBAAiB,CAAE,WAAY,GAAO,CACzE,SAAU,CACR,KAAMA,EAAe,iBAAiB,CACtC,WAAY,GACZ,QAAS,GACV,CACF,CACF,CAAC,CACH,CAAC,CAEW,EAAuB,EAAY,CAC9C,KAAM,uBACN,QAAS,EACT,YAAa,uDACb,UAAW,EACX,QAAS,IAAID,EAAY,CACvB,KAAM,yBACN,OAAQ,CACN,SAAU,CAAE,KAAMC,EAAe,IAAI,CAAE,WAAY,GAAO,CAC1D,MAAO,CAAE,KAAMA,EAAe,IAAI,CAAE,WAAY,GAAO,CACvD,QAAS,CAAE,KAAMA,EAAe,cAAc,CAAE,WAAY,GAAO,CACnE,gBAAiB,CACf,KAAMA,EAAe,cAAc,CACnC,WAAY,GACb,CACD,YAAa,CACX,KAAMA,EAAe,iBAAiB,CACtC,WAAY,GACb,CACD,cAAe,CACb,KAAMA,EAAe,iBAAiB,CACtC,WAAY,GACb,CACD,gBAAiB,CACf,KAAMA,EAAe,iBAAiB,CACtC,WAAY,GACZ,QAAS,GACV,CACF,CACF,CAAC,CACH,CAAC,CAEW,EAAwB,EAAY,CAC/C,KAAM,yBACN,QAAS,EACT,YAAa,yDACb,UAAW,EACX,QAAS,IAAID,EAAY,CACvB,KAAM,0BACN,OAAQ,CACN,SAAU,CAAE,KAAMC,EAAe,IAAI,CAAE,WAAY,GAAO,CAC1D,MAAO,CAAE,KAAMA,EAAe,IAAI,CAAE,WAAY,GAAO,CACvD,WAAY,CAAE,KAAMA,EAAe,cAAc,CAAE,WAAY,GAAO,CACtE,eAAgB,CACd,KAAMA,EAAe,cAAc,CACnC,WAAY,GACb,CACD,aAAc,CACZ,KAAMA,EAAe,cAAc,CACnC,WAAY,GACb,CACD,aAAc,CACZ,KAAMA,EAAe,iBAAiB,CACtC,WAAY,GACb,CACD,OAAQ,CAAE,KAAMA,EAAe,iBAAiB,CAAE,WAAY,GAAO,CACtE,CACF,CAAC,CACH,CAAC"}