@merkl/api 1.0.85 → 1.0.86
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.
@@ -64,6 +64,7 @@ export declare abstract class CampaignRepository {
|
|
64
64
|
})[] | undefined;
|
65
65
|
isTest: false | undefined;
|
66
66
|
isPoint: boolean | undefined;
|
67
|
+
isPreTGE: boolean | undefined;
|
67
68
|
};
|
68
69
|
Creator: {
|
69
70
|
OR: ({
|
@@ -148,6 +149,7 @@ export declare abstract class CampaignRepository {
|
|
148
149
|
})[] | undefined;
|
149
150
|
isTest: false | undefined;
|
150
151
|
isPoint: boolean | undefined;
|
152
|
+
isPreTGE: boolean | undefined;
|
151
153
|
};
|
152
154
|
Creator: {
|
153
155
|
OR: ({
|
@@ -233,6 +235,7 @@ export declare abstract class CampaignRepository {
|
|
233
235
|
})[] | undefined;
|
234
236
|
isTest: false | undefined;
|
235
237
|
isPoint: boolean | undefined;
|
238
|
+
isPreTGE: boolean | undefined;
|
236
239
|
};
|
237
240
|
Creator: {
|
238
241
|
OR: ({
|
@@ -321,6 +324,7 @@ export declare abstract class CampaignRepository {
|
|
321
324
|
})[] | undefined;
|
322
325
|
isTest: false | undefined;
|
323
326
|
isPoint: boolean | undefined;
|
327
|
+
isPreTGE: boolean | undefined;
|
324
328
|
};
|
325
329
|
Creator: {
|
326
330
|
OR: ({
|