@gobodo/gobodo-api 0.1.3 → 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.
- package/README.md +11 -9
- package/dist/ApiClient.js +2 -2
- package/dist/api/ActionTypesApi.js +1 -1
- package/dist/api/AdCampaignsApi.js +1 -1
- package/dist/api/AdManagementApi.js +1 -1
- package/dist/api/AdminDataManagementApi.js +1 -1
- package/dist/api/AdsApi.js +1 -1
- package/dist/api/AttachmentsApi.js +1 -1
- package/dist/api/AuthenticationApi.js +1 -1
- package/dist/api/CategoriesApi.js +1 -1
- package/dist/api/CommentsApi.js +1 -1
- package/dist/api/ContentManagementApi.js +1 -1
- package/dist/api/ConversationsApi.js +1 -1
- package/dist/api/DataSheetImportsApi.js +1 -1
- package/dist/api/DefaultApi.js +1 -1
- package/dist/api/DocumentsApi.js +1 -1
- package/dist/api/EntryPartsApi.js +1 -1
- package/dist/api/FacebookApi.js +1 -1
- package/dist/api/FieldsApi.js +1 -1
- package/dist/api/FilesApi.js +1 -1
- package/dist/api/FormsApi.js +1 -1
- package/dist/api/FunctionsApi.js +1 -1
- package/dist/api/GeocodeApi.js +1 -1
- package/dist/api/GoogleApi.js +1 -1
- package/dist/api/GraphActionsApi.js +1 -1
- package/dist/api/GraphObjectTypesApi.js +1 -1
- package/dist/api/GraphObjectsApi.js +97 -9
- package/dist/api/GraphRelationshipTypesApi.js +1 -1
- package/dist/api/GraphRelationshipsApi.js +1 -1
- package/dist/api/GraphSchemasApi.js +1 -1
- package/dist/api/GraphTraversalApi.js +1 -1
- package/dist/api/GraphsApi.js +3 -3
- package/dist/api/GroupsApi.js +1 -1
- package/dist/api/IAMApi.js +1 -1
- package/dist/api/ImagesApi.js +1 -1
- package/dist/api/InvitesApi.js +1 -1
- package/dist/api/LikesApi.js +1 -1
- package/dist/api/LinkedINApi.js +1 -1
- package/dist/api/LiveMeetingsApi.js +7 -7
- package/dist/api/MeetingEventsApi.js +1 -1
- package/dist/api/PagesApi.js +1 -1
- package/dist/api/PostsApi.js +1 -1
- package/dist/api/PrivateMessagesApi.js +1 -1
- package/dist/api/PublicationsApi.js +1 -1
- package/dist/api/ScreensApi.js +1 -1
- package/dist/api/SocialIntegrationApi.js +1 -1
- package/dist/api/StripeAccountsApi.js +1 -1
- package/dist/api/TagsApi.js +2 -2
- package/dist/api/TemplatesApi.js +1 -1
- package/dist/api/ThemeMappingsApi.js +1 -1
- package/dist/api/TransactionsApi.js +1 -1
- package/dist/api/TwitterApi.js +1 -1
- package/dist/api/UserTagsApi.js +1 -1
- package/dist/api/UsersApi.js +1 -1
- package/dist/api/UtilsApi.js +1 -1
- package/dist/api/VideosApi.js +1 -1
- package/dist/model/APIClient.js +9 -9
- package/dist/model/Article.js +24 -24
- package/dist/model/Authorization.js +1 -1
- package/dist/model/Comment.js +9 -9
- package/dist/model/Coordinates.js +1 -1
- package/dist/model/CreateAccountResponse.js +1 -1
- package/dist/model/CreateCustomerResponse.js +1 -1
- package/dist/model/CreateStripeAccountInput.js +1 -1
- package/dist/model/CreateStripeCustomerInput.js +1 -1
- package/dist/model/DataObject.js +1 -1
- package/dist/model/DataSheetImport.js +37 -37
- package/dist/model/DataSheetImportPrivacySettings.js +1 -1
- package/dist/model/DataSheetImportSummary.js +1 -1
- package/dist/model/Document.js +23 -23
- package/dist/model/DocumentPart.js +18 -18
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +9 -9
- package/dist/model/FieldMapping.js +1 -1
- package/dist/model/Fields.js +31 -31
- package/dist/model/File.js +10 -10
- package/dist/model/Filter.js +1 -1
- package/dist/model/FilterManager.js +1 -1
- package/dist/model/Form.js +9 -9
- package/dist/model/FormSection.js +1 -1
- package/dist/model/FormSubmission.js +1 -1
- package/dist/model/Geocode.js +1 -1
- package/dist/model/GeocodePayload.js +1 -1
- package/dist/model/GeolocationInput.js +1 -1
- package/dist/model/Graph.js +13 -13
- package/dist/model/GraphAction.js +1 -1
- package/dist/model/GraphDatabaseService.js +10 -10
- package/dist/model/GraphGeocode.js +1 -1
- package/dist/model/GraphIteratorEntryPart.js +1 -1
- package/dist/model/GraphIteratorEntryPartStackTrace.js +1 -1
- package/dist/model/GraphObject.js +1 -1
- package/dist/model/GraphObjectPayload.js +10 -1
- package/dist/model/GraphObjectSchema.js +11 -11
- package/dist/model/GraphObjectType.js +10 -10
- package/dist/model/GraphObjectTypeSchema.js +10 -10
- package/dist/model/GraphOwner.js +1 -1
- package/dist/model/GraphRelation.js +1 -1
- package/dist/model/GraphRelationObjectObject.js +1 -1
- package/dist/model/GraphRelationship.js +1 -1
- package/dist/model/GraphRelationshipPayload.js +1 -1
- package/dist/model/GraphRelationshipType.js +1 -1
- package/dist/model/GraphSchema.js +28 -28
- package/dist/model/GraphTraversalInput.js +1 -1
- package/dist/model/Image.js +26 -26
- package/dist/model/InlineObject.js +1 -1
- package/dist/model/InlineObject1.js +1 -1
- package/dist/model/InlineObject2.js +1 -1
- package/dist/model/InlineObject3.js +1 -1
- package/dist/model/InlineObject4.js +1 -1
- package/dist/model/InlineObject5.js +1 -1
- package/dist/model/InlineResponseDefault.js +1 -1
- package/dist/model/Link.js +17 -17
- package/dist/model/LiveStreamInfo.js +1 -1
- package/dist/model/MeetingEvent.js +10 -10
- package/dist/model/MeetingEventTimezone.js +1 -1
- package/dist/model/MeetingInfo.js +1 -1
- package/dist/model/Member.js +22 -22
- package/dist/model/MemberGroupCategory.js +1 -1
- package/dist/model/MemberList.js +1 -1
- package/dist/model/MessageGroup.js +1 -1
- package/dist/model/Objecttype.js +10 -10
- package/dist/model/Page.js +1 -1
- package/dist/model/PageSchema.js +18 -18
- package/dist/model/Pageable.js +1 -1
- package/dist/model/Path.js +1 -1
- package/dist/model/PaymentIntentInput.js +1 -1
- package/dist/model/PaymentIntentResponse.js +1 -1
- package/dist/model/PaymentMethod.js +1 -1
- package/dist/model/Post.js +1 -1
- package/dist/model/PrivateMessage.js +9 -9
- package/dist/model/PrivateMessageConversation.js +1 -1
- package/dist/model/PrivateMessageConversationSchema.js +1 -1
- package/dist/model/Profile.js +1 -1
- package/dist/model/Profiletype.js +1 -1
- package/dist/model/PropertyContainer.js +9 -9
- package/dist/model/RelationshipMapping.js +1 -1
- package/dist/model/ScreenSchema.js +1 -1
- package/dist/model/SimulcastInfo.js +1 -1
- package/dist/model/SkinField.js +31 -31
- package/dist/model/SocialGroup.js +9 -9
- package/dist/model/SocialGroupType.js +9 -9
- package/dist/model/Sort.js +1 -1
- package/dist/model/StatusUpdate.js +1 -1
- package/dist/model/StreetAddress.js +1 -1
- package/dist/model/StripeAccount.js +1 -1
- package/dist/model/StripeCustomerAccount.js +1 -1
- package/dist/model/Template.js +1 -1
- package/dist/model/TemplateSchema.js +1 -1
- package/dist/model/ThemeMapping.js +9 -9
- package/dist/model/ThemeMappingPayload.js +1 -1
- package/dist/model/Transaction.js +1 -1
- package/dist/model/User.js +22 -22
- package/dist/model/UserDataPayload.js +22 -22
- package/dist/model/UserDomain.js +1 -1
- package/dist/model/UserInvite.js +1 -1
- package/dist/model/UserInviteInput.js +1 -1
- package/dist/model/UserSchema.js +22 -22
- package/dist/model/UserTag.js +1 -1
- package/dist/model/Video.js +23 -23
- package/dist/model/VideoLiveUrl.js +1 -1
- package/dist/model/VideoSchema.js +23 -23
- package/dist/model/ZeusPortalCategory.js +1 -1
- 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.
|
|
8
|
-
- Package version: 0.1.
|
|
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* | [**
|
|
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
|
|
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
|
|
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* | [**
|
|
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.
|
|
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.
|
|
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
|
* AdminDataManagement service.
|
|
22
22
|
* @module api/AdminDataManagementApi
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.5
|
|
24
24
|
*/
|
|
25
25
|
var AdminDataManagementApi = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
package/dist/api/AdsApi.js
CHANGED
package/dist/api/CommentsApi.js
CHANGED
|
@@ -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.
|
|
29
|
+
* @version 0.1.5
|
|
30
30
|
*/
|
|
31
31
|
var ContentManagementApi = /*#__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.
|
|
33
|
+
* @version 0.1.5
|
|
34
34
|
*/
|
|
35
35
|
var DataSheetImportsApi = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
package/dist/api/DefaultApi.js
CHANGED
package/dist/api/DocumentsApi.js
CHANGED
package/dist/api/FacebookApi.js
CHANGED
package/dist/api/FieldsApi.js
CHANGED
package/dist/api/FilesApi.js
CHANGED
package/dist/api/FormsApi.js
CHANGED
package/dist/api/FunctionsApi.js
CHANGED
package/dist/api/GeocodeApi.js
CHANGED
package/dist/api/GoogleApi.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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
|
|
134
|
-
* @callback module:api/GraphObjectsApi~
|
|
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~
|
|
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: "
|
|
154
|
-
value: function
|
|
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
|
|
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
|
|
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.
|
|
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.
|
|
29
|
+
* @version 0.1.5
|
|
30
30
|
*/
|
|
31
31
|
var GraphRelationshipsApi = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/api/GraphsApi.js
CHANGED
|
@@ -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.
|
|
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
|
|
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.
|
package/dist/api/GroupsApi.js
CHANGED
package/dist/api/IAMApi.js
CHANGED
package/dist/api/ImagesApi.js
CHANGED
package/dist/api/InvitesApi.js
CHANGED
package/dist/api/LikesApi.js
CHANGED
package/dist/api/LinkedINApi.js
CHANGED