@everipedia/iq-utils 2.4.4 → 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,3 +1,9 @@
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
 
3
9
  ## 2.4.4
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
  }[]>;
@@ -381,11 +381,11 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
381
381
  type: string;
382
382
  }[];
383
383
  categories: {
384
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
384
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
385
385
  title: string;
386
386
  }[];
387
387
  tags: {
388
- 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";
389
389
  }[];
390
390
  metadata: {
391
391
  id: string;
@@ -404,15 +404,6 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
404
404
  founders: string[];
405
405
  speakers: string[];
406
406
  };
407
- media?: {
408
- id: string;
409
- source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
410
- type?: "GALLERY" | "ICON" | null | undefined;
411
- size?: string | number | null | undefined;
412
- name?: string | null | undefined;
413
- caption?: string | null | undefined;
414
- thumbnail?: string | null | undefined;
415
- }[] | undefined;
416
407
  events?: {
417
408
  type: "CREATED" | "DEFAULT" | "MULTIDATE" | null;
418
409
  date: string | null;
@@ -426,6 +417,15 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
426
417
  country?: string | null | undefined;
427
418
  action?: "DELETE" | "EDIT" | "CREATE" | null | undefined;
428
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
429
  operator?: {
430
430
  id: string;
431
431
  } | undefined;
@@ -439,7 +439,7 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
439
439
  type: string;
440
440
  }[];
441
441
  categories: {
442
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
442
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
443
443
  title: string;
444
444
  }[];
