@datarailsshared/datarailsshared 1.4.146 → 1.4.147

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.
@@ -4133,7 +4133,7 @@
4133
4133
  this.parameters = obj === null || obj === void 0 ? void 0 : obj.parameters;
4134
4134
  this.avatarUrl = (obj === null || obj === void 0 ? void 0 : obj.avatarUrl) ?
4135
4135
  obj.avatarUrl :
4136
- !(obj === null || obj === void 0 ? void 0 : obj.role) || (obj === null || obj === void 0 ? void 0 : obj.role) === exports.ChatRole.ASSISTANT ? document.staticFunc('/genius.svg') : '';
4136
+ !(obj === null || obj === void 0 ? void 0 : obj.role) || (obj === null || obj === void 0 ? void 0 : obj.role) === exports.ChatRole.ASSISTANT ? document.staticFunc('/genius-new.svg') : '';
4137
4137
  this.user = obj === null || obj === void 0 ? void 0 : obj.user;
4138
4138
  }
4139
4139
  return ChatMessage;