@n8n/stores 2.32.2 → 2.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cloudPlan.store.cjs +7 -0
- package/dist/cloudPlan.store.d.cts +534 -0
- package/dist/cloudPlan.store.d.mts +534 -0
- package/dist/cloudPlan.store.mjs +7 -0
- package/dist/cloudPlan2.store.cjs +247 -0
- package/dist/cloudPlan2.store.cjs.map +1 -0
- package/dist/cloudPlan2.store.mjs +242 -0
- package/dist/cloudPlan2.store.mjs.map +1 -0
- package/dist/composables/useBasePageRedirectionHelper.cjs +87 -0
- package/dist/composables/useBasePageRedirectionHelper.cjs.map +1 -0
- package/dist/composables/useBasePageRedirectionHelper.d.cts +16 -0
- package/dist/composables/useBasePageRedirectionHelper.d.mts +16 -0
- package/dist/composables/useBasePageRedirectionHelper.mjs +87 -0
- package/dist/composables/useBasePageRedirectionHelper.mjs.map +1 -0
- package/dist/constants2.cjs +2 -0
- package/dist/constants2.cjs.map +1 -1
- package/dist/constants2.d.cts +2 -0
- package/dist/constants2.d.mts +2 -0
- package/dist/constants2.mjs +2 -0
- package/dist/constants2.mjs.map +1 -1
- package/dist/invitation.api.cjs +4 -0
- package/dist/invitation.api.d.cts +2 -0
- package/dist/invitation.api.d.mts +2 -0
- package/dist/invitation.api.mjs +3 -0
- package/dist/invitation2.api.cjs +26 -0
- package/dist/invitation2.api.cjs.map +1 -0
- package/dist/invitation2.api.d.cts +30 -0
- package/dist/invitation2.api.d.mts +30 -0
- package/dist/invitation2.api.mjs +14 -0
- package/dist/invitation2.api.mjs.map +1 -0
- package/dist/modalOpeners.cjs +0 -0
- package/dist/modalOpeners.d.cts +2 -0
- package/dist/modalOpeners.d.mts +2 -0
- package/dist/modalOpeners.mjs +1 -0
- package/dist/modalOpeners2.d.cts +11 -0
- package/dist/modalOpeners2.d.mts +11 -0
- package/dist/notifications.store.cjs +27 -0
- package/dist/notifications.store.cjs.map +1 -0
- package/dist/notifications.store.d.cts +15 -0
- package/dist/notifications.store.d.mts +15 -0
- package/dist/notifications.store.mjs +26 -0
- package/dist/notifications.store.mjs.map +1 -0
- package/dist/onboarding.api.cjs +3 -0
- package/dist/onboarding.api.d.cts +7 -0
- package/dist/onboarding.api.d.mts +7 -0
- package/dist/onboarding.api.mjs +3 -0
- package/dist/onboarding2.api.cjs +24 -0
- package/dist/onboarding2.api.cjs.map +1 -0
- package/dist/onboarding2.api.mjs +18 -0
- package/dist/onboarding2.api.mjs.map +1 -0
- package/dist/pageRedirection.d.cts +6 -0
- package/dist/pageRedirection.d.mts +6 -0
- package/dist/rbac.store.cjs +2 -1
- package/dist/rbac.store.cjs.map +1 -1
- package/dist/rbac.store.d.cts +123 -123
- package/dist/rbac.store.d.mts +124 -124
- package/dist/rbac.store.mjs +1 -1
- package/dist/roles.store.cjs +88 -0
- package/dist/roles.store.cjs.map +1 -0
- package/dist/roles.store.d.cts +637 -0
- package/dist/roles.store.d.mts +637 -0
- package/dist/roles.store.mjs +87 -0
- package/dist/roles.store.mjs.map +1 -0
- package/dist/settings.store.cjs +6 -0
- package/dist/settings.store.d.cts +3801 -0
- package/dist/settings.store.d.mts +3801 -0
- package/dist/settings.store.mjs +6 -0
- package/dist/settings2.store.cjs +387 -0
- package/dist/settings2.store.cjs.map +1 -0
- package/dist/settings2.store.mjs +348 -0
- package/dist/settings2.store.mjs.map +1 -0
- package/dist/types/pageRedirection.cjs +0 -0
- package/dist/types/pageRedirection.d.cts +2 -0
- package/dist/types/pageRedirection.d.mts +2 -0
- package/dist/types/pageRedirection.mjs +1 -0
- package/dist/useAgentRequestStore.cjs +1 -0
- package/dist/useAgentRequestStore.cjs.map +1 -1
- package/dist/useAgentRequestStore.d.cts +1 -1
- package/dist/useAgentRequestStore.d.mts +6 -6
- package/dist/useRootStore.cjs +4 -182
- package/dist/useRootStore.d.cts +73 -73
- package/dist/useRootStore.d.mts +73 -73
- package/dist/useRootStore.mjs +4 -182
- package/dist/useRootStore2.cjs +189 -0
- package/dist/useRootStore2.cjs.map +1 -0
- package/dist/useRootStore2.mjs +183 -0
- package/dist/useRootStore2.mjs.map +1 -0
- package/dist/users.store.cjs +9 -0
- package/dist/users.store.d.cts +552 -0
- package/dist/users.store.d.mts +552 -0
- package/dist/users.store.mjs +9 -0
- package/dist/users2.store.cjs +362 -0
- package/dist/users2.store.cjs.map +1 -0
- package/dist/users2.store.mjs +353 -0
- package/dist/users2.store.mjs.map +1 -0
- package/dist/versions.store.cjs +11 -0
- package/dist/versions.store.d.cts +384 -0
- package/dist/versions.store.d.mts +384 -0
- package/dist/versions.store.mjs +10 -0
- package/dist/versions2.store.cjs +230 -0
- package/dist/versions2.store.cjs.map +1 -0
- package/dist/versions2.store.mjs +218 -0
- package/dist/versions2.store.mjs.map +1 -0
- package/package.json +13 -6
- package/dist/useRootStore.cjs.map +0 -1
- package/dist/useRootStore.mjs.map +0 -1
package/dist/useRootStore.cjs
CHANGED
|
@@ -1,183 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
let vue = require("vue");
|
|
5
|
-
let n8n_workflow = require("n8n-workflow");
|
|
1
|
+
require('./constants2.cjs');
|
|
2
|
+
require('./metaTagConfig2.cjs');
|
|
3
|
+
const require_useRootStore = require('./useRootStore2.cjs');
|
|
6
4
|
|
|
7
|
-
|
|
8
|
-
const { VUE_APP_URL_BASE_API } = {}.env;
|
|
9
|
-
const useRootStore = (0, pinia.defineStore)(require_constants.STORES.ROOT, () => {
|
|
10
|
-
const state = (0, vue.ref)({
|
|
11
|
-
baseUrl: VUE_APP_URL_BASE_API ?? window.BASE_PATH,
|
|
12
|
-
restEndpoint: require_metaTagConfig.getConfigFromMetaTag("rest-endpoint") ?? "rest",
|
|
13
|
-
defaultLocale: "en",
|
|
14
|
-
endpointForm: "form",
|
|
15
|
-
endpointFormTest: "form-test",
|
|
16
|
-
endpointFormWaiting: "form-waiting",
|
|
17
|
-
endpointMcp: "mcp",
|
|
18
|
-
endpointMcpTest: "mcp-test",
|
|
19
|
-
endpointWebhook: "webhook",
|
|
20
|
-
endpointWebhookTest: "webhook-test",
|
|
21
|
-
endpointWebhookWaiting: "webhook-waiting",
|
|
22
|
-
timezone: "America/New_York",
|
|
23
|
-
executionTimeout: -1,
|
|
24
|
-
maxExecutionTimeout: Number.MAX_SAFE_INTEGER,
|
|
25
|
-
versionCli: "0.0.0",
|
|
26
|
-
oauthCallbackUrls: {},
|
|
27
|
-
jwksUri: "",
|
|
28
|
-
n8nMetadata: {},
|
|
29
|
-
pushRef: (0, n8n_workflow.randomString)(10).toLowerCase(),
|
|
30
|
-
urlBaseWebhook: "http://localhost:5678/",
|
|
31
|
-
urlBaseEditor: "http://localhost:5678",
|
|
32
|
-
urlBaseWebhookTest: "http://localhost:5678/",
|
|
33
|
-
instanceId: "",
|
|
34
|
-
binaryDataMode: "default"
|
|
35
|
-
});
|
|
36
|
-
const baseUrl = (0, vue.computed)(() => state.value.baseUrl);
|
|
37
|
-
const formUrl = (0, vue.computed)(() => `${state.value.urlBaseWebhook}${state.value.endpointForm}`);
|
|
38
|
-
const formTestUrl = (0, vue.computed)(() => `${state.value.urlBaseWebhookTest}${state.value.endpointFormTest}`);
|
|
39
|
-
const formWaitingUrl = (0, vue.computed)(() => `${state.value.urlBaseEditor}${state.value.endpointFormWaiting}`);
|
|
40
|
-
const webhookUrl = (0, vue.computed)(() => `${state.value.urlBaseWebhook}${state.value.endpointWebhook}`);
|
|
41
|
-
const webhookTestUrl = (0, vue.computed)(() => `${state.value.urlBaseWebhookTest}${state.value.endpointWebhookTest}`);
|
|
42
|
-
const webhookWaitingUrl = (0, vue.computed)(() => `${state.value.urlBaseEditor}${state.value.endpointWebhookWaiting}`);
|
|
43
|
-
const mcpUrl = (0, vue.computed)(() => `${state.value.urlBaseWebhook}${state.value.endpointMcp}`);
|
|
44
|
-
const mcpTestUrl = (0, vue.computed)(() => `${state.value.urlBaseWebhookTest}${state.value.endpointMcpTest}`);
|
|
45
|
-
const pushRef = (0, vue.computed)(() => state.value.pushRef);
|
|
46
|
-
const binaryDataMode = (0, vue.computed)(() => state.value.binaryDataMode);
|
|
47
|
-
const defaultLocale = (0, vue.computed)(() => state.value.defaultLocale);
|
|
48
|
-
const urlBaseEditor = (0, vue.computed)(() => state.value.urlBaseEditor);
|
|
49
|
-
const urlBaseWebhook = (0, vue.computed)(() => state.value.urlBaseWebhook);
|
|
50
|
-
const instanceId = (0, vue.computed)(() => state.value.instanceId);
|
|
51
|
-
const versionCli = (0, vue.computed)(() => state.value.versionCli);
|
|
52
|
-
const OAuthCallbackUrls = (0, vue.computed)(() => state.value.oauthCallbackUrls);
|
|
53
|
-
const jwksUri = (0, vue.computed)(() => state.value.jwksUri);
|
|
54
|
-
const restUrl = (0, vue.computed)(() => `${state.value.baseUrl}${state.value.restEndpoint}`);
|
|
55
|
-
const executionTimeout = (0, vue.computed)(() => state.value.executionTimeout);
|
|
56
|
-
const maxExecutionTimeout = (0, vue.computed)(() => state.value.maxExecutionTimeout);
|
|
57
|
-
const timezone = (0, vue.computed)(() => state.value.timezone);
|
|
58
|
-
const restApiContext = (0, vue.computed)(() => ({
|
|
59
|
-
baseUrl: restUrl.value,
|
|
60
|
-
pushRef: state.value.pushRef
|
|
61
|
-
}));
|
|
62
|
-
const setUrlBaseWebhook = (value) => {
|
|
63
|
-
const url = value.endsWith("/") ? value : `${value}/`;
|
|
64
|
-
state.value.urlBaseWebhook = url;
|
|
65
|
-
};
|
|
66
|
-
const setUrlBaseEditor = (value) => {
|
|
67
|
-
const url = value.endsWith("/") ? value : `${value}/`;
|
|
68
|
-
state.value.urlBaseEditor = url;
|
|
69
|
-
};
|
|
70
|
-
const setUrlBaseWebhookTest = (value) => {
|
|
71
|
-
const url = value.endsWith("/") ? value : `${value}/`;
|
|
72
|
-
state.value.urlBaseWebhookTest = url;
|
|
73
|
-
};
|
|
74
|
-
const setEndpointForm = (value) => {
|
|
75
|
-
state.value.endpointForm = value;
|
|
76
|
-
};
|
|
77
|
-
const setEndpointFormTest = (value) => {
|
|
78
|
-
state.value.endpointFormTest = value;
|
|
79
|
-
};
|
|
80
|
-
const setEndpointFormWaiting = (value) => {
|
|
81
|
-
state.value.endpointFormWaiting = value;
|
|
82
|
-
};
|
|
83
|
-
const setEndpointWebhook = (value) => {
|
|
84
|
-
state.value.endpointWebhook = value;
|
|
85
|
-
};
|
|
86
|
-
const setEndpointWebhookTest = (value) => {
|
|
87
|
-
state.value.endpointWebhookTest = value;
|
|
88
|
-
};
|
|
89
|
-
const setEndpointWebhookWaiting = (value) => {
|
|
90
|
-
state.value.endpointWebhookWaiting = value;
|
|
91
|
-
};
|
|
92
|
-
const setEndpointMcp = (value) => {
|
|
93
|
-
state.value.endpointMcp = value;
|
|
94
|
-
};
|
|
95
|
-
const setEndpointMcpTest = (value) => {
|
|
96
|
-
state.value.endpointMcpTest = value;
|
|
97
|
-
};
|
|
98
|
-
const setTimezone = (value) => {
|
|
99
|
-
state.value.timezone = value;
|
|
100
|
-
(0, n8n_workflow.setGlobalState)({ defaultTimezone: value });
|
|
101
|
-
};
|
|
102
|
-
const setExecutionTimeout = (value) => {
|
|
103
|
-
state.value.executionTimeout = value;
|
|
104
|
-
};
|
|
105
|
-
const setMaxExecutionTimeout = (value) => {
|
|
106
|
-
state.value.maxExecutionTimeout = value;
|
|
107
|
-
};
|
|
108
|
-
const setVersionCli = (value) => {
|
|
109
|
-
state.value.versionCli = value;
|
|
110
|
-
};
|
|
111
|
-
const setInstanceId = (value) => {
|
|
112
|
-
state.value.instanceId = value;
|
|
113
|
-
};
|
|
114
|
-
const setOauthCallbackUrls = (value) => {
|
|
115
|
-
state.value.oauthCallbackUrls = value;
|
|
116
|
-
};
|
|
117
|
-
const setJwksUri = (value) => {
|
|
118
|
-
state.value.jwksUri = value;
|
|
119
|
-
};
|
|
120
|
-
const setN8nMetadata = (value) => {
|
|
121
|
-
state.value.n8nMetadata = value;
|
|
122
|
-
};
|
|
123
|
-
const setDefaultLocale = (value) => {
|
|
124
|
-
state.value.defaultLocale = value;
|
|
125
|
-
};
|
|
126
|
-
const setBinaryDataMode = (value) => {
|
|
127
|
-
state.value.binaryDataMode = value;
|
|
128
|
-
};
|
|
129
|
-
const setPushRef = (value) => {
|
|
130
|
-
state.value.pushRef = value;
|
|
131
|
-
};
|
|
132
|
-
return {
|
|
133
|
-
baseUrl,
|
|
134
|
-
formUrl,
|
|
135
|
-
formTestUrl,
|
|
136
|
-
formWaitingUrl,
|
|
137
|
-
mcpUrl,
|
|
138
|
-
mcpTestUrl,
|
|
139
|
-
webhookUrl,
|
|
140
|
-
webhookTestUrl,
|
|
141
|
-
webhookWaitingUrl,
|
|
142
|
-
restUrl,
|
|
143
|
-
restApiContext,
|
|
144
|
-
urlBaseEditor,
|
|
145
|
-
urlBaseWebhook,
|
|
146
|
-
versionCli,
|
|
147
|
-
instanceId,
|
|
148
|
-
pushRef,
|
|
149
|
-
defaultLocale,
|
|
150
|
-
binaryDataMode,
|
|
151
|
-
OAuthCallbackUrls,
|
|
152
|
-
jwksUri,
|
|
153
|
-
executionTimeout,
|
|
154
|
-
maxExecutionTimeout,
|
|
155
|
-
timezone,
|
|
156
|
-
setUrlBaseWebhook,
|
|
157
|
-
setUrlBaseEditor,
|
|
158
|
-
setUrlBaseWebhookTest,
|
|
159
|
-
setEndpointForm,
|
|
160
|
-
setEndpointFormTest,
|
|
161
|
-
setEndpointFormWaiting,
|
|
162
|
-
setEndpointWebhook,
|
|
163
|
-
setEndpointWebhookTest,
|
|
164
|
-
setEndpointWebhookWaiting,
|
|
165
|
-
setEndpointMcp,
|
|
166
|
-
setEndpointMcpTest,
|
|
167
|
-
setTimezone,
|
|
168
|
-
setExecutionTimeout,
|
|
169
|
-
setMaxExecutionTimeout,
|
|
170
|
-
setVersionCli,
|
|
171
|
-
setInstanceId,
|
|
172
|
-
setOauthCallbackUrls,
|
|
173
|
-
setJwksUri,
|
|
174
|
-
setN8nMetadata,
|
|
175
|
-
setDefaultLocale,
|
|
176
|
-
setBinaryDataMode,
|
|
177
|
-
setPushRef
|
|
178
|
-
};
|
|
179
|
-
});
|
|
180
|
-
|
|
181
|
-
//#endregion
|
|
182
|
-
exports.useRootStore = useRootStore;
|
|
183
|
-
//# sourceMappingURL=useRootStore.cjs.map
|
|
5
|
+
exports.useRootStore = require_useRootStore.useRootStore;
|
package/dist/useRootStore.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as vue398 from "vue";
|
|
2
|
+
import * as pinia7 from "pinia";
|
|
3
3
|
|
|
4
4
|
//#region src/useRootStore.d.ts
|
|
5
5
|
type RootStoreState = {
|
|
@@ -30,33 +30,33 @@ type RootStoreState = {
|
|
|
30
30
|
instanceId: string;
|
|
31
31
|
binaryDataMode: 'default' | 'filesystem' | 's3' | 'azure' | 'database';
|
|
32
32
|
};
|
|
33
|
-
declare const useRootStore:
|
|
34
|
-
baseUrl:
|
|
35
|
-
formUrl:
|
|
36
|
-
formTestUrl:
|
|
37
|
-
formWaitingUrl:
|
|
38
|
-
mcpUrl:
|
|
39
|
-
mcpTestUrl:
|
|
40
|
-
webhookUrl:
|
|
41
|
-
webhookTestUrl:
|
|
42
|
-
webhookWaitingUrl:
|
|
43
|
-
restUrl:
|
|
44
|
-
restApiContext:
|
|
33
|
+
declare const useRootStore: pinia7.StoreDefinition<"root", Pick<{
|
|
34
|
+
baseUrl: vue398.ComputedRef<string>;
|
|
35
|
+
formUrl: vue398.ComputedRef<string>;
|
|
36
|
+
formTestUrl: vue398.ComputedRef<string>;
|
|
37
|
+
formWaitingUrl: vue398.ComputedRef<string>;
|
|
38
|
+
mcpUrl: vue398.ComputedRef<string>;
|
|
39
|
+
mcpTestUrl: vue398.ComputedRef<string>;
|
|
40
|
+
webhookUrl: vue398.ComputedRef<string>;
|
|
41
|
+
webhookTestUrl: vue398.ComputedRef<string>;
|
|
42
|
+
webhookWaitingUrl: vue398.ComputedRef<string>;
|
|
43
|
+
restUrl: vue398.ComputedRef<string>;
|
|
44
|
+
restApiContext: vue398.ComputedRef<{
|
|
45
45
|
baseUrl: string;
|
|
46
46
|
pushRef: string;
|
|
47
47
|
}>;
|
|
48
|
-
urlBaseEditor:
|
|
49
|
-
urlBaseWebhook:
|
|
50
|
-
versionCli:
|
|
51
|
-
instanceId:
|
|
52
|
-
pushRef:
|
|
53
|
-
defaultLocale:
|
|
54
|
-
binaryDataMode:
|
|
55
|
-
OAuthCallbackUrls:
|
|
56
|
-
jwksUri:
|
|
57
|
-
executionTimeout:
|
|
58
|
-
maxExecutionTimeout:
|
|
59
|
-
timezone:
|
|
48
|
+
urlBaseEditor: vue398.ComputedRef<string>;
|
|
49
|
+
urlBaseWebhook: vue398.ComputedRef<string>;
|
|
50
|
+
versionCli: vue398.ComputedRef<string>;
|
|
51
|
+
instanceId: vue398.ComputedRef<string>;
|
|
52
|
+
pushRef: vue398.ComputedRef<string>;
|
|
53
|
+
defaultLocale: vue398.ComputedRef<string>;
|
|
54
|
+
binaryDataMode: vue398.ComputedRef<"default" | "filesystem" | "s3" | "azure" | "database">;
|
|
55
|
+
OAuthCallbackUrls: vue398.ComputedRef<object>;
|
|
56
|
+
jwksUri: vue398.ComputedRef<string>;
|
|
57
|
+
executionTimeout: vue398.ComputedRef<number>;
|
|
58
|
+
maxExecutionTimeout: vue398.ComputedRef<number>;
|
|
59
|
+
timezone: vue398.ComputedRef<string>;
|
|
60
60
|
setUrlBaseWebhook: (value: string) => void;
|
|
61
61
|
setUrlBaseEditor: (value: string) => void;
|
|
62
62
|
setUrlBaseWebhookTest: (value: string) => void;
|
|
@@ -80,32 +80,32 @@ declare const useRootStore: pinia1.StoreDefinition<"root", Pick<{
|
|
|
80
80
|
setBinaryDataMode: (value: RootStoreState["binaryDataMode"]) => void;
|
|
81
81
|
setPushRef: (value: string) => void;
|
|
82
82
|
}, never>, Pick<{
|
|
83
|
-
baseUrl:
|
|
84
|
-
formUrl:
|
|
85
|
-
formTestUrl:
|
|
86
|
-
formWaitingUrl:
|
|
87
|
-
mcpUrl:
|
|
88
|
-
mcpTestUrl:
|
|
89
|
-
webhookUrl:
|
|
90
|
-
webhookTestUrl:
|
|
91
|
-
webhookWaitingUrl:
|
|
92
|
-
restUrl:
|
|
93
|
-
restApiContext:
|
|
83
|
+
baseUrl: vue398.ComputedRef<string>;
|
|
84
|
+
formUrl: vue398.ComputedRef<string>;
|
|
85
|
+
formTestUrl: vue398.ComputedRef<string>;
|
|
86
|
+
formWaitingUrl: vue398.ComputedRef<string>;
|
|
87
|
+
mcpUrl: vue398.ComputedRef<string>;
|
|
88
|
+
mcpTestUrl: vue398.ComputedRef<string>;
|
|
89
|
+
webhookUrl: vue398.ComputedRef<string>;
|
|
90
|
+
webhookTestUrl: vue398.ComputedRef<string>;
|
|
91
|
+
webhookWaitingUrl: vue398.ComputedRef<string>;
|
|
92
|
+
restUrl: vue398.ComputedRef<string>;
|
|
93
|
+
restApiContext: vue398.ComputedRef<{
|
|
94
94
|
baseUrl: string;
|
|
95
95
|
pushRef: string;
|
|
96
96
|
}>;
|
|
97
|
-
urlBaseEditor:
|
|
98
|
-
urlBaseWebhook:
|
|
99
|
-
versionCli:
|
|
100
|
-
instanceId:
|
|
101
|
-
pushRef:
|
|
102
|
-
defaultLocale:
|
|
103
|
-
binaryDataMode:
|
|
104
|
-
OAuthCallbackUrls:
|
|
105
|
-
jwksUri:
|
|
106
|
-
executionTimeout:
|
|
107
|
-
maxExecutionTimeout:
|
|
108
|
-
timezone:
|
|
97
|
+
urlBaseEditor: vue398.ComputedRef<string>;
|
|
98
|
+
urlBaseWebhook: vue398.ComputedRef<string>;
|
|
99
|
+
versionCli: vue398.ComputedRef<string>;
|
|
100
|
+
instanceId: vue398.ComputedRef<string>;
|
|
101
|
+
pushRef: vue398.ComputedRef<string>;
|
|
102
|
+
defaultLocale: vue398.ComputedRef<string>;
|
|
103
|
+
binaryDataMode: vue398.ComputedRef<"default" | "filesystem" | "s3" | "azure" | "database">;
|
|
104
|
+
OAuthCallbackUrls: vue398.ComputedRef<object>;
|
|
105
|
+
jwksUri: vue398.ComputedRef<string>;
|
|
106
|
+
executionTimeout: vue398.ComputedRef<number>;
|
|
107
|
+
maxExecutionTimeout: vue398.ComputedRef<number>;
|
|
108
|
+
timezone: vue398.ComputedRef<string>;
|
|
109
109
|
setUrlBaseWebhook: (value: string) => void;
|
|
110
110
|
setUrlBaseEditor: (value: string) => void;
|
|
111
111
|
setUrlBaseWebhookTest: (value: string) => void;
|
|
@@ -128,33 +128,33 @@ declare const useRootStore: pinia1.StoreDefinition<"root", Pick<{
|
|
|
128
128
|
setDefaultLocale: (value: string) => void;
|
|
129
129
|
setBinaryDataMode: (value: RootStoreState["binaryDataMode"]) => void;
|
|
130
130
|
setPushRef: (value: string) => void;
|
|
131
|
-
}, "
|
|
132
|
-
baseUrl:
|
|
133
|
-
formUrl:
|
|
134
|
-
formTestUrl:
|
|
135
|
-
formWaitingUrl:
|
|
136
|
-
mcpUrl:
|
|
137
|
-
mcpTestUrl:
|
|
138
|
-
webhookUrl:
|
|
139
|
-
webhookTestUrl:
|
|
140
|
-
webhookWaitingUrl:
|
|
141
|
-
restUrl:
|
|
142
|
-
restApiContext:
|
|
131
|
+
}, "executionTimeout" | "maxExecutionTimeout" | "jwksUri" | "timezone" | "urlBaseWebhook" | "urlBaseEditor" | "versionCli" | "binaryDataMode" | "instanceId" | "defaultLocale" | "baseUrl" | "pushRef" | "formUrl" | "formTestUrl" | "formWaitingUrl" | "mcpUrl" | "mcpTestUrl" | "webhookUrl" | "webhookTestUrl" | "webhookWaitingUrl" | "restUrl" | "restApiContext" | "OAuthCallbackUrls">, Pick<{
|
|
132
|
+
baseUrl: vue398.ComputedRef<string>;
|
|
133
|
+
formUrl: vue398.ComputedRef<string>;
|
|
134
|
+
formTestUrl: vue398.ComputedRef<string>;
|
|
135
|
+
formWaitingUrl: vue398.ComputedRef<string>;
|
|
136
|
+
mcpUrl: vue398.ComputedRef<string>;
|
|
137
|
+
mcpTestUrl: vue398.ComputedRef<string>;
|
|
138
|
+
webhookUrl: vue398.ComputedRef<string>;
|
|
139
|
+
webhookTestUrl: vue398.ComputedRef<string>;
|
|
140
|
+
webhookWaitingUrl: vue398.ComputedRef<string>;
|
|
141
|
+
restUrl: vue398.ComputedRef<string>;
|
|
142
|
+
restApiContext: vue398.ComputedRef<{
|
|
143
143
|
baseUrl: string;
|
|
144
144
|
pushRef: string;
|
|
145
145
|
}>;
|
|
146
|
-
urlBaseEditor:
|
|
147
|
-
urlBaseWebhook:
|
|
148
|
-
versionCli:
|
|
149
|
-
instanceId:
|
|
150
|
-
pushRef:
|
|
151
|
-
defaultLocale:
|
|
152
|
-
binaryDataMode:
|
|
153
|
-
OAuthCallbackUrls:
|
|
154
|
-
jwksUri:
|
|
155
|
-
executionTimeout:
|
|
156
|
-
maxExecutionTimeout:
|
|
157
|
-
timezone:
|
|
146
|
+
urlBaseEditor: vue398.ComputedRef<string>;
|
|
147
|
+
urlBaseWebhook: vue398.ComputedRef<string>;
|
|
148
|
+
versionCli: vue398.ComputedRef<string>;
|
|
149
|
+
instanceId: vue398.ComputedRef<string>;
|
|
150
|
+
pushRef: vue398.ComputedRef<string>;
|
|
151
|
+
defaultLocale: vue398.ComputedRef<string>;
|
|
152
|
+
binaryDataMode: vue398.ComputedRef<"default" | "filesystem" | "s3" | "azure" | "database">;
|
|
153
|
+
OAuthCallbackUrls: vue398.ComputedRef<object>;
|
|
154
|
+
jwksUri: vue398.ComputedRef<string>;
|
|
155
|
+
executionTimeout: vue398.ComputedRef<number>;
|
|
156
|
+
maxExecutionTimeout: vue398.ComputedRef<number>;
|
|
157
|
+
timezone: vue398.ComputedRef<string>;
|
|
158
158
|
setUrlBaseWebhook: (value: string) => void;
|
|
159
159
|
setUrlBaseEditor: (value: string) => void;
|
|
160
160
|
setUrlBaseWebhookTest: (value: string) => void;
|
package/dist/useRootStore.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as pinia4 from "pinia";
|
|
2
|
+
import * as vue323 from "vue";
|
|
3
3
|
|
|
4
4
|
//#region src/useRootStore.d.ts
|
|
5
5
|
type RootStoreState = {
|
|
@@ -30,33 +30,33 @@ type RootStoreState = {
|
|
|
30
30
|
instanceId: string;
|
|
31
31
|
binaryDataMode: 'default' | 'filesystem' | 's3' | 'azure' | 'database';
|
|
32
32
|
};
|
|
33
|
-
declare const useRootStore:
|
|
34
|
-
baseUrl:
|
|
35
|
-
formUrl:
|
|
36
|
-
formTestUrl:
|
|
37
|
-
formWaitingUrl:
|
|
38
|
-
mcpUrl:
|
|
39
|
-
mcpTestUrl:
|
|
40
|
-
webhookUrl:
|
|
41
|
-
webhookTestUrl:
|
|
42
|
-
webhookWaitingUrl:
|
|
43
|
-
restUrl:
|
|
44
|
-
restApiContext:
|
|
33
|
+
declare const useRootStore: pinia4.StoreDefinition<"root", Pick<{
|
|
34
|
+
baseUrl: vue323.ComputedRef<string>;
|
|
35
|
+
formUrl: vue323.ComputedRef<string>;
|
|
36
|
+
formTestUrl: vue323.ComputedRef<string>;
|
|
37
|
+
formWaitingUrl: vue323.ComputedRef<string>;
|
|
38
|
+
mcpUrl: vue323.ComputedRef<string>;
|
|
39
|
+
mcpTestUrl: vue323.ComputedRef<string>;
|
|
40
|
+
webhookUrl: vue323.ComputedRef<string>;
|
|
41
|
+
webhookTestUrl: vue323.ComputedRef<string>;
|
|
42
|
+
webhookWaitingUrl: vue323.ComputedRef<string>;
|
|
43
|
+
restUrl: vue323.ComputedRef<string>;
|
|
44
|
+
restApiContext: vue323.ComputedRef<{
|
|
45
45
|
baseUrl: string;
|
|
46
46
|
pushRef: string;
|
|
47
47
|
}>;
|
|
48
|
-
urlBaseEditor:
|
|
49
|
-
urlBaseWebhook:
|
|
50
|
-
versionCli:
|
|
51
|
-
instanceId:
|
|
52
|
-
pushRef:
|
|
53
|
-
defaultLocale:
|
|
54
|
-
binaryDataMode:
|
|
55
|
-
OAuthCallbackUrls:
|
|
56
|
-
jwksUri:
|
|
57
|
-
executionTimeout:
|
|
58
|
-
maxExecutionTimeout:
|
|
59
|
-
timezone:
|
|
48
|
+
urlBaseEditor: vue323.ComputedRef<string>;
|
|
49
|
+
urlBaseWebhook: vue323.ComputedRef<string>;
|
|
50
|
+
versionCli: vue323.ComputedRef<string>;
|
|
51
|
+
instanceId: vue323.ComputedRef<string>;
|
|
52
|
+
pushRef: vue323.ComputedRef<string>;
|
|
53
|
+
defaultLocale: vue323.ComputedRef<string>;
|
|
54
|
+
binaryDataMode: vue323.ComputedRef<"default" | "filesystem" | "s3" | "azure" | "database">;
|
|
55
|
+
OAuthCallbackUrls: vue323.ComputedRef<object>;
|
|
56
|
+
jwksUri: vue323.ComputedRef<string>;
|
|
57
|
+
executionTimeout: vue323.ComputedRef<number>;
|
|
58
|
+
maxExecutionTimeout: vue323.ComputedRef<number>;
|
|
59
|
+
timezone: vue323.ComputedRef<string>;
|
|
60
60
|
setUrlBaseWebhook: (value: string) => void;
|
|
61
61
|
setUrlBaseEditor: (value: string) => void;
|
|
62
62
|
setUrlBaseWebhookTest: (value: string) => void;
|
|
@@ -80,32 +80,32 @@ declare const useRootStore: pinia1.StoreDefinition<"root", Pick<{
|
|
|
80
80
|
setBinaryDataMode: (value: RootStoreState["binaryDataMode"]) => void;
|
|
81
81
|
setPushRef: (value: string) => void;
|
|
82
82
|
}, never>, Pick<{
|
|
83
|
-
baseUrl:
|
|
84
|
-
formUrl:
|
|
85
|
-
formTestUrl:
|
|
86
|
-
formWaitingUrl:
|
|
87
|
-
mcpUrl:
|
|
88
|
-
mcpTestUrl:
|
|
89
|
-
webhookUrl:
|
|
90
|
-
webhookTestUrl:
|
|
91
|
-
webhookWaitingUrl:
|
|
92
|
-
restUrl:
|
|
93
|
-
restApiContext:
|
|
83
|
+
baseUrl: vue323.ComputedRef<string>;
|
|
84
|
+
formUrl: vue323.ComputedRef<string>;
|
|
85
|
+
formTestUrl: vue323.ComputedRef<string>;
|
|
86
|
+
formWaitingUrl: vue323.ComputedRef<string>;
|
|
87
|
+
mcpUrl: vue323.ComputedRef<string>;
|
|
88
|
+
mcpTestUrl: vue323.ComputedRef<string>;
|
|
89
|
+
webhookUrl: vue323.ComputedRef<string>;
|
|
90
|
+
webhookTestUrl: vue323.ComputedRef<string>;
|
|
91
|
+
webhookWaitingUrl: vue323.ComputedRef<string>;
|
|
92
|
+
restUrl: vue323.ComputedRef<string>;
|
|
93
|
+
restApiContext: vue323.ComputedRef<{
|
|
94
94
|
baseUrl: string;
|
|
95
95
|
pushRef: string;
|
|
96
96
|
}>;
|
|
97
|
-
urlBaseEditor:
|
|
98
|
-
urlBaseWebhook:
|
|
99
|
-
versionCli:
|
|
100
|
-
instanceId:
|
|
101
|
-
pushRef:
|
|
102
|
-
defaultLocale:
|
|
103
|
-
binaryDataMode:
|
|
104
|
-
OAuthCallbackUrls:
|
|
105
|
-
jwksUri:
|
|
106
|
-
executionTimeout:
|
|
107
|
-
maxExecutionTimeout:
|
|
108
|
-
timezone:
|
|
97
|
+
urlBaseEditor: vue323.ComputedRef<string>;
|
|
98
|
+
urlBaseWebhook: vue323.ComputedRef<string>;
|
|
99
|
+
versionCli: vue323.ComputedRef<string>;
|
|
100
|
+
instanceId: vue323.ComputedRef<string>;
|
|
101
|
+
pushRef: vue323.ComputedRef<string>;
|
|
102
|
+
defaultLocale: vue323.ComputedRef<string>;
|
|
103
|
+
binaryDataMode: vue323.ComputedRef<"default" | "filesystem" | "s3" | "azure" | "database">;
|
|
104
|
+
OAuthCallbackUrls: vue323.ComputedRef<object>;
|
|
105
|
+
jwksUri: vue323.ComputedRef<string>;
|
|
106
|
+
executionTimeout: vue323.ComputedRef<number>;
|
|
107
|
+
maxExecutionTimeout: vue323.ComputedRef<number>;
|
|
108
|
+
timezone: vue323.ComputedRef<string>;
|
|
109
109
|
setUrlBaseWebhook: (value: string) => void;
|
|
110
110
|
setUrlBaseEditor: (value: string) => void;
|
|
111
111
|
setUrlBaseWebhookTest: (value: string) => void;
|
|
@@ -128,33 +128,33 @@ declare const useRootStore: pinia1.StoreDefinition<"root", Pick<{
|
|
|
128
128
|
setDefaultLocale: (value: string) => void;
|
|
129
129
|
setBinaryDataMode: (value: RootStoreState["binaryDataMode"]) => void;
|
|
130
130
|
setPushRef: (value: string) => void;
|
|
131
|
-
}, "
|
|
132
|
-
baseUrl:
|
|
133
|
-
formUrl:
|
|
134
|
-
formTestUrl:
|
|
135
|
-
formWaitingUrl:
|
|
136
|
-
mcpUrl:
|
|
137
|
-
mcpTestUrl:
|
|
138
|
-
webhookUrl:
|
|
139
|
-
webhookTestUrl:
|
|
140
|
-
webhookWaitingUrl:
|
|
141
|
-
restUrl:
|
|
142
|
-
restApiContext:
|
|
131
|
+
}, "executionTimeout" | "maxExecutionTimeout" | "jwksUri" | "timezone" | "urlBaseWebhook" | "urlBaseEditor" | "versionCli" | "binaryDataMode" | "instanceId" | "defaultLocale" | "baseUrl" | "pushRef" | "formUrl" | "formTestUrl" | "formWaitingUrl" | "mcpUrl" | "mcpTestUrl" | "webhookUrl" | "webhookTestUrl" | "webhookWaitingUrl" | "restUrl" | "restApiContext" | "OAuthCallbackUrls">, Pick<{
|
|
132
|
+
baseUrl: vue323.ComputedRef<string>;
|
|
133
|
+
formUrl: vue323.ComputedRef<string>;
|
|
134
|
+
formTestUrl: vue323.ComputedRef<string>;
|
|
135
|
+
formWaitingUrl: vue323.ComputedRef<string>;
|
|
136
|
+
mcpUrl: vue323.ComputedRef<string>;
|
|
137
|
+
mcpTestUrl: vue323.ComputedRef<string>;
|
|
138
|
+
webhookUrl: vue323.ComputedRef<string>;
|
|
139
|
+
webhookTestUrl: vue323.ComputedRef<string>;
|
|
140
|
+
webhookWaitingUrl: vue323.ComputedRef<string>;
|
|
141
|
+
restUrl: vue323.ComputedRef<string>;
|
|
142
|
+
restApiContext: vue323.ComputedRef<{
|
|
143
143
|
baseUrl: string;
|
|
144
144
|
pushRef: string;
|
|
145
145
|
}>;
|
|
146
|
-
urlBaseEditor:
|
|
147
|
-
urlBaseWebhook:
|
|
148
|
-
versionCli:
|
|
149
|
-
instanceId:
|
|
150
|
-
pushRef:
|
|
151
|
-
defaultLocale:
|
|
152
|
-
binaryDataMode:
|
|
153
|
-
OAuthCallbackUrls:
|
|
154
|
-
jwksUri:
|
|
155
|
-
executionTimeout:
|
|
156
|
-
maxExecutionTimeout:
|
|
157
|
-
timezone:
|
|
146
|
+
urlBaseEditor: vue323.ComputedRef<string>;
|
|
147
|
+
urlBaseWebhook: vue323.ComputedRef<string>;
|
|
148
|
+
versionCli: vue323.ComputedRef<string>;
|
|
149
|
+
instanceId: vue323.ComputedRef<string>;
|
|
150
|
+
pushRef: vue323.ComputedRef<string>;
|
|
151
|
+
defaultLocale: vue323.ComputedRef<string>;
|
|
152
|
+
binaryDataMode: vue323.ComputedRef<"default" | "filesystem" | "s3" | "azure" | "database">;
|
|
153
|
+
OAuthCallbackUrls: vue323.ComputedRef<object>;
|
|
154
|
+
jwksUri: vue323.ComputedRef<string>;
|
|
155
|
+
executionTimeout: vue323.ComputedRef<number>;
|
|
156
|
+
maxExecutionTimeout: vue323.ComputedRef<number>;
|
|
157
|
+
timezone: vue323.ComputedRef<string>;
|
|
158
158
|
setUrlBaseWebhook: (value: string) => void;
|
|
159
159
|
setUrlBaseEditor: (value: string) => void;
|
|
160
160
|
setUrlBaseWebhookTest: (value: string) => void;
|