@voyant-travel/finance 0.138.1 → 0.138.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-invoice-from-booking.d.ts","sourceRoot":"","sources":["../src/service-invoice-from-booking.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,6BAA6B,EAC7B,qBAAqB,EACrB,sBAAsB,EACtB,kBAAkB,EACnB,MAAM,qBAAqB,CAAA;AAsG5B,eAAO,MAAM,gCAAgC;iCAErC,kBAAkB,QAChB,6BAA6B,eACtB,sBAAsB,YAC1B,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"service-invoice-from-booking.d.ts","sourceRoot":"","sources":["../src/service-invoice-from-booking.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,6BAA6B,EAC7B,qBAAqB,EACrB,sBAAsB,EACtB,kBAAkB,EACnB,MAAM,qBAAqB,CAAA;AAsG5B,eAAO,MAAM,gCAAgC;iCAErC,kBAAkB,QAChB,6BAA6B,eACtB,sBAAsB,YAC1B,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6PjC,CAAA"}
|
|
@@ -203,6 +203,7 @@ export const financeInvoiceFromBookingService = {
|
|
|
203
203
|
.values({
|
|
204
204
|
invoiceNumber: numberAssignment.invoiceNumber,
|
|
205
205
|
invoiceType: data.invoiceType,
|
|
206
|
+
convertedFromInvoiceId: data.convertedFromInvoiceId ?? null,
|
|
206
207
|
seriesId: numberAssignment.seriesId,
|
|
207
208
|
sequence: numberAssignment.sequence,
|
|
208
209
|
bookingId: booking.id,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/finance",
|
|
3
|
-
"version": "0.138.
|
|
3
|
+
"version": "0.138.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
"hono": "^4.12.25",
|
|
104
104
|
"zod": "^4.4.3",
|
|
105
105
|
"@voyant-travel/action-ledger": "^0.105.9",
|
|
106
|
-
"@voyant-travel/bookings": "^0.138.
|
|
107
|
-
"@voyant-travel/core": "^0.111.
|
|
106
|
+
"@voyant-travel/bookings": "^0.138.2",
|
|
107
|
+
"@voyant-travel/core": "^0.111.1",
|
|
108
108
|
"@voyant-travel/db": "^0.109.4",
|
|
109
109
|
"@voyant-travel/types": "^0.106.1",
|
|
110
|
-
"@voyant-travel/finance-contracts": "^0.105.
|
|
111
|
-
"@voyant-travel/hono": "^0.118.
|
|
110
|
+
"@voyant-travel/finance-contracts": "^0.105.7",
|
|
111
|
+
"@voyant-travel/hono": "^0.118.4",
|
|
112
112
|
"@voyant-travel/storage": "^0.106.0",
|
|
113
113
|
"@voyant-travel/utils": "^0.105.5"
|
|
114
114
|
},
|