Skip to content

Commit 1f5839c

Browse files
Update generated SDK (run number: 9)
1 parent c6528fa commit 1f5839c

File tree

176 files changed

+206
-1565
lines changed

Some content is hidden

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

176 files changed

+206
-1565
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# statflo-java-sdk
22

33
Statflo API
4-
- SDK version: 1.18
5-
- Build date: 2024-11-13T19:00:21.019833Z[Etc/UTC]
4+
- SDK version: STATFLO
5+
- Build date: 2024-12-05T20:48:31.566453Z[Etc/UTC]
66

77
*Automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen)*
88

@@ -46,7 +46,7 @@ Add this dependency to your project's POM:
4646
<dependency>
4747
<groupId>com.github.Statflo</groupId>
4848
<artifactId>statflo-java-sdk</artifactId>
49-
<version>1.18</version>
49+
<version>STATFLO</version>
5050
</dependency>
5151
```
5252

@@ -66,7 +66,7 @@ Add this dependency to your project's build file:
6666

6767
```groovy
6868
dependencies {
69-
implementation 'com.github.Statflo:statflo-java-sdk:1.18'
69+
implementation 'com.github.Statflo:statflo-java-sdk:STATFLO'
7070
}
7171
```
7272

@@ -80,7 +80,7 @@ mvn clean package
8080

8181
Then manually install the following JARs:
8282

83-
* `target/statflo-java-sdk-1.18.jar`
83+
* `target/statflo-java-sdk-STATFLO.jar`
8484
* `target/lib/*.jar`
8585

8686
## Getting Started
@@ -187,8 +187,6 @@ Class | Method | HTTP request | Description
187187
*ContactsApi* | [**contactGet**](docs/ContactsApi.md#contactGet) | **GET** /v4/api/contact/{id} |
188188
*ContactsApi* | [**contactSearch**](docs/ContactsApi.md#contactSearch) | **GET** /v4/api/contact |
189189
*ContactsApi* | [**contactUpdate**](docs/ContactsApi.md#contactUpdate) | **PUT** /v4/api/contact/{id} |
190-
*ContactsApi* | [**contactsGet**](docs/ContactsApi.md#contactsGet) | **GET** /v4/api/contacts/{id} |
191-
*ContactsApi* | [**contactsSearch**](docs/ContactsApi.md#contactsSearch) | **GET** /v4/api/contacts |
192190
*DealersApi* | [**dealerGet**](docs/DealersApi.md#dealerGet) | **GET** /v4/api/dealer/{id} |
193191
*DealersApi* | [**dealerSearch**](docs/DealersApi.md#dealerSearch) | **GET** /v4/api/dealer |
194192
*DistrictsApi* | [**districtCreate**](docs/DistrictsApi.md#districtCreate) | **POST** /v4/api/district |
@@ -198,8 +196,6 @@ Class | Method | HTTP request | Description
198196
*DistrictsApi* | [**districtUpdate**](docs/DistrictsApi.md#districtUpdate) | **PUT** /v4/api/district/{id} |
199197
*LocationsApi* | [**locationGet**](docs/LocationsApi.md#locationGet) | **GET** /v4/api/location/{id} |
200198
*LocationsApi* | [**locationSearch**](docs/LocationsApi.md#locationSearch) | **GET** /v4/api/location |
201-
*LocationsApi* | [**outletGet**](docs/LocationsApi.md#outletGet) | **GET** /v4/api/outlet/{id} |
202-
*LocationsApi* | [**outletSearch**](docs/LocationsApi.md#outletSearch) | **GET** /v4/api/outlet |
203199
*MessageTemplateAssignmentsApi* | [**messageTemplateAssignmentCreate**](docs/MessageTemplateAssignmentsApi.md#messageTemplateAssignmentCreate) | **POST** /v4/api/message-template-assignment |
204200
*MessageTemplateAssignmentsApi* | [**messageTemplateAssignmentDelete**](docs/MessageTemplateAssignmentsApi.md#messageTemplateAssignmentDelete) | **DELETE** /v4/api/message-template-assignment/{id} |
205201
*MessageTemplateAssignmentsApi* | [**messageTemplateAssignmentGet**](docs/MessageTemplateAssignmentsApi.md#messageTemplateAssignmentGet) | **GET** /v4/api/message-template-assignment/{id} |
@@ -210,11 +206,8 @@ Class | Method | HTTP request | Description
210206
*MessageTemplatesApi* | [**messageTemplateGet**](docs/MessageTemplatesApi.md#messageTemplateGet) | **GET** /v4/api/message-template/{id} |
211207
*MessageTemplatesApi* | [**messageTemplateSearch**](docs/MessageTemplatesApi.md#messageTemplateSearch) | **GET** /v4/api/message-template |
212208
*MessageTemplatesApi* | [**messageTemplateUpdate**](docs/MessageTemplatesApi.md#messageTemplateUpdate) | **PUT** /v4/api/message-template/{id} |
213-
*NotepadsApi* | [**crmMessageCreate**](docs/NotepadsApi.md#crmMessageCreate) | **POST** /v4/api/crm/message |
214-
*NotepadsApi* | [**crmMessageGetLatest**](docs/NotepadsApi.md#crmMessageGetLatest) | **GET** /v4/api/crm/message/notepad/latest/{accountId} |
215209
*NotepadsApi* | [**notepadCreate**](docs/NotepadsApi.md#notepadCreate) | **POST** /v4/api/notepad |
216210
*NotepadsApi* | [**notepadGet**](docs/NotepadsApi.md#notepadGet) | **GET** /v4/api/notepad/{id} |
217-
*NotepadsApi* | [**notepadGetLatest**](docs/NotepadsApi.md#notepadGetLatest) | **GET** /v4/api/notepad/latest/{accountId} |
218211
*NotepadsApi* | [**notepadSearch**](docs/NotepadsApi.md#notepadSearch) | **GET** /v4/api/notepad |
219212
*NotepadsApi* | [**notepadUpdate**](docs/NotepadsApi.md#notepadUpdate) | **PUT** /v4/api/notepad/{id} |
220213
*RegionsApi* | [**regionCreate**](docs/RegionsApi.md#regionCreate) | **POST** /v4/api/region |

docs/Contact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
1313
**province** | **String** | |
1414
**country** | **String** | |
1515
**zipCode** | **String** | |
16-
**phoneNumber** | **String** | |
16+
**phoneNumber** | **String** | | [optional]
1717
**phoneExtension** | **String** | | [optional]
1818
**email** | **String** | | [optional]
1919
**primaryContact** | **Boolean** | | [optional]

docs/ContactCreate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
1313
**province** | **String** | |
1414
**country** | **String** | |
1515
**zipCode** | **String** | |
16-
**phoneNumber** | **String** | | [optional]
16+
**phoneNumber** | **String** | |
1717
**phoneExtension** | **String** | | [optional]
1818
**email** | **String** | | [optional]
1919
**primaryContact** | **Boolean** | | [optional]

docs/ContactSummary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
1313
**province** | **String** | |
1414
**country** | **String** | |
1515
**zipCode** | **String** | |
16-
**phoneNumber** | **String** | |
16+
**phoneNumber** | **String** | | [optional]
1717
**phoneExtension** | **String** | | [optional]
1818
**email** | **String** | | [optional]
1919
**primaryContact** | **Boolean** | | [optional]

docs/ContactUpdate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
1313
**province** | **String** | |
1414
**country** | **String** | |
1515
**zipCode** | **String** | |
16-
**phoneNumber** | **String** | | [optional]
16+
**phoneNumber** | **String** | |
1717
**phoneExtension** | **String** | | [optional]
1818
**email** | **String** | | [optional]
1919
**primaryContact** | **Boolean** | | [optional]

docs/ContactsApi.md

Lines changed: 0 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Method | HTTP request | Description
99
[**contactGet**](ContactsApi.md#contactGet) | **GET** /v4/api/contact/{id} |
1010
[**contactSearch**](ContactsApi.md#contactSearch) | **GET** /v4/api/contact |
1111
[**contactUpdate**](ContactsApi.md#contactUpdate) | **PUT** /v4/api/contact/{id} |
12-
[**contactsGet**](ContactsApi.md#contactsGet) | **GET** /v4/api/contacts/{id} |
13-
[**contactsSearch**](ContactsApi.md#contactsSearch) | **GET** /v4/api/contacts |
1412

1513
<a name="contactCreate"></a>
1614
# **contactCreate**
@@ -271,111 +269,3 @@ Name | Type | Description | Notes
271269
- **Content-Type**: application/json
272270
- **Accept**: application/json
273271

274-
<a name="contactsGet"></a>
275-
# **contactsGet**
276-
> Contact contactsGet(id)
277-
278-
279-
280-
Retrieve a contact.
281-
282-
### Example
283-
```java
284-
// Import classes:
285-
//import com.statflo.client.ApiClient;
286-
//import com.statflo.client.ApiException;
287-
//import com.statflo.client.Configuration;
288-
//import com.statflo.client.auth.*;
289-
//import com.statflo.client.api.ContactsApi;
290-
291-
ApiClient defaultClient = Configuration.getDefaultApiClient();
292-
293-
294-
ContactsApi apiInstance = new ContactsApi();
295-
String id = "id_example"; // String |
296-
try {
297-
Contact result = apiInstance.contactsGet(id);
298-
System.out.println(result);
299-
} catch (ApiException e) {
300-
System.err.println("Exception when calling ContactsApi#contactsGet");
301-
e.printStackTrace();
302-
}
303-
```
304-
305-
### Parameters
306-
307-
Name | Type | Description | Notes
308-
------------- | ------------- | ------------- | -------------
309-
**id** | **String**| |
310-
311-
### Return type
312-
313-
[**Contact**](Contact.md)
314-
315-
### Authorization
316-
317-
[Bearer](../README.md#Bearer)
318-
319-
### HTTP request headers
320-
321-
- **Content-Type**: Not defined
322-
- **Accept**: application/json
323-
324-
<a name="contactsSearch"></a>
325-
# **contactsSearch**
326-
> ContactPaginationResponse contactsSearch(filter, query, page, perPage, sort)
327-
328-
329-
330-
Search contacts.
331-
332-
### Example
333-
```java
334-
// Import classes:
335-
//import com.statflo.client.ApiClient;
336-
//import com.statflo.client.ApiException;
337-
//import com.statflo.client.Configuration;
338-
//import com.statflo.client.auth.*;
339-
//import com.statflo.client.api.ContactsApi;
340-
341-
ApiClient defaultClient = Configuration.getDefaultApiClient();
342-
343-
344-
ContactsApi apiInstance = new ContactsApi();
345-
java.util.HashMap filter = new java.util.HashMap(); // java.util.HashMap |
346-
String query = "query_example"; // String |
347-
Integer page = 56; // Integer |
348-
Integer perPage = 56; // Integer |
349-
String sort = "sort_example"; // String |
350-
try {
351-
ContactPaginationResponse result = apiInstance.contactsSearch(filter, query, page, perPage, sort);
352-
System.out.println(result);
353-
} catch (ApiException e) {
354-
System.err.println("Exception when calling ContactsApi#contactsSearch");
355-
e.printStackTrace();
356-
}
357-
```
358-
359-
### Parameters
360-
361-
Name | Type | Description | Notes
362-
------------- | ------------- | ------------- | -------------
363-
**filter** | [**java.util.HashMap**](.md)| | [optional]
364-
**query** | **String**| | [optional]
365-
**page** | **Integer**| | [optional]
366-
**perPage** | **Integer**| | [optional]
367-
**sort** | **String**| | [optional]
368-
369-
### Return type
370-
371-
[**ContactPaginationResponse**](ContactPaginationResponse.md)
372-
373-
### Authorization
374-
375-
[Bearer](../README.md#Bearer)
376-
377-
### HTTP request headers
378-
379-
- **Content-Type**: Not defined
380-
- **Accept**: application/json
381-

docs/LocationsApi.md

Lines changed: 0 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Method | HTTP request | Description
66
------------- | ------------- | -------------
77
[**locationGet**](LocationsApi.md#locationGet) | **GET** /v4/api/location/{id} |
88
[**locationSearch**](LocationsApi.md#locationSearch) | **GET** /v4/api/location |
9-
[**outletGet**](LocationsApi.md#outletGet) | **GET** /v4/api/outlet/{id} |
10-
[**outletSearch**](LocationsApi.md#outletSearch) | **GET** /v4/api/outlet |
119

1210
<a name="locationGet"></a>
1311
# **locationGet**
@@ -117,111 +115,3 @@ Name | Type | Description | Notes
117115
- **Content-Type**: Not defined
118116
- **Accept**: application/json
119117

120-
<a name="outletGet"></a>
121-
# **outletGet**
122-
> Location outletGet(id)
123-
124-
125-
126-
Retrieve a location.
127-
128-
### Example
129-
```java
130-
// Import classes:
131-
//import com.statflo.client.ApiClient;
132-
//import com.statflo.client.ApiException;
133-
//import com.statflo.client.Configuration;
134-
//import com.statflo.client.auth.*;
135-
//import com.statflo.client.api.LocationsApi;
136-
137-
ApiClient defaultClient = Configuration.getDefaultApiClient();
138-
139-
140-
LocationsApi apiInstance = new LocationsApi();
141-
String id = "id_example"; // String |
142-
try {
143-
Location result = apiInstance.outletGet(id);
144-
System.out.println(result);
145-
} catch (ApiException e) {
146-
System.err.println("Exception when calling LocationsApi#outletGet");
147-
e.printStackTrace();
148-
}
149-
```
150-
151-
### Parameters
152-
153-
Name | Type | Description | Notes
154-
------------- | ------------- | ------------- | -------------
155-
**id** | **String**| |
156-
157-
### Return type
158-
159-
[**Location**](Location.md)
160-
161-
### Authorization
162-
163-
[Bearer](../README.md#Bearer)
164-
165-
### HTTP request headers
166-
167-
- **Content-Type**: Not defined
168-
- **Accept**: application/json
169-
170-
<a name="outletSearch"></a>
171-
# **outletSearch**
172-
> LocationPaginationResponse outletSearch(filter, query, page, perPage, sort)
173-
174-
175-
176-
Search locations.
177-
178-
### Example
179-
```java
180-
// Import classes:
181-
//import com.statflo.client.ApiClient;
182-
//import com.statflo.client.ApiException;
183-
//import com.statflo.client.Configuration;
184-
//import com.statflo.client.auth.*;
185-
//import com.statflo.client.api.LocationsApi;
186-
187-
ApiClient defaultClient = Configuration.getDefaultApiClient();
188-
189-
190-
LocationsApi apiInstance = new LocationsApi();
191-
java.util.HashMap filter = new java.util.HashMap(); // java.util.HashMap |
192-
String query = "query_example"; // String |
193-
Integer page = 56; // Integer |
194-
Integer perPage = 56; // Integer |
195-
String sort = "sort_example"; // String |
196-
try {
197-
LocationPaginationResponse result = apiInstance.outletSearch(filter, query, page, perPage, sort);
198-
System.out.println(result);
199-
} catch (ApiException e) {
200-
System.err.println("Exception when calling LocationsApi#outletSearch");
201-
e.printStackTrace();
202-
}
203-
```
204-
205-
### Parameters
206-
207-
Name | Type | Description | Notes
208-
------------- | ------------- | ------------- | -------------
209-
**filter** | [**java.util.HashMap**](.md)| | [optional]
210-
**query** | **String**| | [optional]
211-
**page** | **Integer**| | [optional]
212-
**perPage** | **Integer**| | [optional]
213-
**sort** | **String**| | [optional]
214-
215-
### Return type
216-
217-
[**LocationPaginationResponse**](LocationPaginationResponse.md)
218-
219-
### Authorization
220-
221-
[Bearer](../README.md#Bearer)
222-
223-
### HTTP request headers
224-
225-
- **Content-Type**: Not defined
226-
- **Accept**: application/json
227-

docs/MessageTemplate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010
**language** | **String** | | [optional]
1111
**metadata** | **Object** | | [optional]
1212
**template** | **Object** | | [optional]
13-
**callListId** | **Integer** | | [optional]
13+
**campaign** | [**CampaignSummary**](CampaignSummary.md) | | [optional]
1414
**priority** | **Integer** | | [optional]
1515
**dateDeleted** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional]
1616
**messageTemplateAssignments** | [**List&lt;MessageTemplateAssignment&gt;**](MessageTemplateAssignment.md) | | [optional]

docs/MessageTemplateCreate.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Name | Type | Description | Notes
88
**language** | [**LanguageEnum**](#LanguageEnum) | | [optional]
99
**metadata** | **Object** | | [optional]
1010
**template** | **Object** | |
11-
**callListId** | **Integer** | | [optional]
1211
**priority** | **Integer** | | [optional]
1312
**dateDeleted** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional]
1413

docs/MessageTemplateSummary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010
**language** | **String** | | [optional]
1111
**metadata** | **Object** | | [optional]
1212
**template** | **Object** | | [optional]
13-
**callListId** | **Integer** | | [optional]
13+
**campaign** | [**CampaignSummary**](CampaignSummary.md) | | [optional]
1414
**priority** | **Integer** | | [optional]
1515
**dateDeleted** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional]
1616
**messageTemplateAssignments** | [**List&lt;MessageTemplateAssignment&gt;**](MessageTemplateAssignment.md) | | [optional]

0 commit comments

Comments
 (0)