Skip to content

Commit aaf4e61

Browse files
author
Api (Codebuild)
committed
Look for details in API documentation's changelog
1 parent 1e13c2e commit aaf4e61

File tree

2,152 files changed

+14451
-5404
lines changed

Some content is hidden

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

2,152 files changed

+14451
-5404
lines changed

.openapi-generator/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0
1+
7.9.0

EzmaxApi/Api/ObjectApikeyApi.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#import "ApikeyCreateObjectV2Request.h"
33
#import "ApikeyCreateObjectV2Response.h"
44
#import "ApikeyEditObjectV1Request.h"
5+
#import "ApikeyEditObjectV1Response.h"
56
#import "ApikeyEditPermissionsV1Request.h"
67
#import "ApikeyEditPermissionsV1Response.h"
78
#import "ApikeyGenerateDelegatedCredentialsV1Request.h"
@@ -13,7 +14,6 @@
1314
#import "ApikeyGetSubnetsV1Response.h"
1415
#import "ApikeyRegenerateV1Request.h"
1516
#import "ApikeyRegenerateV1Response.h"
16-
#import "CommonResponse.h"
1717
#import "CommonResponseError.h"
1818
#import "HeaderAcceptLanguage.h"
1919
#import "Api.h"
@@ -61,10 +61,10 @@ extern NSInteger kObjectApikeyApiMissingParamErrorCode;
6161
/// code:404 message:"The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body",
6262
/// code:422 message:"The request was syntactically valid but failed because of an interdependance condition. Look for detail about the error in the body"
6363
///
64-
/// @return CommonResponse*
64+
/// @return ApikeyEditObjectV1Response*
6565
-(NSURLSessionTask*) apikeyEditObjectV1WithPkiApikeyID: (NSNumber*) pkiApikeyID
6666
apikeyEditObjectV1Request: (ApikeyEditObjectV1Request*) apikeyEditObjectV1Request
67-
completionHandler: (void (^)(CommonResponse* output, NSError* error)) handler;
67+
completionHandler: (void (^)(ApikeyEditObjectV1Response* output, NSError* error)) handler;
6868

6969

7070
/// Edit multiple Permissions

EzmaxApi/Api/ObjectApikeyApi.m

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#import "ApikeyCreateObjectV2Request.h"
55
#import "ApikeyCreateObjectV2Response.h"
66
#import "ApikeyEditObjectV1Request.h"
7+
#import "ApikeyEditObjectV1Response.h"
78
#import "ApikeyEditPermissionsV1Request.h"
89
#import "ApikeyEditPermissionsV1Response.h"
910
#import "ApikeyGenerateDelegatedCredentialsV1Request.h"
@@ -15,7 +16,6 @@
1516
#import "ApikeyGetSubnetsV1Response.h"
1617
#import "ApikeyRegenerateV1Request.h"
1718
#import "ApikeyRegenerateV1Response.h"
18-
#import "CommonResponse.h"
1919
#import "CommonResponseError.h"
2020
#import "HeaderAcceptLanguage.h"
2121

