@marketrix.ai/widget 4.0.100 → 4.0.101

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.
@@ -122,6 +122,7 @@ export declare const WorkspaceSummarySchema: z.ZodObject<{
122
122
  ending_date: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
123
123
  slack_webhook_configured: z.ZodBoolean;
124
124
  }, z.core.$strip>;
125
+ export type WorkspaceSummary = z.infer<typeof WorkspaceSummarySchema>;
125
126
  export declare const ApplicationEntitySchema: z.ZodObject<{
126
127
  id: z.ZodNumber;
127
128
  created_at: z.ZodCoercedDate<unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marketrix.ai/widget",
3
- "version": "4.0.100",
3
+ "version": "4.0.101",
4
4
  "type": "module",
5
5
  "packageManager": "bun@1.4.2",
6
6
  "sideEffects": false,