@talkplay/shared-types 1.0.31 → 1.0.32

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.mts CHANGED
@@ -207,7 +207,7 @@ declare const LeadStatusTranslationsEnum: {
207
207
  type LeadStatusTranslationsEnum = Enum<typeof LeadStatusTranslationsEnum>;
208
208
 
209
209
  declare const LeadTypesEnum: {
210
- readonly SIGNUP: "PENDING";
210
+ readonly SIGNUP: "SIGNUP";
211
211
  readonly LANDING_PAGE: "LANDING_PAGE";
212
212
  };
213
213
  type LeadTypesEnum = Enum<typeof LeadTypesEnum>;
package/dist/index.d.ts CHANGED
@@ -207,7 +207,7 @@ declare const LeadStatusTranslationsEnum: {
207
207
  type LeadStatusTranslationsEnum = Enum<typeof LeadStatusTranslationsEnum>;
208
208
 
209
209
  declare const LeadTypesEnum: {
210
- readonly SIGNUP: "PENDING";
210
+ readonly SIGNUP: "SIGNUP";
211
211
  readonly LANDING_PAGE: "LANDING_PAGE";
212
212
  };
213
213
  type LeadTypesEnum = Enum<typeof LeadTypesEnum>;
package/dist/index.js CHANGED
@@ -287,7 +287,7 @@ var LeadStatusTranslationsEnum = {
287
287
 
288
288
  // src/enums/leads/lead-types.enum.ts
289
289
  var LeadTypesEnum = {
290
- SIGNUP: "PENDING",
290
+ SIGNUP: "SIGNUP",
291
291
  LANDING_PAGE: "LANDING_PAGE"
292
292
  };
293
293
  var LeadTypesTranslationsEnum = {
package/dist/index.mjs CHANGED
@@ -231,7 +231,7 @@ var LeadStatusTranslationsEnum = {
231
231
 
232
232
  // src/enums/leads/lead-types.enum.ts
233
233
  var LeadTypesEnum = {
234
- SIGNUP: "PENDING",
234
+ SIGNUP: "SIGNUP",
235
235
  LANDING_PAGE: "LANDING_PAGE"
236
236
  };
237
237
  var LeadTypesTranslationsEnum = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talkplay/shared-types",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",