1.9.1 • Published 5 years ago

@furo/spec-basetypes v1.9.1

Weekly downloads
26
License
MIT
Repository
-
Last release
5 years ago

Furo spec base types

This package contains installable base types for a furo-spec project.

Some packages (like @furo/navigation) also supply installable types or type signatures which just are usable sample types.

The basetypes in @furo/specs/_baseTypes are deprecated.

├── furo
│   ├── fat
│   │   ├── fat.any.type.spec
│   │   ├── fat.bool.type.spec
│   │   ├── fat.bytes.type.spec
│   │   ├── fat.double.type.spec
│   │   ├── fat.empty.type.spec
│   │   ├── fat.field_mask.type.spec
│   │   ├── fat.float.type.spec
│   │   ├── fat.int32.type.spec
│   │   ├── fat.int64.type.spec
│   │   ├── fat.string.type.spec
│   │   ├── fat.uint32.type.spec
│   │   └── fat.uint64.type.spec
│   ├── big_decimal.type.spec
│   ├── link.type.spec
│   ├── meta.field.type.spec
│   ├── meta.fieldconstraint.type.spec
│   ├── meta.fieldmeta.type.spec
│   ├── meta.fieldoption.type.spec
│   ├── meta.optionitem.type.spec
│   ├── meta.type.spec
│   ├── property.type.spec
│   ├── property_integer.type.spec // deprecated, use the google wrapper type
│   ├── property_number.type.spec // deprecated, use the google wrapper type
│   ├── property_string.type.spec // deprecated, use the google wrapper type
│   ├── property_stringoption.type.spec // deprecated, use the google wrapper type
│   └── reference.type.spec
├── google
│   ├── protobuf
│   │   ├── any.type.spec
│   │   ├── bool.type.spec
│   │   ├── bytes.type.spec
│   │   ├── double.type.spec
│   │   ├── empty.type.spec
│   │   ├── field_mask.type.spec
│   │   ├── float.type.spec
│   │   ├── int32.type.spec
│   │   ├── int64.type.spec
│   │   ├── string.type.spec
│   │   ├── uint32.type.spec
│   │   └── uint64.type.spec
│   └── type
│       ├── date.type.spec
│       └── money.type.spec
└── package.json
1.9.1

5 years ago

1.9.0

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.3.0

5 years ago

1.2.6

5 years ago

1.0.1

5 years ago

1.2.3

5 years ago

1.1.2

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago