@kl1/contracts 1.0.89 → 1.0.90

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.mjs CHANGED
@@ -1700,7 +1700,8 @@ var ConnectChannelSchema = z30.object({
1700
1700
  type: ChannelTypeSchema,
1701
1701
  metadata: ChannelMetadataSchema,
1702
1702
  platformId: z30.string(),
1703
- connectedUserId: z30.string()
1703
+ connectedUserId: z30.string(),
1704
+ connectedUserName: z30.string().optional()
1704
1705
  });
1705
1706
  var ConnectLineChannelSchema = z30.object({
1706
1707
  lineId: z30.string().optional(),