-
-
Notifications
You must be signed in to change notification settings - Fork 864
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
247 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63 changes: 63 additions & 0 deletions
63
...to-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_EMPTY.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
[Admin Docs](/) | ||
|
||
*** | ||
|
||
# Variable: MOCKS\_EMPTY | ||
|
||
> `const` **MOCKS\_EMPTY**: `object`[] | ||
Defined in: [src/screens/OrganizationTags/OrganizationTagsMocks.ts:344](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/screens/OrganizationTags/OrganizationTagsMocks.ts#L344) | ||
|
||
## Type declaration | ||
|
||
### request | ||
|
||
> **request**: `object` | ||
#### request.query | ||
|
||
> **query**: `DocumentNode` = `ORGANIZATION_USER_TAGS_LIST` | ||
#### request.variables | ||
|
||
> **variables**: `object` | ||
#### request.variables.first | ||
|
||
> **first**: `number` = `TAGS_QUERY_DATA_CHUNK_SIZE` | ||
#### request.variables.id | ||
|
||
> **id**: `string` = `'orgId'` | ||
#### request.variables.sortedBy | ||
|
||
> **sortedBy**: `object` | ||
#### request.variables.sortedBy.id | ||
|
||
> **id**: `string` = `'DESCENDING'` | ||
#### request.variables.where | ||
|
||
> **where**: `object` | ||
#### request.variables.where.name | ||
|
||
> **name**: `object` | ||
#### request.variables.where.name.starts\_with | ||
|
||
> **starts\_with**: `string` = `''` | ||
### result | ||
|
||
> **result**: `object` | ||
#### result.data | ||
|
||
> **data**: `object` | ||
#### result.data.organizations | ||
|
||
> **organizations**: `object`[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
...reens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_ERROR_ERROR_TAG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[Admin Docs](/) | ||
|
||
*** | ||
|
||
# Variable: MOCKS\_ERROR\_ERROR\_TAG | ||
|
||
> `const` **MOCKS\_ERROR\_ERROR\_TAG**: `object`[] | ||
Defined in: [src/screens/OrganizationTags/OrganizationTagsMocks.ts:334](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/screens/OrganizationTags/OrganizationTagsMocks.ts#L334) | ||
|
||
## Type declaration | ||
|
||
### error | ||
|
||
> **error**: `Error` | ||
### request | ||
|
||
> **request**: `object` | ||
#### request.query | ||
|
||
> **query**: `DocumentNode` = `CREATE_USER_TAG` | ||
#### request.variables | ||
|
||
> **variables**: `object` | ||
#### request.variables.name | ||
|
||
> **name**: `string` = `'userTagE'` | ||
#### request.variables.organizationId | ||
|
||
> **organizationId**: `string` = `'orgId'` |
9 changes: 9 additions & 0 deletions
9
...screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_NO_MORE_PAGES.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Admin Docs](/) | ||
|
||
*** | ||
|
||
# Variable: MOCKS\_NO\_MORE\_PAGES | ||
|
||
> `const` **MOCKS\_NO\_MORE\_PAGES**: (\{ `request`: \{ `query`: `DocumentNode`; `variables`: \{ `after`: `undefined`; `first`: `number`; `id`: `string`; `sortedBy`: \{ `id`: `string`; \}; `where`: \{ `name`: \{ `starts_with`: `string`; \}; \}; \}; \}; `result`: \{ `data`: \{ `organizations`: `object`[]; \}; \}; \} \| \{ `request`: \{ `query`: `DocumentNode`; `variables`: \{ `after`: `string`; `first`: `number`; `id`: `string`; `sortedBy`: \{ `id`: `string`; \}; `where`: \{ `name`: \{ `starts_with`: `string`; \}; \}; \}; \}; `result`: \{ `data`: `any`; \}; \})[] | ||
Defined in: [src/screens/OrganizationTags/OrganizationTagsMocks.ts:477](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/screens/OrganizationTags/OrganizationTagsMocks.ts#L477) |
9 changes: 9 additions & 0 deletions
9
...reens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_NULL_END_CURSOR.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Admin Docs](/) | ||
|
||
*** | ||
|
||
# Variable: MOCKS\_NULL\_END\_CURSOR | ||
|
||
> `const` **MOCKS\_NULL\_END\_CURSOR**: (\{ `request`: \{ `query`: `DocumentNode`; `variables`: \{ `after`: `undefined`; `first`: `number`; `id`: `string`; `sortedBy`: \{ `id`: `string`; \}; `where`: \{ `name`: \{ `starts_with`: `string`; \}; \}; \}; \}; `result`: \{ `data`: \{ `organizations`: `object`[]; \}; \}; \} \| \{ `request`: \{ `query`: `DocumentNode`; `variables`: \{ `after`: `any`; `first`: `number`; `id`: `string`; `sortedBy`: \{ `id`: `string`; \}; `where`: \{ `name`: \{ `starts_with`: `string`; \}; \}; \}; \}; `result`: \{ `data`: \{ `organizations`: `object`[]; \}; \}; \})[] | ||
Defined in: [src/screens/OrganizationTags/OrganizationTagsMocks.ts:391](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/screens/OrganizationTags/OrganizationTagsMocks.ts#L391) |
63 changes: 63 additions & 0 deletions
63
...s/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_UNDEFINED_USER_TAGS.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
[Admin Docs](/) | ||
|
||
*** | ||
|
||
# Variable: MOCKS\_UNDEFINED\_USER\_TAGS | ||
|
||
> `const` **MOCKS\_UNDEFINED\_USER\_TAGS**: `object`[] | ||
Defined in: [src/screens/OrganizationTags/OrganizationTagsMocks.ts:376](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/screens/OrganizationTags/OrganizationTagsMocks.ts#L376) | ||
|
||
## Type declaration | ||
|
||
### request | ||
|
||
> **request**: `object` | ||
#### request.query | ||
|
||
> **query**: `DocumentNode` = `ORGANIZATION_USER_TAGS_LIST` | ||
#### request.variables | ||
|
||
> **variables**: `object` | ||
#### request.variables.first | ||
|
||
> **first**: `number` = `TAGS_QUERY_DATA_CHUNK_SIZE` | ||
#### request.variables.id | ||
|
||
> **id**: `string` = `'orgId'` | ||
#### request.variables.sortedBy | ||
|
||
> **sortedBy**: `object` | ||
#### request.variables.sortedBy.id | ||
|
||
> **id**: `string` = `'DESCENDING'` | ||
#### request.variables.where | ||
|
||
> **where**: `object` | ||
#### request.variables.where.name | ||
|
||
> **name**: `object` | ||
#### request.variables.where.name.starts\_with | ||
|
||
> **starts\_with**: `string` = `''` | ||
### result | ||
|
||
> **result**: `object` | ||
#### result.data | ||
|
||
> **data**: `object` | ||
#### result.data.organizations | ||
|
||
> **organizations**: `object`[] |
39 changes: 39 additions & 0 deletions
39
docs/docs/auto-docs/screens/UserPortal/Chat/Chat/type-aliases/Chat.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
[Admin Docs](/) | ||
|
||
*** | ||
|
||
# Type Alias: Chat | ||
|
||
> **Chat**: `object` | ||
Defined in: [src/screens/UserPortal/Chat/Chat.tsx:87](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/screens/UserPortal/Chat/Chat.tsx#L87) | ||
|
||
## Type declaration | ||
|
||
### \_id | ||
|
||
> **\_id**: `string` | ||
### image | ||
|
||
> **image**: `string` | ||
### isGroup | ||
|
||
> **isGroup**: `boolean` | ||
### messages | ||
|
||
> **messages**: `DirectMessage`[] | ||
### name | ||
|
||
> **name**: `string` | ||
### unseenMessagesByUsers | ||
|
||
> **unseenMessagesByUsers**: `string` | ||
### users | ||
|
||
> **users**: `object`[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters