@gobodo/gobodo-api 0.1.56 → 0.1.59

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 (217) hide show
  1. package/README.md +46 -12
  2. package/dist/ApiClient.js +20 -21
  3. package/dist/api/ActionTypesApi.js +19 -20
  4. package/dist/api/AdCampaignsApi.js +19 -20
  5. package/dist/api/AdManagementApi.js +19 -20
  6. package/dist/api/AdminDataManagementApi.js +19 -20
  7. package/dist/api/AdsApi.js +19 -20
  8. package/dist/api/AttachmentsApi.js +19 -20
  9. package/dist/api/AuthenticationApi.js +55 -20
  10. package/dist/api/CategoriesApi.js +19 -20
  11. package/dist/api/CommentsApi.js +19 -20
  12. package/dist/api/ContentManagementApi.js +20 -21
  13. package/dist/api/ConversationsApi.js +19 -20
  14. package/dist/api/DataSheetImportsApi.js +19 -20
  15. package/dist/api/DefaultApi.js +25 -366
  16. package/dist/api/DocumentsApi.js +20 -21
  17. package/dist/api/EmailsApi.js +19 -20
  18. package/dist/api/EntryPartsApi.js +19 -20
  19. package/dist/api/FacebookApi.js +19 -20
  20. package/dist/api/FieldsApi.js +19 -20
  21. package/dist/api/FilesApi.js +19 -20
  22. package/dist/api/FormsApi.js +19 -20
  23. package/dist/api/FunctionsApi.js +721 -32
  24. package/dist/api/GeocodeApi.js +19 -20
  25. package/dist/api/GoogleApi.js +19 -20
  26. package/dist/api/GraphActionTypesApi.js +510 -0
  27. package/dist/api/GraphActionsApi.js +19 -20
  28. package/dist/api/GraphObjectTypesApi.js +151 -27
  29. package/dist/api/GraphObjectsApi.js +19 -20
  30. package/dist/api/GraphRelationshipTypesApi.js +144 -20
  31. package/dist/api/GraphRelationshipsApi.js +19 -20
  32. package/dist/api/GraphSchemasApi.js +19 -20
  33. package/dist/api/GraphTraversalApi.js +19 -20
  34. package/dist/api/GraphsApi.js +19 -20
  35. package/dist/api/GroupsApi.js +19 -20
  36. package/dist/api/IAMApi.js +19 -20
  37. package/dist/api/ImagesApi.js +19 -20
  38. package/dist/api/InvitesApi.js +19 -20
  39. package/dist/api/LikesApi.js +19 -20
  40. package/dist/api/LinkedINApi.js +19 -20
  41. package/dist/api/LiveMeetingsApi.js +19 -20
  42. package/dist/api/MeetingEventsApi.js +19 -20
  43. package/dist/api/NotificationsApi.js +39 -40
  44. package/dist/api/PagesApi.js +19 -20
  45. package/dist/api/PhoneNumbersApi.js +19 -20
  46. package/dist/api/PostsApi.js +19 -20
  47. package/dist/api/PrivateMessagesApi.js +19 -20
  48. package/dist/api/PublicationsApi.js +19 -20
  49. package/dist/api/ScreensApi.js +19 -20
  50. package/dist/api/SocialIntegrationApi.js +19 -20
  51. package/dist/api/StripeAccountsApi.js +19 -20
  52. package/dist/api/TagsApi.js +19 -20
  53. package/dist/api/TemplatesApi.js +19 -20
  54. package/dist/api/ThemeMappingsApi.js +19 -20
  55. package/dist/api/TopicsApi.js +320 -27
  56. package/dist/api/TransactionsApi.js +19 -20
  57. package/dist/api/TwitterApi.js +19 -20
  58. package/dist/api/UserTagsApi.js +19 -20
  59. package/dist/api/UsersApi.js +19 -20
  60. package/dist/api/UtilsApi.js +19 -20
  61. package/dist/api/VideosApi.js +19 -20
  62. package/dist/index.js +90 -6
  63. package/dist/model/APIClient.js +19 -20
  64. package/dist/model/AccountSessionInput.js +19 -20
  65. package/dist/model/AccountSessionResponse.js +19 -20
  66. package/dist/model/ApplicationPaymentAccountResponse.js +19 -20
  67. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +22 -23
  68. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +19 -20
  69. package/dist/model/Article.js +19 -20
  70. package/dist/model/AuthResponse.js +19 -20
  71. package/dist/model/AwsSettings.js +140 -0
  72. package/dist/model/Balance.js +50 -51
  73. package/dist/model/BalanceDetails.js +19 -20
  74. package/dist/model/BalanceResponse.js +19 -20
  75. package/dist/model/BankAccountInfo.js +19 -20
  76. package/dist/model/CardInfo.js +19 -20
  77. package/dist/model/Comment.js +31 -32
  78. package/dist/model/Coordinates.js +19 -20
  79. package/dist/model/CreateAccountResponse.js +19 -20
  80. package/dist/model/CreateFunctionInput.js +22 -23
  81. package/dist/model/CreateStripeAccountInput.js +19 -20
  82. package/dist/model/CreateStripeCustomerInput.js +19 -20
  83. package/dist/model/CreateTopicInput.js +22 -23
  84. package/dist/model/CreateTopicListenerInput.js +22 -23
  85. package/dist/model/CustomerResponse.js +19 -20
  86. package/dist/model/DataObject.js +19 -20
  87. package/dist/model/DataSheetImport.js +19 -20
  88. package/dist/model/DataSheetImportPrivacySettings.js +19 -20
  89. package/dist/model/DataSheetImportSummary.js +22 -23
  90. package/dist/model/DeviceRegistrationRequest.js +22 -23
  91. package/dist/model/Document.js +22 -23
  92. package/dist/model/DocumentPart.js +22 -23
  93. package/dist/model/DocumentPartType.js +19 -20
  94. package/dist/model/DocumentType.js +27 -28
  95. package/dist/model/EmailAddress.js +19 -20
  96. package/dist/model/FieldMapping.js +19 -20
  97. package/dist/model/Fields.js +33 -34
  98. package/dist/model/File.js +19 -20
  99. package/dist/model/FileAttachmentUploadObject.js +19 -20
  100. package/dist/model/Filter.js +19 -20
  101. package/dist/model/FilterManager.js +22 -23
  102. package/dist/model/Form.js +22 -23
  103. package/dist/model/FormSection.js +22 -23
  104. package/dist/model/FormSubmission.js +31 -32
  105. package/dist/model/FunctionConfigInput.js +81 -23
  106. package/dist/model/FunctionEnvironmentConfig.js +22 -23
  107. package/dist/model/FunctionInput.js +190 -0
  108. package/dist/model/FunctionOutput.js +182 -0
  109. package/dist/model/Geocode.js +19 -20
  110. package/dist/model/GeocodePayload.js +19 -20
  111. package/dist/model/GeolocationInput.js +22 -23
  112. package/dist/model/GetFunctionConfig.js +364 -0
  113. package/dist/model/GetFunctionEnvironmentConfig.js +170 -0
  114. package/dist/model/GetFunctionResponse.js +39 -36
  115. package/dist/model/GoogleCloudSettings.js +126 -0
  116. package/dist/model/Graph.js +19 -20
  117. package/dist/model/GraphAction.js +28 -29
  118. package/dist/model/GraphDatabaseService.js +19 -20
  119. package/dist/model/GraphGeocode.js +19 -20
  120. package/dist/model/GraphIteratorEntryPart.js +22 -23
  121. package/dist/model/GraphObject.js +19 -20
  122. package/dist/model/GraphObjectPayload.js +22 -23
  123. package/dist/model/GraphObjectSchema.js +19 -20
  124. package/dist/model/GraphObjectType.js +19 -20
  125. package/dist/model/GraphObjectTypeSchema.js +22 -23
  126. package/dist/model/GraphOwner.js +19 -20
  127. package/dist/model/GraphRelationship.js +28 -29
  128. package/dist/model/GraphRelationshipPayload.js +19 -20
  129. package/dist/model/GraphRelationshipType.js +31 -32
  130. package/dist/model/GraphSchema.js +27 -28
  131. package/dist/model/GraphTraversalInput.js +19 -20
  132. package/dist/model/Image.js +27 -28
  133. package/dist/model/ImageUploadObject.js +27 -28
  134. package/dist/model/InputPart.js +19 -20
  135. package/dist/model/InputPartMediaType.js +19 -20
  136. package/dist/model/KafkaSettings.js +150 -0
  137. package/dist/model/Link.js +30 -31
  138. package/dist/model/LiveStreamInfo.js +19 -20
  139. package/dist/model/MeetingEvent.js +27 -28
  140. package/dist/model/MeetingEventTimezone.js +19 -20
  141. package/dist/model/MeetingInfo.js +19 -20
  142. package/dist/model/Member.js +19 -20
  143. package/dist/model/MemberGroupCategory.js +19 -20
  144. package/dist/model/MemberList.js +32 -34
  145. package/dist/model/MessageGroup.js +19 -20
  146. package/dist/model/MultipartBody.js +19 -20
  147. package/dist/model/NotificationInput.js +22 -23
  148. package/dist/model/NotificationResponse.js +194 -0
  149. package/dist/model/Objecttype.js +22 -23
  150. package/dist/model/OutParameter.js +126 -0
  151. package/dist/model/Page.js +26 -27
  152. package/dist/model/PageSchema.js +19 -20
  153. package/dist/model/Pageable.js +19 -20
  154. package/dist/model/Parameter.js +126 -0
  155. package/dist/model/Path.js +22 -23
  156. package/dist/model/PaymentAccountObject.js +19 -20
  157. package/dist/model/PaymentIntentInput.js +19 -20
  158. package/dist/model/PaymentIntentResponse.js +19 -20
  159. package/dist/model/PaymentMethod.js +26 -27
  160. package/dist/model/PaymentMethodInput.js +19 -20
  161. package/dist/model/PaymentMethodResponse.js +19 -20
  162. package/dist/model/PaymentMethodsResponse.js +22 -23
  163. package/dist/model/Payout.js +19 -20
  164. package/dist/model/PayoutInput.js +22 -23
  165. package/dist/model/PayoutResponse.js +19 -20
  166. package/dist/model/PhoneNumber.js +19 -20
  167. package/dist/model/Post.js +19 -20
  168. package/dist/model/PrivateMessage.js +19 -20
  169. package/dist/model/PrivateMessageConversation.js +32 -33
  170. package/dist/model/PrivateMessageConversationSchema.js +22 -23
  171. package/dist/model/Profile.js +19 -20
  172. package/dist/model/Profiletype.js +22 -23
  173. package/dist/model/PropertyContainer.js +19 -20
  174. package/dist/model/PurgeDataDefaultResponseValue.js +19 -20
  175. package/dist/model/RelationshipMapping.js +22 -23
  176. package/dist/model/ScreenSchema.js +19 -20
  177. package/dist/model/SimulcastInfo.js +19 -20
  178. package/dist/model/SkinField.js +33 -34
  179. package/dist/model/SocialGroup.js +27 -28
  180. package/dist/model/SocialGroupType.js +19 -20
  181. package/dist/model/Sort.js +19 -20
  182. package/dist/model/SourceTypes.js +19 -20
  183. package/dist/model/StatusUpdate.js +19 -20
  184. package/dist/model/StreetAddress.js +19 -20
  185. package/dist/model/StripeAccount.js +19 -20
  186. package/dist/model/StripeCustomerAccount.js +19 -20
  187. package/dist/model/Template.js +27 -28
  188. package/dist/model/TemplateSchema.js +27 -28
  189. package/dist/model/ThemeMapping.js +19 -20
  190. package/dist/model/ThemeMappingPayload.js +19 -20
  191. package/dist/model/TopicInfoResponse.js +103 -23
  192. package/dist/model/TopicMessageInput.js +122 -0
  193. package/dist/model/TopicSubscriptionResponse.js +150 -0
  194. package/dist/model/Transaction.js +19 -20
  195. package/dist/model/Transfer.js +19 -20
  196. package/dist/model/TransferInput.js +22 -23
  197. package/dist/model/TransferResponse.js +19 -20
  198. package/dist/model/TransferResponsePaymentMethodDetails.js +19 -20
  199. package/dist/model/TraversalRelationResponse.js +22 -23
  200. package/dist/model/User.js +19 -20
  201. package/dist/model/UserDataPayload.js +19 -20
  202. package/dist/model/UserDomain.js +19 -20
  203. package/dist/model/UserInvite.js +19 -20
  204. package/dist/model/UserInviteInput.js +19 -20
  205. package/dist/model/UserSchema.js +19 -20
  206. package/dist/model/UserTag.js +19 -20
  207. package/dist/model/Userid.js +19 -20
  208. package/dist/model/Video.js +27 -28
  209. package/dist/model/VideoLiveUrl.js +30 -31
  210. package/dist/model/VideoSchema.js +27 -28
  211. package/dist/model/VideoUploadObject.js +27 -28
  212. package/dist/model/ZeusPortalCategory.js +19 -20
  213. package/package.json +3 -1
  214. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +0 -135
  215. package/dist/model/InputPartHeaders.js +0 -88
  216. package/dist/model/Notification.js +0 -210
  217. package/dist/model/PurgeDataDefaultResponse.js +0 -144
