@integrity-labs/agt-cli 0.28.434 → 0.28.436

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.
@@ -33942,16 +33942,27 @@ var INTEGRATION_REGISTRY = [
33942
33942
  // Premium (billable). The upstream pay-per-event cost is per-Actor and
33943
33943
  // VARIABLE (each Actor's creator sets its own event prices), unlike X-Search's
33944
33944
  // fixed per-post price. So we meter the ACTUAL cost charged to us for each
33945
- // run, as a pass-through: `units` = the run's `usageTotalUsd` in whole US
33946
- // cents (the physical unit `usd_cent`), and the rate card prices each cent at
33947
- // a managed markup (1.5x USD). This keeps margin safe across cheap and
33948
- // expensive scrapes alike. `event_type` must match what the broker writes to
33945
+ // run, as a pass-through: `units` = the run's `usageTotalUsd` in US dollars
33946
+ // (the physical unit `usd`), and the rate card prices each of those dollars at
33947
+ // a managed markup (1.5x). This keeps margin safe across cheap and expensive
33948
+ // scrapes alike. `event_type` must match what the broker writes to
33949
33949
  // integration_usage_events. Until the rate row is seeded a run prices at 0
33950
33950
  // (budget gate inert) - the rate-card migration ships in the same PR.
33951
+ //
33952
+ // The unit is US DOLLARS, not cents. Metering in cents priced the meter at
33953
+ // A$0.0225/unit, which rendered to the customer as "Actor Run (per usd_cent):
33954
+ // A$0.02" - jargon, and rounded 11% below the real rate because the shared
33955
+ // formatter only widens past 2dp below A$0.01. Per-dollar gives a whole-cent
33956
+ // price and a line a customer can reason about; the money billed is identical.
33951
33957
  premium: {
33952
33958
  pricing: "usage",
33953
- note: "Billed per result on the upstream pay-per-event cost of each scrape, at a managed markup.",
33954
- meters: [{ event_type: "actor_run", unit: "usd_cent" }]
33959
+ note: "Billed on the upstream pay-per-event cost of each scrape, at a managed markup. A 50-post TikTok scrape costs about A$0.19.",
33960
+ meters: [{
33961
+ event_type: "actor_run",
33962
+ unit: "usd",
33963
+ label: "Scraping usage",
33964
+ unit_label: "US$1 of scraping cost"
33965
+ }]
33955
33966
  }
33956
33967
  },
33957
33968
  {
@@ -33974,10 +33985,17 @@ var INTEGRATION_REGISTRY = [
33974
33985
  ],
33975
33986
  docs_url: "https://docs.apify.com/api/v2",
33976
33987
  beta: true,
33988
+ // Same cost pass-through metering as Social Scraping - see the note there for
33989
+ // why the unit is US dollars rather than cents.
33977
33990
  premium: {
33978
33991
  pricing: "usage",
33979
- note: "Billed per place returned on the upstream pay-per-event cost of each search, at a managed markup.",
33980
- meters: [{ event_type: "actor_run", unit: "usd_cent" }]
33992
+ note: "Billed on the upstream pay-per-event cost of each search, at a managed markup. A 20-place search costs about A$0.07.",
33993
+ meters: [{
33994
+ event_type: "actor_run",
33995
+ unit: "usd",
33996
+ label: "Search usage",
33997
+ unit_label: "US$1 of search cost"
33998
+ }]
33981
33999
  }
33982
34000
  },
