@voyant-travel/inventory 0.1.0 → 0.3.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.
Files changed (44) hide show
  1. package/dist/action-ledger.d.ts +9 -9
  2. package/dist/authoring/extension.d.ts +4 -4
  3. package/dist/authoring/spec.d.ts +16 -16
  4. package/dist/booking-extension.d.ts +1 -1
  5. package/dist/extras/routes.d.ts +27 -27
  6. package/dist/extras/schema.d.ts +2 -2
  7. package/dist/extras/service.d.ts +8 -8
  8. package/dist/extras/validation.d.ts +11 -11
  9. package/dist/extras.d.ts +31 -31
  10. package/dist/interface.d.ts +102 -102
  11. package/dist/routes-brochure.d.ts +56 -0
  12. package/dist/routes-brochure.d.ts.map +1 -0
  13. package/dist/routes-brochure.js +73 -0
  14. package/dist/routes-brochure.test.d.ts +2 -0
  15. package/dist/routes-brochure.test.d.ts.map +1 -0
  16. package/dist/routes-brochure.test.js +92 -0
  17. package/dist/routes-catalog.d.ts +8 -8
  18. package/dist/routes-configuration.d.ts +1 -1
  19. package/dist/routes-core.d.ts +14 -14
  20. package/dist/routes-itinerary.d.ts +24 -24
  21. package/dist/routes-media.d.ts +12 -12
  22. package/dist/routes-merchandising.d.ts +19 -19
  23. package/dist/routes-options.d.ts +7 -7
  24. package/dist/routes-public.d.ts +12 -12
  25. package/dist/routes-translations.d.ts +5 -5
  26. package/dist/routes.d.ts +90 -90
  27. package/dist/schema-core.d.ts +2 -2
  28. package/dist/schema-itinerary.d.ts +1 -1
  29. package/dist/schema-settings.d.ts +1 -1
  30. package/dist/service-catalog.d.ts +4 -4
  31. package/dist/service-configuration.d.ts +1 -1
  32. package/dist/service-core.d.ts +6 -6
  33. package/dist/service-destinations.d.ts +8 -8
  34. package/dist/service-itinerary-history.d.ts +1 -1
  35. package/dist/service-itinerary.d.ts +15 -15
  36. package/dist/service-media.d.ts +10 -10
  37. package/dist/service-merchandising.d.ts +9 -9
  38. package/dist/service-option-translations.d.ts +8 -8
  39. package/dist/service-options.d.ts +8 -8
  40. package/dist/service-public.d.ts +12 -12
  41. package/dist/service-taxonomy.d.ts +8 -8
  42. package/dist/service.d.ts +86 -86
  43. package/dist/tasks/brochures.d.ts +2 -2
  44. package/package.json +16 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/inventory",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -24,6 +24,11 @@
24
24
  "import": "./dist/routes.js",
25
25
  "default": "./dist/routes.js"
26
26
  },
27
+ "./routes-brochure": {
28
+ "types": "./dist/routes-brochure.d.ts",
29
+ "import": "./dist/routes-brochure.js",
30
+ "default": "./dist/routes-brochure.js"
31
+ },
27
32
  "./action-ledger-drift": {
28
33
  "types": "./dist/action-ledger-drift.d.ts",
29
34
  "import": "./dist/action-ledger-drift.js",
@@ -157,17 +162,17 @@
157
162
  "pdf-lib": "^1.17.1",
158
163
  "sanitize-html": "^2.17.4",
159
164
  "zod": "^4.3.6",
160
- "@voyant-travel/action-ledger": "^0.104.10",
161
- "@voyant-travel/catalog": "^0.117.2",
162
- "@voyant-travel/db": "^0.108.0",
165
+ "@voyant-travel/action-ledger": "^0.105.0",
166
+ "@voyant-travel/catalog": "^0.119.0",
163
167
  "@voyant-travel/core": "^0.109.0",
164
- "@voyant-travel/extras-contracts": "^0.104.1",
165
- "@voyant-travel/hono": "^0.109.1",
166
- "@voyant-travel/commerce": "^0.1.0",
167
- "@voyant-travel/operations": "^0.0.0",
168
- "@voyant-travel/storage": "^0.104.1",
169
- "@voyant-travel/products-contracts": "^0.105.4",
170
- "@voyant-travel/utils": "^0.105.1"
168
+ "@voyant-travel/db": "^0.108.1",
169
+ "@voyant-travel/extras-contracts": "^0.104.2",
170
+ "@voyant-travel/hono": "^0.111.0",
171
+ "@voyant-travel/commerce": "^0.3.0",
172
+ "@voyant-travel/products-contracts": "^0.105.5",
173
+ "@voyant-travel/storage": "^0.105.0",
174
+ "@voyant-travel/utils": "^0.105.2",
175
+ "@voyant-travel/operations": "^0.1.1"
171
176
  },
172
177
  "devDependencies": {
173
178
  "@types/sanitize-html": "^2.16.1",