@seamapi/http 1.94.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/connect.d.cts +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/seam/connect/routes/seam-http-endpoints.d.ts +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +3 -3
- package/src/lib/seam/connect/resolve-action-attempt.ts +1 -1
- package/src/lib/seam/connect/routes/seam-http-endpoints.ts +1 -0
- package/src/lib/version.ts +1 -1
package/dist/connect.cjs
CHANGED
|
@@ -586,7 +586,7 @@ var getOpenapiSchema = async (endpoint = defaultEndpoint) => {
|
|
|
586
586
|
};
|
|
587
587
|
|
|
588
588
|
// src/lib/seam/connect/resolve-action-attempt.ts
|
|
589
|
-
var resolveActionAttempt = async (actionAttempt, actionAttempts, { timeout =
|
|
589
|
+
var resolveActionAttempt = async (actionAttempt, actionAttempts, { timeout = 1e4, pollingInterval = 1e3 }) => {
|
|
590
590
|
let timeoutRef;
|
|
591
591
|
const timeoutPromise = new Promise(
|
|
592
592
|
(_resolve, reject) => {
|