@everipedia/iq-utils 2.4.3 → 2.5.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
+ ## 2.5.0
2
+
3
+ ### Minor Changes
4
+
5
+ - 7521a30: Expand Tag and Category enums with new taxonomy values while preserving existing ones
6
+
1
7
  ## 0.2.8
2
8
 
9
+ ## 2.4.4
10
+
11
+ ### Patch Changes
12
+
13
+ - f830dca: add operator field to wiki schema
14
+
3
15
  ## 2.4.3
4
16
 
5
17
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -23,9 +23,9 @@ declare const LinkedWikiKey: z.ZodEnum<["founders", "blockchains", "speakers"]>;
23
23
  type LinkedWikiKey = z.infer<typeof LinkedWikiKey>;
24
24
  declare const EventType: z.ZodEnum<["CREATED", "DEFAULT", "MULTIDATE"]>;
25
25
  type EventType = z.infer<typeof EventType>;
26
- declare const Tag: z.ZodEnum<["AI", "Artists", "BinanceSmartChain", "Blockchains", "CEXes", "Collections", "Collectors", "Conference", "DEXes", "Developers", "Entertainment", "Ethereum", "Events", "Forum", "Founders", "Festival", "Games", "Glossary", "Government", "Hackathon", "Marketplaces", "Memecoins", "Organizations", "Online", "PeopleInDeFi", "Polkadot", "Polygon", "Protocols", "Regulations", "Solana", "Speakers", "Stablecoins", "Venture"]>;
26
+ declare const Tag: z.ZodEnum<["AI", "Artists", "Blockchains", "Collections", "Collectors", "Developers", "Entertainment", "Forum", "Founders", "Games", "Glossary", "Marketplaces", "Memecoins", "PeopleInDeFi", "Protocols", "Regulations", "Speakers", "Stablecoins", "Founder", "Developer", "Investor", "Researcher", "Artist", "Speaker", "Influencer", "Advisor", "Layer1", "Layer2", "Layer3", "DeFi", "Infrastructure", "Oracle", "Bridge", "Privacy", "Gaming", "AIPlatform", "AIAgent", "AIInfrastructure", "Identity", "RWA", "Payments", "Government", "Venture", "Organizations", "DAO", "ResearchLab", "Launchpad", "Media", "DataPlatform", "Coin", "Token", "Stablecoin", "Memecoin", "NFT", "GovernanceToken", "UtilityToken", "AIToken", "CEXes", "DEXes", "CEX", "DEX", "NFTMarketplace", "PredictionMarket", "AIMarketplace", "Conference", "Events", "Festival", "Hackathon", "Online", "Workshop", "BinanceSmartChain", "Ethereum", "Polkadot", "Polygon", "Solana", "Bitcoin", "BNBChain", "Avalanche", "Cosmos", "Base", "Arbitrum", "Optimism"]>;
27
27
  type Tag = z.infer<typeof Tag>;
28
- declare const Category: z.ZodEnum<["nfts", "defi", "exchanges", "cryptocurrencies", "daos", "people", "dapps", "organizations"]>;
28
+ declare const Category: z.ZodEnum<["people_and_teams", "projects_and_protocols", "organizations", "cryptoassets", "exchanges_and_marketplaces", "events"]>;
29
29
  type Category = z.infer<typeof Category>;
