@chrt-inc/typescript-sdk 1.504.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.
- package/dist/cjs/Client.d.ts +3 -0
- package/dist/cjs/Client.js +15 -10
- package/dist/cjs/api/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/index.js +2 -1
- package/dist/cjs/api/resources/integrations/client/Client.d.ts +29 -0
- package/dist/cjs/api/resources/integrations/client/Client.js +27 -0
- package/dist/cjs/api/resources/integrations/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/integrations/client/index.js +2 -0
- package/dist/cjs/api/resources/integrations/index.d.ts +2 -0
- package/dist/cjs/api/resources/integrations/index.js +18 -0
- package/dist/cjs/api/resources/integrations/resources/airWaybills/client/Client.d.ts +128 -0
- package/dist/cjs/api/resources/integrations/resources/airWaybills/client/Client.js +490 -0
- package/dist/cjs/api/resources/integrations/resources/airWaybills/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/integrations/resources/airWaybills/client/index.js +17 -0
- package/dist/cjs/api/resources/integrations/resources/airWaybills/client/requests/AirWaybillCreateReq.d.ts +12 -0
- package/dist/cjs/api/resources/integrations/resources/airWaybills/client/requests/ChampAirWaybillClientUpdate1.d.ts +40 -0
- package/dist/cjs/api/resources/integrations/resources/airWaybills/client/requests/ChampAirWaybillClientUpdate1.js +5 -0
- package/dist/cjs/api/resources/integrations/resources/airWaybills/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/integrations/resources/airWaybills/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/integrations/resources/airWaybills/index.d.ts +1 -0
- package/dist/cjs/api/resources/integrations/resources/airWaybills/index.js +17 -0
- package/dist/cjs/api/resources/integrations/resources/index.d.ts +5 -0
- package/dist/cjs/api/resources/integrations/resources/index.js +44 -0
- package/dist/cjs/api/resources/integrations/resources/webcargoBookings/client/Client.d.ts +60 -0
- package/dist/cjs/api/resources/integrations/resources/webcargoBookings/client/Client.js +186 -0
- package/dist/cjs/api/resources/integrations/resources/webcargoBookings/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/integrations/resources/webcargoBookings/client/index.js +2 -0
- package/dist/cjs/api/resources/integrations/resources/webcargoBookings/index.d.ts +1 -0
- package/dist/cjs/api/resources/integrations/resources/webcargoBookings/index.js +17 -0
- package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/Client.d.ts +53 -0
- package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/Client.js +136 -0
- package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/index.js +17 -0
- package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/requests/GetWebcargoEmbedReq.d.ts +18 -0
- package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/requests/GetWebcargoEmbedReq.js +5 -0
- package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/index.d.ts +1 -0
- package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/index.js +17 -0
- package/dist/cjs/api/resources/utils/resources/dev/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/utils/resources/dev/client/Client.js +7 -7
- package/dist/cjs/api/types/Caller.d.ts +14 -0
- package/dist/cjs/api/types/Caller.js +5 -0
- package/dist/cjs/api/types/CallerCredentialTypeEnum.d.ts +9 -0
- package/dist/cjs/api/types/CallerCredentialTypeEnum.js +11 -0
- package/dist/cjs/api/types/CargojsonAccountContact.d.ts +13 -0
- package/dist/cjs/api/types/CargojsonAccountContact.js +5 -0
- package/dist/cjs/api/types/CargojsonAccounting.d.ts +11 -0
- package/dist/cjs/api/types/CargojsonAccounting.js +5 -0
- package/dist/cjs/api/types/CargojsonAccountingInformationIdentifier.d.ts +18 -0
- package/dist/cjs/api/types/CargojsonAccountingInformationIdentifier.js +17 -0
- package/dist/cjs/api/types/CargojsonAddress.d.ts +16 -0
- package/dist/cjs/api/types/CargojsonAddress.js +5 -0
- package/dist/cjs/api/types/CargojsonAddressing.d.ts +14 -0
- package/dist/cjs/api/types/CargojsonAddressing.js +5 -0
- package/dist/cjs/api/types/CargojsonAgent.d.ts +16 -0
- package/dist/cjs/api/types/CargojsonAgent.js +5 -0
- package/dist/cjs/api/types/CargojsonCassIndicator.d.ts +21 -0
- package/dist/cjs/api/types/CargojsonCassIndicator.js +20 -0
- package/dist/cjs/api/types/CargojsonCharge.d.ts +16 -0
- package/dist/cjs/api/types/CargojsonCharge.js +5 -0
- package/dist/cjs/api/types/CargojsonChargeCode.d.ts +34 -0
- package/dist/cjs/api/types/CargojsonChargeCode.js +33 -0
- package/dist/cjs/api/types/CargojsonChargeDeclarations.d.ts +17 -0
- package/dist/cjs/api/types/CargojsonChargeDeclarations.js +5 -0
- package/dist/cjs/api/types/CargojsonChargeItem.d.ts +20 -0
- package/dist/cjs/api/types/CargojsonChargeItem.js +5 -0
- package/dist/cjs/api/types/CargojsonChargeSummary.d.ts +15 -0
- package/dist/cjs/api/types/CargojsonChargeSummary.js +5 -0
- package/dist/cjs/api/types/CargojsonCollectChargesInDestCurrency.d.ts +13 -0
- package/dist/cjs/api/types/CargojsonCollectChargesInDestCurrency.js +5 -0
- package/dist/cjs/api/types/CargojsonCommissionInfo.d.ts +10 -0
- package/dist/cjs/api/types/CargojsonCommissionInfo.js +5 -0
- package/dist/cjs/api/types/CargojsonContactDetail.d.ts +11 -0
- package/dist/cjs/api/types/CargojsonContactDetail.js +5 -0
- package/dist/cjs/api/types/CargojsonDimensionUnit.d.ts +17 -0
- package/dist/cjs/api/types/CargojsonDimensionUnit.js +15 -0
- package/dist/cjs/api/types/CargojsonDimensions.d.ts +13 -0
- package/dist/cjs/api/types/CargojsonDimensions.js +5 -0
- package/dist/cjs/api/types/CargojsonEdifactData.d.ts +12 -0
- package/dist/cjs/api/types/CargojsonEdifactData.js +5 -0
- package/dist/cjs/api/types/CargojsonEntitlementCode.d.ts +11 -0
- package/dist/cjs/api/types/CargojsonEntitlementCode.js +10 -0
- package/dist/cjs/api/types/CargojsonFlightIdentity.d.ts +13 -0
- package/dist/cjs/api/types/CargojsonFlightIdentity.js +5 -0
- package/dist/cjs/api/types/CargojsonMessageHeader.d.ts +12 -0
- package/dist/cjs/api/types/CargojsonMessageHeader.js +5 -0
- package/dist/cjs/api/types/CargojsonNominatedHandlingParty.d.ts +10 -0
- package/dist/cjs/api/types/CargojsonNominatedHandlingParty.js +5 -0
- package/dist/cjs/api/types/CargojsonOci.d.ts +13 -0
- package/dist/cjs/api/types/CargojsonOci.js +5 -0
- package/dist/cjs/api/types/CargojsonOfficeMessageAddress.d.ts +11 -0
- package/dist/cjs/api/types/CargojsonOfficeMessageAddress.js +5 -0
- package/dist/cjs/api/types/CargojsonOtherChargeCode.d.ts +147 -0
- package/dist/cjs/api/types/CargojsonOtherChargeCode.js +143 -0
- package/dist/cjs/api/types/CargojsonOtherChargeItem.d.ts +13 -0
- package/dist/cjs/api/types/CargojsonOtherChargeItem.js +5 -0
- package/dist/cjs/api/types/CargojsonOtherParticipant.d.ts +13 -0
- package/dist/cjs/api/types/CargojsonOtherParticipant.js +5 -0
- package/dist/cjs/api/types/CargojsonPackaging.d.ts +15 -0
- package/dist/cjs/api/types/CargojsonPackaging.js +5 -0
- package/dist/cjs/api/types/CargojsonParticipantAddress.d.ts +11 -0
- package/dist/cjs/api/types/CargojsonParticipantAddress.js +5 -0
- package/dist/cjs/api/types/CargojsonParticipantAddressType.d.ts +16 -0
- package/dist/cjs/api/types/CargojsonParticipantAddressType.js +15 -0
- package/dist/cjs/api/types/CargojsonParticipantIdentifier.d.ts +12 -0
- package/dist/cjs/api/types/CargojsonParticipantIdentifier.js +5 -0
- package/dist/cjs/api/types/CargojsonParticipantType.d.ts +23 -0
- package/dist/cjs/api/types/CargojsonParticipantType.js +22 -0
- package/dist/cjs/api/types/CargojsonPaymentCondition.d.ts +11 -0
- package/dist/cjs/api/types/CargojsonPaymentCondition.js +10 -0
- package/dist/cjs/api/types/CargojsonRateClassCode.d.ts +22 -0
- package/dist/cjs/api/types/CargojsonRateClassCode.js +21 -0
- package/dist/cjs/api/types/CargojsonRouting.d.ts +10 -0
- package/dist/cjs/api/types/CargojsonRouting.js +5 -0
- package/dist/cjs/api/types/CargojsonSalesIncentive.d.ts +11 -0
- package/dist/cjs/api/types/CargojsonSalesIncentive.js +5 -0
- package/dist/cjs/api/types/CargojsonServiceCode.d.ts +35 -0
- package/dist/cjs/api/types/CargojsonServiceCode.js +34 -0
- package/dist/cjs/api/types/CargojsonShipmentReferenceInformation.d.ts +10 -0
- package/dist/cjs/api/types/CargojsonShipmentReferenceInformation.js +5 -0
- package/dist/cjs/api/types/CargojsonSpecialHandlingCode.d.ts +122 -0
- package/dist/cjs/api/types/CargojsonSpecialHandlingCode.js +120 -0
- package/dist/cjs/api/types/CargojsonUld.d.ts +15 -0
- package/dist/cjs/api/types/CargojsonUld.js +5 -0
- package/dist/cjs/api/types/CargojsonVolume.d.ts +11 -0
- package/dist/cjs/api/types/CargojsonVolume.js +5 -0
- package/dist/cjs/api/types/CargojsonVolumeUnit.d.ts +10 -0
- package/dist/cjs/api/types/CargojsonVolumeUnit.js +12 -0
- package/dist/cjs/api/types/CargojsonWeight.d.ts +16 -0
- package/dist/cjs/api/types/CargojsonWeight.js +5 -0
- package/dist/cjs/api/types/CargojsonWeightUnit.d.ts +8 -0
- package/dist/cjs/api/types/CargojsonWeightUnit.js +10 -0
- package/dist/cjs/api/types/ChampAirWaybill1.d.ts +49 -0
- package/dist/cjs/api/types/ChampAirWaybill1.js +5 -0
- package/dist/cjs/api/types/ChampAirWaybillStatusEnum1.d.ts +10 -0
- package/dist/cjs/api/types/ChampAirWaybillStatusEnum1.js +12 -0
- package/dist/cjs/api/types/ChampConfirmationReceipt1.d.ts +22 -0
- package/dist/cjs/api/types/ChampConfirmationReceipt1.js +5 -0
- package/dist/cjs/api/types/ChampFlightStatus1.d.ts +20 -0
- package/dist/cjs/api/types/ChampFlightStatus1.js +5 -0
- package/dist/cjs/api/types/ChampFlightStatusEvent1.d.ts +27 -0
- package/dist/cjs/api/types/ChampFlightStatusEvent1.js +5 -0
- package/dist/cjs/api/types/ChampOriginAndDestination.d.ts +7 -0
- package/dist/cjs/api/types/ChampOriginAndDestination.js +5 -0
- package/dist/cjs/api/types/ChampQuantity.d.ts +9 -0
- package/dist/cjs/api/types/ChampQuantity.js +5 -0
- package/dist/cjs/api/types/CredentialInfoResponse.d.ts +17 -0
- package/dist/cjs/api/types/CredentialInfoResponse.js +14 -0
- package/dist/cjs/api/types/OrgPrivateData1.d.ts +3 -0
- package/dist/cjs/api/types/WebcargoAccountId.d.ts +7 -0
- package/dist/cjs/api/types/WebcargoAccountId.js +5 -0
- package/dist/cjs/api/types/WebcargoBookStatus.d.ts +7 -0
- package/dist/cjs/api/types/WebcargoBookStatus.js +5 -0
- package/dist/cjs/api/types/WebcargoBookingRate.d.ts +20 -0
- package/dist/cjs/api/types/WebcargoBookingRate.js +5 -0
- package/dist/cjs/api/types/WebcargoBookingRecord1.d.ts +19 -0
- package/dist/cjs/api/types/WebcargoBookingRecord1.js +5 -0
- package/dist/cjs/api/types/WebcargoBusinessInfo.d.ts +9 -0
- package/dist/cjs/api/types/WebcargoBusinessInfo.js +5 -0
- package/dist/cjs/api/types/WebcargoCarrier.d.ts +6 -0
- package/dist/cjs/api/types/WebcargoCarrier.js +5 -0
- package/dist/cjs/api/types/WebcargoCommodityClass.d.ts +8 -0
- package/dist/cjs/api/types/WebcargoCommodityClass.js +5 -0
- package/dist/cjs/api/types/WebcargoConnection.d.ts +8 -0
- package/dist/cjs/api/types/WebcargoConnection.js +5 -0
- package/dist/cjs/api/types/WebcargoContact.d.ts +9 -0
- package/dist/cjs/api/types/WebcargoContact.js +5 -0
- package/dist/cjs/api/types/WebcargoDimension.d.ts +9 -0
- package/dist/cjs/api/types/WebcargoDimension.js +5 -0
- package/dist/cjs/api/types/WebcargoDocumentIdentifier.d.ts +8 -0
- package/dist/cjs/api/types/WebcargoDocumentIdentifier.js +5 -0
- package/dist/cjs/api/types/WebcargoEmbedResponse.d.ts +11 -0
- package/dist/cjs/api/types/WebcargoEmbedResponse.js +5 -0
- package/dist/cjs/api/types/WebcargoFee.d.ts +16 -0
- package/dist/cjs/api/types/WebcargoFee.js +5 -0
- package/dist/cjs/api/types/WebcargoLeg.d.ts +10 -0
- package/dist/cjs/api/types/WebcargoLeg.js +5 -0
- package/dist/cjs/api/types/WebcargoLoad.d.ts +11 -0
- package/dist/cjs/api/types/WebcargoLoad.js +5 -0
- package/dist/cjs/api/types/WebcargoLocation.d.ts +11 -0
- package/dist/cjs/api/types/WebcargoLocation.js +5 -0
- package/dist/cjs/api/types/WebcargoMessageHeader.d.ts +7 -0
- package/dist/cjs/api/types/WebcargoMessageHeader.js +5 -0
- package/dist/cjs/api/types/WebcargoPackage.d.ts +12 -0
- package/dist/cjs/api/types/WebcargoPackage.js +5 -0
- package/dist/cjs/api/types/WebcargoParty.d.ts +12 -0
- package/dist/cjs/api/types/WebcargoParty.js +5 -0
- package/dist/cjs/api/types/WebcargoPostalAddress.d.ts +14 -0
- package/dist/cjs/api/types/WebcargoPostalAddress.js +5 -0
- package/dist/cjs/api/types/WebcargoPriceIndicator.d.ts +12 -0
- package/dist/cjs/api/types/WebcargoPriceIndicator.js +5 -0
- package/dist/cjs/api/types/WebcargoProduct.d.ts +7 -0
- package/dist/cjs/api/types/WebcargoProduct.js +5 -0
- package/dist/cjs/api/types/WebcargoResponseStatus.d.ts +7 -0
- package/dist/cjs/api/types/WebcargoResponseStatus.js +5 -0
- package/dist/cjs/api/types/WebcargoResponseStatusEntry.d.ts +7 -0
- package/dist/cjs/api/types/WebcargoResponseStatusEntry.js +5 -0
- package/dist/cjs/api/types/WebcargoSegment.d.ts +21 -0
- package/dist/cjs/api/types/WebcargoSegment.js +5 -0
- package/dist/cjs/api/types/WebcargoShipment.d.ts +8 -0
- package/dist/cjs/api/types/WebcargoShipment.js +5 -0
- package/dist/cjs/api/types/WebcargoValueWithUnit.d.ts +13 -0
- package/dist/cjs/api/types/WebcargoValueWithUnit.js +5 -0
- package/dist/cjs/api/types/index.d.ts +81 -1
- package/dist/cjs/api/types/index.js +81 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.d.mts +3 -0
- package/dist/esm/Client.mjs +7 -2
- package/dist/esm/api/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/index.mjs +1 -0
- package/dist/esm/api/resources/integrations/client/Client.d.mts +29 -0
- package/dist/esm/api/resources/integrations/client/Client.mjs +23 -0
- package/dist/esm/api/resources/integrations/client/index.d.mts +1 -0
- package/dist/esm/api/resources/integrations/client/index.mjs +1 -0
- package/dist/esm/api/resources/integrations/index.d.mts +2 -0
- package/dist/esm/api/resources/integrations/index.mjs +2 -0
- package/dist/esm/api/resources/integrations/resources/airWaybills/client/Client.d.mts +128 -0
- package/dist/esm/api/resources/integrations/resources/airWaybills/client/Client.mjs +453 -0
- package/dist/esm/api/resources/integrations/resources/airWaybills/client/index.d.mts +2 -0
- package/dist/esm/api/resources/integrations/resources/airWaybills/client/index.mjs +1 -0
- package/dist/esm/api/resources/integrations/resources/airWaybills/client/requests/AirWaybillCreateReq.d.mts +12 -0
- package/dist/esm/api/resources/integrations/resources/airWaybills/client/requests/ChampAirWaybillClientUpdate1.d.mts +40 -0
- package/dist/esm/api/resources/integrations/resources/airWaybills/client/requests/ChampAirWaybillClientUpdate1.mjs +4 -0
- package/dist/esm/api/resources/integrations/resources/airWaybills/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/integrations/resources/airWaybills/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/integrations/resources/airWaybills/index.d.mts +1 -0
- package/dist/esm/api/resources/integrations/resources/airWaybills/index.mjs +1 -0
- package/dist/esm/api/resources/integrations/resources/index.d.mts +5 -0
- package/dist/esm/api/resources/integrations/resources/index.mjs +5 -0
- package/dist/esm/api/resources/integrations/resources/webcargoBookings/client/Client.d.mts +60 -0
- package/dist/esm/api/resources/integrations/resources/webcargoBookings/client/Client.mjs +149 -0
- package/dist/esm/api/resources/integrations/resources/webcargoBookings/client/index.d.mts +1 -0
- package/dist/esm/api/resources/integrations/resources/webcargoBookings/client/index.mjs +1 -0
- package/dist/esm/api/resources/integrations/resources/webcargoBookings/index.d.mts +1 -0
- package/dist/esm/api/resources/integrations/resources/webcargoBookings/index.mjs +1 -0
- package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/Client.d.mts +53 -0
- package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/Client.mjs +99 -0
- package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/index.d.mts +2 -0
- package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/index.mjs +1 -0
- package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/requests/GetWebcargoEmbedReq.d.mts +18 -0
- package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/requests/GetWebcargoEmbedReq.mjs +4 -0
- package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/integrations/resources/webcargoEmbed/index.d.mts +1 -0
- package/dist/esm/api/resources/integrations/resources/webcargoEmbed/index.mjs +1 -0
- package/dist/esm/api/resources/utils/resources/dev/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/utils/resources/dev/client/Client.mjs +7 -7
- package/dist/esm/api/types/Caller.d.mts +14 -0
- package/dist/esm/api/types/Caller.mjs +4 -0
- package/dist/esm/api/types/CallerCredentialTypeEnum.d.mts +9 -0
- package/dist/esm/api/types/CallerCredentialTypeEnum.mjs +8 -0
- package/dist/esm/api/types/CargojsonAccountContact.d.mts +13 -0
- package/dist/esm/api/types/CargojsonAccountContact.mjs +4 -0
- package/dist/esm/api/types/CargojsonAccounting.d.mts +11 -0
- package/dist/esm/api/types/CargojsonAccounting.mjs +4 -0
- package/dist/esm/api/types/CargojsonAccountingInformationIdentifier.d.mts +18 -0
- package/dist/esm/api/types/CargojsonAccountingInformationIdentifier.mjs +14 -0
- package/dist/esm/api/types/CargojsonAddress.d.mts +16 -0
- package/dist/esm/api/types/CargojsonAddress.mjs +4 -0
- package/dist/esm/api/types/CargojsonAddressing.d.mts +14 -0
- package/dist/esm/api/types/CargojsonAddressing.mjs +4 -0
- package/dist/esm/api/types/CargojsonAgent.d.mts +16 -0
- package/dist/esm/api/types/CargojsonAgent.mjs +4 -0
- package/dist/esm/api/types/CargojsonCassIndicator.d.mts +21 -0
- package/dist/esm/api/types/CargojsonCassIndicator.mjs +17 -0
- package/dist/esm/api/types/CargojsonCharge.d.mts +16 -0
- package/dist/esm/api/types/CargojsonCharge.mjs +4 -0
- package/dist/esm/api/types/CargojsonChargeCode.d.mts +34 -0
- package/dist/esm/api/types/CargojsonChargeCode.mjs +30 -0
- package/dist/esm/api/types/CargojsonChargeDeclarations.d.mts +17 -0
- package/dist/esm/api/types/CargojsonChargeDeclarations.mjs +4 -0
- package/dist/esm/api/types/CargojsonChargeItem.d.mts +20 -0
- package/dist/esm/api/types/CargojsonChargeItem.mjs +4 -0
- package/dist/esm/api/types/CargojsonChargeSummary.d.mts +15 -0
- package/dist/esm/api/types/CargojsonChargeSummary.mjs +4 -0
- package/dist/esm/api/types/CargojsonCollectChargesInDestCurrency.d.mts +13 -0
- package/dist/esm/api/types/CargojsonCollectChargesInDestCurrency.mjs +4 -0
- package/dist/esm/api/types/CargojsonCommissionInfo.d.mts +10 -0
- package/dist/esm/api/types/CargojsonCommissionInfo.mjs +4 -0
- package/dist/esm/api/types/CargojsonContactDetail.d.mts +11 -0
- package/dist/esm/api/types/CargojsonContactDetail.mjs +4 -0
- package/dist/esm/api/types/CargojsonDimensionUnit.d.mts +17 -0
- package/dist/esm/api/types/CargojsonDimensionUnit.mjs +12 -0
- package/dist/esm/api/types/CargojsonDimensions.d.mts +13 -0
- package/dist/esm/api/types/CargojsonDimensions.mjs +4 -0
- package/dist/esm/api/types/CargojsonEdifactData.d.mts +12 -0
- package/dist/esm/api/types/CargojsonEdifactData.mjs +4 -0
- package/dist/esm/api/types/CargojsonEntitlementCode.d.mts +11 -0
- package/dist/esm/api/types/CargojsonEntitlementCode.mjs +7 -0
- package/dist/esm/api/types/CargojsonFlightIdentity.d.mts +13 -0
- package/dist/esm/api/types/CargojsonFlightIdentity.mjs +4 -0
- package/dist/esm/api/types/CargojsonMessageHeader.d.mts +12 -0
- package/dist/esm/api/types/CargojsonMessageHeader.mjs +4 -0
- package/dist/esm/api/types/CargojsonNominatedHandlingParty.d.mts +10 -0
- package/dist/esm/api/types/CargojsonNominatedHandlingParty.mjs +4 -0
- package/dist/esm/api/types/CargojsonOci.d.mts +13 -0
- package/dist/esm/api/types/CargojsonOci.mjs +4 -0
- package/dist/esm/api/types/CargojsonOfficeMessageAddress.d.mts +11 -0
- package/dist/esm/api/types/CargojsonOfficeMessageAddress.mjs +4 -0
- package/dist/esm/api/types/CargojsonOtherChargeCode.d.mts +147 -0
- package/dist/esm/api/types/CargojsonOtherChargeCode.mjs +140 -0
- package/dist/esm/api/types/CargojsonOtherChargeItem.d.mts +13 -0
- package/dist/esm/api/types/CargojsonOtherChargeItem.mjs +4 -0
- package/dist/esm/api/types/CargojsonOtherParticipant.d.mts +13 -0
- package/dist/esm/api/types/CargojsonOtherParticipant.mjs +4 -0
- package/dist/esm/api/types/CargojsonPackaging.d.mts +15 -0
- package/dist/esm/api/types/CargojsonPackaging.mjs +4 -0
- package/dist/esm/api/types/CargojsonParticipantAddress.d.mts +11 -0
- package/dist/esm/api/types/CargojsonParticipantAddress.mjs +4 -0
- package/dist/esm/api/types/CargojsonParticipantAddressType.d.mts +16 -0
- package/dist/esm/api/types/CargojsonParticipantAddressType.mjs +12 -0
- package/dist/esm/api/types/CargojsonParticipantIdentifier.d.mts +12 -0
- package/dist/esm/api/types/CargojsonParticipantIdentifier.mjs +4 -0
- package/dist/esm/api/types/CargojsonParticipantType.d.mts +23 -0
- package/dist/esm/api/types/CargojsonParticipantType.mjs +19 -0
- package/dist/esm/api/types/CargojsonPaymentCondition.d.mts +11 -0
- package/dist/esm/api/types/CargojsonPaymentCondition.mjs +7 -0
- package/dist/esm/api/types/CargojsonRateClassCode.d.mts +22 -0
- package/dist/esm/api/types/CargojsonRateClassCode.mjs +18 -0
- package/dist/esm/api/types/CargojsonRouting.d.mts +10 -0
- package/dist/esm/api/types/CargojsonRouting.mjs +4 -0
- package/dist/esm/api/types/CargojsonSalesIncentive.d.mts +11 -0
- package/dist/esm/api/types/CargojsonSalesIncentive.mjs +4 -0
- package/dist/esm/api/types/CargojsonServiceCode.d.mts +35 -0
- package/dist/esm/api/types/CargojsonServiceCode.mjs +31 -0
- package/dist/esm/api/types/CargojsonShipmentReferenceInformation.d.mts +10 -0
- package/dist/esm/api/types/CargojsonShipmentReferenceInformation.mjs +4 -0
- package/dist/esm/api/types/CargojsonSpecialHandlingCode.d.mts +122 -0
- package/dist/esm/api/types/CargojsonSpecialHandlingCode.mjs +117 -0
- package/dist/esm/api/types/CargojsonUld.d.mts +15 -0
- package/dist/esm/api/types/CargojsonUld.mjs +4 -0
- package/dist/esm/api/types/CargojsonVolume.d.mts +11 -0
- package/dist/esm/api/types/CargojsonVolume.mjs +4 -0
- package/dist/esm/api/types/CargojsonVolumeUnit.d.mts +10 -0
- package/dist/esm/api/types/CargojsonVolumeUnit.mjs +9 -0
- package/dist/esm/api/types/CargojsonWeight.d.mts +16 -0
- package/dist/esm/api/types/CargojsonWeight.mjs +4 -0
- package/dist/esm/api/types/CargojsonWeightUnit.d.mts +8 -0
- package/dist/esm/api/types/CargojsonWeightUnit.mjs +7 -0
- package/dist/esm/api/types/ChampAirWaybill1.d.mts +49 -0
- package/dist/esm/api/types/ChampAirWaybill1.mjs +4 -0
- package/dist/esm/api/types/ChampAirWaybillStatusEnum1.d.mts +10 -0
- package/dist/esm/api/types/ChampAirWaybillStatusEnum1.mjs +9 -0
- package/dist/esm/api/types/ChampConfirmationReceipt1.d.mts +22 -0
- package/dist/esm/api/types/ChampConfirmationReceipt1.mjs +4 -0
- package/dist/esm/api/types/ChampFlightStatus1.d.mts +20 -0
- package/dist/esm/api/types/ChampFlightStatus1.mjs +4 -0
- package/dist/esm/api/types/ChampFlightStatusEvent1.d.mts +27 -0
- package/dist/esm/api/types/ChampFlightStatusEvent1.mjs +4 -0
- package/dist/esm/api/types/ChampOriginAndDestination.d.mts +7 -0
- package/dist/esm/api/types/ChampOriginAndDestination.mjs +4 -0
- package/dist/esm/api/types/ChampQuantity.d.mts +9 -0
- package/dist/esm/api/types/ChampQuantity.mjs +4 -0
- package/dist/esm/api/types/CredentialInfoResponse.d.mts +17 -0
- package/dist/esm/api/types/CredentialInfoResponse.mjs +11 -0
- package/dist/esm/api/types/OrgPrivateData1.d.mts +3 -0
- package/dist/esm/api/types/WebcargoAccountId.d.mts +7 -0
- package/dist/esm/api/types/WebcargoAccountId.mjs +4 -0
- package/dist/esm/api/types/WebcargoBookStatus.d.mts +7 -0
- package/dist/esm/api/types/WebcargoBookStatus.mjs +4 -0
- package/dist/esm/api/types/WebcargoBookingRate.d.mts +20 -0
- package/dist/esm/api/types/WebcargoBookingRate.mjs +4 -0
- package/dist/esm/api/types/WebcargoBookingRecord1.d.mts +19 -0
- package/dist/esm/api/types/WebcargoBookingRecord1.mjs +4 -0
- package/dist/esm/api/types/WebcargoBusinessInfo.d.mts +9 -0
- package/dist/esm/api/types/WebcargoBusinessInfo.mjs +4 -0
- package/dist/esm/api/types/WebcargoCarrier.d.mts +6 -0
- package/dist/esm/api/types/WebcargoCarrier.mjs +4 -0
- package/dist/esm/api/types/WebcargoCommodityClass.d.mts +8 -0
- package/dist/esm/api/types/WebcargoCommodityClass.mjs +4 -0
- package/dist/esm/api/types/WebcargoConnection.d.mts +8 -0
- package/dist/esm/api/types/WebcargoConnection.mjs +4 -0
- package/dist/esm/api/types/WebcargoContact.d.mts +9 -0
- package/dist/esm/api/types/WebcargoContact.mjs +4 -0
- package/dist/esm/api/types/WebcargoDimension.d.mts +9 -0
- package/dist/esm/api/types/WebcargoDimension.mjs +4 -0
- package/dist/esm/api/types/WebcargoDocumentIdentifier.d.mts +8 -0
- package/dist/esm/api/types/WebcargoDocumentIdentifier.mjs +4 -0
- package/dist/esm/api/types/WebcargoEmbedResponse.d.mts +11 -0
- package/dist/esm/api/types/WebcargoEmbedResponse.mjs +4 -0
- package/dist/esm/api/types/WebcargoFee.d.mts +16 -0
- package/dist/esm/api/types/WebcargoFee.mjs +4 -0
- package/dist/esm/api/types/WebcargoLeg.d.mts +10 -0
- package/dist/esm/api/types/WebcargoLeg.mjs +4 -0
- package/dist/esm/api/types/WebcargoLoad.d.mts +11 -0
- package/dist/esm/api/types/WebcargoLoad.mjs +4 -0
- package/dist/esm/api/types/WebcargoLocation.d.mts +11 -0
- package/dist/esm/api/types/WebcargoLocation.mjs +4 -0
- package/dist/esm/api/types/WebcargoMessageHeader.d.mts +7 -0
- package/dist/esm/api/types/WebcargoMessageHeader.mjs +4 -0
- package/dist/esm/api/types/WebcargoPackage.d.mts +12 -0
- package/dist/esm/api/types/WebcargoPackage.mjs +4 -0
- package/dist/esm/api/types/WebcargoParty.d.mts +12 -0
- package/dist/esm/api/types/WebcargoParty.mjs +4 -0
- package/dist/esm/api/types/WebcargoPostalAddress.d.mts +14 -0
- package/dist/esm/api/types/WebcargoPostalAddress.mjs +4 -0
- package/dist/esm/api/types/WebcargoPriceIndicator.d.mts +12 -0
- package/dist/esm/api/types/WebcargoPriceIndicator.mjs +4 -0
- package/dist/esm/api/types/WebcargoProduct.d.mts +7 -0
- package/dist/esm/api/types/WebcargoProduct.mjs +4 -0
- package/dist/esm/api/types/WebcargoResponseStatus.d.mts +7 -0
- package/dist/esm/api/types/WebcargoResponseStatus.mjs +4 -0
- package/dist/esm/api/types/WebcargoResponseStatusEntry.d.mts +7 -0
- package/dist/esm/api/types/WebcargoResponseStatusEntry.mjs +4 -0
- package/dist/esm/api/types/WebcargoSegment.d.mts +21 -0
- package/dist/esm/api/types/WebcargoSegment.mjs +4 -0
- package/dist/esm/api/types/WebcargoShipment.d.mts +8 -0
- package/dist/esm/api/types/WebcargoShipment.mjs +4 -0
- package/dist/esm/api/types/WebcargoValueWithUnit.d.mts +13 -0
- package/dist/esm/api/types/WebcargoValueWithUnit.mjs +4 -0
- package/dist/esm/api/types/index.d.mts +81 -1
- package/dist/esm/api/types/index.mjs +81 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +662 -3
- package/dist/cjs/api/types/DecodedJwtWithOrgAndUserId.d.ts +0 -27
- package/dist/esm/api/types/DecodedJwtWithOrgAndUserId.d.mts +0 -27
- /package/dist/cjs/api/{types/DecodedJwtWithOrgAndUserId.js → resources/integrations/resources/airWaybills/client/requests/AirWaybillCreateReq.js} +0 -0
- /package/dist/esm/api/{types/DecodedJwtWithOrgAndUserId.mjs → resources/integrations/resources/airWaybills/client/requests/AirWaybillCreateReq.mjs} +0 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* [CUSTOMER] Shipment reference info (supplementary reference for the AWB).
|
|
6
|
+
*/
|
|
7
|
+
export interface CargojsonShipmentReferenceInformation {
|
|
8
|
+
referenceNumber?: string | null;
|
|
9
|
+
info?: string | null;
|
|
10
|
+
}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* https://github.com/champ-cargosystems-gmbh/cargojson.champ.aero/blob/master/src/main/java/aero/champ/cargojson/common/SpecialHandlingAndDangerousGoodsCode.java
|
|
6
|
+
* Codes marked (DG) are dangerous goods codes.
|
|
7
|
+
*/
|
|
8
|
+
export type CargojsonSpecialHandlingCode = "ACT" | "AOG" | "BUP" | "CAO" | "CAT" | "NSC" | "SHR" | "COM" | "ECP" | "ECC" | "CRT" | "COL" | "RDS" | "DIP" | "EAP" | "EAW" | "REQ" | "RRE" | "PES" | "PEF" | "EAT" | "FRI" | "FRO" | "PEP" | "ATT" | "GOH" | "HEG" | "HEA" | "HUM" | "PEA" | "SCO" | "SPF" | "SPX" | "LIC" | "AVI" | "LHO" | "MAL" | "PEM" | "MUW" | "NWP" | "OBX" | "BIG" | "OHG" | "PAC" | "PER" | "PIL" | "XPS" | "QRT" | "RAC" | "SHL" | "WET" | "SWP" | "SUR" | "FIL" | "VAL" | "VIC" | "VOL" | "VUN" | "PEB" | "PHY" | "VAG" | "FSA" | "XPH" | "AER" | "VIP" | "UCB" | "XPU" | "MON" | "PEV" | "ART" | "BSD" | "BPL" | "CSL" | "DGR" | "NOS" | "PPL" | "SEC" | "SMU" | "ZXF" | "ZXO" | "ELI" | "ELM" | "RCM" | "RCL" | "RFW" | "ICE" | "REX" | "RCX" | "RGX" | "RLI" | "RLM" | "RXB" | "RXC" | "RXD" | "RXE" | "RXG" | "RXS" | "RFG" | "RFL" | "RFS" | "RIS" | "MAG" | "RMD" | "RNG" | "ROP" | "ROX" | "RPB" | "RPG" | "RSB" | "RRW" | "RRY" | "RSC";
|
|
9
|
+
export declare const CargojsonSpecialHandlingCode: {
|
|
10
|
+
readonly Act: "ACT";
|
|
11
|
+
readonly Aog: "AOG";
|
|
12
|
+
readonly Bup: "BUP";
|
|
13
|
+
readonly Cao: "CAO";
|
|
14
|
+
readonly Cat: "CAT";
|
|
15
|
+
readonly Nsc: "NSC";
|
|
16
|
+
readonly Shr: "SHR";
|
|
17
|
+
readonly Com: "COM";
|
|
18
|
+
readonly Ecp: "ECP";
|
|
19
|
+
readonly Ecc: "ECC";
|
|
20
|
+
readonly Crt: "CRT";
|
|
21
|
+
readonly Col: "COL";
|
|
22
|
+
readonly Rds: "RDS";
|
|
23
|
+
readonly Dip: "DIP";
|
|
24
|
+
readonly Eap: "EAP";
|
|
25
|
+
readonly Eaw: "EAW";
|
|
26
|
+
readonly Req: "REQ";
|
|
27
|
+
readonly Rre: "RRE";
|
|
28
|
+
readonly Pes: "PES";
|
|
29
|
+
readonly Pef: "PEF";
|
|
30
|
+
readonly Eat: "EAT";
|
|
31
|
+
readonly Fri: "FRI";
|
|
32
|
+
readonly Fro: "FRO";
|
|
33
|
+
readonly Pep: "PEP";
|
|
34
|
+
readonly Att: "ATT";
|
|
35
|
+
readonly Goh: "GOH";
|
|
36
|
+
readonly Heg: "HEG";
|
|
37
|
+
readonly Hea: "HEA";
|
|
38
|
+
readonly Hum: "HUM";
|
|
39
|
+
readonly Pea: "PEA";
|
|
40
|
+
readonly Sco: "SCO";
|
|
41
|
+
readonly Spf: "SPF";
|
|
42
|
+
readonly Spx: "SPX";
|
|
43
|
+
readonly Lic: "LIC";
|
|
44
|
+
readonly Avi: "AVI";
|
|
45
|
+
readonly Lho: "LHO";
|
|
46
|
+
readonly Mal: "MAL";
|
|
47
|
+
readonly Pem: "PEM";
|
|
48
|
+
readonly Muw: "MUW";
|
|
49
|
+
readonly Nwp: "NWP";
|
|
50
|
+
readonly Obx: "OBX";
|
|
51
|
+
readonly Big: "BIG";
|
|
52
|
+
readonly Ohg: "OHG";
|
|
53
|
+
readonly Pac: "PAC";
|
|
54
|
+
readonly Per: "PER";
|
|
55
|
+
readonly Pil: "PIL";
|
|
56
|
+
readonly Xps: "XPS";
|
|
57
|
+
readonly Qrt: "QRT";
|
|
58
|
+
readonly Rac: "RAC";
|
|
59
|
+
readonly Shl: "SHL";
|
|
60
|
+
readonly Wet: "WET";
|
|
61
|
+
readonly Swp: "SWP";
|
|
62
|
+
readonly Sur: "SUR";
|
|
63
|
+
readonly Fil: "FIL";
|
|
64
|
+
readonly Val: "VAL";
|
|
65
|
+
readonly Vic: "VIC";
|
|
66
|
+
readonly Vol: "VOL";
|
|
67
|
+
readonly Vun: "VUN";
|
|
68
|
+
readonly Peb: "PEB";
|
|
69
|
+
readonly Phy: "PHY";
|
|
70
|
+
readonly Vag: "VAG";
|
|
71
|
+
readonly Fsa: "FSA";
|
|
72
|
+
readonly Xph: "XPH";
|
|
73
|
+
readonly Aer: "AER";
|
|
74
|
+
readonly Vip: "VIP";
|
|
75
|
+
readonly Ucb: "UCB";
|
|
76
|
+
readonly Xpu: "XPU";
|
|
77
|
+
readonly Mon: "MON";
|
|
78
|
+
readonly Pev: "PEV";
|
|
79
|
+
readonly Art: "ART";
|
|
80
|
+
readonly Bsd: "BSD";
|
|
81
|
+
readonly Bpl: "BPL";
|
|
82
|
+
readonly Csl: "CSL";
|
|
83
|
+
readonly Dgr: "DGR";
|
|
84
|
+
readonly Nos: "NOS";
|
|
85
|
+
readonly Ppl: "PPL";
|
|
86
|
+
readonly Sec: "SEC";
|
|
87
|
+
readonly Smu: "SMU";
|
|
88
|
+
readonly Zxf: "ZXF";
|
|
89
|
+
readonly Zxo: "ZXO";
|
|
90
|
+
readonly Eli: "ELI";
|
|
91
|
+
readonly Elm: "ELM";
|
|
92
|
+
readonly Rcm: "RCM";
|
|
93
|
+
readonly Rcl: "RCL";
|
|
94
|
+
readonly Rfw: "RFW";
|
|
95
|
+
readonly Ice: "ICE";
|
|
96
|
+
readonly Rex: "REX";
|
|
97
|
+
readonly Rcx: "RCX";
|
|
98
|
+
readonly Rgx: "RGX";
|
|
99
|
+
readonly Rli: "RLI";
|
|
100
|
+
readonly Rlm: "RLM";
|
|
101
|
+
readonly Rxb: "RXB";
|
|
102
|
+
readonly Rxc: "RXC";
|
|
103
|
+
readonly Rxd: "RXD";
|
|
104
|
+
readonly Rxe: "RXE";
|
|
105
|
+
readonly Rxg: "RXG";
|
|
106
|
+
readonly Rxs: "RXS";
|
|
107
|
+
readonly Rfg: "RFG";
|
|
108
|
+
readonly Rfl: "RFL";
|
|
109
|
+
readonly Rfs: "RFS";
|
|
110
|
+
readonly Ris: "RIS";
|
|
111
|
+
readonly Mag: "MAG";
|
|
112
|
+
readonly Rmd: "RMD";
|
|
113
|
+
readonly Rng: "RNG";
|
|
114
|
+
readonly Rop: "ROP";
|
|
115
|
+
readonly Rox: "ROX";
|
|
116
|
+
readonly Rpb: "RPB";
|
|
117
|
+
readonly Rpg: "RPG";
|
|
118
|
+
readonly Rsb: "RSB";
|
|
119
|
+
readonly Rrw: "RRW";
|
|
120
|
+
readonly Rry: "RRY";
|
|
121
|
+
readonly Rsc: "RSC";
|
|
122
|
+
};
|
|
@@ -0,0 +1,120 @@
|
|
|
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.CargojsonSpecialHandlingCode = void 0;
|
|
7
|
+
exports.CargojsonSpecialHandlingCode = {
|
|
8
|
+
Act: "ACT",
|
|
9
|
+
Aog: "AOG",
|
|
10
|
+
Bup: "BUP",
|
|
11
|
+
Cao: "CAO",
|
|
12
|
+
Cat: "CAT",
|
|
13
|
+
Nsc: "NSC",
|
|
14
|
+
Shr: "SHR",
|
|
15
|
+
Com: "COM",
|
|
16
|
+
Ecp: "ECP",
|
|
17
|
+
Ecc: "ECC",
|
|
18
|
+
Crt: "CRT",
|
|
19
|
+
Col: "COL",
|
|
20
|
+
Rds: "RDS",
|
|
21
|
+
Dip: "DIP",
|
|
22
|
+
Eap: "EAP",
|
|
23
|
+
Eaw: "EAW",
|
|
24
|
+
Req: "REQ",
|
|
25
|
+
Rre: "RRE",
|
|
26
|
+
Pes: "PES",
|
|
27
|
+
Pef: "PEF",
|
|
28
|
+
Eat: "EAT",
|
|
29
|
+
Fri: "FRI",
|
|
30
|
+
Fro: "FRO",
|
|
31
|
+
Pep: "PEP",
|
|
32
|
+
Att: "ATT",
|
|
33
|
+
Goh: "GOH",
|
|
34
|
+
Heg: "HEG",
|
|
35
|
+
Hea: "HEA",
|
|
36
|
+
Hum: "HUM",
|
|
37
|
+
Pea: "PEA",
|
|
38
|
+
Sco: "SCO",
|
|
39
|
+
Spf: "SPF",
|
|
40
|
+
Spx: "SPX",
|
|
41
|
+
Lic: "LIC",
|
|
42
|
+
Avi: "AVI",
|
|
43
|
+
Lho: "LHO",
|
|
44
|
+
Mal: "MAL",
|
|
45
|
+
Pem: "PEM",
|
|
46
|
+
Muw: "MUW",
|
|
47
|
+
Nwp: "NWP",
|
|
48
|
+
Obx: "OBX",
|
|
49
|
+
Big: "BIG",
|
|
50
|
+
Ohg: "OHG",
|
|
51
|
+
Pac: "PAC",
|
|
52
|
+
Per: "PER",
|
|
53
|
+
Pil: "PIL",
|
|
54
|
+
Xps: "XPS",
|
|
55
|
+
Qrt: "QRT",
|
|
56
|
+
Rac: "RAC",
|
|
57
|
+
Shl: "SHL",
|
|
58
|
+
Wet: "WET",
|
|
59
|
+
Swp: "SWP",
|
|
60
|
+
Sur: "SUR",
|
|
61
|
+
Fil: "FIL",
|
|
62
|
+
Val: "VAL",
|
|
63
|
+
Vic: "VIC",
|
|
64
|
+
Vol: "VOL",
|
|
65
|
+
Vun: "VUN",
|
|
66
|
+
Peb: "PEB",
|
|
67
|
+
Phy: "PHY",
|
|
68
|
+
Vag: "VAG",
|
|
69
|
+
Fsa: "FSA",
|
|
70
|
+
Xph: "XPH",
|
|
71
|
+
Aer: "AER",
|
|
72
|
+
Vip: "VIP",
|
|
73
|
+
Ucb: "UCB",
|
|
74
|
+
Xpu: "XPU",
|
|
75
|
+
Mon: "MON",
|
|
76
|
+
Pev: "PEV",
|
|
77
|
+
Art: "ART",
|
|
78
|
+
Bsd: "BSD",
|
|
79
|
+
Bpl: "BPL",
|
|
80
|
+
Csl: "CSL",
|
|
81
|
+
Dgr: "DGR",
|
|
82
|
+
Nos: "NOS",
|
|
83
|
+
Ppl: "PPL",
|
|
84
|
+
Sec: "SEC",
|
|
85
|
+
Smu: "SMU",
|
|
86
|
+
Zxf: "ZXF",
|
|
87
|
+
Zxo: "ZXO",
|
|
88
|
+
Eli: "ELI",
|
|
89
|
+
Elm: "ELM",
|
|
90
|
+
Rcm: "RCM",
|
|
91
|
+
Rcl: "RCL",
|
|
92
|
+
Rfw: "RFW",
|
|
93
|
+
Ice: "ICE",
|
|
94
|
+
Rex: "REX",
|
|
95
|
+
Rcx: "RCX",
|
|
96
|
+
Rgx: "RGX",
|
|
97
|
+
Rli: "RLI",
|
|
98
|
+
Rlm: "RLM",
|
|
99
|
+
Rxb: "RXB",
|
|
100
|
+
Rxc: "RXC",
|
|
101
|
+
Rxd: "RXD",
|
|
102
|
+
Rxe: "RXE",
|
|
103
|
+
Rxg: "RXG",
|
|
104
|
+
Rxs: "RXS",
|
|
105
|
+
Rfg: "RFG",
|
|
106
|
+
Rfl: "RFL",
|
|
107
|
+
Rfs: "RFS",
|
|
108
|
+
Ris: "RIS",
|
|
109
|
+
Mag: "MAG",
|
|
110
|
+
Rmd: "RMD",
|
|
111
|
+
Rng: "RNG",
|
|
112
|
+
Rop: "ROP",
|
|
113
|
+
Rox: "ROX",
|
|
114
|
+
Rpb: "RPB",
|
|
115
|
+
Rpg: "RPG",
|
|
116
|
+
Rsb: "RSB",
|
|
117
|
+
Rrw: "RRW",
|
|
118
|
+
Rry: "RRY",
|
|
119
|
+
Rsc: "RSC",
|
|
120
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
/**
|
|
6
|
+
* [CUSTOMER] Unit Load Device (ULD) container details.
|
|
7
|
+
*/
|
|
8
|
+
export interface CargojsonUld {
|
|
9
|
+
type: string;
|
|
10
|
+
serialNumber: string;
|
|
11
|
+
ownerCode: string;
|
|
12
|
+
loadingIndicator?: string | null;
|
|
13
|
+
remarks?: string | null;
|
|
14
|
+
weightOfULDContents?: Chrt.CargojsonWeight | null;
|
|
15
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
/**
|
|
6
|
+
* [WEBCARGO] Volume from <NetVolumeMeasure>.
|
|
7
|
+
*/
|
|
8
|
+
export interface CargojsonVolume {
|
|
9
|
+
amount: number;
|
|
10
|
+
unit?: Chrt.CargojsonVolumeUnit;
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type CargojsonVolumeUnit = "CUBIC_CENTIMETRE" | "CUBIC_FOOT" | "CUBIC_INCH" | "CUBIC_METRE";
|
|
5
|
+
export declare const CargojsonVolumeUnit: {
|
|
6
|
+
readonly CubicCentimetre: "CUBIC_CENTIMETRE";
|
|
7
|
+
readonly CubicFoot: "CUBIC_FOOT";
|
|
8
|
+
readonly CubicInch: "CUBIC_INCH";
|
|
9
|
+
readonly CubicMetre: "CUBIC_METRE";
|
|
10
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
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.CargojsonVolumeUnit = void 0;
|
|
7
|
+
exports.CargojsonVolumeUnit = {
|
|
8
|
+
CubicCentimetre: "CUBIC_CENTIMETRE",
|
|
9
|
+
CubicFoot: "CUBIC_FOOT",
|
|
10
|
+
CubicInch: "CUBIC_INCH",
|
|
11
|
+
CubicMetre: "CUBIC_METRE",
|
|
12
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
/**
|
|
6
|
+
* Reusable weight amount + unit pair.
|
|
7
|
+
*
|
|
8
|
+
* Used for:
|
|
9
|
+
* - AirWayBill.weight -> [WEBCARGO] <NetWeight> (gross weight)
|
|
10
|
+
* - Charge.chargeable_weight -> [WEBCARGO] <TotalChargeableWeight> (billing weight)
|
|
11
|
+
* - ChargeItem.gross_weight -> [WEBCARGO] <NetWeight>
|
|
12
|
+
*/
|
|
13
|
+
export interface CargojsonWeight {
|
|
14
|
+
amount: number;
|
|
15
|
+
unit?: Chrt.CargojsonWeightUnit;
|
|
16
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
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.CargojsonWeightUnit = void 0;
|
|
7
|
+
exports.CargojsonWeightUnit = {
|
|
8
|
+
Kilogram: "KILOGRAM",
|
|
9
|
+
Pound: "POUND",
|
|
10
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
export interface ChampAirWaybill1 {
|
|
6
|
+
schemaVersion?: number;
|
|
7
|
+
_id: string;
|
|
8
|
+
/** Must be a string starting with `org_` */
|
|
9
|
+
orgId: string;
|
|
10
|
+
taskGroupId: string;
|
|
11
|
+
webcargoBookingRecordId: string;
|
|
12
|
+
status?: Chrt.ChampAirWaybillStatusEnum1;
|
|
13
|
+
airWaybillNumber: string;
|
|
14
|
+
origin: string;
|
|
15
|
+
destination: string;
|
|
16
|
+
totalConsignmentNumberOfPieces: number;
|
|
17
|
+
weight: Chrt.CargojsonWeight;
|
|
18
|
+
route: Chrt.CargojsonRouting[];
|
|
19
|
+
chargeItems: Chrt.CargojsonChargeItem[];
|
|
20
|
+
volume?: Chrt.CargojsonVolume | null;
|
|
21
|
+
flights?: Chrt.CargojsonFlightIdentity[] | null;
|
|
22
|
+
isoCurrencyCode?: string | null;
|
|
23
|
+
agent?: Chrt.CargojsonAgent | null;
|
|
24
|
+
shipper?: Chrt.CargojsonAccountContact | null;
|
|
25
|
+
consignee?: Chrt.CargojsonAccountContact | null;
|
|
26
|
+
chargeDeclarations?: Chrt.CargojsonChargeDeclarations | null;
|
|
27
|
+
densityGroup?: number | null;
|
|
28
|
+
specialHandlingCodes?: Chrt.CargojsonSpecialHandlingCode[];
|
|
29
|
+
additionalSpecialHandlingCodes?: string[];
|
|
30
|
+
specialServiceRequest?: string | null;
|
|
31
|
+
alsoNotify?: Chrt.CargojsonAccountContact | null;
|
|
32
|
+
prepaidChargeSummary?: Chrt.CargojsonChargeSummary | null;
|
|
33
|
+
collectChargeSummary?: Chrt.CargojsonChargeSummary | null;
|
|
34
|
+
accounting?: Chrt.CargojsonAccounting[];
|
|
35
|
+
otherCharges?: Chrt.CargojsonOtherChargeItem[];
|
|
36
|
+
shippersCertification?: string | null;
|
|
37
|
+
otherServiceInformation?: string | null;
|
|
38
|
+
chargesCollectInDestCurrency?: Chrt.CargojsonCollectChargesInDestCurrency | null;
|
|
39
|
+
customsOriginCode?: string | null;
|
|
40
|
+
commissionInfo?: Chrt.CargojsonCommissionInfo | null;
|
|
41
|
+
salesIncentive?: Chrt.CargojsonSalesIncentive | null;
|
|
42
|
+
nominatedHandlingParty?: Chrt.CargojsonNominatedHandlingParty | null;
|
|
43
|
+
shipmentReferenceInformation?: Chrt.CargojsonShipmentReferenceInformation | null;
|
|
44
|
+
otherParticipant?: Chrt.CargojsonOtherParticipant[];
|
|
45
|
+
oci?: Chrt.CargojsonOci[];
|
|
46
|
+
createdAt: string;
|
|
47
|
+
updatedAt: string;
|
|
48
|
+
submittedAt?: string | null;
|
|
49
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type ChampAirWaybillStatusEnum1 = "draft" | "submitted" | "accepted" | "rejected";
|
|
5
|
+
export declare const ChampAirWaybillStatusEnum1: {
|
|
6
|
+
readonly Draft: "draft";
|
|
7
|
+
readonly Submitted: "submitted";
|
|
8
|
+
readonly Accepted: "accepted";
|
|
9
|
+
readonly Rejected: "rejected";
|
|
10
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
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.ChampAirWaybillStatusEnum1 = void 0;
|
|
7
|
+
exports.ChampAirWaybillStatusEnum1 = {
|
|
8
|
+
Draft: "draft",
|
|
9
|
+
Submitted: "submitted",
|
|
10
|
+
Accepted: "accepted",
|
|
11
|
+
Rejected: "rejected",
|
|
12
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
export interface ChampConfirmationReceipt1 {
|
|
6
|
+
schemaVersion?: number;
|
|
7
|
+
_id: string;
|
|
8
|
+
champId: string;
|
|
9
|
+
type: "confirmation receipt";
|
|
10
|
+
messageHeader: Chrt.CargojsonMessageHeader;
|
|
11
|
+
referencedMessageType: string;
|
|
12
|
+
airWaybillNumber: string;
|
|
13
|
+
origin: string;
|
|
14
|
+
destination: string;
|
|
15
|
+
rejected: boolean;
|
|
16
|
+
textMessage: string;
|
|
17
|
+
referenceMessageContent?: string | null;
|
|
18
|
+
/** Must be a string starting with `org_` */
|
|
19
|
+
orgId?: string | null;
|
|
20
|
+
taskGroupId?: string | null;
|
|
21
|
+
receivedAt: string;
|
|
22
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
export interface ChampFlightStatus1 {
|
|
6
|
+
schemaVersion?: number;
|
|
7
|
+
_id: string;
|
|
8
|
+
champId: string;
|
|
9
|
+
type: "flight status";
|
|
10
|
+
messageHeader: Chrt.CargojsonMessageHeader;
|
|
11
|
+
airWaybillNumber: string;
|
|
12
|
+
originAndDestination?: Chrt.ChampOriginAndDestination | null;
|
|
13
|
+
quantity?: Chrt.ChampQuantity | null;
|
|
14
|
+
totalNumberOfPieces?: number | null;
|
|
15
|
+
events?: Chrt.ChampFlightStatusEvent1[];
|
|
16
|
+
/** Must be a string starting with `org_` */
|
|
17
|
+
orgId?: string | null;
|
|
18
|
+
taskGroupId?: string | null;
|
|
19
|
+
receivedAt: string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
export interface ChampFlightStatusEvent1 {
|
|
6
|
+
type: string;
|
|
7
|
+
numberOfPieces?: number | null;
|
|
8
|
+
weight?: Chrt.CargojsonWeight | null;
|
|
9
|
+
timeOfEvent?: string | null;
|
|
10
|
+
timeOfEventTimePartQuality?: string | null;
|
|
11
|
+
otherServiceInformation?: string | null;
|
|
12
|
+
flight?: string | null;
|
|
13
|
+
origin?: string | null;
|
|
14
|
+
destination?: string | null;
|
|
15
|
+
dateOfScheduledDeparture?: string | null;
|
|
16
|
+
dateOfScheduledArrival?: string | null;
|
|
17
|
+
timeOfScheduledDeparture?: string | null;
|
|
18
|
+
timeOfScheduledArrival?: string | null;
|
|
19
|
+
airportOfReceipt?: string | null;
|
|
20
|
+
receivedFromName?: string | null;
|
|
21
|
+
airportOfDelivery?: string | null;
|
|
22
|
+
deliveryToName?: string | null;
|
|
23
|
+
airportOfNotification?: string | null;
|
|
24
|
+
notificationToName?: string | null;
|
|
25
|
+
/** Accepts any additional properties */
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
export interface ChampQuantity {
|
|
6
|
+
shipmentDescriptionCode?: string | null;
|
|
7
|
+
numberOfPieces?: number | null;
|
|
8
|
+
weight?: Chrt.CargojsonWeight | null;
|
|
9
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
export interface CredentialInfoResponse {
|
|
6
|
+
credential_type: CredentialInfoResponse.CredentialType;
|
|
7
|
+
caller: Chrt.Caller;
|
|
8
|
+
raw_claims: Record<string, unknown>;
|
|
9
|
+
}
|
|
10
|
+
export declare namespace CredentialInfoResponse {
|
|
11
|
+
type CredentialType = "session" | "m2m" | "api_key";
|
|
12
|
+
const CredentialType: {
|
|
13
|
+
readonly Session: "session";
|
|
14
|
+
readonly M2M: "m2m";
|
|
15
|
+
readonly ApiKey: "api_key";
|
|
16
|
+
};
|
|
17
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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.CredentialInfoResponse = void 0;
|
|
7
|
+
var CredentialInfoResponse;
|
|
8
|
+
(function (CredentialInfoResponse) {
|
|
9
|
+
CredentialInfoResponse.CredentialType = {
|
|
10
|
+
Session: "session",
|
|
11
|
+
M2M: "m2m",
|
|
12
|
+
ApiKey: "api_key",
|
|
13
|
+
};
|
|
14
|
+
})(CredentialInfoResponse || (exports.CredentialInfoResponse = CredentialInfoResponse = {}));
|
|
@@ -18,5 +18,8 @@ export interface OrgPrivateData1 {
|
|
|
18
18
|
default_rate_sheet__on_demand__shipper_pay_forwarder?: string | null;
|
|
19
19
|
default_rate_sheet__routed__forwarder_pay_courier?: string | null;
|
|
20
20
|
default_rate_sheet__on_demand__forwarder_pay_courier?: string | null;
|
|
21
|
+
webcargo_api_key?: string | null;
|
|
22
|
+
webcargo_email?: string | null;
|
|
23
|
+
webcargo_countries?: string[];
|
|
21
24
|
_id: string;
|
|
22
25
|
}
|