@yorkie-js/schema 0.6.21 → 0.6.22
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.
|
@@ -20229,7 +20229,13 @@ class Vd {
|
|
|
20229
20229
|
t.length > 0 && (n.optional = t), h.push(n);
|
|
20230
20230
|
for (const s of i.properties) {
|
|
20231
20231
|
const e = `${c}.${s.name}`;
|
|
20232
|
-
this.expandType(
|
|
20232
|
+
this.expandType(
|
|
20233
|
+
s.type,
|
|
20234
|
+
e,
|
|
20235
|
+
h,
|
|
20236
|
+
p,
|
|
20237
|
+
a
|
|
20238
|
+
);
|
|
20233
20239
|
}
|
|
20234
20240
|
break;
|
|
20235
20241
|
}
|