@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.
- package/internal/client.d.ts +1 -1
- package/internal/schemas.d.ts +1 -1
- package/internal/schemas.js +1 -1
- package/package.json +1 -1
package/internal/client.d.ts
CHANGED
|
@@ -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
|
|
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 = {
|
package/internal/schemas.d.ts
CHANGED
|
@@ -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
|
|
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<{
|
package/internal/schemas.js
CHANGED
|
@@ -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
|
|
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({
|