@resolveio/server-lib 22.0.18 → 22.0.19

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.
@@ -75,6 +75,7 @@ export declare function buildDisplayTable(docs: any[], options?: {
75
75
  export declare function formatDisplayTableMarkdown(display: AiAssistantDisplayTable): string;
76
76
  export declare function normalizeAssistantNowExprPlaceholders(value: any): any;
77
77
  export declare function rewriteMatchExpressionsToExpr(match: any): any;
78
+ export declare function normalizeAssistantMonthlyCalendarWindowPipeline(pipeline: Array<Record<string, any>>): Array<Record<string, any>>;
78
79
  export declare function stripQueryFieldPathsDeep(query: any, fieldsToStrip: string[]): any;
79
80
  export declare function stripScopedFieldsFromPipeline(pipeline: any[], fieldsToStrip: string[]): any[];
80
81
  export declare function rewriteEmbeddedMatchObjects(query: any): any;