@merkl/api 0.20.156 → 0.20.157

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.
@@ -1422,6 +1422,24 @@ export declare const v4: Elysia<"/v4", false, {
1422
1422
  };
1423
1423
  };
1424
1424
  };
1425
+ } & {
1426
+ tvls: {
1427
+ ":opportunityId": {
1428
+ put: {
1429
+ body: unknown;
1430
+ params: {
1431
+ opportunityId: string;
1432
+ };
1433
+ query: unknown;
1434
+ headers: {
1435
+ authorization: string;
1436
+ };
1437
+ response: {
1438
+ 200: unknown[];
1439
+ };
1440
+ };
1441
+ };
1442
+ };
1425
1443
  } & {
1426
1444
  index: {
1427
1445
  get: {
@@ -1702,21 +1720,6 @@ export declare const v4: Elysia<"/v4", false, {
1702
1720
  };
1703
1721
  };
1704
1722
  };
1705
- campaignstvls: {
1706
- ":opportunityId": {
1707
- put: {
1708
- body: unknown;
1709
- params: {
1710
- opportunityId: string;
1711
- };
1712
- query: unknown;
1713
- headers: unknown;
1714
- response: {
1715
- 200: unknown[];
1716
- };
1717
- };
1718
- };
1719
- };
1720
1723
  } & {
1721
1724
  campaigns: {
1722
1725
  index: {
@@ -1998,37 +2001,41 @@ export declare const v4: Elysia<"/v4", false, {
1998
2001
  } & {
1999
2002
  v4: {
2000
2003
  campaigns: {
2001
- "dry-runtvl": {
2002
- ":campaignId": {
2003
- get: {
2004
- body: unknown;
2005
- params: {
2006
- campaignId: string;
2007
- };
2008
- query: unknown;
2009
- headers: {
2010
- authorization: string;
2011
- };
2012
- response: {
2013
- 200: unknown[];
2004
+ "dry-run": {
2005
+ tvl: {
2006
+ ":campaignId": {
2007
+ get: {
2008
+ body: unknown;
2009
+ params: {
2010
+ campaignId: string;
2011
+ };
2012
+ query: unknown;
2013
+ headers: {
2014
+ authorization: string;
2015
+ };
2016
+ response: {
2017
+ 200: unknown[];
2018
+ };
2014
2019
  };
2015
2020
  };
2016
2021
  };
2017
2022
  };
2018
2023
  } & {
2019
- "dry-runtvls": {
2020
- ":opportunityId": {
2021
- get: {
2022
- body: unknown;
2023
- params: {
2024
- opportunityId: string;
2025
- };
2026
- query: unknown;
2027
- headers: {
2028
- authorization: string;
2029
- };
2030
- response: {
2031
- 200: unknown[];
2024
+ "dry-run": {
2025
+ tvls: {
2026
+ ":opportunityId": {
2027
+ get: {
2028
+ body: unknown;
2029
+ params: {
2030
+ opportunityId: string;
2031
+ };
2032
+ query: unknown;
2033
+ headers: {
2034
+ authorization: string;
2035
+ };
2036
+ response: {
2037
+ 200: unknown[];
2038
+ };
2032
2039
  };
2033
2040
  };
2034
2041
  };