@feedmepos/mf-inventory-portal 0.0.22-dev.3 → 0.0.22-dev.31

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 (79) hide show
  1. package/dist/App.vue.d.ts +2 -0
  2. package/dist/{ApprovalView-BnkFRJgX.js → ApprovalView-DURCoP6_.js} +26 -26
  3. package/dist/{BindingsDialog-BDzmf8Wr.js → BindingsDialog-Cgf5MuLY.js} +1 -1
  4. package/dist/{BindingsPicker-CRGFd-d8.js → BindingsPicker-DvcjRma9.js} +8 -8
  5. package/dist/{BindingsTable-BnHju77G.js → BindingsTable-BPrs04hn.js} +1 -1
  6. package/dist/ClosingTemplateView-DU_OX_KS.js +1072 -0
  7. package/dist/Entry.vue.d.ts +0 -2
  8. package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-BRV9dZhu.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-BNhYJdT-.js} +8 -8
  9. package/dist/IngredientsView-BGB-So1n.js +1817 -0
  10. package/dist/{IntegrationView-UySDEAnh.js → IntegrationView-tOw9GGXr.js} +120 -120
  11. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-Cxy6vo9D.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CWz2vOzD.js} +1 -1
  12. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-ChrCZc0C.js → PremiumBadge.vue_vue_type_script_setup_true_lang-Qqp3wJ2n.js} +1 -1
  13. package/dist/{PurchaseOrderPrintPreview-CGxMILW0.js → PurchaseOrderPrintPreview-PnIeMMrq.js} +1 -1
  14. package/dist/{ReceiveRequestView-BHOC-ZLV.js → ReceiveRequestView-WjoI68r_.js} +20 -21
  15. package/dist/RecipeView-B2KynG4H.js +590 -0
  16. package/dist/{StockView-BcXcQZpl.js → StockView-DsutlmVn.js} +602 -585
  17. package/dist/{SupplierView-Bl13ZM-9.js → SupplierView-BuyFY-tF.js} +108 -108
  18. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-BoGGbhJi.js +858 -0
  19. package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-8yMFTCo1.js +1678 -0
  20. package/dist/TransferTemplateView-BSn-HKWr.js +1232 -0
  21. package/dist/{UnitView-DG8PGv5Y.js → UnitView-Bx-dS9Nv.js} +6 -6
  22. package/dist/{WarehouseView-CeS8jrgw.js → WarehouseView-DpMvmi_A.js} +17 -17
  23. package/dist/api/inventory.d.ts +72 -85
  24. package/dist/api/netsuite.d.ts +47 -0
  25. package/dist/api/purchase-order-template.d.ts +0 -4
  26. package/dist/{app-DYhspC_r.js → app-B6CTWYqZ.js} +21877 -20978
  27. package/dist/app.d.ts +7 -0
  28. package/dist/app.js +3 -3
  29. package/dist/components/FmFilterableMenuOptions.vue.d.ts +54 -0
  30. package/dist/components/FmMinMaxInputRules.d.ts +2 -0
  31. package/dist/components/FmUnitInputRules.d.ts +2 -0
  32. package/dist/{decimal-DwEh3AcZ.js → decimal-DDNJiEl8.js} +1 -1
  33. package/dist/{defineDeepModel-htf7zxRR.js → defineDeepModel-CjoZrLbV.js} +3 -3
  34. package/dist/{format-time-from-id-1BxShIsX.js → format-time-from-id-CNRJtPZY.js} +3 -3
  35. package/dist/helper/rules.d.ts +7 -0
  36. package/dist/helper/rules.spec.d.ts +1 -0
  37. package/dist/{id-to-date-CzSDsYm2.js → id-to-date-DJcRYNGy.js} +1 -1
  38. package/dist/purchase-order-transaction-type-Cew6w60I.js +678 -0
  39. package/dist/stores/api.d.ts +1 -0
  40. package/dist/stores/feature.d.ts +0 -1
  41. package/dist/stores/helper/core-store-proxy.d.ts +3 -0
  42. package/dist/stores/helper/generate-backend-urls.d.ts +1 -0
  43. package/dist/stores/inventory.d.ts +22 -0
  44. package/dist/stores/location.d.ts +420 -504
  45. package/dist/stores/netsuite.d.ts +68 -0
  46. package/dist/stores/route.d.ts +0 -5
  47. package/dist/stores/warehouse.d.ts +4 -7
  48. package/dist/style.css +1 -1
  49. package/dist/{supplier-DegAxD_n.js → supplier-bvsRMnxk.js} +1 -1
  50. package/dist/tsconfig.app.tsbuildinfo +1 -1
  51. package/dist/use-template-enabled-locations-2-DSlNJ-VP.js +85 -0
  52. package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +1080 -1020
  53. package/dist/views/closing-template/composables/use-closing-template-table.d.ts +1080 -1020
  54. package/dist/views/receive-request/components/transfer-details/TransferDetailsProps.d.ts +1 -0
  55. package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +1854 -0
  56. package/dist/views/receive-request/components/transfer-form/TransferFormProps.d.ts +1 -0
  57. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +2329 -286
  58. package/dist/views/receive-request/composables/use-receive-request-table.d.ts +2213 -170
  59. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations-2.d.ts +13 -0
  60. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations.d.ts +71 -85
  61. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-locations.d.ts +39 -2
  62. package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +1253 -1457
  63. package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +420 -1474
  64. package/dist/views/transfer-template/helpers/remove-deleted-skus.helper.d.ts +230 -0
  65. package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +8 -14
  66. package/dist/{xlsx-CSS2klUs.js → xlsx-CnMhXCRI.js} +1 -1
  67. package/dist/{xlsx.util-CeY18XxV.js → xlsx.util-CV-IkG_3.js} +2 -2
  68. package/package.json +7 -7
  69. package/dist/ClosingTemplateView-D2EIa9YG.js +0 -1030
  70. package/dist/IngredientsView-CiUpjKmC.js +0 -1759
  71. package/dist/RecipeView-lgrm1J9x.js +0 -581
  72. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-SXFiNrtm.js +0 -740
  73. package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-DSBEn-Mt.js +0 -1409
  74. package/dist/TransferTemplateView-C_eqQ9a8.js +0 -1230
  75. package/dist/array-ClJzD_Lt.js +0 -30
  76. package/dist/layout/InventoryLayout.vue.d.ts +0 -2
  77. package/dist/layout/layout-routes.d.ts +0 -6
  78. package/dist/purchase-order-transaction-type-lwIoC03T.js +0 -712
  79. package/dist/use-template-enabled-locations-B2ZtZAoX.js +0 -57
