Update Dockerfiles, add signal api generated outputs
This commit is contained in:
parent
31da4b0e62
commit
83653ef23b
65 changed files with 6728 additions and 21 deletions
15
packages/signal-api/apis/index.ts
Normal file
15
packages/signal-api/apis/index.ts
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export * from './AccountsApi';
|
||||
export * from './AttachmentsApi';
|
||||
export * from './ContactsApi';
|
||||
export * from './DevicesApi';
|
||||
export * from './GeneralApi';
|
||||
export * from './GroupsApi';
|
||||
export * from './IdentitiesApi';
|
||||
export * from './MessagesApi';
|
||||
export * from './ProfilesApi';
|
||||
export * from './ReactionsApi';
|
||||
export * from './ReceiptsApi';
|
||||
export * from './SearchApi';
|
||||
export * from './StickerPacksApi';
|
||||
Loading…
Add table
Add a link
Reference in a new issue