adaptic-backend 1.0.315 → 1.0.317
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 +4 -4
- package/Account.d.ts +2 -2
- package/Action.cjs +4 -4
- package/Action.d.ts +2 -2
- package/Alert.cjs +4 -4
- package/Alert.d.ts +2 -2
- package/AlpacaAccount.cjs +4 -4
- package/AlpacaAccount.d.ts +2 -2
- package/Asset.cjs +4 -4
- package/Asset.d.ts +2 -2
- package/Authenticator.cjs +4 -4
- package/Authenticator.d.ts +2 -2
- package/Customer.cjs +4 -4
- package/Customer.d.ts +2 -2
- package/EconomicEvent.cjs +4 -4
- package/EconomicEvent.d.ts +2 -2
- package/MarketSentiment.cjs +4 -4
- package/MarketSentiment.d.ts +2 -2
- package/NewsArticle.cjs +4 -4
- package/NewsArticle.d.ts +2 -2
- package/NewsArticleAssetSentiment.cjs +4 -4
- package/NewsArticleAssetSentiment.d.ts +2 -2
- package/ScheduledOptionOrder.cjs +4 -4
- package/ScheduledOptionOrder.d.ts +2 -2
- package/Session.cjs +4 -4
- package/Session.d.ts +2 -2
- package/Trade.cjs +4 -4
- package/Trade.d.ts +2 -2
- package/User.cjs +4 -4
- package/User.d.ts +2 -2
- package/VerificationToken.cjs +4 -4
- package/VerificationToken.d.ts +2 -2
- package/esm/Account.d.ts +2 -2
- package/esm/Account.d.ts.map +1 -1
- package/esm/Account.js.map +1 -1
- package/esm/Account.mjs +4 -4
- package/esm/Action.d.ts +2 -2
- package/esm/Action.d.ts.map +1 -1
- package/esm/Action.js.map +1 -1
- package/esm/Action.mjs +4 -4
- package/esm/Alert.d.ts +2 -2
- package/esm/Alert.d.ts.map +1 -1
- package/esm/Alert.js.map +1 -1
- package/esm/Alert.mjs +4 -4
- package/esm/AlpacaAccount.d.ts +2 -2
- package/esm/AlpacaAccount.d.ts.map +1 -1
- package/esm/AlpacaAccount.js.map +1 -1
- package/esm/AlpacaAccount.mjs +4 -4
- package/esm/Asset.d.ts +2 -2
- package/esm/Asset.d.ts.map +1 -1
- package/esm/Asset.js.map +1 -1
- package/esm/Asset.mjs +4 -4
- package/esm/Authenticator.d.ts +2 -2
- package/esm/Authenticator.d.ts.map +1 -1
- package/esm/Authenticator.js.map +1 -1
- package/esm/Authenticator.mjs +4 -4
- package/esm/Customer.d.ts +2 -2
- package/esm/Customer.d.ts.map +1 -1
- package/esm/Customer.js.map +1 -1
- package/esm/Customer.mjs +4 -4
- package/esm/EconomicEvent.d.ts +2 -2
- package/esm/EconomicEvent.d.ts.map +1 -1
- package/esm/EconomicEvent.js.map +1 -1
- package/esm/EconomicEvent.mjs +4 -4
- package/esm/MarketSentiment.d.ts +2 -2
- package/esm/MarketSentiment.d.ts.map +1 -1
- package/esm/MarketSentiment.js.map +1 -1
- package/esm/MarketSentiment.mjs +4 -4
- package/esm/NewsArticle.d.ts +2 -2
- package/esm/NewsArticle.d.ts.map +1 -1
- package/esm/NewsArticle.js.map +1 -1
- package/esm/NewsArticle.mjs +4 -4
- package/esm/NewsArticleAssetSentiment.d.ts +2 -2
- package/esm/NewsArticleAssetSentiment.d.ts.map +1 -1
- package/esm/NewsArticleAssetSentiment.js.map +1 -1
- package/esm/NewsArticleAssetSentiment.mjs +4 -4
- package/esm/ScheduledOptionOrder.d.ts +2 -2
- package/esm/ScheduledOptionOrder.d.ts.map +1 -1
- package/esm/ScheduledOptionOrder.js.map +1 -1
- package/esm/ScheduledOptionOrder.mjs +4 -4
- package/esm/Session.d.ts +2 -2
- package/esm/Session.d.ts.map +1 -1
- package/esm/Session.js.map +1 -1
- package/esm/Session.mjs +4 -4
- package/esm/Trade.d.ts +2 -2
- package/esm/Trade.d.ts.map +1 -1
- package/esm/Trade.js.map +1 -1
- package/esm/Trade.mjs +4 -4
- package/esm/User.d.ts +2 -2
- package/esm/User.d.ts.map +1 -1
- package/esm/User.js.map +1 -1
- package/esm/User.mjs +4 -4
- package/esm/VerificationToken.d.ts +2 -2
- package/esm/VerificationToken.d.ts.map +1 -1
- package/esm/VerificationToken.js.map +1 -1
- package/esm/VerificationToken.mjs +4 -4
- package/esm/index.d.ts +32 -32
- package/index.d.ts +32 -32
- package/package.json +1 -1
package/Account.cjs
CHANGED
@@ -2153,7 +2153,7 @@ exports.Account = {
|
|
2153
2153
|
* @param globalClient - Apollo Client instance.
|
2154
2154
|
* @returns The retrieved Account or null.
|
2155
2155
|
*/
|
2156
|
-
async get(props, globalClient,
|
2156
|
+
async get(props, globalClient, whereInput) {
|
2157
2157
|
var _a, _b;
|
2158
2158
|
const [modules, client] = await Promise.all([
|
2159
2159
|
(0, client_1.getApolloModules)(),
|
@@ -2169,7 +2169,7 @@ exports.Account = {
|
|
2169
2169
|
}
|
2170
2170
|
}`;
|
2171
2171
|
const variables = {
|
2172
|
-
where:
|
2172
|
+
where: whereInput ? whereInput : {
|
2173
2173
|
id: props.id !== undefined ? props.id : undefined,
|
2174
2174
|
userId: props.userId !== undefined ? {
|
2175
2175
|
equals: props.userId
|
@@ -2238,7 +2238,7 @@ exports.Account = {
|
|
2238
2238
|
* @param globalClient - Apollo Client instance.
|
2239
2239
|
* @returns An array of found Account records or null.
|
2240
2240
|
*/
|
2241
|
-
async findMany(props, globalClient,
|
2241
|
+
async findMany(props, globalClient, whereInput) {
|
2242
2242
|
const [modules, client] = await Promise.all([
|
2243
2243
|
(0, client_1.getApolloModules)(),
|
2244
2244
|
globalClient
|
@@ -2253,7 +2253,7 @@ exports.Account = {
|
|
2253
2253
|
}
|
2254
2254
|
}`;
|
2255
2255
|
const variables = {
|
2256
|
-
where:
|
2256
|
+
where: whereInput ? whereInput : {
|
2257
2257
|
id: props.id !== undefined ? {
|
2258
2258
|
equals: props.id
|
2259
2259
|
} : undefined,
|
package/Account.d.ts
CHANGED
@@ -53,7 +53,7 @@ export declare const Account: {
|
|
53
53
|
* @param globalClient - Apollo Client instance.
|
54
54
|
* @returns The retrieved Account or null.
|
55
55
|
*/
|
56
|
-
get(props: AccountType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
56
|
+
get(props: AccountType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<AccountType | null>;
|
57
57
|
/**
|
58
58
|
* Retrieve all Accounts records.
|
59
59
|
* @param globalClient - Apollo Client instance.
|
@@ -66,6 +66,6 @@ export declare const Account: {
|
|
66
66
|
* @param globalClient - Apollo Client instance.
|
67
67
|
* @returns An array of found Account records or null.
|
68
68
|
*/
|
69
|
-
findMany(props: AccountType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
69
|
+
findMany(props: AccountType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<AccountType[] | null>;
|
70
70
|
};
|
71
71
|
//# sourceMappingURL=Account.d.ts.map
|
package/Action.cjs
CHANGED
@@ -684,7 +684,7 @@ exports.Action = {
|
|
684
684
|
* @param globalClient - Apollo Client instance.
|
685
685
|
* @returns The retrieved Action or null.
|
686
686
|
*/
|
687
|
-
async get(props, globalClient,
|
687
|
+
async get(props, globalClient, whereInput) {
|
688
688
|
var _a, _b;
|
689
689
|
const [modules, client] = await Promise.all([
|
690
690
|
(0, client_1.getApolloModules)(),
|
@@ -700,7 +700,7 @@ exports.Action = {
|
|
700
700
|
}
|
701
701
|
}`;
|
702
702
|
const variables = {
|
703
|
-
where:
|
703
|
+
where: whereInput ? whereInput : {
|
704
704
|
id: props.id !== undefined ? props.id : undefined,
|
705
705
|
tradeId: props.tradeId !== undefined ? {
|
706
706
|
equals: props.tradeId
|
@@ -769,7 +769,7 @@ exports.Action = {
|
|
769
769
|
* @param globalClient - Apollo Client instance.
|
770
770
|
* @returns An array of found Action records or null.
|
771
771
|
*/
|
772
|
-
async findMany(props, globalClient,
|
772
|
+
async findMany(props, globalClient, whereInput) {
|
773
773
|
const [modules, client] = await Promise.all([
|
774
774
|
(0, client_1.getApolloModules)(),
|
775
775
|
globalClient
|
@@ -784,7 +784,7 @@ exports.Action = {
|
|
784
784
|
}
|
785
785
|
}`;
|
786
786
|
const variables = {
|
787
|
-
where:
|
787
|
+
where: whereInput ? whereInput : {
|
788
788
|
id: props.id !== undefined ? {
|
789
789
|
equals: props.id
|
790
790
|
} : undefined,
|
package/Action.d.ts
CHANGED
@@ -53,7 +53,7 @@ export declare const Action: {
|
|
53
53
|
* @param globalClient - Apollo Client instance.
|
54
54
|
* @returns The retrieved Action or null.
|
55
55
|
*/
|
56
|
-
get(props: ActionType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
56
|
+
get(props: ActionType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<ActionType | null>;
|
57
57
|
/**
|
58
58
|
* Retrieve all Actions records.
|
59
59
|
* @param globalClient - Apollo Client instance.
|
@@ -66,6 +66,6 @@ export declare const Action: {
|
|
66
66
|
* @param globalClient - Apollo Client instance.
|
67
67
|
* @returns An array of found Action records or null.
|
68
68
|
*/
|
69
|
-
findMany(props: ActionType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
69
|
+
findMany(props: ActionType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<ActionType[] | null>;
|
70
70
|
};
|
71
71
|
//# sourceMappingURL=Action.d.ts.map
|
package/Alert.cjs
CHANGED
@@ -2371,7 +2371,7 @@ exports.Alert = {
|
|
2371
2371
|
* @param globalClient - Apollo Client instance.
|
2372
2372
|
* @returns The retrieved Alert or null.
|
2373
2373
|
*/
|
2374
|
-
async get(props, globalClient,
|
2374
|
+
async get(props, globalClient, whereInput) {
|
2375
2375
|
var _a, _b;
|
2376
2376
|
const [modules, client] = await Promise.all([
|
2377
2377
|
(0, client_1.getApolloModules)(),
|
@@ -2387,7 +2387,7 @@ exports.Alert = {
|
|
2387
2387
|
}
|
2388
2388
|
}`;
|
2389
2389
|
const variables = {
|
2390
|
-
where:
|
2390
|
+
where: whereInput ? whereInput : {
|
2391
2391
|
id: props.id !== undefined ? props.id : undefined,
|
2392
2392
|
alpacaAccountId: props.alpacaAccountId !== undefined ? {
|
2393
2393
|
equals: props.alpacaAccountId
|
@@ -2453,7 +2453,7 @@ exports.Alert = {
|
|
2453
2453
|
* @param globalClient - Apollo Client instance.
|
2454
2454
|
* @returns An array of found Alert records or null.
|
2455
2455
|
*/
|
2456
|
-
async findMany(props, globalClient,
|
2456
|
+
async findMany(props, globalClient, whereInput) {
|
2457
2457
|
const [modules, client] = await Promise.all([
|
2458
2458
|
(0, client_1.getApolloModules)(),
|
2459
2459
|
globalClient
|
@@ -2468,7 +2468,7 @@ exports.Alert = {
|
|
2468
2468
|
}
|
2469
2469
|
}`;
|
2470
2470
|
const variables = {
|
2471
|
-
where:
|
2471
|
+
where: whereInput ? whereInput : {
|
2472
2472
|
id: props.id !== undefined ? {
|
2473
2473
|
equals: props.id
|
2474
2474
|
} : undefined,
|
package/Alert.d.ts
CHANGED
@@ -53,7 +53,7 @@ export declare const Alert: {
|
|
53
53
|
* @param globalClient - Apollo Client instance.
|
54
54
|
* @returns The retrieved Alert or null.
|
55
55
|
*/
|
56
|
-
get(props: AlertType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
56
|
+
get(props: AlertType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<AlertType | null>;
|
57
57
|
/**
|
58
58
|
* Retrieve all Alerts records.
|
59
59
|
* @param globalClient - Apollo Client instance.
|
@@ -66,6 +66,6 @@ export declare const Alert: {
|
|
66
66
|
* @param globalClient - Apollo Client instance.
|
67
67
|
* @returns An array of found Alert records or null.
|
68
68
|
*/
|
69
|
-
findMany(props: AlertType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
69
|
+
findMany(props: AlertType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<AlertType[] | null>;
|
70
70
|
};
|
71
71
|
//# sourceMappingURL=Alert.d.ts.map
|
package/AlpacaAccount.cjs
CHANGED
@@ -1988,7 +1988,7 @@ exports.AlpacaAccount = {
|
|
1988
1988
|
* @param globalClient - Apollo Client instance.
|
1989
1989
|
* @returns The retrieved AlpacaAccount or null.
|
1990
1990
|
*/
|
1991
|
-
async get(props, globalClient,
|
1991
|
+
async get(props, globalClient, whereInput) {
|
1992
1992
|
var _a, _b;
|
1993
1993
|
const [modules, client] = await Promise.all([
|
1994
1994
|
(0, client_1.getApolloModules)(),
|
@@ -2004,7 +2004,7 @@ exports.AlpacaAccount = {
|
|
2004
2004
|
}
|
2005
2005
|
}`;
|
2006
2006
|
const variables = {
|
2007
|
-
where:
|
2007
|
+
where: whereInput ? whereInput : {
|
2008
2008
|
id: props.id !== undefined ? props.id : undefined,
|
2009
2009
|
userId: props.userId !== undefined ? {
|
2010
2010
|
equals: props.userId
|
@@ -2070,7 +2070,7 @@ exports.AlpacaAccount = {
|
|
2070
2070
|
* @param globalClient - Apollo Client instance.
|
2071
2071
|
* @returns An array of found AlpacaAccount records or null.
|
2072
2072
|
*/
|
2073
|
-
async findMany(props, globalClient,
|
2073
|
+
async findMany(props, globalClient, whereInput) {
|
2074
2074
|
const [modules, client] = await Promise.all([
|
2075
2075
|
(0, client_1.getApolloModules)(),
|
2076
2076
|
globalClient
|
@@ -2085,7 +2085,7 @@ exports.AlpacaAccount = {
|
|
2085
2085
|
}
|
2086
2086
|
}`;
|
2087
2087
|
const variables = {
|
2088
|
-
where:
|
2088
|
+
where: whereInput ? whereInput : {
|
2089
2089
|
id: props.id !== undefined ? {
|
2090
2090
|
equals: props.id
|
2091
2091
|
} : undefined,
|
package/AlpacaAccount.d.ts
CHANGED
@@ -53,7 +53,7 @@ export declare const AlpacaAccount: {
|
|
53
53
|
* @param globalClient - Apollo Client instance.
|
54
54
|
* @returns The retrieved AlpacaAccount or null.
|
55
55
|
*/
|
56
|
-
get(props: AlpacaAccountType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
56
|
+
get(props: AlpacaAccountType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<AlpacaAccountType | null>;
|
57
57
|
/**
|
58
58
|
* Retrieve all AlpacaAccounts records.
|
59
59
|
* @param globalClient - Apollo Client instance.
|
@@ -66,6 +66,6 @@ export declare const AlpacaAccount: {
|
|
66
66
|
* @param globalClient - Apollo Client instance.
|
67
67
|
* @returns An array of found AlpacaAccount records or null.
|
68
68
|
*/
|
69
|
-
findMany(props: AlpacaAccountType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
69
|
+
findMany(props: AlpacaAccountType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<AlpacaAccountType[] | null>;
|
70
70
|
};
|
71
71
|
//# sourceMappingURL=AlpacaAccount.d.ts.map
|
package/Asset.cjs
CHANGED
@@ -1609,7 +1609,7 @@ exports.Asset = {
|
|
1609
1609
|
* @param globalClient - Apollo Client instance.
|
1610
1610
|
* @returns The retrieved Asset or null.
|
1611
1611
|
*/
|
1612
|
-
async get(props, globalClient,
|
1612
|
+
async get(props, globalClient, whereInput) {
|
1613
1613
|
var _a, _b;
|
1614
1614
|
const [modules, client] = await Promise.all([
|
1615
1615
|
(0, client_1.getApolloModules)(),
|
@@ -1625,7 +1625,7 @@ exports.Asset = {
|
|
1625
1625
|
}
|
1626
1626
|
}`;
|
1627
1627
|
const variables = {
|
1628
|
-
where:
|
1628
|
+
where: whereInput ? whereInput : {
|
1629
1629
|
id: props.id !== undefined ? props.id : undefined,
|
1630
1630
|
symbol: props.symbol !== undefined ? props.symbol : undefined,
|
1631
1631
|
name: props.name !== undefined ? props.name : undefined,
|
@@ -1690,7 +1690,7 @@ exports.Asset = {
|
|
1690
1690
|
* @param globalClient - Apollo Client instance.
|
1691
1691
|
* @returns An array of found Asset records or null.
|
1692
1692
|
*/
|
1693
|
-
async findMany(props, globalClient,
|
1693
|
+
async findMany(props, globalClient, whereInput) {
|
1694
1694
|
const [modules, client] = await Promise.all([
|
1695
1695
|
(0, client_1.getApolloModules)(),
|
1696
1696
|
globalClient
|
@@ -1705,7 +1705,7 @@ exports.Asset = {
|
|
1705
1705
|
}
|
1706
1706
|
}`;
|
1707
1707
|
const variables = {
|
1708
|
-
where:
|
1708
|
+
where: whereInput ? whereInput : {
|
1709
1709
|
id: props.id !== undefined ? {
|
1710
1710
|
equals: props.id
|
1711
1711
|
} : undefined,
|
package/Asset.d.ts
CHANGED
@@ -53,7 +53,7 @@ export declare const Asset: {
|
|
53
53
|
* @param globalClient - Apollo Client instance.
|
54
54
|
* @returns The retrieved Asset or null.
|
55
55
|
*/
|
56
|
-
get(props: AssetType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
56
|
+
get(props: AssetType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<AssetType | null>;
|
57
57
|
/**
|
58
58
|
* Retrieve all Assets records.
|
59
59
|
* @param globalClient - Apollo Client instance.
|
@@ -66,6 +66,6 @@ export declare const Asset: {
|
|
66
66
|
* @param globalClient - Apollo Client instance.
|
67
67
|
* @returns An array of found Asset records or null.
|
68
68
|
*/
|
69
|
-
findMany(props: AssetType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
69
|
+
findMany(props: AssetType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<AssetType[] | null>;
|
70
70
|
};
|
71
71
|
//# sourceMappingURL=Asset.d.ts.map
|
package/Authenticator.cjs
CHANGED
@@ -2203,7 +2203,7 @@ exports.Authenticator = {
|
|
2203
2203
|
* @param globalClient - Apollo Client instance.
|
2204
2204
|
* @returns The retrieved Authenticator or null.
|
2205
2205
|
*/
|
2206
|
-
async get(props, globalClient,
|
2206
|
+
async get(props, globalClient, whereInput) {
|
2207
2207
|
var _a, _b;
|
2208
2208
|
const [modules, client] = await Promise.all([
|
2209
2209
|
(0, client_1.getApolloModules)(),
|
@@ -2219,7 +2219,7 @@ exports.Authenticator = {
|
|
2219
2219
|
}
|
2220
2220
|
}`;
|
2221
2221
|
const variables = {
|
2222
|
-
where:
|
2222
|
+
where: whereInput ? whereInput : {
|
2223
2223
|
id: props.id !== undefined ? props.id : undefined,
|
2224
2224
|
userId: props.userId !== undefined ? {
|
2225
2225
|
equals: props.userId
|
@@ -2285,7 +2285,7 @@ exports.Authenticator = {
|
|
2285
2285
|
* @param globalClient - Apollo Client instance.
|
2286
2286
|
* @returns An array of found Authenticator records or null.
|
2287
2287
|
*/
|
2288
|
-
async findMany(props, globalClient,
|
2288
|
+
async findMany(props, globalClient, whereInput) {
|
2289
2289
|
const [modules, client] = await Promise.all([
|
2290
2290
|
(0, client_1.getApolloModules)(),
|
2291
2291
|
globalClient
|
@@ -2300,7 +2300,7 @@ exports.Authenticator = {
|
|
2300
2300
|
}
|
2301
2301
|
}`;
|
2302
2302
|
const variables = {
|
2303
|
-
where:
|
2303
|
+
where: whereInput ? whereInput : {
|
2304
2304
|
id: props.id !== undefined ? {
|
2305
2305
|
equals: props.id
|
2306
2306
|
} : undefined,
|
package/Authenticator.d.ts
CHANGED
@@ -53,7 +53,7 @@ export declare const Authenticator: {
|
|
53
53
|
* @param globalClient - Apollo Client instance.
|
54
54
|
* @returns The retrieved Authenticator or null.
|
55
55
|
*/
|
56
|
-
get(props: AuthenticatorType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
56
|
+
get(props: AuthenticatorType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<AuthenticatorType | null>;
|
57
57
|
/**
|
58
58
|
* Retrieve all Authenticators records.
|
59
59
|
* @param globalClient - Apollo Client instance.
|
@@ -66,6 +66,6 @@ export declare const Authenticator: {
|
|
66
66
|
* @param globalClient - Apollo Client instance.
|
67
67
|
* @returns An array of found Authenticator records or null.
|
68
68
|
*/
|
69
|
-
findMany(props: AuthenticatorType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
69
|
+
findMany(props: AuthenticatorType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<AuthenticatorType[] | null>;
|
70
70
|
};
|
71
71
|
//# sourceMappingURL=Authenticator.d.ts.map
|
package/Customer.cjs
CHANGED
@@ -2109,7 +2109,7 @@ exports.Customer = {
|
|
2109
2109
|
* @param globalClient - Apollo Client instance.
|
2110
2110
|
* @returns The retrieved Customer or null.
|
2111
2111
|
*/
|
2112
|
-
async get(props, globalClient,
|
2112
|
+
async get(props, globalClient, whereInput) {
|
2113
2113
|
var _a, _b;
|
2114
2114
|
const [modules, client] = await Promise.all([
|
2115
2115
|
(0, client_1.getApolloModules)(),
|
@@ -2125,7 +2125,7 @@ exports.Customer = {
|
|
2125
2125
|
}
|
2126
2126
|
}`;
|
2127
2127
|
const variables = {
|
2128
|
-
where:
|
2128
|
+
where: whereInput ? whereInput : {
|
2129
2129
|
id: props.id !== undefined ? props.id : undefined,
|
2130
2130
|
stripeCustomerId: props.stripeCustomerId !== undefined ? props.stripeCustomerId : undefined,
|
2131
2131
|
stripeSubscriptionId: props.stripeSubscriptionId !== undefined ? props.stripeSubscriptionId : undefined,
|
@@ -2199,7 +2199,7 @@ exports.Customer = {
|
|
2199
2199
|
* @param globalClient - Apollo Client instance.
|
2200
2200
|
* @returns An array of found Customer records or null.
|
2201
2201
|
*/
|
2202
|
-
async findMany(props, globalClient,
|
2202
|
+
async findMany(props, globalClient, whereInput) {
|
2203
2203
|
const [modules, client] = await Promise.all([
|
2204
2204
|
(0, client_1.getApolloModules)(),
|
2205
2205
|
globalClient
|
@@ -2214,7 +2214,7 @@ exports.Customer = {
|
|
2214
2214
|
}
|
2215
2215
|
}`;
|
2216
2216
|
const variables = {
|
2217
|
-
where:
|
2217
|
+
where: whereInput ? whereInput : {
|
2218
2218
|
id: props.id !== undefined ? {
|
2219
2219
|
equals: props.id
|
2220
2220
|
} : undefined,
|
package/Customer.d.ts
CHANGED
@@ -53,7 +53,7 @@ export declare const Customer: {
|
|
53
53
|
* @param globalClient - Apollo Client instance.
|
54
54
|
* @returns The retrieved Customer or null.
|
55
55
|
*/
|
56
|
-
get(props: CustomerType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
56
|
+
get(props: CustomerType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<CustomerType | null>;
|
57
57
|
/**
|
58
58
|
* Retrieve all Customers records.
|
59
59
|
* @param globalClient - Apollo Client instance.
|
@@ -66,6 +66,6 @@ export declare const Customer: {
|
|
66
66
|
* @param globalClient - Apollo Client instance.
|
67
67
|
* @returns An array of found Customer records or null.
|
68
68
|
*/
|
69
|
-
findMany(props: CustomerType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
69
|
+
findMany(props: CustomerType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<CustomerType[] | null>;
|
70
70
|
};
|
71
71
|
//# sourceMappingURL=Customer.d.ts.map
|
package/EconomicEvent.cjs
CHANGED
@@ -358,7 +358,7 @@ exports.EconomicEvent = {
|
|
358
358
|
* @param globalClient - Apollo Client instance.
|
359
359
|
* @returns The retrieved EconomicEvent or null.
|
360
360
|
*/
|
361
|
-
async get(props, globalClient,
|
361
|
+
async get(props, globalClient, whereInput) {
|
362
362
|
var _a, _b;
|
363
363
|
const [modules, client] = await Promise.all([
|
364
364
|
(0, client_1.getApolloModules)(),
|
@@ -374,7 +374,7 @@ exports.EconomicEvent = {
|
|
374
374
|
}
|
375
375
|
}`;
|
376
376
|
const variables = {
|
377
|
-
where:
|
377
|
+
where: whereInput ? whereInput : {
|
378
378
|
id: props.id !== undefined ? props.id : undefined,
|
379
379
|
title: props.title !== undefined ? {
|
380
380
|
equals: props.title
|
@@ -440,7 +440,7 @@ exports.EconomicEvent = {
|
|
440
440
|
* @param globalClient - Apollo Client instance.
|
441
441
|
* @returns An array of found EconomicEvent records or null.
|
442
442
|
*/
|
443
|
-
async findMany(props, globalClient,
|
443
|
+
async findMany(props, globalClient, whereInput) {
|
444
444
|
const [modules, client] = await Promise.all([
|
445
445
|
(0, client_1.getApolloModules)(),
|
446
446
|
globalClient
|
@@ -455,7 +455,7 @@ exports.EconomicEvent = {
|
|
455
455
|
}
|
456
456
|
}`;
|
457
457
|
const variables = {
|
458
|
-
where:
|
458
|
+
where: whereInput ? whereInput : {
|
459
459
|
id: props.id !== undefined ? {
|
460
460
|
equals: props.id
|
461
461
|
} : undefined,
|
package/EconomicEvent.d.ts
CHANGED
@@ -53,7 +53,7 @@ export declare const EconomicEvent: {
|
|
53
53
|
* @param globalClient - Apollo Client instance.
|
54
54
|
* @returns The retrieved EconomicEvent or null.
|
55
55
|
*/
|
56
|
-
get(props: EconomicEventType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
56
|
+
get(props: EconomicEventType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<EconomicEventType | null>;
|
57
57
|
/**
|
58
58
|
* Retrieve all EconomicEvents records.
|
59
59
|
* @param globalClient - Apollo Client instance.
|
@@ -66,6 +66,6 @@ export declare const EconomicEvent: {
|
|
66
66
|
* @param globalClient - Apollo Client instance.
|
67
67
|
* @returns An array of found EconomicEvent records or null.
|
68
68
|
*/
|
69
|
-
findMany(props: EconomicEventType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
69
|
+
findMany(props: EconomicEventType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<EconomicEventType[] | null>;
|
70
70
|
};
|
71
71
|
//# sourceMappingURL=EconomicEvent.d.ts.map
|
package/MarketSentiment.cjs
CHANGED
@@ -336,7 +336,7 @@ exports.MarketSentiment = {
|
|
336
336
|
* @param globalClient - Apollo Client instance.
|
337
337
|
* @returns The retrieved MarketSentiment or null.
|
338
338
|
*/
|
339
|
-
async get(props, globalClient,
|
339
|
+
async get(props, globalClient, whereInput) {
|
340
340
|
var _a, _b;
|
341
341
|
const [modules, client] = await Promise.all([
|
342
342
|
(0, client_1.getApolloModules)(),
|
@@ -352,7 +352,7 @@ exports.MarketSentiment = {
|
|
352
352
|
}
|
353
353
|
}`;
|
354
354
|
const variables = {
|
355
|
-
where:
|
355
|
+
where: whereInput ? whereInput : {
|
356
356
|
id: props.id !== undefined ? props.id : undefined,
|
357
357
|
},
|
358
358
|
};
|
@@ -415,7 +415,7 @@ exports.MarketSentiment = {
|
|
415
415
|
* @param globalClient - Apollo Client instance.
|
416
416
|
* @returns An array of found MarketSentiment records or null.
|
417
417
|
*/
|
418
|
-
async findMany(props, globalClient,
|
418
|
+
async findMany(props, globalClient, whereInput) {
|
419
419
|
const [modules, client] = await Promise.all([
|
420
420
|
(0, client_1.getApolloModules)(),
|
421
421
|
globalClient
|
@@ -430,7 +430,7 @@ exports.MarketSentiment = {
|
|
430
430
|
}
|
431
431
|
}`;
|
432
432
|
const variables = {
|
433
|
-
where:
|
433
|
+
where: whereInput ? whereInput : {
|
434
434
|
id: props.id !== undefined ? {
|
435
435
|
equals: props.id
|
436
436
|
} : undefined,
|
package/MarketSentiment.d.ts
CHANGED
@@ -53,7 +53,7 @@ export declare const MarketSentiment: {
|
|
53
53
|
* @param globalClient - Apollo Client instance.
|
54
54
|
* @returns The retrieved MarketSentiment or null.
|
55
55
|
*/
|
56
|
-
get(props: MarketSentimentType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
56
|
+
get(props: MarketSentimentType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<MarketSentimentType | null>;
|
57
57
|
/**
|
58
58
|
* Retrieve all MarketSentiments records.
|
59
59
|
* @param globalClient - Apollo Client instance.
|
@@ -66,6 +66,6 @@ export declare const MarketSentiment: {
|
|
66
66
|
* @param globalClient - Apollo Client instance.
|
67
67
|
* @returns An array of found MarketSentiment records or null.
|
68
68
|
*/
|
69
|
-
findMany(props: MarketSentimentType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
69
|
+
findMany(props: MarketSentimentType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<MarketSentimentType[] | null>;
|
70
70
|
};
|
71
71
|
//# sourceMappingURL=MarketSentiment.d.ts.map
|
package/NewsArticle.cjs
CHANGED
@@ -1822,7 +1822,7 @@ exports.NewsArticle = {
|
|
1822
1822
|
* @param globalClient - Apollo Client instance.
|
1823
1823
|
* @returns The retrieved NewsArticle or null.
|
1824
1824
|
*/
|
1825
|
-
async get(props, globalClient,
|
1825
|
+
async get(props, globalClient, whereInput) {
|
1826
1826
|
var _a, _b;
|
1827
1827
|
const [modules, client] = await Promise.all([
|
1828
1828
|
(0, client_1.getApolloModules)(),
|
@@ -1838,7 +1838,7 @@ exports.NewsArticle = {
|
|
1838
1838
|
}
|
1839
1839
|
}`;
|
1840
1840
|
const variables = {
|
1841
|
-
where:
|
1841
|
+
where: whereInput ? whereInput : {
|
1842
1842
|
id: props.id !== undefined ? props.id : undefined,
|
1843
1843
|
url: props.url !== undefined ? props.url : undefined,
|
1844
1844
|
title: props.title !== undefined ? {
|
@@ -1905,7 +1905,7 @@ exports.NewsArticle = {
|
|
1905
1905
|
* @param globalClient - Apollo Client instance.
|
1906
1906
|
* @returns An array of found NewsArticle records or null.
|
1907
1907
|
*/
|
1908
|
-
async findMany(props, globalClient,
|
1908
|
+
async findMany(props, globalClient, whereInput) {
|
1909
1909
|
const [modules, client] = await Promise.all([
|
1910
1910
|
(0, client_1.getApolloModules)(),
|
1911
1911
|
globalClient
|
@@ -1920,7 +1920,7 @@ exports.NewsArticle = {
|
|
1920
1920
|
}
|
1921
1921
|
}`;
|
1922
1922
|
const variables = {
|
1923
|
-
where:
|
1923
|
+
where: whereInput ? whereInput : {
|
1924
1924
|
id: props.id !== undefined ? {
|
1925
1925
|
equals: props.id
|
1926
1926
|
} : undefined,
|
package/NewsArticle.d.ts
CHANGED
@@ -53,7 +53,7 @@ export declare const NewsArticle: {
|
|
53
53
|
* @param globalClient - Apollo Client instance.
|
54
54
|
* @returns The retrieved NewsArticle or null.
|
55
55
|
*/
|
56
|
-
get(props: NewsArticleType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
56
|
+
get(props: NewsArticleType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<NewsArticleType | null>;
|
57
57
|
/**
|
58
58
|
* Retrieve all NewsArticles records.
|
59
59
|
* @param globalClient - Apollo Client instance.
|
@@ -66,6 +66,6 @@ export declare const NewsArticle: {
|
|
66
66
|
* @param globalClient - Apollo Client instance.
|
67
67
|
* @returns An array of found NewsArticle records or null.
|
68
68
|
*/
|
69
|
-
findMany(props: NewsArticleType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
69
|
+
findMany(props: NewsArticleType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<NewsArticleType[] | null>;
|
70
70
|
};
|
71
71
|
//# sourceMappingURL=NewsArticle.d.ts.map
|
@@ -1631,7 +1631,7 @@ exports.NewsArticleAssetSentiment = {
|
|
1631
1631
|
* @param globalClient - Apollo Client instance.
|
1632
1632
|
* @returns The retrieved NewsArticleAssetSentiment or null.
|
1633
1633
|
*/
|
1634
|
-
async get(props, globalClient,
|
1634
|
+
async get(props, globalClient, whereInput) {
|
1635
1635
|
var _a, _b;
|
1636
1636
|
const [modules, client] = await Promise.all([
|
1637
1637
|
(0, client_1.getApolloModules)(),
|
@@ -1647,7 +1647,7 @@ exports.NewsArticleAssetSentiment = {
|
|
1647
1647
|
}
|
1648
1648
|
}`;
|
1649
1649
|
const variables = {
|
1650
|
-
where:
|
1650
|
+
where: whereInput ? whereInput : {
|
1651
1651
|
id: props.id !== undefined ? props.id : undefined,
|
1652
1652
|
url: props.url !== undefined ? props.url : undefined,
|
1653
1653
|
newsArticleId: props.newsArticleId !== undefined ? {
|
@@ -1714,7 +1714,7 @@ exports.NewsArticleAssetSentiment = {
|
|
1714
1714
|
* @param globalClient - Apollo Client instance.
|
1715
1715
|
* @returns An array of found NewsArticleAssetSentiment records or null.
|
1716
1716
|
*/
|
1717
|
-
async findMany(props, globalClient,
|
1717
|
+
async findMany(props, globalClient, whereInput) {
|
1718
1718
|
const [modules, client] = await Promise.all([
|
1719
1719
|
(0, client_1.getApolloModules)(),
|
1720
1720
|
globalClient
|
@@ -1729,7 +1729,7 @@ exports.NewsArticleAssetSentiment = {
|
|
1729
1729
|
}
|
1730
1730
|
}`;
|
1731
1731
|
const variables = {
|
1732
|
-
where:
|
1732
|
+
where: whereInput ? whereInput : {
|
1733
1733
|
id: props.id !== undefined ? {
|
1734
1734
|
equals: props.id
|
1735
1735
|
} : undefined,
|
@@ -53,7 +53,7 @@ export declare const NewsArticleAssetSentiment: {
|
|
53
53
|
* @param globalClient - Apollo Client instance.
|
54
54
|
* @returns The retrieved NewsArticleAssetSentiment or null.
|
55
55
|
*/
|
56
|
-
get(props: NewsArticleAssetSentimentType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
56
|
+
get(props: NewsArticleAssetSentimentType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<NewsArticleAssetSentimentType | null>;
|
57
57
|
/**
|
58
58
|
* Retrieve all NewsArticleAssetSentiments records.
|
59
59
|
* @param globalClient - Apollo Client instance.
|
@@ -66,6 +66,6 @@ export declare const NewsArticleAssetSentiment: {
|
|
66
66
|
* @param globalClient - Apollo Client instance.
|
67
67
|
* @returns An array of found NewsArticleAssetSentiment records or null.
|
68
68
|
*/
|
69
|
-
findMany(props: NewsArticleAssetSentimentType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
69
|
+
findMany(props: NewsArticleAssetSentimentType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<NewsArticleAssetSentimentType[] | null>;
|
70
70
|
};
|
71
71
|
//# sourceMappingURL=NewsArticleAssetSentiment.d.ts.map
|
package/ScheduledOptionOrder.cjs
CHANGED
@@ -309,7 +309,7 @@ exports.ScheduledOptionOrder = {
|
|
309
309
|
* @param globalClient - Apollo Client instance.
|
310
310
|
* @returns The retrieved ScheduledOptionOrder or null.
|
311
311
|
*/
|
312
|
-
async get(props, globalClient,
|
312
|
+
async get(props, globalClient, whereInput) {
|
313
313
|
var _a, _b;
|
314
314
|
const [modules, client] = await Promise.all([
|
315
315
|
(0, client_1.getApolloModules)(),
|
@@ -325,7 +325,7 @@ exports.ScheduledOptionOrder = {
|
|
325
325
|
}
|
326
326
|
}`;
|
327
327
|
const variables = {
|
328
|
-
where:
|
328
|
+
where: whereInput ? whereInput : {
|
329
329
|
id: props.id !== undefined ? props.id : undefined,
|
330
330
|
},
|
331
331
|
};
|
@@ -388,7 +388,7 @@ exports.ScheduledOptionOrder = {
|
|
388
388
|
* @param globalClient - Apollo Client instance.
|
389
389
|
* @returns An array of found ScheduledOptionOrder records or null.
|
390
390
|
*/
|
391
|
-
async findMany(props, globalClient,
|
391
|
+
async findMany(props, globalClient, whereInput) {
|
392
392
|
const [modules, client] = await Promise.all([
|
393
393
|
(0, client_1.getApolloModules)(),
|
394
394
|
globalClient
|
@@ -403,7 +403,7 @@ exports.ScheduledOptionOrder = {
|
|
403
403
|
}
|
404
404
|
}`;
|
405
405
|
const variables = {
|
406
|
-
where:
|
406
|
+
where: whereInput ? whereInput : {
|
407
407
|
id: props.id !== undefined ? {
|
408
408
|
equals: props.id
|
409
409
|
} : undefined,
|
@@ -53,7 +53,7 @@ export declare const ScheduledOptionOrder: {
|
|
53
53
|
* @param globalClient - Apollo Client instance.
|
54
54
|
* @returns The retrieved ScheduledOptionOrder or null.
|
55
55
|
*/
|
56
|
-
get(props: ScheduledOptionOrderType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
56
|
+
get(props: ScheduledOptionOrderType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<ScheduledOptionOrderType | null>;
|
57
57
|
/**
|
58
58
|
* Retrieve all ScheduledOptionOrders records.
|
59
59
|
* @param globalClient - Apollo Client instance.
|
@@ -66,6 +66,6 @@ export declare const ScheduledOptionOrder: {
|
|
66
66
|
* @param globalClient - Apollo Client instance.
|
67
67
|
* @returns An array of found ScheduledOptionOrder records or null.
|
68
68
|
*/
|
69
|
-
findMany(props: ScheduledOptionOrderType, globalClient?: ApolloClientType<NormalizedCacheObject>,
|
69
|
+
findMany(props: ScheduledOptionOrderType, globalClient?: ApolloClientType<NormalizedCacheObject>, whereInput?: any): Promise<ScheduledOptionOrderType[] | null>;
|
70
70
|
};
|
71
71
|
//# sourceMappingURL=ScheduledOptionOrder.d.ts.map
|