btrz-api-client 3.36.0 → 3.42.1

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 (245) hide show
  1. package/lib/client-standalone-min.js +1 -1
  2. package/lib/client.js +1 -1
  3. package/lib/endpoints/accounts/accounts.js +3 -2
  4. package/lib/endpoints/accounts/application-settings.js +15 -10
  5. package/lib/endpoints/accounts/application.js +3 -2
  6. package/lib/endpoints/accounts/applications.js +6 -4
  7. package/lib/endpoints/accounts/current-shifts.js +3 -2
  8. package/lib/endpoints/accounts/customers.js +15 -10
  9. package/lib/endpoints/accounts/domains.js +9 -6
  10. package/lib/endpoints/accounts/email-settings.js +15 -10
  11. package/lib/endpoints/accounts/exchange-rates.js +6 -4
  12. package/lib/endpoints/accounts/interline.js +27 -18
  13. package/lib/endpoints/accounts/lexicons.js +12 -8
  14. package/lib/endpoints/accounts/print-settings.js +12 -8
  15. package/lib/endpoints/accounts/printers.js +3 -2
  16. package/lib/endpoints/accounts/shifts.js +3 -2
  17. package/lib/endpoints/accounts/travellers.js +15 -10
  18. package/lib/endpoints/accounts/trusted-machines.js +3 -2
  19. package/lib/endpoints/accounts/users.js +6 -4
  20. package/lib/endpoints/btrzpay/customerCards.js +12 -8
  21. package/lib/endpoints/btrzpay/customers.js +9 -7
  22. package/lib/endpoints/btrzpay/payment-methods.js +18 -12
  23. package/lib/endpoints/btrzpay/payments.js +6 -4
  24. package/lib/endpoints/btrzpay/reference-numbers.js +3 -2
  25. package/lib/endpoints/btrzpay/referenced-payments.js +6 -4
  26. package/lib/endpoints/btrzpay/square.js +6 -4
  27. package/lib/endpoints/coltrane/paths.js +3 -2
  28. package/lib/endpoints/gps/scanner-app-location.js +3 -2
  29. package/lib/endpoints/inventory/amenities.js +12 -8
  30. package/lib/endpoints/inventory/amenity-groups.js +12 -8
  31. package/lib/endpoints/inventory/bare-routes.js +6 -4
  32. package/lib/endpoints/inventory/brands.js +12 -8
  33. package/lib/endpoints/inventory/bundle-fares.js +3 -2
  34. package/lib/endpoints/inventory/bundles.js +6 -4
  35. package/lib/endpoints/inventory/companies.js +3 -2
  36. package/lib/endpoints/inventory/countries.js +3 -2
  37. package/lib/endpoints/inventory/custom-content.js +15 -10
  38. package/lib/endpoints/inventory/fare-classes.js +9 -6
  39. package/lib/endpoints/inventory/fares.js +6 -4
  40. package/lib/endpoints/inventory/fees.js +3 -2
  41. package/lib/endpoints/inventory/filtered-trips-v2.js +3 -2
  42. package/lib/endpoints/inventory/filtered-trips.js +3 -2
  43. package/lib/endpoints/inventory/gift-certificate-definitions.js +3 -2
  44. package/lib/endpoints/inventory/healthcheck.js +22 -0
  45. package/lib/endpoints/inventory/insurances.js +15 -10
  46. package/lib/endpoints/inventory/insurancesCost.js +3 -2
  47. package/lib/endpoints/inventory/items.js +3 -2
  48. package/lib/endpoints/inventory/journey-prices.js +9 -6
  49. package/lib/endpoints/inventory/marketplace-modifiers.js +15 -10
  50. package/lib/endpoints/inventory/operating-companies.js +12 -8
  51. package/lib/endpoints/inventory/operation-messages.js +18 -12
  52. package/lib/endpoints/inventory/parcel-zones.js +9 -6
  53. package/lib/endpoints/inventory/payment-terminals.js +15 -10
  54. package/lib/endpoints/inventory/products.js +6 -4
  55. package/lib/endpoints/inventory/promos.js +21 -14
  56. package/lib/endpoints/inventory/routes.js +21 -14
  57. package/lib/endpoints/inventory/schedules.js +3 -2
  58. package/lib/endpoints/inventory/seatfees.js +12 -8
  59. package/lib/endpoints/inventory/seatmaps.js +3 -2
  60. package/lib/endpoints/inventory/service-numbers.js +12 -8
  61. package/lib/endpoints/inventory/service-types.js +15 -10
  62. package/lib/endpoints/inventory/ssrs.js +3 -2
  63. package/lib/endpoints/inventory/station-groups.js +3 -2
  64. package/lib/endpoints/inventory/stations-zones.js +3 -2
  65. package/lib/endpoints/inventory/stations.js +6 -4
  66. package/lib/endpoints/inventory/taxes.js +12 -8
  67. package/lib/endpoints/inventory/traveller-card-providers-types.js +3 -2
  68. package/lib/endpoints/inventory/traveller-card-providers.js +12 -8
  69. package/lib/endpoints/inventory/traveller-card-types.js +15 -10
  70. package/lib/endpoints/inventory/trips.js +6 -4
  71. package/lib/endpoints/inventory/zone-price-overages.js +15 -10
  72. package/lib/endpoints/inventory/zone-prices.js +15 -10
  73. package/lib/endpoints/invoices/emails.js +3 -2
  74. package/lib/endpoints/invoices/infile.js +3 -2
  75. package/lib/endpoints/invoices/pdfs.js +3 -2
  76. package/lib/endpoints/invoices/providers.js +15 -10
  77. package/lib/endpoints/invoices/tax-ids.js +3 -2
  78. package/lib/endpoints/loyalty/movements.js +9 -6
  79. package/lib/endpoints/loyalty/programs.js +9 -6
  80. package/lib/endpoints/notifications/customers.js +3 -2
  81. package/lib/endpoints/notifications/email.js +3 -2
  82. package/lib/endpoints/notifications/manifest-notifications.js +7 -4
  83. package/lib/endpoints/notifications/printed-tickets.js +3 -2
  84. package/lib/endpoints/operations/accounting_items.js +8 -4
  85. package/lib/endpoints/operations/applied_insurance.js +3 -2
  86. package/lib/endpoints/operations/calendar_entries.js +3 -2
  87. package/lib/endpoints/operations/flexpasses.js +3 -2
  88. package/lib/endpoints/operations/loans.js +8 -4
  89. package/lib/endpoints/operations/manifest.js +58 -20
  90. package/lib/endpoints/operations/movements.js +3 -2
  91. package/lib/endpoints/operations/outlook-trips.js +3 -2
  92. package/lib/endpoints/operations/parcels.js +9 -6
  93. package/lib/endpoints/operations/redemption.js +6 -4
  94. package/lib/endpoints/operations/scheduled_notifications.js +15 -10
  95. package/lib/endpoints/operations/segments.js +3 -2
  96. package/lib/endpoints/operations/tickets.js +9 -6
  97. package/lib/endpoints/operations/transaction.js +3 -2
  98. package/lib/endpoints/operations/transactions.js +21 -14
  99. package/lib/endpoints/operations/trip_change_info.js +3 -2
  100. package/lib/endpoints/operations/waitlists.js +12 -9
  101. package/lib/endpoints/reports/custom-reports.js +9 -6
  102. package/lib/endpoints/reports/report-types.js +6 -4
  103. package/lib/endpoints/sales/bundles.js +3 -2
  104. package/lib/endpoints/sales/cart-promo.js +6 -4
  105. package/lib/endpoints/sales/cart.js +18 -12
  106. package/lib/endpoints/sales/custom-fields.js +3 -2
  107. package/lib/endpoints/sales/flexpasses.js +3 -2
  108. package/lib/endpoints/sales/gift-certificates.js +3 -2
  109. package/lib/endpoints/sales/order.js +6 -4
  110. package/lib/endpoints/sales/payment-providers.js +3 -2
  111. package/lib/endpoints/sales/redeemable-items.js +6 -4
  112. package/lib/endpoints/sales/sync-entry.js +3 -2
  113. package/lib/endpoints/sales/voucher.js +3 -2
  114. package/lib/endpoints/seatmaps/access-ticket.js +3 -2
  115. package/lib/endpoints/seatmaps/seat.js +3 -2
  116. package/lib/endpoints/uploads/files.js +3 -2
  117. package/lib/endpoints/uploads/images.js +3 -2
  118. package/lib/endpoints/webhooks/events.js +3 -2
  119. package/lib/endpoints/webhooks/subscriptions.js +15 -10
  120. package/lib/endpoints/webhooks/undelivered.js +15 -10
  121. package/lib/endpoints/webhooks/webhooks.js +3 -2
  122. package/lib/initializedClient.js +6 -0
  123. package/package.json +2 -1
  124. package/src/client.js +1 -1
  125. package/src/endpoints/accounts/accounts.js +2 -2
  126. package/src/endpoints/accounts/application-settings.js +10 -10
  127. package/src/endpoints/accounts/application.js +2 -2
  128. package/src/endpoints/accounts/applications.js +4 -4
  129. package/src/endpoints/accounts/current-shifts.js +2 -2
  130. package/src/endpoints/accounts/customers.js +10 -10
  131. package/src/endpoints/accounts/domains.js +6 -6
  132. package/src/endpoints/accounts/email-settings.js +10 -10
  133. package/src/endpoints/accounts/exchange-rates.js +4 -4
  134. package/src/endpoints/accounts/interline.js +18 -18
  135. package/src/endpoints/accounts/lexicons.js +12 -8
  136. package/src/endpoints/accounts/print-settings.js +8 -8
  137. package/src/endpoints/accounts/printers.js +2 -2
  138. package/src/endpoints/accounts/shifts.js +2 -2
  139. package/src/endpoints/accounts/travellers.js +10 -10
  140. package/src/endpoints/accounts/trusted-machines.js +2 -2
  141. package/src/endpoints/accounts/users.js +4 -4
  142. package/src/endpoints/btrzpay/customerCards.js +8 -8
  143. package/src/endpoints/btrzpay/customers.js +6 -7
  144. package/src/endpoints/btrzpay/payment-methods.js +12 -12
  145. package/src/endpoints/btrzpay/payments.js +4 -4
  146. package/src/endpoints/btrzpay/reference-numbers.js +2 -2
  147. package/src/endpoints/btrzpay/referenced-payments.js +4 -4
  148. package/src/endpoints/btrzpay/square.js +4 -4
  149. package/src/endpoints/coltrane/paths.js +2 -2
  150. package/src/endpoints/gps/scanner-app-location.js +2 -2
  151. package/src/endpoints/inventory/amenities.js +8 -8
  152. package/src/endpoints/inventory/amenity-groups.js +8 -8
  153. package/src/endpoints/inventory/bare-routes.js +4 -4
  154. package/src/endpoints/inventory/brands.js +8 -8
  155. package/src/endpoints/inventory/bundle-fares.js +2 -2
  156. package/src/endpoints/inventory/bundles.js +4 -4
  157. package/src/endpoints/inventory/companies.js +2 -2
  158. package/src/endpoints/inventory/countries.js +2 -2
  159. package/src/endpoints/inventory/custom-content.js +11 -10
  160. package/src/endpoints/inventory/fare-classes.js +6 -6
  161. package/src/endpoints/inventory/fares.js +4 -4
  162. package/src/endpoints/inventory/fees.js +2 -2
  163. package/src/endpoints/inventory/filtered-trips-v2.js +2 -2
  164. package/src/endpoints/inventory/filtered-trips.js +2 -2
  165. package/src/endpoints/inventory/gift-certificate-definitions.js +2 -2
  166. package/src/endpoints/inventory/healthcheck.js +16 -0
  167. package/src/endpoints/inventory/insurances.js +10 -10
  168. package/src/endpoints/inventory/insurancesCost.js +2 -2
  169. package/src/endpoints/inventory/items.js +2 -2
  170. package/src/endpoints/inventory/journey-prices.js +6 -6
  171. package/src/endpoints/inventory/marketplace-modifiers.js +11 -10
  172. package/src/endpoints/inventory/operating-companies.js +8 -8
  173. package/src/endpoints/inventory/operation-messages.js +12 -12
  174. package/src/endpoints/inventory/parcel-zones.js +6 -6
  175. package/src/endpoints/inventory/payment-terminals.js +11 -10
  176. package/src/endpoints/inventory/products.js +4 -4
  177. package/src/endpoints/inventory/promos.js +14 -14
  178. package/src/endpoints/inventory/routes.js +14 -14
  179. package/src/endpoints/inventory/schedules.js +2 -2
  180. package/src/endpoints/inventory/seatfees.js +9 -8
  181. package/src/endpoints/inventory/seatmaps.js +2 -2
  182. package/src/endpoints/inventory/service-numbers.js +8 -8
  183. package/src/endpoints/inventory/service-types.js +11 -10
  184. package/src/endpoints/inventory/ssrs.js +2 -2
  185. package/src/endpoints/inventory/station-groups.js +2 -2
  186. package/src/endpoints/inventory/stations-zones.js +2 -2
  187. package/src/endpoints/inventory/stations.js +4 -4
  188. package/src/endpoints/inventory/taxes.js +8 -8
  189. package/src/endpoints/inventory/traveller-card-providers-types.js +2 -2
  190. package/src/endpoints/inventory/traveller-card-providers.js +8 -8
  191. package/src/endpoints/inventory/traveller-card-types.js +10 -10
  192. package/src/endpoints/inventory/trips.js +4 -4
  193. package/src/endpoints/inventory/zone-price-overages.js +11 -10
  194. package/src/endpoints/inventory/zone-prices.js +11 -10
  195. package/src/endpoints/invoices/emails.js +2 -2
  196. package/src/endpoints/invoices/infile.js +2 -2
  197. package/src/endpoints/invoices/pdfs.js +2 -2
  198. package/src/endpoints/invoices/providers.js +10 -10
  199. package/src/endpoints/invoices/tax-ids.js +2 -2
  200. package/src/endpoints/loyalty/movements.js +6 -6
  201. package/src/endpoints/loyalty/programs.js +6 -6
  202. package/src/endpoints/notifications/customers.js +2 -2
  203. package/src/endpoints/notifications/email.js +2 -2
  204. package/src/endpoints/notifications/manifest-notifications.js +6 -4
  205. package/src/endpoints/notifications/printed-tickets.js +2 -2
  206. package/src/endpoints/operations/accounting_items.js +7 -4
  207. package/src/endpoints/operations/applied_insurance.js +2 -2
  208. package/src/endpoints/operations/calendar_entries.js +2 -2
  209. package/src/endpoints/operations/flexpasses.js +2 -2
  210. package/src/endpoints/operations/loans.js +7 -4
  211. package/src/endpoints/operations/manifest.js +62 -22
  212. package/src/endpoints/operations/movements.js +2 -2
  213. package/src/endpoints/operations/outlook-trips.js +2 -2
  214. package/src/endpoints/operations/parcels.js +6 -6
  215. package/src/endpoints/operations/redemption.js +4 -4
  216. package/src/endpoints/operations/scheduled_notifications.js +10 -10
  217. package/src/endpoints/operations/segments.js +2 -2
  218. package/src/endpoints/operations/tickets.js +6 -6
  219. package/src/endpoints/operations/transaction.js +2 -2
  220. package/src/endpoints/operations/transactions.js +14 -14
  221. package/src/endpoints/operations/trip_change_info.js +2 -2
  222. package/src/endpoints/operations/waitlists.js +8 -9
  223. package/src/endpoints/reports/custom-reports.js +6 -6
  224. package/src/endpoints/reports/report-types.js +4 -4
  225. package/src/endpoints/sales/bundles.js +2 -2
  226. package/src/endpoints/sales/cart-promo.js +4 -4
  227. package/src/endpoints/sales/cart.js +12 -12
  228. package/src/endpoints/sales/custom-fields.js +2 -2
  229. package/src/endpoints/sales/flexpasses.js +2 -2
  230. package/src/endpoints/sales/gift-certificates.js +2 -2
  231. package/src/endpoints/sales/order.js +4 -4
  232. package/src/endpoints/sales/payment-providers.js +2 -2
  233. package/src/endpoints/sales/redeemable-items.js +4 -4
  234. package/src/endpoints/sales/sync-entry.js +2 -2
  235. package/src/endpoints/sales/voucher.js +2 -2
  236. package/src/endpoints/seatmaps/access-ticket.js +2 -2
  237. package/src/endpoints/seatmaps/seat.js +2 -2
  238. package/src/endpoints/uploads/files.js +2 -2
  239. package/src/endpoints/uploads/images.js +2 -2
  240. package/src/endpoints/webhooks/events.js +2 -2
  241. package/src/endpoints/webhooks/subscriptions.js +10 -10
  242. package/src/endpoints/webhooks/undelivered.js +10 -10
  243. package/src/endpoints/webhooks/webhooks.js +2 -2
  244. package/src/initializedClient.js +3 -0
  245. package/test/endpoints/operations/manifest.test.js +66 -17
