@customafk/lunas-api-sdk 0.0.98 → 0.1.0

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/index.d.cts CHANGED
@@ -2372,6 +2372,17 @@ declare const _createClient: () => {
2372
2372
  username: string;
2373
2373
  role: string;
2374
2374
  isActive: boolean | null;
2375
+ customerMedias: {
2376
+ createdAt: Date | null;
2377
+ media: {
2378
+ name: string;
2379
+ uuid: string;
2380
+ path: string;
2381
+ size: number;
2382
+ mimeType: string;
2383
+ isPrivate: boolean;
2384
+ };
2385
+ }[];
2375
2386
  networks: {
2376
2387
  createdAt: Date | null;
2377
2388
  updatedAt: Date | null;
@@ -2514,17 +2525,17 @@ declare const _createClient: () => {
2514
2525
  }[];
2515
2526
  orderTimelines: {
2516
2527
  uuid: string;
2517
- status: "COMPLETED" | "IN_PROGRESS" | "SKIPPED" | "FAILED";
2528
+ status: "COMPLETED" | "IN_PROGRESS" | "FAILED" | "SKIPPED";
2518
2529
  createdAt: Date;
2519
2530
  updatedAt: Date;
2520
2531
  completedAt: Date | null;
2521
2532
  actorUuid: string | null;
2522
2533
  title: string;
2523
2534
  content: string | null;
2535
+ startedAt: Date;
2524
2536
  category: "ORDER" | "PAYMENT" | "LOGISTICS";
2525
2537
  manifestUuid: string | null;
2526
2538
  milestoneCode: "PURCHASED" | "ARRIVED_VN" | "DELIVERED" | "ORDER_CREATED" | "QUOTATION_SENT" | "DEPOSIT_PAID" | "ORDER_CONFIRMED" | "PAYMENT_COMPLETED" | "PAYMENT_RECEIVED" | "PAYMENT_VOIDED" | "ORDER_CANCELLED" | "PURCHASING" | "IN_WAREHOUSE_ABROAD" | "INTERNATIONAL_SHIPPING" | "ITEM_CANCELLED" | "PACKED" | "HANDED_OVER" | "DELIVERING";
2527
- startedAt: Date;
2528
2539
  isPublic: boolean;
2529
2540
  metadata: unknown;
2530
2541
  }[];
@@ -2667,17 +2678,17 @@ declare const _createClient: () => {
2667
2678
  }[];
2668
2679
  orderTimelines: {
2669
2680
  uuid: string;
2670
- status: "COMPLETED" | "IN_PROGRESS" | "SKIPPED" | "FAILED";
2681
+ status: "COMPLETED" | "IN_PROGRESS" | "FAILED" | "SKIPPED";
2671
2682
  createdAt: Date;
2672
2683
  updatedAt: Date;
2673
2684
  completedAt: Date | null;
2674
2685
  actorUuid: string | null;
2675
2686
  title: string;
2676
2687
  content: string | null;
2688
+ startedAt: Date;
2677
2689
  category: "ORDER" | "PAYMENT" | "LOGISTICS";
2678
2690
  manifestUuid: string | null;
2679
2691
  milestoneCode: "PURCHASED" | "ARRIVED_VN" | "DELIVERED" | "ORDER_CREATED" | "QUOTATION_SENT" | "DEPOSIT_PAID" | "ORDER_CONFIRMED" | "PAYMENT_COMPLETED" | "PAYMENT_RECEIVED" | "PAYMENT_VOIDED" | "ORDER_CANCELLED" | "PURCHASING" | "IN_WAREHOUSE_ABROAD" | "INTERNATIONAL_SHIPPING" | "ITEM_CANCELLED" | "PACKED" | "HANDED_OVER" | "DELIVERING";
2680
- startedAt: Date;
2681
2692
  isPublic: boolean;
2682
2693
  metadata: unknown;
2683
2694
  }[];
@@ -2989,6 +3000,17 @@ declare const _createClient: () => {
2989
3000
  username: string;
2990
3001
  role: string;
2991
3002
  isActive: boolean | null;
3003
+ customerMedias: {
3004
+ createdAt: Date | null;
3005
+ media: {
3006
+ name: string;
3007
+ uuid: string;
3008
+ path: string;
3009
+ size: number;
3010
+ mimeType: string;
3011
+ isPrivate: boolean;
3012
+ };
3013
+ }[];
2992
3014
  networks: {
2993
3015
  createdAt: Date | null;
2994
3016
  updatedAt: Date | null;
@@ -3131,17 +3153,17 @@ declare const _createClient: () => {
3131
3153
  }[];
3132
3154
  orderTimelines: {
3133
3155
  uuid: string;
3134
- status: "COMPLETED" | "IN_PROGRESS" | "SKIPPED" | "FAILED";
3156
+ status: "COMPLETED" | "IN_PROGRESS" | "FAILED" | "SKIPPED";
3135
3157
  createdAt: Date;
3136
3158
  updatedAt: Date;
3137
3159
  completedAt: Date | null;
3138
3160
  actorUuid: string | null;
3139
3161
  title: string;
3140
3162
  content: string | null;
3163
+ startedAt: Date;
3141
3164
  category: "ORDER" | "PAYMENT" | "LOGISTICS";
3142
3165
  manifestUuid: string | null;
3143
3166
  milestoneCode: "PURCHASED" | "ARRIVED_VN" | "DELIVERED" | "ORDER_CREATED" | "QUOTATION_SENT" | "DEPOSIT_PAID" | "ORDER_CONFIRMED" | "PAYMENT_COMPLETED" | "PAYMENT_RECEIVED" | "PAYMENT_VOIDED" | "ORDER_CANCELLED" | "PURCHASING" | "IN_WAREHOUSE_ABROAD" | "INTERNATIONAL_SHIPPING" | "ITEM_CANCELLED" | "PACKED" | "HANDED_OVER" | "DELIVERING";
3144
- startedAt: Date;
3145
3167
  isPublic: boolean;
3146
3168
  metadata: unknown;
3147
3169
  }[];
@@ -3284,17 +3306,17 @@ declare const _createClient: () => {
3284
3306
  }[];
3285
3307
  orderTimelines: {
3286
3308
  uuid: string;
3287
- status: "COMPLETED" | "IN_PROGRESS" | "SKIPPED" | "FAILED";
3309
+ status: "COMPLETED" | "IN_PROGRESS" | "FAILED" | "SKIPPED";
3288
3310
  createdAt: Date;
3289
3311
  updatedAt: Date;
3290
3312
  completedAt: Date | null;
3291
3313
  actorUuid: string | null;
3292
3314
  title: string;
3293
3315
  content: string | null;
3316
+ startedAt: Date;
3294
3317
  category: "ORDER" | "PAYMENT" | "LOGISTICS";
3295
3318
  manifestUuid: string | null;
3296
3319
  milestoneCode: "PURCHASED" | "ARRIVED_VN" | "DELIVERED" | "ORDER_CREATED" | "QUOTATION_SENT" | "DEPOSIT_PAID" | "ORDER_CONFIRMED" | "PAYMENT_COMPLETED" | "PAYMENT_RECEIVED" | "PAYMENT_VOIDED" | "ORDER_CANCELLED" | "PURCHASING" | "IN_WAREHOUSE_ABROAD" | "INTERNATIONAL_SHIPPING" | "ITEM_CANCELLED" | "PACKED" | "HANDED_OVER" | "DELIVERING";
3297
- startedAt: Date;
3298
3320
  isPublic: boolean;
3299
3321
  metadata: unknown;
3300
3322
  }[];
@@ -5939,6 +5961,189 @@ declare const _createClient: () => {
5939
5961
  } & {
5940
5962
  '~path': string;
5941
5963
  };
5964
+ "database-backups": ((params: {
5965
+ backupUuid: string | number;
5966
+ }) => {
5967
+ download: {
5968
+ get: ((options?: {
5969
+ fetch?: RequestInit | undefined;
5970
+ throwHttpError?: _elysiajs_eden_dist_types_0YqzVuGd0.b | undefined;
5971
+ headers?: {} | undefined;
5972
+ query?: {} | undefined;
5973
+ } | undefined) => Promise<Treaty.TreatyResponse<{
5974
+ 200: {
5975
+ success: false;
5976
+ statusCode: number;
5977
+ data: null;
5978
+ message: string;
5979
+ error: TResponseError;
5980
+ meta: TResponseMeta;
5981
+ } | {
5982
+ success: true;
5983
+ statusCode: number;
5984
+ data: {
5985
+ downloadUrl: string;
5986
+ manifestUrl: string | undefined;
5987
+ fileName: string;
5988
+ sizeBytes: number | null;
5989
+ };
5990
+ message: null;
5991
+ error: null;
5992
+ meta: TResponseMeta;
5993
+ };
5994
+ 422: {
5995
+ type: "validation";
5996
+ on: string;
5997
+ summary?: string;
5998
+ message?: string;
5999
+ found?: unknown;
6000
+ property?: string;
6001
+ expected?: string;
6002
+ };
6003
+ }>>) & {
6004
+ '~path': string;
6005
+ };
6006
+ } & {
6007
+ '~path': string;
6008
+ };
6009
+ '~path': string;
6010
+ } & {
6011
+ download: {
6012
+ get: ((options?: {
6013
+ fetch?: RequestInit | undefined;
6014
+ throwHttpError?: _elysiajs_eden_dist_types_0YqzVuGd0.b | undefined;
6015
+ headers?: {} | undefined;
6016
+ query?: {} | undefined;
6017
+ } | undefined) => Promise<Treaty.TreatyResponse<{
6018
+ 200: {
6019
+ success: false;
6020
+ statusCode: number;
6021
+ data: null;
6022
+ message: string;
6023
+ error: TResponseError;
6024
+ meta: TResponseMeta;
6025
+ } | {
6026
+ success: true;
6027
+ statusCode: number;
6028
+ data: {
6029
+ downloadUrl: string;
6030
+ manifestUrl: string | undefined;
6031
+ fileName: string;
6032
+ sizeBytes: number | null;
6033
+ };
6034
+ message: null;
6035
+ error: null;
6036
+ meta: TResponseMeta;
6037
+ };
6038
+ 422: {
6039
+ type: "validation";
6040
+ on: string;
6041
+ summary?: string;
6042
+ message?: string;
6043
+ found?: unknown;
6044
+ property?: string;
6045
+ expected?: string;
6046
+ };
6047
+ }>>) & {
6048
+ '~path': string;
6049
+ };
6050
+ } & {
6051
+ '~path': string;
6052
+ };
6053
+ }) & {
6054
+ get: ((options?: {
6055
+ fetch?: RequestInit | undefined;
6056
+ throwHttpError?: _elysiajs_eden_dist_types_0YqzVuGd0.b | undefined;
6057
+ headers?: {} | undefined;
6058
+ query?: {
6059
+ page?: number | undefined;
6060
+ limit?: number | undefined;
6061
+ status?: "PENDING" | "COMPLETED" | "IN_PROGRESS" | "FAILED" | undefined;
6062
+ } | undefined;
6063
+ } | undefined) => Promise<Treaty.TreatyResponse<{
6064
+ 200: {
6065
+ success: false;
6066
+ statusCode: number;
6067
+ data: null;
6068
+ message: string;
6069
+ error: TResponseError;
6070
+ meta: TResponseMeta;
6071
+ } | {
6072
+ success: true;
6073
+ statusCode: number;
6074
+ data: {
6075
+ data: {
6076
+ type: "MANUAL" | "PRE_RESTORE_SNAPSHOT";
6077
+ uuid: string;
6078
+ status: "PENDING" | "COMPLETED" | "IN_PROGRESS" | "FAILED";
6079
+ createdAt: Date;
6080
+ completedAt: Date | null;
6081
+ tableCount: number;
6082
+ totalRowCount: number;
6083
+ sizeBytes: number | null;
6084
+ errorMessage: string | null;
6085
+ startedAt: Date;
6086
+ createdBy: {
6087
+ uuid: string;
6088
+ email: string;
6089
+ username: string;
6090
+ } | null;
6091
+ }[];
6092
+ pagination: {
6093
+ page: number;
6094
+ limit: number;
6095
+ total: number;
6096
+ totalPages: number;
6097
+ hasNextPage: boolean;
6098
+ hasPreviousPage: boolean;
6099
+ };
6100
+ };
6101
+ message: null;
6102
+ error: null;
6103
+ meta: TResponseMeta;
6104
+ };
6105
+ 422: {
6106
+ type: "validation";
6107
+ on: string;
6108
+ summary?: string;
6109
+ message?: string;
6110
+ found?: unknown;
6111
+ property?: string;
6112
+ expected?: string;
6113
+ };
6114
+ }>>) & {
6115
+ '~path': string;
6116
+ };
6117
+ post: ((body?: {} | undefined, options?: {
6118
+ fetch?: RequestInit | undefined;
6119
+ throwHttpError?: _elysiajs_eden_dist_types_0YqzVuGd0.b | undefined;
6120
+ headers?: {} | undefined;
6121
+ query?: {} | undefined;
6122
+ } | undefined) => Promise<Treaty.TreatyResponse<{
6123
+ 200: {
6124
+ success: false;
6125
+ statusCode: number;
6126
+ data: null;
6127
+ message: string;
6128
+ error: TResponseError;
6129
+ meta: TResponseMeta;
6130
+ } | {
6131
+ success: true;
6132
+ statusCode: number;
6133
+ data: {
6134
+ uuid: string;
6135
+ status: "PENDING" | "COMPLETED" | "IN_PROGRESS" | "FAILED";
6136
+ };
6137
+ message: null;
6138
+ error: null;
6139
+ meta: TResponseMeta;
6140
+ };
6141
+ }>>) & {
6142
+ '~path': string;
6143
+ };
6144
+ } & {
6145
+ '~path': string;
6146
+ };
5942
6147
  deposits: ((params: {
5943
6148
  depositId: string | number;
5944
6149
  }) => {
@@ -9598,6 +9803,17 @@ declare const _createClient: () => {
9598
9803
  title: string;
9599
9804
  content: string;
9600
9805
  isArchived: boolean;
9806
+ memoMedias: {
9807
+ createdAt: Date | null;
9808
+ media: {
9809
+ name: string;
9810
+ uuid: string;
9811
+ path: string;
9812
+ size: number;
9813
+ mimeType: string;
9814
+ isPrivate: boolean;
9815
+ };
9816
+ }[];
9601
9817
  orderMemo: {
9602
9818
  orderUuid: string;
9603
9819
  memoUuid: string;
@@ -9797,6 +10013,17 @@ declare const _createClient: () => {
9797
10013
  title: string;
9798
10014
  content: string;
9799
10015
  isArchived: boolean;
10016
+ memoMedias: {
10017
+ createdAt: Date | null;
10018
+ media: {
10019
+ name: string;
10020
+ uuid: string;
10021
+ path: string;
10022
+ size: number;
10023
+ mimeType: string;
10024
+ isPrivate: boolean;
10025
+ };
10026
+ }[];
9800
10027
  orderMemo: {
9801
10028
  orderUuid: string;
9802
10029
  memoUuid: string;
@@ -10764,6 +10991,17 @@ declare const _createClient: () => {
10764
10991
  fullname: string;
10765
10992
  };
10766
10993
  } | null;
10994
+ orderMedias: {
10995
+ createdAt: Date | null;
10996
+ media: {
10997
+ name: string;
10998
+ uuid: string;
10999
+ path: string;
11000
+ size: number;
11001
+ mimeType: string;
11002
+ isPrivate: boolean;
11003
+ };
11004
+ }[];
10767
11005
  orderManifests: {
10768
11006
  uuid: string;
10769
11007
  status: "PROCESSING" | "CANCELLED" | "PURCHASED" | "WAREHOUSE_ABROAD" | "IN_TRANSIT" | "ARRIVED_VN" | "DELIVERED";
@@ -10803,17 +11041,17 @@ declare const _createClient: () => {
10803
11041
  }[];
10804
11042
  orderTimelines: {
10805
11043
  uuid: string;
10806
- status: "COMPLETED" | "IN_PROGRESS" | "SKIPPED" | "FAILED";
11044
+ status: "COMPLETED" | "IN_PROGRESS" | "FAILED" | "SKIPPED";
10807
11045
  createdAt: Date;
10808
11046
  updatedAt: Date;
10809
11047
  completedAt: Date | null;
10810
11048
  actorUuid: string | null;
10811
11049
  title: string;
10812
11050
  content: string | null;
11051
+ startedAt: Date;
10813
11052
  category: "ORDER" | "PAYMENT" | "LOGISTICS";
10814
11053
  manifestUuid: string | null;
10815
11054
  milestoneCode: "PURCHASED" | "ARRIVED_VN" | "DELIVERED" | "ORDER_CREATED" | "QUOTATION_SENT" | "DEPOSIT_PAID" | "ORDER_CONFIRMED" | "PAYMENT_COMPLETED" | "PAYMENT_RECEIVED" | "PAYMENT_VOIDED" | "ORDER_CANCELLED" | "PURCHASING" | "IN_WAREHOUSE_ABROAD" | "INTERNATIONAL_SHIPPING" | "ITEM_CANCELLED" | "PACKED" | "HANDED_OVER" | "DELIVERING";
10816
- startedAt: Date;
10817
11055
  isPublic: boolean;
10818
11056
  metadata: unknown;
10819
11057
  }[];
@@ -11620,17 +11858,17 @@ declare const _createClient: () => {
11620
11858
  statusCode: number;
11621
11859
  data: {
11622
11860
  uuid: string;
11623
- status: "COMPLETED" | "IN_PROGRESS" | "SKIPPED" | "FAILED";
11861
+ status: "COMPLETED" | "IN_PROGRESS" | "FAILED" | "SKIPPED";
11624
11862
  createdAt: Date;
11625
11863
  updatedAt: Date;
11626
11864
  completedAt: Date | null;
11627
11865
  actorUuid: string | null;
11628
11866
  title: string;
11629
11867
  content: string | null;
11868
+ startedAt: Date;
11630
11869
  category: "ORDER" | "PAYMENT" | "LOGISTICS";
11631
11870
  manifestUuid: string | null;
11632
11871
  milestoneCode: "PURCHASED" | "ARRIVED_VN" | "DELIVERED" | "ORDER_CREATED" | "QUOTATION_SENT" | "DEPOSIT_PAID" | "ORDER_CONFIRMED" | "PAYMENT_COMPLETED" | "PAYMENT_RECEIVED" | "PAYMENT_VOIDED" | "ORDER_CANCELLED" | "PURCHASING" | "IN_WAREHOUSE_ABROAD" | "INTERNATIONAL_SHIPPING" | "ITEM_CANCELLED" | "PACKED" | "HANDED_OVER" | "DELIVERING";
11633
- startedAt: Date;
11634
11872
  isPublic: boolean;
11635
11873
  }[];
11636
11874
  message: null;
@@ -11913,6 +12151,17 @@ declare const _createClient: () => {
11913
12151
  fullname: string;
11914
12152
  };
11915
12153
  } | null;
12154
+ orderMedias: {
12155
+ createdAt: Date | null;
12156
+ media: {
12157
+ name: string;
12158
+ uuid: string;
12159
+ path: string;
12160
+ size: number;
12161
+ mimeType: string;
12162
+ isPrivate: boolean;
12163
+ };
12164
+ }[];
11916
12165
  orderManifests: {
11917
12166
  uuid: string;
11918
12167
  status: "PROCESSING" | "CANCELLED" | "PURCHASED" | "WAREHOUSE_ABROAD" | "IN_TRANSIT" | "ARRIVED_VN" | "DELIVERED";
@@ -11952,17 +12201,17 @@ declare const _createClient: () => {
11952
12201
  }[];
11953
12202
  orderTimelines: {
11954
12203
  uuid: string;
11955
- status: "COMPLETED" | "IN_PROGRESS" | "SKIPPED" | "FAILED";
12204
+ status: "COMPLETED" | "IN_PROGRESS" | "FAILED" | "SKIPPED";
11956
12205
  createdAt: Date;
11957
12206
  updatedAt: Date;
11958
12207
  completedAt: Date | null;
11959
12208
  actorUuid: string | null;
11960
12209
  title: string;
11961
12210
  content: string | null;
12211
+ startedAt: Date;
11962
12212
  category: "ORDER" | "PAYMENT" | "LOGISTICS";
11963
12213
  manifestUuid: string | null;
11964
12214
  milestoneCode: "PURCHASED" | "ARRIVED_VN" | "DELIVERED" | "ORDER_CREATED" | "QUOTATION_SENT" | "DEPOSIT_PAID" | "ORDER_CONFIRMED" | "PAYMENT_COMPLETED" | "PAYMENT_RECEIVED" | "PAYMENT_VOIDED" | "ORDER_CANCELLED" | "PURCHASING" | "IN_WAREHOUSE_ABROAD" | "INTERNATIONAL_SHIPPING" | "ITEM_CANCELLED" | "PACKED" | "HANDED_OVER" | "DELIVERING";
11965
- startedAt: Date;
11966
12215
  isPublic: boolean;
11967
12216
  metadata: unknown;
11968
12217
  }[];
@@ -12769,17 +13018,17 @@ declare const _createClient: () => {
12769
13018
  statusCode: number;
12770
13019
  data: {
12771
13020
  uuid: string;
12772
- status: "COMPLETED" | "IN_PROGRESS" | "SKIPPED" | "FAILED";
13021
+ status: "COMPLETED" | "IN_PROGRESS" | "FAILED" | "SKIPPED";
12773
13022
  createdAt: Date;
12774
13023
  updatedAt: Date;
12775
13024
  completedAt: Date | null;
12776
13025
  actorUuid: string | null;
12777
13026
  title: string;
12778
13027
  content: string | null;
13028
+ startedAt: Date;
12779
13029
  category: "ORDER" | "PAYMENT" | "LOGISTICS";
12780
13030
  manifestUuid: string | null;
12781
13031
  milestoneCode: "PURCHASED" | "ARRIVED_VN" | "DELIVERED" | "ORDER_CREATED" | "QUOTATION_SENT" | "DEPOSIT_PAID" | "ORDER_CONFIRMED" | "PAYMENT_COMPLETED" | "PAYMENT_RECEIVED" | "PAYMENT_VOIDED" | "ORDER_CANCELLED" | "PURCHASING" | "IN_WAREHOUSE_ABROAD" | "INTERNATIONAL_SHIPPING" | "ITEM_CANCELLED" | "PACKED" | "HANDED_OVER" | "DELIVERING";
12782
- startedAt: Date;
12783
13032
  isPublic: boolean;
12784
13033
  }[];
12785
13034
  message: null;
@@ -20623,17 +20872,17 @@ declare const _createClient: () => {
20623
20872
  }[];
20624
20873
  orderTimelines: {
20625
20874
  uuid: string;
20626
- status: "COMPLETED" | "IN_PROGRESS" | "SKIPPED" | "FAILED";
20875
+ status: "COMPLETED" | "IN_PROGRESS" | "FAILED" | "SKIPPED";
20627
20876
  createdAt: Date;
20628
20877
  updatedAt: Date;
20629
20878
  estimatedDeliveryAt: Date | null;
20630
20879
  completedAt: Date | null;
20631
20880
  title: string;
20632
20881
  content: string | null;
20882
+ startedAt: Date;
20633
20883
  category: "ORDER" | "PAYMENT" | "LOGISTICS";
20634
20884
  manifestUuid: string | null;
20635
20885
  milestoneCode: "PURCHASED" | "ARRIVED_VN" | "DELIVERED" | "ORDER_CREATED" | "QUOTATION_SENT" | "DEPOSIT_PAID" | "ORDER_CONFIRMED" | "PAYMENT_COMPLETED" | "PAYMENT_RECEIVED" | "PAYMENT_VOIDED" | "ORDER_CANCELLED" | "PURCHASING" | "IN_WAREHOUSE_ABROAD" | "INTERNATIONAL_SHIPPING" | "ITEM_CANCELLED" | "PACKED" | "HANDED_OVER" | "DELIVERING";
20636
- startedAt: Date;
20637
20886
  metadata: unknown;
20638
20887
  }[];
20639
20888
  orderCoupons: {
@@ -20921,17 +21170,17 @@ declare const _createClient: () => {
20921
21170
  }[];
20922
21171
  orderTimelines: {
20923
21172
  uuid: string;
20924
- status: "COMPLETED" | "IN_PROGRESS" | "SKIPPED" | "FAILED";
21173
+ status: "COMPLETED" | "IN_PROGRESS" | "FAILED" | "SKIPPED";
20925
21174
  createdAt: Date;
20926
21175
  updatedAt: Date;
20927
21176
  estimatedDeliveryAt: Date | null;
20928
21177
  completedAt: Date | null;
20929
21178
  title: string;
20930
21179
  content: string | null;
21180
+ startedAt: Date;
20931
21181
  category: "ORDER" | "PAYMENT" | "LOGISTICS";
20932
21182
  manifestUuid: string | null;
20933
21183
  milestoneCode: "PURCHASED" | "ARRIVED_VN" | "DELIVERED" | "ORDER_CREATED" | "QUOTATION_SENT" | "DEPOSIT_PAID" | "ORDER_CONFIRMED" | "PAYMENT_COMPLETED" | "PAYMENT_RECEIVED" | "PAYMENT_VOIDED" | "ORDER_CANCELLED" | "PURCHASING" | "IN_WAREHOUSE_ABROAD" | "INTERNATIONAL_SHIPPING" | "ITEM_CANCELLED" | "PACKED" | "HANDED_OVER" | "DELIVERING";
20934
- startedAt: Date;
20935
21184
  metadata: unknown;
20936
21185
  }[];
20937
21186
  orderCoupons: {