@edgebound/bigcommerce 0.5.4 → 0.5.5
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/bigcommerce-entities/orders/orders.service.d.ts +9 -9
- package/dist/bigcommerce-entities/orders/schemas/order.schema.d.ts +3 -3
- package/dist/bigcommerce-entities/orders/schemas/order.schema.js +3 -3
- package/dist/bigcommerce-entities/orders/schemas/order.schema.js.map +1 -1
- package/package.json +3 -3
|
@@ -48,7 +48,7 @@ export declare class BigCommerceOrdersService {
|
|
|
48
48
|
is_tax_inclusive_pricing: boolean;
|
|
49
49
|
date_modified: string;
|
|
50
50
|
date_shipped: string;
|
|
51
|
-
status_id:
|
|
51
|
+
status_id: import("./schemas").OrderStatusEnum;
|
|
52
52
|
status: "Incomplete" | "Pending" | "Shipped" | "Partially Shipped" | "Refunded" | "Cancelled" | "Declined" | "Awaiting Payment" | "Awaiting Pickup" | "Awaiting Shipment" | "Completed" | "Awaiting Fulfillment" | "Manual Verification Required" | "Disputed" | "Partially Refunded";
|
|
53
53
|
subtotal_ex_tax: string;
|
|
54
54
|
subtotal_inc_tax: string;
|
|
@@ -95,7 +95,7 @@ export declare class BigCommerceOrdersService {
|
|
|
95
95
|
shipping_address_count: number;
|
|
96
96
|
is_deleted: boolean;
|
|
97
97
|
ebay_order_id: string;
|
|
98
|
-
cart_id: string;
|
|
98
|
+
cart_id: string | null;
|
|
99
99
|
billing_address: {
|
|
100
100
|
first_name: string;
|
|
101
101
|
last_name: string;
|
|
@@ -117,7 +117,7 @@ export declare class BigCommerceOrdersService {
|
|
|
117
117
|
is_email_opt_in: boolean;
|
|
118
118
|
order_source: string;
|
|
119
119
|
channel_id: number;
|
|
120
|
-
external_source: string;
|
|
120
|
+
external_source: string | null;
|
|
121
121
|
external_id: string | null;
|
|
122
122
|
tax_provider_id: string;
|
|
123
123
|
customer_locale: string;
|
|
@@ -148,7 +148,7 @@ export declare class BigCommerceOrdersService {
|
|
|
148
148
|
is_tax_inclusive_pricing: boolean;
|
|
149
149
|
date_modified: string;
|
|
150
150
|
date_shipped: string;
|
|
151
|
-
status_id:
|
|
151
|
+
status_id: import("./schemas").OrderStatusEnum;
|
|
152
152
|
status: "Incomplete" | "Pending" | "Shipped" | "Partially Shipped" | "Refunded" | "Cancelled" | "Declined" | "Awaiting Payment" | "Awaiting Pickup" | "Awaiting Shipment" | "Completed" | "Awaiting Fulfillment" | "Manual Verification Required" | "Disputed" | "Partially Refunded";
|
|
153
153
|
subtotal_ex_tax: string;
|
|
154
154
|
subtotal_inc_tax: string;
|
|
@@ -195,7 +195,7 @@ export declare class BigCommerceOrdersService {
|
|
|
195
195
|
shipping_address_count: number;
|
|
196
196
|
is_deleted: boolean;
|
|
197
197
|
ebay_order_id: string;
|
|
198
|
-
cart_id: string;
|
|
198
|
+
cart_id: string | null;
|
|
199
199
|
billing_address: {
|
|
200
200
|
first_name: string;
|
|
201
201
|
last_name: string;
|
|
@@ -217,7 +217,7 @@ export declare class BigCommerceOrdersService {
|
|
|
217
217
|
is_email_opt_in: boolean;
|
|
218
218
|
order_source: string;
|
|
219
219
|
channel_id: number;
|
|
220
|
-
external_source: string;
|
|
220
|
+
external_source: string | null;
|
|
221
221
|
external_id: string | null;
|
|
222
222
|
tax_provider_id: string;
|
|
223
223
|
customer_locale: string;
|
|
@@ -245,7 +245,7 @@ export declare class BigCommerceOrdersService {
|
|
|
245
245
|
is_tax_inclusive_pricing: boolean;
|
|
246
246
|
date_modified: string;
|
|
247
247
|
date_shipped: string;
|
|
248
|
-
status_id:
|
|
248
|
+
status_id: import("./schemas").OrderStatusEnum;
|
|
249
249
|
status: "Incomplete" | "Pending" | "Shipped" | "Partially Shipped" | "Refunded" | "Cancelled" | "Declined" | "Awaiting Payment" | "Awaiting Pickup" | "Awaiting Shipment" | "Completed" | "Awaiting Fulfillment" | "Manual Verification Required" | "Disputed" | "Partially Refunded";
|
|
250
250
|
subtotal_ex_tax: string;
|
|
251
251
|
subtotal_inc_tax: string;
|
|
@@ -292,7 +292,7 @@ export declare class BigCommerceOrdersService {
|
|
|
292
292
|
shipping_address_count: number;
|
|
293
293
|
is_deleted: boolean;
|
|
294
294
|
ebay_order_id: string;
|
|
295
|
-
cart_id: string;
|
|
295
|
+
cart_id: string | null;
|
|
296
296
|
billing_address: {
|
|
297
297
|
first_name: string;
|
|
298
298
|
last_name: string;
|
|
@@ -314,7 +314,7 @@ export declare class BigCommerceOrdersService {
|
|
|
314
314
|
is_email_opt_in: boolean;
|
|
315
315
|
order_source: string;
|
|
316
316
|
channel_id: number;
|
|
317
|
-
external_source: string;
|
|
317
|
+
external_source: string | null;
|
|
318
318
|
external_id: string | null;
|
|
319
319
|
tax_provider_id: string;
|
|
320
320
|
customer_locale: string;
|
|
@@ -6,7 +6,7 @@ export declare const OrderSchema: z.ZodObject<{
|
|
|
6
6
|
is_tax_inclusive_pricing: z.ZodBoolean;
|
|
7
7
|
date_modified: z.ZodString;
|
|
8
8
|
date_shipped: z.ZodString;
|
|
9
|
-
status_id: z.
|
|
9
|
+
status_id: z.ZodEnum<typeof import("./status.schema").OrderStatusEnum>;
|
|
10
10
|
status: z.ZodEnum<{
|
|
11
11
|
Incomplete: "Incomplete";
|
|
12
12
|
Pending: "Pending";
|
|
@@ -70,7 +70,7 @@ export declare const OrderSchema: z.ZodObject<{
|
|
|
70
70
|
shipping_address_count: z.ZodNumber;
|
|
71
71
|
is_deleted: z.ZodBoolean;
|
|
72
72
|
ebay_order_id: z.ZodString;
|
|
73
|
-
cart_id: z.ZodString
|
|
73
|
+
cart_id: z.ZodNullable<z.ZodString>;
|
|
74
74
|
billing_address: z.ZodObject<{
|
|
75
75
|
first_name: z.ZodString;
|
|
76
76
|
last_name: z.ZodString;
|
|
@@ -92,7 +92,7 @@ export declare const OrderSchema: z.ZodObject<{
|
|
|
92
92
|
is_email_opt_in: z.ZodBoolean;
|
|
93
93
|
order_source: z.ZodString;
|
|
94
94
|
channel_id: z.ZodNumber;
|
|
95
|
-
external_source: z.ZodString
|
|
95
|
+
external_source: z.ZodNullable<z.ZodString>;
|
|
96
96
|
external_id: z.ZodNullable<z.ZodString>;
|
|
97
97
|
tax_provider_id: z.ZodString;
|
|
98
98
|
customer_locale: z.ZodString;
|
|
@@ -44,7 +44,7 @@ exports.OrderSchema = z.object({
|
|
|
44
44
|
is_tax_inclusive_pricing: z.boolean(),
|
|
45
45
|
date_modified: z.string(),
|
|
46
46
|
date_shipped: z.string(),
|
|
47
|
-
status_id:
|
|
47
|
+
status_id: status_schema_1.OrderStatusSchema,
|
|
48
48
|
status: status_schema_1.OrderStatusNameEnumSchema,
|
|
49
49
|
subtotal_ex_tax: z.string(),
|
|
50
50
|
subtotal_inc_tax: z.string(),
|
|
@@ -92,12 +92,12 @@ exports.OrderSchema = z.object({
|
|
|
92
92
|
shipping_address_count: z.number(),
|
|
93
93
|
is_deleted: z.boolean(),
|
|
94
94
|
ebay_order_id: z.string(),
|
|
95
|
-
cart_id: z.string(),
|
|
95
|
+
cart_id: z.string().nullable(),
|
|
96
96
|
billing_address: address_schema_1.AddressSchema,
|
|
97
97
|
is_email_opt_in: z.boolean(),
|
|
98
98
|
order_source: z.string(),
|
|
99
99
|
channel_id: z.number(),
|
|
100
|
-
external_source: z.string(),
|
|
100
|
+
external_source: z.string().nullable(),
|
|
101
101
|
external_id: z.string().nullable(),
|
|
102
102
|
tax_provider_id: z.string(),
|
|
103
103
|
customer_locale: z.string(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"order.schema.js","sourceRoot":"","sources":["../../../../src/bigcommerce-entities/orders/schemas/order.schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uCAAyB;AACzB,2EAAuE;AACvE,
|
|
1
|
+
{"version":3,"file":"order.schema.js","sourceRoot":"","sources":["../../../../src/bigcommerce-entities/orders/schemas/order.schema.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edgebound/bigcommerce",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
4
4
|
"types": "./dist/index.d.ts",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"eslint-plugin-neverthrow": "1.1.4",
|
|
22
22
|
"@nestjs/config": "^4.0.0",
|
|
23
23
|
"p-limit": "^7.2.0",
|
|
24
|
-
"@edgebound/
|
|
25
|
-
"@edgebound/
|
|
24
|
+
"@edgebound/eslint-config": "0.0.0",
|
|
25
|
+
"@edgebound/typescript-config": "0.0.0"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"zod": "^4.3.3",
|