@rjromeoent/ein-supabase 0.1.4 → 0.1.6

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.
@@ -207,6 +207,7 @@ export const Constants = {
207
207
  "WEBSITE",
208
208
  "CLIENT_REFERRAL",
209
209
  "WIN_BACK_AUTOMATION",
210
+ "ROUTING_PROSPECT_ENGINE",
210
211
  ],
211
212
  lead_source_type: [
212
213
  "TBEP_DIRECT",
@@ -242,6 +243,14 @@ export const Constants = {
242
243
  ],
243
244
  portal_status: ["PENDING", "APPROVED", "SUSPENDED", "REVOKED"],
244
245
  promoter_profit_disposition: ["FEE_OFFSET", "CO_PRO_SPLIT"],
246
+ prospect_event_match_status: ["AUTO_MATCH", "REVIEW_QUEUE", "UNKNOWN"],
247
+ prospect_status: [
248
+ "NEW",
249
+ "WATCHING",
250
+ "CONTACTED",
251
+ "CONVERTED_TO_LEAD",
252
+ "DISMISSED",
253
+ ],
245
254
  rep_role: [
246
255
  "TBEP",
247
256
  "EC",
@@ -376,6 +385,7 @@ export const Constants = {
376
385
  "other",
377
386
  "christian",
378
387
  ],
388
+ artist_price_tier: ["A", "B", "C", "D"],
379
389
  artist_tier: [
380
390
  "headliner",
381
391
  "co_headliner",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rjromeoent/ein-supabase",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Shared Supabase types, app context, and contract helpers for EIN-connected apps.",
5
5
  "type": "module",
6
6
  "sideEffects": false,