@shipengine/alchemy 6.0.6 → 6.0.7
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/index.js +1 -0
- package/index.mjs +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -10928,6 +10928,7 @@ var CustomsNonDeliveryType = /* @__PURE__ */ ((CustomsNonDeliveryType2) => {
|
|
|
10928
10928
|
return CustomsNonDeliveryType2;
|
|
10929
10929
|
})(CustomsNonDeliveryType || {});
|
|
10930
10930
|
var InsuranceProviderType = /* @__PURE__ */ ((InsuranceProviderType2) => {
|
|
10931
|
+
InsuranceProviderType2["FUNDING_SOURCE"] = "funding_source";
|
|
10931
10932
|
InsuranceProviderType2["SHIPSURANCE"] = "shipsurance";
|
|
10932
10933
|
InsuranceProviderType2["CARRIER"] = "carrier";
|
|
10933
10934
|
InsuranceProviderType2["THIRD_PARTY"] = "third_party";
|
package/index.mjs
CHANGED
|
@@ -10906,6 +10906,7 @@ var CustomsNonDeliveryType = /* @__PURE__ */ ((CustomsNonDeliveryType2) => {
|
|
|
10906
10906
|
return CustomsNonDeliveryType2;
|
|
10907
10907
|
})(CustomsNonDeliveryType || {});
|
|
10908
10908
|
var InsuranceProviderType = /* @__PURE__ */ ((InsuranceProviderType2) => {
|
|
10909
|
+
InsuranceProviderType2["FUNDING_SOURCE"] = "funding_source";
|
|
10909
10910
|
InsuranceProviderType2["SHIPSURANCE"] = "shipsurance";
|
|
10910
10911
|
InsuranceProviderType2["CARRIER"] = "carrier";
|
|
10911
10912
|
InsuranceProviderType2["THIRD_PARTY"] = "third_party";
|