@bprotsyk/aso-core 2.1.71 → 2.1.72

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/lib/app/app.d.ts CHANGED
@@ -157,6 +157,7 @@ export interface IAppKeitaroData {
157
157
  trackingCampaignAlias: string;
158
158
  trackingDomainId: number;
159
159
  trackingDomainName: string;
160
+ campingToken?: string;
160
161
  }
161
162
  export declare enum PlugType {
162
163
  PASTEBIN = "PASTEBIN",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "2.1.71",
3
+ "version": "2.1.72",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
package/src/app/app.ts CHANGED
@@ -209,6 +209,7 @@ export interface IAppKeitaroData {
209
209
  trackingCampaignAlias: string
210
210
  trackingDomainId: number
211
211
  trackingDomainName: string
212
+ campingToken?: string
212
213
  }
213
214
 
214
215
  export enum PlugType {