@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.
Files changed (81) hide show
  1. package/.openapi-generator/FILES +45 -0
  2. package/AdminApi.ts +18 -0
  3. package/README.md +77 -0
  4. package/api.ts +10520 -5445
  5. package/dist/AdminApi.d.ts +7 -1
  6. package/dist/AdminApi.js +6 -0
  7. package/dist/api.d.ts +3180 -410
  8. package/dist/api.js +8504 -4932
  9. package/dist/esm/AdminApi.d.ts +7 -1
  10. package/dist/esm/AdminApi.js +7 -1
  11. package/dist/esm/api.d.ts +3180 -410
  12. package/dist/esm/api.js +9571 -6023
  13. package/docs/BaseBookingQuestionResponse.md +26 -0
  14. package/docs/BaseBookingSpaceQuestion.md +58 -0
  15. package/docs/BaseBookingSpaceQuestionChoice.md +30 -0
  16. package/docs/BaseEventPassType.md +2 -0
  17. package/docs/BaseLogin.md +4 -4
  18. package/docs/BaseSurvey.md +2 -2
  19. package/docs/Booking.md +2 -0
  20. package/docs/BookingQuestionResponse.md +34 -0
  21. package/docs/BookingSpace.md +6 -0
  22. package/docs/BookingSpaceCreateInputs.md +4 -0
  23. package/docs/BookingSpaceQuestion.md +66 -0
  24. package/docs/BookingSpaceQuestionChoice.md +38 -0
  25. package/docs/BookingSpaceQuestionChoiceCreateInputs.md +28 -0
  26. package/docs/BookingSpaceQuestionChoiceTranslation.md +32 -0
  27. package/docs/BookingSpaceQuestionChoiceTranslationUpdateInputs.md +24 -0
  28. package/docs/BookingSpaceQuestionChoiceUpdateInputs.md +28 -0
  29. package/docs/BookingSpaceQuestionCreateInputs.md +56 -0
  30. package/docs/BookingSpaceQuestionTranslation.md +32 -0
  31. package/docs/BookingSpaceQuestionTranslationUpdateInputs.md +24 -0
  32. package/docs/BookingSpaceQuestionType.md +30 -0
  33. package/docs/BookingSpaceQuestionUpdateInputs.md +56 -0
  34. package/docs/BookingSpaceQuestionUpdateInputsChoices.md +18 -0
  35. package/docs/BookingSpaceUpdateInputs.md +4 -0
  36. package/docs/BookingsApi.md +52 -0
  37. package/docs/BookingsQuestionsApi.md +489 -0
  38. package/docs/BookingsQuestionsChoicesApi.md +387 -0
  39. package/docs/BookingsQuestionsChoicesTranslationsApi.md +264 -0
  40. package/docs/BookingsQuestionsTranslationsApi.md +252 -0
  41. package/docs/CreateBookingSpaceQuestion200Response.md +24 -0
  42. package/docs/CreateBookingSpaceQuestionChoice200Response.md +24 -0
  43. package/docs/CreateEventSessionTime200Response.md +24 -0
  44. package/docs/EventEmailType.md +4 -0
  45. package/docs/EventPassType.md +2 -0
  46. package/docs/EventSessionQuestionType.md +0 -2
  47. package/docs/EventSessionTime.md +34 -0
  48. package/docs/EventSessionTimeCreateInputs.md +24 -0
  49. package/docs/EventSessionTimeTranslation.md +30 -0
  50. package/docs/EventSessionTimeTranslationUpdateInputs.md +22 -0
  51. package/docs/EventSessionTimeUpdateInputs.md +24 -0
  52. package/docs/EventsPassesApi.md +183 -0
  53. package/docs/EventsSessionsTimesApi.md +503 -0
  54. package/docs/EventsSessionsTimesTranslationsApi.md +264 -0
  55. package/docs/GetBookingResponses200Response.md +24 -0
  56. package/docs/GetBookingSpaceQuestionChoiceTranslation200Response.md +24 -0
  57. package/docs/GetBookingSpaceQuestionChoiceTranslations200Response.md +24 -0
  58. package/docs/GetBookingSpaceQuestionChoices200Response.md +26 -0
  59. package/docs/GetBookingSpaceQuestionTranslation200Response.md +24 -0
  60. package/docs/GetBookingSpaceQuestionTranslations200Response.md +24 -0
  61. package/docs/GetBookingSpaceQuestions200Response.md +26 -0
  62. package/docs/GetEventSessionTimeTranslation200Response.md +24 -0
  63. package/docs/GetEventSessionTimeTranslations200Response.md +26 -0
  64. package/docs/GetEventSessionTimes200Response.md +26 -0
  65. package/docs/Login.md +4 -0
  66. package/docs/Meeting.md +2 -0
  67. package/docs/MeetingCreateInputs.md +4 -0
  68. package/docs/MeetingUpdateInputs.md +4 -0
  69. package/docs/PassTypeCreateInputs.md +2 -0
  70. package/docs/PassTypeUpdateInputs.md +2 -0
  71. package/docs/PurchaseStatus.md +2 -0
  72. package/docs/ReorderBookingSpaceQuestionChoices200Response.md +24 -0
  73. package/docs/ReorderBookingSpaceQuestions200Response.md +24 -0
  74. package/docs/Survey.md +2 -2
  75. package/docs/SurveyCreateInputs.md +2 -2
  76. package/docs/SurveyStatus.md +12 -0
  77. package/docs/SurveyUpdateInputs.md +2 -2
  78. package/docs/SurveysApi.md +3 -0
  79. package/docs/UpdateBookingSpaceQuestionChoiceTranslation200Response.md +24 -0
  80. package/docs/UpdateBookingSpaceQuestionTranslation200Response.md +24 -0
  81. 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
- **active** | **boolean** | | [default to undefined]
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
- active,
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
- **active** | **boolean** | | [optional] [default to undefined]
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
- active,
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
- **active** | **boolean** | | [optional] [default to undefined]
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
- active,
28
+ status,
29
29
  slug,
30
30
  description,
31
31
  imageId,
@@ -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.20.0",
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/GIT_USER_ID/GIT_REPO_ID.git"
8
+ "url": "git+https://github.com/connectedxm/admin-sdk.git"
9
9
  },
10
10
  "keywords": [
11
11
  "axios",