@flexprice/mcp-server 2.1.2 → 2.1.4
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/bin/mcp-server.js +527 -162
- package/bin/mcp-server.js.map +41 -19
- package/bun.lock +14 -14
- package/esm/funcs/{plansPostPlansIdClone.d.ts → plansClonePlan.d.ts} +3 -3
- package/esm/funcs/plansClonePlan.d.ts.map +1 -0
- package/esm/funcs/{plansPostPlansIdClone.js → plansClonePlan.js} +5 -5
- package/esm/funcs/plansClonePlan.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/mcp-server/cli/serve/command.js +1 -1
- package/esm/mcp-server/cli/serve/command.js.map +1 -1
- package/esm/mcp-server/cli/start/command.js +1 -1
- package/esm/mcp-server/cli/start/command.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +3 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/plansClonePlan.d.ts +7 -0
- package/esm/mcp-server/tools/plansClonePlan.d.ts.map +1 -0
- package/esm/mcp-server/tools/{plansPostPlansIdClone.js → plansClonePlan.js} +7 -7
- package/esm/mcp-server/tools/plansClonePlan.js.map +1 -0
- package/esm/mcp-server/tools.js +9 -9
- package/esm/mcp-server/tools.js.map +1 -1
- package/esm/models/address.d.ts +11 -0
- package/esm/models/address.d.ts.map +1 -0
- package/esm/models/address.js +13 -0
- package/esm/models/address.js.map +1 -0
- package/esm/models/alertstate.d.ts +16 -0
- package/esm/models/alertstate.d.ts.map +1 -0
- package/esm/models/alertstate.js +17 -0
- package/esm/models/alertstate.js.map +1 -0
- package/esm/models/autotopup.d.ts +9 -0
- package/esm/models/autotopup.d.ts.map +1 -0
- package/esm/models/autotopup.js +11 -0
- package/esm/models/autotopup.js.map +1 -0
- package/esm/models/changedinvoice.d.ts +8 -2
- package/esm/models/changedinvoice.d.ts.map +1 -1
- package/esm/models/changedinvoice.js +8 -2
- package/esm/models/changedinvoice.js.map +1 -1
- package/esm/models/changedinvoiceaction.d.ts +18 -0
- package/esm/models/changedinvoiceaction.d.ts.map +1 -0
- package/esm/models/changedinvoiceaction.js +16 -0
- package/esm/models/changedinvoiceaction.js.map +1 -0
- package/esm/models/changedinvoicestatus.d.ts +18 -0
- package/esm/models/changedinvoicestatus.d.ts.map +1 -0
- package/esm/models/changedinvoicestatus.js +16 -0
- package/esm/models/changedinvoicestatus.js.map +1 -0
- package/esm/models/changedlineitem.d.ts +2 -1
- package/esm/models/changedlineitem.d.ts.map +1 -1
- package/esm/models/changedlineitem.js +2 -1
- package/esm/models/changedlineitem.js.map +1 -1
- package/esm/models/changedlineitemaction.d.ts +20 -0
- package/esm/models/changedlineitemaction.d.ts.map +1 -0
- package/esm/models/changedlineitemaction.js +18 -0
- package/esm/models/changedlineitemaction.js.map +1 -0
- package/esm/models/changedsubscription.d.ts +2 -1
- package/esm/models/changedsubscription.d.ts.map +1 -1
- package/esm/models/changedsubscription.js +2 -1
- package/esm/models/changedsubscription.js.map +1 -1
- package/esm/models/changedsubscriptionaction.d.ts +18 -0
- package/esm/models/changedsubscriptionaction.d.ts.map +1 -0
- package/esm/models/changedsubscriptionaction.js +16 -0
- package/esm/models/changedsubscriptionaction.js.map +1 -0
- package/esm/models/cloneplanop.d.ts +12 -0
- package/esm/models/cloneplanop.d.ts.map +1 -0
- package/esm/models/{postplansidcloneop.js → cloneplanop.js} +4 -3
- package/esm/models/cloneplanop.js.map +1 -0
- package/esm/models/createsubscriptionrequest.d.ts +1 -0
- package/esm/models/createsubscriptionrequest.d.ts.map +1 -1
- package/esm/models/createsubscriptionrequest.js +1 -0
- package/esm/models/createsubscriptionrequest.js.map +1 -1
- package/esm/models/creditbreakdown.d.ts +7 -0
- package/esm/models/creditbreakdown.d.ts.map +1 -0
- package/esm/models/creditbreakdown.js +9 -0
- package/esm/models/creditbreakdown.js.map +1 -0
- package/esm/models/tenantbillingdetails.d.ts +10 -0
- package/esm/models/tenantbillingdetails.d.ts.map +1 -0
- package/esm/models/tenantbillingdetails.js +13 -0
- package/esm/models/tenantbillingdetails.js.map +1 -0
- package/esm/models/tenantresponse.d.ts +15 -0
- package/esm/models/tenantresponse.d.ts.map +1 -0
- package/esm/models/tenantresponse.js +15 -0
- package/esm/models/tenantresponse.js.map +1 -0
- package/esm/models/transactionreason.d.ts +30 -0
- package/esm/models/transactionreason.d.ts.map +1 -0
- package/esm/models/transactionreason.js +31 -0
- package/esm/models/transactionreason.js.map +1 -0
- package/esm/models/transactionstatus.d.ts +14 -0
- package/esm/models/transactionstatus.d.ts.map +1 -0
- package/esm/models/transactionstatus.js +15 -0
- package/esm/models/transactionstatus.js.map +1 -0
- package/esm/models/transactiontype.d.ts +12 -0
- package/esm/models/transactiontype.d.ts.map +1 -0
- package/esm/models/transactiontype.js +13 -0
- package/esm/models/transactiontype.js.map +1 -0
- package/esm/models/userresponse.d.ts +12 -0
- package/esm/models/userresponse.d.ts.map +1 -0
- package/esm/models/userresponse.js +14 -0
- package/esm/models/userresponse.js.map +1 -0
- package/esm/models/usertype.d.ts +12 -0
- package/esm/models/usertype.d.ts.map +1 -0
- package/esm/models/usertype.js +13 -0
- package/esm/models/usertype.js.map +1 -0
- package/esm/models/walletconfig.d.ts +7 -0
- package/esm/models/walletconfig.d.ts.map +1 -0
- package/esm/models/walletconfig.js +10 -0
- package/esm/models/walletconfig.js.map +1 -0
- package/esm/models/walletconfigpricetype.d.ts +14 -0
- package/esm/models/walletconfigpricetype.d.ts.map +1 -0
- package/esm/models/walletconfigpricetype.js +15 -0
- package/esm/models/walletconfigpricetype.js.map +1 -0
- package/esm/models/walletresponse.d.ts +39 -0
- package/esm/models/walletresponse.d.ts.map +1 -0
- package/esm/models/walletresponse.js +39 -0
- package/esm/models/walletresponse.js.map +1 -0
- package/esm/models/walletstatus.d.ts +14 -0
- package/esm/models/walletstatus.d.ts.map +1 -0
- package/esm/models/walletstatus.js +15 -0
- package/esm/models/walletstatus.js.map +1 -0
- package/esm/models/wallettransactionresponse.d.ts +46 -0
- package/esm/models/wallettransactionresponse.d.ts.map +1 -0
- package/esm/models/wallettransactionresponse.js +46 -0
- package/esm/models/wallettransactionresponse.js.map +1 -0
- package/esm/models/wallettxreferencetype.d.ts +16 -0
- package/esm/models/wallettxreferencetype.d.ts.map +1 -0
- package/esm/models/wallettxreferencetype.js +17 -0
- package/esm/models/wallettxreferencetype.js.map +1 -0
- package/esm/models/wallettype.d.ts +12 -0
- package/esm/models/wallettype.d.ts.map +1 -0
- package/esm/models/wallettype.js +13 -0
- package/esm/models/wallettype.js.map +1 -0
- package/esm/tool-names.js +1 -1
- package/esm/tool-names.js.map +1 -1
- package/esm/tsconfig.tsbuildinfo +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
- package/src/funcs/{plansPostPlansIdClone.ts → plansClonePlan.ts} +9 -9
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/cli/serve/command.ts +1 -1
- package/src/mcp-server/cli/start/command.ts +1 -1
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -3
- package/src/mcp-server/tools/{plansPostPlansIdClone.ts → plansClonePlan.ts} +6 -6
- package/src/mcp-server/tools.ts +10 -10
- package/src/models/address.ts +23 -0
- package/src/models/alertstate.ts +21 -0
- package/src/models/autotopup.ts +19 -0
- package/src/models/changedinvoice.ts +28 -4
- package/src/models/changedinvoiceaction.ts +23 -0
- package/src/models/changedinvoicestatus.ts +25 -0
- package/src/models/changedlineitem.ts +7 -3
- package/src/models/changedlineitemaction.ts +25 -0
- package/src/models/changedsubscription.ts +8 -2
- package/src/models/changedsubscriptionaction.ts +25 -0
- package/src/models/{postplansidcloneop.ts → cloneplanop.ts} +9 -10
- package/src/models/createsubscriptionrequest.ts +4 -0
- package/src/models/creditbreakdown.ts +15 -0
- package/src/models/tenantbillingdetails.ts +21 -0
- package/src/models/tenantresponse.ts +29 -0
- package/src/models/transactionreason.ts +35 -0
- package/src/models/transactionstatus.ts +19 -0
- package/src/models/transactiontype.ts +17 -0
- package/src/models/userresponse.ts +23 -0
- package/src/models/usertype.ts +17 -0
- package/src/models/walletconfig.ts +20 -0
- package/src/models/walletconfigpricetype.ts +19 -0
- package/src/models/walletresponse.ts +74 -0
- package/src/models/walletstatus.ts +19 -0
- package/src/models/wallettransactionresponse.ts +104 -0
- package/src/models/wallettxreferencetype.ts +21 -0
- package/src/models/wallettype.ts +17 -0
- package/src/tool-names.ts +1 -1
- package/esm/funcs/plansPostPlansIdClone.d.ts.map +0 -1
- package/esm/funcs/plansPostPlansIdClone.js.map +0 -1
- package/esm/mcp-server/tools/plansPostPlansIdClone.d.ts +0 -7
- package/esm/mcp-server/tools/plansPostPlansIdClone.d.ts.map +0 -1
- package/esm/mcp-server/tools/plansPostPlansIdClone.js.map +0 -1
- package/esm/models/postplansidcloneop.d.ts +0 -12
- package/esm/models/postplansidcloneop.d.ts.map +0 -1
- package/esm/models/postplansidcloneop.js.map +0 -1
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
7
|
+
|
|
8
|
+
export const TransactionReason = {
|
|
9
|
+
InvoicePayment: "INVOICE_PAYMENT",
|
|
10
|
+
FreeCreditGrant: "FREE_CREDIT_GRANT",
|
|
11
|
+
SubscriptionCreditGrant: "SUBSCRIPTION_CREDIT_GRANT",
|
|
12
|
+
PurchasedCreditInvoiced: "PURCHASED_CREDIT_INVOICED",
|
|
13
|
+
PurchasedCreditDirect: "PURCHASED_CREDIT_DIRECT",
|
|
14
|
+
CreditNote: "CREDIT_NOTE",
|
|
15
|
+
CreditExpired: "CREDIT_EXPIRED",
|
|
16
|
+
WalletTermination: "WALLET_TERMINATION",
|
|
17
|
+
ManualBalanceDebit: "MANUAL_BALANCE_DEBIT",
|
|
18
|
+
CreditAdjustment: "CREDIT_ADJUSTMENT",
|
|
19
|
+
InvoiceVoidRefund: "INVOICE_VOID_REFUND",
|
|
20
|
+
} as const;
|
|
21
|
+
export type TransactionReason = ClosedEnum<typeof TransactionReason>;
|
|
22
|
+
|
|
23
|
+
export const TransactionReason$zodSchema = z.enum([
|
|
24
|
+
"INVOICE_PAYMENT",
|
|
25
|
+
"FREE_CREDIT_GRANT",
|
|
26
|
+
"SUBSCRIPTION_CREDIT_GRANT",
|
|
27
|
+
"PURCHASED_CREDIT_INVOICED",
|
|
28
|
+
"PURCHASED_CREDIT_DIRECT",
|
|
29
|
+
"CREDIT_NOTE",
|
|
30
|
+
"CREDIT_EXPIRED",
|
|
31
|
+
"WALLET_TERMINATION",
|
|
32
|
+
"MANUAL_BALANCE_DEBIT",
|
|
33
|
+
"CREDIT_ADJUSTMENT",
|
|
34
|
+
"INVOICE_VOID_REFUND",
|
|
35
|
+
]);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
7
|
+
|
|
8
|
+
export const TransactionStatus = {
|
|
9
|
+
Pending: "pending",
|
|
10
|
+
Completed: "completed",
|
|
11
|
+
Failed: "failed",
|
|
12
|
+
} as const;
|
|
13
|
+
export type TransactionStatus = ClosedEnum<typeof TransactionStatus>;
|
|
14
|
+
|
|
15
|
+
export const TransactionStatus$zodSchema = z.enum([
|
|
16
|
+
"pending",
|
|
17
|
+
"completed",
|
|
18
|
+
"failed",
|
|
19
|
+
]);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
7
|
+
|
|
8
|
+
export const TransactionType = {
|
|
9
|
+
Credit: "credit",
|
|
10
|
+
Debit: "debit",
|
|
11
|
+
} as const;
|
|
12
|
+
export type TransactionType = ClosedEnum<typeof TransactionType>;
|
|
13
|
+
|
|
14
|
+
export const TransactionType$zodSchema = z.enum([
|
|
15
|
+
"credit",
|
|
16
|
+
"debit",
|
|
17
|
+
]);
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { TenantResponse, TenantResponse$zodSchema } from "./tenantresponse.js";
|
|
7
|
+
import { UserType, UserType$zodSchema } from "./usertype.js";
|
|
8
|
+
|
|
9
|
+
export type UserResponse = {
|
|
10
|
+
email?: string | undefined;
|
|
11
|
+
id?: string | undefined;
|
|
12
|
+
roles?: Array<string> | undefined;
|
|
13
|
+
tenant?: TenantResponse | undefined;
|
|
14
|
+
type?: UserType | undefined;
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export const UserResponse$zodSchema: z.ZodType<UserResponse> = z.object({
|
|
18
|
+
email: z.string().optional().describe("Empty for service accounts"),
|
|
19
|
+
id: z.string().optional(),
|
|
20
|
+
roles: z.array(z.string()).optional(),
|
|
21
|
+
tenant: TenantResponse$zodSchema.optional(),
|
|
22
|
+
type: UserType$zodSchema.optional(),
|
|
23
|
+
});
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
7
|
+
|
|
8
|
+
export const UserType = {
|
|
9
|
+
User: "user",
|
|
10
|
+
ServiceAccount: "service_account",
|
|
11
|
+
} as const;
|
|
12
|
+
export type UserType = ClosedEnum<typeof UserType>;
|
|
13
|
+
|
|
14
|
+
export const UserType$zodSchema = z.enum([
|
|
15
|
+
"user",
|
|
16
|
+
"service_account",
|
|
17
|
+
]);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import {
|
|
7
|
+
WalletConfigPriceType,
|
|
8
|
+
WalletConfigPriceType$zodSchema,
|
|
9
|
+
} from "./walletconfigpricetype.js";
|
|
10
|
+
|
|
11
|
+
export type WalletConfig = {
|
|
12
|
+
allowed_price_types?: Array<WalletConfigPriceType> | undefined;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export const WalletConfig$zodSchema: z.ZodType<WalletConfig> = z.object({
|
|
16
|
+
allowed_price_types: z.array(WalletConfigPriceType$zodSchema).optional()
|
|
17
|
+
.describe(
|
|
18
|
+
"AllowedPriceTypes is a list of price types that are allowed for the wallet\nnil means all price types are allowed",
|
|
19
|
+
),
|
|
20
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
7
|
+
|
|
8
|
+
export const WalletConfigPriceType = {
|
|
9
|
+
All: "ALL",
|
|
10
|
+
Usage: "USAGE",
|
|
11
|
+
Fixed: "FIXED",
|
|
12
|
+
} as const;
|
|
13
|
+
export type WalletConfigPriceType = ClosedEnum<typeof WalletConfigPriceType>;
|
|
14
|
+
|
|
15
|
+
export const WalletConfigPriceType$zodSchema = z.enum([
|
|
16
|
+
"ALL",
|
|
17
|
+
"USAGE",
|
|
18
|
+
"FIXED",
|
|
19
|
+
]);
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { AlertSettings, AlertSettings$zodSchema } from "./alertsettings.js";
|
|
7
|
+
import { AlertState, AlertState$zodSchema } from "./alertstate.js";
|
|
8
|
+
import { AutoTopup, AutoTopup$zodSchema } from "./autotopup.js";
|
|
9
|
+
import {
|
|
10
|
+
CreditBreakdown,
|
|
11
|
+
CreditBreakdown$zodSchema,
|
|
12
|
+
} from "./creditbreakdown.js";
|
|
13
|
+
import { Status, Status$zodSchema } from "./status.js";
|
|
14
|
+
import { WalletConfig, WalletConfig$zodSchema } from "./walletconfig.js";
|
|
15
|
+
import { WalletStatus, WalletStatus$zodSchema } from "./walletstatus.js";
|
|
16
|
+
import { WalletType, WalletType$zodSchema } from "./wallettype.js";
|
|
17
|
+
|
|
18
|
+
export type WalletResponse = {
|
|
19
|
+
alert_settings?: AlertSettings | undefined;
|
|
20
|
+
alert_state?: AlertState | undefined;
|
|
21
|
+
auto_topup?: AutoTopup | undefined;
|
|
22
|
+
balance?: string | undefined;
|
|
23
|
+
config?: WalletConfig | undefined;
|
|
24
|
+
conversion_rate?: string | undefined;
|
|
25
|
+
created_at?: string | undefined;
|
|
26
|
+
created_by?: string | undefined;
|
|
27
|
+
credit_balance?: string | undefined;
|
|
28
|
+
credits_available_breakdown?: CreditBreakdown | undefined;
|
|
29
|
+
currency?: string | undefined;
|
|
30
|
+
customer_id?: string | undefined;
|
|
31
|
+
description?: string | undefined;
|
|
32
|
+
environment_id?: string | undefined;
|
|
33
|
+
id?: string | undefined;
|
|
34
|
+
metadata?: { [k: string]: string } | undefined;
|
|
35
|
+
name?: string | undefined;
|
|
36
|
+
status?: Status | undefined;
|
|
37
|
+
tenant_id?: string | undefined;
|
|
38
|
+
topup_conversion_rate?: string | undefined;
|
|
39
|
+
updated_at?: string | undefined;
|
|
40
|
+
updated_by?: string | undefined;
|
|
41
|
+
wallet_status?: WalletStatus | undefined;
|
|
42
|
+
wallet_type?: WalletType | undefined;
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
export const WalletResponse$zodSchema: z.ZodType<WalletResponse> = z.object({
|
|
46
|
+
alert_settings: AlertSettings$zodSchema.optional(),
|
|
47
|
+
alert_state: AlertState$zodSchema.optional(),
|
|
48
|
+
auto_topup: AutoTopup$zodSchema.optional(),
|
|
49
|
+
balance: z.string().optional(),
|
|
50
|
+
config: WalletConfig$zodSchema.optional(),
|
|
51
|
+
conversion_rate: z.string().optional().describe(
|
|
52
|
+
"amount in the currency = number of credits * conversion_rate\nex if conversion_rate is 1, then 1 USD = 1 credit\nex if conversion_rate is 2, then 1 USD = 0.5 credits\nex if conversion_rate is 0.5, then 1 USD = 2 credits",
|
|
53
|
+
),
|
|
54
|
+
created_at: z.iso.datetime({ offset: true }).optional(),
|
|
55
|
+
created_by: z.string().optional(),
|
|
56
|
+
credit_balance: z.string().optional(),
|
|
57
|
+
credits_available_breakdown: CreditBreakdown$zodSchema.optional(),
|
|
58
|
+
currency: z.string().optional(),
|
|
59
|
+
customer_id: z.string().optional(),
|
|
60
|
+
description: z.string().optional(),
|
|
61
|
+
environment_id: z.string().optional(),
|
|
62
|
+
id: z.string().optional(),
|
|
63
|
+
metadata: z.record(z.string(), z.string()).optional(),
|
|
64
|
+
name: z.string().optional(),
|
|
65
|
+
status: Status$zodSchema.optional(),
|
|
66
|
+
tenant_id: z.string().optional(),
|
|
67
|
+
topup_conversion_rate: z.string().optional().describe(
|
|
68
|
+
"topup_conversion_rate is the conversion rate for the topup to the currency\nex if topup_conversion_rate is 1, then 1 USD = 1 credit\nex if topup_conversion_rate is 2, then 1 USD = 0.5 credits\nex if topup_conversion_rate is 0.5, then 1 USD = 2 credits",
|
|
69
|
+
),
|
|
70
|
+
updated_at: z.iso.datetime({ offset: true }).optional(),
|
|
71
|
+
updated_by: z.string().optional(),
|
|
72
|
+
wallet_status: WalletStatus$zodSchema.optional(),
|
|
73
|
+
wallet_type: WalletType$zodSchema.optional(),
|
|
74
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
7
|
+
|
|
8
|
+
export const WalletStatus = {
|
|
9
|
+
Active: "active",
|
|
10
|
+
Frozen: "frozen",
|
|
11
|
+
Closed: "closed",
|
|
12
|
+
} as const;
|
|
13
|
+
export type WalletStatus = ClosedEnum<typeof WalletStatus>;
|
|
14
|
+
|
|
15
|
+
export const WalletStatus$zodSchema = z.enum([
|
|
16
|
+
"active",
|
|
17
|
+
"frozen",
|
|
18
|
+
"closed",
|
|
19
|
+
]);
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import {
|
|
7
|
+
CustomerResponse,
|
|
8
|
+
CustomerResponse$zodSchema,
|
|
9
|
+
} from "./customerresponse.js";
|
|
10
|
+
import { Status, Status$zodSchema } from "./status.js";
|
|
11
|
+
import {
|
|
12
|
+
TransactionReason,
|
|
13
|
+
TransactionReason$zodSchema,
|
|
14
|
+
} from "./transactionreason.js";
|
|
15
|
+
import {
|
|
16
|
+
TransactionStatus,
|
|
17
|
+
TransactionStatus$zodSchema,
|
|
18
|
+
} from "./transactionstatus.js";
|
|
19
|
+
import {
|
|
20
|
+
TransactionType,
|
|
21
|
+
TransactionType$zodSchema,
|
|
22
|
+
} from "./transactiontype.js";
|
|
23
|
+
import { UserResponse, UserResponse$zodSchema } from "./userresponse.js";
|
|
24
|
+
import { WalletResponse, WalletResponse$zodSchema } from "./walletresponse.js";
|
|
25
|
+
import {
|
|
26
|
+
WalletTxReferenceType,
|
|
27
|
+
WalletTxReferenceType$zodSchema,
|
|
28
|
+
} from "./wallettxreferencetype.js";
|
|
29
|
+
|
|
30
|
+
export type WalletTransactionResponse = {
|
|
31
|
+
amount?: string | undefined;
|
|
32
|
+
conversion_rate?: string | undefined;
|
|
33
|
+
created_at?: string | undefined;
|
|
34
|
+
created_by?: string | undefined;
|
|
35
|
+
created_by_user?: UserResponse | undefined;
|
|
36
|
+
credit_amount?: string | undefined;
|
|
37
|
+
credit_balance_after?: string | undefined;
|
|
38
|
+
credit_balance_before?: string | undefined;
|
|
39
|
+
credits_available?: string | undefined;
|
|
40
|
+
currency?: string | undefined;
|
|
41
|
+
customer?: CustomerResponse | undefined;
|
|
42
|
+
customer_id?: string | undefined;
|
|
43
|
+
description?: string | undefined;
|
|
44
|
+
environment_id?: string | undefined;
|
|
45
|
+
expiry_date?: string | undefined;
|
|
46
|
+
id?: string | undefined;
|
|
47
|
+
idempotency_key?: string | undefined;
|
|
48
|
+
metadata?: { [k: string]: string } | undefined;
|
|
49
|
+
priority?: number | undefined;
|
|
50
|
+
reference_id?: string | undefined;
|
|
51
|
+
reference_type?: WalletTxReferenceType | undefined;
|
|
52
|
+
status?: Status | undefined;
|
|
53
|
+
tenant_id?: string | undefined;
|
|
54
|
+
topup_conversion_rate?: string | undefined;
|
|
55
|
+
transaction_reason?: TransactionReason | undefined;
|
|
56
|
+
transaction_status?: TransactionStatus | undefined;
|
|
57
|
+
type?: TransactionType | undefined;
|
|
58
|
+
updated_at?: string | undefined;
|
|
59
|
+
updated_by?: string | undefined;
|
|
60
|
+
wallet?: WalletResponse | undefined;
|
|
61
|
+
wallet_id?: string | undefined;
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
export const WalletTransactionResponse$zodSchema: z.ZodType<
|
|
65
|
+
WalletTransactionResponse
|
|
66
|
+
> = z.object({
|
|
67
|
+
amount: z.string().optional(),
|
|
68
|
+
conversion_rate: z.string().optional().describe(
|
|
69
|
+
"conversion_rate is the conversion rate for the transaction to the currency",
|
|
70
|
+
),
|
|
71
|
+
created_at: z.iso.datetime({ offset: true }).optional(),
|
|
72
|
+
created_by: z.string().optional(),
|
|
73
|
+
created_by_user: UserResponse$zodSchema.optional(),
|
|
74
|
+
credit_amount: z.string().optional(),
|
|
75
|
+
credit_balance_after: z.string().optional(),
|
|
76
|
+
credit_balance_before: z.string().optional(),
|
|
77
|
+
credits_available: z.string().optional(),
|
|
78
|
+
currency: z.string().optional(),
|
|
79
|
+
customer: CustomerResponse$zodSchema.optional().describe(
|
|
80
|
+
"Customer response object containing all customer information",
|
|
81
|
+
),
|
|
82
|
+
customer_id: z.string().optional(),
|
|
83
|
+
description: z.string().optional(),
|
|
84
|
+
environment_id: z.string().optional(),
|
|
85
|
+
expiry_date: z.iso.datetime({ offset: true }).optional(),
|
|
86
|
+
id: z.string().optional(),
|
|
87
|
+
idempotency_key: z.string().optional(),
|
|
88
|
+
metadata: z.record(z.string(), z.string()).optional(),
|
|
89
|
+
priority: z.int().optional(),
|
|
90
|
+
reference_id: z.string().optional(),
|
|
91
|
+
reference_type: WalletTxReferenceType$zodSchema.optional(),
|
|
92
|
+
status: Status$zodSchema.optional(),
|
|
93
|
+
tenant_id: z.string().optional(),
|
|
94
|
+
topup_conversion_rate: z.string().optional().describe(
|
|
95
|
+
"topup_conversion_rate is the conversion rate for the topup to the currency",
|
|
96
|
+
),
|
|
97
|
+
transaction_reason: TransactionReason$zodSchema.optional(),
|
|
98
|
+
transaction_status: TransactionStatus$zodSchema.optional(),
|
|
99
|
+
type: TransactionType$zodSchema.optional(),
|
|
100
|
+
updated_at: z.iso.datetime({ offset: true }).optional(),
|
|
101
|
+
updated_by: z.string().optional(),
|
|
102
|
+
wallet: WalletResponse$zodSchema.optional(),
|
|
103
|
+
wallet_id: z.string().optional(),
|
|
104
|
+
});
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
7
|
+
|
|
8
|
+
export const WalletTxReferenceType = {
|
|
9
|
+
Payment: "PAYMENT",
|
|
10
|
+
External: "EXTERNAL",
|
|
11
|
+
Request: "REQUEST",
|
|
12
|
+
Invoice: "INVOICE",
|
|
13
|
+
} as const;
|
|
14
|
+
export type WalletTxReferenceType = ClosedEnum<typeof WalletTxReferenceType>;
|
|
15
|
+
|
|
16
|
+
export const WalletTxReferenceType$zodSchema = z.enum([
|
|
17
|
+
"PAYMENT",
|
|
18
|
+
"EXTERNAL",
|
|
19
|
+
"REQUEST",
|
|
20
|
+
"INVOICE",
|
|
21
|
+
]);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
7
|
+
|
|
8
|
+
export const WalletType = {
|
|
9
|
+
PrePaid: "PRE_PAID",
|
|
10
|
+
PostPaid: "POST_PAID",
|
|
11
|
+
} as const;
|
|
12
|
+
export type WalletType = ClosedEnum<typeof WalletType>;
|
|
13
|
+
|
|
14
|
+
export const WalletType$zodSchema = z.enum([
|
|
15
|
+
"PRE_PAID",
|
|
16
|
+
"POST_PAID",
|
|
17
|
+
]);
|
package/src/tool-names.ts
CHANGED
|
@@ -149,7 +149,7 @@ export const toolNames: Array<{ name: string; description: string }>= [
|
|
|
149
149
|
"description": "Delete plan\n\nUse when retiring a plan (e.g. end-of-life). Existing subscriptions may be affected. Returns 200 with success message."
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
|
-
"name": "
|
|
152
|
+
"name": "clone-plan",
|
|
153
153
|
"description": "Clone a plan\n\nClone an existing plan, copying its active prices, published entitlements, and published credit grants"
|
|
154
154
|
},
|
|
155
155
|
{
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plansPostPlansIdClone.d.ts","sourceRoot":"","sources":["../../src/funcs/plansPostPlansIdClone.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAI3C,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGhD,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,EACL,uBAAuB,EAExB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAW,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC;;;;;GAKG;AACH,wBAAgB,qBAAqB,CACnC,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,uBAAuB,EAChC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CACX,MAAM,CACJ,QAAQ,EACN,QAAQ,GACR,kBAAkB,GAClB,qBAAqB,GACrB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,eAAe,CAClB,CACF,CAMA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plansPostPlansIdClone.js","sourceRoot":"","sources":["../../src/funcs/plansPostPlansIdClone.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ToolDefinition } from "../tools.js";
|
|
2
|
-
declare const args: {
|
|
3
|
-
request: import("zod").ZodType<import("../../models/postplansidcloneop.js").PostPlansIdCloneRequest, unknown, import("zod/v4/core").$ZodTypeInternals<import("../../models/postplansidcloneop.js").PostPlansIdCloneRequest, unknown>>;
|
|
4
|
-
};
|
|
5
|
-
export declare const tool$plansPostPlansIdClone: ToolDefinition<typeof args>;
|
|
6
|
-
export {};
|
|
7
|
-
//# sourceMappingURL=plansPostPlansIdClone.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plansPostPlansIdClone.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/plansPostPlansIdClone.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,cAAc,CAAC,OAAO,IAAI,CA8BlE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plansPostPlansIdClone.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/plansPostPlansIdClone.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,iCAAiC,EAAE,MAAM,oCAAoC,CAAC;AACvF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,iCAAiC;CAC3C,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAgC;IACrE,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE;;uGAEwF;IACrG,MAAM,EAAE,CAAC,OAAO,CAAC;IACjB,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,qBAAqB,CAC1C,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,12 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { ClonePlanRequest } from "./cloneplanrequest.js";
|
|
3
|
-
import { ErrorResponse } from "./errorresponse.js";
|
|
4
|
-
import { PlanResponse } from "./planresponse.js";
|
|
5
|
-
export type PostPlansIdCloneRequest = {
|
|
6
|
-
id: string;
|
|
7
|
-
body: ClonePlanRequest;
|
|
8
|
-
};
|
|
9
|
-
export declare const PostPlansIdCloneRequest$zodSchema: z.ZodType<PostPlansIdCloneRequest>;
|
|
10
|
-
export type PostPlansIdCloneResponse = PlanResponse | ErrorResponse;
|
|
11
|
-
export declare const PostPlansIdCloneResponse$zodSchema: z.ZodType<PostPlansIdCloneResponse>;
|
|
12
|
-
//# sourceMappingURL=postplansidcloneop.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postplansidcloneop.d.ts","sourceRoot":"","sources":["../../src/models/postplansidcloneop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,gBAAgB,EAEjB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,aAAa,EAA2B,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAE,YAAY,EAA0B,MAAM,mBAAmB,CAAC;AAEzE,MAAM,MAAM,uBAAuB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,gBAAgB,CAAA;CAAE,CAAC;AAE7E,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,uBAAuB,CAIvB,CAAC;AAEH,MAAM,MAAM,wBAAwB,GAAG,YAAY,GAAG,aAAa,CAAC;AAEpE,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,wBAAwB,CAIxB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"postplansidcloneop.js","sourceRoot":"","sources":["../../src/models/postplansidcloneop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,0BAA0B,GAC3B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAiB,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAgB,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAIzE,MAAM,CAAC,MAAM,iCAAiC,GAE1C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,0BAA0B,CAAC,QAAQ,CAAC,qBAAqB,CAAC;IAChE,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gBAAgB,CAAC;CAC1C,CAAC,CAAC;AAIH,MAAM,CAAC,MAAM,kCAAkC,GAE3C,CAAC,CAAC,KAAK,CAAC;IACV,sBAAsB;IACtB,uBAAuB;CACxB,CAAC,CAAC"}
|