UNPKG
@shipengine/connect-carrier-api
Version:
beta (4.17.0-beta)
latest (4.26.7)
4.26.7
4.26.6
4.26.5
4.26.4
4.26.3
4.26.2
4.26.1
4.26.0
4.25.0
4.24.2
4.24.1
4.23.0
4.22.1
4.22.0
4.21.0
4.20.0
4.19.0
4.18.1
4.18.0
4.17.4
4.17.0-beta
4.16.11
4.16.10
4.16.8
4.16.8-beta.4
4.16.8-beta.3
4.16.8-beta.2
4.16.8-beta.1
4.16.7
4.16.6
4.16.5
4.16.5-beta
4.16.4
4.16.3
4.16.2
4.16.1
4.16.0
4.15.0
4.14.8
4.14.7
4.14.6
4.14.5
4.14.4
4.14.3
4.14.2
4.14.1
4.14.0
4.13.0
4.12.2
4.12.1
4.12.0
4.11.12
4.11.11
4.11.10
4.11.9
4.11.8
4.11.7
4.11.6
4.11.5
4.11.5-beta.3
4.11.5-beta.2
4.11.5-beta
4.11.4
4.11.3
4.11.2
4.11.1
4.11.0
4.10.4
4.10.3
4.10.2
4.10.1
4.10.0
4.9.3
4.9.2
4.9.1
4.9.0
4.8.13
4.8.12
4.8.11
4.8.10
4.8.9
4.8.8
4.8.7
4.8.6
4.8.5
4.8.4
4.8.3
4.8.2
4.8.1
4.8.0
4.7.0
4.6.10
4.6.9
4.6.8
4.6.7
4.6.6
4.6.5
4.6.4
4.6.3
4.6.2
4.6.1
4.6.0
4.5.6
4.5.5
4.5.4
4.5.3
4.5.3-beta
4.5.2
4.5.1
4.5.0
4.4.2
4.4.1
4.4.0
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.0
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.4-beta.1
4.1.4-beta
4.1.3
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
4.0.0-beta.3
4.0.0-beta.2
4.0.0-beta
2.12.20
2.12.19
2.12.18
2.12.17
2.12.15
2.12.14
2.12.13
2.12.12
2.12.11
2.12.10
2.12.9
2.12.8
2.12.6
2.12.5
2.12.4
2.12.3
2.12.2
2.12.1
2.12.1-beta.0
2.12.0
2.11.7
2.11.6
2.11.5
2.11.4
2.11.2
2.11.1
2.11.0
2.11.0-beta.6
2.11.0-beta.5
2.11.0-beta.4
2.11.0-beta.3
2.11.0-beta
2.10.4
2.10.3
2.10.2
2.10.1
2.10.0
2.9.1
2.9.0
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.0
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.1
2.5.0
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.6
2.3.5
2.3.3
2.3.2
2.3.1
2.3.0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.24
2.1.23
2.1.22
2.1.21
2.1.20
2.1.19
2.1.18
2.1.17
2.1.16
2.1.15
2.1.14
2.1.13
2.1.12
2.1.11
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.17.0
1.16.0
1.15.0
1.13.6
This is the typescript/javascript definitions for carrier api
connect.shipengine.com
@shipengine/connect-carrier-api
/
lib
/
app
/
metadata
/
service-required-properties.d.ts
8 lines
(7 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
Joi
from
'joi'
;
/**
@description
Properties that may be required */
export
declare
enum
ServiceRequiredPropertiesEnum
{
Weight
=
"Weight"
,
Dimensions
=
"Dimensions"
}
export
declare
const
ServiceRequiredPropertiesEnumSchema
:
Joi
.
StringSchema
;