@cool-digital-solutions/interferir-models 1.0.68 → 1.0.70
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/dist/index.d.ts +1 -2
- package/dist/index.js +0 -1
- package/dist/schemas/index.js +0 -1
- package/dist/types/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { IAiConversation, IAiConversationModel } from './types/ai-conversation.type';
|
|
2
|
-
import { IAiConversationMessage, IAiConversationMessageModel } from './types/ai-conversation-message.type';
|
|
3
2
|
import { IBackendError, IBackendErrorModel } from './types/backend-error.type';
|
|
4
3
|
import { IBadge, IBadgeModel } from './types/badge.type';
|
|
5
4
|
import { IBatchHistory } from './types/batch-history.type';
|
|
@@ -105,5 +104,5 @@ import CompetitorAnalysisSchema from './schemas/competitor-analysis.schema';
|
|
|
105
104
|
import FoamTreeSchema from './schemas/foam-tree.schema';
|
|
106
105
|
import FeaturedThemeSchema from './schemas/featured-theme.schema';
|
|
107
106
|
import CompetitorGridSchema from './schemas/competitor-grid.schema';
|
|
108
|
-
export { IAiConversation, IAiConversationModel,
|
|
107
|
+
export { IAiConversation, IAiConversationModel, IBackendError, IBackendErrorModel, IBadge, IBadgeModel, IBatchHistory, IBookmark, IBookmarkModel, ICompany, ICompanyModel, ICompanyCluster, ICompanyClusterModel, ICompanyMarketing, ICompanyMarketingModel, ICompanyFundingRound, ICompanyFundingRoundModel, ICompetitor, ICompetitorModel, ICompetitorAnalysis, ICompetitorAnalysisModel, IContactMessage, IContactMessageModel, IContactStartup, IContactStartupModel, IContent, IContentModel, IDraftVersion, IDraftVersionModel, IEvidenceLayout, IEvidenceLayoutModel, IEvidence, IEvidenceModel, IFaq, IFaqModel, IFeaturedTheme, IFeaturedThemeModel, IFollowContent, IFollowContentModel, IGeneralConfigSub, IGeneralConfigSubModel, IGeneralConfig, IGeneralConfigModel, IImage, IImageModel, IIndustry, IIndustryModel, IInstantResearch, IInstantResearchModel, IInvestor, IInvestorModel, ILike, ILikeModel, INews, INewsModel, INotification, INotificationModel, IOtp, IOtpModel, IPortiaArticle, IPortiaArticleModel, IProblem, IProblemModel, IRelatedTheme, IRelatedThemeModel, ISearchHistory, ISearchHistoryModel, ISFCategory, ISFCategoryModel, ISFSubCategory, ISFSubCategoryModel, ISFTag, ISFTagModel, ISiteMapCache, ISiteMapCacheModel, ISparkUseCase, ISparkUseCaseModel, ISpark, ISparkModel, IStartupVectorAnyEntity, IStartupVectorAnyEntityModel, ISuggest, ISuggestModel, ITechnology, ITechnologyModel, ITheme, IThemeModel, IToken, ITokenModel, IUpdateJob, IUpdateJobModel, IUseCase, IUseCaseModel, IUseCaseDiscovery, IUseCaseDiscoveryModel, IUseCaseDiscoveryProblem, IUseCaseDiscoveryProblemModel, IUserToken, IUserTokenModel, IUserVisit, IUserVisitModel, IUser, IUserModel, IFoamTree, IFoamTreeModel, ICompetitorGrid, ICompetitorGridModel, };
|
|
109
108
|
export { ThemeSchema, ProblemSchema, SFTagSchema, SFCategorySchema, SFSubCategorySchema, TechnologySchema, IndustrySchema, BackendErrorSchema, EvidenceSchema, EvidenceLayoutSchema, ImageSchema, SearchHistorySchema, TokenSchema, UserTokenSchema, UserSchema, CompanySchema, PortiaArticleSchema, InstantResearchSchema, ContactMessageSchema, ContactStartupSchema, BadgeSchema, ContentSchema, FaqSchema, UseCaseSchema, NewsSchema, LikeSchema, SparkSchema, SparkUseCaseSchema, FollowContentSchema, SiteMapCacheSchema, GeneralConfigSchema, GeneralConfigSubSchema, DraftVersionSchema, NotificationSchema, OtpSchema, SuggestSchema, UserVisitSchema, CompetitorSchema, CompanyFundingRoundSchema, BookmarkSchema, CompanyClusterSchema, CompanyMarketingSchema, InvestorSchema, RelatedThemeSchema, StartupVectorAnyEntitySchema, UpdateJobSchema, UseCaseDiscoverySchema, UseCaseDiscoveryProblemSchema, CompetitorAnalysisSchema, FoamTreeSchema, FeaturedThemeSchema, CompetitorGridSchema, };
|
package/dist/index.js
CHANGED
|
@@ -85,7 +85,6 @@ const company_funding_round_schema_1 = __importDefault(require("./schemas/compan
|
|
|
85
85
|
exports.CompanyFundingRoundSchema = company_funding_round_schema_1.default;
|
|
86
86
|
const bookmark_schema_1 = __importDefault(require("./schemas/bookmark.schema"));
|
|
87
87
|
exports.BookmarkSchema = bookmark_schema_1.default;
|
|
88
|
-
// import AiConversationSchema from './schemas/ai-conversation.schema.js';
|
|
89
88
|
const company_cluster_schema_1 = __importDefault(require("./schemas/company-cluster.schema"));
|
|
90
89
|
exports.CompanyClusterSchema = company_cluster_schema_1.default;
|
|
91
90
|
const company_marketing_schema_1 = __importDefault(require("./schemas/company-marketing.schema"));
|
package/dist/schemas/index.js
CHANGED
|
@@ -87,7 +87,6 @@ const bookmark_schema_1 = __importDefault(require("./bookmark.schema"));
|
|
|
87
87
|
exports.BookmarkSchema = bookmark_schema_1.default;
|
|
88
88
|
const ai_conversation_schema_1 = __importDefault(require("./ai-conversation.schema"));
|
|
89
89
|
exports.AiConversationSchema = ai_conversation_schema_1.default;
|
|
90
|
-
// import AiConversationMessageSchema from './ai-conversation-message.schema.js';
|
|
91
90
|
const batch_history_schema_1 = __importDefault(require("./batch-history.schema"));
|
|
92
91
|
exports.BatchHistorySchema = batch_history_schema_1.default;
|
|
93
92
|
const company_cluster_schema_1 = __importDefault(require("./company-cluster.schema"));
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { IAiConversation, IAiConversationModel } from './ai-conversation.type';
|
|
2
|
-
import { IAiConversationMessage, IAiConversationMessageModel } from './ai-conversation-message.type';
|
|
3
2
|
import { IBackendError, IBackendErrorModel } from './backend-error.type';
|
|
4
3
|
import { IBadge, IBadgeModel } from './badge.type';
|
|
5
4
|
import { IBatchHistory } from './batch-history.type';
|
|
@@ -53,4 +52,4 @@ import { IUserToken, IUserTokenModel } from './user-token.type';
|
|
|
53
52
|
import { IUserVisit, IUserVisitModel } from './user-visit.type';
|
|
54
53
|
import { IUser, IUserModel } from './user.type';
|
|
55
54
|
import { ICompetitorGrid, ICompetitorGridModel, AIStatus } from './competitor-grid.type';
|
|
56
|
-
export { IAiConversation, IAiConversationModel,
|
|
55
|
+
export { IAiConversation, IAiConversationModel, IBackendError, IBackendErrorModel, IBadge, IBadgeModel, IBatchHistory, IBookmark, IBookmarkModel, ICompany, ICompanyModel, ICompanyCluster, ICompanyClusterModel, ICompanyFundingRound, ICompanyFundingRoundModel, ICompanyMarketing, ICompanyMarketingModel, ICompetitor, ICompetitorModel, ICompetitorAnalysis, ICompetitorAnalysisModel, IContactMessage, IContactMessageModel, IContactStartup, IContactStartupModel, IContent, IContentModel, IDraftVersion, IDraftVersionModel, IEvidenceLayout, IEvidenceLayoutModel, IEvidence, IEvidenceModel, IFaq, IFaqModel, IFeaturedTheme, IFeaturedThemeModel, IFoamTree, IFoamTreeModel, IFollowContent, IFollowContentModel, IGeneralConfigSub, IGeneralConfigSubModel, IGeneralConfig, IGeneralConfigModel, IImage, IImageModel, IIndustry, IIndustryModel, IInstantResearch, IInstantResearchModel, IInvestor, IInvestorModel, ILike, ILikeModel, INews, INewsModel, INotification, INotificationModel, IOtp, IOtpModel, IPortiaArticle, IPortiaArticleModel, IProblem, IProblemModel, IRelatedTheme, IRelatedThemeModel, ISearchHistory, ISearchHistoryModel, ISFCategory, ISFCategoryModel, ISFSubCategory, ISFSubCategoryModel, ISFTag, ISFTagModel, ISiteMapCache, ISiteMapCacheModel, ISparkUseCase, ISparkUseCaseModel, ISpark, ISparkModel, IStartupVectorAnyEntity, IStartupVectorAnyEntityModel, ISuggest, ISuggestModel, ITechnology, ITechnologyModel, ITheme, IThemeModel, IToken, ITokenModel, IUpdateJob, IUpdateJobModel, IUseCaseDiscovery, IUseCaseDiscoveryModel, IUseCaseDiscoveryProblem, IUseCaseDiscoveryProblemModel, IUseCase, IUseCaseModel, IUserToken, IUserTokenModel, IUserVisit, IUserVisitModel, IUser, IUserModel, ICompetitorGrid, ICompetitorGridModel, AIStatus, };
|