@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/dist/index.d.cts CHANGED
@@ -4287,6 +4287,7 @@ interface components {
4287
4287
  effectiveStartAt?: string | null;
4288
4288
  /** Format: date-time */
4289
4289
  effectiveEndAt?: string | null;
4290
+ overrideWorkflow?: boolean | null;
4290
4291
  };
4291
4292
  PublishContentResponse: {
4292
4293
  content: components["schemas"]["ContentItemDetailResponse"];
package/dist/index.d.ts CHANGED
@@ -4287,6 +4287,7 @@ interface components {
4287
4287
  effectiveStartAt?: string | null;
4288
4288
  /** Format: date-time */
4289
4289
  effectiveEndAt?: string | null;
4290
+ overrideWorkflow?: boolean | null;
4290
4291
  };
4291
4292
  PublishContentResponse: {
4292
4293
  content: components["schemas"]["ContentItemDetailResponse"];