@unified-api/typescript-sdk 2.73.6 → 2.73.8
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 +27 -6
- package/bin/mcp-server.js.map +7 -7
- package/examples/README.md +26 -0
- package/examples/accountingCreateAccountingAccount.example.ts +29 -0
- package/examples/package-lock.json +626 -0
- package/examples/package.json +18 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/package.json +2 -2
- package/sdk/models/shared/propertyconnectionpermissions.d.ts +14 -0
- package/sdk/models/shared/propertyconnectionpermissions.d.ts.map +1 -1
- package/sdk/models/shared/propertyconnectionpermissions.js +14 -0
- package/sdk/models/shared/propertyconnectionpermissions.js.map +1 -1
- package/sdk/models/shared/webhook.d.ts +7 -0
- package/sdk/models/shared/webhook.d.ts.map +1 -1
- package/sdk/models/shared/webhook.js +7 -0
- package/sdk/models/shared/webhook.js.map +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/sdk/models/shared/propertyconnectionpermissions.ts +14 -0
- package/src/sdk/models/shared/webhook.ts +7 -0
package/bin/mcp-server.js
CHANGED
|
@@ -34231,9 +34231,9 @@ var init_config = __esm(() => {
|
|
|
34231
34231
|
SDK_METADATA = {
|
|
34232
34232
|
language: "typescript",
|
|
34233
34233
|
openapiDocVersion: "1.0",
|
|
34234
|
-
sdkVersion: "2.73.
|
|
34235
|
-
genVersion: "2.
|
|
34236
|
-
userAgent: "speakeasy-sdk/typescript 2.73.
|
|
34234
|
+
sdkVersion: "2.73.8",
|
|
34235
|
+
genVersion: "2.656.5",
|
|
34236
|
+
userAgent: "speakeasy-sdk/typescript 2.73.8 2.656.5 1.0 @unified-api/typescript-sdk"
|
|
34237
34237
|
};
|
|
34238
34238
|
});
|
|
34239
34239
|
|
|
@@ -42326,6 +42326,10 @@ var init_propertyconnectionpermissions = __esm(() => {
|
|
|
42326
42326
|
AccountingJournalWrite: "accounting_journal_write",
|
|
42327
42327
|
AccountingInvoiceRead: "accounting_invoice_read",
|
|
42328
42328
|
AccountingInvoiceWrite: "accounting_invoice_write",
|
|
42329
|
+
AccountingBillRead: "accounting_bill_read",
|
|
42330
|
+
AccountingBillWrite: "accounting_bill_write",
|
|
42331
|
+
AccountingCreditmemoRead: "accounting_creditmemo_read",
|
|
42332
|
+
AccountingCreditmemoWrite: "accounting_creditmemo_write",
|
|
42329
42333
|
AccountingContactRead: "accounting_contact_read",
|
|
42330
42334
|
AccountingContactWrite: "accounting_contact_write",
|
|
42331
42335
|
AccountingTaxrateRead: "accounting_taxrate_read",
|
|
@@ -42333,8 +42337,18 @@ var init_propertyconnectionpermissions = __esm(() => {
|
|
|
42333
42337
|
AccountingOrganizationRead: "accounting_organization_read",
|
|
42334
42338
|
AccountingOrderRead: "accounting_order_read",
|
|
42335
42339
|
AccountingOrderWrite: "accounting_order_write",
|
|
42340
|
+
AccountingPurchaseorderRead: "accounting_purchaseorder_read",
|
|
42341
|
+
AccountingPurchaseorderWrite: "accounting_purchaseorder_write",
|
|
42342
|
+
AccountingSalesorderRead: "accounting_salesorder_read",
|
|
42343
|
+
AccountingSalesorderWrite: "accounting_salesorder_write",
|
|
42336
42344
|
AccountingReportRead: "accounting_report_read",
|
|
42337
42345
|
AccountingReportWrite: "accounting_report_write",
|
|
42346
|
+
AccountingTrialbalanceRead: "accounting_trialbalance_read",
|
|
42347
|
+
AccountingTrialbalanceWrite: "accounting_trialbalance_write",
|
|
42348
|
+
AccountingProfitlossRead: "accounting_profitloss_read",
|
|
42349
|
+
AccountingProfitlossWrite: "accounting_profitloss_write",
|
|
42350
|
+
AccountingBalancesheetRead: "accounting_balancesheet_read",
|
|
42351
|
+
AccountingBalancesheetWrite: "accounting_balancesheet_write",
|
|
42338
42352
|
PaymentPaymentRead: "payment_payment_read",
|
|
42339
42353
|
PaymentPaymentWrite: "payment_payment_write",
|
|
42340
42354
|
PaymentPayoutRead: "payment_payout_read",
|
|
@@ -51152,10 +51166,17 @@ var init_webhook = __esm(() => {
|
|
|
51152
51166
|
AccountingJournal: "accounting_journal",
|
|
51153
51167
|
AccountingContact: "accounting_contact",
|
|
51154
51168
|
AccountingInvoice: "accounting_invoice",
|
|
51169
|
+
AccountingBill: "accounting_bill",
|
|
51170
|
+
AccountingCreditmemo: "accounting_creditmemo",
|
|
51155
51171
|
AccountingTaxrate: "accounting_taxrate",
|
|
51156
51172
|
AccountingOrganization: "accounting_organization",
|
|
51157
51173
|
AccountingOrder: "accounting_order",
|
|
51174
|
+
AccountingSalesorder: "accounting_salesorder",
|
|
51175
|
+
AccountingPurchaseorder: "accounting_purchaseorder",
|
|
51158
51176
|
AccountingReport: "accounting_report",
|
|
51177
|
+
AccountingBalancesheet: "accounting_balancesheet",
|
|
51178
|
+
AccountingProfitloss: "accounting_profitloss",
|
|
51179
|
+
AccountingTrialbalance: "accounting_trialbalance",
|
|
51159
51180
|
PaymentPayment: "payment_payment",
|
|
51160
51181
|
PaymentLink: "payment_link",
|
|
51161
51182
|
PaymentPayout: "payment_payout",
|
|
@@ -124038,7 +124059,7 @@ var init_unifiedUpdateUnifiedWebhookTrigger2 = __esm(() => {
|
|
|
124038
124059
|
function createMCPServer(deps) {
|
|
124039
124060
|
const server = new McpServer({
|
|
124040
124061
|
name: "UnifiedTo",
|
|
124041
|
-
version: "2.73.
|
|
124062
|
+
version: "2.73.8"
|
|
124042
124063
|
});
|
|
124043
124064
|
const client = new UnifiedToCore({
|
|
124044
124065
|
security: deps.security,
|
|
@@ -126189,7 +126210,7 @@ var routes = an({
|
|
|
126189
126210
|
var app = He(routes, {
|
|
126190
126211
|
name: "mcp",
|
|
126191
126212
|
versionInfo: {
|
|
126192
|
-
currentVersion: "2.73.
|
|
126213
|
+
currentVersion: "2.73.8"
|
|
126193
126214
|
}
|
|
126194
126215
|
});
|
|
126195
126216
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -126197,5 +126218,5 @@ export {
|
|
|
126197
126218
|
app
|
|
126198
126219
|
};
|
|
126199
126220
|
|
|
126200
|
-
//# debugId=
|
|
126221
|
+
//# debugId=779A44092162A08F64756E2164756E21
|
|
126201
126222
|
//# sourceMappingURL=mcp-server.js.map
|