@faiber/faiber-crm 0.10.2 → 0.11.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/README.md +10 -6
- package/dist/.tsbuildinfo +1 -1
- package/dist/index.d.ts +18 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +18 -0
- package/dist/index.js.map +1 -1
- package/dist/operations.d.ts +128 -44
- package/dist/operations.d.ts.map +1 -1
- package/dist/operations.js +146 -44
- package/dist/operations.js.map +1 -1
- package/dist/operations.types.d.ts +83 -0
- package/dist/operations.types.d.ts.map +1 -1
- package/dist/types.d.ts +5 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/operations.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
15
15
|
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
16
16
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
17
17
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
18
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
18
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:activity:read.
|
|
19
19
|
*/
|
|
20
20
|
apiActivitiesGet(params?: T.ApiActivitiesGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmActivityListResponse, unknown, {}>>;
|
|
21
21
|
/**
|
|
@@ -24,7 +24,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
24
24
|
* @param data Typed JSON request body.
|
|
25
25
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
26
26
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
27
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
27
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:activity:create.
|
|
28
28
|
*/
|
|
29
29
|
apiCreateActivityPost(data: T.ApiCreateActivityPostInput, options?: RequestOptions<T.ApiCreateActivityPostInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiCreateActivityPostResponseData>, T.ApiCreateActivityPostInput, {}>>;
|
|
30
30
|
/**
|
|
@@ -33,7 +33,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
33
33
|
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
34
34
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
35
35
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
36
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
36
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:automation:read.
|
|
37
37
|
*/
|
|
38
38
|
apiAutomationJobsGet(params?: T.ApiAutomationJobsGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmAutomationJobListResponse, unknown, {}>>;
|
|
39
39
|
/**
|
|
@@ -41,7 +41,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
41
41
|
* Calls `GET /api/v1/automation/webhooks` through the shared IDP-aware Faiber client.
|
|
42
42
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
43
43
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
44
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
44
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:automation:read.
|
|
45
45
|
*/
|
|
46
46
|
apiAutomationWebhooksGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiAutomationWebhooksGetResponseItem[]>, unknown, {}>>;
|
|
47
47
|
/**
|
|
@@ -51,7 +51,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
51
51
|
* @param pipelineId Backend path identifier `pipeline_id`.
|
|
52
52
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
53
53
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
54
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
54
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:board:read.
|
|
55
55
|
*/
|
|
56
56
|
apiBoardGet(entityType: Identifier, pipelineId: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmBoardResponse, unknown, {}>>;
|
|
57
57
|
/**
|
|
@@ -59,7 +59,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
59
59
|
* Calls `GET /api/v1/campaigns` through the shared IDP-aware Faiber client.
|
|
60
60
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
61
61
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
62
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
62
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:marketing:read.
|
|
63
63
|
*/
|
|
64
64
|
apiCampaignsGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiCampaignsGetResponseItem[]>, unknown, {}>>;
|
|
65
65
|
/**
|
|
@@ -68,7 +68,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
68
68
|
* @param data Typed JSON request body.
|
|
69
69
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
70
70
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
71
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
71
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:marketing:manage.
|
|
72
72
|
*/
|
|
73
73
|
apiCreateCampaignPost(data: T.ApiCreateCampaignPostInput, options?: RequestOptions<T.ApiCreateCampaignPostInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiCreateCampaignPostResponseData>, T.ApiCreateCampaignPostInput, {}>>;
|
|
74
74
|
/**
|
|
@@ -77,7 +77,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
77
77
|
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
78
78
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
79
79
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
80
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
80
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:company:read, crm:company:read_all.
|
|
81
81
|
*/
|
|
82
82
|
apiCompaniesGet(params?: T.ApiCompaniesGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmCompanyListResponse, unknown, {}>>;
|
|
83
83
|
/**
|
|
@@ -86,7 +86,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
86
86
|
* @param data Typed JSON request body.
|
|
87
87
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
88
88
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
89
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
89
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:company:create.
|
|
90
90
|
*/
|
|
91
91
|
apiCreateCompanyPost(data: T.ApiCreateCompanyPostInput, options?: RequestOptions<T.ApiCreateCompanyPostInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiCreateCompanyPostResponseData>, T.ApiCreateCompanyPostInput, {}>>;
|
|
92
92
|
/**
|
|
@@ -95,7 +95,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
95
95
|
* @param id Backend path identifier `id`.
|
|
96
96
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
97
97
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
98
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
98
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:company:read, crm:company:read_all.
|
|
99
99
|
*/
|
|
100
100
|
apiCompanyGet(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiCompanyGetResponseData>, unknown, {}>>;
|
|
101
101
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
105
105
|
* @param data Typed JSON request body.
|
|
106
106
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
107
107
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
108
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
108
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:company:update.
|
|
109
109
|
*/
|
|
110
110
|
apiUpdateCompanyPatch(id: Identifier, data: T.ApiUpdateCompanyPatchInput, options?: RequestOptions<T.ApiUpdateCompanyPatchInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiUpdateCompanyPatchResponseData>, T.ApiUpdateCompanyPatchInput, {}>>;
|
|
111
111
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
114
114
|
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
115
115
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
116
116
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
117
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
117
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:contact:read, crm:contact:read_all.
|
|
118
118
|
*/
|
|
119
119
|
apiContactsGet(params?: T.ApiContactsGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmContactListResponse, unknown, {}>>;
|
|
120
120
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
123
123
|
* @param data Typed JSON request body.
|
|
124
124
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
125
125
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
126
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
126
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:contact:create.
|
|
127
127
|
*/
|
|
128
128
|
apiCreateContactPost(data: T.ApiCreateContactPostInput, options?: RequestOptions<T.ApiCreateContactPostInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiCreateContactPostResponseData>, T.ApiCreateContactPostInput, {}>>;
|
|
129
129
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
132
132
|
* @param id Backend path identifier `id`.
|
|
133
133
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
134
134
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
135
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
135
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:contact:read, crm:contact:read_all.
|
|
136
136
|
*/
|
|
137
137
|
apiContactGet(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiContactGetResponseData>, unknown, {}>>;
|
|
138
138
|
/**
|
|
@@ -142,7 +142,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
142
142
|
* @param data Typed JSON request body.
|
|
143
143
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
144
144
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
145
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
145
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:contact:update.
|
|
146
146
|
*/
|
|
147
147
|
apiUpdateContactPatch(id: Identifier, data: T.ApiUpdateContactPatchInput, options?: RequestOptions<T.ApiUpdateContactPatchInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiUpdateContactPatchResponseData>, T.ApiUpdateContactPatchInput, {}>>;
|
|
148
148
|
/**
|
|
@@ -150,7 +150,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
150
150
|
* Calls `GET /api/v1/context` through the shared IDP-aware Faiber client.
|
|
151
151
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
152
152
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
153
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
153
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:workspace:read.
|
|
154
154
|
*/
|
|
155
155
|
apiContextGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiContextGetResponseData>, unknown, {}>>;
|
|
156
156
|
/**
|
|
@@ -159,7 +159,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
159
159
|
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
160
160
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
161
161
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
162
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
162
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:deal:read, crm:deal:read_all, crm:deal:read_own.
|
|
163
163
|
*/
|
|
164
164
|
apiDealsGet(params?: T.ApiDealsGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmDealListResponse, unknown, {}>>;
|
|
165
165
|
/**
|
|
@@ -168,7 +168,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
168
168
|
* @param data Typed JSON request body.
|
|
169
169
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
170
170
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
171
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
171
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:deal:create.
|
|
172
172
|
*/
|
|
173
173
|
apiCreateDealPost(data: T.ApiCreateDealPostInput, options?: RequestOptions<T.ApiCreateDealPostInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiCreateDealPostResponseData>, T.ApiCreateDealPostInput, {}>>;
|
|
174
174
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
177
177
|
* @param id Backend path identifier `id`.
|
|
178
178
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
179
179
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
180
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
180
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:deal:read, crm:deal:read_all, crm:deal:read_own.
|
|
181
181
|
*/
|
|
182
182
|
apiDealGet(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiDealGetResponseData>, unknown, {}>>;
|
|
183
183
|
/**
|
|
@@ -187,7 +187,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
187
187
|
* @param data Typed JSON request body.
|
|
188
188
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
189
189
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
190
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
190
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:deal:update.
|
|
191
191
|
*/
|
|
192
192
|
apiUpdateDealPatch(id: Identifier, data: T.ApiUpdateDealPatchInput, options?: RequestOptions<T.ApiUpdateDealPatchInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiUpdateDealPatchResponseData>, T.ApiUpdateDealPatchInput, {}>>;
|
|
193
193
|
/**
|
|
@@ -197,7 +197,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
197
197
|
* @param data Typed JSON request body.
|
|
198
198
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
199
199
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
200
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
200
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:deal:assign.
|
|
201
201
|
*/
|
|
202
202
|
apiAssignDealPatch(id: Identifier, data: T.ApiAssignDealPatchInput, options?: RequestOptions<T.ApiAssignDealPatchInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiAssignDealPatchResponseData>, T.ApiAssignDealPatchInput, {}>>;
|
|
203
203
|
/**
|
|
@@ -207,16 +207,25 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
207
207
|
* @param data Typed JSON request body.
|
|
208
208
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
209
209
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
210
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
210
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:deal:move.
|
|
211
211
|
*/
|
|
212
212
|
apiMoveDealStagePatch(id: Identifier, data: T.ApiMoveDealStagePatchInput, options?: RequestOptions<T.ApiMoveDealStagePatchInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiMoveDealStagePatchResponseData>, T.ApiMoveDealStagePatchInput, {}>>;
|
|
213
|
+
/**
|
|
214
|
+
* Performs the find office lead operation for the api capability.
|
|
215
|
+
* Calls `GET /api/v1/integration/office/leads/find` through the shared IDP-aware Faiber client.
|
|
216
|
+
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
217
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
218
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
219
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
220
|
+
*/
|
|
221
|
+
apiFindOfficeLeadGet(params?: T.ApiFindOfficeLeadGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<import("@faiber/sdk-core").BackendJson<"entity::lead::Model"> | null>, unknown, {}>>;
|
|
213
222
|
/**
|
|
214
223
|
* Performs the leads operation for the api capability.
|
|
215
224
|
* Calls `GET /api/v1/leads` through the shared IDP-aware Faiber client.
|
|
216
225
|
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
217
226
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
218
227
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
219
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
228
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:lead:read, crm:lead:read_all, crm:lead:read_own.
|
|
220
229
|
*/
|
|
221
230
|
apiLeadsGet(params?: T.ApiLeadsGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmLeadListResponse, unknown, {}>>;
|
|
222
231
|
/**
|
|
@@ -225,7 +234,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
225
234
|
* @param data Typed JSON request body.
|
|
226
235
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
227
236
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
228
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
237
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:lead:create.
|
|
229
238
|
*/
|
|
230
239
|
apiCreateLeadPost(data: T.ApiCreateLeadPostInput, options?: RequestOptions<T.ApiCreateLeadPostInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiCreateLeadPostResponseData>, T.ApiCreateLeadPostInput, {}>>;
|
|
231
240
|
/**
|
|
@@ -234,7 +243,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
234
243
|
* @param id Backend path identifier `id`.
|
|
235
244
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
236
245
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
237
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
246
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:lead:read, crm:lead:read_all, crm:lead:read_own.
|
|
238
247
|
*/
|
|
239
248
|
apiLeadGet(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiLeadGetResponseData>, unknown, {}>>;
|
|
240
249
|
/**
|
|
@@ -244,7 +253,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
244
253
|
* @param data Typed JSON request body.
|
|
245
254
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
246
255
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
247
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
256
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:lead:update.
|
|
248
257
|
*/
|
|
249
258
|
apiUpdateLeadPatch(id: Identifier, data: T.ApiUpdateLeadPatchInput, options?: RequestOptions<T.ApiUpdateLeadPatchInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiUpdateLeadPatchResponseData>, T.ApiUpdateLeadPatchInput, {}>>;
|
|
250
259
|
/**
|
|
@@ -254,9 +263,27 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
254
263
|
* @param data Typed JSON request body.
|
|
255
264
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
256
265
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
257
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
266
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:lead:assign.
|
|
258
267
|
*/
|
|
259
268
|
apiAssignLeadPatch(id: Identifier, data: T.ApiAssignLeadPatchInput, options?: RequestOptions<T.ApiAssignLeadPatchInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiAssignLeadPatchResponseData>, T.ApiAssignLeadPatchInput, {}>>;
|
|
269
|
+
/**
|
|
270
|
+
* Performs the remove lead from sos operation for the api capability.
|
|
271
|
+
* Calls `DELETE /api/v1/leads/{id}/sos` through the shared IDP-aware Faiber client.
|
|
272
|
+
* @param id Backend path identifier `id`.
|
|
273
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
274
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
275
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:sos:delete.
|
|
276
|
+
*/
|
|
277
|
+
apiRemoveLeadFromSosDelete(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiRemoveLeadFromSosDeleteResponseData>, unknown, {}>>;
|
|
278
|
+
/**
|
|
279
|
+
* Performs the add lead to sos operation for the api capability.
|
|
280
|
+
* Calls `POST /api/v1/leads/{id}/sos` through the shared IDP-aware Faiber client.
|
|
281
|
+
* @param id Backend path identifier `id`.
|
|
282
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
283
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
284
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:sos:create.
|
|
285
|
+
*/
|
|
286
|
+
apiAddLeadToSosPost(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiAddLeadToSosPostResponseData>, unknown, {}>>;
|
|
260
287
|
/**
|
|
261
288
|
* Performs the move lead stage operation for the api capability.
|
|
262
289
|
* Calls `PATCH /api/v1/leads/{id}/stage` through the shared IDP-aware Faiber client.
|
|
@@ -264,7 +291,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
264
291
|
* @param data Typed JSON request body.
|
|
265
292
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
266
293
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
267
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
294
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:lead:move.
|
|
268
295
|
*/
|
|
269
296
|
apiMoveLeadStagePatch(id: Identifier, data: T.ApiMoveLeadStagePatchInput, options?: RequestOptions<T.ApiMoveLeadStagePatchInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiMoveLeadStagePatchResponseData>, T.ApiMoveLeadStagePatchInput, {}>>;
|
|
270
297
|
/**
|
|
@@ -272,7 +299,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
272
299
|
* Calls `GET /api/v1/pipelines` through the shared IDP-aware Faiber client.
|
|
273
300
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
274
301
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
275
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
302
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:pipeline:read.
|
|
276
303
|
*/
|
|
277
304
|
apiPipelinesGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmPipelinesResponse, unknown, {}>>;
|
|
278
305
|
/**
|
|
@@ -281,7 +308,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
281
308
|
* @param id Backend path identifier `id`.
|
|
282
309
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
283
310
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
284
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
311
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:report:read.
|
|
285
312
|
*/
|
|
286
313
|
apiReportRunGet(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiReportRunGetResponseData>, unknown, {}>>;
|
|
287
314
|
/**
|
|
@@ -290,7 +317,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
290
317
|
* @param id Backend path identifier `id`.
|
|
291
318
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
292
319
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
293
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
320
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:agent:run.
|
|
294
321
|
*/
|
|
295
322
|
apiRequestAgenticInsightPost(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmAgenticInsightResponse, unknown, {}>>;
|
|
296
323
|
/**
|
|
@@ -298,7 +325,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
298
325
|
* Calls `GET /api/v1/reports/catalog` through the shared IDP-aware Faiber client.
|
|
299
326
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
300
327
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
301
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
328
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:report:read.
|
|
302
329
|
*/
|
|
303
330
|
apiReportCatalogGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmReportCatalogResponse, unknown, {}>>;
|
|
304
331
|
/**
|
|
@@ -307,7 +334,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
307
334
|
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
308
335
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
309
336
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
310
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
337
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:report:read.
|
|
311
338
|
*/
|
|
312
339
|
apiOverviewGet(params?: T.ApiOverviewGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmOverviewResponse, unknown, {}>>;
|
|
313
340
|
/**
|
|
@@ -316,15 +343,23 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
316
343
|
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
317
344
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
318
345
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
319
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
346
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:report:refresh.
|
|
320
347
|
*/
|
|
321
348
|
apiRefreshReportsPost(params?: T.ApiRefreshReportsPostQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmReportRefreshResponse, unknown, {}>>;
|
|
349
|
+
/**
|
|
350
|
+
* Performs the list sos leads operation for the api capability.
|
|
351
|
+
* Calls `GET /api/v1/sos` through the shared IDP-aware Faiber client.
|
|
352
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
353
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
354
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:sos:read.
|
|
355
|
+
*/
|
|
356
|
+
apiListSosLeadsGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiListSosLeadsGetResponseItem[]>, unknown, {}>>;
|
|
322
357
|
/**
|
|
323
358
|
* Performs the sources operation for the api capability.
|
|
324
359
|
* Calls `GET /api/v1/sources` through the shared IDP-aware Faiber client.
|
|
325
360
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
326
361
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
327
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
362
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:marketing:read.
|
|
328
363
|
*/
|
|
329
364
|
apiSourcesGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiSourcesGetResponseItem[]>, unknown, {}>>;
|
|
330
365
|
/**
|
|
@@ -333,7 +368,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
333
368
|
* @param data Typed JSON request body.
|
|
334
369
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
335
370
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
336
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
371
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:marketing:manage.
|
|
337
372
|
*/
|
|
338
373
|
apiCreateSourcePost(data: T.ApiCreateSourcePostInput, options?: RequestOptions<T.ApiCreateSourcePostInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiCreateSourcePostResponseData>, T.ApiCreateSourcePostInput, {}>>;
|
|
339
374
|
/**
|
|
@@ -342,7 +377,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
342
377
|
* @param params Typed query parameters; omitted members retain backend defaults.
|
|
343
378
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
344
379
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
345
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
380
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:task:read, crm:task:read_all, crm:task:read_own.
|
|
346
381
|
*/
|
|
347
382
|
apiTasksGet(params?: T.ApiTasksGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmTaskListResponse, unknown, {}>>;
|
|
348
383
|
/**
|
|
@@ -351,7 +386,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
351
386
|
* @param data Typed JSON request body.
|
|
352
387
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
353
388
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
354
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
389
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:task:create.
|
|
355
390
|
*/
|
|
356
391
|
apiCreateTaskPost(data: T.ApiCreateTaskPostInput, options?: RequestOptions<T.ApiCreateTaskPostInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiCreateTaskPostResponseData>, T.ApiCreateTaskPostInput, {}>>;
|
|
357
392
|
/**
|
|
@@ -361,7 +396,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
361
396
|
* @param data Typed JSON request body.
|
|
362
397
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
363
398
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
364
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
399
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:task:update.
|
|
365
400
|
*/
|
|
366
401
|
apiUpdateTaskStatusPatch(id: Identifier, data: T.ApiUpdateTaskStatusPatchInput, options?: RequestOptions<T.ApiUpdateTaskStatusPatchInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiUpdateTaskStatusPatchResponseData>, T.ApiUpdateTaskStatusPatchInput, {}>>;
|
|
367
402
|
/**
|
|
@@ -369,7 +404,7 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
369
404
|
* Calls `GET /api/v1/teams` through the shared IDP-aware Faiber client.
|
|
370
405
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
371
406
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
372
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
407
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:team:read.
|
|
373
408
|
*/
|
|
374
409
|
apiTeamsGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiTeamsGetResponseItem[]>, unknown, {}>>;
|
|
375
410
|
/**
|
|
@@ -378,16 +413,26 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
378
413
|
* @param data Typed JSON request body.
|
|
379
414
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
380
415
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
381
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
416
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:team:create.
|
|
382
417
|
*/
|
|
383
418
|
apiCreateTeamPost(data: T.ApiCreateTeamPostInput, options?: RequestOptions<T.ApiCreateTeamPostInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiCreateTeamPostResponseData>, T.ApiCreateTeamPostInput, {}>>;
|
|
419
|
+
/**
|
|
420
|
+
* Performs the delete team operation for the api capability.
|
|
421
|
+
* Calls `DELETE /api/v1/teams/{id}` through the shared IDP-aware Faiber client.
|
|
422
|
+
* @param id Backend path identifier `id`.
|
|
423
|
+
* @param data Typed JSON request body.
|
|
424
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
425
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
426
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:team:delete.
|
|
427
|
+
*/
|
|
428
|
+
apiDeleteTeamDelete(id: Identifier, data: T.ApiDeleteTeamDeleteInput, options?: RequestOptions<T.ApiDeleteTeamDeleteInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiDeleteTeamDeleteResponseData>, T.ApiDeleteTeamDeleteInput, {}>>;
|
|
384
429
|
/**
|
|
385
430
|
* Performs the team operation for the api capability.
|
|
386
431
|
* Calls `GET /api/v1/teams/{id}` through the shared IDP-aware Faiber client.
|
|
387
432
|
* @param id Backend path identifier `id`.
|
|
388
433
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
389
434
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
390
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
435
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:team:read.
|
|
391
436
|
*/
|
|
392
437
|
apiTeamGet(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmTeamDetailResponse, unknown, {}>>;
|
|
393
438
|
/**
|
|
@@ -397,16 +442,55 @@ export declare class CrmOperations extends ServiceApi {
|
|
|
397
442
|
* @param data Typed JSON request body.
|
|
398
443
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
399
444
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
400
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
445
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:team:manage_members.
|
|
401
446
|
*/
|
|
402
447
|
apiAddTeamMemberPost(id: Identifier, data: T.ApiAddTeamMemberPostInput, options?: RequestOptions<T.ApiAddTeamMemberPostInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiAddTeamMemberPostResponseData>, T.ApiAddTeamMemberPostInput, {}>>;
|
|
448
|
+
/**
|
|
449
|
+
* Performs the remove team member operation for the api capability.
|
|
450
|
+
* Calls `DELETE /api/v1/teams/{team_id}/members/{member_id}` through the shared IDP-aware Faiber client.
|
|
451
|
+
* @param teamId Backend path identifier `team_id`.
|
|
452
|
+
* @param memberId Backend path identifier `member_id`.
|
|
453
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
454
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
455
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:team:manage_members.
|
|
456
|
+
*/
|
|
457
|
+
apiRemoveTeamMemberDelete(teamId: Identifier, memberId: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiRemoveTeamMemberDeleteResponseData>, unknown, {}>>;
|
|
458
|
+
/**
|
|
459
|
+
* Performs the list workflow assignments operation for the api capability.
|
|
460
|
+
* Calls `GET /api/v1/workflows/{id}/assignments` through the shared IDP-aware Faiber client.
|
|
461
|
+
* @param id Backend path identifier `id`.
|
|
462
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
463
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
464
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:workflow_assignment:read.
|
|
465
|
+
*/
|
|
466
|
+
apiListWorkflowAssignmentsGet(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiListWorkflowAssignmentsGetResponseItem[]>, unknown, {}>>;
|
|
467
|
+
/**
|
|
468
|
+
* Performs the create workflow assignment operation for the api capability.
|
|
469
|
+
* Calls `POST /api/v1/workflows/{id}/assignments` through the shared IDP-aware Faiber client.
|
|
470
|
+
* @param id Backend path identifier `id`.
|
|
471
|
+
* @param data Typed JSON request body.
|
|
472
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
473
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
474
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:workflow_assignment:manage.
|
|
475
|
+
*/
|
|
476
|
+
apiCreateWorkflowAssignmentPost(id: Identifier, data: T.ApiCreateWorkflowAssignmentPostInput, options?: RequestOptions<T.ApiCreateWorkflowAssignmentPostInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiCreateWorkflowAssignmentPostResponseData>, T.ApiCreateWorkflowAssignmentPostInput, {}>>;
|
|
477
|
+
/**
|
|
478
|
+
* Performs the delete workflow assignment operation for the api capability.
|
|
479
|
+
* Calls `DELETE /api/v1/workflows/{workflow_id}/assignments/{assignment_id}` through the shared IDP-aware Faiber client.
|
|
480
|
+
* @param workflowId Backend path identifier `workflow_id`.
|
|
481
|
+
* @param assignmentId Backend path identifier `assignment_id`.
|
|
482
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
483
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
484
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:workflow_assignment:manage.
|
|
485
|
+
*/
|
|
486
|
+
apiDeleteWorkflowAssignmentDelete(workflowId: Identifier, assignmentId: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiDeleteWorkflowAssignmentDeleteResponseData>, unknown, {}>>;
|
|
403
487
|
/**
|
|
404
488
|
* Performs the update workspace operation for the api capability.
|
|
405
489
|
* Calls `PATCH /api/v1/workspace/settings` through the shared IDP-aware Faiber client.
|
|
406
490
|
* @param data Typed JSON request body.
|
|
407
491
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
408
492
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
409
|
-
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission:
|
|
493
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: crm:settings:update.
|
|
410
494
|
*/
|
|
411
495
|
apiUpdateWorkspacePatch(data: T.ApiUpdateWorkspacePatchInput, options?: RequestOptions<T.ApiUpdateWorkspacePatchInput>): Promise<import("axios").AxiosResponse<import("./types.js").CrmApiResponse<T.ApiUpdateWorkspacePatchResponseData>, T.ApiUpdateWorkspacePatchInput, {}>>;
|
|
412
496
|
/**
|
package/dist/operations.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../src/operations.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../src/operations.ts"],"names":[],"mappings":"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"}
|