@gobodo/gobodo-api 0.1.4 → 0.1.5

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 (163) hide show
  1. package/README.md +11 -9
  2. package/dist/ApiClient.js +2 -2
  3. package/dist/api/ActionTypesApi.js +1 -1
  4. package/dist/api/AdCampaignsApi.js +1 -1
  5. package/dist/api/AdManagementApi.js +1 -1
  6. package/dist/api/AdminDataManagementApi.js +1 -1
  7. package/dist/api/AdsApi.js +1 -1
  8. package/dist/api/AttachmentsApi.js +1 -1
  9. package/dist/api/AuthenticationApi.js +1 -1
  10. package/dist/api/CategoriesApi.js +1 -1
  11. package/dist/api/CommentsApi.js +1 -1
  12. package/dist/api/ContentManagementApi.js +1 -1
  13. package/dist/api/ConversationsApi.js +1 -1
  14. package/dist/api/DataSheetImportsApi.js +1 -1
  15. package/dist/api/DefaultApi.js +1 -1
  16. package/dist/api/DocumentsApi.js +1 -1
  17. package/dist/api/EntryPartsApi.js +1 -1
  18. package/dist/api/FacebookApi.js +1 -1
  19. package/dist/api/FieldsApi.js +1 -1
  20. package/dist/api/FilesApi.js +1 -1
  21. package/dist/api/FormsApi.js +1 -1
  22. package/dist/api/FunctionsApi.js +1 -1
  23. package/dist/api/GeocodeApi.js +1 -1
  24. package/dist/api/GoogleApi.js +1 -1
  25. package/dist/api/GraphActionsApi.js +1 -1
  26. package/dist/api/GraphObjectTypesApi.js +1 -1
  27. package/dist/api/GraphObjectsApi.js +97 -9
  28. package/dist/api/GraphRelationshipTypesApi.js +1 -1
  29. package/dist/api/GraphRelationshipsApi.js +1 -1
  30. package/dist/api/GraphSchemasApi.js +1 -1
  31. package/dist/api/GraphTraversalApi.js +1 -1
  32. package/dist/api/GraphsApi.js +3 -3
  33. package/dist/api/GroupsApi.js +1 -1
  34. package/dist/api/IAMApi.js +1 -1
  35. package/dist/api/ImagesApi.js +1 -1
  36. package/dist/api/InvitesApi.js +1 -1
  37. package/dist/api/LikesApi.js +1 -1
  38. package/dist/api/LinkedINApi.js +1 -1
  39. package/dist/api/LiveMeetingsApi.js +7 -7
  40. package/dist/api/MeetingEventsApi.js +1 -1
  41. package/dist/api/PagesApi.js +1 -1
  42. package/dist/api/PostsApi.js +1 -1
  43. package/dist/api/PrivateMessagesApi.js +1 -1
  44. package/dist/api/PublicationsApi.js +1 -1
  45. package/dist/api/ScreensApi.js +1 -1
  46. package/dist/api/SocialIntegrationApi.js +1 -1
  47. package/dist/api/StripeAccountsApi.js +1 -1
  48. package/dist/api/TagsApi.js +2 -2
  49. package/dist/api/TemplatesApi.js +1 -1
  50. package/dist/api/ThemeMappingsApi.js +1 -1
  51. package/dist/api/TransactionsApi.js +1 -1
  52. package/dist/api/TwitterApi.js +1 -1
  53. package/dist/api/UserTagsApi.js +1 -1
  54. package/dist/api/UsersApi.js +1 -1
  55. package/dist/api/UtilsApi.js +1 -1
  56. package/dist/api/VideosApi.js +1 -1
  57. package/dist/model/APIClient.js +9 -9
  58. package/dist/model/Article.js +1 -1
  59. package/dist/model/Authorization.js +1 -1
  60. package/dist/model/Comment.js +9 -9
  61. package/dist/model/Coordinates.js +1 -1
  62. package/dist/model/CreateAccountResponse.js +1 -1
  63. package/dist/model/CreateCustomerResponse.js +1 -1
  64. package/dist/model/CreateStripeAccountInput.js +1 -1
  65. package/dist/model/CreateStripeCustomerInput.js +1 -1
  66. package/dist/model/DataObject.js +1 -1
  67. package/dist/model/DataSheetImport.js +37 -37
  68. package/dist/model/DataSheetImportPrivacySettings.js +1 -1
  69. package/dist/model/DataSheetImportSummary.js +1 -1
  70. package/dist/model/Document.js +1 -1
  71. package/dist/model/DocumentPart.js +10 -10
  72. package/dist/model/DocumentPartType.js +9 -9
  73. package/dist/model/DocumentType.js +13 -13
  74. package/dist/model/FieldMapping.js +1 -1
  75. package/dist/model/Fields.js +26 -26
  76. package/dist/model/File.js +9 -9
  77. package/dist/model/Filter.js +1 -1
  78. package/dist/model/FilterManager.js +1 -1
  79. package/dist/model/Form.js +1 -1
  80. package/dist/model/FormSection.js +1 -1
  81. package/dist/model/FormSubmission.js +1 -1
  82. package/dist/model/Geocode.js +1 -1
  83. package/dist/model/GeocodePayload.js +1 -1
  84. package/dist/model/GeolocationInput.js +1 -1
  85. package/dist/model/Graph.js +13 -13
  86. package/dist/model/GraphAction.js +1 -1
  87. package/dist/model/GraphDatabaseService.js +1 -1
  88. package/dist/model/GraphGeocode.js +1 -1
  89. package/dist/model/GraphIteratorEntryPart.js +1 -1
  90. package/dist/model/GraphIteratorEntryPartStackTrace.js +1 -1
  91. package/dist/model/GraphObject.js +1 -1
  92. package/dist/model/GraphObjectPayload.js +10 -1
  93. package/dist/model/GraphObjectSchema.js +11 -11
  94. package/dist/model/GraphObjectType.js +10 -10
  95. package/dist/model/GraphObjectTypeSchema.js +10 -10
  96. package/dist/model/GraphOwner.js +1 -1
  97. package/dist/model/GraphRelation.js +1 -1
  98. package/dist/model/GraphRelationObjectObject.js +1 -1
  99. package/dist/model/GraphRelationship.js +1 -1
  100. package/dist/model/GraphRelationshipPayload.js +1 -1
  101. package/dist/model/GraphRelationshipType.js +1 -1
  102. package/dist/model/GraphSchema.js +28 -28
  103. package/dist/model/GraphTraversalInput.js +1 -1
  104. package/dist/model/Image.js +23 -23
  105. package/dist/model/InlineObject.js +1 -1
  106. package/dist/model/InlineObject1.js +1 -1
  107. package/dist/model/InlineObject2.js +1 -1
  108. package/dist/model/InlineObject3.js +1 -1
  109. package/dist/model/InlineObject4.js +1 -1
  110. package/dist/model/InlineObject5.js +1 -1
  111. package/dist/model/InlineResponseDefault.js +1 -1
  112. package/dist/model/Link.js +17 -17
  113. package/dist/model/LiveStreamInfo.js +1 -1
  114. package/dist/model/MeetingEvent.js +1 -1
  115. package/dist/model/MeetingEventTimezone.js +1 -1
  116. package/dist/model/MeetingInfo.js +1 -1
  117. package/dist/model/Member.js +14 -14
  118. package/dist/model/MemberGroupCategory.js +1 -1
  119. package/dist/model/MemberList.js +1 -1
  120. package/dist/model/MessageGroup.js +9 -9
  121. package/dist/model/Objecttype.js +10 -10
  122. package/dist/model/Page.js +1 -1
  123. package/dist/model/PageSchema.js +10 -10
  124. package/dist/model/Pageable.js +1 -1
  125. package/dist/model/Path.js +1 -1
  126. package/dist/model/PaymentIntentInput.js +1 -1
  127. package/dist/model/PaymentIntentResponse.js +1 -1
  128. package/dist/model/PaymentMethod.js +1 -1
  129. package/dist/model/Post.js +1 -1
  130. package/dist/model/PrivateMessage.js +1 -1
  131. package/dist/model/PrivateMessageConversation.js +1 -1
  132. package/dist/model/PrivateMessageConversationSchema.js +1 -1
  133. package/dist/model/Profile.js +1 -1
  134. package/dist/model/Profiletype.js +1 -1
  135. package/dist/model/PropertyContainer.js +9 -9
  136. package/dist/model/RelationshipMapping.js +1 -1
  137. package/dist/model/ScreenSchema.js +1 -1
  138. package/dist/model/SimulcastInfo.js +1 -1
  139. package/dist/model/SkinField.js +26 -26
  140. package/dist/model/SocialGroup.js +1 -1
  141. package/dist/model/SocialGroupType.js +1 -1
  142. package/dist/model/Sort.js +1 -1
  143. package/dist/model/StatusUpdate.js +1 -1
  144. package/dist/model/StreetAddress.js +1 -1
  145. package/dist/model/StripeAccount.js +1 -1
  146. package/dist/model/StripeCustomerAccount.js +1 -1
  147. package/dist/model/Template.js +1 -1
  148. package/dist/model/TemplateSchema.js +1 -1
  149. package/dist/model/ThemeMapping.js +1 -1
  150. package/dist/model/ThemeMappingPayload.js +1 -1
  151. package/dist/model/Transaction.js +1 -1
  152. package/dist/model/User.js +14 -14
  153. package/dist/model/UserDataPayload.js +14 -14
  154. package/dist/model/UserDomain.js +1 -1
  155. package/dist/model/UserInvite.js +1 -1
  156. package/dist/model/UserInviteInput.js +1 -1
  157. package/dist/model/UserSchema.js +14 -14
  158. package/dist/model/UserTag.js +1 -1
  159. package/dist/model/Video.js +14 -14
  160. package/dist/model/VideoLiveUrl.js +1 -1
  161. package/dist/model/VideoSchema.js +14 -14
  162. package/dist/model/ZeusPortalCategory.js +1 -1
  163. package/package.json +1 -1
