@arrirpc/type-defs 0.76.3 → 0.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +2 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
@@ -106,4 +106,5 @@ type AppDefinitionHelper = Omit<AppDefinition, 'procedures' | 'definitions' | 's
|
|
106
106
|
};
|
107
107
|
declare function createAppDefinition(input: AppDefinitionHelper): AppDefinition;
|
108
108
|
|
109
|
-
export {
|
109
|
+
export { HttpMethodValues, SCHEMA_VERSION, TypeValues, createAppDefinition, defineGeneratorPlugin, isAppDefinition, isHttpMethod, isObject, isRpcDefinition, isRpcDefinitionBase, isRpcHttpMethod, isSchema, isSchemaFormDiscriminator, isSchemaFormElements, isSchemaFormEmpty, isSchemaFormEnum, isSchemaFormProperties, isSchemaFormRef, isSchemaFormType, isSchemaFormValues, isServiceDefinition };
|
110
|
+
export type { AppDefinition, CustomRpcDefinition, Generator, GeneratorPlugin, HttpMethod, HttpRpcDefinition, RpcDefinition, RpcDefinitionBase, RpcHttpMethod, Schema, SchemaFormDiscriminator, SchemaFormElements, SchemaFormEmpty, SchemaFormEnum, SchemaFormProperties, SchemaFormRef, SchemaFormType, SchemaFormValues, SchemaMetadata, ServiceDefinition, Type, WsRpcDefinition };
|
package/dist/index.d.mts
CHANGED
@@ -106,4 +106,5 @@ type AppDefinitionHelper = Omit<AppDefinition, 'procedures' | 'definitions' | 's
|
|
106
106
|
};
|
107
107
|
declare function createAppDefinition(input: AppDefinitionHelper): AppDefinition;
|
108
108
|
|
109
|
-
export {
|
109
|
+
export { HttpMethodValues, SCHEMA_VERSION, TypeValues, createAppDefinition, defineGeneratorPlugin, isAppDefinition, isHttpMethod, isObject, isRpcDefinition, isRpcDefinitionBase, isRpcHttpMethod, isSchema, isSchemaFormDiscriminator, isSchemaFormElements, isSchemaFormEmpty, isSchemaFormEnum, isSchemaFormProperties, isSchemaFormRef, isSchemaFormType, isSchemaFormValues, isServiceDefinition };
|
110
|
+
export type { AppDefinition, CustomRpcDefinition, Generator, GeneratorPlugin, HttpMethod, HttpRpcDefinition, RpcDefinition, RpcDefinitionBase, RpcHttpMethod, Schema, SchemaFormDiscriminator, SchemaFormElements, SchemaFormEmpty, SchemaFormEnum, SchemaFormProperties, SchemaFormRef, SchemaFormType, SchemaFormValues, SchemaMetadata, ServiceDefinition, Type, WsRpcDefinition };
|
package/dist/index.d.ts
CHANGED
@@ -106,4 +106,5 @@ type AppDefinitionHelper = Omit<AppDefinition, 'procedures' | 'definitions' | 's
|
|
106
106
|
};
|
107
107
|
declare function createAppDefinition(input: AppDefinitionHelper): AppDefinition;
|
108
108
|
|
109
|
-
export {
|
109
|
+
export { HttpMethodValues, SCHEMA_VERSION, TypeValues, createAppDefinition, defineGeneratorPlugin, isAppDefinition, isHttpMethod, isObject, isRpcDefinition, isRpcDefinitionBase, isRpcHttpMethod, isSchema, isSchemaFormDiscriminator, isSchemaFormElements, isSchemaFormEmpty, isSchemaFormEnum, isSchemaFormProperties, isSchemaFormRef, isSchemaFormType, isSchemaFormValues, isServiceDefinition };
|
110
|
+
export type { AppDefinition, CustomRpcDefinition, Generator, GeneratorPlugin, HttpMethod, HttpRpcDefinition, RpcDefinition, RpcDefinitionBase, RpcHttpMethod, Schema, SchemaFormDiscriminator, SchemaFormElements, SchemaFormEmpty, SchemaFormEnum, SchemaFormProperties, SchemaFormRef, SchemaFormType, SchemaFormValues, SchemaMetadata, ServiceDefinition, Type, WsRpcDefinition };
|