@voyant-travel/openapi 0.3.0 → 0.4.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 (41) hide show
  1. package/package.json +3 -3
  2. package/spec/admin/accommodations.json +54 -6
  3. package/spec/admin/action-ledger.json +94 -11
  4. package/spec/admin/booking-requirements.json +326 -40
  5. package/spec/admin/bookings.json +550 -68
  6. package/spec/admin/catalog.json +14 -1
  7. package/spec/admin/distribution.json +974 -121
  8. package/spec/admin/external-refs.json +62 -7
  9. package/spec/admin/extras.json +158 -19
  10. package/spec/admin/finance.json +1230 -153
  11. package/spec/admin/identity.json +90 -21
  12. package/spec/admin/legal.json +550 -68
  13. package/spec/admin/markets.json +302 -37
  14. package/spec/admin/notifications.json +294 -36
  15. package/spec/admin/operations.json +2112 -291
  16. package/spec/admin/operator-settings.json +70 -8
  17. package/spec/admin/pricing.json +566 -70
  18. package/spec/admin/products.json +1286 -160
  19. package/spec/admin/promotions.json +54 -6
  20. package/spec/admin/quotes.json +342 -42
  21. package/spec/admin/relationships.json +686 -85
  22. package/spec/admin/sellability.json +246 -30
  23. package/spec/admin/storefront.json +22 -2
  24. package/spec/admin/suppliers.json +278 -34
  25. package/spec/admin/trips.json +198 -24
  26. package/spec/framework-admin.json +10472 -1392
  27. package/spec/framework-openapi.json +11510 -1695
  28. package/spec/framework-storefront.json +846 -105
  29. package/spec/storefront/booking-requirements.json +14 -1
  30. package/spec/storefront/bookings.json +86 -10
  31. package/spec/storefront/catalog.json +14 -1
  32. package/spec/storefront/customer-portal.json +158 -19
  33. package/spec/storefront/finance.json +102 -12
  34. package/spec/storefront/legal.json +94 -11
  35. package/spec/storefront/markets.json +14 -1
  36. package/spec/storefront/operator-settings.json +22 -2
  37. package/spec/storefront/pricing.json +14 -1
  38. package/spec/storefront/products.json +62 -7
  39. package/spec/storefront/storefront-verification.json +38 -4
  40. package/spec/storefront/storefront.json +102 -12
  41. package/spec/storefront/trips.json +198 -24
@@ -5,6 +5,12 @@
5
5
  "version": "0.0.0",
6
6
  "description": "Generated from the Voyant framework's standard module composition. Do not edit by hand."
7
7
  },
8
+ "servers": [
9
+ {
10
+ "url": "/",
11
+ "description": "This deployment (same origin)"
12
+ }
13
+ ],
8
14
  "components": {
9
15
  "schemas": {
10
16
  "CatalogSearchFilter": {
@@ -339,7 +345,14 @@
339
345
  }
340
346
  }
341
347
  }
342
- }
348
+ },
349
+ "operationId": "getAdminNotificationsTemplates",
350
+ "summary": "GET /v1/admin/notifications/templates",
351
+ "tags": [
352
+ "notifications"
353
+ ],
354
+ "x-voyant-module": "notifications",
355
+ "x-voyant-surface": "admin"
343
356
  },
344
357
  "post": {
345
358
  "requestBody": {
@@ -554,7 +567,14 @@
554
567
  }
555
568
  }
556
569
  }
557
- }
570
+ },
571
+ "operationId": "postAdminNotificationsTemplates",
572
+ "summary": "POST /v1/admin/notifications/templates",
573
+ "tags": [
574
+ "notifications"
575
+ ],
576
+ "x-voyant-module": "notifications",
577
+ "x-voyant-surface": "admin"
558
578
  }
559
579
  },
560
580
  "/v1/admin/notifications/templates/{id}": {
@@ -694,7 +714,14 @@
694
714
  }
695
715
  }
696
716
  }
