dart-tools 0.4.1 → 0.4.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/dist/index.d.ts +3 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +37 -9
- package/dist/index.umd.js +37 -8
- package/dist/models/Attachment.d.ts +10 -0
- package/dist/models/Attachment.js +3 -0
- package/dist/models/Attachment.js.map +1 -0
- package/dist/models/AttachmentCreateFromUrl.d.ts +10 -0
- package/dist/models/AttachmentCreateFromUrl.js +3 -0
- package/dist/models/AttachmentCreateFromUrl.js.map +1 -0
- package/dist/models/Task.d.ts +5 -0
- package/dist/services/AttachmentService.d.ts +14 -0
- package/dist/services/AttachmentService.js +31 -0
- package/dist/services/AttachmentService.js.map +1 -0
- package/dist/services/CommentService.d.ts +3 -2
- package/dist/services/CommentService.js +3 -2
- package/dist/services/CommentService.js.map +1 -1
- package/dist/services/DartboardService.d.ts +1 -1
- package/dist/services/DartboardService.js +1 -1
- package/dist/services/DartboardService.js.map +1 -1
- package/dist/services/DocService.d.ts +1 -1
- package/dist/services/DocService.js +1 -1
- package/dist/services/DocService.js.map +1 -1
- package/dist/services/FolderService.d.ts +1 -1
- package/dist/services/FolderService.js +1 -1
- package/dist/services/FolderService.js.map +1 -1
- package/dist/services/TaskService.d.ts +4 -2
- package/dist/services/TaskService.js +4 -2
- package/dist/services/TaskService.js.map +1 -1
- package/dist/services/ViewService.d.ts +1 -1
- package/dist/services/ViewService.js +1 -1
- package/dist/services/ViewService.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ export { ApiError } from "./core/ApiError";
|
|
|
2
2
|
export { CancelablePromise, CancelError } from "./core/CancelablePromise";
|
|
3
3
|
export { OpenAPI } from "./core/OpenAPI";
|
|
4
4
|
export type { OpenAPIConfig } from "./core/OpenAPI";
|
|
5
|
+
export type { Attachment } from "./models/Attachment";
|
|
6
|
+
export type { AttachmentCreateFromUrl } from "./models/AttachmentCreateFromUrl";
|
|
5
7
|
export type { Comment } from "./models/Comment";
|
|
6
8
|
export type { CommentCreate } from "./models/CommentCreate";
|
|
7
9
|
export type { ConciseDoc } from "./models/ConciseDoc";
|
|
@@ -40,6 +42,7 @@ export type { WrappedTask } from "./models/WrappedTask";
|
|
|
40
42
|
export type { WrappedTaskCreate } from "./models/WrappedTaskCreate";
|
|
41
43
|
export type { WrappedTaskUpdate } from "./models/WrappedTaskUpdate";
|
|
42
44
|
export type { WrappedView } from "./models/WrappedView";
|
|
45
|
+
export { AttachmentService } from "./services/AttachmentService";
|
|
43
46
|
export { CommentService } from "./services/CommentService";
|
|
44
47
|
export { ConfigService } from "./services/ConfigService";
|
|
45
48
|
export { DartboardService } from "./services/DartboardService";
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ViewService = exports.TaskService = exports.SkillService = exports.HelpCenterArticleService = exports.FolderService = exports.DocService = exports.DartboardService = exports.ConfigService = exports.CommentService = exports.Priority = exports.OpenAPI = exports.CancelError = exports.CancelablePromise = exports.ApiError = void 0;
|
|
3
|
+
exports.ViewService = exports.TaskService = exports.SkillService = exports.HelpCenterArticleService = exports.FolderService = exports.DocService = exports.DartboardService = exports.ConfigService = exports.CommentService = exports.AttachmentService = exports.Priority = exports.OpenAPI = exports.CancelError = exports.CancelablePromise = exports.ApiError = void 0;
|
|
4
4
|
/* generated using openapi-typescript-codegen -- do not edit */
|
|
5
5
|
/* istanbul ignore file */
|
|
6
6
|
/* tslint:disable */
|
|
@@ -14,6 +14,8 @@ var OpenAPI_1 = require("./core/OpenAPI");
|
|
|
14
14
|
Object.defineProperty(exports, "OpenAPI", { enumerable: true, get: function () { return OpenAPI_1.OpenAPI; } });
|
|
15
15
|
var Priority_1 = require("./models/Priority");
|
|
16
16
|
Object.defineProperty(exports, "Priority", { enumerable: true, get: function () { return Priority_1.Priority; } });
|
|
17
|
+
var AttachmentService_1 = require("./services/AttachmentService");
|
|
18
|
+
Object.defineProperty(exports, "AttachmentService", { enumerable: true, get: function () { return AttachmentService_1.AttachmentService; } });
|
|
17
19
|
var CommentService_1 = require("./services/CommentService");
|
|
18
20
|
Object.defineProperty(exports, "CommentService", { enumerable: true, get: function () { return CommentService_1.CommentService; } });
|
|
19
21
|
var ConfigService_1 = require("./services/ConfigService");
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../dart/generated/index.ts"],"names":[],"mappings":";;;AAAA,+DAA+D;AAC/D,0BAA0B;AAC1B,oBAAoB;AACpB,oBAAoB;AACpB,4CAA2C;AAAlC,oGAAA,QAAQ,OAAA;AACjB,8DAA0E;AAAjE,sHAAA,iBAAiB,OAAA;AAAE,gHAAA,WAAW,OAAA;AACvC,0CAAyC;AAAhC,kGAAA,OAAO,OAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../dart/generated/index.ts"],"names":[],"mappings":";;;AAAA,+DAA+D;AAC/D,0BAA0B;AAC1B,oBAAoB;AACpB,oBAAoB;AACpB,4CAA2C;AAAlC,oGAAA,QAAQ,OAAA;AACjB,8DAA0E;AAAjE,sHAAA,iBAAiB,OAAA;AAAE,gHAAA,WAAW,OAAA;AACvC,0CAAyC;AAAhC,kGAAA,OAAO,OAAA;AAmBhB,8CAA6C;AAApC,oGAAA,QAAQ,OAAA;AAyBjB,kEAAiE;AAAxD,sHAAA,iBAAiB,OAAA;AAC1B,4DAA2D;AAAlD,gHAAA,cAAc,OAAA;AACvB,0DAAyD;AAAhD,8GAAA,aAAa,OAAA;AACtB,gEAA+D;AAAtD,oHAAA,gBAAgB,OAAA;AACzB,oDAAmD;AAA1C,wGAAA,UAAU,OAAA;AACnB,0DAAyD;AAAhD,8GAAA,aAAa,OAAA;AACtB,gFAA+E;AAAtE,oIAAA,wBAAwB,OAAA;AACjC,wDAAuD;AAA9C,4GAAA,YAAY,OAAA;AACrB,sDAAqD;AAA5C,0GAAA,WAAW,OAAA;AACpB,sDAAqD;AAA5C,0GAAA,WAAW,OAAA"}
|
package/dist/index.mjs
CHANGED
|
@@ -448,6 +448,31 @@ const request = (config, options, axiosClient = axios) => {
|
|
|
448
448
|
});
|
|
449
449
|
};
|
|
450
450
|
|
|
451
|
+
class AttachmentService {
|
|
452
|
+
/**
|
|
453
|
+
* Attach a file from a provided URL to a task
|
|
454
|
+
* Attach a file from a provided URL to a task. The file will be downloaded and attached asynchronously. This operation may take a few moments to complete.
|
|
455
|
+
* @param id
|
|
456
|
+
* @param requestBody
|
|
457
|
+
* @returns Attachment Success, including the attached attachment details
|
|
458
|
+
* @throws ApiError
|
|
459
|
+
*/
|
|
460
|
+
static addTaskAttachmentFromUrl(id, requestBody) {
|
|
461
|
+
return request(OpenAPI, {
|
|
462
|
+
method: "POST",
|
|
463
|
+
url: "/tasks/{id}/attachments/from-url",
|
|
464
|
+
path: {
|
|
465
|
+
id: id,
|
|
466
|
+
},
|
|
467
|
+
body: requestBody,
|
|
468
|
+
mediaType: "application/json",
|
|
469
|
+
errors: {
|
|
470
|
+
400: `Invalid request, including the errors`,
|
|
471
|
+
},
|
|
472
|
+
});
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
|
|
451
476
|
class CommentService {
|
|
452
477
|
/**
|
|
453
478
|
* Create a new comment
|
|
@@ -456,7 +481,7 @@ class CommentService {
|
|
|
456
481
|
* @returns WrappedComment Success, including the created comment
|
|
457
482
|
* @throws ApiError
|
|
458
483
|
*/
|
|
459
|
-
static
|
|
484
|
+
static addTaskComment(requestBody) {
|
|
460
485
|
return request(OpenAPI, {
|
|
461
486
|
method: "POST",
|
|
462
487
|
url: "/comments",
|
|
@@ -472,7 +497,7 @@ class CommentService {
|
|
|
472
497
|
* @returns PaginatedCommentList
|
|
473
498
|
* @throws ApiError
|
|
474
499
|
*/
|
|
475
|
-
static listComments({ taskId, author, authorId, ids, limit, o, offset, parentId, publishedAtAfter, publishedAtBefore, task, text, }) {
|
|
500
|
+
static listComments({ taskId, author, authorId, ids, limit, o, offset, parentId, publishedAt, publishedAtAfter, publishedAtBefore, task, text, }) {
|
|
476
501
|
return request(OpenAPI, {
|
|
477
502
|
method: "GET",
|
|
478
503
|
url: "/comments/list",
|
|
@@ -484,6 +509,7 @@ class CommentService {
|
|
|
484
509
|
o: o,
|
|
485
510
|
offset: offset,
|
|
486
511
|
parent_id: parentId,
|
|
512
|
+
published_at: publishedAt,
|
|
487
513
|
published_at_after: publishedAtAfter,
|
|
488
514
|
published_at_before: publishedAtBefore,
|
|
489
515
|
task: task,
|
|
@@ -517,7 +543,7 @@ class DartboardService {
|
|
|
517
543
|
* @returns WrappedDartboard Success, including the retrieved dartboard
|
|
518
544
|
* @throws ApiError
|
|
519
545
|
*/
|
|
520
|
-
static
|
|
546
|
+
static getDartboard(id) {
|
|
521
547
|
return request(OpenAPI, {
|
|
522
548
|
method: "GET",
|
|
523
549
|
url: "/dartboards/{id}",
|
|
@@ -558,7 +584,7 @@ class DocService {
|
|
|
558
584
|
* @returns WrappedDoc Success, including the retrieved doc
|
|
559
585
|
* @throws ApiError
|
|
560
586
|
*/
|
|
561
|
-
static
|
|
587
|
+
static getDoc(id) {
|
|
562
588
|
return request(OpenAPI, {
|
|
563
589
|
method: "GET",
|
|
564
590
|
url: "/docs/{id}",
|
|
@@ -647,7 +673,7 @@ class FolderService {
|
|
|
647
673
|
* @returns WrappedFolder Success, including the retrieved folder
|
|
648
674
|
* @throws ApiError
|
|
649
675
|
*/
|
|
650
|
-
static
|
|
676
|
+
static getFolder(id) {
|
|
651
677
|
return request(OpenAPI, {
|
|
652
678
|
method: "GET",
|
|
653
679
|
url: "/folders/{id}",
|
|
@@ -726,7 +752,7 @@ class TaskService {
|
|
|
726
752
|
* @returns WrappedTask Success, including the retrieved task
|
|
727
753
|
* @throws ApiError
|
|
728
754
|
*/
|
|
729
|
-
static
|
|
755
|
+
static getTask(id) {
|
|
730
756
|
return request(OpenAPI, {
|
|
731
757
|
method: "GET",
|
|
732
758
|
url: "/tasks/{id}",
|
|
@@ -787,7 +813,7 @@ class TaskService {
|
|
|
787
813
|
* @returns PaginatedConciseTaskList
|
|
788
814
|
* @throws ApiError
|
|
789
815
|
*/
|
|
790
|
-
static listTasks({ assignee, assigneeId, dartboard, dartboardId, description, dueAtAfter, dueAtBefore, ids, inTrash, isCompleted, limit, offset, parentId, priority, size, startAtAfter, startAtBefore, status, statusId, tag, tagId, title, type, typeId, view, viewId, }) {
|
|
816
|
+
static listTasks({ assignee, assigneeId, dartboard, dartboardId, description, dueAt, dueAtAfter, dueAtBefore, ids, inTrash, isCompleted, limit, offset, parentId, priority, size, startAt, startAtAfter, startAtBefore, status, statusId, tag, tagId, title, type, typeId, view, viewId, }) {
|
|
791
817
|
return request(OpenAPI, {
|
|
792
818
|
method: "GET",
|
|
793
819
|
url: "/tasks/list",
|
|
@@ -797,6 +823,7 @@ class TaskService {
|
|
|
797
823
|
dartboard: dartboard,
|
|
798
824
|
dartboard_id: dartboardId,
|
|
799
825
|
description: description,
|
|
826
|
+
due_at: dueAt,
|
|
800
827
|
due_at_after: dueAtAfter,
|
|
801
828
|
due_at_before: dueAtBefore,
|
|
802
829
|
ids: ids,
|
|
@@ -807,6 +834,7 @@ class TaskService {
|
|
|
807
834
|
parent_id: parentId,
|
|
808
835
|
priority: priority,
|
|
809
836
|
size: size,
|
|
837
|
+
start_at: startAt,
|
|
810
838
|
start_at_after: startAtAfter,
|
|
811
839
|
start_at_before: startAtBefore,
|
|
812
840
|
status: status,
|
|
@@ -831,7 +859,7 @@ class ViewService {
|
|
|
831
859
|
* @returns WrappedView Success, including the retrieved view
|
|
832
860
|
* @throws ApiError
|
|
833
861
|
*/
|
|
834
|
-
static
|
|
862
|
+
static getView(id) {
|
|
835
863
|
return request(OpenAPI, {
|
|
836
864
|
method: "GET",
|
|
837
865
|
url: "/views/{id}",
|
|
@@ -846,4 +874,4 @@ class ViewService {
|
|
|
846
874
|
}
|
|
847
875
|
}
|
|
848
876
|
|
|
849
|
-
export { ApiError, CancelError, CancelablePromise, CommentService, ConfigService, DartboardService, DocService, FolderService, HelpCenterArticleService, OpenAPI, Priority, SkillService, TaskService, ViewService };
|
|
877
|
+
export { ApiError, AttachmentService, CancelError, CancelablePromise, CommentService, ConfigService, DartboardService, DocService, FolderService, HelpCenterArticleService, OpenAPI, Priority, SkillService, TaskService, ViewService };
|
package/dist/index.umd.js
CHANGED
|
@@ -451,6 +451,31 @@
|
|
|
451
451
|
});
|
|
452
452
|
};
|
|
453
453
|
|
|
454
|
+
class AttachmentService {
|
|
455
|
+
/**
|
|
456
|
+
* Attach a file from a provided URL to a task
|
|
457
|
+
* Attach a file from a provided URL to a task. The file will be downloaded and attached asynchronously. This operation may take a few moments to complete.
|
|
458
|
+
* @param id
|
|
459
|
+
* @param requestBody
|
|
460
|
+
* @returns Attachment Success, including the attached attachment details
|
|
461
|
+
* @throws ApiError
|
|
462
|
+
*/
|
|
463
|
+
static addTaskAttachmentFromUrl(id, requestBody) {
|
|
464
|
+
return request(OpenAPI, {
|
|
465
|
+
method: "POST",
|
|
466
|
+
url: "/tasks/{id}/attachments/from-url",
|
|
467
|
+
path: {
|
|
468
|
+
id: id,
|
|
469
|
+
},
|
|
470
|
+
body: requestBody,
|
|
471
|
+
mediaType: "application/json",
|
|
472
|
+
errors: {
|
|
473
|
+
400: `Invalid request, including the errors`,
|
|
474
|
+
},
|
|
475
|
+
});
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
|
|
454
479
|
class CommentService {
|
|
455
480
|
/**
|
|
456
481
|
* Create a new comment
|
|
@@ -459,7 +484,7 @@
|
|
|
459
484
|
* @returns WrappedComment Success, including the created comment
|
|
460
485
|
* @throws ApiError
|
|
461
486
|
*/
|
|
462
|
-
static
|
|
487
|
+
static addTaskComment(requestBody) {
|
|
463
488
|
return request(OpenAPI, {
|
|
464
489
|
method: "POST",
|
|
465
490
|
url: "/comments",
|
|
@@ -475,7 +500,7 @@
|
|
|
475
500
|
* @returns PaginatedCommentList
|
|
476
501
|
* @throws ApiError
|
|
477
502
|
*/
|
|
478
|
-
static listComments({ taskId, author, authorId, ids, limit, o, offset, parentId, publishedAtAfter, publishedAtBefore, task, text, }) {
|
|
503
|
+
static listComments({ taskId, author, authorId, ids, limit, o, offset, parentId, publishedAt, publishedAtAfter, publishedAtBefore, task, text, }) {
|
|
479
504
|
return request(OpenAPI, {
|
|
480
505
|
method: "GET",
|
|
481
506
|
url: "/comments/list",
|
|
@@ -487,6 +512,7 @@
|
|
|
487
512
|
o: o,
|
|
488
513
|
offset: offset,
|
|
489
514
|
parent_id: parentId,
|
|
515
|
+
published_at: publishedAt,
|
|
490
516
|
published_at_after: publishedAtAfter,
|
|
491
517
|
published_at_before: publishedAtBefore,
|
|
492
518
|
task: task,
|
|
@@ -520,7 +546,7 @@
|
|
|
520
546
|
* @returns WrappedDartboard Success, including the retrieved dartboard
|
|
521
547
|
* @throws ApiError
|
|
522
548
|
*/
|
|
523
|
-
static
|
|
549
|
+
static getDartboard(id) {
|
|
524
550
|
return request(OpenAPI, {
|
|
525
551
|
method: "GET",
|
|
526
552
|
url: "/dartboards/{id}",
|
|
@@ -561,7 +587,7 @@
|
|
|
561
587
|
* @returns WrappedDoc Success, including the retrieved doc
|
|
562
588
|
* @throws ApiError
|
|
563
589
|
*/
|
|
564
|
-
static
|
|
590
|
+
static getDoc(id) {
|
|
565
591
|
return request(OpenAPI, {
|
|
566
592
|
method: "GET",
|
|
567
593
|
url: "/docs/{id}",
|
|
@@ -650,7 +676,7 @@
|
|
|
650
676
|
* @returns WrappedFolder Success, including the retrieved folder
|
|
651
677
|
* @throws ApiError
|
|
652
678
|
*/
|
|
653
|
-
static
|
|
679
|
+
static getFolder(id) {
|
|
654
680
|
return request(OpenAPI, {
|
|
655
681
|
method: "GET",
|
|
656
682
|
url: "/folders/{id}",
|
|
@@ -729,7 +755,7 @@
|
|
|
729
755
|
* @returns WrappedTask Success, including the retrieved task
|
|
730
756
|
* @throws ApiError
|
|
731
757
|
*/
|
|
732
|
-
static
|
|
758
|
+
static getTask(id) {
|
|
733
759
|
return request(OpenAPI, {
|
|
734
760
|
method: "GET",
|
|
735
761
|
url: "/tasks/{id}",
|
|
@@ -790,7 +816,7 @@
|
|
|
790
816
|
* @returns PaginatedConciseTaskList
|
|
791
817
|
* @throws ApiError
|
|
792
818
|
*/
|
|
793
|
-
static listTasks({ assignee, assigneeId, dartboard, dartboardId, description, dueAtAfter, dueAtBefore, ids, inTrash, isCompleted, limit, offset, parentId, priority, size, startAtAfter, startAtBefore, status, statusId, tag, tagId, title, type, typeId, view, viewId, }) {
|
|
819
|
+
static listTasks({ assignee, assigneeId, dartboard, dartboardId, description, dueAt, dueAtAfter, dueAtBefore, ids, inTrash, isCompleted, limit, offset, parentId, priority, size, startAt, startAtAfter, startAtBefore, status, statusId, tag, tagId, title, type, typeId, view, viewId, }) {
|
|
794
820
|
return request(OpenAPI, {
|
|
795
821
|
method: "GET",
|
|
796
822
|
url: "/tasks/list",
|
|
@@ -800,6 +826,7 @@
|
|
|
800
826
|
dartboard: dartboard,
|
|
801
827
|
dartboard_id: dartboardId,
|
|
802
828
|
description: description,
|
|
829
|
+
due_at: dueAt,
|
|
803
830
|
due_at_after: dueAtAfter,
|
|
804
831
|
due_at_before: dueAtBefore,
|
|
805
832
|
ids: ids,
|
|
@@ -810,6 +837,7 @@
|
|
|
810
837
|
parent_id: parentId,
|
|
811
838
|
priority: priority,
|
|
812
839
|
size: size,
|
|
840
|
+
start_at: startAt,
|
|
813
841
|
start_at_after: startAtAfter,
|
|
814
842
|
start_at_before: startAtBefore,
|
|
815
843
|
status: status,
|
|
@@ -834,7 +862,7 @@
|
|
|
834
862
|
* @returns WrappedView Success, including the retrieved view
|
|
835
863
|
* @throws ApiError
|
|
836
864
|
*/
|
|
837
|
-
static
|
|
865
|
+
static getView(id) {
|
|
838
866
|
return request(OpenAPI, {
|
|
839
867
|
method: "GET",
|
|
840
868
|
url: "/views/{id}",
|
|
@@ -850,6 +878,7 @@
|
|
|
850
878
|
}
|
|
851
879
|
|
|
852
880
|
exports.ApiError = ApiError;
|
|
881
|
+
exports.AttachmentService = AttachmentService;
|
|
853
882
|
exports.CancelError = CancelError;
|
|
854
883
|
exports.CancelablePromise = CancelablePromise;
|
|
855
884
|
exports.CommentService = CommentService;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Attachment.js","sourceRoot":"","sources":["../../dart/generated/models/Attachment.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttachmentCreateFromUrl.js","sourceRoot":"","sources":["../../dart/generated/models/AttachmentCreateFromUrl.ts"],"names":[],"mappings":""}
|
package/dist/models/Task.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { Attachment } from "./Attachment";
|
|
1
2
|
import type { CustomProperties } from "./CustomProperties";
|
|
2
3
|
import type { Priority } from "./Priority";
|
|
3
4
|
import type { TaskRelationships } from "./TaskRelationships";
|
|
@@ -66,6 +67,10 @@ export type Task = {
|
|
|
66
67
|
* The time tracking, which is a string that indicates the amount of time spent on the task in hh:mm:ss format (or an empty string if no time has been tracked).
|
|
67
68
|
*/
|
|
68
69
|
timeTracking?: string;
|
|
70
|
+
/**
|
|
71
|
+
* The attachments, which is a list of attachments that are associated with the task.
|
|
72
|
+
*/
|
|
73
|
+
attachments: Array<Attachment>;
|
|
69
74
|
/**
|
|
70
75
|
* The custom properties, which is a dict of custom properties that are associated with the task.
|
|
71
76
|
*/
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { Attachment } from "../models/Attachment";
|
|
2
|
+
import type { AttachmentCreateFromUrl } from "../models/AttachmentCreateFromUrl";
|
|
3
|
+
import type { CancelablePromise } from "../core/CancelablePromise";
|
|
4
|
+
export declare class AttachmentService {
|
|
5
|
+
/**
|
|
6
|
+
* Attach a file from a provided URL to a task
|
|
7
|
+
* Attach a file from a provided URL to a task. The file will be downloaded and attached asynchronously. This operation may take a few moments to complete.
|
|
8
|
+
* @param id
|
|
9
|
+
* @param requestBody
|
|
10
|
+
* @returns Attachment Success, including the attached attachment details
|
|
11
|
+
* @throws ApiError
|
|
12
|
+
*/
|
|
13
|
+
static addTaskAttachmentFromUrl(id: string, requestBody: AttachmentCreateFromUrl): CancelablePromise<Attachment>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AttachmentService = void 0;
|
|
4
|
+
const OpenAPI_1 = require("../core/OpenAPI");
|
|
5
|
+
const request_1 = require("../core/request");
|
|
6
|
+
class AttachmentService {
|
|
7
|
+
/**
|
|
8
|
+
* Attach a file from a provided URL to a task
|
|
9
|
+
* Attach a file from a provided URL to a task. The file will be downloaded and attached asynchronously. This operation may take a few moments to complete.
|
|
10
|
+
* @param id
|
|
11
|
+
* @param requestBody
|
|
12
|
+
* @returns Attachment Success, including the attached attachment details
|
|
13
|
+
* @throws ApiError
|
|
14
|
+
*/
|
|
15
|
+
static addTaskAttachmentFromUrl(id, requestBody) {
|
|
16
|
+
return (0, request_1.request)(OpenAPI_1.OpenAPI, {
|
|
17
|
+
method: "POST",
|
|
18
|
+
url: "/tasks/{id}/attachments/from-url",
|
|
19
|
+
path: {
|
|
20
|
+
id: id,
|
|
21
|
+
},
|
|
22
|
+
body: requestBody,
|
|
23
|
+
mediaType: "application/json",
|
|
24
|
+
errors: {
|
|
25
|
+
400: `Invalid request, including the errors`,
|
|
26
|
+
},
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
exports.AttachmentService = AttachmentService;
|
|
31
|
+
//# sourceMappingURL=AttachmentService.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttachmentService.js","sourceRoot":"","sources":["../../dart/generated/services/AttachmentService.ts"],"names":[],"mappings":";;;AAOA,6CAA0C;AAC1C,6CAAuD;AACvD,MAAa,iBAAiB;IAC5B;;;;;;;OAOG;IACI,MAAM,CAAC,wBAAwB,CACpC,EAAU,EACV,WAAoC;QAEpC,OAAO,IAAA,iBAAS,EAAC,iBAAO,EAAE;YACxB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,kCAAkC;YACvC,IAAI,EAAE;gBACJ,EAAE,EAAE,EAAE;aACP;YACD,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;YAC7B,MAAM,EAAE;gBACN,GAAG,EAAE,uCAAuC;aAC7C;SACF,CAAC,CAAC;IACL,CAAC;CACF;AA1BD,8CA0BC"}
|
|
@@ -10,13 +10,13 @@ export declare class CommentService {
|
|
|
10
10
|
* @returns WrappedComment Success, including the created comment
|
|
11
11
|
* @throws ApiError
|
|
12
12
|
*/
|
|
13
|
-
static
|
|
13
|
+
static addTaskComment(requestBody: WrappedCommentCreate): CancelablePromise<WrappedComment>;
|
|
14
14
|
/**
|
|
15
15
|
* List comments for a task with filtering options. Filter by author, text content, or date range. Sort by date or hierarchical thread order. Task ID required. Supports pagination.
|
|
16
16
|
* @returns PaginatedCommentList
|
|
17
17
|
* @throws ApiError
|
|
18
18
|
*/
|
|
19
|
-
static listComments({ taskId, author, authorId, ids, limit, o, offset, parentId, publishedAtAfter, publishedAtBefore, task, text, }: {
|
|
19
|
+
static listComments({ taskId, author, authorId, ids, limit, o, offset, parentId, publishedAt, publishedAtAfter, publishedAtBefore, task, text, }: {
|
|
20
20
|
taskId: string;
|
|
21
21
|
author?: string;
|
|
22
22
|
authorId?: string;
|
|
@@ -41,6 +41,7 @@ export declare class CommentService {
|
|
|
41
41
|
*/
|
|
42
42
|
offset?: number;
|
|
43
43
|
parentId?: string;
|
|
44
|
+
publishedAt?: string;
|
|
44
45
|
publishedAtAfter?: string;
|
|
45
46
|
publishedAtBefore?: string;
|
|
46
47
|
task?: string;
|
|
@@ -11,7 +11,7 @@ class CommentService {
|
|
|
11
11
|
* @returns WrappedComment Success, including the created comment
|
|
12
12
|
* @throws ApiError
|
|
13
13
|
*/
|
|
14
|
-
static
|
|
14
|
+
static addTaskComment(requestBody) {
|
|
15
15
|
return (0, request_1.request)(OpenAPI_1.OpenAPI, {
|
|
16
16
|
method: "POST",
|
|
17
17
|
url: "/comments",
|
|
@@ -27,7 +27,7 @@ class CommentService {
|
|
|
27
27
|
* @returns PaginatedCommentList
|
|
28
28
|
* @throws ApiError
|
|
29
29
|
*/
|
|
30
|
-
static listComments({ taskId, author, authorId, ids, limit, o, offset, parentId, publishedAtAfter, publishedAtBefore, task, text, }) {
|
|
30
|
+
static listComments({ taskId, author, authorId, ids, limit, o, offset, parentId, publishedAt, publishedAtAfter, publishedAtBefore, task, text, }) {
|
|
31
31
|
return (0, request_1.request)(OpenAPI_1.OpenAPI, {
|
|
32
32
|
method: "GET",
|
|
33
33
|
url: "/comments/list",
|
|
@@ -39,6 +39,7 @@ class CommentService {
|
|
|
39
39
|
o: o,
|
|
40
40
|
offset: offset,
|
|
41
41
|
parent_id: parentId,
|
|
42
|
+
published_at: publishedAt,
|
|
42
43
|
published_at_after: publishedAtAfter,
|
|
43
44
|
published_at_before: publishedAtBefore,
|
|
44
45
|
task: task,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommentService.js","sourceRoot":"","sources":["../../dart/generated/services/CommentService.ts"],"names":[],"mappings":";;;AAQA,6CAA0C;AAC1C,6CAAuD;AACvD,MAAa,cAAc;IACzB;;;;;;OAMG;IACI,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"CommentService.js","sourceRoot":"","sources":["../../dart/generated/services/CommentService.ts"],"names":[],"mappings":";;;AAQA,6CAA0C;AAC1C,6CAAuD;AACvD,MAAa,cAAc;IACzB;;;;;;OAMG;IACI,MAAM,CAAC,cAAc,CAAC,WAAiC;QAC5D,OAAO,IAAA,iBAAS,EAAC,iBAAO,EAAE;YACxB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,WAAW;YAChB,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;YAC7B,MAAM,EAAE;gBACN,GAAG,EAAE,uCAAuC;aAC7C;SACF,CAAC,CAAC;IACL,CAAC;IACD;;;;OAIG;IACI,MAAM,CAAC,YAAY,CAAC,EACzB,MAAM,EACN,MAAM,EACN,QAAQ,EACR,GAAG,EACH,KAAK,EACL,CAAC,EACD,MAAM,EACN,QAAQ,EACR,WAAW,EACX,gBAAgB,EAChB,iBAAiB,EACjB,IAAI,EACJ,IAAI,GA+BL;QACC,OAAO,IAAA,iBAAS,EAAC,iBAAO,EAAE;YACxB,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,gBAAgB;YACrB,KAAK,EAAE;gBACL,MAAM,EAAE,MAAM;gBACd,SAAS,EAAE,QAAQ;gBACnB,GAAG,EAAE,GAAG;gBACR,KAAK,EAAE,KAAK;gBACZ,CAAC,EAAE,CAAC;gBACJ,MAAM,EAAE,MAAM;gBACd,SAAS,EAAE,QAAQ;gBACnB,YAAY,EAAE,WAAW;gBACzB,kBAAkB,EAAE,gBAAgB;gBACpC,mBAAmB,EAAE,iBAAiB;gBACtC,IAAI,EAAE,IAAI;gBACV,OAAO,EAAE,MAAM;gBACf,IAAI,EAAE,IAAI;aACX;SACF,CAAC,CAAC;IACL,CAAC;CACF;AAzFD,wCAyFC"}
|
|
@@ -8,5 +8,5 @@ export declare class DartboardService {
|
|
|
8
8
|
* @returns WrappedDartboard Success, including the retrieved dartboard
|
|
9
9
|
* @throws ApiError
|
|
10
10
|
*/
|
|
11
|
-
static
|
|
11
|
+
static getDartboard(id: string): CancelablePromise<WrappedDartboard>;
|
|
12
12
|
}
|
|
@@ -11,7 +11,7 @@ class DartboardService {
|
|
|
11
11
|
* @returns WrappedDartboard Success, including the retrieved dartboard
|
|
12
12
|
* @throws ApiError
|
|
13
13
|
*/
|
|
14
|
-
static
|
|
14
|
+
static getDartboard(id) {
|
|
15
15
|
return (0, request_1.request)(OpenAPI_1.OpenAPI, {
|
|
16
16
|
method: "GET",
|
|
17
17
|
url: "/dartboards/{id}",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DartboardService.js","sourceRoot":"","sources":["../../dart/generated/services/DartboardService.ts"],"names":[],"mappings":";;;AAMA,6CAA0C;AAC1C,6CAAuD;AACvD,MAAa,gBAAgB;IAC3B;;;;;;OAMG;IACI,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"DartboardService.js","sourceRoot":"","sources":["../../dart/generated/services/DartboardService.ts"],"names":[],"mappings":";;;AAMA,6CAA0C;AAC1C,6CAAuD;AACvD,MAAa,gBAAgB;IAC3B;;;;;;OAMG;IACI,MAAM,CAAC,YAAY,CAAC,EAAU;QACnC,OAAO,IAAA,iBAAS,EAAC,iBAAO,EAAE;YACxB,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,kBAAkB;YACvB,IAAI,EAAE;gBACJ,EAAE,EAAE,EAAE;aACP;YACD,MAAM,EAAE;gBACN,GAAG,EAAE,uCAAuC;gBAC5C,GAAG,EAAE,2CAA2C;aACjD;SACF,CAAC,CAAC;IACL,CAAC;CACF;AArBD,4CAqBC"}
|
|
@@ -19,7 +19,7 @@ export declare class DocService {
|
|
|
19
19
|
* @returns WrappedDoc Success, including the retrieved doc
|
|
20
20
|
* @throws ApiError
|
|
21
21
|
*/
|
|
22
|
-
static
|
|
22
|
+
static getDoc(id: string): CancelablePromise<WrappedDoc>;
|
|
23
23
|
/**
|
|
24
24
|
* Update an existing doc
|
|
25
25
|
* Update certain properties of an existing doc. This will save the doc in Dart for later access, search, etc. Any properties that are not specified will not be changed.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocService.js","sourceRoot":"","sources":["../../dart/generated/services/DocService.ts"],"names":[],"mappings":";;;AASA,6CAA0C;AAC1C,6CAAuD;AACvD,MAAa,UAAU;IACrB;;;;;;OAMG;IACI,MAAM,CAAC,SAAS,CAAC,WAA6B;QACnD,OAAO,IAAA,iBAAS,EAAC,iBAAO,EAAE;YACxB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,OAAO;YACZ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;YAC7B,MAAM,EAAE;gBACN,GAAG,EAAE,uCAAuC;aAC7C;SACF,CAAC,CAAC;IACL,CAAC;IACD;;;;;;OAMG;IACI,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"DocService.js","sourceRoot":"","sources":["../../dart/generated/services/DocService.ts"],"names":[],"mappings":";;;AASA,6CAA0C;AAC1C,6CAAuD;AACvD,MAAa,UAAU;IACrB;;;;;;OAMG;IACI,MAAM,CAAC,SAAS,CAAC,WAA6B;QACnD,OAAO,IAAA,iBAAS,EAAC,iBAAO,EAAE;YACxB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,OAAO;YACZ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;YAC7B,MAAM,EAAE;gBACN,GAAG,EAAE,uCAAuC;aAC7C;SACF,CAAC,CAAC;IACL,CAAC;IACD;;;;;;OAMG;IACI,MAAM,CAAC,MAAM,CAAC,EAAU;QAC7B,OAAO,IAAA,iBAAS,EAAC,iBAAO,EAAE;YACxB,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,YAAY;YACjB,IAAI,EAAE;gBACJ,EAAE,EAAE,EAAE;aACP;YACD,MAAM,EAAE;gBACN,GAAG,EAAE,uCAAuC;gBAC5C,GAAG,EAAE,qCAAqC;aAC3C;SACF,CAAC,CAAC;IACL,CAAC;IACD;;;;;;;OAOG;IACI,MAAM,CAAC,SAAS,CAAC,EAAU,EAAE,WAA6B;QAC/D,OAAO,IAAA,iBAAS,EAAC,iBAAO,EAAE;YACxB,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,YAAY;YACjB,IAAI,EAAE;gBACJ,EAAE,EAAE,EAAE;aACP;YACD,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;YAC7B,MAAM,EAAE;gBACN,GAAG,EAAE,uCAAuC;gBAC5C,GAAG,EAAE,qCAAqC;aAC3C;SACF,CAAC,CAAC;IACL,CAAC;IACD;;;;;;OAMG;IACI,MAAM,CAAC,SAAS,CAAC,EAAU;QAChC,OAAO,IAAA,iBAAS,EAAC,iBAAO,EAAE;YACxB,MAAM,EAAE,QAAQ;YAChB,GAAG,EAAE,YAAY;YACjB,IAAI,EAAE;gBACJ,EAAE,EAAE,EAAE;aACP;YACD,MAAM,EAAE;gBACN,GAAG,EAAE,uCAAuC;gBAC5C,GAAG,EAAE,qCAAqC;aAC3C;SACF,CAAC,CAAC;IACL,CAAC;IACD;;;;OAIG;IACI,MAAM,CAAC,QAAQ,CAAC,EACrB,MAAM,EACN,QAAQ,EACR,GAAG,EACH,OAAO,EACP,KAAK,EACL,CAAC,EACD,MAAM,EACN,CAAC,EACD,IAAI,EACJ,KAAK,GAoCN;QACC,OAAO,IAAA,iBAAS,EAAC,iBAAO,EAAE;YACxB,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,YAAY;YACjB,KAAK,EAAE;gBACL,MAAM,EAAE,MAAM;gBACd,SAAS,EAAE,QAAQ;gBACnB,GAAG,EAAE,GAAG;gBACR,QAAQ,EAAE,OAAO;gBACjB,KAAK,EAAE,KAAK;gBACZ,CAAC,EAAE,CAAC;gBACJ,MAAM,EAAE,MAAM;gBACd,CAAC,EAAE,CAAC;gBACJ,IAAI,EAAE,IAAI;gBACV,KAAK,EAAE,KAAK;aACb;SACF,CAAC,CAAC;IACL,CAAC;CACF;AAvJD,gCAuJC"}
|
|
@@ -8,5 +8,5 @@ export declare class FolderService {
|
|
|
8
8
|
* @returns WrappedFolder Success, including the retrieved folder
|
|
9
9
|
* @throws ApiError
|
|
10
10
|
*/
|
|
11
|
-
static
|
|
11
|
+
static getFolder(id: string): CancelablePromise<WrappedFolder>;
|
|
12
12
|
}
|
|
@@ -11,7 +11,7 @@ class FolderService {
|
|
|
11
11
|
* @returns WrappedFolder Success, including the retrieved folder
|
|
12
12
|
* @throws ApiError
|
|
13
13
|
*/
|
|
14
|
-
static
|
|
14
|
+
static getFolder(id) {
|
|
15
15
|
return (0, request_1.request)(OpenAPI_1.OpenAPI, {
|
|
16
16
|
method: "GET",
|
|
17
17
|
url: "/folders/{id}",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FolderService.js","sourceRoot":"","sources":["../../dart/generated/services/FolderService.ts"],"names":[],"mappings":";;;AAMA,6CAA0C;AAC1C,6CAAuD;AACvD,MAAa,aAAa;IACxB;;;;;;OAMG;IACI,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"FolderService.js","sourceRoot":"","sources":["../../dart/generated/services/FolderService.ts"],"names":[],"mappings":";;;AAMA,6CAA0C;AAC1C,6CAAuD;AACvD,MAAa,aAAa;IACxB;;;;;;OAMG;IACI,MAAM,CAAC,SAAS,CAAC,EAAU;QAChC,OAAO,IAAA,iBAAS,EAAC,iBAAO,EAAE;YACxB,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,eAAe;YACpB,IAAI,EAAE;gBACJ,EAAE,EAAE,EAAE;aACP;YACD,MAAM,EAAE;gBACN,GAAG,EAAE,uCAAuC;gBAC5C,GAAG,EAAE,wCAAwC;aAC9C;SACF,CAAC,CAAC;IACL,CAAC;CACF;AArBD,sCAqBC"}
|
|
@@ -19,7 +19,7 @@ export declare class TaskService {
|
|
|
19
19
|
* @returns WrappedTask Success, including the retrieved task
|
|
20
20
|
* @throws ApiError
|
|
21
21
|
*/
|
|
22
|
-
static
|
|
22
|
+
static getTask(id: string): CancelablePromise<WrappedTask>;
|
|
23
23
|
/**
|
|
24
24
|
* Update an existing task
|
|
25
25
|
* Update certain properties of an existing task. This will save the task in Dart for later access, search, etc. Any properties that are not specified will not be changed.
|
|
@@ -42,12 +42,13 @@ export declare class TaskService {
|
|
|
42
42
|
* @returns PaginatedConciseTaskList
|
|
43
43
|
* @throws ApiError
|
|
44
44
|
*/
|
|
45
|
-
static listTasks({ assignee, assigneeId, dartboard, dartboardId, description, dueAtAfter, dueAtBefore, ids, inTrash, isCompleted, limit, offset, parentId, priority, size, startAtAfter, startAtBefore, status, statusId, tag, tagId, title, type, typeId, view, viewId, }: {
|
|
45
|
+
static listTasks({ assignee, assigneeId, dartboard, dartboardId, description, dueAt, dueAtAfter, dueAtBefore, ids, inTrash, isCompleted, limit, offset, parentId, priority, size, startAt, startAtAfter, startAtBefore, status, statusId, tag, tagId, title, type, typeId, view, viewId, }: {
|
|
46
46
|
assignee?: string;
|
|
47
47
|
assigneeId?: string;
|
|
48
48
|
dartboard?: string;
|
|
49
49
|
dartboardId?: string;
|
|
50
50
|
description?: string;
|
|
51
|
+
dueAt?: string;
|
|
51
52
|
dueAtAfter?: string;
|
|
52
53
|
dueAtBefore?: string;
|
|
53
54
|
/**
|
|
@@ -67,6 +68,7 @@ export declare class TaskService {
|
|
|
67
68
|
parentId?: string;
|
|
68
69
|
priority?: string;
|
|
69
70
|
size?: number;
|
|
71
|
+
startAt?: string;
|
|
70
72
|
startAtAfter?: string;
|
|
71
73
|
startAtBefore?: string;
|
|
72
74
|
status?: string;
|
|
@@ -26,7 +26,7 @@ class TaskService {
|
|
|
26
26
|
* @returns WrappedTask Success, including the retrieved task
|
|
27
27
|
* @throws ApiError
|
|
28
28
|
*/
|
|
29
|
-
static
|
|
29
|
+
static getTask(id) {
|
|
30
30
|
return (0, request_1.request)(OpenAPI_1.OpenAPI, {
|
|
31
31
|
method: "GET",
|
|
32
32
|
url: "/tasks/{id}",
|
|
@@ -87,7 +87,7 @@ class TaskService {
|
|
|
87
87
|
* @returns PaginatedConciseTaskList
|
|
88
88
|
* @throws ApiError
|
|
89
89
|
*/
|
|
90
|
-
static listTasks({ assignee, assigneeId, dartboard, dartboardId, description, dueAtAfter, dueAtBefore, ids, inTrash, isCompleted, limit, offset, parentId, priority, size, startAtAfter, startAtBefore, status, statusId, tag, tagId, title, type, typeId, view, viewId, }) {
|
|
90
|
+
static listTasks({ assignee, assigneeId, dartboard, dartboardId, description, dueAt, dueAtAfter, dueAtBefore, ids, inTrash, isCompleted, limit, offset, parentId, priority, size, startAt, startAtAfter, startAtBefore, status, statusId, tag, tagId, title, type, typeId, view, viewId, }) {
|
|
91
91
|
return (0, request_1.request)(OpenAPI_1.OpenAPI, {
|
|
92
92
|
method: "GET",
|
|
93
93
|
url: "/tasks/list",
|
|
@@ -97,6 +97,7 @@ class TaskService {
|
|
|
97
97
|
dartboard: dartboard,
|
|
98
98
|
dartboard_id: dartboardId,
|
|
99
99
|
description: description,
|
|
100
|
+
due_at: dueAt,
|
|
100
101
|
due_at_after: dueAtAfter,
|
|
101
102
|
due_at_before: dueAtBefore,
|
|
102
103
|
ids: ids,
|
|
@@ -107,6 +108,7 @@ class TaskService {
|
|
|
107
108
|
parent_id: parentId,
|
|
108
109
|
priority: priority,
|
|
109
110
|
size: size,
|
|
111
|
+
start_at: startAt,
|
|
110
112
|
start_at_after: startAtAfter,
|
|
111
113
|
start_at_before: startAtBefore,
|
|
112
114
|
status: status,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TaskService.js","sourceRoot":"","sources":["../../dart/generated/services/TaskService.ts"],"names":[],"mappings":";;;AASA,6CAA0C;AAC1C,6CAAuD;AACvD,MAAa,WAAW;IACtB;;;;;;OAMG;IACI,MAAM,CAAC,UAAU,CAAC,WAA8B;QACrD,OAAO,IAAA,iBAAS,EAAC,iBAAO,EAAE;YACxB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,QAAQ;YACb,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;SAC9B,CAAC,CAAC;IACL,CAAC;IACD;;;;;;OAMG;IACI,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"TaskService.js","sourceRoot":"","sources":["../../dart/generated/services/TaskService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViewService.js","sourceRoot":"","sources":["../../dart/generated/services/ViewService.ts"],"names":[],"mappings":";;;AAMA,6CAA0C;AAC1C,6CAAuD;AACvD,MAAa,WAAW;IACtB;;;;;;OAMG;IACI,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"ViewService.js","sourceRoot":"","sources":["../../dart/generated/services/ViewService.ts"],"names":[],"mappings":";;;AAMA,6CAA0C;AAC1C,6CAAuD;AACvD,MAAa,WAAW;IACtB;;;;;;OAMG;IACI,MAAM,CAAC,OAAO,CAAC,EAAU;QAC9B,OAAO,IAAA,iBAAS,EAAC,iBAAO,EAAE;YACxB,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,aAAa;YAClB,IAAI,EAAE;gBACJ,EAAE,EAAE,EAAE;aACP;YACD,MAAM,EAAE;gBACN,GAAG,EAAE,uCAAuC;gBAC5C,GAAG,EAAE,sCAAsC;aAC5C;SACF,CAAC,CAAC;IACL,CAAC;CACF;AArBD,kCAqBC"}
|