@revxui/intellibid-client-ts 1.0.5 → 1.0.6
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/campaignController.service.d.ts +4 -4
- package/api/dpaEngagementController.service.d.ts +4 -4
- package/esm2020/api/campaignController.service.mjs +1 -1
- package/esm2020/api/dpaEngagementController.service.mjs +1 -1
- package/esm2020/model/campaignSearchResponse.mjs +13 -0
- package/esm2020/model/createCampaignRequest.mjs +1 -1
- package/esm2020/model/dpaEngagementResponse.mjs +1 -1
- package/esm2020/model/dpaEngagementSearchResponse.mjs +13 -0
- package/esm2020/model/models.mjs +3 -2
- package/esm2020/model/pageableObject.mjs +1 -1
- package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
- package/fesm2020/revxui-intellibid-client-ts.mjs +12 -0
- package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
- package/model/campaignSearchResponse.d.ts +16 -0
- package/model/createCampaignRequest.d.ts +1 -0
- package/model/dpaEngagementResponse.d.ts +1 -0
- package/model/{entitySearchResponse.d.ts → dpaEngagementSearchResponse.d.ts} +1 -1
- package/model/models.d.ts +2 -1
- package/model/pageableObject.d.ts +2 -2
- package/package.json +1 -1
- package/esm2020/model/entitySearchResponse.mjs +0 -13
|
@@ -1250,6 +1250,18 @@ var CampaignResponse;
|
|
|
1250
1250
|
* Do not edit the class manually.
|
|
1251
1251
|
*/
|
|
1252
1252
|
|
|
1253
|
+
/**
|
|
1254
|
+
*
|
|
1255
|
+
*
|
|
1256
|
+
*
|
|
1257
|
+
*
|
|
1258
|
+
*
|
|
1259
|
+
*
|
|
1260
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
1261
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
1262
|
+
* Do not edit the class manually.
|
|
1263
|
+
*/
|
|
1264
|
+
|
|
1253
1265
|
var DpaCampaignResponse;
|
|
1254
1266
|
(function (DpaCampaignResponse) {
|
|
1255
1267
|
DpaCampaignResponse.StatusEnum = {
|