@gobodo/gobodo-api 0.1.60 → 0.1.61

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 (220) hide show
  1. package/README.md +54 -47
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +2 -2
  4. package/dist/api/AdCampaignsApi.js +13 -13
  5. package/dist/api/AdManagementApi.js +24 -24
  6. package/dist/api/AdminDataManagementApi.js +2 -2
  7. package/dist/api/AdsApi.js +13 -13
  8. package/dist/api/AttachmentsApi.js +7 -7
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +7 -7
  11. package/dist/api/CommentsApi.js +7 -7
  12. package/dist/api/ContentManagementApi.js +12 -12
  13. package/dist/api/ConversationsApi.js +7 -7
  14. package/dist/api/DataSheetImportsApi.js +7 -7
  15. package/dist/api/DefaultApi.js +13 -13
  16. package/dist/api/DocumentsApi.js +7 -7
  17. package/dist/api/EmailsApi.js +2 -2
  18. package/dist/api/EntryPartsApi.js +7 -7
  19. package/dist/api/FacebookApi.js +2 -2
  20. package/dist/api/FieldsApi.js +2 -2
  21. package/dist/api/FilesApi.js +2 -2
  22. package/dist/api/FormsApi.js +17 -17
  23. package/dist/api/FunctionsApi.js +2 -2
  24. package/dist/api/GeocodeApi.js +2 -2
  25. package/dist/api/GoogleApi.js +2 -2
  26. package/dist/api/GraphActionTypesApi.js +2 -2
  27. package/dist/api/GraphActionsApi.js +2 -2
  28. package/dist/api/GraphObjectTypesApi.js +85 -82
  29. package/dist/api/GraphObjectsApi.js +2 -2
  30. package/dist/api/GraphRelationshipTypesApi.js +14 -13
  31. package/dist/api/GraphRelationshipsApi.js +21 -20
  32. package/dist/api/GraphSchemasApi.js +13 -13
  33. package/dist/api/GraphTraversalApi.js +2 -2
  34. package/dist/api/GraphsApi.js +13 -13
  35. package/dist/api/GroupsApi.js +7 -7
  36. package/dist/api/IAMApi.js +13 -13
  37. package/dist/api/ImagesApi.js +7 -7
  38. package/dist/api/InvitesApi.js +2 -2
  39. package/dist/api/LikesApi.js +7 -7
  40. package/dist/api/LinkedINApi.js +2 -2
  41. package/dist/api/LiveMeetingsApi.js +2 -2
  42. package/dist/api/MeetingEventsApi.js +2 -2
  43. package/dist/api/NotificationsApi.js +2 -2
  44. package/dist/api/PagesApi.js +7 -7
  45. package/dist/api/PhoneNumbersApi.js +2 -2
  46. package/dist/api/PostsApi.js +7 -7
  47. package/dist/api/PrivateMessagesApi.js +18 -18
  48. package/dist/api/PublicationsApi.js +2 -2
  49. package/dist/api/ScreensApi.js +2 -2
  50. package/dist/api/SocialIntegrationApi.js +2 -2
  51. package/dist/api/StripeAccountsApi.js +2 -2
  52. package/dist/api/TagsApi.js +2 -2
  53. package/dist/api/TemplatesApi.js +2 -2
  54. package/dist/api/ThemeMappingsApi.js +8 -8
  55. package/dist/api/TopicsApi.js +2 -2
  56. package/dist/api/TransactionsApi.js +2 -2
  57. package/dist/api/TwitterApi.js +2 -2
  58. package/dist/api/UserTagsApi.js +7 -7
  59. package/dist/api/UsersApi.js +7 -7
  60. package/dist/api/UtilsApi.js +2 -2
  61. package/dist/api/VideosApi.js +7 -7
  62. package/dist/index.js +49 -0
  63. package/dist/model/APIClient.js +2 -2
  64. package/dist/model/AccountSessionInput.js +2 -2
  65. package/dist/model/AccountSessionResponse.js +2 -2
  66. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  67. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  68. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  69. package/dist/model/Article.js +9 -9
  70. package/dist/model/AuthResponse.js +2 -2
  71. package/dist/model/AwsSettings.js +2 -2
  72. package/dist/model/Balance.js +19 -19
  73. package/dist/model/BalanceDetails.js +2 -2
  74. package/dist/model/BalanceResponse.js +2 -2
  75. package/dist/model/BankAccountInfo.js +2 -2
  76. package/dist/model/CardInfo.js +2 -2
  77. package/dist/model/Comment.js +13 -13
  78. package/dist/model/Coordinates.js +2 -2
  79. package/dist/model/CreateAccountResponse.js +2 -2
  80. package/dist/model/CreateFunctionInput.js +2 -2
  81. package/dist/model/CreateStripeAccountInput.js +2 -2
  82. package/dist/model/CreateStripeCustomerInput.js +2 -2
  83. package/dist/model/CreateTopicInput.js +2 -2
  84. package/dist/model/CreateTopicListenerInput.js +2 -2
  85. package/dist/model/CurrencySettings.js +89 -0
  86. package/dist/model/CustomerResponse.js +2 -2
  87. package/dist/model/DataObject.js +2 -2
  88. package/dist/model/DataSheetImport.js +2 -2
  89. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  90. package/dist/model/DataSheetImportSummary.js +2 -2
  91. package/dist/model/DeviceRegistrationRequest.js +2 -2
  92. package/dist/model/Document.js +9 -9
  93. package/dist/model/DocumentPart.js +14 -14
  94. package/dist/model/DocumentPartType.js +10 -10
  95. package/dist/model/DocumentType.js +13 -13
  96. package/dist/model/EmailAddress.js +13 -13
  97. package/dist/model/FieldMapping.js +2 -2
  98. package/dist/model/Fields.js +9 -9
  99. package/dist/model/File.js +14 -14
  100. package/dist/model/FileAttachmentUploadObject.js +14 -14
  101. package/dist/model/Filter.js +2 -2
  102. package/dist/model/FilterManager.js +2 -2
  103. package/dist/model/Form.js +32 -32
  104. package/dist/model/FormSection.js +21 -21
  105. package/dist/model/FormSubmission.js +2 -2
  106. package/dist/model/FunctionConfigInput.js +2 -2
  107. package/dist/model/FunctionEnvironmentConfig.js +2 -2
  108. package/dist/model/FunctionInput.js +2 -2
  109. package/dist/model/FunctionOutput.js +2 -2
  110. package/dist/model/Geocode.js +2 -2
  111. package/dist/model/GeocodePayload.js +2 -2
  112. package/dist/model/GeolocationInput.js +2 -2
  113. package/dist/model/GetFunctionConfig.js +2 -2
  114. package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
  115. package/dist/model/GetFunctionResponse.js +2 -2
  116. package/dist/model/GoogleCloudSettings.js +2 -2
  117. package/dist/model/Graph.js +9 -9
  118. package/dist/model/GraphAction.js +2 -2
  119. package/dist/model/GraphDatabaseService.js +2 -2
  120. package/dist/model/GraphGeocode.js +2 -2
  121. package/dist/model/GraphIteratorEntryPart.js +2 -2
  122. package/dist/model/GraphObject.js +2 -2
  123. package/dist/model/GraphObjectPayload.js +2 -2
  124. package/dist/model/GraphObjectSchema.js +11 -11
  125. package/dist/model/GraphObjectType.js +2 -2
  126. package/dist/model/GraphObjectTypeResponse.js +222 -0
  127. package/dist/model/GraphObjectTypeSchema.js +2 -2
  128. package/dist/model/GraphOwner.js +2 -2
  129. package/dist/model/GraphRelationship.js +2 -2
  130. package/dist/model/GraphRelationshipPayload.js +2 -2
  131. package/dist/model/GraphRelationshipType.js +15 -15
  132. package/dist/model/GraphRelationshipTypeResponse.js +355 -0
  133. package/dist/model/GraphSchema.js +2 -2
  134. package/dist/model/GraphTraversalInput.js +2 -2
  135. package/dist/model/Image.js +14 -14
  136. package/dist/model/ImageUploadObject.js +14 -14
  137. package/dist/model/InputPart.js +12 -12
  138. package/dist/model/InputPartMediaType.js +2 -2
  139. package/dist/model/KafkaSettings.js +2 -2
  140. package/dist/model/Link.js +13 -13
  141. package/dist/model/LiveStreamInfo.js +2 -2
  142. package/dist/model/MeetingEvent.js +21 -21
  143. package/dist/model/MeetingEventTimezone.js +2 -2
  144. package/dist/model/MeetingInfo.js +2 -2
  145. package/dist/model/Member.js +9 -9
  146. package/dist/model/MemberGroupCategory.js +2 -2
  147. package/dist/model/MemberList.js +2 -2
  148. package/dist/model/MessageGroup.js +2 -2
  149. package/dist/model/MultipartBody.js +2 -2
  150. package/dist/model/NotificationInput.js +2 -2
  151. package/dist/model/NotificationResponse.js +2 -2
  152. package/dist/model/NumberSettings.js +85 -0
  153. package/dist/model/ObjectSettings.js +93 -0
  154. package/dist/model/Objecttype.js +2 -2
  155. package/dist/model/OutParameter.js +2 -2
  156. package/dist/model/Page.js +2 -2
  157. package/dist/model/PageSchema.js +13 -13
  158. package/dist/model/Pageable.js +2 -2
  159. package/dist/model/Parameter.js +2 -2
  160. package/dist/model/Path.js +2 -2
  161. package/dist/model/PaymentAccountObject.js +2 -2
  162. package/dist/model/PaymentIntentInput.js +2 -2
  163. package/dist/model/PaymentIntentResponse.js +2 -2
  164. package/dist/model/PaymentMethod.js +9 -9
  165. package/dist/model/PaymentMethodInput.js +2 -2
  166. package/dist/model/PaymentMethodResponse.js +2 -2
  167. package/dist/model/PaymentMethodsResponse.js +2 -2
  168. package/dist/model/Payout.js +13 -13
  169. package/dist/model/PayoutInput.js +2 -2
  170. package/dist/model/PayoutResponse.js +2 -2
  171. package/dist/model/PhoneNumber.js +2 -2
  172. package/dist/model/Post.js +2 -2
  173. package/dist/model/PrivateMessage.js +2 -2
  174. package/dist/model/PrivateMessageConversation.js +2 -2
  175. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  176. package/dist/model/Profile.js +2 -2
  177. package/dist/model/Profiletype.js +2 -2
  178. package/dist/model/PropertyContainer.js +2 -2
  179. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  180. package/dist/model/RelationshipMapping.js +2 -2
  181. package/dist/model/ScreenSchema.js +2 -2
  182. package/dist/model/SimulcastInfo.js +2 -2
  183. package/dist/model/SkinField.js +9 -9
  184. package/dist/model/SkinFieldResponse.js +271 -0
  185. package/dist/model/SocialGroup.js +2 -2
  186. package/dist/model/SocialGroupType.js +9 -9
  187. package/dist/model/Sort.js +2 -2
  188. package/dist/model/SourceTypes.js +2 -2
  189. package/dist/model/StatusUpdate.js +2 -2
  190. package/dist/model/StreetAddress.js +2 -2
  191. package/dist/model/StripeAccount.js +2 -2
  192. package/dist/model/StripeCustomerAccount.js +2 -2
  193. package/dist/model/Template.js +2 -2
  194. package/dist/model/TemplateResponse.js +180 -0
  195. package/dist/model/TemplateSchema.js +2 -2
  196. package/dist/model/ThemeMapping.js +9 -9
  197. package/dist/model/ThemeMappingPayload.js +2 -2
  198. package/dist/model/TopicInfoResponse.js +2 -2
  199. package/dist/model/TopicMessageInput.js +2 -2
  200. package/dist/model/TopicSubscriptionResponse.js +2 -2
  201. package/dist/model/Transaction.js +2 -2
  202. package/dist/model/Transfer.js +2 -2
  203. package/dist/model/TransferInput.js +2 -2
  204. package/dist/model/TransferResponse.js +2 -2
  205. package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
  206. package/dist/model/TraversalRelationResponse.js +2 -2
  207. package/dist/model/User.js +9 -9
  208. package/dist/model/UserDataPayload.js +9 -9
  209. package/dist/model/UserDomain.js +2 -2
  210. package/dist/model/UserInvite.js +2 -2
  211. package/dist/model/UserInviteInput.js +2 -2
  212. package/dist/model/UserSchema.js +9 -9
  213. package/dist/model/UserTag.js +2 -2
  214. package/dist/model/Userid.js +2 -2
  215. package/dist/model/Video.js +26 -26
  216. package/dist/model/VideoLiveUrl.js +13 -13
  217. package/dist/model/VideoSchema.js +34 -34
  218. package/dist/model/VideoUploadObject.js +26 -26
  219. package/dist/model/ZeusPortalCategory.js +2 -2
  220. package/package.json +1 -1
