@blues-inc/notehub-js 1.0.35 → 1.0.36-beta.2
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/README.md +245 -222
- package/dist/ApiClient.js +156 -156
- package/dist/api/AlertApi.js +22 -22
- package/dist/api/ApiAccessApi.js +238 -0
- package/dist/api/AuthorizationApi.js +16 -16
- package/dist/api/BillingAccountApi.js +14 -14
- package/dist/api/DeviceApi.js +404 -351
- package/dist/api/EventApi.js +130 -130
- package/dist/api/ExternalDevicesApi.js +41 -41
- package/dist/api/MonitorApi.js +52 -52
- package/dist/api/ProjectApi.js +441 -355
- package/dist/api/RepositoryApi.js +103 -103
- package/dist/api/RouteApi.js +81 -81
- package/dist/api/WebhookApi.js +51 -51
- package/dist/index.js +49 -0
- package/dist/model/Alert.js +76 -74
- package/dist/model/AlertDataInner.js +35 -35
- package/dist/model/AlertNotificationsInner.js +18 -18
- package/dist/model/ApiKey.js +159 -0
- package/dist/model/ApiKeyCreatedBy.js +116 -0
- package/dist/model/ApiKeyInfo.js +112 -0
- package/dist/model/ApiKeySecret.js +105 -0
- package/dist/model/Aws.js +65 -65
- package/dist/model/Azure.js +43 -43
- package/dist/model/BillingAccount.js +21 -21
- package/dist/model/BillingAccountRole.js +9 -9
- package/dist/model/Body.js +5 -5
- package/dist/model/CloneProjectRequest.js +20 -20
- package/dist/model/Contact.js +22 -22
- package/dist/model/CreateFleetRequest.js +12 -12
- package/dist/model/CreateMonitor.js +126 -125
- package/dist/model/CreateProductRequest.js +22 -22
- package/dist/model/CreateProjectRequest.js +16 -16
- package/dist/model/CreateUpdateRepository.js +17 -17
- package/dist/model/CurrentFirmware.js +12 -12
- package/dist/model/DFUEnv.js +12 -12
- package/dist/model/DFUState.js +65 -65
- package/dist/model/DataField.js +7 -7
- package/dist/model/DataSet.js +30 -29
- package/dist/model/DataSetField.js +19 -19
- package/dist/model/DeleteDeviceFleetsRequest.js +8 -8
- package/dist/model/Device.js +102 -101
- package/dist/model/DeviceDfuHistory.js +20 -19
- package/dist/model/DeviceDfuHistoryPage.js +13 -12
- package/dist/model/DeviceDfuStateMachine.js +25 -24
- package/dist/model/DeviceDfuStateMachineNode.js +22 -22
- package/dist/model/DeviceDfuStatus.js +20 -20
- package/dist/model/DeviceDfuStatusCurrent.js +32 -32
- package/dist/model/DeviceDfuStatusPage.js +13 -12
- package/dist/model/DeviceSession.js +221 -221
- package/dist/model/DeviceTowerInfo.js +14 -14
- package/dist/model/DeviceUsage.js +32 -32
- package/dist/model/DfuActionRequest.js +7 -7
- package/dist/model/EmailNotification.js +7 -7
- package/dist/model/EnvTreeJsonNode.js +269 -0
- package/dist/model/EnvVar.js +119 -0
- package/dist/model/EnvironmentVariables.js +8 -8
- package/dist/model/Error.js +31 -31
- package/dist/model/Event.js +248 -248
- package/dist/model/Firmware.js +49 -49
- package/dist/model/FirmwareInfo.js +60 -60
- package/dist/model/Fleet.js +36 -27
- package/dist/model/GetAlerts200Response.js +15 -14
- package/dist/model/GetBillingAccounts200Response.js +10 -9
- package/dist/model/GetDeviceEnvironmentVariables200Response.js +16 -16
- package/dist/model/GetDeviceHealthLog200Response.js +12 -11
- package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +19 -19
- package/dist/model/GetDeviceLatest200Response.js +10 -9
- package/dist/model/GetDevicePublicKey200Response.js +16 -16
- package/dist/model/GetDeviceSessions200Response.js +17 -16
- package/dist/model/GetProjectDevicePublicKeys200Response.js +17 -16
- package/dist/model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js +12 -12
- package/dist/model/GetProjectDevices200Response.js +17 -16
- package/dist/model/GetProjectEvents200Response.js +21 -20
- package/dist/model/GetProjectEventsByCursor200Response.js +24 -23
- package/dist/model/GetProjectFleets200Response.js +12 -11
- package/dist/model/GetProjectMembers200Response.js +12 -11
- package/dist/model/GetProjectProducts200Response.js +10 -9
- package/dist/model/GetProjects200Response.js +10 -9
- package/dist/model/GetWebhooks200Response.js +10 -9
- package/dist/model/Google.js +33 -33
- package/dist/model/HandleNoteChanges200Response.js +11 -11
- package/dist/model/HandleNoteGet200Response.js +13 -13
- package/dist/model/HandleNoteSignal200Response.js +5 -5
- package/dist/model/HandleNotefileChanges200Response.js +11 -11
- package/dist/model/HandleNotefileChangesPending200Response.js +14 -14
- package/dist/model/HandleNotefileDeleteRequest.js +7 -7
- package/dist/model/Http.js +35 -35
- package/dist/model/HttpFilter.js +19 -19
- package/dist/model/HttpTransform.js +20 -20
- package/dist/model/Location.js +40 -40
- package/dist/model/Login200Response.js +7 -7
- package/dist/model/LoginRequest.js +12 -12
- package/dist/model/Monitor.js +100 -99
- package/dist/model/MonitorAlertRoutesInner.js +9 -10
- package/dist/model/Mqtt.js +66 -66
- package/dist/model/Note.js +10 -10
- package/dist/model/NotefileSchema.js +19 -18
- package/dist/model/NotehubRoute.js +36 -36
- package/dist/model/NotehubRouteSchema.js +45 -46
- package/dist/model/PostProvisionProjectDeviceRequest.js +18 -18
- package/dist/model/Product.js +26 -26
- package/dist/model/Project.js +34 -34
- package/dist/model/ProjectMember.js +22 -22
- package/dist/model/Proxy.js +24 -24
- package/dist/model/PutDeviceFleetsRequest.js +8 -8
- package/dist/model/QuestionDataResponseLineChart.js +39 -39
- package/dist/model/QuestionDataResponseMap.js +16 -16
- package/dist/model/Radresponder.js +25 -25
- package/dist/model/Repository.js +22 -22
- package/dist/model/Role.js +9 -9
- package/dist/model/RouteLog.js +44 -35
- package/dist/model/SchemaProperty.js +40 -38
- package/dist/model/SimUsage.js +19 -19
- package/dist/model/Slack.js +53 -53
- package/dist/model/SlackBearerNotification.js +25 -25
- package/dist/model/SlackWebHookNotification.js +20 -20
- package/dist/model/Snowflake.js +45 -45
- package/dist/model/SnowflakeTransform.js +12 -12
- package/dist/model/Thingworx.js +33 -33
- package/dist/model/TowerLocation.js +54 -54
- package/dist/model/Twilio.js +43 -43
- package/dist/model/UpdateFleetRequest.js +31 -22
- package/dist/model/UploadMetadata.js +59 -59
- package/dist/model/UserDbRoute.js +25 -25
- package/dist/model/UserDfuStateMachine.js +20 -20
- package/dist/model/UserDfuStateMachineStatus.js +20 -20
- package/dist/model/UserFirmwareInfo.js +12 -12
- package/dist/model/WebhookSettings.js +15 -15
- package/package.json +3 -3
package/dist/api/AlertApi.js
CHANGED
|
@@ -15,7 +15,7 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
15
15
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
16
16
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
17
17
|
* Notehub API
|
|
18
|
-
* The OpenAPI definition for the Notehub.io API.
|
|
18
|
+
* The OpenAPI definition for the Notehub.io API.
|
|
19
19
|
*
|
|
20
20
|
* The version of the OpenAPI document: 1.2.0
|
|
21
21
|
* Contact: engineering@blues.io
|
|
@@ -26,18 +26,18 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
/**
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
29
|
+
* Alert service.
|
|
30
|
+
* @module api/AlertApi
|
|
31
|
+
* @version 1.0.36-beta.2
|
|
32
|
+
*/
|
|
33
33
|
var AlertApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
35
|
+
* Constructs a new AlertApi.
|
|
36
|
+
* @alias module:api/AlertApi
|
|
37
|
+
* @class
|
|
38
|
+
* @param {module:ApiClient} [apiClient] Optional API client implementation to use,
|
|
39
|
+
* default to {@link module:ApiClient#instance} if unspecified.
|
|
40
|
+
*/
|
|
41
41
|
function AlertApi(apiClient) {
|
|
42
42
|
_classCallCheck(this, AlertApi);
|
|
43
43
|
this.apiClient = apiClient || _ApiClient["default"].instance;
|
|
@@ -45,11 +45,11 @@ var AlertApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
45
45
|
|
|
46
46
|
/**
|
|
47
47
|
* Get list of defined Alerts
|
|
48
|
-
* @param {String} projectOrProductUID
|
|
48
|
+
* @param {String} projectOrProductUID
|
|
49
49
|
* @param {Object} opts Optional parameters
|
|
50
50
|
* @param {Number} opts.pageSize (default to 50)
|
|
51
51
|
* @param {Number} opts.pageNum (default to 1)
|
|
52
|
-
* @param {String} opts.monitorUID
|
|
52
|
+
* @param {String} opts.monitorUID
|
|
53
53
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetAlerts200Response} and HTTP response
|
|
54
54
|
*/
|
|
55
55
|
return _createClass(AlertApi, [{
|
|
@@ -62,29 +62,29 @@ var AlertApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
62
62
|
throw new _Error["default"]("Missing the required parameter 'projectOrProductUID' when calling getAlerts");
|
|
63
63
|
}
|
|
64
64
|
var pathParams = {
|
|
65
|
-
projectOrProductUID: projectOrProductUID
|
|
65
|
+
'projectOrProductUID': projectOrProductUID
|
|
66
66
|
};
|
|
67
67
|
var queryParams = {
|
|
68
|
-
pageSize: opts[
|
|
69
|
-
pageNum: opts[
|
|
70
|
-
monitorUID: opts[
|
|
68
|
+
'pageSize': opts['pageSize'],
|
|
69
|
+
'pageNum': opts['pageNum'],
|
|
70
|
+
'monitorUID': opts['monitorUID']
|
|
71
71
|
};
|
|
72
72
|
var headerParams = {};
|
|
73
73
|
var formParams = {};
|
|
74
|
-
var authNames = [
|
|
74
|
+
var authNames = ['api_key'];
|
|
75
75
|
var contentTypes = [];
|
|
76
|
-
var accepts = [
|
|
76
|
+
var accepts = ['application/json'];
|
|
77
77
|
var returnType = _GetAlerts200Response["default"];
|
|
78
|
-
return this.apiClient.callApi(
|
|
78
|
+
return this.apiClient.callApi('/v1/projects/{projectOrProductUID}/alerts', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
/**
|
|
82
82
|
* Get list of defined Alerts
|
|
83
|
-
* @param {String} projectOrProductUID
|
|
83
|
+
* @param {String} projectOrProductUID
|
|
84
84
|
* @param {Object} opts Optional parameters
|
|
85
85
|
* @param {Number} opts.pageSize (default to 50)
|
|
86
86
|
* @param {Number} opts.pageNum (default to 1)
|
|
87
|
-
* @param {String} opts.monitorUID
|
|
87
|
+
* @param {String} opts.monitorUID
|
|
88
88
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetAlerts200Response}
|
|
89
89
|
*/
|
|
90
90
|
}, {
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
+
var _ApiKey = _interopRequireDefault(require("../model/ApiKey"));
|
|
9
|
+
var _ApiKeyInfo = _interopRequireDefault(require("../model/ApiKeyInfo"));
|
|
10
|
+
var _ApiKeySecret = _interopRequireDefault(require("../model/ApiKeySecret"));
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
12
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
13
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
14
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
15
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
16
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
17
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
18
|
+
* Notehub API
|
|
19
|
+
* The OpenAPI definition for the Notehub.io API.
|
|
20
|
+
*
|
|
21
|
+
* The version of the OpenAPI document: 1.2.0
|
|
22
|
+
* Contact: engineering@blues.io
|
|
23
|
+
*
|
|
24
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
25
|
+
* https://openapi-generator.tech
|
|
26
|
+
* Do not edit the class manually.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
/**
|
|
30
|
+
* ApiAccess service.
|
|
31
|
+
* @module api/ApiAccessApi
|
|
32
|
+
* @version 1.0.36-beta.2
|
|
33
|
+
*/
|
|
34
|
+
var ApiAccessApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
|
+
/**
|
|
36
|
+
* Constructs a new ApiAccessApi.
|
|
37
|
+
* @alias module:api/ApiAccessApi
|
|
38
|
+
* @class
|
|
39
|
+
* @param {module:ApiClient} [apiClient] Optional API client implementation to use,
|
|
40
|
+
* default to {@link module:ApiClient#instance} if unspecified.
|
|
41
|
+
*/
|
|
42
|
+
function ApiAccessApi(apiClient) {
|
|
43
|
+
_classCallCheck(this, ApiAccessApi);
|
|
44
|
+
this.apiClient = apiClient || _ApiClient["default"].instance;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Create new API Key
|
|
49
|
+
* @param {module:model/ApiKeyInfo} apiKeyInfo
|
|
50
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiKeySecret} and HTTP response
|
|
51
|
+
*/
|
|
52
|
+
return _createClass(ApiAccessApi, [{
|
|
53
|
+
key: "createApiKeyWithHttpInfo",
|
|
54
|
+
value: function createApiKeyWithHttpInfo(apiKeyInfo) {
|
|
55
|
+
var postBody = apiKeyInfo;
|
|
56
|
+
// verify the required parameter 'apiKeyInfo' is set
|
|
57
|
+
if (apiKeyInfo === undefined || apiKeyInfo === null) {
|
|
58
|
+
throw new Error("Missing the required parameter 'apiKeyInfo' when calling createApiKey");
|
|
59
|
+
}
|
|
60
|
+
var pathParams = {};
|
|
61
|
+
var queryParams = {};
|
|
62
|
+
var headerParams = {};
|
|
63
|
+
var formParams = {};
|
|
64
|
+
var authNames = ['api_key'];
|
|
65
|
+
var contentTypes = ['application/json'];
|
|
66
|
+
var accepts = ['application/json'];
|
|
67
|
+
var returnType = _ApiKeySecret["default"];
|
|
68
|
+
return this.apiClient.callApi('/v1/api-keys', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Create new API Key
|
|
73
|
+
* @param {module:model/ApiKeyInfo} apiKeyInfo
|
|
74
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiKeySecret}
|
|
75
|
+
*/
|
|
76
|
+
}, {
|
|
77
|
+
key: "createApiKey",
|
|
78
|
+
value: function createApiKey(apiKeyInfo) {
|
|
79
|
+
return this.createApiKeyWithHttpInfo(apiKeyInfo).then(function (response_and_data) {
|
|
80
|
+
return response_and_data.data;
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Delete an API key by UID
|
|
86
|
+
* @param {String} apiKeyUID UID of the API key
|
|
87
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
88
|
+
*/
|
|
89
|
+
}, {
|
|
90
|
+
key: "deleteApiKeyWithHttpInfo",
|
|
91
|
+
value: function deleteApiKeyWithHttpInfo(apiKeyUID) {
|
|
92
|
+
var postBody = null;
|
|
93
|
+
// verify the required parameter 'apiKeyUID' is set
|
|
94
|
+
if (apiKeyUID === undefined || apiKeyUID === null) {
|
|
95
|
+
throw new Error("Missing the required parameter 'apiKeyUID' when calling deleteApiKey");
|
|
96
|
+
}
|
|
97
|
+
var pathParams = {
|
|
98
|
+
'apiKeyUID': apiKeyUID
|
|
99
|
+
};
|
|
100
|
+
var queryParams = {};
|
|
101
|
+
var headerParams = {};
|
|
102
|
+
var formParams = {};
|
|
103
|
+
var authNames = ['api_key'];
|
|
104
|
+
var contentTypes = [];
|
|
105
|
+
var accepts = [];
|
|
106
|
+
var returnType = null;
|
|
107
|
+
return this.apiClient.callApi('/v1/api-keys/{apiKeyUID}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Delete an API key by UID
|
|
112
|
+
* @param {String} apiKeyUID UID of the API key
|
|
113
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
114
|
+
*/
|
|
115
|
+
}, {
|
|
116
|
+
key: "deleteApiKey",
|
|
117
|
+
value: function deleteApiKey(apiKeyUID) {
|
|
118
|
+
return this.deleteApiKeyWithHttpInfo(apiKeyUID).then(function (response_and_data) {
|
|
119
|
+
return response_and_data.data;
|
|
120
|
+
});
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* Get API key by UID
|
|
125
|
+
* @param {String} apiKeyUID UID of the API key
|
|
126
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiKey} and HTTP response
|
|
127
|
+
*/
|
|
128
|
+
}, {
|
|
129
|
+
key: "getApiKeyWithHttpInfo",
|
|
130
|
+
value: function getApiKeyWithHttpInfo(apiKeyUID) {
|
|
131
|
+
var postBody = null;
|
|
132
|
+
// verify the required parameter 'apiKeyUID' is set
|
|
133
|
+
if (apiKeyUID === undefined || apiKeyUID === null) {
|
|
134
|
+
throw new Error("Missing the required parameter 'apiKeyUID' when calling getApiKey");
|
|
135
|
+
}
|
|
136
|
+
var pathParams = {
|
|
137
|
+
'apiKeyUID': apiKeyUID
|
|
138
|
+
};
|
|
139
|
+
var queryParams = {};
|
|
140
|
+
var headerParams = {};
|
|
141
|
+
var formParams = {};
|
|
142
|
+
var authNames = ['api_key'];
|
|
143
|
+
var contentTypes = [];
|
|
144
|
+
var accepts = ['application/json'];
|
|
145
|
+
var returnType = _ApiKey["default"];
|
|
146
|
+
return this.apiClient.callApi('/v1/api-keys/{apiKeyUID}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Get API key by UID
|
|
151
|
+
* @param {String} apiKeyUID UID of the API key
|
|
152
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiKey}
|
|
153
|
+
*/
|
|
154
|
+
}, {
|
|
155
|
+
key: "getApiKey",
|
|
156
|
+
value: function getApiKey(apiKeyUID) {
|
|
157
|
+
return this.getApiKeyWithHttpInfo(apiKeyUID).then(function (response_and_data) {
|
|
158
|
+
return response_and_data.data;
|
|
159
|
+
});
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* List API keys
|
|
164
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/ApiKey>} and HTTP response
|
|
165
|
+
*/
|
|
166
|
+
}, {
|
|
167
|
+
key: "listApiKeysWithHttpInfo",
|
|
168
|
+
value: function listApiKeysWithHttpInfo() {
|
|
169
|
+
var postBody = null;
|
|
170
|
+
var pathParams = {};
|
|
171
|
+
var queryParams = {};
|
|
172
|
+
var headerParams = {};
|
|
173
|
+
var formParams = {};
|
|
174
|
+
var authNames = ['api_key'];
|
|
175
|
+
var contentTypes = [];
|
|
176
|
+
var accepts = ['application/json'];
|
|
177
|
+
var returnType = [_ApiKey["default"]];
|
|
178
|
+
return this.apiClient.callApi('/v1/api-keys', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* List API keys
|
|
183
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/ApiKey>}
|
|
184
|
+
*/
|
|
185
|
+
}, {
|
|
186
|
+
key: "listApiKeys",
|
|
187
|
+
value: function listApiKeys() {
|
|
188
|
+
return this.listApiKeysWithHttpInfo().then(function (response_and_data) {
|
|
189
|
+
return response_and_data.data;
|
|
190
|
+
});
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
/**
|
|
194
|
+
* Update API key (e.g. expiration date)
|
|
195
|
+
* @param {String} apiKeyUID UID of the API key to update
|
|
196
|
+
* @param {module:model/ApiKeyInfo} apiKeyInfo
|
|
197
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiKey} and HTTP response
|
|
198
|
+
*/
|
|
199
|
+
}, {
|
|
200
|
+
key: "updateApiKeyWithHttpInfo",
|
|
201
|
+
value: function updateApiKeyWithHttpInfo(apiKeyUID, apiKeyInfo) {
|
|
202
|
+
var postBody = apiKeyInfo;
|
|
203
|
+
// verify the required parameter 'apiKeyUID' is set
|
|
204
|
+
if (apiKeyUID === undefined || apiKeyUID === null) {
|
|
205
|
+
throw new Error("Missing the required parameter 'apiKeyUID' when calling updateApiKey");
|
|
206
|
+
}
|
|
207
|
+
// verify the required parameter 'apiKeyInfo' is set
|
|
208
|
+
if (apiKeyInfo === undefined || apiKeyInfo === null) {
|
|
209
|
+
throw new Error("Missing the required parameter 'apiKeyInfo' when calling updateApiKey");
|
|
210
|
+
}
|
|
211
|
+
var pathParams = {
|
|
212
|
+
'apiKeyUID': apiKeyUID
|
|
213
|
+
};
|
|
214
|
+
var queryParams = {};
|
|
215
|
+
var headerParams = {};
|
|
216
|
+
var formParams = {};
|
|
217
|
+
var authNames = ['api_key'];
|
|
218
|
+
var contentTypes = ['application/json'];
|
|
219
|
+
var accepts = ['application/json'];
|
|
220
|
+
var returnType = _ApiKey["default"];
|
|
221
|
+
return this.apiClient.callApi('/v1/api-keys/{apiKeyUID}', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* Update API key (e.g. expiration date)
|
|
226
|
+
* @param {String} apiKeyUID UID of the API key to update
|
|
227
|
+
* @param {module:model/ApiKeyInfo} apiKeyInfo
|
|
228
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiKey}
|
|
229
|
+
*/
|
|
230
|
+
}, {
|
|
231
|
+
key: "updateApiKey",
|
|
232
|
+
value: function updateApiKey(apiKeyUID, apiKeyInfo) {
|
|
233
|
+
return this.updateApiKeyWithHttpInfo(apiKeyUID, apiKeyInfo).then(function (response_and_data) {
|
|
234
|
+
return response_and_data.data;
|
|
235
|
+
});
|
|
236
|
+
}
|
|
237
|
+
}]);
|
|
238
|
+
}();
|
|
@@ -15,7 +15,7 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
15
15
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
16
16
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
17
17
|
* Notehub API
|
|
18
|
-
* The OpenAPI definition for the Notehub.io API.
|
|
18
|
+
* The OpenAPI definition for the Notehub.io API.
|
|
19
19
|
*
|
|
20
20
|
* The version of the OpenAPI document: 1.2.0
|
|
21
21
|
* Contact: engineering@blues.io
|
|
@@ -26,18 +26,18 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
/**
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
29
|
+
* Authorization service.
|
|
30
|
+
* @module api/AuthorizationApi
|
|
31
|
+
* @version 1.0.36-beta.2
|
|
32
|
+
*/
|
|
33
33
|
var AuthorizationApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
35
|
+
* Constructs a new AuthorizationApi.
|
|
36
|
+
* @alias module:api/AuthorizationApi
|
|
37
|
+
* @class
|
|
38
|
+
* @param {module:ApiClient} [apiClient] Optional API client implementation to use,
|
|
39
|
+
* default to {@link module:ApiClient#instance} if unspecified.
|
|
40
|
+
*/
|
|
41
41
|
function AuthorizationApi(apiClient) {
|
|
42
42
|
_classCallCheck(this, AuthorizationApi);
|
|
43
43
|
this.apiClient = apiClient || _ApiClient["default"].instance;
|
|
@@ -45,7 +45,7 @@ var AuthorizationApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
45
45
|
|
|
46
46
|
/**
|
|
47
47
|
* Gets a session token from the API from a username and password.
|
|
48
|
-
* @param {module:model/LoginRequest} loginRequest
|
|
48
|
+
* @param {module:model/LoginRequest} loginRequest
|
|
49
49
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/Login200Response} and HTTP response
|
|
50
50
|
*/
|
|
51
51
|
return _createClass(AuthorizationApi, [{
|
|
@@ -61,15 +61,15 @@ var AuthorizationApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
61
61
|
var headerParams = {};
|
|
62
62
|
var formParams = {};
|
|
63
63
|
var authNames = [];
|
|
64
|
-
var contentTypes = [
|
|
65
|
-
var accepts = [
|
|
64
|
+
var contentTypes = ['application/json'];
|
|
65
|
+
var accepts = ['application/json'];
|
|
66
66
|
var returnType = _Login200Response["default"];
|
|
67
|
-
return this.apiClient.callApi(
|
|
67
|
+
return this.apiClient.callApi('/auth/login', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
71
|
* Gets a session token from the API from a username and password.
|
|
72
|
-
* @param {module:model/LoginRequest} loginRequest
|
|
72
|
+
* @param {module:model/LoginRequest} loginRequest
|
|
73
73
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/Login200Response}
|
|
74
74
|
*/
|
|
75
75
|
}, {
|
|
@@ -15,7 +15,7 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
15
15
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
16
16
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
17
17
|
* Notehub API
|
|
18
|
-
* The OpenAPI definition for the Notehub.io API.
|
|
18
|
+
* The OpenAPI definition for the Notehub.io API.
|
|
19
19
|
*
|
|
20
20
|
* The version of the OpenAPI document: 1.2.0
|
|
21
21
|
* Contact: engineering@blues.io
|
|
@@ -26,18 +26,18 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
/**
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
29
|
+
* BillingAccount service.
|
|
30
|
+
* @module api/BillingAccountApi
|
|
31
|
+
* @version 1.0.36-beta.2
|
|
32
|
+
*/
|
|
33
33
|
var BillingAccountApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
35
|
+
* Constructs a new BillingAccountApi.
|
|
36
|
+
* @alias module:api/BillingAccountApi
|
|
37
|
+
* @class
|
|
38
|
+
* @param {module:ApiClient} [apiClient] Optional API client implementation to use,
|
|
39
|
+
* default to {@link module:ApiClient#instance} if unspecified.
|
|
40
|
+
*/
|
|
41
41
|
function BillingAccountApi(apiClient) {
|
|
42
42
|
_classCallCheck(this, BillingAccountApi);
|
|
43
43
|
this.apiClient = apiClient || _ApiClient["default"].instance;
|
|
@@ -55,11 +55,11 @@ var BillingAccountApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
var queryParams = {};
|
|
56
56
|
var headerParams = {};
|
|
57
57
|
var formParams = {};
|
|
58
|
-
var authNames = [
|
|
58
|
+
var authNames = ['api_key'];
|
|
59
59
|
var contentTypes = [];
|
|
60
|
-
var accepts = [
|
|
60
|
+
var accepts = ['application/json'];
|
|
61
61
|
var returnType = _GetBillingAccounts200Response["default"];
|
|
62
|
-
return this.apiClient.callApi(
|
|
62
|
+
return this.apiClient.callApi('/v1/billing-accounts', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
/**
|