@gobodo/gobodo-api-promise 0.1.46 → 0.1.48

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 (185) hide show
  1. package/README.md +6 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +5 -2
  4. package/dist/api/AdCampaignsApi.js +26 -2
  5. package/dist/api/AdManagementApi.js +38 -2
  6. package/dist/api/AdminDataManagementApi.js +5 -2
  7. package/dist/api/AdsApi.js +20 -2
  8. package/dist/api/AttachmentsApi.js +23 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +23 -2
  11. package/dist/api/CommentsApi.js +26 -2
  12. package/dist/api/ContentManagementApi.js +74 -2
  13. package/dist/api/ConversationsApi.js +29 -2
  14. package/dist/api/DataSheetImportsApi.js +47 -2
  15. package/dist/api/DefaultApi.js +35 -2
  16. package/dist/api/DocumentsApi.js +41 -2
  17. package/dist/api/EntryPartsApi.js +41 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +11 -2
  20. package/dist/api/FilesApi.js +5 -2
  21. package/dist/api/FormsApi.js +56 -2
  22. package/dist/api/FunctionsApi.js +5 -2
  23. package/dist/api/GeocodeApi.js +17 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +101 -2
  26. package/dist/api/GraphObjectTypesApi.js +29 -2
  27. package/dist/api/GraphObjectsApi.js +194 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +53 -2
  29. package/dist/api/GraphRelationshipsApi.js +95 -2
  30. package/dist/api/GraphSchemasApi.js +23 -2
  31. package/dist/api/GraphTraversalApi.js +23 -2
  32. package/dist/api/GraphsApi.js +35 -2
  33. package/dist/api/GroupsApi.js +35 -2
  34. package/dist/api/IAMApi.js +14 -2
  35. package/dist/api/ImagesApi.js +26 -2
  36. package/dist/api/InvitesApi.js +17 -2
  37. package/dist/api/LikesApi.js +111 -6
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +8 -2
  40. package/dist/api/MeetingEventsApi.js +17 -2
  41. package/dist/api/PagesApi.js +29 -2
  42. package/dist/api/PostsApi.js +17 -2
  43. package/dist/api/PrivateMessagesApi.js +50 -2
  44. package/dist/api/PublicationsApi.js +5 -2
  45. package/dist/api/ScreensApi.js +11 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +119 -2
  48. package/dist/api/TagsApi.js +5 -2
  49. package/dist/api/TemplatesApi.js +11 -2
  50. package/dist/api/ThemeMappingsApi.js +11 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +29 -2
  54. package/dist/api/UsersApi.js +96 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +35 -2
  57. package/dist/model/APIClient.js +23 -23
  58. package/dist/model/AccountSessionInput.js +2 -2
  59. package/dist/model/AccountSessionResponse.js +2 -2
  60. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  64. package/dist/model/Article.js +2 -2
  65. package/dist/model/AuthResponse.js +2 -2
  66. package/dist/model/Balance.js +2 -2
  67. package/dist/model/BalanceDetails.js +2 -2
  68. package/dist/model/BalanceResponse.js +2 -2
  69. package/dist/model/BankAccountInfo.js +2 -2
  70. package/dist/model/CardInfo.js +2 -2
  71. package/dist/model/Comment.js +25 -25
  72. package/dist/model/Coordinates.js +2 -2
  73. package/dist/model/CreateAccountResponse.js +2 -2
  74. package/dist/model/CreateStripeAccountInput.js +2 -2
  75. package/dist/model/CreateStripeCustomerInput.js +2 -2
  76. package/dist/model/CustomerResponse.js +2 -2
  77. package/dist/model/DataObject.js +2 -2
  78. package/dist/model/DataSheetImport.js +57 -57
  79. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  80. package/dist/model/DataSheetImportSummary.js +2 -2
  81. package/dist/model/Document.js +2 -2
  82. package/dist/model/DocumentPart.js +23 -23
  83. package/dist/model/DocumentPartType.js +26 -26
  84. package/dist/model/DocumentType.js +27 -27
  85. package/dist/model/FieldMapping.js +2 -2
  86. package/dist/model/Fields.js +39 -39
  87. package/dist/model/File.js +2 -2
  88. package/dist/model/FileAttachmentUploadObject.js +2 -2
  89. package/dist/model/Filter.js +2 -2
  90. package/dist/model/FilterManager.js +25 -25
  91. package/dist/model/Form.js +2 -2
  92. package/dist/model/FormSection.js +2 -2
  93. package/dist/model/FormSubmission.js +2 -2
  94. package/dist/model/Geocode.js +2 -2
  95. package/dist/model/GeocodePayload.js +2 -2
  96. package/dist/model/GeolocationInput.js +2 -2
  97. package/dist/model/Graph.js +2 -2
  98. package/dist/model/GraphAction.js +2 -2
  99. package/dist/model/GraphDatabaseService.js +2 -2
  100. package/dist/model/GraphGeocode.js +2 -2
  101. package/dist/model/GraphIteratorEntryPart.js +2 -2
  102. package/dist/model/GraphObject.js +2 -2
  103. package/dist/model/GraphObjectPayload.js +2 -2
  104. package/dist/model/GraphObjectSchema.js +2 -2
  105. package/dist/model/GraphObjectType.js +2 -2
  106. package/dist/model/GraphObjectTypeSchema.js +2 -2
  107. package/dist/model/GraphOwner.js +2 -2
  108. package/dist/model/GraphRelationship.js +2 -2
  109. package/dist/model/GraphRelationshipPayload.js +2 -2
  110. package/dist/model/GraphRelationshipType.js +2 -2
  111. package/dist/model/GraphSchema.js +2 -2
  112. package/dist/model/GraphTraversalInput.js +2 -2
  113. package/dist/model/Image.js +2 -2
  114. package/dist/model/ImageUploadObject.js +2 -2
  115. package/dist/model/InputPart.js +2 -2
  116. package/dist/model/InputPartMediaType.js +2 -2
  117. package/dist/model/Link.js +27 -27
  118. package/dist/model/LiveStreamInfo.js +2 -2
  119. package/dist/model/MeetingEvent.js +25 -25
  120. package/dist/model/MeetingEventTimezone.js +2 -2
  121. package/dist/model/MeetingInfo.js +2 -2
  122. package/dist/model/Member.js +2 -2
  123. package/dist/model/MemberGroupCategory.js +2 -2
  124. package/dist/model/MemberList.js +2 -2
  125. package/dist/model/MessageGroup.js +2 -2
  126. package/dist/model/MultipartBody.js +2 -2
  127. package/dist/model/Objecttype.js +2 -2
  128. package/dist/model/Page.js +2 -2
  129. package/dist/model/PageSchema.js +31 -31
  130. package/dist/model/Pageable.js +2 -2
  131. package/dist/model/Path.js +2 -2
  132. package/dist/model/PaymentAccountObject.js +2 -2
  133. package/dist/model/PaymentIntentInput.js +2 -2
  134. package/dist/model/PaymentIntentResponse.js +2 -2
  135. package/dist/model/PaymentMethod.js +23 -23
  136. package/dist/model/PaymentMethodInput.js +2 -2
  137. package/dist/model/PaymentMethodResponse.js +2 -2
  138. package/dist/model/PaymentMethodsResponse.js +2 -2
  139. package/dist/model/Payout.js +2 -2
  140. package/dist/model/PayoutInput.js +2 -2
  141. package/dist/model/PayoutResponse.js +2 -2
  142. package/dist/model/Post.js +2 -2
  143. package/dist/model/PrivateMessage.js +2 -2
  144. package/dist/model/PrivateMessageConversation.js +34 -34
  145. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  146. package/dist/model/Profile.js +2 -2
  147. package/dist/model/Profiletype.js +2 -2
  148. package/dist/model/PropertyContainer.js +2 -2
  149. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  150. package/dist/model/RelationshipMapping.js +2 -2
  151. package/dist/model/ScreenSchema.js +2 -2
  152. package/dist/model/SimulcastInfo.js +2 -2
  153. package/dist/model/SkinField.js +39 -39
  154. package/dist/model/SocialGroup.js +2 -2
  155. package/dist/model/SocialGroupType.js +25 -25
  156. package/dist/model/Sort.js +2 -2
  157. package/dist/model/SourceTypes.js +2 -2
  158. package/dist/model/StatusUpdate.js +2 -2
  159. package/dist/model/StreetAddress.js +2 -2
  160. package/dist/model/StripeAccount.js +2 -2
  161. package/dist/model/StripeCustomerAccount.js +2 -2
  162. package/dist/model/Template.js +2 -2
  163. package/dist/model/TemplateSchema.js +2 -2
  164. package/dist/model/ThemeMapping.js +2 -2
  165. package/dist/model/ThemeMappingPayload.js +2 -2
  166. package/dist/model/Transaction.js +2 -2
  167. package/dist/model/Transfer.js +2 -2
  168. package/dist/model/TransferInput.js +2 -2
  169. package/dist/model/TransferResponse.js +2 -2
  170. package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
  171. package/dist/model/TraversalRelationResponse.js +2 -2
  172. package/dist/model/User.js +2 -2
  173. package/dist/model/UserDataPayload.js +2 -2
  174. package/dist/model/UserDomain.js +2 -2
  175. package/dist/model/UserInvite.js +2 -2
  176. package/dist/model/UserInviteInput.js +2 -2
  177. package/dist/model/UserSchema.js +2 -2
  178. package/dist/model/UserTag.js +2 -2
  179. package/dist/model/Userid.js +2 -2
  180. package/dist/model/Video.js +27 -27
  181. package/dist/model/VideoLiveUrl.js +2 -2
  182. package/dist/model/VideoSchema.js +27 -27
  183. package/dist/model/VideoUploadObject.js +27 -27
  184. package/dist/model/ZeusPortalCategory.js +2 -2
  185. package/package.json +1 -1
