@connectedxm/admin-sdk 6.9.0 → 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.
Files changed (113) hide show
  1. package/.openapi-generator/FILES +41 -8
  2. package/AdminApi.ts +18 -0
  3. package/README.md +69 -12
  4. package/api.ts +4508 -708
  5. package/dist/AdminApi.d.ts +7 -1
  6. package/dist/AdminApi.js +6 -0
  7. package/dist/api.d.ts +2356 -293
  8. package/dist/api.js +3612 -918
  9. package/dist/esm/AdminApi.d.ts +7 -1
  10. package/dist/esm/AdminApi.js +7 -1
  11. package/dist/esm/api.d.ts +2356 -293
  12. package/dist/esm/api.js +3569 -900
  13. package/docs/AccountAttribute.md +3 -1
  14. package/docs/AccountAttributeCreateInputs.md +7 -1
  15. package/docs/AccountAttributeType.md +20 -0
  16. package/docs/AccountAttributeUpdateInputs.md +6 -0
  17. package/docs/BaseAccountAttribute.md +3 -1
  18. package/docs/BaseEventActivation.md +2 -0
  19. package/docs/{EventTrackAllOfCount.md → BaseEventActivationCount.md} +3 -3
  20. package/docs/{BaseRegistrationQuestionChoiceQuestion.md → BaseEventAttribute.md} +3 -3
  21. package/docs/BaseEventBlock.md +2 -0
  22. package/docs/BaseEventOnSite.md +2 -2
  23. package/docs/BaseEventPass.md +2 -0
  24. package/docs/BaseEventSession.md +2 -4
  25. package/docs/BaseEventSessionQuestionChoice.md +1 -1
  26. package/docs/BasePassAttribute.md +26 -0
  27. package/docs/BasePassAttributeAttribute.md +22 -0
  28. package/docs/BasePayment.md +2 -0
  29. package/docs/BaseRegistrationQuestionChoice.md +1 -1
  30. package/docs/BaseSeriesQuestion.md +60 -0
  31. package/docs/BaseSeriesQuestionChoice.md +30 -0
  32. package/docs/BaseSeriesRegistration.md +2 -0
  33. package/docs/BaseSeriesRegistrationQuestionResponse.md +26 -0
  34. package/docs/BaseSideEffect.md +2 -0
  35. package/docs/BaseSurveyQuestionChoice.md +1 -1
  36. package/docs/CloneOptions.md +2 -0
  37. package/docs/Event.md +4 -0
  38. package/docs/EventActivation.md +6 -0
  39. package/docs/EventActivationCreateInputs.md +4 -0
  40. package/docs/EventActivationUpdateInputs.md +4 -0
  41. package/docs/EventAttribute.md +26 -0
  42. package/docs/EventAttributeCreateInputs.md +20 -0
  43. package/docs/EventAttributeUpdateInputs.md +20 -0
  44. package/docs/EventBlock.md +2 -0
  45. package/docs/EventBlockCreateInputs.md +2 -0
  46. package/docs/EventBlockUpdateInputs.md +2 -0
  47. package/docs/EventCreateInputs.md +4 -0
  48. package/docs/EventMediaItemTranslation.md +30 -0
  49. package/docs/EventMediaItemTranslationUpdateInputs.md +22 -0
  50. package/docs/EventOnSite.md +2 -4
  51. package/docs/EventPass.md +8 -0
  52. package/docs/EventPassCreateInputs.md +2 -0
  53. package/docs/EventPassType.md +4 -0
  54. package/docs/EventPassUpdateInputs.md +2 -0
  55. package/docs/EventRoomTypeReservationPassesInner.md +1 -1
  56. package/docs/EventSession.md +12 -4
  57. package/docs/EventSessionCloneOptions.md +22 -0
  58. package/docs/EventSessionCreateInputs.md +8 -4
  59. package/docs/EventSessionUpdateInputs.md +8 -4
  60. package/docs/{SessionAccess.md → EventSessionVisibility.md} +6 -2
  61. package/docs/EventTrack.md +1 -1
  62. package/docs/EventUpdateInputs.md +4 -0
  63. package/docs/EventsActivationsApi.md +67 -0
  64. package/docs/EventsActivationsSessionsApi.md +123 -0
  65. package/docs/EventsAttributesApi.md +296 -0
  66. package/docs/EventsOnSiteApi.md +9 -187
  67. package/docs/EventsPassesAttributesApi.md +191 -0
  68. package/docs/EventsSessionsApi.md +242 -0
  69. package/docs/{BadgeFieldTransformation.md → OnSiteScanType.md} +5 -3
  70. package/docs/PassAttribute.md +30 -0
  71. package/docs/PassAttributesUpdateInputs.md +20 -0
  72. package/docs/PassAttributesUpdateInputsValuesInner.md +22 -0
  73. package/docs/PassTypeCreateInputs.md +4 -0
  74. package/docs/PassTypeUpdateInputs.md +4 -0
  75. package/docs/Payment.md +4 -0
  76. package/docs/PaymentLineItem.md +2 -0
  77. package/docs/PaymentLineItemType.md +2 -0
  78. package/docs/Series.md +6 -0
  79. package/docs/SeriesApi.md +64 -0
  80. package/docs/SeriesCreateInputs.md +6 -0
  81. package/docs/SeriesQuestion.md +68 -0
  82. package/docs/SeriesQuestionChoice.md +38 -0
  83. package/docs/SeriesQuestionChoiceCreateInputs.md +28 -0
  84. package/docs/SeriesQuestionChoiceTranslation.md +32 -0
  85. package/docs/SeriesQuestionChoiceUpdateInputs.md +28 -0
  86. package/docs/SeriesQuestionCreateInputs.md +56 -0
  87. package/docs/SeriesQuestionTranslation.md +32 -0
  88. package/docs/SeriesQuestionTranslationUpdateInputs.md +24 -0
  89. package/docs/SeriesQuestionType.md +30 -0
  90. package/docs/SeriesQuestionUpdateInputs.md +56 -0
  91. package/docs/SeriesQuestionUpdateInputsChoices.md +18 -0
  92. package/docs/SeriesQuestionsApi.md +421 -0
  93. package/docs/SeriesQuestionsChoicesApi.md +244 -0
  94. package/docs/SeriesRegistration.md +4 -0
  95. package/docs/SeriesRegistrationQuestionResponse.md +34 -0
  96. package/docs/SeriesRegistrationResponsesUpdateInputs.md +20 -0
  97. package/docs/SeriesRegistrationResponsesUpdateInputsResponsesInner.md +22 -0
  98. package/docs/SeriesRegistrationsApi.md +194 -1
  99. package/docs/SeriesTranslation.md +38 -0
  100. package/docs/SeriesTranslationUpdateInputs.md +28 -0
  101. package/docs/SeriesUpdateInputs.md +6 -0
  102. package/docs/SideEffect.md +4 -0
  103. package/docs/SideEffectActionType.md +2 -0
  104. package/docs/Survey.md +0 -4
  105. package/docs/SurveyCreateInputs.md +0 -2
  106. package/docs/SurveyUpdateInputs.md +0 -2
  107. package/docs/SurveysApi.md +64 -0
  108. package/docs/SurveysSessionsApi.md +117 -0
  109. package/package.json +1 -1
  110. package/docs/BadgeFieldType.md +0 -20
  111. package/docs/BaseEventOnSiteBadgeField.md +0 -44
  112. package/docs/EventBadgeFieldUpdateInputs.md +0 -34
  113. package/docs/EventOnSiteBadgeField.md +0 -46
