Skip to content

Commit d3f1d5a

Browse files
AST-8-V4.0.0
1 parent 5b1fa37 commit d3f1d5a

File tree

223 files changed

+23452
-4362
lines changed

Some content is hidden

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

223 files changed

+23452
-4362
lines changed
150 KB
Binary file not shown.

.vs/sib_api_v3_sdk/v15/Server/sqlite3/db.lock

Whitespace-only changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 SendinBlue
3+
Copyright (c) 2023 SendinBlue
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

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

docs/AttributesApi.md

Lines changed: 0 additions & 287 deletions
This file was deleted.

docs/Body.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,9 @@
33

44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**Name** | **string** | Name of task |
7-
**Duration** | **long?** | Duration of task | [optional]
8-
**TaskTypeId** | **string** | Id for type of task e.g Call / Email / Meeting etc. |
9-
**Date** | **DateTime?** | Task date/time |
10-
**Notes** | **string** | Notes added to a task | [optional]
11-
**Done** | **bool?** | Task marked as done | [optional]
12-
**AssignToId** | **string** | User id to whom task is assigned | [optional]
13-
**ContactsIds** | **List<int?>** | Contact ids for contacts linked to this task | [optional]
14-
**DealsIds** | **List<string>** | Deal ids for deals a task is linked to | [optional]
15-
**CompaniesIds** | **List<string>** | Companies ids for companies a task is linked to | [optional]
16-
**Reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
6+
**Name** | **string** | Name of company |
7+
**Attributes** | **Object** | Attributes for company creation | [optional]
8+
**CountryCode** | **long?** | Country code if phone_number is passed in attributes. | [optional]
179

1810
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1911

docs/Body1.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,9 @@
33

44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**Name** | **string** | Name of task |
7-
**Duration** | **int?** | Duration of task | [optional]
8-
**TaskTypeId** | **string** | Id for type of task e.g Call / Email / Meeting etc. |
9-
**Date** | **DateTime?** | Task date/time |
10-
**Notes** | **string** | Notes added to a task | [optional]
11-
**Done** | **bool?** | Task marked as done | [optional]
12-
**AssignToId** | **string** | User id to whom task is assigned | [optional]
13-
**ContactsIds** | **List<int?>** | Contact ids for contacts linked to this task | [optional]
14-
**DealsIds** | **List<string>** | Deal ids for deals a task is linked to | [optional]
15-
**CompaniesIds** | **List<string>** | Companies ids for companies a task is linked to | [optional]
16-
**Reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
6+
**Name** | **string** | Name of company | [optional]
7+
**Attributes** | **Object** | Attributes for company update | [optional]
8+
**CountryCode** | **long?** | Country code if phone_number is passed in attributes. | [optional]
179

1810
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1911

0 commit comments

Comments
 (0)