@wix/auto_sdk_members_members-about 1.0.34 → 1.0.36

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.
@@ -131,6 +131,22 @@ function resolveWixMembersAboutV2MembersAboutUrl(opts) {
131
131
  {
132
132
  srcPath: "/members/v2/abouts",
133
133
  destPath: "/v2/abouts"
134
+ },
135
+ {
136
+ srcPath: "/_api/members/v2/abouts",
137
+ destPath: "/v2/abouts"
138
+ }
139
+ ],
140
+ "*.dev.wix-code.com": [
141
+ {
142
+ srcPath: "/_api/members/v2/abouts",
143
+ destPath: "/v2/abouts"
144
+ }
145
+ ],
146
+ _: [
147
+ {
148
+ srcPath: "/_api/members/v2/abouts",
149
+ destPath: "/v2/abouts"
134
150
  }
135
151
  ]
136
152
  };