@omkar273/mcp-temp 0.0.21 → 0.0.43
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/README.md +37 -22
- package/bin/flexprice-mcp-start.js +24 -0
- package/bin/mcp-server.js +2599 -1243
- package/bin/mcp-server.js.map +391 -391
- package/bun.lock +569 -0
- package/eslint.config.mjs +22 -0
- package/esm/funcs/addonsCreateAddon.js +11 -4
- package/esm/funcs/addonsCreateAddon.js.map +1 -1
- package/esm/funcs/addonsDeleteAddon.js +11 -4
- package/esm/funcs/addonsDeleteAddon.js.map +1 -1
- package/esm/funcs/addonsGetAddon.js +11 -4
- package/esm/funcs/addonsGetAddon.js.map +1 -1
- package/esm/funcs/addonsGetAddonByLookupKey.js +11 -4
- package/esm/funcs/addonsGetAddonByLookupKey.js.map +1 -1
- package/esm/funcs/addonsQueryAddon.js +11 -4
- package/esm/funcs/addonsQueryAddon.js.map +1 -1
- package/esm/funcs/addonsUpdateAddon.js +11 -4
- package/esm/funcs/addonsUpdateAddon.js.map +1 -1
- package/esm/funcs/alertsQueryAlertLog.js +11 -4
- package/esm/funcs/alertsQueryAlertLog.js.map +1 -1
- package/esm/funcs/costsCreateCostsheet.js +11 -4
- package/esm/funcs/costsCreateCostsheet.js.map +1 -1
- package/esm/funcs/costsDeleteCostsheet.js +11 -4
- package/esm/funcs/costsDeleteCostsheet.js.map +1 -1
- package/esm/funcs/costsGetActiveCostsheet.js +11 -4
- package/esm/funcs/costsGetActiveCostsheet.js.map +1 -1
- package/esm/funcs/costsGetCostsheet.js +11 -4
- package/esm/funcs/costsGetCostsheet.js.map +1 -1
- package/esm/funcs/costsGetDetailedCostAnalytics.js +11 -4
- package/esm/funcs/costsGetDetailedCostAnalytics.js.map +1 -1
- package/esm/funcs/costsGetDetailedCostAnalyticsV2.js +11 -4
- package/esm/funcs/costsGetDetailedCostAnalyticsV2.js.map +1 -1
- package/esm/funcs/costsQueryCostsheet.js +11 -4
- package/esm/funcs/costsQueryCostsheet.js.map +1 -1
- package/esm/funcs/costsUpdateCostsheet.js +11 -4
- package/esm/funcs/costsUpdateCostsheet.js.map +1 -1
- package/esm/funcs/couponsCreateCoupon.js +11 -4
- package/esm/funcs/couponsCreateCoupon.js.map +1 -1
- package/esm/funcs/couponsDeleteCoupon.js +11 -4
- package/esm/funcs/couponsDeleteCoupon.js.map +1 -1
- package/esm/funcs/couponsGetCoupon.js +11 -4
- package/esm/funcs/couponsGetCoupon.js.map +1 -1
- package/esm/funcs/couponsQueryCoupon.js +11 -4
- package/esm/funcs/couponsQueryCoupon.js.map +1 -1
- package/esm/funcs/couponsUpdateCoupon.js +11 -4
- package/esm/funcs/couponsUpdateCoupon.js.map +1 -1
- package/esm/funcs/creditGrantsCreateCreditGrant.js +11 -4
- package/esm/funcs/creditGrantsCreateCreditGrant.js.map +1 -1
- package/esm/funcs/creditGrantsDeleteCreditGrant.js +11 -4
- package/esm/funcs/creditGrantsDeleteCreditGrant.js.map +1 -1
- package/esm/funcs/creditGrantsGetCreditGrant.js +11 -4
- package/esm/funcs/creditGrantsGetCreditGrant.js.map +1 -1
- package/esm/funcs/creditGrantsGetPlanCreditGrants.js +11 -4
- package/esm/funcs/creditGrantsGetPlanCreditGrants.js.map +1 -1
- package/esm/funcs/creditGrantsUpdateCreditGrant.js +11 -4
- package/esm/funcs/creditGrantsUpdateCreditGrant.js.map +1 -1
- package/esm/funcs/creditNotesCreateCreditNote.js +11 -4
- package/esm/funcs/creditNotesCreateCreditNote.js.map +1 -1
- package/esm/funcs/creditNotesGetCreditNote.js +11 -4
- package/esm/funcs/creditNotesGetCreditNote.js.map +1 -1
- package/esm/funcs/creditNotesProcessCreditNote.js +11 -4
- package/esm/funcs/creditNotesProcessCreditNote.js.map +1 -1
- package/esm/funcs/creditNotesVoidCreditNote.js +11 -4
- package/esm/funcs/creditNotesVoidCreditNote.js.map +1 -1
- package/esm/funcs/customersCreateCustomer.js +11 -4
- package/esm/funcs/customersCreateCustomer.js.map +1 -1
- package/esm/funcs/customersDeleteCustomer.js +11 -4
- package/esm/funcs/customersDeleteCustomer.js.map +1 -1
- package/esm/funcs/customersGetCustomer.js +11 -4
- package/esm/funcs/customersGetCustomer.js.map +1 -1
- package/esm/funcs/customersGetCustomerByExternalId.js +11 -4
- package/esm/funcs/customersGetCustomerByExternalId.js.map +1 -1
- package/esm/funcs/customersGetCustomerEntitlements.js +11 -4
- package/esm/funcs/customersGetCustomerEntitlements.js.map +1 -1
- package/esm/funcs/customersGetCustomerUpcomingGrants.js +11 -4
- package/esm/funcs/customersGetCustomerUpcomingGrants.js.map +1 -1
- package/esm/funcs/customersGetCustomerUsageSummary.js +11 -4
- package/esm/funcs/customersGetCustomerUsageSummary.js.map +1 -1
- package/esm/funcs/customersQueryCustomer.js +11 -4
- package/esm/funcs/customersQueryCustomer.js.map +1 -1
- package/esm/funcs/customersUpdateCustomer.js +11 -4
- package/esm/funcs/customersUpdateCustomer.js.map +1 -1
- package/esm/funcs/entitlementsCreateEntitlement.js +11 -4
- package/esm/funcs/entitlementsCreateEntitlement.js.map +1 -1
- package/esm/funcs/entitlementsCreateEntitlementsBulk.js +11 -4
- package/esm/funcs/entitlementsCreateEntitlementsBulk.js.map +1 -1
- package/esm/funcs/entitlementsDeleteEntitlement.js +11 -4
- package/esm/funcs/entitlementsDeleteEntitlement.js.map +1 -1
- package/esm/funcs/entitlementsGetAddonEntitlements.js +11 -4
- package/esm/funcs/entitlementsGetAddonEntitlements.js.map +1 -1
- package/esm/funcs/entitlementsGetEntitlement.js +11 -4
- package/esm/funcs/entitlementsGetEntitlement.js.map +1 -1
- package/esm/funcs/entitlementsGetPlanEntitlements.js +11 -4
- package/esm/funcs/entitlementsGetPlanEntitlements.js.map +1 -1
- package/esm/funcs/entitlementsQueryEntitlement.js +11 -4
- package/esm/funcs/entitlementsQueryEntitlement.js.map +1 -1
- package/esm/funcs/entitlementsUpdateEntitlement.js +11 -4
- package/esm/funcs/entitlementsUpdateEntitlement.js.map +1 -1
- package/esm/funcs/entityIntegrationMappingsCreateEntityIntegrationMapping.js +11 -4
- package/esm/funcs/entityIntegrationMappingsCreateEntityIntegrationMapping.js.map +1 -1
- package/esm/funcs/entityIntegrationMappingsDeleteEntityIntegrationMapping.js +11 -4
- package/esm/funcs/entityIntegrationMappingsDeleteEntityIntegrationMapping.js.map +1 -1
- package/esm/funcs/environmentsCreateEnvironment.js +11 -4
- package/esm/funcs/environmentsCreateEnvironment.js.map +1 -1
- package/esm/funcs/environmentsUpdateEnvironment.js +11 -4
- package/esm/funcs/environmentsUpdateEnvironment.js.map +1 -1
- package/esm/funcs/eventsGetEvent.js +11 -4
- package/esm/funcs/eventsGetEvent.js.map +1 -1
- package/esm/funcs/eventsGetHuggingfaceInferenceData.js +11 -4
- package/esm/funcs/eventsGetHuggingfaceInferenceData.js.map +1 -1
- package/esm/funcs/eventsGetUsageAnalytics.js +11 -4
- package/esm/funcs/eventsGetUsageAnalytics.js.map +1 -1
- package/esm/funcs/eventsGetUsageByMeter.js +11 -4
- package/esm/funcs/eventsGetUsageByMeter.js.map +1 -1
- package/esm/funcs/eventsGetUsageStatistics.js +11 -4
- package/esm/funcs/eventsGetUsageStatistics.js.map +1 -1
- package/esm/funcs/eventsIngestEvent.js +11 -4
- package/esm/funcs/eventsIngestEvent.js.map +1 -1
- package/esm/funcs/eventsIngestEventsBulk.js +11 -4
- package/esm/funcs/eventsIngestEventsBulk.js.map +1 -1
- package/esm/funcs/eventsListRawEvents.js +11 -4
- package/esm/funcs/eventsListRawEvents.js.map +1 -1
- package/esm/funcs/featuresCreateFeature.js +11 -4
- package/esm/funcs/featuresCreateFeature.js.map +1 -1
- package/esm/funcs/featuresDeleteFeature.js +11 -4
- package/esm/funcs/featuresDeleteFeature.js.map +1 -1
- package/esm/funcs/featuresQueryFeature.js +11 -4
- package/esm/funcs/featuresQueryFeature.js.map +1 -1
- package/esm/funcs/featuresUpdateFeature.js +11 -4
- package/esm/funcs/featuresUpdateFeature.js.map +1 -1
- package/esm/funcs/groupsCreateGroup.js +11 -4
- package/esm/funcs/groupsCreateGroup.js.map +1 -1
- package/esm/funcs/groupsDeleteGroup.js +11 -4
- package/esm/funcs/groupsDeleteGroup.js.map +1 -1
- package/esm/funcs/groupsGetGroup.js +11 -4
- package/esm/funcs/groupsGetGroup.js.map +1 -1
- package/esm/funcs/groupsQueryGroup.js +11 -4
- package/esm/funcs/groupsQueryGroup.js.map +1 -1
- package/esm/funcs/integrationsCreateOrUpdateIntegration.js +11 -4
- package/esm/funcs/integrationsCreateOrUpdateIntegration.js.map +1 -1
- package/esm/funcs/integrationsDeleteIntegration.js +11 -4
- package/esm/funcs/integrationsDeleteIntegration.js.map +1 -1
- package/esm/funcs/integrationsGetIntegration.js +11 -4
- package/esm/funcs/integrationsGetIntegration.js.map +1 -1
- package/esm/funcs/integrationsListLinkedIntegrations.js +11 -4
- package/esm/funcs/integrationsListLinkedIntegrations.js.map +1 -1
- package/esm/funcs/invoicesAttemptInvoicePayment.js +11 -4
- package/esm/funcs/invoicesAttemptInvoicePayment.js.map +1 -1
- package/esm/funcs/invoicesCreateInvoice.js +11 -4
- package/esm/funcs/invoicesCreateInvoice.js.map +1 -1
- package/esm/funcs/invoicesFinalizeInvoice.js +11 -4
- package/esm/funcs/invoicesFinalizeInvoice.js.map +1 -1
- package/esm/funcs/invoicesGetCustomerInvoiceSummary.js +11 -4
- package/esm/funcs/invoicesGetCustomerInvoiceSummary.js.map +1 -1
- package/esm/funcs/invoicesGetInvoice.js +11 -4
- package/esm/funcs/invoicesGetInvoice.js.map +1 -1
- package/esm/funcs/invoicesGetInvoicePdf.js +11 -4
- package/esm/funcs/invoicesGetInvoicePdf.js.map +1 -1
- package/esm/funcs/invoicesGetInvoicePreview.js +11 -4
- package/esm/funcs/invoicesGetInvoicePreview.js.map +1 -1
- package/esm/funcs/invoicesQueryInvoice.js +11 -4
- package/esm/funcs/invoicesQueryInvoice.js.map +1 -1
- package/esm/funcs/invoicesRecalculateInvoice.js +11 -4
- package/esm/funcs/invoicesRecalculateInvoice.js.map +1 -1
- package/esm/funcs/invoicesTriggerInvoiceCommsWebhook.js +11 -4
- package/esm/funcs/invoicesTriggerInvoiceCommsWebhook.js.map +1 -1
- package/esm/funcs/invoicesUpdateInvoice.js +11 -4
- package/esm/funcs/invoicesUpdateInvoice.js.map +1 -1
- package/esm/funcs/invoicesUpdateInvoicePaymentStatus.js +11 -4
- package/esm/funcs/invoicesUpdateInvoicePaymentStatus.js.map +1 -1
- package/esm/funcs/invoicesVoidInvoice.js +11 -4
- package/esm/funcs/invoicesVoidInvoice.js.map +1 -1
- package/esm/funcs/paymentsCreatePayment.js +11 -4
- package/esm/funcs/paymentsCreatePayment.js.map +1 -1
- package/esm/funcs/paymentsDeletePayment.js +11 -4
- package/esm/funcs/paymentsDeletePayment.js.map +1 -1
- package/esm/funcs/paymentsGetPayment.js +11 -4
- package/esm/funcs/paymentsGetPayment.js.map +1 -1
- package/esm/funcs/paymentsListPayments.js +11 -4
- package/esm/funcs/paymentsListPayments.js.map +1 -1
- package/esm/funcs/paymentsProcessPayment.js +11 -4
- package/esm/funcs/paymentsProcessPayment.js.map +1 -1
- package/esm/funcs/paymentsUpdatePayment.js +11 -4
- package/esm/funcs/paymentsUpdatePayment.js.map +1 -1
- package/esm/funcs/plansCreatePlan.js +11 -4
- package/esm/funcs/plansCreatePlan.js.map +1 -1
- package/esm/funcs/plansDeletePlan.js +11 -4
- package/esm/funcs/plansDeletePlan.js.map +1 -1
- package/esm/funcs/plansGetPlan.js +11 -4
- package/esm/funcs/plansGetPlan.js.map +1 -1
- package/esm/funcs/plansPostPlansIdClone.js +11 -4
- package/esm/funcs/plansPostPlansIdClone.js.map +1 -1
- package/esm/funcs/plansQueryPlan.js +11 -4
- package/esm/funcs/plansQueryPlan.js.map +1 -1
- package/esm/funcs/plansSyncPlanPrices.js +11 -4
- package/esm/funcs/plansSyncPlanPrices.js.map +1 -1
- package/esm/funcs/plansUpdatePlan.js +11 -4
- package/esm/funcs/plansUpdatePlan.js.map +1 -1
- package/esm/funcs/priceUnitsCreatePriceUnit.js +11 -4
- package/esm/funcs/priceUnitsCreatePriceUnit.js.map +1 -1
- package/esm/funcs/priceUnitsDeletePriceUnit.js +11 -4
- package/esm/funcs/priceUnitsDeletePriceUnit.js.map +1 -1
- package/esm/funcs/priceUnitsGetPriceUnit.js +11 -4
- package/esm/funcs/priceUnitsGetPriceUnit.js.map +1 -1
- package/esm/funcs/priceUnitsGetPriceUnitByCode.js +11 -4
- package/esm/funcs/priceUnitsGetPriceUnitByCode.js.map +1 -1
- package/esm/funcs/priceUnitsListPriceUnits.js +11 -4
- package/esm/funcs/priceUnitsListPriceUnits.js.map +1 -1
- package/esm/funcs/priceUnitsQueryPriceUnit.js +11 -4
- package/esm/funcs/priceUnitsQueryPriceUnit.js.map +1 -1
- package/esm/funcs/priceUnitsUpdatePriceUnit.js +11 -4
- package/esm/funcs/priceUnitsUpdatePriceUnit.js.map +1 -1
- package/esm/funcs/pricesCreatePrice.js +11 -4
- package/esm/funcs/pricesCreatePrice.js.map +1 -1
- package/esm/funcs/pricesCreatePricesBulk.js +11 -4
- package/esm/funcs/pricesCreatePricesBulk.js.map +1 -1
- package/esm/funcs/pricesDeletePrice.js +11 -4
- package/esm/funcs/pricesDeletePrice.js.map +1 -1
- package/esm/funcs/pricesGetPrice.js +11 -4
- package/esm/funcs/pricesGetPrice.js.map +1 -1
- package/esm/funcs/pricesGetPriceByLookupKey.js +11 -4
- package/esm/funcs/pricesGetPriceByLookupKey.js.map +1 -1
- package/esm/funcs/pricesQueryPrice.js +11 -4
- package/esm/funcs/pricesQueryPrice.js.map +1 -1
- package/esm/funcs/pricesUpdatePrice.js +11 -4
- package/esm/funcs/pricesUpdatePrice.js.map +1 -1
- package/esm/funcs/rbacGetRBACRole.js +11 -4
- package/esm/funcs/rbacGetRBACRole.js.map +1 -1
- package/esm/funcs/rbacListRBACRoles.js +11 -4
- package/esm/funcs/rbacListRBACRoles.js.map +1 -1
- package/esm/funcs/scheduledTasksCreateScheduledTask.js +11 -4
- package/esm/funcs/scheduledTasksCreateScheduledTask.js.map +1 -1
- package/esm/funcs/scheduledTasksDeleteScheduledTask.js +11 -4
- package/esm/funcs/scheduledTasksDeleteScheduledTask.js.map +1 -1
- package/esm/funcs/scheduledTasksGetScheduledTask.js +11 -4
- package/esm/funcs/scheduledTasksGetScheduledTask.js.map +1 -1
- package/esm/funcs/scheduledTasksListScheduledTasks.js +11 -4
- package/esm/funcs/scheduledTasksListScheduledTasks.js.map +1 -1
- package/esm/funcs/scheduledTasksScheduleUpdateBillingPeriod.js +11 -4
- package/esm/funcs/scheduledTasksScheduleUpdateBillingPeriod.js.map +1 -1
- package/esm/funcs/scheduledTasksTriggerScheduledTaskRun.js +11 -4
- package/esm/funcs/scheduledTasksTriggerScheduledTaskRun.js.map +1 -1
- package/esm/funcs/scheduledTasksUpdateScheduledTask.js +11 -4
- package/esm/funcs/scheduledTasksUpdateScheduledTask.js.map +1 -1
- package/esm/funcs/secretsCreateApiKey.js +11 -4
- package/esm/funcs/secretsCreateApiKey.js.map +1 -1
- package/esm/funcs/secretsDeleteApiKey.js +11 -4
- package/esm/funcs/secretsDeleteApiKey.js.map +1 -1
- package/esm/funcs/secretsListApiKeys.js +11 -4
- package/esm/funcs/secretsListApiKeys.js.map +1 -1
- package/esm/funcs/subscriptionsActivateSubscription.js +11 -4
- package/esm/funcs/subscriptionsActivateSubscription.js.map +1 -1
- package/esm/funcs/subscriptionsAddSubscriptionAddon.js +11 -4
- package/esm/funcs/subscriptionsAddSubscriptionAddon.js.map +1 -1
- package/esm/funcs/subscriptionsCancelSubscription.js +11 -4
- package/esm/funcs/subscriptionsCancelSubscription.js.map +1 -1
- package/esm/funcs/subscriptionsCancelSubscriptionSchedule.js +11 -4
- package/esm/funcs/subscriptionsCancelSubscriptionSchedule.js.map +1 -1
- package/esm/funcs/subscriptionsCreateSubscription.js +11 -4
- package/esm/funcs/subscriptionsCreateSubscription.js.map +1 -1
- package/esm/funcs/subscriptionsCreateSubscriptionLineItem.js +11 -4
- package/esm/funcs/subscriptionsCreateSubscriptionLineItem.js.map +1 -1
- package/esm/funcs/subscriptionsDeleteSubscriptionLineItem.js +11 -4
- package/esm/funcs/subscriptionsDeleteSubscriptionLineItem.js.map +1 -1
- package/esm/funcs/subscriptionsExecuteSubscriptionChange.js +11 -4
- package/esm/funcs/subscriptionsExecuteSubscriptionChange.js.map +1 -1
- package/esm/funcs/subscriptionsGetSubscription.js +11 -4
- package/esm/funcs/subscriptionsGetSubscription.js.map +1 -1
- package/esm/funcs/subscriptionsGetSubscriptionAddonAssociations.js +11 -4
- package/esm/funcs/subscriptionsGetSubscriptionAddonAssociations.js.map +1 -1
- package/esm/funcs/subscriptionsGetSubscriptionEntitlements.js +11 -4
- package/esm/funcs/subscriptionsGetSubscriptionEntitlements.js.map +1 -1
- package/esm/funcs/subscriptionsGetSubscriptionSchedule.js +11 -4
- package/esm/funcs/subscriptionsGetSubscriptionSchedule.js.map +1 -1
- package/esm/funcs/subscriptionsGetSubscriptionUpcomingGrants.js +11 -4
- package/esm/funcs/subscriptionsGetSubscriptionUpcomingGrants.js.map +1 -1
- package/esm/funcs/subscriptionsGetSubscriptionUsage.js +11 -4
- package/esm/funcs/subscriptionsGetSubscriptionUsage.js.map +1 -1
- package/esm/funcs/subscriptionsGetSubscriptionV2.js +11 -4
- package/esm/funcs/subscriptionsGetSubscriptionV2.js.map +1 -1
- package/esm/funcs/subscriptionsListAllSubscriptionSchedules.js +11 -4
- package/esm/funcs/subscriptionsListAllSubscriptionSchedules.js.map +1 -1
- package/esm/funcs/subscriptionsListSubscriptionPauses.js +11 -4
- package/esm/funcs/subscriptionsListSubscriptionPauses.js.map +1 -1
- package/esm/funcs/subscriptionsListSubscriptionSchedules.js +11 -4
- package/esm/funcs/subscriptionsListSubscriptionSchedules.js.map +1 -1
- package/esm/funcs/subscriptionsPauseSubscription.js +11 -4
- package/esm/funcs/subscriptionsPauseSubscription.js.map +1 -1
- package/esm/funcs/subscriptionsPreviewSubscriptionChange.js +11 -4
- package/esm/funcs/subscriptionsPreviewSubscriptionChange.js.map +1 -1
- package/esm/funcs/subscriptionsQuerySubscription.js +11 -4
- package/esm/funcs/subscriptionsQuerySubscription.js.map +1 -1
- package/esm/funcs/subscriptionsRemoveSubscriptionAddon.js +11 -4
- package/esm/funcs/subscriptionsRemoveSubscriptionAddon.js.map +1 -1
- package/esm/funcs/subscriptionsResumeSubscription.js +11 -4
- package/esm/funcs/subscriptionsResumeSubscription.js.map +1 -1
- package/esm/funcs/subscriptionsUpdateSubscription.js +11 -4
- package/esm/funcs/subscriptionsUpdateSubscription.js.map +1 -1
- package/esm/funcs/subscriptionsUpdateSubscriptionLineItem.js +11 -4
- package/esm/funcs/subscriptionsUpdateSubscriptionLineItem.js.map +1 -1
- package/esm/funcs/tasksCreateTask.js +11 -4
- package/esm/funcs/tasksCreateTask.js.map +1 -1
- package/esm/funcs/tasksDownloadTaskExport.js +11 -4
- package/esm/funcs/tasksDownloadTaskExport.js.map +1 -1
- package/esm/funcs/tasksGetTask.js +11 -4
- package/esm/funcs/tasksGetTask.js.map +1 -1
- package/esm/funcs/tasksGetTaskResult.js +11 -4
- package/esm/funcs/tasksGetTaskResult.js.map +1 -1
- package/esm/funcs/tasksListTasks.js +11 -4
- package/esm/funcs/tasksListTasks.js.map +1 -1
- package/esm/funcs/tasksUpdateTaskStatus.js +11 -4
- package/esm/funcs/tasksUpdateTaskStatus.js.map +1 -1
- package/esm/funcs/taxAssociationsCreateTaxAssociation.js +11 -4
- package/esm/funcs/taxAssociationsCreateTaxAssociation.js.map +1 -1
- package/esm/funcs/taxAssociationsDeleteTaxAssociation.js +11 -4
- package/esm/funcs/taxAssociationsDeleteTaxAssociation.js.map +1 -1
- package/esm/funcs/taxAssociationsGetTaxAssociation.js +11 -4
- package/esm/funcs/taxAssociationsGetTaxAssociation.js.map +1 -1
- package/esm/funcs/taxAssociationsListTaxAssociations.js +11 -4
- package/esm/funcs/taxAssociationsListTaxAssociations.js.map +1 -1
- package/esm/funcs/taxAssociationsUpdateTaxAssociation.js +11 -4
- package/esm/funcs/taxAssociationsUpdateTaxAssociation.js.map +1 -1
- package/esm/funcs/taxRatesCreateTaxRate.js +11 -4
- package/esm/funcs/taxRatesCreateTaxRate.js.map +1 -1
- package/esm/funcs/taxRatesDeleteTaxRate.js +11 -4
- package/esm/funcs/taxRatesDeleteTaxRate.js.map +1 -1
- package/esm/funcs/taxRatesGetTaxRate.js +11 -4
- package/esm/funcs/taxRatesGetTaxRate.js.map +1 -1
- package/esm/funcs/taxRatesGetTaxRates.js +11 -4
- package/esm/funcs/taxRatesGetTaxRates.js.map +1 -1
- package/esm/funcs/taxRatesUpdateTaxRate.js +11 -4
- package/esm/funcs/taxRatesUpdateTaxRate.js.map +1 -1
- package/esm/funcs/tenantsGetTenantBillingUsage.js +11 -4
- package/esm/funcs/tenantsGetTenantBillingUsage.js.map +1 -1
- package/esm/funcs/tenantsGetTenantById.js +11 -4
- package/esm/funcs/tenantsGetTenantById.js.map +1 -1
- package/esm/funcs/tenantsUpdateTenant.js +11 -4
- package/esm/funcs/tenantsUpdateTenant.js.map +1 -1
- package/esm/funcs/usersCreateUser.js +11 -4
- package/esm/funcs/usersCreateUser.js.map +1 -1
- package/esm/funcs/usersGetUserInfo.js +11 -4
- package/esm/funcs/usersGetUserInfo.js.map +1 -1
- package/esm/funcs/usersQueryUser.js +11 -4
- package/esm/funcs/usersQueryUser.js.map +1 -1
- package/esm/funcs/walletsCreateWallet.js +11 -4
- package/esm/funcs/walletsCreateWallet.js.map +1 -1
- package/esm/funcs/walletsGetCustomerWallets.js +11 -4
- package/esm/funcs/walletsGetCustomerWallets.js.map +1 -1
- package/esm/funcs/walletsGetWallet.js +11 -4
- package/esm/funcs/walletsGetWallet.js.map +1 -1
- package/esm/funcs/walletsGetWalletBalance.js +11 -4
- package/esm/funcs/walletsGetWalletBalance.js.map +1 -1
- package/esm/funcs/walletsGetWalletTransactions.js +11 -4
- package/esm/funcs/walletsGetWalletTransactions.js.map +1 -1
- package/esm/funcs/walletsGetWalletsByCustomerId.js +11 -4
- package/esm/funcs/walletsGetWalletsByCustomerId.js.map +1 -1
- package/esm/funcs/walletsQueryWallet.js +11 -4
- package/esm/funcs/walletsQueryWallet.js.map +1 -1
- package/esm/funcs/walletsQueryWalletTransaction.js +11 -4
- package/esm/funcs/walletsQueryWalletTransaction.js.map +1 -1
- package/esm/funcs/walletsTerminateWallet.js +11 -4
- package/esm/funcs/walletsTerminateWallet.js.map +1 -1
- package/esm/funcs/walletsTopUpWallet.js +11 -4
- package/esm/funcs/walletsTopUpWallet.js.map +1 -1
- package/esm/funcs/walletsUpdateWallet.js +11 -4
- package/esm/funcs/walletsUpdateWallet.js.map +1 -1
- package/esm/funcs/webhooksHandleChargebeeWebhook.js +11 -4
- package/esm/funcs/webhooksHandleChargebeeWebhook.js.map +1 -1
- package/esm/funcs/webhooksHandleHubspotWebhook.js +11 -4
- package/esm/funcs/webhooksHandleHubspotWebhook.js.map +1 -1
- package/esm/funcs/webhooksHandleMoyasarWebhook.js +11 -4
- package/esm/funcs/webhooksHandleMoyasarWebhook.js.map +1 -1
- package/esm/funcs/webhooksHandleNomodWebhook.js +11 -4
- package/esm/funcs/webhooksHandleNomodWebhook.js.map +1 -1
- package/esm/funcs/webhooksHandleQuickbooksWebhook.js +11 -4
- package/esm/funcs/webhooksHandleQuickbooksWebhook.js.map +1 -1
- package/esm/funcs/webhooksHandleRazorpayWebhook.js +11 -4
- package/esm/funcs/webhooksHandleRazorpayWebhook.js.map +1 -1
- package/esm/funcs/webhooksHandleStripeWebhook.js +11 -4
- package/esm/funcs/webhooksHandleStripeWebhook.js.map +1 -1
- package/esm/funcs/workflowsQueryWorkflow.js +11 -4
- package/esm/funcs/workflowsQueryWorkflow.js.map +1 -1
- package/esm/landing-page.js +13 -13
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.d.ts.map +1 -1
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/lib/security.d.ts.map +1 -1
- package/esm/lib/security.js.map +1 -1
- package/esm/mcp-server/cli/serve/command.d.ts.map +1 -1
- package/esm/mcp-server/cli/serve/command.js +8 -0
- package/esm/mcp-server/cli/serve/command.js.map +1 -1
- package/esm/mcp-server/cli/serve/impl.js +1 -0
- package/esm/mcp-server/cli/serve/impl.js.map +1 -1
- package/esm/mcp-server/cli/start/command.d.ts.map +1 -1
- package/esm/mcp-server/cli/start/command.js +8 -0
- package/esm/mcp-server/cli/start/command.js.map +1 -1
- package/esm/mcp-server/cli/start/impl.js +2 -0
- package/esm/mcp-server/cli/start/impl.js.map +1 -1
- package/esm/mcp-server/flags.d.ts +2 -0
- package/esm/mcp-server/flags.d.ts.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/scopes.d.ts +1 -1
- package/esm/mcp-server/scopes.d.ts.map +1 -1
- package/esm/mcp-server/scopes.js +4 -1
- package/esm/mcp-server/scopes.js.map +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/mcp-server/tools/addonsCreateAddon.d.ts.map +1 -1
- package/esm/mcp-server/tools/addonsCreateAddon.js +1 -0
- package/esm/mcp-server/tools/addonsCreateAddon.js.map +1 -1
- package/esm/mcp-server/tools/addonsDeleteAddon.d.ts.map +1 -1
- package/esm/mcp-server/tools/addonsDeleteAddon.js +2 -1
- package/esm/mcp-server/tools/addonsDeleteAddon.js.map +1 -1
- package/esm/mcp-server/tools/addonsGetAddon.d.ts.map +1 -1
- package/esm/mcp-server/tools/addonsGetAddon.js +2 -1
- package/esm/mcp-server/tools/addonsGetAddon.js.map +1 -1
- package/esm/mcp-server/tools/addonsGetAddonByLookupKey.d.ts.map +1 -1
- package/esm/mcp-server/tools/addonsGetAddonByLookupKey.js +2 -1
- package/esm/mcp-server/tools/addonsGetAddonByLookupKey.js.map +1 -1
- package/esm/mcp-server/tools/addonsQueryAddon.d.ts.map +1 -1
- package/esm/mcp-server/tools/addonsQueryAddon.js +1 -0
- package/esm/mcp-server/tools/addonsQueryAddon.js.map +1 -1
- package/esm/mcp-server/tools/addonsUpdateAddon.d.ts.map +1 -1
- package/esm/mcp-server/tools/addonsUpdateAddon.js +1 -0
- package/esm/mcp-server/tools/addonsUpdateAddon.js.map +1 -1
- package/esm/mcp-server/tools/alertsQueryAlertLog.d.ts.map +1 -1
- package/esm/mcp-server/tools/alertsQueryAlertLog.js +1 -0
- package/esm/mcp-server/tools/alertsQueryAlertLog.js.map +1 -1
- package/esm/mcp-server/tools/costsCreateCostsheet.d.ts.map +1 -1
- package/esm/mcp-server/tools/costsCreateCostsheet.js +1 -0
- package/esm/mcp-server/tools/costsCreateCostsheet.js.map +1 -1
- package/esm/mcp-server/tools/costsDeleteCostsheet.d.ts.map +1 -1
- package/esm/mcp-server/tools/costsDeleteCostsheet.js +2 -1
- package/esm/mcp-server/tools/costsDeleteCostsheet.js.map +1 -1
- package/esm/mcp-server/tools/costsGetActiveCostsheet.d.ts.map +1 -1
- package/esm/mcp-server/tools/costsGetActiveCostsheet.js +2 -1
- package/esm/mcp-server/tools/costsGetActiveCostsheet.js.map +1 -1
- package/esm/mcp-server/tools/costsGetCostsheet.d.ts.map +1 -1
- package/esm/mcp-server/tools/costsGetCostsheet.js +2 -1
- package/esm/mcp-server/tools/costsGetCostsheet.js.map +1 -1
- package/esm/mcp-server/tools/costsGetDetailedCostAnalytics.d.ts.map +1 -1
- package/esm/mcp-server/tools/costsGetDetailedCostAnalytics.js +1 -0
- package/esm/mcp-server/tools/costsGetDetailedCostAnalytics.js.map +1 -1
- package/esm/mcp-server/tools/costsGetDetailedCostAnalyticsV2.d.ts.map +1 -1
- package/esm/mcp-server/tools/costsGetDetailedCostAnalyticsV2.js +1 -0
- package/esm/mcp-server/tools/costsGetDetailedCostAnalyticsV2.js.map +1 -1
- package/esm/mcp-server/tools/costsQueryCostsheet.d.ts.map +1 -1
- package/esm/mcp-server/tools/costsQueryCostsheet.js +1 -0
- package/esm/mcp-server/tools/costsQueryCostsheet.js.map +1 -1
- package/esm/mcp-server/tools/costsUpdateCostsheet.d.ts.map +1 -1
- package/esm/mcp-server/tools/costsUpdateCostsheet.js +1 -0
- package/esm/mcp-server/tools/costsUpdateCostsheet.js.map +1 -1
- package/esm/mcp-server/tools/couponsCreateCoupon.d.ts.map +1 -1
- package/esm/mcp-server/tools/couponsCreateCoupon.js +1 -0
- package/esm/mcp-server/tools/couponsCreateCoupon.js.map +1 -1
- package/esm/mcp-server/tools/couponsDeleteCoupon.d.ts.map +1 -1
- package/esm/mcp-server/tools/couponsDeleteCoupon.js +2 -1
- package/esm/mcp-server/tools/couponsDeleteCoupon.js.map +1 -1
- package/esm/mcp-server/tools/couponsGetCoupon.d.ts.map +1 -1
- package/esm/mcp-server/tools/couponsGetCoupon.js +2 -1
- package/esm/mcp-server/tools/couponsGetCoupon.js.map +1 -1
- package/esm/mcp-server/tools/couponsQueryCoupon.d.ts.map +1 -1
- package/esm/mcp-server/tools/couponsQueryCoupon.js +1 -0
- package/esm/mcp-server/tools/couponsQueryCoupon.js.map +1 -1
- package/esm/mcp-server/tools/couponsUpdateCoupon.d.ts.map +1 -1
- package/esm/mcp-server/tools/couponsUpdateCoupon.js +1 -0
- package/esm/mcp-server/tools/couponsUpdateCoupon.js.map +1 -1
- package/esm/mcp-server/tools/creditGrantsCreateCreditGrant.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditGrantsCreateCreditGrant.js +1 -0
- package/esm/mcp-server/tools/creditGrantsCreateCreditGrant.js.map +1 -1
- package/esm/mcp-server/tools/creditGrantsDeleteCreditGrant.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditGrantsDeleteCreditGrant.js +2 -1
- package/esm/mcp-server/tools/creditGrantsDeleteCreditGrant.js.map +1 -1
- package/esm/mcp-server/tools/creditGrantsGetCreditGrant.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditGrantsGetCreditGrant.js +2 -1
- package/esm/mcp-server/tools/creditGrantsGetCreditGrant.js.map +1 -1
- package/esm/mcp-server/tools/creditGrantsGetPlanCreditGrants.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditGrantsGetPlanCreditGrants.js +2 -1
- package/esm/mcp-server/tools/creditGrantsGetPlanCreditGrants.js.map +1 -1
- package/esm/mcp-server/tools/creditGrantsUpdateCreditGrant.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditGrantsUpdateCreditGrant.js +1 -0
- package/esm/mcp-server/tools/creditGrantsUpdateCreditGrant.js.map +1 -1
- package/esm/mcp-server/tools/creditNotesCreateCreditNote.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditNotesCreateCreditNote.js +1 -0
- package/esm/mcp-server/tools/creditNotesCreateCreditNote.js.map +1 -1
- package/esm/mcp-server/tools/creditNotesGetCreditNote.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditNotesGetCreditNote.js +2 -1
- package/esm/mcp-server/tools/creditNotesGetCreditNote.js.map +1 -1
- package/esm/mcp-server/tools/creditNotesProcessCreditNote.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditNotesProcessCreditNote.js +1 -0
- package/esm/mcp-server/tools/creditNotesProcessCreditNote.js.map +1 -1
- package/esm/mcp-server/tools/creditNotesVoidCreditNote.d.ts.map +1 -1
- package/esm/mcp-server/tools/creditNotesVoidCreditNote.js +1 -0
- package/esm/mcp-server/tools/creditNotesVoidCreditNote.js.map +1 -1
- package/esm/mcp-server/tools/customersCreateCustomer.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersCreateCustomer.js +1 -0
- package/esm/mcp-server/tools/customersCreateCustomer.js.map +1 -1
- package/esm/mcp-server/tools/customersDeleteCustomer.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersDeleteCustomer.js +2 -1
- package/esm/mcp-server/tools/customersDeleteCustomer.js.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomer.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomer.js +2 -1
- package/esm/mcp-server/tools/customersGetCustomer.js.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomerByExternalId.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomerByExternalId.js +2 -1
- package/esm/mcp-server/tools/customersGetCustomerByExternalId.js.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomerEntitlements.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomerEntitlements.js +2 -1
- package/esm/mcp-server/tools/customersGetCustomerEntitlements.js.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomerUpcomingGrants.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomerUpcomingGrants.js +2 -1
- package/esm/mcp-server/tools/customersGetCustomerUpcomingGrants.js.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomerUsageSummary.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersGetCustomerUsageSummary.js +2 -1
- package/esm/mcp-server/tools/customersGetCustomerUsageSummary.js.map +1 -1
- package/esm/mcp-server/tools/customersQueryCustomer.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersQueryCustomer.js +1 -0
- package/esm/mcp-server/tools/customersQueryCustomer.js.map +1 -1
- package/esm/mcp-server/tools/customersUpdateCustomer.d.ts.map +1 -1
- package/esm/mcp-server/tools/customersUpdateCustomer.js +1 -0
- package/esm/mcp-server/tools/customersUpdateCustomer.js.map +1 -1
- package/esm/mcp-server/tools/entitlementsCreateEntitlement.d.ts.map +1 -1
- package/esm/mcp-server/tools/entitlementsCreateEntitlement.js +1 -0
- package/esm/mcp-server/tools/entitlementsCreateEntitlement.js.map +1 -1
- package/esm/mcp-server/tools/entitlementsCreateEntitlementsBulk.d.ts.map +1 -1
- package/esm/mcp-server/tools/entitlementsCreateEntitlementsBulk.js +1 -0
- package/esm/mcp-server/tools/entitlementsCreateEntitlementsBulk.js.map +1 -1
- package/esm/mcp-server/tools/entitlementsDeleteEntitlement.d.ts.map +1 -1
- package/esm/mcp-server/tools/entitlementsDeleteEntitlement.js +2 -1
- package/esm/mcp-server/tools/entitlementsDeleteEntitlement.js.map +1 -1
- package/esm/mcp-server/tools/entitlementsGetAddonEntitlements.d.ts.map +1 -1
- package/esm/mcp-server/tools/entitlementsGetAddonEntitlements.js +2 -1
- package/esm/mcp-server/tools/entitlementsGetAddonEntitlements.js.map +1 -1
- package/esm/mcp-server/tools/entitlementsGetEntitlement.d.ts.map +1 -1
- package/esm/mcp-server/tools/entitlementsGetEntitlement.js +2 -1
- package/esm/mcp-server/tools/entitlementsGetEntitlement.js.map +1 -1
- package/esm/mcp-server/tools/entitlementsGetPlanEntitlements.d.ts.map +1 -1
- package/esm/mcp-server/tools/entitlementsGetPlanEntitlements.js +2 -1
- package/esm/mcp-server/tools/entitlementsGetPlanEntitlements.js.map +1 -1
- package/esm/mcp-server/tools/entitlementsQueryEntitlement.d.ts.map +1 -1
- package/esm/mcp-server/tools/entitlementsQueryEntitlement.js +1 -0
- package/esm/mcp-server/tools/entitlementsQueryEntitlement.js.map +1 -1
- package/esm/mcp-server/tools/entitlementsUpdateEntitlement.d.ts.map +1 -1
- package/esm/mcp-server/tools/entitlementsUpdateEntitlement.js +1 -0
- package/esm/mcp-server/tools/entitlementsUpdateEntitlement.js.map +1 -1
- package/esm/mcp-server/tools/entityIntegrationMappingsCreateEntityIntegrationMapping.d.ts.map +1 -1
- package/esm/mcp-server/tools/entityIntegrationMappingsCreateEntityIntegrationMapping.js +1 -0
- package/esm/mcp-server/tools/entityIntegrationMappingsCreateEntityIntegrationMapping.js.map +1 -1
- package/esm/mcp-server/tools/entityIntegrationMappingsDeleteEntityIntegrationMapping.d.ts.map +1 -1
- package/esm/mcp-server/tools/entityIntegrationMappingsDeleteEntityIntegrationMapping.js +2 -1
- package/esm/mcp-server/tools/entityIntegrationMappingsDeleteEntityIntegrationMapping.js.map +1 -1
- package/esm/mcp-server/tools/environmentsCreateEnvironment.d.ts.map +1 -1
- package/esm/mcp-server/tools/environmentsCreateEnvironment.js +1 -0
- package/esm/mcp-server/tools/environmentsCreateEnvironment.js.map +1 -1
- package/esm/mcp-server/tools/environmentsUpdateEnvironment.d.ts.map +1 -1
- package/esm/mcp-server/tools/environmentsUpdateEnvironment.js +1 -0
- package/esm/mcp-server/tools/environmentsUpdateEnvironment.js.map +1 -1
- package/esm/mcp-server/tools/eventsGetEvent.d.ts.map +1 -1
- package/esm/mcp-server/tools/eventsGetEvent.js +2 -1
- package/esm/mcp-server/tools/eventsGetEvent.js.map +1 -1
- package/esm/mcp-server/tools/eventsGetHuggingfaceInferenceData.d.ts.map +1 -1
- package/esm/mcp-server/tools/eventsGetHuggingfaceInferenceData.js +1 -0
- package/esm/mcp-server/tools/eventsGetHuggingfaceInferenceData.js.map +1 -1
- package/esm/mcp-server/tools/eventsGetUsageAnalytics.d.ts.map +1 -1
- package/esm/mcp-server/tools/eventsGetUsageAnalytics.js +1 -0
- package/esm/mcp-server/tools/eventsGetUsageAnalytics.js.map +1 -1
- package/esm/mcp-server/tools/eventsGetUsageByMeter.d.ts.map +1 -1
- package/esm/mcp-server/tools/eventsGetUsageByMeter.js +1 -0
- package/esm/mcp-server/tools/eventsGetUsageByMeter.js.map +1 -1
- package/esm/mcp-server/tools/eventsGetUsageStatistics.d.ts.map +1 -1
- package/esm/mcp-server/tools/eventsGetUsageStatistics.js +1 -0
- package/esm/mcp-server/tools/eventsGetUsageStatistics.js.map +1 -1
- package/esm/mcp-server/tools/eventsIngestEvent.d.ts.map +1 -1
- package/esm/mcp-server/tools/eventsIngestEvent.js +1 -0
- package/esm/mcp-server/tools/eventsIngestEvent.js.map +1 -1
- package/esm/mcp-server/tools/eventsIngestEventsBulk.d.ts.map +1 -1
- package/esm/mcp-server/tools/eventsIngestEventsBulk.js +1 -0
- package/esm/mcp-server/tools/eventsIngestEventsBulk.js.map +1 -1
- package/esm/mcp-server/tools/eventsListRawEvents.d.ts.map +1 -1
- package/esm/mcp-server/tools/eventsListRawEvents.js +1 -0
- package/esm/mcp-server/tools/eventsListRawEvents.js.map +1 -1
- package/esm/mcp-server/tools/featuresCreateFeature.d.ts.map +1 -1
- package/esm/mcp-server/tools/featuresCreateFeature.js +1 -0
- package/esm/mcp-server/tools/featuresCreateFeature.js.map +1 -1
- package/esm/mcp-server/tools/featuresDeleteFeature.d.ts.map +1 -1
- package/esm/mcp-server/tools/featuresDeleteFeature.js +2 -1
- package/esm/mcp-server/tools/featuresDeleteFeature.js.map +1 -1
- package/esm/mcp-server/tools/featuresQueryFeature.d.ts.map +1 -1
- package/esm/mcp-server/tools/featuresQueryFeature.js +1 -0
- package/esm/mcp-server/tools/featuresQueryFeature.js.map +1 -1
- package/esm/mcp-server/tools/featuresUpdateFeature.d.ts.map +1 -1
- package/esm/mcp-server/tools/featuresUpdateFeature.js +1 -0
- package/esm/mcp-server/tools/featuresUpdateFeature.js.map +1 -1
- package/esm/mcp-server/tools/groupsCreateGroup.d.ts.map +1 -1
- package/esm/mcp-server/tools/groupsCreateGroup.js +1 -0
- package/esm/mcp-server/tools/groupsCreateGroup.js.map +1 -1
- package/esm/mcp-server/tools/groupsDeleteGroup.d.ts.map +1 -1
- package/esm/mcp-server/tools/groupsDeleteGroup.js +2 -1
- package/esm/mcp-server/tools/groupsDeleteGroup.js.map +1 -1
- package/esm/mcp-server/tools/groupsGetGroup.d.ts.map +1 -1
- package/esm/mcp-server/tools/groupsGetGroup.js +2 -1
- package/esm/mcp-server/tools/groupsGetGroup.js.map +1 -1
- package/esm/mcp-server/tools/groupsQueryGroup.d.ts.map +1 -1
- package/esm/mcp-server/tools/groupsQueryGroup.js +1 -0
- package/esm/mcp-server/tools/groupsQueryGroup.js.map +1 -1
- package/esm/mcp-server/tools/integrationsCreateOrUpdateIntegration.d.ts.map +1 -1
- package/esm/mcp-server/tools/integrationsCreateOrUpdateIntegration.js +1 -0
- package/esm/mcp-server/tools/integrationsCreateOrUpdateIntegration.js.map +1 -1
- package/esm/mcp-server/tools/integrationsDeleteIntegration.d.ts.map +1 -1
- package/esm/mcp-server/tools/integrationsDeleteIntegration.js +2 -1
- package/esm/mcp-server/tools/integrationsDeleteIntegration.js.map +1 -1
- package/esm/mcp-server/tools/integrationsGetIntegration.d.ts.map +1 -1
- package/esm/mcp-server/tools/integrationsGetIntegration.js +2 -1
- package/esm/mcp-server/tools/integrationsGetIntegration.js.map +1 -1
- package/esm/mcp-server/tools/integrationsListLinkedIntegrations.d.ts.map +1 -1
- package/esm/mcp-server/tools/integrationsListLinkedIntegrations.js +2 -1
- package/esm/mcp-server/tools/integrationsListLinkedIntegrations.js.map +1 -1
- package/esm/mcp-server/tools/invoicesAttemptInvoicePayment.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesAttemptInvoicePayment.js +1 -0
- package/esm/mcp-server/tools/invoicesAttemptInvoicePayment.js.map +1 -1
- package/esm/mcp-server/tools/invoicesCreateInvoice.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesCreateInvoice.js +1 -0
- package/esm/mcp-server/tools/invoicesCreateInvoice.js.map +1 -1
- package/esm/mcp-server/tools/invoicesFinalizeInvoice.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesFinalizeInvoice.js +1 -0
- package/esm/mcp-server/tools/invoicesFinalizeInvoice.js.map +1 -1
- package/esm/mcp-server/tools/invoicesGetCustomerInvoiceSummary.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesGetCustomerInvoiceSummary.js +2 -1
- package/esm/mcp-server/tools/invoicesGetCustomerInvoiceSummary.js.map +1 -1
- package/esm/mcp-server/tools/invoicesGetInvoice.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesGetInvoice.js +2 -1
- package/esm/mcp-server/tools/invoicesGetInvoice.js.map +1 -1
- package/esm/mcp-server/tools/invoicesGetInvoicePdf.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesGetInvoicePdf.js +2 -1
- package/esm/mcp-server/tools/invoicesGetInvoicePdf.js.map +1 -1
- package/esm/mcp-server/tools/invoicesGetInvoicePreview.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesGetInvoicePreview.js +1 -0
- package/esm/mcp-server/tools/invoicesGetInvoicePreview.js.map +1 -1
- package/esm/mcp-server/tools/invoicesQueryInvoice.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesQueryInvoice.js +1 -0
- package/esm/mcp-server/tools/invoicesQueryInvoice.js.map +1 -1
- package/esm/mcp-server/tools/invoicesRecalculateInvoice.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesRecalculateInvoice.js +1 -0
- package/esm/mcp-server/tools/invoicesRecalculateInvoice.js.map +1 -1
- package/esm/mcp-server/tools/invoicesTriggerInvoiceCommsWebhook.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesTriggerInvoiceCommsWebhook.js +1 -0
- package/esm/mcp-server/tools/invoicesTriggerInvoiceCommsWebhook.js.map +1 -1
- package/esm/mcp-server/tools/invoicesUpdateInvoice.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesUpdateInvoice.js +1 -0
- package/esm/mcp-server/tools/invoicesUpdateInvoice.js.map +1 -1
- package/esm/mcp-server/tools/invoicesUpdateInvoicePaymentStatus.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesUpdateInvoicePaymentStatus.js +1 -0
- package/esm/mcp-server/tools/invoicesUpdateInvoicePaymentStatus.js.map +1 -1
- package/esm/mcp-server/tools/invoicesVoidInvoice.d.ts.map +1 -1
- package/esm/mcp-server/tools/invoicesVoidInvoice.js +1 -0
- package/esm/mcp-server/tools/invoicesVoidInvoice.js.map +1 -1
- package/esm/mcp-server/tools/paymentsCreatePayment.d.ts.map +1 -1
- package/esm/mcp-server/tools/paymentsCreatePayment.js +1 -0
- package/esm/mcp-server/tools/paymentsCreatePayment.js.map +1 -1
- package/esm/mcp-server/tools/paymentsDeletePayment.d.ts.map +1 -1
- package/esm/mcp-server/tools/paymentsDeletePayment.js +2 -1
- package/esm/mcp-server/tools/paymentsDeletePayment.js.map +1 -1
- package/esm/mcp-server/tools/paymentsGetPayment.d.ts.map +1 -1
- package/esm/mcp-server/tools/paymentsGetPayment.js +2 -1
- package/esm/mcp-server/tools/paymentsGetPayment.js.map +1 -1
- package/esm/mcp-server/tools/paymentsListPayments.d.ts.map +1 -1
- package/esm/mcp-server/tools/paymentsListPayments.js +2 -1
- package/esm/mcp-server/tools/paymentsListPayments.js.map +1 -1
- package/esm/mcp-server/tools/paymentsProcessPayment.d.ts.map +1 -1
- package/esm/mcp-server/tools/paymentsProcessPayment.js +1 -0
- package/esm/mcp-server/tools/paymentsProcessPayment.js.map +1 -1
- package/esm/mcp-server/tools/paymentsUpdatePayment.d.ts.map +1 -1
- package/esm/mcp-server/tools/paymentsUpdatePayment.js +1 -0
- package/esm/mcp-server/tools/paymentsUpdatePayment.js.map +1 -1
- package/esm/mcp-server/tools/plansCreatePlan.d.ts.map +1 -1
- package/esm/mcp-server/tools/plansCreatePlan.js +1 -0
- package/esm/mcp-server/tools/plansCreatePlan.js.map +1 -1
- package/esm/mcp-server/tools/plansDeletePlan.d.ts.map +1 -1
- package/esm/mcp-server/tools/plansDeletePlan.js +2 -1
- package/esm/mcp-server/tools/plansDeletePlan.js.map +1 -1
- package/esm/mcp-server/tools/plansGetPlan.d.ts.map +1 -1
- package/esm/mcp-server/tools/plansGetPlan.js +2 -1
- package/esm/mcp-server/tools/plansGetPlan.js.map +1 -1
- package/esm/mcp-server/tools/plansPostPlansIdClone.d.ts.map +1 -1
- package/esm/mcp-server/tools/plansPostPlansIdClone.js +1 -0
- package/esm/mcp-server/tools/plansPostPlansIdClone.js.map +1 -1
- package/esm/mcp-server/tools/plansQueryPlan.d.ts.map +1 -1
- package/esm/mcp-server/tools/plansQueryPlan.js +1 -0
- package/esm/mcp-server/tools/plansQueryPlan.js.map +1 -1
- package/esm/mcp-server/tools/plansSyncPlanPrices.d.ts.map +1 -1
- package/esm/mcp-server/tools/plansSyncPlanPrices.js +1 -0
- package/esm/mcp-server/tools/plansSyncPlanPrices.js.map +1 -1
- package/esm/mcp-server/tools/plansUpdatePlan.d.ts.map +1 -1
- package/esm/mcp-server/tools/plansUpdatePlan.js +1 -0
- package/esm/mcp-server/tools/plansUpdatePlan.js.map +1 -1
- package/esm/mcp-server/tools/priceUnitsCreatePriceUnit.d.ts.map +1 -1
- package/esm/mcp-server/tools/priceUnitsCreatePriceUnit.js +1 -0
- package/esm/mcp-server/tools/priceUnitsCreatePriceUnit.js.map +1 -1
- package/esm/mcp-server/tools/priceUnitsDeletePriceUnit.d.ts.map +1 -1
- package/esm/mcp-server/tools/priceUnitsDeletePriceUnit.js +2 -1
- package/esm/mcp-server/tools/priceUnitsDeletePriceUnit.js.map +1 -1
- package/esm/mcp-server/tools/priceUnitsGetPriceUnit.d.ts.map +1 -1
- package/esm/mcp-server/tools/priceUnitsGetPriceUnit.js +2 -1
- package/esm/mcp-server/tools/priceUnitsGetPriceUnit.js.map +1 -1
- package/esm/mcp-server/tools/priceUnitsGetPriceUnitByCode.d.ts.map +1 -1
- package/esm/mcp-server/tools/priceUnitsGetPriceUnitByCode.js +2 -1
- package/esm/mcp-server/tools/priceUnitsGetPriceUnitByCode.js.map +1 -1
- package/esm/mcp-server/tools/priceUnitsListPriceUnits.d.ts.map +1 -1
- package/esm/mcp-server/tools/priceUnitsListPriceUnits.js +2 -1
- package/esm/mcp-server/tools/priceUnitsListPriceUnits.js.map +1 -1
- package/esm/mcp-server/tools/priceUnitsQueryPriceUnit.d.ts.map +1 -1
- package/esm/mcp-server/tools/priceUnitsQueryPriceUnit.js +1 -0
- package/esm/mcp-server/tools/priceUnitsQueryPriceUnit.js.map +1 -1
- package/esm/mcp-server/tools/priceUnitsUpdatePriceUnit.d.ts.map +1 -1
- package/esm/mcp-server/tools/priceUnitsUpdatePriceUnit.js +1 -0
- package/esm/mcp-server/tools/priceUnitsUpdatePriceUnit.js.map +1 -1
- package/esm/mcp-server/tools/pricesCreatePrice.d.ts.map +1 -1
- package/esm/mcp-server/tools/pricesCreatePrice.js +1 -0
- package/esm/mcp-server/tools/pricesCreatePrice.js.map +1 -1
- package/esm/mcp-server/tools/pricesCreatePricesBulk.d.ts.map +1 -1
- package/esm/mcp-server/tools/pricesCreatePricesBulk.js +1 -0
- package/esm/mcp-server/tools/pricesCreatePricesBulk.js.map +1 -1
- package/esm/mcp-server/tools/pricesDeletePrice.d.ts.map +1 -1
- package/esm/mcp-server/tools/pricesDeletePrice.js +2 -1
- package/esm/mcp-server/tools/pricesDeletePrice.js.map +1 -1
- package/esm/mcp-server/tools/pricesGetPrice.d.ts.map +1 -1
- package/esm/mcp-server/tools/pricesGetPrice.js +2 -1
- package/esm/mcp-server/tools/pricesGetPrice.js.map +1 -1
- package/esm/mcp-server/tools/pricesGetPriceByLookupKey.d.ts.map +1 -1
- package/esm/mcp-server/tools/pricesGetPriceByLookupKey.js +2 -1
- package/esm/mcp-server/tools/pricesGetPriceByLookupKey.js.map +1 -1
- package/esm/mcp-server/tools/pricesQueryPrice.d.ts.map +1 -1
- package/esm/mcp-server/tools/pricesQueryPrice.js +1 -0
- package/esm/mcp-server/tools/pricesQueryPrice.js.map +1 -1
- package/esm/mcp-server/tools/pricesUpdatePrice.d.ts.map +1 -1
- package/esm/mcp-server/tools/pricesUpdatePrice.js +1 -0
- package/esm/mcp-server/tools/pricesUpdatePrice.js.map +1 -1
- package/esm/mcp-server/tools/rbacGetRBACRole.d.ts.map +1 -1
- package/esm/mcp-server/tools/rbacGetRBACRole.js +2 -1
- package/esm/mcp-server/tools/rbacGetRBACRole.js.map +1 -1
- package/esm/mcp-server/tools/rbacListRBACRoles.d.ts.map +1 -1
- package/esm/mcp-server/tools/rbacListRBACRoles.js +2 -1
- package/esm/mcp-server/tools/rbacListRBACRoles.js.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksCreateScheduledTask.d.ts.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksCreateScheduledTask.js +1 -0
- package/esm/mcp-server/tools/scheduledTasksCreateScheduledTask.js.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksDeleteScheduledTask.d.ts.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksDeleteScheduledTask.js +2 -1
- package/esm/mcp-server/tools/scheduledTasksDeleteScheduledTask.js.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksGetScheduledTask.d.ts.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksGetScheduledTask.js +2 -1
- package/esm/mcp-server/tools/scheduledTasksGetScheduledTask.js.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksListScheduledTasks.d.ts.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksListScheduledTasks.js +2 -1
- package/esm/mcp-server/tools/scheduledTasksListScheduledTasks.js.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksScheduleUpdateBillingPeriod.d.ts.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksScheduleUpdateBillingPeriod.js +1 -0
- package/esm/mcp-server/tools/scheduledTasksScheduleUpdateBillingPeriod.js.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksTriggerScheduledTaskRun.d.ts.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksTriggerScheduledTaskRun.js +1 -0
- package/esm/mcp-server/tools/scheduledTasksTriggerScheduledTaskRun.js.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksUpdateScheduledTask.d.ts.map +1 -1
- package/esm/mcp-server/tools/scheduledTasksUpdateScheduledTask.js +1 -0
- package/esm/mcp-server/tools/scheduledTasksUpdateScheduledTask.js.map +1 -1
- package/esm/mcp-server/tools/secretsCreateApiKey.d.ts.map +1 -1
- package/esm/mcp-server/tools/secretsCreateApiKey.js +1 -0
- package/esm/mcp-server/tools/secretsCreateApiKey.js.map +1 -1
- package/esm/mcp-server/tools/secretsDeleteApiKey.d.ts.map +1 -1
- package/esm/mcp-server/tools/secretsDeleteApiKey.js +2 -1
- package/esm/mcp-server/tools/secretsDeleteApiKey.js.map +1 -1
- package/esm/mcp-server/tools/secretsListApiKeys.d.ts.map +1 -1
- package/esm/mcp-server/tools/secretsListApiKeys.js +2 -1
- package/esm/mcp-server/tools/secretsListApiKeys.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsActivateSubscription.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsActivateSubscription.js +1 -0
- package/esm/mcp-server/tools/subscriptionsActivateSubscription.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsAddSubscriptionAddon.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsAddSubscriptionAddon.js +1 -0
- package/esm/mcp-server/tools/subscriptionsAddSubscriptionAddon.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsCancelSubscription.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsCancelSubscription.js +1 -0
- package/esm/mcp-server/tools/subscriptionsCancelSubscription.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsCancelSubscriptionSchedule.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsCancelSubscriptionSchedule.js +1 -0
- package/esm/mcp-server/tools/subscriptionsCancelSubscriptionSchedule.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsCreateSubscription.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsCreateSubscription.js +1 -0
- package/esm/mcp-server/tools/subscriptionsCreateSubscription.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsCreateSubscriptionLineItem.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsCreateSubscriptionLineItem.js +1 -0
- package/esm/mcp-server/tools/subscriptionsCreateSubscriptionLineItem.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsDeleteSubscriptionLineItem.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsDeleteSubscriptionLineItem.js +2 -1
- package/esm/mcp-server/tools/subscriptionsDeleteSubscriptionLineItem.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsExecuteSubscriptionChange.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsExecuteSubscriptionChange.js +1 -0
- package/esm/mcp-server/tools/subscriptionsExecuteSubscriptionChange.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscription.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscription.js +2 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscription.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionAddonAssociations.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionAddonAssociations.js +2 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionAddonAssociations.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionEntitlements.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionEntitlements.js +2 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionEntitlements.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionSchedule.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionSchedule.js +2 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionSchedule.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionUpcomingGrants.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionUpcomingGrants.js +2 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionUpcomingGrants.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionUsage.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionUsage.js +1 -0
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionUsage.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionV2.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionV2.js +2 -1
- package/esm/mcp-server/tools/subscriptionsGetSubscriptionV2.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsListAllSubscriptionSchedules.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsListAllSubscriptionSchedules.js +2 -1
- package/esm/mcp-server/tools/subscriptionsListAllSubscriptionSchedules.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsListSubscriptionPauses.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsListSubscriptionPauses.js +2 -1
- package/esm/mcp-server/tools/subscriptionsListSubscriptionPauses.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsListSubscriptionSchedules.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsListSubscriptionSchedules.js +2 -1
- package/esm/mcp-server/tools/subscriptionsListSubscriptionSchedules.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsPauseSubscription.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsPauseSubscription.js +1 -0
- package/esm/mcp-server/tools/subscriptionsPauseSubscription.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsPreviewSubscriptionChange.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsPreviewSubscriptionChange.js +1 -0
- package/esm/mcp-server/tools/subscriptionsPreviewSubscriptionChange.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsQuerySubscription.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsQuerySubscription.js +1 -0
- package/esm/mcp-server/tools/subscriptionsQuerySubscription.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsRemoveSubscriptionAddon.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsRemoveSubscriptionAddon.js +2 -1
- package/esm/mcp-server/tools/subscriptionsRemoveSubscriptionAddon.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsResumeSubscription.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsResumeSubscription.js +1 -0
- package/esm/mcp-server/tools/subscriptionsResumeSubscription.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsUpdateSubscription.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsUpdateSubscription.js +1 -0
- package/esm/mcp-server/tools/subscriptionsUpdateSubscription.js.map +1 -1
- package/esm/mcp-server/tools/subscriptionsUpdateSubscriptionLineItem.d.ts.map +1 -1
- package/esm/mcp-server/tools/subscriptionsUpdateSubscriptionLineItem.js +1 -0
- package/esm/mcp-server/tools/subscriptionsUpdateSubscriptionLineItem.js.map +1 -1
- package/esm/mcp-server/tools/tasksCreateTask.d.ts.map +1 -1
- package/esm/mcp-server/tools/tasksCreateTask.js +1 -0
- package/esm/mcp-server/tools/tasksCreateTask.js.map +1 -1
- package/esm/mcp-server/tools/tasksDownloadTaskExport.d.ts.map +1 -1
- package/esm/mcp-server/tools/tasksDownloadTaskExport.js +2 -1
- package/esm/mcp-server/tools/tasksDownloadTaskExport.js.map +1 -1
- package/esm/mcp-server/tools/tasksGetTask.d.ts.map +1 -1
- package/esm/mcp-server/tools/tasksGetTask.js +2 -1
- package/esm/mcp-server/tools/tasksGetTask.js.map +1 -1
- package/esm/mcp-server/tools/tasksGetTaskResult.d.ts.map +1 -1
- package/esm/mcp-server/tools/tasksGetTaskResult.js +2 -1
- package/esm/mcp-server/tools/tasksGetTaskResult.js.map +1 -1
- package/esm/mcp-server/tools/tasksListTasks.d.ts.map +1 -1
- package/esm/mcp-server/tools/tasksListTasks.js +2 -1
- package/esm/mcp-server/tools/tasksListTasks.js.map +1 -1
- package/esm/mcp-server/tools/tasksUpdateTaskStatus.d.ts.map +1 -1
- package/esm/mcp-server/tools/tasksUpdateTaskStatus.js +1 -0
- package/esm/mcp-server/tools/tasksUpdateTaskStatus.js.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsCreateTaxAssociation.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsCreateTaxAssociation.js +1 -0
- package/esm/mcp-server/tools/taxAssociationsCreateTaxAssociation.js.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsDeleteTaxAssociation.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsDeleteTaxAssociation.js +2 -1
- package/esm/mcp-server/tools/taxAssociationsDeleteTaxAssociation.js.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsGetTaxAssociation.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsGetTaxAssociation.js +2 -1
- package/esm/mcp-server/tools/taxAssociationsGetTaxAssociation.js.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsListTaxAssociations.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsListTaxAssociations.js +2 -1
- package/esm/mcp-server/tools/taxAssociationsListTaxAssociations.js.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsUpdateTaxAssociation.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxAssociationsUpdateTaxAssociation.js +1 -0
- package/esm/mcp-server/tools/taxAssociationsUpdateTaxAssociation.js.map +1 -1
- package/esm/mcp-server/tools/taxRatesCreateTaxRate.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxRatesCreateTaxRate.js +1 -0
- package/esm/mcp-server/tools/taxRatesCreateTaxRate.js.map +1 -1
- package/esm/mcp-server/tools/taxRatesDeleteTaxRate.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxRatesDeleteTaxRate.js +2 -1
- package/esm/mcp-server/tools/taxRatesDeleteTaxRate.js.map +1 -1
- package/esm/mcp-server/tools/taxRatesGetTaxRate.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxRatesGetTaxRate.js +2 -1
- package/esm/mcp-server/tools/taxRatesGetTaxRate.js.map +1 -1
- package/esm/mcp-server/tools/taxRatesGetTaxRates.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxRatesGetTaxRates.js +2 -1
- package/esm/mcp-server/tools/taxRatesGetTaxRates.js.map +1 -1
- package/esm/mcp-server/tools/taxRatesUpdateTaxRate.d.ts.map +1 -1
- package/esm/mcp-server/tools/taxRatesUpdateTaxRate.js +1 -0
- package/esm/mcp-server/tools/taxRatesUpdateTaxRate.js.map +1 -1
- package/esm/mcp-server/tools/tenantsGetTenantBillingUsage.d.ts.map +1 -1
- package/esm/mcp-server/tools/tenantsGetTenantBillingUsage.js +2 -1
- package/esm/mcp-server/tools/tenantsGetTenantBillingUsage.js.map +1 -1
- package/esm/mcp-server/tools/tenantsGetTenantById.d.ts.map +1 -1
- package/esm/mcp-server/tools/tenantsGetTenantById.js +2 -1
- package/esm/mcp-server/tools/tenantsGetTenantById.js.map +1 -1
- package/esm/mcp-server/tools/tenantsUpdateTenant.d.ts.map +1 -1
- package/esm/mcp-server/tools/tenantsUpdateTenant.js +1 -0
- package/esm/mcp-server/tools/tenantsUpdateTenant.js.map +1 -1
- package/esm/mcp-server/tools/usersCreateUser.d.ts.map +1 -1
- package/esm/mcp-server/tools/usersCreateUser.js +1 -0
- package/esm/mcp-server/tools/usersCreateUser.js.map +1 -1
- package/esm/mcp-server/tools/usersGetUserInfo.d.ts.map +1 -1
- package/esm/mcp-server/tools/usersGetUserInfo.js +2 -1
- package/esm/mcp-server/tools/usersGetUserInfo.js.map +1 -1
- package/esm/mcp-server/tools/usersQueryUser.d.ts.map +1 -1
- package/esm/mcp-server/tools/usersQueryUser.js +1 -0
- package/esm/mcp-server/tools/usersQueryUser.js.map +1 -1
- package/esm/mcp-server/tools/walletsCreateWallet.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsCreateWallet.js +1 -0
- package/esm/mcp-server/tools/walletsCreateWallet.js.map +1 -1
- package/esm/mcp-server/tools/walletsGetCustomerWallets.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsGetCustomerWallets.js +2 -1
- package/esm/mcp-server/tools/walletsGetCustomerWallets.js.map +1 -1
- package/esm/mcp-server/tools/walletsGetWallet.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsGetWallet.js +2 -1
- package/esm/mcp-server/tools/walletsGetWallet.js.map +1 -1
- package/esm/mcp-server/tools/walletsGetWalletBalance.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsGetWalletBalance.js +2 -1
- package/esm/mcp-server/tools/walletsGetWalletBalance.js.map +1 -1
- package/esm/mcp-server/tools/walletsGetWalletTransactions.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsGetWalletTransactions.js +2 -1
- package/esm/mcp-server/tools/walletsGetWalletTransactions.js.map +1 -1
- package/esm/mcp-server/tools/walletsGetWalletsByCustomerId.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsGetWalletsByCustomerId.js +2 -1
- package/esm/mcp-server/tools/walletsGetWalletsByCustomerId.js.map +1 -1
- package/esm/mcp-server/tools/walletsQueryWallet.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsQueryWallet.js +1 -0
- package/esm/mcp-server/tools/walletsQueryWallet.js.map +1 -1
- package/esm/mcp-server/tools/walletsQueryWalletTransaction.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsQueryWalletTransaction.js +1 -0
- package/esm/mcp-server/tools/walletsQueryWalletTransaction.js.map +1 -1
- package/esm/mcp-server/tools/walletsTerminateWallet.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsTerminateWallet.js +1 -0
- package/esm/mcp-server/tools/walletsTerminateWallet.js.map +1 -1
- package/esm/mcp-server/tools/walletsTopUpWallet.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsTopUpWallet.js +1 -0
- package/esm/mcp-server/tools/walletsTopUpWallet.js.map +1 -1
- package/esm/mcp-server/tools/walletsUpdateWallet.d.ts.map +1 -1
- package/esm/mcp-server/tools/walletsUpdateWallet.js +1 -0
- package/esm/mcp-server/tools/walletsUpdateWallet.js.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleChargebeeWebhook.d.ts.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleChargebeeWebhook.js +1 -0
- package/esm/mcp-server/tools/webhooksHandleChargebeeWebhook.js.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleHubspotWebhook.d.ts.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleHubspotWebhook.js +1 -0
- package/esm/mcp-server/tools/webhooksHandleHubspotWebhook.js.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleMoyasarWebhook.d.ts.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleMoyasarWebhook.js +1 -0
- package/esm/mcp-server/tools/webhooksHandleMoyasarWebhook.js.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleNomodWebhook.d.ts.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleNomodWebhook.js +1 -0
- package/esm/mcp-server/tools/webhooksHandleNomodWebhook.js.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleQuickbooksWebhook.d.ts.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleQuickbooksWebhook.js +1 -0
- package/esm/mcp-server/tools/webhooksHandleQuickbooksWebhook.js.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleRazorpayWebhook.d.ts.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleRazorpayWebhook.js +1 -0
- package/esm/mcp-server/tools/webhooksHandleRazorpayWebhook.js.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleStripeWebhook.d.ts.map +1 -1
- package/esm/mcp-server/tools/webhooksHandleStripeWebhook.js +1 -0
- package/esm/mcp-server/tools/webhooksHandleStripeWebhook.js.map +1 -1
- package/esm/mcp-server/tools/workflowsQueryWorkflow.d.ts.map +1 -1
- package/esm/mcp-server/tools/workflowsQueryWorkflow.js +1 -0
- package/esm/mcp-server/tools/workflowsQueryWorkflow.js.map +1 -1
- package/esm/models/typescreditgrantexpirydurationunit.d.ts +1 -1
- package/esm/models/typeswindowsize.d.ts +2 -2
- package/esm/models/typeswindowsize.js +2 -2
- package/esm/models/typeswindowsize.js.map +1 -1
- package/esm/tsconfig.tsbuildinfo +1 -0
- package/manifest.json +804 -0
- package/package.json +1 -1
- package/src/funcs/addonsCreateAddon.ts +11 -4
- package/src/funcs/addonsDeleteAddon.ts +11 -4
- package/src/funcs/addonsGetAddon.ts +11 -4
- package/src/funcs/addonsGetAddonByLookupKey.ts +11 -4
- package/src/funcs/addonsQueryAddon.ts +11 -4
- package/src/funcs/addonsUpdateAddon.ts +11 -4
- package/src/funcs/alertsQueryAlertLog.ts +11 -4
- package/src/funcs/costsCreateCostsheet.ts +11 -4
- package/src/funcs/costsDeleteCostsheet.ts +11 -4
- package/src/funcs/costsGetActiveCostsheet.ts +11 -4
- package/src/funcs/costsGetCostsheet.ts +11 -4
- package/src/funcs/costsGetDetailedCostAnalytics.ts +11 -4
- package/src/funcs/costsGetDetailedCostAnalyticsV2.ts +11 -4
- package/src/funcs/costsQueryCostsheet.ts +11 -4
- package/src/funcs/costsUpdateCostsheet.ts +11 -4
- package/src/funcs/couponsCreateCoupon.ts +11 -4
- package/src/funcs/couponsDeleteCoupon.ts +11 -4
- package/src/funcs/couponsGetCoupon.ts +11 -4
- package/src/funcs/couponsQueryCoupon.ts +11 -4
- package/src/funcs/couponsUpdateCoupon.ts +11 -4
- package/src/funcs/creditGrantsCreateCreditGrant.ts +11 -4
- package/src/funcs/creditGrantsDeleteCreditGrant.ts +11 -4
- package/src/funcs/creditGrantsGetCreditGrant.ts +11 -4
- package/src/funcs/creditGrantsGetPlanCreditGrants.ts +11 -4
- package/src/funcs/creditGrantsUpdateCreditGrant.ts +11 -4
- package/src/funcs/creditNotesCreateCreditNote.ts +11 -4
- package/src/funcs/creditNotesGetCreditNote.ts +11 -4
- package/src/funcs/creditNotesProcessCreditNote.ts +11 -4
- package/src/funcs/creditNotesVoidCreditNote.ts +11 -4
- package/src/funcs/customersCreateCustomer.ts +11 -4
- package/src/funcs/customersDeleteCustomer.ts +11 -4
- package/src/funcs/customersGetCustomer.ts +11 -4
- package/src/funcs/customersGetCustomerByExternalId.ts +11 -4
- package/src/funcs/customersGetCustomerEntitlements.ts +11 -4
- package/src/funcs/customersGetCustomerUpcomingGrants.ts +11 -4
- package/src/funcs/customersGetCustomerUsageSummary.ts +11 -4
- package/src/funcs/customersQueryCustomer.ts +11 -4
- package/src/funcs/customersUpdateCustomer.ts +11 -4
- package/src/funcs/entitlementsCreateEntitlement.ts +11 -4
- package/src/funcs/entitlementsCreateEntitlementsBulk.ts +11 -4
- package/src/funcs/entitlementsDeleteEntitlement.ts +11 -4
- package/src/funcs/entitlementsGetAddonEntitlements.ts +11 -4
- package/src/funcs/entitlementsGetEntitlement.ts +11 -4
- package/src/funcs/entitlementsGetPlanEntitlements.ts +11 -4
- package/src/funcs/entitlementsQueryEntitlement.ts +11 -4
- package/src/funcs/entitlementsUpdateEntitlement.ts +11 -4
- package/src/funcs/entityIntegrationMappingsCreateEntityIntegrationMapping.ts +11 -4
- package/src/funcs/entityIntegrationMappingsDeleteEntityIntegrationMapping.ts +11 -4
- package/src/funcs/environmentsCreateEnvironment.ts +11 -4
- package/src/funcs/environmentsUpdateEnvironment.ts +11 -4
- package/src/funcs/eventsGetEvent.ts +11 -4
- package/src/funcs/eventsGetHuggingfaceInferenceData.ts +11 -4
- package/src/funcs/eventsGetUsageAnalytics.ts +11 -4
- package/src/funcs/eventsGetUsageByMeter.ts +11 -4
- package/src/funcs/eventsGetUsageStatistics.ts +11 -4
- package/src/funcs/eventsIngestEvent.ts +11 -4
- package/src/funcs/eventsIngestEventsBulk.ts +11 -4
- package/src/funcs/eventsListRawEvents.ts +11 -4
- package/src/funcs/featuresCreateFeature.ts +11 -4
- package/src/funcs/featuresDeleteFeature.ts +11 -4
- package/src/funcs/featuresQueryFeature.ts +11 -4
- package/src/funcs/featuresUpdateFeature.ts +11 -4
- package/src/funcs/groupsCreateGroup.ts +11 -4
- package/src/funcs/groupsDeleteGroup.ts +11 -4
- package/src/funcs/groupsGetGroup.ts +11 -4
- package/src/funcs/groupsQueryGroup.ts +11 -4
- package/src/funcs/integrationsCreateOrUpdateIntegration.ts +11 -4
- package/src/funcs/integrationsDeleteIntegration.ts +11 -4
- package/src/funcs/integrationsGetIntegration.ts +11 -4
- package/src/funcs/integrationsListLinkedIntegrations.ts +11 -4
- package/src/funcs/invoicesAttemptInvoicePayment.ts +11 -4
- package/src/funcs/invoicesCreateInvoice.ts +11 -4
- package/src/funcs/invoicesFinalizeInvoice.ts +11 -4
- package/src/funcs/invoicesGetCustomerInvoiceSummary.ts +11 -4
- package/src/funcs/invoicesGetInvoice.ts +11 -4
- package/src/funcs/invoicesGetInvoicePdf.ts +11 -4
- package/src/funcs/invoicesGetInvoicePreview.ts +11 -4
- package/src/funcs/invoicesQueryInvoice.ts +11 -4
- package/src/funcs/invoicesRecalculateInvoice.ts +11 -4
- package/src/funcs/invoicesTriggerInvoiceCommsWebhook.ts +11 -4
- package/src/funcs/invoicesUpdateInvoice.ts +11 -4
- package/src/funcs/invoicesUpdateInvoicePaymentStatus.ts +11 -4
- package/src/funcs/invoicesVoidInvoice.ts +11 -4
- package/src/funcs/paymentsCreatePayment.ts +11 -4
- package/src/funcs/paymentsDeletePayment.ts +11 -4
- package/src/funcs/paymentsGetPayment.ts +11 -4
- package/src/funcs/paymentsListPayments.ts +11 -4
- package/src/funcs/paymentsProcessPayment.ts +11 -4
- package/src/funcs/paymentsUpdatePayment.ts +11 -4
- package/src/funcs/plansCreatePlan.ts +11 -4
- package/src/funcs/plansDeletePlan.ts +11 -4
- package/src/funcs/plansGetPlan.ts +11 -4
- package/src/funcs/plansPostPlansIdClone.ts +11 -4
- package/src/funcs/plansQueryPlan.ts +11 -4
- package/src/funcs/plansSyncPlanPrices.ts +11 -4
- package/src/funcs/plansUpdatePlan.ts +11 -4
- package/src/funcs/priceUnitsCreatePriceUnit.ts +11 -4
- package/src/funcs/priceUnitsDeletePriceUnit.ts +11 -4
- package/src/funcs/priceUnitsGetPriceUnit.ts +11 -4
- package/src/funcs/priceUnitsGetPriceUnitByCode.ts +11 -4
- package/src/funcs/priceUnitsListPriceUnits.ts +11 -4
- package/src/funcs/priceUnitsQueryPriceUnit.ts +11 -4
- package/src/funcs/priceUnitsUpdatePriceUnit.ts +11 -4
- package/src/funcs/pricesCreatePrice.ts +11 -4
- package/src/funcs/pricesCreatePricesBulk.ts +11 -4
- package/src/funcs/pricesDeletePrice.ts +11 -4
- package/src/funcs/pricesGetPrice.ts +11 -4
- package/src/funcs/pricesGetPriceByLookupKey.ts +11 -4
- package/src/funcs/pricesQueryPrice.ts +11 -4
- package/src/funcs/pricesUpdatePrice.ts +11 -4
- package/src/funcs/rbacGetRBACRole.ts +11 -4
- package/src/funcs/rbacListRBACRoles.ts +11 -4
- package/src/funcs/scheduledTasksCreateScheduledTask.ts +11 -4
- package/src/funcs/scheduledTasksDeleteScheduledTask.ts +11 -4
- package/src/funcs/scheduledTasksGetScheduledTask.ts +11 -4
- package/src/funcs/scheduledTasksListScheduledTasks.ts +11 -4
- package/src/funcs/scheduledTasksScheduleUpdateBillingPeriod.ts +11 -4
- package/src/funcs/scheduledTasksTriggerScheduledTaskRun.ts +11 -4
- package/src/funcs/scheduledTasksUpdateScheduledTask.ts +11 -4
- package/src/funcs/secretsCreateApiKey.ts +11 -4
- package/src/funcs/secretsDeleteApiKey.ts +11 -4
- package/src/funcs/secretsListApiKeys.ts +11 -4
- package/src/funcs/subscriptionsActivateSubscription.ts +11 -4
- package/src/funcs/subscriptionsAddSubscriptionAddon.ts +11 -4
- package/src/funcs/subscriptionsCancelSubscription.ts +11 -4
- package/src/funcs/subscriptionsCancelSubscriptionSchedule.ts +11 -4
- package/src/funcs/subscriptionsCreateSubscription.ts +11 -4
- package/src/funcs/subscriptionsCreateSubscriptionLineItem.ts +11 -4
- package/src/funcs/subscriptionsDeleteSubscriptionLineItem.ts +11 -4
- package/src/funcs/subscriptionsExecuteSubscriptionChange.ts +11 -4
- package/src/funcs/subscriptionsGetSubscription.ts +11 -4
- package/src/funcs/subscriptionsGetSubscriptionAddonAssociations.ts +11 -4
- package/src/funcs/subscriptionsGetSubscriptionEntitlements.ts +11 -4
- package/src/funcs/subscriptionsGetSubscriptionSchedule.ts +11 -4
- package/src/funcs/subscriptionsGetSubscriptionUpcomingGrants.ts +11 -4
- package/src/funcs/subscriptionsGetSubscriptionUsage.ts +11 -4
- package/src/funcs/subscriptionsGetSubscriptionV2.ts +11 -4
- package/src/funcs/subscriptionsListAllSubscriptionSchedules.ts +11 -4
- package/src/funcs/subscriptionsListSubscriptionPauses.ts +11 -4
- package/src/funcs/subscriptionsListSubscriptionSchedules.ts +11 -4
- package/src/funcs/subscriptionsPauseSubscription.ts +11 -4
- package/src/funcs/subscriptionsPreviewSubscriptionChange.ts +11 -4
- package/src/funcs/subscriptionsQuerySubscription.ts +11 -4
- package/src/funcs/subscriptionsRemoveSubscriptionAddon.ts +11 -4
- package/src/funcs/subscriptionsResumeSubscription.ts +11 -4
- package/src/funcs/subscriptionsUpdateSubscription.ts +11 -4
- package/src/funcs/subscriptionsUpdateSubscriptionLineItem.ts +11 -4
- package/src/funcs/tasksCreateTask.ts +11 -4
- package/src/funcs/tasksDownloadTaskExport.ts +11 -4
- package/src/funcs/tasksGetTask.ts +11 -4
- package/src/funcs/tasksGetTaskResult.ts +11 -4
- package/src/funcs/tasksListTasks.ts +11 -4
- package/src/funcs/tasksUpdateTaskStatus.ts +11 -4
- package/src/funcs/taxAssociationsCreateTaxAssociation.ts +11 -4
- package/src/funcs/taxAssociationsDeleteTaxAssociation.ts +11 -4
- package/src/funcs/taxAssociationsGetTaxAssociation.ts +11 -4
- package/src/funcs/taxAssociationsListTaxAssociations.ts +11 -4
- package/src/funcs/taxAssociationsUpdateTaxAssociation.ts +11 -4
- package/src/funcs/taxRatesCreateTaxRate.ts +11 -4
- package/src/funcs/taxRatesDeleteTaxRate.ts +11 -4
- package/src/funcs/taxRatesGetTaxRate.ts +11 -4
- package/src/funcs/taxRatesGetTaxRates.ts +11 -4
- package/src/funcs/taxRatesUpdateTaxRate.ts +11 -4
- package/src/funcs/tenantsGetTenantBillingUsage.ts +11 -4
- package/src/funcs/tenantsGetTenantById.ts +11 -4
- package/src/funcs/tenantsUpdateTenant.ts +11 -4
- package/src/funcs/usersCreateUser.ts +11 -4
- package/src/funcs/usersGetUserInfo.ts +11 -4
- package/src/funcs/usersQueryUser.ts +11 -4
- package/src/funcs/walletsCreateWallet.ts +11 -4
- package/src/funcs/walletsGetCustomerWallets.ts +11 -4
- package/src/funcs/walletsGetWallet.ts +11 -4
- package/src/funcs/walletsGetWalletBalance.ts +11 -4
- package/src/funcs/walletsGetWalletTransactions.ts +11 -4
- package/src/funcs/walletsGetWalletsByCustomerId.ts +11 -4
- package/src/funcs/walletsQueryWallet.ts +11 -4
- package/src/funcs/walletsQueryWalletTransaction.ts +11 -4
- package/src/funcs/walletsTerminateWallet.ts +11 -4
- package/src/funcs/walletsTopUpWallet.ts +11 -4
- package/src/funcs/walletsUpdateWallet.ts +11 -4
- package/src/funcs/webhooksHandleChargebeeWebhook.ts +11 -4
- package/src/funcs/webhooksHandleHubspotWebhook.ts +11 -4
- package/src/funcs/webhooksHandleMoyasarWebhook.ts +11 -4
- package/src/funcs/webhooksHandleNomodWebhook.ts +11 -4
- package/src/funcs/webhooksHandleQuickbooksWebhook.ts +11 -4
- package/src/funcs/webhooksHandleRazorpayWebhook.ts +11 -4
- package/src/funcs/webhooksHandleStripeWebhook.ts +11 -4
- package/src/funcs/workflowsQueryWorkflow.ts +11 -4
- package/src/landing-page.ts +13 -13
- package/src/lib/config.ts +4 -3
- package/src/lib/security.ts +4 -1
- package/src/mcp-server/build.mts +73 -0
- package/src/mcp-server/cli/serve/command.ts +8 -0
- package/src/mcp-server/cli/serve/impl.ts +1 -0
- package/src/mcp-server/cli/start/command.ts +8 -0
- package/src/mcp-server/cli/start/impl.ts +2 -0
- package/src/mcp-server/flags.ts +2 -0
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/scopes.ts +4 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/addonsCreateAddon.ts +1 -0
- package/src/mcp-server/tools/addonsDeleteAddon.ts +2 -1
- package/src/mcp-server/tools/addonsGetAddon.ts +2 -1
- package/src/mcp-server/tools/addonsGetAddonByLookupKey.ts +2 -1
- package/src/mcp-server/tools/addonsQueryAddon.ts +1 -0
- package/src/mcp-server/tools/addonsUpdateAddon.ts +1 -0
- package/src/mcp-server/tools/alertsQueryAlertLog.ts +1 -0
- package/src/mcp-server/tools/costsCreateCostsheet.ts +1 -0
- package/src/mcp-server/tools/costsDeleteCostsheet.ts +2 -1
- package/src/mcp-server/tools/costsGetActiveCostsheet.ts +2 -1
- package/src/mcp-server/tools/costsGetCostsheet.ts +2 -1
- package/src/mcp-server/tools/costsGetDetailedCostAnalytics.ts +1 -0
- package/src/mcp-server/tools/costsGetDetailedCostAnalyticsV2.ts +1 -0
- package/src/mcp-server/tools/costsQueryCostsheet.ts +1 -0
- package/src/mcp-server/tools/costsUpdateCostsheet.ts +1 -0
- package/src/mcp-server/tools/couponsCreateCoupon.ts +1 -0
- package/src/mcp-server/tools/couponsDeleteCoupon.ts +2 -1
- package/src/mcp-server/tools/couponsGetCoupon.ts +2 -1
- package/src/mcp-server/tools/couponsQueryCoupon.ts +1 -0
- package/src/mcp-server/tools/couponsUpdateCoupon.ts +1 -0
- package/src/mcp-server/tools/creditGrantsCreateCreditGrant.ts +1 -0
- package/src/mcp-server/tools/creditGrantsDeleteCreditGrant.ts +2 -1
- package/src/mcp-server/tools/creditGrantsGetCreditGrant.ts +2 -1
- package/src/mcp-server/tools/creditGrantsGetPlanCreditGrants.ts +2 -1
- package/src/mcp-server/tools/creditGrantsUpdateCreditGrant.ts +1 -0
- package/src/mcp-server/tools/creditNotesCreateCreditNote.ts +1 -0
- package/src/mcp-server/tools/creditNotesGetCreditNote.ts +2 -1
- package/src/mcp-server/tools/creditNotesProcessCreditNote.ts +1 -0
- package/src/mcp-server/tools/creditNotesVoidCreditNote.ts +1 -0
- package/src/mcp-server/tools/customersCreateCustomer.ts +1 -0
- package/src/mcp-server/tools/customersDeleteCustomer.ts +2 -1
- package/src/mcp-server/tools/customersGetCustomer.ts +2 -1
- package/src/mcp-server/tools/customersGetCustomerByExternalId.ts +2 -1
- package/src/mcp-server/tools/customersGetCustomerEntitlements.ts +2 -1
- package/src/mcp-server/tools/customersGetCustomerUpcomingGrants.ts +2 -1
- package/src/mcp-server/tools/customersGetCustomerUsageSummary.ts +2 -1
- package/src/mcp-server/tools/customersQueryCustomer.ts +1 -0
- package/src/mcp-server/tools/customersUpdateCustomer.ts +1 -0
- package/src/mcp-server/tools/entitlementsCreateEntitlement.ts +1 -0
- package/src/mcp-server/tools/entitlementsCreateEntitlementsBulk.ts +1 -0
- package/src/mcp-server/tools/entitlementsDeleteEntitlement.ts +2 -1
- package/src/mcp-server/tools/entitlementsGetAddonEntitlements.ts +2 -1
- package/src/mcp-server/tools/entitlementsGetEntitlement.ts +2 -1
- package/src/mcp-server/tools/entitlementsGetPlanEntitlements.ts +2 -1
- package/src/mcp-server/tools/entitlementsQueryEntitlement.ts +1 -0
- package/src/mcp-server/tools/entitlementsUpdateEntitlement.ts +1 -0
- package/src/mcp-server/tools/entityIntegrationMappingsCreateEntityIntegrationMapping.ts +1 -0
- package/src/mcp-server/tools/entityIntegrationMappingsDeleteEntityIntegrationMapping.ts +2 -1
- package/src/mcp-server/tools/environmentsCreateEnvironment.ts +1 -0
- package/src/mcp-server/tools/environmentsUpdateEnvironment.ts +1 -0
- package/src/mcp-server/tools/eventsGetEvent.ts +2 -1
- package/src/mcp-server/tools/eventsGetHuggingfaceInferenceData.ts +1 -0
- package/src/mcp-server/tools/eventsGetUsageAnalytics.ts +1 -0
- package/src/mcp-server/tools/eventsGetUsageByMeter.ts +1 -0
- package/src/mcp-server/tools/eventsGetUsageStatistics.ts +1 -0
- package/src/mcp-server/tools/eventsIngestEvent.ts +1 -0
- package/src/mcp-server/tools/eventsIngestEventsBulk.ts +1 -0
- package/src/mcp-server/tools/eventsListRawEvents.ts +1 -0
- package/src/mcp-server/tools/featuresCreateFeature.ts +1 -0
- package/src/mcp-server/tools/featuresDeleteFeature.ts +2 -1
- package/src/mcp-server/tools/featuresQueryFeature.ts +1 -0
- package/src/mcp-server/tools/featuresUpdateFeature.ts +1 -0
- package/src/mcp-server/tools/groupsCreateGroup.ts +1 -0
- package/src/mcp-server/tools/groupsDeleteGroup.ts +2 -1
- package/src/mcp-server/tools/groupsGetGroup.ts +2 -1
- package/src/mcp-server/tools/groupsQueryGroup.ts +1 -0
- package/src/mcp-server/tools/integrationsCreateOrUpdateIntegration.ts +1 -0
- package/src/mcp-server/tools/integrationsDeleteIntegration.ts +2 -1
- package/src/mcp-server/tools/integrationsGetIntegration.ts +2 -1
- package/src/mcp-server/tools/integrationsListLinkedIntegrations.ts +2 -1
- package/src/mcp-server/tools/invoicesAttemptInvoicePayment.ts +1 -0
- package/src/mcp-server/tools/invoicesCreateInvoice.ts +1 -0
- package/src/mcp-server/tools/invoicesFinalizeInvoice.ts +1 -0
- package/src/mcp-server/tools/invoicesGetCustomerInvoiceSummary.ts +2 -1
- package/src/mcp-server/tools/invoicesGetInvoice.ts +2 -1
- package/src/mcp-server/tools/invoicesGetInvoicePdf.ts +2 -1
- package/src/mcp-server/tools/invoicesGetInvoicePreview.ts +1 -0
- package/src/mcp-server/tools/invoicesQueryInvoice.ts +1 -0
- package/src/mcp-server/tools/invoicesRecalculateInvoice.ts +1 -0
- package/src/mcp-server/tools/invoicesTriggerInvoiceCommsWebhook.ts +1 -0
- package/src/mcp-server/tools/invoicesUpdateInvoice.ts +1 -0
- package/src/mcp-server/tools/invoicesUpdateInvoicePaymentStatus.ts +1 -0
- package/src/mcp-server/tools/invoicesVoidInvoice.ts +1 -0
- package/src/mcp-server/tools/paymentsCreatePayment.ts +1 -0
- package/src/mcp-server/tools/paymentsDeletePayment.ts +2 -1
- package/src/mcp-server/tools/paymentsGetPayment.ts +2 -1
- package/src/mcp-server/tools/paymentsListPayments.ts +2 -1
- package/src/mcp-server/tools/paymentsProcessPayment.ts +1 -0
- package/src/mcp-server/tools/paymentsUpdatePayment.ts +1 -0
- package/src/mcp-server/tools/plansCreatePlan.ts +1 -0
- package/src/mcp-server/tools/plansDeletePlan.ts +2 -1
- package/src/mcp-server/tools/plansGetPlan.ts +2 -1
- package/src/mcp-server/tools/plansPostPlansIdClone.ts +1 -0
- package/src/mcp-server/tools/plansQueryPlan.ts +1 -0
- package/src/mcp-server/tools/plansSyncPlanPrices.ts +1 -0
- package/src/mcp-server/tools/plansUpdatePlan.ts +1 -0
- package/src/mcp-server/tools/priceUnitsCreatePriceUnit.ts +1 -0
- package/src/mcp-server/tools/priceUnitsDeletePriceUnit.ts +2 -1
- package/src/mcp-server/tools/priceUnitsGetPriceUnit.ts +2 -1
- package/src/mcp-server/tools/priceUnitsGetPriceUnitByCode.ts +2 -1
- package/src/mcp-server/tools/priceUnitsListPriceUnits.ts +2 -1
- package/src/mcp-server/tools/priceUnitsQueryPriceUnit.ts +1 -0
- package/src/mcp-server/tools/priceUnitsUpdatePriceUnit.ts +1 -0
- package/src/mcp-server/tools/pricesCreatePrice.ts +1 -0
- package/src/mcp-server/tools/pricesCreatePricesBulk.ts +1 -0
- package/src/mcp-server/tools/pricesDeletePrice.ts +2 -1
- package/src/mcp-server/tools/pricesGetPrice.ts +2 -1
- package/src/mcp-server/tools/pricesGetPriceByLookupKey.ts +2 -1
- package/src/mcp-server/tools/pricesQueryPrice.ts +1 -0
- package/src/mcp-server/tools/pricesUpdatePrice.ts +1 -0
- package/src/mcp-server/tools/rbacGetRBACRole.ts +2 -1
- package/src/mcp-server/tools/rbacListRBACRoles.ts +2 -1
- package/src/mcp-server/tools/scheduledTasksCreateScheduledTask.ts +1 -0
- package/src/mcp-server/tools/scheduledTasksDeleteScheduledTask.ts +2 -1
- package/src/mcp-server/tools/scheduledTasksGetScheduledTask.ts +2 -1
- package/src/mcp-server/tools/scheduledTasksListScheduledTasks.ts +2 -1
- package/src/mcp-server/tools/scheduledTasksScheduleUpdateBillingPeriod.ts +1 -0
- package/src/mcp-server/tools/scheduledTasksTriggerScheduledTaskRun.ts +1 -0
- package/src/mcp-server/tools/scheduledTasksUpdateScheduledTask.ts +1 -0
- package/src/mcp-server/tools/secretsCreateApiKey.ts +1 -0
- package/src/mcp-server/tools/secretsDeleteApiKey.ts +2 -1
- package/src/mcp-server/tools/secretsListApiKeys.ts +2 -1
- package/src/mcp-server/tools/subscriptionsActivateSubscription.ts +1 -0
- package/src/mcp-server/tools/subscriptionsAddSubscriptionAddon.ts +1 -0
- package/src/mcp-server/tools/subscriptionsCancelSubscription.ts +1 -0
- package/src/mcp-server/tools/subscriptionsCancelSubscriptionSchedule.ts +1 -0
- package/src/mcp-server/tools/subscriptionsCreateSubscription.ts +1 -0
- package/src/mcp-server/tools/subscriptionsCreateSubscriptionLineItem.ts +1 -0
- package/src/mcp-server/tools/subscriptionsDeleteSubscriptionLineItem.ts +2 -1
- package/src/mcp-server/tools/subscriptionsExecuteSubscriptionChange.ts +1 -0
- package/src/mcp-server/tools/subscriptionsGetSubscription.ts +2 -1
- package/src/mcp-server/tools/subscriptionsGetSubscriptionAddonAssociations.ts +2 -1
- package/src/mcp-server/tools/subscriptionsGetSubscriptionEntitlements.ts +2 -1
- package/src/mcp-server/tools/subscriptionsGetSubscriptionSchedule.ts +2 -1
- package/src/mcp-server/tools/subscriptionsGetSubscriptionUpcomingGrants.ts +2 -1
- package/src/mcp-server/tools/subscriptionsGetSubscriptionUsage.ts +1 -0
- package/src/mcp-server/tools/subscriptionsGetSubscriptionV2.ts +2 -1
- package/src/mcp-server/tools/subscriptionsListAllSubscriptionSchedules.ts +2 -1
- package/src/mcp-server/tools/subscriptionsListSubscriptionPauses.ts +2 -1
- package/src/mcp-server/tools/subscriptionsListSubscriptionSchedules.ts +2 -1
- package/src/mcp-server/tools/subscriptionsPauseSubscription.ts +1 -0
- package/src/mcp-server/tools/subscriptionsPreviewSubscriptionChange.ts +1 -0
- package/src/mcp-server/tools/subscriptionsQuerySubscription.ts +1 -0
- package/src/mcp-server/tools/subscriptionsRemoveSubscriptionAddon.ts +2 -1
- package/src/mcp-server/tools/subscriptionsResumeSubscription.ts +1 -0
- package/src/mcp-server/tools/subscriptionsUpdateSubscription.ts +1 -0
- package/src/mcp-server/tools/subscriptionsUpdateSubscriptionLineItem.ts +1 -0
- package/src/mcp-server/tools/tasksCreateTask.ts +1 -0
- package/src/mcp-server/tools/tasksDownloadTaskExport.ts +2 -1
- package/src/mcp-server/tools/tasksGetTask.ts +2 -1
- package/src/mcp-server/tools/tasksGetTaskResult.ts +2 -1
- package/src/mcp-server/tools/tasksListTasks.ts +2 -1
- package/src/mcp-server/tools/tasksUpdateTaskStatus.ts +1 -0
- package/src/mcp-server/tools/taxAssociationsCreateTaxAssociation.ts +1 -0
- package/src/mcp-server/tools/taxAssociationsDeleteTaxAssociation.ts +2 -1
- package/src/mcp-server/tools/taxAssociationsGetTaxAssociation.ts +2 -1
- package/src/mcp-server/tools/taxAssociationsListTaxAssociations.ts +2 -1
- package/src/mcp-server/tools/taxAssociationsUpdateTaxAssociation.ts +1 -0
- package/src/mcp-server/tools/taxRatesCreateTaxRate.ts +1 -0
- package/src/mcp-server/tools/taxRatesDeleteTaxRate.ts +2 -1
- package/src/mcp-server/tools/taxRatesGetTaxRate.ts +2 -1
- package/src/mcp-server/tools/taxRatesGetTaxRates.ts +2 -1
- package/src/mcp-server/tools/taxRatesUpdateTaxRate.ts +1 -0
- package/src/mcp-server/tools/tenantsGetTenantBillingUsage.ts +2 -1
- package/src/mcp-server/tools/tenantsGetTenantById.ts +2 -1
- package/src/mcp-server/tools/tenantsUpdateTenant.ts +1 -0
- package/src/mcp-server/tools/usersCreateUser.ts +1 -0
- package/src/mcp-server/tools/usersGetUserInfo.ts +2 -1
- package/src/mcp-server/tools/usersQueryUser.ts +1 -0
- package/src/mcp-server/tools/walletsCreateWallet.ts +1 -0
- package/src/mcp-server/tools/walletsGetCustomerWallets.ts +2 -1
- package/src/mcp-server/tools/walletsGetWallet.ts +2 -1
- package/src/mcp-server/tools/walletsGetWalletBalance.ts +2 -1
- package/src/mcp-server/tools/walletsGetWalletTransactions.ts +2 -1
- package/src/mcp-server/tools/walletsGetWalletsByCustomerId.ts +2 -1
- package/src/mcp-server/tools/walletsQueryWallet.ts +1 -0
- package/src/mcp-server/tools/walletsQueryWalletTransaction.ts +1 -0
- package/src/mcp-server/tools/walletsTerminateWallet.ts +1 -0
- package/src/mcp-server/tools/walletsTopUpWallet.ts +1 -0
- package/src/mcp-server/tools/walletsUpdateWallet.ts +1 -0
- package/src/mcp-server/tools/webhooksHandleChargebeeWebhook.ts +1 -0
- package/src/mcp-server/tools/webhooksHandleHubspotWebhook.ts +1 -0
- package/src/mcp-server/tools/webhooksHandleMoyasarWebhook.ts +1 -0
- package/src/mcp-server/tools/webhooksHandleNomodWebhook.ts +1 -0
- package/src/mcp-server/tools/webhooksHandleQuickbooksWebhook.ts +1 -0
- package/src/mcp-server/tools/webhooksHandleRazorpayWebhook.ts +1 -0
- package/src/mcp-server/tools/webhooksHandleStripeWebhook.ts +1 -0
- package/src/mcp-server/tools/workflowsQueryWorkflow.ts +1 -0
- package/src/models/typeswindowsize.ts +2 -2
- package/tsconfig.json +35 -0
|
@@ -12,6 +12,7 @@ export const tool$customersCreateCustomer = {
|
|
|
12
12
|
description: `Create customer
|
|
13
13
|
|
|
14
14
|
Use when onboarding a new billing customer (e.g. sign-up or CRM sync). Ideal for linking via external_customer_id to your app's user id.`,
|
|
15
|
+
scopes: ["full", "default", "full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customersCreateCustomer.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersCreateCustomer.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAC9F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,kCAAkC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAgC;IACvE,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE;;yIAE0H;IACvI,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,uBAAuB,CAC5C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"customersCreateCustomer.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersCreateCustomer.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAC9F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,kCAAkC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAgC;IACvE,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE;;yIAE0H;IACvI,MAAM,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC;IACnC,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,uBAAuB,CAC5C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customersDeleteCustomer.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersDeleteCustomer.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"customersDeleteCustomer.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersDeleteCustomer.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BpE,CAAC"}
|
|
@@ -12,9 +12,10 @@ export const tool$customersDeleteCustomer = {
|
|
|
12
12
|
description: `Delete customer
|
|
13
13
|
|
|
14
14
|
Use when removing a customer (e.g. GDPR or churn). Returns 204 No Content on success.`,
|
|
15
|
+
scopes: ["full", "default", "full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
|
-
"destructiveHint":
|
|
18
|
+
"destructiveHint": false,
|
|
18
19
|
"idempotentHint": false,
|
|
19
20
|
"openWorldHint": false,
|
|
20
21
|
"readOnlyHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customersDeleteCustomer.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersDeleteCustomer.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EAAE,+BAA+B,EAAE,MAAM,kCAAkC,CAAC;AACnF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,+BAA+B;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAgC;IACvE,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE;;sFAEuE;IACpF,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"customersDeleteCustomer.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersDeleteCustomer.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EAAE,+BAA+B,EAAE,MAAM,kCAAkC,CAAC;AACnF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,+BAA+B;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAgC;IACvE,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE;;sFAEuE;IACpF,MAAM,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC;IACnC,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,uBAAuB,CAC5C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customersGetCustomer.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomer.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"customersGetCustomer.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomer.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BjE,CAAC"}
|
|
@@ -12,12 +12,13 @@ export const tool$customersGetCustomer = {
|
|
|
12
12
|
description: `Get customer
|
|
13
13
|
|
|
14
14
|
Use when you need to load a single customer (e.g. for a billing portal or to attach a subscription).`,
|
|
15
|
+
scopes: ["full", "default", "full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
18
19
|
"idempotentHint": false,
|
|
19
20
|
"openWorldHint": false,
|
|
20
|
-
"readOnlyHint":
|
|
21
|
+
"readOnlyHint": false,
|
|
21
22
|
},
|
|
22
23
|
args,
|
|
23
24
|
tool: async (client, args, ctx) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customersGetCustomer.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomer.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,EAAE,4BAA4B,EAAE,MAAM,+BAA+B,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,4BAA4B;CACtC,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAgC;IACpE,IAAI,EAAE,wBAAwB;IAC9B,WAAW,EAAE;;qGAEsF;IACnG,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"customersGetCustomer.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomer.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,EAAE,4BAA4B,EAAE,MAAM,+BAA+B,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,4BAA4B;CACtC,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAgC;IACpE,IAAI,EAAE,wBAAwB;IAC9B,WAAW,EAAE;;qGAEsF;IACnG,MAAM,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC;IACnC,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,oBAAoB,CACzC,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customersGetCustomerByExternalId.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomerByExternalId.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,cAAc,CAChE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"customersGetCustomerByExternalId.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomerByExternalId.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,cAAc,CAChE,OAAO,IAAI,CA+BZ,CAAC"}
|
|
@@ -12,12 +12,13 @@ export const tool$customersGetCustomerByExternalId = {
|
|
|
12
12
|
description: `Get customer by external ID
|
|
13
13
|
|
|
14
14
|
Use when resolving a customer by your app's id (e.g. from your user table). Ideal for integrations that key by external id.`,
|
|
15
|
+
scopes: ["full", "default", "full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
18
19
|
"idempotentHint": false,
|
|
19
20
|
"openWorldHint": false,
|
|
20
|
-
"readOnlyHint":
|
|
21
|
+
"readOnlyHint": false,
|
|
21
22
|
},
|
|
22
23
|
args,
|
|
23
24
|
tool: async (client, args, ctx) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customersGetCustomerByExternalId.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomerByExternalId.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,iDAAiD,CAAC;AACnG,OAAO,EAAE,wCAAwC,EAAE,MAAM,2CAA2C,CAAC;AACrG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,wCAAwC;CAClD,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAE9C;IACF,IAAI,EAAE,uCAAuC;IAC7C,WAAW,EAAE;;4HAE6G;IAC1H,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"customersGetCustomerByExternalId.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomerByExternalId.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,iDAAiD,CAAC;AACnG,OAAO,EAAE,wCAAwC,EAAE,MAAM,2CAA2C,CAAC;AACrG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,wCAAwC;CAClD,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAE9C;IACF,IAAI,EAAE,uCAAuC;IAC7C,WAAW,EAAE;;4HAE6G;IAC1H,MAAM,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC;IACnC,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,gCAAgC,CACrD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customersGetCustomerEntitlements.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomerEntitlements.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,cAAc,CAChE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"customersGetCustomerEntitlements.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomerEntitlements.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,cAAc,CAChE,OAAO,IAAI,CA+BZ,CAAC"}
|
|
@@ -12,12 +12,13 @@ export const tool$customersGetCustomerEntitlements = {
|
|
|
12
12
|
description: `Get customer entitlements
|
|
13
13
|
|
|
14
14
|
Use when checking what a customer can access (e.g. feature gating or usage limits). Supports optional filters (feature_ids, subscription_ids).`,
|
|
15
|
+
scopes: ["full", "default", "full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
18
19
|
"idempotentHint": false,
|
|
19
20
|
"openWorldHint": false,
|
|
20
|
-
"readOnlyHint":
|
|
21
|
+
"readOnlyHint": false,
|
|
21
22
|
},
|
|
22
23
|
args,
|
|
23
24
|
tool: async (client, args, ctx) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customersGetCustomerEntitlements.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomerEntitlements.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,iDAAiD,CAAC;AACnG,OAAO,EAAE,wCAAwC,EAAE,MAAM,2CAA2C,CAAC;AACrG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,wCAAwC;CAClD,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAE9C;IACF,IAAI,EAAE,qCAAqC;IAC3C,WAAW,EAAE;;+IAEgI;IAC7I,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"customersGetCustomerEntitlements.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomerEntitlements.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,iDAAiD,CAAC;AACnG,OAAO,EAAE,wCAAwC,EAAE,MAAM,2CAA2C,CAAC;AACrG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,wCAAwC;CAClD,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAE9C;IACF,IAAI,EAAE,qCAAqC;IAC3C,WAAW,EAAE;;+IAEgI;IAC7I,MAAM,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC;IACnC,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,gCAAgC,CACrD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customersGetCustomerUpcomingGrants.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomerUpcomingGrants.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,uCAAuC,EAAE,cAAc,CAClE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"customersGetCustomerUpcomingGrants.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomerUpcomingGrants.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,uCAAuC,EAAE,cAAc,CAClE,OAAO,IAAI,CA+BZ,CAAC"}
|
|
@@ -12,12 +12,13 @@ export const tool$customersGetCustomerUpcomingGrants = {
|
|
|
12
12
|
description: `Get upcoming credit grant applications
|
|
13
13
|
|
|
14
14
|
Use when showing upcoming or pending credits for a customer (e.g. in a portal or for forecasting).`,
|
|
15
|
+
scopes: ["full", "default", "full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
18
19
|
"idempotentHint": false,
|
|
19
20
|
"openWorldHint": false,
|
|
20
|
-
"readOnlyHint":
|
|
21
|
+
"readOnlyHint": false,
|
|
21
22
|
},
|
|
22
23
|
args,
|
|
23
24
|
tool: async (client, args, ctx) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customersGetCustomerUpcomingGrants.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomerUpcomingGrants.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,mDAAmD,CAAC;AACvG,OAAO,EAAE,0CAA0C,EAAE,MAAM,6CAA6C,CAAC;AACzG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,0CAA0C;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,uCAAuC,GAEhD;IACF,IAAI,EAAE,wCAAwC;IAC9C,WAAW,EAAE;;mGAEoF;IACjG,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"customersGetCustomerUpcomingGrants.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomerUpcomingGrants.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,mDAAmD,CAAC;AACvG,OAAO,EAAE,0CAA0C,EAAE,MAAM,6CAA6C,CAAC;AACzG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,0CAA0C;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,uCAAuC,GAEhD;IACF,IAAI,EAAE,wCAAwC;IAC9C,WAAW,EAAE;;mGAEoF;IACjG,MAAM,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC;IACnC,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,kCAAkC,CACvD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customersGetCustomerUsageSummary.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomerUsageSummary.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,cAAc,CAChE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"customersGetCustomerUsageSummary.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomerUsageSummary.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,cAAc,CAChE,OAAO,IAAI,CA+BZ,CAAC"}
|
|
@@ -12,12 +12,13 @@ export const tool$customersGetCustomerUsageSummary = {
|
|
|
12
12
|
description: `Get customer usage summary
|
|
13
13
|
|
|
14
14
|
Use when showing a customer's usage (e.g. portal or overage alerts). Identify by customer_id or customer_lookup_key; supports filters.`,
|
|
15
|
+
scopes: ["full", "default", "full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
18
19
|
"idempotentHint": false,
|
|
19
20
|
"openWorldHint": false,
|
|
20
|
-
"readOnlyHint":
|
|
21
|
+
"readOnlyHint": false,
|
|
21
22
|
},
|
|
22
23
|
args,
|
|
23
24
|
tool: async (client, args, ctx) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customersGetCustomerUsageSummary.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomerUsageSummary.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,iDAAiD,CAAC;AACnG,OAAO,EAAE,wCAAwC,EAAE,MAAM,2CAA2C,CAAC;AACrG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,wCAAwC,CAAC,QAAQ,EAAE;CAC7D,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAE9C;IACF,IAAI,EAAE,sCAAsC;IAC5C,WAAW,EAAE;;uIAEwH;IACrI,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"customersGetCustomerUsageSummary.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersGetCustomerUsageSummary.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,iDAAiD,CAAC;AACnG,OAAO,EAAE,wCAAwC,EAAE,MAAM,2CAA2C,CAAC;AACrG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,wCAAwC,CAAC,QAAQ,EAAE;CAC7D,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAE9C;IACF,IAAI,EAAE,sCAAsC;IAC5C,WAAW,EAAE;;uIAEwH;IACrI,MAAM,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC;IACnC,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,gCAAgC,CACrD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customersQueryCustomer.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersQueryCustomer.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"customersQueryCustomer.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersQueryCustomer.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BnE,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$customersQueryCustomer = {
|
|
|
12
12
|
description: `Query customers
|
|
13
13
|
|
|
14
14
|
Use when listing or searching customers (e.g. admin CRM or reporting). Returns a paginated list; supports filtering and sorting.`,
|
|
15
|
+
scopes: ["full", "default", "full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customersQueryCustomer.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersQueryCustomer.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACpF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,6BAA6B;CACvC,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAAgC;IACtE,IAAI,EAAE,0BAA0B;IAChC,WAAW,EAAE;;iIAEkH;IAC/H,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,sBAAsB,CAC3C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"customersQueryCustomer.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersQueryCustomer.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACpF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,6BAA6B;CACvC,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAAgC;IACtE,IAAI,EAAE,0BAA0B;IAChC,WAAW,EAAE;;iIAEkH;IAC/H,MAAM,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC;IACnC,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,sBAAsB,CAC3C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customersUpdateCustomer.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersUpdateCustomer.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"customersUpdateCustomer.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersUpdateCustomer.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BpE,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$customersUpdateCustomer = {
|
|
|
12
12
|
description: `Update customer
|
|
13
13
|
|
|
14
14
|
Use when updating customer details (e.g. name, email, or metadata). Identify by id or external_customer_id.`,
|
|
15
|
+
scopes: ["full", "default", "full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customersUpdateCustomer.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersUpdateCustomer.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EAAE,+BAA+B,EAAE,MAAM,kCAAkC,CAAC;AACnF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,+BAA+B;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAgC;IACvE,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE;;4GAE6F;IAC1G,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,uBAAuB,CAC5C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"customersUpdateCustomer.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/customersUpdateCustomer.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EAAE,+BAA+B,EAAE,MAAM,kCAAkC,CAAC;AACnF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,+BAA+B;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAgC;IACvE,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE;;4GAE6F;IAC1G,MAAM,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC;IACnC,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,uBAAuB,CAC5C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlementsCreateEntitlement.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsCreateEntitlement.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"entitlementsCreateEntitlement.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsCreateEntitlement.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,cAAc,CAAC,OAAO,IAAI,CA8B1E,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$entitlementsCreateEntitlement = {
|
|
|
12
12
|
description: `Create entitlement
|
|
13
13
|
|
|
14
14
|
Use when attaching a feature (and its limit) to a plan or addon (e.g. "10 seats" or "1000 API calls"). Defines what the plan/addon includes.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlementsCreateEntitlement.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsCreateEntitlement.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,qCAAqC,EAAE,MAAM,6CAA6C,CAAC;AACpG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,qCAAqC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAgC;IAC7E,IAAI,EAAE,iCAAiC;IACvC,WAAW,EAAE;;6IAE8H;IAC3I,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,6BAA6B,CAClD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"entitlementsCreateEntitlement.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsCreateEntitlement.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,qCAAqC,EAAE,MAAM,6CAA6C,CAAC;AACpG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,qCAAqC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAgC;IAC7E,IAAI,EAAE,iCAAiC;IACvC,WAAW,EAAE;;6IAE8H;IAC3I,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,6BAA6B,CAClD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlementsCreateEntitlementsBulk.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsCreateEntitlementsBulk.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,uCAAuC,EAAE,cAAc,CAClE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"entitlementsCreateEntitlementsBulk.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsCreateEntitlementsBulk.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,uCAAuC,EAAE,cAAc,CAClE,OAAO,IAAI,CA+BZ,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$entitlementsCreateEntitlementsBulk = {
|
|
|
12
12
|
description: `Create entitlements in bulk
|
|
13
13
|
|
|
14
14
|
Use when attaching many features to a plan or addon at once (e.g. initial plan setup or import). Bulk version of create entitlement.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlementsCreateEntitlementsBulk.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsCreateEntitlementsBulk.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,mDAAmD,CAAC;AACvG,OAAO,EAAE,yCAAyC,EAAE,MAAM,iDAAiD,CAAC;AAC5G,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,yCAAyC;CACnD,CAAC;AAEF,MAAM,CAAC,MAAM,uCAAuC,GAEhD;IACF,IAAI,EAAE,uCAAuC;IAC7C,WAAW,EAAE;;qIAEsH;IACnI,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,kCAAkC,CACvD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"entitlementsCreateEntitlementsBulk.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsCreateEntitlementsBulk.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,mDAAmD,CAAC;AACvG,OAAO,EAAE,yCAAyC,EAAE,MAAM,iDAAiD,CAAC;AAC5G,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,yCAAyC;CACnD,CAAC;AAEF,MAAM,CAAC,MAAM,uCAAuC,GAEhD;IACF,IAAI,EAAE,uCAAuC;IAC7C,WAAW,EAAE;;qIAEsH;IACnI,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,kCAAkC,CACvD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlementsDeleteEntitlement.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsDeleteEntitlement.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"entitlementsDeleteEntitlement.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsDeleteEntitlement.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,cAAc,CAAC,OAAO,IAAI,CA8B1E,CAAC"}
|
|
@@ -12,9 +12,10 @@ export const tool$entitlementsDeleteEntitlement = {
|
|
|
12
12
|
description: `Delete entitlement
|
|
13
13
|
|
|
14
14
|
Use when removing a feature from a plan or addon (e.g. deprecating a capability). Returns 200 with success message.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
|
-
"destructiveHint":
|
|
18
|
+
"destructiveHint": false,
|
|
18
19
|
"idempotentHint": false,
|
|
19
20
|
"openWorldHint": false,
|
|
20
21
|
"readOnlyHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlementsDeleteEntitlement.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsDeleteEntitlement.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,kCAAkC,EAAE,MAAM,qCAAqC,CAAC;AACzF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,kCAAkC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAgC;IAC7E,IAAI,EAAE,iCAAiC;IACvC,WAAW,EAAE;;oHAEqG;IAClH,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"entitlementsDeleteEntitlement.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsDeleteEntitlement.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,kCAAkC,EAAE,MAAM,qCAAqC,CAAC;AACzF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,kCAAkC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAgC;IAC7E,IAAI,EAAE,iCAAiC;IACvC,WAAW,EAAE;;oHAEqG;IAClH,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,6BAA6B,CAClD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlementsGetAddonEntitlements.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsGetAddonEntitlements.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,cAAc,CAChE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"entitlementsGetAddonEntitlements.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsGetAddonEntitlements.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,cAAc,CAChE,OAAO,IAAI,CA+BZ,CAAC"}
|
|
@@ -12,12 +12,13 @@ export const tool$entitlementsGetAddonEntitlements = {
|
|
|
12
12
|
description: `Get addon entitlements
|
|
13
13
|
|
|
14
14
|
Use when checking what features or limits an addon grants (e.g. for display or entitlement logic).`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
18
19
|
"idempotentHint": false,
|
|
19
20
|
"openWorldHint": false,
|
|
20
|
-
"readOnlyHint":
|
|
21
|
+
"readOnlyHint": false,
|
|
21
22
|
},
|
|
22
23
|
args,
|
|
23
24
|
tool: async (client, args, ctx) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlementsGetAddonEntitlements.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsGetAddonEntitlements.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,iDAAiD,CAAC;AACnG,OAAO,EAAE,qCAAqC,EAAE,MAAM,wCAAwC,CAAC;AAC/F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,qCAAqC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAE9C;IACF,IAAI,EAAE,qCAAqC;IAC3C,WAAW,EAAE;;mGAEoF;IACjG,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"entitlementsGetAddonEntitlements.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsGetAddonEntitlements.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,iDAAiD,CAAC;AACnG,OAAO,EAAE,qCAAqC,EAAE,MAAM,wCAAwC,CAAC;AAC/F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,qCAAqC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAE9C;IACF,IAAI,EAAE,qCAAqC;IAC3C,WAAW,EAAE;;mGAEoF;IACjG,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,gCAAgC,CACrD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlementsGetEntitlement.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsGetEntitlement.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"entitlementsGetEntitlement.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsGetEntitlement.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BvE,CAAC"}
|
|
@@ -12,12 +12,13 @@ export const tool$entitlementsGetEntitlement = {
|
|
|
12
12
|
description: `Get entitlement
|
|
13
13
|
|
|
14
14
|
Use when you need to load a single entitlement (e.g. to display or edit a feature limit).`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
18
19
|
"idempotentHint": false,
|
|
19
20
|
"openWorldHint": false,
|
|
20
|
-
"readOnlyHint":
|
|
21
|
+
"readOnlyHint": false,
|
|
21
22
|
},
|
|
22
23
|
args,
|
|
23
24
|
tool: async (client, args, ctx) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlementsGetEntitlement.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsGetEntitlement.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,0BAA0B,EAAE,MAAM,2CAA2C,CAAC;AACvF,OAAO,EAAE,+BAA+B,EAAE,MAAM,kCAAkC,CAAC;AACnF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,+BAA+B;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAAgC;IAC1E,IAAI,EAAE,8BAA8B;IACpC,WAAW,EAAE;;0FAE2E;IACxF,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"entitlementsGetEntitlement.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsGetEntitlement.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,0BAA0B,EAAE,MAAM,2CAA2C,CAAC;AACvF,OAAO,EAAE,+BAA+B,EAAE,MAAM,kCAAkC,CAAC;AACnF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,+BAA+B;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAAgC;IAC1E,IAAI,EAAE,8BAA8B;IACpC,WAAW,EAAE;;0FAE2E;IACxF,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,0BAA0B,CAC/C,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlementsGetPlanEntitlements.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsGetPlanEntitlements.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"entitlementsGetPlanEntitlements.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsGetPlanEntitlements.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,cAAc,CAAC,OAAO,IAAI,CA+B1E,CAAC"}
|
|
@@ -12,12 +12,13 @@ export const tool$entitlementsGetPlanEntitlements = {
|
|
|
12
12
|
description: `Get plan entitlements
|
|
13
13
|
|
|
14
14
|
Use when checking what a plan includes (e.g. feature list or limits for display or gating).`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
18
19
|
"idempotentHint": false,
|
|
19
20
|
"openWorldHint": false,
|
|
20
|
-
"readOnlyHint":
|
|
21
|
+
"readOnlyHint": false,
|
|
21
22
|
},
|
|
22
23
|
args,
|
|
23
24
|
tool: async (client, args, ctx) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlementsGetPlanEntitlements.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsGetPlanEntitlements.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,gDAAgD,CAAC;AACjG,OAAO,EAAE,oCAAoC,EAAE,MAAM,uCAAuC,CAAC;AAC7F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,oCAAoC;CAC9C,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,IAAI,EAAE,oCAAoC;IAC1C,WAAW,EAAE;;4FAE2E;IACxF,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"entitlementsGetPlanEntitlements.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsGetPlanEntitlements.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,gDAAgD,CAAC;AACjG,OAAO,EAAE,oCAAoC,EAAE,MAAM,uCAAuC,CAAC;AAC7F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,oCAAoC;CAC9C,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,IAAI,EAAE,oCAAoC;IAC1C,WAAW,EAAE;;4FAE2E;IACxF,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,+BAA+B,CACpD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlementsQueryEntitlement.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsQueryEntitlement.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"entitlementsQueryEntitlement.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsQueryEntitlement.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BzE,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$entitlementsQueryEntitlement = {
|
|
|
12
12
|
description: `Query entitlements
|
|
13
13
|
|
|
14
14
|
Use when listing or searching entitlements (e.g. plan editor or audit). Returns a paginated list; supports filtering by plan, addon, feature.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlementsQueryEntitlement.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsQueryEntitlement.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,4BAA4B,EAAE,MAAM,6CAA6C,CAAC;AAC3F,OAAO,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,gCAAgC;CAC1C,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAAgC;IAC5E,IAAI,EAAE,gCAAgC;IACtC,WAAW,EAAE;;8IAE+H;IAC5I,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,4BAA4B,CACjD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"entitlementsQueryEntitlement.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsQueryEntitlement.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,4BAA4B,EAAE,MAAM,6CAA6C,CAAC;AAC3F,OAAO,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,gCAAgC;CAC1C,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAAgC;IAC5E,IAAI,EAAE,gCAAgC;IACtC,WAAW,EAAE;;8IAE+H;IAC5I,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,4BAA4B,CACjD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlementsUpdateEntitlement.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsUpdateEntitlement.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"entitlementsUpdateEntitlement.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsUpdateEntitlement.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,cAAc,CAAC,OAAO,IAAI,CA8B1E,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$entitlementsUpdateEntitlement = {
|
|
|
12
12
|
description: `Update entitlement
|
|
13
13
|
|
|
14
14
|
Use when changing an entitlement (e.g. increasing or decreasing a limit). Request body contains the fields to update.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlementsUpdateEntitlement.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsUpdateEntitlement.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,kCAAkC,EAAE,MAAM,qCAAqC,CAAC;AACzF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,kCAAkC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAgC;IAC7E,IAAI,EAAE,iCAAiC;IACvC,WAAW,EAAE;;sHAEuG;IACpH,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,6BAA6B,CAClD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"entitlementsUpdateEntitlement.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entitlementsUpdateEntitlement.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,kCAAkC,EAAE,MAAM,qCAAqC,CAAC;AACzF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,kCAAkC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAgC;IAC7E,IAAI,EAAE,iCAAiC;IACvC,WAAW,EAAE;;sHAEuG;IACpH,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,6BAA6B,CAClD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
package/esm/mcp-server/tools/entityIntegrationMappingsCreateEntityIntegrationMapping.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entityIntegrationMappingsCreateEntityIntegrationMapping.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entityIntegrationMappingsCreateEntityIntegrationMapping.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,4DAA4D,EACvE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"entityIntegrationMappingsCreateEntityIntegrationMapping.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entityIntegrationMappingsCreateEntityIntegrationMapping.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,4DAA4D,EACvE,cAAc,CAAC,OAAO,IAAI,CA+BzB,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$entityIntegrationMappingsCreateEntityIntegrationMapping = {
|
|
|
12
12
|
description: `Create entity integration mapping
|
|
13
13
|
|
|
14
14
|
Use when linking a FlexPrice entity to an external system (e.g. CRM or payment provider) so you can sync or reconcile by external ID.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entityIntegrationMappingsCreateEntityIntegrationMapping.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entityIntegrationMappingsCreateEntityIntegrationMapping.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uDAAuD,EAAE,MAAM,wEAAwE,CAAC;AACjJ,OAAO,EAAE,kDAAkD,EAAE,MAAM,0DAA0D,CAAC;AAC9H,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,kDAAkD;CAC5D,CAAC;AAEF,MAAM,CAAC,MAAM,4DAA4D,GACzC;IAC5B,IAAI,EAAE,+CAA+C;IACrD,WAAW,EAAE;;sIAEqH;IAClI,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GACZ,MAAM,uDAAuD,CAC3D,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEf,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"entityIntegrationMappingsCreateEntityIntegrationMapping.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entityIntegrationMappingsCreateEntityIntegrationMapping.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uDAAuD,EAAE,MAAM,wEAAwE,CAAC;AACjJ,OAAO,EAAE,kDAAkD,EAAE,MAAM,0DAA0D,CAAC;AAC9H,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,kDAAkD;CAC5D,CAAC;AAEF,MAAM,CAAC,MAAM,4DAA4D,GACzC;IAC5B,IAAI,EAAE,+CAA+C;IACrD,WAAW,EAAE;;sIAEqH;IAClI,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GACZ,MAAM,uDAAuD,CAC3D,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEf,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
package/esm/mcp-server/tools/entityIntegrationMappingsDeleteEntityIntegrationMapping.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entityIntegrationMappingsDeleteEntityIntegrationMapping.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entityIntegrationMappingsDeleteEntityIntegrationMapping.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,4DAA4D,EACvE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"entityIntegrationMappingsDeleteEntityIntegrationMapping.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/entityIntegrationMappingsDeleteEntityIntegrationMapping.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,4DAA4D,EACvE,cAAc,CAAC,OAAO,IAAI,CA+BzB,CAAC"}
|
|
@@ -12,9 +12,10 @@ export const tool$entityIntegrationMappingsDeleteEntityIntegrationMapping = {
|
|
|
12
12
|
description: `Delete entity integration mapping
|
|
13
13
|
|
|
14
14
|
Use when unlinking a FlexPrice entity from an external system or cleaning up stale integration mappings.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
|
-
"destructiveHint":
|
|
18
|
+
"destructiveHint": false,
|
|
18
19
|
"idempotentHint": false,
|
|
19
20
|
"openWorldHint": false,
|
|
20
21
|
"readOnlyHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entityIntegrationMappingsDeleteEntityIntegrationMapping.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entityIntegrationMappingsDeleteEntityIntegrationMapping.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uDAAuD,EAAE,MAAM,wEAAwE,CAAC;AACjJ,OAAO,EAAE,+CAA+C,EAAE,MAAM,kDAAkD,CAAC;AACnH,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,+CAA+C;CACzD,CAAC;AAEF,MAAM,CAAC,MAAM,4DAA4D,GACzC;IAC5B,IAAI,EAAE,+CAA+C;IACrD,WAAW,EAAE;;yGAEwF;IACrG,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"entityIntegrationMappingsDeleteEntityIntegrationMapping.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/entityIntegrationMappingsDeleteEntityIntegrationMapping.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uDAAuD,EAAE,MAAM,wEAAwE,CAAC;AACjJ,OAAO,EAAE,+CAA+C,EAAE,MAAM,kDAAkD,CAAC;AACnH,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,+CAA+C;CACzD,CAAC;AAEF,MAAM,CAAC,MAAM,4DAA4D,GACzC;IAC5B,IAAI,EAAE,+CAA+C;IACrD,WAAW,EAAE;;yGAEwF;IACrG,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GACZ,MAAM,uDAAuD,CAC3D,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEf,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environmentsCreateEnvironment.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/environmentsCreateEnvironment.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"environmentsCreateEnvironment.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/environmentsCreateEnvironment.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,cAAc,CAAC,OAAO,IAAI,CA8B1E,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$environmentsCreateEnvironment = {
|
|
|
12
12
|
description: `Create environment
|
|
13
13
|
|
|
14
14
|
Use when setting up a new environment (e.g. production, staging) for the tenant. Ideal for separating billing or config per environment.`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environmentsCreateEnvironment.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/environmentsCreateEnvironment.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,qCAAqC,EAAE,MAAM,6CAA6C,CAAC;AACpG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,qCAAqC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAgC;IAC7E,IAAI,EAAE,iCAAiC;IACvC,WAAW,EAAE;;yIAE0H;IACvI,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,6BAA6B,CAClD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"environmentsCreateEnvironment.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/environmentsCreateEnvironment.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,qCAAqC,EAAE,MAAM,6CAA6C,CAAC;AACpG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,qCAAqC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAgC;IAC7E,IAAI,EAAE,iCAAiC;IACvC,WAAW,EAAE;;yIAE0H;IACvI,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,6BAA6B,CAClD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environmentsUpdateEnvironment.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/environmentsUpdateEnvironment.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"environmentsUpdateEnvironment.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/environmentsUpdateEnvironment.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,cAAc,CAAC,OAAO,IAAI,CA8B1E,CAAC"}
|
|
@@ -12,6 +12,7 @@ export const tool$environmentsUpdateEnvironment = {
|
|
|
12
12
|
description: `Update environment
|
|
13
13
|
|
|
14
14
|
Use when changing environment name or settings (e.g. renaming or updating metadata).`,
|
|
15
|
+
scopes: ["full"],
|
|
15
16
|
annotations: {
|
|
16
17
|
"title": "",
|
|
17
18
|
"destructiveHint": false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environmentsUpdateEnvironment.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/environmentsUpdateEnvironment.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,kCAAkC,EAAE,MAAM,qCAAqC,CAAC;AACzF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,kCAAkC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAgC;IAC7E,IAAI,EAAE,iCAAiC;IACvC,WAAW,EAAE;;qFAEsE;IACnF,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,6BAA6B,CAClD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"environmentsUpdateEnvironment.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/environmentsUpdateEnvironment.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8CAA8C,CAAC;AAC7F,OAAO,EAAE,kCAAkC,EAAE,MAAM,qCAAqC,CAAC;AACzF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,kCAAkC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAgC;IAC7E,IAAI,EAAE,iCAAiC;IACvC,WAAW,EAAE;;qFAEsE;IACnF,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,WAAW,EAAE;QACX,OAAO,EAAE,EAAE;QACX,iBAAiB,EAAE,KAAK;QACxB,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,KAAK;QACtB,cAAc,EAAE,KAAK;KACtB;IACD,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,6BAA6B,CAClD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,OAAO,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventsGetEvent.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetEvent.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,cAAc,CAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"eventsGetEvent.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/eventsGetEvent.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,cAAc,CAAC,OAAO,IAAI,CA8B3D,CAAC"}
|