Skip to content

Commit 1f424c3

Browse files
committed
build(codegen): updating SDK
1 parent aa4545f commit 1f424c3

1,386 files changed

Lines changed: 2424 additions & 2423 deletions

File tree

Some content is hidden

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

lib/commercetools-api/docs/RequestBuilder.md

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

lib/commercetools-api/src/Models/ApiClient/ApiClient.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface ApiClient extends JsonObject
2525
public const FIELD_REFRESH_TOKEN_VALIDITY_SECONDS = 'refreshTokenValiditySeconds';
2626

2727
/**
28-
* <p>The OAuth2 <code>client_id</code> that can be used to <a href="/../api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
28+
* <p>The OAuth2 <code>client_id</code> that can be used to <a href="/api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
2929
*
3030
3131
* @return null|string
@@ -41,7 +41,7 @@ public function getId();
4141
public function getName();
4242

4343
/**
44-
* <p>Whitespace-separated list of <a href="/../api/scopes">OAuth scopes</a> that can be used when <a href="/../api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtaining an access token</a>.</p>
44+
* <p>Whitespace-separated list of <a href="/api/scopes">OAuth scopes</a> that can be used when <a href="/api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtaining an access token</a>.</p>
4545
*
4646
4747
* @return null|string
@@ -50,15 +50,15 @@ public function getScope();
5050

5151
/**
5252
* <p>Only shown once in the response of creating the APIClient.
53-
* This is the OAuth2 <code>client_secret</code> that can be used to <a href="/../api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
53+
* This is the OAuth2 <code>client_secret</code> that can be used to <a href="/api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
5454
*
5555
5656
* @return null|string
5757
*/
5858
public function getSecret();
5959

6060
/**
61-
* <p>Date of the last day this APIClient was used to <a href="/../api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
61+
* <p>Date of the last day this APIClient was used to <a href="/api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
6262
*
6363
6464
* @return null|DateTimeImmutable

lib/commercetools-api/src/Models/ApiClient/ApiClientBuilder.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ final class ApiClientBuilder implements Builder
7676
private $refreshTokenValiditySeconds;
7777

7878
/**
79-
* <p>The OAuth2 <code>client_id</code> that can be used to <a href="/../api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
79+
* <p>The OAuth2 <code>client_id</code> that can be used to <a href="/api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
8080
*
8181
8282
* @return null|string
@@ -98,7 +98,7 @@ public function getName()
9898
}
9999

100100
/**
101-
* <p>Whitespace-separated list of <a href="/../api/scopes">OAuth scopes</a> that can be used when <a href="/../api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtaining an access token</a>.</p>
101+
* <p>Whitespace-separated list of <a href="/api/scopes">OAuth scopes</a> that can be used when <a href="/api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtaining an access token</a>.</p>
102102
*
103103
104104
* @return null|string
@@ -110,7 +110,7 @@ public function getScope()
110110

111111
/**
112112
* <p>Only shown once in the response of creating the APIClient.
113-
* This is the OAuth2 <code>client_secret</code> that can be used to <a href="/../api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
113+
* This is the OAuth2 <code>client_secret</code> that can be used to <a href="/api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
114114
*
115115
116116
* @return null|string
@@ -121,7 +121,7 @@ public function getSecret()
121121
}
122122

123123
/**
124-
* <p>Date of the last day this APIClient was used to <a href="/../api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
124+
* <p>Date of the last day this APIClient was used to <a href="/api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
125125
*
126126
127127
* @return null|DateTimeImmutable

lib/commercetools-api/src/Models/ApiClient/ApiClientDraft.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ interface ApiClientDraft extends JsonObject
2828
public function getName();
2929

3030
/**
31-
* <p>Whitespace-separated list of <a href="/../api/scopes">OAuth scopes</a> that can be used when <a href="/../api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtaining an access token</a>.</p>
31+
* <p>Whitespace-separated list of <a href="/api/scopes">OAuth scopes</a> that can be used when <a href="/api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtaining an access token</a>.</p>
3232
*
3333
3434
* @return null|string

lib/commercetools-api/src/Models/ApiClient/ApiClientDraftBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function getName()
6262
}
6363

6464
/**
65-
* <p>Whitespace-separated list of <a href="/../api/scopes">OAuth scopes</a> that can be used when <a href="/../api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtaining an access token</a>.</p>
65+
* <p>Whitespace-separated list of <a href="/api/scopes">OAuth scopes</a> that can be used when <a href="/api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtaining an access token</a>.</p>
6666
*
6767
6868
* @return null|string

lib/commercetools-api/src/Models/ApiClient/ApiClientDraftModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function getName()
8888
}
8989

9090
/**
91-
* <p>Whitespace-separated list of <a href="/../api/scopes">OAuth scopes</a> that can be used when <a href="/../api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtaining an access token</a>.</p>
91+
* <p>Whitespace-separated list of <a href="/api/scopes">OAuth scopes</a> that can be used when <a href="/api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtaining an access token</a>.</p>
9292
*
9393
*
9494
* @return null|string

lib/commercetools-api/src/Models/ApiClient/ApiClientModel.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function __construct(
101101
}
102102

103103
/**
104-
* <p>The OAuth2 <code>client_id</code> that can be used to <a href="/../api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
104+
* <p>The OAuth2 <code>client_id</code> that can be used to <a href="/api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
105105
*
106106
*
107107
* @return null|string
@@ -141,7 +141,7 @@ public function getName()
141141
}
142142

143143
/**
144-
* <p>Whitespace-separated list of <a href="/../api/scopes">OAuth scopes</a> that can be used when <a href="/../api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtaining an access token</a>.</p>
144+
* <p>Whitespace-separated list of <a href="/api/scopes">OAuth scopes</a> that can be used when <a href="/api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtaining an access token</a>.</p>
145145
*
146146
*
147147
* @return null|string
@@ -162,7 +162,7 @@ public function getScope()
162162

163163
/**
164164
* <p>Only shown once in the response of creating the APIClient.
165-
* This is the OAuth2 <code>client_secret</code> that can be used to <a href="/../api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
165+
* This is the OAuth2 <code>client_secret</code> that can be used to <a href="/api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
166166
*
167167
*
168168
* @return null|string
@@ -182,7 +182,7 @@ public function getSecret()
182182
}
183183

184184
/**
185-
* <p>Date of the last day this APIClient was used to <a href="/../api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
185+
* <p>Date of the last day this APIClient was used to <a href="/api/authorization#request-an-access-token-using-the-internal-oauth-20-service">obtain an access token</a>.</p>
186186
*
187187
*
188188
* @return null|DateTimeImmutable

lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponse.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ interface ApiClientPagedQueryResponse extends JsonObject
2020
public const FIELD_RESULTS = 'results';
2121

2222
/**
23-
* <p>Number of <a href="/../api/general-concepts#limit">results requested</a>.</p>
23+
* <p>Number of <a href="/api/general-concepts#limit">results requested</a>.</p>
2424
*
2525
2626
* @return null|int
2727
*/
2828
public function getLimit();
2929

