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
|
|
2064
|
+
* Allow Missing Attachments
|
|
2065
2065
|
*/
|
|
2066
|
-
|
|
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
|
|
3061
|
+
* Allow Missing Attachments
|
|
3062
3062
|
*/
|
|
3063
|
-
|
|
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
|
|
3140
|
+
* Allow Missing Attachments
|
|
3141
3141
|
*/
|
|
3142
|
-
|
|
3142
|
+
allow_missing_attachments?: boolean;
|
|
3143
3143
|
/**
|
|
3144
3144
|
* Check Prompt
|
|
3145
3145
|
*/
|