syllable-sdk 1.0.13-rc.5 → 1.0.13
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/bin/mcp-server.js +398 -970
- package/bin/mcp-server.js.map +21 -21
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/lib/encodings.d.ts.map +1 -1
- package/lib/encodings.js +3 -1
- package/lib/encodings.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/mcp-server.js.map +1 -1
- package/mcp-server/server.js +1 -1
- package/mcp-server/server.js.map +1 -1
- package/models/components/callaction.d.ts.map +1 -1
- package/models/components/callaction.js +18 -38
- package/models/components/callaction.js.map +1 -1
- package/models/components/conditionaltext.d.ts.map +1 -1
- package/models/components/conditionaltext.js +18 -38
- package/models/components/conditionaltext.js.map +1 -1
- package/models/components/conditionalvalue.d.ts.map +1 -1
- package/models/components/conditionalvalue.js +36 -80
- package/models/components/conditionalvalue.js.map +1 -1
- package/models/components/context.d.ts.map +1 -1
- package/models/components/context.js +48 -140
- package/models/components/context.js.map +1 -1
- package/models/components/eventtaskevents.d.ts.map +1 -1
- package/models/components/eventtaskevents.js +20 -60
- package/models/components/eventtaskevents.js.map +1 -1
- package/models/components/expressiontask.d.ts.map +1 -1
- package/models/components/expressiontask.js +18 -38
- package/models/components/expressiontask.js.map +1 -1
- package/models/components/expressiontaskevents.d.ts.map +1 -1
- package/models/components/expressiontaskevents.js +40 -120
- package/models/components/expressiontaskevents.js.map +1 -1
- package/models/components/incrementaction.d.ts.map +1 -1
- package/models/components/incrementaction.js +18 -38
- package/models/components/incrementaction.js.map +1 -1
- package/models/components/nextstep.d.ts.map +1 -1
- package/models/components/nextstep.js +18 -38
- package/models/components/nextstep.js.map +1 -1
- package/models/components/saveaction.d.ts.map +1 -1
- package/models/components/saveaction.js +18 -38
- package/models/components/saveaction.js.map +1 -1
- package/models/components/sayaction.d.ts.map +1 -1
- package/models/components/sayaction.js +18 -38
- package/models/components/sayaction.js.map +1 -1
- package/models/components/session.d.ts +5 -0
- package/models/components/session.d.ts.map +1 -1
- package/models/components/session.js +4 -0
- package/models/components/session.js.map +1 -1
- package/models/components/setvalueaction.d.ts.map +1 -1
- package/models/components/setvalueaction.js +36 -76
- package/models/components/setvalueaction.js.map +1 -1
- package/models/components/stepeventactions.d.ts.map +1 -1
- package/models/components/stepeventactions.js +60 -180
- package/models/components/stepeventactions.js.map +1 -1
- package/models/components/variable.d.ts.map +1 -1
- package/models/components/variable.js +18 -38
- package/models/components/variable.js.map +1 -1
- package/openapi.json +12 -0
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +4 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/callaction.ts +18 -58
- package/src/models/components/conditionaltext.ts +18 -58
- package/src/models/components/conditionalvalue.ts +36 -118
- package/src/models/components/context.ts +48 -188
- package/src/models/components/eventtaskevents.ts +20 -92
- package/src/models/components/expressiontask.ts +18 -58
- package/src/models/components/expressiontaskevents.ts +40 -184
- package/src/models/components/incrementaction.ts +18 -58
- package/src/models/components/nextstep.ts +18 -58
- package/src/models/components/saveaction.ts +18 -58
- package/src/models/components/sayaction.ts +18 -58
- package/src/models/components/session.ts +9 -0
- package/src/models/components/setvalueaction.ts +36 -116
- package/src/models/components/stepeventactions.ts +60 -276
- package/src/models/components/variable.ts +18 -58
package/bin/mcp-server.js
CHANGED
|
@@ -34419,9 +34419,9 @@ var init_config = __esm(() => {
|
|
|
34419
34419
|
SDK_METADATA = {
|
|
34420
34420
|
language: "typescript",
|
|
34421
34421
|
openapiDocVersion: "0.0.2",
|
|
34422
|
-
sdkVersion: "1.0.13
|
|
34423
|
-
genVersion: "2.
|
|
34424
|
-
userAgent: "speakeasy-sdk/typescript 1.0.13
|
|
34422
|
+
sdkVersion: "1.0.13",
|
|
34423
|
+
genVersion: "2.763.3",
|
|
34424
|
+
userAgent: "speakeasy-sdk/typescript 1.0.13 2.763.3 0.0.2 syllable-sdk"
|
|
34425
34425
|
};
|
|
34426
34426
|
});
|
|
34427
34427
|
|
|
@@ -36686,56 +36686,40 @@ var init_conditionalvalue = __esm(() => {
|
|
|
36686
36686
|
init_celexpression();
|
|
36687
36687
|
init_jmespathexpression();
|
|
36688
36688
|
ValueFrom1$inboundSchema = unionType([
|
|
36689
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
36690
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
36691
|
-
|
|
36692
|
-
}))),
|
|
36693
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36689
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36690
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36691
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36694
36692
|
]);
|
|
36695
36693
|
ValueFrom1$outboundSchema = unionType([
|
|
36696
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
36697
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
36698
|
-
|
|
36699
|
-
}))),
|
|
36700
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36694
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36695
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36696
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36701
36697
|
]);
|
|
36702
36698
|
If1$inboundSchema = unionType([
|
|
36703
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
36704
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
36705
|
-
|
|
36706
|
-
}))),
|
|
36707
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36699
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36700
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36701
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36708
36702
|
]);
|
|
36709
36703
|
If1$outboundSchema = unionType([
|
|
36710
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
36711
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
36712
|
-
|
|
36713
|
-
}))),
|
|
36714
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36704
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36705
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36706
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36715
36707
|
]);
|
|
36716
36708
|
If$inboundSchema = unionType([
|
|
36717
36709
|
lazyType(() => CaseExpression$inboundSchema),
|
|
36718
36710
|
unionType([
|
|
36719
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
36720
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
36721
|
-
|
|
36722
|
-
}))),
|
|
36723
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36711
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36712
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36713
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36724
36714
|
]),
|
|
36725
36715
|
stringType()
|
|
36726
36716
|
]);
|
|
36727
36717
|
If$outboundSchema = unionType([
|
|
36728
36718
|
lazyType(() => CaseExpression$outboundSchema),
|
|
36729
36719
|
unionType([
|
|
36730
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
36731
|
-
|
|
36732
|
-
}))
|
|
36733
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
36734
|
-
type: v2.type
|
|
36735
|
-
}))),
|
|
36736
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
36737
|
-
type: v2.type
|
|
36738
|
-
})))
|
|
36720
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36721
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36722
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36739
36723
|
]),
|
|
36740
36724
|
stringType()
|
|
36741
36725
|
]);
|
|
@@ -36744,30 +36728,18 @@ var init_conditionalvalue = __esm(() => {
|
|
|
36744
36728
|
value_from: nullableType(unionType([
|
|
36745
36729
|
lazyType(() => CaseExpression$inboundSchema),
|
|
36746
36730
|
unionType([
|
|
36747
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
36748
|
-
|
|
36749
|
-
}))
|
|
36750
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
36751
|
-
type: v2.type
|
|
36752
|
-
}))),
|
|
36753
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
36754
|
-
type: v2.type
|
|
36755
|
-
})))
|
|
36731
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36732
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36733
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36756
36734
|
]),
|
|
36757
36735
|
stringType()
|
|
36758
36736
|
])).optional(),
|
|
36759
36737
|
if: nullableType(unionType([
|
|
36760
36738
|
lazyType(() => CaseExpression$inboundSchema),
|
|
36761
36739
|
unionType([
|
|
36762
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
36763
|
-
|
|
36764
|
-
}))
|
|
36765
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
36766
|
-
type: v2.type
|
|
36767
|
-
}))),
|
|
36768
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
36769
|
-
type: v2.type
|
|
36770
|
-
})))
|
|
36740
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36741
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36742
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36771
36743
|
]),
|
|
36772
36744
|
stringType()
|
|
36773
36745
|
])).optional()
|
|
@@ -36781,30 +36753,18 @@ var init_conditionalvalue = __esm(() => {
|
|
|
36781
36753
|
valueFrom: nullableType(unionType([
|
|
36782
36754
|
lazyType(() => CaseExpression$outboundSchema),
|
|
36783
36755
|
unionType([
|
|
36784
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
36785
|
-
|
|
36786
|
-
}))
|
|
36787
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
36788
|
-
type: v2.type
|
|
36789
|
-
}))),
|
|
36790
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
36791
|
-
type: v2.type
|
|
36792
|
-
})))
|
|
36756
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36757
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36758
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36793
36759
|
]),
|
|
36794
36760
|
stringType()
|
|
36795
36761
|
])).optional(),
|
|
36796
36762
|
if: nullableType(unionType([
|
|
36797
36763
|
lazyType(() => CaseExpression$outboundSchema),
|
|
36798
36764
|
unionType([
|
|
36799
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
36800
|
-
|
|
36801
|
-
}))
|
|
36802
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
36803
|
-
type: v2.type
|
|
36804
|
-
}))),
|
|
36805
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
36806
|
-
type: v2.type
|
|
36807
|
-
})))
|
|
36765
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36766
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36767
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36808
36768
|
]),
|
|
36809
36769
|
stringType()
|
|
36810
36770
|
])).optional()
|
|
@@ -36816,22 +36776,18 @@ var init_conditionalvalue = __esm(() => {
|
|
|
36816
36776
|
ValueFrom$inboundSchema = unionType([
|
|
36817
36777
|
lazyType(() => CaseExpression$inboundSchema),
|
|
36818
36778
|
unionType([
|
|
36819
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
36820
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
36821
|
-
|
|
36822
|
-
}))),
|
|
36823
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36779
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36780
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36781
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36824
36782
|
]),
|
|
36825
36783
|
stringType()
|
|
36826
36784
|
]);
|
|
36827
36785
|
ValueFrom$outboundSchema = unionType([
|
|
36828
36786
|
lazyType(() => CaseExpression$outboundSchema),
|
|
36829
36787
|
unionType([
|
|
36830
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
36831
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
36832
|
-
|
|
36833
|
-
}))),
|
|
36834
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36788
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36789
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36790
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36835
36791
|
]),
|
|
36836
36792
|
stringType()
|
|
36837
36793
|
]);
|
|
@@ -36859,38 +36815,30 @@ var init_callaction = __esm(() => {
|
|
|
36859
36815
|
init_celexpression();
|
|
36860
36816
|
init_jmespathexpression();
|
|
36861
36817
|
CallActionIf1$inboundSchema = unionType([
|
|
36862
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
36863
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
36864
|
-
|
|
36865
|
-
}))),
|
|
36866
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36818
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36819
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36820
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36867
36821
|
]);
|
|
36868
36822
|
CallActionIf1$outboundSchema = unionType([
|
|
36869
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
36870
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
36871
|
-
|
|
36872
|
-
}))),
|
|
36873
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36823
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36824
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36825
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36874
36826
|
]);
|
|
36875
36827
|
CallActionIf$inboundSchema = unionType([
|
|
36876
36828
|
CaseExpression$inboundSchema,
|
|
36877
36829
|
unionType([
|
|
36878
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
36879
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
36880
|
-
|
|
36881
|
-
}))),
|
|
36882
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36830
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36831
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36832
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36883
36833
|
]),
|
|
36884
36834
|
stringType()
|
|
36885
36835
|
]);
|
|
36886
36836
|
CallActionIf$outboundSchema = unionType([
|
|
36887
36837
|
CaseExpression$outboundSchema,
|
|
36888
36838
|
unionType([
|
|
36889
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
36890
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
36891
|
-
|
|
36892
|
-
}))),
|
|
36893
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36839
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36840
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36841
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36894
36842
|
]),
|
|
36895
36843
|
stringType()
|
|
36896
36844
|
]);
|
|
@@ -36900,15 +36848,9 @@ var init_callaction = __esm(() => {
|
|
|
36900
36848
|
if: nullableType(unionType([
|
|
36901
36849
|
CaseExpression$inboundSchema,
|
|
36902
36850
|
unionType([
|
|
36903
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
36904
|
-
|
|
36905
|
-
}))
|
|
36906
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
36907
|
-
type: v2.type
|
|
36908
|
-
}))),
|
|
36909
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
36910
|
-
type: v2.type
|
|
36911
|
-
})))
|
|
36851
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36852
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36853
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36912
36854
|
]),
|
|
36913
36855
|
stringType()
|
|
36914
36856
|
])).optional(),
|
|
@@ -36925,15 +36867,9 @@ var init_callaction = __esm(() => {
|
|
|
36925
36867
|
if: nullableType(unionType([
|
|
36926
36868
|
CaseExpression$outboundSchema,
|
|
36927
36869
|
unionType([
|
|
36928
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
36929
|
-
|
|
36930
|
-
}))
|
|
36931
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
36932
|
-
type: v2.type
|
|
36933
|
-
}))),
|
|
36934
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
36935
|
-
type: v2.type
|
|
36936
|
-
})))
|
|
36870
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36871
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36872
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36937
36873
|
]),
|
|
36938
36874
|
stringType()
|
|
36939
36875
|
])).optional(),
|
|
@@ -36956,38 +36892,30 @@ var init_incrementaction = __esm(() => {
|
|
|
36956
36892
|
init_celexpression();
|
|
36957
36893
|
init_jmespathexpression();
|
|
36958
36894
|
IncrementActionIf1$inboundSchema = unionType([
|
|
36959
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
36960
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
36961
|
-
|
|
36962
|
-
}))),
|
|
36963
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36895
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36896
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36897
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36964
36898
|
]);
|
|
36965
36899
|
IncrementActionIf1$outboundSchema = unionType([
|
|
36966
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
36967
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
36968
|
-
|
|
36969
|
-
}))),
|
|
36970
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36900
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36901
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36902
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36971
36903
|
]);
|
|
36972
36904
|
IncrementActionIf$inboundSchema = unionType([
|
|
36973
36905
|
CaseExpression$inboundSchema,
|
|
36974
36906
|
unionType([
|
|
36975
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
36976
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
36977
|
-
|
|
36978
|
-
}))),
|
|
36979
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36907
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36908
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36909
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36980
36910
|
]),
|
|
36981
36911
|
stringType()
|
|
36982
36912
|
]);
|
|
36983
36913
|
IncrementActionIf$outboundSchema = unionType([
|
|
36984
36914
|
CaseExpression$outboundSchema,
|
|
36985
36915
|
unionType([
|
|
36986
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
36987
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
36988
|
-
|
|
36989
|
-
}))),
|
|
36990
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36916
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36917
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36918
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
36991
36919
|
]),
|
|
36992
36920
|
stringType()
|
|
36993
36921
|
]);
|
|
@@ -36995,15 +36923,9 @@ var init_incrementaction = __esm(() => {
|
|
|
36995
36923
|
if: nullableType(unionType([
|
|
36996
36924
|
CaseExpression$inboundSchema,
|
|
36997
36925
|
unionType([
|
|
36998
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
36999
|
-
|
|
37000
|
-
}))
|
|
37001
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
37002
|
-
type: v2.type
|
|
37003
|
-
}))),
|
|
37004
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
37005
|
-
type: v2.type
|
|
37006
|
-
})))
|
|
36926
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36927
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36928
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37007
36929
|
]),
|
|
37008
36930
|
stringType()
|
|
37009
36931
|
])).optional(),
|
|
@@ -37015,15 +36937,9 @@ var init_incrementaction = __esm(() => {
|
|
|
37015
36937
|
if: nullableType(unionType([
|
|
37016
36938
|
CaseExpression$outboundSchema,
|
|
37017
36939
|
unionType([
|
|
37018
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37019
|
-
|
|
37020
|
-
}))
|
|
37021
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
37022
|
-
type: v2.type
|
|
37023
|
-
}))),
|
|
37024
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
37025
|
-
type: v2.type
|
|
37026
|
-
})))
|
|
36940
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36941
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36942
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37027
36943
|
]),
|
|
37028
36944
|
stringType()
|
|
37029
36945
|
])).optional(),
|
|
@@ -37041,38 +36957,30 @@ var init_saveaction = __esm(() => {
|
|
|
37041
36957
|
init_celexpression();
|
|
37042
36958
|
init_jmespathexpression();
|
|
37043
36959
|
SaveActionIf1$inboundSchema = unionType([
|
|
37044
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37045
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37046
|
-
|
|
37047
|
-
}))),
|
|
37048
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36960
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36961
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36962
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37049
36963
|
]);
|
|
37050
36964
|
SaveActionIf1$outboundSchema = unionType([
|
|
37051
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37052
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37053
|
-
|
|
37054
|
-
}))),
|
|
37055
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36965
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36966
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36967
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37056
36968
|
]);
|
|
37057
36969
|
SaveActionIf$inboundSchema = unionType([
|
|
37058
36970
|
CaseExpression$inboundSchema,
|
|
37059
36971
|
unionType([
|
|
37060
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37061
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37062
|
-
|
|
37063
|
-
}))),
|
|
37064
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36972
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36973
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36974
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37065
36975
|
]),
|
|
37066
36976
|
stringType()
|
|
37067
36977
|
]);
|
|
37068
36978
|
SaveActionIf$outboundSchema = unionType([
|
|
37069
36979
|
CaseExpression$outboundSchema,
|
|
37070
36980
|
unionType([
|
|
37071
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37072
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37073
|
-
|
|
37074
|
-
}))),
|
|
37075
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
36981
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36982
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36983
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37076
36984
|
]),
|
|
37077
36985
|
stringType()
|
|
37078
36986
|
]);
|
|
@@ -37080,15 +36988,9 @@ var init_saveaction = __esm(() => {
|
|
|
37080
36988
|
if: nullableType(unionType([
|
|
37081
36989
|
CaseExpression$inboundSchema,
|
|
37082
36990
|
unionType([
|
|
37083
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37084
|
-
|
|
37085
|
-
}))
|
|
37086
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
37087
|
-
type: v2.type
|
|
37088
|
-
}))),
|
|
37089
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
37090
|
-
type: v2.type
|
|
37091
|
-
})))
|
|
36991
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
36992
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
36993
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37092
36994
|
]),
|
|
37093
36995
|
stringType()
|
|
37094
36996
|
])).optional(),
|
|
@@ -37100,15 +37002,9 @@ var init_saveaction = __esm(() => {
|
|
|
37100
37002
|
if: nullableType(unionType([
|
|
37101
37003
|
CaseExpression$outboundSchema,
|
|
37102
37004
|
unionType([
|
|
37103
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37104
|
-
|
|
37105
|
-
}))
|
|
37106
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
37107
|
-
type: v2.type
|
|
37108
|
-
}))),
|
|
37109
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
37110
|
-
type: v2.type
|
|
37111
|
-
})))
|
|
37005
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37006
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37007
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37112
37008
|
]),
|
|
37113
37009
|
stringType()
|
|
37114
37010
|
])).optional(),
|
|
@@ -37130,38 +37026,30 @@ var init_sayaction = __esm(() => {
|
|
|
37130
37026
|
Assistant: "assistant"
|
|
37131
37027
|
};
|
|
37132
37028
|
SayActionIf1$inboundSchema = unionType([
|
|
37133
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37134
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37135
|
-
|
|
37136
|
-
}))),
|
|
37137
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37029
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37030
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37031
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37138
37032
|
]);
|
|
37139
37033
|
SayActionIf1$outboundSchema = unionType([
|
|
37140
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37141
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37142
|
-
|
|
37143
|
-
}))),
|
|
37144
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37034
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37035
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37036
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37145
37037
|
]);
|
|
37146
37038
|
SayActionIf$inboundSchema = unionType([
|
|
37147
37039
|
CaseExpression$inboundSchema,
|
|
37148
37040
|
unionType([
|
|
37149
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37150
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37151
|
-
|
|
37152
|
-
}))),
|
|
37153
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37041
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37042
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37043
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37154
37044
|
]),
|
|
37155
37045
|
stringType()
|
|
37156
37046
|
]);
|
|
37157
37047
|
SayActionIf$outboundSchema = unionType([
|
|
37158
37048
|
CaseExpression$outboundSchema,
|
|
37159
37049
|
unionType([
|
|
37160
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37161
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37162
|
-
|
|
37163
|
-
}))),
|
|
37164
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37050
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37051
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37052
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37165
37053
|
]),
|
|
37166
37054
|
stringType()
|
|
37167
37055
|
]);
|
|
@@ -37171,15 +37059,9 @@ var init_sayaction = __esm(() => {
|
|
|
37171
37059
|
if: nullableType(unionType([
|
|
37172
37060
|
CaseExpression$inboundSchema,
|
|
37173
37061
|
unionType([
|
|
37174
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37175
|
-
|
|
37176
|
-
}))
|
|
37177
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
37178
|
-
type: v2.type
|
|
37179
|
-
}))),
|
|
37180
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
37181
|
-
type: v2.type
|
|
37182
|
-
})))
|
|
37062
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37063
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37064
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37183
37065
|
]),
|
|
37184
37066
|
stringType()
|
|
37185
37067
|
])).optional(),
|
|
@@ -37191,15 +37073,9 @@ var init_sayaction = __esm(() => {
|
|
|
37191
37073
|
if: nullableType(unionType([
|
|
37192
37074
|
CaseExpression$outboundSchema,
|
|
37193
37075
|
unionType([
|
|
37194
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37195
|
-
|
|
37196
|
-
}))
|
|
37197
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
37198
|
-
type: v2.type
|
|
37199
|
-
}))),
|
|
37200
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
37201
|
-
type: v2.type
|
|
37202
|
-
})))
|
|
37076
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37077
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37078
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37203
37079
|
]),
|
|
37204
37080
|
stringType()
|
|
37205
37081
|
])).optional(),
|
|
@@ -37218,74 +37094,58 @@ var init_setvalueaction = __esm(() => {
|
|
|
37218
37094
|
init_celexpression();
|
|
37219
37095
|
init_jmespathexpression();
|
|
37220
37096
|
SetValueActionValueFrom1$inboundSchema = unionType([
|
|
37221
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37222
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37223
|
-
|
|
37224
|
-
}))),
|
|
37225
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37097
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37098
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37099
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37226
37100
|
]);
|
|
37227
37101
|
SetValueActionValueFrom1$outboundSchema = unionType([
|
|
37228
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37229
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37230
|
-
|
|
37231
|
-
}))),
|
|
37232
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37102
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37103
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37104
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37233
37105
|
]);
|
|
37234
37106
|
SetValueActionValueFrom$inboundSchema = unionType([
|
|
37235
37107
|
CaseExpression$inboundSchema,
|
|
37236
37108
|
unionType([
|
|
37237
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37238
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37239
|
-
|
|
37240
|
-
}))),
|
|
37241
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37109
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37110
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37111
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37242
37112
|
]),
|
|
37243
37113
|
stringType()
|
|
37244
37114
|
]);
|
|
37245
37115
|
SetValueActionValueFrom$outboundSchema = unionType([
|
|
37246
37116
|
CaseExpression$outboundSchema,
|
|
37247
37117
|
unionType([
|
|
37248
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37249
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37250
|
-
|
|
37251
|
-
}))),
|
|
37252
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37118
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37119
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37120
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37253
37121
|
]),
|
|
37254
37122
|
stringType()
|
|
37255
37123
|
]);
|
|
37256
37124
|
SetValueActionIf1$inboundSchema = unionType([
|
|
37257
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37258
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37259
|
-
|
|
37260
|
-
}))),
|
|
37261
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37125
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37126
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37127
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37262
37128
|
]);
|
|
37263
37129
|
SetValueActionIf1$outboundSchema = unionType([
|
|
37264
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37265
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37266
|
-
|
|
37267
|
-
}))),
|
|
37268
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37130
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37131
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37132
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37269
37133
|
]);
|
|
37270
37134
|
SetValueActionIf$inboundSchema = unionType([
|
|
37271
37135
|
CaseExpression$inboundSchema,
|
|
37272
37136
|
unionType([
|
|
37273
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37274
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37275
|
-
|
|
37276
|
-
}))),
|
|
37277
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37137
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37138
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37139
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37278
37140
|
]),
|
|
37279
37141
|
stringType()
|
|
37280
37142
|
]);
|
|
37281
37143
|
SetValueActionIf$outboundSchema = unionType([
|
|
37282
37144
|
CaseExpression$outboundSchema,
|
|
37283
37145
|
unionType([
|
|
37284
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37285
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37286
|
-
|
|
37287
|
-
}))),
|
|
37288
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37146
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37147
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37148
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37289
37149
|
]),
|
|
37290
37150
|
stringType()
|
|
37291
37151
|
]);
|
|
@@ -37294,30 +37154,18 @@ var init_setvalueaction = __esm(() => {
|
|
|
37294
37154
|
value_from: nullableType(unionType([
|
|
37295
37155
|
CaseExpression$inboundSchema,
|
|
37296
37156
|
unionType([
|
|
37297
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37298
|
-
|
|
37299
|
-
}))
|
|
37300
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
37301
|
-
type: v2.type
|
|
37302
|
-
}))),
|
|
37303
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
37304
|
-
type: v2.type
|
|
37305
|
-
})))
|
|
37157
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37158
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37159
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37306
37160
|
]),
|
|
37307
37161
|
stringType()
|
|
37308
37162
|
])).optional(),
|
|
37309
37163
|
if: nullableType(unionType([
|
|
37310
37164
|
CaseExpression$inboundSchema,
|
|
37311
37165
|
unionType([
|
|
37312
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37313
|
-
|
|
37314
|
-
}))
|
|
37315
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
37316
|
-
type: v2.type
|
|
37317
|
-
}))),
|
|
37318
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
37319
|
-
type: v2.type
|
|
37320
|
-
})))
|
|
37166
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37167
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37168
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37321
37169
|
]),
|
|
37322
37170
|
stringType()
|
|
37323
37171
|
])).optional(),
|
|
@@ -37333,30 +37181,18 @@ var init_setvalueaction = __esm(() => {
|
|
|
37333
37181
|
valueFrom: nullableType(unionType([
|
|
37334
37182
|
CaseExpression$outboundSchema,
|
|
37335
37183
|
unionType([
|
|
37336
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37337
|
-
|
|
37338
|
-
}))
|
|
37339
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
37340
|
-
type: v2.type
|
|
37341
|
-
}))),
|
|
37342
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
37343
|
-
type: v2.type
|
|
37344
|
-
})))
|
|
37184
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37185
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37186
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37345
37187
|
]),
|
|
37346
37188
|
stringType()
|
|
37347
37189
|
])).optional(),
|
|
37348
37190
|
if: nullableType(unionType([
|
|
37349
37191
|
CaseExpression$outboundSchema,
|
|
37350
37192
|
unionType([
|
|
37351
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37352
|
-
|
|
37353
|
-
}))
|
|
37354
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
37355
|
-
type: v2.type
|
|
37356
|
-
}))),
|
|
37357
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
37358
|
-
type: v2.type
|
|
37359
|
-
})))
|
|
37193
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37194
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37195
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37360
37196
|
]),
|
|
37361
37197
|
stringType()
|
|
37362
37198
|
])).optional(),
|
|
@@ -37379,75 +37215,35 @@ var init_eventtaskevents = __esm(() => {
|
|
|
37379
37215
|
init_sayaction();
|
|
37380
37216
|
init_setvalueaction();
|
|
37381
37217
|
EventTaskEventsStart$inboundSchema = unionType([
|
|
37382
|
-
CallAction$inboundSchema.and(objectType({ action: literalType("call") })
|
|
37383
|
-
|
|
37384
|
-
}))
|
|
37385
|
-
|
|
37386
|
-
|
|
37387
|
-
}))),
|
|
37388
|
-
SayAction$inboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
37389
|
-
action: v2.action
|
|
37390
|
-
}))),
|
|
37391
|
-
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
37392
|
-
action: v2.action
|
|
37393
|
-
}))),
|
|
37394
|
-
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
37395
|
-
action: v2.action
|
|
37396
|
-
})))
|
|
37218
|
+
CallAction$inboundSchema.and(objectType({ action: literalType("call") })),
|
|
37219
|
+
IncrementAction$inboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37220
|
+
SayAction$inboundSchema.and(objectType({ action: literalType("say") })),
|
|
37221
|
+
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") })),
|
|
37222
|
+
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }))
|
|
37397
37223
|
]);
|
|
37398
37224
|
EventTaskEventsStart$outboundSchema = unionType([
|
|
37399
|
-
CallAction$outboundSchema.and(objectType({ action: literalType("call") })
|
|
37400
|
-
|
|
37401
|
-
}))
|
|
37402
|
-
|
|
37403
|
-
|
|
37404
|
-
}))),
|
|
37405
|
-
SayAction$outboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
37406
|
-
action: v2.action
|
|
37407
|
-
}))),
|
|
37408
|
-
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
37409
|
-
action: v2.action
|
|
37410
|
-
}))),
|
|
37411
|
-
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
37412
|
-
action: v2.action
|
|
37413
|
-
})))
|
|
37225
|
+
CallAction$outboundSchema.and(objectType({ action: literalType("call") })),
|
|
37226
|
+
IncrementAction$outboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37227
|
+
SayAction$outboundSchema.and(objectType({ action: literalType("say") })),
|
|
37228
|
+
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") })),
|
|
37229
|
+
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }))
|
|
37414
37230
|
]);
|
|
37415
37231
|
EventTaskEvents$inboundSchema = objectType({
|
|
37416
37232
|
start: nullableType(arrayType(unionType([
|
|
37417
|
-
CallAction$inboundSchema.and(objectType({ action: literalType("call") })
|
|
37418
|
-
|
|
37419
|
-
}))
|
|
37420
|
-
|
|
37421
|
-
|
|
37422
|
-
}))),
|
|
37423
|
-
SayAction$inboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
37424
|
-
action: v2.action
|
|
37425
|
-
}))),
|
|
37426
|
-
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
37427
|
-
action: v2.action
|
|
37428
|
-
}))),
|
|
37429
|
-
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
37430
|
-
action: v2.action
|
|
37431
|
-
})))
|
|
37233
|
+
CallAction$inboundSchema.and(objectType({ action: literalType("call") })),
|
|
37234
|
+
IncrementAction$inboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37235
|
+
SayAction$inboundSchema.and(objectType({ action: literalType("say") })),
|
|
37236
|
+
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") })),
|
|
37237
|
+
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }))
|
|
37432
37238
|
]))).optional()
|
|
37433
37239
|
});
|
|
37434
37240
|
EventTaskEvents$outboundSchema = objectType({
|
|
37435
37241
|
start: nullableType(arrayType(unionType([
|
|
37436
|
-
CallAction$outboundSchema.and(objectType({ action: literalType("call") })
|
|
37437
|
-
|
|
37438
|
-
}))
|
|
37439
|
-
|
|
37440
|
-
|
|
37441
|
-
}))),
|
|
37442
|
-
SayAction$outboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
37443
|
-
action: v2.action
|
|
37444
|
-
}))),
|
|
37445
|
-
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
37446
|
-
action: v2.action
|
|
37447
|
-
}))),
|
|
37448
|
-
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
37449
|
-
action: v2.action
|
|
37450
|
-
})))
|
|
37242
|
+
CallAction$outboundSchema.and(objectType({ action: literalType("call") })),
|
|
37243
|
+
IncrementAction$outboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37244
|
+
SayAction$outboundSchema.and(objectType({ action: literalType("say") })),
|
|
37245
|
+
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") })),
|
|
37246
|
+
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }))
|
|
37451
37247
|
]))).optional()
|
|
37452
37248
|
});
|
|
37453
37249
|
});
|
|
@@ -37470,38 +37266,30 @@ var init_variable = __esm(() => {
|
|
|
37470
37266
|
Null: "null"
|
|
37471
37267
|
};
|
|
37472
37268
|
One$inboundSchema = unionType([
|
|
37473
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37474
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37475
|
-
|
|
37476
|
-
}))),
|
|
37477
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37269
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37270
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37271
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37478
37272
|
]);
|
|
37479
37273
|
One$outboundSchema = unionType([
|
|
37480
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37481
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37482
|
-
|
|
37483
|
-
}))),
|
|
37484
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37274
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37275
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37276
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37485
37277
|
]);
|
|
37486
37278
|
VariableValueFrom$inboundSchema = unionType([
|
|
37487
37279
|
CaseExpression$inboundSchema,
|
|
37488
37280
|
unionType([
|
|
37489
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37490
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37491
|
-
|
|
37492
|
-
}))),
|
|
37493
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37281
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37282
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37283
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37494
37284
|
]),
|
|
37495
37285
|
stringType()
|
|
37496
37286
|
]);
|
|
37497
37287
|
VariableValueFrom$outboundSchema = unionType([
|
|
37498
37288
|
CaseExpression$outboundSchema,
|
|
37499
37289
|
unionType([
|
|
37500
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37501
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37502
|
-
|
|
37503
|
-
}))),
|
|
37504
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37290
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37291
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37292
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37505
37293
|
]),
|
|
37506
37294
|
stringType()
|
|
37507
37295
|
]);
|
|
@@ -37512,15 +37300,9 @@ var init_variable = __esm(() => {
|
|
|
37512
37300
|
value_from: nullableType(unionType([
|
|
37513
37301
|
CaseExpression$inboundSchema,
|
|
37514
37302
|
unionType([
|
|
37515
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37516
|
-
|
|
37517
|
-
}))
|
|
37518
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
37519
|
-
type: v2.type
|
|
37520
|
-
}))),
|
|
37521
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
37522
|
-
type: v2.type
|
|
37523
|
-
})))
|
|
37303
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37304
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37305
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37524
37306
|
]),
|
|
37525
37307
|
stringType()
|
|
37526
37308
|
])).optional(),
|
|
@@ -37542,15 +37324,9 @@ var init_variable = __esm(() => {
|
|
|
37542
37324
|
valueFrom: nullableType(unionType([
|
|
37543
37325
|
CaseExpression$outboundSchema,
|
|
37544
37326
|
unionType([
|
|
37545
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37546
|
-
|
|
37547
|
-
}))
|
|
37548
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
37549
|
-
type: v2.type
|
|
37550
|
-
}))),
|
|
37551
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
37552
|
-
type: v2.type
|
|
37553
|
-
})))
|
|
37327
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37328
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37329
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37554
37330
|
]),
|
|
37555
37331
|
stringType()
|
|
37556
37332
|
])).optional(),
|
|
@@ -37609,143 +37385,63 @@ var init_expressiontaskevents = __esm(() => {
|
|
|
37609
37385
|
init_sayaction();
|
|
37610
37386
|
init_setvalueaction();
|
|
37611
37387
|
Start$inboundSchema = unionType([
|
|
37612
|
-
CallAction$inboundSchema.and(objectType({ action: literalType("call") })
|
|
37613
|
-
|
|
37614
|
-
}))
|
|
37615
|
-
|
|
37616
|
-
|
|
37617
|
-
}))),
|
|
37618
|
-
SayAction$inboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
37619
|
-
action: v2.action
|
|
37620
|
-
}))),
|
|
37621
|
-
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
37622
|
-
action: v2.action
|
|
37623
|
-
}))),
|
|
37624
|
-
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
37625
|
-
action: v2.action
|
|
37626
|
-
})))
|
|
37388
|
+
CallAction$inboundSchema.and(objectType({ action: literalType("call") })),
|
|
37389
|
+
IncrementAction$inboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37390
|
+
SayAction$inboundSchema.and(objectType({ action: literalType("say") })),
|
|
37391
|
+
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") })),
|
|
37392
|
+
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }))
|
|
37627
37393
|
]);
|
|
37628
37394
|
Start$outboundSchema = unionType([
|
|
37629
|
-
CallAction$outboundSchema.and(objectType({ action: literalType("call") })
|
|
37630
|
-
|
|
37631
|
-
}))
|
|
37632
|
-
|
|
37633
|
-
|
|
37634
|
-
}))),
|
|
37635
|
-
SayAction$outboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
37636
|
-
action: v2.action
|
|
37637
|
-
}))),
|
|
37638
|
-
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
37639
|
-
action: v2.action
|
|
37640
|
-
}))),
|
|
37641
|
-
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
37642
|
-
action: v2.action
|
|
37643
|
-
})))
|
|
37395
|
+
CallAction$outboundSchema.and(objectType({ action: literalType("call") })),
|
|
37396
|
+
IncrementAction$outboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37397
|
+
SayAction$outboundSchema.and(objectType({ action: literalType("say") })),
|
|
37398
|
+
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") })),
|
|
37399
|
+
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }))
|
|
37644
37400
|
]);
|
|
37645
37401
|
Submit$inboundSchema = unionType([
|
|
37646
|
-
CallAction$inboundSchema.and(objectType({ action: literalType("call") })
|
|
37647
|
-
|
|
37648
|
-
}))
|
|
37649
|
-
|
|
37650
|
-
|
|
37651
|
-
}))),
|
|
37652
|
-
SayAction$inboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
37653
|
-
action: v2.action
|
|
37654
|
-
}))),
|
|
37655
|
-
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
37656
|
-
action: v2.action
|
|
37657
|
-
}))),
|
|
37658
|
-
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
37659
|
-
action: v2.action
|
|
37660
|
-
})))
|
|
37402
|
+
CallAction$inboundSchema.and(objectType({ action: literalType("call") })),
|
|
37403
|
+
IncrementAction$inboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37404
|
+
SayAction$inboundSchema.and(objectType({ action: literalType("say") })),
|
|
37405
|
+
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") })),
|
|
37406
|
+
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }))
|
|
37661
37407
|
]);
|
|
37662
37408
|
Submit$outboundSchema = unionType([
|
|
37663
|
-
CallAction$outboundSchema.and(objectType({ action: literalType("call") })
|
|
37664
|
-
|
|
37665
|
-
}))
|
|
37666
|
-
|
|
37667
|
-
|
|
37668
|
-
}))),
|
|
37669
|
-
SayAction$outboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
37670
|
-
action: v2.action
|
|
37671
|
-
}))),
|
|
37672
|
-
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
37673
|
-
action: v2.action
|
|
37674
|
-
}))),
|
|
37675
|
-
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
37676
|
-
action: v2.action
|
|
37677
|
-
})))
|
|
37409
|
+
CallAction$outboundSchema.and(objectType({ action: literalType("call") })),
|
|
37410
|
+
IncrementAction$outboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37411
|
+
SayAction$outboundSchema.and(objectType({ action: literalType("say") })),
|
|
37412
|
+
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") })),
|
|
37413
|
+
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }))
|
|
37678
37414
|
]);
|
|
37679
37415
|
ExpressionTaskEvents$inboundSchema = objectType({
|
|
37680
37416
|
start: nullableType(arrayType(unionType([
|
|
37681
|
-
CallAction$inboundSchema.and(objectType({ action: literalType("call") })
|
|
37682
|
-
|
|
37683
|
-
}))
|
|
37684
|
-
|
|
37685
|
-
|
|
37686
|
-
}))),
|
|
37687
|
-
SayAction$inboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
37688
|
-
action: v2.action
|
|
37689
|
-
}))),
|
|
37690
|
-
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
37691
|
-
action: v2.action
|
|
37692
|
-
}))),
|
|
37693
|
-
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
37694
|
-
action: v2.action
|
|
37695
|
-
})))
|
|
37417
|
+
CallAction$inboundSchema.and(objectType({ action: literalType("call") })),
|
|
37418
|
+
IncrementAction$inboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37419
|
+
SayAction$inboundSchema.and(objectType({ action: literalType("say") })),
|
|
37420
|
+
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") })),
|
|
37421
|
+
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }))
|
|
37696
37422
|
]))).optional(),
|
|
37697
37423
|
submit: nullableType(arrayType(unionType([
|
|
37698
|
-
CallAction$inboundSchema.and(objectType({ action: literalType("call") })
|
|
37699
|
-
|
|
37700
|
-
}))
|
|
37701
|
-
|
|
37702
|
-
|
|
37703
|
-
}))),
|
|
37704
|
-
SayAction$inboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
37705
|
-
action: v2.action
|
|
37706
|
-
}))),
|
|
37707
|
-
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
37708
|
-
action: v2.action
|
|
37709
|
-
}))),
|
|
37710
|
-
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
37711
|
-
action: v2.action
|
|
37712
|
-
})))
|
|
37424
|
+
CallAction$inboundSchema.and(objectType({ action: literalType("call") })),
|
|
37425
|
+
IncrementAction$inboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37426
|
+
SayAction$inboundSchema.and(objectType({ action: literalType("say") })),
|
|
37427
|
+
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") })),
|
|
37428
|
+
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }))
|
|
37713
37429
|
]))).optional()
|
|
37714
37430
|
});
|
|
37715
37431
|
ExpressionTaskEvents$outboundSchema = objectType({
|
|
37716
37432
|
start: nullableType(arrayType(unionType([
|
|
37717
|
-
CallAction$outboundSchema.and(objectType({ action: literalType("call") })
|
|
37718
|
-
|
|
37719
|
-
}))
|
|
37720
|
-
|
|
37721
|
-
|
|
37722
|
-
}))),
|
|
37723
|
-
SayAction$outboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
37724
|
-
action: v2.action
|
|
37725
|
-
}))),
|
|
37726
|
-
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
37727
|
-
action: v2.action
|
|
37728
|
-
}))),
|
|
37729
|
-
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
37730
|
-
action: v2.action
|
|
37731
|
-
})))
|
|
37433
|
+
CallAction$outboundSchema.and(objectType({ action: literalType("call") })),
|
|
37434
|
+
IncrementAction$outboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37435
|
+
SayAction$outboundSchema.and(objectType({ action: literalType("say") })),
|
|
37436
|
+
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") })),
|
|
37437
|
+
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }))
|
|
37732
37438
|
]))).optional(),
|
|
37733
37439
|
submit: nullableType(arrayType(unionType([
|
|
37734
|
-
CallAction$outboundSchema.and(objectType({ action: literalType("call") })
|
|
37735
|
-
|
|
37736
|
-
}))
|
|
37737
|
-
|
|
37738
|
-
|
|
37739
|
-
}))),
|
|
37740
|
-
SayAction$outboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
37741
|
-
action: v2.action
|
|
37742
|
-
}))),
|
|
37743
|
-
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
37744
|
-
action: v2.action
|
|
37745
|
-
}))),
|
|
37746
|
-
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
37747
|
-
action: v2.action
|
|
37748
|
-
})))
|
|
37440
|
+
CallAction$outboundSchema.and(objectType({ action: literalType("call") })),
|
|
37441
|
+
IncrementAction$outboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37442
|
+
SayAction$outboundSchema.and(objectType({ action: literalType("say") })),
|
|
37443
|
+
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") })),
|
|
37444
|
+
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }))
|
|
37749
37445
|
]))).optional()
|
|
37750
37446
|
});
|
|
37751
37447
|
});
|
|
@@ -37802,38 +37498,30 @@ var init_expressiontask = __esm(() => {
|
|
|
37802
37498
|
init_jmespathexpression();
|
|
37803
37499
|
init_variable();
|
|
37804
37500
|
Expression1$inboundSchema = unionType([
|
|
37805
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37806
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37807
|
-
|
|
37808
|
-
}))),
|
|
37809
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37501
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37502
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37503
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37810
37504
|
]);
|
|
37811
37505
|
Expression1$outboundSchema = unionType([
|
|
37812
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37813
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37814
|
-
|
|
37815
|
-
}))),
|
|
37816
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37506
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37507
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37508
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37817
37509
|
]);
|
|
37818
37510
|
Expression$inboundSchema = unionType([
|
|
37819
37511
|
CaseExpression$inboundSchema,
|
|
37820
37512
|
unionType([
|
|
37821
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37822
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37823
|
-
|
|
37824
|
-
}))),
|
|
37825
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37513
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37514
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37515
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37826
37516
|
]),
|
|
37827
37517
|
stringType()
|
|
37828
37518
|
]);
|
|
37829
37519
|
Expression$outboundSchema = unionType([
|
|
37830
37520
|
CaseExpression$outboundSchema,
|
|
37831
37521
|
unionType([
|
|
37832
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37833
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37834
|
-
|
|
37835
|
-
}))),
|
|
37836
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37522
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37523
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37524
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37837
37525
|
]),
|
|
37838
37526
|
stringType()
|
|
37839
37527
|
]);
|
|
@@ -37849,15 +37537,9 @@ var init_expressiontask = __esm(() => {
|
|
|
37849
37537
|
expression: nullableType(unionType([
|
|
37850
37538
|
CaseExpression$inboundSchema,
|
|
37851
37539
|
unionType([
|
|
37852
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37853
|
-
|
|
37854
|
-
}))
|
|
37855
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
37856
|
-
type: v2.type
|
|
37857
|
-
}))),
|
|
37858
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
37859
|
-
type: v2.type
|
|
37860
|
-
})))
|
|
37540
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37541
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37542
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37861
37543
|
]),
|
|
37862
37544
|
stringType()
|
|
37863
37545
|
])).optional(),
|
|
@@ -37876,15 +37558,9 @@ var init_expressiontask = __esm(() => {
|
|
|
37876
37558
|
expression: nullableType(unionType([
|
|
37877
37559
|
CaseExpression$outboundSchema,
|
|
37878
37560
|
unionType([
|
|
37879
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37880
|
-
|
|
37881
|
-
}))
|
|
37882
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
37883
|
-
type: v2.type
|
|
37884
|
-
}))),
|
|
37885
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
37886
|
-
type: v2.type
|
|
37887
|
-
})))
|
|
37561
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37562
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37563
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37888
37564
|
]),
|
|
37889
37565
|
stringType()
|
|
37890
37566
|
])).optional(),
|
|
@@ -37932,38 +37608,30 @@ var init_conditionaltext = __esm(() => {
|
|
|
37932
37608
|
init_celexpression();
|
|
37933
37609
|
init_jmespathexpression();
|
|
37934
37610
|
ConditionalTextIf1$inboundSchema = unionType([
|
|
37935
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37936
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37937
|
-
|
|
37938
|
-
}))),
|
|
37939
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37611
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37612
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37613
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37940
37614
|
]);
|
|
37941
37615
|
ConditionalTextIf1$outboundSchema = unionType([
|
|
37942
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37943
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37944
|
-
|
|
37945
|
-
}))),
|
|
37946
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37616
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37617
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37618
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37947
37619
|
]);
|
|
37948
37620
|
ConditionalTextIf$inboundSchema = unionType([
|
|
37949
37621
|
CaseExpression$inboundSchema,
|
|
37950
37622
|
unionType([
|
|
37951
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37952
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37953
|
-
|
|
37954
|
-
}))),
|
|
37955
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37623
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37624
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37625
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37956
37626
|
]),
|
|
37957
37627
|
stringType()
|
|
37958
37628
|
]);
|
|
37959
37629
|
ConditionalTextIf$outboundSchema = unionType([
|
|
37960
37630
|
CaseExpression$outboundSchema,
|
|
37961
37631
|
unionType([
|
|
37962
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37963
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
37964
|
-
|
|
37965
|
-
}))),
|
|
37966
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37632
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37633
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37634
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37967
37635
|
]),
|
|
37968
37636
|
stringType()
|
|
37969
37637
|
]);
|
|
@@ -37971,15 +37639,9 @@ var init_conditionaltext = __esm(() => {
|
|
|
37971
37639
|
if: nullableType(unionType([
|
|
37972
37640
|
CaseExpression$inboundSchema,
|
|
37973
37641
|
unionType([
|
|
37974
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
37975
|
-
|
|
37976
|
-
}))
|
|
37977
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
37978
|
-
type: v2.type
|
|
37979
|
-
}))),
|
|
37980
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
37981
|
-
type: v2.type
|
|
37982
|
-
})))
|
|
37642
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37643
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37644
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
37983
37645
|
]),
|
|
37984
37646
|
stringType()
|
|
37985
37647
|
])).optional(),
|
|
@@ -37989,15 +37651,9 @@ var init_conditionaltext = __esm(() => {
|
|
|
37989
37651
|
if: nullableType(unionType([
|
|
37990
37652
|
CaseExpression$outboundSchema,
|
|
37991
37653
|
unionType([
|
|
37992
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
37993
|
-
|
|
37994
|
-
}))
|
|
37995
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
37996
|
-
type: v2.type
|
|
37997
|
-
}))),
|
|
37998
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
37999
|
-
type: v2.type
|
|
38000
|
-
})))
|
|
37654
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37655
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37656
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
38001
37657
|
]),
|
|
38002
37658
|
stringType()
|
|
38003
37659
|
])).optional(),
|
|
@@ -38013,38 +37669,30 @@ var init_nextstep = __esm(() => {
|
|
|
38013
37669
|
init_celexpression();
|
|
38014
37670
|
init_jmespathexpression();
|
|
38015
37671
|
NextStepIf1$inboundSchema = unionType([
|
|
38016
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
38017
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
38018
|
-
|
|
38019
|
-
}))),
|
|
38020
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37672
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37673
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37674
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
38021
37675
|
]);
|
|
38022
37676
|
NextStepIf1$outboundSchema = unionType([
|
|
38023
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
38024
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
38025
|
-
|
|
38026
|
-
}))),
|
|
38027
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37677
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37678
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37679
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
38028
37680
|
]);
|
|
38029
37681
|
NextStepIf$inboundSchema = unionType([
|
|
38030
37682
|
CaseExpression$inboundSchema,
|
|
38031
37683
|
unionType([
|
|
38032
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
38033
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
38034
|
-
|
|
38035
|
-
}))),
|
|
38036
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37684
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37685
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37686
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
38037
37687
|
]),
|
|
38038
37688
|
stringType()
|
|
38039
37689
|
]);
|
|
38040
37690
|
NextStepIf$outboundSchema = unionType([
|
|
38041
37691
|
CaseExpression$outboundSchema,
|
|
38042
37692
|
unionType([
|
|
38043
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
38044
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })
|
|
38045
|
-
|
|
38046
|
-
}))),
|
|
38047
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({ type: v2.type })))
|
|
37693
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37694
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37695
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
38048
37696
|
]),
|
|
38049
37697
|
stringType()
|
|
38050
37698
|
]);
|
|
@@ -38052,15 +37700,9 @@ var init_nextstep = __esm(() => {
|
|
|
38052
37700
|
if: nullableType(unionType([
|
|
38053
37701
|
CaseExpression$inboundSchema,
|
|
38054
37702
|
unionType([
|
|
38055
|
-
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })
|
|
38056
|
-
|
|
38057
|
-
}))
|
|
38058
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
38059
|
-
type: v2.type
|
|
38060
|
-
}))),
|
|
38061
|
-
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
38062
|
-
type: v2.type
|
|
38063
|
-
})))
|
|
37703
|
+
CelExpression$inboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37704
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37705
|
+
JMESPathExpression$inboundSchema.and(objectType({ type: literalType("jp") }))
|
|
38064
37706
|
]),
|
|
38065
37707
|
stringType()
|
|
38066
37708
|
])).optional(),
|
|
@@ -38071,15 +37713,9 @@ var init_nextstep = __esm(() => {
|
|
|
38071
37713
|
if: nullableType(unionType([
|
|
38072
37714
|
CaseExpression$outboundSchema,
|
|
38073
37715
|
unionType([
|
|
38074
|
-
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })
|
|
38075
|
-
|
|
38076
|
-
}))
|
|
38077
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") }).transform((v2) => ({
|
|
38078
|
-
type: v2.type
|
|
38079
|
-
}))),
|
|
38080
|
-
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }).transform((v2) => ({
|
|
38081
|
-
type: v2.type
|
|
38082
|
-
})))
|
|
37716
|
+
CelExpression$outboundSchema.and(objectType({ type: literalType("cel") })),
|
|
37717
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jmespath") })),
|
|
37718
|
+
JMESPathExpression$outboundSchema.and(objectType({ type: literalType("jp") }))
|
|
38083
37719
|
]),
|
|
38084
37720
|
stringType()
|
|
38085
37721
|
])).optional(),
|
|
@@ -38098,211 +37734,91 @@ var init_stepeventactions = __esm(() => {
|
|
|
38098
37734
|
init_sayaction();
|
|
38099
37735
|
init_setvalueaction();
|
|
38100
37736
|
StepEventActionsStart$inboundSchema = unionType([
|
|
38101
|
-
CallAction$inboundSchema.and(objectType({ action: literalType("call") })
|
|
38102
|
-
|
|
38103
|
-
}))
|
|
38104
|
-
|
|
38105
|
-
|
|
38106
|
-
}))),
|
|
38107
|
-
SayAction$inboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
38108
|
-
action: v2.action
|
|
38109
|
-
}))),
|
|
38110
|
-
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
38111
|
-
action: v2.action
|
|
38112
|
-
}))),
|
|
38113
|
-
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
38114
|
-
action: v2.action
|
|
38115
|
-
})))
|
|
37737
|
+
CallAction$inboundSchema.and(objectType({ action: literalType("call") })),
|
|
37738
|
+
IncrementAction$inboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37739
|
+
SayAction$inboundSchema.and(objectType({ action: literalType("say") })),
|
|
37740
|
+
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") })),
|
|
37741
|
+
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }))
|
|
38116
37742
|
]);
|
|
38117
37743
|
StepEventActionsStart$outboundSchema = unionType([
|
|
38118
|
-
CallAction$outboundSchema.and(objectType({ action: literalType("call") })
|
|
38119
|
-
|
|
38120
|
-
}))
|
|
38121
|
-
|
|
38122
|
-
|
|
38123
|
-
}))),
|
|
38124
|
-
SayAction$outboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
38125
|
-
action: v2.action
|
|
38126
|
-
}))),
|
|
38127
|
-
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
38128
|
-
action: v2.action
|
|
38129
|
-
}))),
|
|
38130
|
-
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
38131
|
-
action: v2.action
|
|
38132
|
-
})))
|
|
37744
|
+
CallAction$outboundSchema.and(objectType({ action: literalType("call") })),
|
|
37745
|
+
IncrementAction$outboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37746
|
+
SayAction$outboundSchema.and(objectType({ action: literalType("say") })),
|
|
37747
|
+
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") })),
|
|
37748
|
+
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }))
|
|
38133
37749
|
]);
|
|
38134
37750
|
Enter$inboundSchema = unionType([
|
|
38135
|
-
CallAction$inboundSchema.and(objectType({ action: literalType("call") })
|
|
38136
|
-
|
|
38137
|
-
}))
|
|
38138
|
-
|
|
38139
|
-
|
|
38140
|
-
}))),
|
|
38141
|
-
SayAction$inboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
38142
|
-
action: v2.action
|
|
38143
|
-
}))),
|
|
38144
|
-
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
38145
|
-
action: v2.action
|
|
38146
|
-
}))),
|
|
38147
|
-
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
38148
|
-
action: v2.action
|
|
38149
|
-
})))
|
|
37751
|
+
CallAction$inboundSchema.and(objectType({ action: literalType("call") })),
|
|
37752
|
+
IncrementAction$inboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37753
|
+
SayAction$inboundSchema.and(objectType({ action: literalType("say") })),
|
|
37754
|
+
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") })),
|
|
37755
|
+
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }))
|
|
38150
37756
|
]);
|
|
38151
37757
|
Enter$outboundSchema = unionType([
|
|
38152
|
-
CallAction$outboundSchema.and(objectType({ action: literalType("call") })
|
|
38153
|
-
|
|
38154
|
-
}))
|
|
38155
|
-
|
|
38156
|
-
|
|
38157
|
-
}))),
|
|
38158
|
-
SayAction$outboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
38159
|
-
action: v2.action
|
|
38160
|
-
}))),
|
|
38161
|
-
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
38162
|
-
action: v2.action
|
|
38163
|
-
}))),
|
|
38164
|
-
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
38165
|
-
action: v2.action
|
|
38166
|
-
})))
|
|
37758
|
+
CallAction$outboundSchema.and(objectType({ action: literalType("call") })),
|
|
37759
|
+
IncrementAction$outboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37760
|
+
SayAction$outboundSchema.and(objectType({ action: literalType("say") })),
|
|
37761
|
+
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") })),
|
|
37762
|
+
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }))
|
|
38167
37763
|
]);
|
|
38168
37764
|
StepEventActionsSubmit$inboundSchema = unionType([
|
|
38169
|
-
CallAction$inboundSchema.and(objectType({ action: literalType("call") })
|
|
38170
|
-
|
|
38171
|
-
}))
|
|
38172
|
-
|
|
38173
|
-
|
|
38174
|
-
}))),
|
|
38175
|
-
SayAction$inboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
38176
|
-
action: v2.action
|
|
38177
|
-
}))),
|
|
38178
|
-
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
38179
|
-
action: v2.action
|
|
38180
|
-
}))),
|
|
38181
|
-
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
38182
|
-
action: v2.action
|
|
38183
|
-
})))
|
|
37765
|
+
CallAction$inboundSchema.and(objectType({ action: literalType("call") })),
|
|
37766
|
+
IncrementAction$inboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37767
|
+
SayAction$inboundSchema.and(objectType({ action: literalType("say") })),
|
|
37768
|
+
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") })),
|
|
37769
|
+
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }))
|
|
38184
37770
|
]);
|
|
38185
37771
|
StepEventActionsSubmit$outboundSchema = unionType([
|
|
38186
|
-
CallAction$outboundSchema.and(objectType({ action: literalType("call") })
|
|
38187
|
-
|
|
38188
|
-
}))
|
|
38189
|
-
|
|
38190
|
-
|
|
38191
|
-
}))),
|
|
38192
|
-
SayAction$outboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
38193
|
-
action: v2.action
|
|
38194
|
-
}))),
|
|
38195
|
-
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
38196
|
-
action: v2.action
|
|
38197
|
-
}))),
|
|
38198
|
-
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
38199
|
-
action: v2.action
|
|
38200
|
-
})))
|
|
37772
|
+
CallAction$outboundSchema.and(objectType({ action: literalType("call") })),
|
|
37773
|
+
IncrementAction$outboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37774
|
+
SayAction$outboundSchema.and(objectType({ action: literalType("say") })),
|
|
37775
|
+
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") })),
|
|
37776
|
+
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }))
|
|
38201
37777
|
]);
|
|
38202
37778
|
StepEventActions$inboundSchema = objectType({
|
|
38203
37779
|
start: nullableType(arrayType(unionType([
|
|
38204
|
-
CallAction$inboundSchema.and(objectType({ action: literalType("call") })
|
|
38205
|
-
|
|
38206
|
-
}))
|
|
38207
|
-
|
|
38208
|
-
|
|
38209
|
-
}))),
|
|
38210
|
-
SayAction$inboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
38211
|
-
action: v2.action
|
|
38212
|
-
}))),
|
|
38213
|
-
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
38214
|
-
action: v2.action
|
|
38215
|
-
}))),
|
|
38216
|
-
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
38217
|
-
action: v2.action
|
|
38218
|
-
})))
|
|
37780
|
+
CallAction$inboundSchema.and(objectType({ action: literalType("call") })),
|
|
37781
|
+
IncrementAction$inboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37782
|
+
SayAction$inboundSchema.and(objectType({ action: literalType("say") })),
|
|
37783
|
+
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") })),
|
|
37784
|
+
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }))
|
|
38219
37785
|
]))).optional(),
|
|
38220
37786
|
enter: nullableType(arrayType(unionType([
|
|
38221
|
-
CallAction$inboundSchema.and(objectType({ action: literalType("call") })
|
|
38222
|
-
|
|
38223
|
-
}))
|
|
38224
|
-
|
|
38225
|
-
|
|
38226
|
-
}))),
|
|
38227
|
-
SayAction$inboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
38228
|
-
action: v2.action
|
|
38229
|
-
}))),
|
|
38230
|
-
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
38231
|
-
action: v2.action
|
|
38232
|
-
}))),
|
|
38233
|
-
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
38234
|
-
action: v2.action
|
|
38235
|
-
})))
|
|
37787
|
+
CallAction$inboundSchema.and(objectType({ action: literalType("call") })),
|
|
37788
|
+
IncrementAction$inboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37789
|
+
SayAction$inboundSchema.and(objectType({ action: literalType("say") })),
|
|
37790
|
+
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") })),
|
|
37791
|
+
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }))
|
|
38236
37792
|
]))).optional(),
|
|
38237
37793
|
submit: nullableType(arrayType(unionType([
|
|
38238
|
-
CallAction$inboundSchema.and(objectType({ action: literalType("call") })
|
|
38239
|
-
|
|
38240
|
-
}))
|
|
38241
|
-
|
|
38242
|
-
|
|
38243
|
-
}))),
|
|
38244
|
-
SayAction$inboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
38245
|
-
action: v2.action
|
|
38246
|
-
}))),
|
|
38247
|
-
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
38248
|
-
action: v2.action
|
|
38249
|
-
}))),
|
|
38250
|
-
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
38251
|
-
action: v2.action
|
|
38252
|
-
})))
|
|
37794
|
+
CallAction$inboundSchema.and(objectType({ action: literalType("call") })),
|
|
37795
|
+
IncrementAction$inboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37796
|
+
SayAction$inboundSchema.and(objectType({ action: literalType("say") })),
|
|
37797
|
+
SetValueAction$inboundSchema.and(objectType({ action: literalType("set") })),
|
|
37798
|
+
SaveAction$inboundSchema.and(objectType({ action: literalType("save") }))
|
|
38253
37799
|
]))).optional()
|
|
38254
37800
|
});
|
|
38255
37801
|
StepEventActions$outboundSchema = objectType({
|
|
38256
37802
|
start: nullableType(arrayType(unionType([
|
|
38257
|
-
CallAction$outboundSchema.and(objectType({ action: literalType("call") })
|
|
38258
|
-
|
|
38259
|
-
}))
|
|
38260
|
-
|
|
38261
|
-
|
|
38262
|
-
}))),
|
|
38263
|
-
SayAction$outboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
38264
|
-
action: v2.action
|
|
38265
|
-
}))),
|
|
38266
|
-
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
38267
|
-
action: v2.action
|
|
38268
|
-
}))),
|
|
38269
|
-
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
38270
|
-
action: v2.action
|
|
38271
|
-
})))
|
|
37803
|
+
CallAction$outboundSchema.and(objectType({ action: literalType("call") })),
|
|
37804
|
+
IncrementAction$outboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37805
|
+
SayAction$outboundSchema.and(objectType({ action: literalType("say") })),
|
|
37806
|
+
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") })),
|
|
37807
|
+
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }))
|
|
38272
37808
|
]))).optional(),
|
|
38273
37809
|
enter: nullableType(arrayType(unionType([
|
|
38274
|
-
CallAction$outboundSchema.and(objectType({ action: literalType("call") })
|
|
38275
|
-
|
|
38276
|
-
}))
|
|
38277
|
-
|
|
38278
|
-
|
|
38279
|
-
}))),
|
|
38280
|
-
SayAction$outboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
38281
|
-
action: v2.action
|
|
38282
|
-
}))),
|
|
38283
|
-
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
38284
|
-
action: v2.action
|
|
38285
|
-
}))),
|
|
38286
|
-
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
38287
|
-
action: v2.action
|
|
38288
|
-
})))
|
|
37810
|
+
CallAction$outboundSchema.and(objectType({ action: literalType("call") })),
|
|
37811
|
+
IncrementAction$outboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37812
|
+
SayAction$outboundSchema.and(objectType({ action: literalType("say") })),
|
|
37813
|
+
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") })),
|
|
37814
|
+
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }))
|
|
38289
37815
|
]))).optional(),
|
|
38290
37816
|
submit: nullableType(arrayType(unionType([
|
|
38291
|
-
CallAction$outboundSchema.and(objectType({ action: literalType("call") })
|
|
38292
|
-
|
|
38293
|
-
}))
|
|
38294
|
-
|
|
38295
|
-
|
|
38296
|
-
}))),
|
|
38297
|
-
SayAction$outboundSchema.and(objectType({ action: literalType("say") }).transform((v2) => ({
|
|
38298
|
-
action: v2.action
|
|
38299
|
-
}))),
|
|
38300
|
-
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") }).transform((v2) => ({
|
|
38301
|
-
action: v2.action
|
|
38302
|
-
}))),
|
|
38303
|
-
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }).transform((v2) => ({
|
|
38304
|
-
action: v2.action
|
|
38305
|
-
})))
|
|
37817
|
+
CallAction$outboundSchema.and(objectType({ action: literalType("call") })),
|
|
37818
|
+
IncrementAction$outboundSchema.and(objectType({ action: literalType("inc") })),
|
|
37819
|
+
SayAction$outboundSchema.and(objectType({ action: literalType("say") })),
|
|
37820
|
+
SetValueAction$outboundSchema.and(objectType({ action: literalType("set") })),
|
|
37821
|
+
SaveAction$outboundSchema.and(objectType({ action: literalType("save") }))
|
|
38306
37822
|
]))).optional()
|
|
38307
37823
|
});
|
|
38308
37824
|
});
|
|
@@ -38404,178 +37920,86 @@ var init_context = __esm(() => {
|
|
|
38404
37920
|
init_loadtoolfromfiletask();
|
|
38405
37921
|
init_stepstask();
|
|
38406
37922
|
Two$inboundSchema = unionType([
|
|
38407
|
-
LoadToolFromFileTask$inboundSchema.and(objectType({ type: literalType("import") })
|
|
38408
|
-
|
|
38409
|
-
}))
|
|
38410
|
-
|
|
38411
|
-
type: v2.type
|
|
38412
|
-
}))),
|
|
38413
|
-
ExpressionTask$inboundSchema.and(objectType({ type: literalType("expression") }).transform((v2) => ({
|
|
38414
|
-
type: v2.type
|
|
38415
|
-
}))),
|
|
38416
|
-
StepsTask$inboundSchema.and(objectType({ type: literalType("steps") }).transform((v2) => ({
|
|
38417
|
-
type: v2.type
|
|
38418
|
-
})))
|
|
37923
|
+
LoadToolFromFileTask$inboundSchema.and(objectType({ type: literalType("import") })),
|
|
37924
|
+
EventTask$inboundSchema.and(objectType({ type: literalType("event") })),
|
|
37925
|
+
ExpressionTask$inboundSchema.and(objectType({ type: literalType("expression") })),
|
|
37926
|
+
StepsTask$inboundSchema.and(objectType({ type: literalType("steps") }))
|
|
38419
37927
|
]);
|
|
38420
37928
|
Two$outboundSchema = unionType([
|
|
38421
|
-
LoadToolFromFileTask$outboundSchema.and(objectType({ type: literalType("import") })
|
|
38422
|
-
|
|
38423
|
-
}))
|
|
38424
|
-
|
|
38425
|
-
type: v2.type
|
|
38426
|
-
}))),
|
|
38427
|
-
ExpressionTask$outboundSchema.and(objectType({ type: literalType("expression") }).transform((v2) => ({
|
|
38428
|
-
type: v2.type
|
|
38429
|
-
}))),
|
|
38430
|
-
StepsTask$outboundSchema.and(objectType({ type: literalType("steps") }).transform((v2) => ({
|
|
38431
|
-
type: v2.type
|
|
38432
|
-
})))
|
|
37929
|
+
LoadToolFromFileTask$outboundSchema.and(objectType({ type: literalType("import") })),
|
|
37930
|
+
EventTask$outboundSchema.and(objectType({ type: literalType("event") })),
|
|
37931
|
+
ExpressionTask$outboundSchema.and(objectType({ type: literalType("expression") })),
|
|
37932
|
+
StepsTask$outboundSchema.and(objectType({ type: literalType("steps") }))
|
|
38433
37933
|
]);
|
|
38434
37934
|
Task1$inboundSchema = unionType([
|
|
38435
|
-
LoadToolFromFileTask$inboundSchema.and(objectType({ type: literalType("import") })
|
|
38436
|
-
|
|
38437
|
-
}))
|
|
38438
|
-
|
|
38439
|
-
type: v2.type
|
|
38440
|
-
}))),
|
|
38441
|
-
ExpressionTask$inboundSchema.and(objectType({ type: literalType("expression") }).transform((v2) => ({
|
|
38442
|
-
type: v2.type
|
|
38443
|
-
}))),
|
|
38444
|
-
StepsTask$inboundSchema.and(objectType({ type: literalType("steps") }).transform((v2) => ({
|
|
38445
|
-
type: v2.type
|
|
38446
|
-
})))
|
|
37935
|
+
LoadToolFromFileTask$inboundSchema.and(objectType({ type: literalType("import") })),
|
|
37936
|
+
EventTask$inboundSchema.and(objectType({ type: literalType("event") })),
|
|
37937
|
+
ExpressionTask$inboundSchema.and(objectType({ type: literalType("expression") })),
|
|
37938
|
+
StepsTask$inboundSchema.and(objectType({ type: literalType("steps") }))
|
|
38447
37939
|
]);
|
|
38448
37940
|
Task1$outboundSchema = unionType([
|
|
38449
|
-
LoadToolFromFileTask$outboundSchema.and(objectType({ type: literalType("import") })
|
|
38450
|
-
|
|
38451
|
-
}))
|
|
38452
|
-
|
|
38453
|
-
ExpressionTask$outboundSchema.and(objectType({ type: literalType("expression") }).transform((v2) => ({
|
|
38454
|
-
type: v2.type
|
|
38455
|
-
}))),
|
|
38456
|
-
StepsTask$outboundSchema.and(objectType({ type: literalType("steps") }).transform((v2) => ({ type: v2.type })))
|
|
37941
|
+
LoadToolFromFileTask$outboundSchema.and(objectType({ type: literalType("import") })),
|
|
37942
|
+
EventTask$outboundSchema.and(objectType({ type: literalType("event") })),
|
|
37943
|
+
ExpressionTask$outboundSchema.and(objectType({ type: literalType("expression") })),
|
|
37944
|
+
StepsTask$outboundSchema.and(objectType({ type: literalType("steps") }))
|
|
38457
37945
|
]);
|
|
38458
37946
|
Task$inboundSchema = unionType([
|
|
38459
37947
|
unionType([
|
|
38460
|
-
LoadToolFromFileTask$inboundSchema.and(objectType({ type: literalType("import") })
|
|
38461
|
-
|
|
38462
|
-
}))
|
|
38463
|
-
|
|
38464
|
-
type: v2.type
|
|
38465
|
-
}))),
|
|
38466
|
-
ExpressionTask$inboundSchema.and(objectType({ type: literalType("expression") }).transform((v2) => ({
|
|
38467
|
-
type: v2.type
|
|
38468
|
-
}))),
|
|
38469
|
-
StepsTask$inboundSchema.and(objectType({ type: literalType("steps") }).transform((v2) => ({
|
|
38470
|
-
type: v2.type
|
|
38471
|
-
})))
|
|
37948
|
+
LoadToolFromFileTask$inboundSchema.and(objectType({ type: literalType("import") })),
|
|
37949
|
+
EventTask$inboundSchema.and(objectType({ type: literalType("event") })),
|
|
37950
|
+
ExpressionTask$inboundSchema.and(objectType({ type: literalType("expression") })),
|
|
37951
|
+
StepsTask$inboundSchema.and(objectType({ type: literalType("steps") }))
|
|
38472
37952
|
]),
|
|
38473
37953
|
arrayType(unionType([
|
|
38474
|
-
LoadToolFromFileTask$inboundSchema.and(objectType({ type: literalType("import") })
|
|
38475
|
-
|
|
38476
|
-
}))
|
|
38477
|
-
|
|
38478
|
-
type: v2.type
|
|
38479
|
-
}))),
|
|
38480
|
-
ExpressionTask$inboundSchema.and(objectType({ type: literalType("expression") }).transform((v2) => ({
|
|
38481
|
-
type: v2.type
|
|
38482
|
-
}))),
|
|
38483
|
-
StepsTask$inboundSchema.and(objectType({ type: literalType("steps") }).transform((v2) => ({
|
|
38484
|
-
type: v2.type
|
|
38485
|
-
})))
|
|
37954
|
+
LoadToolFromFileTask$inboundSchema.and(objectType({ type: literalType("import") })),
|
|
37955
|
+
EventTask$inboundSchema.and(objectType({ type: literalType("event") })),
|
|
37956
|
+
ExpressionTask$inboundSchema.and(objectType({ type: literalType("expression") })),
|
|
37957
|
+
StepsTask$inboundSchema.and(objectType({ type: literalType("steps") }))
|
|
38486
37958
|
]))
|
|
38487
37959
|
]);
|
|
38488
37960
|
Task$outboundSchema = unionType([
|
|
38489
37961
|
unionType([
|
|
38490
|
-
LoadToolFromFileTask$outboundSchema.and(objectType({ type: literalType("import") })
|
|
38491
|
-
|
|
38492
|
-
}))
|
|
38493
|
-
|
|
38494
|
-
type: v2.type
|
|
38495
|
-
}))),
|
|
38496
|
-
ExpressionTask$outboundSchema.and(objectType({ type: literalType("expression") }).transform((v2) => ({
|
|
38497
|
-
type: v2.type
|
|
38498
|
-
}))),
|
|
38499
|
-
StepsTask$outboundSchema.and(objectType({ type: literalType("steps") }).transform((v2) => ({
|
|
38500
|
-
type: v2.type
|
|
38501
|
-
})))
|
|
37962
|
+
LoadToolFromFileTask$outboundSchema.and(objectType({ type: literalType("import") })),
|
|
37963
|
+
EventTask$outboundSchema.and(objectType({ type: literalType("event") })),
|
|
37964
|
+
ExpressionTask$outboundSchema.and(objectType({ type: literalType("expression") })),
|
|
37965
|
+
StepsTask$outboundSchema.and(objectType({ type: literalType("steps") }))
|
|
38502
37966
|
]),
|
|
38503
37967
|
arrayType(unionType([
|
|
38504
|
-
LoadToolFromFileTask$outboundSchema.and(objectType({ type: literalType("import") })
|
|
38505
|
-
|
|
38506
|
-
}))
|
|
38507
|
-
|
|
38508
|
-
type: v2.type
|
|
38509
|
-
}))),
|
|
38510
|
-
ExpressionTask$outboundSchema.and(objectType({ type: literalType("expression") }).transform((v2) => ({
|
|
38511
|
-
type: v2.type
|
|
38512
|
-
}))),
|
|
38513
|
-
StepsTask$outboundSchema.and(objectType({ type: literalType("steps") }).transform((v2) => ({
|
|
38514
|
-
type: v2.type
|
|
38515
|
-
})))
|
|
37968
|
+
LoadToolFromFileTask$outboundSchema.and(objectType({ type: literalType("import") })),
|
|
37969
|
+
EventTask$outboundSchema.and(objectType({ type: literalType("event") })),
|
|
37970
|
+
ExpressionTask$outboundSchema.and(objectType({ type: literalType("expression") })),
|
|
37971
|
+
StepsTask$outboundSchema.and(objectType({ type: literalType("steps") }))
|
|
38516
37972
|
]))
|
|
38517
37973
|
]);
|
|
38518
37974
|
Context$inboundSchema = objectType({
|
|
38519
37975
|
task: nullableType(unionType([
|
|
38520
37976
|
unionType([
|
|
38521
|
-
LoadToolFromFileTask$inboundSchema.and(objectType({ type: literalType("import") })
|
|
38522
|
-
|
|
38523
|
-
}))
|
|
38524
|
-
|
|
38525
|
-
type: v2.type
|
|
38526
|
-
}))),
|
|
38527
|
-
ExpressionTask$inboundSchema.and(objectType({ type: literalType("expression") }).transform((v2) => ({
|
|
38528
|
-
type: v2.type
|
|
38529
|
-
}))),
|
|
38530
|
-
StepsTask$inboundSchema.and(objectType({ type: literalType("steps") }).transform((v2) => ({
|
|
38531
|
-
type: v2.type
|
|
38532
|
-
})))
|
|
37977
|
+
LoadToolFromFileTask$inboundSchema.and(objectType({ type: literalType("import") })),
|
|
37978
|
+
EventTask$inboundSchema.and(objectType({ type: literalType("event") })),
|
|
37979
|
+
ExpressionTask$inboundSchema.and(objectType({ type: literalType("expression") })),
|
|
37980
|
+
StepsTask$inboundSchema.and(objectType({ type: literalType("steps") }))
|
|
38533
37981
|
]),
|
|
38534
37982
|
arrayType(unionType([
|
|
38535
|
-
LoadToolFromFileTask$inboundSchema.and(objectType({ type: literalType("import") })
|
|
38536
|
-
|
|
38537
|
-
}))
|
|
38538
|
-
|
|
38539
|
-
type: v2.type
|
|
38540
|
-
}))),
|
|
38541
|
-
ExpressionTask$inboundSchema.and(objectType({ type: literalType("expression") }).transform((v2) => ({
|
|
38542
|
-
type: v2.type
|
|
38543
|
-
}))),
|
|
38544
|
-
StepsTask$inboundSchema.and(objectType({ type: literalType("steps") }).transform((v2) => ({
|
|
38545
|
-
type: v2.type
|
|
38546
|
-
})))
|
|
37983
|
+
LoadToolFromFileTask$inboundSchema.and(objectType({ type: literalType("import") })),
|
|
37984
|
+
EventTask$inboundSchema.and(objectType({ type: literalType("event") })),
|
|
37985
|
+
ExpressionTask$inboundSchema.and(objectType({ type: literalType("expression") })),
|
|
37986
|
+
StepsTask$inboundSchema.and(objectType({ type: literalType("steps") }))
|
|
38547
37987
|
]))
|
|
38548
37988
|
])).optional()
|
|
38549
37989
|
});
|
|
38550
37990
|
Context$outboundSchema = objectType({
|
|
38551
37991
|
task: nullableType(unionType([
|
|
38552
37992
|
unionType([
|
|
38553
|
-
LoadToolFromFileTask$outboundSchema.and(objectType({ type: literalType("import") })
|
|
38554
|
-
|
|
38555
|
-
}))
|
|
38556
|
-
|
|
38557
|
-
type: v2.type
|
|
38558
|
-
}))),
|
|
38559
|
-
ExpressionTask$outboundSchema.and(objectType({ type: literalType("expression") }).transform((v2) => ({
|
|
38560
|
-
type: v2.type
|
|
38561
|
-
}))),
|
|
38562
|
-
StepsTask$outboundSchema.and(objectType({ type: literalType("steps") }).transform((v2) => ({
|
|
38563
|
-
type: v2.type
|
|
38564
|
-
})))
|
|
37993
|
+
LoadToolFromFileTask$outboundSchema.and(objectType({ type: literalType("import") })),
|
|
37994
|
+
EventTask$outboundSchema.and(objectType({ type: literalType("event") })),
|
|
37995
|
+
ExpressionTask$outboundSchema.and(objectType({ type: literalType("expression") })),
|
|
37996
|
+
StepsTask$outboundSchema.and(objectType({ type: literalType("steps") }))
|
|
38565
37997
|
]),
|
|
38566
37998
|
arrayType(unionType([
|
|
38567
|
-
LoadToolFromFileTask$outboundSchema.and(objectType({ type: literalType("import") })
|
|
38568
|
-
|
|
38569
|
-
}))
|
|
38570
|
-
|
|
38571
|
-
type: v2.type
|
|
38572
|
-
}))),
|
|
38573
|
-
ExpressionTask$outboundSchema.and(objectType({ type: literalType("expression") }).transform((v2) => ({
|
|
38574
|
-
type: v2.type
|
|
38575
|
-
}))),
|
|
38576
|
-
StepsTask$outboundSchema.and(objectType({ type: literalType("steps") }).transform((v2) => ({
|
|
38577
|
-
type: v2.type
|
|
38578
|
-
})))
|
|
37999
|
+
LoadToolFromFileTask$outboundSchema.and(objectType({ type: literalType("import") })),
|
|
38000
|
+
EventTask$outboundSchema.and(objectType({ type: literalType("event") })),
|
|
38001
|
+
ExpressionTask$outboundSchema.and(objectType({ type: literalType("expression") })),
|
|
38002
|
+
StepsTask$outboundSchema.and(objectType({ type: literalType("steps") }))
|
|
38579
38003
|
]))
|
|
38580
38004
|
])).optional()
|
|
38581
38005
|
});
|
|
@@ -43326,7 +42750,8 @@ var init_session = __esm(() => {
|
|
|
43326
42750
|
source: nullableType(stringType()).optional(),
|
|
43327
42751
|
target: nullableType(stringType()).optional(),
|
|
43328
42752
|
is_legacy: nullableType(booleanType()).optional(),
|
|
43329
|
-
is_test: nullableType(booleanType()).optional()
|
|
42753
|
+
is_test: nullableType(booleanType()).optional(),
|
|
42754
|
+
user_terminated: nullableType(booleanType()).optional()
|
|
43330
42755
|
}).transform((v2) => {
|
|
43331
42756
|
return remap(v2, {
|
|
43332
42757
|
session_id: "sessionId",
|
|
@@ -43344,7 +42769,8 @@ var init_session = __esm(() => {
|
|
|
43344
42769
|
prompt_version_number: "promptVersionNumber",
|
|
43345
42770
|
session_label_id: "sessionLabelId",
|
|
43346
42771
|
is_legacy: "isLegacy",
|
|
43347
|
-
is_test: "isTest"
|
|
42772
|
+
is_test: "isTest",
|
|
42773
|
+
user_terminated: "userTerminated"
|
|
43348
42774
|
});
|
|
43349
42775
|
});
|
|
43350
42776
|
Session$outboundSchema = objectType({
|
|
@@ -43367,7 +42793,8 @@ var init_session = __esm(() => {
|
|
|
43367
42793
|
source: nullableType(stringType()).optional(),
|
|
43368
42794
|
target: nullableType(stringType()).optional(),
|
|
43369
42795
|
isLegacy: nullableType(booleanType()).optional(),
|
|
43370
|
-
isTest: nullableType(booleanType()).optional()
|
|
42796
|
+
isTest: nullableType(booleanType()).optional(),
|
|
42797
|
+
userTerminated: nullableType(booleanType()).optional()
|
|
43371
42798
|
}).transform((v2) => {
|
|
43372
42799
|
return remap(v2, {
|
|
43373
42800
|
sessionId: "session_id",
|
|
@@ -43385,7 +42812,8 @@ var init_session = __esm(() => {
|
|
|
43385
42812
|
promptVersionNumber: "prompt_version_number",
|
|
43386
42813
|
sessionLabelId: "session_label_id",
|
|
43387
42814
|
isLegacy: "is_legacy",
|
|
43388
|
-
isTest: "is_test"
|
|
42815
|
+
isTest: "is_test",
|
|
42816
|
+
userTerminated: "user_terminated"
|
|
43389
42817
|
});
|
|
43390
42818
|
});
|
|
43391
42819
|
});
|
|
@@ -65993,7 +65421,7 @@ Generate voice sample.`,
|
|
|
65993
65421
|
function createMCPServer(deps) {
|
|
65994
65422
|
const server = new McpServer({
|
|
65995
65423
|
name: "SyllableSDK",
|
|
65996
|
-
version: "1.0.13
|
|
65424
|
+
version: "1.0.13"
|
|
65997
65425
|
});
|
|
65998
65426
|
const client = new SyllableSDKCore({
|
|
65999
65427
|
apiKeyHeader: deps.apiKeyHeader,
|
|
@@ -67527,7 +66955,7 @@ var routes = ln({
|
|
|
67527
66955
|
var app = _e(routes, {
|
|
67528
66956
|
name: "mcp",
|
|
67529
66957
|
versionInfo: {
|
|
67530
|
-
currentVersion: "1.0.13
|
|
66958
|
+
currentVersion: "1.0.13"
|
|
67531
66959
|
}
|
|
67532
66960
|
});
|
|
67533
66961
|
Yt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -67535,5 +66963,5 @@ export {
|
|
|
67535
66963
|
app
|
|
67536
66964
|
};
|
|
67537
66965
|
|
|
67538
|
-
//# debugId=
|
|
66966
|
+
//# debugId=E6A55211963EAC6564756E2164756E21
|
|
67539
66967
|
//# sourceMappingURL=mcp-server.js.map
|