@microsoft/msgraph-sdk-appcatalogs 1.0.0-preview.23 → 1.0.0-preview.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/appCatalogs/index.d.ts +2 -2
- package/appCatalogs/index.d.ts.map +1 -1
- package/appCatalogs/index.js +16 -18
- package/appCatalogs/index.js.map +1 -0
- package/appCatalogs/teamsApps/count/index.js +6 -8
- package/appCatalogs/teamsApps/count/index.js.map +1 -0
- package/appCatalogs/teamsApps/index.d.ts +3 -3
- package/appCatalogs/teamsApps/index.d.ts.map +1 -1
- package/appCatalogs/teamsApps/index.js +18 -20
- package/appCatalogs/teamsApps/index.js.map +1 -0
- package/appCatalogs/teamsApps/item/appDefinitions/count/index.js +6 -8
- package/appCatalogs/teamsApps/item/appDefinitions/count/index.js.map +1 -0
- package/appCatalogs/teamsApps/item/appDefinitions/index.d.ts +3 -3
- package/appCatalogs/teamsApps/item/appDefinitions/index.d.ts.map +1 -1
- package/appCatalogs/teamsApps/item/appDefinitions/index.js +18 -20
- package/appCatalogs/teamsApps/item/appDefinitions/index.js.map +1 -0
- package/appCatalogs/teamsApps/item/appDefinitions/item/bot/index.d.ts +5 -4
- package/appCatalogs/teamsApps/item/appDefinitions/item/bot/index.d.ts.map +1 -1
- package/appCatalogs/teamsApps/item/appDefinitions/item/bot/index.js +14 -16
- package/appCatalogs/teamsApps/item/appDefinitions/item/bot/index.js.map +1 -0
- package/appCatalogs/teamsApps/item/appDefinitions/item/index.d.ts +2 -2
- package/appCatalogs/teamsApps/item/appDefinitions/item/index.d.ts.map +1 -1
- package/appCatalogs/teamsApps/item/appDefinitions/item/index.js +17 -19
- package/appCatalogs/teamsApps/item/appDefinitions/item/index.js.map +1 -0
- package/appCatalogs/teamsApps/item/index.d.ts +2 -2
- package/appCatalogs/teamsApps/item/index.d.ts.map +1 -1
- package/appCatalogs/teamsApps/item/index.js +18 -20
- package/appCatalogs/teamsApps/item/index.js.map +1 -0
- package/appCatalogsServiceClient.d.ts +1 -1
- package/appCatalogsServiceClient.d.ts.map +1 -1
- package/appCatalogsServiceClient.js +20 -23
- package/appCatalogsServiceClient.js.map +1 -0
- package/index.d.ts +2 -2
- package/index.d.ts.map +1 -1
- package/index.js +5 -20
- package/index.js.map +1 -0
- package/package.json +4 -3
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -1,19 +1,16 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TeamsAppDefinitionItemRequestBuilderRequestsMetadata = exports.TeamsAppDefinitionItemRequestBuilderNavigationMetadata = exports.TeamsAppDefinitionItemRequestBuilderUriTemplate = void 0;
|
|
4
1
|
/* tslint:disable */
|
|
5
2
|
/* eslint-disable */
|
|
6
3
|
// Generated by Microsoft Kiota
|
|
7
4
|
// @ts-ignore
|
|
8
|
-
|
|
5
|
+
import { createTeamsAppDefinitionFromDiscriminatorValue, serializeTeamsAppDefinition } from '@microsoft/msgraph-sdk/models/index.js';
|
|
9
6
|
// @ts-ignore
|
|
10
|
-
|
|
7
|
+
import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/models/oDataErrors/index.js';
|
|
11
8
|
// @ts-ignore
|
|
12
|
-
|
|
9
|
+
import { BotRequestBuilderRequestsMetadata } from './bot/index.js';
|
|
13
10
|
/**
|
|
14
11
|
* Uri template for the request builder.
|
|
15
12
|
*/
|
|
16
|
-
|
|
13
|
+
export const TeamsAppDefinitionItemRequestBuilderUriTemplate = "{+baseurl}/appCatalogs/teamsApps/{teamsApp%2Did}/appDefinitions/{teamsAppDefinition%2Did}{?%24expand,%24select}";
|
|
17
14
|
/**
|
|
18
15
|
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
19
16
|
*/
|
|
@@ -24,45 +21,46 @@ const TeamsAppDefinitionItemRequestBuilderGetQueryParametersMapper = {
|
|
|
24
21
|
/**
|
|
25
22
|
* Metadata for all the navigation properties in the request builder.
|
|
26
23
|
*/
|
|
27
|
-
|
|
24
|
+
export const TeamsAppDefinitionItemRequestBuilderNavigationMetadata = {
|
|
28
25
|
bot: {
|
|
29
|
-
requestsMetadata:
|
|
26
|
+
requestsMetadata: BotRequestBuilderRequestsMetadata,
|
|
30
27
|
},
|
|
31
28
|
};
|
|
32
29
|
/**
|
|
33
30
|
* Metadata for all the requests in the request builder.
|
|
34
31
|
*/
|
|
35
|
-
|
|
32
|
+
export const TeamsAppDefinitionItemRequestBuilderRequestsMetadata = {
|
|
36
33
|
delete: {
|
|
37
|
-
uriTemplate:
|
|
34
|
+
uriTemplate: TeamsAppDefinitionItemRequestBuilderUriTemplate,
|
|
38
35
|
responseBodyContentType: "application/json",
|
|
39
36
|
errorMappings: {
|
|
40
|
-
XXX:
|
|
37
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
41
38
|
},
|
|
42
39
|
adapterMethodName: "sendNoResponseContent",
|
|
43
40
|
},
|
|
44
41
|
get: {
|
|
45
|
-
uriTemplate:
|
|
42
|
+
uriTemplate: TeamsAppDefinitionItemRequestBuilderUriTemplate,
|
|
46
43
|
responseBodyContentType: "application/json",
|
|
47
44
|
errorMappings: {
|
|
48
|
-
XXX:
|
|
45
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
49
46
|
},
|
|
50
47
|
adapterMethodName: "send",
|
|
51
|
-
responseBodyFactory:
|
|
48
|
+
responseBodyFactory: createTeamsAppDefinitionFromDiscriminatorValue,
|
|
52
49
|
queryParametersMapper: TeamsAppDefinitionItemRequestBuilderGetQueryParametersMapper,
|
|
53
50
|
},
|
|
54
51
|
patch: {
|
|
55
|
-
uriTemplate:
|
|
52
|
+
uriTemplate: TeamsAppDefinitionItemRequestBuilderUriTemplate,
|
|
56
53
|
responseBodyContentType: "application/json",
|
|
57
54
|
errorMappings: {
|
|
58
|
-
XXX:
|
|
55
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
59
56
|
},
|
|
60
57
|
adapterMethodName: "send",
|
|
61
|
-
responseBodyFactory:
|
|
58
|
+
responseBodyFactory: createTeamsAppDefinitionFromDiscriminatorValue,
|
|
62
59
|
requestBodyContentType: "application/json",
|
|
63
|
-
requestBodySerializer:
|
|
60
|
+
requestBodySerializer: serializeTeamsAppDefinition,
|
|
64
61
|
requestInformationContentSetMethod: "setContentFromParsable",
|
|
65
62
|
},
|
|
66
63
|
};
|
|
67
64
|
/* tslint:enable */
|
|
68
65
|
/* eslint-enable */
|
|
66
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,8CAA8C,EAAE,2BAA2B,EAA2B,MAAM,wCAAwC,CAAC;AAC9J,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,iCAAiC,EAA0B,MAAM,gBAAgB,CAAC;AAmE3F;;GAEG;AACH,MAAM,CAAC,MAAM,+CAA+C,GAAG,iHAAiH,CAAC;AACjL;;GAEG;AACH,MAAM,4DAA4D,GAA2B;IACzF,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;CACxB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,sDAAsD,GAAwH;IACvL,GAAG,EAAE;QACD,gBAAgB,EAAE,iCAAiC;KACtD;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,oDAAoD,GAAqB;IAClF,MAAM,EAAE;QACJ,WAAW,EAAE,+CAA+C;QAC5D,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;KAC7C;IACD,GAAG,EAAE;QACD,WAAW,EAAE,+CAA+C;QAC5D,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,8CAA8C;QACpE,qBAAqB,EAAE,4DAA4D;KACtF;IACD,KAAK,EAAE;QACH,WAAW,EAAE,+CAA+C;QAC5D,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,8CAA8C;QACpE,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,2BAA2B;QAClD,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type TeamsApp } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
-
import { type AppDefinitionsRequestBuilder } from './appDefinitions/';
|
|
1
|
+
import { type TeamsApp } from '@microsoft/msgraph-sdk/models/index.js';
|
|
2
|
+
import { type AppDefinitionsRequestBuilder } from './appDefinitions/index.js';
|
|
3
3
|
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
4
4
|
/**
|
|
5
5
|
* Provides operations to manage the teamsApps property of the microsoft.graph.appCatalogs entity.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA2D,KAAK,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA2D,KAAK,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAIhI,OAAO,EAAgG,KAAK,4BAA4B,EAAE,MAAM,2BAA2B,CAAC;AAE5K,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,0BAA2B,SAAQ,kBAAkB,CAAC,0BAA0B,CAAC;IAC9F;;OAEG;IACH,IAAI,cAAc,IAAI,4BAA4B,CAAC;IACnD;;;;;OAKG;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,4CAA4C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,QAAQ,GAAG,SAAS,CAAC,CAAC;IAC5I;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,QAAQ,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,QAAQ,GAAG,SAAS,CAAC,CAAC;IACxH;;;;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,4CAA4C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACrJ;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,QAAQ,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACpI;AACD;;GAEG;AACH,MAAM,WAAW,4CAA4C;IACzD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,qCAAqC,2EAA2E,CAAC;AAQ9H;;GAEG;AACH,eAAO,MAAM,4CAA4C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,0BAA0B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAKlK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,0CAA0C,EAAE,gBA+BxD,CAAC"}
|
|
@@ -1,19 +1,16 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TeamsAppItemRequestBuilderRequestsMetadata = exports.TeamsAppItemRequestBuilderNavigationMetadata = exports.TeamsAppItemRequestBuilderUriTemplate = void 0;
|
|
4
1
|
/* tslint:disable */
|
|
5
2
|
/* eslint-disable */
|
|
6
3
|
// Generated by Microsoft Kiota
|
|
7
4
|
// @ts-ignore
|
|
8
|
-
|
|
5
|
+
import { createTeamsAppFromDiscriminatorValue, serializeTeamsApp } from '@microsoft/msgraph-sdk/models/index.js';
|
|
9
6
|
// @ts-ignore
|
|
10
|
-
|
|
7
|
+
import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/models/oDataErrors/index.js';
|
|
11
8
|
// @ts-ignore
|
|
12
|
-
|
|
9
|
+
import { AppDefinitionsRequestBuilderNavigationMetadata, AppDefinitionsRequestBuilderRequestsMetadata } from './appDefinitions/index.js';
|
|
13
10
|
/**
|
|
14
11
|
* Uri template for the request builder.
|
|
15
12
|
*/
|
|
16
|
-
|
|
13
|
+
export const TeamsAppItemRequestBuilderUriTemplate = "{+baseurl}/appCatalogs/teamsApps/{teamsApp%2Did}{?%24expand,%24select}";
|
|
17
14
|
/**
|
|
18
15
|
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
19
16
|
*/
|
|
@@ -24,46 +21,47 @@ const TeamsAppItemRequestBuilderGetQueryParametersMapper = {
|
|
|
24
21
|
/**
|
|
25
22
|
* Metadata for all the navigation properties in the request builder.
|
|
26
23
|
*/
|
|
27
|
-
|
|
24
|
+
export const TeamsAppItemRequestBuilderNavigationMetadata = {
|
|
28
25
|
appDefinitions: {
|
|
29
|
-
requestsMetadata:
|
|
30
|
-
navigationMetadata:
|
|
26
|
+
requestsMetadata: AppDefinitionsRequestBuilderRequestsMetadata,
|
|
27
|
+
navigationMetadata: AppDefinitionsRequestBuilderNavigationMetadata,
|
|
31
28
|
},
|
|
32
29
|
};
|
|
33
30
|
/**
|
|
34
31
|
* Metadata for all the requests in the request builder.
|
|
35
32
|
*/
|
|
36
|
-
|
|
33
|
+
export const TeamsAppItemRequestBuilderRequestsMetadata = {
|
|
37
34
|
delete: {
|
|
38
|
-
uriTemplate:
|
|
35
|
+
uriTemplate: TeamsAppItemRequestBuilderUriTemplate,
|
|
39
36
|
responseBodyContentType: "application/json",
|
|
40
37
|
errorMappings: {
|
|
41
|
-
XXX:
|
|
38
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
42
39
|
},
|
|
43
40
|
adapterMethodName: "sendNoResponseContent",
|
|
44
41
|
},
|
|
45
42
|
get: {
|
|
46
|
-
uriTemplate:
|
|
43
|
+
uriTemplate: TeamsAppItemRequestBuilderUriTemplate,
|
|
47
44
|
responseBodyContentType: "application/json",
|
|
48
45
|
errorMappings: {
|
|
49
|
-
XXX:
|
|
46
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
50
47
|
},
|
|
51
48
|
adapterMethodName: "send",
|
|
52
|
-
responseBodyFactory:
|
|
49
|
+
responseBodyFactory: createTeamsAppFromDiscriminatorValue,
|
|
53
50
|
queryParametersMapper: TeamsAppItemRequestBuilderGetQueryParametersMapper,
|
|
54
51
|
},
|
|
55
52
|
patch: {
|
|
56
|
-
uriTemplate:
|
|
53
|
+
uriTemplate: TeamsAppItemRequestBuilderUriTemplate,
|
|
57
54
|
responseBodyContentType: "application/json",
|
|
58
55
|
errorMappings: {
|
|
59
|
-
XXX:
|
|
56
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
60
57
|
},
|
|
61
58
|
adapterMethodName: "send",
|
|
62
|
-
responseBodyFactory:
|
|
59
|
+
responseBodyFactory: createTeamsAppFromDiscriminatorValue,
|
|
63
60
|
requestBodyContentType: "application/json",
|
|
64
|
-
requestBodySerializer:
|
|
61
|
+
requestBodySerializer: serializeTeamsApp,
|
|
65
62
|
requestInformationContentSetMethod: "setContentFromParsable",
|
|
66
63
|
},
|
|
67
64
|
};
|
|
68
65
|
/* tslint:enable */
|
|
69
66
|
/* eslint-enable */
|
|
67
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,oCAAoC,EAAE,iBAAiB,EAAiB,MAAM,wCAAwC,CAAC;AAChI,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,8CAA8C,EAAE,4CAA4C,EAAqC,MAAM,2BAA2B,CAAC;AAmE5K;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAG,wEAAwE,CAAC;AAC9H;;GAEG;AACH,MAAM,kDAAkD,GAA2B;IAC/E,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;CACxB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,4CAA4C,GAA8G;IACnK,cAAc,EAAE;QACZ,gBAAgB,EAAE,4CAA4C;QAC9D,kBAAkB,EAAE,8CAA8C;KACrE;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAqB;IACxE,MAAM,EAAE;QACJ,WAAW,EAAE,qCAAqC;QAClD,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;KAC7C;IACD,GAAG,EAAE;QACD,WAAW,EAAE,qCAAqC;QAClD,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,oCAAoC;QAC1D,qBAAqB,EAAE,kDAAkD;KAC5E;IACD,KAAK,EAAE;QACH,WAAW,EAAE,qCAAqC;QAClD,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,oCAAoC;QAC1D,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,iBAAiB;QACxC,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type AppCatalogsRequestBuilder } from './appCatalogs/';
|
|
1
|
+
import { type AppCatalogsRequestBuilder } from './appCatalogs/index.js';
|
|
2
2
|
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestAdapter } from '@microsoft/kiota-abstractions';
|
|
3
3
|
/**
|
|
4
4
|
* The main entry point of the SDK, exposes the configuration and the fluent API.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appCatalogsServiceClient.d.ts","sourceRoot":"","sources":["appCatalogsServiceClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAA0F,KAAK,yBAAyB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"appCatalogsServiceClient.d.ts","sourceRoot":"","sources":["appCatalogsServiceClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAA0F,KAAK,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AAChK,OAAO,EAA8E,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAE,KAAK,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAM3O;;GAEG;AACH,MAAM,WAAW,wBAAyB,SAAQ,kBAAkB,CAAC,wBAAwB,CAAC;IAC1F;;OAEG;IACH,IAAI,WAAW,IAAI,yBAAyB,CAAC;CAChD;AACD;;;GAGG;AACH,wBAAgB,8BAA8B,CAAC,cAAc,EAAE,cAAc,4BAe5E;AACD;;GAEG;AACH,eAAO,MAAM,0CAA0C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,wBAAwB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAK9J,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,mCAAmC,eAAe,CAAC"}
|
|
@@ -1,48 +1,45 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AppCatalogsServiceClientUriTemplate = exports.AppCatalogsServiceClientNavigationMetadata = exports.createAppCatalogsServiceClient = void 0;
|
|
4
1
|
/* tslint:disable */
|
|
5
2
|
/* eslint-disable */
|
|
6
3
|
// Generated by Microsoft Kiota
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
4
|
+
import { AppCatalogsRequestBuilderNavigationMetadata, AppCatalogsRequestBuilderRequestsMetadata } from './appCatalogs/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';
|
|
13
10
|
/**
|
|
14
11
|
* Instantiates a new AppCatalogsServiceClient and sets the default values.
|
|
15
12
|
* @param requestAdapter The request adapter to use to execute the requests.
|
|
16
13
|
*/
|
|
17
|
-
function createAppCatalogsServiceClient(requestAdapter) {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
14
|
+
export function createAppCatalogsServiceClient(requestAdapter) {
|
|
15
|
+
registerDefaultSerializer(JsonSerializationWriterFactory);
|
|
16
|
+
registerDefaultSerializer(TextSerializationWriterFactory);
|
|
17
|
+
registerDefaultSerializer(FormSerializationWriterFactory);
|
|
18
|
+
registerDefaultSerializer(MultipartSerializationWriterFactory);
|
|
19
|
+
registerDefaultDeserializer(JsonParseNodeFactory);
|
|
20
|
+
registerDefaultDeserializer(TextParseNodeFactory);
|
|
21
|
+
registerDefaultDeserializer(FormParseNodeFactory);
|
|
25
22
|
if (requestAdapter.baseUrl === undefined || requestAdapter.baseUrl === "") {
|
|
26
23
|
requestAdapter.baseUrl = "https://graph.microsoft.com/v1.0";
|
|
27
24
|
}
|
|
28
25
|
const pathParameters = {
|
|
29
26
|
"baseurl": requestAdapter.baseUrl,
|
|
30
27
|
};
|
|
31
|
-
return
|
|
28
|
+
return apiClientProxifier(requestAdapter, pathParameters, AppCatalogsServiceClientNavigationMetadata, undefined);
|
|
32
29
|
}
|
|
33
|
-
exports.createAppCatalogsServiceClient = createAppCatalogsServiceClient;
|
|
34
30
|
/**
|
|
35
31
|
* Metadata for all the navigation properties in the request builder.
|
|
36
32
|
*/
|
|
37
|
-
|
|
33
|
+
export const AppCatalogsServiceClientNavigationMetadata = {
|
|
38
34
|
appCatalogs: {
|
|
39
|
-
requestsMetadata:
|
|
40
|
-
navigationMetadata:
|
|
35
|
+
requestsMetadata: AppCatalogsRequestBuilderRequestsMetadata,
|
|
36
|
+
navigationMetadata: AppCatalogsRequestBuilderNavigationMetadata,
|
|
41
37
|
},
|
|
42
38
|
};
|
|
43
39
|
/**
|
|
44
40
|
* Uri template for the request builder.
|
|
45
41
|
*/
|
|
46
|
-
|
|
42
|
+
export const AppCatalogsServiceClientUriTemplate = "{+baseurl}";
|
|
47
43
|
/* tslint:enable */
|
|
48
44
|
/* eslint-enable */
|
|
45
|
+
//# sourceMappingURL=appCatalogsServiceClient.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appCatalogsServiceClient.js","sourceRoot":"","sources":["appCatalogsServiceClient.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,OAAO,EAAE,2CAA2C,EAAE,yCAAyC,EAAkC,MAAM,wBAAwB,CAAC;AAChK,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,8BAA8B,CAAC,cAA8B;IACzE,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,CAA2B,cAAc,EAAE,cAAc,EAAE,0CAA0C,EAAE,SAAS,CAAC,CAAC;AAC/I,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAA4G;IAC/J,WAAW,EAAE;QACT,gBAAgB,EAAE,yCAAyC;QAC3D,kBAAkB,EAAE,2CAA2C;KAClE;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAG,YAAY,CAAC;AAChE,mBAAmB;AACnB,mBAAmB"}
|
package/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AppCatalogsRequestBuilder } from "./appCatalogs";
|
|
1
|
+
import type { AppCatalogsRequestBuilder } from "./appCatalogs/index.js";
|
|
2
2
|
declare module "@microsoft/msgraph-sdk" {
|
|
3
3
|
interface GraphServiceClient {
|
|
4
4
|
/**
|
|
@@ -7,5 +7,5 @@ declare module "@microsoft/msgraph-sdk" {
|
|
|
7
7
|
get appCatalogs(): AppCatalogsRequestBuilder;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
-
export * from "./appCatalogsServiceClient";
|
|
10
|
+
export * from "./appCatalogsServiceClient.js";
|
|
11
11
|
//# sourceMappingURL=index.d.ts.map
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AAGxE,OAAO,QAAQ,wBAAwB,CAAC;IACtC,UAAU,kBAAkB;QAC1B;;WAEG;QACH,IAAI,WAAW,IAAI,yBAAyB,CAAC;KAC9C;CACF;AAED,cAAc,+BAA+B,CAAC"}
|
package/index.js
CHANGED
|
@@ -1,20 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
const msgraph_sdk_1 = require("@microsoft/msgraph-sdk");
|
|
18
|
-
const appCatalogsServiceClient_1 = require("./appCatalogsServiceClient");
|
|
19
|
-
(0, msgraph_sdk_1.extendGraphServiceClient)(appCatalogsServiceClient_1.AppCatalogsServiceClientNavigationMetadata);
|
|
20
|
-
__exportStar(require("./appCatalogsServiceClient"), exports);
|
|
1
|
+
import { extendGraphServiceClient } from "@microsoft/msgraph-sdk";
|
|
2
|
+
import { AppCatalogsServiceClientNavigationMetadata } from "./appCatalogsServiceClient.js";
|
|
3
|
+
extendGraphServiceClient(AppCatalogsServiceClientNavigationMetadata);
|
|
4
|
+
export * from "./appCatalogsServiceClient.js";
|
|
5
|
+
//# sourceMappingURL=index.js.map
|
package/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAGlE,OAAO,EAAE,0CAA0C,EAAE,MAAM,+BAA+B,CAAC;AAU3F,wBAAwB,CAAC,0CAA0C,CAAC,CAAC;AACrE,cAAc,+BAA+B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/msgraph-sdk-appcatalogs",
|
|
3
|
-
"version": "1.0.0-preview.
|
|
3
|
+
"version": "1.0.0-preview.24",
|
|
4
4
|
"description": "AppCatalogs fluent API for Microsoft Graph",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Microsoft",
|
|
@@ -37,12 +37,13 @@
|
|
|
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.
|
|
40
|
+
"@microsoft/msgraph-sdk": "^1.0.0-preview.24",
|
|
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
|
-
"
|
|
47
|
+
"type": "module",
|
|
48
|
+
"gitHead": "f82a2f5b71b5a7613a5f6e2066640f7606c49e7c"
|
|
48
49
|
}
|