@gobodo/gobodo-api 0.1.58 → 0.1.60

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 +15 -3
  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 +19 -20
  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 +148 -21
  24. package/dist/api/GeocodeApi.js +19 -20
  25. package/dist/api/GoogleApi.js +19 -20
  26. package/dist/api/GraphActionTypesApi.js +19 -20
  27. package/dist/api/GraphActionsApi.js +19 -20
  28. package/dist/api/GraphObjectTypesApi.js +19 -20
  29. package/dist/api/GraphObjectsApi.js +19 -20
  30. package/dist/api/GraphRelationshipTypesApi.js +19 -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 +136 -21
  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 +19 -20
  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 +50 -1
  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 +26 -27
  70. package/dist/model/AuthResponse.js +19 -20
  71. package/dist/model/AwsSettings.js +140 -0
  72. package/dist/model/Balance.js +57 -58
  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 +30 -31
  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 +29 -30
  92. package/dist/model/DocumentPart.js +22 -23
  93. package/dist/model/DocumentPartType.js +26 -27
  94. package/dist/model/DocumentType.js +26 -27
  95. package/dist/model/EmailAddress.js +19 -20
  96. package/dist/model/FieldMapping.js +19 -20
  97. package/dist/model/Fields.js +26 -27
  98. package/dist/model/File.js +31 -32
  99. package/dist/model/FileAttachmentUploadObject.js +31 -32
  100. package/dist/model/Filter.js +19 -20
  101. package/dist/model/FilterManager.js +22 -23
  102. package/dist/model/Form.js +33 -34
  103. package/dist/model/FormSection.js +22 -23
  104. package/dist/model/FormSubmission.js +31 -32
  105. package/dist/model/FunctionConfigInput.js +64 -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 +22 -23
  113. package/dist/model/GetFunctionEnvironmentConfig.js +22 -23
  114. package/dist/model/GetFunctionResponse.js +22 -23
  115. package/dist/model/GoogleCloudSettings.js +126 -0
  116. package/dist/model/Graph.js +19 -20
  117. package/dist/model/GraphAction.js +19 -20
  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 +28 -29
  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 +19 -20
  128. package/dist/model/GraphRelationshipPayload.js +19 -20
  129. package/dist/model/GraphRelationshipType.js +19 -20
  130. package/dist/model/GraphSchema.js +19 -20
  131. package/dist/model/GraphTraversalInput.js +19 -20
  132. package/dist/model/Image.js +39 -40
  133. package/dist/model/ImageUploadObject.js +39 -40
  134. package/dist/model/InputPart.js +29 -30
  135. package/dist/model/InputPartMediaType.js +19 -20
  136. package/dist/model/KafkaSettings.js +150 -0
  137. package/dist/model/Link.js +19 -20
  138. package/dist/model/LiveStreamInfo.js +19 -20
  139. package/dist/model/MeetingEvent.js +26 -27
  140. package/dist/model/MeetingEventTimezone.js +19 -20
  141. package/dist/model/MeetingInfo.js +19 -20
  142. package/dist/model/Member.js +26 -27
  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 +36 -27
  149. package/dist/model/Objecttype.js +22 -23
  150. package/dist/model/OutParameter.js +126 -0
  151. package/dist/model/Page.js +19 -20
  152. package/dist/model/PageSchema.js +30 -31
  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 +19 -20
  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 +26 -27
  179. package/dist/model/SocialGroup.js +19 -20
  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 +19 -20
  188. package/dist/model/TemplateSchema.js +19 -20
  189. package/dist/model/ThemeMapping.js +26 -27
  190. package/dist/model/ThemeMappingPayload.js +19 -20
  191. package/dist/model/TopicInfoResponse.js +22 -23
  192. package/dist/model/TopicMessageInput.js +22 -23
  193. package/dist/model/TopicSubscriptionResponse.js +22 -23
  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 +26 -27
  201. package/dist/model/UserDataPayload.js +26 -27
  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 +26 -27
  206. package/dist/model/UserTag.js +19 -20
  207. package/dist/model/Userid.js +19 -20
  208. package/dist/model/Video.js +31 -32
  209. package/dist/model/VideoLiveUrl.js +19 -20
  210. package/dist/model/VideoSchema.js +31 -32
  211. package/dist/model/VideoUploadObject.js +31 -32
  212. package/dist/model/ZeusPortalCategory.js +19 -20
  213. package/package.json +1 -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
