@nextera.one/axis-server-sdk 2.3.25 → 2.3.26

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/index.mjs CHANGED
@@ -441,7 +441,11 @@ function Intent(action, options) {
441
441
  bodyProfile: options?.bodyProfile,
442
442
  tlv: options?.tlv,
443
443
  dto: options?.dto,
444
- is: options?.is
444
+ is: options?.is,
445
+ maxUseCount: options?.maxUseCount,
446
+ useCount: options?.useCount,
447
+ duration: options?.duration,
448
+ maxDuration: options?.maxDuration
445
449
  });
446
450
  Reflect.defineMetadata(INTENT_ROUTES_KEY, routes, target.constructor);
447
451
  };