Skip to content

Commit 27178df

Browse files
committed
Add GuestIssuerToken to package interface
Add the GuestIssuerToken data model to the main package interface.
1 parent 69b214b commit 27178df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webexteamssdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
)
4545
from .models.dictionary import dict_data_factory
4646
from .models.immutable import (
47-
AccessToken, AdminAuditEvent, AttachmentAction, Event,
47+
AccessToken, AdminAuditEvent, AttachmentAction, Event, GuestIssuerToken,
4848
immutable_data_factory, License, Membership, Message, Organization, Person,
4949
Role, Room, Team, TeamMembership, Webhook, WebhookEvent,
5050
)

0 commit comments

Comments
 (0)