@@ -10,28 +10,28 @@ var _FormSection = _interopRequireDefault(require("../model/FormSection"));
10
10
  var _GraphRelationship = _interopRequireDefault(require("../model/GraphRelationship"));
11
11
  var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
12
12
  var _SkinField = _interopRequireDefault(require("../model/SkinField"));
13
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
14
14
  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); }
15
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
16
- 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); } }
17
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
18
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
19
- 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); } /**
20
- * gobodo-api
21
- * REST Interface for Gobodo API
22
- *
23
- * The version of the OpenAPI document: 0.1.58
24
- * Contact: info@gobodo.io
25
- *
26
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
27
- * https://openapi-generator.tech
28
- * Do not edit the class manually.
29
- *
30
- */
15
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
16
+ 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); } }
17
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
18
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
19
+ 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); } /**
20
+ * gobodo-api
21
+ * REST Interface for Gobodo API
22
+ *
23
+ * The version of the OpenAPI document: 0.1.60
24
+ * Contact: info@gobodo.io
25
+ *
26
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
27
+ * https://openapi-generator.tech
28
+ * Do not edit the class manually.
29
+ *
30
+ */
31
31
  /**
32
32
  * Forms service.
33
33
  * @module api/FormsApi
34
- * @version 0.1.58
34
+ * @version 0.1.60
35
35
  */
36
36
  var FormsApi = exports["default"] = /*#__PURE__*/function () {
37
37
  /**
@@ -73,7 +73,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
73
73
  * @param {module:api/FormsApi~createChildSectionCallback} callback The callback function, accepting three arguments: error, data, response
74
74
  * data is of type: {@link module:model/FormSection}
75
75
  */
76
- _createClass(FormsApi, [{
76
+ return _createClass(FormsApi, [{
77
77
  key: "createChildSection",
78
78
  value: function createChildSection(sectionid, formSection, opts, callback) {
79
79
  opts = opts || {};
@@ -1110,5 +1110,4 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1110
1110
  return this.apiClient.callApi('/graph/data/forms/submissions/{id}/properties/{prop}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1111
1111
  }
1112
1112
  }]);
1113
- return FormsApi;
1114
1113
  }();
@@ -7,32 +7,34 @@ exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _CreateFunctionInput = _interopRequireDefault(require("../model/CreateFunctionInput"));
9
9
  var _FunctionConfigInput = _interopRequireDefault(require("../model/FunctionConfigInput"));
10
+ var _FunctionInput = _interopRequireDefault(require("../model/FunctionInput"));
11
+ var _FunctionOutput = _interopRequireDefault(require("../model/FunctionOutput"));
10
12
  var _GetFunctionConfig = _interopRequireDefault(require("../model/GetFunctionConfig"));
11
13
  var _GetFunctionResponse = _interopRequireDefault(require("../model/GetFunctionResponse"));
12
14
  var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
13
15
  var _TopicSubscriptionResponse = _interopRequireDefault(require("../model/TopicSubscriptionResponse"));
14
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
16
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
15
17
  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.58
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
- */
18
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
19
+ 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); } }
20
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
21
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
22
+ 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); } /**
23
+ * gobodo-api
24
+ * REST Interface for Gobodo API
25
+ *
26
+ * The version of the OpenAPI document: 0.1.60
27
+ * Contact: info@gobodo.io
28
+ *
29
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
30
+ * https://openapi-generator.tech
31
+ * Do not edit the class manually.
32
+ *
33
+ */
32
34
  /**
33
35
  * Functions service.
34
36
  * @module api/FunctionsApi
35
- * @version 0.1.58
37
+ * @version 0.1.60
36
38
  */
37
39
  var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
38
40
  /**
@@ -76,7 +78,7 @@ var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
76
78
  * @param {module:api/FunctionsApi~addFunctionConfigCallback} callback The callback function, accepting three arguments: error, data, response
77
79
  * data is of type: {@link module:model/GetFunctionConfig}
78
80
  */
