@absolutejs/voice 0.0.22-beta.382 → 0.0.22-beta.383

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.
@@ -4731,6 +4731,7 @@ var buildVoiceRealCallProfileRecoveryActions = (report, options = {}) => {
4731
4731
  href: appendRealCallRecoveryActionQuery(options.browserProofHref ?? "/voice/browser-call-profiles", { profileId }),
4732
4732
  id: "collect-browser-proof",
4733
4733
  label: profileId ? `Run browser profile proof for ${profileId}` : "Run browser profile proof",
4734
+ method: "POST",
4734
4735
  profileId
4735
4736
  });
4736
4737
  actions.push({
@@ -4738,6 +4739,7 @@ var buildVoiceRealCallProfileRecoveryActions = (report, options = {}) => {
4738
4739
  href: appendRealCallRecoveryActionQuery(options.phoneProofHref ?? "/api/voice/phone/smoke", { profileId }),
4739
4740
  id: "collect-phone-proof",
4740
4741
  label: profileId ? `Run phone profile proof for ${profileId}` : "Run phone profile proof",
4742
+ method: "POST",
4741
4743
  profileId
4742
4744
  });
4743
4745
  }
@@ -4747,7 +4749,8 @@ var buildVoiceRealCallProfileRecoveryActions = (report, options = {}) => {
4747
4749
  description: "Collect fresh real-call profile traces because the current history artifact is stale.",
4748
4750
  href: options.browserProofHref ?? "/voice/browser-call-profiles",
4749
4751
  id: "collect-browser-proof",
4750
- label: "Collect fresh profile evidence"
4752
+ label: "Collect fresh profile evidence",
4753
+ method: "POST"
4751
4754
  });
4752
4755
  }
4753
4756
  if (missingRoleProfiles.length > 0 || report.defaults.summary.actionableProfiles < (options.minActionableProfiles ?? 1)) {
package/dist/index.js CHANGED
@@ -16200,6 +16200,7 @@ var buildVoiceRealCallProfileRecoveryActions = (report, options = {}) => {
16200
16200
  href: appendRealCallRecoveryActionQuery(options.browserProofHref ?? "/voice/browser-call-profiles", { profileId }),
16201
16201
  id: "collect-browser-proof",
16202
16202
  label: profileId ? `Run browser profile proof for ${profileId}` : "Run browser profile proof",
16203
+ method: "POST",
16203
16204
  profileId
16204
16205
  });
16205
16206
  actions.push({
@@ -16207,6 +16208,7 @@ var buildVoiceRealCallProfileRecoveryActions = (report, options = {}) => {
16207
16208
  href: appendRealCallRecoveryActionQuery(options.phoneProofHref ?? "/api/voice/phone/smoke", { profileId }),
16208
16209
  id: "collect-phone-proof",
16209
16210
  label: profileId ? `Run phone profile proof for ${profileId}` : "Run phone profile proof",
16211
+ method: "POST",
16210
16212
  profileId
16211
16213
  });
16212
16214
  }
@@ -16216,7 +16218,8 @@ var buildVoiceRealCallProfileRecoveryActions = (report, options = {}) => {
16216
16218
  description: "Collect fresh real-call profile traces because the current history artifact is stale.",
16217
16219
  href: options.browserProofHref ?? "/voice/browser-call-profiles",
16218
16220
  id: "collect-browser-proof",
16219
- label: "Collect fresh profile evidence"
16221
+ label: "Collect fresh profile evidence",
16222
+ method: "POST"
16220
16223
  });
16221
16224
  }
16222
16225
  if (missingRoleProfiles.length > 0 || report.defaults.summary.actionableProfiles < (options.minActionableProfiles ?? 1)) {
@@ -2318,6 +2318,7 @@ var buildVoiceRealCallProfileRecoveryActions = (report, options = {}) => {
2318
2318
  href: appendRealCallRecoveryActionQuery(options.browserProofHref ?? "/voice/browser-call-profiles", { profileId }),
2319
2319
  id: "collect-browser-proof",
2320
2320
  label: profileId ? `Run browser profile proof for ${profileId}` : "Run browser profile proof",
2321
+ method: "POST",
2321
2322
  profileId
2322
2323
  });
2323
2324
  actions.push({
@@ -2325,6 +2326,7 @@ var buildVoiceRealCallProfileRecoveryActions = (report, options = {}) => {
2325
2326
  href: appendRealCallRecoveryActionQuery(options.phoneProofHref ?? "/api/voice/phone/smoke", { profileId }),
2326
2327
  id: "collect-phone-proof",
2327
2328
  label: profileId ? `Run phone profile proof for ${profileId}` : "Run phone profile proof",
2329
+ method: "POST",
2328
2330
  profileId
2329
2331
  });
2330
2332
  }
@@ -2334,7 +2336,8 @@ var buildVoiceRealCallProfileRecoveryActions = (report, options = {}) => {
2334
2336
  description: "Collect fresh real-call profile traces because the current history artifact is stale.",
2335
2337
  href: options.browserProofHref ?? "/voice/browser-call-profiles",
2336
2338
  id: "collect-browser-proof",
2337
- label: "Collect fresh profile evidence"
2339
+ label: "Collect fresh profile evidence",
2340
+ method: "POST"
2338
2341
  });
2339
2342
  }
2340
2343
  if (missingRoleProfiles.length > 0 || report.defaults.summary.actionableProfiles < (options.minActionableProfiles ?? 1)) {
package/dist/vue/index.js CHANGED
@@ -2239,6 +2239,7 @@ var buildVoiceRealCallProfileRecoveryActions = (report, options = {}) => {
2239
2239
  href: appendRealCallRecoveryActionQuery(options.browserProofHref ?? "/voice/browser-call-profiles", { profileId }),
2240
2240
  id: "collect-browser-proof",
2241
2241
  label: profileId ? `Run browser profile proof for ${profileId}` : "Run browser profile proof",
2242
+ method: "POST",
2242
2243
  profileId
2243
2244
  });
2244
2245
  actions.push({
@@ -2246,6 +2247,7 @@ var buildVoiceRealCallProfileRecoveryActions = (report, options = {}) => {
2246
2247
  href: appendRealCallRecoveryActionQuery(options.phoneProofHref ?? "/api/voice/phone/smoke", { profileId }),
2247
2248
  id: "collect-phone-proof",
2248
2249
  label: profileId ? `Run phone profile proof for ${profileId}` : "Run phone profile proof",
2250
+ method: "POST",
2249
2251
  profileId
2250
2252
  });
2251
2253
  }
@@ -2255,7 +2257,8 @@ var buildVoiceRealCallProfileRecoveryActions = (report, options = {}) => {
2255
2257
  description: "Collect fresh real-call profile traces because the current history artifact is stale.",
2256
2258
  href: options.browserProofHref ?? "/voice/browser-call-profiles",
2257
2259
  id: "collect-browser-proof",
2258
- label: "Collect fresh profile evidence"
2260
+ label: "Collect fresh profile evidence",
2261
+ method: "POST"
2259
2262
  });
2260
2263
  }
2261
2264
  if (missingRoleProfiles.length > 0 || report.defaults.summary.actionableProfiles < (options.minActionableProfiles ?? 1)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/voice",
3
- "version": "0.0.22-beta.382",
3
+ "version": "0.0.22-beta.383",
4
4
  "description": "Voice primitives and Elysia plugin for AbsoluteJS",
5
5
  "repository": {
6
6
  "type": "git",