@voyant-travel/trips-react 0.113.0 → 0.114.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.
@@ -36,10 +36,10 @@ export declare function listTrips(client: FetchWithValidationOptions, params?: L
36
36
  export declare function createTrip(client: FetchWithValidationOptions, input: CreateTripBody): Promise<import("@voyant-travel/trips").Trip>;
37
37
  export declare function getTrip(client: FetchWithValidationOptions, envelopeId: string): Promise<import("@voyant-travel/trips").Trip>;
38
38
  export declare function listTripSnapshots(client: FetchWithValidationOptions, envelopeId: string): Promise<{
39
+ currency: string;
39
40
  id: string;
40
41
  createdAt: Date;
41
42
  createdBy: string | null;
42
- currency: string;
43
43
  subtotalAmountCents: number;
44
44
  taxAmountCents: number;
45
45
  totalAmountCents: number;
@@ -56,10 +56,10 @@ export declare function listTripSnapshots(client: FetchWithValidationOptions, en
56
56
  proposal: import("@voyant-travel/trips").TripSnapshotProposal;
57
57
  }[]>;
58
58
  export declare function getTripSnapshot(client: FetchWithValidationOptions, snapshotId: string): Promise<{
59
+ currency: string;
59
60
  id: string;
60
61
  createdAt: Date;
61
62
  createdBy: string | null;
62
- currency: string;
63
63
  subtotalAmountCents: number;
64
64
  taxAmountCents: number;
65
65
  totalAmountCents: number;
@@ -76,10 +76,10 @@ export declare function getTripSnapshot(client: FetchWithValidationOptions, snap
76
76
  proposal: import("@voyant-travel/trips").TripSnapshotProposal;
77
77
  }>;
78
78
  export declare function freezeTripSnapshot(client: FetchWithValidationOptions, envelopeId: string, input?: CreateTripSnapshotBody): Promise<{
79
+ currency: string;
79
80
  id: string;
80
81
  createdAt: Date;
81
82
  createdBy: string | null;
82
- currency: string;
83
83
  subtotalAmountCents: number;
84
84
  taxAmountCents: number;
85
85
  totalAmountCents: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/trips-react",
3
- "version": "0.113.0",
3
+ "version": "0.114.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -47,15 +47,15 @@
47
47
  "react": "^19.0.0",
48
48
  "react-dom": "^19.0.0",
49
49
  "zod": "^4.0.0",
50
- "@voyant-travel/admin": "^0.111.4",
51
- "@voyant-travel/bookings-react": "^0.122.0",
52
- "@voyant-travel/catalog": "^0.120.0",
53
- "@voyant-travel/catalog-react": "^0.120.0",
54
- "@voyant-travel/relationships-react": "^0.122.0",
55
- "@voyant-travel/finance": "^0.122.0",
56
- "@voyant-travel/flights": "^0.122.0",
57
- "@voyant-travel/flights-react": "^0.122.0",
58
- "@voyant-travel/trips": "^0.113.0",
50
+ "@voyant-travel/admin": "^0.112.0",
51
+ "@voyant-travel/bookings-react": "^0.123.0",
52
+ "@voyant-travel/catalog": "^0.121.0",
53
+ "@voyant-travel/catalog-react": "^0.121.0",
54
+ "@voyant-travel/relationships-react": "^0.123.0",
55
+ "@voyant-travel/finance": "^0.123.0",
56
+ "@voyant-travel/flights": "^0.123.0",
57
+ "@voyant-travel/flights-react": "^0.123.0",
58
+ "@voyant-travel/trips": "^0.114.0",
59
59
  "@voyant-travel/ui": "^0.106.2"
60
60
  },
61
61
  "peerDependenciesMeta": {
@@ -97,17 +97,17 @@
97
97
  "typescript": "^6.0.2",
98
98
  "vitest": "^4.1.2",
99
99
  "zod": "^4.3.6",
100
- "@voyant-travel/admin": "^0.111.4",
101
- "@voyant-travel/bookings-react": "^0.122.0",
102
- "@voyant-travel/catalog": "^0.120.0",
103
- "@voyant-travel/catalog-react": "^0.120.0",
104
- "@voyant-travel/relationships-react": "^0.122.0",
105
- "@voyant-travel/finance": "^0.122.0",
106
- "@voyant-travel/flights": "^0.122.0",
107
- "@voyant-travel/flights-react": "^0.122.0",
100
+ "@voyant-travel/admin": "^0.112.0",
101
+ "@voyant-travel/bookings-react": "^0.123.0",
102
+ "@voyant-travel/catalog": "^0.121.0",
103
+ "@voyant-travel/catalog-react": "^0.121.0",
104
+ "@voyant-travel/relationships-react": "^0.123.0",
105
+ "@voyant-travel/finance": "^0.123.0",
106
+ "@voyant-travel/flights": "^0.123.0",
107
+ "@voyant-travel/flights-react": "^0.123.0",
108
108
  "@voyant-travel/i18n": "^0.106.1",
109
109
  "@voyant-travel/react": "^0.104.1",
110
- "@voyant-travel/trips": "^0.113.0",
110
+ "@voyant-travel/trips": "^0.114.0",
111
111
  "@voyant-travel/ui": "^0.106.2",
112
112
  "@voyant-travel/voyant-typescript-config": "^0.1.0"
113
113
  },