adaptic-backend 1.0.326 → 1.0.328
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/Account.cjs +1 -1
- package/Action.cjs +1 -1
- package/Alert.cjs +1 -1
- package/Allocation.cjs +1 -1
- package/AlpacaAccount.cjs +1 -1
- package/Asset.cjs +1 -1
- package/Authenticator.cjs +1 -1
- package/Customer.cjs +1 -1
- package/EconomicEvent.cjs +1 -1
- package/MarketSentiment.cjs +1 -1
- package/NewsArticle.cjs +1 -1
- package/NewsArticleAssetSentiment.cjs +1 -1
- package/ScheduledOptionOrder.cjs +1 -1
- package/Session.cjs +1 -1
- package/Trade.cjs +1 -1
- package/User.cjs +1 -1
- package/VerificationToken.cjs +1 -1
- package/esm/Account.js.map +1 -1
- package/esm/Account.mjs +1 -1
- package/esm/Action.js.map +1 -1
- package/esm/Action.mjs +1 -1
- package/esm/Alert.js.map +1 -1
- package/esm/Alert.mjs +1 -1
- package/esm/Allocation.js.map +1 -1
- package/esm/Allocation.mjs +1 -1
- package/esm/AlpacaAccount.js.map +1 -1
- package/esm/AlpacaAccount.mjs +1 -1
- package/esm/Asset.js.map +1 -1
- package/esm/Asset.mjs +1 -1
- package/esm/Authenticator.js.map +1 -1
- package/esm/Authenticator.mjs +1 -1
- package/esm/Customer.js.map +1 -1
- package/esm/Customer.mjs +1 -1
- package/esm/EconomicEvent.js.map +1 -1
- package/esm/EconomicEvent.mjs +1 -1
- package/esm/MarketSentiment.js.map +1 -1
- package/esm/MarketSentiment.mjs +1 -1
- package/esm/NewsArticle.js.map +1 -1
- package/esm/NewsArticle.mjs +1 -1
- package/esm/NewsArticleAssetSentiment.js.map +1 -1
- package/esm/NewsArticleAssetSentiment.mjs +1 -1
- package/esm/ScheduledOptionOrder.js.map +1 -1
- package/esm/ScheduledOptionOrder.mjs +1 -1
- package/esm/Session.js.map +1 -1
- package/esm/Session.mjs +1 -1
- package/esm/Trade.js.map +1 -1
- package/esm/Trade.mjs +1 -1
- package/esm/User.js.map +1 -1
- package/esm/User.mjs +1 -1
- package/esm/VerificationToken.js.map +1 -1
- package/esm/VerificationToken.mjs +1 -1
- package/package.json +1 -1
package/Account.cjs
CHANGED
package/Action.cjs
CHANGED
package/Alert.cjs
CHANGED
package/Allocation.cjs
CHANGED
@@ -2633,7 +2633,7 @@ exports.Allocation = {
|
|
2633
2633
|
const DELETE_ONE_ALLOCATION = gql `
|
2634
2634
|
mutation deleteOneAllocation($where: AllocationWhereUniqueInput!) {
|
2635
2635
|
deleteOneAllocation(where: $where) {
|
2636
|
-
|
2636
|
+
id
|
2637
2637
|
}
|
2638
2638
|
}`;
|
2639
2639
|
const variables = {
|
package/AlpacaAccount.cjs
CHANGED
@@ -2158,7 +2158,7 @@ exports.AlpacaAccount = {
|
|
2158
2158
|
const DELETE_ONE_ALPACAACCOUNT = gql `
|
2159
2159
|
mutation deleteOneAlpacaAccount($where: AlpacaAccountWhereUniqueInput!) {
|
2160
2160
|
deleteOneAlpacaAccount(where: $where) {
|
2161
|
-
|
2161
|
+
id
|
2162
2162
|
}
|
2163
2163
|
}`;
|
2164
2164
|
const variables = {
|
package/Asset.cjs
CHANGED
package/Authenticator.cjs
CHANGED
@@ -2506,7 +2506,7 @@ exports.Authenticator = {
|
|
2506
2506
|
const DELETE_ONE_AUTHENTICATOR = gql `
|
2507
2507
|
mutation deleteOneAuthenticator($where: AuthenticatorWhereUniqueInput!) {
|
2508
2508
|
deleteOneAuthenticator(where: $where) {
|
2509
|
-
|
2509
|
+
id
|
2510
2510
|
}
|
2511
2511
|
}`;
|
2512
2512
|
const variables = {
|
package/Customer.cjs
CHANGED
package/EconomicEvent.cjs
CHANGED
@@ -327,7 +327,7 @@ exports.EconomicEvent = {
|
|
327
327
|
const DELETE_ONE_ECONOMICEVENT = gql `
|
328
328
|
mutation deleteOneEconomicEvent($where: EconomicEventWhereUniqueInput!) {
|
329
329
|
deleteOneEconomicEvent(where: $where) {
|
330
|
-
|
330
|
+
id
|
331
331
|
}
|
332
332
|
}`;
|
333
333
|
const variables = {
|
package/MarketSentiment.cjs
CHANGED
@@ -305,7 +305,7 @@ exports.MarketSentiment = {
|
|
305
305
|
const DELETE_ONE_MARKETSENTIMENT = gql `
|
306
306
|
mutation deleteOneMarketSentiment($where: MarketSentimentWhereUniqueInput!) {
|
307
307
|
deleteOneMarketSentiment(where: $where) {
|
308
|
-
|
308
|
+
id
|
309
309
|
}
|
310
310
|
}`;
|
311
311
|
const variables = {
|
package/NewsArticle.cjs
CHANGED
@@ -1791,7 +1791,7 @@ exports.NewsArticle = {
|
|
1791
1791
|
const DELETE_ONE_NEWSARTICLE = gql `
|
1792
1792
|
mutation deleteOneNewsArticle($where: NewsArticleWhereUniqueInput!) {
|
1793
1793
|
deleteOneNewsArticle(where: $where) {
|
1794
|
-
|
1794
|
+
id
|
1795
1795
|
}
|
1796
1796
|
}`;
|
1797
1797
|
const variables = {
|
@@ -1600,7 +1600,7 @@ exports.NewsArticleAssetSentiment = {
|
|
1600
1600
|
const DELETE_ONE_NEWSARTICLEASSETSENTIMENT = gql `
|
1601
1601
|
mutation deleteOneNewsArticleAssetSentiment($where: NewsArticleAssetSentimentWhereUniqueInput!) {
|
1602
1602
|
deleteOneNewsArticleAssetSentiment(where: $where) {
|
1603
|
-
|
1603
|
+
id
|
1604
1604
|
}
|
1605
1605
|
}`;
|
1606
1606
|
const variables = {
|
package/ScheduledOptionOrder.cjs
CHANGED
@@ -278,7 +278,7 @@ exports.ScheduledOptionOrder = {
|
|
278
278
|
const DELETE_ONE_SCHEDULEDOPTIONORDER = gql `
|
279
279
|
mutation deleteOneScheduledOptionOrder($where: ScheduledOptionOrderWhereUniqueInput!) {
|
280
280
|
deleteOneScheduledOptionOrder(where: $where) {
|
281
|
-
|
281
|
+
id
|
282
282
|
}
|
283
283
|
}`;
|
284
284
|
const variables = {
|
package/Session.cjs
CHANGED
package/Trade.cjs
CHANGED
package/User.cjs
CHANGED
package/VerificationToken.cjs
CHANGED
@@ -291,7 +291,7 @@ exports.VerificationToken = {
|
|
291
291
|
const DELETE_ONE_VERIFICATIONTOKEN = gql `
|
292
292
|
mutation deleteOneVerificationToken($where: VerificationTokenWhereUniqueInput!) {
|
293
293
|
deleteOneVerificationToken(where: $where) {
|
294
|
-
|
294
|
+
id
|
295
295
|
}
|
296
296
|
}`;
|
297
297
|
const variables = {
|