@gobodo/gobodo-api 0.1.24 → 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 +11 -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 +314 -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 +2 -2
- 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 +14 -14
- 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 +9 -9
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -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 +59 -59
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +14 -14
- package/dist/model/DocumentPart.js +14 -14
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +24 -24
- 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 +10 -10
- 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 +9 -9
- package/dist/model/PageSchema.js +2 -2
- 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 +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +2 -2
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +2 -2
- 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 +24 -24
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +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 +13 -3
- 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 +22 -22
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +22 -22
- package/dist/model/VideoUploadObject.js +22 -22
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/dist/api/FormsApi.js
CHANGED
|
@@ -20,7 +20,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
20
20
|
* gobodo-api
|
|
21
21
|
* REST Interface for Gobodo API
|
|
22
22
|
*
|
|
23
|
-
* The version of the OpenAPI document: 0.1.
|
|
23
|
+
* The version of the OpenAPI document: 0.1.25
|
|
24
24
|
* Contact: info@gobodo.io
|
|
25
25
|
*
|
|
26
26
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,7 +31,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
31
31
|
/**
|
|
32
32
|
* Forms service.
|
|
33
33
|
* @module api/FormsApi
|
|
34
|
-
* @version 0.1.
|
|
34
|
+
* @version 0.1.25
|
|
35
35
|
*/
|
|
36
36
|
var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
|
@@ -61,7 +61,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
61
61
|
* @param {Array.<module:model/FormSection>} formSection GraphObject object or array of objects to create
|
|
62
62
|
* @param {Object} opts Optional parameters
|
|
63
63
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
64
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
64
65
|
* @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
|
|
66
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
65
67
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
66
68
|
* @param {module:api/FormsApi~createChildSectionCallback} callback The callback function, accepting three arguments: error, data, response
|
|
67
69
|
* data is of type: {@link module:model/FormSection}
|
|
@@ -85,7 +87,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
85
87
|
var queryParams = {};
|
|
86
88
|
var headerParams = {
|
|
87
89
|
'Authorization': opts['authorization'],
|
|
90
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
88
91
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
92
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
89
93
|
'transactionid': opts['transactionid']
|
|
90
94
|
};
|
|
91
95
|
var formParams = {};
|
|
@@ -110,7 +114,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
110
114
|
* @param {Array.<module:model/Form>} form GraphObject object or array of objects to create
|
|
111
115
|
* @param {Object} opts Optional parameters
|
|
112
116
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
117
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
113
118
|
* @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
|
|
119
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
114
120
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
115
121
|
* @param {module:api/FormsApi~createFormCallback} callback The callback function, accepting three arguments: error, data, response
|
|
116
122
|
* data is of type: {@link module:model/Form}
|
|
@@ -128,7 +134,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
128
134
|
var queryParams = {};
|
|
129
135
|
var headerParams = {
|
|
130
136
|
'Authorization': opts['authorization'],
|
|
137
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
131
138
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
139
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
132
140
|
'transactionid': opts['transactionid']
|
|
133
141
|
};
|
|
134
142
|
var formParams = {};
|
|
@@ -154,7 +162,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
154
162
|
* @param {module:model/Form} form The form object data to update
|
|
155
163
|
* @param {Object} opts Optional parameters
|
|
156
164
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
165
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
157
166
|
* @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
|
|
167
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
158
168
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
159
169
|
* @param {module:api/FormsApi~createForm2Callback} callback The callback function, accepting three arguments: error, data, response
|
|
160
170
|
* data is of type: {@link module:model/Form}
|
|
@@ -178,7 +188,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
178
188
|
var queryParams = {};
|
|
179
189
|
var headerParams = {
|
|
180
190
|
'Authorization': opts['authorization'],
|
|
191
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
181
192
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
193
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
182
194
|
'transactionid': opts['transactionid']
|
|
183
195
|
};
|
|
184
196
|
var formParams = {};
|
|
@@ -204,7 +216,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
204
216
|
* @param {module:model/FormSection} formSection The form object data to update
|
|
205
217
|
* @param {Object} opts Optional parameters
|
|
206
218
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
219
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
207
220
|
* @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
|
|
221
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
208
222
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
209
223
|
* @param {module:api/FormsApi~createForm3Callback} callback The callback function, accepting three arguments: error, data, response
|
|
210
224
|
* data is of type: {@link module:model/FormSection}
|
|
@@ -228,7 +242,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
228
242
|
var queryParams = {};
|
|
229
243
|
var headerParams = {
|
|
230
244
|
'Authorization': opts['authorization'],
|
|
245
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
231
246
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
247
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
232
248
|
'transactionid': opts['transactionid']
|
|
233
249
|
};
|
|
234
250
|
var formParams = {};
|
|
@@ -254,7 +270,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
254
270
|
* @param {Array.<module:model/FormSection>} formSection GraphObject object or array of objects to create
|
|
255
271
|
* @param {Object} opts Optional parameters
|
|
256
272
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
273
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
257
274
|
* @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
|
|
275
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
258
276
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
259
277
|
* @param {module:api/FormsApi~createFormSectionCallback} callback The callback function, accepting three arguments: error, data, response
|
|
260
278
|
* data is of type: {@link module:model/FormSection}
|
|
@@ -278,7 +296,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
278
296
|
var queryParams = {};
|
|
279
297
|
var headerParams = {
|
|
280
298
|
'Authorization': opts['authorization'],
|
|
299
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
281
300
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
301
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
282
302
|
'transactionid': opts['transactionid']
|
|
283
303
|
};
|
|
284
304
|
var formParams = {};
|
|
@@ -303,7 +323,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
303
323
|
* @param {Number} id
|
|
304
324
|
* @param {Object} opts Optional parameters
|
|
305
325
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
326
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
306
327
|
* @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
|
|
328
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
307
329
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
308
330
|
* @param {module:api/FormsApi~deleteRelationship1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
309
331
|
*/
|
|
@@ -322,7 +344,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
322
344
|
var queryParams = {};
|
|
323
345
|
var headerParams = {
|
|
324
346
|
'Authorization': opts['authorization'],
|
|
347
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
325
348
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
349
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
326
350
|
'transactionid': opts['transactionid']
|
|
327
351
|
};
|
|
328
352
|
var formParams = {};
|
|
@@ -345,7 +369,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
345
369
|
* Root for the API
|
|
346
370
|
* @param {Object} opts Optional parameters
|
|
347
371
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
372
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
348
373
|
* @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
|
|
374
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
349
375
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
350
376
|
* @param {module:api/FormsApi~get29Callback} callback The callback function, accepting three arguments: error, data, response
|
|
351
377
|
*/
|
|
@@ -358,7 +384,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
358
384
|
var queryParams = {};
|
|
359
385
|
var headerParams = {
|
|
360
386
|
'Authorization': opts['authorization'],
|
|
387
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
361
388
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
389
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
362
390
|
'transactionid': opts['transactionid']
|
|
363
391
|
};
|
|
364
392
|
var formParams = {};
|
|
@@ -381,7 +409,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
381
409
|
* Root for the API
|
|
382
410
|
* @param {Object} opts Optional parameters
|
|
383
411
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
412
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
384
413
|
* @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
|
|
414
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
385
415
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
386
416
|
* @param {module:api/FormsApi~get30Callback} callback The callback function, accepting three arguments: error, data, response
|
|
387
417
|
*/
|
|
@@ -394,7 +424,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
394
424
|
var queryParams = {};
|
|
395
425
|
var headerParams = {
|
|
396
426
|
'Authorization': opts['authorization'],
|
|
427
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
397
428
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
429
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
398
430
|
'transactionid': opts['transactionid']
|
|
399
431
|
};
|
|
400
432
|
var formParams = {};
|
|
@@ -417,7 +449,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
417
449
|
* Root for the API
|
|
418
450
|
* @param {Object} opts Optional parameters
|
|
419
451
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
452
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
420
453
|
* @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
|
|
454
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
421
455
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
422
456
|
* @param {module:api/FormsApi~get31Callback} callback The callback function, accepting three arguments: error, data, response
|
|
423
457
|
*/
|
|
@@ -430,7 +464,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
430
464
|
var queryParams = {};
|
|
431
465
|
var headerParams = {
|
|
432
466
|
'Authorization': opts['authorization'],
|
|
467
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
433
468
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
469
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
434
470
|
'transactionid': opts['transactionid']
|
|
435
471
|
};
|
|
436
472
|
var formParams = {};
|
|
@@ -455,7 +491,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
455
491
|
* @param {Number} id
|
|
456
492
|
* @param {Object} opts Optional parameters
|
|
457
493
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
494
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
458
495
|
* @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
|
|
496
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
459
497
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
460
498
|
* @param {module:api/FormsApi~getFormByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
461
499
|
* data is of type: {@link module:model/Form}
|
|
@@ -475,7 +513,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
475
513
|
var queryParams = {};
|
|
476
514
|
var headerParams = {
|
|
477
515
|
'Authorization': opts['authorization'],
|
|
516
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
478
517
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
518
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
479
519
|
'transactionid': opts['transactionid']
|
|
480
520
|
};
|
|
481
521
|
var formParams = {};
|
|
@@ -498,7 +538,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
498
538
|
* @param {Number} id
|
|
499
539
|
* @param {Object} opts Optional parameters
|
|
500
540
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
541
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
501
542
|
* @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
|
|
543
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
502
544
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
503
545
|
* @param {module:api/FormsApi~getFormFieldsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
504
546
|
* data is of type: {@link Array.<module:model/SkinField>}
|
|
@@ -518,7 +560,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
518
560
|
var queryParams = {};
|
|
519
561
|
var headerParams = {
|
|
520
562
|
'Authorization': opts['authorization'],
|
|
563
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
521
564
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
565
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
522
566
|
'transactionid': opts['transactionid']
|
|
523
567
|
};
|
|
524
568
|
var formParams = {};
|
|
@@ -543,7 +587,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
543
587
|
* @param {Number} id
|
|
544
588
|
* @param {Object} opts Optional parameters
|
|
545
589
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
590
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
546
591
|
* @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
|
|
592
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
547
593
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
548
594
|
* @param {module:api/FormsApi~getFormSectionByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
549
595
|
* data is of type: {@link module:model/FormSection}
|
|
@@ -563,7 +609,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
563
609
|
var queryParams = {};
|
|
564
610
|
var headerParams = {
|
|
565
611
|
'Authorization': opts['authorization'],
|
|
612
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
566
613
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
614
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
567
615
|
'transactionid': opts['transactionid']
|
|
568
616
|
};
|
|
569
617
|
var formParams = {};
|
|
@@ -586,7 +634,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
586
634
|
* @param {Number} id
|
|
587
635
|
* @param {Object} opts Optional parameters
|
|
588
636
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
637
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
589
638
|
* @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
|
|
639
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
590
640
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
591
641
|
* @param {module:api/FormsApi~getFormSectionFieldsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
592
642
|
* data is of type: {@link Array.<module:model/SkinField>}
|
|
@@ -606,7 +656,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
606
656
|
var queryParams = {};
|
|
607
657
|
var headerParams = {
|
|
608
658
|
'Authorization': opts['authorization'],
|
|
659
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
609
660
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
661
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
610
662
|
'transactionid': opts['transactionid']
|
|
611
663
|
};
|
|
612
664
|
var formParams = {};
|
|
@@ -631,7 +683,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
631
683
|
* @param {Number} id
|
|
632
684
|
* @param {Object} opts Optional parameters
|
|
633
685
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
686
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
634
687
|
* @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
|
|
688
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
635
689
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
636
690
|
* @param {module:api/FormsApi~getFormSubmissionByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
637
691
|
* data is of type: {@link module:model/GraphRelationship}
|
|
@@ -651,7 +705,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
651
705
|
var queryParams = {};
|
|
652
706
|
var headerParams = {
|
|
653
707
|
'Authorization': opts['authorization'],
|
|
708
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
654
709
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
710
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
655
711
|
'transactionid': opts['transactionid']
|
|
656
712
|
};
|
|
657
713
|
var formParams = {};
|
|
@@ -676,7 +732,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
676
732
|
* @param {Number} id
|
|
677
733
|
* @param {Object} opts Optional parameters
|
|
678
734
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
735
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
679
736
|
* @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
|
|
737
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
680
738
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
681
739
|
* @param {module:api/FormsApi~getRelProperties1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
682
740
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -696,7 +754,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
696
754
|
var queryParams = {};
|
|
697
755
|
var headerParams = {
|
|
698
756
|
'Authorization': opts['authorization'],
|
|
757
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
699
758
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
759
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
700
760
|
'transactionid': opts['transactionid']
|
|
701
761
|
};
|
|
702
762
|
var formParams = {};
|
|
@@ -724,7 +784,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
724
784
|
* @param {String} prop
|
|
725
785
|
* @param {Object} opts Optional parameters
|
|
726
786
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
787
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
727
788
|
* @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
|
|
789
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
728
790
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
729
791
|
* @param {module:api/FormsApi~getRelProperty1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
730
792
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -749,7 +811,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
749
811
|
var queryParams = {};
|
|
750
812
|
var headerParams = {
|
|
751
813
|
'Authorization': opts['authorization'],
|
|
814
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
752
815
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
816
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
753
817
|
'transactionid': opts['transactionid']
|
|
754
818
|
};
|
|
755
819
|
var formParams = {};
|
|
@@ -776,7 +840,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
776
840
|
* @param {Number} id
|
|
777
841
|
* @param {Object} opts Optional parameters
|
|
778
842
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
843
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
779
844
|
* @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
|
|
845
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
780
846
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
781
847
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
|
|
782
848
|
* @param {module:api/FormsApi~setRelProperties1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -796,7 +862,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
796
862
|
var queryParams = {};
|
|
797
863
|
var headerParams = {
|
|
798
864
|
'Authorization': opts['authorization'],
|
|
865
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
799
866
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
867
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
800
868
|
'transactionid': opts['transactionid']
|
|
801
869
|
};
|
|
802
870
|
var formParams = {};
|
|
@@ -822,7 +890,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
822
890
|
* @param {String} prop
|
|
823
891
|
* @param {Object} opts Optional parameters
|
|
824
892
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
893
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
825
894
|
* @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
|
|
895
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
826
896
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
827
897
|
* @param {String} [body]
|
|
828
898
|
* @param {module:api/FormsApi~setRelProperty1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -847,7 +917,9 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
847
917
|
var queryParams = {};
|
|
848
918
|
var headerParams = {
|
|
849
919
|
'Authorization': opts['authorization'],
|
|
920
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
850
921
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
922
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
851
923
|
'transactionid': opts['transactionid']
|
|
852
924
|
};
|
|
853
925
|
var formParams = {};
|
package/dist/api/FunctionsApi.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
|
* Functions service.
|
|
29
29
|
* @module api/FunctionsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.25
|
|
31
31
|
*/
|
|
32
32
|
var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -55,7 +55,9 @@ var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* @param {String} _function
|
|
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 {String} [body]
|
|
61
63
|
* @param {module:api/FunctionsApi~doPostFunctionCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -81,7 +83,9 @@ var FunctionsApi = 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/GeocodeApi.js
CHANGED
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.25
|
|
23
23
|
* Contact: info@gobodo.io
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
30
30
|
/**
|
|
31
31
|
* Geocode service.
|
|
32
32
|
* @module api/GeocodeApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.25
|
|
34
34
|
*/
|
|
35
35
|
var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -58,7 +58,9 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
58
58
|
* @param {module:model/GeocodePayload} geocodePayload Conversation object or array of objects to create
|
|
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/GeocodeApi~createGeocodesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
64
66
|
* data is of type: {@link module:model/Geocode}
|
|
@@ -82,7 +84,9 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
82
84
|
var queryParams = {};
|
|
83
85
|
var headerParams = {
|
|
84
86
|
'Authorization': opts['authorization'],
|
|
87
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
85
88
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
89
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
86
90
|
'transactionid': opts['transactionid']
|
|
87
91
|
};
|
|
88
92
|
var formParams = {};
|
|
@@ -106,7 +110,9 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
106
110
|
* @param {Number} geocodeid The id of the object whose properties we are updating
|
|
107
111
|
* @param {Object} opts Optional parameters
|
|
108
112
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
113
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
109
114
|
* @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
|
|
115
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
110
116
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
111
117
|
* @param {module:api/GeocodeApi~deleteGeocodeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
112
118
|
*/
|
|
@@ -130,7 +136,9 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
130
136
|
var queryParams = {};
|
|
131
137
|
var headerParams = {
|
|
132
138
|
'Authorization': opts['authorization'],
|
|
139
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
133
140
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
141
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
134
142
|
'transactionid': opts['transactionid']
|
|
135
143
|
};
|
|
136
144
|
var formParams = {};
|
|
@@ -153,7 +161,9 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
153
161
|
* Root for the API
|
|
154
162
|
* @param {Object} opts Optional parameters
|
|
155
163
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
164
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
156
165
|
* @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
|
|
166
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
157
167
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
158
168
|
* @param {module:api/GeocodeApi~get2Callback} callback The callback function, accepting three arguments: error, data, response
|
|
159
169
|
*/
|
|
@@ -166,7 +176,9 @@ var GeocodeApi = 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 = {};
|
|
@@ -190,7 +202,9 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
190
202
|
* @param {Number} id
|
|
191
203
|
* @param {Object} opts Optional parameters
|
|
192
204
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
205
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
193
206
|
* @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
|
|
207
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
194
208
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
195
209
|
* @param {module:api/GeocodeApi~get3Callback} callback The callback function, accepting three arguments: error, data, response
|
|
196
210
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -210,7 +224,9 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
210
224
|
var queryParams = {};
|
|
211
225
|
var headerParams = {
|
|
212
226
|
'Authorization': opts['authorization'],
|
|
227
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
213
228
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
229
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
214
230
|
'transactionid': opts['transactionid']
|
|
215
231
|
};
|
|
216
232
|
var formParams = {};
|
|
@@ -235,7 +251,9 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
235
251
|
* @param {Number} id The id of the object to retrieve the geolocation information
|
|
236
252
|
* @param {Object} opts Optional parameters
|
|
237
253
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
254
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
238
255
|
* @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
|
|
256
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
239
257
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
240
258
|
* @param {module:api/GeocodeApi~getGeocodesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
241
259
|
* data is of type: {@link Array.<module:model/GraphGeocode>}
|
|
@@ -255,7 +273,9 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
255
273
|
var queryParams = {};
|
|
256
274
|
var headerParams = {
|
|
257
275
|
'Authorization': opts['authorization'],
|
|
276
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
258
277
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
278
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
259
279
|
'transactionid': opts['transactionid']
|
|
260
280
|
};
|
|
261
281
|
var formParams = {};
|
package/dist/api/GoogleApi.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
|
* Google service.
|
|
29
29
|
* @module api/GoogleApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.25
|
|
31
31
|
*/
|
|
32
32
|
var GoogleApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|