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