lancer-shared 1.2.344 → 1.2.346
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/bundle.cjs.js
CHANGED
|
@@ -9682,6 +9682,7 @@ const planFeatureSchema = objectType({
|
|
|
9682
9682
|
description: stringType(),
|
|
9683
9683
|
tooltipContent: stringType().nullable(),
|
|
9684
9684
|
icon: stringType().nullable(),
|
|
9685
|
+
billingIntervals: arrayType(billingIntervalEnum).optional(),
|
|
9685
9686
|
});
|
|
9686
9687
|
const planPricingIntervalSchema = objectType({
|
|
9687
9688
|
amount: numberType(),
|
|
@@ -16046,6 +16047,7 @@ const ROUTES = {
|
|
|
16046
16047
|
CONNECTS_SAVED: (organizationId, campaignId) => `organizations/${organizationId}/campaigns/${campaignId}/connects-saved`,
|
|
16047
16048
|
LAST_MONTH_LEAD_COUNTS: (organizationId) => `organizations/${organizationId}/campaigns/last-month-leads-count`,
|
|
16048
16049
|
TOP_KEYWORDS: (organizationId, campaignId) => `organizations/${organizationId}/campaigns/${campaignId}/top-keywords`,
|
|
16050
|
+
TOP_SKILLS: (organizationId, campaignId) => `organizations/${organizationId}/campaigns/${campaignId}/top-skills`,
|
|
16049
16051
|
BIDDER_ACCOUNTS: {
|
|
16050
16052
|
BASE: (organizationId, campaignId) => `organizations/${organizationId}/campaigns/${campaignId}/bidder-account`,
|
|
16051
16053
|
CONNECT: (organizationId, campaignId) => `organizations/${organizationId}/campaigns/${campaignId}/bidder-account/connect`,
|