@merkl/api 0.16.11 → 0.16.12

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.
@@ -2720,7 +2720,7 @@ declare const eden: {
2720
2720
  Opportunity: {
2721
2721
  name: string;
2722
2722
  type: string;
2723
- id: string;
2723
+ identifier: string;
2724
2724
  };
2725
2725
  CampaignStatus: {
2726
2726
  error: string;
@@ -5834,7 +5834,7 @@ declare const eden: {
5834
5834
  Opportunity: {
5835
5835
  name: string;
5836
5836
  type: string;
5837
- id: string;
5837
+ identifier: string;
5838
5838
  };
5839
5839
  CampaignStatus: {
5840
5840
  error: string;
@@ -10274,7 +10274,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
10274
10274
  Opportunity: {
10275
10275
  name: string;
10276
10276
  type: string;
10277
- id: string;
10277
+ identifier: string;
10278
10278
  };
10279
10279
  CampaignStatus: {
10280
10280
  error: string;
@@ -14413,7 +14413,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14413
14413
  Opportunity: {
14414
14414
  name: string;
14415
14415
  type: string;
14416
- id: string;
14416
+ identifier: string;
14417
14417
  };
14418
14418
  CampaignStatus: {
14419
14419
  error: string;
@@ -17527,7 +17527,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17527
17527
  Opportunity: {
17528
17528
  name: string;
17529
17529
  type: string;
17530
- id: string;
17530
+ identifier: string;
17531
17531
  };
17532
17532
  CampaignStatus: {
17533
17533
  error: string;
@@ -3348,7 +3348,7 @@ declare const app: Elysia<"", false, {
3348
3348
  Opportunity: {
3349
3349
  name: string;
3350
3350
  type: string;
3351
- id: string;
3351
+ identifier: string;
3352
3352
  };
3353
3353
  CampaignStatus: {
3354
3354
  error: string;
@@ -3218,7 +3218,7 @@ export declare const v4: Elysia<"/v4", false, {
3218
3218
  Opportunity: {
3219
3219
  name: string;
3220
3220
  type: string;
3221
- id: string;
3221
+ identifier: string;
3222
3222
  };
3223
3223
  CampaignStatus: {
3224
3224
  error: string;
@@ -142,7 +142,7 @@ export declare const StatusController: Elysia<"/campaign-status", false, {
142
142
  Opportunity: {
143
143
  name: string;
144
144
  type: string;
145
- id: string;
145
+ identifier: string;
146
146
  };
147
147
  CampaignStatus: {
148
148
  error: string;
@@ -88,7 +88,7 @@ export declare class StatusRepository {
88
88
  Opportunity: {
89
89
  name: string;
90
90
  type: string;
91
- id: string;
91
+ identifier: string;
92
92
  };
93
93
  CampaignStatus: {
94
94
  error: string;
@@ -118,7 +118,7 @@ export class StatusRepository {
118
118
  Opportunity: {
119
119
  select: {
120
120
  name: true,
121
- id: true,
121
+ identifier: true,
122
122
  type: true,
123
123
  },
124
124
  },
@@ -64,7 +64,7 @@ export declare class StatusService {
64
64
  Opportunity: {
65
65
  name: string;
66
66
  type: string;
67
- id: string;
67
+ identifier: string;
68
68
  };
69
69
  CampaignStatus: {
70
70
  error: string;