@sparkrewards/sra-client 0.0.8 → 0.0.9
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.
|
@@ -508,8 +508,6 @@ const de_GetShopCommand = async (output, context) => {
|
|
|
508
508
|
'org_name': smithy_client_1.expectString,
|
|
509
509
|
'phone_number': smithy_client_1.expectString,
|
|
510
510
|
'preview': smithy_client_1.expectString,
|
|
511
|
-
'sent_setup': smithy_client_1.expectBoolean,
|
|
512
|
-
'setup': smithy_client_1.expectBoolean,
|
|
513
511
|
'shop_hours': smithy_client_1._json,
|
|
514
512
|
'shop_name': smithy_client_1.expectString,
|
|
515
513
|
'tags': smithy_client_1._json,
|
|
@@ -542,8 +540,6 @@ const de_GetShopPublicCommand = async (output, context) => {
|
|
|
542
540
|
'org_name': smithy_client_1.expectString,
|
|
543
541
|
'phone_number': smithy_client_1.expectString,
|
|
544
542
|
'preview': smithy_client_1.expectString,
|
|
545
|
-
'sent_setup': smithy_client_1.expectBoolean,
|
|
546
|
-
'setup': smithy_client_1.expectBoolean,
|
|
547
543
|
'shop_hours': smithy_client_1._json,
|
|
548
544
|
'shop_name': smithy_client_1.expectString,
|
|
549
545
|
'tags': smithy_client_1._json,
|
|
@@ -475,8 +475,6 @@ export const de_GetShopCommand = async (output, context) => {
|
|
|
475
475
|
'org_name': __expectString,
|
|
476
476
|
'phone_number': __expectString,
|
|
477
477
|
'preview': __expectString,
|
|
478
|
-
'sent_setup': __expectBoolean,
|
|
479
|
-
'setup': __expectBoolean,
|
|
480
478
|
'shop_hours': _json,
|
|
481
479
|
'shop_name': __expectString,
|
|
482
480
|
'tags': _json,
|
|
@@ -508,8 +506,6 @@ export const de_GetShopPublicCommand = async (output, context) => {
|
|
|
508
506
|
'org_name': __expectString,
|
|
509
507
|
'phone_number': __expectString,
|
|
510
508
|
'preview': __expectString,
|
|
511
|
-
'sent_setup': __expectBoolean,
|
|
512
|
-
'setup': __expectBoolean,
|
|
513
509
|
'shop_hours': _json,
|
|
514
510
|
'shop_name': __expectString,
|
|
515
511
|
'tags': _json,
|
|
@@ -67,8 +67,6 @@ declare const GetShopPublicCommand_base: {
|
|
|
67
67
|
* // close: "STRING_VALUE", // required
|
|
68
68
|
* // },
|
|
69
69
|
* // ],
|
|
70
|
-
* // sent_setup: true || false,
|
|
71
|
-
* // setup: true || false, // required
|
|
72
70
|
* // tags: [ // StringList // required
|
|
73
71
|
* // "STRING_VALUE",
|
|
74
72
|
* // ],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sparkrewards/sra-client",
|
|
3
3
|
"description": "@sparkrewards/sra-client client",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.9",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|