30
30
  /**
31
31
  * ==============================
@@ -138,13 +138,13 @@ declare const MetaData: z.ZodObject<{
138
138
  }>;
139
139
  type MetaData = z.infer<typeof MetaData>;
140
140
  declare const BaseCategory: z.ZodObject<{
141
- id: z.ZodEnum<["nfts", "defi", "exchanges", "cryptocurrencies", "daos", "people", "dapps", "organizations"]>;
141
+ id: z.ZodEnum<["people_and_teams", "projects_and_protocols", "organizations", "cryptoassets", "exchanges_and_marketplaces", "events"]>;
142
142
  title: z.ZodString;
143
143
  }, "strip", z.ZodTypeAny, {
144
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
144
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
145
145
  title: string;
146
146
  }, {
147
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
147
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
148
148
  title: string;
149
149
  }>;
150
150
  type BaseCategory = z.infer<typeof BaseCategory>;
@@ -207,13 +207,13 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
207
207
  type: string;
208
208
  }>, "many">;
209
209
  categories: z.ZodArray<z.ZodObject<{
210
- id: z.ZodEnum<["nfts", "defi", "exchanges", "cryptocurrencies", "daos", "people", "dapps", "organizations"]>;
210
+ id: z.ZodEnum<["people_and_teams", "projects_and_protocols", "organizations", "cryptoassets", "exchanges_and_marketplaces", "events"]>;
211
211
  title: z.ZodString;
212
212
  }, "strip", z.ZodTypeAny, {
213
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
213
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
214
214
  title: string;
215
215
  }, {
216
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
216
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
217
217
  title: string;
218
218
  }>, "many">;
219
219
  tags: z.ZodEffects<z.ZodArray<z.ZodObject<{
@@ -223,7 +223,7 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
223
223
  }, {
224
224
  id: string;
225
225
  }>, "many">, {
226
- id: "Events" | "AI" | "Artists" | "BinanceSmartChain" | "Blockchains" | "CEXes" | "Collections" | "Collectors" | "Conference" | "DEXes" | "Developers" | "Entertainment" | "Ethereum" | "Forum" | "Founders" | "Festival" | "Games" | "Glossary" | "Government" | "Hackathon" | "Marketplaces" | "Memecoins" | "Organizations" | "Online" | "PeopleInDeFi" | "Polkadot" | "Polygon" | "Protocols" | "Regulations" | "Solana" | "Speakers" | "Stablecoins" | "Venture";
226
+ id: "Events" | "AI" | "Artists" | "Blockchains" | "Collections" | "Collectors" | "Developers" | "Entertainment" | "Forum" | "Founders" | "Games" | "Glossary" | "Marketplaces" | "Memecoins" | "PeopleInDeFi" | "Protocols" | "Regulations" | "Speakers" | "Stablecoins" | "Founder" | "Developer" | "Investor" | "Researcher" | "Artist" | "Speaker" | "Influencer" | "Advisor" | "Layer1" | "Layer2" | "Layer3" | "DeFi" | "Infrastructure" | "Oracle" | "Bridge" | "Privacy" | "Gaming" | "AIPlatform" | "AIAgent" | "AIInfrastructure" | "Identity" | "RWA" | "Payments" | "Government" | "Venture" | "Organizations" | "DAO" | "ResearchLab" | "Launchpad" | "Media" | "DataPlatform" | "Coin" | "Token" | "Stablecoin" | "Memecoin" | "NFT" | "GovernanceToken" | "UtilityToken" | "AIToken" | "CEXes" | "DEXes" | "CEX" | "DEX" | "NFTMarketplace" | "PredictionMarket" | "AIMarketplace" | "Conference" | "Festival" | "Hackathon" | "Online" | "Workshop" | "BinanceSmartChain" | "Ethereum" | "Polkadot" | "Polygon" | "Solana" | "Bitcoin" | "BNBChain" | "Avalanche" | "Cosmos" | "Base" | "Arbitrum" | "Optimism";
227
227
  }[], {
228
228
  id: string;
229
229
  }[]>;
@@ -341,6 +341,13 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
341
341
  }, {
342
342
  id: string;
343
343
  }>;
344
+ operator: z.ZodOptional<z.ZodObject<{
345
+ id: z.ZodString;
346
+ }, "strip", z.ZodTypeAny, {
347
+ id: string;
348
+ }, {
349
+ id: string;
350
+ }>>;
344
351
  language: z.ZodDefault<z.ZodEnum<["en", "es", "zh", "ko"]>>;
345
352
  version: z.ZodDefault<z.ZodNumber>;
346
353
  linkedWikis: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -374,11 +381,11 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
374
381
  type: string;
375
382
  }[];
376
383
  categories: {
377
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
384
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
378
385
  title: string;
379
386
  }[];
380
387
  tags: {
381
- id: "Events" | "AI" | "Artists" | "BinanceSmartChain" | "Blockchains" | "CEXes" | "Collections" | "Collectors" | "Conference" | "DEXes" | "Developers" | "Entertainment" | "Ethereum" | "Forum" | "Founders" | "Festival" | "Games" | "Glossary" | "Government" | "Hackathon" | "Marketplaces" | "Memecoins" | "Organizations" | "Online" | "PeopleInDeFi" | "Polkadot" | "Polygon" | "Protocols" | "Regulations" | "Solana" | "Speakers" | "Stablecoins" | "Venture";
388
+ id: "Events" | "AI" | "Artists" | "Blockchains" | "Collections" | "Collectors" | "Developers" | "Entertainment" | "Forum" | "Founders" | "Games" | "Glossary" | "Marketplaces" | "Memecoins" | "PeopleInDeFi" | "Protocols" | "Regulations" | "Speakers" | "Stablecoins" | "Founder" | "Developer" | "Investor" | "Researcher" | "Artist" | "Speaker" | "Influencer" | "Advisor" | "Layer1" | "Layer2" | "Layer3" | "DeFi" | "Infrastructure" | "Oracle" | "Bridge" | "Privacy" | "Gaming" | "AIPlatform" | "AIAgent" | "AIInfrastructure" | "Identity" | "RWA" | "Payments" | "Government" | "Venture" | "Organizations" | "DAO" | "ResearchLab" | "Launchpad" | "Media" | "DataPlatform" | "Coin" | "Token" | "Stablecoin" | "Memecoin" | "NFT" | "GovernanceToken" | "UtilityToken" | "AIToken" | "CEXes" | "DEXes" | "CEX" | "DEX" | "NFTMarketplace" | "PredictionMarket" | "AIMarketplace" | "Conference" | "Festival" | "Hackathon" | "Online" | "Workshop" | "BinanceSmartChain" | "Ethereum" | "Polkadot" | "Polygon" | "Solana" | "Bitcoin" | "BNBChain" | "Avalanche" | "Cosmos" | "Base" | "Arbitrum" | "Optimism";
382
389
  }[];
383
390
  metadata: {
384
391
  id: string;
@@ -397,15 +404,6 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
397
404
  founders: string[];
398
405
  speakers: string[];
399
406
  };
400
- media?: {
401
- id: string;
402
- source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
403
- type?: "GALLERY" | "ICON" | null | undefined;
404
- size?: string | number | null | undefined;
405
- name?: string | null | undefined;
406
- caption?: string | null | undefined;
407
- thumbnail?: string | null | undefined;
408
- }[] | undefined;
409
407
  events?: {
410
408
  type: "CREATED" | "DEFAULT" | "MULTIDATE" | null;
411
409
  date: string | null;
@@ -419,6 +417,18 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
419
417
  country?: string | null | undefined;
420
418
  action?: "DELETE" | "EDIT" | "CREATE" | null | undefined;
421
419
  }[] | null | undefined;
420
+ media?: {
421
+ id: string;
422
+ source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
423
+ type?: "GALLERY" | "ICON" | null | undefined;
424
+ size?: string | number | null | undefined;
425
+ name?: string | null | undefined;
426
+ caption?: string | null | undefined;
427
+ thumbnail?: string | null | undefined;
428
+ }[] | undefined;
429
+ operator?: {
430
+ id: string;
431
+ } | undefined;
422
432
  }, {
423
433
  id: string;
424
434
  title: string;
@@ -429,7 +439,7 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
429
439
  type: string;
430
440
  }[];
431
441
  categories: {
432
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
442
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
433
443
  title: string;
434
444
  }[];
435
445
  tags: {
@@ -445,15 +455,6 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
445
455
  author: {
446
456
  id: string;
447
457
  };
448
- media?: {
449
- id: string;
450
- source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
451
- type?: "GALLERY" | "ICON" | null | undefined;
452
- size?: string | number | null | undefined;
453
- name?: string | null | undefined;
454
- caption?: string | null | undefined;
455
- thumbnail?: string | null | undefined;
456
- }[] | undefined;
457
458
  events?: {
458
459
  type: "CREATED" | "DEFAULT" | "MULTIDATE" | null;
459
460
  date: string | null;
@@ -467,6 +468,18 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
467
468
  country?: string | null | undefined;
468
469
  action?: "DELETE" | "EDIT" | "CREATE" | null | undefined;
469
470
  }[] | null | undefined;
471
+ media?: {
472
+ id: string;
473
+ source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
474
+ type?: "GALLERY" | "ICON" | null | undefined;
475
+ size?: string | number | null | undefined;
476
+ name?: string | null | undefined;
477
+ caption?: string | null | undefined;
478
+ thumbnail?: string | null | undefined;
479
+ }[] | undefined;
480
+ operator?: {
481
+ id: string;
482
+ } | undefined;
470
483
  language?: "en" | "es" | "zh" | "ko" | undefined;
471
484
  version?: number | undefined;
472
485
  linkedWikis?: {
@@ -484,11 +497,11 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
484
497
  type: string;
485
498
  }[];
486
499
  categories: {
487
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
500
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
488
501
  title: string;
489
502
  }[];
490
503
  tags: {
491
- id: "Events" | "AI" | "Artists" | "BinanceSmartChain" | "Blockchains" | "CEXes" | "Collections" | "Collectors" | "Conference" | "DEXes" | "Developers" | "Entertainment" | "Ethereum" | "Forum" | "Founders" | "Festival" | "Games" | "Glossary" | "Government" | "Hackathon" | "Marketplaces" | "Memecoins" | "Organizations" | "Online" | "PeopleInDeFi" | "Polkadot" | "Polygon" | "Protocols" | "Regulations" | "Solana" | "Speakers" | "Stablecoins" | "Venture";
504
+ id: "Events" | "AI" | "Artists" | "Blockchains" | "Collections" | "Collectors" | "Developers" | "Entertainment" | "Forum" | "Founders" | "Games" | "Glossary" | "Marketplaces" | "Memecoins" | "PeopleInDeFi" | "Protocols" | "Regulations" | "Speakers" | "Stablecoins" | "Founder" | "Developer" | "Investor" | "Researcher" | "Artist" | "Speaker" | "Influencer" | "Advisor" | "Layer1" | "Layer2" | "Layer3" | "DeFi" | "Infrastructure" | "Oracle" | "Bridge" | "Privacy" | "Gaming" | "AIPlatform" | "AIAgent" | "AIInfrastructure" | "Identity" | "RWA" | "Payments" | "Government" | "Venture" | "Organizations" | "DAO" | "ResearchLab" | "Launchpad" | "Media" | "DataPlatform" | "Coin" | "Token" | "Stablecoin" | "Memecoin" | "NFT" | "GovernanceToken" | "UtilityToken" | "AIToken" | "CEXes" | "DEXes" | "CEX" | "DEX" | "NFTMarketplace" | "PredictionMarket" | "AIMarketplace" | "Conference" | "Festival" | "Hackathon" | "Online" | "Workshop" | "BinanceSmartChain" | "Ethereum" | "Polkadot" | "Polygon" | "Solana" | "Bitcoin" | "BNBChain" | "Avalanche" | "Cosmos" | "Base" | "Arbitrum" | "Optimism";
492
505
  }[];
493
506
  metadata: {
494
507
  id: string;
@@ -507,15 +520,6 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
507
520
  founders: string[];
508
521
  speakers: string[];
509
522
  };
510
- media?: {
511
- id: string;
512
- source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
513
- type?: "GALLERY" | "ICON" | null | undefined;
514
- size?: string | number | null | undefined;
515
- name?: string | null | undefined;
516
- caption?: string | null | undefined;
517
- thumbnail?: string | null | undefined;
518
- }[] | undefined;
519
523
  events?: {
520
524
  type: "CREATED" | "DEFAULT" | "MULTIDATE" | null;
521
525
  date: string | null;
@@ -529,6 +533,18 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
529
533
  country?: string | null | undefined;
530
534
  action?: "DELETE" | "EDIT" | "CREATE" | null | undefined;
531
535
  }[] | null | undefined;
536
+ media?: {
537
+ id: string;
538
+ source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
539
+ type?: "GALLERY" | "ICON" | null | undefined;
540
+ size?: string | number | null | undefined;
541
+ name?: string | null | undefined;
542
+ caption?: string | null | undefined;
543
+ thumbnail?: string | null | undefined;
544
+ }[] | undefined;
545
+ operator?: {
546
+ id: string;
547
+ } | undefined;
532
548
  }, {
533
549
  id: string;
534
550
  title: string;
@@ -539,7 +555,7 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
539
555
  type: string;
540
556
  }[];
541
557
  categories: {
542
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
558
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
543
559
  title: string;
544
560
  }[];
545
561
  tags: {
@@ -555,15 +571,6 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
555
571
  author: {
556
572
  id: string;
557
573
  };
558
- media?: {
559
- id: string;
560
- source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
561
- type?: "GALLERY" | "ICON" | null | undefined;
562
- size?: string | number | null | undefined;
563
- name?: string | null | undefined;
564
- caption?: string | null | undefined;
565
- thumbnail?: string | null | undefined;
566
- }[] | undefined;
567
574
  events?: {
568
575
  type: "CREATED" | "DEFAULT" | "MULTIDATE" | null;
569
576
  date: string | null;
@@ -577,6 +584,18 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
577
584
  country?: string | null | undefined;
578
585
  action?: "DELETE" | "EDIT" | "CREATE" | null | undefined;
579
586
  }[] | null | undefined;
587
+ media?: {
588
+ id: string;
589
+ source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
590
+ type?: "GALLERY" | "ICON" | null | undefined;
591
+ size?: string | number | null | undefined;
592
+ name?: string | null | undefined;
593
+ caption?: string | null | undefined;
594
+ thumbnail?: string | null | undefined;
595
+ }[] | undefined;
596
+ operator?: {
597
+ id: string;
598
+ } | undefined;
580
599
  language?: "en" | "es" | "zh" | "ko" | undefined;
581
600
  version?: number | undefined;
582
601
  linkedWikis?: {
package/dist/index.d.ts CHANGED
@@ -23,9 +23,9 @@ declare const LinkedWikiKey: z.ZodEnum<["founders", "blockchains", "speakers"]>;
23
23
  type LinkedWikiKey = z.infer<typeof LinkedWikiKey>;
24
24
  declare const EventType: z.ZodEnum<["CREATED", "DEFAULT", "MULTIDATE"]>;
25
25
  type EventType = z.infer<typeof EventType>;
26
- declare const Tag: z.ZodEnum<["AI", "Artists", "BinanceSmartChain", "Blockchains", "CEXes", "Collections", "Collectors", "Conference", "DEXes", "Developers", "Entertainment", "Ethereum", "Events", "Forum", "Founders", "Festival", "Games", "Glossary", "Government", "Hackathon", "Marketplaces", "Memecoins", "Organizations", "Online", "PeopleInDeFi", "Polkadot", "Polygon", "Protocols", "Regulations", "Solana", "Speakers", "Stablecoins", "Venture"]>;
26
+ declare const Tag: z.ZodEnum<["AI", "Artists", "Blockchains", "Collections", "Collectors", "Developers", "Entertainment", "Forum", "Founders", "Games", "Glossary", "Marketplaces", "Memecoins", "PeopleInDeFi", "Protocols", "Regulations", "Speakers", "Stablecoins", "Founder", "Developer", "Investor", "Researcher", "Artist", "Speaker", "Influencer", "Advisor", "Layer1", "Layer2", "Layer3", "DeFi", "Infrastructure", "Oracle", "Bridge", "Privacy", "Gaming", "AIPlatform", "AIAgent", "AIInfrastructure", "Identity", "RWA", "Payments", "Government", "Venture", "Organizations", "DAO", "ResearchLab", "Launchpad", "Media", "DataPlatform", "Coin", "Token", "Stablecoin", "Memecoin", "NFT", "GovernanceToken", "UtilityToken", "AIToken", "CEXes", "DEXes", "CEX", "DEX", "NFTMarketplace", "PredictionMarket", "AIMarketplace", "Conference", "Events", "Festival", "Hackathon", "Online", "Workshop", "BinanceSmartChain", "Ethereum", "Polkadot", "Polygon", "Solana", "Bitcoin", "BNBChain", "Avalanche", "Cosmos", "Base", "Arbitrum", "Optimism"]>;
27
27
  type Tag = z.infer<typeof Tag>;
28
- declare const Category: z.ZodEnum<["nfts", "defi", "exchanges", "cryptocurrencies", "daos", "people", "dapps", "organizations"]>;
28
+ declare const Category: z.ZodEnum<["people_and_teams", "projects_and_protocols", "organizations", "cryptoassets", "exchanges_and_marketplaces", "events"]>;
29
29
  type Category = z.infer<typeof Category>;
30
30
  /**
31
31
  * ==============================
@@ -138,13 +138,13 @@ declare const MetaData: z.ZodObject<{
138
138
  }>;
139
139
  type MetaData = z.infer<typeof MetaData>;
140
140
  declare const BaseCategory: z.ZodObject<{
141
- id: z.ZodEnum<["nfts", "defi", "exchanges", "cryptocurrencies", "daos", "people", "dapps", "organizations"]>;
141
+ id: z.ZodEnum<["people_and_teams", "projects_and_protocols", "organizations", "cryptoassets", "exchanges_and_marketplaces", "events"]>;
142
142
  title: z.ZodString;
143
143
  }, "strip", z.ZodTypeAny, {
144
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
144
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
145
145
  title: string;
146
146
  }, {
147
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
147
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
148
148
  title: string;
149
149
  }>;
150
150
  type BaseCategory = z.infer<typeof BaseCategory>;
@@ -207,13 +207,13 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
207
207
  type: string;
208
208
  }>, "many">;
209
209
  categories: z.ZodArray<z.ZodObject<{
210
- id: z.ZodEnum<["nfts", "defi", "exchanges", "cryptocurrencies", "daos", "people", "dapps", "organizations"]>;
210
+ id: z.ZodEnum<["people_and_teams", "projects_and_protocols", "organizations", "cryptoassets", "exchanges_and_marketplaces", "events"]>;
211
211
  title: z.ZodString;
212
212
  }, "strip", z.ZodTypeAny, {
213
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
213
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
214
214
  title: string;
215
215
  }, {
216
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
216
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
217
217
  title: string;
218
218
  }>, "many">;
219
219
  tags: z.ZodEffects<z.ZodArray<z.ZodObject<{
@@ -223,7 +223,7 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
223
223
  }, {
224
224
  id: string;
225
225
  }>, "many">, {
226
- id: "Events" | "AI" | "Artists" | "BinanceSmartChain" | "Blockchains" | "CEXes" | "Collections" | "Collectors" | "Conference" | "DEXes" | "Developers" | "Entertainment" | "Ethereum" | "Forum" | "Founders" | "Festival" | "Games" | "Glossary" | "Government" | "Hackathon" | "Marketplaces" | "Memecoins" | "Organizations" | "Online" | "PeopleInDeFi" | "Polkadot" | "Polygon" | "Protocols" | "Regulations" | "Solana" | "Speakers" | "Stablecoins" | "Venture";
226
+ id: "Events" | "AI" | "Artists" | "Blockchains" | "Collections" | "Collectors" | "Developers" | "Entertainment" | "Forum" | "Founders" | "Games" | "Glossary" | "Marketplaces" | "Memecoins" | "PeopleInDeFi" | "Protocols" | "Regulations" | "Speakers" | "Stablecoins" | "Founder" | "Developer" | "Investor" | "Researcher" | "Artist" | "Speaker" | "Influencer" | "Advisor" | "Layer1" | "Layer2" | "Layer3" | "DeFi" | "Infrastructure" | "Oracle" | "Bridge" | "Privacy" | "Gaming" | "AIPlatform" | "AIAgent" | "AIInfrastructure" | "Identity" | "RWA" | "Payments" | "Government" | "Venture" | "Organizations" | "DAO" | "ResearchLab" | "Launchpad" | "Media" | "DataPlatform" | "Coin" | "Token" | "Stablecoin" | "Memecoin" | "NFT" | "GovernanceToken" | "UtilityToken" | "AIToken" | "CEXes" | "DEXes" | "CEX" | "DEX" | "NFTMarketplace" | "PredictionMarket" | "AIMarketplace" | "Conference" | "Festival" | "Hackathon" | "Online" | "Workshop" | "BinanceSmartChain" | "Ethereum" | "Polkadot" | "Polygon" | "Solana" | "Bitcoin" | "BNBChain" | "Avalanche" | "Cosmos" | "Base" | "Arbitrum" | "Optimism";
227
227
  }[], {
228
228
  id: string;
229
229
  }[]>;
@@ -341,6 +341,13 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
341
341
  }, {
342
342
  id: string;
343
343
  }>;
344
+ operator: z.ZodOptional<z.ZodObject<{
345
+ id: z.ZodString;
346
+ }, "strip", z.ZodTypeAny, {
347
+ id: string;
348
+ }, {
349
+ id: string;
350
+ }>>;
344
351
  language: z.ZodDefault<z.ZodEnum<["en", "es", "zh", "ko"]>>;
345
352
  version: z.ZodDefault<z.ZodNumber>;
346
353
  linkedWikis: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -374,11 +381,11 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
374
381
  type: string;
375
382
  }[];
376
383
  categories: {
377
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
384
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
378
385
  title: string;
379
386
  }[];
380
387
  tags: {
381
- id: "Events" | "AI" | "Artists" | "BinanceSmartChain" | "Blockchains" | "CEXes" | "Collections" | "Collectors" | "Conference" | "DEXes" | "Developers" | "Entertainment" | "Ethereum" | "Forum" | "Founders" | "Festival" | "Games" | "Glossary" | "Government" | "Hackathon" | "Marketplaces" | "Memecoins" | "Organizations" | "Online" | "PeopleInDeFi" | "Polkadot" | "Polygon" | "Protocols" | "Regulations" | "Solana" | "Speakers" | "Stablecoins" | "Venture";
388
+ id: "Events" | "AI" | "Artists" | "Blockchains" | "Collections" | "Collectors" | "Developers" | "Entertainment" | "Forum" | "Founders" | "Games" | "Glossary" | "Marketplaces" | "Memecoins" | "PeopleInDeFi" | "Protocols" | "Regulations" | "Speakers" | "Stablecoins" | "Founder" | "Developer" | "Investor" | "Researcher" | "Artist" | "Speaker" | "Influencer" | "Advisor" | "Layer1" | "Layer2" | "Layer3" | "DeFi" | "Infrastructure" | "Oracle" | "Bridge" | "Privacy" | "Gaming" | "AIPlatform" | "AIAgent" | "AIInfrastructure" | "Identity" | "RWA" | "Payments" | "Government" | "Venture" | "Organizations" | "DAO" | "ResearchLab" | "Launchpad" | "Media" | "DataPlatform" | "Coin" | "Token" | "Stablecoin" | "Memecoin" | "NFT" | "GovernanceToken" | "UtilityToken" | "AIToken" | "CEXes" | "DEXes" | "CEX" | "DEX" | "NFTMarketplace" | "PredictionMarket" | "AIMarketplace" | "Conference" | "Festival" | "Hackathon" | "Online" | "Workshop" | "BinanceSmartChain" | "Ethereum" | "Polkadot" | "Polygon" | "Solana" | "Bitcoin" | "BNBChain" | "Avalanche" | "Cosmos" | "Base" | "Arbitrum" | "Optimism";
382
389
  }[];
383
390
  metadata: {
384
391
  id: string;
@@ -397,15 +404,6 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
397
404
  founders: string[];
398
405
  speakers: string[];
399
406
  };
400
- media?: {
401
- id: string;
402
- source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
403
- type?: "GALLERY" | "ICON" | null | undefined;
404
- size?: string | number | null | undefined;
405
- name?: string | null | undefined;
406
- caption?: string | null | undefined;
407
- thumbnail?: string | null | undefined;
408
- }[] | undefined;
409
407
  events?: {
410
408
  type: "CREATED" | "DEFAULT" | "MULTIDATE" | null;
411
409
  date: string | null;
@@ -419,6 +417,18 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
419
417
  country?: string | null | undefined;
420
418
  action?: "DELETE" | "EDIT" | "CREATE" | null | undefined;
421
419
  }[] | null | undefined;
420
+ media?: {
421
+ id: string;
422
+ source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
423
+ type?: "GALLERY" | "ICON" | null | undefined;
424
+ size?: string | number | null | undefined;
425
+ name?: string | null | undefined;
426
+ caption?: string | null | undefined;
427
+ thumbnail?: string | null | undefined;
428
+ }[] | undefined;
429
+ operator?: {
430
+ id: string;
431
+ } | undefined;
422
432
  }, {
423
433
  id: string;
424
434
  title: string;
@@ -429,7 +439,7 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
429
439
  type: string;
430
440
  }[];
431
441
  categories: {
432
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
442
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
433
443
  title: string;
434
444
  }[];
435
445
  tags: {
@@ -445,15 +455,6 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
445
455
  author: {
446
456
  id: string;
447
457
  };
448
- media?: {
449
- id: string;
450
- source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
451
- type?: "GALLERY" | "ICON" | null | undefined;
452
- size?: string | number | null | undefined;
453
- name?: string | null | undefined;
454
- caption?: string | null | undefined;
455
- thumbnail?: string | null | undefined;
456
- }[] | undefined;
457
458
  events?: {
458
459
  type: "CREATED" | "DEFAULT" | "MULTIDATE" | null;
459
460
  date: string | null;
@@ -467,6 +468,18 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
467
468
  country?: string | null | undefined;
468
469
  action?: "DELETE" | "EDIT" | "CREATE" | null | undefined;
469
470
  }[] | null | undefined;
471
+ media?: {
472
+ id: string;
473
+ source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
474
+ type?: "GALLERY" | "ICON" | null | undefined;
475
+ size?: string | number | null | undefined;
476
+ name?: string | null | undefined;
477
+ caption?: string | null | undefined;
478
+ thumbnail?: string | null | undefined;
479
+ }[] | undefined;
480
+ operator?: {
481
+ id: string;
482
+ } | undefined;
470
483
  language?: "en" | "es" | "zh" | "ko" | undefined;
471
484
  version?: number | undefined;
472
485
  linkedWikis?: {
@@ -484,11 +497,11 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
484
497
  type: string;
485
498
  }[];
486
499
  categories: {
487
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
500
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
488
501
  title: string;
489
502
  }[];
490
503
  tags: {
491
- id: "Events" | "AI" | "Artists" | "BinanceSmartChain" | "Blockchains" | "CEXes" | "Collections" | "Collectors" | "Conference" | "DEXes" | "Developers" | "Entertainment" | "Ethereum" | "Forum" | "Founders" | "Festival" | "Games" | "Glossary" | "Government" | "Hackathon" | "Marketplaces" | "Memecoins" | "Organizations" | "Online" | "PeopleInDeFi" | "Polkadot" | "Polygon" | "Protocols" | "Regulations" | "Solana" | "Speakers" | "Stablecoins" | "Venture";
504
+ id: "Events" | "AI" | "Artists" | "Blockchains" | "Collections" | "Collectors" | "Developers" | "Entertainment" | "Forum" | "Founders" | "Games" | "Glossary" | "Marketplaces" | "Memecoins" | "PeopleInDeFi" | "Protocols" | "Regulations" | "Speakers" | "Stablecoins" | "Founder" | "Developer" | "Investor" | "Researcher" | "Artist" | "Speaker" | "Influencer" | "Advisor" | "Layer1" | "Layer2" | "Layer3" | "DeFi" | "Infrastructure" | "Oracle" | "Bridge" | "Privacy" | "Gaming" | "AIPlatform" | "AIAgent" | "AIInfrastructure" | "Identity" | "RWA" | "Payments" | "Government" | "Venture" | "Organizations" | "DAO" | "ResearchLab" | "Launchpad" | "Media" | "DataPlatform" | "Coin" | "Token" | "Stablecoin" | "Memecoin" | "NFT" | "GovernanceToken" | "UtilityToken" | "AIToken" | "CEXes" | "DEXes" | "CEX" | "DEX" | "NFTMarketplace" | "PredictionMarket" | "AIMarketplace" | "Conference" | "Festival" | "Hackathon" | "Online" | "Workshop" | "BinanceSmartChain" | "Ethereum" | "Polkadot" | "Polygon" | "Solana" | "Bitcoin" | "BNBChain" | "Avalanche" | "Cosmos" | "Base" | "Arbitrum" | "Optimism";
492
505
  }[];
493
506
  metadata: {
494
507
  id: string;
@@ -507,15 +520,6 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
507
520
  founders: string[];
508
521
  speakers: string[];
509
522
  };
510
- media?: {
511
- id: string;
512
- source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
513
- type?: "GALLERY" | "ICON" | null | undefined;
514
- size?: string | number | null | undefined;
515
- name?: string | null | undefined;
516
- caption?: string | null | undefined;
517
- thumbnail?: string | null | undefined;
518
- }[] | undefined;
519
523
  events?: {
520
524
  type: "CREATED" | "DEFAULT" | "MULTIDATE" | null;
521
525
  date: string | null;
@@ -529,6 +533,18 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
529
533
  country?: string | null | undefined;
530
534
  action?: "DELETE" | "EDIT" | "CREATE" | null | undefined;
531
535
  }[] | null | undefined;
536
+ media?: {
537
+ id: string;
538
+ source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
539
+ type?: "GALLERY" | "ICON" | null | undefined;
540
+ size?: string | number | null | undefined;
541
+ name?: string | null | undefined;
542
+ caption?: string | null | undefined;
543
+ thumbnail?: string | null | undefined;
544
+ }[] | undefined;
545
+ operator?: {
546
+ id: string;
547
+ } | undefined;
532
548
  }, {
533
549
  id: string;
534
550
  title: string;
@@ -539,7 +555,7 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
539
555
  type: string;
540
556
  }[];
541
557
  categories: {
542
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
558
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
543
559
  title: string;
544
560
  }[];
545
561
  tags: {
@@ -555,15 +571,6 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
555
571
  author: {
556
572
  id: string;
557
573
  };
558
- media?: {
559
- id: string;
560
- source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
561
- type?: "GALLERY" | "ICON" | null | undefined;
562
- size?: string | number | null | undefined;
563
- name?: string | null | undefined;
564
- caption?: string | null | undefined;
565
- thumbnail?: string | null | undefined;
566
- }[] | undefined;
567
574
  events?: {
568
575
  type: "CREATED" | "DEFAULT" | "MULTIDATE" | null;
569
576
  date: string | null;
@@ -577,6 +584,18 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
577
584
  country?: string | null | undefined;
578
585
  action?: "DELETE" | "EDIT" | "CREATE" | null | undefined;
579
586
  }[] | null | undefined;
587
+ media?: {
588
+ id: string;
589
+ source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
590
+ type?: "GALLERY" | "ICON" | null | undefined;
591
+ size?: string | number | null | undefined;
592
+ name?: string | null | undefined;
593
+ caption?: string | null | undefined;
594
+ thumbnail?: string | null | undefined;
595
+ }[] | undefined;
596
+ operator?: {
597
+ id: string;
598
+ } | undefined;
580
599
  language?: "en" | "es" | "zh" | "ko" | undefined;
581
600
  version?: number | undefined;
582
601
  linkedWikis?: {