cyberdesk 2.2.56 → 2.2.57

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.
@@ -2061,9 +2061,9 @@ export type RunPostRunCheckSnapshot = {
2061
2061
  */
2062
2062
  loop_item_filename_template?: string | null;
2063
2063
  /**
2064
- * Allow Missing Loop Attachments
2064
+ * Allow Missing Attachments
2065
2065
  */
2066
- allow_missing_loop_attachments?: boolean;
2066
+ allow_missing_attachments?: boolean;
2067
2067
  /**
2068
2068
  * Check Prompt
2069
2069
  */
@@ -3058,9 +3058,9 @@ export type WorkflowPostRunCheckResponse = {
3058
3058
  */
3059
3059
  loop_item_filename_template?: string | null;
3060
3060
  /**
3061
- * Allow Missing Loop Attachments
3061
+ * Allow Missing Attachments
3062
3062
  */
3063
- allow_missing_loop_attachments?: boolean;
3063
+ allow_missing_attachments?: boolean;
3064
3064
  /**
3065
3065
  * Check Prompt
3066
3066
  */
@@ -3137,9 +3137,9 @@ export type WorkflowPostRunCheckUpsert = {
3137
3137
  */
3138
3138
  loop_item_filename_template?: string | null;
3139
3139
  /**
3140
- * Allow Missing Loop Attachments
3140
+ * Allow Missing Attachments
3141
3141
  */
3142
- allow_missing_loop_attachments?: boolean;
3142
+ allow_missing_attachments?: boolean;
3143
3143
  /**
3144
3144
  * Check Prompt
3145
3145
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyberdesk",
3
- "version": "2.2.56",
3
+ "version": "2.2.57",
4
4
  "description": "The official TypeScript SDK for Cyberdesk",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",