@heymantle/core-api-client 0.1.21 → 0.1.22

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
@@ -844,14 +844,14 @@ interface DealListParams extends ListParams {
844
844
  customerId?: string;
845
845
  appId?: string;
846
846
  planId?: string;
847
- dealStageId?: string;
848
- dealFlowId?: string;
847
+ dealStageId?: string | string[];
848
+ dealFlowId?: string | string[];
849
849
  affiliateId?: string;
850
850
  partnershipId?: string;
851
851
  acquirerId?: string;
852
852
  ownerId?: string;
853
853
  contactId?: string;
854
- stage?: string;
854
+ stage?: string | string[];
855
855
  step?: number;
856
856
  minAmount?: number;
857
857
  maxAmount?: number;
package/dist/index.d.ts CHANGED
@@ -844,14 +844,14 @@ interface DealListParams extends ListParams {
844
844
  customerId?: string;
845
845
  appId?: string;
846
846
  planId?: string;
847
- dealStageId?: string;
848
- dealFlowId?: string;
847
+ dealStageId?: string | string[];
848
+ dealFlowId?: string | string[];
849
849
  affiliateId?: string;
850
850
  partnershipId?: string;
851
851
  acquirerId?: string;
852
852
  ownerId?: string;
853
853
  contactId?: string;
854
- stage?: string;
854
+ stage?: string | string[];
855
855
  step?: number;
856
856
  minAmount?: number;
857
857
  maxAmount?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heymantle/core-api-client",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "TypeScript SDK for the Mantle Core API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",