@@ -7,7 +7,7 @@ exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _CreateFunctionInput = _interopRequireDefault(require("../model/CreateFunctionInput"));
9
9
  var _GetFunctionResponse = _interopRequireDefault(require("../model/GetFunctionResponse"));
10
- var _GraphObjectTypeSchema = _interopRequireDefault(require("../model/GraphObjectTypeSchema"));
10
+ var _GraphObjectTypeResponse = _interopRequireDefault(require("../model/GraphObjectTypeResponse"));
11
11
  var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
12
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); }
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
19
19
  * gobodo-api
20
20
  * REST Interface for Gobodo API
21
21
  *
22
- * The version of the OpenAPI document: 0.1.60
22
+ * The version of the OpenAPI document: 0.1.61
23
23
  * Contact: info@gobodo.io
24
24
  *
25
25
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * GraphObjectTypes service.
32
32
  * @module api/GraphObjectTypesApi
33
- * @version 0.1.60
33
+ * @version 0.1.61
34
34
  */
35
35
  var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -168,16 +168,15 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
168
168
  }
169
169
 
170
170
  /**
171
- * Callback function to receive the result of the get10 operation.
172
- * @callback module:api/GraphObjectTypesApi~get10Callback
171
+ * Callback function to receive the result of the get8 operation.
172
+ * @callback module:api/GraphObjectTypesApi~get8Callback
173
173
  * @param {String} error Error message, if any.
174
- * @param {module:model/GraphObjectTypeSchema} data The data returned by the service call.
174
+ * @param data This operation does not return a value.
175
175
  * @param {String} response The complete HTTP response.
176
176
  */
