@connectedxm/admin-sdk 6.7.7 → 6.9.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.
Files changed (44) hide show
  1. package/.openapi-generator/FILES +13 -0
  2. package/AdminApi.ts +9 -1
  3. package/README.md +28 -0
  4. package/api.ts +2619 -564
  5. package/dist/AdminApi.d.ts +5 -1
  6. package/dist/AdminApi.js +4 -1
  7. package/dist/api.d.ts +1122 -30
  8. package/dist/api.js +1759 -286
  9. package/dist/esm/AdminApi.d.ts +5 -1
  10. package/dist/esm/AdminApi.js +5 -2
  11. package/dist/esm/api.d.ts +1122 -30
  12. package/dist/esm/api.js +1729 -264
  13. package/docs/AccountCreateInputs.md +2 -0
  14. package/docs/AccountUpdateInputs.md +2 -0
  15. package/docs/BaseEventActivation.md +2 -0
  16. package/docs/BaseEventBlock.md +28 -0
  17. package/docs/BaseSeriesRegistration.md +32 -0
  18. package/docs/BaseSurvey.md +2 -0
  19. package/docs/BaseSurveySubmission.md +6 -0
  20. package/docs/CreateEventBlock200Response.md +24 -0
  21. package/docs/EventActivation.md +2 -0
  22. package/docs/EventBlock.md +36 -0
  23. package/docs/EventBlockCreateInputs.md +26 -0
  24. package/docs/EventBlockUpdateInputs.md +26 -0
  25. package/docs/EventSession.md +2 -0
  26. package/docs/EventsBlocksApi.md +479 -0
  27. package/docs/EventsCouponsApi.md +3 -0
  28. package/docs/EventsSessionsApi.md +183 -0
  29. package/docs/GetEventBlocks200Response.md +26 -0
  30. package/docs/Series.md +8 -0
  31. package/docs/SeriesCreateInputs.md +10 -0
  32. package/docs/SeriesRegistration.md +36 -0
  33. package/docs/SeriesRegistrationCreateInputs.md +20 -0
  34. package/docs/SeriesRegistrationUpdateInputs.md +20 -0
  35. package/docs/SeriesRegistrationsApi.md +354 -0
  36. package/docs/SeriesUpdateInputs.md +10 -0
  37. package/docs/Survey.md +18 -0
  38. package/docs/SurveyAllOfCount.md +20 -0
  39. package/docs/SurveyCreateInputs.md +8 -0
  40. package/docs/SurveySubmission.md +6 -0
  41. package/docs/SurveySubmissionUpdateInputs.md +4 -0
  42. package/docs/SurveyUpdateInputs.md +8 -0
  43. package/docs/SurveysApi.md +6 -0
  44. package/package.json +1 -1
@@ -30,6 +30,7 @@ Name | Type | Description | Notes
30
30
  **locale** | **string** | | [optional] [default to undefined]
31
31
  **taxEntityUseCode** | **string** | | [optional] [default to undefined]
32
32
  **attributes** | **{ [key: string]: any; }** | | [optional] [default to undefined]
33
+ **confirmationEmailCount** | **number** | | [optional] [default to undefined]
33
34
 
34
35
  ## Example
35
36
 
@@ -62,6 +63,7 @@ const instance: AccountCreateInputs = {
62
63
  locale,
63
64
  taxEntityUseCode,
64
65
  attributes,
66
+ confirmationEmailCount,
65
67
  };
66
68
  ```
67
69
 
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
31
31
  **locale** | **string** | | [optional] [default to undefined]
32
32
  **taxEntityUseCode** | **string** | | [optional] [default to undefined]
33
33
  **attributes** | **{ [key: string]: any; }** | | [optional] [default to undefined]
34
+ **confirmationEmailCount** | **number** | | [optional] [default to undefined]
34
35
 
35
36
  ## Example
36
37
 
@@ -64,6 +65,7 @@ const instance: AccountUpdateInputs = {
64
65
  locale,
65
66
  taxEntityUseCode,
66
67
  attributes,
68
+ confirmationEmailCount,
67
69
  };
68
70
  ```
69
71
 
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
  **startAfter** | **string** | | [default to undefined]
15
15
  **type** | [**EventActivationType**](EventActivationType.md) | | [default to undefined]
16
16
  **accessLevel** | [**PassTypeAccessLevel**](PassTypeAccessLevel.md) | | [default to undefined]
17
+ **survey** | [**BaseSurvey**](BaseSurvey.md) | | [default to undefined]
17
18
 
18
19
  ## Example
19
20
 
@@ -30,6 +31,7 @@ const instance: BaseEventActivation = {
30
31
  startAfter,
31
32
  type,
32
33
  accessLevel,
34
+ survey,
33
35
  };
