@openlettermarketing/olc-react-sdk 1.8.4 → 1.8.5
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/README.md +7 -2
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/build/types/src/utils/message.d.ts +1 -0
- package/build/types/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -96,6 +96,7 @@ export declare const MESSAGES: {
|
|
|
96
96
|
};
|
|
97
97
|
readonly CUSTOM_ADD_ONS: {
|
|
98
98
|
readonly TITLE: "Optional Add-On's";
|
|
99
|
+
readonly NO_RESULT: "Add-ons are unavailable because the property address is excluded. Please update your settings to enable these features.";
|
|
99
100
|
readonly DESCRIPTION: "Optional add-ons are additional services that user can choose to include with their template, enhancing their overall experience.";
|
|
100
101
|
readonly GSV: {
|
|
101
102
|
readonly TITLE: "Street View Property Image";
|
package/build/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION: "1.8.
|
|
1
|
+
export const SDK_VERSION: "1.8.5";
|