@artisan-commerce/analytics-capacitor 0.1.0-canary.13 → 0.1.0-canary.2
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/bundle.cjs.js +532 -1128
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.d.ts +2 -2
- package/dist/bundle.esm.js +486 -1082
- package/dist/bundle.esm.js.map +1 -1
- package/dist/bundle.umd.js +534 -1129
- package/dist/bundle.umd.js.map +1 -1
- package/package.json +16 -10
package/dist/bundle.d.ts
CHANGED
|
@@ -474,14 +474,14 @@ declare namespace Fbq {
|
|
|
474
474
|
/**
|
|
475
475
|
* Analytics providers configurable options.
|
|
476
476
|
*
|
|
477
|
-
* @typedef
|
|
477
|
+
* @typedef ArtisnPlatform
|
|
478
478
|
* @since 0.5.14
|
|
479
479
|
*/
|
|
480
480
|
declare type AnalyticsProvidersConfigs = Partial<GoogleAnalyticsProviderConfig> | Partial<FacebookPixelProviderConfig>;
|
|
481
481
|
/**
|
|
482
482
|
* Analytics event metadata to be included in every sent event.
|
|
483
483
|
*
|
|
484
|
-
* @interface
|
|
484
|
+
* @interface ArtisnPlatform
|
|
485
485
|
* @since 0.5.14
|
|
486
486
|
* @property {number} accountId the id of the account it is running on
|
|
487
487
|
* @property {number} vendorId the id of the active vendor
|