@@ -2,13 +2,13 @@ const { authorizationHeaders } = require("./../endpoints_helpers");
2
2
 
3
3
  function appliedInsuranceFactory({ client, internalAuthTokenProvider }) {
4
4
 
5
- function all({ token, jwtToken, trxId }) {
5
+ function all({ token, jwtToken, trxId, headers }) {
6
6
  const query = {trxId};
7
7
 
8
8
  return client({
9
9
  url: `/appliedInsurances`,
10
10
  params: query,
11
- headers: authorizationHeaders({ token , jwtToken, internalAuthTokenProvider })
11
+ headers: authorizationHeaders({ token , jwtToken, internalAuthTokenProvider, headers })
12
12
  });
13
13
  }
14
14
 
@@ -2,11 +2,11 @@ const { authorizationHeaders } = require("./../endpoints_helpers");
2
2
 
3
3
  function calendarEntriesFactory({ client, internalAuthTokenProvider }) {
4
4
 
5
- function all({ token, query = {} }) {
5
+ function all({ token, query = {}, headers }) {
6
6
  return client({
7
7
  url: "/calendar-entries",
8
8
  params: query,
9
- headers: authorizationHeaders({token, internalAuthTokenProvider})
9
+ headers: authorizationHeaders({token, internalAuthTokenProvider, headers})
10
10
  });
11
11
  }
12
12
 
@@ -1,11 +1,11 @@
1
1
  const {authorizationHeaders} = require("./../endpoints_helpers");
2
2
 
3
3
  function flexpassesFactory({client, internalAuthTokenProvider}) {
4
- function deleteScanBytripId({jwtToken, token, flexpassId, tripId}) {
4
+ function deleteScanBytripId({jwtToken, token, flexpassId, tripId, headers}) {
5
5
  return client({
6
6
  url: `/flexpasses/${flexpassId}/scannings/${tripId}`,
7
7
  method: "delete",
8
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider})
8
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers})
9
9
  });
10
10
  }
11
11
 
@@ -7,24 +7,27 @@ function loansFactory({
7
7
  }) {
8
8
  function all({
9
9
  token,
10
- query = {}
10
+ query = {},
11
+ headers
11
12
  }) {
12
13
  return client.get("/loans", {
13
14
  params: query,
14
15
  headers: authorizationHeaders({
15
16
  token,
16
- internalAuthTokenProvider
17
+ internalAuthTokenProvider,
18
+ headers
17
19
  })
18
20
  });
19
21
  }
20
22
 
21
23
  function get({
22
- loanId, token
24
+ loanId, token, headers
23
25
  }) {
24
26
  return client.get(`/loans/${loanId}`, {
25
27
  headers: authorizationHeaders({
26
28
  token,
27
- internalAuthTokenProvider
29
+ internalAuthTokenProvider,
30
+ headers
28
31
  })
29
32
  });
30
33
  }
@@ -1,79 +1,118 @@
1
- const { authorizationHeaders } = require("./../endpoints_helpers");
1
+ const {
2
+ authorizationHeaders
3
+ } = require("./../endpoints_helpers.js");
2
4
 
3
- function manifestFactory({ client, internalAuthTokenProvider }) {
4
-
5
- function get({token, jwtToken, query = {}}) {
5
+ function manifestFactory({
6
+ client, internalAuthTokenProvider
7
+ }) {
8
+ function get({token, jwtToken, query = {}, headers}) {
6
9
  return client({
7
10
  url: "/manifests",
8
11
  method: "get",
9
12
  params: query,
10
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider})
13
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers})
11
14
  });
12
15
  }
13
16
 
14
- function getById({ token, jwtToken, manifestId }) {
17
+ function getById({
18
+ token, jwtToken, manifestId, headers
19
+ }) {
15
20
  return client({
16
21
  url: `/manifests/${manifestId}`,
17
22
  method: "get",
18
- headers: authorizationHeaders({ token, jwtToken, internalAuthTokenProvider })
23
+ headers: authorizationHeaders({
24
+ token, jwtToken, internalAuthTokenProvider, headers
25
+ })
19
26
  });
20
27
  }
21
28
 
22
- function getAll({token, jwtToken, providerId, data}) {
29
+ function getAll({token, jwtToken, providerId, data, headers}) {
23
30
  // an HTTP POST request is used to send the query data in the request body because the query may be very large.
24
31
  return client({
25
32
  url: "/all-manifests",
26
33
  method: "post",
27
34
  params: {providerId},
28
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider}),
35
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers}),
29
36
  data
30
37
  });
31
38
  }