@@ -11,28 +11,28 @@ var _DataSheetImportSummary = _interopRequireDefault(require("../model/DataSheet
11
11
  var _FieldMapping = _interopRequireDefault(require("../model/FieldMapping"));
12
12
  var _InputPart = _interopRequireDefault(require("../model/InputPart"));
13
13
  var _RelationshipMapping = _interopRequireDefault(require("../model/RelationshipMapping"));
14
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
15
15
  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); }
16
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
17
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
19
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
20
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
21
- * gobodo-api
22
- * REST Interface for Gobodo API
23
- *
24
- * The version of the OpenAPI document: 0.1.56
25
- * Contact: info@gobodo.io
26
- *
27
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
28
- * https://openapi-generator.tech
29
- * Do not edit the class manually.
30
- *
31
- */
16
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
17
+ 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); } }
18
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
19
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
20
+ 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); } /**
21
+ * gobodo-api
22
+ * REST Interface for Gobodo API
23
+ *
24
+ * The version of the OpenAPI document: 0.1.59
25
+ * Contact: info@gobodo.io
26
+ *
27
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
28
+ * https://openapi-generator.tech
29
+ * Do not edit the class manually.
30
+ *
31
+ */
32
32
  /**
33
33
  * DataSheetImports service.
34
34
  * @module api/DataSheetImportsApi
35
- * @version 0.1.56
35
+ * @version 0.1.59
36
36
  */
