1
0
mirror of synced 2024-11-22 20:06:01 +03:00
Commit Graph

119 Commits

Author SHA1 Message Date
a05cf2cc09
Add note to SendMessageRequest 2024-06-21 14:02:54 +03:00
Alex Komarichev
be857dd1ac Add note to SendMessageRequest 2024-06-20 19:14:50 +03:00
90b90c0f8d
Add working with customer utm 2024-05-22 16:54:37 +03:00
Alex Komarichev
5aaed7ab7d Add working with customer utm 2024-05-21 20:25:44 +03:00
Chupocabra
6682b9b02c
Add working with dialog tags 2024-02-29 12:01:40 +03:00
41cb22a720
Add suggestions to ChannelSettings 2024-02-06 15:01:55 +03:00
Alex Komarichev
8892e5fe5a Phpstan fixes 2024-02-06 12:05:24 +03:00
Alex Komarichev
e14afbf773 Add suggestions to ChannelSettings 2024-02-05 19:21:42 +03:00
93924bf3b5
add limit field to MessagesRequest 2023-10-26 10:16:31 +03:00
3d7a10f7c6 update phpstan baseline 2023-10-26 10:13:42 +03:00
7dd570ffc3 add limit field to MessagesRequest 2023-10-26 09:50:02 +03:00
Ilyas Salikhov
d92b89ad37
Merge pull request #39 from retailcrm/dialog-list-since-id-filter
Filter sinceId in dialog list method
2023-08-10 19:04:04 +03:00
Ilyas Salikhov
8b9afc52af Filter sinceId in dialog list method 2023-08-10 18:57:40 +03:00
Ilyas Salikhov
d9192f963c
Merge pull request #38 from retailcrm/php-env-and-version
Php ENV and actual version
2023-08-10 18:56:49 +03:00
Ilyas Salikhov
b478dd6f25 Ability to run tests in docker 2023-08-10 18:40:29 +03:00
Ilyas Salikhov
29d6732404 Actualized PHP version in README and composer.json according to the versions in CI 2023-08-10 18:31:31 +03:00
59e9c8d3be
add quote field to the message type 2023-06-07 16:00:13 +03:00
Ruslan Efanov
e1e484e046 add field quote for message 2023-06-05 14:31:09 +03:00
516e7855a0
add note field support 2023-05-24 16:04:21 +03:00
a08a03c1c8 phpstan fix 2023-05-24 15:59:04 +03:00
016f152fef add note field support 2023-05-24 15:56:55 +03:00
max-baranikov
c024350882
Fixed url deserialization in getFileById() method (#35)
* Added tests to reproduce issue
* Fixed url deserialization in getFileById() method
2023-04-27 14:27:18 +03:00
6ec1f00df9
add limit to requests 2023-02-07 16:14:01 +03:00
Ruslan Efanov
58aa909473 add using limit in requests 2023-02-07 12:50:29 +03:00
1650ff34aa
Parse dates with and without nanoseconds 2023-01-20 13:09:15 +03:00
aac414ecd5 parse dates without nanoseconds 2023-01-20 13:06:36 +03:00
181a9703a5
fix for /chats request 2022-12-22 15:41:11 +03:00
910bf5e118
update dependencies 2022-12-22 15:40:59 +03:00
7e1ed1a241 additional fixes 2022-12-22 15:21:14 +03:00
45b1012632 update test matrix 2022-12-22 14:57:29 +03:00
2c5fe64779 update dependencies 2022-12-22 14:55:13 +03:00
0631c80ebb fix for typos 2022-12-22 14:03:10 +03:00
c931b2622c fix for /chats request 2022-12-22 13:46:12 +03:00
7a92435f9f
Add test for GET request of chats by customer_id 2022-12-07 17:03:52 +03:00
Ruslan Efanov
4b898fdc95 Add test for GET request of chats by customer_id 2022-11-16 16:19:27 +03:00
62ff2ec979
update ChatsRequest 2022-11-16 10:01:25 +03:00
6476caf9b9 fix for linter notifications 2022-11-16 09:57:29 +03:00
92a0eb0c0b update ChatsRequest 2022-11-16 09:54:56 +03:00
6fbddeb2a9
Bump guzzlehttp/guzzle from 6.5.7 to 6.5.8 2022-06-22 09:52:14 +03:00
dependabot[bot]
00a8764edb
Bump guzzlehttp/guzzle from 6.5.7 to 6.5.8
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.7 to 6.5.8.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.8/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.7...6.5.8)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 20:51:06 +00:00
c9a992bf6b
Bump guzzlehttp/guzzle from 6.5.6 to 6.5.7 2022-06-15 09:25:32 +03:00
dependabot[bot]
fff4e6d3fa
Bump guzzlehttp/guzzle from 6.5.6 to 6.5.7
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.6 to 6.5.7.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.7/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.6...6.5.7)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-10 06:40:35 +00:00
6f277f6ccd
Update guzzlehttp/guzzle to 6.5.6 2022-05-27 11:21:27 +03:00
dependabot[bot]
f56720289b
Bump guzzlehttp/guzzle from 6.5.5 to 6.5.6
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.5 to 6.5.6.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.6/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.5...6.5.6)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-25 18:14:00 +00:00
dependabot[bot]
04cd471765
Bump guzzlehttp/psr7 from 1.8.3 to 1.8.5 (#25)
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.8.3 to 1.8.5.
- [Release notes](https://github.com/guzzle/psr7/releases)
- [Changelog](https://github.com/guzzle/psr7/blob/1.8.5/CHANGELOG.md)
- [Commits](https://github.com/guzzle/psr7/compare/1.8.3...1.8.5)

---
updated-dependencies:
- dependency-name: guzzlehttp/psr7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-31 15:03:29 +03:00
tishmaria90
cb94fd8e02
Keep false values while deserializing (#24)
Co-authored-by: Maria Tyschitskaya <tyschitskaya@retailcrm.ru>
2021-12-23 14:33:44 +03:00
tishmaria90
98563e2e60
Update php version (#20) 2021-12-13 10:48:18 +03:00
max-baranikov
c6a44ea2b3
Added suggestions to MessageSendRequest (#16) 2021-10-15 13:39:36 +03:00
Opheugene
bb78a4ffb3
Add dialogUnassign method for the client (#15) 2021-09-02 11:17:59 +03:00
Alex Lushpai
84ecba8714
Update product name, cleanup annotations (#14) 2020-12-15 13:34:43 +03:00