@cinerino/sdk 3.61.0 → 3.62.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.
@@ -2886,8 +2886,58 @@ var RoleType;
2886
2886
  })(RoleType = exports.RoleType || (exports.RoleType = {}));
2887
2887
 
2888
2888
  },{}],92:[function(require,module,exports){
2889
- arguments[4][14][0].apply(exports,arguments)
2890
- },{"dup":14}],93:[function(require,module,exports){
2889
+ "use strict";
2890
+ Object.defineProperty(exports, "__esModule", { value: true });
2891
+ /**
2892
+ * ソート条件インターフェース
2893
+ */
2894
+ // export interface ISortOrder {
2895
+ // createdAt?: SortType;
2896
+ // }
2897
+ // export interface ICustomerSearchConditions {
2898
+ // typeOf?: PersonType;
2899
+ // ids?: string[];
2900
+ // identifiers?: PersonFactory.IIdentifier;
2901
+ // /**
2902
+ // * メールアドレス
2903
+ // */
2904
+ // email?: string;
2905
+ // /**
2906
+ // * 電話番号
2907
+ // */
2908
+ // telephone?: string;
2909
+ // memberOf?: {
2910
+ // /**
2911
+ // * 会員番号
2912
+ // */
2913
+ // membershipNumbers?: string[];
2914
+ // };
2915
+ // }
2916
+ // export interface IReferencesOrderSearchConditions {
2917
+ // orderNumbers?: string[];
2918
+ // }
2919
+ /**
2920
+ * インボイス検索条件インターフェース
2921
+ */
2922
+ // export interface ISearchConditions {
2923
+ // limit?: number;
2924
+ // page?: number;
2925
+ // sort?: ISortOrder;
2926
+ // project?: {
2927
+ // id?: { $eq?: string };
2928
+ // };
2929
+ // createdFrom?: Date;
2930
+ // createdThrough?: Date;
2931
+ // accountIds?: string[];
2932
+ // confirmationNumbers?: string[];
2933
+ // customer?: ICustomerSearchConditions;
2934
+ // paymentMethods?: string[];
2935
+ // paymentMethodIds?: string[];
2936
+ // paymentStatuses?: PaymentStatusType[];
2937
+ // referencesOrder?: IReferencesOrderSearchConditions;
2938
+ // }
2939
+
2940
+ },{}],93:[function(require,module,exports){
2891
2941
  "use strict";
2892
2942
  Object.defineProperty(exports, "__esModule", { value: true });
2893
2943
  exports.ItemAvailability = void 0;
package/lib/bundle.js CHANGED
@@ -2886,8 +2886,58 @@ var RoleType;
2886
2886
  })(RoleType = exports.RoleType || (exports.RoleType = {}));
2887
2887
 
2888
2888
  },{}],92:[function(require,module,exports){
2889
- arguments[4][14][0].apply(exports,arguments)
2890
- },{"dup":14}],93:[function(require,module,exports){
2889
+ "use strict";
2890
+ Object.defineProperty(exports, "__esModule", { value: true });
2891
+ /**
2892
+ * ソート条件インターフェース
2893
+ */
2894
+ // export interface ISortOrder {
2895
+ // createdAt?: SortType;
2896
+ // }
2897
+ // export interface ICustomerSearchConditions {
2898
+ // typeOf?: PersonType;
2899
+ // ids?: string[];
2900
+ // identifiers?: PersonFactory.IIdentifier;
2901
+ // /**
2902
+ // * メールアドレス
2903
+ // */
2904
+ // email?: string;
2905
+ // /**
2906
+ // * 電話番号
2907
+ // */
2908
+ // telephone?: string;
2909
+ // memberOf?: {
2910
+ // /**
2911
+ // * 会員番号
2912
+ // */
2913
+ // membershipNumbers?: string[];
2914
+ // };
2915
+ // }
2916
+ // export interface IReferencesOrderSearchConditions {
2917
+ // orderNumbers?: string[];
2918
+ // }
2919
+ /**
2920
+ * インボイス検索条件インターフェース
2921
+ */
2922
+ // export interface ISearchConditions {
2923
+ // limit?: number;
2924
+ // page?: number;
2925
+ // sort?: ISortOrder;
2926
+ // project?: {
2927
+ // id?: { $eq?: string };
2928
+ // };
2929
+ // createdFrom?: Date;
2930
+ // createdThrough?: Date;
2931
+ // accountIds?: string[];
2932
+ // confirmationNumbers?: string[];
2933
+ // customer?: ICustomerSearchConditions;
2934
+ // paymentMethods?: string[];
2935
+ // paymentMethodIds?: string[];
2936
+ // paymentStatuses?: PaymentStatusType[];
2937
+ // referencesOrder?: IReferencesOrderSearchConditions;
2938
+ // }
2939
+
2940
+ },{}],93:[function(require,module,exports){
2891
2941
  "use strict";
2892
2942
  Object.defineProperty(exports, "__esModule", { value: true });
2893
2943
  exports.ItemAvailability = void 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "3.61.0",
3
+ "version": "3.62.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
- "@cinerino/api-abstract-client": "3.61.0",
100
+ "@cinerino/api-abstract-client": "3.62.0",
101
101
  "debug": "^3.2.6",
102
102
  "http-status": "^1.4.2",
103
103
  "idtoken-verifier": "^2.0.3",