@@ -2,95 +2,19 @@ import { type ColumnDef } from '@feedmepos/ui-library';
2
2
  export declare function useTransferTemplateTable(): {
3
3
  columnDefs: ColumnDef<{
4
4
  _rev?: string | null | undefined;
5
- locations?: ({
6
- doc?: any;
7
- type: "restaurant";
8
- name: string;
9
- acceptRequest: boolean;
10
- dbName: string;
11
- } | {
12
- type: "warehouse";
5
+ locations?: {
6
+ type: "restaurant" | "warehouse";
13
7
  name: string;
14
8
  acceptRequest: boolean;
15
9
  dbName: string;
16
10
  doc: {
17
- pf_business?: {
18
- internal?: boolean | null | undefined;
19
- url?: string | null | undefined;
20
- expiredAt?: string | null | undefined;
21
- agentId?: string | null | undefined;
22
- restaurantTagGroups?: {
23
- name: string;
24
- id: string;
25
- tags: {
26
- name: string;
27
- id: string;
28
- }[];
29
- }[] | null | undefined;
30
- pf_agent?: {
31
- clickupId?: string | null | undefined;
32
- members?: {
33
- pf_user?: {
34
- email?: string | null | undefined;
35
- phoneNumber?: string | null | undefined;
36
- birthday?: string | null | undefined;
37
- gender?: "MALE" | "FEMALE" | null | undefined;
38
- addresses?: {
39
- name: string;
40
- address: string;
41
- coordinates: number[];
42
- }[] | null | undefined;
43
- photoURL?: string | null | undefined;
44
- displayName?: string | null | undefined;
45
- imported?: {
46
- raw: Record<string, any>;
47
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
48
- } | null | undefined;
49
- _id: string;
50
- } | null | undefined;
51
- role: "ADMIN";
52
- userId: string;
53
- }[] | null | undefined;
54
- code: string;
55
- name: string;
56
- _id: string;
57
- isReseller: boolean;
58
- } | null | undefined;
59
- thumbnail?: string | null | undefined;
60
- billingInfos?: {
61
- _id?: string | null | undefined;
62
- name: string;
63
- address: {
64
- coordinates?: number[] | null | undefined;
65
- line2?: string | null | undefined;
66
- state: string;
67
- country: string;
68
- line1: string;
69
- city: string;
70
- postcode: string;
71
- };
72
- email: string;
73
- companyName: string;
74
- contact: string;
75
- }[] | null | undefined;
76
- customerDisplayImages?: {
77
- url: string;
78
- restaurantIds: string[];
79
- }[] | null | undefined;
80
- name: string;
81
- _id: string;
82
- ownerId: string;
83
- restaurantQuota: number;
84
- warehouseQuota: number;
85
- menuVersion: string;
86
- } | null | undefined;
87
11
  _id: string;
88
12
  businessId: string;
89
13
  profile: {
90
- email?: string | null | undefined;
91
- phoneNo?: string | null | undefined;
92
- name: string;
93
- address: {
14
+ code?: string | null | undefined;
15
+ _id?: string | null | undefined;
16
+ name?: string | undefined;
17
+ address?: {
94
18
  coordinates?: number[] | null | undefined;
95
19
  line2?: string | null | undefined;
96
20
  state: string;
@@ -98,303 +22,78 @@ export declare function useTransferTemplateTable(): {
98
22
  line1: string;
99
23
  city: string;
100
24
  postcode: string;
101
- };
102
- regNo: string;
103
- };
104
- };
105
- })[] | null | undefined;
106
- _id: string;
107
- name: string;
108
- purchaseOrder: {
109
- remark?: string | null | undefined;
110
- ref?: string | null | undefined;
111
- supplier?: {
112
- phoneNumber?: string | null | undefined;
113
- email?: string | null | undefined;
114
- _rev?: string | null | undefined;
115
- internal?: "restaurant" | "warehouse" | null | undefined;
116
- contactName?: string | null | undefined;
117
- registrationNumber?: string | undefined;
118
- supplyItems?: {
119
- defaultCost: {
120
- measurement?: {
121
- id: string;
122
- name: string;
123
- abbrev: string;
124
- conversion: {
125
- amount: number;
126
- precision: number;
127
- };
128
- } | null | undefined;
129
- costPerUnit: {
130
- currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
131
- amount: number;
132
- precision: number;
25
+ } | undefined;
26
+ email?: string | undefined;
27
+ regNo?: string | undefined;
28
+ sstRegNo?: string | null | undefined;
29
+ phoneNo?: string | undefined;
30
+ legalName?: string | null | undefined;
31
+ discovery?: boolean | null | undefined;
32
+ coverPhoto?: string | null | undefined;
33
+ thumbnailPhoto?: string | null | undefined;
34
+ description?: string | null | undefined;
35
+ photos?: string[] | null | undefined;
36
+ operatingHours?: {
37
+ 0: {
38
+ hours: {
39
+ end: string;
40
+ start: string;
41
+ }[];
42
+ enable: boolean;
133
43
  };
134
- };
135
- skuId: string;
136
- }[] | null | undefined;
137
- _id: string;
138
- name: string;
139
- address: {
140
- line2?: string | null | undefined;
141
- line1: string;
142
- state: string;
143
- city: string;
144
- postcode: string;
145
- country: string;
146
- };
147
- } | undefined;
148
- template?: string | null | undefined;
149
- stockSnapshotId?: string | null | undefined;
150
- effectiveAt?: string | null | undefined;
151
- items: {
152
- measurement?: {
153
- id: string;
154
- name: string;
155
- abbrev: string;
156
- conversion: {
157
- amount: number;
158
- precision: number;
159
- };
160
- } | null | undefined;
161
- totalCost?: {
162
- currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
163
- amount: number;
164
- precision: number;
165
- } | null | undefined;
166
- sku: {
167
- trackingMeasurement?: string | null | undefined;
168
- convert?: {
169
- measurement?: string | null | undefined;
170
- inventoryBindings?: {
171
- measurement?: {
172
- id: string;
173
- name: string;
174
- abbrev: string;
175
- conversion: {
176
- amount: number;
177
- precision: number;
178
- };
179
- } | null | undefined;
180
- type: "RECIPE" | "SKU";
181
- amount: {
182
- amount: number;
183
- precision: number;
184
- };
185
- id: string;
186
- }[] | null | undefined;
187
- } | null | undefined;
188
- valuation?: "FIFO" | "LIFO" | "FEFO" | "WAVG" | null | undefined;
189
- defaultCost?: {
190
- measurement?: {
191
- id: string;
192
- name: string;
193
- abbrev: string;
194
- conversion: {
195
- amount: number;
196
- precision: number;
197
- };
198
- } | null | undefined;
199
- costPerUnit: {
200
- currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
201
- amount: number;
202
- precision: number;
44
+ 2: {
45
+ hours: {
46
+ end: string;
47
+ start: string;
48
+ }[];
49
+ enable: boolean;
50
+ };
51
+ 1: {
52
+ hours: {
53
+ end: string;
54
+ start: string;
55
+ }[];
56
+ enable: boolean;
57
+ };
58
+ 3: {
59
+ hours: {
60
+ end: string;
61
+ start: string;
62
+ }[];
63
+ enable: boolean;
64
+ };
65
+ 4: {
66
+ hours: {
67
+ end: string;
68
+ start: string;
69
+ }[];
70
+ enable: boolean;
71
+ };
72
+ 5: {
73
+ hours: {
74
+ end: string;
75
+ start: string;
76
+ }[];
77
+ enable: boolean;
78
+ };
79
+ 6: {
80
+ hours: {
81
+ end: string;
82
+ start: string;
83
+ }[];
84
+ enable: boolean;
203
85
  };
204
86
  } | null | undefined;
205
- thresholds?: {
206
- low: number;
207
- mid: number;
208
- } | null | undefined;
209
- operationalGroup?: string | null | undefined;
210
- unit: {
211
- _id: string;
212
- name: string;
213
- abbrev: string;
214
- precision: number;
215
- measurements: {
216
- id: string;
217
- name: string;
218
- abbrev: string;
219
- conversion: {
220
- amount: number;
221
- precision: number;
222
- };
223
- }[];
224
- };
225
- code: string;
226
- _id: string;
227
- name: string;
228
- };
229
- code: string;
230
- name: string;
231
- quantity: {
232
- amount: number;
233
- precision: number;
234
- };
235
- quantityStep: {
236
- amount: number;
237
- precision: number;
238
- };
239
- minimumQuantity: {
240
- amount: number;
241
- precision: number;
242
- };
243
- maximumQuantity: {
244
- amount: number;
245
- precision: number;
246
- };
247
- }[];
248
- };
249
- }>[];
250
- locationTemplates: import("vue").Ref<{
251
- _rev?: string | null | undefined;
252
- locations?: ({
253
- doc?: any;
254
- type: "restaurant";
255
- name: string;
256
- acceptRequest: boolean;
257
- dbName: string;
258
- } | {
259
- type: "warehouse";
260
- name: string;
261
- acceptRequest: boolean;
262
- dbName: string;
263
- doc: {
264
- pf_business?: {
265
- internal?: boolean | null | undefined;
87
+ tags?: string[] | null | undefined;
266
88
  url?: string | null | undefined;
267
- expiredAt?: string | null | undefined;
268
- agentId?: string | null | undefined;
269
- restaurantTagGroups?: {
270
- name: string;
271
- id: string;
272
- tags: {
273
- name: string;
274
- id: string;
275
- }[];
276
- }[] | null | undefined;
277
- pf_agent?: {
278
- clickupId?: string | null | undefined;
279
- members?: {
280
- pf_user?: {
281
- email?: string | null | undefined;
282
- phoneNumber?: string | null | undefined;
283
- birthday?: string | null | undefined;
284
- gender?: "MALE" | "FEMALE" | null | undefined;
285
- addresses?: {
286
- name: string;
287
- address: string;
288
- coordinates: number[];
289
- }[] | null | undefined;
290
- photoURL?: string | null | undefined;
291
- displayName?: string | null | undefined;
292
- imported?: {
293
- raw: Record<string, any>;
294
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
295
- } | null | undefined;
296
- _id: string;
297
- } | null | undefined;
298
- role: "ADMIN";
299
- userId: string;
300
- }[] | null | undefined;
301
- code: string;
302
- name: string;
303
- _id: string;
304
- isReseller: boolean;
305
- } | null | undefined;
306
- thumbnail?: string | null | undefined;
307
- billingInfos?: {
308
- _id?: string | null | undefined;
309
- name: string;
310
- address: {
311
- coordinates?: number[] | null | undefined;
312
- line2?: string | null | undefined;
313
- state: string;
314
- country: string;
315
- line1: string;
316
- city: string;
317
- postcode: string;
318
- };
319
- email: string;
320
- companyName: string;
321
- contact: string;
322
- }[] | null | undefined;
323
- customerDisplayImages?: {
324
- url: string;
325
- restaurantIds: string[];
326
- }[] | null | undefined;
327
- name: string;
328
- _id: string;
329
- ownerId: string;
330
- restaurantQuota: number;
331
- warehouseQuota: number;
332
- menuVersion: string;
333
- } | null | undefined;
334
- _id: string;
335
- businessId: string;
336
- profile: {
337
- email?: string | null | undefined;
338
- phoneNo?: string | null | undefined;
339
- name: string;
340
- address: {
341
- coordinates?: number[] | null | undefined;
342
- line2?: string | null | undefined;
343
- state: string;
344
- country: string;
345
- line1: string;
346
- city: string;
347
- postcode: string;
348
- };
349
- regNo: string;
350
89
  };
351
90
  };
352
- })[] | null | undefined;
91
+ }[] | null | undefined;
353
92
  _id: string;
354
93
  name: string;
355
94
  purchaseOrder: {
356
95
  remark?: string | null | undefined;
357
96
  ref?: string | null | undefined;
358
- supplier?: {
359
- phoneNumber?: string | null | undefined;
360
- email?: string | null | undefined;
361
- _rev?: string | null | undefined;
362
- internal?: "restaurant" | "warehouse" | null | undefined;
363
- contactName?: string | null | undefined;
364
- registrationNumber?: string | undefined;
365
- supplyItems?: {
366
- defaultCost: {
367
- measurement?: {
368
- id: string;
369
- name: string;
370
- abbrev: string;
371
- conversion: {
372
- amount: number;
373
- precision: number;
374
- };
375
- } | null | undefined;
376
- costPerUnit: {
377
- currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
378
- amount: number;
379
- precision: number;
380
- };
381
- };
382
- skuId: string;
383
- }[] | null | undefined;
384
- _id: string;
385
- name: string;
386
- address: {
387
- line2?: string | null | undefined;
388
- line1: string;
389
- state: string;
390
- city: string;
391
- postcode: string;
392
- country: string;
393
- };
394
- } | undefined;
395
- template?: string | null | undefined;
396
- stockSnapshotId?: string | null | undefined;
397
- effectiveAt?: string | null | undefined;
398
97
  items: {
399
98
  measurement?: {
400
99
  id: string;
@@ -466,881 +165,33 @@ export declare function useTransferTemplateTable(): {
466
165
  conversion: {
467
166
  amount: number;
468
167
  precision: number;
469
- };
470
- }[];
471
- };
472
- code: string;
473
- _id: string;
474
- name: string;
475
- };
476
- code: string;
477
- name: string;
478
- quantity: {
479
- amount: number;
480
- precision: number;
481
- };
482
- quantityStep: {
483
- amount: number;
484
- precision: number;
485
- };
486
- minimumQuantity: {
487
- amount: number;
488
- precision: number;
489
- };
490
- maximumQuantity: {
491
- amount: number;
492
- precision: number;
493
- };
494
- }[];
495
- };
496
- }[], {
497
- _rev?: string | null | undefined;
498
- locations?: ({
499
- doc?: any;
500
- type: "restaurant";
501
- name: string;
502
- acceptRequest: boolean;
503
- dbName: string;
504
- } | {
505
- type: "warehouse";
506
- name: string;
507
- acceptRequest: boolean;
508
- dbName: string;
509
- doc: {
510
- pf_business?: {
511
- internal?: boolean | null | undefined;
512
- url?: string | null | undefined;
513
- expiredAt?: string | null | undefined;
514
- agentId?: string | null | undefined;
515
- restaurantTagGroups?: {
516
- name: string;
517
- id: string;
518
- tags: {
519
- name: string;
520
- id: string;
521
- }[];
522
- }[] | null | undefined;
523
- pf_agent?: {
524
- clickupId?: string | null | undefined;
525
- members?: {
526
- pf_user?: {
527
- email?: string | null | undefined;
528
- phoneNumber?: string | null | undefined;
529
- birthday?: string | null | undefined;
530
- gender?: "MALE" | "FEMALE" | null | undefined;
531
- addresses?: {
532
- name: string;
533
- address: string;
534
- coordinates: number[];
535
- }[] | null | undefined;
536
- photoURL?: string | null | undefined;
537
- displayName?: string | null | undefined;
538
- imported?: {
539
- raw: Record<string, any>;
540
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
541
- } | null | undefined;
542
- _id: string;
543
- } | null | undefined;
544
- role: "ADMIN";
545
- userId: string;
546
- }[] | null | undefined;
547
- code: string;
548
- name: string;
549
- _id: string;
550
- isReseller: boolean;
551
- } | null | undefined;
552
- thumbnail?: string | null | undefined;
553
- billingInfos?: {
554
- _id?: string | null | undefined;
555
- name: string;
556
- address: {
557
- coordinates?: number[] | null | undefined;
558
- line2?: string | null | undefined;
559
- state: string;
560
- country: string;
561
- line1: string;
562
- city: string;
563
- postcode: string;
564
- };
565
- email: string;
566
- companyName: string;
567
- contact: string;
568
- }[] | null | undefined;
569
- customerDisplayImages?: {
570
- url: string;
571
- restaurantIds: string[];
572
- }[] | null | undefined;
573
- name: string;
574
- _id: string;
575
- ownerId: string;
576
- restaurantQuota: number;
577
- warehouseQuota: number;
578
- menuVersion: string;
579
- } | null | undefined;
580
- _id: string;
581
- businessId: string;
582
- profile: {
583
- email?: string | null | undefined;
584
- phoneNo?: string | null | undefined;
585
- name: string;
586
- address: {
587
- coordinates?: number[] | null | undefined;
588
- line2?: string | null | undefined;
589
- state: string;
590
- country: string;
591
- line1: string;
592
- city: string;
593
- postcode: string;
594
- };
595
- regNo: string;
596
- };
597
- };
598
- })[] | null | undefined;
599
- _id: string;
600
- name: string;
601
- purchaseOrder: {
602
- remark?: string | null | undefined;
603
- ref?: string | null | undefined;
604
- supplier?: {
605
- phoneNumber?: string | null | undefined;
606
- email?: string | null | undefined;
607
- _rev?: string | null | undefined;
608
- internal?: "restaurant" | "warehouse" | null | undefined;
609
- contactName?: string | null | undefined;
610
- registrationNumber?: string | undefined;
611
- supplyItems?: {
612
- defaultCost: {
613
- measurement?: {
614
- id: string;
615
- name: string;
616
- abbrev: string;
617
- conversion: {
618
- amount: number;
619
- precision: number;
620
- };
621
- } | null | undefined;
622
- costPerUnit: {
623
- currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
624
- amount: number;
625
- precision: number;
626
- };
627
- };
628
- skuId: string;
629
- }[] | null | undefined;
630
- _id: string;
631
- name: string;
632
- address: {
633
- line2?: string | null | undefined;
634
- line1: string;
635
- state: string;
636
- city: string;
637
- postcode: string;
638
- country: string;
639
- };
640
- } | undefined;
641
- template?: string | null | undefined;
642
- stockSnapshotId?: string | null | undefined;
643
- effectiveAt?: string | null | undefined;
644
- items: {
645
- measurement?: {
646
- id: string;
647
- name: string;
648
- abbrev: string;
649
- conversion: {
650
- amount: number;
651
- precision: number;
652
- };
653
- } | null | undefined;
654
- totalCost?: {
655
- currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
656
- amount: number;
657
- precision: number;
658
- } | null | undefined;
659
- sku: {
660
- trackingMeasurement?: string | null | undefined;
661
- convert?: {
662
- measurement?: string | null | undefined;
663
- inventoryBindings?: {
664
- measurement?: {
665
- id: string;
666
- name: string;
667
- abbrev: string;
668
- conversion: {
669
- amount: number;
670
- precision: number;
671
- };
672
- } | null | undefined;
673
- type: "RECIPE" | "SKU";
674
- amount: {
675
- amount: number;
676
- precision: number;
677
- };
678
- id: string;
679
- }[] | null | undefined;
680
- } | null | undefined;
681
- valuation?: "FIFO" | "LIFO" | "FEFO" | "WAVG" | null | undefined;
682
- defaultCost?: {
683
- measurement?: {
684
- id: string;
685
- name: string;
686
- abbrev: string;
687
- conversion: {
688
- amount: number;
689
- precision: number;
690
- };
691
- } | null | undefined;
692
- costPerUnit: {
693
- currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
694
- amount: number;
695
- precision: number;
696
- };
697
- } | null | undefined;
698
- thresholds?: {
699
- low: number;
700
- mid: number;
701
- } | null | undefined;
702
- operationalGroup?: string | null | undefined;
703
- unit: {
704
- _id: string;
705
- name: string;
706
- abbrev: string;
707
- precision: number;
708
- measurements: {
709
- id: string;
710
- name: string;
711
- abbrev: string;
712
- conversion: {
713
- amount: number;
714
- precision: number;
715
- };
716
- }[];
717
- };
718
- code: string;
719
- _id: string;
720
- name: string;
721
- };
722
- code: string;
723
- name: string;
724
- quantity: {
725
- amount: number;
726
- precision: number;
727
- };
728
- quantityStep: {
729
- amount: number;
730
- precision: number;
731
- };
732
- minimumQuantity: {
733
- amount: number;
734
- precision: number;
735
- };
736
- maximumQuantity: {
737
- amount: number;
738
- precision: number;
739
- };
740
- }[];
741
- };
742
- }[] | {
743
- _rev?: string | null | undefined;
744
- locations?: ({
745
- doc?: any;
746
- type: "restaurant";
747
- name: string;
748
- acceptRequest: boolean;
749
- dbName: string;
750
- } | {
751
- type: "warehouse";
752
- name: string;
753
- acceptRequest: boolean;
754
- dbName: string;
755
- doc: {
756
- pf_business?: {
757
- internal?: boolean | null | undefined;
758
- url?: string | null | undefined;
759
- expiredAt?: string | null | undefined;
760
- agentId?: string | null | undefined;
761
- restaurantTagGroups?: {
762
- name: string;
763
- id: string;
764
- tags: {
765
- name: string;
766
- id: string;
767
- }[];
768
- }[] | null | undefined;
769
- pf_agent?: {
770
- clickupId?: string | null | undefined;
771
- members?: {
772
- pf_user?: {
773
- email?: string | null | undefined;
774
- phoneNumber?: string | null | undefined;
775
- birthday?: string | null | undefined;
776
- gender?: "MALE" | "FEMALE" | null | undefined;
777
- addresses?: {
778
- name: string;
779
- address: string;
780
- coordinates: number[];
781
- }[] | null | undefined;
782
- photoURL?: string | null | undefined;
783
- displayName?: string | null | undefined;
784
- imported?: {
785
- raw: Record<string, any>;
786
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
787
- } | null | undefined;
788
- _id: string;
789
- } | null | undefined;
790
- role: "ADMIN";
791
- userId: string;
792
- }[] | null | undefined;
793
- code: string;
794
- name: string;
795
- _id: string;
796
- isReseller: boolean;
797
- } | null | undefined;
798
- thumbnail?: string | null | undefined;
799
- billingInfos?: {
800
- _id?: string | null | undefined;
801
- name: string;
802
- address: {
803
- coordinates?: number[] | null | undefined;
804
- line2?: string | null | undefined;
805
- state: string;
806
- country: string;
807
- line1: string;
808
- city: string;
809
- postcode: string;
810
- };
811
- email: string;
812
- companyName: string;
813
- contact: string;
814
- }[] | null | undefined;
815
- customerDisplayImages?: {
816
- url: string;
817
- restaurantIds: string[];
818
- }[] | null | undefined;
819
- name: string;
820
- _id: string;
821
- ownerId: string;
822
- restaurantQuota: number;
823
- warehouseQuota: number;
824
- menuVersion: string;
825
- } | null | undefined;
826
- _id: string;
827
- businessId: string;
828
- profile: {
829
- email?: string | null | undefined;
830
- phoneNo?: string | null | undefined;
831
- name: string;
832
- address: {
833
- coordinates?: number[] | null | undefined;
834
- line2?: string | null | undefined;
835
- state: string;
836
- country: string;
837
- line1: string;
838
- city: string;
839
- postcode: string;
840
- };
841
- regNo: string;
842
- };
843
- };
844
- })[] | null | undefined;
845
- _id: string;
846
- name: string;
847
- purchaseOrder: {
848
- remark?: string | null | undefined;
849
- ref?: string | null | undefined;
850
- supplier?: {
851
- phoneNumber?: string | null | undefined;
852
- email?: string | null | undefined;
853
- _rev?: string | null | undefined;
854
- internal?: "restaurant" | "warehouse" | null | undefined;
855
- contactName?: string | null | undefined;
856
- registrationNumber?: string | undefined;
857
- supplyItems?: {
858
- defaultCost: {
859
- measurement?: {
860
- id: string;
861
- name: string;
862
- abbrev: string;
863
- conversion: {
864
- amount: number;
865
- precision: number;
866
- };
867
- } | null | undefined;
868
- costPerUnit: {
869
- currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
870
- amount: number;
871
- precision: number;
872
- };
873
- };
874
- skuId: string;
875
- }[] | null | undefined;
876
- _id: string;
877
- name: string;
878
- address: {
879
- line2?: string | null | undefined;
880
- line1: string;
881
- state: string;
882
- city: string;
883
- postcode: string;
884
- country: string;
885
- };
886
- } | undefined;
887
- template?: string | null | undefined;
888
- stockSnapshotId?: string | null | undefined;
889
- effectiveAt?: string | null | undefined;
890
- items: {
891
- measurement?: {
892
- id: string;
893
- name: string;
894
- abbrev: string;
895
- conversion: {
896
- amount: number;
897
- precision: number;
898
- };
899
- } | null | undefined;
900
- totalCost?: {
901
- currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
902
- amount: number;
903
- precision: number;
904
- } | null | undefined;
905
- sku: {
906
- trackingMeasurement?: string | null | undefined;
907
- convert?: {
908
- measurement?: string | null | undefined;
909
- inventoryBindings?: {
910
- measurement?: {
911
- id: string;
912
- name: string;
913
- abbrev: string;
914
- conversion: {
915
- amount: number;
916
- precision: number;
917
- };
918
- } | null | undefined;
919
- type: "RECIPE" | "SKU";
920
- amount: {
921
- amount: number;
922
- precision: number;
923
- };
924
- id: string;
925
- }[] | null | undefined;
926
- } | null | undefined;
927
- valuation?: "FIFO" | "LIFO" | "FEFO" | "WAVG" | null | undefined;
928
- defaultCost?: {
929
- measurement?: {
930
- id: string;
931
- name: string;
932
- abbrev: string;
933
- conversion: {
934
- amount: number;
935
- precision: number;
936
- };
937
- } | null | undefined;
938
- costPerUnit: {
939
- currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
940
- amount: number;
941
- precision: number;
942
- };
943
- } | null | undefined;
944
- thresholds?: {
945
- low: number;
946
- mid: number;
947
- } | null | undefined;
948
- operationalGroup?: string | null | undefined;
949
- unit: {
950
- _id: string;
951
- name: string;
952
- abbrev: string;
953
- precision: number;
954
- measurements: {
955
- id: string;
956
- name: string;
957
- abbrev: string;
958
- conversion: {
959
- amount: number;
960
- precision: number;
961
- };
962
- }[];
963
- };
964
- code: string;
965
- _id: string;
966
- name: string;
967
- };
968
- code: string;
969
- name: string;
970
- quantity: {
971
- amount: number;
972
- precision: number;
973
- };
974
- quantityStep: {
975
- amount: number;
976
- precision: number;
977
- };
978
- minimumQuantity: {
979
- amount: number;
980
- precision: number;
981
- };
982
- maximumQuantity: {
983
- amount: number;
984
- precision: number;
985
- };
986
- }[];
987
- };
988
- }[]>;
989
- businessTemplates: import("vue").Ref<{
990
- _rev?: string | null | undefined;
991
- locations?: ({
992
- doc?: any;
993
- type: "restaurant";
994
- name: string;
995
- acceptRequest: boolean;
996
- dbName: string;
997
- } | {
998
- type: "warehouse";
999
- name: string;
1000
- acceptRequest: boolean;
1001
- dbName: string;
1002
- doc: {
1003
- pf_business?: {
1004
- internal?: boolean | null | undefined;
1005
- url?: string | null | undefined;
1006
- expiredAt?: string | null | undefined;
1007
- agentId?: string | null | undefined;
1008
- restaurantTagGroups?: {
1009
- name: string;
1010
- id: string;
1011
- tags: {
1012
- name: string;
1013
- id: string;
1014
- }[];
1015
- }[] | null | undefined;
1016
- pf_agent?: {
1017
- clickupId?: string | null | undefined;
1018
- members?: {
1019
- pf_user?: {
1020
- email?: string | null | undefined;
1021
- phoneNumber?: string | null | undefined;
1022
- birthday?: string | null | undefined;
1023
- gender?: "MALE" | "FEMALE" | null | undefined;
1024
- addresses?: {
1025
- name: string;
1026
- address: string;
1027
- coordinates: number[];
1028
- }[] | null | undefined;
1029
- photoURL?: string | null | undefined;
1030
- displayName?: string | null | undefined;
1031
- imported?: {
1032
- raw: Record<string, any>;
1033
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1034
- } | null | undefined;
1035
- _id: string;
1036
- } | null | undefined;
1037
- role: "ADMIN";
1038
- userId: string;
1039
- }[] | null | undefined;
1040
- code: string;
1041
- name: string;
1042
- _id: string;
1043
- isReseller: boolean;
1044
- } | null | undefined;
1045
- thumbnail?: string | null | undefined;
1046
- billingInfos?: {
1047
- _id?: string | null | undefined;
1048
- name: string;
1049
- address: {
1050
- coordinates?: number[] | null | undefined;
1051
- line2?: string | null | undefined;
1052
- state: string;
1053
- country: string;
1054
- line1: string;
1055
- city: string;
1056
- postcode: string;
1057
- };
1058
- email: string;
1059
- companyName: string;
1060
- contact: string;
1061
- }[] | null | undefined;
1062
- customerDisplayImages?: {
1063
- url: string;
1064
- restaurantIds: string[];
1065
- }[] | null | undefined;
1066
- name: string;
1067
- _id: string;
1068
- ownerId: string;
1069
- restaurantQuota: number;
1070
- warehouseQuota: number;
1071
- menuVersion: string;
1072
- } | null | undefined;
1073
- _id: string;
1074
- businessId: string;
1075
- profile: {
1076
- email?: string | null | undefined;
1077
- phoneNo?: string | null | undefined;
1078
- name: string;
1079
- address: {
1080
- coordinates?: number[] | null | undefined;
1081
- line2?: string | null | undefined;
1082
- state: string;
1083
- country: string;
1084
- line1: string;
1085
- city: string;
1086
- postcode: string;
1087
- };
1088
- regNo: string;
1089
- };
1090
- };
1091
- })[] | null | undefined;
1092
- _id: string;
1093
- name: string;
1094
- purchaseOrder: {
1095
- remark?: string | null | undefined;
1096
- ref?: string | null | undefined;
1097
- supplier?: {
1098
- phoneNumber?: string | null | undefined;
1099
- email?: string | null | undefined;
1100
- _rev?: string | null | undefined;
1101
- internal?: "restaurant" | "warehouse" | null | undefined;
1102
- contactName?: string | null | undefined;
1103
- registrationNumber?: string | undefined;
1104
- supplyItems?: {
1105
- defaultCost: {
1106
- measurement?: {
1107
- id: string;
1108
- name: string;
1109
- abbrev: string;
1110
- conversion: {
1111
- amount: number;
1112
- precision: number;
1113
- };
1114
- } | null | undefined;
1115
- costPerUnit: {
1116
- currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
1117
- amount: number;
1118
- precision: number;
1119
- };
1120
- };
1121
- skuId: string;
1122
- }[] | null | undefined;
1123
- _id: string;
1124
- name: string;
1125
- address: {
1126
- line2?: string | null | undefined;
1127
- line1: string;
1128
- state: string;
1129
- city: string;
1130
- postcode: string;
1131
- country: string;
1132
- };
1133
- } | undefined;
1134
- template?: string | null | undefined;
1135
- stockSnapshotId?: string | null | undefined;
1136
- effectiveAt?: string | null | undefined;
1137
- items: {
1138
- measurement?: {
1139
- id: string;
1140
- name: string;
1141
- abbrev: string;
1142
- conversion: {
1143
- amount: number;
1144
- precision: number;
1145
- };
1146
- } | null | undefined;
1147
- totalCost?: {
1148
- currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
1149
- amount: number;
1150
- precision: number;
1151
- } | null | undefined;
1152
- sku: {
1153
- trackingMeasurement?: string | null | undefined;
1154
- convert?: {
1155
- measurement?: string | null | undefined;
1156
- inventoryBindings?: {
1157
- measurement?: {
1158
- id: string;
1159
- name: string;
1160
- abbrev: string;
1161
- conversion: {
1162
- amount: number;
1163
- precision: number;
1164
- };
1165
- } | null | undefined;
1166
- type: "RECIPE" | "SKU";
1167
- amount: {
1168
- amount: number;
1169
- precision: number;
1170
- };
1171
- id: string;
1172
- }[] | null | undefined;
1173
- } | null | undefined;
1174
- valuation?: "FIFO" | "LIFO" | "FEFO" | "WAVG" | null | undefined;
1175
- defaultCost?: {
1176
- measurement?: {
1177
- id: string;
1178
- name: string;
1179
- abbrev: string;
1180
- conversion: {
1181
- amount: number;
1182
- precision: number;
1183
- };
1184
- } | null | undefined;
1185
- costPerUnit: {
1186
- currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
1187
- amount: number;
1188
- precision: number;
1189
- };
1190
- } | null | undefined;
1191
- thresholds?: {
1192
- low: number;
1193
- mid: number;
1194
- } | null | undefined;
1195
- operationalGroup?: string | null | undefined;
1196
- unit: {
1197
- _id: string;
1198
- name: string;
1199
- abbrev: string;
1200
- precision: number;
1201
- measurements: {
1202
- id: string;
1203
- name: string;
1204
- abbrev: string;
1205
- conversion: {
1206
- amount: number;
1207
- precision: number;
1208
- };
1209
- }[];
1210
- };
1211
- code: string;
1212
- _id: string;
1213
- name: string;
1214
- };
1215
- code: string;
1216
- name: string;
1217
- quantity: {
1218
- amount: number;
1219
- precision: number;
1220
- };
1221
- quantityStep: {
1222
- amount: number;
1223
- precision: number;
1224
- };
1225
- minimumQuantity: {
1226
- amount: number;
1227
- precision: number;
1228
- };
1229
- maximumQuantity: {
1230
- amount: number;
1231
- precision: number;
1232
- };
1233
- }[];
1234
- };
1235
- }[], {
1236
- _rev?: string | null | undefined;
1237
- locations?: ({
1238
- doc?: any;
1239
- type: "restaurant";
1240
- name: string;
1241
- acceptRequest: boolean;
1242
- dbName: string;
1243
- } | {
1244
- type: "warehouse";
1245
- name: string;
1246
- acceptRequest: boolean;
1247
- dbName: string;
1248
- doc: {
1249
- pf_business?: {
1250
- internal?: boolean | null | undefined;
1251
- url?: string | null | undefined;
1252
- expiredAt?: string | null | undefined;
1253
- agentId?: string | null | undefined;
1254
- restaurantTagGroups?: {
1255
- name: string;
1256
- id: string;
1257
- tags: {
1258
- name: string;
1259
- id: string;
1260
- }[];
1261
- }[] | null | undefined;
1262
- pf_agent?: {
1263
- clickupId?: string | null | undefined;
1264
- members?: {
1265
- pf_user?: {
1266
- email?: string | null | undefined;
1267
- phoneNumber?: string | null | undefined;
1268
- birthday?: string | null | undefined;
1269
- gender?: "MALE" | "FEMALE" | null | undefined;
1270
- addresses?: {
1271
- name: string;
1272
- address: string;
1273
- coordinates: number[];
1274
- }[] | null | undefined;
1275
- photoURL?: string | null | undefined;
1276
- displayName?: string | null | undefined;
1277
- imported?: {
1278
- raw: Record<string, any>;
1279
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1280
- } | null | undefined;
1281
- _id: string;
1282
- } | null | undefined;
1283
- role: "ADMIN";
1284
- userId: string;
1285
- }[] | null | undefined;
1286
- code: string;
1287
- name: string;
1288
- _id: string;
1289
- isReseller: boolean;
1290
- } | null | undefined;
1291
- thumbnail?: string | null | undefined;
1292
- billingInfos?: {
1293
- _id?: string | null | undefined;
1294
- name: string;
1295
- address: {
1296
- coordinates?: number[] | null | undefined;
1297
- line2?: string | null | undefined;
1298
- state: string;
1299
- country: string;
1300
- line1: string;
1301
- city: string;
1302
- postcode: string;
1303
- };
1304
- email: string;
1305
- companyName: string;
1306
- contact: string;
1307
- }[] | null | undefined;
1308
- customerDisplayImages?: {
1309
- url: string;
1310
- restaurantIds: string[];
1311
- }[] | null | undefined;
1312
- name: string;
1313
- _id: string;
1314
- ownerId: string;
1315
- restaurantQuota: number;
1316
- warehouseQuota: number;
1317
- menuVersion: string;
1318
- } | null | undefined;
1319
- _id: string;
1320
- businessId: string;
1321
- profile: {
1322
- email?: string | null | undefined;
1323
- phoneNo?: string | null | undefined;
1324
- name: string;
1325
- address: {
1326
- coordinates?: number[] | null | undefined;
1327
- line2?: string | null | undefined;
1328
- state: string;
1329
- country: string;
1330
- line1: string;
1331
- city: string;
1332
- postcode: string;
168
+ };
169
+ }[];
1333
170
  };
1334
- regNo: string;
171
+ code: string;
172
+ _id: string;
173
+ name: string;
1335
174
  };
1336
- };
1337
- })[] | null | undefined;
1338
- _id: string;
1339
- name: string;
1340
- purchaseOrder: {
1341
- remark?: string | null | undefined;
1342
- ref?: string | null | undefined;
1343
- supplier?: {
175
+ code: string;
176
+ name: string;
177
+ quantity: {
178
+ amount: number;
179
+ precision: number;
180
+ };
181
+ quantityStep: {
182
+ amount: number;
183
+ precision: number;
184
+ };
185
+ minimumQuantity: {
186
+ amount: number;
187
+ precision: number;
188
+ };
189
+ maximumQuantity: {
190
+ amount: number;
191
+ precision: number;
192
+ };
193
+ }[];
194
+ supplier: {
1344
195
  phoneNumber?: string | null | undefined;
1345
196
  email?: string | null | undefined;
1346
197
  _rev?: string | null | undefined;
@@ -1376,10 +227,103 @@ export declare function useTransferTemplateTable(): {
1376
227
  postcode: string;
1377
228
  country: string;
1378
229
  };
1379
- } | undefined;
1380
- template?: string | null | undefined;
1381
- stockSnapshotId?: string | null | undefined;
1382
- effectiveAt?: string | null | undefined;
230
+ };
231
+ };
232
+ }>[];
233
+ templates: import("vue").Ref<{
234
+ _rev?: string | null | undefined;
235
+ locations?: {
236
+ type: "restaurant" | "warehouse";
237
+ name: string;
238
+ acceptRequest: boolean;
239
+ dbName: string;
240
+ doc: {
241
+ _id: string;
242
+ businessId: string;
243
+ profile: {
244
+ code?: string | null | undefined;
245
+ _id?: string | null | undefined;
246
+ name?: string | undefined;
247
+ address?: {
248
+ coordinates?: number[] | null | undefined;
249
+ line2?: string | null | undefined;
250
+ state: string;
251
+ country: string;
252
+ line1: string;
253
+ city: string;
254
+ postcode: string;
255
+ } | undefined;
256
+ email?: string | undefined;
257
+ regNo?: string | undefined;
258
+ sstRegNo?: string | null | undefined;
259
+ phoneNo?: string | undefined;
260
+ legalName?: string | null | undefined;
261
+ discovery?: boolean | null | undefined;
262
+ coverPhoto?: string | null | undefined;
263
+ thumbnailPhoto?: string | null | undefined;
264
+ description?: string | null | undefined;
265
+ photos?: string[] | null | undefined;
266
+ operatingHours?: {
267
+ 0: {
268
+ hours: {
269
+ end: string;
270
+ start: string;
271
+ }[];
272
+ enable: boolean;
273
+ };
274
+ 2: {
275
+ hours: {
276
+ end: string;
277
+ start: string;
278
+ }[];
279
+ enable: boolean;
280
+ };
281
+ 1: {
282
+ hours: {
283
+ end: string;
284
+ start: string;
285
+ }[];
286
+ enable: boolean;
287
+ };
288
+ 3: {
289
+ hours: {
290
+ end: string;
291
+ start: string;
292
+ }[];
293
+ enable: boolean;
294
+ };
295
+ 4: {
296
+ hours: {
297
+ end: string;
298
+ start: string;
299
+ }[];
300
+ enable: boolean;
301
+ };
302
+ 5: {
303
+ hours: {
304
+ end: string;
305
+ start: string;
306
+ }[];
307
+ enable: boolean;
308
+ };
309
+ 6: {
310
+ hours: {
311
+ end: string;
312
+ start: string;
313
+ }[];
314
+ enable: boolean;
315
+ };
316
+ } | null | undefined;
317
+ tags?: string[] | null | undefined;
318
+ url?: string | null | undefined;
319
+ };
320
+ };
321
+ }[] | null | undefined;
322
+ _id: string;
323
+ name: string;
324
+ purchaseOrder: {
325
+ remark?: string | null | undefined;
326
+ ref?: string | null | undefined;
1383
327
  items: {
1384
328
  measurement?: {
1385
329
  id: string;
@@ -1477,116 +421,7 @@ export declare function useTransferTemplateTable(): {
1477
421
  precision: number;
1478
422
  };
1479
423
  }[];
1480
- };
1481
- }[] | {
1482
- _rev?: string | null | undefined;
1483
- locations?: ({
1484
- doc?: any;
1485
- type: "restaurant";
1486
- name: string;
1487
- acceptRequest: boolean;
1488
- dbName: string;
1489
- } | {
1490
- type: "warehouse";
1491
- name: string;
1492
- acceptRequest: boolean;
1493
- dbName: string;
1494
- doc: {
1495
- pf_business?: {
1496
- internal?: boolean | null | undefined;
1497
- url?: string | null | undefined;
1498
- expiredAt?: string | null | undefined;
1499
- agentId?: string | null | undefined;
1500
- restaurantTagGroups?: {
1501
- name: string;
1502
- id: string;
1503
- tags: {
1504
- name: string;
1505
- id: string;
1506
- }[];
1507
- }[] | null | undefined;
1508
- pf_agent?: {
1509
- clickupId?: string | null | undefined;
1510
- members?: {
1511
- pf_user?: {
1512
- email?: string | null | undefined;
1513
- phoneNumber?: string | null | undefined;
1514
- birthday?: string | null | undefined;
1515
- gender?: "MALE" | "FEMALE" | null | undefined;
1516
- addresses?: {
1517
- name: string;
1518
- address: string;
1519
- coordinates: number[];
1520
- }[] | null | undefined;
1521
- photoURL?: string | null | undefined;
1522
- displayName?: string | null | undefined;
1523
- imported?: {
1524
- raw: Record<string, any>;
1525
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1526
- } | null | undefined;
1527
- _id: string;
1528
- } | null | undefined;
1529
- role: "ADMIN";
1530
- userId: string;
1531
- }[] | null | undefined;
1532
- code: string;
1533
- name: string;
1534
- _id: string;
1535
- isReseller: boolean;
1536
- } | null | undefined;
1537
- thumbnail?: string | null | undefined;
1538
- billingInfos?: {
1539
- _id?: string | null | undefined;
1540
- name: string;
1541
- address: {
1542
- coordinates?: number[] | null | undefined;
1543
- line2?: string | null | undefined;
1544
- state: string;
1545
- country: string;
1546
- line1: string;
1547
- city: string;
1548
- postcode: string;
1549
- };
1550
- email: string;
1551
- companyName: string;
1552
- contact: string;
1553
- }[] | null | undefined;
1554
- customerDisplayImages?: {
1555
- url: string;
1556
- restaurantIds: string[];
1557
- }[] | null | undefined;
1558
- name: string;
1559
- _id: string;
1560
- ownerId: string;
1561
- restaurantQuota: number;
1562
- warehouseQuota: number;
1563
- menuVersion: string;
1564
- } | null | undefined;
1565
- _id: string;
1566
- businessId: string;
1567
- profile: {
1568
- email?: string | null | undefined;
1569
- phoneNo?: string | null | undefined;
1570
- name: string;
1571
- address: {
1572
- coordinates?: number[] | null | undefined;
1573
- line2?: string | null | undefined;
1574
- state: string;
1575
- country: string;
1576
- line1: string;
1577
- city: string;
1578
- postcode: string;
1579
- };
1580
- regNo: string;
1581
- };
1582
- };
1583
- })[] | null | undefined;
1584
- _id: string;
1585
- name: string;
1586
- purchaseOrder: {
1587
- remark?: string | null | undefined;
1588
- ref?: string | null | undefined;
1589
- supplier?: {
424
+ supplier: {
1590
425
  phoneNumber?: string | null | undefined;
1591
426
  email?: string | null | undefined;
1592
427
  _rev?: string | null | undefined;
@@ -1622,10 +457,102 @@ export declare function useTransferTemplateTable(): {
1622
457
  postcode: string;
1623
458
  country: string;
1624
459
  };
1625
- } | undefined;
1626
- template?: string | null | undefined;
1627
- stockSnapshotId?: string | null | undefined;
1628
- effectiveAt?: string | null | undefined;
460
+ };
461
+ };
462
+ }[], {
463
+ _rev?: string | null | undefined;
464
+ locations?: {
465
+ type: "restaurant" | "warehouse";
466
+ name: string;
467
+ acceptRequest: boolean;
468
+ dbName: string;
469
+ doc: {
470
+ _id: string;
471
+ businessId: string;
472
+ profile: {
473
+ code?: string | null | undefined;
474
+ _id?: string | null | undefined;
475
+ name?: string | undefined;
476
+ address?: {
477
+ coordinates?: number[] | null | undefined;
478
+ line2?: string | null | undefined;
479
+ state: string;
480
+ country: string;
481
+ line1: string;
482
+ city: string;
483
+ postcode: string;
484
+ } | undefined;
485
+ email?: string | undefined;
486
+ regNo?: string | undefined;
487
+ sstRegNo?: string | null | undefined;
488
+ phoneNo?: string | undefined;
489
+ legalName?: string | null | undefined;
490
+ discovery?: boolean | null | undefined;
491
+ coverPhoto?: string | null | undefined;
492
+ thumbnailPhoto?: string | null | undefined;
493
+ description?: string | null | undefined;
494
+ photos?: string[] | null | undefined;
495
+ operatingHours?: {
496
+ 0: {
497
+ hours: {
498
+ end: string;
499
+ start: string;
500
+ }[];
501
+ enable: boolean;
502
+ };
503
+ 2: {
504
+ hours: {
505
+ end: string;
506
+ start: string;
507
+ }[];
508
+ enable: boolean;
509
+ };
510
+ 1: {
511
+ hours: {
512
+ end: string;
513
+ start: string;
514
+ }[];
515
+ enable: boolean;
516
+ };
517
+ 3: {
518
+ hours: {
519
+ end: string;
520
+ start: string;
521
+ }[];
522
+ enable: boolean;
523
+ };
524
+ 4: {
525
+ hours: {
526
+ end: string;
527
+ start: string;
528
+ }[];
529
+ enable: boolean;
530
+ };
531
+ 5: {
532
+ hours: {
533
+ end: string;
534
+ start: string;
535
+ }[];
536
+ enable: boolean;
537
+ };
538
+ 6: {
539
+ hours: {
540
+ end: string;
541
+ start: string;
542
+ }[];
543
+ enable: boolean;
544
+ };
545
+ } | null | undefined;
546
+ tags?: string[] | null | undefined;
547
+ url?: string | null | undefined;
548
+ };
549
+ };
550
+ }[] | null | undefined;
551
+ _id: string;
552
+ name: string;
553
+ purchaseOrder: {
554
+ remark?: string | null | undefined;
555
+ ref?: string | null | undefined;
1629
556
  items: {
1630
557
  measurement?: {
1631
558
  id: string;
@@ -1723,117 +650,7 @@ export declare function useTransferTemplateTable(): {
1723
650
  precision: number;
1724
651
  };
1725
652
  }[];
1726
- };
1727
- }[]>;
1728
- templates: import("vue").ComputedRef<{
1729
- _rev?: string | null | undefined;
1730
- locations?: ({
1731
- doc?: any;
1732
- type: "restaurant";
1733
- name: string;
1734
- acceptRequest: boolean;
1735
- dbName: string;
1736
- } | {
1737
- type: "warehouse";
1738
- name: string;
1739
- acceptRequest: boolean;
1740
- dbName: string;
1741
- doc: {
1742
- pf_business?: {
1743
- internal?: boolean | null | undefined;
1744
- url?: string | null | undefined;
1745
- expiredAt?: string | null | undefined;
1746
- agentId?: string | null | undefined;
1747
- restaurantTagGroups?: {
1748
- name: string;
1749
- id: string;
1750
- tags: {
1751
- name: string;
1752
- id: string;
1753
- }[];
1754
- }[] | null | undefined;
1755
- pf_agent?: {
1756
- clickupId?: string | null | undefined;
1757
- members?: {
1758
- pf_user?: {
1759
- email?: string | null | undefined;
1760
- phoneNumber?: string | null | undefined;
1761
- birthday?: string | null | undefined;
1762
- gender?: "MALE" | "FEMALE" | null | undefined;
1763
- addresses?: {
1764
- name: string;
1765
- address: string;
1766
- coordinates: number[];
1767
- }[] | null | undefined;
1768
- photoURL?: string | null | undefined;
1769
- displayName?: string | null | undefined;
1770
- imported?: {
1771
- raw: Record<string, any>;
1772
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1773
- } | null | undefined;
1774
- _id: string;
1775
- } | null | undefined;
1776
- role: "ADMIN";
1777
- userId: string;
1778
- }[] | null | undefined;
1779
- code: string;
1780
- name: string;
1781
- _id: string;
1782
- isReseller: boolean;
1783
- } | null | undefined;
1784
- thumbnail?: string | null | undefined;
1785
- billingInfos?: {
1786
- _id?: string | null | undefined;
1787
- name: string;
1788
- address: {
1789
- coordinates?: number[] | null | undefined;
1790
- line2?: string | null | undefined;
1791
- state: string;
1792
- country: string;
1793
- line1: string;
1794
- city: string;
1795
- postcode: string;
1796
- };
1797
- email: string;
1798
- companyName: string;
1799
- contact: string;
1800
- }[] | null | undefined;
1801
- customerDisplayImages?: {
1802
- url: string;
1803
- restaurantIds: string[];
1804
- }[] | null | undefined;
1805
- name: string;
1806
- _id: string;
1807
- ownerId: string;
1808
- restaurantQuota: number;
1809
- warehouseQuota: number;
1810
- menuVersion: string;
1811
- } | null | undefined;
1812
- _id: string;
1813
- businessId: string;
1814
- profile: {
1815
- email?: string | null | undefined;
1816
- phoneNo?: string | null | undefined;
1817
- name: string;
1818
- address: {
1819
- coordinates?: number[] | null | undefined;
1820
- line2?: string | null | undefined;
1821
- state: string;
1822
- country: string;
1823
- line1: string;
1824
- city: string;
1825
- postcode: string;
1826
- };
1827
- regNo: string;
1828
- };
1829
- };
1830
- })[] | null | undefined;
1831
- _id: string;
1832
- name: string;
1833
- purchaseOrder: {
1834
- remark?: string | null | undefined;
1835
- ref?: string | null | undefined;
1836
- supplier?: {
653
+ supplier: {
1837
654
  phoneNumber?: string | null | undefined;
1838
655
  email?: string | null | undefined;
1839
656
  _rev?: string | null | undefined;
@@ -1869,10 +686,102 @@ export declare function useTransferTemplateTable(): {
1869
686
  postcode: string;
1870
687
  country: string;
1871
688
  };
1872
- } | undefined;
1873
- template?: string | null | undefined;
1874
- stockSnapshotId?: string | null | undefined;
1875
- effectiveAt?: string | null | undefined;
689
+ };
690
+ };
691
+ }[] | {
692
+ _rev?: string | null | undefined;
693
+ locations?: {
694
+ type: "restaurant" | "warehouse";
695
+ name: string;
696
+ acceptRequest: boolean;
697
+ dbName: string;
698
+ doc: {
699
+ _id: string;
700
+ businessId: string;
701
+ profile: {
702
+ code?: string | null | undefined;
703
+ _id?: string | null | undefined;
704
+ name?: string | undefined;
705
+ address?: {
706
+ coordinates?: number[] | null | undefined;
707
+ line2?: string | null | undefined;
708
+ state: string;
709
+ country: string;
710
+ line1: string;
711
+ city: string;
712
+ postcode: string;
713
+ } | undefined;
714
+ email?: string | undefined;
715
+ regNo?: string | undefined;
716
+ sstRegNo?: string | null | undefined;
717
+ phoneNo?: string | undefined;
718
+ legalName?: string | null | undefined;
719
+ discovery?: boolean | null | undefined;
720
+ coverPhoto?: string | null | undefined;
721
+ thumbnailPhoto?: string | null | undefined;
722
+ description?: string | null | undefined;
723
+ photos?: string[] | null | undefined;
724
+ operatingHours?: {
725
+ 0: {
726
+ hours: {
727
+ end: string;
728
+ start: string;
729
+ }[];
730
+ enable: boolean;
731
+ };
732
+ 2: {
733
+ hours: {
734
+ end: string;
735
+ start: string;
736
+ }[];
737
+ enable: boolean;
738
+ };
739
+ 1: {
740
+ hours: {
741
+ end: string;
742
+ start: string;
743
+ }[];
744
+ enable: boolean;
745
+ };
746
+ 3: {
747
+ hours: {
748
+ end: string;
749
+ start: string;
750
+ }[];
751
+ enable: boolean;
752
+ };
753
+ 4: {
754
+ hours: {
755
+ end: string;
756
+ start: string;
757
+ }[];
758
+ enable: boolean;
759
+ };
760
+ 5: {
761
+ hours: {
762
+ end: string;
763
+ start: string;
764
+ }[];
765
+ enable: boolean;
766
+ };
767
+ 6: {
768
+ hours: {
769
+ end: string;
770
+ start: string;
771
+ }[];
772
+ enable: boolean;
773
+ };
774
+ } | null | undefined;
775
+ tags?: string[] | null | undefined;
776
+ url?: string | null | undefined;
777
+ };
778
+ };
779
+ }[] | null | undefined;
780
+ _id: string;
781
+ name: string;
782
+ purchaseOrder: {
783
+ remark?: string | null | undefined;
784
+ ref?: string | null | undefined;
1876
785
  items: {
1877
786
  measurement?: {
1878
787
  id: string;
@@ -1970,6 +879,43 @@ export declare function useTransferTemplateTable(): {
1970
879
  precision: number;
1971
880
  };
1972
881
  }[];
882
+ supplier: {
883
+ phoneNumber?: string | null | undefined;
884
+ email?: string | null | undefined;
885
+ _rev?: string | null | undefined;
886
+ internal?: "restaurant" | "warehouse" | null | undefined;
887
+ contactName?: string | null | undefined;
888
+ registrationNumber?: string | undefined;
889
+ supplyItems?: {
890
+ defaultCost: {
891
+ measurement?: {
892
+ id: string;
893
+ name: string;
894
+ abbrev: string;
895
+ conversion: {
896
+ amount: number;
897
+ precision: number;
898
+ };
899
+ } | null | undefined;
900
+ costPerUnit: {
901
+ currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
902
+ amount: number;
903
+ precision: number;
904
+ };
905
+ };
906
+ skuId: string;
907
+ }[] | null | undefined;
908
+ _id: string;
909
+ name: string;
910
+ address: {
911
+ line2?: string | null | undefined;
912
+ line1: string;
913
+ state: string;
914
+ city: string;
915
+ postcode: string;
916
+ country: string;
917
+ };
918
+ };
1973
919
  };
1974
920
  }[]>;
1975
921
  loading: import("vue").Ref<boolean, boolean>;