Skip to content

Commit

Permalink
Update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaranjo89 committed Dec 4, 2022
1 parent 127b508 commit 59008ed
Show file tree
Hide file tree
Showing 21 changed files with 683 additions and 220 deletions.
9 changes: 9 additions & 0 deletions sdk/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ docs/InstagramAllOf.md
docs/InstagramApi.md
docs/InstagramPreviewResponse.md
docs/InstagramResult.md
docs/InstagramResultAllOf.md
docs/InstagramResultAllOfComment.md
docs/InstagramResultAllOfValue.md
docs/Letter.md
docs/LetterAllOf.md
docs/LetterApi.md
Expand Down Expand Up @@ -107,6 +110,9 @@ src/model/Instagram.js
src/model/InstagramAllOf.js
src/model/InstagramPreviewResponse.js
src/model/InstagramResult.js
src/model/InstagramResultAllOf.js
src/model/InstagramResultAllOfComment.js
src/model/InstagramResultAllOfValue.js
src/model/Letter.js
src/model/LetterAllOf.js
src/model/LetterResult.js
Expand Down Expand Up @@ -176,6 +182,9 @@ test/model/Instagram.spec.js
test/model/InstagramAllOf.spec.js
test/model/InstagramPreviewResponse.spec.js
test/model/InstagramResult.spec.js
test/model/InstagramResultAllOf.spec.js
test/model/InstagramResultAllOfComment.spec.js
test/model/InstagramResultAllOfValue.spec.js
test/model/Letter.spec.js
test/model/LetterAllOf.spec.js
test/model/LetterResult.spec.js
Expand Down
3 changes: 3 additions & 0 deletions sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ Class | Method | HTTP request | Description
- [EchaloasuerteJsSdk.InstagramAllOf](docs/InstagramAllOf.md)
- [EchaloasuerteJsSdk.InstagramPreviewResponse](docs/InstagramPreviewResponse.md)
- [EchaloasuerteJsSdk.InstagramResult](docs/InstagramResult.md)
- [EchaloasuerteJsSdk.InstagramResultAllOf](docs/InstagramResultAllOf.md)
- [EchaloasuerteJsSdk.InstagramResultAllOfComment](docs/InstagramResultAllOfComment.md)
- [EchaloasuerteJsSdk.InstagramResultAllOfValue](docs/InstagramResultAllOfValue.md)
- [EchaloasuerteJsSdk.Letter](docs/Letter.md)
- [EchaloasuerteJsSdk.LetterAllOf](docs/LetterAllOf.md)
- [EchaloasuerteJsSdk.LetterResult](docs/LetterResult.md)
Expand Down
3 changes: 1 addition & 2 deletions sdk/docs/Instagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ Name | Type | Description | Notes
**payments** | **[String]** | | [optional]
**prizes** | [**[Prize]**](Prize.md) | |
**useLikes** | **Boolean** | | [default to false]
**useComments** | **Boolean** | | [default to false]
**minMentions** | **Number** | |
**minMentions** | **Number** | | [default to 0]
**postUrl** | **String** | |
**results** | [**[InstagramResult]**](InstagramResult.md) | | [optional] [readonly]

Expand Down
3 changes: 1 addition & 2 deletions sdk/docs/InstagramAllOf.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**prizes** | [**[Prize]**](Prize.md) | |
**useLikes** | **Boolean** | | [default to false]
**useComments** | **Boolean** | | [default to false]
**minMentions** | **Number** | |
**minMentions** | **Number** | | [default to 0]
**postUrl** | **String** | |
**results** | [**[InstagramResult]**](InstagramResult.md) | | [optional] [readonly]

Expand Down
2 changes: 1 addition & 1 deletion sdk/docs/InstagramResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Name | Type | Description | Notes
**id** | **String** | | [optional] [readonly]
**createdAt** | **Date** | | [optional] [readonly]
**scheduleDate** | **Date** | | [optional]
**value** | [**[RaffleResultAllOfValue]**](RaffleResultAllOfValue.md) | | [optional]
**value** | [**[InstagramResultAllOfValue]**](InstagramResultAllOfValue.md) | | [optional]


9 changes: 9 additions & 0 deletions sdk/docs/InstagramResultAllOf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# EchaloasuerteJsSdk.InstagramResultAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | [**[InstagramResultAllOfValue]**](InstagramResultAllOfValue.md) | | [optional]


10 changes: 10 additions & 0 deletions sdk/docs/InstagramResultAllOfComment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# EchaloasuerteJsSdk.InstagramResultAllOfComment

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**username** | **String** | | [optional]
**text** | **String** | | [optional]


10 changes: 10 additions & 0 deletions sdk/docs/InstagramResultAllOfValue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# EchaloasuerteJsSdk.InstagramResultAllOfValue

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**comment** | [**InstagramResultAllOfComment**](InstagramResultAllOfComment.md) | | [optional]
**prize** | [**Prize**](Prize.md) | | [optional]


Loading

0 comments on commit 59008ed

Please sign in to comment.