37
37
  var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
38
38
  /**
@@ -74,7 +74,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
74
74
  * @param {String} [transactionid] The id of the transaction this operation is being run in
75
75
  * @param {module:api/DataSheetImportsApi~addDataSheetImportGeocodeMappingCallback} callback The callback function, accepting three arguments: error, data, response
76
76
  */
77
- _createClass(DataSheetImportsApi, [{
77
+ return _createClass(DataSheetImportsApi, [{
78
78
  key: "addDataSheetImportGeocodeMapping",
79
79
  value: function addDataSheetImportGeocodeMapping(dsimportid, sheetprop, body, opts, callback) {
80
80
  opts = opts || {};
@@ -1016,5 +1016,4 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
1016
1016
  return this.apiClient.callApi('/graph/data/datasheetimport/{dsimportid}/datasheet', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1017
1017
  }
1018
1018
  }]);
1019
- return DataSheetImportsApi;
1020
1019
  }();
@@ -7,28 +7,28 @@ exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _APIClient = _interopRequireDefault(require("../model/APIClient"));
9
9
  var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
11
  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); }
12
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
13
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
14
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
15
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
16
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
17
- * gobodo-api
18
- * REST Interface for Gobodo API
19
- *
20
- * The version of the OpenAPI document: 0.1.56
21
- * Contact: info@gobodo.io
22
- *
23
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
24
- * https://openapi-generator.tech
25
- * Do not edit the class manually.
26
- *
27
- */
12
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
13
+ 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); } }
14
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
15
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
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
+ * gobodo-api
18
+ * REST Interface for Gobodo API
19
+ *
20
+ * The version of the OpenAPI document: 0.1.59
21
+ * Contact: info@gobodo.io
22
+ *
23
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
24
+ * https://openapi-generator.tech
25
+ * Do not edit the class manually.
26
+ *
27
+ */
28
28
  /**
29
29
  * Default service.
30
30
  * @module api/DefaultApi
31
- * @version 0.1.56
31
+ * @version 0.1.59
32
32
  */