32
39
 
33
- function outlook({ token, jwtToken, query = {} }) {
40
+ function outlook({
41
+ token, jwtToken, query = {}, headers
42
+ }) {
34
43
  return client({
35
44
  url: "/outlook-manifests",
36
45
  method: "get",
37
46
  params: query,
38
- headers: authorizationHeaders({ token, jwtToken, internalAuthTokenProvider })
47
+ headers: authorizationHeaders({
48
+ token, jwtToken, internalAuthTokenProvider, headers
49
+ })
39
50
  });
40
51
  }
41
52
 
42
- function patch({ token, jwtToken, query = {}, operations }) {
53
+ function patch({
54
+ token, jwtToken, query = {}, operations, headers
55
+ }) {
43
56
  return client({
44
57
  url: "/manifests",
45
58
  method: "patch",
46
59
  params: query,
47
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider}),
48
- data: { operations }
60
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers}),
61
+ data: {
62
+ operations
63
+ }
49
64
  });
50
65
  }
51
66
 
52
- function save({ token, jwtToken, providerId, data }) {
67
+ function save({
68
+ token, jwtToken, providerId, data, headers
69
+ }) {
53
70
  return client({
54
- url: `/manifests`,
71
+ url: "/manifests",
55
72
  method: "put",
56
73
  params: {providerId, manifestId: data.manifestId},
57
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider}),
74
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers}),
58
75
  data