33983
34001
  {
@@ -39580,16 +39580,27 @@ var INTEGRATION_REGISTRY = [
39580
39580
  // Premium (billable). The upstream pay-per-event cost is per-Actor and
39581
39581
  // VARIABLE (each Actor's creator sets its own event prices), unlike X-Search's
39582
39582
  // fixed per-post price. So we meter the ACTUAL cost charged to us for each
39583
- // run, as a pass-through: `units` = the run's `usageTotalUsd` in whole US
39584
- // cents (the physical unit `usd_cent`), and the rate card prices each cent at
39585
- // a managed markup (1.5x USD). This keeps margin safe across cheap and
39586
- // expensive scrapes alike. `event_type` must match what the broker writes to
39583
+ // run, as a pass-through: `units` = the run's `usageTotalUsd` in US dollars
39584
+ // (the physical unit `usd`), and the rate card prices each of those dollars at
39585
+ // a managed markup (1.5x). This keeps margin safe across cheap and expensive
39586
+ // scrapes alike. `event_type` must match what the broker writes to
39587
39587
  // integration_usage_events. Until the rate row is seeded a run prices at 0
39588
39588
  // (budget gate inert) - the rate-card migration ships in the same PR.
39589
+ //
39590
+ // The unit is US DOLLARS, not cents. Metering in cents priced the meter at
39591
+ // A$0.0225/unit, which rendered to the customer as "Actor Run (per usd_cent):
39592
+ // A$0.02" - jargon, and rounded 11% below the real rate because the shared
39593
+ // formatter only widens past 2dp below A$0.01. Per-dollar gives a whole-cent
39594
+ // price and a line a customer can reason about; the money billed is identical.
39589
39595
  premium: {
39590
39596
  pricing: "usage",
39591
- note: "Billed per result on the upstream pay-per-event cost of each scrape, at a managed markup.",
39592
- meters: [{ event_type: "actor_run", unit: "usd_cent" }]
39597
+ note: "Billed on the upstream pay-per-event cost of each scrape, at a managed markup. A 50-post TikTok scrape costs about A$0.19.",
39598
+ meters: [{
39599
+ event_type: "actor_run",
39600
+ unit: "usd",
39601
+ label: "Scraping usage",
39602
+ unit_label: "US$1 of scraping cost"
39603
+ }]
39593
39604
  }
39594
39605
  },
39595
39606
  {
@@ -39612,10 +39623,17 @@ var INTEGRATION_REGISTRY = [
39612
39623
  ],
39613
39624
  docs_url: "https://docs.apify.com/api/v2",
39614
39625
  beta: true,
39626
+ // Same cost pass-through metering as Social Scraping - see the note there for
39627
+ // why the unit is US dollars rather than cents.
39615
39628
  premium: {
39616
39629
  pricing: "usage",
39617
- note: "Billed per place returned on the upstream pay-per-event cost of each search, at a managed markup.",
39618
- meters: [{ event_type: "actor_run", unit: "usd_cent" }]
39630
+ note: "Billed on the upstream pay-per-event cost of each search, at a managed markup. A 20-place search costs about A$0.07.",
39631
+ meters: [{
39632
+ event_type: "actor_run",
39633
+ unit: "usd",
39634
+ label: "Search usage",
39635
+ unit_label: "US$1 of search cost"
39636
+ }]
39619
39637
  }
39620
39638
  },
39621
39639
  {
@@ -33511,16 +33511,27 @@ var INTEGRATION_REGISTRY = [
33511
33511
  // Premium (billable). The upstream pay-per-event cost is per-Actor and
33512
33512
  // VARIABLE (each Actor's creator sets its own event prices), unlike X-Search's
33513
33513
  // fixed per-post price. So we meter the ACTUAL cost charged to us for each
33514
- // run, as a pass-through: `units` = the run's `usageTotalUsd` in whole US
33515
- // cents (the physical unit `usd_cent`), and the rate card prices each cent at
33516
- // a managed markup (1.5x USD). This keeps margin safe across cheap and
33517
- // expensive scrapes alike. `event_type` must match what the broker writes to
33514
+ // run, as a pass-through: `units` = the run's `usageTotalUsd` in US dollars
33515
+ // (the physical unit `usd`), and the rate card prices each of those dollars at
33516
+ // a managed markup (1.5x). This keeps margin safe across cheap and expensive
33517
+ // scrapes alike. `event_type` must match what the broker writes to
33518
33518
  // integration_usage_events. Until the rate row is seeded a run prices at 0
33519
33519
  // (budget gate inert) - the rate-card migration ships in the same PR.
33520
+ //
33521
+ // The unit is US DOLLARS, not cents. Metering in cents priced the meter at
33522
+ // A$0.0225/unit, which rendered to the customer as "Actor Run (per usd_cent):
33523
+ // A$0.02" - jargon, and rounded 11% below the real rate because the shared
33524
+ // formatter only widens past 2dp below A$0.01. Per-dollar gives a whole-cent
33525
+ // price and a line a customer can reason about; the money billed is identical.
33520
33526
  premium: {
33521
33527
  pricing: "usage",
33522
- note: "Billed per result on the upstream pay-per-event cost of each scrape, at a managed markup.",
33523
- meters: [{ event_type: "actor_run", unit: "usd_cent" }]
33528
+ note: "Billed on the upstream pay-per-event cost of each scrape, at a managed markup. A 50-post TikTok scrape costs about A$0.19.",
33529
+ meters: [{
33530
+ event_type: "actor_run",
33531
+ unit: "usd",
33532
+ label: "Scraping usage",
33533
+ unit_label: "US$1 of scraping cost"
33534
+ }]
33524
33535
  }
33525
33536
  },
33526
33537
  {
@@ -33543,10 +33554,17 @@ var INTEGRATION_REGISTRY = [
33543
33554
  ],
33544
33555
  docs_url: "https://docs.apify.com/api/v2",
33545
33556
  beta: true,
33557
+ // Same cost pass-through metering as Social Scraping - see the note there for
33558
+ // why the unit is US dollars rather than cents.
33546
33559
  premium: {
33547
33560
  pricing: "usage",
33548
- note: "Billed per place returned on the upstream pay-per-event cost of each search, at a managed markup.",
33549
- meters: [{ event_type: "actor_run", unit: "usd_cent" }]
33561
+ note: "Billed on the upstream pay-per-event cost of each search, at a managed markup. A 20-place search costs about A$0.07.",
33562
+ meters: [{
33563
+ event_type: "actor_run",
33564
+ unit: "usd",
33565
+ label: "Search usage",
33566
+ unit_label: "US$1 of search cost"
33567
+ }]
33550
33568
  }
33551
33569
  },
33552
33570
  {
@@ -33813,16 +33813,27 @@ var INTEGRATION_REGISTRY = [
33813
33813
  // Premium (billable). The upstream pay-per-event cost is per-Actor and
33814
33814
  // VARIABLE (each Actor's creator sets its own event prices), unlike X-Search's
33815
33815
  // fixed per-post price. So we meter the ACTUAL cost charged to us for each
33816
- // run, as a pass-through: `units` = the run's `usageTotalUsd` in whole US
33817
- // cents (the physical unit `usd_cent`), and the rate card prices each cent at
33818
- // a managed markup (1.5x USD). This keeps margin safe across cheap and
33819
- // expensive scrapes alike. `event_type` must match what the broker writes to
33816
+ // run, as a pass-through: `units` = the run's `usageTotalUsd` in US dollars
33817
+ // (the physical unit `usd`), and the rate card prices each of those dollars at
33818
+ // a managed markup (1.5x). This keeps margin safe across cheap and expensive
33819
+ // scrapes alike. `event_type` must match what the broker writes to
33820
33820
  // integration_usage_events. Until the rate row is seeded a run prices at 0
33821
33821
  // (budget gate inert) - the rate-card migration ships in the same PR.
33822
+ //
33823
+ // The unit is US DOLLARS, not cents. Metering in cents priced the meter at
33824
+ // A$0.0225/unit, which rendered to the customer as "Actor Run (per usd_cent):
33825
+ // A$0.02" - jargon, and rounded 11% below the real rate because the shared
33826
+ // formatter only widens past 2dp below A$0.01. Per-dollar gives a whole-cent
33827
+ // price and a line a customer can reason about; the money billed is identical.
33822
33828
  premium: {
33823
33829
  pricing: "usage",
33824
- note: "Billed per result on the upstream pay-per-event cost of each scrape, at a managed markup.",
33825
- meters: [{ event_type: "actor_run", unit: "usd_cent" }]
33830
+ note: "Billed on the upstream pay-per-event cost of each scrape, at a managed markup. A 50-post TikTok scrape costs about A$0.19.",
33831
+ meters: [{
33832
+ event_type: "actor_run",
33833
+ unit: "usd",
33834
+ label: "Scraping usage",
33835
+ unit_label: "US$1 of scraping cost"
33836
+ }]
33826
33837
  }
33827
33838
  },
33828
33839
  {
@@ -33845,10 +33856,17 @@ var INTEGRATION_REGISTRY = [
33845
33856
  ],
33846
33857
  docs_url: "https://docs.apify.com/api/v2",
33847
33858
  beta: true,
33859
+ // Same cost pass-through metering as Social Scraping - see the note there for
33860
+ // why the unit is US dollars rather than cents.
33848
33861
  premium: {
33849
33862
  pricing: "usage",
33850
- note: "Billed per place returned on the upstream pay-per-event cost of each search, at a managed markup.",
33851
- meters: [{ event_type: "actor_run", unit: "usd_cent" }]
33863
+ note: "Billed on the upstream pay-per-event cost of each search, at a managed markup. A 20-place search costs about A$0.07.",
33864
+ meters: [{
33865
+ event_type: "actor_run",
33866
+ unit: "usd",
33867
+ label: "Search usage",
33868
+ unit_label: "US$1 of search cost"
33869
+ }]
33852
33870
  }
33853
33871
  },
33854
33872
  {
@@ -36,7 +36,7 @@ import {
36
36
  writeDirectChatSessionState,
37
37
  writeEgressAllowlist,
38
38
  writePersistentClaudeWrapper
39
- } from "./chunk-TTEKDLQ7.js";
39
+ } from "./chunk-IRFNOPFU.js";
40
40
  import "./chunk-XWVM4KPK.js";
41
41
  export {
42
42
  EGRESS_BASELINE_DOMAINS,
@@ -77,4 +77,4 @@ export {
77
77
  writeEgressAllowlist,
78
78
  writePersistentClaudeWrapper
79
79
  };
80
- //# sourceMappingURL=persistent-session-FWCSJ7ZQ.js.map
80
+ //# sourceMappingURL=persistent-session-W7T5YOS6.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-TTEKDLQ7.js";
3
+ } from "./chunk-IRFNOPFU.js";
4
4
  import "./chunk-XWVM4KPK.js";
5
5
 
6
6
  // src/lib/responsiveness-probe.ts
@@ -471,4 +471,4 @@ export {
471
471
  readAndResetSlackReplyBindingClassifications,
472
472
  readAndResetSlackReplyTargetClassifications
473
473
  };
474
- //# sourceMappingURL=responsiveness-probe-44JJ7O7D.js.map
474
+ //# sourceMappingURL=responsiveness-probe-3NKR4QOX.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.434",
3
+ "version": "0.28.436",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {