@unified-api/typescript-sdk 2.73.14 → 2.73.15

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 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.14",
34235
- genVersion: "2.674.3",
34236
- userAgent: "speakeasy-sdk/typescript 2.73.14 2.674.3 1.0 @unified-api/typescript-sdk"
34234
+ sdkVersion: "2.73.15",
34235
+ genVersion: "2.683.1",
34236
+ userAgent: "speakeasy-sdk/typescript 2.73.15 2.683.1 1.0 @unified-api/typescript-sdk"
34237
34237
  };
34238
34238
  });
34239
34239
 
@@ -42105,7 +42105,6 @@ var PropertyConnectionPermissions, PropertyConnectionPermissions$inboundSchema,
42105
42105
  var init_propertyconnectionpermissions = __esm(() => {
42106
42106
  init_esm();
42107
42107
  PropertyConnectionPermissions = {
42108
- AuthLogin: "auth_login",
42109
42108
  AccountingAccountRead: "accounting_account_read",
42110
42109
  AccountingAccountWrite: "accounting_account_write",
42111
42110
  AccountingTransactionRead: "accounting_transaction_read",
@@ -123929,7 +123928,7 @@ var init_unifiedUpdateUnifiedWebhookTrigger2 = __esm(() => {
123929
123928
  function createMCPServer(deps) {
123930
123929
  const server = new McpServer({
123931
123930
  name: "UnifiedTo",
123932
- version: "2.73.14"
123931
+ version: "2.73.15"
123933
123932
  });
123934
123933
  const client = new UnifiedToCore({
123935
123934
  security: deps.security,
@@ -126092,7 +126091,7 @@ var routes = an({
126092
126091
  var app = He(routes, {
126093
126092
  name: "mcp",
126094
126093
  versionInfo: {
126095
- currentVersion: "2.73.14"
126094
+ currentVersion: "2.73.15"
126096
126095
  }
126097
126096
  });
126098
126097
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -126100,5 +126099,5 @@ export {
126100
126099
  app
126101
126100
  };
126102
126101
 
126103
- //# debugId=A235ADDF0EE65BF764756E2164756E21
126102
+ //# debugId=9B20FFAC8790836464756E2164756E21
126104
126103
  //# sourceMappingURL=mcp-server.js.map