@pisell/private-materials 6.6.45 → 6.6.46

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 (321) hide show
  1. package/build/lowcode/render/default/view.css +1 -1
  2. package/build/lowcode/render/default/view.js +1 -1
  3. package/build/lowcode/view.css +1 -1
  4. package/build/lowcode/view.js +1 -1
  5. package/es/components/appointmentBooking/components/Voucher/index.js +22 -7
  6. package/es/components/booking/addons/index.js +3 -2
  7. package/es/components/booking/components/footer/amount.js +4 -5
  8. package/es/components/booking/components/footer/index.js +7 -0
  9. package/es/components/booking/components/footer/utils.d.ts +1 -1
  10. package/es/components/booking/components/footer/utils.js +10 -15
  11. package/es/components/booking/components/voucher/index.js +7 -1
  12. package/es/components/booking/components/voucher/index.less +4 -1
  13. package/es/components/booking/components/voucherModal/index.less +1 -0
  14. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  15. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  16. package/es/components/booking/info2/service/editService/index.js +10 -8
  17. package/es/components/booking/info2/service/editService/utils.d.ts +0 -1
  18. package/es/components/booking/info2/service/editService/utils.js +0 -16
  19. package/es/components/booking/payments/index.js +1 -1
  20. package/es/components/booking/utils.d.ts +2 -2
  21. package/es/components/checkout/components/WalletPassModule/index.js +1 -0
  22. package/es/components/checkout/components/WalletPassModule/utils.d.ts +1 -0
  23. package/es/components/checkout/components/WalletPassModule/utils.js +17 -3
  24. package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
  25. package/es/components/checkout/hooks/useWalletPass.js +316 -192
  26. package/es/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +5 -0
  27. package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +166 -145
  28. package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
  29. package/es/components/pay/toC/PaymentMethods/WalletPass/utils.js +3 -3
  30. package/es/components/pay/toC/WalletPassBlock/index.js +3 -1
  31. package/es/components/pay/toC/index.js +66 -27
  32. package/es/components/pay/toC/model.d.ts +1 -0
  33. package/es/components/pay/toC/serve.d.ts +18 -0
  34. package/es/components/pay/toC/serve.js +29 -1
  35. package/es/components/pay/toC/utils.d.ts +2 -2
  36. package/es/components/pay/toC/utils.js +4 -0
  37. package/es/components/ticketBooking/components/addServiceVariant/addService.js +7 -4
  38. package/es/components/ticketBooking/utils/index.d.ts +1 -1
  39. package/lib/components/appointmentBooking/components/Voucher/index.js +10 -2
  40. package/lib/components/booking/addons/index.js +3 -2
  41. package/lib/components/booking/components/footer/amount.js +4 -4
  42. package/lib/components/booking/components/footer/index.js +9 -0
  43. package/lib/components/booking/components/footer/utils.d.ts +1 -1
  44. package/lib/components/booking/components/footer/utils.js +10 -15
  45. package/lib/components/booking/components/voucher/index.js +7 -1
  46. package/lib/components/booking/components/voucher/index.less +4 -1
  47. package/lib/components/booking/components/voucherModal/index.less +1 -0
  48. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  49. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  50. package/lib/components/booking/info2/service/editService/index.js +24 -21
  51. package/lib/components/booking/info2/service/editService/utils.d.ts +0 -1
  52. package/lib/components/booking/info2/service/editService/utils.js +0 -16
  53. package/lib/components/booking/payments/index.js +1 -1
  54. package/lib/components/booking/utils.d.ts +2 -2
  55. package/lib/components/checkout/components/WalletPassModule/index.js +1 -0
  56. package/lib/components/checkout/components/WalletPassModule/utils.d.ts +1 -0
  57. package/lib/components/checkout/components/WalletPassModule/utils.js +18 -2
  58. package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
  59. package/lib/components/checkout/hooks/useWalletPass.js +157 -108
  60. package/lib/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +5 -0
  61. package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +90 -103
  62. package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
  63. package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.js +2 -2
  64. package/lib/components/pay/toC/WalletPassBlock/index.js +3 -1
  65. package/lib/components/pay/toC/index.js +52 -11
  66. package/lib/components/pay/toC/model.d.ts +1 -0
  67. package/lib/components/pay/toC/serve.d.ts +18 -0
  68. package/lib/components/pay/toC/serve.js +6 -0
  69. package/lib/components/pay/toC/utils.d.ts +2 -2
  70. package/lib/components/pay/toC/utils.js +4 -0
  71. package/lib/components/ticketBooking/components/addServiceVariant/addService.js +11 -7
  72. package/lib/components/ticketBooking/utils/index.d.ts +1 -1
  73. package/package.json +4 -4
  74. package/es/components/appointmentBooking/components/Date/state.d.ts +0 -63
  75. package/es/components/appointmentBooking/locales.d.ts +0 -603
  76. package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -413
  77. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
  78. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -138
  79. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -43
  80. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
  81. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -118
  82. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -35
  83. package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
  84. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -43
  85. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +0 -8
  86. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -108
  87. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -28
  88. package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
  89. package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -63
  90. package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -108
  91. package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -178
  92. package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -93
  93. package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -148
  94. package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -88
  95. package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -78
  96. package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -88
  97. package/es/components/booking/components/actionButtons/index.d.ts +0 -31
  98. package/es/components/booking/components/voucher/utils.d.ts +0 -5
  99. package/es/components/booking/editBookingModal/locales.d.ts +0 -33
  100. package/es/components/booking/editBookingModal/mock.d.ts +0 -991
  101. package/es/components/booking/info2/cartClientCard/locales.d.ts +0 -33
  102. package/es/components/booking/info2/service/addService/mock.d.ts +0 -216
  103. package/es/components/booking/info2/service/editService/DiscountChangeModal/index.d.ts +0 -25
  104. package/es/components/booking/locales.d.ts +0 -1619
  105. package/es/components/checkout/PaymentModal.d.ts +0 -31
  106. package/es/components/checkout/components/AdditionalModule/locales.d.ts +0 -58
  107. package/es/components/checkout/locales.d.ts +0 -853
  108. package/es/components/eftpos/locales.d.ts +0 -163
  109. package/es/components/eftposPay/locales.d.ts +0 -608
  110. package/es/components/eventBooking/locales.d.ts +0 -408
  111. package/es/components/list/locales.d.ts +0 -108
  112. package/es/components/list/utils/getText.d.ts +0 -53
  113. package/es/components/login/locales.d.ts +0 -38
  114. package/es/components/pay/toB/locales.d.ts +0 -88
  115. package/es/components/pay/toC/locales.d.ts +0 -511
  116. package/es/components/pinModal/locales.d.ts +0 -43
  117. package/es/components/pinVerifyModal/locales.d.ts +0 -38
  118. package/es/components/pisellSelectCustomerModal/locales.d.ts +0 -133
  119. package/es/components/productExtension/locales.d.ts +0 -78
  120. package/es/components/productSelect/components/pisellPriceText/index.d.ts +0 -11
  121. package/es/components/productSelect/locales.d.ts +0 -38
  122. package/es/components/ruleSetting/locales.d.ts +0 -78
  123. package/es/components/schedules/locales.d.ts +0 -143
  124. package/es/components/shoppingCart/locales.d.ts +0 -58
  125. package/es/components/stepController/locales.d.ts +0 -43
  126. package/es/components/subTotal/locales.d.ts +0 -68
  127. package/es/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
  128. package/es/components/systemSettings/registry/locales.d.ts +0 -456
  129. package/es/components/systemSettings/registry/types.d.ts +0 -128
  130. package/es/components/taxSelect/locales.d.ts +0 -38
  131. package/es/components/ticketBooking/locales.d.ts +0 -328
  132. package/es/components/ticketBooking/utils/formatTime.d.ts +0 -33
  133. package/es/components/wallet/utils.d.ts +0 -48
  134. package/es/components/walletList/index.d.ts +0 -4
  135. package/es/components/walletList/locales.d.ts +0 -43
  136. package/es/components/walletList/types/index.d.ts +0 -196
  137. package/es/plus/clientCard/index.d.ts +0 -7
  138. package/es/plus/clientCard/locales.d.ts +0 -28
  139. package/es/plus/clientCard/types.d.ts +0 -135
  140. package/es/plus/clinetSearch/locales.d.ts +0 -178
  141. package/es/plus/contactInfo/locales.d.ts +0 -23
  142. package/es/plus/contactInfoModal/locales.d.ts +0 -108
  143. package/es/plus/noteModal/locales.d.ts +0 -53
  144. package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -68
  145. package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -164
  146. package/es/plus/productSelect/components/pisellPriceText/index.d.ts +0 -14
  147. package/es/plus/productSelect/locales.d.ts +0 -38
  148. package/es/plus/saasAttendance/index.d.ts +0 -6
  149. package/es/plus/saasAttendance/locales.d.ts +0 -528
  150. package/es/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
  151. package/es/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
  152. package/es/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
  153. package/es/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
  154. package/es/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
  155. package/es/plus/saasAttendance/settings/components/index.d.ts +0 -3
  156. package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
  157. package/es/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
  158. package/es/plus/saasAttendance/settings/index.d.ts +0 -18
  159. package/es/plus/saasAttendance/settings/serve.d.ts +0 -27
  160. package/es/plus/saasAttendance/settings/types.d.ts +0 -130
  161. package/es/plus/saasCreateOrganization/locales.d.ts +0 -23
  162. package/es/plus/saasLogin/locales.d.ts +0 -83
  163. package/es/plus/saasRegister/locales.d.ts +0 -193
  164. package/es/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
  165. package/es/plus/saasRole/index.d.ts +0 -14
  166. package/es/plus/saasRole/locales.d.ts +0 -319
  167. package/es/plus/saasRole/serve.d.ts +0 -72
  168. package/es/plus/saasRole/types.d.ts +0 -177
  169. package/es/plus/saasRole/utils.d.ts +0 -0
  170. package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
  171. package/es/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
  172. package/es/plus/saasTeamMembers/index.d.ts +0 -5
  173. package/es/plus/saasTeamMembers/locales.d.ts +0 -546
  174. package/es/plus/saasTeamMembers/serve.d.ts +0 -95
  175. package/es/plus/saasTeamMembers/type.d.ts +0 -158
  176. package/es/plus/selectHolder/locales.d.ts +0 -38
  177. package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -39
  178. package/es/plus/walletEditor/locales.d.ts +0 -223
  179. package/es/plus/walletEditor/types.d.ts +0 -54
  180. package/es/plus/walletPassGallery/components/passDetail/index.d.ts +0 -11
  181. package/es/plus/walletPassGallery/components/passList/index.d.ts +0 -13
  182. package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -12
  183. package/es/plus/walletPassGallery/index.d.ts +0 -11
  184. package/es/plus/walletPassGallery/locales.d.ts +0 -473
  185. package/es/plus/walletPassGallery/serve.d.ts +0 -245
  186. package/es/plus/walletPassGallery/utils.d.ts +0 -48
  187. package/es/pro/Login2.0/locales.d.ts +0 -903
  188. package/es/pro/Login2.0/shared/types.d.ts +0 -234
  189. package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
  190. package/es/pro/comprehensiveSearch/locales.d.ts +0 -23
  191. package/es/pro/numberKeyboard/locales.d.ts +0 -18
  192. package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
  193. package/es/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +0 -63
  194. package/es/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +0 -68
  195. package/es/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +0 -73
  196. package/es/pro/skuDetailModal/locales.d.ts +0 -78
  197. package/es/pro/skuDetailModal/types.d.ts +0 -352
  198. package/lib/components/appointmentBooking/components/Date/state.d.ts +0 -63
  199. package/lib/components/appointmentBooking/locales.d.ts +0 -603
  200. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -413
  201. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
  202. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -138
  203. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -43
  204. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
  205. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -118
  206. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -35
  207. package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
  208. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -43
  209. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +0 -8
  210. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -108
  211. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -28
  212. package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
  213. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -63
  214. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -108
  215. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -178
  216. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -93
  217. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -148
  218. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -88
  219. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -78
  220. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -88
  221. package/lib/components/booking/components/actionButtons/index.d.ts +0 -31
  222. package/lib/components/booking/components/voucher/utils.d.ts +0 -5
  223. package/lib/components/booking/editBookingModal/locales.d.ts +0 -33
  224. package/lib/components/booking/editBookingModal/mock.d.ts +0 -991
  225. package/lib/components/booking/info2/cartClientCard/locales.d.ts +0 -33
  226. package/lib/components/booking/info2/service/addService/mock.d.ts +0 -216
  227. package/lib/components/booking/info2/service/editService/DiscountChangeModal/index.d.ts +0 -25
  228. package/lib/components/booking/locales.d.ts +0 -1619
  229. package/lib/components/checkout/PaymentModal.d.ts +0 -31
  230. package/lib/components/checkout/components/AdditionalModule/locales.d.ts +0 -58
  231. package/lib/components/checkout/locales.d.ts +0 -853
  232. package/lib/components/eftpos/locales.d.ts +0 -163
  233. package/lib/components/eftposPay/locales.d.ts +0 -608
  234. package/lib/components/eventBooking/locales.d.ts +0 -408
  235. package/lib/components/list/locales.d.ts +0 -108
  236. package/lib/components/list/utils/getText.d.ts +0 -53
  237. package/lib/components/login/locales.d.ts +0 -38
  238. package/lib/components/pay/toB/locales.d.ts +0 -88
  239. package/lib/components/pay/toC/locales.d.ts +0 -511
  240. package/lib/components/pinModal/locales.d.ts +0 -43
  241. package/lib/components/pinVerifyModal/locales.d.ts +0 -38
  242. package/lib/components/pisellSelectCustomerModal/locales.d.ts +0 -133
  243. package/lib/components/productExtension/locales.d.ts +0 -78
  244. package/lib/components/productSelect/components/pisellPriceText/index.d.ts +0 -11
  245. package/lib/components/productSelect/locales.d.ts +0 -38
  246. package/lib/components/ruleSetting/locales.d.ts +0 -78
  247. package/lib/components/schedules/locales.d.ts +0 -143
  248. package/lib/components/shoppingCart/locales.d.ts +0 -58
  249. package/lib/components/stepController/locales.d.ts +0 -43
  250. package/lib/components/subTotal/locales.d.ts +0 -68
  251. package/lib/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
  252. package/lib/components/systemSettings/registry/locales.d.ts +0 -456
  253. package/lib/components/systemSettings/registry/types.d.ts +0 -128
  254. package/lib/components/taxSelect/locales.d.ts +0 -38
  255. package/lib/components/ticketBooking/locales.d.ts +0 -328
  256. package/lib/components/ticketBooking/utils/formatTime.d.ts +0 -33
  257. package/lib/components/wallet/utils.d.ts +0 -48
  258. package/lib/components/walletList/index.d.ts +0 -4
  259. package/lib/components/walletList/locales.d.ts +0 -43
  260. package/lib/components/walletList/types/index.d.ts +0 -196
  261. package/lib/plus/clientCard/index.d.ts +0 -7
  262. package/lib/plus/clientCard/locales.d.ts +0 -28
  263. package/lib/plus/clientCard/types.d.ts +0 -135
  264. package/lib/plus/clinetSearch/locales.d.ts +0 -178
  265. package/lib/plus/contactInfo/locales.d.ts +0 -23
  266. package/lib/plus/contactInfoModal/locales.d.ts +0 -108
  267. package/lib/plus/noteModal/locales.d.ts +0 -53
  268. package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -68
  269. package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -164
  270. package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +0 -14
  271. package/lib/plus/productSelect/locales.d.ts +0 -38
  272. package/lib/plus/saasAttendance/index.d.ts +0 -6
  273. package/lib/plus/saasAttendance/locales.d.ts +0 -528
  274. package/lib/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
  275. package/lib/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
  276. package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
  277. package/lib/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
  278. package/lib/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
  279. package/lib/plus/saasAttendance/settings/components/index.d.ts +0 -3
  280. package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
  281. package/lib/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
  282. package/lib/plus/saasAttendance/settings/index.d.ts +0 -18
  283. package/lib/plus/saasAttendance/settings/serve.d.ts +0 -27
  284. package/lib/plus/saasAttendance/settings/types.d.ts +0 -130
  285. package/lib/plus/saasCreateOrganization/locales.d.ts +0 -23
  286. package/lib/plus/saasLogin/locales.d.ts +0 -83
  287. package/lib/plus/saasRegister/locales.d.ts +0 -193
  288. package/lib/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
  289. package/lib/plus/saasRole/index.d.ts +0 -14
  290. package/lib/plus/saasRole/locales.d.ts +0 -319
  291. package/lib/plus/saasRole/serve.d.ts +0 -72
  292. package/lib/plus/saasRole/types.d.ts +0 -177
  293. package/lib/plus/saasRole/utils.d.ts +0 -0
  294. package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
  295. package/lib/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
  296. package/lib/plus/saasTeamMembers/index.d.ts +0 -5
  297. package/lib/plus/saasTeamMembers/locales.d.ts +0 -546
  298. package/lib/plus/saasTeamMembers/serve.d.ts +0 -95
  299. package/lib/plus/saasTeamMembers/type.d.ts +0 -158
  300. package/lib/plus/selectHolder/locales.d.ts +0 -38
  301. package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -39
  302. package/lib/plus/walletEditor/locales.d.ts +0 -223
  303. package/lib/plus/walletEditor/types.d.ts +0 -54
  304. package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +0 -11
  305. package/lib/plus/walletPassGallery/components/passList/index.d.ts +0 -13
  306. package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -12
  307. package/lib/plus/walletPassGallery/index.d.ts +0 -11
  308. package/lib/plus/walletPassGallery/locales.d.ts +0 -473
  309. package/lib/plus/walletPassGallery/serve.d.ts +0 -245
  310. package/lib/plus/walletPassGallery/utils.d.ts +0 -48
  311. package/lib/pro/Login2.0/locales.d.ts +0 -903
  312. package/lib/pro/Login2.0/shared/types.d.ts +0 -234
  313. package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
  314. package/lib/pro/comprehensiveSearch/locales.d.ts +0 -23
  315. package/lib/pro/numberKeyboard/locales.d.ts +0 -18
  316. package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
  317. package/lib/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +0 -63
  318. package/lib/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +0 -68
  319. package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +0 -73
  320. package/lib/pro/skuDetailModal/locales.d.ts +0 -78
  321. package/lib/pro/skuDetailModal/types.d.ts +0 -352
