@blues-inc/notehub-js 2.3.0 → 3.0.0-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.
Files changed (144) hide show
  1. package/README.md +250 -241
  2. package/dist/ApiClient.js +154 -154
  3. package/dist/api/AlertApi.js +22 -22
  4. package/dist/api/AuthorizationApi.js +31 -31
  5. package/dist/api/BillingAccountApi.js +14 -14
  6. package/dist/api/DeviceApi.js +843 -831
  7. package/dist/api/EventApi.js +178 -178
  8. package/dist/api/ExternalDevicesApi.js +41 -41
  9. package/dist/api/MonitorApi.js +52 -52
  10. package/dist/api/ProjectApi.js +562 -562
  11. package/dist/api/RouteApi.js +77 -77
  12. package/dist/api/UsageApi.js +65 -44
  13. package/dist/api/WebhookApi.js +51 -51
  14. package/dist/index.js +80 -73
  15. package/dist/model/{PutDeviceFleetsRequest.js → AddDeviceToFleetsRequest.js} +26 -26
  16. package/dist/model/Alert.js +76 -74
  17. package/dist/model/AlertDataInner.js +35 -35
  18. package/dist/model/AlertNotificationsInner.js +18 -18
  19. package/dist/model/AwsRoute.js +65 -65
  20. package/dist/model/AzureRoute.js +43 -43
  21. package/dist/model/BillingAccount.js +21 -21
  22. package/dist/model/BillingAccountRole.js +9 -9
  23. package/dist/model/BlynkRoute.js +28 -28
  24. package/dist/model/Body.js +5 -5
  25. package/dist/model/CellularPlan.js +34 -34
  26. package/dist/model/CloneProjectRequest.js +20 -20
  27. package/dist/model/Contact.js +22 -22
  28. package/dist/model/CreateFleetRequest.js +17 -17
  29. package/dist/model/CreateMonitor.js +126 -125
  30. package/dist/model/CreateProductRequest.js +22 -22
  31. package/dist/model/CreateProjectRequest.js +16 -16
  32. package/dist/model/CreateUpdateRepository.js +17 -17
  33. package/dist/model/CurrentFirmware.js +12 -12
  34. package/dist/model/DFUEnv.js +12 -12
  35. package/dist/model/DFUState.js +65 -65
  36. package/dist/model/DataField.js +7 -7
  37. package/dist/model/DataSetField.js +19 -19
  38. package/dist/model/DataUsage.js +14 -14
  39. package/dist/model/DatacakeRoute.js +35 -35
  40. package/dist/model/{DeleteDeviceFleetsRequest.js → DeleteDeviceFromFleetsRequest.js} +26 -26
  41. package/dist/model/{HandleNotefileDeleteRequest.js → DeleteNotefilesRequest.js} +24 -24
  42. package/dist/model/Device.js +115 -101
  43. package/dist/model/DeviceDfuHistory.js +20 -19
  44. package/dist/model/DeviceDfuHistoryCurrent.js +32 -32
  45. package/dist/model/DeviceDfuHistoryPage.js +13 -12
  46. package/dist/model/DeviceDfuStateMachine.js +25 -24
  47. package/dist/model/DeviceDfuStateMachineNode.js +22 -22
  48. package/dist/model/DeviceDfuStatus.js +20 -20
  49. package/dist/model/DeviceDfuStatusPage.js +13 -12
  50. package/dist/model/DeviceSession.js +221 -221
  51. package/dist/model/DeviceTowerInfo.js +14 -14
  52. package/dist/model/DeviceUsage.js +32 -32
  53. package/dist/model/DfuActionRequest.js +7 -7
  54. package/dist/model/EmailNotification.js +7 -7
  55. package/dist/model/EnvTreeJsonNode.js +69 -67
  56. package/dist/model/EnvVar.js +18 -18
  57. package/dist/model/EnvironmentVariables.js +8 -8
  58. package/dist/model/Error.js +31 -31
  59. package/dist/model/Event.js +248 -248
  60. package/dist/model/Filter.js +16 -16
  61. package/dist/model/Firmware.js +49 -49
  62. package/dist/model/FirmwareInfo.js +60 -60
  63. package/dist/model/Fleet.js +35 -35
  64. package/dist/model/FleetConnectivityAssurance.js +8 -31
  65. package/dist/model/GetAlerts200Response.js +15 -14
  66. package/dist/model/GetBillingAccounts200Response.js +10 -9
  67. package/dist/model/GetDataUsage200Response.js +10 -9
  68. package/dist/model/GetDataUsage200ResponseDataInner.js +41 -40
  69. package/dist/model/{HandleNoteGet200Response.js → GetDbNote200Response.js} +29 -29
  70. package/dist/model/GetDeviceEnvironmentVariablesByPin200Response.js +16 -16
  71. package/dist/model/GetDeviceFleets200Response.js +12 -11
  72. package/dist/model/GetDeviceHealthLog200Response.js +12 -11
  73. package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +19 -19
  74. package/dist/model/{GetDeviceLatest200Response.js → GetDeviceLatestEvents200Response.js} +26 -25
  75. package/dist/model/GetDevicePlans200Response.js +10 -9
  76. package/dist/model/GetDevicePublicKey200Response.js +16 -16
  77. package/dist/model/{GetProjectDevicePublicKeys200Response.js → GetDevicePublicKeys200Response.js} +38 -37
  78. package/dist/model/{GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js → GetDevicePublicKeys200ResponseDevicePublicKeysInner.js} +28 -28
  79. package/dist/model/GetDeviceSessions200Response.js +17 -16
  80. package/dist/model/{GetProjectDevices200Response.js → GetDevices200Response.js} +35 -34
  81. package/dist/model/{GetProjectEvents200Response.js → GetEvents200Response.js} +39 -38
  82. package/dist/model/{GetProjectEventsByCursor200Response.js → GetEventsByCursor200Response.js} +42 -41
  83. package/dist/model/{HandleNoteChanges200Response.js → GetNotefile200Response.js} +27 -27
  84. package/dist/model/GetProducts200Response.js +10 -9
  85. package/dist/model/GetProjectMembers200Response.js +12 -11
  86. package/dist/model/GetProjects200Response.js +10 -9
  87. package/dist/model/GetSessionsUsage200Response.js +12 -11
  88. package/dist/model/GetWebhooks200Response.js +10 -9
  89. package/dist/model/GoogleRoute.js +33 -33
  90. package/dist/model/HttpRoute.js +35 -35
  91. package/dist/model/{HandleNotefileChanges200Response.js → ListNotefiles200Response.js} +27 -27
  92. package/dist/model/{HandleNotefileChangesPending200Response.js → ListPendingNotefiles200Response.js} +30 -30
  93. package/dist/model/Location.js +40 -40
  94. package/dist/model/Login200Response.js +7 -7
  95. package/dist/model/LoginRequest.js +12 -12
  96. package/dist/model/Monitor.js +100 -99
  97. package/dist/model/MonitorAlertRoutesInner.js +9 -10
  98. package/dist/model/MqttRoute.js +68 -68
  99. package/dist/model/Note.js +10 -10
  100. package/dist/model/NotefileSchema.js +19 -18
  101. package/dist/model/NotehubRoute.js +112 -98
  102. package/dist/model/NotehubRouteSummary.js +23 -23
  103. package/dist/model/OAuth2Error.js +20 -20
  104. package/dist/model/OAuth2TokenResponse.js +23 -23
  105. package/dist/model/PersonalAccessToken.js +34 -34
  106. package/dist/model/PersonalAccessTokenCreatedBy.js +17 -17
  107. package/dist/model/PersonalAccessTokenInfo.js +18 -18
  108. package/dist/model/PersonalAccessTokenSecret.js +12 -12
  109. package/dist/model/Product.js +26 -26
  110. package/dist/model/Project.js +34 -34
  111. package/dist/model/ProjectMember.js +22 -22
  112. package/dist/model/{PostProvisionProjectDeviceRequest.js → ProvisionDeviceRequest.js} +36 -36
  113. package/dist/model/ProxyRoute.js +29 -29
  114. package/dist/model/QubitroRoute.js +33 -33
  115. package/dist/model/RadRoute.js +31 -31
  116. package/dist/model/Repository.js +22 -22
  117. package/dist/model/Role.js +9 -9
  118. package/dist/model/RouteLog.js +38 -38
  119. package/dist/model/RouteTransformSettings.js +18 -18
  120. package/dist/model/S3ArchiveRoute.js +79 -79
  121. package/dist/model/SatellitePlan.js +26 -26
  122. package/dist/model/SchemaProperty.js +38 -36
  123. package/dist/model/{HandleNoteSignal200Response.js → SignalDevice200Response.js} +21 -21
  124. package/dist/model/SimUsage.js +19 -19
  125. package/dist/model/SlackBearerNotification.js +25 -25
  126. package/dist/model/SlackRoute.js +48 -48
  127. package/dist/model/SlackWebHookNotification.js +20 -20
  128. package/dist/model/SnowflakeRoute.js +45 -45
  129. package/dist/model/SnowpipeStreamingRoute.js +223 -0
  130. package/dist/model/ThingworxRoute.js +33 -33
  131. package/dist/model/TowerLocation.js +54 -54
  132. package/dist/model/TwilioRoute.js +43 -43
  133. package/dist/model/UpdateFleetRequest.js +30 -30
  134. package/dist/model/UploadMetadata.js +64 -64
  135. package/dist/model/UsageData.js +18 -18
  136. package/dist/model/UsageEventsData.js +40 -29
  137. package/dist/model/UsageEventsResponse.js +12 -11
  138. package/dist/model/UsageRouteLogsData.js +27 -27
  139. package/dist/model/UsageSessionsData.js +27 -27
  140. package/dist/model/UserDfuStateMachine.js +20 -20
  141. package/dist/model/UserDfuStateMachineStatus.js +20 -20
  142. package/dist/model/UserFirmwareInfo.js +12 -12
  143. package/dist/model/WebhookSettings.js +15 -15
  144. package/package.json +3 -3