697
- }
717
+ },
718
+ "operationId": "getAdminNotificationsTemplatesById",
719
+ "summary": "GET /v1/admin/notifications/templates/{id}",
720
+ "tags": [
721
+ "notifications"
722
+ ],
723
+ "x-voyant-module": "notifications",
724
+ "x-voyant-surface": "admin"
698
725
  },
699
726
  "patch": {
700
727
  "parameters": [
@@ -932,7 +959,14 @@
932
959
  }
933
960
  }
934
961
  }
935
- }
962
+ },
963
+ "operationId": "patchAdminNotificationsTemplatesById",
964
+ "summary": "PATCH /v1/admin/notifications/templates/{id}",
965
+ "tags": [
966
+ "notifications"
967
+ ],
968
+ "x-voyant-module": "notifications",
969
+ "x-voyant-surface": "admin"
936
970
  },
937
971
  "delete": {
938
972
  "parameters": [
@@ -967,7 +1001,14 @@
967
1001
  }
968
1002
  }
969
1003
  }
970
- }
1004
+ },
1005
+ "operationId": "deleteAdminNotificationsTemplatesById",
1006
+ "summary": "DELETE /v1/admin/notifications/templates/{id}",
1007
+ "tags": [
1008
+ "notifications"
1009
+ ],
1010
+ "x-voyant-module": "notifications",
1011
+ "x-voyant-surface": "admin"
971
1012
  }
972
1013
  },
973
1014
  "/v1/admin/notifications/preview": {
@@ -1117,7 +1158,14 @@
1117
1158
  }
1118
1159
  }
1119
1160
  }
1120
- }
1161
+ },
1162
+ "operationId": "postAdminNotificationsPreview",
1163
+ "summary": "POST /v1/admin/notifications/preview",
1164
+ "tags": [
1165
+ "notifications"
1166
+ ],
1167
+ "x-voyant-module": "notifications",
1168
+ "x-voyant-surface": "admin"
1121
1169
  }
1122
1170
  },
1123
1171
  "/v1/admin/notifications/deliveries": {
@@ -1481,7 +1529,14 @@
1481
1529
  }
1482
1530
  }
1483
1531
  }
1484
- }
1532
+ },
1533
+ "operationId": "getAdminNotificationsDeliveries",
1534
+ "summary": "GET /v1/admin/notifications/deliveries",
1535
+ "tags": [
1536
+ "notifications"
1537
+ ],
1538
+ "x-voyant-module": "notifications",
1539
+ "x-voyant-surface": "admin"
1485
1540
  }
1486
1541
  },
1487
1542
  "/v1/admin/notifications/deliveries/{id}": {
@@ -1724,7 +1779,14 @@
1724
1779
  }
1725
1780
  }
1726
1781
  }
1727
- }
1782
+ },
1783
+ "operationId": "getAdminNotificationsDeliveriesById",
1784
+ "summary": "GET /v1/admin/notifications/deliveries/{id}",
1785
+ "tags": [
1786
+ "notifications"
1787
+ ],
1788
+ "x-voyant-module": "notifications",
1789
+ "x-voyant-surface": "admin"
1728
1790
  }
1729
1791
  },
1730
1792
  "/v1/admin/notifications/deliveries/{id}/resend": {
@@ -1985,7 +2047,14 @@
1985
2047
  }
1986
2048
  }
1987
2049
  }
1988
- }
2050
+ },
2051
+ "operationId": "postAdminNotificationsDeliveriesByIdResend",
2052
+ "summary": "POST /v1/admin/notifications/deliveries/{id}/resend",
2053
+ "tags": [
2054
+ "notifications"
2055
+ ],
2056
+ "x-voyant-module": "notifications",
2057
+ "x-voyant-surface": "admin"
1989
2058
  }
1990
2059
  },
1991
2060
  "/v1/admin/notifications/reminder-rules": {
@@ -2194,7 +2263,14 @@
2194
2263
  }
2195
2264
  }
2196
2265
  }
2197
- }
2266
+ },
2267
+ "operationId": "getAdminNotificationsReminderRules",
2268
+ "summary": "GET /v1/admin/notifications/reminder-rules",
2269
+ "tags": [
2270
+ "notifications"
2271
+ ],
2272
+ "x-voyant-module": "notifications",
2273
+ "x-voyant-surface": "admin"
2198
2274
  },
