@pagelines/sdk 1.0.683 → 1.0.685

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/contract.js CHANGED
@@ -4458,7 +4458,7 @@ var Zr = preprocess((e) => Array.isArray(e) ? e.filter((e) => e && typeof e == "
4458
4458
  detail: string().optional(),
4459
4459
  blocker: P.optional(),
4460
4460
  operation: R.optional()
4461
- }), Qr = [...Object.keys(B.shape)], V = class Agent extends SettingsObject {
4461
+ }), Qr = Object.keys(B.shape), V = class Agent extends SettingsObject {
4462
4462
  constructor(e) {
4463
4463
  let t = "config" in e ? {
4464
4464
  ...e.config instanceof Agent ? e.config.toConfig() : e.config,