@@ -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
- * Alert service.
30
- * @module api/AlertApi
31
- * @version 2.3.0
32
- */
29
+ * Alert service.
30
+ * @module api/AlertApi
31
+ * @version 3.0.0-beta.2
32
+ */
33
33
  var AlertApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
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
- */
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["pageSize"],
69
- pageNum: opts["pageNum"],
70
- monitorUID: opts["monitorUID"]
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 = ["personalAccessToken"];
74
+ var authNames = ['personalAccessToken'];
75
75
  var contentTypes = [];
76
- var accepts = ["application/json"];
76
+ var accepts = ['application/json'];
77
77
  var returnType = _GetAlerts200Response["default"];
78
- return this.apiClient.callApi("/v1/projects/{projectOrProductUID}/alerts", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
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
  }, {
@@ -17,7 +17,7 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
17
17
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
18
18
  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); } /**
19
19
  * Notehub API
20
- * The OpenAPI definition for the Notehub.io API.
20
+ * The OpenAPI definition for the Notehub.io API.
21
21
  *
22
22
  * The version of the OpenAPI document: 1.2.0
23
23
  * Contact: engineering@blues.io
@@ -28,18 +28,18 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  *
29
29
  */
30
30
  /**
31
- * Authorization service.
32
- * @module api/AuthorizationApi
33
- * @version 2.3.0
34
- */
31
+ * Authorization service.
32
+ * @module api/AuthorizationApi
33
+ * @version 3.0.0-beta.2
34
+ */
35
35
  var AuthorizationApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
