@customafk/lunas-api-sdk 0.0.77 → 0.0.78
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 +3 -3
- package/dist/index.d.mts +3 -3
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -7206,7 +7206,7 @@ declare const _createClient: () => {
|
|
|
7206
7206
|
status: "DRAFT" | "PENDING" | "CONFIRMED" | "PROCESSING" | "COMPLETED" | "CANCELLED";
|
|
7207
7207
|
orderType: "ORDER" | "IN-STOCK";
|
|
7208
7208
|
orderCode: string;
|
|
7209
|
-
};
|
|
7209
|
+
} | null;
|
|
7210
7210
|
}[];
|
|
7211
7211
|
pagination: {
|
|
7212
7212
|
page: number;
|
|
@@ -7235,10 +7235,10 @@ declare const _createClient: () => {
|
|
|
7235
7235
|
};
|
|
7236
7236
|
post: ((body: {
|
|
7237
7237
|
description?: string | undefined;
|
|
7238
|
+
orderId?: string | undefined;
|
|
7238
7239
|
surchargeIds?: string[] | undefined;
|
|
7239
7240
|
amount: number;
|
|
7240
7241
|
paymentType: "OTHER" | "DEPOSIT" | "FULL_PAYMENT" | "PARTIAL_PAYMENT" | "FEE" | "ADJUSTMENT";
|
|
7241
|
-
orderId: string;
|
|
7242
7242
|
}, options?: {
|
|
7243
7243
|
fetch?: RequestInit | undefined;
|
|
7244
7244
|
throwHttpError?: _elysiajs_eden_dist_types_0YqzVuGd0.b | undefined;
|
|
@@ -10861,7 +10861,7 @@ declare const _createClient: () => {
|
|
|
10861
10861
|
status: "DRAFT" | "PENDING" | "CONFIRMED" | "PROCESSING" | "COMPLETED" | "CANCELLED";
|
|
10862
10862
|
orderType: "ORDER" | "IN-STOCK";
|
|
10863
10863
|
orderCode: string;
|
|
10864
|
-
};
|
|
10864
|
+
} | null;
|
|
10865
10865
|
};
|
|
10866
10866
|
}[];
|
|
10867
10867
|
pagination: {
|
package/dist/index.d.mts
CHANGED
|
@@ -7206,7 +7206,7 @@ declare const _createClient: () => {
|
|
|
7206
7206
|
status: "DRAFT" | "PENDING" | "CONFIRMED" | "PROCESSING" | "COMPLETED" | "CANCELLED";
|
|
7207
7207
|
orderType: "ORDER" | "IN-STOCK";
|
|
7208
7208
|
orderCode: string;
|
|
7209
|
-
};
|
|
7209
|
+
} | null;
|
|
7210
7210
|
}[];
|
|
7211
7211
|
pagination: {
|
|
7212
7212
|
page: number;
|
|
@@ -7235,10 +7235,10 @@ declare const _createClient: () => {
|
|
|
7235
7235
|
};
|
|
7236
7236
|
post: ((body: {
|
|
7237
7237
|
description?: string | undefined;
|
|
7238
|
+
orderId?: string | undefined;
|
|
7238
7239
|
surchargeIds?: string[] | undefined;
|
|
7239
7240
|
amount: number;
|
|
7240
7241
|
paymentType: "OTHER" | "DEPOSIT" | "FULL_PAYMENT" | "PARTIAL_PAYMENT" | "FEE" | "ADJUSTMENT";
|
|
7241
|
-
orderId: string;
|
|
7242
7242
|
}, options?: {
|
|
7243
7243
|
fetch?: RequestInit | undefined;
|
|
7244
7244
|
throwHttpError?: _elysiajs_eden_dist_types_0YqzVuGd0.b | undefined;
|
|
@@ -10861,7 +10861,7 @@ declare const _createClient: () => {
|
|
|
10861
10861
|
status: "DRAFT" | "PENDING" | "CONFIRMED" | "PROCESSING" | "COMPLETED" | "CANCELLED";
|
|
10862
10862
|
orderType: "ORDER" | "IN-STOCK";
|
|
10863
10863
|
orderCode: string;
|
|
10864
|
-
};
|
|
10864
|
+
} | null;
|
|
10865
10865
|
};
|
|
10866
10866
|
}[];
|
|
10867
10867
|
pagination: {
|