@artaio/node-api 1.5.1 → 1.5.4
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/lib/types.d.ts +3 -3
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/lib/types.d.ts
CHANGED
|
@@ -136,7 +136,7 @@ export type QuoteRequest = {
|
|
|
136
136
|
}[];
|
|
137
137
|
payment_process: "checkout" | "checkout_direct" | "invoicing";
|
|
138
138
|
preferred_quote_types?: (("parcel" | "premium" | "select" | "self_ship")[] | null) | undefined;
|
|
139
|
-
preferred_parcel_transport_services?: (("economy" | "economy_freight" | "ground" | "next_day_air" | "priority" | "priority_freight" | "second_day_air" | "standard")[] | null) | undefined;
|
|
139
|
+
preferred_parcel_transport_services?: (("economy" | "economy_freight" | "ground" | "next_day_air" | "priority" | "priority_freight" | "second_day_air" | "standard" | "three_day")[] | null) | undefined;
|
|
140
140
|
shipping_notes?: (string | null) | undefined;
|
|
141
141
|
quotes: {
|
|
142
142
|
id: number;
|
|
@@ -475,7 +475,7 @@ export type HostedSession = {
|
|
|
475
475
|
estimated_region?: string | undefined;
|
|
476
476
|
estimated_city?: string | undefined;
|
|
477
477
|
};
|
|
478
|
-
preferred_parcel_transport_services?: (("economy" | "economy_freight" | "ground" | "next_day_air" | "priority" | "priority_freight" | "second_day_air" | "standard")[] | null) | undefined;
|
|
478
|
+
preferred_parcel_transport_services?: (("economy" | "economy_freight" | "ground" | "next_day_air" | "priority" | "priority_freight" | "second_day_air" | "standard" | "three_day")[] | null) | undefined;
|
|
479
479
|
preferred_quote_types?: (("parcel" | "premium" | "select" | "self_ship")[] | null) | undefined;
|
|
480
480
|
public_reference?: (string | null) | undefined;
|
|
481
481
|
shipping_notes?: (string | null) | undefined;
|
|
@@ -920,7 +920,7 @@ export type EmailNotificationId = "booking" | "cancelled" | "collected" | "colle
|
|
|
920
920
|
export type Recipient = "payer" | "origin" | "destination";
|
|
921
921
|
export type ArtaMimeType = "application/pdf" | "application/vnd.ms-excel" | "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "image/jpeg" | "image/png" | "text/csv" | "video/mp4" | "video/quicktime" | "application/msword";
|
|
922
922
|
export type ArtaDocumentType = "bill_of_lading" | "certificate_of_insurance" | "certificate_of_insurance_template" | "condition_report" | "condition_check" | "image" | "instructions" | "airway_bill" | "commercial_invoice" | "power_of_attorney" | "proof_of_export" | "proof_of_delivery" | "quote" | "shipping_label" | "other";
|
|
923
|
-
export type ParcelTransportServices = "economy" | "economy_freight" | "ground" | "next_day_air" | "priority" | "priority_freight" | "second_day_air" | "standard";
|
|
923
|
+
export type ParcelTransportServices = "economy" | "economy_freight" | "ground" | "next_day_air" | "priority" | "priority_freight" | "second_day_air" | "standard" | "three_day";
|
|
924
924
|
export type ArtaComponent = {
|
|
925
925
|
customs?: ({
|
|
926
926
|
country_of_origin?: (string | null) | undefined;
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artaio/node-api",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.4",
|
|
4
4
|
"description": "The Arta Node library provides a seamless integration to Arta API for backend applications using both Typescript or Javascript.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:types && tsc -p tsconfig-build.json",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artaio/node-api",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.4",
|
|
4
4
|
"description": "The Arta Node library provides a seamless integration to Arta API for backend applications using both Typescript or Javascript.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:types && tsc -p tsconfig-build.json",
|