@adtrackify/at-service-common 1.0.47 → 1.0.49

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.ts CHANGED
@@ -403,7 +403,7 @@ declare module '@adtrackify/at-service-common/clients/third-party/shopify-client
403
403
  data: any;
404
404
  status: any;
405
405
  }>;
406
- static createAppSubscription: (shop: string, accessToken: string, planName: string, price: number, returnUrl: string, trialDays: number) => Promise<{
406
+ static createAppSubscription: (shop: string, accessToken: string, planName: string, price: number, returnUrl: string, trialDays: number, test?: boolean) => Promise<{
407
407
  headers: any;
408
408
  data: any;
409
409
  status: any;