3030
/**
31-
* <p>Number of <a href="/../api/general-concepts#offset">elements skipped</a>.</p>
31+
* <p>Number of <a href="/api/general-concepts#offset">elements skipped</a>.</p>
3232
*
3333
3434
* @return null|int
@@ -45,10 +45,10 @@ public function getCount();
4545

4646
/**
4747
* <p>Total number of results matching the query.
48-
* This number is an estimation that is not <a href="/../api/general-concepts#strong-consistency">strongly consistent</a>.
48+
* This number is an estimation that is not <a href="/api/general-concepts#strong-consistency">strongly consistent</a>.
4949
* This field is returned by default.
5050
* For improved performance, calculating this field can be deactivated by using the query parameter <code>withTotal=false</code>.
51-
* When the results are filtered with a <a href="/../api/predicates/query">Query Predicate</a>, <code>total</code> is subject to a <a href="/../api/limits#queries">limit</a>.</p>
51+
* When the results are filtered with a <a href="/api/predicates/query">Query Predicate</a>, <code>total</code> is subject to a <a href="/api/limits#queries">limit</a>.</p>
5252
*
5353
5454
* @return null|int

lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseBuilder.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ final class ApiClientPagedQueryResponseBuilder implements Builder
5151
private $results;
5252

5353
/**
54-
* <p>Number of <a href="/../api/general-concepts#limit">results requested</a>.</p>
54+
* <p>Number of <a href="/api/general-concepts#limit">results requested</a>.</p>
5555
*
5656
5757
* @return null|int
@@ -62,7 +62,7 @@ public function getLimit()
6262
}
6363

6464
/**
65-
* <p>Number of <a href="/../api/general-concepts#offset">elements skipped</a>.</p>
65+
* <p>Number of <a href="/api/general-concepts#offset">elements skipped</a>.</p>
6666
*
6767
6868
* @return null|int
@@ -85,10 +85,10 @@ public function getCount()
8585

8686
/**
8787
* <p>Total number of results matching the query.
88-
* This number is an estimation that is not <a href="/../api/general-concepts#strong-consistency">strongly consistent</a>.
88+
* This number is an estimation that is not <a href="/api/general-concepts#strong-consistency">strongly consistent</a>.
8989
* This field is returned by default.
9090
* For improved performance, calculating this field can be deactivated by using the query parameter <code>withTotal=false</code>.
91-
* When the results are filtered with a <a href="/../api/predicates/query">Query Predicate</a>, <code>total</code> is subject to a <a href="/../api/limits#queries">limit</a>.</p>
91+
* When the results are filtered with a <a href="/api/predicates/query">Query Predicate</a>, <code>total</code> is subject to a <a href="/api/limits#queries">limit</a>.</p>
9292
*
9393
9494
* @return null|int

lib/commercetools-api/src/Models/ApiClient/ApiClientPagedQueryResponseModel.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function __construct(
6868
}
6969

7070
/**
71-
* <p>Number of <a href="/../api/general-concepts#limit">results requested</a>.</p>
71+
* <p>Number of <a href="/api/general-concepts#limit">results requested</a>.</p>
7272
*
7373
*
7474
* @return null|int
@@ -88,7 +88,7 @@ public function getLimit()
8888
}
8989

9090
/**
91-
* <p>Number of <a href="/../api/general-concepts#offset">elements skipped</a>.</p>
91+
* <p>Number of <a href="/api/general-concepts#offset">elements skipped</a>.</p>
9292
*
9393
*
9494
* @return null|int
@@ -129,10 +129,10 @@ public function getCount()
129129

130130
/**
131131
* <p>Total number of results matching the query.
132-
* This number is an estimation that is not <a href="/../api/general-concepts#strong-consistency">strongly consistent</a>.
132+
* This number is an estimation that is not <a href="/api/general-concepts#strong-consistency">strongly consistent</a>.
133133
* This field is returned by default.
134134
* For improved performance, calculating this field can be deactivated by using the query parameter <code>withTotal=false</code>.
135-
* When the results are filtered with a <a href="/../api/predicates/query">Query Predicate</a>, <code>total</code> is subject to a <a href="/../api/limits#queries">limit</a>.</p>
135+
* When the results are filtered with a <a href="/api/predicates/query">Query Predicate</a>, <code>total</code> is subject to a <a href="/api/limits#queries">limit</a>.</p>
136136
*
137137
*
138138
* @return null|int

0 commit comments

Comments
 (0)