@juhuu/sdk-ts 1.2.310 → 1.2.311

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/dist/index.d.mts CHANGED
@@ -767,6 +767,7 @@ interface BenefitCardListBlock extends BaseBlock {
767
767
  in: {
768
768
  userId: DataEdgeConnection;
769
769
  reference: DataEdgeConnection;
770
+ text: DataEdgeConnection;
770
771
  limit: DataEdgeConnection;
771
772
  skip: DataEdgeConnection;
772
773
  };
@@ -778,6 +779,7 @@ interface BenefitCardListBlock extends BaseBlock {
778
779
  data: {
779
780
  userId?: string;
780
781
  reference?: string | null;
782
+ text?: string | null;
781
783
  limit?: number;
782
784
  skip?: number;
783
785
  };
@@ -785,6 +787,7 @@ interface BenefitCardListBlock extends BaseBlock {
785
787
  interface BenefitCardListBlockInputs {
786
788
  userId?: string;
787
789
  reference?: string | null;
790
+ text?: string | null;
788
791
  limit?: number;
789
792
  skip?: number;
790
793
  }
package/dist/index.d.ts CHANGED
@@ -767,6 +767,7 @@ interface BenefitCardListBlock extends BaseBlock {
767
767
  in: {
768
768
  userId: DataEdgeConnection;
769
769
  reference: DataEdgeConnection;
770
+ text: DataEdgeConnection;
770
771
  limit: DataEdgeConnection;
771
772
  skip: DataEdgeConnection;
772
773
  };
@@ -778,6 +779,7 @@ interface BenefitCardListBlock extends BaseBlock {
778
779
  data: {
779
780
  userId?: string;
780
781
  reference?: string | null;
782
+ text?: string | null;
781
783
  limit?: number;
782
784
  skip?: number;
783
785
  };
@@ -785,6 +787,7 @@ interface BenefitCardListBlock extends BaseBlock {
785
787
  interface BenefitCardListBlockInputs {
786
788
  userId?: string;
787
789
  reference?: string | null;
790
+ text?: string | null;
788
791
  limit?: number;
789
792
  skip?: number;
790
793
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.310",
3
+ "version": "1.2.311",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",