@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.
Files changed (128) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +11 -0
  3. package/index.d.ts +11 -0
  4. package/index.d.ts.map +1 -0
  5. package/index.js +20 -0
  6. package/package.json +48 -0
  7. package/planner/buckets/count/index.d.ts +40 -0
  8. package/planner/buckets/count/index.d.ts.map +1 -0
  9. package/planner/buckets/count/index.js +35 -0
  10. package/planner/buckets/index.d.ts +97 -0
  11. package/planner/buckets/index.d.ts.map +1 -0
  12. package/planner/buckets/index.js +71 -0
  13. package/planner/buckets/item/index.d.ts +78 -0
  14. package/planner/buckets/item/index.d.ts.map +1 -0
  15. package/planner/buckets/item/index.js +67 -0
  16. package/planner/buckets/item/tasks/count/index.d.ts +40 -0
  17. package/planner/buckets/item/tasks/count/index.d.ts.map +1 -0
  18. package/planner/buckets/item/tasks/count/index.js +35 -0
  19. package/planner/buckets/item/tasks/index.d.ts +96 -0
  20. package/planner/buckets/item/tasks/index.d.ts.map +1 -0
  21. package/planner/buckets/item/tasks/index.js +71 -0
  22. package/planner/buckets/item/tasks/item/assignedToTaskBoardFormat/index.d.ts +68 -0
  23. package/planner/buckets/item/tasks/item/assignedToTaskBoardFormat/index.d.ts.map +1 -0
  24. package/planner/buckets/item/tasks/item/assignedToTaskBoardFormat/index.js +56 -0
  25. package/planner/buckets/item/tasks/item/bucketTaskBoardFormat/index.d.ts +68 -0
  26. package/planner/buckets/item/tasks/item/bucketTaskBoardFormat/index.d.ts.map +1 -0
  27. package/planner/buckets/item/tasks/item/bucketTaskBoardFormat/index.js +56 -0
  28. package/planner/buckets/item/tasks/item/details/index.d.ts +68 -0
  29. package/planner/buckets/item/tasks/item/details/index.d.ts.map +1 -0
  30. package/planner/buckets/item/tasks/item/details/index.js +56 -0
  31. package/planner/buckets/item/tasks/item/index.d.ts +90 -0
  32. package/planner/buckets/item/tasks/item/index.d.ts.map +1 -0
  33. package/planner/buckets/item/tasks/item/index.js +81 -0
  34. package/planner/buckets/item/tasks/item/progressTaskBoardFormat/index.d.ts +68 -0
  35. package/planner/buckets/item/tasks/item/progressTaskBoardFormat/index.d.ts.map +1 -0
  36. package/planner/buckets/item/tasks/item/progressTaskBoardFormat/index.js +56 -0
  37. package/planner/index.d.ts +74 -0
  38. package/planner/index.d.ts.map +1 -0
  39. package/planner/index.js +71 -0
  40. package/planner/plans/count/index.d.ts +40 -0
  41. package/planner/plans/count/index.d.ts.map +1 -0
  42. package/planner/plans/count/index.js +35 -0
  43. package/planner/plans/index.d.ts +97 -0
  44. package/planner/plans/index.d.ts.map +1 -0
  45. package/planner/plans/index.js +71 -0
  46. package/planner/plans/item/buckets/count/index.d.ts +40 -0
  47. package/planner/plans/item/buckets/count/index.d.ts.map +1 -0
  48. package/planner/plans/item/buckets/count/index.js +35 -0
  49. package/planner/plans/item/buckets/index.d.ts +96 -0
  50. package/planner/plans/item/buckets/index.d.ts.map +1 -0
  51. package/planner/plans/item/buckets/index.js +71 -0
  52. package/planner/plans/item/buckets/item/index.d.ts +75 -0
  53. package/planner/plans/item/buckets/item/index.d.ts.map +1 -0
  54. package/planner/plans/item/buckets/item/index.js +67 -0
  55. package/planner/plans/item/buckets/item/tasks/count/index.d.ts +40 -0
  56. package/planner/plans/item/buckets/item/tasks/count/index.d.ts.map +1 -0
  57. package/planner/plans/item/buckets/item/tasks/count/index.js +35 -0
  58. package/planner/plans/item/buckets/item/tasks/index.d.ts +96 -0
  59. package/planner/plans/item/buckets/item/tasks/index.d.ts.map +1 -0
  60. package/planner/plans/item/buckets/item/tasks/index.js +71 -0
  61. package/planner/plans/item/buckets/item/tasks/item/assignedToTaskBoardFormat/index.d.ts +68 -0
  62. package/planner/plans/item/buckets/item/tasks/item/assignedToTaskBoardFormat/index.d.ts.map +1 -0
  63. package/planner/plans/item/buckets/item/tasks/item/assignedToTaskBoardFormat/index.js +56 -0
  64. package/planner/plans/item/buckets/item/tasks/item/bucketTaskBoardFormat/index.d.ts +68 -0
  65. package/planner/plans/item/buckets/item/tasks/item/bucketTaskBoardFormat/index.d.ts.map +1 -0
  66. package/planner/plans/item/buckets/item/tasks/item/bucketTaskBoardFormat/index.js +56 -0
  67. package/planner/plans/item/buckets/item/tasks/item/details/index.d.ts +68 -0
  68. package/planner/plans/item/buckets/item/tasks/item/details/index.d.ts.map +1 -0
  69. package/planner/plans/item/buckets/item/tasks/item/details/index.js +56 -0
  70. package/planner/plans/item/buckets/item/tasks/item/index.d.ts +90 -0
  71. package/planner/plans/item/buckets/item/tasks/item/index.d.ts.map +1 -0
  72. package/planner/plans/item/buckets/item/tasks/item/index.js +81 -0
  73. package/planner/plans/item/buckets/item/tasks/item/progressTaskBoardFormat/index.d.ts +68 -0
  74. package/planner/plans/item/buckets/item/tasks/item/progressTaskBoardFormat/index.d.ts.map +1 -0
  75. package/planner/plans/item/buckets/item/tasks/item/progressTaskBoardFormat/index.js +56 -0
  76. package/planner/plans/item/details/index.d.ts +68 -0
  77. package/planner/plans/item/details/index.d.ts.map +1 -0
  78. package/planner/plans/item/details/index.js +56 -0
  79. package/planner/plans/item/index.d.ts +88 -0
  80. package/planner/plans/item/index.d.ts.map +1 -0
  81. package/planner/plans/item/index.js +78 -0
  82. package/planner/plans/item/tasks/count/index.d.ts +40 -0
  83. package/planner/plans/item/tasks/count/index.d.ts.map +1 -0
  84. package/planner/plans/item/tasks/count/index.js +35 -0
  85. package/planner/plans/item/tasks/index.d.ts +96 -0
  86. package/planner/plans/item/tasks/index.d.ts.map +1 -0
  87. package/planner/plans/item/tasks/index.js +71 -0
  88. package/planner/plans/item/tasks/item/assignedToTaskBoardFormat/index.d.ts +68 -0
  89. package/planner/plans/item/tasks/item/assignedToTaskBoardFormat/index.d.ts.map +1 -0
  90. package/planner/plans/item/tasks/item/assignedToTaskBoardFormat/index.js +56 -0
  91. package/planner/plans/item/tasks/item/bucketTaskBoardFormat/index.d.ts +68 -0
  92. package/planner/plans/item/tasks/item/bucketTaskBoardFormat/index.d.ts.map +1 -0
  93. package/planner/plans/item/tasks/item/bucketTaskBoardFormat/index.js +56 -0
  94. package/planner/plans/item/tasks/item/details/index.d.ts +68 -0
  95. package/planner/plans/item/tasks/item/details/index.d.ts.map +1 -0
  96. package/planner/plans/item/tasks/item/details/index.js +56 -0
  97. package/planner/plans/item/tasks/item/index.d.ts +90 -0
  98. package/planner/plans/item/tasks/item/index.d.ts.map +1 -0
  99. package/planner/plans/item/tasks/item/index.js +81 -0
  100. package/planner/plans/item/tasks/item/progressTaskBoardFormat/index.d.ts +68 -0
  101. package/planner/plans/item/tasks/item/progressTaskBoardFormat/index.d.ts.map +1 -0
  102. package/planner/plans/item/tasks/item/progressTaskBoardFormat/index.js +56 -0
  103. package/planner/tasks/count/index.d.ts +40 -0
  104. package/planner/tasks/count/index.d.ts.map +1 -0
  105. package/planner/tasks/count/index.js +35 -0
  106. package/planner/tasks/index.d.ts +97 -0
  107. package/planner/tasks/index.d.ts.map +1 -0
  108. package/planner/tasks/index.js +71 -0
  109. package/planner/tasks/item/assignedToTaskBoardFormat/index.d.ts +68 -0
  110. package/planner/tasks/item/assignedToTaskBoardFormat/index.d.ts.map +1 -0
  111. package/planner/tasks/item/assignedToTaskBoardFormat/index.js +56 -0
  112. package/planner/tasks/item/bucketTaskBoardFormat/index.d.ts +68 -0
  113. package/planner/tasks/item/bucketTaskBoardFormat/index.d.ts.map +1 -0
  114. package/planner/tasks/item/bucketTaskBoardFormat/index.js +56 -0
  115. package/planner/tasks/item/details/index.d.ts +68 -0
  116. package/planner/tasks/item/details/index.d.ts.map +1 -0
  117. package/planner/tasks/item/details/index.js +56 -0
  118. package/planner/tasks/item/index.d.ts +93 -0
  119. package/planner/tasks/item/index.d.ts.map +1 -0
  120. package/planner/tasks/item/index.js +81 -0
  121. package/planner/tasks/item/progressTaskBoardFormat/index.d.ts +68 -0
  122. package/planner/tasks/item/progressTaskBoardFormat/index.d.ts.map +1 -0
  123. package/planner/tasks/item/progressTaskBoardFormat/index.js +56 -0
  124. package/plannerServiceClient.d.ts +25 -0
  125. package/plannerServiceClient.d.ts.map +1 -0
  126. package/plannerServiceClient.js +49 -0
  127. package/tsconfig.json +15 -0
  128. package/tsconfig.tsbuildinfo +1 -0
