@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.
Files changed (106) hide show
  1. package/dist/cloudPlan.store.cjs +7 -0
  2. package/dist/cloudPlan.store.d.cts +534 -0
  3. package/dist/cloudPlan.store.d.mts +534 -0
  4. package/dist/cloudPlan.store.mjs +7 -0
  5. package/dist/cloudPlan2.store.cjs +247 -0
  6. package/dist/cloudPlan2.store.cjs.map +1 -0
  7. package/dist/cloudPlan2.store.mjs +242 -0
  8. package/dist/cloudPlan2.store.mjs.map +1 -0
  9. package/dist/composables/useBasePageRedirectionHelper.cjs +87 -0
  10. package/dist/composables/useBasePageRedirectionHelper.cjs.map +1 -0
  11. package/dist/composables/useBasePageRedirectionHelper.d.cts +16 -0
  12. package/dist/composables/useBasePageRedirectionHelper.d.mts +16 -0
  13. package/dist/composables/useBasePageRedirectionHelper.mjs +87 -0
  14. package/dist/composables/useBasePageRedirectionHelper.mjs.map +1 -0
  15. package/dist/constants2.cjs +2 -0
  16. package/dist/constants2.cjs.map +1 -1
  17. package/dist/constants2.d.cts +2 -0
  18. package/dist/constants2.d.mts +2 -0
  19. package/dist/constants2.mjs +2 -0
  20. package/dist/constants2.mjs.map +1 -1
  21. package/dist/invitation.api.cjs +4 -0
  22. package/dist/invitation.api.d.cts +2 -0
  23. package/dist/invitation.api.d.mts +2 -0
  24. package/dist/invitation.api.mjs +3 -0
  25. package/dist/invitation2.api.cjs +26 -0
  26. package/dist/invitation2.api.cjs.map +1 -0
  27. package/dist/invitation2.api.d.cts +30 -0
  28. package/dist/invitation2.api.d.mts +30 -0
  29. package/dist/invitation2.api.mjs +14 -0
  30. package/dist/invitation2.api.mjs.map +1 -0
  31. package/dist/modalOpeners.cjs +0 -0
  32. package/dist/modalOpeners.d.cts +2 -0
  33. package/dist/modalOpeners.d.mts +2 -0
  34. package/dist/modalOpeners.mjs +1 -0
  35. package/dist/modalOpeners2.d.cts +11 -0
  36. package/dist/modalOpeners2.d.mts +11 -0
  37. package/dist/notifications.store.cjs +27 -0
  38. package/dist/notifications.store.cjs.map +1 -0
  39. package/dist/notifications.store.d.cts +15 -0
  40. package/dist/notifications.store.d.mts +15 -0
  41. package/dist/notifications.store.mjs +26 -0
  42. package/dist/notifications.store.mjs.map +1 -0
  43. package/dist/onboarding.api.cjs +3 -0
  44. package/dist/onboarding.api.d.cts +7 -0
  45. package/dist/onboarding.api.d.mts +7 -0
  46. package/dist/onboarding.api.mjs +3 -0
  47. package/dist/onboarding2.api.cjs +24 -0
  48. package/dist/onboarding2.api.cjs.map +1 -0
  49. package/dist/onboarding2.api.mjs +18 -0
  50. package/dist/onboarding2.api.mjs.map +1 -0
  51. package/dist/pageRedirection.d.cts +6 -0
  52. package/dist/pageRedirection.d.mts +6 -0
  53. package/dist/rbac.store.cjs +2 -1
  54. package/dist/rbac.store.cjs.map +1 -1
  55. package/dist/rbac.store.d.cts +123 -123
  56. package/dist/rbac.store.d.mts +124 -124
  57. package/dist/rbac.store.mjs +1 -1
  58. package/dist/roles.store.cjs +88 -0
  59. package/dist/roles.store.cjs.map +1 -0
  60. package/dist/roles.store.d.cts +637 -0
  61. package/dist/roles.store.d.mts +637 -0
  62. package/dist/roles.store.mjs +87 -0
  63. package/dist/roles.store.mjs.map +1 -0
  64. package/dist/settings.store.cjs +6 -0
  65. package/dist/settings.store.d.cts +3801 -0
  66. package/dist/settings.store.d.mts +3801 -0
  67. package/dist/settings.store.mjs +6 -0
  68. package/dist/settings2.store.cjs +387 -0
  69. package/dist/settings2.store.cjs.map +1 -0
  70. package/dist/settings2.store.mjs +348 -0
  71. package/dist/settings2.store.mjs.map +1 -0
  72. package/dist/types/pageRedirection.cjs +0 -0
  73. package/dist/types/pageRedirection.d.cts +2 -0
  74. package/dist/types/pageRedirection.d.mts +2 -0
  75. package/dist/types/pageRedirection.mjs +1 -0
  76. package/dist/useAgentRequestStore.cjs +1 -0
  77. package/dist/useAgentRequestStore.cjs.map +1 -1
  78. package/dist/useAgentRequestStore.d.cts +1 -1
  79. package/dist/useAgentRequestStore.d.mts +6 -6
  80. package/dist/useRootStore.cjs +4 -182
  81. package/dist/useRootStore.d.cts +73 -73
  82. package/dist/useRootStore.d.mts +73 -73
  83. package/dist/useRootStore.mjs +4 -182
  84. package/dist/useRootStore2.cjs +189 -0
  85. package/dist/useRootStore2.cjs.map +1 -0
  86. package/dist/useRootStore2.mjs +183 -0
  87. package/dist/useRootStore2.mjs.map +1 -0
  88. package/dist/users.store.cjs +9 -0
  89. package/dist/users.store.d.cts +552 -0
  90. package/dist/users.store.d.mts +552 -0
  91. package/dist/users.store.mjs +9 -0
  92. package/dist/users2.store.cjs +362 -0
  93. package/dist/users2.store.cjs.map +1 -0
  94. package/dist/users2.store.mjs +353 -0
  95. package/dist/users2.store.mjs.map +1 -0
  96. package/dist/versions.store.cjs +11 -0
  97. package/dist/versions.store.d.cts +384 -0
  98. package/dist/versions.store.d.mts +384 -0
  99. package/dist/versions.store.mjs +10 -0
  100. package/dist/versions2.store.cjs +230 -0
  101. package/dist/versions2.store.cjs.map +1 -0
  102. package/dist/versions2.store.mjs +218 -0
  103. package/dist/versions2.store.mjs.map +1 -0
  104. package/package.json +13 -6
  105. package/dist/useRootStore.cjs.map +0 -1
  106. package/dist/useRootStore.mjs.map +0 -1
