@feedmepos/mf-inventory-portal 0.0.22-dev.7 → 0.0.22-dev.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.
- package/dist/{ApprovalView-B9s4exkr.js → ApprovalView-BPsScR5_.js} +4 -4
- package/dist/{BindingsDialog-uksEDFFX.js → BindingsDialog-GzX9Bo2g.js} +1 -1
- package/dist/{BindingsPicker-B2rQ9kJH.js → BindingsPicker-SbOetc0-.js} +19 -19
- package/dist/{BindingsTable-BLN_bAjO.js → BindingsTable-CAcE5y8U.js} +1 -1
- package/dist/{ClosingTemplateView-Bi06Gxzo.js → ClosingTemplateView-DECwEnlK.js} +91 -90
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-CeBoTYGq.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-DnogYrRE.js} +1 -1
- package/dist/{IngredientsView-DY6yY-Fk.js → IngredientsView-8fT1Ljd5.js} +3 -3
- package/dist/{IntegrationView-C74CJ4PS.js → IntegrationView-CjGLRM78.js} +2 -2
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-BmsbeAvi.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-1FCwvO8A.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-RoZStI7P.js → PremiumBadge.vue_vue_type_script_setup_true_lang-DlhNc8Vk.js} +1 -1
- package/dist/{PurchaseOrderPrintPreview-Dn5CQDnd.js → PurchaseOrderPrintPreview-5HIWHR_f.js} +1 -1
- package/dist/{ReceiveRequestView-BC61WMFL.js → ReceiveRequestView-CXZv8g5U.js} +6 -6
- package/dist/{RecipeView-DYbuUEFK.js → RecipeView-sB0Lgmob.js} +3 -3
- package/dist/{StockView-D_ZzX7yp.js → StockView-CY2kNohB.js} +6 -6
- package/dist/{SupplierView-ChewCZKN.js → SupplierView-DTqeZPts.js} +37 -37
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-BBby29tW.js +762 -0
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-ByNQap9n.js +1498 -0
- package/dist/TransferTemplateView-DkRVfAox.js +1277 -0
- package/dist/{UnitView-Cx1xe3Wg.js → UnitView-BpU0Yk7X.js} +4 -4
- package/dist/{WarehouseView-CQQf0YFc.js → WarehouseView-DqxWgogc.js} +2 -2
- package/dist/api/inventory.d.ts +5 -7
- package/dist/api/netsuite.d.ts +40 -0
- package/dist/api/purchase-order-template.d.ts +0 -4
- package/dist/{app-emo4vLKK.js → app-BuyAj4kw.js} +11903 -11636
- package/dist/app.d.ts +6 -0
- package/dist/app.js +3 -3
- package/dist/{decimal-BO9I7LUt.js → decimal-DWbwRn_v.js} +1 -1
- package/dist/{defineDeepModel-D06lO_R2.js → defineDeepModel-DuVmbMwq.js} +4 -4
- package/dist/{format-time-from-id-HTOA-soi.js → format-time-from-id-BnmaRuab.js} +1 -1
- package/dist/{id-to-date-DAnKDcfC.js → id-to-date-CI5Vv0Ji.js} +1 -1
- package/dist/purchase-order-transaction-type-DrFJFvtK.js +676 -0
- package/dist/stores/api.d.ts +1 -0
- package/dist/stores/feature.d.ts +0 -1
- package/dist/stores/helper/core-store-proxy.d.ts +3 -0
- package/dist/stores/helper/generate-backend-urls.d.ts +1 -0
- package/dist/stores/location.d.ts +24 -42
- package/dist/stores/netsuite.d.ts +49 -0
- package/dist/stores/warehouse.d.ts +4 -7
- package/dist/style.css +1 -1
- package/dist/{supplier-CBf_J6D6.js → supplier-BQyK2eSZ.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-template-enabled-locations-2-Bo3g55rA.js → use-template-enabled-locations-2-ClBq9FjN.js} +1 -1
- package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +48 -84
- package/dist/views/closing-template/composables/use-closing-template-table.d.ts +48 -84
- package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +14 -0
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +42 -0
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +42 -0
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations.d.ts +4 -7
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-locations.d.ts +2 -2
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +132 -84
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +44 -1014
- package/dist/views/transfer-template/helpers/remove-deleted-skus.helper.d.ts +11 -7
- package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +8 -14
- package/dist/{xlsx-DX8dk9eD.js → xlsx-DiOKvJ6l.js} +1 -1
- package/dist/{xlsx.util-BaeMOrlY.js → xlsx.util-CZ7zYxdP.js} +2 -2
- package/package.json +5 -5
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-CXmk2PYd.js +0 -740
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-D9XERa2u.js +0 -1409
- package/dist/TransferTemplateView-BIsn4jRY.js +0 -1238
- package/dist/purchase-order-transaction-type-73S8OLUt.js +0 -702
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ISelectItem } from '@feedmepos/ui-library';
|
|
2
|
-
export declare function useTransferLocations(modelGetter: () =>
|
|
3
|
-
transferLocationModel: import("vue").WritableComputedRef<string, string>;
|
|
2
|
+
export declare function useTransferLocations(modelGetter: () => Partial<FdoPurchaseOrder>, modelSetter: (model: Partial<FdoPurchaseOrder>) => void): {
|
|
3
|
+
transferLocationModel: import("vue").WritableComputedRef<string | undefined, string | undefined>;
|
|
4
4
|
transferLocationOptions: import("vue").ComputedRef<ISelectItem[]>;
|
|
5
5
|
locationOptionsTypePurchase: import("vue").ComputedRef<{
|
|
6
6
|
phoneNumber?: string | null | undefined;
|
|
@@ -39,13 +39,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
39
39
|
url?: string | null | undefined;
|
|
40
40
|
expiredAt?: string | null | undefined;
|
|
41
41
|
agentId?: string | null | undefined;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
name: string;
|
|
47
|
-
id: string;
|
|
48
|
-
}[];
|
|
42
|
+
attributeSettings?: {
|
|
43
|
+
type: "string" | "number" | "boolean" | "date";
|
|
44
|
+
key: string;
|
|
45
|
+
entity: "restaurant" | "item";
|
|
49
46
|
}[] | null | undefined;
|
|
50
47
|
pf_agent?: {
|
|
51
48
|
clickupId?: string | null | undefined;
|
|
@@ -168,6 +165,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
168
165
|
template?: string | null | undefined;
|
|
169
166
|
stockSnapshotId?: string | null | undefined;
|
|
170
167
|
effectiveAt?: string | null | undefined;
|
|
168
|
+
netSuite?: {
|
|
169
|
+
id?: string | null | undefined;
|
|
170
|
+
subsidiary: {
|
|
171
|
+
id?: string | null | undefined;
|
|
172
|
+
name?: string | null | undefined;
|
|
173
|
+
};
|
|
174
|
+
} | null | undefined;
|
|
171
175
|
items: {
|
|
172
176
|
measurement?: {
|
|
173
177
|
id: string;
|
|
@@ -291,13 +295,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
291
295
|
url?: string | null | undefined;
|
|
292
296
|
expiredAt?: string | null | undefined;
|
|
293
297
|
agentId?: string | null | undefined;
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
name: string;
|
|
299
|
-
id: string;
|
|
300
|
-
}[];
|
|
298
|
+
attributeSettings?: {
|
|
299
|
+
type: "string" | "number" | "boolean" | "date";
|
|
300
|
+
key: string;
|
|
301
|
+
entity: "restaurant" | "item";
|
|
301
302
|
}[] | null | undefined;
|
|
302
303
|
pf_agent?: {
|
|
303
304
|
clickupId?: string | null | undefined;
|
|
@@ -420,6 +421,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
420
421
|
template?: string | null | undefined;
|
|
421
422
|
stockSnapshotId?: string | null | undefined;
|
|
422
423
|
effectiveAt?: string | null | undefined;
|
|
424
|
+
netSuite?: {
|
|
425
|
+
id?: string | null | undefined;
|
|
426
|
+
subsidiary: {
|
|
427
|
+
id?: string | null | undefined;
|
|
428
|
+
name?: string | null | undefined;
|
|
429
|
+
};
|
|
430
|
+
} | null | undefined;
|
|
423
431
|
items: {
|
|
424
432
|
measurement?: {
|
|
425
433
|
id: string;
|
|
@@ -543,13 +551,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
543
551
|
url?: string | null | undefined;
|
|
544
552
|
expiredAt?: string | null | undefined;
|
|
545
553
|
agentId?: string | null | undefined;
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
name: string;
|
|
551
|
-
id: string;
|
|
552
|
-
}[];
|
|
554
|
+
attributeSettings?: {
|
|
555
|
+
type: "string" | "number" | "boolean" | "date";
|
|
556
|
+
key: string;
|
|
557
|
+
entity: "restaurant" | "item";
|
|
553
558
|
}[] | null | undefined;
|
|
554
559
|
pf_agent?: {
|
|
555
560
|
clickupId?: string | null | undefined;
|
|
@@ -672,6 +677,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
672
677
|
template?: string | null | undefined;
|
|
673
678
|
stockSnapshotId?: string | null | undefined;
|
|
674
679
|
effectiveAt?: string | null | undefined;
|
|
680
|
+
netSuite?: {
|
|
681
|
+
id?: string | null | undefined;
|
|
682
|
+
subsidiary: {
|
|
683
|
+
id?: string | null | undefined;
|
|
684
|
+
name?: string | null | undefined;
|
|
685
|
+
};
|
|
686
|
+
} | null | undefined;
|
|
675
687
|
items: {
|
|
676
688
|
measurement?: {
|
|
677
689
|
id: string;
|
|
@@ -795,13 +807,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
795
807
|
url?: string | null | undefined;
|
|
796
808
|
expiredAt?: string | null | undefined;
|
|
797
809
|
agentId?: string | null | undefined;
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
name: string;
|
|
803
|
-
id: string;
|
|
804
|
-
}[];
|
|
810
|
+
attributeSettings?: {
|
|
811
|
+
type: "string" | "number" | "boolean" | "date";
|
|
812
|
+
key: string;
|
|
813
|
+
entity: "restaurant" | "item";
|
|
805
814
|
}[] | null | undefined;
|
|
806
815
|
pf_agent?: {
|
|
807
816
|
clickupId?: string | null | undefined;
|
|
@@ -924,6 +933,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
924
933
|
template?: string | null | undefined;
|
|
925
934
|
stockSnapshotId?: string | null | undefined;
|
|
926
935
|
effectiveAt?: string | null | undefined;
|
|
936
|
+
netSuite?: {
|
|
937
|
+
id?: string | null | undefined;
|
|
938
|
+
subsidiary: {
|
|
939
|
+
id?: string | null | undefined;
|
|
940
|
+
name?: string | null | undefined;
|
|
941
|
+
};
|
|
942
|
+
} | null | undefined;
|
|
927
943
|
items: {
|
|
928
944
|
measurement?: {
|
|
929
945
|
id: string;
|
|
@@ -1056,13 +1072,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1056
1072
|
url?: string | null | undefined;
|
|
1057
1073
|
expiredAt?: string | null | undefined;
|
|
1058
1074
|
agentId?: string | null | undefined;
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
name: string;
|
|
1064
|
-
id: string;
|
|
1065
|
-
}[];
|
|
1075
|
+
attributeSettings?: {
|
|
1076
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1077
|
+
key: string;
|
|
1078
|
+
entity: "restaurant" | "item";
|
|
1066
1079
|
}[] | null | undefined;
|
|
1067
1080
|
pf_agent?: {
|
|
1068
1081
|
clickupId?: string | null | undefined;
|
|
@@ -1185,6 +1198,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1185
1198
|
template?: string | null | undefined;
|
|
1186
1199
|
stockSnapshotId?: string | null | undefined;
|
|
1187
1200
|
effectiveAt?: string | null | undefined;
|
|
1201
|
+
netSuite?: {
|
|
1202
|
+
id?: string | null | undefined;
|
|
1203
|
+
subsidiary: {
|
|
1204
|
+
id?: string | null | undefined;
|
|
1205
|
+
name?: string | null | undefined;
|
|
1206
|
+
};
|
|
1207
|
+
} | null | undefined;
|
|
1188
1208
|
items: {
|
|
1189
1209
|
measurement?: {
|
|
1190
1210
|
id: string;
|
|
@@ -1308,13 +1328,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1308
1328
|
url?: string | null | undefined;
|
|
1309
1329
|
expiredAt?: string | null | undefined;
|
|
1310
1330
|
agentId?: string | null | undefined;
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
name: string;
|
|
1316
|
-
id: string;
|
|
1317
|
-
}[];
|
|
1331
|
+
attributeSettings?: {
|
|
1332
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1333
|
+
key: string;
|
|
1334
|
+
entity: "restaurant" | "item";
|
|
1318
1335
|
}[] | null | undefined;
|
|
1319
1336
|
pf_agent?: {
|
|
1320
1337
|
clickupId?: string | null | undefined;
|
|
@@ -1437,6 +1454,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1437
1454
|
template?: string | null | undefined;
|
|
1438
1455
|
stockSnapshotId?: string | null | undefined;
|
|
1439
1456
|
effectiveAt?: string | null | undefined;
|
|
1457
|
+
netSuite?: {
|
|
1458
|
+
id?: string | null | undefined;
|
|
1459
|
+
subsidiary: {
|
|
1460
|
+
id?: string | null | undefined;
|
|
1461
|
+
name?: string | null | undefined;
|
|
1462
|
+
};
|
|
1463
|
+
} | null | undefined;
|
|
1440
1464
|
items: {
|
|
1441
1465
|
measurement?: {
|
|
1442
1466
|
id: string;
|
|
@@ -1560,13 +1584,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1560
1584
|
url?: string | null | undefined;
|
|
1561
1585
|
expiredAt?: string | null | undefined;
|
|
1562
1586
|
agentId?: string | null | undefined;
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
name: string;
|
|
1568
|
-
id: string;
|
|
1569
|
-
}[];
|
|
1587
|
+
attributeSettings?: {
|
|
1588
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1589
|
+
key: string;
|
|
1590
|
+
entity: "restaurant" | "item";
|
|
1570
1591
|
}[] | null | undefined;
|
|
1571
1592
|
pf_agent?: {
|
|
1572
1593
|
clickupId?: string | null | undefined;
|
|
@@ -1689,6 +1710,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1689
1710
|
template?: string | null | undefined;
|
|
1690
1711
|
stockSnapshotId?: string | null | undefined;
|
|
1691
1712
|
effectiveAt?: string | null | undefined;
|
|
1713
|
+
netSuite?: {
|
|
1714
|
+
id?: string | null | undefined;
|
|
1715
|
+
subsidiary: {
|
|
1716
|
+
id?: string | null | undefined;
|
|
1717
|
+
name?: string | null | undefined;
|
|
1718
|
+
};
|
|
1719
|
+
} | null | undefined;
|
|
1692
1720
|
items: {
|
|
1693
1721
|
measurement?: {
|
|
1694
1722
|
id: string;
|
|
@@ -1812,13 +1840,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1812
1840
|
url?: string | null | undefined;
|
|
1813
1841
|
expiredAt?: string | null | undefined;
|
|
1814
1842
|
agentId?: string | null | undefined;
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
name: string;
|
|
1820
|
-
id: string;
|
|
1821
|
-
}[];
|
|
1843
|
+
attributeSettings?: {
|
|
1844
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1845
|
+
key: string;
|
|
1846
|
+
entity: "restaurant" | "item";
|
|
1822
1847
|
}[] | null | undefined;
|
|
1823
1848
|
pf_agent?: {
|
|
1824
1849
|
clickupId?: string | null | undefined;
|
|
@@ -1941,6 +1966,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1941
1966
|
template?: string | null | undefined;
|
|
1942
1967
|
stockSnapshotId?: string | null | undefined;
|
|
1943
1968
|
effectiveAt?: string | null | undefined;
|
|
1969
|
+
netSuite?: {
|
|
1970
|
+
id?: string | null | undefined;
|
|
1971
|
+
subsidiary: {
|
|
1972
|
+
id?: string | null | undefined;
|
|
1973
|
+
name?: string | null | undefined;
|
|
1974
|
+
};
|
|
1975
|
+
} | null | undefined;
|
|
1944
1976
|
items: {
|
|
1945
1977
|
measurement?: {
|
|
1946
1978
|
id: string;
|
|
@@ -2073,13 +2105,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2073
2105
|
url?: string | null | undefined;
|
|
2074
2106
|
expiredAt?: string | null | undefined;
|
|
2075
2107
|
agentId?: string | null | undefined;
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
name: string;
|
|
2081
|
-
id: string;
|
|
2082
|
-
}[];
|
|
2108
|
+
attributeSettings?: {
|
|
2109
|
+
type: "string" | "number" | "boolean" | "date";
|
|
2110
|
+
key: string;
|
|
2111
|
+
entity: "restaurant" | "item";
|
|
2083
2112
|
}[] | null | undefined;
|
|
2084
2113
|
pf_agent?: {
|
|
2085
2114
|
clickupId?: string | null | undefined;
|
|
@@ -2202,6 +2231,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2202
2231
|
template?: string | null | undefined;
|
|
2203
2232
|
stockSnapshotId?: string | null | undefined;
|
|
2204
2233
|
effectiveAt?: string | null | undefined;
|
|
2234
|
+
netSuite?: {
|
|
2235
|
+
id?: string | null | undefined;
|
|
2236
|
+
subsidiary: {
|
|
2237
|
+
id?: string | null | undefined;
|
|
2238
|
+
name?: string | null | undefined;
|
|
2239
|
+
};
|
|
2240
|
+
} | null | undefined;
|
|
2205
2241
|
items: {
|
|
2206
2242
|
measurement?: {
|
|
2207
2243
|
id: string;
|
|
@@ -2325,13 +2361,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2325
2361
|
url?: string | null | undefined;
|
|
2326
2362
|
expiredAt?: string | null | undefined;
|
|
2327
2363
|
agentId?: string | null | undefined;
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
name: string;
|
|
2333
|
-
id: string;
|
|
2334
|
-
}[];
|
|
2364
|
+
attributeSettings?: {
|
|
2365
|
+
type: "string" | "number" | "boolean" | "date";
|
|
2366
|
+
key: string;
|
|
2367
|
+
entity: "restaurant" | "item";
|
|
2335
2368
|
}[] | null | undefined;
|
|
2336
2369
|
pf_agent?: {
|
|
2337
2370
|
clickupId?: string | null | undefined;
|
|
@@ -2454,6 +2487,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2454
2487
|
template?: string | null | undefined;
|
|
2455
2488
|
stockSnapshotId?: string | null | undefined;
|
|
2456
2489
|
effectiveAt?: string | null | undefined;
|
|
2490
|
+
netSuite?: {
|
|
2491
|
+
id?: string | null | undefined;
|
|
2492
|
+
subsidiary: {
|
|
2493
|
+
id?: string | null | undefined;
|
|
2494
|
+
name?: string | null | undefined;
|
|
2495
|
+
};
|
|
2496
|
+
} | null | undefined;
|
|
2457
2497
|
items: {
|
|
2458
2498
|
measurement?: {
|
|
2459
2499
|
id: string;
|
|
@@ -2577,13 +2617,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2577
2617
|
url?: string | null | undefined;
|
|
2578
2618
|
expiredAt?: string | null | undefined;
|
|
2579
2619
|
agentId?: string | null | undefined;
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
name: string;
|
|
2585
|
-
id: string;
|
|
2586
|
-
}[];
|
|
2620
|
+
attributeSettings?: {
|
|
2621
|
+
type: "string" | "number" | "boolean" | "date";
|
|
2622
|
+
key: string;
|
|
2623
|
+
entity: "restaurant" | "item";
|
|
2587
2624
|
}[] | null | undefined;
|
|
2588
2625
|
pf_agent?: {
|
|
2589
2626
|
clickupId?: string | null | undefined;
|
|
@@ -2706,6 +2743,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2706
2743
|
template?: string | null | undefined;
|
|
2707
2744
|
stockSnapshotId?: string | null | undefined;
|
|
2708
2745
|
effectiveAt?: string | null | undefined;
|
|
2746
|
+
netSuite?: {
|
|
2747
|
+
id?: string | null | undefined;
|
|
2748
|
+
subsidiary: {
|
|
2749
|
+
id?: string | null | undefined;
|
|
2750
|
+
name?: string | null | undefined;
|
|
2751
|
+
};
|
|
2752
|
+
} | null | undefined;
|
|
2709
2753
|
items: {
|
|
2710
2754
|
measurement?: {
|
|
2711
2755
|
id: string;
|
|
@@ -2829,13 +2873,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2829
2873
|
url?: string | null | undefined;
|
|
2830
2874
|
expiredAt?: string | null | undefined;
|
|
2831
2875
|
agentId?: string | null | undefined;
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
name: string;
|
|
2837
|
-
id: string;
|
|
2838
|
-
}[];
|
|
2876
|
+
attributeSettings?: {
|
|
2877
|
+
type: "string" | "number" | "boolean" | "date";
|
|
2878
|
+
key: string;
|
|
2879
|
+
entity: "restaurant" | "item";
|
|
2839
2880
|
}[] | null | undefined;
|
|
2840
2881
|
pf_agent?: {
|
|
2841
2882
|
clickupId?: string | null | undefined;
|
|
@@ -2958,6 +2999,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2958
2999
|
template?: string | null | undefined;
|
|
2959
3000
|
stockSnapshotId?: string | null | undefined;
|
|
2960
3001
|
effectiveAt?: string | null | undefined;
|
|
3002
|
+
netSuite?: {
|
|
3003
|
+
id?: string | null | undefined;
|
|
3004
|
+
subsidiary: {
|
|
3005
|
+
id?: string | null | undefined;
|
|
3006
|
+
name?: string | null | undefined;
|
|
3007
|
+
};
|
|
3008
|
+
} | null | undefined;
|
|
2961
3009
|
items: {
|
|
2962
3010
|
measurement?: {
|
|
2963
3011
|
id: string;
|