@cryptorobot.ai/client 0.0.8

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 (234) hide show
  1. package/lib/app.d.ts +3 -0
  2. package/lib/authentication.d.ts +8 -0
  3. package/lib/channels.d.ts +3 -0
  4. package/lib/client.d.ts +81 -0
  5. package/lib/client.js +99 -0
  6. package/lib/configuration.d.ts +148 -0
  7. package/lib/declarations.d.ts +16 -0
  8. package/lib/helper.d.ts +22 -0
  9. package/lib/helpers/app.helper.d.ts +12 -0
  10. package/lib/helpers/backtest.helper.d.ts +12 -0
  11. package/lib/helpers/ccxt.helper.d.ts +15 -0
  12. package/lib/helpers/deployments.helper.d.ts +11 -0
  13. package/lib/helpers/handlebars.helper.d.ts +10 -0
  14. package/lib/helpers/logging.helper.d.ts +7 -0
  15. package/lib/helpers/trader.helper.d.ts +10 -0
  16. package/lib/hooks/application/setup-ccxt-load-marketplaces.d.ts +2 -0
  17. package/lib/hooks/application/setup-ccxt-load-markets.d.ts +2 -0
  18. package/lib/hooks/application/setup-config-preparation.d.ts +3 -0
  19. package/lib/hooks/application/setup-info.d.ts +3 -0
  20. package/lib/hooks/application/setup-load-indicators.d.ts +3 -0
  21. package/lib/hooks/application/setup-load-strategy-templates.d.ts +3 -0
  22. package/lib/hooks/backtest-copy-candles-from-user-data.d.ts +2 -0
  23. package/lib/hooks/backtest-generate-and-start.d.ts +2 -0
  24. package/lib/hooks/backtest-generate-config.d.ts +2 -0
  25. package/lib/hooks/backtest-generate-exchange-config.d.ts +2 -0
  26. package/lib/hooks/backtest-get-results.d.ts +2 -0
  27. package/lib/hooks/backtest-in-disk-clone-strategy.d.ts +2 -0
  28. package/lib/hooks/backtest-validate.d.ts +2 -0
  29. package/lib/hooks/check-required-credentials.d.ts +2 -0
  30. package/lib/hooks/enrich-webhook-to-event.d.ts +2 -0
  31. package/lib/hooks/exchanges/after-create-ccxt-balances-propagate-to-exchange.d.ts +2 -0
  32. package/lib/hooks/exchanges/after-find-ccxt-load-markets.d.ts +2 -0
  33. package/lib/hooks/exchanges/after-get-whitelist-blacklist-transform.d.ts +2 -0
  34. package/lib/hooks/exchanges/before-create-ccxt-get-balances.d.ts +2 -0
  35. package/lib/hooks/exchanges/before-patch-blacklist-validation-per-exchange.d.ts +2 -0
  36. package/lib/hooks/exchanges/before-patch-ccxt-connect-exchange.d.ts +2 -0
  37. package/lib/hooks/exchanges/before-patch-ccxt-load-markets.d.ts +2 -0
  38. package/lib/hooks/exchanges/before-patch-whitelist-blacklist-transform.d.ts +2 -0
  39. package/lib/hooks/exchanges/before-patch-whitelist-blacklist-validate.d.ts +2 -0
  40. package/lib/hooks/exchanges/download/after-create-get-recent-downloaded-data-info.d.ts +2 -0
  41. package/lib/hooks/exchanges/download/before-create-generate-config.d.ts +2 -0
  42. package/lib/hooks/exchanges/download/before-create-process-exchange-data-download.d.ts +2 -0
  43. package/lib/hooks/log-error.d.ts +2 -0
  44. package/lib/hooks/messages/messages-process-data.d.ts +2 -0
  45. package/lib/hooks/openai-process-request.d.ts +2 -0
  46. package/lib/hooks/pairs-transform.d.ts +2 -0
  47. package/lib/hooks/remove-container.d.ts +2 -0
  48. package/lib/hooks/set-default-strategy.d.ts +2 -0
  49. package/lib/hooks/setup-prepare-maildev-while-in-test-env.d.ts +3 -0
  50. package/lib/hooks/setup-stripe.d.ts +2 -0
  51. package/lib/hooks/strategies/disk-create-strategy.d.ts +2 -0
  52. package/lib/hooks/strategies/disk-remove-strategy.d.ts +2 -0
  53. package/lib/hooks/strategies/file-strategies-clone.d.ts +2 -0
  54. package/lib/hooks/stripe-check-subscription.d.ts +2 -0
  55. package/lib/hooks/stripe-create-payment-intent.d.ts +2 -0
  56. package/lib/hooks/stripe-is-subscription-active.d.ts +2 -0
  57. package/lib/hooks/stripe-sync-customer-data.d.ts +2 -0
  58. package/lib/hooks/tickers-fetch.d.ts +2 -0
  59. package/lib/hooks/traders/after-patch-file-candles-clone.d.ts +2 -0
  60. package/lib/hooks/traders/before-patch-folders-initialize.d.ts +2 -0
  61. package/lib/hooks/traders/before-patch-transform-pairlist-plugins.d.ts +2 -0
  62. package/lib/hooks/traders/container-api-control.d.ts +2 -0
  63. package/lib/hooks/traders/container-stop.d.ts +2 -0
  64. package/lib/hooks/traders/create-trader-container.d.ts +2 -0
  65. package/lib/hooks/traders/generate-exchange-config.d.ts +2 -0
  66. package/lib/hooks/traders/generate-trader-config.d.ts +2 -0
  67. package/lib/hooks/traders/pods-container-inspect.d.ts +2 -0
  68. package/lib/hooks/traders/pods-process-worker.d.ts +2 -0
  69. package/lib/hooks/users/email-verify-signup.d.ts +2 -0
  70. package/lib/index.d.ts +1 -0
  71. package/lib/logger.d.ts +1 -0
  72. package/lib/mongodb.d.ts +8 -0
  73. package/lib/prepare-for-publish.d.ts +1 -0
  74. package/lib/services/auth-management/auth-management.class.d.ts +1 -0
  75. package/lib/services/auth-management/auth-management.d.ts +7 -0
  76. package/lib/services/auth-management/auth-management.shared.d.ts +6 -0
  77. package/lib/services/auth-management/auth-management.shared.js +17 -0
  78. package/lib/services/auth-management/auth-management.utils.d.ts +1 -0
  79. package/lib/services/config/config.class.d.ts +14 -0
  80. package/lib/services/config/config.d.ts +10 -0
  81. package/lib/services/config/config.shared.d.ts +13 -0
  82. package/lib/services/config/config.shared.js +13 -0
  83. package/lib/services/custom/custom.class.d.ts +26 -0
  84. package/lib/services/custom/custom.d.ts +10 -0
  85. package/lib/services/custom/custom.shared.d.ts +13 -0
  86. package/lib/services/custom/custom.shared.js +13 -0
  87. package/lib/services/exchanges/balance/balance.class.d.ts +11 -0
  88. package/lib/services/exchanges/balance/balance.d.ts +11 -0
  89. package/lib/services/exchanges/balance/balance.schema.d.ts +711 -0
  90. package/lib/services/exchanges/balance/balance.shared.d.ts +13 -0
  91. package/lib/services/exchanges/balance/balance.shared.js +13 -0
  92. package/lib/services/exchanges/download/download.class.d.ts +11 -0
  93. package/lib/services/exchanges/download/download.d.ts +11 -0
  94. package/lib/services/exchanges/download/download.schema.d.ts +871 -0
  95. package/lib/services/exchanges/download/download.shared.d.ts +13 -0
  96. package/lib/services/exchanges/download/download.shared.js +13 -0
  97. package/lib/services/exchanges/download/webhooks/webhooks.class.d.ts +11 -0
  98. package/lib/services/exchanges/download/webhooks/webhooks.d.ts +11 -0
  99. package/lib/services/exchanges/download/webhooks/webhooks.schema.d.ts +541 -0
  100. package/lib/services/exchanges/download/webhooks/webhooks.shared.d.ts +13 -0
  101. package/lib/services/exchanges/download/webhooks/webhooks.shared.js +13 -0
  102. package/lib/services/exchanges/exchanges.class.d.ts +11 -0
  103. package/lib/services/exchanges/exchanges.d.ts +11 -0
  104. package/lib/services/exchanges/exchanges.schema.d.ts +835 -0
  105. package/lib/services/exchanges/exchanges.shared.d.ts +13 -0
  106. package/lib/services/exchanges/exchanges.shared.js +13 -0
  107. package/lib/services/exchanges/ticker/ticker.class.d.ts +11 -0
  108. package/lib/services/exchanges/ticker/ticker.d.ts +11 -0
  109. package/lib/services/exchanges/ticker/ticker.schema.d.ts +859 -0
  110. package/lib/services/exchanges/ticker/ticker.shared.d.ts +13 -0
  111. package/lib/services/exchanges/ticker/ticker.shared.js +13 -0
  112. package/lib/services/index.d.ts +2 -0
  113. package/lib/services/mailer/mailer.class.d.ts +26 -0
  114. package/lib/services/mailer/mailer.d.ts +7 -0
  115. package/lib/services/mailer/mailer.shared.d.ts +13 -0
  116. package/lib/services/mailer/mailer.shared.js +13 -0
  117. package/lib/services/marketplaces/marketplaces.class.d.ts +14 -0
  118. package/lib/services/marketplaces/marketplaces.d.ts +10 -0
  119. package/lib/services/marketplaces/marketplaces.shared.d.ts +13 -0
  120. package/lib/services/marketplaces/marketplaces.shared.js +13 -0
  121. package/lib/services/markets/markets.class.d.ts +11 -0
  122. package/lib/services/markets/markets.d.ts +11 -0
  123. package/lib/services/markets/markets.schema.d.ts +503 -0
  124. package/lib/services/markets/markets.shared.d.ts +13 -0
  125. package/lib/services/markets/markets.shared.js +13 -0
  126. package/lib/services/messages/messages.class.d.ts +11 -0
  127. package/lib/services/messages/messages.d.ts +11 -0
  128. package/lib/services/messages/messages.schema.d.ts +711 -0
  129. package/lib/services/messages/messages.shared.d.ts +13 -0
  130. package/lib/services/messages/messages.shared.js +13 -0
  131. package/lib/services/strategies/ai/ai.class.d.ts +11 -0
  132. package/lib/services/strategies/ai/ai.d.ts +11 -0
  133. package/lib/services/strategies/ai/ai.schema.d.ts +287 -0
  134. package/lib/services/strategies/ai/ai.shared.d.ts +13 -0
  135. package/lib/services/strategies/ai/ai.shared.js +13 -0
  136. package/lib/services/strategies/ai/stream/stream.class.d.ts +26 -0
  137. package/lib/services/strategies/ai/stream/stream.d.ts +10 -0
  138. package/lib/services/strategies/ai/stream/stream.shared.d.ts +13 -0
  139. package/lib/services/strategies/ai/stream/stream.shared.js +13 -0
  140. package/lib/services/strategies/backtest/backtest.class.d.ts +11 -0
  141. package/lib/services/strategies/backtest/backtest.d.ts +11 -0
  142. package/lib/services/strategies/backtest/backtest.schema.d.ts +401 -0
  143. package/lib/services/strategies/backtest/backtest.shared.d.ts +13 -0
  144. package/lib/services/strategies/backtest/backtest.shared.js +13 -0
  145. package/lib/services/strategies/backtest/results/results.class.d.ts +11 -0
  146. package/lib/services/strategies/backtest/results/results.d.ts +11 -0
  147. package/lib/services/strategies/backtest/results/results.schema.d.ts +1115 -0
  148. package/lib/services/strategies/backtest/results/results.shared.d.ts +13 -0
  149. package/lib/services/strategies/backtest/results/results.shared.js +13 -0
  150. package/lib/services/strategies/blob/blob.class.d.ts +26 -0
  151. package/lib/services/strategies/blob/blob.d.ts +10 -0
  152. package/lib/services/strategies/blob/blob.shared.d.ts +13 -0
  153. package/lib/services/strategies/blob/blob.shared.js +13 -0
  154. package/lib/services/strategies/indicators/indicators.class.d.ts +11 -0
  155. package/lib/services/strategies/indicators/indicators.d.ts +11 -0
  156. package/lib/services/strategies/indicators/indicators.schema.d.ts +277 -0
  157. package/lib/services/strategies/indicators/indicators.shared.d.ts +13 -0
  158. package/lib/services/strategies/indicators/indicators.shared.js +13 -0
  159. package/lib/services/strategies/strategies.class.d.ts +11 -0
  160. package/lib/services/strategies/strategies.d.ts +11 -0
  161. package/lib/services/strategies/strategies.schema.d.ts +2279 -0
  162. package/lib/services/strategies/strategies.shared.d.ts +13 -0
  163. package/lib/services/strategies/strategies.shared.js +13 -0
  164. package/lib/services/strategies/templates/templates.class.d.ts +11 -0
  165. package/lib/services/strategies/templates/templates.d.ts +11 -0
  166. package/lib/services/strategies/templates/templates.schema.d.ts +269 -0
  167. package/lib/services/strategies/templates/templates.shared.d.ts +13 -0
  168. package/lib/services/strategies/templates/templates.shared.js +13 -0
  169. package/lib/services/stripe/charges/charges.class.d.ts +26 -0
  170. package/lib/services/stripe/charges/charges.d.ts +10 -0
  171. package/lib/services/stripe/charges/charges.shared.d.ts +13 -0
  172. package/lib/services/stripe/charges/charges.shared.js +13 -0
  173. package/lib/services/stripe/customers/cards/cards.class.d.ts +26 -0
  174. package/lib/services/stripe/customers/cards/cards.d.ts +10 -0
  175. package/lib/services/stripe/customers/cards/cards.shared.d.ts +13 -0
  176. package/lib/services/stripe/customers/cards/cards.shared.js +13 -0
  177. package/lib/services/stripe/customers/customers.class.d.ts +26 -0
  178. package/lib/services/stripe/customers/customers.d.ts +10 -0
  179. package/lib/services/stripe/customers/customers.shared.d.ts +13 -0
  180. package/lib/services/stripe/customers/customers.shared.js +13 -0
  181. package/lib/services/stripe/customers/paymentintent/paymentintent.class.d.ts +26 -0
  182. package/lib/services/stripe/customers/paymentintent/paymentintent.d.ts +10 -0
  183. package/lib/services/stripe/customers/paymentintent/paymentintent.shared.d.ts +13 -0
  184. package/lib/services/stripe/customers/paymentintent/paymentintent.shared.js +13 -0
  185. package/lib/services/stripe/customers/paymentmethods/paymentmethods.class.d.ts +26 -0
  186. package/lib/services/stripe/customers/paymentmethods/paymentmethods.d.ts +10 -0
  187. package/lib/services/stripe/customers/paymentmethods/paymentmethods.shared.d.ts +13 -0
  188. package/lib/services/stripe/customers/paymentmethods/paymentmethods.shared.js +13 -0
  189. package/lib/services/stripe/customers/subscriptions/subscriptions.class.d.ts +26 -0
  190. package/lib/services/stripe/customers/subscriptions/subscriptions.d.ts +10 -0
  191. package/lib/services/stripe/customers/subscriptions/subscriptions.shared.d.ts +13 -0
  192. package/lib/services/stripe/customers/subscriptions/subscriptions.shared.js +13 -0
  193. package/lib/services/stripe/products/products.class.d.ts +26 -0
  194. package/lib/services/stripe/products/products.d.ts +10 -0
  195. package/lib/services/stripe/products/products.shared.d.ts +13 -0
  196. package/lib/services/stripe/products/products.shared.js +13 -0
  197. package/lib/services/traders/pods/api/api.class.d.ts +11 -0
  198. package/lib/services/traders/pods/api/api.d.ts +11 -0
  199. package/lib/services/traders/pods/api/api.schema.d.ts +5149 -0
  200. package/lib/services/traders/pods/api/api.shared.d.ts +13 -0
  201. package/lib/services/traders/pods/api/api.shared.js +13 -0
  202. package/lib/services/traders/pods/blob/blob.class.d.ts +26 -0
  203. package/lib/services/traders/pods/blob/blob.d.ts +9 -0
  204. package/lib/services/traders/pods/blob/blob.shared.d.ts +13 -0
  205. package/lib/services/traders/pods/blob/blob.shared.js +13 -0
  206. package/lib/services/traders/pods/events/events.class.d.ts +11 -0
  207. package/lib/services/traders/pods/events/events.d.ts +11 -0
  208. package/lib/services/traders/pods/events/events.schema.d.ts +531 -0
  209. package/lib/services/traders/pods/events/events.shared.d.ts +13 -0
  210. package/lib/services/traders/pods/events/events.shared.js +13 -0
  211. package/lib/services/traders/pods/pods.class.d.ts +11 -0
  212. package/lib/services/traders/pods/pods.d.ts +11 -0
  213. package/lib/services/traders/pods/pods.schema.d.ts +3933 -0
  214. package/lib/services/traders/pods/pods.shared.d.ts +13 -0
  215. package/lib/services/traders/pods/pods.shared.js +13 -0
  216. package/lib/services/traders/pods/webhooks/webhooks.class.d.ts +11 -0
  217. package/lib/services/traders/pods/webhooks/webhooks.d.ts +11 -0
  218. package/lib/services/traders/pods/webhooks/webhooks.schema.d.ts +351 -0
  219. package/lib/services/traders/pods/webhooks/webhooks.shared.d.ts +13 -0
  220. package/lib/services/traders/pods/webhooks/webhooks.shared.js +13 -0
  221. package/lib/services/traders/traders.class.d.ts +11 -0
  222. package/lib/services/traders/traders.d.ts +11 -0
  223. package/lib/services/traders/traders.schema.d.ts +2825 -0
  224. package/lib/services/traders/traders.shared.d.ts +13 -0
  225. package/lib/services/traders/traders.shared.js +13 -0
  226. package/lib/services/users/users.class.d.ts +11 -0
  227. package/lib/services/users/users.d.ts +11 -0
  228. package/lib/services/users/users.helper.d.ts +9 -0
  229. package/lib/services/users/users.schema.d.ts +615 -0
  230. package/lib/services/users/users.shared.d.ts +13 -0
  231. package/lib/services/users/users.shared.js +13 -0
  232. package/lib/validators.d.ts +3 -0
  233. package/package.json +37 -0
  234. package/readme.md +41 -0
