@flashbacktech/tsclient 0.4.48 → 0.4.49

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/dist/index.cjs CHANGED
@@ -359,6 +359,8 @@ function normalize(wire) {
359
359
  name: wire.name,
360
360
  orgId: wire.orgId,
361
361
  default: wire.default ?? false,
362
+ isReferenceProject: wire.isReferenceProject ?? false,
363
+ preferredAiProvider: wire.preferredAiProvider ?? null,
362
364
  users: wire.users ?? []
363
365
  };
364
366
  }