@wix/members 1.0.95 → 1.0.96
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 +73 -218
- package/type-bundles/index.bundle.d.ts +73 -218
|
@@ -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 index_d$8_UpdateBadgeResponseNonNullableFields = UpdateBadgeResponseNonNull
|
|
|
872
859
|
type index_d$8_UpdateBadgesDisplayOrderRequest = UpdateBadgesDisplayOrderRequest;
|
|
873
860
|
type index_d$8_UpdateBadgesDisplayOrderResponse = UpdateBadgesDisplayOrderResponse;
|
|
874
861
|
type index_d$8_UpdateBadgesDisplayOrderResponseNonNullableFields = UpdateBadgesDisplayOrderResponseNonNullableFields;
|
|
875
|
-
type index_d$8__publicAssignBadgeType = _publicAssignBadgeType;
|
|
876
|
-
type index_d$8__publicCreateBadgeType = _publicCreateBadgeType;
|
|
877
|
-
type index_d$8__publicDeleteBadgeType = _publicDeleteBadgeType;
|
|
878
|
-
type index_d$8__publicGetBadgeType = _publicGetBadgeType;
|
|
879
|
-
type index_d$8__publicGetMemberCountsPerBadgeType = _publicGetMemberCountsPerBadgeType;
|
|
880
|
-
type index_d$8__publicListBadgesPerMemberType = _publicListBadgesPerMemberType;
|
|
881
|
-
type index_d$8__publicListBadgesType = _publicListBadgesType;
|
|
882
|
-
type index_d$8__publicListMembersByBadgeType = _publicListMembersByBadgeType;
|
|
883
862
|
type index_d$8__publicOnBadgeAssignedType = _publicOnBadgeAssignedType;
|
|
884
863
|
type index_d$8__publicOnBadgeCreatedType = _publicOnBadgeCreatedType;
|
|
885
864
|
type index_d$8__publicOnBadgeDeletedType = _publicOnBadgeDeletedType;
|
|
886
865
|
type index_d$8__publicOnBadgeUnassignedType = _publicOnBadgeUnassignedType;
|
|
887
866
|
type index_d$8__publicOnBadgeUpdatedType = _publicOnBadgeUpdatedType;
|
|
888
|
-
type index_d$8__publicUnassignBadgeType = _publicUnassignBadgeType;
|
|
889
|
-
type index_d$8__publicUpdateBadgeType = _publicUpdateBadgeType;
|
|
890
|
-
type index_d$8__publicUpdateBadgesDisplayOrderType = _publicUpdateBadgesDisplayOrderType;
|
|
891
867
|
declare const index_d$8_assignBadge: typeof assignBadge;
|
|
892
868
|
declare const index_d$8_createBadge: typeof createBadge;
|
|
893
869
|
declare const index_d$8_deleteBadge: typeof deleteBadge;
|
|
@@ -905,7 +881,7 @@ declare const index_d$8_unassignBadge: typeof unassignBadge;
|
|
|
905
881
|
declare const index_d$8_updateBadge: typeof updateBadge;
|
|
906
882
|
declare const index_d$8_updateBadgesDisplayOrder: typeof updateBadgesDisplayOrder;
|
|
907
883
|
declare namespace index_d$8 {
|
|
908
|
-
export { type ActionEvent$4 as ActionEvent, type index_d$8_AssignBadgeRequest as AssignBadgeRequest, type index_d$8_AssignBadgeResponse as AssignBadgeResponse, type index_d$8_AssignBadgeResponseNonNullableFields as AssignBadgeResponseNonNullableFields, type index_d$8_AssignBadgesRequest as AssignBadgesRequest, type index_d$8_AssignBadgesResponse as AssignBadgesResponse, type index_d$8_Badge as Badge, type index_d$8_BadgeAssigned as BadgeAssigned, type index_d$8_BadgeAssignedEnvelope as BadgeAssignedEnvelope, type index_d$8_BadgeCreatedEnvelope as BadgeCreatedEnvelope, type index_d$8_BadgeDeletedEnvelope as BadgeDeletedEnvelope, type index_d$8_BadgeMemberCount as BadgeMemberCount, type index_d$8_BadgeNonNullableFields as BadgeNonNullableFields, type index_d$8_BadgeUnassigned as BadgeUnassigned, type index_d$8_BadgeUnassignedEnvelope as BadgeUnassignedEnvelope, type index_d$8_BadgeUpdatedEnvelope as BadgeUpdatedEnvelope, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$8_CountBadgesRequest as CountBadgesRequest, type index_d$8_CountBadgesResponse as CountBadgesResponse, type index_d$8_CreateBadgeRequest as CreateBadgeRequest, type index_d$8_CreateBadgeResponse as CreateBadgeResponse, type index_d$8_CreateBadgeResponseNonNullableFields as CreateBadgeResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type Cursors$3 as Cursors, type index_d$8_DeleteBadgeRequest as DeleteBadgeRequest, type index_d$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 index_d$8_GetBadgeRequest as GetBadgeRequest, type index_d$8_GetBadgeResponse as GetBadgeResponse, type index_d$8_GetBadgeResponseNonNullableFields as GetBadgeResponseNonNullableFields, type index_d$8_GetMemberCountsPerBadgeRequest as GetMemberCountsPerBadgeRequest, type index_d$8_GetMemberCountsPerBadgeResponse as GetMemberCountsPerBadgeResponse, type index_d$8_GetMemberCountsPerBadgeResponseNonNullableFields as GetMemberCountsPerBadgeResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type index_d$8_ListBadgesOptions as ListBadgesOptions, type index_d$8_ListBadgesRequest as ListBadgesRequest, type index_d$8_ListBadgesResponse as ListBadgesResponse, type index_d$8_ListBadgesResponseNonNullableFields as ListBadgesResponseNonNullableFields, type index_d$8_ListMembersBadgeIdsRequest as ListMembersBadgeIdsRequest, type index_d$8_ListMembersBadgeIdsResponse as ListMembersBadgeIdsResponse, type index_d$8_ListMembersBadgeIdsResponseNonNullableFields as ListMembersBadgeIdsResponseNonNullableFields, type index_d$8_ListMembersByBadgeOptions as ListMembersByBadgeOptions, type ListMembersRequest$2 as ListMembersRequest, type ListMembersResponse$2 as ListMembersResponse, type ListMembersResponseNonNullableFields$1 as ListMembersResponseNonNullableFields, type index_d$8_ListMembersWithBadgesRequest as ListMembersWithBadgesRequest, type index_d$8_ListMembersWithBadgesResponse as ListMembersWithBadgesResponse, type index_d$8_MemberBadgeIds as MemberBadgeIds, type MessageEnvelope$3 as MessageEnvelope, type Paging$4 as Paging, type PagingMetadata$3 as PagingMetadata, type index_d$8_QueryBadgesRequest as QueryBadgesRequest, type index_d$8_QueryBadgesResponse as QueryBadgesResponse, type RestoreInfo$2 as RestoreInfo, SortOrder$3 as SortOrder, type Sorting$4 as Sorting, type index_d$8_UnassignBadgeRequest as UnassignBadgeRequest, type index_d$8_UnassignBadgeResponse as UnassignBadgeResponse, type index_d$8_UpdateBadge as UpdateBadge, type index_d$8_UpdateBadgeRequest as UpdateBadgeRequest, type index_d$8_UpdateBadgeResponse as UpdateBadgeResponse, type index_d$8_UpdateBadgeResponseNonNullableFields as UpdateBadgeResponseNonNullableFields, type index_d$8_UpdateBadgesDisplayOrderRequest as UpdateBadgesDisplayOrderRequest, type index_d$8_UpdateBadgesDisplayOrderResponse as UpdateBadgesDisplayOrderResponse, type index_d$8_UpdateBadgesDisplayOrderResponseNonNullableFields as UpdateBadgesDisplayOrderResponseNonNullableFields, WebhookIdentityType$3 as WebhookIdentityType, type index_d$
|
|
884
|
+
export { type ActionEvent$4 as ActionEvent, type index_d$8_AssignBadgeRequest as AssignBadgeRequest, type index_d$8_AssignBadgeResponse as AssignBadgeResponse, type index_d$8_AssignBadgeResponseNonNullableFields as AssignBadgeResponseNonNullableFields, type index_d$8_AssignBadgesRequest as AssignBadgesRequest, type index_d$8_AssignBadgesResponse as AssignBadgesResponse, type index_d$8_Badge as Badge, type index_d$8_BadgeAssigned as BadgeAssigned, type index_d$8_BadgeAssignedEnvelope as BadgeAssignedEnvelope, type index_d$8_BadgeCreatedEnvelope as BadgeCreatedEnvelope, type index_d$8_BadgeDeletedEnvelope as BadgeDeletedEnvelope, type index_d$8_BadgeMemberCount as BadgeMemberCount, type index_d$8_BadgeNonNullableFields as BadgeNonNullableFields, type index_d$8_BadgeUnassigned as BadgeUnassigned, type index_d$8_BadgeUnassignedEnvelope as BadgeUnassignedEnvelope, type index_d$8_BadgeUpdatedEnvelope as BadgeUpdatedEnvelope, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$8_CountBadgesRequest as CountBadgesRequest, type index_d$8_CountBadgesResponse as CountBadgesResponse, type index_d$8_CreateBadgeRequest as CreateBadgeRequest, type index_d$8_CreateBadgeResponse as CreateBadgeResponse, type index_d$8_CreateBadgeResponseNonNullableFields as CreateBadgeResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type Cursors$3 as Cursors, type index_d$8_DeleteBadgeRequest as DeleteBadgeRequest, type index_d$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 index_d$8_GetBadgeRequest as GetBadgeRequest, type index_d$8_GetBadgeResponse as GetBadgeResponse, type index_d$8_GetBadgeResponseNonNullableFields as GetBadgeResponseNonNullableFields, type index_d$8_GetMemberCountsPerBadgeRequest as GetMemberCountsPerBadgeRequest, type index_d$8_GetMemberCountsPerBadgeResponse as GetMemberCountsPerBadgeResponse, type index_d$8_GetMemberCountsPerBadgeResponseNonNullableFields as GetMemberCountsPerBadgeResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type index_d$8_ListBadgesOptions as ListBadgesOptions, type index_d$8_ListBadgesRequest as ListBadgesRequest, type index_d$8_ListBadgesResponse as ListBadgesResponse, type index_d$8_ListBadgesResponseNonNullableFields as ListBadgesResponseNonNullableFields, type index_d$8_ListMembersBadgeIdsRequest as ListMembersBadgeIdsRequest, type index_d$8_ListMembersBadgeIdsResponse as ListMembersBadgeIdsResponse, type index_d$8_ListMembersBadgeIdsResponseNonNullableFields as ListMembersBadgeIdsResponseNonNullableFields, type index_d$8_ListMembersByBadgeOptions as ListMembersByBadgeOptions, type ListMembersRequest$2 as ListMembersRequest, type ListMembersResponse$2 as ListMembersResponse, type ListMembersResponseNonNullableFields$1 as ListMembersResponseNonNullableFields, type index_d$8_ListMembersWithBadgesRequest as ListMembersWithBadgesRequest, type index_d$8_ListMembersWithBadgesResponse as ListMembersWithBadgesResponse, type index_d$8_MemberBadgeIds as MemberBadgeIds, type MessageEnvelope$3 as MessageEnvelope, type Paging$4 as Paging, type PagingMetadata$3 as PagingMetadata, type index_d$8_QueryBadgesRequest as QueryBadgesRequest, type index_d$8_QueryBadgesResponse as QueryBadgesResponse, type RestoreInfo$2 as RestoreInfo, SortOrder$3 as SortOrder, type Sorting$4 as Sorting, type index_d$8_UnassignBadgeRequest as UnassignBadgeRequest, type index_d$8_UnassignBadgeResponse as UnassignBadgeResponse, type index_d$8_UpdateBadge as UpdateBadge, type index_d$8_UpdateBadgeRequest as UpdateBadgeRequest, type index_d$8_UpdateBadgeResponse as UpdateBadgeResponse, type index_d$8_UpdateBadgeResponseNonNullableFields as UpdateBadgeResponseNonNullableFields, type index_d$8_UpdateBadgesDisplayOrderRequest as UpdateBadgesDisplayOrderRequest, type index_d$8_UpdateBadgesDisplayOrderResponse as UpdateBadgesDisplayOrderResponse, type index_d$8_UpdateBadgesDisplayOrderResponseNonNullableFields as UpdateBadgesDisplayOrderResponseNonNullableFields, WebhookIdentityType$3 as WebhookIdentityType, type index_d$8__publicOnBadgeAssignedType as _publicOnBadgeAssignedType, type index_d$8__publicOnBadgeCreatedType as _publicOnBadgeCreatedType, type index_d$8__publicOnBadgeDeletedType as _publicOnBadgeDeletedType, type index_d$8__publicOnBadgeUnassignedType as _publicOnBadgeUnassignedType, type index_d$8__publicOnBadgeUpdatedType as _publicOnBadgeUpdatedType, index_d$8_assignBadge as assignBadge, index_d$8_createBadge as createBadge, index_d$8_deleteBadge as deleteBadge, index_d$8_getBadge as getBadge, index_d$8_getMemberCountsPerBadge as getMemberCountsPerBadge, index_d$8_listBadges as listBadges, index_d$8_listBadgesPerMember as listBadgesPerMember, index_d$8_listMembersByBadge as listMembersByBadge, index_d$8_onBadgeAssigned as onBadgeAssigned, index_d$8_onBadgeCreated as onBadgeCreated, index_d$8_onBadgeDeleted as onBadgeDeleted, index_d$8_onBadgeUnassigned as onBadgeUnassigned, index_d$8_onBadgeUpdated as onBadgeUpdated, onBadgeAssigned$1 as publicOnBadgeAssigned, onBadgeCreated$1 as publicOnBadgeCreated, onBadgeDeleted$1 as publicOnBadgeDeleted, onBadgeUnassigned$1 as publicOnBadgeUnassigned, onBadgeUpdated$1 as publicOnBadgeUpdated, index_d$8_unassignBadge as unassignBadge, index_d$8_updateBadge as updateBadge, index_d$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 index_d$7_AppleLogin = AppleLogin;
|
|
1783
1751
|
type index_d$7_ApproveMemberRequestMemberIdentifierOneOf = ApproveMemberRequestMemberIdentifierOneOf;
|
|
@@ -1843,12 +1811,6 @@ declare const index_d$7_Source: typeof Source;
|
|
|
1843
1811
|
type index_d$7_UserMembership = UserMembership;
|
|
1844
1812
|
type index_d$7_VerificationFailureReason = VerificationFailureReason;
|
|
1845
1813
|
declare const index_d$7_VerificationFailureReason: typeof VerificationFailureReason;
|
|
1846
|
-
type index_d$7__publicApproveType = _publicApproveType;
|
|
1847
|
-
type index_d$7__publicBlockType = _publicBlockType;
|
|
1848
|
-
type index_d$7__publicChangeLoginEmailType = _publicChangeLoginEmailType;
|
|
1849
|
-
type index_d$7__publicLoginType = _publicLoginType;
|
|
1850
|
-
type index_d$7__publicRegisterType = _publicRegisterType;
|
|
1851
|
-
type index_d$7__publicSendSetPasswordEmailType = _publicSendSetPasswordEmailType;
|
|
1852
1814
|
declare const index_d$7_approve: typeof approve;
|
|
1853
1815
|
declare const index_d$7_block: typeof block;
|
|
1854
1816
|
declare const index_d$7_changeLoginEmail: typeof changeLoginEmail;
|
|
@@ -1856,7 +1818,7 @@ declare const index_d$7_login: typeof login;
|
|
|
1856
1818
|
declare const index_d$7_register: typeof register;
|
|
1857
1819
|
declare const index_d$7_sendSetPasswordEmail: typeof sendSetPasswordEmail;
|
|
1858
1820
|
declare namespace index_d$7 {
|
|
1859
|
-
export { type Address$1 as Address, type index_d$7_AppleLogin as AppleLogin, type ApproveMemberRequest$1 as ApproveMemberRequest, type index_d$7_ApproveMemberRequestMemberIdentifierOneOf as ApproveMemberRequestMemberIdentifierOneOf, type ApproveMemberResponse$1 as ApproveMemberResponse, type index_d$7_ApproveOptions as ApproveOptions, type index_d$7_BatchGetMembersRequest as BatchGetMembersRequest, type index_d$7_BatchGetMembersResponse as BatchGetMembersResponse, type BlockMemberRequest$2 as BlockMemberRequest, type index_d$7_BlockMemberRequestMemberIdentifierOneOf as BlockMemberRequestMemberIdentifierOneOf, type BlockMemberResponse$2 as BlockMemberResponse, type index_d$7_BlockOptions as BlockOptions, type index_d$7_ChangeLoginEmailOptions as ChangeLoginEmailOptions, type index_d$7_ChangeLoginEmailRequest as ChangeLoginEmailRequest, type index_d$7_ChangeLoginEmailResponse as ChangeLoginEmailResponse, type index_d$7_ChangeLoginEmailResponseNonNullableFields as ChangeLoginEmailResponseNonNullableFields, type CustomField$2 as CustomField, type index_d$7_CustomFieldValueOneOf as CustomFieldValueOneOf, type DeleteMemberRequest$1 as DeleteMemberRequest, type DeleteMemberResponse$1 as DeleteMemberResponse, type index_d$7_DialogData as DialogData, type index_d$7_EmailVerification as EmailVerification, type index_d$7_EmailVerificationFailed as EmailVerificationFailed, type index_d$7_EmailVerificationRequired as EmailVerificationRequired, type index_d$7_FacebookLogin as FacebookLogin, type index_d$7_FilterBy as FilterBy, type index_d$7_GetAuthorizedPagesRequest as GetAuthorizedPagesRequest, type index_d$7_GetAuthorizedPagesResponse as GetAuthorizedPagesResponse, type index_d$7_GetCurrentMemberRequest as GetCurrentMemberRequest, type GetMemberRequest$1 as GetMemberRequest, type GetMemberResponse$1 as GetMemberResponse, type index_d$7_GetMemberRoleRequest as GetMemberRoleRequest, type index_d$7_GetMemberRoleResponse as GetMemberRoleResponse, type index_d$7_GetMemberRolesRequest as GetMemberRolesRequest, type index_d$7_GetMemberRolesResponse as GetMemberRolesResponse, type index_d$7_GetResetPasswordLinkRequest as GetResetPasswordLinkRequest, type index_d$7_GetResetPasswordLinkResponse as GetResetPasswordLinkResponse, type index_d$7_GetUserMembershipsRequest as GetUserMembershipsRequest, type index_d$7_GetUserMembershipsResponse as GetUserMembershipsResponse, type index_d$7_GoogleLogin as GoogleLogin, type index_d$7_Group as Group, type ListMembersRequest$1 as ListMembersRequest, type ListMembersResponse$1 as ListMembersResponse, type index_d$7_LoginOptions as LoginOptions, type index_d$7_LoginRequest as LoginRequest, type index_d$7_LoginResponse as LoginResponse, type index_d$7_LoginResponseNonNullableFields as LoginResponseNonNullableFields, type index_d$7_MakeMemberOfflineRequest as MakeMemberOfflineRequest, type index_d$7_MakeMemberOfflineResponse as MakeMemberOfflineResponse, type Member$1 as Member, type index_d$7_MemberContactInfo as MemberContactInfo, type MemberRole$1 as MemberRole, type index_d$7_PaginationResponse as PaginationResponse, type Paging$3 as Paging, type QueryMembersRequest$1 as QueryMembersRequest, type QueryMembersResponse$1 as QueryMembersResponse, type index_d$7_RegisterOptions as RegisterOptions, type index_d$7_RegisterRequest as RegisterRequest, type index_d$7_RegisterResponse as RegisterResponse, type index_d$7_RegisterResponseNonNullableFields as RegisterResponseNonNullableFields, type index_d$7_ResetPasswordRequest as ResetPasswordRequest, type index_d$7_ResetPasswordResponse as ResetPasswordResponse, Role$1 as Role, type index_d$7_SearchBy as SearchBy, type index_d$7_SearchRequest as SearchRequest, type index_d$7_SearchResponse as SearchResponse, type index_d$7_SendSetPasswordEmailOptions as SendSetPasswordEmailOptions, type index_d$7_SendSetPasswordEmailRequest as SendSetPasswordEmailRequest, type index_d$7_SendSetPasswordEmailResponse as SendSetPasswordEmailResponse, type index_d$7_SendSetPasswordEmailResponseNonNullableFields as SendSetPasswordEmailResponseNonNullableFields, type index_d$7_Session as Session, index_d$7_SiteMemberPrivacyStatus as SiteMemberPrivacyStatus, index_d$7_SiteMemberStatus as SiteMemberStatus, type index_d$7_SocialLoginRequest as SocialLoginRequest, type index_d$7_SocialLoginRequestLoginOneOf as SocialLoginRequestLoginOneOf, Sorting$3 as Sorting, index_d$7_Source as Source, type UpdateMemberRequest$1 as UpdateMemberRequest, type UpdateMemberResponse$1 as UpdateMemberResponse, type index_d$7_UserMembership as UserMembership, index_d$7_VerificationFailureReason as VerificationFailureReason,
|
|
1821
|
+
export { type Address$1 as Address, type index_d$7_AppleLogin as AppleLogin, type ApproveMemberRequest$1 as ApproveMemberRequest, type index_d$7_ApproveMemberRequestMemberIdentifierOneOf as ApproveMemberRequestMemberIdentifierOneOf, type ApproveMemberResponse$1 as ApproveMemberResponse, type index_d$7_ApproveOptions as ApproveOptions, type index_d$7_BatchGetMembersRequest as BatchGetMembersRequest, type index_d$7_BatchGetMembersResponse as BatchGetMembersResponse, type BlockMemberRequest$2 as BlockMemberRequest, type index_d$7_BlockMemberRequestMemberIdentifierOneOf as BlockMemberRequestMemberIdentifierOneOf, type BlockMemberResponse$2 as BlockMemberResponse, type index_d$7_BlockOptions as BlockOptions, type index_d$7_ChangeLoginEmailOptions as ChangeLoginEmailOptions, type index_d$7_ChangeLoginEmailRequest as ChangeLoginEmailRequest, type index_d$7_ChangeLoginEmailResponse as ChangeLoginEmailResponse, type index_d$7_ChangeLoginEmailResponseNonNullableFields as ChangeLoginEmailResponseNonNullableFields, type CustomField$2 as CustomField, type index_d$7_CustomFieldValueOneOf as CustomFieldValueOneOf, type DeleteMemberRequest$1 as DeleteMemberRequest, type DeleteMemberResponse$1 as DeleteMemberResponse, type index_d$7_DialogData as DialogData, type index_d$7_EmailVerification as EmailVerification, type index_d$7_EmailVerificationFailed as EmailVerificationFailed, type index_d$7_EmailVerificationRequired as EmailVerificationRequired, type index_d$7_FacebookLogin as FacebookLogin, type index_d$7_FilterBy as FilterBy, type index_d$7_GetAuthorizedPagesRequest as GetAuthorizedPagesRequest, type index_d$7_GetAuthorizedPagesResponse as GetAuthorizedPagesResponse, type index_d$7_GetCurrentMemberRequest as GetCurrentMemberRequest, type GetMemberRequest$1 as GetMemberRequest, type GetMemberResponse$1 as GetMemberResponse, type index_d$7_GetMemberRoleRequest as GetMemberRoleRequest, type index_d$7_GetMemberRoleResponse as GetMemberRoleResponse, type index_d$7_GetMemberRolesRequest as GetMemberRolesRequest, type index_d$7_GetMemberRolesResponse as GetMemberRolesResponse, type index_d$7_GetResetPasswordLinkRequest as GetResetPasswordLinkRequest, type index_d$7_GetResetPasswordLinkResponse as GetResetPasswordLinkResponse, type index_d$7_GetUserMembershipsRequest as GetUserMembershipsRequest, type index_d$7_GetUserMembershipsResponse as GetUserMembershipsResponse, type index_d$7_GoogleLogin as GoogleLogin, type index_d$7_Group as Group, type ListMembersRequest$1 as ListMembersRequest, type ListMembersResponse$1 as ListMembersResponse, type index_d$7_LoginOptions as LoginOptions, type index_d$7_LoginRequest as LoginRequest, type index_d$7_LoginResponse as LoginResponse, type index_d$7_LoginResponseNonNullableFields as LoginResponseNonNullableFields, type index_d$7_MakeMemberOfflineRequest as MakeMemberOfflineRequest, type index_d$7_MakeMemberOfflineResponse as MakeMemberOfflineResponse, type Member$1 as Member, type index_d$7_MemberContactInfo as MemberContactInfo, type MemberRole$1 as MemberRole, type index_d$7_PaginationResponse as PaginationResponse, type Paging$3 as Paging, type QueryMembersRequest$1 as QueryMembersRequest, type QueryMembersResponse$1 as QueryMembersResponse, type index_d$7_RegisterOptions as RegisterOptions, type index_d$7_RegisterRequest as RegisterRequest, type index_d$7_RegisterResponse as RegisterResponse, type index_d$7_RegisterResponseNonNullableFields as RegisterResponseNonNullableFields, type index_d$7_ResetPasswordRequest as ResetPasswordRequest, type index_d$7_ResetPasswordResponse as ResetPasswordResponse, Role$1 as Role, type index_d$7_SearchBy as SearchBy, type index_d$7_SearchRequest as SearchRequest, type index_d$7_SearchResponse as SearchResponse, type index_d$7_SendSetPasswordEmailOptions as SendSetPasswordEmailOptions, type index_d$7_SendSetPasswordEmailRequest as SendSetPasswordEmailRequest, type index_d$7_SendSetPasswordEmailResponse as SendSetPasswordEmailResponse, type index_d$7_SendSetPasswordEmailResponseNonNullableFields as SendSetPasswordEmailResponseNonNullableFields, type index_d$7_Session as Session, index_d$7_SiteMemberPrivacyStatus as SiteMemberPrivacyStatus, index_d$7_SiteMemberStatus as SiteMemberStatus, type index_d$7_SocialLoginRequest as SocialLoginRequest, type index_d$7_SocialLoginRequestLoginOneOf as SocialLoginRequestLoginOneOf, Sorting$3 as Sorting, index_d$7_Source as Source, type UpdateMemberRequest$1 as UpdateMemberRequest, type UpdateMemberResponse$1 as UpdateMemberResponse, type index_d$7_UserMembership as UserMembership, index_d$7_VerificationFailureReason as VerificationFailureReason, index_d$7_approve as approve, index_d$7_block as block, index_d$7_changeLoginEmail as changeLoginEmail, index_d$7_login as login, index_d$7_register as register, index_d$7_sendSetPasswordEmail as sendSetPasswordEmail };
|
|
1860
1822
|
}
|
|
1861
1823
|
|
|
1862
1824
|
interface UserMember {
|
|
@@ -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 index_d$6_CursorQuery = CursorQuery;
|
|
2432
2391
|
type index_d$6_CursorQueryPagingMethodOneOf = CursorQueryPagingMethodOneOf;
|
|
@@ -2436,10 +2395,9 @@ type index_d$6_QueryUserMembersResponseNonNullableFields = QueryUserMembersRespo
|
|
|
2436
2395
|
type index_d$6_UserMember = UserMember;
|
|
2437
2396
|
type index_d$6_UserMembersQueryBuilder = UserMembersQueryBuilder;
|
|
2438
2397
|
type index_d$6_UserMembersQueryResult = UserMembersQueryResult;
|
|
2439
|
-
type index_d$6__publicQueryUserMembersType = _publicQueryUserMembersType;
|
|
2440
2398
|
declare const index_d$6_queryUserMembers: typeof queryUserMembers;
|
|
2441
2399
|
declare namespace index_d$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 index_d$6_CursorQuery as CursorQuery, type index_d$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 index_d$6_QueryUserMembersRequest as QueryUserMembersRequest, type index_d$6_QueryUserMembersResponse as QueryUserMembersResponse, type index_d$6_QueryUserMembersResponseNonNullableFields as QueryUserMembersResponseNonNullableFields, type RestoreInfo$1 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 index_d$6_UserMember as UserMember, type index_d$6_UserMembersQueryBuilder as UserMembersQueryBuilder, type index_d$6_UserMembersQueryResult as UserMembersQueryResult,
|
|
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 index_d$6_CursorQuery as CursorQuery, type index_d$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 index_d$6_QueryUserMembersRequest as QueryUserMembersRequest, type index_d$6_QueryUserMembersResponse as QueryUserMembersResponse, type index_d$6_QueryUserMembersResponseNonNullableFields as QueryUserMembersResponseNonNullableFields, type RestoreInfo$1 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 index_d$6_UserMember as UserMember, type index_d$6_UserMembersQueryBuilder as UserMembersQueryBuilder, type index_d$6_UserMembersQueryResult as UserMembersQueryResult, index_d$6_queryUserMembers as queryUserMembers };
|
|
2443
2401
|
}
|
|
2444
2402
|
|
|
2445
2403
|
/** Custom field */
|
|
@@ -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 index_d$5_AppliesTo = AppliesTo;
|
|
3191
3140
|
declare const index_d$5_AppliesTo: typeof AppliesTo;
|
|
@@ -3220,13 +3169,6 @@ type index_d$5_UpdateCustomFieldsOrderOptions = UpdateCustomFieldsOrderOptions;
|
|
|
3220
3169
|
type index_d$5_UpdateCustomFieldsOrderRequest = UpdateCustomFieldsOrderRequest;
|
|
3221
3170
|
type index_d$5_UpdateCustomFieldsOrderResponse = UpdateCustomFieldsOrderResponse;
|
|
3222
3171
|
type index_d$5_UpdateCustomFieldsOrderResponseNonNullableFields = UpdateCustomFieldsOrderResponseNonNullableFields;
|
|
3223
|
-
type index_d$5__publicCreateCustomFieldType = _publicCreateCustomFieldType;
|
|
3224
|
-
type index_d$5__publicDeleteCustomFieldType = _publicDeleteCustomFieldType;
|
|
3225
|
-
type index_d$5__publicGetCustomFieldType = _publicGetCustomFieldType;
|
|
3226
|
-
type index_d$5__publicHideCustomFieldType = _publicHideCustomFieldType;
|
|
3227
|
-
type index_d$5__publicListCustomFieldsType = _publicListCustomFieldsType;
|
|
3228
|
-
type index_d$5__publicUpdateCustomFieldType = _publicUpdateCustomFieldType;
|
|
3229
|
-
type index_d$5__publicUpdateCustomFieldsOrderType = _publicUpdateCustomFieldsOrderType;
|
|
3230
3172
|
declare const index_d$5_createCustomField: typeof createCustomField;
|
|
3231
3173
|
declare const index_d$5_deleteCustomField: typeof deleteCustomField;
|
|
3232
3174
|
declare const index_d$5_getCustomField: typeof getCustomField;
|
|
@@ -3235,7 +3177,7 @@ declare const index_d$5_listCustomFields: typeof listCustomFields;
|
|
|
3235
3177
|
declare const index_d$5_updateCustomField: typeof updateCustomField;
|
|
3236
3178
|
declare const index_d$5_updateCustomFieldsOrder: typeof updateCustomFieldsOrder;
|
|
3237
3179
|
declare namespace index_d$5 {
|
|
3238
|
-
export { type ActionEvent$2 as ActionEvent, index_d$5_AppliesTo as AppliesTo, type Asset$2 as Asset, type index_d$5_CreateCustomFieldRequest as CreateCustomFieldRequest, type index_d$5_CreateCustomFieldResponse as CreateCustomFieldResponse, type index_d$5_CreateCustomFieldResponseNonNullableFields as CreateCustomFieldResponseNonNullableFields, type CustomField$1 as CustomField, type index_d$5_CustomFieldNonNullableFields as CustomFieldNonNullableFields, type index_d$5_DefaultPrivacyChanged as DefaultPrivacyChanged, type DeleteContext$2 as DeleteContext, type index_d$5_DeleteCustomFieldRequest as DeleteCustomFieldRequest, type index_d$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 index_d$5_GetCustomFieldRequest as GetCustomFieldRequest, type index_d$5_GetCustomFieldResponse as GetCustomFieldResponse, type index_d$5_GetCustomFieldResponseNonNullableFields as GetCustomFieldResponseNonNullableFields, type index_d$5_HideCustomFieldRequest as HideCustomFieldRequest, type index_d$5_HideCustomFieldResponse as HideCustomFieldResponse, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type index_d$5_IncorrectFieldTypeData as IncorrectFieldTypeData, type index_d$5_IncorrectPrivacyData as IncorrectPrivacyData, type index_d$5_InvalidSocialTypeData as InvalidSocialTypeData, type index_d$5_ListCustomFieldsOptions as ListCustomFieldsOptions, type index_d$5_ListCustomFieldsRequest as ListCustomFieldsRequest, type index_d$5_ListCustomFieldsResponse as ListCustomFieldsResponse, type index_d$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 index_d$5_ReservedFieldNameNonEditable as ReservedFieldNameNonEditable, type index_d$5_RestoreInfo as RestoreInfo, index_d$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 index_d$5_UpdateCustomField as UpdateCustomField, type index_d$5_UpdateCustomFieldRequest as UpdateCustomFieldRequest, type index_d$5_UpdateCustomFieldResponse as UpdateCustomFieldResponse, type index_d$5_UpdateCustomFieldResponseNonNullableFields as UpdateCustomFieldResponseNonNullableFields, type index_d$5_UpdateCustomFieldsOrderOptions as UpdateCustomFieldsOrderOptions, type index_d$5_UpdateCustomFieldsOrderRequest as UpdateCustomFieldsOrderRequest, type index_d$5_UpdateCustomFieldsOrderResponse as UpdateCustomFieldsOrderResponse, type index_d$5_UpdateCustomFieldsOrderResponseNonNullableFields as UpdateCustomFieldsOrderResponseNonNullableFields, WebhookIdentityType$2 as WebhookIdentityType,
|
|
3180
|
+
export { type ActionEvent$2 as ActionEvent, index_d$5_AppliesTo as AppliesTo, type Asset$2 as Asset, type index_d$5_CreateCustomFieldRequest as CreateCustomFieldRequest, type index_d$5_CreateCustomFieldResponse as CreateCustomFieldResponse, type index_d$5_CreateCustomFieldResponseNonNullableFields as CreateCustomFieldResponseNonNullableFields, type CustomField$1 as CustomField, type index_d$5_CustomFieldNonNullableFields as CustomFieldNonNullableFields, type index_d$5_DefaultPrivacyChanged as DefaultPrivacyChanged, type DeleteContext$2 as DeleteContext, type index_d$5_DeleteCustomFieldRequest as DeleteCustomFieldRequest, type index_d$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 index_d$5_GetCustomFieldRequest as GetCustomFieldRequest, type index_d$5_GetCustomFieldResponse as GetCustomFieldResponse, type index_d$5_GetCustomFieldResponseNonNullableFields as GetCustomFieldResponseNonNullableFields, type index_d$5_HideCustomFieldRequest as HideCustomFieldRequest, type index_d$5_HideCustomFieldResponse as HideCustomFieldResponse, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type index_d$5_IncorrectFieldTypeData as IncorrectFieldTypeData, type index_d$5_IncorrectPrivacyData as IncorrectPrivacyData, type index_d$5_InvalidSocialTypeData as InvalidSocialTypeData, type index_d$5_ListCustomFieldsOptions as ListCustomFieldsOptions, type index_d$5_ListCustomFieldsRequest as ListCustomFieldsRequest, type index_d$5_ListCustomFieldsResponse as ListCustomFieldsResponse, type index_d$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 index_d$5_ReservedFieldNameNonEditable as ReservedFieldNameNonEditable, type index_d$5_RestoreInfo as RestoreInfo, index_d$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 index_d$5_UpdateCustomField as UpdateCustomField, type index_d$5_UpdateCustomFieldRequest as UpdateCustomFieldRequest, type index_d$5_UpdateCustomFieldResponse as UpdateCustomFieldResponse, type index_d$5_UpdateCustomFieldResponseNonNullableFields as UpdateCustomFieldResponseNonNullableFields, type index_d$5_UpdateCustomFieldsOrderOptions as UpdateCustomFieldsOrderOptions, type index_d$5_UpdateCustomFieldsOrderRequest as UpdateCustomFieldsOrderRequest, type index_d$5_UpdateCustomFieldsOrderResponse as UpdateCustomFieldsOrderResponse, type index_d$5_UpdateCustomFieldsOrderResponseNonNullableFields as UpdateCustomFieldsOrderResponseNonNullableFields, WebhookIdentityType$2 as WebhookIdentityType, index_d$5_createCustomField as createCustomField, index_d$5_deleteCustomField as deleteCustomField, index_d$5_getCustomField as getCustomField, index_d$5_hideCustomField as hideCustomField, index_d$5_listCustomFields as listCustomFields, index_d$5_updateCustomField as updateCustomField, index_d$5_updateCustomFieldsOrder as updateCustomFieldsOrder };
|
|
3239
3181
|
}
|
|
3240
3182
|
|
|
3241
3183
|
interface CustomFieldSuggestion {
|
|
@@ -3374,12 +3316,8 @@ interface QueryCustomFieldSuggestionsSignature {
|
|
|
3374
3316
|
(options?: QueryCustomFieldSuggestionsOptions | undefined): Promise<QueryCustomFieldSuggestionsResponse & QueryCustomFieldSuggestionsResponseNonNullableFields>;
|
|
3375
3317
|
}
|
|
3376
3318
|
|
|
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>>;
|
|
3319
|
+
declare const listCustomFieldSuggestions: BuildRESTFunction<typeof listCustomFieldSuggestions$1> & typeof listCustomFieldSuggestions$1;
|
|
3320
|
+
declare const queryCustomFieldSuggestions: BuildRESTFunction<typeof queryCustomFieldSuggestions$1> & typeof queryCustomFieldSuggestions$1;
|
|
3383
3321
|
|
|
3384
3322
|
type index_d$4_CustomFieldSuggestion = CustomFieldSuggestion;
|
|
3385
3323
|
type index_d$4_ListCustomFieldSuggestionsOptions = ListCustomFieldSuggestionsOptions;
|
|
@@ -3398,12 +3336,10 @@ type index_d$4_SocialTypeType = SocialTypeType;
|
|
|
3398
3336
|
declare const index_d$4_SocialTypeType: typeof SocialTypeType;
|
|
3399
3337
|
type index_d$4_Type = Type;
|
|
3400
3338
|
declare const index_d$4_Type: typeof Type;
|
|
3401
|
-
type index_d$4__publicListCustomFieldSuggestionsType = _publicListCustomFieldSuggestionsType;
|
|
3402
|
-
type index_d$4__publicQueryCustomFieldSuggestionsType = _publicQueryCustomFieldSuggestionsType;
|
|
3403
3339
|
declare const index_d$4_listCustomFieldSuggestions: typeof listCustomFieldSuggestions;
|
|
3404
3340
|
declare const index_d$4_queryCustomFieldSuggestions: typeof queryCustomFieldSuggestions;
|
|
3405
3341
|
declare namespace index_d$4 {
|
|
3406
|
-
export { type index_d$4_CustomFieldSuggestion as CustomFieldSuggestion, type index_d$4_ListCustomFieldSuggestionsOptions as ListCustomFieldSuggestionsOptions, type index_d$4_ListCustomFieldSuggestionsRequest as ListCustomFieldSuggestionsRequest, type index_d$4_ListCustomFieldSuggestionsResponse as ListCustomFieldSuggestionsResponse, type index_d$4_ListCustomFieldSuggestionsResponseNonNullableFields as ListCustomFieldSuggestionsResponseNonNullableFields, index_d$4_Origin as Origin, type Paging$1 as Paging, type PagingMetadata$1 as PagingMetadata, index_d$4_Privacy as Privacy, type Query$2 as Query, type index_d$4_QueryCustomFieldSuggestionsOptions as QueryCustomFieldSuggestionsOptions, type index_d$4_QueryCustomFieldSuggestionsRequest as QueryCustomFieldSuggestionsRequest, type index_d$4_QueryCustomFieldSuggestionsResponse as QueryCustomFieldSuggestionsResponse, type index_d$4_QueryCustomFieldSuggestionsResponseNonNullableFields as QueryCustomFieldSuggestionsResponseNonNullableFields, index_d$4_SocialTypeType as SocialTypeType, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, index_d$4_Type as Type,
|
|
3342
|
+
export { type index_d$4_CustomFieldSuggestion as CustomFieldSuggestion, type index_d$4_ListCustomFieldSuggestionsOptions as ListCustomFieldSuggestionsOptions, type index_d$4_ListCustomFieldSuggestionsRequest as ListCustomFieldSuggestionsRequest, type index_d$4_ListCustomFieldSuggestionsResponse as ListCustomFieldSuggestionsResponse, type index_d$4_ListCustomFieldSuggestionsResponseNonNullableFields as ListCustomFieldSuggestionsResponseNonNullableFields, index_d$4_Origin as Origin, type Paging$1 as Paging, type PagingMetadata$1 as PagingMetadata, index_d$4_Privacy as Privacy, type Query$2 as Query, type index_d$4_QueryCustomFieldSuggestionsOptions as QueryCustomFieldSuggestionsOptions, type index_d$4_QueryCustomFieldSuggestionsRequest as QueryCustomFieldSuggestionsRequest, type index_d$4_QueryCustomFieldSuggestionsResponse as QueryCustomFieldSuggestionsResponse, type index_d$4_QueryCustomFieldSuggestionsResponseNonNullableFields as QueryCustomFieldSuggestionsResponseNonNullableFields, index_d$4_SocialTypeType as SocialTypeType, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, index_d$4_Type as Type, index_d$4_listCustomFieldSuggestions as listCustomFieldSuggestions, index_d$4_queryCustomFieldSuggestions as queryCustomFieldSuggestions };
|
|
3407
3343
|
}
|
|
3408
3344
|
|
|
3409
3345
|
interface Member {
|
|
@@ -5196,58 +5132,32 @@ declare const onMemberUpdated$1: EventDefinition<MemberUpdatedEnvelope, "wix.mem
|
|
|
5196
5132
|
declare const onMemberDeleted$1: EventDefinition<MemberDeletedEnvelope, "wix.members.v1.member_deleted">;
|
|
5197
5133
|
declare const onMemberCreated$1: EventDefinition<MemberCreatedEnvelope, "wix.members.v1.member_created">;
|
|
5198
5134
|
|
|
5199
|
-
declare function createRESTModule$3<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
5200
|
-
|
|
5201
5135
|
declare function createEventModule<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
5202
5136
|
|
|
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>>;
|
|
5137
|
+
declare const updateCurrentMemberSlug: BuildRESTFunction<typeof updateCurrentMemberSlug$1> & typeof updateCurrentMemberSlug$1;
|
|
5138
|
+
declare const updateMemberSlug: BuildRESTFunction<typeof updateMemberSlug$1> & typeof updateMemberSlug$1;
|
|
5139
|
+
declare const joinCommunity: BuildRESTFunction<typeof joinCommunity$1> & typeof joinCommunity$1;
|
|
5140
|
+
declare const leaveCommunity: BuildRESTFunction<typeof leaveCommunity$1> & typeof leaveCommunity$1;
|
|
5141
|
+
declare const getCurrentMember: BuildRESTFunction<typeof getCurrentMember$1> & typeof getCurrentMember$1;
|
|
5142
|
+
declare const getMember: BuildRESTFunction<typeof getMember$1> & typeof getMember$1;
|
|
5143
|
+
declare const listMembers: BuildRESTFunction<typeof listMembers$1> & typeof listMembers$1;
|
|
5144
|
+
declare const queryMembers: BuildRESTFunction<typeof queryMembers$1> & typeof queryMembers$1;
|
|
5145
|
+
declare const muteMember: BuildRESTFunction<typeof muteMember$1> & typeof muteMember$1;
|
|
5146
|
+
declare const unmuteMember: BuildRESTFunction<typeof unmuteMember$1> & typeof unmuteMember$1;
|
|
5147
|
+
declare const approveMember: BuildRESTFunction<typeof approveMember$1> & typeof approveMember$1;
|
|
5148
|
+
declare const blockMember$2: BuildRESTFunction<typeof blockMember$3> & typeof blockMember$3;
|
|
5149
|
+
declare const disconnectMember: BuildRESTFunction<typeof disconnectMember$1> & typeof disconnectMember$1;
|
|
5150
|
+
declare const deleteMember: BuildRESTFunction<typeof deleteMember$1> & typeof deleteMember$1;
|
|
5151
|
+
declare const deleteMyMember: BuildRESTFunction<typeof deleteMyMember$1> & typeof deleteMyMember$1;
|
|
5152
|
+
declare const bulkDeleteMembers: BuildRESTFunction<typeof bulkDeleteMembers$1> & typeof bulkDeleteMembers$1;
|
|
5153
|
+
declare const bulkDeleteMembersByFilter: BuildRESTFunction<typeof bulkDeleteMembersByFilter$1> & typeof bulkDeleteMembersByFilter$1;
|
|
5154
|
+
declare const bulkApproveMembers: BuildRESTFunction<typeof bulkApproveMembers$1> & typeof bulkApproveMembers$1;
|
|
5155
|
+
declare const bulkBlockMembers: BuildRESTFunction<typeof bulkBlockMembers$1> & typeof bulkBlockMembers$1;
|
|
5156
|
+
declare const createMember: BuildRESTFunction<typeof createMember$1> & typeof createMember$1;
|
|
5157
|
+
declare const updateMember: BuildRESTFunction<typeof updateMember$1> & typeof updateMember$1;
|
|
5158
|
+
declare const deleteMemberPhones: BuildRESTFunction<typeof deleteMemberPhones$1> & typeof deleteMemberPhones$1;
|
|
5159
|
+
declare const deleteMemberEmails: BuildRESTFunction<typeof deleteMemberEmails$1> & typeof deleteMemberEmails$1;
|
|
5160
|
+
declare const deleteMemberAddresses: BuildRESTFunction<typeof deleteMemberAddresses$1> & typeof deleteMemberAddresses$1;
|
|
5251
5161
|
|
|
5252
5162
|
type _publicOnMemberUpdatedType = typeof onMemberUpdated$1;
|
|
5253
5163
|
/**
|
|
@@ -5404,32 +5314,9 @@ type index_d$3_UpdateMemberSlugResponseNonNullableFields = UpdateMemberSlugRespo
|
|
|
5404
5314
|
type index_d$3_UpdateMySlugRequest = UpdateMySlugRequest;
|
|
5405
5315
|
type index_d$3_UpdateMySlugResponse = UpdateMySlugResponse;
|
|
5406
5316
|
type index_d$3_UpdateMySlugResponseNonNullableFields = UpdateMySlugResponseNonNullableFields;
|
|
5407
|
-
type index_d$3__publicApproveMemberType = _publicApproveMemberType;
|
|
5408
|
-
type index_d$3__publicBulkApproveMembersType = _publicBulkApproveMembersType;
|
|
5409
|
-
type index_d$3__publicBulkBlockMembersType = _publicBulkBlockMembersType;
|
|
5410
|
-
type index_d$3__publicBulkDeleteMembersByFilterType = _publicBulkDeleteMembersByFilterType;
|
|
5411
|
-
type index_d$3__publicBulkDeleteMembersType = _publicBulkDeleteMembersType;
|
|
5412
|
-
type index_d$3__publicCreateMemberType = _publicCreateMemberType;
|
|
5413
|
-
type index_d$3__publicDeleteMemberAddressesType = _publicDeleteMemberAddressesType;
|
|
5414
|
-
type index_d$3__publicDeleteMemberEmailsType = _publicDeleteMemberEmailsType;
|
|
5415
|
-
type index_d$3__publicDeleteMemberPhonesType = _publicDeleteMemberPhonesType;
|
|
5416
|
-
type index_d$3__publicDeleteMemberType = _publicDeleteMemberType;
|
|
5417
|
-
type index_d$3__publicDeleteMyMemberType = _publicDeleteMyMemberType;
|
|
5418
|
-
type index_d$3__publicDisconnectMemberType = _publicDisconnectMemberType;
|
|
5419
|
-
type index_d$3__publicGetCurrentMemberType = _publicGetCurrentMemberType;
|
|
5420
|
-
type index_d$3__publicGetMemberType = _publicGetMemberType;
|
|
5421
|
-
type index_d$3__publicJoinCommunityType = _publicJoinCommunityType;
|
|
5422
|
-
type index_d$3__publicLeaveCommunityType = _publicLeaveCommunityType;
|
|
5423
|
-
type index_d$3__publicListMembersType = _publicListMembersType;
|
|
5424
|
-
type index_d$3__publicMuteMemberType = _publicMuteMemberType;
|
|
5425
5317
|
type index_d$3__publicOnMemberCreatedType = _publicOnMemberCreatedType;
|
|
5426
5318
|
type index_d$3__publicOnMemberDeletedType = _publicOnMemberDeletedType;
|
|
5427
5319
|
type index_d$3__publicOnMemberUpdatedType = _publicOnMemberUpdatedType;
|
|
5428
|
-
type index_d$3__publicQueryMembersType = _publicQueryMembersType;
|
|
5429
|
-
type index_d$3__publicUnmuteMemberType = _publicUnmuteMemberType;
|
|
5430
|
-
type index_d$3__publicUpdateCurrentMemberSlugType = _publicUpdateCurrentMemberSlugType;
|
|
5431
|
-
type index_d$3__publicUpdateMemberSlugType = _publicUpdateMemberSlugType;
|
|
5432
|
-
type index_d$3__publicUpdateMemberType = _publicUpdateMemberType;
|
|
5433
5320
|
declare const index_d$3_approveMember: typeof approveMember;
|
|
5434
5321
|
declare const index_d$3_bulkApproveMembers: typeof bulkApproveMembers;
|
|
5435
5322
|
declare const index_d$3_bulkBlockMembers: typeof bulkBlockMembers;
|
|
@@ -5457,7 +5344,7 @@ declare const index_d$3_updateCurrentMemberSlug: typeof updateCurrentMemberSlug;
|
|
|
5457
5344
|
declare const index_d$3_updateMember: typeof updateMember;
|
|
5458
5345
|
declare const index_d$3_updateMemberSlug: typeof updateMemberSlug;
|
|
5459
5346
|
declare namespace index_d$3 {
|
|
5460
|
-
export { type ActionEvent$1 as ActionEvent, type index_d$3_ActiveSubscriptionMemberBlockForbiddenPayload as ActiveSubscriptionMemberBlockForbiddenPayload, index_d$3_ActivityStatusStatus as ActivityStatusStatus, type index_d$3_Address as Address, type index_d$3_AddressStreetOneOf as AddressStreetOneOf, type index_d$3_App as App, type index_d$3_ApplicationError as ApplicationError, type index_d$3_ApproveMemberRequest as ApproveMemberRequest, type index_d$3_ApproveMemberResponse as ApproveMemberResponse, type index_d$3_ApproveMemberResponseNonNullableFields as ApproveMemberResponseNonNullableFields, type Asset$1 as Asset, type index_d$3_BaseEventMetadata as BaseEventMetadata, type BlockMemberRequest$1 as BlockMemberRequest, type BlockMemberResponse$1 as BlockMemberResponse, type index_d$3_BlockMemberResponseNonNullableFields as BlockMemberResponseNonNullableFields, type index_d$3_BulkActionMetadata as BulkActionMetadata, type index_d$3_BulkApproveMembersRequest as BulkApproveMembersRequest, type index_d$3_BulkApproveMembersResponse as BulkApproveMembersResponse, type index_d$3_BulkApproveMembersResponseNonNullableFields as BulkApproveMembersResponseNonNullableFields, type index_d$3_BulkBlockMembersRequest as BulkBlockMembersRequest, type index_d$3_BulkBlockMembersResponse as BulkBlockMembersResponse, type index_d$3_BulkBlockMembersResponseNonNullableFields as BulkBlockMembersResponseNonNullableFields, type index_d$3_BulkDeleteMembersByFilterOptions as BulkDeleteMembersByFilterOptions, type index_d$3_BulkDeleteMembersByFilterRequest as BulkDeleteMembersByFilterRequest, type index_d$3_BulkDeleteMembersByFilterResponse as BulkDeleteMembersByFilterResponse, type index_d$3_BulkDeleteMembersByFilterResponseNonNullableFields as BulkDeleteMembersByFilterResponseNonNullableFields, type index_d$3_BulkDeleteMembersRequest as BulkDeleteMembersRequest, type index_d$3_BulkDeleteMembersResponse as BulkDeleteMembersResponse, type index_d$3_BulkDeleteMembersResponseNonNullableFields as BulkDeleteMembersResponseNonNullableFields, type index_d$3_BulkMemberResult as BulkMemberResult, type index_d$3_Contact as Contact, type index_d$3_ContentDeletionRequested as ContentDeletionRequested, type index_d$3_ContentReassignmentRequested as ContentReassignmentRequested, type index_d$3_CreateMemberOptions as CreateMemberOptions, type index_d$3_CreateMemberRequest as CreateMemberRequest, type index_d$3_CreateMemberResponse as CreateMemberResponse, type index_d$3_CreateMemberResponseNonNullableFields as CreateMemberResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type index_d$3_CursorPagingMetadata as CursorPagingMetadata, type Cursors$1 as Cursors, type index_d$3_CustomField as CustomField, type DeleteContext$1 as DeleteContext, type index_d$3_DeleteMemberAddressesRequest as DeleteMemberAddressesRequest, type index_d$3_DeleteMemberAddressesResponse as DeleteMemberAddressesResponse, type index_d$3_DeleteMemberAddressesResponseNonNullableFields as DeleteMemberAddressesResponseNonNullableFields, type index_d$3_DeleteMemberEmailsRequest as DeleteMemberEmailsRequest, type index_d$3_DeleteMemberEmailsResponse as DeleteMemberEmailsResponse, type index_d$3_DeleteMemberEmailsResponseNonNullableFields as DeleteMemberEmailsResponseNonNullableFields, type index_d$3_DeleteMemberPhonesRequest as DeleteMemberPhonesRequest, type index_d$3_DeleteMemberPhonesResponse as DeleteMemberPhonesResponse, type index_d$3_DeleteMemberPhonesResponseNonNullableFields as DeleteMemberPhonesResponseNonNullableFields, type index_d$3_DeleteMemberRequest as DeleteMemberRequest, type index_d$3_DeleteMemberResponse as DeleteMemberResponse, type index_d$3_DeleteMyMemberOptions as DeleteMyMemberOptions, type index_d$3_DeleteMyMemberRequest as DeleteMyMemberRequest, type index_d$3_DeleteMyMemberResponse as DeleteMyMemberResponse, DeleteStatus$1 as DeleteStatus, type index_d$3_DisconnectMemberRequest as DisconnectMemberRequest, type index_d$3_DisconnectMemberResponse as DisconnectMemberResponse, type index_d$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 index_d$3_EventMetadata as EventMetadata, type index_d$3_ExtendedFields as ExtendedFields, type index_d$3_File as File, type index_d$3_GetCurrentMemberOptions as GetCurrentMemberOptions, type index_d$3_GetMemberOptions as GetMemberOptions, type index_d$3_GetMemberRequest as GetMemberRequest, type index_d$3_GetMemberResponse as GetMemberResponse, type index_d$3_GetMemberResponseNonNullableFields as GetMemberResponseNonNullableFields, type index_d$3_GetMyMemberRequest as GetMyMemberRequest, type index_d$3_GetMyMemberResponse as GetMyMemberResponse, type index_d$3_GetMyMemberResponseNonNullableFields as GetMyMemberResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type index_d$3_Image as Image, type index_d$3_InvalidateCache as InvalidateCache, type index_d$3_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type index_d$3_ItemMetadata as ItemMetadata, type index_d$3_JoinCommunityRequest as JoinCommunityRequest, type index_d$3_JoinCommunityResponse as JoinCommunityResponse, type index_d$3_JoinCommunityResponseNonNullableFields as JoinCommunityResponseNonNullableFields, type index_d$3_LeaveCommunityRequest as LeaveCommunityRequest, type index_d$3_LeaveCommunityResponse as LeaveCommunityResponse, type index_d$3_LeaveCommunityResponseNonNullableFields as LeaveCommunityResponseNonNullableFields, type index_d$3_ListMembersOptions as ListMembersOptions, type index_d$3_ListMembersRequest as ListMembersRequest, type index_d$3_ListMembersResponse as ListMembersResponse, type index_d$3_ListMembersResponseNonNullableFields as ListMembersResponseNonNullableFields, type index_d$3_Member as Member, type index_d$3_MemberApproved as MemberApproved, type index_d$3_MemberBlocked as MemberBlocked, type index_d$3_MemberCreatedEnvelope as MemberCreatedEnvelope, type index_d$3_MemberDeletedEnvelope as MemberDeletedEnvelope, type index_d$3_MemberIdChanged as MemberIdChanged, type index_d$3_MemberJoinedCommunity as MemberJoinedCommunity, type index_d$3_MemberLeftCommunity as MemberLeftCommunity, type index_d$3_MemberMuted as MemberMuted, type index_d$3_MemberNonNullableFields as MemberNonNullableFields, type index_d$3_MemberOwnershipTransferred as MemberOwnershipTransferred, type index_d$3_MemberSelfBlockForbiddenPayload as MemberSelfBlockForbiddenPayload, type index_d$3_MemberToMemberBlockedPayload as MemberToMemberBlockedPayload, type index_d$3_MemberUnmuted as MemberUnmuted, type index_d$3_MemberUpdatedEnvelope as MemberUpdatedEnvelope, type index_d$3_MembersQueryBuilder as MembersQueryBuilder, type index_d$3_MembersQueryResult as MembersQueryResult, type MessageEnvelope$1 as MessageEnvelope, type MetaSiteSpecialEvent$1 as MetaSiteSpecialEvent, type MetaSiteSpecialEventPayloadOneOf$1 as MetaSiteSpecialEventPayloadOneOf, type index_d$3_MuteMemberRequest as MuteMemberRequest, type index_d$3_MuteMemberResponse as MuteMemberResponse, type index_d$3_MuteMemberResponseNonNullableFields as MuteMemberResponseNonNullableFields, Namespace$1 as Namespace, type NamespaceChanged$1 as NamespaceChanged, type index_d$3_OwnerMemberBlockForbiddenPayload as OwnerMemberBlockForbiddenPayload, type index_d$3_Page as Page, type index_d$3_Paging as Paging, type index_d$3_PagingMetadata as PagingMetadata, index_d$3_PrivacyStatusStatus as PrivacyStatusStatus, type index_d$3_Profile as Profile, type Query$1 as Query, type index_d$3_QueryMembersOptions as QueryMembersOptions, type index_d$3_QueryMembersRequest as QueryMembersRequest, type index_d$3_QueryMembersResponse as QueryMembersResponse, type index_d$3_QueryMembersResponseNonNullableFields as QueryMembersResponseNonNullableFields, type index_d$3_Search as Search, type ServiceProvisioned$1 as ServiceProvisioned, type ServiceRemoved$1 as ServiceRemoved, index_d$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 index_d$3_SlugAlreadyExistsPayload as SlugAlreadyExistsPayload, index_d$3_SortOrder as SortOrder, type index_d$3_Sorting as Sorting, State$1 as State, index_d$3_Status as Status, type index_d$3_StreetAddress as StreetAddress, type StudioAssigned$1 as StudioAssigned, type StudioUnassigned$1 as StudioUnassigned, type index_d$3_URI as URI, type UndeleteInfo$1 as UndeleteInfo, type index_d$3_UnmuteMemberRequest as UnmuteMemberRequest, type index_d$3_UnmuteMemberResponse as UnmuteMemberResponse, type index_d$3_UnmuteMemberResponseNonNullableFields as UnmuteMemberResponseNonNullableFields, type index_d$3_UpdateMember as UpdateMember, type index_d$3_UpdateMemberRequest as UpdateMemberRequest, type index_d$3_UpdateMemberResponse as UpdateMemberResponse, type index_d$3_UpdateMemberResponseNonNullableFields as UpdateMemberResponseNonNullableFields, type index_d$3_UpdateMemberSlugRequest as UpdateMemberSlugRequest, type index_d$3_UpdateMemberSlugResponse as UpdateMemberSlugResponse, type index_d$3_UpdateMemberSlugResponseNonNullableFields as UpdateMemberSlugResponseNonNullableFields, type index_d$3_UpdateMySlugRequest as UpdateMySlugRequest, type index_d$3_UpdateMySlugResponse as UpdateMySlugResponse, type index_d$3_UpdateMySlugResponseNonNullableFields as UpdateMySlugResponseNonNullableFields, WebhookIdentityType$1 as WebhookIdentityType, type index_d$3__publicApproveMemberType as _publicApproveMemberType, type _publicBlockMemberType$1 as _publicBlockMemberType, type index_d$3__publicBulkApproveMembersType as _publicBulkApproveMembersType, type index_d$3__publicBulkBlockMembersType as _publicBulkBlockMembersType, type index_d$3__publicBulkDeleteMembersByFilterType as _publicBulkDeleteMembersByFilterType, type index_d$3__publicBulkDeleteMembersType as _publicBulkDeleteMembersType, type index_d$3__publicCreateMemberType as _publicCreateMemberType, type index_d$3__publicDeleteMemberAddressesType as _publicDeleteMemberAddressesType, type index_d$3__publicDeleteMemberEmailsType as _publicDeleteMemberEmailsType, type index_d$3__publicDeleteMemberPhonesType as _publicDeleteMemberPhonesType, type index_d$3__publicDeleteMemberType as _publicDeleteMemberType, type index_d$3__publicDeleteMyMemberType as _publicDeleteMyMemberType, type index_d$3__publicDisconnectMemberType as _publicDisconnectMemberType, type index_d$3__publicGetCurrentMemberType as _publicGetCurrentMemberType, type index_d$3__publicGetMemberType as _publicGetMemberType, type index_d$3__publicJoinCommunityType as _publicJoinCommunityType, type index_d$3__publicLeaveCommunityType as _publicLeaveCommunityType, type index_d$3__publicListMembersType as _publicListMembersType, type index_d$3__publicMuteMemberType as _publicMuteMemberType, type index_d$3__publicOnMemberCreatedType as _publicOnMemberCreatedType, type index_d$3__publicOnMemberDeletedType as _publicOnMemberDeletedType, type index_d$3__publicOnMemberUpdatedType as _publicOnMemberUpdatedType, type index_d$3__publicQueryMembersType as _publicQueryMembersType, type index_d$3__publicUnmuteMemberType as _publicUnmuteMemberType, type index_d$3__publicUpdateCurrentMemberSlugType as _publicUpdateCurrentMemberSlugType, type index_d$3__publicUpdateMemberSlugType as _publicUpdateMemberSlugType, type index_d$3__publicUpdateMemberType as _publicUpdateMemberType, index_d$3_approveMember as approveMember, blockMember$2 as blockMember, index_d$3_bulkApproveMembers as bulkApproveMembers, index_d$3_bulkBlockMembers as bulkBlockMembers, index_d$3_bulkDeleteMembers as bulkDeleteMembers, index_d$3_bulkDeleteMembersByFilter as bulkDeleteMembersByFilter, index_d$3_createMember as createMember, index_d$3_deleteMember as deleteMember, index_d$3_deleteMemberAddresses as deleteMemberAddresses, index_d$3_deleteMemberEmails as deleteMemberEmails, index_d$3_deleteMemberPhones as deleteMemberPhones, index_d$3_deleteMyMember as deleteMyMember, index_d$3_disconnectMember as disconnectMember, index_d$3_getCurrentMember as getCurrentMember, index_d$3_getMember as getMember, index_d$3_joinCommunity as joinCommunity, index_d$3_leaveCommunity as leaveCommunity, index_d$3_listMembers as listMembers, index_d$3_muteMember as muteMember, index_d$3_onMemberCreated as onMemberCreated, index_d$3_onMemberDeleted as onMemberDeleted, index_d$3_onMemberUpdated as onMemberUpdated, onMemberCreated$1 as publicOnMemberCreated, onMemberDeleted$1 as publicOnMemberDeleted, onMemberUpdated$1 as publicOnMemberUpdated, index_d$3_queryMembers as queryMembers, index_d$3_unmuteMember as unmuteMember, index_d$3_updateCurrentMemberSlug as updateCurrentMemberSlug, index_d$3_updateMember as updateMember, index_d$3_updateMemberSlug as updateMemberSlug };
|
|
5347
|
+
export { type ActionEvent$1 as ActionEvent, type index_d$3_ActiveSubscriptionMemberBlockForbiddenPayload as ActiveSubscriptionMemberBlockForbiddenPayload, index_d$3_ActivityStatusStatus as ActivityStatusStatus, type index_d$3_Address as Address, type index_d$3_AddressStreetOneOf as AddressStreetOneOf, type index_d$3_App as App, type index_d$3_ApplicationError as ApplicationError, type index_d$3_ApproveMemberRequest as ApproveMemberRequest, type index_d$3_ApproveMemberResponse as ApproveMemberResponse, type index_d$3_ApproveMemberResponseNonNullableFields as ApproveMemberResponseNonNullableFields, type Asset$1 as Asset, type index_d$3_BaseEventMetadata as BaseEventMetadata, type BlockMemberRequest$1 as BlockMemberRequest, type BlockMemberResponse$1 as BlockMemberResponse, type index_d$3_BlockMemberResponseNonNullableFields as BlockMemberResponseNonNullableFields, type index_d$3_BulkActionMetadata as BulkActionMetadata, type index_d$3_BulkApproveMembersRequest as BulkApproveMembersRequest, type index_d$3_BulkApproveMembersResponse as BulkApproveMembersResponse, type index_d$3_BulkApproveMembersResponseNonNullableFields as BulkApproveMembersResponseNonNullableFields, type index_d$3_BulkBlockMembersRequest as BulkBlockMembersRequest, type index_d$3_BulkBlockMembersResponse as BulkBlockMembersResponse, type index_d$3_BulkBlockMembersResponseNonNullableFields as BulkBlockMembersResponseNonNullableFields, type index_d$3_BulkDeleteMembersByFilterOptions as BulkDeleteMembersByFilterOptions, type index_d$3_BulkDeleteMembersByFilterRequest as BulkDeleteMembersByFilterRequest, type index_d$3_BulkDeleteMembersByFilterResponse as BulkDeleteMembersByFilterResponse, type index_d$3_BulkDeleteMembersByFilterResponseNonNullableFields as BulkDeleteMembersByFilterResponseNonNullableFields, type index_d$3_BulkDeleteMembersRequest as BulkDeleteMembersRequest, type index_d$3_BulkDeleteMembersResponse as BulkDeleteMembersResponse, type index_d$3_BulkDeleteMembersResponseNonNullableFields as BulkDeleteMembersResponseNonNullableFields, type index_d$3_BulkMemberResult as BulkMemberResult, type index_d$3_Contact as Contact, type index_d$3_ContentDeletionRequested as ContentDeletionRequested, type index_d$3_ContentReassignmentRequested as ContentReassignmentRequested, type index_d$3_CreateMemberOptions as CreateMemberOptions, type index_d$3_CreateMemberRequest as CreateMemberRequest, type index_d$3_CreateMemberResponse as CreateMemberResponse, type index_d$3_CreateMemberResponseNonNullableFields as CreateMemberResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type index_d$3_CursorPagingMetadata as CursorPagingMetadata, type Cursors$1 as Cursors, type index_d$3_CustomField as CustomField, type DeleteContext$1 as DeleteContext, type index_d$3_DeleteMemberAddressesRequest as DeleteMemberAddressesRequest, type index_d$3_DeleteMemberAddressesResponse as DeleteMemberAddressesResponse, type index_d$3_DeleteMemberAddressesResponseNonNullableFields as DeleteMemberAddressesResponseNonNullableFields, type index_d$3_DeleteMemberEmailsRequest as DeleteMemberEmailsRequest, type index_d$3_DeleteMemberEmailsResponse as DeleteMemberEmailsResponse, type index_d$3_DeleteMemberEmailsResponseNonNullableFields as DeleteMemberEmailsResponseNonNullableFields, type index_d$3_DeleteMemberPhonesRequest as DeleteMemberPhonesRequest, type index_d$3_DeleteMemberPhonesResponse as DeleteMemberPhonesResponse, type index_d$3_DeleteMemberPhonesResponseNonNullableFields as DeleteMemberPhonesResponseNonNullableFields, type index_d$3_DeleteMemberRequest as DeleteMemberRequest, type index_d$3_DeleteMemberResponse as DeleteMemberResponse, type index_d$3_DeleteMyMemberOptions as DeleteMyMemberOptions, type index_d$3_DeleteMyMemberRequest as DeleteMyMemberRequest, type index_d$3_DeleteMyMemberResponse as DeleteMyMemberResponse, DeleteStatus$1 as DeleteStatus, type index_d$3_DisconnectMemberRequest as DisconnectMemberRequest, type index_d$3_DisconnectMemberResponse as DisconnectMemberResponse, type index_d$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 index_d$3_EventMetadata as EventMetadata, type index_d$3_ExtendedFields as ExtendedFields, type index_d$3_File as File, type index_d$3_GetCurrentMemberOptions as GetCurrentMemberOptions, type index_d$3_GetMemberOptions as GetMemberOptions, type index_d$3_GetMemberRequest as GetMemberRequest, type index_d$3_GetMemberResponse as GetMemberResponse, type index_d$3_GetMemberResponseNonNullableFields as GetMemberResponseNonNullableFields, type index_d$3_GetMyMemberRequest as GetMyMemberRequest, type index_d$3_GetMyMemberResponse as GetMyMemberResponse, type index_d$3_GetMyMemberResponseNonNullableFields as GetMyMemberResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type index_d$3_Image as Image, type index_d$3_InvalidateCache as InvalidateCache, type index_d$3_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type index_d$3_ItemMetadata as ItemMetadata, type index_d$3_JoinCommunityRequest as JoinCommunityRequest, type index_d$3_JoinCommunityResponse as JoinCommunityResponse, type index_d$3_JoinCommunityResponseNonNullableFields as JoinCommunityResponseNonNullableFields, type index_d$3_LeaveCommunityRequest as LeaveCommunityRequest, type index_d$3_LeaveCommunityResponse as LeaveCommunityResponse, type index_d$3_LeaveCommunityResponseNonNullableFields as LeaveCommunityResponseNonNullableFields, type index_d$3_ListMembersOptions as ListMembersOptions, type index_d$3_ListMembersRequest as ListMembersRequest, type index_d$3_ListMembersResponse as ListMembersResponse, type index_d$3_ListMembersResponseNonNullableFields as ListMembersResponseNonNullableFields, type index_d$3_Member as Member, type index_d$3_MemberApproved as MemberApproved, type index_d$3_MemberBlocked as MemberBlocked, type index_d$3_MemberCreatedEnvelope as MemberCreatedEnvelope, type index_d$3_MemberDeletedEnvelope as MemberDeletedEnvelope, type index_d$3_MemberIdChanged as MemberIdChanged, type index_d$3_MemberJoinedCommunity as MemberJoinedCommunity, type index_d$3_MemberLeftCommunity as MemberLeftCommunity, type index_d$3_MemberMuted as MemberMuted, type index_d$3_MemberNonNullableFields as MemberNonNullableFields, type index_d$3_MemberOwnershipTransferred as MemberOwnershipTransferred, type index_d$3_MemberSelfBlockForbiddenPayload as MemberSelfBlockForbiddenPayload, type index_d$3_MemberToMemberBlockedPayload as MemberToMemberBlockedPayload, type index_d$3_MemberUnmuted as MemberUnmuted, type index_d$3_MemberUpdatedEnvelope as MemberUpdatedEnvelope, type index_d$3_MembersQueryBuilder as MembersQueryBuilder, type index_d$3_MembersQueryResult as MembersQueryResult, type MessageEnvelope$1 as MessageEnvelope, type MetaSiteSpecialEvent$1 as MetaSiteSpecialEvent, type MetaSiteSpecialEventPayloadOneOf$1 as MetaSiteSpecialEventPayloadOneOf, type index_d$3_MuteMemberRequest as MuteMemberRequest, type index_d$3_MuteMemberResponse as MuteMemberResponse, type index_d$3_MuteMemberResponseNonNullableFields as MuteMemberResponseNonNullableFields, Namespace$1 as Namespace, type NamespaceChanged$1 as NamespaceChanged, type index_d$3_OwnerMemberBlockForbiddenPayload as OwnerMemberBlockForbiddenPayload, type index_d$3_Page as Page, type index_d$3_Paging as Paging, type index_d$3_PagingMetadata as PagingMetadata, index_d$3_PrivacyStatusStatus as PrivacyStatusStatus, type index_d$3_Profile as Profile, type Query$1 as Query, type index_d$3_QueryMembersOptions as QueryMembersOptions, type index_d$3_QueryMembersRequest as QueryMembersRequest, type index_d$3_QueryMembersResponse as QueryMembersResponse, type index_d$3_QueryMembersResponseNonNullableFields as QueryMembersResponseNonNullableFields, type index_d$3_Search as Search, type ServiceProvisioned$1 as ServiceProvisioned, type ServiceRemoved$1 as ServiceRemoved, index_d$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 index_d$3_SlugAlreadyExistsPayload as SlugAlreadyExistsPayload, index_d$3_SortOrder as SortOrder, type index_d$3_Sorting as Sorting, State$1 as State, index_d$3_Status as Status, type index_d$3_StreetAddress as StreetAddress, type StudioAssigned$1 as StudioAssigned, type StudioUnassigned$1 as StudioUnassigned, type index_d$3_URI as URI, type UndeleteInfo$1 as UndeleteInfo, type index_d$3_UnmuteMemberRequest as UnmuteMemberRequest, type index_d$3_UnmuteMemberResponse as UnmuteMemberResponse, type index_d$3_UnmuteMemberResponseNonNullableFields as UnmuteMemberResponseNonNullableFields, type index_d$3_UpdateMember as UpdateMember, type index_d$3_UpdateMemberRequest as UpdateMemberRequest, type index_d$3_UpdateMemberResponse as UpdateMemberResponse, type index_d$3_UpdateMemberResponseNonNullableFields as UpdateMemberResponseNonNullableFields, type index_d$3_UpdateMemberSlugRequest as UpdateMemberSlugRequest, type index_d$3_UpdateMemberSlugResponse as UpdateMemberSlugResponse, type index_d$3_UpdateMemberSlugResponseNonNullableFields as UpdateMemberSlugResponseNonNullableFields, type index_d$3_UpdateMySlugRequest as UpdateMySlugRequest, type index_d$3_UpdateMySlugResponse as UpdateMySlugResponse, type index_d$3_UpdateMySlugResponseNonNullableFields as UpdateMySlugResponseNonNullableFields, WebhookIdentityType$1 as WebhookIdentityType, type index_d$3__publicOnMemberCreatedType as _publicOnMemberCreatedType, type index_d$3__publicOnMemberDeletedType as _publicOnMemberDeletedType, type index_d$3__publicOnMemberUpdatedType as _publicOnMemberUpdatedType, index_d$3_approveMember as approveMember, blockMember$2 as blockMember, index_d$3_bulkApproveMembers as bulkApproveMembers, index_d$3_bulkBlockMembers as bulkBlockMembers, index_d$3_bulkDeleteMembers as bulkDeleteMembers, index_d$3_bulkDeleteMembersByFilter as bulkDeleteMembersByFilter, index_d$3_createMember as createMember, index_d$3_deleteMember as deleteMember, index_d$3_deleteMemberAddresses as deleteMemberAddresses, index_d$3_deleteMemberEmails as deleteMemberEmails, index_d$3_deleteMemberPhones as deleteMemberPhones, index_d$3_deleteMyMember as deleteMyMember, index_d$3_disconnectMember as disconnectMember, index_d$3_getCurrentMember as getCurrentMember, index_d$3_getMember as getMember, index_d$3_joinCommunity as joinCommunity, index_d$3_leaveCommunity as leaveCommunity, index_d$3_listMembers as listMembers, index_d$3_muteMember as muteMember, index_d$3_onMemberCreated as onMemberCreated, index_d$3_onMemberDeleted as onMemberDeleted, index_d$3_onMemberUpdated as onMemberUpdated, onMemberCreated$1 as publicOnMemberCreated, onMemberDeleted$1 as publicOnMemberDeleted, onMemberUpdated$1 as publicOnMemberUpdated, index_d$3_queryMembers as queryMembers, index_d$3_unmuteMember as unmuteMember, index_d$3_updateCurrentMemberSlug as updateCurrentMemberSlug, index_d$3_updateMember as updateMember, index_d$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 index_d$2_Asset = Asset;
|
|
5850
5730
|
type index_d$2_CreateMemberRoleDefinitionOptions = CreateMemberRoleDefinitionOptions;
|
|
@@ -5892,18 +5772,13 @@ type index_d$2_UpdateMemberRoleDefinitionOptions = UpdateMemberRoleDefinitionOpt
|
|
|
5892
5772
|
type index_d$2_UpdateMemberRoleDefinitionRequest = UpdateMemberRoleDefinitionRequest;
|
|
5893
5773
|
type index_d$2_UpdateMemberRoleDefinitionResponse = UpdateMemberRoleDefinitionResponse;
|
|
5894
5774
|
type index_d$2_UpdateMemberRoleDefinitionResponseNonNullableFields = UpdateMemberRoleDefinitionResponseNonNullableFields;
|
|
5895
|
-
type index_d$2__publicCreateMemberRoleDefinitionType = _publicCreateMemberRoleDefinitionType;
|
|
5896
|
-
type index_d$2__publicDeleteMemberRoleDefinitionType = _publicDeleteMemberRoleDefinitionType;
|
|
5897
|
-
type index_d$2__publicGetMemberRoleDefinitionType = _publicGetMemberRoleDefinitionType;
|
|
5898
|
-
type index_d$2__publicListMemberRoleDefinitionsType = _publicListMemberRoleDefinitionsType;
|
|
5899
|
-
type index_d$2__publicUpdateMemberRoleDefinitionType = _publicUpdateMemberRoleDefinitionType;
|
|
5900
5775
|
declare const index_d$2_createMemberRoleDefinition: typeof createMemberRoleDefinition;
|
|
5901
5776
|
declare const index_d$2_deleteMemberRoleDefinition: typeof deleteMemberRoleDefinition;
|
|
5902
5777
|
declare const index_d$2_getMemberRoleDefinition: typeof getMemberRoleDefinition;
|
|
5903
5778
|
declare const index_d$2_listMemberRoleDefinitions: typeof listMemberRoleDefinitions;
|
|
5904
5779
|
declare const index_d$2_updateMemberRoleDefinition: typeof updateMemberRoleDefinition;
|
|
5905
5780
|
declare namespace index_d$2 {
|
|
5906
|
-
export { type index_d$2_Asset as Asset, type index_d$2_CreateMemberRoleDefinitionOptions as CreateMemberRoleDefinitionOptions, type index_d$2_CreateMemberRoleDefinitionRequest as CreateMemberRoleDefinitionRequest, type index_d$2_CreateMemberRoleDefinitionResponse as CreateMemberRoleDefinitionResponse, type index_d$2_CreateMemberRoleDefinitionResponseNonNullableFields as CreateMemberRoleDefinitionResponseNonNullableFields, type index_d$2_DeleteContext as DeleteContext, type index_d$2_DeleteMemberRoleDefinitionRequest as DeleteMemberRoleDefinitionRequest, type index_d$2_DeleteMemberRoleDefinitionResponse as DeleteMemberRoleDefinitionResponse, index_d$2_DeleteStatus as DeleteStatus, type Empty$2 as Empty, type index_d$2_GetMemberRoleDefinitionRequest as GetMemberRoleDefinitionRequest, type index_d$2_GetMemberRoleDefinitionResponse as GetMemberRoleDefinitionResponse, type index_d$2_GetMemberRoleDefinitionResponseNonNullableFields as GetMemberRoleDefinitionResponseNonNullableFields, type index_d$2_ListMemberRoleDefinitionsRequest as ListMemberRoleDefinitionsRequest, type index_d$2_ListMemberRoleDefinitionsResponse as ListMemberRoleDefinitionsResponse, type index_d$2_ListMemberRoleDefinitionsResponseNonNullableFields as ListMemberRoleDefinitionsResponseNonNullableFields, type index_d$2_MemberRoleDefinition as MemberRoleDefinition, type index_d$2_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type index_d$2_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, index_d$2_Namespace as Namespace, type index_d$2_NamespaceChanged as NamespaceChanged, type index_d$2_ServiceProvisioned as ServiceProvisioned, type index_d$2_ServiceRemoved as ServiceRemoved, type index_d$2_SiteCreated as SiteCreated, index_d$2_SiteCreatedContext as SiteCreatedContext, type index_d$2_SiteDeleted as SiteDeleted, type index_d$2_SiteHardDeleted as SiteHardDeleted, type index_d$2_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type index_d$2_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type index_d$2_SitePublished as SitePublished, type index_d$2_SiteRenamed as SiteRenamed, type index_d$2_SiteTransferred as SiteTransferred, type index_d$2_SiteUndeleted as SiteUndeleted, type index_d$2_SiteUnpublished as SiteUnpublished, index_d$2_State as State, type index_d$2_StudioAssigned as StudioAssigned, type index_d$2_StudioUnassigned as StudioUnassigned, type index_d$2_SyncMetaSiteRolesRequest as SyncMetaSiteRolesRequest, type index_d$2_SyncMetaSiteRolesResponse as SyncMetaSiteRolesResponse, type index_d$2_UpdateMemberRoleDefinitionOptions as UpdateMemberRoleDefinitionOptions, type index_d$2_UpdateMemberRoleDefinitionRequest as UpdateMemberRoleDefinitionRequest, type index_d$2_UpdateMemberRoleDefinitionResponse as UpdateMemberRoleDefinitionResponse, type index_d$2_UpdateMemberRoleDefinitionResponseNonNullableFields as UpdateMemberRoleDefinitionResponseNonNullableFields,
|
|
5781
|
+
export { type index_d$2_Asset as Asset, type index_d$2_CreateMemberRoleDefinitionOptions as CreateMemberRoleDefinitionOptions, type index_d$2_CreateMemberRoleDefinitionRequest as CreateMemberRoleDefinitionRequest, type index_d$2_CreateMemberRoleDefinitionResponse as CreateMemberRoleDefinitionResponse, type index_d$2_CreateMemberRoleDefinitionResponseNonNullableFields as CreateMemberRoleDefinitionResponseNonNullableFields, type index_d$2_DeleteContext as DeleteContext, type index_d$2_DeleteMemberRoleDefinitionRequest as DeleteMemberRoleDefinitionRequest, type index_d$2_DeleteMemberRoleDefinitionResponse as DeleteMemberRoleDefinitionResponse, index_d$2_DeleteStatus as DeleteStatus, type Empty$2 as Empty, type index_d$2_GetMemberRoleDefinitionRequest as GetMemberRoleDefinitionRequest, type index_d$2_GetMemberRoleDefinitionResponse as GetMemberRoleDefinitionResponse, type index_d$2_GetMemberRoleDefinitionResponseNonNullableFields as GetMemberRoleDefinitionResponseNonNullableFields, type index_d$2_ListMemberRoleDefinitionsRequest as ListMemberRoleDefinitionsRequest, type index_d$2_ListMemberRoleDefinitionsResponse as ListMemberRoleDefinitionsResponse, type index_d$2_ListMemberRoleDefinitionsResponseNonNullableFields as ListMemberRoleDefinitionsResponseNonNullableFields, type index_d$2_MemberRoleDefinition as MemberRoleDefinition, type index_d$2_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type index_d$2_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, index_d$2_Namespace as Namespace, type index_d$2_NamespaceChanged as NamespaceChanged, type index_d$2_ServiceProvisioned as ServiceProvisioned, type index_d$2_ServiceRemoved as ServiceRemoved, type index_d$2_SiteCreated as SiteCreated, index_d$2_SiteCreatedContext as SiteCreatedContext, type index_d$2_SiteDeleted as SiteDeleted, type index_d$2_SiteHardDeleted as SiteHardDeleted, type index_d$2_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type index_d$2_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type index_d$2_SitePublished as SitePublished, type index_d$2_SiteRenamed as SiteRenamed, type index_d$2_SiteTransferred as SiteTransferred, type index_d$2_SiteUndeleted as SiteUndeleted, type index_d$2_SiteUnpublished as SiteUnpublished, index_d$2_State as State, type index_d$2_StudioAssigned as StudioAssigned, type index_d$2_StudioUnassigned as StudioUnassigned, type index_d$2_SyncMetaSiteRolesRequest as SyncMetaSiteRolesRequest, type index_d$2_SyncMetaSiteRolesResponse as SyncMetaSiteRolesResponse, type index_d$2_UpdateMemberRoleDefinitionOptions as UpdateMemberRoleDefinitionOptions, type index_d$2_UpdateMemberRoleDefinitionRequest as UpdateMemberRoleDefinitionRequest, type index_d$2_UpdateMemberRoleDefinitionResponse as UpdateMemberRoleDefinitionResponse, type index_d$2_UpdateMemberRoleDefinitionResponseNonNullableFields as UpdateMemberRoleDefinitionResponseNonNullableFields, index_d$2_createMemberRoleDefinition as createMemberRoleDefinition, index_d$2_deleteMemberRoleDefinition as deleteMemberRoleDefinition, index_d$2_getMemberRoleDefinition as getMemberRoleDefinition, index_d$2_listMemberRoleDefinitions as listMemberRoleDefinitions, index_d$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 index_d$1_ActionEvent = ActionEvent;
|
|
6197
6066
|
type index_d$1_AdminBlockingForbiddenError = AdminBlockingForbiddenError;
|
|
@@ -6231,16 +6100,12 @@ type index_d$1_UnblockMemberResponse = UnblockMemberResponse;
|
|
|
6231
6100
|
type index_d$1_UndeleteInfo = UndeleteInfo;
|
|
6232
6101
|
type index_d$1_WebhookIdentityType = WebhookIdentityType;
|
|
6233
6102
|
declare const index_d$1_WebhookIdentityType: typeof WebhookIdentityType;
|
|
6234
|
-
type index_d$1__publicBlockMemberType = _publicBlockMemberType;
|
|
6235
|
-
type index_d$1__publicListCurrentMemberBlockingType = _publicListCurrentMemberBlockingType;
|
|
6236
|
-
type index_d$1__publicListMemberBlocksType = _publicListMemberBlocksType;
|
|
6237
|
-
type index_d$1__publicUnblockMemberType = _publicUnblockMemberType;
|
|
6238
6103
|
declare const index_d$1_blockMember: typeof blockMember;
|
|
6239
6104
|
declare const index_d$1_listCurrentMemberBlocking: typeof listCurrentMemberBlocking;
|
|
6240
6105
|
declare const index_d$1_listMemberBlocks: typeof listMemberBlocks;
|
|
6241
6106
|
declare const index_d$1_unblockMember: typeof unblockMember;
|
|
6242
6107
|
declare namespace index_d$1 {
|
|
6243
|
-
export { type index_d$1_ActionEvent as ActionEvent, type index_d$1_AdminBlockingForbiddenError as AdminBlockingForbiddenError, index_d$1_BlockDirection as BlockDirection, type index_d$1_BlockDoesNotExistError as BlockDoesNotExistError, type index_d$1_BlockMemberRequest as BlockMemberRequest, type index_d$1_BlockMemberResponse as BlockMemberResponse, type index_d$1_CursorPaging as CursorPaging, type index_d$1_Cursors as Cursors, type index_d$1_DomainEvent as DomainEvent, type index_d$1_DomainEventBodyOneOf as DomainEventBodyOneOf, type Empty$1 as Empty, type index_d$1_EntityCreatedEvent as EntityCreatedEvent, type index_d$1_EntityDeletedEvent as EntityDeletedEvent, type index_d$1_EntityUpdatedEvent as EntityUpdatedEvent, type index_d$1_IdentificationData as IdentificationData, type index_d$1_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d$1_ListCurrentMemberBlockingOptions as ListCurrentMemberBlockingOptions, type index_d$1_ListCurrentMemberBlockingRequest as ListCurrentMemberBlockingRequest, type index_d$1_ListCurrentMemberBlockingResponse as ListCurrentMemberBlockingResponse, type index_d$1_ListCurrentMemberBlockingResponseNonNullableFields as ListCurrentMemberBlockingResponseNonNullableFields, type index_d$1_ListMemberBlocksOptions as ListMemberBlocksOptions, type index_d$1_ListMemberBlocksRequest as ListMemberBlocksRequest, type index_d$1_ListMemberBlocksResponse as ListMemberBlocksResponse, type index_d$1_ListMemberBlocksResponseNonNullableFields as ListMemberBlocksResponseNonNullableFields, type index_d$1_MemberAlreadyBlockedError as MemberAlreadyBlockedError, type index_d$1_MemberBlock as MemberBlock, type index_d$1_MemberBlockedByMember as MemberBlockedByMember, type index_d$1_MemberToMemberBlock as MemberToMemberBlock, type index_d$1_MemberUnblockedByMember as MemberUnblockedByMember, type index_d$1_MessageEnvelope as MessageEnvelope, type index_d$1_PagingMetadataV2 as PagingMetadataV2, type index_d$1_SelfBlockingForbiddenError as SelfBlockingForbiddenError, type index_d$1_SelfUnblockingForbiddenError as SelfUnblockingForbiddenError, type index_d$1_UnblockMemberRequest as UnblockMemberRequest, type index_d$1_UnblockMemberResponse as UnblockMemberResponse, type index_d$1_UndeleteInfo as UndeleteInfo, index_d$1_WebhookIdentityType as WebhookIdentityType,
|
|
6108
|
+
export { type index_d$1_ActionEvent as ActionEvent, type index_d$1_AdminBlockingForbiddenError as AdminBlockingForbiddenError, index_d$1_BlockDirection as BlockDirection, type index_d$1_BlockDoesNotExistError as BlockDoesNotExistError, type index_d$1_BlockMemberRequest as BlockMemberRequest, type index_d$1_BlockMemberResponse as BlockMemberResponse, type index_d$1_CursorPaging as CursorPaging, type index_d$1_Cursors as Cursors, type index_d$1_DomainEvent as DomainEvent, type index_d$1_DomainEventBodyOneOf as DomainEventBodyOneOf, type Empty$1 as Empty, type index_d$1_EntityCreatedEvent as EntityCreatedEvent, type index_d$1_EntityDeletedEvent as EntityDeletedEvent, type index_d$1_EntityUpdatedEvent as EntityUpdatedEvent, type index_d$1_IdentificationData as IdentificationData, type index_d$1_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d$1_ListCurrentMemberBlockingOptions as ListCurrentMemberBlockingOptions, type index_d$1_ListCurrentMemberBlockingRequest as ListCurrentMemberBlockingRequest, type index_d$1_ListCurrentMemberBlockingResponse as ListCurrentMemberBlockingResponse, type index_d$1_ListCurrentMemberBlockingResponseNonNullableFields as ListCurrentMemberBlockingResponseNonNullableFields, type index_d$1_ListMemberBlocksOptions as ListMemberBlocksOptions, type index_d$1_ListMemberBlocksRequest as ListMemberBlocksRequest, type index_d$1_ListMemberBlocksResponse as ListMemberBlocksResponse, type index_d$1_ListMemberBlocksResponseNonNullableFields as ListMemberBlocksResponseNonNullableFields, type index_d$1_MemberAlreadyBlockedError as MemberAlreadyBlockedError, type index_d$1_MemberBlock as MemberBlock, type index_d$1_MemberBlockedByMember as MemberBlockedByMember, type index_d$1_MemberToMemberBlock as MemberToMemberBlock, type index_d$1_MemberUnblockedByMember as MemberUnblockedByMember, type index_d$1_MessageEnvelope as MessageEnvelope, type index_d$1_PagingMetadataV2 as PagingMetadataV2, type index_d$1_SelfBlockingForbiddenError as SelfBlockingForbiddenError, type index_d$1_SelfUnblockingForbiddenError as SelfUnblockingForbiddenError, type index_d$1_UnblockMemberRequest as UnblockMemberRequest, type index_d$1_UnblockMemberResponse as UnblockMemberResponse, type index_d$1_UndeleteInfo as UndeleteInfo, index_d$1_WebhookIdentityType as WebhookIdentityType, index_d$1_blockMember as blockMember, index_d$1_listCurrentMemberBlocking as listCurrentMemberBlocking, index_d$1_listMemberBlocks as listMemberBlocks, index_d$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 index_d_AssignRoleRequest = AssignRoleRequest;
|
|
6354
6213
|
type index_d_AssignRoleResponse = AssignRoleResponse;
|
|
@@ -6369,16 +6228,12 @@ type index_d_Role = Role;
|
|
|
6369
6228
|
type index_d_UnassignRoleRequest = UnassignRoleRequest;
|
|
6370
6229
|
type index_d_UnassignRoleResponse = UnassignRoleResponse;
|
|
6371
6230
|
type index_d_UnassignRoleResponseNonNullableFields = UnassignRoleResponseNonNullableFields;
|
|
6372
|
-
type index_d__publicAssignRoleType = _publicAssignRoleType;
|
|
6373
|
-
type index_d__publicGetRolesType = _publicGetRolesType;
|
|
6374
|
-
type index_d__publicQueryRolesType = _publicQueryRolesType;
|
|
6375
|
-
type index_d__publicUnassignRoleType = _publicUnassignRoleType;
|
|
6376
6231
|
declare const index_d_assignRole: typeof assignRole;
|
|
6377
6232
|
declare const index_d_getRoles: typeof getRoles;
|
|
6378
6233
|
declare const index_d_queryRoles: typeof queryRoles;
|
|
6379
6234
|
declare const index_d_unassignRole: typeof unassignRole;
|
|
6380
6235
|
declare namespace index_d {
|
|
6381
|
-
export { type index_d_AssignRoleRequest as AssignRoleRequest, type index_d_AssignRoleResponse as AssignRoleResponse, type index_d_AssignRoleResponseNonNullableFields as AssignRoleResponseNonNullableFields, type index_d_Empty as Empty, type index_d_GetRolesRequest as GetRolesRequest, type index_d_GetRolesResponse as GetRolesResponse, type index_d_GetRolesResponseNonNullableFields as GetRolesResponseNonNullableFields, type index_d_MemberRole as MemberRole, type index_d_PolicyAssignedToContributor as PolicyAssignedToContributor, type index_d_PolicyRemovedFromContributor as PolicyRemovedFromContributor, type index_d_PolicyUpdatedForContributor as PolicyUpdatedForContributor, type index_d_Query as Query, type index_d_QueryRolesOptions as QueryRolesOptions, type index_d_QueryRolesRequest as QueryRolesRequest, type index_d_QueryRolesResponse as QueryRolesResponse, type index_d_Role as Role, type index_d_UnassignRoleRequest as UnassignRoleRequest, type index_d_UnassignRoleResponse as UnassignRoleResponse, type index_d_UnassignRoleResponseNonNullableFields as UnassignRoleResponseNonNullableFields,
|
|
6236
|
+
export { type index_d_AssignRoleRequest as AssignRoleRequest, type index_d_AssignRoleResponse as AssignRoleResponse, type index_d_AssignRoleResponseNonNullableFields as AssignRoleResponseNonNullableFields, type index_d_Empty as Empty, type index_d_GetRolesRequest as GetRolesRequest, type index_d_GetRolesResponse as GetRolesResponse, type index_d_GetRolesResponseNonNullableFields as GetRolesResponseNonNullableFields, type index_d_MemberRole as MemberRole, type index_d_PolicyAssignedToContributor as PolicyAssignedToContributor, type index_d_PolicyRemovedFromContributor as PolicyRemovedFromContributor, type index_d_PolicyUpdatedForContributor as PolicyUpdatedForContributor, type index_d_Query as Query, type index_d_QueryRolesOptions as QueryRolesOptions, type index_d_QueryRolesRequest as QueryRolesRequest, type index_d_QueryRolesResponse as QueryRolesResponse, type index_d_Role as Role, type index_d_UnassignRoleRequest as UnassignRoleRequest, type index_d_UnassignRoleResponse as UnassignRoleResponse, type index_d_UnassignRoleResponseNonNullableFields as UnassignRoleResponseNonNullableFields, index_d_assignRole as assignRole, index_d_getRoles as getRoles, index_d_queryRoles as queryRoles, index_d_unassignRole as unassignRole };
|
|
6382
6237
|
}
|
|
6383
6238
|
|
|
6384
6239
|
export { index_d$7 as authentication, index_d as authorization, index_d$8 as badges, index_d$5 as customField, index_d$4 as customFieldSuggestion, index_d$2 as memberRoleDefinition, index_d$1 as memberToMemberBlock, index_d$3 as members, index_d$6 as userMember };
|