@oneclick.dev/cms-core-modules 0.0.94 → 0.0.95

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.
@@ -48,8 +48,13 @@ export declare const config: {
48
48
  readonly label: "GitHub Integration";
49
49
  readonly type: "resource";
50
50
  readonly accept: ["GITHUB"];
51
+ readonly allowAgencyIntegrations: true;
51
52
  };
52
53
  readonly githubSettings: import('@oneclick.dev/cms-kit').SettingGroup<{
54
+ readonly instantBuild: {
55
+ readonly label: "Instant build after publish";
56
+ readonly type: "checkbox";
57
+ };
53
58
  readonly githubRepo: {
54
59
  readonly label: "GitHub Repository";
55
60
  readonly type: "input";
@@ -59,6 +64,12 @@ export declare const config: {
59
64
  readonly type: "input";
60
65
  };
61
66
  }>;
67
+ readonly aiIntegration: {
68
+ readonly label: "AI Integration";
69
+ readonly type: "resource";
70
+ readonly accept: ["OPENAI"];
71
+ readonly allowAgencyIntegrations: true;
72
+ };
62
73
  } & {
63
74
  readonly project: {
64
75
  readonly label: "Database";
@@ -108,8 +119,13 @@ export declare const config: {
108
119
  readonly label: "GitHub Integration";
109
120
  readonly type: "resource";
110
121
  readonly accept: ["GITHUB"];
122
+ readonly allowAgencyIntegrations: true;
111
123
  };
112
124
  readonly githubSettings: import('@oneclick.dev/cms-kit').SettingGroup<{
125
+ readonly instantBuild: {
126
+ readonly label: "Instant build after publish";
127
+ readonly type: "checkbox";
128
+ };
113
129
  readonly githubRepo: {
114
130
  readonly label: "GitHub Repository";
115
131
  readonly type: "input";
@@ -119,5 +135,11 @@ export declare const config: {
119
135
  readonly type: "input";
120
136
  };
121
137
  }>;
138
+ readonly aiIntegration: {
139
+ readonly label: "AI Integration";
140
+ readonly type: "resource";
141
+ readonly accept: ["OPENAI"];
142
+ readonly allowAgencyIntegrations: true;
143
+ };
122
144
  };
123
145
  export type ConfigValues = ResolveConfig<typeof config>;
@@ -50,8 +50,13 @@ declare const _default: {
50
50
  readonly label: "GitHub Integration";
51
51
  readonly type: "resource";
52
52
  readonly accept: ["GITHUB"];
53
+ readonly allowAgencyIntegrations: true;
53
54
  };
54
55
  readonly githubSettings: import('@oneclick.dev/cms-kit').SettingGroup<{
56
+ readonly instantBuild: {
57
+ readonly label: "Instant build after publish";
58
+ readonly type: "checkbox";
59
+ };
55
60
  readonly githubRepo: {
56
61
  readonly label: "GitHub Repository";
57
62
  readonly type: "input";
@@ -61,6 +66,12 @@ declare const _default: {
61
66
  readonly type: "input";
62
67
  };
63
68
  }>;
69
+ readonly aiIntegration: {
70
+ readonly label: "AI Integration";
71
+ readonly type: "resource";
72
+ readonly accept: ["OPENAI"];
73
+ readonly allowAgencyIntegrations: true;
74
+ };
64
75
  } & {
65
76
  readonly project: {
66
77
  readonly label: "Database";
@@ -110,8 +121,13 @@ declare const _default: {
110
121
  readonly label: "GitHub Integration";
111
122
  readonly type: "resource";
112
123
  readonly accept: ["GITHUB"];
124
+ readonly allowAgencyIntegrations: true;
113
125
  };
114
126
  readonly githubSettings: import('@oneclick.dev/cms-kit').SettingGroup<{
127
+ readonly instantBuild: {
128
+ readonly label: "Instant build after publish";
129
+ readonly type: "checkbox";
130
+ };
115
131
  readonly githubRepo: {
116
132
  readonly label: "GitHub Repository";
117
133
  readonly type: "input";
@@ -121,6 +137,12 @@ declare const _default: {
121
137
  readonly type: "input";
122
138
  };
123
139
  }>;
140
+ readonly aiIntegration: {
141
+ readonly label: "AI Integration";
142
+ readonly type: "resource";
143
+ readonly accept: ["OPENAI"];
144
+ readonly allowAgencyIntegrations: true;
145
+ };
124
146
  };
125
147
  routes: ({
126
148
  path: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneclick.dev/cms-core-modules",
3
- "version": "0.0.94",
3
+ "version": "0.0.95",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "peerDependencies": {
29
29
  "@formkit/drag-and-drop": "^0.5.3",
30
30
  "@internationalized/date": "^3.8.0",
31
- "@oneclick.dev/cms-kit": "0.0.105",
31
+ "@oneclick.dev/cms-kit": "0.0.106",
32
32
  "@tanstack/vue-table": "^8.21.3",
33
33
  "@vee-validate/zod": "^4.15.0",
34
34
  "@vue-flow/core": "^1.48.1",