@cryptorobot.ai/client 1.32.0-dev.1051 → 1.32.0

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.
@@ -2,7 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.affiliatesLinksClient = exports.affiliatesLinksMethods = exports.affiliatesLinksPath = void 0;
4
4
  exports.affiliatesLinksPath = 'affiliates/links';
5
- exports.affiliatesLinksMethods = ['find', 'get', 'create', 'patch', 'remove'];
5
+ exports.affiliatesLinksMethods = [
6
+ 'find',
7
+ 'get',
8
+ 'create',
9
+ 'patch',
10
+ 'remove'
11
+ ];
6
12
  const affiliatesLinksClient = (client) => {
7
13
  const connection = client.get('connection');
8
14
  client.use(exports.affiliatesLinksPath, connection.service(exports.affiliatesLinksPath), {
@@ -2,7 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.copilotConcernsClient = exports.copilotConcernsMethods = exports.copilotConcernsPath = void 0;
4
4
  exports.copilotConcernsPath = 'copilot/concerns';
5
- exports.copilotConcernsMethods = ['find', 'get', 'create', 'patch', 'remove'];
5
+ exports.copilotConcernsMethods = [
6
+ 'find',
7
+ 'get',
8
+ 'create',
9
+ 'patch',
10
+ 'remove'
11
+ ];
6
12
  const copilotConcernsClient = (client) => {
7
13
  const connection = client.get('connection');
8
14
  client.use(exports.copilotConcernsPath, connection.service(exports.copilotConcernsPath), {
@@ -2,13 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.exchangesDepositsSyncClient = exports.exchangesDepositsSyncMethods = exports.exchangesDepositsSyncPath = void 0;
4
4
  exports.exchangesDepositsSyncPath = 'exchanges/deposits/sync';
5
- exports.exchangesDepositsSyncMethods = [
6
- 'find',
7
- 'get',
8
- 'create',
9
- 'patch',
10
- 'remove'
11
- ];
5
+ exports.exchangesDepositsSyncMethods = ['find', 'get', 'create', 'patch', 'remove'];
12
6
  const exchangesDepositsSyncClient = (client) => {
13
7
  const connection = client.get('connection');
14
8
  client.use(exports.exchangesDepositsSyncPath, connection.service(exports.exchangesDepositsSyncPath), {
@@ -2,7 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.exchangesLedgerClient = exports.exchangesLedgerMethods = exports.exchangesLedgerPath = void 0;
4
4
  exports.exchangesLedgerPath = 'exchanges/ledger';
5
- exports.exchangesLedgerMethods = ['find', 'get', 'create', 'patch', 'remove'];
5
+ exports.exchangesLedgerMethods = [
6
+ 'find',
7
+ 'get',
8
+ 'create',
9
+ 'patch',
10
+ 'remove'
11
+ ];
6
12
  const exchangesLedgerClient = (client) => {
7
13
  const connection = client.get('connection');
8
14
  client.use(exports.exchangesLedgerPath, connection.service(exports.exchangesLedgerPath), {
@@ -1,5 +1,6 @@
1
1
  import type { ClientApplication } from '../../client';
2
- import type { Homepage, HomepageData, HomepagePatch, HomepageQuery, HomepageService } from './homepage.class';
2
+ import type { HomepageService } from './homepage.class';
3
+ import type { Homepage, HomepageData, HomepagePatch, HomepageQuery } from './homepage.class';
3
4
  export type { Homepage, HomepageData, HomepagePatch, HomepageQuery };
4
5
  export type HomepageClientService = Pick<HomepageService, (typeof homepageMethods)[number]>;
5
6
  export declare const homepagePath = "homepage";
@@ -2,7 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.insightsEtfFlowClient = exports.insightsEtfFlowMethods = exports.insightsEtfFlowPath = void 0;
4
4
  exports.insightsEtfFlowPath = 'insights/etf-flow';
5
- exports.insightsEtfFlowMethods = ['find', 'get', 'create', 'patch', 'remove'];
5
+ exports.insightsEtfFlowMethods = [
6
+ 'find',
7
+ 'get',
8
+ 'create',
9
+ 'patch',
10
+ 'remove'
11
+ ];
6
12
  const insightsEtfFlowClient = (client) => {
7
13
  const connection = client.get('connection');
8
14
  client.use(exports.insightsEtfFlowPath, connection.service(exports.insightsEtfFlowPath), {
@@ -2,7 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.seriesBalanceClient = exports.seriesBalanceMethods = exports.seriesBalancePath = void 0;
4
4
  exports.seriesBalancePath = 'series/balance';
5
- exports.seriesBalanceMethods = ['find', 'get', 'create', 'patch', 'remove'];
5
+ exports.seriesBalanceMethods = [
6
+ 'find',
7
+ 'get',
8
+ 'create',
9
+ 'patch',
10
+ 'remove'
11
+ ];
6
12
  const seriesBalanceClient = (client) => {
7
13
  const connection = client.get('connection');
8
14
  client.use(exports.seriesBalancePath, connection.service(exports.seriesBalancePath), {
@@ -2,7 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.taxResearchClient = exports.taxResearchMethods = exports.taxResearchPath = void 0;
4
4
  exports.taxResearchPath = 'tax/research';
5
- exports.taxResearchMethods = ['find', 'get', 'create', 'patch', 'remove'];
5
+ exports.taxResearchMethods = [
6
+ 'find',
7
+ 'get',
8
+ 'create',
9
+ 'patch',
10
+ 'remove'
11
+ ];
6
12
  const taxResearchClient = (client) => {
7
13
  const connection = client.get('connection');
8
14
  client.use(exports.taxResearchPath, connection.service(exports.taxResearchPath), {
@@ -2,7 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.taxSessionsClient = exports.taxSessionsMethods = exports.taxSessionsPath = void 0;
4
4
  exports.taxSessionsPath = 'tax/sessions';
5
- exports.taxSessionsMethods = ['find', 'get', 'create', 'patch', 'remove'];
5
+ exports.taxSessionsMethods = [
6
+ 'find',
7
+ 'get',
8
+ 'create',
9
+ 'patch',
10
+ 'remove'
11
+ ];
6
12
  const taxSessionsClient = (client) => {
7
13
  const connection = client.get('connection');
8
14
  client.use(exports.taxSessionsPath, connection.service(exports.taxSessionsPath), {
@@ -2,7 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.usersAccessClient = exports.usersAccessMethods = exports.usersAccessPath = void 0;
4
4
  exports.usersAccessPath = 'users/access';
5
- exports.usersAccessMethods = ['find', 'get', 'create', 'patch', 'remove'];
5
+ exports.usersAccessMethods = [
6
+ 'find',
7
+ 'get',
8
+ 'create',
9
+ 'patch',
10
+ 'remove'
11
+ ];
6
12
  const usersAccessClient = (client) => {
7
13
  const connection = client.get('connection');
8
14
  client.use(exports.usersAccessPath, connection.service(exports.usersAccessPath), {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cryptorobot.ai/client",
3
3
  "description": "A typed client for the Cryptorobot.ai platform",
4
- "version": "1.32.0-dev.1051",
4
+ "version": "1.32.0",
5
5
  "homepage": "",
6
6
  "keywords": [
7
7
  "cryptocurrency",