perspectapi-ts-sdk 3.0.1 → 3.0.2

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
@@ -609,7 +609,7 @@ interface SiteUserOrder {
609
609
  payment_status?: string;
610
610
  line_items: any[];
611
611
  created_at: string;
612
- updated_at: string;
612
+ completed_at?: string;
613
613
  }
614
614
  interface RequestOtpRequest {
615
615
  email: string;
package/dist/index.d.ts CHANGED
@@ -609,7 +609,7 @@ interface SiteUserOrder {
609
609
  payment_status?: string;
610
610
  line_items: any[];
611
611
  created_at: string;
612
- updated_at: string;
612
+ completed_at?: string;
613
613
  }
614
614
  interface RequestOtpRequest {
615
615
  email: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "perspectapi-ts-sdk",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "TypeScript SDK for PerspectAPI - Cloudflare Workers compatible",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -617,7 +617,7 @@ export interface SiteUserOrder {
617
617
  payment_status?: string;
618
618
  line_items: any[];
619
619
  created_at: string;
620
- updated_at: string;
620
+ completed_at?: string;
621
621
  }
622
622
 
623
623
  export interface RequestOtpRequest {