zakeke-configurator-react 0.1.362 → 0.1.364

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.
Files changed (25) hide show
  1. package/dist/declarations/composer/Module/src/api.d.ts +3 -3
  2. package/dist/declarations/composer/Module/src/components/debugs/debugPanel.d.ts +2 -2
  3. package/dist/declarations/composer/Module/src/components/sceneViewer.d.ts +5 -5
  4. package/dist/declarations/composer/Module/src/components/tryon/deepARQrCode.d.ts +6 -6
  5. package/dist/declarations/composer/Module/src/components/tryon/tryOnProviders/tryOnBanuba.d.ts +22 -22
  6. package/dist/declarations/composer/Module/src/components/tryon/tryOnProviders/tryOnDeepAR.d.ts +22 -22
  7. package/dist/declarations/composer/Module/src/environment.d.ts +438 -438
  8. package/dist/declarations/composer/Module/src/fontsManager.d.ts +75 -75
  9. package/dist/declarations/composer/Module/src/generated/feature-flags.d.ts +83 -83
  10. package/dist/declarations/composer/Module/src/helpers.d.ts +49 -49
  11. package/dist/declarations/composer/Module/src/hooks/tryonContext.d.ts +11 -11
  12. package/dist/declarations/composer/Module/src/imageUploadTask.d.ts +20 -20
  13. package/dist/declarations/composer/Module/src/index.d.ts +11 -11
  14. package/dist/declarations/composer/Module/src/models.d.ts +1212 -1212
  15. package/dist/declarations/composer/Module/src/state/createProviderValue.d.ts +3 -3
  16. package/dist/declarations/composer/Module/src/state/provider.d.ts +18 -18
  17. package/dist/declarations/composer/Module/src/state/providerValue.d.ts +275 -275
  18. package/dist/declarations/composer/Module/src/state/state.d.ts +11 -11
  19. package/dist/declarations/libs/pricingRuleBase/DesignPriceCalculatorRuleBased.d.ts +83 -83
  20. package/dist/globals1.js +1 -1
  21. package/dist/globals3.js +1 -1
  22. package/dist/index.js +90940 -90783
  23. package/dist/index.js.map +1 -1
  24. package/package.json +1 -1
  25. /package/dist/declarations/composer/Module/src/integrations/{helpers.d.ts → Helpers.d.ts} +0 -0
