@seamapi/http 1.16.0 → 1.17.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 CHANGED
@@ -1197,7 +1197,7 @@ var SeamHttpAccessCodes = class _SeamHttpAccessCodes {
1197
1197
  path: "/access_codes/pull_backup_access_code",
1198
1198
  method: "post",
1199
1199
  body,
1200
- responseKey: "backup_access_code"
1200
+ responseKey: "access_code"
1201
1201
  });
1202
1202
  }
1203
1203
  update(body) {