@shipengine/js-api 1.30.0 → 1.30.1
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/package.json +1 -1
- package/themes/types.d.ts +4 -4
package/package.json
CHANGED
package/themes/types.d.ts
CHANGED
|
@@ -13,12 +13,12 @@ export type PartnerThemeOnboarding = {
|
|
|
13
13
|
};
|
|
14
14
|
/**
|
|
15
15
|
* Exporting this Keyword to have it as a source of truth. This keyword its used for the
|
|
16
|
-
* "
|
|
16
|
+
* "connectCountryCodes"
|
|
17
17
|
*/
|
|
18
|
-
export type PartnerThemeCarrierHomeCountry = "
|
|
18
|
+
export type PartnerThemeCarrierHomeCountry = "ACCOUNT_ORIGIN_COUNTRY_CODE";
|
|
19
19
|
export type PartnerThemeCarriers = {
|
|
20
|
-
/** This array can includes an ISO country value or the keyword "
|
|
21
|
-
|
|
20
|
+
/** This array can includes an ISO country value or the keyword "ACCOUNT_ORIGIN_COUNTRY_CODE" */
|
|
21
|
+
connectCountryCodes?: Array<string>;
|
|
22
22
|
};
|
|
23
23
|
export type PartnerTheme = {
|
|
24
24
|
brand: string;
|