@microsoft/msgraph-sdk-groupsettingtemplates 1.0.0-preview.13 → 1.0.0-preview.14

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 (40) hide show
  1. package/groupSettingTemplates/count/index.d.ts +7 -6
  2. package/groupSettingTemplates/count/index.d.ts.map +1 -1
  3. package/groupSettingTemplates/count/index.js +7 -7
  4. package/groupSettingTemplates/delta/index.d.ts +9 -8
  5. package/groupSettingTemplates/delta/index.d.ts.map +1 -1
  6. package/groupSettingTemplates/delta/index.js +9 -9
  7. package/groupSettingTemplates/getAvailableExtensionProperties/index.d.ts +11 -10
  8. package/groupSettingTemplates/getAvailableExtensionProperties/index.d.ts.map +1 -1
  9. package/groupSettingTemplates/getAvailableExtensionProperties/index.js +11 -11
  10. package/groupSettingTemplates/getByIds/index.d.ts +11 -10
  11. package/groupSettingTemplates/getByIds/index.d.ts.map +1 -1
  12. package/groupSettingTemplates/getByIds/index.js +11 -11
  13. package/groupSettingTemplates/index.d.ts +11 -9
  14. package/groupSettingTemplates/index.d.ts.map +1 -1
  15. package/groupSettingTemplates/index.js +9 -15
  16. package/groupSettingTemplates/item/checkMemberGroups/index.d.ts +11 -10
  17. package/groupSettingTemplates/item/checkMemberGroups/index.d.ts.map +1 -1
  18. package/groupSettingTemplates/item/checkMemberGroups/index.js +11 -11
  19. package/groupSettingTemplates/item/checkMemberObjects/index.d.ts +11 -10
  20. package/groupSettingTemplates/item/checkMemberObjects/index.d.ts.map +1 -1
  21. package/groupSettingTemplates/item/checkMemberObjects/index.js +11 -11
  22. package/groupSettingTemplates/item/getMemberGroups/index.d.ts +11 -10
  23. package/groupSettingTemplates/item/getMemberGroups/index.d.ts.map +1 -1
  24. package/groupSettingTemplates/item/getMemberGroups/index.js +11 -11
  25. package/groupSettingTemplates/item/getMemberObjects/index.d.ts +11 -10
  26. package/groupSettingTemplates/item/getMemberObjects/index.d.ts.map +1 -1
  27. package/groupSettingTemplates/item/getMemberObjects/index.js +11 -11
  28. package/groupSettingTemplates/item/index.d.ts +12 -9
  29. package/groupSettingTemplates/item/index.d.ts.map +1 -1
  30. package/groupSettingTemplates/item/index.js +11 -16
  31. package/groupSettingTemplates/item/restore/index.d.ts +7 -6
  32. package/groupSettingTemplates/item/restore/index.d.ts.map +1 -1
  33. package/groupSettingTemplates/item/restore/index.js +7 -7
  34. package/groupSettingTemplates/validateProperties/index.d.ts +8 -7
  35. package/groupSettingTemplates/validateProperties/index.d.ts.map +1 -1
  36. package/groupSettingTemplates/validateProperties/index.js +9 -9
  37. package/groupSettingTemplatesServiceClient.d.ts.map +1 -1
  38. package/groupSettingTemplatesServiceClient.js +1 -2
  39. package/package.json +3 -3
  40. package/tsconfig.tsbuildinfo +1 -1
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMemberObjectsRequestBuilderUriTemplate = exports.GetMemberObjectsRequestBuilderRequestsMetadata = exports.serializeGetMemberObjectsPostResponse = exports.serializeGetMemberObjectsPostRequestBody = exports.deserializeIntoGetMemberObjectsPostResponse = exports.deserializeIntoGetMemberObjectsPostRequestBody = exports.createGetMemberObjectsPostResponseFromDiscriminatorValue = exports.createGetMemberObjectsPostRequestBodyFromDiscriminatorValue = void 0;
3
+ exports.GetMemberObjectsRequestBuilderRequestsMetadata = exports.GetMemberObjectsRequestBuilderUriTemplate = exports.serializeGetMemberObjectsPostResponse = exports.serializeGetMemberObjectsPostRequestBody = exports.deserializeIntoGetMemberObjectsPostResponse = exports.deserializeIntoGetMemberObjectsPostRequestBody = exports.createGetMemberObjectsPostResponseFromDiscriminatorValue = exports.createGetMemberObjectsPostRequestBodyFromDiscriminatorValue = void 0;
4
4
  /* tslint:disable */
5
5
  /* eslint-disable */
