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