@unified-api/typescript-sdk 2.71.2 → 2.71.3
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 +11 -11
- package/bin/mcp-server.js.map +6 -6
- package/docs/sdks/calendar/README.md +6 -30
- package/docs/sdks/event/README.md +6 -30
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/package.json +1 -1
- package/sdk/models/shared/calendarevent.d.ts +6 -6
- package/sdk/models/shared/calendarevent.d.ts.map +1 -1
- package/sdk/models/shared/calendarevent.js +6 -6
- package/sdk/models/shared/calendarevent.js.map +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/sdk/models/shared/calendarevent.ts +12 -12
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.71.
|
|
34234
|
+
sdkVersion: "2.71.3",
|
|
34235
34235
|
genVersion: "2.610.0",
|
|
34236
|
-
userAgent: "speakeasy-sdk/typescript 2.71.
|
|
34236
|
+
userAgent: "speakeasy-sdk/typescript 2.71.3 2.610.0 1.0 @unified-api/typescript-sdk"
|
|
34237
34237
|
};
|
|
34238
34238
|
});
|
|
34239
34239
|
|
|
@@ -39443,7 +39443,7 @@ var init_calendarevent = __esm(() => {
|
|
|
39443
39443
|
attendees: arrayType(CalendarAttendee$inboundSchema).optional(),
|
|
39444
39444
|
calendar_id: stringType().optional(),
|
|
39445
39445
|
created_at: stringType().optional(),
|
|
39446
|
-
end_at: stringType(),
|
|
39446
|
+
end_at: stringType().optional(),
|
|
39447
39447
|
id: stringType().optional(),
|
|
39448
39448
|
is_all_day: booleanType().optional(),
|
|
39449
39449
|
is_free: booleanType().optional(),
|
|
@@ -39454,9 +39454,9 @@ var init_calendarevent = __esm(() => {
|
|
|
39454
39454
|
raw: recordType(anyType()).optional(),
|
|
39455
39455
|
recurrence: arrayType(CalendarEventRecurrence$inboundSchema).optional(),
|
|
39456
39456
|
recurring_event_id: stringType().optional(),
|
|
39457
|
-
start_at: stringType(),
|
|
39457
|
+
start_at: stringType().optional(),
|
|
39458
39458
|
status: CalendarEventStatus$inboundSchema.optional(),
|
|
39459
|
-
subject: stringType(),
|
|
39459
|
+
subject: stringType().optional(),
|
|
39460
39460
|
timezone: stringType().optional(),
|
|
39461
39461
|
updated_at: stringType().optional(),
|
|
39462
39462
|
web_url: stringType().optional()
|
|
@@ -39478,7 +39478,7 @@ var init_calendarevent = __esm(() => {
|
|
|
39478
39478
|
attendees: arrayType(CalendarAttendee$outboundSchema).optional(),
|
|
39479
39479
|
calendarId: stringType().optional(),
|
|
39480
39480
|
createdAt: stringType().optional(),
|
|
39481
|
-
endAt: stringType(),
|
|
39481
|
+
endAt: stringType().optional(),
|
|
39482
39482
|
id: stringType().optional(),
|
|
39483
39483
|
isAllDay: booleanType().optional(),
|
|
39484
39484
|
isFree: booleanType().optional(),
|
|
@@ -39489,9 +39489,9 @@ var init_calendarevent = __esm(() => {
|
|
|
39489
39489
|
raw: recordType(anyType()).optional(),
|
|
39490
39490
|
recurrence: arrayType(CalendarEventRecurrence$outboundSchema).optional(),
|
|
39491
39491
|
recurringEventId: stringType().optional(),
|
|
39492
|
-
startAt: stringType(),
|
|
39492
|
+
startAt: stringType().optional(),
|
|
39493
39493
|
status: CalendarEventStatus$outboundSchema.optional(),
|
|
39494
|
-
subject: stringType(),
|
|
39494
|
+
subject: stringType().optional(),
|
|
39495
39495
|
timezone: stringType().optional(),
|
|
39496
39496
|
updatedAt: stringType().optional(),
|
|
39497
39497
|
webUrl: stringType().optional()
|
|
@@ -160760,7 +160760,7 @@ var init_webhookUpdateUnifiedWebhookTrigger2 = __esm(() => {
|
|
|
160760
160760
|
function createMCPServer(deps) {
|
|
160761
160761
|
const server = new McpServer({
|
|
160762
160762
|
name: "UnifiedTo",
|
|
160763
|
-
version: "2.71.
|
|
160763
|
+
version: "2.71.3"
|
|
160764
160764
|
});
|
|
160765
160765
|
const client = new UnifiedToCore({
|
|
160766
160766
|
security: deps.security,
|
|
@@ -163685,7 +163685,7 @@ var routes = an({
|
|
|
163685
163685
|
var app = He(routes, {
|
|
163686
163686
|
name: "mcp",
|
|
163687
163687
|
versionInfo: {
|
|
163688
|
-
currentVersion: "2.71.
|
|
163688
|
+
currentVersion: "2.71.3"
|
|
163689
163689
|
}
|
|
163690
163690
|
});
|
|
163691
163691
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -163693,5 +163693,5 @@ export {
|
|
|
163693
163693
|
app
|
|
163694
163694
|
};
|
|
163695
163695
|
|
|
163696
|
-
//# debugId=
|
|
163696
|
+
//# debugId=3ACE9BD47D2F0C1364756E2164756E21
|
|
163697
163697
|
//# sourceMappingURL=mcp-server.js.map
|