@gobodo/gobodo-api 0.1.60 → 0.1.62
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 +54 -47
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +2 -2
- package/dist/api/AdCampaignsApi.js +13 -13
- package/dist/api/AdManagementApi.js +24 -24
- package/dist/api/AdminDataManagementApi.js +2 -2
- package/dist/api/AdsApi.js +13 -13
- package/dist/api/AttachmentsApi.js +7 -7
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +7 -7
- package/dist/api/CommentsApi.js +7 -7
- package/dist/api/ContentManagementApi.js +12 -12
- package/dist/api/ConversationsApi.js +7 -7
- package/dist/api/DataSheetImportsApi.js +7 -7
- package/dist/api/DefaultApi.js +13 -13
- package/dist/api/DocumentsApi.js +7 -7
- package/dist/api/EmailsApi.js +2 -2
- package/dist/api/EntryPartsApi.js +7 -7
- 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 +17 -17
- package/dist/api/FunctionsApi.js +2 -2
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionTypesApi.js +2 -2
- package/dist/api/GraphActionsApi.js +2 -2
- package/dist/api/GraphObjectTypesApi.js +85 -82
- package/dist/api/GraphObjectsApi.js +2 -2
- package/dist/api/GraphRelationshipTypesApi.js +14 -13
- package/dist/api/GraphRelationshipsApi.js +21 -20
- package/dist/api/GraphSchemasApi.js +13 -13
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.js +36 -34
- package/dist/api/GroupsApi.js +7 -7
- package/dist/api/IAMApi.js +13 -13
- package/dist/api/ImagesApi.js +7 -7
- package/dist/api/InvitesApi.js +2 -2
- package/dist/api/LikesApi.js +7 -7
- 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 +2 -2
- package/dist/api/PagesApi.js +7 -7
- package/dist/api/PhoneNumbersApi.js +2 -2
- package/dist/api/PostsApi.js +7 -7
- package/dist/api/PrivateMessagesApi.js +18 -18
- 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 +8 -8
- package/dist/api/TopicsApi.js +2 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +7 -7
- package/dist/api/UsersApi.js +7 -7
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +7 -7
- package/dist/index.js +49 -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/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/Article.js +27 -27
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.js +30 -30
- 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 +2 -2
- package/dist/model/CreateFunctionInput.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.js +2 -2
- package/dist/model/CreateTopicListenerInput.js +2 -2
- package/dist/model/CurrencySettings.js +89 -0
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Document.js +27 -27
- package/dist/model/DocumentPart.js +14 -14
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +14 -14
- package/dist/model/EmailAddress.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +16 -16
- package/dist/model/File.js +14 -14
- package/dist/model/FileAttachmentUploadObject.js +14 -14
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +32 -32
- package/dist/model/FormSection.js +21 -21
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/FunctionConfigInput.js +2 -2
- package/dist/model/FunctionEnvironmentConfig.js +2 -2
- package/dist/model/FunctionInput.js +2 -2
- package/dist/model/FunctionOutput.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/GetFunctionConfig.js +2 -2
- package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
- package/dist/model/GetFunctionResponse.js +2 -2
- package/dist/model/GoogleCloudSettings.js +2 -2
- package/dist/model/Graph.js +9 -9
- 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 +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +2 -2
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeResponse.js +222 -0
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- 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 +15 -15
- package/dist/model/GraphRelationshipTypeResponse.js +355 -0
- package/dist/model/GraphSchema.js +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +14 -14
- package/dist/model/ImageUploadObject.js +14 -14
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/Link.js +13 -13
- 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 +9 -9
- 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/NotificationInput.js +2 -2
- package/dist/model/NotificationResponse.js +2 -2
- package/dist/model/NumberSettings.js +85 -0
- package/dist/model/ObjectSettings.js +93 -0
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +13 -13
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Parameter.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/PhoneNumber.js +35 -35
- 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 +2 -2
- 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 +16 -16
- package/dist/model/SkinFieldResponse.js +271 -0
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +9 -9
- 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 +2 -2
- package/dist/model/TemplateResponse.js +180 -0
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.js +9 -9
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/TopicInfoResponse.js +2 -2
- package/dist/model/TopicMessageInput.js +2 -2
- package/dist/model/TopicSubscriptionResponse.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +2 -2
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +9 -9
- package/dist/model/UserDataPayload.js +9 -9
- 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 +9 -9
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +18 -18
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +18 -18
- package/dist/model/VideoUploadObject.js +18 -18
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/dist/api/DocumentsApi.js
CHANGED
|
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.62
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* Documents service.
|
|
32
32
|
* @module api/DocumentsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.62
|
|
34
34
|
*/
|
|
35
35
|
var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -458,8 +458,8 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
458
458
|
}
|
|
459
459
|
|
|
460
460
|
/**
|
|
461
|
-
* Callback function to receive the result of the
|
|
462
|
-
* @callback module:api/DocumentsApi~
|
|
461
|
+
* Callback function to receive the result of the get22 operation.
|
|
462
|
+
* @callback module:api/DocumentsApi~get22Callback
|
|
463
463
|
* @param {String} error Error message, if any.
|
|
464
464
|
* @param data This operation does not return a value.
|
|
465
465
|
* @param {String} response The complete HTTP response.
|
|
@@ -478,11 +478,11 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
478
478
|
* @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
|
|
479
479
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
480
480
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
481
|
-
* @param {module:api/DocumentsApi~
|
|
481
|
+
* @param {module:api/DocumentsApi~get22Callback} callback The callback function, accepting three arguments: error, data, response
|
|
482
482
|
*/
|
|
483
483
|
}, {
|
|
484
|
-
key: "
|
|
485
|
-
value: function
|
|
484
|
+
key: "get22",
|
|
485
|
+
value: function get22(opts, callback) {
|
|
486
486
|
opts = opts || {};
|
|
487
487
|
var postBody = null;
|
|
488
488
|
var pathParams = {};
|
package/dist/api/EmailsApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.62
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* Emails service.
|
|
29
29
|
* @module api/EmailsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.62
|
|
31
31
|
*/
|
|
32
32
|
var EmailsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.62
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* EntryParts service.
|
|
30
30
|
* @module api/EntryPartsApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.62
|
|
32
32
|
*/
|
|
33
33
|
var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -399,8 +399,8 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
/**
|
|
402
|
-
* Callback function to receive the result of the
|
|
403
|
-
* @callback module:api/EntryPartsApi~
|
|
402
|
+
* Callback function to receive the result of the get23 operation.
|
|
403
|
+
* @callback module:api/EntryPartsApi~get23Callback
|
|
404
404
|
* @param {String} error Error message, if any.
|
|
405
405
|
* @param data This operation does not return a value.
|
|
406
406
|
* @param {String} response The complete HTTP response.
|
|
@@ -419,11 +419,11 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
419
419
|
* @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
|
|
420
420
|
* @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
421
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
422
|
-
* @param {module:api/EntryPartsApi~
|
|
422
|
+
* @param {module:api/EntryPartsApi~get23Callback} callback The callback function, accepting three arguments: error, data, response
|
|
423
423
|
*/
|
|
424
424
|
}, {
|
|
425
|
-
key: "
|
|
426
|
-
value: function
|
|
425
|
+
key: "get23",
|
|
426
|
+
value: function get23(opts, callback) {
|
|
427
427
|
opts = opts || {};
|
|
428
428
|
var postBody = null;
|
|
429
429
|
var pathParams = {};
|
package/dist/api/FacebookApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.62
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* Facebook service.
|
|
29
29
|
* @module api/FacebookApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.62
|
|
31
31
|
*/
|
|
32
32
|
var FacebookApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/api/FieldsApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.62
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* Fields service.
|
|
29
29
|
* @module api/FieldsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.62
|
|
31
31
|
*/
|
|
32
32
|
var FieldsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/api/FilesApi.js
CHANGED
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.62
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Files service.
|
|
30
30
|
* @module api/FilesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.62
|
|
32
32
|
*/
|
|
33
33
|
var FilesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/FormsApi.js
CHANGED
|
@@ -20,7 +20,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.62
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* Forms service.
|
|
33
33
|
* @module api/FormsApi
|
|
34
|
-
* @version 0.1.
|
|
34
|
+
* @version 0.1.62
|
|
35
35
|
*/
|
|
36
36
|
var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
|
@@ -418,8 +418,8 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
418
418
|
}
|
|
419
419
|
|
|
420
420
|
/**
|
|
421
|
-
* Callback function to receive the result of the
|
|
422
|
-
* @callback module:api/FormsApi~
|
|
421
|
+
* Callback function to receive the result of the get25 operation.
|
|
422
|
+
* @callback module:api/FormsApi~get25Callback
|
|
423
423
|
* @param {String} error Error message, if any.
|
|
424
424
|
* @param data This operation does not return a value.
|
|
425
425
|
* @param {String} response The complete HTTP response.
|
|
@@ -438,11 +438,11 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
438
438
|
* @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
|
|
439
439
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
440
440
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
441
|
-
* @param {module:api/FormsApi~
|
|
441
|
+
* @param {module:api/FormsApi~get25Callback} callback The callback function, accepting three arguments: error, data, response
|
|
442
442
|
*/
|
|
443
443
|
}, {
|
|
444
|
-
key: "
|
|
445
|
-
value: function
|
|
444
|
+
key: "get25",
|
|
445
|
+
value: function get25(opts, callback) {
|
|
446
446
|
opts = opts || {};
|
|
447
447
|
var postBody = null;
|
|
448
448
|
var pathParams = {};
|
|
@@ -468,8 +468,8 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
468
468
|
}
|
|
469
469
|
|
|
470
470
|
/**
|
|
471
|
-
* Callback function to receive the result of the
|
|
472
|
-
* @callback module:api/FormsApi~
|
|
471
|
+
* Callback function to receive the result of the get26 operation.
|
|
472
|
+
* @callback module:api/FormsApi~get26Callback
|
|
473
473
|
* @param {String} error Error message, if any.
|
|
474
474
|
* @param data This operation does not return a value.
|
|
475
475
|
* @param {String} response The complete HTTP response.
|
|
@@ -488,11 +488,11 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
488
488
|
* @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
|
|
489
489
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
490
490
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
491
|
-
* @param {module:api/FormsApi~
|
|
491
|
+
* @param {module:api/FormsApi~get26Callback} callback The callback function, accepting three arguments: error, data, response
|
|
492
492
|
*/
|
|
493
493
|
}, {
|
|
494
|
-
key: "
|
|
495
|
-
value: function
|
|
494
|
+
key: "get26",
|
|
495
|
+
value: function get26(opts, callback) {
|
|
496
496
|
opts = opts || {};
|
|
497
497
|
var postBody = null;
|
|
498
498
|
var pathParams = {};
|
|
@@ -518,8 +518,8 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
518
518
|
}
|
|
519
519
|
|
|
520
520
|
/**
|
|
521
|
-
* Callback function to receive the result of the
|
|
522
|
-
* @callback module:api/FormsApi~
|
|
521
|
+
* Callback function to receive the result of the get27 operation.
|
|
522
|
+
* @callback module:api/FormsApi~get27Callback
|
|
523
523
|
* @param {String} error Error message, if any.
|
|
524
524
|
* @param data This operation does not return a value.
|
|
525
525
|
* @param {String} response The complete HTTP response.
|
|
@@ -538,11 +538,11 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
538
538
|
* @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
|
|
539
539
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
540
540
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
541
|
-
* @param {module:api/FormsApi~
|
|
541
|
+
* @param {module:api/FormsApi~get27Callback} callback The callback function, accepting three arguments: error, data, response
|
|
542
542
|
*/
|
|
543
543
|
}, {
|
|
544
|
-
key: "
|
|
545
|
-
value: function
|
|
544
|
+
key: "get27",
|
|
545
|
+
value: function get27(opts, callback) {
|
|
546
546
|
opts = opts || {};
|
|
547
547
|
var postBody = null;
|
|
548
548
|
var pathParams = {};
|
package/dist/api/FunctionsApi.js
CHANGED
|
@@ -23,7 +23,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.62
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
34
34
|
/**
|
|
35
35
|
* Functions service.
|
|
36
36
|
* @module api/FunctionsApi
|
|
37
|
-
* @version 0.1.
|
|
37
|
+
* @version 0.1.62
|
|
38
38
|
*/
|
|
39
39
|
var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
40
40
|
/**
|
package/dist/api/GeocodeApi.js
CHANGED
|
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.62
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* Geocode service.
|
|
32
32
|
* @module api/GeocodeApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.62
|
|
34
34
|
*/
|
|
35
35
|
var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
package/dist/api/GoogleApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.62
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* Google service.
|
|
29
29
|
* @module api/GoogleApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.62
|
|
31
31
|
*/
|
|
32
32
|
var GoogleApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -18,7 +18,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.62
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* GraphActionTypes service.
|
|
31
31
|
* @module api/GraphActionTypesApi
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.62
|
|
33
33
|
*/
|
|
34
34
|
var GraphActionTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.62
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* GraphActions service.
|
|
30
30
|
* @module api/GraphActionsApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.62
|
|
32
32
|
*/
|
|
33
33
|
var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|