177
177
 
178
178
  /**
179
- * Gets and object by id
180
- * @param {Number} id
179
+ * Root for the API
181
180
  * @param {Object} opts Optional parameters
182
181
  * @param {String} [authorization] The authorization token of the logged in user
183
182
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -189,21 +188,14 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
189
188
  * @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
190
189
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
191
190
  * @param {String} [transactionid] The id of the transaction this operation is being run in
192
- * @param {module:api/GraphObjectTypesApi~get10Callback} callback The callback function, accepting three arguments: error, data, response
193
- * data is of type: {@link module:model/GraphObjectTypeSchema}
191
+ * @param {module:api/GraphObjectTypesApi~get8Callback} callback The callback function, accepting three arguments: error, data, response
194
192
  */
195
193
  }, {
196
- key: "get10",
197
- value: function get10(id, opts, callback) {
194
+ key: "get8",
195
+ value: function get8(opts, callback) {
198
196
  opts = opts || {};
199
197
  var postBody = null;
200
- // verify the required parameter 'id' is set
201
- if (id === undefined || id === null) {
202
- throw new Error("Missing the required parameter 'id' when calling get10");
203
- }
204
- var pathParams = {
205
- 'id': id
206
- };
198
+ var pathParams = {};
207
199
  var queryParams = {};
208
200
  var headerParams = {
209
201
  'Authorization': opts['authorization'],
@@ -220,21 +212,20 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
220
212
  var formParams = {};
221
213
  var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
222
214
  var contentTypes = [];
223
- var accepts = ['application/json'];
224
- var returnType = _GraphObjectTypeSchema["default"];
225
- return this.apiClient.callApi('/graph/data/objecttype/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
215
+ var accepts = ['*/*'];
216
+ var returnType = null;
217
+ return this.apiClient.callApi('/graph/data/objecttype', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
226
218
  }
227
219
 
228
220
  /**
229
- * Callback function to receive the result of the get8 operation.
230
- * @callback module:api/GraphObjectTypesApi~get8Callback
221
+ * Callback function to receive the result of the getAllObjectTypes operation.
222
+ * @callback module:api/GraphObjectTypesApi~getAllObjectTypesCallback
231
223
  * @param {String} error Error message, if any.
232
- * @param data This operation does not return a value.
224
+ * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
233
225
  * @param {String} response The complete HTTP response.
234
226
  */
235
227
 
236
228
  /**
237
- * Root for the API
238
229
  * @param {Object} opts Optional parameters
239
230
  * @param {String} [authorization] The authorization token of the logged in user
240
231
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -246,11 +237,12 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
246
237
  * @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
247
238
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
248
239
  * @param {String} [transactionid] The id of the transaction this operation is being run in
249
- * @param {module:api/GraphObjectTypesApi~get8Callback} callback The callback function, accepting three arguments: error, data, response
240
+ * @param {module:api/GraphObjectTypesApi~getAllObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
241
+ * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
250
242
  */
251
243
  }, {
252
- key: "get8",
253
- value: function get8(opts, callback) {
244
+ key: "getAllObjectTypes",
245
+ value: function getAllObjectTypes(opts, callback) {
254
246
  opts = opts || {};
255
247
  var postBody = null;
256
248
  var pathParams = {};
@@ -270,21 +262,20 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
270
262
  var formParams = {};
271
263
  var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
272
264
  var contentTypes = [];
273
- var accepts = ['*/*'];
274
- var returnType = null;
275
- return this.apiClient.callApi('/graph/data/objecttype', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
265
+ var accepts = ['application/json'];
266
+ var returnType = _PurgeDataDefaultResponseValue["default"];
267
+ return this.apiClient.callApi('/graph/data/objecttype/all', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
276
268
  }
277
269
 
278
270
  /**
279
- * Callback function to receive the result of the get9 operation.
280
- * @callback module:api/GraphObjectTypesApi~get9Callback
271
+ * Callback function to receive the result of the getDefaultObjectTypes operation.
272
+ * @callback module:api/GraphObjectTypesApi~getDefaultObjectTypesCallback
281
273
  * @param {String} error Error message, if any.
282
- * @param {module:model/GraphObjectTypeSchema} data The data returned by the service call.
274
+ * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
283
275
  * @param {String} response The complete HTTP response.
284
276
  */
285
277
 
286
278
  /**
287
- * @param {String} key
288
279
  * @param {Object} opts Optional parameters
289
280
  * @param {String} [authorization] The authorization token of the logged in user
290
281
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -296,21 +287,15 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
296
287
  * @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
297
288
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
298
289
  * @param {String} [transactionid] The id of the transaction this operation is being run in
299
- * @param {module:api/GraphObjectTypesApi~get9Callback} callback The callback function, accepting three arguments: error, data, response
300
- * data is of type: {@link module:model/GraphObjectTypeSchema}
290
+ * @param {module:api/GraphObjectTypesApi~getDefaultObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
291
+ * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
301
292
  */
302
293
  }, {
303
- key: "get9",
304
- value: function get9(key, opts, callback) {
294
+ key: "getDefaultObjectTypes",
295
+ value: function getDefaultObjectTypes(opts, callback) {
305
296
  opts = opts || {};
306
297
  var postBody = null;
307
- // verify the required parameter 'key' is set
308
- if (key === undefined || key === null) {
309
- throw new Error("Missing the required parameter 'key' when calling get9");
310
- }
311
- var pathParams = {
312
- 'key': key
313
- };
298
+ var pathParams = {};
314
299
  var queryParams = {};
315
300
  var headerParams = {
316
301
  'Authorization': opts['authorization'],
@@ -328,19 +313,20 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
328
313
  var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
329
314
  var contentTypes = [];
330
315
  var accepts = ['application/json'];
331
- var returnType = _GraphObjectTypeSchema["default"];
332
- return this.apiClient.callApi('/graph/data/objecttype/{key}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
316
+ var returnType = _PurgeDataDefaultResponseValue["default"];
317
+ return this.apiClient.callApi('/graph/data/objecttype/default', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
333
318
  }
334
319
 
335
320
  /**
336
- * Callback function to receive the result of the getAllObjectTypes operation.
337
- * @callback module:api/GraphObjectTypesApi~getAllObjectTypesCallback
321
+ * Callback function to receive the result of the getFields1 operation.
322
+ * @callback module:api/GraphObjectTypesApi~getFields1Callback
338
323
  * @param {String} error Error message, if any.
339
324
  * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
340
325
  * @param {String} response The complete HTTP response.
341
326
  */
342
327
 
343
328
  /**
329
+ * @param {Number} id
344
330
  * @param {Object} opts Optional parameters
345
331
  * @param {String} [authorization] The authorization token of the logged in user
346
332
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -352,15 +338,21 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
352
338
  * @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
353
339
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
354
340
  * @param {String} [transactionid] The id of the transaction this operation is being run in
355
- * @param {module:api/GraphObjectTypesApi~getAllObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
341
+ * @param {module:api/GraphObjectTypesApi~getFields1Callback} callback The callback function, accepting three arguments: error, data, response
356
342
  * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
357
343
  */
358
344
  }, {
359
- key: "getAllObjectTypes",
360
- value: function getAllObjectTypes(opts, callback) {
345
+ key: "getFields1",
346
+ value: function getFields1(id, opts, callback) {
361
347
  opts = opts || {};
362
348
  var postBody = null;
363
- var pathParams = {};
349
+ // verify the required parameter 'id' is set
350
+ if (id === undefined || id === null) {
351
+ throw new Error("Missing the required parameter 'id' when calling getFields1");
352
+ }
353
+ var pathParams = {
354
+ 'id': id
355
+ };
364
356
  var queryParams = {};
365
357
  var headerParams = {
366
358
  'Authorization': opts['authorization'],
@@ -379,12 +371,12 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
379
371
  var contentTypes = [];
380
372
  var accepts = ['application/json'];
381
373
  var returnType = _PurgeDataDefaultResponseValue["default"];
382
- return this.apiClient.callApi('/graph/data/objecttype/all', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
374
+ return this.apiClient.callApi('/graph/data/objecttype/{id}/fields', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
383
375
  }
384
376
 
385
377
  /**
386
- * Callback function to receive the result of the getDefaultObjectTypes operation.
387
- * @callback module:api/GraphObjectTypesApi~getDefaultObjectTypesCallback
378
+ * Callback function to receive the result of the getMyObjectTypes operation.
379
+ * @callback module:api/GraphObjectTypesApi~getMyObjectTypesCallback
388
380
  * @param {String} error Error message, if any.
389
381
  * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
390
382
  * @param {String} response The complete HTTP response.
@@ -402,12 +394,12 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
402
394
  * @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
403
395
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
404
396
  * @param {String} [transactionid] The id of the transaction this operation is being run in
405
- * @param {module:api/GraphObjectTypesApi~getDefaultObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
397
+ * @param {module:api/GraphObjectTypesApi~getMyObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
406
398
  * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
407
399
  */
408
400
  }, {
409
- key: "getDefaultObjectTypes",
410
- value: function getDefaultObjectTypes(opts, callback) {
401
+ key: "getMyObjectTypes",
402
+ value: function getMyObjectTypes(opts, callback) {
411
403
  opts = opts || {};
412
404
  var postBody = null;
413
405
  var pathParams = {};
@@ -429,18 +421,20 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
429
421
  var contentTypes = [];
430
422
  var accepts = ['application/json'];
431
423
  var returnType = _PurgeDataDefaultResponseValue["default"];
432
- return this.apiClient.callApi('/graph/data/objecttype/default', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
424
+ return this.apiClient.callApi('/graph/data/objecttype/mine', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
433
425
  }
434
426
 
435
427
  /**
436
- * Callback function to receive the result of the getFields1 operation.
437
- * @callback module:api/GraphObjectTypesApi~getFields1Callback
428
+ * Callback function to receive the result of the getObjectTypeById operation.
429
+ * @callback module:api/GraphObjectTypesApi~getObjectTypeByIdCallback
438
430
  * @param {String} error Error message, if any.
439
- * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
431
+ * @param {module:model/GraphObjectTypeResponse} data The data returned by the service call.
440
432
  * @param {String} response The complete HTTP response.
441
433
  */
442
434
 
443
435
  /**
436
+ * Get Graph Object Type
437
+ * Returns the graph object type with the given key
444
438
  * @param {Number} id
445
439
  * @param {Object} opts Optional parameters
446
440
  * @param {String} [authorization] The authorization token of the logged in user
@@ -453,17 +447,17 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
453
447
  * @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
454
448
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
455
449
  * @param {String} [transactionid] The id of the transaction this operation is being run in
456
- * @param {module:api/GraphObjectTypesApi~getFields1Callback} callback The callback function, accepting three arguments: error, data, response
457
- * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
450
+ * @param {module:api/GraphObjectTypesApi~getObjectTypeByIdCallback} callback The callback function, accepting three arguments: error, data, response
451
+ * data is of type: {@link module:model/GraphObjectTypeResponse}
458
452
  */
459
453
  }, {
460
- key: "getFields1",
461
- value: function getFields1(id, opts, callback) {
454
+ key: "getObjectTypeById",
455
+ value: function getObjectTypeById(id, opts, callback) {
462
456
  opts = opts || {};
463
457
  var postBody = null;
464
458
  // verify the required parameter 'id' is set
465
459
  if (id === undefined || id === null) {
466
- throw new Error("Missing the required parameter 'id' when calling getFields1");
460
+ throw new Error("Missing the required parameter 'id' when calling getObjectTypeById");
467
461
  }
468
462
  var pathParams = {
469
463
  'id': id
@@ -485,19 +479,22 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
485
479
  var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
486
480
  var contentTypes = [];
487
481
  var accepts = ['application/json'];
488
- var returnType = _PurgeDataDefaultResponseValue["default"];
489
- return this.apiClient.callApi('/graph/data/objecttype/{id}/fields', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
482
+ var returnType = _GraphObjectTypeResponse["default"];
483
+ return this.apiClient.callApi('/graph/data/objecttype/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
490
484
  }
491
485
 
492
486
  /**
493
- * Callback function to receive the result of the getMyObjectTypes operation.
494
- * @callback module:api/GraphObjectTypesApi~getMyObjectTypesCallback
487
+ * Callback function to receive the result of the getObjectTypeByKey operation.
488
+ * @callback module:api/GraphObjectTypesApi~getObjectTypeByKeyCallback
495
489
  * @param {String} error Error message, if any.
496
- * @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
490
+ * @param {module:model/GraphObjectTypeResponse} data The data returned by the service call.
497
491
  * @param {String} response The complete HTTP response.
498
492
  */
499
493
 
500
494
  /**
495
+ * Get Graph Object Type
496
+ * Returns the graph object type with the given key
497
+ * @param {String} key
501
498
  * @param {Object} opts Optional parameters
502
499
  * @param {String} [authorization] The authorization token of the logged in user
503
500
  * @param {Number} [cacheduration] The how long the cache entry should persist
@@ -509,15 +506,21 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
509
506
  * @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
510
507
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
511
508
  * @param {String} [transactionid] The id of the transaction this operation is being run in
512
- * @param {module:api/GraphObjectTypesApi~getMyObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
513
- * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
509
+ * @param {module:api/GraphObjectTypesApi~getObjectTypeByKeyCallback} callback The callback function, accepting three arguments: error, data, response
510
+ * data is of type: {@link module:model/GraphObjectTypeResponse}
514
511
  */
515
512
  }, {
516
- key: "getMyObjectTypes",
517
- value: function getMyObjectTypes(opts, callback) {
513
+ key: "getObjectTypeByKey",
514
+ value: function getObjectTypeByKey(key, opts, callback) {
518
515
  opts = opts || {};
519
516
  var postBody = null;
520
- var pathParams = {};
517
+ // verify the required parameter 'key' is set
518
+ if (key === undefined || key === null) {
519
+ throw new Error("Missing the required parameter 'key' when calling getObjectTypeByKey");
520
+ }
521
+ var pathParams = {
522
+ 'key': key
523
+ };
521
524
  var queryParams = {};
522
525
  var headerParams = {
523
526
  'Authorization': opts['authorization'],
@@ -535,8 +538,8 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
535
538
  var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
536
539
  var contentTypes = [];
537
540
  var accepts = ['application/json'];
538
- var returnType = _PurgeDataDefaultResponseValue["default"];
539
- return this.apiClient.callApi('/graph/data/objecttype/mine', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
541
+ var returnType = _GraphObjectTypeResponse["default"];
542
+ return this.apiClient.callApi('/graph/data/objecttype/{key}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
540
543
  }
541
544
 
542
545
  /**
@@ -35,7 +35,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
35
35
  * gobodo-api
36
36
  * REST Interface for Gobodo API
37
37
  *
38
- * The version of the OpenAPI document: 0.1.60
38
+ * The version of the OpenAPI document: 0.1.61
39
39
  * Contact: info@gobodo.io
40
40
  *
41
41
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -46,7 +46,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
46
46
  /**
47
47
  * GraphObjects service.
48
48
  * @module api/GraphObjectsApi
49
- * @version 0.1.60
49
+ * @version 0.1.61
50
50
  */
51
51
  var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
52
52
  /**
@@ -9,6 +9,7 @@ var _CreateFunctionInput = _interopRequireDefault(require("../model/CreateFuncti
9
9
  var _GetFunctionResponse = _interopRequireDefault(require("../model/GetFunctionResponse"));
10
10
  var _GraphRelationship = _interopRequireDefault(require("../model/GraphRelationship"));
11
11
  var _GraphRelationshipType = _interopRequireDefault(require("../model/GraphRelationshipType"));
12
+ var _GraphRelationshipTypeResponse = _interopRequireDefault(require("../model/GraphRelationshipTypeResponse"));
12
13
  var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
13
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
14
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); }
@@ -20,7 +21,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
20
21
  * gobodo-api
21
22
  * REST Interface for Gobodo API
22
23
  *
23
- * The version of the OpenAPI document: 0.1.60
24
+ * The version of the OpenAPI document: 0.1.61
24
25
  * Contact: info@gobodo.io
25
26
  *
26
27
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
32
  /**
32
33
  * GraphRelationshipTypes service.
33
34
  * @module api/GraphRelationshipTypesApi
34
- * @version 0.1.60
35
+ * @version 0.1.61
35
36
  */
36
37
  var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
37
38
  /**
@@ -284,8 +285,8 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
284
285
  }
285
286
 
286
287
  /**
287
- * Callback function to receive the result of the get12 operation.
288
- * @callback module:api/GraphRelationshipTypesApi~get12Callback
288
+ * Callback function to receive the result of the get10 operation.
289
+ * @callback module:api/GraphRelationshipTypesApi~get10Callback
289
290
  * @param {String} error Error message, if any.
290
291
  * @param data This operation does not return a value.
291
292
  * @param {String} response The complete HTTP response.
@@ -304,11 +305,11 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
304
305
  * @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
305
306
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
306
307
  * @param {String} [transactionid] The id of the transaction this operation is being run in
307
- * @param {module:api/GraphRelationshipTypesApi~get12Callback} callback The callback function, accepting three arguments: error, data, response
308
+ * @param {module:api/GraphRelationshipTypesApi~get10Callback} callback The callback function, accepting three arguments: error, data, response
308
309
  */
309
310
  }, {
310
- key: "get12",
311
- value: function get12(opts, callback) {
311
+ key: "get10",
312
+ value: function get10(opts, callback) {
312
313
  opts = opts || {};
313
314
  var postBody = null;
314
315
  var pathParams = {};
@@ -574,7 +575,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
574
575
  * Callback function to receive the result of the getRelationshipTypeById operation.
575
576
  * @callback module:api/GraphRelationshipTypesApi~getRelationshipTypeByIdCallback
576
577
  * @param {String} error Error message, if any.
577
- * @param {module:model/GraphRelationshipType} data The data returned by the service call.
578
+ * @param {module:model/GraphRelationshipTypeResponse} data The data returned by the service call.
578
579
  * @param {String} response The complete HTTP response.
579
580
  */
580
581
 
@@ -593,7 +594,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
593
594
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
594
595
  * @param {String} [transactionid] The id of the transaction this operation is being run in
595
596
  * @param {module:api/GraphRelationshipTypesApi~getRelationshipTypeByIdCallback} callback The callback function, accepting three arguments: error, data, response
596
- * data is of type: {@link module:model/GraphRelationshipType}
597
+ * data is of type: {@link module:model/GraphRelationshipTypeResponse}
597
598
  */
598
599
  }, {
599
600
  key: "getRelationshipTypeById",
@@ -624,7 +625,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
624
625
  var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
625
626
  var contentTypes = [];
626
627
  var accepts = ['application/json'];
627
- var returnType = _GraphRelationshipType["default"];
628
+ var returnType = _GraphRelationshipTypeResponse["default"];
628
629
  return this.apiClient.callApi('/graph/data/relationshiptype/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
629
630
  }
630
631
 
@@ -632,7 +633,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
632
633
  * Callback function to receive the result of the getRelationshipTypeByKey operation.
633
634
  * @callback module:api/GraphRelationshipTypesApi~getRelationshipTypeByKeyCallback
634
635
  * @param {String} error Error message, if any.
635
- * @param {module:model/GraphRelationshipType} data The data returned by the service call.
636
+ * @param {module:model/GraphRelationshipTypeResponse} data The data returned by the service call.
636
637
  * @param {String} response The complete HTTP response.
637
638
  */
638
639
 
@@ -651,7 +652,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
651
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
652
653
  * @param {String} [transactionid] The id of the transaction this operation is being run in
653
654
  * @param {module:api/GraphRelationshipTypesApi~getRelationshipTypeByKeyCallback} callback The callback function, accepting three arguments: error, data, response
654
- * data is of type: {@link module:model/GraphRelationshipType}
655
+ * data is of type: {@link module:model/GraphRelationshipTypeResponse}
655
656
  */
656
657
  }, {
657
658
  key: "getRelationshipTypeByKey",
@@ -682,7 +683,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
682
683
  var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
683
684
  var contentTypes = [];
684
685
  var accepts = ['application/json'];
685
- var returnType = _GraphRelationshipType["default"];
686
+ var returnType = _GraphRelationshipTypeResponse["default"];
686
687
  return this.apiClient.callApi('/graph/data/relationshiptype/{key}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
687
688
  }
688
689
 
@@ -8,6 +8,7 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _GraphRelationship = _interopRequireDefault(require("../model/GraphRelationship"));
9
9
  var _GraphRelationshipPayload = _interopRequireDefault(require("../model/GraphRelationshipPayload"));
10
10
  var _GraphRelationshipType = _interopRequireDefault(require("../model/GraphRelationshipType"));
11
+ var _GraphRelationshipTypeResponse = _interopRequireDefault(require("../model/GraphRelationshipTypeResponse"));
11
12
  var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
12
13
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
13
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); }
@@ -19,7 +20,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
19
20
  * gobodo-api
20
21
  * REST Interface for Gobodo API
21
22
  *
22
- * The version of the OpenAPI document: 0.1.60
23
+ * The version of the OpenAPI document: 0.1.61
23
24
  * Contact: info@gobodo.io
24
25
  *
25
26
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
31
  /**
31
32
  * GraphRelationships service.
32
33
  * @module api/GraphRelationshipsApi
33
- * @version 0.1.60
34
+ * @version 0.1.61
34
35
  */
35
36
  var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
36
37
  /**
@@ -405,8 +406,8 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
405
406
  }
406
407
 
407
408
  /**
408
- * Callback function to receive the result of the get11 operation.
409
- * @callback module:api/GraphRelationshipsApi~get11Callback
409
+ * Callback function to receive the result of the get10 operation.
410
+ * @callback module:api/GraphRelationshipsApi~get10Callback
410
411
  * @param {String} error Error message, if any.
411
412
  * @param data This operation does not return a value.
412
413
  * @param {String} response The complete HTTP response.
@@ -425,11 +426,11 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
425
426
  * @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
426
427
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
427
428
  * @param {String} [transactionid] The id of the transaction this operation is being run in
428
- * @param {module:api/GraphRelationshipsApi~get11Callback} callback The callback function, accepting three arguments: error, data, response
429
+ * @param {module:api/GraphRelationshipsApi~get10Callback} callback The callback function, accepting three arguments: error, data, response
429
430
  */
430
431
  }, {
431
- key: "get11",
432
- value: function get11(opts, callback) {
432
+ key: "get10",
433
+ value: function get10(opts, callback) {
433
434
  opts = opts || {};
434
435
  var postBody = null;
435
436
  var pathParams = {};
@@ -451,12 +452,12 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
451
452
  var contentTypes = [];
452
453
  var accepts = ['*/*'];
453
454
  var returnType = null;
454
- return this.apiClient.callApi('/graph/data/relationship', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
455
+ return this.apiClient.callApi('/graph/data/relationshiptype', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
455
456
  }
456
457
 
457
458
  /**
458
- * Callback function to receive the result of the get12 operation.
459
- * @callback module:api/GraphRelationshipsApi~get12Callback
459
+ * Callback function to receive the result of the get9 operation.
460
+ * @callback module:api/GraphRelationshipsApi~get9Callback
460
461
  * @param {String} error Error message, if any.
461
462
  * @param data This operation does not return a value.
462
463
  * @param {String} response The complete HTTP response.
@@ -475,11 +476,11 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
475
476
  * @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
476
477
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
477
478
  * @param {String} [transactionid] The id of the transaction this operation is being run in
478
- * @param {module:api/GraphRelationshipsApi~get12Callback} callback The callback function, accepting three arguments: error, data, response
479
+ * @param {module:api/GraphRelationshipsApi~get9Callback} callback The callback function, accepting three arguments: error, data, response
479
480
  */
480
481
  }, {
481
- key: "get12",
482
- value: function get12(opts, callback) {
482
+ key: "get9",
483
+ value: function get9(opts, callback) {
483
484
  opts = opts || {};
484
485
  var postBody = null;
485
486
  var pathParams = {};
@@ -501,7 +502,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
501
502
  var contentTypes = [];
502
503
  var accepts = ['*/*'];
503
504
  var returnType = null;
504
- return this.apiClient.callApi('/graph/data/relationshiptype', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
505
+ return this.apiClient.callApi('/graph/data/relationship', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
505
506
  }
506
507
 
507
508
  /**
@@ -990,7 +991,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
990
991
  * Callback function to receive the result of the getRelationshipTypeById operation.
991
992
  * @callback module:api/GraphRelationshipsApi~getRelationshipTypeByIdCallback
992
993
  * @param {String} error Error message, if any.
993
- * @param {module:model/GraphRelationshipType} data The data returned by the service call.
994
+ * @param {module:model/GraphRelationshipTypeResponse} data The data returned by the service call.
994
995
  * @param {String} response The complete HTTP response.
995
996
  */
996
997
 
@@ -1009,7 +1010,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1009
1010
  * @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
1011
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1011
1012
  * @param {module:api/GraphRelationshipsApi~getRelationshipTypeByIdCallback} callback The callback function, accepting three arguments: error, data, response
1012
- * data is of type: {@link module:model/GraphRelationshipType}
1013
+ * data is of type: {@link module:model/GraphRelationshipTypeResponse}
1013
1014
  */
1014
1015
  }, {
1015
1016
  key: "getRelationshipTypeById",
@@ -1040,7 +1041,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1040
1041
  var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
1041
1042
  var contentTypes = [];
1042
1043
  var accepts = ['application/json'];
1043
- var returnType = _GraphRelationshipType["default"];
1044
+ var returnType = _GraphRelationshipTypeResponse["default"];
1044
1045
  return this.apiClient.callApi('/graph/data/relationshiptype/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1045
1046
  }
1046
1047
 
@@ -1048,7 +1049,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1048
1049
  * Callback function to receive the result of the getRelationshipTypeByKey operation.
1049
1050
  * @callback module:api/GraphRelationshipsApi~getRelationshipTypeByKeyCallback
1050
1051
  * @param {String} error Error message, if any.
1051
- * @param {module:model/GraphRelationshipType} data The data returned by the service call.
1052
+ * @param {module:model/GraphRelationshipTypeResponse} data The data returned by the service call.
1052
1053
  * @param {String} response The complete HTTP response.
1053
1054
  */
1054
1055
 
@@ -1067,7 +1068,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1067
1068
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1068
1069
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1069
1070
  * @param {module:api/GraphRelationshipsApi~getRelationshipTypeByKeyCallback} callback The callback function, accepting three arguments: error, data, response
1070
- * data is of type: {@link module:model/GraphRelationshipType}
1071
+ * data is of type: {@link module:model/GraphRelationshipTypeResponse}
1071
1072
  */
1072
1073
  }, {
1073
1074
  key: "getRelationshipTypeByKey",
@@ -1098,7 +1099,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1098
1099
  var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
1099
1100
  var contentTypes = [];
1100
1101
  var accepts = ['application/json'];
1101
- var returnType = _GraphRelationshipType["default"];
1102
+ var returnType = _GraphRelationshipTypeResponse["default"];
1102
1103
  return this.apiClient.callApi('/graph/data/relationshiptype/{key}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1103
1104
  }
1104
1105