asteroid-odyssey 1.6.853 → 1.6.855
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1871,8 +1871,7 @@ type AgentsGraphModelsTransitionsPropertiesOutcomeSuccessProperties = {
|
|
|
1871
1871
|
type AgentsGraphModelsTransitionsPropertiesSelectorProperties = {
|
|
1872
1872
|
type: 'selector';
|
|
1873
1873
|
name: string;
|
|
1874
|
-
|
|
1875
|
-
selectors?: Array<string>;
|
|
1874
|
+
selectors: Array<string>;
|
|
1876
1875
|
};
|
|
1877
1876
|
type AgentsGraphModelsTransitionsTransition = {
|
|
1878
1877
|
id: CommonUuid;
|
package/dist/index.d.ts
CHANGED
|
@@ -1871,8 +1871,7 @@ type AgentsGraphModelsTransitionsPropertiesOutcomeSuccessProperties = {
|
|
|
1871
1871
|
type AgentsGraphModelsTransitionsPropertiesSelectorProperties = {
|
|
1872
1872
|
type: 'selector';
|
|
1873
1873
|
name: string;
|
|
1874
|
-
|
|
1875
|
-
selectors?: Array<string>;
|
|
1874
|
+
selectors: Array<string>;
|
|
1876
1875
|
};
|
|
1877
1876
|
type AgentsGraphModelsTransitionsTransition = {
|
|
1878
1877
|
id: CommonUuid;
|