@connectedxm/admin-sdk 6.20.0 → 6.23.7
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 +77 -0
- package/api.ts +10520 -5445
- package/dist/AdminApi.d.ts +7 -1
- package/dist/AdminApi.js +6 -0
- package/dist/api.d.ts +3180 -410
- package/dist/api.js +8504 -4932
- package/dist/esm/AdminApi.d.ts +7 -1
- package/dist/esm/AdminApi.js +7 -1
- package/dist/esm/api.d.ts +3180 -410
- package/dist/esm/api.js +9571 -6023
- package/docs/BaseBookingQuestionResponse.md +26 -0
- package/docs/BaseBookingSpaceQuestion.md +58 -0
- package/docs/BaseBookingSpaceQuestionChoice.md +30 -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/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/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/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,24 @@
|
|
|
1
|
+
# ReorderBookingSpaceQuestions200Response
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**status** | **string** | | [default to undefined]
|
|
9
|
+
**message** | **string** | | [default to undefined]
|
|
10
|
+
**data** | [**Array<BookingSpaceQuestion>**](BookingSpaceQuestion.md) | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { ReorderBookingSpaceQuestions200Response } from '@connectedxm/admin-sdk';
|
|
16
|
+
|
|
17
|
+
const instance: ReorderBookingSpaceQuestions200Response = {
|
|
18
|
+
status,
|
|
19
|
+
message,
|
|
20
|
+
data,
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/Survey.md
CHANGED
|
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**id** | **string** | | [default to undefined]
|
|
9
9
|
**slug** | **string** | | [default to undefined]
|
|
10
10
|
**name** | **string** | | [default to undefined]
|
|
11
|
-
**
|
|
11
|
+
**status** | [**SurveyStatus**](SurveyStatus.md) | | [default to undefined]
|
|
12
12
|
**description** | **string** | | [default to undefined]
|
|
13
13
|
**image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
|
|
14
14
|
**requireAuth** | **boolean** | | [default to undefined]
|
|
@@ -34,7 +34,7 @@ const instance: Survey = {
|
|
|
34
34
|
id,
|
|
35
35
|
slug,
|
|
36
36
|
name,
|
|
37
|
-
|
|
37
|
+
status,
|
|
38
38
|
description,
|
|
39
39
|
image,
|
|
40
40
|
requireAuth,
|
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**name** | **string** | | [default to undefined]
|
|
9
9
|
**slug** | **string** | | [optional] [default to undefined]
|
|
10
|
-
**
|
|
10
|
+
**status** | [**SurveyStatus**](SurveyStatus.md) | | [optional] [default to undefined]
|
|
11
11
|
**description** | **string** | | [optional] [default to undefined]
|
|
12
12
|
**imageId** | **string** | | [optional] [default to undefined]
|
|
13
13
|
**requireAuth** | **boolean** | | [optional] [default to undefined]
|
|
@@ -26,7 +26,7 @@ import { SurveyCreateInputs } from '@connectedxm/admin-sdk';
|
|
|
26
26
|
const instance: SurveyCreateInputs = {
|
|
27
27
|
name,
|
|
28
28
|
slug,
|
|
29
|
-
|
|
29
|
+
status,
|
|
30
30
|
description,
|
|
31
31
|
imageId,
|
|
32
32
|
requireAuth,
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# SurveyStatus
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `Draft` (value: `'draft'`)
|
|
7
|
+
|
|
8
|
+
* `Published` (value: `'published'`)
|
|
9
|
+
|
|
10
|
+
* `Archived` (value: `'archived'`)
|
|
11
|
+
|
|
12
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**name** | **string** | | [optional] [default to undefined]
|
|
9
|
-
**
|
|
9
|
+
**status** | [**SurveyStatus**](SurveyStatus.md) | | [optional] [default to undefined]
|
|
10
10
|
**slug** | **string** | | [optional] [default to undefined]
|
|
11
11
|
**description** | **string** | | [optional] [default to undefined]
|
|
12
12
|
**imageId** | **string** | | [optional] [default to undefined]
|
|
@@ -25,7 +25,7 @@ import { SurveyUpdateInputs } from '@connectedxm/admin-sdk';
|
|
|
25
25
|
|
|
26
26
|
const instance: SurveyUpdateInputs = {
|
|
27
27
|
name,
|
|
28
|
-
|
|
28
|
+
status,
|
|
29
29
|
slug,
|
|
30
30
|
description,
|
|
31
31
|
imageId,
|
package/docs/SurveysApi.md
CHANGED
|
@@ -246,6 +246,7 @@ const apiInstance = new SurveysApi(configuration);
|
|
|
246
246
|
|
|
247
247
|
let eventId: string; //Filter by eventId (optional) (default to undefined)
|
|
248
248
|
let sessionId: string; //Filter by sessionId (optional) (default to undefined)
|
|
249
|
+
let status: SurveyStatus; //Filter by status (optional) (default to undefined)
|
|
249
250
|
let page: number; //Page number (optional) (default to 1)
|
|
250
251
|
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
251
252
|
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
@@ -254,6 +255,7 @@ let search: string; //Search query (optional) (default to undefined)
|
|
|
254
255
|
const { status, data } = await apiInstance.getSurveys(
|
|
255
256
|
eventId,
|
|
256
257
|
sessionId,
|
|
258
|
+
status,
|
|
257
259
|
page,
|
|
258
260
|
pageSize,
|
|
259
261
|
orderBy,
|
|
@@ -267,6 +269,7 @@ const { status, data } = await apiInstance.getSurveys(
|
|
|
267
269
|
|------------- | ------------- | ------------- | -------------|
|
|
268
270
|
| **eventId** | [**string**] | Filter by eventId | (optional) defaults to undefined|
|
|
269
271
|
| **sessionId** | [**string**] | Filter by sessionId | (optional) defaults to undefined|
|
|
272
|
+
| **status** | **SurveyStatus** | Filter by status | (optional) defaults to undefined|
|
|
270
273
|
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
271
274
|
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
272
275
|
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# UpdateBookingSpaceQuestionChoiceTranslation200Response
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**status** | **string** | | [default to undefined]
|
|
9
|
+
**message** | **string** | | [default to undefined]
|
|
10
|
+
**data** | [**BookingSpaceQuestionChoiceTranslation**](BookingSpaceQuestionChoiceTranslation.md) | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { UpdateBookingSpaceQuestionChoiceTranslation200Response } from '@connectedxm/admin-sdk';
|
|
16
|
+
|
|
17
|
+
const instance: UpdateBookingSpaceQuestionChoiceTranslation200Response = {
|
|
18
|
+
status,
|
|
19
|
+
message,
|
|
20
|
+
data,
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
[[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,24 @@
|
|
|
1
|
+
# UpdateBookingSpaceQuestionTranslation200Response
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**status** | **string** | | [default to undefined]
|
|
9
|
+
**message** | **string** | | [default to undefined]
|
|
10
|
+
**data** | [**BookingSpaceQuestionTranslation**](BookingSpaceQuestionTranslation.md) | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { UpdateBookingSpaceQuestionTranslation200Response } from '@connectedxm/admin-sdk';
|
|
16
|
+
|
|
17
|
+
const instance: UpdateBookingSpaceQuestionTranslation200Response = {
|
|
18
|
+
status,
|
|
19
|
+
message,
|
|
20
|
+
data,
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@connectedxm/admin-sdk",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.23.7",
|
|
4
4
|
"description": "OpenAPI client for @connectedxm/admin-sdk",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/
|
|
8
|
+
"url": "git+https://github.com/connectedxm/admin-sdk.git"
|
|
9
9
|
},
|
|
10
10
|
"keywords": [
|
|
11
11
|
"axios",
|