@cinerino/sdk 3.160.0-alpha.5 → 3.160.0

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,8 +1,8 @@
1
1
  import * as factory from '../factory';
2
2
  import { IProjectionSearchConditions, IUnset, Service } from '../service';
3
3
  export declare type IProduct = Omit<factory.product.IProduct, 'offers'> | Omit<factory.service.paymentService.IService, 'provider'>;
4
- export declare type IProductWithoutCredentials = Omit<factory.product.IProduct, 'availableChannel'>;
5
- export declare type IPaymentServiceWithoutCredentials = Omit<factory.service.paymentService.IService, 'availableChannel' | 'provider'> & {};
4
+ export declare type IProductWithoutCredentials = Omit<factory.product.IProduct, 'availableChannel' | 'offers'>;
5
+ export declare type IPaymentServiceWithoutCredentials = Omit<factory.service.paymentService.IService, 'availableChannel' | 'provider'>;
6
6
  export declare type ISearchProductsResult = IProductWithoutCredentials | IPaymentServiceWithoutCredentials;
7
7
  /**
8
8
  * プロダクトサービス
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "3.160.0-alpha.5",
3
+ "version": "3.160.0",
4
4
  "description": "Cinerino SDK",
5
5
  "main": "./lib/index.js",
6
6
  "browser": {
@@ -97,7 +97,7 @@
97
97
  "watchify": "^3.11.1"
98
98
  },
99
99
  "dependencies": {
100
- "@chevre/factory": "4.315.0-alpha.3",
100
+ "@chevre/factory": "4.315.0",
101
101
  "debug": "^3.2.6",
102
102
  "http-status": "^1.4.2",
103
103
  "idtoken-verifier": "^2.0.3",