@nodaro/shared 1.24.0 → 1.24.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/dist/index.js CHANGED
@@ -1740,11 +1740,11 @@ var VIDEO_MODELS = {
1740
1740
  description: "Highest-accuracy analysis \u2014 a single deep pass that reads the footage frame by frame, finds its own shot boundaries, and identifies the cast by appearance. Best choice when the shot list will drive regeneration. Billed per duration bucket.",
1741
1741
  useCases: ["video-analysis", "shot-list", "premium", "most-accurate"],
1742
1742
  pricing: [
1743
- { identifier: "video-analysis:smart", credits: 346, note: "10-min ceiling (no duration given)" },
1744
- { identifier: "video-analysis:smart:60s", credits: 42 },
1745
- { identifier: "video-analysis:smart:180s", credits: 94 },
1746
- { identifier: "video-analysis:smart:360s", credits: 207 },
1747
- { identifier: "video-analysis:smart:600s", credits: 346, note: "10-min ceiling" }
1743
+ { identifier: "video-analysis:smart", credits: 350, note: "10-min ceiling (no duration given)" },
1744
+ { identifier: "video-analysis:smart:60s", credits: 46 },
1745
+ { identifier: "video-analysis:smart:180s", credits: 98 },
1746
+ { identifier: "video-analysis:smart:360s", credits: 211 },
1747
+ { identifier: "video-analysis:smart:600s", credits: 350, note: "10-min ceiling" }
1748
1748
  ]
1749
1749
  }
1750
1750
  };
@@ -12618,10 +12618,10 @@ var VIDEO_ANALYSIS_BUCKET_CREDITS = {
12618
12618
  // frame sampling turned all the way up. Priced well above the economy tiers
12619
12619
  // because it genuinely costs more to run, and it is the only tier whose
12620
12620
  // accuracy was measured against a hand-counted edit list.
12621
- "video-analysis:smart:60s": 42,
12622
- "video-analysis:smart:180s": 94,
12623
- "video-analysis:smart:360s": 207,
12624
- "video-analysis:smart:600s": 346
12621
+ "video-analysis:smart:60s": 46,
12622
+ "video-analysis:smart:180s": 98,
12623
+ "video-analysis:smart:360s": 211,
12624
+ "video-analysis:smart:600s": 350
12625
12625
  };
12626
12626
  function videoAnalysisCreditSegment(modelOrSentinel) {
12627
12627
  return modelOrSentinel === "mixed-fast" ? "mixed" : modelOrSentinel;