@gobodo/gobodo-api 0.1.6 → 0.1.7
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 +2 -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 +3 -3
- package/dist/api/GraphRelationshipsApi.js +3 -3
- 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 +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/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/model/APIClient.js +19 -19
- package/dist/model/Article.js +41 -41
- package/dist/model/Authorization.js +2 -2
- package/dist/model/Comment.js +21 -21
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateCustomerResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +23 -23
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +41 -41
- package/dist/model/DocumentPart.js +47 -47
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +18 -18
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +18 -18
- package/dist/model/File.js +18 -18
- package/dist/model/FileAttachmentUploadObject.js +18 -18
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +13 -13
- 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 +32 -31
- package/dist/model/GraphAction.js +3 -2
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.js +3 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +2 -2
- package/dist/model/GraphObject.js +16 -15
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +25 -24
- package/dist/model/GraphObjectType.js +11 -10
- package/dist/model/GraphObjectTypeSchema.js +11 -10
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelation.js +3 -2
- package/dist/model/GraphRelationObjectObject.js +3 -2
- package/dist/model/GraphRelationship.js +3 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +23 -22
- package/dist/model/GraphSchema.js +11 -10
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +22 -22
- package/dist/model/ImageUploadObject.js +22 -22
- package/dist/model/InputPart.js +12 -12
- 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 +25 -25
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +13 -13
- 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 +11 -10
- package/dist/model/Page.js +9 -9
- package/dist/model/PageSchema.js +23 -23
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/Post.js +10 -10
- package/dist/model/PrivateMessage.js +21 -21
- package/dist/model/PrivateMessageConversation.js +56 -56
- 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/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +28 -27
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +18 -18
- package/dist/model/SocialGroup.js +16 -16
- package/dist/model/SocialGroupType.js +9 -9
- package/dist/model/Sort.js +2 -2
- package/dist/model/StatusUpdate.js +10 -10
- 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/User.js +13 -13
- package/dist/model/UserDataPayload.js +13 -13
- 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 +13 -13
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Video.js +30 -30
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.js +38 -38
- package/dist/model/VideoUploadObject.js +30 -30
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +2 -2
|
@@ -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.7
|
|
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 GraphObject model module.
|
|
29
29
|
* @module model/GraphObject
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.7
|
|
31
31
|
*/
|
|
32
32
|
var GraphObject = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -69,12 +69,12 @@ var GraphObject = /*#__PURE__*/function () {
|
|
|
69
69
|
if (data.hasOwnProperty('label')) {
|
|
70
70
|
obj['label'] = _ApiClient["default"].convertToType(data['label'], 'String');
|
|
71
71
|
}
|
|
72
|
-
if (data.hasOwnProperty('relationships')) {
|
|
73
|
-
obj['relationships'] = _ApiClient["default"].convertToType(data['relationships'], 'String');
|
|
74
|
-
}
|
|
75
72
|
if (data.hasOwnProperty('graphs')) {
|
|
76
73
|
obj['graphs'] = _ApiClient["default"].convertToType(data['graphs'], 'String');
|
|
77
74
|
}
|
|
75
|
+
if (data.hasOwnProperty('relationships')) {
|
|
76
|
+
obj['relationships'] = _ApiClient["default"].convertToType(data['relationships'], 'String');
|
|
77
|
+
}
|
|
78
78
|
if (data.hasOwnProperty('creationdate')) {
|
|
79
79
|
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
80
80
|
}
|
|
@@ -125,14 +125,14 @@ var GraphObject = /*#__PURE__*/function () {
|
|
|
125
125
|
throw new Error("Expected the field `label` to be a primitive type in the JSON string but got " + data['label']);
|
|
126
126
|
}
|
|
127
127
|
// ensure the json data is a string
|
|
128
|
-
if (data['relationships'] && !(typeof data['relationships'] === 'string' || data['relationships'] instanceof String)) {
|
|
129
|
-
throw new Error("Expected the field `relationships` to be a primitive type in the JSON string but got " + data['relationships']);
|
|
130
|
-
}
|
|
131
|
-
// ensure the json data is a string
|
|
132
128
|
if (data['graphs'] && !(typeof data['graphs'] === 'string' || data['graphs'] instanceof String)) {
|
|
133
129
|
throw new Error("Expected the field `graphs` to be a primitive type in the JSON string but got " + data['graphs']);
|
|
134
130
|
}
|
|
135
131
|
// ensure the json data is a string
|
|
132
|
+
if (data['relationships'] && !(typeof data['relationships'] === 'string' || data['relationships'] instanceof String)) {
|
|
133
|
+
throw new Error("Expected the field `relationships` to be a primitive type in the JSON string but got " + data['relationships']);
|
|
134
|
+
}
|
|
135
|
+
// ensure the json data is a string
|
|
136
136
|
if (data['key'] && !(typeof data['key'] === 'string' || data['key'] instanceof String)) {
|
|
137
137
|
throw new Error("Expected the field `key` to be a primitive type in the JSON string but got " + data['key']);
|
|
138
138
|
}
|
|
@@ -158,18 +158,18 @@ GraphObject.prototype['objecttype'] = undefined;
|
|
|
158
158
|
*/
|
|
159
159
|
GraphObject.prototype['label'] = undefined;
|
|
160
160
|
|
|
161
|
-
/**
|
|
162
|
-
* Relationships on this object
|
|
163
|
-
* @member {String} relationships
|
|
164
|
-
*/
|
|
165
|
-
GraphObject.prototype['relationships'] = undefined;
|
|
166
|
-
|
|
167
161
|
/**
|
|
168
162
|
* Graphs this object is apart of
|
|
169
163
|
* @member {String} graphs
|
|
170
164
|
*/
|
|
171
165
|
GraphObject.prototype['graphs'] = undefined;
|
|
172
166
|
|
|
167
|
+
/**
|
|
168
|
+
* Relationships on this object
|
|
169
|
+
* @member {String} relationships
|
|
170
|
+
*/
|
|
171
|
+
GraphObject.prototype['relationships'] = undefined;
|
|
172
|
+
|
|
173
173
|
/**
|
|
174
174
|
* Creation Date
|
|
175
175
|
* @member {Date} creationdate
|
|
@@ -193,6 +193,7 @@ GraphObject.prototype['tags'] = undefined;
|
|
|
193
193
|
GraphObject.prototype['searchable'] = undefined;
|
|
194
194
|
|
|
195
195
|
/**
|
|
196
|
+
* The unique key of this entity
|
|
196
197
|
* @member {String} key
|
|
197
198
|
*/
|
|
198
199
|
GraphObject.prototype['key'] = undefined;
|
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.7
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
30
30
|
/**
|
|
31
31
|
* The GraphObjectPayload model module.
|
|
32
32
|
* @module model/GraphObjectPayload
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.7
|
|
34
34
|
*/
|
|
35
35
|
var GraphObjectPayload = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -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.7
|
|
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.7
|
|
32
32
|
*/
|
|
33
33
|
var GraphObjectSchema = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -67,24 +67,24 @@ var GraphObjectSchema = /*#__PURE__*/function () {
|
|
|
67
67
|
if (data.hasOwnProperty('mainphoto')) {
|
|
68
68
|
obj['mainphoto'] = _Image["default"].constructFromObject(data['mainphoto']);
|
|
69
69
|
}
|
|
70
|
-
if (data.hasOwnProperty('objecttypekey')) {
|
|
71
|
-
obj['objecttypekey'] = _ApiClient["default"].convertToType(data['objecttypekey'], 'String');
|
|
72
|
-
}
|
|
73
70
|
if (data.hasOwnProperty('creatorpageid')) {
|
|
74
71
|
obj['creatorpageid'] = _ApiClient["default"].convertToType(data['creatorpageid'], 'Number');
|
|
75
72
|
}
|
|
73
|
+
if (data.hasOwnProperty('objecttypekey')) {
|
|
74
|
+
obj['objecttypekey'] = _ApiClient["default"].convertToType(data['objecttypekey'], 'String');
|
|
75
|
+
}
|
|
76
76
|
if (data.hasOwnProperty('actions_performed')) {
|
|
77
77
|
obj['actions_performed'] = _ApiClient["default"].convertToType(data['actions_performed'], 'String');
|
|
78
78
|
}
|
|
79
79
|
if (data.hasOwnProperty('label')) {
|
|
80
80
|
obj['label'] = _ApiClient["default"].convertToType(data['label'], 'String');
|
|
81
81
|
}
|
|
82
|
-
if (data.hasOwnProperty('relationships')) {
|
|
83
|
-
obj['relationships'] = _ApiClient["default"].convertToType(data['relationships'], 'String');
|
|
84
|
-
}
|
|
85
82
|
if (data.hasOwnProperty('graphs')) {
|
|
86
83
|
obj['graphs'] = _ApiClient["default"].convertToType(data['graphs'], 'String');
|
|
87
84
|
}
|
|
85
|
+
if (data.hasOwnProperty('relationships')) {
|
|
86
|
+
obj['relationships'] = _ApiClient["default"].convertToType(data['relationships'], 'String');
|
|
87
|
+
}
|
|
88
88
|
if (data.hasOwnProperty('creationdate')) {
|
|
89
89
|
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
90
90
|
}
|
|
@@ -144,14 +144,14 @@ var GraphObjectSchema = /*#__PURE__*/function () {
|
|
|
144
144
|
throw new Error("Expected the field `label` to be a primitive type in the JSON string but got " + data['label']);
|
|
145
145
|
}
|
|
146
146
|
// ensure the json data is a string
|
|
147
|
-
if (data['relationships'] && !(typeof data['relationships'] === 'string' || data['relationships'] instanceof String)) {
|
|
148
|
-
throw new Error("Expected the field `relationships` to be a primitive type in the JSON string but got " + data['relationships']);
|
|
149
|
-
}
|
|
150
|
-
// ensure the json data is a string
|
|
151
147
|
if (data['graphs'] && !(typeof data['graphs'] === 'string' || data['graphs'] instanceof String)) {
|
|
152
148
|
throw new Error("Expected the field `graphs` to be a primitive type in the JSON string but got " + data['graphs']);
|
|
153
149
|
}
|
|
154
150
|
// ensure the json data is a string
|
|
151
|
+
if (data['relationships'] && !(typeof data['relationships'] === 'string' || data['relationships'] instanceof String)) {
|
|
152
|
+
throw new Error("Expected the field `relationships` to be a primitive type in the JSON string but got " + data['relationships']);
|
|
153
|
+
}
|
|
154
|
+
// ensure the json data is a string
|
|
155
155
|
if (data['key'] && !(typeof data['key'] === 'string' || data['key'] instanceof String)) {
|
|
156
156
|
throw new Error("Expected the field `key` to be a primitive type in the JSON string but got " + data['key']);
|
|
157
157
|
}
|
|
@@ -170,18 +170,18 @@ GraphObjectSchema.prototype['objecttype'] = undefined;
|
|
|
170
170
|
*/
|
|
171
171
|
GraphObjectSchema.prototype['mainphoto'] = undefined;
|
|
172
172
|
|
|
173
|
-
/**
|
|
174
|
-
* The Object Type of this Object
|
|
175
|
-
* @member {String} objecttypekey
|
|
176
|
-
*/
|
|
177
|
-
GraphObjectSchema.prototype['objecttypekey'] = undefined;
|
|
178
|
-
|
|
179
173
|
/**
|
|
180
174
|
* The creator of this Object
|
|
181
175
|
* @member {Number} creatorpageid
|
|
182
176
|
*/
|
|
183
177
|
GraphObjectSchema.prototype['creatorpageid'] = undefined;
|
|
184
178
|
|
|
179
|
+
/**
|
|
180
|
+
* The Object Type of this Object
|
|
181
|
+
* @member {String} objecttypekey
|
|
182
|
+
*/
|
|
183
|
+
GraphObjectSchema.prototype['objecttypekey'] = undefined;
|
|
184
|
+
|
|
185
185
|
/**
|
|
186
186
|
* Actions performed on this object
|
|
187
187
|
* @member {String} actions_performed
|
|
@@ -194,18 +194,18 @@ GraphObjectSchema.prototype['actions_performed'] = undefined;
|
|
|
194
194
|
*/
|
|
195
195
|
GraphObjectSchema.prototype['label'] = undefined;
|
|
196
196
|
|
|
197
|
-
/**
|
|
198
|
-
* Relationships on this object
|
|
199
|
-
* @member {String} relationships
|
|
200
|
-
*/
|
|
201
|
-
GraphObjectSchema.prototype['relationships'] = undefined;
|
|
202
|
-
|
|
203
197
|
/**
|
|
204
198
|
* Graphs this object is apart of
|
|
205
199
|
* @member {String} graphs
|
|
206
200
|
*/
|
|
207
201
|
GraphObjectSchema.prototype['graphs'] = undefined;
|
|
208
202
|
|
|
203
|
+
/**
|
|
204
|
+
* Relationships on this object
|
|
205
|
+
* @member {String} relationships
|
|
206
|
+
*/
|
|
207
|
+
GraphObjectSchema.prototype['relationships'] = undefined;
|
|
208
|
+
|
|
209
209
|
/**
|
|
210
210
|
* Creation Date
|
|
211
211
|
* @member {Date} creationdate
|
|
@@ -229,6 +229,7 @@ GraphObjectSchema.prototype['tags'] = undefined;
|
|
|
229
229
|
GraphObjectSchema.prototype['searchable'] = undefined;
|
|
230
230
|
|
|
231
231
|
/**
|
|
232
|
+
* The unique key of this entity
|
|
232
233
|
* @member {String} key
|
|
233
234
|
*/
|
|
234
235
|
GraphObjectSchema.prototype['key'] = undefined;
|
|
@@ -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.7
|
|
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.7
|
|
33
33
|
*/
|
|
34
34
|
var GraphObjectType = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -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
|
-
}
|
|
98
95
|
if (data.hasOwnProperty('creator')) {
|
|
99
96
|
obj['creator'] = _Member["default"].constructFromObject(data['creator']);
|
|
100
97
|
}
|
|
101
98
|
if (data.hasOwnProperty('modificationdate')) {
|
|
102
99
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
103
100
|
}
|
|
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
|
}
|
|
@@ -225,11 +225,6 @@ 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
|
-
|
|
233
228
|
/**
|
|
234
229
|
* @member {module:model/Member} creator
|
|
235
230
|
*/
|
|
@@ -241,6 +236,11 @@ GraphObjectType.prototype['creator'] = undefined;
|
|
|
241
236
|
*/
|
|
242
237
|
GraphObjectType.prototype['modificationdate'] = undefined;
|
|
243
238
|
|
|
239
|
+
/**
|
|
240
|
+
* @member {Object} actionTypes
|
|
241
|
+
*/
|
|
242
|
+
GraphObjectType.prototype['actionTypes'] = undefined;
|
|
243
|
+
|
|
244
244
|
/**
|
|
245
245
|
* @member {String} singularname
|
|
246
246
|
*/
|
|
@@ -257,6 +257,7 @@ GraphObjectType.prototype['pluralname'] = undefined;
|
|
|
257
257
|
GraphObjectType.prototype['creatorId'] = undefined;
|
|
258
258
|
|
|
259
259
|
/**
|
|
260
|
+
* The unique key of this entity
|
|
260
261
|
* @member {String} key
|
|
261
262
|
*/
|
|
262
263
|
GraphObjectType.prototype['key'] = undefined;
|
|
@@ -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.7
|
|
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.7
|
|
36
36
|
*/
|
|
37
37
|
var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -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
|
-
}
|
|
98
95
|
if (data.hasOwnProperty('creator')) {
|
|
99
96
|
obj['creator'] = _Member["default"].constructFromObject(data['creator']);
|
|
100
97
|
}
|
|
101
98
|
if (data.hasOwnProperty('modificationdate')) {
|
|
102
99
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
103
100
|
}
|
|
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
|
}
|
|
@@ -239,11 +239,6 @@ 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
|
-
|
|
247
242
|
/**
|
|
248
243
|
* @member {module:model/Member} creator
|
|
249
244
|
*/
|
|
@@ -255,6 +250,11 @@ GraphObjectTypeSchema.prototype['creator'] = undefined;
|
|
|
255
250
|
*/
|
|
256
251
|
GraphObjectTypeSchema.prototype['modificationdate'] = undefined;
|
|
257
252
|
|
|
253
|
+
/**
|
|
254
|
+
* @member {Object} actionTypes
|
|
255
|
+
*/
|
|
256
|
+
GraphObjectTypeSchema.prototype['actionTypes'] = undefined;
|
|
257
|
+
|
|
258
258
|
/**
|
|
259
259
|
* @member {String} singularname
|
|
260
260
|
*/
|
|
@@ -271,6 +271,7 @@ GraphObjectTypeSchema.prototype['pluralname'] = undefined;
|
|
|
271
271
|
GraphObjectTypeSchema.prototype['creatorId'] = undefined;
|
|
272
272
|
|
|
273
273
|
/**
|
|
274
|
+
* The unique key of this entity
|
|
274
275
|
* @member {String} key
|
|
275
276
|
*/
|
|
276
277
|
GraphObjectTypeSchema.prototype['key'] = undefined;
|
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.7
|
|
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.7
|
|
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.7
|
|
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 GraphRelation model module.
|
|
28
28
|
* @module model/GraphRelation
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.7
|
|
30
30
|
*/
|
|
31
31
|
var GraphRelation = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -126,6 +126,7 @@ GraphRelation.prototype['creationdate'] = undefined;
|
|
|
126
126
|
GraphRelation.prototype['modificationdate'] = undefined;
|
|
127
127
|
|
|
128
128
|
/**
|
|
129
|
+
* The unique key of this entity
|
|
129
130
|
* @member {String} key
|
|
130
131
|
*/
|
|
131
132
|
GraphRelation.prototype['key'] = undefined;
|
|
@@ -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.7
|
|
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 GraphRelationObjectObject model module.
|
|
28
28
|
* @module model/GraphRelationObjectObject
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.7
|
|
30
30
|
*/
|
|
31
31
|
var GraphRelationObjectObject = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -126,6 +126,7 @@ GraphRelationObjectObject.prototype['creationdate'] = undefined;
|
|
|
126
126
|
GraphRelationObjectObject.prototype['modificationdate'] = undefined;
|
|
127
127
|
|
|
128
128
|
/**
|
|
129
|
+
* The unique key of this entity
|
|
129
130
|
* @member {String} key
|
|
130
131
|
*/
|
|
131
132
|
GraphRelationObjectObject.prototype['key'] = undefined;
|
|
@@ -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.7
|
|
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.7
|
|
30
30
|
*/
|
|
31
31
|
var GraphRelationship = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -135,6 +135,7 @@ GraphRelationship.prototype['creationdate'] = undefined;
|
|
|
135
135
|
GraphRelationship.prototype['modificationdate'] = undefined;
|
|
136
136
|
|
|
137
137
|
/**
|
|
138
|
+
* The unique key of this entity
|
|
138
139
|
* @member {String} key
|
|
139
140
|
*/
|
|
140
141
|
GraphRelationship.prototype['key'] = undefined;
|
|
@@ -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.7
|
|
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.7
|
|
30
30
|
*/
|
|
31
31
|
var GraphRelationshipPayload = /*#__PURE__*/function () {
|
|
32
32
|
/**
|