@open-tender/store 1.1.97 → 1.1.98
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/cjs/config/guest.js
CHANGED
|
@@ -22,7 +22,7 @@ var guest = {
|
|
|
22
22
|
classes: 'object-cover',
|
|
23
23
|
props: {
|
|
24
24
|
src: 'https://res.cloudinary.com/dlpitjizv/video/upload/v1676582896/Beggars_Web_1728x940_Pizza_V2_2_MB_985d6b0daf.mp4',
|
|
25
|
-
alt: '
|
|
25
|
+
alt: 'Checkmate Landing'
|
|
26
26
|
},
|
|
27
27
|
style: {
|
|
28
28
|
position: 'absolute',
|
|
@@ -50,7 +50,7 @@ var guest = {
|
|
|
50
50
|
classes: '',
|
|
51
51
|
props: {
|
|
52
52
|
src: 'https://io-opentender.s3.amazonaws.com/logos/open-tender-logo-white.png',
|
|
53
|
-
alt: '
|
|
53
|
+
alt: 'Checkmate Logo'
|
|
54
54
|
},
|
|
55
55
|
style: {
|
|
56
56
|
width: 480,
|
|
@@ -18,36 +18,36 @@ exports.errorsApi = {
|
|
|
18
18
|
code: 'parse_error',
|
|
19
19
|
status: 422,
|
|
20
20
|
title: 'Cannot Read File',
|
|
21
|
-
detail: 'There was an error reading this file. Please contact
|
|
21
|
+
detail: 'There was an error reading this file. Please contact Checkmate Support.'
|
|
22
22
|
},
|
|
23
23
|
internalServerError: {
|
|
24
24
|
code: 'internal_server_error',
|
|
25
25
|
status: 500,
|
|
26
26
|
title: 'Internal Server Error',
|
|
27
|
-
detail: 'Internal server error. Please contact
|
|
27
|
+
detail: 'Internal server error. Please contact Checkmate Support.'
|
|
28
28
|
},
|
|
29
29
|
notImplemented: {
|
|
30
30
|
code: 'not_implemented',
|
|
31
31
|
status: 501,
|
|
32
32
|
title: 'Servers Overloaded',
|
|
33
|
-
detail: 'Servers temporarily overloaded. Please retry your request. If this issue persists, please contact
|
|
33
|
+
detail: 'Servers temporarily overloaded. Please retry your request. If this issue persists, please contact Checkmate Support.'
|
|
34
34
|
},
|
|
35
35
|
badGateway: {
|
|
36
36
|
code: 'bad_gateway',
|
|
37
37
|
status: 502,
|
|
38
38
|
title: 'Bad Gateway',
|
|
39
|
-
detail: 'Temporary gateway error. Please retry your request. If this issue persists, please contact
|
|
39
|
+
detail: 'Temporary gateway error. Please retry your request. If this issue persists, please contact Checkmate Support.'
|
|
40
40
|
},
|
|
41
41
|
tempUnavailable: {
|
|
42
42
|
code: 'temporarily_unavailable',
|
|
43
43
|
status: 503,
|
|
44
44
|
title: 'Service Temporarily Unavailable',
|
|
45
|
-
detail: 'Service Temporarily Unavailable. Please retry your request. If this issue persists, please contact
|
|
45
|
+
detail: 'Service Temporarily Unavailable. Please retry your request. If this issue persists, please contact Checkmate Support.'
|
|
46
46
|
},
|
|
47
47
|
gatewayTimeout: {
|
|
48
48
|
code: 'gateway_timeout',
|
|
49
49
|
status: 504,
|
|
50
50
|
title: 'Gateway Timeout',
|
|
51
|
-
detail: 'Gateway Timeout. Please contact
|
|
51
|
+
detail: 'Gateway Timeout. Please contact Checkmate Support.'
|
|
52
52
|
}
|
|
53
53
|
};
|
package/dist/esm/config/guest.js
CHANGED
|
@@ -20,7 +20,7 @@ var guest = {
|
|
|
20
20
|
classes: 'object-cover',
|
|
21
21
|
props: {
|
|
22
22
|
src: 'https://res.cloudinary.com/dlpitjizv/video/upload/v1676582896/Beggars_Web_1728x940_Pizza_V2_2_MB_985d6b0daf.mp4',
|
|
23
|
-
alt: '
|
|
23
|
+
alt: 'Checkmate Landing'
|
|
24
24
|
},
|
|
25
25
|
style: {
|
|
26
26
|
position: 'absolute',
|
|
@@ -48,7 +48,7 @@ var guest = {
|
|
|
48
48
|
classes: '',
|
|
49
49
|
props: {
|
|
50
50
|
src: 'https://io-opentender.s3.amazonaws.com/logos/open-tender-logo-white.png',
|
|
51
|
-
alt: '
|
|
51
|
+
alt: 'Checkmate Logo'
|
|
52
52
|
},
|
|
53
53
|
style: {
|
|
54
54
|
width: 480,
|
|
@@ -15,36 +15,36 @@ export var errorsApi = {
|
|
|
15
15
|
code: 'parse_error',
|
|
16
16
|
status: 422,
|
|
17
17
|
title: 'Cannot Read File',
|
|
18
|
-
detail: 'There was an error reading this file. Please contact
|
|
18
|
+
detail: 'There was an error reading this file. Please contact Checkmate Support.'
|
|
19
19
|
},
|
|
20
20
|
internalServerError: {
|
|
21
21
|
code: 'internal_server_error',
|
|
22
22
|
status: 500,
|
|
23
23
|
title: 'Internal Server Error',
|
|
24
|
-
detail: 'Internal server error. Please contact
|
|
24
|
+
detail: 'Internal server error. Please contact Checkmate Support.'
|
|
25
25
|
},
|
|
26
26
|
notImplemented: {
|
|
27
27
|
code: 'not_implemented',
|
|
28
28
|
status: 501,
|
|
29
29
|
title: 'Servers Overloaded',
|
|
30
|
-
detail: 'Servers temporarily overloaded. Please retry your request. If this issue persists, please contact
|
|
30
|
+
detail: 'Servers temporarily overloaded. Please retry your request. If this issue persists, please contact Checkmate Support.'
|
|
31
31
|
},
|
|
32
32
|
badGateway: {
|
|
33
33
|
code: 'bad_gateway',
|
|
34
34
|
status: 502,
|
|
35
35
|
title: 'Bad Gateway',
|
|
36
|
-
detail: 'Temporary gateway error. Please retry your request. If this issue persists, please contact
|
|
36
|
+
detail: 'Temporary gateway error. Please retry your request. If this issue persists, please contact Checkmate Support.'
|
|
37
37
|
},
|
|
38
38
|
tempUnavailable: {
|
|
39
39
|
code: 'temporarily_unavailable',
|
|
40
40
|
status: 503,
|
|
41
41
|
title: 'Service Temporarily Unavailable',
|
|
42
|
-
detail: 'Service Temporarily Unavailable. Please retry your request. If this issue persists, please contact
|
|
42
|
+
detail: 'Service Temporarily Unavailable. Please retry your request. If this issue persists, please contact Checkmate Support.'
|
|
43
43
|
},
|
|
44
44
|
gatewayTimeout: {
|
|
45
45
|
code: 'gateway_timeout',
|
|
46
46
|
status: 504,
|
|
47
47
|
title: 'Gateway Timeout',
|
|
48
|
-
detail: 'Gateway Timeout. Please contact
|
|
48
|
+
detail: 'Gateway Timeout. Please contact Checkmate Support.'
|
|
49
49
|
}
|
|
50
50
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-tender/store",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.98",
|
|
4
4
|
"description": "A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|