@crmcom/self-service-sdk 3.0.0-build.11 → 3.0.0-build.12

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -389,6 +389,7 @@ export declare const rewards: {
389
389
  getOfferDetail(offerId: string): Promise<SDKResult>;
390
390
  getDonationDetail(donationId: string): Promise<SDKResult>;
391
391
  getPassPlans(params?: { page?: number; size?: number }): Promise<SDKResult>;
392
+ getProductRewards(): Promise<SDKResult>;
392
393
  };
393
394
 
394
395
  // ============================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crmcom/self-service-sdk",
3
- "version": "3.0.0-build.11",
3
+ "version": "3.0.0-build.12",
4
4
  "description": "Official CRM.COM Self-Service JavaScript SDK for consumer-facing API integration",
5
5
  "type": "module",
6
6
  "main": "index.js",