@placeos/ts-client 4.7.5 → 4.7.7

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.
@@ -81,6 +81,8 @@ export interface PlaceAuthOptions {
81
81
  version?: 'ACA Engine' | 'PlaceOS';
82
82
  /** Whether X-API-KEY values should be ignored */
83
83
  ignore_api_key?: boolean;
84
+ /** Delay authentication by X milliseconds */
85
+ delay?: number;
84
86
  }
85
87
  export interface PlaceTokenResponse {
86
88
  /** New access token */