@connectedxm/admin-sdk 6.18.1 → 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 (82) hide show
  1. package/.openapi-generator/FILES +45 -0
  2. package/AdminApi.ts +18 -0
  3. package/README.md +78 -0
  4. package/api.ts +10620 -5450
  5. package/dist/AdminApi.d.ts +7 -1
  6. package/dist/AdminApi.js +6 -0
  7. package/dist/api.d.ts +3217 -400
  8. package/dist/api.js +8584 -4937
  9. package/dist/esm/AdminApi.d.ts +7 -1
  10. package/dist/esm/AdminApi.js +7 -1
  11. package/dist/esm/api.d.ts +3217 -400
  12. package/dist/esm/api.js +9651 -6028
  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 +235 -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/SurveysSubmissionsApi.md +3 -0
  80. package/docs/UpdateBookingSpaceQuestionChoiceTranslation200Response.md +24 -0
  81. package/docs/UpdateBookingSpaceQuestionTranslation200Response.md +24 -0
  82. package/package.json +2 -2
@@ -0,0 +1,26 @@
1
+ # BaseBookingQuestionResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **value** | **string** | | [default to undefined]
10
+ **questionId** | **string** | | [default to undefined]
11
+ **question** | [**BaseBookingSpaceQuestion**](BaseBookingSpaceQuestion.md) | | [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { BaseBookingQuestionResponse } from '@connectedxm/admin-sdk';
17
+
18
+ const instance: BaseBookingQuestionResponse = {
19
+ id,
20
+ value,
21
+ questionId,
22
+ question,
23
+ };
24
+ ```
25
+
26
+ [[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,58 @@
1
+ # BaseBookingSpaceQuestion
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **type** | [**BookingSpaceQuestionType**](BookingSpaceQuestionType.md) | | [default to undefined]
10
+ **name** | **string** | | [default to undefined]
11
+ **required** | **boolean** | | [default to undefined]
12
+ **description** | **string** | | [default to undefined]
13
+ **label** | **string** | | [default to undefined]
14
+ **placeholder** | **string** | | [default to undefined]
15
+ **_default** | **string** | | [default to undefined]
16
+ **searchListId** | **string** | | [default to undefined]
17
+ **searchList** | [**BaseSearchList**](BaseSearchList.md) | | [default to undefined]
18
+ **mutable** | **boolean** | | [default to undefined]
19
+ **min** | **string** | | [default to undefined]
20
+ **max** | **string** | | [default to undefined]
21
+ **masked** | **boolean** | | [default to undefined]
22
+ **validation** | **string** | | [default to undefined]
23
+ **validationMessage** | **string** | | [default to undefined]
24
+ **locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [default to undefined]
25
+ **sortOrder** | **number** | | [default to undefined]
26
+ **featured** | **boolean** | | [default to undefined]
27
+ **choices** | [**Array<BaseBookingSpaceQuestionChoice>**](BaseBookingSpaceQuestionChoice.md) | | [default to undefined]
28
+
29
+ ## Example
30
+
31
+ ```typescript
32
+ import { BaseBookingSpaceQuestion } from '@connectedxm/admin-sdk';
33
+
34
+ const instance: BaseBookingSpaceQuestion = {
35
+ id,
36
+ type,
37
+ name,
38
+ required,
39
+ description,
40
+ label,
41
+ placeholder,
42
+ _default,
43
+ searchListId,
44
+ searchList,
45
+ mutable,
46
+ min,
47
+ max,
48
+ masked,
49
+ validation,
50
+ validationMessage,
51
+ locationOption,
52
+ sortOrder,
53
+ featured,
54
+ choices,
55
+ };
56
+ ```
57
+
58
+ [[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,30 @@
1
+ # BaseBookingSpaceQuestionChoice
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **value** | **string** | | [default to undefined]
10
+ **text** | **string** | | [default to undefined]
11
+ **description** | **string** | | [default to undefined]
12
+ **supply** | **number** | | [default to undefined]
13
+ **sortOrder** | **number** | | [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { BaseBookingSpaceQuestionChoice } from '@connectedxm/admin-sdk';
19
+
20
+ const instance: BaseBookingSpaceQuestionChoice = {
21
+ id,
22
+ value,
23
+ text,
24
+ description,
25
+ supply,
26
+ sortOrder,
27
+ };
28
+ ```
29
+
30
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -33,6 +33,7 @@ Name | Type | Description | Notes
33
33
  **createdAt** | **string** | | [default to undefined]
34
34
  **updatedAt** | **string** | | [default to undefined]
35
35
  **requiredPassTypeId** | **string** | | [default to undefined]
36
+ **requiresApproval** | **boolean** | | [default to undefined]
36
37
 
37
38
  ## Example
38
39
 
@@ -68,6 +69,7 @@ const instance: BaseEventPassType = {
68
69
  createdAt,
69
70
  updatedAt,
70
71
  requiredPassTypeId,
72
+ requiresApproval,
71
73
  };
72
74
  ```
73
75
 
package/docs/BaseLogin.md CHANGED
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
  **sub** | **string** | | [default to undefined]
9
9
  **userPoolId** | **string** | | [default to undefined]
10
10
  **username** | **string** | | [default to undefined]
11
+ **provider** | **string** | | [default to undefined]
11
12
  **email** | **string** | | [default to undefined]
12
13
  **status** | **string** | | [default to undefined]
13
14
  **enabled** | **boolean** | | [default to undefined]
@@ -15,8 +16,7 @@ Name | Type | Description | Notes
15
16
  **firstName** | **string** | | [default to undefined]
16
17
  **lastName** | **string** | | [default to undefined]
17
18
  **internalRefId** | **string** | | [default to undefined]
18
- **createdAt** | **string** | | [default to undefined]
19
- **updatedAt** | **string** | | [default to undefined]
19
+ **lastLoginAt** | **string** | | [default to undefined]
20
20
 
21
21
  ## Example
22
22
 
@@ -27,6 +27,7 @@ const instance: BaseLogin = {
27
27
  sub,
28
28
  userPoolId,
29
29
  username,
30
+ provider,
30
31
  email,
31
32
  status,
32
33
  enabled,
@@ -34,8 +35,7 @@ const instance: BaseLogin = {
34
35
  firstName,
35
36
  lastName,
36
37
  internalRefId,
37
- createdAt,
38
- updatedAt,
38
+ lastLoginAt,
39
39
  };
40
40
  ```
41
41
 
@@ -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]
@@ -23,7 +23,7 @@ const instance: BaseSurvey = {
23
23
  id,
24
24
  slug,
25
25
  name,
26
- active,
26
+ status,
27
27
  description,
28
28
  image,
29
29
  requireAuth,
package/docs/Booking.md CHANGED
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
17
17
  **lineItem** | [**PaymentLineItem**](PaymentLineItem.md) | | [default to undefined]
18
18
  **createdAt** | **string** | | [default to undefined]
19
19
  **updatedAt** | **string** | | [default to undefined]
20
+ **responses** | [**Array<BaseBookingQuestionResponse>**](BaseBookingQuestionResponse.md) | | [optional] [default to undefined]
20
21
 
21
22
  ## Example
22
23
 
@@ -36,6 +37,7 @@ const instance: Booking = {
36
37
  lineItem,
37
38
  createdAt,
38
39
  updatedAt,
40
+ responses,
39
41
  };
40
42
  ```
41
43
 
@@ -0,0 +1,34 @@
1
+ # BookingQuestionResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **value** | **string** | | [default to undefined]
10
+ **questionId** | **string** | | [default to undefined]
11
+ **question** | [**BaseBookingSpaceQuestion**](BaseBookingSpaceQuestion.md) | | [default to undefined]
12
+ **fileId** | **number** | | [default to undefined]
13
+ **file** | [**BaseFile**](BaseFile.md) | | [default to undefined]
14
+ **createdAt** | **string** | | [default to undefined]
15
+ **updatedAt** | **string** | | [default to undefined]
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import { BookingQuestionResponse } from '@connectedxm/admin-sdk';
21
+
22
+ const instance: BookingQuestionResponse = {
23
+ id,
24
+ value,
25
+ questionId,
26
+ question,
27
+ fileId,
28
+ file,
29
+ createdAt,
30
+ updatedAt,
31
+ };
32
+ ```
33
+
34
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -24,6 +24,9 @@ Name | Type | Description | Notes
24
24
  **confirmationReplyTo** | **string** | | [default to undefined]
25
25
  **cancellationBody** | **string** | | [default to undefined]
26
26
  **cancellationReplyTo** | **string** | | [default to undefined]
27
+ **meetingId** | **string** | | [default to undefined]
28
+ **meeting** | [**BaseMeeting**](BaseMeeting.md) | | [default to undefined]
29
+ **joinBeforeTime** | **number** | | [default to undefined]
27
30
  **createdAt** | **string** | | [default to undefined]
28
31
  **updatedAt** | **string** | | [default to undefined]
29
32
 
@@ -52,6 +55,9 @@ const instance: BookingSpace = {
52
55
  confirmationReplyTo,
53
56
  cancellationBody,
54
57
  cancellationReplyTo,
58
+ meetingId,
59
+ meeting,
60
+ joinBeforeTime,
55
61
  createdAt,
56
62
  updatedAt,
57
63
  };
@@ -22,6 +22,8 @@ Name | Type | Description | Notes
22
22
  **taxCode** | **string** | | [optional] [default to undefined]
23
23
  **taxIncluded** | **boolean** | | [optional] [default to undefined]
24
24
  **taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [optional] [default to undefined]
25
+ **meetingId** | **string** | | [optional] [default to undefined]
26
+ **joinBeforeTime** | **number** | | [optional] [default to undefined]
25
27
 
26
28
  ## Example
27
29
 
@@ -46,6 +48,8 @@ const instance: BookingSpaceCreateInputs = {
46
48
  taxCode,
47
49
  taxIncluded,
48
50
  taxLocation,
51
+ meetingId,
52
+ joinBeforeTime,
49
53
  };
50
54
  ```
51
55
 
@@ -0,0 +1,66 @@
1
+ # BookingSpaceQuestion
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **type** | [**BookingSpaceQuestionType**](BookingSpaceQuestionType.md) | | [default to undefined]
10
+ **name** | **string** | | [default to undefined]
11
+ **required** | **boolean** | | [default to undefined]
12
+ **description** | **string** | | [default to undefined]
13
+ **label** | **string** | | [default to undefined]
14
+ **placeholder** | **string** | | [default to undefined]
15
+ **_default** | **string** | | [default to undefined]
16
+ **searchListId** | **string** | | [default to undefined]
17
+ **searchList** | [**BaseSearchList**](BaseSearchList.md) | | [default to undefined]
18
+ **mutable** | **boolean** | | [default to undefined]
19
+ **min** | **string** | | [default to undefined]
20
+ **max** | **string** | | [default to undefined]
21
+ **masked** | **boolean** | | [default to undefined]
22
+ **validation** | **string** | | [default to undefined]
23
+ **validationMessage** | **string** | | [default to undefined]
24
+ **locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [default to undefined]
25
+ **sortOrder** | **number** | | [default to undefined]
26
+ **featured** | **boolean** | | [default to undefined]
27
+ **choices** | [**Array<BaseBookingSpaceQuestionChoice>**](BaseBookingSpaceQuestionChoice.md) | | [default to undefined]
28
+ **dashboardVisibility** | **boolean** | | [default to undefined]
29
+ **createdAt** | **string** | | [default to undefined]
30
+ **updatedAt** | **string** | | [default to undefined]
31
+ **translations** | [**Array<BookingSpaceQuestionTranslation>**](BookingSpaceQuestionTranslation.md) | | [optional] [default to undefined]
32
+
33
+ ## Example
34
+
35
+ ```typescript
36
+ import { BookingSpaceQuestion } from '@connectedxm/admin-sdk';
37
+
38
+ const instance: BookingSpaceQuestion = {
39
+ id,
40
+ type,
41
+ name,
42
+ required,
43
+ description,
44
+ label,
45
+ placeholder,
46
+ _default,
47
+ searchListId,
48
+ searchList,
49
+ mutable,
50
+ min,
51
+ max,
52
+ masked,
53
+ validation,
54
+ validationMessage,
55
+ locationOption,
56
+ sortOrder,
57
+ featured,
58
+ choices,
59
+ dashboardVisibility,
60
+ createdAt,
61
+ updatedAt,
62
+ translations,
63
+ };
64
+ ```
65
+
66
+ [[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,38 @@
1
+ # BookingSpaceQuestionChoice
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **value** | **string** | | [default to undefined]
10
+ **text** | **string** | | [default to undefined]
11
+ **description** | **string** | | [default to undefined]
12
+ **supply** | **number** | | [default to undefined]
13
+ **sortOrder** | **number** | | [default to undefined]
14
+ **questionId** | **string** | | [default to undefined]
15
+ **question** | [**BaseBookingSpaceQuestion**](BaseBookingSpaceQuestion.md) | | [default to undefined]
16
+ **createdAt** | **string** | | [default to undefined]
17
+ **updatedAt** | **string** | | [default to undefined]
18
+
19
+ ## Example
20
+
21
+ ```typescript
22
+ import { BookingSpaceQuestionChoice } from '@connectedxm/admin-sdk';
23
+
24
+ const instance: BookingSpaceQuestionChoice = {
25
+ id,
26
+ value,
27
+ text,
28
+ description,
29
+ supply,
30
+ sortOrder,
31
+ questionId,
32
+ question,
33
+ createdAt,
34
+ updatedAt,
35
+ };
36
+ ```
37
+
38
+ [[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,28 @@
1
+ # BookingSpaceQuestionChoiceCreateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **value** | **string** | | [default to undefined]
9
+ **text** | **string** | | [optional] [default to undefined]
10
+ **description** | **string** | | [optional] [default to undefined]
11
+ **supply** | **number** | | [optional] [default to undefined]
12
+ **sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { BookingSpaceQuestionChoiceCreateInputs } from '@connectedxm/admin-sdk';
18
+
19
+ const instance: BookingSpaceQuestionChoiceCreateInputs = {
20
+ value,
21
+ text,
22
+ description,
23
+ supply,
24
+ sortOrder,
25
+ };
26
+ ```
27
+
28
+ [[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,32 @@
1
+ # BookingSpaceQuestionChoiceTranslation
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **locale** | **string** | | [default to undefined]
10
+ **value** | **string** | | [default to undefined]
11
+ **text** | **string** | | [default to undefined]
12
+ **description** | **string** | | [default to undefined]
13
+ **createdAt** | **string** | | [default to undefined]
14
+ **updatedAt** | **string** | | [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { BookingSpaceQuestionChoiceTranslation } from '@connectedxm/admin-sdk';
20
+
21
+ const instance: BookingSpaceQuestionChoiceTranslation = {
22
+ id,
23
+ locale,
24
+ value,
25
+ text,
26
+ description,
27
+ createdAt,
28
+ updatedAt,
29
+ };
30
+ ```
31
+
32
+ [[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
+ # BookingSpaceQuestionChoiceTranslationUpdateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **value** | **string** | | [optional] [default to undefined]
9
+ **text** | **string** | | [optional] [default to undefined]
10
+ **description** | **string** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { BookingSpaceQuestionChoiceTranslationUpdateInputs } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: BookingSpaceQuestionChoiceTranslationUpdateInputs = {
18
+ value,
19
+ text,
20
+ description,
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,28 @@
1
+ # BookingSpaceQuestionChoiceUpdateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **value** | **string** | | [optional] [default to undefined]
9
+ **text** | **string** | | [optional] [default to undefined]
10
+ **description** | **string** | | [optional] [default to undefined]
11
+ **supply** | **number** | | [optional] [default to undefined]
12
+ **sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { BookingSpaceQuestionChoiceUpdateInputs } from '@connectedxm/admin-sdk';
18
+
19
+ const instance: BookingSpaceQuestionChoiceUpdateInputs = {
20
+ value,
21
+ text,
22
+ description,
23
+ supply,
24
+ sortOrder,
25
+ };
26
+ ```
27
+
28
+ [[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,56 @@
1
+ # BookingSpaceQuestionCreateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [default to undefined]
9
+ **type** | [**BookingSpaceQuestionType**](BookingSpaceQuestionType.md) | | [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** | **Array<string>** | | [optional] [default to undefined]
27
+
28
+ ## Example
29
+
30
+ ```typescript
31
+ import { BookingSpaceQuestionCreateInputs } from '@connectedxm/admin-sdk';
32
+
33
+ const instance: BookingSpaceQuestionCreateInputs = {
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,32 @@
1
+ # BookingSpaceQuestionTranslation
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **locale** | **string** | | [default to undefined]
10
+ **label** | **string** | | [default to undefined]
11
+ **placeholder** | **string** | | [default to undefined]
12
+ **description** | **string** | | [default to undefined]
13
+ **createdAt** | **string** | | [default to undefined]
14
+ **updatedAt** | **string** | | [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { BookingSpaceQuestionTranslation } from '@connectedxm/admin-sdk';
20
+
21
+ const instance: BookingSpaceQuestionTranslation = {
22
+ id,
23
+ locale,
24
+ label,
25
+ placeholder,
26
+ description,
27
+ createdAt,
28
+ updatedAt,
29
+ };
30
+ ```
31
+
32
+ [[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
+ # BookingSpaceQuestionTranslationUpdateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **label** | **string** | | [optional] [default to undefined]
9
+ **placeholder** | **string** | | [optional] [default to undefined]
10
+ **description** | **string** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { BookingSpaceQuestionTranslationUpdateInputs } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: BookingSpaceQuestionTranslationUpdateInputs = {
18
+ label,
19
+ placeholder,
20
+ description,
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,30 @@
1
+ # BookingSpaceQuestionType
2
+
3
+
4
+ ## Enum
5
+
6
+ * `Text` (value: `'text'`)
7
+
8
+ * `Textarea` (value: `'textarea'`)
9
+
10
+ * `Number` (value: `'number'`)
11
+
12
+ * `Time` (value: `'time'`)
13
+
14
+ * `Date` (value: `'date'`)
15
+
16
+ * `Toggle` (value: `'toggle'`)
17
+
18
+ * `Select` (value: `'select'`)
19
+
20
+ * `Radio` (value: `'radio'`)
21
+
22
+ * `Checkbox` (value: `'checkbox'`)
23
+
24
+ * `Search` (value: `'search'`)
25
+
26
+ * `File` (value: `'file'`)
27
+
28
+ * `Location` (value: `'location'`)
29
+
30
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)