@chevre/factory 4.379.0-alpha.0 → 4.380.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.
@@ -368,7 +368,7 @@ export interface IStringSearchConditions {
368
368
  * ソート条件
369
369
  */
370
370
  export interface ISortOrder {
371
- modifiedTime?: SortType;
371
+ bookingTime?: SortType;
372
372
  }
373
373
  export interface IProgramMembershipUsedSearchConditions {
374
374
  identifier?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.379.0-alpha.0",
3
+ "version": "4.380.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",