@kl1/contracts 1.1.54 → 1.1.55

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
@@ -1794,7 +1794,8 @@ var SendMessageToPlatformSchema = z33.object({
1794
1794
  z33.literal("post_purchase_update"),
1795
1795
  z33.literal("account_update"),
1796
1796
  z33.literal("confirmed_event_update")
1797
- ]).optional()
1797
+ ]).optional(),
1798
+ telegramBusinessConnectionId: z33.string().nullable()
1798
1799
  }),
1799
1800
  message: z33.object({
1800
1801
  id: z33.string().optional(),