@@ -1,991 +0,0 @@
1
- export declare const mockBooking: {
2
- id: number;
3
- shop_id: number;
4
- customer_id: number;
5
- customer_name: string;
6
- email: string;
7
- phone: string;
8
- country_calling_code: string;
9
- note: string;
10
- is_price_include_tax: number;
11
- tax_rate: string;
12
- tax_title: string;
13
- tax_fee: string;
14
- surcharge_fee: string;
15
- pay_processing_fee: string;
16
- gateway_fee: string;
17
- shop_discount: string;
18
- shop_discount_reason: string;
19
- total_product_discount_amount: string;
20
- product_expect_amount: string;
21
- expect_amount: string;
22
- total_amount: string;
23
- rounding_amount: string;
24
- paid_amount: string;
25
- order_paid_amount: string;
26
- total_refund_amount: string;
27
- amount_gap: string;
28
- payment_status: string;
29
- platform: string;
30
- order_sales_channel: string;
31
- sales_channel: string;
32
- customer: {
33
- id: number;
34
- shop_id: number;
35
- user_id: number;
36
- status: number;
37
- country_calling_code: string;
38
- cover: string;
39
- phone: string;
40
- display_name: string;
41
- first_name: string;
42
- last_name: string;
43
- nickname: string;
44
- email: string;
45
- gender: number;
46
- birthday: null;
47
- tax_exempt: null;
48
- accepts_marketing: number;
49
- note: string;
50
- orders_count: number;
51
- total_spent: string;
52
- locale: string;
53
- last_visit_time: null;
54
- is_register: number;
55
- source_type: string;
56
- channel: string;
57
- register_channel: string;
58
- source_id: number;
59
- platform_token: string;
60
- platform: string;
61
- member_id: string;
62
- total_integral: string;
63
- guest_code: null;
64
- is_deleted: number;
65
- create_time: null;
66
- update_time: string;
67
- created_at: null;
68
- updated_at: string;
69
- deleted_at: null;
70
- waiver_form: never[];
71
- };
72
- surcharge: never[];
73
- holder: {
74
- customer_id: number;
75
- form_id: number;
76
- form_record: never[];
77
- };
78
- relation_details: never[];
79
- bookings: {
80
- id: number;
81
- status: string;
82
- booking_id: string;
83
- appointment_status: string;
84
- like_status: string;
85
- relation_type: string;
86
- relation_id: number;
87
- metadata: {
88
- multiple_resource_flag: number;
89
- };
90
- list: {
91
- id: number;
92
- keys: string;
93
- relation_id: number;
94
- start_date: string;
95
- start_time: string;
96
- end_date: string;
97
- end_time: string;
98
- is_all: number;
99
- select_date: string;
100
- sub_type: string;
101
- duration: number;
102
- status: string;
103
- like_status: string;
104
- appointment_status: string;
105
- relation_type: string;
106
- schedule_id: number;
107
- number: number;
108
- metadata: {
109
- capacity: {
110
- id: number;
111
- name: string;
112
- value: number;
113
- }[];
114
- };
115
- relation_form_name: string;
116
- event_resources: ({
117
- id: number;
118
- shop_id: number;
119
- schedule_event_id: number;
120
- category: string;
121
- form_id: number;
122
- parent_relation_id: number;
123
- relation_type: string;
124
- relation_id: number;
125
- capacity: number;
126
- like_status: string;
127
- metadata: {
128
- form_name: string;
129
- resource_name: string;
130
- combined_resource: {
131
- status: number;
132
- resource_ids: number[];
133
- };
134
- };
135
- created_at: string;
136
- updated_at: string;
137
- deleted_at: null;
138
- children: {
139
- id: number;
140
- shop_id: number;
141
- schedule_event_id: number;
142
- category: string;
143
- form_id: number;
144
- parent_relation_id: number;
145
- relation_type: string;
146
- relation_id: number;
147
- capacity: number;
148
- like_status: string;
149
- metadata: null;
150
- created_at: string;
151
- updated_at: string;
152
- deleted_at: null;
153
- }[];
154
- } | {
155
- id: number;
156
- shop_id: number;
157
- schedule_event_id: number;
158
- category: string;
159
- form_id: number;
160
- parent_relation_id: number;
161
- relation_type: string;
162
- relation_id: number;
163
- capacity: number;
164
- like_status: string;
165
- metadata: {
166
- form_name: string;
167
- resource_name: string;
168
- combined_resource?: undefined;
169
- };
170
- created_at: string;
171
- updated_at: string;
172
- deleted_at: null;
173
- children: never[];
174
- } | {
175
- id: number;
176
- shop_id: number;
177
- schedule_event_id: number;
178
- category: string;
179
- form_id: number;
180
- parent_relation_id: number;
181
- relation_type: string;
182
- relation_id: number;
183
- capacity: number;
184
- like_status: string;
185
- metadata: {
186
- form_name: string;
187
- resource_name: string;
188
- combined_resource: null;
189
- };
190
- created_at: string;
191
- updated_at: string;
192
- deleted_at: null;
193
- children: never[];
194
- })[];
195
- product: {
196
- id: number;
197
- shop_id: number;
198
- source_shop_id: number;
199
- extension_id: number;
200
- extension_type: string;
201
- title: string;
202
- slug: string;
203
- title_letter: string;
204
- category_letter: string;
205
- vendor_letter: string;
206
- tag_letter: string;
207
- subtitle: string;
208
- description: string;
209
- cover: string;
210
- price: string;
211
- original_price: string;
212
- cost_price: string;
213
- sort_price: string;
214
- minimum_markup_price: string;
215
- is_gst: number;
216
- is_delivery: number;
217
- weight_unit: string;
218
- weight_value: string;
219
- code: string;
220
- barcode: string;
221
- unit: string;
222
- unit_value: number;
223
- is_track: number;
224
- stock_quantity: number;
225
- sum_stock: number;
226
- sales_quantity: number;
227
- order_sales_quantity: number;
228
- over_sold: number;
229
- status: string;
230
- sell_status: number;
231
- published_time: string;
232
- shop_update_time: string;
233
- audit_time: null;
234
- is_recommend: number;
235
- is_email_required: number;
236
- open_box_specification: number;
237
- open_sold_weight: number;
238
- audit_status: string;
239
- shop_status: string;
240
- weight: number;
241
- sort: number;
242
- type: string;
243
- channel_application: string[];
244
- channel_id: number;
245
- is_bundle: number;
246
- rebate_type: string;
247
- rebate_value: string;
248
- create_account_id: number;
249
- update_account_id: number;
250
- source_product_id: number;
251
- start_at: null;
252
- created_at: string;
253
- updated_at: string;
254
- deleted_at: null;
255
- duration: {
256
- type: string;
257
- value: number;
258
- };
259
- product_resource: {
260
- resources: ({
261
- id: number;
262
- title: string;
263
- status: number;
264
- code: string;
265
- created_at: string;
266
- updated_at: string;
267
- type: string;
268
- optional_resource: number[];
269
- default_resource: never[];
270
- select_type: {
271
- type: string;
272
- min: number;
273
- max: number;
274
- };
275
- resource_type_id: number;
276
- } | {
277
- id: number;
278
- title: string;
279
- status: number;
280
- code: string;
281
- created_at: string;
282
- updated_at: null;
283
- type: string;
284
- optional_resource: never[];
285
- default_resource: never[];
286
- select_type: {
287
- type: string;
288
- min: number;
289
- max: number;
290
- };
291
- resource_type_id: number;
292
- })[];
293
- type: string;
294
- };
295
- capacity: {
296
- type: string;
297
- custom: {
298
- name: {
299
- en: string;
300
- "zh-CN": string;
301
- "zh-HK": string;
302
- ja: string;
303
- pt: string;
304
- original: string;
305
- };
306
- min: number;
307
- max: number;
308
- id: string;
309
- }[];
310
- package: never[];
311
- };
312
- product_display_setting: {
313
- kiosk: {
314
- use_display_mode: number;
315
- product_option_mode: null;
316
- product_option_mode_paging: null;
317
- product_bundle_mode: null;
318
- product_bundle_mode_paging: null;
319
- };
320
- };
321
- is_charge_tax: number;
322
- base_price: string;
323
- };
324
- detail: {
325
- order_id: number;
326
- shop_id: number;
327
- product_id: number;
328
- product_variant_id: number;
329
- product_unique_string: string;
330
- product_title: string;
331
- product_cover: string;
332
- product_sku: {
333
- code: string;
334
- name: string;
335
- unit: string;
336
- weight: number;
337
- barcode: string;
338
- sku_ids: string;
339
- variant: never[];
340
- subtitle: {
341
- en: null;
342
- auto: string;
343
- "zh-CN": null;
344
- "zh-HK": null;
345
- ja: null;
346
- pt: null;
347
- kitchen: null;
348
- original: string;
349
- };
350
- unit_price: number;
351
- variant_id: number;
352
- unit_weight: number;
353
- open_sold_weight: number;
354
- open_box_specification: number;
355
- box_specification_quantity: number;
356
- };
357
- product_bundle: {
358
- num: number;
359
- code: string;
360
- price: number;
361
- option: never[];
362
- barcode: string;
363
- bundle_id: number;
364
- price_type: string;
365
- bundle_title: string;
366
- extension_id: number;
367
- extension_type: string;
368
- price_type_ext: string;
369
- bundle_group_id: number;
370
- bundle_sum_type: string;
371
- bundle_sum_price: string;
372
- bundle_group_name: string;
373
- bundle_product_id: number;
374
- bundle_variant_id: number;
375
- }[];
376
- gift_card: number;
377
- selling_price: string;
378
- original_price: string;
379
- cost_price: string;
380
- product_quantity: number;
381
- payment_price: string;
382
- deposit_price: string;
383
- tax_fee: string;
384
- is_charge_tax: number;
385
- refund_quantity: number;
386
- refund_status: string;
387
- shipping_status: string;
388
- payment_status: string;
389
- commission: number;
390
- commission_tax: number;
391
- rebate_type: string;
392
- rebate_value: string;
393
- commission_percent: string;
394
- channel: string;
395
- channel_id: number;
396
- item_relation_id: number;
397
- schedule_event_id: number;
398
- note: string;
399
- metadata: {
400
- capacity: {
401
- id: number;
402
- name: string;
403
- value: number;
404
- }[];
405
- source_product_price: string;
406
- appointment_order_product_type: string;
407
- };
408
- extension_type: string;
409
- before_product_quantity: number;
410
- remove_product_quantity: number;
411
- deleted_at: null;
412
- created_at: string;
413
- updated_at: string;
414
- order_detail_id: number;
415
- product_option_string: string;
416
- product_subtitle: string;
417
- source_product_price: string;
418
- discount_list: never[];
419
- discount_amount: number;
420
- product_discount_reason: string;
421
- discount_type: string;
422
- discountway: string;
423
- discount_per: string;
424
- };
425
- relation_details: never[];
426
- holder: {
427
- customer_id: number;
428
- form_id: number;
429
- form_record: never[];
430
- };
431
- }[];
432
- };
433
- is_other_entrance_edited: number;
434
- contacts: never[];
435
- is_deposit: number;
436
- deposit_amount: string;
437
- deposit_payment_time: null;
438
- deposit_payment_status: string;
439
- deposit_unpaid_amount: string;
440
- deposit_paid_amount: string;
441
- deposit_origin_paid_amount: string;
442
- created_at: string;
443
- shop_full_order_number: string;
444
- payment_time: null;
445
- payment_types: never[];
446
- payment_processing_payment_nums: number;
447
- payments: never[];
448
- metadata: {
449
- product_discount_version: string;
450
- appointment_structure_version: string;
451
- appointment_booking_parent_schedule_id: number;
452
- };
453
- customer_with_extra: {
454
- id: number;
455
- shop_id: number;
456
- user_id: number;
457
- status: number;
458
- country_calling_code: string;
459
- cover: string;
460
- phone: string;
461
- display_name: string;
462
- first_name: string;
463
- last_name: string;
464
- nickname: string;
465
- email: string;
466
- gender: number;
467
- birthday: null;
468
- tax_exempt: null;
469
- accepts_marketing: number;
470
- note: string;
471
- orders_count: number;
472
- total_spent: string;
473
- locale: string;
474
- last_visit_time: null;
475
- is_register: number;
476
- source_type: string;
477
- channel: string;
478
- register_channel: string;
479
- source_id: number;
480
- platform_token: string;
481
- platform: string;
482
- member_id: string;
483
- total_integral: string;
484
- guest_code: null;
485
- is_deleted: number;
486
- create_time: null;
487
- update_time: string;
488
- created_at: null;
489
- updated_at: string;
490
- deleted_at: null;
491
- waiver_form: never[];
492
- };
493
- total_discount_amount: string;
494
- };
495
- export declare const mockResources: ({
496
- id: number;
497
- main_field: string;
498
- sort: number;
499
- form_id: number;
500
- times: {
501
- keys: string;
502
- schedule_id: number;
503
- item_type: string;
504
- item_id: number;
505
- start_date: string;
506
- end_date: string;
507
- start_time: string;
508
- end_time: string;
509
- is_all: number;
510
- relation_type: string;
511
- start_at: string;
512
- end_at: string;
513
- event_list: never[];
514
- }[];
515
- capacity: number;
516
- combined_resource: null;
517
- resource_form_id: number;
518
- } | {
519
- id: number;
520
- main_field: string;
521
- sort: number;
522
- form_id: number;
523
- times: {
524
- keys: string;
525
- schedule_id: number;
526
- item_type: string;
527
- item_id: number;
528
- start_date: string;
529
- end_date: string;
530
- start_time: string;
531
- end_time: string;
532
- is_all: number;
533
- max_participants_type: string;
534
- max_participants_limit: number;
535
- relation_type: string;
536
- start_at: string;
537
- end_at: string;
538
- event_list: never[];
539
- }[];
540
- capacity: number;
541
- combined_resource: null;
542
- resource_form_id: number;
543
- } | {
544
- id: number;
545
- main_field: string;
546
- sort: number;
547
- form_id: number;
548
- times: {
549
- keys: string;
550
- schedule_id: number;
551
- item_type: string;
552
- item_id: number;
553
- start_date: string;
554
- end_date: string;
555
- start_time: string;
556
- end_time: string;
557
- is_all: number;
558
- relation_type: string;
559
- start_at: string;
560
- end_at: string;
561
- event_list: {
562
- keys: string;
563
- pax: number;
564
- relation_id: number;
565
- start_at: string;
566
- end_at: string;
567
- type: string;
568
- }[];
569
- }[];
570
- capacity: number;
571
- combined_resource: null;
572
- resource_form_id: string;
573
- } | {
574
- id: number;
575
- main_field: string;
576
- sort: number;
577
- form_id: number;
578
- times: {
579
- keys: string;
580
- schedule_id: number;
581
- item_type: string;
582
- item_id: number;
583
- start_date: string;
584
- end_date: string;
585
- start_time: string;
586
- end_time: string;
587
- is_all: number;
588
- relation_type: string;
589
- start_at: string;
590
- end_at: string;
591
- event_list: {
592
- id: number;
593
- start_date: string;
594
- start_time: string;
595
- end_date: string;
596
- end_time: string;
597
- relation_id: number;
598
- number: number;
599
- start_at: string;
600
- end_at: string;
601
- keys: string;
602
- pax: number;
603
- type: string;
604
- }[];
605
- }[];
606
- capacity: number;
607
- combined_resource: null;
608
- resource_form_id: string;
609
- } | {
610
- id: number;
611
- main_field: string;
612
- sort: number;
613
- form_id: number;
614
- times: {
615
- keys: string;
616
- schedule_id: number;
617
- item_type: string;
618
- item_id: number;
619
- start_date: string;
620
- end_date: string;
621
- start_time: string;
622
- end_time: string;
623
- is_all: number;
624
- relation_type: string;
625
- start_at: string;
626
- end_at: string;
627
- event_list: {
628
- id: number;
629
- start_date: string;
630
- start_time: string;
631
- end_date: string;
632
- end_time: string;
633
- relation_id: number;
634
- number: number;
635
- start_at: string;
636
- end_at: string;
637
- keys: string;
638
- pax: number;
639
- type: string;
640
- }[];
641
- }[];
642
- capacity: number;
643
- combined_resource: {
644
- status: number;
645
- resource_ids: number[];
646
- };
647
- resource_form_id: number;
648
- } | {
649
- id: number;
650
- main_field: string;
651
- sort: number;
652
- form_id: number;
653
- times: {
654
- keys: string;
655
- schedule_id: number;
656
- item_type: string;
657
- item_id: number;
658
- start_date: string;
659
- end_date: string;
660
- start_time: string;
661
- end_time: string;
662
- is_all: number;
663
- relation_type: string;
664
- start_at: string;
665
- end_at: string;
666
- event_list: never[];
667
- }[];
668
- capacity: number;
669
- combined_resource: {
670
- status: number;
671
- resource_ids: number[];
672
- };
673
- resource_form_id: string;
674
- })[];
675
- export declare const mockProps: {
676
- toStartDate: string;
677
- toEndDate: string;
678
- event: {
679
- id: number;
680
- keys: string;
681
- schedule_id: number;
682
- schedule_name: string;
683
- item_type: string;
684
- item_id: number;
685
- start_date: string;
686
- end_date: string;
687
- start_time: string;
688
- end_time: string;
689
- is_all: number;
690
- max_participants_type: string;
691
- max_participants_limit: number;
692
- name: string;
693
- holder_name: string;
694
- number: number;
695
- appointment_status: string;
696
- like_status: string;
697
- type: string;
698
- sub_type: string;
699
- resource_id: number;
700
- service_id: number;
701
- form: {
702
- form_record_id: number;
703
- value: string;
704
- type: string;
705
- };
706
- notes: never[];
707
- order: {
708
- id: number;
709
- order_platform: string;
710
- order_payment_status: string;
711
- };
712
- extras: null;
713
- parent_id: number;
714
- version: string;
715
- color: string;
716
- status: number;
717
- extension_id: number;
718
- data_type: string;
719
- few_day: boolean;
720
- customers: ({
721
- customer_id: number;
722
- nickname: string;
723
- cover: string;
724
- phone: string;
725
- country_calling_code: string;
726
- display_name: string;
727
- email: string;
728
- note: string;
729
- order: {
730
- id: number;
731
- customer_id: number;
732
- payment_status: string;
733
- is_deposit: number;
734
- type: string;
735
- note: string;
736
- discount_amount: string;
737
- expect_amount: string;
738
- payment_time: null;
739
- total_amount: string;
740
- deposit_amount: string;
741
- product_amount: string;
742
- order_time: string;
743
- detail: {
744
- id: number;
745
- order_id: number;
746
- product_title: string;
747
- product_quantity: number;
748
- selling_price: string;
749
- product_id: number;
750
- extension_type: string;
751
- product_sku: {
752
- code: string;
753
- name: string;
754
- unit: string;
755
- weight: number;
756
- barcode: string;
757
- sku_ids: string;
758
- variant: never[];
759
- subtitle: {
760
- en: null;
761
- auto: string;
762
- "zh-CN": null;
763
- "zh-HK": null;
764
- kitchen: null;
765
- original: string;
766
- };
767
- unit_price: number;
768
- variant_id: number;
769
- unit_weight: number;
770
- open_sold_weight: number;
771
- open_box_specification: number;
772
- box_specification_quantity: number;
773
- };
774
- schedule_event_id: number;
775
- product_option_string: string;
776
- }[];
777
- surcharge: never[];
778
- deposit_status: null;
779
- total_refund_amount: string;
780
- has_pay: string;
781
- order_paid_amount: number;
782
- paid_amount: number;
783
- payment: never[];
784
- surcharge_fee: number;
785
- tip: never[];
786
- tip_fee: number;
787
- };
788
- order_detail: {
789
- product_id: number;
790
- payment_price: string;
791
- product_title: {
792
- en: null;
793
- auto: string;
794
- "zh-CN": null;
795
- "zh-HK": null;
796
- ja: null;
797
- pt: null;
798
- kitchen: null;
799
- original: string;
800
- };
801
- refund_quantity: number;
802
- product_quantity: number;
803
- };
804
- event_id: number;
805
- order_id: number;
806
- extension_id: number;
807
- type: string;
808
- } | {
809
- customer_id: number;
810
- nickname: string;
811
- cover: string;
812
- phone: string;
813
- country_calling_code: string;
814
- display_name: string;
815
- email: string;
816
- note: string;
817
- order: {
818
- id: number;
819
- customer_id: number;
820
- payment_status: string;
821
- is_deposit: number;
822
- type: string;
823
- note: string;
824
- discount_amount: string;
825
- expect_amount: string;
826
- payment_time: null;
827
- total_amount: string;
828
- deposit_amount: string;
829
- product_amount: string;
830
- order_time: string;
831
- detail: {
832
- id: number;
833
- order_id: number;
834
- product_title: string;
835
- product_quantity: number;
836
- selling_price: string;
837
- product_id: number;
838
- extension_type: string;
839
- product_sku: {
840
- code: string;
841
- name: string;
842
- unit: string;
843
- weight: number;
844
- barcode: string;
845
- sku_ids: string;
846
- variant: never[];
847
- subtitle: {
848
- en: null;
849
- auto: string;
850
- "zh-CN": null;
851
- "zh-HK": null;
852
- ja: null;
853
- pt: null;
854
- kitchen: null;
855
- original: string;
856
- };
857
- unit_price: number;
858
- variant_id: number;
859
- unit_weight: number;
860
- open_sold_weight: number;
861
- open_box_specification: number;
862
- box_specification_quantity: number;
863
- };
864
- schedule_event_id: number;
865
- product_option_string: string;
866
- }[];
867
- surcharge: never[];
868
- deposit_status: null;
869
- total_refund_amount: string;
870
- has_pay: string;
871
- order_paid_amount: number;
872
- paid_amount: number;
873
- payment: never[];
874
- surcharge_fee: number;
875
- tip: never[];
876
- tip_fee: number;
877
- };
878
- order_detail: {
879
- product_id: number;
880
- payment_price: string;
881
- product_title: {
882
- en: null;
883
- auto: string;
884
- "zh-CN": null;
885
- "zh-HK": null;
886
- ja: null;
887
- pt: null;
888
- kitchen: null;
889
- original: string;
890
- };
891
- refund_quantity: number;
892
- product_quantity: number;
893
- };
894
- event_id: number;
895
- order_id: number;
896
- extension_id: number;
897
- type: string;
898
- } | {
899
- customer_id: number;
900
- nickname: string;
901
- cover: string;
902
- phone: string;
903
- country_calling_code: string;
904
- display_name: string;
905
- email: string;
906
- note: string;
907
- order: {
908
- id: number;
909
- customer_id: number;
910
- payment_status: string;
911
- is_deposit: number;
912
- type: string;
913
- note: string;
914
- discount_amount: string;
915
- expect_amount: string;
916
- payment_time: null;
917
- total_amount: string;
918
- deposit_amount: string;
919
- product_amount: string;
920
- order_time: string;
921
- detail: {
922
- id: number;
923
- order_id: number;
924
- product_title: string;
925
- product_quantity: number;
926
- selling_price: string;
927
- product_id: number;
928
- extension_type: string;
929
- product_sku: {
930
- code: string;
931
- name: string;
932
- unit: string;
933
- weight: number;
934
- barcode: string;
935
- sku_ids: string;
936
- variant: never[];
937
- subtitle: {
938
- en: null;
939
- auto: string;
940
- "zh-CN": null;
941
- "zh-HK": null;
942
- kitchen: null;
943
- original: string;
944
- };
945
- unit_price: number;
946
- variant_id: number;
947
- unit_weight: number;
948
- open_sold_weight: number;
949
- open_box_specification: number;
950
- box_specification_quantity: number;
951
- };
952
- schedule_event_id: number;
953
- product_option_string: string;
954
- }[];
955
- surcharge: never[];
956
- deposit_status: null;
957
- total_refund_amount: string;
958
- has_pay: string;
959
- order_paid_amount: number;
960
- paid_amount: number;
961
- payment: never[];
962
- surcharge_fee: number;
963
- tip: never[];
964
- tip_fee: number;
965
- };
966
- order_detail: {
967
- product_id: number;
968
- payment_price: string;
969
- product_title: {
970
- en: null;
971
- auto: string;
972
- "zh-CN": null;
973
- "zh-HK": null;
974
- kitchen: null;
975
- original: string;
976
- ja?: undefined;
977
- pt?: undefined;
978
- };
979
- refund_quantity: number;
980
- product_quantity: number;
981
- };
982
- event_id: number;
983
- order_id: number;
984
- extension_id: number;
985
- type: string;
986
- })[];
987
- eventEditable: boolean;
988
- };
989
- fromResourceId: string;
990
- toResourceId: string;
991
- };