@nexeraid/identity-schemas 2.1.11-dev → 2.1.12-dev
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/{customers.schema-83e7daba.esm.js → customers.schema-105ce7f4.esm.js} +4 -14
- package/dist/{customers.schema-38b45856.cjs.dev.js → customers.schema-48f6ccb1.cjs.dev.js} +3 -14
- package/dist/{customers.schema-8aaef61f.cjs.prod.js → customers.schema-d51a1294.cjs.prod.js} +3 -14
- package/dist/declarations/src/providers/chainalysis/chainalysis.schema.d.ts +0 -21
- package/dist/declarations/src/providers/chainalysis/chainalysis.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/provider.schema.d.ts +161 -161
- package/dist/declarations/src/providers/provider.schema.d.ts.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +1 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +1 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.js +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +1 -1
|
@@ -72,11 +72,11 @@ export declare const IpQualityConfig: z.ZodObject<{
|
|
|
72
72
|
phoneVerification?: boolean | null | undefined;
|
|
73
73
|
}>;
|
|
74
74
|
export declare const BigConfig: z.ZodObject<{
|
|
75
|
-
crypto: z.
|
|
75
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
76
76
|
}, "strip", z.ZodTypeAny, {
|
|
77
|
-
crypto
|
|
77
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
78
78
|
}, {
|
|
79
|
-
crypto
|
|
79
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
80
80
|
}>;
|
|
81
81
|
export declare const ProviderIntegrationTypeOptions: readonly ["integrated", "external"];
|
|
82
82
|
export declare const ProviderIntegrationType: z.ZodEnum<["integrated", "external"]>;
|
|
@@ -134,41 +134,41 @@ export declare const BigProvider: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
134
134
|
onRulesEngine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
135
135
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
136
136
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
137
|
-
crypto: z.
|
|
137
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
|
-
crypto
|
|
139
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
140
140
|
}, {
|
|
141
|
-
crypto
|
|
141
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
142
142
|
}>, "many">>>;
|
|
143
143
|
}, "strip", z.ZodTypeAny, {
|
|
144
144
|
enabled?: boolean | null | undefined;
|
|
145
145
|
config?: {
|
|
146
|
-
crypto
|
|
146
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
147
147
|
}[] | null | undefined;
|
|
148
148
|
}, {
|
|
149
149
|
enabled?: boolean | null | undefined;
|
|
150
150
|
config?: {
|
|
151
|
-
crypto
|
|
151
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
152
152
|
}[] | null | undefined;
|
|
153
153
|
}>>>;
|
|
154
154
|
onNewRecord: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
155
155
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
156
156
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
157
|
-
crypto: z.
|
|
157
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
|
-
crypto
|
|
159
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
160
160
|
}, {
|
|
161
|
-
crypto
|
|
161
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
162
162
|
}>, "many">>>;
|
|
163
163
|
}, "strip", z.ZodTypeAny, {
|
|
164
164
|
enabled?: boolean | null | undefined;
|
|
165
165
|
config?: {
|
|
166
|
-
crypto
|
|
166
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
167
167
|
}[] | null | undefined;
|
|
168
168
|
}, {
|
|
169
169
|
enabled?: boolean | null | undefined;
|
|
170
170
|
config?: {
|
|
171
|
-
crypto
|
|
171
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
172
172
|
}[] | null | undefined;
|
|
173
173
|
}>>>;
|
|
174
174
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -178,13 +178,13 @@ export declare const BigProvider: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
178
178
|
onRulesEngine?: {
|
|
179
179
|
enabled?: boolean | null | undefined;
|
|
180
180
|
config?: {
|
|
181
|
-
crypto
|
|
181
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
182
182
|
}[] | null | undefined;
|
|
183
183
|
} | null | undefined;
|
|
184
184
|
onNewRecord?: {
|
|
185
185
|
enabled?: boolean | null | undefined;
|
|
186
186
|
config?: {
|
|
187
|
-
crypto
|
|
187
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
188
188
|
}[] | null | undefined;
|
|
189
189
|
} | null | undefined;
|
|
190
190
|
}, {
|
|
@@ -194,13 +194,13 @@ export declare const BigProvider: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
194
194
|
onRulesEngine?: {
|
|
195
195
|
enabled?: boolean | null | undefined;
|
|
196
196
|
config?: {
|
|
197
|
-
crypto
|
|
197
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
198
198
|
}[] | null | undefined;
|
|
199
199
|
} | null | undefined;
|
|
200
200
|
onNewRecord?: {
|
|
201
201
|
enabled?: boolean | null | undefined;
|
|
202
202
|
config?: {
|
|
203
|
-
crypto
|
|
203
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
204
204
|
}[] | null | undefined;
|
|
205
205
|
} | null | undefined;
|
|
206
206
|
}>;
|
|
@@ -835,41 +835,41 @@ export declare const ProviderData: z.ZodObject<{
|
|
|
835
835
|
onRulesEngine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
836
836
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
837
837
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
838
|
-
crypto: z.
|
|
838
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
839
839
|
}, "strip", z.ZodTypeAny, {
|
|
840
|
-
crypto
|
|
840
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
841
841
|
}, {
|
|
842
|
-
crypto
|
|
842
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
843
843
|
}>, "many">>>;
|
|
844
844
|
}, "strip", z.ZodTypeAny, {
|
|
845
845
|
enabled?: boolean | null | undefined;
|
|
846
846
|
config?: {
|
|
847
|
-
crypto
|
|
847
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
848
848
|
}[] | null | undefined;
|
|
849
849
|
}, {
|
|
850
850
|
enabled?: boolean | null | undefined;
|
|
851
851
|
config?: {
|
|
852
|
-
crypto
|
|
852
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
853
853
|
}[] | null | undefined;
|
|
854
854
|
}>>>;
|
|
855
855
|
onNewRecord: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
856
856
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
857
857
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
858
|
-
crypto: z.
|
|
858
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
859
859
|
}, "strip", z.ZodTypeAny, {
|
|
860
|
-
crypto
|
|
860
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
861
861
|
}, {
|
|
862
|
-
crypto
|
|
862
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
863
863
|
}>, "many">>>;
|
|
864
864
|
}, "strip", z.ZodTypeAny, {
|
|
865
865
|
enabled?: boolean | null | undefined;
|
|
866
866
|
config?: {
|
|
867
|
-
crypto
|
|
867
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
868
868
|
}[] | null | undefined;
|
|
869
869
|
}, {
|
|
870
870
|
enabled?: boolean | null | undefined;
|
|
871
871
|
config?: {
|
|
872
|
-
crypto
|
|
872
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
873
873
|
}[] | null | undefined;
|
|
874
874
|
}>>>;
|
|
875
875
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -879,13 +879,13 @@ export declare const ProviderData: z.ZodObject<{
|
|
|
879
879
|
onRulesEngine?: {
|
|
880
880
|
enabled?: boolean | null | undefined;
|
|
881
881
|
config?: {
|
|
882
|
-
crypto
|
|
882
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
883
883
|
}[] | null | undefined;
|
|
884
884
|
} | null | undefined;
|
|
885
885
|
onNewRecord?: {
|
|
886
886
|
enabled?: boolean | null | undefined;
|
|
887
887
|
config?: {
|
|
888
|
-
crypto
|
|
888
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
889
889
|
}[] | null | undefined;
|
|
890
890
|
} | null | undefined;
|
|
891
891
|
}, {
|
|
@@ -895,13 +895,13 @@ export declare const ProviderData: z.ZodObject<{
|
|
|
895
895
|
onRulesEngine?: {
|
|
896
896
|
enabled?: boolean | null | undefined;
|
|
897
897
|
config?: {
|
|
898
|
-
crypto
|
|
898
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
899
899
|
}[] | null | undefined;
|
|
900
900
|
} | null | undefined;
|
|
901
901
|
onNewRecord?: {
|
|
902
902
|
enabled?: boolean | null | undefined;
|
|
903
903
|
config?: {
|
|
904
|
-
crypto
|
|
904
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
905
905
|
}[] | null | undefined;
|
|
906
906
|
} | null | undefined;
|
|
907
907
|
}>>>;
|
|
@@ -1622,13 +1622,13 @@ export declare const ProviderData: z.ZodObject<{
|
|
|
1622
1622
|
onRulesEngine?: {
|
|
1623
1623
|
enabled?: boolean | null | undefined;
|
|
1624
1624
|
config?: {
|
|
1625
|
-
crypto
|
|
1625
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
1626
1626
|
}[] | null | undefined;
|
|
1627
1627
|
} | null | undefined;
|
|
1628
1628
|
onNewRecord?: {
|
|
1629
1629
|
enabled?: boolean | null | undefined;
|
|
1630
1630
|
config?: {
|
|
1631
|
-
crypto
|
|
1631
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
1632
1632
|
}[] | null | undefined;
|
|
1633
1633
|
} | null | undefined;
|
|
1634
1634
|
} | null | undefined;
|
|
@@ -1812,13 +1812,13 @@ export declare const ProviderData: z.ZodObject<{
|
|
|
1812
1812
|
onRulesEngine?: {
|
|
1813
1813
|
enabled?: boolean | null | undefined;
|
|
1814
1814
|
config?: {
|
|
1815
|
-
crypto
|
|
1815
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
1816
1816
|
}[] | null | undefined;
|
|
1817
1817
|
} | null | undefined;
|
|
1818
1818
|
onNewRecord?: {
|
|
1819
1819
|
enabled?: boolean | null | undefined;
|
|
1820
1820
|
config?: {
|
|
1821
|
-
crypto
|
|
1821
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
1822
1822
|
}[] | null | undefined;
|
|
1823
1823
|
} | null | undefined;
|
|
1824
1824
|
} | null | undefined;
|
|
@@ -2087,41 +2087,41 @@ export declare const ProviderDataProject: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
2087
2087
|
onRulesEngine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2088
2088
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2089
2089
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2090
|
-
crypto: z.
|
|
2090
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
2091
2091
|
}, "strip", z.ZodTypeAny, {
|
|
2092
|
-
crypto
|
|
2092
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
2093
2093
|
}, {
|
|
2094
|
-
crypto
|
|
2094
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
2095
2095
|
}>, "many">>>;
|
|
2096
2096
|
}, "strip", z.ZodTypeAny, {
|
|
2097
2097
|
enabled?: boolean | null | undefined;
|
|
2098
2098
|
config?: {
|
|
2099
|
-
crypto
|
|
2099
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
2100
2100
|
}[] | null | undefined;
|
|
2101
2101
|
}, {
|
|
2102
2102
|
enabled?: boolean | null | undefined;
|
|
2103
2103
|
config?: {
|
|
2104
|
-
crypto
|
|
2104
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
2105
2105
|
}[] | null | undefined;
|
|
2106
2106
|
}>>>;
|
|
2107
2107
|
onNewRecord: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2108
2108
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2109
2109
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2110
|
-
crypto: z.
|
|
2110
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
2111
2111
|
}, "strip", z.ZodTypeAny, {
|
|
2112
|
-
crypto
|
|
2112
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
2113
2113
|
}, {
|
|
2114
|
-
crypto
|
|
2114
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
2115
2115
|
}>, "many">>>;
|
|
2116
2116
|
}, "strip", z.ZodTypeAny, {
|
|
2117
2117
|
enabled?: boolean | null | undefined;
|
|
2118
2118
|
config?: {
|
|
2119
|
-
crypto
|
|
2119
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
2120
2120
|
}[] | null | undefined;
|
|
2121
2121
|
}, {
|
|
2122
2122
|
enabled?: boolean | null | undefined;
|
|
2123
2123
|
config?: {
|
|
2124
|
-
crypto
|
|
2124
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
2125
2125
|
}[] | null | undefined;
|
|
2126
2126
|
}>>>;
|
|
2127
2127
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -2131,13 +2131,13 @@ export declare const ProviderDataProject: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
2131
2131
|
onRulesEngine?: {
|
|
2132
2132
|
enabled?: boolean | null | undefined;
|
|
2133
2133
|
config?: {
|
|
2134
|
-
crypto
|
|
2134
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
2135
2135
|
}[] | null | undefined;
|
|
2136
2136
|
} | null | undefined;
|
|
2137
2137
|
onNewRecord?: {
|
|
2138
2138
|
enabled?: boolean | null | undefined;
|
|
2139
2139
|
config?: {
|
|
2140
|
-
crypto
|
|
2140
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
2141
2141
|
}[] | null | undefined;
|
|
2142
2142
|
} | null | undefined;
|
|
2143
2143
|
}, {
|
|
@@ -2147,13 +2147,13 @@ export declare const ProviderDataProject: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
2147
2147
|
onRulesEngine?: {
|
|
2148
2148
|
enabled?: boolean | null | undefined;
|
|
2149
2149
|
config?: {
|
|
2150
|
-
crypto
|
|
2150
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
2151
2151
|
}[] | null | undefined;
|
|
2152
2152
|
} | null | undefined;
|
|
2153
2153
|
onNewRecord?: {
|
|
2154
2154
|
enabled?: boolean | null | undefined;
|
|
2155
2155
|
config?: {
|
|
2156
|
-
crypto
|
|
2156
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
2157
2157
|
}[] | null | undefined;
|
|
2158
2158
|
} | null | undefined;
|
|
2159
2159
|
}>>>;
|
|
@@ -2884,13 +2884,13 @@ export declare const ProviderDataProject: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
2884
2884
|
onRulesEngine?: {
|
|
2885
2885
|
enabled?: boolean | null | undefined;
|
|
2886
2886
|
config?: {
|
|
2887
|
-
crypto
|
|
2887
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
2888
2888
|
}[] | null | undefined;
|
|
2889
2889
|
} | null | undefined;
|
|
2890
2890
|
onNewRecord?: {
|
|
2891
2891
|
enabled?: boolean | null | undefined;
|
|
2892
2892
|
config?: {
|
|
2893
|
-
crypto
|
|
2893
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
2894
2894
|
}[] | null | undefined;
|
|
2895
2895
|
} | null | undefined;
|
|
2896
2896
|
} | null | undefined;
|
|
@@ -3076,13 +3076,13 @@ export declare const ProviderDataProject: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
3076
3076
|
onRulesEngine?: {
|
|
3077
3077
|
enabled?: boolean | null | undefined;
|
|
3078
3078
|
config?: {
|
|
3079
|
-
crypto
|
|
3079
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
3080
3080
|
}[] | null | undefined;
|
|
3081
3081
|
} | null | undefined;
|
|
3082
3082
|
onNewRecord?: {
|
|
3083
3083
|
enabled?: boolean | null | undefined;
|
|
3084
3084
|
config?: {
|
|
3085
|
-
crypto
|
|
3085
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
3086
3086
|
}[] | null | undefined;
|
|
3087
3087
|
} | null | undefined;
|
|
3088
3088
|
} | null | undefined;
|
|
@@ -3351,41 +3351,41 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<z.objectUtil.e
|
|
|
3351
3351
|
onRulesEngine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3352
3352
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3353
3353
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3354
|
-
crypto: z.
|
|
3354
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
3355
3355
|
}, "strip", z.ZodTypeAny, {
|
|
3356
|
-
crypto
|
|
3356
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
3357
3357
|
}, {
|
|
3358
|
-
crypto
|
|
3358
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
3359
3359
|
}>, "many">>>;
|
|
3360
3360
|
}, "strip", z.ZodTypeAny, {
|
|
3361
3361
|
enabled?: boolean | null | undefined;
|
|
3362
3362
|
config?: {
|
|
3363
|
-
crypto
|
|
3363
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
3364
3364
|
}[] | null | undefined;
|
|
3365
3365
|
}, {
|
|
3366
3366
|
enabled?: boolean | null | undefined;
|
|
3367
3367
|
config?: {
|
|
3368
|
-
crypto
|
|
3368
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
3369
3369
|
}[] | null | undefined;
|
|
3370
3370
|
}>>>;
|
|
3371
3371
|
onNewRecord: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3372
3372
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3373
3373
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3374
|
-
crypto: z.
|
|
3374
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
3375
3375
|
}, "strip", z.ZodTypeAny, {
|
|
3376
|
-
crypto
|
|
3376
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
3377
3377
|
}, {
|
|
3378
|
-
crypto
|
|
3378
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
3379
3379
|
}>, "many">>>;
|
|
3380
3380
|
}, "strip", z.ZodTypeAny, {
|
|
3381
3381
|
enabled?: boolean | null | undefined;
|
|
3382
3382
|
config?: {
|
|
3383
|
-
crypto
|
|
3383
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
3384
3384
|
}[] | null | undefined;
|
|
3385
3385
|
}, {
|
|
3386
3386
|
enabled?: boolean | null | undefined;
|
|
3387
3387
|
config?: {
|
|
3388
|
-
crypto
|
|
3388
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
3389
3389
|
}[] | null | undefined;
|
|
3390
3390
|
}>>>;
|
|
3391
3391
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -3395,13 +3395,13 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<z.objectUtil.e
|
|
|
3395
3395
|
onRulesEngine?: {
|
|
3396
3396
|
enabled?: boolean | null | undefined;
|
|
3397
3397
|
config?: {
|
|
3398
|
-
crypto
|
|
3398
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
3399
3399
|
}[] | null | undefined;
|
|
3400
3400
|
} | null | undefined;
|
|
3401
3401
|
onNewRecord?: {
|
|
3402
3402
|
enabled?: boolean | null | undefined;
|
|
3403
3403
|
config?: {
|
|
3404
|
-
crypto
|
|
3404
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
3405
3405
|
}[] | null | undefined;
|
|
3406
3406
|
} | null | undefined;
|
|
3407
3407
|
}, {
|
|
@@ -3411,13 +3411,13 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<z.objectUtil.e
|
|
|
3411
3411
|
onRulesEngine?: {
|
|
3412
3412
|
enabled?: boolean | null | undefined;
|
|
3413
3413
|
config?: {
|
|
3414
|
-
crypto
|
|
3414
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
3415
3415
|
}[] | null | undefined;
|
|
3416
3416
|
} | null | undefined;
|
|
3417
3417
|
onNewRecord?: {
|
|
3418
3418
|
enabled?: boolean | null | undefined;
|
|
3419
3419
|
config?: {
|
|
3420
|
-
crypto
|
|
3420
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
3421
3421
|
}[] | null | undefined;
|
|
3422
3422
|
} | null | undefined;
|
|
3423
3423
|
}>>>;
|
|
@@ -4148,13 +4148,13 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<z.objectUtil.e
|
|
|
4148
4148
|
onRulesEngine?: {
|
|
4149
4149
|
enabled?: boolean | null | undefined;
|
|
4150
4150
|
config?: {
|
|
4151
|
-
crypto
|
|
4151
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
4152
4152
|
}[] | null | undefined;
|
|
4153
4153
|
} | null | undefined;
|
|
4154
4154
|
onNewRecord?: {
|
|
4155
4155
|
enabled?: boolean | null | undefined;
|
|
4156
4156
|
config?: {
|
|
4157
|
-
crypto
|
|
4157
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
4158
4158
|
}[] | null | undefined;
|
|
4159
4159
|
} | null | undefined;
|
|
4160
4160
|
} | null | undefined;
|
|
@@ -4340,13 +4340,13 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<z.objectUtil.e
|
|
|
4340
4340
|
onRulesEngine?: {
|
|
4341
4341
|
enabled?: boolean | null | undefined;
|
|
4342
4342
|
config?: {
|
|
4343
|
-
crypto
|
|
4343
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
4344
4344
|
}[] | null | undefined;
|
|
4345
4345
|
} | null | undefined;
|
|
4346
4346
|
onNewRecord?: {
|
|
4347
4347
|
enabled?: boolean | null | undefined;
|
|
4348
4348
|
config?: {
|
|
4349
|
-
crypto
|
|
4349
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
4350
4350
|
}[] | null | undefined;
|
|
4351
4351
|
} | null | undefined;
|
|
4352
4352
|
} | null | undefined;
|
|
@@ -4615,41 +4615,41 @@ export declare const GetProviderResponse: z.ZodObject<{
|
|
|
4615
4615
|
onRulesEngine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4616
4616
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
4617
4617
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
4618
|
-
crypto: z.
|
|
4618
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
4619
4619
|
}, "strip", z.ZodTypeAny, {
|
|
4620
|
-
crypto
|
|
4620
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
4621
4621
|
}, {
|
|
4622
|
-
crypto
|
|
4622
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
4623
4623
|
}>, "many">>>;
|
|
4624
4624
|
}, "strip", z.ZodTypeAny, {
|
|
4625
4625
|
enabled?: boolean | null | undefined;
|
|
4626
4626
|
config?: {
|
|
4627
|
-
crypto
|
|
4627
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
4628
4628
|
}[] | null | undefined;
|
|
4629
4629
|
}, {
|
|
4630
4630
|
enabled?: boolean | null | undefined;
|
|
4631
4631
|
config?: {
|
|
4632
|
-
crypto
|
|
4632
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
4633
4633
|
}[] | null | undefined;
|
|
4634
4634
|
}>>>;
|
|
4635
4635
|
onNewRecord: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4636
4636
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
4637
4637
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
4638
|
-
crypto: z.
|
|
4638
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
4639
4639
|
}, "strip", z.ZodTypeAny, {
|
|
4640
|
-
crypto
|
|
4640
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
4641
4641
|
}, {
|
|
4642
|
-
crypto
|
|
4642
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
4643
4643
|
}>, "many">>>;
|
|
4644
4644
|
}, "strip", z.ZodTypeAny, {
|
|
4645
4645
|
enabled?: boolean | null | undefined;
|
|
4646
4646
|
config?: {
|
|
4647
|
-
crypto
|
|
4647
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
4648
4648
|
}[] | null | undefined;
|
|
4649
4649
|
}, {
|
|
4650
4650
|
enabled?: boolean | null | undefined;
|
|
4651
4651
|
config?: {
|
|
4652
|
-
crypto
|
|
4652
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
4653
4653
|
}[] | null | undefined;
|
|
4654
4654
|
}>>>;
|
|
4655
4655
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -4659,13 +4659,13 @@ export declare const GetProviderResponse: z.ZodObject<{
|
|
|
4659
4659
|
onRulesEngine?: {
|
|
4660
4660
|
enabled?: boolean | null | undefined;
|
|
4661
4661
|
config?: {
|
|
4662
|
-
crypto
|
|
4662
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
4663
4663
|
}[] | null | undefined;
|
|
4664
4664
|
} | null | undefined;
|
|
4665
4665
|
onNewRecord?: {
|
|
4666
4666
|
enabled?: boolean | null | undefined;
|
|
4667
4667
|
config?: {
|
|
4668
|
-
crypto
|
|
4668
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
4669
4669
|
}[] | null | undefined;
|
|
4670
4670
|
} | null | undefined;
|
|
4671
4671
|
}, {
|
|
@@ -4675,13 +4675,13 @@ export declare const GetProviderResponse: z.ZodObject<{
|
|
|
4675
4675
|
onRulesEngine?: {
|
|
4676
4676
|
enabled?: boolean | null | undefined;
|
|
4677
4677
|
config?: {
|
|
4678
|
-
crypto
|
|
4678
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
4679
4679
|
}[] | null | undefined;
|
|
4680
4680
|
} | null | undefined;
|
|
4681
4681
|
onNewRecord?: {
|
|
4682
4682
|
enabled?: boolean | null | undefined;
|
|
4683
4683
|
config?: {
|
|
4684
|
-
crypto
|
|
4684
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
4685
4685
|
}[] | null | undefined;
|
|
4686
4686
|
} | null | undefined;
|
|
4687
4687
|
}>>>;
|
|
@@ -5402,13 +5402,13 @@ export declare const GetProviderResponse: z.ZodObject<{
|
|
|
5402
5402
|
onRulesEngine?: {
|
|
5403
5403
|
enabled?: boolean | null | undefined;
|
|
5404
5404
|
config?: {
|
|
5405
|
-
crypto
|
|
5405
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
5406
5406
|
}[] | null | undefined;
|
|
5407
5407
|
} | null | undefined;
|
|
5408
5408
|
onNewRecord?: {
|
|
5409
5409
|
enabled?: boolean | null | undefined;
|
|
5410
5410
|
config?: {
|
|
5411
|
-
crypto
|
|
5411
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
5412
5412
|
}[] | null | undefined;
|
|
5413
5413
|
} | null | undefined;
|
|
5414
5414
|
} | null | undefined;
|
|
@@ -5592,13 +5592,13 @@ export declare const GetProviderResponse: z.ZodObject<{
|
|
|
5592
5592
|
onRulesEngine?: {
|
|
5593
5593
|
enabled?: boolean | null | undefined;
|
|
5594
5594
|
config?: {
|
|
5595
|
-
crypto
|
|
5595
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
5596
5596
|
}[] | null | undefined;
|
|
5597
5597
|
} | null | undefined;
|
|
5598
5598
|
onNewRecord?: {
|
|
5599
5599
|
enabled?: boolean | null | undefined;
|
|
5600
5600
|
config?: {
|
|
5601
|
-
crypto
|
|
5601
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
5602
5602
|
}[] | null | undefined;
|
|
5603
5603
|
} | null | undefined;
|
|
5604
5604
|
} | null | undefined;
|
|
@@ -5867,41 +5867,41 @@ export declare const CreateProviderInput: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
5867
5867
|
onRulesEngine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5868
5868
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
5869
5869
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
5870
|
-
crypto: z.
|
|
5870
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
5871
5871
|
}, "strip", z.ZodTypeAny, {
|
|
5872
|
-
crypto
|
|
5872
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
5873
5873
|
}, {
|
|
5874
|
-
crypto
|
|
5874
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
5875
5875
|
}>, "many">>>;
|
|
5876
5876
|
}, "strip", z.ZodTypeAny, {
|
|
5877
5877
|
enabled?: boolean | null | undefined;
|
|
5878
5878
|
config?: {
|
|
5879
|
-
crypto
|
|
5879
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
5880
5880
|
}[] | null | undefined;
|
|
5881
5881
|
}, {
|
|
5882
5882
|
enabled?: boolean | null | undefined;
|
|
5883
5883
|
config?: {
|
|
5884
|
-
crypto
|
|
5884
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
5885
5885
|
}[] | null | undefined;
|
|
5886
5886
|
}>>>;
|
|
5887
5887
|
onNewRecord: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5888
5888
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
5889
5889
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
5890
|
-
crypto: z.
|
|
5890
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
5891
5891
|
}, "strip", z.ZodTypeAny, {
|
|
5892
|
-
crypto
|
|
5892
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
5893
5893
|
}, {
|
|
5894
|
-
crypto
|
|
5894
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
5895
5895
|
}>, "many">>>;
|
|
5896
5896
|
}, "strip", z.ZodTypeAny, {
|
|
5897
5897
|
enabled?: boolean | null | undefined;
|
|
5898
5898
|
config?: {
|
|
5899
|
-
crypto
|
|
5899
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
5900
5900
|
}[] | null | undefined;
|
|
5901
5901
|
}, {
|
|
5902
5902
|
enabled?: boolean | null | undefined;
|
|
5903
5903
|
config?: {
|
|
5904
|
-
crypto
|
|
5904
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
5905
5905
|
}[] | null | undefined;
|
|
5906
5906
|
}>>>;
|
|
5907
5907
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -5911,13 +5911,13 @@ export declare const CreateProviderInput: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
5911
5911
|
onRulesEngine?: {
|
|
5912
5912
|
enabled?: boolean | null | undefined;
|
|
5913
5913
|
config?: {
|
|
5914
|
-
crypto
|
|
5914
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
5915
5915
|
}[] | null | undefined;
|
|
5916
5916
|
} | null | undefined;
|
|
5917
5917
|
onNewRecord?: {
|
|
5918
5918
|
enabled?: boolean | null | undefined;
|
|
5919
5919
|
config?: {
|
|
5920
|
-
crypto
|
|
5920
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
5921
5921
|
}[] | null | undefined;
|
|
5922
5922
|
} | null | undefined;
|
|
5923
5923
|
}, {
|
|
@@ -5927,13 +5927,13 @@ export declare const CreateProviderInput: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
5927
5927
|
onRulesEngine?: {
|
|
5928
5928
|
enabled?: boolean | null | undefined;
|
|
5929
5929
|
config?: {
|
|
5930
|
-
crypto
|
|
5930
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
5931
5931
|
}[] | null | undefined;
|
|
5932
5932
|
} | null | undefined;
|
|
5933
5933
|
onNewRecord?: {
|
|
5934
5934
|
enabled?: boolean | null | undefined;
|
|
5935
5935
|
config?: {
|
|
5936
|
-
crypto
|
|
5936
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
5937
5937
|
}[] | null | undefined;
|
|
5938
5938
|
} | null | undefined;
|
|
5939
5939
|
}>>>;
|
|
@@ -6654,13 +6654,13 @@ export declare const CreateProviderInput: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
6654
6654
|
onRulesEngine?: {
|
|
6655
6655
|
enabled?: boolean | null | undefined;
|
|
6656
6656
|
config?: {
|
|
6657
|
-
crypto
|
|
6657
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
6658
6658
|
}[] | null | undefined;
|
|
6659
6659
|
} | null | undefined;
|
|
6660
6660
|
onNewRecord?: {
|
|
6661
6661
|
enabled?: boolean | null | undefined;
|
|
6662
6662
|
config?: {
|
|
6663
|
-
crypto
|
|
6663
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
6664
6664
|
}[] | null | undefined;
|
|
6665
6665
|
} | null | undefined;
|
|
6666
6666
|
} | null | undefined;
|
|
@@ -6842,13 +6842,13 @@ export declare const CreateProviderInput: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
6842
6842
|
onRulesEngine?: {
|
|
6843
6843
|
enabled?: boolean | null | undefined;
|
|
6844
6844
|
config?: {
|
|
6845
|
-
crypto
|
|
6845
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
6846
6846
|
}[] | null | undefined;
|
|
6847
6847
|
} | null | undefined;
|
|
6848
6848
|
onNewRecord?: {
|
|
6849
6849
|
enabled?: boolean | null | undefined;
|
|
6850
6850
|
config?: {
|
|
6851
|
-
crypto
|
|
6851
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
6852
6852
|
}[] | null | undefined;
|
|
6853
6853
|
} | null | undefined;
|
|
6854
6854
|
} | null | undefined;
|
|
@@ -7117,41 +7117,41 @@ export declare const CreateProviderResponse: z.ZodObject<Omit<{
|
|
|
7117
7117
|
onRulesEngine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7118
7118
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
7119
7119
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
7120
|
-
crypto: z.
|
|
7120
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
7121
7121
|
}, "strip", z.ZodTypeAny, {
|
|
7122
|
-
crypto
|
|
7122
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
7123
7123
|
}, {
|
|
7124
|
-
crypto
|
|
7124
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
7125
7125
|
}>, "many">>>;
|
|
7126
7126
|
}, "strip", z.ZodTypeAny, {
|
|
7127
7127
|
enabled?: boolean | null | undefined;
|
|
7128
7128
|
config?: {
|
|
7129
|
-
crypto
|
|
7129
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
7130
7130
|
}[] | null | undefined;
|
|
7131
7131
|
}, {
|
|
7132
7132
|
enabled?: boolean | null | undefined;
|
|
7133
7133
|
config?: {
|
|
7134
|
-
crypto
|
|
7134
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
7135
7135
|
}[] | null | undefined;
|
|
7136
7136
|
}>>>;
|
|
7137
7137
|
onNewRecord: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7138
7138
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
7139
7139
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
7140
|
-
crypto: z.
|
|
7140
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
7141
7141
|
}, "strip", z.ZodTypeAny, {
|
|
7142
|
-
crypto
|
|
7142
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
7143
7143
|
}, {
|
|
7144
|
-
crypto
|
|
7144
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
7145
7145
|
}>, "many">>>;
|
|
7146
7146
|
}, "strip", z.ZodTypeAny, {
|
|
7147
7147
|
enabled?: boolean | null | undefined;
|
|
7148
7148
|
config?: {
|
|
7149
|
-
crypto
|
|
7149
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
7150
7150
|
}[] | null | undefined;
|
|
7151
7151
|
}, {
|
|
7152
7152
|
enabled?: boolean | null | undefined;
|
|
7153
7153
|
config?: {
|
|
7154
|
-
crypto
|
|
7154
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
7155
7155
|
}[] | null | undefined;
|
|
7156
7156
|
}>>>;
|
|
7157
7157
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -7161,13 +7161,13 @@ export declare const CreateProviderResponse: z.ZodObject<Omit<{
|
|
|
7161
7161
|
onRulesEngine?: {
|
|
7162
7162
|
enabled?: boolean | null | undefined;
|
|
7163
7163
|
config?: {
|
|
7164
|
-
crypto
|
|
7164
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
7165
7165
|
}[] | null | undefined;
|
|
7166
7166
|
} | null | undefined;
|
|
7167
7167
|
onNewRecord?: {
|
|
7168
7168
|
enabled?: boolean | null | undefined;
|
|
7169
7169
|
config?: {
|
|
7170
|
-
crypto
|
|
7170
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
7171
7171
|
}[] | null | undefined;
|
|
7172
7172
|
} | null | undefined;
|
|
7173
7173
|
}, {
|
|
@@ -7177,13 +7177,13 @@ export declare const CreateProviderResponse: z.ZodObject<Omit<{
|
|
|
7177
7177
|
onRulesEngine?: {
|
|
7178
7178
|
enabled?: boolean | null | undefined;
|
|
7179
7179
|
config?: {
|
|
7180
|
-
crypto
|
|
7180
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
7181
7181
|
}[] | null | undefined;
|
|
7182
7182
|
} | null | undefined;
|
|
7183
7183
|
onNewRecord?: {
|
|
7184
7184
|
enabled?: boolean | null | undefined;
|
|
7185
7185
|
config?: {
|
|
7186
|
-
crypto
|
|
7186
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
7187
7187
|
}[] | null | undefined;
|
|
7188
7188
|
} | null | undefined;
|
|
7189
7189
|
}>>>;
|
|
@@ -8063,41 +8063,41 @@ export declare const UpdateProviderInput: z.ZodObject<{
|
|
|
8063
8063
|
onRulesEngine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
8064
8064
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
8065
8065
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
8066
|
-
crypto: z.
|
|
8066
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
8067
8067
|
}, "strip", z.ZodTypeAny, {
|
|
8068
|
-
crypto
|
|
8068
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
8069
8069
|
}, {
|
|
8070
|
-
crypto
|
|
8070
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
8071
8071
|
}>, "many">>>;
|
|
8072
8072
|
}, "strip", z.ZodTypeAny, {
|
|
8073
8073
|
enabled?: boolean | null | undefined;
|
|
8074
8074
|
config?: {
|
|
8075
|
-
crypto
|
|
8075
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
8076
8076
|
}[] | null | undefined;
|
|
8077
8077
|
}, {
|
|
8078
8078
|
enabled?: boolean | null | undefined;
|
|
8079
8079
|
config?: {
|
|
8080
|
-
crypto
|
|
8080
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
8081
8081
|
}[] | null | undefined;
|
|
8082
8082
|
}>>>;
|
|
8083
8083
|
onNewRecord: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
8084
8084
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
8085
8085
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
8086
|
-
crypto: z.
|
|
8086
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
8087
8087
|
}, "strip", z.ZodTypeAny, {
|
|
8088
|
-
crypto
|
|
8088
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
8089
8089
|
}, {
|
|
8090
|
-
crypto
|
|
8090
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
8091
8091
|
}>, "many">>>;
|
|
8092
8092
|
}, "strip", z.ZodTypeAny, {
|
|
8093
8093
|
enabled?: boolean | null | undefined;
|
|
8094
8094
|
config?: {
|
|
8095
|
-
crypto
|
|
8095
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
8096
8096
|
}[] | null | undefined;
|
|
8097
8097
|
}, {
|
|
8098
8098
|
enabled?: boolean | null | undefined;
|
|
8099
8099
|
config?: {
|
|
8100
|
-
crypto
|
|
8100
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
8101
8101
|
}[] | null | undefined;
|
|
8102
8102
|
}>>>;
|
|
8103
8103
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -8107,13 +8107,13 @@ export declare const UpdateProviderInput: z.ZodObject<{
|
|
|
8107
8107
|
onRulesEngine?: {
|
|
8108
8108
|
enabled?: boolean | null | undefined;
|
|
8109
8109
|
config?: {
|
|
8110
|
-
crypto
|
|
8110
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
8111
8111
|
}[] | null | undefined;
|
|
8112
8112
|
} | null | undefined;
|
|
8113
8113
|
onNewRecord?: {
|
|
8114
8114
|
enabled?: boolean | null | undefined;
|
|
8115
8115
|
config?: {
|
|
8116
|
-
crypto
|
|
8116
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
8117
8117
|
}[] | null | undefined;
|
|
8118
8118
|
} | null | undefined;
|
|
8119
8119
|
}, {
|
|
@@ -8123,13 +8123,13 @@ export declare const UpdateProviderInput: z.ZodObject<{
|
|
|
8123
8123
|
onRulesEngine?: {
|
|
8124
8124
|
enabled?: boolean | null | undefined;
|
|
8125
8125
|
config?: {
|
|
8126
|
-
crypto
|
|
8126
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
8127
8127
|
}[] | null | undefined;
|
|
8128
8128
|
} | null | undefined;
|
|
8129
8129
|
onNewRecord?: {
|
|
8130
8130
|
enabled?: boolean | null | undefined;
|
|
8131
8131
|
config?: {
|
|
8132
|
-
crypto
|
|
8132
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
8133
8133
|
}[] | null | undefined;
|
|
8134
8134
|
} | null | undefined;
|
|
8135
8135
|
}>>>;
|
|
@@ -8846,13 +8846,13 @@ export declare const UpdateProviderInput: z.ZodObject<{
|
|
|
8846
8846
|
onRulesEngine?: {
|
|
8847
8847
|
enabled?: boolean | null | undefined;
|
|
8848
8848
|
config?: {
|
|
8849
|
-
crypto
|
|
8849
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
8850
8850
|
}[] | null | undefined;
|
|
8851
8851
|
} | null | undefined;
|
|
8852
8852
|
onNewRecord?: {
|
|
8853
8853
|
enabled?: boolean | null | undefined;
|
|
8854
8854
|
config?: {
|
|
8855
|
-
crypto
|
|
8855
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
8856
8856
|
}[] | null | undefined;
|
|
8857
8857
|
} | null | undefined;
|
|
8858
8858
|
} | null | undefined;
|
|
@@ -9032,13 +9032,13 @@ export declare const UpdateProviderInput: z.ZodObject<{
|
|
|
9032
9032
|
onRulesEngine?: {
|
|
9033
9033
|
enabled?: boolean | null | undefined;
|
|
9034
9034
|
config?: {
|
|
9035
|
-
crypto
|
|
9035
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9036
9036
|
}[] | null | undefined;
|
|
9037
9037
|
} | null | undefined;
|
|
9038
9038
|
onNewRecord?: {
|
|
9039
9039
|
enabled?: boolean | null | undefined;
|
|
9040
9040
|
config?: {
|
|
9041
|
-
crypto
|
|
9041
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9042
9042
|
}[] | null | undefined;
|
|
9043
9043
|
} | null | undefined;
|
|
9044
9044
|
} | null | undefined;
|
|
@@ -9220,13 +9220,13 @@ export declare const UpdateProviderInput: z.ZodObject<{
|
|
|
9220
9220
|
onRulesEngine?: {
|
|
9221
9221
|
enabled?: boolean | null | undefined;
|
|
9222
9222
|
config?: {
|
|
9223
|
-
crypto
|
|
9223
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9224
9224
|
}[] | null | undefined;
|
|
9225
9225
|
} | null | undefined;
|
|
9226
9226
|
onNewRecord?: {
|
|
9227
9227
|
enabled?: boolean | null | undefined;
|
|
9228
9228
|
config?: {
|
|
9229
|
-
crypto
|
|
9229
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9230
9230
|
}[] | null | undefined;
|
|
9231
9231
|
} | null | undefined;
|
|
9232
9232
|
} | null | undefined;
|
|
@@ -9409,13 +9409,13 @@ export declare const UpdateProviderInput: z.ZodObject<{
|
|
|
9409
9409
|
onRulesEngine?: {
|
|
9410
9410
|
enabled?: boolean | null | undefined;
|
|
9411
9411
|
config?: {
|
|
9412
|
-
crypto
|
|
9412
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9413
9413
|
}[] | null | undefined;
|
|
9414
9414
|
} | null | undefined;
|
|
9415
9415
|
onNewRecord?: {
|
|
9416
9416
|
enabled?: boolean | null | undefined;
|
|
9417
9417
|
config?: {
|
|
9418
|
-
crypto
|
|
9418
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9419
9419
|
}[] | null | undefined;
|
|
9420
9420
|
} | null | undefined;
|
|
9421
9421
|
} | null | undefined;
|
|
@@ -9686,41 +9686,41 @@ export declare const UpdateProviderResponse: z.ZodObject<{
|
|
|
9686
9686
|
onRulesEngine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
9687
9687
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
9688
9688
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
9689
|
-
crypto: z.
|
|
9689
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
9690
9690
|
}, "strip", z.ZodTypeAny, {
|
|
9691
|
-
crypto
|
|
9691
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9692
9692
|
}, {
|
|
9693
|
-
crypto
|
|
9693
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9694
9694
|
}>, "many">>>;
|
|
9695
9695
|
}, "strip", z.ZodTypeAny, {
|
|
9696
9696
|
enabled?: boolean | null | undefined;
|
|
9697
9697
|
config?: {
|
|
9698
|
-
crypto
|
|
9698
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9699
9699
|
}[] | null | undefined;
|
|
9700
9700
|
}, {
|
|
9701
9701
|
enabled?: boolean | null | undefined;
|
|
9702
9702
|
config?: {
|
|
9703
|
-
crypto
|
|
9703
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9704
9704
|
}[] | null | undefined;
|
|
9705
9705
|
}>>>;
|
|
9706
9706
|
onNewRecord: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
9707
9707
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
9708
9708
|
config: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
9709
|
-
crypto: z.
|
|
9709
|
+
crypto: z.ZodEnum<["btc", "eth", "ltc", "bch", "xrp", "xlm", "sys", "xdc", "doge", "dash", "zec", "trx", "etc", "bsc"]>;
|
|
9710
9710
|
}, "strip", z.ZodTypeAny, {
|
|
9711
|
-
crypto
|
|
9711
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9712
9712
|
}, {
|
|
9713
|
-
crypto
|
|
9713
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9714
9714
|
}>, "many">>>;
|
|
9715
9715
|
}, "strip", z.ZodTypeAny, {
|
|
9716
9716
|
enabled?: boolean | null | undefined;
|
|
9717
9717
|
config?: {
|
|
9718
|
-
crypto
|
|
9718
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9719
9719
|
}[] | null | undefined;
|
|
9720
9720
|
}, {
|
|
9721
9721
|
enabled?: boolean | null | undefined;
|
|
9722
9722
|
config?: {
|
|
9723
|
-
crypto
|
|
9723
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9724
9724
|
}[] | null | undefined;
|
|
9725
9725
|
}>>>;
|
|
9726
9726
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -9730,13 +9730,13 @@ export declare const UpdateProviderResponse: z.ZodObject<{
|
|
|
9730
9730
|
onRulesEngine?: {
|
|
9731
9731
|
enabled?: boolean | null | undefined;
|
|
9732
9732
|
config?: {
|
|
9733
|
-
crypto
|
|
9733
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9734
9734
|
}[] | null | undefined;
|
|
9735
9735
|
} | null | undefined;
|
|
9736
9736
|
onNewRecord?: {
|
|
9737
9737
|
enabled?: boolean | null | undefined;
|
|
9738
9738
|
config?: {
|
|
9739
|
-
crypto
|
|
9739
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9740
9740
|
}[] | null | undefined;
|
|
9741
9741
|
} | null | undefined;
|
|
9742
9742
|
}, {
|
|
@@ -9746,13 +9746,13 @@ export declare const UpdateProviderResponse: z.ZodObject<{
|
|
|
9746
9746
|
onRulesEngine?: {
|
|
9747
9747
|
enabled?: boolean | null | undefined;
|
|
9748
9748
|
config?: {
|
|
9749
|
-
crypto
|
|
9749
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9750
9750
|
}[] | null | undefined;
|
|
9751
9751
|
} | null | undefined;
|
|
9752
9752
|
onNewRecord?: {
|
|
9753
9753
|
enabled?: boolean | null | undefined;
|
|
9754
9754
|
config?: {
|
|
9755
|
-
crypto
|
|
9755
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
9756
9756
|
}[] | null | undefined;
|
|
9757
9757
|
} | null | undefined;
|
|
9758
9758
|
}>>>;
|
|
@@ -10473,13 +10473,13 @@ export declare const UpdateProviderResponse: z.ZodObject<{
|
|
|
10473
10473
|
onRulesEngine?: {
|
|
10474
10474
|
enabled?: boolean | null | undefined;
|
|
10475
10475
|
config?: {
|
|
10476
|
-
crypto
|
|
10476
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
10477
10477
|
}[] | null | undefined;
|
|
10478
10478
|
} | null | undefined;
|
|
10479
10479
|
onNewRecord?: {
|
|
10480
10480
|
enabled?: boolean | null | undefined;
|
|
10481
10481
|
config?: {
|
|
10482
|
-
crypto
|
|
10482
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
10483
10483
|
}[] | null | undefined;
|
|
10484
10484
|
} | null | undefined;
|
|
10485
10485
|
} | null | undefined;
|
|
@@ -10663,13 +10663,13 @@ export declare const UpdateProviderResponse: z.ZodObject<{
|
|
|
10663
10663
|
onRulesEngine?: {
|
|
10664
10664
|
enabled?: boolean | null | undefined;
|
|
10665
10665
|
config?: {
|
|
10666
|
-
crypto
|
|
10666
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
10667
10667
|
}[] | null | undefined;
|
|
10668
10668
|
} | null | undefined;
|
|
10669
10669
|
onNewRecord?: {
|
|
10670
10670
|
enabled?: boolean | null | undefined;
|
|
10671
10671
|
config?: {
|
|
10672
|
-
crypto
|
|
10672
|
+
crypto: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "dash" | "zec" | "trx" | "etc" | "bsc";
|
|
10673
10673
|
}[] | null | undefined;
|
|
10674
10674
|
} | null | undefined;
|
|
10675
10675
|
} | null | undefined;
|