@@ -138,11 +138,11 @@ -(NSURLSessionTask*) apikeyCreateObjectV2WithApikeyCreateObjectV2Request: (Apike
138138
///
139139
/// @param apikeyEditObjectV1Request
140140
///
141-
/// @returns CommonResponse*
141+
/// @returns ApikeyEditObjectV1Response*
142142
///
143143
-(NSURLSessionTask*) apikeyEditObjectV1WithPkiApikeyID: (NSNumber*) pkiApikeyID
144144
apikeyEditObjectV1Request: (ApikeyEditObjectV1Request*) apikeyEditObjectV1Request
145-
completionHandler: (void (^)(CommonResponse* output, NSError* error)) handler {
145+
completionHandler: (void (^)(ApikeyEditObjectV1Response* output, NSError* error)) handler {
146146
// verify the required parameter 'pkiApikeyID' is set
147147
if (pkiApikeyID == nil) {
148148
NSParameterAssert(pkiApikeyID);
@@ -206,10 +206,10 @@ -(NSURLSessionTask*) apikeyEditObjectV1WithPkiApikeyID: (NSNumber*) pkiApikeyID
206206
authSettings: authSettings
207207
requestContentType: requestContentType
208208
responseContentType: responseContentType
209-
responseType: @"CommonResponse*"
209+
responseType: @"ApikeyEditObjectV1Response*"
210210
completionBlock: ^(id data, NSError *error) {
211211
if(handler) {
212-
handler((CommonResponse*)data, error);
212+
handler((ApikeyEditObjectV1Response*)data, error);
213213
}
214214
}];
215215
}

EzmaxApi/Api/ObjectAuthenticationexternalApi.h

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#import <Foundation/Foundation.h>
22
#import "AuthenticationexternalCreateObjectV1Request.h"
33
#import "AuthenticationexternalCreateObjectV1Response.h"
4+
#import "AuthenticationexternalDeleteObjectV1Response.h"
45
#import "AuthenticationexternalEditObjectV1Request.h"
6+
#import "AuthenticationexternalEditObjectV1Response.h"
57
#import "AuthenticationexternalGetAutocompleteV2Response.h"
68
#import "AuthenticationexternalGetListV1Response.h"
79
#import "AuthenticationexternalGetObjectV2Response.h"
8-
#import "CommonResponse.h"
10+
#import "AuthenticationexternalResetAuthorizationV1Response.h"
911
#import "CommonResponseError.h"
1012
#import "HeaderAcceptLanguage.h"
1113
#import "Api.h"
@@ -51,9 +53,9 @@ extern NSInteger kObjectAuthenticationexternalApiMissingParamErrorCode;
5153
/// code:200 message:"Successful response",
5254
/// code:404 message:"The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body"
5355
///
54-
/// @return CommonResponse*
56+
/// @return AuthenticationexternalDeleteObjectV1Response*
5557
-(NSURLSessionTask*) authenticationexternalDeleteObjectV1WithPkiAuthenticationexternalID: (NSNumber*) pkiAuthenticationexternalID
56-
completionHandler: (void (^)(CommonResponse* output, NSError* error)) handler;
58+
completionHandler: (void (^)(AuthenticationexternalDeleteObjectV1Response* output, NSError* error)) handler;
5759

5860

5961
/// Edit an existing Authenticationexternal
@@ -66,10 +68,10 @@ extern NSInteger kObjectAuthenticationexternalApiMissingParamErrorCode;
6668
/// code:404 message:"The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body",
6769
/// code:422 message:"The request was syntactically valid but failed because of an interdependance condition. Look for detail about the error in the body"
6870
///
69-
/// @return CommonResponse*
71+
/// @return AuthenticationexternalEditObjectV1Response*
7072
-(NSURLSessionTask*) authenticationexternalEditObjectV1WithPkiAuthenticationexternalID: (NSNumber*) pkiAuthenticationexternalID
7173
authenticationexternalEditObjectV1Request: (AuthenticationexternalEditObjectV1Request*) authenticationexternalEditObjectV1Request
72-
completionHandler: (void (^)(CommonResponse* output, NSError* error)) handler;
74+
completionHandler: (void (^)(AuthenticationexternalEditObjectV1Response* output, NSError* error)) handler;
7375

7476

7577
/// Retrieve Authenticationexternals and IDs
@@ -133,10 +135,10 @@ extern NSInteger kObjectAuthenticationexternalApiMissingParamErrorCode;
133135
/// code:200 message:"Successful response",
134136
/// code:422 message:"The request was syntactically valid but failed because of an interdependance condition. Look for detail about the error in the body"
135137
///
136-
/// @return CommonResponse*
138+
/// @return AuthenticationexternalResetAuthorizationV1Response*
137139
-(NSURLSessionTask*) authenticationexternalResetAuthorizationV1WithPkiAuthenticationexternalID: (NSNumber*) pkiAuthenticationexternalID
138140
body: (NSObject*) body
139-
completionHandler: (void (^)(CommonResponse* output, NSError* error)) handler;
141+
completionHandler: (void (^)(AuthenticationexternalResetAuthorizationV1Response* output, NSError* error)) handler;
140142

141143

142144

EzmaxApi/Api/ObjectAuthenticationexternalApi.m

+15-13
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
#import "ApiClient.h"
44
#import "AuthenticationexternalCreateObjectV1Request.h"
55
#import "AuthenticationexternalCreateObjectV1Response.h"
6+
#import "AuthenticationexternalDeleteObjectV1Response.h"
67
#import "AuthenticationexternalEditObjectV1Request.h"
8+
#import "AuthenticationexternalEditObjectV1Response.h"
79
#import "AuthenticationexternalGetAutocompleteV2Response.h"
810
#import "AuthenticationexternalGetListV1Response.h"
911
#import "AuthenticationexternalGetObjectV2Response.h"
10-
#import "CommonResponse.h"
12+
#import "AuthenticationexternalResetAuthorizationV1Response.h"
1113
#import "CommonResponseError.h"
1214
#import "HeaderAcceptLanguage.h"
1315

@@ -128,10 +130,10 @@ -(NSURLSessionTask*) authenticationexternalCreateObjectV1WithAuthenticationexter
128130
///
129131
/// @param pkiAuthenticationexternalID The unique ID of the Authenticationexternal
130132
///
131-
/// @returns CommonResponse*
133+
/// @returns AuthenticationexternalDeleteObjectV1Response*
132134
///
133135
-(NSURLSessionTask*) authenticationexternalDeleteObjectV1WithPkiAuthenticationexternalID: (NSNumber*) pkiAuthenticationexternalID
134-
completionHandler: (void (^)(CommonResponse* output, NSError* error)) handler {
136+
completionHandler: (void (^)(AuthenticationexternalDeleteObjectV1Response* output, NSError* error)) handler {
135137
// verify the required parameter 'pkiAuthenticationexternalID' is set
136138
if (pkiAuthenticationexternalID == nil) {
137139
NSParameterAssert(pkiAuthenticationexternalID);
@@ -183,10 +185,10 @@ -(NSURLSessionTask*) authenticationexternalDeleteObjectV1WithPkiAuthenticationex
183185
authSettings: authSettings
184186
requestContentType: requestContentType
185187
responseContentType: responseContentType
186-
responseType: @"CommonResponse*"
188+
responseType: @"AuthenticationexternalDeleteObjectV1Response*"
187189
completionBlock: ^(id data, NSError *error) {
188190
if(handler) {
189-
handler((CommonResponse*)data, error);
191+
handler((AuthenticationexternalDeleteObjectV1Response*)data, error);
190192
}
191193
}];
192194
}
@@ -198,11 +200,11 @@ -(NSURLSessionTask*) authenticationexternalDeleteObjectV1WithPkiAuthenticationex
198200
///
199201
/// @param authenticationexternalEditObjectV1Request
200202
///
201-
/// @returns CommonResponse*
203+
/// @returns AuthenticationexternalEditObjectV1Response*
202204
///
203205
-(NSURLSessionTask*) authenticationexternalEditObjectV1WithPkiAuthenticationexternalID: (NSNumber*) pkiAuthenticationexternalID
204206
authenticationexternalEditObjectV1Request: (AuthenticationexternalEditObjectV1Request*) authenticationexternalEditObjectV1Request
205-
completionHandler: (void (^)(CommonResponse* output, NSError* error)) handler {
207+
completionHandler: (void (^)(AuthenticationexternalEditObjectV1Response* output, NSError* error)) handler {
206208
// verify the required parameter 'pkiAuthenticationexternalID' is set
207209
if (pkiAuthenticationexternalID == nil) {
208210
NSParameterAssert(pkiAuthenticationexternalID);
@@ -266,10 +268,10 @@ -(NSURLSessionTask*) authenticationexternalEditObjectV1WithPkiAuthenticationexte
266268
authSettings: authSettings
267269
requestContentType: requestContentType
268270
responseContentType: responseContentType
269-
responseType: @"CommonResponse*"
271+
responseType: @"AuthenticationexternalEditObjectV1Response*"
270272
completionBlock: ^(id data, NSError *error) {
271273
if(handler) {
272-
handler((CommonResponse*)data, error);
274+
handler((AuthenticationexternalEditObjectV1Response*)data, error);
273275
}
274276
}];
275277
}
@@ -516,11 +518,11 @@ -(NSURLSessionTask*) authenticationexternalGetObjectV2WithPkiAuthenticationexter
516518
///
517519
/// @param body
518520
///
519-
/// @returns CommonResponse*
521+
/// @returns AuthenticationexternalResetAuthorizationV1Response*
520522
///
521523
-(NSURLSessionTask*) authenticationexternalResetAuthorizationV1WithPkiAuthenticationexternalID: (NSNumber*) pkiAuthenticationexternalID
522524
body: (NSObject*) body
523-
completionHandler: (void (^)(CommonResponse* output, NSError* error)) handler {
525+
completionHandler: (void (^)(AuthenticationexternalResetAuthorizationV1Response* output, NSError* error)) handler {
524526
// verify the required parameter 'pkiAuthenticationexternalID' is set
525527
if (pkiAuthenticationexternalID == nil) {
526528
NSParameterAssert(pkiAuthenticationexternalID);
@@ -584,10 +586,10 @@ -(NSURLSessionTask*) authenticationexternalResetAuthorizationV1WithPkiAuthentica
584586
authSettings: authSettings
585587
requestContentType: requestContentType
586588
responseContentType: responseContentType
587-
responseType: @"CommonResponse*"
589+
responseType: @"AuthenticationexternalResetAuthorizationV1Response*"
588590
completionBlock: ^(id data, NSError *error) {
589591
if(handler) {
590-
handler((CommonResponse*)data, error);
592+
handler((AuthenticationexternalResetAuthorizationV1Response*)data, error);
591593
}
592594
}];
593595
}

EzmaxApi/Api/ObjectBillingentityinternalApi.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#import "BillingentityinternalCreateObjectV1Request.h"
33
#import "BillingentityinternalCreateObjectV1Response.h"
44
#import "BillingentityinternalEditObjectV1Request.h"
5+
#import "BillingentityinternalEditObjectV1Response.h"
56
#import "BillingentityinternalGetAutocompleteV2Response.h"
67
#import "BillingentityinternalGetListV1Response.h"
78
#import "BillingentityinternalGetObjectV2Response.h"
8-
#import "CommonResponse.h"
99
#import "CommonResponseError.h"
1010
#import "HeaderAcceptLanguage.h"
1111
#import "Api.h"
@@ -53,10 +53,10 @@ extern NSInteger kObjectBillingentityinternalApiMissingParamErrorCode;
5353
/// code:404 message:"The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body",
5454
/// code:422 message:"The request was syntactically valid but failed because of an interdependance condition. Look for detail about the error in the body"
5555
///
56-
/// @return CommonResponse*
56+
/// @return BillingentityinternalEditObjectV1Response*
5757
-(NSURLSessionTask*) billingentityinternalEditObjectV1WithPkiBillingentityinternalID: (NSNumber*) pkiBillingentityinternalID
5858
billingentityinternalEditObjectV1Request: (BillingentityinternalEditObjectV1Request*) billingentityinternalEditObjectV1Request
59-
completionHandler: (void (^)(CommonResponse* output, NSError* error)) handler;
59+
completionHandler: (void (^)(BillingentityinternalEditObjectV1Response* output, NSError* error)) handler;
6060

6161

6262
/// Retrieve Billingentityinternals and IDs

EzmaxApi/Api/ObjectBillingentityinternalApi.m

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
#import "BillingentityinternalCreateObjectV1Request.h"
55
#import "BillingentityinternalCreateObjectV1Response.h"
66
#import "BillingentityinternalEditObjectV1Request.h"
7+
#import "BillingentityinternalEditObjectV1Response.h"
78
#import "BillingentityinternalGetAutocompleteV2Response.h"
89
#import "BillingentityinternalGetListV1Response.h"
910
#import "BillingentityinternalGetObjectV2Response.h"
10-
#import "CommonResponse.h"
1111
#import "CommonResponseError.h"
1212
#import "HeaderAcceptLanguage.h"
1313

@@ -130,11 +130,11 @@ -(NSURLSessionTask*) billingentityinternalCreateObjectV1WithBillingentityinterna
130130
///
131131
/// @param billingentityinternalEditObjectV1Request
132132
///
133-
/// @returns CommonResponse*
133+
/// @returns BillingentityinternalEditObjectV1Response*
134134
///
135135
-(NSURLSessionTask*) billingentityinternalEditObjectV1WithPkiBillingentityinternalID: (NSNumber*) pkiBillingentityinternalID
136136
billingentityinternalEditObjectV1Request: (BillingentityinternalEditObjectV1Request*) billingentityinternalEditObjectV1Request
137-
completionHandler: (void (^)(CommonResponse* output, NSError* error)) handler {
137+
completionHandler: (void (^)(BillingentityinternalEditObjectV1Response* output, NSError* error)) handler {
138138
// verify the required parameter 'pkiBillingentityinternalID' is set
139139
if (pkiBillingentityinternalID == nil) {
140140
NSParameterAssert(pkiBillingentityinternalID);
@@ -198,10 +198,10 @@ -(NSURLSessionTask*) billingentityinternalEditObjectV1WithPkiBillingentityintern
198198
authSettings: authSettings
199199
requestContentType: requestContentType
200200
responseContentType: responseContentType
201-
responseType: @"CommonResponse*"
201+
responseType: @"BillingentityinternalEditObjectV1Response*"
202202
completionBlock: ^(id data, NSError *error) {
203203
if(handler) {
204-
handler((CommonResponse*)data, error);
204+
handler((BillingentityinternalEditObjectV1Response*)data, error);
205205
}
206206
}];
207207
}

EzmaxApi/Api/ObjectBrandingApi.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#import "BrandingCreateObjectV2Request.h"
33
#import "BrandingCreateObjectV2Response.h"
44
#import "BrandingEditObjectV2Request.h"
5+
#import "BrandingEditObjectV2Response.h"
56
#import "BrandingGetAutocompleteV2Response.h"
67
#import "BrandingGetListV1Response.h"
78
#import "BrandingGetObjectV3Response.h"
8-
#import "CommonResponse.h"
99
#import "CommonResponseError.h"
1010
#import "HeaderAcceptLanguage.h"
1111
#import "Api.h"
@@ -52,10 +52,10 @@ extern NSInteger kObjectBrandingApiMissingParamErrorCode;
5252
/// code:200 message:"Successful response",
5353
/// code:404 message:"The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body"
5454
///
55-
/// @return CommonResponse*
55+
/// @return BrandingEditObjectV2Response*
5656
-(NSURLSessionTask*) brandingEditObjectV2WithPkiBrandingID: (NSNumber*) pkiBrandingID
5757
brandingEditObjectV2Request: (BrandingEditObjectV2Request*) brandingEditObjectV2Request
58-
completionHandler: (void (^)(CommonResponse* output, NSError* error)) handler;
58+
completionHandler: (void (^)(BrandingEditObjectV2Response* output, NSError* error)) handler;
5959

6060

6161
/// Retrieve Brandings and IDs

EzmaxApi/Api/ObjectBrandingApi.m

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
#import "BrandingCreateObjectV2Request.h"
55
#import "BrandingCreateObjectV2Response.h"
66
#import "BrandingEditObjectV2Request.h"
7+
#import "BrandingEditObjectV2Response.h"
78
#import "BrandingGetAutocompleteV2Response.h"
89
#import "BrandingGetListV1Response.h"
910
#import "BrandingGetObjectV3Response.h"
10-
#import "CommonResponse.h"
1111
#import "CommonResponseError.h"
1212
#import "HeaderAcceptLanguage.h"
1313

@@ -130,11 +130,11 @@ -(NSURLSessionTask*) brandingCreateObjectV2WithBrandingCreateObjectV2Request: (B
130130
///
131131
/// @param brandingEditObjectV2Request
132132
///
133-
/// @returns CommonResponse*
133+
/// @returns BrandingEditObjectV2Response*
134134
///
135135
-(NSURLSessionTask*) brandingEditObjectV2WithPkiBrandingID: (NSNumber*) pkiBrandingID
136136
brandingEditObjectV2Request: (BrandingEditObjectV2Request*) brandingEditObjectV2Request
137-
completionHandler: (void (^)(CommonResponse* output, NSError* error)) handler {
137+
completionHandler: (void (^)(BrandingEditObjectV2Response* output, NSError* error)) handler {
138138
// verify the required parameter 'pkiBrandingID' is set
139139
if (pkiBrandingID == nil) {
140140
NSParameterAssert(pkiBrandingID);
@@ -198,10 +198,10 @@ -(NSURLSessionTask*) brandingEditObjectV2WithPkiBrandingID: (NSNumber*) pkiBrand
198198
authSettings: authSettings
199199
requestContentType: requestContentType
200200
responseContentType: responseContentType
201-
responseType: @"CommonResponse*"
201+
responseType: @"BrandingEditObjectV2Response*"
202202
completionBlock: ^(id data, NSError *error) {
203203
if(handler) {
204-
handler((CommonResponse*)data, error);
204+
handler((BrandingEditObjectV2Response*)data, error);
205205
}
206206
}];
207207
}

0 commit comments

Comments
 (0)