@pisell/private-materials 6.3.6 → 6.3.9

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 (371) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/meta.js +1 -1
  5. package/build/lowcode/render/default/view.js +1 -1
  6. package/build/lowcode/view.js +1 -1
  7. package/es/components/appointmentBooking/components/Footer/index.d.ts +1 -0
  8. package/es/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
  9. package/es/components/booking/addons/model.d.ts +1 -10
  10. package/es/components/booking/forms/model.d.ts +1 -10
  11. package/es/components/booking/info/dateRange/index.d.ts +1 -0
  12. package/es/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
  13. package/es/components/booking/info/model.d.ts +1 -10
  14. package/es/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
  15. package/es/components/booking/info2/service/addService/utils.js +16 -1
  16. package/es/components/booking/model.d.ts +1 -9
  17. package/es/components/booking/notes/model.d.ts +1 -10
  18. package/es/components/booking/payments/model.d.ts +1 -10
  19. package/es/components/booking/utils.d.ts +2 -2
  20. package/es/components/eftposPay/amount.d.ts +1 -1
  21. package/es/components/eftposPay/device.d.ts +1 -1
  22. package/es/components/eftposPay/hooks.d.ts +2 -2
  23. package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
  24. package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
  25. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
  26. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
  27. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
  28. package/es/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -0
  29. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
  30. package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
  31. package/es/components/pay/toC/model.d.ts +1 -9
  32. package/es/components/schedules/model.d.ts +1 -9
  33. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -0
  34. package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -0
  35. package/es/components/shoppingCart/components/Cart/Product.d.ts +1 -0
  36. package/es/components/wallet/Detail/model.d.ts +1 -13
  37. package/es/components/wallet/DiscountCard/model.d.ts +1 -14
  38. package/es/components/wallet/PointCard/model.d.ts +1 -13
  39. package/es/components/wallet/RechargeableCard/model.d.ts +1 -29
  40. package/es/components/wallet/Voucher/model.d.ts +1 -13
  41. package/es/components/wallet/model.d.ts +1 -9
  42. package/es/components/workSpaceList/components/Modal/index.d.ts +1 -0
  43. package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
  44. package/lib/components/appointmentBooking/components/Footer/index.d.ts +1 -0
  45. package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
  46. package/lib/components/booking/addons/model.d.ts +1 -10
  47. package/lib/components/booking/forms/model.d.ts +1 -10
  48. package/lib/components/booking/info/dateRange/index.d.ts +1 -0
  49. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
  50. package/lib/components/booking/info/model.d.ts +1 -10
  51. package/lib/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
  52. package/lib/components/booking/info2/service/addService/utils.js +15 -3
  53. package/lib/components/booking/model.d.ts +1 -9
  54. package/lib/components/booking/notes/model.d.ts +1 -10
  55. package/lib/components/booking/payments/model.d.ts +1 -10
  56. package/lib/components/booking/utils.d.ts +2 -2
  57. package/lib/components/eftposPay/amount.d.ts +1 -1
  58. package/lib/components/eftposPay/device.d.ts +1 -1
  59. package/lib/components/eftposPay/hooks.d.ts +2 -2
  60. package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
  61. package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
  62. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
  63. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
  64. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
  65. package/lib/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -0
  66. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
  67. package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
  68. package/lib/components/pay/toC/model.d.ts +1 -9
  69. package/lib/components/schedules/model.d.ts +1 -9
  70. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -0
  71. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -0
  72. package/lib/components/shoppingCart/components/Cart/Product.d.ts +1 -0
  73. package/lib/components/wallet/Detail/model.d.ts +1 -13
  74. package/lib/components/wallet/DiscountCard/model.d.ts +1 -14
  75. package/lib/components/wallet/PointCard/model.d.ts +1 -13
  76. package/lib/components/wallet/RechargeableCard/model.d.ts +1 -29
  77. package/lib/components/wallet/Voucher/model.d.ts +1 -13
  78. package/lib/components/wallet/model.d.ts +1 -9
  79. package/lib/components/workSpaceList/components/Modal/index.d.ts +1 -0
  80. package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
  81. package/package.json +4 -4
  82. package/es/businessModel/SalesModel/Sales/index.d.ts +0 -24
  83. package/es/businessModel/SalesModel/hooks/index.d.ts +0 -1
  84. package/es/businessModel/SalesModel/index.d.ts +0 -3
  85. package/es/businessModel/index.d.ts +0 -0
  86. package/es/components/Sales/Cart/serve.d.ts +0 -2
  87. package/es/components/Sales/Cart/types.d.ts +0 -31
  88. package/es/components/Sales/Cart/utils.d.ts +0 -63
  89. package/es/components/Sales/Checkout/index.d.ts +0 -37
  90. package/es/components/Sales/Checkout/serve.d.ts +0 -15
  91. package/es/components/Sales/Checkout/utils.d.ts +0 -41
  92. package/es/components/Sales/Customer/index.d.ts +0 -25
  93. package/es/components/Sales/Event/Detail.d.ts +0 -30
  94. package/es/components/Sales/Event/index.d.ts +0 -30
  95. package/es/components/Sales/Event/serve.d.ts +0 -49
  96. package/es/components/Sales/Holder/index.d.ts +0 -33
  97. package/es/components/Sales/Holder/serve.d.ts +0 -8
  98. package/es/components/Sales/Init/index.d.ts +0 -25
  99. package/es/components/Sales/Init/serve.d.ts +0 -3
  100. package/es/components/Sales/Resource/index.d.ts +0 -26
  101. package/es/components/Sales/Resource/serve.d.ts +0 -12
  102. package/es/components/Sales/Step/index.d.ts +0 -39
  103. package/es/components/Sales/Summary/index.d.ts +0 -35
  104. package/es/components/Sales/Summary/serve.d.ts +0 -1
  105. package/es/components/Sales/Summary/utils.d.ts +0 -51
  106. package/es/components/Sales/hooks/index.d.ts +0 -1
  107. package/es/components/Sales/index.d.ts +0 -20
  108. package/es/components/Sales/utils/index.d.ts +0 -1
  109. package/es/components/appointmentBooking/components/Cart/utils.d.ts +0 -56
  110. package/es/components/appointmentBooking/components/ConfirmInformation/utils.d.ts +0 -12
  111. package/es/components/appointmentBooking/components/Date/state.d.ts +0 -63
  112. package/es/components/appointmentBooking/components/Form/index.d.ts +0 -4
  113. package/es/components/appointmentBooking/components/Form/utils.d.ts +0 -8
  114. package/es/components/appointmentBooking/components/Resource/utils.d.ts +0 -5
  115. package/es/components/appointmentBooking/context.d.ts +0 -35
  116. package/es/components/appointmentBooking/locales.d.ts +0 -360
  117. package/es/components/appointmentBooking/type.d.ts +0 -17
  118. package/es/components/booking/components/drawer/index.d.ts +0 -19
  119. package/es/components/booking/components/tabPane/index.d.ts +0 -4
  120. package/es/components/booking/components/voucher/utils.d.ts +0 -4
  121. package/es/components/booking/editBookingModal/locales.d.ts +0 -21
  122. package/es/components/booking/editBookingModal/mock.d.ts +0 -807
  123. package/es/components/booking/editBookingModal/serve.d.ts +0 -52
  124. package/es/components/booking/editBookingModal/type.d.ts +0 -12
  125. package/es/components/booking/editBookingModal/utils.d.ts +0 -12
  126. package/es/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
  127. package/es/components/booking/info/Provider.d.ts +0 -0
  128. package/es/components/booking/info/addServiceVariant/index.d.ts +0 -6
  129. package/es/components/booking/info/hooks/useGetHolderList.d.ts +0 -2
  130. package/es/components/booking/info/index.d.ts +0 -3
  131. package/es/components/booking/info/service/editService/constants.d.ts +0 -1
  132. package/es/components/booking/info/service/serviceManager/distributeDiscount.d.ts +0 -11
  133. package/es/components/booking/info/service/serviceManager/utils.d.ts +0 -0
  134. package/es/components/booking/info/service2/hooks/useSelectPet.d.ts +0 -6
  135. package/es/components/booking/info2/service/editService/Resources/MaxLengthSelect/index.d.ts +0 -7
  136. package/es/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +0 -7
  137. package/es/components/booking/info2/utils.d.ts +0 -4
  138. package/es/components/booking/locales.d.ts +0 -831
  139. package/es/components/eftposPay/const.d.ts +0 -184
  140. package/es/components/eftposPay/linkly/hooks/index.d.ts +0 -2
  141. package/es/components/eftposPay/linkly/service.d.ts +0 -32
  142. package/es/components/eftposPay/locales.d.ts +0 -330
  143. package/es/components/eftposPay/manufacturer.d.ts +0 -7
  144. package/es/components/eftposPay/store/index.d.ts +0 -355
  145. package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -2
  146. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -3
  147. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -3
  148. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -4
  149. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -3
  150. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/state.d.ts +0 -63
  151. package/es/components/eventBooking/components/bookingAvailabilityCalendar/index.d.ts +0 -14
  152. package/es/components/eventBooking/components/bookingAvailabilityCalendar/utils.d.ts +0 -34
  153. package/es/components/eventBooking/components/scheduleCalendar/index.d.ts +0 -14
  154. package/es/components/eventBooking/locales.d.ts +0 -246
  155. package/es/components/eventBooking/type.d.ts +0 -17
  156. package/es/components/eventBooking/utils.d.ts +0 -45
  157. package/es/components/login/locales.d.ts +0 -24
  158. package/es/components/pay/toC/PaymentMethods/GlobePayAliPayH5/serve.d.ts +0 -2
  159. package/es/components/pay/toC/PaymentMethods/GlobePayPaypalH5/serve.d.ts +0 -2
  160. package/es/components/pay/toC/PaymentMethods/GlobePayQrcode/serve.d.ts +0 -2
  161. package/es/components/pay/toC/PaymentMethods/GlobePayWxH5/serve.d.ts +0 -2
  162. package/es/components/pay/toC/PaymentMethods/StripePay/serve.d.ts +0 -2
  163. package/es/components/pay/toC/PaymentMethods/SuperPayAliPayH5/serve.d.ts +0 -2
  164. package/es/components/pay/toC/PaymentMethods/SuperPayWxPayH5/serve.d.ts +0 -2
  165. package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -113
  166. package/es/components/pay/toC/locales.d.ts +0 -289
  167. package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -2
  168. package/es/components/productSelect/components/TabProduct/tabs/index.d.ts +0 -21
  169. package/es/components/productSelect/hooks/useToken.d.ts +0 -18
  170. package/es/components/productSelect/locales.d.ts +0 -18
  171. package/es/components/productSelect/mock.d.ts +0 -134
  172. package/es/components/productSelect/theme/token.d.ts +0 -17
  173. package/es/components/shoppingCart/Provider.d.ts +0 -3
  174. package/es/components/shoppingCart/components/Empty/index.d.ts +0 -3
  175. package/es/components/shoppingCart/components/Render/index.d.ts +0 -3
  176. package/es/components/shoppingCart/hooks/useContext.d.ts +0 -1
  177. package/es/components/shoppingCart/locales.d.ts +0 -33
  178. package/es/components/shoppingCart/mock.d.ts +0 -40
  179. package/es/components/shoppingCart/type.d.ts +0 -48
  180. package/es/components/shoppingCart/utils.d.ts +0 -63
  181. package/es/components/stepController/components/Content/index.d.ts +0 -7
  182. package/es/components/stepController/components/Footer/index.d.ts +0 -8
  183. package/es/components/stepController/locales.d.ts +0 -27
  184. package/es/components/stepController/types.d.ts +0 -23
  185. package/es/components/subTotal/locales.d.ts +0 -42
  186. package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -6
  187. package/es/components/ticketBooking/data.d.ts +0 -58
  188. package/es/components/ticketBooking/hooks/useNetworkStatus.d.ts +0 -11
  189. package/es/components/ticketBooking/locales.d.ts +0 -174
  190. package/es/components/ticketBooking/miniRedux.d.ts +0 -22
  191. package/es/components/ticketBooking/serve.d.ts +0 -287
  192. package/es/components/wallet/Detail/locales.d.ts +0 -96
  193. package/es/components/wallet/Detail/serve.d.ts +0 -39
  194. package/es/components/wallet/RechargeableCard/serve.d.ts +0 -23
  195. package/es/components/wallet/Voucher/locales.d.ts +0 -21
  196. package/es/components/wallet/components/index.d.ts +0 -2
  197. package/es/components/wallet/locales.d.ts +0 -132
  198. package/es/components/walletList/locales.d.ts +0 -18
  199. package/es/components/walletList/model.d.ts +0 -6
  200. package/es/components/walletList/serve.d.ts +0 -20
  201. package/es/components/walletList/types/index.d.ts +0 -194
  202. package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
  203. package/es/components/workSpaceList/components/Card/constants.d.ts +0 -2
  204. package/es/components/workSpaceList/components/WorkspaceItem/index.d.ts +0 -22
  205. package/es/hooks/useEngineContext.d.ts +0 -10
  206. package/es/hooks/useLocale.d.ts +0 -2
  207. package/es/hooks/useLoginUser.d.ts +0 -2
  208. package/es/hooks/useWindowSize.d.ts +0 -5
  209. package/es/plus/productSelect/CategoryTabs/CategorySkeleton.d.ts +0 -10
  210. package/es/plus/productSelect/CategoryTabs/index.d.ts +0 -18
  211. package/es/plus/productSelect/ProductCard/ProductCardSkeleton.d.ts +0 -10
  212. package/es/plus/productSelect/ProductList/gridComponents.d.ts +0 -44
  213. package/es/plus/productSelect/ProductList/index.d.ts +0 -22
  214. package/es/plus/productSelect/components/IntersectionObserver.d.ts +0 -42
  215. package/es/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +0 -30
  216. package/es/plus/productSelect/components/TabsStructure/hooks.d.ts +0 -22
  217. package/es/plus/productSelect/components/TabsStructure/index.d.ts +0 -5
  218. package/es/plus/productSelect/components/TabsStructure/styles.d.ts +0 -47
  219. package/es/plus/productSelect/components/TabsStructure/types.d.ts +0 -105
  220. package/es/plus/productSelect/components/TabsStructure/utils.d.ts +0 -12
  221. package/es/plus/productSelect/hooks/useToken.d.ts +0 -18
  222. package/es/plus/productSelect/locales.d.ts +0 -18
  223. package/es/plus/productSelect/theme/token.d.ts +0 -17
  224. package/es/utils/date.d.ts +0 -11
  225. package/es/utils/locales.d.ts +0 -1
  226. package/es/utils/tasks/type.d.ts +0 -4
  227. package/lib/businessModel/SalesModel/Sales/index.d.ts +0 -24
  228. package/lib/businessModel/SalesModel/hooks/index.d.ts +0 -1
  229. package/lib/businessModel/SalesModel/index.d.ts +0 -3
  230. package/lib/businessModel/index.d.ts +0 -0
  231. package/lib/components/Sales/Cart/serve.d.ts +0 -2
  232. package/lib/components/Sales/Cart/types.d.ts +0 -31
  233. package/lib/components/Sales/Cart/utils.d.ts +0 -63
  234. package/lib/components/Sales/Checkout/index.d.ts +0 -37
  235. package/lib/components/Sales/Checkout/serve.d.ts +0 -15
  236. package/lib/components/Sales/Checkout/utils.d.ts +0 -41
  237. package/lib/components/Sales/Customer/index.d.ts +0 -25
  238. package/lib/components/Sales/Event/Detail.d.ts +0 -30
  239. package/lib/components/Sales/Event/index.d.ts +0 -30
  240. package/lib/components/Sales/Event/serve.d.ts +0 -49
  241. package/lib/components/Sales/Holder/index.d.ts +0 -33
  242. package/lib/components/Sales/Holder/serve.d.ts +0 -8
  243. package/lib/components/Sales/Init/index.d.ts +0 -25
  244. package/lib/components/Sales/Init/serve.d.ts +0 -3
  245. package/lib/components/Sales/Resource/index.d.ts +0 -26
  246. package/lib/components/Sales/Resource/serve.d.ts +0 -12
  247. package/lib/components/Sales/Step/index.d.ts +0 -39
  248. package/lib/components/Sales/Summary/index.d.ts +0 -35
  249. package/lib/components/Sales/Summary/serve.d.ts +0 -1
  250. package/lib/components/Sales/Summary/utils.d.ts +0 -51
  251. package/lib/components/Sales/hooks/index.d.ts +0 -1
  252. package/lib/components/Sales/index.d.ts +0 -20
  253. package/lib/components/Sales/utils/index.d.ts +0 -1
  254. package/lib/components/appointmentBooking/components/Cart/utils.d.ts +0 -56
  255. package/lib/components/appointmentBooking/components/ConfirmInformation/utils.d.ts +0 -12
  256. package/lib/components/appointmentBooking/components/Date/state.d.ts +0 -63
  257. package/lib/components/appointmentBooking/components/Form/index.d.ts +0 -4
  258. package/lib/components/appointmentBooking/components/Form/utils.d.ts +0 -8
  259. package/lib/components/appointmentBooking/components/Resource/utils.d.ts +0 -5
  260. package/lib/components/appointmentBooking/context.d.ts +0 -35
  261. package/lib/components/appointmentBooking/locales.d.ts +0 -360
  262. package/lib/components/appointmentBooking/type.d.ts +0 -17
  263. package/lib/components/booking/components/drawer/index.d.ts +0 -19
  264. package/lib/components/booking/components/tabPane/index.d.ts +0 -4
  265. package/lib/components/booking/components/voucher/utils.d.ts +0 -4
  266. package/lib/components/booking/editBookingModal/locales.d.ts +0 -21
  267. package/lib/components/booking/editBookingModal/mock.d.ts +0 -807
  268. package/lib/components/booking/editBookingModal/serve.d.ts +0 -52
  269. package/lib/components/booking/editBookingModal/type.d.ts +0 -12
  270. package/lib/components/booking/editBookingModal/utils.d.ts +0 -12
  271. package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
  272. package/lib/components/booking/info/Provider.d.ts +0 -0
  273. package/lib/components/booking/info/addServiceVariant/index.d.ts +0 -6
  274. package/lib/components/booking/info/hooks/useGetHolderList.d.ts +0 -2
  275. package/lib/components/booking/info/index.d.ts +0 -3
  276. package/lib/components/booking/info/service/editService/constants.d.ts +0 -1
  277. package/lib/components/booking/info/service/serviceManager/distributeDiscount.d.ts +0 -11
  278. package/lib/components/booking/info/service/serviceManager/utils.d.ts +0 -0
  279. package/lib/components/booking/info/service2/hooks/useSelectPet.d.ts +0 -6
  280. package/lib/components/booking/info2/service/editService/Resources/MaxLengthSelect/index.d.ts +0 -7
  281. package/lib/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +0 -7
  282. package/lib/components/booking/info2/utils.d.ts +0 -4
  283. package/lib/components/booking/locales.d.ts +0 -831
  284. package/lib/components/eftposPay/const.d.ts +0 -184
  285. package/lib/components/eftposPay/linkly/hooks/index.d.ts +0 -2
  286. package/lib/components/eftposPay/linkly/service.d.ts +0 -32
  287. package/lib/components/eftposPay/locales.d.ts +0 -330
  288. package/lib/components/eftposPay/manufacturer.d.ts +0 -7
  289. package/lib/components/eftposPay/store/index.d.ts +0 -355
  290. package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -2
  291. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -3
  292. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -3
  293. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -4
  294. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -3
  295. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/state.d.ts +0 -63
  296. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/index.d.ts +0 -14
  297. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/utils.d.ts +0 -34
  298. package/lib/components/eventBooking/components/scheduleCalendar/index.d.ts +0 -14
  299. package/lib/components/eventBooking/locales.d.ts +0 -246
  300. package/lib/components/eventBooking/type.d.ts +0 -17
  301. package/lib/components/eventBooking/utils.d.ts +0 -45
  302. package/lib/components/login/locales.d.ts +0 -24
  303. package/lib/components/pay/toC/PaymentMethods/GlobePayAliPayH5/serve.d.ts +0 -2
  304. package/lib/components/pay/toC/PaymentMethods/GlobePayPaypalH5/serve.d.ts +0 -2
  305. package/lib/components/pay/toC/PaymentMethods/GlobePayQrcode/serve.d.ts +0 -2
  306. package/lib/components/pay/toC/PaymentMethods/GlobePayWxH5/serve.d.ts +0 -2
  307. package/lib/components/pay/toC/PaymentMethods/StripePay/serve.d.ts +0 -2
  308. package/lib/components/pay/toC/PaymentMethods/SuperPayAliPayH5/serve.d.ts +0 -2
  309. package/lib/components/pay/toC/PaymentMethods/SuperPayWxPayH5/serve.d.ts +0 -2
  310. package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -113
  311. package/lib/components/pay/toC/locales.d.ts +0 -289
  312. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -2
  313. package/lib/components/productSelect/components/TabProduct/tabs/index.d.ts +0 -21
  314. package/lib/components/productSelect/hooks/useToken.d.ts +0 -18
  315. package/lib/components/productSelect/locales.d.ts +0 -18
  316. package/lib/components/productSelect/mock.d.ts +0 -134
  317. package/lib/components/productSelect/theme/token.d.ts +0 -17
  318. package/lib/components/shoppingCart/Provider.d.ts +0 -3
  319. package/lib/components/shoppingCart/components/Empty/index.d.ts +0 -3
  320. package/lib/components/shoppingCart/components/Render/index.d.ts +0 -3
  321. package/lib/components/shoppingCart/hooks/useContext.d.ts +0 -1
  322. package/lib/components/shoppingCart/locales.d.ts +0 -33
  323. package/lib/components/shoppingCart/mock.d.ts +0 -40
  324. package/lib/components/shoppingCart/type.d.ts +0 -48
  325. package/lib/components/shoppingCart/utils.d.ts +0 -63
  326. package/lib/components/stepController/components/Content/index.d.ts +0 -7
  327. package/lib/components/stepController/components/Footer/index.d.ts +0 -8
  328. package/lib/components/stepController/locales.d.ts +0 -27
  329. package/lib/components/stepController/types.d.ts +0 -23
  330. package/lib/components/subTotal/locales.d.ts +0 -42
  331. package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -6
  332. package/lib/components/ticketBooking/data.d.ts +0 -58
  333. package/lib/components/ticketBooking/hooks/useNetworkStatus.d.ts +0 -11
  334. package/lib/components/ticketBooking/locales.d.ts +0 -174
  335. package/lib/components/ticketBooking/miniRedux.d.ts +0 -22
  336. package/lib/components/ticketBooking/serve.d.ts +0 -287
  337. package/lib/components/wallet/Detail/locales.d.ts +0 -96
  338. package/lib/components/wallet/Detail/serve.d.ts +0 -39
  339. package/lib/components/wallet/RechargeableCard/serve.d.ts +0 -23
  340. package/lib/components/wallet/Voucher/locales.d.ts +0 -21
  341. package/lib/components/wallet/components/index.d.ts +0 -2
  342. package/lib/components/wallet/locales.d.ts +0 -132
  343. package/lib/components/walletList/locales.d.ts +0 -18
  344. package/lib/components/walletList/model.d.ts +0 -6
  345. package/lib/components/walletList/serve.d.ts +0 -20
  346. package/lib/components/walletList/types/index.d.ts +0 -194
  347. package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
  348. package/lib/components/workSpaceList/components/Card/constants.d.ts +0 -2
  349. package/lib/components/workSpaceList/components/WorkspaceItem/index.d.ts +0 -22
  350. package/lib/hooks/useEngineContext.d.ts +0 -10
  351. package/lib/hooks/useLocale.d.ts +0 -2
  352. package/lib/hooks/useLoginUser.d.ts +0 -2
  353. package/lib/hooks/useWindowSize.d.ts +0 -5
  354. package/lib/plus/productSelect/CategoryTabs/CategorySkeleton.d.ts +0 -10
  355. package/lib/plus/productSelect/CategoryTabs/index.d.ts +0 -18
  356. package/lib/plus/productSelect/ProductCard/ProductCardSkeleton.d.ts +0 -10
  357. package/lib/plus/productSelect/ProductList/gridComponents.d.ts +0 -44
  358. package/lib/plus/productSelect/ProductList/index.d.ts +0 -22
  359. package/lib/plus/productSelect/components/IntersectionObserver.d.ts +0 -42
  360. package/lib/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +0 -30
  361. package/lib/plus/productSelect/components/TabsStructure/hooks.d.ts +0 -22
  362. package/lib/plus/productSelect/components/TabsStructure/index.d.ts +0 -5
  363. package/lib/plus/productSelect/components/TabsStructure/styles.d.ts +0 -47
  364. package/lib/plus/productSelect/components/TabsStructure/types.d.ts +0 -105
  365. package/lib/plus/productSelect/components/TabsStructure/utils.d.ts +0 -12
  366. package/lib/plus/productSelect/hooks/useToken.d.ts +0 -18
  367. package/lib/plus/productSelect/locales.d.ts +0 -18
  368. package/lib/plus/productSelect/theme/token.d.ts +0 -17
  369. package/lib/utils/date.d.ts +0 -11
  370. package/lib/utils/locales.d.ts +0 -1
  371. package/lib/utils/tasks/type.d.ts +0 -4
