silgi 0.7.16 → 0.7.18
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/_chunks/index.mjs
CHANGED
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED
package/dist/types/index.d.mts
CHANGED
|
@@ -26,6 +26,7 @@ type BaseSchemaType<T extends StandardSchemaV1> = {
|
|
|
26
26
|
input?: T;
|
|
27
27
|
output?: T;
|
|
28
28
|
router?: T;
|
|
29
|
+
source?: T;
|
|
29
30
|
}>;
|
|
30
31
|
};
|
|
31
32
|
|
|
@@ -825,6 +826,7 @@ type SilgiServiceInterface<T extends BaseSchemaType<StandardSchemaV1>> = {
|
|
|
825
826
|
input: T[Action][Method]['input'];
|
|
826
827
|
output: T[Action][Method]['output'];
|
|
827
828
|
router: T[Action][Method]['router'];
|
|
829
|
+
source: T[Action][Method]['source'];
|
|
828
830
|
};
|
|
829
831
|
} : never;
|
|
830
832
|
};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -26,6 +26,7 @@ type BaseSchemaType<T extends StandardSchemaV1> = {
|
|
|
26
26
|
input?: T;
|
|
27
27
|
output?: T;
|
|
28
28
|
router?: T;
|
|
29
|
+
source?: T;
|
|
29
30
|
}>;
|
|
30
31
|
};
|
|
31
32
|
|
|
@@ -825,6 +826,7 @@ type SilgiServiceInterface<T extends BaseSchemaType<StandardSchemaV1>> = {
|
|
|
825
826
|
input: T[Action][Method]['input'];
|
|
826
827
|
output: T[Action][Method]['output'];
|
|
827
828
|
router: T[Action][Method]['router'];
|
|
829
|
+
source: T[Action][Method]['source'];
|
|
828
830
|
};
|
|
829
831
|
} : never;
|
|
830
832
|
};
|