adaptic-backend 1.0.310 → 1.0.311

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/Account.cjs +4 -4
  2. package/Account.d.ts +2 -2
  3. package/Action.cjs +4 -4
  4. package/Action.d.ts +2 -2
  5. package/Alert.cjs +4 -4
  6. package/Alert.d.ts +2 -2
  7. package/AlpacaAccount.cjs +4 -4
  8. package/AlpacaAccount.d.ts +2 -2
  9. package/Asset.cjs +4 -4
  10. package/Asset.d.ts +2 -2
  11. package/Authenticator.cjs +4 -4
  12. package/Authenticator.d.ts +2 -2
  13. package/Customer.cjs +4 -4
  14. package/Customer.d.ts +2 -2
  15. package/EconomicEvent.cjs +4 -4
  16. package/EconomicEvent.d.ts +2 -2
  17. package/MarketSentiment.cjs +4 -4
  18. package/MarketSentiment.d.ts +2 -2
  19. package/NewsArticle.cjs +4 -4
  20. package/NewsArticle.d.ts +2 -2
  21. package/NewsArticleAssetSentiment.cjs +4 -4
  22. package/NewsArticleAssetSentiment.d.ts +2 -2
  23. package/ScheduledOptionOrder.cjs +4 -4
  24. package/ScheduledOptionOrder.d.ts +2 -2
  25. package/Session.cjs +4 -4
  26. package/Session.d.ts +2 -2
  27. package/Trade.cjs +4 -4
  28. package/Trade.d.ts +2 -2
  29. package/User.cjs +4 -4
  30. package/User.d.ts +2 -2
  31. package/VerificationToken.cjs +4 -4
  32. package/VerificationToken.d.ts +2 -2
  33. package/esm/Account.d.ts +2 -2
  34. package/esm/Account.d.ts.map +1 -1
  35. package/esm/Account.js.map +1 -1
  36. package/esm/Account.mjs +4 -4
  37. package/esm/Action.d.ts +2 -2
  38. package/esm/Action.d.ts.map +1 -1
  39. package/esm/Action.js.map +1 -1
  40. package/esm/Action.mjs +4 -4
  41. package/esm/Alert.d.ts +2 -2
  42. package/esm/Alert.d.ts.map +1 -1
  43. package/esm/Alert.js.map +1 -1
  44. package/esm/Alert.mjs +4 -4
  45. package/esm/AlpacaAccount.d.ts +2 -2
  46. package/esm/AlpacaAccount.d.ts.map +1 -1
  47. package/esm/AlpacaAccount.js.map +1 -1
  48. package/esm/AlpacaAccount.mjs +4 -4
  49. package/esm/Asset.d.ts +2 -2
  50. package/esm/Asset.d.ts.map +1 -1
  51. package/esm/Asset.js.map +1 -1
  52. package/esm/Asset.mjs +4 -4
  53. package/esm/Authenticator.d.ts +2 -2
  54. package/esm/Authenticator.d.ts.map +1 -1
  55. package/esm/Authenticator.js.map +1 -1
  56. package/esm/Authenticator.mjs +4 -4
  57. package/esm/Customer.d.ts +2 -2
  58. package/esm/Customer.d.ts.map +1 -1
  59. package/esm/Customer.js.map +1 -1
  60. package/esm/Customer.mjs +4 -4
  61. package/esm/EconomicEvent.d.ts +2 -2
  62. package/esm/EconomicEvent.d.ts.map +1 -1
  63. package/esm/EconomicEvent.js.map +1 -1
  64. package/esm/EconomicEvent.mjs +4 -4
  65. package/esm/MarketSentiment.d.ts +2 -2
  66. package/esm/MarketSentiment.d.ts.map +1 -1
  67. package/esm/MarketSentiment.js.map +1 -1
  68. package/esm/MarketSentiment.mjs +4 -4
  69. package/esm/NewsArticle.d.ts +2 -2
  70. package/esm/NewsArticle.d.ts.map +1 -1
  71. package/esm/NewsArticle.js.map +1 -1
  72. package/esm/NewsArticle.mjs +4 -4
  73. package/esm/NewsArticleAssetSentiment.d.ts +2 -2
  74. package/esm/NewsArticleAssetSentiment.d.ts.map +1 -1
  75. package/esm/NewsArticleAssetSentiment.js.map +1 -1
  76. package/esm/NewsArticleAssetSentiment.mjs +4 -4
  77. package/esm/ScheduledOptionOrder.d.ts +2 -2
  78. package/esm/ScheduledOptionOrder.d.ts.map +1 -1
  79. package/esm/ScheduledOptionOrder.js.map +1 -1
  80. package/esm/ScheduledOptionOrder.mjs +4 -4
  81. package/esm/Session.d.ts +2 -2
  82. package/esm/Session.d.ts.map +1 -1
  83. package/esm/Session.js.map +1 -1
  84. package/esm/Session.mjs +4 -4
  85. package/esm/Trade.d.ts +2 -2
  86. package/esm/Trade.d.ts.map +1 -1
  87. package/esm/Trade.js.map +1 -1
  88. package/esm/Trade.mjs +4 -4
  89. package/esm/User.d.ts +2 -2
  90. package/esm/User.d.ts.map +1 -1
  91. package/esm/User.js.map +1 -1
  92. package/esm/User.mjs +4 -4
  93. package/esm/VerificationToken.d.ts +2 -2
  94. package/esm/VerificationToken.d.ts.map +1 -1
  95. package/esm/VerificationToken.js.map +1 -1
  96. package/esm/VerificationToken.mjs +4 -4
  97. package/esm/index.d.ts +32 -32
  98. package/index.d.ts +32 -32
  99. 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, where) {
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: where ? where : {
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, where) {
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: where ? where : {
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>): Promise<AccountType | null>;
56
+ get(props: AccountType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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>): Promise<AccountType[] | null>;
69
+ findMany(props: AccountType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: any): Promise<AccountType[] | null>;
70
70
  };
71
71
  //# sourceMappingURL=Account.d.ts.map
package/Action.cjs CHANGED
@@ -662,7 +662,7 @@ exports.Action = {
662
662
  * @param globalClient - Apollo Client instance.
663
663
  * @returns The retrieved Action or null.
664
664
  */
665
- async get(props, globalClient) {
665
+ async get(props, globalClient, where) {
666
666
  var _a, _b;
667
667
  const [modules, client] = await Promise.all([
668
668
  (0, client_1.getApolloModules)(),
@@ -678,7 +678,7 @@ exports.Action = {
678
678
  }
679
679
  }`;
680
680
  const variables = {
681
- where: {
681
+ where: where ? where : {
682
682
  id: props.id !== undefined ? props.id : undefined,
683
683
  tradeId: props.tradeId !== undefined ? {
684
684
  equals: props.tradeId
@@ -744,7 +744,7 @@ exports.Action = {
744
744
  * @param globalClient - Apollo Client instance.
745
745
  * @returns An array of found Action records or null.
746
746
  */
747
- async findMany(props, globalClient) {
747
+ async findMany(props, globalClient, where) {
748
748
  const [modules, client] = await Promise.all([
749
749
  (0, client_1.getApolloModules)(),
750
750
  globalClient
@@ -759,7 +759,7 @@ exports.Action = {
759
759
  }
760
760
  }`;
761
761
  const variables = {
762
- where: {
762
+ where: where ? where : {
763
763
  id: props.id !== undefined ? {
764
764
  equals: props.id
765
765
  } : 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>): Promise<ActionType | null>;
56
+ get(props: ActionType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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>): Promise<ActionType[] | null>;
69
+ findMany(props: ActionType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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, where) {
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: where ? where : {
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, where) {
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: where ? where : {
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>): Promise<AlertType | null>;
56
+ get(props: AlertType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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>): Promise<AlertType[] | null>;
69
+ findMany(props: AlertType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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, where) {
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: where ? where : {
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, where) {
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: where ? where : {
2089
2089
  id: props.id !== undefined ? {
2090
2090
  equals: props.id
2091
2091
  } : undefined,
@@ -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>): Promise<AlpacaAccountType | null>;
56
+ get(props: AlpacaAccountType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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>): Promise<AlpacaAccountType[] | null>;
69
+ findMany(props: AlpacaAccountType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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, where) {
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: where ? where : {
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, where) {
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: where ? where : {
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>): Promise<AssetType | null>;
56
+ get(props: AssetType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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>): Promise<AssetType[] | null>;
69
+ findMany(props: AssetType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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, where) {
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: where ? where : {
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, where) {
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: where ? where : {
2304
2304
  id: props.id !== undefined ? {
2305
2305
  equals: props.id
2306
2306
  } : undefined,
@@ -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>): Promise<AuthenticatorType | null>;
56
+ get(props: AuthenticatorType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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>): Promise<AuthenticatorType[] | null>;
69
+ findMany(props: AuthenticatorType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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, where) {
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: where ? where : {
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, where) {
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: where ? where : {
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>): Promise<CustomerType | null>;
56
+ get(props: CustomerType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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>): Promise<CustomerType[] | null>;
69
+ findMany(props: CustomerType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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, where) {
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: where ? where : {
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, where) {
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: where ? where : {
459
459
  id: props.id !== undefined ? {
460
460
  equals: props.id
461
461
  } : undefined,
@@ -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>): Promise<EconomicEventType | null>;
56
+ get(props: EconomicEventType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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>): Promise<EconomicEventType[] | null>;
69
+ findMany(props: EconomicEventType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: any): Promise<EconomicEventType[] | null>;
70
70
  };
71
71
  //# sourceMappingURL=EconomicEvent.d.ts.map
@@ -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, where) {
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: where ? where : {
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, where) {
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: where ? where : {
434
434
  id: props.id !== undefined ? {
435
435
  equals: props.id
436
436
  } : undefined,
@@ -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>): Promise<MarketSentimentType | null>;
56
+ get(props: MarketSentimentType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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>): Promise<MarketSentimentType[] | null>;
69
+ findMany(props: MarketSentimentType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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, where) {
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: where ? where : {
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, where) {
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: where ? where : {
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>): Promise<NewsArticleType | null>;
56
+ get(props: NewsArticleType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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>): Promise<NewsArticleType[] | null>;
69
+ findMany(props: NewsArticleType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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, where) {
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: where ? where : {
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, where) {
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: where ? where : {
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>): Promise<NewsArticleAssetSentimentType | null>;
56
+ get(props: NewsArticleAssetSentimentType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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>): Promise<NewsArticleAssetSentimentType[] | null>;
69
+ findMany(props: NewsArticleAssetSentimentType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: any): Promise<NewsArticleAssetSentimentType[] | null>;
70
70
  };
71
71
  //# sourceMappingURL=NewsArticleAssetSentiment.d.ts.map
@@ -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, where) {
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: where ? where : {
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, where) {
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: where ? where : {
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>): Promise<ScheduledOptionOrderType | null>;
56
+ get(props: ScheduledOptionOrderType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: 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>): Promise<ScheduledOptionOrderType[] | null>;
69
+ findMany(props: ScheduledOptionOrderType, globalClient?: ApolloClientType<NormalizedCacheObject>, where?: any): Promise<ScheduledOptionOrderType[] | null>;
70
70
  };
71
71
  //# sourceMappingURL=ScheduledOptionOrder.d.ts.map