@chrt-inc/typescript-sdk 1.510.0 → 1.511.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 (422) hide show
  1. package/dist/cjs/Client.d.ts +3 -0
  2. package/dist/cjs/Client.js +15 -10
  3. package/dist/cjs/api/resources/index.d.ts +1 -0
  4. package/dist/cjs/api/resources/index.js +2 -1
  5. package/dist/cjs/api/resources/integrations/client/Client.d.ts +29 -0
  6. package/dist/cjs/api/resources/integrations/client/Client.js +27 -0
  7. package/dist/cjs/api/resources/integrations/client/index.d.ts +1 -0
  8. package/dist/cjs/api/resources/integrations/client/index.js +2 -0
  9. package/dist/cjs/api/resources/integrations/index.d.ts +2 -0
  10. package/dist/cjs/api/resources/integrations/index.js +18 -0
  11. package/dist/cjs/api/resources/integrations/resources/airWaybills/client/Client.d.ts +128 -0
  12. package/dist/cjs/api/resources/integrations/resources/airWaybills/client/Client.js +490 -0
  13. package/dist/cjs/api/resources/integrations/resources/airWaybills/client/index.d.ts +2 -0
  14. package/dist/cjs/api/resources/integrations/resources/airWaybills/client/index.js +17 -0
  15. package/dist/cjs/api/resources/integrations/resources/airWaybills/client/requests/AirWaybillCreateReq.d.ts +12 -0
  16. package/dist/cjs/api/resources/integrations/resources/airWaybills/client/requests/ChampAirWaybillClientUpdate1.d.ts +40 -0
  17. package/dist/cjs/api/resources/integrations/resources/airWaybills/client/requests/ChampAirWaybillClientUpdate1.js +5 -0
  18. package/dist/cjs/api/resources/integrations/resources/airWaybills/client/requests/index.d.ts +2 -0
  19. package/dist/cjs/api/resources/integrations/resources/airWaybills/client/requests/index.js +2 -0
  20. package/dist/cjs/api/resources/integrations/resources/airWaybills/index.d.ts +1 -0
  21. package/dist/cjs/api/resources/integrations/resources/airWaybills/index.js +17 -0
  22. package/dist/cjs/api/resources/integrations/resources/index.d.ts +5 -0
  23. package/dist/cjs/api/resources/integrations/resources/index.js +44 -0
  24. package/dist/cjs/api/resources/integrations/resources/webcargoBookings/client/Client.d.ts +60 -0
  25. package/dist/cjs/api/resources/integrations/resources/webcargoBookings/client/Client.js +186 -0
  26. package/dist/cjs/api/resources/integrations/resources/webcargoBookings/client/index.d.ts +1 -0
  27. package/dist/cjs/api/resources/integrations/resources/webcargoBookings/client/index.js +2 -0
  28. package/dist/cjs/api/resources/integrations/resources/webcargoBookings/index.d.ts +1 -0
  29. package/dist/cjs/api/resources/integrations/resources/webcargoBookings/index.js +17 -0
  30. package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/Client.d.ts +53 -0
  31. package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/Client.js +136 -0
  32. package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/index.d.ts +2 -0
  33. package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/index.js +17 -0
  34. package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/requests/GetWebcargoEmbedReq.d.ts +18 -0
  35. package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/requests/GetWebcargoEmbedReq.js +5 -0
  36. package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/requests/index.d.ts +1 -0
  37. package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/requests/index.js +2 -0
  38. package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/index.d.ts +1 -0
  39. package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/index.js +17 -0
  40. package/dist/cjs/api/resources/utils/resources/dev/client/Client.d.ts +4 -4
  41. package/dist/cjs/api/resources/utils/resources/dev/client/Client.js +7 -7
  42. package/dist/cjs/api/types/Caller.d.ts +14 -0
  43. package/dist/cjs/api/types/Caller.js +5 -0
  44. package/dist/cjs/api/types/CallerCredentialTypeEnum.d.ts +9 -0
  45. package/dist/cjs/api/types/CallerCredentialTypeEnum.js +11 -0
  46. package/dist/cjs/api/types/CargojsonAccountContact.d.ts +13 -0
  47. package/dist/cjs/api/types/CargojsonAccountContact.js +5 -0
  48. package/dist/cjs/api/types/CargojsonAccounting.d.ts +11 -0
  49. package/dist/cjs/api/types/CargojsonAccounting.js +5 -0
  50. package/dist/cjs/api/types/CargojsonAccountingInformationIdentifier.d.ts +18 -0
  51. package/dist/cjs/api/types/CargojsonAccountingInformationIdentifier.js +17 -0
  52. package/dist/cjs/api/types/CargojsonAddress.d.ts +16 -0
  53. package/dist/cjs/api/types/CargojsonAddress.js +5 -0
  54. package/dist/cjs/api/types/CargojsonAddressing.d.ts +14 -0
  55. package/dist/cjs/api/types/CargojsonAddressing.js +5 -0
  56. package/dist/cjs/api/types/CargojsonAgent.d.ts +16 -0
  57. package/dist/cjs/api/types/CargojsonAgent.js +5 -0
  58. package/dist/cjs/api/types/CargojsonCassIndicator.d.ts +21 -0
  59. package/dist/cjs/api/types/CargojsonCassIndicator.js +20 -0
  60. package/dist/cjs/api/types/CargojsonCharge.d.ts +16 -0
  61. package/dist/cjs/api/types/CargojsonCharge.js +5 -0
  62. package/dist/cjs/api/types/CargojsonChargeCode.d.ts +34 -0
  63. package/dist/cjs/api/types/CargojsonChargeCode.js +33 -0
  64. package/dist/cjs/api/types/CargojsonChargeDeclarations.d.ts +17 -0
  65. package/dist/cjs/api/types/CargojsonChargeDeclarations.js +5 -0
  66. package/dist/cjs/api/types/CargojsonChargeItem.d.ts +20 -0
  67. package/dist/cjs/api/types/CargojsonChargeItem.js +5 -0
  68. package/dist/cjs/api/types/CargojsonChargeSummary.d.ts +15 -0
  69. package/dist/cjs/api/types/CargojsonChargeSummary.js +5 -0
  70. package/dist/cjs/api/types/CargojsonCollectChargesInDestCurrency.d.ts +13 -0
  71. package/dist/cjs/api/types/CargojsonCollectChargesInDestCurrency.js +5 -0
  72. package/dist/cjs/api/types/CargojsonCommissionInfo.d.ts +10 -0
  73. package/dist/cjs/api/types/CargojsonCommissionInfo.js +5 -0
  74. package/dist/cjs/api/types/CargojsonContactDetail.d.ts +11 -0
  75. package/dist/cjs/api/types/CargojsonContactDetail.js +5 -0
  76. package/dist/cjs/api/types/CargojsonDimensionUnit.d.ts +17 -0
  77. package/dist/cjs/api/types/CargojsonDimensionUnit.js +15 -0
  78. package/dist/cjs/api/types/CargojsonDimensions.d.ts +13 -0
  79. package/dist/cjs/api/types/CargojsonDimensions.js +5 -0
  80. package/dist/cjs/api/types/CargojsonEdifactData.d.ts +12 -0
  81. package/dist/cjs/api/types/CargojsonEdifactData.js +5 -0
  82. package/dist/cjs/api/types/CargojsonEntitlementCode.d.ts +11 -0
  83. package/dist/cjs/api/types/CargojsonEntitlementCode.js +10 -0
  84. package/dist/cjs/api/types/CargojsonFlightIdentity.d.ts +13 -0
  85. package/dist/cjs/api/types/CargojsonFlightIdentity.js +5 -0
  86. package/dist/cjs/api/types/CargojsonMessageHeader.d.ts +12 -0
  87. package/dist/cjs/api/types/CargojsonMessageHeader.js +5 -0
  88. package/dist/cjs/api/types/CargojsonNominatedHandlingParty.d.ts +10 -0
  89. package/dist/cjs/api/types/CargojsonNominatedHandlingParty.js +5 -0
  90. package/dist/cjs/api/types/CargojsonOci.d.ts +13 -0
  91. package/dist/cjs/api/types/CargojsonOci.js +5 -0
  92. package/dist/cjs/api/types/CargojsonOfficeMessageAddress.d.ts +11 -0
  93. package/dist/cjs/api/types/CargojsonOfficeMessageAddress.js +5 -0
  94. package/dist/cjs/api/types/CargojsonOtherChargeCode.d.ts +147 -0
  95. package/dist/cjs/api/types/CargojsonOtherChargeCode.js +143 -0
  96. package/dist/cjs/api/types/CargojsonOtherChargeItem.d.ts +13 -0
  97. package/dist/cjs/api/types/CargojsonOtherChargeItem.js +5 -0
  98. package/dist/cjs/api/types/CargojsonOtherParticipant.d.ts +13 -0
  99. package/dist/cjs/api/types/CargojsonOtherParticipant.js +5 -0
  100. package/dist/cjs/api/types/CargojsonPackaging.d.ts +15 -0
  101. package/dist/cjs/api/types/CargojsonPackaging.js +5 -0
  102. package/dist/cjs/api/types/CargojsonParticipantAddress.d.ts +11 -0
  103. package/dist/cjs/api/types/CargojsonParticipantAddress.js +5 -0
  104. package/dist/cjs/api/types/CargojsonParticipantAddressType.d.ts +16 -0
  105. package/dist/cjs/api/types/CargojsonParticipantAddressType.js +15 -0
  106. package/dist/cjs/api/types/CargojsonParticipantIdentifier.d.ts +12 -0
  107. package/dist/cjs/api/types/CargojsonParticipantIdentifier.js +5 -0
  108. package/dist/cjs/api/types/CargojsonParticipantType.d.ts +23 -0
  109. package/dist/cjs/api/types/CargojsonParticipantType.js +22 -0
  110. package/dist/cjs/api/types/CargojsonPaymentCondition.d.ts +11 -0
  111. package/dist/cjs/api/types/CargojsonPaymentCondition.js +10 -0
  112. package/dist/cjs/api/types/CargojsonRateClassCode.d.ts +22 -0
  113. package/dist/cjs/api/types/CargojsonRateClassCode.js +21 -0
  114. package/dist/cjs/api/types/CargojsonRouting.d.ts +10 -0
  115. package/dist/cjs/api/types/CargojsonRouting.js +5 -0
  116. package/dist/cjs/api/types/CargojsonSalesIncentive.d.ts +11 -0
  117. package/dist/cjs/api/types/CargojsonSalesIncentive.js +5 -0
  118. package/dist/cjs/api/types/CargojsonServiceCode.d.ts +35 -0
  119. package/dist/cjs/api/types/CargojsonServiceCode.js +34 -0
  120. package/dist/cjs/api/types/CargojsonShipmentReferenceInformation.d.ts +10 -0
  121. package/dist/cjs/api/types/CargojsonShipmentReferenceInformation.js +5 -0
  122. package/dist/cjs/api/types/CargojsonSpecialHandlingCode.d.ts +122 -0
  123. package/dist/cjs/api/types/CargojsonSpecialHandlingCode.js +120 -0
  124. package/dist/cjs/api/types/CargojsonUld.d.ts +15 -0
  125. package/dist/cjs/api/types/CargojsonUld.js +5 -0
  126. package/dist/cjs/api/types/CargojsonVolume.d.ts +11 -0
  127. package/dist/cjs/api/types/CargojsonVolume.js +5 -0
  128. package/dist/cjs/api/types/CargojsonVolumeUnit.d.ts +10 -0
  129. package/dist/cjs/api/types/CargojsonVolumeUnit.js +12 -0
  130. package/dist/cjs/api/types/CargojsonWeight.d.ts +16 -0
  131. package/dist/cjs/api/types/CargojsonWeight.js +5 -0
  132. package/dist/cjs/api/types/CargojsonWeightUnit.d.ts +8 -0
  133. package/dist/cjs/api/types/CargojsonWeightUnit.js +10 -0
  134. package/dist/cjs/api/types/ChampAirWaybill1.d.ts +49 -0
  135. package/dist/cjs/api/types/ChampAirWaybill1.js +5 -0
  136. package/dist/cjs/api/types/ChampAirWaybillStatusEnum1.d.ts +10 -0
  137. package/dist/cjs/api/types/ChampAirWaybillStatusEnum1.js +12 -0
  138. package/dist/cjs/api/types/ChampConfirmationReceipt1.d.ts +22 -0
  139. package/dist/cjs/api/types/ChampConfirmationReceipt1.js +5 -0
  140. package/dist/cjs/api/types/ChampFlightStatus1.d.ts +20 -0
  141. package/dist/cjs/api/types/ChampFlightStatus1.js +5 -0
  142. package/dist/cjs/api/types/ChampFlightStatusEvent1.d.ts +27 -0
  143. package/dist/cjs/api/types/ChampFlightStatusEvent1.js +5 -0
  144. package/dist/cjs/api/types/ChampOriginAndDestination.d.ts +7 -0
  145. package/dist/cjs/api/types/ChampOriginAndDestination.js +5 -0
  146. package/dist/cjs/api/types/ChampQuantity.d.ts +9 -0
  147. package/dist/cjs/api/types/ChampQuantity.js +5 -0
  148. package/dist/cjs/api/types/CredentialInfoResponse.d.ts +17 -0
  149. package/dist/cjs/api/types/CredentialInfoResponse.js +14 -0
  150. package/dist/cjs/api/types/OrgPrivateData1.d.ts +3 -0
  151. package/dist/cjs/api/types/WebcargoAccountId.d.ts +7 -0
  152. package/dist/cjs/api/types/WebcargoAccountId.js +5 -0
  153. package/dist/cjs/api/types/WebcargoBookStatus.d.ts +7 -0
  154. package/dist/cjs/api/types/WebcargoBookStatus.js +5 -0
  155. package/dist/cjs/api/types/WebcargoBookingRate.d.ts +20 -0
  156. package/dist/cjs/api/types/WebcargoBookingRate.js +5 -0
  157. package/dist/cjs/api/types/WebcargoBookingRecord1.d.ts +19 -0
  158. package/dist/cjs/api/types/WebcargoBookingRecord1.js +5 -0
  159. package/dist/cjs/api/types/WebcargoBusinessInfo.d.ts +9 -0
  160. package/dist/cjs/api/types/WebcargoBusinessInfo.js +5 -0
  161. package/dist/cjs/api/types/WebcargoCarrier.d.ts +6 -0
  162. package/dist/cjs/api/types/WebcargoCarrier.js +5 -0
  163. package/dist/cjs/api/types/WebcargoCommodityClass.d.ts +8 -0
  164. package/dist/cjs/api/types/WebcargoCommodityClass.js +5 -0
  165. package/dist/cjs/api/types/WebcargoConnection.d.ts +8 -0
  166. package/dist/cjs/api/types/WebcargoConnection.js +5 -0
  167. package/dist/cjs/api/types/WebcargoContact.d.ts +9 -0
  168. package/dist/cjs/api/types/WebcargoContact.js +5 -0
  169. package/dist/cjs/api/types/WebcargoDimension.d.ts +9 -0
  170. package/dist/cjs/api/types/WebcargoDimension.js +5 -0
  171. package/dist/cjs/api/types/WebcargoDocumentIdentifier.d.ts +8 -0
  172. package/dist/cjs/api/types/WebcargoDocumentIdentifier.js +5 -0
  173. package/dist/cjs/api/types/WebcargoEmbedResponse.d.ts +11 -0
  174. package/dist/cjs/api/types/WebcargoEmbedResponse.js +5 -0
  175. package/dist/cjs/api/types/WebcargoFee.d.ts +16 -0
  176. package/dist/cjs/api/types/WebcargoFee.js +5 -0
  177. package/dist/cjs/api/types/WebcargoLeg.d.ts +10 -0
  178. package/dist/cjs/api/types/WebcargoLeg.js +5 -0
  179. package/dist/cjs/api/types/WebcargoLoad.d.ts +11 -0
  180. package/dist/cjs/api/types/WebcargoLoad.js +5 -0
  181. package/dist/cjs/api/types/WebcargoLocation.d.ts +11 -0
  182. package/dist/cjs/api/types/WebcargoLocation.js +5 -0
  183. package/dist/cjs/api/types/WebcargoMessageHeader.d.ts +7 -0
  184. package/dist/cjs/api/types/WebcargoMessageHeader.js +5 -0
  185. package/dist/cjs/api/types/WebcargoPackage.d.ts +12 -0
  186. package/dist/cjs/api/types/WebcargoPackage.js +5 -0
  187. package/dist/cjs/api/types/WebcargoParty.d.ts +12 -0
  188. package/dist/cjs/api/types/WebcargoParty.js +5 -0
  189. package/dist/cjs/api/types/WebcargoPostalAddress.d.ts +14 -0
  190. package/dist/cjs/api/types/WebcargoPostalAddress.js +5 -0
  191. package/dist/cjs/api/types/WebcargoPriceIndicator.d.ts +12 -0
  192. package/dist/cjs/api/types/WebcargoPriceIndicator.js +5 -0
  193. package/dist/cjs/api/types/WebcargoProduct.d.ts +7 -0
  194. package/dist/cjs/api/types/WebcargoProduct.js +5 -0
  195. package/dist/cjs/api/types/WebcargoResponseStatus.d.ts +7 -0
  196. package/dist/cjs/api/types/WebcargoResponseStatus.js +5 -0
  197. package/dist/cjs/api/types/WebcargoResponseStatusEntry.d.ts +7 -0
  198. package/dist/cjs/api/types/WebcargoResponseStatusEntry.js +5 -0
  199. package/dist/cjs/api/types/WebcargoSegment.d.ts +21 -0
  200. package/dist/cjs/api/types/WebcargoSegment.js +5 -0
  201. package/dist/cjs/api/types/WebcargoShipment.d.ts +8 -0
  202. package/dist/cjs/api/types/WebcargoShipment.js +5 -0
  203. package/dist/cjs/api/types/WebcargoValueWithUnit.d.ts +13 -0
  204. package/dist/cjs/api/types/WebcargoValueWithUnit.js +5 -0
  205. package/dist/cjs/api/types/index.d.ts +81 -1
  206. package/dist/cjs/api/types/index.js +81 -1
  207. package/dist/cjs/version.d.ts +1 -1
  208. package/dist/cjs/version.js +1 -1
  209. package/dist/esm/Client.d.mts +3 -0
  210. package/dist/esm/Client.mjs +7 -2
  211. package/dist/esm/api/resources/index.d.mts +1 -0
  212. package/dist/esm/api/resources/index.mjs +1 -0
  213. package/dist/esm/api/resources/integrations/client/Client.d.mts +29 -0
  214. package/dist/esm/api/resources/integrations/client/Client.mjs +23 -0
  215. package/dist/esm/api/resources/integrations/client/index.d.mts +1 -0
  216. package/dist/esm/api/resources/integrations/client/index.mjs +1 -0
  217. package/dist/esm/api/resources/integrations/index.d.mts +2 -0
  218. package/dist/esm/api/resources/integrations/index.mjs +2 -0
  219. package/dist/esm/api/resources/integrations/resources/airWaybills/client/Client.d.mts +128 -0
  220. package/dist/esm/api/resources/integrations/resources/airWaybills/client/Client.mjs +453 -0
  221. package/dist/esm/api/resources/integrations/resources/airWaybills/client/index.d.mts +2 -0
  222. package/dist/esm/api/resources/integrations/resources/airWaybills/client/index.mjs +1 -0
  223. package/dist/esm/api/resources/integrations/resources/airWaybills/client/requests/AirWaybillCreateReq.d.mts +12 -0
  224. package/dist/esm/api/resources/integrations/resources/airWaybills/client/requests/ChampAirWaybillClientUpdate1.d.mts +40 -0
  225. package/dist/esm/api/resources/integrations/resources/airWaybills/client/requests/ChampAirWaybillClientUpdate1.mjs +4 -0
  226. package/dist/esm/api/resources/integrations/resources/airWaybills/client/requests/index.d.mts +2 -0
  227. package/dist/esm/api/resources/integrations/resources/airWaybills/client/requests/index.mjs +1 -0
  228. package/dist/esm/api/resources/integrations/resources/airWaybills/index.d.mts +1 -0
  229. package/dist/esm/api/resources/integrations/resources/airWaybills/index.mjs +1 -0
  230. package/dist/esm/api/resources/integrations/resources/index.d.mts +5 -0
  231. package/dist/esm/api/resources/integrations/resources/index.mjs +5 -0
  232. package/dist/esm/api/resources/integrations/resources/webcargoBookings/client/Client.d.mts +60 -0
  233. package/dist/esm/api/resources/integrations/resources/webcargoBookings/client/Client.mjs +149 -0
  234. package/dist/esm/api/resources/integrations/resources/webcargoBookings/client/index.d.mts +1 -0
  235. package/dist/esm/api/resources/integrations/resources/webcargoBookings/client/index.mjs +1 -0
  236. package/dist/esm/api/resources/integrations/resources/webcargoBookings/index.d.mts +1 -0
  237. package/dist/esm/api/resources/integrations/resources/webcargoBookings/index.mjs +1 -0
  238. package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/Client.d.mts +53 -0
  239. package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/Client.mjs +99 -0
  240. package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/index.d.mts +2 -0
  241. package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/index.mjs +1 -0
  242. package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/requests/GetWebcargoEmbedReq.d.mts +18 -0
  243. package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/requests/GetWebcargoEmbedReq.mjs +4 -0
  244. package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/requests/index.d.mts +1 -0
  245. package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/requests/index.mjs +1 -0
  246. package/dist/esm/api/resources/integrations/resources/webcargoEmbed/index.d.mts +1 -0
  247. package/dist/esm/api/resources/integrations/resources/webcargoEmbed/index.mjs +1 -0
  248. package/dist/esm/api/resources/utils/resources/dev/client/Client.d.mts +4 -4
  249. package/dist/esm/api/resources/utils/resources/dev/client/Client.mjs +7 -7
  250. package/dist/esm/api/types/Caller.d.mts +14 -0
  251. package/dist/esm/api/types/Caller.mjs +4 -0
  252. package/dist/esm/api/types/CallerCredentialTypeEnum.d.mts +9 -0
  253. package/dist/esm/api/types/CallerCredentialTypeEnum.mjs +8 -0
  254. package/dist/esm/api/types/CargojsonAccountContact.d.mts +13 -0
  255. package/dist/esm/api/types/CargojsonAccountContact.mjs +4 -0
  256. package/dist/esm/api/types/CargojsonAccounting.d.mts +11 -0
  257. package/dist/esm/api/types/CargojsonAccounting.mjs +4 -0
  258. package/dist/esm/api/types/CargojsonAccountingInformationIdentifier.d.mts +18 -0
  259. package/dist/esm/api/types/CargojsonAccountingInformationIdentifier.mjs +14 -0
  260. package/dist/esm/api/types/CargojsonAddress.d.mts +16 -0
  261. package/dist/esm/api/types/CargojsonAddress.mjs +4 -0
  262. package/dist/esm/api/types/CargojsonAddressing.d.mts +14 -0
  263. package/dist/esm/api/types/CargojsonAddressing.mjs +4 -0
  264. package/dist/esm/api/types/CargojsonAgent.d.mts +16 -0
  265. package/dist/esm/api/types/CargojsonAgent.mjs +4 -0
  266. package/dist/esm/api/types/CargojsonCassIndicator.d.mts +21 -0
  267. package/dist/esm/api/types/CargojsonCassIndicator.mjs +17 -0
  268. package/dist/esm/api/types/CargojsonCharge.d.mts +16 -0
  269. package/dist/esm/api/types/CargojsonCharge.mjs +4 -0
  270. package/dist/esm/api/types/CargojsonChargeCode.d.mts +34 -0
  271. package/dist/esm/api/types/CargojsonChargeCode.mjs +30 -0
  272. package/dist/esm/api/types/CargojsonChargeDeclarations.d.mts +17 -0
  273. package/dist/esm/api/types/CargojsonChargeDeclarations.mjs +4 -0
  274. package/dist/esm/api/types/CargojsonChargeItem.d.mts +20 -0
  275. package/dist/esm/api/types/CargojsonChargeItem.mjs +4 -0
  276. package/dist/esm/api/types/CargojsonChargeSummary.d.mts +15 -0
  277. package/dist/esm/api/types/CargojsonChargeSummary.mjs +4 -0
  278. package/dist/esm/api/types/CargojsonCollectChargesInDestCurrency.d.mts +13 -0
  279. package/dist/esm/api/types/CargojsonCollectChargesInDestCurrency.mjs +4 -0
  280. package/dist/esm/api/types/CargojsonCommissionInfo.d.mts +10 -0
  281. package/dist/esm/api/types/CargojsonCommissionInfo.mjs +4 -0
  282. package/dist/esm/api/types/CargojsonContactDetail.d.mts +11 -0
  283. package/dist/esm/api/types/CargojsonContactDetail.mjs +4 -0
  284. package/dist/esm/api/types/CargojsonDimensionUnit.d.mts +17 -0
  285. package/dist/esm/api/types/CargojsonDimensionUnit.mjs +12 -0
  286. package/dist/esm/api/types/CargojsonDimensions.d.mts +13 -0
  287. package/dist/esm/api/types/CargojsonDimensions.mjs +4 -0
  288. package/dist/esm/api/types/CargojsonEdifactData.d.mts +12 -0
  289. package/dist/esm/api/types/CargojsonEdifactData.mjs +4 -0
  290. package/dist/esm/api/types/CargojsonEntitlementCode.d.mts +11 -0
  291. package/dist/esm/api/types/CargojsonEntitlementCode.mjs +7 -0
  292. package/dist/esm/api/types/CargojsonFlightIdentity.d.mts +13 -0
  293. package/dist/esm/api/types/CargojsonFlightIdentity.mjs +4 -0
  294. package/dist/esm/api/types/CargojsonMessageHeader.d.mts +12 -0
  295. package/dist/esm/api/types/CargojsonMessageHeader.mjs +4 -0
  296. package/dist/esm/api/types/CargojsonNominatedHandlingParty.d.mts +10 -0
  297. package/dist/esm/api/types/CargojsonNominatedHandlingParty.mjs +4 -0
  298. package/dist/esm/api/types/CargojsonOci.d.mts +13 -0
  299. package/dist/esm/api/types/CargojsonOci.mjs +4 -0
  300. package/dist/esm/api/types/CargojsonOfficeMessageAddress.d.mts +11 -0
  301. package/dist/esm/api/types/CargojsonOfficeMessageAddress.mjs +4 -0
  302. package/dist/esm/api/types/CargojsonOtherChargeCode.d.mts +147 -0
  303. package/dist/esm/api/types/CargojsonOtherChargeCode.mjs +140 -0
  304. package/dist/esm/api/types/CargojsonOtherChargeItem.d.mts +13 -0
  305. package/dist/esm/api/types/CargojsonOtherChargeItem.mjs +4 -0
  306. package/dist/esm/api/types/CargojsonOtherParticipant.d.mts +13 -0
  307. package/dist/esm/api/types/CargojsonOtherParticipant.mjs +4 -0
  308. package/dist/esm/api/types/CargojsonPackaging.d.mts +15 -0
  309. package/dist/esm/api/types/CargojsonPackaging.mjs +4 -0
  310. package/dist/esm/api/types/CargojsonParticipantAddress.d.mts +11 -0
  311. package/dist/esm/api/types/CargojsonParticipantAddress.mjs +4 -0
  312. package/dist/esm/api/types/CargojsonParticipantAddressType.d.mts +16 -0
  313. package/dist/esm/api/types/CargojsonParticipantAddressType.mjs +12 -0
  314. package/dist/esm/api/types/CargojsonParticipantIdentifier.d.mts +12 -0
  315. package/dist/esm/api/types/CargojsonParticipantIdentifier.mjs +4 -0
  316. package/dist/esm/api/types/CargojsonParticipantType.d.mts +23 -0
  317. package/dist/esm/api/types/CargojsonParticipantType.mjs +19 -0
  318. package/dist/esm/api/types/CargojsonPaymentCondition.d.mts +11 -0
  319. package/dist/esm/api/types/CargojsonPaymentCondition.mjs +7 -0
  320. package/dist/esm/api/types/CargojsonRateClassCode.d.mts +22 -0
  321. package/dist/esm/api/types/CargojsonRateClassCode.mjs +18 -0
  322. package/dist/esm/api/types/CargojsonRouting.d.mts +10 -0
  323. package/dist/esm/api/types/CargojsonRouting.mjs +4 -0
  324. package/dist/esm/api/types/CargojsonSalesIncentive.d.mts +11 -0
  325. package/dist/esm/api/types/CargojsonSalesIncentive.mjs +4 -0
  326. package/dist/esm/api/types/CargojsonServiceCode.d.mts +35 -0
  327. package/dist/esm/api/types/CargojsonServiceCode.mjs +31 -0
  328. package/dist/esm/api/types/CargojsonShipmentReferenceInformation.d.mts +10 -0
  329. package/dist/esm/api/types/CargojsonShipmentReferenceInformation.mjs +4 -0
  330. package/dist/esm/api/types/CargojsonSpecialHandlingCode.d.mts +122 -0
  331. package/dist/esm/api/types/CargojsonSpecialHandlingCode.mjs +117 -0
  332. package/dist/esm/api/types/CargojsonUld.d.mts +15 -0
  333. package/dist/esm/api/types/CargojsonUld.mjs +4 -0
  334. package/dist/esm/api/types/CargojsonVolume.d.mts +11 -0
  335. package/dist/esm/api/types/CargojsonVolume.mjs +4 -0
  336. package/dist/esm/api/types/CargojsonVolumeUnit.d.mts +10 -0
  337. package/dist/esm/api/types/CargojsonVolumeUnit.mjs +9 -0
  338. package/dist/esm/api/types/CargojsonWeight.d.mts +16 -0
  339. package/dist/esm/api/types/CargojsonWeight.mjs +4 -0
  340. package/dist/esm/api/types/CargojsonWeightUnit.d.mts +8 -0
  341. package/dist/esm/api/types/CargojsonWeightUnit.mjs +7 -0
  342. package/dist/esm/api/types/ChampAirWaybill1.d.mts +49 -0
  343. package/dist/esm/api/types/ChampAirWaybill1.mjs +4 -0
  344. package/dist/esm/api/types/ChampAirWaybillStatusEnum1.d.mts +10 -0
  345. package/dist/esm/api/types/ChampAirWaybillStatusEnum1.mjs +9 -0
  346. package/dist/esm/api/types/ChampConfirmationReceipt1.d.mts +22 -0
  347. package/dist/esm/api/types/ChampConfirmationReceipt1.mjs +4 -0
  348. package/dist/esm/api/types/ChampFlightStatus1.d.mts +20 -0
  349. package/dist/esm/api/types/ChampFlightStatus1.mjs +4 -0
  350. package/dist/esm/api/types/ChampFlightStatusEvent1.d.mts +27 -0
  351. package/dist/esm/api/types/ChampFlightStatusEvent1.mjs +4 -0
  352. package/dist/esm/api/types/ChampOriginAndDestination.d.mts +7 -0
  353. package/dist/esm/api/types/ChampOriginAndDestination.mjs +4 -0
  354. package/dist/esm/api/types/ChampQuantity.d.mts +9 -0
  355. package/dist/esm/api/types/ChampQuantity.mjs +4 -0
  356. package/dist/esm/api/types/CredentialInfoResponse.d.mts +17 -0
  357. package/dist/esm/api/types/CredentialInfoResponse.mjs +11 -0
  358. package/dist/esm/api/types/OrgPrivateData1.d.mts +3 -0
  359. package/dist/esm/api/types/WebcargoAccountId.d.mts +7 -0
  360. package/dist/esm/api/types/WebcargoAccountId.mjs +4 -0
  361. package/dist/esm/api/types/WebcargoBookStatus.d.mts +7 -0
  362. package/dist/esm/api/types/WebcargoBookStatus.mjs +4 -0
  363. package/dist/esm/api/types/WebcargoBookingRate.d.mts +20 -0
  364. package/dist/esm/api/types/WebcargoBookingRate.mjs +4 -0
  365. package/dist/esm/api/types/WebcargoBookingRecord1.d.mts +19 -0
  366. package/dist/esm/api/types/WebcargoBookingRecord1.mjs +4 -0
  367. package/dist/esm/api/types/WebcargoBusinessInfo.d.mts +9 -0
  368. package/dist/esm/api/types/WebcargoBusinessInfo.mjs +4 -0
  369. package/dist/esm/api/types/WebcargoCarrier.d.mts +6 -0
  370. package/dist/esm/api/types/WebcargoCarrier.mjs +4 -0
  371. package/dist/esm/api/types/WebcargoCommodityClass.d.mts +8 -0
  372. package/dist/esm/api/types/WebcargoCommodityClass.mjs +4 -0
  373. package/dist/esm/api/types/WebcargoConnection.d.mts +8 -0
  374. package/dist/esm/api/types/WebcargoConnection.mjs +4 -0
  375. package/dist/esm/api/types/WebcargoContact.d.mts +9 -0
  376. package/dist/esm/api/types/WebcargoContact.mjs +4 -0
  377. package/dist/esm/api/types/WebcargoDimension.d.mts +9 -0
  378. package/dist/esm/api/types/WebcargoDimension.mjs +4 -0
  379. package/dist/esm/api/types/WebcargoDocumentIdentifier.d.mts +8 -0
  380. package/dist/esm/api/types/WebcargoDocumentIdentifier.mjs +4 -0
  381. package/dist/esm/api/types/WebcargoEmbedResponse.d.mts +11 -0
  382. package/dist/esm/api/types/WebcargoEmbedResponse.mjs +4 -0
  383. package/dist/esm/api/types/WebcargoFee.d.mts +16 -0
  384. package/dist/esm/api/types/WebcargoFee.mjs +4 -0
  385. package/dist/esm/api/types/WebcargoLeg.d.mts +10 -0
  386. package/dist/esm/api/types/WebcargoLeg.mjs +4 -0
  387. package/dist/esm/api/types/WebcargoLoad.d.mts +11 -0
  388. package/dist/esm/api/types/WebcargoLoad.mjs +4 -0
  389. package/dist/esm/api/types/WebcargoLocation.d.mts +11 -0
  390. package/dist/esm/api/types/WebcargoLocation.mjs +4 -0
  391. package/dist/esm/api/types/WebcargoMessageHeader.d.mts +7 -0
  392. package/dist/esm/api/types/WebcargoMessageHeader.mjs +4 -0
  393. package/dist/esm/api/types/WebcargoPackage.d.mts +12 -0
  394. package/dist/esm/api/types/WebcargoPackage.mjs +4 -0
  395. package/dist/esm/api/types/WebcargoParty.d.mts +12 -0
  396. package/dist/esm/api/types/WebcargoParty.mjs +4 -0
  397. package/dist/esm/api/types/WebcargoPostalAddress.d.mts +14 -0
  398. package/dist/esm/api/types/WebcargoPostalAddress.mjs +4 -0
  399. package/dist/esm/api/types/WebcargoPriceIndicator.d.mts +12 -0
  400. package/dist/esm/api/types/WebcargoPriceIndicator.mjs +4 -0
  401. package/dist/esm/api/types/WebcargoProduct.d.mts +7 -0
  402. package/dist/esm/api/types/WebcargoProduct.mjs +4 -0
  403. package/dist/esm/api/types/WebcargoResponseStatus.d.mts +7 -0
  404. package/dist/esm/api/types/WebcargoResponseStatus.mjs +4 -0
  405. package/dist/esm/api/types/WebcargoResponseStatusEntry.d.mts +7 -0
  406. package/dist/esm/api/types/WebcargoResponseStatusEntry.mjs +4 -0
  407. package/dist/esm/api/types/WebcargoSegment.d.mts +21 -0
  408. package/dist/esm/api/types/WebcargoSegment.mjs +4 -0
  409. package/dist/esm/api/types/WebcargoShipment.d.mts +8 -0
  410. package/dist/esm/api/types/WebcargoShipment.mjs +4 -0
  411. package/dist/esm/api/types/WebcargoValueWithUnit.d.mts +13 -0
  412. package/dist/esm/api/types/WebcargoValueWithUnit.mjs +4 -0
  413. package/dist/esm/api/types/index.d.mts +81 -1
  414. package/dist/esm/api/types/index.mjs +81 -1
  415. package/dist/esm/version.d.mts +1 -1
  416. package/dist/esm/version.mjs +1 -1
  417. package/package.json +1 -1
  418. package/reference.md +662 -3
  419. package/dist/cjs/api/types/DecodedJwtWithOrgAndUserId.d.ts +0 -27
  420. package/dist/esm/api/types/DecodedJwtWithOrgAndUserId.d.mts +0 -27
  421. /package/dist/cjs/api/{types/DecodedJwtWithOrgAndUserId.js → resources/integrations/resources/airWaybills/client/requests/AirWaybillCreateReq.js} +0 -0
  422. /package/dist/esm/api/{types/DecodedJwtWithOrgAndUserId.mjs → resources/integrations/resources/airWaybills/client/requests/AirWaybillCreateReq.mjs} +0 -0
