RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
spartaxx.businessmodels
Versions diffs
1.0.365 → 1.0.366
spartaxx.businessmodels 1.0.365 → 1.0.366
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/CCC/ClientPackageDocuments.ts
+1
-0
package/package.json
+1
-1
package/CCC/ClientPackageDocuments.ts
CHANGED
Viewed
@@ -13,6 +13,7 @@ export interface ClientPackageDocument {
13
13
IsDocumentGenerated?: boolean;
14
14
AccountDocumentInfo?: AccountDocumentInfo[];
15
15
ClientDocumentInfo?: ClientDocumentInfo[];
16
+
Title?: string;
16
17
}
17
18
18
19
export interface AccountDocumentInfo {
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "spartaxx.businessmodels",
3
-
"version": "1.0.
365
",
3
+
"version": "1.0.
366
",
4
4
"main": "protest.js",
5
5
"type": "commonjs",
6
6
"scripts": {