2199
2275
  "post": {
2200
2276
  "requestBody": {
@@ -2431,7 +2507,14 @@
2431
2507
  }
2432
2508
  }
2433
2509
  }
2434
- }
2510
+ },
2511
+ "operationId": "postAdminNotificationsReminderRules",
2512
+ "summary": "POST /v1/admin/notifications/reminder-rules",
2513
+ "tags": [
2514
+ "notifications"
2515
+ ],
2516
+ "x-voyant-module": "notifications",
2517
+ "x-voyant-surface": "admin"
2435
2518
  }
2436
2519
  },
2437
2520
  "/v1/admin/notifications/reminder-rules/compose": {
@@ -2943,7 +3026,14 @@
2943
3026
  }
2944
3027
  }
2945
3028
  }
2946
- }
3029
+ },
3030
+ "operationId": "postAdminNotificationsReminderRulesCompose",
3031
+ "summary": "POST /v1/admin/notifications/reminder-rules/compose",
3032
+ "tags": [
3033
+ "notifications"
3034
+ ],
3035
+ "x-voyant-module": "notifications",
3036
+ "x-voyant-surface": "admin"
2947
3037
  }
2948
3038
  },
2949
3039
  "/v1/admin/notifications/reminder-rules/{id}": {
@@ -3091,7 +3181,14 @@
3091
3181
  }
3092
3182
  }
3093
3183
  }
3094
- }
3184
+ },
3185
+ "operationId": "getAdminNotificationsReminderRulesById",
3186
+ "summary": "GET /v1/admin/notifications/reminder-rules/{id}",
3187
+ "tags": [
3188
+ "notifications"
3189
+ ],
3190
+ "x-voyant-module": "notifications",
3191
+ "x-voyant-surface": "admin"
3095
3192
  },
3096
3193
  "patch": {
3097
3194
  "parameters": [
@@ -3350,7 +3447,14 @@
3350
3447
  }
3351
3448
  }
3352
3449
  }
3353
- }
3450
+ },
3451
+ "operationId": "patchAdminNotificationsReminderRulesById",
3452
+ "summary": "PATCH /v1/admin/notifications/reminder-rules/{id}",
3453
+ "tags": [
3454
+ "notifications"
3455
+ ],
3456
+ "x-voyant-module": "notifications",
3457
+ "x-voyant-surface": "admin"
3354
3458
  },
3355
3459
  "delete": {
3356
3460
  "parameters": [
@@ -3385,7 +3489,14 @@
3385
3489
  }
3386
3490
  }
3387
3491
  }
3388
- }
3492
+ },
3493
+ "operationId": "deleteAdminNotificationsReminderRulesById",
3494
+ "summary": "DELETE /v1/admin/notifications/reminder-rules/{id}",
3495
+ "tags": [
3496
+ "notifications"
3497
+ ],
3498
+ "x-voyant-module": "notifications",
3499
+ "x-voyant-surface": "admin"
3389
3500
  }
3390
3501
  },
3391
3502
  "/v1/admin/notifications/reminder-rules/{id}/stages": {
@@ -3539,7 +3650,14 @@
3539
3650
  }
3540
3651
  }
3541
3652
  }
3542
- }
3653
+ },
3654
+ "operationId": "getAdminNotificationsReminderRulesByIdStages",
3655
+ "summary": "GET /v1/admin/notifications/reminder-rules/{id}/stages",
3656
+ "tags": [
3657
+ "notifications"
3658
+ ],
3659
+ "x-voyant-module": "notifications",
3660
+ "x-voyant-surface": "admin"
3543
3661
  },
3544
3662
  "post": {
3545
3663
  "parameters": [
@@ -3834,7 +3952,14 @@
3834
3952
  }
3835
3953
  }
3836
3954
  }
3837
- }
3955
+ },
3956
+ "operationId": "postAdminNotificationsReminderRulesByIdStages",
3957
+ "summary": "POST /v1/admin/notifications/reminder-rules/{id}/stages",
3958
+ "tags": [
3959
+ "notifications"
3960
+ ],
3961
+ "x-voyant-module": "notifications",
3962
+ "x-voyant-surface": "admin"
3838
3963
  }
