@gobodo/gobodo-api 0.1.56 → 0.1.59
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 +46 -12
- 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 +25 -366
- 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 +721 -32
- package/dist/api/GeocodeApi.js +19 -20
- package/dist/api/GoogleApi.js +19 -20
- package/dist/api/GraphActionTypesApi.js +510 -0
- package/dist/api/GraphActionsApi.js +19 -20
- package/dist/api/GraphObjectTypesApi.js +151 -27
- package/dist/api/GraphObjectsApi.js +19 -20
- package/dist/api/GraphRelationshipTypesApi.js +144 -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 +39 -40
- 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 +320 -27
- 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 +90 -6
- 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 +19 -20
- package/dist/model/AuthResponse.js +19 -20
- package/dist/model/AwsSettings.js +140 -0
- package/dist/model/Balance.js +50 -51
- 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 +31 -32
- 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 +22 -23
- package/dist/model/DocumentPart.js +22 -23
- package/dist/model/DocumentPartType.js +19 -20
- package/dist/model/DocumentType.js +27 -28
- package/dist/model/EmailAddress.js +19 -20
- package/dist/model/FieldMapping.js +19 -20
- package/dist/model/Fields.js +33 -34
- package/dist/model/File.js +19 -20
- package/dist/model/FileAttachmentUploadObject.js +19 -20
- package/dist/model/Filter.js +19 -20
- package/dist/model/FilterManager.js +22 -23
- package/dist/model/Form.js +22 -23
- package/dist/model/FormSection.js +22 -23
- package/dist/model/FormSubmission.js +31 -32
- package/dist/model/FunctionConfigInput.js +81 -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 +364 -0
- package/dist/model/GetFunctionEnvironmentConfig.js +170 -0
- package/dist/model/GetFunctionResponse.js +39 -36
- package/dist/model/GoogleCloudSettings.js +126 -0
- package/dist/model/Graph.js +19 -20
- package/dist/model/GraphAction.js +28 -29
- 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 +19 -20
- 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 +28 -29
- package/dist/model/GraphRelationshipPayload.js +19 -20
- package/dist/model/GraphRelationshipType.js +31 -32
- package/dist/model/GraphSchema.js +27 -28
- package/dist/model/GraphTraversalInput.js +19 -20
- package/dist/model/Image.js +27 -28
- package/dist/model/ImageUploadObject.js +27 -28
- package/dist/model/InputPart.js +19 -20
- package/dist/model/InputPartMediaType.js +19 -20
- package/dist/model/KafkaSettings.js +150 -0
- package/dist/model/Link.js +30 -31
- package/dist/model/LiveStreamInfo.js +19 -20
- package/dist/model/MeetingEvent.js +27 -28
- package/dist/model/MeetingEventTimezone.js +19 -20
- package/dist/model/MeetingInfo.js +19 -20
- package/dist/model/Member.js +19 -20
- 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 +194 -0
- package/dist/model/Objecttype.js +22 -23
- package/dist/model/OutParameter.js +126 -0
- package/dist/model/Page.js +26 -27
- package/dist/model/PageSchema.js +19 -20
- 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 +32 -33
- 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 +33 -34
- package/dist/model/SocialGroup.js +27 -28
- 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 +27 -28
- package/dist/model/TemplateSchema.js +27 -28
- package/dist/model/ThemeMapping.js +19 -20
- package/dist/model/ThemeMappingPayload.js +19 -20
- package/dist/model/TopicInfoResponse.js +103 -23
- package/dist/model/TopicMessageInput.js +122 -0
- package/dist/model/TopicSubscriptionResponse.js +150 -0
- 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 +19 -20
- package/dist/model/UserDataPayload.js +19 -20
- 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 +19 -20
- package/dist/model/UserTag.js +19 -20
- package/dist/model/Userid.js +19 -20
- package/dist/model/Video.js +27 -28
- package/dist/model/VideoLiveUrl.js +30 -31
- package/dist/model/VideoSchema.js +27 -28
- package/dist/model/VideoUploadObject.js +27 -28
- package/dist/model/ZeusPortalCategory.js +19 -20
- package/package.json +3 -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
package/dist/api/LikesApi.js
CHANGED
|
@@ -7,28 +7,28 @@ exports["default"] = void 0;
|
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
8
|
var _GraphAction = _interopRequireDefault(require("../model/GraphAction"));
|
|
9
9
|
var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
|
|
10
|
-
function _interopRequireDefault(
|
|
10
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
11
11
|
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); }
|
|
12
|
-
function _classCallCheck(
|
|
13
|
-
function _defineProperties(
|
|
14
|
-
function _createClass(
|
|
15
|
-
function _toPropertyKey(
|
|
16
|
-
function _toPrimitive(
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
12
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
13
|
+
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); } }
|
|
14
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
15
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
16
|
+
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); } /**
|
|
17
|
+
* gobodo-api
|
|
18
|
+
* REST Interface for Gobodo API
|
|
19
|
+
*
|
|
20
|
+
* The version of the OpenAPI document: 0.1.59
|
|
21
|
+
* Contact: info@gobodo.io
|
|
22
|
+
*
|
|
23
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
24
|
+
* https://openapi-generator.tech
|
|
25
|
+
* Do not edit the class manually.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
28
|
/**
|
|
29
29
|
* Likes service.
|
|
30
30
|
* @module api/LikesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.59
|
|
32
32
|
*/
|
|
33
33
|
var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -69,7 +69,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
69
69
|
* @param {module:api/LikesApi~createBulkActions1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
70
70
|
* data is of type: {@link Array.<module:model/GraphAction>}
|
|
71
71
|
*/
|
|
72
|
-
_createClass(LikesApi, [{
|
|
72
|
+
return _createClass(LikesApi, [{
|
|
73
73
|
key: "createBulkActions1",
|
|
74
74
|
value: function createBulkActions1(graphAction, opts, callback) {
|
|
75
75
|
opts = opts || {};
|
|
@@ -818,5 +818,4 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
818
818
|
return this.apiClient.callApi('/graph/data/likes/{id}/properties/{prop}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
819
819
|
}
|
|
820
820
|
}]);
|
|
821
|
-
return LikesApi;
|
|
822
821
|
}();
|
package/dist/api/LinkedINApi.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 _AuthResponse = _interopRequireDefault(require("../model/AuthResponse"));
|
|
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.59
|
|
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
|
* LinkedIN service.
|
|
29
29
|
* @module api/LinkedINApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.59
|
|
31
31
|
*/
|
|
32
32
|
var LinkedINApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -58,7 +58,7 @@ var LinkedINApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
58
58
|
* @param {module:api/LinkedINApi~loginLinkedInCallback} callback The callback function, accepting three arguments: error, data, response
|
|
59
59
|
* data is of type: {@link module:model/AuthResponse}
|
|
60
60
|
*/
|
|
61
|
-
_createClass(LinkedINApi, [{
|
|
61
|
+
return _createClass(LinkedINApi, [{
|
|
62
62
|
key: "loginLinkedIn",
|
|
63
63
|
value: function loginLinkedIn(opts, callback) {
|
|
64
64
|
opts = opts || {};
|
|
@@ -78,5 +78,4 @@ var LinkedINApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
78
78
|
return this.apiClient.callApi('/graph/data/auth_linkedin', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
79
79
|
}
|
|
80
80
|
}]);
|
|
81
|
-
return LinkedINApi;
|
|
82
81
|
}();
|
|
@@ -7,28 +7,28 @@ exports["default"] = void 0;
|
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
8
|
var _MeetingInfo = _interopRequireDefault(require("../model/MeetingInfo"));
|
|
9
9
|
var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
|
|
10
|
-
function _interopRequireDefault(
|
|
10
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
11
11
|
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); }
|
|
12
|
-
function _classCallCheck(
|
|
13
|
-
function _defineProperties(
|
|
14
|
-
function _createClass(
|
|
15
|
-
function _toPropertyKey(
|
|
16
|
-
function _toPrimitive(
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
12
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
13
|
+
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); } }
|
|
14
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
15
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
16
|
+
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); } /**
|
|
17
|
+
* gobodo-api
|
|
18
|
+
* REST Interface for Gobodo API
|
|
19
|
+
*
|
|
20
|
+
* The version of the OpenAPI document: 0.1.59
|
|
21
|
+
* Contact: info@gobodo.io
|
|
22
|
+
*
|
|
23
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
24
|
+
* https://openapi-generator.tech
|
|
25
|
+
* Do not edit the class manually.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
28
|
/**
|
|
29
29
|
* LiveMeetings service.
|
|
30
30
|
* @module api/LiveMeetingsApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.59
|
|
32
32
|
*/
|
|
33
33
|
var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -69,7 +69,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
69
69
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
70
70
|
* @param {module:api/LiveMeetingsApi~addLiveMeetingCallback} callback The callback function, accepting three arguments: error, data, response
|
|
71
71
|
*/
|
|
72
|
-
_createClass(LiveMeetingsApi, [{
|
|
72
|
+
return _createClass(LiveMeetingsApi, [{
|
|
73
73
|
key: "addLiveMeeting",
|
|
74
74
|
value: function addLiveMeeting(objectid, meetingInfo, opts, callback) {
|
|
75
75
|
opts = opts || {};
|
|
@@ -167,5 +167,4 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
167
167
|
return this.apiClient.callApi('/graph/data/live/{objectid}/stream', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
168
168
|
}
|
|
169
169
|
}]);
|
|
170
|
-
return LiveMeetingsApi;
|
|
171
170
|
}();
|
|
@@ -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.59
|
|
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.59
|
|
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
|
}();
|
|
@@ -6,30 +6,30 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
8
|
var _DeviceRegistrationRequest = _interopRequireDefault(require("../model/DeviceRegistrationRequest"));
|
|
9
|
-
var _Notification = _interopRequireDefault(require("../model/Notification"));
|
|
10
9
|
var _NotificationInput = _interopRequireDefault(require("../model/NotificationInput"));
|
|
11
|
-
|
|
10
|
+
var _NotificationResponse = _interopRequireDefault(require("../model/NotificationResponse"));
|
|
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.59
|
|
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.59
|
|
33
33
|
*/
|
|
34
34
|
var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -48,7 +48,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
48
48
|
* Callback function to receive the result of the createNotification operation.
|
|
49
49
|
* @callback module:api/NotificationsApi~createNotificationCallback
|
|
50
50
|
* @param {String} error Error message, if any.
|
|
51
|
-
* @param {module:model/
|
|
51
|
+
* @param {module:model/NotificationResponse} data The data returned by the service call.
|
|
52
52
|
* @param {String} response The complete HTTP response.
|
|
53
53
|
*/
|
|
54
54
|
|
|
@@ -69,9 +69,9 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
69
69
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
70
70
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
71
71
|
* @param {module:api/NotificationsApi~createNotificationCallback} callback The callback function, accepting three arguments: error, data, response
|
|
72
|
-
* data is of type: {@link module:model/
|
|
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 || {};
|
|
@@ -104,7 +104,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
104
104
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
105
105
|
var contentTypes = ['application/json'];
|
|
106
106
|
var accepts = ['application/json'];
|
|
107
|
-
var returnType =
|
|
107
|
+
var returnType = _NotificationResponse["default"];
|
|
108
108
|
return this.apiClient.callApi('/graph/data/notifications/{recipientId}', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
109
109
|
}
|
|
110
110
|
|
|
@@ -112,7 +112,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
112
112
|
* Callback function to receive the result of the createNotificationAssociatedWith operation.
|
|
113
113
|
* @callback module:api/NotificationsApi~createNotificationAssociatedWithCallback
|
|
114
114
|
* @param {String} error Error message, if any.
|
|
115
|
-
* @param {module:model/
|
|
115
|
+
* @param {module:model/NotificationResponse} data The data returned by the service call.
|
|
116
116
|
* @param {String} response The complete HTTP response.
|
|
117
117
|
*/
|
|
118
118
|
|
|
@@ -134,7 +134,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
134
134
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
135
135
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
136
136
|
* @param {module:api/NotificationsApi~createNotificationAssociatedWithCallback} callback The callback function, accepting three arguments: error, data, response
|
|
137
|
-
* data is of type: {@link module:model/
|
|
137
|
+
* data is of type: {@link module:model/NotificationResponse}
|
|
138
138
|
*/
|
|
139
139
|
}, {
|
|
140
140
|
key: "createNotificationAssociatedWith",
|
|
@@ -174,7 +174,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
174
174
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
175
175
|
var contentTypes = ['application/json'];
|
|
176
176
|
var accepts = ['application/json'];
|
|
177
|
-
var returnType =
|
|
177
|
+
var returnType = _NotificationResponse["default"];
|
|
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
|
|
|
@@ -182,7 +182,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
182
182
|
* Callback function to receive the result of the getAllNotifications operation.
|
|
183
183
|
* @callback module:api/NotificationsApi~getAllNotificationsCallback
|
|
184
184
|
* @param {String} error Error message, if any.
|
|
185
|
-
* @param {module:model/
|
|
185
|
+
* @param {Array.<module:model/NotificationResponse>} data The data returned by the service call.
|
|
186
186
|
* @param {String} response The complete HTTP response.
|
|
187
187
|
*/
|
|
188
188
|
|
|
@@ -203,7 +203,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
203
203
|
* @param {Number} [startindex]
|
|
204
204
|
* @param {Number} [count]
|
|
205
205
|
* @param {module:api/NotificationsApi~getAllNotificationsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
206
|
-
* data is of type: {@link module:model/
|
|
206
|
+
* data is of type: {@link Array.<module:model/NotificationResponse>}
|
|
207
207
|
*/
|
|
208
208
|
}, {
|
|
209
209
|
key: "getAllNotifications",
|
|
@@ -231,7 +231,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
231
231
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
232
232
|
var contentTypes = [];
|
|
233
233
|
var accepts = ['application/json'];
|
|
234
|
-
var returnType =
|
|
234
|
+
var returnType = [_NotificationResponse["default"]];
|
|
235
235
|
return this.apiClient.callApi('/graph/data/notifications', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
236
236
|
}
|
|
237
237
|
|
|
@@ -239,7 +239,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
239
239
|
* Callback function to receive the result of the getAllNotificationsByUser operation.
|
|
240
240
|
* @callback module:api/NotificationsApi~getAllNotificationsByUserCallback
|
|
241
241
|
* @param {String} error Error message, if any.
|
|
242
|
-
* @param {module:model/
|
|
242
|
+
* @param {Array.<module:model/NotificationResponse>} data The data returned by the service call.
|
|
243
243
|
* @param {String} response The complete HTTP response.
|
|
244
244
|
*/
|
|
245
245
|
|
|
@@ -261,7 +261,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
261
261
|
* @param {Number} [startindex]
|
|
262
262
|
* @param {Number} [count]
|
|
263
263
|
* @param {module:api/NotificationsApi~getAllNotificationsByUserCallback} callback The callback function, accepting three arguments: error, data, response
|
|
264
|
-
* data is of type: {@link module:model/
|
|
264
|
+
* data is of type: {@link Array.<module:model/NotificationResponse>}
|
|
265
265
|
*/
|
|
266
266
|
}, {
|
|
267
267
|
key: "getAllNotificationsByUser",
|
|
@@ -295,7 +295,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
295
295
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
296
296
|
var contentTypes = [];
|
|
297
297
|
var accepts = ['application/json'];
|
|
298
|
-
var returnType =
|
|
298
|
+
var returnType = [_NotificationResponse["default"]];
|
|
299
299
|
return this.apiClient.callApi('/graph/data/notifications/user/{userId}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
300
300
|
}
|
|
301
301
|
|
|
@@ -303,7 +303,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
303
303
|
* Callback function to receive the result of the getNotification operation.
|
|
304
304
|
* @callback module:api/NotificationsApi~getNotificationCallback
|
|
305
305
|
* @param {String} error Error message, if any.
|
|
306
|
-
* @param {module:model/
|
|
306
|
+
* @param {module:model/NotificationResponse} data The data returned by the service call.
|
|
307
307
|
* @param {String} response The complete HTTP response.
|
|
308
308
|
*/
|
|
309
309
|
|
|
@@ -323,7 +323,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
323
323
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
324
324
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
325
325
|
* @param {module:api/NotificationsApi~getNotificationCallback} callback The callback function, accepting three arguments: error, data, response
|
|
326
|
-
* data is of type: {@link module:model/
|
|
326
|
+
* data is of type: {@link module:model/NotificationResponse}
|
|
327
327
|
*/
|
|
328
328
|
}, {
|
|
329
329
|
key: "getNotification",
|
|
@@ -353,8 +353,8 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
353
353
|
var formParams = {};
|
|
354
354
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
355
355
|
var contentTypes = [];
|
|
356
|
-
var accepts = ['
|
|
357
|
-
var returnType =
|
|
356
|
+
var accepts = ['application/json'];
|
|
357
|
+
var returnType = _NotificationResponse["default"];
|
|
358
358
|
return this.apiClient.callApi('/graph/data/notifications/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
359
359
|
}
|
|
360
360
|
|
|
@@ -414,7 +414,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
414
414
|
* Callback function to receive the result of the getUnreadNotifications operation.
|
|
415
415
|
* @callback module:api/NotificationsApi~getUnreadNotificationsCallback
|
|
416
416
|
* @param {String} error Error message, if any.
|
|
417
|
-
* @param {module:model/
|
|
417
|
+
* @param {Array.<module:model/NotificationResponse>} data The data returned by the service call.
|
|
418
418
|
* @param {String} response The complete HTTP response.
|
|
419
419
|
*/
|
|
420
420
|
|
|
@@ -435,7 +435,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
435
435
|
* @param {Number} [startindex]
|
|
436
436
|
* @param {Number} [count]
|
|
437
437
|
* @param {module:api/NotificationsApi~getUnreadNotificationsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
438
|
-
* data is of type: {@link module:model/
|
|
438
|
+
* data is of type: {@link Array.<module:model/NotificationResponse>}
|
|
439
439
|
*/
|
|
440
440
|
}, {
|
|
441
441
|
key: "getUnreadNotifications",
|
|
@@ -463,7 +463,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
463
463
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
464
464
|
var contentTypes = [];
|
|
465
465
|
var accepts = ['application/json'];
|
|
466
|
-
var returnType =
|
|
466
|
+
var returnType = [_NotificationResponse["default"]];
|
|
467
467
|
return this.apiClient.callApi('/graph/data/notifications/unread', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
468
468
|
}
|
|
469
469
|
|
|
@@ -731,5 +731,4 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
731
731
|
return this.apiClient.callApi('/graph/data/notificationmanagement/unregistertoken/{token}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
732
732
|
}
|
|
733
733
|
}]);
|
|
734
|
-
return NotificationsApi;
|
|
735
734
|
}();
|
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.59
|
|
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.59
|
|
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
|
}();
|