@open-tender/types 0.4.88 → 0.4.89
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.
|
@@ -388,7 +388,6 @@ export interface ConfigContent {
|
|
|
388
388
|
revenueCenters: ConfigContentField & {
|
|
389
389
|
background: string;
|
|
390
390
|
display_full_address: boolean;
|
|
391
|
-
display_location_images_mobile: boolean;
|
|
392
391
|
mobile: string;
|
|
393
392
|
statusMessages: {
|
|
394
393
|
[keys in RevenueCenterStatus]: ConfigContentField;
|
|
@@ -388,7 +388,6 @@ export interface ConfigContent {
|
|
|
388
388
|
revenueCenters: ConfigContentField & {
|
|
389
389
|
background: string;
|
|
390
390
|
display_full_address: boolean;
|
|
391
|
-
display_location_images_mobile: boolean;
|
|
392
391
|
mobile: string;
|
|
393
392
|
statusMessages: {
|
|
394
393
|
[keys in RevenueCenterStatus]: ConfigContentField;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-tender/types",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.89",
|
|
4
4
|
"description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -55,5 +55,6 @@
|
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@reduxjs/toolkit": "^1.8.5",
|
|
57
57
|
"react": "^18.2.0"
|
|
58
|
-
}
|
|
58
|
+
},
|
|
59
|
+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
59
60
|
}
|