@gobodo/gobodo-api-promise 0.1.34 → 0.1.38

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 +8 -3
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +14 -2
  4. package/dist/api/AdCampaignsApi.js +98 -2
  5. package/dist/api/AdManagementApi.js +146 -2
  6. package/dist/api/AdminDataManagementApi.js +14 -2
  7. package/dist/api/AdsApi.js +74 -2
  8. package/dist/api/AttachmentsApi.js +86 -2
  9. package/dist/api/AuthenticationApi.js +27 -27
  10. package/dist/api/CategoriesApi.js +86 -2
  11. package/dist/api/CommentsApi.js +98 -2
  12. package/dist/api/ContentManagementApi.js +290 -2
  13. package/dist/api/ConversationsApi.js +110 -2
  14. package/dist/api/DataSheetImportsApi.js +182 -2
  15. package/dist/api/DefaultApi.js +134 -2
  16. package/dist/api/DocumentsApi.js +158 -2
  17. package/dist/api/EntryPartsApi.js +158 -2
  18. package/dist/api/FacebookApi.js +6 -6
  19. package/dist/api/FieldsApi.js +38 -2
  20. package/dist/api/FilesApi.js +14 -2
  21. package/dist/api/FormsApi.js +218 -2
  22. package/dist/api/FunctionsApi.js +14 -2
  23. package/dist/api/GeocodeApi.js +62 -2
  24. package/dist/api/GoogleApi.js +6 -6
  25. package/dist/api/GraphActionsApi.js +122 -2
  26. package/dist/api/GraphObjectTypesApi.js +110 -2
  27. package/dist/api/GraphObjectsApi.js +779 -11
  28. package/dist/api/GraphRelationshipTypesApi.js +206 -2
  29. package/dist/api/GraphRelationshipsApi.js +374 -2
  30. package/dist/api/GraphSchemasApi.js +86 -2
  31. package/dist/api/GraphTraversalApi.js +144 -2
  32. package/dist/api/GraphsApi.js +134 -2
  33. package/dist/api/GroupsApi.js +134 -2
  34. package/dist/api/IAMApi.js +50 -2
  35. package/dist/api/ImagesApi.js +98 -2
  36. package/dist/api/InvitesApi.js +62 -2
  37. package/dist/api/LikesApi.js +146 -2
  38. package/dist/api/LinkedINApi.js +6 -6
  39. package/dist/api/LiveMeetingsApi.js +26 -2
  40. package/dist/api/MeetingEventsApi.js +62 -2
  41. package/dist/api/PagesApi.js +110 -2
  42. package/dist/api/PostsApi.js +62 -2
  43. package/dist/api/PrivateMessagesApi.js +194 -2
  44. package/dist/api/PublicationsApi.js +14 -2
  45. package/dist/api/ScreensApi.js +38 -2
  46. package/dist/api/SocialIntegrationApi.js +15 -15
  47. package/dist/api/StripeAccountsApi.js +458 -2
  48. package/dist/api/TagsApi.js +14 -2
  49. package/dist/api/TemplatesApi.js +38 -2
  50. package/dist/api/ThemeMappingsApi.js +38 -2
  51. package/dist/api/TransactionsApi.js +8 -8
  52. package/dist/api/TwitterApi.js +6 -6
  53. package/dist/api/UserTagsApi.js +110 -2
  54. package/dist/api/UsersApi.js +110 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +134 -2
  57. package/dist/index.js +5 -5
  58. package/dist/model/APIClient.js +2 -2
  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 +121 -121
  67. package/dist/model/AuthResponse.js +238 -0
  68. package/dist/model/Balance.js +34 -34
  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 +31 -31
  74. package/dist/model/Coordinates.js +2 -2
  75. package/dist/model/CreateAccountResponse.js +2 -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 +2 -2
  81. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  82. package/dist/model/DataSheetImportSummary.js +2 -2
  83. package/dist/model/Document.js +121 -121
  84. package/dist/model/DocumentPart.js +2 -2
  85. package/dist/model/DocumentPartType.js +2 -2
  86. package/dist/model/DocumentType.js +48 -48
  87. package/dist/model/FieldMapping.js +2 -2
  88. package/dist/model/Fields.js +26 -26
  89. package/dist/model/File.js +48 -48
  90. package/dist/model/FileAttachmentUploadObject.js +48 -48
  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 +25 -25
  100. package/dist/model/GraphAction.js +2 -2
  101. package/dist/model/GraphDatabaseService.js +24 -24
  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 +2 -2
  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/GraphRelationObjectObject.js +2 -2
  111. package/dist/model/GraphRelationship.js +2 -2
  112. package/dist/model/GraphRelationshipPayload.js +2 -2
  113. package/dist/model/GraphRelationshipType.js +2 -2
  114. package/dist/model/GraphSchema.js +2 -2
  115. package/dist/model/GraphTraversalInput.js +2 -2
  116. package/dist/model/Image.js +70 -70
  117. package/dist/model/ImageUploadObject.js +70 -70
  118. package/dist/model/InputPart.js +2 -2
  119. package/dist/model/InputPartMediaType.js +2 -2
  120. package/dist/model/Link.js +54 -54
  121. package/dist/model/LiveStreamInfo.js +2 -2
  122. package/dist/model/MeetingEvent.js +85 -85
  123. package/dist/model/MeetingEventTimezone.js +2 -2
  124. package/dist/model/MeetingInfo.js +2 -2
  125. package/dist/model/Member.js +42 -42
  126. package/dist/model/MemberGroupCategory.js +2 -2
  127. package/dist/model/MemberList.js +2 -2
  128. package/dist/model/MessageGroup.js +25 -25
  129. package/dist/model/MultipartBody.js +2 -2
  130. package/dist/model/Objecttype.js +2 -2
  131. package/dist/model/Page.js +2 -2
  132. package/dist/model/PageSchema.js +48 -48
  133. package/dist/model/Pageable.js +2 -2
  134. package/dist/model/Path.js +2 -2
  135. package/dist/model/PaymentAccountObject.js +2 -2
  136. package/dist/model/PaymentIntentInput.js +2 -2
  137. package/dist/model/PaymentIntentResponse.js +2 -2
  138. package/dist/model/PaymentMethod.js +23 -23
  139. package/dist/model/PaymentMethodInput.js +2 -2
  140. package/dist/model/PaymentMethodResponse.js +2 -2
  141. package/dist/model/PaymentMethodsResponse.js +2 -2
  142. package/dist/model/Payout.js +30 -30
  143. package/dist/model/PayoutInput.js +2 -2
  144. package/dist/model/PayoutResponse.js +2 -2
  145. package/dist/model/Post.js +2 -2
  146. package/dist/model/PrivateMessage.js +2 -2
  147. package/dist/model/PrivateMessageConversation.js +60 -60
  148. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  149. package/dist/model/Profile.js +2 -2
  150. package/dist/model/Profiletype.js +2 -2
  151. package/dist/model/PropertyContainer.js +25 -25
  152. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  153. package/dist/model/RelationshipMapping.js +2 -2
  154. package/dist/model/ScreenSchema.js +2 -2
  155. package/dist/model/SimulcastInfo.js +2 -2
  156. package/dist/model/SkinField.js +26 -26
  157. package/dist/model/SocialGroup.js +2 -2
  158. package/dist/model/SocialGroupType.js +2 -2
  159. package/dist/model/Sort.js +2 -2
  160. package/dist/model/SourceTypes.js +2 -2
  161. package/dist/model/StatusUpdate.js +2 -2
  162. package/dist/model/StreetAddress.js +2 -2
  163. package/dist/model/StripeAccount.js +2 -2
  164. package/dist/model/StripeCustomerAccount.js +2 -2
  165. package/dist/model/Template.js +30 -30
  166. package/dist/model/TemplateSchema.js +30 -30
  167. package/dist/model/ThemeMapping.js +39 -39
  168. package/dist/model/ThemeMappingPayload.js +25 -25
  169. package/dist/model/Transaction.js +2 -2
  170. package/dist/model/Transfer.js +55 -55
  171. package/dist/model/TransferInput.js +2 -2
  172. package/dist/model/TransferResponse.js +77 -2
  173. package/dist/model/TransferResponsePaymentMethodDetails.js +55 -55
  174. package/dist/model/TraversalRelationResponse.js +2 -2
  175. package/dist/model/User.js +42 -42
  176. package/dist/model/UserDataPayload.js +42 -42
  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 +42 -42
  181. package/dist/model/UserTag.js +2 -2
  182. package/dist/model/Userid.js +2 -2
  183. package/dist/model/Video.js +81 -81
  184. package/dist/model/VideoLiveUrl.js +2 -2
  185. package/dist/model/VideoSchema.js +81 -81
  186. package/dist/model/VideoUploadObject.js +81 -81
  187. package/dist/model/ZeusPortalCategory.js +2 -2
  188. 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.34