@@ -1,807 +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
- original: string;
303
- };
304
- min: number;
305
- max: number;
306
- id: string;
307
- }[];
308
- package: never[];
309
- };
310
- product_display_setting: {
311
- kiosk: {
312
- use_display_mode: number;
313
- product_option_mode: null;
314
- product_option_mode_paging: null;
315
- product_bundle_mode: null;
316
- product_bundle_mode_paging: null;
317
- };
318
- };
319
- is_charge_tax: number;
320
- base_price: string;
321
- };
322
- detail: {
323
- order_id: number;
324
- shop_id: number;
325
- product_id: number;
326
- product_variant_id: number;
327
- product_unique_string: string;
328
- product_title: string;
329
- product_cover: string;
330
- product_sku: {
331
- code: string;
332
- name: string;
333
- unit: string;
334
- weight: number;
335
- barcode: string;
336
- sku_ids: string;
337
- variant: never[];
338
- subtitle: {
339
- en: null;
340
- auto: string;
341
- "zh-CN": null;
342
- "zh-HK": null;
343
- kitchen: null;
344
- original: string;
345
- };
346
- unit_price: number;
347
- variant_id: number;
348
- unit_weight: number;
349
- open_sold_weight: number;
350
- open_box_specification: number;
351
- box_specification_quantity: number;
352
- };
353
- product_bundle: {
354
- num: number;
355
- code: string;
356
- price: number;
357
- option: never[];
358
- barcode: string;
359
- bundle_id: number;
360
- price_type: string;
361
- bundle_title: string;
362
- extension_id: number;
363
- extension_type: string;
364
- price_type_ext: string;
365
- bundle_group_id: number;
366
- bundle_sum_type: string;
367
- bundle_sum_price: string;
368
- bundle_group_name: string;
369
- bundle_product_id: number;
370
- bundle_variant_id: number;
371
- }[];
372
- gift_card: number;
373
- selling_price: string;
374
- original_price: string;
375
- cost_price: string;
376
- product_quantity: number;
377
- payment_price: string;
378
- deposit_price: string;
379
- tax_fee: string;
380
- is_charge_tax: number;
381
- refund_quantity: number;
382
- refund_status: string;
383
- shipping_status: string;
384
- payment_status: string;
385
- commission: number;
386
- commission_tax: number;
387
- rebate_type: string;
388
- rebate_value: string;
389
- commission_percent: string;
390
- channel: string;
391
- channel_id: number;
392
- item_relation_id: number;
393
- schedule_event_id: number;
394
- note: string;
395
- metadata: {
396
- capacity: {
397
- id: number;
398
- name: string;
399
- value: number;
400
- }[];
401
- source_product_price: string;
402
- appointment_order_product_type: string;
403
- };
404
- extension_type: string;
405
- before_product_quantity: number;
406
- remove_product_quantity: number;
407
- deleted_at: null;
408
- created_at: string;
409
- updated_at: string;
410
- order_detail_id: number;
411
- product_option_string: string;
412
- product_subtitle: string;
413
- source_product_price: string;
414
- discount_list: never[];
415
- discount_amount: number;
416
- product_discount_reason: string;
417
- discount_type: string;
418
- discountway: string;
419
- discount_per: string;
420
- };
421
- relation_details: never[];
422
- holder: {
423
- customer_id: number;
424
- form_id: number;
425
- form_record: never[];
426
- };
427
- }[];
428
- };
429
- is_other_entrance_edited: number;
430
- contacts: never[];
431
- is_deposit: number;
432
- deposit_amount: string;
433
- deposit_payment_time: null;
434
- deposit_payment_status: string;
435
- deposit_unpaid_amount: string;
436
- deposit_paid_amount: string;
437
- deposit_origin_paid_amount: string;
438
- created_at: string;
439
- shop_full_order_number: string;
440
- payment_time: null;
441
- payment_types: never[];
442
- payment_processing_payment_nums: number;
443
- payments: never[];
444
- metadata: {
445
- product_discount_version: string;
446
- appointment_structure_version: string;
447
- appointment_booking_parent_schedule_id: number;
448
- };
449
- customer_with_extra: {
450
- id: number;
451
- shop_id: number;
452
- user_id: number;
453
- status: number;
454
- country_calling_code: string;
455
- cover: string;
456
- phone: string;
457
- display_name: string;
458
- first_name: string;
459
- last_name: string;
460
- nickname: string;
461
- email: string;
462
- gender: number;
463
- birthday: null;
464
- tax_exempt: null;
465
- accepts_marketing: number;
466
- note: string;
467
- orders_count: number;
468
- total_spent: string;
469
- locale: string;
470
- last_visit_time: null;
471
- is_register: number;
472
- source_type: string;
473
- channel: string;
474
- register_channel: string;
475
- source_id: number;
476
- platform_token: string;
477
- platform: string;
478
- member_id: string;
479
- total_integral: string;
480
- guest_code: null;
481
- is_deleted: number;
482
- create_time: null;
483
- update_time: string;
484
- created_at: null;
485
- updated_at: string;
486
- deleted_at: null;
487
- waiver_form: never[];
488
- };
489
- total_discount_amount: string;
490
- };
491
- export declare const mockResources: ({
492
- id: number;
493
- main_field: string;
494
- sort: number;
495
- form_id: number;
496
- times: {
497
- keys: string;
498
- schedule_id: number;
499
- item_type: string;
500
- item_id: number;
501
- start_date: string;
502
- end_date: string;
503
- start_time: string;
504
- end_time: string;
505
- is_all: number;
506
- relation_type: string;
507
- start_at: string;
508
- end_at: string;
509
- event_list: never[];
510
- }[];
511
- capacity: number;
512
- combined_resource: null;
513
- resource_form_id: number;
514
- } | {
515
- id: number;
516
- main_field: string;
517
- sort: number;
518
- form_id: number;
519
- times: {
520
- keys: string;
521
- schedule_id: number;
522
- item_type: string;
523
- item_id: number;
524
- start_date: string;
525
- end_date: string;
526
- start_time: string;
527
- end_time: string;
528
- is_all: number;
529
- max_participants_type: string;
530
- max_participants_limit: number;
531
- relation_type: string;
532
- start_at: string;
533
- end_at: string;
534
- event_list: never[];
535
- }[];
536
- capacity: number;
537
- combined_resource: null;
538
- resource_form_id: number;
539
- } | {
540
- id: number;
541
- main_field: string;
542
- sort: number;
543
- form_id: number;
544
- times: {
545
- keys: string;
546
- schedule_id: number;
547
- item_type: string;
548
- item_id: number;
549
- start_date: string;
550
- end_date: string;
551
- start_time: string;
552
- end_time: string;
553
- is_all: number;
554
- relation_type: string;
555
- start_at: string;
556
- end_at: string;
557
- event_list: {
558
- keys: string;
559
- pax: number;
560
- relation_id: number;
561
- start_at: string;
562
- end_at: string;
563
- type: string;
564
- }[];
565
- }[];
566
- capacity: number;
567
- combined_resource: null;
568
- resource_form_id: string;
569
- } | {
570
- id: number;
571
- main_field: string;
572
- sort: number;
573
- form_id: number;
574
- times: {
575
- keys: string;
576
- schedule_id: number;
577
- item_type: string;
578
- item_id: number;
579
- start_date: string;
580
- end_date: string;
581
- start_time: string;
582
- end_time: string;
583
- is_all: number;
584
- relation_type: string;
585
- start_at: string;
586
- end_at: string;
587
- event_list: {
588
- id: number;
589
- start_date: string;
590
- start_time: string;
591
- end_date: string;
592
- end_time: string;
593
- relation_id: number;
594
- number: number;
595
- start_at: string;
596
- end_at: string;
597
- keys: string;
598
- pax: number;
599
- type: string;
600
- }[];
601
- }[];
602
- capacity: number;
603
- combined_resource: null;
604
- resource_form_id: string;
605
- } | {
606
- id: number;
607
- main_field: string;
608
- sort: number;
609
- form_id: number;
610
- times: {
611
- keys: string;
612
- schedule_id: number;
613
- item_type: string;
614
- item_id: number;
615
- start_date: string;
616
- end_date: string;
617
- start_time: string;
618
- end_time: string;
619
- is_all: number;
620
- relation_type: string;
621
- start_at: string;
622
- end_at: string;
623
- event_list: {
624
- id: number;
625
- start_date: string;
626
- start_time: string;
627
- end_date: string;
628
- end_time: string;
629
- relation_id: number;
630
- number: number;
631
- start_at: string;
632
- end_at: string;
633
- keys: string;
634
- pax: number;
635
- type: string;
636
- }[];
637
- }[];
638
- capacity: number;
639
- combined_resource: {
640
- status: number;
641
- resource_ids: number[];
642
- };
643
- resource_form_id: number;
644
- } | {
645
- id: number;
646
- main_field: string;
647
- sort: number;
648
- form_id: number;
649
- times: {
650
- keys: string;
651
- schedule_id: number;
652
- item_type: string;
653
- item_id: number;
654
- start_date: string;
655
- end_date: string;
656
- start_time: string;
657
- end_time: string;
658
- is_all: number;
659
- relation_type: string;
660
- start_at: string;
661
- end_at: string;
662
- event_list: never[];
663
- }[];
664
- capacity: number;
665
- combined_resource: {
666
- status: number;
667
- resource_ids: number[];
668
- };
669
- resource_form_id: string;
670
- })[];
671
- export declare const mockProps: {
672
- toStartDate: string;
673
- toEndDate: string;
674
- event: {
675
- id: number;
676
- keys: string;
677
- schedule_id: number;
678
- schedule_name: string;
679
- item_type: string;
680
- item_id: number;
681
- start_date: string;
682
- end_date: string;
683
- start_time: string;
684
- end_time: string;
685
- is_all: number;
686
- max_participants_type: string;
687
- max_participants_limit: number;
688
- name: string;
689
- holder_name: string;
690
- number: number;
691
- appointment_status: string;
692
- like_status: string;
693
- type: string;
694
- sub_type: string;
695
- resource_id: number;
696
- service_id: number;
697
- form: {
698
- form_record_id: number;
699
- value: string;
700
- type: string;
701
- };
702
- notes: never[];
703
- order: {
704
- id: number;
705
- order_platform: string;
706
- order_payment_status: string;
707
- };
708
- extras: null;
709
- parent_id: number;
710
- version: string;
711
- color: string;
712
- status: number;
713
- extension_id: number;
714
- data_type: string;
715
- few_day: boolean;
716
- customers: {
717
- customer_id: number;
718
- nickname: string;
719
- cover: string;
720
- phone: string;
721
- country_calling_code: string;
722
- display_name: string;
723
- email: string;
724
- note: string;
725
- order: {
726
- id: number;
727
- customer_id: number;
728
- payment_status: string;
729
- is_deposit: number;
730
- type: string;
731
- note: string;
732
- discount_amount: string;
733
- expect_amount: string;
734
- payment_time: null;
735
- total_amount: string;
736
- deposit_amount: string;
737
- product_amount: string;
738
- order_time: string;
739
- detail: {
740
- id: number;
741
- order_id: number;
742
- product_title: string;
743
- product_quantity: number;
744
- selling_price: string;
745
- product_id: number;
746
- extension_type: string;
747
- product_sku: {
748
- code: string;
749
- name: string;
750
- unit: string;
751
- weight: number;
752
- barcode: string;
753
- sku_ids: string;
754
- variant: never[];
755
- subtitle: {
756
- en: null;
757
- auto: string;
758
- "zh-CN": null;
759
- "zh-HK": null;
760
- kitchen: null;
761
- original: string;
762
- };
763
- unit_price: number;
764
- variant_id: number;
765
- unit_weight: number;
766
- open_sold_weight: number;
767
- open_box_specification: number;
768
- box_specification_quantity: number;
769
- };
770
- schedule_event_id: number;
771
- product_option_string: string;
772
- }[];
773
- surcharge: never[];
774
- deposit_status: null;
775
- total_refund_amount: string;
776
- has_pay: string;
777
- order_paid_amount: number;
778
- paid_amount: number;
779
- payment: never[];
780
- surcharge_fee: number;
781
- tip: never[];
782
- tip_fee: number;
783
- };
784
- order_detail: {
785
- product_id: number;
786
- payment_price: string;
787
- product_title: {
788
- en: null;
789
- auto: string;
790
- "zh-CN": null;
791
- "zh-HK": null;
792
- kitchen: null;
793
- original: string;
794
- };
795
- refund_quantity: number;
796
- product_quantity: number;
797
- };
798
- event_id: number;
799
- order_id: number;
800
- extension_id: number;
801
- type: string;
802
- }[];
803
- eventEditable: boolean;
804
- };
805
- fromResourceId: string;
806
- toResourceId: string;
807
- };