@gobodo/gobodo-api 0.1.52 → 0.1.56
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 +43 -3
- 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/EmailsApi.js +282 -0
- 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 +384 -10
- 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/NotificationsApi.js +735 -0
- package/dist/api/PagesApi.js +2 -2
- package/dist/api/PhoneNumbersApi.js +322 -0
- 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 +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 +163 -0
- 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 +112 -7
- package/dist/model/APIClient.js +9 -9
- 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 -32
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/Article.js +2 -2
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +20 -20
- 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 +14 -14
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateFunctionInput.js +169 -0
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.js +139 -0
- package/dist/model/CreateTopicListenerInput.js +125 -0
- 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/DeviceRegistrationRequest.js +200 -0
- package/dist/model/Document.js +2 -2
- package/dist/model/DocumentPart.js +21 -21
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +26 -26
- package/dist/model/EmailAddress.js +142 -0
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +13 -13
- package/dist/model/File.js +9 -9
- package/dist/model/FileAttachmentUploadObject.js +9 -9
- 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 +316 -0
- package/dist/model/FunctionEnvironmentConfig.js +169 -0
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/GetFunctionResponse.js +195 -0
- package/dist/model/Graph.js +31 -31
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +27 -27
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +27 -27
- package/dist/model/GraphObjectType.js +18 -18
- package/dist/model/GraphObjectTypeSchema.js +18 -18
- 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 +2 -2
- package/dist/model/GraphSchema.js +18 -18
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +23 -23
- package/dist/model/ImageUploadObject.js +23 -23
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartHeaders.js +88 -0
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +24 -24
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +34 -34
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +14 -14
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +9 -9
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Notification.js +210 -0
- package/dist/model/NotificationInput.js +187 -0
- package/dist/model/Objecttype.js +17 -17
- 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 +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +9 -9
- 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 +11 -11
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/PhoneNumber.js +178 -0
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +36 -36
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +9 -9
- package/dist/model/PurgeDataDefaultResponse.js +144 -0
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +27 -27
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +13 -13
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +16 -16
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +22 -22
- package/dist/model/TemplateSchema.js +22 -22
- package/dist/model/ThemeMapping.js +10 -10
- package/dist/model/ThemeMappingPayload.js +9 -9
- package/dist/model/TopicInfoResponse.js +102 -0
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +13 -13
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +13 -13
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +14 -14
- package/dist/model/UserDataPayload.js +14 -14
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +13 -13
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +14 -14
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +34 -34
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +42 -42
- package/dist/model/VideoUploadObject.js +34 -34
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -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.56
|
|
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 GraphObjectSchema model module.
|
|
30
30
|
* @module model/GraphObjectSchema
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.56
|
|
32
32
|
*/
|
|
33
33
|
var GraphObjectSchema = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -79,6 +79,15 @@ var GraphObjectSchema = /*#__PURE__*/function () {
|
|
|
79
79
|
if (data.hasOwnProperty('label')) {
|
|
80
80
|
obj['label'] = _ApiClient["default"].convertToType(data['label'], 'String');
|
|
81
81
|
}
|
|
82
|
+
if (data.hasOwnProperty('searchable')) {
|
|
83
|
+
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
84
|
+
}
|
|
85
|
+
if (data.hasOwnProperty('creationdate')) {
|
|
86
|
+
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
87
|
+
}
|
|
88
|
+
if (data.hasOwnProperty('modificationdate')) {
|
|
89
|
+
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
90
|
+
}
|
|
82
91
|
if (data.hasOwnProperty('tags')) {
|
|
83
92
|
obj['tags'] = _ApiClient["default"].convertToType(data['tags'], Object);
|
|
84
93
|
}
|
|
@@ -88,15 +97,6 @@ var GraphObjectSchema = /*#__PURE__*/function () {
|
|
|
88
97
|
if (data.hasOwnProperty('relationships')) {
|
|
89
98
|
obj['relationships'] = _ApiClient["default"].convertToType(data['relationships'], 'String');
|
|
90
99
|
}
|
|
91
|
-
if (data.hasOwnProperty('creationdate')) {
|
|
92
|
-
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
93
|
-
}
|
|
94
|
-
if (data.hasOwnProperty('modificationdate')) {
|
|
95
|
-
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
96
|
-
}
|
|
97
|
-
if (data.hasOwnProperty('searchable')) {
|
|
98
|
-
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
99
|
-
}
|
|
100
100
|
if (data.hasOwnProperty('key')) {
|
|
101
101
|
obj['key'] = _ApiClient["default"].convertToType(data['key'], 'String');
|
|
102
102
|
}
|
|
@@ -195,21 +195,9 @@ GraphObjectSchema.prototype['actions_performed'] = undefined;
|
|
|
195
195
|
GraphObjectSchema.prototype['label'] = undefined;
|
|
196
196
|
|
|
197
197
|
/**
|
|
198
|
-
* @member {
|
|
199
|
-
*/
|
|
200
|
-
GraphObjectSchema.prototype['tags'] = undefined;
|
|
201
|
-
|
|
202
|
-
/**
|
|
203
|
-
* Graphs this object is apart of
|
|
204
|
-
* @member {String} graphs
|
|
205
|
-
*/
|
|
206
|
-
GraphObjectSchema.prototype['graphs'] = undefined;
|
|
207
|
-
|
|
208
|
-
/**
|
|
209
|
-
* Relationships on this object
|
|
210
|
-
* @member {String} relationships
|
|
198
|
+
* @member {Boolean} searchable
|
|
211
199
|
*/
|
|
212
|
-
GraphObjectSchema.prototype['
|
|
200
|
+
GraphObjectSchema.prototype['searchable'] = undefined;
|
|
213
201
|
|
|
214
202
|
/**
|
|
215
203
|
* Creation Date
|
|
@@ -224,9 +212,21 @@ GraphObjectSchema.prototype['creationdate'] = undefined;
|
|
|
224
212
|
GraphObjectSchema.prototype['modificationdate'] = undefined;
|
|
225
213
|
|
|
226
214
|
/**
|
|
227
|
-
* @member {
|
|
215
|
+
* @member {Object} tags
|
|
228
216
|
*/
|
|
229
|
-
GraphObjectSchema.prototype['
|
|
217
|
+
GraphObjectSchema.prototype['tags'] = undefined;
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* Graphs this object is apart of
|
|
221
|
+
* @member {String} graphs
|
|
222
|
+
*/
|
|
223
|
+
GraphObjectSchema.prototype['graphs'] = undefined;
|
|
224
|
+
|
|
225
|
+
/**
|
|
226
|
+
* Relationships on this object
|
|
227
|
+
* @member {String} relationships
|
|
228
|
+
*/
|
|
229
|
+
GraphObjectSchema.prototype['relationships'] = undefined;
|
|
230
230
|
|
|
231
231
|
/**
|
|
232
232
|
* The unique key of this entity
|
|
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.56
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
29
29
|
/**
|
|
30
30
|
* The GraphObjectType model module.
|
|
31
31
|
* @module model/GraphObjectType
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.56
|
|
33
33
|
*/
|
|
34
34
|
var GraphObjectType = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -71,15 +71,15 @@ var GraphObjectType = /*#__PURE__*/function () {
|
|
|
71
71
|
if (data.hasOwnProperty('abstract')) {
|
|
72
72
|
obj['abstract'] = _ApiClient["default"].convertToType(data['abstract'], 'Boolean');
|
|
73
73
|
}
|
|
74
|
+
if (data.hasOwnProperty('searchable')) {
|
|
75
|
+
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
76
|
+
}
|
|
74
77
|
if (data.hasOwnProperty('template')) {
|
|
75
78
|
obj['template'] = _TemplateSchema["default"].constructFromObject(data['template']);
|
|
76
79
|
}
|
|
77
80
|
if (data.hasOwnProperty('hiddenFromCreationScreen')) {
|
|
78
81
|
obj['hiddenFromCreationScreen'] = _ApiClient["default"].convertToType(data['hiddenFromCreationScreen'], 'Boolean');
|
|
79
82
|
}
|
|
80
|
-
if (data.hasOwnProperty('searchable')) {
|
|
81
|
-
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
82
|
-
}
|
|
83
83
|
if (data.hasOwnProperty('creatorrequiredtobepage')) {
|
|
84
84
|
obj['creatorrequiredtobepage'] = _ApiClient["default"].convertToType(data['creatorrequiredtobepage'], 'Boolean');
|
|
85
85
|
}
|
|
@@ -92,15 +92,15 @@ var GraphObjectType = /*#__PURE__*/function () {
|
|
|
92
92
|
if (data.hasOwnProperty('description')) {
|
|
93
93
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
94
94
|
}
|
|
95
|
+
if (data.hasOwnProperty('actionTypes')) {
|
|
96
|
+
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
97
|
+
}
|
|
95
98
|
if (data.hasOwnProperty('creator')) {
|
|
96
99
|
obj['creator'] = _Member["default"].constructFromObject(data['creator']);
|
|
97
100
|
}
|
|
98
101
|
if (data.hasOwnProperty('modificationdate')) {
|
|
99
102
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
100
103
|
}
|
|
101
|
-
if (data.hasOwnProperty('actionTypes')) {
|
|
102
|
-
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
103
|
-
}
|
|
104
104
|
if (data.hasOwnProperty('singularname')) {
|
|
105
105
|
obj['singularname'] = _ApiClient["default"].convertToType(data['singularname'], 'String');
|
|
106
106
|
}
|
|
@@ -189,6 +189,11 @@ GraphObjectType.prototype['parent'] = undefined;
|
|
|
189
189
|
*/
|
|
190
190
|
GraphObjectType.prototype['abstract'] = undefined;
|
|
191
191
|
|
|
192
|
+
/**
|
|
193
|
+
* @member {Boolean} searchable
|
|
194
|
+
*/
|
|
195
|
+
GraphObjectType.prototype['searchable'] = undefined;
|
|
196
|
+
|
|
192
197
|
/**
|
|
193
198
|
* @member {module:model/TemplateSchema} template
|
|
194
199
|
*/
|
|
@@ -199,11 +204,6 @@ GraphObjectType.prototype['template'] = undefined;
|
|
|
199
204
|
*/
|
|
200
205
|
GraphObjectType.prototype['hiddenFromCreationScreen'] = undefined;
|
|
201
206
|
|
|
202
|
-
/**
|
|
203
|
-
* @member {Boolean} searchable
|
|
204
|
-
*/
|
|
205
|
-
GraphObjectType.prototype['searchable'] = undefined;
|
|
206
|
-
|
|
207
207
|
/**
|
|
208
208
|
* Determines whether the user that's creating an instance of this type is required to be an Organization Page
|
|
209
209
|
* @member {Boolean} creatorrequiredtobepage
|
|
@@ -225,6 +225,11 @@ GraphObjectType.prototype['workflows'] = undefined;
|
|
|
225
225
|
*/
|
|
226
226
|
GraphObjectType.prototype['description'] = undefined;
|
|
227
227
|
|
|
228
|
+
/**
|
|
229
|
+
* @member {Object} actionTypes
|
|
230
|
+
*/
|
|
231
|
+
GraphObjectType.prototype['actionTypes'] = undefined;
|
|
232
|
+
|
|
228
233
|
/**
|
|
229
234
|
* @member {module:model/Member} creator
|
|
230
235
|
*/
|
|
@@ -236,11 +241,6 @@ GraphObjectType.prototype['creator'] = undefined;
|
|
|
236
241
|
*/
|
|
237
242
|
GraphObjectType.prototype['modificationdate'] = undefined;
|
|
238
243
|
|
|
239
|
-
/**
|
|
240
|
-
* @member {Object} actionTypes
|
|
241
|
-
*/
|
|
242
|
-
GraphObjectType.prototype['actionTypes'] = undefined;
|
|
243
|
-
|
|
244
244
|
/**
|
|
245
245
|
* @member {String} singularname
|
|
246
246
|
*/
|
|
@@ -21,7 +21,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.56
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
32
32
|
/**
|
|
33
33
|
* The GraphObjectTypeSchema model module.
|
|
34
34
|
* @module model/GraphObjectTypeSchema
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.56
|
|
36
36
|
*/
|
|
37
37
|
var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -71,15 +71,15 @@ var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
|
71
71
|
if (data.hasOwnProperty('abstract')) {
|
|
72
72
|
obj['abstract'] = _ApiClient["default"].convertToType(data['abstract'], 'Boolean');
|
|
73
73
|
}
|
|
74
|
+
if (data.hasOwnProperty('searchable')) {
|
|
75
|
+
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
76
|
+
}
|
|
74
77
|
if (data.hasOwnProperty('template')) {
|
|
75
78
|
obj['template'] = _TemplateSchema["default"].constructFromObject(data['template']);
|
|
76
79
|
}
|
|
77
80
|
if (data.hasOwnProperty('hiddenFromCreationScreen')) {
|
|
78
81
|
obj['hiddenFromCreationScreen'] = _ApiClient["default"].convertToType(data['hiddenFromCreationScreen'], 'Boolean');
|
|
79
82
|
}
|
|
80
|
-
if (data.hasOwnProperty('searchable')) {
|
|
81
|
-
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
82
|
-
}
|
|
83
83
|
if (data.hasOwnProperty('creatorrequiredtobepage')) {
|
|
84
84
|
obj['creatorrequiredtobepage'] = _ApiClient["default"].convertToType(data['creatorrequiredtobepage'], 'Boolean');
|
|
85
85
|
}
|
|
@@ -92,15 +92,15 @@ var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
|
92
92
|
if (data.hasOwnProperty('description')) {
|
|
93
93
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
94
94
|
}
|
|
95
|
+
if (data.hasOwnProperty('actionTypes')) {
|
|
96
|
+
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
97
|
+
}
|
|
95
98
|
if (data.hasOwnProperty('creator')) {
|
|
96
99
|
obj['creator'] = _Member["default"].constructFromObject(data['creator']);
|
|
97
100
|
}
|
|
98
101
|
if (data.hasOwnProperty('modificationdate')) {
|
|
99
102
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
100
103
|
}
|
|
101
|
-
if (data.hasOwnProperty('actionTypes')) {
|
|
102
|
-
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
103
|
-
}
|
|
104
104
|
if (data.hasOwnProperty('singularname')) {
|
|
105
105
|
obj['singularname'] = _ApiClient["default"].convertToType(data['singularname'], 'String');
|
|
106
106
|
}
|
|
@@ -203,6 +203,11 @@ GraphObjectTypeSchema.prototype['name'] = undefined;
|
|
|
203
203
|
*/
|
|
204
204
|
GraphObjectTypeSchema.prototype['abstract'] = undefined;
|
|
205
205
|
|
|
206
|
+
/**
|
|
207
|
+
* @member {Boolean} searchable
|
|
208
|
+
*/
|
|
209
|
+
GraphObjectTypeSchema.prototype['searchable'] = undefined;
|
|
210
|
+
|
|
206
211
|
/**
|
|
207
212
|
* @member {module:model/TemplateSchema} template
|
|
208
213
|
*/
|
|
@@ -213,11 +218,6 @@ GraphObjectTypeSchema.prototype['template'] = undefined;
|
|
|
213
218
|
*/
|
|
214
219
|
GraphObjectTypeSchema.prototype['hiddenFromCreationScreen'] = undefined;
|
|
215
220
|
|
|
216
|
-
/**
|
|
217
|
-
* @member {Boolean} searchable
|
|
218
|
-
*/
|
|
219
|
-
GraphObjectTypeSchema.prototype['searchable'] = undefined;
|
|
220
|
-
|
|
221
221
|
/**
|
|
222
222
|
* Determines whether the user that's creating an instance of this type is required to be an Organization Page
|
|
223
223
|
* @member {Boolean} creatorrequiredtobepage
|
|
@@ -239,6 +239,11 @@ GraphObjectTypeSchema.prototype['workflows'] = undefined;
|
|
|
239
239
|
*/
|
|
240
240
|
GraphObjectTypeSchema.prototype['description'] = undefined;
|
|
241
241
|
|
|
242
|
+
/**
|
|
243
|
+
* @member {Object} actionTypes
|
|
244
|
+
*/
|
|
245
|
+
GraphObjectTypeSchema.prototype['actionTypes'] = undefined;
|
|
246
|
+
|
|
242
247
|
/**
|
|
243
248
|
* @member {module:model/Member} creator
|
|
244
249
|
*/
|
|
@@ -250,11 +255,6 @@ GraphObjectTypeSchema.prototype['creator'] = undefined;
|
|
|
250
255
|
*/
|
|
251
256
|
GraphObjectTypeSchema.prototype['modificationdate'] = undefined;
|
|
252
257
|
|
|
253
|
-
/**
|
|
254
|
-
* @member {Object} actionTypes
|
|
255
|
-
*/
|
|
256
|
-
GraphObjectTypeSchema.prototype['actionTypes'] = undefined;
|
|
257
|
-
|
|
258
258
|
/**
|
|
259
259
|
* @member {String} singularname
|
|
260
260
|
*/
|
package/dist/model/GraphOwner.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.56
|
|
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 GraphOwner model module.
|
|
28
28
|
* @module model/GraphOwner
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.56
|
|
30
30
|
*/
|
|
31
31
|
var GraphOwner = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -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.56
|
|
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 GraphRelationship model module.
|
|
28
28
|
* @module model/GraphRelationship
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.56
|
|
30
30
|
*/
|
|
31
31
|
var GraphRelationship = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -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.56
|
|
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 GraphRelationshipPayload model module.
|
|
28
28
|
* @module model/GraphRelationshipPayload
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.56
|
|
30
30
|
*/
|
|
31
31
|
var GraphRelationshipPayload = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -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.56
|
|
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 GraphRelationshipType model module.
|
|
30
30
|
* @module model/GraphRelationshipType
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.56
|
|
32
32
|
*/
|
|
33
33
|
var GraphRelationshipType = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.56
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
29
29
|
/**
|
|
30
30
|
* The GraphSchema model module.
|
|
31
31
|
* @module model/GraphSchema
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.56
|
|
33
33
|
*/
|
|
34
34
|
var GraphSchema = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -74,9 +74,6 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
74
74
|
if (data.hasOwnProperty('description')) {
|
|
75
75
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
76
76
|
}
|
|
77
|
-
if (data.hasOwnProperty('creator')) {
|
|
78
|
-
obj['creator'] = _User["default"].constructFromObject(data['creator']);
|
|
79
|
-
}
|
|
80
77
|
if (data.hasOwnProperty('objectTypes')) {
|
|
81
78
|
obj['objectTypes'] = _ApiClient["default"].convertToType(data['objectTypes'], Object);
|
|
82
79
|
}
|
|
@@ -86,12 +83,18 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
86
83
|
if (data.hasOwnProperty('actionTypes')) {
|
|
87
84
|
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
88
85
|
}
|
|
86
|
+
if (data.hasOwnProperty('creator')) {
|
|
87
|
+
obj['creator'] = _User["default"].constructFromObject(data['creator']);
|
|
88
|
+
}
|
|
89
89
|
if (data.hasOwnProperty('template')) {
|
|
90
90
|
obj['template'] = _Template["default"].constructFromObject(data['template']);
|
|
91
91
|
}
|
|
92
92
|
if (data.hasOwnProperty('administrators')) {
|
|
93
93
|
obj['administrators'] = _ApiClient["default"].convertToType(data['administrators'], Object);
|
|
94
94
|
}
|
|
95
|
+
if (data.hasOwnProperty('objectTypeDefinitions')) {
|
|
96
|
+
obj['objectTypeDefinitions'] = _ApiClient["default"].convertToType(data['objectTypeDefinitions'], Object);
|
|
97
|
+
}
|
|
95
98
|
if (data.hasOwnProperty('pastVersions')) {
|
|
96
99
|
obj['pastVersions'] = _ApiClient["default"].convertToType(data['pastVersions'], Object);
|
|
97
100
|
}
|
|
@@ -104,9 +107,6 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
104
107
|
if (data.hasOwnProperty('schemaConfig')) {
|
|
105
108
|
obj['schemaConfig'] = _ApiClient["default"].convertToType(data['schemaConfig'], Object);
|
|
106
109
|
}
|
|
107
|
-
if (data.hasOwnProperty('objectTypeDefinitions')) {
|
|
108
|
-
obj['objectTypeDefinitions'] = _ApiClient["default"].convertToType(data['objectTypeDefinitions'], Object);
|
|
109
|
-
}
|
|
110
110
|
if (data.hasOwnProperty('schemaLocked')) {
|
|
111
111
|
obj['schemaLocked'] = _ApiClient["default"].convertToType(data['schemaLocked'], 'Boolean');
|
|
112
112
|
}
|
|
@@ -195,11 +195,6 @@ GraphSchema.prototype['parent'] = undefined;
|
|
|
195
195
|
*/
|
|
196
196
|
GraphSchema.prototype['description'] = undefined;
|
|
197
197
|
|
|
198
|
-
/**
|
|
199
|
-
* @member {module:model/User} creator
|
|
200
|
-
*/
|
|
201
|
-
GraphSchema.prototype['creator'] = undefined;
|
|
202
|
-
|
|
203
198
|
/**
|
|
204
199
|
* @member {Object} objectTypes
|
|
205
200
|
*/
|
|
@@ -215,6 +210,11 @@ GraphSchema.prototype['relationshipTypes'] = undefined;
|
|
|
215
210
|
*/
|
|
216
211
|
GraphSchema.prototype['actionTypes'] = undefined;
|
|
217
212
|
|
|
213
|
+
/**
|
|
214
|
+
* @member {module:model/User} creator
|
|
215
|
+
*/
|
|
216
|
+
GraphSchema.prototype['creator'] = undefined;
|
|
217
|
+
|
|
218
218
|
/**
|
|
219
219
|
* @member {module:model/Template} template
|
|
220
220
|
*/
|
|
@@ -225,6 +225,11 @@ GraphSchema.prototype['template'] = undefined;
|
|
|
225
225
|
*/
|
|
226
226
|
GraphSchema.prototype['administrators'] = undefined;
|
|
227
227
|
|
|
228
|
+
/**
|
|
229
|
+
* @member {Object} objectTypeDefinitions
|
|
230
|
+
*/
|
|
231
|
+
GraphSchema.prototype['objectTypeDefinitions'] = undefined;
|
|
232
|
+
|
|
228
233
|
/**
|
|
229
234
|
* @member {Object} pastVersions
|
|
230
235
|
*/
|
|
@@ -245,11 +250,6 @@ GraphSchema.prototype['allVersions'] = undefined;
|
|
|
245
250
|
*/
|
|
246
251
|
GraphSchema.prototype['schemaConfig'] = undefined;
|
|
247
252
|
|
|
248
|
-
/**
|
|
249
|
-
* @member {Object} objectTypeDefinitions
|
|
250
|
-
*/
|
|
251
|
-
GraphSchema.prototype['objectTypeDefinitions'] = undefined;
|
|
252
|
-
|
|
253
253
|
/**
|
|
254
254
|
* @member {Boolean} schemaLocked
|
|
255
255
|
*/
|
|
@@ -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.56
|
|
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 GraphTraversalInput model module.
|
|
29
29
|
* @module model/GraphTraversalInput
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.56
|
|
31
31
|
*/
|
|
32
32
|
var GraphTraversalInput = /*#__PURE__*/function () {
|
|
33
33
|
/**
|