@cool-digital-solutions/interferir-models 1.0.0 → 1.0.1

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.
Files changed (134) hide show
  1. package/dist/index.d.ts +39 -39
  2. package/dist/index.js +80 -77
  3. package/dist/schemas/ai-conversation.schema.d.ts +30 -0
  4. package/dist/{models/ai-conversation.model.js → schemas/ai-conversation.schema.js} +1 -2
  5. package/dist/schemas/backend-error.schema.d.ts +30 -0
  6. package/dist/{models/backend-error.model.js → schemas/backend-error.schema.js} +1 -2
  7. package/dist/schemas/badge.schema.d.ts +30 -0
  8. package/dist/{models/badge.model.js → schemas/badge.schema.js} +1 -2
  9. package/dist/{models/batch-history.model.d.ts → schemas/batch-history.schema.d.ts} +4 -5
  10. package/dist/{models/batch-history.model.js → schemas/batch-history.schema.js} +1 -2
  11. package/dist/schemas/company.schema.d.ts +30 -0
  12. package/dist/{models/company.model.js → schemas/company.schema.js} +1 -2
  13. package/dist/schemas/competitor.schema.d.ts +30 -0
  14. package/dist/{models/competitor.model.js → schemas/competitor.schema.js} +1 -2
  15. package/dist/schemas/contact-message.schema.d.ts +30 -0
  16. package/dist/{models/contact-message.model.js → schemas/contact-message.schema.js} +1 -2
  17. package/dist/schemas/contact-startup.schema.d.ts +30 -0
  18. package/dist/{models/contact-startup.model.js → schemas/contact-startup.schema.js} +1 -2
  19. package/dist/schemas/content.schema.d.ts +30 -0
  20. package/dist/{models/content.model.js → schemas/content.schema.js} +1 -2
  21. package/dist/schemas/draft-version.schema.d.ts +30 -0
  22. package/dist/{models/draft-version.model.js → schemas/draft-version.schema.js} +1 -2
  23. package/dist/schemas/evidence-layout.schema.d.ts +30 -0
  24. package/dist/{models/evidence-layout.model.js → schemas/evidence-layout.schema.js} +1 -2
  25. package/dist/schemas/evidence.schema.d.ts +30 -0
  26. package/dist/{models/evidence.model.js → schemas/evidence.schema.js} +1 -2
  27. package/dist/schemas/faq.schema.d.ts +30 -0
  28. package/dist/{models/faq.model.js → schemas/faq.schema.js} +1 -2
  29. package/dist/schemas/follow-content.schema.d.ts +30 -0
  30. package/dist/{models/follow-content.model.js → schemas/follow-content.schema.js} +1 -2
  31. package/dist/schemas/general-config-sub.schema.d.ts +30 -0
  32. package/dist/{models/general-config-sub.model.js → schemas/general-config-sub.schema.js} +1 -2
  33. package/dist/schemas/general-config.schema.d.ts +30 -0
  34. package/dist/{models/general-config.model.js → schemas/general-config.schema.js} +1 -2
  35. package/dist/schemas/image.schema.d.ts +30 -0
  36. package/dist/{models/image.model.js → schemas/image.schema.js} +1 -2
  37. package/dist/schemas/index.d.ts +39 -0
  38. package/dist/schemas/index.js +82 -0
  39. package/dist/schemas/industry.schema.d.ts +30 -0
  40. package/dist/{models/industry.model.js → schemas/industry.schema.js} +1 -2
  41. package/dist/schemas/instant-research.schema.d.ts +30 -0
  42. package/dist/{models/instant-research.model.js → schemas/instant-research.schema.js} +1 -2
  43. package/dist/schemas/investor.schema.d.ts +30 -0
  44. package/dist/{models/investor.model.js → schemas/investor.schema.js} +1 -2
  45. package/dist/schemas/like.schema.d.ts +30 -0
  46. package/dist/{models/like.model.js → schemas/like.schema.js} +1 -2
  47. package/dist/schemas/news.schema.d.ts +30 -0
  48. package/dist/{models/news.model.js → schemas/news.schema.js} +1 -2
  49. package/dist/schemas/notification.schema.d.ts +30 -0
  50. package/dist/{models/notification.model.js → schemas/notification.schema.js} +1 -2
  51. package/dist/schemas/otp.schema.d.ts +30 -0
  52. package/dist/{models/otp.model.js → schemas/otp.schema.js} +1 -2
  53. package/dist/schemas/portia-article.schema.d.ts +30 -0
  54. package/dist/{models/portia-article.model.js → schemas/portia-article.schema.js} +1 -2
  55. package/dist/schemas/problem.schema.d.ts +30 -0
  56. package/dist/{models/problem.model.js → schemas/problem.schema.js} +1 -2
  57. package/dist/schemas/search-history.schema.d.ts +30 -0
  58. package/dist/{models/search-history.model.js → schemas/search-history.schema.js} +1 -2
  59. package/dist/schemas/sf-category.schema.d.ts +30 -0
  60. package/dist/{models/sf-category.model.js → schemas/sf-category.schema.js} +1 -2
  61. package/dist/schemas/sf-sub-category.schema.d.ts +30 -0
  62. package/dist/{models/sf-sub-category.model.js → schemas/sf-sub-category.schema.js} +1 -2
  63. package/dist/schemas/sf-tag.schema.d.ts +30 -0
  64. package/dist/{models/sf-tag.model.js → schemas/sf-tag.schema.js} +1 -2
  65. package/dist/schemas/site-map-cache.schema.d.ts +30 -0
  66. package/dist/{models/site-map-cache.model.js → schemas/site-map-cache.schema.js} +1 -2
  67. package/dist/schemas/spark-use-case.schema.d.ts +30 -0
  68. package/dist/{models/spark-use-case.model.js → schemas/spark-use-case.schema.js} +1 -2
  69. package/dist/schemas/spark.schema.d.ts +30 -0
  70. package/dist/{models/spark.model.js → schemas/spark.schema.js} +1 -2
  71. package/dist/schemas/suggest.schema.d.ts +30 -0
  72. package/dist/{models/suggest.model.js → schemas/suggest.schema.js} +1 -2
  73. package/dist/schemas/technology.schema.d.ts +30 -0
  74. package/dist/{models/technology.model.js → schemas/technology.schema.js} +1 -2
  75. package/dist/schemas/theme.schema.d.ts +30 -0
  76. package/dist/{models/theme.model.js → schemas/theme.schema.js} +1 -2
  77. package/dist/schemas/token.schema.d.ts +30 -0
  78. package/dist/{models/token.model.js → schemas/token.schema.js} +1 -2
  79. package/dist/schemas/update-job.schema.d.ts +30 -0
  80. package/dist/{models/update-job.model.js → schemas/update-job.schema.js} +1 -2
  81. package/dist/schemas/use-case.schema.d.ts +30 -0
  82. package/dist/{models/use-case.model.js → schemas/use-case.schema.js} +1 -2
  83. package/dist/schemas/user-token.schema.d.ts +30 -0
  84. package/dist/{models/user-token.model.js → schemas/user-token.schema.js} +1 -2
  85. package/dist/schemas/user-visit.schema.d.ts +30 -0
  86. package/dist/{models/user-visit.model.js → schemas/user-visit.schema.js} +1 -2
  87. package/dist/schemas/user.schema.d.ts +30 -0
  88. package/dist/{models/user.model.js → schemas/user.schema.js} +1 -2
  89. package/package.json +1 -1
  90. package/dist/models/ai-conversation.model.d.ts +0 -2
  91. package/dist/models/backend-error.model.d.ts +0 -2
  92. package/dist/models/badge.model.d.ts +0 -2
  93. package/dist/models/company.model.d.ts +0 -2
  94. package/dist/models/competitor.model.d.ts +0 -2
  95. package/dist/models/contact-message.model.d.ts +0 -2
  96. package/dist/models/contact-startup.model.d.ts +0 -2
  97. package/dist/models/content.model.d.ts +0 -2
  98. package/dist/models/draft-version.model.d.ts +0 -2
  99. package/dist/models/evidence-layout.model.d.ts +0 -2
  100. package/dist/models/evidence.model.d.ts +0 -2
  101. package/dist/models/faq.model.d.ts +0 -2
  102. package/dist/models/follow-content.model.d.ts +0 -2
  103. package/dist/models/general-config-sub.model.d.ts +0 -2
  104. package/dist/models/general-config.model.d.ts +0 -2
  105. package/dist/models/image.model.d.ts +0 -2
  106. package/dist/models/index.d.ts +0 -39
  107. package/dist/models/index.js +0 -79
  108. package/dist/models/industry.model.d.ts +0 -2
  109. package/dist/models/instant-research.model.d.ts +0 -2
  110. package/dist/models/investor.model.d.ts +0 -2
  111. package/dist/models/like.model.d.ts +0 -2
  112. package/dist/models/news.model.d.ts +0 -2
  113. package/dist/models/notification.model.d.ts +0 -2
  114. package/dist/models/otp.model.d.ts +0 -2
  115. package/dist/models/portia-article.model.d.ts +0 -2
  116. package/dist/models/problem.model.d.ts +0 -2
  117. package/dist/models/search-history.model.d.ts +0 -2
  118. package/dist/models/sf-category.model.d.ts +0 -2
  119. package/dist/models/sf-sub-category.model.d.ts +0 -2
  120. package/dist/models/sf-tag.model.d.ts +0 -2
  121. package/dist/models/site-map-cache.model.d.ts +0 -2
  122. package/dist/models/spark-use-case.model.d.ts +0 -2
  123. package/dist/models/spark.model.d.ts +0 -2
  124. package/dist/models/suggest.model.d.ts +0 -2
  125. package/dist/models/technology.model.d.ts +0 -2
  126. package/dist/models/theme.model.d.ts +0 -2
  127. package/dist/models/token.model.d.ts +0 -2
  128. package/dist/models/update-job.model.d.ts +0 -2
  129. package/dist/models/use-case.model.d.ts +0 -2
  130. package/dist/models/user-token.model.d.ts +0 -2
  131. package/dist/models/user-visit.model.d.ts +0 -2
  132. package/dist/models/user.model.d.ts +0 -2
  133. /package/dist/{models → schemas}/model-indexes.d.ts +0 -0
  134. /package/dist/{models → schemas}/model-indexes.js +0 -0
