@agentmc/api 0.1.1 → 0.2.1
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/dist/cli.js +643 -643
- package/dist/cli.js.map +1 -1
- package/dist/generated/operations.d.ts +504 -504
- package/dist/generated/operations.js +643 -643
- package/dist/generated/operations.js.map +1 -1
- package/dist/index.d.ts +12 -12
- package/dist/index.js +643 -643
- package/dist/index.js.map +1 -1
- package/docs/operations/README.md +6 -6
- package/docs/operations/{commentWorkspaceCalendarItem.md → commentCalendarItem.md} +2 -2
- package/docs/operations/{createWorkspaceCalendarItem.md → createCalendarItem.md} +2 -2
- package/docs/operations/{deleteWorkspaceCalendarItem.md → deleteCalendarItem.md} +2 -2
- package/docs/operations/index.json +643 -643
- package/docs/operations/{workspaceCalendar.md → listCalendar.md} +2 -2
- package/docs/operations/{showWorkspaceCalendarItem.md → showCalendarItem.md} +2 -2
- package/docs/operations/{updateWorkspaceCalendarItem.md → updateCalendarItem.md} +2 -2
- package/examples/http/{commentWorkspaceCalendarItem.ts → commentCalendarItem.ts} +1 -1
- package/examples/http/{createWorkspaceCalendarItem.ts → createCalendarItem.ts} +1 -1
- package/examples/http/{showWorkspaceCalendarItem.ts → deleteCalendarItem.ts} +1 -1
- package/examples/http/{workspaceCalendar.ts → listCalendar.ts} +1 -1
- package/examples/http/{deleteWorkspaceCalendarItem.ts → showCalendarItem.ts} +1 -1
- package/examples/http/{updateWorkspaceCalendarItem.ts → updateCalendarItem.ts} +1 -1
- package/package.json +1 -1
- package/spec/openapi.filtered.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -467,7 +467,7 @@ interface paths {
|
|
|
467
467
|
cookie?: never;
|
|
468
468
|
};
|
|
469
469
|
/** List calendar items. */
|
|
470
|
-
get: operations["
|
|
470
|
+
get: operations["listCalendar"];
|
|
471
471
|
put?: never;
|
|
472
472
|
post?: never;
|
|
473
473
|
delete?: never;
|
|
@@ -486,7 +486,7 @@ interface paths {
|
|
|
486
486
|
get?: never;
|
|
487
487
|
put?: never;
|
|
488
488
|
/** Create a calendar item. */
|
|
489
|
-
post: operations["
|
|
489
|
+
post: operations["createCalendarItem"];
|
|
490
490
|
delete?: never;
|
|
491
491
|
options?: never;
|
|
492
492
|
head?: never;
|
|
@@ -501,12 +501,12 @@ interface paths {
|
|
|
501
501
|
cookie?: never;
|
|
502
502
|
};
|
|
503
503
|
/** Show one calendar item. */
|
|
504
|
-
get: operations["
|
|
504
|
+
get: operations["showCalendarItem"];
|
|
505
505
|
/** Update a calendar item. */
|
|
506
|
-
put: operations["
|
|
506
|
+
put: operations["updateCalendarItem"];
|
|
507
507
|
post?: never;
|
|
508
508
|
/** Delete a calendar item. */
|
|
509
|
-
delete: operations["
|
|
509
|
+
delete: operations["deleteCalendarItem"];
|
|
510
510
|
options?: never;
|
|
511
511
|
head?: never;
|
|
512
512
|
patch?: never;
|
|
@@ -522,7 +522,7 @@ interface paths {
|
|
|
522
522
|
get?: never;
|
|
523
523
|
put?: never;
|
|
524
524
|
/** Add a comment on a calendar item. */
|
|
525
|
-
post: operations["
|
|
525
|
+
post: operations["commentCalendarItem"];
|
|
526
526
|
delete?: never;
|
|
527
527
|
options?: never;
|
|
528
528
|
head?: never;
|
|
@@ -10082,7 +10082,7 @@ interface operations {
|
|
|
10082
10082
|
403: components["responses"]["ApiError403"];
|
|
10083
10083
|
};
|
|
10084
10084
|
};
|
|
10085
|
-
|
|
10085
|
+
listCalendar: {
|
|
10086
10086
|
parameters: {
|
|
10087
10087
|
query?: {
|
|
10088
10088
|
/**
|
|
@@ -10219,7 +10219,7 @@ interface operations {
|
|
|
10219
10219
|
403: components["responses"]["ApiError403"];
|
|
10220
10220
|
};
|
|
10221
10221
|
};
|
|
10222
|
-
|
|
10222
|
+
createCalendarItem: {
|
|
10223
10223
|
parameters: {
|
|
10224
10224
|
query?: never;
|
|
10225
10225
|
header?: never;
|
|
@@ -10290,7 +10290,7 @@ interface operations {
|
|
|
10290
10290
|
422: components["responses"]["ApiError422"];
|
|
10291
10291
|
};
|
|
10292
10292
|
};
|
|
10293
|
-
|
|
10293
|
+
showCalendarItem: {
|
|
10294
10294
|
parameters: {
|
|
10295
10295
|
query?: never;
|
|
10296
10296
|
header?: never;
|
|
@@ -10365,7 +10365,7 @@ interface operations {
|
|
|
10365
10365
|
404: components["responses"]["ApiError404"];
|
|
10366
10366
|
};
|
|
10367
10367
|
};
|
|
10368
|
-
|
|
10368
|
+
updateCalendarItem: {
|
|
10369
10369
|
parameters: {
|
|
10370
10370
|
query?: never;
|
|
10371
10371
|
header?: never;
|
|
@@ -10455,7 +10455,7 @@ interface operations {
|
|
|
10455
10455
|
422: components["responses"]["ApiError422"];
|
|
10456
10456
|
};
|
|
10457
10457
|
};
|
|
10458
|
-
|
|
10458
|
+
deleteCalendarItem: {
|
|
10459
10459
|
parameters: {
|
|
10460
10460
|
query?: never;
|
|
10461
10461
|
header?: never;
|
|
@@ -10491,7 +10491,7 @@ interface operations {
|
|
|
10491
10491
|
404: components["responses"]["ApiError404"];
|
|
10492
10492
|
};
|
|
10493
10493
|
};
|
|
10494
|
-
|
|
10494
|
+
commentCalendarItem: {
|
|
10495
10495
|
parameters: {
|
|
10496
10496
|
query?: never;
|
|
10497
10497
|
header?: never;
|