@gobodo/gobodo-api 0.1.23 → 0.1.25

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 (188) hide show
  1. package/README.md +13 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +6 -2
  4. package/dist/api/AdCampaignsApi.js +34 -2
  5. package/dist/api/AdManagementApi.js +50 -2
  6. package/dist/api/AdminDataManagementApi.js +6 -2
  7. package/dist/api/AdsApi.js +26 -2
  8. package/dist/api/AttachmentsApi.js +30 -2
  9. package/dist/api/AuthenticationApi.js +74 -2
  10. package/dist/api/CategoriesApi.js +30 -2
  11. package/dist/api/CommentsApi.js +34 -2
  12. package/dist/api/ContentManagementApi.js +98 -2
  13. package/dist/api/ConversationsApi.js +38 -2
  14. package/dist/api/DataSheetImportsApi.js +62 -2
  15. package/dist/api/DefaultApi.js +46 -2
  16. package/dist/api/DocumentsApi.js +54 -2
  17. package/dist/api/EntryPartsApi.js +54 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +14 -2
  20. package/dist/api/FilesApi.js +6 -2
  21. package/dist/api/FormsApi.js +74 -2
  22. package/dist/api/FunctionsApi.js +6 -2
  23. package/dist/api/GeocodeApi.js +22 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +42 -2
  26. package/dist/api/GraphObjectTypesApi.js +38 -2
  27. package/dist/api/GraphObjectsApi.js +258 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +70 -2
  29. package/dist/api/GraphRelationshipsApi.js +126 -2
  30. package/dist/api/GraphSchemasApi.js +30 -2
  31. package/dist/api/GraphTraversalApi.js +22 -2
  32. package/dist/api/GraphsApi.js +46 -2
  33. package/dist/api/GroupsApi.js +46 -2
  34. package/dist/api/IAMApi.js +18 -2
  35. package/dist/api/ImagesApi.js +34 -2
  36. package/dist/api/InvitesApi.js +22 -2
  37. package/dist/api/LikesApi.js +50 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +10 -2
  40. package/dist/api/MeetingEventsApi.js +22 -2
  41. package/dist/api/PagesApi.js +38 -2
  42. package/dist/api/PostsApi.js +22 -2
  43. package/dist/api/PrivateMessagesApi.js +66 -2
  44. package/dist/api/PublicationsApi.js +6 -2
  45. package/dist/api/ScreensApi.js +14 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +414 -2
  48. package/dist/api/TagsApi.js +6 -2
  49. package/dist/api/TemplatesApi.js +14 -2
  50. package/dist/api/ThemeMappingsApi.js +14 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +38 -2
  54. package/dist/api/UsersApi.js +38 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +46 -2
  57. package/dist/index.js +7 -0
  58. package/dist/model/APIClient.js +9 -9
  59. package/dist/model/AccountSessionInput.js +2 -2
  60. package/dist/model/AccountSessionResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
  65. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
  66. package/dist/model/Article.js +26 -26
  67. package/dist/model/Authorization.js +2 -2
  68. package/dist/model/Balance.js +2 -2
  69. package/dist/model/BalanceDetails.js +2 -2
  70. package/dist/model/BalanceResponse.js +2 -2
  71. package/dist/model/BankAccountInfo.js +2 -2
  72. package/dist/model/CardInfo.js +2 -2
  73. package/dist/model/Comment.js +10 -10
  74. package/dist/model/Coordinates.js +2 -2
  75. package/dist/model/CreateAccountResponse.js +11 -2
  76. package/dist/model/CreateStripeAccountInput.js +2 -2
  77. package/dist/model/CreateStripeCustomerInput.js +2 -2
  78. package/dist/model/CustomerResponse.js +2 -2
  79. package/dist/model/DataObject.js +2 -2
  80. package/dist/model/DataSheetImport.js +10 -10
  81. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  82. package/dist/model/DataSheetImportSummary.js +2 -2
  83. package/dist/model/Document.js +26 -26
  84. package/dist/model/DocumentPart.js +21 -21
  85. package/dist/model/DocumentPartType.js +2 -2
  86. package/dist/model/DocumentType.js +10 -10
  87. package/dist/model/FieldMapping.js +2 -2
  88. package/dist/model/Fields.js +10 -10
  89. package/dist/model/File.js +2 -2
  90. package/dist/model/FileAttachmentUploadObject.js +2 -2
  91. package/dist/model/Filter.js +2 -2
  92. package/dist/model/FilterManager.js +2 -2
  93. package/dist/model/Form.js +2 -2
  94. package/dist/model/FormSection.js +2 -2
  95. package/dist/model/FormSubmission.js +2 -2
  96. package/dist/model/Geocode.js +2 -2
  97. package/dist/model/GeocodePayload.js +2 -2
  98. package/dist/model/GeolocationInput.js +2 -2
  99. package/dist/model/Graph.js +9 -9
  100. package/dist/model/GraphAction.js +2 -2
  101. package/dist/model/GraphDatabaseService.js +10 -10
  102. package/dist/model/GraphGeocode.js +2 -2
  103. package/dist/model/GraphIteratorEntryPart.js +2 -2
  104. package/dist/model/GraphObject.js +2 -2
  105. package/dist/model/GraphObjectPayload.js +2 -2
  106. package/dist/model/GraphObjectSchema.js +11 -11
  107. package/dist/model/GraphObjectType.js +2 -2
  108. package/dist/model/GraphObjectTypeSchema.js +2 -2
  109. package/dist/model/GraphOwner.js +2 -2
  110. package/dist/model/GraphRelation.js +2 -2
  111. package/dist/model/GraphRelationObjectObject.js +2 -2
  112. package/dist/model/GraphRelationship.js +2 -2
  113. package/dist/model/GraphRelationshipPayload.js +2 -2
  114. package/dist/model/GraphRelationshipType.js +2 -2
  115. package/dist/model/GraphSchema.js +30 -30
  116. package/dist/model/GraphTraversalInput.js +2 -2
  117. package/dist/model/Image.js +16 -16
  118. package/dist/model/ImageUploadObject.js +16 -16
  119. package/dist/model/InputPart.js +2 -2
  120. package/dist/model/InputPartMediaType.js +2 -2
  121. package/dist/model/Link.js +24 -24
  122. package/dist/model/LiveStreamInfo.js +2 -2
  123. package/dist/model/MeetingEvent.js +2 -2
  124. package/dist/model/MeetingEventTimezone.js +2 -2
  125. package/dist/model/MeetingInfo.js +2 -2
  126. package/dist/model/Member.js +2 -2
  127. package/dist/model/MemberGroupCategory.js +2 -2
  128. package/dist/model/MemberList.js +2 -2
  129. package/dist/model/MessageGroup.js +2 -2
  130. package/dist/model/MultipartBody.js +2 -2
  131. package/dist/model/Objecttype.js +2 -2
  132. package/dist/model/Page.js +16 -16
  133. package/dist/model/PageSchema.js +2 -2
  134. package/dist/model/Pageable.js +16 -16
  135. package/dist/model/Path.js +2 -2
  136. package/dist/model/PaymentAccountObject.js +2 -2
  137. package/dist/model/PaymentIntentInput.js +2 -2
  138. package/dist/model/PaymentIntentResponse.js +2 -2
  139. package/dist/model/PaymentMethod.js +2 -2
  140. package/dist/model/PaymentMethodInput.js +2 -2
  141. package/dist/model/PaymentMethodResponse.js +2 -2
  142. package/dist/model/PaymentMethodsResponse.js +2 -2
  143. package/dist/model/Payout.js +11 -11
  144. package/dist/model/PayoutInput.js +2 -2
  145. package/dist/model/PayoutResponse.js +2 -2
  146. package/dist/model/Post.js +2 -2
  147. package/dist/model/PrivateMessage.js +2 -2
  148. package/dist/model/PrivateMessageConversation.js +15 -15
  149. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  150. package/dist/model/Profile.js +2 -2
  151. package/dist/model/Profiletype.js +2 -2
  152. package/dist/model/PropertyContainer.js +9 -9
  153. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  154. package/dist/model/RelationshipMapping.js +2 -2
  155. package/dist/model/ScreenSchema.js +2 -2
  156. package/dist/model/SimulcastInfo.js +2 -2
  157. package/dist/model/SkinField.js +10 -10
  158. package/dist/model/SocialGroup.js +9 -9
  159. package/dist/model/SocialGroupType.js +2 -2
  160. package/dist/model/Sort.js +9 -9
  161. package/dist/model/SourceTypes.js +2 -2
  162. package/dist/model/StatusUpdate.js +2 -2
  163. package/dist/model/StreetAddress.js +2 -2
  164. package/dist/model/StripeAccount.js +11 -2
  165. package/dist/model/StripeCustomerAccount.js +2 -2
  166. package/dist/model/Template.js +22 -22
  167. package/dist/model/TemplateSchema.js +22 -22
  168. package/dist/model/ThemeMapping.js +10 -10
  169. package/dist/model/ThemeMappingPayload.js +9 -9
  170. package/dist/model/Transaction.js +2 -2
  171. package/dist/model/Transfer.js +21 -11
  172. package/dist/model/TransferInput.js +2 -2
  173. package/dist/model/TransferResponse.js +16 -2
  174. package/dist/model/TransferResponsePaymentMethodDetails.js +158 -0
  175. package/dist/model/User.js +2 -2
  176. package/dist/model/UserDataPayload.js +2 -2
  177. package/dist/model/UserDomain.js +2 -2
  178. package/dist/model/UserInvite.js +2 -2
  179. package/dist/model/UserInviteInput.js +2 -2
  180. package/dist/model/UserSchema.js +2 -2
  181. package/dist/model/UserTag.js +2 -2
  182. package/dist/model/Userid.js +2 -2
  183. package/dist/model/Video.js +26 -26
  184. package/dist/model/VideoLiveUrl.js +2 -2
  185. package/dist/model/VideoSchema.js +34 -34
  186. package/dist/model/VideoUploadObject.js +26 -26
  187. package/dist/model/ZeusPortalCategory.js +2 -2
  188. package/package.json +1 -1
