@cryptorobot.ai/client 1.26.0-dev.1019 → 1.26.0-dev.1021

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.
@@ -0,0 +1,3 @@
1
+ import type { CampaignRule } from '../marketing.engine';
2
+ import { type TrialContext } from './trial.context';
3
+ export declare const botNoTradesCampaign: CampaignRule<TrialContext>;
@@ -0,0 +1,3 @@
1
+ import type { CampaignRule } from '../marketing.engine';
2
+ import { type TrialContext } from './trial.context';
3
+ export declare const trialEndingColdCampaign: CampaignRule<TrialContext>;
@@ -0,0 +1,3 @@
1
+ import type { CampaignRule } from '../marketing.engine';
2
+ import { type TrialContext } from './trial.context';
3
+ export declare const trialEndingEngagedCampaign: CampaignRule<TrialContext>;
@@ -0,0 +1,3 @@
1
+ import type { CampaignRule } from '../marketing.engine';
2
+ import { type TrialContext } from './trial.context';
3
+ export declare const eveFollowup14dCampaign: CampaignRule<TrialContext>;
@@ -0,0 +1,3 @@
1
+ import type { CampaignRule } from '../marketing.engine';
2
+ import { type TrialContext } from './trial.context';
3
+ export declare const eveFollowup30dCampaign: CampaignRule<TrialContext>;
@@ -13,4 +13,5 @@ export interface TrialContext {
13
13
  aiGenerationCount: number;
14
14
  hyperoptCount: number;
15
15
  }
16
+ export declare function hasEngaged(ctx: TrialContext): boolean;
16
17
  export declare function resolveTrialContext(app: Application, user: any): Promise<TrialContext | null>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cryptorobot.ai/client",
3
3
  "description": "A typed client for the Cryptorobot.ai platform",
4
- "version": "1.26.0-dev.1019",
4
+ "version": "1.26.0-dev.1021",
5
5
  "homepage": "",
6
6
  "keywords": [
7
7
  "cryptocurrency",