We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d1ef8 commit edb3aa4Copy full SHA for edb3aa4
src/enums/definitions.json
@@ -2292,6 +2292,7 @@
2292
"tefACCOUNT_FROZEN":360,
2293
"tefACCOUNT_NOT_FROZEN":361,
2294
"tefNO_ADMIN_CONFIGURED":362,
2295
+ "tefNO_NEED_AUTHORIZE":363,
2296
"telLOCAL_ERROR":400,
2297
"telBAD_DOMAIN":401,
2298
"telBAD_PATH_COUNT":402,
@@ -2333,6 +2334,9 @@
2333
2334
"Contract":24,
2335
"SchemaCreate":25,
2336
"SchemaModify":26,
2337
+ "FreezeAccount":27,
2338
+ "SchemaDelete":28,
2339
+ "Authorize":29,
2340
"Invalid": -1
2341
}
2342
0 commit comments