@microsoft/msgraph-sdk-planner 1.0.0-preview.10
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/LICENSE +21 -0
- package/README.md +11 -0
- package/index.d.ts +11 -0
- package/index.d.ts.map +1 -0
- package/index.js +20 -0
- package/package.json +48 -0
- package/planner/buckets/count/index.d.ts +40 -0
- package/planner/buckets/count/index.d.ts.map +1 -0
- package/planner/buckets/count/index.js +35 -0
- package/planner/buckets/index.d.ts +97 -0
- package/planner/buckets/index.d.ts.map +1 -0
- package/planner/buckets/index.js +71 -0
- package/planner/buckets/item/index.d.ts +78 -0
- package/planner/buckets/item/index.d.ts.map +1 -0
- package/planner/buckets/item/index.js +67 -0
- package/planner/buckets/item/tasks/count/index.d.ts +40 -0
- package/planner/buckets/item/tasks/count/index.d.ts.map +1 -0
- package/planner/buckets/item/tasks/count/index.js +35 -0
- package/planner/buckets/item/tasks/index.d.ts +96 -0
- package/planner/buckets/item/tasks/index.d.ts.map +1 -0
- package/planner/buckets/item/tasks/index.js +71 -0
- package/planner/buckets/item/tasks/item/assignedToTaskBoardFormat/index.d.ts +68 -0
- package/planner/buckets/item/tasks/item/assignedToTaskBoardFormat/index.d.ts.map +1 -0
- package/planner/buckets/item/tasks/item/assignedToTaskBoardFormat/index.js +56 -0
- package/planner/buckets/item/tasks/item/bucketTaskBoardFormat/index.d.ts +68 -0
- package/planner/buckets/item/tasks/item/bucketTaskBoardFormat/index.d.ts.map +1 -0
- package/planner/buckets/item/tasks/item/bucketTaskBoardFormat/index.js +56 -0
- package/planner/buckets/item/tasks/item/details/index.d.ts +68 -0
- package/planner/buckets/item/tasks/item/details/index.d.ts.map +1 -0
- package/planner/buckets/item/tasks/item/details/index.js +56 -0
- package/planner/buckets/item/tasks/item/index.d.ts +90 -0
- package/planner/buckets/item/tasks/item/index.d.ts.map +1 -0
- package/planner/buckets/item/tasks/item/index.js +81 -0
- package/planner/buckets/item/tasks/item/progressTaskBoardFormat/index.d.ts +68 -0
- package/planner/buckets/item/tasks/item/progressTaskBoardFormat/index.d.ts.map +1 -0
- package/planner/buckets/item/tasks/item/progressTaskBoardFormat/index.js +56 -0
- package/planner/index.d.ts +74 -0
- package/planner/index.d.ts.map +1 -0
- package/planner/index.js +71 -0
- package/planner/plans/count/index.d.ts +40 -0
- package/planner/plans/count/index.d.ts.map +1 -0
- package/planner/plans/count/index.js +35 -0
- package/planner/plans/index.d.ts +97 -0
- package/planner/plans/index.d.ts.map +1 -0
- package/planner/plans/index.js +71 -0
- package/planner/plans/item/buckets/count/index.d.ts +40 -0
- package/planner/plans/item/buckets/count/index.d.ts.map +1 -0
- package/planner/plans/item/buckets/count/index.js +35 -0
- package/planner/plans/item/buckets/index.d.ts +96 -0
- package/planner/plans/item/buckets/index.d.ts.map +1 -0
- package/planner/plans/item/buckets/index.js +71 -0
- package/planner/plans/item/buckets/item/index.d.ts +75 -0
- package/planner/plans/item/buckets/item/index.d.ts.map +1 -0
- package/planner/plans/item/buckets/item/index.js +67 -0
- package/planner/plans/item/buckets/item/tasks/count/index.d.ts +40 -0
- package/planner/plans/item/buckets/item/tasks/count/index.d.ts.map +1 -0
- package/planner/plans/item/buckets/item/tasks/count/index.js +35 -0
- package/planner/plans/item/buckets/item/tasks/index.d.ts +96 -0
- package/planner/plans/item/buckets/item/tasks/index.d.ts.map +1 -0
- package/planner/plans/item/buckets/item/tasks/index.js +71 -0
- package/planner/plans/item/buckets/item/tasks/item/assignedToTaskBoardFormat/index.d.ts +68 -0
- package/planner/plans/item/buckets/item/tasks/item/assignedToTaskBoardFormat/index.d.ts.map +1 -0
- package/planner/plans/item/buckets/item/tasks/item/assignedToTaskBoardFormat/index.js +56 -0
- package/planner/plans/item/buckets/item/tasks/item/bucketTaskBoardFormat/index.d.ts +68 -0
- package/planner/plans/item/buckets/item/tasks/item/bucketTaskBoardFormat/index.d.ts.map +1 -0
- package/planner/plans/item/buckets/item/tasks/item/bucketTaskBoardFormat/index.js +56 -0
- package/planner/plans/item/buckets/item/tasks/item/details/index.d.ts +68 -0
- package/planner/plans/item/buckets/item/tasks/item/details/index.d.ts.map +1 -0
- package/planner/plans/item/buckets/item/tasks/item/details/index.js +56 -0
- package/planner/plans/item/buckets/item/tasks/item/index.d.ts +90 -0
- package/planner/plans/item/buckets/item/tasks/item/index.d.ts.map +1 -0
- package/planner/plans/item/buckets/item/tasks/item/index.js +81 -0
- package/planner/plans/item/buckets/item/tasks/item/progressTaskBoardFormat/index.d.ts +68 -0
- package/planner/plans/item/buckets/item/tasks/item/progressTaskBoardFormat/index.d.ts.map +1 -0
- package/planner/plans/item/buckets/item/tasks/item/progressTaskBoardFormat/index.js +56 -0
- package/planner/plans/item/details/index.d.ts +68 -0
- package/planner/plans/item/details/index.d.ts.map +1 -0
- package/planner/plans/item/details/index.js +56 -0
- package/planner/plans/item/index.d.ts +88 -0
- package/planner/plans/item/index.d.ts.map +1 -0
- package/planner/plans/item/index.js +78 -0
- package/planner/plans/item/tasks/count/index.d.ts +40 -0
- package/planner/plans/item/tasks/count/index.d.ts.map +1 -0
- package/planner/plans/item/tasks/count/index.js +35 -0
- package/planner/plans/item/tasks/index.d.ts +96 -0
- package/planner/plans/item/tasks/index.d.ts.map +1 -0
- package/planner/plans/item/tasks/index.js +71 -0
- package/planner/plans/item/tasks/item/assignedToTaskBoardFormat/index.d.ts +68 -0
- package/planner/plans/item/tasks/item/assignedToTaskBoardFormat/index.d.ts.map +1 -0
- package/planner/plans/item/tasks/item/assignedToTaskBoardFormat/index.js +56 -0
- package/planner/plans/item/tasks/item/bucketTaskBoardFormat/index.d.ts +68 -0
- package/planner/plans/item/tasks/item/bucketTaskBoardFormat/index.d.ts.map +1 -0
- package/planner/plans/item/tasks/item/bucketTaskBoardFormat/index.js +56 -0
- package/planner/plans/item/tasks/item/details/index.d.ts +68 -0
- package/planner/plans/item/tasks/item/details/index.d.ts.map +1 -0
- package/planner/plans/item/tasks/item/details/index.js +56 -0
- package/planner/plans/item/tasks/item/index.d.ts +90 -0
- package/planner/plans/item/tasks/item/index.d.ts.map +1 -0
- package/planner/plans/item/tasks/item/index.js +81 -0
- package/planner/plans/item/tasks/item/progressTaskBoardFormat/index.d.ts +68 -0
- package/planner/plans/item/tasks/item/progressTaskBoardFormat/index.d.ts.map +1 -0
- package/planner/plans/item/tasks/item/progressTaskBoardFormat/index.js +56 -0
- package/planner/tasks/count/index.d.ts +40 -0
- package/planner/tasks/count/index.d.ts.map +1 -0
- package/planner/tasks/count/index.js +35 -0
- package/planner/tasks/index.d.ts +97 -0
- package/planner/tasks/index.d.ts.map +1 -0
- package/planner/tasks/index.js +71 -0
- package/planner/tasks/item/assignedToTaskBoardFormat/index.d.ts +68 -0
- package/planner/tasks/item/assignedToTaskBoardFormat/index.d.ts.map +1 -0
- package/planner/tasks/item/assignedToTaskBoardFormat/index.js +56 -0
- package/planner/tasks/item/bucketTaskBoardFormat/index.d.ts +68 -0
- package/planner/tasks/item/bucketTaskBoardFormat/index.d.ts.map +1 -0
- package/planner/tasks/item/bucketTaskBoardFormat/index.js +56 -0
- package/planner/tasks/item/details/index.d.ts +68 -0
- package/planner/tasks/item/details/index.d.ts.map +1 -0
- package/planner/tasks/item/details/index.js +56 -0
- package/planner/tasks/item/index.d.ts +93 -0
- package/planner/tasks/item/index.d.ts.map +1 -0
- package/planner/tasks/item/index.js +81 -0
- package/planner/tasks/item/progressTaskBoardFormat/index.d.ts +68 -0
- package/planner/tasks/item/progressTaskBoardFormat/index.d.ts.map +1 -0
- package/planner/tasks/item/progressTaskBoardFormat/index.js +56 -0
- package/plannerServiceClient.d.ts +25 -0
- package/plannerServiceClient.d.ts.map +1 -0
- package/plannerServiceClient.js +49 -0
- package/tsconfig.json +15 -0
- package/tsconfig.tsbuildinfo +1 -0
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { type PlannerAssignedToTaskBoardTaskFormat } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity.
|
|
5
|
+
*/
|
|
6
|
+
export interface AssignedToTaskBoardFormatRequestBuilder extends BaseRequestBuilder<AssignedToTaskBoardFormatRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Delete navigation property assignedToTaskBoardFormat for planner
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
*/
|
|
11
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
12
|
+
/**
|
|
13
|
+
* Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object.
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
* @returns a Promise of PlannerAssignedToTaskBoardTaskFormat
|
|
16
|
+
* @see {@link https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0|Find more info here}
|
|
17
|
+
*/
|
|
18
|
+
get(requestConfiguration?: RequestConfiguration<AssignedToTaskBoardFormatRequestBuilderGetQueryParameters> | undefined): Promise<PlannerAssignedToTaskBoardTaskFormat | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* Update the navigation property assignedToTaskBoardFormat in planner
|
|
21
|
+
* @param body The request body
|
|
22
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
23
|
+
* @returns a Promise of PlannerAssignedToTaskBoardTaskFormat
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0|Find more info here}
|
|
25
|
+
*/
|
|
26
|
+
patch(body: PlannerAssignedToTaskBoardTaskFormat, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<PlannerAssignedToTaskBoardTaskFormat | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* Delete navigation property assignedToTaskBoardFormat for planner
|
|
29
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
|
+
* @returns a RequestInformation
|
|
31
|
+
*/
|
|
32
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
33
|
+
/**
|
|
34
|
+
* Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object.
|
|
35
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
|
+
* @returns a RequestInformation
|
|
37
|
+
*/
|
|
38
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<AssignedToTaskBoardFormatRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
39
|
+
/**
|
|
40
|
+
* Update the navigation property assignedToTaskBoardFormat in planner
|
|
41
|
+
* @param body The request body
|
|
42
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
43
|
+
* @returns a RequestInformation
|
|
44
|
+
*/
|
|
45
|
+
toPatchRequestInformation(body: PlannerAssignedToTaskBoardTaskFormat, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object.
|
|
49
|
+
*/
|
|
50
|
+
export interface AssignedToTaskBoardFormatRequestBuilderGetQueryParameters {
|
|
51
|
+
/**
|
|
52
|
+
* Expand related entities
|
|
53
|
+
*/
|
|
54
|
+
expand?: string[];
|
|
55
|
+
/**
|
|
56
|
+
* Select properties to be returned
|
|
57
|
+
*/
|
|
58
|
+
select?: string[];
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Metadata for all the requests in the request builder.
|
|
62
|
+
*/
|
|
63
|
+
export declare const AssignedToTaskBoardFormatRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
64
|
+
/**
|
|
65
|
+
* Uri template for the request builder.
|
|
66
|
+
*/
|
|
67
|
+
export declare const AssignedToTaskBoardFormatRequestBuilderUriTemplate = "{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat{?%24select,%24expand}";
|
|
68
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAmH,KAAK,oCAAoC,EAAE,MAAM,gCAAgC,CAAC;AAE5M,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,uCAAwC,SAAQ,kBAAkB,CAAC,uCAAuC,CAAC;IACxH;;;OAGG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yDAAyD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oCAAoC,GAAG,SAAS,CAAC,CAAC;IACrL;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,oCAAoC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oCAAoC,GAAG,SAAS,CAAC,CAAC;IAChL;;;;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,yDAAyD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClK;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,oCAAoC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAChK;AACD;;GAEG;AACH,MAAM,WAAW,yDAAyD;IACtE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,uDAAuD,EAAE,gBA+BrE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,kDAAkD,yHAAyH,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AssignedToTaskBoardFormatRequestBuilderUriTemplate = exports.AssignedToTaskBoardFormatRequestBuilderRequestsMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
/**
|
|
10
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
11
|
+
*/
|
|
12
|
+
const AssignedToTaskBoardFormatRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.AssignedToTaskBoardFormatRequestBuilderRequestsMetadata = {
|
|
20
|
+
delete: {
|
|
21
|
+
responseBodyContentType: "application/json",
|
|
22
|
+
errorMappings: {
|
|
23
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
25
|
+
},
|
|
26
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
27
|
+
},
|
|
28
|
+
get: {
|
|
29
|
+
responseBodyContentType: "application/json",
|
|
30
|
+
errorMappings: {
|
|
31
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
32
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
33
|
+
},
|
|
34
|
+
adapterMethodName: "sendAsync",
|
|
35
|
+
responseBodyFactory: models_1.createPlannerAssignedToTaskBoardTaskFormatFromDiscriminatorValue,
|
|
36
|
+
queryParametersMapper: AssignedToTaskBoardFormatRequestBuilderGetQueryParametersMapper,
|
|
37
|
+
},
|
|
38
|
+
patch: {
|
|
39
|
+
responseBodyContentType: "application/json",
|
|
40
|
+
errorMappings: {
|
|
41
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
42
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
43
|
+
},
|
|
44
|
+
adapterMethodName: "sendAsync",
|
|
45
|
+
responseBodyFactory: models_1.createPlannerAssignedToTaskBoardTaskFormatFromDiscriminatorValue,
|
|
46
|
+
requestBodyContentType: "application/json",
|
|
47
|
+
requestBodySerializer: models_1.serializePlannerAssignedToTaskBoardTaskFormat,
|
|
48
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Uri template for the request builder.
|
|
53
|
+
*/
|
|
54
|
+
exports.AssignedToTaskBoardFormatRequestBuilderUriTemplate = "{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat{?%24select,%24expand}";
|
|
55
|
+
/* tslint:enable */
|
|
56
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { type PlannerBucketTaskBoardTaskFormat } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity.
|
|
5
|
+
*/
|
|
6
|
+
export interface BucketTaskBoardFormatRequestBuilder extends BaseRequestBuilder<BucketTaskBoardFormatRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Delete navigation property bucketTaskBoardFormat for planner
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
*/
|
|
11
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
12
|
+
/**
|
|
13
|
+
* Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object.
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
* @returns a Promise of PlannerBucketTaskBoardTaskFormat
|
|
16
|
+
* @see {@link https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0|Find more info here}
|
|
17
|
+
*/
|
|
18
|
+
get(requestConfiguration?: RequestConfiguration<BucketTaskBoardFormatRequestBuilderGetQueryParameters> | undefined): Promise<PlannerBucketTaskBoardTaskFormat | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* Update the navigation property bucketTaskBoardFormat in planner
|
|
21
|
+
* @param body The request body
|
|
22
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
23
|
+
* @returns a Promise of PlannerBucketTaskBoardTaskFormat
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0|Find more info here}
|
|
25
|
+
*/
|
|
26
|
+
patch(body: PlannerBucketTaskBoardTaskFormat, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<PlannerBucketTaskBoardTaskFormat | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* Delete navigation property bucketTaskBoardFormat for planner
|
|
29
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
|
+
* @returns a RequestInformation
|
|
31
|
+
*/
|
|
32
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
33
|
+
/**
|
|
34
|
+
* Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object.
|
|
35
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
|
+
* @returns a RequestInformation
|
|
37
|
+
*/
|
|
38
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<BucketTaskBoardFormatRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
39
|
+
/**
|
|
40
|
+
* Update the navigation property bucketTaskBoardFormat in planner
|
|
41
|
+
* @param body The request body
|
|
42
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
43
|
+
* @returns a RequestInformation
|
|
44
|
+
*/
|
|
45
|
+
toPatchRequestInformation(body: PlannerBucketTaskBoardTaskFormat, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object.
|
|
49
|
+
*/
|
|
50
|
+
export interface BucketTaskBoardFormatRequestBuilderGetQueryParameters {
|
|
51
|
+
/**
|
|
52
|
+
* Expand related entities
|
|
53
|
+
*/
|
|
54
|
+
expand?: string[];
|
|
55
|
+
/**
|
|
56
|
+
* Select properties to be returned
|
|
57
|
+
*/
|
|
58
|
+
select?: string[];
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Metadata for all the requests in the request builder.
|
|
62
|
+
*/
|
|
63
|
+
export declare const BucketTaskBoardFormatRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
64
|
+
/**
|
|
65
|
+
* Uri template for the request builder.
|
|
66
|
+
*/
|
|
67
|
+
export declare const BucketTaskBoardFormatRequestBuilderUriTemplate = "{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat{?%24select,%24expand}";
|
|
68
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA2G,KAAK,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AAEhM,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;;;OAGG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qDAAqD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,gCAAgC,GAAG,SAAS,CAAC,CAAC;IAC7K;;;;;;OAMG;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;AAQD;;GAEG;AACH,eAAO,MAAM,mDAAmD,EAAE,gBA+BjE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8CAA8C,qHAAqH,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BucketTaskBoardFormatRequestBuilderUriTemplate = exports.BucketTaskBoardFormatRequestBuilderRequestsMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
/**
|
|
10
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
11
|
+
*/
|
|
12
|
+
const BucketTaskBoardFormatRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.BucketTaskBoardFormatRequestBuilderRequestsMetadata = {
|
|
20
|
+
delete: {
|
|
21
|
+
responseBodyContentType: "application/json",
|
|
22
|
+
errorMappings: {
|
|
23
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
25
|
+
},
|
|
26
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
27
|
+
},
|
|
28
|
+
get: {
|
|
29
|
+
responseBodyContentType: "application/json",
|
|
30
|
+
errorMappings: {
|
|
31
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
32
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
33
|
+
},
|
|
34
|
+
adapterMethodName: "sendAsync",
|
|
35
|
+
responseBodyFactory: models_1.createPlannerBucketTaskBoardTaskFormatFromDiscriminatorValue,
|
|
36
|
+
queryParametersMapper: BucketTaskBoardFormatRequestBuilderGetQueryParametersMapper,
|
|
37
|
+
},
|
|
38
|
+
patch: {
|
|
39
|
+
responseBodyContentType: "application/json",
|
|
40
|
+
errorMappings: {
|
|
41
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
42
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
43
|
+
},
|
|
44
|
+
adapterMethodName: "sendAsync",
|
|
45
|
+
responseBodyFactory: models_1.createPlannerBucketTaskBoardTaskFormatFromDiscriminatorValue,
|
|
46
|
+
requestBodyContentType: "application/json",
|
|
47
|
+
requestBodySerializer: models_1.serializePlannerBucketTaskBoardTaskFormat,
|
|
48
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Uri template for the request builder.
|
|
53
|
+
*/
|
|
54
|
+
exports.BucketTaskBoardFormatRequestBuilderUriTemplate = "{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat{?%24select,%24expand}";
|
|
55
|
+
/* tslint:enable */
|
|
56
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { type PlannerTaskDetails } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Provides operations to manage the details property of the microsoft.graph.plannerTask entity.
|
|
5
|
+
*/
|
|
6
|
+
export interface DetailsRequestBuilder extends BaseRequestBuilder<DetailsRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Delete navigation property details for planner
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
*/
|
|
11
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
12
|
+
/**
|
|
13
|
+
* Retrieve the properties and relationships of a plannerTaskDetails object.
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
* @returns a Promise of PlannerTaskDetails
|
|
16
|
+
* @see {@link https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0|Find more info here}
|
|
17
|
+
*/
|
|
18
|
+
get(requestConfiguration?: RequestConfiguration<DetailsRequestBuilderGetQueryParameters> | undefined): Promise<PlannerTaskDetails | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* Update the navigation property details in planner
|
|
21
|
+
* @param body The request body
|
|
22
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
23
|
+
* @returns a Promise of PlannerTaskDetails
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0|Find more info here}
|
|
25
|
+
*/
|
|
26
|
+
patch(body: PlannerTaskDetails, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<PlannerTaskDetails | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* Delete navigation property details for planner
|
|
29
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
|
+
* @returns a RequestInformation
|
|
31
|
+
*/
|
|
32
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
33
|
+
/**
|
|
34
|
+
* Retrieve the properties and relationships of a plannerTaskDetails object.
|
|
35
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
|
+
* @returns a RequestInformation
|
|
37
|
+
*/
|
|
38
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<DetailsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
39
|
+
/**
|
|
40
|
+
* Update the navigation property details in planner
|
|
41
|
+
* @param body The request body
|
|
42
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
43
|
+
* @returns a RequestInformation
|
|
44
|
+
*/
|
|
45
|
+
toPatchRequestInformation(body: PlannerTaskDetails, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Retrieve the properties and relationships of a plannerTaskDetails object.
|
|
49
|
+
*/
|
|
50
|
+
export interface DetailsRequestBuilderGetQueryParameters {
|
|
51
|
+
/**
|
|
52
|
+
* Expand related entities
|
|
53
|
+
*/
|
|
54
|
+
expand?: string[];
|
|
55
|
+
/**
|
|
56
|
+
* Select properties to be returned
|
|
57
|
+
*/
|
|
58
|
+
select?: string[];
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Metadata for all the requests in the request builder.
|
|
62
|
+
*/
|
|
63
|
+
export declare const DetailsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
64
|
+
/**
|
|
65
|
+
* Uri template for the request builder.
|
|
66
|
+
*/
|
|
67
|
+
export declare const DetailsRequestBuilderUriTemplate = "{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/details{?%24select,%24expand}";
|
|
68
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA+E,KAAK,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEtJ,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;;;OAGG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kBAAkB,GAAG,SAAS,CAAC,CAAC;IACjJ;;;;;;OAMG;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;AAQD;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBA+BnD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,gCAAgC,uGAAuG,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DetailsRequestBuilderUriTemplate = exports.DetailsRequestBuilderRequestsMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
/**
|
|
10
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
11
|
+
*/
|
|
12
|
+
const DetailsRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.DetailsRequestBuilderRequestsMetadata = {
|
|
20
|
+
delete: {
|
|
21
|
+
responseBodyContentType: "application/json",
|
|
22
|
+
errorMappings: {
|
|
23
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
25
|
+
},
|
|
26
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
27
|
+
},
|
|
28
|
+
get: {
|
|
29
|
+
responseBodyContentType: "application/json",
|
|
30
|
+
errorMappings: {
|
|
31
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
32
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
33
|
+
},
|
|
34
|
+
adapterMethodName: "sendAsync",
|
|
35
|
+
responseBodyFactory: models_1.createPlannerTaskDetailsFromDiscriminatorValue,
|
|
36
|
+
queryParametersMapper: DetailsRequestBuilderGetQueryParametersMapper,
|
|
37
|
+
},
|
|
38
|
+
patch: {
|
|
39
|
+
responseBodyContentType: "application/json",
|
|
40
|
+
errorMappings: {
|
|
41
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
42
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
43
|
+
},
|
|
44
|
+
adapterMethodName: "sendAsync",
|
|
45
|
+
responseBodyFactory: models_1.createPlannerTaskDetailsFromDiscriminatorValue,
|
|
46
|
+
requestBodyContentType: "application/json",
|
|
47
|
+
requestBodySerializer: models_1.serializePlannerTaskDetails,
|
|
48
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Uri template for the request builder.
|
|
53
|
+
*/
|
|
54
|
+
exports.DetailsRequestBuilderUriTemplate = "{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/details{?%24select,%24expand}";
|
|
55
|
+
/* tslint:enable */
|
|
56
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { type PlannerTask } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type AssignedToTaskBoardFormatRequestBuilder } from './assignedToTaskBoardFormat/';
|
|
3
|
+
import { type BucketTaskBoardFormatRequestBuilder } from './bucketTaskBoardFormat/';
|
|
4
|
+
import { type DetailsRequestBuilder } from './details/';
|
|
5
|
+
import { type ProgressTaskBoardFormatRequestBuilder } from './progressTaskBoardFormat/';
|
|
6
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
7
|
+
/**
|
|
8
|
+
* Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity.
|
|
9
|
+
*/
|
|
10
|
+
export interface PlannerTaskItemRequestBuilder extends BaseRequestBuilder<PlannerTaskItemRequestBuilder> {
|
|
11
|
+
/**
|
|
12
|
+
* Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity.
|
|
13
|
+
*/
|
|
14
|
+
get assignedToTaskBoardFormat(): AssignedToTaskBoardFormatRequestBuilder;
|
|
15
|
+
/**
|
|
16
|
+
* Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity.
|
|
17
|
+
*/
|
|
18
|
+
get bucketTaskBoardFormat(): BucketTaskBoardFormatRequestBuilder;
|
|
19
|
+
/**
|
|
20
|
+
* Provides operations to manage the details property of the microsoft.graph.plannerTask entity.
|
|
21
|
+
*/
|
|
22
|
+
get details(): DetailsRequestBuilder;
|
|
23
|
+
/**
|
|
24
|
+
* Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity.
|
|
25
|
+
*/
|
|
26
|
+
get progressTaskBoardFormat(): ProgressTaskBoardFormatRequestBuilder;
|
|
27
|
+
/**
|
|
28
|
+
* Delete navigation property tasks for planner
|
|
29
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
|
+
*/
|
|
31
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
32
|
+
/**
|
|
33
|
+
* Read-only. Nullable. Collection of tasks in the plan.
|
|
34
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
35
|
+
* @returns a Promise of PlannerTask
|
|
36
|
+
*/
|
|
37
|
+
get(requestConfiguration?: RequestConfiguration<PlannerTaskItemRequestBuilderGetQueryParameters> | undefined): Promise<PlannerTask | undefined>;
|
|
38
|
+
/**
|
|
39
|
+
* Update the navigation property tasks in planner
|
|
40
|
+
* @param body The request body
|
|
41
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
|
+
* @returns a Promise of PlannerTask
|
|
43
|
+
*/
|
|
44
|
+
patch(body: PlannerTask, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<PlannerTask | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* Delete navigation property tasks for planner
|
|
47
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
48
|
+
* @returns a RequestInformation
|
|
49
|
+
*/
|
|
50
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
51
|
+
/**
|
|
52
|
+
* Read-only. Nullable. Collection of tasks in the plan.
|
|
53
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
54
|
+
* @returns a RequestInformation
|
|
55
|
+
*/
|
|
56
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<PlannerTaskItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
57
|
+
/**
|
|
58
|
+
* Update the navigation property tasks in planner
|
|
59
|
+
* @param body The request body
|
|
60
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
61
|
+
* @returns a RequestInformation
|
|
62
|
+
*/
|
|
63
|
+
toPatchRequestInformation(body: PlannerTask, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Read-only. Nullable. Collection of tasks in the plan.
|
|
67
|
+
*/
|
|
68
|
+
export interface PlannerTaskItemRequestBuilderGetQueryParameters {
|
|
69
|
+
/**
|
|
70
|
+
* Expand related entities
|
|
71
|
+
*/
|
|
72
|
+
expand?: string[];
|
|
73
|
+
/**
|
|
74
|
+
* Select properties to be returned
|
|
75
|
+
*/
|
|
76
|
+
select?: string[];
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* Metadata for all the navigation properties in the request builder.
|
|
80
|
+
*/
|
|
81
|
+
export declare const PlannerTaskItemRequestBuilderNavigationMetadata: Record<Exclude<keyof PlannerTaskItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
82
|
+
/**
|
|
83
|
+
* Metadata for all the requests in the request builder.
|
|
84
|
+
*/
|
|
85
|
+
export declare const PlannerTaskItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
86
|
+
/**
|
|
87
|
+
* Uri template for the request builder.
|
|
88
|
+
*/
|
|
89
|
+
export declare const PlannerTaskItemRequestBuilderUriTemplate = "{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}{?%24select,%24expand}";
|
|
90
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAiE,KAAK,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAEjI,OAAO,EAA+G,KAAK,uCAAuC,EAAE,MAAM,8BAA8B,CAAC;AACzM,OAAO,EAAuG,KAAK,mCAAmC,EAAE,MAAM,0BAA0B,CAAC;AACzL,OAAO,EAA2E,KAAK,qBAAqB,EAAE,MAAM,YAAY,CAAC;AACjI,OAAO,EAA2G,KAAK,qCAAqC,EAAE,MAAM,4BAA4B,CAAC;AACjM,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;;;OAGG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,+CAA+C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,WAAW,GAAG,SAAS,CAAC,CAAC;IAClJ;;;;;OAKG;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;AAQD;;GAEG;AACH,eAAO,MAAM,+CAA+C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,6BAA6B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAiBxK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,6CAA6C,EAAE,gBA+B3D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wCAAwC,+FAA+F,CAAC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PlannerTaskItemRequestBuilderUriTemplate = exports.PlannerTaskItemRequestBuilderRequestsMetadata = exports.PlannerTaskItemRequestBuilderNavigationMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
const assignedToTaskBoardFormat_1 = require("./assignedToTaskBoardFormat/");
|
|
10
|
+
const bucketTaskBoardFormat_1 = require("./bucketTaskBoardFormat/");
|
|
11
|
+
const details_1 = require("./details/");
|
|
12
|
+
const progressTaskBoardFormat_1 = require("./progressTaskBoardFormat/");
|
|
13
|
+
/**
|
|
14
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
15
|
+
*/
|
|
16
|
+
const PlannerTaskItemRequestBuilderGetQueryParametersMapper = {
|
|
17
|
+
"expand": "%24expand",
|
|
18
|
+
"select": "%24select",
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Metadata for all the navigation properties in the request builder.
|
|
22
|
+
*/
|
|
23
|
+
exports.PlannerTaskItemRequestBuilderNavigationMetadata = {
|
|
24
|
+
assignedToTaskBoardFormat: {
|
|
25
|
+
uriTemplate: assignedToTaskBoardFormat_1.AssignedToTaskBoardFormatRequestBuilderUriTemplate,
|
|
26
|
+
requestsMetadata: assignedToTaskBoardFormat_1.AssignedToTaskBoardFormatRequestBuilderRequestsMetadata,
|
|
27
|
+
},
|
|
28
|
+
bucketTaskBoardFormat: {
|
|
29
|
+
uriTemplate: bucketTaskBoardFormat_1.BucketTaskBoardFormatRequestBuilderUriTemplate,
|
|
30
|
+
requestsMetadata: bucketTaskBoardFormat_1.BucketTaskBoardFormatRequestBuilderRequestsMetadata,
|
|
31
|
+
},
|
|
32
|
+
details: {
|
|
33
|
+
uriTemplate: details_1.DetailsRequestBuilderUriTemplate,
|
|
34
|
+
requestsMetadata: details_1.DetailsRequestBuilderRequestsMetadata,
|
|
35
|
+
},
|
|
36
|
+
progressTaskBoardFormat: {
|
|
37
|
+
uriTemplate: progressTaskBoardFormat_1.ProgressTaskBoardFormatRequestBuilderUriTemplate,
|
|
38
|
+
requestsMetadata: progressTaskBoardFormat_1.ProgressTaskBoardFormatRequestBuilderRequestsMetadata,
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Metadata for all the requests in the request builder.
|
|
43
|
+
*/
|
|
44
|
+
exports.PlannerTaskItemRequestBuilderRequestsMetadata = {
|
|
45
|
+
delete: {
|
|
46
|
+
responseBodyContentType: "application/json",
|
|
47
|
+
errorMappings: {
|
|
48
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
49
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
50
|
+
},
|
|
51
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
52
|
+
},
|
|
53
|
+
get: {
|
|
54
|
+
responseBodyContentType: "application/json",
|
|
55
|
+
errorMappings: {
|
|
56
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
57
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
58
|
+
},
|
|
59
|
+
adapterMethodName: "sendAsync",
|
|
60
|
+
responseBodyFactory: models_1.createPlannerTaskFromDiscriminatorValue,
|
|
61
|
+
queryParametersMapper: PlannerTaskItemRequestBuilderGetQueryParametersMapper,
|
|
62
|
+
},
|
|
63
|
+
patch: {
|
|
64
|
+
responseBodyContentType: "application/json",
|
|
65
|
+
errorMappings: {
|
|
66
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
67
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
68
|
+
},
|
|
69
|
+
adapterMethodName: "sendAsync",
|
|
70
|
+
responseBodyFactory: models_1.createPlannerTaskFromDiscriminatorValue,
|
|
71
|
+
requestBodyContentType: "application/json",
|
|
72
|
+
requestBodySerializer: models_1.serializePlannerTask,
|
|
73
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
74
|
+
},
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Uri template for the request builder.
|
|
78
|
+
*/
|
|
79
|
+
exports.PlannerTaskItemRequestBuilderUriTemplate = "{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}{?%24select,%24expand}";
|
|
80
|
+
/* tslint:enable */
|
|
81
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { type PlannerProgressTaskBoardTaskFormat } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity.
|
|
5
|
+
*/
|
|
6
|
+
export interface ProgressTaskBoardFormatRequestBuilder extends BaseRequestBuilder<ProgressTaskBoardFormatRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Delete navigation property progressTaskBoardFormat for planner
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
*/
|
|
11
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
12
|
+
/**
|
|
13
|
+
* Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object.
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
* @returns a Promise of PlannerProgressTaskBoardTaskFormat
|
|
16
|
+
* @see {@link https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0|Find more info here}
|
|
17
|
+
*/
|
|
18
|
+
get(requestConfiguration?: RequestConfiguration<ProgressTaskBoardFormatRequestBuilderGetQueryParameters> | undefined): Promise<PlannerProgressTaskBoardTaskFormat | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* Update the navigation property progressTaskBoardFormat in planner
|
|
21
|
+
* @param body The request body
|
|
22
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
23
|
+
* @returns a Promise of PlannerProgressTaskBoardTaskFormat
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0|Find more info here}
|
|
25
|
+
*/
|
|
26
|
+
patch(body: PlannerProgressTaskBoardTaskFormat, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<PlannerProgressTaskBoardTaskFormat | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* Delete navigation property progressTaskBoardFormat for planner
|
|
29
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
|
+
* @returns a RequestInformation
|
|
31
|
+
*/
|
|
32
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
33
|
+
/**
|
|
34
|
+
* Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object.
|
|
35
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
|
+
* @returns a RequestInformation
|
|
37
|
+
*/
|
|
38
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ProgressTaskBoardFormatRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
39
|
+
/**
|
|
40
|
+
* Update the navigation property progressTaskBoardFormat in planner
|
|
41
|
+
* @param body The request body
|
|
42
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
43
|
+
* @returns a RequestInformation
|
|
44
|
+
*/
|
|
45
|
+
toPatchRequestInformation(body: PlannerProgressTaskBoardTaskFormat, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object.
|
|
49
|
+
*/
|
|
50
|
+
export interface ProgressTaskBoardFormatRequestBuilderGetQueryParameters {
|
|
51
|
+
/**
|
|
52
|
+
* Expand related entities
|
|
53
|
+
*/
|
|
54
|
+
expand?: string[];
|
|
55
|
+
/**
|
|
56
|
+
* Select properties to be returned
|
|
57
|
+
*/
|
|
58
|
+
select?: string[];
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Metadata for all the requests in the request builder.
|
|
62
|
+
*/
|
|
63
|
+
export declare const ProgressTaskBoardFormatRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
64
|
+
/**
|
|
65
|
+
* Uri template for the request builder.
|
|
66
|
+
*/
|
|
67
|
+
export declare const ProgressTaskBoardFormatRequestBuilderUriTemplate = "{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat{?%24select,%24expand}";
|
|
68
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA+G,KAAK,kCAAkC,EAAE,MAAM,gCAAgC,CAAC;AAEtM,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;;;OAGG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uDAAuD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kCAAkC,GAAG,SAAS,CAAC,CAAC;IACjL;;;;;;OAMG;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;AAQD;;GAEG;AACH,eAAO,MAAM,qDAAqD,EAAE,gBA+BnE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,gDAAgD,uHAAuH,CAAC"}
|