sdk

Radroots SDK and bindings
git clone https://radroots.dev/git/sdk.git
Log | Files | Refs | README

kinds.ts (3958B)


      1 // @generated by cargo xtask generate ts
      2 // Do not edit by hand.
      3 export const KIND_PROFILE = 0;
      4 export const KIND_POST = 1;
      5 export const KIND_FOLLOW = 3;
      6 export const KIND_REACTION = 7;
      7 export const KIND_SEAL = 13;
      8 export const KIND_MESSAGE = 14;
      9 export const KIND_MESSAGE_FILE = 15;
     10 export const KIND_GIFT_WRAP = 1059;
     11 export const KIND_COMMENT = 1111;
     12 export const KIND_GEOCHAT = 20000;
     13 export const KIND_LIST_MUTE = 10000;
     14 export const KIND_LIST_PINNED_NOTES = 10001;
     15 export const KIND_LIST_READ_WRITE_RELAYS = 10002;
     16 export const KIND_LIST_BOOKMARKS = 10003;
     17 export const KIND_LIST_COMMUNITIES = 10004;
     18 export const KIND_LIST_PUBLIC_CHATS = 10005;
     19 export const KIND_LIST_BLOCKED_RELAYS = 10006;
     20 export const KIND_LIST_SEARCH_RELAYS = 10007;
     21 export const KIND_LIST_SIMPLE_GROUPS = 10009;
     22 export const KIND_LIST_RELAY_FEEDS = 10012;
     23 export const KIND_LIST_INTERESTS = 10015;
     24 export const KIND_LIST_MEDIA_FOLLOWS = 10020;
     25 export const KIND_LIST_EMOJIS = 10030;
     26 export const KIND_LIST_DM_RELAYS = 10050;
     27 export const KIND_LIST_GOOD_WIKI_AUTHORS = 10101;
     28 export const KIND_LIST_GOOD_WIKI_RELAYS = 10102;
     29 export const KIND_LIST_SET_FOLLOW = 30000;
     30 export const KIND_LIST_SET_GENERIC = 30001;
     31 export const KIND_LIST_SET_RELAY = 30002;
     32 export const KIND_LIST_SET_BOOKMARK = 30003;
     33 export const KIND_LIST_SET_CURATION = 30004;
     34 export const KIND_LIST_SET_VIDEO = 30005;
     35 export const KIND_LIST_SET_PICTURE = 30006;
     36 export const KIND_LIST_SET_KIND_MUTE = 30007;
     37 export const KIND_LIST_SET_INTEREST = 30015;
     38 export const KIND_LIST_SET_EMOJI = 30030;
     39 export const KIND_LIST_SET_RELEASE_ARTIFACT = 30063;
     40 export const KIND_LIST_SET_APP_CURATION = 30267;
     41 export const KIND_LIST_SET_CALENDAR = 31924;
     42 export const KIND_LIST_SET_STARTER_PACK = 39089;
     43 export const KIND_LIST_SET_MEDIA_STARTER_PACK = 39092;
     44 export const KIND_FARM = 30340;
     45 export const KIND_PLOT = 30350;
     46 export const KIND_COOP = 30360;
     47 export const KIND_DOCUMENT = 30361;
     48 export const KIND_RESOURCE_AREA = 30370;
     49 export const KIND_RESOURCE_HARVEST_CAP = 30371;
     50 export const KIND_ACCOUNT_CLAIM = 30380;
     51 export const KIND_APP_DATA = 30078;
     52 export const KIND_LISTING = 30402;
     53 export const KIND_APPLICATION_HANDLER = 31990;
     54 export const KIND_TRADE_LISTING_VALIDATE_REQ = 5321;
     55 export const KIND_TRADE_LISTING_VALIDATE_RES = 6321;
     56 export const KIND_WORKER_TRADE_TRANSITION_PROOF_REQ = 5322;
     57 export const KIND_WORKER_TRADE_TRANSITION_PROOF_RES = 6322;
     58 export const KIND_TRADE_ORDER_REQUEST = 3422;
     59 export const KIND_TRADE_ORDER_RESPONSE = 3423;
     60 export const KIND_TRADE_ORDER_DECISION = 3423;
     61 export const KIND_TRADE_ORDER_REVISION = 3424;
     62 export const KIND_TRADE_ORDER_REVISION_RESPONSE = 3425;
     63 export const KIND_TRADE_QUESTION = 3426;
     64 export const KIND_TRADE_ANSWER = 3427;
     65 export const KIND_TRADE_DISCOUNT_REQUEST = 3428;
     66 export const KIND_TRADE_DISCOUNT_OFFER = 3429;
     67 export const KIND_TRADE_DISCOUNT_ACCEPT = 3430;
     68 export const KIND_TRADE_FORBIDDEN_3431 = 3431;
     69 export const KIND_TRADE_CANCEL = 3432;
     70 export const KIND_TRADE_FULFILLMENT_UPDATE = 3433;
     71 export const KIND_TRADE_RECEIPT = 3434;
     72 export const KIND_TRADE_VALIDATION_RECEIPT = 3440;
     73 export const KIND_TRADE_LISTING_ORDER_REQ = 3422;
     74 export const KIND_TRADE_LISTING_ORDER_RES = 3423;
     75 export const KIND_TRADE_LISTING_ORDER_REVISION_REQ = 3424;
     76 export const KIND_TRADE_LISTING_ORDER_REVISION_RES = 3425;
     77 export const KIND_TRADE_LISTING_QUESTION_REQ = 3426;
     78 export const KIND_TRADE_LISTING_ANSWER_RES = 3427;
     79 export const KIND_TRADE_LISTING_DISCOUNT_REQ = 3428;
     80 export const KIND_TRADE_LISTING_DISCOUNT_OFFER_RES = 3429;
     81 export const KIND_TRADE_LISTING_DISCOUNT_ACCEPT_REQ = 3430;
     82 export const KIND_TRADE_LISTING_CANCEL_REQ = 3432;
     83 export const KIND_TRADE_LISTING_FULFILLMENT_UPDATE_REQ = 3433;
     84 export const KIND_TRADE_LISTING_RECEIPT_REQ = 3434;
     85 export const KIND_JOB_REQUEST_MIN = 5000;
     86 export const KIND_JOB_REQUEST_MAX = 5999;
     87 export const KIND_JOB_RESULT_MIN = 6000;
     88 export const KIND_JOB_RESULT_MAX = 6999;
     89 export const KIND_JOB_FEEDBACK = 7000;