6
6
  // Generated by Microsoft Kiota
@@ -9,7 +9,7 @@ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
9
9
  /**
10
10
  * Creates a new instance of the appropriate class based on discriminator value
11
11
  * @param parseNode The parse node to use to read the discriminator value and create the object
12
- * @returns a getMemberObjectsPostRequestBody
12
+ * @returns {GetMemberObjectsPostRequestBody}
13
13
  */
14
14
  function createGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode) {
15
15
  return deserializeIntoGetMemberObjectsPostRequestBody;
@@ -18,7 +18,7 @@ exports.createGetMemberObjectsPostRequestBodyFromDiscriminatorValue = createGetM
18
18
  /**
19
19
  * Creates a new instance of the appropriate class based on discriminator value
20
20
  * @param parseNode The parse node to use to read the discriminator value and create the object
21
- * @returns a getMemberObjectsPostResponse
21
+ * @returns {GetMemberObjectsPostResponse}
22
22
  */
23
23
  function createGetMemberObjectsPostResponseFromDiscriminatorValue(parseNode) {
24
24
  return deserializeIntoGetMemberObjectsPostResponse;
@@ -26,7 +26,7 @@ function createGetMemberObjectsPostResponseFromDiscriminatorValue(parseNode) {
26
26
  exports.createGetMemberObjectsPostResponseFromDiscriminatorValue = createGetMemberObjectsPostResponseFromDiscriminatorValue;
27
27
  /**
28
28
  * The deserialization information for the current model
29
- * @returns a Record<string, (node: ParseNode) => void>
29
+ * @returns {Record<string, (node: ParseNode) => void>}
30
30
  */
31
31
  function deserializeIntoGetMemberObjectsPostRequestBody(getMemberObjectsPostRequestBody = {}) {
32
32
  return {
@@ -37,7 +37,7 @@ function deserializeIntoGetMemberObjectsPostRequestBody(getMemberObjectsPostRequ
37
37
  exports.deserializeIntoGetMemberObjectsPostRequestBody = deserializeIntoGetMemberObjectsPostRequestBody;
38
38
  /**
39
39
  * The deserialization information for the current model
40
- * @returns a Record<string, (node: ParseNode) => void>
40
+ * @returns {Record<string, (node: ParseNode) => void>}
41
41
  */
42
42
  function deserializeIntoGetMemberObjectsPostResponse(getMemberObjectsPostResponse = {}) {
43
43
  return Object.assign(Object.assign({}, (0, models_1.deserializeIntoBaseCollectionPaginationCountResponse)(getMemberObjectsPostResponse)), { "value": n => { getMemberObjectsPostResponse.value = n.getCollectionOfPrimitiveValues(); } });
@@ -61,15 +61,19 @@ function serializeGetMemberObjectsPostResponse(writer, getMemberObjectsPostRespo
61
61
  writer.writeCollectionOfPrimitiveValues("value", getMemberObjectsPostResponse.value);
62
62
  }
63
63
  exports.serializeGetMemberObjectsPostResponse = serializeGetMemberObjectsPostResponse;
64
+ /**
65
+ * Uri template for the request builder.
66
+ */
67
+ exports.GetMemberObjectsRequestBuilderUriTemplate = "{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}/getMemberObjects";
64
68
  /**
65
69
  * Metadata for all the requests in the request builder.
66
70
  */
67
71
  exports.GetMemberObjectsRequestBuilderRequestsMetadata = {
68
72
  post: {
73
+ uriTemplate: exports.GetMemberObjectsRequestBuilderUriTemplate,
69
74
  responseBodyContentType: "application/json",
70
75
  errorMappings: {
71
- _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
72
- _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
76
+ XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
73
77
  },
74
78
  adapterMethodName: "sendAsync",
75
79
  responseBodyFactory: createGetMemberObjectsPostResponseFromDiscriminatorValue,
@@ -78,9 +82,5 @@ exports.GetMemberObjectsRequestBuilderRequestsMetadata = {
78
82
  requestInformationContentSetMethod: "setContentFromParsable",
79
83
  },
80
84
  };
81
- /**
82
- * Uri template for the request builder.
83
- */
84
- exports.GetMemberObjectsRequestBuilderUriTemplate = "{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}/getMemberObjects";
85
85
  /* tslint:enable */
86
86
  /* eslint-enable */
@@ -32,12 +32,14 @@ export interface GroupSettingTemplateItemRequestBuilder extends BaseRequestBuild
32
32
  /**
33
33
  * Delete entity from groupSettingTemplates
34
34
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
35
+ * @throws {ODataError} error when the service returns a 4XX or 5XX status code
35
36
  */
36
37
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
37
38
  /**
38
39
  * A group setting template represents a template of settings from which settings may be created within a tenant. This operation allows retrieval of the properties of the groupSettingTemplate object, including the available settings and their defaults.
39
40
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
40
- * @returns a Promise of GroupSettingTemplate
41
+ * @returns {Promise<GroupSettingTemplate>}
42
+ * @throws {ODataError} error when the service returns a 4XX or 5XX status code
41
43
  * @see {@link https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0|Find more info here}
42
44
  */
43
45
  get(requestConfiguration?: RequestConfiguration<GroupSettingTemplateItemRequestBuilderGetQueryParameters> | undefined): Promise<GroupSettingTemplate | undefined>;
@@ -45,26 +47,27 @@ export interface GroupSettingTemplateItemRequestBuilder extends BaseRequestBuild
45
47
  * Update entity in groupSettingTemplates
46
48
  * @param body The request body
47
49
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
48
- * @returns a Promise of GroupSettingTemplate
50
+ * @returns {Promise<GroupSettingTemplate>}
51
+ * @throws {ODataError} error when the service returns a 4XX or 5XX status code
49
52
  */
50
53
  patch(body: GroupSettingTemplate, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GroupSettingTemplate | undefined>;
51
54
  /**
52
55
  * Delete entity from groupSettingTemplates
53
56
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
54
- * @returns a RequestInformation
57
+ * @returns {RequestInformation}
55
58
  */
56
59
  toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
57
60
  /**
58
61
  * A group setting template represents a template of settings from which settings may be created within a tenant. This operation allows retrieval of the properties of the groupSettingTemplate object, including the available settings and their defaults.
59
62
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
60
- * @returns a RequestInformation
63
+ * @returns {RequestInformation}
61
64
  */
62
65
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<GroupSettingTemplateItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
63
66
  /**
64
67
  * Update entity in groupSettingTemplates
65
68
  * @param body The request body
66
69
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
67
- * @returns a RequestInformation
70
+ * @returns {RequestInformation}
68
71
  */
69
72
  toPatchRequestInformation(body: GroupSettingTemplate, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
70
73
  }
@@ -81,6 +84,10 @@ export interface GroupSettingTemplateItemRequestBuilderGetQueryParameters {
81
84
  */
82
85
  select?: string[];
83
86
  }
87
+ /**
88
+ * Uri template for the request builder.
89
+ */
90
+ export declare const GroupSettingTemplateItemRequestBuilderUriTemplate = "{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}{?%24expand,%24select}";
84
91
  /**
85
92
  * Metadata for all the navigation properties in the request builder.
86
93
  */
@@ -89,8 +96,4 @@ export declare const GroupSettingTemplateItemRequestBuilderNavigationMetadata: R
89
96
  * Metadata for all the requests in the request builder.
90
97
  */
91
98
  export declare const GroupSettingTemplateItemRequestBuilderRequestsMetadata: RequestsMetadata;
92
- /**
93
- * Uri template for the request builder.
94
- */
95
- export declare const GroupSettingTemplateItemRequestBuilderUriTemplate = "{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}{?%24expand,%24select}";
96
99
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAmF,KAAK,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAE5J,OAAO,EAA+F,KAAK,+BAA+B,EAAE,MAAM,sBAAsB,CAAC;AACzK,OAAO,EAAiG,KAAK,gCAAgC,EAAE,MAAM,uBAAuB,CAAC;AAC7K,OAAO,EAA2F,KAAK,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACjK,OAAO,EAA6F,KAAK,8BAA8B,EAAE,MAAM,qBAAqB,CAAC;AACrK,OAAO,EAA2E,KAAK,qBAAqB,EAAE,MAAM,YAAY,CAAC;AACjI,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,sCAAuC,SAAQ,kBAAkB,CAAC,sCAAsC,CAAC;IACtH;;OAEG;IACH,IAAI,iBAAiB,IAAI,+BAA+B,CAAC;IACzD;;OAEG;IACH,IAAI,kBAAkB,IAAI,gCAAgC,CAAC;IAC3D;;OAEG;IACH,IAAI,eAAe,IAAI,6BAA6B,CAAC;IACrD;;OAEG;IACH,IAAI,gBAAgB,IAAI,8BAA8B,CAAC;IACvD;;OAEG;IACH,IAAI,OAAO,IAAI,qBAAqB,CAAC;IACrC;;;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,wDAAwD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oBAAoB,GAAG,SAAS,CAAC,CAAC;IACpK;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,oBAAoB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oBAAoB,GAAG,SAAS,CAAC,CAAC;IAChJ;;;;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,wDAAwD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACjK;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,oBAAoB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAChJ;AACD;;GAEG;AACH,MAAM,WAAW,wDAAwD;IACrE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,wDAAwD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,sCAAsC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAqB1L,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,sDAAsD,EAAE,gBA+BpE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,iDAAiD,uFAAuF,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAmF,KAAK,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAE5J,OAAO,EAAmD,KAAK,+BAA+B,EAAE,MAAM,sBAAsB,CAAC;AAC7H,OAAO,EAAoD,KAAK,gCAAgC,EAAE,MAAM,uBAAuB,CAAC;AAChI,OAAO,EAAiD,KAAK,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACvH,OAAO,EAAkD,KAAK,8BAA8B,EAAE,MAAM,qBAAqB,CAAC;AAC1H,OAAO,EAAyC,KAAK,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAC/F,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,sCAAuC,SAAQ,kBAAkB,CAAC,sCAAsC,CAAC;IACtH;;OAEG;IACH,IAAI,iBAAiB,IAAI,+BAA+B,CAAC;IACzD;;OAEG;IACH,IAAI,kBAAkB,IAAI,gCAAgC,CAAC;IAC3D;;OAEG;IACH,IAAI,eAAe,IAAI,6BAA6B,CAAC;IACrD;;OAEG;IACH,IAAI,gBAAgB,IAAI,8BAA8B,CAAC;IACvD;;OAEG;IACH,IAAI,OAAO,IAAI,qBAAqB,CAAC;IACrC;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wDAAwD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oBAAoB,GAAG,SAAS,CAAC,CAAC;IACpK;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,oBAAoB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oBAAoB,GAAG,SAAS,CAAC,CAAC;IAChJ;;;;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,wDAAwD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACjK;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,oBAAoB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAChJ;AACD;;GAEG;AACH,MAAM,WAAW,wDAAwD;IACrE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,iDAAiD,uFAAuF,CAAC;AAQtJ;;GAEG;AACH,eAAO,MAAM,wDAAwD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,sCAAsC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAgB1L,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,sDAAsD,EAAE,gBA+BpE,CAAC"}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GroupSettingTemplateItemRequestBuilderUriTemplate = exports.GroupSettingTemplateItemRequestBuilderRequestsMetadata = exports.GroupSettingTemplateItemRequestBuilderNavigationMetadata = void 0;
3
+ exports.GroupSettingTemplateItemRequestBuilderRequestsMetadata = exports.GroupSettingTemplateItemRequestBuilderNavigationMetadata = exports.GroupSettingTemplateItemRequestBuilderUriTemplate = void 0;
4
4
  /* tslint:disable */
5
5
  /* eslint-disable */
6
6
  // Generated by Microsoft Kiota
@@ -11,6 +11,10 @@ const checkMemberObjects_1 = require("./checkMemberObjects/");
11
11
  const getMemberGroups_1 = require("./getMemberGroups/");
12
12
  const getMemberObjects_1 = require("./getMemberObjects/");
13
13
  const restore_1 = require("./restore/");
14
+ /**
15
+ * Uri template for the request builder.
16
+ */
17
+ exports.GroupSettingTemplateItemRequestBuilderUriTemplate = "{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}{?%24expand,%24select}";
14
18
  /**
15
19
  * Mapper for query parameters from symbol name to serialization name represented as a constant.
16
20
  */
@@ -23,23 +27,18 @@ const GroupSettingTemplateItemRequestBuilderGetQueryParametersMapper = {
23
27
  */
24
28
  exports.GroupSettingTemplateItemRequestBuilderNavigationMetadata = {
25
29
  checkMemberGroups: {
26
- uriTemplate: checkMemberGroups_1.CheckMemberGroupsRequestBuilderUriTemplate,
27
30
  requestsMetadata: checkMemberGroups_1.CheckMemberGroupsRequestBuilderRequestsMetadata,
28
31
  },
29
32
  checkMemberObjects: {
30
- uriTemplate: checkMemberObjects_1.CheckMemberObjectsRequestBuilderUriTemplate,
31
33
  requestsMetadata: checkMemberObjects_1.CheckMemberObjectsRequestBuilderRequestsMetadata,
32
34
  },
33
35
  getMemberGroups: {
34
- uriTemplate: getMemberGroups_1.GetMemberGroupsRequestBuilderUriTemplate,
35
36
  requestsMetadata: getMemberGroups_1.GetMemberGroupsRequestBuilderRequestsMetadata,
36
37
  },
37
38
  getMemberObjects: {
38
- uriTemplate: getMemberObjects_1.GetMemberObjectsRequestBuilderUriTemplate,
39
39
  requestsMetadata: getMemberObjects_1.GetMemberObjectsRequestBuilderRequestsMetadata,
40
40
  },
41
41
  restore: {
42
- uriTemplate: restore_1.RestoreRequestBuilderUriTemplate,
43
42
  requestsMetadata: restore_1.RestoreRequestBuilderRequestsMetadata,
44
43
  },
45
44
  };
@@ -48,28 +47,28 @@ exports.GroupSettingTemplateItemRequestBuilderNavigationMetadata = {
48
47
  */
49
48
  exports.GroupSettingTemplateItemRequestBuilderRequestsMetadata = {
50
49
  delete: {
50
+ uriTemplate: exports.GroupSettingTemplateItemRequestBuilderUriTemplate,
51
51
  responseBodyContentType: "application/json",
52
52
  errorMappings: {
53
- _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
54
- _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
53
+ XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
55
54
  },
56
55
  adapterMethodName: "sendNoResponseContentAsync",
57
56
  },
58
57
  get: {
58
+ uriTemplate: exports.GroupSettingTemplateItemRequestBuilderUriTemplate,
59
59
  responseBodyContentType: "application/json",
60
60
  errorMappings: {
61
- _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
62
- _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
61
+ XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
63
62
  },
64
63
  adapterMethodName: "sendAsync",
65
64
  responseBodyFactory: models_1.createGroupSettingTemplateFromDiscriminatorValue,
66
65
  queryParametersMapper: GroupSettingTemplateItemRequestBuilderGetQueryParametersMapper,
67
66
  },
68
67
  patch: {
68
+ uriTemplate: exports.GroupSettingTemplateItemRequestBuilderUriTemplate,
69
69
  responseBodyContentType: "application/json",
70
70
  errorMappings: {
71
- _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
72
- _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
71
+ XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
73
72
  },
74
73
  adapterMethodName: "sendAsync",
75
74
  responseBodyFactory: models_1.createGroupSettingTemplateFromDiscriminatorValue,
@@ -78,9 +77,5 @@ exports.GroupSettingTemplateItemRequestBuilderRequestsMetadata = {
78
77
  requestInformationContentSetMethod: "setContentFromParsable",
79
78
  },
80
79
  };
81
- /**
82
- * Uri template for the request builder.
83
- */
84
- exports.GroupSettingTemplateItemRequestBuilderUriTemplate = "{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}{?%24expand,%24select}";
85
80
  /* tslint:enable */
86
81
  /* eslint-enable */
@@ -7,23 +7,24 @@ export interface RestoreRequestBuilder extends BaseRequestBuilder<RestoreRequest
7
7
  /**
8
8
  * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.
9
9
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10
- * @returns a Promise of DirectoryObject
10
+ * @returns {Promise<DirectoryObject>}
11
+ * @throws {ODataError} error when the service returns a 4XX or 5XX status code
11
12
  * @see {@link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0|Find more info here}
12
13
  */
13
14
  post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DirectoryObject | undefined>;
14
15
  /**
15
16
  * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.
16
17
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
17
- * @returns a RequestInformation
18
+ * @returns {RequestInformation}
18
19
  */
19
20
  toPostRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
20
21
  }
21
- /**
22
- * Metadata for all the requests in the request builder.
23
- */
24
- export declare const RestoreRequestBuilderRequestsMetadata: RequestsMetadata;
25
22
  /**
26
23
  * Uri template for the request builder.
27
24
  */
28
25
  export declare const RestoreRequestBuilderUriTemplate = "{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}/restore";
26
+ /**
27
+ * Metadata for all the requests in the request builder.
28
+ */
29
+ export declare const RestoreRequestBuilderRequestsMetadata: RequestsMetadata;
29
30
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA+C,KAAK,eAAe,EAAE,MAAM,gCAAgC,CAAC;AAEnH,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;;;;;OAKG;IACF,IAAI,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,eAAe,GAAG,SAAS,CAAC,CAAC;IAC9G;;;;OAIG;IACF,wBAAwB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnH;AACD;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBAUnD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,gCAAgC,yEAAyE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA+C,KAAK,eAAe,EAAE,MAAM,gCAAgC,CAAC;AAEnH,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;;;;;;OAMG;IACF,IAAI,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,eAAe,GAAG,SAAS,CAAC,CAAC;IAC9G;;;;OAIG;IACF,wBAAwB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnH;AACD;;GAEG;AACH,eAAO,MAAM,gCAAgC,yEAAyE,CAAC;AACvH;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBAUnD,CAAC"}
@@ -1,28 +1,28 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RestoreRequestBuilderUriTemplate = exports.RestoreRequestBuilderRequestsMetadata = void 0;
3
+ exports.RestoreRequestBuilderRequestsMetadata = exports.RestoreRequestBuilderUriTemplate = void 0;
4
4
  /* tslint:disable */
5
5
  /* eslint-disable */
6
6
  // Generated by Microsoft Kiota
7
7
  const models_1 = require("@microsoft/msgraph-sdk/models/");
8
8
  const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
9
+ /**
10
+ * Uri template for the request builder.
11
+ */
12
+ exports.RestoreRequestBuilderUriTemplate = "{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}/restore";
9
13
  /**
10
14
  * Metadata for all the requests in the request builder.
11
15
  */
12
16
  exports.RestoreRequestBuilderRequestsMetadata = {
13
17
  post: {
18
+ uriTemplate: exports.RestoreRequestBuilderUriTemplate,
14
19
  responseBodyContentType: "application/json",
15
20
  errorMappings: {
16
- _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
17
- _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
21
+ XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
18
22
  },
19
23
  adapterMethodName: "sendAsync",
20
24
  responseBodyFactory: models_1.createDirectoryObjectFromDiscriminatorValue,
21
25
  },
22
26
  };
23
- /**
24
- * Uri template for the request builder.
25
- */
26
- exports.RestoreRequestBuilderUriTemplate = "{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}/restore";
27
27
  /* tslint:enable */
28
28
  /* eslint-enable */
@@ -3,12 +3,12 @@ import { type Guid } from 'guid-typescript';
3
3
  /**
4
4
  * Creates a new instance of the appropriate class based on discriminator value
5
5
  * @param parseNode The parse node to use to read the discriminator value and create the object
6
- * @returns a validatePropertiesPostRequestBody
6
+ * @returns {ValidatePropertiesPostRequestBody}
7
7
  */
8
8
  export declare function createValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
9
9
  /**
10
10
  * The deserialization information for the current model
11
- * @returns a Record<string, (node: ParseNode) => void>
11
+ * @returns {Record<string, (node: ParseNode) => void>}
12
12
  */
13
13
  export declare function deserializeIntoValidatePropertiesPostRequestBody(validatePropertiesPostRequestBody?: Partial<ValidatePropertiesPostRequestBody> | undefined): Record<string, (node: ParseNode) => void>;
14
14
  /**
@@ -50,6 +50,7 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder<Val
50
50
  * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.
51
51
  * @param body The request body
52
52
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
53
+ * @throws {ODataError} error when the service returns a 4XX or 5XX status code
53
54
  * @see {@link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0|Find more info here}
54
55
  */
55
56
  post(body: ValidatePropertiesPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
@@ -57,16 +58,16 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder<Val
57
58
  * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.
58
59
  * @param body The request body
59
60
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
60
- * @returns a RequestInformation
61
+ * @returns {RequestInformation}
61
62
  */
62
63
  toPostRequestInformation(body: ValidatePropertiesPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
63
64
  }
64
- /**
65
- * Metadata for all the requests in the request builder.
66
- */
67
- export declare const ValidatePropertiesRequestBuilderRequestsMetadata: RequestsMetadata;
68
65
  /**
69
66
  * Uri template for the request builder.
70
67
  */
71
68
  export declare const ValidatePropertiesRequestBuilderUriTemplate = "{+baseurl}/groupSettingTemplates/validateProperties";
69
+ /**
70
+ * Metadata for all the requests in the request builder.
71
+ */
72
+ export declare const ValidatePropertiesRequestBuilderRequestsMetadata: RequestsMetadata;
72
73
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAClS,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAE5C;;;;GAIG;AACH,wBAAgB,6DAA6D,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAErL;AACD;;;GAGG;AACH,wBAAgB,gDAAgD,CAAC,iCAAiC,GAAE,OAAO,CAAC,iCAAiC,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAQ3M;AACD;;;GAGG;AACH,wBAAgB,0CAA0C,CAAC,MAAM,EAAE,mBAAmB,EAAE,iCAAiC,GAAE,OAAO,CAAC,iCAAiC,CAAC,GAAG,SAAc,GAAI,IAAI,CAM7L;AACD,MAAM,WAAW,iCAAkC,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IAClG;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,gBAAgB,CAAC,EAAE,IAAI,CAAC;CAC3B;AACD;;GAEG;AACH,MAAM,WAAW,gCAAiC,SAAQ,kBAAkB,CAAC,gCAAgC,CAAC;IAC1G;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,iCAAiC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAChI;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,iCAAiC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC5J;AACD;;GAEG;AACH,eAAO,MAAM,gDAAgD,EAAE,gBAY9D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,2CAA2C,wDAAwD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAClS,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAE5C;;;;GAIG;AACH,wBAAgB,6DAA6D,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAErL;AACD;;;GAGG;AACH,wBAAgB,gDAAgD,CAAC,iCAAiC,GAAE,OAAO,CAAC,iCAAiC,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAQ3M;AACD;;;GAGG;AACH,wBAAgB,0CAA0C,CAAC,MAAM,EAAE,mBAAmB,EAAE,iCAAiC,GAAE,OAAO,CAAC,iCAAiC,CAAC,GAAG,SAAc,GAAI,IAAI,CAM7L;AACD,MAAM,WAAW,iCAAkC,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IAClG;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,gBAAgB,CAAC,EAAE,IAAI,CAAC;CAC3B;AACD;;GAEG;AACH,MAAM,WAAW,gCAAiC,SAAQ,kBAAkB,CAAC,gCAAgC,CAAC;IAC1G;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,iCAAiC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAChI;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,iCAAiC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC5J;AACD;;GAEG;AACH,eAAO,MAAM,2CAA2C,wDAAwD,CAAC;AACjH;;GAEG;AACH,eAAO,MAAM,gDAAgD,EAAE,gBAY9D,CAAC"}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ValidatePropertiesRequestBuilderUriTemplate = exports.ValidatePropertiesRequestBuilderRequestsMetadata = exports.serializeValidatePropertiesPostRequestBody = exports.deserializeIntoValidatePropertiesPostRequestBody = exports.createValidatePropertiesPostRequestBodyFromDiscriminatorValue = void 0;
3
+ exports.ValidatePropertiesRequestBuilderRequestsMetadata = exports.ValidatePropertiesRequestBuilderUriTemplate = exports.serializeValidatePropertiesPostRequestBody = exports.deserializeIntoValidatePropertiesPostRequestBody = exports.createValidatePropertiesPostRequestBodyFromDiscriminatorValue = void 0;
4
4
  /* tslint:disable */
5
5
  /* eslint-disable */
6
6
  // Generated by Microsoft Kiota
@@ -8,7 +8,7 @@ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
8
8
  /**
9
9
  * Creates a new instance of the appropriate class based on discriminator value
10
10
  * @param parseNode The parse node to use to read the discriminator value and create the object
11
- * @returns a validatePropertiesPostRequestBody
11
+ * @returns {ValidatePropertiesPostRequestBody}
12
12
  */
13
13
  function createValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode) {
14
14
  return deserializeIntoValidatePropertiesPostRequestBody;
@@ -16,7 +16,7 @@ function createValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode
16
16
  exports.createValidatePropertiesPostRequestBodyFromDiscriminatorValue = createValidatePropertiesPostRequestBodyFromDiscriminatorValue;
17
17
  /**
18
18
  * The deserialization information for the current model
19
- * @returns a Record<string, (node: ParseNode) => void>
19
+ * @returns {Record<string, (node: ParseNode) => void>}
20
20
  */
21
21
  function deserializeIntoValidatePropertiesPostRequestBody(validatePropertiesPostRequestBody = {}) {
22
22
  return {
@@ -40,15 +40,19 @@ function serializeValidatePropertiesPostRequestBody(writer, validatePropertiesPo
40
40
  writer.writeAdditionalData(validatePropertiesPostRequestBody.additionalData);
41
41
  }
42
42
  exports.serializeValidatePropertiesPostRequestBody = serializeValidatePropertiesPostRequestBody;
43
+ /**
44
+ * Uri template for the request builder.
45
+ */
46
+ exports.ValidatePropertiesRequestBuilderUriTemplate = "{+baseurl}/groupSettingTemplates/validateProperties";
43
47
  /**
44
48
  * Metadata for all the requests in the request builder.
45
49
  */
46
50
  exports.ValidatePropertiesRequestBuilderRequestsMetadata = {
47
51
  post: {
52
+ uriTemplate: exports.ValidatePropertiesRequestBuilderUriTemplate,
48
53
  responseBodyContentType: "application/json",
49
54
  errorMappings: {
50
- _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
51
- _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
55
+ XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
52
56
  },
53
57
  adapterMethodName: "sendNoResponseContentAsync",
54
58
  requestBodyContentType: "application/json",
@@ -56,9 +60,5 @@ exports.ValidatePropertiesRequestBuilderRequestsMetadata = {
56
60
  requestInformationContentSetMethod: "setContentFromParsable",
57
61
  },
58
62
  };
59
- /**
60
- * Uri template for the request builder.
61
- */
62
- exports.ValidatePropertiesRequestBuilderUriTemplate = "{+baseurl}/groupSettingTemplates/validateProperties";
63
63
  /* tslint:enable */
64
64
  /* eslint-enable */
@@ -1 +1 @@
1
- {"version":3,"file":"groupSettingTemplatesServiceClient.d.ts","sourceRoot":"","sources":["groupSettingTemplatesServiceClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAA8J,KAAK,mCAAmC,EAAE,MAAM,0BAA0B,CAAC;AAChP,OAAO,EAA8E,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAE,KAAK,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAM3O;;GAEG;AACH,MAAM,WAAW,kCAAmC,SAAQ,kBAAkB,CAAC,kCAAkC,CAAC;IAC9G;;OAEG;IACH,IAAI,qBAAqB,IAAI,mCAAmC,CAAC;CACpE;AACD;;;GAGG;AACH,wBAAgB,wCAAwC,CAAC,cAAc,EAAE,cAAc,sCAetF;AACD;;GAEG;AACH,eAAO,MAAM,oDAAoD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,kCAAkC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAMlL,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,6CAA6C,eAAe,CAAC"}
1
+ {"version":3,"file":"groupSettingTemplatesServiceClient.d.ts","sourceRoot":"","sources":["groupSettingTemplatesServiceClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAA8G,KAAK,mCAAmC,EAAE,MAAM,0BAA0B,CAAC;AAChM,OAAO,EAA8E,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAE,KAAK,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAM3O;;GAEG;AACH,MAAM,WAAW,kCAAmC,SAAQ,kBAAkB,CAAC,kCAAkC,CAAC;IAC9G;;OAEG;IACH,IAAI,qBAAqB,IAAI,mCAAmC,CAAC;CACpE;AACD;;;GAGG;AACH,wBAAgB,wCAAwC,CAAC,cAAc,EAAE,cAAc,sCAetF;AACD;;GAEG;AACH,eAAO,MAAM,oDAAoD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,kCAAkC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAKlL,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,6CAA6C,eAAe,CAAC"}
@@ -28,7 +28,7 @@ function createGroupSettingTemplatesServiceClient(requestAdapter) {
28
28
  const pathParameters = {
29
29
  "baseurl": requestAdapter.baseUrl,
30
30
  };
31
- return (0, kiota_abstractions_1.apiClientProxifier)(requestAdapter, pathParameters, exports.GroupSettingTemplatesServiceClientUriTemplate, exports.GroupSettingTemplatesServiceClientNavigationMetadata, undefined);
31
+ return (0, kiota_abstractions_1.apiClientProxifier)(requestAdapter, pathParameters, exports.GroupSettingTemplatesServiceClientNavigationMetadata, undefined);
32
32
  }
33
33
  exports.createGroupSettingTemplatesServiceClient = createGroupSettingTemplatesServiceClient;
34
34
  /**
@@ -36,7 +36,6 @@ exports.createGroupSettingTemplatesServiceClient = createGroupSettingTemplatesSe
36
36
  */
37
37
  exports.GroupSettingTemplatesServiceClientNavigationMetadata = {
38
38
  groupSettingTemplates: {
39
- uriTemplate: groupSettingTemplates_1.GroupSettingTemplatesRequestBuilderUriTemplate,
40
39
  requestsMetadata: groupSettingTemplates_1.GroupSettingTemplatesRequestBuilderRequestsMetadata,
41
40
  navigationMetadata: groupSettingTemplates_1.GroupSettingTemplatesRequestBuilderNavigationMetadata,
42
41
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/msgraph-sdk-groupsettingtemplates",
3
- "version": "1.0.0-preview.13",
3
+ "version": "1.0.0-preview.14",
4
4
  "description": "GroupSettingTemplates fluent API for Microsoft Graph",
5
5
  "keywords": [
6
6
  "Microsoft",
@@ -37,12 +37,12 @@
37
37
  "@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
38
38
  "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
39
39
  "@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
40
- "@microsoft/msgraph-sdk": "^1.0.0-preview.13",
40
+ "@microsoft/msgraph-sdk": "^1.0.0-preview.14",
41
41
  "guid-typescript": "^1.0.9",
42
42
  "tslib": "^2.6.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "typescript": "^5.3.3"
46
46
  },
47
- "gitHead": "906523af8adf701b2d621c1a44f91c8039b77418"
47
+ "gitHead": "8f0089d13ae04831ea3eb32559073b44c011abc7"
48
48
  }