@revxui/intellibid-client-ts 1.0.32 → 1.0.34
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/esm2020/model/attributionSettings.mjs +13 -0
- package/esm2020/model/dpaEngagementRequest.mjs +1 -1
- package/esm2020/model/dpaEngagementResponse.mjs +1 -1
- package/esm2020/model/models.mjs +2 -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/attributionSettings.d.ts +16 -0
- package/model/dpaEngagementRequest.d.ts +5 -1
- package/model/dpaEngagementResponse.d.ts +3 -0
- package/model/models.d.ts +1 -0
- package/package.json +1 -1
|
@@ -2507,6 +2507,18 @@ var AdSetDetails;
|
|
|
2507
2507
|
* Do not edit the class manually.
|
|
2508
2508
|
*/
|
|
2509
2509
|
|
|
2510
|
+
/**
|
|
2511
|
+
* Intellibid API
|
|
2512
|
+
* API documentation for the Intellibid platform
|
|
2513
|
+
*
|
|
2514
|
+
* OpenAPI spec version: 1.0
|
|
2515
|
+
*
|
|
2516
|
+
*
|
|
2517
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
2518
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
2519
|
+
* Do not edit the class manually.
|
|
2520
|
+
*/
|
|
2521
|
+
|
|
2510
2522
|
/**
|
|
2511
2523
|
* Intellibid API
|
|
2512
2524
|
* API documentation for the Intellibid platform
|