37
- * Constructs a new AuthorizationApi.
38
- * @alias module:api/AuthorizationApi
39
- * @class
40
- * @param {module:ApiClient} [apiClient] Optional API client implementation to use,
41
- * default to {@link module:ApiClient#instance} if unspecified.
42
- */
37
+ * Constructs a new AuthorizationApi.
38
+ * @alias module:api/AuthorizationApi
39
+ * @class
40
+ * @param {module:ApiClient} [apiClient] Optional API client implementation to use,
41
+ * default to {@link module:ApiClient#instance} if unspecified.
42
+ */
43
43
  function AuthorizationApi(apiClient) {
44
44
  _classCallCheck(this, AuthorizationApi);
45
45
  this.apiClient = apiClient || _ApiClient["default"].instance;
@@ -47,7 +47,7 @@ var AuthorizationApi = exports["default"] = /*#__PURE__*/function () {
47
47
 
48
48
  /**
49
49
  * Gets an API key from username and password
50
- * @param {module:model/LoginRequest} loginRequest
50
+ * @param {module:model/LoginRequest} loginRequest
51
51
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/Login200Response} and HTTP response
52
52
  */
53
53
  return _createClass(AuthorizationApi, [{
@@ -63,15 +63,15 @@ var AuthorizationApi = exports["default"] = /*#__PURE__*/function () {
63
63
  var headerParams = {};
64
64
  var formParams = {};
65
65
  var authNames = [];
66
- var contentTypes = ["application/json"];
67
- var accepts = ["application/json"];
66
+ var contentTypes = ['application/json'];
67
+ var accepts = ['application/json'];
68
68
  var returnType = _Login200Response["default"];
69
- return this.apiClient.callApi("/auth/login", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
69
+ return this.apiClient.callApi('/auth/login', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
70
70
  }
71
71
 
72
72
  /**
73
73
  * Gets an API key from username and password
74
- * @param {module:model/LoginRequest} loginRequest
74
+ * @param {module:model/LoginRequest} loginRequest
75
75
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/Login200Response}
76
76
  */
77
77
  }, {
@@ -84,10 +84,10 @@ var AuthorizationApi = exports["default"] = /*#__PURE__*/function () {
84
84
 
85
85
  /**
86
86
  * Issue an OAuth 2.0 access token (Client Credentials)
87
- * Exchanges client credentials for an access token. Parameters must be sent as application/x-www-form-urlencoded.
88
- * @param {String} clientId
89
- * @param {String} clientSecret
90
- * @param {module:model/String} grantType
87
+ * Exchanges client credentials for an access token. Parameters must be sent as application/x-www-form-urlencoded.
88
+ * @param {String} clientId
89
+ * @param {String} clientSecret
90
+ * @param {module:model/String} grantType
91
91
  * @param {Object} opts Optional parameters
92
92
  * @param {String} opts.scope Space-delimited scopes.
93
93
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/OAuth2TokenResponse} and HTTP response
@@ -113,24 +113,24 @@ var AuthorizationApi = exports["default"] = /*#__PURE__*/function () {
113
113
  var queryParams = {};
114
114
  var headerParams = {};
115
115
  var formParams = {
116
- client_id: clientId,
117
- client_secret: clientSecret,
118
- grant_type: grantType,
119
- scope: opts["scope"]
116
+ 'client_id': clientId,
117
+ 'client_secret': clientSecret,
118
+ 'grant_type': grantType,
119
+ 'scope': opts['scope']
120
120
  };
121
121
  var authNames = [];
122
- var contentTypes = ["application/x-www-form-urlencoded"];
123
- var accepts = ["application/json"];
122
+ var contentTypes = ['application/x-www-form-urlencoded'];
123
+ var accepts = ['application/json'];
124
124
  var returnType = _OAuth2TokenResponse["default"];
125
- return this.apiClient.callApi("/oauth2/token", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
125
+ return this.apiClient.callApi('/oauth2/token', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
126
126
  }
127
127
 
128
128
  /**
129
129
  * Issue an OAuth 2.0 access token (Client Credentials)
130
- * Exchanges client credentials for an access token. Parameters must be sent as application/x-www-form-urlencoded.
131
- * @param {String} clientId
132
- * @param {String} clientSecret
133
- * @param {module:model/String} grantType
130
+ * Exchanges client credentials for an access token. Parameters must be sent as application/x-www-form-urlencoded.
131
+ * @param {String} clientId
132
+ * @param {String} clientSecret
133
+ * @param {module:model/String} grantType
134
134
  * @param {Object} opts Optional parameters
135
135
  * @param {String} opts.scope Space-delimited scopes.
136
136
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/OAuth2TokenResponse}
@@ -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
- * BillingAccount service.
30
- * @module api/BillingAccountApi
31
- * @version 2.3.0
32
- */
29
+ * BillingAccount service.
30
+ * @module api/BillingAccountApi
31
+ * @version 3.0.0-beta.2
32
+ */
33
33
  var BillingAccountApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
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
- */
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 = ["personalAccessToken"];
58
+ var authNames = ['personalAccessToken'];
59
59
  var contentTypes = [];
60
- var accepts = ["application/json"];
60
+ var accepts = ['application/json'];
61
61
  var returnType = _GetBillingAccounts200Response["default"];
62
- return this.apiClient.callApi("/v1/billing-accounts", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
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
  /**