@rtsdk/topia 0.3.6 → 0.3.7
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -41068,7 +41068,7 @@ class Visitor extends User {
|
|
|
41068
41068
|
turnAVOff() {
|
|
41069
41069
|
return __awaiter(this, void 0, void 0, function* () {
|
|
41070
41070
|
try {
|
|
41071
|
-
yield this.topiaPublicApi().put(`/world/${this.urlSlug}/visitors/${this.id}/turn-av-off`, this.requestOptions);
|
|
41071
|
+
yield this.topiaPublicApi().put(`/world/${this.urlSlug}/visitors/${this.id}/turn-av-off`, {}, this.requestOptions);
|
|
41072
41072
|
}
|
|
41073
41073
|
catch (error) {
|
|
41074
41074
|
throw this.errorHandler({ error });
|
package/dist/index.js
CHANGED
|
@@ -41066,7 +41066,7 @@ class Visitor extends User {
|
|
|
41066
41066
|
turnAVOff() {
|
|
41067
41067
|
return __awaiter(this, void 0, void 0, function* () {
|
|
41068
41068
|
try {
|
|
41069
|
-
yield this.topiaPublicApi().put(`/world/${this.urlSlug}/visitors/${this.id}/turn-av-off`, this.requestOptions);
|
|
41069
|
+
yield this.topiaPublicApi().put(`/world/${this.urlSlug}/visitors/${this.id}/turn-av-off`, {}, this.requestOptions);
|
|
41070
41070
|
}
|
|
41071
41071
|
catch (error) {
|
|
41072
41072
|
throw this.errorHandler({ error });
|
package/package.json
CHANGED