@adaptic/backend-legacy 0.0.50 → 0.0.52
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/esm/ABTest.mjs +1 -1
- package/esm/Account.mjs +1 -1
- package/esm/AccountLinkingRequest.mjs +1 -1
- package/esm/Action.mjs +1 -1
- package/esm/Alert.mjs +1 -1
- package/esm/Allocation.mjs +1 -1
- package/esm/AlpacaAccount.mjs +1 -1
- package/esm/AnalyticsConfiguration.mjs +1 -1
- package/esm/AnalyticsSnapshot.mjs +1 -1
- package/esm/Asset.mjs +1 -1
- package/esm/AuditLog.mjs +1 -1
- package/esm/Authenticator.mjs +1 -1
- package/esm/Configuration.mjs +1 -1
- package/esm/ConflictEvent.mjs +1 -1
- package/esm/ConnectionHealthSnapshot.mjs +1 -1
- package/esm/Customer.mjs +1 -1
- package/esm/DeadLetterMessage.mjs +1 -1
- package/esm/EconomicEvent.mjs +1 -1
- package/esm/Event.mjs +1 -1
- package/esm/EventSnapshot.mjs +1 -1
- package/esm/FeatureImportanceAnalysis.mjs +1 -1
- package/esm/InstitutionalFlowSignal.mjs +1 -1
- package/esm/InstitutionalHolding.mjs +1 -1
- package/esm/InstitutionalSentimentAlerts.mjs +1 -1
- package/esm/InstitutionalSentimentErrors.mjs +1 -1
- package/esm/InstitutionalSentimentHistory.mjs +1 -1
- package/esm/InstitutionalSentimentMetrics.mjs +1 -1
- package/esm/InviteToken.mjs +1 -1
- package/esm/LinkedProvider.mjs +1 -1
- package/esm/MLTrainingData.mjs +1 -1
- package/esm/MarketSentiment.mjs +1 -1
- package/esm/ModelArtifact.mjs +1 -1
- package/esm/ModelVersion.mjs +1 -1
- package/esm/ModelVersionArtifact.mjs +1 -1
- package/esm/NewsArticle.mjs +1 -1
- package/esm/NewsArticleAssetSentiment.mjs +1 -1
- package/esm/OptionsContract.mjs +1 -1
- package/esm/OptionsGreeksHistory.mjs +1 -1
- package/esm/OptionsPosition.mjs +1 -1
- package/esm/OptionsTradeExecution.mjs +1 -1
- package/esm/PortfolioGreeksHistory.mjs +1 -1
- package/esm/ScheduledOptionOrder.mjs +1 -1
- package/esm/Session.mjs +1 -1
- package/esm/SignalGeneratorMetrics.mjs +1 -1
- package/esm/SignalLineage.mjs +1 -1
- package/esm/SignalOutcome.mjs +1 -1
- package/esm/SignalPriorityQueue.mjs +1 -1
- package/esm/SyncEvent.mjs +1 -1
- package/esm/SystemAlert.mjs +1 -1
- package/esm/Trade.mjs +1 -1
- package/esm/TradeAuditEvent.mjs +1 -1
- package/esm/TradeExecutionHistory.mjs +1 -1
- package/esm/User.mjs +1 -1
- package/esm/VerificationToken.mjs +1 -1
- package/esm/WaitlistEntry.mjs +1 -1
- package/esm/client.mjs +1 -1
- package/esm/generated/typegraphql-prisma/enhance.mjs +3 -3
- package/esm/generated/typegraphql-prisma/index.mjs +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/crud/args.index.mjs +55 -55
- package/esm/generated/typegraphql-prisma/resolvers/crud/index.mjs +3 -3
- package/esm/generated/typegraphql-prisma/resolvers/outputs/index.mjs +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/relations/args.index.mjs +13 -13
- package/esm/generated/typegraphql-prisma/resolvers/relations/index.mjs +2 -2
- package/esm/prismaClient.mjs +1 -1
- package/package.json +1 -1
package/esm/ABTest.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the ABTest model.
|
package/esm/Account.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the Account model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the AccountLinkingRequest model.
|
package/esm/Action.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the Action model.
|
package/esm/Alert.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the Alert model.
|
package/esm/Allocation.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
import { assertValidAllocation } from './validators/allocation-validator.mjs';
|
|
5
5
|
/**
|
package/esm/AlpacaAccount.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the AlpacaAccount model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the AnalyticsConfiguration model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the AnalyticsSnapshot model.
|
package/esm/Asset.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the Asset model.
|
package/esm/AuditLog.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the AuditLog model.
|
package/esm/Authenticator.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the Authenticator model.
|
package/esm/Configuration.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the Configuration model.
|
package/esm/ConflictEvent.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the ConflictEvent model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the ConnectionHealthSnapshot model.
|
package/esm/Customer.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the Customer model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the DeadLetterMessage model.
|
package/esm/EconomicEvent.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the EconomicEvent model.
|
package/esm/Event.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the Event model.
|
package/esm/EventSnapshot.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the EventSnapshot model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the FeatureImportanceAnalysis model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the InstitutionalFlowSignal model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the InstitutionalHolding model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the InstitutionalSentimentAlerts model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the InstitutionalSentimentErrors model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the InstitutionalSentimentHistory model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the InstitutionalSentimentMetrics model.
|
package/esm/InviteToken.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the InviteToken model.
|
package/esm/LinkedProvider.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the LinkedProvider model.
|
package/esm/MLTrainingData.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the MLTrainingData model.
|
package/esm/MarketSentiment.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the MarketSentiment model.
|
package/esm/ModelArtifact.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the ModelArtifact model.
|
package/esm/ModelVersion.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the ModelVersion model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the ModelVersionArtifact model.
|
package/esm/NewsArticle.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the NewsArticle model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the NewsArticleAssetSentiment model.
|
package/esm/OptionsContract.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the OptionsContract model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the OptionsGreeksHistory model.
|
package/esm/OptionsPosition.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the OptionsPosition model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the OptionsTradeExecution model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the PortfolioGreeksHistory model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the ScheduledOptionOrder model.
|
package/esm/Session.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the Session model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the SignalGeneratorMetrics model.
|
package/esm/SignalLineage.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the SignalLineage model.
|
package/esm/SignalOutcome.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the SignalOutcome model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the SignalPriorityQueue model.
|
package/esm/SyncEvent.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the SyncEvent model.
|
package/esm/SystemAlert.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the SystemAlert model.
|
package/esm/Trade.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the Trade model.
|
package/esm/TradeAuditEvent.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the TradeAuditEvent model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the TradeExecutionHistory model.
|
package/esm/User.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the User model.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the VerificationToken model.
|
package/esm/WaitlistEntry.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as importedClient, getApolloModules } from './client.mjs';
|
|
2
|
-
import { removeUndefinedProps } from './utils.mjs';
|
|
2
|
+
import { removeUndefinedProps } from './utils/index.mjs';
|
|
3
3
|
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* CRUD operations for the WaitlistEntry model.
|
package/esm/client.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// client.ts
|
|
2
|
-
import { logger } from './utils/logger';
|
|
2
|
+
import { logger } from './utils/logger.mjs';
|
|
3
3
|
const DEFAULT_POOL_CONFIG = {
|
|
4
4
|
maxConcurrentOperations: 100, // Maximum concurrent operations to the database
|
|
5
5
|
retryAttempts: 3, // Number of retry attempts for failed operations
|
|
@@ -3,9 +3,9 @@ import * as crudResolvers from "./resolvers/crud/resolvers-crud.index.mjs";
|
|
|
3
3
|
import * as argsTypes from "./resolvers/crud/args.index.mjs";
|
|
4
4
|
import * as actionResolvers from "./resolvers/crud/resolvers-actions.index.mjs";
|
|
5
5
|
import * as relationResolvers from "./resolvers/relations/resolvers.index.mjs";
|
|
6
|
-
import * as models from "./models.mjs";
|
|
7
|
-
import * as outputTypes from "./resolvers/outputs.mjs";
|
|
8
|
-
import * as inputTypes from "./resolvers/inputs.mjs";
|
|
6
|
+
import * as models from "./models/index.mjs";
|
|
7
|
+
import * as outputTypes from "./resolvers/outputs/index.mjs";
|
|
8
|
+
import * as inputTypes from "./resolvers/inputs/index.mjs";
|
|
9
9
|
const crudResolversMap = {
|
|
10
10
|
Configuration: crudResolvers.ConfigurationCrudResolver,
|
|
11
11
|
MarketSentiment: crudResolvers.MarketSentimentCrudResolver,
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as crudResolversImport from "./resolvers/crud/resolvers-crud.index.mjs";
|
|
2
2
|
import * as relationResolversImport from "./resolvers/relations/resolvers.index.mjs";
|
|
3
|
-
export * from "./enums";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./resolvers/crud";
|
|
3
|
+
export * from "./enums/index.mjs";
|
|
4
|
+
export * from "./models/index.mjs";
|
|
5
|
+
export * from "./resolvers/crud/index.mjs";
|
|
6
6
|
export const crudResolvers = Object.values(crudResolversImport);
|
|
7
|
-
export * from "./resolvers/relations";
|
|
7
|
+
export * from "./resolvers/relations/index.mjs";
|
|
8
8
|
export const relationResolvers = Object.values(relationResolversImport);
|
|
9
|
-
export * from "./resolvers/inputs";
|
|
10
|
-
export * from "./resolvers/outputs";
|
|
11
|
-
export * from "./enhance";
|
|
12
|
-
export * from "./scalars";
|
|
9
|
+
export * from "./resolvers/inputs/index.mjs";
|
|
10
|
+
export * from "./resolvers/outputs/index.mjs";
|
|
11
|
+
export * from "./enhance.mjs";
|
|
12
|
+
export * from "./scalars.mjs";
|
|
13
13
|
export const resolvers = [
|
|
14
14
|
...crudResolvers,
|
|
15
15
|
...relationResolvers,
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
export * from "./ABTest/args";
|
|
2
|
-
export * from "./Account/args";
|
|
3
|
-
export * from "./AccountLinkingRequest/args";
|
|
4
|
-
export * from "./Action/args";
|
|
5
|
-
export * from "./Alert/args";
|
|
6
|
-
export * from "./Allocation/args";
|
|
7
|
-
export * from "./AlpacaAccount/args";
|
|
8
|
-
export * from "./AnalyticsConfiguration/args";
|
|
9
|
-
export * from "./AnalyticsSnapshot/args";
|
|
10
|
-
export * from "./Asset/args";
|
|
11
|
-
export * from "./AuditLog/args";
|
|
12
|
-
export * from "./Authenticator/args";
|
|
13
|
-
export * from "./Configuration/args";
|
|
14
|
-
export * from "./ConflictEvent/args";
|
|
15
|
-
export * from "./ConnectionHealthSnapshot/args";
|
|
16
|
-
export * from "./Customer/args";
|
|
17
|
-
export * from "./DeadLetterMessage/args";
|
|
18
|
-
export * from "./EconomicEvent/args";
|
|
19
|
-
export * from "./Event/args";
|
|
20
|
-
export * from "./EventSnapshot/args";
|
|
21
|
-
export * from "./FeatureImportanceAnalysis/args";
|
|
22
|
-
export * from "./InstitutionalFlowSignal/args";
|
|
23
|
-
export * from "./InstitutionalHolding/args";
|
|
24
|
-
export * from "./InstitutionalSentimentAlerts/args";
|
|
25
|
-
export * from "./InstitutionalSentimentErrors/args";
|
|
26
|
-
export * from "./InstitutionalSentimentHistory/args";
|
|
27
|
-
export * from "./InstitutionalSentimentMetrics/args";
|
|
28
|
-
export * from "./InviteToken/args";
|
|
29
|
-
export * from "./LinkedProvider/args";
|
|
30
|
-
export * from "./MLTrainingData/args";
|
|
31
|
-
export * from "./MarketSentiment/args";
|
|
32
|
-
export * from "./ModelArtifact/args";
|
|
33
|
-
export * from "./ModelVersion/args";
|
|
34
|
-
export * from "./ModelVersionArtifact/args";
|
|
35
|
-
export * from "./NewsArticle/args";
|
|
36
|
-
export * from "./NewsArticleAssetSentiment/args";
|
|
37
|
-
export * from "./OptionsContract/args";
|
|
38
|
-
export * from "./OptionsGreeksHistory/args";
|
|
39
|
-
export * from "./OptionsPosition/args";
|
|
40
|
-
export * from "./OptionsTradeExecution/args";
|
|
41
|
-
export * from "./PortfolioGreeksHistory/args";
|
|
42
|
-
export * from "./ScheduledOptionOrder/args";
|
|
43
|
-
export * from "./Session/args";
|
|
44
|
-
export * from "./SignalGeneratorMetrics/args";
|
|
45
|
-
export * from "./SignalLineage/args";
|
|
46
|
-
export * from "./SignalOutcome/args";
|
|
47
|
-
export * from "./SignalPriorityQueue/args";
|
|
48
|
-
export * from "./SyncEvent/args";
|
|
49
|
-
export * from "./SystemAlert/args";
|
|
50
|
-
export * from "./Trade/args";
|
|
51
|
-
export * from "./TradeAuditEvent/args";
|
|
52
|
-
export * from "./TradeExecutionHistory/args";
|
|
53
|
-
export * from "./User/args";
|
|
54
|
-
export * from "./VerificationToken/args";
|
|
55
|
-
export * from "./WaitlistEntry/args";
|
|
1
|
+
export * from "./ABTest/args/index.mjs";
|
|
2
|
+
export * from "./Account/args/index.mjs";
|
|
3
|
+
export * from "./AccountLinkingRequest/args/index.mjs";
|
|
4
|
+
export * from "./Action/args/index.mjs";
|
|
5
|
+
export * from "./Alert/args/index.mjs";
|
|
6
|
+
export * from "./Allocation/args/index.mjs";
|
|
7
|
+
export * from "./AlpacaAccount/args/index.mjs";
|
|
8
|
+
export * from "./AnalyticsConfiguration/args/index.mjs";
|
|
9
|
+
export * from "./AnalyticsSnapshot/args/index.mjs";
|
|
10
|
+
export * from "./Asset/args/index.mjs";
|
|
11
|
+
export * from "./AuditLog/args/index.mjs";
|
|
12
|
+
export * from "./Authenticator/args/index.mjs";
|
|
13
|
+
export * from "./Configuration/args/index.mjs";
|
|
14
|
+
export * from "./ConflictEvent/args/index.mjs";
|
|
15
|
+
export * from "./ConnectionHealthSnapshot/args/index.mjs";
|
|
16
|
+
export * from "./Customer/args/index.mjs";
|
|
17
|
+
export * from "./DeadLetterMessage/args/index.mjs";
|
|
18
|
+
export * from "./EconomicEvent/args/index.mjs";
|
|
19
|
+
export * from "./Event/args/index.mjs";
|
|
20
|
+
export * from "./EventSnapshot/args/index.mjs";
|
|
21
|
+
export * from "./FeatureImportanceAnalysis/args/index.mjs";
|
|
22
|
+
export * from "./InstitutionalFlowSignal/args/index.mjs";
|
|
23
|
+
export * from "./InstitutionalHolding/args/index.mjs";
|
|
24
|
+
export * from "./InstitutionalSentimentAlerts/args/index.mjs";
|
|
25
|
+
export * from "./InstitutionalSentimentErrors/args/index.mjs";
|
|
26
|
+
export * from "./InstitutionalSentimentHistory/args/index.mjs";
|
|
27
|
+
export * from "./InstitutionalSentimentMetrics/args/index.mjs";
|
|
28
|
+
export * from "./InviteToken/args/index.mjs";
|
|
29
|
+
export * from "./LinkedProvider/args/index.mjs";
|
|
30
|
+
export * from "./MLTrainingData/args/index.mjs";
|
|
31
|
+
export * from "./MarketSentiment/args/index.mjs";
|
|
32
|
+
export * from "./ModelArtifact/args/index.mjs";
|
|
33
|
+
export * from "./ModelVersion/args/index.mjs";
|
|
34
|
+
export * from "./ModelVersionArtifact/args/index.mjs";
|
|
35
|
+
export * from "./NewsArticle/args/index.mjs";
|
|
36
|
+
export * from "./NewsArticleAssetSentiment/args/index.mjs";
|
|
37
|
+
export * from "./OptionsContract/args/index.mjs";
|
|
38
|
+
export * from "./OptionsGreeksHistory/args/index.mjs";
|
|
39
|
+
export * from "./OptionsPosition/args/index.mjs";
|
|
40
|
+
export * from "./OptionsTradeExecution/args/index.mjs";
|
|
41
|
+
export * from "./PortfolioGreeksHistory/args/index.mjs";
|
|
42
|
+
export * from "./ScheduledOptionOrder/args/index.mjs";
|
|
43
|
+
export * from "./Session/args/index.mjs";
|
|
44
|
+
export * from "./SignalGeneratorMetrics/args/index.mjs";
|
|
45
|
+
export * from "./SignalLineage/args/index.mjs";
|
|
46
|
+
export * from "./SignalOutcome/args/index.mjs";
|
|
47
|
+
export * from "./SignalPriorityQueue/args/index.mjs";
|
|
48
|
+
export * from "./SyncEvent/args/index.mjs";
|
|
49
|
+
export * from "./SystemAlert/args/index.mjs";
|
|
50
|
+
export * from "./Trade/args/index.mjs";
|
|
51
|
+
export * from "./TradeAuditEvent/args/index.mjs";
|
|
52
|
+
export * from "./TradeExecutionHistory/args/index.mjs";
|
|
53
|
+
export * from "./User/args/index.mjs";
|
|
54
|
+
export * from "./VerificationToken/args/index.mjs";
|
|
55
|
+
export * from "./WaitlistEntry/args/index.mjs";
|
|
56
56
|
//# sourceMappingURL=args.index.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from "./resolvers-actions.index";
|
|
2
|
-
export * from "./resolvers-crud.index";
|
|
3
|
-
export * from "./args.index";
|
|
1
|
+
export * from "./resolvers-actions.index.mjs";
|
|
2
|
+
export * from "./resolvers-crud.index.mjs";
|
|
3
|
+
export * from "./args.index.mjs";
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
|
@@ -415,5 +415,5 @@ export { WaitlistEntryGroupBy } from "./WaitlistEntryGroupBy.mjs";
|
|
|
415
415
|
export { WaitlistEntryMaxAggregate } from "./WaitlistEntryMaxAggregate.mjs";
|
|
416
416
|
export { WaitlistEntryMinAggregate } from "./WaitlistEntryMinAggregate.mjs";
|
|
417
417
|
export { WaitlistEntrySumAggregate } from "./WaitlistEntrySumAggregate.mjs";
|
|
418
|
-
export * from "./args";
|
|
418
|
+
export * from "./args/index.mjs";
|
|
419
419
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export * from "./AlpacaAccount/args";
|
|
2
|
-
export * from "./Asset/args";
|
|
3
|
-
export * from "./Customer/args";
|
|
4
|
-
export * from "./InviteToken/args";
|
|
5
|
-
export * from "./ModelArtifact/args";
|
|
6
|
-
export * from "./ModelVersion/args";
|
|
7
|
-
export * from "./NewsArticle/args";
|
|
8
|
-
export * from "./NewsArticleAssetSentiment/args";
|
|
9
|
-
export * from "./OptionsContract/args";
|
|
10
|
-
export * from "./OptionsPosition/args";
|
|
11
|
-
export * from "./Trade/args";
|
|
12
|
-
export * from "./User/args";
|
|
13
|
-
export * from "./WaitlistEntry/args";
|
|
1
|
+
export * from "./AlpacaAccount/args/index.mjs";
|
|
2
|
+
export * from "./Asset/args/index.mjs";
|
|
3
|
+
export * from "./Customer/args/index.mjs";
|
|
4
|
+
export * from "./InviteToken/args/index.mjs";
|
|
5
|
+
export * from "./ModelArtifact/args/index.mjs";
|
|
6
|
+
export * from "./ModelVersion/args/index.mjs";
|
|
7
|
+
export * from "./NewsArticle/args/index.mjs";
|
|
8
|
+
export * from "./NewsArticleAssetSentiment/args/index.mjs";
|
|
9
|
+
export * from "./OptionsContract/args/index.mjs";
|
|
10
|
+
export * from "./OptionsPosition/args/index.mjs";
|
|
11
|
+
export * from "./Trade/args/index.mjs";
|
|
12
|
+
export * from "./User/args/index.mjs";
|
|
13
|
+
export * from "./WaitlistEntry/args/index.mjs";
|
|
14
14
|
//# sourceMappingURL=args.index.js.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./resolvers.index";
|
|
2
|
-
export * from "./args.index";
|
|
1
|
+
export * from "./resolvers.index.mjs";
|
|
2
|
+
export * from "./args.index.mjs";
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
package/esm/prismaClient.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PrismaClient } from "@prisma/client";
|
|
2
2
|
import { withAccelerate } from "@prisma/extension-accelerate";
|
|
3
|
-
import { logger } from './utils/logger';
|
|
3
|
+
import { logger } from './utils/logger.mjs';
|
|
4
4
|
/**
|
|
5
5
|
* Connection pool size defaults per deployment tier.
|
|
6
6
|
* Can be overridden via the DATABASE_POOL_SIZE environment variable.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptic/backend-legacy",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.52",
|
|
4
4
|
"description": "Backend executable CRUD functions with dynamic variables construction, and type definitions for the Adaptic AI platform.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "index.d.ts",
|