59
76
  });
60
77
  }
61
78
 
62
- function addUser({ token, jwtToken, manifestId, query = {}, data }) {
79
+ function addUser({
80
+ token, jwtToken, manifestId, query = {}, data, headers
81
+ }) {
63
82
  return client({
64
83
  url: `/manifests/${manifestId}/users`,
65
84
  method: "post",
66
- headers: authorizationHeaders({ token, jwtToken, internalAuthTokenProvider }),
85
+ headers: authorizationHeaders({
86
+ token, jwtToken, internalAuthTokenProvider, headers
87
+ }),
67
88
  params: query,
68
89
  data
69
90
  });
70
91
  }
71
92
 
72
- function removeUser({ token, jwtToken, manifestId, userId }) {
93
+ function removeUser({
94
+ token, jwtToken, manifestId, userId, headers
95
+ }) {
73
96
  return client({
74
97
  url: `/manifests/${manifestId}/users/${userId}`,
75
98
  method: "delete",
76
- headers: authorizationHeaders({ token, jwtToken, internalAuthTokenProvider })
99
+ headers: authorizationHeaders({
100
+ token, jwtToken, internalAuthTokenProvider, headers
101
+ })
102
+ });
103
+ }
104
+
105
+ function updateComment({
106
+ token, jwtToken, manifestId, query = {}, data, headers
107
+ }) {
108
+ return client({
109
+ url: `/manifests/${manifestId}/comments`,
110
+ method: "put",
111
+ headers: authorizationHeaders({
112
+ token, jwtToken, internalAuthTokenProvider, headers
113
+ }),
114
+ params: query,
115
+ data
77
116
  });
78
117
  }
79
118
 
@@ -85,7 +124,8 @@ function manifestFactory({ client, internalAuthTokenProvider }) {
85
124
  patch,
86
125
  save,
87
126
  addUser,
88
- removeUser
127
+ removeUser,
128
+ updateComment
89
129
  };
90
130
  }
91
131
 
@@ -1,12 +1,12 @@
1
1
  const { authorizationHeaders } = require("./../endpoints_helpers");
2
2
 
3
3
  function movementsFactory({ client, internalAuthTokenProvider }) {
4
- function create({ token, jwtToken, movement, query = {} }) {
4
+ function create({ token, jwtToken, movement, query = {}, headers }) {
5
5
  return client({
6
6
  url: `/movements`,
7
7
  method: "post",
8
8
  params: query,
9
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider}),
9
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers}),
10
10
  data: movement
11
11
  });