33
33
  var DefaultApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -44,15 +44,15 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
44
44
  }
45
45
 
46
46
  /**
47
- * Callback function to receive the result of the addEndObjectTypes operation.
48
- * @callback module:api/DefaultApi~addEndObjectTypesCallback
47
+ * Callback function to receive the result of the createApiClient operation.
48
+ * @callback module:api/DefaultApi~createApiClientCallback
49
49
  * @param {String} error Error message, if any.
50
- * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
50
+ * @param {Array.<module:model/APIClient>} data The data returned by the service call.
51
51
  * @param {String} response The complete HTTP response.
52
52
  */
53
53
 
54
54
  /**
55
- * @param {Number} id
55
+ * @param {Array.<module:model/APIClient>} aPIClient API Client Object
56
56
  * @param {Object} opts Optional parameters
57
57
  * @param {String} [authorization] The authorization token of the logged in user
58
58
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -64,68 +64,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
64
64
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
65
65
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
66
66
  * @param {String} [transactionid] The id of the transaction this operation is being run in
67
- * @param {Array.<module:model/PurgeDataDefaultResponseValue>} [purgeDataDefaultResponseValue]
68
- * @param {module:api/DefaultApi~addEndObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
69
- * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
67
+ * @param {module:api/DefaultApi~createApiClientCallback} callback The callback function, accepting three arguments: error, data, response
68
+ * data is of type: {@link Array.<module:model/APIClient>}
70
69
  */
