lancer-shared 1.0.33 → 1.0.35
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/schemas/campaign/campaign.d.ts +9 -9
- package/dist/schemas/lead/lead-status.d.ts +1 -1
- package/dist/schemas/lead/lead-status.js +1 -3
- package/dist/schemas/lead/lead.d.ts +8 -8
- package/dist/schemas/logger/log-event.d.ts +4 -4
- package/dist/schemas/logger/log-event.js +4 -12
- package/package.json +1 -1
|
@@ -189,7 +189,7 @@ export declare const campaignSchema: z.ZodObject<{
|
|
|
189
189
|
monthlyBudget: z.ZodNullable<z.ZodNumber>;
|
|
190
190
|
suitabilityThreshold: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
191
191
|
boostingThreshold: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
192
|
-
jobCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "
|
|
192
|
+
jobCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "leadArchived"]>, z.ZodNumber>>;
|
|
193
193
|
expenses: z.ZodObject<{
|
|
194
194
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
195
195
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -297,7 +297,7 @@ export declare const campaignSchema: z.ZodObject<{
|
|
|
297
297
|
monthlyBudget: number | null;
|
|
298
298
|
suitabilityThreshold: number | null;
|
|
299
299
|
boostingThreshold: number | null;
|
|
300
|
-
jobCounts: Partial<Record<"suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "
|
|
300
|
+
jobCounts: Partial<Record<"suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "leadArchived", number>> | null;
|
|
301
301
|
expenses: {
|
|
302
302
|
biddingAmount: number;
|
|
303
303
|
boosted: number;
|
|
@@ -362,7 +362,7 @@ export declare const campaignSchema: z.ZodObject<{
|
|
|
362
362
|
automatedBidding: boolean | null;
|
|
363
363
|
webhookUrl: string | null;
|
|
364
364
|
monthlyBudget: number | null;
|
|
365
|
-
jobCounts: Partial<Record<"suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "
|
|
365
|
+
jobCounts: Partial<Record<"suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "leadArchived", number>> | null;
|
|
366
366
|
expenses: {
|
|
367
367
|
biddingAmount?: number | undefined;
|
|
368
368
|
boosted?: number | undefined;
|
|
@@ -574,7 +574,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
|
|
|
574
574
|
monthlyBudget: z.ZodNullable<z.ZodNumber>;
|
|
575
575
|
suitabilityThreshold: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
576
576
|
boostingThreshold: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
577
|
-
jobCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "
|
|
577
|
+
jobCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "leadArchived"]>, z.ZodNumber>>;
|
|
578
578
|
expenses: z.ZodObject<{
|
|
579
579
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
580
580
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -679,7 +679,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
|
|
|
679
679
|
monthlyBudget: number | null;
|
|
680
680
|
suitabilityThreshold: number | null;
|
|
681
681
|
boostingThreshold: number | null;
|
|
682
|
-
jobCounts: Partial<Record<"suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "
|
|
682
|
+
jobCounts: Partial<Record<"suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "leadArchived", number>> | null;
|
|
683
683
|
expenses: {
|
|
684
684
|
biddingAmount: number;
|
|
685
685
|
boosted: number;
|
|
@@ -741,7 +741,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
|
|
|
741
741
|
automatedBidding: boolean | null;
|
|
742
742
|
webhookUrl: string | null;
|
|
743
743
|
monthlyBudget: number | null;
|
|
744
|
-
jobCounts: Partial<Record<"suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "
|
|
744
|
+
jobCounts: Partial<Record<"suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "leadArchived", number>> | null;
|
|
745
745
|
expenses: {
|
|
746
746
|
biddingAmount?: number | undefined;
|
|
747
747
|
boosted?: number | undefined;
|
|
@@ -953,7 +953,7 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
|
|
|
953
953
|
monthlyBudget: z.ZodNullable<z.ZodNumber>;
|
|
954
954
|
suitabilityThreshold: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
955
955
|
boostingThreshold: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
956
|
-
jobCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "
|
|
956
|
+
jobCounts: z.ZodNullable<z.ZodRecord<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "leadArchived"]>, z.ZodNumber>>;
|
|
957
957
|
expenses: z.ZodObject<{
|
|
958
958
|
biddingAmount: z.ZodDefault<z.ZodNumber>;
|
|
959
959
|
boostingAmount: z.ZodDefault<z.ZodNumber>;
|
|
@@ -1059,7 +1059,7 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
|
|
|
1059
1059
|
monthlyBudget: number | null;
|
|
1060
1060
|
suitabilityThreshold: number | null;
|
|
1061
1061
|
boostingThreshold: number | null;
|
|
1062
|
-
jobCounts: Partial<Record<"suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "
|
|
1062
|
+
jobCounts: Partial<Record<"suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "leadArchived", number>> | null;
|
|
1063
1063
|
expenses: {
|
|
1064
1064
|
biddingAmount: number;
|
|
1065
1065
|
boosted: number;
|
|
@@ -1122,7 +1122,7 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
|
|
|
1122
1122
|
automatedBidding: boolean | null;
|
|
1123
1123
|
webhookUrl: string | null;
|
|
1124
1124
|
monthlyBudget: number | null;
|
|
1125
|
-
jobCounts: Partial<Record<"suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "
|
|
1125
|
+
jobCounts: Partial<Record<"suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "leadArchived", number>> | null;
|
|
1126
1126
|
expenses: {
|
|
1127
1127
|
biddingAmount?: number | undefined;
|
|
1128
1128
|
boosted?: number | undefined;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
export declare const agentStatusSchema: z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "
|
|
2
|
+
export declare const agentStatusSchema: z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "leadArchived"]>;
|
|
3
3
|
export declare const leadStatusSchema: z.ZodEnum<["leads", "contacted", "viewed", "replied", "negotiations", "won", "lost"]>;
|
|
@@ -7,15 +7,13 @@ exports.agentStatusSchema = zod_1.z.enum([
|
|
|
7
7
|
"suitabilityProcessing",
|
|
8
8
|
"suitabilityComplete",
|
|
9
9
|
"suitabilityFailed",
|
|
10
|
-
"proposalPending",
|
|
11
10
|
"proposalProcessing",
|
|
12
11
|
"proposalComplete",
|
|
13
12
|
"proposalFailed",
|
|
14
|
-
"biddingPending",
|
|
15
13
|
"biddingProcessing",
|
|
16
14
|
"biddingComplete",
|
|
17
15
|
"biddingFailed",
|
|
18
|
-
"
|
|
16
|
+
"leadArchived",
|
|
19
17
|
]);
|
|
20
18
|
exports.leadStatusSchema = zod_1.z.enum([
|
|
21
19
|
"leads",
|
|
@@ -658,7 +658,7 @@ export declare const leadSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
658
658
|
answer: string;
|
|
659
659
|
question: string;
|
|
660
660
|
}>, "many">>;
|
|
661
|
-
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "
|
|
661
|
+
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "leadArchived"]>>;
|
|
662
662
|
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "viewed", "replied", "negotiations", "won", "lost"]>>;
|
|
663
663
|
notes: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
664
664
|
id: z.ZodString;
|
|
@@ -768,7 +768,7 @@ export declare const leadSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
768
768
|
}[] | null;
|
|
769
769
|
suitabilityRating: number | null;
|
|
770
770
|
suitabilityReason: string | null;
|
|
771
|
-
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "
|
|
771
|
+
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "leadArchived" | null;
|
|
772
772
|
leadStatus: "leads" | "contacted" | "viewed" | "replied" | "negotiations" | "won" | "lost" | null;
|
|
773
773
|
notes: {
|
|
774
774
|
id: string;
|
|
@@ -862,7 +862,7 @@ export declare const leadSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
862
862
|
}[] | null;
|
|
863
863
|
suitabilityRating: number | null;
|
|
864
864
|
suitabilityReason: string | null;
|
|
865
|
-
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "
|
|
865
|
+
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "leadArchived" | null;
|
|
866
866
|
leadStatus: "leads" | "contacted" | "viewed" | "replied" | "negotiations" | "won" | "lost" | null;
|
|
867
867
|
notes: {
|
|
868
868
|
id: string;
|
|
@@ -1085,7 +1085,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1085
1085
|
answer: string;
|
|
1086
1086
|
question: string;
|
|
1087
1087
|
}>, "many">>;
|
|
1088
|
-
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "
|
|
1088
|
+
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "leadArchived"]>>;
|
|
1089
1089
|
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "viewed", "replied", "negotiations", "won", "lost"]>>;
|
|
1090
1090
|
notes: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1091
1091
|
id: z.ZodString;
|
|
@@ -1195,7 +1195,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1195
1195
|
}[] | null;
|
|
1196
1196
|
suitabilityRating: number | null;
|
|
1197
1197
|
suitabilityReason: string | null;
|
|
1198
|
-
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "
|
|
1198
|
+
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "leadArchived" | null;
|
|
1199
1199
|
leadStatus: "leads" | "contacted" | "viewed" | "replied" | "negotiations" | "won" | "lost" | null;
|
|
1200
1200
|
notes: {
|
|
1201
1201
|
id: string;
|
|
@@ -1289,7 +1289,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1289
1289
|
}[] | null;
|
|
1290
1290
|
suitabilityRating: number | null;
|
|
1291
1291
|
suitabilityReason: string | null;
|
|
1292
|
-
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "
|
|
1292
|
+
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "leadArchived" | null;
|
|
1293
1293
|
leadStatus: "leads" | "contacted" | "viewed" | "replied" | "negotiations" | "won" | "lost" | null;
|
|
1294
1294
|
notes: {
|
|
1295
1295
|
id: string;
|
|
@@ -1388,7 +1388,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1388
1388
|
}[] | null;
|
|
1389
1389
|
suitabilityRating: number | null;
|
|
1390
1390
|
suitabilityReason: string | null;
|
|
1391
|
-
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "
|
|
1391
|
+
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "leadArchived" | null;
|
|
1392
1392
|
leadStatus: "leads" | "contacted" | "viewed" | "replied" | "negotiations" | "won" | "lost" | null;
|
|
1393
1393
|
notes: {
|
|
1394
1394
|
id: string;
|
|
@@ -1487,7 +1487,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1487
1487
|
}[] | null;
|
|
1488
1488
|
suitabilityRating: number | null;
|
|
1489
1489
|
suitabilityReason: string | null;
|
|
1490
|
-
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "
|
|
1490
|
+
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "leadArchived" | null;
|
|
1491
1491
|
leadStatus: "leads" | "contacted" | "viewed" | "replied" | "negotiations" | "won" | "lost" | null;
|
|
1492
1492
|
notes: {
|
|
1493
1493
|
id: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
export declare const LogEventTypeEnum: z.ZodEnum<["scraperStarted", "jobScraped", "jobsIndexed", "jobDuplicateSkipped", "jobSyncPublished", "jobSyncReceived", "
|
|
2
|
+
export declare const LogEventTypeEnum: z.ZodEnum<["scraperStarted", "jobScraped", "jobsIndexed", "jobDuplicateSkipped", "jobSyncPublished", "jobSyncReceived", "leadsCreatedAndSynced", "suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "manualSuitabilityAnalyzed", "proposalProcessing", "proposalComplete", "proposalFailed", "manualProposalGenerated", "biddingPending", "biddingProcessing", "biddingComplete", "biddingFailed", "biddingSkipped", "errorLogged", "cloudTaskRetry", "manualLeadEdited", "leadArchived", "auditTrailLogged"]>;
|
|
3
3
|
export declare const logEventSchema: z.ZodObject<{
|
|
4
|
-
type: z.ZodEnum<["scraperStarted", "jobScraped", "jobsIndexed", "jobDuplicateSkipped", "jobSyncPublished", "jobSyncReceived", "
|
|
4
|
+
type: z.ZodEnum<["scraperStarted", "jobScraped", "jobsIndexed", "jobDuplicateSkipped", "jobSyncPublished", "jobSyncReceived", "leadsCreatedAndSynced", "suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "manualSuitabilityAnalyzed", "proposalProcessing", "proposalComplete", "proposalFailed", "manualProposalGenerated", "biddingPending", "biddingProcessing", "biddingComplete", "biddingFailed", "biddingSkipped", "errorLogged", "cloudTaskRetry", "manualLeadEdited", "leadArchived", "auditTrailLogged"]>;
|
|
5
5
|
source: z.ZodString;
|
|
6
6
|
resourceType: z.ZodDefault<z.ZodString>;
|
|
7
7
|
resourceId: z.ZodNullable<z.ZodString>;
|
|
@@ -12,7 +12,7 @@ export declare const logEventSchema: z.ZodObject<{
|
|
|
12
12
|
metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
13
13
|
timestamp: z.ZodNumber;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
|
-
type: "suitabilityPending" | "suitabilityComplete" | "suitabilityFailed" | "
|
|
15
|
+
type: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "leadArchived" | "scraperStarted" | "jobScraped" | "jobsIndexed" | "jobDuplicateSkipped" | "jobSyncPublished" | "jobSyncReceived" | "leadsCreatedAndSynced" | "manualSuitabilityAnalyzed" | "manualProposalGenerated" | "biddingPending" | "biddingSkipped" | "errorLogged" | "cloudTaskRetry" | "manualLeadEdited" | "auditTrailLogged";
|
|
16
16
|
reason: string | null;
|
|
17
17
|
source: string;
|
|
18
18
|
metadata: Record<string, unknown> | null;
|
|
@@ -23,7 +23,7 @@ export declare const logEventSchema: z.ZodObject<{
|
|
|
23
23
|
campaignId: string | null;
|
|
24
24
|
userId: string | null;
|
|
25
25
|
}, {
|
|
26
|
-
type: "suitabilityPending" | "suitabilityComplete" | "suitabilityFailed" | "
|
|
26
|
+
type: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "leadArchived" | "scraperStarted" | "jobScraped" | "jobsIndexed" | "jobDuplicateSkipped" | "jobSyncPublished" | "jobSyncReceived" | "leadsCreatedAndSynced" | "manualSuitabilityAnalyzed" | "manualProposalGenerated" | "biddingPending" | "biddingSkipped" | "errorLogged" | "cloudTaskRetry" | "manualLeadEdited" | "auditTrailLogged";
|
|
27
27
|
reason: string | null;
|
|
28
28
|
source: string;
|
|
29
29
|
metadata: Record<string, unknown> | null;
|
|
@@ -11,29 +11,21 @@ exports.LogEventTypeEnum = zod_1.z.enum([
|
|
|
11
11
|
// Job Sync & Campaign Matching
|
|
12
12
|
"jobSyncPublished",
|
|
13
13
|
"jobSyncReceived",
|
|
14
|
-
"
|
|
15
|
-
"leadSkippedCampaignMismatch",
|
|
14
|
+
"leadsCreatedAndSynced",
|
|
16
15
|
// Suitability Events
|
|
17
16
|
"suitabilityPending",
|
|
18
|
-
"
|
|
19
|
-
"suitabilityStarted",
|
|
17
|
+
"suitabilityProcessing",
|
|
20
18
|
"suitabilityComplete",
|
|
21
19
|
"suitabilityFailed",
|
|
22
20
|
"manualSuitabilityAnalyzed",
|
|
23
|
-
"suitabilityRateLimited",
|
|
24
|
-
"suitabilityRetryScheduled",
|
|
25
21
|
// Proposal Events
|
|
26
|
-
"
|
|
27
|
-
"proposalTaskCreated",
|
|
28
|
-
"proposalStarted",
|
|
22
|
+
"proposalProcessing",
|
|
29
23
|
"proposalComplete",
|
|
30
24
|
"proposalFailed",
|
|
31
25
|
"manualProposalGenerated",
|
|
32
|
-
"proposalRetryScheduled",
|
|
33
26
|
// Bidding Events
|
|
34
27
|
"biddingPending",
|
|
35
|
-
"
|
|
36
|
-
"biddingStarted",
|
|
28
|
+
"biddingProcessing",
|
|
37
29
|
"biddingComplete",
|
|
38
30
|
"biddingFailed",
|
|
39
31
|
"biddingSkipped",
|