@labelbox/recursion-sdk 0.0.174 → 0.0.175

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.
@@ -8410,7 +8410,7 @@ export type ManagedAgentsCreateTriggerBindingRequest = {
8410
8410
  */
8411
8411
  vault_ids?: Array<string>;
8412
8412
  /**
8413
- * Slack event selector: app_mention (channel optional) or message (exact channel required).
8413
+ * Slack selector: app_mention (exact channel or internal-only fallback), message (exact channel required), or app_mention_ext_shared (empty channel required; opt-in shared-only fallback). Existing exact app_mention bindings take precedence.
8414
8414
  */
8415
8415
  wake_event?: string;
8416
8416
  };
@@ -11726,7 +11726,7 @@ export type ManagedAgentsTriggerBinding = {
11726
11726
  */
11727
11727
  capture_patch?: boolean;
11728
11728
  /**
11729
- * Slack channel this binding is scoped to. Empty matches every channel, which only an app_mention binding may do. Always empty on a GitHub binding.
11729
+ * Slack channel scope. app_mention may be exact or an internal-only fallback; app_mention_ext_shared requires empty scope and is a separate shared-only fallback. Always empty on a GitHub binding.
11730
11730
  */
11731
11731
  channel_id?: string;
11732
11732
  /**
@@ -11770,7 +11770,7 @@ export type ManagedAgentsTriggerBinding = {
11770
11770
  */
11771
11771
  vault_ids?: Array<string>;
11772
11772
  /**
11773
- * Provider event that wakes this binding. Slack values are app_mention and message; retired GitHub values remain readable for migration.
11773
+ * Slack selector: app_mention, message, or app_mention_ext_shared (explicit shared-only fallback with independent vault grants). Exact app_mention bindings take precedence over either fallback. Retired GitHub values remain readable.
11774
11774
  */
11775
11775
  wake_event?: string;
11776
11776
  };
@@ -11903,7 +11903,7 @@ export type ManagedAgentsUpdateTriggerBindingRequest = {
11903
11903
  */
11904
11904
  agent_id?: unknown;
11905
11905
  /**
11906
- * Replacement Slack channel scope. An empty string widens an app_mention binding back to every channel.
11906
+ * Replacement Slack channel scope. Empty makes app_mention an internal-only fallback; app_mention_ext_shared requires empty scope and independently opts into shared channels.
11907
11907
  */
11908
11908
  channel_id?: unknown;
11909
11909
  /**
@@ -57705,7 +57705,7 @@ export const SDK_REFERENCE = {
57705
57705
  in: 'body',
57706
57706
  required: false,
57707
57707
  type: 'unknown',
57708
- description: 'Replacement Slack channel scope. An empty string widens an app_mention binding back to every channel.',
57708
+ description: 'Replacement Slack channel scope. Empty makes app_mention an internal-only fallback; app_mention_ext_shared requires empty scope and independently opts into shared channels.',
57709
57709
  },
57710
57710
  {
57711
57711
  name: 'connection_id',
@@ -57775,7 +57775,7 @@ export const SDK_REFERENCE = {
57775
57775
  name: 'channel_id',
57776
57776
  required: false,
57777
57777
  type: 'string',
57778
- description: 'Slack channel this binding is scoped to. Empty matches every channel, which only an app_mention binding may do. Always empty on a GitHub binding.',
57778
+ description: 'Slack channel scope. app_mention may be exact or an internal-only fallback; app_mention_ext_shared requires empty scope and is a separate shared-only fallback. Always empty on a GitHub binding.',
57779
57779
  },
57780
57780
  {
57781
57781
  name: 'connection_id',
@@ -57842,7 +57842,7 @@ export const SDK_REFERENCE = {
57842
57842
  name: 'wake_event',
57843
57843
  required: false,
57844
57844
  type: 'string',
57845
- description: 'Provider event that wakes this binding. Slack values are app_mention and message; retired GitHub values remain readable for migration.',
57845
+ description: 'Slack selector: app_mention, message, or app_mention_ext_shared (explicit shared-only fallback with independent vault grants). Exact app_mention bindings take precedence over either fallback. Retired GitHub values remain readable.',
57846
57846
  },
57847
57847
  ],
57848
57848
  },
@@ -58835,7 +58835,7 @@ export const SDK_REFERENCE = {
58835
58835
  in: 'body',
58836
58836
  required: false,
58837
58837
  type: 'string',
58838
- description: 'Slack event selector: app_mention (channel optional) or message (exact channel required).',
58838
+ description: 'Slack selector: app_mention (exact channel or internal-only fallback), message (exact channel required), or app_mention_ext_shared (empty channel required; opt-in shared-only fallback). Existing exact app_mention bindings take precedence.',
58839
58839
  },
58840
58840
  ],
58841
58841
  response: {
@@ -58870,7 +58870,7 @@ export const SDK_REFERENCE = {
58870
58870
  name: 'channel_id',
58871
58871
  required: false,
58872
58872
  type: 'string',
58873
- description: 'Slack channel this binding is scoped to. Empty matches every channel, which only an app_mention binding may do. Always empty on a GitHub binding.',
58873
+ description: 'Slack channel scope. app_mention may be exact or an internal-only fallback; app_mention_ext_shared requires empty scope and is a separate shared-only fallback. Always empty on a GitHub binding.',
58874
58874
  },
58875
58875
  {
58876
58876
  name: 'connection_id',
@@ -58937,7 +58937,7 @@ export const SDK_REFERENCE = {
58937
58937
  name: 'wake_event',
58938
58938
  required: false,
58939
58939
  type: 'string',
58940
- description: 'Provider event that wakes this binding. Slack values are app_mention and message; retired GitHub values remain readable for migration.',
58940
+ description: 'Slack selector: app_mention, message, or app_mention_ext_shared (explicit shared-only fallback with independent vault grants). Exact app_mention bindings take precedence over either fallback. Retired GitHub values remain readable.',
58941
58941
  },
58942
58942
  ],
58943
58943
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labelbox/recursion-sdk",
3
- "version": "0.0.174",
3
+ "version": "0.0.175",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",