71
- _createClass(DefaultApi, [{
72
- key: "addEndObjectTypes",
73
- value: function addEndObjectTypes(id, opts, callback) {
74
- opts = opts || {};
75
- var postBody = opts['purgeDataDefaultResponseValue'];
76
- // verify the required parameter 'id' is set
77
- if (id === undefined || id === null) {
78
- throw new Error("Missing the required parameter 'id' when calling addEndObjectTypes");
79
- }
80
- var pathParams = {
81
- 'id': id
82
- };
83
- var queryParams = {};
84
- var headerParams = {
85
- 'Authorization': opts['authorization'],
86
- 'cacheduration': opts['cacheduration'],
87
- 'cachegroup': opts['cachegroup'],
88
- 'cachekey': opts['cachekey'],
89
- 'cachescope': opts['cachescope'],
90
- 'cacheuser': opts['cacheuser'],
91
- 'zeusportal-postas-app': opts['zeusportalPostasApp'],
92
- 'zeusportal-postas': opts['zeusportalPostas'],
93
- 'zeusportal-postas-site': opts['zeusportalPostasSite'],
94
- 'transactionid': opts['transactionid']
95
- };
96
- var formParams = {};
97
- var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
98
- var contentTypes = ['application/json'];
99
- var accepts = ['application/json'];
100
- var returnType = _PurgeDataDefaultResponseValue["default"];
101
- return this.apiClient.callApi('/graph/data/actiontype/{id}/endobjecttypes', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
102
- }
103
-
104
- /**
105
- * Callback function to receive the result of the createApiClient operation.
106
- * @callback module:api/DefaultApi~createApiClientCallback
107
- * @param {String} error Error message, if any.
108
- * @param {Array.<module:model/APIClient>} data The data returned by the service call.
109
- * @param {String} response The complete HTTP response.
110
- */
111
-
112
- /**
113
- * @param {Array.<module:model/APIClient>} aPIClient API Client Object
114
- * @param {Object} opts Optional parameters
115
- * @param {String} [authorization] The authorization token of the logged in user
116
- * @param {Number} [cacheduration] The how long the cache entry should persist
117
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
118
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
119
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
120
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
121
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
122
- * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
123
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
124
- * @param {String} [transactionid] The id of the transaction this operation is being run in
125
- * @param {module:api/DefaultApi~createApiClientCallback} callback The callback function, accepting three arguments: error, data, response
126
- * data is of type: {@link Array.<module:model/APIClient>}
127
- */
128
- }, {
70
+ return _createClass(DefaultApi, [{
129
71
  key: "createApiClient",
130
72
  value: function createApiClient(aPIClient, opts, callback) {
131
73
  opts = opts || {};
@@ -300,116 +242,6 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
300
242
  return this.apiClient.callApi('/graph/data/api/clients/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
301
243
  }
302
244
 
303
- /**
304
- * Callback function to receive the result of the get5 operation.
305
- * @callback module:api/DefaultApi~get5Callback
306
- * @param {String} error Error message, if any.
307
- * @param data This operation does not return a value.
308
- * @param {String} response The complete HTTP response.
309
- */
310
-
311
- /**
312
- * Root for the API
313
- * @param {Object} opts Optional parameters
314
- * @param {String} [authorization] The authorization token of the logged in user
315
- * @param {Number} [cacheduration] The how long the cache entry should persist
316
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
317
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
318
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
319
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
320
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
321
- * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
322
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
323
- * @param {String} [transactionid] The id of the transaction this operation is being run in
324
- * @param {module:api/DefaultApi~get5Callback} callback The callback function, accepting three arguments: error, data, response
325
- */
326
- }, {
327
- key: "get5",
328
- value: function get5(opts, callback) {
329
- opts = opts || {};
330
- var postBody = null;
331
- var pathParams = {};
332
- var queryParams = {};
333
- var headerParams = {
334
- 'Authorization': opts['authorization'],
335
- 'cacheduration': opts['cacheduration'],
336
- 'cachegroup': opts['cachegroup'],
337
- 'cachekey': opts['cachekey'],
338
- 'cachescope': opts['cachescope'],
339
- 'cacheuser': opts['cacheuser'],
340
- 'zeusportal-postas-app': opts['zeusportalPostasApp'],
341
- 'zeusportal-postas': opts['zeusportalPostas'],
342
- 'zeusportal-postas-site': opts['zeusportalPostasSite'],
343
- 'transactionid': opts['transactionid']
344
- };
345
- var formParams = {};
346
- var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
347
- var contentTypes = [];
348
- var accepts = ['*/*'];
349
- var returnType = null;
350
- return this.apiClient.callApi('/graph/data/actiontype', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
351
- }
352
-
353
- /**
354
- * Callback function to receive the result of the get6 operation.
355
- * @callback module:api/DefaultApi~get6Callback
356
- * @param {String} error Error message, if any.
357
- * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} data The data returned by the service call.
358
- * @param {String} response The complete HTTP response.
359
- */
360
-
361
- /**
362
- * Gets and object by id
363
- * @param {Number} id
364
- * @param {Object} opts Optional parameters
365
- * @param {String} [authorization] The authorization token of the logged in user
366
- * @param {Number} [cacheduration] The how long the cache entry should persist
367
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
368
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
369
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
370
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
371
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
372
- * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
373
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
374
- * @param {String} [transactionid] The id of the transaction this operation is being run in
375
- * @param {module:api/DefaultApi~get6Callback} callback The callback function, accepting three arguments: error, data, response
376
- * data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
377
- */
378
- }, {
379
- key: "get6",
380
- value: function get6(id, opts, callback) {
381
- opts = opts || {};
382
- var postBody = null;
383
- // verify the required parameter 'id' is set
384
- if (id === undefined || id === null) {
385
- throw new Error("Missing the required parameter 'id' when calling get6");
386
- }
387
- var pathParams = {
388
- 'id': id
389
- };
390
- var queryParams = {};
391
- var headerParams = {
392
- 'Authorization': opts['authorization'],
393
- 'cacheduration': opts['cacheduration'],
394
- 'cachegroup': opts['cachegroup'],
395
- 'cachekey': opts['cachekey'],
396
- 'cachescope': opts['cachescope'],
397
- 'cacheuser': opts['cacheuser'],
398
- 'zeusportal-postas-app': opts['zeusportalPostasApp'],
399
- 'zeusportal-postas': opts['zeusportalPostas'],
400
- 'zeusportal-postas-site': opts['zeusportalPostasSite'],
401
- 'transactionid': opts['transactionid']
402
- };
403
- var formParams = {};
404
- var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
405
- var contentTypes = [];
406
- var accepts = ['application/json'];
407
- var returnType = {
408
- 'String': _PurgeDataDefaultResponseValue["default"]
409
- };
410
- return this.apiClient.callApi('/graph/data/actiontype/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
411
- }
412
-
413
245
  /**
414
246
  * Callback function to receive the result of the getApiClientById operation.
415
247
  * @callback module:api/DefaultApi~getApiClientByIdCallback
@@ -463,120 +295,6 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
463
295
  return this.apiClient.callApi('/graph/data/api/clients/{key}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
464
296
  }
465
297
 
466
- /**
467
- * Callback function to receive the result of the getEndObjectTypes operation.
468
- * @callback module:api/DefaultApi~getEndObjectTypesCallback
469
- * @param {String} error Error message, if any.
470
- * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
471
- * @param {String} response The complete HTTP response.
472
- */
473
-
474
- /**
475
- * @param {Number} id
476
- * @param {Object} opts Optional parameters
477
- * @param {String} [authorization] The authorization token of the logged in user
478
- * @param {Number} [cacheduration] The how long the cache entry should persist
479
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
480
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
481
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
482
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
483
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
484
- * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
485
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
486
- * @param {String} [transactionid] The id of the transaction this operation is being run in
487
- * @param {module:api/DefaultApi~getEndObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
488
- * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
489
- */
490
- }, {
491
- key: "getEndObjectTypes",
492
- value: function getEndObjectTypes(id, opts, callback) {
493
- opts = opts || {};
494
- var postBody = null;
495
- // verify the required parameter 'id' is set
496
- if (id === undefined || id === null) {
497
- throw new Error("Missing the required parameter 'id' when calling getEndObjectTypes");
498
- }
499
- var pathParams = {
500
- 'id': id
501
- };
502
- var queryParams = {};
503
- var headerParams = {
504
- 'Authorization': opts['authorization'],
505
- 'cacheduration': opts['cacheduration'],
506
- 'cachegroup': opts['cachegroup'],
507
- 'cachekey': opts['cachekey'],
508
- 'cachescope': opts['cachescope'],
509
- 'cacheuser': opts['cacheuser'],
510
- 'zeusportal-postas-app': opts['zeusportalPostasApp'],
511
- 'zeusportal-postas': opts['zeusportalPostas'],
512
- 'zeusportal-postas-site': opts['zeusportalPostasSite'],
513
- 'transactionid': opts['transactionid']
514
- };
515
- var formParams = {};
516
- var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
517
- var contentTypes = [];
518
- var accepts = ['application/json'];
519
- var returnType = _PurgeDataDefaultResponseValue["default"];
520
- return this.apiClient.callApi('/graph/data/actiontype/{id}/endobjecttypes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
521
- }
522
-
523
- /**
524
- * Callback function to receive the result of the getFields operation.
525
- * @callback module:api/DefaultApi~getFieldsCallback
526
- * @param {String} error Error message, if any.
527
- * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
528
- * @param {String} response The complete HTTP response.
529
- */
530
-
531
- /**
532
- * @param {Number} id
533
- * @param {Object} opts Optional parameters
534
- * @param {String} [authorization] The authorization token of the logged in user
535
- * @param {Number} [cacheduration] The how long the cache entry should persist
536
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
537
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
538
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
539
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
540
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
541
- * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
542
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
543
- * @param {String} [transactionid] The id of the transaction this operation is being run in
544
- * @param {module:api/DefaultApi~getFieldsCallback} callback The callback function, accepting three arguments: error, data, response
545
- * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
546
- */
547
- }, {
548
- key: "getFields",
549
- value: function getFields(id, opts, callback) {
550
- opts = opts || {};
551
- var postBody = null;
552
- // verify the required parameter 'id' is set
553
- if (id === undefined || id === null) {
554
- throw new Error("Missing the required parameter 'id' when calling getFields");
555
- }
556
- var pathParams = {
557
- 'id': id
558
- };
559
- var queryParams = {};
560
- var headerParams = {
561
- 'Authorization': opts['authorization'],
562
- 'cacheduration': opts['cacheduration'],
563
- 'cachegroup': opts['cachegroup'],
564
- 'cachekey': opts['cachekey'],
565
- 'cachescope': opts['cachescope'],
566
- 'cacheuser': opts['cacheuser'],
567
- 'zeusportal-postas-app': opts['zeusportalPostasApp'],
568
- 'zeusportal-postas': opts['zeusportalPostas'],
569
- 'zeusportal-postas-site': opts['zeusportalPostasSite'],
570
- 'transactionid': opts['transactionid']
571
- };
572
- var formParams = {};
573
- var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
574
- var contentTypes = [];
575
- var accepts = ['application/json'];
576
- var returnType = _PurgeDataDefaultResponseValue["default"];
577
- return this.apiClient.callApi('/graph/data/actiontype/{id}/fields', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
578
- }
579
-
580
298
  /**
581
299
  * Callback function to receive the result of the resetSecretKey operation.
582
300
  * @callback module:api/DefaultApi~resetSecretKeyCallback
@@ -629,64 +347,5 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
629
347
  var returnType = _APIClient["default"];
630
348
  return this.apiClient.callApi('/graph/data/api/clients/{key}/resetSecretkey', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
631
349
  }
632
-
633
- /**
634
- * Callback function to receive the result of the updateTemplate operation.
635
- * @callback module:api/DefaultApi~updateTemplateCallback
636
- * @param {String} error Error message, if any.
637
- * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
638
- * @param {String} response The complete HTTP response.
639
- */
640
-
641
- /**
642
- * @param {Number} id
643
- * @param {Object} opts Optional parameters
644
- * @param {String} [authorization] The authorization token of the logged in user
645
- * @param {Number} [cacheduration] The how long the cache entry should persist
646
- * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
647
- * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
648
- * @param {module:model/String} [cachescope] The scope of storage of the cache item
649
- * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
650
- * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
651
- * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
652
- * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
653
- * @param {String} [transactionid] The id of the transaction this operation is being run in
654
- * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
655
- * @param {module:api/DefaultApi~updateTemplateCallback} callback The callback function, accepting three arguments: error, data, response
656
- * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
657
- */
658
- }, {
659
- key: "updateTemplate",
660
- value: function updateTemplate(id, opts, callback) {
661
- opts = opts || {};
662
- var postBody = opts['requestBody'];
663
- // verify the required parameter 'id' is set
664
- if (id === undefined || id === null) {
665
- throw new Error("Missing the required parameter 'id' when calling updateTemplate");
666
- }
667
- var pathParams = {
668
- 'id': id
669
- };
670
- var queryParams = {};
671
- var headerParams = {
672
- 'Authorization': opts['authorization'],
673
- 'cacheduration': opts['cacheduration'],
674
- 'cachegroup': opts['cachegroup'],
675
- 'cachekey': opts['cachekey'],
676
- 'cachescope': opts['cachescope'],
677
- 'cacheuser': opts['cacheuser'],
678
- 'zeusportal-postas-app': opts['zeusportalPostasApp'],
679
- 'zeusportal-postas': opts['zeusportalPostas'],
680
- 'zeusportal-postas-site': opts['zeusportalPostasSite'],
681
- 'transactionid': opts['transactionid']
682
- };
683
- var formParams = {};
684
- var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
685
- var contentTypes = ['application/json'];
686
- var accepts = ['application/json'];
687
- var returnType = _PurgeDataDefaultResponseValue["default"];
688
- return this.apiClient.callApi('/graph/data/actiontype/{id}/template', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
689
- }
690
350
  }]);
691
- return DefaultApi;
692
351
  }();
@@ -8,29 +8,29 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _Document = _interopRequireDefault(require("../model/Document"));
9
9
  var _DocumentPart = _interopRequireDefault(require("../model/DocumentPart"));
10
10
  var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
11
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
12
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 _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
15
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
16
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
18
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
19
- * gobodo-api
20
- * REST Interface for Gobodo API
21
- *
22
- * The version of the OpenAPI document: 0.1.56
23
- * Contact: info@gobodo.io
24
- *
25
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
26
- * https://openapi-generator.tech
27
- * Do not edit the class manually.
28
- *
29
- */
13
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
14
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
15
+ 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); } }
16
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
17
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
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
+ * gobodo-api
20
+ * REST Interface for Gobodo API
21
+ *
22
+ * The version of the OpenAPI document: 0.1.59
23
+ * Contact: info@gobodo.io
24
+ *
25
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
26
+ * https://openapi-generator.tech
27
+ * Do not edit the class manually.
28
+ *
29
+ */
30
30
  /**
31
31
  * Documents service.
32
32
  * @module api/DocumentsApi
33
- * @version 0.1.56
33
+ * @version 0.1.59
34
34
  */
35
35
  var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -71,7 +71,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
71
71
  * @param {module:api/DocumentsApi~addDocumentPartCallback} callback The callback function, accepting three arguments: error, data, response
72
72
  * data is of type: {@link Array.<module:model/DocumentPart>}
73
73
  */
74
- _createClass(DocumentsApi, [{
74
+ return _createClass(DocumentsApi, [{
75
75
  key: "addDocumentPart",
76
76
  value: function addDocumentPart(docid, documentPart, opts, callback) {
77
77
  opts = opts || {};
@@ -797,5 +797,4 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
797
797
  return this.apiClient.callApi('/graph/data/articles/entrytype/{typeid}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
798
798
  }
799
799
  }]);
800
- return DocumentsApi;
801
800
  }();