@almadar/core 10.66.0 → 10.68.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/builders.d.ts +3 -3
- package/dist/builders.js.map +1 -1
- package/dist/{effect-BTXY2wl8.d.ts → effect-Jn7yEAFH.d.ts} +11 -4
- package/dist/{entityAccess-B5nbSI6L.d.ts → entityAccess-BgJpQUj8.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/{index-BNEx05jQ.d.ts → index-DOO0VFpW.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +170 -13
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +310 -16
- package/dist/patterns/index.js +157 -12
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +43 -2
- package/dist/patterns/patterns-registry.json +112 -8
- package/dist/patterns/registry.json +112 -8
- package/dist/patterns/services-registry.json +164 -50
- package/dist/{schema-DwFRl8ZS.d.ts → schema-CUBQXBqc.d.ts} +2 -2
- package/dist/{trait-CzOtZitc.d.ts → trait-unQtwJp-.d.ts} +17 -10
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +13 -1
- package/dist/types/index.js.map +1 -1
- package/dist/{types-C0NIDJ5X.d.ts → types-DffEpxk1.d.ts} +2 -2
- package/package.json +1 -1
package/dist/mock/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { O as OrbitalSchema } from '../schema-
|
|
2
|
-
export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-
|
|
3
|
-
import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-
|
|
4
|
-
import '../trait-
|
|
1
|
+
import { O as OrbitalSchema } from '../schema-CUBQXBqc.js';
|
|
2
|
+
export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-BgJpQUj8.js';
|
|
3
|
+
import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-Jn7yEAFH.js';
|
|
4
|
+
import '../trait-unQtwJp-.js';
|
|
5
5
|
import '../expression-Fk8bQWef.js';
|
|
6
6
|
import 'zod';
|
|
7
7
|
|
package/dist/patterns/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-
|
|
2
|
-
export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-
|
|
1
|
+
import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-Jn7yEAFH.js';
|
|
2
|
+
export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-Jn7yEAFH.js';
|
|
3
3
|
import { d as EventPayloadValue, a as EventPayload, J as JsonValue } from '../expression-Fk8bQWef.js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
|
|
6
6
|
var version$3 = "1.0.0";
|
|
7
|
-
var exportedAt$3 = "2026-08-
|
|
7
|
+
var exportedAt$3 = "2026-08-24T09:35:40.638Z";
|
|
8
8
|
var patterns = {
|
|
9
9
|
"entity-table": {
|
|
10
10
|
type: "entity-table",
|
|
@@ -1631,7 +1631,29 @@ var patterns = {
|
|
|
1631
1631
|
},
|
|
1632
1632
|
relation: {
|
|
1633
1633
|
types: [
|
|
1634
|
-
"
|
|
1634
|
+
"object"
|
|
1635
|
+
],
|
|
1636
|
+
properties: {
|
|
1637
|
+
entity: {
|
|
1638
|
+
types: [
|
|
1639
|
+
"string"
|
|
1640
|
+
]
|
|
1641
|
+
},
|
|
1642
|
+
cardinality: {
|
|
1643
|
+
types: [
|
|
1644
|
+
"string"
|
|
1645
|
+
],
|
|
1646
|
+
enumValues: [
|
|
1647
|
+
"one",
|
|
1648
|
+
"many",
|
|
1649
|
+
"one-to-many",
|
|
1650
|
+
"many-to-one",
|
|
1651
|
+
"many-to-many"
|
|
1652
|
+
]
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
required: [
|
|
1656
|
+
"entity"
|
|
1635
1657
|
]
|
|
1636
1658
|
}
|
|
1637
1659
|
},
|
|
@@ -2197,7 +2219,10 @@ var patterns = {
|
|
|
2197
2219
|
],
|
|
2198
2220
|
enumValues: [
|
|
2199
2221
|
"one",
|
|
2200
|
-
"many"
|
|
2222
|
+
"many",
|
|
2223
|
+
"one-to-many",
|
|
2224
|
+
"many-to-one",
|
|
2225
|
+
"many-to-many"
|
|
2201
2226
|
]
|
|
2202
2227
|
}
|
|
2203
2228
|
},
|
|
@@ -2744,7 +2769,10 @@ var patterns = {
|
|
|
2744
2769
|
],
|
|
2745
2770
|
enumValues: [
|
|
2746
2771
|
"one",
|
|
2747
|
-
"many"
|
|
2772
|
+
"many",
|
|
2773
|
+
"one-to-many",
|
|
2774
|
+
"many-to-one",
|
|
2775
|
+
"many-to-many"
|
|
2748
2776
|
]
|
|
2749
2777
|
}
|
|
2750
2778
|
},
|
|
@@ -3066,7 +3094,10 @@ var patterns = {
|
|
|
3066
3094
|
],
|
|
3067
3095
|
enumValues: [
|
|
3068
3096
|
"one",
|
|
3069
|
-
"many"
|
|
3097
|
+
"many",
|
|
3098
|
+
"one-to-many",
|
|
3099
|
+
"many-to-one",
|
|
3100
|
+
"many-to-many"
|
|
3070
3101
|
]
|
|
3071
3102
|
}
|
|
3072
3103
|
},
|
|
@@ -3613,7 +3644,10 @@ var patterns = {
|
|
|
3613
3644
|
],
|
|
3614
3645
|
enumValues: [
|
|
3615
3646
|
"one",
|
|
3616
|
-
"many"
|
|
3647
|
+
"many",
|
|
3648
|
+
"one-to-many",
|
|
3649
|
+
"many-to-one",
|
|
3650
|
+
"many-to-many"
|
|
3617
3651
|
]
|
|
3618
3652
|
}
|
|
3619
3653
|
},
|
|
@@ -25293,8 +25327,7 @@ var patterns = {
|
|
|
25293
25327
|
types: [
|
|
25294
25328
|
"array"
|
|
25295
25329
|
],
|
|
25296
|
-
description: "The tree data",
|
|
25297
|
-
required: true,
|
|
25330
|
+
description: "The tree data (pre-nested). Ignored when `items` is provided.",
|
|
25298
25331
|
items: {
|
|
25299
25332
|
types: [
|
|
25300
25333
|
"object"
|
|
@@ -25348,6 +25381,43 @@ var patterns = {
|
|
|
25348
25381
|
]
|
|
25349
25382
|
}
|
|
25350
25383
|
},
|
|
25384
|
+
items: {
|
|
25385
|
+
types: [
|
|
25386
|
+
"array"
|
|
25387
|
+
],
|
|
25388
|
+
description: "Flat node list, nested by `parentId` at render time — takes precedence over `tree` when provided. A `parentId` with no matching row renders that node as a root rather than dropping it.",
|
|
25389
|
+
items: {
|
|
25390
|
+
types: [
|
|
25391
|
+
"object"
|
|
25392
|
+
],
|
|
25393
|
+
properties: {
|
|
25394
|
+
id: {
|
|
25395
|
+
types: [
|
|
25396
|
+
"string"
|
|
25397
|
+
]
|
|
25398
|
+
},
|
|
25399
|
+
label: {
|
|
25400
|
+
types: [
|
|
25401
|
+
"string"
|
|
25402
|
+
]
|
|
25403
|
+
},
|
|
25404
|
+
parentId: {
|
|
25405
|
+
types: [
|
|
25406
|
+
"string"
|
|
25407
|
+
]
|
|
25408
|
+
},
|
|
25409
|
+
icon: {
|
|
25410
|
+
types: [
|
|
25411
|
+
"string"
|
|
25412
|
+
]
|
|
25413
|
+
}
|
|
25414
|
+
},
|
|
25415
|
+
required: [
|
|
25416
|
+
"id",
|
|
25417
|
+
"label"
|
|
25418
|
+
]
|
|
25419
|
+
}
|
|
25420
|
+
},
|
|
25351
25421
|
selectedPath: {
|
|
25352
25422
|
types: [
|
|
25353
25423
|
"string"
|
|
@@ -25367,6 +25437,20 @@ var patterns = {
|
|
|
25367
25437
|
}
|
|
25368
25438
|
]
|
|
25369
25439
|
},
|
|
25440
|
+
onNodeSelect: {
|
|
25441
|
+
types: [
|
|
25442
|
+
"function"
|
|
25443
|
+
],
|
|
25444
|
+
description: "Called when a node is clicked, in flat `items` mode; carries the selected node's id. Presence-gated: binding this prop is what turns on the click-to-select affordance, mirroring Badge's `onRemove`.",
|
|
25445
|
+
kind: "callback",
|
|
25446
|
+
callbackArgs: [
|
|
25447
|
+
{
|
|
25448
|
+
name: "id",
|
|
25449
|
+
type: "string"
|
|
25450
|
+
}
|
|
25451
|
+
],
|
|
25452
|
+
"default": ""
|
|
25453
|
+
},
|
|
25370
25454
|
className: {
|
|
25371
25455
|
types: [
|
|
25372
25456
|
"string"
|
|
@@ -39550,6 +39634,26 @@ var patterns = {
|
|
|
39550
39634
|
description: "gridStep prop",
|
|
39551
39635
|
"default": 1
|
|
39552
39636
|
},
|
|
39637
|
+
backgroundColor: {
|
|
39638
|
+
types: [
|
|
39639
|
+
"string"
|
|
39640
|
+
],
|
|
39641
|
+
description: "Canvas fill color; `var(--token, fallback)` strings resolve against the active theme. Default transparent."
|
|
39642
|
+
},
|
|
39643
|
+
gridColor: {
|
|
39644
|
+
types: [
|
|
39645
|
+
"string"
|
|
39646
|
+
],
|
|
39647
|
+
description: "Grid line color; resolves theme tokens (default `var(--color-border, #9ca3af)`).",
|
|
39648
|
+
"default": "var(--color-border, #9ca3af)"
|
|
39649
|
+
},
|
|
39650
|
+
axisColor: {
|
|
39651
|
+
types: [
|
|
39652
|
+
"string"
|
|
39653
|
+
],
|
|
39654
|
+
description: "Axis line color; resolves theme tokens (default `var(--color-muted-foreground, #374151)`).",
|
|
39655
|
+
"default": "var(--color-muted-foreground, #374151)"
|
|
39656
|
+
},
|
|
39553
39657
|
showTickLabels: {
|
|
39554
39658
|
types: [
|
|
39555
39659
|
"boolean"
|
|
@@ -47790,7 +47894,7 @@ var patternsRegistry = {
|
|
|
47790
47894
|
};
|
|
47791
47895
|
|
|
47792
47896
|
var version$2 = "1.0.0";
|
|
47793
|
-
var exportedAt$2 = "2026-08-
|
|
47897
|
+
var exportedAt$2 = "2026-08-23T09:11:28.111Z";
|
|
47794
47898
|
var integrators = {
|
|
47795
47899
|
github: {
|
|
47796
47900
|
name: "github",
|
|
@@ -48458,6 +48562,12 @@ var integrators = {
|
|
|
48458
48562
|
type: "string",
|
|
48459
48563
|
required: true,
|
|
48460
48564
|
description: ""
|
|
48565
|
+
},
|
|
48566
|
+
{
|
|
48567
|
+
name: "from",
|
|
48568
|
+
type: "string",
|
|
48569
|
+
required: false,
|
|
48570
|
+
description: ""
|
|
48461
48571
|
}
|
|
48462
48572
|
],
|
|
48463
48573
|
responseShape: {
|
|
@@ -48521,6 +48631,24 @@ var integrators = {
|
|
|
48521
48631
|
type: "string",
|
|
48522
48632
|
required: false,
|
|
48523
48633
|
description: ""
|
|
48634
|
+
},
|
|
48635
|
+
{
|
|
48636
|
+
name: "htmlBody",
|
|
48637
|
+
type: "string",
|
|
48638
|
+
required: false,
|
|
48639
|
+
description: "HTML content; when present `body` becomes the plain-text alternative."
|
|
48640
|
+
},
|
|
48641
|
+
{
|
|
48642
|
+
name: "replyTo",
|
|
48643
|
+
type: "string",
|
|
48644
|
+
required: false,
|
|
48645
|
+
description: ""
|
|
48646
|
+
},
|
|
48647
|
+
{
|
|
48648
|
+
name: "templateId",
|
|
48649
|
+
type: "string",
|
|
48650
|
+
required: false,
|
|
48651
|
+
description: "Provider template reference (SendGrid dynamic templates; Resend rejects it loudly)."
|
|
48524
48652
|
}
|
|
48525
48653
|
],
|
|
48526
48654
|
responseShape: {
|
|
@@ -49603,11 +49731,18 @@ var integrators = {
|
|
|
49603
49731
|
type: "number",
|
|
49604
49732
|
required: false,
|
|
49605
49733
|
description: ""
|
|
49734
|
+
},
|
|
49735
|
+
{
|
|
49736
|
+
name: "continuationToken",
|
|
49737
|
+
type: "string",
|
|
49738
|
+
required: false,
|
|
49739
|
+
description: ""
|
|
49606
49740
|
}
|
|
49607
49741
|
],
|
|
49608
49742
|
responseShape: {
|
|
49609
49743
|
keys: "array",
|
|
49610
|
-
truncated: "boolean"
|
|
49744
|
+
truncated: "boolean",
|
|
49745
|
+
nextToken: "string"
|
|
49611
49746
|
}
|
|
49612
49747
|
},
|
|
49613
49748
|
{
|
|
@@ -50197,6 +50332,17 @@ var integrators = {
|
|
|
50197
50332
|
ok: "boolean",
|
|
50198
50333
|
message: "string"
|
|
50199
50334
|
}
|
|
50335
|
+
},
|
|
50336
|
+
{
|
|
50337
|
+
name: "rotate",
|
|
50338
|
+
description: "",
|
|
50339
|
+
params: [
|
|
50340
|
+
],
|
|
50341
|
+
responseShape: {
|
|
50342
|
+
rotated: "number",
|
|
50343
|
+
alreadyCurrent: "number",
|
|
50344
|
+
unreadable: "number"
|
|
50345
|
+
}
|
|
50200
50346
|
}
|
|
50201
50347
|
]
|
|
50202
50348
|
},
|
|
@@ -50639,7 +50785,7 @@ var integratorsRegistry = {
|
|
|
50639
50785
|
};
|
|
50640
50786
|
|
|
50641
50787
|
var version$1 = "1.0.0";
|
|
50642
|
-
var exportedAt$1 = "2026-08-
|
|
50788
|
+
var exportedAt$1 = "2026-08-24T09:35:40.638Z";
|
|
50643
50789
|
var mappings = {
|
|
50644
50790
|
"page-header": {
|
|
50645
50791
|
component: "PageHeader",
|
|
@@ -52051,7 +52197,7 @@ var componentMapping = {
|
|
|
52051
52197
|
};
|
|
52052
52198
|
|
|
52053
52199
|
var version = "1.0.0";
|
|
52054
|
-
var exportedAt = "2026-08-
|
|
52200
|
+
var exportedAt = "2026-08-24T09:35:40.638Z";
|
|
52055
52201
|
var contracts = {
|
|
52056
52202
|
form: {
|
|
52057
52203
|
emits: [
|
|
@@ -54774,6 +54920,16 @@ declare const registry: {
|
|
|
54774
54920
|
};
|
|
54775
54921
|
relation: {
|
|
54776
54922
|
types: string[];
|
|
54923
|
+
properties: {
|
|
54924
|
+
entity: {
|
|
54925
|
+
types: string[];
|
|
54926
|
+
};
|
|
54927
|
+
cardinality: {
|
|
54928
|
+
types: string[];
|
|
54929
|
+
enumValues: string[];
|
|
54930
|
+
};
|
|
54931
|
+
};
|
|
54932
|
+
required: string[];
|
|
54777
54933
|
};
|
|
54778
54934
|
};
|
|
54779
54935
|
required: string[];
|
|
@@ -69246,7 +69402,6 @@ declare const registry: {
|
|
|
69246
69402
|
tree: {
|
|
69247
69403
|
types: string[];
|
|
69248
69404
|
description: string;
|
|
69249
|
-
required: boolean;
|
|
69250
69405
|
items: {
|
|
69251
69406
|
types: string[];
|
|
69252
69407
|
properties: {
|
|
@@ -69277,6 +69432,28 @@ declare const registry: {
|
|
|
69277
69432
|
required: string[];
|
|
69278
69433
|
};
|
|
69279
69434
|
};
|
|
69435
|
+
items: {
|
|
69436
|
+
types: string[];
|
|
69437
|
+
description: string;
|
|
69438
|
+
items: {
|
|
69439
|
+
types: string[];
|
|
69440
|
+
properties: {
|
|
69441
|
+
id: {
|
|
69442
|
+
types: string[];
|
|
69443
|
+
};
|
|
69444
|
+
label: {
|
|
69445
|
+
types: string[];
|
|
69446
|
+
};
|
|
69447
|
+
parentId: {
|
|
69448
|
+
types: string[];
|
|
69449
|
+
};
|
|
69450
|
+
icon: {
|
|
69451
|
+
types: string[];
|
|
69452
|
+
};
|
|
69453
|
+
};
|
|
69454
|
+
required: string[];
|
|
69455
|
+
};
|
|
69456
|
+
};
|
|
69280
69457
|
selectedPath: {
|
|
69281
69458
|
types: string[];
|
|
69282
69459
|
description: string;
|
|
@@ -69290,6 +69467,16 @@ declare const registry: {
|
|
|
69290
69467
|
type: string;
|
|
69291
69468
|
}[];
|
|
69292
69469
|
};
|
|
69470
|
+
onNodeSelect: {
|
|
69471
|
+
types: string[];
|
|
69472
|
+
description: string;
|
|
69473
|
+
kind: string;
|
|
69474
|
+
callbackArgs: {
|
|
69475
|
+
name: string;
|
|
69476
|
+
type: string;
|
|
69477
|
+
}[];
|
|
69478
|
+
default: string;
|
|
69479
|
+
};
|
|
69293
69480
|
className: {
|
|
69294
69481
|
types: string[];
|
|
69295
69482
|
description: string;
|
|
@@ -77886,6 +78073,20 @@ declare const registry: {
|
|
|
77886
78073
|
description: string;
|
|
77887
78074
|
default: number;
|
|
77888
78075
|
};
|
|
78076
|
+
backgroundColor: {
|
|
78077
|
+
types: string[];
|
|
78078
|
+
description: string;
|
|
78079
|
+
};
|
|
78080
|
+
gridColor: {
|
|
78081
|
+
types: string[];
|
|
78082
|
+
description: string;
|
|
78083
|
+
default: string;
|
|
78084
|
+
};
|
|
78085
|
+
axisColor: {
|
|
78086
|
+
types: string[];
|
|
78087
|
+
description: string;
|
|
78088
|
+
default: string;
|
|
78089
|
+
};
|
|
77889
78090
|
showTickLabels: {
|
|
77890
78091
|
types: string[];
|
|
77891
78092
|
description: string;
|
|
@@ -83727,6 +83928,16 @@ declare const PATTERN_REGISTRY: {
|
|
|
83727
83928
|
};
|
|
83728
83929
|
relation: {
|
|
83729
83930
|
types: string[];
|
|
83931
|
+
properties: {
|
|
83932
|
+
entity: {
|
|
83933
|
+
types: string[];
|
|
83934
|
+
};
|
|
83935
|
+
cardinality: {
|
|
83936
|
+
types: string[];
|
|
83937
|
+
enumValues: string[];
|
|
83938
|
+
};
|
|
83939
|
+
};
|
|
83940
|
+
required: string[];
|
|
83730
83941
|
};
|
|
83731
83942
|
};
|
|
83732
83943
|
required: string[];
|
|
@@ -98199,7 +98410,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
98199
98410
|
tree: {
|
|
98200
98411
|
types: string[];
|
|
98201
98412
|
description: string;
|
|
98202
|
-
required: boolean;
|
|
98203
98413
|
items: {
|
|
98204
98414
|
types: string[];
|
|
98205
98415
|
properties: {
|
|
@@ -98230,6 +98440,28 @@ declare const PATTERN_REGISTRY: {
|
|
|
98230
98440
|
required: string[];
|
|
98231
98441
|
};
|
|
98232
98442
|
};
|
|
98443
|
+
items: {
|
|
98444
|
+
types: string[];
|
|
98445
|
+
description: string;
|
|
98446
|
+
items: {
|
|
98447
|
+
types: string[];
|
|
98448
|
+
properties: {
|
|
98449
|
+
id: {
|
|
98450
|
+
types: string[];
|
|
98451
|
+
};
|
|
98452
|
+
label: {
|
|
98453
|
+
types: string[];
|
|
98454
|
+
};
|
|
98455
|
+
parentId: {
|
|
98456
|
+
types: string[];
|
|
98457
|
+
};
|
|
98458
|
+
icon: {
|
|
98459
|
+
types: string[];
|
|
98460
|
+
};
|
|
98461
|
+
};
|
|
98462
|
+
required: string[];
|
|
98463
|
+
};
|
|
98464
|
+
};
|
|
98233
98465
|
selectedPath: {
|
|
98234
98466
|
types: string[];
|
|
98235
98467
|
description: string;
|
|
@@ -98243,6 +98475,16 @@ declare const PATTERN_REGISTRY: {
|
|
|
98243
98475
|
type: string;
|
|
98244
98476
|
}[];
|
|
98245
98477
|
};
|
|
98478
|
+
onNodeSelect: {
|
|
98479
|
+
types: string[];
|
|
98480
|
+
description: string;
|
|
98481
|
+
kind: string;
|
|
98482
|
+
callbackArgs: {
|
|
98483
|
+
name: string;
|
|
98484
|
+
type: string;
|
|
98485
|
+
}[];
|
|
98486
|
+
default: string;
|
|
98487
|
+
};
|
|
98246
98488
|
className: {
|
|
98247
98489
|
types: string[];
|
|
98248
98490
|
description: string;
|
|
@@ -106839,6 +107081,20 @@ declare const PATTERN_REGISTRY: {
|
|
|
106839
107081
|
description: string;
|
|
106840
107082
|
default: number;
|
|
106841
107083
|
};
|
|
107084
|
+
backgroundColor: {
|
|
107085
|
+
types: string[];
|
|
107086
|
+
description: string;
|
|
107087
|
+
};
|
|
107088
|
+
gridColor: {
|
|
107089
|
+
types: string[];
|
|
107090
|
+
description: string;
|
|
107091
|
+
default: string;
|
|
107092
|
+
};
|
|
107093
|
+
axisColor: {
|
|
107094
|
+
types: string[];
|
|
107095
|
+
description: string;
|
|
107096
|
+
default: string;
|
|
107097
|
+
};
|
|
106842
107098
|
showTickLabels: {
|
|
106843
107099
|
types: string[];
|
|
106844
107100
|
description: string;
|
|
@@ -112838,6 +113094,7 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
112838
113094
|
metadata?: undefined;
|
|
112839
113095
|
keys?: undefined;
|
|
112840
113096
|
truncated?: undefined;
|
|
113097
|
+
nextToken?: undefined;
|
|
112841
113098
|
deleted?: undefined;
|
|
112842
113099
|
expiresAt?: undefined;
|
|
112843
113100
|
};
|
|
@@ -112862,6 +113119,7 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
112862
113119
|
url?: undefined;
|
|
112863
113120
|
keys?: undefined;
|
|
112864
113121
|
truncated?: undefined;
|
|
113122
|
+
nextToken?: undefined;
|
|
112865
113123
|
deleted?: undefined;
|
|
112866
113124
|
expiresAt?: undefined;
|
|
112867
113125
|
};
|
|
@@ -112877,6 +113135,7 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
112877
113135
|
responseShape: {
|
|
112878
113136
|
keys: string;
|
|
112879
113137
|
truncated: string;
|
|
113138
|
+
nextToken: string;
|
|
112880
113139
|
key?: undefined;
|
|
112881
113140
|
bucket?: undefined;
|
|
112882
113141
|
size?: undefined;
|
|
@@ -112911,6 +113170,7 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
112911
113170
|
metadata?: undefined;
|
|
112912
113171
|
keys?: undefined;
|
|
112913
113172
|
truncated?: undefined;
|
|
113173
|
+
nextToken?: undefined;
|
|
112914
113174
|
expiresAt?: undefined;
|
|
112915
113175
|
};
|
|
112916
113176
|
} | {
|
|
@@ -112935,6 +113195,7 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
112935
113195
|
metadata?: undefined;
|
|
112936
113196
|
keys?: undefined;
|
|
112937
113197
|
truncated?: undefined;
|
|
113198
|
+
nextToken?: undefined;
|
|
112938
113199
|
deleted?: undefined;
|
|
112939
113200
|
};
|
|
112940
113201
|
})[];
|
|
@@ -113400,6 +113661,9 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
113400
113661
|
probed?: undefined;
|
|
113401
113662
|
ok?: undefined;
|
|
113402
113663
|
message?: undefined;
|
|
113664
|
+
rotated?: undefined;
|
|
113665
|
+
alreadyCurrent?: undefined;
|
|
113666
|
+
unreadable?: undefined;
|
|
113403
113667
|
};
|
|
113404
113668
|
} | {
|
|
113405
113669
|
name: string;
|
|
@@ -113423,6 +113687,9 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
113423
113687
|
probed?: undefined;
|
|
113424
113688
|
ok?: undefined;
|
|
113425
113689
|
message?: undefined;
|
|
113690
|
+
rotated?: undefined;
|
|
113691
|
+
alreadyCurrent?: undefined;
|
|
113692
|
+
unreadable?: undefined;
|
|
113426
113693
|
};
|
|
113427
113694
|
} | {
|
|
113428
113695
|
name: string;
|
|
@@ -113446,6 +113713,9 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
113446
113713
|
probed?: undefined;
|
|
113447
113714
|
ok?: undefined;
|
|
113448
113715
|
message?: undefined;
|
|
113716
|
+
rotated?: undefined;
|
|
113717
|
+
alreadyCurrent?: undefined;
|
|
113718
|
+
unreadable?: undefined;
|
|
113449
113719
|
};
|
|
113450
113720
|
} | {
|
|
113451
113721
|
name: string;
|
|
@@ -113469,6 +113739,30 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
113469
113739
|
envVar?: undefined;
|
|
113470
113740
|
last4?: undefined;
|
|
113471
113741
|
removed?: undefined;
|
|
113742
|
+
rotated?: undefined;
|
|
113743
|
+
alreadyCurrent?: undefined;
|
|
113744
|
+
unreadable?: undefined;
|
|
113745
|
+
};
|
|
113746
|
+
} | {
|
|
113747
|
+
name: string;
|
|
113748
|
+
description: string;
|
|
113749
|
+
params: never[];
|
|
113750
|
+
responseShape: {
|
|
113751
|
+
rotated: string;
|
|
113752
|
+
alreadyCurrent: string;
|
|
113753
|
+
unreadable: string;
|
|
113754
|
+
enabled?: undefined;
|
|
113755
|
+
entries?: undefined;
|
|
113756
|
+
saved?: undefined;
|
|
113757
|
+
service?: undefined;
|
|
113758
|
+
envVar?: undefined;
|
|
113759
|
+
last4?: undefined;
|
|
113760
|
+
removed?: undefined;
|
|
113761
|
+
configured?: undefined;
|
|
113762
|
+
missing?: undefined;
|
|
113763
|
+
probed?: undefined;
|
|
113764
|
+
ok?: undefined;
|
|
113765
|
+
message?: undefined;
|
|
113472
113766
|
};
|
|
113473
113767
|
})[];
|
|
113474
113768
|
};
|