3839
3964
  },
3840
3965
  "/v1/admin/notifications/reminder-rules/{id}/stages/reorder": {
@@ -4030,7 +4155,14 @@
4030
4155
  }
4031
4156
  }
4032
4157
  }
4033
- }
4158
+ },
4159
+ "operationId": "postAdminNotificationsReminderRulesByIdStagesReorder",
4160
+ "summary": "POST /v1/admin/notifications/reminder-rules/{id}/stages/reorder",
4161
+ "tags": [
4162
+ "notifications"
4163
+ ],
4164
+ "x-voyant-module": "notifications",
4165
+ "x-voyant-surface": "admin"
4034
4166
  }
4035
4167
  },
4036
4168
  "/v1/admin/notifications/reminder-rules/{id}/stages/{stageId}": {
@@ -4346,7 +4478,14 @@
4346
4478
  }
4347
4479
  }
4348
4480
  }
4349
- }
4481
+ },
4482
+ "operationId": "patchAdminNotificationsReminderRulesByIdStagesByStageId",
4483
+ "summary": "PATCH /v1/admin/notifications/reminder-rules/{id}/stages/{stageId}",
4484
+ "tags": [
4485
+ "notifications"
4486
+ ],
4487
+ "x-voyant-module": "notifications",
4488
+ "x-voyant-surface": "admin"
4350
4489
  },
4351
4490
  "delete": {
4352
4491
  "parameters": [
@@ -4389,7 +4528,14 @@
4389
4528
  }
4390
4529
  }
4391
4530
  }
4392
- }
4531
+ },
4532
+ "operationId": "deleteAdminNotificationsReminderRulesByIdStagesByStageId",
4533
+ "summary": "DELETE /v1/admin/notifications/reminder-rules/{id}/stages/{stageId}",
4534
+ "tags": [
4535
+ "notifications"
4536
+ ],
4537
+ "x-voyant-module": "notifications",
4538
+ "x-voyant-surface": "admin"
4393
4539
  }
4394
4540
  },
4395
4541
  "/v1/admin/notifications/reminder-rules/{id}/stages/{stageId}/channels": {
@@ -4511,7 +4657,14 @@
4511
4657
  }
4512
4658
  }
4513
4659
  }
4514
- }
4660
+ },
4661
+ "operationId": "getAdminNotificationsReminderRulesByIdStagesByStageIdChannels",
4662
+ "summary": "GET /v1/admin/notifications/reminder-rules/{id}/stages/{stageId}/channels",
4663
+ "tags": [
4664
+ "notifications"
4665
+ ],
4666
+ "x-voyant-module": "notifications",
4667
+ "x-voyant-surface": "admin"
4515
4668
  },
4516
4669
  "post": {
4517
4670
  "parameters": [
@@ -4720,7 +4873,14 @@
4720
4873
  }
4721
4874
  }
4722
4875
  }
4723
- }
4876
+ },
4877
+ "operationId": "postAdminNotificationsReminderRulesByIdStagesByStageIdChannels",
4878
+ "summary": "POST /v1/admin/notifications/reminder-rules/{id}/stages/{stageId}/channels",
4879
+ "tags": [
4880
+ "notifications"
4881
+ ],
4882
+ "x-voyant-module": "notifications",
4883
+ "x-voyant-surface": "admin"
4724
4884
  }
4725
4885
  },
4726
4886
  "/v1/admin/notifications/reminder-rules/{id}/stages/{stageId}/channels/{channelId}": {
@@ -4954,7 +5114,14 @@
4954
5114
  }
4955
5115
  }
4956
5116
  }
4957
- }
5117
+ },
5118
+ "operationId": "patchAdminNotificationsReminderRulesByIdStagesByStageIdChannelsByChannelId",
5119
+ "summary": "PATCH /v1/admin/notifications/reminder-rules/{id}/stages/{stageId}/channels/{channelId}",
5120
+ "tags": [
5121
+ "notifications"
5122
+ ],
5123
+ "x-voyant-module": "notifications",
5124
+ "x-voyant-surface": "admin"
4958
5125
  },
