@memberjunction/server-bootstrap-lite 0.0.1 → 4.0.0
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/generated/mj-class-registrations.d.ts +22 -0
- package/dist/generated/mj-class-registrations.d.ts.map +1 -0
- package/dist/generated/mj-class-registrations.js +768 -0
- package/dist/generated/mj-class-registrations.js.map +1 -0
- package/dist/index.d.ts +17 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +17 -0
- package/dist/index.js.map +1 -0
- package/dist/mj-class-registrations.d.ts +13 -0
- package/dist/mj-class-registrations.d.ts.map +1 -0
- package/dist/mj-class-registrations.js +13 -0
- package/dist/mj-class-registrations.js.map +1 -0
- package/package.json +68 -6
- package/README.md +0 -45
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
* Generated by mj codegen manifest
|
|
4
|
+
* App: @memberjunction/server-bootstrap-lite
|
|
5
|
+
* Dependency tree: 684 packages walked, 46 contain @RegisterClass
|
|
6
|
+
*
|
|
7
|
+
* This file imports every @RegisterClass decorated class by name and places
|
|
8
|
+
* them in an exported array, creating a static code path that prevents
|
|
9
|
+
* tree-shaking from removing them.
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
* Runtime references to every @RegisterClass decorated class.
|
|
13
|
+
* This array creates a static code path the bundler cannot tree-shake.
|
|
14
|
+
*/
|
|
15
|
+
export declare const CLASS_REGISTRATIONS: any[];
|
|
16
|
+
/** Marker constant indicating the manifest has been loaded. */
|
|
17
|
+
export declare const CLASS_REGISTRATIONS_MANIFEST_LOADED = true;
|
|
18
|
+
/** Total @RegisterClass decorated classes discovered in dependency tree */
|
|
19
|
+
export declare const CLASS_REGISTRATIONS_COUNT = 604;
|
|
20
|
+
/** Packages imported by this manifest */
|
|
21
|
+
export declare const CLASS_REGISTRATIONS_PACKAGES: readonly ["@memberjunction/actions", "@memberjunction/actions-apollo", "@memberjunction/actions-base", "@memberjunction/actions-bizapps-accounting", "@memberjunction/actions-bizapps-crm", "@memberjunction/actions-bizapps-formbuilders", "@memberjunction/actions-bizapps-lms", "@memberjunction/actions-bizapps-social", "@memberjunction/ai-agent-manager", "@memberjunction/ai-agents", "@memberjunction/ai-anthropic", "@memberjunction/ai-azure", "@memberjunction/ai-bedrock", "@memberjunction/ai-betty-bot", "@memberjunction/ai-blackforestlabs", "@memberjunction/ai-cerebras", "@memberjunction/ai-cohere", "@memberjunction/ai-core-plus", "@memberjunction/ai-elevenlabs", "@memberjunction/ai-engine-base", "@memberjunction/ai-fireworks", "@memberjunction/ai-gemini", "@memberjunction/ai-groq", "@memberjunction/ai-heygen", "@memberjunction/ai-lmstudio", "@memberjunction/ai-local-embeddings", "@memberjunction/ai-mistral", "@memberjunction/ai-ollama", "@memberjunction/ai-openai", "@memberjunction/ai-openrouter", "@memberjunction/ai-recommendations-rex", "@memberjunction/ai-reranker", "@memberjunction/ai-vectors-pinecone", "@memberjunction/ai-vertex", "@memberjunction/ai-xai", "@memberjunction/core-actions", "@memberjunction/core-entities", "@memberjunction/core-entities-server", "@memberjunction/data-context-server", "@memberjunction/doc-utils", "@memberjunction/encryption", "@memberjunction/scheduling-actions", "@memberjunction/scheduling-engine", "@memberjunction/scheduling-engine-base", "@memberjunction/templates", "@memberjunction/testing-engine"];
|
|
22
|
+
//# sourceMappingURL=mj-class-registrations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mj-class-registrations.d.ts","sourceRoot":"","sources":["../../src/generated/mj-class-registrations.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAwxBH;;;GAGG;AAEH,eAAO,MAAM,mBAAmB,EAAE,GAAG,EA6lBpC,CAAC;AAEF,+DAA+D;AAC/D,eAAO,MAAM,mCAAmC,OAAO,CAAC;AAExD,2EAA2E;AAC3E,eAAO,MAAM,yBAAyB,MAAM,CAAC;AAE7C,yCAAyC;AACzC,eAAO,MAAM,4BAA4B,whDA+C/B,CAAC"}
|
|
@@ -0,0 +1,768 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
* Generated by mj codegen manifest
|
|
4
|
+
* App: @memberjunction/server-bootstrap-lite
|
|
5
|
+
* Dependency tree: 684 packages walked, 46 contain @RegisterClass
|
|
6
|
+
*
|
|
7
|
+
* This file imports every @RegisterClass decorated class by name and places
|
|
8
|
+
* them in an exported array, creating a static code path that prevents
|
|
9
|
+
* tree-shaking from removing them.
|
|
10
|
+
*/
|
|
11
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
12
|
+
// @memberjunction/actions (3 classes)
|
|
13
|
+
import { EntityActionInvocationMultipleRecords, EntityActionInvocationSingleRecord, EntityActionInvocationValidate, } from '@memberjunction/actions';
|
|
14
|
+
// @memberjunction/actions-apollo (2 classes)
|
|
15
|
+
import { ApolloEnrichmentAccountsAction, ApolloEnrichmentContactsAction, } from '@memberjunction/actions-apollo';
|
|
16
|
+
// @memberjunction/actions-base (2 classes)
|
|
17
|
+
import { ActionEntityExtended, EntityActionEntityExtended, } from '@memberjunction/actions-base';
|
|
18
|
+
// @memberjunction/actions-bizapps-accounting (8 classes)
|
|
19
|
+
import { CreateQuickBooksJournalEntryAction, GetBusinessCentralCustomersAction, GetBusinessCentralGLAccountsAction, GetBusinessCentralGeneralLedgerEntriesAction, GetBusinessCentralSalesInvoicesAction, GetQuickBooksAccountBalancesAction, GetQuickBooksGLCodesAction, GetQuickBooksTransactionsAction, } from '@memberjunction/actions-bizapps-accounting';
|
|
20
|
+
// @memberjunction/actions-bizapps-crm (22 classes)
|
|
21
|
+
import { AssociateContactToCompanyAction, CreateCompanyAction, CreateContactAction, CreateDealAction, CreateTaskAction, DeleteContactAction, GetActivitiesByContactAction, GetCompanyAction, GetContactAction, GetDealAction, GetDealsByCompanyAction, GetDealsByContactAction, GetUpcomingTasksAction, LogActivityAction, MergeContactsAction, SearchCompaniesAction, SearchContactsAction, SearchDealsAction, UpdateCompanyAction, UpdateContactAction, UpdateDealAction, UpdateTaskAction, } from '@memberjunction/actions-bizapps-crm';
|
|
22
|
+
// @memberjunction/actions-bizapps-formbuilders (30 classes)
|
|
23
|
+
import { CreateJotFormAction, CreateSurveyMonkeyAction, CreateTypeformAction, ExportGoogleFormsCSVAction, ExportJotFormCSVAction, ExportSurveyMonkeyCSVAction, ExportTypeformCSVAction, GetGoogleFormAction, GetGoogleFormsStatisticsAction, GetJotFormAction, GetJotFormStatisticsAction, GetJotFormSubmissionsAction, GetSingleGoogleFormsResponseAction, GetSingleJotFormSubmissionAction, GetSingleSurveyMonkeyResponseAction, GetSingleTypeformResponseAction, GetSurveyMonkeyDetailsAction, GetSurveyMonkeyResponsesAction, GetSurveyMonkeyStatisticsAction, GetTypeformAction, GetTypeformFileContentAction, GetTypeformFormsAction, GetTypeformResponsesAction, GetTypeformStatisticsAction, UpdateJotFormAction, UpdateSurveyMonkeyAction, UpdateTypeformAction, WatchNewJotFormSubmissionsAction, WatchNewSurveyMonkeyResponsesAction, WatchNewTypeformResponsesAction, } from '@memberjunction/actions-bizapps-formbuilders';
|
|
24
|
+
// @memberjunction/actions-bizapps-lms (12 classes)
|
|
25
|
+
import { CreateUserAction as CreateUserAction_actions_bizapps_lms, EnrollUserAction, GetCertificatesAction, GetCourseAnalyticsAction, GetLearnWorldsCourseDetailsAction, GetLearnWorldsCoursesAction, GetLearnWorldsUserDetailsAction, GetLearnWorldsUserProgressAction, GetLearnWorldsUsersAction, GetQuizResultsAction, GetUserEnrollmentsAction, UpdateUserProgressAction, } from '@memberjunction/actions-bizapps-lms';
|
|
26
|
+
// @memberjunction/actions-bizapps-social (65 classes)
|
|
27
|
+
import { BufferCreatePostAction, BufferDeletePostAction, BufferGetAnalyticsAction, BufferGetPendingPostsAction, BufferGetProfilesAction, BufferGetSentPostsAction, BufferReorderQueueAction, BufferSearchPostsAction, CreateVideoPostAction, FacebookBoostPostAction, FacebookCreateAlbumAction, FacebookCreatePostAction, FacebookGetPageInsightsAction, FacebookGetPagePostsAction, FacebookGetPostInsightsAction, FacebookRespondToCommentsAction, FacebookSchedulePostAction, FacebookSearchPostsAction, GetAccountAnalyticsAction, GetCommentsAction, GetTrendingHashtagsAction, GetUserVideosAction, GetVideoAnalyticsAction, HootSuiteBulkSchedulePostsAction, HootSuiteCreateScheduledPostAction, HootSuiteDeleteScheduledPostAction, HootSuiteGetAnalyticsAction, HootSuiteGetScheduledPostsAction, HootSuiteGetSocialProfilesAction, HootSuiteSearchPostsAction, HootSuiteUpdateScheduledPostAction, InstagramCreatePostAction, InstagramCreateStoryAction, InstagramGetAccountInsightsAction, InstagramGetBusinessPostsAction, InstagramGetCommentsAction, InstagramGetPostInsightsAction, InstagramSchedulePostAction, InstagramSearchPostsAction, LinkedInCreateArticleAction, LinkedInCreatePostAction, LinkedInGetFollowersAction, LinkedInGetOrganizationPostsAction, LinkedInGetPersonalPostsAction, LinkedInGetPostAnalyticsAction, LinkedInSchedulePostAction, LinkedInSearchPostsAction, SearchVideosAction, TwitterCreateThreadAction, TwitterCreateTweetAction, TwitterDeleteTweetAction, TwitterGetAnalyticsAction, TwitterGetMentionsAction, TwitterGetTimelineAction, TwitterScheduleTweetAction, TwitterSearchTweetsAction, YouTubeCreatePlaylistAction, YouTubeGetChannelAnalyticsAction, YouTubeGetChannelVideosAction, YouTubeGetCommentsAction, YouTubeGetVideoAnalyticsAction, YouTubeScheduleVideoAction, YouTubeSearchVideosAction, YouTubeUpdateVideoMetadataAction, YouTubeUploadVideoAction, } from '@memberjunction/actions-bizapps-social';
|
|
28
|
+
// @memberjunction/ai-agent-manager (3 classes)
|
|
29
|
+
import { AgentArchitectAgent, AgentBuilderAgent, PlanningDesignerAgent, } from '@memberjunction/ai-agent-manager';
|
|
30
|
+
// @memberjunction/ai-agents (3 classes)
|
|
31
|
+
import { FlowAgentType, LoopAgentType, MemoryManagerAgent, } from '@memberjunction/ai-agents';
|
|
32
|
+
// @memberjunction/ai-anthropic (1 classes)
|
|
33
|
+
import { AnthropicLLM, } from '@memberjunction/ai-anthropic';
|
|
34
|
+
// @memberjunction/ai-azure (2 classes)
|
|
35
|
+
import { AzureEmbedding, AzureLLM, } from '@memberjunction/ai-azure';
|
|
36
|
+
// @memberjunction/ai-bedrock (2 classes)
|
|
37
|
+
import { BedrockEmbedding, BedrockLLM, } from '@memberjunction/ai-bedrock';
|
|
38
|
+
// @memberjunction/ai-betty-bot (1 classes)
|
|
39
|
+
import { BettyBotLLM, } from '@memberjunction/ai-betty-bot';
|
|
40
|
+
// @memberjunction/ai-blackforestlabs (1 classes)
|
|
41
|
+
import { FLUXImageGenerator, } from '@memberjunction/ai-blackforestlabs';
|
|
42
|
+
// @memberjunction/ai-cerebras (1 classes)
|
|
43
|
+
import { CerebrasLLM, } from '@memberjunction/ai-cerebras';
|
|
44
|
+
// @memberjunction/ai-cohere (1 classes)
|
|
45
|
+
import { CohereReranker, } from '@memberjunction/ai-cohere';
|
|
46
|
+
// @memberjunction/ai-core-plus (7 classes)
|
|
47
|
+
import { AIAgentEntityExtended, AIAgentRunEntityExtended, AIAgentRunStepEntityExtended, AIModelEntityExtended, AIPromptCategoryEntityExtended, AIPromptEntityExtended, AIPromptRunEntityExtended, } from '@memberjunction/ai-core-plus';
|
|
48
|
+
// @memberjunction/ai-elevenlabs (1 classes)
|
|
49
|
+
import { ElevenLabsAudioGenerator, } from '@memberjunction/ai-elevenlabs';
|
|
50
|
+
// @memberjunction/ai-engine-base (4 classes)
|
|
51
|
+
import { AICredentialBindingEntityExtended, PerHundredThousandTokensPriceUnitType, PerMillionTokensPriceUnitType, PerThousandTokensPriceUnitType, } from '@memberjunction/ai-engine-base';
|
|
52
|
+
// @memberjunction/ai-fireworks (1 classes)
|
|
53
|
+
import { FireworksLLM, } from '@memberjunction/ai-fireworks';
|
|
54
|
+
// @memberjunction/ai-gemini (2 classes)
|
|
55
|
+
import { GeminiImageGenerator, GeminiLLM, } from '@memberjunction/ai-gemini';
|
|
56
|
+
// @memberjunction/ai-groq (1 classes)
|
|
57
|
+
import { GroqLLM, } from '@memberjunction/ai-groq';
|
|
58
|
+
// @memberjunction/ai-heygen (1 classes)
|
|
59
|
+
import { HeyGenVideoGenerator, } from '@memberjunction/ai-heygen';
|
|
60
|
+
// @memberjunction/ai-lmstudio (1 classes)
|
|
61
|
+
import { LMStudioLLM, } from '@memberjunction/ai-lmstudio';
|
|
62
|
+
// @memberjunction/ai-local-embeddings (1 classes)
|
|
63
|
+
import { LocalEmbedding, } from '@memberjunction/ai-local-embeddings';
|
|
64
|
+
// @memberjunction/ai-mistral (2 classes)
|
|
65
|
+
import { MistralEmbedding, MistralLLM, } from '@memberjunction/ai-mistral';
|
|
66
|
+
// @memberjunction/ai-ollama (2 classes)
|
|
67
|
+
import { OllamaEmbedding, OllamaLLM, } from '@memberjunction/ai-ollama';
|
|
68
|
+
// @memberjunction/ai-openai (4 classes)
|
|
69
|
+
import { OpenAIAudioGenerator, OpenAIEmbedding, OpenAIImageGenerator, OpenAILLM, } from '@memberjunction/ai-openai';
|
|
70
|
+
// @memberjunction/ai-openrouter (1 classes)
|
|
71
|
+
import { OpenRouterLLM, } from '@memberjunction/ai-openrouter';
|
|
72
|
+
// @memberjunction/ai-recommendations-rex (1 classes)
|
|
73
|
+
import { RexRecommendationsProvider, } from '@memberjunction/ai-recommendations-rex';
|
|
74
|
+
// @memberjunction/ai-reranker (1 classes)
|
|
75
|
+
import { LLMReranker, } from '@memberjunction/ai-reranker';
|
|
76
|
+
// @memberjunction/ai-vectors-pinecone (1 classes)
|
|
77
|
+
import { PineconeDatabase, } from '@memberjunction/ai-vectors-pinecone';
|
|
78
|
+
// @memberjunction/ai-vertex (1 classes)
|
|
79
|
+
import { VertexLLM, } from '@memberjunction/ai-vertex';
|
|
80
|
+
// @memberjunction/ai-xai (1 classes)
|
|
81
|
+
import { xAILLM, } from '@memberjunction/ai-xai';
|
|
82
|
+
// @memberjunction/core-actions (95 classes)
|
|
83
|
+
import { APIRateLimiterAction, AddRecordsToListAction, AggregateDataAction, AssignUserRolesAction, BusinessDaysCalculatorAction, CSVParserAction, CalculateExpressionAction, CensusDataLookupAction, CheckUserPermissionAction, ColorConverterAction, ConditionalAction, CopyObjectAction, CreateDirectoryAction, CreateEmployeeAction, CreateListAction, CreateMermaidDiagramAction, CreateRecordAction, CreateSVGChartAction, CreateSVGDiagramAction, CreateSVGInfographicAction, CreateSVGNetworkAction, CreateSVGSketchDiagramAction, CreateSVGWordCloudAction, CreateUserAction as CreateUserAction_core_actions, Create_Conversation_Record_Action, DataMapperAction, DelayAction, DeleteDirectoryAction, DeleteObjectAction, DeleteRecordAction, DirectoryExistsAction, ExcelReaderAction, ExcelWriterAction, ExecuteAIPromptAction, ExecuteCodeAction, ExecuteMCPToolAction, ExecuteResearchQueryAction, ExploreDatabaseSchemaAction, ExternalChangeDetectionAction, FileCompressAction, FindBestActionAction, FindBestAgentAction, GammaGeneratePresentationAction, GenerateImageAction, GetDownloadUrlAction, GetFileContentAction, GetListRecordsAction, GetMetadataAction, GetObjectAction, GetRecordAction, GetRecordListMembershipAction, GetStockPriceAction, GetUploadUrlAction, GetWeatherAction, Get_AI_Model_Cost_Action, GoogleCustomSearchAction, GraphQLQueryAction, HTTPRequestAction, IPGeolocationAction, JSONTransformAction, ListMCPToolsAction, ListObjectsAction, ListStorageAccountsAction, LoadAgentSpecAction, LoopAction, MCPToolAction, MoveObjectAction, OAuthFlowAction, ObjectExistsAction, PDFExtractorAction, PDFGeneratorAction, ParallelExecuteAction, PasswordStrengthAction, PerplexitySearchAction, QRCodeAction, RemoveRecordsFromListAction, RetryAction, SearchStorageFilesAction, SendSingleMessageAction, SlackWebhookAction, SummarizeContentAction, SyncMCPToolsAction, TeamsWebhookAction, TestMCPConnectionAction, TextAnalyzerAction, URLLinkValidatorAction, URLMetadataExtractorAction, UnitConverterAction, UpdateListItemStatusAction, UpdateRecordAction, ValidateEmailUniqueAction, VectorizeEntityAction, WebPageContentAction, WebSearchAction, XMLParserAction, } from '@memberjunction/core-actions';
|
|
84
|
+
// @memberjunction/core-entities (282 classes)
|
|
85
|
+
import { AIActionEntity, AIAgentActionEntity, AIAgentArtifactTypeEntity, AIAgentConfigurationEntity, AIAgentDataSourceEntity, AIAgentEntity, AIAgentExampleEntity, AIAgentLearningCycleEntity, AIAgentModalityEntity, AIAgentModelEntity, AIAgentNoteEntity, AIAgentNoteTypeEntity, AIAgentPermissionEntity, AIAgentPromptEntity, AIAgentRelationshipEntity, AIAgentRequestEntity, AIAgentRunEntity, AIAgentRunMediaEntity, AIAgentRunStepEntity, AIAgentStepEntity, AIAgentStepPathEntity, AIAgentTypeEntity, AIArchitectureEntity, AIConfigurationEntity, AIConfigurationParamEntity, AICredentialBindingEntity, AIModalityEntity, AIModelActionEntity, AIModelArchitectureEntity, AIModelCostEntity, AIModelEntity, AIModelModalityEntity, AIModelPriceTypeEntity, AIModelPriceUnitTypeEntity, AIModelTypeEntity, AIModelVendorEntity, AIPromptCategoryEntity, AIPromptEntity, AIPromptModelEntity, AIPromptRunEntity, AIPromptRunMediaEntity, AIPromptTypeEntity, AIResultCacheEntity, AIVendorEntity, AIVendorTypeDefinitionEntity, AIVendorTypeEntity, APIApplicationEntity, APIApplicationScopeEntity, APIKeyApplicationEntity, APIKeyEntity, APIKeyScopeEntity, APIKeyUsageLogEntity, APIScopeEntity, AccessControlRuleEntity, ActionAuthorizationEntity, ActionCategoryEntity, ActionContextEntity, ActionContextTypeEntity, ActionEntity, ActionExecutionLogEntity, ActionFilterEntity, ActionLibraryEntity, ActionParamEntity, ActionResultCodeEntity, ApplicationEntity, ApplicationEntityEntity, ApplicationSettingEntity, ArtifactEntity, ArtifactPermissionEntity, ArtifactTypeEntity, ArtifactUseEntity, ArtifactVersionAttributeEntity, ArtifactVersionEntity, AuditLogEntity, AuditLogTypeEntity, AuthorizationEntity, AuthorizationRoleEntity, CollectionArtifactEntity, CollectionEntity, CollectionPermissionEntity, CommunicationBaseMessageTypeEntity, CommunicationLogEntity, CommunicationProviderEntity, CommunicationProviderMessageTypeEntity, CommunicationRunEntity, CompanyEntity, CompanyIntegrationEntity, CompanyIntegrationRecordMapEntity, CompanyIntegrationRunAPILogEntity, CompanyIntegrationRunDetailEntity, CompanyIntegrationRunEntity, ComponentDependencyEntity, ComponentEntity, ComponentEntityExtended, ComponentLibraryEntity, ComponentLibraryLinkEntity, ComponentRegistryEntity, ContentFileTypeEntity, ContentItemAttributeEntity, ContentItemEntity, ContentItemTagEntity, ContentProcessRunEntity, ContentSourceEntity, ContentSourceParamEntity, ContentSourceTypeEntity, ContentSourceTypeParamEntity, ContentTypeAttributeEntity, ContentTypeEntity, ConversationArtifactEntity, ConversationArtifactPermissionEntity, ConversationArtifactVersionEntity, ConversationDetailArtifactEntity, ConversationDetailAttachmentEntity, ConversationDetailEntity, ConversationDetailRatingEntity, ConversationEntity, CredentialCategoryEntity, CredentialEntity, CredentialTypeEntity, DashboardCategoryEntity, DashboardCategoryLinkEntity, DashboardCategoryPermissionEntity, DashboardEntity, DashboardEntityExtended, DashboardPartTypeEntity, DashboardPermissionEntity, DashboardUserPreferenceEntity, DashboardUserStateEntity, DataContextEntity, DataContextItemEntity, DatasetEntity, DatasetItemEntity, DuplicateRunDetailEntity, DuplicateRunDetailMatchEntity, DuplicateRunEntity, EmployeeCompanyIntegrationEntity, EmployeeEntity, EmployeeRoleEntity, EmployeeSkillEntity, EncryptionAlgorithmEntity, EncryptionKeyEntity, EncryptionKeySourceEntity, EntityAIActionEntity, EntityActionEntity, EntityActionFilterEntity, EntityActionInvocationEntity, EntityActionInvocationTypeEntity, EntityActionParamEntity, EntityCommunicationFieldEntity, EntityCommunicationMessageTypeEntity, EntityDocumentEntity, EntityDocumentRunEntity, EntityDocumentSettingEntity, EntityDocumentTypeEntity, EntityEntity, EntityEntityExtended, EntityFieldEntity, EntityFieldEntityExtended, EntityFieldValueEntity, EntityPermissionEntity, EntityRecordDocumentEntity, EntityRelationshipDisplayComponentEntity, EntityRelationshipEntity, EntitySettingEntity, EnvironmentEntity, EnvironmentEntityExtended, ErrorLogEntity, ExplorerNavigationItemEntity, FileCategoryEntity, FileEntity, FileEntityRecordLinkEntity, FileStorageAccountEntity, FileStorageProviderEntity, GeneratedCodeCategoryEntity, GeneratedCodeEntity, IntegrationEntity, IntegrationURLFormatEntity, LibraryEntity, LibraryItemEntity, ListCategoryEntity, ListDetailEntity, ListDetailEntityExtended, ListEntity, ListInvitationEntity, ListShareEntity, MCPServerConnectionEntity, MCPServerConnectionPermissionEntity, MCPServerConnectionToolEntity, MCPServerEntity, MCPServerToolEntity, MCPToolExecutionLogEntity, OAuthAuthServerMetadataCacheEntity, OAuthAuthorizationStateEntity, OAuthClientRegistrationEntity, OAuthTokenEntity, OutputDeliveryTypeEntity, OutputFormatTypeEntity, OutputTriggerTypeEntity, ProjectEntity, PublicLinkEntity, QueryCategoryEntity, QueryEntity, QueryEntityEntity, QueryFieldEntity, QueryParameterEntity, QueryPermissionEntity, QueueEntity, QueueTaskEntity, QueueTypeEntity, RecommendationEntity, RecommendationItemEntity, RecommendationProviderEntity, RecommendationRunEntity, RecordChangeEntity, RecordChangeReplayRunEntity, RecordLinkEntity, RecordMergeDeletionLogEntity, RecordMergeLogEntity, ReportCategoryEntity, ReportEntity, ReportSnapshotEntity, ReportUserStateEntity, ReportVersionEntity, ResourceLinkEntity, ResourcePermissionEntity, ResourcePermissionEntityExtended, ResourceTypeEntity, RoleEntity, RowLevelSecurityFilterEntity, ScheduledActionEntity, ScheduledActionEntityExtended, ScheduledActionParamEntity, ScheduledJobEntity, ScheduledJobRunEntity, ScheduledJobTypeEntity, SchemaInfoEntity, SkillEntity, TagEntity, TaggedItemEntity, TaskDependencyEntity, TaskEntity, TaskTypeEntity, TemplateCategoryEntity, TemplateContentEntity, TemplateContentTypeEntity, TemplateEntity, TemplateEntityExtended, TemplateParamEntity, TestEntity, TestRubricEntity, TestRunEntity, TestRunFeedbackEntity, TestSuiteEntity, TestSuiteRunEntity, TestSuiteTestEntity, TestTypeEntity, UserApplicationEntity, UserApplicationEntityEntity, UserEntity, UserFavoriteEntity, UserNotificationEntity, UserNotificationPreferenceEntity, UserNotificationTypeEntity, UserRecordLogEntity, UserRoleEntity, UserSettingEntity, UserViewCategoryEntity, UserViewEntity, UserViewEntityExtended, UserViewRunDetailEntity, UserViewRunEntity, VectorDatabaseEntity, VectorIndexEntity, VersionInstallationEntity, VersionLabelEntity, VersionLabelItemEntity, VersionLabelRestoreEntity, WorkflowEngineEntity, WorkflowEntity, WorkflowRunEntity, WorkspaceEntity, WorkspaceItemEntity, } from '@memberjunction/core-entities';
|
|
86
|
+
// @memberjunction/core-entities-server (14 classes)
|
|
87
|
+
import { AIAgentExampleEntityExtended, AIAgentNoteEntityExtended, AIPromptEntityExtendedServer, AIPromptRunEntityServer, ActionEntityServerEntity, ApplicationEntityServerEntity, ArtifactVersionExtended, ComponentEntityExtended_Server, ConversationDetailEntityServer, DuplicateRunEntity_Server, QueryEntityExtended, ReportEntity_Server, TemplateContentEntityExtended, UserViewEntity_Server, } from '@memberjunction/core-entities-server';
|
|
88
|
+
// @memberjunction/data-context-server (1 classes)
|
|
89
|
+
import { DataContextItemServer, } from '@memberjunction/data-context-server';
|
|
90
|
+
// @memberjunction/doc-utils (2 classes)
|
|
91
|
+
import { LibraryEntityExtended, LibraryItemEntityExtended, } from '@memberjunction/doc-utils';
|
|
92
|
+
// @memberjunction/encryption (6 classes)
|
|
93
|
+
import { AWSKMSKeySource, AzureKeyVaultKeySource, ConfigFileKeySource, EnableFieldEncryptionAction, EnvVarKeySource, RotateEncryptionKeyAction, } from '@memberjunction/encryption';
|
|
94
|
+
// @memberjunction/scheduling-actions (6 classes)
|
|
95
|
+
import { CreateScheduledJobAction, DeleteScheduledJobAction, ExecuteScheduledJobNowAction, GetScheduledJobStatisticsAction, QueryScheduledJobsAction, UpdateScheduledJobAction, } from '@memberjunction/scheduling-actions';
|
|
96
|
+
// @memberjunction/scheduling-engine (2 classes)
|
|
97
|
+
import { ActionScheduledJobDriver, AgentScheduledJobDriver, } from '@memberjunction/scheduling-engine';
|
|
98
|
+
// @memberjunction/scheduling-engine-base (1 classes)
|
|
99
|
+
import { ScheduledJobEntityExtended, } from '@memberjunction/scheduling-engine-base';
|
|
100
|
+
// @memberjunction/templates (2 classes)
|
|
101
|
+
import { AIPromptExtension, TemplateEmbedExtension, } from '@memberjunction/templates';
|
|
102
|
+
// @memberjunction/testing-engine (1 classes)
|
|
103
|
+
import { AgentEvalDriver, } from '@memberjunction/testing-engine';
|
|
104
|
+
/**
|
|
105
|
+
* Runtime references to every @RegisterClass decorated class.
|
|
106
|
+
* This array creates a static code path the bundler cannot tree-shake.
|
|
107
|
+
*/
|
|
108
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
109
|
+
export const CLASS_REGISTRATIONS = [
|
|
110
|
+
EntityActionInvocationMultipleRecords,
|
|
111
|
+
EntityActionInvocationSingleRecord,
|
|
112
|
+
EntityActionInvocationValidate,
|
|
113
|
+
ApolloEnrichmentAccountsAction,
|
|
114
|
+
ApolloEnrichmentContactsAction,
|
|
115
|
+
ActionEntityExtended,
|
|
116
|
+
EntityActionEntityExtended,
|
|
117
|
+
CreateQuickBooksJournalEntryAction,
|
|
118
|
+
GetBusinessCentralCustomersAction,
|
|
119
|
+
GetBusinessCentralGLAccountsAction,
|
|
120
|
+
GetBusinessCentralGeneralLedgerEntriesAction,
|
|
121
|
+
GetBusinessCentralSalesInvoicesAction,
|
|
122
|
+
GetQuickBooksAccountBalancesAction,
|
|
123
|
+
GetQuickBooksGLCodesAction,
|
|
124
|
+
GetQuickBooksTransactionsAction,
|
|
125
|
+
AssociateContactToCompanyAction,
|
|
126
|
+
CreateCompanyAction,
|
|
127
|
+
CreateContactAction,
|
|
128
|
+
CreateDealAction,
|
|
129
|
+
CreateTaskAction,
|
|
130
|
+
DeleteContactAction,
|
|
131
|
+
GetActivitiesByContactAction,
|
|
132
|
+
GetCompanyAction,
|
|
133
|
+
GetContactAction,
|
|
134
|
+
GetDealAction,
|
|
135
|
+
GetDealsByCompanyAction,
|
|
136
|
+
GetDealsByContactAction,
|
|
137
|
+
GetUpcomingTasksAction,
|
|
138
|
+
LogActivityAction,
|
|
139
|
+
MergeContactsAction,
|
|
140
|
+
SearchCompaniesAction,
|
|
141
|
+
SearchContactsAction,
|
|
142
|
+
SearchDealsAction,
|
|
143
|
+
UpdateCompanyAction,
|
|
144
|
+
UpdateContactAction,
|
|
145
|
+
UpdateDealAction,
|
|
146
|
+
UpdateTaskAction,
|
|
147
|
+
CreateJotFormAction,
|
|
148
|
+
CreateSurveyMonkeyAction,
|
|
149
|
+
CreateTypeformAction,
|
|
150
|
+
ExportGoogleFormsCSVAction,
|
|
151
|
+
ExportJotFormCSVAction,
|
|
152
|
+
ExportSurveyMonkeyCSVAction,
|
|
153
|
+
ExportTypeformCSVAction,
|
|
154
|
+
GetGoogleFormAction,
|
|
155
|
+
GetGoogleFormsStatisticsAction,
|
|
156
|
+
GetJotFormAction,
|
|
157
|
+
GetJotFormStatisticsAction,
|
|
158
|
+
GetJotFormSubmissionsAction,
|
|
159
|
+
GetSingleGoogleFormsResponseAction,
|
|
160
|
+
GetSingleJotFormSubmissionAction,
|
|
161
|
+
GetSingleSurveyMonkeyResponseAction,
|
|
162
|
+
GetSingleTypeformResponseAction,
|
|
163
|
+
GetSurveyMonkeyDetailsAction,
|
|
164
|
+
GetSurveyMonkeyResponsesAction,
|
|
165
|
+
GetSurveyMonkeyStatisticsAction,
|
|
166
|
+
GetTypeformAction,
|
|
167
|
+
GetTypeformFileContentAction,
|
|
168
|
+
GetTypeformFormsAction,
|
|
169
|
+
GetTypeformResponsesAction,
|
|
170
|
+
GetTypeformStatisticsAction,
|
|
171
|
+
UpdateJotFormAction,
|
|
172
|
+
UpdateSurveyMonkeyAction,
|
|
173
|
+
UpdateTypeformAction,
|
|
174
|
+
WatchNewJotFormSubmissionsAction,
|
|
175
|
+
WatchNewSurveyMonkeyResponsesAction,
|
|
176
|
+
WatchNewTypeformResponsesAction,
|
|
177
|
+
CreateUserAction_actions_bizapps_lms,
|
|
178
|
+
EnrollUserAction,
|
|
179
|
+
GetCertificatesAction,
|
|
180
|
+
GetCourseAnalyticsAction,
|
|
181
|
+
GetLearnWorldsCourseDetailsAction,
|
|
182
|
+
GetLearnWorldsCoursesAction,
|
|
183
|
+
GetLearnWorldsUserDetailsAction,
|
|
184
|
+
GetLearnWorldsUserProgressAction,
|
|
185
|
+
GetLearnWorldsUsersAction,
|
|
186
|
+
GetQuizResultsAction,
|
|
187
|
+
GetUserEnrollmentsAction,
|
|
188
|
+
UpdateUserProgressAction,
|
|
189
|
+
BufferCreatePostAction,
|
|
190
|
+
BufferDeletePostAction,
|
|
191
|
+
BufferGetAnalyticsAction,
|
|
192
|
+
BufferGetPendingPostsAction,
|
|
193
|
+
BufferGetProfilesAction,
|
|
194
|
+
BufferGetSentPostsAction,
|
|
195
|
+
BufferReorderQueueAction,
|
|
196
|
+
BufferSearchPostsAction,
|
|
197
|
+
CreateVideoPostAction,
|
|
198
|
+
FacebookBoostPostAction,
|
|
199
|
+
FacebookCreateAlbumAction,
|
|
200
|
+
FacebookCreatePostAction,
|
|
201
|
+
FacebookGetPageInsightsAction,
|
|
202
|
+
FacebookGetPagePostsAction,
|
|
203
|
+
FacebookGetPostInsightsAction,
|
|
204
|
+
FacebookRespondToCommentsAction,
|
|
205
|
+
FacebookSchedulePostAction,
|
|
206
|
+
FacebookSearchPostsAction,
|
|
207
|
+
GetAccountAnalyticsAction,
|
|
208
|
+
GetCommentsAction,
|
|
209
|
+
GetTrendingHashtagsAction,
|
|
210
|
+
GetUserVideosAction,
|
|
211
|
+
GetVideoAnalyticsAction,
|
|
212
|
+
HootSuiteBulkSchedulePostsAction,
|
|
213
|
+
HootSuiteCreateScheduledPostAction,
|
|
214
|
+
HootSuiteDeleteScheduledPostAction,
|
|
215
|
+
HootSuiteGetAnalyticsAction,
|
|
216
|
+
HootSuiteGetScheduledPostsAction,
|
|
217
|
+
HootSuiteGetSocialProfilesAction,
|
|
218
|
+
HootSuiteSearchPostsAction,
|
|
219
|
+
HootSuiteUpdateScheduledPostAction,
|
|
220
|
+
InstagramCreatePostAction,
|
|
221
|
+
InstagramCreateStoryAction,
|
|
222
|
+
InstagramGetAccountInsightsAction,
|
|
223
|
+
InstagramGetBusinessPostsAction,
|
|
224
|
+
InstagramGetCommentsAction,
|
|
225
|
+
InstagramGetPostInsightsAction,
|
|
226
|
+
InstagramSchedulePostAction,
|
|
227
|
+
InstagramSearchPostsAction,
|
|
228
|
+
LinkedInCreateArticleAction,
|
|
229
|
+
LinkedInCreatePostAction,
|
|
230
|
+
LinkedInGetFollowersAction,
|
|
231
|
+
LinkedInGetOrganizationPostsAction,
|
|
232
|
+
LinkedInGetPersonalPostsAction,
|
|
233
|
+
LinkedInGetPostAnalyticsAction,
|
|
234
|
+
LinkedInSchedulePostAction,
|
|
235
|
+
LinkedInSearchPostsAction,
|
|
236
|
+
SearchVideosAction,
|
|
237
|
+
TwitterCreateThreadAction,
|
|
238
|
+
TwitterCreateTweetAction,
|
|
239
|
+
TwitterDeleteTweetAction,
|
|
240
|
+
TwitterGetAnalyticsAction,
|
|
241
|
+
TwitterGetMentionsAction,
|
|
242
|
+
TwitterGetTimelineAction,
|
|
243
|
+
TwitterScheduleTweetAction,
|
|
244
|
+
TwitterSearchTweetsAction,
|
|
245
|
+
YouTubeCreatePlaylistAction,
|
|
246
|
+
YouTubeGetChannelAnalyticsAction,
|
|
247
|
+
YouTubeGetChannelVideosAction,
|
|
248
|
+
YouTubeGetCommentsAction,
|
|
249
|
+
YouTubeGetVideoAnalyticsAction,
|
|
250
|
+
YouTubeScheduleVideoAction,
|
|
251
|
+
YouTubeSearchVideosAction,
|
|
252
|
+
YouTubeUpdateVideoMetadataAction,
|
|
253
|
+
YouTubeUploadVideoAction,
|
|
254
|
+
AgentArchitectAgent,
|
|
255
|
+
AgentBuilderAgent,
|
|
256
|
+
PlanningDesignerAgent,
|
|
257
|
+
FlowAgentType,
|
|
258
|
+
LoopAgentType,
|
|
259
|
+
MemoryManagerAgent,
|
|
260
|
+
AnthropicLLM,
|
|
261
|
+
AzureEmbedding,
|
|
262
|
+
AzureLLM,
|
|
263
|
+
BedrockEmbedding,
|
|
264
|
+
BedrockLLM,
|
|
265
|
+
BettyBotLLM,
|
|
266
|
+
FLUXImageGenerator,
|
|
267
|
+
CerebrasLLM,
|
|
268
|
+
CohereReranker,
|
|
269
|
+
AIAgentEntityExtended,
|
|
270
|
+
AIAgentRunEntityExtended,
|
|
271
|
+
AIAgentRunStepEntityExtended,
|
|
272
|
+
AIModelEntityExtended,
|
|
273
|
+
AIPromptCategoryEntityExtended,
|
|
274
|
+
AIPromptEntityExtended,
|
|
275
|
+
AIPromptRunEntityExtended,
|
|
276
|
+
ElevenLabsAudioGenerator,
|
|
277
|
+
AICredentialBindingEntityExtended,
|
|
278
|
+
PerHundredThousandTokensPriceUnitType,
|
|
279
|
+
PerMillionTokensPriceUnitType,
|
|
280
|
+
PerThousandTokensPriceUnitType,
|
|
281
|
+
FireworksLLM,
|
|
282
|
+
GeminiImageGenerator,
|
|
283
|
+
GeminiLLM,
|
|
284
|
+
GroqLLM,
|
|
285
|
+
HeyGenVideoGenerator,
|
|
286
|
+
LMStudioLLM,
|
|
287
|
+
LocalEmbedding,
|
|
288
|
+
MistralEmbedding,
|
|
289
|
+
MistralLLM,
|
|
290
|
+
OllamaEmbedding,
|
|
291
|
+
OllamaLLM,
|
|
292
|
+
OpenAIAudioGenerator,
|
|
293
|
+
OpenAIEmbedding,
|
|
294
|
+
OpenAIImageGenerator,
|
|
295
|
+
OpenAILLM,
|
|
296
|
+
OpenRouterLLM,
|
|
297
|
+
RexRecommendationsProvider,
|
|
298
|
+
LLMReranker,
|
|
299
|
+
PineconeDatabase,
|
|
300
|
+
VertexLLM,
|
|
301
|
+
xAILLM,
|
|
302
|
+
APIRateLimiterAction,
|
|
303
|
+
AddRecordsToListAction,
|
|
304
|
+
AggregateDataAction,
|
|
305
|
+
AssignUserRolesAction,
|
|
306
|
+
BusinessDaysCalculatorAction,
|
|
307
|
+
CSVParserAction,
|
|
308
|
+
CalculateExpressionAction,
|
|
309
|
+
CensusDataLookupAction,
|
|
310
|
+
CheckUserPermissionAction,
|
|
311
|
+
ColorConverterAction,
|
|
312
|
+
ConditionalAction,
|
|
313
|
+
CopyObjectAction,
|
|
314
|
+
CreateDirectoryAction,
|
|
315
|
+
CreateEmployeeAction,
|
|
316
|
+
CreateListAction,
|
|
317
|
+
CreateMermaidDiagramAction,
|
|
318
|
+
CreateRecordAction,
|
|
319
|
+
CreateSVGChartAction,
|
|
320
|
+
CreateSVGDiagramAction,
|
|
321
|
+
CreateSVGInfographicAction,
|
|
322
|
+
CreateSVGNetworkAction,
|
|
323
|
+
CreateSVGSketchDiagramAction,
|
|
324
|
+
CreateSVGWordCloudAction,
|
|
325
|
+
CreateUserAction_core_actions,
|
|
326
|
+
Create_Conversation_Record_Action,
|
|
327
|
+
DataMapperAction,
|
|
328
|
+
DelayAction,
|
|
329
|
+
DeleteDirectoryAction,
|
|
330
|
+
DeleteObjectAction,
|
|
331
|
+
DeleteRecordAction,
|
|
332
|
+
DirectoryExistsAction,
|
|
333
|
+
ExcelReaderAction,
|
|
334
|
+
ExcelWriterAction,
|
|
335
|
+
ExecuteAIPromptAction,
|
|
336
|
+
ExecuteCodeAction,
|
|
337
|
+
ExecuteMCPToolAction,
|
|
338
|
+
ExecuteResearchQueryAction,
|
|
339
|
+
ExploreDatabaseSchemaAction,
|
|
340
|
+
ExternalChangeDetectionAction,
|
|
341
|
+
FileCompressAction,
|
|
342
|
+
FindBestActionAction,
|
|
343
|
+
FindBestAgentAction,
|
|
344
|
+
GammaGeneratePresentationAction,
|
|
345
|
+
GenerateImageAction,
|
|
346
|
+
GetDownloadUrlAction,
|
|
347
|
+
GetFileContentAction,
|
|
348
|
+
GetListRecordsAction,
|
|
349
|
+
GetMetadataAction,
|
|
350
|
+
GetObjectAction,
|
|
351
|
+
GetRecordAction,
|
|
352
|
+
GetRecordListMembershipAction,
|
|
353
|
+
GetStockPriceAction,
|
|
354
|
+
GetUploadUrlAction,
|
|
355
|
+
GetWeatherAction,
|
|
356
|
+
Get_AI_Model_Cost_Action,
|
|
357
|
+
GoogleCustomSearchAction,
|
|
358
|
+
GraphQLQueryAction,
|
|
359
|
+
HTTPRequestAction,
|
|
360
|
+
IPGeolocationAction,
|
|
361
|
+
JSONTransformAction,
|
|
362
|
+
ListMCPToolsAction,
|
|
363
|
+
ListObjectsAction,
|
|
364
|
+
ListStorageAccountsAction,
|
|
365
|
+
LoadAgentSpecAction,
|
|
366
|
+
LoopAction,
|
|
367
|
+
MCPToolAction,
|
|
368
|
+
MoveObjectAction,
|
|
369
|
+
OAuthFlowAction,
|
|
370
|
+
ObjectExistsAction,
|
|
371
|
+
PDFExtractorAction,
|
|
372
|
+
PDFGeneratorAction,
|
|
373
|
+
ParallelExecuteAction,
|
|
374
|
+
PasswordStrengthAction,
|
|
375
|
+
PerplexitySearchAction,
|
|
376
|
+
QRCodeAction,
|
|
377
|
+
RemoveRecordsFromListAction,
|
|
378
|
+
RetryAction,
|
|
379
|
+
SearchStorageFilesAction,
|
|
380
|
+
SendSingleMessageAction,
|
|
381
|
+
SlackWebhookAction,
|
|
382
|
+
SummarizeContentAction,
|
|
383
|
+
SyncMCPToolsAction,
|
|
384
|
+
TeamsWebhookAction,
|
|
385
|
+
TestMCPConnectionAction,
|
|
386
|
+
TextAnalyzerAction,
|
|
387
|
+
URLLinkValidatorAction,
|
|
388
|
+
URLMetadataExtractorAction,
|
|
389
|
+
UnitConverterAction,
|
|
390
|
+
UpdateListItemStatusAction,
|
|
391
|
+
UpdateRecordAction,
|
|
392
|
+
ValidateEmailUniqueAction,
|
|
393
|
+
VectorizeEntityAction,
|
|
394
|
+
WebPageContentAction,
|
|
395
|
+
WebSearchAction,
|
|
396
|
+
XMLParserAction,
|
|
397
|
+
AIActionEntity,
|
|
398
|
+
AIAgentActionEntity,
|
|
399
|
+
AIAgentArtifactTypeEntity,
|
|
400
|
+
AIAgentConfigurationEntity,
|
|
401
|
+
AIAgentDataSourceEntity,
|
|
402
|
+
AIAgentEntity,
|
|
403
|
+
AIAgentExampleEntity,
|
|
404
|
+
AIAgentLearningCycleEntity,
|
|
405
|
+
AIAgentModalityEntity,
|
|
406
|
+
AIAgentModelEntity,
|
|
407
|
+
AIAgentNoteEntity,
|
|
408
|
+
AIAgentNoteTypeEntity,
|
|
409
|
+
AIAgentPermissionEntity,
|
|
410
|
+
AIAgentPromptEntity,
|
|
411
|
+
AIAgentRelationshipEntity,
|
|
412
|
+
AIAgentRequestEntity,
|
|
413
|
+
AIAgentRunEntity,
|
|
414
|
+
AIAgentRunMediaEntity,
|
|
415
|
+
AIAgentRunStepEntity,
|
|
416
|
+
AIAgentStepEntity,
|
|
417
|
+
AIAgentStepPathEntity,
|
|
418
|
+
AIAgentTypeEntity,
|
|
419
|
+
AIArchitectureEntity,
|
|
420
|
+
AIConfigurationEntity,
|
|
421
|
+
AIConfigurationParamEntity,
|
|
422
|
+
AICredentialBindingEntity,
|
|
423
|
+
AIModalityEntity,
|
|
424
|
+
AIModelActionEntity,
|
|
425
|
+
AIModelArchitectureEntity,
|
|
426
|
+
AIModelCostEntity,
|
|
427
|
+
AIModelEntity,
|
|
428
|
+
AIModelModalityEntity,
|
|
429
|
+
AIModelPriceTypeEntity,
|
|
430
|
+
AIModelPriceUnitTypeEntity,
|
|
431
|
+
AIModelTypeEntity,
|
|
432
|
+
AIModelVendorEntity,
|
|
433
|
+
AIPromptCategoryEntity,
|
|
434
|
+
AIPromptEntity,
|
|
435
|
+
AIPromptModelEntity,
|
|
436
|
+
AIPromptRunEntity,
|
|
437
|
+
AIPromptRunMediaEntity,
|
|
438
|
+
AIPromptTypeEntity,
|
|
439
|
+
AIResultCacheEntity,
|
|
440
|
+
AIVendorEntity,
|
|
441
|
+
AIVendorTypeDefinitionEntity,
|
|
442
|
+
AIVendorTypeEntity,
|
|
443
|
+
APIApplicationEntity,
|
|
444
|
+
APIApplicationScopeEntity,
|
|
445
|
+
APIKeyApplicationEntity,
|
|
446
|
+
APIKeyEntity,
|
|
447
|
+
APIKeyScopeEntity,
|
|
448
|
+
APIKeyUsageLogEntity,
|
|
449
|
+
APIScopeEntity,
|
|
450
|
+
AccessControlRuleEntity,
|
|
451
|
+
ActionAuthorizationEntity,
|
|
452
|
+
ActionCategoryEntity,
|
|
453
|
+
ActionContextEntity,
|
|
454
|
+
ActionContextTypeEntity,
|
|
455
|
+
ActionEntity,
|
|
456
|
+
ActionExecutionLogEntity,
|
|
457
|
+
ActionFilterEntity,
|
|
458
|
+
ActionLibraryEntity,
|
|
459
|
+
ActionParamEntity,
|
|
460
|
+
ActionResultCodeEntity,
|
|
461
|
+
ApplicationEntity,
|
|
462
|
+
ApplicationEntityEntity,
|
|
463
|
+
ApplicationSettingEntity,
|
|
464
|
+
ArtifactEntity,
|
|
465
|
+
ArtifactPermissionEntity,
|
|
466
|
+
ArtifactTypeEntity,
|
|
467
|
+
ArtifactUseEntity,
|
|
468
|
+
ArtifactVersionAttributeEntity,
|
|
469
|
+
ArtifactVersionEntity,
|
|
470
|
+
AuditLogEntity,
|
|
471
|
+
AuditLogTypeEntity,
|
|
472
|
+
AuthorizationEntity,
|
|
473
|
+
AuthorizationRoleEntity,
|
|
474
|
+
CollectionArtifactEntity,
|
|
475
|
+
CollectionEntity,
|
|
476
|
+
CollectionPermissionEntity,
|
|
477
|
+
CommunicationBaseMessageTypeEntity,
|
|
478
|
+
CommunicationLogEntity,
|
|
479
|
+
CommunicationProviderEntity,
|
|
480
|
+
CommunicationProviderMessageTypeEntity,
|
|
481
|
+
CommunicationRunEntity,
|
|
482
|
+
CompanyEntity,
|
|
483
|
+
CompanyIntegrationEntity,
|
|
484
|
+
CompanyIntegrationRecordMapEntity,
|
|
485
|
+
CompanyIntegrationRunAPILogEntity,
|
|
486
|
+
CompanyIntegrationRunDetailEntity,
|
|
487
|
+
CompanyIntegrationRunEntity,
|
|
488
|
+
ComponentDependencyEntity,
|
|
489
|
+
ComponentEntity,
|
|
490
|
+
ComponentEntityExtended,
|
|
491
|
+
ComponentLibraryEntity,
|
|
492
|
+
ComponentLibraryLinkEntity,
|
|
493
|
+
ComponentRegistryEntity,
|
|
494
|
+
ContentFileTypeEntity,
|
|
495
|
+
ContentItemAttributeEntity,
|
|
496
|
+
ContentItemEntity,
|
|
497
|
+
ContentItemTagEntity,
|
|
498
|
+
ContentProcessRunEntity,
|
|
499
|
+
ContentSourceEntity,
|
|
500
|
+
ContentSourceParamEntity,
|
|
501
|
+
ContentSourceTypeEntity,
|
|
502
|
+
ContentSourceTypeParamEntity,
|
|
503
|
+
ContentTypeAttributeEntity,
|
|
504
|
+
ContentTypeEntity,
|
|
505
|
+
ConversationArtifactEntity,
|
|
506
|
+
ConversationArtifactPermissionEntity,
|
|
507
|
+
ConversationArtifactVersionEntity,
|
|
508
|
+
ConversationDetailArtifactEntity,
|
|
509
|
+
ConversationDetailAttachmentEntity,
|
|
510
|
+
ConversationDetailEntity,
|
|
511
|
+
ConversationDetailRatingEntity,
|
|
512
|
+
ConversationEntity,
|
|
513
|
+
CredentialCategoryEntity,
|
|
514
|
+
CredentialEntity,
|
|
515
|
+
CredentialTypeEntity,
|
|
516
|
+
DashboardCategoryEntity,
|
|
517
|
+
DashboardCategoryLinkEntity,
|
|
518
|
+
DashboardCategoryPermissionEntity,
|
|
519
|
+
DashboardEntity,
|
|
520
|
+
DashboardEntityExtended,
|
|
521
|
+
DashboardPartTypeEntity,
|
|
522
|
+
DashboardPermissionEntity,
|
|
523
|
+
DashboardUserPreferenceEntity,
|
|
524
|
+
DashboardUserStateEntity,
|
|
525
|
+
DataContextEntity,
|
|
526
|
+
DataContextItemEntity,
|
|
527
|
+
DatasetEntity,
|
|
528
|
+
DatasetItemEntity,
|
|
529
|
+
DuplicateRunDetailEntity,
|
|
530
|
+
DuplicateRunDetailMatchEntity,
|
|
531
|
+
DuplicateRunEntity,
|
|
532
|
+
EmployeeCompanyIntegrationEntity,
|
|
533
|
+
EmployeeEntity,
|
|
534
|
+
EmployeeRoleEntity,
|
|
535
|
+
EmployeeSkillEntity,
|
|
536
|
+
EncryptionAlgorithmEntity,
|
|
537
|
+
EncryptionKeyEntity,
|
|
538
|
+
EncryptionKeySourceEntity,
|
|
539
|
+
EntityAIActionEntity,
|
|
540
|
+
EntityActionEntity,
|
|
541
|
+
EntityActionFilterEntity,
|
|
542
|
+
EntityActionInvocationEntity,
|
|
543
|
+
EntityActionInvocationTypeEntity,
|
|
544
|
+
EntityActionParamEntity,
|
|
545
|
+
EntityCommunicationFieldEntity,
|
|
546
|
+
EntityCommunicationMessageTypeEntity,
|
|
547
|
+
EntityDocumentEntity,
|
|
548
|
+
EntityDocumentRunEntity,
|
|
549
|
+
EntityDocumentSettingEntity,
|
|
550
|
+
EntityDocumentTypeEntity,
|
|
551
|
+
EntityEntity,
|
|
552
|
+
EntityEntityExtended,
|
|
553
|
+
EntityFieldEntity,
|
|
554
|
+
EntityFieldEntityExtended,
|
|
555
|
+
EntityFieldValueEntity,
|
|
556
|
+
EntityPermissionEntity,
|
|
557
|
+
EntityRecordDocumentEntity,
|
|
558
|
+
EntityRelationshipDisplayComponentEntity,
|
|
559
|
+
EntityRelationshipEntity,
|
|
560
|
+
EntitySettingEntity,
|
|
561
|
+
EnvironmentEntity,
|
|
562
|
+
EnvironmentEntityExtended,
|
|
563
|
+
ErrorLogEntity,
|
|
564
|
+
ExplorerNavigationItemEntity,
|
|
565
|
+
FileCategoryEntity,
|
|
566
|
+
FileEntity,
|
|
567
|
+
FileEntityRecordLinkEntity,
|
|
568
|
+
FileStorageAccountEntity,
|
|
569
|
+
FileStorageProviderEntity,
|
|
570
|
+
GeneratedCodeCategoryEntity,
|
|
571
|
+
GeneratedCodeEntity,
|
|
572
|
+
IntegrationEntity,
|
|
573
|
+
IntegrationURLFormatEntity,
|
|
574
|
+
LibraryEntity,
|
|
575
|
+
LibraryItemEntity,
|
|
576
|
+
ListCategoryEntity,
|
|
577
|
+
ListDetailEntity,
|
|
578
|
+
ListDetailEntityExtended,
|
|
579
|
+
ListEntity,
|
|
580
|
+
ListInvitationEntity,
|
|
581
|
+
ListShareEntity,
|
|
582
|
+
MCPServerConnectionEntity,
|
|
583
|
+
MCPServerConnectionPermissionEntity,
|
|
584
|
+
MCPServerConnectionToolEntity,
|
|
585
|
+
MCPServerEntity,
|
|
586
|
+
MCPServerToolEntity,
|
|
587
|
+
MCPToolExecutionLogEntity,
|
|
588
|
+
OAuthAuthServerMetadataCacheEntity,
|
|
589
|
+
OAuthAuthorizationStateEntity,
|
|
590
|
+
OAuthClientRegistrationEntity,
|
|
591
|
+
OAuthTokenEntity,
|
|
592
|
+
OutputDeliveryTypeEntity,
|
|
593
|
+
OutputFormatTypeEntity,
|
|
594
|
+
OutputTriggerTypeEntity,
|
|
595
|
+
ProjectEntity,
|
|
596
|
+
PublicLinkEntity,
|
|
597
|
+
QueryCategoryEntity,
|
|
598
|
+
QueryEntity,
|
|
599
|
+
QueryEntityEntity,
|
|
600
|
+
QueryFieldEntity,
|
|
601
|
+
QueryParameterEntity,
|
|
602
|
+
QueryPermissionEntity,
|
|
603
|
+
QueueEntity,
|
|
604
|
+
QueueTaskEntity,
|
|
605
|
+
QueueTypeEntity,
|
|
606
|
+
RecommendationEntity,
|
|
607
|
+
RecommendationItemEntity,
|
|
608
|
+
RecommendationProviderEntity,
|
|
609
|
+
RecommendationRunEntity,
|
|
610
|
+
RecordChangeEntity,
|
|
611
|
+
RecordChangeReplayRunEntity,
|
|
612
|
+
RecordLinkEntity,
|
|
613
|
+
RecordMergeDeletionLogEntity,
|
|
614
|
+
RecordMergeLogEntity,
|
|
615
|
+
ReportCategoryEntity,
|
|
616
|
+
ReportEntity,
|
|
617
|
+
ReportSnapshotEntity,
|
|
618
|
+
ReportUserStateEntity,
|
|
619
|
+
ReportVersionEntity,
|
|
620
|
+
ResourceLinkEntity,
|
|
621
|
+
ResourcePermissionEntity,
|
|
622
|
+
ResourcePermissionEntityExtended,
|
|
623
|
+
ResourceTypeEntity,
|
|
624
|
+
RoleEntity,
|
|
625
|
+
RowLevelSecurityFilterEntity,
|
|
626
|
+
ScheduledActionEntity,
|
|
627
|
+
ScheduledActionEntityExtended,
|
|
628
|
+
ScheduledActionParamEntity,
|
|
629
|
+
ScheduledJobEntity,
|
|
630
|
+
ScheduledJobRunEntity,
|
|
631
|
+
ScheduledJobTypeEntity,
|
|
632
|
+
SchemaInfoEntity,
|
|
633
|
+
SkillEntity,
|
|
634
|
+
TagEntity,
|
|
635
|
+
TaggedItemEntity,
|
|
636
|
+
TaskDependencyEntity,
|
|
637
|
+
TaskEntity,
|
|
638
|
+
TaskTypeEntity,
|
|
639
|
+
TemplateCategoryEntity,
|
|
640
|
+
TemplateContentEntity,
|
|
641
|
+
TemplateContentTypeEntity,
|
|
642
|
+
TemplateEntity,
|
|
643
|
+
TemplateEntityExtended,
|
|
644
|
+
TemplateParamEntity,
|
|
645
|
+
TestEntity,
|
|
646
|
+
TestRubricEntity,
|
|
647
|
+
TestRunEntity,
|
|
648
|
+
TestRunFeedbackEntity,
|
|
649
|
+
TestSuiteEntity,
|
|
650
|
+
TestSuiteRunEntity,
|
|
651
|
+
TestSuiteTestEntity,
|
|
652
|
+
TestTypeEntity,
|
|
653
|
+
UserApplicationEntity,
|
|
654
|
+
UserApplicationEntityEntity,
|
|
655
|
+
UserEntity,
|
|
656
|
+
UserFavoriteEntity,
|
|
657
|
+
UserNotificationEntity,
|
|
658
|
+
UserNotificationPreferenceEntity,
|
|
659
|
+
UserNotificationTypeEntity,
|
|
660
|
+
UserRecordLogEntity,
|
|
661
|
+
UserRoleEntity,
|
|
662
|
+
UserSettingEntity,
|
|
663
|
+
UserViewCategoryEntity,
|
|
664
|
+
UserViewEntity,
|
|
665
|
+
UserViewEntityExtended,
|
|
666
|
+
UserViewRunDetailEntity,
|
|
667
|
+
UserViewRunEntity,
|
|
668
|
+
VectorDatabaseEntity,
|
|
669
|
+
VectorIndexEntity,
|
|
670
|
+
VersionInstallationEntity,
|
|
671
|
+
VersionLabelEntity,
|
|
672
|
+
VersionLabelItemEntity,
|
|
673
|
+
VersionLabelRestoreEntity,
|
|
674
|
+
WorkflowEngineEntity,
|
|
675
|
+
WorkflowEntity,
|
|
676
|
+
WorkflowRunEntity,
|
|
677
|
+
WorkspaceEntity,
|
|
678
|
+
WorkspaceItemEntity,
|
|
679
|
+
AIAgentExampleEntityExtended,
|
|
680
|
+
AIAgentNoteEntityExtended,
|
|
681
|
+
AIPromptEntityExtendedServer,
|
|
682
|
+
AIPromptRunEntityServer,
|
|
683
|
+
ActionEntityServerEntity,
|
|
684
|
+
ApplicationEntityServerEntity,
|
|
685
|
+
ArtifactVersionExtended,
|
|
686
|
+
ComponentEntityExtended_Server,
|
|
687
|
+
ConversationDetailEntityServer,
|
|
688
|
+
DuplicateRunEntity_Server,
|
|
689
|
+
QueryEntityExtended,
|
|
690
|
+
ReportEntity_Server,
|
|
691
|
+
TemplateContentEntityExtended,
|
|
692
|
+
UserViewEntity_Server,
|
|
693
|
+
DataContextItemServer,
|
|
694
|
+
LibraryEntityExtended,
|
|
695
|
+
LibraryItemEntityExtended,
|
|
696
|
+
AWSKMSKeySource,
|
|
697
|
+
AzureKeyVaultKeySource,
|
|
698
|
+
ConfigFileKeySource,
|
|
699
|
+
EnableFieldEncryptionAction,
|
|
700
|
+
EnvVarKeySource,
|
|
701
|
+
RotateEncryptionKeyAction,
|
|
702
|
+
CreateScheduledJobAction,
|
|
703
|
+
DeleteScheduledJobAction,
|
|
704
|
+
ExecuteScheduledJobNowAction,
|
|
705
|
+
GetScheduledJobStatisticsAction,
|
|
706
|
+
QueryScheduledJobsAction,
|
|
707
|
+
UpdateScheduledJobAction,
|
|
708
|
+
ActionScheduledJobDriver,
|
|
709
|
+
AgentScheduledJobDriver,
|
|
710
|
+
ScheduledJobEntityExtended,
|
|
711
|
+
AIPromptExtension,
|
|
712
|
+
TemplateEmbedExtension,
|
|
713
|
+
AgentEvalDriver,
|
|
714
|
+
];
|
|
715
|
+
/** Marker constant indicating the manifest has been loaded. */
|
|
716
|
+
export const CLASS_REGISTRATIONS_MANIFEST_LOADED = true;
|
|
717
|
+
/** Total @RegisterClass decorated classes discovered in dependency tree */
|
|
718
|
+
export const CLASS_REGISTRATIONS_COUNT = 604;
|
|
719
|
+
/** Packages imported by this manifest */
|
|
720
|
+
export const CLASS_REGISTRATIONS_PACKAGES = [
|
|
721
|
+
'@memberjunction/actions',
|
|
722
|
+
'@memberjunction/actions-apollo',
|
|
723
|
+
'@memberjunction/actions-base',
|
|
724
|
+
'@memberjunction/actions-bizapps-accounting',
|
|
725
|
+
'@memberjunction/actions-bizapps-crm',
|
|
726
|
+
'@memberjunction/actions-bizapps-formbuilders',
|
|
727
|
+
'@memberjunction/actions-bizapps-lms',
|
|
728
|
+
'@memberjunction/actions-bizapps-social',
|
|
729
|
+
'@memberjunction/ai-agent-manager',
|
|
730
|
+
'@memberjunction/ai-agents',
|
|
731
|
+
'@memberjunction/ai-anthropic',
|
|
732
|
+
'@memberjunction/ai-azure',
|
|
733
|
+
'@memberjunction/ai-bedrock',
|
|
734
|
+
'@memberjunction/ai-betty-bot',
|
|
735
|
+
'@memberjunction/ai-blackforestlabs',
|
|
736
|
+
'@memberjunction/ai-cerebras',
|
|
737
|
+
'@memberjunction/ai-cohere',
|
|
738
|
+
'@memberjunction/ai-core-plus',
|
|
739
|
+
'@memberjunction/ai-elevenlabs',
|
|
740
|
+
'@memberjunction/ai-engine-base',
|
|
741
|
+
'@memberjunction/ai-fireworks',
|
|
742
|
+
'@memberjunction/ai-gemini',
|
|
743
|
+
'@memberjunction/ai-groq',
|
|
744
|
+
'@memberjunction/ai-heygen',
|
|
745
|
+
'@memberjunction/ai-lmstudio',
|
|
746
|
+
'@memberjunction/ai-local-embeddings',
|
|
747
|
+
'@memberjunction/ai-mistral',
|
|
748
|
+
'@memberjunction/ai-ollama',
|
|
749
|
+
'@memberjunction/ai-openai',
|
|
750
|
+
'@memberjunction/ai-openrouter',
|
|
751
|
+
'@memberjunction/ai-recommendations-rex',
|
|
752
|
+
'@memberjunction/ai-reranker',
|
|
753
|
+
'@memberjunction/ai-vectors-pinecone',
|
|
754
|
+
'@memberjunction/ai-vertex',
|
|
755
|
+
'@memberjunction/ai-xai',
|
|
756
|
+
'@memberjunction/core-actions',
|
|
757
|
+
'@memberjunction/core-entities',
|
|
758
|
+
'@memberjunction/core-entities-server',
|
|
759
|
+
'@memberjunction/data-context-server',
|
|
760
|
+
'@memberjunction/doc-utils',
|
|
761
|
+
'@memberjunction/encryption',
|
|
762
|
+
'@memberjunction/scheduling-actions',
|
|
763
|
+
'@memberjunction/scheduling-engine',
|
|
764
|
+
'@memberjunction/scheduling-engine-base',
|
|
765
|
+
'@memberjunction/templates',
|
|
766
|
+
'@memberjunction/testing-engine',
|
|
767
|
+
];
|
|
768
|
+
//# sourceMappingURL=mj-class-registrations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mj-class-registrations.js","sourceRoot":"","sources":["../../src/generated/mj-class-registrations.ts"],"names":[],"mappings":"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"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MemberJunction Server Bootstrap (Lite)
|
|
3
|
+
*
|
|
4
|
+
* A lightweight class registrations manifest that excludes heavy and ESM-incompatible
|
|
5
|
+
* dependencies (communication providers, storage, bizapps actions, etc.).
|
|
6
|
+
*
|
|
7
|
+
* Use this package instead of @memberjunction/server-bootstrap for:
|
|
8
|
+
* - CLI tools (MJCLI)
|
|
9
|
+
* - CodeGen (CodeGenLib, MJCodeGenAPI)
|
|
10
|
+
* - MCP Server
|
|
11
|
+
* - A2A Server
|
|
12
|
+
* - Any server-side app that doesn't need communication/storage/bizapps
|
|
13
|
+
*
|
|
14
|
+
* For the full manifest with all packages, use @memberjunction/server-bootstrap.
|
|
15
|
+
*/
|
|
16
|
+
export { CLASS_REGISTRATIONS, CLASS_REGISTRATIONS_MANIFEST_LOADED, CLASS_REGISTRATIONS_COUNT, CLASS_REGISTRATIONS_PACKAGES } from './mj-class-registrations.js';
|
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EAAE,mBAAmB,EAAE,mCAAmC,EAAE,yBAAyB,EAAE,4BAA4B,EAAE,MAAM,6BAA6B,CAAC"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MemberJunction Server Bootstrap (Lite)
|
|
3
|
+
*
|
|
4
|
+
* A lightweight class registrations manifest that excludes heavy and ESM-incompatible
|
|
5
|
+
* dependencies (communication providers, storage, bizapps actions, etc.).
|
|
6
|
+
*
|
|
7
|
+
* Use this package instead of @memberjunction/server-bootstrap for:
|
|
8
|
+
* - CLI tools (MJCLI)
|
|
9
|
+
* - CodeGen (CodeGenLib, MJCodeGenAPI)
|
|
10
|
+
* - MCP Server
|
|
11
|
+
* - A2A Server
|
|
12
|
+
* - Any server-side app that doesn't need communication/storage/bizapps
|
|
13
|
+
*
|
|
14
|
+
* For the full manifest with all packages, use @memberjunction/server-bootstrap.
|
|
15
|
+
*/
|
|
16
|
+
export { CLASS_REGISTRATIONS, CLASS_REGISTRATIONS_MANIFEST_LOADED, CLASS_REGISTRATIONS_COUNT, CLASS_REGISTRATIONS_PACKAGES } from './mj-class-registrations.js';
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EAAE,mBAAmB,EAAE,mCAAmC,EAAE,yBAAyB,EAAE,4BAA4B,EAAE,MAAM,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pre-built class registrations manifest for @memberjunction/* packages (lite variant).
|
|
3
|
+
*
|
|
4
|
+
* Excludes ESM-incompatible packages:
|
|
5
|
+
* - communication-* (depends on @microsoft/microsoft-graph-client which has ESM directory import issues)
|
|
6
|
+
* - storage (also depends on @microsoft/microsoft-graph-client)
|
|
7
|
+
* - content-autotagging, entity-communications-base, queue
|
|
8
|
+
*
|
|
9
|
+
* Usage in your entry point:
|
|
10
|
+
* import '@memberjunction/server-bootstrap-lite/mj-class-registrations';
|
|
11
|
+
*/
|
|
12
|
+
export * from './generated/mj-class-registrations.js';
|
|
13
|
+
//# sourceMappingURL=mj-class-registrations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mj-class-registrations.d.ts","sourceRoot":"","sources":["../src/mj-class-registrations.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,cAAc,uCAAuC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pre-built class registrations manifest for @memberjunction/* packages (lite variant).
|
|
3
|
+
*
|
|
4
|
+
* Excludes ESM-incompatible packages:
|
|
5
|
+
* - communication-* (depends on @microsoft/microsoft-graph-client which has ESM directory import issues)
|
|
6
|
+
* - storage (also depends on @microsoft/microsoft-graph-client)
|
|
7
|
+
* - content-autotagging, entity-communications-base, queue
|
|
8
|
+
*
|
|
9
|
+
* Usage in your entry point:
|
|
10
|
+
* import '@memberjunction/server-bootstrap-lite/mj-class-registrations';
|
|
11
|
+
*/
|
|
12
|
+
export * from './generated/mj-class-registrations.js';
|
|
13
|
+
//# sourceMappingURL=mj-class-registrations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mj-class-registrations.js","sourceRoot":"","sources":["../src/mj-class-registrations.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,cAAc,uCAAuC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,72 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/server-bootstrap-lite",
|
|
3
|
-
"version": "0.0
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
|
+
"description": "MemberJunction Server Bootstrap (Lite) - Class registrations manifest without ESM-incompatible dependencies (communication, storage)",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"default": "./dist/index.js"
|
|
12
|
+
},
|
|
13
|
+
"./mj-class-registrations": {
|
|
14
|
+
"types": "./dist/mj-class-registrations.d.ts",
|
|
15
|
+
"default": "./dist/mj-class-registrations.js"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"scripts": {
|
|
19
|
+
"prebuild": "if [ -d dist ]; then mj codegen manifest --exclude-packages @memberjunction/communication --exclude-packages @memberjunction/content-autotagging --exclude-packages @memberjunction/entity-communications --exclude-packages @memberjunction/queue --exclude-packages @memberjunction/storage --exclude-packages @memberjunction/server --output ./src/generated/mj-class-registrations.ts || echo 'Warning: mj codegen manifest not available, using existing manifest'; else touch .needs-manifest-rebuild; fi",
|
|
20
|
+
"build": "tsc && tsc-alias -f",
|
|
21
|
+
"postbuild": "if [ -f .needs-manifest-rebuild ]; then rm .needs-manifest-rebuild && (mj codegen manifest --exclude-packages @memberjunction/communication --exclude-packages @memberjunction/content-autotagging --exclude-packages @memberjunction/entity-communications --exclude-packages @memberjunction/queue --exclude-packages @memberjunction/storage --exclude-packages @memberjunction/server --output ./src/generated/mj-class-registrations.ts && tsc && tsc-alias -f || echo 'Warning: mj codegen manifest not available, manifest will be generated on next build'); fi",
|
|
22
|
+
"watch": "tsc --watch",
|
|
23
|
+
"clean": "rimraf dist"
|
|
24
|
+
},
|
|
5
25
|
"keywords": [
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
26
|
+
"memberjunction",
|
|
27
|
+
"bootstrap",
|
|
28
|
+
"server",
|
|
29
|
+
"lite"
|
|
30
|
+
],
|
|
31
|
+
"author": "MemberJunction",
|
|
32
|
+
"license": "MIT",
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@memberjunction/actions": "4.0.0",
|
|
35
|
+
"@memberjunction/actions-apollo": "4.0.0",
|
|
36
|
+
"@memberjunction/actions-base": "4.0.0",
|
|
37
|
+
"@memberjunction/actions-bizapps-accounting": "4.0.0",
|
|
38
|
+
"@memberjunction/actions-bizapps-crm": "4.0.0",
|
|
39
|
+
"@memberjunction/actions-bizapps-formbuilders": "4.0.0",
|
|
40
|
+
"@memberjunction/actions-bizapps-lms": "4.0.0",
|
|
41
|
+
"@memberjunction/actions-bizapps-social": "4.0.0",
|
|
42
|
+
"@memberjunction/ai-agent-manager": "4.0.0",
|
|
43
|
+
"@memberjunction/ai-agents": "4.0.0",
|
|
44
|
+
"@memberjunction/ai-core-plus": "4.0.0",
|
|
45
|
+
"@memberjunction/ai-engine-base": "4.0.0",
|
|
46
|
+
"@memberjunction/ai-provider-bundle": "4.0.0",
|
|
47
|
+
"@memberjunction/ai-reranker": "4.0.0",
|
|
48
|
+
"@memberjunction/core": "4.0.0",
|
|
49
|
+
"@memberjunction/core-actions": "4.0.0",
|
|
50
|
+
"@memberjunction/core-entities": "4.0.0",
|
|
51
|
+
"@memberjunction/core-entities-server": "4.0.0",
|
|
52
|
+
"@memberjunction/data-context-server": "4.0.0",
|
|
53
|
+
"@memberjunction/doc-utils": "4.0.0",
|
|
54
|
+
"@memberjunction/encryption": "4.0.0",
|
|
55
|
+
"@memberjunction/scheduling-actions": "4.0.0",
|
|
56
|
+
"@memberjunction/scheduling-engine": "4.0.0",
|
|
57
|
+
"@memberjunction/scheduling-engine-base": "4.0.0",
|
|
58
|
+
"@memberjunction/templates": "4.0.0",
|
|
59
|
+
"@memberjunction/testing-engine": "4.0.0"
|
|
60
|
+
},
|
|
61
|
+
"devDependencies": {
|
|
62
|
+
"@types/node": "^24.10.11",
|
|
63
|
+
"typescript": "^5.9.3"
|
|
64
|
+
},
|
|
65
|
+
"files": [
|
|
66
|
+
"dist/**/*"
|
|
67
|
+
],
|
|
68
|
+
"repository": {
|
|
69
|
+
"type": "git",
|
|
70
|
+
"url": "https://github.com/MemberJunction/MJ"
|
|
71
|
+
}
|
|
10
72
|
}
|
package/README.md
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
# @memberjunction/server-bootstrap-lite
|
|
2
|
-
|
|
3
|
-
## ⚠️ IMPORTANT NOTICE ⚠️
|
|
4
|
-
|
|
5
|
-
**This package is created solely for the purpose of setting up OIDC (OpenID Connect) trusted publishing with npm.**
|
|
6
|
-
|
|
7
|
-
This is **NOT** a functional package and contains **NO** code or functionality beyond the OIDC setup configuration.
|
|
8
|
-
|
|
9
|
-
## Purpose
|
|
10
|
-
|
|
11
|
-
This package exists to:
|
|
12
|
-
1. Configure OIDC trusted publishing for the package name `@memberjunction/server-bootstrap-lite`
|
|
13
|
-
2. Enable secure, token-less publishing from CI/CD workflows
|
|
14
|
-
3. Establish provenance for packages published under this name
|
|
15
|
-
|
|
16
|
-
## What is OIDC Trusted Publishing?
|
|
17
|
-
|
|
18
|
-
OIDC trusted publishing allows package maintainers to publish packages directly from their CI/CD workflows without needing to manage npm access tokens. Instead, it uses OpenID Connect to establish trust between the CI/CD provider (like GitHub Actions) and npm.
|
|
19
|
-
|
|
20
|
-
## Setup Instructions
|
|
21
|
-
|
|
22
|
-
To properly configure OIDC trusted publishing for this package:
|
|
23
|
-
|
|
24
|
-
1. Go to [npmjs.com](https://www.npmjs.com/) and navigate to your package settings
|
|
25
|
-
2. Configure the trusted publisher (e.g., GitHub Actions)
|
|
26
|
-
3. Specify the repository and workflow that should be allowed to publish
|
|
27
|
-
4. Use the configured workflow to publish your actual package
|
|
28
|
-
|
|
29
|
-
## DO NOT USE THIS PACKAGE
|
|
30
|
-
|
|
31
|
-
This package is a placeholder for OIDC configuration only. It:
|
|
32
|
-
- Contains no executable code
|
|
33
|
-
- Provides no functionality
|
|
34
|
-
- Should not be installed as a dependency
|
|
35
|
-
- Exists only for administrative purposes
|
|
36
|
-
|
|
37
|
-
## More Information
|
|
38
|
-
|
|
39
|
-
For more details about npm's trusted publishing feature, see:
|
|
40
|
-
- [npm Trusted Publishing Documentation](https://docs.npmjs.com/generating-provenance-statements)
|
|
41
|
-
- [GitHub Actions OIDC Documentation](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)
|
|
42
|
-
|
|
43
|
-
---
|
|
44
|
-
|
|
45
|
-
**Maintained for OIDC setup purposes only**
|