@thorprovider/types 3.14.5 → 3.15.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.mts CHANGED
@@ -4042,6 +4042,7 @@ interface DropshipperOrderDetail {
4042
4042
  id: string;
4043
4043
  display_id: number;
4044
4044
  status: string;
4045
+ payment_status?: string;
4045
4046
  fulfillment_status: string | null;
4046
4047
  created_at: string;
4047
4048
  currency_code: string;
package/dist/index.d.ts CHANGED
@@ -4042,6 +4042,7 @@ interface DropshipperOrderDetail {
4042
4042
  id: string;
4043
4043
  display_id: number;
4044
4044
  status: string;
4045
+ payment_status?: string;
4045
4046
  fulfillment_status: string | null;
4046
4047
  created_at: string;
4047
4048
  currency_code: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thorprovider/types",
3
- "version": "3.14.5",
3
+ "version": "3.15.0",
4
4
  "description": "Shared TypeScript types for Thor Commerce ecosystem - Framework-agnostic type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -441,6 +441,7 @@ export interface DropshipperOrderDetail {
441
441
  id: string;
442
442
  display_id: number;
443
443
  status: string;
444
+ payment_status?: string;
444
445
  fulfillment_status: string | null;
445
446
  created_at: string;
446
447
  currency_code: string;