Releases: squarecloudofc/api-types
Releases · squarecloudofc/api-types
v0.5.0
Minor Changes
- 5a39642: Add enterprise plan sizes type
- 3bfd7c6: Fix
APIApplicationStatusAll
to show/hide usage depending on running
property.
- 5a39642: Drop using enums.
Patch Changes
- 4de3145: Added
advanced
and enterprise-24
plans
- 4de3145: Removed
student
and enterprise-16
plans
v0.4.0
Minor Changes
- 4d7babe: Update
UserPlanName
to include Enterprise-16
new plan.
Remove Business
plan from UserPlanName
.
v0.3.3
Patch Changes
- df0a13d: Remove
RESTPostAPIApplicationCommitQuery
due to API changes
v0.3.2
Patch Changes
- 79b1e02: Make deployment state an enum:
DeploymentState
- 5b1f4af: Update
ApplicationLanguage
enum with new dotnet
lang
v0.3.1
Patch Changes
- 5e67a46: Add typings for
/apps/:appId/deployments/current
(APIDeploymentCurrent
)
v0.3.0
Minor Changes
- ef69efb: Add typings for
/apps/:appId/network/dns
(APINetworkDNS
)
- 78f00c9: Add
RESTPostAPIApplicationBackup
and update APIApplicationBackup
- 211a9d4: Update file-related typings to match new API convention
- 3ef25a4: Implement branded types for UserId and ApplicationId
- 211a9d4: Add typings for
PATCH /apps/:appId/files
- 58d009d: Add typings for
/apps/:appId/network/custom
(RESTPostAPINetworkCustomDomainJSONBody
)
- a15ce71: Add typings for
/service/status
(APIServiceStatus
)
Patch Changes
- b3c226d: Completely remove deprecated
tag
and isWebsite
properties
v0.2.5
Patch Changes
- b3f1a17: Update
UserPlanName
with new Enterprise plans
v0.2.4
Patch Changes
- 4b4ddc1: Deprecate APIUser, APIUserApplication and RESTPostAPIApplicationUploadResult
tag
property.
- 4b4ddc1: Deprecate APIApplication, APIWebsiteApplication and APIUserApplication
isWebsite
property.
v0.2.2
Patch Changes
- 881b9a1: Add
static
to ApplicationLanguage
enum