@@ -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.23
19
+ * The version of the OpenAPI document: 0.1.25
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
  * Tags service.
29
29
  * @module api/TagsApi
30
- * @version 0.1.23
30
+ * @version 0.1.25
31
31
  */
32
32
  var TagsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -56,7 +56,9 @@ var TagsApi = exports["default"] = /*#__PURE__*/function () {
56
56
  * @param {String} tag
57
57
  * @param {Object} opts Optional parameters
58
58
  * @param {String} [authorization] The authorization token of the logged in user
59
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
59
60
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
61
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
60
62
  * @param {String} [transactionid] The id of the transaction this operation is being run in
61
63
  * @param {module:api/TagsApi~getObjectsInGraphByTagCallback} callback The callback function, accepting three arguments: error, data, response
62
64
  * data is of type: {@link Array.<module:model/GraphObjectSchema>}
@@ -81,7 +83,9 @@ var TagsApi = exports["default"] = /*#__PURE__*/function () {
81
83
  var queryParams = {};
82
84
  var headerParams = {
83
85
  'Authorization': opts['authorization'],
86
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
84
87
  'zeusportal-postas': opts['zeusportalPostas'],
88
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
85
89
  'transactionid': opts['transactionid']
86
90
  };
87
91
  var formParams = {};
@@ -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.23
19
+ * The version of the OpenAPI document: 0.1.25
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
  * Templates service.
29
29
  * @module api/TemplatesApi
30
- * @version 0.1.23
30
+ * @version 0.1.25
31
31
  */
32
32
  var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -55,7 +55,9 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
55
55
  * @param {Array.<module:model/ScreenSchema>} screenSchema Screen or array of screens to create
56
56
  * @param {Object} opts Optional parameters
57
57
  * @param {String} [authorization] The authorization token of the logged in user
58
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
58
59
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
60
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
59
61
  * @param {String} [transactionid] The id of the transaction this operation is being run in
60
62
  * @param {module:api/TemplatesApi~createScreenCallback} callback The callback function, accepting three arguments: error, data, response
61
63
  * data is of type: {@link module:model/ScreenSchema}
@@ -73,7 +75,9 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
73
75
  var queryParams = {};
74
76
  var headerParams = {
75
77
  'Authorization': opts['authorization'],
78
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
76
79
  'zeusportal-postas': opts['zeusportalPostas'],
80
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
77
81
  'transactionid': opts['transactionid']
78
82
  };
79
83
  var formParams = {};
@@ -98,7 +102,9 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
98
102
  * @param {Array.<module:model/ScreenSchema>} screenSchema Screen or array of screens to create
99
103
  * @param {Object} opts Optional parameters
100
104
  * @param {String} [authorization] The authorization token of the logged in user
105
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
101
106
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
107
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
102
108
  * @param {String} [transactionid] The id of the transaction this operation is being run in
103
109
  * @param {module:api/TemplatesApi~editScreenCallback} callback The callback function, accepting three arguments: error, data, response
104
110
  * data is of type: {@link module:model/ScreenSchema}
@@ -122,7 +128,9 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
122
128
  var queryParams = {};
123
129
  var headerParams = {
124
130
  'Authorization': opts['authorization'],
131
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
125
132
  'zeusportal-postas': opts['zeusportalPostas'],
133
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
126
134
  'transactionid': opts['transactionid']
127
135
  };
128
136
  var formParams = {};
@@ -146,7 +154,9 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
146
154
  * @param {Number} screenId
147
155
  * @param {Object} opts Optional parameters
148
156
  * @param {String} [authorization] The authorization token of the logged in user
157
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
149
158
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
159
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
150
160
  * @param {String} [transactionid] The id of the transaction this operation is being run in
151
161
  * @param {module:api/TemplatesApi~getScreenByIdCallback} callback The callback function, accepting three arguments: error, data, response
152
162
  * data is of type: {@link module:model/ScreenSchema}
@@ -166,7 +176,9 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
166
176
  var queryParams = {};
167
177
  var headerParams = {
168
178
  'Authorization': opts['authorization'],
179
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
169
180
  'zeusportal-postas': opts['zeusportalPostas'],
181
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
170
182
  'transactionid': opts['transactionid']
171
183
  };
172
184
  var formParams = {};
@@ -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.23
20
+ * The version of the OpenAPI document: 0.1.25
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
  * ThemeMappings service.
30
30
  * @module api/ThemeMappingsApi
31
- * @version 0.1.23
31
+ * @version 0.1.25
32
32
  */
33
33
  var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -55,7 +55,9 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
55
55
  * @param {Number} themeid
56
56
  * @param {Object} opts Optional parameters
57
57
  * @param {String} [authorization] The authorization token of the logged in user
58
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
58
59
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
60
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
59
61
  * @param {String} [transactionid] The id of the transaction this operation is being run in
60
62
  * @param {Array.<String>} [requestBody]
61
63
  * @param {module:api/ThemeMappingsApi~addUrlPatternsCallback} callback The callback function, accepting three arguments: error, data, response
@@ -75,7 +77,9 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
75
77
  var queryParams = {};
76
78
  var headerParams = {
77
79
  'Authorization': opts['authorization'],
80
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
78
81
  'zeusportal-postas': opts['zeusportalPostas'],
82
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
79
83
  'transactionid': opts['transactionid']
80
84
  };
81
85
  var formParams = {};
@@ -100,7 +104,9 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
100
104
  * @param {module:model/ThemeMappingPayload} themeMappingPayload Conversation object or array of objects to create
101
105
  * @param {Object} opts Optional parameters
102
106
  * @param {String} [authorization] The authorization token of the logged in user
107
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
103
108
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
109
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
104
110
  * @param {String} [transactionid] The id of the transaction this operation is being run in
105
111
  * @param {module:api/ThemeMappingsApi~createThemeCallback} callback The callback function, accepting three arguments: error, data, response
106
112
  * data is of type: {@link module:model/ThemeMapping}
@@ -118,7 +124,9 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
118
124
  var queryParams = {};
119
125
  var headerParams = {
120
126
  'Authorization': opts['authorization'],
127
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
121
128
  'zeusportal-postas': opts['zeusportalPostas'],
129
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
122
130
  'transactionid': opts['transactionid']
123
131
  };
124
132
  var formParams = {};
@@ -141,7 +149,9 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
141
149
  * @param {Number} themeid
142
150
  * @param {Object} opts Optional parameters
143
151
  * @param {String} [authorization] The authorization token of the logged in user
152
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
144
153
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
154
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
145
155
  * @param {String} [transactionid] The id of the transaction this operation is being run in
146
156
  * @param {module:api/ThemeMappingsApi~get45Callback} callback The callback function, accepting three arguments: error, data, response
147
157
  * data is of type: {@link module:model/ThemeMapping}
@@ -161,7 +171,9 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
161
171
  var queryParams = {};
162
172
  var headerParams = {
163
173
  'Authorization': opts['authorization'],
174
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
164
175
  'zeusportal-postas': opts['zeusportalPostas'],
176
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
165
177
  'transactionid': opts['transactionid']
166
178
  };
167
179
  var formParams = {};
@@ -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.23
19
+ * The version of the OpenAPI document: 0.1.25
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
  * Transactions service.
29
29
  * @module api/TransactionsApi
30
- * @version 0.1.23
30
+ * @version 0.1.25
31
31
  */
32
32
  var TransactionsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -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.23
19
+ * The version of the OpenAPI document: 0.1.25
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
  * Twitter service.
29
29
  * @module api/TwitterApi
30
- * @version 0.1.23
30
+ * @version 0.1.25
31
31
  */
32
32
  var TwitterApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -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.23
21
+ * The version of the OpenAPI document: 0.1.25
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
  * UserTags service.
31
31
  * @module api/UserTagsApi
32
- * @version 0.1.23
32
+ * @version 0.1.25
33
33
  */
34
34
  var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
35
35
  /**
@@ -58,7 +58,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
58
58
  * @param {Number} id
59
59
  * @param {Object} opts Optional parameters
60
60
  * @param {String} [authorization] The authorization token of the logged in user
61
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
61
62
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
63
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
62
64
  * @param {String} [transactionid] The id of the transaction this operation is being run in
63
65
  * @param {module:api/UserTagsApi~deleteRelationship2Callback} callback The callback function, accepting three arguments: error, data, response
64
66
  */
@@ -77,7 +79,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
77
79
  var queryParams = {};
78
80
  var headerParams = {
79
81
  'Authorization': opts['authorization'],
82
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
80
83
  'zeusportal-postas': opts['zeusportalPostas'],
84
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
81
85
  'transactionid': opts['transactionid']
82
86
  };
83
87
  var formParams = {};
@@ -100,7 +104,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
100
104
  * Root for the API
101
105
  * @param {Object} opts Optional parameters
102
106
  * @param {String} [authorization] The authorization token of the logged in user
107
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
103
108
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
109
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
104
110
  * @param {String} [transactionid] The id of the transaction this operation is being run in
105
111
  * @param {module:api/UserTagsApi~get43Callback} callback The callback function, accepting three arguments: error, data, response
106
112
  */
@@ -113,7 +119,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
113
119
  var queryParams = {};
114
120
  var headerParams = {
115
121
  'Authorization': opts['authorization'],
122
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
116
123
  'zeusportal-postas': opts['zeusportalPostas'],
124
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
117
125
  'transactionid': opts['transactionid']
118
126
  };
119
127
  var formParams = {};
@@ -138,7 +146,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
138
146
  * @param {Number} id
139
147
  * @param {Object} opts Optional parameters
140
148
  * @param {String} [authorization] The authorization token of the logged in user
149
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
141
150
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
151
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
142
152
  * @param {String} [transactionid] The id of the transaction this operation is being run in
143
153
  * @param {module:api/UserTagsApi~getRelProperties2Callback} callback The callback function, accepting three arguments: error, data, response
144
154
  * data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
@@ -158,7 +168,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
158
168
  var queryParams = {};
159
169
  var headerParams = {
160
170
  'Authorization': opts['authorization'],
171
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
161
172
  'zeusportal-postas': opts['zeusportalPostas'],
173
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
162
174
  'transactionid': opts['transactionid']
163
175
  };
164
176
  var formParams = {};
@@ -186,7 +198,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
186
198
  * @param {String} prop
187
199
  * @param {Object} opts Optional parameters
188
200
  * @param {String} [authorization] The authorization token of the logged in user
201
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
189
202
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
203
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
190
204
  * @param {String} [transactionid] The id of the transaction this operation is being run in
191
205
  * @param {module:api/UserTagsApi~getRelProperty2Callback} callback The callback function, accepting three arguments: error, data, response
192
206
  * data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
@@ -211,7 +225,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
211
225
  var queryParams = {};
212
226
  var headerParams = {
213
227
  'Authorization': opts['authorization'],
228
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
214
229
  'zeusportal-postas': opts['zeusportalPostas'],
230
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
215
231
  'transactionid': opts['transactionid']
216
232
  };
217
233
  var formParams = {};
@@ -237,7 +253,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
237
253
  * @param {Number} id
238
254
  * @param {Object} opts Optional parameters
239
255
  * @param {String} [authorization] The authorization token of the logged in user
256
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
240
257
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
258
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
241
259
  * @param {String} [transactionid] The id of the transaction this operation is being run in
242
260
  * @param {module:api/UserTagsApi~getRelationshipById1Callback} callback The callback function, accepting three arguments: error, data, response
243
261
  * data is of type: {@link module:model/GraphRelationship}
@@ -257,7 +275,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
257
275
  var queryParams = {};
258
276
  var headerParams = {
259
277
  'Authorization': opts['authorization'],
278
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
260
279
  'zeusportal-postas': opts['zeusportalPostas'],
280
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
261
281
  'transactionid': opts['transactionid']
262
282
  };
263
283
  var formParams = {};
@@ -280,7 +300,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
280
300
  * @param {Number} id
281
301
  * @param {Object} opts Optional parameters
282
302
  * @param {String} [authorization] The authorization token of the logged in user
303
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
283
304
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
305
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
284
306
  * @param {String} [transactionid] The id of the transaction this operation is being run in
285
307
  * @param {module:api/UserTagsApi~getUserTagsCallback} callback The callback function, accepting three arguments: error, data, response
286
308
  * data is of type: {@link Array.<String>}
@@ -300,7 +322,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
300
322
  var queryParams = {};
301
323
  var headerParams = {
302
324
  'Authorization': opts['authorization'],
325
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
303
326
  'zeusportal-postas': opts['zeusportalPostas'],
327
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
304
328
  'transactionid': opts['transactionid']
305
329
  };
306
330
  var formParams = {};
@@ -325,7 +349,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
325
349
  * @param {Number} id
326
350
  * @param {Object} opts Optional parameters
327
351
  * @param {String} [authorization] The authorization token of the logged in user
352
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
328
353
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
354
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
329
355
  * @param {String} [transactionid] The id of the transaction this operation is being run in
330
356
  * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
331
357
  * @param {module:api/UserTagsApi~setRelProperties2Callback} callback The callback function, accepting three arguments: error, data, response
@@ -345,7 +371,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
345
371
  var queryParams = {};
346
372
  var headerParams = {
347
373
  'Authorization': opts['authorization'],
374
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
348
375
  'zeusportal-postas': opts['zeusportalPostas'],
376
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
349
377
  'transactionid': opts['transactionid']
350
378
  };
351
379
  var formParams = {};
@@ -371,7 +399,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
371
399
  * @param {String} prop
372
400
  * @param {Object} opts Optional parameters
373
401
  * @param {String} [authorization] The authorization token of the logged in user
402
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
374
403
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
404
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
375
405
  * @param {String} [transactionid] The id of the transaction this operation is being run in
376
406
  * @param {String} [body]
377
407
  * @param {module:api/UserTagsApi~setRelProperty2Callback} callback The callback function, accepting three arguments: error, data, response
@@ -396,7 +426,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
396
426
  var queryParams = {};
397
427
  var headerParams = {
398
428
  'Authorization': opts['authorization'],
429
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
399
430
  'zeusportal-postas': opts['zeusportalPostas'],
431
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
400
432
  'transactionid': opts['transactionid']
401
433
  };
402
434
  var formParams = {};
@@ -419,7 +451,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
419
451
  * @param {Number} id
420
452
  * @param {Object} opts Optional parameters
421
453
  * @param {String} [authorization] The authorization token of the logged in user
454
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
422
455
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
456
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
423
457
  * @param {String} [transactionid] The id of the transaction this operation is being run in
424
458
  * @param {module:model/PurgeDataDefaultResponseValue} [purgeDataDefaultResponseValue]
425
459
  * @param {module:api/UserTagsApi~tagUsersCallback} callback The callback function, accepting three arguments: error, data, response
@@ -440,7 +474,9 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
440
474
  var queryParams = {};
441
475
  var headerParams = {
442
476
  'Authorization': opts['authorization'],
477
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
443
478
  'zeusportal-postas': opts['zeusportalPostas'],
479
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
444
480
  'transactionid': opts['transactionid']
445
481
  };
446
482
  var formParams = {};