4959
5126
  "delete": {
4960
5127
  "parameters": [
@@ -5005,7 +5172,14 @@
5005
5172
  }
5006
5173
  }
5007
5174
  }
5008
- }
5175
+ },
5176
+ "operationId": "deleteAdminNotificationsReminderRulesByIdStagesByStageIdChannelsByChannelId",
5177
+ "summary": "DELETE /v1/admin/notifications/reminder-rules/{id}/stages/{stageId}/channels/{channelId}",
5178
+ "tags": [
5179
+ "notifications"
5180
+ ],
5181
+ "x-voyant-module": "notifications",
5182
+ "x-voyant-surface": "admin"
5009
5183
  }
5010
5184
  },
5011
5185
  "/v1/admin/notifications/notification-settings": {
@@ -5105,7 +5279,14 @@
5105
5279
  }
5106
5280
  }
5107
5281
  }
5108
- }
5282
+ },
5283
+ "operationId": "getAdminNotificationsNotificationSettings",
5284
+ "summary": "GET /v1/admin/notifications/notification-settings",
5285
+ "tags": [
5286
+ "notifications"
5287
+ ],
5288
+ "x-voyant-module": "notifications",
5289
+ "x-voyant-surface": "admin"
5109
5290
  },
5110
5291
  "patch": {
5111
5292
  "requestBody": {
@@ -5304,7 +5485,14 @@
5304
5485
  }
5305
5486
  }
5306
5487
  }
5307
- }
5488
+ },
5489
+ "operationId": "patchAdminNotificationsNotificationSettings",
5490
+ "summary": "PATCH /v1/admin/notifications/notification-settings",
5491
+ "tags": [
5492
+ "notifications"
5493
+ ],
5494
+ "x-voyant-module": "notifications",
5495
+ "x-voyant-surface": "admin"
5308
5496
  }
5309
5497
  },
5310
5498
  "/v1/admin/notifications/reminders/preview": {
@@ -5424,7 +5612,14 @@
5424
5612
  }
5425
5613
  }
5426
5614
  }
5427
- }
5615
+ },
5616
+ "operationId": "getAdminNotificationsRemindersPreview",
5617
+ "summary": "GET /v1/admin/notifications/reminders/preview",
5618
+ "tags": [
5619
+ "notifications"
5620
+ ],
5621
+ "x-voyant-module": "notifications",
5622
+ "x-voyant-surface": "admin"
5428
5623
  }
5429
5624
  },
5430
5625
  "/v1/admin/notifications/reminder-runs": {
@@ -5874,7 +6069,14 @@
5874
6069
  }
5875
6070
  }
5876
6071
  }
5877
- }
6072
+ },
6073
+ "operationId": "getAdminNotificationsReminderRuns",
6074
+ "summary": "GET /v1/admin/notifications/reminder-runs",
6075
+ "tags": [
6076
+ "notifications"
6077
+ ],
6078
+ "x-voyant-module": "notifications",
6079
+ "x-voyant-surface": "admin"
5878
6080
  }
5879
6081
  },
5880
6082
  "/v1/admin/notifications/reminder-runs/{id}": {
@@ -6201,7 +6403,14 @@
6201
6403
  }
6202
6404
  }
6203
6405
  }
6204
- }
6406
+ },
6407
+ "operationId": "getAdminNotificationsReminderRunsById",
6408
+ "summary": "GET /v1/admin/notifications/reminder-runs/{id}",
6409
+ "tags": [
6410
+ "notifications"
6411
+ ],
6412
+ "x-voyant-module": "notifications",
6413
+ "x-voyant-surface": "admin"
6205
6414
  }
6206
6415
  },
6207
6416
  "/v1/admin/notifications/reminders/run-due": {
@@ -6263,7 +6472,14 @@
6263
6472
  }
6264
6473
  }
6265
6474
  }
