@pisell/pisellos 2.2.25 → 2.2.27
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/solution/BookingByStep/index.d.ts +1 -1
- package/dist/solution/BookingTicket/utils/scan/index.js +1 -1
- package/dist/solution/RegisterAndLogin/config.js +2 -1
- package/lib/solution/BookingByStep/index.d.ts +1 -1
- package/lib/solution/BookingTicket/utils/scan/index.js +0 -1
- package/lib/solution/RegisterAndLogin/config.js +2 -1
- package/package.json +1 -1
|
@@ -343,7 +343,7 @@ export declare class BookingByStepImpl extends BaseModule implements Module {
|
|
|
343
343
|
};
|
|
344
344
|
setOtherData(key: string, value: any): void;
|
|
345
345
|
getOtherData(key: string): any;
|
|
346
|
-
getProductTypeById(id: number): Promise<"
|
|
346
|
+
getProductTypeById(id: number): Promise<"normal" | "duration" | "session">;
|
|
347
347
|
/**
|
|
348
348
|
* 提供给 UI 的方法,减轻 UI 层的计算压力,UI 层只需要传递 cartItemId 和 resourceCode 即返回对应的 renderList
|
|
349
349
|
*
|
|
@@ -728,7 +728,7 @@ var webposConfig = {
|
|
|
728
728
|
}
|
|
729
729
|
},
|
|
730
730
|
emailPasswordLogin: {
|
|
731
|
-
url: '/tenant/
|
|
731
|
+
url: '/tenant/account/login/email',
|
|
732
732
|
method: 'POST',
|
|
733
733
|
transformParams: function transformParams(params) {
|
|
734
734
|
return {
|
|
@@ -741,6 +741,7 @@ var webposConfig = {
|
|
|
741
741
|
return {
|
|
742
742
|
// withCredentials: true,
|
|
743
743
|
prefix: false,
|
|
744
|
+
isDefaultSaasDomain: true,
|
|
744
745
|
cache: {
|
|
745
746
|
mode: "remote_local",
|
|
746
747
|
type: "indexDB",
|
|
@@ -343,7 +343,7 @@ export declare class BookingByStepImpl extends BaseModule implements Module {
|
|
|
343
343
|
};
|
|
344
344
|
setOtherData(key: string, value: any): void;
|
|
345
345
|
getOtherData(key: string): any;
|
|
346
|
-
getProductTypeById(id: number): Promise<"
|
|
346
|
+
getProductTypeById(id: number): Promise<"normal" | "duration" | "session">;
|
|
347
347
|
/**
|
|
348
348
|
* 提供给 UI 的方法,减轻 UI 层的计算压力,UI 层只需要传递 cartItemId 和 resourceCode 即返回对应的 renderList
|
|
349
349
|
*
|
|
@@ -573,7 +573,7 @@ var webposConfig = {
|
|
|
573
573
|
})
|
|
574
574
|
},
|
|
575
575
|
emailPasswordLogin: {
|
|
576
|
-
url: "/tenant/
|
|
576
|
+
url: "/tenant/account/login/email",
|
|
577
577
|
method: "POST",
|
|
578
578
|
transformParams: (params) => ({
|
|
579
579
|
email: params.email,
|
|
@@ -583,6 +583,7 @@ var webposConfig = {
|
|
|
583
583
|
options: (values) => ({
|
|
584
584
|
// withCredentials: true,
|
|
585
585
|
prefix: false,
|
|
586
|
+
isDefaultSaasDomain: true,
|
|
586
587
|
cache: {
|
|
587
588
|
mode: "remote_local",
|
|
588
589
|
type: "indexDB",
|