@chevre/factory 4.383.0-alpha.1 → 4.383.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.
- package/lib/accountTitle.d.ts +4 -2
- package/package.json +2 -2
package/lib/accountTitle.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export interface IDefinedTerm {
|
|
|
8
8
|
description?: string;
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* 勘定科目
|
|
12
12
|
* {@link https://pending.schema.org/CategoryCode}
|
|
13
13
|
*/
|
|
14
14
|
export interface IAccountTitle {
|
|
@@ -25,7 +25,6 @@ export interface IAccountTitle {
|
|
|
25
25
|
/**
|
|
26
26
|
* A description of the item.
|
|
27
27
|
*/
|
|
28
|
-
description?: string;
|
|
29
28
|
/**
|
|
30
29
|
* A CategoryCodeSet that contains this catagory code.
|
|
31
30
|
*/
|
|
@@ -78,4 +77,7 @@ export interface ISearchConditions {
|
|
|
78
77
|
name?: string;
|
|
79
78
|
};
|
|
80
79
|
};
|
|
80
|
+
additionalProperty?: {
|
|
81
|
+
$elemMatch?: any;
|
|
82
|
+
};
|
|
81
83
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chevre/factory",
|
|
3
|
-
"version": "4.383.0
|
|
3
|
+
"version": "4.383.0",
|
|
4
4
|
"description": "Chevre Factory Library for Javascript",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@aws-sdk/client-cognito-identity-provider": "3.438.0",
|
|
57
|
-
"@motionpicture/coa-service": "9.5.0
|
|
57
|
+
"@motionpicture/coa-service": "9.5.0",
|
|
58
58
|
"@motionpicture/gmo-service": "5.3.0",
|
|
59
59
|
"@surfrock/sdk": "1.3.0",
|
|
60
60
|
"@waiter/factory": "2.2.0",
|