@yanlinglabs/winter-provider-catalog 0.0.1
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/LICENSE +21 -0
- package/NOTICE +59 -0
- package/PROVENANCE.md +598 -0
- package/README.md +46 -0
- package/UPSTREAM.json +10 -0
- package/dist/extract/fetch.d.ts +62 -0
- package/dist/extract/ledgers.d.ts +113 -0
- package/dist/extract/literal-extractor.d.ts +94 -0
- package/dist/extract/merge.d.ts +213 -0
- package/dist/families.d.ts +55 -0
- package/dist/families.js +30 -0
- package/dist/index-t40pzh81.js +94 -0
- package/dist/index.d.ts +19 -0
- package/dist/index.js +40027 -0
- package/dist/types.d.ts +385 -0
- package/dist/validate.d.ts +98 -0
- package/generated/catalog.json +39282 -0
- package/generated/denominator.json +65 -0
- package/generated/rejections.json +5780 -0
- package/generated/upstream-layer.json +37125 -0
- package/overlay/families.json +600 -0
- package/overlay/models.json +4691 -0
- package/overlay/providers.json +2383 -0
- package/package.json +50 -0
- package/schema/catalog.schema.json +238 -0
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$comment": "GENERATED — the upstream provider-count denominators recomputed at the pin. WS-13 §3 step 5 requires the extractor to REPORT the 351/352 discrepancy rather than hide it; this file is that report, and PROVENANCE.md quotes its summary.",
|
|
3
|
+
"catalogueUnion": 352,
|
|
4
|
+
"byCategory": [
|
|
5
|
+
{
|
|
6
|
+
"category": "noauth",
|
|
7
|
+
"count": 13
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"category": "oauth",
|
|
11
|
+
"count": 25
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"category": "web-cookie",
|
|
15
|
+
"count": 35
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"category": "apikey",
|
|
19
|
+
"count": 233
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"category": "local",
|
|
23
|
+
"count": 14
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"category": "search",
|
|
27
|
+
"count": 14
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"category": "audio",
|
|
31
|
+
"count": 12
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"category": "upstream-proxy",
|
|
35
|
+
"count": 2
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"category": "cloud-agent",
|
|
39
|
+
"count": 3
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"category": "system",
|
|
43
|
+
"count": 1
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"duplicatedAcrossCategories": [],
|
|
47
|
+
"categorySum": 352,
|
|
48
|
+
"registryEntries": 270,
|
|
49
|
+
"registryEntriesResolved": 222,
|
|
50
|
+
"catalogueWithoutRegistry": 82,
|
|
51
|
+
"registryWithoutCatalogue": 0,
|
|
52
|
+
"claims": [
|
|
53
|
+
{
|
|
54
|
+
"sourcePath": "README.md",
|
|
55
|
+
"claimed": 352,
|
|
56
|
+
"note": "matches the enumerated product-catalog union at this pin"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"sourcePath": "docs/reference/PROVIDER_REFERENCE.md",
|
|
60
|
+
"claimed": 352,
|
|
61
|
+
"note": "matches the enumerated product-catalog union at this pin"
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
"summary": "Enumerated product-catalog union at the pin: 352 distinct provider ids (per-category sum 352, no id appears in two categories). Backend REGISTRY entries: 270 (222 resolvable by the literal extractor; the remainder are built by a helper CALL, which is never evaluated). 82 catalogued id(s) have no backend registry entry; 0 registry id(s) have no product-catalog row. Upstream's own claims: README.md=352, docs/reference/PROVIDER_REFERENCE.md=352."
|
|
65
|
+
}
|