package/README.md CHANGED
@@ -4,8 +4,8 @@ GobodoApi - JavaScript client for gobodo_api
4
4
  REST Interface for Gobodo API
5
5
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
6
6
 
7
- - API version: 0.1.4
8
- - Package version: 0.1.4
7
+ - API version: 0.1.5
8
+ - Package version: 0.1.5
9
9
  - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
10
10
 
11
11
  ## Installation
@@ -330,13 +330,15 @@ Class | Method | HTTP request | Description
330
330
  *GobodoApi.GraphObjectTypesApi* | [**getMyObjectTypes**](docs/GraphObjectTypesApi.md#getMyObjectTypes) | **GET** /graph/data/objecttype/mine |
331
331
  *GobodoApi.GraphObjectTypesApi* | [**updateTemplate1**](docs/GraphObjectTypesApi.md#updateTemplate1) | **PUT** /graph/data/objecttype/{id}/template |
332
332
  *GobodoApi.GraphObjectsApi* | [**addLiveMeeting**](docs/GraphObjectsApi.md#addLiveMeeting) | **PUT** /graph/data/live/{objectid}/add | Adds a live meeting to the object
333
- *GobodoApi.GraphObjectsApi* | [**addLiveMeeting1**](docs/GraphObjectsApi.md#addLiveMeeting1) | **PUT** /graph/data/live/{objectid}/stream | Adds a live meeting to the object
333
+ *GobodoApi.GraphObjectsApi* | [**addLiveStream**](docs/GraphObjectsApi.md#addLiveStream) | **PUT** /graph/data/live/{objectid}/stream | Adds a live meeting to the object
334
334
  *GobodoApi.GraphObjectsApi* | [**attachFile**](docs/GraphObjectsApi.md#attachFile) | **POST** /graph/data/object/{id}/attachfile |
335
335
  *GobodoApi.GraphObjectsApi* | [**attachImage**](docs/GraphObjectsApi.md#attachImage) | **POST** /graph/data/object/{id}/attachimage |
336
336
  *GobodoApi.GraphObjectsApi* | [**createActions**](docs/GraphObjectsApi.md#createActions) | **POST** /graph/data/object/{id}/actions |
337
337
  *GobodoApi.GraphObjectsApi* | [**createAddObjectsToGraph**](docs/GraphObjectsApi.md#createAddObjectsToGraph) | **PUT** /graph/data/graph/{id}/objects | Adds objects to the graph
338
338
  *GobodoApi.GraphObjectsApi* | [**createGeocodes**](docs/GraphObjectsApi.md#createGeocodes) | **POST** /graph/data/object/{id}/geocode |
339
339
  *GobodoApi.GraphObjectsApi* | [**createInviteOnObject**](docs/GraphObjectsApi.md#createInviteOnObject) | **POST** /graph/data/invites/{objectid}/invite | Returns an invite by id
340
+ *GobodoApi.GraphObjectsApi* | [**createObject**](docs/GraphObjectsApi.md#createObject) | **POST** /graph/data/object | Create Objects
341
+ *GobodoApi.GraphObjectsApi* | [**createObjects**](docs/GraphObjectsApi.md#createObjects) | **POST** /graph/data/object/createobjects | Create Objects
340
342
  *GobodoApi.GraphObjectsApi* | [**createRelationship**](docs/GraphObjectsApi.md#createRelationship) | **POST** /graph/data/object/{id}/relationship | Create a Relationship
341
343
  *GobodoApi.GraphObjectsApi* | [**createRelationships**](docs/GraphObjectsApi.md#createRelationships) | **POST** /graph/data/object/{id}/relationships | Create Relationships
342
344
  *GobodoApi.GraphObjectsApi* | [**deleteGeocode**](docs/GraphObjectsApi.md#deleteGeocode) | **DELETE** /graph/data/object/{id}/geocode/{geocodeid} |
@@ -369,8 +371,8 @@ Class | Method | HTTP request | Description
369
371
  *GobodoApi.GraphObjectsApi* | [**getObjectProperties**](docs/GraphObjectsApi.md#getObjectProperties) | **GET** /graph/data/object/{id}/properties | Get Properties
370
372
  *GobodoApi.GraphObjectsApi* | [**getObjectProperty**](docs/GraphObjectsApi.md#getObjectProperty) | **GET** /graph/data/object/{id}/properties/{prop} | Get Property
371
373
  *GobodoApi.GraphObjectsApi* | [**getObjectsInGraph**](docs/GraphObjectsApi.md#getObjectsInGraph) | **GET** /graph/data/graph/{id}/objects | Get objects in the graph
372
- *GobodoApi.GraphObjectsApi* | [**getObjectsInGraphByTag**](docs/GraphObjectsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/{tag} | Get objects in the graph with the given tag
373
- *GobodoApi.GraphObjectsApi* | [**getObjectsInGraphByType**](docs/GraphObjectsApi.md#getObjectsInGraphByType) | **GET** /graph/data/graph/{id}/objects/:{type} | Get objects in the graph with the given object type
374
+ *GobodoApi.GraphObjectsApi* | [**getObjectsInGraphByTag**](docs/GraphObjectsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/tag/{tag} | Get objects in the graph with the given tag
375
+ *GobodoApi.GraphObjectsApi* | [**getObjectsInGraphByType**](docs/GraphObjectsApi.md#getObjectsInGraphByType) | **GET** /graph/data/graph/{id}/objects/type/{type} | Get objects in the graph with the given object type
374
376
  *GobodoApi.GraphObjectsApi* | [**getRelatedObjects**](docs/GraphObjectsApi.md#getRelatedObjects) | **GET** /graph/data/object/{id}/relatedobjects/{reltypeid} | Get Related Objects
375
377
  *GobodoApi.GraphObjectsApi* | [**getRelatedObjectsIn**](docs/GraphObjectsApi.md#getRelatedObjectsIn) | **GET** /graph/data/object/{id}/relatedobjects/{reltypeid}/in | Get Related Objects
376
378
  *GobodoApi.GraphObjectsApi* | [**getRelatedObjectsOut**](docs/GraphObjectsApi.md#getRelatedObjectsOut) | **GET** /graph/data/object/{id}/relatedobjects/{reltypeid}/out | Get Related Objects
@@ -456,8 +458,8 @@ Class | Method | HTTP request | Description
456
458
  *GobodoApi.GraphsApi* | [**get13**](docs/GraphsApi.md#get13) | **GET** /graph/data/graph |
457
459
  *GobodoApi.GraphsApi* | [**get14**](docs/GraphsApi.md#get14) | **GET** /graph/data/graph/{id} |
458
460
  *GobodoApi.GraphsApi* | [**getObjectsInGraph**](docs/GraphsApi.md#getObjectsInGraph) | **GET** /graph/data/graph/{id}/objects | Get objects in the graph
459
- *GobodoApi.GraphsApi* | [**getObjectsInGraphByTag**](docs/GraphsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/{tag} | Get objects in the graph with the given tag
460
- *GobodoApi.GraphsApi* | [**getObjectsInGraphByType**](docs/GraphsApi.md#getObjectsInGraphByType) | **GET** /graph/data/graph/{id}/objects/:{type} | Get objects in the graph with the given object type
461
+ *GobodoApi.GraphsApi* | [**getObjectsInGraphByTag**](docs/GraphsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/tag/{tag} | Get objects in the graph with the given tag
462
+ *GobodoApi.GraphsApi* | [**getObjectsInGraphByType**](docs/GraphsApi.md#getObjectsInGraphByType) | **GET** /graph/data/graph/{id}/objects/type/{type} | Get objects in the graph with the given object type
461
463
  *GobodoApi.GraphsApi* | [**getRelationships**](docs/GraphsApi.md#getRelationships) | **GET** /graph/data/graph/{id}/relationships | Get relationships in the graph
462
464
  *GobodoApi.GraphsApi* | [**getRelationships1**](docs/GraphsApi.md#getRelationships1) | **GET** /graph/data/graph/{id}/relationships/{type} | Get relationships in the graph with the given object type
463
465
  *GobodoApi.GraphsApi* | [**getSchemas**](docs/GraphsApi.md#getSchemas) | **GET** /graph/data/graph/{id}/schemas | Get schemas in the graph
@@ -504,7 +506,7 @@ Class | Method | HTTP request | Description
504
506
  *GobodoApi.LikesApi* | [**setActionProperty1**](docs/LikesApi.md#setActionProperty1) | **PUT** /graph/data/likes/{id}/properties/{prop} | Update Property
505
507
  *GobodoApi.LinkedINApi* | [**loginLinkedIn**](docs/LinkedINApi.md#loginLinkedIn) | **POST** /graph/data/auth_linkedin |
506
508
  *GobodoApi.LiveMeetingsApi* | [**addLiveMeeting**](docs/LiveMeetingsApi.md#addLiveMeeting) | **PUT** /graph/data/live/{objectid}/add | Adds a live meeting to the object
507
- *GobodoApi.LiveMeetingsApi* | [**addLiveMeeting1**](docs/LiveMeetingsApi.md#addLiveMeeting1) | **PUT** /graph/data/live/{objectid}/stream | Adds a live meeting to the object
509
+ *GobodoApi.LiveMeetingsApi* | [**addLiveStream**](docs/LiveMeetingsApi.md#addLiveStream) | **PUT** /graph/data/live/{objectid}/stream | Adds a live meeting to the object
508
510
  *GobodoApi.MeetingEventsApi* | [**deleteObject**](docs/MeetingEventsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
509
511
  *GobodoApi.MeetingEventsApi* | [**getEvents**](docs/MeetingEventsApi.md#getEvents) | **GET** /graph/data/object/{id}/events | Get Events
510
512
  *GobodoApi.MeetingEventsApi* | [**getEventsDateRange**](docs/MeetingEventsApi.md#getEventsDateRange) | **GET** /graph/data/object/{id}/events/{startdate}:{enddate} | Get Events Date Range
@@ -557,7 +559,7 @@ Class | Method | HTTP request | Description
557
559
  *GobodoApi.StripeAccountsApi* | [**getStripePaymentMethods**](docs/StripeAccountsApi.md#getStripePaymentMethods) | **GET** /graph/data/stripe/customer/{customerID}/paymentmethods | Retrieves the payment methods for the customer stored in stripe
558
560
  *GobodoApi.StripeAccountsApi* | [**updateAccountLink**](docs/StripeAccountsApi.md#updateAccountLink) | **PUT** /graph/data/stripe/account/{accountID} | Creates an Account Link which enables the user to update their Stripe account details
559
561
  *GobodoApi.StripeAccountsApi* | [**updateCustomer**](docs/StripeAccountsApi.md#updateCustomer) | **PUT** /graph/data/stripe/customer/{customerID} | Updates the customer account and returns a client secret to enable user to update their details on Stripe
560
- *GobodoApi.TagsApi* | [**getObjectsInGraphByTag**](docs/TagsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/{tag} | Get objects in the graph with the given tag
562
+ *GobodoApi.TagsApi* | [**getObjectsInGraphByTag**](docs/TagsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/tag/{tag} | Get objects in the graph with the given tag
561
563
  *GobodoApi.TemplatesApi* | [**createScreen**](docs/TemplatesApi.md#createScreen) | **POST** /graph/data/templates |
562
564
  *GobodoApi.TemplatesApi* | [**editScreen**](docs/TemplatesApi.md#editScreen) | **PUT** /graph/data/templates/{screenid} |
563
565
  *GobodoApi.TemplatesApi* | [**getScreenById**](docs/TemplatesApi.md#getScreenById) | **GET** /graph/data/templates/{screenId} |
package/dist/ApiClient.js CHANGED
@@ -21,7 +21,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
21
21
 
22
22
  /**
23
23
  * @module ApiClient
24
- * @version 0.1.4
24
+ * @version 0.1.5
25
25
  */
26
26
 
27
27
  /**
@@ -65,7 +65,7 @@ var ApiClient = /*#__PURE__*/function () {
65
65
  */
66
66
 
67
67
  this.defaultHeaders = {
68
- 'User-Agent': 'OpenAPI-Generator/0.1.4/Javascript'
68
+ 'User-Agent': 'OpenAPI-Generator/0.1.5/Javascript'
69
69
  };
70
70
  /**
71
71
  * The default HTTP timeout for all API calls.
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * ActionTypes service.
22
22
  * @module api/ActionTypesApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var ActionTypesApi = /*#__PURE__*/function () {
26
26
  /**
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
22
22
  /**
23
23
  * AdCampaigns service.
24
24
  * @module api/AdCampaignsApi
25
- * @version 0.1.4
25
+ * @version 0.1.5
26
26
  */
27
27
  var AdCampaignsApi = /*#__PURE__*/function () {
28
28
  /**
@@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
24
24
  /**
25
25
  * AdManagement service.
26
26
  * @module api/AdManagementApi
27
- * @version 0.1.4
27
+ * @version 0.1.5
28
28
  */
29
29
  var AdManagementApi = /*#__PURE__*/function () {
30
30
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * AdminDataManagement service.
22
22
  * @module api/AdminDataManagementApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var AdminDataManagementApi = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * Ads service.
22
22
  * @module api/AdsApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var AdsApi = /*#__PURE__*/function () {
26
26
  /**
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
26
26
  /**
27
27
  * Attachments service.
28
28
  * @module api/AttachmentsApi
29
- * @version 0.1.4
29
+ * @version 0.1.5
30
30
  */
31
31
  var AttachmentsApi = /*#__PURE__*/function () {
32
32
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * Authentication service.
22
22
  * @module api/AuthenticationApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var AuthenticationApi = /*#__PURE__*/function () {
26
26
  /**
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
22
22
  /**
23
23
  * Categories service.
24
24
  * @module api/CategoriesApi
25
- * @version 0.1.4
25
+ * @version 0.1.5
26
26
  */
27
27
  var CategoriesApi = /*#__PURE__*/function () {
28
28
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * Comments service.
22
22
  * @module api/CommentsApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var CommentsApi = /*#__PURE__*/function () {
26
26
  /**
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
26
26
  /**
27
27
  * ContentManagement service.
28
28
  * @module api/ContentManagementApi
29
- * @version 0.1.4
29
+ * @version 0.1.5
30
30
  */
31
31
  var ContentManagementApi = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
26
26
  /**
27
27
  * Conversations service.
28
28
  * @module api/ConversationsApi
29
- * @version 0.1.4
29
+ * @version 0.1.5
30
30
  */
31
31
  var ConversationsApi = /*#__PURE__*/function () {
32
32
  /**
@@ -30,7 +30,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
30
30
  /**
31
31
  * DataSheetImports service.
32
32
  * @module api/DataSheetImportsApi
33
- * @version 0.1.4
33
+ * @version 0.1.5
34
34
  */
35
35
  var DataSheetImportsApi = /*#__PURE__*/function () {
36
36
  /**
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
26
26
  /**
27
27
  * Default service.
28
28
  * @module api/DefaultApi
29
- * @version 0.1.4
29
+ * @version 0.1.5
30
30
  */
31
31
  var DefaultApi = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
26
26
  /**
27
27
  * Documents service.
28
28
  * @module api/DocumentsApi
29
- * @version 0.1.4
29
+ * @version 0.1.5
30
30
  */
31
31
  var DocumentsApi = /*#__PURE__*/function () {
32
32
  /**
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
22
22
  /**
23
23
  * EntryParts service.
24
24
  * @module api/EntryPartsApi
25
- * @version 0.1.4
25
+ * @version 0.1.5
26
26
  */
27
27
  var EntryPartsApi = /*#__PURE__*/function () {
28
28
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * Facebook service.
22
22
  * @module api/FacebookApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var FacebookApi = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * Fields service.
22
22
  * @module api/FieldsApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var FieldsApi = /*#__PURE__*/function () {
26
26
  /**
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
22
22
  /**
23
23
  * Files service.
24
24
  * @module api/FilesApi
25
- * @version 0.1.4
25
+ * @version 0.1.5
26
26
  */
27
27
  var FilesApi = /*#__PURE__*/function () {
28
28
  /**
@@ -28,7 +28,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
28
28
  /**
29
29
  * Forms service.
30
30
  * @module api/FormsApi
31
- * @version 0.1.4
31
+ * @version 0.1.5
32
32
  */
33
33
  var FormsApi = /*#__PURE__*/function () {
34
34
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * Functions service.
22
22
  * @module api/FunctionsApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var FunctionsApi = /*#__PURE__*/function () {
26
26
  /**
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
26
26
  /**
27
27
  * Geocode service.
28
28
  * @module api/GeocodeApi
29
- * @version 0.1.4
29
+ * @version 0.1.5
30
30
  */
31
31
  var GeocodeApi = /*#__PURE__*/function () {
32
32
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * Google service.
22
22
  * @module api/GoogleApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var GoogleApi = /*#__PURE__*/function () {
26
26
  /**
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
22
22
  /**
23
23
  * GraphActions service.
24
24
  * @module api/GraphActionsApi
25
- * @version 0.1.4
25
+ * @version 0.1.5
26
26
  */
27
27
  var GraphActionsApi = /*#__PURE__*/function () {
28
28
  /**
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
22
22
  /**
23
23
  * GraphObjectTypes service.
24
24
  * @module api/GraphObjectTypesApi
25
- * @version 0.1.4
25
+ * @version 0.1.5
26
26
  */
27
27
  var GraphObjectTypesApi = /*#__PURE__*/function () {
28
28
  /**
@@ -62,7 +62,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
62
62
  /**
63
63
  * GraphObjects service.
64
64
  * @module api/GraphObjectsApi
65
- * @version 0.1.4
65
+ * @version 0.1.5
66
66
  */
67
67
  var GraphObjectsApi = /*#__PURE__*/function () {
68
68
  /**
@@ -130,8 +130,8 @@ var GraphObjectsApi = /*#__PURE__*/function () {
130
130
  return this.apiClient.callApi('/graph/data/live/{objectid}/add', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
131
131
  }
132
132
  /**
133
- * Callback function to receive the result of the addLiveMeeting1 operation.
134
- * @callback module:api/GraphObjectsApi~addLiveMeeting1Callback
133
+ * Callback function to receive the result of the addLiveStream operation.
134
+ * @callback module:api/GraphObjectsApi~addLiveStreamCallback
135
135
  * @param {String} error Error message, if any.
136
136
  * @param {Object.<String, module:model/{String: InlineObject5}>} data The data returned by the service call.
137
137
  * @param {String} response The complete HTTP response.
@@ -145,18 +145,18 @@ var GraphObjectsApi = /*#__PURE__*/function () {
145
145
  * @param {String} opts.authorization The authorization token of the logged in user
146
146
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
147
147
  * @param {String} opts.transactionid The id of the transaction this operation is being run in
148
- * @param {module:api/GraphObjectsApi~addLiveMeeting1Callback} callback The callback function, accepting three arguments: error, data, response
148
+ * @param {module:api/GraphObjectsApi~addLiveStreamCallback} callback The callback function, accepting three arguments: error, data, response
149
149
  * data is of type: {@link Object.<String, module:model/{String: InlineObject5}>}
150
150
  */
151
151
 
152
152
  }, {
153
- key: "addLiveMeeting1",
154
- value: function addLiveMeeting1(objectid, opts, callback) {
153
+ key: "addLiveStream",
154
+ value: function addLiveStream(objectid, opts, callback) {
155
155
  opts = opts || {};
156
156
  var postBody = null; // verify the required parameter 'objectid' is set
157
157
 
158
158
  if (objectid === undefined || objectid === null) {
159
- throw new Error("Missing the required parameter 'objectid' when calling addLiveMeeting1");
159
+ throw new Error("Missing the required parameter 'objectid' when calling addLiveStream");
160
160
  }
161
161
 
162
162
  var pathParams = {
@@ -473,6 +473,94 @@ var GraphObjectsApi = /*#__PURE__*/function () {
473
473
  var returnType = _UserInvite["default"];
474
474
  return this.apiClient.callApi('/graph/data/invites/{objectid}/invite', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
475
475
  }
476
+ /**
477
+ * Callback function to receive the result of the createObject operation.
478
+ * @callback module:api/GraphObjectsApi~createObjectCallback
479
+ * @param {String} error Error message, if any.
480
+ * @param {module:model/GraphObjectSchema} data The data returned by the service call.
481
+ * @param {String} response The complete HTTP response.
482
+ */
483
+
484
+ /**
485
+ * Create Objects
486
+ * Create graph object(s)
487
+ * @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject object data or array of object data to create
488
+ * @param {Object} opts Optional parameters
489
+ * @param {String} opts.authorization The authorization token of the logged in user
490
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
491
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
492
+ * @param {module:api/GraphObjectsApi~createObjectCallback} callback The callback function, accepting three arguments: error, data, response
493
+ * data is of type: {@link module:model/GraphObjectSchema}
494
+ */
495
+
496
+ }, {
497
+ key: "createObject",
498
+ value: function createObject(graphObjectPayload, opts, callback) {
499
+ opts = opts || {};
500
+ var postBody = graphObjectPayload; // verify the required parameter 'graphObjectPayload' is set
501
+
502
+ if (graphObjectPayload === undefined || graphObjectPayload === null) {
503
+ throw new Error("Missing the required parameter 'graphObjectPayload' when calling createObject");
504
+ }
505
+
506
+ var pathParams = {};
507
+ var queryParams = {};
508
+ var headerParams = {
509
+ 'Authorization': opts['authorization'],
510
+ 'zeusportal-postas': opts['zeusportalPostas'],
511
+ 'transactionid': opts['transactionid']
512
+ };
513
+ var formParams = {};
514
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
515
+ var contentTypes = [];
516
+ var accepts = ['application/json'];
517
+ var returnType = _GraphObjectSchema["default"];
518
+ return this.apiClient.callApi('/graph/data/object', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
519
+ }
520
+ /**
521
+ * Callback function to receive the result of the createObjects operation.
522
+ * @callback module:api/GraphObjectsApi~createObjectsCallback
523
+ * @param {String} error Error message, if any.
524
+ * @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
525
+ * @param {String} response The complete HTTP response.
526
+ */
527
+
528
+ /**
529
+ * Create Objects
530
+ * Create graph object(s)
531
+ * @param {Array.<module:model/GraphObjectPayload>} graphObjectPayload GraphObject object data or array of object data to create
532
+ * @param {Object} opts Optional parameters
533
+ * @param {String} opts.authorization The authorization token of the logged in user
534
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
535
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
536
+ * @param {module:api/GraphObjectsApi~createObjectsCallback} callback The callback function, accepting three arguments: error, data, response
537
+ * data is of type: {@link Array.<module:model/GraphObjectSchema>}
538
+ */
539
+
540
+ }, {
541
+ key: "createObjects",
542
+ value: function createObjects(graphObjectPayload, opts, callback) {
543
+ opts = opts || {};
544
+ var postBody = graphObjectPayload; // verify the required parameter 'graphObjectPayload' is set
545
+
546
+ if (graphObjectPayload === undefined || graphObjectPayload === null) {
547
+ throw new Error("Missing the required parameter 'graphObjectPayload' when calling createObjects");
548
+ }
549
+
550
+ var pathParams = {};
551
+ var queryParams = {};
552
+ var headerParams = {
553
+ 'Authorization': opts['authorization'],
554
+ 'zeusportal-postas': opts['zeusportalPostas'],
555
+ 'transactionid': opts['transactionid']
556
+ };
557
+ var formParams = {};
558
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
559
+ var contentTypes = [];
560
+ var accepts = ['application/json'];
561
+ var returnType = [_GraphObjectSchema["default"]];
562
+ return this.apiClient.callApi('/graph/data/object/createobjects', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
563
+ }
476
564
  /**
477
565
  * Callback function to receive the result of the createRelationship operation.
478
566
  * @callback module:api/GraphObjectsApi~createRelationshipCallback
@@ -2049,7 +2137,7 @@ var GraphObjectsApi = /*#__PURE__*/function () {
2049
2137
  var contentTypes = [];
2050
2138
  var accepts = ['application/json'];
2051
2139
  var returnType = [_GraphObjectSchema["default"]];
2052
- return this.apiClient.callApi('/graph/data/graph/{id}/objects/{tag}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
2140
+ return this.apiClient.callApi('/graph/data/graph/{id}/objects/tag/{tag}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
2053
2141
  }
2054
2142
  /**
2055
2143
  * Callback function to receive the result of the getObjectsInGraphByType operation.
@@ -2101,7 +2189,7 @@ var GraphObjectsApi = /*#__PURE__*/function () {
2101
2189
  var contentTypes = [];
2102
2190
  var accepts = ['application/json'];
2103
2191
  var returnType = [_GraphObjectSchema["default"]];
2104
- return this.apiClient.callApi('/graph/data/graph/{id}/objects/:{type}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
2192
+ return this.apiClient.callApi('/graph/data/graph/{id}/objects/type/{type}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
2105
2193
  }
2106
2194
  /**
2107
2195
  * Callback function to receive the result of the getRelatedObjects operation.
@@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
24
24
  /**
25
25
  * GraphRelationshipTypes service.
26
26
  * @module api/GraphRelationshipTypesApi
27
- * @version 0.1.4
27
+ * @version 0.1.5
28
28
  */
29
29
  var GraphRelationshipTypesApi = /*#__PURE__*/function () {
30
30
  /**
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
26
26
  /**
27
27
  * GraphRelationships service.
28
28
  * @module api/GraphRelationshipsApi
29
- * @version 0.1.4
29
+ * @version 0.1.5
30
30
  */
31
31
  var GraphRelationshipsApi = /*#__PURE__*/function () {
32
32
  /**
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
22
22
  /**
23
23
  * GraphSchemas service.
24
24
  * @module api/GraphSchemasApi
25
- * @version 0.1.4
25
+ * @version 0.1.5
26
26
  */
27
27
  var GraphSchemasApi = /*#__PURE__*/function () {
28
28
  /**
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
26
26
  /**
27
27
  * GraphTraversal service.
28
28
  * @module api/GraphTraversalApi
29
- * @version 0.1.4
29
+ * @version 0.1.5
30
30
  */
31
31
  var GraphTraversalApi = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
26
26
  /**
27
27
  * Graphs service.
28
28
  * @module api/GraphsApi
29
- * @version 0.1.4
29
+ * @version 0.1.5
30
30
  */
31
31
  var GraphsApi = /*#__PURE__*/function () {
32
32
  /**
@@ -317,7 +317,7 @@ var GraphsApi = /*#__PURE__*/function () {
317
317
  var contentTypes = [];
318
318
  var accepts = ['application/json'];
319
319
  var returnType = [_GraphObjectSchema["default"]];
320
- return this.apiClient.callApi('/graph/data/graph/{id}/objects/{tag}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
320
+ return this.apiClient.callApi('/graph/data/graph/{id}/objects/tag/{tag}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
321
321
  }
322
322
  /**
323
323
  * Callback function to receive the result of the getObjectsInGraphByType operation.
@@ -369,7 +369,7 @@ var GraphsApi = /*#__PURE__*/function () {
369
369
  var contentTypes = [];
370
370
  var accepts = ['application/json'];
371
371
  var returnType = [_GraphObjectSchema["default"]];
372
- return this.apiClient.callApi('/graph/data/graph/{id}/objects/:{type}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
372
+ return this.apiClient.callApi('/graph/data/graph/{id}/objects/type/{type}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
373
373
  }
374
374
  /**
375
375
  * Callback function to receive the result of the getRelationships operation.
@@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
24
24
  /**
25
25
  * Groups service.
26
26
  * @module api/GroupsApi
27
- * @version 0.1.4
27
+ * @version 0.1.5
28
28
  */
29
29
  var GroupsApi = /*#__PURE__*/function () {
30
30
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * IAM service.
22
22
  * @module api/IAMApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var IAMApi = /*#__PURE__*/function () {
26
26
  /**
@@ -30,7 +30,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
30
30
  /**
31
31
  * Images service.
32
32
  * @module api/ImagesApi
33
- * @version 0.1.4
33
+ * @version 0.1.5
34
34
  */
35
35
  var ImagesApi = /*#__PURE__*/function () {
36
36
  /**
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
22
22
  /**
23
23
  * Invites service.
24
24
  * @module api/InvitesApi
25
- * @version 0.1.4
25
+ * @version 0.1.5
26
26
  */
27
27
  var InvitesApi = /*#__PURE__*/function () {
28
28
  /**
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
22
22
  /**
23
23
  * Likes service.
24
24
  * @module api/LikesApi
25
- * @version 0.1.4
25
+ * @version 0.1.5
26
26
  */
27
27
  var LikesApi = /*#__PURE__*/function () {
28
28
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * LinkedIN service.
22
22
  * @module api/LinkedINApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var LinkedINApi = /*#__PURE__*/function () {
26
26
  /**