@@ -0,0 +1,96 @@
1
+ import { type PlannerTask, type PlannerTaskCollectionResponse } from '@microsoft/msgraph-sdk/models/';
2
+ import { type CountRequestBuilder } from './count/';
3
+ import { type PlannerTaskItemRequestBuilder } from './item/';
4
+ import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
5
+ /**
6
+ * Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity.
7
+ */
8
+ export interface TasksRequestBuilder extends BaseRequestBuilder<TasksRequestBuilder> {
9
+ /**
10
+ * Provides operations to count the resources in the collection.
11
+ */
12
+ get count(): CountRequestBuilder;
13
+ /**
14
+ * Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity.
15
+ * @param plannerTaskId The unique identifier of plannerTask
16
+ * @returns a PlannerTaskItemRequestBuilder
17
+ */
18
+ byPlannerTaskId(plannerTaskId: string): PlannerTaskItemRequestBuilder;
19
+ /**
20
+ * Retrieve a list of plannerTask objects associated to a plannerBucket object.
21
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
+ * @returns a Promise of PlannerTaskCollectionResponse
23
+ * @see {@link https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0|Find more info here}
24
+ */
25
+ get(requestConfiguration?: RequestConfiguration<TasksRequestBuilderGetQueryParameters> | undefined): Promise<PlannerTaskCollectionResponse | undefined>;
26
+ /**
27
+ * Create new navigation property to tasks for planner
28
+ * @param body The request body
29
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
30
+ * @returns a Promise of PlannerTask
31
+ */
32
+ post(body: PlannerTask, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<PlannerTask | undefined>;
33
+ /**
34
+ * Retrieve a list of plannerTask objects associated to a plannerBucket 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<TasksRequestBuilderGetQueryParameters> | undefined): RequestInformation;
39
+ /**
40
+ * Create new navigation property to tasks for 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
+ toPostRequestInformation(body: PlannerTask, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
46
+ }
47
+ /**
48
+ * Retrieve a list of plannerTask objects associated to a plannerBucket object.
49
+ */
50
+ export interface TasksRequestBuilderGetQueryParameters {
51
+ /**
52
+ * Include count of items
53
+ */
54
+ count?: boolean;
55
+ /**
56
+ * Expand related entities
57
+ */
58
+ expand?: string[];
59
+ /**
60
+ * Filter items by property values
61
+ */
62
+ filter?: string;
63
+ /**
64
+ * Order items by property values
65
+ */
66
+ orderby?: string[];
67
+ /**
68
+ * Search items by search phrases
69
+ */
70
+ search?: string;
71
+ /**
72
+ * Select properties to be returned
73
+ */
74
+ select?: string[];
75
+ /**
76
+ * Skip the first n items
77
+ */
78
+ skip?: number;
79
+ /**
80
+ * Show only the first n items
81
+ */
82
+ top?: number;
83
+ }
84
+ /**
85
+ * Metadata for all the navigation properties in the request builder.
86
+ */
87
+ export declare const TasksRequestBuilderNavigationMetadata: Record<Exclude<keyof TasksRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
88
+ /**
89
+ * Metadata for all the requests in the request builder.
90
+ */
91
+ export declare const TasksRequestBuilderRequestsMetadata: RequestsMetadata;
92
+ /**
93
+ * Uri template for the request builder.
94
+ */
95
+ export declare const TasksRequestBuilderUriTemplate = "{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
96
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA4H,KAAK,WAAW,EAAE,KAAK,6BAA6B,EAAE,MAAM,gCAAgC,CAAC;AAEhO,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAA4I,KAAK,6BAA6B,EAAE,MAAM,SAAS,CAAC;AACvM,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,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,eAAe,CAAC,aAAa,EAAE,MAAM,GAAI,6BAA6B,CAAC;IACxE;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,6BAA6B,GAAG,SAAS,CAAC,CAAC;IAC1J;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,WAAW,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,WAAW,GAAG,SAAS,CAAC,CAAC;IAC7H;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC9I;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,WAAW,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACtI;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AAcD;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,mBAAmB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAWpJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAuBjD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8BAA8B,uIAAuI,CAAC"}
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TasksRequestBuilderUriTemplate = exports.TasksRequestBuilderRequestsMetadata = exports.TasksRequestBuilderNavigationMetadata = 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 count_1 = require("./count/");
10
+ const item_1 = require("./item/");
11
+ /**
12
+ * Mapper for query parameters from symbol name to serialization name represented as a constant.
13
+ */
14
+ const TasksRequestBuilderGetQueryParametersMapper = {
15
+ "count": "%24count",
16
+ "expand": "%24expand",
17
+ "filter": "%24filter",
18
+ "orderby": "%24orderby",
19
+ "search": "%24search",
20
+ "select": "%24select",
21
+ "skip": "%24skip",
22
+ "top": "%24top",
23
+ };
24
+ /**
25
+ * Metadata for all the navigation properties in the request builder.
26
+ */
27
+ exports.TasksRequestBuilderNavigationMetadata = {
28
+ byPlannerTaskId: {
29
+ uriTemplate: item_1.PlannerTaskItemRequestBuilderUriTemplate,
30
+ requestsMetadata: item_1.PlannerTaskItemRequestBuilderRequestsMetadata,
31
+ navigationMetadata: item_1.PlannerTaskItemRequestBuilderNavigationMetadata,
32
+ pathParametersMappings: ["plannerTask%2Did"],
33
+ },
34
+ count: {
35
+ uriTemplate: count_1.CountRequestBuilderUriTemplate,
36
+ requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
37
+ },
38
+ };
39
+ /**
40
+ * Metadata for all the requests in the request builder.
41
+ */
42
+ exports.TasksRequestBuilderRequestsMetadata = {
43
+ get: {
44
+ responseBodyContentType: "application/json",
45
+ errorMappings: {
46
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
47
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
48
+ },
49
+ adapterMethodName: "sendAsync",
50
+ responseBodyFactory: models_1.createPlannerTaskCollectionResponseFromDiscriminatorValue,
51
+ queryParametersMapper: TasksRequestBuilderGetQueryParametersMapper,
52
+ },
53
+ post: {
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
+ requestBodyContentType: "application/json",
62
+ requestBodySerializer: models_1.serializePlannerTask,
63
+ requestInformationContentSetMethod: "setContentFromParsable",
64
+ },
65
+ };
66
+ /**
67
+ * Uri template for the request builder.
68
+ */
69
+ exports.TasksRequestBuilderUriTemplate = "{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
70
+ /* tslint:enable */
71
+ /* eslint-enable */
@@ -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/buckets/{plannerBucket%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,6HAA6H,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/buckets/{plannerBucket%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/buckets/{plannerBucket%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,yHAAyH,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/buckets/{plannerBucket%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/buckets/{plannerBucket%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,2GAA2G,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/buckets/{plannerBucket%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.plannerBucket 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. The collection of tasks in the bucket.
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. The collection of tasks in the bucket.
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. The collection of tasks in the bucket.
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/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}{?%24select,%24expand}";
90
+ //# sourceMappingURL=index.d.ts.map