Skip to content

Commit f6a45be

Browse files
Merge pull request #36 from oliverheywood451/3.3.5
API release 6/7/19 - adding Webhooks, xp index and user.DateCreated
2 parents 3ad452e + ad79103 commit f6a45be

45 files changed

Lines changed: 2779 additions & 40420 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 22 additions & 3 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.3.4
14-
- Build date: 2019-06-06T08:08:40.316-05:00
13+
- Package version: 3.3.5
14+
- Build date: 2019-06-07T15:26:22.310-05:00
1515

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

@@ -144,7 +144,7 @@ OrderCloudSDK.Me.ListProducts(null, token3)
144144
.then(user3ProductList => console.log(user3ProductList))
145145
```
146146
147-
Please note that the parameter for accessToken will always be the last parameter. We are setting the options object to null since we don't want to pass along any options with this request, and the accessToken parameter is defined after the options object.
147+
Please note that the accessToken parameter will always be the last parameter.
148148
149149
150150
## Typescript Support
@@ -484,6 +484,15 @@ Class | Method | HTTP request | Description
484484
*OrderCloud.UserGroups* | [**Patch**](docs/UserGroups.md#Patch) | **PATCH** /buyers/{buyerID}/usergroups/{userGroupID} |
485485
*OrderCloud.UserGroups* | [**Save**](docs/UserGroups.md#Save) | **PUT** /buyers/{buyerID}/usergroups/{userGroupID} |
486486
*OrderCloud.UserGroups* | [**SaveUserAssignment**](docs/UserGroups.md#SaveUserAssignment) | **POST** /buyers/{buyerID}/usergroups/assignments |
487+
*OrderCloud.Webhooks* | [**Create**](docs/Webhooks.md#Create) | **POST** /webhooks |
488+
*OrderCloud.Webhooks* | [**Delete**](docs/Webhooks.md#Delete) | **DELETE** /webhooks/{webhookID} |
489+
*OrderCloud.Webhooks* | [**Get**](docs/Webhooks.md#Get) | **GET** /webhooks/{webhookID} |
490+
*OrderCloud.Webhooks* | [**List**](docs/Webhooks.md#List) | **GET** /webhooks |
491+
*OrderCloud.Webhooks* | [**Patch**](docs/Webhooks.md#Patch) | **PATCH** /webhooks/{webhookID} |
492+
*OrderCloud.Webhooks* | [**Save**](docs/Webhooks.md#Save) | **PUT** /webhooks/{webhookID} |
493+
*OrderCloud.XpIndexs* | [**Delete**](docs/XpIndexs.md#Delete) | **DELETE** /xpindices/{thingType}/{key} |
494+
*OrderCloud.XpIndexs* | [**List**](docs/XpIndexs.md#List) | **GET** /xpindices |
495+
*OrderCloud.XpIndexs* | [**Put**](docs/XpIndexs.md#Put) | **PUT** /xpindices |
487496
488497
489498
## Documentation for Models
@@ -569,6 +578,8 @@ Class | Method | HTTP request | Description
569578
- [OrderCloud.ListUserGroup](docs/ListUserGroup.md)
570579
- [OrderCloud.ListUserGroupAssignment](docs/ListUserGroupAssignment.md)
571580
- [OrderCloud.ListVariant](docs/ListVariant.md)
581+
- [OrderCloud.ListWebhook](docs/ListWebhook.md)
582+
- [OrderCloud.ListXpIndex](docs/ListXpIndex.md)
572583
- [OrderCloud.MeBuyer](docs/MeBuyer.md)
573584
- [OrderCloud.MeSupplier](docs/MeSupplier.md)
574585
- [OrderCloud.MeUser](docs/MeUser.md)
@@ -621,6 +632,8 @@ Class | Method | HTTP request | Description
621632
- [OrderCloud.PartialUserGroup](docs/PartialUserGroup.md)
622633
- [OrderCloud.PartialVariant](docs/PartialVariant.md)
623634
- [OrderCloud.PartialVariantInventory](docs/PartialVariantInventory.md)
635+
- [OrderCloud.PartialWebhook](docs/PartialWebhook.md)
636+
- [OrderCloud.PartialWebhookRoute](docs/PartialWebhookRoute.md)
624637
- [OrderCloud.PasswordReset](docs/PasswordReset.md)
625638
- [OrderCloud.PasswordResetRequest](docs/PasswordResetRequest.md)
626639
- [OrderCloud.Payment](docs/Payment.md)
@@ -649,6 +662,9 @@ Class | Method | HTTP request | Description
649662
- [OrderCloud.UserGroupAssignment](docs/UserGroupAssignment.md)
650663
- [OrderCloud.Variant](docs/Variant.md)
651664
- [OrderCloud.VariantInventory](docs/VariantInventory.md)
665+
- [OrderCloud.Webhook](docs/Webhook.md)
666+
- [OrderCloud.WebhookRoute](docs/WebhookRoute.md)
667+
- [OrderCloud.XpIndex](docs/XpIndex.md)
652668
653669
654670
## Documentation for Authorization
@@ -729,4 +745,7 @@ Class | Method | HTTP request | Description
729745
- UnsubmittedOrderReader:
730746
- UserGroupAdmin:
731747
- UserGroupReader:
748+
- WebhookAdmin:
749+
- WebhookReader:
750+
- XpIndexAdmin:
732751

0 commit comments

Comments
 (0)