@gobodo/gobodo-api 0.1.23 → 0.1.25
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 +13 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +6 -2
- package/dist/api/AdCampaignsApi.js +34 -2
- package/dist/api/AdManagementApi.js +50 -2
- package/dist/api/AdminDataManagementApi.js +6 -2
- package/dist/api/AdsApi.js +26 -2
- package/dist/api/AttachmentsApi.js +30 -2
- package/dist/api/AuthenticationApi.js +74 -2
- package/dist/api/CategoriesApi.js +30 -2
- package/dist/api/CommentsApi.js +34 -2
- package/dist/api/ContentManagementApi.js +98 -2
- package/dist/api/ConversationsApi.js +38 -2
- package/dist/api/DataSheetImportsApi.js +62 -2
- package/dist/api/DefaultApi.js +46 -2
- package/dist/api/DocumentsApi.js +54 -2
- package/dist/api/EntryPartsApi.js +54 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +14 -2
- package/dist/api/FilesApi.js +6 -2
- package/dist/api/FormsApi.js +74 -2
- package/dist/api/FunctionsApi.js +6 -2
- package/dist/api/GeocodeApi.js +22 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +42 -2
- package/dist/api/GraphObjectTypesApi.js +38 -2
- package/dist/api/GraphObjectsApi.js +258 -2
- package/dist/api/GraphRelationshipTypesApi.js +70 -2
- package/dist/api/GraphRelationshipsApi.js +126 -2
- package/dist/api/GraphSchemasApi.js +30 -2
- package/dist/api/GraphTraversalApi.js +22 -2
- package/dist/api/GraphsApi.js +46 -2
- package/dist/api/GroupsApi.js +46 -2
- package/dist/api/IAMApi.js +18 -2
- package/dist/api/ImagesApi.js +34 -2
- package/dist/api/InvitesApi.js +22 -2
- package/dist/api/LikesApi.js +50 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +10 -2
- package/dist/api/MeetingEventsApi.js +22 -2
- package/dist/api/PagesApi.js +38 -2
- package/dist/api/PostsApi.js +22 -2
- package/dist/api/PrivateMessagesApi.js +66 -2
- package/dist/api/PublicationsApi.js +6 -2
- package/dist/api/ScreensApi.js +14 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +414 -2
- package/dist/api/TagsApi.js +6 -2
- package/dist/api/TemplatesApi.js +14 -2
- package/dist/api/ThemeMappingsApi.js +14 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +38 -2
- package/dist/api/UsersApi.js +38 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +46 -2
- package/dist/index.js +7 -0
- 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 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +26 -26
- package/dist/model/Authorization.js +2 -2
- package/dist/model/Balance.js +2 -2
- 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 +10 -10
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +11 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- 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/Document.js +26 -26
- package/dist/model/DocumentPart.js +21 -21
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +10 -10
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.js +2 -2
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +2 -2
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/Graph.js +9 -9
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +10 -10
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +11 -11
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelation.js +2 -2
- package/dist/model/GraphRelationObjectObject.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 +30 -30
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +16 -16
- package/dist/model/ImageUploadObject.js +16 -16
- package/dist/model/InputPart.js +2 -2
- 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 +2 -2
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +2 -2
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +16 -16
- package/dist/model/PageSchema.js +2 -2
- package/dist/model/Pageable.js +16 -16
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +11 -11
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +15 -15
- 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/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +10 -10
- package/dist/model/SocialGroup.js +9 -9
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +9 -9
- 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 +11 -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/Transaction.js +2 -2
- package/dist/model/Transfer.js +21 -11
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +16 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +158 -0
- package/dist/model/User.js +2 -2
- package/dist/model/UserDataPayload.js +2 -2
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +2 -2
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +26 -26
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +34 -34
- package/dist/model/VideoUploadObject.js +26 -26
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/dist/api/TagsApi.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.25
|
|
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
|
* Tags service.
|
|
29
29
|
* @module api/TagsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.25
|
|
31
31
|
*/
|
|
32
32
|
var TagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -56,7 +56,9 @@ var TagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
56
56
|
* @param {String} tag
|
|
57
57
|
* @param {Object} opts Optional parameters
|
|
58
58
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
59
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
59
60
|
* @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
|
|
61
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
60
62
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
61
63
|
* @param {module:api/TagsApi~getObjectsInGraphByTagCallback} callback The callback function, accepting three arguments: error, data, response
|
|
62
64
|
* data is of type: {@link Array.<module:model/GraphObjectSchema>}
|
|
@@ -81,7 +83,9 @@ var TagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
81
83
|
var queryParams = {};
|
|
82
84
|
var headerParams = {
|
|
83
85
|
'Authorization': opts['authorization'],
|
|
86
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
84
87
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
88
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
85
89
|
'transactionid': opts['transactionid']
|
|
86
90
|
};
|
|
87
91
|
var formParams = {};
|
package/dist/api/TemplatesApi.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.25
|
|
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
|
* Templates service.
|
|
29
29
|
* @module api/TemplatesApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.25
|
|
31
31
|
*/
|
|
32
32
|
var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -55,7 +55,9 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* @param {Array.<module:model/ScreenSchema>} screenSchema Screen or array of screens to create
|
|
56
56
|
* @param {Object} opts Optional parameters
|
|
57
57
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
58
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
58
59
|
* @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
|
|
60
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
59
61
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
60
62
|
* @param {module:api/TemplatesApi~createScreenCallback} callback The callback function, accepting three arguments: error, data, response
|
|
61
63
|
* data is of type: {@link module:model/ScreenSchema}
|
|
@@ -73,7 +75,9 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
73
75
|
var queryParams = {};
|
|
74
76
|
var headerParams = {
|
|
75
77
|
'Authorization': opts['authorization'],
|
|
78
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
76
79
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
80
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
77
81
|
'transactionid': opts['transactionid']
|
|
78
82
|
};
|
|
79
83
|
var formParams = {};
|
|
@@ -98,7 +102,9 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
98
102
|
* @param {Array.<module:model/ScreenSchema>} screenSchema Screen or array of screens to create
|
|
99
103
|
* @param {Object} opts Optional parameters
|
|
100
104
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
105
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
101
106
|
* @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
|
|
107
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
102
108
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
103
109
|
* @param {module:api/TemplatesApi~editScreenCallback} callback The callback function, accepting three arguments: error, data, response
|
|
104
110
|
* data is of type: {@link module:model/ScreenSchema}
|
|
@@ -122,7 +128,9 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
122
128
|
var queryParams = {};
|
|
123
129
|
var headerParams = {
|
|
124
130
|
'Authorization': opts['authorization'],
|
|
131
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
125
132
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
133
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
126
134
|
'transactionid': opts['transactionid']
|
|
127
135
|
};
|
|
128
136
|
var formParams = {};
|
|
@@ -146,7 +154,9 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
146
154
|
* @param {Number} screenId
|
|
147
155
|
* @param {Object} opts Optional parameters
|
|
148
156
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
157
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
149
158
|
* @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
|
|
159
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
150
160
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
151
161
|
* @param {module:api/TemplatesApi~getScreenByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
152
162
|
* data is of type: {@link module:model/ScreenSchema}
|
|
@@ -166,7 +176,9 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
166
176
|
var queryParams = {};
|
|
167
177
|
var headerParams = {
|
|
168
178
|
'Authorization': opts['authorization'],
|
|
179
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
169
180
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
181
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
170
182
|
'transactionid': opts['transactionid']
|
|
171
183
|
};
|
|
172
184
|
var formParams = {};
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.25
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* ThemeMappings service.
|
|
30
30
|
* @module api/ThemeMappingsApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.25
|
|
32
32
|
*/
|
|
33
33
|
var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -55,7 +55,9 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* @param {Number} themeid
|
|
56
56
|
* @param {Object} opts Optional parameters
|
|
57
57
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
58
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
58
59
|
* @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
|
|
60
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
59
61
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
60
62
|
* @param {Array.<String>} [requestBody]
|
|
61
63
|
* @param {module:api/ThemeMappingsApi~addUrlPatternsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -75,7 +77,9 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
75
77
|
var queryParams = {};
|
|
76
78
|
var headerParams = {
|
|
77
79
|
'Authorization': opts['authorization'],
|
|
80
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
78
81
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
82
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
79
83
|
'transactionid': opts['transactionid']
|
|
80
84
|
};
|
|
81
85
|
var formParams = {};
|
|
@@ -100,7 +104,9 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
100
104
|
* @param {module:model/ThemeMappingPayload} themeMappingPayload Conversation object or array of objects to create
|
|
101
105
|
* @param {Object} opts Optional parameters
|
|
102
106
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
107
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
103
108
|
* @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
|
|
109
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
104
110
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
105
111
|
* @param {module:api/ThemeMappingsApi~createThemeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
106
112
|
* data is of type: {@link module:model/ThemeMapping}
|
|
@@ -118,7 +124,9 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
118
124
|
var queryParams = {};
|
|
119
125
|
var headerParams = {
|
|
120
126
|
'Authorization': opts['authorization'],
|
|
127
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
121
128
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
129
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
122
130
|
'transactionid': opts['transactionid']
|
|
123
131
|
};
|
|
124
132
|
var formParams = {};
|
|
@@ -141,7 +149,9 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
141
149
|
* @param {Number} themeid
|
|
142
150
|
* @param {Object} opts Optional parameters
|
|
143
151
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
152
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
144
153
|
* @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
|
|
154
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
145
155
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
146
156
|
* @param {module:api/ThemeMappingsApi~get45Callback} callback The callback function, accepting three arguments: error, data, response
|
|
147
157
|
* data is of type: {@link module:model/ThemeMapping}
|
|
@@ -161,7 +171,9 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
161
171
|
var queryParams = {};
|
|
162
172
|
var headerParams = {
|
|
163
173
|
'Authorization': opts['authorization'],
|
|
174
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
164
175
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
176
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
165
177
|
'transactionid': opts['transactionid']
|
|
166
178
|
};
|
|
167
179
|
var formParams = {};
|
|
@@ -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.25
|
|
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.25
|
|
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.25
|
|
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.25
|
|
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.25
|
|
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.25
|
|
33
33
|
*/
|
|
34
34
|
var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -58,7 +58,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
58
58
|
* @param {Number} id
|
|
59
59
|
* @param {Object} opts Optional parameters
|
|
60
60
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
61
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
61
62
|
* @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
|
|
63
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
62
64
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
63
65
|
* @param {module:api/UserTagsApi~deleteRelationship2Callback} callback The callback function, accepting three arguments: error, data, response
|
|
64
66
|
*/
|
|
@@ -77,7 +79,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
77
79
|
var queryParams = {};
|
|
78
80
|
var headerParams = {
|
|
79
81
|
'Authorization': opts['authorization'],
|
|
82
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
80
83
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
84
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
81
85
|
'transactionid': opts['transactionid']
|
|
82
86
|
};
|
|
83
87
|
var formParams = {};
|
|
@@ -100,7 +104,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
100
104
|
* Root for the API
|
|
101
105
|
* @param {Object} opts Optional parameters
|
|
102
106
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
107
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
103
108
|
* @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
|
|
109
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
104
110
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
105
111
|
* @param {module:api/UserTagsApi~get43Callback} callback The callback function, accepting three arguments: error, data, response
|
|
106
112
|
*/
|
|
@@ -113,7 +119,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
113
119
|
var queryParams = {};
|
|
114
120
|
var headerParams = {
|
|
115
121
|
'Authorization': opts['authorization'],
|
|
122
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
116
123
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
124
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
117
125
|
'transactionid': opts['transactionid']
|
|
118
126
|
};
|
|
119
127
|
var formParams = {};
|
|
@@ -138,7 +146,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
138
146
|
* @param {Number} id
|
|
139
147
|
* @param {Object} opts Optional parameters
|
|
140
148
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
149
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
141
150
|
* @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
|
|
151
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
142
152
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
143
153
|
* @param {module:api/UserTagsApi~getRelProperties2Callback} callback The callback function, accepting three arguments: error, data, response
|
|
144
154
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -158,7 +168,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
158
168
|
var queryParams = {};
|
|
159
169
|
var headerParams = {
|
|
160
170
|
'Authorization': opts['authorization'],
|
|
171
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
161
172
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
173
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
162
174
|
'transactionid': opts['transactionid']
|
|
163
175
|
};
|
|
164
176
|
var formParams = {};
|
|
@@ -186,7 +198,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
186
198
|
* @param {String} prop
|
|
187
199
|
* @param {Object} opts Optional parameters
|
|
188
200
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
201
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
189
202
|
* @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
|
|
203
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
190
204
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
191
205
|
* @param {module:api/UserTagsApi~getRelProperty2Callback} callback The callback function, accepting three arguments: error, data, response
|
|
192
206
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -211,7 +225,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
211
225
|
var queryParams = {};
|
|
212
226
|
var headerParams = {
|
|
213
227
|
'Authorization': opts['authorization'],
|
|
228
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
214
229
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
230
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
215
231
|
'transactionid': opts['transactionid']
|
|
216
232
|
};
|
|
217
233
|
var formParams = {};
|
|
@@ -237,7 +253,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
237
253
|
* @param {Number} id
|
|
238
254
|
* @param {Object} opts Optional parameters
|
|
239
255
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
256
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
240
257
|
* @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
|
|
258
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
241
259
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
242
260
|
* @param {module:api/UserTagsApi~getRelationshipById1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
243
261
|
* data is of type: {@link module:model/GraphRelationship}
|
|
@@ -257,7 +275,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
257
275
|
var queryParams = {};
|
|
258
276
|
var headerParams = {
|
|
259
277
|
'Authorization': opts['authorization'],
|
|
278
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
260
279
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
280
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
261
281
|
'transactionid': opts['transactionid']
|
|
262
282
|
};
|
|
263
283
|
var formParams = {};
|
|
@@ -280,7 +300,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
280
300
|
* @param {Number} id
|
|
281
301
|
* @param {Object} opts Optional parameters
|
|
282
302
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
303
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
283
304
|
* @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
|
|
305
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
284
306
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
285
307
|
* @param {module:api/UserTagsApi~getUserTagsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
286
308
|
* data is of type: {@link Array.<String>}
|
|
@@ -300,7 +322,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
300
322
|
var queryParams = {};
|
|
301
323
|
var headerParams = {
|
|
302
324
|
'Authorization': opts['authorization'],
|
|
325
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
303
326
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
327
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
304
328
|
'transactionid': opts['transactionid']
|
|
305
329
|
};
|
|
306
330
|
var formParams = {};
|
|
@@ -325,7 +349,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
325
349
|
* @param {Number} id
|
|
326
350
|
* @param {Object} opts Optional parameters
|
|
327
351
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
352
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
328
353
|
* @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
|
|
354
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
329
355
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
330
356
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
|
|
331
357
|
* @param {module:api/UserTagsApi~setRelProperties2Callback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -345,7 +371,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
345
371
|
var queryParams = {};
|
|
346
372
|
var headerParams = {
|
|
347
373
|
'Authorization': opts['authorization'],
|
|
374
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
348
375
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
376
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
349
377
|
'transactionid': opts['transactionid']
|
|
350
378
|
};
|
|
351
379
|
var formParams = {};
|
|
@@ -371,7 +399,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
371
399
|
* @param {String} prop
|
|
372
400
|
* @param {Object} opts Optional parameters
|
|
373
401
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
402
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
374
403
|
* @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
|
|
404
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
375
405
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
376
406
|
* @param {String} [body]
|
|
377
407
|
* @param {module:api/UserTagsApi~setRelProperty2Callback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -396,7 +426,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
396
426
|
var queryParams = {};
|
|
397
427
|
var headerParams = {
|
|
398
428
|
'Authorization': opts['authorization'],
|
|
429
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
399
430
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
431
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
400
432
|
'transactionid': opts['transactionid']
|
|
401
433
|
};
|
|
402
434
|
var formParams = {};
|
|
@@ -419,7 +451,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
419
451
|
* @param {Number} id
|
|
420
452
|
* @param {Object} opts Optional parameters
|
|
421
453
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
454
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
422
455
|
* @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
|
|
456
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
423
457
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
424
458
|
* @param {module:model/PurgeDataDefaultResponseValue} [purgeDataDefaultResponseValue]
|
|
425
459
|
* @param {module:api/UserTagsApi~tagUsersCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -440,7 +474,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
440
474
|
var queryParams = {};
|
|
441
475
|
var headerParams = {
|
|
442
476
|
'Authorization': opts['authorization'],
|
|
477
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
443
478
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
479
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
444
480
|
'transactionid': opts['transactionid']
|
|
445
481
|
};
|
|
446
482
|
var formParams = {};
|