@gobodo/gobodo-api 0.1.4 → 0.1.5

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.
Files changed (163) hide show
  1. package/README.md +11 -9
  2. package/dist/ApiClient.js +2 -2
  3. package/dist/api/ActionTypesApi.js +1 -1
  4. package/dist/api/AdCampaignsApi.js +1 -1
  5. package/dist/api/AdManagementApi.js +1 -1
  6. package/dist/api/AdminDataManagementApi.js +1 -1
  7. package/dist/api/AdsApi.js +1 -1
  8. package/dist/api/AttachmentsApi.js +1 -1
  9. package/dist/api/AuthenticationApi.js +1 -1
  10. package/dist/api/CategoriesApi.js +1 -1
  11. package/dist/api/CommentsApi.js +1 -1
  12. package/dist/api/ContentManagementApi.js +1 -1
  13. package/dist/api/ConversationsApi.js +1 -1
  14. package/dist/api/DataSheetImportsApi.js +1 -1
  15. package/dist/api/DefaultApi.js +1 -1
  16. package/dist/api/DocumentsApi.js +1 -1
  17. package/dist/api/EntryPartsApi.js +1 -1
  18. package/dist/api/FacebookApi.js +1 -1
  19. package/dist/api/FieldsApi.js +1 -1
  20. package/dist/api/FilesApi.js +1 -1
  21. package/dist/api/FormsApi.js +1 -1
  22. package/dist/api/FunctionsApi.js +1 -1
  23. package/dist/api/GeocodeApi.js +1 -1
  24. package/dist/api/GoogleApi.js +1 -1
  25. package/dist/api/GraphActionsApi.js +1 -1
  26. package/dist/api/GraphObjectTypesApi.js +1 -1
  27. package/dist/api/GraphObjectsApi.js +97 -9
  28. package/dist/api/GraphRelationshipTypesApi.js +1 -1
  29. package/dist/api/GraphRelationshipsApi.js +1 -1
  30. package/dist/api/GraphSchemasApi.js +1 -1
  31. package/dist/api/GraphTraversalApi.js +1 -1
  32. package/dist/api/GraphsApi.js +3 -3
  33. package/dist/api/GroupsApi.js +1 -1
  34. package/dist/api/IAMApi.js +1 -1
  35. package/dist/api/ImagesApi.js +1 -1
  36. package/dist/api/InvitesApi.js +1 -1
  37. package/dist/api/LikesApi.js +1 -1
  38. package/dist/api/LinkedINApi.js +1 -1
  39. package/dist/api/LiveMeetingsApi.js +7 -7
  40. package/dist/api/MeetingEventsApi.js +1 -1
  41. package/dist/api/PagesApi.js +1 -1
  42. package/dist/api/PostsApi.js +1 -1
  43. package/dist/api/PrivateMessagesApi.js +1 -1
  44. package/dist/api/PublicationsApi.js +1 -1
  45. package/dist/api/ScreensApi.js +1 -1
  46. package/dist/api/SocialIntegrationApi.js +1 -1
  47. package/dist/api/StripeAccountsApi.js +1 -1
  48. package/dist/api/TagsApi.js +2 -2
  49. package/dist/api/TemplatesApi.js +1 -1
  50. package/dist/api/ThemeMappingsApi.js +1 -1
  51. package/dist/api/TransactionsApi.js +1 -1
  52. package/dist/api/TwitterApi.js +1 -1
  53. package/dist/api/UserTagsApi.js +1 -1
  54. package/dist/api/UsersApi.js +1 -1
  55. package/dist/api/UtilsApi.js +1 -1
  56. package/dist/api/VideosApi.js +1 -1
  57. package/dist/model/APIClient.js +9 -9
  58. package/dist/model/Article.js +1 -1
  59. package/dist/model/Authorization.js +1 -1
  60. package/dist/model/Comment.js +9 -9
  61. package/dist/model/Coordinates.js +1 -1
  62. package/dist/model/CreateAccountResponse.js +1 -1
  63. package/dist/model/CreateCustomerResponse.js +1 -1
  64. package/dist/model/CreateStripeAccountInput.js +1 -1
  65. package/dist/model/CreateStripeCustomerInput.js +1 -1
  66. package/dist/model/DataObject.js +1 -1
  67. package/dist/model/DataSheetImport.js +37 -37
  68. package/dist/model/DataSheetImportPrivacySettings.js +1 -1
  69. package/dist/model/DataSheetImportSummary.js +1 -1
  70. package/dist/model/Document.js +1 -1
  71. package/dist/model/DocumentPart.js +10 -10
  72. package/dist/model/DocumentPartType.js +9 -9
  73. package/dist/model/DocumentType.js +13 -13
  74. package/dist/model/FieldMapping.js +1 -1
  75. package/dist/model/Fields.js +26 -26
  76. package/dist/model/File.js +9 -9
  77. package/dist/model/Filter.js +1 -1
  78. package/dist/model/FilterManager.js +1 -1
  79. package/dist/model/Form.js +1 -1
  80. package/dist/model/FormSection.js +1 -1
  81. package/dist/model/FormSubmission.js +1 -1
  82. package/dist/model/Geocode.js +1 -1
  83. package/dist/model/GeocodePayload.js +1 -1
  84. package/dist/model/GeolocationInput.js +1 -1
  85. package/dist/model/Graph.js +13 -13
  86. package/dist/model/GraphAction.js +1 -1
  87. package/dist/model/GraphDatabaseService.js +1 -1
  88. package/dist/model/GraphGeocode.js +1 -1
  89. package/dist/model/GraphIteratorEntryPart.js +1 -1
  90. package/dist/model/GraphIteratorEntryPartStackTrace.js +1 -1
  91. package/dist/model/GraphObject.js +1 -1
  92. package/dist/model/GraphObjectPayload.js +10 -1
  93. package/dist/model/GraphObjectSchema.js +11 -11
  94. package/dist/model/GraphObjectType.js +10 -10
  95. package/dist/model/GraphObjectTypeSchema.js +10 -10
  96. package/dist/model/GraphOwner.js +1 -1
  97. package/dist/model/GraphRelation.js +1 -1
  98. package/dist/model/GraphRelationObjectObject.js +1 -1
  99. package/dist/model/GraphRelationship.js +1 -1
  100. package/dist/model/GraphRelationshipPayload.js +1 -1
  101. package/dist/model/GraphRelationshipType.js +1 -1
  102. package/dist/model/GraphSchema.js +28 -28
  103. package/dist/model/GraphTraversalInput.js +1 -1
  104. package/dist/model/Image.js +23 -23
  105. package/dist/model/InlineObject.js +1 -1
  106. package/dist/model/InlineObject1.js +1 -1
  107. package/dist/model/InlineObject2.js +1 -1
  108. package/dist/model/InlineObject3.js +1 -1
  109. package/dist/model/InlineObject4.js +1 -1
  110. package/dist/model/InlineObject5.js +1 -1
  111. package/dist/model/InlineResponseDefault.js +1 -1
  112. package/dist/model/Link.js +17 -17
  113. package/dist/model/LiveStreamInfo.js +1 -1
  114. package/dist/model/MeetingEvent.js +1 -1
  115. package/dist/model/MeetingEventTimezone.js +1 -1
  116. package/dist/model/MeetingInfo.js +1 -1
  117. package/dist/model/Member.js +14 -14
  118. package/dist/model/MemberGroupCategory.js +1 -1
  119. package/dist/model/MemberList.js +1 -1
  120. package/dist/model/MessageGroup.js +9 -9
  121. package/dist/model/Objecttype.js +10 -10
  122. package/dist/model/Page.js +1 -1
  123. package/dist/model/PageSchema.js +10 -10
  124. package/dist/model/Pageable.js +1 -1
  125. package/dist/model/Path.js +1 -1
  126. package/dist/model/PaymentIntentInput.js +1 -1
  127. package/dist/model/PaymentIntentResponse.js +1 -1
  128. package/dist/model/PaymentMethod.js +1 -1
  129. package/dist/model/Post.js +1 -1
  130. package/dist/model/PrivateMessage.js +1 -1
  131. package/dist/model/PrivateMessageConversation.js +1 -1
  132. package/dist/model/PrivateMessageConversationSchema.js +1 -1
  133. package/dist/model/Profile.js +1 -1
  134. package/dist/model/Profiletype.js +1 -1
  135. package/dist/model/PropertyContainer.js +9 -9
  136. package/dist/model/RelationshipMapping.js +1 -1
  137. package/dist/model/ScreenSchema.js +1 -1
  138. package/dist/model/SimulcastInfo.js +1 -1
  139. package/dist/model/SkinField.js +26 -26
  140. package/dist/model/SocialGroup.js +1 -1
  141. package/dist/model/SocialGroupType.js +1 -1
  142. package/dist/model/Sort.js +1 -1
  143. package/dist/model/StatusUpdate.js +1 -1
  144. package/dist/model/StreetAddress.js +1 -1
  145. package/dist/model/StripeAccount.js +1 -1
  146. package/dist/model/StripeCustomerAccount.js +1 -1
  147. package/dist/model/Template.js +1 -1
  148. package/dist/model/TemplateSchema.js +1 -1
  149. package/dist/model/ThemeMapping.js +1 -1
  150. package/dist/model/ThemeMappingPayload.js +1 -1
  151. package/dist/model/Transaction.js +1 -1
  152. package/dist/model/User.js +14 -14
  153. package/dist/model/UserDataPayload.js +14 -14
  154. package/dist/model/UserDomain.js +1 -1
  155. package/dist/model/UserInvite.js +1 -1
  156. package/dist/model/UserInviteInput.js +1 -1
  157. package/dist/model/UserSchema.js +14 -14
  158. package/dist/model/UserTag.js +1 -1
  159. package/dist/model/Video.js +14 -14
  160. package/dist/model/VideoLiveUrl.js +1 -1
  161. package/dist/model/VideoSchema.js +14 -14
  162. package/dist/model/ZeusPortalCategory.js +1 -1
  163. package/package.json +1 -1
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
22
22
  /**
23
23
  * LiveMeetings service.
24
24
  * @module api/LiveMeetingsApi
25
- * @version 0.1.4
25
+ * @version 0.1.5
26
26
  */
