fix(core): update

This commit is contained in:
2023-06-09 20:19:36 +02:00
parent 4f25f2d6e6
commit 1566d06a7d
8 changed files with 4471 additions and 11214 deletions

8
ts/00_commitinfo_data.ts Normal file
View File

@@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@social.io_private/interfaces',
version: '1.0.6',
description: 'an interface package for social.io'
}

View File

@@ -1,2 +1,2 @@
export * from './sio-interfaces.data';
export * from './sio-interfaces.requests';
export * from './sio-interfaces.data.js';
export * from './sio-interfaces.requests.js';

View File

@@ -1,4 +1,4 @@
import * as plugins from './interfaces.plugins';
import * as plugins from './interfaces.plugins.js';
// Basic Conversation
export interface ISioConversationParty {

View File

@@ -1,4 +1,4 @@
import * as plugins from './interfaces.plugins';
import * as plugins from './interfaces.plugins.js';
export interface IRequest_GetSocialSession extends plugins.typedrequestInterfaces.implementsTR<
plugins.typedrequestInterfaces.ITypedRequest,