@connectedxm/admin-sdk 6.8.6 → 6.14.0
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 +46 -8
- package/AdminApi.ts +24 -1
- package/README.md +79 -12
- package/api.ts +5210 -700
- package/dist/AdminApi.d.ts +10 -1
- package/dist/AdminApi.js +9 -1
- package/dist/api.d.ts +2895 -456
- package/dist/api.js +4276 -1073
- package/dist/esm/AdminApi.d.ts +10 -1
- package/dist/esm/AdminApi.js +10 -2
- package/dist/esm/api.d.ts +2895 -456
- package/dist/esm/api.js +4225 -1051
- package/docs/AccountAttribute.md +3 -1
- package/docs/AccountAttributeCreateInputs.md +7 -1
- package/docs/AccountAttributeType.md +20 -0
- package/docs/AccountAttributeUpdateInputs.md +6 -0
- package/docs/AccountCreateInputs.md +2 -0
- package/docs/AccountUpdateInputs.md +2 -0
- package/docs/BaseAccountAttribute.md +3 -1
- package/docs/BaseEventActivation.md +2 -0
- package/docs/{EventTrackAllOfCount.md → BaseEventActivationCount.md} +3 -3
- package/docs/{BaseRegistrationQuestionChoiceQuestion.md → BaseEventAttribute.md} +3 -3
- package/docs/BaseEventBlock.md +6 -0
- package/docs/BaseEventOnSite.md +2 -2
- package/docs/BaseEventPass.md +2 -0
- package/docs/BaseEventSession.md +2 -4
- package/docs/BaseEventSessionQuestionChoice.md +1 -1
- package/docs/BasePassAttribute.md +26 -0
- package/docs/BasePassAttributeAttribute.md +22 -0
- package/docs/BasePayment.md +2 -0
- package/docs/BaseRegistrationQuestionChoice.md +1 -1
- package/docs/BaseSeriesQuestion.md +60 -0
- package/docs/BaseSeriesQuestionChoice.md +30 -0
- package/docs/BaseSeriesRegistration.md +34 -0
- package/docs/BaseSeriesRegistrationQuestionResponse.md +26 -0
- package/docs/BaseSideEffect.md +2 -0
- package/docs/BaseSurveyQuestionChoice.md +1 -1
- package/docs/CloneOptions.md +2 -0
- package/docs/Event.md +4 -0
- package/docs/EventActivation.md +6 -0
- package/docs/EventActivationCreateInputs.md +4 -0
- package/docs/EventActivationUpdateInputs.md +4 -0
- package/docs/EventAttribute.md +26 -0
- package/docs/EventAttributeCreateInputs.md +20 -0
- package/docs/EventAttributeUpdateInputs.md +20 -0
- package/docs/EventBlock.md +6 -0
- package/docs/EventBlockCreateInputs.md +6 -0
- package/docs/EventBlockUpdateInputs.md +6 -0
- package/docs/EventCreateInputs.md +4 -0
- package/docs/EventMediaItemTranslation.md +30 -0
- package/docs/EventMediaItemTranslationUpdateInputs.md +22 -0
- package/docs/EventOnSite.md +2 -4
- package/docs/EventPass.md +8 -0
- package/docs/EventPassCreateInputs.md +2 -0
- package/docs/EventPassType.md +4 -0
- package/docs/EventPassUpdateInputs.md +2 -0
- package/docs/EventRoomTypeReservationPassesInner.md +1 -1
- package/docs/EventSession.md +12 -4
- package/docs/EventSessionCloneOptions.md +22 -0
- package/docs/EventSessionCreateInputs.md +8 -4
- package/docs/EventSessionUpdateInputs.md +8 -4
- package/docs/{SessionAccess.md → EventSessionVisibility.md} +6 -2
- package/docs/EventTrack.md +1 -1
- package/docs/EventUpdateInputs.md +4 -0
- package/docs/EventsActivationsApi.md +67 -0
- package/docs/EventsActivationsSessionsApi.md +123 -0
- package/docs/EventsAttributesApi.md +296 -0
- package/docs/EventsOnSiteApi.md +9 -187
- package/docs/EventsPassesAttributesApi.md +191 -0
- package/docs/EventsSessionsApi.md +242 -0
- package/docs/{BadgeFieldTransformation.md → OnSiteScanType.md} +5 -3
- package/docs/PassAttribute.md +30 -0
- package/docs/PassAttributesUpdateInputs.md +20 -0
- package/docs/PassAttributesUpdateInputsValuesInner.md +22 -0
- package/docs/PassTypeCreateInputs.md +4 -0
- package/docs/PassTypeUpdateInputs.md +4 -0
- package/docs/Payment.md +4 -0
- package/docs/PaymentLineItem.md +2 -0
- package/docs/PaymentLineItemType.md +2 -0
- package/docs/Series.md +14 -0
- package/docs/SeriesApi.md +64 -0
- package/docs/SeriesCreateInputs.md +16 -0
- package/docs/SeriesQuestion.md +68 -0
- package/docs/SeriesQuestionChoice.md +38 -0
- package/docs/SeriesQuestionChoiceCreateInputs.md +28 -0
- package/docs/SeriesQuestionChoiceTranslation.md +32 -0
- package/docs/SeriesQuestionChoiceUpdateInputs.md +28 -0
- package/docs/SeriesQuestionCreateInputs.md +56 -0
- package/docs/SeriesQuestionTranslation.md +32 -0
- package/docs/SeriesQuestionTranslationUpdateInputs.md +24 -0
- package/docs/SeriesQuestionType.md +30 -0
- package/docs/SeriesQuestionUpdateInputs.md +56 -0
- package/docs/SeriesQuestionUpdateInputsChoices.md +18 -0
- package/docs/SeriesQuestionsApi.md +421 -0
- package/docs/SeriesQuestionsChoicesApi.md +244 -0
- package/docs/SeriesRegistration.md +40 -0
- package/docs/SeriesRegistrationCreateInputs.md +20 -0
- package/docs/SeriesRegistrationQuestionResponse.md +34 -0
- package/docs/SeriesRegistrationResponsesUpdateInputs.md +20 -0
- package/docs/SeriesRegistrationResponsesUpdateInputsResponsesInner.md +22 -0
- package/docs/SeriesRegistrationUpdateInputs.md +20 -0
- package/docs/SeriesRegistrationsApi.md +547 -0
- package/docs/SeriesTranslation.md +38 -0
- package/docs/SeriesTranslationUpdateInputs.md +28 -0
- package/docs/SeriesUpdateInputs.md +16 -0
- package/docs/SideEffect.md +4 -0
- package/docs/SideEffectActionType.md +2 -0
- package/docs/Survey.md +0 -4
- package/docs/SurveyCreateInputs.md +0 -2
- package/docs/SurveyUpdateInputs.md +0 -2
- package/docs/SurveysApi.md +64 -0
- package/docs/SurveysSessionsApi.md +117 -0
- package/package.json +1 -1
- package/docs/BadgeFieldType.md +0 -20
- package/docs/BaseEventOnSiteBadgeField.md +0 -44
- package/docs/EventBadgeFieldUpdateInputs.md +0 -34
- package/docs/EventOnSiteBadgeField.md +0 -46
package/docs/Series.md
CHANGED
|
@@ -17,6 +17,13 @@ Name | Type | Description | Notes
|
|
|
17
17
|
**templateId** | **string** | | [default to undefined]
|
|
18
18
|
**template** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
|
|
19
19
|
**sortOrder** | **number** | | [default to undefined]
|
|
20
|
+
**price** | **number** | | [default to undefined]
|
|
21
|
+
**taxCode** | **string** | | [default to undefined]
|
|
22
|
+
**taxIncluded** | **boolean** | | [default to undefined]
|
|
23
|
+
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [default to undefined]
|
|
24
|
+
**subject** | **string** | | [default to undefined]
|
|
25
|
+
**replyTo** | **string** | | [default to undefined]
|
|
26
|
+
**body** | **string** | | [default to undefined]
|
|
20
27
|
**createdAt** | **string** | | [default to undefined]
|
|
21
28
|
**updatedAt** | **string** | | [default to undefined]
|
|
22
29
|
|
|
@@ -38,6 +45,13 @@ const instance: Series = {
|
|
|
38
45
|
templateId,
|
|
39
46
|
template,
|
|
40
47
|
sortOrder,
|
|
48
|
+
price,
|
|
49
|
+
taxCode,
|
|
50
|
+
taxIncluded,
|
|
51
|
+
taxLocation,
|
|
52
|
+
subject,
|
|
53
|
+
replyTo,
|
|
54
|
+
body,
|
|
41
55
|
createdAt,
|
|
42
56
|
updatedAt,
|
|
43
57
|
};
|
package/docs/SeriesApi.md
CHANGED
|
@@ -10,6 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
10
10
|
|[**getSeries**](#getseries) | **GET** /series/{seriesId} | Get Series|
|
|
11
11
|
|[**getSeriesEvents**](#getseriesevents) | **GET** /series/{seriesId}/events | Get Series Events|
|
|
12
12
|
|[**getSeriesList**](#getserieslist) | **GET** /series | Get Series List|
|
|
13
|
+
|[**getSeriesPayments**](#getseriespayments) | **GET** /series/{seriesId}/payments | Get Series Payments|
|
|
13
14
|
|[**removeSeriesEvent**](#removeseriesevent) | **DELETE** /series/{seriesId}/events/{eventId} | Remove Series Event|
|
|
14
15
|
|[**updateSeries**](#updateseries) | **PUT** /series/{seriesId} | Update Series|
|
|
15
16
|
|
|
@@ -337,6 +338,69 @@ const { status, data } = await apiInstance.getSeriesList(
|
|
|
337
338
|
- **Accept**: application/json
|
|
338
339
|
|
|
339
340
|
|
|
341
|
+
### HTTP response details
|
|
342
|
+
| Status code | Description | Response headers |
|
|
343
|
+
|-------------|-------------|------------------|
|
|
344
|
+
|**200** | Successful response | - |
|
|
345
|
+
|
|
346
|
+
[[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)
|
|
347
|
+
|
|
348
|
+
# **getSeriesPayments**
|
|
349
|
+
> GetAccountPayments200Response getSeriesPayments()
|
|
350
|
+
|
|
351
|
+
Get Series Payments endpoint
|
|
352
|
+
|
|
353
|
+
### Example
|
|
354
|
+
|
|
355
|
+
```typescript
|
|
356
|
+
import {
|
|
357
|
+
SeriesApi,
|
|
358
|
+
Configuration
|
|
359
|
+
} from '@connectedxm/admin-sdk';
|
|
360
|
+
|
|
361
|
+
const configuration = new Configuration();
|
|
362
|
+
const apiInstance = new SeriesApi(configuration);
|
|
363
|
+
|
|
364
|
+
let seriesId: string; //The series identifier (default to undefined)
|
|
365
|
+
let page: number; //Page number (optional) (default to 1)
|
|
366
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
367
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
368
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
369
|
+
|
|
370
|
+
const { status, data } = await apiInstance.getSeriesPayments(
|
|
371
|
+
seriesId,
|
|
372
|
+
page,
|
|
373
|
+
pageSize,
|
|
374
|
+
orderBy,
|
|
375
|
+
search
|
|
376
|
+
);
|
|
377
|
+
```
|
|
378
|
+
|
|
379
|
+
### Parameters
|
|
380
|
+
|
|
381
|
+
|Name | Type | Description | Notes|
|
|
382
|
+
|------------- | ------------- | ------------- | -------------|
|
|
383
|
+
| **seriesId** | [**string**] | The series identifier | defaults to undefined|
|
|
384
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
385
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
386
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
387
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
### Return type
|
|
391
|
+
|
|
392
|
+
**GetAccountPayments200Response**
|
|
393
|
+
|
|
394
|
+
### Authorization
|
|
395
|
+
|
|
396
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
397
|
+
|
|
398
|
+
### HTTP request headers
|
|
399
|
+
|
|
400
|
+
- **Content-Type**: Not defined
|
|
401
|
+
- **Accept**: application/json
|
|
402
|
+
|
|
403
|
+
|
|
340
404
|
### HTTP response details
|
|
341
405
|
| Status code | Description | Response headers |
|
|
342
406
|
|-------------|-------------|------------------|
|
|
@@ -13,6 +13,14 @@ Name | Type | Description | Notes
|
|
|
13
13
|
**templateId** | **string** | | [default to undefined]
|
|
14
14
|
**startDate** | **string** | | [optional] [default to undefined]
|
|
15
15
|
**endDate** | **string** | | [optional] [default to undefined]
|
|
16
|
+
**registration** | **boolean** | | [optional] [default to undefined]
|
|
17
|
+
**price** | **number** | | [optional] [default to undefined]
|
|
18
|
+
**taxCode** | **string** | | [optional] [default to undefined]
|
|
19
|
+
**taxIncluded** | **boolean** | | [optional] [default to undefined]
|
|
20
|
+
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [optional] [default to undefined]
|
|
21
|
+
**subject** | **string** | | [optional] [default to undefined]
|
|
22
|
+
**replyTo** | **string** | | [optional] [default to undefined]
|
|
23
|
+
**body** | **string** | | [optional] [default to undefined]
|
|
16
24
|
|
|
17
25
|
## Example
|
|
18
26
|
|
|
@@ -28,6 +36,14 @@ const instance: SeriesCreateInputs = {
|
|
|
28
36
|
templateId,
|
|
29
37
|
startDate,
|
|
30
38
|
endDate,
|
|
39
|
+
registration,
|
|
40
|
+
price,
|
|
41
|
+
taxCode,
|
|
42
|
+
taxIncluded,
|
|
43
|
+
taxLocation,
|
|
44
|
+
subject,
|
|
45
|
+
replyTo,
|
|
46
|
+
body,
|
|
31
47
|
};
|
|
32
48
|
```
|
|
33
49
|
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# SeriesQuestion
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**seriesId** | **string** | | [default to undefined]
|
|
10
|
+
**type** | [**SeriesQuestionType**](SeriesQuestionType.md) | | [default to undefined]
|
|
11
|
+
**name** | **string** | | [default to undefined]
|
|
12
|
+
**required** | **boolean** | | [default to undefined]
|
|
13
|
+
**description** | **string** | | [default to undefined]
|
|
14
|
+
**label** | **string** | | [default to undefined]
|
|
15
|
+
**placeholder** | **string** | | [default to undefined]
|
|
16
|
+
**_default** | **string** | | [default to undefined]
|
|
17
|
+
**searchListId** | **string** | | [default to undefined]
|
|
18
|
+
**searchList** | [**BaseSearchList**](BaseSearchList.md) | | [default to undefined]
|
|
19
|
+
**mutable** | **boolean** | | [default to undefined]
|
|
20
|
+
**min** | **string** | | [default to undefined]
|
|
21
|
+
**max** | **string** | | [default to undefined]
|
|
22
|
+
**masked** | **boolean** | | [default to undefined]
|
|
23
|
+
**validation** | **string** | | [default to undefined]
|
|
24
|
+
**validationMessage** | **string** | | [default to undefined]
|
|
25
|
+
**locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [default to undefined]
|
|
26
|
+
**sortOrder** | **number** | | [default to undefined]
|
|
27
|
+
**featured** | **boolean** | | [default to undefined]
|
|
28
|
+
**choices** | [**Array<BaseSeriesQuestionChoice>**](BaseSeriesQuestionChoice.md) | | [default to undefined]
|
|
29
|
+
**dashboardVisibility** | **boolean** | | [default to undefined]
|
|
30
|
+
**createdAt** | **string** | | [default to undefined]
|
|
31
|
+
**updatedAt** | **string** | | [default to undefined]
|
|
32
|
+
**translations** | [**Array<SeriesQuestionTranslation>**](SeriesQuestionTranslation.md) | | [optional] [default to undefined]
|
|
33
|
+
|
|
34
|
+
## Example
|
|
35
|
+
|
|
36
|
+
```typescript
|
|
37
|
+
import { SeriesQuestion } from '@connectedxm/admin-sdk';
|
|
38
|
+
|
|
39
|
+
const instance: SeriesQuestion = {
|
|
40
|
+
id,
|
|
41
|
+
seriesId,
|
|
42
|
+
type,
|
|
43
|
+
name,
|
|
44
|
+
required,
|
|
45
|
+
description,
|
|
46
|
+
label,
|
|
47
|
+
placeholder,
|
|
48
|
+
_default,
|
|
49
|
+
searchListId,
|
|
50
|
+
searchList,
|
|
51
|
+
mutable,
|
|
52
|
+
min,
|
|
53
|
+
max,
|
|
54
|
+
masked,
|
|
55
|
+
validation,
|
|
56
|
+
validationMessage,
|
|
57
|
+
locationOption,
|
|
58
|
+
sortOrder,
|
|
59
|
+
featured,
|
|
60
|
+
choices,
|
|
61
|
+
dashboardVisibility,
|
|
62
|
+
createdAt,
|
|
63
|
+
updatedAt,
|
|
64
|
+
translations,
|
|
65
|
+
};
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
[[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
|
+
# SeriesQuestionChoice
|
|
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** | [**BaseSeriesQuestion**](BaseSeriesQuestion.md) | | [default to undefined]
|
|
16
|
+
**createdAt** | **string** | | [default to undefined]
|
|
17
|
+
**updatedAt** | **string** | | [default to undefined]
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
```typescript
|
|
22
|
+
import { SeriesQuestionChoice } from '@connectedxm/admin-sdk';
|
|
23
|
+
|
|
24
|
+
const instance: SeriesQuestionChoice = {
|
|
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
|
+
# SeriesQuestionChoiceCreateInputs
|
|
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 { SeriesQuestionChoiceCreateInputs } from '@connectedxm/admin-sdk';
|
|
18
|
+
|
|
19
|
+
const instance: SeriesQuestionChoiceCreateInputs = {
|
|
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
|
+
# SeriesQuestionChoiceTranslation
|
|
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 { SeriesQuestionChoiceTranslation } from '@connectedxm/admin-sdk';
|
|
20
|
+
|
|
21
|
+
const instance: SeriesQuestionChoiceTranslation = {
|
|
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,28 @@
|
|
|
1
|
+
# SeriesQuestionChoiceUpdateInputs
|
|
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 { SeriesQuestionChoiceUpdateInputs } from '@connectedxm/admin-sdk';
|
|
18
|
+
|
|
19
|
+
const instance: SeriesQuestionChoiceUpdateInputs = {
|
|
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
|
+
# SeriesQuestionCreateInputs
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**name** | **string** | | [default to undefined]
|
|
9
|
+
**type** | [**SeriesQuestionType**](SeriesQuestionType.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 { SeriesQuestionCreateInputs } from '@connectedxm/admin-sdk';
|
|
32
|
+
|
|
33
|
+
const instance: SeriesQuestionCreateInputs = {
|
|
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
|
+
# SeriesQuestionTranslation
|
|
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 { SeriesQuestionTranslation } from '@connectedxm/admin-sdk';
|
|
20
|
+
|
|
21
|
+
const instance: SeriesQuestionTranslation = {
|
|
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
|
+
# SeriesQuestionTranslationUpdateInputs
|
|
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 { SeriesQuestionTranslationUpdateInputs } from '@connectedxm/admin-sdk';
|
|
16
|
+
|
|
17
|
+
const instance: SeriesQuestionTranslationUpdateInputs = {
|
|
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
|
+
# SeriesQuestionType
|
|
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)
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# SeriesQuestionUpdateInputs
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**name** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**type** | [**SeriesQuestionType**](SeriesQuestionType.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** | [**SeriesQuestionUpdateInputsChoices**](SeriesQuestionUpdateInputsChoices.md) | | [optional] [default to undefined]
|
|
27
|
+
|
|
28
|
+
## Example
|
|
29
|
+
|
|
30
|
+
```typescript
|
|
31
|
+
import { SeriesQuestionUpdateInputs } from '@connectedxm/admin-sdk';
|
|
32
|
+
|
|
33
|
+
const instance: SeriesQuestionUpdateInputs = {
|
|
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
|
+
# SeriesQuestionUpdateInputsChoices
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
import { SeriesQuestionUpdateInputsChoices } from '@connectedxm/admin-sdk';
|
|
13
|
+
|
|
14
|
+
const instance: SeriesQuestionUpdateInputsChoices = {
|
|
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)
|