@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/AdminApi.d.ts
CHANGED
|
@@ -9,12 +9,14 @@
|
|
|
9
9
|
* const accounts = await adminApi.accounts.getAccounts();
|
|
10
10
|
* const eventsPasses = await adminApi.eventsPasses.getEventPasses();
|
|
11
11
|
*/
|
|
12
|
-
import { AccountsApi, AccountsAddressesApi, AccountsFollowersApi, AccountsFollowingApi, AccountsGroupsApi, AccountsInterestsApi, AccountsInvitationsApi, AccountsLeadsApi, AccountsTiersApi, ActivitiesApi, ActivitiesScheduleApi, AdvertisementsApi, AnnouncementsApi, AnnouncementsScheduleApi, ApiLogsApi, AuthSessionsApi, BenefitsApi, BookingsApi, BookingsAvailabilitiesApi, BookingsBlackoutsApi, BookingsPlacesApi, BookingsSpacesApi, ChannelsApi, DashboardsApi, DashboardsWidgetsApi, EmailReceiptsApi, EventsApi, EventsAccessApi, EventsActivationsApi, EventsAddonsApi, EventsAttendeesApi, EventsAttendeesPackagesApi, EventsAttendeesReservationsApi, EventsBenefitsApi, EventsBlocksApi, EventsBypassApi, EventsCohostsApi, EventsCouponsApi, EventsEmailsApi, EventsFaqsApi, EventsFollowupsApi, EventsMatchesApi, EventsMediaApi, EventsOnSiteApi, EventsPackagesApi, EventsPackagesPassesApi, EventsPagesApi, EventsPassesApi, EventsPasstypesApi, EventsPasstypesPriceschedulesApi, EventsPasstypesRefundschedulesApi, EventsQuestionsApi, EventsRoomsApi, EventsRoomtypesApi, EventsSectionsApi, EventsSessionsApi, EventsSessionsAccessesApi, EventsSessionsLocationsApi, EventsSessionsMatchesApi, EventsSessionsQuestionsApi, EventsSessionsSectionsApi, EventsSpeakersApi, EventsSponsorsApi, EventsSponsorshiplevelsApi, EventsSponsorshipsApi, EventsTemplatesApi, EventsTracksApi, FilesApi, GroupsApi, GroupsEventsApi, GroupsInterestsApi, GroupsInvitationsApi, GroupsMembersApi, GroupsModeratorsApi, GroupsRequestsApi, GroupsSponsorsApi, ImportsApi, InterestsApi, InvoicesApi, InvoicesLineitemsApi, LoginsApi, LoginsAccountsApi, MeetingsApi, MeetingsLinksApi, MeetingsLivestreamsApi, MeetingsParticipantsApi, MeetingsPresetsApi, MeetingsRecordingsApi, MeetingsSessionsApi, NotificationsApi, OrganizationApi, OrganizationAttributesApi, OrganizationDomainsApi, OrganizationIntegrationsApi, OrganizationModulesApi, OrganizationModulesCustomApi, OrganizationModulesSettingsApi, OrganizationModulesTiersApi, OrganizationPaymentsApi, OrganizationSideeffectsApi, OrganizationTaxApi, OrganizationTeammembersApi, OrganizationUsersApi, OrganizationWebhooksApi, PaymentsApi, PreferencesApi, PushDevicesApi, ReportsApi, ReportsUsersApi, SearchlistsApi, SearchlistsValuesApi, SelfApi, SelfApikeysApi, SelfImagesApi, SeriesApi, SponsorsApi, SponsorsAccountsApi, StorageFilesApi, StorageImagesApi, StorageVideosApi, StorageVideosCaptionsApi, StreamsApi, StreamsOutputsApi, StreamsSessionsApi, SupportApi, SupportMessagesApi, SupportNotesApi, SurveysApi, SurveysQuestionsApi, SurveysSectionsApi, SurveysSubmissionsApi, ThreadsApi, ThreadsCirclesApi, ThreadsCirclesAccountsApi, ThreadsMembersApi, ThreadsMessagesApi, ThreadsMessagesFilesApi, ThreadsMessagesImagesApi, ThreadsMessagesReactionsApi, ThreadsMessagesVideosApi, TiersApi } from "./api";
|
|
12
|
+
import { AccountsApi, AccountsAddressesApi, AccountsFollowersApi, AccountsFollowingApi, AccountsGroupsApi, AccountsInterestsApi, AccountsInvitationsApi, AccountsLeadsApi, AccountsTiersApi, ActivitiesApi, ActivitiesScheduleApi, AdvertisementsApi, AnnouncementsApi, AnnouncementsScheduleApi, ApiLogsApi, AuthSessionsApi, BenefitsApi, BookingsApi, BookingsAvailabilitiesApi, BookingsBlackoutsApi, BookingsPlacesApi, BookingsSpacesApi, ChannelsApi, DashboardsApi, DashboardsWidgetsApi, EmailReceiptsApi, EventsApi, EventsAccessApi, EventsActivationsApi, EventsActivationsSessionsApi, EventsAddonsApi, EventsAttendeesApi, EventsAttendeesPackagesApi, EventsAttendeesReservationsApi, EventsAttributesApi, EventsBenefitsApi, EventsBlocksApi, EventsBypassApi, EventsCohostsApi, EventsCouponsApi, EventsEmailsApi, EventsFaqsApi, EventsFollowupsApi, EventsMatchesApi, EventsMediaApi, EventsOnSiteApi, EventsPackagesApi, EventsPackagesPassesApi, EventsPagesApi, EventsPassesApi, EventsPassesAttributesApi, EventsPasstypesApi, EventsPasstypesPriceschedulesApi, EventsPasstypesRefundschedulesApi, EventsQuestionsApi, EventsRoomsApi, EventsRoomtypesApi, EventsSectionsApi, EventsSessionsApi, EventsSessionsAccessesApi, EventsSessionsLocationsApi, EventsSessionsMatchesApi, EventsSessionsQuestionsApi, EventsSessionsSectionsApi, EventsSpeakersApi, EventsSponsorsApi, EventsSponsorshiplevelsApi, EventsSponsorshipsApi, EventsTemplatesApi, EventsTracksApi, FilesApi, GroupsApi, GroupsEventsApi, GroupsInterestsApi, GroupsInvitationsApi, GroupsMembersApi, GroupsModeratorsApi, GroupsRequestsApi, GroupsSponsorsApi, ImportsApi, InterestsApi, InvoicesApi, InvoicesLineitemsApi, LoginsApi, LoginsAccountsApi, MeetingsApi, MeetingsLinksApi, MeetingsLivestreamsApi, MeetingsParticipantsApi, MeetingsPresetsApi, MeetingsRecordingsApi, MeetingsSessionsApi, NotificationsApi, OrganizationApi, OrganizationAttributesApi, OrganizationDomainsApi, OrganizationIntegrationsApi, OrganizationModulesApi, OrganizationModulesCustomApi, OrganizationModulesSettingsApi, OrganizationModulesTiersApi, OrganizationPaymentsApi, OrganizationSideeffectsApi, OrganizationTaxApi, OrganizationTeammembersApi, OrganizationUsersApi, OrganizationWebhooksApi, PaymentsApi, PreferencesApi, PushDevicesApi, ReportsApi, ReportsUsersApi, SearchlistsApi, SearchlistsValuesApi, SelfApi, SelfApikeysApi, SelfImagesApi, SeriesApi, SeriesQuestionsApi, SeriesQuestionsChoicesApi, SeriesRegistrationsApi, SponsorsApi, SponsorsAccountsApi, StorageFilesApi, StorageImagesApi, StorageVideosApi, StorageVideosCaptionsApi, StreamsApi, StreamsOutputsApi, StreamsSessionsApi, SupportApi, SupportMessagesApi, SupportNotesApi, SurveysApi, SurveysQuestionsApi, SurveysSectionsApi, SurveysSessionsApi, SurveysSubmissionsApi, ThreadsApi, ThreadsCirclesApi, ThreadsCirclesAccountsApi, ThreadsMembersApi, ThreadsMessagesApi, ThreadsMessagesFilesApi, ThreadsMessagesImagesApi, ThreadsMessagesReactionsApi, ThreadsMessagesVideosApi, TiersApi } from "./api";
|
|
13
13
|
export interface AdminApiConfig {
|
|
14
14
|
/** Your API key for authentication */
|
|
15
15
|
apiKey: string;
|
|
16
16
|
/** Your organization ID */
|
|
17
17
|
organizationId: string;
|
|
18
|
+
/** Optional base URL (defaults to production). Use "https://staging-admin-api.connected.dev" for staging. */
|
|
19
|
+
basePath?: "https://admin-api.connected.dev" | "https://staging-admin-api.connected.dev";
|
|
18
20
|
}
|
|
19
21
|
export declare class AdminApi {
|
|
20
22
|
private readonly config;
|
|
@@ -47,10 +49,12 @@ export declare class AdminApi {
|
|
|
47
49
|
readonly events: EventsApi;
|
|
48
50
|
readonly eventsAccess: EventsAccessApi;
|
|
49
51
|
readonly eventsActivations: EventsActivationsApi;
|
|
52
|
+
readonly eventsActivationsSessions: EventsActivationsSessionsApi;
|
|
50
53
|
readonly eventsAddons: EventsAddonsApi;
|
|
51
54
|
readonly eventsAttendees: EventsAttendeesApi;
|
|
52
55
|
readonly eventsAttendeesPackages: EventsAttendeesPackagesApi;
|
|
53
56
|
readonly eventsAttendeesReservations: EventsAttendeesReservationsApi;
|
|
57
|
+
readonly eventsAttributes: EventsAttributesApi;
|
|
54
58
|
readonly eventsBenefits: EventsBenefitsApi;
|
|
55
59
|
readonly eventsBlocks: EventsBlocksApi;
|
|
56
60
|
readonly eventsBypass: EventsBypassApi;
|
|
@@ -66,6 +70,7 @@ export declare class AdminApi {
|
|
|
66
70
|
readonly eventsPackagesPasses: EventsPackagesPassesApi;
|
|
67
71
|
readonly eventsPages: EventsPagesApi;
|
|
68
72
|
readonly eventsPasses: EventsPassesApi;
|
|
73
|
+
readonly eventsPassesAttributes: EventsPassesAttributesApi;
|
|
69
74
|
readonly eventsPasstypes: EventsPasstypesApi;
|
|
70
75
|
readonly eventsPasstypesPriceschedules: EventsPasstypesPriceschedulesApi;
|
|
71
76
|
readonly eventsPasstypesRefundschedules: EventsPasstypesRefundschedulesApi;
|
|
@@ -133,6 +138,9 @@ export declare class AdminApi {
|
|
|
133
138
|
readonly selfApikeys: SelfApikeysApi;
|
|
134
139
|
readonly selfImages: SelfImagesApi;
|
|
135
140
|
readonly series: SeriesApi;
|
|
141
|
+
readonly seriesQuestions: SeriesQuestionsApi;
|
|
142
|
+
readonly seriesQuestionsChoices: SeriesQuestionsChoicesApi;
|
|
143
|
+
readonly seriesRegistrations: SeriesRegistrationsApi;
|
|
136
144
|
readonly sponsors: SponsorsApi;
|
|
137
145
|
readonly sponsorsAccounts: SponsorsAccountsApi;
|
|
138
146
|
readonly storageFiles: StorageFilesApi;
|
|
@@ -148,6 +156,7 @@ export declare class AdminApi {
|
|
|
148
156
|
readonly surveys: SurveysApi;
|
|
149
157
|
readonly surveysQuestions: SurveysQuestionsApi;
|
|
150
158
|
readonly surveysSections: SurveysSectionsApi;
|
|
159
|
+
readonly surveysSessions: SurveysSessionsApi;
|
|
151
160
|
readonly surveysSubmissions: SurveysSubmissionsApi;
|
|
152
161
|
readonly threads: ThreadsApi;
|
|
153
162
|
readonly threadsCircles: ThreadsCirclesApi;
|
package/dist/AdminApi.js
CHANGED
|
@@ -18,8 +18,9 @@ const configuration_1 = require("./configuration");
|
|
|
18
18
|
const api_1 = require("./api");
|
|
19
19
|
class AdminApi {
|
|
20
20
|
constructor(config) {
|
|
21
|
+
var _a;
|
|
21
22
|
this.config = new configuration_1.Configuration({
|
|
22
|
-
basePath: "https://admin-api.connected.dev",
|
|
23
|
+
basePath: (_a = config.basePath) !== null && _a !== void 0 ? _a : "https://admin-api.connected.dev",
|
|
23
24
|
baseOptions: {
|
|
24
25
|
headers: {
|
|
25
26
|
"api-key": config.apiKey,
|
|
@@ -56,10 +57,12 @@ class AdminApi {
|
|
|
56
57
|
this.events = new api_1.EventsApi(this.config);
|
|
57
58
|
this.eventsAccess = new api_1.EventsAccessApi(this.config);
|
|
58
59
|
this.eventsActivations = new api_1.EventsActivationsApi(this.config);
|
|
60
|
+
this.eventsActivationsSessions = new api_1.EventsActivationsSessionsApi(this.config);
|
|
59
61
|
this.eventsAddons = new api_1.EventsAddonsApi(this.config);
|
|
60
62
|
this.eventsAttendees = new api_1.EventsAttendeesApi(this.config);
|
|
61
63
|
this.eventsAttendeesPackages = new api_1.EventsAttendeesPackagesApi(this.config);
|
|
62
64
|
this.eventsAttendeesReservations = new api_1.EventsAttendeesReservationsApi(this.config);
|
|
65
|
+
this.eventsAttributes = new api_1.EventsAttributesApi(this.config);
|
|
63
66
|
this.eventsBenefits = new api_1.EventsBenefitsApi(this.config);
|
|
64
67
|
this.eventsBlocks = new api_1.EventsBlocksApi(this.config);
|
|
65
68
|
this.eventsBypass = new api_1.EventsBypassApi(this.config);
|
|
@@ -75,6 +78,7 @@ class AdminApi {
|
|
|
75
78
|
this.eventsPackagesPasses = new api_1.EventsPackagesPassesApi(this.config);
|
|
76
79
|
this.eventsPages = new api_1.EventsPagesApi(this.config);
|
|
77
80
|
this.eventsPasses = new api_1.EventsPassesApi(this.config);
|
|
81
|
+
this.eventsPassesAttributes = new api_1.EventsPassesAttributesApi(this.config);
|
|
78
82
|
this.eventsPasstypes = new api_1.EventsPasstypesApi(this.config);
|
|
79
83
|
this.eventsPasstypesPriceschedules = new api_1.EventsPasstypesPriceschedulesApi(this.config);
|
|
80
84
|
this.eventsPasstypesRefundschedules = new api_1.EventsPasstypesRefundschedulesApi(this.config);
|
|
@@ -142,6 +146,9 @@ class AdminApi {
|
|
|
142
146
|
this.selfApikeys = new api_1.SelfApikeysApi(this.config);
|
|
143
147
|
this.selfImages = new api_1.SelfImagesApi(this.config);
|
|
144
148
|
this.series = new api_1.SeriesApi(this.config);
|
|
149
|
+
this.seriesQuestions = new api_1.SeriesQuestionsApi(this.config);
|
|
150
|
+
this.seriesQuestionsChoices = new api_1.SeriesQuestionsChoicesApi(this.config);
|
|
151
|
+
this.seriesRegistrations = new api_1.SeriesRegistrationsApi(this.config);
|
|
145
152
|
this.sponsors = new api_1.SponsorsApi(this.config);
|
|
146
153
|
this.sponsorsAccounts = new api_1.SponsorsAccountsApi(this.config);
|
|
147
154
|
this.storageFiles = new api_1.StorageFilesApi(this.config);
|
|
@@ -157,6 +164,7 @@ class AdminApi {
|
|
|
157
164
|
this.surveys = new api_1.SurveysApi(this.config);
|
|
158
165
|
this.surveysQuestions = new api_1.SurveysQuestionsApi(this.config);
|
|
159
166
|
this.surveysSections = new api_1.SurveysSectionsApi(this.config);
|
|
167
|
+
this.surveysSessions = new api_1.SurveysSessionsApi(this.config);
|
|
160
168
|
this.surveysSubmissions = new api_1.SurveysSubmissionsApi(this.config);
|
|
161
169
|
this.threads = new api_1.ThreadsApi(this.config);
|
|
162
170
|
this.threadsCircles = new api_1.ThreadsCirclesApi(this.config);
|