-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Auto Mation
committed
Sep 22, 2023
1 parent
d4bbc00
commit dd39172
Showing
8 changed files
with
33 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,179 +1,9 @@ | ||
**Api changes** | ||
|
||
<details> | ||
<summary>Removed Resource(s)</summary> | ||
|
||
- :warning: removed resource `/{projectKey}/me/payments/key={key}` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Resource(s)</summary> | ||
|
||
- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/approval-rules` | ||
- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/approval-flows` | ||
- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/approval-rules/{ID}` | ||
- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/approval-rules/key={key}` | ||
- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/approval-flows/{ID}` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Enum(s)</summary> | ||
|
||
- added enum `CreateApprovalRules` to type `Permission` | ||
- added enum `UpdateApprovalRules` to type `Permission` | ||
- added enum `UpdateApprovalFlows` to type `Permission` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Method(s)</summary> | ||
|
||
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().approvalRules().post()` | ||
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().approvalRules().get()` | ||
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().approvalFlows().get()` | ||
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().approvalRules().withId().get()` | ||
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().approvalRules().withId().post()` | ||
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().approvalRules().withKey().get()` | ||
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().approvalRules().withKey().post()` | ||
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().approvalFlows().withId().get()` | ||
- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().approvalFlows().withId().post()` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Removed Method(s)</summary> | ||
|
||
- :warning: removed method `apiRoot.withProjectKey().me().payments().withKey().get()` | ||
- :warning: removed method `apiRoot.withProjectKey().me().payments().withKey().post()` | ||
- :warning: removed method `apiRoot.withProjectKey().me().payments().withKey().delete()` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Type(s)</summary> | ||
|
||
- added type `ApprovalFlow` | ||
- added type `ApprovalFlowApproval` | ||
- added type `ApprovalFlowApproveAction` | ||
- added type `ApprovalFlowRejectAction` | ||
- added type `ApprovalFlowRejection` | ||
- added type `ApprovalFlowStatus` | ||
- added type `ApprovalFlowUpdate` | ||
- added type `ApprovalFlowUpdateAction` | ||
- added type `ApprovalRule` | ||
- added type `ApprovalRuleDraft` | ||
- added type `ApprovalRuleSetApproversAction` | ||
- added type `ApprovalRuleSetDescriptionAction` | ||
- added type `ApprovalRuleSetKeyAction` | ||
- added type `ApprovalRuleSetNameAction` | ||
- added type `ApprovalRuleSetPredicateAction` | ||
- added type `ApprovalRuleSetRequestersAction` | ||
- added type `ApprovalRuleSetStatusAction` | ||
- added type `ApprovalRuleStatus` | ||
- added type `ApprovalRuleUpdate` | ||
- added type `ApprovalRuleUpdateAction` | ||
- added type `ApproverConjunction` | ||
- added type `ApproverConjunctionDraft` | ||
- added type `ApproverDisjunction` | ||
- added type `ApproverDisjunctionDraft` | ||
- added type `ApproverHierarchy` | ||
- added type `ApproverHierarchyDraft` | ||
- added type `RuleApprover` | ||
- added type `RuleApproverDraft` | ||
- added type `RuleRequester` | ||
- added type `RuleRequesterDraft` | ||
- added type `ApprovalFlowApprovedMessage` | ||
- added type `ApprovalFlowCompletedMessage` | ||
- added type `ApprovalFlowCreatedMessage` | ||
- added type `ApprovalFlowRejectedMessage` | ||
- added type `ApprovalRuleApproversSetMessage` | ||
- added type `ApprovalRuleCreatedMessage` | ||
- added type `ApprovalRuleDescriptionSetMessage` | ||
- added type `ApprovalRuleKeySetMessage` | ||
- added type `ApprovalRuleNameSetMessage` | ||
- added type `ApprovalRulePredicateSetMessage` | ||
- added type `ApprovalRuleRequestersSetMessage` | ||
- added type `ApprovalRuleStatusSetMessage` | ||
- added type `BusinessUnitAddressCustomFieldAddedMessage` | ||
- added type `BusinessUnitAddressCustomFieldChangedMessage` | ||
- added type `BusinessUnitAddressCustomFieldRemovedMessage` | ||
- added type `BusinessUnitAddressCustomTypeRemovedMessage` | ||
- added type `BusinessUnitAddressCustomTypeSetMessage` | ||
- added type `BusinessUnitCustomFieldAddedMessage` | ||
- added type `BusinessUnitCustomFieldChangedMessage` | ||
- added type `BusinessUnitCustomFieldRemovedMessage` | ||
- added type `BusinessUnitCustomTypeRemovedMessage` | ||
- added type `BusinessUnitCustomTypeSetMessage` | ||
- added type `CustomerAddressCustomFieldAddedMessage` | ||
- added type `CustomerAddressCustomFieldChangedMessage` | ||
- added type `CustomerAddressCustomFieldRemovedMessage` | ||
- added type `CustomerAddressCustomTypeRemovedMessage` | ||
- added type `CustomerAddressCustomTypeSetMessage` | ||
- added type `CustomerCustomFieldAddedMessage` | ||
- added type `CustomerCustomFieldChangedMessage` | ||
- added type `CustomerCustomFieldRemovedMessage` | ||
- added type `CustomerCustomTypeRemovedMessage` | ||
- added type `CustomerCustomTypeSetMessage` | ||
- added type `CustomerGroupCustomFieldAddedMessage` | ||
- added type `CustomerGroupCustomFieldChangedMessage` | ||
- added type `CustomerGroupCustomFieldRemovedMessage` | ||
- added type `CustomerGroupCustomTypeRemovedMessage` | ||
- added type `CustomerGroupCustomTypeSetMessage` | ||
- added type `ApprovalFlowApprovedMessagePayload` | ||
- added type `ApprovalFlowCompletedMessagePayload` | ||
- added type `ApprovalFlowCreatedMessagePayload` | ||
- added type `ApprovalFlowRejectedMessagePayload` | ||
- added type `ApprovalRuleApproversSetMessagePayload` | ||
- added type `ApprovalRuleCreatedMessagePayload` | ||
- added type `ApprovalRuleDescriptionSetMessagePayload` | ||
- added type `ApprovalRuleKeySetMessagePayload` | ||
- added type `ApprovalRuleNameSetMessagePayload` | ||
- added type `ApprovalRulePredicateSetMessagePayload` | ||
- added type `ApprovalRuleRequestersSetMessagePayload` | ||
- added type `ApprovalRuleStatusSetMessagePayload` | ||
- added type `BusinessUnitAddressCustomFieldAddedMessagePayload` | ||
- added type `BusinessUnitAddressCustomFieldChangedMessagePayload` | ||
- added type `BusinessUnitAddressCustomFieldRemovedMessagePayload` | ||
- added type `BusinessUnitAddressCustomTypeRemovedMessagePayload` | ||
- added type `BusinessUnitAddressCustomTypeSetMessagePayload` | ||
- added type `BusinessUnitCustomFieldAddedMessagePayload` | ||
- added type `BusinessUnitCustomFieldChangedMessagePayload` | ||
- added type `BusinessUnitCustomFieldRemovedMessagePayload` | ||
- added type `BusinessUnitCustomTypeRemovedMessagePayload` | ||
- added type `BusinessUnitCustomTypeSetMessagePayload` | ||
- added type `CustomerAddressCustomFieldAddedMessagePayload` | ||
- added type `CustomerAddressCustomFieldChangedMessagePayload` | ||
- added type `CustomerAddressCustomFieldRemovedMessagePayload` | ||
- added type `CustomerAddressCustomTypeRemovedMessagePayload` | ||
- added type `CustomerAddressCustomTypeSetMessagePayload` | ||
- added type `CustomerCustomFieldAddedMessagePayload` | ||
- added type `CustomerCustomFieldChangedMessagePayload` | ||
- added type `CustomerCustomFieldRemovedMessagePayload` | ||
- added type `CustomerCustomTypeRemovedMessagePayload` | ||
- added type `CustomerCustomTypeSetMessagePayload` | ||
- added type `CustomerGroupCustomFieldAddedMessagePayload` | ||
- added type `CustomerGroupCustomFieldChangedMessagePayload` | ||
- added type `CustomerGroupCustomFieldRemovedMessagePayload` | ||
- added type `CustomerGroupCustomTypeRemovedMessagePayload` | ||
- added type `CustomerGroupCustomTypeSetMessagePayload` | ||
</details> | ||
|
||
**History changes** | ||
|
||
<details> | ||
<summary>Added Property(s)</summary> | ||
|
||
- added property `businessUnit` to type `Record` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added QueryParameter(s)</summary> | ||
|
||
- added query parameter `businessUnit` to method `get /{projectKey}` | ||
- added query parameter `businessUnit` to method `get /{projectKey}/{resourceType}` | ||
- added query parameter `businessUnit` to method `get /{projectKey}/{resourceType}/{ID}` | ||
- added property `custom` to type `StagedOrderAddParcelToDeliveryAction` | ||
- added property `custom` to type `OrderAddParcelToDeliveryAction` | ||
</details> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters