@microsoft/msgraph-sdk-identitygovernance 1.0.0-preview.42 → 1.0.0-preview.44

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.
@@ -5,10 +5,10 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
5
5
  */
6
6
  export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBuilder<CustomCalloutExtensionItemRequestBuilder> {
7
7
  /**
8
- * Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
8
+ * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
9
9
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10
10
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
11
- * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0|Find more info here}
11
+ * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0|Find more info here}
12
12
  */
13
13
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
14
14
  /**
@@ -29,7 +29,7 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui
29
29
  */
30
30
  patch(body: CustomCalloutExtension, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CustomCalloutExtension | undefined>;
31
31
  /**
32
- * Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
32
+ * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
33
33
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
34
34
  * @returns {RequestInformation}
35
35
  */
@@ -1 +1 @@
1
- {"version":3,"file":"identityGovernanceServiceClient.d.ts","sourceRoot":"","sources":["identityGovernanceServiceClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAAwG,KAAK,gCAAgC,EAAE,MAAM,+BAA+B,CAAC;AAC5L,OAAO,EAA8E,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAE,KAAK,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAM3O;;GAEG;AACH,MAAM,WAAW,+BAAgC,SAAQ,kBAAkB,CAAC,+BAA+B,CAAC;IACxG;;OAEG;IACH,IAAI,kBAAkB,IAAI,gCAAgC,CAAC;CAC9D;AACD;;;GAGG;AACH,wBAAgB,qCAAqC,CAAC,cAAc,EAAE,cAAc,mCAenF;AACD;;GAEG;AACH,eAAO,MAAM,iDAAiD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,+BAA+B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAK5K,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,0CAA0C,eAAe,CAAC"}
1
+ {"version":3,"file":"identityGovernanceServiceClient.d.ts","sourceRoot":"","sources":["identityGovernanceServiceClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAAwG,KAAK,gCAAgC,EAAE,MAAM,+BAA+B,CAAC;AAC5L,OAAO,EAAsB,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAE,KAAK,cAAc,EAAE,MAAM,+BAA+B,CAAC;AACnL;;GAEG;AACH,MAAM,WAAW,+BAAgC,SAAQ,kBAAkB,CAAC,+BAA+B,CAAC;IACxG;;OAEG;IACH,IAAI,kBAAkB,IAAI,gCAAgC,CAAC;CAC9D;AACD;;;GAGG;AACH,wBAAgB,qCAAqC,CAAC,cAAc,EAAE,cAAc,mCAQnF;AACD;;GAEG;AACH,eAAO,MAAM,iDAAiD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,+BAA+B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAK5K,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,0CAA0C,eAAe,CAAC"}
@@ -2,23 +2,12 @@
2
2
  /* eslint-disable */
3
3
  // Generated by Microsoft Kiota
4
4
  import { IdentityGovernanceRequestBuilderNavigationMetadata, IdentityGovernanceRequestBuilderRequestsMetadata } from './identityGovernance/index.js';
5
- import { apiClientProxifier, registerDefaultDeserializer, registerDefaultSerializer } from '@microsoft/kiota-abstractions';
6
- import { FormParseNodeFactory, FormSerializationWriterFactory } from '@microsoft/kiota-serialization-form';
7
- import { JsonParseNodeFactory, JsonSerializationWriterFactory } from '@microsoft/kiota-serialization-json';
8
- import { MultipartSerializationWriterFactory } from '@microsoft/kiota-serialization-multipart';
9
- import { TextParseNodeFactory, TextSerializationWriterFactory } from '@microsoft/kiota-serialization-text';
5
+ import { apiClientProxifier } from '@microsoft/kiota-abstractions';
10
6
  /**
11
7
  * Instantiates a new IdentityGovernanceServiceClient and sets the default values.
12
8
  * @param requestAdapter The request adapter to use to execute the requests.
13
9
  */
14
10
  export function createIdentityGovernanceServiceClient(requestAdapter) {
15
- registerDefaultSerializer(JsonSerializationWriterFactory);
16
- registerDefaultSerializer(TextSerializationWriterFactory);
17
- registerDefaultSerializer(FormSerializationWriterFactory);
18
- registerDefaultSerializer(MultipartSerializationWriterFactory);
19
- registerDefaultDeserializer(JsonParseNodeFactory);
20
- registerDefaultDeserializer(TextParseNodeFactory);
21
- registerDefaultDeserializer(FormParseNodeFactory);
22
11
  if (requestAdapter.baseUrl === undefined || requestAdapter.baseUrl === "") {
23
12
  requestAdapter.baseUrl = "https://graph.microsoft.com/v1.0";
24
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"identityGovernanceServiceClient.js","sourceRoot":"","sources":["identityGovernanceServiceClient.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,OAAO,EAAE,kDAAkD,EAAE,gDAAgD,EAAyC,MAAM,+BAA+B,CAAC;AAC5L,OAAO,EAAE,kBAAkB,EAAE,2BAA2B,EAAE,yBAAyB,EAAkH,MAAM,+BAA+B,CAAC;AAC3O,OAAO,EAAE,oBAAoB,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAC3G,OAAO,EAAE,oBAAoB,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAC3G,OAAO,EAAE,mCAAmC,EAAE,MAAM,0CAA0C,CAAC;AAC/F,OAAO,EAAE,oBAAoB,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAW3G;;;GAGG;AACH,MAAM,UAAU,qCAAqC,CAAC,cAA8B;IAChF,yBAAyB,CAAC,8BAA8B,CAAC,CAAC;IAC1D,yBAAyB,CAAC,8BAA8B,CAAC,CAAC;IAC1D,yBAAyB,CAAC,8BAA8B,CAAC,CAAC;IAC1D,yBAAyB,CAAC,mCAAmC,CAAC,CAAC;IAC/D,2BAA2B,CAAC,oBAAoB,CAAC,CAAC;IAClD,2BAA2B,CAAC,oBAAoB,CAAC,CAAC;IAClD,2BAA2B,CAAC,oBAAoB,CAAC,CAAC;IAClD,IAAI,cAAc,CAAC,OAAO,KAAK,SAAS,IAAI,cAAc,CAAC,OAAO,KAAK,EAAE,EAAE,CAAC;QACxE,cAAc,CAAC,OAAO,GAAG,kCAAkC,CAAC;IAChE,CAAC;IACD,MAAM,cAAc,GAA4B;QAC5C,SAAS,EAAE,cAAc,CAAC,OAAO;KACpC,CAAC;IACF,OAAO,kBAAkB,CAAkC,cAAc,EAAE,cAAc,EAAE,iDAAiD,EAAE,SAAS,CAAC,CAAC;AAC7J,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAmH;IAC7K,kBAAkB,EAAE;QAChB,gBAAgB,EAAE,gDAAgD;QAClE,kBAAkB,EAAE,kDAAkD;KACzE;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAG,YAAY,CAAC;AACvE,mBAAmB;AACnB,mBAAmB"}
1
+ {"version":3,"file":"identityGovernanceServiceClient.js","sourceRoot":"","sources":["identityGovernanceServiceClient.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,OAAO,EAAE,kDAAkD,EAAE,gDAAgD,EAAyC,MAAM,+BAA+B,CAAC;AAC5L,OAAO,EAAE,kBAAkB,EAAkH,MAAM,+BAA+B,CAAC;AAUnL;;;GAGG;AACH,MAAM,UAAU,qCAAqC,CAAC,cAA8B;IAChF,IAAI,cAAc,CAAC,OAAO,KAAK,SAAS,IAAI,cAAc,CAAC,OAAO,KAAK,EAAE,EAAE,CAAC;QACxE,cAAc,CAAC,OAAO,GAAG,kCAAkC,CAAC;IAChE,CAAC;IACD,MAAM,cAAc,GAA4B;QAC5C,SAAS,EAAE,cAAc,CAAC,OAAO;KACpC,CAAC;IACF,OAAO,kBAAkB,CAAkC,cAAc,EAAE,cAAc,EAAE,iDAAiD,EAAE,SAAS,CAAC,CAAC;AAC7J,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAmH;IAC7K,kBAAkB,EAAE;QAChB,gBAAgB,EAAE,gDAAgD;QAClE,kBAAkB,EAAE,kDAAkD;KACzE;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAG,YAAY,CAAC;AACvE,mBAAmB;AACnB,mBAAmB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/msgraph-sdk-identitygovernance",
3
- "version": "1.0.0-preview.42",
3
+ "version": "1.0.0-preview.44",
4
4
  "description": "IdentityGovernance fluent API for Microsoft Graph",
5
5
  "keywords": [
6
6
  "Microsoft",
@@ -30,18 +30,12 @@
30
30
  "homepage": "https://github.com/microsoftgraph/msgraph-sdk-typescript#readme",
31
31
  "types": "index.d.ts",
32
32
  "dependencies": {
33
- "@microsoft/kiota-abstractions": "^1.0.0-preview.39",
34
- "@microsoft/kiota-serialization-form": "^1.0.0-preview.28",
35
- "@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
36
- "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
37
- "@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
38
- "@microsoft/msgraph-sdk": "^1.0.0-preview.30",
39
- "guid-typescript": "^1.0.9",
33
+ "@microsoft/msgraph-sdk": "^1.0.0-preview.42",
40
34
  "tslib": "^2.6.2"
41
35
  },
42
36
  "devDependencies": {
43
37
  "typescript": "^5.3.3"
44
38
  },
45
39
  "type": "module",
46
- "gitHead": "4c3f6ddcb5a6b103262cde15152154e16b52a214"
40
+ "gitHead": "37ed2616ede72f248abe0b6a756d08be3d8622df"
47
41
  }