8
- - Package version: 0.1.34
7
+ - API version: 0.1.38
8
+ - Package version: 0.1.38
9
9
  - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
10
10
 
11
11
  ## Installation
@@ -117,6 +117,10 @@ var id = 789; // {Number}
117
117
  var actiontypeid = 789; // {Number}
118
118
  var opts = {
119
119
  'authorization': "authorization_example", // {String} The authorization token of the logged in user
120
+ 'cacheduration': 56, // {Number} The how long the cache entry should persist
121
+ 'cachegroup': ["null"], // {[String]} The cache group(s) the cache entry specified by the cachekey should be grouped to
122
+ 'cachekey': ["null"], // {[String]} The key to cache the response or the key to remove if a post, put, or delete operation
123
+ 'cachescope': "cachescope_example", // {String} The scope of storage of the cache item
120
124
  'zeusportalPostasApp': 789, // {Number} The id of the application this operation is being performed as if the caller chooses to post as an organization page
121
125
  '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
122
126
  'zeusportalPostasSite': 789, // {Number} The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -455,6 +459,7 @@ Class | Method | HTTP request | Description
455
459
  *Gobodo.GraphTraversalApi* | [**traverseFromFindObjects**](docs/GraphTraversalApi.md#traverseFromFindObjects) | **POST** /graph/data/traverse/{id}/traverseobjects |
456
460
  *Gobodo.GraphTraversalApi* | [**traverseFromFindRelationships**](docs/GraphTraversalApi.md#traverseFromFindRelationships) | **POST** /graph/data/traverse/{id}/traverserelationships |
457
461
  *Gobodo.GraphTraversalApi* | [**traverseObjects**](docs/GraphTraversalApi.md#traverseObjects) | **POST** /graph/data/traverse/objects | Traverses the graph based on the traversal query provided and returns the discovered objects
462
+ *Gobodo.GraphTraversalApi* | [**traverseObjectsCount**](docs/GraphTraversalApi.md#traverseObjectsCount) | **POST** /graph/data/traverse/objects/count | Traverses the graph based on the traversal query provided and returns a count of the discovered objects
458
463
  *Gobodo.GraphTraversalApi* | [**traverseRelationships**](docs/GraphTraversalApi.md#traverseRelationships) | **POST** /graph/data/traverse/relationships | Traverses the graph based on the traversal query provided and returns the discovered relationships
459
464
  *Gobodo.GraphsApi* | [**addSchemas**](docs/GraphsApi.md#addSchemas) | **PUT** /graph/data/graph/{id}/schemas | Adds schemas to the graph
460
465
  *Gobodo.GraphsApi* | [**createAddObjectsToGraph**](docs/GraphsApi.md#createAddObjectsToGraph) | **PUT** /graph/data/graph/{id}/objects | Adds objects to the graph
@@ -645,7 +650,7 @@ Class | Method | HTTP request | Description
645
650
  - [Gobodo.ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner](docs/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.md)
646
651
  - [Gobodo.ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner](docs/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.md)
647
652
  - [Gobodo.Article](docs/Article.md)
648
- - [Gobodo.Authorization](docs/Authorization.md)
653
+ - [Gobodo.AuthResponse](docs/AuthResponse.md)
649
654
  - [Gobodo.Balance](docs/Balance.md)
650
655
  - [Gobodo.BalanceDetails](docs/BalanceDetails.md)
651
656
  - [Gobodo.BalanceResponse](docs/BalanceResponse.md)
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.34
19
+ * The version of the OpenAPI document: 0.1.38
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.34
29
+ * @version 0.1.38
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.34/Javascript'
77
+ 'User-Agent': 'OpenAPI-Generator/0.1.38/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.34
19
+ * The version of the OpenAPI document: 0.1.38
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.34
30
+ * @version 0.1.38
31
31
  */
32
32
  var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -49,6 +49,10 @@ var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
49
49
  * @param {Number} actiontypeid
50
50
  * @param {Object} opts Optional parameters
51
51
  * @param {String} [authorization] The authorization token of the logged in user
52
+ * @param {Number} [cacheduration] The how long the cache entry should persist
53
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
54
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
55
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
52
56
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
53
57
  * @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
54
58
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -75,6 +79,10 @@ var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
75
79
  var queryParams = {};
76
80
  var headerParams = {
77
81
  'Authorization': opts['authorization'],
82
+ 'cacheduration': opts['cacheduration'],
83
+ 'cachegroup': opts['cachegroup'],
84
+ 'cachekey': opts['cachekey'],
85
+ 'cachescope': opts['cachescope'],
78
86
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
79
87
  'zeusportal-postas': opts['zeusportalPostas'],
80
88
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -95,6 +103,10 @@ var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
95
103
  * @param {Number} actiontypeid
96
104
  * @param {Object} opts Optional parameters
97
105
  * @param {String} opts.authorization The authorization token of the logged in user
106
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
107
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
108
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
109
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
98
110
  * @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
99
111
  * @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
100
112
  * @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.34
19
+ * The version of the OpenAPI document: 0.1.38
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.34
30
+ * @version 0.1.38
31
31
  */
32
32
  var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -47,6 +47,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
47
47
  * Creates a new ad campaign
48
48
  * @param {Object} opts Optional parameters
49
49
  * @param {String} [authorization] The authorization token of the logged in user
50
+ * @param {Number} [cacheduration] The how long the cache entry should persist
51
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
52
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
53
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
50
54
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
51
55
  * @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
52
56
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -63,6 +67,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
63
67
  var queryParams = {};
64
68
  var headerParams = {
65
69
  'Authorization': opts['authorization'],
70
+ 'cacheduration': opts['cacheduration'],
71
+ 'cachegroup': opts['cachegroup'],
72
+ 'cachekey': opts['cachekey'],
73
+ 'cachescope': opts['cachescope'],
66
74
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
67
75
  'zeusportal-postas': opts['zeusportalPostas'],
68
76
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -81,6 +89,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
81
89
  * Creates a new ad campaign
82
90
  * @param {Object} opts Optional parameters
83
91
  * @param {String} opts.authorization The authorization token of the logged in user
92
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
93
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
94
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
95
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
84
96
  * @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
85
97
  * @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
86
98
  * @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
@@ -101,6 +113,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
101
113
  * @param {Number} id The id of the object to delete
102
114
  * @param {Object} opts Optional parameters
103
115
  * @param {String} [authorization] The authorization token of the logged in user
116
+ * @param {Number} [cacheduration] The how long the cache entry should persist
117
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
118
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
119
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
104
120
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
105
121
  * @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
106
122
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -122,6 +138,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
122
138
  var queryParams = {};
123
139
  var headerParams = {
124
140
  'Authorization': opts['authorization'],
141
+ 'cacheduration': opts['cacheduration'],
142
+ 'cachegroup': opts['cachegroup'],
143
+ 'cachekey': opts['cachekey'],
144
+ 'cachescope': opts['cachescope'],
125
145
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
126
146
  'zeusportal-postas': opts['zeusportalPostas'],
127
147
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -140,6 +160,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
140
160
  * @param {Number} id The id of the object to delete
141
161
  * @param {Object} opts Optional parameters
142
162
  * @param {String} opts.authorization The authorization token of the logged in user
163
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
164
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
165
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
166
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
143
167
  * @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
144
168
  * @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
145
169
  * @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
@@ -158,6 +182,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
158
182
  * Root for the API
159
183
  * @param {Object} opts Optional parameters
160
184
  * @param {String} [authorization] The authorization token of the logged in user
185
+ * @param {Number} [cacheduration] The how long the cache entry should persist
186
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
187
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
188
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
161
189
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
162
190
  * @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
163
191
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -173,6 +201,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
173
201
  var queryParams = {};
174
202
  var headerParams = {
175
203
  'Authorization': opts['authorization'],
204
+ 'cacheduration': opts['cacheduration'],
205
+ 'cachegroup': opts['cachegroup'],
206
+ 'cachekey': opts['cachekey'],
207
+ 'cachescope': opts['cachescope'],
176
208
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
177
209
  'zeusportal-postas': opts['zeusportalPostas'],
178
210
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -190,6 +222,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
190
222
  * Root for the API
191
223
  * @param {Object} opts Optional parameters
192
224
  * @param {String} opts.authorization The authorization token of the logged in user
225
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
226
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
227
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
228
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
193
229
  * @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
194
230
  * @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
195
231
  * @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
@@ -209,6 +245,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
209
245
  * @param {Number} id
210
246
  * @param {Object} opts Optional parameters
211
247
  * @param {String} [authorization] The authorization token of the logged in user
248
+ * @param {Number} [cacheduration] The how long the cache entry should persist
249
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
250
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
251
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
212
252
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
213
253
  * @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
214
254
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -230,6 +270,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
230
270
  var queryParams = {};
231
271
  var headerParams = {
232
272
  'Authorization': opts['authorization'],
273
+ 'cacheduration': opts['cacheduration'],
274
+ 'cachegroup': opts['cachegroup'],
275
+ 'cachekey': opts['cachekey'],
276
+ 'cachescope': opts['cachescope'],
233
277
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
234
278
  'zeusportal-postas': opts['zeusportalPostas'],
235
279
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -250,6 +294,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
250
294
  * @param {Number} id
251
295
  * @param {Object} opts Optional parameters
252
296
  * @param {String} opts.authorization The authorization token of the logged in user
297
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
298
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
299
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
300
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
253
301
  * @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
254
302
  * @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
255
303
  * @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
@@ -268,6 +316,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
268
316
  * @param {Number} id
269
317
  * @param {Object} opts Optional parameters
270
318
  * @param {String} [authorization] The authorization token of the logged in user
319
+ * @param {Number} [cacheduration] The how long the cache entry should persist
320
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
321
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
322
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
271
323
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
272
324
  * @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
273
325
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -289,6 +341,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
289
341
  var queryParams = {};
290
342
  var headerParams = {
291
343
  'Authorization': opts['authorization'],
344
+ 'cacheduration': opts['cacheduration'],
345
+ 'cachegroup': opts['cachegroup'],
346
+ 'cachekey': opts['cachekey'],
347
+ 'cachescope': opts['cachescope'],
292
348
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
293
349
  'zeusportal-postas': opts['zeusportalPostas'],
294
350
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -308,6 +364,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
308
364
  * @param {Number} id
309
365
  * @param {Object} opts Optional parameters
310
366
  * @param {String} opts.authorization The authorization token of the logged in user
367
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
368
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
369
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
370
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
311
371
  * @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
312
372
  * @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
313
373
  * @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
@@ -326,6 +386,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
326
386
  * @param {Number} id
327
387
  * @param {Object} opts Optional parameters
328
388
  * @param {String} [authorization] The authorization token of the logged in user
389
+ * @param {Number} [cacheduration] The how long the cache entry should persist
390
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
391
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
392
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
329
393
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
330
394
  * @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
331
395
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -348,6 +412,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
348
412
  var queryParams = {};
349
413
  var headerParams = {
350
414
  'Authorization': opts['authorization'],
415
+ 'cacheduration': opts['cacheduration'],
416
+ 'cachegroup': opts['cachegroup'],
417
+ 'cachekey': opts['cachekey'],
418
+ 'cachescope': opts['cachescope'],
351
419
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
352
420
  'zeusportal-postas': opts['zeusportalPostas'],
353
421
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -365,6 +433,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
365
433
  * @param {Number} id
366
434
  * @param {Object} opts Optional parameters
367
435
  * @param {String} opts.authorization The authorization token of the logged in user
436
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
437
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
438
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
439
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
368
440
  * @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
369
441
  * @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
370
442
  * @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
@@ -384,6 +456,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
384
456
  * @param {Number} id
385
457
  * @param {Object} opts Optional parameters
386
458
  * @param {String} [authorization] The authorization token of the logged in user
459
+ * @param {Number} [cacheduration] The how long the cache entry should persist
460
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
461
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
462
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
387
463
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
388
464
  * @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
389
465
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -406,6 +482,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
406
482
  var queryParams = {};
407
483
  var headerParams = {
408
484
  'Authorization': opts['authorization'],
485
+ 'cacheduration': opts['cacheduration'],
486
+ 'cachegroup': opts['cachegroup'],
487
+ 'cachekey': opts['cachekey'],
488
+ 'cachescope': opts['cachescope'],
409
489
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
410
490
  'zeusportal-postas': opts['zeusportalPostas'],
411
491
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -423,6 +503,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
423
503
  * @param {Number} id
424
504
  * @param {Object} opts Optional parameters
425
505
  * @param {String} opts.authorization The authorization token of the logged in user
506
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
507
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
508
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
509
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
426
510
  * @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
427
511
  * @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
428
512
  * @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
@@ -442,6 +526,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
442
526
  * @param {Number} id
443
527
  * @param {Object} opts Optional parameters
444
528
  * @param {String} [authorization] The authorization token of the logged in user
529
+ * @param {Number} [cacheduration] The how long the cache entry should persist
530
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
531
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
532
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
445
533
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
446
534
  * @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
447
535
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -464,6 +552,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
464
552
  var queryParams = {};
465
553
  var headerParams = {
466
554
  'Authorization': opts['authorization'],
555
+ 'cacheduration': opts['cacheduration'],
556
+ 'cachegroup': opts['cachegroup'],
557
+ 'cachekey': opts['cachekey'],
558
+ 'cachescope': opts['cachescope'],
467
559
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
468
560
  'zeusportal-postas': opts['zeusportalPostas'],
469
561
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -481,6 +573,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
481
573
  * @param {Number} id
482
574
  * @param {Object} opts Optional parameters
483
575
  * @param {String} opts.authorization The authorization token of the logged in user
576
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
577
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
578
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
579
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
484
580
  * @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
485
581
  * @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
486
582
  * @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