File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,16 @@ function getCatchAllReplacements() {
120
120
replace :
121
121
'[`OrganizationInvitationPublicMetadata`](/docs/references/javascript/types/metadata#organization-invitation-public-metadata)' ,
122
122
} ,
123
+ {
124
+ pattern : / ` O r g a n i z a t i o n M e m b e r s h i p P r i v a t e M e t a d a t a ` / g,
125
+ replace :
126
+ '[`OrganizationMembershipPrivateMetadata`](/docs/references/javascript/types/metadata#organization-membership-private-metadata)' ,
127
+ } ,
128
+ {
129
+ pattern : / ` O r g a n i z a t i o n M e m b e r s h i p P u b l i c M e t a d a t a ` / g,
130
+ replace :
131
+ '[`OrganizationMembershipPublicMetadata`](/docs/references/javascript/types/metadata#organization-membership-public-metadata)' ,
132
+ } ,
123
133
{
124
134
/**
125
135
* By default, `@deprecated` is output with `**Deprecated**`. We want to add a full stop to it.
You can’t perform that action at this time.
0 commit comments