sowhat-types 2.1.6 → 2.1.7

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/dist/index.d.mts CHANGED
@@ -1111,7 +1111,7 @@ interface LegalDocumentResponse {
1111
1111
  }
1112
1112
 
1113
1113
  interface ProCommercialOfferLeadListResponse {
1114
- item: ProCommercialOfferLeadResponse[];
1114
+ items: ProCommercialOfferLeadResponse[];
1115
1115
  pagination: PaginationResponse;
1116
1116
  }
1117
1117
 
package/dist/index.d.ts CHANGED
@@ -1111,7 +1111,7 @@ interface LegalDocumentResponse {
1111
1111
  }
1112
1112
 
1113
1113
  interface ProCommercialOfferLeadListResponse {
1114
- item: ProCommercialOfferLeadResponse[];
1114
+ items: ProCommercialOfferLeadResponse[];
1115
1115
  pagination: PaginationResponse;
1116
1116
  }
1117
1117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",