34
36
  ```
35
37
 
@@ -0,0 +1,28 @@
1
+ # BaseEventBlock
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **description** | **string** | | [default to undefined]
11
+ **limit** | **number** | | [default to undefined]
12
+ **grouped** | **boolean** | | [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { BaseEventBlock } from '@connectedxm/admin-sdk';
18
+
19
+ const instance: BaseEventBlock = {
20
+ id,
21
+ name,
22
+ description,
23
+ limit,
24
+ grouped,
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
+ # BaseSeriesRegistration
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **organizationId** | **string** | | [default to undefined]
10
+ **seriesId** | **string** | | [default to undefined]
11
+ **series** | [**BaseSeries**](BaseSeries.md) | | [default to undefined]
12
+ **accountId** | **string** | | [default to undefined]
13
+ **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
14
+ **status** | [**PurchaseStatus**](PurchaseStatus.md) | | [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { BaseSeriesRegistration } from '@connectedxm/admin-sdk';
20
+
21
+ const instance: BaseSeriesRegistration = {
22
+ id,
23
+ organizationId,
24
+ seriesId,
25
+ series,
26
+ accountId,
27
+ account,
28
+ status,
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)
@@ -8,6 +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
12
  **description** | **string** | | [default to undefined]
12
13
  **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
13
14
  **requireAuth** | **boolean** | | [default to undefined]
@@ -22,6 +23,7 @@ const instance: BaseSurvey = {
22
23
  id,
23
24
  slug,
24
25
  name,
26
+ active,
25
27
  description,
26
28
  image,
27
29
  requireAuth,
@@ -6,7 +6,10 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **id** | **string** | | [default to undefined]
9
+ **accountId** | **string** | | [default to undefined]
9
10
  **account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
11
+ **passId** | **string** | | [default to undefined]
12
+ **pass** | [**BaseEventPass**](BaseEventPass.md) | | [default to undefined]
10
13
  **status** | [**PurchaseStatus**](PurchaseStatus.md) | | [default to undefined]
11
14
  **responses** | [**Array<BaseSurveyQuestionResponse>**](BaseSurveyQuestionResponse.md) | | [default to undefined]
12
15
 
@@ -17,7 +20,10 @@ import { BaseSurveySubmission } from '@connectedxm/admin-sdk';
17
20
 
18
21
  const instance: BaseSurveySubmission = {
19
22
  id,
23
+ accountId,
20
24
  account,
25
+ passId,
26
+ pass,
21
27
  status,
22
28
  responses,
23
29
  };
@@ -0,0 +1,24 @@
1
+ # CreateEventBlock200Response
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** | [**EventBlock**](EventBlock.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { CreateEventBlock200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: CreateEventBlock200Response = {
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)
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
  **startAfter** | **string** | | [default to undefined]
15
15
  **type** | [**EventActivationType**](EventActivationType.md) | | [default to undefined]
16
16
  **accessLevel** | [**PassTypeAccessLevel**](PassTypeAccessLevel.md) | | [default to undefined]
17
+ **survey** | [**BaseSurvey**](BaseSurvey.md) | | [default to undefined]
17
18
  **eventId** | **string** | | [default to undefined]
18
19
  **event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
19
20
  **imageId** | **string** | | [default to undefined]
@@ -38,6 +39,7 @@ const instance: EventActivation = {
38
39
  startAfter,
39
40
  type,
40
41
  accessLevel,
42
+ survey,
41
43
  eventId,
42
44
  event,
43
45
  imageId,
@@ -0,0 +1,36 @@
1
+ # EventBlock
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **description** | **string** | | [default to undefined]
11
+ **limit** | **number** | | [default to undefined]
12
+ **grouped** | **boolean** | | [default to undefined]
13
+ **event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
14
+ **sessions** | [**Array<BaseEventSession>**](BaseEventSession.md) | | [default to undefined]
15
+ **createdAt** | **string** | | [default to undefined]
16
+ **updatedAt** | **string** | | [default to undefined]
17
+
18
+ ## Example
19
+
20
+ ```typescript
21
+ import { EventBlock } from '@connectedxm/admin-sdk';
22
+
23
+ const instance: EventBlock = {
24
+ id,
25
+ name,
26
+ description,
27
+ limit,
28
+ grouped,
29
+ event,
30
+ sessions,
31
+ createdAt,
32
+ updatedAt,
33
+ };
34
+ ```
35
+
36
+ [[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,26 @@
1
+ # EventBlockCreateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [default to undefined]
9
+ **description** | **string** | | [optional] [default to undefined]
10
+ **limit** | **number** | | [optional] [default to undefined]
11
+ **grouped** | **boolean** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { EventBlockCreateInputs } from '@connectedxm/admin-sdk';
17
+
18
+ const instance: EventBlockCreateInputs = {
19
+ name,
20
+ description,
21
+ limit,
22
+ grouped,
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,26 @@
1
+ # EventBlockUpdateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [optional] [default to undefined]
9
+ **description** | **string** | | [optional] [default to undefined]
10
+ **limit** | **number** | | [optional] [default to undefined]
11
+ **grouped** | **boolean** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { EventBlockUpdateInputs } from '@connectedxm/admin-sdk';
17
+
18
+ const instance: EventBlockUpdateInputs = {
19
+ name,
20
+ description,
21
+ limit,
22
+ grouped,
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)
@@ -37,6 +37,7 @@ Name | Type | Description | Notes
37
37
  **speakers** | [**Array<BaseEventSpeaker>**](BaseEventSpeaker.md) | | [default to undefined]
38
38
  **meetingId** | **string** | | [default to undefined]
39
39
  **meeting** | [**BaseMeeting**](BaseMeeting.md) | | [default to undefined]
40
+ **blocks** | [**Array<BaseEventBlock>**](BaseEventBlock.md) | | [default to undefined]
40
41
 
41
42
  ## Example
42
43
 
@@ -76,6 +77,7 @@ const instance: EventSession = {
76
77
  speakers,
77
78
  meetingId,
78
79
  meeting,
80
+ blocks,
79
81
  };
80
82
  ```
81
83