@cinerino/sdk 10.13.0 → 10.14.0-alpha.1
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.
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as factory from '../factory';
|
|
2
2
|
import { IOptions, ISearchResult, IUnset, Service } from '../service';
|
|
3
3
|
import { IMakesProductOffer, IPaymentAccepted, IProvidePaymentService } from './seller/factory';
|
|
4
|
-
declare type IKeyOfProjection = keyof factory.seller.ISeller
|
|
4
|
+
declare type IKeyOfProjection = keyof factory.seller.ISeller;
|
|
5
5
|
declare type IProjection = {
|
|
6
|
-
[key in IKeyOfProjection]?:
|
|
6
|
+
[key in IKeyOfProjection]?: 1;
|
|
7
7
|
};
|
|
8
8
|
declare type IUpdatingSeller = Pick<factory.seller.ISeller, 'additionalProperty' | 'branchCode' | 'hasMerchantReturnPolicy' | 'makesOffer' | 'name' | 'telephone' | 'typeOf' | 'url'>;
|
|
9
9
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.14.0-alpha.1",
|
|
4
4
|
"description": "Cinerino SDK",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"browser": {
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"watchify": "^3.11.1"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@chevre/factory": "4.
|
|
95
|
+
"@chevre/factory": "4.387.0-alpha.0",
|
|
96
96
|
"debug": "3.2.7",
|
|
97
97
|
"http-status": "1.7.4",
|
|
98
98
|
"idtoken-verifier": "2.0.3",
|