@@ -1,2 +0,0 @@
1
- import { IEvidenceModel } from '../types';
2
- export declare const EvidenceModel: IEvidenceModel;
@@ -1,2 +0,0 @@
1
- import { IFaqModel } from '../types';
2
- export declare const FaqModel: IFaqModel;
@@ -1,2 +0,0 @@
1
- import { IFollowContentModel } from '../types';
2
- export declare const FollowContentModel: IFollowContentModel;
@@ -1,2 +0,0 @@
1
- import { IGeneralConfigSubModel } from '../types';
2
- export declare const GeneralConfigSubModel: IGeneralConfigSubModel;
@@ -1,2 +0,0 @@
1
- import { IGeneralConfigModel } from '../types';
2
- export declare const GeneralConfigModel: IGeneralConfigModel;
@@ -1,2 +0,0 @@
1
- import { IImageModel } from '../types';
2
- export declare const ImageModel: IImageModel;
@@ -1,39 +0,0 @@
1
- import { ThemeModel as Theme } from './theme.model';
2
- import { ProblemModel as Problem } from './problem.model';
3
- import { SFTagModel as SFTag } from './sf-tag.model';
4
- import { SFCategoryModel as SFCategory } from './sf-category.model';
5
- import { SFSubCategoryModel as SFSubCategory } from './sf-sub-category.model';
6
- import { TechnologyModel as Technology } from './technology.model';
7
- import { IndustryModel as Industry } from './industry.model';
8
- import { BackendErrorModel as BackendError } from './backend-error.model';
9
- import { EvidenceModel as Evidence } from './evidence.model';
10
- import { EvidenceLayoutModel as EvidenceLayout } from './evidence-layout.model';
11
- import { ImageModel as Image } from './image.model';
12
- import { SearchHistoryModel as SearchHistory } from './search-history.model';
13
- import { TokenModel as Token } from './token.model';
14
- import { UserTokenModel as UserToken } from './user-token.model';
15
- import { UserModel as User } from './user.model';
16
- import { CompanyModel as Company } from './company.model';
17
- import { PortiaArticleModel as PortiaArticle } from './portia-article.model';
18
- import { InstantResearchModel as InstantResearch } from './instant-research.model';
19
- import { ContactMessageModel as ContactMessage } from './contact-message.model';
20
- import { ContactStartupModel as ContactStartup } from './contact-startup.model';
21
- import { BadgeModel as Badge } from './badge.model';
22
- import { ContentModel as Content } from './content.model';
23
- import { FaqModel as FAQ } from './faq.model';
24
- import { UseCaseModel as UseCase } from './use-case.model';
25
- import { NewsModel as News } from './news.model';
26
- import { LikeModel as Like } from './like.model';
27
- import { SparkModel as Spark } from './spark.model';
28
- import { SparkUseCaseModel as SparkUseCase } from './spark-use-case.model';
29
- import { FollowContentModel as FollowContent } from './follow-content.model';
30
- import { SiteMapCacheModel as SiteMapCache } from './site-map-cache.model';
31
- import { GeneralConfigModel as GeneralConfig } from './general-config.model';
32
- import { GeneralConfigSubModel as GeneralConfigSub } from './general-config-sub.model';
33
- import { DraftVersionModel as DraftVersion } from './draft-version.model';
34
- import { NotificationModel as Notification } from './notification.model';
35
- import { OtpModel as Otp } from './otp.model';
36
- import { SuggestModel as Suggest } from './suggest.model';
37
- import { UserVisitModel as UserVisit } from './user-visit.model';
38
- import { CompetitorModel as Competitor } from './competitor.model';
39
- export { User, UserToken, BackendError, Company, ContactMessage, ContactStartup, Evidence, Image, Notification, SearchHistory, Token, EvidenceLayout, Badge, Content, FAQ, Theme, UseCase, News, Like, Spark, SparkUseCase, FollowContent, SiteMapCache, GeneralConfig, GeneralConfigSub, Industry, Technology, SFCategory, SFSubCategory, SFTag, DraftVersion, Problem, PortiaArticle, InstantResearch, Otp, Suggest, UserVisit, Competitor, };
@@ -1,79 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Competitor = exports.UserVisit = exports.Suggest = exports.Otp = exports.InstantResearch = exports.PortiaArticle = exports.Problem = exports.DraftVersion = exports.SFTag = exports.SFSubCategory = exports.SFCategory = exports.Technology = exports.Industry = exports.GeneralConfigSub = exports.GeneralConfig = exports.SiteMapCache = exports.FollowContent = exports.SparkUseCase = exports.Spark = exports.Like = exports.News = exports.UseCase = exports.Theme = exports.FAQ = exports.Content = exports.Badge = exports.EvidenceLayout = exports.Token = exports.SearchHistory = exports.Notification = exports.Image = exports.Evidence = exports.ContactStartup = exports.ContactMessage = exports.Company = exports.BackendError = exports.UserToken = exports.User = void 0;
4
- const theme_model_1 = require("./theme.model");
5
- Object.defineProperty(exports, "Theme", { enumerable: true, get: function () { return theme_model_1.ThemeModel; } });
6
- const problem_model_1 = require("./problem.model");
7
- Object.defineProperty(exports, "Problem", { enumerable: true, get: function () { return problem_model_1.ProblemModel; } });
8
- const sf_tag_model_1 = require("./sf-tag.model");
9
- Object.defineProperty(exports, "SFTag", { enumerable: true, get: function () { return sf_tag_model_1.SFTagModel; } });
10
- const sf_category_model_1 = require("./sf-category.model");
11
- Object.defineProperty(exports, "SFCategory", { enumerable: true, get: function () { return sf_category_model_1.SFCategoryModel; } });
12
- const sf_sub_category_model_1 = require("./sf-sub-category.model");
13
- Object.defineProperty(exports, "SFSubCategory", { enumerable: true, get: function () { return sf_sub_category_model_1.SFSubCategoryModel; } });
14
- const technology_model_1 = require("./technology.model");
15
- Object.defineProperty(exports, "Technology", { enumerable: true, get: function () { return technology_model_1.TechnologyModel; } });
16
- const industry_model_1 = require("./industry.model");
17
- Object.defineProperty(exports, "Industry", { enumerable: true, get: function () { return industry_model_1.IndustryModel; } });
18
- const backend_error_model_1 = require("./backend-error.model");
19
- Object.defineProperty(exports, "BackendError", { enumerable: true, get: function () { return backend_error_model_1.BackendErrorModel; } });
20
- const evidence_model_1 = require("./evidence.model");
21
- Object.defineProperty(exports, "Evidence", { enumerable: true, get: function () { return evidence_model_1.EvidenceModel; } });
22
- const evidence_layout_model_1 = require("./evidence-layout.model");
23
- Object.defineProperty(exports, "EvidenceLayout", { enumerable: true, get: function () { return evidence_layout_model_1.EvidenceLayoutModel; } });
24
- const image_model_1 = require("./image.model");
25
- Object.defineProperty(exports, "Image", { enumerable: true, get: function () { return image_model_1.ImageModel; } });
26
- const search_history_model_1 = require("./search-history.model");
27
- Object.defineProperty(exports, "SearchHistory", { enumerable: true, get: function () { return search_history_model_1.SearchHistoryModel; } });
28
- const token_model_1 = require("./token.model");
29
- Object.defineProperty(exports, "Token", { enumerable: true, get: function () { return token_model_1.TokenModel; } });
30
- const user_token_model_1 = require("./user-token.model");
31
- Object.defineProperty(exports, "UserToken", { enumerable: true, get: function () { return user_token_model_1.UserTokenModel; } });
32
- const user_model_1 = require("./user.model");
33
- Object.defineProperty(exports, "User", { enumerable: true, get: function () { return user_model_1.UserModel; } });
34
- const company_model_1 = require("./company.model");
35
- Object.defineProperty(exports, "Company", { enumerable: true, get: function () { return company_model_1.CompanyModel; } });
36
- const portia_article_model_1 = require("./portia-article.model");
37
- Object.defineProperty(exports, "PortiaArticle", { enumerable: true, get: function () { return portia_article_model_1.PortiaArticleModel; } });
38
- const instant_research_model_1 = require("./instant-research.model");
39
- Object.defineProperty(exports, "InstantResearch", { enumerable: true, get: function () { return instant_research_model_1.InstantResearchModel; } });
40
- const contact_message_model_1 = require("./contact-message.model");
41
- Object.defineProperty(exports, "ContactMessage", { enumerable: true, get: function () { return contact_message_model_1.ContactMessageModel; } });
42
- const contact_startup_model_1 = require("./contact-startup.model");
43
- Object.defineProperty(exports, "ContactStartup", { enumerable: true, get: function () { return contact_startup_model_1.ContactStartupModel; } });
44
- const badge_model_1 = require("./badge.model");
45
- Object.defineProperty(exports, "Badge", { enumerable: true, get: function () { return badge_model_1.BadgeModel; } });
46
- const content_model_1 = require("./content.model");
47
- Object.defineProperty(exports, "Content", { enumerable: true, get: function () { return content_model_1.ContentModel; } });
48
- const faq_model_1 = require("./faq.model");
49
- Object.defineProperty(exports, "FAQ", { enumerable: true, get: function () { return faq_model_1.FaqModel; } });
50
- const use_case_model_1 = require("./use-case.model");
51
- Object.defineProperty(exports, "UseCase", { enumerable: true, get: function () { return use_case_model_1.UseCaseModel; } });
52
- const news_model_1 = require("./news.model");
53
- Object.defineProperty(exports, "News", { enumerable: true, get: function () { return news_model_1.NewsModel; } });
54
- const like_model_1 = require("./like.model");
55
- Object.defineProperty(exports, "Like", { enumerable: true, get: function () { return like_model_1.LikeModel; } });
56
- const spark_model_1 = require("./spark.model");
57
- Object.defineProperty(exports, "Spark", { enumerable: true, get: function () { return spark_model_1.SparkModel; } });
58
- const spark_use_case_model_1 = require("./spark-use-case.model");
59
- Object.defineProperty(exports, "SparkUseCase", { enumerable: true, get: function () { return spark_use_case_model_1.SparkUseCaseModel; } });
60
- const follow_content_model_1 = require("./follow-content.model");
61
- Object.defineProperty(exports, "FollowContent", { enumerable: true, get: function () { return follow_content_model_1.FollowContentModel; } });
62
- const site_map_cache_model_1 = require("./site-map-cache.model");
63
- Object.defineProperty(exports, "SiteMapCache", { enumerable: true, get: function () { return site_map_cache_model_1.SiteMapCacheModel; } });
64
- const general_config_model_1 = require("./general-config.model");
65
- Object.defineProperty(exports, "GeneralConfig", { enumerable: true, get: function () { return general_config_model_1.GeneralConfigModel; } });
66
- const general_config_sub_model_1 = require("./general-config-sub.model");
67
- Object.defineProperty(exports, "GeneralConfigSub", { enumerable: true, get: function () { return general_config_sub_model_1.GeneralConfigSubModel; } });
68
- const draft_version_model_1 = require("./draft-version.model");
69
- Object.defineProperty(exports, "DraftVersion", { enumerable: true, get: function () { return draft_version_model_1.DraftVersionModel; } });
70
- const notification_model_1 = require("./notification.model");
71
- Object.defineProperty(exports, "Notification", { enumerable: true, get: function () { return notification_model_1.NotificationModel; } });
72
- const otp_model_1 = require("./otp.model");
73
- Object.defineProperty(exports, "Otp", { enumerable: true, get: function () { return otp_model_1.OtpModel; } });
74
- const suggest_model_1 = require("./suggest.model");
75
- Object.defineProperty(exports, "Suggest", { enumerable: true, get: function () { return suggest_model_1.SuggestModel; } });
76
- const user_visit_model_1 = require("./user-visit.model");
77
- Object.defineProperty(exports, "UserVisit", { enumerable: true, get: function () { return user_visit_model_1.UserVisitModel; } });
78
- const competitor_model_1 = require("./competitor.model");
79
- Object.defineProperty(exports, "Competitor", { enumerable: true, get: function () { return competitor_model_1.CompetitorModel; } });
@@ -1,2 +0,0 @@
1
- import { IIndustryModel } from '../types';
2
- export declare const IndustryModel: IIndustryModel;
@@ -1,2 +0,0 @@
1
- import { IInstantResearchModel } from '../types';
2
- export declare const InstantResearchModel: IInstantResearchModel;
@@ -1,2 +0,0 @@
1
- import { IInvestorModel } from '../types';
2
- export declare const InvestorModel: IInvestorModel;
@@ -1,2 +0,0 @@
1
- import { ILikeModel } from '../types';
2
- export declare const LikeModel: ILikeModel;
@@ -1,2 +0,0 @@
1
- import { INewsModel } from '../types';
2
- export declare const NewsModel: INewsModel;
@@ -1,2 +0,0 @@
1
- import { INotificationModel } from '../types';
2
- export declare const NotificationModel: INotificationModel;
@@ -1,2 +0,0 @@
1
- import { IOtpModel } from '../types';
2
- export declare const OtpModel: IOtpModel;
@@ -1,2 +0,0 @@
1
- import { IPortiaArticleModel } from '../types';
2
- export declare const PortiaArticleModel: IPortiaArticleModel;
@@ -1,2 +0,0 @@
1
- import { IProblemModel } from '../types';
2
- export declare const ProblemModel: IProblemModel;
@@ -1,2 +0,0 @@
1
- import { ISearchHistoryModel } from '../types';
2
- export declare const SearchHistoryModel: ISearchHistoryModel;
@@ -1,2 +0,0 @@
1
- import { ISFCategoryModel } from '../types';
2
- export declare const SFCategoryModel: ISFCategoryModel;
@@ -1,2 +0,0 @@
1
- import { ISFSubCategoryModel } from '../types';
2
- export declare const SFSubCategoryModel: ISFSubCategoryModel;
@@ -1,2 +0,0 @@
1
- import { ISFTagModel } from '../types';
2
- export declare const SFTagModel: ISFTagModel;
@@ -1,2 +0,0 @@
1
- import { ISiteMapCacheModel } from '../types';
2
- export declare const SiteMapCacheModel: ISiteMapCacheModel;
@@ -1,2 +0,0 @@
1
- import { ISparkUseCaseModel } from '../types';
2
- export declare const SparkUseCaseModel: ISparkUseCaseModel;
@@ -1,2 +0,0 @@
1
- import { ISparkModel } from '../types';
2
- export declare const SparkModel: ISparkModel;
@@ -1,2 +0,0 @@
1
- import { ISuggestModel } from '../types';
2
- export declare const SuggestModel: ISuggestModel;
@@ -1,2 +0,0 @@
1
- import { ITechnologyModel } from '../types';
2
- export declare const TechnologyModel: ITechnologyModel;
@@ -1,2 +0,0 @@
1
- import { IThemeModel } from '../types';
2
- export declare const ThemeModel: IThemeModel;
@@ -1,2 +0,0 @@
1
- import { ITokenModel } from '../types';
2
- export declare const TokenModel: ITokenModel;
@@ -1,2 +0,0 @@
1
- import { IUpdateJobModel } from '../types';
2
- export declare const UpdateJobModel: IUpdateJobModel;
@@ -1,2 +0,0 @@
1
- import { IUseCaseModel } from '../types';
2
- export declare const UseCaseModel: IUseCaseModel;
@@ -1,2 +0,0 @@
1
- import { IUserTokenModel } from '../types';
2
- export declare const UserTokenModel: IUserTokenModel;
@@ -1,2 +0,0 @@
1
- import { IUserVisitModel } from '../types';
2
- export declare const UserVisitModel: IUserVisitModel;
@@ -1,2 +0,0 @@
1
- import { IUserModel } from '../types';
2
- export declare const UserModel: IUserModel;
File without changes
File without changes