@@ -0,0 +1,13 @@
1
+ import type { Params } from '@feathersjs/feathers';
2
+ import type { ClientApplication } from '../../client';
3
+ import type { Strategies, StrategiesData, StrategiesPatch, StrategiesQuery, StrategiesService } from './strategies.class';
4
+ export type { Strategies, StrategiesData, StrategiesPatch, StrategiesQuery };
5
+ export type StrategiesClientService = Pick<StrategiesService<Params<StrategiesQuery>>, (typeof strategiesMethods)[number]>;
6
+ export declare const strategiesPath = "strategies";
7
+ export declare const strategiesMethods: readonly ["find", "get", "create", "patch", "remove"];
8
+ export declare const strategiesClient: (client: ClientApplication) => void;
9
+ declare module '../../client' {
10
+ interface ServiceTypes {
11
+ [strategiesPath]: StrategiesClientService;
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.strategiesClient = exports.strategiesMethods = exports.strategiesPath = void 0;
4
+ exports.strategiesPath = 'strategies';
5
+ exports.strategiesMethods = ['find', 'get', 'create', 'patch', 'remove'];
6
+ const strategiesClient = (client) => {
7
+ const connection = client.get('connection');
8
+ client.use(exports.strategiesPath, connection.service(exports.strategiesPath), {
9
+ methods: exports.strategiesMethods
10
+ });
11
+ };
12
+ exports.strategiesClient = strategiesClient;
13
+ //# sourceMappingURL=strategies.shared.js.map
@@ -0,0 +1,11 @@
1
+ import type { Params } from '@feathersjs/feathers';
2
+ import { MongoDBService } from '@feathersjs/mongodb';
3
+ import type { MongoDBAdapterParams, MongoDBAdapterOptions } from '@feathersjs/mongodb';
4
+ import type { Application } from '../../../declarations';
5
+ import type { StrategiesTemplates, StrategiesTemplatesData, StrategiesTemplatesPatch, StrategiesTemplatesQuery } from './templates.schema';
6
+ export type { StrategiesTemplates, StrategiesTemplatesData, StrategiesTemplatesPatch, StrategiesTemplatesQuery };
7
+ export interface StrategiesTemplatesParams extends MongoDBAdapterParams<StrategiesTemplatesQuery> {
8
+ }
9
+ export declare class StrategiesTemplatesService<ServiceParams extends Params = StrategiesTemplatesParams> extends MongoDBService<StrategiesTemplates, StrategiesTemplatesData, StrategiesTemplatesParams, StrategiesTemplatesPatch> {
10
+ }
11
+ export declare const getOptions: (app: Application) => MongoDBAdapterOptions;
@@ -0,0 +1,11 @@
1
+ import type { Application } from '../../../declarations';
2
+ import { StrategiesTemplatesService } from './templates.class';
3
+ import { strategiesTemplatesPath } from './templates.shared';
4
+ export * from './templates.class';
5
+ export * from './templates.schema';
6
+ export declare const strategiesTemplates: (app: Application) => void;
7
+ declare module '../../../declarations' {
8
+ interface ServiceTypes {
9
+ [strategiesTemplatesPath]: StrategiesTemplatesService;
10
+ }
11
+ }
@@ -0,0 +1,269 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import type { HookContext } from '../../../declarations';
3
+ import type { StrategiesTemplatesService } from './templates.class';
4
+ export declare const strategiesTemplatesSchema: import("@feathersjs/typebox").TObject<{
5
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
6
+ name: import("@feathersjs/typebox").TString<string>;
7
+ type: import("@feathersjs/typebox").TString<string>;
8
+ description: import("@feathersjs/typebox").TString<string>;
9
+ createdAt: import("@feathersjs/typebox").TAny;
10
+ values: import("@feathersjs/typebox").TAny;
11
+ }>;
12
+ export type StrategiesTemplates = Static<typeof strategiesTemplatesSchema>;
13
+ export declare const strategiesTemplatesValidator: import("@feathersjs/schema").Validator<any, any>;
14
+ export declare const strategiesTemplatesResolver: import("@feathersjs/schema").Resolver<{
15
+ _id?: string | {} | undefined;
16
+ values: any;
17
+ name: string;
18
+ createdAt: any;
19
+ description: string;
20
+ type: string;
21
+ }, HookContext<StrategiesTemplatesService<import("./templates.class").StrategiesTemplatesParams>>>;
22
+ export declare const strategiesTemplatesExternalResolver: import("@feathersjs/schema").Resolver<{
23
+ _id?: string | {} | undefined;
24
+ values: any;
25
+ name: string;
26
+ createdAt: any;
27
+ description: string;
28
+ type: string;
29
+ }, HookContext<StrategiesTemplatesService<import("./templates.class").StrategiesTemplatesParams>>>;
30
+ export declare const strategiesTemplatesDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
31
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
32
+ name: import("@feathersjs/typebox").TString<string>;
33
+ type: import("@feathersjs/typebox").TString<string>;
34
+ description: import("@feathersjs/typebox").TString<string>;
35
+ createdAt: import("@feathersjs/typebox").TAny;
36
+ values: import("@feathersjs/typebox").TAny;
37
+ }>, ["_id", "name", "type", "description", "values"]>;
38
+ export type StrategiesTemplatesData = Static<typeof strategiesTemplatesDataSchema>;
39
+ export declare const strategiesTemplatesDataValidator: import("@feathersjs/schema").Validator<any, any>;
40
+ export declare const strategiesTemplatesDataResolver: import("@feathersjs/schema").Resolver<{
41
+ _id?: string | {} | undefined;
42
+ values: any;
43
+ name: string;
44
+ createdAt: any;
45
+ description: string;
46
+ type: string;
47
+ }, HookContext<StrategiesTemplatesService<import("./templates.class").StrategiesTemplatesParams>>>;
48
+ export declare const strategiesTemplatesPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
49
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
50
+ name: import("@feathersjs/typebox").TString<string>;
51
+ type: import("@feathersjs/typebox").TString<string>;
52
+ description: import("@feathersjs/typebox").TString<string>;
53
+ createdAt: import("@feathersjs/typebox").TAny;
54
+ values: import("@feathersjs/typebox").TAny;
55
+ }>>;
56
+ export type StrategiesTemplatesPatch = Static<typeof strategiesTemplatesPatchSchema>;
57
+ export declare const strategiesTemplatesPatchValidator: import("@feathersjs/schema").Validator<any, any>;
58
+ export declare const strategiesTemplatesPatchResolver: import("@feathersjs/schema").Resolver<{
59
+ _id?: string | {} | undefined;
60
+ values: any;
61
+ name: string;
62
+ createdAt: any;
63
+ description: string;
64
+ type: string;
65
+ }, HookContext<StrategiesTemplatesService<import("./templates.class").StrategiesTemplatesParams>>>;
66
+ export declare const strategiesTemplatesQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
67
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
68
+ name: import("@feathersjs/typebox").TString<string>;
69
+ type: import("@feathersjs/typebox").TString<string>;
70
+ description: import("@feathersjs/typebox").TString<string>;
71
+ createdAt: import("@feathersjs/typebox").TAny;
72
+ values: import("@feathersjs/typebox").TAny;
73
+ }>, ["_id", "name"]>;
74
+ export declare const strategiesTemplatesQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
75
+ $limit: import("@feathersjs/typebox").TNumber;
76
+ $skip: import("@feathersjs/typebox").TNumber;
77
+ $sort: import("@feathersjs/typebox").TObject<{
78
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
79
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
80
+ }>;
81
+ $select: import("@feathersjs/typebox").TUnsafe<("name" | "_id")[]>;
82
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
83
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
84
+ $gt: import("@feathersjs/typebox").TString<string>;
85
+ $gte: import("@feathersjs/typebox").TString<string>;
86
+ $lt: import("@feathersjs/typebox").TString<string>;
87
+ $lte: import("@feathersjs/typebox").TString<string>;
88
+ $ne: import("@feathersjs/typebox").TString<string>;
89
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
90
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
91
+ }>, import("@feathersjs/typebox").TObject<{
92
+ [key: string]: import("@feathersjs/typebox").TSchema;
93
+ } | undefined>]>>]>>;
94
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
95
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
96
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
97
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
98
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
99
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
100
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
101
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
102
+ }>, import("@feathersjs/typebox").TObject<{
103
+ [key: string]: import("@feathersjs/typebox").TSchema;
104
+ } | undefined>]>>]>>;
105
+ }>>, import("@feathersjs/typebox").TObject<{
106
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
107
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
108
+ $gt: import("@feathersjs/typebox").TString<string>;
109
+ $gte: import("@feathersjs/typebox").TString<string>;
110
+ $lt: import("@feathersjs/typebox").TString<string>;
111
+ $lte: import("@feathersjs/typebox").TString<string>;
112
+ $ne: import("@feathersjs/typebox").TString<string>;
113
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
114
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
115
+ }>, import("@feathersjs/typebox").TObject<{
116
+ [key: string]: import("@feathersjs/typebox").TSchema;
117
+ } | undefined>]>>]>>;
118
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
119
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
120
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
121
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
122
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
123
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
124
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
125
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
126
+ }>, import("@feathersjs/typebox").TObject<{
127
+ [key: string]: import("@feathersjs/typebox").TSchema;
128
+ } | undefined>]>>]>>;
129
+ }>>>;
130
+ }>]>>;
131
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
132
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
133
+ $gt: import("@feathersjs/typebox").TString<string>;
134
+ $gte: import("@feathersjs/typebox").TString<string>;
135
+ $lt: import("@feathersjs/typebox").TString<string>;
136
+ $lte: import("@feathersjs/typebox").TString<string>;
137
+ $ne: import("@feathersjs/typebox").TString<string>;
138
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
139
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
140
+ }>, import("@feathersjs/typebox").TObject<{
141
+ [key: string]: import("@feathersjs/typebox").TSchema;
142
+ } | undefined>]>>]>>;
143
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
144
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
145
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
146
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
147
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
148
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
149
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
150
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
151
+ }>, import("@feathersjs/typebox").TObject<{
152
+ [key: string]: import("@feathersjs/typebox").TSchema;
153
+ } | undefined>]>>]>>;
154
+ }>>>;
155
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
156
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
157
+ $gt: import("@feathersjs/typebox").TString<string>;
158
+ $gte: import("@feathersjs/typebox").TString<string>;
159
+ $lt: import("@feathersjs/typebox").TString<string>;
160
+ $lte: import("@feathersjs/typebox").TString<string>;
161
+ $ne: import("@feathersjs/typebox").TString<string>;
162
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
163
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
164
+ }>, import("@feathersjs/typebox").TObject<{
165
+ [key: string]: import("@feathersjs/typebox").TSchema;
166
+ } | undefined>]>>]>>;
167
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
168
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
169
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
170
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
171
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
172
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
173
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
174
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
175
+ }>, import("@feathersjs/typebox").TObject<{
176
+ [key: string]: import("@feathersjs/typebox").TSchema;
177
+ } | undefined>]>>]>>;
178
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
179
+ export type StrategiesTemplatesQuery = Static<typeof strategiesTemplatesQuerySchema>;
180
+ export declare const strategiesTemplatesQueryValidator: import("@feathersjs/schema").Validator<any, any>;
181
+ export declare const strategiesTemplatesQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
182
+ $limit: number;
183
+ $skip: number;
184
+ $sort: {
185
+ name?: number | undefined;
186
+ _id?: number | undefined;
187
+ };
188
+ $select: ("name" | "_id")[];
189
+ $and: ({
190
+ name?: string | Partial<{
191
+ $gt: string;
192
+ $gte: string;
193
+ $lt: string;
194
+ $lte: string;
195
+ $ne: string;
196
+ $in: string | string[];
197
+ $nin: string | string[];
198
+ } & {}> | undefined;
199
+ _id?: string | {} | Partial<{
200
+ $gt?: string | {} | undefined;
201
+ $gte?: string | {} | undefined;
202
+ $lt?: string | {} | undefined;
203
+ $lte?: string | {} | undefined;
204
+ $ne?: string | {} | undefined;
205
+ $in: string | {} | (string | {})[];
206
+ $nin: string | {} | (string | {})[];
207
+ } & {}> | undefined;
208
+ } | {
209
+ $or: {
210
+ name?: string | Partial<{
211
+ $gt: string;
212
+ $gte: string;
213
+ $lt: string;
214
+ $lte: string;
215
+ $ne: string;
216
+ $in: string | string[];
217
+ $nin: string | string[];
218
+ } & {}> | undefined;
219
+ _id?: string | {} | Partial<{
220
+ $gt?: string | {} | undefined;
221
+ $gte?: string | {} | undefined;
222
+ $lt?: string | {} | undefined;
223
+ $lte?: string | {} | undefined;
224
+ $ne?: string | {} | undefined;
225
+ $in: string | {} | (string | {})[];
226
+ $nin: string | {} | (string | {})[];
227
+ } & {}> | undefined;
228
+ }[];
229
+ })[];
230
+ $or: {
231
+ name?: string | Partial<{
232
+ $gt: string;
233
+ $gte: string;
234
+ $lt: string;
235
+ $lte: string;
236
+ $ne: string;
237
+ $in: string | string[];
238
+ $nin: string | string[];
239
+ } & {}> | undefined;
240
+ _id?: string | {} | Partial<{
241
+ $gt?: string | {} | undefined;
242
+ $gte?: string | {} | undefined;
243
+ $lt?: string | {} | undefined;
244
+ $lte?: string | {} | undefined;
245
+ $ne?: string | {} | undefined;
246
+ $in: string | {} | (string | {})[];
247
+ $nin: string | {} | (string | {})[];
248
+ } & {}> | undefined;
249
+ }[];
250
+ }> & {
251
+ name?: string | Partial<{
252
+ $gt: string;
253
+ $gte: string;
254
+ $lt: string;
255
+ $lte: string;
256
+ $ne: string;
257
+ $in: string | string[];
258
+ $nin: string | string[];
259
+ } & {}> | undefined;
260
+ _id?: string | {} | Partial<{
261
+ $gt?: string | {} | undefined;
262
+ $gte?: string | {} | undefined;
263
+ $lt?: string | {} | undefined;
264
+ $lte?: string | {} | undefined;
265
+ $ne?: string | {} | undefined;
266
+ $in: string | {} | (string | {})[];
267
+ $nin: string | {} | (string | {})[];
268
+ } & {}> | undefined;
269
+ } & {}, HookContext<StrategiesTemplatesService<import("./templates.class").StrategiesTemplatesParams>>>;
@@ -0,0 +1,13 @@
1
+ import type { Params } from '@feathersjs/feathers';
2
+ import type { ClientApplication } from '../../../client';
3
+ import type { StrategiesTemplates, StrategiesTemplatesData, StrategiesTemplatesPatch, StrategiesTemplatesQuery, StrategiesTemplatesService } from './templates.class';
4
+ export type { StrategiesTemplates, StrategiesTemplatesData, StrategiesTemplatesPatch, StrategiesTemplatesQuery };
5
+ export type StrategiesTemplatesClientService = Pick<StrategiesTemplatesService<Params<StrategiesTemplatesQuery>>, (typeof strategiesTemplatesMethods)[number]>;
6
+ export declare const strategiesTemplatesPath = "strategies/templates";
7
+ export declare const strategiesTemplatesMethods: readonly ["find", "get", "create", "update", "patch", "remove"];
8
+ export declare const strategiesTemplatesClient: (client: ClientApplication) => void;
9
+ declare module '../../../client' {
10
+ interface ServiceTypes {
11
+ [strategiesTemplatesPath]: StrategiesTemplatesClientService;
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.strategiesTemplatesClient = exports.strategiesTemplatesMethods = exports.strategiesTemplatesPath = void 0;
4
+ exports.strategiesTemplatesPath = 'strategies/templates';
5
+ exports.strategiesTemplatesMethods = ['find', 'get', 'create', 'update', 'patch', 'remove'];
6
+ const strategiesTemplatesClient = (client) => {
7
+ const connection = client.get('connection');
8
+ client.use(exports.strategiesTemplatesPath, connection.service(exports.strategiesTemplatesPath), {
9
+ methods: exports.strategiesTemplatesMethods
10
+ });
11
+ };
12
+ exports.strategiesTemplatesClient = strategiesTemplatesClient;
13
+ //# sourceMappingURL=templates.shared.js.map
@@ -0,0 +1,26 @@
1
+ import type { Id, NullableId, Params, ServiceInterface } from '@feathersjs/feathers';
2
+ import type { Application } from '../../../declarations';
3
+ type StripeCharges = any;
4
+ type StripeChargesData = any;
5
+ type StripeChargesPatch = any;
6
+ type StripeChargesQuery = any;
7
+ export type { StripeCharges, StripeChargesData, StripeChargesPatch, StripeChargesQuery };
8
+ export interface StripeChargesServiceOptions {
9
+ app: Application;
10
+ }
11
+ export interface StripeChargesParams extends Params<StripeChargesQuery> {
12
+ }
13
+ export declare class StripeChargesService<ServiceParams extends StripeChargesParams = StripeChargesParams> implements ServiceInterface<StripeCharges, StripeChargesData, ServiceParams, StripeChargesPatch> {
14
+ options: StripeChargesServiceOptions;
15
+ constructor(options: StripeChargesServiceOptions);
16
+ find(_params?: ServiceParams): Promise<StripeCharges[]>;
17
+ get(id: Id, _params?: ServiceParams): Promise<StripeCharges>;
18
+ create(data: StripeChargesData, params?: ServiceParams): Promise<StripeCharges>;
19
+ create(data: StripeChargesData[], params?: ServiceParams): Promise<StripeCharges[]>;
20
+ update(id: NullableId, data: StripeChargesData, _params?: ServiceParams): Promise<StripeCharges>;
21
+ patch(id: NullableId, data: StripeChargesPatch, _params?: ServiceParams): Promise<StripeCharges>;
22
+ remove(id: NullableId, _params?: ServiceParams): Promise<StripeCharges>;
23
+ }
24
+ export declare const getOptions: (app: Application) => {
25
+ app: Application;
26
+ };
@@ -0,0 +1,10 @@
1
+ import type { Application } from '../../../declarations';
2
+ import { stripeChargesPath } from './charges.shared';
3
+ import { ChargeService } from 'feathers-stripe';
4
+ export * from './charges.class';
5
+ export declare const stripeCharges: (app: Application) => void;
6
+ declare module '../../../declarations' {
7
+ interface ServiceTypes {
8
+ [stripeChargesPath]: ChargeService;
9
+ }
10
+ }
@@ -0,0 +1,13 @@
1
+ import type { Params } from '@feathersjs/feathers';
2
+ import type { ClientApplication } from '../../../client';
3
+ import type { StripeCharges, StripeChargesData, StripeChargesPatch, StripeChargesQuery, StripeChargesService } from './charges.class';
4
+ export type { StripeCharges, StripeChargesData, StripeChargesPatch, StripeChargesQuery };
5
+ export type StripeChargesClientService = Pick<StripeChargesService<Params<StripeChargesQuery>>, (typeof stripeChargesMethods)[number]>;
6
+ export declare const stripeChargesPath = "stripe/charges";
7
+ export declare const stripeChargesMethods: readonly ["find", "get", "create", "patch", "remove"];
8
+ export declare const stripeChargesClient: (client: ClientApplication) => void;
9
+ declare module '../../../client' {
10
+ interface ServiceTypes {
11
+ [stripeChargesPath]: StripeChargesClientService;
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.stripeChargesClient = exports.stripeChargesMethods = exports.stripeChargesPath = void 0;
4
+ exports.stripeChargesPath = 'stripe/charges';
5
+ exports.stripeChargesMethods = ['find', 'get', 'create', 'patch', 'remove'];
6
+ const stripeChargesClient = (client) => {
7
+ const connection = client.get('connection');
8
+ client.use(exports.stripeChargesPath, connection.service(exports.stripeChargesPath), {
9
+ methods: exports.stripeChargesMethods
10
+ });
11
+ };
12
+ exports.stripeChargesClient = stripeChargesClient;
13
+ //# sourceMappingURL=charges.shared.js.map
@@ -0,0 +1,26 @@
1
+ import type { Id, NullableId, Params, ServiceInterface } from '@feathersjs/feathers';
2
+ import type { Application } from '../../../../declarations';
3
+ type StripeCustomersCards = any;
4
+ type StripeCustomersCardsData = any;
5
+ type StripeCustomersCardsPatch = any;
6
+ type StripeCustomersCardsQuery = any;
7
+ export type { StripeCustomersCards, StripeCustomersCardsData, StripeCustomersCardsPatch, StripeCustomersCardsQuery };
8
+ export interface StripeCustomersCardsServiceOptions {
9
+ app: Application;
10
+ }
11
+ export interface StripeCustomersCardsParams extends Params<StripeCustomersCardsQuery> {
12
+ }
13
+ export declare class StripeCustomersCardsService<ServiceParams extends StripeCustomersCardsParams = StripeCustomersCardsParams> implements ServiceInterface<StripeCustomersCards, StripeCustomersCardsData, ServiceParams, StripeCustomersCardsPatch> {
14
+ options: StripeCustomersCardsServiceOptions;
15
+ constructor(options: StripeCustomersCardsServiceOptions);
16
+ find(_params?: ServiceParams): Promise<StripeCustomersCards[]>;
17
+ get(id: Id, _params?: ServiceParams): Promise<StripeCustomersCards>;
18
+ create(data: StripeCustomersCardsData, params?: ServiceParams): Promise<StripeCustomersCards>;
19
+ create(data: StripeCustomersCardsData[], params?: ServiceParams): Promise<StripeCustomersCards[]>;
20
+ update(id: NullableId, data: StripeCustomersCardsData, _params?: ServiceParams): Promise<StripeCustomersCards>;
21
+ patch(id: NullableId, data: StripeCustomersCardsPatch, _params?: ServiceParams): Promise<StripeCustomersCards>;
22
+ remove(id: NullableId, _params?: ServiceParams): Promise<StripeCustomersCards>;
23
+ }
24
+ export declare const getOptions: (app: Application) => {
25
+ app: Application;
26
+ };
@@ -0,0 +1,10 @@
1
+ import { CardService } from 'feathers-stripe';
2
+ import type { Application } from '../../../../declarations';
3
+ import { stripeCustomersCardsPath } from './cards.shared';
4
+ export * from './cards.class';
5
+ export declare const stripeCustomersCards: (app: Application) => void;
6
+ declare module '../../../../declarations' {
7
+ interface ServiceTypes {
8
+ [stripeCustomersCardsPath]: CardService;
9
+ }
10
+ }
@@ -0,0 +1,13 @@
1
+ import type { Params } from '@feathersjs/feathers';
2
+ import type { ClientApplication } from '../../../../client';
3
+ import type { StripeCustomersCards, StripeCustomersCardsData, StripeCustomersCardsPatch, StripeCustomersCardsQuery, StripeCustomersCardsService } from './cards.class';
4
+ export type { StripeCustomersCards, StripeCustomersCardsData, StripeCustomersCardsPatch, StripeCustomersCardsQuery };
5
+ export type StripeCustomersCardsClientService = Pick<StripeCustomersCardsService<Params<StripeCustomersCardsQuery>>, (typeof stripeCustomersCardsMethods)[number]>;
6
+ export declare const stripeCustomersCardsPath = "stripe/customers/cards";
7
+ export declare const stripeCustomersCardsMethods: readonly ["find", "get", "create", "patch", "remove"];
8
+ export declare const stripeCustomersCardsClient: (client: ClientApplication) => void;
9
+ declare module '../../../../client' {
10
+ interface ServiceTypes {
11
+ [stripeCustomersCardsPath]: StripeCustomersCardsClientService;
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.stripeCustomersCardsClient = exports.stripeCustomersCardsMethods = exports.stripeCustomersCardsPath = void 0;
4
+ exports.stripeCustomersCardsPath = 'stripe/customers/cards';
5
+ exports.stripeCustomersCardsMethods = ['find', 'get', 'create', 'patch', 'remove'];
6
+ const stripeCustomersCardsClient = (client) => {
7
+ const connection = client.get('connection');
8
+ client.use(exports.stripeCustomersCardsPath, connection.service(exports.stripeCustomersCardsPath), {
9
+ methods: exports.stripeCustomersCardsMethods
10
+ });
11
+ };
12
+ exports.stripeCustomersCardsClient = stripeCustomersCardsClient;
13
+ //# sourceMappingURL=cards.shared.js.map
@@ -0,0 +1,26 @@
1
+ import type { Id, NullableId, Params, ServiceInterface } from '@feathersjs/feathers';
2
+ import type { Application } from '../../../declarations';
3
+ type StripeCustomers = any;
4
+ type StripeCustomersData = any;
5
+ type StripeCustomersPatch = any;
6
+ type StripeCustomersQuery = any;
7
+ export type { StripeCustomers, StripeCustomersData, StripeCustomersPatch, StripeCustomersQuery };
8
+ export interface StripeCustomersServiceOptions {
9
+ app: Application;
10
+ }
11
+ export interface StripeCustomersParams extends Params<StripeCustomersQuery> {
12
+ }
13
+ export declare class StripeCustomersService<ServiceParams extends StripeCustomersParams = StripeCustomersParams> implements ServiceInterface<StripeCustomers, StripeCustomersData, ServiceParams, StripeCustomersPatch> {
14
+ options: StripeCustomersServiceOptions;
15
+ constructor(options: StripeCustomersServiceOptions);
16
+ find(_params?: ServiceParams): Promise<StripeCustomers[]>;
17
+ get(id: Id, _params?: ServiceParams): Promise<StripeCustomers>;
18
+ create(data: StripeCustomersData, params?: ServiceParams): Promise<StripeCustomers>;
19
+ create(data: StripeCustomersData[], params?: ServiceParams): Promise<StripeCustomers[]>;
20
+ update(id: NullableId, data: StripeCustomersData, _params?: ServiceParams): Promise<StripeCustomers>;
21
+ patch(id: NullableId, data: StripeCustomersPatch, _params?: ServiceParams): Promise<StripeCustomers>;
22
+ remove(id: NullableId, _params?: ServiceParams): Promise<StripeCustomers>;
23
+ }
24
+ export declare const getOptions: (app: Application) => {
25
+ app: Application;
26
+ };
@@ -0,0 +1,10 @@
1
+ import type { Application } from '../../../declarations';
2
+ import { CustomerService } from 'feathers-stripe';
3
+ import { stripeCustomersPath } from './customers.shared';
4
+ export * from './customers.class';
5
+ export declare const stripeCustomers: (app: Application) => void;
6
+ declare module '../../../declarations' {
7
+ interface ServiceTypes {
8
+ [stripeCustomersPath]: CustomerService;
9
+ }
10
+ }
@@ -0,0 +1,13 @@
1
+ import type { Params } from '@feathersjs/feathers';
2
+ import type { ClientApplication } from '../../../client';
3
+ import type { StripeCustomers, StripeCustomersData, StripeCustomersPatch, StripeCustomersQuery, StripeCustomersService } from './customers.class';
4
+ export type { StripeCustomers, StripeCustomersData, StripeCustomersPatch, StripeCustomersQuery };
5
+ export type StripeCustomersClientService = Pick<StripeCustomersService<Params<StripeCustomersQuery>>, (typeof stripeCustomersMethods)[number]>;
6
+ export declare const stripeCustomersPath = "stripe/customers";
7
+ export declare const stripeCustomersMethods: readonly ["find", "get", "create", "patch", "remove"];
8
+ export declare const stripeCustomersClient: (client: ClientApplication) => void;
9
+ declare module '../../../client' {
10
+ interface ServiceTypes {
11
+ [stripeCustomersPath]: StripeCustomersClientService;
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.stripeCustomersClient = exports.stripeCustomersMethods = exports.stripeCustomersPath = void 0;
4
+ exports.stripeCustomersPath = 'stripe/customers';
5
+ exports.stripeCustomersMethods = ['find', 'get', 'create', 'patch', 'remove'];
6
+ const stripeCustomersClient = (client) => {
7
+ const connection = client.get('connection');
8
+ client.use(exports.stripeCustomersPath, connection.service(exports.stripeCustomersPath), {
9
+ methods: exports.stripeCustomersMethods
10
+ });
11
+ };
12
+ exports.stripeCustomersClient = stripeCustomersClient;
13
+ //# sourceMappingURL=customers.shared.js.map
@@ -0,0 +1,26 @@
1
+ import type { Id, NullableId, Params, ServiceInterface } from '@feathersjs/feathers';
2
+ import type { Application } from '../../../../declarations';
3
+ type StripeCustomersPaymentintent = any;
4
+ type StripeCustomersPaymentintentData = any;
5
+ type StripeCustomersPaymentintentPatch = any;
6
+ type StripeCustomersPaymentintentQuery = any;
7
+ export type { StripeCustomersPaymentintent, StripeCustomersPaymentintentData, StripeCustomersPaymentintentPatch, StripeCustomersPaymentintentQuery };
8
+ export interface StripeCustomersPaymentintentServiceOptions {
9
+ app: Application;
10
+ }
11
+ export interface StripeCustomersPaymentintentParams extends Params<StripeCustomersPaymentintentQuery> {
12
+ }
13
+ export declare class StripeCustomersPaymentintentService<ServiceParams extends StripeCustomersPaymentintentParams = StripeCustomersPaymentintentParams> implements ServiceInterface<StripeCustomersPaymentintent, StripeCustomersPaymentintentData, ServiceParams, StripeCustomersPaymentintentPatch> {
14
+ options: StripeCustomersPaymentintentServiceOptions;
15
+ constructor(options: StripeCustomersPaymentintentServiceOptions);
16
+ find(_params?: ServiceParams): Promise<StripeCustomersPaymentintent[]>;
17
+ get(id: Id, _params?: ServiceParams): Promise<StripeCustomersPaymentintent>;
18
+ create(data: StripeCustomersPaymentintentData, params?: ServiceParams): Promise<StripeCustomersPaymentintent>;
19
+ create(data: StripeCustomersPaymentintentData[], params?: ServiceParams): Promise<StripeCustomersPaymentintent[]>;
20
+ update(id: NullableId, data: StripeCustomersPaymentintentData, _params?: ServiceParams): Promise<StripeCustomersPaymentintent>;
21
+ patch(id: NullableId, data: StripeCustomersPaymentintentPatch, _params?: ServiceParams): Promise<StripeCustomersPaymentintent>;
22
+ remove(id: NullableId, _params?: ServiceParams): Promise<StripeCustomersPaymentintent>;
23
+ }
24
+ export declare const getOptions: (app: Application) => {
25
+ app: Application;
26
+ };
@@ -0,0 +1,10 @@
1
+ import type { Application } from '../../../../declarations';
2
+ import { stripeCustomersPaymentintentPath } from './paymentintent.shared';
3
+ import { PaymentIntentService } from 'feathers-stripe';
4
+ export * from './paymentintent.class';
5
+ export declare const stripeCustomersPaymentintent: (app: Application) => void;
6
+ declare module '../../../../declarations' {
7
+ interface ServiceTypes {
8
+ [stripeCustomersPaymentintentPath]: PaymentIntentService;
9
+ }
10
+ }