@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.
@@ -764,7 +764,11 @@ function Intent(action, options) {
764
764
  bodyProfile: options?.bodyProfile,
765
765
  tlv: options?.tlv,
766
766
  dto: options?.dto,
767
- is: options?.is
767
+ is: options?.is,
768
+ maxUseCount: options?.maxUseCount,
769
+ useCount: options?.useCount,
770
+ duration: options?.duration,
771
+ maxDuration: options?.maxDuration
768
772
  });
769
773
  Reflect.defineMetadata(INTENT_ROUTES_KEY, routes, target.constructor);
770
774
  };