package/README.md CHANGED
@@ -4,8 +4,8 @@ Gobodo - JavaScript client for @gobodo/gobodo-api-promise
4
4
  REST Interface for Gobodo API
5
5
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
6
6
 
7
- - API version: 0.1.46
8
- - Package version: 0.1.46
7
+ - API version: 0.1.48
8
+ - Package version: 0.1.48
9
9
  - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
10
10
 
11
11
  ## Installation
@@ -121,6 +121,7 @@ var opts = {
121
121
  'cachegroup': ["null"], // {[String]} The cache group(s) the cache entry specified by the cachekey should be grouped to
122
122
  'cachekey': ["null"], // {[String]} The key to cache the response or the key to remove if a post, put, or delete operation
123
123
  'cachescope': "cachescope_example", // {String} The scope of storage of the cache item
124
+ 'cacheuser': ["null"], // {[String]} The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
124
125
  'zeusportalPostasApp': 789, // {Number} The id of the application this operation is being performed as if the caller chooses to post as an organization page
125
126
  'zeusportalPostas': 789, // {Number} The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
126
127
  'zeusportalPostasSite': 789, // {Number} The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -317,6 +318,7 @@ Class | Method | HTTP request | Description
317
318
  *Gobodo.GeocodeApi* | [**getGeocodes**](docs/GeocodeApi.md#getGeocodes) | **GET** /graph/data/object/{id}/geocode |
318
319
  *Gobodo.GoogleApi* | [**loginGoogle**](docs/GoogleApi.md#loginGoogle) | **POST** /graph/data/auth_google |
319
320
  *Gobodo.GraphActionsApi* | [**createActions**](docs/GraphActionsApi.md#createActions) | **POST** /graph/data/object/{id}/actions |
321
+ *Gobodo.GraphActionsApi* | [**createBulkActions**](docs/GraphActionsApi.md#createBulkActions) | **POST** /graph/data/action | Perform multiple actions in a single bulk operation
320
322
  *Gobodo.GraphActionsApi* | [**deleteAction**](docs/GraphActionsApi.md#deleteAction) | **DELETE** /graph/data/action/{id} | Delete Action
321
323
  *Gobodo.GraphActionsApi* | [**get4**](docs/GraphActionsApi.md#get4) | **GET** /graph/data/action |
322
324
  *Gobodo.GraphActionsApi* | [**getActionById**](docs/GraphActionsApi.md#getActionById) | **GET** /graph/data/action/{id} |
@@ -500,6 +502,7 @@ Class | Method | HTTP request | Description
500
502
  *Gobodo.InvitesApi* | [**createInviteOnObject**](docs/InvitesApi.md#createInviteOnObject) | **POST** /graph/data/invites/{objectid}/invite | Returns an invite by id
501
503
  *Gobodo.InvitesApi* | [**getInviteByCode**](docs/InvitesApi.md#getInviteByCode) | **GET** /graph/data/invites/{inviteCode} | Returns an invite by id
502
504
  *Gobodo.InvitesApi* | [**inviteLoggedInUser**](docs/InvitesApi.md#inviteLoggedInUser) | **GET** /graph/data/invites/user/logon_user | Returns the logged inuser
505
+ *Gobodo.LikesApi* | [**createBulkActions1**](docs/LikesApi.md#createBulkActions1) | **POST** /graph/data/likes | Perform multiple actions in a single bulk operation
503
506
  *Gobodo.LikesApi* | [**deleteAction1**](docs/LikesApi.md#deleteAction1) | **DELETE** /graph/data/likes/{id} | Delete Action
504
507
  *Gobodo.LikesApi* | [**deleteLike**](docs/LikesApi.md#deleteLike) | **DELETE** /graph/data/likes/{objectid} | Delete Like
505
508
  *Gobodo.LikesApi* | [**dislike**](docs/LikesApi.md#dislike) | **POST** /graph/data/likes/{objectid}/dislike | Dislike an Object
@@ -618,6 +621,7 @@ Class | Method | HTTP request | Description
618
621
  *Gobodo.UserTagsApi* | [**setRelProperty2**](docs/UserTagsApi.md#setRelProperty2) | **PUT** /graph/data/usertags/{id}/properties/{prop} | Update Property
619
622
  *Gobodo.UserTagsApi* | [**tagUsers**](docs/UserTagsApi.md#tagUsers) | **POST** /graph/data/object/{id}/tagusers |
620
623
  *Gobodo.UsersApi* | [**createUser**](docs/UsersApi.md#createUser) | **POST** /graph/data/user | Create a new User
624
+ *Gobodo.UsersApi* | [**deleteAccount1**](docs/UsersApi.md#deleteAccount1) | **DELETE** /graph/data/user/self | Deactivates the account and clear's the user's data if the purge data flag is true
621
625
  *Gobodo.UsersApi* | [**get33**](docs/UsersApi.md#get33) | **GET** /graph/data/user |
622
626
  *Gobodo.UsersApi* | [**getProfileByType**](docs/UsersApi.md#getProfileByType) | **GET** /graph/data/user/{id}/profile/{type} | Returns the profile of the given type for the specified user if the profile exists
623
627
  *Gobodo.UsersApi* | [**getProfiles**](docs/UsersApi.md#getProfiles) | **GET** /graph/data/user/{id}/profiles | Get a list of profiles attached to the user's account
package/dist/ApiClient.js CHANGED
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.46
19
+ * The version of the OpenAPI document: 0.1.48
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  */
27
27
  /**
28
28
  * @module ApiClient
29
- * @version 0.1.46
29
+ * @version 0.1.48
30
30
  */
31
31
  /**
32
32
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
@@ -74,7 +74,7 @@ var ApiClient = /*#__PURE__*/function () {
74
74
  * @default {}
75
75
  */
76
76
  this.defaultHeaders = {
77
- 'User-Agent': 'OpenAPI-Generator/0.1.46/Javascript'
77
+ 'User-Agent': 'OpenAPI-Generator/0.1.48/Javascript'
78
78
  };
79
79
 
80
80
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.46
19
+ * The version of the OpenAPI document: 0.1.48
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * ActionTypes service.
29
29
  * @module api/ActionTypesApi
30
- * @version 0.1.46
30
+ * @version 0.1.48
31
31
  */
32
32
  var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -53,6 +53,7 @@ var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
53
53
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
54
54
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
55
55
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
56
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
56
57
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
57
58
  * @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
58
59
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -83,6 +84,7 @@ var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
83
84
  'cachegroup': opts['cachegroup'],
84
85
  'cachekey': opts['cachekey'],
85
86
  'cachescope': opts['cachescope'],
87
+ 'cacheuser': opts['cacheuser'],
86
88
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
87
89
  'zeusportal-postas': opts['zeusportalPostas'],
88
90
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -107,6 +109,7 @@ var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
107
109
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
108
110
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
109
111
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
112
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
110
113
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
111
114
  * @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
112
115
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.46
19
+ * The version of the OpenAPI document: 0.1.48
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * AdCampaigns service.
29
29
  * @module api/AdCampaignsApi
30
- * @version 0.1.46
30
+ * @version 0.1.48
31
31
  */
32
32
  var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -51,6 +51,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
51
51
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
52
52
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
53
53
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
54
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
54
55
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
55
56
  * @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
56
57
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -71,6 +72,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
71
72
  'cachegroup': opts['cachegroup'],
72
73
  'cachekey': opts['cachekey'],
73
74
  'cachescope': opts['cachescope'],
75
+ 'cacheuser': opts['cacheuser'],
74
76
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
75
77
  'zeusportal-postas': opts['zeusportalPostas'],
76
78
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -93,6 +95,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
93
95
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
94
96
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
95
97
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
98
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
96
99
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
97
100
  * @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
98
101
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -117,6 +120,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
117
120
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
118
121
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
119
122
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
123
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
120
124
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
121
125
  * @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
122
126
  * @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,6 +146,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
142
146
  'cachegroup': opts['cachegroup'],
143
147
  'cachekey': opts['cachekey'],
144
148
  'cachescope': opts['cachescope'],
149
+ 'cacheuser': opts['cacheuser'],
145
150
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
146
151
  'zeusportal-postas': opts['zeusportalPostas'],
147
152
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -164,6 +169,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
164
169
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
165
170
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
166
171
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
172
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
167
173
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
168
174
  * @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
169
175
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -186,6 +192,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
186
192
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
187
193
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
188
194
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
195
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
189
196
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
190
197
  * @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
191
198
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -205,6 +212,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
205
212
  'cachegroup': opts['cachegroup'],
206
213
  'cachekey': opts['cachekey'],
207
214
  'cachescope': opts['cachescope'],
215
+ 'cacheuser': opts['cacheuser'],
208
216
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
209
217
  'zeusportal-postas': opts['zeusportalPostas'],
210
218
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -226,6 +234,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
226
234
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
227
235
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
228
236
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
237
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
229
238
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
230
239
  * @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
231
240
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -249,6 +258,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
249
258
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
250
259
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
251
260
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
261
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
252
262
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
253
263
  * @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
254
264
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -274,6 +284,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
274
284
  'cachegroup': opts['cachegroup'],
275
285
  'cachekey': opts['cachekey'],
276
286
  'cachescope': opts['cachescope'],
287
+ 'cacheuser': opts['cacheuser'],
277
288
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
278
289
  'zeusportal-postas': opts['zeusportalPostas'],
279
290
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -298,6 +309,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
298
309
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
299
310
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
300
311
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
312
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
301
313
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
302
314
  * @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
303
315
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -320,6 +332,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
320
332
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
321
333
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
322
334
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
335
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
323
336
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
324
337
  * @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
325
338
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -345,6 +358,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
345
358
  'cachegroup': opts['cachegroup'],
346
359
  'cachekey': opts['cachekey'],
347
360
  'cachescope': opts['cachescope'],
361
+ 'cacheuser': opts['cacheuser'],
348
362
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
349
363
  'zeusportal-postas': opts['zeusportalPostas'],
350
364
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -368,6 +382,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
368
382
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
369
383
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
370
384
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
385
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
371
386
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
372
387
  * @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
373
388
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -390,6 +405,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
390
405
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
391
406
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
392
407
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
408
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
393
409
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
394
410
  * @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
395
411
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -416,6 +432,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
416
432
  'cachegroup': opts['cachegroup'],
417
433
  'cachekey': opts['cachekey'],
418
434
  'cachescope': opts['cachescope'],
435
+ 'cacheuser': opts['cacheuser'],
419
436
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
420
437
  'zeusportal-postas': opts['zeusportalPostas'],
421
438
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -437,6 +454,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
437
454
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
438
455
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
439
456
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
457
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
440
458
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
441
459
  * @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
442
460
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -460,6 +478,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
460
478
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
461
479
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
462
480
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
481
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
463
482
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
464
483
  * @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
465
484
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -486,6 +505,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
486
505
  'cachegroup': opts['cachegroup'],
487
506
  'cachekey': opts['cachekey'],
488
507
  'cachescope': opts['cachescope'],
508
+ 'cacheuser': opts['cacheuser'],
489
509
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
490
510
  'zeusportal-postas': opts['zeusportalPostas'],
491
511
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -507,6 +527,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
507
527
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
508
528
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
509
529
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
530
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
510
531
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
511
532
  * @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
512
533
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -530,6 +551,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
530
551
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
531
552
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
532
553
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
554
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
533
555
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
534
556
  * @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
535
557
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -556,6 +578,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
556
578
  'cachegroup': opts['cachegroup'],
557
579
  'cachekey': opts['cachekey'],
558
580
  'cachescope': opts['cachescope'],
581
+ 'cacheuser': opts['cacheuser'],
559
582
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
560
583
  'zeusportal-postas': opts['zeusportalPostas'],
561
584
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -577,6 +600,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
577
600
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
578
601
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
579
602
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
603
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
580
604
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
581
605
  * @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
582
606
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page