12
12
  }
@@ -1,10 +1,10 @@
1
1
  const {authorizationHeaders} = require("./../endpoints_helpers.js");
2
2
 
3
3
  function outlookTripsFactory({client}) {
4
- function get({token, query = {}}) {
4
+ function get({token, query = {}, headers}) {
5
5
  return client({
6
6
  url: "/outlook-trips",
7
- headers: authorizationHeaders({token}),
7
+ headers: authorizationHeaders({token, headers}),
8
8
  params: query
9
9
  });
10
10
  }
@@ -2,26 +2,26 @@ const { authorizationHeaders } = require("./../endpoints_helpers");
2
2
 
3
3
  function parcelFactory({ client, internalAuthTokenProvider }) {
4
4
 
5
- function get({ token, jwtToken, id }) {
5
+ function get({ token, jwtToken, id, headers }) {
6
6
  return client({
7
7
  url: `/parcels/${id}`,
8
- headers: authorizationHeaders({ token , jwtToken, internalAuthTokenProvider })
8
+ headers: authorizationHeaders({ token , jwtToken, internalAuthTokenProvider, headers })
9
9
  });
10
10
  }
11
11
 
12
- function all({ token, jwtToken, query = {} }) {
12
+ function all({ token, jwtToken, query = {}, headers }) {
13
13
  return client({
14
14
  url: "/parcels",
15
15
  params: query,
16
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider})
16
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers})
17
17
  });
18
18
  }
19
19
 
20
- function addScan({ token, jwtToken, id, operationType, locationData }) {
20
+ function addScan({ token, jwtToken, id, operationType, locationData, headers }) {
21
21
  return client({
22
22
  url: `/parcels/${id}/scans`,
23
23
  method: "post",
24
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider}),
24
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers}),
25
25
  data: { operationType, locationData }
26
26
  });
