@absolutejs/voice 0.0.22-beta.80 → 0.0.22-beta.81
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.js +2 -0
- package/dist/testing/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11223,6 +11223,8 @@ var createVoiceTelephonyWebhookRoutes = (options = {}) => {
|
|
|
11223
11223
|
}
|
|
11224
11224
|
throw error;
|
|
11225
11225
|
}
|
|
11226
|
+
}, {
|
|
11227
|
+
parse: "none"
|
|
11226
11228
|
});
|
|
11227
11229
|
};
|
|
11228
11230
|
// src/fileStore.ts
|
package/dist/testing/index.js
CHANGED