Skip to content

Commit b4179fa

Browse files
Merge pull request #12 from asaasdev/v1.0.2-1751399338599
liblab SDK update v1.0.2
2 parents 409aef5 + f5ebf46 commit b4179fa

File tree

1,754 files changed

+56017
-54646
lines changed

Some content is hidden

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

1,754 files changed

+56017
-54646
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# API Key for authentication
2+
API_KEY=

.manifest.json

Lines changed: 843 additions & 822 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 457 additions & 447 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AccountDocumentDeleteResponseDto
2+
3+
**Properties**
4+
5+
| Name | Type | Required | Description |
6+
| :------ | :------ | :------- | :----------------------------------------- |
7+
| deleted | Boolean || Indicates whether the document was removed |
8+
| id | String || Unique document identifier in Asaas |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# AccountDocumentGetResponseAccountDocumentStatus
2+
3+
Document approval status
4+
5+
**Properties**
6+
7+
| Name | Type | Required | Description |
8+
| :------- | :----- | :------- | :---------- |
9+
| NOT_SENT | String || "NOT_SENT" |
10+
| PENDING | String || "PENDING" |
11+
| APPROVED | String || "APPROVED" |
12+
| REJECTED | String || "REJECTED" |
13+
14+
<!-- This file was generated by liblab | https://liblab.com/ -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AccountDocumentGetResponseDto
2+
3+
**Properties**
4+
5+
| Name | Type | Required | Description |
6+
| :----- | :---------------------------------------------- | :------- | :---------------------------------- |
7+
| id | String || Unique document identifier in Asaas |
8+
| status | AccountDocumentGetResponseAccountDocumentStatus || Document approval status |
9+
10+
<!-- This file was generated by liblab | https://liblab.com/ -->
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AccountDocumentGroupResponseAccountDocumentStatus
2+
3+
Document group status
4+
5+
**Properties**
6+
7+
| Name | Type | Required | Description |
8+
| :------- | :----- | :------- | :---------- |
9+
| NOT_SENT | String || "NOT_SENT" |
10+
| PENDING | String || "PENDING" |
11+
| APPROVED | String || "APPROVED" |
12+
| REJECTED | String || "REJECTED" |
13+
| IGNORED | String || "IGNORED" |
14+
15+
<!-- This file was generated by liblab | https://liblab.com/ -->
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AccountDocumentGroupResponseAccountDocumentType
2+
3+
Type of documents
4+
5+
**Properties**
6+
7+
| Name | Type | Required | Description |
8+
| :----------------------- | :----- | :------- | :------------------------- |
9+
| IDENTIFICATION | String || "IDENTIFICATION" |
10+
| SOCIAL_CONTRACT | String || "SOCIAL_CONTRACT" |
11+
| ENTREPRENEUR_REQUIREMENT | String || "ENTREPRENEUR_REQUIREMENT" |
12+
| MINUTES_OF_ELECTION | String || "MINUTES_OF_ELECTION" |
13+
| CUSTOM | String || "CUSTOM" |
14+
15+
<!-- This file was generated by liblab | https://liblab.com/ -->
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# AccountDocumentGroupResponseDto
2+
3+
List of objects
4+
5+
**Properties**
6+
7+
| Name | Type | Required | Description |
8+
| :-------------------------- | :------------------------------------------------ | :------- | :---------------------------------------------------------------------- |
9+
| id | String || Unique document group identifier in Asaas |
10+
| status | AccountDocumentGroupResponseAccountDocumentStatus || Document group status |
11+
| type | AccountDocumentGroupResponseAccountDocumentType || Type of documents |
12+
| title | String || Document group title |
13+
| description | String || Description |
14+
| responsible | AccountDocumentResponsibleResponseDto || Who is responsible for sending these documents |
15+
| onboardingUrl | String || URL for sending documents |
16+
| onboardingUrlExpirationDate | String || Expiration date of the URL for sending documents |
17+
| documents | List\<AccountDocumentGetResponseDto\> || Documents that have already been sent with their respective identifiers |
18+
19+
<!-- This file was generated by liblab | https://liblab.com/ -->
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# AccountDocumentResponsibleResponseAccountDocumentResponsibleType
2+
3+
Responsible type
4+
5+
**Properties**
6+
7+
| Name | Type | Required | Description |
8+
| :----------------------------------- | :----- | :------- | :------------------------------------- |
9+
| ALLOW_BANK_ACCOUNT_DEPOSIT_STATEMENT | String || "ALLOW_BANK_ACCOUNT_DEPOSIT_STATEMENT" |
10+
| ASAAS_ACCOUNT_OWNER_EMANCIPATION_AGE | String || "ASAAS_ACCOUNT_OWNER_EMANCIPATION_AGE" |
11+
| ASAAS_ACCOUNT_OWNER | String || "ASAAS_ACCOUNT_OWNER" |
12+
| ASSOCIATION | String || "ASSOCIATION" |
13+
| BANK_ACCOUNT_OWNER_EMANCIPATION_AGE | String || "BANK_ACCOUNT_OWNER_EMANCIPATION_AGE" |
14+
| BANK_ACCOUNT_OWNER | String || "BANK_ACCOUNT_OWNER" |
15+
| CUSTOM | String || "CUSTOM" |
16+
| DIRECTOR | String || "DIRECTOR" |
17+
| INDIVIDUAL_COMPANY | String || "INDIVIDUAL_COMPANY" |
18+
| LIMITED_COMPANY | String || "LIMITED_COMPANY" |
19+
| MEI | String || "MEI" |
20+
| PARTNER | String || "PARTNER" |
21+
22+
<!-- This file was generated by liblab | https://liblab.com/ -->

0 commit comments

Comments
 (0)