27
27
  var LiveMeetingsApi = /*#__PURE__*/function () {
28
28
  /**
@@ -90,8 +90,8 @@ var LiveMeetingsApi = /*#__PURE__*/function () {
90
90
  return this.apiClient.callApi('/graph/data/live/{objectid}/add', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
91
91
  }
92
92
  /**
93
- * Callback function to receive the result of the addLiveMeeting1 operation.
94
- * @callback module:api/LiveMeetingsApi~addLiveMeeting1Callback
93
+ * Callback function to receive the result of the addLiveStream operation.
94
+ * @callback module:api/LiveMeetingsApi~addLiveStreamCallback
95
95
  * @param {String} error Error message, if any.
96
96
  * @param {Object.<String, module:model/{String: InlineObject5}>} data The data returned by the service call.
97
97
  * @param {String} response The complete HTTP response.
@@ -105,18 +105,18 @@ var LiveMeetingsApi = /*#__PURE__*/function () {
105
105
  * @param {String} opts.authorization The authorization token of the logged in user
106
106
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
107
107
  * @param {String} opts.transactionid The id of the transaction this operation is being run in
108
- * @param {module:api/LiveMeetingsApi~addLiveMeeting1Callback} callback The callback function, accepting three arguments: error, data, response
108
+ * @param {module:api/LiveMeetingsApi~addLiveStreamCallback} callback The callback function, accepting three arguments: error, data, response
109
109
  * data is of type: {@link Object.<String, module:model/{String: InlineObject5}>}
110
110
  */
111
111
 
112
112
  }, {
113
- key: "addLiveMeeting1",
114
- value: function addLiveMeeting1(objectid, opts, callback) {
113
+ key: "addLiveStream",
114
+ value: function addLiveStream(objectid, opts, callback) {
115
115
  opts = opts || {};
116
116
  var postBody = null; // verify the required parameter 'objectid' is set
117
117
 
118
118
  if (objectid === undefined || objectid === null) {
119
- throw new Error("Missing the required parameter 'objectid' when calling addLiveMeeting1");
119
+ throw new Error("Missing the required parameter 'objectid' when calling addLiveStream");
120
120
  }
121
121
 
122
122
  var pathParams = {
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * MeetingEvents service.
22
22
  * @module api/MeetingEventsApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var MeetingEventsApi = /*#__PURE__*/function () {
26
26
  /**
@@ -28,7 +28,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
28
28
  /**
29
29
  * Pages service.
30
30
  * @module api/PagesApi
31
- * @version 0.1.4
31
+ * @version 0.1.5
32
32
  */
33
33
  var PagesApi = /*#__PURE__*/function () {
34
34
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * Posts service.
22
22
  * @module api/PostsApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var PostsApi = /*#__PURE__*/function () {
26
26
  /**
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
26
26
  /**
27
27
  * PrivateMessages service.
28
28
  * @module api/PrivateMessagesApi
29
- * @version 0.1.4
29
+ * @version 0.1.5
30
30
  */
31
31
  var PrivateMessagesApi = /*#__PURE__*/function () {
32
32
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * Publications service.
20
20
  * @module api/PublicationsApi
21
- * @version 0.1.4
21
+ * @version 0.1.5
22
22
  */
23
23
  var PublicationsApi = /*#__PURE__*/function () {
24
24
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * Screens service.
22
22
  * @module api/ScreensApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var ScreensApi = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * SocialIntegration service.
22
22
  * @module api/SocialIntegrationApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var SocialIntegrationApi = /*#__PURE__*/function () {
26
26
  /**
@@ -34,7 +34,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
34
34
  /**
35
35
  * StripeAccounts service.
36
36
  * @module api/StripeAccountsApi
37
- * @version 0.1.4
37
+ * @version 0.1.5
38
38
  */
39
39
  var StripeAccountsApi = /*#__PURE__*/function () {
40
40
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * Tags service.
22
22
  * @module api/TagsApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var TagsApi = /*#__PURE__*/function () {
26
26
  /**
@@ -86,7 +86,7 @@ var TagsApi = /*#__PURE__*/function () {
86
86
  var contentTypes = [];
87
87
  var accepts = ['application/json'];
88
88
  var returnType = [_GraphObjectSchema["default"]];
89
- return this.apiClient.callApi('/graph/data/graph/{id}/objects/{tag}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
89
+ return this.apiClient.callApi('/graph/data/graph/{id}/objects/tag/{tag}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
90
90
  }
91
91
  }]);
92
92
 
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * Templates service.
22
22
  * @module api/TemplatesApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var TemplatesApi = /*#__PURE__*/function () {
26
26
  /**
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
22
22
  /**
23
23
  * ThemeMappings service.
24
24
  * @module api/ThemeMappingsApi
25
- * @version 0.1.4
25
+ * @version 0.1.5
26
26
  */
27
27
  var ThemeMappingsApi = /*#__PURE__*/function () {
28
28
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * Transactions service.
22
22
  * @module api/TransactionsApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var TransactionsApi = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * Twitter service.
22
22
  * @module api/TwitterApi
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var TwitterApi = /*#__PURE__*/function () {
26
26
  /**
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
26
26
  /**
27
27
  * UserTags service.
28
28
  * @module api/UserTagsApi
29
- * @version 0.1.4
29
+ * @version 0.1.5
30
30
  */
31
31
  var UserTagsApi = /*#__PURE__*/function () {
32
32
  /**
@@ -30,7 +30,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
30
30
  /**
31
31
  * Users service.
32
32
  * @module api/UsersApi
33
- * @version 0.1.4
33
+ * @version 0.1.5
34
34
  */
35
35
  var UsersApi = /*#__PURE__*/function () {
36
36
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * Utils service.
20
20
  * @module api/UtilsApi
21
- * @version 0.1.4
21
+ * @version 0.1.5
22
22
  */
23
23
  var UtilsApi = /*#__PURE__*/function () {
24
24
  /**
@@ -34,7 +34,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
34
34
  /**
35
35
  * Videos service.
36
36
  * @module api/VideosApi
37
- * @version 0.1.4
37
+ * @version 0.1.5
38
38
  */
39
39
  var VideosApi = /*#__PURE__*/function () {
40
40
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The APIClient model module.
22
22
  * @module model/APIClient
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var APIClient = /*#__PURE__*/function () {
26
26
  /**
@@ -76,14 +76,14 @@ var APIClient = /*#__PURE__*/function () {
76
76
  obj['secretKey'] = _ApiClient["default"].convertToType(data['secretKey'], 'String');
77
77
  }
78
78
 
79
- if (data.hasOwnProperty('developers')) {
80
- obj['developers'] = _ApiClient["default"].convertToType(data['developers'], [_User["default"]]);
81
- }
82
-
83
79
  if (data.hasOwnProperty('users')) {
84
80
  obj['users'] = _ApiClient["default"].convertToType(data['users'], [_User["default"]]);
85
81
  }
86
82
 
83
+ if (data.hasOwnProperty('developers')) {
84
+ obj['developers'] = _ApiClient["default"].convertToType(data['developers'], [_User["default"]]);
85
+ }
86
+
87
87
  if (data.hasOwnProperty('data')) {
88
88
  obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
89
89
  }
@@ -126,15 +126,15 @@ APIClient.prototype['apiKey'] = undefined;
126
126
 
127
127
  APIClient.prototype['secretKey'] = undefined;
128
128
  /**
129
- * @member {Array.<module:model/User>} developers
129
+ * @member {Array.<module:model/User>} users
130
130
  */
131
131
 
132
- APIClient.prototype['developers'] = undefined;
132
+ APIClient.prototype['users'] = undefined;
133
133
  /**
134
- * @member {Array.<module:model/User>} users
134
+ * @member {Array.<module:model/User>} developers
135
135
  */
136
136
 
137
- APIClient.prototype['users'] = undefined;
137
+ APIClient.prototype['developers'] = undefined;
138
138
  /**
139
139
  * @member {Object} data
140
140
  */
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
26
26
  /**
27
27
  * The Article model module.
28
28
  * @module model/Article
29
- * @version 0.1.4
29
+ * @version 0.1.5
30
30
  */
31
31
  var Article = /*#__PURE__*/function () {
32
32
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The Authorization model module.
20
20
  * @module model/Authorization
21
- * @version 0.1.4
21
+ * @version 0.1.5
22
22
  */
23
23
  var Authorization = /*#__PURE__*/function () {
24
24
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The Comment model module.
20
20
  * @module model/Comment
21
- * @version 0.1.4
21
+ * @version 0.1.5
22
22
  */
23
23
  var Comment = /*#__PURE__*/function () {
24
24
  /**
@@ -70,14 +70,14 @@ var Comment = /*#__PURE__*/function () {
70
70
  obj['unfilteredmessage'] = _ApiClient["default"].convertToType(data['unfilteredmessage'], 'String');
71
71
  }
72
72
 
73
- if (data.hasOwnProperty('parentComment')) {
74
- obj['parentComment'] = _ApiClient["default"].convertToType(data['parentComment'], 'Number');
75
- }
76
-
77
73
  if (data.hasOwnProperty('unfilteredsubject')) {
78
74
  obj['unfilteredsubject'] = _ApiClient["default"].convertToType(data['unfilteredsubject'], 'String');
79
75
  }
80
76
 
77
+ if (data.hasOwnProperty('parentComment')) {
78
+ obj['parentComment'] = _ApiClient["default"].convertToType(data['parentComment'], 'Number');
79
+ }
80
+
81
81
  if (data.hasOwnProperty('replies')) {
82
82
  obj['replies'] = _ApiClient["default"].convertToType(data['replies'], Object);
83
83
  }
@@ -147,15 +147,15 @@ Comment.prototype['anonymous'] = undefined;
147
147
 
148
148
  Comment.prototype['unfilteredmessage'] = undefined;
149
149
  /**
150
- * @member {Number} parentComment
150
+ * @member {String} unfilteredsubject
151
151
  */
152
152
 
153
- Comment.prototype['parentComment'] = undefined;
153
+ Comment.prototype['unfilteredsubject'] = undefined;
154
154
  /**
155
- * @member {String} unfilteredsubject
155
+ * @member {Number} parentComment
156
156
  */
157
157
 
158
- Comment.prototype['unfilteredsubject'] = undefined;
158
+ Comment.prototype['parentComment'] = undefined;
159
159
  /**
160
160
  * @member {Object} replies
161
161
  */
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The Coordinates model module.
20
20
  * @module model/Coordinates
21
- * @version 0.1.4
21
+ * @version 0.1.5
22
22
  */
23
23
  var Coordinates = /*#__PURE__*/function () {
24
24
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The CreateAccountResponse model module.
22
22
  * @module model/CreateAccountResponse
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var CreateAccountResponse = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The CreateCustomerResponse model module.
22
22
  * @module model/CreateCustomerResponse
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var CreateCustomerResponse = /*#__PURE__*/function () {
26
26
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The CreateStripeAccountInput model module.
20
20
  * @module model/CreateStripeAccountInput
21
- * @version 0.1.4
21
+ * @version 0.1.5
22
22
  */
23
23
  var CreateStripeAccountInput = /*#__PURE__*/function () {
24
24
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The CreateStripeCustomerInput model module.
20
20
  * @module model/CreateStripeCustomerInput
21
- * @version 0.1.4
21
+ * @version 0.1.5
22
22
  */
23
23
  var CreateStripeCustomerInput = /*#__PURE__*/function () {
24
24
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The DataObject model module.
20
20
  * @module model/DataObject
21
- * @version 0.1.4
21
+ * @version 0.1.5
22
22
  */
23
23
  var DataObject = /*#__PURE__*/function () {
24
24
  /**
@@ -30,7 +30,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
30
30
  /**
31
31
  * The DataSheetImport model module.
32
32
  * @module model/DataSheetImport
33
- * @version 0.1.4
33
+ * @version 0.1.5
34
34
  */
35
35
  var DataSheetImport = /*#__PURE__*/function () {
36
36
  /**
@@ -70,22 +70,6 @@ var DataSheetImport = /*#__PURE__*/function () {
70
70
  obj['container'] = _GraphObject["default"].constructFromObject(data['container']);
71
71
  }
72
72
 
73
- if (data.hasOwnProperty('importtype')) {
74
- obj['importtype'] = _ApiClient["default"].convertToType(data['importtype'], 'String');
75
- }
76
-
77
- if (data.hasOwnProperty('runstatus')) {
78
- obj['runstatus'] = _ApiClient["default"].convertToType(data['runstatus'], 'String');
79
- }
80
-
81
- if (data.hasOwnProperty('rundate')) {
82
- obj['rundate'] = _ApiClient["default"].convertToType(data['rundate'], 'Date');
83
- }
84
-
85
- if (data.hasOwnProperty('sheetprops')) {
86
- obj['sheetprops'] = _ApiClient["default"].convertToType(data['sheetprops'], ['String']);
87
- }
88
-
89
73
  if (data.hasOwnProperty('importobjecttype')) {
90
74
  obj['importobjecttype'] = _GraphObjectType["default"].constructFromObject(data['importobjecttype']);
91
75
  }
@@ -122,6 +106,22 @@ var DataSheetImport = /*#__PURE__*/function () {
122
106
  obj['containerrelationshiptype'] = _GraphRelationshipType["default"].constructFromObject(data['containerrelationshiptype']);
123
107
  }
124
108
 
109
+ if (data.hasOwnProperty('importtype')) {
110
+ obj['importtype'] = _ApiClient["default"].convertToType(data['importtype'], 'String');
111
+ }
112
+
113
+ if (data.hasOwnProperty('runstatus')) {
114
+ obj['runstatus'] = _ApiClient["default"].convertToType(data['runstatus'], 'String');
115
+ }
116
+
117
+ if (data.hasOwnProperty('rundate')) {
118
+ obj['rundate'] = _ApiClient["default"].convertToType(data['rundate'], 'Date');
119
+ }
120
+
121
+ if (data.hasOwnProperty('sheetprops')) {
122
+ obj['sheetprops'] = _ApiClient["default"].convertToType(data['sheetprops'], ['String']);
123
+ }
124
+
125
125
  if (data.hasOwnProperty('creator')) {
126
126
  obj['creator'] = _User["default"].constructFromObject(data['creator']);
127
127
  }
@@ -167,26 +167,6 @@ var DataSheetImport = /*#__PURE__*/function () {
167
167
 
168
168
 
169
169
  DataSheetImport.prototype['container'] = undefined;
170
- /**
171
- * @member {module:model/DataSheetImport.ImporttypeEnum} importtype
172
- */
173
-
174
- DataSheetImport.prototype['importtype'] = undefined;
175
- /**
176
- * @member {module:model/DataSheetImport.RunstatusEnum} runstatus
177
- */
178
-
179
- DataSheetImport.prototype['runstatus'] = undefined;
180
- /**
181
- * @member {Date} rundate
182
- */
183
-
184
- DataSheetImport.prototype['rundate'] = undefined;
185
- /**
186
- * @member {Array.<String>} sheetprops
187
- */
188
-
189
- DataSheetImport.prototype['sheetprops'] = undefined;
190
170
  /**
191
171
  * @member {module:model/GraphObjectType} importobjecttype
192
172
  */
@@ -232,6 +212,26 @@ DataSheetImport.prototype['graph'] = undefined;
232
212
  */
233
213
 
234
214
  DataSheetImport.prototype['containerrelationshiptype'] = undefined;
215
+ /**
216
+ * @member {module:model/DataSheetImport.ImporttypeEnum} importtype
217
+ */
218
+
219
+ DataSheetImport.prototype['importtype'] = undefined;
220
+ /**
221
+ * @member {module:model/DataSheetImport.RunstatusEnum} runstatus
222
+ */
223
+
224
+ DataSheetImport.prototype['runstatus'] = undefined;
225
+ /**
226
+ * @member {Date} rundate
227
+ */
228
+
229
+ DataSheetImport.prototype['rundate'] = undefined;
230
+ /**
231
+ * @member {Array.<String>} sheetprops
232
+ */
233
+
234
+ DataSheetImport.prototype['sheetprops'] = undefined;
235
235
  /**
236
236
  * @member {module:model/User} creator
237
237
  */
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The DataSheetImportPrivacySettings model module.
20
20
  * @module model/DataSheetImportPrivacySettings
21
- * @version 0.1.4
21
+ * @version 0.1.5
22
22
  */
23
23
  var DataSheetImportPrivacySettings = /*#__PURE__*/function () {
24
24
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The DataSheetImportSummary model module.
22
22
  * @module model/DataSheetImportSummary
23
- * @version 0.1.4
23
+ * @version 0.1.5
24
24
  */
25
25
  var DataSheetImportSummary = /*#__PURE__*/function () {
26
26
  /**
@@ -28,7 +28,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
28
28
  /**
29
29
  * The Document model module.
30
30
  * @module model/Document
31
- * @version 0.1.4
31
+ * @version 0.1.5
32
32
  */
33
33
  var Document = /*#__PURE__*/function () {
34
34
  /**
@@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
24
24
  /**
25
25
  * The DocumentPart model module.
26
26
  * @module model/DocumentPart
27
- * @version 0.1.4
27
+ * @version 0.1.5
28
28
  */
29
29
  var DocumentPart = /*#__PURE__*/function () {
30
30
  /**
@@ -88,10 +88,6 @@ var DocumentPart = /*#__PURE__*/function () {
88
88
  obj['status'] = _ApiClient["default"].convertToType(data['status'], 'Number');
89
89
  }
90
90
 
91
- if (data.hasOwnProperty('title')) {
92
- obj['title'] = _ApiClient["default"].convertToType(data['title'], 'String');
93
- }
94
-
95
91
  if (data.hasOwnProperty('childentryparts')) {
96
92
  obj['childentryparts'] = _ApiClient["default"].convertToType(data['childentryparts'], Object);
97
93
  }
@@ -108,6 +104,10 @@ var DocumentPart = /*#__PURE__*/function () {
108
104
  obj['articleid'] = _ApiClient["default"].convertToType(data['articleid'], 'Number');
109
105
  }
110
106
 
107
+ if (data.hasOwnProperty('title')) {
108
+ obj['title'] = _ApiClient["default"].convertToType(data['title'], 'String');
109
+ }
110
+
111
111
  if (data.hasOwnProperty('childentrypartcount')) {
112
112
  obj['childentrypartcount'] = _ApiClient["default"].convertToType(data['childentrypartcount'], 'Number');
113
113
  }
@@ -179,11 +179,6 @@ DocumentPart.prototype['creationdate'] = undefined;
179
179
  */
180
180
 
181
181
  DocumentPart.prototype['status'] = undefined;
182
- /**
183
- * @member {String} title
184
- */
185
-
186
- DocumentPart.prototype['title'] = undefined;
187
182
  /**
188
183
  * @member {Object} childentryparts
189
184
  */
@@ -204,6 +199,11 @@ DocumentPart.prototype['creator'] = undefined;
204
199
  */
205
200
 
206
201
  DocumentPart.prototype['articleid'] = undefined;
202
+ /**
203
+ * @member {String} title
204
+ */
205
+
206
+ DocumentPart.prototype['title'] = undefined;
207
207
  /**
208
208
  * @member {Number} childentrypartcount
209
209
  */
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
22
22
  /**
23
23
  * The DocumentPartType model module.
24
24
  * @module model/DocumentPartType
25
- * @version 0.1.4
25
+ * @version 0.1.5
26
26
  */
27
27
  var DocumentPartType = /*#__PURE__*/function () {
28
28
  /**
@@ -70,14 +70,14 @@ var DocumentPartType = /*#__PURE__*/function () {
70
70
  obj['singleDescription'] = _ApiClient["default"].convertToType(data['singleDescription'], 'String');
71
71
  }
72
72
 
73
- if (data.hasOwnProperty('entryTypes')) {
74
- obj['entryTypes'] = _ApiClient["default"].convertToType(data['entryTypes'], Object);
75
- }
76
-
77
73
  if (data.hasOwnProperty('childTypes')) {
78
74
  obj['childTypes'] = _ApiClient["default"].convertToType(data['childTypes'], Object);
79
75
  }
80
76
 
77
+ if (data.hasOwnProperty('entryTypes')) {
78
+ obj['entryTypes'] = _ApiClient["default"].convertToType(data['entryTypes'], Object);
79
+ }
80
+
81
81
  if (data.hasOwnProperty('description')) {
82
82
  obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
83
83
  }
@@ -122,15 +122,15 @@ DocumentPartType.prototype['parent'] = undefined;
122
122
 
123
123
  DocumentPartType.prototype['singleDescription'] = undefined;
124
124
  /**
125
- * @member {Object} entryTypes
125
+ * @member {Object} childTypes
126
126
  */
127
127
 
128
- DocumentPartType.prototype['entryTypes'] = undefined;
128
+ DocumentPartType.prototype['childTypes'] = undefined;
129
129
  /**
130
- * @member {Object} childTypes
130
+ * @member {Object} entryTypes
131
131
  */
132
132
 
133
- DocumentPartType.prototype['childTypes'] = undefined;
133
+ DocumentPartType.prototype['entryTypes'] = undefined;
134
134
  /**
135
135
  * @member {String} description
136
136
  */