@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,67 @@
|
|
|
1
|
+
import { type BookingCurrency } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Provides operations to manage the bookingCurrencies property of the microsoft.graph.solutionsRoot entity.
|
|
5
|
+
*/
|
|
6
|
+
export interface BookingCurrencyItemRequestBuilder extends BaseRequestBuilder<BookingCurrencyItemRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Delete navigation property bookingCurrencies for solutions
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
*/
|
|
11
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
12
|
+
/**
|
|
13
|
+
* Get the properties of a bookingCurrency object that is available to a Microsoft Bookings business. Use the id property, which is the currency code, to specify the currency.
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
* @returns a Promise of BookingCurrency
|
|
16
|
+
* @see {@link https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0|Find more info here}
|
|
17
|
+
*/
|
|
18
|
+
get(requestConfiguration?: RequestConfiguration<BookingCurrencyItemRequestBuilderGetQueryParameters> | undefined): Promise<BookingCurrency | undefined>;
|
|
19
|
+
/**
|
|
20
|
+
* Update the navigation property bookingCurrencies in solutions
|
|
21
|
+
* @param body The request body
|
|
22
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
23
|
+
* @returns a Promise of BookingCurrency
|
|
24
|
+
*/
|
|
25
|
+
patch(body: BookingCurrency, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<BookingCurrency | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Delete navigation property bookingCurrencies for solutions
|
|
28
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
29
|
+
* @returns a RequestInformation
|
|
30
|
+
*/
|
|
31
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
32
|
+
/**
|
|
33
|
+
* Get the properties of a bookingCurrency object that is available to a Microsoft Bookings business. Use the id property, which is the currency code, to specify the currency.
|
|
34
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
35
|
+
* @returns a RequestInformation
|
|
36
|
+
*/
|
|
37
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<BookingCurrencyItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
38
|
+
/**
|
|
39
|
+
* Update the navigation property bookingCurrencies in solutions
|
|
40
|
+
* @param body The request body
|
|
41
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
|
+
* @returns a RequestInformation
|
|
43
|
+
*/
|
|
44
|
+
toPatchRequestInformation(body: BookingCurrency, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Get the properties of a bookingCurrency object that is available to a Microsoft Bookings business. Use the id property, which is the currency code, to specify the currency.
|
|
48
|
+
*/
|
|
49
|
+
export interface BookingCurrencyItemRequestBuilderGetQueryParameters {
|
|
50
|
+
/**
|
|
51
|
+
* Expand related entities
|
|
52
|
+
*/
|
|
53
|
+
expand?: string[];
|
|
54
|
+
/**
|
|
55
|
+
* Select properties to be returned
|
|
56
|
+
*/
|
|
57
|
+
select?: string[];
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Metadata for all the requests in the request builder.
|
|
61
|
+
*/
|
|
62
|
+
export declare const BookingCurrencyItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
63
|
+
/**
|
|
64
|
+
* Uri template for the request builder.
|
|
65
|
+
*/
|
|
66
|
+
export declare const BookingCurrencyItemRequestBuilderUriTemplate = "{+baseurl}/solutions/bookingCurrencies/{bookingCurrency%2Did}{?%24select,%24expand}";
|
|
67
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAyE,KAAK,eAAe,EAAE,MAAM,gCAAgC,CAAC;AAE7I,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,iCAAkC,SAAQ,kBAAkB,CAAC,iCAAiC,CAAC;IAC5G;;;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,mDAAmD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,eAAe,GAAG,SAAS,CAAC,CAAC;IAC1J;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,eAAe,GAAG,SAAS,CAAC,CAAC;IACtI;;;;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,mDAAmD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC5J;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC3I;AACD;;GAEG;AACH,MAAM,WAAW,mDAAmD;IAChE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,iDAAiD,EAAE,gBA+B/D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,4CAA4C,wFAAwF,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BookingCurrencyItemRequestBuilderUriTemplate = exports.BookingCurrencyItemRequestBuilderRequestsMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
/**
|
|
10
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
11
|
+
*/
|
|
12
|
+
const BookingCurrencyItemRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.BookingCurrencyItemRequestBuilderRequestsMetadata = {
|
|
20
|
+
delete: {
|
|
21
|
+
responseBodyContentType: "application/json",
|
|
22
|
+
errorMappings: {
|
|
23
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
25
|
+
},
|
|
26
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
27
|
+
},
|
|
28
|
+
get: {
|
|
29
|
+
responseBodyContentType: "application/json",
|
|
30
|
+
errorMappings: {
|
|
31
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
32
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
33
|
+
},
|
|
34
|
+
adapterMethodName: "sendAsync",
|
|
35
|
+
responseBodyFactory: models_1.createBookingCurrencyFromDiscriminatorValue,
|
|
36
|
+
queryParametersMapper: BookingCurrencyItemRequestBuilderGetQueryParametersMapper,
|
|
37
|
+
},
|
|
38
|
+
patch: {
|
|
39
|
+
responseBodyContentType: "application/json",
|
|
40
|
+
errorMappings: {
|
|
41
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
42
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
43
|
+
},
|
|
44
|
+
adapterMethodName: "sendAsync",
|
|
45
|
+
responseBodyFactory: models_1.createBookingCurrencyFromDiscriminatorValue,
|
|
46
|
+
requestBodyContentType: "application/json",
|
|
47
|
+
requestBodySerializer: models_1.serializeBookingCurrency,
|
|
48
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Uri template for the request builder.
|
|
53
|
+
*/
|
|
54
|
+
exports.BookingCurrencyItemRequestBuilderUriTemplate = "{+baseurl}/solutions/bookingCurrencies/{bookingCurrency%2Did}{?%24select,%24expand}";
|
|
55
|
+
/* tslint:enable */
|
|
56
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { type SolutionsRoot } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BookingBusinessesRequestBuilder } from './bookingBusinesses/';
|
|
3
|
+
import { type BookingCurrenciesRequestBuilder } from './bookingCurrencies/';
|
|
4
|
+
import { type VirtualEventsRequestBuilder } from './virtualEvents/';
|
|
5
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
6
|
+
/**
|
|
7
|
+
* Provides operations to manage the solutionsRoot singleton.
|
|
8
|
+
*/
|
|
9
|
+
export interface SolutionsRequestBuilder extends BaseRequestBuilder<SolutionsRequestBuilder> {
|
|
10
|
+
/**
|
|
11
|
+
* Provides operations to manage the bookingBusinesses property of the microsoft.graph.solutionsRoot entity.
|
|
12
|
+
*/
|
|
13
|
+
get bookingBusinesses(): BookingBusinessesRequestBuilder;
|
|
14
|
+
/**
|
|
15
|
+
* Provides operations to manage the bookingCurrencies property of the microsoft.graph.solutionsRoot entity.
|
|
16
|
+
*/
|
|
17
|
+
get bookingCurrencies(): BookingCurrenciesRequestBuilder;
|
|
18
|
+
/**
|
|
19
|
+
* Provides operations to manage the virtualEvents property of the microsoft.graph.solutionsRoot entity.
|
|
20
|
+
*/
|
|
21
|
+
get virtualEvents(): VirtualEventsRequestBuilder;
|
|
22
|
+
/**
|
|
23
|
+
* Get solutions
|
|
24
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
25
|
+
* @returns a Promise of SolutionsRoot
|
|
26
|
+
*/
|
|
27
|
+
get(requestConfiguration?: RequestConfiguration<SolutionsRequestBuilderGetQueryParameters> | undefined): Promise<SolutionsRoot | undefined>;
|
|
28
|
+
/**
|
|
29
|
+
* Update 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 SolutionsRoot
|
|
33
|
+
*/
|
|
34
|
+
patch(body: SolutionsRoot, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<SolutionsRoot | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* Get solutions
|
|
37
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
38
|
+
* @returns a RequestInformation
|
|
39
|
+
*/
|
|
40
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<SolutionsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
41
|
+
/**
|
|
42
|
+
* Update solutions
|
|
43
|
+
* @param body The request body
|
|
44
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
45
|
+
* @returns a RequestInformation
|
|
46
|
+
*/
|
|
47
|
+
toPatchRequestInformation(body: SolutionsRoot, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Get solutions
|
|
51
|
+
*/
|
|
52
|
+
export interface SolutionsRequestBuilderGetQueryParameters {
|
|
53
|
+
/**
|
|
54
|
+
* Expand related entities
|
|
55
|
+
*/
|
|
56
|
+
expand?: string[];
|
|
57
|
+
/**
|
|
58
|
+
* Select properties to be returned
|
|
59
|
+
*/
|
|
60
|
+
select?: string[];
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Metadata for all the navigation properties in the request builder.
|
|
64
|
+
*/
|
|
65
|
+
export declare const SolutionsRequestBuilderNavigationMetadata: Record<Exclude<keyof SolutionsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
66
|
+
/**
|
|
67
|
+
* Metadata for all the requests in the request builder.
|
|
68
|
+
*/
|
|
69
|
+
export declare const SolutionsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
70
|
+
/**
|
|
71
|
+
* Uri template for the request builder.
|
|
72
|
+
*/
|
|
73
|
+
export declare const SolutionsRequestBuilderUriTemplate = "{+baseurl}/solutions{?%24select,%24expand}";
|
|
74
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAqE,KAAK,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAEvI,OAAO,EAAkJ,KAAK,+BAA+B,EAAE,MAAM,sBAAsB,CAAC;AAC5N,OAAO,EAAkJ,KAAK,+BAA+B,EAAE,MAAM,sBAAsB,CAAC;AAC5N,OAAO,EAAE,KAAK,2BAA2B,EAAsI,MAAM,kBAAkB,CAAC;AACxM,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,uBAAwB,SAAQ,kBAAkB,CAAC,uBAAuB,CAAC;IACxF;;OAEG;IACH,IAAI,iBAAiB,IAAI,+BAA+B,CAAC;IACzD;;OAEG;IACH,IAAI,iBAAiB,IAAI,+BAA+B,CAAC;IACzD;;OAEG;IACH,IAAI,aAAa,IAAI,2BAA2B,CAAC;IACjD;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yCAAyC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,aAAa,GAAG,SAAS,CAAC,CAAC;IAC9I;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,aAAa,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,aAAa,GAAG,SAAS,CAAC,CAAC;IAClI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yCAAyC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClJ;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,aAAa,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACzI;AACD;;GAEG;AACH,MAAM,WAAW,yCAAyC;IACtD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,yCAAyC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,uBAAuB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAgB5J,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,uCAAuC,EAAE,gBAuBrD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,kCAAkC,+CAA+C,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SolutionsRequestBuilderUriTemplate = exports.SolutionsRequestBuilderRequestsMetadata = exports.SolutionsRequestBuilderNavigationMetadata = 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 bookingBusinesses_1 = require("./bookingBusinesses/");
|
|
10
|
+
const bookingCurrencies_1 = require("./bookingCurrencies/");
|
|
11
|
+
const virtualEvents_1 = require("./virtualEvents/");
|
|
12
|
+
/**
|
|
13
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
14
|
+
*/
|
|
15
|
+
const SolutionsRequestBuilderGetQueryParametersMapper = {
|
|
16
|
+
"expand": "%24expand",
|
|
17
|
+
"select": "%24select",
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* Metadata for all the navigation properties in the request builder.
|
|
21
|
+
*/
|
|
22
|
+
exports.SolutionsRequestBuilderNavigationMetadata = {
|
|
23
|
+
bookingBusinesses: {
|
|
24
|
+
uriTemplate: bookingBusinesses_1.BookingBusinessesRequestBuilderUriTemplate,
|
|
25
|
+
requestsMetadata: bookingBusinesses_1.BookingBusinessesRequestBuilderRequestsMetadata,
|
|
26
|
+
navigationMetadata: bookingBusinesses_1.BookingBusinessesRequestBuilderNavigationMetadata,
|
|
27
|
+
},
|
|
28
|
+
bookingCurrencies: {
|
|
29
|
+
uriTemplate: bookingCurrencies_1.BookingCurrenciesRequestBuilderUriTemplate,
|
|
30
|
+
requestsMetadata: bookingCurrencies_1.BookingCurrenciesRequestBuilderRequestsMetadata,
|
|
31
|
+
navigationMetadata: bookingCurrencies_1.BookingCurrenciesRequestBuilderNavigationMetadata,
|
|
32
|
+
},
|
|
33
|
+
virtualEvents: {
|
|
34
|
+
uriTemplate: virtualEvents_1.VirtualEventsRequestBuilderUriTemplate,
|
|
35
|
+
requestsMetadata: virtualEvents_1.VirtualEventsRequestBuilderRequestsMetadata,
|
|
36
|
+
navigationMetadata: virtualEvents_1.VirtualEventsRequestBuilderNavigationMetadata,
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Metadata for all the requests in the request builder.
|
|
41
|
+
*/
|
|
42
|
+
exports.SolutionsRequestBuilderRequestsMetadata = {
|
|
43
|
+
get: {
|
|
44
|
+
responseBodyContentType: "application/json",
|
|
45
|
+
errorMappings: {
|
|
46
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
47
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
48
|
+
},
|
|
49
|
+
adapterMethodName: "sendAsync",
|
|
50
|
+
responseBodyFactory: models_1.createSolutionsRootFromDiscriminatorValue,
|
|
51
|
+
queryParametersMapper: SolutionsRequestBuilderGetQueryParametersMapper,
|
|
52
|
+
},
|
|
53
|
+
patch: {
|
|
54
|
+
responseBodyContentType: "application/json",
|
|
55
|
+
errorMappings: {
|
|
56
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
57
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
58
|
+
},
|
|
59
|
+
adapterMethodName: "sendAsync",
|
|
60
|
+
responseBodyFactory: models_1.createSolutionsRootFromDiscriminatorValue,
|
|
61
|
+
requestBodyContentType: "application/json",
|
|
62
|
+
requestBodySerializer: models_1.serializeSolutionsRoot,
|
|
63
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
64
|
+
},
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Uri template for the request builder.
|
|
68
|
+
*/
|
|
69
|
+
exports.SolutionsRequestBuilderUriTemplate = "{+baseurl}/solutions{?%24select,%24expand}";
|
|
70
|
+
/* tslint:enable */
|
|
71
|
+
/* 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/events/$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,2EAA2E,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/events/$count{?%24search,%24filter}";
|
|
34
|
+
/* tslint:enable */
|
|
35
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { type VirtualEvent, type VirtualEventCollectionResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type CountRequestBuilder } from './count/';
|
|
3
|
+
import { type VirtualEventItemRequestBuilder } from './item/';
|
|
4
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
5
|
+
/**
|
|
6
|
+
* Provides operations to manage the events property of the microsoft.graph.virtualEventsRoot entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface EventsRequestBuilder extends BaseRequestBuilder<EventsRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to count the resources in the collection.
|
|
11
|
+
*/
|
|
12
|
+
get count(): CountRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to manage the events property of the microsoft.graph.virtualEventsRoot entity.
|
|
15
|
+
* @param virtualEventId The unique identifier of virtualEvent
|
|
16
|
+
* @returns a VirtualEventItemRequestBuilder
|
|
17
|
+
*/
|
|
18
|
+
byVirtualEventId(virtualEventId: string): VirtualEventItemRequestBuilder;
|
|
19
|
+
/**
|
|
20
|
+
* Get events from solutions
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns a Promise of VirtualEventCollectionResponse
|
|
23
|
+
*/
|
|
24
|
+
get(requestConfiguration?: RequestConfiguration<EventsRequestBuilderGetQueryParameters> | undefined): Promise<VirtualEventCollectionResponse | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Create new navigation property to events for solutions
|
|
27
|
+
* @param body The request body
|
|
28
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
29
|
+
* @returns a Promise of VirtualEvent
|
|
30
|
+
*/
|
|
31
|
+
post(body: VirtualEvent, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<VirtualEvent | undefined>;
|
|
32
|
+
/**
|
|
33
|
+
* Get events from solutions
|
|
34
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
35
|
+
* @returns a RequestInformation
|
|
36
|
+
*/
|
|
37
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
38
|
+
/**
|
|
39
|
+
* Create new navigation property to events for solutions
|
|
40
|
+
* @param body The request body
|
|
41
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
|
+
* @returns a RequestInformation
|
|
43
|
+
*/
|
|
44
|
+
toPostRequestInformation(body: VirtualEvent, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Get events from solutions
|
|
48
|
+
*/
|
|
49
|
+
export interface EventsRequestBuilderGetQueryParameters {
|
|
50
|
+
/**
|
|
51
|
+
* Include count of items
|
|
52
|
+
*/
|
|
53
|
+
count?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* Expand related entities
|
|
56
|
+
*/
|
|
57
|
+
expand?: string[];
|
|
58
|
+
/**
|
|
59
|
+
* Filter items by property values
|
|
60
|
+
*/
|
|
61
|
+
filter?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Order items by property values
|
|
64
|
+
*/
|
|
65
|
+
orderby?: string[];
|
|
66
|
+
/**
|
|
67
|
+
* Search items by search phrases
|
|
68
|
+
*/
|
|
69
|
+
search?: string;
|
|
70
|
+
/**
|
|
71
|
+
* Select properties to be returned
|
|
72
|
+
*/
|
|
73
|
+
select?: string[];
|
|
74
|
+
/**
|
|
75
|
+
* Skip the first n items
|
|
76
|
+
*/
|
|
77
|
+
skip?: number;
|
|
78
|
+
/**
|
|
79
|
+
* Show only the first n items
|
|
80
|
+
*/
|
|
81
|
+
top?: number;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Metadata for all the navigation properties in the request builder.
|
|
85
|
+
*/
|
|
86
|
+
export declare const EventsRequestBuilderNavigationMetadata: Record<Exclude<keyof EventsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
87
|
+
/**
|
|
88
|
+
* Metadata for all the requests in the request builder.
|
|
89
|
+
*/
|
|
90
|
+
export declare const EventsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
91
|
+
/**
|
|
92
|
+
* Uri template for the request builder.
|
|
93
|
+
*/
|
|
94
|
+
export declare const EventsRequestBuilderUriTemplate = "{+baseurl}/solutions/virtualEvents/events{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
95
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA+H,KAAK,YAAY,EAAE,KAAK,8BAA8B,EAAE,MAAM,gCAAgC,CAAC;AAErO,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAAE,KAAK,8BAA8B,EAA+I,MAAM,SAAS,CAAC;AAC3M,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,oBAAqB,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IAClF;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,gBAAgB,CAAC,cAAc,EAAE,MAAM,GAAI,8BAA8B,CAAC;IAC3E;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,8BAA8B,GAAG,SAAS,CAAC,CAAC;IAC5J;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,YAAY,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,YAAY,GAAG,SAAS,CAAC,CAAC;IAC/H;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC/I;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,YAAY,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACvI;AACD;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACnD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AAcD;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,oBAAoB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAWtJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,gBAuBlD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,+BAA+B,2HAA2H,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventsRequestBuilderUriTemplate = exports.EventsRequestBuilderRequestsMetadata = exports.EventsRequestBuilderNavigationMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
const count_1 = require("./count/");
|
|
10
|
+
const item_1 = require("./item/");
|
|
11
|
+
/**
|
|
12
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
13
|
+
*/
|
|
14
|
+
const EventsRequestBuilderGetQueryParametersMapper = {
|
|
15
|
+
"count": "%24count",
|
|
16
|
+
"expand": "%24expand",
|
|
17
|
+
"filter": "%24filter",
|
|
18
|
+
"orderby": "%24orderby",
|
|
19
|
+
"search": "%24search",
|
|
20
|
+
"select": "%24select",
|
|
21
|
+
"skip": "%24skip",
|
|
22
|
+
"top": "%24top",
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* Metadata for all the navigation properties in the request builder.
|
|
26
|
+
*/
|
|
27
|
+
exports.EventsRequestBuilderNavigationMetadata = {
|
|
28
|
+
byVirtualEventId: {
|
|
29
|
+
uriTemplate: item_1.VirtualEventItemRequestBuilderUriTemplate,
|
|
30
|
+
requestsMetadata: item_1.VirtualEventItemRequestBuilderRequestsMetadata,
|
|
31
|
+
navigationMetadata: item_1.VirtualEventItemRequestBuilderNavigationMetadata,
|
|
32
|
+
pathParametersMappings: ["virtualEvent%2Did"],
|
|
33
|
+
},
|
|
34
|
+
count: {
|
|
35
|
+
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
36
|
+
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Metadata for all the requests in the request builder.
|
|
41
|
+
*/
|
|
42
|
+
exports.EventsRequestBuilderRequestsMetadata = {
|
|
43
|
+
get: {
|
|
44
|
+
responseBodyContentType: "application/json",
|
|
45
|
+
errorMappings: {
|
|
46
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
47
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
48
|
+
},
|
|
49
|
+
adapterMethodName: "sendAsync",
|
|
50
|
+
responseBodyFactory: models_1.createVirtualEventCollectionResponseFromDiscriminatorValue,
|
|
51
|
+
queryParametersMapper: EventsRequestBuilderGetQueryParametersMapper,
|
|
52
|
+
},
|
|
53
|
+
post: {
|
|
54
|
+
responseBodyContentType: "application/json",
|
|
55
|
+
errorMappings: {
|
|
56
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
57
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
58
|
+
},
|
|
59
|
+
adapterMethodName: "sendAsync",
|
|
60
|
+
responseBodyFactory: models_1.createVirtualEventFromDiscriminatorValue,
|
|
61
|
+
requestBodyContentType: "application/json",
|
|
62
|
+
requestBodySerializer: models_1.serializeVirtualEvent,
|
|
63
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
64
|
+
},
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Uri template for the request builder.
|
|
68
|
+
*/
|
|
69
|
+
exports.EventsRequestBuilderUriTemplate = "{+baseurl}/solutions/virtualEvents/events{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
70
|
+
/* tslint:enable */
|
|
71
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { type VirtualEvent } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type SessionsRequestBuilder } from './sessions/';
|
|
3
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
4
|
+
/**
|
|
5
|
+
* Provides operations to manage the events property of the microsoft.graph.virtualEventsRoot entity.
|
|
6
|
+
*/
|
|
7
|
+
export interface VirtualEventItemRequestBuilder extends BaseRequestBuilder<VirtualEventItemRequestBuilder> {
|
|
8
|
+
/**
|
|
9
|
+
* Provides operations to manage the sessions property of the microsoft.graph.virtualEvent entity.
|
|
10
|
+
*/
|
|
11
|
+
get sessions(): SessionsRequestBuilder;
|
|
12
|
+
/**
|
|
13
|
+
* Delete navigation property events for solutions
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
*/
|
|
16
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
17
|
+
/**
|
|
18
|
+
* Get events from solutions
|
|
19
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
20
|
+
* @returns a Promise of VirtualEvent
|
|
21
|
+
*/
|
|
22
|
+
get(requestConfiguration?: RequestConfiguration<VirtualEventItemRequestBuilderGetQueryParameters> | undefined): Promise<VirtualEvent | undefined>;
|
|
23
|
+
/**
|
|
24
|
+
* Update the navigation property events in solutions
|
|
25
|
+
* @param body The request body
|
|
26
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
|
+
* @returns a Promise of VirtualEvent
|
|
28
|
+
*/
|
|
29
|
+
patch(body: VirtualEvent, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<VirtualEvent | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* Delete navigation property events for solutions
|
|
32
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
33
|
+
* @returns a RequestInformation
|
|
34
|
+
*/
|
|
35
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
36
|
+
/**
|
|
37
|
+
* Get events from solutions
|
|
38
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
39
|
+
* @returns a RequestInformation
|
|
40
|
+
*/
|
|
41
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<VirtualEventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
42
|
+
/**
|
|
43
|
+
* Update the navigation property events in solutions
|
|
44
|
+
* @param body The request body
|
|
45
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
46
|
+
* @returns a RequestInformation
|
|
47
|
+
*/
|
|
48
|
+
toPatchRequestInformation(body: VirtualEvent, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Get events from solutions
|
|
52
|
+
*/
|
|
53
|
+
export interface VirtualEventItemRequestBuilderGetQueryParameters {
|
|
54
|
+
/**
|
|
55
|
+
* Expand related entities
|
|
56
|
+
*/
|
|
57
|
+
expand?: string[];
|
|
58
|
+
/**
|
|
59
|
+
* Select properties to be returned
|
|
60
|
+
*/
|
|
61
|
+
select?: string[];
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Metadata for all the navigation properties in the request builder.
|
|
65
|
+
*/
|
|
66
|
+
export declare const VirtualEventItemRequestBuilderNavigationMetadata: Record<Exclude<keyof VirtualEventItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
67
|
+
/**
|
|
68
|
+
* Metadata for all the requests in the request builder.
|
|
69
|
+
*/
|
|
70
|
+
export declare const VirtualEventItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
71
|
+
/**
|
|
72
|
+
* Uri template for the request builder.
|
|
73
|
+
*/
|
|
74
|
+
export declare const VirtualEventItemRequestBuilderUriTemplate = "{+baseurl}/solutions/virtualEvents/events/{virtualEvent%2Did}{?%24select,%24expand}";
|
|
75
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAmE,KAAK,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAEpI,OAAO,EAAuH,KAAK,sBAAsB,EAAE,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,8BAA+B,SAAQ,kBAAkB,CAAC,8BAA8B,CAAC;IACtG;;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,gDAAgD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,YAAY,GAAG,SAAS,CAAC,CAAC;IACpJ;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,YAAY,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,YAAY,GAAG,SAAS,CAAC,CAAC;IAChI;;;;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,gDAAgD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACzJ;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,YAAY,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACxI;AACD;;GAEG;AACH,MAAM,WAAW,gDAAgD;IAC7D;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,gDAAgD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,8BAA8B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAM1K,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8CAA8C,EAAE,gBA+B5D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,yCAAyC,wFAAwF,CAAC"}
|