dub 0.63.3 → 0.63.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 +16 -30
- package/bin/mcp-server.js.map +8 -8
- package/dist/commonjs/funcs/analyticsRetrieve.js +0 -1
- package/dist/commonjs/funcs/analyticsRetrieve.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/operations/listevents.d.ts +8 -8
- package/dist/commonjs/models/operations/listevents.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listevents.js +13 -13
- package/dist/commonjs/models/operations/listevents.js.map +1 -1
- package/dist/commonjs/models/operations/retrieveanalytics.d.ts +0 -30
- package/dist/commonjs/models/operations/retrieveanalytics.d.ts.map +1 -1
- package/dist/commonjs/models/operations/retrieveanalytics.js +1 -23
- package/dist/commonjs/models/operations/retrieveanalytics.js.map +1 -1
- package/dist/esm/funcs/analyticsRetrieve.js +0 -1
- package/dist/esm/funcs/analyticsRetrieve.js.map +1 -1
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/operations/listevents.d.ts +8 -8
- package/dist/esm/models/operations/listevents.d.ts.map +1 -1
- package/dist/esm/models/operations/listevents.js +12 -12
- package/dist/esm/models/operations/listevents.js.map +1 -1
- package/dist/esm/models/operations/retrieveanalytics.d.ts +0 -30
- package/dist/esm/models/operations/retrieveanalytics.d.ts.map +1 -1
- package/dist/esm/models/operations/retrieveanalytics.js +0 -22
- package/dist/esm/models/operations/retrieveanalytics.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/analyticsRetrieve.ts +0 -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/models/operations/listevents.ts +16 -18
- package/src/models/operations/retrieveanalytics.ts +0 -32
package/bin/mcp-server.js
CHANGED
|
@@ -34264,9 +34264,9 @@ var init_config = __esm(() => {
|
|
|
34264
34264
|
SDK_METADATA = {
|
|
34265
34265
|
language: "typescript",
|
|
34266
34266
|
openapiDocVersion: "0.0.1",
|
|
34267
|
-
sdkVersion: "0.63.
|
|
34267
|
+
sdkVersion: "0.63.4",
|
|
34268
34268
|
genVersion: "2.630.6",
|
|
34269
|
-
userAgent: "speakeasy-sdk/typescript 0.63.
|
|
34269
|
+
userAgent: "speakeasy-sdk/typescript 0.63.4 2.630.6 0.0.1 dub"
|
|
34270
34270
|
};
|
|
34271
34271
|
});
|
|
34272
34272
|
|
|
@@ -52162,7 +52162,7 @@ var init_listdomains = __esm(() => {
|
|
|
52162
52162
|
});
|
|
52163
52163
|
|
|
52164
52164
|
// src/models/operations/listevents.ts
|
|
52165
|
-
var QueryParamEvent, QueryParamInterval, QueryParamTrigger, QueryParamSortOrder,
|
|
52165
|
+
var QueryParamEvent, QueryParamInterval, QueryParamTrigger, QueryParamSortOrder, QueryParamSortBy, Order, QueryParamEvent$inboundSchema, QueryParamEvent$outboundSchema, QueryParamEvent$, QueryParamInterval$inboundSchema, QueryParamInterval$outboundSchema, QueryParamInterval$, QueryParamTrigger$inboundSchema, QueryParamTrigger$outboundSchema, QueryParamTrigger$, ListEventsQueryParamTagIds$inboundSchema, ListEventsQueryParamTagIds$outboundSchema, ListEventsQueryParamTagIds$, QueryParamSortOrder$inboundSchema, QueryParamSortOrder$outboundSchema, QueryParamSortOrder$, QueryParamSortBy$inboundSchema, QueryParamSortBy$outboundSchema, QueryParamSortBy$, Order$inboundSchema, Order$outboundSchema, Order$, ListEventsRequest$inboundSchema, ListEventsRequest$outboundSchema, ListEventsRequest$, ListEventsResponseBody$inboundSchema, ListEventsResponseBody$outboundSchema, ListEventsResponseBody$;
|
|
52166
52166
|
var init_listevents = __esm(() => {
|
|
52167
52167
|
init_esm();
|
|
52168
52168
|
init_primitives();
|
|
@@ -52191,7 +52191,7 @@ var init_listevents = __esm(() => {
|
|
|
52191
52191
|
Asc: "asc",
|
|
52192
52192
|
Desc: "desc"
|
|
52193
52193
|
};
|
|
52194
|
-
|
|
52194
|
+
QueryParamSortBy = {
|
|
52195
52195
|
Timestamp: "timestamp"
|
|
52196
52196
|
};
|
|
52197
52197
|
Order = {
|
|
@@ -52228,12 +52228,12 @@ var init_listevents = __esm(() => {
|
|
|
52228
52228
|
QueryParamSortOrder$.inboundSchema = QueryParamSortOrder$inboundSchema;
|
|
52229
52229
|
QueryParamSortOrder$.outboundSchema = QueryParamSortOrder$outboundSchema;
|
|
52230
52230
|
})(QueryParamSortOrder$ ||= {});
|
|
52231
|
-
|
|
52232
|
-
|
|
52233
|
-
((
|
|
52234
|
-
|
|
52235
|
-
|
|
52236
|
-
})(
|
|
52231
|
+
QueryParamSortBy$inboundSchema = nativeEnumType(QueryParamSortBy);
|
|
52232
|
+
QueryParamSortBy$outboundSchema = QueryParamSortBy$inboundSchema;
|
|
52233
|
+
((QueryParamSortBy$) => {
|
|
52234
|
+
QueryParamSortBy$.inboundSchema = QueryParamSortBy$inboundSchema;
|
|
52235
|
+
QueryParamSortBy$.outboundSchema = QueryParamSortBy$outboundSchema;
|
|
52236
|
+
})(QueryParamSortBy$ ||= {});
|
|
52237
52237
|
Order$inboundSchema = nativeEnumType(Order);
|
|
52238
52238
|
Order$outboundSchema = Order$inboundSchema;
|
|
52239
52239
|
((Order$) => {
|
|
@@ -52278,7 +52278,7 @@ var init_listevents = __esm(() => {
|
|
|
52278
52278
|
page: numberType().default(1),
|
|
52279
52279
|
limit: numberType().default(100),
|
|
52280
52280
|
sortOrder: QueryParamSortOrder$inboundSchema.default("desc"),
|
|
52281
|
-
sortBy:
|
|
52281
|
+
sortBy: QueryParamSortBy$inboundSchema.default("timestamp"),
|
|
52282
52282
|
order: Order$inboundSchema.default("desc")
|
|
52283
52283
|
}).transform((v2) => {
|
|
52284
52284
|
return remap(v2, {
|
|
@@ -52327,7 +52327,7 @@ var init_listevents = __esm(() => {
|
|
|
52327
52327
|
page: numberType().default(1),
|
|
52328
52328
|
limit: numberType().default(100),
|
|
52329
52329
|
sortOrder: QueryParamSortOrder$outboundSchema.default("desc"),
|
|
52330
|
-
sortBy:
|
|
52330
|
+
sortBy: QueryParamSortBy$outboundSchema.default("timestamp"),
|
|
52331
52331
|
order: Order$outboundSchema.default("desc")
|
|
52332
52332
|
}).transform((v2) => {
|
|
52333
52333
|
return remap(v2, {
|
|
@@ -52421,7 +52421,7 @@ var init_registerdomain = __esm(() => {
|
|
|
52421
52421
|
});
|
|
52422
52422
|
|
|
52423
52423
|
// src/models/operations/retrieveanalytics.ts
|
|
52424
|
-
var Event2, QueryParamGroupBy, Interval, Trigger2,
|
|
52424
|
+
var Event2, QueryParamGroupBy, Interval, Trigger2, Event$inboundSchema2, Event$outboundSchema2, Event$2, QueryParamGroupBy$inboundSchema, QueryParamGroupBy$outboundSchema, QueryParamGroupBy$, Interval$inboundSchema, Interval$outboundSchema, Interval$, Trigger$inboundSchema2, Trigger$outboundSchema2, Trigger$2, RetrieveAnalyticsQueryParamTagIds$inboundSchema, RetrieveAnalyticsQueryParamTagIds$outboundSchema, RetrieveAnalyticsQueryParamTagIds$, RetrieveAnalyticsRequest$inboundSchema, RetrieveAnalyticsRequest$outboundSchema, RetrieveAnalyticsRequest$, RetrieveAnalyticsResponseBody$inboundSchema, RetrieveAnalyticsResponseBody$outboundSchema, RetrieveAnalyticsResponseBody$;
|
|
52425
52425
|
var init_retrieveanalytics = __esm(() => {
|
|
52426
52426
|
init_esm();
|
|
52427
52427
|
init_primitives();
|
|
@@ -52470,11 +52470,6 @@ var init_retrieveanalytics = __esm(() => {
|
|
|
52470
52470
|
Qr: "qr",
|
|
52471
52471
|
Link: "link"
|
|
52472
52472
|
};
|
|
52473
|
-
QueryParamSortBy = {
|
|
52474
|
-
Clicks: "clicks",
|
|
52475
|
-
Leads: "leads",
|
|
52476
|
-
Sales: "sales"
|
|
52477
|
-
};
|
|
52478
52473
|
Event$inboundSchema2 = nativeEnumType(Event2);
|
|
52479
52474
|
Event$outboundSchema2 = Event$inboundSchema2;
|
|
52480
52475
|
((Event$) => {
|
|
@@ -52505,12 +52500,6 @@ var init_retrieveanalytics = __esm(() => {
|
|
|
52505
52500
|
RetrieveAnalyticsQueryParamTagIds$.inboundSchema = RetrieveAnalyticsQueryParamTagIds$inboundSchema;
|
|
52506
52501
|
RetrieveAnalyticsQueryParamTagIds$.outboundSchema = RetrieveAnalyticsQueryParamTagIds$outboundSchema;
|
|
52507
52502
|
})(RetrieveAnalyticsQueryParamTagIds$ ||= {});
|
|
52508
|
-
QueryParamSortBy$inboundSchema = nativeEnumType(QueryParamSortBy);
|
|
52509
|
-
QueryParamSortBy$outboundSchema = QueryParamSortBy$inboundSchema;
|
|
52510
|
-
((QueryParamSortBy$) => {
|
|
52511
|
-
QueryParamSortBy$.inboundSchema = QueryParamSortBy$inboundSchema;
|
|
52512
|
-
QueryParamSortBy$.outboundSchema = QueryParamSortBy$outboundSchema;
|
|
52513
|
-
})(QueryParamSortBy$ ||= {});
|
|
52514
52503
|
RetrieveAnalyticsRequest$inboundSchema = objectType({
|
|
52515
52504
|
event: Event$inboundSchema2.default("clicks"),
|
|
52516
52505
|
groupBy: QueryParamGroupBy$inboundSchema.default("count"),
|
|
@@ -52542,7 +52531,6 @@ var init_retrieveanalytics = __esm(() => {
|
|
|
52542
52531
|
folderId: stringType().optional(),
|
|
52543
52532
|
qr: booleanType().optional(),
|
|
52544
52533
|
root: booleanType().optional(),
|
|
52545
|
-
sortBy: QueryParamSortBy$inboundSchema.optional(),
|
|
52546
52534
|
utm_source: nullableType(stringType()).optional(),
|
|
52547
52535
|
utm_medium: nullableType(stringType()).optional(),
|
|
52548
52536
|
utm_campaign: nullableType(stringType()).optional(),
|
|
@@ -52588,7 +52576,6 @@ var init_retrieveanalytics = __esm(() => {
|
|
|
52588
52576
|
folderId: stringType().optional(),
|
|
52589
52577
|
qr: booleanType().optional(),
|
|
52590
52578
|
root: booleanType().optional(),
|
|
52591
|
-
sortBy: QueryParamSortBy$outboundSchema.optional(),
|
|
52592
52579
|
utmSource: nullableType(stringType()).optional(),
|
|
52593
52580
|
utmMedium: nullableType(stringType()).optional(),
|
|
52594
52581
|
utmCampaign: nullableType(stringType()).optional(),
|
|
@@ -53928,7 +53915,6 @@ async function $do(client, request, options) {
|
|
|
53928
53915
|
refererUrl: payload?.refererUrl,
|
|
53929
53916
|
region: payload?.region,
|
|
53930
53917
|
root: payload?.root,
|
|
53931
|
-
sortBy: payload?.sortBy,
|
|
53932
53918
|
start: payload?.start,
|
|
53933
53919
|
tagId: payload?.tagId,
|
|
53934
53920
|
tagIds: payload?.tagIds,
|
|
@@ -59404,7 +59390,7 @@ Update a workspace by ID or slug.`,
|
|
|
59404
59390
|
function createMCPServer(deps) {
|
|
59405
59391
|
const server = new McpServer({
|
|
59406
59392
|
name: "Dub",
|
|
59407
|
-
version: "0.63.
|
|
59393
|
+
version: "0.63.4"
|
|
59408
59394
|
});
|
|
59409
59395
|
const client = new DubCore({
|
|
59410
59396
|
token: deps.token,
|
|
@@ -60706,7 +60692,7 @@ var routes = rn({
|
|
|
60706
60692
|
var app = Ve(routes, {
|
|
60707
60693
|
name: "mcp",
|
|
60708
60694
|
versionInfo: {
|
|
60709
|
-
currentVersion: "0.63.
|
|
60695
|
+
currentVersion: "0.63.4"
|
|
60710
60696
|
}
|
|
60711
60697
|
});
|
|
60712
60698
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -60714,5 +60700,5 @@ export {
|
|
|
60714
60700
|
app
|
|
60715
60701
|
};
|
|
60716
60702
|
|
|
60717
|
-
//# debugId=
|
|
60703
|
+
//# debugId=6772433D43B6F6DA64756E2164756E21
|
|
60718
60704
|
//# sourceMappingURL=mcp-server.js.map
|