@chrt-inc/typescript-sdk 0.0.189 → 0.0.196
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 +15 -3
- package/dist/cjs/Client.js +49 -29
- package/dist/cjs/api/resources/courierPayDriverLineItemGroup/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/Client.js +1 -1
- package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/requests/CourierPayDriverLineItemGroupAddLineItemsReq.d.ts +2 -2
- package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/Client.d.ts +1 -6
- package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/Client.js +1 -6
- package/dist/cjs/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/requests/CourierPayDriverLineItemGroupRemoveLineItemsReq.d.ts +2 -9
- package/dist/cjs/api/resources/courierPayDriverPayouts/client/Client.d.ts +15 -1
- package/dist/cjs/api/resources/courierPayDriverPayouts/client/Client.js +62 -1
- package/dist/cjs/api/resources/courierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.d.ts +2 -2
- package/dist/cjs/api/resources/courierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientUpdate1.d.ts +14 -0
- package/dist/cjs/api/resources/courierPayDriverPayouts/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/index.d.ts +8 -2
- package/dist/cjs/api/resources/index.js +9 -3
- package/dist/cjs/api/resources/{offChrtShipperOrgConnectionInfo → offChrtShipperOrgInfo}/client/Client.d.ts +18 -18
- package/dist/cjs/api/resources/{offChrtShipperOrgConnectionInfo → offChrtShipperOrgInfo}/client/Client.js +23 -29
- package/dist/cjs/api/resources/{offChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.d.ts → offChrtShipperOrgInfo/client/requests/OffChrtShipperOrgInfoClientCreate1.d.ts} +2 -1
- package/dist/cjs/api/resources/{offChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.d.ts → offChrtShipperOrgInfo/client/requests/OffChrtShipperOrgInfoClientUpdate1.d.ts} +1 -1
- package/dist/cjs/api/resources/offChrtShipperOrgInfo/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/orders/client/requests/CreateOrderReq.d.ts +1 -1
- package/dist/cjs/api/resources/payments/client/Client.d.ts +19 -25
- package/dist/cjs/api/resources/payments/client/Client.js +58 -72
- package/dist/cjs/api/resources/payments/client/requests/GenerateInvoiceReq.d.ts +14 -0
- package/dist/cjs/api/resources/payments/client/requests/index.d.ts +1 -2
- package/dist/cjs/api/resources/shipperContactInfo/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/shipperContactInfo/client/Client.js +7 -7
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/client/Client.d.ts +26 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/client/Client.js +22 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/client/index.js +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/index.js +18 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/client/Client.d.ts +53 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/client/Client.js +136 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/client/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/client/requests/ShipperPayCourierLineItemGroupAddLineItemsReq.d.ts +19 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/index.d.ts +4 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/index.js +43 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/client/Client.d.ts +48 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/client/Client.js +131 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/client/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/client/requests/ShipperPayCourierLineItemGroupRemoveLineItemsReq.d.ts +12 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/Client.d.ts +90 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/Client.js +311 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/requests/ShipperPayCourierLineItemGroupCreateReq.d.ts +28 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/requests/ShipperPayCourierLineItemGroupPreviewReq.d.ts +28 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierPayments/client/Client.d.ts +98 -0
- package/dist/cjs/api/resources/shipperPayCourierPayments/client/Client.js +361 -0
- package/dist/cjs/api/resources/shipperPayCourierPayments/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierPayments/client/index.js +2 -0
- package/dist/cjs/api/resources/shipperPayCourierPayments/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierPayments/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/Client.d.ts +110 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/Client.js +367 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientCreate1.d.ts +49 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientUpdate1.d.ts +31 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/index.js +17 -0
- package/dist/cjs/api/types/CourierPayDriverLineItemGroup1.d.ts +2 -1
- package/dist/cjs/api/types/CourierPayDriverLineItemGroupPreviewRes.d.ts +14 -0
- package/dist/cjs/api/types/CourierPayDriverLineItemGroupPreviewRes.js +5 -0
- package/dist/cjs/api/types/CourierPayDriverPayout1.d.ts +21 -0
- package/dist/cjs/api/types/CourierPayDriverPayout1.js +5 -0
- package/dist/cjs/api/types/CreateShipperPayCourierPaymentReq.d.ts +9 -0
- package/dist/cjs/api/types/CreateShipperPayCourierPaymentReq.js +5 -0
- package/dist/cjs/api/types/GenerateInvoiceRes.d.ts +9 -0
- package/dist/cjs/api/types/GenerateInvoiceRes.js +5 -0
- package/dist/cjs/api/types/GetShipperPayCourierPaymentsForShipperRes.d.ts +10 -0
- package/dist/cjs/api/types/GetShipperPayCourierPaymentsForShipperRes.js +5 -0
- package/dist/cjs/api/types/GetShipperPayCourierPaymentsRes.d.ts +10 -0
- package/dist/cjs/api/types/GetShipperPayCourierPaymentsRes.js +5 -0
- package/dist/cjs/api/types/LineItem1.d.ts +3 -1
- package/dist/cjs/api/types/LineItemClientCreate1.d.ts +11 -0
- package/dist/cjs/api/types/LineItemClientCreate1.js +5 -0
- package/dist/cjs/api/types/Milestone1.d.ts +1 -1
- package/dist/cjs/api/types/{OffChrtShipperOrgConnectionInfo1.d.ts → OffChrtShipperOrgInfo1.d.ts} +2 -1
- package/dist/cjs/api/types/OffChrtShipperOrgInfo1.js +5 -0
- package/dist/cjs/api/types/Order1.d.ts +1 -3
- package/dist/cjs/api/types/OrgPublicData2.d.ts +5 -1
- package/dist/cjs/api/types/PaymentPreviewResponse.d.ts +13 -0
- package/dist/cjs/api/types/PaymentPreviewResponse.js +5 -0
- package/dist/cjs/api/types/PaymentStatusEnum.d.ts +11 -0
- package/dist/cjs/api/types/PaymentStatusEnum.js +13 -0
- package/dist/cjs/api/types/PayoutStatusEnum.d.ts +10 -0
- package/dist/cjs/api/types/PayoutStatusEnum.js +12 -0
- package/dist/cjs/api/types/ShipperContactInfo1.d.ts +1 -1
- package/dist/cjs/api/types/ShipperContactInfoClientCreate1.d.ts +1 -1
- package/dist/cjs/api/types/ShipperPayCourierLineItemGroup1.d.ts +17 -0
- package/dist/cjs/api/types/ShipperPayCourierLineItemGroup1.js +5 -0
- package/dist/cjs/api/types/ShipperPayCourierLineItemGroupServerCreate1.d.ts +16 -0
- package/dist/cjs/api/types/ShipperPayCourierLineItemGroupServerCreate1.js +5 -0
- package/dist/cjs/api/types/ShipperPayCourierPayment1.d.ts +23 -0
- package/dist/cjs/api/types/ShipperPayCourierPayment1.js +5 -0
- package/dist/cjs/api/types/ShipperPayCourierRateSheet1.d.ts +33 -0
- package/dist/cjs/api/types/ShipperPayCourierRateSheet1.js +5 -0
- package/dist/cjs/api/types/StripeConnectAccountEvent.d.ts +11 -0
- package/dist/cjs/api/types/StripeConnectAccountEvent.js +5 -0
- package/dist/cjs/api/types/StripeConnectAccountEventEnum.d.ts +8 -0
- package/dist/cjs/api/types/StripeConnectAccountEventEnum.js +10 -0
- package/dist/cjs/api/types/Task1.d.ts +0 -2
- package/dist/cjs/api/types/TaskGroup1.d.ts +0 -4
- package/dist/cjs/api/types/UserPublicData6.d.ts +0 -1
- package/dist/cjs/api/types/index.d.ts +17 -10
- package/dist/cjs/api/types/index.js +17 -10
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.d.mts +15 -3
- package/dist/esm/Client.mjs +25 -5
- package/dist/esm/api/resources/courierPayDriverLineItemGroup/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/Client.mjs +1 -1
- package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/addLineItems/client/requests/CourierPayDriverLineItemGroupAddLineItemsReq.d.mts +2 -2
- package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/Client.d.mts +1 -6
- package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/Client.mjs +1 -6
- package/dist/esm/api/resources/courierPayDriverLineItemGroup/resources/removeLineItems/client/requests/CourierPayDriverLineItemGroupRemoveLineItemsReq.d.mts +2 -9
- package/dist/esm/api/resources/courierPayDriverPayouts/client/Client.d.mts +15 -1
- package/dist/esm/api/resources/courierPayDriverPayouts/client/Client.mjs +62 -1
- package/dist/esm/api/resources/courierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientCreate1.d.mts +2 -2
- package/dist/esm/api/resources/courierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientUpdate1.d.mts +14 -0
- package/dist/esm/api/resources/courierPayDriverPayouts/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/index.d.mts +8 -2
- package/dist/esm/api/resources/index.mjs +8 -2
- package/dist/esm/api/resources/{offChrtShipperOrgConnectionInfo → offChrtShipperOrgInfo}/client/Client.d.mts +18 -18
- package/dist/esm/api/resources/{offChrtShipperOrgConnectionInfo → offChrtShipperOrgInfo}/client/Client.mjs +21 -27
- package/dist/esm/api/resources/{offChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.d.mts → offChrtShipperOrgInfo/client/requests/OffChrtShipperOrgInfoClientCreate1.d.mts} +2 -1
- package/dist/esm/api/resources/{offChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.d.mts → offChrtShipperOrgInfo/client/requests/OffChrtShipperOrgInfoClientUpdate1.d.mts} +1 -1
- package/dist/esm/api/resources/offChrtShipperOrgInfo/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/offChrtShipperOrgInfo/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/orders/client/requests/CreateOrderReq.d.mts +1 -1
- package/dist/esm/api/resources/payments/client/Client.d.mts +19 -25
- package/dist/esm/api/resources/payments/client/Client.mjs +58 -72
- package/dist/esm/api/resources/payments/client/requests/GenerateInvoiceReq.d.mts +14 -0
- package/dist/esm/api/resources/payments/client/requests/index.d.mts +1 -2
- package/dist/esm/api/resources/shipperContactInfo/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/shipperContactInfo/client/Client.mjs +7 -7
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/client/Client.d.mts +26 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/client/Client.mjs +18 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/client/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/client/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/index.d.mts +2 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/index.mjs +2 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/client/Client.d.mts +53 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/client/Client.mjs +99 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/client/index.d.mts +2 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/client/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/client/requests/ShipperPayCourierLineItemGroupAddLineItemsReq.d.mts +19 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/addLineItems/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/index.d.mts +4 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/index.mjs +4 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/client/Client.d.mts +48 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/client/Client.mjs +94 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/client/index.d.mts +2 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/client/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/client/requests/ShipperPayCourierLineItemGroupRemoveLineItemsReq.d.mts +12 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroup/resources/removeLineItems/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/Client.d.mts +90 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/Client.mjs +274 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/index.d.mts +2 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/requests/ShipperPayCourierLineItemGroupCreateReq.d.mts +28 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/requests/ShipperPayCourierLineItemGroupPreviewReq.d.mts +28 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierPayments/client/Client.d.mts +98 -0
- package/dist/esm/api/resources/shipperPayCourierPayments/client/Client.mjs +324 -0
- package/dist/esm/api/resources/shipperPayCourierPayments/client/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierPayments/client/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierPayments/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierPayments/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/Client.d.mts +110 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/Client.mjs +330 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/index.d.mts +2 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientCreate1.d.mts +49 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientUpdate1.d.mts +31 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierRateSheets/index.mjs +1 -0
- package/dist/esm/api/types/CourierPayDriverLineItemGroup1.d.mts +2 -1
- package/dist/esm/api/types/CourierPayDriverLineItemGroupPreviewRes.d.mts +14 -0
- package/dist/esm/api/types/CourierPayDriverLineItemGroupPreviewRes.mjs +4 -0
- package/dist/esm/api/types/CourierPayDriverPayout1.d.mts +21 -0
- package/dist/esm/api/types/CourierPayDriverPayout1.mjs +4 -0
- package/dist/esm/api/types/CreateShipperPayCourierPaymentReq.d.mts +9 -0
- package/dist/esm/api/types/CreateShipperPayCourierPaymentReq.mjs +4 -0
- package/dist/esm/api/types/GenerateInvoiceRes.d.mts +9 -0
- package/dist/esm/api/types/GenerateInvoiceRes.mjs +4 -0
- package/dist/esm/api/types/GetShipperPayCourierPaymentsForShipperRes.d.mts +10 -0
- package/dist/esm/api/types/GetShipperPayCourierPaymentsForShipperRes.mjs +4 -0
- package/dist/esm/api/types/GetShipperPayCourierPaymentsRes.d.mts +10 -0
- package/dist/esm/api/types/GetShipperPayCourierPaymentsRes.mjs +4 -0
- package/dist/esm/api/types/LineItem1.d.mts +3 -1
- package/dist/esm/api/types/LineItemClientCreate1.d.mts +11 -0
- package/dist/esm/api/types/LineItemClientCreate1.mjs +4 -0
- package/dist/esm/api/types/Milestone1.d.mts +1 -1
- package/dist/esm/api/types/{OffChrtShipperOrgConnectionInfo1.d.mts → OffChrtShipperOrgInfo1.d.mts} +2 -1
- package/dist/esm/api/types/OffChrtShipperOrgInfo1.mjs +4 -0
- package/dist/esm/api/types/Order1.d.mts +1 -3
- package/dist/esm/api/types/OrgPublicData2.d.mts +5 -1
- package/dist/esm/api/types/PaymentPreviewResponse.d.mts +13 -0
- package/dist/esm/api/types/PaymentPreviewResponse.mjs +4 -0
- package/dist/esm/api/types/PaymentStatusEnum.d.mts +11 -0
- package/dist/esm/api/types/PaymentStatusEnum.mjs +10 -0
- package/dist/esm/api/types/PayoutStatusEnum.d.mts +10 -0
- package/dist/esm/api/types/PayoutStatusEnum.mjs +9 -0
- package/dist/esm/api/types/ShipperContactInfo1.d.mts +1 -1
- package/dist/esm/api/types/ShipperContactInfoClientCreate1.d.mts +1 -1
- package/dist/esm/api/types/ShipperPayCourierLineItemGroup1.d.mts +17 -0
- package/dist/esm/api/types/ShipperPayCourierLineItemGroup1.mjs +4 -0
- package/dist/esm/api/types/ShipperPayCourierLineItemGroupServerCreate1.d.mts +16 -0
- package/dist/esm/api/types/ShipperPayCourierLineItemGroupServerCreate1.mjs +4 -0
- package/dist/esm/api/types/ShipperPayCourierPayment1.d.mts +23 -0
- package/dist/esm/api/types/ShipperPayCourierPayment1.mjs +4 -0
- package/dist/esm/api/types/ShipperPayCourierRateSheet1.d.mts +33 -0
- package/dist/esm/api/types/ShipperPayCourierRateSheet1.mjs +4 -0
- package/dist/esm/api/types/StripeConnectAccountEvent.d.mts +11 -0
- package/dist/esm/api/types/StripeConnectAccountEvent.mjs +4 -0
- package/dist/esm/api/types/StripeConnectAccountEventEnum.d.mts +8 -0
- package/dist/esm/api/types/StripeConnectAccountEventEnum.mjs +7 -0
- package/dist/esm/api/types/Task1.d.mts +0 -2
- package/dist/esm/api/types/TaskGroup1.d.mts +0 -4
- package/dist/esm/api/types/UserPublicData6.d.mts +0 -1
- package/dist/esm/api/types/index.d.mts +17 -10
- package/dist/esm/api/types/index.mjs +17 -10
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +1221 -106
- package/dist/cjs/api/resources/offChrtShipperOrgConnectionInfo/client/requests/index.d.ts +0 -2
- package/dist/cjs/api/resources/payments/client/requests/CreateConnectAccountLinkReq.d.ts +0 -12
- package/dist/cjs/api/resources/payments/client/requests/CreateDirectChargeReq.d.ts +0 -17
- package/dist/cjs/api/types/CourierPayDriverLineItemGroupClientCreate1.d.ts +0 -10
- package/dist/cjs/api/types/CreateDirectChargeRes.d.ts +0 -8
- package/dist/cjs/api/types/Incident1.d.ts +0 -7
- package/dist/cjs/api/types/IncidentEnum1.d.ts +0 -12
- package/dist/cjs/api/types/IncidentEnum1.js +0 -14
- package/dist/cjs/api/types/Insurance1.d.ts +0 -7
- package/dist/cjs/api/types/PayablesInvoice1.d.ts +0 -34
- package/dist/cjs/api/types/PayablesInvoice1.js +0 -18
- package/dist/cjs/api/types/ReceivablesInvoice1.d.ts +0 -34
- package/dist/cjs/api/types/ReceivablesInvoice1.js +0 -18
- package/dist/cjs/api/types/ShipperCourierConnection1.d.ts +0 -13
- package/dist/cjs/api/types/StripeConnectInvoice1.d.ts +0 -32
- package/dist/cjs/api/types/StripeConnectInvoice1.js +0 -18
- package/dist/esm/api/resources/offChrtShipperOrgConnectionInfo/client/requests/index.d.mts +0 -2
- package/dist/esm/api/resources/payments/client/requests/CreateConnectAccountLinkReq.d.mts +0 -12
- package/dist/esm/api/resources/payments/client/requests/CreateDirectChargeReq.d.mts +0 -17
- package/dist/esm/api/types/CourierPayDriverLineItemGroupClientCreate1.d.mts +0 -10
- package/dist/esm/api/types/CreateDirectChargeRes.d.mts +0 -8
- package/dist/esm/api/types/Incident1.d.mts +0 -7
- package/dist/esm/api/types/IncidentEnum1.d.mts +0 -12
- package/dist/esm/api/types/IncidentEnum1.mjs +0 -11
- package/dist/esm/api/types/Insurance1.d.mts +0 -7
- package/dist/esm/api/types/PayablesInvoice1.d.mts +0 -34
- package/dist/esm/api/types/PayablesInvoice1.mjs +0 -15
- package/dist/esm/api/types/ReceivablesInvoice1.d.mts +0 -34
- package/dist/esm/api/types/ReceivablesInvoice1.mjs +0 -15
- package/dist/esm/api/types/ShipperCourierConnection1.d.mts +0 -13
- package/dist/esm/api/types/StripeConnectInvoice1.d.mts +0 -32
- package/dist/esm/api/types/StripeConnectInvoice1.mjs +0 -15
- /package/dist/cjs/api/resources/{offChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.js → courierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientUpdate1.js} +0 -0
- /package/dist/cjs/api/resources/{offChrtShipperOrgConnectionInfo → offChrtShipperOrgInfo}/client/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{offChrtShipperOrgConnectionInfo → offChrtShipperOrgInfo}/client/index.js +0 -0
- /package/dist/cjs/api/resources/{offChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.js → offChrtShipperOrgInfo/client/requests/OffChrtShipperOrgInfoClientCreate1.js} +0 -0
- /package/dist/cjs/api/resources/{payments/client/requests/CreateConnectAccountLinkReq.js → offChrtShipperOrgInfo/client/requests/OffChrtShipperOrgInfoClientUpdate1.js} +0 -0
- /package/dist/cjs/api/resources/{offChrtShipperOrgConnectionInfo → offChrtShipperOrgInfo}/client/requests/index.js +0 -0
- /package/dist/cjs/api/resources/{offChrtShipperOrgConnectionInfo → offChrtShipperOrgInfo}/index.d.ts +0 -0
- /package/dist/cjs/api/resources/{offChrtShipperOrgConnectionInfo → offChrtShipperOrgInfo}/index.js +0 -0
- /package/dist/cjs/api/resources/payments/client/requests/{CreateDirectChargeReq.js → GenerateInvoiceReq.js} +0 -0
- /package/dist/{esm/api/resources/offChrtShipperOrgConnectionInfo/client/requests/index.mjs → cjs/api/resources/shipperPayCourierLineItemGroup/client/index.d.ts} +0 -0
- /package/dist/cjs/api/{types/CourierPayDriverLineItemGroupClientCreate1.js → resources/shipperPayCourierLineItemGroup/resources/addLineItems/client/requests/ShipperPayCourierLineItemGroupAddLineItemsReq.js} +0 -0
- /package/dist/cjs/api/{types/CreateDirectChargeRes.js → resources/shipperPayCourierLineItemGroup/resources/removeLineItems/client/requests/ShipperPayCourierLineItemGroupRemoveLineItemsReq.js} +0 -0
- /package/dist/cjs/api/{types/Incident1.js → resources/shipperPayCourierLineItemGroups/client/requests/ShipperPayCourierLineItemGroupCreateReq.js} +0 -0
- /package/dist/cjs/api/{types/Insurance1.js → resources/shipperPayCourierLineItemGroups/client/requests/ShipperPayCourierLineItemGroupPreviewReq.js} +0 -0
- /package/dist/cjs/api/{types/OffChrtShipperOrgConnectionInfo1.js → resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientCreate1.js} +0 -0
- /package/dist/cjs/api/{types/ShipperCourierConnection1.js → resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientUpdate1.js} +0 -0
- /package/dist/esm/api/resources/{offChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.mjs → courierPayDriverPayouts/client/requests/CourierPayDriverPayoutClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/resources/{offChrtShipperOrgConnectionInfo → offChrtShipperOrgInfo}/client/index.d.mts +0 -0
- /package/dist/esm/api/resources/{offChrtShipperOrgConnectionInfo → offChrtShipperOrgInfo}/client/index.mjs +0 -0
- /package/dist/esm/api/resources/{offChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.mjs → offChrtShipperOrgInfo/client/requests/OffChrtShipperOrgInfoClientCreate1.mjs} +0 -0
- /package/dist/esm/api/resources/{payments/client/requests/CreateConnectAccountLinkReq.mjs → offChrtShipperOrgInfo/client/requests/OffChrtShipperOrgInfoClientUpdate1.mjs} +0 -0
- /package/dist/esm/api/resources/{offChrtShipperOrgConnectionInfo → offChrtShipperOrgInfo}/index.d.mts +0 -0
- /package/dist/esm/api/resources/{offChrtShipperOrgConnectionInfo → offChrtShipperOrgInfo}/index.mjs +0 -0
- /package/dist/esm/api/resources/payments/client/requests/{CreateDirectChargeReq.mjs → GenerateInvoiceReq.mjs} +0 -0
- /package/dist/esm/api/{types/CourierPayDriverLineItemGroupClientCreate1.mjs → resources/shipperPayCourierLineItemGroup/resources/addLineItems/client/requests/ShipperPayCourierLineItemGroupAddLineItemsReq.mjs} +0 -0
- /package/dist/esm/api/{types/CreateDirectChargeRes.mjs → resources/shipperPayCourierLineItemGroup/resources/removeLineItems/client/requests/ShipperPayCourierLineItemGroupRemoveLineItemsReq.mjs} +0 -0
- /package/dist/esm/api/{types/Incident1.mjs → resources/shipperPayCourierLineItemGroups/client/requests/ShipperPayCourierLineItemGroupCreateReq.mjs} +0 -0
- /package/dist/esm/api/{types/Insurance1.mjs → resources/shipperPayCourierLineItemGroups/client/requests/ShipperPayCourierLineItemGroupPreviewReq.mjs} +0 -0
- /package/dist/esm/api/{types/OffChrtShipperOrgConnectionInfo1.mjs → resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientCreate1.mjs} +0 -0
- /package/dist/esm/api/{types/ShipperCourierConnection1.mjs → resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientUpdate1.mjs} +0 -0
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
4
5
|
export interface OrgPublicData2 {
|
|
5
6
|
schema_version: number;
|
|
6
7
|
/** Must be a string starting with `org_` */
|
|
7
8
|
org_id: string;
|
|
8
|
-
|
|
9
|
+
stripe_connect_account_id?: string | null;
|
|
10
|
+
stripe_connect_account_events?: Chrt.StripeConnectAccountEvent[];
|
|
11
|
+
handle?: string | null;
|
|
9
12
|
company_name?: string | null;
|
|
13
|
+
auto_approve_shipper_to_courier_connection_requests?: boolean;
|
|
10
14
|
_id: string;
|
|
11
15
|
}
|
|
@@ -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
|
+
* Response model for payment preview.
|
|
7
|
+
*/
|
|
8
|
+
export interface PaymentPreviewResponse {
|
|
9
|
+
task_groups: Chrt.TaskGroup1[];
|
|
10
|
+
line_item_groups: Chrt.ShipperPayCourierLineItemGroup1[];
|
|
11
|
+
total_amount: number;
|
|
12
|
+
payment_ready: boolean;
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type PaymentStatusEnum = "pending" | "invoice_sent" | "paid" | "failed" | "cancelled";
|
|
5
|
+
export declare const PaymentStatusEnum: {
|
|
6
|
+
readonly Pending: "pending";
|
|
7
|
+
readonly InvoiceSent: "invoice_sent";
|
|
8
|
+
readonly Paid: "paid";
|
|
9
|
+
readonly Failed: "failed";
|
|
10
|
+
readonly Cancelled: "cancelled";
|
|
11
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type PayoutStatusEnum = "created" | "ready_for_review" | "completed" | "cancelled";
|
|
5
|
+
export declare const PayoutStatusEnum: {
|
|
6
|
+
readonly Created: "created";
|
|
7
|
+
readonly ReadyForReview: "ready_for_review";
|
|
8
|
+
readonly Completed: "completed";
|
|
9
|
+
readonly Cancelled: "cancelled";
|
|
10
|
+
};
|
|
@@ -19,7 +19,7 @@ export interface ShipperContactInfo1 {
|
|
|
19
19
|
shipper_org_id?: string | null;
|
|
20
20
|
/** Must be a string starting with `user_` */
|
|
21
21
|
shipper_user_id?: string | null;
|
|
22
|
-
|
|
22
|
+
off_chrt_shipper_org_info_id?: string | null;
|
|
23
23
|
/** Must be a string starting with `org_` */
|
|
24
24
|
created_by_org_id: string;
|
|
25
25
|
/** Must be a string starting with `user_` */
|
|
@@ -19,5 +19,5 @@ export interface ShipperContactInfoClientCreate1 {
|
|
|
19
19
|
shipper_org_id?: string | null;
|
|
20
20
|
/** Must be a string starting with `user_` */
|
|
21
21
|
shipper_user_id?: string | null;
|
|
22
|
-
|
|
22
|
+
off_chrt_shipper_org_info_id?: string | null;
|
|
23
23
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface ShipperPayCourierLineItemGroup1 {
|
|
6
|
+
schema_version: number;
|
|
7
|
+
task_group_id: string;
|
|
8
|
+
/** Must be a string starting with `org_` */
|
|
9
|
+
courier_org_id: string;
|
|
10
|
+
/** Must be a string starting with `org_` */
|
|
11
|
+
shipper_org_id?: string | null;
|
|
12
|
+
off_chrt_shipper_org_info_id?: string | null;
|
|
13
|
+
order_cancelled?: boolean;
|
|
14
|
+
rate_sheet_id: string;
|
|
15
|
+
line_items: Chrt.LineItem1[];
|
|
16
|
+
_id: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface ShipperPayCourierLineItemGroupServerCreate1 {
|
|
6
|
+
schema_version: number;
|
|
7
|
+
task_group_id: string;
|
|
8
|
+
/** Must be a string starting with `org_` */
|
|
9
|
+
courier_org_id: string;
|
|
10
|
+
/** Must be a string starting with `org_` */
|
|
11
|
+
shipper_org_id?: string | null;
|
|
12
|
+
off_chrt_shipper_org_info_id?: string | null;
|
|
13
|
+
order_cancelled?: boolean;
|
|
14
|
+
rate_sheet_id: string;
|
|
15
|
+
line_items: Chrt.LineItem1[];
|
|
16
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface ShipperPayCourierPayment1 {
|
|
6
|
+
schema_version: number;
|
|
7
|
+
shipper_pay_courier_line_item_group_ids: string[];
|
|
8
|
+
task_group_ids: string[];
|
|
9
|
+
off_chrt_shipper_org_info_id?: string | null;
|
|
10
|
+
/** Must be a string starting with `org_` */
|
|
11
|
+
shipper_org_id?: string | null;
|
|
12
|
+
/** Must be a string starting with `org_` */
|
|
13
|
+
courier_org_id: string;
|
|
14
|
+
stripe_invoice_created_timestamp?: string | null;
|
|
15
|
+
stripe_invoice_completed_timestamp?: string | null;
|
|
16
|
+
/** Must be a string starting with `user_` */
|
|
17
|
+
stripe_invoice_created_by_user_id?: string | null;
|
|
18
|
+
payment_amount: number;
|
|
19
|
+
stripe_invoice_status?: Chrt.PaymentStatusEnum;
|
|
20
|
+
stripe_invoice_id?: string | null;
|
|
21
|
+
stripe_customer_id?: string | null;
|
|
22
|
+
_id: string;
|
|
23
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface ShipperPayCourierRateSheet1 {
|
|
6
|
+
schema_version: number;
|
|
7
|
+
name?: string | null;
|
|
8
|
+
cargo_types?: Chrt.CargoTypeEnum1[] | null;
|
|
9
|
+
vehicle_types?: Chrt.VehicleTypeEnum[] | null;
|
|
10
|
+
route_types?: Chrt.RouteTypeEnum1[] | null;
|
|
11
|
+
/** Must be a string starting with `org_` */
|
|
12
|
+
shipper_org_id?: string | null;
|
|
13
|
+
off_chrt_shipper_org_info_id?: string | null;
|
|
14
|
+
comments?: string | null;
|
|
15
|
+
base_mileage_distance_miles: number;
|
|
16
|
+
base_mileage_rate_usd_per_instance: number;
|
|
17
|
+
/** applies only to the additional miles */
|
|
18
|
+
additional_mileage_rate_usd_per_mile: number;
|
|
19
|
+
long_distance_surcharge_miles_before_surcharge: number;
|
|
20
|
+
/** applies only to the additional miles */
|
|
21
|
+
long_distance_surcharge_rate_usd_per_mile: number;
|
|
22
|
+
fuel_surchage_rate_usd_per_mile: number;
|
|
23
|
+
wait_time_before_charge_minutes: number;
|
|
24
|
+
wait_time_rate_usd_per_minute: number;
|
|
25
|
+
extra_stop_rate_usd: number;
|
|
26
|
+
dangerous_goods_rate_usd_per_instance: number;
|
|
27
|
+
after_hours: number;
|
|
28
|
+
weekend: number;
|
|
29
|
+
holiday: number;
|
|
30
|
+
/** Must be a string starting with `org_` */
|
|
31
|
+
courier_org_id: string;
|
|
32
|
+
_id: string;
|
|
33
|
+
}
|
|
@@ -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
|
+
export interface StripeConnectAccountEvent {
|
|
6
|
+
timestamp: string;
|
|
7
|
+
/** Must be a string starting with `user_` */
|
|
8
|
+
user_id: string;
|
|
9
|
+
stripe_connect_account_id: string;
|
|
10
|
+
event: Chrt.StripeConnectAccountEventEnum;
|
|
11
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type StripeConnectAccountEventEnum = "created" | "removed";
|
|
5
|
+
export declare const StripeConnectAccountEventEnum: {
|
|
6
|
+
readonly Created: "created";
|
|
7
|
+
readonly Removed: "removed";
|
|
8
|
+
};
|
|
@@ -23,8 +23,6 @@ export interface Task1 {
|
|
|
23
23
|
completed_at?: string | null;
|
|
24
24
|
cargo_ids?: string[] | null;
|
|
25
25
|
milestone_ids?: string[] | null;
|
|
26
|
-
incident_ids?: string[] | null;
|
|
27
|
-
insurance_ids?: string[] | null;
|
|
28
26
|
}
|
|
29
27
|
export declare namespace Task1 {
|
|
30
28
|
type Action = Chrt.TaskActionEnum1 | Chrt.ObcNfoTaskActionEnum;
|
|
@@ -8,10 +8,6 @@ export interface TaskGroup1 {
|
|
|
8
8
|
order_id: string;
|
|
9
9
|
order_short_id: string;
|
|
10
10
|
task_ids: string[];
|
|
11
|
-
line_items?: Chrt.LineItem1[] | null;
|
|
12
|
-
payables_invoice_id?: string | null;
|
|
13
|
-
/** Must be a string starting with `org_` */
|
|
14
|
-
shipper_org_id?: string | null;
|
|
15
11
|
/** Must be a string starting with `org_` */
|
|
16
12
|
courier_org_id?: string | null;
|
|
17
13
|
order_cancelled?: boolean;
|
|
@@ -6,27 +6,29 @@ export * from "./CourierNotificationPreferences1.mjs";
|
|
|
6
6
|
export * from "./CourierOrgConnectionInfo1.mjs";
|
|
7
7
|
export * from "./CourierOrgProfile3.mjs";
|
|
8
8
|
export * from "./CourierPayDriverLineItemGroup1.mjs";
|
|
9
|
-
export * from "./
|
|
9
|
+
export * from "./CourierPayDriverLineItemGroupPreviewRes.mjs";
|
|
10
|
+
export * from "./CourierPayDriverPayout1.mjs";
|
|
10
11
|
export * from "./CourierPayDriverRateSheet1.mjs";
|
|
11
12
|
export * from "./CreateCheckoutSessionRes2.mjs";
|
|
12
13
|
export * from "./CreateConnectAccountLinkRes.mjs";
|
|
13
14
|
export * from "./CreateConnectAccountRes.mjs";
|
|
14
|
-
export * from "./CreateDirectChargeRes.mjs";
|
|
15
15
|
export * from "./CreateOrderRes.mjs";
|
|
16
|
+
export * from "./CreateShipperPayCourierPaymentReq.mjs";
|
|
16
17
|
export * from "./DecodedJwtWithOrgAndUserId.mjs";
|
|
17
18
|
export * from "./Driver1.mjs";
|
|
18
19
|
export * from "./DriverStatusEnum.mjs";
|
|
19
20
|
export * from "./Expense1.mjs";
|
|
21
|
+
export * from "./GenerateInvoiceRes.mjs";
|
|
20
22
|
export * from "./GeometryCollectionInputGeometriesItem.mjs";
|
|
21
23
|
export * from "./GeometryCollection.mjs";
|
|
22
24
|
export * from "./GeometryCollectionOutputGeometriesItem.mjs";
|
|
23
25
|
export * from "./GetOrderFullRes.mjs";
|
|
24
26
|
export * from "./GetOrderRes.mjs";
|
|
27
|
+
export * from "./GetShipperPayCourierPaymentsForShipperRes.mjs";
|
|
28
|
+
export * from "./GetShipperPayCourierPaymentsRes.mjs";
|
|
25
29
|
export * from "./HttpValidationError.mjs";
|
|
26
|
-
export * from "./Incident1.mjs";
|
|
27
|
-
export * from "./IncidentEnum1.mjs";
|
|
28
|
-
export * from "./Insurance1.mjs";
|
|
29
30
|
export * from "./LineItem1.mjs";
|
|
31
|
+
export * from "./LineItemClientCreate1.mjs";
|
|
30
32
|
export * from "./LineItemEnum1.mjs";
|
|
31
33
|
export * from "./LineString.mjs";
|
|
32
34
|
export * from "./LocationFeatureInputGeometry.mjs";
|
|
@@ -44,7 +46,7 @@ export * from "./MultipleTaskGroupsDetailsResponse.mjs";
|
|
|
44
46
|
export * from "./MultipleTaskGroupsWithTasks.mjs";
|
|
45
47
|
export * from "./NotificationChannelEnum.mjs";
|
|
46
48
|
export * from "./ObcNfoTaskActionEnum.mjs";
|
|
47
|
-
export * from "./
|
|
49
|
+
export * from "./OffChrtShipperOrgInfo1.mjs";
|
|
48
50
|
export * from "./Order1.mjs";
|
|
49
51
|
export * from "./OrderClientCreate1.mjs";
|
|
50
52
|
export * from "./OrderCreatedByTypeEnum.mjs";
|
|
@@ -53,21 +55,26 @@ export * from "./OrderStatusEnum1.mjs";
|
|
|
53
55
|
export * from "./OrgMemberDetails.mjs";
|
|
54
56
|
export * from "./OrgMembersAndDrivers.mjs";
|
|
55
57
|
export * from "./OrgPublicData2.mjs";
|
|
56
|
-
export * from "./
|
|
58
|
+
export * from "./PaymentPreviewResponse.mjs";
|
|
59
|
+
export * from "./PaymentStatusEnum.mjs";
|
|
60
|
+
export * from "./PayoutStatusEnum.mjs";
|
|
57
61
|
export * from "./Point.mjs";
|
|
58
62
|
export * from "./Polygon.mjs";
|
|
59
63
|
export * from "./Position2D.mjs";
|
|
60
64
|
export * from "./Position3D.mjs";
|
|
61
65
|
export * from "./PriceNameEnum.mjs";
|
|
62
|
-
export * from "./ReceivablesInvoice1.mjs";
|
|
63
66
|
export * from "./RouteTypeEnum1.mjs";
|
|
64
67
|
export * from "./ShipperContactInfo1.mjs";
|
|
65
68
|
export * from "./ShipperContactInfoClientCreate1.mjs";
|
|
66
|
-
export * from "./ShipperCourierConnection1.mjs";
|
|
67
69
|
export * from "./ShipperNotificationEventEnum.mjs";
|
|
68
70
|
export * from "./ShipperNotificationPreferences1.mjs";
|
|
69
71
|
export * from "./ShipperOrgConnectionInfo1.mjs";
|
|
70
|
-
export * from "./
|
|
72
|
+
export * from "./ShipperPayCourierLineItemGroup1.mjs";
|
|
73
|
+
export * from "./ShipperPayCourierLineItemGroupServerCreate1.mjs";
|
|
74
|
+
export * from "./ShipperPayCourierPayment1.mjs";
|
|
75
|
+
export * from "./ShipperPayCourierRateSheet1.mjs";
|
|
76
|
+
export * from "./StripeConnectAccountEvent.mjs";
|
|
77
|
+
export * from "./StripeConnectAccountEventEnum.mjs";
|
|
71
78
|
export * from "./Task1.mjs";
|
|
72
79
|
export * from "./TaskActionEnum1.mjs";
|
|
73
80
|
export * from "./TaskClientCreate1.mjs";
|
|
@@ -6,27 +6,29 @@ export * from "./CourierNotificationPreferences1.mjs";
|
|
|
6
6
|
export * from "./CourierOrgConnectionInfo1.mjs";
|
|
7
7
|
export * from "./CourierOrgProfile3.mjs";
|
|
8
8
|
export * from "./CourierPayDriverLineItemGroup1.mjs";
|
|
9
|
-
export * from "./
|
|
9
|
+
export * from "./CourierPayDriverLineItemGroupPreviewRes.mjs";
|
|
10
|
+
export * from "./CourierPayDriverPayout1.mjs";
|
|
10
11
|
export * from "./CourierPayDriverRateSheet1.mjs";
|
|
11
12
|
export * from "./CreateCheckoutSessionRes2.mjs";
|
|
12
13
|
export * from "./CreateConnectAccountLinkRes.mjs";
|
|
13
14
|
export * from "./CreateConnectAccountRes.mjs";
|
|
14
|
-
export * from "./CreateDirectChargeRes.mjs";
|
|
15
15
|
export * from "./CreateOrderRes.mjs";
|
|
16
|
+
export * from "./CreateShipperPayCourierPaymentReq.mjs";
|
|
16
17
|
export * from "./DecodedJwtWithOrgAndUserId.mjs";
|
|
17
18
|
export * from "./Driver1.mjs";
|
|
18
19
|
export * from "./DriverStatusEnum.mjs";
|
|
19
20
|
export * from "./Expense1.mjs";
|
|
21
|
+
export * from "./GenerateInvoiceRes.mjs";
|
|
20
22
|
export * from "./GeometryCollectionInputGeometriesItem.mjs";
|
|
21
23
|
export * from "./GeometryCollection.mjs";
|
|
22
24
|
export * from "./GeometryCollectionOutputGeometriesItem.mjs";
|
|
23
25
|
export * from "./GetOrderFullRes.mjs";
|
|
24
26
|
export * from "./GetOrderRes.mjs";
|
|
27
|
+
export * from "./GetShipperPayCourierPaymentsForShipperRes.mjs";
|
|
28
|
+
export * from "./GetShipperPayCourierPaymentsRes.mjs";
|
|
25
29
|
export * from "./HttpValidationError.mjs";
|
|
26
|
-
export * from "./Incident1.mjs";
|
|
27
|
-
export * from "./IncidentEnum1.mjs";
|
|
28
|
-
export * from "./Insurance1.mjs";
|
|
29
30
|
export * from "./LineItem1.mjs";
|
|
31
|
+
export * from "./LineItemClientCreate1.mjs";
|
|
30
32
|
export * from "./LineItemEnum1.mjs";
|
|
31
33
|
export * from "./LineString.mjs";
|
|
32
34
|
export * from "./LocationFeatureInputGeometry.mjs";
|
|
@@ -44,7 +46,7 @@ export * from "./MultipleTaskGroupsDetailsResponse.mjs";
|
|
|
44
46
|
export * from "./MultipleTaskGroupsWithTasks.mjs";
|
|
45
47
|
export * from "./NotificationChannelEnum.mjs";
|
|
46
48
|
export * from "./ObcNfoTaskActionEnum.mjs";
|
|
47
|
-
export * from "./
|
|
49
|
+
export * from "./OffChrtShipperOrgInfo1.mjs";
|
|
48
50
|
export * from "./Order1.mjs";
|
|
49
51
|
export * from "./OrderClientCreate1.mjs";
|
|
50
52
|
export * from "./OrderCreatedByTypeEnum.mjs";
|
|
@@ -53,21 +55,26 @@ export * from "./OrderStatusEnum1.mjs";
|
|
|
53
55
|
export * from "./OrgMemberDetails.mjs";
|
|
54
56
|
export * from "./OrgMembersAndDrivers.mjs";
|
|
55
57
|
export * from "./OrgPublicData2.mjs";
|
|
56
|
-
export * from "./
|
|
58
|
+
export * from "./PaymentPreviewResponse.mjs";
|
|
59
|
+
export * from "./PaymentStatusEnum.mjs";
|
|
60
|
+
export * from "./PayoutStatusEnum.mjs";
|
|
57
61
|
export * from "./Point.mjs";
|
|
58
62
|
export * from "./Polygon.mjs";
|
|
59
63
|
export * from "./Position2D.mjs";
|
|
60
64
|
export * from "./Position3D.mjs";
|
|
61
65
|
export * from "./PriceNameEnum.mjs";
|
|
62
|
-
export * from "./ReceivablesInvoice1.mjs";
|
|
63
66
|
export * from "./RouteTypeEnum1.mjs";
|
|
64
67
|
export * from "./ShipperContactInfo1.mjs";
|
|
65
68
|
export * from "./ShipperContactInfoClientCreate1.mjs";
|
|
66
|
-
export * from "./ShipperCourierConnection1.mjs";
|
|
67
69
|
export * from "./ShipperNotificationEventEnum.mjs";
|
|
68
70
|
export * from "./ShipperNotificationPreferences1.mjs";
|
|
69
71
|
export * from "./ShipperOrgConnectionInfo1.mjs";
|
|
70
|
-
export * from "./
|
|
72
|
+
export * from "./ShipperPayCourierLineItemGroup1.mjs";
|
|
73
|
+
export * from "./ShipperPayCourierLineItemGroupServerCreate1.mjs";
|
|
74
|
+
export * from "./ShipperPayCourierPayment1.mjs";
|
|
75
|
+
export * from "./ShipperPayCourierRateSheet1.mjs";
|
|
76
|
+
export * from "./StripeConnectAccountEvent.mjs";
|
|
77
|
+
export * from "./StripeConnectAccountEventEnum.mjs";
|
|
71
78
|
export * from "./Task1.mjs";
|
|
72
79
|
export * from "./TaskActionEnum1.mjs";
|
|
73
80
|
export * from "./TaskClientCreate1.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.0.
|
|
1
|
+
export declare const SDK_VERSION = "0.0.196";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "0.0.
|
|
1
|
+
export const SDK_VERSION = "0.0.196";
|