Skip to content

Commit

Permalink
[Auto Generated] 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Sep 7, 2023
1 parent 084c0db commit cb80c90
Show file tree
Hide file tree
Showing 15 changed files with 383 additions and 816 deletions.
213 changes: 212 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,215 @@
# CHANGE LOG (1.3.0)
# CHANGE LOG (1.3.2) FP-v1.8.1


## Application Client



### Cart



#### getCart

- ##### What's New
- [Added] property `breakupValues.raw.mopTotal` of schema `RawBreakup` in response with status code 200


#### addItems

- ##### What's New
- [Added] property `cart.breakupValues.raw.mopTotal` of schema `RawBreakup` in response with status code 200


#### updateCart

- ##### What's New
- [Added] property `cart.breakupValues.raw.mopTotal` of schema `RawBreakup` in response with status code 200


#### applyCoupon

- ##### What's New
- [Added] property `breakupValues.raw.mopTotal` of schema `RawBreakup` in response with status code 201


#### removeCoupon

- ##### What's New
- [Added] property `breakupValues.raw.mopTotal` of schema `RawBreakup` in response with status code 200


#### applyRewardPoints

- ##### What's New
- [Added] property `breakupValues.raw.mopTotal` of schema `RawBreakup` in response with status code 200


#### selectAddress

- ##### What's New
- [Added] property `breakupValues.raw.mopTotal` of schema `RawBreakup` in response with status code 201


#### selectPaymentMode

- ##### What's New
- [Added] property `breakupValues.raw.mopTotal` of schema `RawBreakup` in response with status code 200


#### getShipments

- ##### What's New
- [Added] property `breakupValues.raw.mopTotal` of schema `RawBreakup` in response with status code 200


#### checkoutCart

- ##### What's New
- [Added] property `cart.breakupValues.raw.mopTotal` of schema `RawBreakup` in response with status code 200


#### getCartSharedItems

- ##### What's New
- [Added] property `cart.breakupValues.raw.mopTotal` of schema `RawBreakup` in response with status code 200
- [Added] property `cart.breakupValues.raw.mopTotal` of schema `RawBreakup` in response with status code 404


#### updateCartWithSharedItems

- ##### What's New
- [Added] property `cart.breakupValues.raw.mopTotal` of schema `RawBreakup` in response with status code 200


#### checkoutCartV2

- ##### What's New
- [Added] property `cart.breakupValues.raw.mopTotal` of schema `RawBreakup` in response with status code 200


## Platform Client



### Order



#### getShipments

- ##### What's Changed
- [Breaking] [Changed] Type from `string` to `number` of property `items[].bags[].gst.igstGstFee` of schema `GSTDetailsData` in response with status code 200
- [Breaking] [Changed] Type from `string` to `number` of property `items[].bags[].gst.sgstGstFee` of schema `GSTDetailsData` in response with status code 200
- [Breaking] [Changed] Type from `string` to `number` of property `items[].bags[].gst.cgstGstFee` of schema `GSTDetailsData` in response with status code 200


#### getShipmentById

- ##### What's Changed
- [Breaking] [Changed] Type from `string` to `number` of property `shipments[].gstDetails.igstGstFee` of schema `GSTDetailsData` in response with status code 200
- [Breaking] [Changed] Type from `string` to `number` of property `shipments[].gstDetails.sgstGstFee` of schema `GSTDetailsData` in response with status code 200
- [Breaking] [Changed] Type from `string` to `number` of property `shipments[].gstDetails.cgstGstFee` of schema `GSTDetailsData` in response with status code 200


#### getOrderById

- ##### What's Changed
- [Breaking] [Changed] Type from `integer` to `string` of property `order.meta.employeeId` of schema `OrderMeta` in response with status code 200
- [Breaking] [Changed] Type from `string` to `number` of property `shipments[].gstDetails.igstGstFee` of schema `GSTDetailsData` in response with status code 200
- [Breaking] [Changed] Type from `string` to `number` of property `shipments[].gstDetails.sgstGstFee` of schema `GSTDetailsData` in response with status code 200
- [Breaking] [Changed] Type from `string` to `number` of property `shipments[].gstDetails.cgstGstFee` of schema `GSTDetailsData` in response with status code 200


