@gobodo/gobodo-api 0.1.52 → 0.1.56
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 +43 -3
- 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 +282 -0
- 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 +384 -10
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +2 -2
- package/dist/api/GraphObjectTypesApi.js +2 -2
- package/dist/api/GraphObjectsApi.js +2 -2
- package/dist/api/GraphRelationshipTypesApi.js +2 -2
- package/dist/api/GraphRelationshipsApi.js +2 -2
- package/dist/api/GraphSchemasApi.js +2 -2
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.js +2 -2
- 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 +735 -0
- package/dist/api/PagesApi.js +2 -2
- package/dist/api/PhoneNumbersApi.js +322 -0
- 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 +163 -0
- 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/index.js +112 -7
- package/dist/model/APIClient.js +9 -9
- 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 -32
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/Article.js +2 -2
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +20 -20
- 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 +169 -0
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.js +139 -0
- package/dist/model/CreateTopicListenerInput.js +125 -0
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +10 -10
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/DeviceRegistrationRequest.js +200 -0
- package/dist/model/Document.js +2 -2
- package/dist/model/DocumentPart.js +21 -21
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +26 -26
- package/dist/model/EmailAddress.js +142 -0
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +13 -13
- package/dist/model/File.js +9 -9
- package/dist/model/FileAttachmentUploadObject.js +9 -9
- 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 +316 -0
- package/dist/model/FunctionEnvironmentConfig.js +169 -0
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/GetFunctionResponse.js +195 -0
- 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 +27 -27
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +27 -27
- package/dist/model/GraphObjectType.js +18 -18
- package/dist/model/GraphObjectTypeSchema.js +18 -18
- 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/GraphSchema.js +18 -18
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +23 -23
- package/dist/model/ImageUploadObject.js +23 -23
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartHeaders.js +88 -0
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +24 -24
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +34 -34
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +14 -14
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +9 -9
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Notification.js +210 -0
- package/dist/model/NotificationInput.js +187 -0
- package/dist/model/Objecttype.js +17 -17
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +10 -10
- package/dist/model/Pageable.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 +9 -9
- 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 +11 -11
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/PhoneNumber.js +178 -0
- 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 +9 -9
- package/dist/model/PurgeDataDefaultResponse.js +144 -0
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +27 -27
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +13 -13
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +16 -16
- 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 +22 -22
- package/dist/model/TemplateSchema.js +22 -22
- package/dist/model/ThemeMapping.js +10 -10
- package/dist/model/ThemeMappingPayload.js +9 -9
- package/dist/model/TopicInfoResponse.js +102 -0
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +13 -13
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +13 -13
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +14 -14
- package/dist/model/UserDataPayload.js +14 -14
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +13 -13
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +14 -14
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +34 -34
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +42 -42
- package/dist/model/VideoUploadObject.js +34 -34
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
+
var _CreateTopicInput = _interopRequireDefault(require("../model/CreateTopicInput"));
|
|
9
|
+
var _CreateTopicListenerInput = _interopRequireDefault(require("../model/CreateTopicListenerInput"));
|
|
10
|
+
var _GetFunctionResponse = _interopRequireDefault(require("../model/GetFunctionResponse"));
|
|
11
|
+
var _TopicInfoResponse = _interopRequireDefault(require("../model/TopicInfoResponse"));
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
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(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
15
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
16
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
17
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
18
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
|
|
19
|
+
* gobodo-api
|
|
20
|
+
* REST Interface for Gobodo API
|
|
21
|
+
*
|
|
22
|
+
* The version of the OpenAPI document: 0.1.56
|
|
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
|
+
/**
|
|
31
|
+
* Topics service.
|
|
32
|
+
* @module api/TopicsApi
|
|
33
|
+
* @version 0.1.56
|
|
34
|
+
*/
|
|
35
|
+
var TopicsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
|
+
/**
|
|
37
|
+
* Constructs a new TopicsApi.
|
|
38
|
+
* @alias module:api/TopicsApi
|
|
39
|
+
* @class
|
|
40
|
+
* @param {module:ApiClient} [apiClient] Optional API client implementation to use,
|
|
41
|
+
* default to {@link module:ApiClient#instance} if unspecified.
|
|
42
|
+
*/
|
|
43
|
+
function TopicsApi(apiClient) {
|
|
44
|
+
_classCallCheck(this, TopicsApi);
|
|
45
|
+
this.apiClient = apiClient || _ApiClient["default"].instance;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Callback function to receive the result of the createTopic operation.
|
|
50
|
+
* @callback module:api/TopicsApi~createTopicCallback
|
|
51
|
+
* @param {String} error Error message, if any.
|
|
52
|
+
* @param {module:model/GetFunctionResponse} data The data returned by the service call.
|
|
53
|
+
* @param {String} response The complete HTTP response.
|
|
54
|
+
*/
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Creates a new topic
|
|
58
|
+
* Creates a new topic
|
|
59
|
+
* @param {module:model/CreateTopicInput} createTopicInput
|
|
60
|
+
* @param {Object} opts Optional parameters
|
|
61
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
62
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
63
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
64
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
65
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
66
|
+
* @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)
|
|
67
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
68
|
+
* @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
|
|
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
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
71
|
+
* @param {module:api/TopicsApi~createTopicCallback} callback The callback function, accepting three arguments: error, data, response
|
|
72
|
+
* data is of type: {@link module:model/GetFunctionResponse}
|
|
73
|
+
*/
|
|
74
|
+
_createClass(TopicsApi, [{
|
|
75
|
+
key: "createTopic",
|
|
76
|
+
value: function createTopic(createTopicInput, opts, callback) {
|
|
77
|
+
opts = opts || {};
|
|
78
|
+
var postBody = createTopicInput;
|
|
79
|
+
// verify the required parameter 'createTopicInput' is set
|
|
80
|
+
if (createTopicInput === undefined || createTopicInput === null) {
|
|
81
|
+
throw new Error("Missing the required parameter 'createTopicInput' when calling createTopic");
|
|
82
|
+
}
|
|
83
|
+
var pathParams = {};
|
|
84
|
+
var queryParams = {};
|
|
85
|
+
var headerParams = {
|
|
86
|
+
'Authorization': opts['authorization'],
|
|
87
|
+
'cacheduration': opts['cacheduration'],
|
|
88
|
+
'cachegroup': opts['cachegroup'],
|
|
89
|
+
'cachekey': opts['cachekey'],
|
|
90
|
+
'cachescope': opts['cachescope'],
|
|
91
|
+
'cacheuser': opts['cacheuser'],
|
|
92
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
93
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
94
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
95
|
+
'transactionid': opts['transactionid']
|
|
96
|
+
};
|
|
97
|
+
var formParams = {};
|
|
98
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
99
|
+
var contentTypes = [];
|
|
100
|
+
var accepts = ['application/json'];
|
|
101
|
+
var returnType = _GetFunctionResponse["default"];
|
|
102
|
+
return this.apiClient.callApi('/graph/data/topics', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* Callback function to receive the result of the registerListeners operation.
|
|
107
|
+
* @callback module:api/TopicsApi~registerListenersCallback
|
|
108
|
+
* @param {String} error Error message, if any.
|
|
109
|
+
* @param {module:model/TopicInfoResponse} data The data returned by the service call.
|
|
110
|
+
* @param {String} response The complete HTTP response.
|
|
111
|
+
*/
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* Registers listeners
|
|
115
|
+
* Register listeners
|
|
116
|
+
* @param {module:model/CreateTopicListenerInput} createTopicListenerInput
|
|
117
|
+
* @param {Object} opts Optional parameters
|
|
118
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
119
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
120
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
121
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
122
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
123
|
+
* @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)
|
|
124
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
125
|
+
* @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
|
|
126
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
127
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
128
|
+
* @param {module:api/TopicsApi~registerListenersCallback} callback The callback function, accepting three arguments: error, data, response
|
|
129
|
+
* data is of type: {@link module:model/TopicInfoResponse}
|
|
130
|
+
*/
|
|
131
|
+
}, {
|
|
132
|
+
key: "registerListeners",
|
|
133
|
+
value: function registerListeners(createTopicListenerInput, opts, callback) {
|
|
134
|
+
opts = opts || {};
|
|
135
|
+
var postBody = createTopicListenerInput;
|
|
136
|
+
// verify the required parameter 'createTopicListenerInput' is set
|
|
137
|
+
if (createTopicListenerInput === undefined || createTopicListenerInput === null) {
|
|
138
|
+
throw new Error("Missing the required parameter 'createTopicListenerInput' when calling registerListeners");
|
|
139
|
+
}
|
|
140
|
+
var pathParams = {};
|
|
141
|
+
var queryParams = {};
|
|
142
|
+
var headerParams = {
|
|
143
|
+
'Authorization': opts['authorization'],
|
|
144
|
+
'cacheduration': opts['cacheduration'],
|
|
145
|
+
'cachegroup': opts['cachegroup'],
|
|
146
|
+
'cachekey': opts['cachekey'],
|
|
147
|
+
'cachescope': opts['cachescope'],
|
|
148
|
+
'cacheuser': opts['cacheuser'],
|
|
149
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
150
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
151
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
152
|
+
'transactionid': opts['transactionid']
|
|
153
|
+
};
|
|
154
|
+
var formParams = {};
|
|
155
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
156
|
+
var contentTypes = [];
|
|
157
|
+
var accepts = ['application/json'];
|
|
158
|
+
var returnType = _TopicInfoResponse["default"];
|
|
159
|
+
return this.apiClient.callApi('/graph/data/topics', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
160
|
+
}
|
|
161
|
+
}]);
|
|
162
|
+
return TopicsApi;
|
|
163
|
+
}();
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.56
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* Transactions service.
|
|
29
29
|
* @module api/TransactionsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.56
|
|
31
31
|
*/
|
|
32
32
|
var TransactionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/api/TwitterApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.56
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* Twitter service.
|
|
29
29
|
* @module api/TwitterApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.56
|
|
31
31
|
*/
|
|
32
32
|
var TwitterApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/api/UserTagsApi.js
CHANGED
|
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.56
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
29
29
|
/**
|
|
30
30
|
* UserTags service.
|
|
31
31
|
* @module api/UserTagsApi
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.56
|
|
33
33
|
*/
|
|
34
34
|
var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/api/UsersApi.js
CHANGED
|
@@ -21,7 +21,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.56
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
32
32
|
/**
|
|
33
33
|
* Users service.
|
|
34
34
|
* @module api/UsersApi
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.56
|
|
36
36
|
*/
|
|
37
37
|
var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
package/dist/api/UtilsApi.js
CHANGED
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.56
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* Utils service.
|
|
28
28
|
* @module api/UtilsApi
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.56
|
|
30
30
|
*/
|
|
31
31
|
var UtilsApi = exports["default"] = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/api/VideosApi.js
CHANGED
|
@@ -23,7 +23,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
23
23
|
* gobodo-api
|
|
24
24
|
* REST Interface for Gobodo API
|
|
25
25
|
*
|
|
26
|
-
* The version of the OpenAPI document: 0.1.
|
|
26
|
+
* The version of the OpenAPI document: 0.1.56
|
|
27
27
|
* Contact: info@gobodo.io
|
|
28
28
|
*
|
|
29
29
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -34,7 +34,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
34
34
|
/**
|
|
35
35
|
* Videos service.
|
|
36
36
|
* @module api/VideosApi
|
|
37
|
-
* @version 0.1.
|
|
37
|
+
* @version 0.1.56
|
|
38
38
|
*/
|
|
39
39
|
var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
40
40
|
/**
|
package/dist/index.js
CHANGED
|
@@ -75,12 +75,6 @@ Object.defineProperty(exports, "ApplicationPaymentAccountResponseFailureExceptio
|
|
|
75
75
|
return _ApplicationPaymentAccountResponseFailureExceptionStackTraceInner["default"];
|
|
76
76
|
}
|
|
77
77
|
});
|
|
78
|
-
Object.defineProperty(exports, "ApplicationPaymentAccountResponseFailureExceptionSuppressedInner", {
|
|
79
|
-
enumerable: true,
|
|
80
|
-
get: function get() {
|
|
81
|
-
return _ApplicationPaymentAccountResponseFailureExceptionSuppressedInner["default"];
|
|
82
|
-
}
|
|
83
|
-
});
|
|
84
78
|
Object.defineProperty(exports, "Article", {
|
|
85
79
|
enumerable: true,
|
|
86
80
|
get: function get() {
|
|
@@ -177,6 +171,12 @@ Object.defineProperty(exports, "CreateAccountResponse", {
|
|
|
177
171
|
return _CreateAccountResponse["default"];
|
|
178
172
|
}
|
|
179
173
|
});
|
|
174
|
+
Object.defineProperty(exports, "CreateFunctionInput", {
|
|
175
|
+
enumerable: true,
|
|
176
|
+
get: function get() {
|
|
177
|
+
return _CreateFunctionInput["default"];
|
|
178
|
+
}
|
|
179
|
+
});
|
|
180
180
|
Object.defineProperty(exports, "CreateStripeAccountInput", {
|
|
181
181
|
enumerable: true,
|
|
182
182
|
get: function get() {
|
|
@@ -189,6 +189,18 @@ Object.defineProperty(exports, "CreateStripeCustomerInput", {
|
|
|
189
189
|
return _CreateStripeCustomerInput["default"];
|
|
190
190
|
}
|
|
191
191
|
});
|
|
192
|
+
Object.defineProperty(exports, "CreateTopicInput", {
|
|
193
|
+
enumerable: true,
|
|
194
|
+
get: function get() {
|
|
195
|
+
return _CreateTopicInput["default"];
|
|
196
|
+
}
|
|
197
|
+
});
|
|
198
|
+
Object.defineProperty(exports, "CreateTopicListenerInput", {
|
|
199
|
+
enumerable: true,
|
|
200
|
+
get: function get() {
|
|
201
|
+
return _CreateTopicListenerInput["default"];
|
|
202
|
+
}
|
|
203
|
+
});
|
|
192
204
|
Object.defineProperty(exports, "CustomerResponse", {
|
|
193
205
|
enumerable: true,
|
|
194
206
|
get: function get() {
|
|
@@ -231,6 +243,12 @@ Object.defineProperty(exports, "DefaultApi", {
|
|
|
231
243
|
return _DefaultApi["default"];
|
|
232
244
|
}
|
|
233
245
|
});
|
|
246
|
+
Object.defineProperty(exports, "DeviceRegistrationRequest", {
|
|
247
|
+
enumerable: true,
|
|
248
|
+
get: function get() {
|
|
249
|
+
return _DeviceRegistrationRequest["default"];
|
|
250
|
+
}
|
|
251
|
+
});
|
|
234
252
|
Object.defineProperty(exports, "Document", {
|
|
235
253
|
enumerable: true,
|
|
236
254
|
get: function get() {
|
|
@@ -261,6 +279,18 @@ Object.defineProperty(exports, "DocumentsApi", {
|
|
|
261
279
|
return _DocumentsApi["default"];
|
|
262
280
|
}
|
|
263
281
|
});
|
|
282
|
+
Object.defineProperty(exports, "EmailAddress", {
|
|
283
|
+
enumerable: true,
|
|
284
|
+
get: function get() {
|
|
285
|
+
return _EmailAddress["default"];
|
|
286
|
+
}
|
|
287
|
+
});
|
|
288
|
+
Object.defineProperty(exports, "EmailsApi", {
|
|
289
|
+
enumerable: true,
|
|
290
|
+
get: function get() {
|
|
291
|
+
return _EmailsApi["default"];
|
|
292
|
+
}
|
|
293
|
+
});
|
|
264
294
|
Object.defineProperty(exports, "EntryPartsApi", {
|
|
265
295
|
enumerable: true,
|
|
266
296
|
get: function get() {
|
|
@@ -345,6 +375,18 @@ Object.defineProperty(exports, "FormsApi", {
|
|
|
345
375
|
return _FormsApi["default"];
|
|
346
376
|
}
|
|
347
377
|
});
|
|
378
|
+
Object.defineProperty(exports, "FunctionConfigInput", {
|
|
379
|
+
enumerable: true,
|
|
380
|
+
get: function get() {
|
|
381
|
+
return _FunctionConfigInput["default"];
|
|
382
|
+
}
|
|
383
|
+
});
|
|
384
|
+
Object.defineProperty(exports, "FunctionEnvironmentConfig", {
|
|
385
|
+
enumerable: true,
|
|
386
|
+
get: function get() {
|
|
387
|
+
return _FunctionEnvironmentConfig["default"];
|
|
388
|
+
}
|
|
389
|
+
});
|
|
348
390
|
Object.defineProperty(exports, "FunctionsApi", {
|
|
349
391
|
enumerable: true,
|
|
350
392
|
get: function get() {
|
|
@@ -375,6 +417,12 @@ Object.defineProperty(exports, "GeolocationInput", {
|
|
|
375
417
|
return _GeolocationInput["default"];
|
|
376
418
|
}
|
|
377
419
|
});
|
|
420
|
+
Object.defineProperty(exports, "GetFunctionResponse", {
|
|
421
|
+
enumerable: true,
|
|
422
|
+
get: function get() {
|
|
423
|
+
return _GetFunctionResponse["default"];
|
|
424
|
+
}
|
|
425
|
+
});
|
|
378
426
|
Object.defineProperty(exports, "GoogleApi", {
|
|
379
427
|
enumerable: true,
|
|
380
428
|
get: function get() {
|
|
@@ -657,6 +705,24 @@ Object.defineProperty(exports, "MultipartBody", {
|
|
|
657
705
|
return _MultipartBody["default"];
|
|
658
706
|
}
|
|
659
707
|
});
|
|
708
|
+
Object.defineProperty(exports, "Notification", {
|
|
709
|
+
enumerable: true,
|
|
710
|
+
get: function get() {
|
|
711
|
+
return _Notification["default"];
|
|
712
|
+
}
|
|
713
|
+
});
|
|
714
|
+
Object.defineProperty(exports, "NotificationInput", {
|
|
715
|
+
enumerable: true,
|
|
716
|
+
get: function get() {
|
|
717
|
+
return _NotificationInput["default"];
|
|
718
|
+
}
|
|
719
|
+
});
|
|
720
|
+
Object.defineProperty(exports, "NotificationsApi", {
|
|
721
|
+
enumerable: true,
|
|
722
|
+
get: function get() {
|
|
723
|
+
return _NotificationsApi["default"];
|
|
724
|
+
}
|
|
725
|
+
});
|
|
660
726
|
Object.defineProperty(exports, "Objecttype", {
|
|
661
727
|
enumerable: true,
|
|
662
728
|
get: function get() {
|
|
@@ -753,6 +819,18 @@ Object.defineProperty(exports, "PayoutResponse", {
|
|
|
753
819
|
return _PayoutResponse["default"];
|
|
754
820
|
}
|
|
755
821
|
});
|
|
822
|
+
Object.defineProperty(exports, "PhoneNumber", {
|
|
823
|
+
enumerable: true,
|
|
824
|
+
get: function get() {
|
|
825
|
+
return _PhoneNumber["default"];
|
|
826
|
+
}
|
|
827
|
+
});
|
|
828
|
+
Object.defineProperty(exports, "PhoneNumbersApi", {
|
|
829
|
+
enumerable: true,
|
|
830
|
+
get: function get() {
|
|
831
|
+
return _PhoneNumbersApi["default"];
|
|
832
|
+
}
|
|
833
|
+
});
|
|
756
834
|
Object.defineProperty(exports, "Post", {
|
|
757
835
|
enumerable: true,
|
|
758
836
|
get: function get() {
|
|
@@ -951,6 +1029,18 @@ Object.defineProperty(exports, "ThemeMappingsApi", {
|
|
|
951
1029
|
return _ThemeMappingsApi["default"];
|
|
952
1030
|
}
|
|
953
1031
|
});
|
|
1032
|
+
Object.defineProperty(exports, "TopicInfoResponse", {
|
|
1033
|
+
enumerable: true,
|
|
1034
|
+
get: function get() {
|
|
1035
|
+
return _TopicInfoResponse["default"];
|
|
1036
|
+
}
|
|
1037
|
+
});
|
|
1038
|
+
Object.defineProperty(exports, "TopicsApi", {
|
|
1039
|
+
enumerable: true,
|
|
1040
|
+
get: function get() {
|
|
1041
|
+
return _TopicsApi["default"];
|
|
1042
|
+
}
|
|
1043
|
+
});
|
|
954
1044
|
Object.defineProperty(exports, "Transaction", {
|
|
955
1045
|
enumerable: true,
|
|
956
1046
|
get: function get() {
|
|
@@ -1108,7 +1198,6 @@ var _AccountSessionResponse = _interopRequireDefault(require("./model/AccountSes
|
|
|
1108
1198
|
var _ApplicationPaymentAccountResponse = _interopRequireDefault(require("./model/ApplicationPaymentAccountResponse"));
|
|
1109
1199
|
var _ApplicationPaymentAccountResponseFailureException = _interopRequireDefault(require("./model/ApplicationPaymentAccountResponseFailureException"));
|
|
1110
1200
|
var _ApplicationPaymentAccountResponseFailureExceptionStackTraceInner = _interopRequireDefault(require("./model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner"));
|
|
1111
|
-
var _ApplicationPaymentAccountResponseFailureExceptionSuppressedInner = _interopRequireDefault(require("./model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner"));
|
|
1112
1201
|
var _Article = _interopRequireDefault(require("./model/Article"));
|
|
1113
1202
|
var _AuthResponse = _interopRequireDefault(require("./model/AuthResponse"));
|
|
1114
1203
|
var _Balance = _interopRequireDefault(require("./model/Balance"));
|
|
@@ -1119,17 +1208,22 @@ var _CardInfo = _interopRequireDefault(require("./model/CardInfo"));
|
|
|
1119
1208
|
var _Comment = _interopRequireDefault(require("./model/Comment"));
|
|
1120
1209
|
var _Coordinates = _interopRequireDefault(require("./model/Coordinates"));
|
|
1121
1210
|
var _CreateAccountResponse = _interopRequireDefault(require("./model/CreateAccountResponse"));
|
|
1211
|
+
var _CreateFunctionInput = _interopRequireDefault(require("./model/CreateFunctionInput"));
|
|
1122
1212
|
var _CreateStripeAccountInput = _interopRequireDefault(require("./model/CreateStripeAccountInput"));
|
|
1123
1213
|
var _CreateStripeCustomerInput = _interopRequireDefault(require("./model/CreateStripeCustomerInput"));
|
|
1214
|
+
var _CreateTopicInput = _interopRequireDefault(require("./model/CreateTopicInput"));
|
|
1215
|
+
var _CreateTopicListenerInput = _interopRequireDefault(require("./model/CreateTopicListenerInput"));
|
|
1124
1216
|
var _CustomerResponse = _interopRequireDefault(require("./model/CustomerResponse"));
|
|
1125
1217
|
var _DataObject = _interopRequireDefault(require("./model/DataObject"));
|
|
1126
1218
|
var _DataSheetImport = _interopRequireDefault(require("./model/DataSheetImport"));
|
|
1127
1219
|
var _DataSheetImportPrivacySettings = _interopRequireDefault(require("./model/DataSheetImportPrivacySettings"));
|
|
1128
1220
|
var _DataSheetImportSummary = _interopRequireDefault(require("./model/DataSheetImportSummary"));
|
|
1221
|
+
var _DeviceRegistrationRequest = _interopRequireDefault(require("./model/DeviceRegistrationRequest"));
|
|
1129
1222
|
var _Document = _interopRequireDefault(require("./model/Document"));
|
|
1130
1223
|
var _DocumentPart = _interopRequireDefault(require("./model/DocumentPart"));
|
|
1131
1224
|
var _DocumentPartType = _interopRequireDefault(require("./model/DocumentPartType"));
|
|
1132
1225
|
var _DocumentType = _interopRequireDefault(require("./model/DocumentType"));
|
|
1226
|
+
var _EmailAddress = _interopRequireDefault(require("./model/EmailAddress"));
|
|
1133
1227
|
var _FieldMapping = _interopRequireDefault(require("./model/FieldMapping"));
|
|
1134
1228
|
var _Fields = _interopRequireDefault(require("./model/Fields"));
|
|
1135
1229
|
var _File = _interopRequireDefault(require("./model/File"));
|
|
@@ -1139,9 +1233,12 @@ var _FilterManager = _interopRequireDefault(require("./model/FilterManager"));
|
|
|
1139
1233
|
var _Form = _interopRequireDefault(require("./model/Form"));
|
|
1140
1234
|
var _FormSection = _interopRequireDefault(require("./model/FormSection"));
|
|
1141
1235
|
var _FormSubmission = _interopRequireDefault(require("./model/FormSubmission"));
|
|
1236
|
+
var _FunctionConfigInput = _interopRequireDefault(require("./model/FunctionConfigInput"));
|
|
1237
|
+
var _FunctionEnvironmentConfig = _interopRequireDefault(require("./model/FunctionEnvironmentConfig"));
|
|
1142
1238
|
var _Geocode = _interopRequireDefault(require("./model/Geocode"));
|
|
1143
1239
|
var _GeocodePayload = _interopRequireDefault(require("./model/GeocodePayload"));
|
|
1144
1240
|
var _GeolocationInput = _interopRequireDefault(require("./model/GeolocationInput"));
|
|
1241
|
+
var _GetFunctionResponse = _interopRequireDefault(require("./model/GetFunctionResponse"));
|
|
1145
1242
|
var _Graph = _interopRequireDefault(require("./model/Graph"));
|
|
1146
1243
|
var _GraphAction = _interopRequireDefault(require("./model/GraphAction"));
|
|
1147
1244
|
var _GraphDatabaseService = _interopRequireDefault(require("./model/GraphDatabaseService"));
|
|
@@ -1172,6 +1269,8 @@ var _MemberGroupCategory = _interopRequireDefault(require("./model/MemberGroupCa
|
|
|
1172
1269
|
var _MemberList = _interopRequireDefault(require("./model/MemberList"));
|
|
1173
1270
|
var _MessageGroup = _interopRequireDefault(require("./model/MessageGroup"));
|
|
1174
1271
|
var _MultipartBody = _interopRequireDefault(require("./model/MultipartBody"));
|
|
1272
|
+
var _Notification = _interopRequireDefault(require("./model/Notification"));
|
|
1273
|
+
var _NotificationInput = _interopRequireDefault(require("./model/NotificationInput"));
|
|
1175
1274
|
var _Objecttype = _interopRequireDefault(require("./model/Objecttype"));
|
|
1176
1275
|
var _Page = _interopRequireDefault(require("./model/Page"));
|
|
1177
1276
|
var _PageSchema = _interopRequireDefault(require("./model/PageSchema"));
|
|
@@ -1187,6 +1286,7 @@ var _PaymentMethodsResponse = _interopRequireDefault(require("./model/PaymentMet
|
|
|
1187
1286
|
var _Payout = _interopRequireDefault(require("./model/Payout"));
|
|
1188
1287
|
var _PayoutInput = _interopRequireDefault(require("./model/PayoutInput"));
|
|
1189
1288
|
var _PayoutResponse = _interopRequireDefault(require("./model/PayoutResponse"));
|
|
1289
|
+
var _PhoneNumber = _interopRequireDefault(require("./model/PhoneNumber"));
|
|
1190
1290
|
var _Post = _interopRequireDefault(require("./model/Post"));
|
|
1191
1291
|
var _PrivateMessage = _interopRequireDefault(require("./model/PrivateMessage"));
|
|
1192
1292
|
var _PrivateMessageConversation = _interopRequireDefault(require("./model/PrivateMessageConversation"));
|
|
@@ -1211,6 +1311,7 @@ var _Template = _interopRequireDefault(require("./model/Template"));
|
|
|
1211
1311
|
var _TemplateSchema = _interopRequireDefault(require("./model/TemplateSchema"));
|
|
1212
1312
|
var _ThemeMapping = _interopRequireDefault(require("./model/ThemeMapping"));
|
|
1213
1313
|
var _ThemeMappingPayload = _interopRequireDefault(require("./model/ThemeMappingPayload"));
|
|
1314
|
+
var _TopicInfoResponse = _interopRequireDefault(require("./model/TopicInfoResponse"));
|
|
1214
1315
|
var _Transaction = _interopRequireDefault(require("./model/Transaction"));
|
|
1215
1316
|
var _Transfer = _interopRequireDefault(require("./model/Transfer"));
|
|
1216
1317
|
var _TransferInput = _interopRequireDefault(require("./model/TransferInput"));
|
|
@@ -1244,6 +1345,7 @@ var _ConversationsApi = _interopRequireDefault(require("./api/ConversationsApi")
|
|
|
1244
1345
|
var _DataSheetImportsApi = _interopRequireDefault(require("./api/DataSheetImportsApi"));
|
|
1245
1346
|
var _DefaultApi = _interopRequireDefault(require("./api/DefaultApi"));
|
|
1246
1347
|
var _DocumentsApi = _interopRequireDefault(require("./api/DocumentsApi"));
|
|
1348
|
+
var _EmailsApi = _interopRequireDefault(require("./api/EmailsApi"));
|
|
1247
1349
|
var _EntryPartsApi = _interopRequireDefault(require("./api/EntryPartsApi"));
|
|
1248
1350
|
var _FacebookApi = _interopRequireDefault(require("./api/FacebookApi"));
|
|
1249
1351
|
var _FieldsApi = _interopRequireDefault(require("./api/FieldsApi"));
|
|
@@ -1268,7 +1370,9 @@ var _LikesApi = _interopRequireDefault(require("./api/LikesApi"));
|
|
|
1268
1370
|
var _LinkedINApi = _interopRequireDefault(require("./api/LinkedINApi"));
|
|
1269
1371
|
var _LiveMeetingsApi = _interopRequireDefault(require("./api/LiveMeetingsApi"));
|
|
1270
1372
|
var _MeetingEventsApi = _interopRequireDefault(require("./api/MeetingEventsApi"));
|
|
1373
|
+
var _NotificationsApi = _interopRequireDefault(require("./api/NotificationsApi"));
|
|
1271
1374
|
var _PagesApi = _interopRequireDefault(require("./api/PagesApi"));
|
|
1375
|
+
var _PhoneNumbersApi = _interopRequireDefault(require("./api/PhoneNumbersApi"));
|
|
1272
1376
|
var _PostsApi = _interopRequireDefault(require("./api/PostsApi"));
|
|
1273
1377
|
var _PrivateMessagesApi = _interopRequireDefault(require("./api/PrivateMessagesApi"));
|
|
1274
1378
|
var _PublicationsApi = _interopRequireDefault(require("./api/PublicationsApi"));
|
|
@@ -1278,6 +1382,7 @@ var _StripeAccountsApi = _interopRequireDefault(require("./api/StripeAccountsApi
|
|
|
1278
1382
|
var _TagsApi = _interopRequireDefault(require("./api/TagsApi"));
|
|
1279
1383
|
var _TemplatesApi = _interopRequireDefault(require("./api/TemplatesApi"));
|
|
1280
1384
|
var _ThemeMappingsApi = _interopRequireDefault(require("./api/ThemeMappingsApi"));
|
|
1385
|
+
var _TopicsApi = _interopRequireDefault(require("./api/TopicsApi"));
|
|
1281
1386
|
var _TransactionsApi = _interopRequireDefault(require("./api/TransactionsApi"));
|
|
1282
1387
|
var _TwitterApi = _interopRequireDefault(require("./api/TwitterApi"));
|
|
1283
1388
|
var _UserTagsApi = _interopRequireDefault(require("./api/UserTagsApi"));
|
package/dist/model/APIClient.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.56
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The APIClient model module.
|
|
29
29
|
* @module model/APIClient
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.56
|
|
31
31
|
*/
|
|
32
32
|
var APIClient = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -75,12 +75,12 @@ var APIClient = /*#__PURE__*/function () {
|
|
|
75
75
|
if (data.hasOwnProperty('secretKey')) {
|
|
76
76
|
obj['secretKey'] = _ApiClient["default"].convertToType(data['secretKey'], 'String');
|
|
77
77
|
}
|
|
78
|
-
if (data.hasOwnProperty('users')) {
|
|
79
|
-
obj['users'] = _ApiClient["default"].convertToType(data['users'], [_User["default"]]);
|
|
80
|
-
}
|
|
81
78
|
if (data.hasOwnProperty('developers')) {
|
|
82
79
|
obj['developers'] = _ApiClient["default"].convertToType(data['developers'], [_User["default"]]);
|
|
83
80
|
}
|
|
81
|
+
if (data.hasOwnProperty('users')) {
|
|
82
|
+
obj['users'] = _ApiClient["default"].convertToType(data['users'], [_User["default"]]);
|
|
83
|
+
}
|
|
84
84
|
if (data.hasOwnProperty('data')) {
|
|
85
85
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
86
86
|
}
|
|
@@ -151,14 +151,14 @@ APIClient.prototype['apiKey'] = undefined;
|
|
|
151
151
|
APIClient.prototype['secretKey'] = undefined;
|
|
152
152
|
|
|
153
153
|
/**
|
|
154
|
-
* @member {Array.<module:model/User>}
|
|
154
|
+
* @member {Array.<module:model/User>} developers
|
|
155
155
|
*/
|
|
156
|
-
APIClient.prototype['
|
|
156
|
+
APIClient.prototype['developers'] = undefined;
|
|
157
157
|
|
|
158
158
|
/**
|
|
159
|
-
* @member {Array.<module:model/User>}
|
|
159
|
+
* @member {Array.<module:model/User>} users
|
|
160
160
|
*/
|
|
161
|
-
APIClient.prototype['
|
|
161
|
+
APIClient.prototype['users'] = undefined;
|
|
162
162
|
|
|
163
163
|
/**
|
|
164
164
|
* @member {Object} data
|