package/dist/esm/api.d.ts CHANGED
@@ -130,7 +130,7 @@ export interface AccountAttribute {
130
130
  'id': string;
131
131
  'name': string;
132
132
  'label': string;
133
- 'type': AccountAttributeTypeEnum;
133
+ 'type': AccountAttributeType;
134
134
  'description': string | null;
135
135
  'required': boolean;
136
136
  'adminOnly': boolean;
@@ -138,23 +138,18 @@ export interface AccountAttribute {
138
138
  'public': boolean;
139
139
  'includedInDashboards': boolean;
140
140
  'sortOrder': number;
141
+ 'locationOption': LocationQuestionOption;
141
142
  'createdAt': string;
142
143
  'updatedAt': string;
143
144
  '_count': AccountAttributeAllOfCount;
144
145
  }
145
- export declare enum AccountAttributeTypeEnum {
146
- Text = "text",
147
- Number = "number",
148
- Date = "date",
149
- Boolean = "boolean"
150
- }
151
146
  export interface AccountAttributeAllOfCount {
152
147
  'values': number;
153
148
  }
154
149
  export interface AccountAttributeCreateInputs {
155
150
  'name': string;
156
151
  'label': string;
157
- 'type': AccountAttributeCreateInputsTypeEnum;
152
+ 'type': AccountAttributeType;
158
153
  'description'?: string | null;
159
154
  'required'?: boolean;
160
155
  'adminOnly'?: boolean;
@@ -162,12 +157,18 @@ export interface AccountAttributeCreateInputs {
162
157
  'public'?: boolean;
163
158
  'includedInDashboards'?: boolean;
164
159
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
160
+ 'searchListId'?: string | null;
161
+ 'options'?: Array<string> | null;
162
+ 'locationOption'?: LocationQuestionOption;
165
163
  }
166
- export declare enum AccountAttributeCreateInputsTypeEnum {
164
+ export declare enum AccountAttributeType {
167
165
  Text = "text",
168
166
  Number = "number",
169
167
  Date = "date",
170
- Boolean = "boolean"
168
+ Boolean = "boolean",
169
+ Search = "search",
170
+ Select = "select",
171
+ Location = "location"
171
172
  }
172
173
  export interface AccountAttributeUpdateInputs {
173
174
  'label'?: string | null;
@@ -178,6 +179,9 @@ export interface AccountAttributeUpdateInputs {
178
179
  'public'?: boolean;
179
180
  'includedInDashboards'?: boolean;
180
181
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
182
+ 'searchListId'?: string | null;
183
+ 'options'?: Array<string> | null;
184
+ 'locationOption'?: LocationQuestionOption;
181
185
  }
182
186
  export interface AccountAttributeValue {
183
187
  'id': string;
@@ -615,19 +619,6 @@ export interface AuthorizeNetActivationFormParams {
615
619
  'currencyCode': string;
616
620
  'name': string;
617
621
  }
618
- export declare enum BadgeFieldTransformation {
619
- Uppercase = "uppercase",
620
- Lowercase = "lowercase"
621
- }
622
- export declare enum BadgeFieldType {
623
- Attribute = "attribute",
624
- Question = "question",
625
- Tier = "tier",
626
- Ticket = "ticket",
627
- Pass = "pass",
628
- Session = "session",
629
- SessionQuestion = "session_question"
630
- }
631
622
  export interface BarChartSummaryData {
632
623
  'type': BarChartSummaryDataTypeEnum;
633
624
  'data': Array<BarChartSummaryDataDataInner>;
@@ -701,7 +692,7 @@ export interface BaseAccountAttribute {
701
692
  'id': string;
702
693
  'name': string;
703
694
  'label': string;
704
- 'type': BaseAccountAttributeTypeEnum;
695
+ 'type': AccountAttributeType;
705
696
  'description': string | null;
706
697
  'required': boolean;
707
698
  'adminOnly': boolean;
@@ -709,12 +700,7 @@ export interface BaseAccountAttribute {
709
700
  'public': boolean;
710
701
  'includedInDashboards': boolean;
711
702
  'sortOrder': number;
712
- }
713
- export declare enum BaseAccountAttributeTypeEnum {
714
- Text = "text",
715
- Number = "number",
716
- Date = "date",
717
- Boolean = "boolean"
703
+ 'locationOption': LocationQuestionOption;
718
704
  }
719
705
  export interface BaseAccountAttributeValue {
720
706
  'id': string;
@@ -1087,6 +1073,10 @@ export interface BaseEventActivation {
1087
1073
  'type': EventActivationType;
1088
1074
  'accessLevel': PassTypeAccessLevel;
1089
1075
  'survey': BaseSurvey | null;
1076
+ '_count': BaseEventActivationCount;
1077
+ }
1078
+ export interface BaseEventActivationCount {
1079
+ 'sessions': number;
1090
1080
  }
1091
1081
  export interface BaseEventAddOn {
1092
1082
  'id': string;
@@ -1113,12 +1103,17 @@ export interface BaseEventAttendee {
1113
1103
  'eventId': string;
1114
1104
  'event': BaseEvent;
1115
1105
  }
1106
+ export interface BaseEventAttribute {
1107
+ 'id': string;
1108
+ 'name': string;
1109
+ }
1116
1110
  export interface BaseEventBlock {
1117
1111
  'id': string;
1118
1112
  'name': string;
1119
1113
  'description': string | null;
1120
1114
  'limit': number;
1121
1115
  'grouped': boolean;
1116
+ 'collapsed': boolean;
1122
1117
  }
1123
1118
  export interface BaseEventEmail {
1124
1119
  'type': EventEmailType;
@@ -1143,22 +1138,7 @@ export interface BaseEventMediaItem {
1143
1138
  export interface BaseEventOnSite {
1144
1139
  'eventId': string;
1145
1140
  'authenticationCode': number;
1146
- 'zplTemplate': string | null;
1147
- 'createdAt': string;
1148
- 'updatedAt': string;
1149
- }
1150
- export interface BaseEventOnSiteBadgeField {
1151
- 'id': number;
1152
- 'eventId': string;
1153
- 'name': string;
1154
- 'type': BadgeFieldType;
1155
- 'lookup': string | null;
1156
- 'maxLength': number | null;
1157
- 'defaultValue': string | null;
1158
- 'transformation': BadgeFieldTransformation | null;
1159
- 'iconData': string | null;
1160
- 'sessionId': string | null;
1161
- 'sortOrder': number;
1141
+ 'badgeTemplate': string | null;
1162
1142
  'createdAt': string;
1163
1143
  'updatedAt': string;
1164
1144
  }
@@ -1209,6 +1189,7 @@ export interface BaseEventPass {
1209
1189
  'coupon': BaseCoupon | null;
1210
1190
  'packageId': string | null;
1211
1191
  'package': BaseAttendeePackage | null;
1192
+ 'seriesRegistrationId': string | null;
1212
1193
  'createdAt': string;
1213
1194
  'updatedAt': string;
1214
1195
  }
@@ -1336,8 +1317,7 @@ export interface BaseEventSession {
1336
1317
  'allowQuickRegister': boolean;
1337
1318
  'tracks': Array<BaseEventTrack>;
1338
1319
  'nonSession': boolean;
1339
- 'visible': boolean;
1340
- 'access': SessionAccess;
1320
+ 'visibility': EventSessionVisibility;
1341
1321
  'location': BaseEventSessionLocation | null;
1342
1322
  'registrationEnabled': boolean;
1343
1323
  'price': number | null;
@@ -1400,7 +1380,7 @@ export interface BaseEventSessionQuestionChoice {
1400
1380
  'supply': number | null;
1401
1381
  'sortOrder': number;
1402
1382
  'subQuestions'?: BaseEventSessionQuestionChoiceSubQuestions;
1403
- 'question': BaseRegistrationQuestionChoiceQuestion;
1383
+ 'question': BasePassAttributeAttribute;
1404
1384
  '_count': BaseRegistrationQuestionChoiceCount;
1405
1385
  }
1406
1386
  export interface BaseEventSessionQuestionChoiceSubQuestion {
@@ -1767,6 +1747,16 @@ export interface BasePassAddOnPass {
1767
1747
  export interface BasePassAddOnPassAttendee {
1768
1748
  'accountId': string;
1769
1749
  }
1750
+ export interface BasePassAttribute {
1751
+ 'id': string;
1752
+ 'attributeId': string;
1753
+ 'attribute': BasePassAttributeAttribute;
1754
+ 'value': string;
1755
+ }
1756
+ export interface BasePassAttributeAttribute {
1757
+ 'id': string;
1758
+ 'name': string;
1759
+ }
1770
1760
  export interface BasePayment {
1771
1761
  'id': number;
1772
1762
  'type': PaymentType;
@@ -1794,6 +1784,7 @@ export interface BasePayment {
1794
1784
  'membershipId': string | null;
1795
1785
  'couponId': string | null;
1796
1786
  'invoiceId': string | null;
1787
+ 'seriesId': string | null;
1797
1788
  'lineItems': Array<BasePaymentLineItem>;
1798
1789
  'createdAt': string;
1799
1790
  }
@@ -1907,16 +1898,12 @@ export interface BaseRegistrationQuestionChoice {
1907
1898
  'supply': number | null;
1908
1899
  'sortOrder': number;
1909
1900
  'subQuestions'?: BaseRegistrationQuestionChoiceSubQuestions;
1910
- 'question': BaseRegistrationQuestionChoiceQuestion;
1901
+ 'question': BasePassAttributeAttribute;
1911
1902
  '_count': BaseRegistrationQuestionChoiceCount;
1912
1903
  }
1913
1904
  export interface BaseRegistrationQuestionChoiceCount {
1914
1905
  'subQuestions': number;
1915
1906
  }
1916
- export interface BaseRegistrationQuestionChoiceQuestion {
1917
- 'id': string;
1918
- 'name': string;
1919
- }
1920
1907
  export interface BaseRegistrationQuestionChoiceSubQuestion {
1921
1908
  'choiceId': string;
1922
1909
  'choice': BaseRegistrationQuestionChoice;
@@ -2009,6 +1996,37 @@ export interface BaseSeries {
2009
1996
  'imageId': string | null;
2010
1997
  'image': BaseImage | null;
2011
1998
  }
1999
+ export interface BaseSeriesQuestion {
2000
+ 'id': string;
2001
+ 'seriesId': string;
2002
+ 'type': SeriesQuestionType;
2003
+ 'name': string;
2004
+ 'required': boolean;
2005
+ 'description': string | null;
2006
+ 'label': string | null;
2007
+ 'placeholder': string | null;
2008
+ 'default': string | null;
2009
+ 'searchListId': string | null;
2010
+ 'searchList': BaseSearchList | null;
2011
+ 'mutable': boolean;
2012
+ 'min': string | null;
2013
+ 'max': string | null;
2014
+ 'masked': boolean;
2015
+ 'validation': string | null;
2016
+ 'validationMessage': string | null;
2017
+ 'locationOption': LocationQuestionOption | null;
2018
+ 'sortOrder': number;
2019
+ 'featured': boolean;
2020
+ 'choices': Array<BaseSeriesQuestionChoice>;
2021
+ }
2022
+ export interface BaseSeriesQuestionChoice {
2023
+ 'id': string;
2024
+ 'value': string;
2025
+ 'text': string | null;
2026
+ 'description': string | null;
2027
+ 'supply': number | null;
2028
+ 'sortOrder': number;
2029
+ }
2012
2030
  export interface BaseSeriesRegistration {
2013
2031
  'id': string;
2014
2032
  'organizationId': string;
@@ -2017,6 +2035,13 @@ export interface BaseSeriesRegistration {
2017
2035
  'accountId': string;
2018
2036
  'account': BaseAccount;
2019
2037
  'status': PurchaseStatus;
2038
+ 'responses'?: Array<BaseSeriesRegistrationQuestionResponse>;
2039
+ }
2040
+ export interface BaseSeriesRegistrationQuestionResponse {
2041
+ 'id': string;
2042
+ 'value': string;
2043
+ 'questionId': string;
2044
+ 'question': BaseSeriesQuestion;
2020
2045
  }
2021
2046
  export interface BaseSideEffect {
2022
2047
  'id': string;
@@ -2029,6 +2054,7 @@ export interface BaseSideEffect {
2029
2054
  'addToTierId': string | null;
2030
2055
  'subscribeToChannelId': string | null;
2031
2056
  'sendWebhookId': string | null;
2057
+ 'completeActivationId': string | null;
2032
2058
  }
2033
2059
  export interface BaseStandardReport {
2034
2060
  'id': string;
@@ -2166,7 +2192,7 @@ export interface BaseSurveyQuestionChoice {
2166
2192
  'supply': number | null;
2167
2193
  'sortOrder': number;
2168
2194
  'subQuestions'?: BaseSurveyQuestionChoiceSubQuestions;
2169
- 'question': BaseRegistrationQuestionChoiceQuestion;
2195
+ 'question': BasePassAttributeAttribute;
2170
2196
  '_count': BaseRegistrationQuestionChoiceCount;
2171
2197
  }
2172
2198
  export interface BaseSurveyQuestionChoiceSubQuestion {
@@ -2935,6 +2961,7 @@ export interface CloneOptions {
2935
2961
  'sponsorshipLevels': boolean;
2936
2962
  'locations': boolean;
2937
2963
  'sessions': boolean;
2964
+ 'blocks': boolean;
2938
2965
  'rounds': boolean;
2939
2966
  'sideEffects': boolean;
2940
2967
  'advancedSettings': boolean;
@@ -3676,6 +3703,8 @@ export interface Event {
3676
3703
  'activityFeedEnabled': boolean;
3677
3704
  'meetingId': string | null;
3678
3705
  'meeting': BaseMeeting | null;
3706
+ 'continuousScanning': boolean;
3707
+ 'scanType': OnSiteScanType;
3679
3708
  'options': object | null;
3680
3709
  }
3681
3710
  export interface EventActivation {
@@ -3689,12 +3718,15 @@ export interface EventActivation {
3689
3718
  'type': EventActivationType;
3690
3719
  'accessLevel': PassTypeAccessLevel;
3691
3720
  'survey': BaseSurvey | null;
3721
+ '_count': BaseEventActivationCount;
3692
3722
  'eventId': string;
3693
3723
  'event': BaseEvent;
3694
3724
  'imageId': string | null;
3695
3725
  'image': BaseImage | null;
3696
3726
  'protectionCode': number | null;
3697
3727
  'longDescription': string | null;
3728
+ 'continuousScanning': boolean;
3729
+ 'scanType': OnSiteScanType;
3698
3730
  'createdAt': string;
3699
3731
  'updatedAt': string;
3700
3732
  }
@@ -3719,6 +3751,8 @@ export interface EventActivationCreateInputs {
3719
3751
  'email'?: boolean;
3720
3752
  'push'?: boolean;
3721
3753
  'accessLevel'?: PassTypeAccessLevel;
3754
+ 'continuousScanning'?: boolean;
3755
+ 'scanType'?: OnSiteScanType | null;
3722
3756
  }
3723
3757
  export interface EventActivationTranslation {
3724
3758
  'locale': string;
@@ -3748,6 +3782,8 @@ export interface EventActivationUpdateInputs {
3748
3782
  'type'?: EventActivationType;
3749
3783
  'protectionCode'?: AdvertisementCreateInputsWeight | null;
3750
3784
  'accessLevel'?: PassTypeAccessLevel;
3785
+ 'continuousScanning'?: boolean;
3786
+ 'scanType'?: OnSiteScanType | null;
3751
3787
  }
3752
3788
  export interface EventAddOn {
3753
3789
  'id': string;
@@ -3858,15 +3894,17 @@ export interface EventAttendeePackageUpdateInputs {
3858
3894
  'packageId'?: string;
3859
3895
  'status'?: PurchaseStatus;
3860
3896
  }
3861
- export interface EventBadgeFieldUpdateInputs {
3862
- 'type'?: BadgeFieldType | null;
3863
- 'lookup'?: string | null;
3864
- 'maxLength'?: AdvertisementCreateInputsWeight | null;
3865
- 'defaultValue'?: string | null;
3866
- 'transformation'?: BadgeFieldTransformation | null;
3867
- 'sortOrder'?: AdvertisementCreateInputsWeight | null;
3868
- 'iconData'?: string | null;
3869
- 'sessionId'?: string | null;
3897
+ export interface EventAttribute {
3898
+ 'id': string;
3899
+ 'name': string;
3900
+ 'createdAt': string;
3901
+ 'updatedAt': string;
3902
+ }
3903
+ export interface EventAttributeCreateInputs {
3904
+ 'name': string;
3905
+ }
3906
+ export interface EventAttributeUpdateInputs {
3907
+ 'name'?: string | null;
3870
3908
  }
3871
3909
  export interface EventBlock {
3872
3910
  'id': string;
@@ -3874,6 +3912,7 @@ export interface EventBlock {
3874
3912
  'description': string | null;
3875
3913
  'limit': number;
3876
3914
  'grouped': boolean;
3915
+ 'collapsed': boolean;
3877
3916
  'event': BaseEvent;
3878
3917
  'sessions': Array<BaseEventSession>;
3879
3918
  'createdAt': string;
@@ -3884,12 +3923,14 @@ export interface EventBlockCreateInputs {
3884
3923
  'description'?: string;
3885
3924
  'limit'?: number;
3886
3925
  'grouped'?: boolean;
3926
+ 'collapsed'?: boolean;
3887
3927
  }
3888
3928
  export interface EventBlockUpdateInputs {
3889
3929
  'name'?: string;
3890
3930
  'description'?: string | null;
3891
3931
  'limit'?: number;
3892
3932
  'grouped'?: boolean;
3933
+ 'collapsed'?: boolean;
3893
3934
  }
3894
3935
  export interface EventCouponCreateInputs {
3895
3936
  'code': string;
@@ -3988,6 +4029,8 @@ export interface EventCreateInputs {
3988
4029
  'paymentIntegrationId'?: string | null;
3989
4030
  'template'?: boolean;
3990
4031
  'meetingId'?: string | null;
4032
+ 'continuousScanning'?: boolean;
4033
+ 'scanType'?: OnSiteScanType | null;
3991
4034
  }
3992
4035
  /**
3993
4036
  * @type EventCreateInputsPassLimitPerAccount
@@ -4099,6 +4142,18 @@ export interface EventMediaItemCreateInputs {
4099
4142
  'videoId'?: string | null;
4100
4143
  'fileId'?: string | null;
4101
4144
  }
4145
+ export interface EventMediaItemTranslation {
4146
+ 'id': string;
4147
+ 'locale': string;
4148
+ 'name': string | null;
4149
+ 'description': string | null;
4150
+ 'createdAt': string;
4151
+ 'updatedAt': string;
4152
+ }
4153
+ export interface EventMediaItemTranslationUpdateInputs {
4154
+ 'name'?: string | null;
4155
+ 'description'?: string | null;
4156
+ }
4102
4157
  export interface EventMediaItemUpdateInputs {
4103
4158
  'name'?: string | null;
4104
4159
  'description'?: string | null;
@@ -4107,26 +4162,9 @@ export interface EventMediaItemUpdateInputs {
4107
4162
  export interface EventOnSite {
4108
4163
  'eventId': string;
4109
4164
  'authenticationCode': number;
4110
- 'zplTemplate': string | null;
4165
+ 'badgeTemplate': string | null;
4111
4166
  'createdAt': string;
4112
4167
  'updatedAt': string;
4113
- 'badgeFields': Array<BaseEventOnSiteBadgeField>;
4114
- }
4115
- export interface EventOnSiteBadgeField {
4116
- 'id': number;
4117
- 'eventId': string;
4118
- 'name': string;
4119
- 'type': BadgeFieldType;
4120
- 'lookup': string | null;
4121
- 'maxLength': number | null;
4122
- 'defaultValue': string | null;
4123
- 'transformation': BadgeFieldTransformation | null;
4124
- 'iconData': string | null;
4125
- 'sessionId': string | null;
4126
- 'sortOrder': number;
4127
- 'createdAt': string;
4128
- 'updatedAt': string;
4129
- 'onSite': EventOnSite;
4130
4168
  }
4131
4169
  export interface EventPackage {
4132
4170
  'id': string;
@@ -4253,18 +4291,23 @@ export interface EventPass {
4253
4291
  'coupon': BaseCoupon | null;
4254
4292
  'packageId': string | null;
4255
4293
  'package': BaseAttendeePackage | null;
4294
+ 'seriesRegistrationId': string | null;
4256
4295
  'createdAt': string;
4257
4296
  'updatedAt': string;
4258
4297
  'passAddOns': Array<BasePassAddOn>;
4259
4298
  'lineItem': PaymentLineItem | null;
4260
4299
  'payerId': string | null;
4261
4300
  'payer': BaseAccount | null;
4301
+ 'seriesRegistration': BaseSeriesRegistration | null;
4302
+ 'attributes': Array<BasePassAttribute>;
4303
+ 'badgeColor': string | null;
4262
4304
  }
4263
4305
  export interface EventPassCreateInputs {
4264
4306
  'status'?: PurchaseStatus | null;
4265
4307
  'location'?: string | null;
4266
4308
  'ticketId'?: string | null;
4267
4309
  'usedAt'?: string | null;
4310
+ 'badgeColor'?: string | null;
4268
4311
  }
4269
4312
  export interface EventPassType {
4270
4313
  'id': string;
@@ -4302,6 +4345,8 @@ export interface EventPassType {
4302
4345
  'disallowedTiers': Array<BaseTier>;
4303
4346
  'groupPassDescription': string | null;
4304
4347
  'requiredPassType': BaseEventPassType | null;
4348
+ 'printable': boolean;
4349
+ 'badgeColor': string | null;
4305
4350
  '_count': EventPassTypeAllOfCount;
4306
4351
  }
4307
4352
  export interface EventPassTypeAllOfCount {
@@ -4341,6 +4386,7 @@ export interface EventPassUpdateInputs {
4341
4386
  'ticketId'?: string | null;
4342
4387
  'couponId'?: string | null;
4343
4388
  'usedAt'?: string | null;
4389
+ 'badgeColor'?: string | null;
4344
4390
  }
4345
4391
  export interface EventQuestionChoiceCreateInputs {
4346
4392
  'value': string;
@@ -4557,7 +4603,7 @@ export interface EventRoomTypeReservationCreateInputs {
4557
4603
  export interface EventRoomTypeReservationPassesInner {
4558
4604
  'id': string;
4559
4605
  'status': PurchaseStatus;
4560
- 'ticket'?: BaseRegistrationQuestionChoiceQuestion;
4606
+ 'ticket'?: BasePassAttributeAttribute;
4561
4607
  'attendee': EventRoomTypeReservationPassesInnerAttendee;
4562
4608
  }
4563
4609
  export interface EventRoomTypeReservationPassesInnerAttendee {
@@ -4633,8 +4679,7 @@ export interface EventSession {
4633
4679
  'allowQuickRegister': boolean;
4634
4680
  'tracks': Array<BaseEventTrack>;
4635
4681
  'nonSession': boolean;
4636
- 'visible': boolean;
4637
- 'access': SessionAccess;
4682
+ 'visibility': EventSessionVisibility;
4638
4683
  'location': BaseEventSessionLocation | null;
4639
4684
  'registrationEnabled': boolean;
4640
4685
  'price': number | null;
@@ -4653,6 +4698,11 @@ export interface EventSession {
4653
4698
  'meetingId': string | null;
4654
4699
  'meeting': BaseMeeting | null;
4655
4700
  'blocks': Array<BaseEventBlock> | null;
4701
+ 'activationId': string | null;
4702
+ 'activation': BaseEventActivation | null;
4703
+ 'allowedTiers': Array<BaseTier>;
4704
+ 'continuousScanning': boolean;
4705
+ 'scanType': OnSiteScanType;
4656
4706
  }
4657
4707
  export interface EventSessionAccess {
4658
4708
  'id': string;
@@ -4668,6 +4718,10 @@ export interface EventSessionAccess {
4668
4718
  export interface EventSessionAccessUpdateInputs {
4669
4719
  'status'?: PurchaseStatus;
4670
4720
  }
4721
+ export interface EventSessionCloneOptions {
4722
+ 'name'?: string;
4723
+ 'startTime'?: string;
4724
+ }
4671
4725
  export interface EventSessionCreateInputs {
4672
4726
  'name': string;
4673
4727
  'startTime': string;
@@ -4678,8 +4732,7 @@ export interface EventSessionCreateInputs {
4678
4732
  'longDescription'?: string | null;
4679
4733
  'nonSession'?: boolean;
4680
4734
  'imageId'?: string | null;
4681
- 'visible'?: boolean;
4682
- 'access'?: SessionAccess;
4735
+ 'visibility'?: EventSessionVisibility;
4683
4736
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
4684
4737
  'registrationEnabled'?: boolean;
4685
4738
  'allowQuickRegister'?: boolean;
@@ -4692,6 +4745,9 @@ export interface EventSessionCreateInputs {
4692
4745
  'taxIncluded'?: boolean;
4693
4746
  'taxLocation'?: TaxLocationType;
4694
4747
  'meetingId'?: string | null;
4748
+ 'activationId'?: string | null;
4749
+ 'continuousScanning'?: boolean;
4750
+ 'scanType'?: OnSiteScanType | null;
4695
4751
  }
4696
4752
  export interface EventSessionLocation {
4697
4753
  'id': string;
@@ -4996,8 +5052,7 @@ export interface EventSessionUpdateInputs {
4996
5052
  'longDescription'?: string | null;
4997
5053
  'nonSession'?: boolean;
4998
5054
  'imageId'?: string | null;
4999
- 'visible'?: boolean;
5000
- 'access'?: SessionAccess;
5055
+ 'visibility'?: EventSessionVisibility;
5001
5056
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
5002
5057
  'registrationEnabled'?: boolean;
5003
5058
  'allowQuickRegister'?: boolean;
@@ -5010,6 +5065,15 @@ export interface EventSessionUpdateInputs {
5010
5065
  'taxIncluded'?: boolean;
5011
5066
  'taxLocation'?: TaxLocationType;
5012
5067
  'meetingId'?: string | null;
5068
+ 'activationId'?: string | null;
5069
+ 'continuousScanning'?: boolean;
5070
+ 'scanType'?: OnSiteScanType | null;
5071
+ }
5072
+ export declare enum EventSessionVisibility {
5073
+ Public = "PUBLIC",
5074
+ Restricted = "RESTRICTED",
5075
+ Registered = "REGISTERED",
5076
+ Hidden = "HIDDEN"
5013
5077
  }
5014
5078
  export declare enum EventSource {
5015
5079
  Admin = "admin",
@@ -5186,10 +5250,7 @@ export interface EventTrack {
5186
5250
  'color': string;
5187
5251
  'createdAt': string;
5188
5252
  'updatedAt': string;
5189
- '_count': EventTrackAllOfCount;
5190
- }
5191
- export interface EventTrackAllOfCount {
5192
- 'sessions': number;
5253
+ '_count': BaseEventActivationCount;
5193
5254
  }
5194
5255
  export interface EventTrackCreateInputs {
5195
5256
  'name': string;
@@ -5296,6 +5357,8 @@ export interface EventUpdateInputs {
5296
5357
  'options'?: object | null;
5297
5358
  'paymentIntegrationId'?: string | null;
5298
5359
  'meetingId'?: string | null;
5360
+ 'continuousScanning'?: boolean;
5361
+ 'scanType'?: OnSiteScanType | null;
5299
5362
  }
5300
5363
  export interface EventVariantCouponCreateInputs {
5301
5364
  'quantity'?: number;
@@ -7397,6 +7460,11 @@ export declare enum NotificationType {
7397
7460
  Content = "CONTENT",
7398
7461
  SupportTicketMessage = "SUPPORT_TICKET_MESSAGE"
7399
7462
  }
7463
+ export declare enum OnSiteScanType {
7464
+ Both = "both",
7465
+ Qr = "qr",
7466
+ Code128 = "code128"
7467
+ }
7400
7468
  export interface Organization {
7401
7469
  'id': string;
7402
7470
  'slug': string;
@@ -7748,6 +7816,21 @@ export interface PassAddOn {
7748
7816
  'pass': BaseEventPass;
7749
7817
  'updatedAt': string;
7750
7818
  }
7819
+ export interface PassAttribute {
7820
+ 'id': string;
7821
+ 'attributeId': string;
7822
+ 'attribute': BaseEventAttribute;
7823
+ 'value': string;
7824
+ 'createdAt': string;
7825
+ 'updatedAt': string;
7826
+ }
7827
+ export interface PassAttributesUpdateInputs {
7828
+ 'values': Array<PassAttributesUpdateInputsValuesInner>;
7829
+ }
7830
+ export interface PassAttributesUpdateInputsValuesInner {
7831
+ 'attributeId': string;
7832
+ 'value': string;
7833
+ }
7751
7834
  export declare enum PassTypeAccessLevel {
7752
7835
  Regular = "regular",
7753
7836
  Virtual = "virtual",
@@ -7780,6 +7863,8 @@ export interface PassTypeCreateInputs {
7780
7863
  'taxCode'?: string | null;
7781
7864
  'taxIncluded'?: boolean;
7782
7865
  'taxLocation'?: TaxLocationType;
7866
+ 'printable'?: boolean;
7867
+ 'badgeColor'?: string | null;
7783
7868
  }
7784
7869
  export interface PassTypePriceScheduleCreateInputs {
7785
7870
  'ticketId'?: string | null;
@@ -7839,6 +7924,8 @@ export interface PassTypeUpdateInputs {
7839
7924
  'taxCode'?: string | null;
7840
7925
  'taxIncluded'?: boolean;
7841
7926
  'taxLocation'?: TaxLocationType;
7927
+ 'printable'?: boolean;
7928
+ 'badgeColor'?: string | null;
7842
7929
  }
7843
7930
  export declare enum PassTypeVisibility {
7844
7931
  Public = "public",
@@ -7871,6 +7958,7 @@ export interface Payment {
7871
7958
  'membershipId': string | null;
7872
7959
  'couponId': string | null;
7873
7960
  'invoiceId': string | null;
7961
+ 'seriesId': string | null;
7874
7962
  'lineItems': Array<object>;
7875
7963
  'createdAt': string;
7876
7964
  'locationAddress1': string | null;
@@ -7897,6 +7985,7 @@ export interface Payment {
7897
7985
  'space': BaseBookingSpace | null;
7898
7986
  'coupon': BaseCoupon | null;
7899
7987
  'invoice': BaseInvoice | null;
7988
+ 'series': BaseSeries | null;
7900
7989
  'metadata'?: object;
7901
7990
  }
7902
7991
  export interface PaymentAllOfIntegration {
@@ -7950,6 +8039,7 @@ export interface PaymentLineItem {
7950
8039
  'access': BaseEventSessionAccess | null;
7951
8040
  'booking': BaseBooking | null;
7952
8041
  'coupon': BaseCoupon | null;
8042
+ 'seriesRegistration': BaseSeriesRegistration | null;
7953
8043
  'payment': BasePayment;
7954
8044
  }
7955
8045
  export declare enum PaymentLineItemType {
@@ -7962,6 +8052,7 @@ export declare enum PaymentLineItemType {
7962
8052
  Invoice = "invoice",
7963
8053
  Booking = "booking",
7964
8054
  Coupon = "coupon",
8055
+ Series = "series",
7965
8056
  Refund = "refund"
7966
8057
  }
7967
8058
  export declare enum PaymentType {
@@ -8478,6 +8569,9 @@ export interface Series {
8478
8569
  'taxCode': string | null;
8479
8570
  'taxIncluded': boolean;
8480
8571
  'taxLocation': TaxLocationType;
8572
+ 'subject': string | null;
8573
+ 'replyTo': string | null;
8574
+ 'body': string | null;
8481
8575
  'createdAt': string;
8482
8576
  'updatedAt': string;
8483
8577
  }
@@ -8495,7 +8589,146 @@ export interface SeriesCreateInputs {
8495
8589
  'taxCode'?: string | null;
8496
8590
  'taxIncluded'?: boolean;
8497
8591
  'taxLocation'?: TaxLocationType;
8592
+ 'subject'?: string | null;
8593
+ 'replyTo'?: string | null;
8594
+ 'body'?: string | null;
8498
8595
  }
8596
+ export interface SeriesQuestion {
8597
+ 'id': string;
8598
+ 'seriesId': string;
8599
+ 'type': SeriesQuestionType;
8600
+ 'name': string;
8601
+ 'required': boolean;
8602
+ 'description': string | null;
8603
+ 'label': string | null;
8604
+ 'placeholder': string | null;
8605
+ 'default': string | null;
8606
+ 'searchListId': string | null;
8607
+ 'searchList': BaseSearchList | null;
8608
+ 'mutable': boolean;
8609
+ 'min': string | null;
8610
+ 'max': string | null;
8611
+ 'masked': boolean;
8612
+ 'validation': string | null;
8613
+ 'validationMessage': string | null;
8614
+ 'locationOption': LocationQuestionOption | null;
8615
+ 'sortOrder': number;
8616
+ 'featured': boolean;
8617
+ 'choices': Array<BaseSeriesQuestionChoice>;
8618
+ 'dashboardVisibility': boolean;
8619
+ 'createdAt': string;
8620
+ 'updatedAt': string;
8621
+ 'translations'?: Array<SeriesQuestionTranslation>;
8622
+ }
8623
+ export interface SeriesQuestionChoice {
8624
+ 'id': string;
8625
+ 'value': string;
8626
+ 'text': string | null;
8627
+ 'description': string | null;
8628
+ 'supply': number | null;
8629
+ 'sortOrder': number;
8630
+ 'questionId': string;
8631
+ 'question': BaseSeriesQuestion;
8632
+ 'createdAt': string;
8633
+ 'updatedAt': string;
8634
+ }
8635
+ export interface SeriesQuestionChoiceCreateInputs {
8636
+ 'value': string;
8637
+ 'text'?: string | null;
8638
+ 'description'?: string | null;
8639
+ 'supply'?: number | null;
8640
+ 'sortOrder'?: AdvertisementCreateInputsWeight | null;
8641
+ }
8642
+ export interface SeriesQuestionChoiceTranslation {
8643
+ 'id': string;
8644
+ 'locale': string;
8645
+ 'value': string;
8646
+ 'text': string | null;
8647
+ 'description': string | null;
8648
+ 'createdAt': string;
8649
+ 'updatedAt': string;
8650
+ }
8651
+ export interface SeriesQuestionChoiceUpdateInputs {
8652
+ 'value'?: string | null;
8653
+ 'text'?: string | null;
8654
+ 'description'?: string | null;
8655
+ 'supply'?: number | null;
8656
+ 'sortOrder'?: AdvertisementCreateInputsWeight | null;
8657
+ }
8658
+ export interface SeriesQuestionCreateInputs {
8659
+ 'name': string;
8660
+ 'type': SeriesQuestionType;
8661
+ 'required'?: boolean;
8662
+ 'label'?: string | null;
8663
+ 'placeholder'?: string | null;
8664
+ 'description'?: string | null;
8665
+ 'default'?: string | null;
8666
+ 'dashboardVisibility'?: boolean;
8667
+ 'mutable'?: boolean;
8668
+ 'min'?: string | null;
8669
+ 'max'?: string | null;
8670
+ 'masked'?: boolean;
8671
+ 'validation'?: string | null;
8672
+ 'validationMessage'?: string | null;
8673
+ 'locationOption'?: LocationQuestionOption | null;
8674
+ 'sortOrder'?: AdvertisementCreateInputsWeight | null;
8675
+ 'featured'?: boolean;
8676
+ 'searchListId'?: string | null;
8677
+ 'choices'?: Array<string>;
8678
+ }
8679
+ export interface SeriesQuestionTranslation {
8680
+ 'id': string;
8681
+ 'locale': string;
8682
+ 'label': string | null;
8683
+ 'placeholder': string | null;
8684
+ 'description': string | null;
8685
+ 'createdAt': string;
8686
+ 'updatedAt': string;
8687
+ }
8688
+ export interface SeriesQuestionTranslationUpdateInputs {
8689
+ 'label'?: string | null;
8690
+ 'placeholder'?: string | null;
8691
+ 'description'?: string | null;
8692
+ }
8693
+ export declare enum SeriesQuestionType {
8694
+ Text = "text",
8695
+ Textarea = "textarea",
8696
+ Number = "number",
8697
+ Time = "time",
8698
+ Date = "date",
8699
+ Toggle = "toggle",
8700
+ Select = "select",
8701
+ Radio = "radio",
8702
+ Checkbox = "checkbox",
8703
+ Search = "search",
8704
+ File = "file",
8705
+ Location = "location"
8706
+ }
8707
+ export interface SeriesQuestionUpdateInputs {
8708
+ 'name'?: string | null;
8709
+ 'type'?: SeriesQuestionType | null;
8710
+ 'required'?: boolean;
8711
+ 'label'?: string | null;
8712
+ 'placeholder'?: string | null;
8713
+ 'description'?: string | null;
8714
+ 'default'?: string | null;
8715
+ 'dashboardVisibility'?: boolean;
8716
+ 'mutable'?: boolean;
8717
+ 'min'?: string | null;
8718
+ 'max'?: string | null;
8719
+ 'masked'?: boolean;
8720
+ 'validation'?: string | null;
8721
+ 'validationMessage'?: string | null;
8722
+ 'locationOption'?: LocationQuestionOption | null;
8723
+ 'sortOrder'?: AdvertisementCreateInputsWeight | null;
8724
+ 'featured'?: boolean;
8725
+ 'searchListId'?: string | null;
8726
+ 'choices'?: SeriesQuestionUpdateInputsChoices;
8727
+ }
8728
+ /**
8729
+ * @type SeriesQuestionUpdateInputsChoices
8730
+ */
8731
+ export type SeriesQuestionUpdateInputsChoices = Array<BaseSeriesQuestionChoice> | Array<string>;
8499
8732
  export interface SeriesRegistration {
8500
8733
  'id': string;
8501
8734
  'organizationId': string;
@@ -8504,15 +8737,53 @@ export interface SeriesRegistration {
8504
8737
  'accountId': string;
8505
8738
  'account': BaseAccount;
8506
8739
  'status': PurchaseStatus;
8740
+ 'responses'?: Array<BaseSeriesRegistrationQuestionResponse>;
8507
8741
  'createdAt': string;
8508
8742
  'updatedAt': string;
8743
+ '_count': EventAddOnAllOfCount;
8509
8744
  }
8510
8745
  export interface SeriesRegistrationCreateInputs {
8511
8746
  'accountId': string;
8512
8747
  }
8748
+ export interface SeriesRegistrationQuestionResponse {
8749
+ 'id': string;
8750
+ 'value': string;
8751
+ 'questionId': string;
8752
+ 'question': BaseSeriesQuestion;
8753
+ 'fileId': number | null;
8754
+ 'file': BaseFile | null;
8755
+ 'createdAt': string;
8756
+ 'updatedAt': string;
8757
+ }
8758
+ export interface SeriesRegistrationResponsesUpdateInputs {
8759
+ 'responses': Array<SeriesRegistrationResponsesUpdateInputsResponsesInner>;
8760
+ }
8761
+ export interface SeriesRegistrationResponsesUpdateInputsResponsesInner {
8762
+ 'questionId': string;
8763
+ 'value': string;
8764
+ }
8513
8765
  export interface SeriesRegistrationUpdateInputs {
8514
8766
  'status'?: PurchaseStatus;
8515
8767
  }
8768
+ export interface SeriesTranslation {
8769
+ 'id': number;
8770
+ 'locale': string;
8771
+ 'name': string;
8772
+ 'description': string | null;
8773
+ 'longDescription': string | null;
8774
+ 'subject': string | null;
8775
+ 'replyTo': string | null;
8776
+ 'body': string | null;
8777
+ 'createdAt': string;
8778
+ 'updatedAt': string;
8779
+ }
8780
+ export interface SeriesTranslationUpdateInputs {
8781
+ 'name'?: string | null;
8782
+ 'description'?: string | null;
8783
+ 'longDescription'?: string | null;
8784
+ 'subject'?: string | null;
8785
+ 'body'?: string | null;
8786
+ }
8516
8787
  export interface SeriesUpdateInputs {
8517
8788
  'name'?: string | null;
8518
8789
  'slug'?: string | null;
@@ -8527,10 +8798,9 @@ export interface SeriesUpdateInputs {
8527
8798
  'taxCode'?: string | null;
8528
8799
  'taxIncluded'?: boolean;
8529
8800
  'taxLocation'?: TaxLocationType;
8530
- }
8531
- export declare enum SessionAccess {
8532
- Public = "PUBLIC",
8533
- Private = "PRIVATE"
8801
+ 'subject'?: string | null;
8802
+ 'replyTo'?: string | null;
8803
+ 'body'?: string | null;
8534
8804
  }
8535
8805
  export interface SideEffect {
8536
8806
  'id': string;
@@ -8543,6 +8813,7 @@ export interface SideEffect {
8543
8813
  'addToTierId': string | null;
8544
8814
  'subscribeToChannelId': string | null;
8545
8815
  'sendWebhookId': string | null;
8816
+ 'completeActivationId': string | null;
8546
8817
  'organizationId': string;
8547
8818
  'newPassOfPassType': BaseEventPassType | null;
8548
8819
  'checkedInPassEvent': BaseEvent | null;
@@ -8553,6 +8824,7 @@ export interface SideEffect {
8553
8824
  'addToTier': BaseTier | null;
8554
8825
  'subscribeToChannel': BaseChannel | null;
8555
8826
  'sendWebhook': BaseWebhook | null;
8827
+ 'completeActivation': BaseEventActivation | null;
8556
8828
  'createdAt': string;
8557
8829
  'updatedAt': string;
8558
8830
  }
@@ -8561,7 +8833,8 @@ export declare enum SideEffectActionType {
8561
8833
  LeaveGroup = "LEAVE_GROUP",
8562
8834
  AddToTier = "ADD_TO_TIER",
8563
8835
  SubscribeToChannel = "SUBSCRIBE_TO_CHANNEL",
8564
- SendWebhook = "SEND_WEBHOOK"
8836
+ SendWebhook = "SEND_WEBHOOK",
8837
+ CompleteActivation = "COMPLETE_ACTIVATION"
8565
8838
  }
8566
8839
  export declare enum SideEffectTriggerType {
8567
8840
  NewPassOfPassType = "NEW_PASS_OF_PASS_TYPE",
@@ -8974,8 +9247,6 @@ export interface Survey {
8974
9247
  'updatedAt': string;
8975
9248
  'eventId': string | null;
8976
9249
  'event': BaseEvent | null;
8977
- 'sessionId': string | null;
8978
- 'session': BaseEventSession | null;
8979
9250
  'activationId': string | null;
8980
9251
  'activation': BaseEventActivation | null;
8981
9252
  'passTypes': Array<BaseEventPassType> | null;
@@ -8995,7 +9266,6 @@ export interface SurveyCreateInputs {
8995
9266
  'replyTo'?: string | null;
8996
9267
  'emailBody'?: string | null;
8997
9268
  'eventId'?: string | null;
8998
- 'sessionId'?: string | null;
8999
9269
  'activationId'?: string | null;
9000
9270
  }
9001
9271
  export interface SurveyQuestion {
@@ -9256,7 +9526,6 @@ export interface SurveyUpdateInputs {
9256
9526
  'replyTo'?: string | null;
9257
9527
  'emailBody'?: string | null;
9258
9528
  'eventId'?: string | null;
9259
- 'sessionId'?: string | null;
9260
9529
  'activationId'?: string | null;
9261
9530
  }
9262
9531
  export interface SystemEventLog {
@@ -19153,6 +19422,19 @@ export declare const EventsActivationsApiAxiosParamCreator: (configuration?: Con
19153
19422
  * @throws {RequiredError}
19154
19423
  */
19155
19424
  getEventActivationCompletions: (eventId: string, activationId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19425
+ /**
19426
+ * Get Event Activation Sessions endpoint
19427
+ * @summary Get Event Activation Sessions
19428
+ * @param {string} eventId The event identifier
19429
+ * @param {string} activationId The activation identifier
19430
+ * @param {number} [page] Page number
19431
+ * @param {number} [pageSize] Number of items per page
19432
+ * @param {string} [orderBy] Field to order by
19433
+ * @param {string} [search] Search query
19434
+ * @param {*} [options] Override http request option.
19435
+ * @throws {RequiredError}
19436
+ */
19437
+ getEventActivationSessions: (eventId: string, activationId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19156
19438
  /**
19157
19439
  * Get Event Activations endpoint
19158
19440
  * @summary Get Event Activations
@@ -19261,6 +19543,19 @@ export declare const EventsActivationsApiFp: (configuration?: Configuration) =>
19261
19543
  * @throws {RequiredError}
19262
19544
  */
19263
19545
  getEventActivationCompletions(eventId: string, activationId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountInvitations200Response>>;
19546
+ /**
19547
+ * Get Event Activation Sessions endpoint
19548
+ * @summary Get Event Activation Sessions
19549
+ * @param {string} eventId The event identifier
19550
+ * @param {string} activationId The activation identifier
19551
+ * @param {number} [page] Page number
19552
+ * @param {number} [pageSize] Number of items per page
19553
+ * @param {string} [orderBy] Field to order by
19554
+ * @param {string} [search] Search query
19555
+ * @param {*} [options] Override http request option.
19556
+ * @throws {RequiredError}
19557
+ */
19558
+ getEventActivationSessions(eventId: string, activationId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountInvitations200Response>>;
19264
19559
  /**
19265
19560
  * Get Event Activations endpoint
19266
19561
  * @summary Get Event Activations
@@ -19355,6 +19650,14 @@ export declare const EventsActivationsApiFactory: (configuration?: Configuration
19355
19650
  * @throws {RequiredError}
19356
19651
  */
19357
19652
  getEventActivationCompletions(requestParameters: EventsActivationsApiGetEventActivationCompletionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountInvitations200Response>;
19653
+ /**
19654
+ * Get Event Activation Sessions endpoint
19655
+ * @summary Get Event Activation Sessions
19656
+ * @param {EventsActivationsApiGetEventActivationSessionsRequest} requestParameters Request parameters.
19657
+ * @param {*} [options] Override http request option.
19658
+ * @throws {RequiredError}
19659
+ */
19660
+ getEventActivationSessions(requestParameters: EventsActivationsApiGetEventActivationSessionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountInvitations200Response>;
19358
19661
  /**
19359
19662
  * Get Event Activations endpoint
19360
19663
  * @summary Get Event Activations
@@ -19493,6 +19796,35 @@ export interface EventsActivationsApiGetEventActivationCompletionsRequest {
19493
19796
  */
19494
19797
  readonly search?: string;
19495
19798
  }
19799
+ /**
19800
+ * Request parameters for getEventActivationSessions operation in EventsActivationsApi.
19801
+ */
19802
+ export interface EventsActivationsApiGetEventActivationSessionsRequest {
19803
+ /**
19804
+ * The event identifier
19805
+ */
19806
+ readonly eventId: string;
19807
+ /**
19808
+ * The activation identifier
19809
+ */
19810
+ readonly activationId: string;
19811
+ /**
19812
+ * Page number
19813
+ */
19814
+ readonly page?: number;
19815
+ /**
19816
+ * Number of items per page
19817
+ */
19818
+ readonly pageSize?: number;
19819
+ /**
19820
+ * Field to order by
19821
+ */
19822
+ readonly orderBy?: string;
19823
+ /**
19824
+ * Search query
19825
+ */
19826
+ readonly search?: string;
19827
+ }
19496
19828
  /**
19497
19829
  * Request parameters for getEventActivations operation in EventsActivationsApi.
19498
19830
  */
@@ -19610,6 +19942,14 @@ export declare class EventsActivationsApi extends BaseAPI {
19610
19942
  * @throws {RequiredError}
19611
19943
  */
19612
19944
  getEventActivationCompletions(requestParameters: EventsActivationsApiGetEventActivationCompletionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
19945
+ /**
19946
+ * Get Event Activation Sessions endpoint
19947
+ * @summary Get Event Activation Sessions
19948
+ * @param {EventsActivationsApiGetEventActivationSessionsRequest} requestParameters Request parameters.
19949
+ * @param {*} [options] Override http request option.
19950
+ * @throws {RequiredError}
19951
+ */
19952
+ getEventActivationSessions(requestParameters: EventsActivationsApiGetEventActivationSessionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
19613
19953
  /**
19614
19954
  * Get Event Activations endpoint
19615
19955
  * @summary Get Event Activations
@@ -19635,6 +19975,132 @@ export declare class EventsActivationsApi extends BaseAPI {
19635
19975
  */
19636
19976
  updateEventActivationCompletion(requestParameters: EventsActivationsApiUpdateEventActivationCompletionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
19637
19977
  }
19978
+ /**
19979
+ * EventsActivationsSessionsApi - axios parameter creator
19980
+ */
19981
+ export declare const EventsActivationsSessionsApiAxiosParamCreator: (configuration?: Configuration) => {
19982
+ /**
19983
+ * Add Event Activation Session endpoint
19984
+ * @summary Add Event Activation Session
19985
+ * @param {string} eventId The event identifier
19986
+ * @param {string} activationId The activation identifier
19987
+ * @param {string} sessionId The session identifier
19988
+ * @param {*} [options] Override http request option.
19989
+ * @throws {RequiredError}
19990
+ */
19991
+ addEventActivationSession: (eventId: string, activationId: string, sessionId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19992
+ /**
19993
+ * Remove Event Activation Session endpoint
19994
+ * @summary Remove Event Activation Session
19995
+ * @param {string} eventId The event identifier
19996
+ * @param {string} activationId The activation identifier
19997
+ * @param {string} sessionId The session identifier
19998
+ * @param {*} [options] Override http request option.
19999
+ * @throws {RequiredError}
20000
+ */
20001
+ removeEventActivationSession: (eventId: string, activationId: string, sessionId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
20002
+ };
20003
+ /**
20004
+ * EventsActivationsSessionsApi - functional programming interface
20005
+ */
20006
+ export declare const EventsActivationsSessionsApiFp: (configuration?: Configuration) => {
20007
+ /**
20008
+ * Add Event Activation Session endpoint
20009
+ * @summary Add Event Activation Session
20010
+ * @param {string} eventId The event identifier
20011
+ * @param {string} activationId The activation identifier
20012
+ * @param {string} sessionId The session identifier
20013
+ * @param {*} [options] Override http request option.
20014
+ * @throws {RequiredError}
20015
+ */
20016
+ addEventActivationSession(eventId: string, activationId: string, sessionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
20017
+ /**
20018
+ * Remove Event Activation Session endpoint
20019
+ * @summary Remove Event Activation Session
20020
+ * @param {string} eventId The event identifier
20021
+ * @param {string} activationId The activation identifier
20022
+ * @param {string} sessionId The session identifier
20023
+ * @param {*} [options] Override http request option.
20024
+ * @throws {RequiredError}
20025
+ */
20026
+ removeEventActivationSession(eventId: string, activationId: string, sessionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
20027
+ };
20028
+ /**
20029
+ * EventsActivationsSessionsApi - factory interface
20030
+ */
20031
+ export declare const EventsActivationsSessionsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
20032
+ /**
20033
+ * Add Event Activation Session endpoint
20034
+ * @summary Add Event Activation Session
20035
+ * @param {EventsActivationsSessionsApiAddEventActivationSessionRequest} requestParameters Request parameters.
20036
+ * @param {*} [options] Override http request option.
20037
+ * @throws {RequiredError}
20038
+ */
20039
+ addEventActivationSession(requestParameters: EventsActivationsSessionsApiAddEventActivationSessionRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
20040
+ /**
20041
+ * Remove Event Activation Session endpoint
20042
+ * @summary Remove Event Activation Session
20043
+ * @param {EventsActivationsSessionsApiRemoveEventActivationSessionRequest} requestParameters Request parameters.
20044
+ * @param {*} [options] Override http request option.
20045
+ * @throws {RequiredError}
20046
+ */
20047
+ removeEventActivationSession(requestParameters: EventsActivationsSessionsApiRemoveEventActivationSessionRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
20048
+ };
20049
+ /**
20050
+ * Request parameters for addEventActivationSession operation in EventsActivationsSessionsApi.
20051
+ */
20052
+ export interface EventsActivationsSessionsApiAddEventActivationSessionRequest {
20053
+ /**
20054
+ * The event identifier
20055
+ */
20056
+ readonly eventId: string;
20057
+ /**
20058
+ * The activation identifier
20059
+ */
20060
+ readonly activationId: string;
20061
+ /**
20062
+ * The session identifier
20063
+ */
20064
+ readonly sessionId: string;
20065
+ }
20066
+ /**
20067
+ * Request parameters for removeEventActivationSession operation in EventsActivationsSessionsApi.
20068
+ */
20069
+ export interface EventsActivationsSessionsApiRemoveEventActivationSessionRequest {
20070
+ /**
20071
+ * The event identifier
20072
+ */
20073
+ readonly eventId: string;
20074
+ /**
20075
+ * The activation identifier
20076
+ */
20077
+ readonly activationId: string;
20078
+ /**
20079
+ * The session identifier
20080
+ */
20081
+ readonly sessionId: string;
20082
+ }
20083
+ /**
20084
+ * EventsActivationsSessionsApi - object-oriented interface
20085
+ */
20086
+ export declare class EventsActivationsSessionsApi extends BaseAPI {
20087
+ /**
20088
+ * Add Event Activation Session endpoint
20089
+ * @summary Add Event Activation Session
20090
+ * @param {EventsActivationsSessionsApiAddEventActivationSessionRequest} requestParameters Request parameters.
20091
+ * @param {*} [options] Override http request option.
20092
+ * @throws {RequiredError}
20093
+ */
20094
+ addEventActivationSession(requestParameters: EventsActivationsSessionsApiAddEventActivationSessionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
20095
+ /**
20096
+ * Remove Event Activation Session endpoint
20097
+ * @summary Remove Event Activation Session
20098
+ * @param {EventsActivationsSessionsApiRemoveEventActivationSessionRequest} requestParameters Request parameters.
20099
+ * @param {*} [options] Override http request option.
20100
+ * @throws {RequiredError}
20101
+ */
20102
+ removeEventActivationSession(requestParameters: EventsActivationsSessionsApiRemoveEventActivationSessionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
20103
+ }
19638
20104
  /**
19639
20105
  * EventsAddonsApi - axios parameter creator
19640
20106
  */
@@ -21919,6 +22385,279 @@ export declare class EventsAttendeesReservationsApi extends BaseAPI {
21919
22385
  */
21920
22386
  updateEventReservation(requestParameters: EventsAttendeesReservationsApiUpdateEventReservationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
21921
22387
  }
22388
+ /**
22389
+ * EventsAttributesApi - axios parameter creator
22390
+ */
22391
+ export declare const EventsAttributesApiAxiosParamCreator: (configuration?: Configuration) => {
22392
+ /**
22393
+ * Create Event Attribute endpoint
22394
+ * @summary Create Event Attribute
22395
+ * @param {string} eventId The event identifier
22396
+ * @param {EventAttributeCreateInputs} eventAttributeCreateInputs
22397
+ * @param {*} [options] Override http request option.
22398
+ * @throws {RequiredError}
22399
+ */
22400
+ createEventAttribute: (eventId: string, eventAttributeCreateInputs: EventAttributeCreateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
22401
+ /**
22402
+ * Delete Event Attribute endpoint
22403
+ * @summary Delete Event Attribute
22404
+ * @param {string} eventId The event identifier
22405
+ * @param {string} attributeId The attribute identifier
22406
+ * @param {*} [options] Override http request option.
22407
+ * @throws {RequiredError}
22408
+ */
22409
+ deleteEventAttribute: (eventId: string, attributeId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
22410
+ /**
22411
+ * Get Event Attribute endpoint
22412
+ * @summary Get Event Attribute
22413
+ * @param {string} eventId The event identifier
22414
+ * @param {string} attributeId The attribute identifier
22415
+ * @param {*} [options] Override http request option.
22416
+ * @throws {RequiredError}
22417
+ */
22418
+ getEventAttribute: (eventId: string, attributeId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
22419
+ /**
22420
+ * Get Event Attributes endpoint
22421
+ * @summary Get Event Attributes
22422
+ * @param {string} eventId The event identifier
22423
+ * @param {number} [page] Page number
22424
+ * @param {number} [pageSize] Number of items per page
22425
+ * @param {string} [orderBy] Field to order by
22426
+ * @param {string} [search] Search query
22427
+ * @param {*} [options] Override http request option.
22428
+ * @throws {RequiredError}
22429
+ */
22430
+ getEventAttributes: (eventId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
22431
+ /**
22432
+ * Update Event Attribute endpoint
22433
+ * @summary Update Event Attribute
22434
+ * @param {string} eventId The event identifier
22435
+ * @param {string} attributeId The attribute identifier
22436
+ * @param {EventAttributeUpdateInputs} eventAttributeUpdateInputs
22437
+ * @param {*} [options] Override http request option.
22438
+ * @throws {RequiredError}
22439
+ */
22440
+ updateEventAttribute: (eventId: string, attributeId: string, eventAttributeUpdateInputs: EventAttributeUpdateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
22441
+ };
22442
+ /**
22443
+ * EventsAttributesApi - functional programming interface
22444
+ */
22445
+ export declare const EventsAttributesApiFp: (configuration?: Configuration) => {
22446
+ /**
22447
+ * Create Event Attribute endpoint
22448
+ * @summary Create Event Attribute
22449
+ * @param {string} eventId The event identifier
22450
+ * @param {EventAttributeCreateInputs} eventAttributeCreateInputs
22451
+ * @param {*} [options] Override http request option.
22452
+ * @throws {RequiredError}
22453
+ */
22454
+ createEventAttribute(eventId: string, eventAttributeCreateInputs: EventAttributeCreateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
22455
+ /**
22456
+ * Delete Event Attribute endpoint
22457
+ * @summary Delete Event Attribute
22458
+ * @param {string} eventId The event identifier
22459
+ * @param {string} attributeId The attribute identifier
22460
+ * @param {*} [options] Override http request option.
22461
+ * @throws {RequiredError}
22462
+ */
22463
+ deleteEventAttribute(eventId: string, attributeId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountInvitations200Response>>;
22464
+ /**
22465
+ * Get Event Attribute endpoint
22466
+ * @summary Get Event Attribute
22467
+ * @param {string} eventId The event identifier
22468
+ * @param {string} attributeId The attribute identifier
22469
+ * @param {*} [options] Override http request option.
22470
+ * @throws {RequiredError}
22471
+ */
22472
+ getEventAttribute(eventId: string, attributeId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
22473
+ /**
22474
+ * Get Event Attributes endpoint
22475
+ * @summary Get Event Attributes
22476
+ * @param {string} eventId The event identifier
22477
+ * @param {number} [page] Page number
22478
+ * @param {number} [pageSize] Number of items per page
22479
+ * @param {string} [orderBy] Field to order by
22480
+ * @param {string} [search] Search query
22481
+ * @param {*} [options] Override http request option.
22482
+ * @throws {RequiredError}
22483
+ */
22484
+ getEventAttributes(eventId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountInvitations200Response>>;
22485
+ /**
22486
+ * Update Event Attribute endpoint
22487
+ * @summary Update Event Attribute
22488
+ * @param {string} eventId The event identifier
22489
+ * @param {string} attributeId The attribute identifier
22490
+ * @param {EventAttributeUpdateInputs} eventAttributeUpdateInputs
22491
+ * @param {*} [options] Override http request option.
22492
+ * @throws {RequiredError}
22493
+ */
22494
+ updateEventAttribute(eventId: string, attributeId: string, eventAttributeUpdateInputs: EventAttributeUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
22495
+ };
22496
+ /**
22497
+ * EventsAttributesApi - factory interface
22498
+ */
22499
+ export declare const EventsAttributesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
22500
+ /**
22501
+ * Create Event Attribute endpoint
22502
+ * @summary Create Event Attribute
22503
+ * @param {EventsAttributesApiCreateEventAttributeRequest} requestParameters Request parameters.
22504
+ * @param {*} [options] Override http request option.
22505
+ * @throws {RequiredError}
22506
+ */
22507
+ createEventAttribute(requestParameters: EventsAttributesApiCreateEventAttributeRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
22508
+ /**
22509
+ * Delete Event Attribute endpoint
22510
+ * @summary Delete Event Attribute
22511
+ * @param {EventsAttributesApiDeleteEventAttributeRequest} requestParameters Request parameters.
22512
+ * @param {*} [options] Override http request option.
22513
+ * @throws {RequiredError}
22514
+ */
22515
+ deleteEventAttribute(requestParameters: EventsAttributesApiDeleteEventAttributeRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountInvitations200Response>;
22516
+ /**
22517
+ * Get Event Attribute endpoint
22518
+ * @summary Get Event Attribute
22519
+ * @param {EventsAttributesApiGetEventAttributeRequest} requestParameters Request parameters.
22520
+ * @param {*} [options] Override http request option.
22521
+ * @throws {RequiredError}
22522
+ */
22523
+ getEventAttribute(requestParameters: EventsAttributesApiGetEventAttributeRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
22524
+ /**
22525
+ * Get Event Attributes endpoint
22526
+ * @summary Get Event Attributes
22527
+ * @param {EventsAttributesApiGetEventAttributesRequest} requestParameters Request parameters.
22528
+ * @param {*} [options] Override http request option.
22529
+ * @throws {RequiredError}
22530
+ */
22531
+ getEventAttributes(requestParameters: EventsAttributesApiGetEventAttributesRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountInvitations200Response>;
22532
+ /**
22533
+ * Update Event Attribute endpoint
22534
+ * @summary Update Event Attribute
22535
+ * @param {EventsAttributesApiUpdateEventAttributeRequest} requestParameters Request parameters.
22536
+ * @param {*} [options] Override http request option.
22537
+ * @throws {RequiredError}
22538
+ */
22539
+ updateEventAttribute(requestParameters: EventsAttributesApiUpdateEventAttributeRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
22540
+ };
22541
+ /**
22542
+ * Request parameters for createEventAttribute operation in EventsAttributesApi.
22543
+ */
22544
+ export interface EventsAttributesApiCreateEventAttributeRequest {
22545
+ /**
22546
+ * The event identifier
22547
+ */
22548
+ readonly eventId: string;
22549
+ readonly eventAttributeCreateInputs: EventAttributeCreateInputs;
22550
+ }
22551
+ /**
22552
+ * Request parameters for deleteEventAttribute operation in EventsAttributesApi.
22553
+ */
22554
+ export interface EventsAttributesApiDeleteEventAttributeRequest {
22555
+ /**
22556
+ * The event identifier
22557
+ */
22558
+ readonly eventId: string;
22559
+ /**
22560
+ * The attribute identifier
22561
+ */
22562
+ readonly attributeId: string;
22563
+ }
22564
+ /**
22565
+ * Request parameters for getEventAttribute operation in EventsAttributesApi.
22566
+ */
22567
+ export interface EventsAttributesApiGetEventAttributeRequest {
22568
+ /**
22569
+ * The event identifier
22570
+ */
22571
+ readonly eventId: string;
22572
+ /**
22573
+ * The attribute identifier
22574
+ */
22575
+ readonly attributeId: string;
22576
+ }
22577
+ /**
22578
+ * Request parameters for getEventAttributes operation in EventsAttributesApi.
22579
+ */
22580
+ export interface EventsAttributesApiGetEventAttributesRequest {
22581
+ /**
22582
+ * The event identifier
22583
+ */
22584
+ readonly eventId: string;
22585
+ /**
22586
+ * Page number
22587
+ */
22588
+ readonly page?: number;
22589
+ /**
22590
+ * Number of items per page
22591
+ */
22592
+ readonly pageSize?: number;
22593
+ /**
22594
+ * Field to order by
22595
+ */
22596
+ readonly orderBy?: string;
22597
+ /**
22598
+ * Search query
22599
+ */
22600
+ readonly search?: string;
22601
+ }
22602
+ /**
22603
+ * Request parameters for updateEventAttribute operation in EventsAttributesApi.
22604
+ */
22605
+ export interface EventsAttributesApiUpdateEventAttributeRequest {
22606
+ /**
22607
+ * The event identifier
22608
+ */
22609
+ readonly eventId: string;
22610
+ /**
22611
+ * The attribute identifier
22612
+ */
22613
+ readonly attributeId: string;
22614
+ readonly eventAttributeUpdateInputs: EventAttributeUpdateInputs;
22615
+ }
22616
+ /**
22617
+ * EventsAttributesApi - object-oriented interface
22618
+ */
22619
+ export declare class EventsAttributesApi extends BaseAPI {
22620
+ /**
22621
+ * Create Event Attribute endpoint
22622
+ * @summary Create Event Attribute
22623
+ * @param {EventsAttributesApiCreateEventAttributeRequest} requestParameters Request parameters.
22624
+ * @param {*} [options] Override http request option.
22625
+ * @throws {RequiredError}
22626
+ */
22627
+ createEventAttribute(requestParameters: EventsAttributesApiCreateEventAttributeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
22628
+ /**
22629
+ * Delete Event Attribute endpoint
22630
+ * @summary Delete Event Attribute
22631
+ * @param {EventsAttributesApiDeleteEventAttributeRequest} requestParameters Request parameters.
22632
+ * @param {*} [options] Override http request option.
22633
+ * @throws {RequiredError}
22634
+ */
22635
+ deleteEventAttribute(requestParameters: EventsAttributesApiDeleteEventAttributeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountInvitations200Response, any, {}>>;
22636
+ /**
22637
+ * Get Event Attribute endpoint
22638
+ * @summary Get Event Attribute
22639
+ * @param {EventsAttributesApiGetEventAttributeRequest} requestParameters Request parameters.
22640
+ * @param {*} [options] Override http request option.
22641
+ * @throws {RequiredError}
22642
+ */
22643
+ getEventAttribute(requestParameters: EventsAttributesApiGetEventAttributeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
22644
+ /**
22645
+ * Get Event Attributes endpoint
22646
+ * @summary Get Event Attributes
22647
+ * @param {EventsAttributesApiGetEventAttributesRequest} requestParameters Request parameters.
22648
+ * @param {*} [options] Override http request option.
22649
+ * @throws {RequiredError}
22650
+ */
22651
+ getEventAttributes(requestParameters: EventsAttributesApiGetEventAttributesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
22652
+ /**
22653
+ * Update Event Attribute endpoint
22654
+ * @summary Update Event Attribute
22655
+ * @param {EventsAttributesApiUpdateEventAttributeRequest} requestParameters Request parameters.
22656
+ * @param {*} [options] Override http request option.
22657
+ * @throws {RequiredError}
22658
+ */
22659
+ updateEventAttribute(requestParameters: EventsAttributesApiUpdateEventAttributeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
22660
+ }
21922
22661
  /**
21923
22662
  * EventsBenefitsApi - axios parameter creator
21924
22663
  */
@@ -26872,26 +27611,14 @@ export declare const EventsOnSiteApiAxiosParamCreator: (configuration?: Configur
26872
27611
  */
26873
27612
  getEventOnSite: (eventId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
26874
27613
  /**
26875
- * Get Event Zpl Template Badge Field endpoint
26876
- * @summary Get Event Zpl Template Badge Field
27614
+ * Update Event Badge Template endpoint
27615
+ * @summary Update Event Badge Template
26877
27616
  * @param {string} eventId The event identifier
26878
- * @param {string} fieldId The field identifier
26879
- * @param {*} [options] Override http request option.
26880
- * @throws {RequiredError}
26881
- */
26882
- getEventZplTemplateBadgeField: (eventId: string, fieldId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
26883
- /**
26884
- * Get Event Zpl Template Badge Fields endpoint
26885
- * @summary Get Event Zpl Template Badge Fields
26886
- * @param {string} eventId The event identifier
26887
- * @param {number} [page] Page number
26888
- * @param {number} [pageSize] Number of items per page
26889
- * @param {string} [orderBy] Field to order by
26890
- * @param {string} [search] Search query
27617
+ * @param {object} body
26891
27618
  * @param {*} [options] Override http request option.
26892
27619
  * @throws {RequiredError}
26893
27620
  */
26894
- getEventZplTemplateBadgeFields: (eventId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
27621
+ updateEventBadgeTemplate: (eventId: string, body: object, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
26895
27622
  /**
26896
27623
  * Update Event Checkin Code endpoint
26897
27624
  * @summary Update Event Checkin Code
@@ -26900,25 +27627,6 @@ export declare const EventsOnSiteApiAxiosParamCreator: (configuration?: Configur
26900
27627
  * @throws {RequiredError}
26901
27628
  */
26902
27629
  updateEventCheckinCode: (eventId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
26903
- /**
26904
- * Update Event Zpl Template endpoint
26905
- * @summary Update Event Zpl Template
26906
- * @param {string} eventId The event identifier
26907
- * @param {string} zplTemplate Filter by zplTemplate
26908
- * @param {*} [options] Override http request option.
26909
- * @throws {RequiredError}
26910
- */
26911
- updateEventZplTemplate: (eventId: string, zplTemplate: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
26912
- /**
26913
- * Update Event Zpl Template Badge Field endpoint
26914
- * @summary Update Event Zpl Template Badge Field
26915
- * @param {string} eventId The event identifier
26916
- * @param {string} fieldId The field identifier
26917
- * @param {EventBadgeFieldUpdateInputs} field Filter by field
26918
- * @param {*} [options] Override http request option.
26919
- * @throws {RequiredError}
26920
- */
26921
- updateEventZplTemplateBadgeField: (eventId: string, fieldId: string, field: EventBadgeFieldUpdateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
26922
27630
  };
26923
27631
  /**
26924
27632
  * EventsOnSiteApi - functional programming interface
@@ -26933,26 +27641,14 @@ export declare const EventsOnSiteApiFp: (configuration?: Configuration) => {
26933
27641
  */
26934
27642
  getEventOnSite(eventId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetEventOnSite200Response>>;
26935
27643
  /**
26936
- * Get Event Zpl Template Badge Field endpoint
26937
- * @summary Get Event Zpl Template Badge Field
26938
- * @param {string} eventId The event identifier
26939
- * @param {string} fieldId The field identifier
26940
- * @param {*} [options] Override http request option.
26941
- * @throws {RequiredError}
26942
- */
26943
- getEventZplTemplateBadgeField(eventId: string, fieldId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
26944
- /**
26945
- * Get Event Zpl Template Badge Fields endpoint
26946
- * @summary Get Event Zpl Template Badge Fields
27644
+ * Update Event Badge Template endpoint
27645
+ * @summary Update Event Badge Template
26947
27646
  * @param {string} eventId The event identifier
26948
- * @param {number} [page] Page number
26949
- * @param {number} [pageSize] Number of items per page
26950
- * @param {string} [orderBy] Field to order by
26951
- * @param {string} [search] Search query
27647
+ * @param {object} body
26952
27648
  * @param {*} [options] Override http request option.
26953
27649
  * @throws {RequiredError}
26954
27650
  */
26955
- getEventZplTemplateBadgeFields(eventId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountInvitations200Response>>;
27651
+ updateEventBadgeTemplate(eventId: string, body: object, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
26956
27652
  /**
26957
27653
  * Update Event Checkin Code endpoint
26958
27654
  * @summary Update Event Checkin Code
@@ -26961,25 +27657,6 @@ export declare const EventsOnSiteApiFp: (configuration?: Configuration) => {
26961
27657
  * @throws {RequiredError}
26962
27658
  */
26963
27659
  updateEventCheckinCode(eventId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateEventCheckinCode200Response>>;
26964
- /**
26965
- * Update Event Zpl Template endpoint
26966
- * @summary Update Event Zpl Template
26967
- * @param {string} eventId The event identifier
26968
- * @param {string} zplTemplate Filter by zplTemplate
26969
- * @param {*} [options] Override http request option.
26970
- * @throws {RequiredError}
26971
- */
26972
- updateEventZplTemplate(eventId: string, zplTemplate: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateEventCheckinCode200Response>>;
26973
- /**
26974
- * Update Event Zpl Template Badge Field endpoint
26975
- * @summary Update Event Zpl Template Badge Field
26976
- * @param {string} eventId The event identifier
26977
- * @param {string} fieldId The field identifier
26978
- * @param {EventBadgeFieldUpdateInputs} field Filter by field
26979
- * @param {*} [options] Override http request option.
26980
- * @throws {RequiredError}
26981
- */
26982
- updateEventZplTemplateBadgeField(eventId: string, fieldId: string, field: EventBadgeFieldUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
26983
27660
  };
26984
27661
  /**
26985
27662
  * EventsOnSiteApi - factory interface
@@ -26994,21 +27671,13 @@ export declare const EventsOnSiteApiFactory: (configuration?: Configuration, bas
26994
27671
  */
26995
27672
  getEventOnSite(requestParameters: EventsOnSiteApiGetEventOnSiteRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetEventOnSite200Response>;
26996
27673
  /**
26997
- * Get Event Zpl Template Badge Field endpoint
26998
- * @summary Get Event Zpl Template Badge Field
26999
- * @param {EventsOnSiteApiGetEventZplTemplateBadgeFieldRequest} requestParameters Request parameters.
27000
- * @param {*} [options] Override http request option.
27001
- * @throws {RequiredError}
27002
- */
27003
- getEventZplTemplateBadgeField(requestParameters: EventsOnSiteApiGetEventZplTemplateBadgeFieldRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
27004
- /**
27005
- * Get Event Zpl Template Badge Fields endpoint
27006
- * @summary Get Event Zpl Template Badge Fields
27007
- * @param {EventsOnSiteApiGetEventZplTemplateBadgeFieldsRequest} requestParameters Request parameters.
27674
+ * Update Event Badge Template endpoint
27675
+ * @summary Update Event Badge Template
27676
+ * @param {EventsOnSiteApiUpdateEventBadgeTemplateRequest} requestParameters Request parameters.
27008
27677
  * @param {*} [options] Override http request option.
27009
27678
  * @throws {RequiredError}
27010
27679
  */
27011
- getEventZplTemplateBadgeFields(requestParameters: EventsOnSiteApiGetEventZplTemplateBadgeFieldsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountInvitations200Response>;
27680
+ updateEventBadgeTemplate(requestParameters: EventsOnSiteApiUpdateEventBadgeTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
27012
27681
  /**
27013
27682
  * Update Event Checkin Code endpoint
27014
27683
  * @summary Update Event Checkin Code
@@ -27017,22 +27686,6 @@ export declare const EventsOnSiteApiFactory: (configuration?: Configuration, bas
27017
27686
  * @throws {RequiredError}
27018
27687
  */
27019
27688
  updateEventCheckinCode(requestParameters: EventsOnSiteApiUpdateEventCheckinCodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<UpdateEventCheckinCode200Response>;
27020
- /**
27021
- * Update Event Zpl Template endpoint
27022
- * @summary Update Event Zpl Template
27023
- * @param {EventsOnSiteApiUpdateEventZplTemplateRequest} requestParameters Request parameters.
27024
- * @param {*} [options] Override http request option.
27025
- * @throws {RequiredError}
27026
- */
27027
- updateEventZplTemplate(requestParameters: EventsOnSiteApiUpdateEventZplTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<UpdateEventCheckinCode200Response>;
27028
- /**
27029
- * Update Event Zpl Template Badge Field endpoint
27030
- * @summary Update Event Zpl Template Badge Field
27031
- * @param {EventsOnSiteApiUpdateEventZplTemplateBadgeFieldRequest} requestParameters Request parameters.
27032
- * @param {*} [options] Override http request option.
27033
- * @throws {RequiredError}
27034
- */
27035
- updateEventZplTemplateBadgeField(requestParameters: EventsOnSiteApiUpdateEventZplTemplateBadgeFieldRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
27036
27689
  };
27037
27690
  /**
27038
27691
  * Request parameters for getEventOnSite operation in EventsOnSiteApi.
@@ -27044,42 +27697,14 @@ export interface EventsOnSiteApiGetEventOnSiteRequest {
27044
27697
  readonly eventId: string;
27045
27698
  }
27046
27699
  /**
27047
- * Request parameters for getEventZplTemplateBadgeField operation in EventsOnSiteApi.
27048
- */
27049
- export interface EventsOnSiteApiGetEventZplTemplateBadgeFieldRequest {
27050
- /**
27051
- * The event identifier
27052
- */
27053
- readonly eventId: string;
27054
- /**
27055
- * The field identifier
27056
- */
27057
- readonly fieldId: string;
27058
- }
27059
- /**
27060
- * Request parameters for getEventZplTemplateBadgeFields operation in EventsOnSiteApi.
27700
+ * Request parameters for updateEventBadgeTemplate operation in EventsOnSiteApi.
27061
27701
  */
27062
- export interface EventsOnSiteApiGetEventZplTemplateBadgeFieldsRequest {
27702
+ export interface EventsOnSiteApiUpdateEventBadgeTemplateRequest {
27063
27703
  /**
27064
27704
  * The event identifier
27065
27705
  */
27066
27706
  readonly eventId: string;
27067
- /**
27068
- * Page number
27069
- */
27070
- readonly page?: number;
27071
- /**
27072
- * Number of items per page
27073
- */
27074
- readonly pageSize?: number;
27075
- /**
27076
- * Field to order by
27077
- */
27078
- readonly orderBy?: string;
27079
- /**
27080
- * Search query
27081
- */
27082
- readonly search?: string;
27707
+ readonly body: object;
27083
27708
  }
27084
27709
  /**
27085
27710
  * Request parameters for updateEventCheckinCode operation in EventsOnSiteApi.
@@ -27090,36 +27715,6 @@ export interface EventsOnSiteApiUpdateEventCheckinCodeRequest {
27090
27715
  */
27091
27716
  readonly eventId: string;
27092
27717
  }
27093
- /**
27094
- * Request parameters for updateEventZplTemplate operation in EventsOnSiteApi.
27095
- */
27096
- export interface EventsOnSiteApiUpdateEventZplTemplateRequest {
27097
- /**
27098
- * The event identifier
27099
- */
27100
- readonly eventId: string;
27101
- /**
27102
- * Filter by zplTemplate
27103
- */
27104
- readonly zplTemplate: string;
27105
- }
27106
- /**
27107
- * Request parameters for updateEventZplTemplateBadgeField operation in EventsOnSiteApi.
27108
- */
27109
- export interface EventsOnSiteApiUpdateEventZplTemplateBadgeFieldRequest {
27110
- /**
27111
- * The event identifier
27112
- */
27113
- readonly eventId: string;
27114
- /**
27115
- * The field identifier
27116
- */
27117
- readonly fieldId: string;
27118
- /**
27119
- * Filter by field
27120
- */
27121
- readonly field: EventBadgeFieldUpdateInputs;
27122
- }
27123
27718
  /**
27124
27719
  * EventsOnSiteApi - object-oriented interface
27125
27720
  */
@@ -27133,21 +27728,13 @@ export declare class EventsOnSiteApi extends BaseAPI {
27133
27728
  */
27134
27729
  getEventOnSite(requestParameters: EventsOnSiteApiGetEventOnSiteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetEventOnSite200Response, any, {}>>;
27135
27730
  /**
27136
- * Get Event Zpl Template Badge Field endpoint
27137
- * @summary Get Event Zpl Template Badge Field
27138
- * @param {EventsOnSiteApiGetEventZplTemplateBadgeFieldRequest} requestParameters Request parameters.
27139
- * @param {*} [options] Override http request option.
27140
- * @throws {RequiredError}
27141
- */
27142
- getEventZplTemplateBadgeField(requestParameters: EventsOnSiteApiGetEventZplTemplateBadgeFieldRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
27143
- /**
27144
- * Get Event Zpl Template Badge Fields endpoint
27145
- * @summary Get Event Zpl Template Badge Fields
27146
- * @param {EventsOnSiteApiGetEventZplTemplateBadgeFieldsRequest} requestParameters Request parameters.
27731
+ * Update Event Badge Template endpoint
27732
+ * @summary Update Event Badge Template
27733
+ * @param {EventsOnSiteApiUpdateEventBadgeTemplateRequest} requestParameters Request parameters.
27147
27734
  * @param {*} [options] Override http request option.
27148
27735
  * @throws {RequiredError}
27149
27736
  */
27150
- getEventZplTemplateBadgeFields(requestParameters: EventsOnSiteApiGetEventZplTemplateBadgeFieldsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
27737
+ updateEventBadgeTemplate(requestParameters: EventsOnSiteApiUpdateEventBadgeTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
27151
27738
  /**
27152
27739
  * Update Event Checkin Code endpoint
27153
27740
  * @summary Update Event Checkin Code
@@ -27156,22 +27743,6 @@ export declare class EventsOnSiteApi extends BaseAPI {
27156
27743
  * @throws {RequiredError}
27157
27744
  */
27158
27745
  updateEventCheckinCode(requestParameters: EventsOnSiteApiUpdateEventCheckinCodeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateEventCheckinCode200Response, any, {}>>;
27159
- /**
27160
- * Update Event Zpl Template endpoint
27161
- * @summary Update Event Zpl Template
27162
- * @param {EventsOnSiteApiUpdateEventZplTemplateRequest} requestParameters Request parameters.
27163
- * @param {*} [options] Override http request option.
27164
- * @throws {RequiredError}
27165
- */
27166
- updateEventZplTemplate(requestParameters: EventsOnSiteApiUpdateEventZplTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateEventCheckinCode200Response, any, {}>>;
27167
- /**
27168
- * Update Event Zpl Template Badge Field endpoint
27169
- * @summary Update Event Zpl Template Badge Field
27170
- * @param {EventsOnSiteApiUpdateEventZplTemplateBadgeFieldRequest} requestParameters Request parameters.
27171
- * @param {*} [options] Override http request option.
27172
- * @throws {RequiredError}
27173
- */
27174
- updateEventZplTemplateBadgeField(requestParameters: EventsOnSiteApiUpdateEventZplTemplateBadgeFieldRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
27175
27746
  }
27176
27747
  /**
27177
27748
  * EventsPackagesApi - axios parameter creator
@@ -30010,6 +30581,200 @@ export declare class EventsPassesApi extends BaseAPI {
30010
30581
  */
30011
30582
  updateEventSessionAccessResponses(requestParameters: EventsPassesApiUpdateEventSessionAccessResponsesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
30012
30583
  }
30584
+ /**
30585
+ * EventsPassesAttributesApi - axios parameter creator
30586
+ */
30587
+ export declare const EventsPassesAttributesApiAxiosParamCreator: (configuration?: Configuration) => {
30588
+ /**
30589
+ * Get Event Pass Attributes endpoint
30590
+ * @summary Get Event Pass Attributes
30591
+ * @param {string} eventId The event identifier
30592
+ * @param {string} passId The pass identifier
30593
+ * @param {number} [page] Page number
30594
+ * @param {number} [pageSize] Number of items per page
30595
+ * @param {string} [orderBy] Field to order by
30596
+ * @param {string} [search] Search query
30597
+ * @param {*} [options] Override http request option.
30598
+ * @throws {RequiredError}
30599
+ */
30600
+ getEventPassAttributes: (eventId: string, passId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
30601
+ /**
30602
+ * Remove Event Pass Attribute endpoint
30603
+ * @summary Remove Event Pass Attribute
30604
+ * @param {string} eventId The event identifier
30605
+ * @param {string} passId The pass identifier
30606
+ * @param {string} attributeId The attribute identifier
30607
+ * @param {*} [options] Override http request option.
30608
+ * @throws {RequiredError}
30609
+ */
30610
+ removeEventPassAttribute: (eventId: string, passId: string, attributeId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
30611
+ /**
30612
+ * Update Event Pass Attributes endpoint
30613
+ * @summary Update Event Pass Attributes
30614
+ * @param {string} eventId The event identifier
30615
+ * @param {string} passId The pass identifier
30616
+ * @param {PassAttributesUpdateInputs} passAttributesUpdateInputs
30617
+ * @param {*} [options] Override http request option.
30618
+ * @throws {RequiredError}
30619
+ */
30620
+ updateEventPassAttributes: (eventId: string, passId: string, passAttributesUpdateInputs: PassAttributesUpdateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
30621
+ };
30622
+ /**
30623
+ * EventsPassesAttributesApi - functional programming interface
30624
+ */
30625
+ export declare const EventsPassesAttributesApiFp: (configuration?: Configuration) => {
30626
+ /**
30627
+ * Get Event Pass Attributes endpoint
30628
+ * @summary Get Event Pass Attributes
30629
+ * @param {string} eventId The event identifier
30630
+ * @param {string} passId The pass identifier
30631
+ * @param {number} [page] Page number
30632
+ * @param {number} [pageSize] Number of items per page
30633
+ * @param {string} [orderBy] Field to order by
30634
+ * @param {string} [search] Search query
30635
+ * @param {*} [options] Override http request option.
30636
+ * @throws {RequiredError}
30637
+ */
30638
+ getEventPassAttributes(eventId: string, passId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountInvitations200Response>>;
30639
+ /**
30640
+ * Remove Event Pass Attribute endpoint
30641
+ * @summary Remove Event Pass Attribute
30642
+ * @param {string} eventId The event identifier
30643
+ * @param {string} passId The pass identifier
30644
+ * @param {string} attributeId The attribute identifier
30645
+ * @param {*} [options] Override http request option.
30646
+ * @throws {RequiredError}
30647
+ */
30648
+ removeEventPassAttribute(eventId: string, passId: string, attributeId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
30649
+ /**
30650
+ * Update Event Pass Attributes endpoint
30651
+ * @summary Update Event Pass Attributes
30652
+ * @param {string} eventId The event identifier
30653
+ * @param {string} passId The pass identifier
30654
+ * @param {PassAttributesUpdateInputs} passAttributesUpdateInputs
30655
+ * @param {*} [options] Override http request option.
30656
+ * @throws {RequiredError}
30657
+ */
30658
+ updateEventPassAttributes(eventId: string, passId: string, passAttributesUpdateInputs: PassAttributesUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
30659
+ };
30660
+ /**
30661
+ * EventsPassesAttributesApi - factory interface
30662
+ */
30663
+ export declare const EventsPassesAttributesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
30664
+ /**
30665
+ * Get Event Pass Attributes endpoint
30666
+ * @summary Get Event Pass Attributes
30667
+ * @param {EventsPassesAttributesApiGetEventPassAttributesRequest} requestParameters Request parameters.
30668
+ * @param {*} [options] Override http request option.
30669
+ * @throws {RequiredError}
30670
+ */
30671
+ getEventPassAttributes(requestParameters: EventsPassesAttributesApiGetEventPassAttributesRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountInvitations200Response>;
30672
+ /**
30673
+ * Remove Event Pass Attribute endpoint
30674
+ * @summary Remove Event Pass Attribute
30675
+ * @param {EventsPassesAttributesApiRemoveEventPassAttributeRequest} requestParameters Request parameters.
30676
+ * @param {*} [options] Override http request option.
30677
+ * @throws {RequiredError}
30678
+ */
30679
+ removeEventPassAttribute(requestParameters: EventsPassesAttributesApiRemoveEventPassAttributeRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
30680
+ /**
30681
+ * Update Event Pass Attributes endpoint
30682
+ * @summary Update Event Pass Attributes
30683
+ * @param {EventsPassesAttributesApiUpdateEventPassAttributesRequest} requestParameters Request parameters.
30684
+ * @param {*} [options] Override http request option.
30685
+ * @throws {RequiredError}
30686
+ */
30687
+ updateEventPassAttributes(requestParameters: EventsPassesAttributesApiUpdateEventPassAttributesRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
30688
+ };
30689
+ /**
30690
+ * Request parameters for getEventPassAttributes operation in EventsPassesAttributesApi.
30691
+ */
30692
+ export interface EventsPassesAttributesApiGetEventPassAttributesRequest {
30693
+ /**
30694
+ * The event identifier
30695
+ */
30696
+ readonly eventId: string;
30697
+ /**
30698
+ * The pass identifier
30699
+ */
30700
+ readonly passId: string;
30701
+ /**
30702
+ * Page number
30703
+ */
30704
+ readonly page?: number;
30705
+ /**
30706
+ * Number of items per page
30707
+ */
30708
+ readonly pageSize?: number;
30709
+ /**
30710
+ * Field to order by
30711
+ */
30712
+ readonly orderBy?: string;
30713
+ /**
30714
+ * Search query
30715
+ */
30716
+ readonly search?: string;
30717
+ }
30718
+ /**
30719
+ * Request parameters for removeEventPassAttribute operation in EventsPassesAttributesApi.
30720
+ */
30721
+ export interface EventsPassesAttributesApiRemoveEventPassAttributeRequest {
30722
+ /**
30723
+ * The event identifier
30724
+ */
30725
+ readonly eventId: string;
30726
+ /**
30727
+ * The pass identifier
30728
+ */
30729
+ readonly passId: string;
30730
+ /**
30731
+ * The attribute identifier
30732
+ */
30733
+ readonly attributeId: string;
30734
+ }
30735
+ /**
30736
+ * Request parameters for updateEventPassAttributes operation in EventsPassesAttributesApi.
30737
+ */
30738
+ export interface EventsPassesAttributesApiUpdateEventPassAttributesRequest {
30739
+ /**
30740
+ * The event identifier
30741
+ */
30742
+ readonly eventId: string;
30743
+ /**
30744
+ * The pass identifier
30745
+ */
30746
+ readonly passId: string;
30747
+ readonly passAttributesUpdateInputs: PassAttributesUpdateInputs;
30748
+ }
30749
+ /**
30750
+ * EventsPassesAttributesApi - object-oriented interface
30751
+ */
30752
+ export declare class EventsPassesAttributesApi extends BaseAPI {
30753
+ /**
30754
+ * Get Event Pass Attributes endpoint
30755
+ * @summary Get Event Pass Attributes
30756
+ * @param {EventsPassesAttributesApiGetEventPassAttributesRequest} requestParameters Request parameters.
30757
+ * @param {*} [options] Override http request option.
30758
+ * @throws {RequiredError}
30759
+ */
30760
+ getEventPassAttributes(requestParameters: EventsPassesAttributesApiGetEventPassAttributesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
30761
+ /**
30762
+ * Remove Event Pass Attribute endpoint
30763
+ * @summary Remove Event Pass Attribute
30764
+ * @param {EventsPassesAttributesApiRemoveEventPassAttributeRequest} requestParameters Request parameters.
30765
+ * @param {*} [options] Override http request option.
30766
+ * @throws {RequiredError}
30767
+ */
30768
+ removeEventPassAttribute(requestParameters: EventsPassesAttributesApiRemoveEventPassAttributeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
30769
+ /**
30770
+ * Update Event Pass Attributes endpoint
30771
+ * @summary Update Event Pass Attributes
30772
+ * @param {EventsPassesAttributesApiUpdateEventPassAttributesRequest} requestParameters Request parameters.
30773
+ * @param {*} [options] Override http request option.
30774
+ * @throws {RequiredError}
30775
+ */
30776
+ updateEventPassAttributes(requestParameters: EventsPassesAttributesApiUpdateEventPassAttributesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
30777
+ }
30013
30778
  /**
30014
30779
  * EventsPasstypesApi - axios parameter creator
30015
30780
  */
@@ -35323,6 +36088,16 @@ export declare const EventsSessionsApiAxiosParamCreator: (configuration?: Config
35323
36088
  * @throws {RequiredError}
35324
36089
  */
35325
36090
  addEventSessionSponsor: (eventId: string, sessionId: string, sponsorId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
36091
+ /**
36092
+ * Add Event Session Tier endpoint
36093
+ * @summary Add Event Session Tier
36094
+ * @param {string} eventId The event identifier
36095
+ * @param {string} sessionId The session identifier
36096
+ * @param {string} tierId The tier identifier
36097
+ * @param {*} [options] Override http request option.
36098
+ * @throws {RequiredError}
36099
+ */
36100
+ addEventSessionTier: (eventId: string, sessionId: string, tierId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
35326
36101
  /**
35327
36102
  * Add Event Session Track endpoint
35328
36103
  * @summary Add Event Session Track
@@ -35333,6 +36108,16 @@ export declare const EventsSessionsApiAxiosParamCreator: (configuration?: Config
35333
36108
  * @throws {RequiredError}
35334
36109
  */
35335
36110
  addEventSessionTrack: (eventId: string, sessionId: string, trackId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
36111
+ /**
36112
+ * Clone Event Session endpoint
36113
+ * @summary Clone Event Session
36114
+ * @param {string} eventId The event identifier
36115
+ * @param {string} sessionId The session identifier
36116
+ * @param {EventSessionCloneOptions} eventSessionCloneOptions
36117
+ * @param {*} [options] Override http request option.
36118
+ * @throws {RequiredError}
36119
+ */
36120
+ cloneEventSession: (eventId: string, sessionId: string, eventSessionCloneOptions: EventSessionCloneOptions, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
35336
36121
  /**
35337
36122
  * Create Event Session endpoint
35338
36123
  * @summary Create Event Session
@@ -35452,6 +36237,19 @@ export declare const EventsSessionsApiAxiosParamCreator: (configuration?: Config
35452
36237
  * @throws {RequiredError}
35453
36238
  */
35454
36239
  getEventSessionSponsors: (eventId: string, sessionId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
36240
+ /**
36241
+ * Get Event Session Tiers endpoint
36242
+ * @summary Get Event Session Tiers
36243
+ * @param {string} eventId The event identifier
36244
+ * @param {string} sessionId The session identifier
36245
+ * @param {number} [page] Page number
36246
+ * @param {number} [pageSize] Number of items per page
36247
+ * @param {string} [orderBy] Field to order by
36248
+ * @param {string} [search] Search query
36249
+ * @param {*} [options] Override http request option.
36250
+ * @throws {RequiredError}
36251
+ */
36252
+ getEventSessionTiers: (eventId: string, sessionId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
35455
36253
  /**
35456
36254
  * Get Event Session Tracks endpoint
35457
36255
  * @summary Get Event Session Tracks
@@ -35527,6 +36325,16 @@ export declare const EventsSessionsApiAxiosParamCreator: (configuration?: Config
35527
36325
  * @throws {RequiredError}
35528
36326
  */
35529
36327
  removeEventSessionSponsor: (eventId: string, sessionId: string, sponsorId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
36328
+ /**
36329
+ * Remove Event Session Tier endpoint
36330
+ * @summary Remove Event Session Tier
36331
+ * @param {string} eventId The event identifier
36332
+ * @param {string} sessionId The session identifier
36333
+ * @param {string} tierId The tier identifier
36334
+ * @param {*} [options] Override http request option.
36335
+ * @throws {RequiredError}
36336
+ */
36337
+ removeEventSessionTier: (eventId: string, sessionId: string, tierId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
35530
36338
  /**
35531
36339
  * Remove Event Session Track endpoint
35532
36340
  * @summary Remove Event Session Track
@@ -35602,6 +36410,16 @@ export declare const EventsSessionsApiFp: (configuration?: Configuration) => {
35602
36410
  * @throws {RequiredError}
35603
36411
  */
35604
36412
  addEventSessionSponsor(eventId: string, sessionId: string, sponsorId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
36413
+ /**
36414
+ * Add Event Session Tier endpoint
36415
+ * @summary Add Event Session Tier
36416
+ * @param {string} eventId The event identifier
36417
+ * @param {string} sessionId The session identifier
36418
+ * @param {string} tierId The tier identifier
36419
+ * @param {*} [options] Override http request option.
36420
+ * @throws {RequiredError}
36421
+ */
36422
+ addEventSessionTier(eventId: string, sessionId: string, tierId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateEventSession200Response>>;
35605
36423
  /**
35606
36424
  * Add Event Session Track endpoint
35607
36425
  * @summary Add Event Session Track
@@ -35612,6 +36430,16 @@ export declare const EventsSessionsApiFp: (configuration?: Configuration) => {
35612
36430
  * @throws {RequiredError}
35613
36431
  */
35614
36432
  addEventSessionTrack(eventId: string, sessionId: string, trackId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateEventSession200Response>>;
36433
+ /**
36434
+ * Clone Event Session endpoint
36435
+ * @summary Clone Event Session
36436
+ * @param {string} eventId The event identifier
36437
+ * @param {string} sessionId The session identifier
36438
+ * @param {EventSessionCloneOptions} eventSessionCloneOptions
36439
+ * @param {*} [options] Override http request option.
36440
+ * @throws {RequiredError}
36441
+ */
36442
+ cloneEventSession(eventId: string, sessionId: string, eventSessionCloneOptions: EventSessionCloneOptions, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
35615
36443
  /**
35616
36444
  * Create Event Session endpoint
35617
36445
  * @summary Create Event Session
@@ -35731,6 +36559,19 @@ export declare const EventsSessionsApiFp: (configuration?: Configuration) => {
35731
36559
  * @throws {RequiredError}
35732
36560
  */
35733
36561
  getEventSessionSponsors(eventId: string, sessionId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccounts200Response>>;
36562
+ /**
36563
+ * Get Event Session Tiers endpoint
36564
+ * @summary Get Event Session Tiers
36565
+ * @param {string} eventId The event identifier
36566
+ * @param {string} sessionId The session identifier
36567
+ * @param {number} [page] Page number
36568
+ * @param {number} [pageSize] Number of items per page
36569
+ * @param {string} [orderBy] Field to order by
36570
+ * @param {string} [search] Search query
36571
+ * @param {*} [options] Override http request option.
36572
+ * @throws {RequiredError}
36573
+ */
36574
+ getEventSessionTiers(eventId: string, sessionId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountTiers200Response>>;
35734
36575
  /**
35735
36576
  * Get Event Session Tracks endpoint
35736
36577
  * @summary Get Event Session Tracks
@@ -35806,6 +36647,16 @@ export declare const EventsSessionsApiFp: (configuration?: Configuration) => {
35806
36647
  * @throws {RequiredError}
35807
36648
  */
35808
36649
  removeEventSessionSponsor(eventId: string, sessionId: string, sponsorId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
36650
+ /**
36651
+ * Remove Event Session Tier endpoint
36652
+ * @summary Remove Event Session Tier
36653
+ * @param {string} eventId The event identifier
36654
+ * @param {string} sessionId The session identifier
36655
+ * @param {string} tierId The tier identifier
36656
+ * @param {*} [options] Override http request option.
36657
+ * @throws {RequiredError}
36658
+ */
36659
+ removeEventSessionTier(eventId: string, sessionId: string, tierId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
35809
36660
  /**
35810
36661
  * Remove Event Session Track endpoint
35811
36662
  * @summary Remove Event Session Track
@@ -35871,6 +36722,14 @@ export declare const EventsSessionsApiFactory: (configuration?: Configuration, b
35871
36722
  * @throws {RequiredError}
35872
36723
  */
35873
36724
  addEventSessionSponsor(requestParameters: EventsSessionsApiAddEventSessionSponsorRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
36725
+ /**
36726
+ * Add Event Session Tier endpoint
36727
+ * @summary Add Event Session Tier
36728
+ * @param {EventsSessionsApiAddEventSessionTierRequest} requestParameters Request parameters.
36729
+ * @param {*} [options] Override http request option.
36730
+ * @throws {RequiredError}
36731
+ */
36732
+ addEventSessionTier(requestParameters: EventsSessionsApiAddEventSessionTierRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateEventSession200Response>;
35874
36733
  /**
35875
36734
  * Add Event Session Track endpoint
35876
36735
  * @summary Add Event Session Track
@@ -35879,6 +36738,14 @@ export declare const EventsSessionsApiFactory: (configuration?: Configuration, b
35879
36738
  * @throws {RequiredError}
35880
36739
  */
35881
36740
  addEventSessionTrack(requestParameters: EventsSessionsApiAddEventSessionTrackRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateEventSession200Response>;
36741
+ /**
36742
+ * Clone Event Session endpoint
36743
+ * @summary Clone Event Session
36744
+ * @param {EventsSessionsApiCloneEventSessionRequest} requestParameters Request parameters.
36745
+ * @param {*} [options] Override http request option.
36746
+ * @throws {RequiredError}
36747
+ */
36748
+ cloneEventSession(requestParameters: EventsSessionsApiCloneEventSessionRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
35882
36749
  /**
35883
36750
  * Create Event Session endpoint
35884
36751
  * @summary Create Event Session
@@ -35959,6 +36826,14 @@ export declare const EventsSessionsApiFactory: (configuration?: Configuration, b
35959
36826
  * @throws {RequiredError}
35960
36827
  */
35961
36828
  getEventSessionSponsors(requestParameters: EventsSessionsApiGetEventSessionSponsorsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccounts200Response>;
36829
+ /**
36830
+ * Get Event Session Tiers endpoint
36831
+ * @summary Get Event Session Tiers
36832
+ * @param {EventsSessionsApiGetEventSessionTiersRequest} requestParameters Request parameters.
36833
+ * @param {*} [options] Override http request option.
36834
+ * @throws {RequiredError}
36835
+ */
36836
+ getEventSessionTiers(requestParameters: EventsSessionsApiGetEventSessionTiersRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountTiers200Response>;
35962
36837
  /**
35963
36838
  * Get Event Session Tracks endpoint
35964
36839
  * @summary Get Event Session Tracks
@@ -36015,6 +36890,14 @@ export declare const EventsSessionsApiFactory: (configuration?: Configuration, b
36015
36890
  * @throws {RequiredError}
36016
36891
  */
36017
36892
  removeEventSessionSponsor(requestParameters: EventsSessionsApiRemoveEventSessionSponsorRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
36893
+ /**
36894
+ * Remove Event Session Tier endpoint
36895
+ * @summary Remove Event Session Tier
36896
+ * @param {EventsSessionsApiRemoveEventSessionTierRequest} requestParameters Request parameters.
36897
+ * @param {*} [options] Override http request option.
36898
+ * @throws {RequiredError}
36899
+ */
36900
+ removeEventSessionTier(requestParameters: EventsSessionsApiRemoveEventSessionTierRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
36018
36901
  /**
36019
36902
  * Remove Event Session Track endpoint
36020
36903
  * @summary Remove Event Session Track
@@ -36117,6 +37000,23 @@ export interface EventsSessionsApiAddEventSessionSponsorRequest {
36117
37000
  */
36118
37001
  readonly sponsorId: string;
36119
37002
  }
37003
+ /**
37004
+ * Request parameters for addEventSessionTier operation in EventsSessionsApi.
37005
+ */
37006
+ export interface EventsSessionsApiAddEventSessionTierRequest {
37007
+ /**
37008
+ * The event identifier
37009
+ */
37010
+ readonly eventId: string;
37011
+ /**
37012
+ * The session identifier
37013
+ */
37014
+ readonly sessionId: string;
37015
+ /**
37016
+ * The tier identifier
37017
+ */
37018
+ readonly tierId: string;
37019
+ }
36120
37020
  /**
36121
37021
  * Request parameters for addEventSessionTrack operation in EventsSessionsApi.
36122
37022
  */
@@ -36134,6 +37034,20 @@ export interface EventsSessionsApiAddEventSessionTrackRequest {
36134
37034
  */
36135
37035
  readonly trackId: string;
36136
37036
  }
37037
+ /**
37038
+ * Request parameters for cloneEventSession operation in EventsSessionsApi.
37039
+ */
37040
+ export interface EventsSessionsApiCloneEventSessionRequest {
37041
+ /**
37042
+ * The event identifier
37043
+ */
37044
+ readonly eventId: string;
37045
+ /**
37046
+ * The session identifier
37047
+ */
37048
+ readonly sessionId: string;
37049
+ readonly eventSessionCloneOptions: EventSessionCloneOptions;
37050
+ }
36137
37051
  /**
36138
37052
  * Request parameters for createEventSession operation in EventsSessionsApi.
36139
37053
  */
@@ -36377,6 +37291,35 @@ export interface EventsSessionsApiGetEventSessionSponsorsRequest {
36377
37291
  */
36378
37292
  readonly search?: string;
36379
37293
  }
37294
+ /**
37295
+ * Request parameters for getEventSessionTiers operation in EventsSessionsApi.
37296
+ */
37297
+ export interface EventsSessionsApiGetEventSessionTiersRequest {
37298
+ /**
37299
+ * The event identifier
37300
+ */
37301
+ readonly eventId: string;
37302
+ /**
37303
+ * The session identifier
37304
+ */
37305
+ readonly sessionId: string;
37306
+ /**
37307
+ * Page number
37308
+ */
37309
+ readonly page?: number;
37310
+ /**
37311
+ * Number of items per page
37312
+ */
37313
+ readonly pageSize?: number;
37314
+ /**
37315
+ * Field to order by
37316
+ */
37317
+ readonly orderBy?: string;
37318
+ /**
37319
+ * Search query
37320
+ */
37321
+ readonly search?: string;
37322
+ }
36380
37323
  /**
36381
37324
  * Request parameters for getEventSessionTracks operation in EventsSessionsApi.
36382
37325
  */
@@ -36516,6 +37459,23 @@ export interface EventsSessionsApiRemoveEventSessionSponsorRequest {
36516
37459
  */
36517
37460
  readonly sponsorId: string;
36518
37461
  }
37462
+ /**
37463
+ * Request parameters for removeEventSessionTier operation in EventsSessionsApi.
37464
+ */
37465
+ export interface EventsSessionsApiRemoveEventSessionTierRequest {
37466
+ /**
37467
+ * The event identifier
37468
+ */
37469
+ readonly eventId: string;
37470
+ /**
37471
+ * The session identifier
37472
+ */
37473
+ readonly sessionId: string;
37474
+ /**
37475
+ * The tier identifier
37476
+ */
37477
+ readonly tierId: string;
37478
+ }
36519
37479
  /**
36520
37480
  * Request parameters for removeEventSessionTrack operation in EventsSessionsApi.
36521
37481
  */
@@ -36594,6 +37554,14 @@ export declare class EventsSessionsApi extends BaseAPI {
36594
37554
  * @throws {RequiredError}
36595
37555
  */
36596
37556
  addEventSessionSponsor(requestParameters: EventsSessionsApiAddEventSessionSponsorRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
37557
+ /**
37558
+ * Add Event Session Tier endpoint
37559
+ * @summary Add Event Session Tier
37560
+ * @param {EventsSessionsApiAddEventSessionTierRequest} requestParameters Request parameters.
37561
+ * @param {*} [options] Override http request option.
37562
+ * @throws {RequiredError}
37563
+ */
37564
+ addEventSessionTier(requestParameters: EventsSessionsApiAddEventSessionTierRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateEventSession200Response, any, {}>>;
36597
37565
  /**
36598
37566
  * Add Event Session Track endpoint
36599
37567
  * @summary Add Event Session Track
@@ -36602,6 +37570,14 @@ export declare class EventsSessionsApi extends BaseAPI {
36602
37570
  * @throws {RequiredError}
36603
37571
  */
36604
37572
  addEventSessionTrack(requestParameters: EventsSessionsApiAddEventSessionTrackRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateEventSession200Response, any, {}>>;
37573
+ /**
37574
+ * Clone Event Session endpoint
37575
+ * @summary Clone Event Session
37576
+ * @param {EventsSessionsApiCloneEventSessionRequest} requestParameters Request parameters.
37577
+ * @param {*} [options] Override http request option.
37578
+ * @throws {RequiredError}
37579
+ */
37580
+ cloneEventSession(requestParameters: EventsSessionsApiCloneEventSessionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
36605
37581
  /**
36606
37582
  * Create Event Session endpoint
36607
37583
  * @summary Create Event Session
@@ -36682,6 +37658,14 @@ export declare class EventsSessionsApi extends BaseAPI {
36682
37658
  * @throws {RequiredError}
36683
37659
  */
36684
37660
  getEventSessionSponsors(requestParameters: EventsSessionsApiGetEventSessionSponsorsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccounts200Response, any, {}>>;
37661
+ /**
37662
+ * Get Event Session Tiers endpoint
37663
+ * @summary Get Event Session Tiers
37664
+ * @param {EventsSessionsApiGetEventSessionTiersRequest} requestParameters Request parameters.
37665
+ * @param {*} [options] Override http request option.
37666
+ * @throws {RequiredError}
37667
+ */
37668
+ getEventSessionTiers(requestParameters: EventsSessionsApiGetEventSessionTiersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountTiers200Response, any, {}>>;
36685
37669
  /**
36686
37670
  * Get Event Session Tracks endpoint
36687
37671
  * @summary Get Event Session Tracks
@@ -36738,6 +37722,14 @@ export declare class EventsSessionsApi extends BaseAPI {
36738
37722
  * @throws {RequiredError}
36739
37723
  */
36740
37724
  removeEventSessionSponsor(requestParameters: EventsSessionsApiRemoveEventSessionSponsorRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
37725
+ /**
37726
+ * Remove Event Session Tier endpoint
37727
+ * @summary Remove Event Session Tier
37728
+ * @param {EventsSessionsApiRemoveEventSessionTierRequest} requestParameters Request parameters.
37729
+ * @param {*} [options] Override http request option.
37730
+ * @throws {RequiredError}
37731
+ */
37732
+ removeEventSessionTier(requestParameters: EventsSessionsApiRemoveEventSessionTierRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
36741
37733
  /**
36742
37734
  * Remove Event Session Track endpoint
36743
37735
  * @summary Remove Event Session Track
@@ -54609,6 +55601,18 @@ export declare const SeriesApiAxiosParamCreator: (configuration?: Configuration)
54609
55601
  * @throws {RequiredError}
54610
55602
  */
54611
55603
  getSeriesList: (page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
55604
+ /**
55605
+ * Get Series Payments endpoint
55606
+ * @summary Get Series Payments
55607
+ * @param {string} seriesId The series identifier
55608
+ * @param {number} [page] Page number
55609
+ * @param {number} [pageSize] Number of items per page
55610
+ * @param {string} [orderBy] Field to order by
55611
+ * @param {string} [search] Search query
55612
+ * @param {*} [options] Override http request option.
55613
+ * @throws {RequiredError}
55614
+ */
55615
+ getSeriesPayments: (seriesId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
54612
55616
  /**
54613
55617
  * Remove Series Event endpoint
54614
55618
  * @summary Remove Series Event
@@ -54688,6 +55692,18 @@ export declare const SeriesApiFp: (configuration?: Configuration) => {
54688
55692
  * @throws {RequiredError}
54689
55693
  */
54690
55694
  getSeriesList(page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetSeriesList200Response>>;
55695
+ /**
55696
+ * Get Series Payments endpoint
55697
+ * @summary Get Series Payments
55698
+ * @param {string} seriesId The series identifier
55699
+ * @param {number} [page] Page number
55700
+ * @param {number} [pageSize] Number of items per page
55701
+ * @param {string} [orderBy] Field to order by
55702
+ * @param {string} [search] Search query
55703
+ * @param {*} [options] Override http request option.
55704
+ * @throws {RequiredError}
55705
+ */
55706
+ getSeriesPayments(seriesId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountPayments200Response>>;
54691
55707
  /**
54692
55708
  * Remove Series Event endpoint
54693
55709
  * @summary Remove Series Event
@@ -54759,6 +55775,14 @@ export declare const SeriesApiFactory: (configuration?: Configuration, basePath?
54759
55775
  * @throws {RequiredError}
54760
55776
  */
54761
55777
  getSeriesList(requestParameters?: SeriesApiGetSeriesListRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetSeriesList200Response>;
55778
+ /**
55779
+ * Get Series Payments endpoint
55780
+ * @summary Get Series Payments
55781
+ * @param {SeriesApiGetSeriesPaymentsRequest} requestParameters Request parameters.
55782
+ * @param {*} [options] Override http request option.
55783
+ * @throws {RequiredError}
55784
+ */
55785
+ getSeriesPayments(requestParameters: SeriesApiGetSeriesPaymentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountPayments200Response>;
54762
55786
  /**
54763
55787
  * Remove Series Event endpoint
54764
55788
  * @summary Remove Series Event
@@ -54859,6 +55883,31 @@ export interface SeriesApiGetSeriesListRequest {
54859
55883
  */
54860
55884
  readonly search?: string;
54861
55885
  }
55886
+ /**
55887
+ * Request parameters for getSeriesPayments operation in SeriesApi.
55888
+ */
55889
+ export interface SeriesApiGetSeriesPaymentsRequest {
55890
+ /**
55891
+ * The series identifier
55892
+ */
55893
+ readonly seriesId: string;
55894
+ /**
55895
+ * Page number
55896
+ */
55897
+ readonly page?: number;
55898
+ /**
55899
+ * Number of items per page
55900
+ */
55901
+ readonly pageSize?: number;
55902
+ /**
55903
+ * Field to order by
55904
+ */
55905
+ readonly orderBy?: string;
55906
+ /**
55907
+ * Search query
55908
+ */
55909
+ readonly search?: string;
55910
+ }
54862
55911
  /**
54863
55912
  * Request parameters for removeSeriesEvent operation in SeriesApi.
54864
55913
  */
@@ -54937,6 +55986,14 @@ export declare class SeriesApi extends BaseAPI {
54937
55986
  * @throws {RequiredError}
54938
55987
  */
54939
55988
  getSeriesList(requestParameters?: SeriesApiGetSeriesListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSeriesList200Response, any, {}>>;
55989
+ /**
55990
+ * Get Series Payments endpoint
55991
+ * @summary Get Series Payments
55992
+ * @param {SeriesApiGetSeriesPaymentsRequest} requestParameters Request parameters.
55993
+ * @param {*} [options] Override http request option.
55994
+ * @throws {RequiredError}
55995
+ */
55996
+ getSeriesPayments(requestParameters: SeriesApiGetSeriesPaymentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountPayments200Response, any, {}>>;
54940
55997
  /**
54941
55998
  * Remove Series Event endpoint
54942
55999
  * @summary Remove Series Event
@@ -54954,6 +56011,641 @@ export declare class SeriesApi extends BaseAPI {
54954
56011
  */
54955
56012
  updateSeries(requestParameters: SeriesApiUpdateSeriesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSeries200Response, any, {}>>;
54956
56013
  }
56014
+ /**
56015
+ * SeriesQuestionsApi - axios parameter creator
56016
+ */
56017
+ export declare const SeriesQuestionsApiAxiosParamCreator: (configuration?: Configuration) => {
56018
+ /**
56019
+ * Create Series Question endpoint
56020
+ * @summary Create Series Question
56021
+ * @param {string} seriesId The series identifier
56022
+ * @param {SeriesQuestionCreateInputs} seriesQuestionCreateInputs
56023
+ * @param {*} [options] Override http request option.
56024
+ * @throws {RequiredError}
56025
+ */
56026
+ createSeriesQuestion: (seriesId: string, seriesQuestionCreateInputs: SeriesQuestionCreateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56027
+ /**
56028
+ * Delete Series Question endpoint
56029
+ * @summary Delete Series Question
56030
+ * @param {string} seriesId The series identifier
56031
+ * @param {string} questionId The question identifier
56032
+ * @param {*} [options] Override http request option.
56033
+ * @throws {RequiredError}
56034
+ */
56035
+ deleteSeriesQuestion: (seriesId: string, questionId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56036
+ /**
56037
+ * Get Series Question endpoint
56038
+ * @summary Get Series Question
56039
+ * @param {string} seriesId The series identifier
56040
+ * @param {string} questionId The question identifier
56041
+ * @param {*} [options] Override http request option.
56042
+ * @throws {RequiredError}
56043
+ */
56044
+ getSeriesQuestion: (seriesId: string, questionId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56045
+ /**
56046
+ * Get Series Question Choice endpoint
56047
+ * @summary Get Series Question Choice
56048
+ * @param {string} seriesId The series identifier
56049
+ * @param {string} questionId The question identifier
56050
+ * @param {string} choiceId The choice identifier
56051
+ * @param {*} [options] Override http request option.
56052
+ * @throws {RequiredError}
56053
+ */
56054
+ getSeriesQuestionChoice: (seriesId: string, questionId: string, choiceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56055
+ /**
56056
+ * Get Series Question Choices endpoint
56057
+ * @summary Get Series Question Choices
56058
+ * @param {string} seriesId The series identifier
56059
+ * @param {string} questionId The question identifier
56060
+ * @param {number} [page] Page number
56061
+ * @param {number} [pageSize] Number of items per page
56062
+ * @param {string} [orderBy] Field to order by
56063
+ * @param {string} [search] Search query
56064
+ * @param {*} [options] Override http request option.
56065
+ * @throws {RequiredError}
56066
+ */
56067
+ getSeriesQuestionChoices: (seriesId: string, questionId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56068
+ /**
56069
+ * Get Series Questions endpoint
56070
+ * @summary Get Series Questions
56071
+ * @param {string} seriesId The series identifier
56072
+ * @param {number} [page] Page number
56073
+ * @param {number} [pageSize] Number of items per page
56074
+ * @param {string} [orderBy] Field to order by
56075
+ * @param {string} [search] Search query
56076
+ * @param {*} [options] Override http request option.
56077
+ * @throws {RequiredError}
56078
+ */
56079
+ getSeriesQuestions: (seriesId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56080
+ /**
56081
+ * Update Series Question endpoint
56082
+ * @summary Update Series Question
56083
+ * @param {string} seriesId The series identifier
56084
+ * @param {string} questionId The question identifier
56085
+ * @param {SeriesQuestionUpdateInputs} question Filter by question
56086
+ * @param {*} [options] Override http request option.
56087
+ * @throws {RequiredError}
56088
+ */
56089
+ updateSeriesQuestion: (seriesId: string, questionId: string, question: SeriesQuestionUpdateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56090
+ };
56091
+ /**
56092
+ * SeriesQuestionsApi - functional programming interface
56093
+ */
56094
+ export declare const SeriesQuestionsApiFp: (configuration?: Configuration) => {
56095
+ /**
56096
+ * Create Series Question endpoint
56097
+ * @summary Create Series Question
56098
+ * @param {string} seriesId The series identifier
56099
+ * @param {SeriesQuestionCreateInputs} seriesQuestionCreateInputs
56100
+ * @param {*} [options] Override http request option.
56101
+ * @throws {RequiredError}
56102
+ */
56103
+ createSeriesQuestion(seriesId: string, seriesQuestionCreateInputs: SeriesQuestionCreateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
56104
+ /**
56105
+ * Delete Series Question endpoint
56106
+ * @summary Delete Series Question
56107
+ * @param {string} seriesId The series identifier
56108
+ * @param {string} questionId The question identifier
56109
+ * @param {*} [options] Override http request option.
56110
+ * @throws {RequiredError}
56111
+ */
56112
+ deleteSeriesQuestion(seriesId: string, questionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountInvitations200Response>>;
56113
+ /**
56114
+ * Get Series Question endpoint
56115
+ * @summary Get Series Question
56116
+ * @param {string} seriesId The series identifier
56117
+ * @param {string} questionId The question identifier
56118
+ * @param {*} [options] Override http request option.
56119
+ * @throws {RequiredError}
56120
+ */
56121
+ getSeriesQuestion(seriesId: string, questionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
56122
+ /**
56123
+ * Get Series Question Choice endpoint
56124
+ * @summary Get Series Question Choice
56125
+ * @param {string} seriesId The series identifier
56126
+ * @param {string} questionId The question identifier
56127
+ * @param {string} choiceId The choice identifier
56128
+ * @param {*} [options] Override http request option.
56129
+ * @throws {RequiredError}
56130
+ */
56131
+ getSeriesQuestionChoice(seriesId: string, questionId: string, choiceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
56132
+ /**
56133
+ * Get Series Question Choices endpoint
56134
+ * @summary Get Series Question Choices
56135
+ * @param {string} seriesId The series identifier
56136
+ * @param {string} questionId The question identifier
56137
+ * @param {number} [page] Page number
56138
+ * @param {number} [pageSize] Number of items per page
56139
+ * @param {string} [orderBy] Field to order by
56140
+ * @param {string} [search] Search query
56141
+ * @param {*} [options] Override http request option.
56142
+ * @throws {RequiredError}
56143
+ */
56144
+ getSeriesQuestionChoices(seriesId: string, questionId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountInvitations200Response>>;
56145
+ /**
56146
+ * Get Series Questions endpoint
56147
+ * @summary Get Series Questions
56148
+ * @param {string} seriesId The series identifier
56149
+ * @param {number} [page] Page number
56150
+ * @param {number} [pageSize] Number of items per page
56151
+ * @param {string} [orderBy] Field to order by
56152
+ * @param {string} [search] Search query
56153
+ * @param {*} [options] Override http request option.
56154
+ * @throws {RequiredError}
56155
+ */
56156
+ getSeriesQuestions(seriesId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountInvitations200Response>>;
56157
+ /**
56158
+ * Update Series Question endpoint
56159
+ * @summary Update Series Question
56160
+ * @param {string} seriesId The series identifier
56161
+ * @param {string} questionId The question identifier
56162
+ * @param {SeriesQuestionUpdateInputs} question Filter by question
56163
+ * @param {*} [options] Override http request option.
56164
+ * @throws {RequiredError}
56165
+ */
56166
+ updateSeriesQuestion(seriesId: string, questionId: string, question: SeriesQuestionUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
56167
+ };
56168
+ /**
56169
+ * SeriesQuestionsApi - factory interface
56170
+ */
56171
+ export declare const SeriesQuestionsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
56172
+ /**
56173
+ * Create Series Question endpoint
56174
+ * @summary Create Series Question
56175
+ * @param {SeriesQuestionsApiCreateSeriesQuestionRequest} requestParameters Request parameters.
56176
+ * @param {*} [options] Override http request option.
56177
+ * @throws {RequiredError}
56178
+ */
56179
+ createSeriesQuestion(requestParameters: SeriesQuestionsApiCreateSeriesQuestionRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
56180
+ /**
56181
+ * Delete Series Question endpoint
56182
+ * @summary Delete Series Question
56183
+ * @param {SeriesQuestionsApiDeleteSeriesQuestionRequest} requestParameters Request parameters.
56184
+ * @param {*} [options] Override http request option.
56185
+ * @throws {RequiredError}
56186
+ */
56187
+ deleteSeriesQuestion(requestParameters: SeriesQuestionsApiDeleteSeriesQuestionRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountInvitations200Response>;
56188
+ /**
56189
+ * Get Series Question endpoint
56190
+ * @summary Get Series Question
56191
+ * @param {SeriesQuestionsApiGetSeriesQuestionRequest} requestParameters Request parameters.
56192
+ * @param {*} [options] Override http request option.
56193
+ * @throws {RequiredError}
56194
+ */
56195
+ getSeriesQuestion(requestParameters: SeriesQuestionsApiGetSeriesQuestionRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
56196
+ /**
56197
+ * Get Series Question Choice endpoint
56198
+ * @summary Get Series Question Choice
56199
+ * @param {SeriesQuestionsApiGetSeriesQuestionChoiceRequest} requestParameters Request parameters.
56200
+ * @param {*} [options] Override http request option.
56201
+ * @throws {RequiredError}
56202
+ */
56203
+ getSeriesQuestionChoice(requestParameters: SeriesQuestionsApiGetSeriesQuestionChoiceRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
56204
+ /**
56205
+ * Get Series Question Choices endpoint
56206
+ * @summary Get Series Question Choices
56207
+ * @param {SeriesQuestionsApiGetSeriesQuestionChoicesRequest} requestParameters Request parameters.
56208
+ * @param {*} [options] Override http request option.
56209
+ * @throws {RequiredError}
56210
+ */
56211
+ getSeriesQuestionChoices(requestParameters: SeriesQuestionsApiGetSeriesQuestionChoicesRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountInvitations200Response>;
56212
+ /**
56213
+ * Get Series Questions endpoint
56214
+ * @summary Get Series Questions
56215
+ * @param {SeriesQuestionsApiGetSeriesQuestionsRequest} requestParameters Request parameters.
56216
+ * @param {*} [options] Override http request option.
56217
+ * @throws {RequiredError}
56218
+ */
56219
+ getSeriesQuestions(requestParameters: SeriesQuestionsApiGetSeriesQuestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountInvitations200Response>;
56220
+ /**
56221
+ * Update Series Question endpoint
56222
+ * @summary Update Series Question
56223
+ * @param {SeriesQuestionsApiUpdateSeriesQuestionRequest} requestParameters Request parameters.
56224
+ * @param {*} [options] Override http request option.
56225
+ * @throws {RequiredError}
56226
+ */
56227
+ updateSeriesQuestion(requestParameters: SeriesQuestionsApiUpdateSeriesQuestionRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
56228
+ };
56229
+ /**
56230
+ * Request parameters for createSeriesQuestion operation in SeriesQuestionsApi.
56231
+ */
56232
+ export interface SeriesQuestionsApiCreateSeriesQuestionRequest {
56233
+ /**
56234
+ * The series identifier
56235
+ */
56236
+ readonly seriesId: string;
56237
+ readonly seriesQuestionCreateInputs: SeriesQuestionCreateInputs;
56238
+ }
56239
+ /**
56240
+ * Request parameters for deleteSeriesQuestion operation in SeriesQuestionsApi.
56241
+ */
56242
+ export interface SeriesQuestionsApiDeleteSeriesQuestionRequest {
56243
+ /**
56244
+ * The series identifier
56245
+ */
56246
+ readonly seriesId: string;
56247
+ /**
56248
+ * The question identifier
56249
+ */
56250
+ readonly questionId: string;
56251
+ }
56252
+ /**
56253
+ * Request parameters for getSeriesQuestion operation in SeriesQuestionsApi.
56254
+ */
56255
+ export interface SeriesQuestionsApiGetSeriesQuestionRequest {
56256
+ /**
56257
+ * The series identifier
56258
+ */
56259
+ readonly seriesId: string;
56260
+ /**
56261
+ * The question identifier
56262
+ */
56263
+ readonly questionId: string;
56264
+ }
56265
+ /**
56266
+ * Request parameters for getSeriesQuestionChoice operation in SeriesQuestionsApi.
56267
+ */
56268
+ export interface SeriesQuestionsApiGetSeriesQuestionChoiceRequest {
56269
+ /**
56270
+ * The series identifier
56271
+ */
56272
+ readonly seriesId: string;
56273
+ /**
56274
+ * The question identifier
56275
+ */
56276
+ readonly questionId: string;
56277
+ /**
56278
+ * The choice identifier
56279
+ */
56280
+ readonly choiceId: string;
56281
+ }
56282
+ /**
56283
+ * Request parameters for getSeriesQuestionChoices operation in SeriesQuestionsApi.
56284
+ */
56285
+ export interface SeriesQuestionsApiGetSeriesQuestionChoicesRequest {
56286
+ /**
56287
+ * The series identifier
56288
+ */
56289
+ readonly seriesId: string;
56290
+ /**
56291
+ * The question identifier
56292
+ */
56293
+ readonly questionId: string;
56294
+ /**
56295
+ * Page number
56296
+ */
56297
+ readonly page?: number;
56298
+ /**
56299
+ * Number of items per page
56300
+ */
56301
+ readonly pageSize?: number;
56302
+ /**
56303
+ * Field to order by
56304
+ */
56305
+ readonly orderBy?: string;
56306
+ /**
56307
+ * Search query
56308
+ */
56309
+ readonly search?: string;
56310
+ }
56311
+ /**
56312
+ * Request parameters for getSeriesQuestions operation in SeriesQuestionsApi.
56313
+ */
56314
+ export interface SeriesQuestionsApiGetSeriesQuestionsRequest {
56315
+ /**
56316
+ * The series identifier
56317
+ */
56318
+ readonly seriesId: string;
56319
+ /**
56320
+ * Page number
56321
+ */
56322
+ readonly page?: number;
56323
+ /**
56324
+ * Number of items per page
56325
+ */
56326
+ readonly pageSize?: number;
56327
+ /**
56328
+ * Field to order by
56329
+ */
56330
+ readonly orderBy?: string;
56331
+ /**
56332
+ * Search query
56333
+ */
56334
+ readonly search?: string;
56335
+ }
56336
+ /**
56337
+ * Request parameters for updateSeriesQuestion operation in SeriesQuestionsApi.
56338
+ */
56339
+ export interface SeriesQuestionsApiUpdateSeriesQuestionRequest {
56340
+ /**
56341
+ * The series identifier
56342
+ */
56343
+ readonly seriesId: string;
56344
+ /**
56345
+ * The question identifier
56346
+ */
56347
+ readonly questionId: string;
56348
+ /**
56349
+ * Filter by question
56350
+ */
56351
+ readonly question: SeriesQuestionUpdateInputs;
56352
+ }
56353
+ /**
56354
+ * SeriesQuestionsApi - object-oriented interface
56355
+ */
56356
+ export declare class SeriesQuestionsApi extends BaseAPI {
56357
+ /**
56358
+ * Create Series Question endpoint
56359
+ * @summary Create Series Question
56360
+ * @param {SeriesQuestionsApiCreateSeriesQuestionRequest} requestParameters Request parameters.
56361
+ * @param {*} [options] Override http request option.
56362
+ * @throws {RequiredError}
56363
+ */
56364
+ createSeriesQuestion(requestParameters: SeriesQuestionsApiCreateSeriesQuestionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
56365
+ /**
56366
+ * Delete Series Question endpoint
56367
+ * @summary Delete Series Question
56368
+ * @param {SeriesQuestionsApiDeleteSeriesQuestionRequest} requestParameters Request parameters.
56369
+ * @param {*} [options] Override http request option.
56370
+ * @throws {RequiredError}
56371
+ */
56372
+ deleteSeriesQuestion(requestParameters: SeriesQuestionsApiDeleteSeriesQuestionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountInvitations200Response, any, {}>>;
56373
+ /**
56374
+ * Get Series Question endpoint
56375
+ * @summary Get Series Question
56376
+ * @param {SeriesQuestionsApiGetSeriesQuestionRequest} requestParameters Request parameters.
56377
+ * @param {*} [options] Override http request option.
56378
+ * @throws {RequiredError}
56379
+ */
56380
+ getSeriesQuestion(requestParameters: SeriesQuestionsApiGetSeriesQuestionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
56381
+ /**
56382
+ * Get Series Question Choice endpoint
56383
+ * @summary Get Series Question Choice
56384
+ * @param {SeriesQuestionsApiGetSeriesQuestionChoiceRequest} requestParameters Request parameters.
56385
+ * @param {*} [options] Override http request option.
56386
+ * @throws {RequiredError}
56387
+ */
56388
+ getSeriesQuestionChoice(requestParameters: SeriesQuestionsApiGetSeriesQuestionChoiceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
56389
+ /**
56390
+ * Get Series Question Choices endpoint
56391
+ * @summary Get Series Question Choices
56392
+ * @param {SeriesQuestionsApiGetSeriesQuestionChoicesRequest} requestParameters Request parameters.
56393
+ * @param {*} [options] Override http request option.
56394
+ * @throws {RequiredError}
56395
+ */
56396
+ getSeriesQuestionChoices(requestParameters: SeriesQuestionsApiGetSeriesQuestionChoicesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
56397
+ /**
56398
+ * Get Series Questions endpoint
56399
+ * @summary Get Series Questions
56400
+ * @param {SeriesQuestionsApiGetSeriesQuestionsRequest} requestParameters Request parameters.
56401
+ * @param {*} [options] Override http request option.
56402
+ * @throws {RequiredError}
56403
+ */
56404
+ getSeriesQuestions(requestParameters: SeriesQuestionsApiGetSeriesQuestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
56405
+ /**
56406
+ * Update Series Question endpoint
56407
+ * @summary Update Series Question
56408
+ * @param {SeriesQuestionsApiUpdateSeriesQuestionRequest} requestParameters Request parameters.
56409
+ * @param {*} [options] Override http request option.
56410
+ * @throws {RequiredError}
56411
+ */
56412
+ updateSeriesQuestion(requestParameters: SeriesQuestionsApiUpdateSeriesQuestionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
56413
+ }
56414
+ /**
56415
+ * SeriesQuestionsChoicesApi - axios parameter creator
56416
+ */
56417
+ export declare const SeriesQuestionsChoicesApiAxiosParamCreator: (configuration?: Configuration) => {
56418
+ /**
56419
+ * Create Series Question Choice endpoint
56420
+ * @summary Create Series Question Choice
56421
+ * @param {string} seriesId The series identifier
56422
+ * @param {string} questionId The question identifier
56423
+ * @param {SeriesQuestionChoiceCreateInputs} seriesQuestionChoiceCreateInputs
56424
+ * @param {*} [options] Override http request option.
56425
+ * @throws {RequiredError}
56426
+ */
56427
+ createSeriesQuestionChoice: (seriesId: string, questionId: string, seriesQuestionChoiceCreateInputs: SeriesQuestionChoiceCreateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56428
+ /**
56429
+ * Delete Series Question Choice endpoint
56430
+ * @summary Delete Series Question Choice
56431
+ * @param {string} seriesId The series identifier
56432
+ * @param {string} questionId The question identifier
56433
+ * @param {string} choiceId The choice identifier
56434
+ * @param {*} [options] Override http request option.
56435
+ * @throws {RequiredError}
56436
+ */
56437
+ deleteSeriesQuestionChoice: (seriesId: string, questionId: string, choiceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56438
+ /**
56439
+ * Reorder Series Question Choices endpoint
56440
+ * @summary Reorder Series Question Choices
56441
+ * @param {string} seriesId The series identifier
56442
+ * @param {string} questionId The question identifier
56443
+ * @param {Array<string>} choicesIds Filter by choicesIds
56444
+ * @param {*} [options] Override http request option.
56445
+ * @throws {RequiredError}
56446
+ */
56447
+ reorderSeriesQuestionChoices: (seriesId: string, questionId: string, choicesIds: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56448
+ /**
56449
+ * Update Series Question Choice endpoint
56450
+ * @summary Update Series Question Choice
56451
+ * @param {string} seriesId The series identifier
56452
+ * @param {string} questionId The question identifier
56453
+ * @param {string} choiceId The choice identifier
56454
+ * @param {SeriesQuestionChoiceUpdateInputs} choice Filter by choice
56455
+ * @param {*} [options] Override http request option.
56456
+ * @throws {RequiredError}
56457
+ */
56458
+ updateSeriesQuestionChoice: (seriesId: string, questionId: string, choiceId: string, choice: SeriesQuestionChoiceUpdateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56459
+ };
56460
+ /**
56461
+ * SeriesQuestionsChoicesApi - functional programming interface
56462
+ */
56463
+ export declare const SeriesQuestionsChoicesApiFp: (configuration?: Configuration) => {
56464
+ /**
56465
+ * Create Series Question Choice endpoint
56466
+ * @summary Create Series Question Choice
56467
+ * @param {string} seriesId The series identifier
56468
+ * @param {string} questionId The question identifier
56469
+ * @param {SeriesQuestionChoiceCreateInputs} seriesQuestionChoiceCreateInputs
56470
+ * @param {*} [options] Override http request option.
56471
+ * @throws {RequiredError}
56472
+ */
56473
+ createSeriesQuestionChoice(seriesId: string, questionId: string, seriesQuestionChoiceCreateInputs: SeriesQuestionChoiceCreateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
56474
+ /**
56475
+ * Delete Series Question Choice endpoint
56476
+ * @summary Delete Series Question Choice
56477
+ * @param {string} seriesId The series identifier
56478
+ * @param {string} questionId The question identifier
56479
+ * @param {string} choiceId The choice identifier
56480
+ * @param {*} [options] Override http request option.
56481
+ * @throws {RequiredError}
56482
+ */
56483
+ deleteSeriesQuestionChoice(seriesId: string, questionId: string, choiceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountInvitations200Response>>;
56484
+ /**
56485
+ * Reorder Series Question Choices endpoint
56486
+ * @summary Reorder Series Question Choices
56487
+ * @param {string} seriesId The series identifier
56488
+ * @param {string} questionId The question identifier
56489
+ * @param {Array<string>} choicesIds Filter by choicesIds
56490
+ * @param {*} [options] Override http request option.
56491
+ * @throws {RequiredError}
56492
+ */
56493
+ reorderSeriesQuestionChoices(seriesId: string, questionId: string, choicesIds: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
56494
+ /**
56495
+ * Update Series Question Choice endpoint
56496
+ * @summary Update Series Question Choice
56497
+ * @param {string} seriesId The series identifier
56498
+ * @param {string} questionId The question identifier
56499
+ * @param {string} choiceId The choice identifier
56500
+ * @param {SeriesQuestionChoiceUpdateInputs} choice Filter by choice
56501
+ * @param {*} [options] Override http request option.
56502
+ * @throws {RequiredError}
56503
+ */
56504
+ updateSeriesQuestionChoice(seriesId: string, questionId: string, choiceId: string, choice: SeriesQuestionChoiceUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
56505
+ };
56506
+ /**
56507
+ * SeriesQuestionsChoicesApi - factory interface
56508
+ */
56509
+ export declare const SeriesQuestionsChoicesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
56510
+ /**
56511
+ * Create Series Question Choice endpoint
56512
+ * @summary Create Series Question Choice
56513
+ * @param {SeriesQuestionsChoicesApiCreateSeriesQuestionChoiceRequest} requestParameters Request parameters.
56514
+ * @param {*} [options] Override http request option.
56515
+ * @throws {RequiredError}
56516
+ */
56517
+ createSeriesQuestionChoice(requestParameters: SeriesQuestionsChoicesApiCreateSeriesQuestionChoiceRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
56518
+ /**
56519
+ * Delete Series Question Choice endpoint
56520
+ * @summary Delete Series Question Choice
56521
+ * @param {SeriesQuestionsChoicesApiDeleteSeriesQuestionChoiceRequest} requestParameters Request parameters.
56522
+ * @param {*} [options] Override http request option.
56523
+ * @throws {RequiredError}
56524
+ */
56525
+ deleteSeriesQuestionChoice(requestParameters: SeriesQuestionsChoicesApiDeleteSeriesQuestionChoiceRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountInvitations200Response>;
56526
+ /**
56527
+ * Reorder Series Question Choices endpoint
56528
+ * @summary Reorder Series Question Choices
56529
+ * @param {SeriesQuestionsChoicesApiReorderSeriesQuestionChoicesRequest} requestParameters Request parameters.
56530
+ * @param {*} [options] Override http request option.
56531
+ * @throws {RequiredError}
56532
+ */
56533
+ reorderSeriesQuestionChoices(requestParameters: SeriesQuestionsChoicesApiReorderSeriesQuestionChoicesRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
56534
+ /**
56535
+ * Update Series Question Choice endpoint
56536
+ * @summary Update Series Question Choice
56537
+ * @param {SeriesQuestionsChoicesApiUpdateSeriesQuestionChoiceRequest} requestParameters Request parameters.
56538
+ * @param {*} [options] Override http request option.
56539
+ * @throws {RequiredError}
56540
+ */
56541
+ updateSeriesQuestionChoice(requestParameters: SeriesQuestionsChoicesApiUpdateSeriesQuestionChoiceRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
56542
+ };
56543
+ /**
56544
+ * Request parameters for createSeriesQuestionChoice operation in SeriesQuestionsChoicesApi.
56545
+ */
56546
+ export interface SeriesQuestionsChoicesApiCreateSeriesQuestionChoiceRequest {
56547
+ /**
56548
+ * The series identifier
56549
+ */
56550
+ readonly seriesId: string;
56551
+ /**
56552
+ * The question identifier
56553
+ */
56554
+ readonly questionId: string;
56555
+ readonly seriesQuestionChoiceCreateInputs: SeriesQuestionChoiceCreateInputs;
56556
+ }
56557
+ /**
56558
+ * Request parameters for deleteSeriesQuestionChoice operation in SeriesQuestionsChoicesApi.
56559
+ */
56560
+ export interface SeriesQuestionsChoicesApiDeleteSeriesQuestionChoiceRequest {
56561
+ /**
56562
+ * The series identifier
56563
+ */
56564
+ readonly seriesId: string;
56565
+ /**
56566
+ * The question identifier
56567
+ */
56568
+ readonly questionId: string;
56569
+ /**
56570
+ * The choice identifier
56571
+ */
56572
+ readonly choiceId: string;
56573
+ }
56574
+ /**
56575
+ * Request parameters for reorderSeriesQuestionChoices operation in SeriesQuestionsChoicesApi.
56576
+ */
56577
+ export interface SeriesQuestionsChoicesApiReorderSeriesQuestionChoicesRequest {
56578
+ /**
56579
+ * The series identifier
56580
+ */
56581
+ readonly seriesId: string;
56582
+ /**
56583
+ * The question identifier
56584
+ */
56585
+ readonly questionId: string;
56586
+ /**
56587
+ * Filter by choicesIds
56588
+ */
56589
+ readonly choicesIds: Array<string>;
56590
+ }
56591
+ /**
56592
+ * Request parameters for updateSeriesQuestionChoice operation in SeriesQuestionsChoicesApi.
56593
+ */
56594
+ export interface SeriesQuestionsChoicesApiUpdateSeriesQuestionChoiceRequest {
56595
+ /**
56596
+ * The series identifier
56597
+ */
56598
+ readonly seriesId: string;
56599
+ /**
56600
+ * The question identifier
56601
+ */
56602
+ readonly questionId: string;
56603
+ /**
56604
+ * The choice identifier
56605
+ */
56606
+ readonly choiceId: string;
56607
+ /**
56608
+ * Filter by choice
56609
+ */
56610
+ readonly choice: SeriesQuestionChoiceUpdateInputs;
56611
+ }
56612
+ /**
56613
+ * SeriesQuestionsChoicesApi - object-oriented interface
56614
+ */
56615
+ export declare class SeriesQuestionsChoicesApi extends BaseAPI {
56616
+ /**
56617
+ * Create Series Question Choice endpoint
56618
+ * @summary Create Series Question Choice
56619
+ * @param {SeriesQuestionsChoicesApiCreateSeriesQuestionChoiceRequest} requestParameters Request parameters.
56620
+ * @param {*} [options] Override http request option.
56621
+ * @throws {RequiredError}
56622
+ */
56623
+ createSeriesQuestionChoice(requestParameters: SeriesQuestionsChoicesApiCreateSeriesQuestionChoiceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
56624
+ /**
56625
+ * Delete Series Question Choice endpoint
56626
+ * @summary Delete Series Question Choice
56627
+ * @param {SeriesQuestionsChoicesApiDeleteSeriesQuestionChoiceRequest} requestParameters Request parameters.
56628
+ * @param {*} [options] Override http request option.
56629
+ * @throws {RequiredError}
56630
+ */
56631
+ deleteSeriesQuestionChoice(requestParameters: SeriesQuestionsChoicesApiDeleteSeriesQuestionChoiceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountInvitations200Response, any, {}>>;
56632
+ /**
56633
+ * Reorder Series Question Choices endpoint
56634
+ * @summary Reorder Series Question Choices
56635
+ * @param {SeriesQuestionsChoicesApiReorderSeriesQuestionChoicesRequest} requestParameters Request parameters.
56636
+ * @param {*} [options] Override http request option.
56637
+ * @throws {RequiredError}
56638
+ */
56639
+ reorderSeriesQuestionChoices(requestParameters: SeriesQuestionsChoicesApiReorderSeriesQuestionChoicesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
56640
+ /**
56641
+ * Update Series Question Choice endpoint
56642
+ * @summary Update Series Question Choice
56643
+ * @param {SeriesQuestionsChoicesApiUpdateSeriesQuestionChoiceRequest} requestParameters Request parameters.
56644
+ * @param {*} [options] Override http request option.
56645
+ * @throws {RequiredError}
56646
+ */
56647
+ updateSeriesQuestionChoice(requestParameters: SeriesQuestionsChoicesApiUpdateSeriesQuestionChoiceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
56648
+ }
54957
56649
  /**
54958
56650
  * SeriesRegistrationsApi - axios parameter creator
54959
56651
  */
@@ -54990,10 +56682,36 @@ export declare const SeriesRegistrationsApiAxiosParamCreator: (configuration?: C
54990
56682
  * @summary Get Series Registration Passes
54991
56683
  * @param {string} seriesId The series identifier
54992
56684
  * @param {string} registrationId The registration identifier
56685
+ * @param {number} [page] Page number
56686
+ * @param {number} [pageSize] Number of items per page
56687
+ * @param {string} [orderBy] Field to order by
56688
+ * @param {string} [search] Search query
54993
56689
  * @param {*} [options] Override http request option.
54994
56690
  * @throws {RequiredError}
54995
56691
  */
54996
- getSeriesRegistrationPasses: (seriesId: string, registrationId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56692
+ getSeriesRegistrationPasses: (seriesId: string, registrationId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56693
+ /**
56694
+ * Get Series Registration Payments endpoint
56695
+ * @summary Get Series Registration Payments
56696
+ * @param {string} seriesId The series identifier
56697
+ * @param {string} registrationId The registration identifier
56698
+ * @param {number} [page] Page number
56699
+ * @param {number} [pageSize] Number of items per page
56700
+ * @param {string} [orderBy] Field to order by
56701
+ * @param {string} [search] Search query
56702
+ * @param {*} [options] Override http request option.
56703
+ * @throws {RequiredError}
56704
+ */
56705
+ getSeriesRegistrationPayments: (seriesId: string, registrationId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56706
+ /**
56707
+ * Get Series Registration Responses endpoint
56708
+ * @summary Get Series Registration Responses
56709
+ * @param {string} seriesId The series identifier
56710
+ * @param {string} registrationId The registration identifier
56711
+ * @param {*} [options] Override http request option.
56712
+ * @throws {RequiredError}
56713
+ */
56714
+ getSeriesRegistrationResponses: (seriesId: string, registrationId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
54997
56715
  /**
54998
56716
  * Get Series Registrations endpoint
54999
56717
  * @summary Get Series Registrations
@@ -55017,6 +56735,16 @@ export declare const SeriesRegistrationsApiAxiosParamCreator: (configuration?: C
55017
56735
  * @throws {RequiredError}
55018
56736
  */
55019
56737
  updateSeriesRegistration: (seriesId: string, registrationId: string, seriesRegistrationUpdateInputs: SeriesRegistrationUpdateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56738
+ /**
56739
+ * Update Series Registration Responses endpoint
56740
+ * @summary Update Series Registration Responses
56741
+ * @param {string} seriesId The series identifier
56742
+ * @param {string} registrationId The registration identifier
56743
+ * @param {SeriesRegistrationResponsesUpdateInputs} seriesRegistrationResponsesUpdateInputs
56744
+ * @param {*} [options] Override http request option.
56745
+ * @throws {RequiredError}
56746
+ */
56747
+ updateSeriesRegistrationResponses: (seriesId: string, registrationId: string, seriesRegistrationResponsesUpdateInputs: SeriesRegistrationResponsesUpdateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
55020
56748
  };
55021
56749
  /**
55022
56750
  * SeriesRegistrationsApi - functional programming interface
@@ -55054,10 +56782,36 @@ export declare const SeriesRegistrationsApiFp: (configuration?: Configuration) =
55054
56782
  * @summary Get Series Registration Passes
55055
56783
  * @param {string} seriesId The series identifier
55056
56784
  * @param {string} registrationId The registration identifier
56785
+ * @param {number} [page] Page number
56786
+ * @param {number} [pageSize] Number of items per page
56787
+ * @param {string} [orderBy] Field to order by
56788
+ * @param {string} [search] Search query
56789
+ * @param {*} [options] Override http request option.
56790
+ * @throws {RequiredError}
56791
+ */
56792
+ getSeriesRegistrationPasses(seriesId: string, registrationId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountInvitations200Response>>;
56793
+ /**
56794
+ * Get Series Registration Payments endpoint
56795
+ * @summary Get Series Registration Payments
56796
+ * @param {string} seriesId The series identifier
56797
+ * @param {string} registrationId The registration identifier
56798
+ * @param {number} [page] Page number
56799
+ * @param {number} [pageSize] Number of items per page
56800
+ * @param {string} [orderBy] Field to order by
56801
+ * @param {string} [search] Search query
55057
56802
  * @param {*} [options] Override http request option.
55058
56803
  * @throws {RequiredError}
55059
56804
  */
55060
- getSeriesRegistrationPasses(seriesId: string, registrationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
56805
+ getSeriesRegistrationPayments(seriesId: string, registrationId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountInvitations200Response>>;
56806
+ /**
56807
+ * Get Series Registration Responses endpoint
56808
+ * @summary Get Series Registration Responses
56809
+ * @param {string} seriesId The series identifier
56810
+ * @param {string} registrationId The registration identifier
56811
+ * @param {*} [options] Override http request option.
56812
+ * @throws {RequiredError}
56813
+ */
56814
+ getSeriesRegistrationResponses(seriesId: string, registrationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
55061
56815
  /**
55062
56816
  * Get Series Registrations endpoint
55063
56817
  * @summary Get Series Registrations
@@ -55081,6 +56835,16 @@ export declare const SeriesRegistrationsApiFp: (configuration?: Configuration) =
55081
56835
  * @throws {RequiredError}
55082
56836
  */
55083
56837
  updateSeriesRegistration(seriesId: string, registrationId: string, seriesRegistrationUpdateInputs: SeriesRegistrationUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
56838
+ /**
56839
+ * Update Series Registration Responses endpoint
56840
+ * @summary Update Series Registration Responses
56841
+ * @param {string} seriesId The series identifier
56842
+ * @param {string} registrationId The registration identifier
56843
+ * @param {SeriesRegistrationResponsesUpdateInputs} seriesRegistrationResponsesUpdateInputs
56844
+ * @param {*} [options] Override http request option.
56845
+ * @throws {RequiredError}
56846
+ */
56847
+ updateSeriesRegistrationResponses(seriesId: string, registrationId: string, seriesRegistrationResponsesUpdateInputs: SeriesRegistrationResponsesUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
55084
56848
  };
55085
56849
  /**
55086
56850
  * SeriesRegistrationsApi - factory interface
@@ -55117,7 +56881,23 @@ export declare const SeriesRegistrationsApiFactory: (configuration?: Configurati
55117
56881
  * @param {*} [options] Override http request option.
55118
56882
  * @throws {RequiredError}
55119
56883
  */
55120
- getSeriesRegistrationPasses(requestParameters: SeriesRegistrationsApiGetSeriesRegistrationPassesRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
56884
+ getSeriesRegistrationPasses(requestParameters: SeriesRegistrationsApiGetSeriesRegistrationPassesRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountInvitations200Response>;
56885
+ /**
56886
+ * Get Series Registration Payments endpoint
56887
+ * @summary Get Series Registration Payments
56888
+ * @param {SeriesRegistrationsApiGetSeriesRegistrationPaymentsRequest} requestParameters Request parameters.
56889
+ * @param {*} [options] Override http request option.
56890
+ * @throws {RequiredError}
56891
+ */
56892
+ getSeriesRegistrationPayments(requestParameters: SeriesRegistrationsApiGetSeriesRegistrationPaymentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountInvitations200Response>;
56893
+ /**
56894
+ * Get Series Registration Responses endpoint
56895
+ * @summary Get Series Registration Responses
56896
+ * @param {SeriesRegistrationsApiGetSeriesRegistrationResponsesRequest} requestParameters Request parameters.
56897
+ * @param {*} [options] Override http request option.
56898
+ * @throws {RequiredError}
56899
+ */
56900
+ getSeriesRegistrationResponses(requestParameters: SeriesRegistrationsApiGetSeriesRegistrationResponsesRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
55121
56901
  /**
55122
56902
  * Get Series Registrations endpoint
55123
56903
  * @summary Get Series Registrations
@@ -55134,6 +56914,14 @@ export declare const SeriesRegistrationsApiFactory: (configuration?: Configurati
55134
56914
  * @throws {RequiredError}
55135
56915
  */
55136
56916
  updateSeriesRegistration(requestParameters: SeriesRegistrationsApiUpdateSeriesRegistrationRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
56917
+ /**
56918
+ * Update Series Registration Responses endpoint
56919
+ * @summary Update Series Registration Responses
56920
+ * @param {SeriesRegistrationsApiUpdateSeriesRegistrationResponsesRequest} requestParameters Request parameters.
56921
+ * @param {*} [options] Override http request option.
56922
+ * @throws {RequiredError}
56923
+ */
56924
+ updateSeriesRegistrationResponses(requestParameters: SeriesRegistrationsApiUpdateSeriesRegistrationResponsesRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
55137
56925
  };
55138
56926
  /**
55139
56927
  * Request parameters for createSeriesRegistration operation in SeriesRegistrationsApi.
@@ -55183,6 +56971,64 @@ export interface SeriesRegistrationsApiGetSeriesRegistrationPassesRequest {
55183
56971
  * The registration identifier
55184
56972
  */
55185
56973
  readonly registrationId: string;
56974
+ /**
56975
+ * Page number
56976
+ */
56977
+ readonly page?: number;
56978
+ /**
56979
+ * Number of items per page
56980
+ */
56981
+ readonly pageSize?: number;
56982
+ /**
56983
+ * Field to order by
56984
+ */
56985
+ readonly orderBy?: string;
56986
+ /**
56987
+ * Search query
56988
+ */
56989
+ readonly search?: string;
56990
+ }
56991
+ /**
56992
+ * Request parameters for getSeriesRegistrationPayments operation in SeriesRegistrationsApi.
56993
+ */
56994
+ export interface SeriesRegistrationsApiGetSeriesRegistrationPaymentsRequest {
56995
+ /**
56996
+ * The series identifier
56997
+ */
56998
+ readonly seriesId: string;
56999
+ /**
57000
+ * The registration identifier
57001
+ */
57002
+ readonly registrationId: string;
57003
+ /**
57004
+ * Page number
57005
+ */
57006
+ readonly page?: number;
57007
+ /**
57008
+ * Number of items per page
57009
+ */
57010
+ readonly pageSize?: number;
57011
+ /**
57012
+ * Field to order by
57013
+ */
57014
+ readonly orderBy?: string;
57015
+ /**
57016
+ * Search query
57017
+ */
57018
+ readonly search?: string;
57019
+ }
57020
+ /**
57021
+ * Request parameters for getSeriesRegistrationResponses operation in SeriesRegistrationsApi.
57022
+ */
57023
+ export interface SeriesRegistrationsApiGetSeriesRegistrationResponsesRequest {
57024
+ /**
57025
+ * The series identifier
57026
+ */
57027
+ readonly seriesId: string;
57028
+ /**
57029
+ * The registration identifier
57030
+ */
57031
+ readonly registrationId: string;
55186
57032
  }
55187
57033
  /**
55188
57034
  * Request parameters for getSeriesRegistrations operation in SeriesRegistrationsApi.
@@ -55227,6 +57073,20 @@ export interface SeriesRegistrationsApiUpdateSeriesRegistrationRequest {
55227
57073
  readonly registrationId: string;
55228
57074
  readonly seriesRegistrationUpdateInputs: SeriesRegistrationUpdateInputs;
55229
57075
  }
57076
+ /**
57077
+ * Request parameters for updateSeriesRegistrationResponses operation in SeriesRegistrationsApi.
57078
+ */
57079
+ export interface SeriesRegistrationsApiUpdateSeriesRegistrationResponsesRequest {
57080
+ /**
57081
+ * The series identifier
57082
+ */
57083
+ readonly seriesId: string;
57084
+ /**
57085
+ * The registration identifier
57086
+ */
57087
+ readonly registrationId: string;
57088
+ readonly seriesRegistrationResponsesUpdateInputs: SeriesRegistrationResponsesUpdateInputs;
57089
+ }
55230
57090
  /**
55231
57091
  * SeriesRegistrationsApi - object-oriented interface
55232
57092
  */
@@ -55262,7 +57122,23 @@ export declare class SeriesRegistrationsApi extends BaseAPI {
55262
57122
  * @param {*} [options] Override http request option.
55263
57123
  * @throws {RequiredError}
55264
57124
  */
55265
- getSeriesRegistrationPasses(requestParameters: SeriesRegistrationsApiGetSeriesRegistrationPassesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
57125
+ getSeriesRegistrationPasses(requestParameters: SeriesRegistrationsApiGetSeriesRegistrationPassesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
57126
+ /**
57127
+ * Get Series Registration Payments endpoint
57128
+ * @summary Get Series Registration Payments
57129
+ * @param {SeriesRegistrationsApiGetSeriesRegistrationPaymentsRequest} requestParameters Request parameters.
57130
+ * @param {*} [options] Override http request option.
57131
+ * @throws {RequiredError}
57132
+ */
57133
+ getSeriesRegistrationPayments(requestParameters: SeriesRegistrationsApiGetSeriesRegistrationPaymentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
57134
+ /**
57135
+ * Get Series Registration Responses endpoint
57136
+ * @summary Get Series Registration Responses
57137
+ * @param {SeriesRegistrationsApiGetSeriesRegistrationResponsesRequest} requestParameters Request parameters.
57138
+ * @param {*} [options] Override http request option.
57139
+ * @throws {RequiredError}
57140
+ */
57141
+ getSeriesRegistrationResponses(requestParameters: SeriesRegistrationsApiGetSeriesRegistrationResponsesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
55266
57142
  /**
55267
57143
  * Get Series Registrations endpoint
55268
57144
  * @summary Get Series Registrations
@@ -55279,6 +57155,14 @@ export declare class SeriesRegistrationsApi extends BaseAPI {
55279
57155
  * @throws {RequiredError}
55280
57156
  */
55281
57157
  updateSeriesRegistration(requestParameters: SeriesRegistrationsApiUpdateSeriesRegistrationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
57158
+ /**
57159
+ * Update Series Registration Responses endpoint
57160
+ * @summary Update Series Registration Responses
57161
+ * @param {SeriesRegistrationsApiUpdateSeriesRegistrationResponsesRequest} requestParameters Request parameters.
57162
+ * @param {*} [options] Override http request option.
57163
+ * @throws {RequiredError}
57164
+ */
57165
+ updateSeriesRegistrationResponses(requestParameters: SeriesRegistrationsApiUpdateSeriesRegistrationResponsesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
55282
57166
  }
55283
57167
  /**
55284
57168
  * SponsorsApi - axios parameter creator
@@ -58600,6 +60484,18 @@ export declare const SurveysApiAxiosParamCreator: (configuration?: Configuration
58600
60484
  * @throws {RequiredError}
58601
60485
  */
58602
60486
  getSurvey: (surveyId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
60487
+ /**
60488
+ * Get Survey Sessions endpoint
60489
+ * @summary Get Survey Sessions
60490
+ * @param {string} surveyId The survey identifier
60491
+ * @param {number} [page] Page number
60492
+ * @param {number} [pageSize] Number of items per page
60493
+ * @param {string} [orderBy] Field to order by
60494
+ * @param {string} [search] Search query
60495
+ * @param {*} [options] Override http request option.
60496
+ * @throws {RequiredError}
60497
+ */
60498
+ getSurveySessions: (surveyId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
58603
60499
  /**
58604
60500
  * Get Surveys endpoint
58605
60501
  * @summary Get Surveys
@@ -58651,6 +60547,18 @@ export declare const SurveysApiFp: (configuration?: Configuration) => {
58651
60547
  * @throws {RequiredError}
58652
60548
  */
58653
60549
  getSurvey(surveyId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateSurvey200Response>>;
60550
+ /**
60551
+ * Get Survey Sessions endpoint
60552
+ * @summary Get Survey Sessions
60553
+ * @param {string} surveyId The survey identifier
60554
+ * @param {number} [page] Page number
60555
+ * @param {number} [pageSize] Number of items per page
60556
+ * @param {string} [orderBy] Field to order by
60557
+ * @param {string} [search] Search query
60558
+ * @param {*} [options] Override http request option.
60559
+ * @throws {RequiredError}
60560
+ */
60561
+ getSurveySessions(surveyId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetEventSessions200Response>>;
58654
60562
  /**
58655
60563
  * Get Surveys endpoint
58656
60564
  * @summary Get Surveys
@@ -58702,6 +60610,14 @@ export declare const SurveysApiFactory: (configuration?: Configuration, basePath
58702
60610
  * @throws {RequiredError}
58703
60611
  */
58704
60612
  getSurvey(requestParameters: SurveysApiGetSurveyRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateSurvey200Response>;
60613
+ /**
60614
+ * Get Survey Sessions endpoint
60615
+ * @summary Get Survey Sessions
60616
+ * @param {SurveysApiGetSurveySessionsRequest} requestParameters Request parameters.
60617
+ * @param {*} [options] Override http request option.
60618
+ * @throws {RequiredError}
60619
+ */
60620
+ getSurveySessions(requestParameters: SurveysApiGetSurveySessionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetEventSessions200Response>;
58705
60621
  /**
58706
60622
  * Get Surveys endpoint
58707
60623
  * @summary Get Surveys
@@ -58743,6 +60659,31 @@ export interface SurveysApiGetSurveyRequest {
58743
60659
  */
58744
60660
  readonly surveyId: string;
58745
60661
  }
60662
+ /**
60663
+ * Request parameters for getSurveySessions operation in SurveysApi.
60664
+ */
60665
+ export interface SurveysApiGetSurveySessionsRequest {
60666
+ /**
60667
+ * The survey identifier
60668
+ */
60669
+ readonly surveyId: string;
60670
+ /**
60671
+ * Page number
60672
+ */
60673
+ readonly page?: number;
60674
+ /**
60675
+ * Number of items per page
60676
+ */
60677
+ readonly pageSize?: number;
60678
+ /**
60679
+ * Field to order by
60680
+ */
60681
+ readonly orderBy?: string;
60682
+ /**
60683
+ * Search query
60684
+ */
60685
+ readonly search?: string;
60686
+ }
58746
60687
  /**
58747
60688
  * Request parameters for getSurveys operation in SurveysApi.
58748
60689
  */
@@ -58810,6 +60751,14 @@ export declare class SurveysApi extends BaseAPI {
58810
60751
  * @throws {RequiredError}
58811
60752
  */
58812
60753
  getSurvey(requestParameters: SurveysApiGetSurveyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSurvey200Response, any, {}>>;
60754
+ /**
60755
+ * Get Survey Sessions endpoint
60756
+ * @summary Get Survey Sessions
60757
+ * @param {SurveysApiGetSurveySessionsRequest} requestParameters Request parameters.
60758
+ * @param {*} [options] Override http request option.
60759
+ * @throws {RequiredError}
60760
+ */
60761
+ getSurveySessions(requestParameters: SurveysApiGetSurveySessionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetEventSessions200Response, any, {}>>;
58813
60762
  /**
58814
60763
  * Get Surveys endpoint
58815
60764
  * @summary Get Surveys
@@ -60500,6 +62449,120 @@ export declare class SurveysSectionsApi extends BaseAPI {
60500
62449
  */
60501
62450
  updateSurveySectionQuestion(requestParameters: SurveysSectionsApiUpdateSurveySectionQuestionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
60502
62451
  }
62452
+ /**
62453
+ * SurveysSessionsApi - axios parameter creator
62454
+ */
62455
+ export declare const SurveysSessionsApiAxiosParamCreator: (configuration?: Configuration) => {
62456
+ /**
62457
+ * Add Survey Session endpoint
62458
+ * @summary Add Survey Session
62459
+ * @param {string} surveyId The survey identifier
62460
+ * @param {string} sessionId The session identifier
62461
+ * @param {*} [options] Override http request option.
62462
+ * @throws {RequiredError}
62463
+ */
62464
+ addSurveySession: (surveyId: string, sessionId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
62465
+ /**
62466
+ * Remove Survey Session endpoint
62467
+ * @summary Remove Survey Session
62468
+ * @param {string} surveyId The survey identifier
62469
+ * @param {string} sessionId The session identifier
62470
+ * @param {*} [options] Override http request option.
62471
+ * @throws {RequiredError}
62472
+ */
62473
+ removeSurveySession: (surveyId: string, sessionId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
62474
+ };
62475
+ /**
62476
+ * SurveysSessionsApi - functional programming interface
62477
+ */
62478
+ export declare const SurveysSessionsApiFp: (configuration?: Configuration) => {
62479
+ /**
62480
+ * Add Survey Session endpoint
62481
+ * @summary Add Survey Session
62482
+ * @param {string} surveyId The survey identifier
62483
+ * @param {string} sessionId The session identifier
62484
+ * @param {*} [options] Override http request option.
62485
+ * @throws {RequiredError}
62486
+ */
62487
+ addSurveySession(surveyId: string, sessionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateSurvey200Response>>;
62488
+ /**
62489
+ * Remove Survey Session endpoint
62490
+ * @summary Remove Survey Session
62491
+ * @param {string} surveyId The survey identifier
62492
+ * @param {string} sessionId The session identifier
62493
+ * @param {*} [options] Override http request option.
62494
+ * @throws {RequiredError}
62495
+ */
62496
+ removeSurveySession(surveyId: string, sessionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateSurvey200Response>>;
62497
+ };
62498
+ /**
62499
+ * SurveysSessionsApi - factory interface
62500
+ */
62501
+ export declare const SurveysSessionsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
62502
+ /**
62503
+ * Add Survey Session endpoint
62504
+ * @summary Add Survey Session
62505
+ * @param {SurveysSessionsApiAddSurveySessionRequest} requestParameters Request parameters.
62506
+ * @param {*} [options] Override http request option.
62507
+ * @throws {RequiredError}
62508
+ */
62509
+ addSurveySession(requestParameters: SurveysSessionsApiAddSurveySessionRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateSurvey200Response>;
62510
+ /**
62511
+ * Remove Survey Session endpoint
62512
+ * @summary Remove Survey Session
62513
+ * @param {SurveysSessionsApiRemoveSurveySessionRequest} requestParameters Request parameters.
62514
+ * @param {*} [options] Override http request option.
62515
+ * @throws {RequiredError}
62516
+ */
62517
+ removeSurveySession(requestParameters: SurveysSessionsApiRemoveSurveySessionRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateSurvey200Response>;
62518
+ };
62519
+ /**
62520
+ * Request parameters for addSurveySession operation in SurveysSessionsApi.
62521
+ */
62522
+ export interface SurveysSessionsApiAddSurveySessionRequest {
62523
+ /**
62524
+ * The survey identifier
62525
+ */
62526
+ readonly surveyId: string;
62527
+ /**
62528
+ * The session identifier
62529
+ */
62530
+ readonly sessionId: string;
62531
+ }
62532
+ /**
62533
+ * Request parameters for removeSurveySession operation in SurveysSessionsApi.
62534
+ */
62535
+ export interface SurveysSessionsApiRemoveSurveySessionRequest {
62536
+ /**
62537
+ * The survey identifier
62538
+ */
62539
+ readonly surveyId: string;
62540
+ /**
62541
+ * The session identifier
62542
+ */
62543
+ readonly sessionId: string;
62544
+ }
62545
+ /**
62546
+ * SurveysSessionsApi - object-oriented interface
62547
+ */
62548
+ export declare class SurveysSessionsApi extends BaseAPI {
62549
+ /**
62550
+ * Add Survey Session endpoint
62551
+ * @summary Add Survey Session
62552
+ * @param {SurveysSessionsApiAddSurveySessionRequest} requestParameters Request parameters.
62553
+ * @param {*} [options] Override http request option.
62554
+ * @throws {RequiredError}
62555
+ */
62556
+ addSurveySession(requestParameters: SurveysSessionsApiAddSurveySessionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSurvey200Response, any, {}>>;
62557
+ /**
62558
+ * Remove Survey Session endpoint
62559
+ * @summary Remove Survey Session
62560
+ * @param {SurveysSessionsApiRemoveSurveySessionRequest} requestParameters Request parameters.
62561
+ * @param {*} [options] Override http request option.
62562
+ * @throws {RequiredError}
62563
+ */
62564
+ removeSurveySession(requestParameters: SurveysSessionsApiRemoveSurveySessionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSurvey200Response, any, {}>>;
62565
+ }
60503
62566
  /**
60504
62567
  * SurveysSubmissionsApi - axios parameter creator
60505
62568
  */