@opens/gateways 1.12.0 → 1.12.1
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.
|
@@ -10,6 +10,7 @@ interface Provider {
|
|
|
10
10
|
type ProviderListResponse = Provider[];
|
|
11
11
|
interface GetProviderConfigurationsParams {
|
|
12
12
|
id: string | string[];
|
|
13
|
+
companyId?: string;
|
|
13
14
|
}
|
|
14
15
|
interface WhatsAppProviderSettings {
|
|
15
16
|
pin: string;
|
|
@@ -231,6 +232,7 @@ interface QueueListResponse {
|
|
|
231
232
|
}
|
|
232
233
|
interface GetServiceGroupsParams {
|
|
233
234
|
id: string | string[];
|
|
235
|
+
companyId?: string;
|
|
234
236
|
}
|
|
235
237
|
interface ServiceGroup extends Queue {
|
|
236
238
|
}
|
|
@@ -10,6 +10,7 @@ interface Provider {
|
|
|
10
10
|
type ProviderListResponse = Provider[];
|
|
11
11
|
interface GetProviderConfigurationsParams {
|
|
12
12
|
id: string | string[];
|
|
13
|
+
companyId?: string;
|
|
13
14
|
}
|
|
14
15
|
interface WhatsAppProviderSettings {
|
|
15
16
|
pin: string;
|
|
@@ -231,6 +232,7 @@ interface QueueListResponse {
|
|
|
231
232
|
}
|
|
232
233
|
interface GetServiceGroupsParams {
|
|
233
234
|
id: string | string[];
|
|
235
|
+
companyId?: string;
|
|
234
236
|
}
|
|
235
237
|
interface ServiceGroup extends Queue {
|
|
236
238
|
}
|
package/package.json
CHANGED