xactsize-webcomponents 1.0.37 → 1.0.39

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.
@@ -1,4 +1,4 @@
1
- import { s as e } from "./body-measurer-KQyW3_Y2.mjs";
1
+ import { s as e } from "./body-measurer-xgG0KGPA.mjs";
2
2
  const s = {
3
3
  ERR_ARM_NOT_STRETCHED: "Estique seus braços completamente",
4
4
  ERR_ARMS_NOT_RAISED: "Levante ambos os braços em um ângulo de 45 graus",
@@ -2,8 +2,9 @@ export declare class AISessionManager {
2
2
  private ws;
3
3
  private audioManager;
4
4
  private apiUrl;
5
+ private apiKey;
5
6
  onTurnComplete?: () => void;
6
- constructor(apiUrl: string);
7
+ constructor(apiUrl: string, apiKey: string);
7
8
  connect(): Promise<void>;
8
9
  startMicrophone(): void;
9
10
  forwardCvError(errorMessage: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xactsize-webcomponents",
3
- "version": "1.0.37",
3
+ "version": "1.0.39",
4
4
  "description": "A web component for body measurements and size recommendations",
5
5
  "main": "dist/body-measurer.umd.js",
6
6
  "module": "dist/body-measurer.es.js",