@marteye/studiojs 1.1.26 → 1.1.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -112,6 +112,9 @@ function create$c(httpClient) {
112
112
  };
113
113
  }
114
114
 
115
+ /***
116
+ * Bidder applications
117
+ */
115
118
  function create$b(httpClient) {
116
119
  let applications = {
117
120
  /**
@@ -5182,7 +5185,7 @@ function resources(httpClient) {
5182
5185
  lotitems: create$8(httpClient),
5183
5186
  webhooks: create(),
5184
5187
  actions: create$d(),
5185
- applications: create$b(httpClient),
5188
+ bidderApplications: create$b(httpClient),
5186
5189
  settings: create$2(httpClient),
5187
5190
  adjustments: create$c(httpClient),
5188
5191
  productCodes: create$5(httpClient),