#### getOrders

- ##### What's Changed
- [Breaking] [Changed] Type from `string` to `number` of property `items[].shipments[].gstDetails.igstGstFee` of schema `GSTDetailsData` in response with status code 200
- [Breaking] [Changed] Type from `string` to `number` of property `items[].shipments[].gstDetails.sgstGstFee` of schema `GSTDetailsData` in response with status code 200
- [Breaking] [Changed] Type from `string` to `number` of property `items[].shipments[].gstDetails.cgstGstFee` of schema `GSTDetailsData` in response with status code 200


### Payment



#### getBrandPaymentGatewayConfig

- ##### What's New
- [Added] `query` parameter `aggregator` (type: `string`)

- [Added] `query` parameter `configType` (type: `string`)



### Theme



#### getCompanyLevelThemes

- ##### What's New
- [Added] Content in Response 401


#### addMarketplaceThemeToCompany

- ##### What's New
- [Added] Content in Response 401


### Webhook



#### getSubscribersByCompany

- ##### What's Deprecated
- [Breaking] [Deleted] Possible values from `active` from property `status` of schema `SubscriberResponse` in response with status code 200
- [Breaking] [Deleted] Possible values from `inactive` from property `status` of schema `SubscriberResponse` in response with status code 200
- [Breaking] [Deleted] Possible values from `blocked` from property `status` of schema `SubscriberResponse` in response with status code 200


#### registerSubscriberToEvent

- ##### What's Deprecated
- [Breaking] [Deleted] Possible values from `active` from property `status` of schema `SubscriberConfig` in request body
- [Breaking] [Deleted] Possible values from `inactive` from property `status` of schema `SubscriberConfig` in request body
- [Breaking] [Deleted] Possible values from `blocked` from property `status` of schema `SubscriberConfig` in request body
- [Breaking] [Deleted] Possible values from `active` from property `status` of schema `SubscriberConfig` in response with status code 200
- [Breaking] [Deleted] Possible values from `inactive` from property `status` of schema `SubscriberConfig` in response with status code 200
- [Breaking] [Deleted] Possible values from `blocked` from property `status` of schema `SubscriberConfig` in response with status code 200


#### updateSubscriberConfig

- ##### What's Deprecated
- [Breaking] [Deleted] Possible values from `active` from property `status` of schema `SubscriberConfig` in request body
- [Breaking] [Deleted] Possible values from `inactive` from property `status` of schema `SubscriberConfig` in request body
- [Breaking] [Deleted] Possible values from `blocked` from property `status` of schema `SubscriberConfig` in request body
- [Breaking] [Deleted] Possible values from `active` from property `status` of schema `SubscriberConfig` in response with status code 200
- [Breaking] [Deleted] Possible values from `inactive` from property `status` of schema `SubscriberConfig` in response with status code 200
- [Breaking] [Deleted] Possible values from `blocked` from property `status` of schema `SubscriberConfig` in response with status code 200


#### getSubscriberById

- ##### What's Deprecated
- [Breaking] [Deleted] Possible values from `active` from property `status` of schema `SubscriberResponse` in response with status code 200
- [Breaking] [Deleted] Possible values from `inactive` from property `status` of schema `SubscriberResponse` in response with status code 200
- [Breaking] [Deleted] Possible values from `blocked` from property `status` of schema `SubscriberResponse` in response with status code 200


#### getSubscribersByExtensionId

- ##### What's Deprecated
- [Breaking] [Deleted] Possible values from `active` from property `items[].status` of schema `SubscriberResponse` in response with status code 200
- [Breaking] [Deleted] Possible values from `inactive` from property `items[].status` of schema `SubscriberResponse` in response with status code 200
- [Breaking] [Deleted] Possible values from `blocked` from property `items[].status` of schema `SubscriberResponse` in response with status code 200



