@rjromeoent/ein-supabase 0.1.8 → 0.1.9
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/generated/database.types.d.ts +4279 -185
- package/dist/generated/database.types.js +15 -0
- package/package.json +1 -1
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export const Constants = {
|
|
2
|
+
ai: {
|
|
3
|
+
Enums: {},
|
|
4
|
+
},
|
|
2
5
|
artemis: {
|
|
3
6
|
Enums: {},
|
|
4
7
|
},
|
|
@@ -133,6 +136,12 @@ export const Constants = {
|
|
|
133
136
|
"RAD",
|
|
134
137
|
"MANUAL",
|
|
135
138
|
],
|
|
139
|
+
directory_relationship_state: [
|
|
140
|
+
"ACTIVE_CLIENT",
|
|
141
|
+
"FORMER_CLIENT",
|
|
142
|
+
"PRIOR_LEAD",
|
|
143
|
+
"UNKNOWN",
|
|
144
|
+
],
|
|
136
145
|
doc_type: [
|
|
137
146
|
"SERVICE_AGREEMENT",
|
|
138
147
|
"COI",
|
|
@@ -571,6 +580,12 @@ export const Constants = {
|
|
|
571
580
|
"wishlist",
|
|
572
581
|
"inferred",
|
|
573
582
|
],
|
|
583
|
+
client_request_status: [
|
|
584
|
+
"none",
|
|
585
|
+
"wants_avail",
|
|
586
|
+
"wants_updated_pricing",
|
|
587
|
+
"client_has_had",
|
|
588
|
+
],
|
|
574
589
|
decision_actor_type: ["buyer", "client", "system", "tbep"],
|
|
575
590
|
decision_type: [
|
|
576
591
|
"shortlisted",
|