@syntaxcircus/cmsify-client 0.3.0 → 0.3.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syntaxcircus/cmsify-client",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "First-party TypeScript client for the Cmsify API.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -45,5 +45,5 @@
45
45
  "typescript": "^5.8.0",
46
46
  "vitest": "^3.1.0"
47
47
  },
48
- "gitHead": "0040ede9b4270ef55ae912868febe0010fd1632a"
48
+ "gitHead": "d60c627a87f99b08cf06d05eb31914f09dcebb59"
49
49
  }
@@ -4277,6 +4277,7 @@ export interface components {
4277
4277
  effectiveStartAt?: string | null;
4278
4278
  /** Format: date-time */
4279
4279
  effectiveEndAt?: string | null;
4280
+ overrideWorkflow?: boolean | null;
4280
4281
  };
4281
4282
  PublishContentResponse: {
4282
4283
  content: components["schemas"]["ContentItemDetailResponse"];