Skip to content

Commit e515c57

Browse files
Merge pull request #39 from crhistianramirez/enforce-pwd-expiration
regenerate for api v1.0.109
2 parents d8ae1e4 + 822e079 commit e515c57

30 files changed

Lines changed: 788 additions & 142 deletions

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ of your imagination.
1010
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
1111

1212
- API version: 1.0
13-
- Package version: 3.4.6
14-
- Build date: 2019-07-01T18:52:25.266-05:00
13+
- Package version: 3.5.6
14+
- Build date: 2019-07-11T14:24:45.306-05:00
1515

1616
For more information, please visit [https://developer.ordercloud.io/documentation/](https://developer.ordercloud.io/documentation/getting-started/introduction-to-ordercloud)
1717

@@ -621,6 +621,7 @@ Class | Method | HTTP request | Description
621621
- [OrderCloud.PartialMessageSender](docs/PartialMessageSender.md)
622622
- [OrderCloud.PartialOpenIdConnect](docs/PartialOpenIdConnect.md)
623623
- [OrderCloud.PartialOrder](docs/PartialOrder.md)
624+
- [OrderCloud.PartialPasswordConfig](docs/PartialPasswordConfig.md)
624625
- [OrderCloud.PartialPayment](docs/PartialPayment.md)
625626
- [OrderCloud.PartialPaymentTransaction](docs/PartialPaymentTransaction.md)
626627
- [OrderCloud.PartialPriceBreak](docs/PartialPriceBreak.md)
@@ -640,6 +641,7 @@ Class | Method | HTTP request | Description
640641
- [OrderCloud.PartialVariantInventory](docs/PartialVariantInventory.md)
641642
- [OrderCloud.PartialWebhook](docs/PartialWebhook.md)
642643
- [OrderCloud.PartialWebhookRoute](docs/PartialWebhookRoute.md)
644+
- [OrderCloud.PasswordConfig](docs/PasswordConfig.md)
643645
- [OrderCloud.PasswordReset](docs/PasswordReset.md)
644646
- [OrderCloud.PasswordResetRequest](docs/PasswordResetRequest.md)
645647
- [OrderCloud.Payment](docs/Payment.md)

dist/ordercloud-javascript-sdk.js

Lines changed: 355 additions & 113 deletions
Large diffs are not rendered by default.

dist/ordercloud-javascript-sdk.min.js

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/MeUser.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ Name | Type | Description | Notes
1717
**xp** | **Object** | | [optional]
1818
**availableRoles** | **[String]** | | [optional]
1919
**dateCreated** | **String** | | [optional]
20+
**passwordLastSetDate** | **String** | | [optional]
2021

2122

docs/OrderPromotion.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
1717
**eligibleExpression** | **String** | | [optional]
1818
**valueExpression** | **String** | | [optional]
1919
**canCombine** | **Boolean** | | [optional]
20+
**allowAllBuyers** | **Boolean** | | [optional]
2021
**xp** | **Object** | | [optional]
2122

2223

docs/PartialMeUser.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ Name | Type | Description | Notes
1717
**xp** | **Object** | | [optional]
1818
**availableRoles** | **[String]** | | [optional]
1919
**dateCreated** | **String** | | [optional]
20+
**passwordLastSetDate** | **String** | | [optional]
2021

2122

docs/PartialPasswordConfig.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# OrderCloud.PartialPasswordConfig
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**expireInDays** | **Number** | | [optional]
7+
8+

docs/PartialPromotion.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
1616
**eligibleExpression** | **String** | | [optional]
1717
**valueExpression** | **String** | | [optional]
1818
**canCombine** | **Boolean** | | [optional]
19+
**allowAllBuyers** | **Boolean** | | [optional]
1920
**xp** | **Object** | | [optional]
2021

2122

docs/PartialSecurityProfile.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ Name | Type | Description | Notes
77
**name** | **String** | | [optional]
88
**roles** | **[String]** | | [optional]
99
**customRoles** | **[String]** | | [optional]
10+
**passwordConfig** | [**PasswordConfig**](PasswordConfig.md) | | [optional]
1011

1112

docs/PartialUser.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ Name | Type | Description | Notes
1515
**xp** | **Object** | | [optional]
1616
**availableRoles** | **[String]** | | [optional]
1717
**dateCreated** | **String** | | [optional]
18+
**passwordLastSetDate** | **String** | | [optional]
1819

1920

0 commit comments

Comments
 (0)