445
445
  tags: {
@@ -455,15 +455,6 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
455
455
  author: {
456
456
  id: string;
457
457
  };
458
- media?: {
459
- id: string;
460
- source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
461
- type?: "GALLERY" | "ICON" | null | undefined;
462
- size?: string | number | null | undefined;
463
- name?: string | null | undefined;
464
- caption?: string | null | undefined;
465
- thumbnail?: string | null | undefined;
466
- }[] | undefined;
467
458
  events?: {
468
459
  type: "CREATED" | "DEFAULT" | "MULTIDATE" | null;
469
460
  date: string | null;
@@ -477,6 +468,15 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
477
468
  country?: string | null | undefined;
478
469
  action?: "DELETE" | "EDIT" | "CREATE" | null | undefined;
479
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
480
  operator?: {
481
481
  id: string;
482
482
  } | undefined;
@@ -497,11 +497,11 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
497
497
  type: string;
498
498
  }[];
499
499
  categories: {
500
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
500
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
501
501
  title: string;
502
502
  }[];
503
503
  tags: {
504
- 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";
505
505
  }[];
506
506
  metadata: {
507
507
  id: string;
@@ -520,15 +520,6 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
520
520
  founders: string[];
521
521
  speakers: string[];
522
522
  };
523
- media?: {
524
- id: string;
525
- source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
526
- type?: "GALLERY" | "ICON" | null | undefined;
527
- size?: string | number | null | undefined;
528
- name?: string | null | undefined;
529
- caption?: string | null | undefined;
530
- thumbnail?: string | null | undefined;
531
- }[] | undefined;
532
523
  events?: {
533
524
  type: "CREATED" | "DEFAULT" | "MULTIDATE" | null;
534
525
  date: string | null;
@@ -542,6 +533,15 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
542
533
  country?: string | null | undefined;
543
534
  action?: "DELETE" | "EDIT" | "CREATE" | null | undefined;
544
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
545
  operator?: {
546
546
  id: string;
547
547
  } | undefined;
@@ -555,7 +555,7 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
555
555
  type: string;
556
556
  }[];
557
557
  categories: {
558
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
558
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
559
559
  title: string;
560
560
  }[];
561
561
  tags: {
@@ -571,15 +571,6 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
571
571
  author: {
572
572
  id: string;
573
573
  };
574
- media?: {
575
- id: string;
576
- source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
577
- type?: "GALLERY" | "ICON" | null | undefined;
578
- size?: string | number | null | undefined;
579
- name?: string | null | undefined;
580
- caption?: string | null | undefined;
581
- thumbnail?: string | null | undefined;
582
- }[] | undefined;
583
574
  events?: {
584
575
  type: "CREATED" | "DEFAULT" | "MULTIDATE" | null;
585
576
  date: string | null;
@@ -593,6 +584,15 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
593
584
  country?: string | null | undefined;
594
585
  action?: "DELETE" | "EDIT" | "CREATE" | null | undefined;
595
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
596
  operator?: {
597
597
  id: string;
598
598
  } | undefined;
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
  }[]>;
@@ -381,11 +381,11 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
381
381
  type: string;
382
382
  }[];
383
383
  categories: {
384
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
384
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
385
385
  title: string;
386
386
  }[];
387
387
  tags: {
388
- 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";
389
389
  }[];
390
390
  metadata: {
391
391
  id: string;
@@ -404,15 +404,6 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
404
404
  founders: string[];
405
405
  speakers: string[];
406
406
  };
407
- media?: {
408
- id: string;
409
- source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
410
- type?: "GALLERY" | "ICON" | null | undefined;
411
- size?: string | number | null | undefined;
412
- name?: string | null | undefined;
413
- caption?: string | null | undefined;
414
- thumbnail?: string | null | undefined;
415
- }[] | undefined;
416
407
  events?: {
417
408
  type: "CREATED" | "DEFAULT" | "MULTIDATE" | null;
418
409
  date: string | null;
@@ -426,6 +417,15 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
426
417
  country?: string | null | undefined;
427
418
  action?: "DELETE" | "EDIT" | "CREATE" | null | undefined;
428
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
429
  operator?: {
430
430
  id: string;
431
431
  } | undefined;
@@ -439,7 +439,7 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
439
439
  type: string;
440
440
  }[];
441
441
  categories: {
442
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
442
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
443
443
  title: string;
444
444
  }[];
445
445
  tags: {
@@ -455,15 +455,6 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
455
455
  author: {
456
456
  id: string;
457
457
  };
458
- media?: {
459
- id: string;
460
- source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
461
- type?: "GALLERY" | "ICON" | null | undefined;
462
- size?: string | number | null | undefined;
463
- name?: string | null | undefined;
464
- caption?: string | null | undefined;
465
- thumbnail?: string | null | undefined;
466
- }[] | undefined;
467
458
  events?: {
468
459
  type: "CREATED" | "DEFAULT" | "MULTIDATE" | null;
469
460
  date: string | null;
@@ -477,6 +468,15 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
477
468
  country?: string | null | undefined;
478
469
  action?: "DELETE" | "EDIT" | "CREATE" | null | undefined;
479
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
480
  operator?: {
481
481
  id: string;
482
482
  } | undefined;
@@ -497,11 +497,11 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
497
497
  type: string;
498
498
  }[];
499
499
  categories: {
500
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
500
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
501
501
  title: string;
502
502
  }[];
503
503
  tags: {
504
- 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";
505
505
  }[];
506
506
  metadata: {
507
507
  id: string;
@@ -520,15 +520,6 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
520
520
  founders: string[];
521
521
  speakers: string[];
522
522
  };
523
- media?: {
524
- id: string;
525
- source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
526
- type?: "GALLERY" | "ICON" | null | undefined;
527
- size?: string | number | null | undefined;
528
- name?: string | null | undefined;
529
- caption?: string | null | undefined;
530
- thumbnail?: string | null | undefined;
531
- }[] | undefined;
532
523
  events?: {
533
524
  type: "CREATED" | "DEFAULT" | "MULTIDATE" | null;
534
525
  date: string | null;
@@ -542,6 +533,15 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
542
533
  country?: string | null | undefined;
543
534
  action?: "DELETE" | "EDIT" | "CREATE" | null | undefined;
544
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
545
  operator?: {
546
546
  id: string;
547
547
  } | undefined;
@@ -555,7 +555,7 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
555
555
  type: string;
556
556
  }[];
557
557
  categories: {
558
- id: "nfts" | "defi" | "exchanges" | "cryptocurrencies" | "daos" | "people" | "dapps" | "organizations";
558
+ id: "people_and_teams" | "projects_and_protocols" | "organizations" | "cryptoassets" | "exchanges_and_marketplaces" | "events";
559
559
  title: string;
560
560
  }[];
561
561
  tags: {
@@ -571,15 +571,6 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
571
571
  author: {
572
572
  id: string;
573
573
  };
574
- media?: {
575
- id: string;
576
- source: "IPFS_IMG" | "VIMEO" | "YOUTUBE" | "IPFS_VID";
577
- type?: "GALLERY" | "ICON" | null | undefined;
578
- size?: string | number | null | undefined;
579
- name?: string | null | undefined;
580
- caption?: string | null | undefined;
581
- thumbnail?: string | null | undefined;
582
- }[] | undefined;
583
574
  events?: {
584
575
  type: "CREATED" | "DEFAULT" | "MULTIDATE" | null;
585
576
  date: string | null;
@@ -593,6 +584,15 @@ declare const Wiki: z.ZodEffects<z.ZodObject<{
593
584
  country?: string | null | undefined;
594
585
  action?: "DELETE" | "EDIT" | "CREATE" | null | undefined;
595
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
596
  operator?: {
597
597
  id: string;
598
598
  } | undefined;
package/dist/index.js CHANGED
@@ -225,49 +225,104 @@ var LanguagesISO = zod.z.enum(["en", "es", "zh", "ko"]);
225
225
  var LinkedWikiKey = zod.z.enum(["founders", "blockchains", "speakers"]);
226
226
  var EventType = zod.z.enum(["CREATED", "DEFAULT", "MULTIDATE"]);
227
227
  var Tag = zod.z.enum([
228
+ // Other Tags
228
229
  "AI",
229
230
  "Artists",
230
- "BinanceSmartChain",
231
231
  "Blockchains",
232
- "CEXes",
233
232
  "Collections",
234
233
  "Collectors",
235
- "Conference",
236
- "DEXes",
237
234
  "Developers",
238
235
  "Entertainment",
239
- "Ethereum",
240
- "Events",
241
236
  "Forum",
242
237
  "Founders",
243
- "Festival",
244
238
  "Games",
245
239
  "Glossary",
246
- "Government",
247
- "Hackathon",
248
240
  "Marketplaces",
249
241
  "Memecoins",
250
- "Organizations",
251
- "Online",
252
242
  "PeopleInDeFi",
253
- "Polkadot",
254
- "Polygon",
255
243
  "Protocols",
256
244
  "Regulations",
257
- "Solana",
258
245
  "Speakers",
259
246
  "Stablecoins",
260
- "Venture"
247
+ // People & Teams
248
+ "Founder",
249
+ "Developer",
250
+ "Investor",
251
+ "Researcher",
252
+ "Artist",
253
+ "Speaker",
254
+ "Influencer",
255
+ "Advisor",
256
+ // Projects & Protocols
257
+ "Layer1",
258
+ "Layer2",
259
+ "Layer3",
260
+ "DeFi",
261
+ "Infrastructure",
262
+ "Oracle",
263
+ "Bridge",
264
+ "Privacy",
265
+ "Gaming",
266
+ "AIPlatform",
267
+ "AIAgent",
268
+ "AIInfrastructure",
269
+ "Identity",
270
+ "RWA",
271
+ "Payments",
272
+ // Organizations
273
+ "Government",
274
+ "Venture",
275
+ "Organizations",
276
+ "DAO",
277
+ "ResearchLab",
278
+ "Launchpad",
279
+ "Media",
280
+ "DataPlatform",
281
+ // Cryptoassets
282
+ "Coin",
283
+ "Token",
284
+ "Stablecoin",
285
+ "Memecoin",
286
+ "NFT",
287
+ "GovernanceToken",
288
+ "UtilityToken",
289
+ "AIToken",
290
+ // Exchanges & Marketplaces
291
+ "CEXes",
292
+ "DEXes",
293
+ "CEX",
294
+ "DEX",
295
+ "NFTMarketplace",
296
+ "PredictionMarket",
297
+ "AIMarketplace",
298
+ // Events
299
+ "Conference",
300
+ "Events",
301
+ "Festival",
302
+ "Hackathon",
303
+ "Online",
304
+ "Workshop",
305
+ // Universal Ecosystem Tags
306
+ "BinanceSmartChain",
307
+ "Ethereum",
308
+ "Polkadot",
309
+ "Polygon",
310
+ "Solana",
311
+ "Bitcoin",
312
+ "BNBChain",
313
+ "Avalanche",
314
+ "Cosmos",
315
+ "Base",
316
+ "Arbitrum",
317
+ "Optimism"
261
318
  ]);
262
319
  var Category = zod.z.enum([
263
- "nfts",
264
- "defi",
265
- "exchanges",
266
- "cryptocurrencies",
267
- "daos",
268
- "people",
269
- "dapps",
270
- "organizations"
320
+ "people_and_teams",
321
+ "projects_and_protocols",
322
+ "organizations",
323
+ "cryptoassets",
324
+ "exchanges_and_marketplaces",
325
+ "events"
271
326
  ]);
272
327
  var ProfileLinks = zod.z.object({
273
328
  twitter: zod.z.string().nullable(),