@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
@@ -1,5 +1,11 @@
1
1
  # @pipe0/client
2
2
 
3
+ ## 0.0.19
4
+
5
+ ### Patch Changes
6
+
7
+ - 1db65e6: Make configs optional
8
+
3
9
  ## 0.0.18
4
10
 
5
11
  ### Patch Changes
@@ -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?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipe0/client",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "type": "module",