@domu-ai/kiban-sdk 1.156.3 → 1.158.0

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.
@@ -3592,7 +3592,7 @@ export declare function useInternalActionsGet<TData = Awaited<ReturnType<typeof
3592
3592
  queryKey: DataTag<QueryKey, TData, TError>;
3593
3593
  };
3594
3594
  /**
3595
- * Registers a new action-provider mapping for a campaign. Validates the provider supports the action type and has a vendor config for the campaign. Auto-resolves configId. Returns 409 if the combination already exists.
3595
+ * Registers a new action-provider mapping for a campaign. Validates the provider supports the action type and auto-resolves configId when the provider uses integration_vendor_configs. Env-based providers such as SMS transports can be created without a vendor config row. Returns 409 if the combination already exists.
3596
3596
  * @summary Add action to campaign
3597
3597
  */
3598
3598
  export type internalActionsPostResponse201 = {
@@ -74,7 +74,7 @@ export declare const ListResponse: zod.ZodArray<zod.ZodObject<{
74
74
  updatedAt: string;
75
75
  }>, "many">;
76
76
  /**
77
- * Registers a new action-provider mapping for a campaign. Validates the provider supports the action type and has a vendor config for the campaign. Auto-resolves configId. Returns 409 if the combination already exists.
77
+ * Registers a new action-provider mapping for a campaign. Validates the provider supports the action type and auto-resolves configId when the provider uses integration_vendor_configs. Env-based providers such as SMS transports can be created without a vendor config row. Returns 409 if the combination already exists.
78
78
  * @summary Add action to campaign
79
79
  */
80
80
  export declare const CreateQueryParams: zod.ZodObject<{
@@ -65,7 +65,7 @@ exports.ListResponseItem = zod.object({
65
65
  });
66
66
  exports.ListResponse = zod.array(exports.ListResponseItem);
67
67
  /**
68
- * Registers a new action-provider mapping for a campaign. Validates the provider supports the action type and has a vendor config for the campaign. Auto-resolves configId. Returns 409 if the combination already exists.
68
+ * Registers a new action-provider mapping for a campaign. Validates the provider supports the action type and auto-resolves configId when the provider uses integration_vendor_configs. Env-based providers such as SMS transports can be created without a vendor config row. Returns 409 if the combination already exists.
69
69
  * @summary Add action to campaign
70
70
  */
71
71
  exports.CreateQueryParams = zod.object({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@domu-ai/kiban-sdk",
3
- "version": "1.156.3",
3
+ "version": "1.158.0",
4
4
  "description": "Generated TypeScript SDKs for Kiban public, internal, and dashboard APIs.",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./index.js",