@connectedxm/admin-sdk 6.20.0 → 6.24.2
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/.openapi-generator/FILES +45 -0
- package/AdminApi.ts +18 -0
- package/README.md +78 -0
- package/api.ts +10608 -5445
- package/dist/AdminApi.d.ts +7 -1
- package/dist/AdminApi.js +6 -0
- package/dist/api.d.ts +3225 -410
- package/dist/api.js +8313 -4671
- package/dist/esm/AdminApi.d.ts +7 -1
- package/dist/esm/AdminApi.js +7 -1
- package/dist/esm/api.d.ts +3225 -410
- package/dist/esm/api.js +9638 -6020
- package/docs/BaseBookingQuestionResponse.md +26 -0
- package/docs/BaseBookingSpaceQuestion.md +58 -0
- package/docs/BaseBookingSpaceQuestionChoice.md +30 -0
- package/docs/BaseEvent.md +2 -0
- package/docs/BaseEventPassType.md +2 -0
- package/docs/BaseLogin.md +4 -4
- package/docs/BaseSurvey.md +2 -2
- package/docs/Booking.md +2 -0
- package/docs/BookingQuestionResponse.md +34 -0
- package/docs/BookingSpace.md +6 -0
- package/docs/BookingSpaceCreateInputs.md +4 -0
- package/docs/BookingSpaceQuestion.md +66 -0
- package/docs/BookingSpaceQuestionChoice.md +38 -0
- package/docs/BookingSpaceQuestionChoiceCreateInputs.md +28 -0
- package/docs/BookingSpaceQuestionChoiceTranslation.md +32 -0
- package/docs/BookingSpaceQuestionChoiceTranslationUpdateInputs.md +24 -0
- package/docs/BookingSpaceQuestionChoiceUpdateInputs.md +28 -0
- package/docs/BookingSpaceQuestionCreateInputs.md +56 -0
- package/docs/BookingSpaceQuestionTranslation.md +32 -0
- package/docs/BookingSpaceQuestionTranslationUpdateInputs.md +24 -0
- package/docs/BookingSpaceQuestionType.md +30 -0
- package/docs/BookingSpaceQuestionUpdateInputs.md +56 -0
- package/docs/BookingSpaceQuestionUpdateInputsChoices.md +18 -0
- package/docs/BookingSpaceUpdateInputs.md +4 -0
- package/docs/BookingsApi.md +52 -0
- package/docs/BookingsQuestionsApi.md +489 -0
- package/docs/BookingsQuestionsChoicesApi.md +387 -0
- package/docs/BookingsQuestionsChoicesTranslationsApi.md +264 -0
- package/docs/BookingsQuestionsTranslationsApi.md +252 -0
- package/docs/CreateBookingSpaceQuestion200Response.md +24 -0
- package/docs/CreateBookingSpaceQuestionChoice200Response.md +24 -0
- package/docs/CreateEventSessionTime200Response.md +24 -0
- package/docs/Event.md +2 -0
- package/docs/EventCreateInputs.md +2 -0
- package/docs/EventEmailType.md +4 -0
- package/docs/EventPassType.md +2 -0
- package/docs/EventSessionQuestionType.md +0 -2
- package/docs/EventSessionTime.md +34 -0
- package/docs/EventSessionTimeCreateInputs.md +24 -0
- package/docs/EventSessionTimeTranslation.md +30 -0
- package/docs/EventSessionTimeTranslationUpdateInputs.md +22 -0
- package/docs/EventSessionTimeUpdateInputs.md +24 -0
- package/docs/EventUpdateInputs.md +2 -0
- package/docs/EventsPassesApi.md +183 -0
- package/docs/EventsSessionsTimesApi.md +503 -0
- package/docs/EventsSessionsTimesTranslationsApi.md +264 -0
- package/docs/GetBookingResponses200Response.md +24 -0
- package/docs/GetBookingSpaceQuestionChoiceTranslation200Response.md +24 -0
- package/docs/GetBookingSpaceQuestionChoiceTranslations200Response.md +24 -0
- package/docs/GetBookingSpaceQuestionChoices200Response.md +26 -0
- package/docs/GetBookingSpaceQuestionTranslation200Response.md +24 -0
- package/docs/GetBookingSpaceQuestionTranslations200Response.md +24 -0
- package/docs/GetBookingSpaceQuestions200Response.md +26 -0
- package/docs/GetEventSessionTimeTranslation200Response.md +24 -0
- package/docs/GetEventSessionTimeTranslations200Response.md +26 -0
- package/docs/GetEventSessionTimes200Response.md +26 -0
- package/docs/Login.md +4 -0
- package/docs/Meeting.md +2 -0
- package/docs/MeetingCreateInputs.md +4 -0
- package/docs/MeetingUpdateInputs.md +4 -0
- package/docs/PassTypeCreateInputs.md +2 -0
- package/docs/PassTypeUpdateInputs.md +2 -0
- package/docs/PurchaseStatus.md +2 -0
- package/docs/ReorderBookingSpaceQuestionChoices200Response.md +24 -0
- package/docs/ReorderBookingSpaceQuestions200Response.md +24 -0
- package/docs/ReportsApi.md +52 -0
- package/docs/Survey.md +2 -2
- package/docs/SurveyCreateInputs.md +2 -2
- package/docs/SurveyStatus.md +12 -0
- package/docs/SurveyUpdateInputs.md +2 -2
- package/docs/SurveysApi.md +3 -0
- package/docs/UpdateBookingSpaceQuestionChoiceTranslation200Response.md +24 -0
- package/docs/UpdateBookingSpaceQuestionTranslation200Response.md +24 -0
- package/package.json +2 -2
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# BookingSpaceQuestionUpdateInputs
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**name** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**type** | [**BookingSpaceQuestionType**](BookingSpaceQuestionType.md) | | [optional] [default to undefined]
|
|
10
|
+
**required** | **boolean** | | [optional] [default to undefined]
|
|
11
|
+
**label** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**placeholder** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**description** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**_default** | **string** | | [optional] [default to undefined]
|
|
15
|
+
**dashboardVisibility** | **boolean** | | [optional] [default to undefined]
|
|
16
|
+
**mutable** | **boolean** | | [optional] [default to undefined]
|
|
17
|
+
**min** | **string** | | [optional] [default to undefined]
|
|
18
|
+
**max** | **string** | | [optional] [default to undefined]
|
|
19
|
+
**masked** | **boolean** | | [optional] [default to undefined]
|
|
20
|
+
**validation** | **string** | | [optional] [default to undefined]
|
|
21
|
+
**validationMessage** | **string** | | [optional] [default to undefined]
|
|
22
|
+
**locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [optional] [default to undefined]
|
|
23
|
+
**sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
24
|
+
**featured** | **boolean** | | [optional] [default to undefined]
|
|
25
|
+
**searchListId** | **string** | | [optional] [default to undefined]
|
|
26
|
+
**choices** | [**BookingSpaceQuestionUpdateInputsChoices**](BookingSpaceQuestionUpdateInputsChoices.md) | | [optional] [default to undefined]
|
|
27
|
+
|
|
28
|
+
## Example
|
|
29
|
+
|
|
30
|
+
```typescript
|
|
31
|
+
import { BookingSpaceQuestionUpdateInputs } from '@connectedxm/admin-sdk';
|
|
32
|
+
|
|
33
|
+
const instance: BookingSpaceQuestionUpdateInputs = {
|
|
34
|
+
name,
|
|
35
|
+
type,
|
|
36
|
+
required,
|
|
37
|
+
label,
|
|
38
|
+
placeholder,
|
|
39
|
+
description,
|
|
40
|
+
_default,
|
|
41
|
+
dashboardVisibility,
|
|
42
|
+
mutable,
|
|
43
|
+
min,
|
|
44
|
+
max,
|
|
45
|
+
masked,
|
|
46
|
+
validation,
|
|
47
|
+
validationMessage,
|
|
48
|
+
locationOption,
|
|
49
|
+
sortOrder,
|
|
50
|
+
featured,
|
|
51
|
+
searchListId,
|
|
52
|
+
choices,
|
|
53
|
+
};
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# BookingSpaceQuestionUpdateInputsChoices
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
import { BookingSpaceQuestionUpdateInputsChoices } from '@connectedxm/admin-sdk';
|
|
13
|
+
|
|
14
|
+
const instance: BookingSpaceQuestionUpdateInputsChoices = {
|
|
15
|
+
};
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -21,6 +21,8 @@ Name | Type | Description | Notes
|
|
|
21
21
|
**taxCode** | **string** | | [optional] [default to undefined]
|
|
22
22
|
**taxIncluded** | **boolean** | | [optional] [default to undefined]
|
|
23
23
|
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [optional] [default to undefined]
|
|
24
|
+
**meetingId** | **string** | | [optional] [default to undefined]
|
|
25
|
+
**joinBeforeTime** | **number** | | [optional] [default to undefined]
|
|
24
26
|
|
|
25
27
|
## Example
|
|
26
28
|
|
|
@@ -44,6 +46,8 @@ const instance: BookingSpaceUpdateInputs = {
|
|
|
44
46
|
taxCode,
|
|
45
47
|
taxIncluded,
|
|
46
48
|
taxLocation,
|
|
49
|
+
meetingId,
|
|
50
|
+
joinBeforeTime,
|
|
47
51
|
};
|
|
48
52
|
```
|
|
49
53
|
|
package/docs/BookingsApi.md
CHANGED
|
@@ -14,6 +14,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
14
14
|
|[**getBookingPlaceTranslation**](#getbookingplacetranslation) | **GET** /bookings/places/{placeId}/translations/{locale} | Get Booking Place Translation|
|
|
15
15
|
|[**getBookingPlaceTranslations**](#getbookingplacetranslations) | **GET** /bookings/places/{placeId}/translations | Get Booking Place Translations|
|
|
16
16
|
|[**getBookingPlaces**](#getbookingplaces) | **GET** /bookings/places | Get Booking Places|
|
|
17
|
+
|[**getBookingResponses**](#getbookingresponses) | **GET** /bookings/{bookingId}/responses | Get Booking Responses|
|
|
17
18
|
|[**getBookingSpace**](#getbookingspace) | **GET** /bookings/places/{placeId}/spaces/{spaceId} | Get Booking Space|
|
|
18
19
|
|[**getBookingSpaceAvailabilities**](#getbookingspaceavailabilities) | **GET** /bookings/places/{placeId}/spaces/{spaceId}/availabilities | Get Booking Space Availabilities|
|
|
19
20
|
|[**getBookingSpaceAvailability**](#getbookingspaceavailability) | **GET** /bookings/places/{placeId}/spaces/{spaceId}/blackouts/{availabilityId} | Get Booking Space Availability|
|
|
@@ -603,6 +604,57 @@ const { status, data } = await apiInstance.getBookingPlaces(
|
|
|
603
604
|
- **Accept**: application/json
|
|
604
605
|
|
|
605
606
|
|
|
607
|
+
### HTTP response details
|
|
608
|
+
| Status code | Description | Response headers |
|
|
609
|
+
|-------------|-------------|------------------|
|
|
610
|
+
|**200** | Successful response | - |
|
|
611
|
+
|
|
612
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
613
|
+
|
|
614
|
+
# **getBookingResponses**
|
|
615
|
+
> GetBookingResponses200Response getBookingResponses()
|
|
616
|
+
|
|
617
|
+
Get Booking Responses endpoint
|
|
618
|
+
|
|
619
|
+
### Example
|
|
620
|
+
|
|
621
|
+
```typescript
|
|
622
|
+
import {
|
|
623
|
+
BookingsApi,
|
|
624
|
+
Configuration
|
|
625
|
+
} from '@connectedxm/admin-sdk';
|
|
626
|
+
|
|
627
|
+
const configuration = new Configuration();
|
|
628
|
+
const apiInstance = new BookingsApi(configuration);
|
|
629
|
+
|
|
630
|
+
let bookingId: string; //The booking identifier (default to undefined)
|
|
631
|
+
|
|
632
|
+
const { status, data } = await apiInstance.getBookingResponses(
|
|
633
|
+
bookingId
|
|
634
|
+
);
|
|
635
|
+
```
|
|
636
|
+
|
|
637
|
+
### Parameters
|
|
638
|
+
|
|
639
|
+
|Name | Type | Description | Notes|
|
|
640
|
+
|------------- | ------------- | ------------- | -------------|
|
|
641
|
+
| **bookingId** | [**string**] | The booking identifier | defaults to undefined|
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
### Return type
|
|
645
|
+
|
|
646
|
+
**GetBookingResponses200Response**
|
|
647
|
+
|
|
648
|
+
### Authorization
|
|
649
|
+
|
|
650
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
651
|
+
|
|
652
|
+
### HTTP request headers
|
|
653
|
+
|
|
654
|
+
- **Content-Type**: Not defined
|
|
655
|
+
- **Accept**: application/json
|
|
656
|
+
|
|
657
|
+
|
|
606
658
|
### HTTP response details
|
|
607
659
|
| Status code | Description | Response headers |
|
|
608
660
|
|-------------|-------------|------------------|
|
|
@@ -0,0 +1,489 @@
|
|
|
1
|
+
# BookingsQuestionsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://admin-api.connected.dev*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**attachBookingSpaceQuestionSearchList**](#attachbookingspacequestionsearchlist) | **PUT** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/searchlist | Attach Booking Space Question Search List|
|
|
8
|
+
|[**createBookingSpaceQuestion**](#createbookingspacequestion) | **POST** /bookings/places/{placeId}/spaces/{spaceId}/questions | Create Booking Space Question|
|
|
9
|
+
|[**deleteBookingSpaceQuestion**](#deletebookingspacequestion) | **DELETE** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId} | Delete Booking Space Question|
|
|
10
|
+
|[**detachBookingSpaceQuestionSearchList**](#detachbookingspacequestionsearchlist) | **DELETE** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/searchlist | Detach Booking Space Question Search List|
|
|
11
|
+
|[**getBookingSpaceQuestion**](#getbookingspacequestion) | **GET** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId} | Get Booking Space Question|
|
|
12
|
+
|[**getBookingSpaceQuestions**](#getbookingspacequestions) | **GET** /bookings/places/{placeId}/spaces/{spaceId}/questions | Get Booking Space Questions|
|
|
13
|
+
|[**reorderBookingSpaceQuestions**](#reorderbookingspacequestions) | **PUT** /bookings/places/{placeId}/spaces/{spaceId}/questions/reorder | Reorder Booking Space Questions|
|
|
14
|
+
|[**updateBookingSpaceQuestion**](#updatebookingspacequestion) | **PUT** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId} | Update Booking Space Question|
|
|
15
|
+
|
|
16
|
+
# **attachBookingSpaceQuestionSearchList**
|
|
17
|
+
> CreateBookingSpaceQuestion200Response attachBookingSpaceQuestionSearchList(attachSearchListInputs)
|
|
18
|
+
|
|
19
|
+
Attach Booking Space Question Search List endpoint
|
|
20
|
+
|
|
21
|
+
### Example
|
|
22
|
+
|
|
23
|
+
```typescript
|
|
24
|
+
import {
|
|
25
|
+
BookingsQuestionsApi,
|
|
26
|
+
Configuration,
|
|
27
|
+
AttachSearchListInputs
|
|
28
|
+
} from '@connectedxm/admin-sdk';
|
|
29
|
+
|
|
30
|
+
const configuration = new Configuration();
|
|
31
|
+
const apiInstance = new BookingsQuestionsApi(configuration);
|
|
32
|
+
|
|
33
|
+
let placeId: string; //The place identifier (default to undefined)
|
|
34
|
+
let spaceId: string; //The space identifier (default to undefined)
|
|
35
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
36
|
+
let attachSearchListInputs: AttachSearchListInputs; //
|
|
37
|
+
|
|
38
|
+
const { status, data } = await apiInstance.attachBookingSpaceQuestionSearchList(
|
|
39
|
+
placeId,
|
|
40
|
+
spaceId,
|
|
41
|
+
questionId,
|
|
42
|
+
attachSearchListInputs
|
|
43
|
+
);
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
### Parameters
|
|
47
|
+
|
|
48
|
+
|Name | Type | Description | Notes|
|
|
49
|
+
|------------- | ------------- | ------------- | -------------|
|
|
50
|
+
| **attachSearchListInputs** | **AttachSearchListInputs**| | |
|
|
51
|
+
| **placeId** | [**string**] | The place identifier | defaults to undefined|
|
|
52
|
+
| **spaceId** | [**string**] | The space identifier | defaults to undefined|
|
|
53
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Return type
|
|
57
|
+
|
|
58
|
+
**CreateBookingSpaceQuestion200Response**
|
|
59
|
+
|
|
60
|
+
### Authorization
|
|
61
|
+
|
|
62
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
63
|
+
|
|
64
|
+
### HTTP request headers
|
|
65
|
+
|
|
66
|
+
- **Content-Type**: application/json
|
|
67
|
+
- **Accept**: application/json
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### HTTP response details
|
|
71
|
+
| Status code | Description | Response headers |
|
|
72
|
+
|-------------|-------------|------------------|
|
|
73
|
+
|**200** | Successful response | - |
|
|
74
|
+
|
|
75
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
76
|
+
|
|
77
|
+
# **createBookingSpaceQuestion**
|
|
78
|
+
> CreateBookingSpaceQuestion200Response createBookingSpaceQuestion(bookingSpaceQuestionCreateInputs)
|
|
79
|
+
|
|
80
|
+
Create Booking Space Question endpoint
|
|
81
|
+
|
|
82
|
+
### Example
|
|
83
|
+
|
|
84
|
+
```typescript
|
|
85
|
+
import {
|
|
86
|
+
BookingsQuestionsApi,
|
|
87
|
+
Configuration,
|
|
88
|
+
BookingSpaceQuestionCreateInputs
|
|
89
|
+
} from '@connectedxm/admin-sdk';
|
|
90
|
+
|
|
91
|
+
const configuration = new Configuration();
|
|
92
|
+
const apiInstance = new BookingsQuestionsApi(configuration);
|
|
93
|
+
|
|
94
|
+
let placeId: string; //The place identifier (default to undefined)
|
|
95
|
+
let spaceId: string; //The space identifier (default to undefined)
|
|
96
|
+
let bookingSpaceQuestionCreateInputs: BookingSpaceQuestionCreateInputs; //
|
|
97
|
+
|
|
98
|
+
const { status, data } = await apiInstance.createBookingSpaceQuestion(
|
|
99
|
+
placeId,
|
|
100
|
+
spaceId,
|
|
101
|
+
bookingSpaceQuestionCreateInputs
|
|
102
|
+
);
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
### Parameters
|
|
106
|
+
|
|
107
|
+
|Name | Type | Description | Notes|
|
|
108
|
+
|------------- | ------------- | ------------- | -------------|
|
|
109
|
+
| **bookingSpaceQuestionCreateInputs** | **BookingSpaceQuestionCreateInputs**| | |
|
|
110
|
+
| **placeId** | [**string**] | The place identifier | defaults to undefined|
|
|
111
|
+
| **spaceId** | [**string**] | The space identifier | defaults to undefined|
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
### Return type
|
|
115
|
+
|
|
116
|
+
**CreateBookingSpaceQuestion200Response**
|
|
117
|
+
|
|
118
|
+
### Authorization
|
|
119
|
+
|
|
120
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
121
|
+
|
|
122
|
+
### HTTP request headers
|
|
123
|
+
|
|
124
|
+
- **Content-Type**: application/json
|
|
125
|
+
- **Accept**: application/json
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
### HTTP response details
|
|
129
|
+
| Status code | Description | Response headers |
|
|
130
|
+
|-------------|-------------|------------------|
|
|
131
|
+
|**200** | Successful response | - |
|
|
132
|
+
|
|
133
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
134
|
+
|
|
135
|
+
# **deleteBookingSpaceQuestion**
|
|
136
|
+
> CreateAccountInvitations200Response deleteBookingSpaceQuestion()
|
|
137
|
+
|
|
138
|
+
Delete Booking Space Question endpoint
|
|
139
|
+
|
|
140
|
+
### Example
|
|
141
|
+
|
|
142
|
+
```typescript
|
|
143
|
+
import {
|
|
144
|
+
BookingsQuestionsApi,
|
|
145
|
+
Configuration
|
|
146
|
+
} from '@connectedxm/admin-sdk';
|
|
147
|
+
|
|
148
|
+
const configuration = new Configuration();
|
|
149
|
+
const apiInstance = new BookingsQuestionsApi(configuration);
|
|
150
|
+
|
|
151
|
+
let placeId: string; //The place identifier (default to undefined)
|
|
152
|
+
let spaceId: string; //The space identifier (default to undefined)
|
|
153
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
154
|
+
|
|
155
|
+
const { status, data } = await apiInstance.deleteBookingSpaceQuestion(
|
|
156
|
+
placeId,
|
|
157
|
+
spaceId,
|
|
158
|
+
questionId
|
|
159
|
+
);
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
### Parameters
|
|
163
|
+
|
|
164
|
+
|Name | Type | Description | Notes|
|
|
165
|
+
|------------- | ------------- | ------------- | -------------|
|
|
166
|
+
| **placeId** | [**string**] | The place identifier | defaults to undefined|
|
|
167
|
+
| **spaceId** | [**string**] | The space identifier | defaults to undefined|
|
|
168
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
### Return type
|
|
172
|
+
|
|
173
|
+
**CreateAccountInvitations200Response**
|
|
174
|
+
|
|
175
|
+
### Authorization
|
|
176
|
+
|
|
177
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
178
|
+
|
|
179
|
+
### HTTP request headers
|
|
180
|
+
|
|
181
|
+
- **Content-Type**: Not defined
|
|
182
|
+
- **Accept**: application/json
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
### HTTP response details
|
|
186
|
+
| Status code | Description | Response headers |
|
|
187
|
+
|-------------|-------------|------------------|
|
|
188
|
+
|**200** | Successful response | - |
|
|
189
|
+
|
|
190
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
191
|
+
|
|
192
|
+
# **detachBookingSpaceQuestionSearchList**
|
|
193
|
+
> CreateBookingSpaceQuestion200Response detachBookingSpaceQuestionSearchList()
|
|
194
|
+
|
|
195
|
+
Detach Booking Space Question Search List endpoint
|
|
196
|
+
|
|
197
|
+
### Example
|
|
198
|
+
|
|
199
|
+
```typescript
|
|
200
|
+
import {
|
|
201
|
+
BookingsQuestionsApi,
|
|
202
|
+
Configuration
|
|
203
|
+
} from '@connectedxm/admin-sdk';
|
|
204
|
+
|
|
205
|
+
const configuration = new Configuration();
|
|
206
|
+
const apiInstance = new BookingsQuestionsApi(configuration);
|
|
207
|
+
|
|
208
|
+
let placeId: string; //The place identifier (default to undefined)
|
|
209
|
+
let spaceId: string; //The space identifier (default to undefined)
|
|
210
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
211
|
+
|
|
212
|
+
const { status, data } = await apiInstance.detachBookingSpaceQuestionSearchList(
|
|
213
|
+
placeId,
|
|
214
|
+
spaceId,
|
|
215
|
+
questionId
|
|
216
|
+
);
|
|
217
|
+
```
|
|
218
|
+
|
|
219
|
+
### Parameters
|
|
220
|
+
|
|
221
|
+
|Name | Type | Description | Notes|
|
|
222
|
+
|------------- | ------------- | ------------- | -------------|
|
|
223
|
+
| **placeId** | [**string**] | The place identifier | defaults to undefined|
|
|
224
|
+
| **spaceId** | [**string**] | The space identifier | defaults to undefined|
|
|
225
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
### Return type
|
|
229
|
+
|
|
230
|
+
**CreateBookingSpaceQuestion200Response**
|
|
231
|
+
|
|
232
|
+
### Authorization
|
|
233
|
+
|
|
234
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
235
|
+
|
|
236
|
+
### HTTP request headers
|
|
237
|
+
|
|
238
|
+
- **Content-Type**: Not defined
|
|
239
|
+
- **Accept**: application/json
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
### HTTP response details
|
|
243
|
+
| Status code | Description | Response headers |
|
|
244
|
+
|-------------|-------------|------------------|
|
|
245
|
+
|**200** | Successful response | - |
|
|
246
|
+
|
|
247
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
248
|
+
|
|
249
|
+
# **getBookingSpaceQuestion**
|
|
250
|
+
> CreateBookingSpaceQuestion200Response getBookingSpaceQuestion()
|
|
251
|
+
|
|
252
|
+
Get Booking Space Question endpoint
|
|
253
|
+
|
|
254
|
+
### Example
|
|
255
|
+
|
|
256
|
+
```typescript
|
|
257
|
+
import {
|
|
258
|
+
BookingsQuestionsApi,
|
|
259
|
+
Configuration
|
|
260
|
+
} from '@connectedxm/admin-sdk';
|
|
261
|
+
|
|
262
|
+
const configuration = new Configuration();
|
|
263
|
+
const apiInstance = new BookingsQuestionsApi(configuration);
|
|
264
|
+
|
|
265
|
+
let placeId: string; //The place identifier (default to undefined)
|
|
266
|
+
let spaceId: string; //The space identifier (default to undefined)
|
|
267
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
268
|
+
|
|
269
|
+
const { status, data } = await apiInstance.getBookingSpaceQuestion(
|
|
270
|
+
placeId,
|
|
271
|
+
spaceId,
|
|
272
|
+
questionId
|
|
273
|
+
);
|
|
274
|
+
```
|
|
275
|
+
|
|
276
|
+
### Parameters
|
|
277
|
+
|
|
278
|
+
|Name | Type | Description | Notes|
|
|
279
|
+
|------------- | ------------- | ------------- | -------------|
|
|
280
|
+
| **placeId** | [**string**] | The place identifier | defaults to undefined|
|
|
281
|
+
| **spaceId** | [**string**] | The space identifier | defaults to undefined|
|
|
282
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
### Return type
|
|
286
|
+
|
|
287
|
+
**CreateBookingSpaceQuestion200Response**
|
|
288
|
+
|
|
289
|
+
### Authorization
|
|
290
|
+
|
|
291
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
292
|
+
|
|
293
|
+
### HTTP request headers
|
|
294
|
+
|
|
295
|
+
- **Content-Type**: Not defined
|
|
296
|
+
- **Accept**: application/json
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
### HTTP response details
|
|
300
|
+
| Status code | Description | Response headers |
|
|
301
|
+
|-------------|-------------|------------------|
|
|
302
|
+
|**200** | Successful response | - |
|
|
303
|
+
|
|
304
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
305
|
+
|
|
306
|
+
# **getBookingSpaceQuestions**
|
|
307
|
+
> GetBookingSpaceQuestions200Response getBookingSpaceQuestions()
|
|
308
|
+
|
|
309
|
+
Get Booking Space Questions endpoint
|
|
310
|
+
|
|
311
|
+
### Example
|
|
312
|
+
|
|
313
|
+
```typescript
|
|
314
|
+
import {
|
|
315
|
+
BookingsQuestionsApi,
|
|
316
|
+
Configuration
|
|
317
|
+
} from '@connectedxm/admin-sdk';
|
|
318
|
+
|
|
319
|
+
const configuration = new Configuration();
|
|
320
|
+
const apiInstance = new BookingsQuestionsApi(configuration);
|
|
321
|
+
|
|
322
|
+
let placeId: string; //The place identifier (default to undefined)
|
|
323
|
+
let spaceId: string; //The space identifier (default to undefined)
|
|
324
|
+
let page: number; //Page number (optional) (default to 1)
|
|
325
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
326
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
327
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
328
|
+
|
|
329
|
+
const { status, data } = await apiInstance.getBookingSpaceQuestions(
|
|
330
|
+
placeId,
|
|
331
|
+
spaceId,
|
|
332
|
+
page,
|
|
333
|
+
pageSize,
|
|
334
|
+
orderBy,
|
|
335
|
+
search
|
|
336
|
+
);
|
|
337
|
+
```
|
|
338
|
+
|
|
339
|
+
### Parameters
|
|
340
|
+
|
|
341
|
+
|Name | Type | Description | Notes|
|
|
342
|
+
|------------- | ------------- | ------------- | -------------|
|
|
343
|
+
| **placeId** | [**string**] | The place identifier | defaults to undefined|
|
|
344
|
+
| **spaceId** | [**string**] | The space identifier | defaults to undefined|
|
|
345
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
346
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
347
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
348
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
### Return type
|
|
352
|
+
|
|
353
|
+
**GetBookingSpaceQuestions200Response**
|
|
354
|
+
|
|
355
|
+
### Authorization
|
|
356
|
+
|
|
357
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
358
|
+
|
|
359
|
+
### HTTP request headers
|
|
360
|
+
|
|
361
|
+
- **Content-Type**: Not defined
|
|
362
|
+
- **Accept**: application/json
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
### HTTP response details
|
|
366
|
+
| Status code | Description | Response headers |
|
|
367
|
+
|-------------|-------------|------------------|
|
|
368
|
+
|**200** | Successful response | - |
|
|
369
|
+
|
|
370
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
371
|
+
|
|
372
|
+
# **reorderBookingSpaceQuestions**
|
|
373
|
+
> ReorderBookingSpaceQuestions200Response reorderBookingSpaceQuestions()
|
|
374
|
+
|
|
375
|
+
Reorder Booking Space Questions endpoint
|
|
376
|
+
|
|
377
|
+
### Example
|
|
378
|
+
|
|
379
|
+
```typescript
|
|
380
|
+
import {
|
|
381
|
+
BookingsQuestionsApi,
|
|
382
|
+
Configuration
|
|
383
|
+
} from '@connectedxm/admin-sdk';
|
|
384
|
+
|
|
385
|
+
const configuration = new Configuration();
|
|
386
|
+
const apiInstance = new BookingsQuestionsApi(configuration);
|
|
387
|
+
|
|
388
|
+
let placeId: string; //The place identifier (default to undefined)
|
|
389
|
+
let spaceId: string; //The space identifier (default to undefined)
|
|
390
|
+
let questionsIds: Array<string>; //Filter by questionsIds (default to undefined)
|
|
391
|
+
|
|
392
|
+
const { status, data } = await apiInstance.reorderBookingSpaceQuestions(
|
|
393
|
+
placeId,
|
|
394
|
+
spaceId,
|
|
395
|
+
questionsIds
|
|
396
|
+
);
|
|
397
|
+
```
|
|
398
|
+
|
|
399
|
+
### Parameters
|
|
400
|
+
|
|
401
|
+
|Name | Type | Description | Notes|
|
|
402
|
+
|------------- | ------------- | ------------- | -------------|
|
|
403
|
+
| **placeId** | [**string**] | The place identifier | defaults to undefined|
|
|
404
|
+
| **spaceId** | [**string**] | The space identifier | defaults to undefined|
|
|
405
|
+
| **questionsIds** | **Array<string>** | Filter by questionsIds | defaults to undefined|
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
### Return type
|
|
409
|
+
|
|
410
|
+
**ReorderBookingSpaceQuestions200Response**
|
|
411
|
+
|
|
412
|
+
### Authorization
|
|
413
|
+
|
|
414
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
415
|
+
|
|
416
|
+
### HTTP request headers
|
|
417
|
+
|
|
418
|
+
- **Content-Type**: Not defined
|
|
419
|
+
- **Accept**: application/json
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
### HTTP response details
|
|
423
|
+
| Status code | Description | Response headers |
|
|
424
|
+
|-------------|-------------|------------------|
|
|
425
|
+
|**200** | Successful response | - |
|
|
426
|
+
|
|
427
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
428
|
+
|
|
429
|
+
# **updateBookingSpaceQuestion**
|
|
430
|
+
> CreateBookingSpaceQuestion200Response updateBookingSpaceQuestion(bookingSpaceQuestionUpdateInputs)
|
|
431
|
+
|
|
432
|
+
Update Booking Space Question endpoint
|
|
433
|
+
|
|
434
|
+
### Example
|
|
435
|
+
|
|
436
|
+
```typescript
|
|
437
|
+
import {
|
|
438
|
+
BookingsQuestionsApi,
|
|
439
|
+
Configuration,
|
|
440
|
+
BookingSpaceQuestionUpdateInputs
|
|
441
|
+
} from '@connectedxm/admin-sdk';
|
|
442
|
+
|
|
443
|
+
const configuration = new Configuration();
|
|
444
|
+
const apiInstance = new BookingsQuestionsApi(configuration);
|
|
445
|
+
|
|
446
|
+
let placeId: string; //The place identifier (default to undefined)
|
|
447
|
+
let spaceId: string; //The space identifier (default to undefined)
|
|
448
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
449
|
+
let bookingSpaceQuestionUpdateInputs: BookingSpaceQuestionUpdateInputs; //
|
|
450
|
+
|
|
451
|
+
const { status, data } = await apiInstance.updateBookingSpaceQuestion(
|
|
452
|
+
placeId,
|
|
453
|
+
spaceId,
|
|
454
|
+
questionId,
|
|
455
|
+
bookingSpaceQuestionUpdateInputs
|
|
456
|
+
);
|
|
457
|
+
```
|
|
458
|
+
|
|
459
|
+
### Parameters
|
|
460
|
+
|
|
461
|
+
|Name | Type | Description | Notes|
|
|
462
|
+
|------------- | ------------- | ------------- | -------------|
|
|
463
|
+
| **bookingSpaceQuestionUpdateInputs** | **BookingSpaceQuestionUpdateInputs**| | |
|
|
464
|
+
| **placeId** | [**string**] | The place identifier | defaults to undefined|
|
|
465
|
+
| **spaceId** | [**string**] | The space identifier | defaults to undefined|
|
|
466
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
### Return type
|
|
470
|
+
|
|
471
|
+
**CreateBookingSpaceQuestion200Response**
|
|
472
|
+
|
|
473
|
+
### Authorization
|
|
474
|
+
|
|
475
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
476
|
+
|
|
477
|
+
### HTTP request headers
|
|
478
|
+
|
|
479
|
+
- **Content-Type**: application/json
|
|
480
|
+
- **Accept**: application/json
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
### HTTP response details
|
|
484
|
+
| Status code | Description | Response headers |
|
|
485
|
+
|-------------|-------------|------------------|
|
|
486
|
+
|**200** | Successful response | - |
|
|
487
|
+
|
|
488
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
489
|
+
|