fix(core): update
This commit is contained in:
parent
5fd5fc501f
commit
310d60a84e
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@tsclass/tsclass',
|
name: '@tsclass/tsclass',
|
||||||
version: '4.0.45',
|
version: '4.0.46',
|
||||||
description: 'common classes for TypeScript'
|
description: 'common classes for TypeScript'
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,13 @@ import * as business from './index.js';
|
|||||||
import * as finance from '../finance/index.js';
|
import * as finance from '../finance/index.js';
|
||||||
import * as database from '../database/index.js';
|
import * as database from '../database/index.js';
|
||||||
export interface ILetter {
|
export interface ILetter {
|
||||||
|
versionInfo: {
|
||||||
|
type: 'draft' | 'final';
|
||||||
|
/**
|
||||||
|
* should follow semVer
|
||||||
|
*/
|
||||||
|
version: string;
|
||||||
|
};
|
||||||
incidenceId: string;
|
incidenceId: string;
|
||||||
type: 'invoice' | 'notice' | 'warning' | 'verification' | 'contract';
|
type: 'invoice' | 'notice' | 'warning' | 'verification' | 'contract';
|
||||||
date: number;
|
date: number;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user