@gobodo/gobodo-api-promise 0.1.34 → 0.1.38
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 +8 -3
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +14 -2
- package/dist/api/AdCampaignsApi.js +98 -2
- package/dist/api/AdManagementApi.js +146 -2
- package/dist/api/AdminDataManagementApi.js +14 -2
- package/dist/api/AdsApi.js +74 -2
- package/dist/api/AttachmentsApi.js +86 -2
- package/dist/api/AuthenticationApi.js +27 -27
- package/dist/api/CategoriesApi.js +86 -2
- package/dist/api/CommentsApi.js +98 -2
- package/dist/api/ContentManagementApi.js +290 -2
- package/dist/api/ConversationsApi.js +110 -2
- package/dist/api/DataSheetImportsApi.js +182 -2
- package/dist/api/DefaultApi.js +134 -2
- package/dist/api/DocumentsApi.js +158 -2
- package/dist/api/EntryPartsApi.js +158 -2
- package/dist/api/FacebookApi.js +6 -6
- package/dist/api/FieldsApi.js +38 -2
- package/dist/api/FilesApi.js +14 -2
- package/dist/api/FormsApi.js +218 -2
- package/dist/api/FunctionsApi.js +14 -2
- package/dist/api/GeocodeApi.js +62 -2
- package/dist/api/GoogleApi.js +6 -6
- package/dist/api/GraphActionsApi.js +122 -2
- package/dist/api/GraphObjectTypesApi.js +110 -2
- package/dist/api/GraphObjectsApi.js +779 -11
- package/dist/api/GraphRelationshipTypesApi.js +206 -2
- package/dist/api/GraphRelationshipsApi.js +374 -2
- package/dist/api/GraphSchemasApi.js +86 -2
- package/dist/api/GraphTraversalApi.js +144 -2
- package/dist/api/GraphsApi.js +134 -2
- package/dist/api/GroupsApi.js +134 -2
- package/dist/api/IAMApi.js +50 -2
- package/dist/api/ImagesApi.js +98 -2
- package/dist/api/InvitesApi.js +62 -2
- package/dist/api/LikesApi.js +146 -2
- package/dist/api/LinkedINApi.js +6 -6
- package/dist/api/LiveMeetingsApi.js +26 -2
- package/dist/api/MeetingEventsApi.js +62 -2
- package/dist/api/PagesApi.js +110 -2
- package/dist/api/PostsApi.js +62 -2
- package/dist/api/PrivateMessagesApi.js +194 -2
- package/dist/api/PublicationsApi.js +14 -2
- package/dist/api/ScreensApi.js +38 -2
- package/dist/api/SocialIntegrationApi.js +15 -15
- package/dist/api/StripeAccountsApi.js +458 -2
- package/dist/api/TagsApi.js +14 -2
- package/dist/api/TemplatesApi.js +38 -2
- package/dist/api/ThemeMappingsApi.js +38 -2
- package/dist/api/TransactionsApi.js +8 -8
- package/dist/api/TwitterApi.js +6 -6
- package/dist/api/UserTagsApi.js +110 -2
- package/dist/api/UsersApi.js +110 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +134 -2
- package/dist/index.js +5 -5
- 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 +121 -121
- package/dist/model/AuthResponse.js +238 -0
- package/dist/model/Balance.js +34 -34
- 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 +31 -31
- 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 +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +121 -121
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +48 -48
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +26 -26
- package/dist/model/File.js +48 -48
- package/dist/model/FileAttachmentUploadObject.js +48 -48
- 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 +25 -25
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +24 -24
- 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/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.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 +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +70 -70
- package/dist/model/ImageUploadObject.js +70 -70
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +54 -54
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +85 -85
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +42 -42
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +25 -25
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +48 -48
- 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 +23 -23
- 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 +30 -30
- 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 +60 -60
- 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 +25 -25
- 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 +26 -26
- 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 +30 -30
- package/dist/model/TemplateSchema.js +30 -30
- package/dist/model/ThemeMapping.js +39 -39
- package/dist/model/ThemeMappingPayload.js +25 -25
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +55 -55
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +77 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +55 -55
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +42 -42
- package/dist/model/UserDataPayload.js +42 -42
- 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 +42 -42
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +81 -81
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +81 -81
- package/dist/model/VideoUploadObject.js +81 -81
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.38
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The PaymentMethod model module.
|
|
28
28
|
* @module model/PaymentMethod
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.38
|
|
30
30
|
*/
|
|
31
31
|
var PaymentMethod = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -133,35 +133,35 @@ var PaymentMethod = /*#__PURE__*/function () {
|
|
|
133
133
|
* @return {Object}
|
|
134
134
|
*/
|
|
135
135
|
}, {
|
|
136
|
-
key: "
|
|
137
|
-
value: function
|
|
138
|
-
return this.
|
|
136
|
+
key: "getCard",
|
|
137
|
+
value: function getCard() {
|
|
138
|
+
return this.card;
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
/**
|
|
142
|
-
* @param {Object}
|
|
142
|
+
* @param {Object} card
|
|
143
143
|
*/
|
|
144
144
|
}, {
|
|
145
|
-
key: "
|
|
146
|
-
value: function
|
|
147
|
-
this['
|
|
145
|
+
key: "setCard",
|
|
146
|
+
value: function setCard(card) {
|
|
147
|
+
this['card'] = card;
|
|
148
148
|
}
|
|
149
149
|
/**
|
|
150
150
|
* @return {Object}
|
|
151
151
|
*/
|
|
152
152
|
}, {
|
|
153
|
-
key: "
|
|
154
|
-
value: function
|
|
155
|
-
return this.
|
|
153
|
+
key: "getBankAccount",
|
|
154
|
+
value: function getBankAccount() {
|
|
155
|
+
return this.bankAccount;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
/**
|
|
159
|
-
* @param {Object}
|
|
159
|
+
* @param {Object} bankAccount
|
|
160
160
|
*/
|
|
161
161
|
}, {
|
|
162
|
-
key: "
|
|
163
|
-
value: function
|
|
164
|
-
this['
|
|
162
|
+
key: "setBankAccount",
|
|
163
|
+
value: function setBankAccount(bankAccount) {
|
|
164
|
+
this['bankAccount'] = bankAccount;
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
167
167
|
* @return {Number}
|
|
@@ -211,12 +211,12 @@ var PaymentMethod = /*#__PURE__*/function () {
|
|
|
211
211
|
if (data.hasOwnProperty('livemode')) {
|
|
212
212
|
obj['livemode'] = _ApiClient["default"].convertToType(data['livemode'], 'Boolean');
|
|
213
213
|
}
|
|
214
|
-
if (data.hasOwnProperty('bankAccount')) {
|
|
215
|
-
obj['bankAccount'] = _ApiClient["default"].convertToType(data['bankAccount'], Object);
|
|
216
|
-
}
|
|
217
214
|
if (data.hasOwnProperty('card')) {
|
|
218
215
|
obj['card'] = _ApiClient["default"].convertToType(data['card'], Object);
|
|
219
216
|
}
|
|
217
|
+
if (data.hasOwnProperty('bankAccount')) {
|
|
218
|
+
obj['bankAccount'] = _ApiClient["default"].convertToType(data['bankAccount'], Object);
|
|
219
|
+
}
|
|
220
220
|
if (data.hasOwnProperty('created')) {
|
|
221
221
|
obj['created'] = _ApiClient["default"].convertToType(data['created'], 'Number');
|
|
222
222
|
}
|
|
@@ -275,14 +275,14 @@ PaymentMethod.prototype['object'] = undefined;
|
|
|
275
275
|
PaymentMethod.prototype['livemode'] = undefined;
|
|
276
276
|
|
|
277
277
|
/**
|
|
278
|
-
* @member {Object}
|
|
278
|
+
* @member {Object} card
|
|
279
279
|
*/
|
|
280
|
-
PaymentMethod.prototype['
|
|
280
|
+
PaymentMethod.prototype['card'] = undefined;
|
|
281
281
|
|
|
282
282
|
/**
|
|
283
|
-
* @member {Object}
|
|
283
|
+
* @member {Object} bankAccount
|
|
284
284
|
*/
|
|
285
|
-
PaymentMethod.prototype['
|
|
285
|
+
PaymentMethod.prototype['bankAccount'] = undefined;
|
|
286
286
|
|
|
287
287
|
/**
|
|
288
288
|
* @member {Number} created
|
|
@@ -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.38
|
|
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
|
* The PaymentMethodInput model module.
|
|
30
30
|
* @module model/PaymentMethodInput
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.38
|
|
32
32
|
*/
|
|
33
33
|
var PaymentMethodInput = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -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.38
|
|
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
|
* The PaymentMethodResponse model module.
|
|
29
29
|
* @module model/PaymentMethodResponse
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.38
|
|
31
31
|
*/
|
|
32
32
|
var PaymentMethodResponse = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -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.38
|
|
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
|
* The PaymentMethodsResponse model module.
|
|
32
32
|
* @module model/PaymentMethodsResponse
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.38
|
|
34
34
|
*/
|
|
35
35
|
var PaymentMethodsResponse = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
package/dist/model/Payout.js
CHANGED
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.38
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The Payout model module.
|
|
28
28
|
* @module model/Payout
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.38
|
|
30
30
|
*/
|
|
31
31
|
var Payout = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -83,6 +83,25 @@ var Payout = /*#__PURE__*/function () {
|
|
|
83
83
|
value: function setDestination(destination) {
|
|
84
84
|
this['destination'] = destination;
|
|
85
85
|
}
|
|
86
|
+
/**
|
|
87
|
+
* Returns The amount of the payout in cents
|
|
88
|
+
* @return {Number}
|
|
89
|
+
*/
|
|
90
|
+
}, {
|
|
91
|
+
key: "getAmount",
|
|
92
|
+
value: function getAmount() {
|
|
93
|
+
return this.amount;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Sets The amount of the payout in cents
|
|
98
|
+
* @param {Number} amount The amount of the payout in cents
|
|
99
|
+
*/
|
|
100
|
+
}, {
|
|
101
|
+
key: "setAmount",
|
|
102
|
+
value: function setAmount(amount) {
|
|
103
|
+
this['amount'] = amount;
|
|
104
|
+
}
|
|
86
105
|
/**
|
|
87
106
|
* Returns An arbitrary string attached to the object. Often useful for displaying to users.
|
|
88
107
|
* @return {String}
|
|
@@ -121,25 +140,6 @@ var Payout = /*#__PURE__*/function () {
|
|
|
121
140
|
value: function setMetadata(metadata) {
|
|
122
141
|
this['metadata'] = metadata;
|
|
123
142
|
}
|
|
124
|
-
/**
|
|
125
|
-
* Returns The amount of the payout in cents
|
|
126
|
-
* @return {Number}
|
|
127
|
-
*/
|
|
128
|
-
}, {
|
|
129
|
-
key: "getAmount",
|
|
130
|
-
value: function getAmount() {
|
|
131
|
-
return this.amount;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
/**
|
|
135
|
-
* Sets The amount of the payout in cents
|
|
136
|
-
* @param {Number} amount The amount of the payout in cents
|
|
137
|
-
*/
|
|
138
|
-
}, {
|
|
139
|
-
key: "setAmount",
|
|
140
|
-
value: function setAmount(amount) {
|
|
141
|
-
this['amount'] = amount;
|
|
142
|
-
}
|
|
143
143
|
/**
|
|
144
144
|
* Returns The source balance this payout came from, which can be one of the following: card, fpx, or bank_account
|
|
145
145
|
* @return {module:model/Payout.SourceTypeEnum}
|
|
@@ -200,6 +200,9 @@ var Payout = /*#__PURE__*/function () {
|
|
|
200
200
|
if (data.hasOwnProperty('destination')) {
|
|
201
201
|
obj['destination'] = _ApiClient["default"].convertToType(data['destination'], Object);
|
|
202
202
|
}
|
|
203
|
+
if (data.hasOwnProperty('amount')) {
|
|
204
|
+
obj['amount'] = _ApiClient["default"].convertToType(data['amount'], 'Number');
|
|
205
|
+
}
|
|
203
206
|
if (data.hasOwnProperty('description')) {
|
|
204
207
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
205
208
|
}
|
|
@@ -208,9 +211,6 @@ var Payout = /*#__PURE__*/function () {
|
|
|
208
211
|
'String': 'String'
|
|
209
212
|
});
|
|
210
213
|
}
|
|
211
|
-
if (data.hasOwnProperty('amount')) {
|
|
212
|
-
obj['amount'] = _ApiClient["default"].convertToType(data['amount'], 'Number');
|
|
213
|
-
}
|
|
214
214
|
if (data.hasOwnProperty('sourceType')) {
|
|
215
215
|
obj['sourceType'] = _ApiClient["default"].convertToType(data['sourceType'], 'String');
|
|
216
216
|
}
|
|
@@ -258,6 +258,12 @@ Payout.prototype['id'] = undefined;
|
|
|
258
258
|
*/
|
|
259
259
|
Payout.prototype['destination'] = undefined;
|
|
260
260
|
|
|
261
|
+
/**
|
|
262
|
+
* The amount of the payout in cents
|
|
263
|
+
* @member {Number} amount
|
|
264
|
+
*/
|
|
265
|
+
Payout.prototype['amount'] = undefined;
|
|
266
|
+
|
|
261
267
|
/**
|
|
262
268
|
* An arbitrary string attached to the object. Often useful for displaying to users.
|
|
263
269
|
* @member {String} description
|
|
@@ -270,12 +276,6 @@ Payout.prototype['description'] = undefined;
|
|
|
270
276
|
*/
|
|
271
277
|
Payout.prototype['metadata'] = undefined;
|
|
272
278
|
|
|
273
|
-
/**
|
|
274
|
-
* The amount of the payout in cents
|
|
275
|
-
* @member {Number} amount
|
|
276
|
-
*/
|
|
277
|
-
Payout.prototype['amount'] = undefined;
|
|
278
|
-
|
|
279
279
|
/**
|
|
280
280
|
* The source balance this payout came from, which can be one of the following: card, fpx, or bank_account
|
|
281
281
|
* @member {module:model/Payout.SourceTypeEnum} sourceType
|
|
@@ -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.38
|
|
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
|
* The PayoutInput model module.
|
|
31
31
|
* @module model/PayoutInput
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.38
|
|
33
33
|
*/
|
|
34
34
|
var PayoutInput = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -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.38
|
|
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
|
* The PayoutResponse model module.
|
|
29
29
|
* @module model/PayoutResponse
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.38
|
|
31
31
|
*/
|
|
32
32
|
var PayoutResponse = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/model/Post.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.38
|
|
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
|
* The Post model module.
|
|
29
29
|
* @module model/Post
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.38
|
|
31
31
|
*/
|
|
32
32
|
var Post = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -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.38
|
|
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
|
* The PrivateMessage model module.
|
|
29
29
|
* @module model/PrivateMessage
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.38
|
|
31
31
|
*/
|
|
32
32
|
var PrivateMessage = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.38
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The PrivateMessageConversation model module.
|
|
28
28
|
* @module model/PrivateMessageConversation
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.38
|
|
30
30
|
*/
|
|
31
31
|
var PrivateMessageConversation = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -82,25 +82,6 @@ var PrivateMessageConversation = /*#__PURE__*/function () {
|
|
|
82
82
|
value: function setStatus(status) {
|
|
83
83
|
this['status'] = status;
|
|
84
84
|
}
|
|
85
|
-
/**
|
|
86
|
-
* Returns The messages in this conversation
|
|
87
|
-
* @return {String}
|
|
88
|
-
*/
|
|
89
|
-
}, {
|
|
90
|
-
key: "getMessages",
|
|
91
|
-
value: function getMessages() {
|
|
92
|
-
return this.messages;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
/**
|
|
96
|
-
* Sets The messages in this conversation
|
|
97
|
-
* @param {String} messages The messages in this conversation
|
|
98
|
-
*/
|
|
99
|
-
}, {
|
|
100
|
-
key: "setMessages",
|
|
101
|
-
value: function setMessages(messages) {
|
|
102
|
-
this['messages'] = messages;
|
|
103
|
-
}
|
|
104
85
|
/**
|
|
105
86
|
* Returns The child conversations
|
|
106
87
|
* @return {String}
|
|
@@ -121,40 +102,40 @@ var PrivateMessageConversation = /*#__PURE__*/function () {
|
|
|
121
102
|
this['childconversations'] = childconversations;
|
|
122
103
|
}
|
|
123
104
|
/**
|
|
124
|
-
*
|
|
105
|
+
* Returns The messages in this conversation
|
|
106
|
+
* @return {String}
|
|
125
107
|
*/
|
|
126
108
|
}, {
|
|
127
|
-
key: "
|
|
128
|
-
value: function
|
|
129
|
-
return this.
|
|
109
|
+
key: "getMessages",
|
|
110
|
+
value: function getMessages() {
|
|
111
|
+
return this.messages;
|
|
130
112
|
}
|
|
131
113
|
|
|
132
114
|
/**
|
|
133
|
-
*
|
|
115
|
+
* Sets The messages in this conversation
|
|
116
|
+
* @param {String} messages The messages in this conversation
|
|
134
117
|
*/
|
|
135
118
|
}, {
|
|
136
|
-
key: "
|
|
137
|
-
value: function
|
|
138
|
-
this['
|
|
119
|
+
key: "setMessages",
|
|
120
|
+
value: function setMessages(messages) {
|
|
121
|
+
this['messages'] = messages;
|
|
139
122
|
}
|
|
140
123
|
/**
|
|
141
|
-
*
|
|
142
|
-
* @return {String}
|
|
124
|
+
* @return {Object}
|
|
143
125
|
*/
|
|
144
126
|
}, {
|
|
145
|
-
key: "
|
|
146
|
-
value: function
|
|
147
|
-
return this.
|
|
127
|
+
key: "getGroupedMessages",
|
|
128
|
+
value: function getGroupedMessages() {
|
|
129
|
+
return this.groupedMessages;
|
|
148
130
|
}
|
|
149
131
|
|
|
150
132
|
/**
|
|
151
|
-
*
|
|
152
|
-
* @param {String} creator The creator of this conversation
|
|
133
|
+
* @param {Object} groupedMessages
|
|
153
134
|
*/
|
|
154
135
|
}, {
|
|
155
|
-
key: "
|
|
156
|
-
value: function
|
|
157
|
-
this['
|
|
136
|
+
key: "setGroupedMessages",
|
|
137
|
+
value: function setGroupedMessages(groupedMessages) {
|
|
138
|
+
this['groupedMessages'] = groupedMessages;
|
|
158
139
|
}
|
|
159
140
|
/**
|
|
160
141
|
* Returns Number of participants in this conversation
|
|
@@ -175,6 +156,25 @@ var PrivateMessageConversation = /*#__PURE__*/function () {
|
|
|
175
156
|
value: function setParticipantcount(participantcount) {
|
|
176
157
|
this['participantcount'] = participantcount;
|
|
177
158
|
}
|
|
159
|
+
/**
|
|
160
|
+
* Returns The creator of this conversation
|
|
161
|
+
* @return {String}
|
|
162
|
+
*/
|
|
163
|
+
}, {
|
|
164
|
+
key: "getCreator",
|
|
165
|
+
value: function getCreator() {
|
|
166
|
+
return this.creator;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Sets The creator of this conversation
|
|
171
|
+
* @param {String} creator The creator of this conversation
|
|
172
|
+
*/
|
|
173
|
+
}, {
|
|
174
|
+
key: "setCreator",
|
|
175
|
+
value: function setCreator(creator) {
|
|
176
|
+
this['creator'] = creator;
|
|
177
|
+
}
|
|
178
178
|
/**
|
|
179
179
|
* Returns The last participant in this conversation other than the logged in user
|
|
180
180
|
* @return {String}
|
|
@@ -326,21 +326,21 @@ var PrivateMessageConversation = /*#__PURE__*/function () {
|
|
|
326
326
|
if (data.hasOwnProperty('status')) {
|
|
327
327
|
obj['status'] = _ApiClient["default"].convertToType(data['status'], 'String');
|
|
328
328
|
}
|
|
329
|
-
if (data.hasOwnProperty('messages')) {
|
|
330
|
-
obj['messages'] = _ApiClient["default"].convertToType(data['messages'], 'String');
|
|
331
|
-
}
|
|
332
329
|
if (data.hasOwnProperty('childconversations')) {
|
|
333
330
|
obj['childconversations'] = _ApiClient["default"].convertToType(data['childconversations'], 'String');
|
|
334
331
|
}
|
|
332
|
+
if (data.hasOwnProperty('messages')) {
|
|
333
|
+
obj['messages'] = _ApiClient["default"].convertToType(data['messages'], 'String');
|
|
334
|
+
}
|
|
335
335
|
if (data.hasOwnProperty('groupedMessages')) {
|
|
336
336
|
obj['groupedMessages'] = _ApiClient["default"].convertToType(data['groupedMessages'], Object);
|
|
337
337
|
}
|
|
338
|
-
if (data.hasOwnProperty('creator')) {
|
|
339
|
-
obj['creator'] = _ApiClient["default"].convertToType(data['creator'], 'String');
|
|
340
|
-
}
|
|
341
338
|
if (data.hasOwnProperty('participantcount')) {
|
|
342
339
|
obj['participantcount'] = _ApiClient["default"].convertToType(data['participantcount'], 'Number');
|
|
343
340
|
}
|
|
341
|
+
if (data.hasOwnProperty('creator')) {
|
|
342
|
+
obj['creator'] = _ApiClient["default"].convertToType(data['creator'], 'String');
|
|
343
|
+
}
|
|
344
344
|
if (data.hasOwnProperty('lastparticipantnotself')) {
|
|
345
345
|
obj['lastparticipantnotself'] = _ApiClient["default"].convertToType(data['lastparticipantnotself'], 'String');
|
|
346
346
|
}
|
|
@@ -383,14 +383,14 @@ var PrivateMessageConversation = /*#__PURE__*/function () {
|
|
|
383
383
|
throw new Error("Expected the field `status` to be a primitive type in the JSON string but got " + data['status']);
|
|
384
384
|
}
|
|
385
385
|
// ensure the json data is a string
|
|
386
|
-
if (data['messages'] && !(typeof data['messages'] === 'string' || data['messages'] instanceof String)) {
|
|
387
|
-
throw new Error("Expected the field `messages` to be a primitive type in the JSON string but got " + data['messages']);
|
|
388
|
-
}
|
|
389
|
-
// ensure the json data is a string
|
|
390
386
|
if (data['childconversations'] && !(typeof data['childconversations'] === 'string' || data['childconversations'] instanceof String)) {
|
|
391
387
|
throw new Error("Expected the field `childconversations` to be a primitive type in the JSON string but got " + data['childconversations']);
|
|
392
388
|
}
|
|
393
389
|
// ensure the json data is a string
|
|
390
|
+
if (data['messages'] && !(typeof data['messages'] === 'string' || data['messages'] instanceof String)) {
|
|
391
|
+
throw new Error("Expected the field `messages` to be a primitive type in the JSON string but got " + data['messages']);
|
|
392
|
+
}
|
|
393
|
+
// ensure the json data is a string
|
|
394
394
|
if (data['creator'] && !(typeof data['creator'] === 'string' || data['creator'] instanceof String)) {
|
|
395
395
|
throw new Error("Expected the field `creator` to be a primitive type in the JSON string but got " + data['creator']);
|
|
396
396
|
}
|
|
@@ -431,12 +431,6 @@ PrivateMessageConversation.prototype['subject'] = undefined;
|
|
|
431
431
|
*/
|
|
432
432
|
PrivateMessageConversation.prototype['status'] = undefined;
|
|
433
433
|
|
|
434
|
-
/**
|
|
435
|
-
* The messages in this conversation
|
|
436
|
-
* @member {String} messages
|
|
437
|
-
*/
|
|
438
|
-
PrivateMessageConversation.prototype['messages'] = undefined;
|
|
439
|
-
|
|
440
434
|
/**
|
|
441
435
|
* The child conversations
|
|
442
436
|
* @member {String} childconversations
|
|
@@ -444,15 +438,15 @@ PrivateMessageConversation.prototype['messages'] = undefined;
|
|
|
444
438
|
PrivateMessageConversation.prototype['childconversations'] = undefined;
|
|
445
439
|
|
|
446
440
|
/**
|
|
447
|
-
*
|
|
441
|
+
* The messages in this conversation
|
|
442
|
+
* @member {String} messages
|
|
448
443
|
*/
|
|
449
|
-
PrivateMessageConversation.prototype['
|
|
444
|
+
PrivateMessageConversation.prototype['messages'] = undefined;
|
|
450
445
|
|
|
451
446
|
/**
|
|
452
|
-
*
|
|
453
|
-
* @member {String} creator
|
|
447
|
+
* @member {Object} groupedMessages
|
|
454
448
|
*/
|
|
455
|
-
PrivateMessageConversation.prototype['
|
|
449
|
+
PrivateMessageConversation.prototype['groupedMessages'] = undefined;
|
|
456
450
|
|
|
457
451
|
/**
|
|
458
452
|
* Number of participants in this conversation
|
|
@@ -460,6 +454,12 @@ PrivateMessageConversation.prototype['creator'] = undefined;
|
|
|
460
454
|
*/
|
|
461
455
|
PrivateMessageConversation.prototype['participantcount'] = undefined;
|
|
462
456
|
|
|
457
|
+
/**
|
|
458
|
+
* The creator of this conversation
|
|
459
|
+
* @member {String} creator
|
|
460
|
+
*/
|
|
461
|
+
PrivateMessageConversation.prototype['creator'] = undefined;
|
|
462
|
+
|
|
463
463
|
/**
|
|
464
464
|
* The last participant in this conversation other than the logged in user
|
|
465
465
|
* @member {String} lastparticipantnotself
|
|
@@ -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.38
|
|
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
|
* The PrivateMessageConversationSchema model module.
|
|
31
31
|
* @module model/PrivateMessageConversationSchema
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.38
|
|
33
33
|
*/
|
|
34
34
|
var PrivateMessageConversationSchema = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/model/Profile.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.38
|
|
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
|
* The Profile model module.
|
|
30
30
|
* @module model/Profile
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.38
|
|
32
32
|
*/
|
|
33
33
|
var Profile = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -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.38
|
|
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
|
* The Profiletype model module.
|
|
33
33
|
* @module model/Profiletype
|
|
34
|
-
* @version 0.1.
|
|
34
|
+
* @version 0.1.38
|
|
35
35
|
*/
|
|
36
36
|
var Profiletype = /*#__PURE__*/function () {
|
|
37
37
|
/**
|