@cinerino/sdk 12.12.0 → 12.13.0-alpha.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.
package/lib/index.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * API Node.js Client
3
3
  */
4
- import { chevre, chevreAdmin, chevreAsset, chevreConsole, chevrePay, chevreTxc, chevreTxn, cloudAdmin, cloudAsset, cloudPay, cloudSearch, cloudTxc, cloudTxn, factory, loadChevre, loadChevreAdmin, loadChevreAsset, loadChevreConsole, loadChevrePay, loadChevreTxc, loadChevreTxn, loadCloudAdmin, loadCloudAsset, loadCloudPay, loadCloudSearch, loadCloudTxc, loadCloudTxn, loadPecorino, loadService, loadWaiterAdmin, pecorino, service, transporters, waiterAdmin } from './abstract';
4
+ import { chevre, chevreAdmic, chevreAdmin, chevreAsset, chevreConsole, chevrePay, chevreTxc, chevreTxn, cloudAdmin, cloudAsset, cloudPay, cloudSearch, cloudTxc, cloudTxn, factory, loadChevre, loadChevreAdmic, loadChevreAdmin, loadChevreAsset, loadChevreConsole, loadChevrePay, loadChevreTxc, loadChevreTxn, loadCloudAdmin, loadCloudAsset, loadCloudPay, loadCloudSearch, loadCloudTxc, loadCloudTxn, loadPecorino, loadService, loadWaiterAdmin, pecorino, service, transporters, waiterAdmin } from './abstract';
5
5
  import type ClientCredentialsClient from './auth/clientCredentialsClient';
6
6
  import type { ImplicitGrantClient, IOptions as IImplicitGrantClientOptions } from './auth/implicitGrantClient';
7
7
  import type OAuth2client from './auth/oAuth2client';
8
- export { loadChevre, loadChevreAdmin, loadChevreAsset, loadChevreConsole, loadChevrePay, loadChevreTxc, loadChevreTxn, loadCloudAdmin, loadCloudAsset, loadCloudPay, loadCloudSearch, loadCloudTxc, loadCloudTxn, loadPecorino, loadService, loadWaiterAdmin, chevre, chevreAdmin, chevreAsset, chevreConsole, chevrePay, chevreTxc, chevreTxn, cloudAdmin, cloudAsset, cloudPay, cloudSearch, cloudTxc, cloudTxn, pecorino, service, factory, transporters, waiterAdmin };
8
+ export { loadChevre, loadChevreAdmic, loadChevreAdmin, loadChevreAsset, loadChevreConsole, loadChevrePay, loadChevreTxc, loadChevreTxn, loadCloudAdmin, loadCloudAsset, loadCloudPay, loadCloudSearch, loadCloudTxc, loadCloudTxn, loadPecorino, loadService, loadWaiterAdmin, chevre, chevreAdmic, chevreAdmin, chevreAsset, chevreConsole, chevrePay, chevreTxc, chevreTxn, cloudAdmin, cloudAsset, cloudPay, cloudSearch, cloudTxc, cloudTxn, pecorino, service, factory, transporters, waiterAdmin };
9
9
  /**
10
10
  * each OAuth2 clients
11
11
  */
package/lib/index.js CHANGED
@@ -41,13 +41,14 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from) {
41
41
  return to;
42
42
  };
43
43
  Object.defineProperty(exports, "__esModule", { value: true });
44
- exports.createAuthInstance = exports.auth = exports.transporters = exports.factory = exports.loadWaiterAdmin = exports.loadService = exports.loadPecorino = exports.loadCloudTxn = exports.loadCloudTxc = exports.loadCloudSearch = exports.loadCloudPay = exports.loadCloudAsset = exports.loadCloudAdmin = exports.loadChevreTxn = exports.loadChevreTxc = exports.loadChevrePay = exports.loadChevreConsole = exports.loadChevreAsset = exports.loadChevreAdmin = exports.loadChevre = void 0;
44
+ exports.createAuthInstance = exports.auth = exports.transporters = exports.factory = exports.loadWaiterAdmin = exports.loadService = exports.loadPecorino = exports.loadCloudTxn = exports.loadCloudTxc = exports.loadCloudSearch = exports.loadCloudPay = exports.loadCloudAsset = exports.loadCloudAdmin = exports.loadChevreTxn = exports.loadChevreTxc = exports.loadChevrePay = exports.loadChevreConsole = exports.loadChevreAsset = exports.loadChevreAdmin = exports.loadChevreAdmic = exports.loadChevre = void 0;
45
45
  /**
46
46
  * API Node.js Client
47
47
  */
48
48
  var abstract_1 = require("./abstract");
49
49
  Object.defineProperty(exports, "factory", { enumerable: true, get: function () { return abstract_1.factory; } });
50
50
  Object.defineProperty(exports, "loadChevre", { enumerable: true, get: function () { return abstract_1.loadChevre; } });
51
+ Object.defineProperty(exports, "loadChevreAdmic", { enumerable: true, get: function () { return abstract_1.loadChevreAdmic; } });
51
52
  Object.defineProperty(exports, "loadChevreAdmin", { enumerable: true, get: function () { return abstract_1.loadChevreAdmin; } });
52
53
  Object.defineProperty(exports, "loadChevreAsset", { enumerable: true, get: function () { return abstract_1.loadChevreAsset; } });
53
54
  Object.defineProperty(exports, "loadChevreConsole", { enumerable: true, get: function () { return abstract_1.loadChevreConsole; } });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "12.12.0",
3
+ "version": "12.13.0-alpha.0",
4
4
  "description": "Cinerino SDK",
5
5
  "main": "./lib/index.js",
6
6
  "browser": {
@@ -93,7 +93,7 @@
93
93
  "watchify": "^3.11.1"
94
94
  },
95
95
  "dependencies": {
96
- "@chevre/factory": "5.4.0-alpha.3",
96
+ "@chevre/factory": "5.4.0-alpha.5",
97
97
  "debug": "3.2.7",
98
98
  "http-status": "1.7.4",
99
99
  "idtoken-verifier": "2.0.3",