@microsoft/msgraph-sdk-solutions 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.
- package/LICENSE +21 -0
- package/README.md +11 -0
- package/index.d.ts +11 -0
- package/index.d.ts.map +1 -0
- package/index.js +20 -0
- package/package.json +48 -0
- package/solutions/bookingBusinesses/count/index.d.ts +40 -0
- package/solutions/bookingBusinesses/count/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/count/index.js +35 -0
- package/solutions/bookingBusinesses/index.d.ts +97 -0
- package/solutions/bookingBusinesses/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/index.js +71 -0
- package/solutions/bookingBusinesses/item/appointments/count/index.d.ts +40 -0
- package/solutions/bookingBusinesses/item/appointments/count/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/appointments/count/index.js +35 -0
- package/solutions/bookingBusinesses/item/appointments/index.d.ts +97 -0
- package/solutions/bookingBusinesses/item/appointments/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/appointments/index.js +71 -0
- package/solutions/bookingBusinesses/item/appointments/item/cancel/index.d.ts +59 -0
- package/solutions/bookingBusinesses/item/appointments/item/cancel/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/appointments/item/cancel/index.js +58 -0
- package/solutions/bookingBusinesses/item/appointments/item/index.d.ts +78 -0
- package/solutions/bookingBusinesses/item/appointments/item/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/appointments/item/index.js +66 -0
- package/solutions/bookingBusinesses/item/calendarView/count/index.d.ts +40 -0
- package/solutions/bookingBusinesses/item/calendarView/count/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/calendarView/count/index.js +35 -0
- package/solutions/bookingBusinesses/item/calendarView/index.d.ts +104 -0
- package/solutions/bookingBusinesses/item/calendarView/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/calendarView/index.js +71 -0
- package/solutions/bookingBusinesses/item/calendarView/item/cancel/index.d.ts +59 -0
- package/solutions/bookingBusinesses/item/calendarView/item/cancel/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/calendarView/item/cancel/index.js +58 -0
- package/solutions/bookingBusinesses/item/calendarView/item/index.d.ts +83 -0
- package/solutions/bookingBusinesses/item/calendarView/item/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/calendarView/item/index.js +66 -0
- package/solutions/bookingBusinesses/item/customQuestions/count/index.d.ts +40 -0
- package/solutions/bookingBusinesses/item/customQuestions/count/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/customQuestions/count/index.js +35 -0
- package/solutions/bookingBusinesses/item/customQuestions/index.d.ts +97 -0
- package/solutions/bookingBusinesses/item/customQuestions/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/customQuestions/index.js +70 -0
- package/solutions/bookingBusinesses/item/customQuestions/item/index.d.ts +69 -0
- package/solutions/bookingBusinesses/item/customQuestions/item/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/customQuestions/item/index.js +56 -0
- package/solutions/bookingBusinesses/item/customers/count/index.d.ts +40 -0
- package/solutions/bookingBusinesses/item/customers/count/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/customers/count/index.js +35 -0
- package/solutions/bookingBusinesses/item/customers/index.d.ts +97 -0
- package/solutions/bookingBusinesses/item/customers/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/customers/index.js +70 -0
- package/solutions/bookingBusinesses/item/customers/item/index.d.ts +69 -0
- package/solutions/bookingBusinesses/item/customers/item/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/customers/item/index.js +56 -0
- package/solutions/bookingBusinesses/item/getStaffAvailability/index.d.ts +91 -0
- package/solutions/bookingBusinesses/item/getStaffAvailability/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/getStaffAvailability/index.js +90 -0
- package/solutions/bookingBusinesses/item/index.d.ts +118 -0
- package/solutions/bookingBusinesses/item/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/index.js +112 -0
- package/solutions/bookingBusinesses/item/publish/index.d.ts +27 -0
- package/solutions/bookingBusinesses/item/publish/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/publish/index.js +26 -0
- package/solutions/bookingBusinesses/item/services/count/index.d.ts +40 -0
- package/solutions/bookingBusinesses/item/services/count/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/services/count/index.js +35 -0
- package/solutions/bookingBusinesses/item/services/index.d.ts +97 -0
- package/solutions/bookingBusinesses/item/services/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/services/index.js +70 -0
- package/solutions/bookingBusinesses/item/services/item/index.d.ts +69 -0
- package/solutions/bookingBusinesses/item/services/item/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/services/item/index.js +56 -0
- package/solutions/bookingBusinesses/item/staffMembers/count/index.d.ts +40 -0
- package/solutions/bookingBusinesses/item/staffMembers/count/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/staffMembers/count/index.js +35 -0
- package/solutions/bookingBusinesses/item/staffMembers/index.d.ts +97 -0
- package/solutions/bookingBusinesses/item/staffMembers/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/staffMembers/index.js +70 -0
- package/solutions/bookingBusinesses/item/staffMembers/item/index.d.ts +69 -0
- package/solutions/bookingBusinesses/item/staffMembers/item/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/staffMembers/item/index.js +56 -0
- package/solutions/bookingBusinesses/item/unpublish/index.d.ts +27 -0
- package/solutions/bookingBusinesses/item/unpublish/index.d.ts.map +1 -0
- package/solutions/bookingBusinesses/item/unpublish/index.js +26 -0
- package/solutions/bookingCurrencies/count/index.d.ts +40 -0
- package/solutions/bookingCurrencies/count/index.d.ts.map +1 -0
- package/solutions/bookingCurrencies/count/index.js +35 -0
- package/solutions/bookingCurrencies/index.d.ts +96 -0
- package/solutions/bookingCurrencies/index.d.ts.map +1 -0
- package/solutions/bookingCurrencies/index.js +70 -0
- package/solutions/bookingCurrencies/item/index.d.ts +67 -0
- package/solutions/bookingCurrencies/item/index.d.ts.map +1 -0
- package/solutions/bookingCurrencies/item/index.js +56 -0
- package/solutions/index.d.ts +74 -0
- package/solutions/index.d.ts.map +1 -0
- package/solutions/index.js +71 -0
- package/solutions/virtualEvents/events/count/index.d.ts +40 -0
- package/solutions/virtualEvents/events/count/index.d.ts.map +1 -0
- package/solutions/virtualEvents/events/count/index.js +35 -0
- package/solutions/virtualEvents/events/index.d.ts +95 -0
- package/solutions/virtualEvents/events/index.d.ts.map +1 -0
- package/solutions/virtualEvents/events/index.js +71 -0
- package/solutions/virtualEvents/events/item/index.d.ts +75 -0
- package/solutions/virtualEvents/events/item/index.d.ts.map +1 -0
- package/solutions/virtualEvents/events/item/index.js +67 -0
- package/solutions/virtualEvents/events/item/sessions/count/index.d.ts +40 -0
- package/solutions/virtualEvents/events/item/sessions/count/index.d.ts.map +1 -0
- package/solutions/virtualEvents/events/item/sessions/count/index.js +35 -0
- package/solutions/virtualEvents/events/item/sessions/index.d.ts +95 -0
- package/solutions/virtualEvents/events/item/sessions/index.d.ts.map +1 -0
- package/solutions/virtualEvents/events/item/sessions/index.js +71 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/count/index.d.ts +40 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/count/index.d.ts.map +1 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/count/index.js +35 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/index.d.ts +95 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/index.d.ts.map +1 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/index.js +71 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/item/attendanceRecords/count/index.d.ts +40 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/item/attendanceRecords/count/index.d.ts.map +1 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/item/attendanceRecords/count/index.js +35 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/item/attendanceRecords/index.d.ts +96 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/item/attendanceRecords/index.d.ts.map +1 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/item/attendanceRecords/index.js +70 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/item/attendanceRecords/item/index.d.ts +66 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/item/attendanceRecords/item/index.d.ts.map +1 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/item/attendanceRecords/item/index.js +56 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/item/index.d.ts +75 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/item/index.d.ts.map +1 -0
- package/solutions/virtualEvents/events/item/sessions/item/attendanceReports/item/index.js +67 -0
- package/solutions/virtualEvents/events/item/sessions/item/index.d.ts +75 -0
- package/solutions/virtualEvents/events/item/sessions/item/index.d.ts.map +1 -0
- package/solutions/virtualEvents/events/item/sessions/item/index.js +67 -0
- package/solutions/virtualEvents/index.d.ts +80 -0
- package/solutions/virtualEvents/index.d.ts.map +1 -0
- package/solutions/virtualEvents/index.js +73 -0
- package/solutions/virtualEvents/webinars/count/index.d.ts +40 -0
- package/solutions/virtualEvents/webinars/count/index.d.ts.map +1 -0
- package/solutions/virtualEvents/webinars/count/index.js +35 -0
- package/solutions/virtualEvents/webinars/getByUserIdAndRoleWithUserIdWithRole/index.d.ts +83 -0
- package/solutions/virtualEvents/webinars/getByUserIdAndRoleWithUserIdWithRole/index.d.ts.map +1 -0
- package/solutions/virtualEvents/webinars/getByUserIdAndRoleWithUserIdWithRole/index.js +67 -0
- package/solutions/virtualEvents/webinars/getByUserRoleWithRole/index.d.ts +83 -0
- package/solutions/virtualEvents/webinars/getByUserRoleWithRole/index.d.ts.map +1 -0
- package/solutions/virtualEvents/webinars/getByUserRoleWithRole/index.js +67 -0
- package/solutions/virtualEvents/webinars/index.d.ts +111 -0
- package/solutions/virtualEvents/webinars/index.d.ts.map +1 -0
- package/solutions/virtualEvents/webinars/index.js +81 -0
- package/solutions/virtualEvents/webinars/item/index.d.ts +80 -0
- package/solutions/virtualEvents/webinars/item/index.d.ts.map +1 -0
- package/solutions/virtualEvents/webinars/item/index.js +73 -0
- package/solutions/virtualEvents/webinars/item/registrations/count/index.d.ts +40 -0
- package/solutions/virtualEvents/webinars/item/registrations/count/index.d.ts.map +1 -0
- package/solutions/virtualEvents/webinars/item/registrations/count/index.js +35 -0
- package/solutions/virtualEvents/webinars/item/registrations/index.d.ts +96 -0
- package/solutions/virtualEvents/webinars/item/registrations/index.d.ts.map +1 -0
- package/solutions/virtualEvents/webinars/item/registrations/index.js +70 -0
- package/solutions/virtualEvents/webinars/item/registrations/item/index.d.ts +67 -0
- package/solutions/virtualEvents/webinars/item/registrations/item/index.d.ts.map +1 -0
- package/solutions/virtualEvents/webinars/item/registrations/item/index.js +56 -0
- package/solutions/virtualEvents/webinars/item/sessions/count/index.d.ts +40 -0
- package/solutions/virtualEvents/webinars/item/sessions/count/index.d.ts.map +1 -0
- package/solutions/virtualEvents/webinars/item/sessions/count/index.js +35 -0
- package/solutions/virtualEvents/webinars/item/sessions/index.d.ts +95 -0
- package/solutions/virtualEvents/webinars/item/sessions/index.d.ts.map +1 -0
- package/solutions/virtualEvents/webinars/item/sessions/index.js +71 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/count/index.d.ts +40 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/count/index.d.ts.map +1 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/count/index.js +35 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/index.d.ts +95 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/index.d.ts.map +1 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/index.js +71 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/item/attendanceRecords/count/index.d.ts +40 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/item/attendanceRecords/count/index.d.ts.map +1 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/item/attendanceRecords/count/index.js +35 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/item/attendanceRecords/index.d.ts +96 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/item/attendanceRecords/index.d.ts.map +1 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/item/attendanceRecords/index.js +70 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/item/attendanceRecords/item/index.d.ts +66 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/item/attendanceRecords/item/index.d.ts.map +1 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/item/attendanceRecords/item/index.js +56 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/item/index.d.ts +75 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/item/index.d.ts.map +1 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/attendanceReports/item/index.js +67 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/index.d.ts +75 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/index.d.ts.map +1 -0
- package/solutions/virtualEvents/webinars/item/sessions/item/index.js +67 -0
- package/solutionsServiceClient.d.ts +25 -0
- package/solutionsServiceClient.d.ts.map +1 -0
- package/solutionsServiceClient.js +49 -0
- package/tsconfig.json +15 -0
- package/tsconfig.tsbuildinfo +1 -0
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { type VirtualEventsRoot } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type EventsRequestBuilder } from './events/';
|
|
3
|
+
import { type WebinarsRequestBuilder } from './webinars/';
|
|
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 virtualEvents property of the microsoft.graph.solutionsRoot entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface VirtualEventsRequestBuilder extends BaseRequestBuilder<VirtualEventsRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to manage the events property of the microsoft.graph.virtualEventsRoot entity.
|
|
11
|
+
*/
|
|
12
|
+
get events(): EventsRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to manage the webinars property of the microsoft.graph.virtualEventsRoot entity.
|
|
15
|
+
*/
|
|
16
|
+
get webinars(): WebinarsRequestBuilder;
|
|
17
|
+
/**
|
|
18
|
+
* Delete navigation property virtualEvents for solutions
|
|
19
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
20
|
+
*/
|
|
21
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
22
|
+
/**
|
|
23
|
+
* Get virtualEvents from solutions
|
|
24
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
25
|
+
* @returns a Promise of VirtualEventsRoot
|
|
26
|
+
*/
|
|
27
|
+
get(requestConfiguration?: RequestConfiguration<VirtualEventsRequestBuilderGetQueryParameters> | undefined): Promise<VirtualEventsRoot | undefined>;
|
|
28
|
+
/**
|
|
29
|
+
* Update the navigation property virtualEvents in solutions
|
|
30
|
+
* @param body The request body
|
|
31
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
32
|
+
* @returns a Promise of VirtualEventsRoot
|
|
33
|
+
*/
|
|
34
|
+
patch(body: VirtualEventsRoot, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<VirtualEventsRoot | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* Delete navigation property virtualEvents for solutions
|
|
37
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
38
|
+
* @returns a RequestInformation
|
|
39
|
+
*/
|
|
40
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
41
|
+
/**
|
|
42
|
+
* Get virtualEvents from solutions
|
|
43
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
|
+
* @returns a RequestInformation
|
|
45
|
+
*/
|
|
46
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<VirtualEventsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
47
|
+
/**
|
|
48
|
+
* Update the navigation property virtualEvents in solutions
|
|
49
|
+
* @param body The request body
|
|
50
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
51
|
+
* @returns a RequestInformation
|
|
52
|
+
*/
|
|
53
|
+
toPatchRequestInformation(body: VirtualEventsRoot, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Get virtualEvents from solutions
|
|
57
|
+
*/
|
|
58
|
+
export interface VirtualEventsRequestBuilderGetQueryParameters {
|
|
59
|
+
/**
|
|
60
|
+
* Expand related entities
|
|
61
|
+
*/
|
|
62
|
+
expand?: string[];
|
|
63
|
+
/**
|
|
64
|
+
* Select properties to be returned
|
|
65
|
+
*/
|
|
66
|
+
select?: string[];
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Metadata for all the navigation properties in the request builder.
|
|
70
|
+
*/
|
|
71
|
+
export declare const VirtualEventsRequestBuilderNavigationMetadata: Record<Exclude<keyof VirtualEventsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
72
|
+
/**
|
|
73
|
+
* Metadata for all the requests in the request builder.
|
|
74
|
+
*/
|
|
75
|
+
export declare const VirtualEventsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
76
|
+
/**
|
|
77
|
+
* Uri template for the request builder.
|
|
78
|
+
*/
|
|
79
|
+
export declare const VirtualEventsRequestBuilderUriTemplate = "{+baseurl}/solutions/virtualEvents{?%24select,%24expand}";
|
|
80
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA6E,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAEnJ,OAAO,EAAiH,KAAK,oBAAoB,EAAE,MAAM,WAAW,CAAC;AACrK,OAAO,EAAE,KAAK,sBAAsB,EAAuH,MAAM,aAAa,CAAC;AAC/K,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,2BAA4B,SAAQ,kBAAkB,CAAC,2BAA2B,CAAC;IAChG;;OAEG;IACH,IAAI,MAAM,IAAI,oBAAoB,CAAC;IACnC;;OAEG;IACH,IAAI,QAAQ,IAAI,sBAAsB,CAAC;IACvC;;;OAGG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,6CAA6C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAC;IACtJ;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,iBAAiB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAC;IAC1I;;;;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,6CAA6C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACtJ;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,iBAAiB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC7I;AACD;;GAEG;AACH,MAAM,WAAW,6CAA6C;IAC1D;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,6CAA6C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,2BAA2B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAWpK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,2CAA2C,EAAE,gBA+BzD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,sCAAsC,6DAA6D,CAAC"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VirtualEventsRequestBuilderUriTemplate = exports.VirtualEventsRequestBuilderRequestsMetadata = exports.VirtualEventsRequestBuilderNavigationMetadata = 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 events_1 = require("./events/");
|
|
10
|
+
const webinars_1 = require("./webinars/");
|
|
11
|
+
/**
|
|
12
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
13
|
+
*/
|
|
14
|
+
const VirtualEventsRequestBuilderGetQueryParametersMapper = {
|
|
15
|
+
"expand": "%24expand",
|
|
16
|
+
"select": "%24select",
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* Metadata for all the navigation properties in the request builder.
|
|
20
|
+
*/
|
|
21
|
+
exports.VirtualEventsRequestBuilderNavigationMetadata = {
|
|
22
|
+
events: {
|
|
23
|
+
uriTemplate: events_1.EventsRequestBuilderUriTemplate,
|
|
24
|
+
requestsMetadata: events_1.EventsRequestBuilderRequestsMetadata,
|
|
25
|
+
navigationMetadata: events_1.EventsRequestBuilderNavigationMetadata,
|
|
26
|
+
},
|
|
27
|
+
webinars: {
|
|
28
|
+
uriTemplate: webinars_1.WebinarsRequestBuilderUriTemplate,
|
|
29
|
+
requestsMetadata: webinars_1.WebinarsRequestBuilderRequestsMetadata,
|
|
30
|
+
navigationMetadata: webinars_1.WebinarsRequestBuilderNavigationMetadata,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* Metadata for all the requests in the request builder.
|
|
35
|
+
*/
|
|
36
|
+
exports.VirtualEventsRequestBuilderRequestsMetadata = {
|
|
37
|
+
delete: {
|
|
38
|
+
responseBodyContentType: "application/json",
|
|
39
|
+
errorMappings: {
|
|
40
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
41
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
42
|
+
},
|
|
43
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
44
|
+
},
|
|
45
|
+
get: {
|
|
46
|
+
responseBodyContentType: "application/json",
|
|
47
|
+
errorMappings: {
|
|
48
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
49
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
50
|
+
},
|
|
51
|
+
adapterMethodName: "sendAsync",
|
|
52
|
+
responseBodyFactory: models_1.createVirtualEventsRootFromDiscriminatorValue,
|
|
53
|
+
queryParametersMapper: VirtualEventsRequestBuilderGetQueryParametersMapper,
|
|
54
|
+
},
|
|
55
|
+
patch: {
|
|
56
|
+
responseBodyContentType: "application/json",
|
|
57
|
+
errorMappings: {
|
|
58
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
59
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
60
|
+
},
|
|
61
|
+
adapterMethodName: "sendAsync",
|
|
62
|
+
responseBodyFactory: models_1.createVirtualEventsRootFromDiscriminatorValue,
|
|
63
|
+
requestBodyContentType: "application/json",
|
|
64
|
+
requestBodySerializer: models_1.serializeVirtualEventsRoot,
|
|
65
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
66
|
+
},
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Uri template for the request builder.
|
|
70
|
+
*/
|
|
71
|
+
exports.VirtualEventsRequestBuilderUriTemplate = "{+baseurl}/solutions/virtualEvents{?%24select,%24expand}";
|
|
72
|
+
/* tslint:enable */
|
|
73
|
+
/* 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}/solutions/virtualEvents/webinars/$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,6EAA6E,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}/solutions/virtualEvents/webinars/$count{?%24search,%24filter}";
|
|
34
|
+
/* tslint:enable */
|
|
35
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { type BaseCollectionPaginationCountResponse, type VirtualEventWebinar } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
|
+
* @returns a getByUserIdAndRoleWithUserIdWithRoleGetResponse
|
|
7
|
+
*/
|
|
8
|
+
export declare function createGetByUserIdAndRoleWithUserIdWithRoleGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoGetByUserIdAndRoleWithUserIdWithRoleGetResponse;
|
|
9
|
+
/**
|
|
10
|
+
* The deserialization information for the current model
|
|
11
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
12
|
+
*/
|
|
13
|
+
export declare function deserializeIntoGetByUserIdAndRoleWithUserIdWithRoleGetResponse(getByUserIdAndRoleWithUserIdWithRoleGetResponse?: GetByUserIdAndRoleWithUserIdWithRoleGetResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
14
|
+
export interface GetByUserIdAndRoleWithUserIdWithRoleGetResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
15
|
+
/**
|
|
16
|
+
* The value property
|
|
17
|
+
*/
|
|
18
|
+
value?: VirtualEventWebinar[];
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Provides operations to call the getByUserIdAndRole method.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder extends BaseRequestBuilder<GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder> {
|
|
24
|
+
/**
|
|
25
|
+
* Invoke function getByUserIdAndRole
|
|
26
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
|
+
* @returns a Promise of GetByUserIdAndRoleWithUserIdWithRoleGetResponse
|
|
28
|
+
*/
|
|
29
|
+
get(requestConfiguration?: RequestConfiguration<GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters> | undefined): Promise<GetByUserIdAndRoleWithUserIdWithRoleGetResponse | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* Invoke function getByUserIdAndRole
|
|
32
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
33
|
+
* @returns a RequestInformation
|
|
34
|
+
*/
|
|
35
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Invoke function getByUserIdAndRole
|
|
39
|
+
*/
|
|
40
|
+
export interface GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParameters {
|
|
41
|
+
/**
|
|
42
|
+
* Include count of items
|
|
43
|
+
*/
|
|
44
|
+
count?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Filter items by property values
|
|
47
|
+
*/
|
|
48
|
+
filter?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Order items by property values
|
|
51
|
+
*/
|
|
52
|
+
orderby?: string[];
|
|
53
|
+
/**
|
|
54
|
+
* Search items by search phrases
|
|
55
|
+
*/
|
|
56
|
+
search?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Select properties to be returned
|
|
59
|
+
*/
|
|
60
|
+
select?: string[];
|
|
61
|
+
/**
|
|
62
|
+
* Skip the first n items
|
|
63
|
+
*/
|
|
64
|
+
skip?: number;
|
|
65
|
+
/**
|
|
66
|
+
* Show only the first n items
|
|
67
|
+
*/
|
|
68
|
+
top?: number;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Serializes information the current object
|
|
72
|
+
* @param writer Serialization writer to use to serialize this model
|
|
73
|
+
*/
|
|
74
|
+
export declare function serializeGetByUserIdAndRoleWithUserIdWithRoleGetResponse(writer: SerializationWriter, getByUserIdAndRoleWithUserIdWithRoleGetResponse?: GetByUserIdAndRoleWithUserIdWithRoleGetResponse | undefined): void;
|
|
75
|
+
/**
|
|
76
|
+
* Metadata for all the requests in the request builder.
|
|
77
|
+
*/
|
|
78
|
+
export declare const GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
79
|
+
/**
|
|
80
|
+
* Uri template for the request builder.
|
|
81
|
+
*/
|
|
82
|
+
export declare const GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderUriTemplate = "{+baseurl}/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}'){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}";
|
|
83
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAuL,KAAK,qCAAqC,EAAE,KAAK,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAE3S,OAAO,EAAE,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;AAElO;;;;GAIG;AACH,wBAAgB,2EAA2E,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,yEAE3H;AACD;;;GAGG;AACH,wBAAgB,8DAA8D,CAAC,+CAA+C,GAAE,+CAA+C,GAAG,SAAiE,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAK/R;AACD,MAAM,WAAW,+CAAgD,SAAQ,qCAAqC,EAAE,QAAQ;IACpH;;OAEG;IACH,KAAK,CAAC,EAAE,mBAAmB,EAAE,CAAC;CACjC;AACD;;GAEG;AACH,MAAM,WAAW,kDAAmD,SAAQ,kBAAkB,CAAC,kDAAkD,CAAC;IAC9I;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,oEAAoE,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,+CAA+C,GAAG,SAAS,CAAC,CAAC;IAC3M;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,oEAAoE,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAChL;AACD;;GAEG;AACH,MAAM,WAAW,oEAAoE;IACjF;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;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;;;GAGG;AACH,wBAAgB,wDAAwD,CAAC,MAAM,EAAE,mBAAmB,EAAE,+CAA+C,GAAE,+CAA+C,GAAG,SAAiE,GAAI,IAAI,CAGjR;AAaD;;GAEG;AACH,eAAO,MAAM,kEAAkE,EAAE,gBAWhF,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,6DAA6D,uKAAuK,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderUriTemplate = exports.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderRequestsMetadata = exports.serializeGetByUserIdAndRoleWithUserIdWithRoleGetResponse = exports.deserializeIntoGetByUserIdAndRoleWithUserIdWithRoleGetResponse = exports.createGetByUserIdAndRoleWithUserIdWithRoleGetResponseFromDiscriminatorValue = 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
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
+
* @returns a getByUserIdAndRoleWithUserIdWithRoleGetResponse
|
|
13
|
+
*/
|
|
14
|
+
function createGetByUserIdAndRoleWithUserIdWithRoleGetResponseFromDiscriminatorValue(parseNode) {
|
|
15
|
+
return deserializeIntoGetByUserIdAndRoleWithUserIdWithRoleGetResponse;
|
|
16
|
+
}
|
|
17
|
+
exports.createGetByUserIdAndRoleWithUserIdWithRoleGetResponseFromDiscriminatorValue = createGetByUserIdAndRoleWithUserIdWithRoleGetResponseFromDiscriminatorValue;
|
|
18
|
+
/**
|
|
19
|
+
* The deserialization information for the current model
|
|
20
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
21
|
+
*/
|
|
22
|
+
function deserializeIntoGetByUserIdAndRoleWithUserIdWithRoleGetResponse(getByUserIdAndRoleWithUserIdWithRoleGetResponse = {}) {
|
|
23
|
+
return Object.assign(Object.assign({}, (0, models_1.deserializeIntoBaseCollectionPaginationCountResponse)(getByUserIdAndRoleWithUserIdWithRoleGetResponse)), { "value": n => { getByUserIdAndRoleWithUserIdWithRoleGetResponse.value = n.getCollectionOfObjectValues(models_1.createVirtualEventWebinarFromDiscriminatorValue); } });
|
|
24
|
+
}
|
|
25
|
+
exports.deserializeIntoGetByUserIdAndRoleWithUserIdWithRoleGetResponse = deserializeIntoGetByUserIdAndRoleWithUserIdWithRoleGetResponse;
|
|
26
|
+
/**
|
|
27
|
+
* Serializes information the current object
|
|
28
|
+
* @param writer Serialization writer to use to serialize this model
|
|
29
|
+
*/
|
|
30
|
+
function serializeGetByUserIdAndRoleWithUserIdWithRoleGetResponse(writer, getByUserIdAndRoleWithUserIdWithRoleGetResponse = {}) {
|
|
31
|
+
(0, models_1.serializeBaseCollectionPaginationCountResponse)(writer, getByUserIdAndRoleWithUserIdWithRoleGetResponse);
|
|
32
|
+
writer.writeCollectionOfObjectValues("value", getByUserIdAndRoleWithUserIdWithRoleGetResponse.value, models_1.serializeVirtualEventWebinar);
|
|
33
|
+
}
|
|
34
|
+
exports.serializeGetByUserIdAndRoleWithUserIdWithRoleGetResponse = serializeGetByUserIdAndRoleWithUserIdWithRoleGetResponse;
|
|
35
|
+
/**
|
|
36
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
37
|
+
*/
|
|
38
|
+
const GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParametersMapper = {
|
|
39
|
+
"count": "%24count",
|
|
40
|
+
"filter": "%24filter",
|
|
41
|
+
"orderby": "%24orderby",
|
|
42
|
+
"search": "%24search",
|
|
43
|
+
"select": "%24select",
|
|
44
|
+
"skip": "%24skip",
|
|
45
|
+
"top": "%24top",
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Metadata for all the requests in the request builder.
|
|
49
|
+
*/
|
|
50
|
+
exports.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderRequestsMetadata = {
|
|
51
|
+
get: {
|
|
52
|
+
responseBodyContentType: "application/json",
|
|
53
|
+
errorMappings: {
|
|
54
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
55
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
56
|
+
},
|
|
57
|
+
adapterMethodName: "sendAsync",
|
|
58
|
+
responseBodyFactory: createGetByUserIdAndRoleWithUserIdWithRoleGetResponseFromDiscriminatorValue,
|
|
59
|
+
queryParametersMapper: GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderGetQueryParametersMapper,
|
|
60
|
+
},
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* Uri template for the request builder.
|
|
64
|
+
*/
|
|
65
|
+
exports.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilderUriTemplate = "{+baseurl}/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}'){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}";
|
|
66
|
+
/* tslint:enable */
|
|
67
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { type BaseCollectionPaginationCountResponse, type VirtualEventWebinar } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
|
+
* @returns a getByUserRoleWithRoleGetResponse
|
|
7
|
+
*/
|
|
8
|
+
export declare function createGetByUserRoleWithRoleGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoGetByUserRoleWithRoleGetResponse;
|
|
9
|
+
/**
|
|
10
|
+
* The deserialization information for the current model
|
|
11
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
12
|
+
*/
|
|
13
|
+
export declare function deserializeIntoGetByUserRoleWithRoleGetResponse(getByUserRoleWithRoleGetResponse?: GetByUserRoleWithRoleGetResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
14
|
+
export interface GetByUserRoleWithRoleGetResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
15
|
+
/**
|
|
16
|
+
* The value property
|
|
17
|
+
*/
|
|
18
|
+
value?: VirtualEventWebinar[];
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Provides operations to call the getByUserRole method.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetByUserRoleWithRoleRequestBuilder extends BaseRequestBuilder<GetByUserRoleWithRoleRequestBuilder> {
|
|
24
|
+
/**
|
|
25
|
+
* Invoke function getByUserRole
|
|
26
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
|
+
* @returns a Promise of GetByUserRoleWithRoleGetResponse
|
|
28
|
+
*/
|
|
29
|
+
get(requestConfiguration?: RequestConfiguration<GetByUserRoleWithRoleRequestBuilderGetQueryParameters> | undefined): Promise<GetByUserRoleWithRoleGetResponse | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* Invoke function getByUserRole
|
|
32
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
33
|
+
* @returns a RequestInformation
|
|
34
|
+
*/
|
|
35
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<GetByUserRoleWithRoleRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Invoke function getByUserRole
|
|
39
|
+
*/
|
|
40
|
+
export interface GetByUserRoleWithRoleRequestBuilderGetQueryParameters {
|
|
41
|
+
/**
|
|
42
|
+
* Include count of items
|
|
43
|
+
*/
|
|
44
|
+
count?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Filter items by property values
|
|
47
|
+
*/
|
|
48
|
+
filter?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Order items by property values
|
|
51
|
+
*/
|
|
52
|
+
orderby?: string[];
|
|
53
|
+
/**
|
|
54
|
+
* Search items by search phrases
|
|
55
|
+
*/
|
|
56
|
+
search?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Select properties to be returned
|
|
59
|
+
*/
|
|
60
|
+
select?: string[];
|
|
61
|
+
/**
|
|
62
|
+
* Skip the first n items
|
|
63
|
+
*/
|
|
64
|
+
skip?: number;
|
|
65
|
+
/**
|
|
66
|
+
* Show only the first n items
|
|
67
|
+
*/
|
|
68
|
+
top?: number;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Serializes information the current object
|
|
72
|
+
* @param writer Serialization writer to use to serialize this model
|
|
73
|
+
*/
|
|
74
|
+
export declare function serializeGetByUserRoleWithRoleGetResponse(writer: SerializationWriter, getByUserRoleWithRoleGetResponse?: GetByUserRoleWithRoleGetResponse | undefined): void;
|
|
75
|
+
/**
|
|
76
|
+
* Metadata for all the requests in the request builder.
|
|
77
|
+
*/
|
|
78
|
+
export declare const GetByUserRoleWithRoleRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
79
|
+
/**
|
|
80
|
+
* Uri template for the request builder.
|
|
81
|
+
*/
|
|
82
|
+
export declare const GetByUserRoleWithRoleRequestBuilderUriTemplate = "{+baseurl}/solutions/virtualEvents/webinars/getByUserRole(role='{role}'){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}";
|
|
83
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAuL,KAAK,qCAAqC,EAAE,KAAK,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAE3S,OAAO,EAAE,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;AAElO;;;;GAIG;AACH,wBAAgB,4DAA4D,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,0DAE5G;AACD;;;GAGG;AACH,wBAAgB,+CAA+C,CAAC,gCAAgC,GAAE,gCAAgC,GAAG,SAAkD,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKnO;AACD,MAAM,WAAW,gCAAiC,SAAQ,qCAAqC,EAAE,QAAQ;IACrG;;OAEG;IACH,KAAK,CAAC,EAAE,mBAAmB,EAAE,CAAC;CACjC;AACD;;GAEG;AACH,MAAM,WAAW,mCAAoC,SAAQ,kBAAkB,CAAC,mCAAmC,CAAC;IAChH;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qDAAqD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,gCAAgC,GAAG,SAAS,CAAC,CAAC;IAC7K;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qDAAqD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjK;AACD;;GAEG;AACH,MAAM,WAAW,qDAAqD;IAClE;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;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;;;GAGG;AACH,wBAAgB,yCAAyC,CAAC,MAAM,EAAE,mBAAmB,EAAE,gCAAgC,GAAE,gCAAgC,GAAG,SAAkD,GAAI,IAAI,CAGrN;AAaD;;GAEG;AACH,eAAO,MAAM,mDAAmD,EAAE,gBAWjE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8CAA8C,gJAAgJ,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetByUserRoleWithRoleRequestBuilderUriTemplate = exports.GetByUserRoleWithRoleRequestBuilderRequestsMetadata = exports.serializeGetByUserRoleWithRoleGetResponse = exports.deserializeIntoGetByUserRoleWithRoleGetResponse = exports.createGetByUserRoleWithRoleGetResponseFromDiscriminatorValue = 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
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
+
* @returns a getByUserRoleWithRoleGetResponse
|
|
13
|
+
*/
|
|
14
|
+
function createGetByUserRoleWithRoleGetResponseFromDiscriminatorValue(parseNode) {
|
|
15
|
+
return deserializeIntoGetByUserRoleWithRoleGetResponse;
|
|
16
|
+
}
|
|
17
|
+
exports.createGetByUserRoleWithRoleGetResponseFromDiscriminatorValue = createGetByUserRoleWithRoleGetResponseFromDiscriminatorValue;
|
|
18
|
+
/**
|
|
19
|
+
* The deserialization information for the current model
|
|
20
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
21
|
+
*/
|
|
22
|
+
function deserializeIntoGetByUserRoleWithRoleGetResponse(getByUserRoleWithRoleGetResponse = {}) {
|
|
23
|
+
return Object.assign(Object.assign({}, (0, models_1.deserializeIntoBaseCollectionPaginationCountResponse)(getByUserRoleWithRoleGetResponse)), { "value": n => { getByUserRoleWithRoleGetResponse.value = n.getCollectionOfObjectValues(models_1.createVirtualEventWebinarFromDiscriminatorValue); } });
|
|
24
|
+
}
|
|
25
|
+
exports.deserializeIntoGetByUserRoleWithRoleGetResponse = deserializeIntoGetByUserRoleWithRoleGetResponse;
|
|
26
|
+
/**
|
|
27
|
+
* Serializes information the current object
|
|
28
|
+
* @param writer Serialization writer to use to serialize this model
|
|
29
|
+
*/
|
|
30
|
+
function serializeGetByUserRoleWithRoleGetResponse(writer, getByUserRoleWithRoleGetResponse = {}) {
|
|
31
|
+
(0, models_1.serializeBaseCollectionPaginationCountResponse)(writer, getByUserRoleWithRoleGetResponse);
|
|
32
|
+
writer.writeCollectionOfObjectValues("value", getByUserRoleWithRoleGetResponse.value, models_1.serializeVirtualEventWebinar);
|
|
33
|
+
}
|
|
34
|
+
exports.serializeGetByUserRoleWithRoleGetResponse = serializeGetByUserRoleWithRoleGetResponse;
|
|
35
|
+
/**
|
|
36
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
37
|
+
*/
|
|
38
|
+
const GetByUserRoleWithRoleRequestBuilderGetQueryParametersMapper = {
|
|
39
|
+
"count": "%24count",
|
|
40
|
+
"filter": "%24filter",
|
|
41
|
+
"orderby": "%24orderby",
|
|
42
|
+
"search": "%24search",
|
|
43
|
+
"select": "%24select",
|
|
44
|
+
"skip": "%24skip",
|
|
45
|
+
"top": "%24top",
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Metadata for all the requests in the request builder.
|
|
49
|
+
*/
|
|
50
|
+
exports.GetByUserRoleWithRoleRequestBuilderRequestsMetadata = {
|
|
51
|
+
get: {
|
|
52
|
+
responseBodyContentType: "application/json",
|
|
53
|
+
errorMappings: {
|
|
54
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
55
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
56
|
+
},
|
|
57
|
+
adapterMethodName: "sendAsync",
|
|
58
|
+
responseBodyFactory: createGetByUserRoleWithRoleGetResponseFromDiscriminatorValue,
|
|
59
|
+
queryParametersMapper: GetByUserRoleWithRoleRequestBuilderGetQueryParametersMapper,
|
|
60
|
+
},
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* Uri template for the request builder.
|
|
64
|
+
*/
|
|
65
|
+
exports.GetByUserRoleWithRoleRequestBuilderUriTemplate = "{+baseurl}/solutions/virtualEvents/webinars/getByUserRole(role='{role}'){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}";
|
|
66
|
+
/* tslint:enable */
|
|
67
|
+
/* eslint-enable */
|