@rlvt/workflows-openapi-client 1.0.604 → 1.0.606
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/build/definitions.d.ts +2 -2
- package/package.json +1 -1
package/build/definitions.d.ts
CHANGED
|
@@ -302,7 +302,7 @@ export declare type SuccessResponse = {
|
|
|
302
302
|
[key: string]: string[];
|
|
303
303
|
};
|
|
304
304
|
};
|
|
305
|
-
export declare type
|
|
305
|
+
export declare type SuccessResponse_integrationOptions_Array_Union_type_Union_email_raw_mobile_push_image_mobile_inbox_image_mobile_app_image_landing_page_parameters_Record_entrypointId_Union_undefined_string_type_Union_web_image_web_html_filters_Union_undefined_type_Union_and_or_conditions_Array_operator_Union_empty_nempty_eq_ne_contains_notcontains_field_string_values_Array_string_enabled_Union_undefined_false_true_entrypointId_Union_undefined_string_code_Union_undefined_string_selector_Union_undefined_string_emplacement_Union_undefined_replace_before_after_includeContext_Union_undefined_false_true = {
|
|
306
306
|
status: "success";
|
|
307
307
|
program: string;
|
|
308
308
|
version: string;
|
|
@@ -335,7 +335,7 @@ export declare type SuccessResponse_integrationOptions_Array_Union_type_Union__e
|
|
|
335
335
|
})[];
|
|
336
336
|
};
|
|
337
337
|
};
|
|
338
|
-
export declare type
|
|
338
|
+
export declare type SuccessResponse_integrationOptions_Array_Union_type_Union_email_raw_mobile_push_image_mobile_inbox_image_mobile_app_image_landing_page_parameters_Record_entrypointId_Union_undefined_string_type_Union_web_image_web_html_filters_Union_undefined_type_Union_and_or_conditions_Array_operator_Union_empty_nempty_eq_ne_contains_notcontains_field_string_values_Array_string_enabled_Union_undefined_false_true_entrypointId_Union_undefined_string_code_Union_undefined_string_selector_Union_undefined_string_emplacement_Union_undefined_replace_before_after_includeContext_Union_undefined_false_true_variableProfileId_Union_undefined_string = {
|
|
339
339
|
status: "success";
|
|
340
340
|
program: string;
|
|
341
341
|
version: string;
|
package/package.json
CHANGED