@gobodo/gobodo-api 0.1.62 → 0.1.64
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 +6 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +2 -2
- package/dist/api/AdCampaignsApi.js +2 -2
- package/dist/api/AdManagementApi.js +2 -2
- package/dist/api/AdminDataManagementApi.js +2 -2
- package/dist/api/AdsApi.js +2 -2
- package/dist/api/AttachmentsApi.js +2 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +2 -2
- package/dist/api/CommentsApi.js +2 -2
- package/dist/api/ContentManagementApi.js +2 -2
- package/dist/api/ConversationsApi.js +2 -2
- package/dist/api/DataSheetImportsApi.js +2 -2
- package/dist/api/DefaultApi.js +2 -2
- package/dist/api/DocumentsApi.js +2 -2
- package/dist/api/EmailsApi.js +2 -2
- package/dist/api/EntryPartsApi.js +2 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +2 -2
- package/dist/api/FilesApi.js +2 -2
- package/dist/api/FormsApi.js +2 -2
- package/dist/api/FunctionsApi.js +2 -2
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionTypesApi.js +2 -2
- package/dist/api/GraphActionsApi.js +2 -2
- package/dist/api/GraphObjectTypesApi.js +61 -2
- package/dist/api/GraphObjectsApi.js +2 -2
- package/dist/api/GraphRelationshipTypesApi.js +62 -2
- package/dist/api/GraphRelationshipsApi.js +2 -2
- package/dist/api/GraphSchemasApi.js +124 -5
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.js +7 -7
- package/dist/api/GroupsApi.js +2 -2
- package/dist/api/IAMApi.js +2 -2
- package/dist/api/ImagesApi.js +2 -2
- package/dist/api/InvitesApi.js +2 -2
- package/dist/api/LikesApi.js +2 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +2 -2
- package/dist/api/MeetingEventsApi.js +2 -2
- package/dist/api/NotificationsApi.js +2 -2
- package/dist/api/PagesApi.js +2 -2
- package/dist/api/PhoneNumbersApi.js +2 -2
- package/dist/api/PostsApi.js +2 -2
- package/dist/api/PrivateMessagesApi.js +2 -2
- package/dist/api/PublicationsApi.js +2 -2
- package/dist/api/ScreensApi.js +2 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +2 -2
- package/dist/api/TagsApi.js +2 -2
- package/dist/api/TemplatesApi.js +2 -2
- package/dist/api/ThemeMappingsApi.js +2 -2
- package/dist/api/TopicsApi.js +2 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +2 -2
- package/dist/api/UsersApi.js +2 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +2 -2
- package/dist/model/APIClient.js +15 -15
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/Article.js +20 -20
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.js +25 -25
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +14 -14
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateFunctionInput.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.js +2 -2
- package/dist/model/CreateTopicListenerInput.js +2 -2
- package/dist/model/CurrencySettings.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Document.js +20 -20
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +14 -14
- package/dist/model/EmailAddress.js +13 -13
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +9 -9
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.js +2 -2
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +2 -2
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/FunctionConfigInput.js +2 -2
- package/dist/model/FunctionEnvironmentConfig.js +2 -2
- package/dist/model/FunctionInput.js +2 -2
- package/dist/model/FunctionOutput.js +2 -2
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/GetFunctionConfig.js +2 -2
- package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
- package/dist/model/GetFunctionResponse.js +2 -2
- package/dist/model/GoogleCloudSettings.js +2 -2
- package/dist/model/Graph.js +31 -31
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +2 -2
- package/dist/model/GraphObjectType.js +10 -10
- package/dist/model/GraphObjectTypeResponse.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +10 -10
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphRelationshipTypeResponse.js +2 -2
- package/dist/model/GraphSchema.js +10 -10
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +2 -2
- package/dist/model/ImageUploadObject.js +2 -2
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/Link.js +2 -2
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +10 -10
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +14 -14
- package/dist/model/Member.js +2 -2
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/NotificationInput.js +2 -2
- package/dist/model/NotificationResponse.js +2 -2
- package/dist/model/NumberSettings.js +2 -2
- package/dist/model/ObjectSettings.js +2 -2
- package/dist/model/Objecttype.js +10 -10
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +2 -2
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Parameter.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +2 -2
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/PhoneNumber.js +35 -35
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +36 -36
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +9 -9
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroup.js +10 -10
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/TopicInfoResponse.js +2 -2
- package/dist/model/TopicMessageInput.js +2 -2
- package/dist/model/TopicSubscriptionResponse.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +2 -2
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +2 -2
- package/dist/model/UserDataPayload.js +2 -2
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +2 -2
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +18 -18
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +26 -26
- package/dist/model/VideoUploadObject.js +18 -18
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -7,6 +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 _GraphObjectTypeResponse = _interopRequireDefault(require("../model/GraphObjectTypeResponse"));
|
|
10
11
|
var _GraphRelationship = _interopRequireDefault(require("../model/GraphRelationship"));
|
|
11
12
|
var _GraphRelationshipType = _interopRequireDefault(require("../model/GraphRelationshipType"));
|
|
12
13
|
var _GraphRelationshipTypeResponse = _interopRequireDefault(require("../model/GraphRelationshipTypeResponse"));
|
|
@@ -21,7 +22,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
21
22
|
* gobodo-api
|
|
22
23
|
* REST Interface for Gobodo API
|
|
23
24
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
25
|
+
* The version of the OpenAPI document: 0.1.64
|
|
25
26
|
* Contact: info@gobodo.io
|
|
26
27
|
*
|
|
27
28
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +33,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
32
33
|
/**
|
|
33
34
|
* GraphRelationshipTypes service.
|
|
34
35
|
* @module api/GraphRelationshipTypesApi
|
|
35
|
-
* @version 0.1.
|
|
36
|
+
* @version 0.1.64
|
|
36
37
|
*/
|
|
37
38
|
var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
38
39
|
/**
|
|
@@ -876,6 +877,65 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
876
877
|
return this.apiClient.callApi('/graph/data/object/{id}/relationships/out/{reltypeid}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
877
878
|
}
|
|
878
879
|
|
|
880
|
+
/**
|
|
881
|
+
* Callback function to receive the result of the getSchemaRelationshipTypes operation.
|
|
882
|
+
* @callback module:api/GraphRelationshipTypesApi~getSchemaRelationshipTypesCallback
|
|
883
|
+
* @param {String} error Error message, if any.
|
|
884
|
+
* @param {Array.<module:model/GraphObjectTypeResponse>} data The data returned by the service call.
|
|
885
|
+
* @param {String} response The complete HTTP response.
|
|
886
|
+
*/
|
|
887
|
+
|
|
888
|
+
/**
|
|
889
|
+
* Get Relationship Types
|
|
890
|
+
* Get the Object Types for a Schema
|
|
891
|
+
* @param {Number} id
|
|
892
|
+
* @param {Object} opts Optional parameters
|
|
893
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
894
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
895
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
896
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
897
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
898
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
899
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
900
|
+
* @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
|
|
901
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
902
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
903
|
+
* @param {module:api/GraphRelationshipTypesApi~getSchemaRelationshipTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
904
|
+
* data is of type: {@link Array.<module:model/GraphObjectTypeResponse>}
|
|
905
|
+
*/
|
|
906
|
+
}, {
|
|
907
|
+
key: "getSchemaRelationshipTypes",
|
|
908
|
+
value: function getSchemaRelationshipTypes(id, opts, callback) {
|
|
909
|
+
opts = opts || {};
|
|
910
|
+
var postBody = null;
|
|
911
|
+
// verify the required parameter 'id' is set
|
|
912
|
+
if (id === undefined || id === null) {
|
|
913
|
+
throw new Error("Missing the required parameter 'id' when calling getSchemaRelationshipTypes");
|
|
914
|
+
}
|
|
915
|
+
var pathParams = {
|
|
916
|
+
'id': id
|
|
917
|
+
};
|
|
918
|
+
var queryParams = {};
|
|
919
|
+
var headerParams = {
|
|
920
|
+
'Authorization': opts['authorization'],
|
|
921
|
+
'cacheduration': opts['cacheduration'],
|
|
922
|
+
'cachegroup': opts['cachegroup'],
|
|
923
|
+
'cachekey': opts['cachekey'],
|
|
924
|
+
'cachescope': opts['cachescope'],
|
|
925
|
+
'cacheuser': opts['cacheuser'],
|
|
926
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
927
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
928
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
929
|
+
'transactionid': opts['transactionid']
|
|
930
|
+
};
|
|
931
|
+
var formParams = {};
|
|
932
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
933
|
+
var contentTypes = [];
|
|
934
|
+
var accepts = ['application/json'];
|
|
935
|
+
var returnType = [_GraphObjectTypeResponse["default"]];
|
|
936
|
+
return this.apiClient.callApi('/graph/data/schema/{id}/relationshiptypes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
937
|
+
}
|
|
938
|
+
|
|
879
939
|
/**
|
|
880
940
|
* Callback function to receive the result of the getStartObjectTypes operation.
|
|
881
941
|
* @callback module:api/GraphRelationshipTypesApi~getStartObjectTypesCallback
|
|
@@ -20,7 +20,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
20
20
|
* gobodo-api
|
|
21
21
|
* REST Interface for Gobodo API
|
|
22
22
|
*
|
|
23
|
-
* The version of the OpenAPI document: 0.1.
|
|
23
|
+
* The version of the OpenAPI document: 0.1.64
|
|
24
24
|
* Contact: info@gobodo.io
|
|
25
25
|
*
|
|
26
26
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* GraphRelationships service.
|
|
33
33
|
* @module api/GraphRelationshipsApi
|
|
34
|
-
* @version 0.1.
|
|
34
|
+
* @version 0.1.64
|
|
35
35
|
*/
|
|
36
36
|
var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
|
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
+
var _GraphObjectTypeResponse = _interopRequireDefault(require("../model/GraphObjectTypeResponse"));
|
|
8
9
|
var _GraphSchema = _interopRequireDefault(require("../model/GraphSchema"));
|
|
9
10
|
var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
|
|
10
11
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
@@ -17,7 +18,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
17
18
|
* gobodo-api
|
|
18
19
|
* REST Interface for Gobodo API
|
|
19
20
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
21
|
+
* The version of the OpenAPI document: 0.1.64
|
|
21
22
|
* Contact: info@gobodo.io
|
|
22
23
|
*
|
|
23
24
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
29
|
/**
|
|
29
30
|
* GraphSchemas service.
|
|
30
31
|
* @module api/GraphSchemasApi
|
|
31
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.64
|
|
32
33
|
*/
|
|
33
34
|
var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
35
|
/**
|
|
@@ -216,11 +217,129 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
216
217
|
return this.apiClient.callApi('/graph/data/schema/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
217
218
|
}
|
|
218
219
|
|
|
220
|
+
/**
|
|
221
|
+
* Callback function to receive the result of the getSchemaObjectTypes operation.
|
|
222
|
+
* @callback module:api/GraphSchemasApi~getSchemaObjectTypesCallback
|
|
223
|
+
* @param {String} error Error message, if any.
|
|
224
|
+
* @param {Array.<module:model/GraphObjectTypeResponse>} data The data returned by the service call.
|
|
225
|
+
* @param {String} response The complete HTTP response.
|
|
226
|
+
*/
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* Get Object Types
|
|
230
|
+
* Get the Object Types for a Schema
|
|
231
|
+
* @param {Number} id
|
|
232
|
+
* @param {Object} opts Optional parameters
|
|
233
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
234
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
235
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
236
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
237
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
238
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
239
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
240
|
+
* @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
|
|
241
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
242
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
243
|
+
* @param {module:api/GraphSchemasApi~getSchemaObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
244
|
+
* data is of type: {@link Array.<module:model/GraphObjectTypeResponse>}
|
|
245
|
+
*/
|
|
246
|
+
}, {
|
|
247
|
+
key: "getSchemaObjectTypes",
|
|
248
|
+
value: function getSchemaObjectTypes(id, opts, callback) {
|
|
249
|
+
opts = opts || {};
|
|
250
|
+
var postBody = null;
|
|
251
|
+
// verify the required parameter 'id' is set
|
|
252
|
+
if (id === undefined || id === null) {
|
|
253
|
+
throw new Error("Missing the required parameter 'id' when calling getSchemaObjectTypes");
|
|
254
|
+
}
|
|
255
|
+
var pathParams = {
|
|
256
|
+
'id': id
|
|
257
|
+
};
|
|
258
|
+
var queryParams = {};
|
|
259
|
+
var headerParams = {
|
|
260
|
+
'Authorization': opts['authorization'],
|
|
261
|
+
'cacheduration': opts['cacheduration'],
|
|
262
|
+
'cachegroup': opts['cachegroup'],
|
|
263
|
+
'cachekey': opts['cachekey'],
|
|
264
|
+
'cachescope': opts['cachescope'],
|
|
265
|
+
'cacheuser': opts['cacheuser'],
|
|
266
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
267
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
268
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
269
|
+
'transactionid': opts['transactionid']
|
|
270
|
+
};
|
|
271
|
+
var formParams = {};
|
|
272
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
273
|
+
var contentTypes = [];
|
|
274
|
+
var accepts = ['application/json'];
|
|
275
|
+
var returnType = [_GraphObjectTypeResponse["default"]];
|
|
276
|
+
return this.apiClient.callApi('/graph/data/schema/{id}/objecttypes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
/**
|
|
280
|
+
* Callback function to receive the result of the getSchemaRelationshipTypes operation.
|
|
281
|
+
* @callback module:api/GraphSchemasApi~getSchemaRelationshipTypesCallback
|
|
282
|
+
* @param {String} error Error message, if any.
|
|
283
|
+
* @param {Array.<module:model/GraphObjectTypeResponse>} data The data returned by the service call.
|
|
284
|
+
* @param {String} response The complete HTTP response.
|
|
285
|
+
*/
|
|
286
|
+
|
|
287
|
+
/**
|
|
288
|
+
* Get Relationship Types
|
|
289
|
+
* Get the Object Types for a Schema
|
|
290
|
+
* @param {Number} id
|
|
291
|
+
* @param {Object} opts Optional parameters
|
|
292
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
293
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
294
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
295
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
296
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
297
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
298
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
299
|
+
* @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
|
|
300
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
301
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
302
|
+
* @param {module:api/GraphSchemasApi~getSchemaRelationshipTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
303
|
+
* data is of type: {@link Array.<module:model/GraphObjectTypeResponse>}
|
|
304
|
+
*/
|
|
305
|
+
}, {
|
|
306
|
+
key: "getSchemaRelationshipTypes",
|
|
307
|
+
value: function getSchemaRelationshipTypes(id, opts, callback) {
|
|
308
|
+
opts = opts || {};
|
|
309
|
+
var postBody = null;
|
|
310
|
+
// verify the required parameter 'id' is set
|
|
311
|
+
if (id === undefined || id === null) {
|
|
312
|
+
throw new Error("Missing the required parameter 'id' when calling getSchemaRelationshipTypes");
|
|
313
|
+
}
|
|
314
|
+
var pathParams = {
|
|
315
|
+
'id': id
|
|
316
|
+
};
|
|
317
|
+
var queryParams = {};
|
|
318
|
+
var headerParams = {
|
|
319
|
+
'Authorization': opts['authorization'],
|
|
320
|
+
'cacheduration': opts['cacheduration'],
|
|
321
|
+
'cachegroup': opts['cachegroup'],
|
|
322
|
+
'cachekey': opts['cachekey'],
|
|
323
|
+
'cachescope': opts['cachescope'],
|
|
324
|
+
'cacheuser': opts['cacheuser'],
|
|
325
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
326
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
327
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
328
|
+
'transactionid': opts['transactionid']
|
|
329
|
+
};
|
|
330
|
+
var formParams = {};
|
|
331
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
332
|
+
var contentTypes = [];
|
|
333
|
+
var accepts = ['application/json'];
|
|
334
|
+
var returnType = [_GraphObjectTypeResponse["default"]];
|
|
335
|
+
return this.apiClient.callApi('/graph/data/schema/{id}/relationshiptypes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
336
|
+
}
|
|
337
|
+
|
|
219
338
|
/**
|
|
220
339
|
* Callback function to receive the result of the getSchemas operation.
|
|
221
340
|
* @callback module:api/GraphSchemasApi~getSchemasCallback
|
|
222
341
|
* @param {String} error Error message, if any.
|
|
223
|
-
* @param {module:model/GraphSchema} data The data returned by the service call.
|
|
342
|
+
* @param {Array.<module:model/GraphSchema>} data The data returned by the service call.
|
|
224
343
|
* @param {String} response The complete HTTP response.
|
|
225
344
|
*/
|
|
226
345
|
|
|
@@ -239,7 +358,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
239
358
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
240
359
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
241
360
|
* @param {module:api/GraphSchemasApi~getSchemasCallback} callback The callback function, accepting three arguments: error, data, response
|
|
242
|
-
* data is of type: {@link module:model/GraphSchema}
|
|
361
|
+
* data is of type: {@link Array.<module:model/GraphSchema>}
|
|
243
362
|
*/
|
|
244
363
|
}, {
|
|
245
364
|
key: "getSchemas",
|
|
@@ -270,7 +389,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
270
389
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
271
390
|
var contentTypes = [];
|
|
272
391
|
var accepts = ['application/json'];
|
|
273
|
-
var returnType = _GraphSchema["default"];
|
|
392
|
+
var returnType = [_GraphSchema["default"]];
|
|
274
393
|
return this.apiClient.callApi('/graph/data/graph/{id}/schemas', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
275
394
|
}
|
|
276
395
|
|
|
@@ -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.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.64
|
|
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
|
* GraphTraversal service.
|
|
32
32
|
* @module api/GraphTraversalApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.64
|
|
34
34
|
*/
|
|
35
35
|
var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
package/dist/api/GraphsApi.js
CHANGED
|
@@ -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.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.64
|
|
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
|
* Graphs service.
|
|
32
32
|
* @module api/GraphsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.64
|
|
34
34
|
*/
|
|
35
35
|
var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -246,7 +246,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
246
246
|
* @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
247
|
* @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
248
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
249
|
-
* @param {Number} [
|
|
249
|
+
* @param {Number} [objectid]
|
|
250
250
|
* @param {module:api/GraphsApi~getMainGraphCallback} callback The callback function, accepting three arguments: error, data, response
|
|
251
251
|
* data is of type: {@link module:model/Graph}
|
|
252
252
|
*/
|
|
@@ -257,7 +257,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
257
257
|
var postBody = null;
|
|
258
258
|
var pathParams = {};
|
|
259
259
|
var queryParams = {
|
|
260
|
-
'
|
|
260
|
+
'objectid': opts['objectid']
|
|
261
261
|
};
|
|
262
262
|
var headerParams = {
|
|
263
263
|
'Authorization': opts['authorization'],
|
|
@@ -591,7 +591,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
591
591
|
* Callback function to receive the result of the getSchemas operation.
|
|
592
592
|
* @callback module:api/GraphsApi~getSchemasCallback
|
|
593
593
|
* @param {String} error Error message, if any.
|
|
594
|
-
* @param {module:model/GraphSchema} data The data returned by the service call.
|
|
594
|
+
* @param {Array.<module:model/GraphSchema>} data The data returned by the service call.
|
|
595
595
|
* @param {String} response The complete HTTP response.
|
|
596
596
|
*/
|
|
597
597
|
|
|
@@ -610,7 +610,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
610
610
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
611
611
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
612
612
|
* @param {module:api/GraphsApi~getSchemasCallback} callback The callback function, accepting three arguments: error, data, response
|
|
613
|
-
* data is of type: {@link module:model/GraphSchema}
|
|
613
|
+
* data is of type: {@link Array.<module:model/GraphSchema>}
|
|
614
614
|
*/
|
|
615
615
|
}, {
|
|
616
616
|
key: "getSchemas",
|
|
@@ -641,7 +641,7 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
641
641
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
642
642
|
var contentTypes = [];
|
|
643
643
|
var accepts = ['application/json'];
|
|
644
|
-
var returnType = _GraphSchema["default"];
|
|
644
|
+
var returnType = [_GraphSchema["default"]];
|
|
645
645
|
return this.apiClient.callApi('/graph/data/graph/{id}/schemas', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
646
646
|
}
|
|
647
647
|
|
package/dist/api/GroupsApi.js
CHANGED
|
@@ -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.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.64
|
|
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
|
* Groups service.
|
|
32
32
|
* @module api/GroupsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.64
|
|
34
34
|
*/
|
|
35
35
|
var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
package/dist/api/IAMApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.64
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* IAM service.
|
|
29
29
|
* @module api/IAMApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.64
|
|
31
31
|
*/
|
|
32
32
|
var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/api/ImagesApi.js
CHANGED
|
@@ -20,7 +20,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
20
20
|
* gobodo-api
|
|
21
21
|
* REST Interface for Gobodo API
|
|
22
22
|
*
|
|
23
|
-
* The version of the OpenAPI document: 0.1.
|
|
23
|
+
* The version of the OpenAPI document: 0.1.64
|
|
24
24
|
* Contact: info@gobodo.io
|
|
25
25
|
*
|
|
26
26
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* Images service.
|
|
33
33
|
* @module api/ImagesApi
|
|
34
|
-
* @version 0.1.
|
|
34
|
+
* @version 0.1.64
|
|
35
35
|
*/
|
|
36
36
|
var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
package/dist/api/InvitesApi.js
CHANGED
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.64
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Invites service.
|
|
30
30
|
* @module api/InvitesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.64
|
|
32
32
|
*/
|
|
33
33
|
var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/LikesApi.js
CHANGED
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.64
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Likes service.
|
|
30
30
|
* @module api/LikesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.64
|
|
32
32
|
*/
|
|
33
33
|
var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/LinkedINApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.64
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* LinkedIN service.
|
|
29
29
|
* @module api/LinkedINApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.64
|
|
31
31
|
*/
|
|
32
32
|
var LinkedINApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.64
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* LiveMeetings service.
|
|
30
30
|
* @module api/LiveMeetingsApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.64
|
|
32
32
|
*/
|
|
33
33
|
var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.64
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* MeetingEvents service.
|
|
29
29
|
* @module api/MeetingEventsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.64
|
|
31
31
|
*/
|
|
32
32
|
var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -18,7 +18,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
18
18
|
* gobodo-api
|
|
19
19
|
* REST Interface for Gobodo API
|
|
20
20
|
*
|
|
21
|
-
* The version of the OpenAPI document: 0.1.
|
|
21
|
+
* The version of the OpenAPI document: 0.1.64
|
|
22
22
|
* Contact: info@gobodo.io
|
|
23
23
|
*
|
|
24
24
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* Notifications service.
|
|
31
31
|
* @module api/NotificationsApi
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.64
|
|
33
33
|
*/
|
|
34
34
|
var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/api/PagesApi.js
CHANGED
|
@@ -21,7 +21,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
21
21
|
* gobodo-api
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.64
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
32
32
|
/**
|
|
33
33
|
* Pages service.
|
|
34
34
|
* @module api/PagesApi
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.64
|
|
36
36
|
*/
|
|
37
37
|
var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.64
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* PhoneNumbers service.
|
|
29
29
|
* @module api/PhoneNumbersApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.64
|
|
31
31
|
*/
|
|
32
32
|
var PhoneNumbersApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/api/PostsApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.64
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* Posts service.
|
|
29
29
|
* @module api/PostsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.64
|
|
31
31
|
*/
|
|
32
32
|
var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -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.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.64
|
|
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
|
* PrivateMessages service.
|
|
32
32
|
* @module api/PrivateMessagesApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.64
|
|
34
34
|
*/
|
|
35
35
|
var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.64
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* Publications service.
|
|
28
28
|
* @module api/PublicationsApi
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.64
|
|
30
30
|
*/
|
|
31
31
|
var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/api/ScreensApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.64
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* Screens service.
|
|
29
29
|
* @module api/ScreensApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.64
|
|
31
31
|
*/
|
|
32
32
|
var ScreensApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|