Skip to content

Commit

Permalink
TASK: Updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Oct 11, 2023
1 parent 2021767 commit 6c8eb36
Show file tree
Hide file tree
Showing 722 changed files with 5,049 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3499,6 +3499,12 @@ type CustomerEmailToken implements Versioned {
lastModifiedBy: Initiator
}

type CustomerEmailTokenCreated implements MessagePayload {
customerId: String!
expiresAt: DateTime!
type: String!
}

type CustomerEmailVerified implements MessagePayload {
type: String!
}
Expand Down Expand Up @@ -3620,6 +3626,12 @@ type CustomerPasswordToken implements Versioned {
lastModifiedBy: Initiator
}

type CustomerPasswordTokenCreated implements MessagePayload {
customerId: String!
expiresAt: DateTime!
type: String!
}

type CustomerPasswordUpdated implements MessagePayload {
reset: Boolean!
type: String!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
import java.util.List;
import java.util.concurrent.CompletableFuture;

import com.fasterxml.jackson.core.type.TypeReference;

import io.vrap.rmf.base.client.*;
import io.vrap.rmf.base.client.utils.Generated;

Expand Down Expand Up @@ -34,6 +36,11 @@ public class ByProjectKeyApiClientsByIDDelete
implements com.commercetools.api.client.ErrorableTrait<ByProjectKeyApiClientsByIDDelete>,
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyApiClientsByIDDelete> {

public TypeReference<com.commercetools.api.models.api_client.ApiClient> resultType() {
return new TypeReference<com.commercetools.api.models.api_client.ApiClient>() {
};
}

private String projectKey;
private String ID;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
import java.util.List;
import java.util.concurrent.CompletableFuture;

import com.fasterxml.jackson.core.type.TypeReference;

import io.vrap.rmf.base.client.*;
import io.vrap.rmf.base.client.utils.Generated;

Expand Down Expand Up @@ -34,6 +36,11 @@ public class ByProjectKeyApiClientsByIDGet
implements com.commercetools.api.client.ErrorableTrait<ByProjectKeyApiClientsByIDGet>,
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyApiClientsByIDGet> {

public TypeReference<com.commercetools.api.models.api_client.ApiClient> resultType() {
return new TypeReference<com.commercetools.api.models.api_client.ApiClient>() {
};
}

private String projectKey;
private String ID;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import java.util.function.Supplier;
import java.util.stream.Collectors;

import com.fasterxml.jackson.core.type.TypeReference;

import io.vrap.rmf.base.client.*;
import io.vrap.rmf.base.client.utils.Generated;

Expand Down Expand Up @@ -42,6 +44,11 @@ public class ByProjectKeyApiClientsGet extends
com.commercetools.api.client.ErrorableTrait<ByProjectKeyApiClientsGet>,
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyApiClientsGet> {

public TypeReference<com.commercetools.api.models.api_client.ApiClientPagedQueryResponse> resultType() {
return new TypeReference<com.commercetools.api.models.api_client.ApiClientPagedQueryResponse>() {
};
}

private String projectKey;

public ByProjectKeyApiClientsGet(final ApiHttpClient apiHttpClient, String projectKey) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import java.util.function.Supplier;
import java.util.stream.Collectors;

import com.fasterxml.jackson.core.type.TypeReference;

import io.vrap.rmf.base.client.*;
import io.vrap.rmf.base.client.utils.Generated;

Expand Down Expand Up @@ -38,6 +40,11 @@ public class ByProjectKeyApiClientsPost extends
com.commercetools.api.client.Deprecatable201Trait<ByProjectKeyApiClientsPost>,
com.commercetools.api.client.ErrorableTrait<ByProjectKeyApiClientsPost> {

public TypeReference<com.commercetools.api.models.api_client.ApiClient> resultType() {
return new TypeReference<com.commercetools.api.models.api_client.ApiClient>() {
};
}

private String projectKey;

private com.commercetools.api.models.api_client.ApiClientDraft apiClientDraft;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
import java.util.function.Supplier;
import java.util.stream.Collectors;

import com.fasterxml.jackson.core.type.TypeReference;

import io.vrap.rmf.base.client.*;
import io.vrap.rmf.base.client.utils.Generated;

Expand Down Expand Up @@ -39,6 +41,11 @@ public class ByProjectKeyApiClientsPostString
com.commercetools.api.client.Deprecatable201Trait<ByProjectKeyApiClientsPostString>,
com.commercetools.api.client.ErrorableTrait<ByProjectKeyApiClientsPostString> {

public TypeReference<com.commercetools.api.models.api_client.ApiClient> resultType() {
return new TypeReference<com.commercetools.api.models.api_client.ApiClient>() {
};
}

private String projectKey;

private String apiClientDraft;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import java.util.function.Supplier;
import java.util.stream.Collectors;

import com.fasterxml.jackson.core.type.TypeReference;

import io.vrap.rmf.base.client.*;
import io.vrap.rmf.base.client.utils.Generated;

Expand Down Expand Up @@ -42,6 +44,11 @@ public class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDGet extends
com.commercetools.api.client.ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDGet>,
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDGet> {

public TypeReference<com.commercetools.api.models.business_unit.BusinessUnit> resultType() {
return new TypeReference<com.commercetools.api.models.business_unit.BusinessUnit>() {
};
}

private String projectKey;
private String associateId;
private String ID;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import java.util.function.Supplier;
import java.util.stream.Collectors;

import com.fasterxml.jackson.core.type.TypeReference;

import io.vrap.rmf.base.client.*;
import io.vrap.rmf.base.client.utils.Generated;

Expand Down Expand Up @@ -43,6 +45,11 @@ public class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDPost extends
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDPost>,
com.commercetools.api.client.ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDPost> {

public TypeReference<com.commercetools.api.models.business_unit.BusinessUnit> resultType() {
return new TypeReference<com.commercetools.api.models.business_unit.BusinessUnit>() {
};
}

private String projectKey;
private String associateId;
private String ID;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
import java.util.function.Supplier;
import java.util.stream.Collectors;

import com.fasterxml.jackson.core.type.TypeReference;

import io.vrap.rmf.base.client.*;
import io.vrap.rmf.base.client.utils.Generated;

Expand Down Expand Up @@ -44,6 +46,11 @@ public class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDPostString ext
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDPostString>,
com.commercetools.api.client.ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDPostString> {

public TypeReference<com.commercetools.api.models.business_unit.BusinessUnit> resultType() {
return new TypeReference<com.commercetools.api.models.business_unit.BusinessUnit>() {
};
}

private String projectKey;
private String associateId;
private String ID;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import java.util.function.Supplier;
import java.util.stream.Collectors;

import com.fasterxml.jackson.core.type.TypeReference;

import io.vrap.rmf.base.client.*;
import io.vrap.rmf.base.client.utils.Generated;

Expand Down Expand Up @@ -44,6 +46,11 @@ public class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet extends
com.commercetools.api.client.ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>,
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet> {

public TypeReference<com.commercetools.api.models.business_unit.BusinessUnitPagedQueryResponse> resultType() {
return new TypeReference<com.commercetools.api.models.business_unit.BusinessUnitPagedQueryResponse>() {
};
}

private String projectKey;
private String associateId;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import java.util.function.Supplier;
import java.util.stream.Collectors;

import com.fasterxml.jackson.core.type.TypeReference;

import io.vrap.rmf.base.client.*;
import io.vrap.rmf.base.client.utils.Generated;

Expand Down Expand Up @@ -42,6 +44,11 @@ public class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsKeyByKeyGet extend
com.commercetools.api.client.ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsKeyByKeyGet>,
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsKeyByKeyGet> {

public TypeReference<com.commercetools.api.models.business_unit.BusinessUnit> resultType() {
return new TypeReference<com.commercetools.api.models.business_unit.BusinessUnit>() {
};
}

private String projectKey;
private String associateId;
private String key;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import java.util.function.Supplier;
import java.util.stream.Collectors;

import com.fasterxml.jackson.core.type.TypeReference;

import io.vrap.rmf.base.client.*;
import io.vrap.rmf.base.client.utils.Generated;

Expand Down Expand Up @@ -43,6 +45,11 @@ public class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsKeyByKeyPost exten
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsKeyByKeyPost>,
com.commercetools.api.client.ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsKeyByKeyPost> {

public TypeReference<com.commercetools.api.models.business_unit.BusinessUnit> resultType() {
return new TypeReference<com.commercetools.api.models.business_unit.BusinessUnit>() {
};
}

private String projectKey;
private String associateId;
private String key;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
import java.util.function.Supplier;
import java.util.stream.Collectors;

import com.fasterxml.jackson.core.type.TypeReference;

import io.vrap.rmf.base.client.*;
import io.vrap.rmf.base.client.utils.Generated;

Expand Down Expand Up @@ -44,6 +46,11 @@ public class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsKeyByKeyPostString
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsKeyByKeyPostString>,
com.commercetools.api.client.ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsKeyByKeyPostString> {

public TypeReference<com.commercetools.api.models.business_unit.BusinessUnit> resultType() {
return new TypeReference<com.commercetools.api.models.business_unit.BusinessUnit>() {
};
}

private String projectKey;
private String associateId;
private String key;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import java.util.function.Supplier;
import java.util.stream.Collectors;

import com.fasterxml.jackson.core.type.TypeReference;

import io.vrap.rmf.base.client.*;
import io.vrap.rmf.base.client.utils.Generated;

Expand Down Expand Up @@ -40,6 +42,11 @@ public class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPost extends
com.commercetools.api.client.Deprecatable201Trait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPost>,
com.commercetools.api.client.ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPost> {

public TypeReference<com.commercetools.api.models.business_unit.BusinessUnit> resultType() {
return new TypeReference<com.commercetools.api.models.business_unit.BusinessUnit>() {
};
}

private String projectKey;
private String associateId;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
import java.util.function.Supplier;
import java.util.stream.Collectors;

import com.fasterxml.jackson.core.type.TypeReference;

import io.vrap.rmf.base.client.*;
import io.vrap.rmf.base.client.utils.Generated;

Expand Down Expand Up @@ -42,6 +44,11 @@ public class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPostString extends
com.commercetools.api.client.Deprecatable201Trait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPostString>,
com.commercetools.api.client.ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPostString> {

public TypeReference<com.commercetools.api.models.business_unit.BusinessUnit> resultType() {
return new TypeReference<com.commercetools.api.models.business_unit.BusinessUnit>() {
};
}

private String projectKey;
private String associateId;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import java.util.function.Supplier;
import java.util.stream.Collectors;

import com.fasterxml.jackson.core.type.TypeReference;

import io.vrap.rmf.base.client.*;
import io.vrap.rmf.base.client.utils.Generated;

Expand Down Expand Up @@ -43,6 +45,11 @@ public class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnit
com.commercetools.api.client.ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalFlowsByIDGet>,
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalFlowsByIDGet> {

public TypeReference<com.commercetools.api.models.approval_flow.ApprovalFlow> resultType() {
return new TypeReference<com.commercetools.api.models.approval_flow.ApprovalFlow>() {
};
}

private String projectKey;
private String associateId;
private String businessUnitKey;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import java.util.function.Supplier;
import java.util.stream.Collectors;

import com.fasterxml.jackson.core.type.TypeReference;

import io.vrap.rmf.base.client.*;
import io.vrap.rmf.base.client.utils.Generated;

Expand Down Expand Up @@ -44,6 +46,11 @@ public class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnit
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalFlowsByIDPost>,
com.commercetools.api.client.ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalFlowsByIDPost> {

public TypeReference<com.commercetools.api.models.approval_flow.ApprovalFlow> resultType() {
return new TypeReference<com.commercetools.api.models.approval_flow.ApprovalFlow>() {
};
}

private String projectKey;
private String associateId;
private String businessUnitKey;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
import java.util.function.Supplier;
import java.util.stream.Collectors;

import com.fasterxml.jackson.core.type.TypeReference;

import io.vrap.rmf.base.client.*;
import io.vrap.rmf.base.client.utils.Generated;

Expand Down Expand Up @@ -45,6 +47,11 @@ public class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnit
com.commercetools.api.client.Deprecatable200Trait<ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalFlowsByIDPostString>,
com.commercetools.api.client.ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalFlowsByIDPostString> {

public TypeReference<com.commercetools.api.models.approval_flow.ApprovalFlow> resultType() {
return new TypeReference<com.commercetools.api.models.approval_flow.ApprovalFlow>() {
};
}

private String projectKey;
private String associateId;
private String businessUnitKey;
Expand Down
Loading

0 comments on commit 6c8eb36

Please sign in to comment.