@keymanapp/common-types 17.0.256-alpha → 17.0.258-alpha

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 (131) hide show
  1. package/build/src/consts/virtual-key-constants.d.ts +192 -194
  2. package/build/src/consts/virtual-key-constants.d.ts.map +1 -1
  3. package/build/src/keyman-touch-layout/keyman-touch-layout-file-reader.d.ts +6 -8
  4. package/build/src/keyman-touch-layout/keyman-touch-layout-file-reader.d.ts.map +1 -1
  5. package/build/src/keyman-touch-layout/keyman-touch-layout-file-writer.d.ts +29 -31
  6. package/build/src/keyman-touch-layout/keyman-touch-layout-file-writer.d.ts.map +1 -1
  7. package/build/src/keyman-touch-layout/keyman-touch-layout-file.d.ts +96 -98
  8. package/build/src/keyman-touch-layout/keyman-touch-layout-file.d.ts.map +1 -1
  9. package/build/src/keyman-touch-layout/keyman-touch-layout-file.js +29 -5
  10. package/build/src/keyman-touch-layout/keyman-touch-layout-file.js.map +1 -1
  11. package/build/src/kmx/element-string.d.ts +24 -26
  12. package/build/src/kmx/element-string.d.ts.map +1 -1
  13. package/build/src/kmx/keyman-targets.d.ts +21 -23
  14. package/build/src/kmx/keyman-targets.d.ts.map +1 -1
  15. package/build/src/kmx/kmx-builder.d.ts +33 -35
  16. package/build/src/kmx/kmx-builder.d.ts.map +1 -1
  17. package/build/src/kmx/kmx-file-reader.d.ts +14 -16
  18. package/build/src/kmx/kmx-file-reader.d.ts.map +1 -1
  19. package/build/src/kmx/kmx-plus-builder/build-disp.d.ts +19 -21
  20. package/build/src/kmx/kmx-plus-builder/build-disp.d.ts.map +1 -1
  21. package/build/src/kmx/kmx-plus-builder/build-elem.d.ts +29 -31
  22. package/build/src/kmx/kmx-plus-builder/build-elem.d.ts.map +1 -1
  23. package/build/src/kmx/kmx-plus-builder/build-keys.d.ts +57 -59
  24. package/build/src/kmx/kmx-plus-builder/build-keys.d.ts.map +1 -1
  25. package/build/src/kmx/kmx-plus-builder/build-layr.d.ts +54 -56
  26. package/build/src/kmx/kmx-plus-builder/build-layr.d.ts.map +1 -1
  27. package/build/src/kmx/kmx-plus-builder/build-list.d.ts +36 -38
  28. package/build/src/kmx/kmx-plus-builder/build-list.d.ts.map +1 -1
  29. package/build/src/kmx/kmx-plus-builder/build-loca.d.ts +12 -14
  30. package/build/src/kmx/kmx-plus-builder/build-loca.d.ts.map +1 -1
  31. package/build/src/kmx/kmx-plus-builder/build-meta.d.ts +17 -19
  32. package/build/src/kmx/kmx-plus-builder/build-meta.d.ts.map +1 -1
  33. package/build/src/kmx/kmx-plus-builder/build-sect.d.ts +16 -18
  34. package/build/src/kmx/kmx-plus-builder/build-sect.d.ts.map +1 -1
  35. package/build/src/kmx/kmx-plus-builder/build-strs.d.ts +23 -25
  36. package/build/src/kmx/kmx-plus-builder/build-strs.d.ts.map +1 -1
  37. package/build/src/kmx/kmx-plus-builder/build-tran.d.ts +33 -35
  38. package/build/src/kmx/kmx-plus-builder/build-tran.d.ts.map +1 -1
  39. package/build/src/kmx/kmx-plus-builder/build-uset.d.ts +31 -33
  40. package/build/src/kmx/kmx-plus-builder/build-uset.d.ts.map +1 -1
  41. package/build/src/kmx/kmx-plus-builder/build-vars.d.ts +22 -24
  42. package/build/src/kmx/kmx-plus-builder/build-vars.d.ts.map +1 -1
  43. package/build/src/kmx/kmx-plus-builder/builder-section.d.ts +10 -12
  44. package/build/src/kmx/kmx-plus-builder/builder-section.d.ts.map +1 -1
  45. package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.d.ts +43 -45
  46. package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.d.ts.map +1 -1
  47. package/build/src/kmx/kmx-plus.d.ts +320 -322
  48. package/build/src/kmx/kmx-plus.d.ts.map +1 -1
  49. package/build/src/kmx/kmx.d.ts +234 -236
  50. package/build/src/kmx/kmx.d.ts.map +1 -1
  51. package/build/src/kmx/string-list.d.ts +36 -38
  52. package/build/src/kmx/string-list.d.ts.map +1 -1
  53. package/build/src/kpj/keyman-developer-project.d.ts +79 -81
  54. package/build/src/kpj/keyman-developer-project.d.ts.map +1 -1
  55. package/build/src/kpj/kpj-file-reader.d.ts +19 -21
  56. package/build/src/kpj/kpj-file-reader.d.ts.map +1 -1
  57. package/build/src/kpj/kpj-file.d.ts +40 -42
  58. package/build/src/kpj/kpj-file.d.ts.map +1 -1
  59. package/build/src/kvk/kvk-file-reader.d.ts +5 -7
  60. package/build/src/kvk/kvk-file-reader.d.ts.map +1 -1
  61. package/build/src/kvk/kvk-file-writer.d.ts +20 -22
  62. package/build/src/kvk/kvk-file-writer.d.ts.map +1 -1
  63. package/build/src/kvk/kvk-file.d.ts +67 -69
  64. package/build/src/kvk/kvk-file.d.ts.map +1 -1
  65. package/build/src/kvk/kvk-file.js +26 -2
  66. package/build/src/kvk/kvk-file.js.map +1 -1
  67. package/build/src/kvk/kvks-file-reader.d.ts +24 -26
  68. package/build/src/kvk/kvks-file-reader.d.ts.map +1 -1
  69. package/build/src/kvk/kvks-file-writer.d.ts +7 -9
  70. package/build/src/kvk/kvks-file-writer.d.ts.map +1 -1
  71. package/build/src/kvk/kvks-file.d.ts +44 -46
  72. package/build/src/kvk/kvks-file.d.ts.map +1 -1
  73. package/build/src/kvk/visual-keyboard.d.ts +45 -47
  74. package/build/src/kvk/visual-keyboard.d.ts.map +1 -1
  75. package/build/src/kvk/visual-keyboard.js +5 -2
  76. package/build/src/kvk/visual-keyboard.js.map +1 -1
  77. package/build/src/ldml-keyboard/ldml-keyboard-testdata-xml.d.ts +61 -63
  78. package/build/src/ldml-keyboard/ldml-keyboard-testdata-xml.d.ts.map +1 -1
  79. package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.d.ts +96 -98
  80. package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.d.ts.map +1 -1
  81. package/build/src/ldml-keyboard/ldml-keyboard-xml.d.ts +171 -173
  82. package/build/src/ldml-keyboard/ldml-keyboard-xml.d.ts.map +1 -1
  83. package/build/src/ldml-keyboard/pattern-parser.d.ts +196 -198
  84. package/build/src/ldml-keyboard/pattern-parser.d.ts.map +1 -1
  85. package/build/src/ldml-keyboard/unicodeset-parser-api.d.ts +38 -40
  86. package/build/src/ldml-keyboard/unicodeset-parser-api.d.ts.map +1 -1
  87. package/build/src/main.d.ts +35 -37
  88. package/build/src/main.d.ts.map +1 -1
  89. package/build/src/osk/osk.d.ts +23 -25
  90. package/build/src/osk/osk.d.ts.map +1 -1
  91. package/build/src/package/kmp-json-file.d.ts +116 -118
  92. package/build/src/package/kmp-json-file.d.ts.map +1 -1
  93. package/build/src/package/kps-file.d.ts +176 -178
  94. package/build/src/package/kps-file.d.ts.map +1 -1
  95. package/build/src/schema-validators.d.ts +14 -16
  96. package/build/src/schema-validators.d.ts.map +1 -1
  97. package/build/src/schemas/displaymap.schema.d.ts +58 -60
  98. package/build/src/schemas/displaymap.schema.d.ts.map +1 -1
  99. package/build/src/schemas/keyboard_info.schema.d.ts +210 -212
  100. package/build/src/schemas/keyboard_info.schema.d.ts.map +1 -1
  101. package/build/src/schemas/keyman-touch-layout.clean.spec.d.ts +228 -230
  102. package/build/src/schemas/keyman-touch-layout.clean.spec.d.ts.map +1 -1
  103. package/build/src/schemas/keyman-touch-layout.spec.d.ts +230 -232
  104. package/build/src/schemas/keyman-touch-layout.spec.d.ts.map +1 -1
  105. package/build/src/schemas/kmp.schema.d.ts +325 -327
  106. package/build/src/schemas/kmp.schema.d.ts.map +1 -1
  107. package/build/src/schemas/kpj-9.0.schema.d.ts +153 -155
  108. package/build/src/schemas/kpj-9.0.schema.d.ts.map +1 -1
  109. package/build/src/schemas/kpj.schema.d.ts +123 -125
  110. package/build/src/schemas/kpj.schema.d.ts.map +1 -1
  111. package/build/src/schemas/kvks.schema.d.ts +161 -163
  112. package/build/src/schemas/kvks.schema.d.ts.map +1 -1
  113. package/build/src/schemas/ldml-keyboard3.schema.d.ts +633 -635
  114. package/build/src/schemas/ldml-keyboard3.schema.d.ts.map +1 -1
  115. package/build/src/schemas/ldml-keyboardtest3.schema.d.ts +190 -192
  116. package/build/src/schemas/ldml-keyboardtest3.schema.d.ts.map +1 -1
  117. package/build/src/schemas.d.ts +2295 -2297
  118. package/build/src/schemas.d.ts.map +1 -1
  119. package/build/src/util/common-events.d.ts +45 -47
  120. package/build/src/util/common-events.d.ts.map +1 -1
  121. package/build/src/util/compiler-interfaces.d.ts +367 -369
  122. package/build/src/util/compiler-interfaces.d.ts.map +1 -1
  123. package/build/src/util/errors.d.ts +6 -8
  124. package/build/src/util/errors.d.ts.map +1 -1
  125. package/build/src/util/file-types.d.ts +94 -96
  126. package/build/src/util/file-types.d.ts.map +1 -1
  127. package/build/src/util/file-types.js +30 -2
  128. package/build/src/util/file-types.js.map +1 -1
  129. package/build/src/util/util.d.ts +67 -69
  130. package/build/src/util/util.d.ts.map +1 -1
  131. package/package.json +2 -2
