@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,155 +1,153 @@
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]="901ada24-55fd-5c46-b2dc-d7fe2db03105")}catch(e){}}();
2
- declare const _default: {
3
- title: string;
4
- $schema: string;
5
- type: string;
6
- properties: {
7
- KeymanDeveloperProject: {
8
- properties: {
9
- Options: {
10
- $ref: string;
11
- };
12
- Files: {
13
- $ref: string;
14
- };
15
- templatepath: {
16
- type: string;
17
- $comment: string;
18
- };
19
- stringspath: {
20
- type: string;
21
- $comment: string;
22
- };
23
- state: {
24
- type: string;
25
- $comment: string;
26
- };
27
- Modules: {
28
- oneOf: {
29
- type: string;
30
- }[];
31
- $comment: string;
32
- };
33
- MRU: {
34
- type: string;
35
- $comment: string;
36
- };
37
- };
38
- required: any[];
39
- additionalProperties: boolean;
40
- type: string;
41
- };
42
- };
43
- required: string[];
44
- additionalProperties: boolean;
45
- definitions: {
46
- Options: {
47
- type: string;
48
- properties: {
49
- BuildPath: {
50
- type: string;
51
- };
52
- SourcePath: {
53
- type: string;
54
- };
55
- CompilerWarningsAsErrors: {
56
- type: string;
57
- pattern: string;
58
- };
59
- WarnDeprecatedCode: {
60
- type: string;
61
- pattern: string;
62
- };
63
- CheckFilenameConventions: {
64
- type: string;
65
- pattern: string;
66
- };
67
- ProjectType: {
68
- type: string;
69
- pattern: string;
70
- };
71
- Version: {
72
- type: string;
73
- pattern: string;
74
- };
75
- };
76
- required: any[];
77
- additionalProperties: boolean;
78
- };
79
- Files: {
80
- type: string;
81
- properties: {
82
- File: {
83
- type: string;
84
- items: {
85
- $ref: string;
86
- };
87
- };
88
- };
89
- additionalProperties: boolean;
90
- required: string[];
91
- };
92
- File: {
93
- type: string;
94
- properties: {
95
- ID: {
96
- type: string;
97
- };
98
- Filename: {
99
- type: string;
100
- };
101
- Filepath: {
102
- type: string;
103
- };
104
- FileVersion: {
105
- type: string;
106
- };
107
- FileType: {
108
- type: string;
109
- };
110
- Details: {
111
- $ref: string;
112
- };
113
- ParentFileID: {
114
- type: string;
115
- };
116
- FullPath: {
117
- type: string;
118
- $comment: string;
119
- };
120
- IDEState: {
121
- type: string;
122
- $comment: string;
123
- };
124
- };
125
- required: string[];
126
- additionalProperties: boolean;
127
- };
128
- FileDetails: {
129
- type: string;
130
- properties: {
131
- Name: {
132
- type: string;
133
- };
134
- Copyright: {
135
- type: string;
136
- };
137
- Message: {
138
- type: string;
139
- };
140
- Version: {
141
- type: string;
142
- };
143
- Debug: {
144
- type: string;
145
- $comment: string;
146
- };
147
- };
148
- required: any[];
149
- additionalProperties: boolean;
150
- };
151
- };
152
- };
153
- export default _default;
154
- //# debugId=901ada24-55fd-5c46-b2dc-d7fe2db03105
155
- //# sourceMappingURL=kpj-9.0.schema.d.ts.map
1
+ declare const _default: {
2
+ title: string;
3
+ $schema: string;
4
+ type: string;
5
+ properties: {
6
+ KeymanDeveloperProject: {
7
+ properties: {
8
+ Options: {
9
+ $ref: string;
10
+ };
11
+ Files: {
12
+ $ref: string;
13
+ };
14
+ templatepath: {
15
+ type: string;
16
+ $comment: string;
17
+ };
18
+ stringspath: {
19
+ type: string;
20
+ $comment: string;
21
+ };
22
+ state: {
23
+ type: string;
24
+ $comment: string;
25
+ };
26
+ Modules: {
27
+ oneOf: {
28
+ type: string;
29
+ }[];
30
+ $comment: string;
31
+ };
32
+ MRU: {
33
+ type: string;
34
+ $comment: string;
35
+ };
36
+ };
37
+ required: any[];
38
+ additionalProperties: boolean;
39
+ type: string;
40
+ };
41
+ };
42
+ required: string[];
43
+ additionalProperties: boolean;
44
+ definitions: {
45
+ Options: {
46
+ type: string;
47
+ properties: {
48
+ BuildPath: {
49
+ type: string;
50
+ };
51
+ SourcePath: {
52
+ type: string;
53
+ };
54
+ CompilerWarningsAsErrors: {
55
+ type: string;
56
+ pattern: string;
57
+ };
58
+ WarnDeprecatedCode: {
59
+ type: string;
60
+ pattern: string;
61
+ };
62
+ CheckFilenameConventions: {
63
+ type: string;
64
+ pattern: string;
65
+ };
66
+ ProjectType: {
67
+ type: string;
68
+ pattern: string;
69
+ };
70
+ Version: {
71
+ type: string;
72
+ pattern: string;
73
+ };
74
+ };
75
+ required: any[];
76
+ additionalProperties: boolean;
77
+ };
78
+ Files: {
79
+ type: string;
80
+ properties: {
81
+ File: {
82
+ type: string;
83
+ items: {
84
+ $ref: string;
85
+ };
86
+ };
87
+ };
88
+ additionalProperties: boolean;
89
+ required: string[];
90
+ };
91
+ File: {
92
+ type: string;
93
+ properties: {
94
+ ID: {
95
+ type: string;
96
+ };
97
+ Filename: {
98
+ type: string;
99
+ };
100
+ Filepath: {
101
+ type: string;
102
+ };
103
+ FileVersion: {
104
+ type: string;
105
+ };
106
+ FileType: {
107
+ type: string;
108
+ };
109
+ Details: {
110
+ $ref: string;
111
+ };
112
+ ParentFileID: {
113
+ type: string;
114
+ };
115
+ FullPath: {
116
+ type: string;
117
+ $comment: string;
118
+ };
119
+ IDEState: {
120
+ type: string;
121
+ $comment: string;
122
+ };
123
+ };
124
+ required: string[];
125
+ additionalProperties: boolean;
126
+ };
127
+ FileDetails: {
128
+ type: string;
129
+ properties: {
130
+ Name: {
131
+ type: string;
132
+ };
133
+ Copyright: {
134
+ type: string;
135
+ };
136
+ Message: {
137
+ type: string;
138
+ };
139
+ Version: {
140
+ type: string;
141
+ };
142
+ Debug: {
143
+ type: string;
144
+ $comment: string;
145
+ };
146
+ };
147
+ required: any[];
148
+ additionalProperties: boolean;
149
+ };
150
+ };
151
+ };
152
+ export default _default;
153
+ //# sourceMappingURL=kpj-9.0.schema.d.ts.map
@@ -1 +1 @@
1
- {"debug_id":"901ada24-55fd-5c46-b2dc-d7fe2db03105","file":"kpj-9.0.schema.d.ts","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsIC","names":[],"sourceRoot":"","sources":["../../../src/schemas/kpj-9.0.schema.ts"],"version":3}
1
+ {"version":3,"file":"kpj-9.0.schema.d.ts","sourceRoot":"","sources":["../../../src/schemas/kpj-9.0.schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsIC"}
@@ -1,125 +1,123 @@
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]="643de046-855f-5a8b-b57b-3338fc1907a6")}catch(e){}}();
2
- declare const _default: {
3
- title: string;
4
- $schema: string;
5
- type: string;
6
- properties: {
7
- KeymanDeveloperProject: {
8
- properties: {
9
- Options: {
10
- $ref: string;
11
- };
12
- Files: {
13
- $ref: string;
14
- };
15
- };
16
- required: string[];
17
- additionalProperties: boolean;
18
- type: string;
19
- };
20
- };
21
- required: string[];
22
- additionalProperties: boolean;
23
- definitions: {
24
- Options: {
25
- type: string;
26
- properties: {
27
- BuildPath: {
28
- type: string;
29
- };
30
- SourcePath: {
31
- type: string;
32
- };
33
- CompilerWarningsAsErrors: {
34
- type: string;
35
- pattern: string;
36
- };
37
- WarnDeprecatedCode: {
38
- type: string;
39
- pattern: string;
40
- };
41
- CheckFilenameConventions: {
42
- type: string;
43
- pattern: string;
44
- };
45
- SkipMetadataFiles: {
46
- type: string;
47
- pattern: string;
48
- };
49
- ProjectType: {
50
- type: string;
51
- pattern: string;
52
- };
53
- Version: {
54
- type: string;
55
- pattern: string;
56
- };
57
- };
58
- required: any[];
59
- additionalProperties: boolean;
60
- };
61
- Files: {
62
- type: string;
63
- properties: {
64
- File: {
65
- type: string;
66
- items: {
67
- $ref: string;
68
- };
69
- };
70
- };
71
- additionalProperties: boolean;
72
- required: string[];
73
- };
74
- File: {
75
- type: string;
76
- properties: {
77
- ID: {
78
- type: string;
79
- };
80
- Filename: {
81
- type: string;
82
- };
83
- Filepath: {
84
- type: string;
85
- };
86
- FileVersion: {
87
- type: string;
88
- };
89
- FileType: {
90
- type: string;
91
- };
92
- Details: {
93
- $ref: string;
94
- };
95
- ParentFileID: {
96
- type: string;
97
- };
98
- };
99
- required: string[];
100
- additionalProperties: boolean;
101
- };
102
- FileDetails: {
103
- type: string;
104
- properties: {
105
- Name: {
106
- type: string;
107
- };
108
- Copyright: {
109
- type: string;
110
- };
111
- Message: {
112
- type: string;
113
- };
114
- Version: {
115
- type: string;
116
- };
117
- };
118
- required: any[];
119
- additionalProperties: boolean;
120
- };
121
- };
122
- };
123
- export default _default;
124
- //# debugId=643de046-855f-5a8b-b57b-3338fc1907a6
125
- //# sourceMappingURL=kpj.schema.d.ts.map
1
+ declare const _default: {
2
+ title: string;
3
+ $schema: string;
4
+ type: string;
5
+ properties: {
6
+ KeymanDeveloperProject: {
7
+ properties: {
8
+ Options: {
9
+ $ref: string;
10
+ };
11
+ Files: {
12
+ $ref: string;
13
+ };
14
+ };
15
+ required: string[];
16
+ additionalProperties: boolean;
17
+ type: string;
18
+ };
19
+ };
20
+ required: string[];
21
+ additionalProperties: boolean;
22
+ definitions: {
23
+ Options: {
24
+ type: string;
25
+ properties: {
26
+ BuildPath: {
27
+ type: string;
28
+ };
29
+ SourcePath: {
30
+ type: string;
31
+ };
32
+ CompilerWarningsAsErrors: {
33
+ type: string;
34
+ pattern: string;
35
+ };
36
+ WarnDeprecatedCode: {
37
+ type: string;
38
+ pattern: string;
39
+ };
40
+ CheckFilenameConventions: {
41
+ type: string;
42
+ pattern: string;
43
+ };
44
+ SkipMetadataFiles: {
45
+ type: string;
46
+ pattern: string;
47
+ };
48
+ ProjectType: {
49
+ type: string;
50
+ pattern: string;
51
+ };
52
+ Version: {
53
+ type: string;
54
+ pattern: string;
55
+ };
56
+ };
57
+ required: any[];
58
+ additionalProperties: boolean;
59
+ };
60
+ Files: {
61
+ type: string;
62
+ properties: {
63
+ File: {
64
+ type: string;
65
+ items: {
66
+ $ref: string;
67
+ };
68
+ };
69
+ };
70
+ additionalProperties: boolean;
71
+ required: string[];
72
+ };
73
+ File: {
74
+ type: string;
75
+ properties: {
76
+ ID: {
77
+ type: string;
78
+ };
79
+ Filename: {
80
+ type: string;
81
+ };
82
+ Filepath: {
83
+ type: string;
84
+ };
85
+ FileVersion: {
86
+ type: string;
87
+ };
88
+ FileType: {
89
+ type: string;
90
+ };
91
+ Details: {
92
+ $ref: string;
93
+ };
94
+ ParentFileID: {
95
+ type: string;
96
+ };
97
+ };
98
+ required: string[];
99
+ additionalProperties: boolean;
100
+ };
101
+ FileDetails: {
102
+ type: string;
103
+ properties: {
104
+ Name: {
105
+ type: string;
106
+ };
107
+ Copyright: {
108
+ type: string;
109
+ };
110
+ Message: {
111
+ type: string;
112
+ };
113
+ Version: {
114
+ type: string;
115
+ };
116
+ };
117
+ required: any[];
118
+ additionalProperties: boolean;
119
+ };
120
+ };
121
+ };
122
+ export default _default;
123
+ //# sourceMappingURL=kpj.schema.d.ts.map
@@ -1 +1 @@
1
- {"debug_id":"643de046-855f-5a8b-b57b-3338fc1907a6","file":"kpj.schema.d.ts","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAmIC","names":[],"sourceRoot":"","sources":["../../../src/schemas/kpj.schema.ts"],"version":3}
1
+ {"version":3,"file":"kpj.schema.d.ts","sourceRoot":"","sources":["../../../src/schemas/kpj.schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAmIC"}