@@ -1,183 +1,5 @@
1
- const require_constants = require('./constants2.cjs');
2
- const require_metaTagConfig = require('./metaTagConfig2.cjs');
3
- let pinia = require("pinia");
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
- //#region src/useRootStore.ts
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;
@@ -1,5 +1,5 @@
1
- import * as vue14 from "vue";
2
- import * as pinia1 from "pinia";
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: pinia1.StoreDefinition<"root", Pick<{
34
- baseUrl: vue14.ComputedRef<string>;
35
- formUrl: vue14.ComputedRef<string>;
36
- formTestUrl: vue14.ComputedRef<string>;
37
- formWaitingUrl: vue14.ComputedRef<string>;
38
- mcpUrl: vue14.ComputedRef<string>;
39
- mcpTestUrl: vue14.ComputedRef<string>;
40
- webhookUrl: vue14.ComputedRef<string>;
41
- webhookTestUrl: vue14.ComputedRef<string>;
42
- webhookWaitingUrl: vue14.ComputedRef<string>;
43
- restUrl: vue14.ComputedRef<string>;
44
- restApiContext: vue14.ComputedRef<{
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: vue14.ComputedRef<string>;
49
- urlBaseWebhook: vue14.ComputedRef<string>;
50
- versionCli: vue14.ComputedRef<string>;
51
- instanceId: vue14.ComputedRef<string>;
52
- pushRef: vue14.ComputedRef<string>;
53
- defaultLocale: vue14.ComputedRef<string>;
54
- binaryDataMode: vue14.ComputedRef<"default" | "filesystem" | "s3" | "azure" | "database">;
55
- OAuthCallbackUrls: vue14.ComputedRef<object>;
56
- jwksUri: vue14.ComputedRef<string>;
57
- executionTimeout: vue14.ComputedRef<number>;
58
- maxExecutionTimeout: vue14.ComputedRef<number>;
59
- timezone: vue14.ComputedRef<string>;
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: vue14.ComputedRef<string>;
84
- formUrl: vue14.ComputedRef<string>;
85
- formTestUrl: vue14.ComputedRef<string>;
86
- formWaitingUrl: vue14.ComputedRef<string>;
87
- mcpUrl: vue14.ComputedRef<string>;
88
- mcpTestUrl: vue14.ComputedRef<string>;
89
- webhookUrl: vue14.ComputedRef<string>;
90
- webhookTestUrl: vue14.ComputedRef<string>;
91
- webhookWaitingUrl: vue14.ComputedRef<string>;
92
- restUrl: vue14.ComputedRef<string>;
93
- restApiContext: vue14.ComputedRef<{
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: vue14.ComputedRef<string>;
98
- urlBaseWebhook: vue14.ComputedRef<string>;
99
- versionCli: vue14.ComputedRef<string>;
100
- instanceId: vue14.ComputedRef<string>;
101
- pushRef: vue14.ComputedRef<string>;
102
- defaultLocale: vue14.ComputedRef<string>;
103
- binaryDataMode: vue14.ComputedRef<"default" | "filesystem" | "s3" | "azure" | "database">;
104
- OAuthCallbackUrls: vue14.ComputedRef<object>;
105
- jwksUri: vue14.ComputedRef<string>;
106
- executionTimeout: vue14.ComputedRef<number>;
107
- maxExecutionTimeout: vue14.ComputedRef<number>;
108
- timezone: vue14.ComputedRef<string>;
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
- }, "baseUrl" | "defaultLocale" | "timezone" | "executionTimeout" | "maxExecutionTimeout" | "versionCli" | "jwksUri" | "pushRef" | "urlBaseWebhook" | "urlBaseEditor" | "instanceId" | "binaryDataMode" | "formUrl" | "formTestUrl" | "formWaitingUrl" | "mcpUrl" | "mcpTestUrl" | "webhookUrl" | "webhookTestUrl" | "webhookWaitingUrl" | "restUrl" | "restApiContext" | "OAuthCallbackUrls">, Pick<{
132
- baseUrl: vue14.ComputedRef<string>;
133
- formUrl: vue14.ComputedRef<string>;
134
- formTestUrl: vue14.ComputedRef<string>;
135
- formWaitingUrl: vue14.ComputedRef<string>;
136
- mcpUrl: vue14.ComputedRef<string>;
137
- mcpTestUrl: vue14.ComputedRef<string>;
138
- webhookUrl: vue14.ComputedRef<string>;
139
- webhookTestUrl: vue14.ComputedRef<string>;
140
- webhookWaitingUrl: vue14.ComputedRef<string>;
141
- restUrl: vue14.ComputedRef<string>;
142
- restApiContext: vue14.ComputedRef<{
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: vue14.ComputedRef<string>;
147
- urlBaseWebhook: vue14.ComputedRef<string>;
148
- versionCli: vue14.ComputedRef<string>;
149
- instanceId: vue14.ComputedRef<string>;
150
- pushRef: vue14.ComputedRef<string>;
151
- defaultLocale: vue14.ComputedRef<string>;
152
- binaryDataMode: vue14.ComputedRef<"default" | "filesystem" | "s3" | "azure" | "database">;
153
- OAuthCallbackUrls: vue14.ComputedRef<object>;
154
- jwksUri: vue14.ComputedRef<string>;
155
- executionTimeout: vue14.ComputedRef<number>;
156
- maxExecutionTimeout: vue14.ComputedRef<number>;
157
- timezone: vue14.ComputedRef<string>;
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;
@@ -1,5 +1,5 @@
1
- import * as pinia1 from "pinia";
2
- import * as vue14 from "vue";
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: pinia1.StoreDefinition<"root", Pick<{
34
- baseUrl: vue14.ComputedRef<string>;
35
- formUrl: vue14.ComputedRef<string>;
36
- formTestUrl: vue14.ComputedRef<string>;
37
- formWaitingUrl: vue14.ComputedRef<string>;
38
- mcpUrl: vue14.ComputedRef<string>;
39
- mcpTestUrl: vue14.ComputedRef<string>;
40
- webhookUrl: vue14.ComputedRef<string>;
41
- webhookTestUrl: vue14.ComputedRef<string>;
42
- webhookWaitingUrl: vue14.ComputedRef<string>;
43
- restUrl: vue14.ComputedRef<string>;
44
- restApiContext: vue14.ComputedRef<{
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: vue14.ComputedRef<string>;
49
- urlBaseWebhook: vue14.ComputedRef<string>;
50
- versionCli: vue14.ComputedRef<string>;
51
- instanceId: vue14.ComputedRef<string>;
52
- pushRef: vue14.ComputedRef<string>;
53
- defaultLocale: vue14.ComputedRef<string>;
54
- binaryDataMode: vue14.ComputedRef<"default" | "filesystem" | "s3" | "azure" | "database">;
55
- OAuthCallbackUrls: vue14.ComputedRef<object>;
56
- jwksUri: vue14.ComputedRef<string>;
57
- executionTimeout: vue14.ComputedRef<number>;
58
- maxExecutionTimeout: vue14.ComputedRef<number>;
59
- timezone: vue14.ComputedRef<string>;
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: vue14.ComputedRef<string>;
84
- formUrl: vue14.ComputedRef<string>;
85
- formTestUrl: vue14.ComputedRef<string>;
86
- formWaitingUrl: vue14.ComputedRef<string>;
87
- mcpUrl: vue14.ComputedRef<string>;
88
- mcpTestUrl: vue14.ComputedRef<string>;
89
- webhookUrl: vue14.ComputedRef<string>;
90
- webhookTestUrl: vue14.ComputedRef<string>;
91
- webhookWaitingUrl: vue14.ComputedRef<string>;
92
- restUrl: vue14.ComputedRef<string>;
93
- restApiContext: vue14.ComputedRef<{
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: vue14.ComputedRef<string>;
98
- urlBaseWebhook: vue14.ComputedRef<string>;
99
- versionCli: vue14.ComputedRef<string>;
100
- instanceId: vue14.ComputedRef<string>;
101
- pushRef: vue14.ComputedRef<string>;
102
- defaultLocale: vue14.ComputedRef<string>;
103
- binaryDataMode: vue14.ComputedRef<"default" | "filesystem" | "s3" | "azure" | "database">;
104
- OAuthCallbackUrls: vue14.ComputedRef<object>;
105
- jwksUri: vue14.ComputedRef<string>;
106
- executionTimeout: vue14.ComputedRef<number>;
107
- maxExecutionTimeout: vue14.ComputedRef<number>;
108
- timezone: vue14.ComputedRef<string>;
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
- }, "baseUrl" | "defaultLocale" | "timezone" | "executionTimeout" | "maxExecutionTimeout" | "versionCli" | "jwksUri" | "pushRef" | "urlBaseWebhook" | "urlBaseEditor" | "instanceId" | "binaryDataMode" | "formUrl" | "formTestUrl" | "formWaitingUrl" | "mcpUrl" | "mcpTestUrl" | "webhookUrl" | "webhookTestUrl" | "webhookWaitingUrl" | "restUrl" | "restApiContext" | "OAuthCallbackUrls">, Pick<{
132
- baseUrl: vue14.ComputedRef<string>;
133
- formUrl: vue14.ComputedRef<string>;
134
- formTestUrl: vue14.ComputedRef<string>;
135
- formWaitingUrl: vue14.ComputedRef<string>;
136
- mcpUrl: vue14.ComputedRef<string>;
137
- mcpTestUrl: vue14.ComputedRef<string>;
138
- webhookUrl: vue14.ComputedRef<string>;
139
- webhookTestUrl: vue14.ComputedRef<string>;
140
- webhookWaitingUrl: vue14.ComputedRef<string>;
141
- restUrl: vue14.ComputedRef<string>;
142
- restApiContext: vue14.ComputedRef<{
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: vue14.ComputedRef<string>;
147
- urlBaseWebhook: vue14.ComputedRef<string>;
148
- versionCli: vue14.ComputedRef<string>;
149
- instanceId: vue14.ComputedRef<string>;
150
- pushRef: vue14.ComputedRef<string>;
151
- defaultLocale: vue14.ComputedRef<string>;
152
- binaryDataMode: vue14.ComputedRef<"default" | "filesystem" | "s3" | "azure" | "database">;
153
- OAuthCallbackUrls: vue14.ComputedRef<object>;
154
- jwksUri: vue14.ComputedRef<string>;
155
- executionTimeout: vue14.ComputedRef<number>;
156
- maxExecutionTimeout: vue14.ComputedRef<number>;
157
- timezone: vue14.ComputedRef<string>;
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;