@wix/auto_sdk_members_members-about 1.0.34 → 1.0.35

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.
@@ -121,6 +121,22 @@ function resolveWixMembersAboutV2MembersAboutUrl(opts) {
121
121
  {
122
122
  srcPath: "/members/v2/abouts",
123
123
  destPath: "/v2/abouts"
124
+ },
125
+ {
126
+ srcPath: "/_api/members/v2/abouts",
127
+ destPath: "/v2/abouts"
128
+ }
129
+ ],
130
+ "*.dev.wix-code.com": [
131
+ {
132
+ srcPath: "/_api/members/v2/abouts",
133
+ destPath: "/v2/abouts"
134
+ }
135
+ ],
136
+ _: [
137
+ {
138
+ srcPath: "/_api/members/v2/abouts",
139
+ destPath: "/v2/abouts"
124
140
  }
125
141
  ]
126
142
  };