79
- _createClass(FunctionsApi, [{
81
+ return _createClass(FunctionsApi, [{
80
82
  key: "addFunctionConfig",
81
83
  value: function addFunctionConfig(functionid, environment, functionConfigInput, opts, callback) {
82
84
  opts = opts || {};
@@ -803,7 +805,7 @@ var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
803
805
  var contentTypes = [];
804
806
  var accepts = ['application/json'];
805
807
  var returnType = _GetFunctionConfig["default"];
806
- return this.apiClient.callApi('/graph/data/functions/{functionid}/{environment}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
808
+ return this.apiClient.callApi('/graph/data/functions/{functionid}/config/{environment}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
807
809
  }
808
810
 
809
811
  /**
@@ -983,6 +985,132 @@ var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
983
985
  return this.apiClient.callApi('/graph/data/functions/relationshiptype/{reltypeid}/methods', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
984
986
  }
985
987
 
988
+ /**
989
+ * Callback function to receive the result of the invokeFunctionGet operation.
990
+ * @callback module:api/FunctionsApi~invokeFunctionGetCallback
991
+ * @param {String} error Error message, if any.
992
+ * @param {module:model/FunctionOutput} data The data returned by the service call.
993
+ * @param {String} response The complete HTTP response.
994
+ */
995
+
996
+ /**
997
+ * Calls a function
998
+ * Calls a function
999
+ * @param {Number} functionid
1000
+ * @param {Object} opts Optional parameters
1001
+ * @param {String} [authorization] The authorization token of the logged in user
1002
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1003
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1004
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1005
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1006
+ * @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)
1007
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1008
+ * @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
1009
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1010
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1011
+ * @param {String} [any] Any query parameter can be provided
1012
+ * @param {module:api/FunctionsApi~invokeFunctionGetCallback} callback The callback function, accepting three arguments: error, data, response
1013
+ * data is of type: {@link module:model/FunctionOutput}
1014
+ */
1015
+ }, {
1016
+ key: "invokeFunctionGet",
1017
+ value: function invokeFunctionGet(functionid, opts, callback) {
1018
+ opts = opts || {};
1019
+ var postBody = null;
1020
+ // verify the required parameter 'functionid' is set
1021
+ if (functionid === undefined || functionid === null) {
1022
+ throw new Error("Missing the required parameter 'functionid' when calling invokeFunctionGet");
1023
+ }
1024
+ var pathParams = {
1025
+ 'functionid': functionid
1026
+ };
1027
+ var queryParams = {
1028
+ 'any': opts['any']
1029
+ };
1030
+ var headerParams = {
1031
+ 'Authorization': opts['authorization'],
1032
+ 'cacheduration': opts['cacheduration'],
1033
+ 'cachegroup': opts['cachegroup'],
1034
+ 'cachekey': opts['cachekey'],
1035
+ 'cachescope': opts['cachescope'],
1036
+ 'cacheuser': opts['cacheuser'],
1037
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1038
+ 'zeusportal-postas': opts['zeusportalPostas'],
1039
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1040
+ 'transactionid': opts['transactionid']
1041
+ };
1042
+ var formParams = {};
1043
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
1044
+ var contentTypes = [];
1045
+ var accepts = ['application/json'];
1046
+ var returnType = _FunctionOutput["default"];
1047
+ return this.apiClient.callApi('/graph/data/functions/{functionid}/invoke', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1048
+ }
1049
+
1050
+ /**
1051
+ * Callback function to receive the result of the invokeFunctionPut operation.
1052
+ * @callback module:api/FunctionsApi~invokeFunctionPutCallback
1053
+ * @param {String} error Error message, if any.
1054
+ * @param {module:model/FunctionOutput} data The data returned by the service call.
1055
+ * @param {String} response The complete HTTP response.
1056
+ */
1057
+
1058
+ /**
1059
+ * Calls a function
1060
+ * Calls a function
1061
+ * @param {Number} functionid
1062
+ * @param {module:model/FunctionInput} functionInput
1063
+ * @param {Object} opts Optional parameters
1064
+ * @param {String} [authorization] The authorization token of the logged in user
1065
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1066
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1067
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1068
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1069
+ * @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)
1070
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1071
+ * @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
1072
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1073
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1074
+ * @param {module:api/FunctionsApi~invokeFunctionPutCallback} callback The callback function, accepting three arguments: error, data, response
1075
+ * data is of type: {@link module:model/FunctionOutput}
1076
+ */
1077
+ }, {
1078
+ key: "invokeFunctionPut",
1079
+ value: function invokeFunctionPut(functionid, functionInput, opts, callback) {
1080
+ opts = opts || {};
1081
+ var postBody = functionInput;
1082
+ // verify the required parameter 'functionid' is set
1083
+ if (functionid === undefined || functionid === null) {
1084
+ throw new Error("Missing the required parameter 'functionid' when calling invokeFunctionPut");
1085
+ }
1086
+ // verify the required parameter 'functionInput' is set
1087
+ if (functionInput === undefined || functionInput === null) {
1088
+ throw new Error("Missing the required parameter 'functionInput' when calling invokeFunctionPut");
1089
+ }
1090
+ var pathParams = {
1091
+ 'functionid': functionid
1092
+ };
1093
+ var queryParams = {};
1094
+ var headerParams = {
1095
+ 'Authorization': opts['authorization'],
1096
+ 'cacheduration': opts['cacheduration'],
1097
+ 'cachegroup': opts['cachegroup'],
1098
+ 'cachekey': opts['cachekey'],
1099
+ 'cachescope': opts['cachescope'],
1100
+ 'cacheuser': opts['cacheuser'],
1101
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1102
+ 'zeusportal-postas': opts['zeusportalPostas'],
1103
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1104
+ 'transactionid': opts['transactionid']
1105
+ };
1106
+ var formParams = {};
1107
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
1108
+ var contentTypes = [];
1109
+ var accepts = ['application/json'];
1110
+ var returnType = _FunctionOutput["default"];
1111
+ return this.apiClient.callApi('/graph/data/functions/{functionid}/invoke', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1112
+ }
1113
+
986
1114
  /**
987
1115
  * Callback function to receive the result of the subscribeToTopic operation.
988
1116
  * @callback module:api/FunctionsApi~subscribeToTopicCallback
@@ -1042,5 +1170,4 @@ var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
1042
1170
  return this.apiClient.callApi('/graph/data/functions/{functionid}/subscriptions', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1043
1171
  }
1044
1172
  }]);
1045
- return FunctionsApi;
1046
1173
  }();
@@ -9,28 +9,28 @@ var _Geocode = _interopRequireDefault(require("../model/Geocode"));
9
9
  var _GeocodePayload = _interopRequireDefault(require("../model/GeocodePayload"));
10
10
  var _GraphGeocode = _interopRequireDefault(require("../model/GraphGeocode"));
11
11
  var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
12
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
13
13
  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); }
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.58
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
- */
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.60
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
  * Geocode service.
32
32
  * @module api/GeocodeApi
33
- * @version 0.1.58
33
+ * @version 0.1.60
34
34
  */
35
35
  var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -70,7 +70,7 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
70
70
  * @param {module:api/GeocodeApi~createGeocodesCallback} callback The callback function, accepting three arguments: error, data, response
71
71
  * data is of type: {@link module:model/Geocode}
72
72
  */
73
- _createClass(GeocodeApi, [{
73
+ return _createClass(GeocodeApi, [{
74
74
  key: "createGeocodes",
75
75
  value: function createGeocodes(id, geocodePayload, opts, callback) {
76
76
  opts = opts || {};
@@ -336,5 +336,4 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
336
336
  return this.apiClient.callApi('/graph/data/object/{id}/geocode', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
337
337
  }
338
338
  }]);
339
- return GeocodeApi;
340
339
  }();
@@ -6,28 +6,28 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _AuthResponse = _interopRequireDefault(require("../model/AuthResponse"));
9
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
10
  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); }
11
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
12
- 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); } }
13
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
14
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
15
- 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); } /**
16
- * gobodo-api
17
- * REST Interface for Gobodo API
18
- *
19
- * The version of the OpenAPI document: 0.1.58
20
- * Contact: info@gobodo.io
21
- *
22
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
23
- * https://openapi-generator.tech
24
- * Do not edit the class manually.
25
- *
26
- */
11
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
12
+ 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); } }
13
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
14
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
15
+ 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); } /**
16
+ * gobodo-api
17
+ * REST Interface for Gobodo API
18
+ *
19
+ * The version of the OpenAPI document: 0.1.60
20
+ * Contact: info@gobodo.io
21
+ *
22
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
23
+ * https://openapi-generator.tech
24
+ * Do not edit the class manually.
25
+ *
26
+ */
27
27
  /**
28
28
  * Google service.
29
29
  * @module api/GoogleApi
30
- * @version 0.1.58
30
+ * @version 0.1.60
31
31
  */
32
32
  var GoogleApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -58,7 +58,7 @@ var GoogleApi = exports["default"] = /*#__PURE__*/function () {
58
58
  * @param {module:api/GoogleApi~loginGoogleCallback} callback The callback function, accepting three arguments: error, data, response
59
59
  * data is of type: {@link module:model/AuthResponse}
60
60
  */
61
- _createClass(GoogleApi, [{
61
+ return _createClass(GoogleApi, [{
62
62
  key: "loginGoogle",
63
63
  value: function loginGoogle(opts, callback) {
64
64
  opts = opts || {};
@@ -78,5 +78,4 @@ var GoogleApi = exports["default"] = /*#__PURE__*/function () {
78
78
  return this.apiClient.callApi('/graph/data/auth_google', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
79
79
  }
80
80
  }]);
81
- return GoogleApi;
82
81
  }();
@@ -8,28 +8,28 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _CreateFunctionInput = _interopRequireDefault(require("../model/CreateFunctionInput"));
9
9
  var _GetFunctionResponse = _interopRequireDefault(require("../model/GetFunctionResponse"));
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 _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
14
- 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); } }
15
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
16
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
17
- 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); } /**
18
- * gobodo-api
19
- * REST Interface for Gobodo API
20
- *
21
- * The version of the OpenAPI document: 0.1.58
22
- * Contact: info@gobodo.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
- */
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
+ * gobodo-api
19
+ * REST Interface for Gobodo API
20
+ *
21
+ * The version of the OpenAPI document: 0.1.60
22
+ * Contact: info@gobodo.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
29
  /**
30
30
  * GraphActionTypes service.
31
31
  * @module api/GraphActionTypesApi
32
- * @version 0.1.58
32
+ * @version 0.1.60
33
33
  */
34
34
  var GraphActionTypesApi = exports["default"] = /*#__PURE__*/function () {
35
35
  /**
@@ -69,7 +69,7 @@ var GraphActionTypesApi = exports["default"] = /*#__PURE__*/function () {
69
69
  * @param {module:api/GraphActionTypesApi~addEndObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
70
70
  * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
71
71
  */
72
- _createClass(GraphActionTypesApi, [{
72
+ return _createClass(GraphActionTypesApi, [{
73
73
  key: "addEndObjectTypes",
74
74
  value: function addEndObjectTypes(id, opts, callback) {
75
75
  opts = opts || {};
@@ -507,5 +507,4 @@ var GraphActionTypesApi = exports["default"] = /*#__PURE__*/function () {
507
507
  return this.apiClient.callApi('/graph/data/actiontype/{id}/template', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
508
508
  }
509
509
  }]);
510
- return GraphActionTypesApi;
511
510
  }();
@@ -7,28 +7,28 @@ exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _GraphAction = _interopRequireDefault(require("../model/GraphAction"));
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.58
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.60
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
  * GraphActions service.
30
30
  * @module api/GraphActionsApi
31
- * @version 0.1.58
31
+ * @version 0.1.60
32
32
  */
33
33
  var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -68,7 +68,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
68
68
  * @param {module:api/GraphActionsApi~createActionsCallback} callback The callback function, accepting three arguments: error, data, response
69
69
  * data is of type: {@link Array.<module:model/GraphAction>}
70
70
  */
71
- _createClass(GraphActionsApi, [{
71
+ return _createClass(GraphActionsApi, [{
72
72
  key: "createActions",
73
73
  value: function createActions(id, graphAction, opts, callback) {
74
74
  opts = opts || {};
@@ -712,5 +712,4 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
712
712
  return this.apiClient.callApi('/graph/data/action/{id}/properties/{prop}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
713
713
  }
714
714
  }]);
715
- return GraphActionsApi;
716
715
  }();