@revxui/api-clients-ts 3.0.6 → 3.0.8
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/fesm2022/revxui-api-clients-ts.mjs +131 -332
- package/fesm2022/revxui-api-clients-ts.mjs.map +1 -1
- package/index.d.ts +6 -210
- package/package.json +1 -1
|
@@ -316,7 +316,7 @@ class Configuration {
|
|
|
316
316
|
* Do not edit the class manually.
|
|
317
317
|
*/
|
|
318
318
|
class BaseService {
|
|
319
|
-
basePath = 'https://
|
|
319
|
+
basePath = 'https://apiv2stage7.atomex.net';
|
|
320
320
|
defaultHeaders = new HttpHeaders();
|
|
321
321
|
configuration;
|
|
322
322
|
encoder;
|
|
@@ -1075,10 +1075,10 @@ class AdvertiserControllerService extends BaseService {
|
|
|
1075
1075
|
reportProgress: reportProgress
|
|
1076
1076
|
});
|
|
1077
1077
|
}
|
|
1078
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1079
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
1078
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AdvertiserControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1079
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AdvertiserControllerService, providedIn: 'root' });
|
|
1080
1080
|
}
|
|
1081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AdvertiserControllerService, decorators: [{
|
|
1082
1082
|
type: Injectable,
|
|
1083
1083
|
args: [{
|
|
1084
1084
|
providedIn: 'root'
|
|
@@ -1355,10 +1355,10 @@ class AppSettingsControllerService extends BaseService {
|
|
|
1355
1355
|
reportProgress: reportProgress
|
|
1356
1356
|
});
|
|
1357
1357
|
}
|
|
1358
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1359
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
1358
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AppSettingsControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1359
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AppSettingsControllerService, providedIn: 'root' });
|
|
1360
1360
|
}
|
|
1361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1361
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AppSettingsControllerService, decorators: [{
|
|
1362
1362
|
type: Injectable,
|
|
1363
1363
|
args: [{
|
|
1364
1364
|
providedIn: 'root'
|
|
@@ -1524,10 +1524,10 @@ class AppsFlyerAudienceControllerService extends BaseService {
|
|
|
1524
1524
|
reportProgress: reportProgress
|
|
1525
1525
|
});
|
|
1526
1526
|
}
|
|
1527
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1528
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
1527
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AppsFlyerAudienceControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1528
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AppsFlyerAudienceControllerService, providedIn: 'root' });
|
|
1529
1529
|
}
|
|
1530
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AppsFlyerAudienceControllerService, decorators: [{
|
|
1531
1531
|
type: Injectable,
|
|
1532
1532
|
args: [{
|
|
1533
1533
|
providedIn: 'root'
|
|
@@ -1597,10 +1597,10 @@ class AppsFlyerControllerService extends BaseService {
|
|
|
1597
1597
|
reportProgress: reportProgress
|
|
1598
1598
|
});
|
|
1599
1599
|
}
|
|
1600
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1601
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
1600
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AppsFlyerControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1601
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AppsFlyerControllerService, providedIn: 'root' });
|
|
1602
1602
|
}
|
|
1603
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1603
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AppsFlyerControllerService, decorators: [{
|
|
1604
1604
|
type: Injectable,
|
|
1605
1605
|
args: [{
|
|
1606
1606
|
providedIn: 'root'
|
|
@@ -2669,10 +2669,10 @@ class AudienceControllerService extends BaseService {
|
|
|
2669
2669
|
reportProgress: reportProgress
|
|
2670
2670
|
});
|
|
2671
2671
|
}
|
|
2672
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2673
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2672
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AudienceControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2673
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AudienceControllerService, providedIn: 'root' });
|
|
2674
2674
|
}
|
|
2675
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2675
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AudienceControllerService, decorators: [{
|
|
2676
2676
|
type: Injectable,
|
|
2677
2677
|
args: [{
|
|
2678
2678
|
providedIn: 'root'
|
|
@@ -2848,10 +2848,10 @@ class AuditControllerService extends BaseService {
|
|
|
2848
2848
|
reportProgress: reportProgress
|
|
2849
2849
|
});
|
|
2850
2850
|
}
|
|
2851
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2852
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2851
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AuditControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2852
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AuditControllerService, providedIn: 'root' });
|
|
2853
2853
|
}
|
|
2854
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2854
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: AuditControllerService, decorators: [{
|
|
2855
2855
|
type: Injectable,
|
|
2856
2856
|
args: [{
|
|
2857
2857
|
providedIn: 'root'
|
|
@@ -2983,10 +2983,10 @@ class BidFunnelControllerService extends BaseService {
|
|
|
2983
2983
|
reportProgress: reportProgress
|
|
2984
2984
|
});
|
|
2985
2985
|
}
|
|
2986
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2987
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2986
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: BidFunnelControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2987
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: BidFunnelControllerService, providedIn: 'root' });
|
|
2988
2988
|
}
|
|
2989
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2989
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: BidFunnelControllerService, decorators: [{
|
|
2990
2990
|
type: Injectable,
|
|
2991
2991
|
args: [{
|
|
2992
2992
|
providedIn: 'root'
|
|
@@ -3239,10 +3239,10 @@ class BulkStrategyControllerService extends BaseService {
|
|
|
3239
3239
|
reportProgress: reportProgress
|
|
3240
3240
|
});
|
|
3241
3241
|
}
|
|
3242
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3243
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3242
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: BulkStrategyControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3243
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: BulkStrategyControllerService, providedIn: 'root' });
|
|
3244
3244
|
}
|
|
3245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: BulkStrategyControllerService, decorators: [{
|
|
3246
3246
|
type: Injectable,
|
|
3247
3247
|
args: [{
|
|
3248
3248
|
providedIn: 'root'
|
|
@@ -3346,10 +3346,10 @@ class CSSThemeControllerService extends BaseService {
|
|
|
3346
3346
|
reportProgress: reportProgress
|
|
3347
3347
|
});
|
|
3348
3348
|
}
|
|
3349
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3350
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3349
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CSSThemeControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3350
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CSSThemeControllerService, providedIn: 'root' });
|
|
3351
3351
|
}
|
|
3352
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CSSThemeControllerService, decorators: [{
|
|
3353
3353
|
type: Injectable,
|
|
3354
3354
|
args: [{
|
|
3355
3355
|
providedIn: 'root'
|
|
@@ -3866,10 +3866,10 @@ class CampaignControllerService extends BaseService {
|
|
|
3866
3866
|
reportProgress: reportProgress
|
|
3867
3867
|
});
|
|
3868
3868
|
}
|
|
3869
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3870
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3869
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CampaignControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3870
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CampaignControllerService, providedIn: 'root' });
|
|
3871
3871
|
}
|
|
3872
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CampaignControllerService, decorators: [{
|
|
3873
3873
|
type: Injectable,
|
|
3874
3874
|
args: [{
|
|
3875
3875
|
providedIn: 'root'
|
|
@@ -4127,10 +4127,10 @@ class CatalogControllerService extends BaseService {
|
|
|
4127
4127
|
reportProgress: reportProgress
|
|
4128
4128
|
});
|
|
4129
4129
|
}
|
|
4130
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4131
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4130
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CatalogControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4131
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CatalogControllerService, providedIn: 'root' });
|
|
4132
4132
|
}
|
|
4133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4133
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CatalogControllerService, decorators: [{
|
|
4134
4134
|
type: Injectable,
|
|
4135
4135
|
args: [{
|
|
4136
4136
|
providedIn: 'root'
|
|
@@ -4260,8 +4260,6 @@ class ClickDestinationControllerService extends BaseService {
|
|
|
4260
4260
|
if (id === null || id === undefined) {
|
|
4261
4261
|
throw new Error('Required parameter id was null or undefined when calling getClickDestinationById.');
|
|
4262
4262
|
}
|
|
4263
|
-
let localVarQueryParameters = new OpenApiHttpParams(this.encoder);
|
|
4264
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'id', id, QueryParamStyle.Form, true);
|
|
4265
4263
|
let localVarHeaders = this.defaultHeaders;
|
|
4266
4264
|
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
4267
4265
|
'application/json'
|
|
@@ -4283,11 +4281,10 @@ class ClickDestinationControllerService extends BaseService {
|
|
|
4283
4281
|
responseType_ = 'blob';
|
|
4284
4282
|
}
|
|
4285
4283
|
}
|
|
4286
|
-
let localVarPath = `/v2/api/clickdestinations
|
|
4284
|
+
let localVarPath = `/v2/api/clickdestinations/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int64" })}`;
|
|
4287
4285
|
const { basePath, withCredentials } = this.configuration;
|
|
4288
4286
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
4289
4287
|
context: localVarHttpContext,
|
|
4290
|
-
params: localVarQueryParameters.toHttpParams(),
|
|
4291
4288
|
responseType: responseType_,
|
|
4292
4289
|
...(withCredentials ? { withCredentials } : {}),
|
|
4293
4290
|
headers: localVarHeaders,
|
|
@@ -4340,8 +4337,6 @@ class ClickDestinationControllerService extends BaseService {
|
|
|
4340
4337
|
if (clickDestination === null || clickDestination === undefined) {
|
|
4341
4338
|
throw new Error('Required parameter clickDestination was null or undefined when calling updateClickDestination.');
|
|
4342
4339
|
}
|
|
4343
|
-
let localVarQueryParameters = new OpenApiHttpParams(this.encoder);
|
|
4344
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'id', id, QueryParamStyle.Form, true);
|
|
4345
4340
|
let localVarHeaders = this.defaultHeaders;
|
|
4346
4341
|
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
4347
4342
|
'application/json'
|
|
@@ -4371,12 +4366,11 @@ class ClickDestinationControllerService extends BaseService {
|
|
|
4371
4366
|
responseType_ = 'blob';
|
|
4372
4367
|
}
|
|
4373
4368
|
}
|
|
4374
|
-
let localVarPath = `/v2/api/clickdestinations
|
|
4369
|
+
let localVarPath = `/v2/api/clickdestinations/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int64" })}`;
|
|
4375
4370
|
const { basePath, withCredentials } = this.configuration;
|
|
4376
4371
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
4377
4372
|
context: localVarHttpContext,
|
|
4378
4373
|
body: clickDestination,
|
|
4379
|
-
params: localVarQueryParameters.toHttpParams(),
|
|
4380
4374
|
responseType: responseType_,
|
|
4381
4375
|
...(withCredentials ? { withCredentials } : {}),
|
|
4382
4376
|
headers: localVarHeaders,
|
|
@@ -4385,10 +4379,10 @@ class ClickDestinationControllerService extends BaseService {
|
|
|
4385
4379
|
reportProgress: reportProgress
|
|
4386
4380
|
});
|
|
4387
4381
|
}
|
|
4388
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4389
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4382
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ClickDestinationControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4383
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ClickDestinationControllerService, providedIn: 'root' });
|
|
4390
4384
|
}
|
|
4391
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4385
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ClickDestinationControllerService, decorators: [{
|
|
4392
4386
|
type: Injectable,
|
|
4393
4387
|
args: [{
|
|
4394
4388
|
providedIn: 'root'
|
|
@@ -4452,10 +4446,10 @@ class ConsoleCreativeControllerService extends BaseService {
|
|
|
4452
4446
|
reportProgress: reportProgress
|
|
4453
4447
|
});
|
|
4454
4448
|
}
|
|
4455
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4456
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4449
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ConsoleCreativeControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4450
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ConsoleCreativeControllerService, providedIn: 'root' });
|
|
4457
4451
|
}
|
|
4458
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ConsoleCreativeControllerService, decorators: [{
|
|
4459
4453
|
type: Injectable,
|
|
4460
4454
|
args: [{
|
|
4461
4455
|
providedIn: 'root'
|
|
@@ -4753,8 +4747,6 @@ class CreativeControllerService extends BaseService {
|
|
|
4753
4747
|
if (id === null || id === undefined) {
|
|
4754
4748
|
throw new Error('Required parameter id was null or undefined when calling getCreativeById.');
|
|
4755
4749
|
}
|
|
4756
|
-
let localVarQueryParameters = new OpenApiHttpParams(this.encoder);
|
|
4757
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'id', id, QueryParamStyle.Form, true);
|
|
4758
4750
|
let localVarHeaders = this.defaultHeaders;
|
|
4759
4751
|
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
4760
4752
|
'application/json'
|
|
@@ -4776,11 +4768,10 @@ class CreativeControllerService extends BaseService {
|
|
|
4776
4768
|
responseType_ = 'blob';
|
|
4777
4769
|
}
|
|
4778
4770
|
}
|
|
4779
|
-
let localVarPath = `/v2/api/creatives
|
|
4771
|
+
let localVarPath = `/v2/api/creatives/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int64" })}`;
|
|
4780
4772
|
const { basePath, withCredentials } = this.configuration;
|
|
4781
4773
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
4782
4774
|
context: localVarHttpContext,
|
|
4783
|
-
params: localVarQueryParameters.toHttpParams(),
|
|
4784
4775
|
responseType: responseType_,
|
|
4785
4776
|
...(withCredentials ? { withCredentials } : {}),
|
|
4786
4777
|
headers: localVarHeaders,
|
|
@@ -5170,10 +5161,10 @@ class CreativeControllerService extends BaseService {
|
|
|
5170
5161
|
reportProgress: reportProgress
|
|
5171
5162
|
});
|
|
5172
5163
|
}
|
|
5173
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5174
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
5164
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5165
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeControllerService, providedIn: 'root' });
|
|
5175
5166
|
}
|
|
5176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeControllerService, decorators: [{
|
|
5177
5168
|
type: Injectable,
|
|
5178
5169
|
args: [{
|
|
5179
5170
|
providedIn: 'root'
|
|
@@ -5936,10 +5927,10 @@ class CreativeSetsControllerService extends BaseService {
|
|
|
5936
5927
|
reportProgress: reportProgress
|
|
5937
5928
|
});
|
|
5938
5929
|
}
|
|
5939
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5940
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
5930
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeSetsControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5931
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeSetsControllerService, providedIn: 'root' });
|
|
5941
5932
|
}
|
|
5942
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeSetsControllerService, decorators: [{
|
|
5943
5934
|
type: Injectable,
|
|
5944
5935
|
args: [{
|
|
5945
5936
|
providedIn: 'root'
|
|
@@ -6304,10 +6295,10 @@ class CreativeSetsV2ControllerService extends BaseService {
|
|
|
6304
6295
|
reportProgress: reportProgress
|
|
6305
6296
|
});
|
|
6306
6297
|
}
|
|
6307
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6308
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
6298
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeSetsV2ControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6299
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeSetsV2ControllerService, providedIn: 'root' });
|
|
6309
6300
|
}
|
|
6310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6301
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeSetsV2ControllerService, decorators: [{
|
|
6311
6302
|
type: Injectable,
|
|
6312
6303
|
args: [{
|
|
6313
6304
|
providedIn: 'root'
|
|
@@ -6509,10 +6500,10 @@ class CreativeTemplateThemesControllerService extends BaseService {
|
|
|
6509
6500
|
reportProgress: reportProgress
|
|
6510
6501
|
});
|
|
6511
6502
|
}
|
|
6512
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6513
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
6503
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeTemplateThemesControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6504
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeTemplateThemesControllerService, providedIn: 'root' });
|
|
6514
6505
|
}
|
|
6515
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeTemplateThemesControllerService, decorators: [{
|
|
6516
6507
|
type: Injectable,
|
|
6517
6508
|
args: [{
|
|
6518
6509
|
providedIn: 'root'
|
|
@@ -6576,10 +6567,10 @@ class CreativeTemplateVariablesControllerService extends BaseService {
|
|
|
6576
6567
|
reportProgress: reportProgress
|
|
6577
6568
|
});
|
|
6578
6569
|
}
|
|
6579
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6580
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
6570
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeTemplateVariablesControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6571
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeTemplateVariablesControllerService, providedIn: 'root' });
|
|
6581
6572
|
}
|
|
6582
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeTemplateVariablesControllerService, decorators: [{
|
|
6583
6574
|
type: Injectable,
|
|
6584
6575
|
args: [{
|
|
6585
6576
|
providedIn: 'root'
|
|
@@ -6735,10 +6726,10 @@ class CreativeTemplatesControllerService extends BaseService {
|
|
|
6735
6726
|
reportProgress: reportProgress
|
|
6736
6727
|
});
|
|
6737
6728
|
}
|
|
6738
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6739
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
6729
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeTemplatesControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6730
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeTemplatesControllerService, providedIn: 'root' });
|
|
6740
6731
|
}
|
|
6741
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6732
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CreativeTemplatesControllerService, decorators: [{
|
|
6742
6733
|
type: Injectable,
|
|
6743
6734
|
args: [{
|
|
6744
6735
|
providedIn: 'root'
|
|
@@ -6905,10 +6896,10 @@ class CustomerReportingControllerService extends BaseService {
|
|
|
6905
6896
|
reportProgress: reportProgress
|
|
6906
6897
|
});
|
|
6907
6898
|
}
|
|
6908
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6909
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
6899
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CustomerReportingControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6900
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CustomerReportingControllerService, providedIn: 'root' });
|
|
6910
6901
|
}
|
|
6911
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6902
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: CustomerReportingControllerService, decorators: [{
|
|
6912
6903
|
type: Injectable,
|
|
6913
6904
|
args: [{
|
|
6914
6905
|
providedIn: 'root'
|
|
@@ -7349,9 +7340,9 @@ class DCOVideoSettingsControllerService extends BaseService {
|
|
|
7349
7340
|
reportProgress: reportProgress
|
|
7350
7341
|
});
|
|
7351
7342
|
}
|
|
7352
|
-
|
|
7343
|
+
getTemplates(advertiserId, hasPromoVideo, hasPromoBanner, hasBackgroundImage, observe = 'body', reportProgress = false, options) {
|
|
7353
7344
|
if (advertiserId === null || advertiserId === undefined) {
|
|
7354
|
-
throw new Error('Required parameter advertiserId was null or undefined when calling
|
|
7345
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getTemplates.');
|
|
7355
7346
|
}
|
|
7356
7347
|
let localVarQueryParameters = new OpenApiHttpParams(this.encoder);
|
|
7357
7348
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'advertiserId', advertiserId, QueryParamStyle.Form, true);
|
|
@@ -7564,10 +7555,10 @@ class DCOVideoSettingsControllerService extends BaseService {
|
|
|
7564
7555
|
reportProgress: reportProgress
|
|
7565
7556
|
});
|
|
7566
7557
|
}
|
|
7567
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7568
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
7558
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: DCOVideoSettingsControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7559
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: DCOVideoSettingsControllerService, providedIn: 'root' });
|
|
7569
7560
|
}
|
|
7570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: DCOVideoSettingsControllerService, decorators: [{
|
|
7571
7562
|
type: Injectable,
|
|
7572
7563
|
args: [{
|
|
7573
7564
|
providedIn: 'root'
|
|
@@ -8334,10 +8325,10 @@ class DashboardControllerService extends BaseService {
|
|
|
8334
8325
|
reportProgress: reportProgress
|
|
8335
8326
|
});
|
|
8336
8327
|
}
|
|
8337
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8338
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
8328
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: DashboardControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8329
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: DashboardControllerService, providedIn: 'root' });
|
|
8339
8330
|
}
|
|
8340
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8331
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: DashboardControllerService, decorators: [{
|
|
8341
8332
|
type: Injectable,
|
|
8342
8333
|
args: [{
|
|
8343
8334
|
providedIn: 'root'
|
|
@@ -9189,10 +9180,10 @@ class ExperimentsControllerService extends BaseService {
|
|
|
9189
9180
|
reportProgress: reportProgress
|
|
9190
9181
|
});
|
|
9191
9182
|
}
|
|
9192
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
9193
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
9183
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ExperimentsControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9184
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ExperimentsControllerService, providedIn: 'root' });
|
|
9194
9185
|
}
|
|
9195
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ExperimentsControllerService, decorators: [{
|
|
9196
9187
|
type: Injectable,
|
|
9197
9188
|
args: [{
|
|
9198
9189
|
providedIn: 'root'
|
|
@@ -9360,10 +9351,10 @@ class FileUploadControllerService extends BaseService {
|
|
|
9360
9351
|
reportProgress: reportProgress
|
|
9361
9352
|
});
|
|
9362
9353
|
}
|
|
9363
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
9364
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
9354
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: FileUploadControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9355
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: FileUploadControllerService, providedIn: 'root' });
|
|
9365
9356
|
}
|
|
9366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: FileUploadControllerService, decorators: [{
|
|
9367
9358
|
type: Injectable,
|
|
9368
9359
|
args: [{
|
|
9369
9360
|
providedIn: 'root'
|
|
@@ -9439,10 +9430,10 @@ class MDMPAudienceControllerService extends BaseService {
|
|
|
9439
9430
|
reportProgress: reportProgress
|
|
9440
9431
|
});
|
|
9441
9432
|
}
|
|
9442
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
9443
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
9433
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: MDMPAudienceControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9434
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: MDMPAudienceControllerService, providedIn: 'root' });
|
|
9444
9435
|
}
|
|
9445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: MDMPAudienceControllerService, decorators: [{
|
|
9446
9437
|
type: Injectable,
|
|
9447
9438
|
args: [{
|
|
9448
9439
|
providedIn: 'root'
|
|
@@ -9588,8 +9579,6 @@ class NotificationsControllerService extends BaseService {
|
|
|
9588
9579
|
if (commaSeparatedIds === null || commaSeparatedIds === undefined) {
|
|
9589
9580
|
throw new Error('Required parameter commaSeparatedIds was null or undefined when calling markSeen.');
|
|
9590
9581
|
}
|
|
9591
|
-
let localVarQueryParameters = new OpenApiHttpParams(this.encoder);
|
|
9592
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'commaSeparatedIds', commaSeparatedIds, QueryParamStyle.Form, true);
|
|
9593
9582
|
let localVarHeaders = this.defaultHeaders;
|
|
9594
9583
|
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
9595
9584
|
'application/json'
|
|
@@ -9611,11 +9600,10 @@ class NotificationsControllerService extends BaseService {
|
|
|
9611
9600
|
responseType_ = 'blob';
|
|
9612
9601
|
}
|
|
9613
9602
|
}
|
|
9614
|
-
let localVarPath = `/v2/api/notifications/v2/api/notifications/seen
|
|
9603
|
+
let localVarPath = `/v2/api/notifications/v2/api/notifications/seen/${this.configuration.encodeParam({ name: "commaSeparatedIds", value: commaSeparatedIds, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
9615
9604
|
const { basePath, withCredentials } = this.configuration;
|
|
9616
9605
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
9617
9606
|
context: localVarHttpContext,
|
|
9618
|
-
params: localVarQueryParameters.toHttpParams(),
|
|
9619
9607
|
responseType: responseType_,
|
|
9620
9608
|
...(withCredentials ? { withCredentials } : {}),
|
|
9621
9609
|
headers: localVarHeaders,
|
|
@@ -9665,8 +9653,6 @@ class NotificationsControllerService extends BaseService {
|
|
|
9665
9653
|
if (id === null || id === undefined) {
|
|
9666
9654
|
throw new Error('Required parameter id was null or undefined when calling resolveNotification.');
|
|
9667
9655
|
}
|
|
9668
|
-
let localVarQueryParameters = new OpenApiHttpParams(this.encoder);
|
|
9669
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'id', id, QueryParamStyle.Form, true);
|
|
9670
9656
|
let localVarHeaders = this.defaultHeaders;
|
|
9671
9657
|
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
9672
9658
|
'application/json'
|
|
@@ -9688,11 +9674,10 @@ class NotificationsControllerService extends BaseService {
|
|
|
9688
9674
|
responseType_ = 'blob';
|
|
9689
9675
|
}
|
|
9690
9676
|
}
|
|
9691
|
-
let localVarPath = `/v2/api/notifications/v2/api/notifications/resolve
|
|
9677
|
+
let localVarPath = `/v2/api/notifications/v2/api/notifications/resolve/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int64" })}`;
|
|
9692
9678
|
const { basePath, withCredentials } = this.configuration;
|
|
9693
9679
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
9694
9680
|
context: localVarHttpContext,
|
|
9695
|
-
params: localVarQueryParameters.toHttpParams(),
|
|
9696
9681
|
responseType: responseType_,
|
|
9697
9682
|
...(withCredentials ? { withCredentials } : {}),
|
|
9698
9683
|
headers: localVarHeaders,
|
|
@@ -9701,10 +9686,10 @@ class NotificationsControllerService extends BaseService {
|
|
|
9701
9686
|
reportProgress: reportProgress
|
|
9702
9687
|
});
|
|
9703
9688
|
}
|
|
9704
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
9705
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
9689
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: NotificationsControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9690
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: NotificationsControllerService, providedIn: 'root' });
|
|
9706
9691
|
}
|
|
9707
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: NotificationsControllerService, decorators: [{
|
|
9708
9693
|
type: Injectable,
|
|
9709
9694
|
args: [{
|
|
9710
9695
|
providedIn: 'root'
|
|
@@ -9901,8 +9886,6 @@ class PixelControllerService extends BaseService {
|
|
|
9901
9886
|
if (id === null || id === undefined) {
|
|
9902
9887
|
throw new Error('Required parameter id was null or undefined when calling getTrackingCode.');
|
|
9903
9888
|
}
|
|
9904
|
-
let localVarQueryParameters = new OpenApiHttpParams(this.encoder);
|
|
9905
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'id', id, QueryParamStyle.Form, true);
|
|
9906
9889
|
let localVarHeaders = this.defaultHeaders;
|
|
9907
9890
|
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
9908
9891
|
'application/json'
|
|
@@ -9924,11 +9907,10 @@ class PixelControllerService extends BaseService {
|
|
|
9924
9907
|
responseType_ = 'blob';
|
|
9925
9908
|
}
|
|
9926
9909
|
}
|
|
9927
|
-
let localVarPath = `/v2/api/pixels
|
|
9910
|
+
let localVarPath = `/v2/api/pixels/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int64" })}/trackingcode`;
|
|
9928
9911
|
const { basePath, withCredentials } = this.configuration;
|
|
9929
9912
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
9930
9913
|
context: localVarHttpContext,
|
|
9931
|
-
params: localVarQueryParameters.toHttpParams(),
|
|
9932
9914
|
responseType: responseType_,
|
|
9933
9915
|
...(withCredentials ? { withCredentials } : {}),
|
|
9934
9916
|
headers: localVarHeaders,
|
|
@@ -9994,8 +9976,6 @@ class PixelControllerService extends BaseService {
|
|
|
9994
9976
|
if (pixel === null || pixel === undefined) {
|
|
9995
9977
|
throw new Error('Required parameter pixel was null or undefined when calling updatePixelById.');
|
|
9996
9978
|
}
|
|
9997
|
-
let localVarQueryParameters = new OpenApiHttpParams(this.encoder);
|
|
9998
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'id', id, QueryParamStyle.Form, true);
|
|
9999
9979
|
let localVarHeaders = this.defaultHeaders;
|
|
10000
9980
|
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
10001
9981
|
'application/json'
|
|
@@ -10025,12 +10005,11 @@ class PixelControllerService extends BaseService {
|
|
|
10025
10005
|
responseType_ = 'blob';
|
|
10026
10006
|
}
|
|
10027
10007
|
}
|
|
10028
|
-
let localVarPath = `/v2/api/pixels
|
|
10008
|
+
let localVarPath = `/v2/api/pixels/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int32" })}`;
|
|
10029
10009
|
const { basePath, withCredentials } = this.configuration;
|
|
10030
10010
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
10031
10011
|
context: localVarHttpContext,
|
|
10032
10012
|
body: pixel,
|
|
10033
|
-
params: localVarQueryParameters.toHttpParams(),
|
|
10034
10013
|
responseType: responseType_,
|
|
10035
10014
|
...(withCredentials ? { withCredentials } : {}),
|
|
10036
10015
|
headers: localVarHeaders,
|
|
@@ -10039,10 +10018,10 @@ class PixelControllerService extends BaseService {
|
|
|
10039
10018
|
reportProgress: reportProgress
|
|
10040
10019
|
});
|
|
10041
10020
|
}
|
|
10042
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10043
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
10021
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: PixelControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10022
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: PixelControllerService, providedIn: 'root' });
|
|
10044
10023
|
}
|
|
10045
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10024
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: PixelControllerService, decorators: [{
|
|
10046
10025
|
type: Injectable,
|
|
10047
10026
|
args: [{
|
|
10048
10027
|
providedIn: 'root'
|
|
@@ -10176,10 +10155,10 @@ class ReportControllerService extends BaseService {
|
|
|
10176
10155
|
reportProgress: reportProgress
|
|
10177
10156
|
});
|
|
10178
10157
|
}
|
|
10179
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10180
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
10158
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ReportControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10159
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ReportControllerService, providedIn: 'root' });
|
|
10181
10160
|
}
|
|
10182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10161
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ReportControllerService, decorators: [{
|
|
10183
10162
|
type: Injectable,
|
|
10184
10163
|
args: [{
|
|
10185
10164
|
providedIn: 'root'
|
|
@@ -10353,10 +10332,10 @@ class ReportingControllerService extends BaseService {
|
|
|
10353
10332
|
reportProgress: reportProgress
|
|
10354
10333
|
});
|
|
10355
10334
|
}
|
|
10356
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10357
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
10335
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ReportingControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10336
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ReportingControllerService, providedIn: 'root' });
|
|
10358
10337
|
}
|
|
10359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ReportingControllerService, decorators: [{
|
|
10360
10339
|
type: Injectable,
|
|
10361
10340
|
args: [{
|
|
10362
10341
|
providedIn: 'root'
|
|
@@ -10697,10 +10676,10 @@ class ReportingSchedulerControllerService extends BaseService {
|
|
|
10697
10676
|
reportProgress: reportProgress
|
|
10698
10677
|
});
|
|
10699
10678
|
}
|
|
10700
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10701
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
10679
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ReportingSchedulerControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10680
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ReportingSchedulerControllerService, providedIn: 'root' });
|
|
10702
10681
|
}
|
|
10703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ReportingSchedulerControllerService, decorators: [{
|
|
10704
10683
|
type: Injectable,
|
|
10705
10684
|
args: [{
|
|
10706
10685
|
providedIn: 'root'
|
|
@@ -11287,10 +11266,10 @@ class SafeGuardControllerService extends BaseService {
|
|
|
11287
11266
|
reportProgress: reportProgress
|
|
11288
11267
|
});
|
|
11289
11268
|
}
|
|
11290
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11291
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
11269
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: SafeGuardControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11270
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: SafeGuardControllerService, providedIn: 'root' });
|
|
11292
11271
|
}
|
|
11293
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: SafeGuardControllerService, decorators: [{
|
|
11294
11273
|
type: Injectable,
|
|
11295
11274
|
args: [{
|
|
11296
11275
|
providedIn: 'root'
|
|
@@ -11630,10 +11609,10 @@ class ShopeeAudienceControllerService extends BaseService {
|
|
|
11630
11609
|
reportProgress: reportProgress
|
|
11631
11610
|
});
|
|
11632
11611
|
}
|
|
11633
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11634
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
11612
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ShopeeAudienceControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11613
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ShopeeAudienceControllerService, providedIn: 'root' });
|
|
11635
11614
|
}
|
|
11636
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11615
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ShopeeAudienceControllerService, decorators: [{
|
|
11637
11616
|
type: Injectable,
|
|
11638
11617
|
args: [{
|
|
11639
11618
|
providedIn: 'root'
|
|
@@ -11663,138 +11642,6 @@ class SliceXControllerService extends BaseService {
|
|
|
11663
11642
|
super(basePath, configuration);
|
|
11664
11643
|
this.httpClient = httpClient;
|
|
11665
11644
|
}
|
|
11666
|
-
createTemplate(slicexTemplateRequest, observe = 'body', reportProgress = false, options) {
|
|
11667
|
-
if (slicexTemplateRequest === null || slicexTemplateRequest === undefined) {
|
|
11668
|
-
throw new Error('Required parameter slicexTemplateRequest was null or undefined when calling createTemplate.');
|
|
11669
|
-
}
|
|
11670
|
-
let localVarHeaders = this.defaultHeaders;
|
|
11671
|
-
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
11672
|
-
'application/json'
|
|
11673
|
-
]);
|
|
11674
|
-
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
11675
|
-
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
11676
|
-
}
|
|
11677
|
-
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
11678
|
-
const localVarTransferCache = options?.transferCache ?? true;
|
|
11679
|
-
// to determine the Content-Type header
|
|
11680
|
-
const consumes = [
|
|
11681
|
-
'application/json'
|
|
11682
|
-
];
|
|
11683
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
11684
|
-
if (httpContentTypeSelected !== undefined) {
|
|
11685
|
-
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
11686
|
-
}
|
|
11687
|
-
let responseType_ = 'json';
|
|
11688
|
-
if (localVarHttpHeaderAcceptSelected) {
|
|
11689
|
-
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
11690
|
-
responseType_ = 'text';
|
|
11691
|
-
}
|
|
11692
|
-
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
11693
|
-
responseType_ = 'json';
|
|
11694
|
-
}
|
|
11695
|
-
else {
|
|
11696
|
-
responseType_ = 'blob';
|
|
11697
|
-
}
|
|
11698
|
-
}
|
|
11699
|
-
let localVarPath = `/v2/api/slicex/templates`;
|
|
11700
|
-
const { basePath, withCredentials } = this.configuration;
|
|
11701
|
-
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
11702
|
-
context: localVarHttpContext,
|
|
11703
|
-
body: slicexTemplateRequest,
|
|
11704
|
-
responseType: responseType_,
|
|
11705
|
-
...(withCredentials ? { withCredentials } : {}),
|
|
11706
|
-
headers: localVarHeaders,
|
|
11707
|
-
observe: observe,
|
|
11708
|
-
...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
|
|
11709
|
-
reportProgress: reportProgress
|
|
11710
|
-
});
|
|
11711
|
-
}
|
|
11712
|
-
deleteTemplate(id, observe = 'body', reportProgress = false, options) {
|
|
11713
|
-
if (id === null || id === undefined) {
|
|
11714
|
-
throw new Error('Required parameter id was null or undefined when calling deleteTemplate.');
|
|
11715
|
-
}
|
|
11716
|
-
let localVarHeaders = this.defaultHeaders;
|
|
11717
|
-
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
11718
|
-
'application/json'
|
|
11719
|
-
]);
|
|
11720
|
-
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
11721
|
-
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
11722
|
-
}
|
|
11723
|
-
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
11724
|
-
const localVarTransferCache = options?.transferCache ?? true;
|
|
11725
|
-
let responseType_ = 'json';
|
|
11726
|
-
if (localVarHttpHeaderAcceptSelected) {
|
|
11727
|
-
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
11728
|
-
responseType_ = 'text';
|
|
11729
|
-
}
|
|
11730
|
-
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
11731
|
-
responseType_ = 'json';
|
|
11732
|
-
}
|
|
11733
|
-
else {
|
|
11734
|
-
responseType_ = 'blob';
|
|
11735
|
-
}
|
|
11736
|
-
}
|
|
11737
|
-
let localVarPath = `/v2/api/slicex/templates/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int64" })}/deactivate`;
|
|
11738
|
-
const { basePath, withCredentials } = this.configuration;
|
|
11739
|
-
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
11740
|
-
context: localVarHttpContext,
|
|
11741
|
-
responseType: responseType_,
|
|
11742
|
-
...(withCredentials ? { withCredentials } : {}),
|
|
11743
|
-
headers: localVarHeaders,
|
|
11744
|
-
observe: observe,
|
|
11745
|
-
...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
|
|
11746
|
-
reportProgress: reportProgress
|
|
11747
|
-
});
|
|
11748
|
-
}
|
|
11749
|
-
editTemplate(id, slicexTemplateRequest, observe = 'body', reportProgress = false, options) {
|
|
11750
|
-
if (id === null || id === undefined) {
|
|
11751
|
-
throw new Error('Required parameter id was null or undefined when calling editTemplate.');
|
|
11752
|
-
}
|
|
11753
|
-
if (slicexTemplateRequest === null || slicexTemplateRequest === undefined) {
|
|
11754
|
-
throw new Error('Required parameter slicexTemplateRequest was null or undefined when calling editTemplate.');
|
|
11755
|
-
}
|
|
11756
|
-
let localVarHeaders = this.defaultHeaders;
|
|
11757
|
-
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
11758
|
-
'application/json'
|
|
11759
|
-
]);
|
|
11760
|
-
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
11761
|
-
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
11762
|
-
}
|
|
11763
|
-
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
11764
|
-
const localVarTransferCache = options?.transferCache ?? true;
|
|
11765
|
-
// to determine the Content-Type header
|
|
11766
|
-
const consumes = [
|
|
11767
|
-
'application/json'
|
|
11768
|
-
];
|
|
11769
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
11770
|
-
if (httpContentTypeSelected !== undefined) {
|
|
11771
|
-
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
11772
|
-
}
|
|
11773
|
-
let responseType_ = 'json';
|
|
11774
|
-
if (localVarHttpHeaderAcceptSelected) {
|
|
11775
|
-
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
11776
|
-
responseType_ = 'text';
|
|
11777
|
-
}
|
|
11778
|
-
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
11779
|
-
responseType_ = 'json';
|
|
11780
|
-
}
|
|
11781
|
-
else {
|
|
11782
|
-
responseType_ = 'blob';
|
|
11783
|
-
}
|
|
11784
|
-
}
|
|
11785
|
-
let localVarPath = `/v2/api/slicex/templates/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: "int64" })}/edit`;
|
|
11786
|
-
const { basePath, withCredentials } = this.configuration;
|
|
11787
|
-
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
11788
|
-
context: localVarHttpContext,
|
|
11789
|
-
body: slicexTemplateRequest,
|
|
11790
|
-
responseType: responseType_,
|
|
11791
|
-
...(withCredentials ? { withCredentials } : {}),
|
|
11792
|
-
headers: localVarHeaders,
|
|
11793
|
-
observe: observe,
|
|
11794
|
-
...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
|
|
11795
|
-
reportProgress: reportProgress
|
|
11796
|
-
});
|
|
11797
|
-
}
|
|
11798
11645
|
getBudgetUtilisation(sliceXBudgetUtilisationRequest, sort, observe = 'body', reportProgress = false, options) {
|
|
11799
11646
|
if (sliceXBudgetUtilisationRequest === null || sliceXBudgetUtilisationRequest === undefined) {
|
|
11800
11647
|
throw new Error('Required parameter sliceXBudgetUtilisationRequest was null or undefined when calling getBudgetUtilisation.');
|
|
@@ -12193,44 +12040,6 @@ class SliceXControllerService extends BaseService {
|
|
|
12193
12040
|
reportProgress: reportProgress
|
|
12194
12041
|
});
|
|
12195
12042
|
}
|
|
12196
|
-
getTemplates(id, isActive, observe = 'body', reportProgress = false, options) {
|
|
12197
|
-
let localVarQueryParameters = new OpenApiHttpParams(this.encoder);
|
|
12198
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'id', id, QueryParamStyle.Form, true);
|
|
12199
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'isActive', isActive, QueryParamStyle.Form, true);
|
|
12200
|
-
let localVarHeaders = this.defaultHeaders;
|
|
12201
|
-
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
12202
|
-
'application/json'
|
|
12203
|
-
]);
|
|
12204
|
-
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
12205
|
-
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
12206
|
-
}
|
|
12207
|
-
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
12208
|
-
const localVarTransferCache = options?.transferCache ?? true;
|
|
12209
|
-
let responseType_ = 'json';
|
|
12210
|
-
if (localVarHttpHeaderAcceptSelected) {
|
|
12211
|
-
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
12212
|
-
responseType_ = 'text';
|
|
12213
|
-
}
|
|
12214
|
-
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
12215
|
-
responseType_ = 'json';
|
|
12216
|
-
}
|
|
12217
|
-
else {
|
|
12218
|
-
responseType_ = 'blob';
|
|
12219
|
-
}
|
|
12220
|
-
}
|
|
12221
|
-
let localVarPath = `/v2/api/slicex/templates`;
|
|
12222
|
-
const { basePath, withCredentials } = this.configuration;
|
|
12223
|
-
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
12224
|
-
context: localVarHttpContext,
|
|
12225
|
-
params: localVarQueryParameters.toHttpParams(),
|
|
12226
|
-
responseType: responseType_,
|
|
12227
|
-
...(withCredentials ? { withCredentials } : {}),
|
|
12228
|
-
headers: localVarHeaders,
|
|
12229
|
-
observe: observe,
|
|
12230
|
-
...(localVarTransferCache !== undefined ? { transferCache: localVarTransferCache } : {}),
|
|
12231
|
-
reportProgress: reportProgress
|
|
12232
|
-
});
|
|
12233
|
-
}
|
|
12234
12043
|
getWinRateAndReach(sliceXWinReachRequest, sort, observe = 'body', reportProgress = false, options) {
|
|
12235
12044
|
if (sliceXWinReachRequest === null || sliceXWinReachRequest === undefined) {
|
|
12236
12045
|
throw new Error('Required parameter sliceXWinReachRequest was null or undefined when calling getWinRateAndReach.');
|
|
@@ -12280,10 +12089,10 @@ class SliceXControllerService extends BaseService {
|
|
|
12280
12089
|
reportProgress: reportProgress
|
|
12281
12090
|
});
|
|
12282
12091
|
}
|
|
12283
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
12284
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
12092
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: SliceXControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12093
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: SliceXControllerService, providedIn: 'root' });
|
|
12285
12094
|
}
|
|
12286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
12095
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: SliceXControllerService, decorators: [{
|
|
12287
12096
|
type: Injectable,
|
|
12288
12097
|
args: [{
|
|
12289
12098
|
providedIn: 'root'
|
|
@@ -12347,10 +12156,10 @@ class SmartCachingControllerService extends BaseService {
|
|
|
12347
12156
|
reportProgress: reportProgress
|
|
12348
12157
|
});
|
|
12349
12158
|
}
|
|
12350
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
12351
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
12159
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: SmartCachingControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12160
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: SmartCachingControllerService, providedIn: 'root' });
|
|
12352
12161
|
}
|
|
12353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
12162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: SmartCachingControllerService, decorators: [{
|
|
12354
12163
|
type: Injectable,
|
|
12355
12164
|
args: [{
|
|
12356
12165
|
providedIn: 'root'
|
|
@@ -12550,10 +12359,10 @@ class SpringRoleTestingControllerService extends BaseService {
|
|
|
12550
12359
|
reportProgress: reportProgress
|
|
12551
12360
|
});
|
|
12552
12361
|
}
|
|
12553
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
12554
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
12362
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: SpringRoleTestingControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12363
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: SpringRoleTestingControllerService, providedIn: 'root' });
|
|
12555
12364
|
}
|
|
12556
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
12365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: SpringRoleTestingControllerService, decorators: [{
|
|
12557
12366
|
type: Injectable,
|
|
12558
12367
|
args: [{
|
|
12559
12368
|
providedIn: 'root'
|
|
@@ -14085,10 +13894,10 @@ class StrategyControllerService extends BaseService {
|
|
|
14085
13894
|
reportProgress: reportProgress
|
|
14086
13895
|
});
|
|
14087
13896
|
}
|
|
14088
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
14089
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
13897
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: StrategyControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13898
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: StrategyControllerService, providedIn: 'root' });
|
|
14090
13899
|
}
|
|
14091
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
13900
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: StrategyControllerService, decorators: [{
|
|
14092
13901
|
type: Injectable,
|
|
14093
13902
|
args: [{
|
|
14094
13903
|
providedIn: 'root'
|
|
@@ -14207,10 +14016,10 @@ class StrategyTemplateControllerService extends BaseService {
|
|
|
14207
14016
|
reportProgress: reportProgress
|
|
14208
14017
|
});
|
|
14209
14018
|
}
|
|
14210
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
14211
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
14019
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: StrategyTemplateControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14020
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: StrategyTemplateControllerService, providedIn: 'root' });
|
|
14212
14021
|
}
|
|
14213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
14022
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: StrategyTemplateControllerService, decorators: [{
|
|
14214
14023
|
type: Injectable,
|
|
14215
14024
|
args: [{
|
|
14216
14025
|
providedIn: 'root'
|
|
@@ -14289,10 +14098,10 @@ class UILoggerControllerService extends BaseService {
|
|
|
14289
14098
|
reportProgress: reportProgress
|
|
14290
14099
|
});
|
|
14291
14100
|
}
|
|
14292
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
14293
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
14101
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: UILoggerControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14102
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: UILoggerControllerService, providedIn: 'root' });
|
|
14294
14103
|
}
|
|
14295
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
14104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: UILoggerControllerService, decorators: [{
|
|
14296
14105
|
type: Injectable,
|
|
14297
14106
|
args: [{
|
|
14298
14107
|
providedIn: 'root'
|
|
@@ -14476,10 +14285,10 @@ class UserPreferenceControllerService extends BaseService {
|
|
|
14476
14285
|
reportProgress: reportProgress
|
|
14477
14286
|
});
|
|
14478
14287
|
}
|
|
14479
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
14480
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
14288
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: UserPreferenceControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14289
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: UserPreferenceControllerService, providedIn: 'root' });
|
|
14481
14290
|
}
|
|
14482
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
14291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: UserPreferenceControllerService, decorators: [{
|
|
14483
14292
|
type: Injectable,
|
|
14484
14293
|
args: [{
|
|
14485
14294
|
providedIn: 'root'
|
|
@@ -17219,16 +17028,6 @@ var ShopeeAudienceListResp;
|
|
|
17219
17028
|
* Do not edit the class manually.
|
|
17220
17029
|
*/
|
|
17221
17030
|
|
|
17222
|
-
/**
|
|
17223
|
-
* OpenAPI definition
|
|
17224
|
-
*
|
|
17225
|
-
*
|
|
17226
|
-
*
|
|
17227
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
17228
|
-
* https://openapi-generator.tech
|
|
17229
|
-
* Do not edit the class manually.
|
|
17230
|
-
*/
|
|
17231
|
-
|
|
17232
17031
|
var StrategyDTO;
|
|
17233
17032
|
(function (StrategyDTO) {
|
|
17234
17033
|
StrategyDTO.ConnectionTypesEnum = {
|
|
@@ -17751,11 +17550,11 @@ class ApiModule {
|
|
|
17751
17550
|
'See also https://github.com/angular/angular/issues/20575');
|
|
17752
17551
|
}
|
|
17753
17552
|
}
|
|
17754
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
17755
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
17756
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
17553
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ApiModule, deps: [{ token: ApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17554
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.31", ngImport: i0, type: ApiModule });
|
|
17555
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ApiModule });
|
|
17757
17556
|
}
|
|
17758
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
17557
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.31", ngImport: i0, type: ApiModule, decorators: [{
|
|
17759
17558
|
type: NgModule,
|
|
17760
17559
|
args: [{
|
|
17761
17560
|
imports: [],
|