@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,56 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ProgressTaskBoardFormatRequestBuilderUriTemplate = exports.ProgressTaskBoardFormatRequestBuilderRequestsMetadata = 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 ProgressTaskBoardFormatRequestBuilderGetQueryParametersMapper = {
13
+ "expand": "%24expand",
14
+ "select": "%24select",
15
+ };
16
+ /**
17
+ * Metadata for all the requests in the request builder.
18
+ */
19
+ exports.ProgressTaskBoardFormatRequestBuilderRequestsMetadata = {
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.createPlannerProgressTaskBoardTaskFormatFromDiscriminatorValue,
36
+ queryParametersMapper: ProgressTaskBoardFormatRequestBuilderGetQueryParametersMapper,
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.createPlannerProgressTaskBoardTaskFormatFromDiscriminatorValue,
46
+ requestBodyContentType: "application/json",
47
+ requestBodySerializer: models_1.serializePlannerProgressTaskBoardTaskFormat,
48
+ requestInformationContentSetMethod: "setContentFromParsable",
49
+ },
50
+ };
51
+ /**
52
+ * Uri template for the request builder.
53
+ */
54
+ exports.ProgressTaskBoardFormatRequestBuilderUriTemplate = "{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat{?%24select,%24expand}";
55
+ /* tslint:enable */
56
+ /* eslint-enable */
@@ -0,0 +1,40 @@
1
+ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
2
+ /**
3
+ * Provides operations to count the resources in the collection.
4
+ */
5
+ export interface CountRequestBuilder extends BaseRequestBuilder<CountRequestBuilder> {
6
+ /**
7
+ * Get the number of the resource
8
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9
+ * @returns a Promise of Integer
10
+ */
11
+ get(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): Promise<number | undefined>;
12
+ /**
13
+ * Get the number of the resource
14
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
15
+ * @returns a RequestInformation
16
+ */
17
+ toGetRequestInformation(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): RequestInformation;
18
+ }
19
+ /**
20
+ * Get the number of the resource
21
+ */
22
+ export interface CountRequestBuilderGetQueryParameters {
23
+ /**
24
+ * Filter items by property values
25
+ */
26
+ filter?: string;
27
+ /**
28
+ * Search items by search phrases
29
+ */
30
+ search?: string;
31
+ }
32
+ /**
33
+ * Metadata for all the requests in the request builder.
34
+ */
35
+ export declare const CountRequestBuilderRequestsMetadata: RequestsMetadata;
36
+ /**
37
+ * Uri template for the request builder.
38
+ */
39
+ export declare const CountRequestBuilderUriTemplate = "{+baseurl}/planner/tasks/$count{?%24search,%24filter}";
40
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAQD;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAWjD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8BAA8B,0DAA0D,CAAC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CountRequestBuilderUriTemplate = exports.CountRequestBuilderRequestsMetadata = void 0;
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+ // Generated by Microsoft Kiota
7
+ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
8
+ /**
9
+ * Mapper for query parameters from symbol name to serialization name represented as a constant.
10
+ */
11
+ const CountRequestBuilderGetQueryParametersMapper = {
12
+ "filter": "%24filter",
13
+ "search": "%24search",
14
+ };
15
+ /**
16
+ * Metadata for all the requests in the request builder.
17
+ */
18
+ exports.CountRequestBuilderRequestsMetadata = {
19
+ get: {
20
+ responseBodyContentType: "text/plain;q=0.9",
21
+ errorMappings: {
22
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
23
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
24
+ },
25
+ adapterMethodName: "sendPrimitiveAsync",
26
+ responseBodyFactory: "number",
27
+ queryParametersMapper: CountRequestBuilderGetQueryParametersMapper,
28
+ },
29
+ };
30
+ /**
31
+ * Uri template for the request builder.
32
+ */
33
+ exports.CountRequestBuilderUriTemplate = "{+baseurl}/planner/tasks/$count{?%24search,%24filter}";
34
+ /* tslint:enable */
35
+ /* eslint-enable */
@@ -0,0 +1,97 @@
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.planner 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.planner 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.
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/planner-list-tasks?view=graph-rest-1.0|Find more info here}
24
+ */
25
+ get(requestConfiguration?: RequestConfiguration<TasksRequestBuilderGetQueryParameters> | undefined): Promise<PlannerTaskCollectionResponse | undefined>;
26
+ /**
27
+ * Create a new plannerTask.
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
+ * @see {@link https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0|Find more info here}
32
+ */
33
+ post(body: PlannerTask, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<PlannerTask | undefined>;
34
+ /**
35
+ * Retrieve a list of plannertask objects.
36
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
37
+ * @returns a RequestInformation
38
+ */
39
+ toGetRequestInformation(requestConfiguration?: RequestConfiguration<TasksRequestBuilderGetQueryParameters> | undefined): RequestInformation;
40
+ /**
41
+ * Create a new plannerTask.
42
+ * @param body The request body
43
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
44
+ * @returns a RequestInformation
45
+ */
46
+ toPostRequestInformation(body: PlannerTask, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
47
+ }
48
+ /**
49
+ * Retrieve a list of plannertask objects.
50
+ */
51
+ export interface TasksRequestBuilderGetQueryParameters {
52
+ /**
53
+ * Include count of items
54
+ */
55
+ count?: boolean;
56
+ /**
57
+ * Expand related entities
58
+ */
59
+ expand?: string[];
60
+ /**
61
+ * Filter items by property values
62
+ */
63
+ filter?: string;
64
+ /**
65
+ * Order items by property values
66
+ */
67
+ orderby?: string[];
68
+ /**
69
+ * Search items by search phrases
70
+ */
71
+ search?: string;
72
+ /**
73
+ * Select properties to be returned
74
+ */
75
+ select?: string[];
76
+ /**
77
+ * Skip the first n items
78
+ */
79
+ skip?: number;
80
+ /**
81
+ * Show only the first n items
82
+ */
83
+ top?: number;
84
+ }
85
+ /**
86
+ * Metadata for all the navigation properties in the request builder.
87
+ */
88
+ export declare const TasksRequestBuilderNavigationMetadata: Record<Exclude<keyof TasksRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
89
+ /**
90
+ * Metadata for all the requests in the request builder.
91
+ */
92
+ export declare const TasksRequestBuilderRequestsMetadata: RequestsMetadata;
93
+ /**
94
+ * Uri template for the request builder.
95
+ */
96
+ export declare const TasksRequestBuilderUriTemplate = "{+baseurl}/planner/tasks{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
97
+ //# 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;;;;;;OAMG;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,0GAA0G,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/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/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,gGAAgG,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/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/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,4FAA4F,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/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/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,8EAA8E,CAAC"}