# CHANGE LOG (1.3.0) FP-v1.8.0

## Application Client

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
minSdkVersion 21
targetSdkVersion 31
versionCode 2
versionName "1.3.1"
versionName "1.3.2"
multiDexEnabled true

vectorDrawables.useSupportLibrary = true
Expand Down
8 changes: 4 additions & 4 deletions documentation/platform/ORDER.md
Original file line number Diff line number Diff line change
Expand Up @@ -6989,12 +6989,12 @@ We are processing the request!
| igstTaxPercentage | Double? | yes | |
| gstTaxPercentage | Double? | yes | |
| hsnCodeId | String? | yes | |
| igstGstFee | String? | yes | |
| igstGstFee | Double? | yes | |
| isDefaultHsnCode | Boolean? | yes | |
| sgstGstFee | String? | yes | |
| sgstGstFee | Double? | yes | |
| taxCollectedAtSource | Double | no | |
| brandCalculatedAmount | Double | no | |
| cgstGstFee | String? | yes | |
| cgstGstFee | Double? | yes | |
| gstTag | String? | yes | |
| sgstTaxPercentage | Double? | yes | |
| hsnCode | String? | yes | |
Expand Down Expand Up @@ -8311,7 +8311,7 @@ We are processing the request!
| orderChildEntities | ArrayList<String>? | yes | |
| orderType | String? | yes | |
| orderPlatform | String? | yes | |
| employeeId | Int? | yes | |
| employeeId | String? | yes | |
| orderTags | ArrayList<HashMap<String,Any>>? | yes | |
| customerNote | String? | yes | |
| staff | HashMap<String,Any>? | yes | |
Expand Down
35 changes: 34 additions & 1 deletion documentation/platform/PAYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Get All Brand Payment Gateway Config Secret


```kotlin
platformClient.application("<APPLICATION_ID>").payment.getBrandPaymentGatewayConfig().safeAwait{ response, error->
platformClient.application("<APPLICATION_ID>").payment.getBrandPaymentGatewayConfig(aggregator: aggregator, configType: configType).safeAwait{ response, error->
response?.let{
// Use response
} ->
Expand All @@ -82,6 +82,12 @@ platformClient.application("<APPLICATION_ID>").payment.getBrandPaymentGatewayCon



| Argument | Type | Required | Description |
| --------- | ----- | -------- | ----------- |
| aggregator | String? | no | aggregator slug |
| configType | String? | no | |



Get All Brand Payment Gateway Config Secret

Expand Down Expand Up @@ -6372,6 +6378,31 @@ Success.



#### [ProductCODData](#ProductCODData)

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| items | HashMap<String,Any>? | yes | item id with its cod availability. |
| codCharges | HashMap<String,Any>? | yes | cod charges and its allowed limits. |

---




#### [CODChargesLimitsResponse](#CODChargesLimitsResponse)

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| maxCartValue | Double? | yes | max allowed cart value for cod order. |
| minCartValue | Double? | yes | min allowed cart value for cod order. |
| codCharge | Double? | yes | cod charges to be applied on order. |

---




#### [PaymentModeLogo](#PaymentModeLogo)

| Properties | Type | Nullable | Description |
Expand Down Expand Up @@ -6428,6 +6459,8 @@ Success.
| logoUrl | HashMap<String,Any>? | yes | Logo |
| cardToken | String? | yes | card_token |
| aggregatorName | String | no | aggregator_name |
| codCharges | Double? | yes | cod charges to be applied on order. |
| productCodData | HashMap<String,Any>? | yes | product cod configurations. |
| codLimit | Double? | yes | cod limit |
| intentApp | ArrayList<[IntentApp](#IntentApp)>? | yes | intent_app |
| nickname | String? | yes | nickname |
Expand Down
Loading

0 comments on commit cb80c90

Please sign in to comment.