skedyul 0.1.99 → 0.1.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.
package/dist/.build-stamp CHANGED
@@ -1 +1 @@
1
- 1769146458489
1
+ 1769149568387
package/dist/config.d.ts CHANGED
@@ -207,7 +207,8 @@ export interface PageDefinition {
207
207
  type: PageType;
208
208
  title: string;
209
209
  path?: string;
210
- navigation?: boolean;
210
+ /** Whether to show in navigation - boolean or Liquid template string */
211
+ navigation?: boolean | string;
211
212
  blocks: PageBlockDefinition[];
212
213
  actions?: PageActionDefinition[];
213
214
  filter?: PageInstanceFilter;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skedyul",
3
- "version": "0.1.99",
3
+ "version": "0.1.101",
4
4
  "description": "The Skedyul SDK for Node.js",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",