@gobodo/gobodo-api 0.1.2 → 0.1.4
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 +2 -2
- package/dist/api/ActionTypesApi.js +1 -1
- package/dist/api/AdCampaignsApi.js +1 -1
- package/dist/api/AdManagementApi.js +1 -1
- package/dist/api/AdminDataManagementApi.js +1 -1
- package/dist/api/AdsApi.js +1 -1
- package/dist/api/AttachmentsApi.js +1 -1
- package/dist/api/AuthenticationApi.js +1 -1
- package/dist/api/CategoriesApi.js +1 -1
- package/dist/api/CommentsApi.js +1 -1
- package/dist/api/ContentManagementApi.js +1 -1
- package/dist/api/ConversationsApi.js +1 -1
- package/dist/api/DataSheetImportsApi.js +1 -1
- package/dist/api/DefaultApi.js +1 -1
- package/dist/api/DocumentsApi.js +1 -1
- package/dist/api/EntryPartsApi.js +1 -1
- package/dist/api/FacebookApi.js +1 -1
- package/dist/api/FieldsApi.js +1 -1
- package/dist/api/FilesApi.js +1 -1
- package/dist/api/FormsApi.js +1 -1
- package/dist/api/FunctionsApi.js +1 -1
- package/dist/api/GeocodeApi.js +1 -1
- package/dist/api/GoogleApi.js +1 -1
- package/dist/api/GraphActionsApi.js +1 -1
- package/dist/api/GraphObjectTypesApi.js +1 -1
- package/dist/api/GraphObjectsApi.js +1 -1
- package/dist/api/GraphRelationshipTypesApi.js +1 -1
- package/dist/api/GraphRelationshipsApi.js +1 -1
- package/dist/api/GraphSchemasApi.js +1 -1
- package/dist/api/GraphTraversalApi.js +1 -1
- package/dist/api/GraphsApi.js +1 -1
- package/dist/api/GroupsApi.js +1 -1
- package/dist/api/IAMApi.js +1 -1
- package/dist/api/ImagesApi.js +1 -1
- package/dist/api/InvitesApi.js +1 -1
- package/dist/api/LikesApi.js +1 -1
- package/dist/api/LinkedINApi.js +1 -1
- package/dist/api/LiveMeetingsApi.js +1 -1
- package/dist/api/MeetingEventsApi.js +1 -1
- package/dist/api/PagesApi.js +1 -1
- package/dist/api/PostsApi.js +1 -1
- package/dist/api/PrivateMessagesApi.js +1 -1
- package/dist/api/PublicationsApi.js +1 -1
- package/dist/api/ScreensApi.js +1 -1
- package/dist/api/SocialIntegrationApi.js +1 -1
- package/dist/api/StripeAccountsApi.js +1 -1
- package/dist/api/TagsApi.js +1 -1
- package/dist/api/TemplatesApi.js +1 -1
- package/dist/api/ThemeMappingsApi.js +1 -1
- package/dist/api/TransactionsApi.js +1 -1
- package/dist/api/TwitterApi.js +1 -1
- package/dist/api/UserTagsApi.js +1 -1
- package/dist/api/UsersApi.js +1 -1
- package/dist/api/UtilsApi.js +1 -1
- package/dist/api/VideosApi.js +1 -1
- package/dist/model/APIClient.js +14 -14
- package/dist/model/Article.js +37 -37
- package/dist/model/Authorization.js +1 -1
- package/dist/model/Comment.js +18 -18
- package/dist/model/Coordinates.js +1 -1
- package/dist/model/CreateAccountResponse.js +1 -1
- package/dist/model/CreateCustomerResponse.js +1 -1
- package/dist/model/CreateStripeAccountInput.js +1 -1
- package/dist/model/CreateStripeCustomerInput.js +1 -1
- package/dist/model/DataObject.js +1 -1
- package/dist/model/DataSheetImport.js +95 -95
- package/dist/model/DataSheetImportPrivacySettings.js +1 -1
- package/dist/model/DataSheetImportSummary.js +11 -11
- package/dist/model/Document.js +36 -36
- package/dist/model/DocumentPart.js +45 -45
- package/dist/model/DocumentPartType.js +21 -21
- package/dist/model/DocumentType.js +37 -37
- package/dist/model/FieldMapping.js +1 -1
- package/dist/model/Fields.js +42 -42
- package/dist/model/File.js +10 -10
- package/dist/model/Filter.js +1 -1
- package/dist/model/FilterManager.js +1 -1
- package/dist/model/Form.js +9 -9
- package/dist/model/FormSection.js +9 -9
- package/dist/model/FormSubmission.js +9 -9
- package/dist/model/Geocode.js +1 -1
- package/dist/model/GeocodePayload.js +1 -1
- package/dist/model/GeolocationInput.js +1 -1
- package/dist/model/Graph.js +35 -35
- package/dist/model/GraphAction.js +1 -1
- package/dist/model/GraphDatabaseService.js +29 -29
- package/dist/model/GraphGeocode.js +1 -1
- package/dist/model/GraphIteratorEntryPart.js +1 -1
- package/dist/model/GraphIteratorEntryPartStackTrace.js +1 -1
- package/dist/model/GraphObject.js +24 -24
- package/dist/model/GraphObjectPayload.js +1 -1
- package/dist/model/GraphObjectSchema.js +24 -24
- package/dist/model/GraphObjectType.js +36 -36
- package/dist/model/GraphObjectTypeSchema.js +36 -36
- package/dist/model/GraphOwner.js +1 -1
- package/dist/model/GraphRelation.js +12 -12
- package/dist/model/GraphRelationObjectObject.js +12 -12
- package/dist/model/GraphRelationship.js +11 -11
- package/dist/model/GraphRelationshipPayload.js +1 -1
- package/dist/model/GraphRelationshipType.js +44 -44
- package/dist/model/GraphSchema.js +27 -27
- package/dist/model/GraphTraversalInput.js +14 -5
- package/dist/model/Image.js +14 -14
- package/dist/model/InlineObject.js +1 -1
- package/dist/model/InlineObject1.js +1 -1
- package/dist/model/InlineObject2.js +1 -1
- package/dist/model/InlineObject3.js +1 -1
- package/dist/model/InlineObject4.js +1 -1
- package/dist/model/InlineObject5.js +1 -1
- package/dist/model/InlineResponseDefault.js +1 -1
- package/dist/model/Link.js +17 -17
- package/dist/model/LiveStreamInfo.js +1 -1
- package/dist/model/MeetingEvent.js +46 -46
- package/dist/model/MeetingEventTimezone.js +1 -1
- package/dist/model/MeetingInfo.js +11 -11
- package/dist/model/Member.js +49 -49
- package/dist/model/MemberGroupCategory.js +1 -1
- package/dist/model/MemberList.js +1 -1
- package/dist/model/MessageGroup.js +1 -1
- package/dist/model/Objecttype.js +36 -36
- package/dist/model/Page.js +13 -13
- package/dist/model/PageSchema.js +26 -26
- package/dist/model/Pageable.js +1 -1
- package/dist/model/Path.js +1 -1
- package/dist/model/PaymentIntentInput.js +1 -1
- package/dist/model/PaymentIntentResponse.js +1 -1
- package/dist/model/PaymentMethod.js +1 -1
- package/dist/model/Post.js +9 -9
- package/dist/model/PrivateMessage.js +17 -17
- package/dist/model/PrivateMessageConversation.js +35 -35
- package/dist/model/PrivateMessageConversationSchema.js +1 -1
- package/dist/model/Profile.js +9 -9
- package/dist/model/Profiletype.js +1 -1
- package/dist/model/PropertyContainer.js +9 -9
- package/dist/model/RelationshipMapping.js +1 -1
- package/dist/model/ScreenSchema.js +44 -44
- package/dist/model/SimulcastInfo.js +1 -1
- package/dist/model/SkinField.js +42 -42
- package/dist/model/SocialGroup.js +29 -29
- package/dist/model/SocialGroupType.js +17 -17
- package/dist/model/Sort.js +1 -1
- package/dist/model/StatusUpdate.js +9 -9
- package/dist/model/StreetAddress.js +1 -1
- package/dist/model/StripeAccount.js +1 -1
- package/dist/model/StripeCustomerAccount.js +1 -1
- package/dist/model/Template.js +14 -14
- package/dist/model/TemplateSchema.js +14 -14
- package/dist/model/ThemeMapping.js +9 -9
- package/dist/model/ThemeMappingPayload.js +9 -9
- package/dist/model/Transaction.js +1 -1
- package/dist/model/User.js +49 -49
- package/dist/model/UserDataPayload.js +49 -49
- package/dist/model/UserDomain.js +1 -1
- package/dist/model/UserInvite.js +1 -1
- package/dist/model/UserInviteInput.js +1 -1
- package/dist/model/UserSchema.js +49 -49
- package/dist/model/UserTag.js +1 -1
- package/dist/model/Video.js +39 -39
- package/dist/model/VideoLiveUrl.js +1 -1
- package/dist/model/VideoSchema.js +49 -49
- package/dist/model/ZeusPortalCategory.js +19 -19
- package/package.json +1 -1
|
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
22
22
|
/**
|
|
23
23
|
* The GraphObjectSchema model module.
|
|
24
24
|
* @module model/GraphObjectSchema
|
|
25
|
-
* @version 0.1.
|
|
25
|
+
* @version 0.1.4
|
|
26
26
|
*/
|
|
27
27
|
var GraphObjectSchema = /*#__PURE__*/function () {
|
|
28
28
|
/**
|
|
@@ -82,28 +82,28 @@ var GraphObjectSchema = /*#__PURE__*/function () {
|
|
|
82
82
|
obj['label'] = _ApiClient["default"].convertToType(data['label'], 'String');
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
if (data.hasOwnProperty('
|
|
86
|
-
obj['
|
|
85
|
+
if (data.hasOwnProperty('tags')) {
|
|
86
|
+
obj['tags'] = _ApiClient["default"].convertToType(data['tags'], Object);
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
if (data.hasOwnProperty('
|
|
90
|
-
obj['
|
|
89
|
+
if (data.hasOwnProperty('graphs')) {
|
|
90
|
+
obj['graphs'] = _ApiClient["default"].convertToType(data['graphs'], 'String');
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
if (data.hasOwnProperty('relationships')) {
|
|
94
94
|
obj['relationships'] = _ApiClient["default"].convertToType(data['relationships'], 'String');
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
if (data.hasOwnProperty('
|
|
98
|
-
obj['
|
|
97
|
+
if (data.hasOwnProperty('creationdate')) {
|
|
98
|
+
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
if (data.hasOwnProperty('
|
|
102
|
-
obj['
|
|
101
|
+
if (data.hasOwnProperty('modificationdate')) {
|
|
102
|
+
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
-
if (data.hasOwnProperty('
|
|
106
|
-
obj['
|
|
105
|
+
if (data.hasOwnProperty('searchable')) {
|
|
106
|
+
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
if (data.hasOwnProperty('key')) {
|
|
@@ -165,17 +165,16 @@ GraphObjectSchema.prototype['actions_performed'] = undefined;
|
|
|
165
165
|
|
|
166
166
|
GraphObjectSchema.prototype['label'] = undefined;
|
|
167
167
|
/**
|
|
168
|
-
*
|
|
169
|
-
* @member {Date} creationdate
|
|
168
|
+
* @member {Object} tags
|
|
170
169
|
*/
|
|
171
170
|
|
|
172
|
-
GraphObjectSchema.prototype['
|
|
171
|
+
GraphObjectSchema.prototype['tags'] = undefined;
|
|
173
172
|
/**
|
|
174
|
-
*
|
|
175
|
-
* @member {
|
|
173
|
+
* Graphs this object is apart of
|
|
174
|
+
* @member {String} graphs
|
|
176
175
|
*/
|
|
177
176
|
|
|
178
|
-
GraphObjectSchema.prototype['
|
|
177
|
+
GraphObjectSchema.prototype['graphs'] = undefined;
|
|
179
178
|
/**
|
|
180
179
|
* Relationships on this object
|
|
181
180
|
* @member {String} relationships
|
|
@@ -183,21 +182,22 @@ GraphObjectSchema.prototype['modificationdate'] = undefined;
|
|
|
183
182
|
|
|
184
183
|
GraphObjectSchema.prototype['relationships'] = undefined;
|
|
185
184
|
/**
|
|
186
|
-
*
|
|
185
|
+
* Creation Date
|
|
186
|
+
* @member {Date} creationdate
|
|
187
187
|
*/
|
|
188
188
|
|
|
189
|
-
GraphObjectSchema.prototype['
|
|
189
|
+
GraphObjectSchema.prototype['creationdate'] = undefined;
|
|
190
190
|
/**
|
|
191
|
-
*
|
|
191
|
+
* Modification Date
|
|
192
|
+
* @member {Date} modificationdate
|
|
192
193
|
*/
|
|
193
194
|
|
|
194
|
-
GraphObjectSchema.prototype['
|
|
195
|
+
GraphObjectSchema.prototype['modificationdate'] = undefined;
|
|
195
196
|
/**
|
|
196
|
-
*
|
|
197
|
-
* @member {String} graphs
|
|
197
|
+
* @member {Boolean} searchable
|
|
198
198
|
*/
|
|
199
199
|
|
|
200
|
-
GraphObjectSchema.prototype['
|
|
200
|
+
GraphObjectSchema.prototype['searchable'] = undefined;
|
|
201
201
|
/**
|
|
202
202
|
* @member {String} key
|
|
203
203
|
*/
|
|
@@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
24
24
|
/**
|
|
25
25
|
* The GraphObjectType model module.
|
|
26
26
|
* @module model/GraphObjectType
|
|
27
|
-
* @version 0.1.
|
|
27
|
+
* @version 0.1.4
|
|
28
28
|
*/
|
|
29
29
|
var GraphObjectType = /*#__PURE__*/function () {
|
|
30
30
|
/**
|
|
@@ -76,14 +76,6 @@ var GraphObjectType = /*#__PURE__*/function () {
|
|
|
76
76
|
obj['template'] = _TemplateSchema["default"].constructFromObject(data['template']);
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
if (data.hasOwnProperty('creatorrequiredtobepage')) {
|
|
80
|
-
obj['creatorrequiredtobepage'] = _ApiClient["default"].convertToType(data['creatorrequiredtobepage'], 'Boolean');
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
if (data.hasOwnProperty('definitions')) {
|
|
84
|
-
obj['definitions'] = _ApiClient["default"].convertToType(data['definitions'], Object);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
79
|
if (data.hasOwnProperty('hiddenFromCreationScreen')) {
|
|
88
80
|
obj['hiddenFromCreationScreen'] = _ApiClient["default"].convertToType(data['hiddenFromCreationScreen'], 'Boolean');
|
|
89
81
|
}
|
|
@@ -92,10 +84,22 @@ var GraphObjectType = /*#__PURE__*/function () {
|
|
|
92
84
|
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
93
85
|
}
|
|
94
86
|
|
|
87
|
+
if (data.hasOwnProperty('creatorrequiredtobepage')) {
|
|
88
|
+
obj['creatorrequiredtobepage'] = _ApiClient["default"].convertToType(data['creatorrequiredtobepage'], 'Boolean');
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
if (data.hasOwnProperty('definitions')) {
|
|
92
|
+
obj['definitions'] = _ApiClient["default"].convertToType(data['definitions'], Object);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
95
|
if (data.hasOwnProperty('workflows')) {
|
|
96
96
|
obj['workflows'] = _ApiClient["default"].convertToType(data['workflows'], Object);
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
+
if (data.hasOwnProperty('description')) {
|
|
100
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
101
|
+
}
|
|
102
|
+
|
|
99
103
|
if (data.hasOwnProperty('creator')) {
|
|
100
104
|
obj['creator'] = _Member["default"].constructFromObject(data['creator']);
|
|
101
105
|
}
|
|
@@ -104,6 +108,10 @@ var GraphObjectType = /*#__PURE__*/function () {
|
|
|
104
108
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
105
109
|
}
|
|
106
110
|
|
|
111
|
+
if (data.hasOwnProperty('actionTypes')) {
|
|
112
|
+
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
113
|
+
}
|
|
114
|
+
|
|
107
115
|
if (data.hasOwnProperty('singularname')) {
|
|
108
116
|
obj['singularname'] = _ApiClient["default"].convertToType(data['singularname'], 'String');
|
|
109
117
|
}
|
|
@@ -116,14 +124,6 @@ var GraphObjectType = /*#__PURE__*/function () {
|
|
|
116
124
|
obj['creatorId'] = _ApiClient["default"].convertToType(data['creatorId'], 'Number');
|
|
117
125
|
}
|
|
118
126
|
|
|
119
|
-
if (data.hasOwnProperty('actionTypes')) {
|
|
120
|
-
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
if (data.hasOwnProperty('description')) {
|
|
124
|
-
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
125
|
-
}
|
|
126
|
-
|
|
127
127
|
if (data.hasOwnProperty('key')) {
|
|
128
128
|
obj['key'] = _ApiClient["default"].convertToType(data['key'], 'String');
|
|
129
129
|
}
|
|
@@ -169,31 +169,36 @@ GraphObjectType.prototype['abstract'] = undefined;
|
|
|
169
169
|
|
|
170
170
|
GraphObjectType.prototype['template'] = undefined;
|
|
171
171
|
/**
|
|
172
|
-
*
|
|
173
|
-
* @member {Boolean} creatorrequiredtobepage
|
|
172
|
+
* @member {Boolean} hiddenFromCreationScreen
|
|
174
173
|
*/
|
|
175
174
|
|
|
176
|
-
GraphObjectType.prototype['
|
|
175
|
+
GraphObjectType.prototype['hiddenFromCreationScreen'] = undefined;
|
|
177
176
|
/**
|
|
178
|
-
* @member {
|
|
177
|
+
* @member {Boolean} searchable
|
|
179
178
|
*/
|
|
180
179
|
|
|
181
|
-
GraphObjectType.prototype['
|
|
180
|
+
GraphObjectType.prototype['searchable'] = undefined;
|
|
182
181
|
/**
|
|
183
|
-
*
|
|
182
|
+
* Determines whether the user that's creating an instance of this type is required to be an Organization Page
|
|
183
|
+
* @member {Boolean} creatorrequiredtobepage
|
|
184
184
|
*/
|
|
185
185
|
|
|
186
|
-
GraphObjectType.prototype['
|
|
186
|
+
GraphObjectType.prototype['creatorrequiredtobepage'] = undefined;
|
|
187
187
|
/**
|
|
188
|
-
* @member {
|
|
188
|
+
* @member {Object} definitions
|
|
189
189
|
*/
|
|
190
190
|
|
|
191
|
-
GraphObjectType.prototype['
|
|
191
|
+
GraphObjectType.prototype['definitions'] = undefined;
|
|
192
192
|
/**
|
|
193
193
|
* @member {Object} workflows
|
|
194
194
|
*/
|
|
195
195
|
|
|
196
196
|
GraphObjectType.prototype['workflows'] = undefined;
|
|
197
|
+
/**
|
|
198
|
+
* @member {String} description
|
|
199
|
+
*/
|
|
200
|
+
|
|
201
|
+
GraphObjectType.prototype['description'] = undefined;
|
|
197
202
|
/**
|
|
198
203
|
* @member {module:model/Member} creator
|
|
199
204
|
*/
|
|
@@ -205,6 +210,11 @@ GraphObjectType.prototype['creator'] = undefined;
|
|
|
205
210
|
*/
|
|
206
211
|
|
|
207
212
|
GraphObjectType.prototype['modificationdate'] = undefined;
|
|
213
|
+
/**
|
|
214
|
+
* @member {Object} actionTypes
|
|
215
|
+
*/
|
|
216
|
+
|
|
217
|
+
GraphObjectType.prototype['actionTypes'] = undefined;
|
|
208
218
|
/**
|
|
209
219
|
* @member {String} singularname
|
|
210
220
|
*/
|
|
@@ -220,16 +230,6 @@ GraphObjectType.prototype['pluralname'] = undefined;
|
|
|
220
230
|
*/
|
|
221
231
|
|
|
222
232
|
GraphObjectType.prototype['creatorId'] = undefined;
|
|
223
|
-
/**
|
|
224
|
-
* @member {Object} actionTypes
|
|
225
|
-
*/
|
|
226
|
-
|
|
227
|
-
GraphObjectType.prototype['actionTypes'] = undefined;
|
|
228
|
-
/**
|
|
229
|
-
* @member {String} description
|
|
230
|
-
*/
|
|
231
|
-
|
|
232
|
-
GraphObjectType.prototype['description'] = undefined;
|
|
233
233
|
/**
|
|
234
234
|
* @member {String} key
|
|
235
235
|
*/
|
|
@@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
24
24
|
/**
|
|
25
25
|
* The GraphObjectTypeSchema model module.
|
|
26
26
|
* @module model/GraphObjectTypeSchema
|
|
27
|
-
* @version 0.1.
|
|
27
|
+
* @version 0.1.4
|
|
28
28
|
*/
|
|
29
29
|
var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
30
30
|
/**
|
|
@@ -72,14 +72,6 @@ var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
|
72
72
|
obj['template'] = _TemplateSchema["default"].constructFromObject(data['template']);
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
if (data.hasOwnProperty('creatorrequiredtobepage')) {
|
|
76
|
-
obj['creatorrequiredtobepage'] = _ApiClient["default"].convertToType(data['creatorrequiredtobepage'], 'Boolean');
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
if (data.hasOwnProperty('definitions')) {
|
|
80
|
-
obj['definitions'] = _ApiClient["default"].convertToType(data['definitions'], Object);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
75
|
if (data.hasOwnProperty('hiddenFromCreationScreen')) {
|
|
84
76
|
obj['hiddenFromCreationScreen'] = _ApiClient["default"].convertToType(data['hiddenFromCreationScreen'], 'Boolean');
|
|
85
77
|
}
|
|
@@ -88,10 +80,22 @@ var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
|
88
80
|
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
89
81
|
}
|
|
90
82
|
|
|
83
|
+
if (data.hasOwnProperty('creatorrequiredtobepage')) {
|
|
84
|
+
obj['creatorrequiredtobepage'] = _ApiClient["default"].convertToType(data['creatorrequiredtobepage'], 'Boolean');
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
if (data.hasOwnProperty('definitions')) {
|
|
88
|
+
obj['definitions'] = _ApiClient["default"].convertToType(data['definitions'], Object);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
91
|
if (data.hasOwnProperty('workflows')) {
|
|
92
92
|
obj['workflows'] = _ApiClient["default"].convertToType(data['workflows'], Object);
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
+
if (data.hasOwnProperty('description')) {
|
|
96
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
97
|
+
}
|
|
98
|
+
|
|
95
99
|
if (data.hasOwnProperty('creator')) {
|
|
96
100
|
obj['creator'] = _Member["default"].constructFromObject(data['creator']);
|
|
97
101
|
}
|
|
@@ -100,6 +104,10 @@ var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
|
100
104
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
101
105
|
}
|
|
102
106
|
|
|
107
|
+
if (data.hasOwnProperty('actionTypes')) {
|
|
108
|
+
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
109
|
+
}
|
|
110
|
+
|
|
103
111
|
if (data.hasOwnProperty('singularname')) {
|
|
104
112
|
obj['singularname'] = _ApiClient["default"].convertToType(data['singularname'], 'String');
|
|
105
113
|
}
|
|
@@ -112,14 +120,6 @@ var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
|
112
120
|
obj['creatorId'] = _ApiClient["default"].convertToType(data['creatorId'], 'Number');
|
|
113
121
|
}
|
|
114
122
|
|
|
115
|
-
if (data.hasOwnProperty('actionTypes')) {
|
|
116
|
-
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
if (data.hasOwnProperty('description')) {
|
|
120
|
-
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
121
|
-
}
|
|
122
|
-
|
|
123
123
|
if (data.hasOwnProperty('key')) {
|
|
124
124
|
obj['key'] = _ApiClient["default"].convertToType(data['key'], 'String');
|
|
125
125
|
}
|
|
@@ -164,31 +164,36 @@ GraphObjectTypeSchema.prototype['abstract'] = undefined;
|
|
|
164
164
|
|
|
165
165
|
GraphObjectTypeSchema.prototype['template'] = undefined;
|
|
166
166
|
/**
|
|
167
|
-
*
|
|
168
|
-
* @member {Boolean} creatorrequiredtobepage
|
|
167
|
+
* @member {Boolean} hiddenFromCreationScreen
|
|
169
168
|
*/
|
|
170
169
|
|
|
171
|
-
GraphObjectTypeSchema.prototype['
|
|
170
|
+
GraphObjectTypeSchema.prototype['hiddenFromCreationScreen'] = undefined;
|
|
172
171
|
/**
|
|
173
|
-
* @member {
|
|
172
|
+
* @member {Boolean} searchable
|
|
174
173
|
*/
|
|
175
174
|
|
|
176
|
-
GraphObjectTypeSchema.prototype['
|
|
175
|
+
GraphObjectTypeSchema.prototype['searchable'] = undefined;
|
|
177
176
|
/**
|
|
178
|
-
*
|
|
177
|
+
* Determines whether the user that's creating an instance of this type is required to be an Organization Page
|
|
178
|
+
* @member {Boolean} creatorrequiredtobepage
|
|
179
179
|
*/
|
|
180
180
|
|
|
181
|
-
GraphObjectTypeSchema.prototype['
|
|
181
|
+
GraphObjectTypeSchema.prototype['creatorrequiredtobepage'] = undefined;
|
|
182
182
|
/**
|
|
183
|
-
* @member {
|
|
183
|
+
* @member {Object} definitions
|
|
184
184
|
*/
|
|
185
185
|
|
|
186
|
-
GraphObjectTypeSchema.prototype['
|
|
186
|
+
GraphObjectTypeSchema.prototype['definitions'] = undefined;
|
|
187
187
|
/**
|
|
188
188
|
* @member {Object} workflows
|
|
189
189
|
*/
|
|
190
190
|
|
|
191
191
|
GraphObjectTypeSchema.prototype['workflows'] = undefined;
|
|
192
|
+
/**
|
|
193
|
+
* @member {String} description
|
|
194
|
+
*/
|
|
195
|
+
|
|
196
|
+
GraphObjectTypeSchema.prototype['description'] = undefined;
|
|
192
197
|
/**
|
|
193
198
|
* @member {module:model/Member} creator
|
|
194
199
|
*/
|
|
@@ -200,6 +205,11 @@ GraphObjectTypeSchema.prototype['creator'] = undefined;
|
|
|
200
205
|
*/
|
|
201
206
|
|
|
202
207
|
GraphObjectTypeSchema.prototype['modificationdate'] = undefined;
|
|
208
|
+
/**
|
|
209
|
+
* @member {Object} actionTypes
|
|
210
|
+
*/
|
|
211
|
+
|
|
212
|
+
GraphObjectTypeSchema.prototype['actionTypes'] = undefined;
|
|
203
213
|
/**
|
|
204
214
|
* @member {String} singularname
|
|
205
215
|
*/
|
|
@@ -215,16 +225,6 @@ GraphObjectTypeSchema.prototype['pluralname'] = undefined;
|
|
|
215
225
|
*/
|
|
216
226
|
|
|
217
227
|
GraphObjectTypeSchema.prototype['creatorId'] = undefined;
|
|
218
|
-
/**
|
|
219
|
-
* @member {Object} actionTypes
|
|
220
|
-
*/
|
|
221
|
-
|
|
222
|
-
GraphObjectTypeSchema.prototype['actionTypes'] = undefined;
|
|
223
|
-
/**
|
|
224
|
-
* @member {String} description
|
|
225
|
-
*/
|
|
226
|
-
|
|
227
|
-
GraphObjectTypeSchema.prototype['description'] = undefined;
|
|
228
228
|
/**
|
|
229
229
|
* @member {String} key
|
|
230
230
|
*/
|
package/dist/model/GraphOwner.js
CHANGED
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The GraphRelation model module.
|
|
20
20
|
* @module model/GraphRelation
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.4
|
|
22
22
|
*/
|
|
23
23
|
var GraphRelation = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -54,6 +54,10 @@ var GraphRelation = /*#__PURE__*/function () {
|
|
|
54
54
|
if (data) {
|
|
55
55
|
obj = obj || new GraphRelation();
|
|
56
56
|
|
|
57
|
+
if (data.hasOwnProperty('startobject')) {
|
|
58
|
+
obj['startobject'] = _ApiClient["default"].convertToType(data['startobject'], Object);
|
|
59
|
+
}
|
|
60
|
+
|
|
57
61
|
if (data.hasOwnProperty('creationdate')) {
|
|
58
62
|
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
59
63
|
}
|
|
@@ -62,10 +66,6 @@ var GraphRelation = /*#__PURE__*/function () {
|
|
|
62
66
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
63
67
|
}
|
|
64
68
|
|
|
65
|
-
if (data.hasOwnProperty('startobject')) {
|
|
66
|
-
obj['startobject'] = _ApiClient["default"].convertToType(data['startobject'], Object);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
69
|
if (data.hasOwnProperty('endobject')) {
|
|
70
70
|
obj['endobject'] = _ApiClient["default"].convertToType(data['endobject'], Object);
|
|
71
71
|
}
|
|
@@ -89,12 +89,18 @@ var GraphRelation = /*#__PURE__*/function () {
|
|
|
89
89
|
|
|
90
90
|
return GraphRelation;
|
|
91
91
|
}();
|
|
92
|
+
/**
|
|
93
|
+
* The Start Object of this Relationship
|
|
94
|
+
* @member {Object} startobject
|
|
95
|
+
*/
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
GraphRelation.prototype['startobject'] = undefined;
|
|
92
99
|
/**
|
|
93
100
|
* The creation date of this relationship
|
|
94
101
|
* @member {Date} creationdate
|
|
95
102
|
*/
|
|
96
103
|
|
|
97
|
-
|
|
98
104
|
GraphRelation.prototype['creationdate'] = undefined;
|
|
99
105
|
/**
|
|
100
106
|
* The modification date of this relationship
|
|
@@ -102,12 +108,6 @@ GraphRelation.prototype['creationdate'] = undefined;
|
|
|
102
108
|
*/
|
|
103
109
|
|
|
104
110
|
GraphRelation.prototype['modificationdate'] = undefined;
|
|
105
|
-
/**
|
|
106
|
-
* The Start Object of this Relationship
|
|
107
|
-
* @member {Object} startobject
|
|
108
|
-
*/
|
|
109
|
-
|
|
110
|
-
GraphRelation.prototype['startobject'] = undefined;
|
|
111
111
|
/**
|
|
112
112
|
* The End Object of this Relationship
|
|
113
113
|
* @member {Object} endobject
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The GraphRelationObjectObject model module.
|
|
20
20
|
* @module model/GraphRelationObjectObject
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.4
|
|
22
22
|
*/
|
|
23
23
|
var GraphRelationObjectObject = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -54,6 +54,10 @@ var GraphRelationObjectObject = /*#__PURE__*/function () {
|
|
|
54
54
|
if (data) {
|
|
55
55
|
obj = obj || new GraphRelationObjectObject();
|
|
56
56
|
|
|
57
|
+
if (data.hasOwnProperty('startobject')) {
|
|
58
|
+
obj['startobject'] = _ApiClient["default"].convertToType(data['startobject'], Object);
|
|
59
|
+
}
|
|
60
|
+
|
|
57
61
|
if (data.hasOwnProperty('creationdate')) {
|
|
58
62
|
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
59
63
|
}
|
|
@@ -62,10 +66,6 @@ var GraphRelationObjectObject = /*#__PURE__*/function () {
|
|
|
62
66
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
63
67
|
}
|
|
64
68
|
|
|
65
|
-
if (data.hasOwnProperty('startobject')) {
|
|
66
|
-
obj['startobject'] = _ApiClient["default"].convertToType(data['startobject'], Object);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
69
|
if (data.hasOwnProperty('endobject')) {
|
|
70
70
|
obj['endobject'] = _ApiClient["default"].convertToType(data['endobject'], Object);
|
|
71
71
|
}
|
|
@@ -89,12 +89,18 @@ var GraphRelationObjectObject = /*#__PURE__*/function () {
|
|
|
89
89
|
|
|
90
90
|
return GraphRelationObjectObject;
|
|
91
91
|
}();
|
|
92
|
+
/**
|
|
93
|
+
* The Start Object of this Relationship
|
|
94
|
+
* @member {Object} startobject
|
|
95
|
+
*/
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
GraphRelationObjectObject.prototype['startobject'] = undefined;
|
|
92
99
|
/**
|
|
93
100
|
* The creation date of this relationship
|
|
94
101
|
* @member {Date} creationdate
|
|
95
102
|
*/
|
|
96
103
|
|
|
97
|
-
|
|
98
104
|
GraphRelationObjectObject.prototype['creationdate'] = undefined;
|
|
99
105
|
/**
|
|
100
106
|
* The modification date of this relationship
|
|
@@ -102,12 +108,6 @@ GraphRelationObjectObject.prototype['creationdate'] = undefined;
|
|
|
102
108
|
*/
|
|
103
109
|
|
|
104
110
|
GraphRelationObjectObject.prototype['modificationdate'] = undefined;
|
|
105
|
-
/**
|
|
106
|
-
* The Start Object of this Relationship
|
|
107
|
-
* @member {Object} startobject
|
|
108
|
-
*/
|
|
109
|
-
|
|
110
|
-
GraphRelationObjectObject.prototype['startobject'] = undefined;
|
|
111
111
|
/**
|
|
112
112
|
* The End Object of this Relationship
|
|
113
113
|
* @member {Object} endobject
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The GraphRelationship model module.
|
|
20
20
|
* @module model/GraphRelationship
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.4
|
|
22
22
|
*/
|
|
23
23
|
var GraphRelationship = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -58,6 +58,10 @@ var GraphRelationship = /*#__PURE__*/function () {
|
|
|
58
58
|
obj['reltypeid'] = _ApiClient["default"].convertToType(data['reltypeid'], 'Number');
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
+
if (data.hasOwnProperty('startobject')) {
|
|
62
|
+
obj['startobject'] = _ApiClient["default"].convertToType(data['startobject'], Object);
|
|
63
|
+
}
|
|
64
|
+
|
|
61
65
|
if (data.hasOwnProperty('creationdate')) {
|
|
62
66
|
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
63
67
|
}
|
|
@@ -66,10 +70,6 @@ var GraphRelationship = /*#__PURE__*/function () {
|
|
|
66
70
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
67
71
|
}
|
|
68
72
|
|
|
69
|
-
if (data.hasOwnProperty('startobject')) {
|
|
70
|
-
obj['startobject'] = _ApiClient["default"].convertToType(data['startobject'], Object);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
73
|
if (data.hasOwnProperty('endobject')) {
|
|
74
74
|
obj['endobject'] = _ApiClient["default"].convertToType(data['endobject'], Object);
|
|
75
75
|
}
|
|
@@ -100,6 +100,12 @@ var GraphRelationship = /*#__PURE__*/function () {
|
|
|
100
100
|
|
|
101
101
|
|
|
102
102
|
GraphRelationship.prototype['reltypeid'] = undefined;
|
|
103
|
+
/**
|
|
104
|
+
* The Start Object of this Relationship
|
|
105
|
+
* @member {Object} startobject
|
|
106
|
+
*/
|
|
107
|
+
|
|
108
|
+
GraphRelationship.prototype['startobject'] = undefined;
|
|
103
109
|
/**
|
|
104
110
|
* The creation date of this relationship
|
|
105
111
|
* @member {Date} creationdate
|
|
@@ -112,12 +118,6 @@ GraphRelationship.prototype['creationdate'] = undefined;
|
|
|
112
118
|
*/
|
|
113
119
|
|
|
114
120
|
GraphRelationship.prototype['modificationdate'] = undefined;
|
|
115
|
-
/**
|
|
116
|
-
* The Start Object of this Relationship
|
|
117
|
-
* @member {Object} startobject
|
|
118
|
-
*/
|
|
119
|
-
|
|
120
|
-
GraphRelationship.prototype['startobject'] = undefined;
|
|
121
121
|
/**
|
|
122
122
|
* The End Object of this Relationship
|
|
123
123
|
* @member {Object} endobject
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The GraphRelationshipPayload model module.
|
|
20
20
|
* @module model/GraphRelationshipPayload
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.4
|
|
22
22
|
*/
|
|
23
23
|
var GraphRelationshipPayload = /*#__PURE__*/function () {
|
|
24
24
|
/**
|