@microsoft/msgraph-sdk-planner 1.0.0-preview.21 → 1.0.0-preview.23
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/package.json +3 -3
- package/planner/buckets/index.d.ts +7 -5
- package/planner/buckets/index.d.ts.map +1 -1
- package/planner/buckets/item/index.d.ts +10 -7
- package/planner/buckets/item/index.d.ts.map +1 -1
- package/planner/buckets/item/tasks/index.d.ts +4 -3
- package/planner/buckets/item/tasks/index.d.ts.map +1 -1
- package/planner/plans/index.d.ts +7 -5
- package/planner/plans/index.d.ts.map +1 -1
- package/planner/plans/item/buckets/index.d.ts +4 -3
- package/planner/plans/item/buckets/index.d.ts.map +1 -1
- package/planner/plans/item/details/index.d.ts +7 -5
- package/planner/plans/item/details/index.d.ts.map +1 -1
- package/planner/plans/item/index.d.ts +10 -7
- package/planner/plans/item/index.d.ts.map +1 -1
- package/planner/plans/item/tasks/index.d.ts +4 -3
- package/planner/plans/item/tasks/index.d.ts.map +1 -1
- package/planner/tasks/index.d.ts +7 -5
- package/planner/tasks/index.d.ts.map +1 -1
- package/planner/tasks/item/assignedToTaskBoardFormat/index.d.ts +7 -5
- package/planner/tasks/item/assignedToTaskBoardFormat/index.d.ts.map +1 -1
- package/planner/tasks/item/bucketTaskBoardFormat/index.d.ts +7 -5
- package/planner/tasks/item/bucketTaskBoardFormat/index.d.ts.map +1 -1
- package/planner/tasks/item/details/index.d.ts +7 -5
- package/planner/tasks/item/details/index.d.ts.map +1 -1
- package/planner/tasks/item/index.d.ts +10 -7
- package/planner/tasks/item/index.d.ts.map +1 -1
- package/planner/tasks/item/progressTaskBoardFormat/index.d.ts +7 -5
- package/planner/tasks/item/progressTaskBoardFormat/index.d.ts.map +1 -1
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -11,18 +11,20 @@ export interface BucketTaskBoardFormatRequestBuilder extends BaseRequestBuilder<
|
|
|
11
11
|
*/
|
|
12
12
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object.
|
|
15
15
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
16
|
* @returns {Promise<PlannerBucketTaskBoardTaskFormat>}
|
|
17
17
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
18
|
+
* @see {@link https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0|Find more info here}
|
|
18
19
|
*/
|
|
19
20
|
get(requestConfiguration?: RequestConfiguration<BucketTaskBoardFormatRequestBuilderGetQueryParameters> | undefined): Promise<PlannerBucketTaskBoardTaskFormat | undefined>;
|
|
20
21
|
/**
|
|
21
|
-
* Update the
|
|
22
|
+
* Update the properties of a plannerBucketTaskBoardTaskFormat object.
|
|
22
23
|
* @param body The request body
|
|
23
24
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
24
25
|
* @returns {Promise<PlannerBucketTaskBoardTaskFormat>}
|
|
25
26
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
27
|
+
* @see {@link https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0|Find more info here}
|
|
26
28
|
*/
|
|
27
29
|
patch(body: PlannerBucketTaskBoardTaskFormat, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<PlannerBucketTaskBoardTaskFormat | undefined>;
|
|
28
30
|
/**
|
|
@@ -32,13 +34,13 @@ export interface BucketTaskBoardFormatRequestBuilder extends BaseRequestBuilder<
|
|
|
32
34
|
*/
|
|
33
35
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
34
36
|
/**
|
|
35
|
-
*
|
|
37
|
+
* Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object.
|
|
36
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
39
|
* @returns {RequestInformation}
|
|
38
40
|
*/
|
|
39
41
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<BucketTaskBoardFormatRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
42
|
/**
|
|
41
|
-
* Update the
|
|
43
|
+
* Update the properties of a plannerBucketTaskBoardTaskFormat object.
|
|
42
44
|
* @param body The request body
|
|
43
45
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
46
|
* @returns {RequestInformation}
|
|
@@ -46,7 +48,7 @@ export interface BucketTaskBoardFormatRequestBuilder extends BaseRequestBuilder<
|
|
|
46
48
|
toPatchRequestInformation(body: PlannerBucketTaskBoardTaskFormat, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
49
|
}
|
|
48
50
|
/**
|
|
49
|
-
*
|
|
51
|
+
* Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object.
|
|
50
52
|
*/
|
|
51
53
|
export interface BucketTaskBoardFormatRequestBuilderGetQueryParameters {
|
|
52
54
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA2G,KAAK,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AAIhM,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,mCAAoC,SAAQ,kBAAkB,CAAC,mCAAmC,CAAC;IAChH;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA2G,KAAK,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AAIhM,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,mCAAoC,SAAQ,kBAAkB,CAAC,mCAAmC,CAAC;IAChH;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qDAAqD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,gCAAgC,GAAG,SAAS,CAAC,CAAC;IAC7K;;;;;;;OAOG;IACF,KAAK,CAAC,IAAI,EAAE,gCAAgC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,gCAAgC,GAAG,SAAS,CAAC,CAAC;IACxK;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qDAAqD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC9J;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,gCAAgC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC5J;AACD;;GAEG;AACH,MAAM,WAAW,qDAAqD;IAClE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,8CAA8C,4FAA4F,CAAC;AAQxJ;;GAEG;AACH,eAAO,MAAM,mDAAmD,EAAE,gBA+BjE,CAAC"}
|
|
@@ -11,18 +11,20 @@ export interface DetailsRequestBuilder extends BaseRequestBuilder<DetailsRequest
|
|
|
11
11
|
*/
|
|
12
12
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Retrieve the properties and relationships of a plannerTaskDetails object.
|
|
15
15
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
16
|
* @returns {Promise<PlannerTaskDetails>}
|
|
17
17
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
18
|
+
* @see {@link https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0|Find more info here}
|
|
18
19
|
*/
|
|
19
20
|
get(requestConfiguration?: RequestConfiguration<DetailsRequestBuilderGetQueryParameters> | undefined): Promise<PlannerTaskDetails | undefined>;
|
|
20
21
|
/**
|
|
21
|
-
* Update the
|
|
22
|
+
* Update the properties of plannerTaskDetails object.
|
|
22
23
|
* @param body The request body
|
|
23
24
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
24
25
|
* @returns {Promise<PlannerTaskDetails>}
|
|
25
26
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
27
|
+
* @see {@link https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0|Find more info here}
|
|
26
28
|
*/
|
|
27
29
|
patch(body: PlannerTaskDetails, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<PlannerTaskDetails | undefined>;
|
|
28
30
|
/**
|
|
@@ -32,13 +34,13 @@ export interface DetailsRequestBuilder extends BaseRequestBuilder<DetailsRequest
|
|
|
32
34
|
*/
|
|
33
35
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
34
36
|
/**
|
|
35
|
-
*
|
|
37
|
+
* Retrieve the properties and relationships of a plannerTaskDetails object.
|
|
36
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
39
|
* @returns {RequestInformation}
|
|
38
40
|
*/
|
|
39
41
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<DetailsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
42
|
/**
|
|
41
|
-
* Update the
|
|
43
|
+
* Update the properties of plannerTaskDetails object.
|
|
42
44
|
* @param body The request body
|
|
43
45
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
46
|
* @returns {RequestInformation}
|
|
@@ -46,7 +48,7 @@ export interface DetailsRequestBuilder extends BaseRequestBuilder<DetailsRequest
|
|
|
46
48
|
toPatchRequestInformation(body: PlannerTaskDetails, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
49
|
}
|
|
48
50
|
/**
|
|
49
|
-
*
|
|
51
|
+
* Retrieve the properties and relationships of a plannerTaskDetails object.
|
|
50
52
|
*/
|
|
51
53
|
export interface DetailsRequestBuilderGetQueryParameters {
|
|
52
54
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA+E,KAAK,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAItJ,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB,CAAC,qBAAqB,CAAC;IACpF;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA+E,KAAK,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAItJ,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB,CAAC,qBAAqB,CAAC;IACpF;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kBAAkB,GAAG,SAAS,CAAC,CAAC;IACjJ;;;;;;;OAOG;IACF,KAAK,CAAC,IAAI,EAAE,kBAAkB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kBAAkB,GAAG,SAAS,CAAC,CAAC;IAC5I;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAChJ;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,kBAAkB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC9I;AACD;;GAEG;AACH,MAAM,WAAW,uCAAuC;IACpD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,gCAAgC,8EAA8E,CAAC;AAQ5H;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBA+BnD,CAAC"}
|
|
@@ -25,40 +25,43 @@ export interface PlannerTaskItemRequestBuilder extends BaseRequestBuilder<Planne
|
|
|
25
25
|
*/
|
|
26
26
|
get progressTaskBoardFormat(): ProgressTaskBoardFormatRequestBuilder;
|
|
27
27
|
/**
|
|
28
|
-
* Delete
|
|
28
|
+
* Delete a plannerTask object.
|
|
29
29
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
30
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
31
|
+
* @see {@link https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-1.0|Find more info here}
|
|
31
32
|
*/
|
|
32
33
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
33
34
|
/**
|
|
34
|
-
*
|
|
35
|
+
* Retrieve the properties and relationships of plannerTask object.
|
|
35
36
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
37
|
* @returns {Promise<PlannerTask>}
|
|
37
38
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
39
|
+
* @see {@link https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0|Find more info here}
|
|
38
40
|
*/
|
|
39
41
|
get(requestConfiguration?: RequestConfiguration<PlannerTaskItemRequestBuilderGetQueryParameters> | undefined): Promise<PlannerTask | undefined>;
|
|
40
42
|
/**
|
|
41
|
-
* Update the
|
|
43
|
+
* Update the properties of plannerTask object.
|
|
42
44
|
* @param body The request body
|
|
43
45
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
46
|
* @returns {Promise<PlannerTask>}
|
|
45
47
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
48
|
+
* @see {@link https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-1.0|Find more info here}
|
|
46
49
|
*/
|
|
47
50
|
patch(body: PlannerTask, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<PlannerTask | undefined>;
|
|
48
51
|
/**
|
|
49
|
-
* Delete
|
|
52
|
+
* Delete a plannerTask object.
|
|
50
53
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
51
54
|
* @returns {RequestInformation}
|
|
52
55
|
*/
|
|
53
56
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
54
57
|
/**
|
|
55
|
-
*
|
|
58
|
+
* Retrieve the properties and relationships of plannerTask object.
|
|
56
59
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
57
60
|
* @returns {RequestInformation}
|
|
58
61
|
*/
|
|
59
62
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<PlannerTaskItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
60
63
|
/**
|
|
61
|
-
* Update the
|
|
64
|
+
* Update the properties of plannerTask object.
|
|
62
65
|
* @param body The request body
|
|
63
66
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
64
67
|
* @returns {RequestInformation}
|
|
@@ -66,7 +69,7 @@ export interface PlannerTaskItemRequestBuilder extends BaseRequestBuilder<Planne
|
|
|
66
69
|
toPatchRequestInformation(body: PlannerTask, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
67
70
|
}
|
|
68
71
|
/**
|
|
69
|
-
*
|
|
72
|
+
* Retrieve the properties and relationships of plannerTask object.
|
|
70
73
|
*/
|
|
71
74
|
export interface PlannerTaskItemRequestBuilderGetQueryParameters {
|
|
72
75
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAiE,KAAK,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAIjI,OAAO,EAA2D,KAAK,uCAAuC,EAAE,MAAM,8BAA8B,CAAC;AAErJ,OAAO,EAAuD,KAAK,mCAAmC,EAAE,MAAM,0BAA0B,CAAC;AAEzI,OAAO,EAAyC,KAAK,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAE/F,OAAO,EAAyD,KAAK,qCAAqC,EAAE,MAAM,4BAA4B,CAAC;AAE/I,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,6BAA8B,SAAQ,kBAAkB,CAAC,6BAA6B,CAAC;IACpG;;OAEG;IACH,IAAI,yBAAyB,IAAI,uCAAuC,CAAC;IACzE;;OAEG;IACH,IAAI,qBAAqB,IAAI,mCAAmC,CAAC;IACjE;;OAEG;IACH,IAAI,OAAO,IAAI,qBAAqB,CAAC;IACrC;;OAEG;IACH,IAAI,uBAAuB,IAAI,qCAAqC,CAAC;IACrE
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAiE,KAAK,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAIjI,OAAO,EAA2D,KAAK,uCAAuC,EAAE,MAAM,8BAA8B,CAAC;AAErJ,OAAO,EAAuD,KAAK,mCAAmC,EAAE,MAAM,0BAA0B,CAAC;AAEzI,OAAO,EAAyC,KAAK,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAE/F,OAAO,EAAyD,KAAK,qCAAqC,EAAE,MAAM,4BAA4B,CAAC;AAE/I,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,6BAA8B,SAAQ,kBAAkB,CAAC,6BAA6B,CAAC;IACpG;;OAEG;IACH,IAAI,yBAAyB,IAAI,uCAAuC,CAAC;IACzE;;OAEG;IACH,IAAI,qBAAqB,IAAI,mCAAmC,CAAC;IACjE;;OAEG;IACH,IAAI,OAAO,IAAI,qBAAqB,CAAC;IACrC;;OAEG;IACH,IAAI,uBAAuB,IAAI,qCAAqC,CAAC;IACrE;;;;;OAKG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,+CAA+C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,WAAW,GAAG,SAAS,CAAC,CAAC;IAClJ;;;;;;;OAOG;IACF,KAAK,CAAC,IAAI,EAAE,WAAW,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,WAAW,GAAG,SAAS,CAAC,CAAC;IAC9H;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,+CAA+C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACxJ;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,WAAW,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACvI;AACD;;GAEG;AACH,MAAM,WAAW,+CAA+C;IAC5D;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,wCAAwC,sEAAsE,CAAC;AAQ5H;;GAEG;AACH,eAAO,MAAM,+CAA+C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,6BAA6B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAaxK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,6CAA6C,EAAE,gBA+B3D,CAAC"}
|
|
@@ -11,18 +11,20 @@ export interface ProgressTaskBoardFormatRequestBuilder extends BaseRequestBuilde
|
|
|
11
11
|
*/
|
|
12
12
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object.
|
|
15
15
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
16
|
* @returns {Promise<PlannerProgressTaskBoardTaskFormat>}
|
|
17
17
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
18
|
+
* @see {@link https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0|Find more info here}
|
|
18
19
|
*/
|
|
19
20
|
get(requestConfiguration?: RequestConfiguration<ProgressTaskBoardFormatRequestBuilderGetQueryParameters> | undefined): Promise<PlannerProgressTaskBoardTaskFormat | undefined>;
|
|
20
21
|
/**
|
|
21
|
-
* Update the
|
|
22
|
+
* Update the properties of plannerProgressTaskBoardTaskFormat object.
|
|
22
23
|
* @param body The request body
|
|
23
24
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
24
25
|
* @returns {Promise<PlannerProgressTaskBoardTaskFormat>}
|
|
25
26
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
27
|
+
* @see {@link https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0|Find more info here}
|
|
26
28
|
*/
|
|
27
29
|
patch(body: PlannerProgressTaskBoardTaskFormat, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<PlannerProgressTaskBoardTaskFormat | undefined>;
|
|
28
30
|
/**
|
|
@@ -32,13 +34,13 @@ export interface ProgressTaskBoardFormatRequestBuilder extends BaseRequestBuilde
|
|
|
32
34
|
*/
|
|
33
35
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
34
36
|
/**
|
|
35
|
-
*
|
|
37
|
+
* Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object.
|
|
36
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
39
|
* @returns {RequestInformation}
|
|
38
40
|
*/
|
|
39
41
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ProgressTaskBoardFormatRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
42
|
/**
|
|
41
|
-
* Update the
|
|
43
|
+
* Update the properties of plannerProgressTaskBoardTaskFormat object.
|
|
42
44
|
* @param body The request body
|
|
43
45
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
46
|
* @returns {RequestInformation}
|
|
@@ -46,7 +48,7 @@ export interface ProgressTaskBoardFormatRequestBuilder extends BaseRequestBuilde
|
|
|
46
48
|
toPatchRequestInformation(body: PlannerProgressTaskBoardTaskFormat, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
49
|
}
|
|
48
50
|
/**
|
|
49
|
-
*
|
|
51
|
+
* Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object.
|
|
50
52
|
*/
|
|
51
53
|
export interface ProgressTaskBoardFormatRequestBuilderGetQueryParameters {
|
|
52
54
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA+G,KAAK,kCAAkC,EAAE,MAAM,gCAAgC,CAAC;AAItM,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,qCAAsC,SAAQ,kBAAkB,CAAC,qCAAqC,CAAC;IACpH;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA+G,KAAK,kCAAkC,EAAE,MAAM,gCAAgC,CAAC;AAItM,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,qCAAsC,SAAQ,kBAAkB,CAAC,qCAAqC,CAAC;IACpH;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uDAAuD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kCAAkC,GAAG,SAAS,CAAC,CAAC;IACjL;;;;;;;OAOG;IACF,KAAK,CAAC,IAAI,EAAE,kCAAkC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kCAAkC,GAAG,SAAS,CAAC,CAAC;IAC5K;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uDAAuD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAChK;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,kCAAkC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC9J;AACD;;GAEG;AACH,MAAM,WAAW,uDAAuD;IACpE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,gDAAgD,8FAA8F,CAAC;AAQ5J;;GAEG;AACH,eAAO,MAAM,qDAAqD,EAAE,gBA+BnE,CAAC"}
|