@wix/members 1.0.95 → 1.0.97
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/package.json +11 -11
- package/type-bundles/context.bundle.d.ts +84 -229
- package/type-bundles/index.bundle.d.ts +84 -229
|
@@ -377,7 +377,7 @@ interface DomainEventBodyOneOf$4 {
|
|
|
377
377
|
interface EntityCreatedEvent$4 {
|
|
378
378
|
entity?: string;
|
|
379
379
|
}
|
|
380
|
-
interface RestoreInfo$
|
|
380
|
+
interface RestoreInfo$3 {
|
|
381
381
|
deletedDate?: Date;
|
|
382
382
|
}
|
|
383
383
|
interface EntityUpdatedEvent$4 {
|
|
@@ -765,32 +765,19 @@ declare const onBadgeDeleted$1: EventDefinition<BadgeDeletedEnvelope, "wix.badge
|
|
|
765
765
|
declare const onBadgeAssigned$1: EventDefinition<BadgeAssignedEnvelope, "wix.badges.v3.badge_badge_assigned">;
|
|
766
766
|
declare const onBadgeUnassigned$1: EventDefinition<BadgeUnassignedEnvelope, "wix.badges.v3.badge_badge_unassigned">;
|
|
767
767
|
|
|
768
|
-
declare function createRESTModule$8<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
769
|
-
|
|
770
768
|
declare function createEventModule$1<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
771
769
|
|
|
772
|
-
|
|
773
|
-
declare const
|
|
774
|
-
|
|
775
|
-
declare const
|
|
776
|
-
|
|
777
|
-
declare const
|
|
778
|
-
|
|
779
|
-
declare const
|
|
780
|
-
|
|
781
|
-
declare const
|
|
782
|
-
|
|
783
|
-
declare const assignBadge: ReturnType<typeof createRESTModule$8<_publicAssignBadgeType>>;
|
|
784
|
-
type _publicUnassignBadgeType = typeof unassignBadge$1;
|
|
785
|
-
declare const unassignBadge: ReturnType<typeof createRESTModule$8<_publicUnassignBadgeType>>;
|
|
786
|
-
type _publicListMembersByBadgeType = typeof listMembersByBadge$1;
|
|
787
|
-
declare const listMembersByBadge: ReturnType<typeof createRESTModule$8<_publicListMembersByBadgeType>>;
|
|
788
|
-
type _publicListBadgesPerMemberType = typeof listBadgesPerMember$1;
|
|
789
|
-
declare const listBadgesPerMember: ReturnType<typeof createRESTModule$8<_publicListBadgesPerMemberType>>;
|
|
790
|
-
type _publicGetMemberCountsPerBadgeType = typeof getMemberCountsPerBadge$1;
|
|
791
|
-
declare const getMemberCountsPerBadge: ReturnType<typeof createRESTModule$8<_publicGetMemberCountsPerBadgeType>>;
|
|
792
|
-
type _publicUpdateBadgesDisplayOrderType = typeof updateBadgesDisplayOrder$1;
|
|
793
|
-
declare const updateBadgesDisplayOrder: ReturnType<typeof createRESTModule$8<_publicUpdateBadgesDisplayOrderType>>;
|
|
770
|
+
declare const createBadge: BuildRESTFunction<typeof createBadge$1> & typeof createBadge$1;
|
|
771
|
+
declare const updateBadge: BuildRESTFunction<typeof updateBadge$1> & typeof updateBadge$1;
|
|
772
|
+
declare const listBadges: BuildRESTFunction<typeof listBadges$1> & typeof listBadges$1;
|
|
773
|
+
declare const getBadge: BuildRESTFunction<typeof getBadge$1> & typeof getBadge$1;
|
|
774
|
+
declare const deleteBadge: BuildRESTFunction<typeof deleteBadge$1> & typeof deleteBadge$1;
|
|
775
|
+
declare const assignBadge: BuildRESTFunction<typeof assignBadge$1> & typeof assignBadge$1;
|
|
776
|
+
declare const unassignBadge: BuildRESTFunction<typeof unassignBadge$1> & typeof unassignBadge$1;
|
|
777
|
+
declare const listMembersByBadge: BuildRESTFunction<typeof listMembersByBadge$1> & typeof listMembersByBadge$1;
|
|
778
|
+
declare const listBadgesPerMember: BuildRESTFunction<typeof listBadgesPerMember$1> & typeof listBadgesPerMember$1;
|
|
779
|
+
declare const getMemberCountsPerBadge: BuildRESTFunction<typeof getMemberCountsPerBadge$1> & typeof getMemberCountsPerBadge$1;
|
|
780
|
+
declare const updateBadgesDisplayOrder: BuildRESTFunction<typeof updateBadgesDisplayOrder$1> & typeof updateBadgesDisplayOrder$1;
|
|
794
781
|
|
|
795
782
|
type _publicOnBadgeCreatedType = typeof onBadgeCreated$1;
|
|
796
783
|
/**
|
|
@@ -872,22 +859,11 @@ type context$8_UpdateBadgeResponseNonNullableFields = UpdateBadgeResponseNonNull
|
|
|
872
859
|
type context$8_UpdateBadgesDisplayOrderRequest = UpdateBadgesDisplayOrderRequest;
|
|
873
860
|
type context$8_UpdateBadgesDisplayOrderResponse = UpdateBadgesDisplayOrderResponse;
|
|
874
861
|
type context$8_UpdateBadgesDisplayOrderResponseNonNullableFields = UpdateBadgesDisplayOrderResponseNonNullableFields;
|
|
875
|
-
type context$8__publicAssignBadgeType = _publicAssignBadgeType;
|
|
876
|
-
type context$8__publicCreateBadgeType = _publicCreateBadgeType;
|
|
877
|
-
type context$8__publicDeleteBadgeType = _publicDeleteBadgeType;
|
|
878
|
-
type context$8__publicGetBadgeType = _publicGetBadgeType;
|
|
879
|
-
type context$8__publicGetMemberCountsPerBadgeType = _publicGetMemberCountsPerBadgeType;
|
|
880
|
-
type context$8__publicListBadgesPerMemberType = _publicListBadgesPerMemberType;
|
|
881
|
-
type context$8__publicListBadgesType = _publicListBadgesType;
|
|
882
|
-
type context$8__publicListMembersByBadgeType = _publicListMembersByBadgeType;
|
|
883
862
|
type context$8__publicOnBadgeAssignedType = _publicOnBadgeAssignedType;
|
|
884
863
|
type context$8__publicOnBadgeCreatedType = _publicOnBadgeCreatedType;
|
|
885
864
|
type context$8__publicOnBadgeDeletedType = _publicOnBadgeDeletedType;
|
|
886
865
|
type context$8__publicOnBadgeUnassignedType = _publicOnBadgeUnassignedType;
|
|
887
866
|
type context$8__publicOnBadgeUpdatedType = _publicOnBadgeUpdatedType;
|
|
888
|
-
type context$8__publicUnassignBadgeType = _publicUnassignBadgeType;
|
|
889
|
-
type context$8__publicUpdateBadgeType = _publicUpdateBadgeType;
|
|
890
|
-
type context$8__publicUpdateBadgesDisplayOrderType = _publicUpdateBadgesDisplayOrderType;
|
|
891
867
|
declare const context$8_assignBadge: typeof assignBadge;
|
|
892
868
|
declare const context$8_createBadge: typeof createBadge;
|
|
893
869
|
declare const context$8_deleteBadge: typeof deleteBadge;
|
|
@@ -905,7 +881,7 @@ declare const context$8_unassignBadge: typeof unassignBadge;
|
|
|
905
881
|
declare const context$8_updateBadge: typeof updateBadge;
|
|
906
882
|
declare const context$8_updateBadgesDisplayOrder: typeof updateBadgesDisplayOrder;
|
|
907
883
|
declare namespace context$8 {
|
|
908
|
-
export { type ActionEvent$4 as ActionEvent, type context$8_AssignBadgeRequest as AssignBadgeRequest, type context$8_AssignBadgeResponse as AssignBadgeResponse, type context$8_AssignBadgeResponseNonNullableFields as AssignBadgeResponseNonNullableFields, type context$8_AssignBadgesRequest as AssignBadgesRequest, type context$8_AssignBadgesResponse as AssignBadgesResponse, type context$8_Badge as Badge, type context$8_BadgeAssigned as BadgeAssigned, type context$8_BadgeAssignedEnvelope as BadgeAssignedEnvelope, type context$8_BadgeCreatedEnvelope as BadgeCreatedEnvelope, type context$8_BadgeDeletedEnvelope as BadgeDeletedEnvelope, type context$8_BadgeMemberCount as BadgeMemberCount, type context$8_BadgeNonNullableFields as BadgeNonNullableFields, type context$8_BadgeUnassigned as BadgeUnassigned, type context$8_BadgeUnassignedEnvelope as BadgeUnassignedEnvelope, type context$8_BadgeUpdatedEnvelope as BadgeUpdatedEnvelope, type BaseEventMetadata$1 as BaseEventMetadata, type context$8_CountBadgesRequest as CountBadgesRequest, type context$8_CountBadgesResponse as CountBadgesResponse, type context$8_CreateBadgeRequest as CreateBadgeRequest, type context$8_CreateBadgeResponse as CreateBadgeResponse, type context$8_CreateBadgeResponseNonNullableFields as CreateBadgeResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type Cursors$3 as Cursors, type context$8_DeleteBadgeRequest as DeleteBadgeRequest, type context$8_DeleteBadgeResponse as DeleteBadgeResponse, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type context$8_GetBadgeRequest as GetBadgeRequest, type context$8_GetBadgeResponse as GetBadgeResponse, type context$8_GetBadgeResponseNonNullableFields as GetBadgeResponseNonNullableFields, type context$8_GetMemberCountsPerBadgeRequest as GetMemberCountsPerBadgeRequest, type context$8_GetMemberCountsPerBadgeResponse as GetMemberCountsPerBadgeResponse, type context$8_GetMemberCountsPerBadgeResponseNonNullableFields as GetMemberCountsPerBadgeResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type context$8_ListBadgesOptions as ListBadgesOptions, type context$8_ListBadgesRequest as ListBadgesRequest, type context$8_ListBadgesResponse as ListBadgesResponse, type context$8_ListBadgesResponseNonNullableFields as ListBadgesResponseNonNullableFields, type context$8_ListMembersBadgeIdsRequest as ListMembersBadgeIdsRequest, type context$8_ListMembersBadgeIdsResponse as ListMembersBadgeIdsResponse, type context$8_ListMembersBadgeIdsResponseNonNullableFields as ListMembersBadgeIdsResponseNonNullableFields, type context$8_ListMembersByBadgeOptions as ListMembersByBadgeOptions, type ListMembersRequest$2 as ListMembersRequest, type ListMembersResponse$2 as ListMembersResponse, type ListMembersResponseNonNullableFields$1 as ListMembersResponseNonNullableFields, type context$8_ListMembersWithBadgesRequest as ListMembersWithBadgesRequest, type context$8_ListMembersWithBadgesResponse as ListMembersWithBadgesResponse, type context$8_MemberBadgeIds as MemberBadgeIds, type MessageEnvelope$3 as MessageEnvelope, type Paging$4 as Paging, type PagingMetadata$3 as PagingMetadata, type context$8_QueryBadgesRequest as QueryBadgesRequest, type context$8_QueryBadgesResponse as QueryBadgesResponse, type RestoreInfo$
|
|
884
|
+
export { type ActionEvent$4 as ActionEvent, type context$8_AssignBadgeRequest as AssignBadgeRequest, type context$8_AssignBadgeResponse as AssignBadgeResponse, type context$8_AssignBadgeResponseNonNullableFields as AssignBadgeResponseNonNullableFields, type context$8_AssignBadgesRequest as AssignBadgesRequest, type context$8_AssignBadgesResponse as AssignBadgesResponse, type context$8_Badge as Badge, type context$8_BadgeAssigned as BadgeAssigned, type context$8_BadgeAssignedEnvelope as BadgeAssignedEnvelope, type context$8_BadgeCreatedEnvelope as BadgeCreatedEnvelope, type context$8_BadgeDeletedEnvelope as BadgeDeletedEnvelope, type context$8_BadgeMemberCount as BadgeMemberCount, type context$8_BadgeNonNullableFields as BadgeNonNullableFields, type context$8_BadgeUnassigned as BadgeUnassigned, type context$8_BadgeUnassignedEnvelope as BadgeUnassignedEnvelope, type context$8_BadgeUpdatedEnvelope as BadgeUpdatedEnvelope, type BaseEventMetadata$1 as BaseEventMetadata, type context$8_CountBadgesRequest as CountBadgesRequest, type context$8_CountBadgesResponse as CountBadgesResponse, type context$8_CreateBadgeRequest as CreateBadgeRequest, type context$8_CreateBadgeResponse as CreateBadgeResponse, type context$8_CreateBadgeResponseNonNullableFields as CreateBadgeResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type Cursors$3 as Cursors, type context$8_DeleteBadgeRequest as DeleteBadgeRequest, type context$8_DeleteBadgeResponse as DeleteBadgeResponse, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type context$8_GetBadgeRequest as GetBadgeRequest, type context$8_GetBadgeResponse as GetBadgeResponse, type context$8_GetBadgeResponseNonNullableFields as GetBadgeResponseNonNullableFields, type context$8_GetMemberCountsPerBadgeRequest as GetMemberCountsPerBadgeRequest, type context$8_GetMemberCountsPerBadgeResponse as GetMemberCountsPerBadgeResponse, type context$8_GetMemberCountsPerBadgeResponseNonNullableFields as GetMemberCountsPerBadgeResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type context$8_ListBadgesOptions as ListBadgesOptions, type context$8_ListBadgesRequest as ListBadgesRequest, type context$8_ListBadgesResponse as ListBadgesResponse, type context$8_ListBadgesResponseNonNullableFields as ListBadgesResponseNonNullableFields, type context$8_ListMembersBadgeIdsRequest as ListMembersBadgeIdsRequest, type context$8_ListMembersBadgeIdsResponse as ListMembersBadgeIdsResponse, type context$8_ListMembersBadgeIdsResponseNonNullableFields as ListMembersBadgeIdsResponseNonNullableFields, type context$8_ListMembersByBadgeOptions as ListMembersByBadgeOptions, type ListMembersRequest$2 as ListMembersRequest, type ListMembersResponse$2 as ListMembersResponse, type ListMembersResponseNonNullableFields$1 as ListMembersResponseNonNullableFields, type context$8_ListMembersWithBadgesRequest as ListMembersWithBadgesRequest, type context$8_ListMembersWithBadgesResponse as ListMembersWithBadgesResponse, type context$8_MemberBadgeIds as MemberBadgeIds, type MessageEnvelope$3 as MessageEnvelope, type Paging$4 as Paging, type PagingMetadata$3 as PagingMetadata, type context$8_QueryBadgesRequest as QueryBadgesRequest, type context$8_QueryBadgesResponse as QueryBadgesResponse, type RestoreInfo$3 as RestoreInfo, SortOrder$3 as SortOrder, type Sorting$4 as Sorting, type context$8_UnassignBadgeRequest as UnassignBadgeRequest, type context$8_UnassignBadgeResponse as UnassignBadgeResponse, type context$8_UpdateBadge as UpdateBadge, type context$8_UpdateBadgeRequest as UpdateBadgeRequest, type context$8_UpdateBadgeResponse as UpdateBadgeResponse, type context$8_UpdateBadgeResponseNonNullableFields as UpdateBadgeResponseNonNullableFields, type context$8_UpdateBadgesDisplayOrderRequest as UpdateBadgesDisplayOrderRequest, type context$8_UpdateBadgesDisplayOrderResponse as UpdateBadgesDisplayOrderResponse, type context$8_UpdateBadgesDisplayOrderResponseNonNullableFields as UpdateBadgesDisplayOrderResponseNonNullableFields, WebhookIdentityType$3 as WebhookIdentityType, type context$8__publicOnBadgeAssignedType as _publicOnBadgeAssignedType, type context$8__publicOnBadgeCreatedType as _publicOnBadgeCreatedType, type context$8__publicOnBadgeDeletedType as _publicOnBadgeDeletedType, type context$8__publicOnBadgeUnassignedType as _publicOnBadgeUnassignedType, type context$8__publicOnBadgeUpdatedType as _publicOnBadgeUpdatedType, context$8_assignBadge as assignBadge, context$8_createBadge as createBadge, context$8_deleteBadge as deleteBadge, context$8_getBadge as getBadge, context$8_getMemberCountsPerBadge as getMemberCountsPerBadge, context$8_listBadges as listBadges, context$8_listBadgesPerMember as listBadgesPerMember, context$8_listMembersByBadge as listMembersByBadge, context$8_onBadgeAssigned as onBadgeAssigned, context$8_onBadgeCreated as onBadgeCreated, context$8_onBadgeDeleted as onBadgeDeleted, context$8_onBadgeUnassigned as onBadgeUnassigned, context$8_onBadgeUpdated as onBadgeUpdated, onBadgeAssigned$1 as publicOnBadgeAssigned, onBadgeCreated$1 as publicOnBadgeCreated, onBadgeDeleted$1 as publicOnBadgeDeleted, onBadgeUnassigned$1 as publicOnBadgeUnassigned, onBadgeUpdated$1 as publicOnBadgeUpdated, context$8_unassignBadge as unassignBadge, context$8_updateBadge as updateBadge, context$8_updateBadgesDisplayOrder as updateBadgesDisplayOrder };
|
|
909
885
|
}
|
|
910
886
|
|
|
911
887
|
interface Member$1 {
|
|
@@ -1764,20 +1740,12 @@ interface BlockSignature {
|
|
|
1764
1740
|
(options?: BlockOptions | undefined): Promise<void>;
|
|
1765
1741
|
}
|
|
1766
1742
|
|
|
1767
|
-
declare
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
declare const
|
|
1771
|
-
|
|
1772
|
-
declare const
|
|
1773
|
-
type _publicSendSetPasswordEmailType = typeof sendSetPasswordEmail$1;
|
|
1774
|
-
declare const sendSetPasswordEmail: ReturnType<typeof createRESTModule$7<_publicSendSetPasswordEmailType>>;
|
|
1775
|
-
type _publicChangeLoginEmailType = typeof changeLoginEmail$1;
|
|
1776
|
-
declare const changeLoginEmail: ReturnType<typeof createRESTModule$7<_publicChangeLoginEmailType>>;
|
|
1777
|
-
type _publicApproveType = typeof approve$1;
|
|
1778
|
-
declare const approve: ReturnType<typeof createRESTModule$7<_publicApproveType>>;
|
|
1779
|
-
type _publicBlockType = typeof block$1;
|
|
1780
|
-
declare const block: ReturnType<typeof createRESTModule$7<_publicBlockType>>;
|
|
1743
|
+
declare const register: BuildRESTFunction<typeof register$1> & typeof register$1;
|
|
1744
|
+
declare const login: BuildRESTFunction<typeof login$1> & typeof login$1;
|
|
1745
|
+
declare const sendSetPasswordEmail: BuildRESTFunction<typeof sendSetPasswordEmail$1> & typeof sendSetPasswordEmail$1;
|
|
1746
|
+
declare const changeLoginEmail: BuildRESTFunction<typeof changeLoginEmail$1> & typeof changeLoginEmail$1;
|
|
1747
|
+
declare const approve: BuildRESTFunction<typeof approve$1> & typeof approve$1;
|
|
1748
|
+
declare const block: BuildRESTFunction<typeof block$1> & typeof block$1;
|
|
1781
1749
|
|
|
1782
1750
|
type context$7_AppleLogin = AppleLogin;
|
|
1783
1751
|
type context$7_ApproveMemberRequestMemberIdentifierOneOf = ApproveMemberRequestMemberIdentifierOneOf;
|
|
@@ -1843,12 +1811,6 @@ declare const context$7_Source: typeof Source;
|
|
|
1843
1811
|
type context$7_UserMembership = UserMembership;
|
|
1844
1812
|
type context$7_VerificationFailureReason = VerificationFailureReason;
|
|
1845
1813
|
declare const context$7_VerificationFailureReason: typeof VerificationFailureReason;
|
|
1846
|
-
type context$7__publicApproveType = _publicApproveType;
|
|
1847
|
-
type context$7__publicBlockType = _publicBlockType;
|
|
1848
|
-
type context$7__publicChangeLoginEmailType = _publicChangeLoginEmailType;
|
|
1849
|
-
type context$7__publicLoginType = _publicLoginType;
|
|
1850
|
-
type context$7__publicRegisterType = _publicRegisterType;
|
|
1851
|
-
type context$7__publicSendSetPasswordEmailType = _publicSendSetPasswordEmailType;
|
|
1852
1814
|
declare const context$7_approve: typeof approve;
|
|
1853
1815
|
declare const context$7_block: typeof block;
|
|
1854
1816
|
declare const context$7_changeLoginEmail: typeof changeLoginEmail;
|
|
@@ -1856,7 +1818,7 @@ declare const context$7_login: typeof login;
|
|
|
1856
1818
|
declare const context$7_register: typeof register;
|
|
1857
1819
|
declare const context$7_sendSetPasswordEmail: typeof sendSetPasswordEmail;
|
|
1858
1820
|
declare namespace context$7 {
|
|
1859
|
-
export { type Address$1 as Address, type context$7_AppleLogin as AppleLogin, type ApproveMemberRequest$1 as ApproveMemberRequest, type context$7_ApproveMemberRequestMemberIdentifierOneOf as ApproveMemberRequestMemberIdentifierOneOf, type ApproveMemberResponse$1 as ApproveMemberResponse, type context$7_ApproveOptions as ApproveOptions, type context$7_BatchGetMembersRequest as BatchGetMembersRequest, type context$7_BatchGetMembersResponse as BatchGetMembersResponse, type BlockMemberRequest$2 as BlockMemberRequest, type context$7_BlockMemberRequestMemberIdentifierOneOf as BlockMemberRequestMemberIdentifierOneOf, type BlockMemberResponse$2 as BlockMemberResponse, type context$7_BlockOptions as BlockOptions, type context$7_ChangeLoginEmailOptions as ChangeLoginEmailOptions, type context$7_ChangeLoginEmailRequest as ChangeLoginEmailRequest, type context$7_ChangeLoginEmailResponse as ChangeLoginEmailResponse, type context$7_ChangeLoginEmailResponseNonNullableFields as ChangeLoginEmailResponseNonNullableFields, type CustomField$2 as CustomField, type context$7_CustomFieldValueOneOf as CustomFieldValueOneOf, type DeleteMemberRequest$1 as DeleteMemberRequest, type DeleteMemberResponse$1 as DeleteMemberResponse, type context$7_DialogData as DialogData, type context$7_EmailVerification as EmailVerification, type context$7_EmailVerificationFailed as EmailVerificationFailed, type context$7_EmailVerificationRequired as EmailVerificationRequired, type context$7_FacebookLogin as FacebookLogin, type context$7_FilterBy as FilterBy, type context$7_GetAuthorizedPagesRequest as GetAuthorizedPagesRequest, type context$7_GetAuthorizedPagesResponse as GetAuthorizedPagesResponse, type context$7_GetCurrentMemberRequest as GetCurrentMemberRequest, type GetMemberRequest$1 as GetMemberRequest, type GetMemberResponse$1 as GetMemberResponse, type context$7_GetMemberRoleRequest as GetMemberRoleRequest, type context$7_GetMemberRoleResponse as GetMemberRoleResponse, type context$7_GetMemberRolesRequest as GetMemberRolesRequest, type context$7_GetMemberRolesResponse as GetMemberRolesResponse, type context$7_GetResetPasswordLinkRequest as GetResetPasswordLinkRequest, type context$7_GetResetPasswordLinkResponse as GetResetPasswordLinkResponse, type context$7_GetUserMembershipsRequest as GetUserMembershipsRequest, type context$7_GetUserMembershipsResponse as GetUserMembershipsResponse, type context$7_GoogleLogin as GoogleLogin, type context$7_Group as Group, type ListMembersRequest$1 as ListMembersRequest, type ListMembersResponse$1 as ListMembersResponse, type context$7_LoginOptions as LoginOptions, type context$7_LoginRequest as LoginRequest, type context$7_LoginResponse as LoginResponse, type context$7_LoginResponseNonNullableFields as LoginResponseNonNullableFields, type context$7_MakeMemberOfflineRequest as MakeMemberOfflineRequest, type context$7_MakeMemberOfflineResponse as MakeMemberOfflineResponse, type Member$1 as Member, type context$7_MemberContactInfo as MemberContactInfo, type MemberRole$1 as MemberRole, type context$7_PaginationResponse as PaginationResponse, type Paging$3 as Paging, type QueryMembersRequest$1 as QueryMembersRequest, type QueryMembersResponse$1 as QueryMembersResponse, type context$7_RegisterOptions as RegisterOptions, type context$7_RegisterRequest as RegisterRequest, type context$7_RegisterResponse as RegisterResponse, type context$7_RegisterResponseNonNullableFields as RegisterResponseNonNullableFields, type context$7_ResetPasswordRequest as ResetPasswordRequest, type context$7_ResetPasswordResponse as ResetPasswordResponse, Role$1 as Role, type context$7_SearchBy as SearchBy, type context$7_SearchRequest as SearchRequest, type context$7_SearchResponse as SearchResponse, type context$7_SendSetPasswordEmailOptions as SendSetPasswordEmailOptions, type context$7_SendSetPasswordEmailRequest as SendSetPasswordEmailRequest, type context$7_SendSetPasswordEmailResponse as SendSetPasswordEmailResponse, type context$7_SendSetPasswordEmailResponseNonNullableFields as SendSetPasswordEmailResponseNonNullableFields, type context$7_Session as Session, context$7_SiteMemberPrivacyStatus as SiteMemberPrivacyStatus, context$7_SiteMemberStatus as SiteMemberStatus, type context$7_SocialLoginRequest as SocialLoginRequest, type context$7_SocialLoginRequestLoginOneOf as SocialLoginRequestLoginOneOf, Sorting$3 as Sorting, context$7_Source as Source, type UpdateMemberRequest$1 as UpdateMemberRequest, type UpdateMemberResponse$1 as UpdateMemberResponse, type context$7_UserMembership as UserMembership, context$7_VerificationFailureReason as VerificationFailureReason,
|
|
1821
|
+
export { type Address$1 as Address, type context$7_AppleLogin as AppleLogin, type ApproveMemberRequest$1 as ApproveMemberRequest, type context$7_ApproveMemberRequestMemberIdentifierOneOf as ApproveMemberRequestMemberIdentifierOneOf, type ApproveMemberResponse$1 as ApproveMemberResponse, type context$7_ApproveOptions as ApproveOptions, type context$7_BatchGetMembersRequest as BatchGetMembersRequest, type context$7_BatchGetMembersResponse as BatchGetMembersResponse, type BlockMemberRequest$2 as BlockMemberRequest, type context$7_BlockMemberRequestMemberIdentifierOneOf as BlockMemberRequestMemberIdentifierOneOf, type BlockMemberResponse$2 as BlockMemberResponse, type context$7_BlockOptions as BlockOptions, type context$7_ChangeLoginEmailOptions as ChangeLoginEmailOptions, type context$7_ChangeLoginEmailRequest as ChangeLoginEmailRequest, type context$7_ChangeLoginEmailResponse as ChangeLoginEmailResponse, type context$7_ChangeLoginEmailResponseNonNullableFields as ChangeLoginEmailResponseNonNullableFields, type CustomField$2 as CustomField, type context$7_CustomFieldValueOneOf as CustomFieldValueOneOf, type DeleteMemberRequest$1 as DeleteMemberRequest, type DeleteMemberResponse$1 as DeleteMemberResponse, type context$7_DialogData as DialogData, type context$7_EmailVerification as EmailVerification, type context$7_EmailVerificationFailed as EmailVerificationFailed, type context$7_EmailVerificationRequired as EmailVerificationRequired, type context$7_FacebookLogin as FacebookLogin, type context$7_FilterBy as FilterBy, type context$7_GetAuthorizedPagesRequest as GetAuthorizedPagesRequest, type context$7_GetAuthorizedPagesResponse as GetAuthorizedPagesResponse, type context$7_GetCurrentMemberRequest as GetCurrentMemberRequest, type GetMemberRequest$1 as GetMemberRequest, type GetMemberResponse$1 as GetMemberResponse, type context$7_GetMemberRoleRequest as GetMemberRoleRequest, type context$7_GetMemberRoleResponse as GetMemberRoleResponse, type context$7_GetMemberRolesRequest as GetMemberRolesRequest, type context$7_GetMemberRolesResponse as GetMemberRolesResponse, type context$7_GetResetPasswordLinkRequest as GetResetPasswordLinkRequest, type context$7_GetResetPasswordLinkResponse as GetResetPasswordLinkResponse, type context$7_GetUserMembershipsRequest as GetUserMembershipsRequest, type context$7_GetUserMembershipsResponse as GetUserMembershipsResponse, type context$7_GoogleLogin as GoogleLogin, type context$7_Group as Group, type ListMembersRequest$1 as ListMembersRequest, type ListMembersResponse$1 as ListMembersResponse, type context$7_LoginOptions as LoginOptions, type context$7_LoginRequest as LoginRequest, type context$7_LoginResponse as LoginResponse, type context$7_LoginResponseNonNullableFields as LoginResponseNonNullableFields, type context$7_MakeMemberOfflineRequest as MakeMemberOfflineRequest, type context$7_MakeMemberOfflineResponse as MakeMemberOfflineResponse, type Member$1 as Member, type context$7_MemberContactInfo as MemberContactInfo, type MemberRole$1 as MemberRole, type context$7_PaginationResponse as PaginationResponse, type Paging$3 as Paging, type QueryMembersRequest$1 as QueryMembersRequest, type QueryMembersResponse$1 as QueryMembersResponse, type context$7_RegisterOptions as RegisterOptions, type context$7_RegisterRequest as RegisterRequest, type context$7_RegisterResponse as RegisterResponse, type context$7_RegisterResponseNonNullableFields as RegisterResponseNonNullableFields, type context$7_ResetPasswordRequest as ResetPasswordRequest, type context$7_ResetPasswordResponse as ResetPasswordResponse, Role$1 as Role, type context$7_SearchBy as SearchBy, type context$7_SearchRequest as SearchRequest, type context$7_SearchResponse as SearchResponse, type context$7_SendSetPasswordEmailOptions as SendSetPasswordEmailOptions, type context$7_SendSetPasswordEmailRequest as SendSetPasswordEmailRequest, type context$7_SendSetPasswordEmailResponse as SendSetPasswordEmailResponse, type context$7_SendSetPasswordEmailResponseNonNullableFields as SendSetPasswordEmailResponseNonNullableFields, type context$7_Session as Session, context$7_SiteMemberPrivacyStatus as SiteMemberPrivacyStatus, context$7_SiteMemberStatus as SiteMemberStatus, type context$7_SocialLoginRequest as SocialLoginRequest, type context$7_SocialLoginRequestLoginOneOf as SocialLoginRequestLoginOneOf, Sorting$3 as Sorting, context$7_Source as Source, type UpdateMemberRequest$1 as UpdateMemberRequest, type UpdateMemberResponse$1 as UpdateMemberResponse, type context$7_UserMembership as UserMembership, context$7_VerificationFailureReason as VerificationFailureReason, context$7_approve as approve, context$7_block as block, context$7_changeLoginEmail as changeLoginEmail, context$7_login as login, context$7_register as register, context$7_sendSetPasswordEmail as sendSetPasswordEmail };
|
|
1860
1822
|
}
|
|
1861
1823
|
|
|
1862
1824
|
interface UserMember {
|
|
@@ -2083,7 +2045,7 @@ interface DomainEventBodyOneOf$3 {
|
|
|
2083
2045
|
interface EntityCreatedEvent$3 {
|
|
2084
2046
|
entity?: string;
|
|
2085
2047
|
}
|
|
2086
|
-
interface RestoreInfo$
|
|
2048
|
+
interface RestoreInfo$2 {
|
|
2087
2049
|
deletedDate?: Date;
|
|
2088
2050
|
}
|
|
2089
2051
|
interface EntityUpdatedEvent$3 {
|
|
@@ -2423,10 +2385,7 @@ interface QueryUserMembersSignature {
|
|
|
2423
2385
|
(): UserMembersQueryBuilder;
|
|
2424
2386
|
}
|
|
2425
2387
|
|
|
2426
|
-
declare
|
|
2427
|
-
|
|
2428
|
-
type _publicQueryUserMembersType = typeof queryUserMembers$1;
|
|
2429
|
-
declare const queryUserMembers: ReturnType<typeof createRESTModule$6<_publicQueryUserMembersType>>;
|
|
2388
|
+
declare const queryUserMembers: BuildRESTFunction<typeof queryUserMembers$1> & typeof queryUserMembers$1;
|
|
2430
2389
|
|
|
2431
2390
|
type context$6_CursorQuery = CursorQuery;
|
|
2432
2391
|
type context$6_CursorQueryPagingMethodOneOf = CursorQueryPagingMethodOneOf;
|
|
@@ -2436,10 +2395,9 @@ type context$6_QueryUserMembersResponseNonNullableFields = QueryUserMembersRespo
|
|
|
2436
2395
|
type context$6_UserMember = UserMember;
|
|
2437
2396
|
type context$6_UserMembersQueryBuilder = UserMembersQueryBuilder;
|
|
2438
2397
|
type context$6_UserMembersQueryResult = UserMembersQueryResult;
|
|
2439
|
-
type context$6__publicQueryUserMembersType = _publicQueryUserMembersType;
|
|
2440
2398
|
declare const context$6_queryUserMembers: typeof queryUserMembers;
|
|
2441
2399
|
declare namespace context$6 {
|
|
2442
|
-
export { type ActionEvent$3 as ActionEvent, ActivityStatusStatus$1 as ActivityStatusStatus, type Asset$3 as Asset, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type context$6_CursorQuery as CursorQuery, type context$6_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type Cursors$2 as Cursors, type DeleteContext$3 as DeleteContext, DeleteStatus$3 as DeleteStatus, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type Empty$5 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type Image$1 as Image, type MetaSiteSpecialEvent$3 as MetaSiteSpecialEvent, type MetaSiteSpecialEventPayloadOneOf$3 as MetaSiteSpecialEventPayloadOneOf, Namespace$3 as Namespace, type NamespaceChanged$3 as NamespaceChanged, PrivacyStatusStatus$1 as PrivacyStatusStatus, type context$6_QueryUserMembersRequest as QueryUserMembersRequest, type context$6_QueryUserMembersResponse as QueryUserMembersResponse, type context$6_QueryUserMembersResponseNonNullableFields as QueryUserMembersResponseNonNullableFields, type RestoreInfo$
|
|
2400
|
+
export { type ActionEvent$3 as ActionEvent, ActivityStatusStatus$1 as ActivityStatusStatus, type Asset$3 as Asset, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type context$6_CursorQuery as CursorQuery, type context$6_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type Cursors$2 as Cursors, type DeleteContext$3 as DeleteContext, DeleteStatus$3 as DeleteStatus, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type Empty$5 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type Image$1 as Image, type MetaSiteSpecialEvent$3 as MetaSiteSpecialEvent, type MetaSiteSpecialEventPayloadOneOf$3 as MetaSiteSpecialEventPayloadOneOf, Namespace$3 as Namespace, type NamespaceChanged$3 as NamespaceChanged, PrivacyStatusStatus$1 as PrivacyStatusStatus, type context$6_QueryUserMembersRequest as QueryUserMembersRequest, type context$6_QueryUserMembersResponse as QueryUserMembersResponse, type context$6_QueryUserMembersResponseNonNullableFields as QueryUserMembersResponseNonNullableFields, type RestoreInfo$2 as RestoreInfo, type ServiceProvisioned$3 as ServiceProvisioned, type ServiceRemoved$3 as ServiceRemoved, type SiteCreated$3 as SiteCreated, SiteCreatedContext$3 as SiteCreatedContext, type SiteDeleted$3 as SiteDeleted, type SiteHardDeleted$3 as SiteHardDeleted, type SiteMarkedAsTemplate$3 as SiteMarkedAsTemplate, type SiteMarkedAsWixSite$3 as SiteMarkedAsWixSite, type SitePublished$3 as SitePublished, type SiteRenamed$3 as SiteRenamed, type SiteTransferred$3 as SiteTransferred, type SiteUndeleted$3 as SiteUndeleted, type SiteUnpublished$3 as SiteUnpublished, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, State$3 as State, Status$1 as Status, type StudioAssigned$3 as StudioAssigned, type StudioUnassigned$3 as StudioUnassigned, type context$6_UserMember as UserMember, type context$6_UserMembersQueryBuilder as UserMembersQueryBuilder, type context$6_UserMembersQueryResult as UserMembersQueryResult, context$6_queryUserMembers as queryUserMembers };
|
|
2443
2401
|
}
|
|
2444
2402
|
|
|
2445
2403
|
/** Custom field */
|
|
@@ -2955,7 +2913,7 @@ interface DomainEventBodyOneOf$2 {
|
|
|
2955
2913
|
interface EntityCreatedEvent$2 {
|
|
2956
2914
|
entity?: string;
|
|
2957
2915
|
}
|
|
2958
|
-
interface RestoreInfo {
|
|
2916
|
+
interface RestoreInfo$1 {
|
|
2959
2917
|
deletedDate?: Date;
|
|
2960
2918
|
}
|
|
2961
2919
|
interface EntityUpdatedEvent$2 {
|
|
@@ -3170,22 +3128,13 @@ interface UpdateCustomFieldsOrderSignature {
|
|
|
3170
3128
|
(fieldIds: string[], options?: UpdateCustomFieldsOrderOptions | undefined): Promise<UpdateCustomFieldsOrderResponse & UpdateCustomFieldsOrderResponseNonNullableFields>;
|
|
3171
3129
|
}
|
|
3172
3130
|
|
|
3173
|
-
declare
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
declare const
|
|
3177
|
-
|
|
3178
|
-
declare const
|
|
3179
|
-
|
|
3180
|
-
declare const listCustomFields: ReturnType<typeof createRESTModule$5<_publicListCustomFieldsType>>;
|
|
3181
|
-
type _publicUpdateCustomFieldType = typeof updateCustomField$1;
|
|
3182
|
-
declare const updateCustomField: ReturnType<typeof createRESTModule$5<_publicUpdateCustomFieldType>>;
|
|
3183
|
-
type _publicDeleteCustomFieldType = typeof deleteCustomField$1;
|
|
3184
|
-
declare const deleteCustomField: ReturnType<typeof createRESTModule$5<_publicDeleteCustomFieldType>>;
|
|
3185
|
-
type _publicHideCustomFieldType = typeof hideCustomField$1;
|
|
3186
|
-
declare const hideCustomField: ReturnType<typeof createRESTModule$5<_publicHideCustomFieldType>>;
|
|
3187
|
-
type _publicUpdateCustomFieldsOrderType = typeof updateCustomFieldsOrder$1;
|
|
3188
|
-
declare const updateCustomFieldsOrder: ReturnType<typeof createRESTModule$5<_publicUpdateCustomFieldsOrderType>>;
|
|
3131
|
+
declare const createCustomField: BuildRESTFunction<typeof createCustomField$1> & typeof createCustomField$1;
|
|
3132
|
+
declare const getCustomField: BuildRESTFunction<typeof getCustomField$1> & typeof getCustomField$1;
|
|
3133
|
+
declare const listCustomFields: BuildRESTFunction<typeof listCustomFields$1> & typeof listCustomFields$1;
|
|
3134
|
+
declare const updateCustomField: BuildRESTFunction<typeof updateCustomField$1> & typeof updateCustomField$1;
|
|
3135
|
+
declare const deleteCustomField: BuildRESTFunction<typeof deleteCustomField$1> & typeof deleteCustomField$1;
|
|
3136
|
+
declare const hideCustomField: BuildRESTFunction<typeof hideCustomField$1> & typeof hideCustomField$1;
|
|
3137
|
+
declare const updateCustomFieldsOrder: BuildRESTFunction<typeof updateCustomFieldsOrder$1> & typeof updateCustomFieldsOrder$1;
|
|
3189
3138
|
|
|
3190
3139
|
type context$5_AppliesTo = AppliesTo;
|
|
3191
3140
|
declare const context$5_AppliesTo: typeof AppliesTo;
|
|
@@ -3209,7 +3158,6 @@ type context$5_ListCustomFieldsRequest = ListCustomFieldsRequest;
|
|
|
3209
3158
|
type context$5_ListCustomFieldsResponse = ListCustomFieldsResponse;
|
|
3210
3159
|
type context$5_ListCustomFieldsResponseNonNullableFields = ListCustomFieldsResponseNonNullableFields;
|
|
3211
3160
|
type context$5_ReservedFieldNameNonEditable = ReservedFieldNameNonEditable;
|
|
3212
|
-
type context$5_RestoreInfo = RestoreInfo;
|
|
3213
3161
|
type context$5_Section = Section;
|
|
3214
3162
|
declare const context$5_Section: typeof Section;
|
|
3215
3163
|
type context$5_UpdateCustomField = UpdateCustomField;
|
|
@@ -3220,13 +3168,6 @@ type context$5_UpdateCustomFieldsOrderOptions = UpdateCustomFieldsOrderOptions;
|
|
|
3220
3168
|
type context$5_UpdateCustomFieldsOrderRequest = UpdateCustomFieldsOrderRequest;
|
|
3221
3169
|
type context$5_UpdateCustomFieldsOrderResponse = UpdateCustomFieldsOrderResponse;
|
|
3222
3170
|
type context$5_UpdateCustomFieldsOrderResponseNonNullableFields = UpdateCustomFieldsOrderResponseNonNullableFields;
|
|
3223
|
-
type context$5__publicCreateCustomFieldType = _publicCreateCustomFieldType;
|
|
3224
|
-
type context$5__publicDeleteCustomFieldType = _publicDeleteCustomFieldType;
|
|
3225
|
-
type context$5__publicGetCustomFieldType = _publicGetCustomFieldType;
|
|
3226
|
-
type context$5__publicHideCustomFieldType = _publicHideCustomFieldType;
|
|
3227
|
-
type context$5__publicListCustomFieldsType = _publicListCustomFieldsType;
|
|
3228
|
-
type context$5__publicUpdateCustomFieldType = _publicUpdateCustomFieldType;
|
|
3229
|
-
type context$5__publicUpdateCustomFieldsOrderType = _publicUpdateCustomFieldsOrderType;
|
|
3230
3171
|
declare const context$5_createCustomField: typeof createCustomField;
|
|
3231
3172
|
declare const context$5_deleteCustomField: typeof deleteCustomField;
|
|
3232
3173
|
declare const context$5_getCustomField: typeof getCustomField;
|
|
@@ -3235,7 +3176,7 @@ declare const context$5_listCustomFields: typeof listCustomFields;
|
|
|
3235
3176
|
declare const context$5_updateCustomField: typeof updateCustomField;
|
|
3236
3177
|
declare const context$5_updateCustomFieldsOrder: typeof updateCustomFieldsOrder;
|
|
3237
3178
|
declare namespace context$5 {
|
|
3238
|
-
export { type ActionEvent$2 as ActionEvent, context$5_AppliesTo as AppliesTo, type Asset$2 as Asset, type context$5_CreateCustomFieldRequest as CreateCustomFieldRequest, type context$5_CreateCustomFieldResponse as CreateCustomFieldResponse, type context$5_CreateCustomFieldResponseNonNullableFields as CreateCustomFieldResponseNonNullableFields, type CustomField$1 as CustomField, type context$5_CustomFieldNonNullableFields as CustomFieldNonNullableFields, type context$5_DefaultPrivacyChanged as DefaultPrivacyChanged, type DeleteContext$2 as DeleteContext, type context$5_DeleteCustomFieldRequest as DeleteCustomFieldRequest, type context$5_DeleteCustomFieldResponse as DeleteCustomFieldResponse, DeleteStatus$2 as DeleteStatus, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$4 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type context$5_GetCustomFieldRequest as GetCustomFieldRequest, type context$5_GetCustomFieldResponse as GetCustomFieldResponse, type context$5_GetCustomFieldResponseNonNullableFields as GetCustomFieldResponseNonNullableFields, type context$5_HideCustomFieldRequest as HideCustomFieldRequest, type context$5_HideCustomFieldResponse as HideCustomFieldResponse, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type context$5_IncorrectFieldTypeData as IncorrectFieldTypeData, type context$5_IncorrectPrivacyData as IncorrectPrivacyData, type context$5_InvalidSocialTypeData as InvalidSocialTypeData, type context$5_ListCustomFieldsOptions as ListCustomFieldsOptions, type context$5_ListCustomFieldsRequest as ListCustomFieldsRequest, type context$5_ListCustomFieldsResponse as ListCustomFieldsResponse, type context$5_ListCustomFieldsResponseNonNullableFields as ListCustomFieldsResponseNonNullableFields, type MessageEnvelope$2 as MessageEnvelope, type MetaSiteSpecialEvent$2 as MetaSiteSpecialEvent, type MetaSiteSpecialEventPayloadOneOf$2 as MetaSiteSpecialEventPayloadOneOf, Namespace$2 as Namespace, type NamespaceChanged$2 as NamespaceChanged, Origin$1 as Origin, type Paging$2 as Paging, type PagingMetadata$2 as PagingMetadata, Privacy$1 as Privacy, type context$5_ReservedFieldNameNonEditable as ReservedFieldNameNonEditable, type
|
|
3179
|
+
export { type ActionEvent$2 as ActionEvent, context$5_AppliesTo as AppliesTo, type Asset$2 as Asset, type context$5_CreateCustomFieldRequest as CreateCustomFieldRequest, type context$5_CreateCustomFieldResponse as CreateCustomFieldResponse, type context$5_CreateCustomFieldResponseNonNullableFields as CreateCustomFieldResponseNonNullableFields, type CustomField$1 as CustomField, type context$5_CustomFieldNonNullableFields as CustomFieldNonNullableFields, type context$5_DefaultPrivacyChanged as DefaultPrivacyChanged, type DeleteContext$2 as DeleteContext, type context$5_DeleteCustomFieldRequest as DeleteCustomFieldRequest, type context$5_DeleteCustomFieldResponse as DeleteCustomFieldResponse, DeleteStatus$2 as DeleteStatus, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$4 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type context$5_GetCustomFieldRequest as GetCustomFieldRequest, type context$5_GetCustomFieldResponse as GetCustomFieldResponse, type context$5_GetCustomFieldResponseNonNullableFields as GetCustomFieldResponseNonNullableFields, type context$5_HideCustomFieldRequest as HideCustomFieldRequest, type context$5_HideCustomFieldResponse as HideCustomFieldResponse, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type context$5_IncorrectFieldTypeData as IncorrectFieldTypeData, type context$5_IncorrectPrivacyData as IncorrectPrivacyData, type context$5_InvalidSocialTypeData as InvalidSocialTypeData, type context$5_ListCustomFieldsOptions as ListCustomFieldsOptions, type context$5_ListCustomFieldsRequest as ListCustomFieldsRequest, type context$5_ListCustomFieldsResponse as ListCustomFieldsResponse, type context$5_ListCustomFieldsResponseNonNullableFields as ListCustomFieldsResponseNonNullableFields, type MessageEnvelope$2 as MessageEnvelope, type MetaSiteSpecialEvent$2 as MetaSiteSpecialEvent, type MetaSiteSpecialEventPayloadOneOf$2 as MetaSiteSpecialEventPayloadOneOf, Namespace$2 as Namespace, type NamespaceChanged$2 as NamespaceChanged, Origin$1 as Origin, type Paging$2 as Paging, type PagingMetadata$2 as PagingMetadata, Privacy$1 as Privacy, type context$5_ReservedFieldNameNonEditable as ReservedFieldNameNonEditable, type RestoreInfo$1 as RestoreInfo, context$5_Section as Section, type ServiceProvisioned$2 as ServiceProvisioned, type ServiceRemoved$2 as ServiceRemoved, type SiteCreated$2 as SiteCreated, SiteCreatedContext$2 as SiteCreatedContext, type SiteDeleted$2 as SiteDeleted, type SiteHardDeleted$2 as SiteHardDeleted, type SiteMarkedAsTemplate$2 as SiteMarkedAsTemplate, type SiteMarkedAsWixSite$2 as SiteMarkedAsWixSite, type SitePublished$2 as SitePublished, type SiteRenamed$2 as SiteRenamed, type SiteTransferred$2 as SiteTransferred, type SiteUndeleted$2 as SiteUndeleted, type SiteUnpublished$2 as SiteUnpublished, SocialTypeType$1 as SocialTypeType, State$2 as State, type StudioAssigned$2 as StudioAssigned, type StudioUnassigned$2 as StudioUnassigned, Type$1 as Type, type context$5_UpdateCustomField as UpdateCustomField, type context$5_UpdateCustomFieldRequest as UpdateCustomFieldRequest, type context$5_UpdateCustomFieldResponse as UpdateCustomFieldResponse, type context$5_UpdateCustomFieldResponseNonNullableFields as UpdateCustomFieldResponseNonNullableFields, type context$5_UpdateCustomFieldsOrderOptions as UpdateCustomFieldsOrderOptions, type context$5_UpdateCustomFieldsOrderRequest as UpdateCustomFieldsOrderRequest, type context$5_UpdateCustomFieldsOrderResponse as UpdateCustomFieldsOrderResponse, type context$5_UpdateCustomFieldsOrderResponseNonNullableFields as UpdateCustomFieldsOrderResponseNonNullableFields, WebhookIdentityType$2 as WebhookIdentityType, context$5_createCustomField as createCustomField, context$5_deleteCustomField as deleteCustomField, context$5_getCustomField as getCustomField, context$5_hideCustomField as hideCustomField, context$5_listCustomFields as listCustomFields, context$5_updateCustomField as updateCustomField, context$5_updateCustomFieldsOrder as updateCustomFieldsOrder };
|
|
3239
3180
|
}
|
|
3240
3181
|
|
|
3241
3182
|
interface CustomFieldSuggestion {
|
|
@@ -3374,12 +3315,8 @@ interface QueryCustomFieldSuggestionsSignature {
|
|
|
3374
3315
|
(options?: QueryCustomFieldSuggestionsOptions | undefined): Promise<QueryCustomFieldSuggestionsResponse & QueryCustomFieldSuggestionsResponseNonNullableFields>;
|
|
3375
3316
|
}
|
|
3376
3317
|
|
|
3377
|
-
declare
|
|
3378
|
-
|
|
3379
|
-
type _publicListCustomFieldSuggestionsType = typeof listCustomFieldSuggestions$1;
|
|
3380
|
-
declare const listCustomFieldSuggestions: ReturnType<typeof createRESTModule$4<_publicListCustomFieldSuggestionsType>>;
|
|
3381
|
-
type _publicQueryCustomFieldSuggestionsType = typeof queryCustomFieldSuggestions$1;
|
|
3382
|
-
declare const queryCustomFieldSuggestions: ReturnType<typeof createRESTModule$4<_publicQueryCustomFieldSuggestionsType>>;
|
|
3318
|
+
declare const listCustomFieldSuggestions: BuildRESTFunction<typeof listCustomFieldSuggestions$1> & typeof listCustomFieldSuggestions$1;
|
|
3319
|
+
declare const queryCustomFieldSuggestions: BuildRESTFunction<typeof queryCustomFieldSuggestions$1> & typeof queryCustomFieldSuggestions$1;
|
|
3383
3320
|
|
|
3384
3321
|
type context$4_CustomFieldSuggestion = CustomFieldSuggestion;
|
|
3385
3322
|
type context$4_ListCustomFieldSuggestionsOptions = ListCustomFieldSuggestionsOptions;
|
|
@@ -3398,12 +3335,10 @@ type context$4_SocialTypeType = SocialTypeType;
|
|
|
3398
3335
|
declare const context$4_SocialTypeType: typeof SocialTypeType;
|
|
3399
3336
|
type context$4_Type = Type;
|
|
3400
3337
|
declare const context$4_Type: typeof Type;
|
|
3401
|
-
type context$4__publicListCustomFieldSuggestionsType = _publicListCustomFieldSuggestionsType;
|
|
3402
|
-
type context$4__publicQueryCustomFieldSuggestionsType = _publicQueryCustomFieldSuggestionsType;
|
|
3403
3338
|
declare const context$4_listCustomFieldSuggestions: typeof listCustomFieldSuggestions;
|
|
3404
3339
|
declare const context$4_queryCustomFieldSuggestions: typeof queryCustomFieldSuggestions;
|
|
3405
3340
|
declare namespace context$4 {
|
|
3406
|
-
export { type context$4_CustomFieldSuggestion as CustomFieldSuggestion, type context$4_ListCustomFieldSuggestionsOptions as ListCustomFieldSuggestionsOptions, type context$4_ListCustomFieldSuggestionsRequest as ListCustomFieldSuggestionsRequest, type context$4_ListCustomFieldSuggestionsResponse as ListCustomFieldSuggestionsResponse, type context$4_ListCustomFieldSuggestionsResponseNonNullableFields as ListCustomFieldSuggestionsResponseNonNullableFields, context$4_Origin as Origin, type Paging$1 as Paging, type PagingMetadata$1 as PagingMetadata, context$4_Privacy as Privacy, type Query$2 as Query, type context$4_QueryCustomFieldSuggestionsOptions as QueryCustomFieldSuggestionsOptions, type context$4_QueryCustomFieldSuggestionsRequest as QueryCustomFieldSuggestionsRequest, type context$4_QueryCustomFieldSuggestionsResponse as QueryCustomFieldSuggestionsResponse, type context$4_QueryCustomFieldSuggestionsResponseNonNullableFields as QueryCustomFieldSuggestionsResponseNonNullableFields, context$4_SocialTypeType as SocialTypeType, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, context$4_Type as Type,
|
|
3341
|
+
export { type context$4_CustomFieldSuggestion as CustomFieldSuggestion, type context$4_ListCustomFieldSuggestionsOptions as ListCustomFieldSuggestionsOptions, type context$4_ListCustomFieldSuggestionsRequest as ListCustomFieldSuggestionsRequest, type context$4_ListCustomFieldSuggestionsResponse as ListCustomFieldSuggestionsResponse, type context$4_ListCustomFieldSuggestionsResponseNonNullableFields as ListCustomFieldSuggestionsResponseNonNullableFields, context$4_Origin as Origin, type Paging$1 as Paging, type PagingMetadata$1 as PagingMetadata, context$4_Privacy as Privacy, type Query$2 as Query, type context$4_QueryCustomFieldSuggestionsOptions as QueryCustomFieldSuggestionsOptions, type context$4_QueryCustomFieldSuggestionsRequest as QueryCustomFieldSuggestionsRequest, type context$4_QueryCustomFieldSuggestionsResponse as QueryCustomFieldSuggestionsResponse, type context$4_QueryCustomFieldSuggestionsResponseNonNullableFields as QueryCustomFieldSuggestionsResponseNonNullableFields, context$4_SocialTypeType as SocialTypeType, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, context$4_Type as Type, context$4_listCustomFieldSuggestions as listCustomFieldSuggestions, context$4_queryCustomFieldSuggestions as queryCustomFieldSuggestions };
|
|
3407
3342
|
}
|
|
3408
3343
|
|
|
3409
3344
|
interface Member {
|
|
@@ -4150,7 +4085,7 @@ interface DomainEvent$1 extends DomainEventBodyOneOf$1 {
|
|
|
4150
4085
|
slug?: string;
|
|
4151
4086
|
/** ID of the entity associated with the event. */
|
|
4152
4087
|
entityId?: string;
|
|
4153
|
-
/** Event timestamp. */
|
|
4088
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
4154
4089
|
eventTime?: Date;
|
|
4155
4090
|
/**
|
|
4156
4091
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -4179,7 +4114,7 @@ interface DomainEventBodyOneOf$1 {
|
|
|
4179
4114
|
interface EntityCreatedEvent$1 {
|
|
4180
4115
|
entity?: string;
|
|
4181
4116
|
}
|
|
4182
|
-
interface
|
|
4117
|
+
interface RestoreInfo {
|
|
4183
4118
|
deletedDate?: Date;
|
|
4184
4119
|
}
|
|
4185
4120
|
interface EntityUpdatedEvent$1 {
|
|
@@ -4376,7 +4311,9 @@ declare enum Namespace$1 {
|
|
|
4376
4311
|
* There's a blank site behind the scene but it's blank).
|
|
4377
4312
|
* The Mobile company will be the owner of this namespace.
|
|
4378
4313
|
*/
|
|
4379
|
-
BRANDED_FIRST = "BRANDED_FIRST"
|
|
4314
|
+
BRANDED_FIRST = "BRANDED_FIRST",
|
|
4315
|
+
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
4316
|
+
NOWNIA = "NOWNIA"
|
|
4380
4317
|
}
|
|
4381
4318
|
/** Site transferred to another user. */
|
|
4382
4319
|
interface SiteTransferred$1 {
|
|
@@ -4652,7 +4589,7 @@ interface EventMetadata extends BaseEventMetadata {
|
|
|
4652
4589
|
slug?: string;
|
|
4653
4590
|
/** ID of the entity associated with the event. */
|
|
4654
4591
|
entityId?: string;
|
|
4655
|
-
/** Event timestamp. */
|
|
4592
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
4656
4593
|
eventTime?: Date;
|
|
4657
4594
|
/**
|
|
4658
4595
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -5196,63 +5133,35 @@ declare const onMemberUpdated$1: EventDefinition<MemberUpdatedEnvelope, "wix.mem
|
|
|
5196
5133
|
declare const onMemberDeleted$1: EventDefinition<MemberDeletedEnvelope, "wix.members.v1.member_deleted">;
|
|
5197
5134
|
declare const onMemberCreated$1: EventDefinition<MemberCreatedEnvelope, "wix.members.v1.member_created">;
|
|
5198
5135
|
|
|
5199
|
-
declare function createRESTModule$3<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
5200
|
-
|
|
5201
5136
|
declare function createEventModule<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
5202
5137
|
|
|
5203
|
-
|
|
5204
|
-
declare const
|
|
5205
|
-
|
|
5206
|
-
declare const
|
|
5207
|
-
|
|
5208
|
-
declare const
|
|
5209
|
-
|
|
5210
|
-
declare const
|
|
5211
|
-
|
|
5212
|
-
declare const
|
|
5213
|
-
|
|
5214
|
-
declare const
|
|
5215
|
-
|
|
5216
|
-
declare const
|
|
5217
|
-
|
|
5218
|
-
declare const
|
|
5219
|
-
|
|
5220
|
-
declare const
|
|
5221
|
-
|
|
5222
|
-
declare const
|
|
5223
|
-
|
|
5224
|
-
declare const
|
|
5225
|
-
|
|
5226
|
-
declare const
|
|
5227
|
-
type _publicDisconnectMemberType = typeof disconnectMember$1;
|
|
5228
|
-
declare const disconnectMember: ReturnType<typeof createRESTModule$3<_publicDisconnectMemberType>>;
|
|
5229
|
-
type _publicDeleteMemberType = typeof deleteMember$1;
|
|
5230
|
-
declare const deleteMember: ReturnType<typeof createRESTModule$3<_publicDeleteMemberType>>;
|
|
5231
|
-
type _publicDeleteMyMemberType = typeof deleteMyMember$1;
|
|
5232
|
-
declare const deleteMyMember: ReturnType<typeof createRESTModule$3<_publicDeleteMyMemberType>>;
|
|
5233
|
-
type _publicBulkDeleteMembersType = typeof bulkDeleteMembers$1;
|
|
5234
|
-
declare const bulkDeleteMembers: ReturnType<typeof createRESTModule$3<_publicBulkDeleteMembersType>>;
|
|
5235
|
-
type _publicBulkDeleteMembersByFilterType = typeof bulkDeleteMembersByFilter$1;
|
|
5236
|
-
declare const bulkDeleteMembersByFilter: ReturnType<typeof createRESTModule$3<_publicBulkDeleteMembersByFilterType>>;
|
|
5237
|
-
type _publicBulkApproveMembersType = typeof bulkApproveMembers$1;
|
|
5238
|
-
declare const bulkApproveMembers: ReturnType<typeof createRESTModule$3<_publicBulkApproveMembersType>>;
|
|
5239
|
-
type _publicBulkBlockMembersType = typeof bulkBlockMembers$1;
|
|
5240
|
-
declare const bulkBlockMembers: ReturnType<typeof createRESTModule$3<_publicBulkBlockMembersType>>;
|
|
5241
|
-
type _publicCreateMemberType = typeof createMember$1;
|
|
5242
|
-
declare const createMember: ReturnType<typeof createRESTModule$3<_publicCreateMemberType>>;
|
|
5243
|
-
type _publicUpdateMemberType = typeof updateMember$1;
|
|
5244
|
-
declare const updateMember: ReturnType<typeof createRESTModule$3<_publicUpdateMemberType>>;
|
|
5245
|
-
type _publicDeleteMemberPhonesType = typeof deleteMemberPhones$1;
|
|
5246
|
-
declare const deleteMemberPhones: ReturnType<typeof createRESTModule$3<_publicDeleteMemberPhonesType>>;
|
|
5247
|
-
type _publicDeleteMemberEmailsType = typeof deleteMemberEmails$1;
|
|
5248
|
-
declare const deleteMemberEmails: ReturnType<typeof createRESTModule$3<_publicDeleteMemberEmailsType>>;
|
|
5249
|
-
type _publicDeleteMemberAddressesType = typeof deleteMemberAddresses$1;
|
|
5250
|
-
declare const deleteMemberAddresses: ReturnType<typeof createRESTModule$3<_publicDeleteMemberAddressesType>>;
|
|
5138
|
+
declare const updateCurrentMemberSlug: BuildRESTFunction<typeof updateCurrentMemberSlug$1> & typeof updateCurrentMemberSlug$1;
|
|
5139
|
+
declare const updateMemberSlug: BuildRESTFunction<typeof updateMemberSlug$1> & typeof updateMemberSlug$1;
|
|
5140
|
+
declare const joinCommunity: BuildRESTFunction<typeof joinCommunity$1> & typeof joinCommunity$1;
|
|
5141
|
+
declare const leaveCommunity: BuildRESTFunction<typeof leaveCommunity$1> & typeof leaveCommunity$1;
|
|
5142
|
+
declare const getCurrentMember: BuildRESTFunction<typeof getCurrentMember$1> & typeof getCurrentMember$1;
|
|
5143
|
+
declare const getMember: BuildRESTFunction<typeof getMember$1> & typeof getMember$1;
|
|
5144
|
+
declare const listMembers: BuildRESTFunction<typeof listMembers$1> & typeof listMembers$1;
|
|
5145
|
+
declare const queryMembers: BuildRESTFunction<typeof queryMembers$1> & typeof queryMembers$1;
|
|
5146
|
+
declare const muteMember: BuildRESTFunction<typeof muteMember$1> & typeof muteMember$1;
|
|
5147
|
+
declare const unmuteMember: BuildRESTFunction<typeof unmuteMember$1> & typeof unmuteMember$1;
|
|
5148
|
+
declare const approveMember: BuildRESTFunction<typeof approveMember$1> & typeof approveMember$1;
|
|
5149
|
+
declare const blockMember$2: BuildRESTFunction<typeof blockMember$3> & typeof blockMember$3;
|
|
5150
|
+
declare const disconnectMember: BuildRESTFunction<typeof disconnectMember$1> & typeof disconnectMember$1;
|
|
5151
|
+
declare const deleteMember: BuildRESTFunction<typeof deleteMember$1> & typeof deleteMember$1;
|
|
5152
|
+
declare const deleteMyMember: BuildRESTFunction<typeof deleteMyMember$1> & typeof deleteMyMember$1;
|
|
5153
|
+
declare const bulkDeleteMembers: BuildRESTFunction<typeof bulkDeleteMembers$1> & typeof bulkDeleteMembers$1;
|
|
5154
|
+
declare const bulkDeleteMembersByFilter: BuildRESTFunction<typeof bulkDeleteMembersByFilter$1> & typeof bulkDeleteMembersByFilter$1;
|
|
5155
|
+
declare const bulkApproveMembers: BuildRESTFunction<typeof bulkApproveMembers$1> & typeof bulkApproveMembers$1;
|
|
5156
|
+
declare const bulkBlockMembers: BuildRESTFunction<typeof bulkBlockMembers$1> & typeof bulkBlockMembers$1;
|
|
5157
|
+
declare const createMember: BuildRESTFunction<typeof createMember$1> & typeof createMember$1;
|
|
5158
|
+
declare const updateMember: BuildRESTFunction<typeof updateMember$1> & typeof updateMember$1;
|
|
5159
|
+
declare const deleteMemberPhones: BuildRESTFunction<typeof deleteMemberPhones$1> & typeof deleteMemberPhones$1;
|
|
5160
|
+
declare const deleteMemberEmails: BuildRESTFunction<typeof deleteMemberEmails$1> & typeof deleteMemberEmails$1;
|
|
5161
|
+
declare const deleteMemberAddresses: BuildRESTFunction<typeof deleteMemberAddresses$1> & typeof deleteMemberAddresses$1;
|
|
5251
5162
|
|
|
5252
5163
|
type _publicOnMemberUpdatedType = typeof onMemberUpdated$1;
|
|
5253
|
-
/**
|
|
5254
|
-
* NOTE to TWs: - below callback is not included in docs. Do NOT edit here. Edit callback listed under UpdateMemberSlug.
|
|
5255
|
-
*/
|
|
5164
|
+
/** */
|
|
5256
5165
|
declare const onMemberUpdated: ReturnType<typeof createEventModule<_publicOnMemberUpdatedType>>;
|
|
5257
5166
|
|
|
5258
5167
|
type _publicOnMemberDeletedType = typeof onMemberDeleted$1;
|
|
@@ -5380,6 +5289,7 @@ type context$3_QueryMembersOptions = QueryMembersOptions;
|
|
|
5380
5289
|
type context$3_QueryMembersRequest = QueryMembersRequest;
|
|
5381
5290
|
type context$3_QueryMembersResponse = QueryMembersResponse;
|
|
5382
5291
|
type context$3_QueryMembersResponseNonNullableFields = QueryMembersResponseNonNullableFields;
|
|
5292
|
+
type context$3_RestoreInfo = RestoreInfo;
|
|
5383
5293
|
type context$3_Search = Search;
|
|
5384
5294
|
type context$3_Set = Set;
|
|
5385
5295
|
declare const context$3_Set: typeof Set;
|
|
@@ -5404,32 +5314,9 @@ type context$3_UpdateMemberSlugResponseNonNullableFields = UpdateMemberSlugRespo
|
|
|
5404
5314
|
type context$3_UpdateMySlugRequest = UpdateMySlugRequest;
|
|
5405
5315
|
type context$3_UpdateMySlugResponse = UpdateMySlugResponse;
|
|
5406
5316
|
type context$3_UpdateMySlugResponseNonNullableFields = UpdateMySlugResponseNonNullableFields;
|
|
5407
|
-
type context$3__publicApproveMemberType = _publicApproveMemberType;
|
|
5408
|
-
type context$3__publicBulkApproveMembersType = _publicBulkApproveMembersType;
|
|
5409
|
-
type context$3__publicBulkBlockMembersType = _publicBulkBlockMembersType;
|
|
5410
|
-
type context$3__publicBulkDeleteMembersByFilterType = _publicBulkDeleteMembersByFilterType;
|
|
5411
|
-
type context$3__publicBulkDeleteMembersType = _publicBulkDeleteMembersType;
|
|
5412
|
-
type context$3__publicCreateMemberType = _publicCreateMemberType;
|
|
5413
|
-
type context$3__publicDeleteMemberAddressesType = _publicDeleteMemberAddressesType;
|
|
5414
|
-
type context$3__publicDeleteMemberEmailsType = _publicDeleteMemberEmailsType;
|
|
5415
|
-
type context$3__publicDeleteMemberPhonesType = _publicDeleteMemberPhonesType;
|
|
5416
|
-
type context$3__publicDeleteMemberType = _publicDeleteMemberType;
|
|
5417
|
-
type context$3__publicDeleteMyMemberType = _publicDeleteMyMemberType;
|
|
5418
|
-
type context$3__publicDisconnectMemberType = _publicDisconnectMemberType;
|
|
5419
|
-
type context$3__publicGetCurrentMemberType = _publicGetCurrentMemberType;
|
|
5420
|
-
type context$3__publicGetMemberType = _publicGetMemberType;
|
|
5421
|
-
type context$3__publicJoinCommunityType = _publicJoinCommunityType;
|
|
5422
|
-
type context$3__publicLeaveCommunityType = _publicLeaveCommunityType;
|
|
5423
|
-
type context$3__publicListMembersType = _publicListMembersType;
|
|
5424
|
-
type context$3__publicMuteMemberType = _publicMuteMemberType;
|
|
5425
5317
|
type context$3__publicOnMemberCreatedType = _publicOnMemberCreatedType;
|
|
5426
5318
|
type context$3__publicOnMemberDeletedType = _publicOnMemberDeletedType;
|
|
5427
5319
|
type context$3__publicOnMemberUpdatedType = _publicOnMemberUpdatedType;
|
|
5428
|
-
type context$3__publicQueryMembersType = _publicQueryMembersType;
|
|
5429
|
-
type context$3__publicUnmuteMemberType = _publicUnmuteMemberType;
|
|
5430
|
-
type context$3__publicUpdateCurrentMemberSlugType = _publicUpdateCurrentMemberSlugType;
|
|
5431
|
-
type context$3__publicUpdateMemberSlugType = _publicUpdateMemberSlugType;
|
|
5432
|
-
type context$3__publicUpdateMemberType = _publicUpdateMemberType;
|
|
5433
5320
|
declare const context$3_approveMember: typeof approveMember;
|
|
5434
5321
|
declare const context$3_bulkApproveMembers: typeof bulkApproveMembers;
|
|
5435
5322
|
declare const context$3_bulkBlockMembers: typeof bulkBlockMembers;
|
|
@@ -5457,7 +5344,7 @@ declare const context$3_updateCurrentMemberSlug: typeof updateCurrentMemberSlug;
|
|
|
5457
5344
|
declare const context$3_updateMember: typeof updateMember;
|
|
5458
5345
|
declare const context$3_updateMemberSlug: typeof updateMemberSlug;
|
|
5459
5346
|
declare namespace context$3 {
|
|
5460
|
-
export { type ActionEvent$1 as ActionEvent, type context$3_ActiveSubscriptionMemberBlockForbiddenPayload as ActiveSubscriptionMemberBlockForbiddenPayload, context$3_ActivityStatusStatus as ActivityStatusStatus, type context$3_Address as Address, type context$3_AddressStreetOneOf as AddressStreetOneOf, type context$3_App as App, type context$3_ApplicationError as ApplicationError, type context$3_ApproveMemberRequest as ApproveMemberRequest, type context$3_ApproveMemberResponse as ApproveMemberResponse, type context$3_ApproveMemberResponseNonNullableFields as ApproveMemberResponseNonNullableFields, type Asset$1 as Asset, type context$3_BaseEventMetadata as BaseEventMetadata, type BlockMemberRequest$1 as BlockMemberRequest, type BlockMemberResponse$1 as BlockMemberResponse, type context$3_BlockMemberResponseNonNullableFields as BlockMemberResponseNonNullableFields, type context$3_BulkActionMetadata as BulkActionMetadata, type context$3_BulkApproveMembersRequest as BulkApproveMembersRequest, type context$3_BulkApproveMembersResponse as BulkApproveMembersResponse, type context$3_BulkApproveMembersResponseNonNullableFields as BulkApproveMembersResponseNonNullableFields, type context$3_BulkBlockMembersRequest as BulkBlockMembersRequest, type context$3_BulkBlockMembersResponse as BulkBlockMembersResponse, type context$3_BulkBlockMembersResponseNonNullableFields as BulkBlockMembersResponseNonNullableFields, type context$3_BulkDeleteMembersByFilterOptions as BulkDeleteMembersByFilterOptions, type context$3_BulkDeleteMembersByFilterRequest as BulkDeleteMembersByFilterRequest, type context$3_BulkDeleteMembersByFilterResponse as BulkDeleteMembersByFilterResponse, type context$3_BulkDeleteMembersByFilterResponseNonNullableFields as BulkDeleteMembersByFilterResponseNonNullableFields, type context$3_BulkDeleteMembersRequest as BulkDeleteMembersRequest, type context$3_BulkDeleteMembersResponse as BulkDeleteMembersResponse, type context$3_BulkDeleteMembersResponseNonNullableFields as BulkDeleteMembersResponseNonNullableFields, type context$3_BulkMemberResult as BulkMemberResult, type context$3_Contact as Contact, type context$3_ContentDeletionRequested as ContentDeletionRequested, type context$3_ContentReassignmentRequested as ContentReassignmentRequested, type context$3_CreateMemberOptions as CreateMemberOptions, type context$3_CreateMemberRequest as CreateMemberRequest, type context$3_CreateMemberResponse as CreateMemberResponse, type context$3_CreateMemberResponseNonNullableFields as CreateMemberResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type context$3_CursorPagingMetadata as CursorPagingMetadata, type Cursors$1 as Cursors, type context$3_CustomField as CustomField, type DeleteContext$1 as DeleteContext, type context$3_DeleteMemberAddressesRequest as DeleteMemberAddressesRequest, type context$3_DeleteMemberAddressesResponse as DeleteMemberAddressesResponse, type context$3_DeleteMemberAddressesResponseNonNullableFields as DeleteMemberAddressesResponseNonNullableFields, type context$3_DeleteMemberEmailsRequest as DeleteMemberEmailsRequest, type context$3_DeleteMemberEmailsResponse as DeleteMemberEmailsResponse, type context$3_DeleteMemberEmailsResponseNonNullableFields as DeleteMemberEmailsResponseNonNullableFields, type context$3_DeleteMemberPhonesRequest as DeleteMemberPhonesRequest, type context$3_DeleteMemberPhonesResponse as DeleteMemberPhonesResponse, type context$3_DeleteMemberPhonesResponseNonNullableFields as DeleteMemberPhonesResponseNonNullableFields, type context$3_DeleteMemberRequest as DeleteMemberRequest, type context$3_DeleteMemberResponse as DeleteMemberResponse, type context$3_DeleteMyMemberOptions as DeleteMyMemberOptions, type context$3_DeleteMyMemberRequest as DeleteMyMemberRequest, type context$3_DeleteMyMemberResponse as DeleteMyMemberResponse, DeleteStatus$1 as DeleteStatus, type context$3_DisconnectMemberRequest as DisconnectMemberRequest, type context$3_DisconnectMemberResponse as DisconnectMemberResponse, type context$3_DisconnectMemberResponseNonNullableFields as DisconnectMemberResponseNonNullableFields, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$3 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type context$3_EventMetadata as EventMetadata, type context$3_ExtendedFields as ExtendedFields, type context$3_File as File, type context$3_GetCurrentMemberOptions as GetCurrentMemberOptions, type context$3_GetMemberOptions as GetMemberOptions, type context$3_GetMemberRequest as GetMemberRequest, type context$3_GetMemberResponse as GetMemberResponse, type context$3_GetMemberResponseNonNullableFields as GetMemberResponseNonNullableFields, type context$3_GetMyMemberRequest as GetMyMemberRequest, type context$3_GetMyMemberResponse as GetMyMemberResponse, type context$3_GetMyMemberResponseNonNullableFields as GetMyMemberResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type context$3_Image as Image, type context$3_InvalidateCache as InvalidateCache, type context$3_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type context$3_ItemMetadata as ItemMetadata, type context$3_JoinCommunityRequest as JoinCommunityRequest, type context$3_JoinCommunityResponse as JoinCommunityResponse, type context$3_JoinCommunityResponseNonNullableFields as JoinCommunityResponseNonNullableFields, type context$3_LeaveCommunityRequest as LeaveCommunityRequest, type context$3_LeaveCommunityResponse as LeaveCommunityResponse, type context$3_LeaveCommunityResponseNonNullableFields as LeaveCommunityResponseNonNullableFields, type context$3_ListMembersOptions as ListMembersOptions, type context$3_ListMembersRequest as ListMembersRequest, type context$3_ListMembersResponse as ListMembersResponse, type context$3_ListMembersResponseNonNullableFields as ListMembersResponseNonNullableFields, type context$3_Member as Member, type context$3_MemberApproved as MemberApproved, type context$3_MemberBlocked as MemberBlocked, type context$3_MemberCreatedEnvelope as MemberCreatedEnvelope, type context$3_MemberDeletedEnvelope as MemberDeletedEnvelope, type context$3_MemberIdChanged as MemberIdChanged, type context$3_MemberJoinedCommunity as MemberJoinedCommunity, type context$3_MemberLeftCommunity as MemberLeftCommunity, type context$3_MemberMuted as MemberMuted, type context$3_MemberNonNullableFields as MemberNonNullableFields, type context$3_MemberOwnershipTransferred as MemberOwnershipTransferred, type context$3_MemberSelfBlockForbiddenPayload as MemberSelfBlockForbiddenPayload, type context$3_MemberToMemberBlockedPayload as MemberToMemberBlockedPayload, type context$3_MemberUnmuted as MemberUnmuted, type context$3_MemberUpdatedEnvelope as MemberUpdatedEnvelope, type context$3_MembersQueryBuilder as MembersQueryBuilder, type context$3_MembersQueryResult as MembersQueryResult, type MessageEnvelope$1 as MessageEnvelope, type MetaSiteSpecialEvent$1 as MetaSiteSpecialEvent, type MetaSiteSpecialEventPayloadOneOf$1 as MetaSiteSpecialEventPayloadOneOf, type context$3_MuteMemberRequest as MuteMemberRequest, type context$3_MuteMemberResponse as MuteMemberResponse, type context$3_MuteMemberResponseNonNullableFields as MuteMemberResponseNonNullableFields, Namespace$1 as Namespace, type NamespaceChanged$1 as NamespaceChanged, type context$3_OwnerMemberBlockForbiddenPayload as OwnerMemberBlockForbiddenPayload, type context$3_Page as Page, type context$3_Paging as Paging, type context$3_PagingMetadata as PagingMetadata, context$3_PrivacyStatusStatus as PrivacyStatusStatus, type context$3_Profile as Profile, type Query$1 as Query, type context$3_QueryMembersOptions as QueryMembersOptions, type context$3_QueryMembersRequest as QueryMembersRequest, type context$3_QueryMembersResponse as QueryMembersResponse, type context$3_QueryMembersResponseNonNullableFields as QueryMembersResponseNonNullableFields, type context$3_Search as Search, type ServiceProvisioned$1 as ServiceProvisioned, type ServiceRemoved$1 as ServiceRemoved, context$3_Set as Set, type SiteCreated$1 as SiteCreated, SiteCreatedContext$1 as SiteCreatedContext, type SiteDeleted$1 as SiteDeleted, type SiteHardDeleted$1 as SiteHardDeleted, type SiteMarkedAsTemplate$1 as SiteMarkedAsTemplate, type SiteMarkedAsWixSite$1 as SiteMarkedAsWixSite, type SitePublished$1 as SitePublished, type SiteRenamed$1 as SiteRenamed, type SiteTransferred$1 as SiteTransferred, type SiteUndeleted$1 as SiteUndeleted, type SiteUnpublished$1 as SiteUnpublished, type context$3_SlugAlreadyExistsPayload as SlugAlreadyExistsPayload, context$3_SortOrder as SortOrder, type context$3_Sorting as Sorting, State$1 as State, context$3_Status as Status, type context$3_StreetAddress as StreetAddress, type StudioAssigned$1 as StudioAssigned, type StudioUnassigned$1 as StudioUnassigned, type context$3_URI as URI, type UndeleteInfo$1 as UndeleteInfo, type context$3_UnmuteMemberRequest as UnmuteMemberRequest, type context$3_UnmuteMemberResponse as UnmuteMemberResponse, type context$3_UnmuteMemberResponseNonNullableFields as UnmuteMemberResponseNonNullableFields, type context$3_UpdateMember as UpdateMember, type context$3_UpdateMemberRequest as UpdateMemberRequest, type context$3_UpdateMemberResponse as UpdateMemberResponse, type context$3_UpdateMemberResponseNonNullableFields as UpdateMemberResponseNonNullableFields, type context$3_UpdateMemberSlugRequest as UpdateMemberSlugRequest, type context$3_UpdateMemberSlugResponse as UpdateMemberSlugResponse, type context$3_UpdateMemberSlugResponseNonNullableFields as UpdateMemberSlugResponseNonNullableFields, type context$3_UpdateMySlugRequest as UpdateMySlugRequest, type context$3_UpdateMySlugResponse as UpdateMySlugResponse, type context$3_UpdateMySlugResponseNonNullableFields as UpdateMySlugResponseNonNullableFields, WebhookIdentityType$1 as WebhookIdentityType, type context$3__publicApproveMemberType as _publicApproveMemberType, type _publicBlockMemberType$1 as _publicBlockMemberType, type context$3__publicBulkApproveMembersType as _publicBulkApproveMembersType, type context$3__publicBulkBlockMembersType as _publicBulkBlockMembersType, type context$3__publicBulkDeleteMembersByFilterType as _publicBulkDeleteMembersByFilterType, type context$3__publicBulkDeleteMembersType as _publicBulkDeleteMembersType, type context$3__publicCreateMemberType as _publicCreateMemberType, type context$3__publicDeleteMemberAddressesType as _publicDeleteMemberAddressesType, type context$3__publicDeleteMemberEmailsType as _publicDeleteMemberEmailsType, type context$3__publicDeleteMemberPhonesType as _publicDeleteMemberPhonesType, type context$3__publicDeleteMemberType as _publicDeleteMemberType, type context$3__publicDeleteMyMemberType as _publicDeleteMyMemberType, type context$3__publicDisconnectMemberType as _publicDisconnectMemberType, type context$3__publicGetCurrentMemberType as _publicGetCurrentMemberType, type context$3__publicGetMemberType as _publicGetMemberType, type context$3__publicJoinCommunityType as _publicJoinCommunityType, type context$3__publicLeaveCommunityType as _publicLeaveCommunityType, type context$3__publicListMembersType as _publicListMembersType, type context$3__publicMuteMemberType as _publicMuteMemberType, type context$3__publicOnMemberCreatedType as _publicOnMemberCreatedType, type context$3__publicOnMemberDeletedType as _publicOnMemberDeletedType, type context$3__publicOnMemberUpdatedType as _publicOnMemberUpdatedType, type context$3__publicQueryMembersType as _publicQueryMembersType, type context$3__publicUnmuteMemberType as _publicUnmuteMemberType, type context$3__publicUpdateCurrentMemberSlugType as _publicUpdateCurrentMemberSlugType, type context$3__publicUpdateMemberSlugType as _publicUpdateMemberSlugType, type context$3__publicUpdateMemberType as _publicUpdateMemberType, context$3_approveMember as approveMember, blockMember$2 as blockMember, context$3_bulkApproveMembers as bulkApproveMembers, context$3_bulkBlockMembers as bulkBlockMembers, context$3_bulkDeleteMembers as bulkDeleteMembers, context$3_bulkDeleteMembersByFilter as bulkDeleteMembersByFilter, context$3_createMember as createMember, context$3_deleteMember as deleteMember, context$3_deleteMemberAddresses as deleteMemberAddresses, context$3_deleteMemberEmails as deleteMemberEmails, context$3_deleteMemberPhones as deleteMemberPhones, context$3_deleteMyMember as deleteMyMember, context$3_disconnectMember as disconnectMember, context$3_getCurrentMember as getCurrentMember, context$3_getMember as getMember, context$3_joinCommunity as joinCommunity, context$3_leaveCommunity as leaveCommunity, context$3_listMembers as listMembers, context$3_muteMember as muteMember, context$3_onMemberCreated as onMemberCreated, context$3_onMemberDeleted as onMemberDeleted, context$3_onMemberUpdated as onMemberUpdated, onMemberCreated$1 as publicOnMemberCreated, onMemberDeleted$1 as publicOnMemberDeleted, onMemberUpdated$1 as publicOnMemberUpdated, context$3_queryMembers as queryMembers, context$3_unmuteMember as unmuteMember, context$3_updateCurrentMemberSlug as updateCurrentMemberSlug, context$3_updateMember as updateMember, context$3_updateMemberSlug as updateMemberSlug };
|
|
5347
|
+
export { type ActionEvent$1 as ActionEvent, type context$3_ActiveSubscriptionMemberBlockForbiddenPayload as ActiveSubscriptionMemberBlockForbiddenPayload, context$3_ActivityStatusStatus as ActivityStatusStatus, type context$3_Address as Address, type context$3_AddressStreetOneOf as AddressStreetOneOf, type context$3_App as App, type context$3_ApplicationError as ApplicationError, type context$3_ApproveMemberRequest as ApproveMemberRequest, type context$3_ApproveMemberResponse as ApproveMemberResponse, type context$3_ApproveMemberResponseNonNullableFields as ApproveMemberResponseNonNullableFields, type Asset$1 as Asset, type context$3_BaseEventMetadata as BaseEventMetadata, type BlockMemberRequest$1 as BlockMemberRequest, type BlockMemberResponse$1 as BlockMemberResponse, type context$3_BlockMemberResponseNonNullableFields as BlockMemberResponseNonNullableFields, type context$3_BulkActionMetadata as BulkActionMetadata, type context$3_BulkApproveMembersRequest as BulkApproveMembersRequest, type context$3_BulkApproveMembersResponse as BulkApproveMembersResponse, type context$3_BulkApproveMembersResponseNonNullableFields as BulkApproveMembersResponseNonNullableFields, type context$3_BulkBlockMembersRequest as BulkBlockMembersRequest, type context$3_BulkBlockMembersResponse as BulkBlockMembersResponse, type context$3_BulkBlockMembersResponseNonNullableFields as BulkBlockMembersResponseNonNullableFields, type context$3_BulkDeleteMembersByFilterOptions as BulkDeleteMembersByFilterOptions, type context$3_BulkDeleteMembersByFilterRequest as BulkDeleteMembersByFilterRequest, type context$3_BulkDeleteMembersByFilterResponse as BulkDeleteMembersByFilterResponse, type context$3_BulkDeleteMembersByFilterResponseNonNullableFields as BulkDeleteMembersByFilterResponseNonNullableFields, type context$3_BulkDeleteMembersRequest as BulkDeleteMembersRequest, type context$3_BulkDeleteMembersResponse as BulkDeleteMembersResponse, type context$3_BulkDeleteMembersResponseNonNullableFields as BulkDeleteMembersResponseNonNullableFields, type context$3_BulkMemberResult as BulkMemberResult, type context$3_Contact as Contact, type context$3_ContentDeletionRequested as ContentDeletionRequested, type context$3_ContentReassignmentRequested as ContentReassignmentRequested, type context$3_CreateMemberOptions as CreateMemberOptions, type context$3_CreateMemberRequest as CreateMemberRequest, type context$3_CreateMemberResponse as CreateMemberResponse, type context$3_CreateMemberResponseNonNullableFields as CreateMemberResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type context$3_CursorPagingMetadata as CursorPagingMetadata, type Cursors$1 as Cursors, type context$3_CustomField as CustomField, type DeleteContext$1 as DeleteContext, type context$3_DeleteMemberAddressesRequest as DeleteMemberAddressesRequest, type context$3_DeleteMemberAddressesResponse as DeleteMemberAddressesResponse, type context$3_DeleteMemberAddressesResponseNonNullableFields as DeleteMemberAddressesResponseNonNullableFields, type context$3_DeleteMemberEmailsRequest as DeleteMemberEmailsRequest, type context$3_DeleteMemberEmailsResponse as DeleteMemberEmailsResponse, type context$3_DeleteMemberEmailsResponseNonNullableFields as DeleteMemberEmailsResponseNonNullableFields, type context$3_DeleteMemberPhonesRequest as DeleteMemberPhonesRequest, type context$3_DeleteMemberPhonesResponse as DeleteMemberPhonesResponse, type context$3_DeleteMemberPhonesResponseNonNullableFields as DeleteMemberPhonesResponseNonNullableFields, type context$3_DeleteMemberRequest as DeleteMemberRequest, type context$3_DeleteMemberResponse as DeleteMemberResponse, type context$3_DeleteMyMemberOptions as DeleteMyMemberOptions, type context$3_DeleteMyMemberRequest as DeleteMyMemberRequest, type context$3_DeleteMyMemberResponse as DeleteMyMemberResponse, DeleteStatus$1 as DeleteStatus, type context$3_DisconnectMemberRequest as DisconnectMemberRequest, type context$3_DisconnectMemberResponse as DisconnectMemberResponse, type context$3_DisconnectMemberResponseNonNullableFields as DisconnectMemberResponseNonNullableFields, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$3 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type context$3_EventMetadata as EventMetadata, type context$3_ExtendedFields as ExtendedFields, type context$3_File as File, type context$3_GetCurrentMemberOptions as GetCurrentMemberOptions, type context$3_GetMemberOptions as GetMemberOptions, type context$3_GetMemberRequest as GetMemberRequest, type context$3_GetMemberResponse as GetMemberResponse, type context$3_GetMemberResponseNonNullableFields as GetMemberResponseNonNullableFields, type context$3_GetMyMemberRequest as GetMyMemberRequest, type context$3_GetMyMemberResponse as GetMyMemberResponse, type context$3_GetMyMemberResponseNonNullableFields as GetMyMemberResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type context$3_Image as Image, type context$3_InvalidateCache as InvalidateCache, type context$3_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type context$3_ItemMetadata as ItemMetadata, type context$3_JoinCommunityRequest as JoinCommunityRequest, type context$3_JoinCommunityResponse as JoinCommunityResponse, type context$3_JoinCommunityResponseNonNullableFields as JoinCommunityResponseNonNullableFields, type context$3_LeaveCommunityRequest as LeaveCommunityRequest, type context$3_LeaveCommunityResponse as LeaveCommunityResponse, type context$3_LeaveCommunityResponseNonNullableFields as LeaveCommunityResponseNonNullableFields, type context$3_ListMembersOptions as ListMembersOptions, type context$3_ListMembersRequest as ListMembersRequest, type context$3_ListMembersResponse as ListMembersResponse, type context$3_ListMembersResponseNonNullableFields as ListMembersResponseNonNullableFields, type context$3_Member as Member, type context$3_MemberApproved as MemberApproved, type context$3_MemberBlocked as MemberBlocked, type context$3_MemberCreatedEnvelope as MemberCreatedEnvelope, type context$3_MemberDeletedEnvelope as MemberDeletedEnvelope, type context$3_MemberIdChanged as MemberIdChanged, type context$3_MemberJoinedCommunity as MemberJoinedCommunity, type context$3_MemberLeftCommunity as MemberLeftCommunity, type context$3_MemberMuted as MemberMuted, type context$3_MemberNonNullableFields as MemberNonNullableFields, type context$3_MemberOwnershipTransferred as MemberOwnershipTransferred, type context$3_MemberSelfBlockForbiddenPayload as MemberSelfBlockForbiddenPayload, type context$3_MemberToMemberBlockedPayload as MemberToMemberBlockedPayload, type context$3_MemberUnmuted as MemberUnmuted, type context$3_MemberUpdatedEnvelope as MemberUpdatedEnvelope, type context$3_MembersQueryBuilder as MembersQueryBuilder, type context$3_MembersQueryResult as MembersQueryResult, type MessageEnvelope$1 as MessageEnvelope, type MetaSiteSpecialEvent$1 as MetaSiteSpecialEvent, type MetaSiteSpecialEventPayloadOneOf$1 as MetaSiteSpecialEventPayloadOneOf, type context$3_MuteMemberRequest as MuteMemberRequest, type context$3_MuteMemberResponse as MuteMemberResponse, type context$3_MuteMemberResponseNonNullableFields as MuteMemberResponseNonNullableFields, Namespace$1 as Namespace, type NamespaceChanged$1 as NamespaceChanged, type context$3_OwnerMemberBlockForbiddenPayload as OwnerMemberBlockForbiddenPayload, type context$3_Page as Page, type context$3_Paging as Paging, type context$3_PagingMetadata as PagingMetadata, context$3_PrivacyStatusStatus as PrivacyStatusStatus, type context$3_Profile as Profile, type Query$1 as Query, type context$3_QueryMembersOptions as QueryMembersOptions, type context$3_QueryMembersRequest as QueryMembersRequest, type context$3_QueryMembersResponse as QueryMembersResponse, type context$3_QueryMembersResponseNonNullableFields as QueryMembersResponseNonNullableFields, type context$3_RestoreInfo as RestoreInfo, type context$3_Search as Search, type ServiceProvisioned$1 as ServiceProvisioned, type ServiceRemoved$1 as ServiceRemoved, context$3_Set as Set, type SiteCreated$1 as SiteCreated, SiteCreatedContext$1 as SiteCreatedContext, type SiteDeleted$1 as SiteDeleted, type SiteHardDeleted$1 as SiteHardDeleted, type SiteMarkedAsTemplate$1 as SiteMarkedAsTemplate, type SiteMarkedAsWixSite$1 as SiteMarkedAsWixSite, type SitePublished$1 as SitePublished, type SiteRenamed$1 as SiteRenamed, type SiteTransferred$1 as SiteTransferred, type SiteUndeleted$1 as SiteUndeleted, type SiteUnpublished$1 as SiteUnpublished, type context$3_SlugAlreadyExistsPayload as SlugAlreadyExistsPayload, context$3_SortOrder as SortOrder, type context$3_Sorting as Sorting, State$1 as State, context$3_Status as Status, type context$3_StreetAddress as StreetAddress, type StudioAssigned$1 as StudioAssigned, type StudioUnassigned$1 as StudioUnassigned, type context$3_URI as URI, type context$3_UnmuteMemberRequest as UnmuteMemberRequest, type context$3_UnmuteMemberResponse as UnmuteMemberResponse, type context$3_UnmuteMemberResponseNonNullableFields as UnmuteMemberResponseNonNullableFields, type context$3_UpdateMember as UpdateMember, type context$3_UpdateMemberRequest as UpdateMemberRequest, type context$3_UpdateMemberResponse as UpdateMemberResponse, type context$3_UpdateMemberResponseNonNullableFields as UpdateMemberResponseNonNullableFields, type context$3_UpdateMemberSlugRequest as UpdateMemberSlugRequest, type context$3_UpdateMemberSlugResponse as UpdateMemberSlugResponse, type context$3_UpdateMemberSlugResponseNonNullableFields as UpdateMemberSlugResponseNonNullableFields, type context$3_UpdateMySlugRequest as UpdateMySlugRequest, type context$3_UpdateMySlugResponse as UpdateMySlugResponse, type context$3_UpdateMySlugResponseNonNullableFields as UpdateMySlugResponseNonNullableFields, WebhookIdentityType$1 as WebhookIdentityType, type context$3__publicOnMemberCreatedType as _publicOnMemberCreatedType, type context$3__publicOnMemberDeletedType as _publicOnMemberDeletedType, type context$3__publicOnMemberUpdatedType as _publicOnMemberUpdatedType, context$3_approveMember as approveMember, blockMember$2 as blockMember, context$3_bulkApproveMembers as bulkApproveMembers, context$3_bulkBlockMembers as bulkBlockMembers, context$3_bulkDeleteMembers as bulkDeleteMembers, context$3_bulkDeleteMembersByFilter as bulkDeleteMembersByFilter, context$3_createMember as createMember, context$3_deleteMember as deleteMember, context$3_deleteMemberAddresses as deleteMemberAddresses, context$3_deleteMemberEmails as deleteMemberEmails, context$3_deleteMemberPhones as deleteMemberPhones, context$3_deleteMyMember as deleteMyMember, context$3_disconnectMember as disconnectMember, context$3_getCurrentMember as getCurrentMember, context$3_getMember as getMember, context$3_joinCommunity as joinCommunity, context$3_leaveCommunity as leaveCommunity, context$3_listMembers as listMembers, context$3_muteMember as muteMember, context$3_onMemberCreated as onMemberCreated, context$3_onMemberDeleted as onMemberDeleted, context$3_onMemberUpdated as onMemberUpdated, onMemberCreated$1 as publicOnMemberCreated, onMemberDeleted$1 as publicOnMemberDeleted, onMemberUpdated$1 as publicOnMemberUpdated, context$3_queryMembers as queryMembers, context$3_unmuteMember as unmuteMember, context$3_updateCurrentMemberSlug as updateCurrentMemberSlug, context$3_updateMember as updateMember, context$3_updateMemberSlug as updateMemberSlug };
|
|
5461
5348
|
}
|
|
5462
5349
|
|
|
5463
5350
|
interface MemberRoleDefinition {
|
|
@@ -5833,18 +5720,11 @@ interface DeleteMemberRoleDefinitionSignature {
|
|
|
5833
5720
|
(roleKey: string): Promise<void>;
|
|
5834
5721
|
}
|
|
5835
5722
|
|
|
5836
|
-
declare
|
|
5837
|
-
|
|
5838
|
-
|
|
5839
|
-
declare const
|
|
5840
|
-
|
|
5841
|
-
declare const listMemberRoleDefinitions: ReturnType<typeof createRESTModule$2<_publicListMemberRoleDefinitionsType>>;
|
|
5842
|
-
type _publicGetMemberRoleDefinitionType = typeof getMemberRoleDefinition$1;
|
|
5843
|
-
declare const getMemberRoleDefinition: ReturnType<typeof createRESTModule$2<_publicGetMemberRoleDefinitionType>>;
|
|
5844
|
-
type _publicUpdateMemberRoleDefinitionType = typeof updateMemberRoleDefinition$1;
|
|
5845
|
-
declare const updateMemberRoleDefinition: ReturnType<typeof createRESTModule$2<_publicUpdateMemberRoleDefinitionType>>;
|
|
5846
|
-
type _publicDeleteMemberRoleDefinitionType = typeof deleteMemberRoleDefinition$1;
|
|
5847
|
-
declare const deleteMemberRoleDefinition: ReturnType<typeof createRESTModule$2<_publicDeleteMemberRoleDefinitionType>>;
|
|
5723
|
+
declare const createMemberRoleDefinition: BuildRESTFunction<typeof createMemberRoleDefinition$1> & typeof createMemberRoleDefinition$1;
|
|
5724
|
+
declare const listMemberRoleDefinitions: BuildRESTFunction<typeof listMemberRoleDefinitions$1> & typeof listMemberRoleDefinitions$1;
|
|
5725
|
+
declare const getMemberRoleDefinition: BuildRESTFunction<typeof getMemberRoleDefinition$1> & typeof getMemberRoleDefinition$1;
|
|
5726
|
+
declare const updateMemberRoleDefinition: BuildRESTFunction<typeof updateMemberRoleDefinition$1> & typeof updateMemberRoleDefinition$1;
|
|
5727
|
+
declare const deleteMemberRoleDefinition: BuildRESTFunction<typeof deleteMemberRoleDefinition$1> & typeof deleteMemberRoleDefinition$1;
|
|
5848
5728
|
|
|
5849
5729
|
type context$2_Asset = Asset;
|
|
5850
5730
|
type context$2_CreateMemberRoleDefinitionOptions = CreateMemberRoleDefinitionOptions;
|
|
@@ -5892,18 +5772,13 @@ type context$2_UpdateMemberRoleDefinitionOptions = UpdateMemberRoleDefinitionOpt
|
|
|
5892
5772
|
type context$2_UpdateMemberRoleDefinitionRequest = UpdateMemberRoleDefinitionRequest;
|
|
5893
5773
|
type context$2_UpdateMemberRoleDefinitionResponse = UpdateMemberRoleDefinitionResponse;
|
|
5894
5774
|
type context$2_UpdateMemberRoleDefinitionResponseNonNullableFields = UpdateMemberRoleDefinitionResponseNonNullableFields;
|
|
5895
|
-
type context$2__publicCreateMemberRoleDefinitionType = _publicCreateMemberRoleDefinitionType;
|
|
5896
|
-
type context$2__publicDeleteMemberRoleDefinitionType = _publicDeleteMemberRoleDefinitionType;
|
|
5897
|
-
type context$2__publicGetMemberRoleDefinitionType = _publicGetMemberRoleDefinitionType;
|
|
5898
|
-
type context$2__publicListMemberRoleDefinitionsType = _publicListMemberRoleDefinitionsType;
|
|
5899
|
-
type context$2__publicUpdateMemberRoleDefinitionType = _publicUpdateMemberRoleDefinitionType;
|
|
5900
5775
|
declare const context$2_createMemberRoleDefinition: typeof createMemberRoleDefinition;
|
|
5901
5776
|
declare const context$2_deleteMemberRoleDefinition: typeof deleteMemberRoleDefinition;
|
|
5902
5777
|
declare const context$2_getMemberRoleDefinition: typeof getMemberRoleDefinition;
|
|
5903
5778
|
declare const context$2_listMemberRoleDefinitions: typeof listMemberRoleDefinitions;
|
|
5904
5779
|
declare const context$2_updateMemberRoleDefinition: typeof updateMemberRoleDefinition;
|
|
5905
5780
|
declare namespace context$2 {
|
|
5906
|
-
export { type context$2_Asset as Asset, type context$2_CreateMemberRoleDefinitionOptions as CreateMemberRoleDefinitionOptions, type context$2_CreateMemberRoleDefinitionRequest as CreateMemberRoleDefinitionRequest, type context$2_CreateMemberRoleDefinitionResponse as CreateMemberRoleDefinitionResponse, type context$2_CreateMemberRoleDefinitionResponseNonNullableFields as CreateMemberRoleDefinitionResponseNonNullableFields, type context$2_DeleteContext as DeleteContext, type context$2_DeleteMemberRoleDefinitionRequest as DeleteMemberRoleDefinitionRequest, type context$2_DeleteMemberRoleDefinitionResponse as DeleteMemberRoleDefinitionResponse, context$2_DeleteStatus as DeleteStatus, type Empty$2 as Empty, type context$2_GetMemberRoleDefinitionRequest as GetMemberRoleDefinitionRequest, type context$2_GetMemberRoleDefinitionResponse as GetMemberRoleDefinitionResponse, type context$2_GetMemberRoleDefinitionResponseNonNullableFields as GetMemberRoleDefinitionResponseNonNullableFields, type context$2_ListMemberRoleDefinitionsRequest as ListMemberRoleDefinitionsRequest, type context$2_ListMemberRoleDefinitionsResponse as ListMemberRoleDefinitionsResponse, type context$2_ListMemberRoleDefinitionsResponseNonNullableFields as ListMemberRoleDefinitionsResponseNonNullableFields, type context$2_MemberRoleDefinition as MemberRoleDefinition, type context$2_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context$2_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, context$2_Namespace as Namespace, type context$2_NamespaceChanged as NamespaceChanged, type context$2_ServiceProvisioned as ServiceProvisioned, type context$2_ServiceRemoved as ServiceRemoved, type context$2_SiteCreated as SiteCreated, context$2_SiteCreatedContext as SiteCreatedContext, type context$2_SiteDeleted as SiteDeleted, type context$2_SiteHardDeleted as SiteHardDeleted, type context$2_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context$2_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context$2_SitePublished as SitePublished, type context$2_SiteRenamed as SiteRenamed, type context$2_SiteTransferred as SiteTransferred, type context$2_SiteUndeleted as SiteUndeleted, type context$2_SiteUnpublished as SiteUnpublished, context$2_State as State, type context$2_StudioAssigned as StudioAssigned, type context$2_StudioUnassigned as StudioUnassigned, type context$2_SyncMetaSiteRolesRequest as SyncMetaSiteRolesRequest, type context$2_SyncMetaSiteRolesResponse as SyncMetaSiteRolesResponse, type context$2_UpdateMemberRoleDefinitionOptions as UpdateMemberRoleDefinitionOptions, type context$2_UpdateMemberRoleDefinitionRequest as UpdateMemberRoleDefinitionRequest, type context$2_UpdateMemberRoleDefinitionResponse as UpdateMemberRoleDefinitionResponse, type context$2_UpdateMemberRoleDefinitionResponseNonNullableFields as UpdateMemberRoleDefinitionResponseNonNullableFields,
|
|
5781
|
+
export { type context$2_Asset as Asset, type context$2_CreateMemberRoleDefinitionOptions as CreateMemberRoleDefinitionOptions, type context$2_CreateMemberRoleDefinitionRequest as CreateMemberRoleDefinitionRequest, type context$2_CreateMemberRoleDefinitionResponse as CreateMemberRoleDefinitionResponse, type context$2_CreateMemberRoleDefinitionResponseNonNullableFields as CreateMemberRoleDefinitionResponseNonNullableFields, type context$2_DeleteContext as DeleteContext, type context$2_DeleteMemberRoleDefinitionRequest as DeleteMemberRoleDefinitionRequest, type context$2_DeleteMemberRoleDefinitionResponse as DeleteMemberRoleDefinitionResponse, context$2_DeleteStatus as DeleteStatus, type Empty$2 as Empty, type context$2_GetMemberRoleDefinitionRequest as GetMemberRoleDefinitionRequest, type context$2_GetMemberRoleDefinitionResponse as GetMemberRoleDefinitionResponse, type context$2_GetMemberRoleDefinitionResponseNonNullableFields as GetMemberRoleDefinitionResponseNonNullableFields, type context$2_ListMemberRoleDefinitionsRequest as ListMemberRoleDefinitionsRequest, type context$2_ListMemberRoleDefinitionsResponse as ListMemberRoleDefinitionsResponse, type context$2_ListMemberRoleDefinitionsResponseNonNullableFields as ListMemberRoleDefinitionsResponseNonNullableFields, type context$2_MemberRoleDefinition as MemberRoleDefinition, type context$2_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context$2_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, context$2_Namespace as Namespace, type context$2_NamespaceChanged as NamespaceChanged, type context$2_ServiceProvisioned as ServiceProvisioned, type context$2_ServiceRemoved as ServiceRemoved, type context$2_SiteCreated as SiteCreated, context$2_SiteCreatedContext as SiteCreatedContext, type context$2_SiteDeleted as SiteDeleted, type context$2_SiteHardDeleted as SiteHardDeleted, type context$2_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context$2_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context$2_SitePublished as SitePublished, type context$2_SiteRenamed as SiteRenamed, type context$2_SiteTransferred as SiteTransferred, type context$2_SiteUndeleted as SiteUndeleted, type context$2_SiteUnpublished as SiteUnpublished, context$2_State as State, type context$2_StudioAssigned as StudioAssigned, type context$2_StudioUnassigned as StudioUnassigned, type context$2_SyncMetaSiteRolesRequest as SyncMetaSiteRolesRequest, type context$2_SyncMetaSiteRolesResponse as SyncMetaSiteRolesResponse, type context$2_UpdateMemberRoleDefinitionOptions as UpdateMemberRoleDefinitionOptions, type context$2_UpdateMemberRoleDefinitionRequest as UpdateMemberRoleDefinitionRequest, type context$2_UpdateMemberRoleDefinitionResponse as UpdateMemberRoleDefinitionResponse, type context$2_UpdateMemberRoleDefinitionResponseNonNullableFields as UpdateMemberRoleDefinitionResponseNonNullableFields, context$2_createMemberRoleDefinition as createMemberRoleDefinition, context$2_deleteMemberRoleDefinition as deleteMemberRoleDefinition, context$2_getMemberRoleDefinition as getMemberRoleDefinition, context$2_listMemberRoleDefinitions as listMemberRoleDefinitions, context$2_updateMemberRoleDefinition as updateMemberRoleDefinition };
|
|
5907
5782
|
}
|
|
5908
5783
|
|
|
5909
5784
|
/** Member-to-member block. */
|
|
@@ -6182,16 +6057,10 @@ interface ListMemberBlocksSignature {
|
|
|
6182
6057
|
(memberId: string, options?: ListMemberBlocksOptions | undefined): Promise<ListMemberBlocksResponse & ListMemberBlocksResponseNonNullableFields>;
|
|
6183
6058
|
}
|
|
6184
6059
|
|
|
6185
|
-
declare
|
|
6186
|
-
|
|
6187
|
-
|
|
6188
|
-
declare const
|
|
6189
|
-
type _publicUnblockMemberType = typeof unblockMember$1;
|
|
6190
|
-
declare const unblockMember: ReturnType<typeof createRESTModule$1<_publicUnblockMemberType>>;
|
|
6191
|
-
type _publicListCurrentMemberBlockingType = typeof listCurrentMemberBlocking$1;
|
|
6192
|
-
declare const listCurrentMemberBlocking: ReturnType<typeof createRESTModule$1<_publicListCurrentMemberBlockingType>>;
|
|
6193
|
-
type _publicListMemberBlocksType = typeof listMemberBlocks$1;
|
|
6194
|
-
declare const listMemberBlocks: ReturnType<typeof createRESTModule$1<_publicListMemberBlocksType>>;
|
|
6060
|
+
declare const blockMember: BuildRESTFunction<typeof blockMember$1> & typeof blockMember$1;
|
|
6061
|
+
declare const unblockMember: BuildRESTFunction<typeof unblockMember$1> & typeof unblockMember$1;
|
|
6062
|
+
declare const listCurrentMemberBlocking: BuildRESTFunction<typeof listCurrentMemberBlocking$1> & typeof listCurrentMemberBlocking$1;
|
|
6063
|
+
declare const listMemberBlocks: BuildRESTFunction<typeof listMemberBlocks$1> & typeof listMemberBlocks$1;
|
|
6195
6064
|
|
|
6196
6065
|
type context$1_ActionEvent = ActionEvent;
|
|
6197
6066
|
type context$1_AdminBlockingForbiddenError = AdminBlockingForbiddenError;
|
|
@@ -6231,16 +6100,12 @@ type context$1_UnblockMemberResponse = UnblockMemberResponse;
|
|
|
6231
6100
|
type context$1_UndeleteInfo = UndeleteInfo;
|
|
6232
6101
|
type context$1_WebhookIdentityType = WebhookIdentityType;
|
|
6233
6102
|
declare const context$1_WebhookIdentityType: typeof WebhookIdentityType;
|
|
6234
|
-
type context$1__publicBlockMemberType = _publicBlockMemberType;
|
|
6235
|
-
type context$1__publicListCurrentMemberBlockingType = _publicListCurrentMemberBlockingType;
|
|
6236
|
-
type context$1__publicListMemberBlocksType = _publicListMemberBlocksType;
|
|
6237
|
-
type context$1__publicUnblockMemberType = _publicUnblockMemberType;
|
|
6238
6103
|
declare const context$1_blockMember: typeof blockMember;
|
|
6239
6104
|
declare const context$1_listCurrentMemberBlocking: typeof listCurrentMemberBlocking;
|
|
6240
6105
|
declare const context$1_listMemberBlocks: typeof listMemberBlocks;
|
|
6241
6106
|
declare const context$1_unblockMember: typeof unblockMember;
|
|
6242
6107
|
declare namespace context$1 {
|
|
6243
|
-
export { type context$1_ActionEvent as ActionEvent, type context$1_AdminBlockingForbiddenError as AdminBlockingForbiddenError, context$1_BlockDirection as BlockDirection, type context$1_BlockDoesNotExistError as BlockDoesNotExistError, type context$1_BlockMemberRequest as BlockMemberRequest, type context$1_BlockMemberResponse as BlockMemberResponse, type context$1_CursorPaging as CursorPaging, type context$1_Cursors as Cursors, type context$1_DomainEvent as DomainEvent, type context$1_DomainEventBodyOneOf as DomainEventBodyOneOf, type Empty$1 as Empty, type context$1_EntityCreatedEvent as EntityCreatedEvent, type context$1_EntityDeletedEvent as EntityDeletedEvent, type context$1_EntityUpdatedEvent as EntityUpdatedEvent, type context$1_IdentificationData as IdentificationData, type context$1_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context$1_ListCurrentMemberBlockingOptions as ListCurrentMemberBlockingOptions, type context$1_ListCurrentMemberBlockingRequest as ListCurrentMemberBlockingRequest, type context$1_ListCurrentMemberBlockingResponse as ListCurrentMemberBlockingResponse, type context$1_ListCurrentMemberBlockingResponseNonNullableFields as ListCurrentMemberBlockingResponseNonNullableFields, type context$1_ListMemberBlocksOptions as ListMemberBlocksOptions, type context$1_ListMemberBlocksRequest as ListMemberBlocksRequest, type context$1_ListMemberBlocksResponse as ListMemberBlocksResponse, type context$1_ListMemberBlocksResponseNonNullableFields as ListMemberBlocksResponseNonNullableFields, type context$1_MemberAlreadyBlockedError as MemberAlreadyBlockedError, type context$1_MemberBlock as MemberBlock, type context$1_MemberBlockedByMember as MemberBlockedByMember, type context$1_MemberToMemberBlock as MemberToMemberBlock, type context$1_MemberUnblockedByMember as MemberUnblockedByMember, type context$1_MessageEnvelope as MessageEnvelope, type context$1_PagingMetadataV2 as PagingMetadataV2, type context$1_SelfBlockingForbiddenError as SelfBlockingForbiddenError, type context$1_SelfUnblockingForbiddenError as SelfUnblockingForbiddenError, type context$1_UnblockMemberRequest as UnblockMemberRequest, type context$1_UnblockMemberResponse as UnblockMemberResponse, type context$1_UndeleteInfo as UndeleteInfo, context$1_WebhookIdentityType as WebhookIdentityType,
|
|
6108
|
+
export { type context$1_ActionEvent as ActionEvent, type context$1_AdminBlockingForbiddenError as AdminBlockingForbiddenError, context$1_BlockDirection as BlockDirection, type context$1_BlockDoesNotExistError as BlockDoesNotExistError, type context$1_BlockMemberRequest as BlockMemberRequest, type context$1_BlockMemberResponse as BlockMemberResponse, type context$1_CursorPaging as CursorPaging, type context$1_Cursors as Cursors, type context$1_DomainEvent as DomainEvent, type context$1_DomainEventBodyOneOf as DomainEventBodyOneOf, type Empty$1 as Empty, type context$1_EntityCreatedEvent as EntityCreatedEvent, type context$1_EntityDeletedEvent as EntityDeletedEvent, type context$1_EntityUpdatedEvent as EntityUpdatedEvent, type context$1_IdentificationData as IdentificationData, type context$1_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context$1_ListCurrentMemberBlockingOptions as ListCurrentMemberBlockingOptions, type context$1_ListCurrentMemberBlockingRequest as ListCurrentMemberBlockingRequest, type context$1_ListCurrentMemberBlockingResponse as ListCurrentMemberBlockingResponse, type context$1_ListCurrentMemberBlockingResponseNonNullableFields as ListCurrentMemberBlockingResponseNonNullableFields, type context$1_ListMemberBlocksOptions as ListMemberBlocksOptions, type context$1_ListMemberBlocksRequest as ListMemberBlocksRequest, type context$1_ListMemberBlocksResponse as ListMemberBlocksResponse, type context$1_ListMemberBlocksResponseNonNullableFields as ListMemberBlocksResponseNonNullableFields, type context$1_MemberAlreadyBlockedError as MemberAlreadyBlockedError, type context$1_MemberBlock as MemberBlock, type context$1_MemberBlockedByMember as MemberBlockedByMember, type context$1_MemberToMemberBlock as MemberToMemberBlock, type context$1_MemberUnblockedByMember as MemberUnblockedByMember, type context$1_MessageEnvelope as MessageEnvelope, type context$1_PagingMetadataV2 as PagingMetadataV2, type context$1_SelfBlockingForbiddenError as SelfBlockingForbiddenError, type context$1_SelfUnblockingForbiddenError as SelfUnblockingForbiddenError, type context$1_UnblockMemberRequest as UnblockMemberRequest, type context$1_UnblockMemberResponse as UnblockMemberResponse, type context$1_UndeleteInfo as UndeleteInfo, context$1_WebhookIdentityType as WebhookIdentityType, context$1_blockMember as blockMember, context$1_listCurrentMemberBlocking as listCurrentMemberBlocking, context$1_listMemberBlocks as listMemberBlocks, context$1_unblockMember as unblockMember };
|
|
6244
6109
|
}
|
|
6245
6110
|
|
|
6246
6111
|
interface Role {
|
|
@@ -6339,16 +6204,10 @@ interface QueryRolesSignature {
|
|
|
6339
6204
|
(options?: QueryRolesOptions | undefined): Promise<QueryRolesResponse>;
|
|
6340
6205
|
}
|
|
6341
6206
|
|
|
6342
|
-
declare
|
|
6343
|
-
|
|
6344
|
-
|
|
6345
|
-
declare const
|
|
6346
|
-
type _publicUnassignRoleType = typeof unassignRole$1;
|
|
6347
|
-
declare const unassignRole: ReturnType<typeof createRESTModule<_publicUnassignRoleType>>;
|
|
6348
|
-
type _publicGetRolesType = typeof getRoles$1;
|
|
6349
|
-
declare const getRoles: ReturnType<typeof createRESTModule<_publicGetRolesType>>;
|
|
6350
|
-
type _publicQueryRolesType = typeof queryRoles$1;
|
|
6351
|
-
declare const queryRoles: ReturnType<typeof createRESTModule<_publicQueryRolesType>>;
|
|
6207
|
+
declare const assignRole: BuildRESTFunction<typeof assignRole$1> & typeof assignRole$1;
|
|
6208
|
+
declare const unassignRole: BuildRESTFunction<typeof unassignRole$1> & typeof unassignRole$1;
|
|
6209
|
+
declare const getRoles: BuildRESTFunction<typeof getRoles$1> & typeof getRoles$1;
|
|
6210
|
+
declare const queryRoles: BuildRESTFunction<typeof queryRoles$1> & typeof queryRoles$1;
|
|
6352
6211
|
|
|
6353
6212
|
type context_AssignRoleRequest = AssignRoleRequest;
|
|
6354
6213
|
type context_AssignRoleResponse = AssignRoleResponse;
|
|
@@ -6369,16 +6228,12 @@ type context_Role = Role;
|
|
|
6369
6228
|
type context_UnassignRoleRequest = UnassignRoleRequest;
|
|
6370
6229
|
type context_UnassignRoleResponse = UnassignRoleResponse;
|
|
6371
6230
|
type context_UnassignRoleResponseNonNullableFields = UnassignRoleResponseNonNullableFields;
|
|
6372
|
-
type context__publicAssignRoleType = _publicAssignRoleType;
|
|
6373
|
-
type context__publicGetRolesType = _publicGetRolesType;
|
|
6374
|
-
type context__publicQueryRolesType = _publicQueryRolesType;
|
|
6375
|
-
type context__publicUnassignRoleType = _publicUnassignRoleType;
|
|
6376
6231
|
declare const context_assignRole: typeof assignRole;
|
|
6377
6232
|
declare const context_getRoles: typeof getRoles;
|
|
6378
6233
|
declare const context_queryRoles: typeof queryRoles;
|
|
6379
6234
|
declare const context_unassignRole: typeof unassignRole;
|
|
6380
6235
|
declare namespace context {
|
|
6381
|
-
export { type context_AssignRoleRequest as AssignRoleRequest, type context_AssignRoleResponse as AssignRoleResponse, type context_AssignRoleResponseNonNullableFields as AssignRoleResponseNonNullableFields, type context_Empty as Empty, type context_GetRolesRequest as GetRolesRequest, type context_GetRolesResponse as GetRolesResponse, type context_GetRolesResponseNonNullableFields as GetRolesResponseNonNullableFields, type context_MemberRole as MemberRole, type context_PolicyAssignedToContributor as PolicyAssignedToContributor, type context_PolicyRemovedFromContributor as PolicyRemovedFromContributor, type context_PolicyUpdatedForContributor as PolicyUpdatedForContributor, type context_Query as Query, type context_QueryRolesOptions as QueryRolesOptions, type context_QueryRolesRequest as QueryRolesRequest, type context_QueryRolesResponse as QueryRolesResponse, type context_Role as Role, type context_UnassignRoleRequest as UnassignRoleRequest, type context_UnassignRoleResponse as UnassignRoleResponse, type context_UnassignRoleResponseNonNullableFields as UnassignRoleResponseNonNullableFields,
|
|
6236
|
+
export { type context_AssignRoleRequest as AssignRoleRequest, type context_AssignRoleResponse as AssignRoleResponse, type context_AssignRoleResponseNonNullableFields as AssignRoleResponseNonNullableFields, type context_Empty as Empty, type context_GetRolesRequest as GetRolesRequest, type context_GetRolesResponse as GetRolesResponse, type context_GetRolesResponseNonNullableFields as GetRolesResponseNonNullableFields, type context_MemberRole as MemberRole, type context_PolicyAssignedToContributor as PolicyAssignedToContributor, type context_PolicyRemovedFromContributor as PolicyRemovedFromContributor, type context_PolicyUpdatedForContributor as PolicyUpdatedForContributor, type context_Query as Query, type context_QueryRolesOptions as QueryRolesOptions, type context_QueryRolesRequest as QueryRolesRequest, type context_QueryRolesResponse as QueryRolesResponse, type context_Role as Role, type context_UnassignRoleRequest as UnassignRoleRequest, type context_UnassignRoleResponse as UnassignRoleResponse, type context_UnassignRoleResponseNonNullableFields as UnassignRoleResponseNonNullableFields, context_assignRole as assignRole, context_getRoles as getRoles, context_queryRoles as queryRoles, context_unassignRole as unassignRole };
|
|
6382
6237
|
}
|
|
6383
6238
|
|
|
6384
6239
|
export { context$7 as authentication, context as authorization, context$8 as badges, context$5 as customField, context$4 as customFieldSuggestion, context$2 as memberRoleDefinition, context$1 as memberToMemberBlock, context$3 as members, context$6 as userMember };
|