zernio-sdk 0.0.828 → 0.0.829

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a899ee77a7c1f7602ebdf10a4fb81acee764ccef52e2737aece1eba1d9a6aaf6
4
- data.tar.gz: 4df99f1c4be40c35a83545c0effb6db9a03d447d33592884fc9601f4ead4a852
3
+ metadata.gz: e928adf661198cd11d538892669a1091a9a6446c4f9ec8dbf863ea38be997258
4
+ data.tar.gz: 6428f93dc05fa0caf91c561c9f3a19600421dd464d6dca11a3cedc1ba7c4d15b
5
5
  SHA512:
6
- metadata.gz: 0e84260ac6503cb4e60ec9f2977508b973f9203ffd21cbb9fc5555119deaf11817a0027e41f2d5bb129cc799d7c1db25b6fc973764e5377f51c92e49e36cc2bf
7
- data.tar.gz: b7fc5feaaef38a44e9590de8eff38a0ad9c776ea2e79ec9c96f6e8bdbd9fc5e9c5b27701d140e1b9b7520d8a3f0c1054127895e4d49ac61e9b29f3c63c805aaf
6
+ metadata.gz: b0ea149f56866e68e3a1dbd73ed9fe948b009662ad8a09ba209cf898a77e86b4d4595366516878fb1fc60574cc311e11796c2b5512540e4489b01964fd2dc6c7
7
+ data.tar.gz: a141593090f2ec584a2c2f139ef6cf803bfd81a5b55171d1c4667173f4f6d9d7d348b066b11c5413362541593f7aa52544d1bb547e95aff2449ce84fd4a2ca2c
data/docs/AccountsApi.md CHANGED
@@ -26,7 +26,7 @@ All URIs are relative to *https://zernio.com/api*
26
26
 
27
27
  Disconnect account
28
28
 
29
- Disconnects and removes a connected social account.
29
+ Disconnects and removes a connected social account. Repeating the call for an account already disconnected returns 404, the account stays in its 1h grace window and the disconnect is not re-run.
30
30
 
31
31
  ### Examples
32
32
 
@@ -20,7 +20,7 @@ module Zernio
20
20
  @api_client = api_client
21
21
  end
22
22
  # Disconnect account
23
- # Disconnects and removes a connected social account.
23
+ # Disconnects and removes a connected social account. Repeating the call for an account already disconnected returns 404, the account stays in its 1h grace window and the disconnect is not re-run.
24
24
  # @param account_id [String]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [DeleteAccountGroup200Response]
@@ -30,7 +30,7 @@ module Zernio
30
30
  end
31
31
 
32
32
  # Disconnect account
33
- # Disconnects and removes a connected social account.
33
+ # Disconnects and removes a connected social account. Repeating the call for an account already disconnected returns 404, the account stays in its 1h grace window and the disconnect is not re-run.
34
34
  # @param account_id [String]
35
35
  # @param [Hash] opts the optional parameters
36
36
  # @return [Array<(DeleteAccountGroup200Response, Integer, Hash)>] DeleteAccountGroup200Response data, response status code and response headers
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.828'
14
+ VERSION = '0.0.829'
15
15
  end
data/openapi.yaml CHANGED
@@ -16910,7 +16910,7 @@ paths:
16910
16910
  operationId: deleteAccount
16911
16911
  tags: [Accounts]
16912
16912
  summary: Disconnect account
16913
- description: Disconnects and removes a connected social account.
16913
+ description: 'Disconnects and removes a connected social account. Repeating the call for an account already disconnected returns 404, the account stays in its 1h grace window and the disconnect is not re-run.'
16914
16914
  parameters:
16915
16915
  - name: accountId
16916
16916
  in: path
@@ -34,7 +34,7 @@ describe 'AccountsApi' do
34
34
 
35
35
  # unit tests for delete_account
36
36
  # Disconnect account
37
- # Disconnects and removes a connected social account.
37
+ # Disconnects and removes a connected social account. Repeating the call for an account already disconnected returns 404, the account stays in its 1h grace window and the disconnect is not re-run.
38
38
  # @param account_id
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [DeleteAccountGroup200Response]