@revxui/api-clients-ts 0.10.203 → 0.10.206
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/README.md +2 -2
- package/api/api.d.ts +1 -3
- package/bundles/revxui-api-clients-ts.umd.js +24 -202
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
- package/esm2015/api/adminController.service.js +2 -2
- package/esm2015/api/advertiserController.service.js +2 -2
- package/esm2015/api/api.js +2 -4
- package/esm2015/api/appSettingsController.service.js +2 -2
- package/esm2015/api/audienceController.service.js +2 -2
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bulkStrategyController.service.js +2 -2
- package/esm2015/api/cSSThemeController_.service.js +2 -2
- package/esm2015/api/campaignController.service.js +2 -2
- package/esm2015/api/catalogController.service.js +2 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +2 -2
- package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
- package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm2015/api/creativeTemplatesController.service.js +2 -2
- package/esm2015/api/dashboardController.service.js +2 -2
- package/esm2015/api/notificationsController.service.js +2 -2
- package/esm2015/api/pixelController.service.js +2 -2
- package/esm2015/api/reportingController.service.js +2 -2
- package/esm2015/api/sliceXController.service.js +2 -2
- package/esm2015/api/strategyController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/api.module.js +1 -3
- package/esm2015/model/advertiser.js +1 -1
- package/esm2015/model/advertiserPojo.js +1 -1
- package/esm2015/model/audienceDTO.js +1 -8
- package/esm2015/model/bulkEditStrategiesDTO.js +1 -1
- package/esm2015/model/integerEditField.js +12 -0
- package/esm2015/model/models.js +1 -1
- package/esm5/api/adminController.service.js +2 -2
- package/esm5/api/advertiserController.service.js +2 -2
- package/esm5/api/api.js +2 -4
- package/esm5/api/appSettingsController.service.js +2 -2
- package/esm5/api/audienceController.service.js +2 -2
- package/esm5/api/auditController.service.js +2 -2
- package/esm5/api/bulkStrategyController.service.js +2 -2
- package/esm5/api/cSSThemeController_.service.js +2 -2
- package/esm5/api/campaignController.service.js +2 -2
- package/esm5/api/catalogController.service.js +2 -2
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +2 -2
- package/esm5/api/creativeTemplateThemesController.service.js +2 -2
- package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm5/api/creativeTemplatesController.service.js +2 -2
- package/esm5/api/dashboardController.service.js +2 -2
- package/esm5/api/notificationsController.service.js +2 -2
- package/esm5/api/pixelController.service.js +2 -2
- package/esm5/api/reportingController.service.js +2 -2
- package/esm5/api/sliceXController.service.js +2 -2
- package/esm5/api/strategyController.service.js +2 -2
- package/esm5/api/uILoggerController.service.js +2 -2
- package/esm5/api/userPreferenceController.service.js +2 -2
- package/esm5/api.module.js +1 -3
- package/esm5/model/advertiser.js +1 -1
- package/esm5/model/advertiserPojo.js +1 -1
- package/esm5/model/audienceDTO.js +1 -8
- package/esm5/model/bulkEditStrategiesDTO.js +1 -1
- package/esm5/model/integerEditField.js +12 -0
- package/esm5/model/models.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +25 -184
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +25 -202
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiser.d.ts +2 -0
- package/model/advertiserPojo.d.ts +2 -0
- package/model/audienceDTO.d.ts +1 -10
- package/model/bulkEditStrategiesDTO.d.ts +2 -1
- package/model/{appsFlyerAudienceTokenDto.d.ts → integerEditField.d.ts} +3 -2
- package/model/models.d.ts +1 -3
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/api/appsFlyerAudienceController.service.d.ts +0 -65
- package/esm2015/api/appsFlyerAudienceController.service.js +0 -158
- package/esm2015/model/appsFlyerAudienceCreateDto.js +0 -12
- package/esm2015/model/appsFlyerAudienceSyncDto.js +0 -12
- package/esm2015/model/appsFlyerAudienceTokenDto.js +0 -12
- package/esm5/api/appsFlyerAudienceController.service.js +0 -176
- package/esm5/model/appsFlyerAudienceCreateDto.js +0 -12
- package/esm5/model/appsFlyerAudienceSyncDto.js +0 -12
- package/esm5/model/appsFlyerAudienceTokenDto.js +0 -12
- package/model/appsFlyerAudienceCreateDto.d.ts +0 -16
- package/model/appsFlyerAudienceSyncDto.d.ts +0 -17
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.206
|
|
2
2
|
|
|
3
3
|
### Building
|
|
4
4
|
|
|
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
|
|
|
19
19
|
_published:_
|
|
20
20
|
|
|
21
21
|
```
|
|
22
|
-
npm install @revxui/api-clients-ts@0.10.
|
|
22
|
+
npm install @revxui/api-clients-ts@0.10.206 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
package/api/api.d.ts
CHANGED
|
@@ -4,8 +4,6 @@ export * from './advertiserController.service';
|
|
|
4
4
|
import { AdvertiserControllerService } from './advertiserController.service';
|
|
5
5
|
export * from './appSettingsController.service';
|
|
6
6
|
import { AppSettingsControllerService } from './appSettingsController.service';
|
|
7
|
-
export * from './appsFlyerAudienceController.service';
|
|
8
|
-
import { AppsFlyerAudienceControllerService } from './appsFlyerAudienceController.service';
|
|
9
7
|
export * from './audienceController.service';
|
|
10
8
|
import { AudienceControllerService } from './audienceController.service';
|
|
11
9
|
export * from './auditController.service';
|
|
@@ -46,4 +44,4 @@ export * from './uILoggerController.service';
|
|
|
46
44
|
import { UILoggerControllerService } from './uILoggerController.service';
|
|
47
45
|
export * from './userPreferenceController.service';
|
|
48
46
|
import { UserPreferenceControllerService } from './userPreferenceController.service';
|
|
49
|
-
export declare const APIS: (typeof AdminControllerService | typeof AdvertiserControllerService | typeof AppSettingsControllerService | typeof
|
|
47
|
+
export declare const APIS: (typeof AdminControllerService | typeof AdvertiserControllerService | typeof AppSettingsControllerService | typeof AudienceControllerService | typeof AuditControllerService | typeof BulkStrategyControllerService | typeof CSSThemeController_Service | typeof CampaignControllerService | typeof CatalogControllerService | typeof ClickDestinationControllerService | typeof CreativeControllerService | typeof CreativeSetsControllerService | typeof CreativeTemplateThemesControllerService | typeof CreativeTemplateVariablesControllerService | typeof CreativeTemplatesControllerService | typeof DashboardControllerService | typeof NotificationsControllerService | typeof PixelControllerService | typeof ReportingControllerService | typeof SliceXControllerService | typeof StrategyControllerService | typeof UILoggerControllerService | typeof UserPreferenceControllerService)[];
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
var AdminControllerService = /** @class */ (function () {
|
|
309
309
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
310
310
|
this.httpClient = httpClient;
|
|
311
|
-
this.basePath = 'https://
|
|
311
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
312
312
|
this.defaultHeaders = new http.HttpHeaders();
|
|
313
313
|
this.configuration = new Configuration();
|
|
314
314
|
if (basePath) {
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
526
526
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
527
527
|
this.httpClient = httpClient;
|
|
528
|
-
this.basePath = 'https://
|
|
528
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
529
529
|
this.defaultHeaders = new http.HttpHeaders();
|
|
530
530
|
this.configuration = new Configuration();
|
|
531
531
|
if (basePath) {
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
972
972
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
973
973
|
this.httpClient = httpClient;
|
|
974
|
-
this.basePath = 'https://
|
|
974
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
975
975
|
this.defaultHeaders = new http.HttpHeaders();
|
|
976
976
|
this.configuration = new Configuration();
|
|
977
977
|
if (basePath) {
|
|
@@ -1127,175 +1127,6 @@
|
|
|
1127
1127
|
return AppSettingsControllerService;
|
|
1128
1128
|
}());
|
|
1129
1129
|
|
|
1130
|
-
/**
|
|
1131
|
-
* Api Documentation
|
|
1132
|
-
* Api Documentation
|
|
1133
|
-
*
|
|
1134
|
-
* OpenAPI spec version: 1.0
|
|
1135
|
-
*
|
|
1136
|
-
*
|
|
1137
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
1138
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
1139
|
-
* Do not edit the class manually.
|
|
1140
|
-
*/
|
|
1141
|
-
var AppsFlyerAudienceControllerService = /** @class */ (function () {
|
|
1142
|
-
function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
|
|
1143
|
-
this.httpClient = httpClient;
|
|
1144
|
-
this.basePath = 'https://localhost:10045';
|
|
1145
|
-
this.defaultHeaders = new http.HttpHeaders();
|
|
1146
|
-
this.configuration = new Configuration();
|
|
1147
|
-
if (basePath) {
|
|
1148
|
-
this.basePath = basePath;
|
|
1149
|
-
}
|
|
1150
|
-
if (configuration) {
|
|
1151
|
-
this.configuration = configuration;
|
|
1152
|
-
this.basePath = basePath || configuration.basePath || this.basePath;
|
|
1153
|
-
}
|
|
1154
|
-
}
|
|
1155
|
-
/**
|
|
1156
|
-
* @param consumes string[] mime-types
|
|
1157
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
1158
|
-
*/
|
|
1159
|
-
AppsFlyerAudienceControllerService.prototype.canConsumeForm = function (consumes) {
|
|
1160
|
-
var e_1, _a;
|
|
1161
|
-
var form = 'multipart/form-data';
|
|
1162
|
-
try {
|
|
1163
|
-
for (var consumes_1 = __values(consumes), consumes_1_1 = consumes_1.next(); !consumes_1_1.done; consumes_1_1 = consumes_1.next()) {
|
|
1164
|
-
var consume = consumes_1_1.value;
|
|
1165
|
-
if (form === consume) {
|
|
1166
|
-
return true;
|
|
1167
|
-
}
|
|
1168
|
-
}
|
|
1169
|
-
}
|
|
1170
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
1171
|
-
finally {
|
|
1172
|
-
try {
|
|
1173
|
-
if (consumes_1_1 && !consumes_1_1.done && (_a = consumes_1.return)) _a.call(consumes_1);
|
|
1174
|
-
}
|
|
1175
|
-
finally { if (e_1) throw e_1.error; }
|
|
1176
|
-
}
|
|
1177
|
-
return false;
|
|
1178
|
-
};
|
|
1179
|
-
AppsFlyerAudienceControllerService.prototype.createAppsFlyerAudienceUsingPOST = function (appsFlyerAudienceCreateDto, reqId, token, observe, reportProgress) {
|
|
1180
|
-
if (observe === void 0) { observe = 'body'; }
|
|
1181
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
1182
|
-
if (appsFlyerAudienceCreateDto === null || appsFlyerAudienceCreateDto === undefined) {
|
|
1183
|
-
throw new Error('Required parameter appsFlyerAudienceCreateDto was null or undefined when calling createAppsFlyerAudienceUsingPOST.');
|
|
1184
|
-
}
|
|
1185
|
-
var headers = this.defaultHeaders;
|
|
1186
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1187
|
-
headers = headers.set('reqId', String(reqId));
|
|
1188
|
-
}
|
|
1189
|
-
if (token !== undefined && token !== null) {
|
|
1190
|
-
headers = headers.set('token', String(token));
|
|
1191
|
-
}
|
|
1192
|
-
// to determine the Accept header
|
|
1193
|
-
var httpHeaderAccepts = [
|
|
1194
|
-
'*/*'
|
|
1195
|
-
];
|
|
1196
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1197
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1198
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1199
|
-
}
|
|
1200
|
-
// to determine the Content-Type header
|
|
1201
|
-
var consumes = [
|
|
1202
|
-
'application/json'
|
|
1203
|
-
];
|
|
1204
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1205
|
-
if (httpContentTypeSelected != undefined) {
|
|
1206
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1207
|
-
}
|
|
1208
|
-
return this.httpClient.post(this.basePath + "/v2/api/container/create", appsFlyerAudienceCreateDto, {
|
|
1209
|
-
withCredentials: this.configuration.withCredentials,
|
|
1210
|
-
headers: headers,
|
|
1211
|
-
observe: observe,
|
|
1212
|
-
reportProgress: reportProgress
|
|
1213
|
-
});
|
|
1214
|
-
};
|
|
1215
|
-
AppsFlyerAudienceControllerService.prototype.syncAppsFlyerAudienceUsingPOST = function (appsFlyerAudienceSyncDto, reqId, token, observe, reportProgress) {
|
|
1216
|
-
if (observe === void 0) { observe = 'body'; }
|
|
1217
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
1218
|
-
if (appsFlyerAudienceSyncDto === null || appsFlyerAudienceSyncDto === undefined) {
|
|
1219
|
-
throw new Error('Required parameter appsFlyerAudienceSyncDto was null or undefined when calling syncAppsFlyerAudienceUsingPOST.');
|
|
1220
|
-
}
|
|
1221
|
-
var headers = this.defaultHeaders;
|
|
1222
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1223
|
-
headers = headers.set('reqId', String(reqId));
|
|
1224
|
-
}
|
|
1225
|
-
if (token !== undefined && token !== null) {
|
|
1226
|
-
headers = headers.set('token', String(token));
|
|
1227
|
-
}
|
|
1228
|
-
// to determine the Accept header
|
|
1229
|
-
var httpHeaderAccepts = [
|
|
1230
|
-
'*/*'
|
|
1231
|
-
];
|
|
1232
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1233
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1234
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1235
|
-
}
|
|
1236
|
-
// to determine the Content-Type header
|
|
1237
|
-
var consumes = [
|
|
1238
|
-
'application/json'
|
|
1239
|
-
];
|
|
1240
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1241
|
-
if (httpContentTypeSelected != undefined) {
|
|
1242
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1243
|
-
}
|
|
1244
|
-
return this.httpClient.post(this.basePath + "/v2/api/container/sync", appsFlyerAudienceSyncDto, {
|
|
1245
|
-
withCredentials: this.configuration.withCredentials,
|
|
1246
|
-
headers: headers,
|
|
1247
|
-
observe: observe,
|
|
1248
|
-
reportProgress: reportProgress
|
|
1249
|
-
});
|
|
1250
|
-
};
|
|
1251
|
-
AppsFlyerAudienceControllerService.prototype.validateTokenUsingPOST = function (appsFlyerAudienceTokenDto, reqId, token, observe, reportProgress) {
|
|
1252
|
-
if (observe === void 0) { observe = 'body'; }
|
|
1253
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
1254
|
-
if (appsFlyerAudienceTokenDto === null || appsFlyerAudienceTokenDto === undefined) {
|
|
1255
|
-
throw new Error('Required parameter appsFlyerAudienceTokenDto was null or undefined when calling validateTokenUsingPOST.');
|
|
1256
|
-
}
|
|
1257
|
-
var headers = this.defaultHeaders;
|
|
1258
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1259
|
-
headers = headers.set('reqId', String(reqId));
|
|
1260
|
-
}
|
|
1261
|
-
if (token !== undefined && token !== null) {
|
|
1262
|
-
headers = headers.set('token', String(token));
|
|
1263
|
-
}
|
|
1264
|
-
// to determine the Accept header
|
|
1265
|
-
var httpHeaderAccepts = [
|
|
1266
|
-
'*/*'
|
|
1267
|
-
];
|
|
1268
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1269
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1270
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1271
|
-
}
|
|
1272
|
-
// to determine the Content-Type header
|
|
1273
|
-
var consumes = [
|
|
1274
|
-
'application/json'
|
|
1275
|
-
];
|
|
1276
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1277
|
-
if (httpContentTypeSelected != undefined) {
|
|
1278
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1279
|
-
}
|
|
1280
|
-
return this.httpClient.post(this.basePath + "/v2/api/key/validate", appsFlyerAudienceTokenDto, {
|
|
1281
|
-
withCredentials: this.configuration.withCredentials,
|
|
1282
|
-
headers: headers,
|
|
1283
|
-
observe: observe,
|
|
1284
|
-
reportProgress: reportProgress
|
|
1285
|
-
});
|
|
1286
|
-
};
|
|
1287
|
-
AppsFlyerAudienceControllerService.ctorParameters = function () { return [
|
|
1288
|
-
{ type: http.HttpClient },
|
|
1289
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
1290
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
1291
|
-
]; };
|
|
1292
|
-
AppsFlyerAudienceControllerService = __decorate([
|
|
1293
|
-
core.Injectable(),
|
|
1294
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
1295
|
-
], AppsFlyerAudienceControllerService);
|
|
1296
|
-
return AppsFlyerAudienceControllerService;
|
|
1297
|
-
}());
|
|
1298
|
-
|
|
1299
1130
|
/**
|
|
1300
1131
|
* Api Documentation
|
|
1301
1132
|
* Api Documentation
|
|
@@ -1310,7 +1141,7 @@
|
|
|
1310
1141
|
var AudienceControllerService = /** @class */ (function () {
|
|
1311
1142
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1312
1143
|
this.httpClient = httpClient;
|
|
1313
|
-
this.basePath = 'https://
|
|
1144
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1314
1145
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1315
1146
|
this.configuration = new Configuration();
|
|
1316
1147
|
if (basePath) {
|
|
@@ -1962,7 +1793,7 @@
|
|
|
1962
1793
|
var AuditControllerService = /** @class */ (function () {
|
|
1963
1794
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1964
1795
|
this.httpClient = httpClient;
|
|
1965
|
-
this.basePath = 'https://
|
|
1796
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1966
1797
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1967
1798
|
this.configuration = new Configuration();
|
|
1968
1799
|
if (basePath) {
|
|
@@ -2161,7 +1992,7 @@
|
|
|
2161
1992
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2162
1993
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2163
1994
|
this.httpClient = httpClient;
|
|
2164
|
-
this.basePath = 'https://
|
|
1995
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2165
1996
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2166
1997
|
this.configuration = new Configuration();
|
|
2167
1998
|
if (basePath) {
|
|
@@ -2404,7 +2235,7 @@
|
|
|
2404
2235
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2405
2236
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2406
2237
|
this.httpClient = httpClient;
|
|
2407
|
-
this.basePath = 'https://
|
|
2238
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2408
2239
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2409
2240
|
this.configuration = new Configuration();
|
|
2410
2241
|
if (basePath) {
|
|
@@ -2525,7 +2356,7 @@
|
|
|
2525
2356
|
var CampaignControllerService = /** @class */ (function () {
|
|
2526
2357
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2527
2358
|
this.httpClient = httpClient;
|
|
2528
|
-
this.basePath = 'https://
|
|
2359
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2529
2360
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2530
2361
|
this.configuration = new Configuration();
|
|
2531
2362
|
if (basePath) {
|
|
@@ -2811,7 +2642,7 @@
|
|
|
2811
2642
|
var CatalogControllerService = /** @class */ (function () {
|
|
2812
2643
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2813
2644
|
this.httpClient = httpClient;
|
|
2814
|
-
this.basePath = 'https://
|
|
2645
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2815
2646
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2816
2647
|
this.configuration = new Configuration();
|
|
2817
2648
|
if (basePath) {
|
|
@@ -3034,7 +2865,7 @@
|
|
|
3034
2865
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3035
2866
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3036
2867
|
this.httpClient = httpClient;
|
|
3037
|
-
this.basePath = 'https://
|
|
2868
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3038
2869
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3039
2870
|
this.configuration = new Configuration();
|
|
3040
2871
|
if (basePath) {
|
|
@@ -3284,7 +3115,7 @@
|
|
|
3284
3115
|
var CreativeControllerService = /** @class */ (function () {
|
|
3285
3116
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3286
3117
|
this.httpClient = httpClient;
|
|
3287
|
-
this.basePath = 'https://
|
|
3118
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3288
3119
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3289
3120
|
this.configuration = new Configuration();
|
|
3290
3121
|
if (basePath) {
|
|
@@ -3761,7 +3592,7 @@
|
|
|
3761
3592
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3762
3593
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3763
3594
|
this.httpClient = httpClient;
|
|
3764
|
-
this.basePath = 'https://
|
|
3595
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3765
3596
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3766
3597
|
this.configuration = new Configuration();
|
|
3767
3598
|
if (basePath) {
|
|
@@ -4096,7 +3927,7 @@
|
|
|
4096
3927
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4097
3928
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4098
3929
|
this.httpClient = httpClient;
|
|
4099
|
-
this.basePath = 'https://
|
|
3930
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4100
3931
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4101
3932
|
this.configuration = new Configuration();
|
|
4102
3933
|
if (basePath) {
|
|
@@ -4297,7 +4128,7 @@
|
|
|
4297
4128
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4298
4129
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4299
4130
|
this.httpClient = httpClient;
|
|
4300
|
-
this.basePath = 'https://
|
|
4131
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4301
4132
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4302
4133
|
this.configuration = new Configuration();
|
|
4303
4134
|
if (basePath) {
|
|
@@ -4385,7 +4216,7 @@
|
|
|
4385
4216
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4386
4217
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4387
4218
|
this.httpClient = httpClient;
|
|
4388
|
-
this.basePath = 'https://
|
|
4219
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4389
4220
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4390
4221
|
this.configuration = new Configuration();
|
|
4391
4222
|
if (basePath) {
|
|
@@ -4564,7 +4395,7 @@
|
|
|
4564
4395
|
var DashboardControllerService = /** @class */ (function () {
|
|
4565
4396
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4566
4397
|
this.httpClient = httpClient;
|
|
4567
|
-
this.basePath = 'https://
|
|
4398
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4568
4399
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4569
4400
|
this.configuration = new Configuration();
|
|
4570
4401
|
if (basePath) {
|
|
@@ -5221,7 +5052,7 @@
|
|
|
5221
5052
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5222
5053
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5223
5054
|
this.httpClient = httpClient;
|
|
5224
|
-
this.basePath = 'https://
|
|
5055
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5225
5056
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5226
5057
|
this.configuration = new Configuration();
|
|
5227
5058
|
if (basePath) {
|
|
@@ -5420,7 +5251,7 @@
|
|
|
5420
5251
|
var PixelControllerService = /** @class */ (function () {
|
|
5421
5252
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5422
5253
|
this.httpClient = httpClient;
|
|
5423
|
-
this.basePath = 'https://
|
|
5254
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5424
5255
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5425
5256
|
this.configuration = new Configuration();
|
|
5426
5257
|
if (basePath) {
|
|
@@ -5749,7 +5580,7 @@
|
|
|
5749
5580
|
var ReportingControllerService = /** @class */ (function () {
|
|
5750
5581
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5751
5582
|
this.httpClient = httpClient;
|
|
5752
|
-
this.basePath = 'https://
|
|
5583
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5753
5584
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5754
5585
|
this.configuration = new Configuration();
|
|
5755
5586
|
if (basePath) {
|
|
@@ -5933,7 +5764,7 @@
|
|
|
5933
5764
|
var SliceXControllerService = /** @class */ (function () {
|
|
5934
5765
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5935
5766
|
this.httpClient = httpClient;
|
|
5936
|
-
this.basePath = 'https://
|
|
5767
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5937
5768
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5938
5769
|
this.configuration = new Configuration();
|
|
5939
5770
|
if (basePath) {
|
|
@@ -6118,7 +5949,7 @@
|
|
|
6118
5949
|
var StrategyControllerService = /** @class */ (function () {
|
|
6119
5950
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6120
5951
|
this.httpClient = httpClient;
|
|
6121
|
-
this.basePath = 'https://
|
|
5952
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6122
5953
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6123
5954
|
this.configuration = new Configuration();
|
|
6124
5955
|
if (basePath) {
|
|
@@ -6606,7 +6437,7 @@
|
|
|
6606
6437
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6607
6438
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6608
6439
|
this.httpClient = httpClient;
|
|
6609
|
-
this.basePath = 'https://
|
|
6440
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6610
6441
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6611
6442
|
this.configuration = new Configuration();
|
|
6612
6443
|
if (basePath) {
|
|
@@ -6708,7 +6539,7 @@
|
|
|
6708
6539
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6709
6540
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6710
6541
|
this.httpClient = httpClient;
|
|
6711
|
-
this.basePath = 'https://
|
|
6542
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6712
6543
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6713
6544
|
this.configuration = new Configuration();
|
|
6714
6545
|
if (basePath) {
|
|
@@ -6884,7 +6715,7 @@
|
|
|
6884
6715
|
return UserPreferenceControllerService;
|
|
6885
6716
|
}());
|
|
6886
6717
|
|
|
6887
|
-
var APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService,
|
|
6718
|
+
var APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
|
|
6888
6719
|
|
|
6889
6720
|
|
|
6890
6721
|
(function (ActivityLogsStrategyBulkUpdateDTO) {
|
|
@@ -6967,13 +6798,6 @@
|
|
|
6967
6798
|
LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
|
|
6968
6799
|
FACEBOOKID: 'FACEBOOK_ID'
|
|
6969
6800
|
};
|
|
6970
|
-
AudienceDTO.BackfillDurationUnitEnum = {
|
|
6971
|
-
MINUTE: 'MINUTE',
|
|
6972
|
-
HOUR: 'HOUR',
|
|
6973
|
-
DAY: 'DAY',
|
|
6974
|
-
WEEK: 'WEEK',
|
|
6975
|
-
MONTH: 'MONTH'
|
|
6976
|
-
};
|
|
6977
6801
|
AudienceDTO.DurationUnitEnum = {
|
|
6978
6802
|
MINUTE: 'MINUTE',
|
|
6979
6803
|
HOUR: 'HOUR',
|
|
@@ -7698,7 +7522,6 @@
|
|
|
7698
7522
|
AdminControllerService,
|
|
7699
7523
|
AdvertiserControllerService,
|
|
7700
7524
|
AppSettingsControllerService,
|
|
7701
|
-
AppsFlyerAudienceControllerService,
|
|
7702
7525
|
AudienceControllerService,
|
|
7703
7526
|
AuditControllerService,
|
|
7704
7527
|
BulkStrategyControllerService,
|
|
@@ -7732,7 +7555,6 @@
|
|
|
7732
7555
|
exports.AdvertiserControllerService = AdvertiserControllerService;
|
|
7733
7556
|
exports.ApiModule = ApiModule;
|
|
7734
7557
|
exports.AppSettingsControllerService = AppSettingsControllerService;
|
|
7735
|
-
exports.AppsFlyerAudienceControllerService = AppsFlyerAudienceControllerService;
|
|
7736
7558
|
exports.AudienceControllerService = AudienceControllerService;
|
|
7737
7559
|
exports.AuditControllerService = AuditControllerService;
|
|
7738
7560
|
exports.BASE_PATH = BASE_PATH;
|