27
27
  }
@@ -1,21 +1,21 @@
1
1
  const {authorizationHeaders} = require("./../endpoints_helpers");
2
2
 
3
3
  function redemptionFactory({client, internalAuthTokenProvider}) {
4
- function create({token, jwtToken, redemption}) {
4
+ function create({token, jwtToken, redemption, headers}) {
5
5
  return client({
6
6
  url: "/redemptions",
7
7
  method: "post",
8
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider}),
8
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers}),
9
9
  data: redemption
10
10
  });
11
11
  }
12
12
 
13
- function getValidate({token, jwtToken, passId, timezone}) {
13
+ function getValidate({token, jwtToken, passId, timezone, headers}) {
14
14
  return client({
15
15
  url: `/redemptions/validate/${passId}`,
16
16
  params: {timezone},
17
17
  method: "get",
18
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider})
18
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers})
19
19
  });
20
20
  }
21
21
 
@@ -1,45 +1,45 @@
1
1
  const {authorizationHeaders} = require("./../endpoints_helpers");
2
2
 
3
3
  function scheduledNotificationsFactory({client, internalAuthTokenProvider}) {
4
- function all({token, jwtToken, query}) {
4
+ function all({token, jwtToken, query, headers}) {
5
5
  return client({
6
6
  url: "/scheduled-notifications",
7
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider}),
7
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers}),
8
8
  params: query
9
9
  });
10
10
  }
11
11
 
12
- function get({token, jwtToken, id}) {
12
+ function get({token, jwtToken, id, headers}) {
13
13
  return client({
14
14
  url: `/scheduled-notifications/${id}`,
15
15
  method: "get",
16
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider})
16
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers})
17
17
  });
18
18
  }
19
19
 
20
- function update({ token, jwtToken, id, data }) {
20
+ function update({ token, jwtToken, id, data, headers }) {
21
21
  return client({
22
22
  url: `/scheduled-notifications/${id}`,
23
23
  method: "put",
24
24
  params: data,
25
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider}),
25
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers}),
26
26
  data
27
27
  });
28
28
  }
29
29
 
