@demind-inc/core 1.6.53 → 1.6.55

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.
@@ -21,6 +21,7 @@ export interface FeatureFlags {
21
21
  FF_post_paywall?: boolean;
22
22
  FF_ai_assistant_v2?: boolean;
23
23
  FF_github_integrations?: boolean;
24
+ FF_chat_view_v2?: boolean;
24
25
  release_logs?: {
25
26
  releases: ReleaseLog[];
26
27
  };
@@ -112,7 +112,7 @@ export interface ConvertedReferralCampaign {
112
112
  campaignId: string;
113
113
  rewardfulClientId?: string;
114
114
  }
115
- export type StripeLookupkey = "beta_monthly_staging" | "beta_yearly_staging" | "basic_monthly_staging" | "basic_yearly_staging" | "basic_lifetime_staging" | "beta_monthly_prod" | "beta_yearly_prod" | "basic_monthly_prod" | "basic_yearly_prod" | "basic_lifetime_prod";
115
+ export type StripeLookupkey = "beta_monthly_staging" | "beta_yearly_staging" | "basic_monthly_staging" | "basic_yearly_staging" | "basic_lifetime_staging" | "basic_weekly_staging" | "beta_monthly_prod" | "beta_yearly_prod" | "basic_monthly_prod" | "basic_yearly_prod" | "basic_weekly_prod" | "basic_lifetime_prod";
116
116
  export declare const stripeLookupKeySet: Record<"beta" | "basic", StripeLookupkey[]>;
117
117
  export interface SubscriptionPrice {
118
118
  currency: string;
@@ -12,8 +12,10 @@ exports.stripeLookupKeySet = {
12
12
  "basic_monthly_staging",
13
13
  "basic_yearly_staging",
14
14
  "basic_lifetime_staging",
15
+ "basic_weekly_staging",
15
16
  "basic_monthly_prod",
16
17
  "basic_yearly_prod",
17
18
  "basic_lifetime_prod",
19
+ "basic_weekly_prod",
18
20
  ],
19
21
  };
@@ -21,6 +21,7 @@ export interface FeatureFlags {
21
21
  FF_post_paywall?: boolean;
22
22
  FF_ai_assistant_v2?: boolean;
23
23
  FF_github_integrations?: boolean;
24
+ FF_chat_view_v2?: boolean;
24
25
  release_logs?: {
25
26
  releases: ReleaseLog[];
26
27
  };
@@ -132,10 +132,12 @@ export type StripeLookupkey =
132
132
  | "basic_monthly_staging"
133
133
  | "basic_yearly_staging"
134
134
  | "basic_lifetime_staging"
135
+ | "basic_weekly_staging"
135
136
  | "beta_monthly_prod"
136
137
  | "beta_yearly_prod"
137
138
  | "basic_monthly_prod"
138
139
  | "basic_yearly_prod"
140
+ | "basic_weekly_prod"
139
141
  | "basic_lifetime_prod";
140
142
 
141
143
  export const stripeLookupKeySet: Record<"beta" | "basic", StripeLookupkey[]> = {
@@ -149,9 +151,11 @@ export const stripeLookupKeySet: Record<"beta" | "basic", StripeLookupkey[]> = {
149
151
  "basic_monthly_staging",
150
152
  "basic_yearly_staging",
151
153
  "basic_lifetime_staging",
154
+ "basic_weekly_staging",
152
155
  "basic_monthly_prod",
153
156
  "basic_yearly_prod",
154
157
  "basic_lifetime_prod",
158
+ "basic_weekly_prod",
155
159
  ],
156
160
  };
157
161
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.6.53",
3
+ "version": "1.6.55",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {