@seamapi/http 1.125.0 → 1.126.0
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.map +1 -1
- package/dist/connect.d.cts +1 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/routes/acs/entrances/entrances.d.ts +1 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +3 -3
- package/src/lib/seam/connect/routes/acs/entrances/entrances.ts +1 -0
- package/src/lib/version.ts +1 -1
package/dist/connect.d.cts
CHANGED
|
@@ -2706,6 +2706,7 @@ type AcsEntrancesGrantAccessRequest = SeamHttpRequest<void, undefined>;
|
|
|
2706
2706
|
interface AcsEntrancesGrantAccessOptions {
|
|
2707
2707
|
}
|
|
2708
2708
|
type AcsEntrancesListParameters = {
|
|
2709
|
+
access_method_id?: string | undefined;
|
|
2709
2710
|
acs_credential_id?: string | undefined;
|
|
2710
2711
|
acs_entrance_ids?: Array<string> | undefined;
|
|
2711
2712
|
acs_system_id?: string | undefined;
|