@@ -1,327 +1,325 @@
1
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="a70e283c-8f06-5a0c-973d-c799590f6ec0")}catch(e){}}();
2
- declare const _default: {
3
- $schema: string;
4
- $ref: string;
5
- definitions: {
6
- package: {
7
- type: string;
8
- properties: {
9
- system: {
10
- $ref: string;
11
- };
12
- options: {
13
- $ref: string;
14
- };
15
- startMenu: {
16
- $ref: string;
17
- };
18
- strings: {
19
- $ref: string;
20
- };
21
- files: {
22
- $ref: string;
23
- };
24
- keyboards: {
25
- $ref: string;
26
- };
27
- lexicalModels: {
28
- $ref: string;
29
- };
30
- info: {
31
- $ref: string;
32
- };
33
- relatedPackages: {
34
- type: string;
35
- items: {
36
- $ref: string;
37
- };
38
- };
39
- };
40
- additionalProperties: boolean;
41
- required: string[];
42
- };
43
- system: {
44
- type: string;
45
- properties: {
46
- keymanDeveloperVersion: {
47
- type: string;
48
- };
49
- fileVersion: {
50
- type: string;
51
- };
52
- };
53
- additionalProperties: boolean;
54
- required: string[];
55
- };
56
- options: {
57
- type: string;
58
- properties: {
59
- readmeFile: {
60
- type: string;
61
- };
62
- graphicFile: {
63
- type: string;
64
- };
65
- licenseFile: {
66
- type: string;
67
- };
68
- welcomeFile: {
69
- type: string;
70
- };
71
- executeProgram: {
72
- type: string;
73
- };
74
- msiFilename: {
75
- type: string;
76
- };
77
- msiOptions: {
78
- type: string;
79
- };
80
- };
81
- additionalProperties: boolean;
82
- };
83
- startMenu: {
84
- type: string;
85
- properties: {
86
- folder: {
87
- type: string;
88
- };
89
- addUninstallEntry: {
90
- type: string;
91
- };
92
- items: {
93
- type: string;
94
- items: {
95
- $ref: string;
96
- };
97
- };
98
- };
99
- additionalProperties: boolean;
100
- };
101
- startMenuItem: {
102
- type: string;
103
- properties: {
104
- name: {
105
- type: string;
106
- };
107
- filename: {
108
- type: string;
109
- };
110
- arguments: {
111
- type: string;
112
- };
113
- icon: {
114
- type: string;
115
- };
116
- location: {
117
- type: string;
118
- };
119
- };
120
- additionalProperties: boolean;
121
- required: string[];
122
- };
123
- strings: {
124
- type: string;
125
- patternProperties: {
126
- ".": {
127
- type: string;
128
- };
129
- };
130
- additionalProperties: boolean;
131
- };
132
- files: {
133
- type: string;
134
- items: {
135
- $ref: string;
136
- };
137
- };
138
- file: {
139
- type: string;
140
- properties: {
141
- name: {
142
- type: string;
143
- };
144
- description: {
145
- type: string;
146
- };
147
- copyLocation: {
148
- type: string;
149
- };
150
- };
151
- additionalProperties: boolean;
152
- required: string[];
153
- };
154
- keyboards: {
155
- type: string;
156
- items: {
157
- $ref: string;
158
- };
159
- };
160
- keyboard: {
161
- type: string;
162
- properties: {
163
- name: {
164
- type: string;
165
- };
166
- id: {
167
- type: string;
168
- };
169
- version: {
170
- type: string;
171
- };
172
- oskFont: {
173
- type: string;
174
- };
175
- displayFont: {
176
- type: string;
177
- };
178
- rtl: {
179
- type: string;
180
- };
181
- languages: {
182
- type: string;
183
- items: {
184
- $ref: string;
185
- };
186
- };
187
- examples: {
188
- type: string;
189
- items: {
190
- $ref: string;
191
- };
192
- };
193
- webOskFonts: {
194
- type: string;
195
- items: {
196
- type: string;
197
- };
198
- };
199
- webDisplayFonts: {
200
- type: string;
201
- items: {
202
- type: string;
203
- };
204
- };
205
- };
206
- additionalProperties: boolean;
207
- required: string[];
208
- };
209
- keyboardLanguage: {
210
- type: string;
211
- properties: {
212
- name: {
213
- type: string;
214
- };
215
- id: {
216
- type: string;
217
- };
218
- };
219
- additionalProperties: boolean;
220
- required: string[];
221
- };
222
- info: {
223
- type: string;
224
- properties: {
225
- website: {
226
- $ref: string;
227
- };
228
- version: {
229
- $ref: string;
230
- };
231
- name: {
232
- $ref: string;
233
- };
234
- copyright: {
235
- $ref: string;
236
- };
237
- author: {
238
- $ref: string;
239
- };
240
- description: {
241
- $ref: string;
242
- };
243
- };
244
- additionalProperties: boolean;
245
- };
246
- infoItem: {
247
- type: string;
248
- properties: {
249
- description: {
250
- type: string;
251
- };
252
- url: {
253
- type: string;
254
- };
255
- };
256
- additionalProperties: boolean;
257
- required: string[];
258
- };
259
- lexicalModels: {
260
- type: string;
261
- items: {
262
- $ref: string;
263
- };
264
- };
265
- lexicalModel: {
266
- type: string;
267
- properties: {
268
- name: {
269
- type: string;
270
- };
271
- id: {
272
- type: string;
273
- };
274
- version: {
275
- type: string;
276
- };
277
- rtl: {
278
- type: string;
279
- };
280
- languages: {
281
- type: string;
282
- items: {
283
- $ref: string;
284
- };
285
- };
286
- };
287
- additionalProperties: boolean;
288
- required: string[];
289
- };
290
- keyboardExample: {
291
- type: string;
292
- properties: {
293
- id: {
294
- type: string;
295
- };
296
- keys: {
297
- type: string;
298
- };
299
- text: {
300
- type: string;
301
- };
302
- note: {
303
- type: string;
304
- };
305
- };
306
- additionalProperties: boolean;
307
- required: string[];
308
- };
309
- relatedPackage: {
310
- type: string;
311
- properties: {
312
- id: {
313
- type: string;
314
- };
315
- relationship: {
316
- type: string;
317
- enum: string[];
318
- };
319
- };
320
- additionalProperties: boolean;
321
- required: string[];
322
- };
323
- };
324
- };
325
- export default _default;
326
- //# debugId=a70e283c-8f06-5a0c-973d-c799590f6ec0
327
- //# sourceMappingURL=kmp.schema.d.ts.map
1
+ declare const _default: {
2
+ $schema: string;
3
+ $ref: string;
4
+ definitions: {
5
+ package: {
6
+ type: string;
7
+ properties: {
8
+ system: {
9
+ $ref: string;
10
+ };
11
+ options: {
12
+ $ref: string;
13
+ };
14
+ startMenu: {
15
+ $ref: string;
16
+ };
17
+ strings: {
18
+ $ref: string;
19
+ };
20
+ files: {
21
+ $ref: string;
22
+ };
23
+ keyboards: {
24
+ $ref: string;
25
+ };
26
+ lexicalModels: {
27
+ $ref: string;
28
+ };
29
+ info: {
30
+ $ref: string;
31
+ };
32
+ relatedPackages: {
33
+ type: string;
34
+ items: {
35
+ $ref: string;
36
+ };
37
+ };
38
+ };
39
+ additionalProperties: boolean;
40
+ required: string[];
41
+ };
42
+ system: {
43
+ type: string;
44
+ properties: {
45
+ keymanDeveloperVersion: {
46
+ type: string;
47
+ };
48
+ fileVersion: {
49
+ type: string;
50
+ };
51
+ };
52
+ additionalProperties: boolean;
53
+ required: string[];
54
+ };
55
+ options: {
56
+ type: string;
57
+ properties: {
58
+ readmeFile: {
59
+ type: string;
60
+ };
61
+ graphicFile: {
62
+ type: string;
63
+ };
64
+ licenseFile: {
65
+ type: string;
66
+ };
67
+ welcomeFile: {
68
+ type: string;
69
+ };
70
+ executeProgram: {
71
+ type: string;
72
+ };
73
+ msiFilename: {
74
+ type: string;
75
+ };
76
+ msiOptions: {
77
+ type: string;
78
+ };
79
+ };
80
+ additionalProperties: boolean;
81
+ };
82
+ startMenu: {
83
+ type: string;
84
+ properties: {
85
+ folder: {
86
+ type: string;
87
+ };
88
+ addUninstallEntry: {
89
+ type: string;
90
+ };
91
+ items: {
92
+ type: string;
93
+ items: {
94
+ $ref: string;
95
+ };
96
+ };
97
+ };
98
+ additionalProperties: boolean;
99
+ };
100
+ startMenuItem: {
101
+ type: string;
102
+ properties: {
103
+ name: {
104
+ type: string;
105
+ };
106
+ filename: {
107
+ type: string;
108
+ };
109
+ arguments: {
110
+ type: string;
111
+ };
112
+ icon: {
113
+ type: string;
114
+ };
115
+ location: {
116
+ type: string;
117
+ };
118
+ };
119
+ additionalProperties: boolean;
120
+ required: string[];
121
+ };
122
+ strings: {
123
+ type: string;
124
+ patternProperties: {
125
+ ".": {
126
+ type: string;
127
+ };
128
+ };
129
+ additionalProperties: boolean;
130
+ };
131
+ files: {
132
+ type: string;
133
+ items: {
134
+ $ref: string;
135
+ };
136
+ };
137
+ file: {
138
+ type: string;
139
+ properties: {
140
+ name: {
141
+ type: string;
142
+ };
143
+ description: {
144
+ type: string;
145
+ };
146
+ copyLocation: {
147
+ type: string;
148
+ };
149
+ };
150
+ additionalProperties: boolean;
151
+ required: string[];
152
+ };
153
+ keyboards: {
154
+ type: string;
155
+ items: {
156
+ $ref: string;
157
+ };
158
+ };
159
+ keyboard: {
160
+ type: string;
161
+ properties: {
162
+ name: {
163
+ type: string;
164
+ };
165
+ id: {
166
+ type: string;
167
+ };
168
+ version: {
169
+ type: string;
170
+ };
171
+ oskFont: {
172
+ type: string;
173
+ };
174
+ displayFont: {
175
+ type: string;
176
+ };
177
+ rtl: {
178
+ type: string;
179
+ };
180
+ languages: {
181
+ type: string;
182
+ items: {
183
+ $ref: string;
184
+ };
185
+ };
186
+ examples: {
187
+ type: string;
188
+ items: {
189
+ $ref: string;
190
+ };
191
+ };
192
+ webOskFonts: {
193
+ type: string;
194
+ items: {
195
+ type: string;
196
+ };
197
+ };
198
+ webDisplayFonts: {
199
+ type: string;
200
+ items: {
201
+ type: string;
202
+ };
203
+ };
204
+ };
205
+ additionalProperties: boolean;
206
+ required: string[];
207
+ };
208
+ keyboardLanguage: {
209
+ type: string;
210
+ properties: {
211
+ name: {
212
+ type: string;
213
+ };
214
+ id: {
215
+ type: string;
216
+ };
217
+ };
218
+ additionalProperties: boolean;
219
+ required: string[];
220
+ };
221
+ info: {
222
+ type: string;
223
+ properties: {
224
+ website: {
225
+ $ref: string;
226
+ };
227
+ version: {
228
+ $ref: string;
229
+ };
230
+ name: {
231
+ $ref: string;
232
+ };
233
+ copyright: {
234
+ $ref: string;
235
+ };
236
+ author: {
237
+ $ref: string;
238
+ };
239
+ description: {
240
+ $ref: string;
241
+ };
242
+ };
243
+ additionalProperties: boolean;
244
+ };
245
+ infoItem: {
246
+ type: string;
247
+ properties: {
248
+ description: {
249
+ type: string;
250
+ };
251
+ url: {
252
+ type: string;
253
+ };
254
+ };
255
+ additionalProperties: boolean;
256
+ required: string[];
257
+ };
258
+ lexicalModels: {
259
+ type: string;
260
+ items: {
261
+ $ref: string;
262
+ };
263
+ };
264
+ lexicalModel: {
265
+ type: string;
266
+ properties: {
267
+ name: {
268
+ type: string;
269
+ };
270
+ id: {
271
+ type: string;
272
+ };
273
+ version: {
274
+ type: string;
275
+ };
276
+ rtl: {
277
+ type: string;
278
+ };
279
+ languages: {
280
+ type: string;
281
+ items: {
282
+ $ref: string;
283
+ };
284
+ };
285
+ };
286
+ additionalProperties: boolean;
287
+ required: string[];
288
+ };
289
+ keyboardExample: {
290
+ type: string;
291
+ properties: {
292
+ id: {
293
+ type: string;
294
+ };
295
+ keys: {
296
+ type: string;
297
+ };
298
+ text: {
299
+ type: string;
300
+ };
301
+ note: {
302
+ type: string;
303
+ };
304
+ };
305
+ additionalProperties: boolean;
306
+ required: string[];
307
+ };
308
+ relatedPackage: {
309
+ type: string;
310
+ properties: {
311
+ id: {
312
+ type: string;
313
+ };
314
+ relationship: {
315
+ type: string;
316
+ enum: string[];
317
+ };
318
+ };
319
+ additionalProperties: boolean;
320
+ required: string[];
321
+ };
322
+ };
323
+ };
324
+ export default _default;
325
+ //# sourceMappingURL=kmp.schema.d.ts.map
@@ -1 +1 @@
1
- {"debug_id":"a70e283c-8f06-5a0c-973d-c799590f6ec0","file":"kmp.schema.d.ts","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAiWC","names":[],"sourceRoot":"","sources":["../../../src/schemas/kmp.schema.ts"],"version":3}
1
+ {"version":3,"file":"kmp.schema.d.ts","sourceRoot":"","sources":["../../../src/schemas/kmp.schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAiWC"}