@gobodo/gobodo-api-promise 0.1.76 → 0.1.78
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 +5 -5
- 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/CurrencyApi.js +2 -2
- package/dist/api/DataSheetImportsApi.js +2 -2
- package/dist/api/DefaultApi.js +2 -2
- package/dist/api/DocumentPartTypesApi.js +2 -2
- package/dist/api/DocumentTypesApi.js +2 -2
- package/dist/api/DocumentsApi.js +2 -2
- package/dist/api/EmailsApi.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/GraphActionTypesApi.js +2 -2
- package/dist/api/GraphActionsApi.js +2 -2
- package/dist/api/GraphObjectTypesApi.js +2 -2
- package/dist/api/GraphObjectsApi.js +5 -5
- 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/NotificationsApi.js +2 -2
- package/dist/api/PagesApi.js +2 -2
- package/dist/api/PhoneNumbersApi.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/RestApplicationsApi.js +2 -2
- package/dist/api/ScreensApi.js +2 -2
- package/dist/api/SitesApi.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 +2 -2
- 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 +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/api/WalletsApi.js +2 -2
- package/dist/model/APIClient.js +23 -23
- 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/Article.js +2 -2
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.js +2 -2
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +25 -25
- 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/Currency.js +25 -25
- package/dist/model/CurrencyGrantInput.js +27 -2
- package/dist/model/CurrencyGrantResponse.js +2 -2
- package/dist/model/CurrencyInput.js +2 -2
- package/dist/model/CurrencyMinterRegistrationInput.js +2 -2
- package/dist/model/CurrencyResponse.js +2 -2
- package/dist/model/CurrencySettings.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +32 -32
- 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 +2 -2
- package/dist/model/DocumentPart.js +51 -51
- package/dist/model/DocumentPartType.js +27 -27
- package/dist/model/DocumentType.js +52 -52
- package/dist/model/EmailAddress.js +52 -52
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +25 -25
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.js +2 -2
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +2 -2
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/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 +91 -91
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +29 -29
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.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 +27 -27
- package/dist/model/GraphObjectTypeResponse.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +27 -27
- 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 +31 -31
- package/dist/model/GraphRelationshipTypeResponse.js +2 -2
- package/dist/model/GraphSchema.js +27 -27
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +27 -27
- package/dist/model/ImageUploadObject.js +27 -27
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/Link.js +29 -29
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +27 -27
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +31 -31
- package/dist/model/Member.js +2 -2
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/NotificationInput.js +2 -2
- package/dist/model/NotificationResponse.js +2 -2
- package/dist/model/NumberSettings.js +2 -2
- package/dist/model/ObjectSettings.js +2 -2
- package/dist/model/Objecttype.js +27 -27
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +27 -27
- 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 +27 -27
- 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 +27 -27
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +31 -31
- package/dist/model/PrivateMessageConversation.js +140 -140
- 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/PurchaseInput.js +2 -2
- package/dist/model/PurchaseResponse.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +35 -35
- package/dist/model/RestApplicationInput.js +2 -2
- package/dist/model/RestApplicationResponse.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SiteInput.js +2 -2
- package/dist/model/SiteResponse.js +2 -2
- package/dist/model/SiteTypeInput.js +2 -2
- package/dist/model/SiteTypeResponse.js +2 -2
- package/dist/model/SkinField.js +25 -25
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroup.js +58 -58
- 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 +27 -27
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.js +27 -27
- package/dist/model/ThemeMapping.js +2 -2
- 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 +2 -2
- package/dist/model/UserDataPayload.js +2 -2
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +31 -31
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +2 -2
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +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/WalletHoldInput.js +2 -2
- package/dist/model/WalletHoldResponse.js +2 -2
- package/dist/model/WalletPayoutInput.js +2 -2
- package/dist/model/WalletPayoutResponse.js +2 -2
- package/dist/model/WalletResponse.js +2 -2
- package/dist/model/ZeusPortalCategory.js +57 -57
- package/package.json +1 -1
|
@@ -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.78
|
|
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 RelationshipMapping model module.
|
|
32
32
|
* @module model/RelationshipMapping
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.78
|
|
34
34
|
*/
|
|
35
35
|
var RelationshipMapping = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -65,23 +65,6 @@ var RelationshipMapping = /*#__PURE__*/function () {
|
|
|
65
65
|
value: function setFormat(format) {
|
|
66
66
|
this['format'] = format;
|
|
67
67
|
}
|
|
68
|
-
/**
|
|
69
|
-
* @return {Array.<module:model/GraphObjectType>}
|
|
70
|
-
*/
|
|
71
|
-
}, {
|
|
72
|
-
key: "getObjecttypes",
|
|
73
|
-
value: function getObjecttypes() {
|
|
74
|
-
return this.objecttypes;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
/**
|
|
78
|
-
* @param {Array.<module:model/GraphObjectType>} objecttypes
|
|
79
|
-
*/
|
|
80
|
-
}, {
|
|
81
|
-
key: "setObjecttypes",
|
|
82
|
-
value: function setObjecttypes(objecttypes) {
|
|
83
|
-
this['objecttypes'] = objecttypes;
|
|
84
|
-
}
|
|
85
68
|
/**
|
|
86
69
|
* @return {String}
|
|
87
70
|
*/
|
|
@@ -116,6 +99,23 @@ var RelationshipMapping = /*#__PURE__*/function () {
|
|
|
116
99
|
value: function setLookupdatafield(lookupdatafield) {
|
|
117
100
|
this['lookupdatafield'] = lookupdatafield;
|
|
118
101
|
}
|
|
102
|
+
/**
|
|
103
|
+
* @return {Array.<module:model/GraphObjectType>}
|
|
104
|
+
*/
|
|
105
|
+
}, {
|
|
106
|
+
key: "getObjecttypes",
|
|
107
|
+
value: function getObjecttypes() {
|
|
108
|
+
return this.objecttypes;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* @param {Array.<module:model/GraphObjectType>} objecttypes
|
|
113
|
+
*/
|
|
114
|
+
}, {
|
|
115
|
+
key: "setObjecttypes",
|
|
116
|
+
value: function setObjecttypes(objecttypes) {
|
|
117
|
+
this['objecttypes'] = objecttypes;
|
|
118
|
+
}
|
|
119
119
|
}], [{
|
|
120
120
|
key: "initialize",
|
|
121
121
|
value: function initialize(obj) {}
|
|
@@ -135,15 +135,15 @@ var RelationshipMapping = /*#__PURE__*/function () {
|
|
|
135
135
|
if (data.hasOwnProperty('format')) {
|
|
136
136
|
obj['format'] = _ApiClient["default"].convertToType(data['format'], 'String');
|
|
137
137
|
}
|
|
138
|
-
if (data.hasOwnProperty('objecttypes')) {
|
|
139
|
-
obj['objecttypes'] = _ApiClient["default"].convertToType(data['objecttypes'], [_GraphObjectType["default"]]);
|
|
140
|
-
}
|
|
141
138
|
if (data.hasOwnProperty('sheetprop')) {
|
|
142
139
|
obj['sheetprop'] = _ApiClient["default"].convertToType(data['sheetprop'], 'String');
|
|
143
140
|
}
|
|
144
141
|
if (data.hasOwnProperty('lookupdatafield')) {
|
|
145
142
|
obj['lookupdatafield'] = _ApiClient["default"].convertToType(data['lookupdatafield'], 'String');
|
|
146
143
|
}
|
|
144
|
+
if (data.hasOwnProperty('objecttypes')) {
|
|
145
|
+
obj['objecttypes'] = _ApiClient["default"].convertToType(data['objecttypes'], [_GraphObjectType["default"]]);
|
|
146
|
+
}
|
|
147
147
|
}
|
|
148
148
|
return obj;
|
|
149
149
|
}
|
|
@@ -160,6 +160,14 @@ var RelationshipMapping = /*#__PURE__*/function () {
|
|
|
160
160
|
if (data['format'] && !(typeof data['format'] === 'string' || data['format'] instanceof String)) {
|
|
161
161
|
throw new Error("Expected the field `format` to be a primitive type in the JSON string but got " + data['format']);
|
|
162
162
|
}
|
|
163
|
+
// ensure the json data is a string
|
|
164
|
+
if (data['sheetprop'] && !(typeof data['sheetprop'] === 'string' || data['sheetprop'] instanceof String)) {
|
|
165
|
+
throw new Error("Expected the field `sheetprop` to be a primitive type in the JSON string but got " + data['sheetprop']);
|
|
166
|
+
}
|
|
167
|
+
// ensure the json data is a string
|
|
168
|
+
if (data['lookupdatafield'] && !(typeof data['lookupdatafield'] === 'string' || data['lookupdatafield'] instanceof String)) {
|
|
169
|
+
throw new Error("Expected the field `lookupdatafield` to be a primitive type in the JSON string but got " + data['lookupdatafield']);
|
|
170
|
+
}
|
|
163
171
|
if (data['objecttypes']) {
|
|
164
172
|
// data not null
|
|
165
173
|
// ensure the json data is an array
|
|
@@ -181,14 +189,6 @@ var RelationshipMapping = /*#__PURE__*/function () {
|
|
|
181
189
|
}
|
|
182
190
|
;
|
|
183
191
|
}
|
|
184
|
-
// ensure the json data is a string
|
|
185
|
-
if (data['sheetprop'] && !(typeof data['sheetprop'] === 'string' || data['sheetprop'] instanceof String)) {
|
|
186
|
-
throw new Error("Expected the field `sheetprop` to be a primitive type in the JSON string but got " + data['sheetprop']);
|
|
187
|
-
}
|
|
188
|
-
// ensure the json data is a string
|
|
189
|
-
if (data['lookupdatafield'] && !(typeof data['lookupdatafield'] === 'string' || data['lookupdatafield'] instanceof String)) {
|
|
190
|
-
throw new Error("Expected the field `lookupdatafield` to be a primitive type in the JSON string but got " + data['lookupdatafield']);
|
|
191
|
-
}
|
|
192
192
|
return true;
|
|
193
193
|
}
|
|
194
194
|
}]);
|
|
@@ -199,11 +199,6 @@ var RelationshipMapping = /*#__PURE__*/function () {
|
|
|
199
199
|
*/
|
|
200
200
|
RelationshipMapping.prototype['format'] = undefined;
|
|
201
201
|
|
|
202
|
-
/**
|
|
203
|
-
* @member {Array.<module:model/GraphObjectType>} objecttypes
|
|
204
|
-
*/
|
|
205
|
-
RelationshipMapping.prototype['objecttypes'] = undefined;
|
|
206
|
-
|
|
207
202
|
/**
|
|
208
203
|
* @member {String} sheetprop
|
|
209
204
|
*/
|
|
@@ -214,6 +209,11 @@ RelationshipMapping.prototype['sheetprop'] = undefined;
|
|
|
214
209
|
*/
|
|
215
210
|
RelationshipMapping.prototype['lookupdatafield'] = undefined;
|
|
216
211
|
|
|
212
|
+
/**
|
|
213
|
+
* @member {Array.<module:model/GraphObjectType>} objecttypes
|
|
214
|
+
*/
|
|
215
|
+
RelationshipMapping.prototype['objecttypes'] = undefined;
|
|
216
|
+
|
|
217
217
|
/**
|
|
218
218
|
* Allowed values for the <code>format</code> property.
|
|
219
219
|
* @enum {String}
|
|
@@ -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.78
|
|
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 RestApplicationInput model module.
|
|
31
31
|
* @module model/RestApplicationInput
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.78
|
|
33
33
|
*/
|
|
34
34
|
var RestApplicationInput = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -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.78
|
|
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 RestApplicationResponse model module.
|
|
31
31
|
* @module model/RestApplicationResponse
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.78
|
|
33
33
|
*/
|
|
34
34
|
var RestApplicationResponse = /*#__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.78
|
|
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 ScreenSchema model module.
|
|
30
30
|
* @module model/ScreenSchema
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.78
|
|
32
32
|
*/
|
|
33
33
|
var ScreenSchema = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -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.78
|
|
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 SimulcastInfo model module.
|
|
28
28
|
* @module model/SimulcastInfo
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.78
|
|
30
30
|
*/
|
|
31
31
|
var SimulcastInfo = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/SiteInput.js
CHANGED
|
@@ -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.78
|
|
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 SiteInput model module.
|
|
31
31
|
* @module model/SiteInput
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.78
|
|
33
33
|
*/
|
|
34
34
|
var SiteInput = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -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.78
|
|
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 SiteResponse model module.
|
|
32
32
|
* @module model/SiteResponse
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.78
|
|
34
34
|
*/
|
|
35
35
|
var SiteResponse = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -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.78
|
|
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 SiteTypeInput model module.
|
|
31
31
|
* @module model/SiteTypeInput
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.78
|
|
33
33
|
*/
|
|
34
34
|
var SiteTypeInput = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -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.78
|
|
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 SiteTypeResponse model module.
|
|
31
31
|
* @module model/SiteTypeResponse
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.78
|
|
33
33
|
*/
|
|
34
34
|
var SiteTypeResponse = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/model/SkinField.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.78
|
|
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 SkinField model module.
|
|
29
29
|
* @module model/SkinField
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.78
|
|
31
31
|
*/
|
|
32
32
|
var SkinField = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -114,38 +114,38 @@ var SkinField = /*#__PURE__*/function () {
|
|
|
114
114
|
this['currencySymbol'] = currencySymbol;
|
|
115
115
|
}
|
|
116
116
|
/**
|
|
117
|
-
* @return {
|
|
117
|
+
* @return {Object}
|
|
118
118
|
*/
|
|
119
119
|
}, {
|
|
120
|
-
key: "
|
|
121
|
-
value: function
|
|
122
|
-
return this.
|
|
120
|
+
key: "getOptions",
|
|
121
|
+
value: function getOptions() {
|
|
122
|
+
return this.options;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
/**
|
|
126
|
-
* @param {
|
|
126
|
+
* @param {Object} options
|
|
127
127
|
*/
|
|
128
128
|
}, {
|
|
129
|
-
key: "
|
|
130
|
-
value: function
|
|
131
|
-
this['
|
|
129
|
+
key: "setOptions",
|
|
130
|
+
value: function setOptions(options) {
|
|
131
|
+
this['options'] = options;
|
|
132
132
|
}
|
|
133
133
|
/**
|
|
134
|
-
* @return {
|
|
134
|
+
* @return {String}
|
|
135
135
|
*/
|
|
136
136
|
}, {
|
|
137
|
-
key: "
|
|
138
|
-
value: function
|
|
139
|
-
return this.
|
|
137
|
+
key: "getLabel",
|
|
138
|
+
value: function getLabel() {
|
|
139
|
+
return this.label;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
/**
|
|
143
|
-
* @param {
|
|
143
|
+
* @param {String} label
|
|
144
144
|
*/
|
|
145
145
|
}, {
|
|
146
|
-
key: "
|
|
147
|
-
value: function
|
|
148
|
-
this['
|
|
146
|
+
key: "setLabel",
|
|
147
|
+
value: function setLabel(label) {
|
|
148
|
+
this['label'] = label;
|
|
149
149
|
}
|
|
150
150
|
/**
|
|
151
151
|
* @return {String}
|
|
@@ -362,12 +362,12 @@ var SkinField = /*#__PURE__*/function () {
|
|
|
362
362
|
if (data.hasOwnProperty('currencySymbol')) {
|
|
363
363
|
obj['currencySymbol'] = _ApiClient["default"].convertToType(data['currencySymbol'], 'String');
|
|
364
364
|
}
|
|
365
|
-
if (data.hasOwnProperty('label')) {
|
|
366
|
-
obj['label'] = _ApiClient["default"].convertToType(data['label'], 'String');
|
|
367
|
-
}
|
|
368
365
|
if (data.hasOwnProperty('options')) {
|
|
369
366
|
obj['options'] = _ApiClient["default"].convertToType(data['options'], Object);
|
|
370
367
|
}
|
|
368
|
+
if (data.hasOwnProperty('label')) {
|
|
369
|
+
obj['label'] = _ApiClient["default"].convertToType(data['label'], 'String');
|
|
370
|
+
}
|
|
371
371
|
if (data.hasOwnProperty('description')) {
|
|
372
372
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
373
373
|
}
|
|
@@ -468,14 +468,14 @@ SkinField.prototype['precision'] = undefined;
|
|
|
468
468
|
SkinField.prototype['currencySymbol'] = undefined;
|
|
469
469
|
|
|
470
470
|
/**
|
|
471
|
-
* @member {
|
|
471
|
+
* @member {Object} options
|
|
472
472
|
*/
|
|
473
|
-
SkinField.prototype['
|
|
473
|
+
SkinField.prototype['options'] = undefined;
|
|
474
474
|
|
|
475
475
|
/**
|
|
476
|
-
* @member {
|
|
476
|
+
* @member {String} label
|
|
477
477
|
*/
|
|
478
|
-
SkinField.prototype['
|
|
478
|
+
SkinField.prototype['label'] = undefined;
|
|
479
479
|
|
|
480
480
|
/**
|
|
481
481
|
* @member {String} description
|
|
@@ -21,7 +21,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
21
21
|
* gobodo-api
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.78
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
32
32
|
/**
|
|
33
33
|
* The SkinFieldResponse model module.
|
|
34
34
|
* @module model/SkinFieldResponse
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.78
|
|
36
36
|
*/
|
|
37
37
|
var SkinFieldResponse = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -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.78
|
|
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 SocialGroup model module.
|
|
32
32
|
* @module model/SocialGroup
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.78
|
|
34
34
|
*/
|
|
35
35
|
var SocialGroup = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -48,12 +48,29 @@ var SocialGroup = /*#__PURE__*/function () {
|
|
|
48
48
|
* Only for internal use.
|
|
49
49
|
*/
|
|
50
50
|
_createClass(SocialGroup, [{
|
|
51
|
-
key: "
|
|
51
|
+
key: "getJoinStatus",
|
|
52
52
|
value:
|
|
53
|
+
/**
|
|
54
|
+
* @return {module:model/SocialGroup.JoinStatusEnum}
|
|
55
|
+
*/
|
|
56
|
+
function getJoinStatus() {
|
|
57
|
+
return this.joinStatus;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @param {module:model/SocialGroup.JoinStatusEnum} joinStatus
|
|
62
|
+
*/
|
|
63
|
+
}, {
|
|
64
|
+
key: "setJoinStatus",
|
|
65
|
+
value: function setJoinStatus(joinStatus) {
|
|
66
|
+
this['joinStatus'] = joinStatus;
|
|
67
|
+
}
|
|
53
68
|
/**
|
|
54
69
|
* @return {module:model/User}
|
|
55
70
|
*/
|
|
56
|
-
|
|
71
|
+
}, {
|
|
72
|
+
key: "getCreator",
|
|
73
|
+
value: function getCreator() {
|
|
57
74
|
return this.creator;
|
|
58
75
|
}
|
|
59
76
|
|
|
@@ -99,23 +116,6 @@ var SocialGroup = /*#__PURE__*/function () {
|
|
|
99
116
|
value: function setGroupType(groupType) {
|
|
100
117
|
this['groupType'] = groupType;
|
|
101
118
|
}
|
|
102
|
-
/**
|
|
103
|
-
* @return {module:model/SocialGroup.JoinStatusEnum}
|
|
104
|
-
*/
|
|
105
|
-
}, {
|
|
106
|
-
key: "getJoinStatus",
|
|
107
|
-
value: function getJoinStatus() {
|
|
108
|
-
return this.joinStatus;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
/**
|
|
112
|
-
* @param {module:model/SocialGroup.JoinStatusEnum} joinStatus
|
|
113
|
-
*/
|
|
114
|
-
}, {
|
|
115
|
-
key: "setJoinStatus",
|
|
116
|
-
value: function setJoinStatus(joinStatus) {
|
|
117
|
-
this['joinStatus'] = joinStatus;
|
|
118
|
-
}
|
|
119
119
|
/**
|
|
120
120
|
* @return {String}
|
|
121
121
|
*/
|
|
@@ -221,23 +221,6 @@ var SocialGroup = /*#__PURE__*/function () {
|
|
|
221
221
|
/**
|
|
222
222
|
* @return {Number}
|
|
223
223
|
*/
|
|
224
|
-
}, {
|
|
225
|
-
key: "getMemberCountRecursive",
|
|
226
|
-
value: function getMemberCountRecursive() {
|
|
227
|
-
return this.memberCountRecursive;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
/**
|
|
231
|
-
* @param {Number} memberCountRecursive
|
|
232
|
-
*/
|
|
233
|
-
}, {
|
|
234
|
-
key: "setMemberCountRecursive",
|
|
235
|
-
value: function setMemberCountRecursive(memberCountRecursive) {
|
|
236
|
-
this['memberCountRecursive'] = memberCountRecursive;
|
|
237
|
-
}
|
|
238
|
-
/**
|
|
239
|
-
* @return {Number}
|
|
240
|
-
*/
|
|
241
224
|
}, {
|
|
242
225
|
key: "getVisibility",
|
|
243
226
|
value: function getVisibility() {
|
|
@@ -272,6 +255,23 @@ var SocialGroup = /*#__PURE__*/function () {
|
|
|
272
255
|
/**
|
|
273
256
|
* @return {Number}
|
|
274
257
|
*/
|
|
258
|
+
}, {
|
|
259
|
+
key: "getMemberCountRecursive",
|
|
260
|
+
value: function getMemberCountRecursive() {
|
|
261
|
+
return this.memberCountRecursive;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* @param {Number} memberCountRecursive
|
|
266
|
+
*/
|
|
267
|
+
}, {
|
|
268
|
+
key: "setMemberCountRecursive",
|
|
269
|
+
value: function setMemberCountRecursive(memberCountRecursive) {
|
|
270
|
+
this['memberCountRecursive'] = memberCountRecursive;
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* @return {Number}
|
|
274
|
+
*/
|
|
275
275
|
}, {
|
|
276
276
|
key: "getAdminCount",
|
|
277
277
|
value: function getAdminCount() {
|
|
@@ -370,6 +370,9 @@ var SocialGroup = /*#__PURE__*/function () {
|
|
|
370
370
|
value: function constructFromObject(data, obj) {
|
|
371
371
|
if (data) {
|
|
372
372
|
obj = obj || new SocialGroup();
|
|
373
|
+
if (data.hasOwnProperty('joinStatus')) {
|
|
374
|
+
obj['joinStatus'] = _ApiClient["default"].convertToType(data['joinStatus'], 'String');
|
|
375
|
+
}
|
|
373
376
|
if (data.hasOwnProperty('creator')) {
|
|
374
377
|
obj['creator'] = _User["default"].constructFromObject(data['creator']);
|
|
375
378
|
}
|
|
@@ -379,9 +382,6 @@ var SocialGroup = /*#__PURE__*/function () {
|
|
|
379
382
|
if (data.hasOwnProperty('groupType')) {
|
|
380
383
|
obj['groupType'] = _SocialGroupType["default"].constructFromObject(data['groupType']);
|
|
381
384
|
}
|
|
382
|
-
if (data.hasOwnProperty('joinStatus')) {
|
|
383
|
-
obj['joinStatus'] = _ApiClient["default"].convertToType(data['joinStatus'], 'String');
|
|
384
|
-
}
|
|
385
385
|
if (data.hasOwnProperty('name')) {
|
|
386
386
|
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
387
387
|
}
|
|
@@ -400,15 +400,15 @@ var SocialGroup = /*#__PURE__*/function () {
|
|
|
400
400
|
if (data.hasOwnProperty('alias')) {
|
|
401
401
|
obj['alias'] = _ApiClient["default"].convertToType(data['alias'], 'String');
|
|
402
402
|
}
|
|
403
|
-
if (data.hasOwnProperty('memberCountRecursive')) {
|
|
404
|
-
obj['memberCountRecursive'] = _ApiClient["default"].convertToType(data['memberCountRecursive'], 'Number');
|
|
405
|
-
}
|
|
406
403
|
if (data.hasOwnProperty('visibility')) {
|
|
407
404
|
obj['visibility'] = _ApiClient["default"].convertToType(data['visibility'], 'Number');
|
|
408
405
|
}
|
|
409
406
|
if (data.hasOwnProperty('memberCount')) {
|
|
410
407
|
obj['memberCount'] = _ApiClient["default"].convertToType(data['memberCount'], 'Number');
|
|
411
408
|
}
|
|
409
|
+
if (data.hasOwnProperty('memberCountRecursive')) {
|
|
410
|
+
obj['memberCountRecursive'] = _ApiClient["default"].convertToType(data['memberCountRecursive'], 'Number');
|
|
411
|
+
}
|
|
412
412
|
if (data.hasOwnProperty('adminCount')) {
|
|
413
413
|
obj['adminCount'] = _ApiClient["default"].convertToType(data['adminCount'], 'Number');
|
|
414
414
|
}
|
|
@@ -436,6 +436,10 @@ var SocialGroup = /*#__PURE__*/function () {
|
|
|
436
436
|
}, {
|
|
437
437
|
key: "validateJSON",
|
|
438
438
|
value: function validateJSON(data) {
|
|
439
|
+
// ensure the json data is a string
|
|
440
|
+
if (data['joinStatus'] && !(typeof data['joinStatus'] === 'string' || data['joinStatus'] instanceof String)) {
|
|
441
|
+
throw new Error("Expected the field `joinStatus` to be a primitive type in the JSON string but got " + data['joinStatus']);
|
|
442
|
+
}
|
|
439
443
|
// validate the optional field `creator`
|
|
440
444
|
if (data['creator']) {
|
|
441
445
|
// data not null
|
|
@@ -452,10 +456,6 @@ var SocialGroup = /*#__PURE__*/function () {
|
|
|
452
456
|
_SocialGroupType["default"].validateJSON(data['groupType']);
|
|
453
457
|
}
|
|
454
458
|
// ensure the json data is a string
|
|
455
|
-
if (data['joinStatus'] && !(typeof data['joinStatus'] === 'string' || data['joinStatus'] instanceof String)) {
|
|
456
|
-
throw new Error("Expected the field `joinStatus` to be a primitive type in the JSON string but got " + data['joinStatus']);
|
|
457
|
-
}
|
|
458
|
-
// ensure the json data is a string
|
|
459
459
|
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
460
460
|
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
461
461
|
}
|
|
@@ -477,6 +477,11 @@ var SocialGroup = /*#__PURE__*/function () {
|
|
|
477
477
|
}]);
|
|
478
478
|
return SocialGroup;
|
|
479
479
|
}();
|
|
480
|
+
/**
|
|
481
|
+
* @member {module:model/SocialGroup.JoinStatusEnum} joinStatus
|
|
482
|
+
*/
|
|
483
|
+
SocialGroup.prototype['joinStatus'] = undefined;
|
|
484
|
+
|
|
480
485
|
/**
|
|
481
486
|
* @member {module:model/User} creator
|
|
482
487
|
*/
|
|
@@ -492,11 +497,6 @@ SocialGroup.prototype['mainPhoto'] = undefined;
|
|
|
492
497
|
*/
|
|
493
498
|
SocialGroup.prototype['groupType'] = undefined;
|
|
494
499
|
|
|
495
|
-
/**
|
|
496
|
-
* @member {module:model/SocialGroup.JoinStatusEnum} joinStatus
|
|
497
|
-
*/
|
|
498
|
-
SocialGroup.prototype['joinStatus'] = undefined;
|
|
499
|
-
|
|
500
500
|
/**
|
|
501
501
|
* @member {String} name
|
|
502
502
|
*/
|
|
@@ -527,11 +527,6 @@ SocialGroup.prototype['creationDate'] = undefined;
|
|
|
527
527
|
*/
|
|
528
528
|
SocialGroup.prototype['alias'] = undefined;
|
|
529
529
|
|
|
530
|
-
/**
|
|
531
|
-
* @member {Number} memberCountRecursive
|
|
532
|
-
*/
|
|
533
|
-
SocialGroup.prototype['memberCountRecursive'] = undefined;
|
|
534
|
-
|
|
535
530
|
/**
|
|
536
531
|
* @member {Number} visibility
|
|
537
532
|
*/
|
|
@@ -542,6 +537,11 @@ SocialGroup.prototype['visibility'] = undefined;
|
|
|
542
537
|
*/
|
|
543
538
|
SocialGroup.prototype['memberCount'] = undefined;
|
|
544
539
|
|
|
540
|
+
/**
|
|
541
|
+
* @member {Number} memberCountRecursive
|
|
542
|
+
*/
|
|
543
|
+
SocialGroup.prototype['memberCountRecursive'] = undefined;
|
|
544
|
+
|
|
545
545
|
/**
|
|
546
546
|
* @member {Number} adminCount
|
|
547
547
|
*/
|
|
@@ -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.78
|
|
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 SocialGroupType model module.
|
|
29
29
|
* @module model/SocialGroupType
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.78
|
|
31
31
|
*/
|
|
32
32
|
var SocialGroupType = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/model/Sort.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.78
|
|
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 Sort model module.
|
|
28
28
|
* @module model/Sort
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.78
|
|
30
30
|
*/
|
|
31
31
|
var Sort = /*#__PURE__*/function () {
|
|
32
32
|
/**
|