@@ -1,3 +1,3 @@
1
- import { AxiosInstance } from 'axios';
2
- export declare let axiosApi: AxiosInstance;
3
- export declare function setupApi(culture: string, token: string): void;
1
+ import { AxiosInstance } from 'axios';
2
+ export declare let axiosApi: AxiosInstance;
3
+ export declare function setupApi(culture: string, token: string): void;
@@ -1,2 +1,2 @@
1
- import * as React from 'react';
2
- export declare const DebugPanel: React.FunctionComponent;
1
+ import * as React from 'react';
2
+ export declare const DebugPanel: React.FunctionComponent;
@@ -1,5 +1,5 @@
1
- import { FunctionComponent } from 'react';
2
- export declare const ZakekeViewer: FunctionComponent<{
3
- bgColor?: string;
4
- className?: string;
5
- }>;
1
+ import { FunctionComponent } from 'react';
2
+ export declare const ZakekeViewer: FunctionComponent<{
3
+ bgColor?: string;
4
+ className?: string;
5
+ }>;
@@ -1,6 +1,6 @@
1
- import React from 'react';
2
- interface QRCodeGeneratorProps {
3
- url: string;
4
- }
5
- declare const DeepARQrCodeContentContainer: React.FC<QRCodeGeneratorProps>;
6
- export default DeepARQrCodeContentContainer;
1
+ import React from 'react';
2
+ interface QRCodeGeneratorProps {
3
+ url: string;
4
+ }
5
+ declare const DeepARQrCodeContentContainer: React.FC<QRCodeGeneratorProps>;
6
+ export default DeepARQrCodeContentContainer;
@@ -1,22 +1,22 @@
1
- import { FunctionComponent } from 'react';
2
- import { TryOnProviderProps, ValueOf } from '../tryOnModels';
3
- export declare const BanubaTryOnReceivedMessage: {
4
- readonly WaitingAuthentication: "WAITING_AUTH";
5
- readonly TryOnLoaded: "MODEL_LOADED";
6
- readonly ScreenShotTaken: "SCREENSHOT_TAKEN";
7
- readonly WebcamStopped: "WEBCAM_STOPPED";
8
- readonly Start: "";
9
- readonly AuthSuccessful: "AUTH_SUCCESS";
10
- readonly AuthError: "AUTH_ERROR";
11
- readonly WebcamError: "WEBCAM_ERROR";
12
- };
13
- export type BanubaTryOnReceivedMessageType = ValueOf<typeof BanubaTryOnReceivedMessage>;
14
- export declare const BanubaTryOnResponseMessage: {
15
- readonly StartAuthenticationTryOn: "AUTH";
16
- readonly LoadTryOn: "LOAD_MODEL";
17
- readonly LoadHands: "LOAD_HANDS";
18
- readonly TakeScreenshot: "TAKE_SCREENSHOT";
19
- readonly StopWebcam: "STOP_WEBCAM";
20
- };
21
- export type BanubaTryOnResponseMessageType = ValueOf<typeof BanubaTryOnResponseMessage>;
22
- export declare const BanubaTryOn: FunctionComponent<TryOnProviderProps>;
1
+ import { FunctionComponent } from 'react';
2
+ import { TryOnProviderProps, ValueOf } from '../tryOnModels';
3
+ export declare const BanubaTryOnReceivedMessage: {
4
+ readonly WaitingAuthentication: "WAITING_AUTH";
5
+ readonly TryOnLoaded: "MODEL_LOADED";
6
+ readonly ScreenShotTaken: "SCREENSHOT_TAKEN";
7
+ readonly WebcamStopped: "WEBCAM_STOPPED";
8
+ readonly Start: "";
9
+ readonly AuthSuccessful: "AUTH_SUCCESS";
10
+ readonly AuthError: "AUTH_ERROR";
11
+ readonly WebcamError: "WEBCAM_ERROR";
12
+ };
13
+ export type BanubaTryOnReceivedMessageType = ValueOf<typeof BanubaTryOnReceivedMessage>;
14
+ export declare const BanubaTryOnResponseMessage: {
15
+ readonly StartAuthenticationTryOn: "AUTH";
16
+ readonly LoadTryOn: "LOAD_MODEL";
17
+ readonly LoadHands: "LOAD_HANDS";
18
+ readonly TakeScreenshot: "TAKE_SCREENSHOT";
19
+ readonly StopWebcam: "STOP_WEBCAM";
20
+ };
21
+ export type BanubaTryOnResponseMessageType = ValueOf<typeof BanubaTryOnResponseMessage>;
22
+ export declare const BanubaTryOn: FunctionComponent<TryOnProviderProps>;
@@ -1,22 +1,22 @@
1
- import { FunctionComponent } from 'react';
2
- import { TryOnProviderProps, ValueOf } from '../tryOnModels';
3
- export declare const DeepARTryOnReceivedMessage: {
4
- readonly WaitingAuthentication: "WAITING_AUTH";
5
- readonly TryOnLoaded: "MODEL_LOADED";
6
- readonly ScreenShotTaken: "SCREENSHOT_TAKEN";
7
- readonly WebcamStopped: "WEBCAM_STOPPED";
8
- readonly Start: "";
9
- readonly AuthSuccessful: "AUTH_SUCCESS";
10
- readonly AuthError: "AUTH_ERROR";
11
- readonly WebcamError: "WEBCAM_ERROR";
12
- };
13
- export type DeepARTryOnReceivedMessageType = ValueOf<typeof DeepARTryOnReceivedMessage>;
14
- export declare const DeepARTryOnResponseMessage: {
15
- readonly StartAuthenticationTryOn: "AUTH";
16
- readonly LoadTryOn: "LOAD_MODEL";
17
- readonly LoadHands: "LOAD_HANDS";
18
- readonly TakeScreenshot: "TAKE_SCREENSHOT";
19
- readonly StopWebcam: "STOP_WEBCAM";
20
- };
21
- export type DeepARTryOnResponseMessageType = ValueOf<typeof DeepARTryOnResponseMessage>;
22
- export declare const DeepARTryOn: FunctionComponent<TryOnProviderProps>;
1
+ import { FunctionComponent } from 'react';
2
+ import { TryOnProviderProps, ValueOf } from '../tryOnModels';
3
+ export declare const DeepARTryOnReceivedMessage: {
4
+ readonly WaitingAuthentication: "WAITING_AUTH";
5
+ readonly TryOnLoaded: "MODEL_LOADED";
6
+ readonly ScreenShotTaken: "SCREENSHOT_TAKEN";
7
+ readonly WebcamStopped: "WEBCAM_STOPPED";
8
+ readonly Start: "";
9
+ readonly AuthSuccessful: "AUTH_SUCCESS";
10
+ readonly AuthError: "AUTH_ERROR";
11
+ readonly WebcamError: "WEBCAM_ERROR";
12
+ };
13
+ export type DeepARTryOnReceivedMessageType = ValueOf<typeof DeepARTryOnReceivedMessage>;
14
+ export declare const DeepARTryOnResponseMessage: {
15
+ readonly StartAuthenticationTryOn: "AUTH";
16
+ readonly LoadTryOn: "LOAD_MODEL";
17
+ readonly LoadHands: "LOAD_HANDS";
18
+ readonly TakeScreenshot: "TAKE_SCREENSHOT";
19
+ readonly StopWebcam: "STOP_WEBCAM";
20
+ };
21
+ export type DeepARTryOnResponseMessageType = ValueOf<typeof DeepARTryOnResponseMessage>;
22
+ export declare const DeepARTryOn: FunctionComponent<TryOnProviderProps>;