@droz-js/sdk 0.7.6 → 0.7.7
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/package.json +2 -2
- package/src/casasbahia.d.ts +2 -2
- package/src/chatwidget-ws.d.ts +2 -2
- package/src/chatwidget.d.ts +2 -2
- package/src/client/helpers.js +5 -5
- package/src/client/http.js +1 -2
- package/src/client/ws.js +1 -2
- package/src/drozadmin.d.ts +17 -17
- package/src/drozai.d.ts +7 -7
- package/src/drozbot.d.ts +1 -1
- package/src/drozchat-ws.d.ts +17 -17
- package/src/drozchat.d.ts +17 -17
- package/src/droznexo.d.ts +5 -5
- package/src/logger.d.ts +7 -7
- package/src/mercadolivre.d.ts +1 -1
- package/src/nucleus.d.ts +44 -44
- package/src/reclameaqui.d.ts +3 -3
- package/src/sdks/ai.js +2 -2
- package/src/sdks/casasbahia.js +2 -2
- package/src/sdks/chatwidget.js +2 -2
- package/src/sdks/drozbot.js +2 -2
- package/src/sdks/drozchat.js +2 -2
- package/src/sdks/drozcommons.js +2 -2
- package/src/sdks/droznexo.d.ts +14 -13
- package/src/sdks/droznexo.js +3 -2
- package/src/sdks/logger.js +2 -2
- package/src/sdks/mercadolivre.js +2 -2
- package/src/sdks/nucleus.js +2 -2
- package/src/sdks/reclameaqui.js +2 -2
- package/src/sdks/utilities.js +2 -2
- package/src/sdks/whatsapp.js +2 -2
- package/src/sdks/zendesk.js +2 -2
- package/src/utilities.d.ts +7 -7
- package/src/whatsapp.d.ts +2 -2
- package/src/zendesk.d.ts +8 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@droz-js/sdk",
|
|
3
3
|
"description": "Droz SDK",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.7",
|
|
5
5
|
"private": false,
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./src/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"postpack": "clean-package restore"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"graphql": "^16.
|
|
22
|
+
"graphql": "^16.9.0",
|
|
23
23
|
"graphql-ws": "^5.16.0",
|
|
24
24
|
"isomorphic-ws": "^5.0.0",
|
|
25
25
|
"inbatches": "^0.0.10"
|
package/src/casasbahia.d.ts
CHANGED
|
@@ -7,13 +7,13 @@ declare const Casasbahia_base: new (options?: import("./client/http").HttpClient
|
|
|
7
7
|
withHttpRequestExecutor(httpRequestExecutor: import("./client/http").HttpRequestExecutor): any;
|
|
8
8
|
} & {
|
|
9
9
|
getCasasBahiaInstance(variables: import("./sdks/casasbahia").Exact<{
|
|
10
|
-
id:
|
|
10
|
+
id: import("./sdks/casasbahia").Scalars["ID"]["input"];
|
|
11
11
|
}>, options?: unknown): Promise<import("./sdks/casasbahia").GetCasasBahiaInstanceQuery>;
|
|
12
12
|
listCasasBahiaInstances(variables?: import("./sdks/casasbahia").Exact<{
|
|
13
13
|
[key: string]: never;
|
|
14
14
|
}>, options?: unknown): Promise<import("./sdks/casasbahia").ListCasasBahiaInstancesQuery>;
|
|
15
15
|
listAvailableSolutions(variables: import("./sdks/casasbahia").Exact<{
|
|
16
|
-
sessionId:
|
|
16
|
+
sessionId: import("./sdks/casasbahia").Scalars["ID"]["input"];
|
|
17
17
|
}>, options?: unknown): Promise<import("./sdks/casasbahia").ListAvailableSolutionsQuery>;
|
|
18
18
|
createCasasBahiaInstance(variables: import("./sdks/casasbahia").Exact<{
|
|
19
19
|
input: import("./sdks/casasbahia").CreateCasasBahiaInstanceInput;
|
package/src/chatwidget-ws.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ declare const ChatWidgetWs_base: new () => {
|
|
|
4
4
|
connect(): Promise<void>;
|
|
5
5
|
} & {
|
|
6
6
|
getChatWidget(variables: import("./sdks/chatwidget").Exact<{
|
|
7
|
-
id:
|
|
7
|
+
id: import("./sdks/chatwidget").Scalars["ID"]["input"];
|
|
8
8
|
}>, options?: unknown): Promise<import("./sdks/chatwidget").GetChatWidgetQuery>;
|
|
9
9
|
listChatWidgets(variables?: import("./sdks/chatwidget").Exact<{
|
|
10
10
|
[key: string]: never;
|
|
@@ -28,7 +28,7 @@ declare const ChatWidgetWs_base: new () => {
|
|
|
28
28
|
input: import("./sdks/chatwidget").CloseChatWidgetSessionInput;
|
|
29
29
|
}>, options?: unknown): Promise<import("./sdks/chatwidget").CloseChatWidgetSessionMutation>;
|
|
30
30
|
onChatWidgetMessage(variables: import("./sdks/chatwidget").Exact<{
|
|
31
|
-
sessionId:
|
|
31
|
+
sessionId: import("./sdks/chatwidget").Scalars["ID"]["input"];
|
|
32
32
|
}>, options?: unknown): AsyncIterableIterator<import("./sdks/chatwidget").OnChatWidgetMessageSubscription>;
|
|
33
33
|
};
|
|
34
34
|
export declare class ChatWidgetWs extends ChatWidgetWs_base {
|
package/src/chatwidget.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ declare const ChatWidget_base: new (options?: import("./client/http").HttpClient
|
|
|
7
7
|
withHttpRequestExecutor(httpRequestExecutor: import("./client/http").HttpRequestExecutor): any;
|
|
8
8
|
} & {
|
|
9
9
|
getChatWidget(variables: import("./sdks/chatwidget").Exact<{
|
|
10
|
-
id:
|
|
10
|
+
id: import("./sdks/chatwidget").Scalars["ID"]["input"];
|
|
11
11
|
}>, options?: unknown): Promise<import("./sdks/chatwidget").GetChatWidgetQuery>;
|
|
12
12
|
listChatWidgets(variables?: import("./sdks/chatwidget").Exact<{
|
|
13
13
|
[key: string]: never;
|
|
@@ -31,7 +31,7 @@ declare const ChatWidget_base: new (options?: import("./client/http").HttpClient
|
|
|
31
31
|
input: import("./sdks/chatwidget").CloseChatWidgetSessionInput;
|
|
32
32
|
}>, options?: unknown): Promise<import("./sdks/chatwidget").CloseChatWidgetSessionMutation>;
|
|
33
33
|
onChatWidgetMessage(variables: import("./sdks/chatwidget").Exact<{
|
|
34
|
-
sessionId:
|
|
34
|
+
sessionId: import("./sdks/chatwidget").Scalars["ID"]["input"];
|
|
35
35
|
}>, options?: unknown): AsyncIterableIterator<import("./sdks/chatwidget").OnChatWidgetMessageSubscription>;
|
|
36
36
|
};
|
|
37
37
|
export declare class ChatWidget extends ChatWidget_base {
|
package/src/client/helpers.js
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.SdkConfigurationError = exports.SdkError = void 0;
|
|
4
|
+
exports.toAuthorizationProvider = toAuthorizationProvider;
|
|
5
|
+
exports.resolveAuthorization = resolveAuthorization;
|
|
6
|
+
exports.mapGraphqlResponse = mapGraphqlResponse;
|
|
7
|
+
exports.mapAsyncIterableGraphqlResponse = mapAsyncIterableGraphqlResponse;
|
|
4
8
|
const config_1 = require("./config");
|
|
5
9
|
class SdkError extends Error {
|
|
6
10
|
statusCode;
|
|
@@ -49,7 +53,6 @@ function toAuthorizationProvider(type, ...values) {
|
|
|
49
53
|
}
|
|
50
54
|
throw new SdkConfigurationError(`Invalid authentication type '${type}'`);
|
|
51
55
|
}
|
|
52
|
-
exports.toAuthorizationProvider = toAuthorizationProvider;
|
|
53
56
|
async function resolveAuthorization(provider) {
|
|
54
57
|
if (typeof provider === 'string')
|
|
55
58
|
return provider;
|
|
@@ -57,7 +60,6 @@ async function resolveAuthorization(provider) {
|
|
|
57
60
|
return await provider();
|
|
58
61
|
return undefined;
|
|
59
62
|
}
|
|
60
|
-
exports.resolveAuthorization = resolveAuthorization;
|
|
61
63
|
function mapGraphqlResponse(response) {
|
|
62
64
|
if (response) {
|
|
63
65
|
if (response && 'stack' in response && 'message' in response) {
|
|
@@ -81,7 +83,6 @@ function mapGraphqlResponse(response) {
|
|
|
81
83
|
}
|
|
82
84
|
}
|
|
83
85
|
}
|
|
84
|
-
exports.mapGraphqlResponse = mapGraphqlResponse;
|
|
85
86
|
class AsyncIterableIteratorMapper {
|
|
86
87
|
from;
|
|
87
88
|
mapper;
|
|
@@ -117,4 +118,3 @@ class AsyncIterableIteratorMapper {
|
|
|
117
118
|
function mapAsyncIterableGraphqlResponse(iterable, mapper = mapGraphqlResponse) {
|
|
118
119
|
return new AsyncIterableIteratorMapper(iterable, mapper);
|
|
119
120
|
}
|
|
120
|
-
exports.mapAsyncIterableGraphqlResponse = mapAsyncIterableGraphqlResponse;
|
package/src/client/http.js
CHANGED
|
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.HttpClientBuilder =
|
|
12
|
+
exports.HttpClientBuilder = HttpClientBuilder;
|
|
13
13
|
const inbatches_1 = require("inbatches");
|
|
14
14
|
const config_1 = require("./config");
|
|
15
15
|
const helpers_1 = require("./helpers");
|
|
@@ -149,4 +149,3 @@ function HttpClientBuilder(serviceName, getSdk) {
|
|
|
149
149
|
}
|
|
150
150
|
return Client;
|
|
151
151
|
}
|
|
152
|
-
exports.HttpClientBuilder = HttpClientBuilder;
|
package/src/client/ws.js
CHANGED
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.WsClientBuilder =
|
|
6
|
+
exports.WsClientBuilder = WsClientBuilder;
|
|
7
7
|
const graphql_ws_1 = require("graphql-ws");
|
|
8
8
|
const isomorphic_ws_1 = __importDefault(require("isomorphic-ws"));
|
|
9
9
|
const config_1 = require("./config");
|
|
@@ -66,4 +66,3 @@ function WsClientBuilder(serviceName, getSdk) {
|
|
|
66
66
|
}
|
|
67
67
|
return Client;
|
|
68
68
|
}
|
|
69
|
-
exports.WsClientBuilder = WsClientBuilder;
|
package/src/drozadmin.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ declare const DrozAdmin_base: new (options?: import("./client/http").HttpClientO
|
|
|
16
16
|
input: import("./sdks/drozcommons").UpdateAccountParametersInput;
|
|
17
17
|
}>, options?: unknown): Promise<import("./sdks/drozcommons").UpdateAccountParametersMutation>;
|
|
18
18
|
getAmplifyConfig(variables?: import("./sdks/drozcommons").Exact<{
|
|
19
|
-
forDev?:
|
|
19
|
+
forDev?: import("./sdks/drozcommons").InputMaybe<import("./sdks/drozcommons").Scalars["Boolean"]["input"]>;
|
|
20
20
|
}>, options?: unknown): Promise<import("./sdks/drozcommons").GetAmplifyConfigQuery>;
|
|
21
21
|
getAuthInfo(variables?: import("./sdks/drozcommons").Exact<{
|
|
22
22
|
[key: string]: never;
|
|
@@ -25,20 +25,20 @@ declare const DrozAdmin_base: new (options?: import("./client/http").HttpClientO
|
|
|
25
25
|
[key: string]: never;
|
|
26
26
|
}>, options?: unknown): Promise<import("./sdks/drozcommons").ListGitRepositoriesQuery>;
|
|
27
27
|
listGitBranches(variables: import("./sdks/drozcommons").Exact<{
|
|
28
|
-
gitRepositoryId:
|
|
28
|
+
gitRepositoryId: import("./sdks/drozcommons").Scalars["ID"]["input"];
|
|
29
29
|
}>, options?: unknown): Promise<import("./sdks/drozcommons").ListGitBranchesQuery>;
|
|
30
30
|
getDeployment(variables: import("./sdks/drozcommons").Exact<{
|
|
31
|
-
tenantId:
|
|
32
|
-
deploymentId:
|
|
31
|
+
tenantId: import("./sdks/drozcommons").Scalars["ID"]["input"];
|
|
32
|
+
deploymentId: import("./sdks/drozcommons").Scalars["ID"]["input"];
|
|
33
33
|
}>, options?: unknown): Promise<import("./sdks/drozcommons").GetDeploymentQuery>;
|
|
34
34
|
listDeployments(variables: import("./sdks/drozcommons").Exact<{
|
|
35
|
-
tenantId:
|
|
36
|
-
limit?:
|
|
35
|
+
tenantId: import("./sdks/drozcommons").Scalars["ID"]["input"];
|
|
36
|
+
limit?: import("./sdks/drozcommons").InputMaybe<import("./sdks/drozcommons").Scalars["Int"]["input"]>;
|
|
37
37
|
}>, options?: unknown): Promise<import("./sdks/drozcommons").ListDeploymentsQuery>;
|
|
38
38
|
deploymentLogs(variables: import("./sdks/drozcommons").Exact<{
|
|
39
|
-
tenantId:
|
|
40
|
-
deploymentId:
|
|
41
|
-
next?:
|
|
39
|
+
tenantId: import("./sdks/drozcommons").Scalars["ID"]["input"];
|
|
40
|
+
deploymentId: import("./sdks/drozcommons").Scalars["ID"]["input"];
|
|
41
|
+
next?: import("./sdks/drozcommons").InputMaybe<import("./sdks/drozcommons").Scalars["Base64"]["input"]>;
|
|
42
42
|
}>, options?: unknown): Promise<import("./sdks/drozcommons").DeploymentLogsQuery>;
|
|
43
43
|
deploy(variables: import("./sdks/drozcommons").Exact<{
|
|
44
44
|
input: import("./sdks/drozcommons").DeployInput;
|
|
@@ -50,20 +50,20 @@ declare const DrozAdmin_base: new (options?: import("./client/http").HttpClientO
|
|
|
50
50
|
input: import("./sdks/drozcommons").BatchDeployInput;
|
|
51
51
|
}>, options?: unknown): Promise<import("./sdks/drozcommons").BatchDeployMutation>;
|
|
52
52
|
listServices(variables: import("./sdks/drozcommons").Exact<{
|
|
53
|
-
tenantId:
|
|
53
|
+
tenantId: import("./sdks/drozcommons").Scalars["ID"]["input"];
|
|
54
54
|
}>, options?: unknown): Promise<import("./sdks/drozcommons").ListServicesQuery>;
|
|
55
55
|
getTenant(variables: import("./sdks/drozcommons").Exact<{
|
|
56
|
-
tenantId:
|
|
57
|
-
withServices?:
|
|
58
|
-
withDeployments?:
|
|
56
|
+
tenantId: import("./sdks/drozcommons").Scalars["TenantId"]["input"];
|
|
57
|
+
withServices?: import("./sdks/drozcommons").InputMaybe<import("./sdks/drozcommons").Scalars["Boolean"]["input"]>;
|
|
58
|
+
withDeployments?: import("./sdks/drozcommons").InputMaybe<import("./sdks/drozcommons").Scalars["Boolean"]["input"]>;
|
|
59
59
|
}>, options?: unknown): Promise<import("./sdks/drozcommons").GetTenantQuery>;
|
|
60
60
|
listTenants(variables?: import("./sdks/drozcommons").Exact<{
|
|
61
|
-
withServices?:
|
|
62
|
-
withDeployments?:
|
|
61
|
+
withServices?: import("./sdks/drozcommons").InputMaybe<import("./sdks/drozcommons").Scalars["Boolean"]["input"]>;
|
|
62
|
+
withDeployments?: import("./sdks/drozcommons").InputMaybe<import("./sdks/drozcommons").Scalars["Boolean"]["input"]>;
|
|
63
63
|
}>, options?: unknown): Promise<import("./sdks/drozcommons").ListTenantsQuery>;
|
|
64
64
|
searchSessionsOnTenant(variables: import("./sdks/drozcommons").Exact<{
|
|
65
|
-
tenantId:
|
|
66
|
-
q?:
|
|
65
|
+
tenantId: import("./sdks/drozcommons").Scalars["TenantId"]["input"];
|
|
66
|
+
q?: import("./sdks/drozcommons").InputMaybe<import("./sdks/drozcommons").Scalars["String"]["input"]>;
|
|
67
67
|
}>, options?: unknown): Promise<import("./sdks/drozcommons").SearchSessionsOnTenantQuery>;
|
|
68
68
|
createTenant(variables: import("./sdks/drozcommons").Exact<{
|
|
69
69
|
input: import("./sdks/drozcommons").CreateTenantInput;
|
package/src/drozai.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ declare const DrozAi_base: new (options?: import("./client/http").HttpClientOpti
|
|
|
7
7
|
withHttpRequestExecutor(httpRequestExecutor: import("./client/http").HttpRequestExecutor): any;
|
|
8
8
|
} & {
|
|
9
9
|
getNlpInstance(variables: import("./sdks/ai").Exact<{
|
|
10
|
-
id:
|
|
10
|
+
id: import("./sdks/ai").Scalars["ID"]["input"];
|
|
11
11
|
}>, options?: unknown): Promise<import("./sdks/ai").GetNlpInstanceQuery>;
|
|
12
12
|
listNlpInstances(variables?: import("./sdks/ai").Exact<{
|
|
13
13
|
[key: string]: never;
|
|
@@ -22,19 +22,19 @@ declare const DrozAi_base: new (options?: import("./client/http").HttpClientOpti
|
|
|
22
22
|
input: import("./sdks/ai").RemoveNlpInstanceInput;
|
|
23
23
|
}>, options?: unknown): Promise<import("./sdks/ai").RemoveNlpInstanceMutation>;
|
|
24
24
|
testNlpInstance(variables: import("./sdks/ai").Exact<{
|
|
25
|
-
id:
|
|
26
|
-
sample:
|
|
25
|
+
id: import("./sdks/ai").Scalars["ID"]["input"];
|
|
26
|
+
sample: import("./sdks/ai").Scalars["String"]["input"];
|
|
27
27
|
}>, options?: unknown): Promise<import("./sdks/ai").TestNlpInstanceQuery>;
|
|
28
28
|
getQnAInstance(variables: import("./sdks/ai").Exact<{
|
|
29
|
-
id:
|
|
29
|
+
id: import("./sdks/ai").Scalars["ID"]["input"];
|
|
30
30
|
}>, options?: unknown): Promise<import("./sdks/ai").GetQnAInstanceQuery>;
|
|
31
31
|
listQnAInstances(variables?: import("./sdks/ai").Exact<{
|
|
32
32
|
[key: string]: never;
|
|
33
33
|
}>, options?: unknown): Promise<import("./sdks/ai").ListQnAInstancesQuery>;
|
|
34
34
|
testQnAInstance(variables: import("./sdks/ai").Exact<{
|
|
35
|
-
id:
|
|
36
|
-
input:
|
|
37
|
-
history?:
|
|
35
|
+
id: import("./sdks/ai").Scalars["ID"]["input"];
|
|
36
|
+
input: import("./sdks/ai").Scalars["String"]["input"];
|
|
37
|
+
history?: import("./sdks/ai").InputMaybe<import("./sdks/ai").Scalars["String"]["input"]>;
|
|
38
38
|
}>, options?: unknown): Promise<import("./sdks/ai").TestQnAInstanceQuery>;
|
|
39
39
|
createQnAInstance(variables: import("./sdks/ai").Exact<{
|
|
40
40
|
input: import("./sdks/ai").CreateQnAInstanceInput;
|
package/src/drozbot.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ declare const DrozBot_base: new (options?: import("./client/http").HttpClientOpt
|
|
|
7
7
|
withHttpRequestExecutor(httpRequestExecutor: import("./client/http").HttpRequestExecutor): any;
|
|
8
8
|
} & {
|
|
9
9
|
getDrozBotInstance(variables: import("./sdks/drozbot").Exact<{
|
|
10
|
-
id:
|
|
10
|
+
id: import("./sdks/drozbot").Scalars["ID"]["input"];
|
|
11
11
|
}>, options?: unknown): Promise<import("./sdks/drozbot").GetDrozBotInstanceQuery>;
|
|
12
12
|
listDrozBotInstances(variables?: import("./sdks/drozbot").Exact<{
|
|
13
13
|
[key: string]: never;
|
package/src/drozchat-ws.d.ts
CHANGED
|
@@ -4,13 +4,13 @@ declare const DrozChatWs_base: new () => {
|
|
|
4
4
|
connect(): Promise<void>;
|
|
5
5
|
} & {
|
|
6
6
|
getDrozChatChannel(variables: import("./sdks/drozchat").Exact<{
|
|
7
|
-
id:
|
|
7
|
+
id: import("./sdks/drozchat").Scalars["ID"]["input"];
|
|
8
8
|
}>, options?: unknown): Promise<import("./sdks/drozchat").GetDrozChatChannelQuery>;
|
|
9
9
|
listDrozChatChannels(variables?: import("./sdks/drozchat").Exact<{
|
|
10
10
|
[key: string]: never;
|
|
11
11
|
}>, options?: unknown): Promise<import("./sdks/drozchat").ListDrozChatChannelsQuery>;
|
|
12
12
|
listDrozChatAgentChannels(variables: import("./sdks/drozchat").Exact<{
|
|
13
|
-
agentId:
|
|
13
|
+
agentId: import("./sdks/drozchat").Scalars["ID"]["input"];
|
|
14
14
|
}>, options?: unknown): Promise<import("./sdks/drozchat").ListDrozChatAgentChannelsQuery>;
|
|
15
15
|
createDrozChatChannel(variables: import("./sdks/drozchat").Exact<{
|
|
16
16
|
input: import("./sdks/drozchat").CreateDrozChatChannelInput;
|
|
@@ -31,7 +31,7 @@ declare const DrozChatWs_base: new () => {
|
|
|
31
31
|
input: import("./sdks/drozchat").RemoveDrozChatChannelAgentInput;
|
|
32
32
|
}>, options?: unknown): Promise<import("./sdks/drozchat").RemoveDrozChatChannelAgentMutation>;
|
|
33
33
|
listTags(variables?: import("./sdks/drozchat").Exact<{
|
|
34
|
-
next?:
|
|
34
|
+
next?: import("./sdks/drozchat").InputMaybe<import("./sdks/drozchat").Scalars["Base64"]["input"]>;
|
|
35
35
|
}>, options?: unknown): Promise<import("./sdks/drozchat").ListTagsQuery>;
|
|
36
36
|
createTags(variables: import("./sdks/drozchat").Exact<{
|
|
37
37
|
input: import("./sdks/drozchat").CreateTicketTagInput;
|
|
@@ -40,28 +40,28 @@ declare const DrozChatWs_base: new () => {
|
|
|
40
40
|
input: import("./sdks/drozchat").DeleteTicketTagInput;
|
|
41
41
|
}>, options?: unknown): Promise<import("./sdks/drozchat").DeleteTagsMutation>;
|
|
42
42
|
getTicket(variables: import("./sdks/drozchat").Exact<{
|
|
43
|
-
id:
|
|
43
|
+
id: import("./sdks/drozchat").Scalars["ID"]["input"];
|
|
44
44
|
}>, options?: unknown): Promise<import("./sdks/drozchat").GetTicketQuery>;
|
|
45
45
|
listTickets(variables: import("./sdks/drozchat").Exact<{
|
|
46
46
|
state: import("./sdks/drozchat").TicketState;
|
|
47
|
-
status?: import("./sdks/drozchat").TicketStatus | import("./sdks/drozchat").TicketStatus
|
|
48
|
-
assigneeId?:
|
|
49
|
-
next?:
|
|
47
|
+
status?: import("./sdks/drozchat").InputMaybe<Array<import("./sdks/drozchat").TicketStatus> | import("./sdks/drozchat").TicketStatus>;
|
|
48
|
+
assigneeId?: import("./sdks/drozchat").InputMaybe<import("./sdks/drozchat").Scalars["ID"]["input"]>;
|
|
49
|
+
next?: import("./sdks/drozchat").InputMaybe<import("./sdks/drozchat").Scalars["Base64"]["input"]>;
|
|
50
50
|
}>, options?: unknown): Promise<import("./sdks/drozchat").ListTicketsQuery>;
|
|
51
51
|
listTicketsInProgressMine(variables?: import("./sdks/drozchat").Exact<{
|
|
52
|
-
next?:
|
|
52
|
+
next?: import("./sdks/drozchat").InputMaybe<import("./sdks/drozchat").Scalars["Base64"]["input"]>;
|
|
53
53
|
}>, options?: unknown): Promise<import("./sdks/drozchat").ListTicketsInProgressMineQuery>;
|
|
54
54
|
listTicketMessages(variables: import("./sdks/drozchat").Exact<{
|
|
55
|
-
ticketId:
|
|
56
|
-
channelId:
|
|
57
|
-
next?:
|
|
55
|
+
ticketId: import("./sdks/drozchat").Scalars["ID"]["input"];
|
|
56
|
+
channelId: import("./sdks/drozchat").Scalars["ID"]["input"];
|
|
57
|
+
next?: import("./sdks/drozchat").InputMaybe<import("./sdks/drozchat").Scalars["Base64"]["input"]>;
|
|
58
58
|
}>, options?: unknown): Promise<import("./sdks/drozchat").ListTicketMessagesQuery>;
|
|
59
59
|
searchTickets(variables?: import("./sdks/drozchat").Exact<{
|
|
60
|
-
q?:
|
|
61
|
-
filters?: import("./sdks/drozchat").TicketSearchFilterInput | import("./sdks/drozchat").TicketSearchFilterInput
|
|
62
|
-
sortBy?: import("./sdks/drozchat").TicketSearchSortBy | import("./sdks/drozchat").TicketSearchSortBy
|
|
63
|
-
page?:
|
|
64
|
-
perPage?:
|
|
60
|
+
q?: import("./sdks/drozchat").InputMaybe<import("./sdks/drozchat").Scalars["String"]["input"]>;
|
|
61
|
+
filters?: import("./sdks/drozchat").InputMaybe<Array<import("./sdks/drozchat").TicketSearchFilterInput> | import("./sdks/drozchat").TicketSearchFilterInput>;
|
|
62
|
+
sortBy?: import("./sdks/drozchat").InputMaybe<Array<import("./sdks/drozchat").TicketSearchSortBy> | import("./sdks/drozchat").TicketSearchSortBy>;
|
|
63
|
+
page?: import("./sdks/drozchat").InputMaybe<import("./sdks/drozchat").Scalars["Number"]["input"]>;
|
|
64
|
+
perPage?: import("./sdks/drozchat").InputMaybe<import("./sdks/drozchat").Scalars["Number"]["input"]>;
|
|
65
65
|
}>, options?: unknown): Promise<import("./sdks/drozchat").SearchTicketsQuery>;
|
|
66
66
|
createTicket(variables: import("./sdks/drozchat").Exact<{
|
|
67
67
|
input: import("./sdks/drozchat").CreateTicketInput;
|
|
@@ -106,7 +106,7 @@ declare const DrozChatWs_base: new () => {
|
|
|
106
106
|
state: import("./sdks/drozchat").TicketState;
|
|
107
107
|
}>, options?: unknown): AsyncIterableIterator<import("./sdks/drozchat").OnTicketByStateSubscription>;
|
|
108
108
|
onTicketMessage(variables: import("./sdks/drozchat").Exact<{
|
|
109
|
-
ticketId:
|
|
109
|
+
ticketId: import("./sdks/drozchat").Scalars["ID"]["input"];
|
|
110
110
|
}>, options?: unknown): AsyncIterableIterator<import("./sdks/drozchat").OnTicketMessageSubscription>;
|
|
111
111
|
};
|
|
112
112
|
export declare class DrozChatWs extends DrozChatWs_base {
|
package/src/drozchat.d.ts
CHANGED
|
@@ -7,13 +7,13 @@ declare const DrozChat_base: new (options?: import("./client/http").HttpClientOp
|
|
|
7
7
|
withHttpRequestExecutor(httpRequestExecutor: import("./client/http").HttpRequestExecutor): any;
|
|
8
8
|
} & {
|
|
9
9
|
getDrozChatChannel(variables: import("./sdks/drozchat").Exact<{
|
|
10
|
-
id:
|
|
10
|
+
id: import("./sdks/drozchat").Scalars["ID"]["input"];
|
|
11
11
|
}>, options?: unknown): Promise<import("./sdks/drozchat").GetDrozChatChannelQuery>;
|
|
12
12
|
listDrozChatChannels(variables?: import("./sdks/drozchat").Exact<{
|
|
13
13
|
[key: string]: never;
|
|
14
14
|
}>, options?: unknown): Promise<import("./sdks/drozchat").ListDrozChatChannelsQuery>;
|
|
15
15
|
listDrozChatAgentChannels(variables: import("./sdks/drozchat").Exact<{
|
|
16
|
-
agentId:
|
|
16
|
+
agentId: import("./sdks/drozchat").Scalars["ID"]["input"];
|
|
17
17
|
}>, options?: unknown): Promise<import("./sdks/drozchat").ListDrozChatAgentChannelsQuery>;
|
|
18
18
|
createDrozChatChannel(variables: import("./sdks/drozchat").Exact<{
|
|
19
19
|
input: import("./sdks/drozchat").CreateDrozChatChannelInput;
|
|
@@ -34,7 +34,7 @@ declare const DrozChat_base: new (options?: import("./client/http").HttpClientOp
|
|
|
34
34
|
input: import("./sdks/drozchat").RemoveDrozChatChannelAgentInput;
|
|
35
35
|
}>, options?: unknown): Promise<import("./sdks/drozchat").RemoveDrozChatChannelAgentMutation>;
|
|
36
36
|
listTags(variables?: import("./sdks/drozchat").Exact<{
|
|
37
|
-
next?:
|
|
37
|
+
next?: import("./sdks/drozchat").InputMaybe<import("./sdks/drozchat").Scalars["Base64"]["input"]>;
|
|
38
38
|
}>, options?: unknown): Promise<import("./sdks/drozchat").ListTagsQuery>;
|
|
39
39
|
createTags(variables: import("./sdks/drozchat").Exact<{
|
|
40
40
|
input: import("./sdks/drozchat").CreateTicketTagInput;
|
|
@@ -43,28 +43,28 @@ declare const DrozChat_base: new (options?: import("./client/http").HttpClientOp
|
|
|
43
43
|
input: import("./sdks/drozchat").DeleteTicketTagInput;
|
|
44
44
|
}>, options?: unknown): Promise<import("./sdks/drozchat").DeleteTagsMutation>;
|
|
45
45
|
getTicket(variables: import("./sdks/drozchat").Exact<{
|
|
46
|
-
id:
|
|
46
|
+
id: import("./sdks/drozchat").Scalars["ID"]["input"];
|
|
47
47
|
}>, options?: unknown): Promise<import("./sdks/drozchat").GetTicketQuery>;
|
|
48
48
|
listTickets(variables: import("./sdks/drozchat").Exact<{
|
|
49
49
|
state: import("./sdks/drozchat").TicketState;
|
|
50
|
-
status?: import("./sdks/drozchat").TicketStatus | import("./sdks/drozchat").TicketStatus
|
|
51
|
-
assigneeId?:
|
|
52
|
-
next?:
|
|
50
|
+
status?: import("./sdks/drozchat").InputMaybe<Array<import("./sdks/drozchat").TicketStatus> | import("./sdks/drozchat").TicketStatus>;
|
|
51
|
+
assigneeId?: import("./sdks/drozchat").InputMaybe<import("./sdks/drozchat").Scalars["ID"]["input"]>;
|
|
52
|
+
next?: import("./sdks/drozchat").InputMaybe<import("./sdks/drozchat").Scalars["Base64"]["input"]>;
|
|
53
53
|
}>, options?: unknown): Promise<import("./sdks/drozchat").ListTicketsQuery>;
|
|
54
54
|
listTicketsInProgressMine(variables?: import("./sdks/drozchat").Exact<{
|
|
55
|
-
next?:
|
|
55
|
+
next?: import("./sdks/drozchat").InputMaybe<import("./sdks/drozchat").Scalars["Base64"]["input"]>;
|
|
56
56
|
}>, options?: unknown): Promise<import("./sdks/drozchat").ListTicketsInProgressMineQuery>;
|
|
57
57
|
listTicketMessages(variables: import("./sdks/drozchat").Exact<{
|
|
58
|
-
ticketId:
|
|
59
|
-
channelId:
|
|
60
|
-
next?:
|
|
58
|
+
ticketId: import("./sdks/drozchat").Scalars["ID"]["input"];
|
|
59
|
+
channelId: import("./sdks/drozchat").Scalars["ID"]["input"];
|
|
60
|
+
next?: import("./sdks/drozchat").InputMaybe<import("./sdks/drozchat").Scalars["Base64"]["input"]>;
|
|
61
61
|
}>, options?: unknown): Promise<import("./sdks/drozchat").ListTicketMessagesQuery>;
|
|
62
62
|
searchTickets(variables?: import("./sdks/drozchat").Exact<{
|
|
63
|
-
q?:
|
|
64
|
-
filters?: import("./sdks/drozchat").TicketSearchFilterInput | import("./sdks/drozchat").TicketSearchFilterInput
|
|
65
|
-
sortBy?: import("./sdks/drozchat").TicketSearchSortBy | import("./sdks/drozchat").TicketSearchSortBy
|
|
66
|
-
page?:
|
|
67
|
-
perPage?:
|
|
63
|
+
q?: import("./sdks/drozchat").InputMaybe<import("./sdks/drozchat").Scalars["String"]["input"]>;
|
|
64
|
+
filters?: import("./sdks/drozchat").InputMaybe<Array<import("./sdks/drozchat").TicketSearchFilterInput> | import("./sdks/drozchat").TicketSearchFilterInput>;
|
|
65
|
+
sortBy?: import("./sdks/drozchat").InputMaybe<Array<import("./sdks/drozchat").TicketSearchSortBy> | import("./sdks/drozchat").TicketSearchSortBy>;
|
|
66
|
+
page?: import("./sdks/drozchat").InputMaybe<import("./sdks/drozchat").Scalars["Number"]["input"]>;
|
|
67
|
+
perPage?: import("./sdks/drozchat").InputMaybe<import("./sdks/drozchat").Scalars["Number"]["input"]>;
|
|
68
68
|
}>, options?: unknown): Promise<import("./sdks/drozchat").SearchTicketsQuery>;
|
|
69
69
|
createTicket(variables: import("./sdks/drozchat").Exact<{
|
|
70
70
|
input: import("./sdks/drozchat").CreateTicketInput;
|
|
@@ -109,7 +109,7 @@ declare const DrozChat_base: new (options?: import("./client/http").HttpClientOp
|
|
|
109
109
|
state: import("./sdks/drozchat").TicketState;
|
|
110
110
|
}>, options?: unknown): AsyncIterableIterator<import("./sdks/drozchat").OnTicketByStateSubscription>;
|
|
111
111
|
onTicketMessage(variables: import("./sdks/drozchat").Exact<{
|
|
112
|
-
ticketId:
|
|
112
|
+
ticketId: import("./sdks/drozchat").Scalars["ID"]["input"];
|
|
113
113
|
}>, options?: unknown): AsyncIterableIterator<import("./sdks/drozchat").OnTicketMessageSubscription>;
|
|
114
114
|
};
|
|
115
115
|
export declare class DrozChat extends DrozChat_base {
|
package/src/droznexo.d.ts
CHANGED
|
@@ -10,18 +10,18 @@ declare const DrozNexo_base: new (options?: import("./client/http").HttpClientOp
|
|
|
10
10
|
[key: string]: never;
|
|
11
11
|
}>, options?: unknown): Promise<import("./sdks/droznexo").GetUsageStatisticsQuery>;
|
|
12
12
|
getFlow(variables: import("./sdks/droznexo").Exact<{
|
|
13
|
-
id:
|
|
14
|
-
versionId:
|
|
13
|
+
id: import("./sdks/droznexo").Scalars["ID"]["input"];
|
|
14
|
+
versionId: import("./sdks/droznexo").Scalars["ID"]["input"];
|
|
15
15
|
}>, options?: unknown): Promise<import("./sdks/droznexo").GetFlowQuery>;
|
|
16
16
|
listFlows(variables?: import("./sdks/droznexo").Exact<{
|
|
17
|
-
status?: import("./sdks/droznexo").FlowStatus
|
|
18
|
-
next?:
|
|
17
|
+
status?: import("./sdks/droznexo").InputMaybe<import("./sdks/droznexo").FlowStatus>;
|
|
18
|
+
next?: import("./sdks/droznexo").InputMaybe<import("./sdks/droznexo").Scalars["Base64"]["input"]>;
|
|
19
19
|
}>, options?: unknown): Promise<import("./sdks/droznexo").ListFlowsQuery>;
|
|
20
20
|
listSimpleSuggestions(variables?: import("./sdks/droznexo").Exact<{
|
|
21
21
|
[key: string]: never;
|
|
22
22
|
}>, options?: unknown): Promise<import("./sdks/droznexo").ListSimpleSuggestionsQuery>;
|
|
23
23
|
listSimpleConnections(variables?: import("./sdks/droznexo").Exact<{
|
|
24
|
-
next?:
|
|
24
|
+
next?: import("./sdks/droznexo").InputMaybe<import("./sdks/droznexo").Scalars["Base64"]["input"]>;
|
|
25
25
|
}>, options?: unknown): Promise<import("./sdks/droznexo").ListSimpleConnectionsQuery>;
|
|
26
26
|
createFlow(variables: import("./sdks/droznexo").Exact<{
|
|
27
27
|
input: import("./sdks/droznexo").CreateFlowInput;
|
package/src/logger.d.ts
CHANGED
|
@@ -7,15 +7,15 @@ declare const Logger_base: new (options?: import("./client/http").HttpClientOpti
|
|
|
7
7
|
withHttpRequestExecutor(httpRequestExecutor: import("./client/http").HttpRequestExecutor): any;
|
|
8
8
|
} & {
|
|
9
9
|
getLastMessage(variables: import("./sdks/logger").Exact<{
|
|
10
|
-
sessionId:
|
|
11
|
-
type?:
|
|
10
|
+
sessionId: import("./sdks/logger").Scalars["ID"]["input"];
|
|
11
|
+
type?: import("./sdks/logger").InputMaybe<import("./sdks/logger").Scalars["String"]["input"]>;
|
|
12
12
|
}>, options?: unknown): Promise<import("./sdks/logger").GetLastMessageQuery>;
|
|
13
13
|
listMessages(variables: import("./sdks/logger").Exact<{
|
|
14
|
-
sessionId:
|
|
15
|
-
type?:
|
|
16
|
-
limit?:
|
|
17
|
-
order?: import("./sdks/logger").Order
|
|
18
|
-
next?:
|
|
14
|
+
sessionId: import("./sdks/logger").Scalars["ID"]["input"];
|
|
15
|
+
type?: import("./sdks/logger").InputMaybe<import("./sdks/logger").Scalars["String"]["input"]>;
|
|
16
|
+
limit?: import("./sdks/logger").InputMaybe<import("./sdks/logger").Scalars["Int"]["input"]>;
|
|
17
|
+
order?: import("./sdks/logger").InputMaybe<import("./sdks/logger").Order>;
|
|
18
|
+
next?: import("./sdks/logger").InputMaybe<import("./sdks/logger").Scalars["Base64"]["input"]>;
|
|
19
19
|
}>, options?: unknown): Promise<import("./sdks/logger").ListMessagesQuery>;
|
|
20
20
|
};
|
|
21
21
|
export declare class Logger extends Logger_base {
|
package/src/mercadolivre.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ declare const MercadoLivre_base: new (options?: import("./client/http").HttpClie
|
|
|
7
7
|
withHttpRequestExecutor(httpRequestExecutor: import("./client/http").HttpRequestExecutor): any;
|
|
8
8
|
} & {
|
|
9
9
|
getMercadoLivreInstance(variables: import("./sdks/mercadolivre").Exact<{
|
|
10
|
-
id:
|
|
10
|
+
id: import("./sdks/mercadolivre").Scalars["ID"]["input"];
|
|
11
11
|
}>, options?: unknown): Promise<import("./sdks/mercadolivre").GetMercadoLivreInstanceQuery>;
|
|
12
12
|
listMercadoLivreInstances(variables?: import("./sdks/mercadolivre").Exact<{
|
|
13
13
|
[key: string]: never;
|
package/src/nucleus.d.ts
CHANGED
|
@@ -12,19 +12,19 @@ declare const Nucleus_base: new (options?: import("./client/http").HttpClientOpt
|
|
|
12
12
|
[key: string]: never;
|
|
13
13
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetMeQuery>;
|
|
14
14
|
getAgent(variables: import("./sdks/nucleus").Exact<{
|
|
15
|
-
id:
|
|
15
|
+
id: import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
16
16
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetAgentQuery>;
|
|
17
17
|
getAgentByEmail(variables: import("./sdks/nucleus").Exact<{
|
|
18
|
-
email:
|
|
18
|
+
email: import("./sdks/nucleus").Scalars["EmailAddress"]["input"];
|
|
19
19
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetAgentByEmailQuery>;
|
|
20
20
|
getAgents(variables: import("./sdks/nucleus").Exact<{
|
|
21
|
-
ids:
|
|
21
|
+
ids: Array<import("./sdks/nucleus").Scalars["ID"]["input"]> | import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
22
22
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetAgentsQuery>;
|
|
23
23
|
listAgents(variables?: import("./sdks/nucleus").Exact<{
|
|
24
|
-
next?:
|
|
24
|
+
next?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["Base64"]["input"]>;
|
|
25
25
|
}>, options?: unknown): Promise<import("./sdks/nucleus").ListAgentsQuery>;
|
|
26
26
|
listApiKeyAgents(variables?: import("./sdks/nucleus").Exact<{
|
|
27
|
-
next?:
|
|
27
|
+
next?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["Base64"]["input"]>;
|
|
28
28
|
}>, options?: unknown): Promise<import("./sdks/nucleus").ListApiKeyAgentsQuery>;
|
|
29
29
|
updateMyProfile(variables: import("./sdks/nucleus").Exact<{
|
|
30
30
|
input: import("./sdks/nucleus").UpdateMyProfileInput;
|
|
@@ -57,23 +57,23 @@ declare const Nucleus_base: new (options?: import("./client/http").HttpClientOpt
|
|
|
57
57
|
input: import("./sdks/nucleus").JoinAsSuperAdminInput;
|
|
58
58
|
}>, options?: unknown): Promise<import("./sdks/nucleus").JoinAsSuperAdminMutation>;
|
|
59
59
|
getApp(variables: import("./sdks/nucleus").Exact<{
|
|
60
|
-
appId:
|
|
61
|
-
withInstances?:
|
|
60
|
+
appId: import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
61
|
+
withInstances?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["Boolean"]["input"]>;
|
|
62
62
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetAppQuery>;
|
|
63
63
|
listApps(variables?: import("./sdks/nucleus").Exact<{
|
|
64
|
-
type?: import("./sdks/nucleus").AppType
|
|
65
|
-
withInstances?:
|
|
64
|
+
type?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").AppType>;
|
|
65
|
+
withInstances?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["Boolean"]["input"]>;
|
|
66
66
|
}>, options?: unknown): Promise<import("./sdks/nucleus").ListAppsQuery>;
|
|
67
67
|
getAppInstance(variables: import("./sdks/nucleus").Exact<{
|
|
68
|
-
drn:
|
|
68
|
+
drn: import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
69
69
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetAppInstanceQuery>;
|
|
70
70
|
getAppInstances(variables: import("./sdks/nucleus").Exact<{
|
|
71
|
-
drns:
|
|
71
|
+
drns: Array<import("./sdks/nucleus").Scalars["ID"]["input"]> | import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
72
72
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetAppInstancesQuery>;
|
|
73
73
|
listAppInstances(variables?: import("./sdks/nucleus").Exact<{
|
|
74
|
-
appId?:
|
|
75
|
-
appType?: import("./sdks/nucleus").AppType
|
|
76
|
-
withApp?:
|
|
74
|
+
appId?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["ID"]["input"]>;
|
|
75
|
+
appType?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").AppType>;
|
|
76
|
+
withApp?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["Boolean"]["input"]>;
|
|
77
77
|
}>, options?: unknown): Promise<import("./sdks/nucleus").ListAppInstancesQuery>;
|
|
78
78
|
countAppInstances(variables?: import("./sdks/nucleus").Exact<{
|
|
79
79
|
[key: string]: never;
|
|
@@ -91,16 +91,16 @@ declare const Nucleus_base: new (options?: import("./client/http").HttpClientOpt
|
|
|
91
91
|
[key: string]: never;
|
|
92
92
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetAuthInfoQuery>;
|
|
93
93
|
getCredentials(variables: import("./sdks/nucleus").Exact<{
|
|
94
|
-
id:
|
|
94
|
+
id: import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
95
95
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetCredentialsQuery>;
|
|
96
96
|
getCredentialsSecret(variables: import("./sdks/nucleus").Exact<{
|
|
97
|
-
id:
|
|
97
|
+
id: import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
98
98
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetCredentialsSecretQuery>;
|
|
99
99
|
getMetaAuthInfo(variables?: import("./sdks/nucleus").Exact<{
|
|
100
100
|
[key: string]: never;
|
|
101
101
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetMetaAuthInfoQuery>;
|
|
102
102
|
listCredentials(variables?: import("./sdks/nucleus").Exact<{
|
|
103
|
-
type?: import("./sdks/nucleus").CredentialsType
|
|
103
|
+
type?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").CredentialsType>;
|
|
104
104
|
}>, options?: unknown): Promise<import("./sdks/nucleus").ListCredentialsQuery>;
|
|
105
105
|
countCredentials(variables?: import("./sdks/nucleus").Exact<{
|
|
106
106
|
[key: string]: never;
|
|
@@ -124,16 +124,16 @@ declare const Nucleus_base: new (options?: import("./client/http").HttpClientOpt
|
|
|
124
124
|
input: import("./sdks/nucleus").RemoveCredentialsInput;
|
|
125
125
|
}>, options?: unknown): Promise<import("./sdks/nucleus").RemoveSystemCredentialsMutation>;
|
|
126
126
|
getCustomer(variables: import("./sdks/nucleus").Exact<{
|
|
127
|
-
identifier:
|
|
127
|
+
identifier: import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
128
128
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetCustomerQuery>;
|
|
129
129
|
listCustomers(variables?: import("./sdks/nucleus").Exact<{
|
|
130
|
-
next?:
|
|
130
|
+
next?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["Base64"]["input"]>;
|
|
131
131
|
}>, options?: unknown): Promise<import("./sdks/nucleus").ListCustomersQuery>;
|
|
132
132
|
getOrCreateCustomer(variables: import("./sdks/nucleus").Exact<{
|
|
133
133
|
input: import("./sdks/nucleus").GetOrCreateCustomerInput;
|
|
134
134
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetOrCreateCustomerMutation>;
|
|
135
135
|
getCronJob(variables: import("./sdks/nucleus").Exact<{
|
|
136
|
-
id:
|
|
136
|
+
id: import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
137
137
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetCronJobQuery>;
|
|
138
138
|
listCronJobs(variables?: import("./sdks/nucleus").Exact<{
|
|
139
139
|
[key: string]: never;
|
|
@@ -151,33 +151,33 @@ declare const Nucleus_base: new (options?: import("./client/http").HttpClientOpt
|
|
|
151
151
|
[key: string]: never;
|
|
152
152
|
}>, options?: unknown): Promise<import("./sdks/nucleus").ListSystemRolesQuery>;
|
|
153
153
|
getSystemRole(variables: import("./sdks/nucleus").Exact<{
|
|
154
|
-
id:
|
|
154
|
+
id: import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
155
155
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetSystemRoleQuery>;
|
|
156
156
|
checkPermissions(variables: import("./sdks/nucleus").Exact<{
|
|
157
157
|
can: import("./sdks/nucleus").Can;
|
|
158
|
-
resources:
|
|
158
|
+
resources: Array<import("./sdks/nucleus").Scalars["String"]["input"]> | import("./sdks/nucleus").Scalars["String"]["input"];
|
|
159
159
|
}>, options?: unknown): Promise<import("./sdks/nucleus").CheckPermissionsQuery>;
|
|
160
160
|
startSession(variables: import("./sdks/nucleus").Exact<{
|
|
161
161
|
input: import("./sdks/nucleus").StartSessionInput;
|
|
162
|
-
withCustomer?:
|
|
162
|
+
withCustomer?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["Boolean"]["input"]>;
|
|
163
163
|
}>, options?: unknown): Promise<import("./sdks/nucleus").StartSessionMutation>;
|
|
164
164
|
startCustomSession(variables: import("./sdks/nucleus").Exact<{
|
|
165
165
|
input: import("./sdks/nucleus").StartSessionInput;
|
|
166
166
|
}>, options?: unknown): Promise<import("./sdks/nucleus").StartCustomSessionMutation>;
|
|
167
167
|
getSession(variables: import("./sdks/nucleus").Exact<{
|
|
168
|
-
sessionId:
|
|
169
|
-
withCustomer?:
|
|
170
|
-
withAttributes?:
|
|
168
|
+
sessionId: import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
169
|
+
withCustomer?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["Boolean"]["input"]>;
|
|
170
|
+
withAttributes?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["Boolean"]["input"]>;
|
|
171
171
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetSessionQuery>;
|
|
172
172
|
getSessionSchema(variables?: import("./sdks/nucleus").Exact<{
|
|
173
|
-
lang?:
|
|
173
|
+
lang?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["String"]["input"]>;
|
|
174
174
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetSessionSchemaQuery>;
|
|
175
175
|
getSessionSchemaForAppId(variables: import("./sdks/nucleus").Exact<{
|
|
176
|
-
appId:
|
|
177
|
-
lang?:
|
|
176
|
+
appId: import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
177
|
+
lang?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["String"]["input"]>;
|
|
178
178
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetSessionSchemaForAppIdQuery>;
|
|
179
179
|
searchSessions(variables?: import("./sdks/nucleus").Exact<{
|
|
180
|
-
q?:
|
|
180
|
+
q?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["String"]["input"]>;
|
|
181
181
|
}>, options?: unknown): Promise<import("./sdks/nucleus").SearchSessionsQuery>;
|
|
182
182
|
setSessionAttribute(variables: import("./sdks/nucleus").Exact<{
|
|
183
183
|
input: import("./sdks/nucleus").SetSessionAttributeInput;
|
|
@@ -192,34 +192,34 @@ declare const Nucleus_base: new (options?: import("./client/http").HttpClientOpt
|
|
|
192
192
|
input: import("./sdks/nucleus").RemoveTagsFromSessionAttributesInput;
|
|
193
193
|
}>, options?: unknown): Promise<import("./sdks/nucleus").RemoveTagsFromSessionAttributesMutation>;
|
|
194
194
|
getStateMachine(variables: import("./sdks/nucleus").Exact<{
|
|
195
|
-
id:
|
|
196
|
-
versionId:
|
|
195
|
+
id: import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
196
|
+
versionId: import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
197
197
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetStateMachineQuery>;
|
|
198
198
|
countLiveStateMachineConfigs(variables?: import("./sdks/nucleus").Exact<{
|
|
199
199
|
[key: string]: never;
|
|
200
200
|
}>, options?: unknown): Promise<import("./sdks/nucleus").CountLiveStateMachineConfigsQuery>;
|
|
201
201
|
listLiveStateMachineConfigs(variables?: import("./sdks/nucleus").Exact<{
|
|
202
|
-
createdByAppId?:
|
|
203
|
-
next?:
|
|
202
|
+
createdByAppId?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["ID"]["input"]>;
|
|
203
|
+
next?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["Base64"]["input"]>;
|
|
204
204
|
}>, options?: unknown): Promise<import("./sdks/nucleus").ListLiveStateMachineConfigsQuery>;
|
|
205
205
|
listDraftStateMachineConfigs(variables?: import("./sdks/nucleus").Exact<{
|
|
206
|
-
createdByAppId?:
|
|
207
|
-
next?:
|
|
206
|
+
createdByAppId?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["ID"]["input"]>;
|
|
207
|
+
next?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["Base64"]["input"]>;
|
|
208
208
|
}>, options?: unknown): Promise<import("./sdks/nucleus").ListDraftStateMachineConfigsQuery>;
|
|
209
209
|
listStateMachineConfigsByStatus(variables?: import("./sdks/nucleus").Exact<{
|
|
210
|
-
createdByAppId?:
|
|
211
|
-
status?: import("./sdks/nucleus").StateMachineConfigStatus
|
|
212
|
-
next?:
|
|
210
|
+
createdByAppId?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["ID"]["input"]>;
|
|
211
|
+
status?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").StateMachineConfigStatus>;
|
|
212
|
+
next?: import("./sdks/nucleus").InputMaybe<import("./sdks/nucleus").Scalars["Base64"]["input"]>;
|
|
213
213
|
}>, options?: unknown): Promise<import("./sdks/nucleus").ListStateMachineConfigsByStatusQuery>;
|
|
214
214
|
listStateMachineConfigVersions(variables: import("./sdks/nucleus").Exact<{
|
|
215
|
-
id:
|
|
215
|
+
id: import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
216
216
|
}>, options?: unknown): Promise<import("./sdks/nucleus").ListStateMachineConfigVersionsQuery>;
|
|
217
217
|
getXStateMachineConfig(variables: import("./sdks/nucleus").Exact<{
|
|
218
|
-
id:
|
|
219
|
-
versionId:
|
|
218
|
+
id: import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
219
|
+
versionId: import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
220
220
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetXStateMachineConfigQuery>;
|
|
221
221
|
isAppInstanceInUse(variables: import("./sdks/nucleus").Exact<{
|
|
222
|
-
drn:
|
|
222
|
+
drn: import("./sdks/nucleus").Scalars["DRN"]["input"];
|
|
223
223
|
}>, options?: unknown): Promise<import("./sdks/nucleus").IsAppInstanceInUseQuery>;
|
|
224
224
|
createStateMachineConfig(variables: import("./sdks/nucleus").Exact<{
|
|
225
225
|
input: import("./sdks/nucleus").CreateStateMachineConfigInput;
|
|
@@ -246,7 +246,7 @@ declare const Nucleus_base: new (options?: import("./client/http").HttpClientOpt
|
|
|
246
246
|
input: import("./sdks/nucleus").RemoveStateMachineConfigStateInput;
|
|
247
247
|
}>, options?: unknown): Promise<import("./sdks/nucleus").RemoveStateMachineConfigStateMutation>;
|
|
248
248
|
getStorage(variables: import("./sdks/nucleus").Exact<{
|
|
249
|
-
id:
|
|
249
|
+
id: import("./sdks/nucleus").Scalars["ID"]["input"];
|
|
250
250
|
}>, options?: unknown): Promise<import("./sdks/nucleus").GetStorageQuery>;
|
|
251
251
|
createPresignedUploadUrl(variables: import("./sdks/nucleus").Exact<{
|
|
252
252
|
input: CreatePresignedUploadUrlInput;
|
package/src/reclameaqui.d.ts
CHANGED
|
@@ -7,16 +7,16 @@ declare const Reclameaqui_base: new (options?: import("./client/http").HttpClien
|
|
|
7
7
|
withHttpRequestExecutor(httpRequestExecutor: import("./client/http").HttpRequestExecutor): any;
|
|
8
8
|
} & {
|
|
9
9
|
getReclameAquiInstance(variables: import("./sdks/reclameaqui").Exact<{
|
|
10
|
-
id:
|
|
10
|
+
id: import("./sdks/reclameaqui").Scalars["ID"]["input"];
|
|
11
11
|
}>, options?: unknown): Promise<import("./sdks/reclameaqui").GetReclameAquiInstanceQuery>;
|
|
12
12
|
getReclameAquiInstanceForSessionId(variables: import("./sdks/reclameaqui").Exact<{
|
|
13
|
-
sessionId:
|
|
13
|
+
sessionId: import("./sdks/reclameaqui").Scalars["ID"]["input"];
|
|
14
14
|
}>, options?: unknown): Promise<import("./sdks/reclameaqui").GetReclameAquiInstanceForSessionIdQuery>;
|
|
15
15
|
listReclameAquiInstances(variables?: import("./sdks/reclameaqui").Exact<{
|
|
16
16
|
[key: string]: never;
|
|
17
17
|
}>, options?: unknown): Promise<import("./sdks/reclameaqui").ListReclameAquiInstancesQuery>;
|
|
18
18
|
listReclameAquiCompanies(variables: import("./sdks/reclameaqui").Exact<{
|
|
19
|
-
credentialId:
|
|
19
|
+
credentialId: import("./sdks/reclameaqui").Scalars["ID"]["input"];
|
|
20
20
|
}>, options?: unknown): Promise<import("./sdks/reclameaqui").ListReclameAquiCompaniesQuery>;
|
|
21
21
|
listReclameAquiModerationReasons(variables?: import("./sdks/reclameaqui").Exact<{
|
|
22
22
|
[key: string]: never;
|
package/src/sdks/ai.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.serviceName = exports.
|
|
4
|
+
exports.serviceName = exports.RemoveQnAInstanceDocument = exports.UpdateQnAInstanceDocument = exports.CreateQnAInstanceDocument = exports.TestQnAInstanceDocument = exports.ListQnAInstancesDocument = exports.GetQnAInstanceDocument = exports.TestNlpInstanceDocument = exports.RemoveNlpInstanceDocument = exports.UpdateNlpInstanceDocument = exports.CreateNlpInstanceDocument = exports.ListNlpInstancesDocument = exports.GetNlpInstanceDocument = exports.QnaFragmentFragmentDoc = exports.NlpInstanceFragmentDoc = exports.Typenames = exports.Can = exports.AppInstanceStatus = void 0;
|
|
5
|
+
exports.getSdk = getSdk;
|
|
5
6
|
var AppInstanceStatus;
|
|
6
7
|
(function (AppInstanceStatus) {
|
|
7
8
|
AppInstanceStatus["Active"] = "Active";
|
|
@@ -177,5 +178,4 @@ function getSdk(requester) {
|
|
|
177
178
|
}
|
|
178
179
|
};
|
|
179
180
|
}
|
|
180
|
-
exports.getSdk = getSdk;
|
|
181
181
|
exports.serviceName = '@droz/ai';
|
package/src/sdks/casasbahia.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.serviceName = exports.
|
|
4
|
+
exports.serviceName = exports.ApplySolutionDocument = exports.RemoveCasasBahiaInstanceDocument = exports.UpdateCasasBahiaInstanceDocument = exports.CreateCasasBahiaInstanceDocument = exports.ListAvailableSolutionsDocument = exports.ListCasasBahiaInstancesDocument = exports.GetCasasBahiaInstanceDocument = exports.SolutionsFragmentDoc = exports.CasasbahiaInstanceFragmentDoc = exports.Typenames = exports.SolutionFieldType = exports.Can = exports.AppInstanceStatus = void 0;
|
|
5
|
+
exports.getSdk = getSdk;
|
|
5
6
|
var AppInstanceStatus;
|
|
6
7
|
(function (AppInstanceStatus) {
|
|
7
8
|
AppInstanceStatus["Active"] = "Active";
|
|
@@ -124,5 +125,4 @@ function getSdk(requester) {
|
|
|
124
125
|
}
|
|
125
126
|
};
|
|
126
127
|
}
|
|
127
|
-
exports.getSdk = getSdk;
|
|
128
128
|
exports.serviceName = '@droz/casasbahia';
|
package/src/sdks/chatwidget.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.serviceName = exports.
|
|
4
|
+
exports.serviceName = exports.OnChatWidgetMessageDocument = exports.CloseChatWidgetSessionDocument = exports.SendMessageToChatWidgetDocument = exports.StartChatWidgetSessionDocument = exports.RemoveChatWidgetDocument = exports.UpdateChatWidgetDocument = exports.CreateChatWidgetDocument = exports.ListChatWidgetsDocument = exports.GetChatWidgetDocument = exports.ChatWidgetMessageFragmentDoc = exports.ChatWidgetFragmentDoc = exports.Typenames = exports.SubscriptionAction = exports.Can = exports.AppInstanceStatus = void 0;
|
|
5
|
+
exports.getSdk = getSdk;
|
|
5
6
|
var AppInstanceStatus;
|
|
6
7
|
(function (AppInstanceStatus) {
|
|
7
8
|
AppInstanceStatus["Active"] = "Active";
|
|
@@ -145,5 +146,4 @@ function getSdk(requester) {
|
|
|
145
146
|
}
|
|
146
147
|
};
|
|
147
148
|
}
|
|
148
|
-
exports.getSdk = getSdk;
|
|
149
149
|
exports.serviceName = '@droz/chatwidget';
|
package/src/sdks/drozbot.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.serviceName = exports.
|
|
4
|
+
exports.serviceName = exports.CreateDrozBotTicketCommentDocument = exports.CreateDrozBotTicketDocument = exports.RemoveDrozBotInstanceDocument = exports.UpdateDrozBotInstanceDocument = exports.CreateDrozBotInstanceDocument = exports.ListDrozBotInstancesDocument = exports.GetDrozBotInstanceDocument = exports.DrozbotFragmentDoc = exports.Typenames = exports.Can = exports.AppInstanceStatus = void 0;
|
|
5
|
+
exports.getSdk = getSdk;
|
|
5
6
|
var AppInstanceStatus;
|
|
6
7
|
(function (AppInstanceStatus) {
|
|
7
8
|
AppInstanceStatus["Active"] = "Active";
|
|
@@ -110,5 +111,4 @@ function getSdk(requester) {
|
|
|
110
111
|
}
|
|
111
112
|
};
|
|
112
113
|
}
|
|
113
|
-
exports.getSdk = getSdk;
|
|
114
114
|
exports.serviceName = '@droz/drozbot';
|
package/src/sdks/drozchat.js
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.OnTicketByStateDocument = exports.OnTicketInProgressMineDocument = exports.TransferTicketToChannelDocument = exports.RemoveTagsFromTicketDocument = exports.AddTagsToTicketDocument = exports.CloseTicketDocument = exports.UnassignTicketDocument = exports.AssignTicketMyselfDocument = exports.AssignTicketDocument = exports.CreateTicketMessageForStorageDocument = exports.CreateTicketMessageDocument = exports.MarkTicketMessagesAsReadDocument = exports.UpdateTicketDocument = exports.CreateTicketDocument = exports.SearchTicketsDocument = exports.ListTicketMessagesDocument = exports.ListTicketsInProgressMineDocument = exports.ListTicketsDocument = exports.GetTicketDocument = exports.DeleteTagsDocument = exports.CreateTagsDocument = exports.ListTagsDocument = exports.RemoveDrozChatChannelAgentDocument = exports.AddDrozChatChannelAgentDocument = exports.EnableDrozChatChannelDocument = exports.DisableDrozChatChannelDocument = exports.UpdateDrozChatChannelDocument = exports.CreateDrozChatChannelDocument = exports.ListDrozChatAgentChannelsDocument = exports.ListDrozChatChannelsDocument = exports.GetDrozChatChannelDocument = exports.FacetsFragmentDoc = exports.TicketMessageFragmentDoc = exports.TicketWithSessionFragmentDoc = exports.SessionAttributesFragmentDoc = exports.TicketFragmentDoc = exports.DrozChatChannelFragmentDoc = exports.TicketTriggerAppFragmentDoc = exports.CustomerFragmentDoc = exports.TagFragmentDoc = exports.DrozChatAgentFragmentDoc = exports.Typenames = exports.TicketStatus = exports.TicketState = exports.TicketSearchSortBy = exports.TicketPriority = exports.TicketMessageRecipient = exports.SubscriptionAction = exports.Can = exports.AppInstanceStatus = void 0;
|
|
5
|
-
exports.serviceName = exports.
|
|
5
|
+
exports.serviceName = exports.OnTicketMessageDocument = void 0;
|
|
6
|
+
exports.getSdk = getSdk;
|
|
6
7
|
var AppInstanceStatus;
|
|
7
8
|
(function (AppInstanceStatus) {
|
|
8
9
|
AppInstanceStatus["Active"] = "Active";
|
|
@@ -712,5 +713,4 @@ function getSdk(requester) {
|
|
|
712
713
|
}
|
|
713
714
|
};
|
|
714
715
|
}
|
|
715
|
-
exports.getSdk = getSdk;
|
|
716
716
|
exports.serviceName = '@droz/drozchat';
|
package/src/sdks/drozcommons.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.serviceName = exports.
|
|
4
|
+
exports.serviceName = exports.JoinTenantAsSuperAdminDocument = exports.RemoveTenantDocument = exports.UpdateTenantDocument = exports.CreateTenantDocument = exports.SearchSessionsOnTenantDocument = exports.ListTenantsDocument = exports.GetTenantDocument = exports.ListServicesDocument = exports.BatchDeployDocument = exports.DestroyDocument = exports.DeployDocument = exports.DeploymentLogsDocument = exports.ListDeploymentsDocument = exports.GetDeploymentDocument = exports.ListGitBranchesDocument = exports.ListGitRepositoriesDocument = exports.GetAuthInfoDocument = exports.GetAmplifyConfigDocument = exports.UpdateAccountParametersDocument = exports.ListRegionsDocument = exports.ListAccountsDocument = exports.TenantFragmentDoc = exports.ServiceFragmentDoc = exports.GitRepositoryFragmentDoc = exports.GitBranchFragmentDoc = exports.DeploymentFragmentDoc = exports.AwsAccountFragmentDoc = exports.RegionFragmentDoc = exports.Typenames = exports.DeploymentStatus = exports.DeploymentCommands = exports.Can = exports.AppInstanceStatus = void 0;
|
|
5
|
+
exports.getSdk = getSdk;
|
|
5
6
|
var AppInstanceStatus;
|
|
6
7
|
(function (AppInstanceStatus) {
|
|
7
8
|
AppInstanceStatus["Active"] = "Active";
|
|
@@ -366,5 +367,4 @@ function getSdk(requester) {
|
|
|
366
367
|
}
|
|
367
368
|
};
|
|
368
369
|
}
|
|
369
|
-
exports.getSdk = getSdk;
|
|
370
370
|
exports.serviceName = '@droz/drozcommons';
|
package/src/sdks/droznexo.d.ts
CHANGED
|
@@ -164,6 +164,7 @@ export type DrozNexoApp = {
|
|
|
164
164
|
export type DrozNexoAppInstance = {
|
|
165
165
|
createdAt: Scalars['DateTime']['output'];
|
|
166
166
|
drn: Scalars['DRN']['output'];
|
|
167
|
+
instanceId?: Maybe<Scalars['ID']['output']>;
|
|
167
168
|
name: Scalars['String']['output'];
|
|
168
169
|
transitions: Array<Scalars['String']['output']>;
|
|
169
170
|
updatedAt: Scalars['DateTime']['output'];
|
|
@@ -433,7 +434,7 @@ export type UpdateFlowInput = {
|
|
|
433
434
|
};
|
|
434
435
|
export type AppAndAppInstanceFragment = {
|
|
435
436
|
app: Pick<DrozNexoApp, 'id' | 'name' | 'description'>;
|
|
436
|
-
appInstance: Pick<DrozNexoAppInstance, 'drn' | 'name' | 'transitions' | 'createdAt' | 'updatedAt'>;
|
|
437
|
+
appInstance: Pick<DrozNexoAppInstance, 'drn' | 'name' | 'instanceId' | 'transitions' | 'createdAt' | 'updatedAt'>;
|
|
437
438
|
};
|
|
438
439
|
export type SimpleConnectionSuggestionFragment = (Pick<SimpleConnectionSuggestion, 'title'> & {
|
|
439
440
|
trigger: AppAndAppInstanceFragment;
|
|
@@ -550,25 +551,25 @@ export type GetLicenceQuery = {
|
|
|
550
551
|
};
|
|
551
552
|
})>;
|
|
552
553
|
};
|
|
553
|
-
export declare const AppAndAppInstanceFragmentDoc = "\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n transitions\n createdAt\n updatedAt\n }\n}\n ";
|
|
554
|
+
export declare const AppAndAppInstanceFragmentDoc = "\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n instanceId\n transitions\n createdAt\n updatedAt\n }\n}\n ";
|
|
554
555
|
export declare const SimpleConnectionSuggestionFragmentDoc = "\n fragment simpleConnectionSuggestion on SimpleConnectionSuggestion {\n title\n trigger {\n ...appAndAppInstance\n }\n destination {\n ...appAndAppInstance\n }\n}\n ";
|
|
555
556
|
export declare const SimpleConnectionFragmentDoc = "\n fragment simpleConnection on SimpleConnection {\n id\n versionId\n title\n description\n trigger {\n ...appAndAppInstance\n }\n destination {\n ...appAndAppInstance\n }\n createdAt\n updatedAt\n createdByAppId\n}\n ";
|
|
556
557
|
export declare const NodeFragmentDoc = "\n fragment node on Node {\n id\n type\n instanceId\n data {\n ...appAndAppInstance\n }\n uidata\n}\n ";
|
|
557
558
|
export declare const EdgeFragmentDoc = "\n fragment edge on Edge {\n id\n source\n target\n type\n sourceHandle\n uidata\n}\n ";
|
|
558
559
|
export declare const FlowFragmentDoc = "\n fragment flow on Flow {\n id\n versionId\n title\n description\n status\n languages\n createdBy {\n id\n name\n picture\n }\n triggers {\n ...appAndAppInstance\n }\n nodes {\n ...node\n }\n edges {\n ...edge\n }\n createdAt\n updatedAt\n createdByAppId\n}\n ";
|
|
559
560
|
export declare const GetUsageStatisticsDocument = "\n query getUsageStatistics {\n getUsageStatistics {\n totalSecrets\n totalAppInstances\n totalConnections\n }\n}\n ";
|
|
560
|
-
export declare const GetFlowDocument = "\n query getFlow($id: ID!, $versionId: ID!) {\n getFlow(id: $id, versionId: $versionId) {\n ...flow\n }\n}\n \n fragment flow on Flow {\n id\n versionId\n title\n description\n status\n languages\n createdBy {\n id\n name\n picture\n }\n triggers {\n ...appAndAppInstance\n }\n nodes {\n ...node\n }\n edges {\n ...edge\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n transitions\n createdAt\n updatedAt\n }\n}\n \n\n fragment node on Node {\n id\n type\n instanceId\n data {\n ...appAndAppInstance\n }\n uidata\n}\n \n\n fragment edge on Edge {\n id\n source\n target\n type\n sourceHandle\n uidata\n}\n ";
|
|
561
|
-
export declare const ListFlowsDocument = "\n query listFlows($status: FlowStatus, $next: Base64) {\n listFlows(next: $next, status: $status) {\n nodes {\n ...flow\n }\n pageInfo {\n next\n hasNext\n }\n }\n}\n \n fragment flow on Flow {\n id\n versionId\n title\n description\n status\n languages\n createdBy {\n id\n name\n picture\n }\n triggers {\n ...appAndAppInstance\n }\n nodes {\n ...node\n }\n edges {\n ...edge\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n transitions\n createdAt\n updatedAt\n }\n}\n \n\n fragment node on Node {\n id\n type\n instanceId\n data {\n ...appAndAppInstance\n }\n uidata\n}\n \n\n fragment edge on Edge {\n id\n source\n target\n type\n sourceHandle\n uidata\n}\n ";
|
|
562
|
-
export declare const ListSimpleSuggestionsDocument = "\n query listSimpleSuggestions {\n listSimpleConnectionSuggestions {\n ...simpleConnectionSuggestion\n }\n}\n \n fragment simpleConnectionSuggestion on SimpleConnectionSuggestion {\n title\n trigger {\n ...appAndAppInstance\n }\n destination {\n ...appAndAppInstance\n }\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n transitions\n createdAt\n updatedAt\n }\n}\n ";
|
|
563
|
-
export declare const ListSimpleConnectionsDocument = "\n query listSimpleConnections($next: Base64) {\n listSimpleConnections(next: $next) {\n nodes {\n ...simpleConnection\n }\n pageInfo {\n next\n hasNext\n }\n }\n}\n \n fragment simpleConnection on SimpleConnection {\n id\n versionId\n title\n description\n trigger {\n ...appAndAppInstance\n }\n destination {\n ...appAndAppInstance\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n transitions\n createdAt\n updatedAt\n }\n}\n ";
|
|
564
|
-
export declare const CreateFlowDocument = "\n mutation createFlow($input: CreateFlowInput!) {\n createFlow(input: $input) {\n ...flow\n }\n}\n \n fragment flow on Flow {\n id\n versionId\n title\n description\n status\n languages\n createdBy {\n id\n name\n picture\n }\n triggers {\n ...appAndAppInstance\n }\n nodes {\n ...node\n }\n edges {\n ...edge\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n transitions\n createdAt\n updatedAt\n }\n}\n \n\n fragment node on Node {\n id\n type\n instanceId\n data {\n ...appAndAppInstance\n }\n uidata\n}\n \n\n fragment edge on Edge {\n id\n source\n target\n type\n sourceHandle\n uidata\n}\n ";
|
|
565
|
-
export declare const EditFlowDocument = "\n mutation editFlow($input: EditFlowInput!) {\n editFlow(input: $input) {\n ...flow\n }\n}\n \n fragment flow on Flow {\n id\n versionId\n title\n description\n status\n languages\n createdBy {\n id\n name\n picture\n }\n triggers {\n ...appAndAppInstance\n }\n nodes {\n ...node\n }\n edges {\n ...edge\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n transitions\n createdAt\n updatedAt\n }\n}\n \n\n fragment node on Node {\n id\n type\n instanceId\n data {\n ...appAndAppInstance\n }\n uidata\n}\n \n\n fragment edge on Edge {\n id\n source\n target\n type\n sourceHandle\n uidata\n}\n ";
|
|
566
|
-
export declare const UpdateFlowDocument = "\n mutation updateFlow($input: UpdateFlowInput!) {\n updateFlow(input: $input) {\n ...flow\n }\n}\n \n fragment flow on Flow {\n id\n versionId\n title\n description\n status\n languages\n createdBy {\n id\n name\n picture\n }\n triggers {\n ...appAndAppInstance\n }\n nodes {\n ...node\n }\n edges {\n ...edge\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n transitions\n createdAt\n updatedAt\n }\n}\n \n\n fragment node on Node {\n id\n type\n instanceId\n data {\n ...appAndAppInstance\n }\n uidata\n}\n \n\n fragment edge on Edge {\n id\n source\n target\n type\n sourceHandle\n uidata\n}\n ";
|
|
567
|
-
export declare const PublishFlowDocument = "\n mutation publishFlow($input: PublishFlowInput!) {\n publishFlow(input: $input) {\n ...flow\n }\n}\n \n fragment flow on Flow {\n id\n versionId\n title\n description\n status\n languages\n createdBy {\n id\n name\n picture\n }\n triggers {\n ...appAndAppInstance\n }\n nodes {\n ...node\n }\n edges {\n ...edge\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n transitions\n createdAt\n updatedAt\n }\n}\n \n\n fragment node on Node {\n id\n type\n instanceId\n data {\n ...appAndAppInstance\n }\n uidata\n}\n \n\n fragment edge on Edge {\n id\n source\n target\n type\n sourceHandle\n uidata\n}\n ";
|
|
561
|
+
export declare const GetFlowDocument = "\n query getFlow($id: ID!, $versionId: ID!) {\n getFlow(id: $id, versionId: $versionId) {\n ...flow\n }\n}\n \n fragment flow on Flow {\n id\n versionId\n title\n description\n status\n languages\n createdBy {\n id\n name\n picture\n }\n triggers {\n ...appAndAppInstance\n }\n nodes {\n ...node\n }\n edges {\n ...edge\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n instanceId\n transitions\n createdAt\n updatedAt\n }\n}\n \n\n fragment node on Node {\n id\n type\n instanceId\n data {\n ...appAndAppInstance\n }\n uidata\n}\n \n\n fragment edge on Edge {\n id\n source\n target\n type\n sourceHandle\n uidata\n}\n ";
|
|
562
|
+
export declare const ListFlowsDocument = "\n query listFlows($status: FlowStatus, $next: Base64) {\n listFlows(next: $next, status: $status) {\n nodes {\n ...flow\n }\n pageInfo {\n next\n hasNext\n }\n }\n}\n \n fragment flow on Flow {\n id\n versionId\n title\n description\n status\n languages\n createdBy {\n id\n name\n picture\n }\n triggers {\n ...appAndAppInstance\n }\n nodes {\n ...node\n }\n edges {\n ...edge\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n instanceId\n transitions\n createdAt\n updatedAt\n }\n}\n \n\n fragment node on Node {\n id\n type\n instanceId\n data {\n ...appAndAppInstance\n }\n uidata\n}\n \n\n fragment edge on Edge {\n id\n source\n target\n type\n sourceHandle\n uidata\n}\n ";
|
|
563
|
+
export declare const ListSimpleSuggestionsDocument = "\n query listSimpleSuggestions {\n listSimpleConnectionSuggestions {\n ...simpleConnectionSuggestion\n }\n}\n \n fragment simpleConnectionSuggestion on SimpleConnectionSuggestion {\n title\n trigger {\n ...appAndAppInstance\n }\n destination {\n ...appAndAppInstance\n }\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n instanceId\n transitions\n createdAt\n updatedAt\n }\n}\n ";
|
|
564
|
+
export declare const ListSimpleConnectionsDocument = "\n query listSimpleConnections($next: Base64) {\n listSimpleConnections(next: $next) {\n nodes {\n ...simpleConnection\n }\n pageInfo {\n next\n hasNext\n }\n }\n}\n \n fragment simpleConnection on SimpleConnection {\n id\n versionId\n title\n description\n trigger {\n ...appAndAppInstance\n }\n destination {\n ...appAndAppInstance\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n instanceId\n transitions\n createdAt\n updatedAt\n }\n}\n ";
|
|
565
|
+
export declare const CreateFlowDocument = "\n mutation createFlow($input: CreateFlowInput!) {\n createFlow(input: $input) {\n ...flow\n }\n}\n \n fragment flow on Flow {\n id\n versionId\n title\n description\n status\n languages\n createdBy {\n id\n name\n picture\n }\n triggers {\n ...appAndAppInstance\n }\n nodes {\n ...node\n }\n edges {\n ...edge\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n instanceId\n transitions\n createdAt\n updatedAt\n }\n}\n \n\n fragment node on Node {\n id\n type\n instanceId\n data {\n ...appAndAppInstance\n }\n uidata\n}\n \n\n fragment edge on Edge {\n id\n source\n target\n type\n sourceHandle\n uidata\n}\n ";
|
|
566
|
+
export declare const EditFlowDocument = "\n mutation editFlow($input: EditFlowInput!) {\n editFlow(input: $input) {\n ...flow\n }\n}\n \n fragment flow on Flow {\n id\n versionId\n title\n description\n status\n languages\n createdBy {\n id\n name\n picture\n }\n triggers {\n ...appAndAppInstance\n }\n nodes {\n ...node\n }\n edges {\n ...edge\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n instanceId\n transitions\n createdAt\n updatedAt\n }\n}\n \n\n fragment node on Node {\n id\n type\n instanceId\n data {\n ...appAndAppInstance\n }\n uidata\n}\n \n\n fragment edge on Edge {\n id\n source\n target\n type\n sourceHandle\n uidata\n}\n ";
|
|
567
|
+
export declare const UpdateFlowDocument = "\n mutation updateFlow($input: UpdateFlowInput!) {\n updateFlow(input: $input) {\n ...flow\n }\n}\n \n fragment flow on Flow {\n id\n versionId\n title\n description\n status\n languages\n createdBy {\n id\n name\n picture\n }\n triggers {\n ...appAndAppInstance\n }\n nodes {\n ...node\n }\n edges {\n ...edge\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n instanceId\n transitions\n createdAt\n updatedAt\n }\n}\n \n\n fragment node on Node {\n id\n type\n instanceId\n data {\n ...appAndAppInstance\n }\n uidata\n}\n \n\n fragment edge on Edge {\n id\n source\n target\n type\n sourceHandle\n uidata\n}\n ";
|
|
568
|
+
export declare const PublishFlowDocument = "\n mutation publishFlow($input: PublishFlowInput!) {\n publishFlow(input: $input) {\n ...flow\n }\n}\n \n fragment flow on Flow {\n id\n versionId\n title\n description\n status\n languages\n createdBy {\n id\n name\n picture\n }\n triggers {\n ...appAndAppInstance\n }\n nodes {\n ...node\n }\n edges {\n ...edge\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n instanceId\n transitions\n createdAt\n updatedAt\n }\n}\n \n\n fragment node on Node {\n id\n type\n instanceId\n data {\n ...appAndAppInstance\n }\n uidata\n}\n \n\n fragment edge on Edge {\n id\n source\n target\n type\n sourceHandle\n uidata\n}\n ";
|
|
568
569
|
export declare const TestFlowDocument = "\n mutation testFlow($input: TestFlowInput!) {\n testFlow(input: $input) {\n sessionId\n }\n}\n ";
|
|
569
|
-
export declare const RemoveFlowDocument = "\n mutation removeFlow($input: RemoveFlowInput!) {\n removeFlow(input: $input) {\n ...flow\n }\n}\n \n fragment flow on Flow {\n id\n versionId\n title\n description\n status\n languages\n createdBy {\n id\n name\n picture\n }\n triggers {\n ...appAndAppInstance\n }\n nodes {\n ...node\n }\n edges {\n ...edge\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n transitions\n createdAt\n updatedAt\n }\n}\n \n\n fragment node on Node {\n id\n type\n instanceId\n data {\n ...appAndAppInstance\n }\n uidata\n}\n \n\n fragment edge on Edge {\n id\n source\n target\n type\n sourceHandle\n uidata\n}\n ";
|
|
570
|
-
export declare const CreateSimpleConnectionDocument = "\n mutation createSimpleConnection($input: CreateSimpleConnectionInput!) {\n createSimpleConnection(input: $input) {\n ...simpleConnection\n }\n}\n \n fragment simpleConnection on SimpleConnection {\n id\n versionId\n title\n description\n trigger {\n ...appAndAppInstance\n }\n destination {\n ...appAndAppInstance\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n transitions\n createdAt\n updatedAt\n }\n}\n ";
|
|
571
|
-
export declare const RemoveSimpleConnectionDocument = "\n mutation removeSimpleConnection($input: RemoveSimpleConnectionInput!) {\n removeSimpleConnection(input: $input) {\n ...simpleConnection\n }\n}\n \n fragment simpleConnection on SimpleConnection {\n id\n versionId\n title\n description\n trigger {\n ...appAndAppInstance\n }\n destination {\n ...appAndAppInstance\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n transitions\n createdAt\n updatedAt\n }\n}\n ";
|
|
570
|
+
export declare const RemoveFlowDocument = "\n mutation removeFlow($input: RemoveFlowInput!) {\n removeFlow(input: $input) {\n ...flow\n }\n}\n \n fragment flow on Flow {\n id\n versionId\n title\n description\n status\n languages\n createdBy {\n id\n name\n picture\n }\n triggers {\n ...appAndAppInstance\n }\n nodes {\n ...node\n }\n edges {\n ...edge\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n instanceId\n transitions\n createdAt\n updatedAt\n }\n}\n \n\n fragment node on Node {\n id\n type\n instanceId\n data {\n ...appAndAppInstance\n }\n uidata\n}\n \n\n fragment edge on Edge {\n id\n source\n target\n type\n sourceHandle\n uidata\n}\n ";
|
|
571
|
+
export declare const CreateSimpleConnectionDocument = "\n mutation createSimpleConnection($input: CreateSimpleConnectionInput!) {\n createSimpleConnection(input: $input) {\n ...simpleConnection\n }\n}\n \n fragment simpleConnection on SimpleConnection {\n id\n versionId\n title\n description\n trigger {\n ...appAndAppInstance\n }\n destination {\n ...appAndAppInstance\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n instanceId\n transitions\n createdAt\n updatedAt\n }\n}\n ";
|
|
572
|
+
export declare const RemoveSimpleConnectionDocument = "\n mutation removeSimpleConnection($input: RemoveSimpleConnectionInput!) {\n removeSimpleConnection(input: $input) {\n ...simpleConnection\n }\n}\n \n fragment simpleConnection on SimpleConnection {\n id\n versionId\n title\n description\n trigger {\n ...appAndAppInstance\n }\n destination {\n ...appAndAppInstance\n }\n createdAt\n updatedAt\n createdByAppId\n}\n \n\n fragment appAndAppInstance on AppAndAppInstance {\n app {\n id\n name\n description\n }\n appInstance {\n drn\n name\n instanceId\n transitions\n createdAt\n updatedAt\n }\n}\n ";
|
|
572
573
|
export declare const GetLicenceDocument = "\n query getLicence {\n getLicence {\n tenantId\n name\n billing {\n automate {\n isEnabled\n }\n reclameaqui {\n cutoffSyncDays\n }\n }\n }\n}\n ";
|
|
573
574
|
export type Requester<C = {}> = <R, V>(doc: string, vars?: V, options?: C) => Promise<R> | AsyncIterableIterator<R>;
|
|
574
575
|
export declare function getSdk<C>(requester: Requester<C>): {
|
package/src/sdks/droznexo.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.serviceName = exports.
|
|
4
|
+
exports.serviceName = exports.GetLicenceDocument = exports.RemoveSimpleConnectionDocument = exports.CreateSimpleConnectionDocument = exports.RemoveFlowDocument = exports.TestFlowDocument = exports.PublishFlowDocument = exports.UpdateFlowDocument = exports.EditFlowDocument = exports.CreateFlowDocument = exports.ListSimpleConnectionsDocument = exports.ListSimpleSuggestionsDocument = exports.ListFlowsDocument = exports.GetFlowDocument = exports.GetUsageStatisticsDocument = exports.FlowFragmentDoc = exports.EdgeFragmentDoc = exports.NodeFragmentDoc = exports.SimpleConnectionFragmentDoc = exports.SimpleConnectionSuggestionFragmentDoc = exports.AppAndAppInstanceFragmentDoc = exports.Typenames = exports.FlowStatus = exports.Can = exports.AppInstanceStatus = void 0;
|
|
5
|
+
exports.getSdk = getSdk;
|
|
5
6
|
var AppInstanceStatus;
|
|
6
7
|
(function (AppInstanceStatus) {
|
|
7
8
|
AppInstanceStatus["Active"] = "Active";
|
|
@@ -39,6 +40,7 @@ exports.AppAndAppInstanceFragmentDoc = `
|
|
|
39
40
|
appInstance {
|
|
40
41
|
drn
|
|
41
42
|
name
|
|
43
|
+
instanceId
|
|
42
44
|
transitions
|
|
43
45
|
createdAt
|
|
44
46
|
updatedAt
|
|
@@ -313,5 +315,4 @@ function getSdk(requester) {
|
|
|
313
315
|
}
|
|
314
316
|
};
|
|
315
317
|
}
|
|
316
|
-
exports.getSdk = getSdk;
|
|
317
318
|
exports.serviceName = '@droz/droznexo';
|
package/src/sdks/logger.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.serviceName = exports.
|
|
4
|
+
exports.serviceName = exports.ListMessagesDocument = exports.GetLastMessageDocument = exports.MessageFragmentDoc = exports.Typenames = exports.Order = exports.Can = exports.AppInstanceStatus = void 0;
|
|
5
|
+
exports.getSdk = getSdk;
|
|
5
6
|
var AppInstanceStatus;
|
|
6
7
|
(function (AppInstanceStatus) {
|
|
7
8
|
AppInstanceStatus["Active"] = "Active";
|
|
@@ -73,5 +74,4 @@ function getSdk(requester) {
|
|
|
73
74
|
}
|
|
74
75
|
};
|
|
75
76
|
}
|
|
76
|
-
exports.getSdk = getSdk;
|
|
77
77
|
exports.serviceName = '@droz/logger';
|
package/src/sdks/mercadolivre.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.serviceName = exports.
|
|
4
|
+
exports.serviceName = exports.RemoveMercadoLivreInstanceDocument = exports.UpdateMercadoLivreInstanceDocument = exports.CreateMercadoLivreInstanceDocument = exports.ListMercadoLivreInstancesDocument = exports.GetMercadoLivreInstanceDocument = exports.MercadoLivreInstanceFragmentDoc = exports.Typenames = exports.Can = exports.AppInstanceStatus = void 0;
|
|
5
|
+
exports.getSdk = getSdk;
|
|
5
6
|
var AppInstanceStatus;
|
|
6
7
|
(function (AppInstanceStatus) {
|
|
7
8
|
AppInstanceStatus["Active"] = "Active";
|
|
@@ -88,5 +89,4 @@ function getSdk(requester) {
|
|
|
88
89
|
}
|
|
89
90
|
};
|
|
90
91
|
}
|
|
91
|
-
exports.getSdk = getSdk;
|
|
92
92
|
exports.serviceName = '@droz/mercadolivre';
|
package/src/sdks/nucleus.js
CHANGED
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.RegisterAppInstanceDocument = exports.CountAppInstancesDocument = exports.ListAppInstancesDocument = exports.GetAppInstancesDocument = exports.GetAppInstanceDocument = exports.ListAppsDocument = exports.GetAppDocument = exports.JoinAsSuperAdminDocument = exports.RemoveRoleFromAgentDocument = exports.AddRoleToAgentDocument = exports.RemoveSystemApiKeyAgentDocument = exports.RemoveAgentDocument = exports.UpdateAgentDocument = exports.CreateSystemApiKeyAgentDocument = exports.CreateApiKeyAgentDocument = exports.CreateAgentDocument = exports.UpdateMyProfileDocument = exports.ListApiKeyAgentsDocument = exports.ListAgentsDocument = exports.GetAgentsDocument = exports.GetAgentByEmailDocument = exports.GetAgentDocument = exports.GetMeDocument = exports.StorageFragmentDoc = exports.StateMachineConfigConnectionFragmentDoc = exports.StateMachineConfigFragmentDoc = exports.StateMachineConfigStateFragmentDoc = exports.StateMachineConfigStateOnFragmentDoc = exports.SessionSchemaFragmentDoc = exports.SessionFragmentDoc = exports.RoleFragmentDoc = exports.PolicyFragmentDoc = exports.CronJobFragmentDoc = exports.CustomerFragmentDoc = exports.CredentialsWithSecretFragmentDoc = exports.SafeCredentialsFragmentDoc = exports.AppWithInstancesFragmentDoc = exports.AppInstanceFragmentDoc = exports.AppFragmentDoc = exports.ApiKeyFragmentDoc = exports.AgentFragmentDoc = exports.Typenames = exports.StateMachineConfigStatus = exports.SessionStatus = exports.PatchOperation = exports.CustomerIndex = exports.CredentialsType = exports.Can = exports.AppType = exports.AppInstanceStatus = void 0;
|
|
5
5
|
exports.UpdateStateMachineConfigStateDocument = exports.CreateStateMachineConfigStateDocument = exports.PublishStateMachineConfigDocument = exports.EditStateMachineConfigDocument = exports.RemoveStateMachineConfigDocument = exports.UpdateStateMachineConfigDocument = exports.CreateStateMachineConfigDocument = exports.IsAppInstanceInUseDocument = exports.GetXStateMachineConfigDocument = exports.ListStateMachineConfigVersionsDocument = exports.ListStateMachineConfigsByStatusDocument = exports.ListDraftStateMachineConfigsDocument = exports.ListLiveStateMachineConfigsDocument = exports.CountLiveStateMachineConfigsDocument = exports.GetStateMachineDocument = exports.RemoveTagsFromSessionAttributesDocument = exports.AddTagsToSessionAttributesDocument = exports.PatchSessionAttributesDocument = exports.SetSessionAttributeDocument = exports.SearchSessionsDocument = exports.GetSessionSchemaForAppIdDocument = exports.GetSessionSchemaDocument = exports.GetSessionDocument = exports.StartCustomSessionDocument = exports.StartSessionDocument = exports.CheckPermissionsDocument = exports.GetSystemRoleDocument = exports.ListSystemRolesDocument = exports.RemoveCronJobDocument = exports.UpdateCronJobDocument = exports.CreateCronJobDocument = exports.ListCronJobsDocument = exports.GetCronJobDocument = exports.GetOrCreateCustomerDocument = exports.ListCustomersDocument = exports.GetCustomerDocument = exports.RemoveSystemCredentialsDocument = exports.RemoveCredentialsDocument = exports.UpdateCredentialsDocument = exports.CreateSystemCredentialsDocument = exports.CreateCredentialsDocument = exports.GetMercadoLivreAuthInfoDocument = exports.CountCredentialsDocument = exports.ListCredentialsDocument = exports.GetMetaAuthInfoDocument = exports.GetCredentialsSecretDocument = exports.GetCredentialsDocument = exports.GetAuthInfoDocument = exports.GetAmplifyConfigDocument = exports.UnregisterAppInstanceDocument = void 0;
|
|
6
|
-
exports.serviceName = exports.
|
|
6
|
+
exports.serviceName = exports.CreatePresignedUploadUrlDocument = exports.GetStorageDocument = exports.RemoveStateMachineConfigStateDocument = void 0;
|
|
7
|
+
exports.getSdk = getSdk;
|
|
7
8
|
var AppInstanceStatus;
|
|
8
9
|
(function (AppInstanceStatus) {
|
|
9
10
|
AppInstanceStatus["Active"] = "Active";
|
|
@@ -1162,5 +1163,4 @@ function getSdk(requester) {
|
|
|
1162
1163
|
}
|
|
1163
1164
|
};
|
|
1164
1165
|
}
|
|
1165
|
-
exports.getSdk = getSdk;
|
|
1166
1166
|
exports.serviceName = '@droz/nucleus';
|
package/src/sdks/reclameaqui.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.serviceName = exports.
|
|
4
|
+
exports.serviceName = exports.ForceReSyncReclameAquiTicketDocument = exports.RequestReclameAquiTicketEvaluationDocument = exports.SendReclameAquiModerationRequestDocument = exports.RemoveReclameAquiInstanceDocument = exports.UpdateReclameAquiInstanceDocument = exports.CreateReclameAquiInstanceDocument = exports.GetReclameAquiBillingConfigurationDocument = exports.ListReclameAquiModerationReasonsDocument = exports.ListReclameAquiCompaniesDocument = exports.ListReclameAquiInstancesDocument = exports.GetReclameAquiInstanceForSessionIdDocument = exports.GetReclameAquiInstanceDocument = exports.ReclameAquiInstanceFragmentDoc = exports.Typenames = exports.ReclameAquiTicketIdType = exports.Can = exports.AppInstanceStatus = void 0;
|
|
5
|
+
exports.getSdk = getSdk;
|
|
5
6
|
var AppInstanceStatus;
|
|
6
7
|
(function (AppInstanceStatus) {
|
|
7
8
|
AppInstanceStatus["Active"] = "Active";
|
|
@@ -186,5 +187,4 @@ function getSdk(requester) {
|
|
|
186
187
|
}
|
|
187
188
|
};
|
|
188
189
|
}
|
|
189
|
-
exports.getSdk = getSdk;
|
|
190
190
|
exports.serviceName = '@droz/reclameaqui';
|
package/src/sdks/utilities.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.serviceName = exports.
|
|
4
|
+
exports.serviceName = exports.RemovePromptInstanceDocument = exports.UpdatePromptInstanceDocument = exports.CreatePromptInstanceDocument = exports.ListPromptInstancesDocument = exports.GetPromptInstanceDocument = exports.RemoveHttpInstanceDocument = exports.UpdateHttpInstanceDocument = exports.CreateHttpInstanceDocument = exports.ListHttpInstancesDocument = exports.GetHttpInstanceDocument = exports.RemoveEchoInstanceDocument = exports.UpdateEchoInstanceDocument = exports.CreateEchoInstanceDocument = exports.ListEchoInstancesDocument = exports.GetEchoInstanceDocument = exports.RemoveConditionalsInstanceDocument = exports.UpdateConditionalsInstanceDocument = exports.CreateConditionalsInstanceDocument = exports.ListConditionalsInstancesDocument = exports.GetConditionalsInstanceDocument = exports.RemoveChoicesInstanceDocument = exports.UpdateChoicesInstanceDocument = exports.CreateChoicesInstanceDocument = exports.ListChoicesInstancesDocument = exports.GetChoicesInstanceDocument = exports.PrompInstanceFragmentDoc = exports.HttpInstanceFragmentDoc = exports.EchoInstanceFragmentDoc = exports.ConditionalsInstanceFragmentDoc = exports.ConditionsFragmentDoc = exports.RecursiveConditionsFragmentDoc = exports.StringMatcherFragmentDoc = exports.ChoicesInstanceFragmentDoc = exports.Typenames = exports.HttpMethod = exports.Can = exports.Asserts = exports.AppInstanceStatus = void 0;
|
|
5
|
+
exports.getSdk = getSdk;
|
|
5
6
|
var AppInstanceStatus;
|
|
6
7
|
(function (AppInstanceStatus) {
|
|
7
8
|
AppInstanceStatus["Active"] = "Active";
|
|
@@ -508,5 +509,4 @@ function getSdk(requester) {
|
|
|
508
509
|
}
|
|
509
510
|
};
|
|
510
511
|
}
|
|
511
|
-
exports.getSdk = getSdk;
|
|
512
512
|
exports.serviceName = '@droz/utilities';
|
package/src/sdks/whatsapp.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.serviceName = exports.
|
|
4
|
+
exports.serviceName = exports.RemoveWhatsAppInstanceDocument = exports.UpdateWhatsAppInstanceDocument = exports.CreateWhatsAppInstanceDocument = exports.ListWhatsAppPhoneNumbersDocument = exports.ListWhatsAppInstancesDocument = exports.GetWhatsAppInstanceDocument = exports.WhatsAppPhoneNumberFragmentDoc = exports.WhatsappInstanceFragmentDoc = exports.Typenames = exports.Can = exports.AppInstanceStatus = void 0;
|
|
5
|
+
exports.getSdk = getSdk;
|
|
5
6
|
var AppInstanceStatus;
|
|
6
7
|
(function (AppInstanceStatus) {
|
|
7
8
|
AppInstanceStatus["Active"] = "Active";
|
|
@@ -104,5 +105,4 @@ function getSdk(requester) {
|
|
|
104
105
|
}
|
|
105
106
|
};
|
|
106
107
|
}
|
|
107
|
-
exports.getSdk = getSdk;
|
|
108
108
|
exports.serviceName = '@droz/whatsapp';
|
package/src/sdks/zendesk.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.serviceName = exports.
|
|
4
|
+
exports.serviceName = exports.RemoveZendeskInstanceDocument = exports.UpdateZendeskInstanceDocument = exports.CreateZendeskInstanceDocument = exports.GetTicketSessionAttributesDocument = exports.AssertCanUserInteractDocument = exports.ListZendeskRolesDocument = exports.ListZendeskTicketCustomFieldsDocument = exports.ListZendeskInstancesDocument = exports.GetZendeskInstanceDocument = exports.ZendeskCustomerFragmentDoc = exports.ZendeskInstanceFragmentDoc = exports.Typenames = exports.Can = exports.AppInstanceStatus = void 0;
|
|
5
|
+
exports.getSdk = getSdk;
|
|
5
6
|
var AppInstanceStatus;
|
|
6
7
|
(function (AppInstanceStatus) {
|
|
7
8
|
AppInstanceStatus["Active"] = "Active";
|
|
@@ -168,5 +169,4 @@ function getSdk(requester) {
|
|
|
168
169
|
}
|
|
169
170
|
};
|
|
170
171
|
}
|
|
171
|
-
exports.getSdk = getSdk;
|
|
172
172
|
exports.serviceName = '@droz/zendesk';
|
package/src/utilities.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ declare const DrozUtilities_base: new (options?: import("./client/http").HttpCli
|
|
|
7
7
|
withHttpRequestExecutor(httpRequestExecutor: import("./client/http").HttpRequestExecutor): any;
|
|
8
8
|
} & {
|
|
9
9
|
getChoicesInstance(variables: import("./sdks/utilities").Exact<{
|
|
10
|
-
id:
|
|
10
|
+
id: import("./sdks/utilities").Scalars["ID"]["input"];
|
|
11
11
|
}>, options?: unknown): Promise<import("./sdks/utilities").GetChoicesInstanceQuery>;
|
|
12
12
|
listChoicesInstances(variables?: import("./sdks/utilities").Exact<{
|
|
13
13
|
[key: string]: never;
|
|
@@ -22,7 +22,7 @@ declare const DrozUtilities_base: new (options?: import("./client/http").HttpCli
|
|
|
22
22
|
input: import("./sdks/utilities").RemoveChoicesInstanceInput;
|
|
23
23
|
}>, options?: unknown): Promise<import("./sdks/utilities").RemoveChoicesInstanceMutation>;
|
|
24
24
|
getConditionalsInstance(variables: import("./sdks/utilities").Exact<{
|
|
25
|
-
id:
|
|
25
|
+
id: import("./sdks/utilities").Scalars["ID"]["input"];
|
|
26
26
|
}>, options?: unknown): Promise<import("./sdks/utilities").GetConditionalsInstanceQuery>;
|
|
27
27
|
listConditionalsInstances(variables?: import("./sdks/utilities").Exact<{
|
|
28
28
|
[key: string]: never;
|
|
@@ -37,7 +37,7 @@ declare const DrozUtilities_base: new (options?: import("./client/http").HttpCli
|
|
|
37
37
|
input: import("./sdks/utilities").RemoveConditionalsInstanceInput;
|
|
38
38
|
}>, options?: unknown): Promise<import("./sdks/utilities").RemoveConditionalsInstanceMutation>;
|
|
39
39
|
getEchoInstance(variables: import("./sdks/utilities").Exact<{
|
|
40
|
-
id:
|
|
40
|
+
id: import("./sdks/utilities").Scalars["ID"]["input"];
|
|
41
41
|
}>, options?: unknown): Promise<import("./sdks/utilities").GetEchoInstanceQuery>;
|
|
42
42
|
listEchoInstances(variables?: import("./sdks/utilities").Exact<{
|
|
43
43
|
[key: string]: never;
|
|
@@ -49,10 +49,10 @@ declare const DrozUtilities_base: new (options?: import("./client/http").HttpCli
|
|
|
49
49
|
input: import("./sdks/utilities").UpdateEchoAppInput;
|
|
50
50
|
}>, options?: unknown): Promise<import("./sdks/utilities").UpdateEchoInstanceMutation>;
|
|
51
51
|
removeEchoInstance(variables: import("./sdks/utilities").Exact<{
|
|
52
|
-
id:
|
|
52
|
+
id: import("./sdks/utilities").Scalars["ID"]["input"];
|
|
53
53
|
}>, options?: unknown): Promise<import("./sdks/utilities").RemoveEchoInstanceMutation>;
|
|
54
54
|
getHttpInstance(variables: import("./sdks/utilities").Exact<{
|
|
55
|
-
id:
|
|
55
|
+
id: import("./sdks/utilities").Scalars["ID"]["input"];
|
|
56
56
|
}>, options?: unknown): Promise<import("./sdks/utilities").GetHttpInstanceQuery>;
|
|
57
57
|
listHttpInstances(variables?: import("./sdks/utilities").Exact<{
|
|
58
58
|
[key: string]: never;
|
|
@@ -64,10 +64,10 @@ declare const DrozUtilities_base: new (options?: import("./client/http").HttpCli
|
|
|
64
64
|
input: import("./sdks/utilities").UpdateHttpInstanceInput;
|
|
65
65
|
}>, options?: unknown): Promise<import("./sdks/utilities").UpdateHttpInstanceMutation>;
|
|
66
66
|
removeHttpInstance(variables: import("./sdks/utilities").Exact<{
|
|
67
|
-
id:
|
|
67
|
+
id: import("./sdks/utilities").Scalars["ID"]["input"];
|
|
68
68
|
}>, options?: unknown): Promise<import("./sdks/utilities").RemoveHttpInstanceMutation>;
|
|
69
69
|
getPromptInstance(variables: import("./sdks/utilities").Exact<{
|
|
70
|
-
id:
|
|
70
|
+
id: import("./sdks/utilities").Scalars["ID"]["input"];
|
|
71
71
|
}>, options?: unknown): Promise<import("./sdks/utilities").GetPromptInstanceQuery>;
|
|
72
72
|
listPromptInstances(variables?: import("./sdks/utilities").Exact<{
|
|
73
73
|
[key: string]: never;
|
package/src/whatsapp.d.ts
CHANGED
|
@@ -7,13 +7,13 @@ declare const WhatsApp_base: new (options?: import("./client/http").HttpClientOp
|
|
|
7
7
|
withHttpRequestExecutor(httpRequestExecutor: import("./client/http").HttpRequestExecutor): any;
|
|
8
8
|
} & {
|
|
9
9
|
getWhatsAppInstance(variables: import("./sdks/whatsapp").Exact<{
|
|
10
|
-
id:
|
|
10
|
+
id: import("./sdks/whatsapp").Scalars["ID"]["input"];
|
|
11
11
|
}>, options?: unknown): Promise<import("./sdks/whatsapp").GetWhatsAppInstanceQuery>;
|
|
12
12
|
listWhatsAppInstances(variables?: import("./sdks/whatsapp").Exact<{
|
|
13
13
|
[key: string]: never;
|
|
14
14
|
}>, options?: unknown): Promise<import("./sdks/whatsapp").ListWhatsAppInstancesQuery>;
|
|
15
15
|
listWhatsAppPhoneNumbers(variables: import("./sdks/whatsapp").Exact<{
|
|
16
|
-
credentialsId:
|
|
16
|
+
credentialsId: import("./sdks/whatsapp").Scalars["ID"]["input"];
|
|
17
17
|
}>, options?: unknown): Promise<import("./sdks/whatsapp").ListWhatsAppPhoneNumbersQuery>;
|
|
18
18
|
createWhatsAppInstance(variables: import("./sdks/whatsapp").Exact<{
|
|
19
19
|
input: import("./sdks/whatsapp").CreateWhatsAppInstanceInput;
|
package/src/zendesk.d.ts
CHANGED
|
@@ -7,25 +7,25 @@ declare const Zendesk_base: new (options?: import("./client/http").HttpClientOpt
|
|
|
7
7
|
withHttpRequestExecutor(httpRequestExecutor: import("./client/http").HttpRequestExecutor): any;
|
|
8
8
|
} & {
|
|
9
9
|
getZendeskInstance(variables: import("./sdks/zendesk").Exact<{
|
|
10
|
-
id:
|
|
10
|
+
id: import("./sdks/zendesk").Scalars["ID"]["input"];
|
|
11
11
|
}>, options?: unknown): Promise<import("./sdks/zendesk").GetZendeskInstanceQuery>;
|
|
12
12
|
listZendeskInstances(variables?: import("./sdks/zendesk").Exact<{
|
|
13
13
|
[key: string]: never;
|
|
14
14
|
}>, options?: unknown): Promise<import("./sdks/zendesk").ListZendeskInstancesQuery>;
|
|
15
15
|
listZendeskTicketCustomFields(variables: import("./sdks/zendesk").Exact<{
|
|
16
|
-
credentialId:
|
|
17
|
-
domain:
|
|
16
|
+
credentialId: import("./sdks/zendesk").Scalars["ID"]["input"];
|
|
17
|
+
domain: import("./sdks/zendesk").Scalars["String"]["input"];
|
|
18
18
|
}>, options?: unknown): Promise<import("./sdks/zendesk").ListZendeskTicketCustomFieldsQuery>;
|
|
19
19
|
listZendeskRoles(variables: import("./sdks/zendesk").Exact<{
|
|
20
|
-
credentialId:
|
|
21
|
-
domain:
|
|
20
|
+
credentialId: import("./sdks/zendesk").Scalars["ID"]["input"];
|
|
21
|
+
domain: import("./sdks/zendesk").Scalars["String"]["input"];
|
|
22
22
|
}>, options?: unknown): Promise<import("./sdks/zendesk").ListZendeskRolesQuery>;
|
|
23
23
|
assertCanUserInteract(variables: import("./sdks/zendesk").Exact<{
|
|
24
|
-
ticketId:
|
|
25
|
-
userId:
|
|
24
|
+
ticketId: import("./sdks/zendesk").Scalars["ID"]["input"];
|
|
25
|
+
userId: import("./sdks/zendesk").Scalars["Float"]["input"];
|
|
26
26
|
}>, options?: unknown): Promise<import("./sdks/zendesk").AssertCanUserInteractQuery>;
|
|
27
27
|
getTicketSessionAttributes(variables: import("./sdks/zendesk").Exact<{
|
|
28
|
-
ticketId:
|
|
28
|
+
ticketId: import("./sdks/zendesk").Scalars["ID"]["input"];
|
|
29
29
|
}>, options?: unknown): Promise<import("./sdks/zendesk").GetTicketSessionAttributesQuery>;
|
|
30
30
|
createZendeskInstance(variables: import("./sdks/zendesk").Exact<{
|
|
31
31
|
input: import("./sdks/zendesk").CreateZendeskInstanceInput;
|