@objectstack/spec 0.7.1 → 0.7.2
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/ai/agent-action.zod.d.ts +8 -8
- package/dist/ai/model-registry.zod.d.ts +6 -6
- package/dist/ai/orchestration.zod.d.ts +6 -6
- package/dist/ai/predictive.zod.d.ts +2 -2
- package/dist/ai/rag-pipeline.zod.d.ts +2 -2
- package/dist/api/batch.zod.d.ts +81 -8
- package/dist/api/batch.zod.d.ts.map +1 -1
- package/dist/api/batch.zod.js +14 -1
- package/dist/api/graphql.zod.d.ts +224 -224
- package/dist/api/odata.zod.d.ts +379 -0
- package/dist/api/odata.zod.d.ts.map +1 -1
- package/dist/api/odata.zod.js +14 -1
- package/dist/api/protocol.zod.d.ts +18 -18
- package/dist/api/realtime.zod.d.ts +133 -0
- package/dist/api/realtime.zod.d.ts.map +1 -1
- package/dist/api/realtime.zod.js +14 -1
- package/dist/api/websocket.zod.d.ts +2 -2
- package/dist/auth/config.zod.d.ts +12 -12
- package/dist/auth/identity.zod.d.ts +3 -3
- package/dist/automation/approval.zod.d.ts +16 -16
- package/dist/automation/etl.zod.d.ts +2 -2
- package/dist/automation/sync.zod.d.ts +4 -4
- package/dist/automation/webhook.zod.d.ts +2 -2
- package/dist/automation/workflow.zod.d.ts +28 -28
- package/dist/data/object.zod.d.ts.map +1 -1
- package/dist/data/object.zod.js +3 -1
- package/dist/hub/composer.zod.d.ts +9 -8
- package/dist/hub/composer.zod.d.ts.map +1 -1
- package/dist/hub/marketplace.zod.d.ts +1 -0
- package/dist/hub/marketplace.zod.d.ts.map +1 -1
- package/dist/hub/plugin-registry.zod.d.ts +9 -9
- package/dist/hub/space.zod.d.ts +5 -4
- package/dist/hub/space.zod.d.ts.map +1 -1
- package/dist/integration/connector/database.zod.d.ts +33 -33
- package/dist/integration/connector/file-storage.zod.d.ts +52 -52
- package/dist/integration/connector/message-queue.zod.d.ts +43 -43
- package/dist/integration/connector/saas.zod.d.ts +31 -30
- package/dist/integration/connector/saas.zod.d.ts.map +1 -1
- package/dist/integration/connector.zod.d.ts +34 -34
- package/dist/stack.zod.d.ts +78 -78
- package/dist/system/change-management.zod.d.ts +2 -2
- package/dist/system/collaboration.zod.d.ts +6 -6
- package/dist/system/events.zod.d.ts +2536 -0
- package/dist/system/events.zod.d.ts.map +1 -1
- package/dist/system/events.zod.js +582 -1
- package/dist/system/http-server.zod.d.ts +2 -2
- package/dist/system/index.d.ts +1 -0
- package/dist/system/index.d.ts.map +1 -1
- package/dist/system/index.js +1 -0
- package/dist/system/job.zod.d.ts +3 -2
- package/dist/system/job.zod.d.ts.map +1 -1
- package/dist/system/logging.zod.d.ts +10 -10
- package/dist/system/manifest.zod.d.ts +6 -6
- package/dist/system/message-queue.zod.d.ts +10 -10
- package/dist/system/metadata-loader.zod.d.ts +3 -3
- package/dist/system/notification.zod.d.ts +12 -12
- package/dist/system/plugin-capability.zod.d.ts +6 -6
- package/dist/system/startup-orchestrator.zod.d.ts +2 -2
- package/dist/system/worker.zod.d.ts +1458 -0
- package/dist/system/worker.zod.d.ts.map +1 -0
- package/dist/system/worker.zod.js +479 -0
- package/json-schema/api/BatchConfig.json +51 -0
- package/json-schema/api/ODataConfig.json +132 -0
- package/json-schema/api/RealtimeConfig.json +90 -0
- package/json-schema/data/Object.json +4 -1
- package/json-schema/system/BatchProgress.json +72 -0
- package/json-schema/system/BatchTask.json +63 -0
- package/json-schema/system/DeadLetterQueueEntry.json +137 -0
- package/json-schema/system/Event.json +24 -0
- package/json-schema/system/EventBusConfig.json +552 -0
- package/json-schema/system/EventHandler.json +34 -0
- package/json-schema/system/EventLogEntry.json +153 -0
- package/json-schema/system/EventMessageQueueConfig.json +79 -0
- package/json-schema/system/EventMetadata.json +20 -0
- package/json-schema/system/EventPersistence.json +11 -0
- package/json-schema/system/EventPriority.json +16 -0
- package/json-schema/system/EventQueueConfig.json +67 -0
- package/json-schema/system/EventReplayConfig.json +50 -0
- package/json-schema/system/EventSourcingConfig.json +65 -0
- package/json-schema/system/EventTypeDefinition.json +45 -0
- package/json-schema/system/EventWebhookConfig.json +119 -0
- package/json-schema/system/QueueConfig.json +133 -0
- package/json-schema/system/RealTimeNotificationConfig.json +85 -0
- package/json-schema/system/Task.json +145 -0
- package/json-schema/system/TaskExecutionResult.json +85 -0
- package/json-schema/system/TaskPriority.json +16 -0
- package/json-schema/system/TaskRetryPolicy.json +46 -0
- package/json-schema/system/TaskStatus.json +19 -0
- package/json-schema/system/WorkerConfig.json +188 -0
- package/json-schema/system/WorkerStats.json +90 -0
- package/package.json +9 -1
|
@@ -217,8 +217,8 @@ export declare const WebhookTriggerActionSchema: z.ZodObject<{
|
|
|
217
217
|
url: string;
|
|
218
218
|
name: string;
|
|
219
219
|
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
220
|
-
includeSession: boolean;
|
|
221
220
|
timeoutMs: number;
|
|
221
|
+
includeSession: boolean;
|
|
222
222
|
isActive: boolean;
|
|
223
223
|
object?: string | undefined;
|
|
224
224
|
tags?: string[] | undefined;
|
|
@@ -254,6 +254,7 @@ export declare const WebhookTriggerActionSchema: z.ZodObject<{
|
|
|
254
254
|
} | undefined;
|
|
255
255
|
body?: any;
|
|
256
256
|
secret?: string | undefined;
|
|
257
|
+
timeoutMs?: number | undefined;
|
|
257
258
|
retryPolicy?: {
|
|
258
259
|
maxRetries?: number | undefined;
|
|
259
260
|
backoffStrategy?: "fixed" | "linear" | "exponential" | undefined;
|
|
@@ -263,7 +264,6 @@ export declare const WebhookTriggerActionSchema: z.ZodObject<{
|
|
|
263
264
|
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
264
265
|
payloadFields?: string[] | undefined;
|
|
265
266
|
includeSession?: boolean | undefined;
|
|
266
|
-
timeoutMs?: number | undefined;
|
|
267
267
|
isActive?: boolean | undefined;
|
|
268
268
|
}>;
|
|
269
269
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -273,8 +273,8 @@ export declare const WebhookTriggerActionSchema: z.ZodObject<{
|
|
|
273
273
|
url: string;
|
|
274
274
|
name: string;
|
|
275
275
|
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
276
|
-
includeSession: boolean;
|
|
277
276
|
timeoutMs: number;
|
|
277
|
+
includeSession: boolean;
|
|
278
278
|
isActive: boolean;
|
|
279
279
|
object?: string | undefined;
|
|
280
280
|
tags?: string[] | undefined;
|
|
@@ -314,6 +314,7 @@ export declare const WebhookTriggerActionSchema: z.ZodObject<{
|
|
|
314
314
|
} | undefined;
|
|
315
315
|
body?: any;
|
|
316
316
|
secret?: string | undefined;
|
|
317
|
+
timeoutMs?: number | undefined;
|
|
317
318
|
retryPolicy?: {
|
|
318
319
|
maxRetries?: number | undefined;
|
|
319
320
|
backoffStrategy?: "fixed" | "linear" | "exponential" | undefined;
|
|
@@ -323,7 +324,6 @@ export declare const WebhookTriggerActionSchema: z.ZodObject<{
|
|
|
323
324
|
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
324
325
|
payloadFields?: string[] | undefined;
|
|
325
326
|
includeSession?: boolean | undefined;
|
|
326
|
-
timeoutMs?: number | undefined;
|
|
327
327
|
isActive?: boolean | undefined;
|
|
328
328
|
};
|
|
329
329
|
}>;
|
|
@@ -611,8 +611,8 @@ export declare const WorkflowActionSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
611
611
|
url: string;
|
|
612
612
|
name: string;
|
|
613
613
|
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
614
|
-
includeSession: boolean;
|
|
615
614
|
timeoutMs: number;
|
|
615
|
+
includeSession: boolean;
|
|
616
616
|
isActive: boolean;
|
|
617
617
|
object?: string | undefined;
|
|
618
618
|
tags?: string[] | undefined;
|
|
@@ -648,6 +648,7 @@ export declare const WorkflowActionSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
648
648
|
} | undefined;
|
|
649
649
|
body?: any;
|
|
650
650
|
secret?: string | undefined;
|
|
651
|
+
timeoutMs?: number | undefined;
|
|
651
652
|
retryPolicy?: {
|
|
652
653
|
maxRetries?: number | undefined;
|
|
653
654
|
backoffStrategy?: "fixed" | "linear" | "exponential" | undefined;
|
|
@@ -657,7 +658,6 @@ export declare const WorkflowActionSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
657
658
|
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
658
659
|
payloadFields?: string[] | undefined;
|
|
659
660
|
includeSession?: boolean | undefined;
|
|
660
|
-
timeoutMs?: number | undefined;
|
|
661
661
|
isActive?: boolean | undefined;
|
|
662
662
|
}>;
|
|
663
663
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -667,8 +667,8 @@ export declare const WorkflowActionSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
667
667
|
url: string;
|
|
668
668
|
name: string;
|
|
669
669
|
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
670
|
-
includeSession: boolean;
|
|
671
670
|
timeoutMs: number;
|
|
671
|
+
includeSession: boolean;
|
|
672
672
|
isActive: boolean;
|
|
673
673
|
object?: string | undefined;
|
|
674
674
|
tags?: string[] | undefined;
|
|
@@ -708,6 +708,7 @@ export declare const WorkflowActionSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
708
708
|
} | undefined;
|
|
709
709
|
body?: any;
|
|
710
710
|
secret?: string | undefined;
|
|
711
|
+
timeoutMs?: number | undefined;
|
|
711
712
|
retryPolicy?: {
|
|
712
713
|
maxRetries?: number | undefined;
|
|
713
714
|
backoffStrategy?: "fixed" | "linear" | "exponential" | undefined;
|
|
@@ -717,7 +718,6 @@ export declare const WorkflowActionSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
717
718
|
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
718
719
|
payloadFields?: string[] | undefined;
|
|
719
720
|
includeSession?: boolean | undefined;
|
|
720
|
-
timeoutMs?: number | undefined;
|
|
721
721
|
isActive?: boolean | undefined;
|
|
722
722
|
};
|
|
723
723
|
}>, z.ZodObject<{
|
|
@@ -1003,8 +1003,8 @@ export declare const TimeTriggerSchema: z.ZodObject<{
|
|
|
1003
1003
|
url: string;
|
|
1004
1004
|
name: string;
|
|
1005
1005
|
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
1006
|
-
includeSession: boolean;
|
|
1007
1006
|
timeoutMs: number;
|
|
1007
|
+
includeSession: boolean;
|
|
1008
1008
|
isActive: boolean;
|
|
1009
1009
|
object?: string | undefined;
|
|
1010
1010
|
tags?: string[] | undefined;
|
|
@@ -1040,6 +1040,7 @@ export declare const TimeTriggerSchema: z.ZodObject<{
|
|
|
1040
1040
|
} | undefined;
|
|
1041
1041
|
body?: any;
|
|
1042
1042
|
secret?: string | undefined;
|
|
1043
|
+
timeoutMs?: number | undefined;
|
|
1043
1044
|
retryPolicy?: {
|
|
1044
1045
|
maxRetries?: number | undefined;
|
|
1045
1046
|
backoffStrategy?: "fixed" | "linear" | "exponential" | undefined;
|
|
@@ -1049,7 +1050,6 @@ export declare const TimeTriggerSchema: z.ZodObject<{
|
|
|
1049
1050
|
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
1050
1051
|
payloadFields?: string[] | undefined;
|
|
1051
1052
|
includeSession?: boolean | undefined;
|
|
1052
|
-
timeoutMs?: number | undefined;
|
|
1053
1053
|
isActive?: boolean | undefined;
|
|
1054
1054
|
}>;
|
|
1055
1055
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1059,8 +1059,8 @@ export declare const TimeTriggerSchema: z.ZodObject<{
|
|
|
1059
1059
|
url: string;
|
|
1060
1060
|
name: string;
|
|
1061
1061
|
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
1062
|
-
includeSession: boolean;
|
|
1063
1062
|
timeoutMs: number;
|
|
1063
|
+
includeSession: boolean;
|
|
1064
1064
|
isActive: boolean;
|
|
1065
1065
|
object?: string | undefined;
|
|
1066
1066
|
tags?: string[] | undefined;
|
|
@@ -1100,6 +1100,7 @@ export declare const TimeTriggerSchema: z.ZodObject<{
|
|
|
1100
1100
|
} | undefined;
|
|
1101
1101
|
body?: any;
|
|
1102
1102
|
secret?: string | undefined;
|
|
1103
|
+
timeoutMs?: number | undefined;
|
|
1103
1104
|
retryPolicy?: {
|
|
1104
1105
|
maxRetries?: number | undefined;
|
|
1105
1106
|
backoffStrategy?: "fixed" | "linear" | "exponential" | undefined;
|
|
@@ -1109,7 +1110,6 @@ export declare const TimeTriggerSchema: z.ZodObject<{
|
|
|
1109
1110
|
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
1110
1111
|
payloadFields?: string[] | undefined;
|
|
1111
1112
|
includeSession?: boolean | undefined;
|
|
1112
|
-
timeoutMs?: number | undefined;
|
|
1113
1113
|
isActive?: boolean | undefined;
|
|
1114
1114
|
};
|
|
1115
1115
|
}>, z.ZodObject<{
|
|
@@ -1248,8 +1248,8 @@ export declare const TimeTriggerSchema: z.ZodObject<{
|
|
|
1248
1248
|
url: string;
|
|
1249
1249
|
name: string;
|
|
1250
1250
|
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
1251
|
-
includeSession: boolean;
|
|
1252
1251
|
timeoutMs: number;
|
|
1252
|
+
includeSession: boolean;
|
|
1253
1253
|
isActive: boolean;
|
|
1254
1254
|
object?: string | undefined;
|
|
1255
1255
|
tags?: string[] | undefined;
|
|
@@ -1368,6 +1368,7 @@ export declare const TimeTriggerSchema: z.ZodObject<{
|
|
|
1368
1368
|
} | undefined;
|
|
1369
1369
|
body?: any;
|
|
1370
1370
|
secret?: string | undefined;
|
|
1371
|
+
timeoutMs?: number | undefined;
|
|
1371
1372
|
retryPolicy?: {
|
|
1372
1373
|
maxRetries?: number | undefined;
|
|
1373
1374
|
backoffStrategy?: "fixed" | "linear" | "exponential" | undefined;
|
|
@@ -1377,7 +1378,6 @@ export declare const TimeTriggerSchema: z.ZodObject<{
|
|
|
1377
1378
|
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
1378
1379
|
payloadFields?: string[] | undefined;
|
|
1379
1380
|
includeSession?: boolean | undefined;
|
|
1380
|
-
timeoutMs?: number | undefined;
|
|
1381
1381
|
isActive?: boolean | undefined;
|
|
1382
1382
|
};
|
|
1383
1383
|
} | {
|
|
@@ -1630,8 +1630,8 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
1630
1630
|
url: string;
|
|
1631
1631
|
name: string;
|
|
1632
1632
|
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
1633
|
-
includeSession: boolean;
|
|
1634
1633
|
timeoutMs: number;
|
|
1634
|
+
includeSession: boolean;
|
|
1635
1635
|
isActive: boolean;
|
|
1636
1636
|
object?: string | undefined;
|
|
1637
1637
|
tags?: string[] | undefined;
|
|
@@ -1667,6 +1667,7 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
1667
1667
|
} | undefined;
|
|
1668
1668
|
body?: any;
|
|
1669
1669
|
secret?: string | undefined;
|
|
1670
|
+
timeoutMs?: number | undefined;
|
|
1670
1671
|
retryPolicy?: {
|
|
1671
1672
|
maxRetries?: number | undefined;
|
|
1672
1673
|
backoffStrategy?: "fixed" | "linear" | "exponential" | undefined;
|
|
@@ -1676,7 +1677,6 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
1676
1677
|
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
1677
1678
|
payloadFields?: string[] | undefined;
|
|
1678
1679
|
includeSession?: boolean | undefined;
|
|
1679
|
-
timeoutMs?: number | undefined;
|
|
1680
1680
|
isActive?: boolean | undefined;
|
|
1681
1681
|
}>;
|
|
1682
1682
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1686,8 +1686,8 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
1686
1686
|
url: string;
|
|
1687
1687
|
name: string;
|
|
1688
1688
|
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
1689
|
-
includeSession: boolean;
|
|
1690
1689
|
timeoutMs: number;
|
|
1690
|
+
includeSession: boolean;
|
|
1691
1691
|
isActive: boolean;
|
|
1692
1692
|
object?: string | undefined;
|
|
1693
1693
|
tags?: string[] | undefined;
|
|
@@ -1727,6 +1727,7 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
1727
1727
|
} | undefined;
|
|
1728
1728
|
body?: any;
|
|
1729
1729
|
secret?: string | undefined;
|
|
1730
|
+
timeoutMs?: number | undefined;
|
|
1730
1731
|
retryPolicy?: {
|
|
1731
1732
|
maxRetries?: number | undefined;
|
|
1732
1733
|
backoffStrategy?: "fixed" | "linear" | "exponential" | undefined;
|
|
@@ -1736,7 +1737,6 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
1736
1737
|
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
1737
1738
|
payloadFields?: string[] | undefined;
|
|
1738
1739
|
includeSession?: boolean | undefined;
|
|
1739
|
-
timeoutMs?: number | undefined;
|
|
1740
1740
|
isActive?: boolean | undefined;
|
|
1741
1741
|
};
|
|
1742
1742
|
}>, z.ZodObject<{
|
|
@@ -2022,8 +2022,8 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
2022
2022
|
url: string;
|
|
2023
2023
|
name: string;
|
|
2024
2024
|
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
2025
|
-
includeSession: boolean;
|
|
2026
2025
|
timeoutMs: number;
|
|
2026
|
+
includeSession: boolean;
|
|
2027
2027
|
isActive: boolean;
|
|
2028
2028
|
object?: string | undefined;
|
|
2029
2029
|
tags?: string[] | undefined;
|
|
@@ -2059,6 +2059,7 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
2059
2059
|
} | undefined;
|
|
2060
2060
|
body?: any;
|
|
2061
2061
|
secret?: string | undefined;
|
|
2062
|
+
timeoutMs?: number | undefined;
|
|
2062
2063
|
retryPolicy?: {
|
|
2063
2064
|
maxRetries?: number | undefined;
|
|
2064
2065
|
backoffStrategy?: "fixed" | "linear" | "exponential" | undefined;
|
|
@@ -2068,7 +2069,6 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
2068
2069
|
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
2069
2070
|
payloadFields?: string[] | undefined;
|
|
2070
2071
|
includeSession?: boolean | undefined;
|
|
2071
|
-
timeoutMs?: number | undefined;
|
|
2072
2072
|
isActive?: boolean | undefined;
|
|
2073
2073
|
}>;
|
|
2074
2074
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2078,8 +2078,8 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
2078
2078
|
url: string;
|
|
2079
2079
|
name: string;
|
|
2080
2080
|
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
2081
|
-
includeSession: boolean;
|
|
2082
2081
|
timeoutMs: number;
|
|
2082
|
+
includeSession: boolean;
|
|
2083
2083
|
isActive: boolean;
|
|
2084
2084
|
object?: string | undefined;
|
|
2085
2085
|
tags?: string[] | undefined;
|
|
@@ -2119,6 +2119,7 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
2119
2119
|
} | undefined;
|
|
2120
2120
|
body?: any;
|
|
2121
2121
|
secret?: string | undefined;
|
|
2122
|
+
timeoutMs?: number | undefined;
|
|
2122
2123
|
retryPolicy?: {
|
|
2123
2124
|
maxRetries?: number | undefined;
|
|
2124
2125
|
backoffStrategy?: "fixed" | "linear" | "exponential" | undefined;
|
|
@@ -2128,7 +2129,6 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
2128
2129
|
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
2129
2130
|
payloadFields?: string[] | undefined;
|
|
2130
2131
|
includeSession?: boolean | undefined;
|
|
2131
|
-
timeoutMs?: number | undefined;
|
|
2132
2132
|
isActive?: boolean | undefined;
|
|
2133
2133
|
};
|
|
2134
2134
|
}>, z.ZodObject<{
|
|
@@ -2267,8 +2267,8 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
2267
2267
|
url: string;
|
|
2268
2268
|
name: string;
|
|
2269
2269
|
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
2270
|
-
includeSession: boolean;
|
|
2271
2270
|
timeoutMs: number;
|
|
2271
|
+
includeSession: boolean;
|
|
2272
2272
|
isActive: boolean;
|
|
2273
2273
|
object?: string | undefined;
|
|
2274
2274
|
tags?: string[] | undefined;
|
|
@@ -2387,6 +2387,7 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
2387
2387
|
} | undefined;
|
|
2388
2388
|
body?: any;
|
|
2389
2389
|
secret?: string | undefined;
|
|
2390
|
+
timeoutMs?: number | undefined;
|
|
2390
2391
|
retryPolicy?: {
|
|
2391
2392
|
maxRetries?: number | undefined;
|
|
2392
2393
|
backoffStrategy?: "fixed" | "linear" | "exponential" | undefined;
|
|
@@ -2396,7 +2397,6 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
2396
2397
|
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
2397
2398
|
payloadFields?: string[] | undefined;
|
|
2398
2399
|
includeSession?: boolean | undefined;
|
|
2399
|
-
timeoutMs?: number | undefined;
|
|
2400
2400
|
isActive?: boolean | undefined;
|
|
2401
2401
|
};
|
|
2402
2402
|
} | {
|
|
@@ -2496,8 +2496,8 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
2496
2496
|
url: string;
|
|
2497
2497
|
name: string;
|
|
2498
2498
|
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
2499
|
-
includeSession: boolean;
|
|
2500
2499
|
timeoutMs: number;
|
|
2500
|
+
includeSession: boolean;
|
|
2501
2501
|
isActive: boolean;
|
|
2502
2502
|
object?: string | undefined;
|
|
2503
2503
|
tags?: string[] | undefined;
|
|
@@ -2599,8 +2599,8 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
2599
2599
|
url: string;
|
|
2600
2600
|
name: string;
|
|
2601
2601
|
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
2602
|
-
includeSession: boolean;
|
|
2603
2602
|
timeoutMs: number;
|
|
2603
|
+
includeSession: boolean;
|
|
2604
2604
|
isActive: boolean;
|
|
2605
2605
|
object?: string | undefined;
|
|
2606
2606
|
tags?: string[] | undefined;
|
|
@@ -2725,6 +2725,7 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
2725
2725
|
} | undefined;
|
|
2726
2726
|
body?: any;
|
|
2727
2727
|
secret?: string | undefined;
|
|
2728
|
+
timeoutMs?: number | undefined;
|
|
2728
2729
|
retryPolicy?: {
|
|
2729
2730
|
maxRetries?: number | undefined;
|
|
2730
2731
|
backoffStrategy?: "fixed" | "linear" | "exponential" | undefined;
|
|
@@ -2734,7 +2735,6 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
2734
2735
|
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
2735
2736
|
payloadFields?: string[] | undefined;
|
|
2736
2737
|
includeSession?: boolean | undefined;
|
|
2737
|
-
timeoutMs?: number | undefined;
|
|
2738
2738
|
isActive?: boolean | undefined;
|
|
2739
2739
|
};
|
|
2740
2740
|
} | {
|
|
@@ -2828,6 +2828,7 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
2828
2828
|
} | undefined;
|
|
2829
2829
|
body?: any;
|
|
2830
2830
|
secret?: string | undefined;
|
|
2831
|
+
timeoutMs?: number | undefined;
|
|
2831
2832
|
retryPolicy?: {
|
|
2832
2833
|
maxRetries?: number | undefined;
|
|
2833
2834
|
backoffStrategy?: "fixed" | "linear" | "exponential" | undefined;
|
|
@@ -2837,7 +2838,6 @@ export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
|
2837
2838
|
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
2838
2839
|
payloadFields?: string[] | undefined;
|
|
2839
2840
|
includeSession?: boolean | undefined;
|
|
2840
|
-
timeoutMs?: number | undefined;
|
|
2841
2841
|
isActive?: boolean | undefined;
|
|
2842
2842
|
};
|
|
2843
2843
|
} | {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object.zod.d.ts","sourceRoot":"","sources":["../../src/data/object.zod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;GAEG;AACH,eAAO,MAAM,SAAS,sJAUpB,CAAC;AACH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC;AAElD;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB;IAC7B,4CAA4C;;IAG5C,oCAAoC;;IAGpC,qCAAqC;;IAGrC;;;OAGG;;IAGH,+CAA+C;;IAG/C,8DAA8D;;IAG9D,gEAAgE;;IAGhE,uCAAuC;;IAGvC,wCAAwC;;IAGxC,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;EAE5B,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;EAMtB,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;EAI7B,CAAC;AAEH;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAK9B,CAAC;AAEH;;;;;;;;;;GAUG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;EAIjC,CAAC;AAEH;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;EAKjC,CAAC;AAEH;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;EAanC,CAAC;AAEH;;;;;;;;;;GAUG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;EAI1B,CAAC;AAEH;;;;;GAKG;AACH,QAAA,MAAM,gBAAgB;IACpB;;OAEG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;IAIH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"object.zod.d.ts","sourceRoot":"","sources":["../../src/data/object.zod.ts"],"names":[],"mappings":"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"}
|
package/dist/data/object.zod.js
CHANGED
|
@@ -197,7 +197,9 @@ const ObjectSchemaBase = zod_1.z.object({
|
|
|
197
197
|
/**
|
|
198
198
|
* Data Model
|
|
199
199
|
*/
|
|
200
|
-
fields: zod_1.z.record(
|
|
200
|
+
fields: zod_1.z.record(zod_1.z.string().regex(/^[a-z_][a-z0-9_]*$/, {
|
|
201
|
+
message: 'Field names must be lowercase snake_case (e.g., "first_name", "company", "annual_revenue")',
|
|
202
|
+
}), field_zod_1.FieldSchema).describe('Field definitions map. Keys must be snake_case identifiers.'),
|
|
201
203
|
indexes: zod_1.z.array(exports.IndexSchema).optional().describe('Database performance indexes'),
|
|
202
204
|
/**
|
|
203
205
|
* Advanced Data Management
|
|
@@ -587,7 +587,7 @@ export declare const ComposerResponseSchema: z.ZodObject<{
|
|
|
587
587
|
description?: string | undefined;
|
|
588
588
|
specification?: string | undefined;
|
|
589
589
|
};
|
|
590
|
-
conformance: "partial" | "full" | "
|
|
590
|
+
conformance: "partial" | "full" | "deprecated" | "experimental";
|
|
591
591
|
certified: boolean;
|
|
592
592
|
metadata?: Record<string, any> | undefined;
|
|
593
593
|
implementedFeatures?: string[] | undefined;
|
|
@@ -612,7 +612,7 @@ export declare const ComposerResponseSchema: z.ZodObject<{
|
|
|
612
612
|
specification?: string | undefined;
|
|
613
613
|
};
|
|
614
614
|
metadata?: Record<string, any> | undefined;
|
|
615
|
-
conformance?: "partial" | "full" | "
|
|
615
|
+
conformance?: "partial" | "full" | "deprecated" | "experimental" | undefined;
|
|
616
616
|
implementedFeatures?: string[] | undefined;
|
|
617
617
|
features?: {
|
|
618
618
|
name: string;
|
|
@@ -844,7 +844,7 @@ export declare const ComposerResponseSchema: z.ZodObject<{
|
|
|
844
844
|
description?: string | undefined;
|
|
845
845
|
specification?: string | undefined;
|
|
846
846
|
};
|
|
847
|
-
conformance: "partial" | "full" | "
|
|
847
|
+
conformance: "partial" | "full" | "deprecated" | "experimental";
|
|
848
848
|
certified: boolean;
|
|
849
849
|
metadata?: Record<string, any> | undefined;
|
|
850
850
|
implementedFeatures?: string[] | undefined;
|
|
@@ -924,7 +924,7 @@ export declare const ComposerResponseSchema: z.ZodObject<{
|
|
|
924
924
|
specification?: string | undefined;
|
|
925
925
|
};
|
|
926
926
|
metadata?: Record<string, any> | undefined;
|
|
927
|
-
conformance?: "partial" | "full" | "
|
|
927
|
+
conformance?: "partial" | "full" | "deprecated" | "experimental" | undefined;
|
|
928
928
|
implementedFeatures?: string[] | undefined;
|
|
929
929
|
features?: {
|
|
930
930
|
name: string;
|
|
@@ -1016,7 +1016,7 @@ export declare const ComposerResponseSchema: z.ZodObject<{
|
|
|
1016
1016
|
description?: string | undefined;
|
|
1017
1017
|
specification?: string | undefined;
|
|
1018
1018
|
};
|
|
1019
|
-
conformance: "partial" | "full" | "
|
|
1019
|
+
conformance: "partial" | "full" | "deprecated" | "experimental";
|
|
1020
1020
|
certified: boolean;
|
|
1021
1021
|
metadata?: Record<string, any> | undefined;
|
|
1022
1022
|
implementedFeatures?: string[] | undefined;
|
|
@@ -1169,7 +1169,7 @@ export declare const ComposerResponseSchema: z.ZodObject<{
|
|
|
1169
1169
|
specification?: string | undefined;
|
|
1170
1170
|
};
|
|
1171
1171
|
metadata?: Record<string, any> | undefined;
|
|
1172
|
-
conformance?: "partial" | "full" | "
|
|
1172
|
+
conformance?: "partial" | "full" | "deprecated" | "experimental" | undefined;
|
|
1173
1173
|
implementedFeatures?: string[] | undefined;
|
|
1174
1174
|
features?: {
|
|
1175
1175
|
name: string;
|
|
@@ -1368,7 +1368,7 @@ export declare const ComposerResponseSchema: z.ZodObject<{
|
|
|
1368
1368
|
description?: string | undefined;
|
|
1369
1369
|
specification?: string | undefined;
|
|
1370
1370
|
};
|
|
1371
|
-
conformance: "partial" | "full" | "
|
|
1371
|
+
conformance: "partial" | "full" | "deprecated" | "experimental";
|
|
1372
1372
|
certified: boolean;
|
|
1373
1373
|
metadata?: Record<string, any> | undefined;
|
|
1374
1374
|
implementedFeatures?: string[] | undefined;
|
|
@@ -1536,7 +1536,7 @@ export declare const ComposerResponseSchema: z.ZodObject<{
|
|
|
1536
1536
|
specification?: string | undefined;
|
|
1537
1537
|
};
|
|
1538
1538
|
metadata?: Record<string, any> | undefined;
|
|
1539
|
-
conformance?: "partial" | "full" | "
|
|
1539
|
+
conformance?: "partial" | "full" | "deprecated" | "experimental" | undefined;
|
|
1540
1540
|
implementedFeatures?: string[] | undefined;
|
|
1541
1541
|
features?: {
|
|
1542
1542
|
name: string;
|
|
@@ -1668,4 +1668,5 @@ export declare const ComposerResponseSchema: z.ZodObject<{
|
|
|
1668
1668
|
export type BillOfMaterials = z.infer<typeof BillOfMaterialsSchema>;
|
|
1669
1669
|
export type ComposerRequest = z.infer<typeof ComposerRequestSchema>;
|
|
1670
1670
|
export type ComposerResponse = z.infer<typeof ComposerResponseSchema>;
|
|
1671
|
+
export type ComposerConfig = ComposerRequest;
|
|
1671
1672
|
//# sourceMappingURL=composer.zod.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"composer.zod.d.ts","sourceRoot":"","sources":["../../src/hub/composer.zod.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"composer.zod.d.ts","sourceRoot":"","sources":["../../src/hub/composer.zod.ts"],"names":[],"mappings":"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"}
|
|
@@ -188,4 +188,5 @@ export declare const MarketplacePluginSchema: z.ZodObject<{
|
|
|
188
188
|
}>;
|
|
189
189
|
export type PluginAuthor = z.infer<typeof PluginAuthorSchema>;
|
|
190
190
|
export type MarketplacePlugin = z.infer<typeof MarketplacePluginSchema>;
|
|
191
|
+
export type MarketplaceListing = MarketplacePlugin;
|
|
191
192
|
//# sourceMappingURL=marketplace.zod.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace.zod.d.ts","sourceRoot":"","sources":["../../src/hub/marketplace.zod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;;;GAKG;AAEH;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;EAI7B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;EAM9B,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,uBAAuB;IAClC;;;OAGG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;;;;;;;;;;;;;IAGH;;OAEG;;;IAIH;;OAEG;;;IAIH;;OAEG;;;;IAKH;;OAEG;;;IAIH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIH,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"marketplace.zod.d.ts","sourceRoot":"","sources":["../../src/hub/marketplace.zod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;;;GAKG;AAEH;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;EAI7B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;EAM9B,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,uBAAuB;IAClC;;;OAGG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;;;;;;;;;;;;;IAGH;;OAEG;;;IAIH;;OAEG;;;IAIH;;OAEG;;;;IAKH;;OAEG;;;IAIH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIH,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACxE,MAAM,MAAM,kBAAkB,GAAG,iBAAiB,CAAC"}
|
|
@@ -434,7 +434,7 @@ export declare const PluginRegistryEntrySchema: z.ZodObject<{
|
|
|
434
434
|
description?: string | undefined;
|
|
435
435
|
specification?: string | undefined;
|
|
436
436
|
};
|
|
437
|
-
conformance: "partial" | "full" | "
|
|
437
|
+
conformance: "partial" | "full" | "deprecated" | "experimental";
|
|
438
438
|
certified: boolean;
|
|
439
439
|
metadata?: Record<string, any> | undefined;
|
|
440
440
|
implementedFeatures?: string[] | undefined;
|
|
@@ -459,7 +459,7 @@ export declare const PluginRegistryEntrySchema: z.ZodObject<{
|
|
|
459
459
|
specification?: string | undefined;
|
|
460
460
|
};
|
|
461
461
|
metadata?: Record<string, any> | undefined;
|
|
462
|
-
conformance?: "partial" | "full" | "
|
|
462
|
+
conformance?: "partial" | "full" | "deprecated" | "experimental" | undefined;
|
|
463
463
|
implementedFeatures?: string[] | undefined;
|
|
464
464
|
features?: {
|
|
465
465
|
name: string;
|
|
@@ -691,7 +691,7 @@ export declare const PluginRegistryEntrySchema: z.ZodObject<{
|
|
|
691
691
|
description?: string | undefined;
|
|
692
692
|
specification?: string | undefined;
|
|
693
693
|
};
|
|
694
|
-
conformance: "partial" | "full" | "
|
|
694
|
+
conformance: "partial" | "full" | "deprecated" | "experimental";
|
|
695
695
|
certified: boolean;
|
|
696
696
|
metadata?: Record<string, any> | undefined;
|
|
697
697
|
implementedFeatures?: string[] | undefined;
|
|
@@ -771,7 +771,7 @@ export declare const PluginRegistryEntrySchema: z.ZodObject<{
|
|
|
771
771
|
specification?: string | undefined;
|
|
772
772
|
};
|
|
773
773
|
metadata?: Record<string, any> | undefined;
|
|
774
|
-
conformance?: "partial" | "full" | "
|
|
774
|
+
conformance?: "partial" | "full" | "deprecated" | "experimental" | undefined;
|
|
775
775
|
implementedFeatures?: string[] | undefined;
|
|
776
776
|
features?: {
|
|
777
777
|
name: string;
|
|
@@ -1217,7 +1217,7 @@ export declare const PluginRegistryEntrySchema: z.ZodObject<{
|
|
|
1217
1217
|
description?: string | undefined;
|
|
1218
1218
|
specification?: string | undefined;
|
|
1219
1219
|
};
|
|
1220
|
-
conformance: "partial" | "full" | "
|
|
1220
|
+
conformance: "partial" | "full" | "deprecated" | "experimental";
|
|
1221
1221
|
certified: boolean;
|
|
1222
1222
|
metadata?: Record<string, any> | undefined;
|
|
1223
1223
|
implementedFeatures?: string[] | undefined;
|
|
@@ -1286,6 +1286,7 @@ export declare const PluginRegistryEntrySchema: z.ZodObject<{
|
|
|
1286
1286
|
} | undefined;
|
|
1287
1287
|
category?: "data" | "utility" | "integration" | "driver" | "gateway" | "adapter" | "security" | "ui" | "analytics" | "automation" | "ai" | undefined;
|
|
1288
1288
|
license?: string | undefined;
|
|
1289
|
+
updatedAt?: string | undefined;
|
|
1289
1290
|
links?: {
|
|
1290
1291
|
documentation?: string | undefined;
|
|
1291
1292
|
homepage?: string | undefined;
|
|
@@ -1299,7 +1300,6 @@ export declare const PluginRegistryEntrySchema: z.ZodObject<{
|
|
|
1299
1300
|
logo?: string | undefined;
|
|
1300
1301
|
screenshots?: string[] | undefined;
|
|
1301
1302
|
} | undefined;
|
|
1302
|
-
updatedAt?: string | undefined;
|
|
1303
1303
|
readme?: string | undefined;
|
|
1304
1304
|
pricing?: {
|
|
1305
1305
|
model: "enterprise" | "free" | "freemium" | "paid";
|
|
@@ -1390,7 +1390,7 @@ export declare const PluginRegistryEntrySchema: z.ZodObject<{
|
|
|
1390
1390
|
specification?: string | undefined;
|
|
1391
1391
|
};
|
|
1392
1392
|
metadata?: Record<string, any> | undefined;
|
|
1393
|
-
conformance?: "partial" | "full" | "
|
|
1393
|
+
conformance?: "partial" | "full" | "deprecated" | "experimental" | undefined;
|
|
1394
1394
|
implementedFeatures?: string[] | undefined;
|
|
1395
1395
|
features?: {
|
|
1396
1396
|
name: string;
|
|
@@ -1458,6 +1458,8 @@ export declare const PluginRegistryEntrySchema: z.ZodObject<{
|
|
|
1458
1458
|
} | undefined;
|
|
1459
1459
|
category?: "data" | "utility" | "integration" | "driver" | "gateway" | "adapter" | "security" | "ui" | "analytics" | "automation" | "ai" | undefined;
|
|
1460
1460
|
license?: string | undefined;
|
|
1461
|
+
deprecated?: boolean | undefined;
|
|
1462
|
+
updatedAt?: string | undefined;
|
|
1461
1463
|
links?: {
|
|
1462
1464
|
documentation?: string | undefined;
|
|
1463
1465
|
homepage?: string | undefined;
|
|
@@ -1465,14 +1467,12 @@ export declare const PluginRegistryEntrySchema: z.ZodObject<{
|
|
|
1465
1467
|
bugs?: string | undefined;
|
|
1466
1468
|
changelog?: string | undefined;
|
|
1467
1469
|
} | undefined;
|
|
1468
|
-
deprecated?: boolean | undefined;
|
|
1469
1470
|
media?: {
|
|
1470
1471
|
video?: string | undefined;
|
|
1471
1472
|
icon?: string | undefined;
|
|
1472
1473
|
logo?: string | undefined;
|
|
1473
1474
|
screenshots?: string[] | undefined;
|
|
1474
1475
|
} | undefined;
|
|
1475
|
-
updatedAt?: string | undefined;
|
|
1476
1476
|
readme?: string | undefined;
|
|
1477
1477
|
pricing?: {
|
|
1478
1478
|
model: "enterprise" | "free" | "freemium" | "paid";
|
package/dist/hub/space.zod.d.ts
CHANGED
|
@@ -187,12 +187,12 @@ export declare const HubSpaceSchema: z.ZodObject<{
|
|
|
187
187
|
manifestUrl: z.ZodOptional<z.ZodString>;
|
|
188
188
|
status: z.ZodEnum<["pending", "success", "failed"]>;
|
|
189
189
|
}, "strip", z.ZodTypeAny, {
|
|
190
|
-
status: "success" | "
|
|
190
|
+
status: "success" | "pending" | "failed";
|
|
191
191
|
id: string;
|
|
192
192
|
timestamp: string;
|
|
193
193
|
manifestUrl?: string | undefined;
|
|
194
194
|
}, {
|
|
195
|
-
status: "success" | "
|
|
195
|
+
status: "success" | "pending" | "failed";
|
|
196
196
|
id: string;
|
|
197
197
|
timestamp: string;
|
|
198
198
|
manifestUrl?: string | undefined;
|
|
@@ -300,7 +300,7 @@ export declare const HubSpaceSchema: z.ZodObject<{
|
|
|
300
300
|
} | undefined;
|
|
301
301
|
} | undefined;
|
|
302
302
|
lastBuild?: {
|
|
303
|
-
status: "success" | "
|
|
303
|
+
status: "success" | "pending" | "failed";
|
|
304
304
|
id: string;
|
|
305
305
|
timestamp: string;
|
|
306
306
|
manifestUrl?: string | undefined;
|
|
@@ -351,7 +351,7 @@ export declare const HubSpaceSchema: z.ZodObject<{
|
|
|
351
351
|
} | undefined;
|
|
352
352
|
} | undefined;
|
|
353
353
|
lastBuild?: {
|
|
354
|
-
status: "success" | "
|
|
354
|
+
status: "success" | "pending" | "failed";
|
|
355
355
|
id: string;
|
|
356
356
|
timestamp: string;
|
|
357
357
|
manifestUrl?: string | undefined;
|
|
@@ -380,4 +380,5 @@ export type SubscriptionStatus = z.infer<typeof SubscriptionStatus>;
|
|
|
380
380
|
export type SpaceSubscription = z.infer<typeof SpaceSubscriptionSchema>;
|
|
381
381
|
export type DeploymentTarget = z.infer<typeof DeploymentTargetSchema>;
|
|
382
382
|
export type HubSpace = z.infer<typeof HubSpaceSchema>;
|
|
383
|
+
export type Space = HubSpace;
|
|
383
384
|
//# sourceMappingURL=space.zod.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"space.zod.d.ts","sourceRoot":"","sources":["../../src/hub/space.zod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;;;;GAMG;AAEH;;GAEG;AACH,eAAO,MAAM,kBAAkB,yEAM7B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;;;IAOlC;;OAEG;;;;;;;;;;;;;;IAOH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;EAEH,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;EAKjC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,cAAc;;IAGzB;;OAEG;;;IAIH;;OAEG;;IAGH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAGH;;OAEG;;;;;;;;;;;;;;;;;IAQH;;OAEG;;;;;;;QAvEH;;WAEG;;;;;;;;;;;;;;QAOH;;;WAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8DH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKH,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AACpE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACxE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AACtE,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"space.zod.d.ts","sourceRoot":"","sources":["../../src/hub/space.zod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;;;;GAMG;AAEH;;GAEG;AACH,eAAO,MAAM,kBAAkB,yEAM7B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;;;IAOlC;;OAEG;;;;;;;;;;;;;;IAOH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;EAEH,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;EAKjC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,cAAc;;IAGzB;;OAEG;;;IAIH;;OAEG;;IAGH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAGH;;OAEG;;;;;;;;;;;;;;;;;IAQH;;OAEG;;;;;;;QAvEH;;WAEG;;;;;;;;;;;;;;QAOH;;;WAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8DH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKH,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AACpE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACxE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AACtE,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AACtD,MAAM,MAAM,KAAK,GAAG,QAAQ,CAAC"}
|