@revxui/api-clients-ts 1.1.435 → 1.1.437

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +3 -1
  3. package/api/safeguardController.service.d.ts +192 -0
  4. package/esm2020/api/adminController.service.mjs +2 -2
  5. package/esm2020/api/advertiserController.service.mjs +2 -2
  6. package/esm2020/api/api.mjs +4 -2
  7. package/esm2020/api/appSettingsController.service.mjs +2 -2
  8. package/esm2020/api/appsFlyerController.service.mjs +2 -2
  9. package/esm2020/api/audienceController.service.mjs +2 -2
  10. package/esm2020/api/auditController.service.mjs +2 -2
  11. package/esm2020/api/bidFunnelController.service.mjs +2 -2
  12. package/esm2020/api/bulkStrategyController.service.mjs +2 -2
  13. package/esm2020/api/cSSThemeController_.service.mjs +2 -2
  14. package/esm2020/api/campaignController.service.mjs +2 -2
  15. package/esm2020/api/catalogController.service.mjs +2 -2
  16. package/esm2020/api/clickDestinationController.service.mjs +2 -2
  17. package/esm2020/api/creativeController.service.mjs +2 -2
  18. package/esm2020/api/creativeSetsController.service.mjs +2 -2
  19. package/esm2020/api/creativeTemplateThemesController.service.mjs +2 -2
  20. package/esm2020/api/creativeTemplateVariablesController.service.mjs +2 -2
  21. package/esm2020/api/creativeTemplatesController.service.mjs +2 -2
  22. package/esm2020/api/customerReportingController.service.mjs +2 -2
  23. package/esm2020/api/dashboardController.service.mjs +2 -2
  24. package/esm2020/api/experimentsController.service.mjs +2 -2
  25. package/esm2020/api/notificationsController.service.mjs +2 -2
  26. package/esm2020/api/pixelController.service.mjs +2 -2
  27. package/esm2020/api/reportController.service.mjs +2 -2
  28. package/esm2020/api/reportingController.service.mjs +2 -2
  29. package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
  30. package/esm2020/api/safeguardController.service.mjs +502 -0
  31. package/esm2020/api/sliceXController.service.mjs +2 -2
  32. package/esm2020/api/strategyController.service.mjs +2 -2
  33. package/esm2020/api/strategyTemplateController.service.mjs +2 -2
  34. package/esm2020/api/uILoggerController.service.mjs +2 -2
  35. package/esm2020/api/userPreferenceController.service.mjs +2 -2
  36. package/esm2020/api.module.mjs +4 -1
  37. package/esm2020/model/apiResponseObjectListMapstringobject.mjs +2 -0
  38. package/esm2020/model/apiResponseObjectListSafeguardBlockedItemDTO.mjs +2 -0
  39. package/esm2020/model/apiResponseObjectListSafeguardDetail.mjs +2 -0
  40. package/esm2020/model/apiResponseObjectListSafeguardExclusionDTO.mjs +2 -0
  41. package/esm2020/model/apiResponseObjectListSafeguardRuleMasterEntity.mjs +2 -0
  42. package/esm2020/model/apiResponseObjectMaplongstring.mjs +13 -0
  43. package/esm2020/model/apiResponseObjectMapstringlong.mjs +13 -0
  44. package/esm2020/model/apiResponseObjectSafeguardDetail.mjs +2 -0
  45. package/esm2020/model/apiResponseObjectSafeguardExclusionDTO.mjs +2 -0
  46. package/esm2020/model/apiResponseObjectSafeguardResponseDTO.mjs +2 -0
  47. package/esm2020/model/creativeSetRequest.mjs +1 -1
  48. package/esm2020/model/maplongstring.mjs +13 -0
  49. package/esm2020/model/models.mjs +18 -1
  50. package/esm2020/model/safeguardBlockedItemDTO.mjs +22 -0
  51. package/esm2020/model/safeguardDetail.mjs +8 -0
  52. package/esm2020/model/safeguardExclusionDTO.mjs +8 -0
  53. package/esm2020/model/safeguardRequestDTO.mjs +8 -0
  54. package/esm2020/model/safeguardResponseDTO.mjs +8 -0
  55. package/esm2020/model/safeguardRuleMasterEntity.mjs +13 -0
  56. package/fesm2015/revxui-api-clients-ts.mjs +584 -32
  57. package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
  58. package/fesm2020/revxui-api-clients-ts.mjs +630 -32
  59. package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
  60. package/model/apiResponseObjectListMapstringobject.d.ts +17 -0
  61. package/model/apiResponseObjectListSafeguardBlockedItemDTO.d.ts +17 -0
  62. package/model/apiResponseObjectListSafeguardDetail.d.ts +17 -0
  63. package/model/apiResponseObjectListSafeguardExclusionDTO.d.ts +17 -0
  64. package/model/apiResponseObjectListSafeguardRuleMasterEntity.d.ts +17 -0
  65. package/model/apiResponseObjectMaplongstring.d.ts +18 -0
  66. package/model/apiResponseObjectMapstringlong.d.ts +18 -0
  67. package/model/apiResponseObjectSafeguardDetail.d.ts +17 -0
  68. package/model/apiResponseObjectSafeguardExclusionDTO.d.ts +17 -0
  69. package/model/apiResponseObjectSafeguardResponseDTO.d.ts +17 -0
  70. package/model/creativeSetRequest.d.ts +1 -0
  71. package/model/maplongstring.d.ts +14 -0
  72. package/model/models.d.ts +17 -0
  73. package/model/safeguardBlockedItemDTO.d.ts +33 -0
  74. package/model/safeguardDetail.d.ts +36 -0
  75. package/model/safeguardExclusionDTO.d.ts +25 -0
  76. package/model/safeguardRequestDTO.d.ts +33 -0
  77. package/model/safeguardResponseDTO.d.ts +34 -0
  78. package/model/safeguardRuleMasterEntity.d.ts +20 -0
  79. package/package.json +1 -1
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { Mapstringobject } from './mapstringobject';
13
+ export interface ApiResponseObjectListMapstringobject {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: Array<Mapstringobject>;
17
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { SafeguardBlockedItemDTO } from './safeguardBlockedItemDTO';
13
+ export interface ApiResponseObjectListSafeguardBlockedItemDTO {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: Array<SafeguardBlockedItemDTO>;
17
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { SafeguardDetail } from './safeguardDetail';
13
+ export interface ApiResponseObjectListSafeguardDetail {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: Array<SafeguardDetail>;
17
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { SafeguardExclusionDTO } from './safeguardExclusionDTO';
13
+ export interface ApiResponseObjectListSafeguardExclusionDTO {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: Array<SafeguardExclusionDTO>;
17
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { SafeguardRuleMasterEntity } from './safeguardRuleMasterEntity';
13
+ export interface ApiResponseObjectListSafeguardRuleMasterEntity {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: Array<SafeguardRuleMasterEntity>;
17
+ }
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface ApiResponseObjectMaplongstring {
13
+ error?: Error;
14
+ respId?: string;
15
+ respObject?: {
16
+ [key: string]: string;
17
+ };
18
+ }
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface ApiResponseObjectMapstringlong {
13
+ error?: Error;
14
+ respId?: string;
15
+ respObject?: {
16
+ [key: string]: number;
17
+ };
18
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { SafeguardDetail } from './safeguardDetail';
13
+ export interface ApiResponseObjectSafeguardDetail {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: SafeguardDetail;
17
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { SafeguardExclusionDTO } from './safeguardExclusionDTO';
13
+ export interface ApiResponseObjectSafeguardExclusionDTO {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: SafeguardExclusionDTO;
17
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { SafeguardResponseDTO } from './safeguardResponseDTO';
13
+ export interface ApiResponseObjectSafeguardResponseDTO {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: SafeguardResponseDTO;
17
+ }
@@ -46,6 +46,7 @@ export interface CreativeSetRequest {
46
46
  placebo?: boolean;
47
47
  previewUrl?: string;
48
48
  schedulerTimezone?: number;
49
+ serverSideRedirect?: boolean;
49
50
  startTime?: number;
50
51
  strategiesToLink?: Array<BaseModel>;
51
52
  templateDimensionIds?: Array<number>;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface Maplongstring {
13
+ [key: string]: string;
14
+ }
package/model/models.d.ts CHANGED
@@ -118,7 +118,12 @@ export * from './apiResponseObjectListDashboardResponse';
118
118
  export * from './apiResponseObjectListDynamicVideoTemplate';
119
119
  export * from './apiResponseObjectListExperimentsEntity';
120
120
  export * from './apiResponseObjectListIncrementalityTestDetails';
121
+ export * from './apiResponseObjectListMapstringobject';
121
122
  export * from './apiResponseObjectListMenuCrubResponse';
123
+ export * from './apiResponseObjectListSafeguardBlockedItemDTO';
124
+ export * from './apiResponseObjectListSafeguardDetail';
125
+ export * from './apiResponseObjectListSafeguardExclusionDTO';
126
+ export * from './apiResponseObjectListSafeguardRuleMasterEntity';
122
127
  export * from './apiResponseObjectListSliceXBudgetUtilisationResponse';
123
128
  export * from './apiResponseObjectListSliceXStaticMetaDataResponse';
124
129
  export * from './apiResponseObjectListSliceXWinReachResponse';
@@ -129,6 +134,8 @@ export * from './apiResponseObjectListTemplateVariablesDTO';
129
134
  export * from './apiResponseObjectListUserPreferenceDTO';
130
135
  export * from './apiResponseObjectMapintResponseMessage';
131
136
  export * from './apiResponseObjectMaplongResponseMessage';
137
+ export * from './apiResponseObjectMaplongstring';
138
+ export * from './apiResponseObjectMapstringlong';
132
139
  export * from './apiResponseObjectMenuCrubResponse';
133
140
  export * from './apiResponseObjectMetaRulesDto';
134
141
  export * from './apiResponseObjectOptimizationRuleResponse';
@@ -138,6 +145,9 @@ export * from './apiResponseObjectReportResponse';
138
145
  export * from './apiResponseObjectReportingResponse';
139
146
  export * from './apiResponseObjectReportingSchedulerResponse';
140
147
  export * from './apiResponseObjectResponseMessage';
148
+ export * from './apiResponseObjectSafeguardDetail';
149
+ export * from './apiResponseObjectSafeguardExclusionDTO';
150
+ export * from './apiResponseObjectSafeguardResponseDTO';
141
151
  export * from './apiResponseObjectSiteListDTO';
142
152
  export * from './apiResponseObjectSkadTargetPrivileges';
143
153
  export * from './apiResponseObjectSlicexChartResponse';
@@ -311,6 +321,7 @@ export * from './lookAlikeAudienceConfigDTO';
311
321
  export * from './macro';
312
322
  export * from './mapintResponseMessage';
313
323
  export * from './maplongResponseMessage';
324
+ export * from './maplongstring';
314
325
  export * from './mapstringlong';
315
326
  export * from './mapstringobject';
316
327
  export * from './menuCrubResponse';
@@ -355,6 +366,12 @@ export * from './ruleComponentDTO';
355
366
  export * from './ruleDTO';
356
367
  export * from './ruleOperatorDto';
357
368
  export * from './ruleValueDto';
369
+ export * from './safeguardBlockedItemDTO';
370
+ export * from './safeguardDetail';
371
+ export * from './safeguardExclusionDTO';
372
+ export * from './safeguardRequestDTO';
373
+ export * from './safeguardResponseDTO';
374
+ export * from './safeguardRuleMasterEntity';
358
375
  export * from './schedulerRequest';
359
376
  export * from './searchRequest';
360
377
  export * from './siteListDTO';
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface SafeguardBlockedItemDTO {
13
+ blockActionMessage?: string;
14
+ blockedItemData?: string;
15
+ blockedItemId?: number;
16
+ executionLogId?: number;
17
+ expiryTime?: number;
18
+ runTime?: number;
19
+ safeguardId?: number;
20
+ status?: SafeguardBlockedItemDTO.StatusEnum;
21
+ strategyId?: number;
22
+ unblockActionMessage?: string;
23
+ }
24
+ export declare namespace SafeguardBlockedItemDTO {
25
+ type StatusEnum = 'PENDING' | 'IN_PROGRESS' | 'FAILED' | 'SUCCESS' | 'PARTIAL_SUCCESS';
26
+ const StatusEnum: {
27
+ PENDING: StatusEnum;
28
+ INPROGRESS: StatusEnum;
29
+ FAILED: StatusEnum;
30
+ SUCCESS: StatusEnum;
31
+ PARTIALSUCCESS: StatusEnum;
32
+ };
33
+ }
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { BaseModel } from './baseModel';
13
+ export interface SafeguardDetail {
14
+ createdBy?: BaseModel;
15
+ createdOn?: number;
16
+ isActive?: boolean;
17
+ lookbackWindow?: number;
18
+ modifiedBy?: BaseModel;
19
+ modifiedOn?: number;
20
+ nextRunTime?: number;
21
+ refreshFrequency?: number;
22
+ rules?: string;
23
+ runFrequency?: number;
24
+ safeguardId?: number;
25
+ safeguardName?: string;
26
+ startTime?: number;
27
+ strategyMappingList?: Array<BaseModel>;
28
+ targetingScope?: SafeguardDetail.TargetingScopeEnum;
29
+ }
30
+ export declare namespace SafeguardDetail {
31
+ type TargetingScopeEnum = 'APP' | 'INVENTORY';
32
+ const TargetingScopeEnum: {
33
+ APP: TargetingScopeEnum;
34
+ INVENTORY: TargetingScopeEnum;
35
+ };
36
+ }
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { BaseModel } from './baseModel';
13
+ export interface SafeguardExclusionDTO {
14
+ campaignId?: number;
15
+ clearExclusionList?: boolean;
16
+ entityList?: Array<BaseModel>;
17
+ scope?: SafeguardExclusionDTO.ScopeEnum;
18
+ }
19
+ export declare namespace SafeguardExclusionDTO {
20
+ type ScopeEnum = 'APP' | 'INVENTORY';
21
+ const ScopeEnum: {
22
+ APP: ScopeEnum;
23
+ INVENTORY: ScopeEnum;
24
+ };
25
+ }
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { BaseModel } from './baseModel';
13
+ export interface SafeguardRequestDTO {
14
+ active?: boolean;
15
+ advertiserId?: number;
16
+ campaignId?: number;
17
+ lookbackWindow?: number;
18
+ refreshFrequency?: number;
19
+ rules?: string;
20
+ runFrequency?: number;
21
+ safeguardId?: number;
22
+ safeguardName?: string;
23
+ startTime?: number;
24
+ strategyMappingList?: Array<BaseModel>;
25
+ targetingScope?: SafeguardRequestDTO.TargetingScopeEnum;
26
+ }
27
+ export declare namespace SafeguardRequestDTO {
28
+ type TargetingScopeEnum = 'APP' | 'INVENTORY';
29
+ const TargetingScopeEnum: {
30
+ APP: TargetingScopeEnum;
31
+ INVENTORY: TargetingScopeEnum;
32
+ };
33
+ }
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { BaseModel } from './baseModel';
13
+ export interface SafeguardResponseDTO {
14
+ active?: boolean;
15
+ advertiserId?: number;
16
+ campaignId?: number;
17
+ lookbackWindow?: number;
18
+ nextRunTime?: number;
19
+ refreshFrequency?: number;
20
+ rules?: string;
21
+ runFrequency?: number;
22
+ safeguardId?: number;
23
+ safeguardName?: string;
24
+ startTime?: number;
25
+ strategyMappingList?: Array<BaseModel>;
26
+ targetingScope?: SafeguardResponseDTO.TargetingScopeEnum;
27
+ }
28
+ export declare namespace SafeguardResponseDTO {
29
+ type TargetingScopeEnum = 'APP' | 'INVENTORY';
30
+ const TargetingScopeEnum: {
31
+ APP: TargetingScopeEnum;
32
+ INVENTORY: TargetingScopeEnum;
33
+ };
34
+ }
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface SafeguardRuleMasterEntity {
13
+ config?: string;
14
+ displayFormula?: string;
15
+ displayName?: string;
16
+ eligibleOperators?: string;
17
+ id?: number;
18
+ key?: string;
19
+ order?: number;
20
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.435",
3
+ "version": "1.1.437",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [