@@ -8,6 +8,7 @@ import type {
88 ComponentAction ,
99 MemberInvitation ,
1010 InvitationCreateSchemas ,
11+ OrganizationInvitationTabMessages ,
1112} from '@auth0/universal-components-core' ;
1213
1314/** Invitation status. */
@@ -75,92 +76,6 @@ export interface OrganizationInvitationTabClasses {
7576 'OrganizationInvitationTab-pagination' ?: string ;
7677}
7778
78- /** OrganizationInvitationTab translation messages. */
79- export interface OrganizationInvitationTabMessages {
80- table ?: {
81- columns ?: {
82- email ?: string ;
83- status ?: string ;
84- inviter ?: string ;
85- created_at ?: string ;
86- expires_at ?: string ;
87- roles ?: string ;
88- } ;
89- empty_message ?: string ;
90- search_placeholder ?: string ;
91- filter_by_role ?: string ;
92- all_roles ?: string ;
93- reset_filter ?: string ;
94- showing_results ?: string ;
95- status_pending ?: string ;
96- status_expired ?: string ;
97- } ;
98- actions ?: {
99- menu_label ?: string ;
100- view_details ?: string ;
101- copy_url ?: string ;
102- revoke_and_resend ?: string ;
103- revoke ?: string ;
104- } ;
105- create ?: {
106- title ?: string ;
107- description ?: string ;
108- email_label ?: string ;
109- email_placeholder ?: string ;
110- email_helper ?: string ;
111- email_limit_error ?: string ;
112- email_invalid_error ?: string ;
113- email_duplicate_error ?: string ;
114- email_required_error ?: string ;
115- roles_label ?: string ;
116- roles_placeholder ?: string ;
117- provider_label ?: string ;
118- provider_placeholder ?: string ;
119- submit_button ?: string ;
120- creating ?: string ;
121- cancel_button ?: string ;
122- } ;
123- details ?: {
124- title ?: string ;
125- email_label ?: string ;
126- status_label ?: string ;
127- roles_label ?: string ;
128- provider_label ?: string ;
129- created_at_label ?: string ;
130- expires_at_label ?: string ;
131- invited_by_label ?: string ;
132- invitation_url_label ?: string ;
133- copy_url_button ?: string ;
134- close_button ?: string ;
135- revoke_button ?: string ;
136- resend_button ?: string ;
137- } ;
138- revoke ?: {
139- title ?: string ;
140- description ?: string ;
141- confirm_button ?: string ;
142- cancel_button ?: string ;
143- } ;
144- revoke_resend ?: {
145- title ?: string ;
146- description ?: string ;
147- confirm_button ?: string ;
148- cancel_button ?: string ;
149- } ;
150- success ?: {
151- url_copied ?: string ;
152- invitation_resent ?: string ;
153- } ;
154- error ?: {
155- fetch_failed ?: string ;
156- create_failed ?: string ;
157- revoke_failed ?: string ;
158- resend_failed ?: string ;
159- revoke_resend_failed ?: string ;
160- copy_url_failed ?: string ;
161- } ;
162- }
163-
16479/** Props for OrganizationInvitationTab component. */
16580export interface OrganizationInvitationTabProps
16681 extends SharedComponentProps <
0 commit comments