Skip to content

Commit cd61bf5

Browse files
committed
Update node SDK from OpenAPI Generator
1 parent 643e7f8 commit cd61bf5

296 files changed

Lines changed: 24044 additions & 1394 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.

.openapi-generator/FILES

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

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.14.0
1+
7.16.0

docs/AnnuaireApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let apiInstance = new HelloAssoApi.AnnuaireApi();
3030
let opts = {
3131
'pageSize': 20, // Number | The number of items per page
3232
'continuationToken': "continuationToken_example", // String | Continuation Token from which we wish to retrieve results
33-
'helloAssoApiV5ModelsDirectoryListFormsRequest': new HelloAssoApi.HelloAssoApiV5ModelsDirectoryListFormsRequest() // HelloAssoApiV5ModelsDirectoryListFormsRequest | Body which contains the filters to apply
33+
'helloAssoApiV5CommonModelsDirectoryListFormsRequest': new HelloAssoApi.HelloAssoApiV5CommonModelsDirectoryListFormsRequest() // HelloAssoApiV5CommonModelsDirectoryListFormsRequest | Body which contains the filters to apply
3434
};
3535
apiInstance.directoryFormsPost(opts, (error, data, response) => {
3636
if (error) {
@@ -48,7 +48,7 @@ Name | Type | Description | Notes
4848
------------- | ------------- | ------------- | -------------
4949
**pageSize** | **Number**| The number of items per page | [optional] [default to 20]
5050
**continuationToken** | **String**| Continuation Token from which we wish to retrieve results | [optional]
51-
**helloAssoApiV5ModelsDirectoryListFormsRequest** | [**HelloAssoApiV5ModelsDirectoryListFormsRequest**](HelloAssoApiV5ModelsDirectoryListFormsRequest.md)| Body which contains the filters to apply | [optional]
51+
**helloAssoApiV5CommonModelsDirectoryListFormsRequest** | [**HelloAssoApiV5CommonModelsDirectoryListFormsRequest**](HelloAssoApiV5CommonModelsDirectoryListFormsRequest.md)| Body which contains the filters to apply | [optional]
5252

5353
### Return type
5454

@@ -85,7 +85,7 @@ let apiInstance = new HelloAssoApi.AnnuaireApi();
8585
let opts = {
8686
'pageSize': 20, // Number | The number of items per page
8787
'continuationToken': "continuationToken_example", // String | Continuation Token from which we wish to retrieve results
88-
'helloAssoApiV5ModelsDirectoryListOrganizationsRequest': new HelloAssoApi.HelloAssoApiV5ModelsDirectoryListOrganizationsRequest() // HelloAssoApiV5ModelsDirectoryListOrganizationsRequest | Body which contains the filters to apply
88+
'helloAssoApiV5CommonModelsDirectoryListOrganizationsRequest': new HelloAssoApi.HelloAssoApiV5CommonModelsDirectoryListOrganizationsRequest() // HelloAssoApiV5CommonModelsDirectoryListOrganizationsRequest | Body which contains the filters to apply
8989
};
9090
apiInstance.directoryOrganizationsPost(opts, (error, data, response) => {
9191
if (error) {
@@ -103,7 +103,7 @@ Name | Type | Description | Notes
103103
------------- | ------------- | ------------- | -------------
104104
**pageSize** | **Number**| The number of items per page | [optional] [default to 20]
105105
**continuationToken** | **String**| Continuation Token from which we wish to retrieve results | [optional]
106-
**helloAssoApiV5ModelsDirectoryListOrganizationsRequest** | [**HelloAssoApiV5ModelsDirectoryListOrganizationsRequest**](HelloAssoApiV5ModelsDirectoryListOrganizationsRequest.md)| Body which contains the filters to apply | [optional]
106+
**helloAssoApiV5CommonModelsDirectoryListOrganizationsRequest** | [**HelloAssoApiV5CommonModelsDirectoryListOrganizationsRequest**](HelloAssoApiV5CommonModelsDirectoryListOrganizationsRequest.md)| Body which contains the filters to apply | [optional]
107107

108108
### Return type
109109

docs/CheckoutApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Method | HTTP request | Description
1111

1212
## organizationsOrganizationSlugCheckoutIntentsCheckoutIntentIdGet
1313

14-
> HelloAssoApiV5ModelsCartsCheckoutIntentResponse organizationsOrganizationSlugCheckoutIntentsCheckoutIntentIdGet(organizationSlug, checkoutIntentId, opts)
14+
> HelloAssoApiV5CommonModelsCartsCheckoutIntentResponse organizationsOrganizationSlugCheckoutIntentsCheckoutIntentIdGet(organizationSlug, checkoutIntentId, opts)
1515
1616
Récupérer une intention de paiement
1717

@@ -52,7 +52,7 @@ Name | Type | Description | Notes
5252

5353
### Return type
5454

55-
[**HelloAssoApiV5ModelsCartsCheckoutIntentResponse**](HelloAssoApiV5ModelsCartsCheckoutIntentResponse.md)
55+
[**HelloAssoApiV5CommonModelsCartsCheckoutIntentResponse**](HelloAssoApiV5CommonModelsCartsCheckoutIntentResponse.md)
5656

5757
### Authorization
5858

@@ -66,7 +66,7 @@ Name | Type | Description | Notes
6666

6767
## organizationsOrganizationSlugCheckoutIntentsPost
6868

69-
> HelloAssoApiV5ModelsCartsInitCheckoutResponse organizationsOrganizationSlugCheckoutIntentsPost(organizationSlug, opts)
69+
> HelloAssoApiV5CommonModelsCartsInitCheckoutResponse organizationsOrganizationSlugCheckoutIntentsPost(organizationSlug, opts)
7070
7171
Initialisation d'un Checkout
7272

@@ -84,7 +84,7 @@ OAuth2.accessToken = 'YOUR ACCESS TOKEN';
8484
let apiInstance = new HelloAssoApi.CheckoutApi();
8585
let organizationSlug = "organizationSlug_example"; // String |
8686
let opts = {
87-
'helloAssoApiV5ModelsCartsInitCheckoutBody': new HelloAssoApi.HelloAssoApiV5ModelsCartsInitCheckoutBody() // HelloAssoApiV5ModelsCartsInitCheckoutBody |
87+
'helloAssoApiV5CommonModelsCartsInitCheckoutBody': new HelloAssoApi.HelloAssoApiV5CommonModelsCartsInitCheckoutBody() // HelloAssoApiV5CommonModelsCartsInitCheckoutBody |
8888
};
8989
apiInstance.organizationsOrganizationSlugCheckoutIntentsPost(organizationSlug, opts, (error, data, response) => {
9090
if (error) {
@@ -101,11 +101,11 @@ apiInstance.organizationsOrganizationSlugCheckoutIntentsPost(organizationSlug, o
101101
Name | Type | Description | Notes
102102
------------- | ------------- | ------------- | -------------
103103
**organizationSlug** | **String**| |
104-
**helloAssoApiV5ModelsCartsInitCheckoutBody** | [**HelloAssoApiV5ModelsCartsInitCheckoutBody**](HelloAssoApiV5ModelsCartsInitCheckoutBody.md)| | [optional]
104+
**helloAssoApiV5CommonModelsCartsInitCheckoutBody** | [**HelloAssoApiV5CommonModelsCartsInitCheckoutBody**](HelloAssoApiV5CommonModelsCartsInitCheckoutBody.md)| | [optional]
105105

106106
### Return type
107107

108-
[**HelloAssoApiV5ModelsCartsInitCheckoutResponse**](HelloAssoApiV5ModelsCartsInitCheckoutResponse.md)
108+
[**HelloAssoApiV5CommonModelsCartsInitCheckoutResponse**](HelloAssoApiV5CommonModelsCartsInitCheckoutResponse.md)
109109

110110
### Authorization
111111

0 commit comments

Comments
 (0)