@connectedxm/admin-sdk 6.32.2 → 6.33.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 +1 -1
- package/README.md +4 -1
- package/api.ts +441 -206
- package/dist/api.d.ts +412 -302
- package/dist/api.js +208 -5
- package/dist/esm/api.d.ts +412 -302
- package/dist/esm/api.js +207 -4
- package/docs/AccountsApi.md +97 -0
- package/docs/AnnouncementsTranslationsApi.md +4 -4
- package/docs/BenefitsTranslationsApi.md +4 -4
- package/docs/BookingsPlacesTranslationsApi.md +4 -4
- package/docs/BookingsQuestionsChoicesTranslationsApi.md +2 -2
- package/docs/BookingsQuestionsTranslationsApi.md +2 -2
- package/docs/BookingsSpacesTranslationsApi.md +4 -4
- package/docs/ChannelsTranslationsApi.md +8 -8
- package/docs/DashboardsApi.md +2 -2
- package/docs/DashboardsWidgetsApi.md +2 -2
- package/docs/EventsAccessApi.md +4 -4
- package/docs/EventsActivationsTranslationsApi.md +2 -2
- package/docs/EventsAddonsTranslationsApi.md +2 -2
- package/docs/EventsApi.md +6 -6
- package/docs/EventsAttendeesApi.md +52 -0
- package/docs/EventsAttendeesPackagesApi.md +2 -2
- package/docs/EventsEmailsTranslationsApi.md +4 -4
- package/docs/EventsFaqsTranslationsApi.md +8 -8
- package/docs/EventsFollowupsTranslationsApi.md +4 -4
- package/docs/EventsMediaTranslationsApi.md +2 -2
- package/docs/EventsPagesTranslationsApi.md +4 -4
- package/docs/EventsPasstypesPriceschedulesApi.md +4 -4
- package/docs/EventsPasstypesRefundschedulesApi.md +4 -4
- package/docs/EventsPasstypesTranslationsApi.md +4 -4
- package/docs/EventsQuestionsApi.md +2 -2
- package/docs/EventsQuestionsTranslationsApi.md +8 -8
- package/docs/EventsRoomtypesTranslationsApi.md +4 -4
- package/docs/EventsSectionsTranslationsApi.md +4 -4
- package/docs/EventsSessionsApi.md +2 -2
- package/docs/EventsSessionsLocationsTranslationsApi.md +4 -4
- package/docs/EventsSessionsQuestionsApi.md +2 -2
- package/docs/EventsSessionsQuestionsTranslationsApi.md +8 -8
- package/docs/EventsSessionsSectionsTranslationsApi.md +4 -4
- package/docs/EventsSessionsTimesApi.md +2 -2
- package/docs/EventsSessionsTimesTranslationsApi.md +4 -4
- package/docs/EventsSessionsTranslationsApi.md +4 -4
- package/docs/EventsSpeakersTranslationsApi.md +4 -4
- package/docs/EventsTracksTranslationsApi.md +4 -4
- package/docs/EventsTranslationsApi.md +4 -4
- package/docs/GroupsTranslationsApi.md +4 -4
- package/docs/MeetingsParticipantsApi.md +4 -4
- package/docs/MeetingsSessionsApi.md +2 -2
- package/docs/NotificationsApi.md +4 -4
- package/docs/OrganizationModulesSettingsTranslationsApi.md +4 -4
- package/docs/OrganizationPaymentsApi.md +2 -2
- package/docs/OrganizationTeammembersApi.md +2 -2
- package/docs/SeriesTranslationsApi.md +4 -4
- package/docs/SponsorsTranslationsApi.md +4 -4
- package/docs/StorageVideosApi.md +4 -4
- package/docs/StorageVideosCaptionsApi.md +2 -2
- package/docs/SurveysQuestionsApi.md +2 -2
- package/docs/SurveysQuestionsTranslationsApi.md +8 -8
- package/docs/SurveysSectionsTranslationsApi.md +4 -4
- package/docs/SurveysTranslationsApi.md +4 -4
- package/docs/{UpdateAnnouncementTranslation200Response.md → SyncAccounts200Response.md} +3 -3
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -1414,6 +1414,7 @@ docs/SurveysSectionsTranslationsApi.md
|
|
|
1414
1414
|
docs/SurveysSessionsApi.md
|
|
1415
1415
|
docs/SurveysSubmissionsApi.md
|
|
1416
1416
|
docs/SurveysTranslationsApi.md
|
|
1417
|
+
docs/SyncAccounts200Response.md
|
|
1417
1418
|
docs/SystemEventLog.md
|
|
1418
1419
|
docs/SystemEventLogStatus.md
|
|
1419
1420
|
docs/TableChartSummaryData.md
|
|
@@ -1472,7 +1473,6 @@ docs/Transfer.md
|
|
|
1472
1473
|
docs/TransferLog.md
|
|
1473
1474
|
docs/TriggerCreateInputs.md
|
|
1474
1475
|
docs/TriggerUpdateInputs.md
|
|
1475
|
-
docs/UpdateAnnouncementTranslation200Response.md
|
|
1476
1476
|
docs/UpdateBookingSpaceQuestionChoiceTranslation200Response.md
|
|
1477
1477
|
docs/UpdateBookingSpaceQuestionTranslation200Response.md
|
|
1478
1478
|
docs/UpdateChannelContentGuestTranslation200Response.md
|
package/README.md
CHANGED
|
@@ -67,6 +67,8 @@ Class | Method | HTTP request | Description
|
|
|
67
67
|
*AccountsApi* | [**getAccounts**](docs/AccountsApi.md#getaccounts) | **GET** /accounts | Get Accounts
|
|
68
68
|
*AccountsApi* | [**getAccountsByInternalRefId**](docs/AccountsApi.md#getaccountsbyinternalrefid) | **GET** /accounts/internal-ref-id/{internalRefId} | Get Accounts By Internal Ref Id
|
|
69
69
|
*AccountsApi* | [**impersonateAccount**](docs/AccountsApi.md#impersonateaccount) | **POST** /accounts/{accountId}/impersonate/{username} | Impersonate Account
|
|
70
|
+
*AccountsApi* | [**syncAccount**](docs/AccountsApi.md#syncaccount) | **POST** /accounts/{accountId}/sync | Sync Account
|
|
71
|
+
*AccountsApi* | [**syncAccounts**](docs/AccountsApi.md#syncaccounts) | **POST** /accounts/sync | Sync Accounts
|
|
70
72
|
*AccountsApi* | [**updateAccount**](docs/AccountsApi.md#updateaccount) | **PUT** /accounts/{accountId} | Update Account
|
|
71
73
|
*AccountsAddressesApi* | [**createAccountAddress**](docs/AccountsAddressesApi.md#createaccountaddress) | **POST** /accounts/{accountId}/addresses | Create Account Address
|
|
72
74
|
*AccountsAddressesApi* | [**deleteAccountAddress**](docs/AccountsAddressesApi.md#deleteaccountaddress) | **DELETE** /accounts/{accountId}/addresses/{addressId} | Delete Account Address
|
|
@@ -313,6 +315,7 @@ Class | Method | HTTP request | Description
|
|
|
313
315
|
*EventsAttendeesApi* | [**getEventAttendees**](docs/EventsAttendeesApi.md#geteventattendees) | **GET** /events/{eventId}/attendees | Get Event Attendees
|
|
314
316
|
*EventsAttendeesApi* | [**getEventPassAttendeePasses**](docs/EventsAttendeesApi.md#geteventpassattendeepasses) | **GET** /events/{eventId}/passes/{passId}/attendee/passes | Get Event Pass Attendee Passes
|
|
315
317
|
*EventsAttendeesApi* | [**resendRegistrationConfirmationEmail**](docs/EventsAttendeesApi.md#resendregistrationconfirmationemail) | **POST** /events/{eventId}/attendees/{accountId}/resendEmail | Resend Registration Confirmation Email
|
|
318
|
+
*EventsAttendeesApi* | [**syncEventAttendees**](docs/EventsAttendeesApi.md#synceventattendees) | **POST** /events/{eventId}/attendees/sync | Sync Event Attendees
|
|
316
319
|
*EventsAttendeesApi* | [**updateEventAttendee**](docs/EventsAttendeesApi.md#updateeventattendee) | **PUT** /events/{eventId}/attendees/{accountId} | Update Event Attendee
|
|
317
320
|
*EventsAttendeesPackagesApi* | [**createEventAttendeePackage**](docs/EventsAttendeesPackagesApi.md#createeventattendeepackage) | **POST** /events/{eventId}/attendees/{accountId}/packages | Create Event Attendee Package
|
|
318
321
|
*EventsAttendeesPackagesApi* | [**deleteEventAttendeePackage**](docs/EventsAttendeesPackagesApi.md#deleteeventattendeepackage) | **DELETE** /events/{eventId}/attendees/{accountId}/packages/{packageId} | Delete Event Attendee Package
|
|
@@ -2483,6 +2486,7 @@ Class | Method | HTTP request | Description
|
|
|
2483
2486
|
- [SurveyTranslation](docs/SurveyTranslation.md)
|
|
2484
2487
|
- [SurveyTranslationUpdateInputs](docs/SurveyTranslationUpdateInputs.md)
|
|
2485
2488
|
- [SurveyUpdateInputs](docs/SurveyUpdateInputs.md)
|
|
2489
|
+
- [SyncAccounts200Response](docs/SyncAccounts200Response.md)
|
|
2486
2490
|
- [SystemEventLog](docs/SystemEventLog.md)
|
|
2487
2491
|
- [SystemEventLogStatus](docs/SystemEventLogStatus.md)
|
|
2488
2492
|
- [TableChartSummaryData](docs/TableChartSummaryData.md)
|
|
@@ -2531,7 +2535,6 @@ Class | Method | HTTP request | Description
|
|
|
2531
2535
|
- [TransferLog](docs/TransferLog.md)
|
|
2532
2536
|
- [TriggerCreateInputs](docs/TriggerCreateInputs.md)
|
|
2533
2537
|
- [TriggerUpdateInputs](docs/TriggerUpdateInputs.md)
|
|
2534
|
-
- [UpdateAnnouncementTranslation200Response](docs/UpdateAnnouncementTranslation200Response.md)
|
|
2535
2538
|
- [UpdateBookingSpaceQuestionChoiceTranslation200Response](docs/UpdateBookingSpaceQuestionChoiceTranslation200Response.md)
|
|
2536
2539
|
- [UpdateBookingSpaceQuestionTranslation200Response](docs/UpdateBookingSpaceQuestionTranslation200Response.md)
|
|
2537
2540
|
- [UpdateChannelContentGuestTranslation200Response](docs/UpdateChannelContentGuestTranslation200Response.md)
|