@gobodo/gobodo-api 0.1.20 → 0.1.22
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 +12 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +2 -2
- package/dist/api/AdCampaignsApi.js +2 -2
- package/dist/api/AdManagementApi.js +2 -2
- package/dist/api/AdminDataManagementApi.js +2 -2
- package/dist/api/AdsApi.js +2 -2
- package/dist/api/AttachmentsApi.js +2 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +2 -2
- package/dist/api/CommentsApi.js +2 -2
- package/dist/api/ContentManagementApi.js +2 -2
- package/dist/api/ConversationsApi.js +2 -2
- package/dist/api/DataSheetImportsApi.js +2 -2
- package/dist/api/DefaultApi.js +2 -2
- package/dist/api/DocumentsApi.js +2 -2
- package/dist/api/EntryPartsApi.js +2 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +2 -2
- package/dist/api/FilesApi.js +2 -2
- package/dist/api/FormsApi.js +2 -2
- package/dist/api/FunctionsApi.js +2 -2
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +2 -2
- package/dist/api/GraphObjectTypesApi.js +2 -2
- package/dist/api/GraphObjectsApi.js +2 -2
- package/dist/api/GraphRelationshipTypesApi.js +2 -2
- package/dist/api/GraphRelationshipsApi.js +2 -2
- package/dist/api/GraphSchemasApi.js +2 -2
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.js +2 -2
- package/dist/api/GroupsApi.js +2 -2
- package/dist/api/IAMApi.js +2 -2
- package/dist/api/ImagesApi.js +2 -2
- package/dist/api/InvitesApi.js +2 -2
- package/dist/api/LikesApi.js +2 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +2 -2
- package/dist/api/MeetingEventsApi.js +2 -2
- package/dist/api/PagesApi.js +2 -2
- package/dist/api/PostsApi.js +2 -2
- package/dist/api/PrivateMessagesApi.js +2 -2
- package/dist/api/PublicationsApi.js +2 -2
- package/dist/api/ScreensApi.js +2 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +135 -9
- package/dist/api/TagsApi.js +2 -2
- package/dist/api/TemplatesApi.js +2 -2
- package/dist/api/ThemeMappingsApi.js +2 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +2 -2
- package/dist/api/UsersApi.js +2 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +2 -2
- package/dist/index.js +49 -0
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.js +128 -0
- package/dist/model/AccountSessionResponse.js +113 -0
- 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 +15 -15
- package/dist/model/Authorization.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/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +10 -10
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +15 -15
- package/dist/model/DocumentPart.js +9 -9
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +16 -16
- 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 +9 -9
- 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 +2 -2
- 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 +14 -14
- 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 +2 -2
- package/dist/model/ImageUploadObject.js +2 -2
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +13 -13
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +26 -26
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +14 -14
- package/dist/model/Member.js +18 -18
- 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 +2 -2
- package/dist/model/PageSchema.js +10 -10
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +123 -0
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +10 -10
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +123 -0
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +15 -15
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +14 -14
- 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/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +9 -9
- package/dist/model/Sort.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/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +148 -0
- package/dist/model/TransferInput.js +173 -0
- package/dist/model/TransferObjectObject.js +139 -0
- package/dist/model/TransferResponse.js +105 -0
- package/dist/model/User.js +18 -18
- package/dist/model/UserDataPayload.js +18 -18
- 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 +18 -18
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +2 -2
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +2 -2
- package/dist/model/VideoUploadObject.js +2 -2
- package/dist/model/ZeusPortalCategory.js +23 -23
- package/package.json +1 -1
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.22
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The MeetingEventTimezone model module.
|
|
28
28
|
* @module model/MeetingEventTimezone
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.22
|
|
30
30
|
*/
|
|
31
31
|
var MeetingEventTimezone = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -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.22
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The MeetingInfo model module.
|
|
29
29
|
* @module model/MeetingInfo
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.22
|
|
31
31
|
*/
|
|
32
32
|
var MeetingInfo = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -66,12 +66,12 @@ var MeetingInfo = /*#__PURE__*/function () {
|
|
|
66
66
|
if (data.hasOwnProperty('enddate')) {
|
|
67
67
|
obj['enddate'] = _ApiClient["default"].convertToType(data['enddate'], 'String');
|
|
68
68
|
}
|
|
69
|
-
if (data.hasOwnProperty('liveStreamInfo')) {
|
|
70
|
-
obj['liveStreamInfo'] = _LiveStreamInfo["default"].constructFromObject(data['liveStreamInfo']);
|
|
71
|
-
}
|
|
72
69
|
if (data.hasOwnProperty('roommode')) {
|
|
73
70
|
obj['roommode'] = _ApiClient["default"].convertToType(data['roommode'], 'String');
|
|
74
71
|
}
|
|
72
|
+
if (data.hasOwnProperty('liveStreamInfo')) {
|
|
73
|
+
obj['liveStreamInfo'] = _LiveStreamInfo["default"].constructFromObject(data['liveStreamInfo']);
|
|
74
|
+
}
|
|
75
75
|
}
|
|
76
76
|
return obj;
|
|
77
77
|
}
|
|
@@ -88,15 +88,15 @@ var MeetingInfo = /*#__PURE__*/function () {
|
|
|
88
88
|
if (data['enddate'] && !(typeof data['enddate'] === 'string' || data['enddate'] instanceof String)) {
|
|
89
89
|
throw new Error("Expected the field `enddate` to be a primitive type in the JSON string but got " + data['enddate']);
|
|
90
90
|
}
|
|
91
|
+
// ensure the json data is a string
|
|
92
|
+
if (data['roommode'] && !(typeof data['roommode'] === 'string' || data['roommode'] instanceof String)) {
|
|
93
|
+
throw new Error("Expected the field `roommode` to be a primitive type in the JSON string but got " + data['roommode']);
|
|
94
|
+
}
|
|
91
95
|
// validate the optional field `liveStreamInfo`
|
|
92
96
|
if (data['liveStreamInfo']) {
|
|
93
97
|
// data not null
|
|
94
98
|
_LiveStreamInfo["default"].validateJSON(data['liveStreamInfo']);
|
|
95
99
|
}
|
|
96
|
-
// ensure the json data is a string
|
|
97
|
-
if (data['roommode'] && !(typeof data['roommode'] === 'string' || data['roommode'] instanceof String)) {
|
|
98
|
-
throw new Error("Expected the field `roommode` to be a primitive type in the JSON string but got " + data['roommode']);
|
|
99
|
-
}
|
|
100
100
|
return true;
|
|
101
101
|
}
|
|
102
102
|
}]);
|
|
@@ -114,17 +114,17 @@ MeetingInfo.prototype['islocked'] = undefined;
|
|
|
114
114
|
*/
|
|
115
115
|
MeetingInfo.prototype['enddate'] = undefined;
|
|
116
116
|
|
|
117
|
-
/**
|
|
118
|
-
* @member {module:model/LiveStreamInfo} liveStreamInfo
|
|
119
|
-
*/
|
|
120
|
-
MeetingInfo.prototype['liveStreamInfo'] = undefined;
|
|
121
|
-
|
|
122
117
|
/**
|
|
123
118
|
* Indicates whether this is a normal meeting (up to four participants) or a group meeting
|
|
124
119
|
* @member {module:model/MeetingInfo.RoommodeEnum} roommode
|
|
125
120
|
*/
|
|
126
121
|
MeetingInfo.prototype['roommode'] = undefined;
|
|
127
122
|
|
|
123
|
+
/**
|
|
124
|
+
* @member {module:model/LiveStreamInfo} liveStreamInfo
|
|
125
|
+
*/
|
|
126
|
+
MeetingInfo.prototype['liveStreamInfo'] = undefined;
|
|
127
|
+
|
|
128
128
|
/**
|
|
129
129
|
* Allowed values for the <code>roommode</code> property.
|
|
130
130
|
* @enum {String}
|
package/dist/model/Member.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.22
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The Member model module.
|
|
29
29
|
* @module model/Member
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.22
|
|
31
31
|
*/
|
|
32
32
|
var Member = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -75,15 +75,12 @@ var Member = /*#__PURE__*/function () {
|
|
|
75
75
|
if (data.hasOwnProperty('firstname')) {
|
|
76
76
|
obj['firstname'] = _ApiClient["default"].convertToType(data['firstname'], 'String');
|
|
77
77
|
}
|
|
78
|
-
if (data.hasOwnProperty('
|
|
79
|
-
obj['
|
|
78
|
+
if (data.hasOwnProperty('email')) {
|
|
79
|
+
obj['email'] = _ApiClient["default"].convertToType(data['email'], 'String');
|
|
80
80
|
}
|
|
81
81
|
if (data.hasOwnProperty('modificationdate')) {
|
|
82
82
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
83
83
|
}
|
|
84
|
-
if (data.hasOwnProperty('email')) {
|
|
85
|
-
obj['email'] = _ApiClient["default"].convertToType(data['email'], 'String');
|
|
86
|
-
}
|
|
87
84
|
if (data.hasOwnProperty('username')) {
|
|
88
85
|
obj['username'] = _ApiClient["default"].convertToType(data['username'], 'String');
|
|
89
86
|
}
|
|
@@ -93,6 +90,9 @@ var Member = /*#__PURE__*/function () {
|
|
|
93
90
|
if (data.hasOwnProperty('alias')) {
|
|
94
91
|
obj['alias'] = _ApiClient["default"].convertToType(data['alias'], 'String');
|
|
95
92
|
}
|
|
93
|
+
if (data.hasOwnProperty('password')) {
|
|
94
|
+
obj['password'] = _ApiClient["default"].convertToType(data['password'], 'String');
|
|
95
|
+
}
|
|
96
96
|
if (data.hasOwnProperty('city')) {
|
|
97
97
|
obj['city'] = _ApiClient["default"].convertToType(data['city'], 'String');
|
|
98
98
|
}
|
|
@@ -138,10 +138,6 @@ var Member = /*#__PURE__*/function () {
|
|
|
138
138
|
throw new Error("Expected the field `firstname` to be a primitive type in the JSON string but got " + data['firstname']);
|
|
139
139
|
}
|
|
140
140
|
// ensure the json data is a string
|
|
141
|
-
if (data['password'] && !(typeof data['password'] === 'string' || data['password'] instanceof String)) {
|
|
142
|
-
throw new Error("Expected the field `password` to be a primitive type in the JSON string but got " + data['password']);
|
|
143
|
-
}
|
|
144
|
-
// ensure the json data is a string
|
|
145
141
|
if (data['email'] && !(typeof data['email'] === 'string' || data['email'] instanceof String)) {
|
|
146
142
|
throw new Error("Expected the field `email` to be a primitive type in the JSON string but got " + data['email']);
|
|
147
143
|
}
|
|
@@ -158,6 +154,10 @@ var Member = /*#__PURE__*/function () {
|
|
|
158
154
|
throw new Error("Expected the field `alias` to be a primitive type in the JSON string but got " + data['alias']);
|
|
159
155
|
}
|
|
160
156
|
// ensure the json data is a string
|
|
157
|
+
if (data['password'] && !(typeof data['password'] === 'string' || data['password'] instanceof String)) {
|
|
158
|
+
throw new Error("Expected the field `password` to be a primitive type in the JSON string but got " + data['password']);
|
|
159
|
+
}
|
|
160
|
+
// ensure the json data is a string
|
|
161
161
|
if (data['city'] && !(typeof data['city'] === 'string' || data['city'] instanceof String)) {
|
|
162
162
|
throw new Error("Expected the field `city` to be a primitive type in the JSON string but got " + data['city']);
|
|
163
163
|
}
|
|
@@ -196,20 +196,15 @@ Member.prototype['domain'] = undefined;
|
|
|
196
196
|
Member.prototype['firstname'] = undefined;
|
|
197
197
|
|
|
198
198
|
/**
|
|
199
|
-
* @member {String}
|
|
199
|
+
* @member {String} email
|
|
200
200
|
*/
|
|
201
|
-
Member.prototype['
|
|
201
|
+
Member.prototype['email'] = undefined;
|
|
202
202
|
|
|
203
203
|
/**
|
|
204
204
|
* @member {Date} modificationdate
|
|
205
205
|
*/
|
|
206
206
|
Member.prototype['modificationdate'] = undefined;
|
|
207
207
|
|
|
208
|
-
/**
|
|
209
|
-
* @member {String} email
|
|
210
|
-
*/
|
|
211
|
-
Member.prototype['email'] = undefined;
|
|
212
|
-
|
|
213
208
|
/**
|
|
214
209
|
* @member {String} username
|
|
215
210
|
*/
|
|
@@ -225,6 +220,11 @@ Member.prototype['lastname'] = undefined;
|
|
|
225
220
|
*/
|
|
226
221
|
Member.prototype['alias'] = undefined;
|
|
227
222
|
|
|
223
|
+
/**
|
|
224
|
+
* @member {String} password
|
|
225
|
+
*/
|
|
226
|
+
Member.prototype['password'] = undefined;
|
|
227
|
+
|
|
228
228
|
/**
|
|
229
229
|
* @member {String} city
|
|
230
230
|
*/
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.22
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The MemberGroupCategory model module.
|
|
28
28
|
* @module model/MemberGroupCategory
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.22
|
|
30
30
|
*/
|
|
31
31
|
var MemberGroupCategory = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/MemberList.js
CHANGED
|
@@ -26,7 +26,7 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.g
|
|
|
26
26
|
* gobodo-api
|
|
27
27
|
* REST Interface for Gobodo API
|
|
28
28
|
*
|
|
29
|
-
* The version of the OpenAPI document: 0.1.
|
|
29
|
+
* The version of the OpenAPI document: 0.1.22
|
|
30
30
|
* Contact: info@gobodo.io
|
|
31
31
|
*
|
|
32
32
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -37,7 +37,7 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.g
|
|
|
37
37
|
/**
|
|
38
38
|
* The MemberList model module.
|
|
39
39
|
* @module model/MemberList
|
|
40
|
-
* @version 0.1.
|
|
40
|
+
* @version 0.1.22
|
|
41
41
|
*/
|
|
42
42
|
var MemberList = /*#__PURE__*/function (_Array) {
|
|
43
43
|
_inherits(MemberList, _Array);
|
|
@@ -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.22
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The MessageGroup model module.
|
|
29
29
|
* @module model/MessageGroup
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.22
|
|
31
31
|
*/
|
|
32
32
|
var MessageGroup = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.22
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The MultipartBody model module.
|
|
28
28
|
* @module model/MultipartBody
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.22
|
|
30
30
|
*/
|
|
31
31
|
var MultipartBody = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Objecttype.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.22
|
|
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
|
* The Objecttype model module.
|
|
33
33
|
* @module model/Objecttype
|
|
34
|
-
* @version 0.1.
|
|
34
|
+
* @version 0.1.22
|
|
35
35
|
*/
|
|
36
36
|
var Objecttype = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
package/dist/model/Page.js
CHANGED
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.22
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* The Page model module.
|
|
30
30
|
* @module model/Page
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.22
|
|
32
32
|
*/
|
|
33
33
|
var Page = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/model/PageSchema.js
CHANGED
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.22
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The PageSchema model module.
|
|
28
28
|
* @module model/PageSchema
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.22
|
|
30
30
|
*/
|
|
31
31
|
var PageSchema = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -74,15 +74,15 @@ var PageSchema = /*#__PURE__*/function () {
|
|
|
74
74
|
if (data.hasOwnProperty('isorphan')) {
|
|
75
75
|
obj['isorphan'] = _ApiClient["default"].convertToType(data['isorphan'], 'Boolean');
|
|
76
76
|
}
|
|
77
|
+
if (data.hasOwnProperty('email')) {
|
|
78
|
+
obj['email'] = _ApiClient["default"].convertToType(data['email'], 'String');
|
|
79
|
+
}
|
|
77
80
|
if (data.hasOwnProperty('creatorid')) {
|
|
78
81
|
obj['creatorid'] = _ApiClient["default"].convertToType(data['creatorid'], 'Number');
|
|
79
82
|
}
|
|
80
83
|
if (data.hasOwnProperty('mainphoto')) {
|
|
81
84
|
obj['mainphoto'] = _ApiClient["default"].convertToType(data['mainphoto'], 'Number');
|
|
82
85
|
}
|
|
83
|
-
if (data.hasOwnProperty('email')) {
|
|
84
|
-
obj['email'] = _ApiClient["default"].convertToType(data['email'], 'String');
|
|
85
|
-
}
|
|
86
86
|
if (data.hasOwnProperty('pageuser')) {
|
|
87
87
|
obj['pageuser'] = _ApiClient["default"].convertToType(data['pageuser'], 'String');
|
|
88
88
|
}
|
|
@@ -163,6 +163,11 @@ PageSchema.prototype['description'] = undefined;
|
|
|
163
163
|
*/
|
|
164
164
|
PageSchema.prototype['isorphan'] = undefined;
|
|
165
165
|
|
|
166
|
+
/**
|
|
167
|
+
* @member {String} email
|
|
168
|
+
*/
|
|
169
|
+
PageSchema.prototype['email'] = undefined;
|
|
170
|
+
|
|
166
171
|
/**
|
|
167
172
|
* @member {Number} creatorid
|
|
168
173
|
*/
|
|
@@ -173,11 +178,6 @@ PageSchema.prototype['creatorid'] = undefined;
|
|
|
173
178
|
*/
|
|
174
179
|
PageSchema.prototype['mainphoto'] = undefined;
|
|
175
180
|
|
|
176
|
-
/**
|
|
177
|
-
* @member {String} email
|
|
178
|
-
*/
|
|
179
|
-
PageSchema.prototype['email'] = undefined;
|
|
180
|
-
|
|
181
181
|
/**
|
|
182
182
|
* @member {String} pageuser
|
|
183
183
|
*/
|
package/dist/model/Pageable.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.22
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The Pageable model module.
|
|
29
29
|
* @module model/Pageable
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.22
|
|
31
31
|
*/
|
|
32
32
|
var Pageable = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/model/Path.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.22
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The Path model module.
|
|
29
29
|
* @module model/Path
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.22
|
|
31
31
|
*/
|
|
32
32
|
var Path = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
9
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
10
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
11
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
12
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
13
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
14
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
|
|
15
|
+
* gobodo-api
|
|
16
|
+
* REST Interface for Gobodo API
|
|
17
|
+
*
|
|
18
|
+
* The version of the OpenAPI document: 0.1.22
|
|
19
|
+
* Contact: info@gobodo.io
|
|
20
|
+
*
|
|
21
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
22
|
+
* https://openapi-generator.tech
|
|
23
|
+
* Do not edit the class manually.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
/**
|
|
27
|
+
* The PaymentAccountObject model module.
|
|
28
|
+
* @module model/PaymentAccountObject
|
|
29
|
+
* @version 0.1.22
|
|
30
|
+
*/
|
|
31
|
+
var PaymentAccountObject = /*#__PURE__*/function () {
|
|
32
|
+
/**
|
|
33
|
+
* Constructs a new <code>PaymentAccountObject</code>.
|
|
34
|
+
* The originator of the transfer
|
|
35
|
+
* @alias module:model/PaymentAccountObject
|
|
36
|
+
*/
|
|
37
|
+
function PaymentAccountObject() {
|
|
38
|
+
_classCallCheck(this, PaymentAccountObject);
|
|
39
|
+
PaymentAccountObject.initialize(this);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Initializes the fields of this object.
|
|
44
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
45
|
+
* Only for internal use.
|
|
46
|
+
*/
|
|
47
|
+
_createClass(PaymentAccountObject, null, [{
|
|
48
|
+
key: "initialize",
|
|
49
|
+
value: function initialize(obj) {}
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Constructs a <code>PaymentAccountObject</code> from a plain JavaScript object, optionally creating a new instance.
|
|
53
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
54
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
55
|
+
* @param {module:model/PaymentAccountObject} obj Optional instance to populate.
|
|
56
|
+
* @return {module:model/PaymentAccountObject} The populated <code>PaymentAccountObject</code> instance.
|
|
57
|
+
*/
|
|
58
|
+
}, {
|
|
59
|
+
key: "constructFromObject",
|
|
60
|
+
value: function constructFromObject(data, obj) {
|
|
61
|
+
if (data) {
|
|
62
|
+
obj = obj || new PaymentAccountObject();
|
|
63
|
+
if (data.hasOwnProperty('name')) {
|
|
64
|
+
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
65
|
+
}
|
|
66
|
+
if (data.hasOwnProperty('accountID')) {
|
|
67
|
+
obj['accountID'] = _ApiClient["default"].convertToType(data['accountID'], Object);
|
|
68
|
+
}
|
|
69
|
+
if (data.hasOwnProperty('ownerId')) {
|
|
70
|
+
obj['ownerId'] = _ApiClient["default"].convertToType(data['ownerId'], 'Number');
|
|
71
|
+
}
|
|
72
|
+
if (data.hasOwnProperty('data')) {
|
|
73
|
+
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
74
|
+
}
|
|
75
|
+
if (data.hasOwnProperty('id')) {
|
|
76
|
+
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'Number');
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
return obj;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Validates the JSON data with respect to <code>PaymentAccountObject</code>.
|
|
84
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
85
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>PaymentAccountObject</code>.
|
|
86
|
+
*/
|
|
87
|
+
}, {
|
|
88
|
+
key: "validateJSON",
|
|
89
|
+
value: function validateJSON(data) {
|
|
90
|
+
// ensure the json data is a string
|
|
91
|
+
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
92
|
+
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
93
|
+
}
|
|
94
|
+
return true;
|
|
95
|
+
}
|
|
96
|
+
}]);
|
|
97
|
+
return PaymentAccountObject;
|
|
98
|
+
}();
|
|
99
|
+
/**
|
|
100
|
+
* @member {String} name
|
|
101
|
+
*/
|
|
102
|
+
PaymentAccountObject.prototype['name'] = undefined;
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* @member {Object} accountID
|
|
106
|
+
*/
|
|
107
|
+
PaymentAccountObject.prototype['accountID'] = undefined;
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* @member {Number} ownerId
|
|
111
|
+
*/
|
|
112
|
+
PaymentAccountObject.prototype['ownerId'] = undefined;
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* @member {Object} data
|
|
116
|
+
*/
|
|
117
|
+
PaymentAccountObject.prototype['data'] = undefined;
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* @member {Number} id
|
|
121
|
+
*/
|
|
122
|
+
PaymentAccountObject.prototype['id'] = undefined;
|
|
123
|
+
var _default = exports["default"] = PaymentAccountObject;
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.22
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The PaymentIntentInput model module.
|
|
28
28
|
* @module model/PaymentIntentInput
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.22
|
|
30
30
|
*/
|
|
31
31
|
var PaymentIntentInput = /*#__PURE__*/function () {
|
|
32
32
|
/**
|