@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.
- 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,140 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export const CargojsonOtherChargeCode = {
|
|
5
|
+
Uc: "UC",
|
|
6
|
+
Ba: "BA",
|
|
7
|
+
Fa: "FA",
|
|
8
|
+
Bb: "BB",
|
|
9
|
+
Dg: "DG",
|
|
10
|
+
Dh: "DH",
|
|
11
|
+
Bc: "BC",
|
|
12
|
+
Aw: "AW",
|
|
13
|
+
Di: "DI",
|
|
14
|
+
Ac: "AC",
|
|
15
|
+
As: "AS",
|
|
16
|
+
At: "AT",
|
|
17
|
+
Br: "BR",
|
|
18
|
+
Bl: "BL",
|
|
19
|
+
Ca: "CA",
|
|
20
|
+
Dc: "DC",
|
|
21
|
+
Fc: "FC",
|
|
22
|
+
Lc: "LC",
|
|
23
|
+
Li: "LI",
|
|
24
|
+
Cd: "CD",
|
|
25
|
+
Ch: "CH",
|
|
26
|
+
Ja: "JA",
|
|
27
|
+
Be: "BE",
|
|
28
|
+
Cb: "CB",
|
|
29
|
+
Pb: "PB",
|
|
30
|
+
Zc: "ZC",
|
|
31
|
+
Bf: "BF",
|
|
32
|
+
Ra: "RA",
|
|
33
|
+
Sa: "SA",
|
|
34
|
+
Sb: "SB",
|
|
35
|
+
Sf: "SF",
|
|
36
|
+
Ud: "UD",
|
|
37
|
+
Ga: "GA",
|
|
38
|
+
Ub: "UB",
|
|
39
|
+
Db: "DB",
|
|
40
|
+
Df: "DF",
|
|
41
|
+
Fb: "FB",
|
|
42
|
+
Cg: "CG",
|
|
43
|
+
Ce: "CE",
|
|
44
|
+
My: "MY",
|
|
45
|
+
Fe: "FE",
|
|
46
|
+
Zb: "ZB",
|
|
47
|
+
Tx: "TX",
|
|
48
|
+
Gt: "GT",
|
|
49
|
+
Ea: "EA",
|
|
50
|
+
Ka: "KA",
|
|
51
|
+
Pa: "PA",
|
|
52
|
+
Uh: "UH",
|
|
53
|
+
Va: "VA",
|
|
54
|
+
Wa: "WA",
|
|
55
|
+
Le: "LE",
|
|
56
|
+
Hr: "HR",
|
|
57
|
+
Bi: "BI",
|
|
58
|
+
Cf: "CF",
|
|
59
|
+
In: "IN",
|
|
60
|
+
Ue: "UE",
|
|
61
|
+
Ff: "FF",
|
|
62
|
+
Kb: "KB",
|
|
63
|
+
La: "LA",
|
|
64
|
+
Cc: "CC",
|
|
65
|
+
Bh: "BH",
|
|
66
|
+
Ma: "MA",
|
|
67
|
+
Mc: "MC",
|
|
68
|
+
Mo: "MO",
|
|
69
|
+
Mp: "MP",
|
|
70
|
+
Mq: "MQ",
|
|
71
|
+
Mr: "MR",
|
|
72
|
+
Ms: "MS",
|
|
73
|
+
Mt: "MT",
|
|
74
|
+
Mu: "MU",
|
|
75
|
+
Mv: "MV",
|
|
76
|
+
Mw: "MW",
|
|
77
|
+
Mx: "MX",
|
|
78
|
+
Mz: "MZ",
|
|
79
|
+
Md: "MD",
|
|
80
|
+
Me: "ME",
|
|
81
|
+
Mf: "MF",
|
|
82
|
+
Mg: "MG",
|
|
83
|
+
Mh: "MH",
|
|
84
|
+
Mi: "MI",
|
|
85
|
+
Mj: "MJ",
|
|
86
|
+
Mk: "MK",
|
|
87
|
+
Ml: "ML",
|
|
88
|
+
Mm: "MM",
|
|
89
|
+
Mn: "MN",
|
|
90
|
+
Mb: "MB",
|
|
91
|
+
Hb: "HB",
|
|
92
|
+
Ns: "NS",
|
|
93
|
+
Ci: "CI",
|
|
94
|
+
Pk: "PK",
|
|
95
|
+
Pu: "PU",
|
|
96
|
+
Ta: "TA",
|
|
97
|
+
Dd: "DD",
|
|
98
|
+
Fd: "FD",
|
|
99
|
+
Dj: "DJ",
|
|
100
|
+
Se: "SE",
|
|
101
|
+
Lf: "LF",
|
|
102
|
+
Rd: "RD",
|
|
103
|
+
Uf: "UF",
|
|
104
|
+
Rc: "RC",
|
|
105
|
+
Rb: "RB",
|
|
106
|
+
Dk: "DK",
|
|
107
|
+
Rf: "RF",
|
|
108
|
+
Cj: "CJ",
|
|
109
|
+
Lj: "LJ",
|
|
110
|
+
Za: "ZA",
|
|
111
|
+
Tb: "TB",
|
|
112
|
+
Vb: "VB",
|
|
113
|
+
Sc: "SC",
|
|
114
|
+
Xb: "XB",
|
|
115
|
+
Sp: "SP",
|
|
116
|
+
Ss: "SS",
|
|
117
|
+
Tc: "TC",
|
|
118
|
+
St: "ST",
|
|
119
|
+
Td: "TD",
|
|
120
|
+
Te: "TE",
|
|
121
|
+
Si: "SI",
|
|
122
|
+
Sr: "SR",
|
|
123
|
+
Lh: "LH",
|
|
124
|
+
So: "SO",
|
|
125
|
+
Vc: "VC",
|
|
126
|
+
Sd: "SD",
|
|
127
|
+
Su: "SU",
|
|
128
|
+
Xc: "XC",
|
|
129
|
+
Tr: "TR",
|
|
130
|
+
Ug: "UG",
|
|
131
|
+
Tv: "TV",
|
|
132
|
+
Ti: "TI",
|
|
133
|
+
Ia: "IA",
|
|
134
|
+
Dv: "DV",
|
|
135
|
+
Lg: "LG",
|
|
136
|
+
Xd: "XD",
|
|
137
|
+
Fi: "FI",
|
|
138
|
+
Xe: "XE",
|
|
139
|
+
Bm: "BM",
|
|
140
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
/**
|
|
6
|
+
* [CUSTOMER] Individual other-charge line (e.g. handling, security, fuel).
|
|
7
|
+
*/
|
|
8
|
+
export interface CargojsonOtherChargeItem {
|
|
9
|
+
paymentCondition: Chrt.CargojsonPaymentCondition;
|
|
10
|
+
otherChargeCode: Chrt.CargojsonOtherChargeCode;
|
|
11
|
+
entitlementCode: Chrt.CargojsonEntitlementCode;
|
|
12
|
+
chargeAmount: number;
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
/**
|
|
6
|
+
* [CUSTOMER] Other participant involved in the movement of the consignment.
|
|
7
|
+
*/
|
|
8
|
+
export interface CargojsonOtherParticipant {
|
|
9
|
+
name: string;
|
|
10
|
+
officeMessageAddress?: Chrt.CargojsonOfficeMessageAddress | null;
|
|
11
|
+
fileReference?: string | null;
|
|
12
|
+
participantIdentification?: Chrt.CargojsonParticipantIdentifier | null;
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
/**
|
|
6
|
+
* [WEBCARGO/CUSTOMER] Per-piece-group packaging details.
|
|
7
|
+
*/
|
|
8
|
+
export interface CargojsonPackaging {
|
|
9
|
+
numberOfPieces?: number | null;
|
|
10
|
+
weight?: Chrt.CargojsonWeight | null;
|
|
11
|
+
volume?: Chrt.CargojsonVolume | null;
|
|
12
|
+
dimensions?: Chrt.CargojsonDimensions | null;
|
|
13
|
+
uld?: Chrt.CargojsonUld | null;
|
|
14
|
+
shippersLoadAndCount?: string | 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.mjs";
|
|
5
|
+
/**
|
|
6
|
+
* [CONFIG] PIMA address assigned during CHAMP onboarding.
|
|
7
|
+
*/
|
|
8
|
+
export interface CargojsonParticipantAddress {
|
|
9
|
+
type?: Chrt.CargojsonParticipantAddressType;
|
|
10
|
+
address: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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/ParticipantAddressType.java
|
|
6
|
+
*/
|
|
7
|
+
export type CargojsonParticipantAddressType = "PIMA" | "TTY" | "CARRIER_CODE_3N" | "IATA_CARRIER_CODE" | "EMAIL" | "WEBSITE" | "UNNKOWN";
|
|
8
|
+
export declare const CargojsonParticipantAddressType: {
|
|
9
|
+
readonly Pima: "PIMA";
|
|
10
|
+
readonly Tty: "TTY";
|
|
11
|
+
readonly CarrierCode3N: "CARRIER_CODE_3N";
|
|
12
|
+
readonly IataCarrierCode: "IATA_CARRIER_CODE";
|
|
13
|
+
readonly Email: "EMAIL";
|
|
14
|
+
readonly Website: "WEBSITE";
|
|
15
|
+
readonly Unnkown: "UNNKOWN";
|
|
16
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export const CargojsonParticipantAddressType = {
|
|
5
|
+
Pima: "PIMA",
|
|
6
|
+
Tty: "TTY",
|
|
7
|
+
CarrierCode3N: "CARRIER_CODE_3N",
|
|
8
|
+
IataCarrierCode: "IATA_CARRIER_CODE",
|
|
9
|
+
Email: "EMAIL",
|
|
10
|
+
Website: "WEBSITE",
|
|
11
|
+
Unnkown: "UNNKOWN",
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
/**
|
|
6
|
+
* [CONFIG] Identifies a participant in the movement of a shipment.
|
|
7
|
+
*/
|
|
8
|
+
export interface CargojsonParticipantIdentifier {
|
|
9
|
+
identifier: Chrt.CargojsonParticipantType;
|
|
10
|
+
code: string;
|
|
11
|
+
airportCityCode: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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/ParticipantType.java
|
|
6
|
+
*/
|
|
7
|
+
export type CargojsonParticipantType = "AIR" | "APT" | "AGT" | "BRK" | "CAG" | "CNE" | "CTM" | "DCL" | "DEC" | "FFW" | "GHA" | "PTT" | "SHP" | "TRK";
|
|
8
|
+
export declare const CargojsonParticipantType: {
|
|
9
|
+
readonly Air: "AIR";
|
|
10
|
+
readonly Apt: "APT";
|
|
11
|
+
readonly Agt: "AGT";
|
|
12
|
+
readonly Brk: "BRK";
|
|
13
|
+
readonly Cag: "CAG";
|
|
14
|
+
readonly Cne: "CNE";
|
|
15
|
+
readonly Ctm: "CTM";
|
|
16
|
+
readonly Dcl: "DCL";
|
|
17
|
+
readonly Dec: "DEC";
|
|
18
|
+
readonly Ffw: "FFW";
|
|
19
|
+
readonly Gha: "GHA";
|
|
20
|
+
readonly Ptt: "PTT";
|
|
21
|
+
readonly Shp: "SHP";
|
|
22
|
+
readonly Trk: "TRK";
|
|
23
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export const CargojsonParticipantType = {
|
|
5
|
+
Air: "AIR",
|
|
6
|
+
Apt: "APT",
|
|
7
|
+
Agt: "AGT",
|
|
8
|
+
Brk: "BRK",
|
|
9
|
+
Cag: "CAG",
|
|
10
|
+
Cne: "CNE",
|
|
11
|
+
Ctm: "CTM",
|
|
12
|
+
Dcl: "DCL",
|
|
13
|
+
Dec: "DEC",
|
|
14
|
+
Ffw: "FFW",
|
|
15
|
+
Gha: "GHA",
|
|
16
|
+
Ptt: "PTT",
|
|
17
|
+
Shp: "SHP",
|
|
18
|
+
Trk: "TRK",
|
|
19
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Prepaid/Collect indicator.
|
|
6
|
+
*/
|
|
7
|
+
export type CargojsonPaymentCondition = "Collect" | "Prepaid";
|
|
8
|
+
export declare const CargojsonPaymentCondition: {
|
|
9
|
+
readonly Collect: "Collect";
|
|
10
|
+
readonly Prepaid: "Prepaid";
|
|
11
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
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/RateClassCode.java
|
|
6
|
+
*/
|
|
7
|
+
export type CargojsonRateClassCode = "BASIC_CHARGE" | "CLASS_RATE_REDUCTION" | "CLASS_RATE_SURCHARGE" | "INTERNATIONAL_PRIORITY_SERVICE_RATE" | "MINIMUM_CHARGE" | "NORMAL_RATE" | "QUANTITY_RATE" | "RATE_PER_KILOGRAM" | "SPECIFIC_COMMODITY_RATE" | "UNIT_LOAD_DEVICE_ADDITIONAL_INFORMATION" | "UNIT_LOAD_DEVICE_ADDITIONAL_RATE" | "UNIT_LOAD_DEVIDE_BASIC_CHARGE_OR_RATE" | "UNIT_LOAD_DEVICE_DISCOUNT";
|
|
8
|
+
export declare const CargojsonRateClassCode: {
|
|
9
|
+
readonly BasicCharge: "BASIC_CHARGE";
|
|
10
|
+
readonly ClassRateReduction: "CLASS_RATE_REDUCTION";
|
|
11
|
+
readonly ClassRateSurcharge: "CLASS_RATE_SURCHARGE";
|
|
12
|
+
readonly InternationalPriorityServiceRate: "INTERNATIONAL_PRIORITY_SERVICE_RATE";
|
|
13
|
+
readonly MinimumCharge: "MINIMUM_CHARGE";
|
|
14
|
+
readonly NormalRate: "NORMAL_RATE";
|
|
15
|
+
readonly QuantityRate: "QUANTITY_RATE";
|
|
16
|
+
readonly RatePerKilogram: "RATE_PER_KILOGRAM";
|
|
17
|
+
readonly SpecificCommodityRate: "SPECIFIC_COMMODITY_RATE";
|
|
18
|
+
readonly UnitLoadDeviceAdditionalInformation: "UNIT_LOAD_DEVICE_ADDITIONAL_INFORMATION";
|
|
19
|
+
readonly UnitLoadDeviceAdditionalRate: "UNIT_LOAD_DEVICE_ADDITIONAL_RATE";
|
|
20
|
+
readonly UnitLoadDevideBasicChargeOrRate: "UNIT_LOAD_DEVIDE_BASIC_CHARGE_OR_RATE";
|
|
21
|
+
readonly UnitLoadDeviceDiscount: "UNIT_LOAD_DEVICE_DISCOUNT";
|
|
22
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export const CargojsonRateClassCode = {
|
|
5
|
+
BasicCharge: "BASIC_CHARGE",
|
|
6
|
+
ClassRateReduction: "CLASS_RATE_REDUCTION",
|
|
7
|
+
ClassRateSurcharge: "CLASS_RATE_SURCHARGE",
|
|
8
|
+
InternationalPriorityServiceRate: "INTERNATIONAL_PRIORITY_SERVICE_RATE",
|
|
9
|
+
MinimumCharge: "MINIMUM_CHARGE",
|
|
10
|
+
NormalRate: "NORMAL_RATE",
|
|
11
|
+
QuantityRate: "QUANTITY_RATE",
|
|
12
|
+
RatePerKilogram: "RATE_PER_KILOGRAM",
|
|
13
|
+
SpecificCommodityRate: "SPECIFIC_COMMODITY_RATE",
|
|
14
|
+
UnitLoadDeviceAdditionalInformation: "UNIT_LOAD_DEVICE_ADDITIONAL_INFORMATION",
|
|
15
|
+
UnitLoadDeviceAdditionalRate: "UNIT_LOAD_DEVICE_ADDITIONAL_RATE",
|
|
16
|
+
UnitLoadDevideBasicChargeOrRate: "UNIT_LOAD_DEVIDE_BASIC_CHARGE_OR_RATE",
|
|
17
|
+
UnitLoadDeviceDiscount: "UNIT_LOAD_DEVICE_DISCOUNT",
|
|
18
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
/**
|
|
6
|
+
* [CUSTOMER] Sales incentive information.
|
|
7
|
+
*/
|
|
8
|
+
export interface CargojsonSalesIncentive {
|
|
9
|
+
chargeAmount: number;
|
|
10
|
+
cassIndicator?: Chrt.CargojsonCassIndicator | null;
|
|
11
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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/ServiceCode.java
|
|
6
|
+
*/
|
|
7
|
+
export type CargojsonServiceCode = "AIRPORT_TO_AIRPORT" | "SERVICE_SHIPMENT" | "COMPANY_MATERIAL" | "DOOR_TO_DOOR_SERVICE" | "AIRPORT_TO_DOOR" | "FLIGHT_SPECIFIC" | "DOOR_TO_AIRPORT" | "COMPANY_MAIL" | "DIPLOMATIC_MAIL" | "PRIORITY_SERVICE" | "UNDOCUMENTED_K" | "UNDOCUMENTED_L" | "UNDOCUMENTED_M" | "UNDOCUMENTED_N" | "UNDOCUMENTED_O" | "SMALL_PACKAGE_SERVICE" | "UNDOCUMENTED_Q" | "UNDOCUMENTED_R" | "SUBSTITUTE_TRUCK" | "CHARTER" | "UNDOCUMENTED_U" | "UNDOCUMENTED_V" | "UNDOCUMENTED_W" | "EXPRESS_SHIPMENTS" | "UNDOCUMENTED_Y" | "UNDOCUMENTED_Z";
|
|
8
|
+
export declare const CargojsonServiceCode: {
|
|
9
|
+
readonly AirportToAirport: "AIRPORT_TO_AIRPORT";
|
|
10
|
+
readonly ServiceShipment: "SERVICE_SHIPMENT";
|
|
11
|
+
readonly CompanyMaterial: "COMPANY_MATERIAL";
|
|
12
|
+
readonly DoorToDoorService: "DOOR_TO_DOOR_SERVICE";
|
|
13
|
+
readonly AirportToDoor: "AIRPORT_TO_DOOR";
|
|
14
|
+
readonly FlightSpecific: "FLIGHT_SPECIFIC";
|
|
15
|
+
readonly DoorToAirport: "DOOR_TO_AIRPORT";
|
|
16
|
+
readonly CompanyMail: "COMPANY_MAIL";
|
|
17
|
+
readonly DiplomaticMail: "DIPLOMATIC_MAIL";
|
|
18
|
+
readonly PriorityService: "PRIORITY_SERVICE";
|
|
19
|
+
readonly UndocumentedK: "UNDOCUMENTED_K";
|
|
20
|
+
readonly UndocumentedL: "UNDOCUMENTED_L";
|
|
21
|
+
readonly UndocumentedM: "UNDOCUMENTED_M";
|
|
22
|
+
readonly UndocumentedN: "UNDOCUMENTED_N";
|
|
23
|
+
readonly UndocumentedO: "UNDOCUMENTED_O";
|
|
24
|
+
readonly SmallPackageService: "SMALL_PACKAGE_SERVICE";
|
|
25
|
+
readonly UndocumentedQ: "UNDOCUMENTED_Q";
|
|
26
|
+
readonly UndocumentedR: "UNDOCUMENTED_R";
|
|
27
|
+
readonly SubstituteTruck: "SUBSTITUTE_TRUCK";
|
|
28
|
+
readonly Charter: "CHARTER";
|
|
29
|
+
readonly UndocumentedU: "UNDOCUMENTED_U";
|
|
30
|
+
readonly UndocumentedV: "UNDOCUMENTED_V";
|
|
31
|
+
readonly UndocumentedW: "UNDOCUMENTED_W";
|
|
32
|
+
readonly ExpressShipments: "EXPRESS_SHIPMENTS";
|
|
33
|
+
readonly UndocumentedY: "UNDOCUMENTED_Y";
|
|
34
|
+
readonly UndocumentedZ: "UNDOCUMENTED_Z";
|
|
35
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export const CargojsonServiceCode = {
|
|
5
|
+
AirportToAirport: "AIRPORT_TO_AIRPORT",
|
|
6
|
+
ServiceShipment: "SERVICE_SHIPMENT",
|
|
7
|
+
CompanyMaterial: "COMPANY_MATERIAL",
|
|
8
|
+
DoorToDoorService: "DOOR_TO_DOOR_SERVICE",
|
|
9
|
+
AirportToDoor: "AIRPORT_TO_DOOR",
|
|
10
|
+
FlightSpecific: "FLIGHT_SPECIFIC",
|
|
11
|
+
DoorToAirport: "DOOR_TO_AIRPORT",
|
|
12
|
+
CompanyMail: "COMPANY_MAIL",
|
|
13
|
+
DiplomaticMail: "DIPLOMATIC_MAIL",
|
|
14
|
+
PriorityService: "PRIORITY_SERVICE",
|
|
15
|
+
UndocumentedK: "UNDOCUMENTED_K",
|
|
16
|
+
UndocumentedL: "UNDOCUMENTED_L",
|
|
17
|
+
UndocumentedM: "UNDOCUMENTED_M",
|
|
18
|
+
UndocumentedN: "UNDOCUMENTED_N",
|
|
19
|
+
UndocumentedO: "UNDOCUMENTED_O",
|
|
20
|
+
SmallPackageService: "SMALL_PACKAGE_SERVICE",
|
|
21
|
+
UndocumentedQ: "UNDOCUMENTED_Q",
|
|
22
|
+
UndocumentedR: "UNDOCUMENTED_R",
|
|
23
|
+
SubstituteTruck: "SUBSTITUTE_TRUCK",
|
|
24
|
+
Charter: "CHARTER",
|
|
25
|
+
UndocumentedU: "UNDOCUMENTED_U",
|
|
26
|
+
UndocumentedV: "UNDOCUMENTED_V",
|
|
27
|
+
UndocumentedW: "UNDOCUMENTED_W",
|
|
28
|
+
ExpressShipments: "EXPRESS_SHIPMENTS",
|
|
29
|
+
UndocumentedY: "UNDOCUMENTED_Y",
|
|
30
|
+
UndocumentedZ: "UNDOCUMENTED_Z",
|
|
31
|
+
};
|
|
@@ -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
|
+
};
|