30
- function remove({ token, jwtToken, id }) {
30
+ function remove({ token, jwtToken, id, headers }) {
31
31
  return client({
32
32
  url: `/scheduled-notifications/${id}`,
33
33
  method: "delete",
34
- headers: authorizationHeaders({ token, jwtToken, internalAuthTokenProvider })
34
+ headers: authorizationHeaders({ token, jwtToken, internalAuthTokenProvider, headers })
35
35
  });
36
36
  }
37
37
 
38
- function create({ token, jwtToken, query = {}, data }) {
38
+ function create({ token, jwtToken, query = {}, data, headers }) {
39
39
  return client({
40
40
  url: "/scheduled-notifications",
41
41
  method: "post",
42
- headers: authorizationHeaders({ token, jwtToken, internalAuthTokenProvider }),
42
+ headers: authorizationHeaders({ token, jwtToken, internalAuthTokenProvider, headers }),
43
43
  params: query,
44
44
  data
45
45
  });
@@ -2,10 +2,10 @@ const { authorizationHeaders } = require("./../endpoints_helpers");
2
2
 
3
3
  function segmentsFactory({ client, internalAuthTokenProvider }) {
4
4
 
5
- function all({ token, jwtToken, productId, ticketId, providerId}) {
5
+ function all({ token, jwtToken, productId, ticketId, providerId, headers}) {
6
6
  return client({
7
7
  url: `/products/${productId}/segments/${ticketId}`,
8
- headers: authorizationHeaders({ token, jwtToken, internalAuthTokenProvider }),
8
+ headers: authorizationHeaders({ token, jwtToken, internalAuthTokenProvider, headers }),
9
9
  params: {
10
10
  providerId
11
11
  }
@@ -1,27 +1,27 @@
1
1
  const {authorizationHeaders} = require("./../endpoints_helpers");
2
2
 
3
3
  function ticketsFactory({client, internalAuthTokenProvider}) {
4
- function get({token, jwtToken, id}) {
4
+ function get({token, jwtToken, id, headers}) {
5
5
  return client({
6
6
  url: `/tickets/${id}`,
7
7
  method: "get",
8
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider})
8
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers})
9
9
  });
10
10
  }
11
11
 
12
- function patch({token, jwtToken, id, operations, warningsEnabled}) {
12
+ function patch({token, jwtToken, id, operations, warningsEnabled, headers}) {
13
13
  return client({
14
14
  url: `/tickets/${id}`,
15
15
  method: "patch",
16
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider}),
16
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers}),
17
17
  data: {operations, warningsEnabled}
18
18
  });
19
19
  }
20
20
 
21
- function companionTickets({token, jwtToken, ticketId}) {
21
+ function companionTickets({token, jwtToken, ticketId, headers}) {
22
22
  return client({
23
23
  url: `/tickets/${ticketId}/companion-tickets`,
24
- headers: authorizationHeaders({token, jwtToken})
24
+ headers: authorizationHeaders({token, jwtToken, headers})
25
25
  });
26
26
  }
27
27
 
@@ -2,10 +2,10 @@ const { authorizationHeaders } = require("./../endpoints_helpers");
2
2
 
3
3
  function transactionFactory({ client, internalAuthTokenProvider }) {
4
4
 
5
- function get({ token, jwtToken, id, providerId }) {
5
+ function get({ token, jwtToken, id, providerId, headers }) {
6
6
  return client({
7
7
  url: `/transaction/${id}?providerId=${providerId}`,
8
- headers: authorizationHeaders({ token , jwtToken, internalAuthTokenProvider })
8
+ headers: authorizationHeaders({ token , jwtToken, internalAuthTokenProvider, headers })
9
9
  });
10
10
  }
11
11
 
@@ -1,52 +1,52 @@
1
1
  const {authorizationHeaders} = require("./../endpoints_helpers");
2
2
 
3
3
  function transactionsFactory({client, internalAuthTokenProvider}) {
4
- function get({token, jwtToken, trxId, query}) {
4
+ function get({token, jwtToken, trxId, query, headers}) {
5
5
  return client({
6
6
  url: `/transactions/${trxId}`,
7
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider}),
7
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers}),
8
8
  params: query
9
9
  });
10
10
  }
11
11
 
12
- function all({token, jwtToken, query}) {
12
+ function all({token, jwtToken, query, headers}) {
13
13
  return client({
14
14
  url: "/transactions",
15
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider}),
15
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers}),
16
16
  params: query
17
17
  });
18
18
  }
19
19
 
20
- function getTickets({token, jwtToken, trxId}) {
20
+ function getTickets({token, jwtToken, trxId, headers}) {
21
21
  return client({
22
22
  url: `/transactions/${trxId}/tickets`,
23
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider})
23
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers})
24
24
  });
25
25
  }
26
26
 
27
- function appliedInsurance({token, jwtToken, trxId}) {
27
+ function appliedInsurance({token, jwtToken, trxId, headers}) {
28
28
  return client({
29
29
  url: `/transactions/${trxId}/applied-insurance`,
30
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider})
30
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers})
31
31
  });
32
32
  }
33
33
 
34
- function companionTickets({token, jwtToken, transactionId, ticketIds}) {
34
+ function companionTickets({token, jwtToken, transactionId, ticketIds, headers}) {
35
35
  return client({
36
36
  url: `/transactions/${transactionId}/companion-tickets`,
37
37
  params: {
38
38
  ticketIds: ticketIds.join(",")
39
39
  },
40
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider})
40
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers})
41
41
  });
42
42
  }
43
43
 
