Skip to content

Commit

Permalink
update assets and support sora-cam devices events
Browse files Browse the repository at this point in the history
  • Loading branch information
bearmini committed Dec 12, 2022
1 parent e52e07b commit 96bcb5e
Show file tree
Hide file tree
Showing 118 changed files with 6,137 additions and 1,430 deletions.
3 changes: 3 additions & 0 deletions generators/assets/cli/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ cli:
devices:
summary: Manage SoraCam devices.
description: Manage SoraCam devices.
events:
summary: Retrieve event history for SoraCam devices.
description: Retrieve event history for SoraCam devices.
images:
summary: Manage image exports from SoraCam devices.
description: Manage image exports from SoraCam devices.
Expand Down
15 changes: 9 additions & 6 deletions generators/assets/cli/ja.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,17 @@ cli:
summary: Soracom Cloud Camera Services のライセンスパックに関する操作を行います。
description: Soracom Cloud Camera Services のライセンスパックに関する操作を行います。
devices:
summary: ソラカメデバイスに関する操作を行います。
description: ソラカメデバイスに関する操作を行います。
summary: ソラカメ対応カメラデバイスに関する操作を行います。
description: ソラカメ対応カメラデバイスに関する操作を行います。
events:
summary: ソラカメ対応カメラデバイスで検出されたイベントの一覧を取得します。
description: ソラカメ対応カメラデバイスで検出されたイベントの一覧を取得します。
images:
summary: ソラカメデバイスからの静止画のエクスポートに関する操作を行います
description: ソラカメデバイスからの静止画のエクスポートに関する操作を行います
summary: ソラカメ対応カメラデバイスからの静止画のエクスポートに関する操作を行います
description: ソラカメ対応カメラデバイスからの静止画のエクスポートに関する操作を行います
videos:
summary: ソラカメデバイスからの動画のエクスポートに関する操作を行います
description: ソラカメデバイスからの動画のエクスポートに関する操作を行います
summary: ソラカメ対応カメラデバイスからの動画のエクスポートに関する操作を行います
description: ソラカメ対応カメラデバイスからの動画のエクスポートに関する操作を行います
soralets:
summary: Orbit の Soralet に関する操作を行います。
description: Orbit の Soralet に関する操作を行います。
Expand Down
8 changes: 4 additions & 4 deletions generators/assets/sandbox/soracom-sandbox-api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
description: SORACOM SANDBOX API v1
title: SORACOM SANDBOX API
version: '20160218'
version: 20221128-042447
servers:
- url: 'https://api-sandbox.soracom.io/v1'
paths:
Expand Down Expand Up @@ -103,7 +103,7 @@ paths:
'/sandbox/operators/{operator_id}':
delete:
parameters:
- description: operator_id
- description: Operator ID
in: path
name: operator_id
required: true
Expand Down Expand Up @@ -289,7 +289,7 @@ components:
example: dailyDataTrafficChargeTotal
type: string
expiryYearMonth:
example: yyyyMM
format: yyyyMM
type: string
type: object
sandboxCreateCouponResponse:
Expand All @@ -310,7 +310,7 @@ components:
type: string
expiryYearMonth:
description: Year and month of expiration
example: yyyyMM
format: yyyyMM
type: string
type: object
sandboxCreateSubscriberRequest:
Expand Down
8 changes: 4 additions & 4 deletions generators/assets/sandbox/soracom-sandbox-api.ja.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
description: SORACOM SANDBOX API v1
title: SORACOM SANDBOX API
version: "20160218"
version: 20221128-042447
servers:
- url: https://api-sandbox.soracom.io/v1
paths:
Expand Down Expand Up @@ -66,7 +66,7 @@ paths:
description: Operator を削除します。
operationId: sandboxDeleteOperator
parameters:
- description: operator_id
- description: オペレーター ID
in: path
name: operator_id
required: true
Expand Down Expand Up @@ -275,7 +275,7 @@ components:
example: dailyDataTrafficChargeTotal
type: string
expiryYearMonth:
example: yyyyMM
format: yyyyMM
type: string
type: object
sandboxCreateCouponResponse:
Expand All @@ -296,7 +296,7 @@ components:
type: string
expiryYearMonth:
description: 有効期限
example: yyyyMM
format: yyyyMM
type: string
type: object
sandboxCreateSubscriberRequest:
Expand Down
Loading

0 comments on commit 96bcb5e

Please sign in to comment.