6266
- }
6475
+ },
6476
+ "operationId": "postAdminNotificationsRemindersRunDue",
6477
+ "summary": "POST /v1/admin/notifications/reminders/run-due",
6478
+ "tags": [
6479
+ "notifications"
6480
+ ],
6481
+ "x-voyant-module": "notifications",
6482
+ "x-voyant-surface": "admin"
6267
6483
  }
6268
6484
  },
6269
6485
  "/v1/admin/notifications/payment-sessions/{id}/send": {
@@ -6680,7 +6896,14 @@
6680
6896
  }
6681
6897
  }
6682
6898
  }
6683
- }
6899
+ },
6900
+ "operationId": "postAdminNotificationsPaymentSessionsByIdSend",
6901
+ "summary": "POST /v1/admin/notifications/payment-sessions/{id}/send",
6902
+ "tags": [
6903
+ "notifications"
6904
+ ],
6905
+ "x-voyant-module": "notifications",
6906
+ "x-voyant-surface": "admin"
6684
6907
  }
6685
6908
  },
6686
6909
  "/v1/admin/notifications/invoices/{id}/send": {
@@ -7097,7 +7320,14 @@
7097
7320
  }
7098
7321
  }
7099
7322
  }
7100
- }
7323
+ },
7324
+ "operationId": "postAdminNotificationsInvoicesByIdSend",
7325
+ "summary": "POST /v1/admin/notifications/invoices/{id}/send",
7326
+ "tags": [
7327
+ "notifications"
7328
+ ],
7329
+ "x-voyant-module": "notifications",
7330
+ "x-voyant-surface": "admin"
7101
7331
  }
7102
7332
  },
7103
7333
  "/v1/admin/notifications/bookings/{id}/document-bundle": {
@@ -7282,7 +7512,14 @@
7282
7512
  }
7283
7513
  }
7284
7514
  }
7285
- }
7515
+ },
7516
+ "operationId": "getAdminNotificationsBookingsByIdDocumentBundle",
7517
+ "summary": "GET /v1/admin/notifications/bookings/{id}/document-bundle",
7518
+ "tags": [
7519
+ "notifications"
7520
+ ],
7521
+ "x-voyant-module": "notifications",
7522
+ "x-voyant-surface": "admin"
7286
7523
  }
7287
7524
  },
7288
7525
  "/v1/admin/notifications/bookings/{id}/confirm-and-dispatch": {
@@ -7740,7 +7977,14 @@
7740
7977
  }
7741
7978
  }
7742
7979
  }
7743
- }
7980
+ },
7981
+ "operationId": "postAdminNotificationsBookingsByIdConfirmAndDispatch",
7982
+ "summary": "POST /v1/admin/notifications/bookings/{id}/confirm-and-dispatch",
7983
+ "tags": [
7984
+ "notifications"
7985
+ ],
7986
+ "x-voyant-module": "notifications",
7987
+ "x-voyant-surface": "admin"
7744
7988
  }
7745
7989
  },
7746
7990
  "/v1/admin/notifications/bookings/{id}/send-documents": {
@@ -7969,7 +8213,14 @@
7969
8213
  }
7970
8214
  }
7971
8215
  }
7972
- }
8216
+ },
8217
+ "operationId": "postAdminNotificationsBookingsByIdSendDocuments",
8218
+ "summary": "POST /v1/admin/notifications/bookings/{id}/send-documents",
8219
+ "tags": [
8220
+ "notifications"
8221
+ ],
8222
+ "x-voyant-module": "notifications",
8223
+ "x-voyant-surface": "admin"
7973
8224
  }
7974
8225
  },
7975
8226
  "/v1/admin/notifications/send": {
@@ -8401,7 +8652,14 @@
8401
8652
  }
8402
8653
  }
8403
8654
  }
8404
- }
8655
+ },
8656
+ "operationId": "postAdminNotificationsSend",
8657
+ "summary": "POST /v1/admin/notifications/send",
8658
+ "tags": [
8659
+ "notifications"
8660
+ ],
8661
+ "x-voyant-module": "notifications",
8662
+ "x-voyant-surface": "admin"
8405
8663
  }
8406
8664
  }
8407
8665
  },