44
- function expireAll({internalAuthTokenProvider, jwtToken, transactionId, avoidEmail, token}) {
44
+ function expireAll({internalAuthTokenProvider, jwtToken, transactionId, avoidEmail, token, headers}) {
45
45
  return client({
46
46
  url: "/transactions/status",
47
47
  method: "patch",
48
48
  params: {},
49
- headers: authorizationHeaders({internalAuthTokenProvider, jwtToken, token}),
49
+ headers: authorizationHeaders({internalAuthTokenProvider, jwtToken, token, headers}),
50
50
  data: {
51
51
  operation: {
52
52
  name: "expire_payment",
@@ -58,12 +58,12 @@ function transactionsFactory({client, internalAuthTokenProvider}) {
58
58
  }
59
59
 
60
60
  const payments = {
61
- update({token, jwtToken, trxId, paymentResult}) {
61
+ update({token, jwtToken, trxId, paymentResult, headers}) {
62
62
  return client({
63
63
  url: `/transactions/${trxId}/payments`,
64
64
  method: "put",
65
65
  headers: authorizationHeaders({
66
- token, jwtToken, internalAuthTokenProvider
66
+ token, jwtToken, internalAuthTokenProvider, headers
67
67
  }),
68
68
  data: {
69
69
  paymentResult
@@ -2,10 +2,10 @@ const { authorizationHeaders } = require("./../endpoints_helpers");
2
2
 
3
3
  function tripChangeInfoFactory({ client, internalAuthTokenProvider }) {
4
4
 
5
- function get({ token, jwtToken, productId, params}) {
5
+ function get({ token, jwtToken, productId, params, headers}) {
6
6
  return client({
7
7
  url: `/trip-change-info/${productId}`,
8
- headers: authorizationHeaders({ token, jwtToken, internalAuthTokenProvider }),
8
+ headers: authorizationHeaders({ token, jwtToken, internalAuthTokenProvider, headers }),
9
9
  params
10
10
  });
11
11
  }
@@ -1,36 +1,35 @@
1
1
  const {authorizationHeaders} = require("../endpoints_helpers");
2
2
 
3
3
  function waitlistsFactory({client, internalAuthTokenProvider}) {
4
- function all({token, jwtToken, query}) {
4
+ function all({token, jwtToken, query, headers}) {
5
5
  return client({
6
6
  url: "/waitlists",
7
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider}),
7
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers}),
8
8
  params: query
9
9
  });
10
10
  }
11
11
 
12
- function get({token, jwtToken, waitlistId}) {
13
- console.log(`/waitlists/${waitlistId}`);
12
+ function get({token, jwtToken, waitlistId, headers}) {
14
13
  return client({
15
14
  url: `/waitlists/${waitlistId}`,
16
15
  method: "get",
17
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider})
16
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers})
18
17
  });
19
18
  }
20
19
 
21
- function remove({ token, jwtToken, waitlistId }) {
20
+ function remove({ token, jwtToken, waitlistId, headers }) {
22
21
  return client({
23
22
  url: `/waitlists/${waitlistId}`,
24
23
  method: "delete",
25
- headers: authorizationHeaders({ token, jwtToken, internalAuthTokenProvider })
24
+ headers: authorizationHeaders({ token, jwtToken, internalAuthTokenProvider, headers })
26
25
  });
27
26
  }
28
27
 
29
- function create({ token, jwtToken, data }) {
28
+ function create({ token, jwtToken, data, headers }) {
30
29
  return client({
31
30
  url: "/waitlists",
32
31
  method: "post",
33
- headers: authorizationHeaders({ token, jwtToken, internalAuthTokenProvider }),
32
+ headers: authorizationHeaders({ token, jwtToken, internalAuthTokenProvider, headers }),
34
33
  data
35
34
  });
36
35
  }
@@ -1,28 +1,28 @@
1
1
  const { authorizationHeaders } = require("./../endpoints_helpers");
2
2
 
3
3
  function customReportsFactory({ client, internalAuthTokenProvider }) {
4
- function create({token, customReport, jwtToken }) {
4
+ function create({token, customReport, jwtToken, headers }) {
5
5
  return client({
6
6
  url: "/custom-reports",
7
7
  method: "post",
8
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider}),
8
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers}),
9
9
  data: { customReport }
10
10
  });
11
11
  }
12
12
 
13
- function all({token, jwtToken, query = {} }) {
13
+ function all({token, jwtToken, query = {}, headers }) {
14
14
  return client({
15
15
  url: "/custom-reports",
16
16
  params: query,
17
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider})
17
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers})
18
18
  });
19
19
  }
20
20
 
21
- function remove({token, jwtToken, customReportId}) {
21
+ function remove({token, jwtToken, customReportId, headers}) {
22
22
  return client({
23
23
  url: `/custom-reports/${customReportId}`,
24
24
  method: "delete",
25
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider})
25
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers})
26
26
  });
27
27
  }
28
28
 
@@ -2,17 +2,17 @@ const { authorizationHeaders } = require("./../endpoints_helpers");
2
2
 
3
3
  function reportTypesFactory({ client, internalAuthTokenProvider }) {
4
4
 
5
- function get({ token, jwtToken, id }) {
5
+ function get({ token, jwtToken, id, headers }) {
6
6
  return client({
7
7
  url: `/types/${id}`,
8
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider})
8
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers})
9
9
  });
10
10
  }
11
11
 
12
- function getByName({ token, jwtToken, name }) { //deprecated
12
+ function getByName({ token, jwtToken, name, headers }) { //deprecated
13
13
  return client({
14
14
  url: `/types?name=${name}`,
15
- headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider})
15
+ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider, headers})
16
16
  });
17
17
  }
18
18
 
@@ -2,10 +2,10 @@ const { authorizationHeaders } = require("./../endpoints_helpers");
2
2
 
3
3
  function bundlesFactory({ client, internalAuthTokenProvider }) {
4
4
 
5
- function all({ token, query = {} }) {
5
+ function all({ token, query = {}, headers }) {
6
6
  return client.get(`/bundles`, {
7
7
  params: query,
8
- headers: authorizationHeaders({token, internalAuthTokenProvider})
8
+ headers: authorizationHeaders({token, internalAuthTokenProvider, headers})
9
9
  });
10
10
  }
11
11