@pipe0/client 0.0.18 → 0.0.19
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/CHANGELOG.md
CHANGED
|
@@ -2639,7 +2639,7 @@ export interface components {
|
|
|
2639
2639
|
})[];
|
|
2640
2640
|
};
|
|
2641
2641
|
} | null;
|
|
2642
|
-
config
|
|
2642
|
+
config: {
|
|
2643
2643
|
from: string;
|
|
2644
2644
|
/** @default */
|
|
2645
2645
|
reply_to?: string;
|
|
@@ -2723,7 +2723,7 @@ export interface components {
|
|
|
2723
2723
|
})[];
|
|
2724
2724
|
};
|
|
2725
2725
|
} | null;
|
|
2726
|
-
config
|
|
2726
|
+
config: {
|
|
2727
2727
|
audience_id: string;
|
|
2728
2728
|
/** @default true */
|
|
2729
2729
|
add_as_subscribed?: boolean;
|
|
@@ -3460,7 +3460,7 @@ export interface components {
|
|
|
3460
3460
|
})[];
|
|
3461
3461
|
};
|
|
3462
3462
|
} | null;
|
|
3463
|
-
config
|
|
3463
|
+
config: {
|
|
3464
3464
|
/** @default */
|
|
3465
3465
|
reply_to?: string;
|
|
3466
3466
|
input_fields?: {
|