@connectedxm/admin-sdk 6.8.6 → 6.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +46 -8
- package/AdminApi.ts +24 -1
- package/README.md +79 -12
- package/api.ts +5210 -700
- package/dist/AdminApi.d.ts +10 -1
- package/dist/AdminApi.js +9 -1
- package/dist/api.d.ts +2895 -456
- package/dist/api.js +4276 -1073
- package/dist/esm/AdminApi.d.ts +10 -1
- package/dist/esm/AdminApi.js +10 -2
- package/dist/esm/api.d.ts +2895 -456
- package/dist/esm/api.js +4225 -1051
- package/docs/AccountAttribute.md +3 -1
- package/docs/AccountAttributeCreateInputs.md +7 -1
- package/docs/AccountAttributeType.md +20 -0
- package/docs/AccountAttributeUpdateInputs.md +6 -0
- package/docs/AccountCreateInputs.md +2 -0
- package/docs/AccountUpdateInputs.md +2 -0
- package/docs/BaseAccountAttribute.md +3 -1
- package/docs/BaseEventActivation.md +2 -0
- package/docs/{EventTrackAllOfCount.md → BaseEventActivationCount.md} +3 -3
- package/docs/{BaseRegistrationQuestionChoiceQuestion.md → BaseEventAttribute.md} +3 -3
- package/docs/BaseEventBlock.md +6 -0
- package/docs/BaseEventOnSite.md +2 -2
- package/docs/BaseEventPass.md +2 -0
- package/docs/BaseEventSession.md +2 -4
- package/docs/BaseEventSessionQuestionChoice.md +1 -1
- package/docs/BasePassAttribute.md +26 -0
- package/docs/BasePassAttributeAttribute.md +22 -0
- package/docs/BasePayment.md +2 -0
- package/docs/BaseRegistrationQuestionChoice.md +1 -1
- package/docs/BaseSeriesQuestion.md +60 -0
- package/docs/BaseSeriesQuestionChoice.md +30 -0
- package/docs/BaseSeriesRegistration.md +34 -0
- package/docs/BaseSeriesRegistrationQuestionResponse.md +26 -0
- package/docs/BaseSideEffect.md +2 -0
- package/docs/BaseSurveyQuestionChoice.md +1 -1
- package/docs/CloneOptions.md +2 -0
- package/docs/Event.md +4 -0
- package/docs/EventActivation.md +6 -0
- package/docs/EventActivationCreateInputs.md +4 -0
- package/docs/EventActivationUpdateInputs.md +4 -0
- package/docs/EventAttribute.md +26 -0
- package/docs/EventAttributeCreateInputs.md +20 -0
- package/docs/EventAttributeUpdateInputs.md +20 -0
- package/docs/EventBlock.md +6 -0
- package/docs/EventBlockCreateInputs.md +6 -0
- package/docs/EventBlockUpdateInputs.md +6 -0
- package/docs/EventCreateInputs.md +4 -0
- package/docs/EventMediaItemTranslation.md +30 -0
- package/docs/EventMediaItemTranslationUpdateInputs.md +22 -0
- package/docs/EventOnSite.md +2 -4
- package/docs/EventPass.md +8 -0
- package/docs/EventPassCreateInputs.md +2 -0
- package/docs/EventPassType.md +4 -0
- package/docs/EventPassUpdateInputs.md +2 -0
- package/docs/EventRoomTypeReservationPassesInner.md +1 -1
- package/docs/EventSession.md +12 -4
- package/docs/EventSessionCloneOptions.md +22 -0
- package/docs/EventSessionCreateInputs.md +8 -4
- package/docs/EventSessionUpdateInputs.md +8 -4
- package/docs/{SessionAccess.md → EventSessionVisibility.md} +6 -2
- package/docs/EventTrack.md +1 -1
- package/docs/EventUpdateInputs.md +4 -0
- package/docs/EventsActivationsApi.md +67 -0
- package/docs/EventsActivationsSessionsApi.md +123 -0
- package/docs/EventsAttributesApi.md +296 -0
- package/docs/EventsOnSiteApi.md +9 -187
- package/docs/EventsPassesAttributesApi.md +191 -0
- package/docs/EventsSessionsApi.md +242 -0
- package/docs/{BadgeFieldTransformation.md → OnSiteScanType.md} +5 -3
- package/docs/PassAttribute.md +30 -0
- package/docs/PassAttributesUpdateInputs.md +20 -0
- package/docs/PassAttributesUpdateInputsValuesInner.md +22 -0
- package/docs/PassTypeCreateInputs.md +4 -0
- package/docs/PassTypeUpdateInputs.md +4 -0
- package/docs/Payment.md +4 -0
- package/docs/PaymentLineItem.md +2 -0
- package/docs/PaymentLineItemType.md +2 -0
- package/docs/Series.md +14 -0
- package/docs/SeriesApi.md +64 -0
- package/docs/SeriesCreateInputs.md +16 -0
- package/docs/SeriesQuestion.md +68 -0
- package/docs/SeriesQuestionChoice.md +38 -0
- package/docs/SeriesQuestionChoiceCreateInputs.md +28 -0
- package/docs/SeriesQuestionChoiceTranslation.md +32 -0
- package/docs/SeriesQuestionChoiceUpdateInputs.md +28 -0
- package/docs/SeriesQuestionCreateInputs.md +56 -0
- package/docs/SeriesQuestionTranslation.md +32 -0
- package/docs/SeriesQuestionTranslationUpdateInputs.md +24 -0
- package/docs/SeriesQuestionType.md +30 -0
- package/docs/SeriesQuestionUpdateInputs.md +56 -0
- package/docs/SeriesQuestionUpdateInputsChoices.md +18 -0
- package/docs/SeriesQuestionsApi.md +421 -0
- package/docs/SeriesQuestionsChoicesApi.md +244 -0
- package/docs/SeriesRegistration.md +40 -0
- package/docs/SeriesRegistrationCreateInputs.md +20 -0
- package/docs/SeriesRegistrationQuestionResponse.md +34 -0
- package/docs/SeriesRegistrationResponsesUpdateInputs.md +20 -0
- package/docs/SeriesRegistrationResponsesUpdateInputsResponsesInner.md +22 -0
- package/docs/SeriesRegistrationUpdateInputs.md +20 -0
- package/docs/SeriesRegistrationsApi.md +547 -0
- package/docs/SeriesTranslation.md +38 -0
- package/docs/SeriesTranslationUpdateInputs.md +28 -0
- package/docs/SeriesUpdateInputs.md +16 -0
- package/docs/SideEffect.md +4 -0
- package/docs/SideEffectActionType.md +2 -0
- package/docs/Survey.md +0 -4
- package/docs/SurveyCreateInputs.md +0 -2
- package/docs/SurveyUpdateInputs.md +0 -2
- package/docs/SurveysApi.md +64 -0
- package/docs/SurveysSessionsApi.md +117 -0
- package/package.json +1 -1
- package/docs/BadgeFieldType.md +0 -20
- package/docs/BaseEventOnSiteBadgeField.md +0 -44
- package/docs/EventBadgeFieldUpdateInputs.md +0 -34
- package/docs/EventOnSiteBadgeField.md +0 -46
package/dist/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':
|
|
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':
|
|
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
|
|
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;
|
|
@@ -215,6 +219,7 @@ export interface AccountCreateInputs {
|
|
|
215
219
|
'attributes'?: {
|
|
216
220
|
[key: string]: any;
|
|
217
221
|
} | null;
|
|
222
|
+
'confirmationEmailCount'?: number;
|
|
218
223
|
}
|
|
219
224
|
export interface AccountInvitation {
|
|
220
225
|
'email': string;
|
|
@@ -249,6 +254,7 @@ export interface AccountUpdateInputs {
|
|
|
249
254
|
'attributes'?: {
|
|
250
255
|
[key: string]: any;
|
|
251
256
|
} | null;
|
|
257
|
+
'confirmationEmailCount'?: number;
|
|
252
258
|
}
|
|
253
259
|
export interface ActivationCompletion {
|
|
254
260
|
'id': string;
|
|
@@ -613,19 +619,6 @@ export interface AuthorizeNetActivationFormParams {
|
|
|
613
619
|
'currencyCode': string;
|
|
614
620
|
'name': string;
|
|
615
621
|
}
|
|
616
|
-
export declare enum BadgeFieldTransformation {
|
|
617
|
-
Uppercase = "uppercase",
|
|
618
|
-
Lowercase = "lowercase"
|
|
619
|
-
}
|
|
620
|
-
export declare enum BadgeFieldType {
|
|
621
|
-
Attribute = "attribute",
|
|
622
|
-
Question = "question",
|
|
623
|
-
Tier = "tier",
|
|
624
|
-
Ticket = "ticket",
|
|
625
|
-
Pass = "pass",
|
|
626
|
-
Session = "session",
|
|
627
|
-
SessionQuestion = "session_question"
|
|
628
|
-
}
|
|
629
622
|
export interface BarChartSummaryData {
|
|
630
623
|
'type': BarChartSummaryDataTypeEnum;
|
|
631
624
|
'data': Array<BarChartSummaryDataDataInner>;
|
|
@@ -699,7 +692,7 @@ export interface BaseAccountAttribute {
|
|
|
699
692
|
'id': string;
|
|
700
693
|
'name': string;
|
|
701
694
|
'label': string;
|
|
702
|
-
'type':
|
|
695
|
+
'type': AccountAttributeType;
|
|
703
696
|
'description': string | null;
|
|
704
697
|
'required': boolean;
|
|
705
698
|
'adminOnly': boolean;
|
|
@@ -707,12 +700,7 @@ export interface BaseAccountAttribute {
|
|
|
707
700
|
'public': boolean;
|
|
708
701
|
'includedInDashboards': boolean;
|
|
709
702
|
'sortOrder': number;
|
|
710
|
-
|
|
711
|
-
export declare enum BaseAccountAttributeTypeEnum {
|
|
712
|
-
Text = "text",
|
|
713
|
-
Number = "number",
|
|
714
|
-
Date = "date",
|
|
715
|
-
Boolean = "boolean"
|
|
703
|
+
'locationOption': LocationQuestionOption;
|
|
716
704
|
}
|
|
717
705
|
export interface BaseAccountAttributeValue {
|
|
718
706
|
'id': string;
|
|
@@ -1085,6 +1073,10 @@ export interface BaseEventActivation {
|
|
|
1085
1073
|
'type': EventActivationType;
|
|
1086
1074
|
'accessLevel': PassTypeAccessLevel;
|
|
1087
1075
|
'survey': BaseSurvey | null;
|
|
1076
|
+
'_count': BaseEventActivationCount;
|
|
1077
|
+
}
|
|
1078
|
+
export interface BaseEventActivationCount {
|
|
1079
|
+
'sessions': number;
|
|
1088
1080
|
}
|
|
1089
1081
|
export interface BaseEventAddOn {
|
|
1090
1082
|
'id': string;
|
|
@@ -1111,10 +1103,17 @@ export interface BaseEventAttendee {
|
|
|
1111
1103
|
'eventId': string;
|
|
1112
1104
|
'event': BaseEvent;
|
|
1113
1105
|
}
|
|
1106
|
+
export interface BaseEventAttribute {
|
|
1107
|
+
'id': string;
|
|
1108
|
+
'name': string;
|
|
1109
|
+
}
|
|
1114
1110
|
export interface BaseEventBlock {
|
|
1115
1111
|
'id': string;
|
|
1116
1112
|
'name': string;
|
|
1113
|
+
'description': string | null;
|
|
1117
1114
|
'limit': number;
|
|
1115
|
+
'grouped': boolean;
|
|
1116
|
+
'collapsed': boolean;
|
|
1118
1117
|
}
|
|
1119
1118
|
export interface BaseEventEmail {
|
|
1120
1119
|
'type': EventEmailType;
|
|
@@ -1139,22 +1138,7 @@ export interface BaseEventMediaItem {
|
|
|
1139
1138
|
export interface BaseEventOnSite {
|
|
1140
1139
|
'eventId': string;
|
|
1141
1140
|
'authenticationCode': number;
|
|
1142
|
-
'
|
|
1143
|
-
'createdAt': string;
|
|
1144
|
-
'updatedAt': string;
|
|
1145
|
-
}
|
|
1146
|
-
export interface BaseEventOnSiteBadgeField {
|
|
1147
|
-
'id': number;
|
|
1148
|
-
'eventId': string;
|
|
1149
|
-
'name': string;
|
|
1150
|
-
'type': BadgeFieldType;
|
|
1151
|
-
'lookup': string | null;
|
|
1152
|
-
'maxLength': number | null;
|
|
1153
|
-
'defaultValue': string | null;
|
|
1154
|
-
'transformation': BadgeFieldTransformation | null;
|
|
1155
|
-
'iconData': string | null;
|
|
1156
|
-
'sessionId': string | null;
|
|
1157
|
-
'sortOrder': number;
|
|
1141
|
+
'badgeTemplate': string | null;
|
|
1158
1142
|
'createdAt': string;
|
|
1159
1143
|
'updatedAt': string;
|
|
1160
1144
|
}
|
|
@@ -1205,6 +1189,7 @@ export interface BaseEventPass {
|
|
|
1205
1189
|
'coupon': BaseCoupon | null;
|
|
1206
1190
|
'packageId': string | null;
|
|
1207
1191
|
'package': BaseAttendeePackage | null;
|
|
1192
|
+
'seriesRegistrationId': string | null;
|
|
1208
1193
|
'createdAt': string;
|
|
1209
1194
|
'updatedAt': string;
|
|
1210
1195
|
}
|
|
@@ -1332,8 +1317,7 @@ export interface BaseEventSession {
|
|
|
1332
1317
|
'allowQuickRegister': boolean;
|
|
1333
1318
|
'tracks': Array<BaseEventTrack>;
|
|
1334
1319
|
'nonSession': boolean;
|
|
1335
|
-
'
|
|
1336
|
-
'access': SessionAccess;
|
|
1320
|
+
'visibility': EventSessionVisibility;
|
|
1337
1321
|
'location': BaseEventSessionLocation | null;
|
|
1338
1322
|
'registrationEnabled': boolean;
|
|
1339
1323
|
'price': number | null;
|
|
@@ -1396,7 +1380,7 @@ export interface BaseEventSessionQuestionChoice {
|
|
|
1396
1380
|
'supply': number | null;
|
|
1397
1381
|
'sortOrder': number;
|
|
1398
1382
|
'subQuestions'?: BaseEventSessionQuestionChoiceSubQuestions;
|
|
1399
|
-
'question':
|
|
1383
|
+
'question': BasePassAttributeAttribute;
|
|
1400
1384
|
'_count': BaseRegistrationQuestionChoiceCount;
|
|
1401
1385
|
}
|
|
1402
1386
|
export interface BaseEventSessionQuestionChoiceSubQuestion {
|
|
@@ -1763,6 +1747,16 @@ export interface BasePassAddOnPass {
|
|
|
1763
1747
|
export interface BasePassAddOnPassAttendee {
|
|
1764
1748
|
'accountId': string;
|
|
1765
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
|
+
}
|
|
1766
1760
|
export interface BasePayment {
|
|
1767
1761
|
'id': number;
|
|
1768
1762
|
'type': PaymentType;
|
|
@@ -1790,6 +1784,7 @@ export interface BasePayment {
|
|
|
1790
1784
|
'membershipId': string | null;
|
|
1791
1785
|
'couponId': string | null;
|
|
1792
1786
|
'invoiceId': string | null;
|
|
1787
|
+
'seriesId': string | null;
|
|
1793
1788
|
'lineItems': Array<BasePaymentLineItem>;
|
|
1794
1789
|
'createdAt': string;
|
|
1795
1790
|
}
|
|
@@ -1903,16 +1898,12 @@ export interface BaseRegistrationQuestionChoice {
|
|
|
1903
1898
|
'supply': number | null;
|
|
1904
1899
|
'sortOrder': number;
|
|
1905
1900
|
'subQuestions'?: BaseRegistrationQuestionChoiceSubQuestions;
|
|
1906
|
-
'question':
|
|
1901
|
+
'question': BasePassAttributeAttribute;
|
|
1907
1902
|
'_count': BaseRegistrationQuestionChoiceCount;
|
|
1908
1903
|
}
|
|
1909
1904
|
export interface BaseRegistrationQuestionChoiceCount {
|
|
1910
1905
|
'subQuestions': number;
|
|
1911
1906
|
}
|
|
1912
|
-
export interface BaseRegistrationQuestionChoiceQuestion {
|
|
1913
|
-
'id': string;
|
|
1914
|
-
'name': string;
|
|
1915
|
-
}
|
|
1916
1907
|
export interface BaseRegistrationQuestionChoiceSubQuestion {
|
|
1917
1908
|
'choiceId': string;
|
|
1918
1909
|
'choice': BaseRegistrationQuestionChoice;
|
|
@@ -2005,6 +1996,53 @@ export interface BaseSeries {
|
|
|
2005
1996
|
'imageId': string | null;
|
|
2006
1997
|
'image': BaseImage | null;
|
|
2007
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
|
+
}
|
|
2030
|
+
export interface BaseSeriesRegistration {
|
|
2031
|
+
'id': string;
|
|
2032
|
+
'organizationId': string;
|
|
2033
|
+
'seriesId': string;
|
|
2034
|
+
'series': BaseSeries;
|
|
2035
|
+
'accountId': string;
|
|
2036
|
+
'account': BaseAccount;
|
|
2037
|
+
'status': PurchaseStatus;
|
|
2038
|
+
'responses'?: Array<BaseSeriesRegistrationQuestionResponse>;
|
|
2039
|
+
}
|
|
2040
|
+
export interface BaseSeriesRegistrationQuestionResponse {
|
|
2041
|
+
'id': string;
|
|
2042
|
+
'value': string;
|
|
2043
|
+
'questionId': string;
|
|
2044
|
+
'question': BaseSeriesQuestion;
|
|
2045
|
+
}
|
|
2008
2046
|
export interface BaseSideEffect {
|
|
2009
2047
|
'id': string;
|
|
2010
2048
|
'newPassOfPassTypeId': string | null;
|
|
@@ -2016,6 +2054,7 @@ export interface BaseSideEffect {
|
|
|
2016
2054
|
'addToTierId': string | null;
|
|
2017
2055
|
'subscribeToChannelId': string | null;
|
|
2018
2056
|
'sendWebhookId': string | null;
|
|
2057
|
+
'completeActivationId': string | null;
|
|
2019
2058
|
}
|
|
2020
2059
|
export interface BaseStandardReport {
|
|
2021
2060
|
'id': string;
|
|
@@ -2153,7 +2192,7 @@ export interface BaseSurveyQuestionChoice {
|
|
|
2153
2192
|
'supply': number | null;
|
|
2154
2193
|
'sortOrder': number;
|
|
2155
2194
|
'subQuestions'?: BaseSurveyQuestionChoiceSubQuestions;
|
|
2156
|
-
'question':
|
|
2195
|
+
'question': BasePassAttributeAttribute;
|
|
2157
2196
|
'_count': BaseRegistrationQuestionChoiceCount;
|
|
2158
2197
|
}
|
|
2159
2198
|
export interface BaseSurveyQuestionChoiceSubQuestion {
|
|
@@ -2922,6 +2961,7 @@ export interface CloneOptions {
|
|
|
2922
2961
|
'sponsorshipLevels': boolean;
|
|
2923
2962
|
'locations': boolean;
|
|
2924
2963
|
'sessions': boolean;
|
|
2964
|
+
'blocks': boolean;
|
|
2925
2965
|
'rounds': boolean;
|
|
2926
2966
|
'sideEffects': boolean;
|
|
2927
2967
|
'advancedSettings': boolean;
|
|
@@ -3663,6 +3703,8 @@ export interface Event {
|
|
|
3663
3703
|
'activityFeedEnabled': boolean;
|
|
3664
3704
|
'meetingId': string | null;
|
|
3665
3705
|
'meeting': BaseMeeting | null;
|
|
3706
|
+
'continuousScanning': boolean;
|
|
3707
|
+
'scanType': OnSiteScanType;
|
|
3666
3708
|
'options': object | null;
|
|
3667
3709
|
}
|
|
3668
3710
|
export interface EventActivation {
|
|
@@ -3676,12 +3718,15 @@ export interface EventActivation {
|
|
|
3676
3718
|
'type': EventActivationType;
|
|
3677
3719
|
'accessLevel': PassTypeAccessLevel;
|
|
3678
3720
|
'survey': BaseSurvey | null;
|
|
3721
|
+
'_count': BaseEventActivationCount;
|
|
3679
3722
|
'eventId': string;
|
|
3680
3723
|
'event': BaseEvent;
|
|
3681
3724
|
'imageId': string | null;
|
|
3682
3725
|
'image': BaseImage | null;
|
|
3683
3726
|
'protectionCode': number | null;
|
|
3684
3727
|
'longDescription': string | null;
|
|
3728
|
+
'continuousScanning': boolean;
|
|
3729
|
+
'scanType': OnSiteScanType;
|
|
3685
3730
|
'createdAt': string;
|
|
3686
3731
|
'updatedAt': string;
|
|
3687
3732
|
}
|
|
@@ -3706,6 +3751,8 @@ export interface EventActivationCreateInputs {
|
|
|
3706
3751
|
'email'?: boolean;
|
|
3707
3752
|
'push'?: boolean;
|
|
3708
3753
|
'accessLevel'?: PassTypeAccessLevel;
|
|
3754
|
+
'continuousScanning'?: boolean;
|
|
3755
|
+
'scanType'?: OnSiteScanType | null;
|
|
3709
3756
|
}
|
|
3710
3757
|
export interface EventActivationTranslation {
|
|
3711
3758
|
'locale': string;
|
|
@@ -3735,6 +3782,8 @@ export interface EventActivationUpdateInputs {
|
|
|
3735
3782
|
'type'?: EventActivationType;
|
|
3736
3783
|
'protectionCode'?: AdvertisementCreateInputsWeight | null;
|
|
3737
3784
|
'accessLevel'?: PassTypeAccessLevel;
|
|
3785
|
+
'continuousScanning'?: boolean;
|
|
3786
|
+
'scanType'?: OnSiteScanType | null;
|
|
3738
3787
|
}
|
|
3739
3788
|
export interface EventAddOn {
|
|
3740
3789
|
'id': string;
|
|
@@ -3845,20 +3894,25 @@ export interface EventAttendeePackageUpdateInputs {
|
|
|
3845
3894
|
'packageId'?: string;
|
|
3846
3895
|
'status'?: PurchaseStatus;
|
|
3847
3896
|
}
|
|
3848
|
-
export interface
|
|
3849
|
-
'
|
|
3850
|
-
'
|
|
3851
|
-
'
|
|
3852
|
-
'
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
'
|
|
3856
|
-
|
|
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;
|
|
3857
3908
|
}
|
|
3858
3909
|
export interface EventBlock {
|
|
3859
3910
|
'id': string;
|
|
3860
3911
|
'name': string;
|
|
3912
|
+
'description': string | null;
|
|
3861
3913
|
'limit': number;
|
|
3914
|
+
'grouped': boolean;
|
|
3915
|
+
'collapsed': boolean;
|
|
3862
3916
|
'event': BaseEvent;
|
|
3863
3917
|
'sessions': Array<BaseEventSession>;
|
|
3864
3918
|
'createdAt': string;
|
|
@@ -3866,11 +3920,17 @@ export interface EventBlock {
|
|
|
3866
3920
|
}
|
|
3867
3921
|
export interface EventBlockCreateInputs {
|
|
3868
3922
|
'name': string;
|
|
3923
|
+
'description'?: string;
|
|
3869
3924
|
'limit'?: number;
|
|
3925
|
+
'grouped'?: boolean;
|
|
3926
|
+
'collapsed'?: boolean;
|
|
3870
3927
|
}
|
|
3871
3928
|
export interface EventBlockUpdateInputs {
|
|
3872
3929
|
'name'?: string;
|
|
3930
|
+
'description'?: string | null;
|
|
3873
3931
|
'limit'?: number;
|
|
3932
|
+
'grouped'?: boolean;
|
|
3933
|
+
'collapsed'?: boolean;
|
|
3874
3934
|
}
|
|
3875
3935
|
export interface EventCouponCreateInputs {
|
|
3876
3936
|
'code': string;
|
|
@@ -3969,6 +4029,8 @@ export interface EventCreateInputs {
|
|
|
3969
4029
|
'paymentIntegrationId'?: string | null;
|
|
3970
4030
|
'template'?: boolean;
|
|
3971
4031
|
'meetingId'?: string | null;
|
|
4032
|
+
'continuousScanning'?: boolean;
|
|
4033
|
+
'scanType'?: OnSiteScanType | null;
|
|
3972
4034
|
}
|
|
3973
4035
|
/**
|
|
3974
4036
|
* @type EventCreateInputsPassLimitPerAccount
|
|
@@ -4080,6 +4142,18 @@ export interface EventMediaItemCreateInputs {
|
|
|
4080
4142
|
'videoId'?: string | null;
|
|
4081
4143
|
'fileId'?: string | null;
|
|
4082
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
|
+
}
|
|
4083
4157
|
export interface EventMediaItemUpdateInputs {
|
|
4084
4158
|
'name'?: string | null;
|
|
4085
4159
|
'description'?: string | null;
|
|
@@ -4088,26 +4162,9 @@ export interface EventMediaItemUpdateInputs {
|
|
|
4088
4162
|
export interface EventOnSite {
|
|
4089
4163
|
'eventId': string;
|
|
4090
4164
|
'authenticationCode': number;
|
|
4091
|
-
'
|
|
4092
|
-
'createdAt': string;
|
|
4093
|
-
'updatedAt': string;
|
|
4094
|
-
'badgeFields': Array<BaseEventOnSiteBadgeField>;
|
|
4095
|
-
}
|
|
4096
|
-
export interface EventOnSiteBadgeField {
|
|
4097
|
-
'id': number;
|
|
4098
|
-
'eventId': string;
|
|
4099
|
-
'name': string;
|
|
4100
|
-
'type': BadgeFieldType;
|
|
4101
|
-
'lookup': string | null;
|
|
4102
|
-
'maxLength': number | null;
|
|
4103
|
-
'defaultValue': string | null;
|
|
4104
|
-
'transformation': BadgeFieldTransformation | null;
|
|
4105
|
-
'iconData': string | null;
|
|
4106
|
-
'sessionId': string | null;
|
|
4107
|
-
'sortOrder': number;
|
|
4165
|
+
'badgeTemplate': string | null;
|
|
4108
4166
|
'createdAt': string;
|
|
4109
4167
|
'updatedAt': string;
|
|
4110
|
-
'onSite': EventOnSite;
|
|
4111
4168
|
}
|
|
4112
4169
|
export interface EventPackage {
|
|
4113
4170
|
'id': string;
|
|
@@ -4234,18 +4291,23 @@ export interface EventPass {
|
|
|
4234
4291
|
'coupon': BaseCoupon | null;
|
|
4235
4292
|
'packageId': string | null;
|
|
4236
4293
|
'package': BaseAttendeePackage | null;
|
|
4294
|
+
'seriesRegistrationId': string | null;
|
|
4237
4295
|
'createdAt': string;
|
|
4238
4296
|
'updatedAt': string;
|
|
4239
4297
|
'passAddOns': Array<BasePassAddOn>;
|
|
4240
4298
|
'lineItem': PaymentLineItem | null;
|
|
4241
4299
|
'payerId': string | null;
|
|
4242
4300
|
'payer': BaseAccount | null;
|
|
4301
|
+
'seriesRegistration': BaseSeriesRegistration | null;
|
|
4302
|
+
'attributes': Array<BasePassAttribute>;
|
|
4303
|
+
'badgeColor': string | null;
|
|
4243
4304
|
}
|
|
4244
4305
|
export interface EventPassCreateInputs {
|
|
4245
4306
|
'status'?: PurchaseStatus | null;
|
|
4246
4307
|
'location'?: string | null;
|
|
4247
4308
|
'ticketId'?: string | null;
|
|
4248
4309
|
'usedAt'?: string | null;
|
|
4310
|
+
'badgeColor'?: string | null;
|
|
4249
4311
|
}
|
|
4250
4312
|
export interface EventPassType {
|
|
4251
4313
|
'id': string;
|
|
@@ -4283,6 +4345,8 @@ export interface EventPassType {
|
|
|
4283
4345
|
'disallowedTiers': Array<BaseTier>;
|
|
4284
4346
|
'groupPassDescription': string | null;
|
|
4285
4347
|
'requiredPassType': BaseEventPassType | null;
|
|
4348
|
+
'printable': boolean;
|
|
4349
|
+
'badgeColor': string | null;
|
|
4286
4350
|
'_count': EventPassTypeAllOfCount;
|
|
4287
4351
|
}
|
|
4288
4352
|
export interface EventPassTypeAllOfCount {
|
|
@@ -4322,6 +4386,7 @@ export interface EventPassUpdateInputs {
|
|
|
4322
4386
|
'ticketId'?: string | null;
|
|
4323
4387
|
'couponId'?: string | null;
|
|
4324
4388
|
'usedAt'?: string | null;
|
|
4389
|
+
'badgeColor'?: string | null;
|
|
4325
4390
|
}
|
|
4326
4391
|
export interface EventQuestionChoiceCreateInputs {
|
|
4327
4392
|
'value': string;
|
|
@@ -4538,7 +4603,7 @@ export interface EventRoomTypeReservationCreateInputs {
|
|
|
4538
4603
|
export interface EventRoomTypeReservationPassesInner {
|
|
4539
4604
|
'id': string;
|
|
4540
4605
|
'status': PurchaseStatus;
|
|
4541
|
-
'ticket'?:
|
|
4606
|
+
'ticket'?: BasePassAttributeAttribute;
|
|
4542
4607
|
'attendee': EventRoomTypeReservationPassesInnerAttendee;
|
|
4543
4608
|
}
|
|
4544
4609
|
export interface EventRoomTypeReservationPassesInnerAttendee {
|
|
@@ -4614,8 +4679,7 @@ export interface EventSession {
|
|
|
4614
4679
|
'allowQuickRegister': boolean;
|
|
4615
4680
|
'tracks': Array<BaseEventTrack>;
|
|
4616
4681
|
'nonSession': boolean;
|
|
4617
|
-
'
|
|
4618
|
-
'access': SessionAccess;
|
|
4682
|
+
'visibility': EventSessionVisibility;
|
|
4619
4683
|
'location': BaseEventSessionLocation | null;
|
|
4620
4684
|
'registrationEnabled': boolean;
|
|
4621
4685
|
'price': number | null;
|
|
@@ -4634,6 +4698,11 @@ export interface EventSession {
|
|
|
4634
4698
|
'meetingId': string | null;
|
|
4635
4699
|
'meeting': BaseMeeting | null;
|
|
4636
4700
|
'blocks': Array<BaseEventBlock> | null;
|
|
4701
|
+
'activationId': string | null;
|
|
4702
|
+
'activation': BaseEventActivation | null;
|
|
4703
|
+
'allowedTiers': Array<BaseTier>;
|
|
4704
|
+
'continuousScanning': boolean;
|
|
4705
|
+
'scanType': OnSiteScanType;
|
|
4637
4706
|
}
|
|
4638
4707
|
export interface EventSessionAccess {
|
|
4639
4708
|
'id': string;
|
|
@@ -4649,6 +4718,10 @@ export interface EventSessionAccess {
|
|
|
4649
4718
|
export interface EventSessionAccessUpdateInputs {
|
|
4650
4719
|
'status'?: PurchaseStatus;
|
|
4651
4720
|
}
|
|
4721
|
+
export interface EventSessionCloneOptions {
|
|
4722
|
+
'name'?: string;
|
|
4723
|
+
'startTime'?: string;
|
|
4724
|
+
}
|
|
4652
4725
|
export interface EventSessionCreateInputs {
|
|
4653
4726
|
'name': string;
|
|
4654
4727
|
'startTime': string;
|
|
@@ -4659,8 +4732,7 @@ export interface EventSessionCreateInputs {
|
|
|
4659
4732
|
'longDescription'?: string | null;
|
|
4660
4733
|
'nonSession'?: boolean;
|
|
4661
4734
|
'imageId'?: string | null;
|
|
4662
|
-
'
|
|
4663
|
-
'access'?: SessionAccess;
|
|
4735
|
+
'visibility'?: EventSessionVisibility;
|
|
4664
4736
|
'sortOrder'?: AdvertisementCreateInputsWeight | null;
|
|
4665
4737
|
'registrationEnabled'?: boolean;
|
|
4666
4738
|
'allowQuickRegister'?: boolean;
|
|
@@ -4673,6 +4745,9 @@ export interface EventSessionCreateInputs {
|
|
|
4673
4745
|
'taxIncluded'?: boolean;
|
|
4674
4746
|
'taxLocation'?: TaxLocationType;
|
|
4675
4747
|
'meetingId'?: string | null;
|
|
4748
|
+
'activationId'?: string | null;
|
|
4749
|
+
'continuousScanning'?: boolean;
|
|
4750
|
+
'scanType'?: OnSiteScanType | null;
|
|
4676
4751
|
}
|
|
4677
4752
|
export interface EventSessionLocation {
|
|
4678
4753
|
'id': string;
|
|
@@ -4977,8 +5052,7 @@ export interface EventSessionUpdateInputs {
|
|
|
4977
5052
|
'longDescription'?: string | null;
|
|
4978
5053
|
'nonSession'?: boolean;
|
|
4979
5054
|
'imageId'?: string | null;
|
|
4980
|
-
'
|
|
4981
|
-
'access'?: SessionAccess;
|
|
5055
|
+
'visibility'?: EventSessionVisibility;
|
|
4982
5056
|
'sortOrder'?: AdvertisementCreateInputsWeight | null;
|
|
4983
5057
|
'registrationEnabled'?: boolean;
|
|
4984
5058
|
'allowQuickRegister'?: boolean;
|
|
@@ -4991,6 +5065,15 @@ export interface EventSessionUpdateInputs {
|
|
|
4991
5065
|
'taxIncluded'?: boolean;
|
|
4992
5066
|
'taxLocation'?: TaxLocationType;
|
|
4993
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"
|
|
4994
5077
|
}
|
|
4995
5078
|
export declare enum EventSource {
|
|
4996
5079
|
Admin = "admin",
|
|
@@ -5167,10 +5250,7 @@ export interface EventTrack {
|
|
|
5167
5250
|
'color': string;
|
|
5168
5251
|
'createdAt': string;
|
|
5169
5252
|
'updatedAt': string;
|
|
5170
|
-
'_count':
|
|
5171
|
-
}
|
|
5172
|
-
export interface EventTrackAllOfCount {
|
|
5173
|
-
'sessions': number;
|
|
5253
|
+
'_count': BaseEventActivationCount;
|
|
5174
5254
|
}
|
|
5175
5255
|
export interface EventTrackCreateInputs {
|
|
5176
5256
|
'name': string;
|
|
@@ -5277,6 +5357,8 @@ export interface EventUpdateInputs {
|
|
|
5277
5357
|
'options'?: object | null;
|
|
5278
5358
|
'paymentIntegrationId'?: string | null;
|
|
5279
5359
|
'meetingId'?: string | null;
|
|
5360
|
+
'continuousScanning'?: boolean;
|
|
5361
|
+
'scanType'?: OnSiteScanType | null;
|
|
5280
5362
|
}
|
|
5281
5363
|
export interface EventVariantCouponCreateInputs {
|
|
5282
5364
|
'quantity'?: number;
|
|
@@ -7378,6 +7460,11 @@ export declare enum NotificationType {
|
|
|
7378
7460
|
Content = "CONTENT",
|
|
7379
7461
|
SupportTicketMessage = "SUPPORT_TICKET_MESSAGE"
|
|
7380
7462
|
}
|
|
7463
|
+
export declare enum OnSiteScanType {
|
|
7464
|
+
Both = "both",
|
|
7465
|
+
Qr = "qr",
|
|
7466
|
+
Code128 = "code128"
|
|
7467
|
+
}
|
|
7381
7468
|
export interface Organization {
|
|
7382
7469
|
'id': string;
|
|
7383
7470
|
'slug': string;
|
|
@@ -7729,6 +7816,21 @@ export interface PassAddOn {
|
|
|
7729
7816
|
'pass': BaseEventPass;
|
|
7730
7817
|
'updatedAt': string;
|
|
7731
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
|
+
}
|
|
7732
7834
|
export declare enum PassTypeAccessLevel {
|
|
7733
7835
|
Regular = "regular",
|
|
7734
7836
|
Virtual = "virtual",
|
|
@@ -7761,6 +7863,8 @@ export interface PassTypeCreateInputs {
|
|
|
7761
7863
|
'taxCode'?: string | null;
|
|
7762
7864
|
'taxIncluded'?: boolean;
|
|
7763
7865
|
'taxLocation'?: TaxLocationType;
|
|
7866
|
+
'printable'?: boolean;
|
|
7867
|
+
'badgeColor'?: string | null;
|
|
7764
7868
|
}
|
|
7765
7869
|
export interface PassTypePriceScheduleCreateInputs {
|
|
7766
7870
|
'ticketId'?: string | null;
|
|
@@ -7820,6 +7924,8 @@ export interface PassTypeUpdateInputs {
|
|
|
7820
7924
|
'taxCode'?: string | null;
|
|
7821
7925
|
'taxIncluded'?: boolean;
|
|
7822
7926
|
'taxLocation'?: TaxLocationType;
|
|
7927
|
+
'printable'?: boolean;
|
|
7928
|
+
'badgeColor'?: string | null;
|
|
7823
7929
|
}
|
|
7824
7930
|
export declare enum PassTypeVisibility {
|
|
7825
7931
|
Public = "public",
|
|
@@ -7852,6 +7958,7 @@ export interface Payment {
|
|
|
7852
7958
|
'membershipId': string | null;
|
|
7853
7959
|
'couponId': string | null;
|
|
7854
7960
|
'invoiceId': string | null;
|
|
7961
|
+
'seriesId': string | null;
|
|
7855
7962
|
'lineItems': Array<object>;
|
|
7856
7963
|
'createdAt': string;
|
|
7857
7964
|
'locationAddress1': string | null;
|
|
@@ -7878,6 +7985,7 @@ export interface Payment {
|
|
|
7878
7985
|
'space': BaseBookingSpace | null;
|
|
7879
7986
|
'coupon': BaseCoupon | null;
|
|
7880
7987
|
'invoice': BaseInvoice | null;
|
|
7988
|
+
'series': BaseSeries | null;
|
|
7881
7989
|
'metadata'?: object;
|
|
7882
7990
|
}
|
|
7883
7991
|
export interface PaymentAllOfIntegration {
|
|
@@ -7931,6 +8039,7 @@ export interface PaymentLineItem {
|
|
|
7931
8039
|
'access': BaseEventSessionAccess | null;
|
|
7932
8040
|
'booking': BaseBooking | null;
|
|
7933
8041
|
'coupon': BaseCoupon | null;
|
|
8042
|
+
'seriesRegistration': BaseSeriesRegistration | null;
|
|
7934
8043
|
'payment': BasePayment;
|
|
7935
8044
|
}
|
|
7936
8045
|
export declare enum PaymentLineItemType {
|
|
@@ -7943,6 +8052,7 @@ export declare enum PaymentLineItemType {
|
|
|
7943
8052
|
Invoice = "invoice",
|
|
7944
8053
|
Booking = "booking",
|
|
7945
8054
|
Coupon = "coupon",
|
|
8055
|
+
Series = "series",
|
|
7946
8056
|
Refund = "refund"
|
|
7947
8057
|
}
|
|
7948
8058
|
export declare enum PaymentType {
|
|
@@ -8455,6 +8565,13 @@ export interface Series {
|
|
|
8455
8565
|
'templateId': string;
|
|
8456
8566
|
'template': BaseEvent;
|
|
8457
8567
|
'sortOrder': number;
|
|
8568
|
+
'price': number | null;
|
|
8569
|
+
'taxCode': string | null;
|
|
8570
|
+
'taxIncluded': boolean;
|
|
8571
|
+
'taxLocation': TaxLocationType;
|
|
8572
|
+
'subject': string | null;
|
|
8573
|
+
'replyTo': string | null;
|
|
8574
|
+
'body': string | null;
|
|
8458
8575
|
'createdAt': string;
|
|
8459
8576
|
'updatedAt': string;
|
|
8460
8577
|
}
|
|
@@ -8467,6 +8584,205 @@ export interface SeriesCreateInputs {
|
|
|
8467
8584
|
'templateId': string;
|
|
8468
8585
|
'startDate'?: string | null;
|
|
8469
8586
|
'endDate'?: string | null;
|
|
8587
|
+
'registration'?: boolean;
|
|
8588
|
+
'price'?: number;
|
|
8589
|
+
'taxCode'?: string | null;
|
|
8590
|
+
'taxIncluded'?: boolean;
|
|
8591
|
+
'taxLocation'?: TaxLocationType;
|
|
8592
|
+
'subject'?: string | null;
|
|
8593
|
+
'replyTo'?: string | null;
|
|
8594
|
+
'body'?: string | null;
|
|
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>;
|
|
8732
|
+
export interface SeriesRegistration {
|
|
8733
|
+
'id': string;
|
|
8734
|
+
'organizationId': string;
|
|
8735
|
+
'seriesId': string;
|
|
8736
|
+
'series': BaseSeries;
|
|
8737
|
+
'accountId': string;
|
|
8738
|
+
'account': BaseAccount;
|
|
8739
|
+
'status': PurchaseStatus;
|
|
8740
|
+
'responses'?: Array<BaseSeriesRegistrationQuestionResponse>;
|
|
8741
|
+
'createdAt': string;
|
|
8742
|
+
'updatedAt': string;
|
|
8743
|
+
'_count': EventAddOnAllOfCount;
|
|
8744
|
+
}
|
|
8745
|
+
export interface SeriesRegistrationCreateInputs {
|
|
8746
|
+
'accountId': string;
|
|
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
|
+
}
|
|
8765
|
+
export interface SeriesRegistrationUpdateInputs {
|
|
8766
|
+
'status'?: PurchaseStatus;
|
|
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;
|
|
8470
8786
|
}
|
|
8471
8787
|
export interface SeriesUpdateInputs {
|
|
8472
8788
|
'name'?: string | null;
|
|
@@ -8477,10 +8793,14 @@ export interface SeriesUpdateInputs {
|
|
|
8477
8793
|
'templateId'?: string;
|
|
8478
8794
|
'startDate'?: string | null;
|
|
8479
8795
|
'endDate'?: string | null;
|
|
8480
|
-
|
|
8481
|
-
|
|
8482
|
-
|
|
8483
|
-
|
|
8796
|
+
'registration'?: boolean;
|
|
8797
|
+
'price'?: number;
|
|
8798
|
+
'taxCode'?: string | null;
|
|
8799
|
+
'taxIncluded'?: boolean;
|
|
8800
|
+
'taxLocation'?: TaxLocationType;
|
|
8801
|
+
'subject'?: string | null;
|
|
8802
|
+
'replyTo'?: string | null;
|
|
8803
|
+
'body'?: string | null;
|
|
8484
8804
|
}
|
|
8485
8805
|
export interface SideEffect {
|
|
8486
8806
|
'id': string;
|
|
@@ -8493,6 +8813,7 @@ export interface SideEffect {
|
|
|
8493
8813
|
'addToTierId': string | null;
|
|
8494
8814
|
'subscribeToChannelId': string | null;
|
|
8495
8815
|
'sendWebhookId': string | null;
|
|
8816
|
+
'completeActivationId': string | null;
|
|
8496
8817
|
'organizationId': string;
|
|
8497
8818
|
'newPassOfPassType': BaseEventPassType | null;
|
|
8498
8819
|
'checkedInPassEvent': BaseEvent | null;
|
|
@@ -8503,6 +8824,7 @@ export interface SideEffect {
|
|
|
8503
8824
|
'addToTier': BaseTier | null;
|
|
8504
8825
|
'subscribeToChannel': BaseChannel | null;
|
|
8505
8826
|
'sendWebhook': BaseWebhook | null;
|
|
8827
|
+
'completeActivation': BaseEventActivation | null;
|
|
8506
8828
|
'createdAt': string;
|
|
8507
8829
|
'updatedAt': string;
|
|
8508
8830
|
}
|
|
@@ -8511,7 +8833,8 @@ export declare enum SideEffectActionType {
|
|
|
8511
8833
|
LeaveGroup = "LEAVE_GROUP",
|
|
8512
8834
|
AddToTier = "ADD_TO_TIER",
|
|
8513
8835
|
SubscribeToChannel = "SUBSCRIBE_TO_CHANNEL",
|
|
8514
|
-
SendWebhook = "SEND_WEBHOOK"
|
|
8836
|
+
SendWebhook = "SEND_WEBHOOK",
|
|
8837
|
+
CompleteActivation = "COMPLETE_ACTIVATION"
|
|
8515
8838
|
}
|
|
8516
8839
|
export declare enum SideEffectTriggerType {
|
|
8517
8840
|
NewPassOfPassType = "NEW_PASS_OF_PASS_TYPE",
|
|
@@ -8924,8 +9247,6 @@ export interface Survey {
|
|
|
8924
9247
|
'updatedAt': string;
|
|
8925
9248
|
'eventId': string | null;
|
|
8926
9249
|
'event': BaseEvent | null;
|
|
8927
|
-
'sessionId': string | null;
|
|
8928
|
-
'session': BaseEventSession | null;
|
|
8929
9250
|
'activationId': string | null;
|
|
8930
9251
|
'activation': BaseEventActivation | null;
|
|
8931
9252
|
'passTypes': Array<BaseEventPassType> | null;
|
|
@@ -8945,7 +9266,6 @@ export interface SurveyCreateInputs {
|
|
|
8945
9266
|
'replyTo'?: string | null;
|
|
8946
9267
|
'emailBody'?: string | null;
|
|
8947
9268
|
'eventId'?: string | null;
|
|
8948
|
-
'sessionId'?: string | null;
|
|
8949
9269
|
'activationId'?: string | null;
|
|
8950
9270
|
}
|
|
8951
9271
|
export interface SurveyQuestion {
|
|
@@ -9206,7 +9526,6 @@ export interface SurveyUpdateInputs {
|
|
|
9206
9526
|
'replyTo'?: string | null;
|
|
9207
9527
|
'emailBody'?: string | null;
|
|
9208
9528
|
'eventId'?: string | null;
|
|
9209
|
-
'sessionId'?: string | null;
|
|
9210
9529
|
'activationId'?: string | null;
|
|
9211
9530
|
}
|
|
9212
9531
|
export interface SystemEventLog {
|
|
@@ -19103,6 +19422,19 @@ export declare const EventsActivationsApiAxiosParamCreator: (configuration?: Con
|
|
|
19103
19422
|
* @throws {RequiredError}
|
|
19104
19423
|
*/
|
|
19105
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>;
|
|
19106
19438
|
/**
|
|
19107
19439
|
* Get Event Activations endpoint
|
|
19108
19440
|
* @summary Get Event Activations
|
|
@@ -19211,6 +19543,19 @@ export declare const EventsActivationsApiFp: (configuration?: Configuration) =>
|
|
|
19211
19543
|
* @throws {RequiredError}
|
|
19212
19544
|
*/
|
|
19213
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>>;
|
|
19214
19559
|
/**
|
|
19215
19560
|
* Get Event Activations endpoint
|
|
19216
19561
|
* @summary Get Event Activations
|
|
@@ -19305,6 +19650,14 @@ export declare const EventsActivationsApiFactory: (configuration?: Configuration
|
|
|
19305
19650
|
* @throws {RequiredError}
|
|
19306
19651
|
*/
|
|
19307
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>;
|
|
19308
19661
|
/**
|
|
19309
19662
|
* Get Event Activations endpoint
|
|
19310
19663
|
* @summary Get Event Activations
|
|
@@ -19443,6 +19796,35 @@ export interface EventsActivationsApiGetEventActivationCompletionsRequest {
|
|
|
19443
19796
|
*/
|
|
19444
19797
|
readonly search?: string;
|
|
19445
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
|
+
}
|
|
19446
19828
|
/**
|
|
19447
19829
|
* Request parameters for getEventActivations operation in EventsActivationsApi.
|
|
19448
19830
|
*/
|
|
@@ -19560,6 +19942,14 @@ export declare class EventsActivationsApi extends BaseAPI {
|
|
|
19560
19942
|
* @throws {RequiredError}
|
|
19561
19943
|
*/
|
|
19562
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, {}>>;
|
|
19563
19953
|
/**
|
|
19564
19954
|
* Get Event Activations endpoint
|
|
19565
19955
|
* @summary Get Event Activations
|
|
@@ -19585,6 +19975,132 @@ export declare class EventsActivationsApi extends BaseAPI {
|
|
|
19585
19975
|
*/
|
|
19586
19976
|
updateEventActivationCompletion(requestParameters: EventsActivationsApiUpdateEventActivationCompletionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
|
|
19587
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
|
+
}
|
|
19588
20104
|
/**
|
|
19589
20105
|
* EventsAddonsApi - axios parameter creator
|
|
19590
20106
|
*/
|
|
@@ -21869,6 +22385,279 @@ export declare class EventsAttendeesReservationsApi extends BaseAPI {
|
|
|
21869
22385
|
*/
|
|
21870
22386
|
updateEventReservation(requestParameters: EventsAttendeesReservationsApiUpdateEventReservationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
|
|
21871
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
|
+
}
|
|
21872
22661
|
/**
|
|
21873
22662
|
* EventsBenefitsApi - axios parameter creator
|
|
21874
22663
|
*/
|
|
@@ -26822,26 +27611,14 @@ export declare const EventsOnSiteApiAxiosParamCreator: (configuration?: Configur
|
|
|
26822
27611
|
*/
|
|
26823
27612
|
getEventOnSite: (eventId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
26824
27613
|
/**
|
|
26825
|
-
*
|
|
26826
|
-
* @summary
|
|
27614
|
+
* Update Event Badge Template endpoint
|
|
27615
|
+
* @summary Update Event Badge Template
|
|
26827
27616
|
* @param {string} eventId The event identifier
|
|
26828
|
-
* @param {
|
|
26829
|
-
* @param {*} [options] Override http request option.
|
|
26830
|
-
* @throws {RequiredError}
|
|
26831
|
-
*/
|
|
26832
|
-
getEventZplTemplateBadgeField: (eventId: string, fieldId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
26833
|
-
/**
|
|
26834
|
-
* Get Event Zpl Template Badge Fields endpoint
|
|
26835
|
-
* @summary Get Event Zpl Template Badge Fields
|
|
26836
|
-
* @param {string} eventId The event identifier
|
|
26837
|
-
* @param {number} [page] Page number
|
|
26838
|
-
* @param {number} [pageSize] Number of items per page
|
|
26839
|
-
* @param {string} [orderBy] Field to order by
|
|
26840
|
-
* @param {string} [search] Search query
|
|
27617
|
+
* @param {object} body
|
|
26841
27618
|
* @param {*} [options] Override http request option.
|
|
26842
27619
|
* @throws {RequiredError}
|
|
26843
27620
|
*/
|
|
26844
|
-
|
|
27621
|
+
updateEventBadgeTemplate: (eventId: string, body: object, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
26845
27622
|
/**
|
|
26846
27623
|
* Update Event Checkin Code endpoint
|
|
26847
27624
|
* @summary Update Event Checkin Code
|
|
@@ -26850,25 +27627,6 @@ export declare const EventsOnSiteApiAxiosParamCreator: (configuration?: Configur
|
|
|
26850
27627
|
* @throws {RequiredError}
|
|
26851
27628
|
*/
|
|
26852
27629
|
updateEventCheckinCode: (eventId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
26853
|
-
/**
|
|
26854
|
-
* Update Event Zpl Template endpoint
|
|
26855
|
-
* @summary Update Event Zpl Template
|
|
26856
|
-
* @param {string} eventId The event identifier
|
|
26857
|
-
* @param {string} zplTemplate Filter by zplTemplate
|
|
26858
|
-
* @param {*} [options] Override http request option.
|
|
26859
|
-
* @throws {RequiredError}
|
|
26860
|
-
*/
|
|
26861
|
-
updateEventZplTemplate: (eventId: string, zplTemplate: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
26862
|
-
/**
|
|
26863
|
-
* Update Event Zpl Template Badge Field endpoint
|
|
26864
|
-
* @summary Update Event Zpl Template Badge Field
|
|
26865
|
-
* @param {string} eventId The event identifier
|
|
26866
|
-
* @param {string} fieldId The field identifier
|
|
26867
|
-
* @param {EventBadgeFieldUpdateInputs} field Filter by field
|
|
26868
|
-
* @param {*} [options] Override http request option.
|
|
26869
|
-
* @throws {RequiredError}
|
|
26870
|
-
*/
|
|
26871
|
-
updateEventZplTemplateBadgeField: (eventId: string, fieldId: string, field: EventBadgeFieldUpdateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
26872
27630
|
};
|
|
26873
27631
|
/**
|
|
26874
27632
|
* EventsOnSiteApi - functional programming interface
|
|
@@ -26883,26 +27641,14 @@ export declare const EventsOnSiteApiFp: (configuration?: Configuration) => {
|
|
|
26883
27641
|
*/
|
|
26884
27642
|
getEventOnSite(eventId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetEventOnSite200Response>>;
|
|
26885
27643
|
/**
|
|
26886
|
-
*
|
|
26887
|
-
* @summary
|
|
26888
|
-
* @param {string} eventId The event identifier
|
|
26889
|
-
* @param {string} fieldId The field identifier
|
|
26890
|
-
* @param {*} [options] Override http request option.
|
|
26891
|
-
* @throws {RequiredError}
|
|
26892
|
-
*/
|
|
26893
|
-
getEventZplTemplateBadgeField(eventId: string, fieldId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
|
|
26894
|
-
/**
|
|
26895
|
-
* Get Event Zpl Template Badge Fields endpoint
|
|
26896
|
-
* @summary Get Event Zpl Template Badge Fields
|
|
27644
|
+
* Update Event Badge Template endpoint
|
|
27645
|
+
* @summary Update Event Badge Template
|
|
26897
27646
|
* @param {string} eventId The event identifier
|
|
26898
|
-
* @param {
|
|
26899
|
-
* @param {number} [pageSize] Number of items per page
|
|
26900
|
-
* @param {string} [orderBy] Field to order by
|
|
26901
|
-
* @param {string} [search] Search query
|
|
27647
|
+
* @param {object} body
|
|
26902
27648
|
* @param {*} [options] Override http request option.
|
|
26903
27649
|
* @throws {RequiredError}
|
|
26904
27650
|
*/
|
|
26905
|
-
|
|
27651
|
+
updateEventBadgeTemplate(eventId: string, body: object, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
|
|
26906
27652
|
/**
|
|
26907
27653
|
* Update Event Checkin Code endpoint
|
|
26908
27654
|
* @summary Update Event Checkin Code
|
|
@@ -26911,25 +27657,6 @@ export declare const EventsOnSiteApiFp: (configuration?: Configuration) => {
|
|
|
26911
27657
|
* @throws {RequiredError}
|
|
26912
27658
|
*/
|
|
26913
27659
|
updateEventCheckinCode(eventId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateEventCheckinCode200Response>>;
|
|
26914
|
-
/**
|
|
26915
|
-
* Update Event Zpl Template endpoint
|
|
26916
|
-
* @summary Update Event Zpl Template
|
|
26917
|
-
* @param {string} eventId The event identifier
|
|
26918
|
-
* @param {string} zplTemplate Filter by zplTemplate
|
|
26919
|
-
* @param {*} [options] Override http request option.
|
|
26920
|
-
* @throws {RequiredError}
|
|
26921
|
-
*/
|
|
26922
|
-
updateEventZplTemplate(eventId: string, zplTemplate: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateEventCheckinCode200Response>>;
|
|
26923
|
-
/**
|
|
26924
|
-
* Update Event Zpl Template Badge Field endpoint
|
|
26925
|
-
* @summary Update Event Zpl Template Badge Field
|
|
26926
|
-
* @param {string} eventId The event identifier
|
|
26927
|
-
* @param {string} fieldId The field identifier
|
|
26928
|
-
* @param {EventBadgeFieldUpdateInputs} field Filter by field
|
|
26929
|
-
* @param {*} [options] Override http request option.
|
|
26930
|
-
* @throws {RequiredError}
|
|
26931
|
-
*/
|
|
26932
|
-
updateEventZplTemplateBadgeField(eventId: string, fieldId: string, field: EventBadgeFieldUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
|
|
26933
27660
|
};
|
|
26934
27661
|
/**
|
|
26935
27662
|
* EventsOnSiteApi - factory interface
|
|
@@ -26944,21 +27671,13 @@ export declare const EventsOnSiteApiFactory: (configuration?: Configuration, bas
|
|
|
26944
27671
|
*/
|
|
26945
27672
|
getEventOnSite(requestParameters: EventsOnSiteApiGetEventOnSiteRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetEventOnSite200Response>;
|
|
26946
27673
|
/**
|
|
26947
|
-
*
|
|
26948
|
-
* @summary
|
|
26949
|
-
* @param {
|
|
26950
|
-
* @param {*} [options] Override http request option.
|
|
26951
|
-
* @throws {RequiredError}
|
|
26952
|
-
*/
|
|
26953
|
-
getEventZplTemplateBadgeField(requestParameters: EventsOnSiteApiGetEventZplTemplateBadgeFieldRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
|
|
26954
|
-
/**
|
|
26955
|
-
* Get Event Zpl Template Badge Fields endpoint
|
|
26956
|
-
* @summary Get Event Zpl Template Badge Fields
|
|
26957
|
-
* @param {EventsOnSiteApiGetEventZplTemplateBadgeFieldsRequest} requestParameters Request parameters.
|
|
27674
|
+
* Update Event Badge Template endpoint
|
|
27675
|
+
* @summary Update Event Badge Template
|
|
27676
|
+
* @param {EventsOnSiteApiUpdateEventBadgeTemplateRequest} requestParameters Request parameters.
|
|
26958
27677
|
* @param {*} [options] Override http request option.
|
|
26959
27678
|
* @throws {RequiredError}
|
|
26960
27679
|
*/
|
|
26961
|
-
|
|
27680
|
+
updateEventBadgeTemplate(requestParameters: EventsOnSiteApiUpdateEventBadgeTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
|
|
26962
27681
|
/**
|
|
26963
27682
|
* Update Event Checkin Code endpoint
|
|
26964
27683
|
* @summary Update Event Checkin Code
|
|
@@ -26967,22 +27686,6 @@ export declare const EventsOnSiteApiFactory: (configuration?: Configuration, bas
|
|
|
26967
27686
|
* @throws {RequiredError}
|
|
26968
27687
|
*/
|
|
26969
27688
|
updateEventCheckinCode(requestParameters: EventsOnSiteApiUpdateEventCheckinCodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<UpdateEventCheckinCode200Response>;
|
|
26970
|
-
/**
|
|
26971
|
-
* Update Event Zpl Template endpoint
|
|
26972
|
-
* @summary Update Event Zpl Template
|
|
26973
|
-
* @param {EventsOnSiteApiUpdateEventZplTemplateRequest} requestParameters Request parameters.
|
|
26974
|
-
* @param {*} [options] Override http request option.
|
|
26975
|
-
* @throws {RequiredError}
|
|
26976
|
-
*/
|
|
26977
|
-
updateEventZplTemplate(requestParameters: EventsOnSiteApiUpdateEventZplTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<UpdateEventCheckinCode200Response>;
|
|
26978
|
-
/**
|
|
26979
|
-
* Update Event Zpl Template Badge Field endpoint
|
|
26980
|
-
* @summary Update Event Zpl Template Badge Field
|
|
26981
|
-
* @param {EventsOnSiteApiUpdateEventZplTemplateBadgeFieldRequest} requestParameters Request parameters.
|
|
26982
|
-
* @param {*} [options] Override http request option.
|
|
26983
|
-
* @throws {RequiredError}
|
|
26984
|
-
*/
|
|
26985
|
-
updateEventZplTemplateBadgeField(requestParameters: EventsOnSiteApiUpdateEventZplTemplateBadgeFieldRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
|
|
26986
27689
|
};
|
|
26987
27690
|
/**
|
|
26988
27691
|
* Request parameters for getEventOnSite operation in EventsOnSiteApi.
|
|
@@ -26994,42 +27697,14 @@ export interface EventsOnSiteApiGetEventOnSiteRequest {
|
|
|
26994
27697
|
readonly eventId: string;
|
|
26995
27698
|
}
|
|
26996
27699
|
/**
|
|
26997
|
-
* Request parameters for
|
|
26998
|
-
*/
|
|
26999
|
-
export interface EventsOnSiteApiGetEventZplTemplateBadgeFieldRequest {
|
|
27000
|
-
/**
|
|
27001
|
-
* The event identifier
|
|
27002
|
-
*/
|
|
27003
|
-
readonly eventId: string;
|
|
27004
|
-
/**
|
|
27005
|
-
* The field identifier
|
|
27006
|
-
*/
|
|
27007
|
-
readonly fieldId: string;
|
|
27008
|
-
}
|
|
27009
|
-
/**
|
|
27010
|
-
* Request parameters for getEventZplTemplateBadgeFields operation in EventsOnSiteApi.
|
|
27700
|
+
* Request parameters for updateEventBadgeTemplate operation in EventsOnSiteApi.
|
|
27011
27701
|
*/
|
|
27012
|
-
export interface
|
|
27702
|
+
export interface EventsOnSiteApiUpdateEventBadgeTemplateRequest {
|
|
27013
27703
|
/**
|
|
27014
27704
|
* The event identifier
|
|
27015
27705
|
*/
|
|
27016
27706
|
readonly eventId: string;
|
|
27017
|
-
|
|
27018
|
-
* Page number
|
|
27019
|
-
*/
|
|
27020
|
-
readonly page?: number;
|
|
27021
|
-
/**
|
|
27022
|
-
* Number of items per page
|
|
27023
|
-
*/
|
|
27024
|
-
readonly pageSize?: number;
|
|
27025
|
-
/**
|
|
27026
|
-
* Field to order by
|
|
27027
|
-
*/
|
|
27028
|
-
readonly orderBy?: string;
|
|
27029
|
-
/**
|
|
27030
|
-
* Search query
|
|
27031
|
-
*/
|
|
27032
|
-
readonly search?: string;
|
|
27707
|
+
readonly body: object;
|
|
27033
27708
|
}
|
|
27034
27709
|
/**
|
|
27035
27710
|
* Request parameters for updateEventCheckinCode operation in EventsOnSiteApi.
|
|
@@ -27040,36 +27715,6 @@ export interface EventsOnSiteApiUpdateEventCheckinCodeRequest {
|
|
|
27040
27715
|
*/
|
|
27041
27716
|
readonly eventId: string;
|
|
27042
27717
|
}
|
|
27043
|
-
/**
|
|
27044
|
-
* Request parameters for updateEventZplTemplate operation in EventsOnSiteApi.
|
|
27045
|
-
*/
|
|
27046
|
-
export interface EventsOnSiteApiUpdateEventZplTemplateRequest {
|
|
27047
|
-
/**
|
|
27048
|
-
* The event identifier
|
|
27049
|
-
*/
|
|
27050
|
-
readonly eventId: string;
|
|
27051
|
-
/**
|
|
27052
|
-
* Filter by zplTemplate
|
|
27053
|
-
*/
|
|
27054
|
-
readonly zplTemplate: string;
|
|
27055
|
-
}
|
|
27056
|
-
/**
|
|
27057
|
-
* Request parameters for updateEventZplTemplateBadgeField operation in EventsOnSiteApi.
|
|
27058
|
-
*/
|
|
27059
|
-
export interface EventsOnSiteApiUpdateEventZplTemplateBadgeFieldRequest {
|
|
27060
|
-
/**
|
|
27061
|
-
* The event identifier
|
|
27062
|
-
*/
|
|
27063
|
-
readonly eventId: string;
|
|
27064
|
-
/**
|
|
27065
|
-
* The field identifier
|
|
27066
|
-
*/
|
|
27067
|
-
readonly fieldId: string;
|
|
27068
|
-
/**
|
|
27069
|
-
* Filter by field
|
|
27070
|
-
*/
|
|
27071
|
-
readonly field: EventBadgeFieldUpdateInputs;
|
|
27072
|
-
}
|
|
27073
27718
|
/**
|
|
27074
27719
|
* EventsOnSiteApi - object-oriented interface
|
|
27075
27720
|
*/
|
|
@@ -27083,21 +27728,13 @@ export declare class EventsOnSiteApi extends BaseAPI {
|
|
|
27083
27728
|
*/
|
|
27084
27729
|
getEventOnSite(requestParameters: EventsOnSiteApiGetEventOnSiteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetEventOnSite200Response, any, {}>>;
|
|
27085
27730
|
/**
|
|
27086
|
-
*
|
|
27087
|
-
* @summary
|
|
27088
|
-
* @param {
|
|
27089
|
-
* @param {*} [options] Override http request option.
|
|
27090
|
-
* @throws {RequiredError}
|
|
27091
|
-
*/
|
|
27092
|
-
getEventZplTemplateBadgeField(requestParameters: EventsOnSiteApiGetEventZplTemplateBadgeFieldRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
|
|
27093
|
-
/**
|
|
27094
|
-
* Get Event Zpl Template Badge Fields endpoint
|
|
27095
|
-
* @summary Get Event Zpl Template Badge Fields
|
|
27096
|
-
* @param {EventsOnSiteApiGetEventZplTemplateBadgeFieldsRequest} requestParameters Request parameters.
|
|
27731
|
+
* Update Event Badge Template endpoint
|
|
27732
|
+
* @summary Update Event Badge Template
|
|
27733
|
+
* @param {EventsOnSiteApiUpdateEventBadgeTemplateRequest} requestParameters Request parameters.
|
|
27097
27734
|
* @param {*} [options] Override http request option.
|
|
27098
27735
|
* @throws {RequiredError}
|
|
27099
27736
|
*/
|
|
27100
|
-
|
|
27737
|
+
updateEventBadgeTemplate(requestParameters: EventsOnSiteApiUpdateEventBadgeTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
|
|
27101
27738
|
/**
|
|
27102
27739
|
* Update Event Checkin Code endpoint
|
|
27103
27740
|
* @summary Update Event Checkin Code
|
|
@@ -27106,22 +27743,6 @@ export declare class EventsOnSiteApi extends BaseAPI {
|
|
|
27106
27743
|
* @throws {RequiredError}
|
|
27107
27744
|
*/
|
|
27108
27745
|
updateEventCheckinCode(requestParameters: EventsOnSiteApiUpdateEventCheckinCodeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateEventCheckinCode200Response, any, {}>>;
|
|
27109
|
-
/**
|
|
27110
|
-
* Update Event Zpl Template endpoint
|
|
27111
|
-
* @summary Update Event Zpl Template
|
|
27112
|
-
* @param {EventsOnSiteApiUpdateEventZplTemplateRequest} requestParameters Request parameters.
|
|
27113
|
-
* @param {*} [options] Override http request option.
|
|
27114
|
-
* @throws {RequiredError}
|
|
27115
|
-
*/
|
|
27116
|
-
updateEventZplTemplate(requestParameters: EventsOnSiteApiUpdateEventZplTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateEventCheckinCode200Response, any, {}>>;
|
|
27117
|
-
/**
|
|
27118
|
-
* Update Event Zpl Template Badge Field endpoint
|
|
27119
|
-
* @summary Update Event Zpl Template Badge Field
|
|
27120
|
-
* @param {EventsOnSiteApiUpdateEventZplTemplateBadgeFieldRequest} requestParameters Request parameters.
|
|
27121
|
-
* @param {*} [options] Override http request option.
|
|
27122
|
-
* @throws {RequiredError}
|
|
27123
|
-
*/
|
|
27124
|
-
updateEventZplTemplateBadgeField(requestParameters: EventsOnSiteApiUpdateEventZplTemplateBadgeFieldRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
|
|
27125
27746
|
}
|
|
27126
27747
|
/**
|
|
27127
27748
|
* EventsPackagesApi - axios parameter creator
|
|
@@ -29960,6 +30581,200 @@ export declare class EventsPassesApi extends BaseAPI {
|
|
|
29960
30581
|
*/
|
|
29961
30582
|
updateEventSessionAccessResponses(requestParameters: EventsPassesApiUpdateEventSessionAccessResponsesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
|
|
29962
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
|
+
}
|
|
29963
30778
|
/**
|
|
29964
30779
|
* EventsPasstypesApi - axios parameter creator
|
|
29965
30780
|
*/
|
|
@@ -35273,6 +36088,16 @@ export declare const EventsSessionsApiAxiosParamCreator: (configuration?: Config
|
|
|
35273
36088
|
* @throws {RequiredError}
|
|
35274
36089
|
*/
|
|
35275
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>;
|
|
35276
36101
|
/**
|
|
35277
36102
|
* Add Event Session Track endpoint
|
|
35278
36103
|
* @summary Add Event Session Track
|
|
@@ -35283,6 +36108,16 @@ export declare const EventsSessionsApiAxiosParamCreator: (configuration?: Config
|
|
|
35283
36108
|
* @throws {RequiredError}
|
|
35284
36109
|
*/
|
|
35285
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>;
|
|
35286
36121
|
/**
|
|
35287
36122
|
* Create Event Session endpoint
|
|
35288
36123
|
* @summary Create Event Session
|
|
@@ -35402,6 +36237,19 @@ export declare const EventsSessionsApiAxiosParamCreator: (configuration?: Config
|
|
|
35402
36237
|
* @throws {RequiredError}
|
|
35403
36238
|
*/
|
|
35404
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>;
|
|
35405
36253
|
/**
|
|
35406
36254
|
* Get Event Session Tracks endpoint
|
|
35407
36255
|
* @summary Get Event Session Tracks
|
|
@@ -35477,6 +36325,16 @@ export declare const EventsSessionsApiAxiosParamCreator: (configuration?: Config
|
|
|
35477
36325
|
* @throws {RequiredError}
|
|
35478
36326
|
*/
|
|
35479
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>;
|
|
35480
36338
|
/**
|
|
35481
36339
|
* Remove Event Session Track endpoint
|
|
35482
36340
|
* @summary Remove Event Session Track
|
|
@@ -35552,6 +36410,16 @@ export declare const EventsSessionsApiFp: (configuration?: Configuration) => {
|
|
|
35552
36410
|
* @throws {RequiredError}
|
|
35553
36411
|
*/
|
|
35554
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>>;
|
|
35555
36423
|
/**
|
|
35556
36424
|
* Add Event Session Track endpoint
|
|
35557
36425
|
* @summary Add Event Session Track
|
|
@@ -35562,6 +36430,16 @@ export declare const EventsSessionsApiFp: (configuration?: Configuration) => {
|
|
|
35562
36430
|
* @throws {RequiredError}
|
|
35563
36431
|
*/
|
|
35564
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>>;
|
|
35565
36443
|
/**
|
|
35566
36444
|
* Create Event Session endpoint
|
|
35567
36445
|
* @summary Create Event Session
|
|
@@ -35681,6 +36559,19 @@ export declare const EventsSessionsApiFp: (configuration?: Configuration) => {
|
|
|
35681
36559
|
* @throws {RequiredError}
|
|
35682
36560
|
*/
|
|
35683
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>>;
|
|
35684
36575
|
/**
|
|
35685
36576
|
* Get Event Session Tracks endpoint
|
|
35686
36577
|
* @summary Get Event Session Tracks
|
|
@@ -35756,6 +36647,16 @@ export declare const EventsSessionsApiFp: (configuration?: Configuration) => {
|
|
|
35756
36647
|
* @throws {RequiredError}
|
|
35757
36648
|
*/
|
|
35758
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>>;
|
|
35759
36660
|
/**
|
|
35760
36661
|
* Remove Event Session Track endpoint
|
|
35761
36662
|
* @summary Remove Event Session Track
|
|
@@ -35821,6 +36722,14 @@ export declare const EventsSessionsApiFactory: (configuration?: Configuration, b
|
|
|
35821
36722
|
* @throws {RequiredError}
|
|
35822
36723
|
*/
|
|
35823
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>;
|
|
35824
36733
|
/**
|
|
35825
36734
|
* Add Event Session Track endpoint
|
|
35826
36735
|
* @summary Add Event Session Track
|
|
@@ -35829,6 +36738,14 @@ export declare const EventsSessionsApiFactory: (configuration?: Configuration, b
|
|
|
35829
36738
|
* @throws {RequiredError}
|
|
35830
36739
|
*/
|
|
35831
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>;
|
|
35832
36749
|
/**
|
|
35833
36750
|
* Create Event Session endpoint
|
|
35834
36751
|
* @summary Create Event Session
|
|
@@ -35909,6 +36826,14 @@ export declare const EventsSessionsApiFactory: (configuration?: Configuration, b
|
|
|
35909
36826
|
* @throws {RequiredError}
|
|
35910
36827
|
*/
|
|
35911
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>;
|
|
35912
36837
|
/**
|
|
35913
36838
|
* Get Event Session Tracks endpoint
|
|
35914
36839
|
* @summary Get Event Session Tracks
|
|
@@ -35965,6 +36890,14 @@ export declare const EventsSessionsApiFactory: (configuration?: Configuration, b
|
|
|
35965
36890
|
* @throws {RequiredError}
|
|
35966
36891
|
*/
|
|
35967
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>;
|
|
35968
36901
|
/**
|
|
35969
36902
|
* Remove Event Session Track endpoint
|
|
35970
36903
|
* @summary Remove Event Session Track
|
|
@@ -36067,6 +37000,23 @@ export interface EventsSessionsApiAddEventSessionSponsorRequest {
|
|
|
36067
37000
|
*/
|
|
36068
37001
|
readonly sponsorId: string;
|
|
36069
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
|
+
}
|
|
36070
37020
|
/**
|
|
36071
37021
|
* Request parameters for addEventSessionTrack operation in EventsSessionsApi.
|
|
36072
37022
|
*/
|
|
@@ -36084,6 +37034,20 @@ export interface EventsSessionsApiAddEventSessionTrackRequest {
|
|
|
36084
37034
|
*/
|
|
36085
37035
|
readonly trackId: string;
|
|
36086
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
|
+
}
|
|
36087
37051
|
/**
|
|
36088
37052
|
* Request parameters for createEventSession operation in EventsSessionsApi.
|
|
36089
37053
|
*/
|
|
@@ -36327,6 +37291,35 @@ export interface EventsSessionsApiGetEventSessionSponsorsRequest {
|
|
|
36327
37291
|
*/
|
|
36328
37292
|
readonly search?: string;
|
|
36329
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
|
+
}
|
|
36330
37323
|
/**
|
|
36331
37324
|
* Request parameters for getEventSessionTracks operation in EventsSessionsApi.
|
|
36332
37325
|
*/
|
|
@@ -36466,6 +37459,23 @@ export interface EventsSessionsApiRemoveEventSessionSponsorRequest {
|
|
|
36466
37459
|
*/
|
|
36467
37460
|
readonly sponsorId: string;
|
|
36468
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
|
+
}
|
|
36469
37479
|
/**
|
|
36470
37480
|
* Request parameters for removeEventSessionTrack operation in EventsSessionsApi.
|
|
36471
37481
|
*/
|
|
@@ -36544,6 +37554,14 @@ export declare class EventsSessionsApi extends BaseAPI {
|
|
|
36544
37554
|
* @throws {RequiredError}
|
|
36545
37555
|
*/
|
|
36546
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, {}>>;
|
|
36547
37565
|
/**
|
|
36548
37566
|
* Add Event Session Track endpoint
|
|
36549
37567
|
* @summary Add Event Session Track
|
|
@@ -36552,6 +37570,14 @@ export declare class EventsSessionsApi extends BaseAPI {
|
|
|
36552
37570
|
* @throws {RequiredError}
|
|
36553
37571
|
*/
|
|
36554
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, {}>>;
|
|
36555
37581
|
/**
|
|
36556
37582
|
* Create Event Session endpoint
|
|
36557
37583
|
* @summary Create Event Session
|
|
@@ -36632,6 +37658,14 @@ export declare class EventsSessionsApi extends BaseAPI {
|
|
|
36632
37658
|
* @throws {RequiredError}
|
|
36633
37659
|
*/
|
|
36634
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, {}>>;
|
|
36635
37669
|
/**
|
|
36636
37670
|
* Get Event Session Tracks endpoint
|
|
36637
37671
|
* @summary Get Event Session Tracks
|
|
@@ -36688,6 +37722,14 @@ export declare class EventsSessionsApi extends BaseAPI {
|
|
|
36688
37722
|
* @throws {RequiredError}
|
|
36689
37723
|
*/
|
|
36690
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, {}>>;
|
|
36691
37733
|
/**
|
|
36692
37734
|
* Remove Event Session Track endpoint
|
|
36693
37735
|
* @summary Remove Event Session Track
|
|
@@ -54559,6 +55601,18 @@ export declare const SeriesApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
54559
55601
|
* @throws {RequiredError}
|
|
54560
55602
|
*/
|
|
54561
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>;
|
|
54562
55616
|
/**
|
|
54563
55617
|
* Remove Series Event endpoint
|
|
54564
55618
|
* @summary Remove Series Event
|
|
@@ -54638,6 +55692,18 @@ export declare const SeriesApiFp: (configuration?: Configuration) => {
|
|
|
54638
55692
|
* @throws {RequiredError}
|
|
54639
55693
|
*/
|
|
54640
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>>;
|
|
54641
55707
|
/**
|
|
54642
55708
|
* Remove Series Event endpoint
|
|
54643
55709
|
* @summary Remove Series Event
|
|
@@ -54709,6 +55775,14 @@ export declare const SeriesApiFactory: (configuration?: Configuration, basePath?
|
|
|
54709
55775
|
* @throws {RequiredError}
|
|
54710
55776
|
*/
|
|
54711
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>;
|
|
54712
55786
|
/**
|
|
54713
55787
|
* Remove Series Event endpoint
|
|
54714
55788
|
* @summary Remove Series Event
|
|
@@ -54809,6 +55883,31 @@ export interface SeriesApiGetSeriesListRequest {
|
|
|
54809
55883
|
*/
|
|
54810
55884
|
readonly search?: string;
|
|
54811
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
|
+
}
|
|
54812
55911
|
/**
|
|
54813
55912
|
* Request parameters for removeSeriesEvent operation in SeriesApi.
|
|
54814
55913
|
*/
|
|
@@ -54887,6 +55986,14 @@ export declare class SeriesApi extends BaseAPI {
|
|
|
54887
55986
|
* @throws {RequiredError}
|
|
54888
55987
|
*/
|
|
54889
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, {}>>;
|
|
54890
55997
|
/**
|
|
54891
55998
|
* Remove Series Event endpoint
|
|
54892
55999
|
* @summary Remove Series Event
|
|
@@ -54905,36 +56012,51 @@ export declare class SeriesApi extends BaseAPI {
|
|
|
54905
56012
|
updateSeries(requestParameters: SeriesApiUpdateSeriesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSeries200Response, any, {}>>;
|
|
54906
56013
|
}
|
|
54907
56014
|
/**
|
|
54908
|
-
*
|
|
56015
|
+
* SeriesQuestionsApi - axios parameter creator
|
|
54909
56016
|
*/
|
|
54910
|
-
export declare const
|
|
56017
|
+
export declare const SeriesQuestionsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
54911
56018
|
/**
|
|
54912
|
-
* Create
|
|
54913
|
-
* @summary Create
|
|
54914
|
-
* @param {
|
|
56019
|
+
* Create Series Question endpoint
|
|
56020
|
+
* @summary Create Series Question
|
|
56021
|
+
* @param {string} seriesId The series identifier
|
|
56022
|
+
* @param {SeriesQuestionCreateInputs} seriesQuestionCreateInputs
|
|
54915
56023
|
* @param {*} [options] Override http request option.
|
|
54916
56024
|
* @throws {RequiredError}
|
|
54917
56025
|
*/
|
|
54918
|
-
|
|
56026
|
+
createSeriesQuestion: (seriesId: string, seriesQuestionCreateInputs: SeriesQuestionCreateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
54919
56027
|
/**
|
|
54920
|
-
* Delete
|
|
54921
|
-
* @summary Delete
|
|
54922
|
-
* @param {string}
|
|
56028
|
+
* Delete Series Question endpoint
|
|
56029
|
+
* @summary Delete Series Question
|
|
56030
|
+
* @param {string} seriesId The series identifier
|
|
56031
|
+
* @param {string} questionId The question identifier
|
|
54923
56032
|
* @param {*} [options] Override http request option.
|
|
54924
56033
|
* @throws {RequiredError}
|
|
54925
56034
|
*/
|
|
54926
|
-
|
|
56035
|
+
deleteSeriesQuestion: (seriesId: string, questionId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
54927
56036
|
/**
|
|
54928
|
-
* Get
|
|
54929
|
-
* @summary Get
|
|
54930
|
-
* @param {string}
|
|
56037
|
+
* Get Series Question endpoint
|
|
56038
|
+
* @summary Get Series Question
|
|
56039
|
+
* @param {string} seriesId The series identifier
|
|
56040
|
+
* @param {string} questionId The question identifier
|
|
54931
56041
|
* @param {*} [options] Override http request option.
|
|
54932
56042
|
* @throws {RequiredError}
|
|
54933
56043
|
*/
|
|
54934
|
-
|
|
56044
|
+
getSeriesQuestion: (seriesId: string, questionId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
54935
56045
|
/**
|
|
54936
|
-
* Get
|
|
54937
|
-
* @summary Get
|
|
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
|
|
54938
56060
|
* @param {number} [page] Page number
|
|
54939
56061
|
* @param {number} [pageSize] Number of items per page
|
|
54940
56062
|
* @param {string} [orderBy] Field to order by
|
|
@@ -54942,48 +56064,76 @@ export declare const SponsorsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
54942
56064
|
* @param {*} [options] Override http request option.
|
|
54943
56065
|
* @throws {RequiredError}
|
|
54944
56066
|
*/
|
|
54945
|
-
|
|
56067
|
+
getSeriesQuestionChoices: (seriesId: string, questionId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
54946
56068
|
/**
|
|
54947
|
-
*
|
|
54948
|
-
* @summary
|
|
54949
|
-
* @param {string}
|
|
54950
|
-
* @param {
|
|
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
|
|
54951
56076
|
* @param {*} [options] Override http request option.
|
|
54952
56077
|
* @throws {RequiredError}
|
|
54953
56078
|
*/
|
|
54954
|
-
|
|
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>;
|
|
54955
56090
|
};
|
|
54956
56091
|
/**
|
|
54957
|
-
*
|
|
56092
|
+
* SeriesQuestionsApi - functional programming interface
|
|
54958
56093
|
*/
|
|
54959
|
-
export declare const
|
|
56094
|
+
export declare const SeriesQuestionsApiFp: (configuration?: Configuration) => {
|
|
54960
56095
|
/**
|
|
54961
|
-
* Create
|
|
54962
|
-
* @summary Create
|
|
54963
|
-
* @param {
|
|
56096
|
+
* Create Series Question endpoint
|
|
56097
|
+
* @summary Create Series Question
|
|
56098
|
+
* @param {string} seriesId The series identifier
|
|
56099
|
+
* @param {SeriesQuestionCreateInputs} seriesQuestionCreateInputs
|
|
54964
56100
|
* @param {*} [options] Override http request option.
|
|
54965
56101
|
* @throws {RequiredError}
|
|
54966
56102
|
*/
|
|
54967
|
-
|
|
56103
|
+
createSeriesQuestion(seriesId: string, seriesQuestionCreateInputs: SeriesQuestionCreateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
|
|
54968
56104
|
/**
|
|
54969
|
-
* Delete
|
|
54970
|
-
* @summary Delete
|
|
54971
|
-
* @param {string}
|
|
56105
|
+
* Delete Series Question endpoint
|
|
56106
|
+
* @summary Delete Series Question
|
|
56107
|
+
* @param {string} seriesId The series identifier
|
|
56108
|
+
* @param {string} questionId The question identifier
|
|
54972
56109
|
* @param {*} [options] Override http request option.
|
|
54973
56110
|
* @throws {RequiredError}
|
|
54974
56111
|
*/
|
|
54975
|
-
|
|
56112
|
+
deleteSeriesQuestion(seriesId: string, questionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountInvitations200Response>>;
|
|
54976
56113
|
/**
|
|
54977
|
-
* Get
|
|
54978
|
-
* @summary Get
|
|
54979
|
-
* @param {string}
|
|
56114
|
+
* Get Series Question endpoint
|
|
56115
|
+
* @summary Get Series Question
|
|
56116
|
+
* @param {string} seriesId The series identifier
|
|
56117
|
+
* @param {string} questionId The question identifier
|
|
54980
56118
|
* @param {*} [options] Override http request option.
|
|
54981
56119
|
* @throws {RequiredError}
|
|
54982
56120
|
*/
|
|
54983
|
-
|
|
56121
|
+
getSeriesQuestion(seriesId: string, questionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
|
|
54984
56122
|
/**
|
|
54985
|
-
* Get
|
|
54986
|
-
* @summary Get
|
|
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
|
|
54987
56137
|
* @param {number} [page] Page number
|
|
54988
56138
|
* @param {number} [pageSize] Number of items per page
|
|
54989
56139
|
* @param {string} [orderBy] Field to order by
|
|
@@ -54991,90 +56141,156 @@ export declare const SponsorsApiFp: (configuration?: Configuration) => {
|
|
|
54991
56141
|
* @param {*} [options] Override http request option.
|
|
54992
56142
|
* @throws {RequiredError}
|
|
54993
56143
|
*/
|
|
54994
|
-
|
|
56144
|
+
getSeriesQuestionChoices(seriesId: string, questionId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountInvitations200Response>>;
|
|
54995
56145
|
/**
|
|
54996
|
-
*
|
|
54997
|
-
* @summary
|
|
54998
|
-
* @param {string}
|
|
54999
|
-
* @param {
|
|
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
|
|
55000
56153
|
* @param {*} [options] Override http request option.
|
|
55001
56154
|
* @throws {RequiredError}
|
|
55002
56155
|
*/
|
|
55003
|
-
|
|
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>>;
|
|
55004
56167
|
};
|
|
55005
56168
|
/**
|
|
55006
|
-
*
|
|
56169
|
+
* SeriesQuestionsApi - factory interface
|
|
55007
56170
|
*/
|
|
55008
|
-
export declare const
|
|
56171
|
+
export declare const SeriesQuestionsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
55009
56172
|
/**
|
|
55010
|
-
* Create
|
|
55011
|
-
* @summary Create
|
|
55012
|
-
* @param {
|
|
56173
|
+
* Create Series Question endpoint
|
|
56174
|
+
* @summary Create Series Question
|
|
56175
|
+
* @param {SeriesQuestionsApiCreateSeriesQuestionRequest} requestParameters Request parameters.
|
|
55013
56176
|
* @param {*} [options] Override http request option.
|
|
55014
56177
|
* @throws {RequiredError}
|
|
55015
56178
|
*/
|
|
55016
|
-
|
|
56179
|
+
createSeriesQuestion(requestParameters: SeriesQuestionsApiCreateSeriesQuestionRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
|
|
55017
56180
|
/**
|
|
55018
|
-
* Delete
|
|
55019
|
-
* @summary Delete
|
|
55020
|
-
* @param {
|
|
56181
|
+
* Delete Series Question endpoint
|
|
56182
|
+
* @summary Delete Series Question
|
|
56183
|
+
* @param {SeriesQuestionsApiDeleteSeriesQuestionRequest} requestParameters Request parameters.
|
|
55021
56184
|
* @param {*} [options] Override http request option.
|
|
55022
56185
|
* @throws {RequiredError}
|
|
55023
56186
|
*/
|
|
55024
|
-
|
|
56187
|
+
deleteSeriesQuestion(requestParameters: SeriesQuestionsApiDeleteSeriesQuestionRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountInvitations200Response>;
|
|
55025
56188
|
/**
|
|
55026
|
-
* Get
|
|
55027
|
-
* @summary Get
|
|
55028
|
-
* @param {
|
|
56189
|
+
* Get Series Question endpoint
|
|
56190
|
+
* @summary Get Series Question
|
|
56191
|
+
* @param {SeriesQuestionsApiGetSeriesQuestionRequest} requestParameters Request parameters.
|
|
55029
56192
|
* @param {*} [options] Override http request option.
|
|
55030
56193
|
* @throws {RequiredError}
|
|
55031
56194
|
*/
|
|
55032
|
-
|
|
56195
|
+
getSeriesQuestion(requestParameters: SeriesQuestionsApiGetSeriesQuestionRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
|
|
55033
56196
|
/**
|
|
55034
|
-
* Get
|
|
55035
|
-
* @summary Get
|
|
55036
|
-
* @param {
|
|
56197
|
+
* Get Series Question Choice endpoint
|
|
56198
|
+
* @summary Get Series Question Choice
|
|
56199
|
+
* @param {SeriesQuestionsApiGetSeriesQuestionChoiceRequest} requestParameters Request parameters.
|
|
55037
56200
|
* @param {*} [options] Override http request option.
|
|
55038
56201
|
* @throws {RequiredError}
|
|
55039
56202
|
*/
|
|
55040
|
-
|
|
56203
|
+
getSeriesQuestionChoice(requestParameters: SeriesQuestionsApiGetSeriesQuestionChoiceRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
|
|
55041
56204
|
/**
|
|
55042
|
-
*
|
|
55043
|
-
* @summary
|
|
55044
|
-
* @param {
|
|
56205
|
+
* Get Series Question Choices endpoint
|
|
56206
|
+
* @summary Get Series Question Choices
|
|
56207
|
+
* @param {SeriesQuestionsApiGetSeriesQuestionChoicesRequest} requestParameters Request parameters.
|
|
55045
56208
|
* @param {*} [options] Override http request option.
|
|
55046
56209
|
* @throws {RequiredError}
|
|
55047
56210
|
*/
|
|
55048
|
-
|
|
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>;
|
|
55049
56228
|
};
|
|
55050
56229
|
/**
|
|
55051
|
-
* Request parameters for
|
|
56230
|
+
* Request parameters for createSeriesQuestion operation in SeriesQuestionsApi.
|
|
55052
56231
|
*/
|
|
55053
|
-
export interface
|
|
55054
|
-
|
|
56232
|
+
export interface SeriesQuestionsApiCreateSeriesQuestionRequest {
|
|
56233
|
+
/**
|
|
56234
|
+
* The series identifier
|
|
56235
|
+
*/
|
|
56236
|
+
readonly seriesId: string;
|
|
56237
|
+
readonly seriesQuestionCreateInputs: SeriesQuestionCreateInputs;
|
|
55055
56238
|
}
|
|
55056
56239
|
/**
|
|
55057
|
-
* Request parameters for
|
|
56240
|
+
* Request parameters for deleteSeriesQuestion operation in SeriesQuestionsApi.
|
|
55058
56241
|
*/
|
|
55059
|
-
export interface
|
|
56242
|
+
export interface SeriesQuestionsApiDeleteSeriesQuestionRequest {
|
|
55060
56243
|
/**
|
|
55061
|
-
* The
|
|
56244
|
+
* The series identifier
|
|
55062
56245
|
*/
|
|
55063
|
-
readonly
|
|
56246
|
+
readonly seriesId: string;
|
|
56247
|
+
/**
|
|
56248
|
+
* The question identifier
|
|
56249
|
+
*/
|
|
56250
|
+
readonly questionId: string;
|
|
55064
56251
|
}
|
|
55065
56252
|
/**
|
|
55066
|
-
* Request parameters for
|
|
56253
|
+
* Request parameters for getSeriesQuestion operation in SeriesQuestionsApi.
|
|
55067
56254
|
*/
|
|
55068
|
-
export interface
|
|
56255
|
+
export interface SeriesQuestionsApiGetSeriesQuestionRequest {
|
|
55069
56256
|
/**
|
|
55070
|
-
* The
|
|
56257
|
+
* The series identifier
|
|
55071
56258
|
*/
|
|
55072
|
-
readonly
|
|
56259
|
+
readonly seriesId: string;
|
|
56260
|
+
/**
|
|
56261
|
+
* The question identifier
|
|
56262
|
+
*/
|
|
56263
|
+
readonly questionId: string;
|
|
55073
56264
|
}
|
|
55074
56265
|
/**
|
|
55075
|
-
* Request parameters for
|
|
56266
|
+
* Request parameters for getSeriesQuestionChoice operation in SeriesQuestionsApi.
|
|
55076
56267
|
*/
|
|
55077
|
-
export interface
|
|
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;
|
|
55078
56294
|
/**
|
|
55079
56295
|
* Page number
|
|
55080
56296
|
*/
|
|
@@ -55093,161 +56309,1205 @@ export interface SponsorsApiGetLevelsRequest {
|
|
|
55093
56309
|
readonly search?: string;
|
|
55094
56310
|
}
|
|
55095
56311
|
/**
|
|
55096
|
-
* Request parameters for
|
|
56312
|
+
* Request parameters for getSeriesQuestions operation in SeriesQuestionsApi.
|
|
55097
56313
|
*/
|
|
55098
|
-
export interface
|
|
56314
|
+
export interface SeriesQuestionsApiGetSeriesQuestionsRequest {
|
|
55099
56315
|
/**
|
|
55100
|
-
* The
|
|
56316
|
+
* The series identifier
|
|
55101
56317
|
*/
|
|
55102
|
-
readonly
|
|
56318
|
+
readonly seriesId: string;
|
|
55103
56319
|
/**
|
|
55104
|
-
*
|
|
56320
|
+
* Page number
|
|
55105
56321
|
*/
|
|
55106
|
-
readonly
|
|
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;
|
|
55107
56335
|
}
|
|
55108
56336
|
/**
|
|
55109
|
-
*
|
|
56337
|
+
* Request parameters for updateSeriesQuestion operation in SeriesQuestionsApi.
|
|
55110
56338
|
*/
|
|
55111
|
-
export
|
|
56339
|
+
export interface SeriesQuestionsApiUpdateSeriesQuestionRequest {
|
|
55112
56340
|
/**
|
|
55113
|
-
*
|
|
55114
|
-
* @summary Create Level
|
|
55115
|
-
* @param {SponsorsApiCreateLevelRequest} requestParameters Request parameters.
|
|
55116
|
-
* @param {*} [options] Override http request option.
|
|
55117
|
-
* @throws {RequiredError}
|
|
56341
|
+
* The series identifier
|
|
55118
56342
|
*/
|
|
55119
|
-
|
|
56343
|
+
readonly seriesId: string;
|
|
55120
56344
|
/**
|
|
55121
|
-
*
|
|
55122
|
-
|
|
55123
|
-
|
|
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.
|
|
55124
56361
|
* @param {*} [options] Override http request option.
|
|
55125
56362
|
* @throws {RequiredError}
|
|
55126
56363
|
*/
|
|
55127
|
-
|
|
56364
|
+
createSeriesQuestion(requestParameters: SeriesQuestionsApiCreateSeriesQuestionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
|
|
55128
56365
|
/**
|
|
55129
|
-
*
|
|
55130
|
-
* @summary
|
|
55131
|
-
* @param {
|
|
56366
|
+
* Delete Series Question endpoint
|
|
56367
|
+
* @summary Delete Series Question
|
|
56368
|
+
* @param {SeriesQuestionsApiDeleteSeriesQuestionRequest} requestParameters Request parameters.
|
|
55132
56369
|
* @param {*} [options] Override http request option.
|
|
55133
56370
|
* @throws {RequiredError}
|
|
55134
56371
|
*/
|
|
55135
|
-
|
|
56372
|
+
deleteSeriesQuestion(requestParameters: SeriesQuestionsApiDeleteSeriesQuestionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountInvitations200Response, any, {}>>;
|
|
55136
56373
|
/**
|
|
55137
|
-
* Get
|
|
55138
|
-
* @summary Get
|
|
55139
|
-
* @param {
|
|
56374
|
+
* Get Series Question endpoint
|
|
56375
|
+
* @summary Get Series Question
|
|
56376
|
+
* @param {SeriesQuestionsApiGetSeriesQuestionRequest} requestParameters Request parameters.
|
|
55140
56377
|
* @param {*} [options] Override http request option.
|
|
55141
56378
|
* @throws {RequiredError}
|
|
55142
56379
|
*/
|
|
55143
|
-
|
|
56380
|
+
getSeriesQuestion(requestParameters: SeriesQuestionsApiGetSeriesQuestionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
|
|
55144
56381
|
/**
|
|
55145
|
-
*
|
|
55146
|
-
* @summary
|
|
55147
|
-
* @param {
|
|
56382
|
+
* Get Series Question Choice endpoint
|
|
56383
|
+
* @summary Get Series Question Choice
|
|
56384
|
+
* @param {SeriesQuestionsApiGetSeriesQuestionChoiceRequest} requestParameters Request parameters.
|
|
55148
56385
|
* @param {*} [options] Override http request option.
|
|
55149
56386
|
* @throws {RequiredError}
|
|
55150
56387
|
*/
|
|
55151
|
-
|
|
55152
|
-
}
|
|
55153
|
-
/**
|
|
55154
|
-
* SponsorsAccountsApi - axios parameter creator
|
|
55155
|
-
*/
|
|
55156
|
-
export declare const SponsorsAccountsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
56388
|
+
getSeriesQuestionChoice(requestParameters: SeriesQuestionsApiGetSeriesQuestionChoiceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
|
|
55157
56389
|
/**
|
|
55158
|
-
*
|
|
55159
|
-
* @summary
|
|
55160
|
-
* @param {
|
|
55161
|
-
* @param {string} accountId The account identifier
|
|
56390
|
+
* Get Series Question Choices endpoint
|
|
56391
|
+
* @summary Get Series Question Choices
|
|
56392
|
+
* @param {SeriesQuestionsApiGetSeriesQuestionChoicesRequest} requestParameters Request parameters.
|
|
55162
56393
|
* @param {*} [options] Override http request option.
|
|
55163
56394
|
* @throws {RequiredError}
|
|
55164
56395
|
*/
|
|
55165
|
-
|
|
56396
|
+
getSeriesQuestionChoices(requestParameters: SeriesQuestionsApiGetSeriesQuestionChoicesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
|
|
55166
56397
|
/**
|
|
55167
|
-
* Get
|
|
55168
|
-
* @summary Get
|
|
55169
|
-
* @param {
|
|
55170
|
-
* @param {number} [page] Page number
|
|
55171
|
-
* @param {number} [pageSize] Number of items per page
|
|
55172
|
-
* @param {string} [orderBy] Field to order by
|
|
55173
|
-
* @param {string} [search] Search query
|
|
56398
|
+
* Get Series Questions endpoint
|
|
56399
|
+
* @summary Get Series Questions
|
|
56400
|
+
* @param {SeriesQuestionsApiGetSeriesQuestionsRequest} requestParameters Request parameters.
|
|
55174
56401
|
* @param {*} [options] Override http request option.
|
|
55175
56402
|
* @throws {RequiredError}
|
|
55176
56403
|
*/
|
|
55177
|
-
|
|
56404
|
+
getSeriesQuestions(requestParameters: SeriesQuestionsApiGetSeriesQuestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
|
|
55178
56405
|
/**
|
|
55179
|
-
*
|
|
55180
|
-
* @summary
|
|
55181
|
-
* @param {
|
|
55182
|
-
* @param {string} accountId The account identifier
|
|
56406
|
+
* Update Series Question endpoint
|
|
56407
|
+
* @summary Update Series Question
|
|
56408
|
+
* @param {SeriesQuestionsApiUpdateSeriesQuestionRequest} requestParameters Request parameters.
|
|
55183
56409
|
* @param {*} [options] Override http request option.
|
|
55184
56410
|
* @throws {RequiredError}
|
|
55185
56411
|
*/
|
|
55186
|
-
|
|
55187
|
-
}
|
|
56412
|
+
updateSeriesQuestion(requestParameters: SeriesQuestionsApiUpdateSeriesQuestionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
|
|
56413
|
+
}
|
|
55188
56414
|
/**
|
|
55189
|
-
*
|
|
56415
|
+
* SeriesQuestionsChoicesApi - axios parameter creator
|
|
55190
56416
|
*/
|
|
55191
|
-
export declare const
|
|
56417
|
+
export declare const SeriesQuestionsChoicesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
55192
56418
|
/**
|
|
55193
|
-
*
|
|
55194
|
-
* @summary
|
|
55195
|
-
* @param {string}
|
|
55196
|
-
* @param {string}
|
|
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
|
|
55197
56424
|
* @param {*} [options] Override http request option.
|
|
55198
56425
|
* @throws {RequiredError}
|
|
55199
56426
|
*/
|
|
55200
|
-
|
|
56427
|
+
createSeriesQuestionChoice: (seriesId: string, questionId: string, seriesQuestionChoiceCreateInputs: SeriesQuestionChoiceCreateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
55201
56428
|
/**
|
|
55202
|
-
*
|
|
55203
|
-
* @summary
|
|
55204
|
-
* @param {string}
|
|
55205
|
-
* @param {
|
|
55206
|
-
* @param {
|
|
55207
|
-
* @param {string} [orderBy] Field to order by
|
|
55208
|
-
* @param {string} [search] Search query
|
|
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
|
|
55209
56434
|
* @param {*} [options] Override http request option.
|
|
55210
56435
|
* @throws {RequiredError}
|
|
55211
56436
|
*/
|
|
55212
|
-
|
|
56437
|
+
deleteSeriesQuestionChoice: (seriesId: string, questionId: string, choiceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
55213
56438
|
/**
|
|
55214
|
-
*
|
|
55215
|
-
* @summary
|
|
55216
|
-
* @param {string}
|
|
55217
|
-
* @param {string}
|
|
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
|
|
55218
56444
|
* @param {*} [options] Override http request option.
|
|
55219
56445
|
* @throws {RequiredError}
|
|
55220
56446
|
*/
|
|
55221
|
-
|
|
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>;
|
|
55222
56459
|
};
|
|
55223
56460
|
/**
|
|
55224
|
-
*
|
|
56461
|
+
* SeriesQuestionsChoicesApi - functional programming interface
|
|
55225
56462
|
*/
|
|
55226
|
-
export declare const
|
|
56463
|
+
export declare const SeriesQuestionsChoicesApiFp: (configuration?: Configuration) => {
|
|
55227
56464
|
/**
|
|
55228
|
-
*
|
|
55229
|
-
* @summary
|
|
55230
|
-
* @param {
|
|
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
|
|
55231
56470
|
* @param {*} [options] Override http request option.
|
|
55232
56471
|
* @throws {RequiredError}
|
|
55233
56472
|
*/
|
|
55234
|
-
|
|
56473
|
+
createSeriesQuestionChoice(seriesId: string, questionId: string, seriesQuestionChoiceCreateInputs: SeriesQuestionChoiceCreateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
|
|
55235
56474
|
/**
|
|
55236
|
-
*
|
|
55237
|
-
* @summary
|
|
55238
|
-
* @param {
|
|
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
|
|
55239
56480
|
* @param {*} [options] Override http request option.
|
|
55240
56481
|
* @throws {RequiredError}
|
|
55241
56482
|
*/
|
|
55242
|
-
|
|
56483
|
+
deleteSeriesQuestionChoice(seriesId: string, questionId: string, choiceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountInvitations200Response>>;
|
|
55243
56484
|
/**
|
|
55244
|
-
*
|
|
55245
|
-
* @summary
|
|
55246
|
-
* @param {
|
|
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
|
|
55247
56490
|
* @param {*} [options] Override http request option.
|
|
55248
56491
|
* @throws {RequiredError}
|
|
55249
56492
|
*/
|
|
55250
|
-
|
|
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
|
+
}
|
|
56649
|
+
/**
|
|
56650
|
+
* SeriesRegistrationsApi - axios parameter creator
|
|
56651
|
+
*/
|
|
56652
|
+
export declare const SeriesRegistrationsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
56653
|
+
/**
|
|
56654
|
+
* Create Series Registration endpoint
|
|
56655
|
+
* @summary Create Series Registration
|
|
56656
|
+
* @param {string} seriesId The series identifier
|
|
56657
|
+
* @param {SeriesRegistrationCreateInputs} seriesRegistrationCreateInputs
|
|
56658
|
+
* @param {*} [options] Override http request option.
|
|
56659
|
+
* @throws {RequiredError}
|
|
56660
|
+
*/
|
|
56661
|
+
createSeriesRegistration: (seriesId: string, seriesRegistrationCreateInputs: SeriesRegistrationCreateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
56662
|
+
/**
|
|
56663
|
+
* Delete Series Registration endpoint
|
|
56664
|
+
* @summary Delete Series Registration
|
|
56665
|
+
* @param {string} seriesId The series identifier
|
|
56666
|
+
* @param {string} registrationId The registration identifier
|
|
56667
|
+
* @param {*} [options] Override http request option.
|
|
56668
|
+
* @throws {RequiredError}
|
|
56669
|
+
*/
|
|
56670
|
+
deleteSeriesRegistration: (seriesId: string, registrationId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
56671
|
+
/**
|
|
56672
|
+
* Get Series Registration endpoint
|
|
56673
|
+
* @summary Get Series Registration
|
|
56674
|
+
* @param {string} seriesId The series identifier
|
|
56675
|
+
* @param {string} registrationId The registration identifier
|
|
56676
|
+
* @param {*} [options] Override http request option.
|
|
56677
|
+
* @throws {RequiredError}
|
|
56678
|
+
*/
|
|
56679
|
+
getSeriesRegistration: (seriesId: string, registrationId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
56680
|
+
/**
|
|
56681
|
+
* Get Series Registration Passes endpoint
|
|
56682
|
+
* @summary Get Series Registration Passes
|
|
56683
|
+
* @param {string} seriesId The series identifier
|
|
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
|
|
56689
|
+
* @param {*} [options] Override http request option.
|
|
56690
|
+
* @throws {RequiredError}
|
|
56691
|
+
*/
|
|
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>;
|
|
56715
|
+
/**
|
|
56716
|
+
* Get Series Registrations endpoint
|
|
56717
|
+
* @summary Get Series Registrations
|
|
56718
|
+
* @param {string} seriesId The series identifier
|
|
56719
|
+
* @param {PurchaseStatus} [status] Filter by status
|
|
56720
|
+
* @param {number} [page] Page number
|
|
56721
|
+
* @param {number} [pageSize] Number of items per page
|
|
56722
|
+
* @param {string} [orderBy] Field to order by
|
|
56723
|
+
* @param {string} [search] Search query
|
|
56724
|
+
* @param {*} [options] Override http request option.
|
|
56725
|
+
* @throws {RequiredError}
|
|
56726
|
+
*/
|
|
56727
|
+
getSeriesRegistrations: (seriesId: string, status?: PurchaseStatus, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
56728
|
+
/**
|
|
56729
|
+
* Update Series Registration endpoint
|
|
56730
|
+
* @summary Update Series Registration
|
|
56731
|
+
* @param {string} seriesId The series identifier
|
|
56732
|
+
* @param {string} registrationId The registration identifier
|
|
56733
|
+
* @param {SeriesRegistrationUpdateInputs} seriesRegistrationUpdateInputs
|
|
56734
|
+
* @param {*} [options] Override http request option.
|
|
56735
|
+
* @throws {RequiredError}
|
|
56736
|
+
*/
|
|
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>;
|
|
56748
|
+
};
|
|
56749
|
+
/**
|
|
56750
|
+
* SeriesRegistrationsApi - functional programming interface
|
|
56751
|
+
*/
|
|
56752
|
+
export declare const SeriesRegistrationsApiFp: (configuration?: Configuration) => {
|
|
56753
|
+
/**
|
|
56754
|
+
* Create Series Registration endpoint
|
|
56755
|
+
* @summary Create Series Registration
|
|
56756
|
+
* @param {string} seriesId The series identifier
|
|
56757
|
+
* @param {SeriesRegistrationCreateInputs} seriesRegistrationCreateInputs
|
|
56758
|
+
* @param {*} [options] Override http request option.
|
|
56759
|
+
* @throws {RequiredError}
|
|
56760
|
+
*/
|
|
56761
|
+
createSeriesRegistration(seriesId: string, seriesRegistrationCreateInputs: SeriesRegistrationCreateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
|
|
56762
|
+
/**
|
|
56763
|
+
* Delete Series Registration endpoint
|
|
56764
|
+
* @summary Delete Series Registration
|
|
56765
|
+
* @param {string} seriesId The series identifier
|
|
56766
|
+
* @param {string} registrationId The registration identifier
|
|
56767
|
+
* @param {*} [options] Override http request option.
|
|
56768
|
+
* @throws {RequiredError}
|
|
56769
|
+
*/
|
|
56770
|
+
deleteSeriesRegistration(seriesId: string, registrationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountInvitations200Response>>;
|
|
56771
|
+
/**
|
|
56772
|
+
* Get Series Registration endpoint
|
|
56773
|
+
* @summary Get Series Registration
|
|
56774
|
+
* @param {string} seriesId The series identifier
|
|
56775
|
+
* @param {string} registrationId The registration identifier
|
|
56776
|
+
* @param {*} [options] Override http request option.
|
|
56777
|
+
* @throws {RequiredError}
|
|
56778
|
+
*/
|
|
56779
|
+
getSeriesRegistration(seriesId: string, registrationId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
|
|
56780
|
+
/**
|
|
56781
|
+
* Get Series Registration Passes endpoint
|
|
56782
|
+
* @summary Get Series Registration Passes
|
|
56783
|
+
* @param {string} seriesId The series identifier
|
|
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
|
|
56802
|
+
* @param {*} [options] Override http request option.
|
|
56803
|
+
* @throws {RequiredError}
|
|
56804
|
+
*/
|
|
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>>;
|
|
56815
|
+
/**
|
|
56816
|
+
* Get Series Registrations endpoint
|
|
56817
|
+
* @summary Get Series Registrations
|
|
56818
|
+
* @param {string} seriesId The series identifier
|
|
56819
|
+
* @param {PurchaseStatus} [status] Filter by status
|
|
56820
|
+
* @param {number} [page] Page number
|
|
56821
|
+
* @param {number} [pageSize] Number of items per page
|
|
56822
|
+
* @param {string} [orderBy] Field to order by
|
|
56823
|
+
* @param {string} [search] Search query
|
|
56824
|
+
* @param {*} [options] Override http request option.
|
|
56825
|
+
* @throws {RequiredError}
|
|
56826
|
+
*/
|
|
56827
|
+
getSeriesRegistrations(seriesId: string, status?: PurchaseStatus, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountInvitations200Response>>;
|
|
56828
|
+
/**
|
|
56829
|
+
* Update Series Registration endpoint
|
|
56830
|
+
* @summary Update Series Registration
|
|
56831
|
+
* @param {string} seriesId The series identifier
|
|
56832
|
+
* @param {string} registrationId The registration identifier
|
|
56833
|
+
* @param {SeriesRegistrationUpdateInputs} seriesRegistrationUpdateInputs
|
|
56834
|
+
* @param {*} [options] Override http request option.
|
|
56835
|
+
* @throws {RequiredError}
|
|
56836
|
+
*/
|
|
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>>;
|
|
56848
|
+
};
|
|
56849
|
+
/**
|
|
56850
|
+
* SeriesRegistrationsApi - factory interface
|
|
56851
|
+
*/
|
|
56852
|
+
export declare const SeriesRegistrationsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
56853
|
+
/**
|
|
56854
|
+
* Create Series Registration endpoint
|
|
56855
|
+
* @summary Create Series Registration
|
|
56856
|
+
* @param {SeriesRegistrationsApiCreateSeriesRegistrationRequest} requestParameters Request parameters.
|
|
56857
|
+
* @param {*} [options] Override http request option.
|
|
56858
|
+
* @throws {RequiredError}
|
|
56859
|
+
*/
|
|
56860
|
+
createSeriesRegistration(requestParameters: SeriesRegistrationsApiCreateSeriesRegistrationRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
|
|
56861
|
+
/**
|
|
56862
|
+
* Delete Series Registration endpoint
|
|
56863
|
+
* @summary Delete Series Registration
|
|
56864
|
+
* @param {SeriesRegistrationsApiDeleteSeriesRegistrationRequest} requestParameters Request parameters.
|
|
56865
|
+
* @param {*} [options] Override http request option.
|
|
56866
|
+
* @throws {RequiredError}
|
|
56867
|
+
*/
|
|
56868
|
+
deleteSeriesRegistration(requestParameters: SeriesRegistrationsApiDeleteSeriesRegistrationRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountInvitations200Response>;
|
|
56869
|
+
/**
|
|
56870
|
+
* Get Series Registration endpoint
|
|
56871
|
+
* @summary Get Series Registration
|
|
56872
|
+
* @param {SeriesRegistrationsApiGetSeriesRegistrationRequest} requestParameters Request parameters.
|
|
56873
|
+
* @param {*} [options] Override http request option.
|
|
56874
|
+
* @throws {RequiredError}
|
|
56875
|
+
*/
|
|
56876
|
+
getSeriesRegistration(requestParameters: SeriesRegistrationsApiGetSeriesRegistrationRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
|
|
56877
|
+
/**
|
|
56878
|
+
* Get Series Registration Passes endpoint
|
|
56879
|
+
* @summary Get Series Registration Passes
|
|
56880
|
+
* @param {SeriesRegistrationsApiGetSeriesRegistrationPassesRequest} requestParameters Request parameters.
|
|
56881
|
+
* @param {*} [options] Override http request option.
|
|
56882
|
+
* @throws {RequiredError}
|
|
56883
|
+
*/
|
|
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>;
|
|
56901
|
+
/**
|
|
56902
|
+
* Get Series Registrations endpoint
|
|
56903
|
+
* @summary Get Series Registrations
|
|
56904
|
+
* @param {SeriesRegistrationsApiGetSeriesRegistrationsRequest} requestParameters Request parameters.
|
|
56905
|
+
* @param {*} [options] Override http request option.
|
|
56906
|
+
* @throws {RequiredError}
|
|
56907
|
+
*/
|
|
56908
|
+
getSeriesRegistrations(requestParameters: SeriesRegistrationsApiGetSeriesRegistrationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountInvitations200Response>;
|
|
56909
|
+
/**
|
|
56910
|
+
* Update Series Registration endpoint
|
|
56911
|
+
* @summary Update Series Registration
|
|
56912
|
+
* @param {SeriesRegistrationsApiUpdateSeriesRegistrationRequest} requestParameters Request parameters.
|
|
56913
|
+
* @param {*} [options] Override http request option.
|
|
56914
|
+
* @throws {RequiredError}
|
|
56915
|
+
*/
|
|
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>;
|
|
56925
|
+
};
|
|
56926
|
+
/**
|
|
56927
|
+
* Request parameters for createSeriesRegistration operation in SeriesRegistrationsApi.
|
|
56928
|
+
*/
|
|
56929
|
+
export interface SeriesRegistrationsApiCreateSeriesRegistrationRequest {
|
|
56930
|
+
/**
|
|
56931
|
+
* The series identifier
|
|
56932
|
+
*/
|
|
56933
|
+
readonly seriesId: string;
|
|
56934
|
+
readonly seriesRegistrationCreateInputs: SeriesRegistrationCreateInputs;
|
|
56935
|
+
}
|
|
56936
|
+
/**
|
|
56937
|
+
* Request parameters for deleteSeriesRegistration operation in SeriesRegistrationsApi.
|
|
56938
|
+
*/
|
|
56939
|
+
export interface SeriesRegistrationsApiDeleteSeriesRegistrationRequest {
|
|
56940
|
+
/**
|
|
56941
|
+
* The series identifier
|
|
56942
|
+
*/
|
|
56943
|
+
readonly seriesId: string;
|
|
56944
|
+
/**
|
|
56945
|
+
* The registration identifier
|
|
56946
|
+
*/
|
|
56947
|
+
readonly registrationId: string;
|
|
56948
|
+
}
|
|
56949
|
+
/**
|
|
56950
|
+
* Request parameters for getSeriesRegistration operation in SeriesRegistrationsApi.
|
|
56951
|
+
*/
|
|
56952
|
+
export interface SeriesRegistrationsApiGetSeriesRegistrationRequest {
|
|
56953
|
+
/**
|
|
56954
|
+
* The series identifier
|
|
56955
|
+
*/
|
|
56956
|
+
readonly seriesId: string;
|
|
56957
|
+
/**
|
|
56958
|
+
* The registration identifier
|
|
56959
|
+
*/
|
|
56960
|
+
readonly registrationId: string;
|
|
56961
|
+
}
|
|
56962
|
+
/**
|
|
56963
|
+
* Request parameters for getSeriesRegistrationPasses operation in SeriesRegistrationsApi.
|
|
56964
|
+
*/
|
|
56965
|
+
export interface SeriesRegistrationsApiGetSeriesRegistrationPassesRequest {
|
|
56966
|
+
/**
|
|
56967
|
+
* The series identifier
|
|
56968
|
+
*/
|
|
56969
|
+
readonly seriesId: string;
|
|
56970
|
+
/**
|
|
56971
|
+
* The registration identifier
|
|
56972
|
+
*/
|
|
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;
|
|
57032
|
+
}
|
|
57033
|
+
/**
|
|
57034
|
+
* Request parameters for getSeriesRegistrations operation in SeriesRegistrationsApi.
|
|
57035
|
+
*/
|
|
57036
|
+
export interface SeriesRegistrationsApiGetSeriesRegistrationsRequest {
|
|
57037
|
+
/**
|
|
57038
|
+
* The series identifier
|
|
57039
|
+
*/
|
|
57040
|
+
readonly seriesId: string;
|
|
57041
|
+
/**
|
|
57042
|
+
* Filter by status
|
|
57043
|
+
*/
|
|
57044
|
+
readonly status?: PurchaseStatus;
|
|
57045
|
+
/**
|
|
57046
|
+
* Page number
|
|
57047
|
+
*/
|
|
57048
|
+
readonly page?: number;
|
|
57049
|
+
/**
|
|
57050
|
+
* Number of items per page
|
|
57051
|
+
*/
|
|
57052
|
+
readonly pageSize?: number;
|
|
57053
|
+
/**
|
|
57054
|
+
* Field to order by
|
|
57055
|
+
*/
|
|
57056
|
+
readonly orderBy?: string;
|
|
57057
|
+
/**
|
|
57058
|
+
* Search query
|
|
57059
|
+
*/
|
|
57060
|
+
readonly search?: string;
|
|
57061
|
+
}
|
|
57062
|
+
/**
|
|
57063
|
+
* Request parameters for updateSeriesRegistration operation in SeriesRegistrationsApi.
|
|
57064
|
+
*/
|
|
57065
|
+
export interface SeriesRegistrationsApiUpdateSeriesRegistrationRequest {
|
|
57066
|
+
/**
|
|
57067
|
+
* The series identifier
|
|
57068
|
+
*/
|
|
57069
|
+
readonly seriesId: string;
|
|
57070
|
+
/**
|
|
57071
|
+
* The registration identifier
|
|
57072
|
+
*/
|
|
57073
|
+
readonly registrationId: string;
|
|
57074
|
+
readonly seriesRegistrationUpdateInputs: SeriesRegistrationUpdateInputs;
|
|
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
|
+
}
|
|
57090
|
+
/**
|
|
57091
|
+
* SeriesRegistrationsApi - object-oriented interface
|
|
57092
|
+
*/
|
|
57093
|
+
export declare class SeriesRegistrationsApi extends BaseAPI {
|
|
57094
|
+
/**
|
|
57095
|
+
* Create Series Registration endpoint
|
|
57096
|
+
* @summary Create Series Registration
|
|
57097
|
+
* @param {SeriesRegistrationsApiCreateSeriesRegistrationRequest} requestParameters Request parameters.
|
|
57098
|
+
* @param {*} [options] Override http request option.
|
|
57099
|
+
* @throws {RequiredError}
|
|
57100
|
+
*/
|
|
57101
|
+
createSeriesRegistration(requestParameters: SeriesRegistrationsApiCreateSeriesRegistrationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
|
|
57102
|
+
/**
|
|
57103
|
+
* Delete Series Registration endpoint
|
|
57104
|
+
* @summary Delete Series Registration
|
|
57105
|
+
* @param {SeriesRegistrationsApiDeleteSeriesRegistrationRequest} requestParameters Request parameters.
|
|
57106
|
+
* @param {*} [options] Override http request option.
|
|
57107
|
+
* @throws {RequiredError}
|
|
57108
|
+
*/
|
|
57109
|
+
deleteSeriesRegistration(requestParameters: SeriesRegistrationsApiDeleteSeriesRegistrationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountInvitations200Response, any, {}>>;
|
|
57110
|
+
/**
|
|
57111
|
+
* Get Series Registration endpoint
|
|
57112
|
+
* @summary Get Series Registration
|
|
57113
|
+
* @param {SeriesRegistrationsApiGetSeriesRegistrationRequest} requestParameters Request parameters.
|
|
57114
|
+
* @param {*} [options] Override http request option.
|
|
57115
|
+
* @throws {RequiredError}
|
|
57116
|
+
*/
|
|
57117
|
+
getSeriesRegistration(requestParameters: SeriesRegistrationsApiGetSeriesRegistrationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
|
|
57118
|
+
/**
|
|
57119
|
+
* Get Series Registration Passes endpoint
|
|
57120
|
+
* @summary Get Series Registration Passes
|
|
57121
|
+
* @param {SeriesRegistrationsApiGetSeriesRegistrationPassesRequest} requestParameters Request parameters.
|
|
57122
|
+
* @param {*} [options] Override http request option.
|
|
57123
|
+
* @throws {RequiredError}
|
|
57124
|
+
*/
|
|
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, {}>>;
|
|
57142
|
+
/**
|
|
57143
|
+
* Get Series Registrations endpoint
|
|
57144
|
+
* @summary Get Series Registrations
|
|
57145
|
+
* @param {SeriesRegistrationsApiGetSeriesRegistrationsRequest} requestParameters Request parameters.
|
|
57146
|
+
* @param {*} [options] Override http request option.
|
|
57147
|
+
* @throws {RequiredError}
|
|
57148
|
+
*/
|
|
57149
|
+
getSeriesRegistrations(requestParameters: SeriesRegistrationsApiGetSeriesRegistrationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountInvitations200Response, any, {}>>;
|
|
57150
|
+
/**
|
|
57151
|
+
* Update Series Registration endpoint
|
|
57152
|
+
* @summary Update Series Registration
|
|
57153
|
+
* @param {SeriesRegistrationsApiUpdateSeriesRegistrationRequest} requestParameters Request parameters.
|
|
57154
|
+
* @param {*} [options] Override http request option.
|
|
57155
|
+
* @throws {RequiredError}
|
|
57156
|
+
*/
|
|
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, {}>>;
|
|
57166
|
+
}
|
|
57167
|
+
/**
|
|
57168
|
+
* SponsorsApi - axios parameter creator
|
|
57169
|
+
*/
|
|
57170
|
+
export declare const SponsorsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
57171
|
+
/**
|
|
57172
|
+
* Create Level endpoint
|
|
57173
|
+
* @summary Create Level
|
|
57174
|
+
* @param {LevelCreateInputs} levelCreateInputs
|
|
57175
|
+
* @param {*} [options] Override http request option.
|
|
57176
|
+
* @throws {RequiredError}
|
|
57177
|
+
*/
|
|
57178
|
+
createLevel: (levelCreateInputs: LevelCreateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
57179
|
+
/**
|
|
57180
|
+
* Delete Level endpoint
|
|
57181
|
+
* @summary Delete Level
|
|
57182
|
+
* @param {string} levelId The level identifier
|
|
57183
|
+
* @param {*} [options] Override http request option.
|
|
57184
|
+
* @throws {RequiredError}
|
|
57185
|
+
*/
|
|
57186
|
+
deleteLevel: (levelId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
57187
|
+
/**
|
|
57188
|
+
* Get Level endpoint
|
|
57189
|
+
* @summary Get Level
|
|
57190
|
+
* @param {string} sponsorshipLevelId The sponsorshipLevel identifier
|
|
57191
|
+
* @param {*} [options] Override http request option.
|
|
57192
|
+
* @throws {RequiredError}
|
|
57193
|
+
*/
|
|
57194
|
+
getLevel: (sponsorshipLevelId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
57195
|
+
/**
|
|
57196
|
+
* Get Levels endpoint
|
|
57197
|
+
* @summary Get Levels
|
|
57198
|
+
* @param {number} [page] Page number
|
|
57199
|
+
* @param {number} [pageSize] Number of items per page
|
|
57200
|
+
* @param {string} [orderBy] Field to order by
|
|
57201
|
+
* @param {string} [search] Search query
|
|
57202
|
+
* @param {*} [options] Override http request option.
|
|
57203
|
+
* @throws {RequiredError}
|
|
57204
|
+
*/
|
|
57205
|
+
getLevels: (page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
57206
|
+
/**
|
|
57207
|
+
* Update Level endpoint
|
|
57208
|
+
* @summary Update Level
|
|
57209
|
+
* @param {string} levelId The level identifier
|
|
57210
|
+
* @param {LevelUpdateInputs} level Filter by level
|
|
57211
|
+
* @param {*} [options] Override http request option.
|
|
57212
|
+
* @throws {RequiredError}
|
|
57213
|
+
*/
|
|
57214
|
+
updateLevel: (levelId: string, level: LevelUpdateInputs, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
57215
|
+
};
|
|
57216
|
+
/**
|
|
57217
|
+
* SponsorsApi - functional programming interface
|
|
57218
|
+
*/
|
|
57219
|
+
export declare const SponsorsApiFp: (configuration?: Configuration) => {
|
|
57220
|
+
/**
|
|
57221
|
+
* Create Level endpoint
|
|
57222
|
+
* @summary Create Level
|
|
57223
|
+
* @param {LevelCreateInputs} levelCreateInputs
|
|
57224
|
+
* @param {*} [options] Override http request option.
|
|
57225
|
+
* @throws {RequiredError}
|
|
57226
|
+
*/
|
|
57227
|
+
createLevel(levelCreateInputs: LevelCreateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateLevel200Response>>;
|
|
57228
|
+
/**
|
|
57229
|
+
* Delete Level endpoint
|
|
57230
|
+
* @summary Delete Level
|
|
57231
|
+
* @param {string} levelId The level identifier
|
|
57232
|
+
* @param {*} [options] Override http request option.
|
|
57233
|
+
* @throws {RequiredError}
|
|
57234
|
+
*/
|
|
57235
|
+
deleteLevel(levelId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountInvitations200Response>>;
|
|
57236
|
+
/**
|
|
57237
|
+
* Get Level endpoint
|
|
57238
|
+
* @summary Get Level
|
|
57239
|
+
* @param {string} sponsorshipLevelId The sponsorshipLevel identifier
|
|
57240
|
+
* @param {*} [options] Override http request option.
|
|
57241
|
+
* @throws {RequiredError}
|
|
57242
|
+
*/
|
|
57243
|
+
getLevel(sponsorshipLevelId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateLevel200Response>>;
|
|
57244
|
+
/**
|
|
57245
|
+
* Get Levels endpoint
|
|
57246
|
+
* @summary Get Levels
|
|
57247
|
+
* @param {number} [page] Page number
|
|
57248
|
+
* @param {number} [pageSize] Number of items per page
|
|
57249
|
+
* @param {string} [orderBy] Field to order by
|
|
57250
|
+
* @param {string} [search] Search query
|
|
57251
|
+
* @param {*} [options] Override http request option.
|
|
57252
|
+
* @throws {RequiredError}
|
|
57253
|
+
*/
|
|
57254
|
+
getLevels(page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccountLevels200Response>>;
|
|
57255
|
+
/**
|
|
57256
|
+
* Update Level endpoint
|
|
57257
|
+
* @summary Update Level
|
|
57258
|
+
* @param {string} levelId The level identifier
|
|
57259
|
+
* @param {LevelUpdateInputs} level Filter by level
|
|
57260
|
+
* @param {*} [options] Override http request option.
|
|
57261
|
+
* @throws {RequiredError}
|
|
57262
|
+
*/
|
|
57263
|
+
updateLevel(levelId: string, level: LevelUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateLevel200Response>>;
|
|
57264
|
+
};
|
|
57265
|
+
/**
|
|
57266
|
+
* SponsorsApi - factory interface
|
|
57267
|
+
*/
|
|
57268
|
+
export declare const SponsorsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
57269
|
+
/**
|
|
57270
|
+
* Create Level endpoint
|
|
57271
|
+
* @summary Create Level
|
|
57272
|
+
* @param {SponsorsApiCreateLevelRequest} requestParameters Request parameters.
|
|
57273
|
+
* @param {*} [options] Override http request option.
|
|
57274
|
+
* @throws {RequiredError}
|
|
57275
|
+
*/
|
|
57276
|
+
createLevel(requestParameters: SponsorsApiCreateLevelRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateLevel200Response>;
|
|
57277
|
+
/**
|
|
57278
|
+
* Delete Level endpoint
|
|
57279
|
+
* @summary Delete Level
|
|
57280
|
+
* @param {SponsorsApiDeleteLevelRequest} requestParameters Request parameters.
|
|
57281
|
+
* @param {*} [options] Override http request option.
|
|
57282
|
+
* @throws {RequiredError}
|
|
57283
|
+
*/
|
|
57284
|
+
deleteLevel(requestParameters: SponsorsApiDeleteLevelRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountInvitations200Response>;
|
|
57285
|
+
/**
|
|
57286
|
+
* Get Level endpoint
|
|
57287
|
+
* @summary Get Level
|
|
57288
|
+
* @param {SponsorsApiGetLevelRequest} requestParameters Request parameters.
|
|
57289
|
+
* @param {*} [options] Override http request option.
|
|
57290
|
+
* @throws {RequiredError}
|
|
57291
|
+
*/
|
|
57292
|
+
getLevel(requestParameters: SponsorsApiGetLevelRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateLevel200Response>;
|
|
57293
|
+
/**
|
|
57294
|
+
* Get Levels endpoint
|
|
57295
|
+
* @summary Get Levels
|
|
57296
|
+
* @param {SponsorsApiGetLevelsRequest} requestParameters Request parameters.
|
|
57297
|
+
* @param {*} [options] Override http request option.
|
|
57298
|
+
* @throws {RequiredError}
|
|
57299
|
+
*/
|
|
57300
|
+
getLevels(requestParameters?: SponsorsApiGetLevelsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccountLevels200Response>;
|
|
57301
|
+
/**
|
|
57302
|
+
* Update Level endpoint
|
|
57303
|
+
* @summary Update Level
|
|
57304
|
+
* @param {SponsorsApiUpdateLevelRequest} requestParameters Request parameters.
|
|
57305
|
+
* @param {*} [options] Override http request option.
|
|
57306
|
+
* @throws {RequiredError}
|
|
57307
|
+
*/
|
|
57308
|
+
updateLevel(requestParameters: SponsorsApiUpdateLevelRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateLevel200Response>;
|
|
57309
|
+
};
|
|
57310
|
+
/**
|
|
57311
|
+
* Request parameters for createLevel operation in SponsorsApi.
|
|
57312
|
+
*/
|
|
57313
|
+
export interface SponsorsApiCreateLevelRequest {
|
|
57314
|
+
readonly levelCreateInputs: LevelCreateInputs;
|
|
57315
|
+
}
|
|
57316
|
+
/**
|
|
57317
|
+
* Request parameters for deleteLevel operation in SponsorsApi.
|
|
57318
|
+
*/
|
|
57319
|
+
export interface SponsorsApiDeleteLevelRequest {
|
|
57320
|
+
/**
|
|
57321
|
+
* The level identifier
|
|
57322
|
+
*/
|
|
57323
|
+
readonly levelId: string;
|
|
57324
|
+
}
|
|
57325
|
+
/**
|
|
57326
|
+
* Request parameters for getLevel operation in SponsorsApi.
|
|
57327
|
+
*/
|
|
57328
|
+
export interface SponsorsApiGetLevelRequest {
|
|
57329
|
+
/**
|
|
57330
|
+
* The sponsorshipLevel identifier
|
|
57331
|
+
*/
|
|
57332
|
+
readonly sponsorshipLevelId: string;
|
|
57333
|
+
}
|
|
57334
|
+
/**
|
|
57335
|
+
* Request parameters for getLevels operation in SponsorsApi.
|
|
57336
|
+
*/
|
|
57337
|
+
export interface SponsorsApiGetLevelsRequest {
|
|
57338
|
+
/**
|
|
57339
|
+
* Page number
|
|
57340
|
+
*/
|
|
57341
|
+
readonly page?: number;
|
|
57342
|
+
/**
|
|
57343
|
+
* Number of items per page
|
|
57344
|
+
*/
|
|
57345
|
+
readonly pageSize?: number;
|
|
57346
|
+
/**
|
|
57347
|
+
* Field to order by
|
|
57348
|
+
*/
|
|
57349
|
+
readonly orderBy?: string;
|
|
57350
|
+
/**
|
|
57351
|
+
* Search query
|
|
57352
|
+
*/
|
|
57353
|
+
readonly search?: string;
|
|
57354
|
+
}
|
|
57355
|
+
/**
|
|
57356
|
+
* Request parameters for updateLevel operation in SponsorsApi.
|
|
57357
|
+
*/
|
|
57358
|
+
export interface SponsorsApiUpdateLevelRequest {
|
|
57359
|
+
/**
|
|
57360
|
+
* The level identifier
|
|
57361
|
+
*/
|
|
57362
|
+
readonly levelId: string;
|
|
57363
|
+
/**
|
|
57364
|
+
* Filter by level
|
|
57365
|
+
*/
|
|
57366
|
+
readonly level: LevelUpdateInputs;
|
|
57367
|
+
}
|
|
57368
|
+
/**
|
|
57369
|
+
* SponsorsApi - object-oriented interface
|
|
57370
|
+
*/
|
|
57371
|
+
export declare class SponsorsApi extends BaseAPI {
|
|
57372
|
+
/**
|
|
57373
|
+
* Create Level endpoint
|
|
57374
|
+
* @summary Create Level
|
|
57375
|
+
* @param {SponsorsApiCreateLevelRequest} requestParameters Request parameters.
|
|
57376
|
+
* @param {*} [options] Override http request option.
|
|
57377
|
+
* @throws {RequiredError}
|
|
57378
|
+
*/
|
|
57379
|
+
createLevel(requestParameters: SponsorsApiCreateLevelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateLevel200Response, any, {}>>;
|
|
57380
|
+
/**
|
|
57381
|
+
* Delete Level endpoint
|
|
57382
|
+
* @summary Delete Level
|
|
57383
|
+
* @param {SponsorsApiDeleteLevelRequest} requestParameters Request parameters.
|
|
57384
|
+
* @param {*} [options] Override http request option.
|
|
57385
|
+
* @throws {RequiredError}
|
|
57386
|
+
*/
|
|
57387
|
+
deleteLevel(requestParameters: SponsorsApiDeleteLevelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountInvitations200Response, any, {}>>;
|
|
57388
|
+
/**
|
|
57389
|
+
* Get Level endpoint
|
|
57390
|
+
* @summary Get Level
|
|
57391
|
+
* @param {SponsorsApiGetLevelRequest} requestParameters Request parameters.
|
|
57392
|
+
* @param {*} [options] Override http request option.
|
|
57393
|
+
* @throws {RequiredError}
|
|
57394
|
+
*/
|
|
57395
|
+
getLevel(requestParameters: SponsorsApiGetLevelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateLevel200Response, any, {}>>;
|
|
57396
|
+
/**
|
|
57397
|
+
* Get Levels endpoint
|
|
57398
|
+
* @summary Get Levels
|
|
57399
|
+
* @param {SponsorsApiGetLevelsRequest} requestParameters Request parameters.
|
|
57400
|
+
* @param {*} [options] Override http request option.
|
|
57401
|
+
* @throws {RequiredError}
|
|
57402
|
+
*/
|
|
57403
|
+
getLevels(requestParameters?: SponsorsApiGetLevelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAccountLevels200Response, any, {}>>;
|
|
57404
|
+
/**
|
|
57405
|
+
* Update Level endpoint
|
|
57406
|
+
* @summary Update Level
|
|
57407
|
+
* @param {SponsorsApiUpdateLevelRequest} requestParameters Request parameters.
|
|
57408
|
+
* @param {*} [options] Override http request option.
|
|
57409
|
+
* @throws {RequiredError}
|
|
57410
|
+
*/
|
|
57411
|
+
updateLevel(requestParameters: SponsorsApiUpdateLevelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateLevel200Response, any, {}>>;
|
|
57412
|
+
}
|
|
57413
|
+
/**
|
|
57414
|
+
* SponsorsAccountsApi - axios parameter creator
|
|
57415
|
+
*/
|
|
57416
|
+
export declare const SponsorsAccountsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
57417
|
+
/**
|
|
57418
|
+
* Add Level Account endpoint
|
|
57419
|
+
* @summary Add Level Account
|
|
57420
|
+
* @param {string} levelId The level identifier
|
|
57421
|
+
* @param {string} accountId The account identifier
|
|
57422
|
+
* @param {*} [options] Override http request option.
|
|
57423
|
+
* @throws {RequiredError}
|
|
57424
|
+
*/
|
|
57425
|
+
addLevelAccount: (levelId: string, accountId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
57426
|
+
/**
|
|
57427
|
+
* Get Level Accounts endpoint
|
|
57428
|
+
* @summary Get Level Accounts
|
|
57429
|
+
* @param {string} levelId The level identifier
|
|
57430
|
+
* @param {number} [page] Page number
|
|
57431
|
+
* @param {number} [pageSize] Number of items per page
|
|
57432
|
+
* @param {string} [orderBy] Field to order by
|
|
57433
|
+
* @param {string} [search] Search query
|
|
57434
|
+
* @param {*} [options] Override http request option.
|
|
57435
|
+
* @throws {RequiredError}
|
|
57436
|
+
*/
|
|
57437
|
+
getLevelAccounts: (levelId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
57438
|
+
/**
|
|
57439
|
+
* Remove Level Account endpoint
|
|
57440
|
+
* @summary Remove Level Account
|
|
57441
|
+
* @param {string} levelId The level identifier
|
|
57442
|
+
* @param {string} accountId The account identifier
|
|
57443
|
+
* @param {*} [options] Override http request option.
|
|
57444
|
+
* @throws {RequiredError}
|
|
57445
|
+
*/
|
|
57446
|
+
removeLevelAccount: (levelId: string, accountId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
57447
|
+
};
|
|
57448
|
+
/**
|
|
57449
|
+
* SponsorsAccountsApi - functional programming interface
|
|
57450
|
+
*/
|
|
57451
|
+
export declare const SponsorsAccountsApiFp: (configuration?: Configuration) => {
|
|
57452
|
+
/**
|
|
57453
|
+
* Add Level Account endpoint
|
|
57454
|
+
* @summary Add Level Account
|
|
57455
|
+
* @param {string} levelId The level identifier
|
|
57456
|
+
* @param {string} accountId The account identifier
|
|
57457
|
+
* @param {*} [options] Override http request option.
|
|
57458
|
+
* @throws {RequiredError}
|
|
57459
|
+
*/
|
|
57460
|
+
addLevelAccount(levelId: string, accountId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateLevel200Response>>;
|
|
57461
|
+
/**
|
|
57462
|
+
* Get Level Accounts endpoint
|
|
57463
|
+
* @summary Get Level Accounts
|
|
57464
|
+
* @param {string} levelId The level identifier
|
|
57465
|
+
* @param {number} [page] Page number
|
|
57466
|
+
* @param {number} [pageSize] Number of items per page
|
|
57467
|
+
* @param {string} [orderBy] Field to order by
|
|
57468
|
+
* @param {string} [search] Search query
|
|
57469
|
+
* @param {*} [options] Override http request option.
|
|
57470
|
+
* @throws {RequiredError}
|
|
57471
|
+
*/
|
|
57472
|
+
getLevelAccounts(levelId: string, page?: number, pageSize?: number, orderBy?: string, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccounts200Response>>;
|
|
57473
|
+
/**
|
|
57474
|
+
* Remove Level Account endpoint
|
|
57475
|
+
* @summary Remove Level Account
|
|
57476
|
+
* @param {string} levelId The level identifier
|
|
57477
|
+
* @param {string} accountId The account identifier
|
|
57478
|
+
* @param {*} [options] Override http request option.
|
|
57479
|
+
* @throws {RequiredError}
|
|
57480
|
+
*/
|
|
57481
|
+
removeLevelAccount(levelId: string, accountId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateLevel200Response>>;
|
|
57482
|
+
};
|
|
57483
|
+
/**
|
|
57484
|
+
* SponsorsAccountsApi - factory interface
|
|
57485
|
+
*/
|
|
57486
|
+
export declare const SponsorsAccountsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
57487
|
+
/**
|
|
57488
|
+
* Add Level Account endpoint
|
|
57489
|
+
* @summary Add Level Account
|
|
57490
|
+
* @param {SponsorsAccountsApiAddLevelAccountRequest} requestParameters Request parameters.
|
|
57491
|
+
* @param {*} [options] Override http request option.
|
|
57492
|
+
* @throws {RequiredError}
|
|
57493
|
+
*/
|
|
57494
|
+
addLevelAccount(requestParameters: SponsorsAccountsApiAddLevelAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateLevel200Response>;
|
|
57495
|
+
/**
|
|
57496
|
+
* Get Level Accounts endpoint
|
|
57497
|
+
* @summary Get Level Accounts
|
|
57498
|
+
* @param {SponsorsAccountsApiGetLevelAccountsRequest} requestParameters Request parameters.
|
|
57499
|
+
* @param {*} [options] Override http request option.
|
|
57500
|
+
* @throws {RequiredError}
|
|
57501
|
+
*/
|
|
57502
|
+
getLevelAccounts(requestParameters: SponsorsAccountsApiGetLevelAccountsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccounts200Response>;
|
|
57503
|
+
/**
|
|
57504
|
+
* Remove Level Account endpoint
|
|
57505
|
+
* @summary Remove Level Account
|
|
57506
|
+
* @param {SponsorsAccountsApiRemoveLevelAccountRequest} requestParameters Request parameters.
|
|
57507
|
+
* @param {*} [options] Override http request option.
|
|
57508
|
+
* @throws {RequiredError}
|
|
57509
|
+
*/
|
|
57510
|
+
removeLevelAccount(requestParameters: SponsorsAccountsApiRemoveLevelAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateLevel200Response>;
|
|
55251
57511
|
};
|
|
55252
57512
|
/**
|
|
55253
57513
|
* Request parameters for addLevelAccount operation in SponsorsAccountsApi.
|
|
@@ -58224,6 +60484,18 @@ export declare const SurveysApiAxiosParamCreator: (configuration?: Configuration
|
|
|
58224
60484
|
* @throws {RequiredError}
|
|
58225
60485
|
*/
|
|
58226
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>;
|
|
58227
60499
|
/**
|
|
58228
60500
|
* Get Surveys endpoint
|
|
58229
60501
|
* @summary Get Surveys
|
|
@@ -58275,6 +60547,18 @@ export declare const SurveysApiFp: (configuration?: Configuration) => {
|
|
|
58275
60547
|
* @throws {RequiredError}
|
|
58276
60548
|
*/
|
|
58277
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>>;
|
|
58278
60562
|
/**
|
|
58279
60563
|
* Get Surveys endpoint
|
|
58280
60564
|
* @summary Get Surveys
|
|
@@ -58326,6 +60610,14 @@ export declare const SurveysApiFactory: (configuration?: Configuration, basePath
|
|
|
58326
60610
|
* @throws {RequiredError}
|
|
58327
60611
|
*/
|
|
58328
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>;
|
|
58329
60621
|
/**
|
|
58330
60622
|
* Get Surveys endpoint
|
|
58331
60623
|
* @summary Get Surveys
|
|
@@ -58367,6 +60659,31 @@ export interface SurveysApiGetSurveyRequest {
|
|
|
58367
60659
|
*/
|
|
58368
60660
|
readonly surveyId: string;
|
|
58369
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
|
+
}
|
|
58370
60687
|
/**
|
|
58371
60688
|
* Request parameters for getSurveys operation in SurveysApi.
|
|
58372
60689
|
*/
|
|
@@ -58434,6 +60751,14 @@ export declare class SurveysApi extends BaseAPI {
|
|
|
58434
60751
|
* @throws {RequiredError}
|
|
58435
60752
|
*/
|
|
58436
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, {}>>;
|
|
58437
60762
|
/**
|
|
58438
60763
|
* Get Surveys endpoint
|
|
58439
60764
|
* @summary Get Surveys
|
|
@@ -60124,6 +62449,120 @@ export declare class SurveysSectionsApi extends BaseAPI {
|
|
|
60124
62449
|
*/
|
|
60125
62450
|
updateSurveySectionQuestion(requestParameters: SurveysSectionsApiUpdateSurveySectionQuestionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
|
|
60126
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
|
+
}
|
|
60127
62566
|
/**
|
|
60128
62567
|
* SurveysSubmissionsApi - axios parameter creator
|
|
60129
62568
|
*/
|