skedyul 0.1.58 → 0.1.60

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
- 1769031652921
1
+ 1769035279117
package/dist/schemas.d.ts CHANGED
@@ -1206,8 +1206,6 @@ export type PageBlockType = z.infer<typeof PageBlockTypeSchema>;
1206
1206
  export type PageFieldType = z.infer<typeof PageFieldTypeSchema>;
1207
1207
  /** Page field source for data binding */
1208
1208
  export type PageFieldSource = z.infer<typeof PageFieldSourceSchema>;
1209
- /** Page field definition */
1210
- export type PageFieldDefinition = z.infer<typeof PageFieldDefinitionSchema>;
1211
1209
  /** Page action definition */
1212
1210
  export type PageActionDefinition = z.infer<typeof PageActionDefinitionSchema>;
1213
1211
  /** Page block definition */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skedyul",
3
- "version": "0.1.58",
3
+ "version": "0.1.60",
4
4
  "description": "The Skedyul SDK for Node.js",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",