@connectedxm/admin-sdk 1.0.0 → 6.6.2
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 +51 -30
- package/README.md +51 -30
- package/api.ts +1697 -135
- package/dist/api.d.ts +1592 -136
- package/dist/api.js +63 -18
- package/dist/esm/api.d.ts +1592 -136
- package/dist/esm/api.js +45 -0
- package/docs/APILog.md +28 -0
- package/docs/Account.md +38 -2
- package/docs/AccountAddress.md +18 -0
- package/docs/AccountAttribute.md +23 -1
- package/docs/{AccountAttributeCount.md → AccountAttributeAllOfCount.md} +3 -3
- package/docs/AccountAttributeValue.md +8 -0
- package/docs/AccountInvitation.md +22 -0
- package/docs/ActivationCompletion.md +12 -0
- package/docs/Activity.md +36 -0
- package/docs/ActivityEntity.md +38 -0
- package/docs/ActivityEntityInputs.md +6 -0
- package/docs/AdminNotification.md +20 -0
- package/docs/Advertisement.md +27 -1
- package/docs/{AdvertisementCount.md → AdvertisementAllOfCount.md} +3 -3
- package/docs/Announcement.md +37 -1
- package/docs/{AnnouncementCount.md → AnnouncementAllOfCount.md} +3 -3
- package/docs/AttendeePackage.md +12 -0
- package/docs/Benefit.md +21 -1
- package/docs/{BenefitCount.md → BenefitAllOfCount.md} +3 -3
- package/docs/Booking.md +18 -0
- package/docs/BookingPlace.md +20 -0
- package/docs/BookingSpace.md +30 -0
- package/docs/BookingSpaceAvailability.md +8 -0
- package/docs/BookingSpaceBlackout.md +6 -0
- package/docs/Channel.md +24 -0
- package/docs/ChannelContent.md +41 -1
- package/docs/{ChannelContentCount.md → ChannelContentAllOfCount.md} +3 -3
- package/docs/ChannelContentGuest.md +66 -0
- package/docs/ChannelContentLike.md +6 -0
- package/docs/Coupon.md +45 -1
- package/docs/{CouponCount.md → CouponAllOfCount.md} +3 -3
- package/docs/CreatePreset200Response.md +1 -1
- package/docs/CreateThread200Response.md +1 -1
- package/docs/CreateThreadCircle200Response.md +1 -1
- package/docs/CustomReportCreateInputs.md +16 -0
- package/docs/Dashboard.md +14 -0
- package/docs/DashboardWidget.md +30 -0
- package/docs/EmailReceipt.md +20 -0
- package/docs/Event.md +68 -0
- package/docs/EventActivation.md +18 -0
- package/docs/EventAddOn.md +31 -1
- package/docs/{EventAddOnCount.md → EventAddOnAllOfCount.md} +3 -3
- package/docs/EventAttendee.md +13 -1
- package/docs/{EventAttendeeCount.md → EventAttendeeAllOfCount.md} +3 -3
- package/docs/EventEmail.md +12 -0
- package/docs/EventMediaItem.md +20 -0
- package/docs/EventOnSite.md +10 -0
- package/docs/EventOnSiteBadgeField.md +26 -0
- package/docs/EventPackage.md +22 -0
- package/docs/EventPackagePass.md +8 -0
- package/docs/EventPage.md +12 -0
- package/docs/EventPass.md +40 -2
- package/docs/EventPassType.md +57 -1
- package/docs/{EventPassTypeCount.md → EventPassTypeAllOfCount.md} +3 -3
- package/docs/EventPassTypePriceSchedule.md +34 -0
- package/docs/EventPassTypeRefundSchedule.md +32 -0
- package/docs/EventRoomType.md +21 -1
- package/docs/EventRoomTypeAddOnDetails.md +16 -0
- package/docs/{EventRoomTypeCount.md → EventRoomTypeAllOfCount.md} +3 -3
- package/docs/EventRoomTypePassTypeDetails.md +26 -0
- package/docs/EventRoomTypeReservation.md +14 -0
- package/docs/EventRoomTypeReservationCreateInputs.md +1 -1
- package/docs/EventSession.md +48 -0
- package/docs/EventSessionAccess.md +12 -0
- package/docs/EventSessionLocation.md +18 -0
- package/docs/EventSessionQuestion.md +47 -1
- package/docs/{EventSessionQuestionCount.md → EventSessionQuestionAllOfCount.md} +3 -3
- package/docs/EventSessionQuestionChoice.md +18 -4
- package/docs/EventSessionQuestionChoiceSubQuestion.md +8 -0
- package/docs/EventSessionQuestionResponse.md +8 -0
- package/docs/EventSessionQuestionResponseChange.md +16 -0
- package/docs/EventSessionSection.md +12 -0
- package/docs/EventSessionSectionQuestion.md +10 -0
- package/docs/EventSpeaker.md +26 -0
- package/docs/EventSponsorship.md +14 -0
- package/docs/EventSponsorshipLevel.md +10 -0
- package/docs/EventTrack.md +11 -1
- package/docs/{EventTrackCount.md → EventTrackAllOfCount.md} +3 -3
- package/docs/Faq.md +10 -0
- package/docs/FaqSection.md +8 -0
- package/docs/File.md +36 -0
- package/docs/GetAccountThreads200Response.md +1 -1
- package/docs/GetFiles200Response.md +1 -1
- package/docs/GetPresets200Response.md +1 -1
- package/docs/GetPushDevice200Response.md +1 -1
- package/docs/GetSelf200Response.md +1 -1
- package/docs/GetThreadCircles200Response.md +1 -1
- package/docs/GetThreadMessageFiles200Response.md +1 -1
- package/docs/Group.md +24 -2
- package/docs/{GroupCount.md → GroupAllOfCount.md} +3 -3
- package/docs/GroupInvitation.md +8 -0
- package/docs/GroupMembership.md +12 -0
- package/docs/GroupRequest.md +8 -0
- package/docs/Image.md +12 -0
- package/docs/ImageUsage.md +21 -1
- package/docs/{ImageUsageCount.md → ImageUsageAllOfCount.md} +3 -3
- package/docs/ImageWCopyUri.md +20 -0
- package/docs/Import.md +13 -1
- package/docs/{ImportCount.md → ImportAllOfCount.md} +3 -3
- package/docs/ImportItem.md +16 -0
- package/docs/Integration.md +11 -1
- package/docs/{IntegrationDetails.md → IntegrationAllOfDetails.md} +3 -3
- package/docs/Interest.md +11 -1
- package/docs/{InterestCount.md → InterestAllOfCount.md} +3 -3
- package/docs/InterestInputs.md +6 -0
- package/docs/Invoice.md +18 -0
- package/docs/InvoiceLineItem.md +20 -0
- package/docs/Lead.md +13 -1
- package/docs/{LeadAttributesInner.md → LeadAllOfAttributes.md} +3 -3
- package/docs/Level.md +19 -1
- package/docs/Like.md +4 -0
- package/docs/LinkInputs.md +6 -0
- package/docs/LinkPreview.md +36 -0
- package/docs/Login.md +25 -1
- package/docs/{LoginCount.md → LoginAllOfCount.md} +3 -3
- package/docs/Match.md +10 -0
- package/docs/Meeting.md +6 -0
- package/docs/MeetingLink.md +10 -0
- package/docs/MeetingRecording.md +42 -0
- package/docs/MeetingSessionParticipant.md +28 -2
- package/docs/{MeetingSessionParticipantQualityStatsInnerAudioStatsInner.md → MeetingSessionParticipantAllOfAudioStats.md} +3 -3
- package/docs/MeetingSessionParticipantAllOfPeerStats.md +30 -0
- package/docs/{MeetingSessionParticipantPeerStatsDeviceInfo.md → MeetingSessionParticipantAllOfPeerStatsDeviceInfo.md} +3 -3
- package/docs/{MeetingSessionParticipantPeerStatsEventsInner.md → MeetingSessionParticipantAllOfPeerStatsEvents.md} +3 -3
- package/docs/{MeetingSessionParticipantPeerStatsIpInformation.md → MeetingSessionParticipantAllOfPeerStatsIpInformation.md} +3 -3
- package/docs/{MeetingSessionParticipantPeerStatsPrecallNetworkInformation.md → MeetingSessionParticipantAllOfPeerStatsPrecallNetworkInformation.md} +3 -3
- package/docs/{MeetingSessionParticipantQualityStatsInner.md → MeetingSessionParticipantAllOfQualityStats.md} +5 -5
- package/docs/{MeetingSessionParticipantQualityStatsInnerVideoStatsInner.md → MeetingSessionParticipantAllOfVideoStats.md} +3 -3
- package/docs/MentionInputs.md +6 -0
- package/docs/Notification.md +18 -0
- package/docs/Organization.md +19 -1
- package/docs/{OrganizationOAuthInner.md → OrganizationAllOfOAuth.md} +3 -3
- package/docs/OrganizationModule.md +12 -0
- package/docs/PassAddOn.md +6 -0
- package/docs/Payment.md +57 -3
- package/docs/PaymentAllOfIntegration.md +20 -0
- package/docs/PaymentIntegration.md +16 -0
- package/docs/PaymentLineItem.md +44 -0
- package/docs/Preset.md +26 -0
- package/docs/PushDevice.md +46 -0
- package/docs/RegistrationBypass.md +34 -0
- package/docs/RegistrationFollowup.md +12 -0
- package/docs/RegistrationFollowupQuestion.md +10 -0
- package/docs/RegistrationQuestion.md +46 -0
- package/docs/RegistrationQuestionChoice.md +18 -4
- package/docs/RegistrationQuestionChoiceSubQuestion.md +8 -0
- package/docs/RegistrationQuestionResponse.md +8 -0
- package/docs/RegistrationQuestionResponseChange.md +16 -0
- package/docs/RegistrationSection.md +12 -0
- package/docs/RegistrationSectionQuestion.md +10 -0
- package/docs/Room.md +8 -0
- package/docs/Round.md +9 -1
- package/docs/{RoundMatchesInner.md → RoundAllOfMatches.md} +3 -3
- package/docs/RoundEventQuestion.md +58 -0
- package/docs/RoundSessionQuestion.md +58 -0
- package/docs/Schedule.md +26 -0
- package/docs/SearchList.md +7 -1
- package/docs/SearchListValue.md +8 -0
- package/docs/SegmentInputs.md +6 -0
- package/docs/Self.md +38 -0
- package/docs/Series.md +18 -0
- package/docs/SideEffect.md +18 -0
- package/docs/StandardReport.md +16 -0
- package/docs/StreamInput.md +22 -4
- package/docs/StreamSession.md +16 -0
- package/docs/StreamSessionSubscription.md +14 -0
- package/docs/SupportTicket.md +13 -1
- package/docs/SupportTicketActivityLog.md +34 -0
- package/docs/SupportTicketMessage.md +16 -0
- package/docs/SupportTicketNote.md +8 -0
- package/docs/SupportTicketViewer.md +32 -0
- package/docs/Survey.md +14 -0
- package/docs/SurveyQuestion.md +43 -1
- package/docs/SurveyQuestionChoice.md +18 -4
- package/docs/SurveyQuestionChoiceSubQuestion.md +8 -0
- package/docs/SurveyQuestionResponse.md +8 -0
- package/docs/SurveyQuestionResponseChange.md +16 -0
- package/docs/SurveySection.md +12 -0
- package/docs/SurveySectionQuestion.md +10 -0
- package/docs/SurveySubmission.md +8 -0
- package/docs/TaxIntegrationLog.md +12 -0
- package/docs/TeamMember.md +20 -0
- package/docs/Thread.md +34 -0
- package/docs/ThreadCircle.md +28 -0
- package/docs/ThreadCircleAccount.md +24 -0
- package/docs/ThreadMember.md +12 -0
- package/docs/ThreadMessage.md +15 -1
- package/docs/ThreadMessageEntity.md +34 -0
- package/docs/ThreadMessageReaction.md +8 -0
- package/docs/Tier.md +19 -1
- package/docs/{TierCount.md → TierAllOfCount.md} +3 -3
- package/docs/Transfer.md +8 -0
- package/docs/TransferLog.md +10 -0
- package/docs/UploadFile200Response.md +1 -1
- package/docs/UpsertLinkPreview200Response.md +1 -1
- package/docs/User.md +14 -0
- package/docs/Video.md +22 -0
- package/docs/WebSocketConnection.md +34 -0
- package/docs/Webhook.md +8 -0
- package/package.json +5 -2
- package/docs/MeetingSessionParticipantPeerStats.md +0 -30
package/docs/User.md
CHANGED
|
@@ -5,6 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**email** | **string** | | [default to undefined]
|
|
10
|
+
**firstName** | **string** | | [default to undefined]
|
|
11
|
+
**lastName** | **string** | | [default to undefined]
|
|
12
|
+
**title** | **string** | | [default to undefined]
|
|
13
|
+
**imageUrl** | **string** | | [default to undefined]
|
|
14
|
+
**termsAccepted** | **string** | | [default to undefined]
|
|
8
15
|
**phone** | **string** | | [default to undefined]
|
|
9
16
|
**createdAt** | **string** | | [default to undefined]
|
|
10
17
|
**updatedAt** | **string** | | [default to undefined]
|
|
@@ -15,6 +22,13 @@ Name | Type | Description | Notes
|
|
|
15
22
|
import { User } from '@connectedxm/admin-sdk';
|
|
16
23
|
|
|
17
24
|
const instance: User = {
|
|
25
|
+
id,
|
|
26
|
+
email,
|
|
27
|
+
firstName,
|
|
28
|
+
lastName,
|
|
29
|
+
title,
|
|
30
|
+
imageUrl,
|
|
31
|
+
termsAccepted,
|
|
18
32
|
phone,
|
|
19
33
|
createdAt,
|
|
20
34
|
updatedAt,
|
package/docs/Video.md
CHANGED
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**name** | **string** | | [default to undefined]
|
|
10
|
+
**status** | **string** | | [default to undefined]
|
|
11
|
+
**source** | [**VideoSource**](VideoSource.md) | | [default to undefined]
|
|
12
|
+
**width** | **number** | | [default to undefined]
|
|
13
|
+
**height** | **number** | | [default to undefined]
|
|
14
|
+
**thumbnailUrl** | **string** | | [default to undefined]
|
|
15
|
+
**previewUrl** | **string** | | [default to undefined]
|
|
16
|
+
**readyToStream** | **boolean** | | [default to undefined]
|
|
17
|
+
**duration** | **number** | | [default to undefined]
|
|
18
|
+
**createdAt** | **string** | | [default to undefined]
|
|
8
19
|
**downloadUrl** | **string** | | [default to undefined]
|
|
9
20
|
**hlsUrl** | **string** | | [default to undefined]
|
|
10
21
|
**dashUrl** | **string** | | [default to undefined]
|
|
@@ -16,6 +27,17 @@ Name | Type | Description | Notes
|
|
|
16
27
|
import { Video } from '@connectedxm/admin-sdk';
|
|
17
28
|
|
|
18
29
|
const instance: Video = {
|
|
30
|
+
id,
|
|
31
|
+
name,
|
|
32
|
+
status,
|
|
33
|
+
source,
|
|
34
|
+
width,
|
|
35
|
+
height,
|
|
36
|
+
thumbnailUrl,
|
|
37
|
+
previewUrl,
|
|
38
|
+
readyToStream,
|
|
39
|
+
duration,
|
|
40
|
+
createdAt,
|
|
19
41
|
downloadUrl,
|
|
20
42
|
hlsUrl,
|
|
21
43
|
dashUrl,
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# WebSocketConnection
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**organizationId** | **string** | | [default to undefined]
|
|
10
|
+
**account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
|
|
11
|
+
**active** | **boolean** | | [default to undefined]
|
|
12
|
+
**connectedAt** | **string** | | [default to undefined]
|
|
13
|
+
**disconnectedAt** | **string** | | [default to undefined]
|
|
14
|
+
**streamId** | **string** | | [default to undefined]
|
|
15
|
+
**streamSessionId** | **string** | | [default to undefined]
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
import { WebSocketConnection } from '@connectedxm/admin-sdk';
|
|
21
|
+
|
|
22
|
+
const instance: WebSocketConnection = {
|
|
23
|
+
id,
|
|
24
|
+
organizationId,
|
|
25
|
+
account,
|
|
26
|
+
active,
|
|
27
|
+
connectedAt,
|
|
28
|
+
disconnectedAt,
|
|
29
|
+
streamId,
|
|
30
|
+
streamSessionId,
|
|
31
|
+
};
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/Webhook.md
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**url** | **string** | | [default to undefined]
|
|
10
|
+
**name** | **string** | | [default to undefined]
|
|
11
|
+
**verified** | **boolean** | | [default to undefined]
|
|
8
12
|
**createdAt** | **string** | | [default to undefined]
|
|
9
13
|
**updatedAt** | **string** | | [default to undefined]
|
|
10
14
|
|
|
@@ -14,6 +18,10 @@ Name | Type | Description | Notes
|
|
|
14
18
|
import { Webhook } from '@connectedxm/admin-sdk';
|
|
15
19
|
|
|
16
20
|
const instance: Webhook = {
|
|
21
|
+
id,
|
|
22
|
+
url,
|
|
23
|
+
name,
|
|
24
|
+
verified,
|
|
17
25
|
createdAt,
|
|
18
26
|
updatedAt,
|
|
19
27
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@connectedxm/admin-sdk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.6.2",
|
|
4
4
|
"description": "OpenAPI client for @connectedxm/admin-sdk",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
@@ -29,5 +29,8 @@
|
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "12.11.5 - 12.20.42",
|
|
31
31
|
"typescript": "^4.0 || ^5.0"
|
|
32
|
+
},
|
|
33
|
+
"publishConfig": {
|
|
34
|
+
"access": "public"
|
|
32
35
|
}
|
|
33
|
-
}
|
|
36
|
+
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
# MeetingSessionParticipantPeerStats
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Properties
|
|
5
|
-
|
|
6
|
-
Name | Type | Description | Notes
|
|
7
|
-
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**config** | **string** | | [optional] [default to undefined]
|
|
9
|
-
**status** | **string** | | [optional] [default to undefined]
|
|
10
|
-
**device_info** | [**MeetingSessionParticipantPeerStatsDeviceInfo**](MeetingSessionParticipantPeerStatsDeviceInfo.md) | | [optional] [default to undefined]
|
|
11
|
-
**events** | [**Array<MeetingSessionParticipantPeerStatsEventsInner>**](MeetingSessionParticipantPeerStatsEventsInner.md) | | [optional] [default to undefined]
|
|
12
|
-
**ip_information** | [**MeetingSessionParticipantPeerStatsIpInformation**](MeetingSessionParticipantPeerStatsIpInformation.md) | | [optional] [default to undefined]
|
|
13
|
-
**precall_network_information** | [**MeetingSessionParticipantPeerStatsPrecallNetworkInformation**](MeetingSessionParticipantPeerStatsPrecallNetworkInformation.md) | | [optional] [default to undefined]
|
|
14
|
-
|
|
15
|
-
## Example
|
|
16
|
-
|
|
17
|
-
```typescript
|
|
18
|
-
import { MeetingSessionParticipantPeerStats } from '@connectedxm/admin-sdk';
|
|
19
|
-
|
|
20
|
-
const instance: MeetingSessionParticipantPeerStats = {
|
|
21
|
-
config,
|
|
22
|
-
status,
|
|
23
|
-
device_info,
|
|
24
|
-
events,
|
|
25
|
-
ip_information,
|
|
26
|
-
precall_network_information,
|
|
27
|
-
};
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|