@gobodo/gobodo-api 0.1.58 → 0.1.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -3
- package/dist/ApiClient.js +20 -21
- package/dist/api/ActionTypesApi.js +19 -20
- package/dist/api/AdCampaignsApi.js +19 -20
- package/dist/api/AdManagementApi.js +19 -20
- package/dist/api/AdminDataManagementApi.js +19 -20
- package/dist/api/AdsApi.js +19 -20
- package/dist/api/AttachmentsApi.js +19 -20
- package/dist/api/AuthenticationApi.js +55 -20
- package/dist/api/CategoriesApi.js +19 -20
- package/dist/api/CommentsApi.js +19 -20
- package/dist/api/ContentManagementApi.js +20 -21
- package/dist/api/ConversationsApi.js +19 -20
- package/dist/api/DataSheetImportsApi.js +19 -20
- package/dist/api/DefaultApi.js +19 -20
- package/dist/api/DocumentsApi.js +20 -21
- package/dist/api/EmailsApi.js +19 -20
- package/dist/api/EntryPartsApi.js +19 -20
- package/dist/api/FacebookApi.js +19 -20
- package/dist/api/FieldsApi.js +19 -20
- package/dist/api/FilesApi.js +19 -20
- package/dist/api/FormsApi.js +19 -20
- package/dist/api/FunctionsApi.js +148 -21
- package/dist/api/GeocodeApi.js +19 -20
- package/dist/api/GoogleApi.js +19 -20
- package/dist/api/GraphActionTypesApi.js +19 -20
- package/dist/api/GraphActionsApi.js +19 -20
- package/dist/api/GraphObjectTypesApi.js +19 -20
- package/dist/api/GraphObjectsApi.js +19 -20
- package/dist/api/GraphRelationshipTypesApi.js +19 -20
- package/dist/api/GraphRelationshipsApi.js +19 -20
- package/dist/api/GraphSchemasApi.js +19 -20
- package/dist/api/GraphTraversalApi.js +19 -20
- package/dist/api/GraphsApi.js +19 -20
- package/dist/api/GroupsApi.js +19 -20
- package/dist/api/IAMApi.js +19 -20
- package/dist/api/ImagesApi.js +19 -20
- package/dist/api/InvitesApi.js +19 -20
- package/dist/api/LikesApi.js +19 -20
- package/dist/api/LinkedINApi.js +19 -20
- package/dist/api/LiveMeetingsApi.js +19 -20
- package/dist/api/MeetingEventsApi.js +19 -20
- package/dist/api/NotificationsApi.js +136 -21
- package/dist/api/PagesApi.js +19 -20
- package/dist/api/PhoneNumbersApi.js +19 -20
- package/dist/api/PostsApi.js +19 -20
- package/dist/api/PrivateMessagesApi.js +19 -20
- package/dist/api/PublicationsApi.js +19 -20
- package/dist/api/ScreensApi.js +19 -20
- package/dist/api/SocialIntegrationApi.js +19 -20
- package/dist/api/StripeAccountsApi.js +19 -20
- package/dist/api/TagsApi.js +19 -20
- package/dist/api/TemplatesApi.js +19 -20
- package/dist/api/ThemeMappingsApi.js +19 -20
- package/dist/api/TopicsApi.js +19 -20
- package/dist/api/TransactionsApi.js +19 -20
- package/dist/api/TwitterApi.js +19 -20
- package/dist/api/UserTagsApi.js +19 -20
- package/dist/api/UsersApi.js +19 -20
- package/dist/api/UtilsApi.js +19 -20
- package/dist/api/VideosApi.js +19 -20
- package/dist/index.js +50 -1
- package/dist/model/APIClient.js +19 -20
- package/dist/model/AccountSessionInput.js +19 -20
- package/dist/model/AccountSessionResponse.js +19 -20
- package/dist/model/ApplicationPaymentAccountResponse.js +19 -20
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +22 -23
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +19 -20
- package/dist/model/Article.js +26 -27
- package/dist/model/AuthResponse.js +19 -20
- package/dist/model/AwsSettings.js +140 -0
- package/dist/model/Balance.js +57 -58
- package/dist/model/BalanceDetails.js +19 -20
- package/dist/model/BalanceResponse.js +19 -20
- package/dist/model/BankAccountInfo.js +19 -20
- package/dist/model/CardInfo.js +19 -20
- package/dist/model/Comment.js +30 -31
- package/dist/model/Coordinates.js +19 -20
- package/dist/model/CreateAccountResponse.js +19 -20
- package/dist/model/CreateFunctionInput.js +22 -23
- package/dist/model/CreateStripeAccountInput.js +19 -20
- package/dist/model/CreateStripeCustomerInput.js +19 -20
- package/dist/model/CreateTopicInput.js +22 -23
- package/dist/model/CreateTopicListenerInput.js +22 -23
- package/dist/model/CustomerResponse.js +19 -20
- package/dist/model/DataObject.js +19 -20
- package/dist/model/DataSheetImport.js +19 -20
- package/dist/model/DataSheetImportPrivacySettings.js +19 -20
- package/dist/model/DataSheetImportSummary.js +22 -23
- package/dist/model/DeviceRegistrationRequest.js +22 -23
- package/dist/model/Document.js +29 -30
- package/dist/model/DocumentPart.js +22 -23
- package/dist/model/DocumentPartType.js +26 -27
- package/dist/model/DocumentType.js +26 -27
- package/dist/model/EmailAddress.js +19 -20
- package/dist/model/FieldMapping.js +19 -20
- package/dist/model/Fields.js +26 -27
- package/dist/model/File.js +31 -32
- package/dist/model/FileAttachmentUploadObject.js +31 -32
- package/dist/model/Filter.js +19 -20
- package/dist/model/FilterManager.js +22 -23
- package/dist/model/Form.js +33 -34
- package/dist/model/FormSection.js +22 -23
- package/dist/model/FormSubmission.js +31 -32
- package/dist/model/FunctionConfigInput.js +64 -23
- package/dist/model/FunctionEnvironmentConfig.js +22 -23
- package/dist/model/FunctionInput.js +190 -0
- package/dist/model/FunctionOutput.js +182 -0
- package/dist/model/Geocode.js +19 -20
- package/dist/model/GeocodePayload.js +19 -20
- package/dist/model/GeolocationInput.js +22 -23
- package/dist/model/GetFunctionConfig.js +22 -23
- package/dist/model/GetFunctionEnvironmentConfig.js +22 -23
- package/dist/model/GetFunctionResponse.js +22 -23
- package/dist/model/GoogleCloudSettings.js +126 -0
- package/dist/model/Graph.js +19 -20
- package/dist/model/GraphAction.js +19 -20
- package/dist/model/GraphDatabaseService.js +19 -20
- package/dist/model/GraphGeocode.js +19 -20
- package/dist/model/GraphIteratorEntryPart.js +22 -23
- package/dist/model/GraphObject.js +19 -20
- package/dist/model/GraphObjectPayload.js +22 -23
- package/dist/model/GraphObjectSchema.js +28 -29
- package/dist/model/GraphObjectType.js +19 -20
- package/dist/model/GraphObjectTypeSchema.js +22 -23
- package/dist/model/GraphOwner.js +19 -20
- package/dist/model/GraphRelationship.js +19 -20
- package/dist/model/GraphRelationshipPayload.js +19 -20
- package/dist/model/GraphRelationshipType.js +19 -20
- package/dist/model/GraphSchema.js +19 -20
- package/dist/model/GraphTraversalInput.js +19 -20
- package/dist/model/Image.js +39 -40
- package/dist/model/ImageUploadObject.js +39 -40
- package/dist/model/InputPart.js +29 -30
- package/dist/model/InputPartMediaType.js +19 -20
- package/dist/model/KafkaSettings.js +150 -0
- package/dist/model/Link.js +19 -20
- package/dist/model/LiveStreamInfo.js +19 -20
- package/dist/model/MeetingEvent.js +26 -27
- package/dist/model/MeetingEventTimezone.js +19 -20
- package/dist/model/MeetingInfo.js +19 -20
- package/dist/model/Member.js +26 -27
- package/dist/model/MemberGroupCategory.js +19 -20
- package/dist/model/MemberList.js +32 -34
- package/dist/model/MessageGroup.js +19 -20
- package/dist/model/MultipartBody.js +19 -20
- package/dist/model/NotificationInput.js +22 -23
- package/dist/model/NotificationResponse.js +36 -27
- package/dist/model/Objecttype.js +22 -23
- package/dist/model/OutParameter.js +126 -0
- package/dist/model/Page.js +19 -20
- package/dist/model/PageSchema.js +30 -31
- package/dist/model/Pageable.js +19 -20
- package/dist/model/Parameter.js +126 -0
- package/dist/model/Path.js +22 -23
- package/dist/model/PaymentAccountObject.js +19 -20
- package/dist/model/PaymentIntentInput.js +19 -20
- package/dist/model/PaymentIntentResponse.js +19 -20
- package/dist/model/PaymentMethod.js +26 -27
- package/dist/model/PaymentMethodInput.js +19 -20
- package/dist/model/PaymentMethodResponse.js +19 -20
- package/dist/model/PaymentMethodsResponse.js +22 -23
- package/dist/model/Payout.js +19 -20
- package/dist/model/PayoutInput.js +22 -23
- package/dist/model/PayoutResponse.js +19 -20
- package/dist/model/PhoneNumber.js +19 -20
- package/dist/model/Post.js +19 -20
- package/dist/model/PrivateMessage.js +19 -20
- package/dist/model/PrivateMessageConversation.js +19 -20
- package/dist/model/PrivateMessageConversationSchema.js +22 -23
- package/dist/model/Profile.js +19 -20
- package/dist/model/Profiletype.js +22 -23
- package/dist/model/PropertyContainer.js +19 -20
- package/dist/model/PurgeDataDefaultResponseValue.js +19 -20
- package/dist/model/RelationshipMapping.js +22 -23
- package/dist/model/ScreenSchema.js +19 -20
- package/dist/model/SimulcastInfo.js +19 -20
- package/dist/model/SkinField.js +26 -27
- package/dist/model/SocialGroup.js +19 -20
- package/dist/model/SocialGroupType.js +19 -20
- package/dist/model/Sort.js +19 -20
- package/dist/model/SourceTypes.js +19 -20
- package/dist/model/StatusUpdate.js +19 -20
- package/dist/model/StreetAddress.js +19 -20
- package/dist/model/StripeAccount.js +19 -20
- package/dist/model/StripeCustomerAccount.js +19 -20
- package/dist/model/Template.js +19 -20
- package/dist/model/TemplateSchema.js +19 -20
- package/dist/model/ThemeMapping.js +26 -27
- package/dist/model/ThemeMappingPayload.js +19 -20
- package/dist/model/TopicInfoResponse.js +22 -23
- package/dist/model/TopicMessageInput.js +22 -23
- package/dist/model/TopicSubscriptionResponse.js +22 -23
- package/dist/model/Transaction.js +19 -20
- package/dist/model/Transfer.js +19 -20
- package/dist/model/TransferInput.js +22 -23
- package/dist/model/TransferResponse.js +19 -20
- package/dist/model/TransferResponsePaymentMethodDetails.js +19 -20
- package/dist/model/TraversalRelationResponse.js +22 -23
- package/dist/model/User.js +26 -27
- package/dist/model/UserDataPayload.js +26 -27
- package/dist/model/UserDomain.js +19 -20
- package/dist/model/UserInvite.js +19 -20
- package/dist/model/UserInviteInput.js +19 -20
- package/dist/model/UserSchema.js +26 -27
- package/dist/model/UserTag.js +19 -20
- package/dist/model/Userid.js +19 -20
- package/dist/model/Video.js +31 -32
- package/dist/model/VideoLiveUrl.js +19 -20
- package/dist/model/VideoSchema.js +31 -32
- package/dist/model/VideoUploadObject.js +31 -32
- package/dist/model/ZeusPortalCategory.js +19 -20
- package/package.json +1 -1
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +0 -135
- package/dist/model/InputPartHeaders.js +0 -88
- package/dist/model/Notification.js +0 -210
- package/dist/model/PurgeDataDefaultResponse.js +0 -144
|
@@ -6,28 +6,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
8
|
var _MeetingEvent = _interopRequireDefault(require("../model/MeetingEvent"));
|
|
9
|
-
function _interopRequireDefault(
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
10
10
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
11
|
-
function _classCallCheck(
|
|
12
|
-
function _defineProperties(
|
|
13
|
-
function _createClass(
|
|
14
|
-
function _toPropertyKey(
|
|
15
|
-
function _toPrimitive(
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
11
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
12
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
13
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
14
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
15
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
16
|
+
* gobodo-api
|
|
17
|
+
* REST Interface for Gobodo API
|
|
18
|
+
*
|
|
19
|
+
* The version of the OpenAPI document: 0.1.60
|
|
20
|
+
* Contact: info@gobodo.io
|
|
21
|
+
*
|
|
22
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
23
|
+
* https://openapi-generator.tech
|
|
24
|
+
* Do not edit the class manually.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
27
|
/**
|
|
28
28
|
* MeetingEvents service.
|
|
29
29
|
* @module api/MeetingEventsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.60
|
|
31
31
|
*/
|
|
32
32
|
var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -66,7 +66,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
66
66
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
67
67
|
* @param {module:api/MeetingEventsApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
68
68
|
*/
|
|
69
|
-
_createClass(MeetingEventsApi, [{
|
|
69
|
+
return _createClass(MeetingEventsApi, [{
|
|
70
70
|
key: "deleteObject",
|
|
71
71
|
value: function deleteObject(id, opts, callback) {
|
|
72
72
|
opts = opts || {};
|
|
@@ -347,5 +347,4 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
347
347
|
return this.apiClient.callApi('/graph/data/object/{id}/events/past', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
348
348
|
}
|
|
349
349
|
}]);
|
|
350
|
-
return MeetingEventsApi;
|
|
351
350
|
}();
|
|
@@ -8,28 +8,28 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
|
8
8
|
var _DeviceRegistrationRequest = _interopRequireDefault(require("../model/DeviceRegistrationRequest"));
|
|
9
9
|
var _NotificationInput = _interopRequireDefault(require("../model/NotificationInput"));
|
|
10
10
|
var _NotificationResponse = _interopRequireDefault(require("../model/NotificationResponse"));
|
|
11
|
-
function _interopRequireDefault(
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
12
12
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
13
|
-
function _classCallCheck(
|
|
14
|
-
function _defineProperties(
|
|
15
|
-
function _createClass(
|
|
16
|
-
function _toPropertyKey(
|
|
17
|
-
function _toPrimitive(
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
13
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
14
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
15
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
16
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
17
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
18
|
+
* gobodo-api
|
|
19
|
+
* REST Interface for Gobodo API
|
|
20
|
+
*
|
|
21
|
+
* The version of the OpenAPI document: 0.1.60
|
|
22
|
+
* Contact: info@gobodo.io
|
|
23
|
+
*
|
|
24
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
25
|
+
* https://openapi-generator.tech
|
|
26
|
+
* Do not edit the class manually.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
29
|
/**
|
|
30
30
|
* Notifications service.
|
|
31
31
|
* @module api/NotificationsApi
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.60
|
|
33
33
|
*/
|
|
34
34
|
var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -71,7 +71,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
71
71
|
* @param {module:api/NotificationsApi~createNotificationCallback} callback The callback function, accepting three arguments: error, data, response
|
|
72
72
|
* data is of type: {@link module:model/NotificationResponse}
|
|
73
73
|
*/
|
|
74
|
-
_createClass(NotificationsApi, [{
|
|
74
|
+
return _createClass(NotificationsApi, [{
|
|
75
75
|
key: "createNotification",
|
|
76
76
|
value: function createNotification(recipientId, notificationInput, opts, callback) {
|
|
77
77
|
opts = opts || {};
|
|
@@ -178,6 +178,64 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
178
178
|
return this.apiClient.callApi('/graph/data/notifications/{recipientId}/{objectId}', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
+
/**
|
|
182
|
+
* Callback function to receive the result of the deleteNotification operation.
|
|
183
|
+
* @callback module:api/NotificationsApi~deleteNotificationCallback
|
|
184
|
+
* @param {String} error Error message, if any.
|
|
185
|
+
* @param data This operation does not return a value.
|
|
186
|
+
* @param {String} response The complete HTTP response.
|
|
187
|
+
*/
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* Deletes the notification
|
|
191
|
+
* Deletes the notification
|
|
192
|
+
* @param {Number} id
|
|
193
|
+
* @param {Object} opts Optional parameters
|
|
194
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
195
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
196
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
197
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
198
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
199
|
+
* @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)
|
|
200
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
201
|
+
* @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
|
|
202
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
203
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
204
|
+
* @param {module:api/NotificationsApi~deleteNotificationCallback} callback The callback function, accepting three arguments: error, data, response
|
|
205
|
+
*/
|
|
206
|
+
}, {
|
|
207
|
+
key: "deleteNotification",
|
|
208
|
+
value: function deleteNotification(id, opts, callback) {
|
|
209
|
+
opts = opts || {};
|
|
210
|
+
var postBody = null;
|
|
211
|
+
// verify the required parameter 'id' is set
|
|
212
|
+
if (id === undefined || id === null) {
|
|
213
|
+
throw new Error("Missing the required parameter 'id' when calling deleteNotification");
|
|
214
|
+
}
|
|
215
|
+
var pathParams = {
|
|
216
|
+
'id': id
|
|
217
|
+
};
|
|
218
|
+
var queryParams = {};
|
|
219
|
+
var headerParams = {
|
|
220
|
+
'Authorization': opts['authorization'],
|
|
221
|
+
'cacheduration': opts['cacheduration'],
|
|
222
|
+
'cachegroup': opts['cachegroup'],
|
|
223
|
+
'cachekey': opts['cachekey'],
|
|
224
|
+
'cachescope': opts['cachescope'],
|
|
225
|
+
'cacheuser': opts['cacheuser'],
|
|
226
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
227
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
228
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
229
|
+
'transactionid': opts['transactionid']
|
|
230
|
+
};
|
|
231
|
+
var formParams = {};
|
|
232
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
233
|
+
var contentTypes = [];
|
|
234
|
+
var accepts = [];
|
|
235
|
+
var returnType = null;
|
|
236
|
+
return this.apiClient.callApi('/graph/data/notifications/{id}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
237
|
+
}
|
|
238
|
+
|
|
181
239
|
/**
|
|
182
240
|
* Callback function to receive the result of the getAllNotifications operation.
|
|
183
241
|
* @callback module:api/NotificationsApi~getAllNotificationsCallback
|
|
@@ -353,7 +411,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
353
411
|
var formParams = {};
|
|
354
412
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
355
413
|
var contentTypes = [];
|
|
356
|
-
var accepts = ['
|
|
414
|
+
var accepts = ['application/json'];
|
|
357
415
|
var returnType = _NotificationResponse["default"];
|
|
358
416
|
return this.apiClient.callApi('/graph/data/notifications/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
359
417
|
}
|
|
@@ -565,6 +623,64 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
565
623
|
return this.apiClient.callApi('/graph/data/notificationmanagement/tokens', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
566
624
|
}
|
|
567
625
|
|
|
626
|
+
/**
|
|
627
|
+
* Callback function to receive the result of the markNotificationAsRead operation.
|
|
628
|
+
* @callback module:api/NotificationsApi~markNotificationAsReadCallback
|
|
629
|
+
* @param {String} error Error message, if any.
|
|
630
|
+
* @param data This operation does not return a value.
|
|
631
|
+
* @param {String} response The complete HTTP response.
|
|
632
|
+
*/
|
|
633
|
+
|
|
634
|
+
/**
|
|
635
|
+
* Marks a notification as read
|
|
636
|
+
* Marks a notification as read
|
|
637
|
+
* @param {Number} id
|
|
638
|
+
* @param {Object} opts Optional parameters
|
|
639
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
640
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
641
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
642
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
643
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
644
|
+
* @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)
|
|
645
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
646
|
+
* @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
|
|
647
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
648
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
649
|
+
* @param {module:api/NotificationsApi~markNotificationAsReadCallback} callback The callback function, accepting three arguments: error, data, response
|
|
650
|
+
*/
|
|
651
|
+
}, {
|
|
652
|
+
key: "markNotificationAsRead",
|
|
653
|
+
value: function markNotificationAsRead(id, opts, callback) {
|
|
654
|
+
opts = opts || {};
|
|
655
|
+
var postBody = null;
|
|
656
|
+
// verify the required parameter 'id' is set
|
|
657
|
+
if (id === undefined || id === null) {
|
|
658
|
+
throw new Error("Missing the required parameter 'id' when calling markNotificationAsRead");
|
|
659
|
+
}
|
|
660
|
+
var pathParams = {
|
|
661
|
+
'id': id
|
|
662
|
+
};
|
|
663
|
+
var queryParams = {};
|
|
664
|
+
var headerParams = {
|
|
665
|
+
'Authorization': opts['authorization'],
|
|
666
|
+
'cacheduration': opts['cacheduration'],
|
|
667
|
+
'cachegroup': opts['cachegroup'],
|
|
668
|
+
'cachekey': opts['cachekey'],
|
|
669
|
+
'cachescope': opts['cachescope'],
|
|
670
|
+
'cacheuser': opts['cacheuser'],
|
|
671
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
672
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
673
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
674
|
+
'transactionid': opts['transactionid']
|
|
675
|
+
};
|
|
676
|
+
var formParams = {};
|
|
677
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
678
|
+
var contentTypes = [];
|
|
679
|
+
var accepts = [];
|
|
680
|
+
var returnType = null;
|
|
681
|
+
return this.apiClient.callApi('/graph/data/notifications/{id}/read', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
682
|
+
}
|
|
683
|
+
|
|
568
684
|
/**
|
|
569
685
|
* Callback function to receive the result of the registerDevice operation.
|
|
570
686
|
* @callback module:api/NotificationsApi~registerDeviceCallback
|
|
@@ -731,5 +847,4 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
731
847
|
return this.apiClient.callApi('/graph/data/notificationmanagement/unregistertoken/{token}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
732
848
|
}
|
|
733
849
|
}]);
|
|
734
|
-
return NotificationsApi;
|
|
735
850
|
}();
|
package/dist/api/PagesApi.js
CHANGED
|
@@ -11,28 +11,28 @@ var _MultipartBody = _interopRequireDefault(require("../model/MultipartBody"));
|
|
|
11
11
|
var _Page = _interopRequireDefault(require("../model/Page"));
|
|
12
12
|
var _PageSchema = _interopRequireDefault(require("../model/PageSchema"));
|
|
13
13
|
var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
|
|
14
|
-
function _interopRequireDefault(
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
15
15
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
16
|
-
function _classCallCheck(
|
|
17
|
-
function _defineProperties(
|
|
18
|
-
function _createClass(
|
|
19
|
-
function _toPropertyKey(
|
|
20
|
-
function _toPrimitive(
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
16
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
17
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
18
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
19
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
20
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
21
|
+
* gobodo-api
|
|
22
|
+
* REST Interface for Gobodo API
|
|
23
|
+
*
|
|
24
|
+
* The version of the OpenAPI document: 0.1.60
|
|
25
|
+
* Contact: info@gobodo.io
|
|
26
|
+
*
|
|
27
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
28
|
+
* https://openapi-generator.tech
|
|
29
|
+
* Do not edit the class manually.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
32
|
/**
|
|
33
33
|
* Pages service.
|
|
34
34
|
* @module api/PagesApi
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.60
|
|
36
36
|
*/
|
|
37
37
|
var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -73,7 +73,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
73
73
|
* @param {module:api/PagesApi~createPageCallback} callback The callback function, accepting three arguments: error, data, response
|
|
74
74
|
* data is of type: {@link Array.<module:model/PageSchema>}
|
|
75
75
|
*/
|
|
76
|
-
_createClass(PagesApi, [{
|
|
76
|
+
return _createClass(PagesApi, [{
|
|
77
77
|
key: "createPage",
|
|
78
78
|
value: function createPage(pageSchema, opts, callback) {
|
|
79
79
|
opts = opts || {};
|
|
@@ -585,5 +585,4 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
585
585
|
return this.apiClient.callApi('/graph/data/pages/{id}/properties/{prop}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
586
586
|
}
|
|
587
587
|
}]);
|
|
588
|
-
return PagesApi;
|
|
589
588
|
}();
|
|
@@ -6,28 +6,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
8
|
var _PhoneNumber = _interopRequireDefault(require("../model/PhoneNumber"));
|
|
9
|
-
function _interopRequireDefault(
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
10
10
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
11
|
-
function _classCallCheck(
|
|
12
|
-
function _defineProperties(
|
|
13
|
-
function _createClass(
|
|
14
|
-
function _toPropertyKey(
|
|
15
|
-
function _toPrimitive(
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
11
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
12
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
13
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
14
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
15
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
16
|
+
* gobodo-api
|
|
17
|
+
* REST Interface for Gobodo API
|
|
18
|
+
*
|
|
19
|
+
* The version of the OpenAPI document: 0.1.60
|
|
20
|
+
* Contact: info@gobodo.io
|
|
21
|
+
*
|
|
22
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
23
|
+
* https://openapi-generator.tech
|
|
24
|
+
* Do not edit the class manually.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
27
|
/**
|
|
28
28
|
* PhoneNumbers service.
|
|
29
29
|
* @module api/PhoneNumbersApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.60
|
|
31
31
|
*/
|
|
32
32
|
var PhoneNumbersApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -68,7 +68,7 @@ var PhoneNumbersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
68
68
|
* @param {module:api/PhoneNumbersApi~createPhoneNumberForPageCallback} callback The callback function, accepting three arguments: error, data, response
|
|
69
69
|
* data is of type: {@link module:model/PhoneNumber}
|
|
70
70
|
*/
|
|
71
|
-
_createClass(PhoneNumbersApi, [{
|
|
71
|
+
return _createClass(PhoneNumbersApi, [{
|
|
72
72
|
key: "createPhoneNumberForPage",
|
|
73
73
|
value: function createPhoneNumberForPage(pageId, opts, callback) {
|
|
74
74
|
opts = opts || {};
|
|
@@ -318,5 +318,4 @@ var PhoneNumbersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
318
318
|
return this.apiClient.callApi('/graph/data/phoneNumbers/user/{userid}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
319
319
|
}
|
|
320
320
|
}]);
|
|
321
|
-
return PhoneNumbersApi;
|
|
322
321
|
}();
|
package/dist/api/PostsApi.js
CHANGED
|
@@ -6,28 +6,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
8
|
var _Post = _interopRequireDefault(require("../model/Post"));
|
|
9
|
-
function _interopRequireDefault(
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
10
10
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
11
|
-
function _classCallCheck(
|
|
12
|
-
function _defineProperties(
|
|
13
|
-
function _createClass(
|
|
14
|
-
function _toPropertyKey(
|
|
15
|
-
function _toPrimitive(
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
11
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
12
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
13
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
14
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
15
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
16
|
+
* gobodo-api
|
|
17
|
+
* REST Interface for Gobodo API
|
|
18
|
+
*
|
|
19
|
+
* The version of the OpenAPI document: 0.1.60
|
|
20
|
+
* Contact: info@gobodo.io
|
|
21
|
+
*
|
|
22
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
23
|
+
* https://openapi-generator.tech
|
|
24
|
+
* Do not edit the class manually.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
27
|
/**
|
|
28
28
|
* Posts service.
|
|
29
29
|
* @module api/PostsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.60
|
|
31
31
|
*/
|
|
32
32
|
var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -66,7 +66,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
66
66
|
* @param {module:api/PostsApi~createPostCallback} callback The callback function, accepting three arguments: error, data, response
|
|
67
67
|
* data is of type: {@link Array.<module:model/Post>}
|
|
68
68
|
*/
|
|
69
|
-
_createClass(PostsApi, [{
|
|
69
|
+
return _createClass(PostsApi, [{
|
|
70
70
|
key: "createPost",
|
|
71
71
|
value: function createPost(post, opts, callback) {
|
|
72
72
|
opts = opts || {};
|
|
@@ -325,5 +325,4 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
325
325
|
return this.apiClient.callApi('/graph/data/posts/{id}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
326
326
|
}
|
|
327
327
|
}]);
|
|
328
|
-
return PostsApi;
|
|
329
328
|
}();
|
|
@@ -9,28 +9,28 @@ var _MessageGroup = _interopRequireDefault(require("../model/MessageGroup"));
|
|
|
9
9
|
var _PrivateMessage = _interopRequireDefault(require("../model/PrivateMessage"));
|
|
10
10
|
var _PrivateMessageConversation = _interopRequireDefault(require("../model/PrivateMessageConversation"));
|
|
11
11
|
var _PrivateMessageConversationSchema = _interopRequireDefault(require("../model/PrivateMessageConversationSchema"));
|
|
12
|
-
function _interopRequireDefault(
|
|
12
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
13
13
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
14
|
-
function _classCallCheck(
|
|
15
|
-
function _defineProperties(
|
|
16
|
-
function _createClass(
|
|
17
|
-
function _toPropertyKey(
|
|
18
|
-
function _toPrimitive(
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
14
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
15
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
16
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
17
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
18
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
19
|
+
* gobodo-api
|
|
20
|
+
* REST Interface for Gobodo API
|
|
21
|
+
*
|
|
22
|
+
* The version of the OpenAPI document: 0.1.60
|
|
23
|
+
* Contact: info@gobodo.io
|
|
24
|
+
*
|
|
25
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
26
|
+
* https://openapi-generator.tech
|
|
27
|
+
* Do not edit the class manually.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
30
|
/**
|
|
31
31
|
* PrivateMessages service.
|
|
32
32
|
* @module api/PrivateMessagesApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.60
|
|
34
34
|
*/
|
|
35
35
|
var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -70,7 +70,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
70
70
|
* @param {module:api/PrivateMessagesApi~createBranchCallback} callback The callback function, accepting three arguments: error, data, response
|
|
71
71
|
* data is of type: {@link module:model/PrivateMessage}
|
|
72
72
|
*/
|
|
73
|
-
_createClass(PrivateMessagesApi, [{
|
|
73
|
+
return _createClass(PrivateMessagesApi, [{
|
|
74
74
|
key: "createBranch",
|
|
75
75
|
value: function createBranch(messageid, privateMessage, opts, callback) {
|
|
76
76
|
opts = opts || {};
|
|
@@ -956,5 +956,4 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
956
956
|
return this.apiClient.callApi('/graph/data/privatemessages/messages/{messageid}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
957
957
|
}
|
|
958
958
|
}]);
|
|
959
|
-
return PrivateMessagesApi;
|
|
960
959
|
}();
|