@seamapi/http 1.95.0 → 1.95.1
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/connect.cjs +1 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/resolve-action-attempt.js +1 -1
- package/lib/seam/connect/resolve-action-attempt.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/resolve-action-attempt.ts +1 -1
- package/src/lib/version.ts +1 -1
package/dist/index.cjs
CHANGED
|
@@ -843,7 +843,7 @@ var getOpenapiSchema = async (endpoint = defaultEndpoint) => {
|
|
|
843
843
|
};
|
|
844
844
|
|
|
845
845
|
// src/lib/seam/connect/resolve-action-attempt.ts
|
|
846
|
-
var resolveActionAttempt = async (actionAttempt, actionAttempts, { timeout =
|
|
846
|
+
var resolveActionAttempt = async (actionAttempt, actionAttempts, { timeout = 1e4, pollingInterval = 1e3 }) => {
|
|
847
847
|
let timeoutRef;
|
|
848
848
|
const timeoutPromise = new Promise(
|
|
849
849
|
(_resolve, reject) => {
|