@pylonsync/sdk 0.3.295 → 0.3.297
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.
- package/package.json +1 -1
- package/src/index.ts +1 -7
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -837,13 +837,7 @@ export function entitiesToManifest(
|
|
|
837
837
|
// backing slot so both APIs serialize identically — apps
|
|
838
838
|
// using the procedural `field` exports get the same
|
|
839
839
|
// ManifestField shape as fluent apps.
|
|
840
|
-
const extra = fb._def
|
|
841
|
-
default?:
|
|
842
|
-
| { kind: "value"; value: unknown }
|
|
843
|
-
| { kind: "now" }
|
|
844
|
-
| { kind: "owner" };
|
|
845
|
-
enumValues?: readonly string[];
|
|
846
|
-
};
|
|
840
|
+
const extra = fb._def;
|
|
847
841
|
if (extra.default) {
|
|
848
842
|
f.default =
|
|
849
843
|
extra.default.kind === "now"
|