@@ -0,0 +1,60 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as environments from "../../../../../../environments.js";
5
+ import * as core from "../../../../../../core/index.js";
6
+ import * as Chrt from "../../../../../index.js";
7
+ export declare namespace WebcargoBookings {
8
+ interface Options {
9
+ environment?: core.Supplier<environments.ChrtEnvironment | string>;
10
+ /** Specify a custom URL to connect the client to. */
11
+ baseUrl?: core.Supplier<string>;
12
+ token?: core.Supplier<core.BearerToken | undefined>;
13
+ /** Additional headers to include in requests. */
14
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
15
+ fetcher?: core.FetchFunction;
16
+ }
17
+ interface RequestOptions {
18
+ /** The maximum time to wait for a response in seconds. */
19
+ timeoutInSeconds?: number;
20
+ /** The number of times to retry the request. Defaults to 2. */
21
+ maxRetries?: number;
22
+ /** A hook to abort the request. */
23
+ abortSignal?: AbortSignal;
24
+ /** Additional query string parameters to include in the request. */
25
+ queryParams?: Record<string, unknown>;
26
+ /** Additional headers to include in the request. */
27
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
28
+ }
29
+ }
30
+ export declare class WebcargoBookings {
31
+ protected readonly _options: WebcargoBookings.Options;
32
+ constructor(_options?: WebcargoBookings.Options);
33
+ /**
34
+ * Fetches the latest booking record from WebCargo for a task group and upserts it in the database. Creates the record on first call, updates on subsequent calls. | () -> (WebcargoBookingRecord1)
35
+ *
36
+ * @param {string} taskGroupId
37
+ * @param {WebcargoBookings.RequestOptions} requestOptions - Request-specific configuration.
38
+ *
39
+ * @throws {@link Chrt.UnprocessableEntityError}
40
+ *
41
+ * @example
42
+ * await client.integrations.webcargoBookings.syncV1("task_group_id")
43
+ */
44
+ syncV1(taskGroupId: string, requestOptions?: WebcargoBookings.RequestOptions): core.HttpResponsePromise<Chrt.WebcargoBookingRecord1>;
45
+ private __syncV1;
46
+ /**
47
+ * Retrieves the stored WebCargo booking record for a task group. Returns 404 if the booking has never been synced. | () -> (WebcargoBookingRecord1)
48
+ *
49
+ * @param {string} taskGroupId
50
+ * @param {WebcargoBookings.RequestOptions} requestOptions - Request-specific configuration.
51
+ *
52
+ * @throws {@link Chrt.UnprocessableEntityError}
53
+ *
54
+ * @example
55
+ * await client.integrations.webcargoBookings.retrieveV1("task_group_id")
56
+ */
57
+ retrieveV1(taskGroupId: string, requestOptions?: WebcargoBookings.RequestOptions): core.HttpResponsePromise<Chrt.WebcargoBookingRecord1>;
58
+ private __retrieveV1;
59
+ protected _getAuthorizationHeader(): Promise<string | undefined>;
60
+ }
@@ -0,0 +1,186 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
39
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
40
+ return new (P || (P = Promise))(function (resolve, reject) {
41
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
42
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
43
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
44
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
45
+ });
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ exports.WebcargoBookings = void 0;
49
+ const environments = __importStar(require("../../../../../../environments.js"));
50
+ const core = __importStar(require("../../../../../../core/index.js"));
51
+ const Chrt = __importStar(require("../../../../../index.js"));
52
+ const headers_js_1 = require("../../../../../../core/headers.js");
53
+ const errors = __importStar(require("../../../../../../errors/index.js"));
54
+ class WebcargoBookings {
55
+ constructor(_options = {}) {
56
+ this._options = _options;
57
+ }
58
+ /**
59
+ * Fetches the latest booking record from WebCargo for a task group and upserts it in the database. Creates the record on first call, updates on subsequent calls. | () -> (WebcargoBookingRecord1)
60
+ *
61
+ * @param {string} taskGroupId
62
+ * @param {WebcargoBookings.RequestOptions} requestOptions - Request-specific configuration.
63
+ *
64
+ * @throws {@link Chrt.UnprocessableEntityError}
65
+ *
66
+ * @example
67
+ * await client.integrations.webcargoBookings.syncV1("task_group_id")
68
+ */
69
+ syncV1(taskGroupId, requestOptions) {
70
+ return core.HttpResponsePromise.fromPromise(this.__syncV1(taskGroupId, requestOptions));
71
+ }
72
+ __syncV1(taskGroupId, requestOptions) {
73
+ return __awaiter(this, void 0, void 0, function* () {
74
+ var _a, _b, _c, _d;
75
+ let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
76
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
77
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `integrations/webcargo_bookings/sync/v1/${encodeURIComponent(taskGroupId)}`),
78
+ method: "POST",
79
+ headers: _headers,
80
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
81
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
82
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
83
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
84
+ });
85
+ if (_response.ok) {
86
+ return { data: _response.body, rawResponse: _response.rawResponse };
87
+ }
88
+ if (_response.error.reason === "status-code") {
89
+ switch (_response.error.statusCode) {
90
+ case 422:
91
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
92
+ default:
93
+ throw new errors.ChrtError({
94
+ statusCode: _response.error.statusCode,
95
+ body: _response.error.body,
96
+ rawResponse: _response.rawResponse,
97
+ });
98
+ }
99
+ }
100
+ switch (_response.error.reason) {
101
+ case "non-json":
102
+ throw new errors.ChrtError({
103
+ statusCode: _response.error.statusCode,
104
+ body: _response.error.rawBody,
105
+ rawResponse: _response.rawResponse,
106
+ });
107
+ case "timeout":
108
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /integrations/webcargo_bookings/sync/v1/{task_group_id}.");
109
+ case "unknown":
110
+ throw new errors.ChrtError({
111
+ message: _response.error.errorMessage,
112
+ rawResponse: _response.rawResponse,
113
+ });
114
+ }
115
+ });
116
+ }
117
+ /**
118
+ * Retrieves the stored WebCargo booking record for a task group. Returns 404 if the booking has never been synced. | () -> (WebcargoBookingRecord1)
119
+ *
120
+ * @param {string} taskGroupId
121
+ * @param {WebcargoBookings.RequestOptions} requestOptions - Request-specific configuration.
122
+ *
123
+ * @throws {@link Chrt.UnprocessableEntityError}
124
+ *
125
+ * @example
126
+ * await client.integrations.webcargoBookings.retrieveV1("task_group_id")
127
+ */
128
+ retrieveV1(taskGroupId, requestOptions) {
129
+ return core.HttpResponsePromise.fromPromise(this.__retrieveV1(taskGroupId, requestOptions));
130
+ }
131
+ __retrieveV1(taskGroupId, requestOptions) {
132
+ return __awaiter(this, void 0, void 0, function* () {
133
+ var _a, _b, _c, _d;
134
+ let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
135
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
136
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `integrations/webcargo_bookings/retrieve/v1/${encodeURIComponent(taskGroupId)}`),
137
+ method: "GET",
138
+ headers: _headers,
139
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
140
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
141
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
142
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
143
+ });
144
+ if (_response.ok) {
145
+ return { data: _response.body, rawResponse: _response.rawResponse };
146
+ }
147
+ if (_response.error.reason === "status-code") {
148
+ switch (_response.error.statusCode) {
149
+ case 422:
150
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
151
+ default:
152
+ throw new errors.ChrtError({
153
+ statusCode: _response.error.statusCode,
154
+ body: _response.error.body,
155
+ rawResponse: _response.rawResponse,
156
+ });
157
+ }
158
+ }
159
+ switch (_response.error.reason) {
160
+ case "non-json":
161
+ throw new errors.ChrtError({
162
+ statusCode: _response.error.statusCode,
163
+ body: _response.error.rawBody,
164
+ rawResponse: _response.rawResponse,
165
+ });
166
+ case "timeout":
167
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /integrations/webcargo_bookings/retrieve/v1/{task_group_id}.");
168
+ case "unknown":
169
+ throw new errors.ChrtError({
170
+ message: _response.error.errorMessage,
171
+ rawResponse: _response.rawResponse,
172
+ });
173
+ }
174
+ });
175
+ }
176
+ _getAuthorizationHeader() {
177
+ return __awaiter(this, void 0, void 0, function* () {
178
+ const bearer = yield core.Supplier.get(this._options.token);
179
+ if (bearer != null) {
180
+ return `Bearer ${bearer}`;
181
+ }
182
+ return undefined;
183
+ });
184
+ }
185
+ }
186
+ exports.WebcargoBookings = WebcargoBookings;
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export * from "./client/index.js";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./client/index.js"), exports);
@@ -0,0 +1,53 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as environments from "../../../../../../environments.js";
5
+ import * as core from "../../../../../../core/index.js";
6
+ import * as Chrt from "../../../../../index.js";
7
+ export declare namespace WebcargoEmbed {
8
+ interface Options {
9
+ environment?: core.Supplier<environments.ChrtEnvironment | string>;
10
+ /** Specify a custom URL to connect the client to. */
11
+ baseUrl?: core.Supplier<string>;
12
+ token?: core.Supplier<core.BearerToken | undefined>;
13
+ /** Additional headers to include in requests. */
14
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
15
+ fetcher?: core.FetchFunction;
16
+ }
17
+ interface RequestOptions {
18
+ /** The maximum time to wait for a response in seconds. */
19
+ timeoutInSeconds?: number;
20
+ /** The number of times to retry the request. Defaults to 2. */
21
+ maxRetries?: number;
22
+ /** A hook to abort the request. */
23
+ abortSignal?: AbortSignal;
24
+ /** Additional query string parameters to include in the request. */
25
+ queryParams?: Record<string, unknown>;
26
+ /** Additional headers to include in the request. */
27
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
28
+ }
29
+ }
30
+ export declare class WebcargoEmbed {
31
+ protected readonly _options: WebcargoEmbed.Options;
32
+ constructor(_options?: WebcargoEmbed.Options);
33
+ /**
34
+ * Generates a WebCargo Sky Embed token for a FLIGHT task group. Assembles cargo data from the task group's tasks and returns an embed URL for the booking widget. | (GetWebcargoEmbedReq) -> (WebcargoEmbedResponse)
35
+ *
36
+ * @param {string} taskGroupId
37
+ * @param {Chrt.integrations.GetWebcargoEmbedReq} request
38
+ * @param {WebcargoEmbed.RequestOptions} requestOptions - Request-specific configuration.
39
+ *
40
+ * @throws {@link Chrt.UnprocessableEntityError}
41
+ *
42
+ * @example
43
+ * await client.integrations.webcargoEmbed.getEmbedV1("task_group_id", {
44
+ * origin: "origin",
45
+ * destination: "destination",
46
+ * departure: "departure",
47
+ * country: "country"
48
+ * })
49
+ */
50
+ getEmbedV1(taskGroupId: string, request: Chrt.integrations.GetWebcargoEmbedReq, requestOptions?: WebcargoEmbed.RequestOptions): core.HttpResponsePromise<Chrt.WebcargoEmbedResponse>;
51
+ private __getEmbedV1;
52
+ protected _getAuthorizationHeader(): Promise<string | undefined>;
53
+ }
@@ -0,0 +1,136 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
39
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
40
+ return new (P || (P = Promise))(function (resolve, reject) {
41
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
42
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
43
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
44
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
45
+ });
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ exports.WebcargoEmbed = void 0;
49
+ const environments = __importStar(require("../../../../../../environments.js"));
50
+ const core = __importStar(require("../../../../../../core/index.js"));
51
+ const Chrt = __importStar(require("../../../../../index.js"));
52
+ const headers_js_1 = require("../../../../../../core/headers.js");
53
+ const errors = __importStar(require("../../../../../../errors/index.js"));
54
+ class WebcargoEmbed {
55
+ constructor(_options = {}) {
56
+ this._options = _options;
57
+ }
58
+ /**
59
+ * Generates a WebCargo Sky Embed token for a FLIGHT task group. Assembles cargo data from the task group's tasks and returns an embed URL for the booking widget. | (GetWebcargoEmbedReq) -> (WebcargoEmbedResponse)
60
+ *
61
+ * @param {string} taskGroupId
62
+ * @param {Chrt.integrations.GetWebcargoEmbedReq} request
63
+ * @param {WebcargoEmbed.RequestOptions} requestOptions - Request-specific configuration.
64
+ *
65
+ * @throws {@link Chrt.UnprocessableEntityError}
66
+ *
67
+ * @example
68
+ * await client.integrations.webcargoEmbed.getEmbedV1("task_group_id", {
69
+ * origin: "origin",
70
+ * destination: "destination",
71
+ * departure: "departure",
72
+ * country: "country"
73
+ * })
74
+ */
75
+ getEmbedV1(taskGroupId, request, requestOptions) {
76
+ return core.HttpResponsePromise.fromPromise(this.__getEmbedV1(taskGroupId, request, requestOptions));
77
+ }
78
+ __getEmbedV1(taskGroupId, request, requestOptions) {
79
+ return __awaiter(this, void 0, void 0, function* () {
80
+ var _a, _b, _c, _d;
81
+ let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
82
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
83
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `integrations/webcargo_embed/get_embed/v1/${encodeURIComponent(taskGroupId)}`),
84
+ method: "POST",
85
+ headers: _headers,
86
+ contentType: "application/json",
87
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
88
+ requestType: "json",
89
+ body: request,
90
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
91
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
92
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
93
+ });
94
+ if (_response.ok) {
95
+ return { data: _response.body, rawResponse: _response.rawResponse };
96
+ }
97
+ if (_response.error.reason === "status-code") {
98
+ switch (_response.error.statusCode) {
99
+ case 422:
100
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
101
+ default:
102
+ throw new errors.ChrtError({
103
+ statusCode: _response.error.statusCode,
104
+ body: _response.error.body,
105
+ rawResponse: _response.rawResponse,
106
+ });
107
+ }
108
+ }
109
+ switch (_response.error.reason) {
110
+ case "non-json":
111
+ throw new errors.ChrtError({
112
+ statusCode: _response.error.statusCode,
113
+ body: _response.error.rawBody,
114
+ rawResponse: _response.rawResponse,
115
+ });
116
+ case "timeout":
117
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /integrations/webcargo_embed/get_embed/v1/{task_group_id}.");
118
+ case "unknown":
119
+ throw new errors.ChrtError({
120
+ message: _response.error.errorMessage,
121
+ rawResponse: _response.rawResponse,
122
+ });
123
+ }
124
+ });
125
+ }
126
+ _getAuthorizationHeader() {
127
+ return __awaiter(this, void 0, void 0, function* () {
128
+ const bearer = yield core.Supplier.get(this._options.token);
129
+ if (bearer != null) {
130
+ return `Bearer ${bearer}`;
131
+ }
132
+ return undefined;
133
+ });
134
+ }
135
+ }
136
+ exports.WebcargoEmbed = WebcargoEmbed;
@@ -0,0 +1,2 @@
1
+ export {};
2
+ export * from "./requests/index.js";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./requests/index.js"), exports);
@@ -0,0 +1,18 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * @example
6
+ * {
7
+ * origin: "origin",
8
+ * destination: "destination",
9
+ * departure: "departure",
10
+ * country: "country"
11
+ * }
12
+ */
13
+ export interface GetWebcargoEmbedReq {
14
+ origin: string;
15
+ destination: string;
16
+ departure: string;
17
+ country: string;
18
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export { type GetWebcargoEmbedReq } from "./GetWebcargoEmbedReq.js";
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export * from "./client/index.js";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./client/index.js"), exports);
@@ -95,15 +95,15 @@ export declare class Dev {
95
95
  getUserIdV2(requestOptions?: Dev.RequestOptions): core.HttpResponsePromise<string>;
96
96
  private __getUserIdV2;
97
97
  /**
98
- * Returns the complete decoded JWT token information for development purposes. | () -> (DecodedJWTWithOrgAndUserId)
98
+ * Returns the verified caller identity and raw credential claims for development purposes. | () -> (CredentialInfoResponse)
99
99
  *
100
100
  * @param {Dev.RequestOptions} requestOptions - Request-specific configuration.
101
101
  *
102
102
  * @example
103
- * await client.utils.dev.getDecodedJwtV1()
103
+ * await client.utils.dev.getCredentialInfoV1()
104
104
  */
105
- getDecodedJwtV1(requestOptions?: Dev.RequestOptions): core.HttpResponsePromise<Chrt.DecodedJwtWithOrgAndUserId>;
106
- private __getDecodedJwtV1;
105
+ getCredentialInfoV1(requestOptions?: Dev.RequestOptions): core.HttpResponsePromise<Chrt.CredentialInfoResponse>;
106
+ private __getCredentialInfoV1;
107
107
  /**
108
108
  * Retrieves the primary email address for the caller from the authentication service. | () -> (str)
109
109
  *
@@ -349,22 +349,22 @@ class Dev {
349
349
  });
350
350
  }
351
351
  /**
352
- * Returns the complete decoded JWT token information for development purposes. | () -> (DecodedJWTWithOrgAndUserId)
352
+ * Returns the verified caller identity and raw credential claims for development purposes. | () -> (CredentialInfoResponse)
353
353
  *
354
354
  * @param {Dev.RequestOptions} requestOptions - Request-specific configuration.
355
355
  *
356
356
  * @example
357
- * await client.utils.dev.getDecodedJwtV1()
357
+ * await client.utils.dev.getCredentialInfoV1()
358
358
  */
359
- getDecodedJwtV1(requestOptions) {
360
- return core.HttpResponsePromise.fromPromise(this.__getDecodedJwtV1(requestOptions));
359
+ getCredentialInfoV1(requestOptions) {
360
+ return core.HttpResponsePromise.fromPromise(this.__getCredentialInfoV1(requestOptions));
361
361
  }
362
- __getDecodedJwtV1(requestOptions) {
362
+ __getCredentialInfoV1(requestOptions) {
363
363
  return __awaiter(this, void 0, void 0, function* () {
364
364
  var _a, _b, _c, _d;
365
365
  let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
366
366
  const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
367
- url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, "dev/decoded_jwt/v1"),
367
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, "dev/credential_info/v1"),
368
368
  method: "GET",
369
369
  headers: _headers,
370
370
  queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
@@ -390,7 +390,7 @@ class Dev {
390
390
  rawResponse: _response.rawResponse,
391
391
  });
392
392
  case "timeout":
393
- throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /dev/decoded_jwt/v1.");
393
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /dev/credential_info/v1.");
394
394
  case "unknown":
395
395
  throw new errors.ChrtError({
396
396
  message: _response.error.errorMessage,
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface Caller {
6
+ credential_type: Chrt.CallerCredentialTypeEnum;
7
+ o: Chrt.ClerkOrgData;
8
+ /** Must be a string starting with `user_` */
9
+ user_id: string;
10
+ /** Must be a string starting with `org_` */
11
+ org_id: string;
12
+ org_public_metadata?: Record<string, unknown> | null;
13
+ primary_email_address?: string | null;
14
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type CallerCredentialTypeEnum = "session_jwt" | "m2m_jwt" | "api_key";
5
+ export declare const CallerCredentialTypeEnum: {
6
+ readonly SessionJwt: "session_jwt";
7
+ readonly M2MJwt: "m2m_jwt";
8
+ readonly ApiKey: "api_key";
9
+ };
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.CallerCredentialTypeEnum = void 0;
7
+ exports.CallerCredentialTypeEnum = {
8
+ SessionJwt: "session_jwt",
9
+ M2MJwt: "m2m_jwt",
10
+ ApiKey: "api_key",
11
+ };