loop-client 0.0.1
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.
- package/CHANGELOG.md +0 -0
- package/README.md +3 -0
- package/build/const.d.ts +31 -0
- package/build/const.d.ts.map +1 -0
- package/build/const.js +40 -0
- package/build/const.js.map +1 -0
- package/build/errors.d.ts +621 -0
- package/build/errors.d.ts.map +1 -0
- package/build/errors.js +665 -0
- package/build/errors.js.map +1 -0
- package/build/index.d.ts +6 -0
- package/build/index.d.ts.map +1 -0
- package/build/index.js +27 -0
- package/build/index.js.map +1 -0
- package/build/instrument.d.ts +14 -0
- package/build/instrument.d.ts.map +1 -0
- package/build/instrument.js +75 -0
- package/build/instrument.js.map +1 -0
- package/build/logger.d.ts +6 -0
- package/build/logger.d.ts.map +1 -0
- package/build/logger.js +24 -0
- package/build/logger.js.map +1 -0
- package/build/methods.d.ts +1101 -0
- package/build/methods.d.ts.map +1 -0
- package/build/methods.js +2080 -0
- package/build/methods.js.map +1 -0
- package/build/types/admin.d.ts +56 -0
- package/build/types/admin.d.ts.map +1 -0
- package/build/types/admin.js +18 -0
- package/build/types/admin.js.map +1 -0
- package/build/types/apps.d.ts +214 -0
- package/build/types/apps.d.ts.map +1 -0
- package/build/types/apps.js +81 -0
- package/build/types/apps.js.map +1 -0
- package/build/types/audits.d.ts +10 -0
- package/build/types/audits.d.ts.map +1 -0
- package/build/types/audits.js +3 -0
- package/build/types/audits.js.map +1 -0
- package/build/types/autocomplete.d.ts +13 -0
- package/build/types/autocomplete.d.ts.map +1 -0
- package/build/types/autocomplete.js +3 -0
- package/build/types/autocomplete.js.map +1 -0
- package/build/types/boards.d.ts +57 -0
- package/build/types/boards.d.ts.map +1 -0
- package/build/types/boards.js +28 -0
- package/build/types/boards.js.map +1 -0
- package/build/types/bots.d.ts +16 -0
- package/build/types/bots.d.ts.map +1 -0
- package/build/types/bots.js +3 -0
- package/build/types/bots.js.map +1 -0
- package/build/types/channels.d.ts +279 -0
- package/build/types/channels.d.ts.map +1 -0
- package/build/types/channels.js +62 -0
- package/build/types/channels.js.map +1 -0
- package/build/types/cloud.d.ts +155 -0
- package/build/types/cloud.d.ts.map +1 -0
- package/build/types/cloud.js +12 -0
- package/build/types/cloud.js.map +1 -0
- package/build/types/common.d.ts +5 -0
- package/build/types/common.d.ts.map +1 -0
- package/build/types/common.js +3 -0
- package/build/types/common.js.map +1 -0
- package/build/types/compliance.d.ts +14 -0
- package/build/types/compliance.d.ts.map +1 -0
- package/build/types/compliance.js +3 -0
- package/build/types/compliance.js.map +1 -0
- package/build/types/config.d.ts +966 -0
- package/build/types/config.d.ts.map +1 -0
- package/build/types/config.js +17 -0
- package/build/types/config.js.map +1 -0
- package/build/types/data-retention.d.ts +31 -0
- package/build/types/data-retention.d.ts.map +1 -0
- package/build/types/data-retention.js +3 -0
- package/build/types/data-retention.js.map +1 -0
- package/build/types/dialog.d.ts +63 -0
- package/build/types/dialog.d.ts.map +1 -0
- package/build/types/dialog.js +26 -0
- package/build/types/dialog.js.map +1 -0
- package/build/types/drafts.d.ts +15 -0
- package/build/types/drafts.d.ts.map +1 -0
- package/build/types/drafts.js +3 -0
- package/build/types/drafts.js.map +1 -0
- package/build/types/emojis.d.ts +52 -0
- package/build/types/emojis.d.ts.map +1 -0
- package/build/types/emojis.js +19 -0
- package/build/types/emojis.js.map +1 -0
- package/build/types/files.d.ts +53 -0
- package/build/types/files.d.ts.map +1 -0
- package/build/types/files.js +3 -0
- package/build/types/files.js.map +1 -0
- package/build/types/groups.d.ts +143 -0
- package/build/types/groups.d.ts.map +1 -0
- package/build/types/groups.js +14 -0
- package/build/types/groups.js.map +1 -0
- package/build/types/index.d.ts +46 -0
- package/build/types/index.d.ts.map +1 -0
- package/build/types/index.js +62 -0
- package/build/types/index.js.map +1 -0
- package/build/types/integrations.d.ts +108 -0
- package/build/types/integrations.d.ts.map +1 -0
- package/build/types/integrations.js +15 -0
- package/build/types/integrations.js.map +1 -0
- package/build/types/jobs.d.ts +28 -0
- package/build/types/jobs.d.ts.map +1 -0
- package/build/types/jobs.js +22 -0
- package/build/types/jobs.js.map +1 -0
- package/build/types/limits.d.ts +5 -0
- package/build/types/limits.d.ts.map +1 -0
- package/build/types/limits.js +3 -0
- package/build/types/limits.js.map +1 -0
- package/build/types/marketplace.d.ts +43 -0
- package/build/types/marketplace.d.ts.map +1 -0
- package/build/types/marketplace.js +21 -0
- package/build/types/marketplace.js.map +1 -0
- package/build/types/metadata.d.ts +16 -0
- package/build/types/metadata.d.ts.map +1 -0
- package/build/types/metadata.js +3 -0
- package/build/types/metadata.js.map +1 -0
- package/build/types/methods/bots.methods.d.ts +77 -0
- package/build/types/methods/bots.methods.d.ts.map +1 -0
- package/build/types/methods/bots.methods.js +3 -0
- package/build/types/methods/bots.methods.js.map +1 -0
- package/build/types/methods/brand.methods.d.ts +15 -0
- package/build/types/methods/brand.methods.d.ts.map +1 -0
- package/build/types/methods/brand.methods.js +3 -0
- package/build/types/methods/brand.methods.js.map +1 -0
- package/build/types/methods/channels.methods.d.ts +473 -0
- package/build/types/methods/channels.methods.d.ts.map +1 -0
- package/build/types/methods/channels.methods.js +3 -0
- package/build/types/methods/channels.methods.js.map +1 -0
- package/build/types/methods/cloud.methods.d.ts +14 -0
- package/build/types/methods/cloud.methods.d.ts.map +1 -0
- package/build/types/methods/cloud.methods.js +3 -0
- package/build/types/methods/cloud.methods.js.map +1 -0
- package/build/types/methods/common.methods.d.ts +87 -0
- package/build/types/methods/common.methods.d.ts.map +1 -0
- package/build/types/methods/common.methods.js +4 -0
- package/build/types/methods/common.methods.js.map +1 -0
- package/build/types/methods/compliance.methods.d.ts +32 -0
- package/build/types/methods/compliance.methods.d.ts.map +1 -0
- package/build/types/methods/compliance.methods.js +3 -0
- package/build/types/methods/compliance.methods.js.map +1 -0
- package/build/types/methods/data-retention.methods.d.ts +67 -0
- package/build/types/methods/data-retention.methods.d.ts.map +1 -0
- package/build/types/methods/data-retention.methods.js +3 -0
- package/build/types/methods/data-retention.methods.js.map +1 -0
- package/build/types/methods/emojis.methods.d.ts +32 -0
- package/build/types/methods/emojis.methods.d.ts.map +1 -0
- package/build/types/methods/emojis.methods.js +3 -0
- package/build/types/methods/emojis.methods.js.map +1 -0
- package/build/types/methods/files.methods.d.ts +139 -0
- package/build/types/methods/files.methods.d.ts.map +1 -0
- package/build/types/methods/files.methods.js +3 -0
- package/build/types/methods/files.methods.js.map +1 -0
- package/build/types/methods/groups.methods.d.ts +113 -0
- package/build/types/methods/groups.methods.d.ts.map +1 -0
- package/build/types/methods/groups.methods.js +3 -0
- package/build/types/methods/groups.methods.js.map +1 -0
- package/build/types/methods/index.d.ts +28 -0
- package/build/types/methods/index.d.ts.map +1 -0
- package/build/types/methods/index.js +44 -0
- package/build/types/methods/index.js.map +1 -0
- package/build/types/methods/integrations.methods.d.ts +191 -0
- package/build/types/methods/integrations.methods.d.ts.map +1 -0
- package/build/types/methods/integrations.methods.js +3 -0
- package/build/types/methods/integrations.methods.js.map +1 -0
- package/build/types/methods/interactive.methods.d.ts +38 -0
- package/build/types/methods/interactive.methods.d.ts.map +1 -0
- package/build/types/methods/interactive.methods.js +3 -0
- package/build/types/methods/interactive.methods.js.map +1 -0
- package/build/types/methods/jobs.methods.d.ts +20 -0
- package/build/types/methods/jobs.methods.d.ts.map +1 -0
- package/build/types/methods/jobs.methods.js +3 -0
- package/build/types/methods/jobs.methods.js.map +1 -0
- package/build/types/methods/playbook-runs.methods.d.ts +89 -0
- package/build/types/methods/playbook-runs.methods.d.ts.map +1 -0
- package/build/types/methods/playbook-runs.methods.js +3 -0
- package/build/types/methods/playbook-runs.methods.js.map +1 -0
- package/build/types/methods/playbooks.methods.d.ts +156 -0
- package/build/types/methods/playbooks.methods.d.ts.map +1 -0
- package/build/types/methods/playbooks.methods.js +3 -0
- package/build/types/methods/playbooks.methods.js.map +1 -0
- package/build/types/methods/plugins.methods.d.ts +31 -0
- package/build/types/methods/plugins.methods.d.ts.map +1 -0
- package/build/types/methods/plugins.methods.js +3 -0
- package/build/types/methods/plugins.methods.js.map +1 -0
- package/build/types/methods/posts.methods.d.ts +216 -0
- package/build/types/methods/posts.methods.d.ts.map +1 -0
- package/build/types/methods/posts.methods.js +3 -0
- package/build/types/methods/posts.methods.js.map +1 -0
- package/build/types/methods/preferences.methods.d.ts +12 -0
- package/build/types/methods/preferences.methods.d.ts.map +1 -0
- package/build/types/methods/preferences.methods.js +3 -0
- package/build/types/methods/preferences.methods.js.map +1 -0
- package/build/types/methods/reactions.methods.d.ts +15 -0
- package/build/types/methods/reactions.methods.d.ts.map +1 -0
- package/build/types/methods/reactions.methods.js +3 -0
- package/build/types/methods/reactions.methods.js.map +1 -0
- package/build/types/methods/reports.methods.d.ts +4 -0
- package/build/types/methods/reports.methods.d.ts.map +1 -0
- package/build/types/methods/reports.methods.js +3 -0
- package/build/types/methods/reports.methods.js.map +1 -0
- package/build/types/methods/roles.methods.d.ts +14 -0
- package/build/types/methods/roles.methods.d.ts.map +1 -0
- package/build/types/methods/roles.methods.js +3 -0
- package/build/types/methods/roles.methods.js.map +1 -0
- package/build/types/methods/schemes.methods.d.ts +30 -0
- package/build/types/methods/schemes.methods.d.ts.map +1 -0
- package/build/types/methods/schemes.methods.js +3 -0
- package/build/types/methods/schemes.methods.js.map +1 -0
- package/build/types/methods/system.methods.d.ts +107 -0
- package/build/types/methods/system.methods.d.ts.map +1 -0
- package/build/types/methods/system.methods.js +3 -0
- package/build/types/methods/system.methods.js.map +1 -0
- package/build/types/methods/teams.methods.d.ts +161 -0
- package/build/types/methods/teams.methods.d.ts.map +1 -0
- package/build/types/methods/teams.methods.js +3 -0
- package/build/types/methods/teams.methods.js.map +1 -0
- package/build/types/methods/terms-of-service.methods.d.ts +24 -0
- package/build/types/methods/terms-of-service.methods.d.ts.map +1 -0
- package/build/types/methods/terms-of-service.methods.js +3 -0
- package/build/types/methods/terms-of-service.methods.js.map +1 -0
- package/build/types/methods/uploads.methods.d.ts +13 -0
- package/build/types/methods/uploads.methods.d.ts.map +1 -0
- package/build/types/methods/uploads.methods.js +3 -0
- package/build/types/methods/uploads.methods.js.map +1 -0
- package/build/types/methods/users.methods.d.ts +257 -0
- package/build/types/methods/users.methods.d.ts.map +1 -0
- package/build/types/methods/users.methods.js +3 -0
- package/build/types/methods/users.methods.js.map +1 -0
- package/build/types/mfa.d.ts +5 -0
- package/build/types/mfa.d.ts.map +1 -0
- package/build/types/mfa.js +3 -0
- package/build/types/mfa.js.map +1 -0
- package/build/types/playbooks.d.ts +221 -0
- package/build/types/playbooks.d.ts.map +1 -0
- package/build/types/playbooks.js +3 -0
- package/build/types/playbooks.js.map +1 -0
- package/build/types/plugins.d.ts +101 -0
- package/build/types/plugins.d.ts.map +1 -0
- package/build/types/plugins.js +3 -0
- package/build/types/plugins.js.map +1 -0
- package/build/types/posts.d.ts +290 -0
- package/build/types/posts.d.ts.map +1 -0
- package/build/types/posts.js +88 -0
- package/build/types/posts.js.map +1 -0
- package/build/types/preferences.d.ts +7 -0
- package/build/types/preferences.d.ts.map +1 -0
- package/build/types/preferences.js +3 -0
- package/build/types/preferences.js.map +1 -0
- package/build/types/product-notices.d.ts +27 -0
- package/build/types/product-notices.d.ts.map +1 -0
- package/build/types/product-notices.js +8 -0
- package/build/types/product-notices.js.map +1 -0
- package/build/types/products.d.ts +8 -0
- package/build/types/products.d.ts.map +1 -0
- package/build/types/products.js +3 -0
- package/build/types/products.js.map +1 -0
- package/build/types/reactions.d.ts +7 -0
- package/build/types/reactions.d.ts.map +1 -0
- package/build/types/reactions.js +3 -0
- package/build/types/reactions.js.map +1 -0
- package/build/types/reports.d.ts +66 -0
- package/build/types/reports.d.ts.map +1 -0
- package/build/types/reports.js +30 -0
- package/build/types/reports.js.map +1 -0
- package/build/types/requests.d.ts +61 -0
- package/build/types/requests.d.ts.map +1 -0
- package/build/types/requests.js +12 -0
- package/build/types/requests.js.map +1 -0
- package/build/types/responses/common.responses.d.ts +23 -0
- package/build/types/responses/common.responses.d.ts.map +1 -0
- package/build/types/responses/common.responses.js +3 -0
- package/build/types/responses/common.responses.js.map +1 -0
- package/build/types/responses/index.d.ts +5 -0
- package/build/types/responses/index.d.ts.map +1 -0
- package/build/types/responses/index.js +21 -0
- package/build/types/responses/index.js.map +1 -0
- package/build/types/responses/playbooks.responses.d.ts +19 -0
- package/build/types/responses/playbooks.responses.d.ts.map +1 -0
- package/build/types/responses/playbooks.responses.js +3 -0
- package/build/types/responses/playbooks.responses.js.map +1 -0
- package/build/types/responses/posts.responses.d.ts +32 -0
- package/build/types/responses/posts.responses.d.ts.map +1 -0
- package/build/types/responses/posts.responses.js +8 -0
- package/build/types/responses/posts.responses.js.map +1 -0
- package/build/types/responses/system.responses.d.ts +87 -0
- package/build/types/responses/system.responses.d.ts.map +1 -0
- package/build/types/responses/system.responses.js +3 -0
- package/build/types/responses/system.responses.js.map +1 -0
- package/build/types/roles.d.ts +41 -0
- package/build/types/roles.d.ts.map +1 -0
- package/build/types/roles.js +33 -0
- package/build/types/roles.js.map +1 -0
- package/build/types/saml.d.ts +11 -0
- package/build/types/saml.d.ts.map +1 -0
- package/build/types/saml.js +3 -0
- package/build/types/saml.js.map +1 -0
- package/build/types/schemes.d.ts +28 -0
- package/build/types/schemes.d.ts.map +1 -0
- package/build/types/schemes.js +9 -0
- package/build/types/schemes.js.map +1 -0
- package/build/types/search.d.ts +13 -0
- package/build/types/search.d.ts.map +1 -0
- package/build/types/search.js +3 -0
- package/build/types/search.js.map +1 -0
- package/build/types/setup.d.ts +5 -0
- package/build/types/setup.d.ts.map +1 -0
- package/build/types/setup.js +3 -0
- package/build/types/setup.js.map +1 -0
- package/build/types/state.d.ts +464 -0
- package/build/types/state.d.ts.map +1 -0
- package/build/types/state.js +3 -0
- package/build/types/state.js.map +1 -0
- package/build/types/store.d.ts +65 -0
- package/build/types/store.d.ts.map +1 -0
- package/build/types/store.js +3 -0
- package/build/types/store.js.map +1 -0
- package/build/types/teams.d.ts +94 -0
- package/build/types/teams.d.ts.map +1 -0
- package/build/types/teams.js +9 -0
- package/build/types/teams.js.map +1 -0
- package/build/types/terms-of-service.d.ts +7 -0
- package/build/types/terms-of-service.d.ts.map +1 -0
- package/build/types/terms-of-service.js +3 -0
- package/build/types/terms-of-service.js.map +1 -0
- package/build/types/threads.d.ts +40 -0
- package/build/types/threads.d.ts.map +1 -0
- package/build/types/threads.js +8 -0
- package/build/types/threads.js.map +1 -0
- package/build/types/typing.d.ts +6 -0
- package/build/types/typing.d.ts.map +1 -0
- package/build/types/typing.js +3 -0
- package/build/types/typing.js.map +1 -0
- package/build/types/users.d.ts +281 -0
- package/build/types/users.d.ts.map +1 -0
- package/build/types/users.js +42 -0
- package/build/types/users.js.map +1 -0
- package/build/types/web-client.d.ts +82 -0
- package/build/types/web-client.d.ts.map +1 -0
- package/build/types/web-client.js +17 -0
- package/build/types/web-client.js.map +1 -0
- package/build/utils.d.ts +24 -0
- package/build/utils.d.ts.map +1 -0
- package/build/utils.js +136 -0
- package/build/utils.js.map +1 -0
- package/build/web-client.d.ts +117 -0
- package/build/web-client.d.ts.map +1 -0
- package/build/web-client.js +421 -0
- package/build/web-client.js.map +1 -0
- package/package.json +74 -0
|
@@ -0,0 +1,473 @@
|
|
|
1
|
+
import type { Channel, ChannelModerationPatch, ChannelType } from "../channels";
|
|
2
|
+
import type { ChannelID, Paginated, TeamID, TokenOverridable, UserID } from "./common.methods";
|
|
3
|
+
export interface ChannelsCreateArguments extends TokenOverridable, TeamID {
|
|
4
|
+
/** The unique handle for the channel, will be present in the channel URL */
|
|
5
|
+
name: string;
|
|
6
|
+
/** The non-unique UI name for the channel */
|
|
7
|
+
display_name: string;
|
|
8
|
+
/** 'O' for a public channel, 'P' for a private channel */
|
|
9
|
+
type: ChannelType;
|
|
10
|
+
/** A short description of the purpose of the channel */
|
|
11
|
+
purpose?: string;
|
|
12
|
+
/** Markdown-formatted text to display in the header of the channel */
|
|
13
|
+
header?: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Arguments for creating a direct message channel.
|
|
17
|
+
* Tuple of two user IDs to include in the direct message.
|
|
18
|
+
* Use single user_id to use currently authorized user
|
|
19
|
+
*/
|
|
20
|
+
export interface ChannelsCreateDirectArguments extends TokenOverridable {
|
|
21
|
+
user_ids: [string, string] | [string];
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Arguments for creating a group message channel.
|
|
25
|
+
*/
|
|
26
|
+
export interface ChannelsCreateGroupArguments extends TokenOverridable {
|
|
27
|
+
/** User IDs to be added to the group message channel */
|
|
28
|
+
user_ids: string[];
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Arguments for listing channels in a team.
|
|
32
|
+
*/
|
|
33
|
+
export interface ChannelsListAllArguments extends TokenOverridable, Paginated {
|
|
34
|
+
/**
|
|
35
|
+
* @description A group id to exclude channels that are associated with that group via GroupChannel records.
|
|
36
|
+
* This can also be left blank with not_associated_to_group=.
|
|
37
|
+
* */
|
|
38
|
+
not_associated_to_group?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @description Whether to exclude default channels
|
|
41
|
+
* (ex Town Square, Off-Topic) from the results.
|
|
42
|
+
*/
|
|
43
|
+
exclude_default_channels?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* @description Include channels that have been archived.
|
|
46
|
+
* This correlates to the DeleteAt flag being set in the database.
|
|
47
|
+
*/
|
|
48
|
+
include_deleted?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* @description If set to true, channels which are part of a data retention policy will be excluded.
|
|
51
|
+
* The sysconsole_read_compliance permission is required to use this parameter.
|
|
52
|
+
* @version 5.35+
|
|
53
|
+
*/
|
|
54
|
+
exclude_policy_constrained?: boolean;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Arguments for listing channels in a team.
|
|
58
|
+
*/
|
|
59
|
+
export interface ChannelsListInTeamArguments extends TokenOverridable, Paginated, TeamID {
|
|
60
|
+
/** Include the total count of channels in the response */
|
|
61
|
+
include_total_count?: boolean;
|
|
62
|
+
/** Include deleted channels in the response */
|
|
63
|
+
include_deleted?: boolean;
|
|
64
|
+
/** Exclude default channels from search results */
|
|
65
|
+
exclude_default_channels?: boolean;
|
|
66
|
+
/** If set, exclude channels that are associated to the given group */
|
|
67
|
+
not_associated_to_group?: string;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Arguments for getting a channel by ID.
|
|
71
|
+
*/
|
|
72
|
+
export interface ChannelsGetByIdArguments extends TokenOverridable, ChannelID {
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Arguments for getting a channel by display_name.
|
|
76
|
+
*/
|
|
77
|
+
export interface ChannelsGetByNameArguments extends TokenOverridable, TeamID {
|
|
78
|
+
/**
|
|
79
|
+
* @description channel display name
|
|
80
|
+
*/
|
|
81
|
+
channel_name: string;
|
|
82
|
+
/**
|
|
83
|
+
* @description Defines if deleted channels should be returned or not
|
|
84
|
+
* @version 5.26.0+
|
|
85
|
+
*/
|
|
86
|
+
include_deleted?: boolean;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Arguments for updating a channel.
|
|
90
|
+
*/
|
|
91
|
+
export interface ChannelsUpdateArguments extends TokenOverridable, ChannelID, Partial<Channel> {
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Arguments for deleting a channel.
|
|
95
|
+
*/
|
|
96
|
+
export interface ChannelsDeleteArguments extends TokenOverridable, ChannelID {
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Arguments for patching a channel.
|
|
100
|
+
*/
|
|
101
|
+
export interface ChannelsPatchArguments extends TokenOverridable, ChannelID, Partial<Channel> {
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Arguments for restoring a deleted channel.
|
|
105
|
+
*/
|
|
106
|
+
export interface ChannelsRestoreArguments extends TokenOverridable, ChannelID {
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* Arguments for getting channel statistics.
|
|
110
|
+
*/
|
|
111
|
+
export interface ChannelsGetStatsArguments extends TokenOverridable, ChannelID {
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Arguments for searching channels in a team.
|
|
115
|
+
*/
|
|
116
|
+
export interface ChannelsSearchArguments extends TokenOverridable, TeamID, Paginated {
|
|
117
|
+
/** The search term to match against channel names and display names */
|
|
118
|
+
term: string;
|
|
119
|
+
/** If set, exclude channels that are associated to the given group */
|
|
120
|
+
not_associated_to_group?: string;
|
|
121
|
+
/** Exclude default channels from search results */
|
|
122
|
+
exclude_default_channels?: boolean;
|
|
123
|
+
/** Include deleted channels in search results */
|
|
124
|
+
include_deleted?: boolean;
|
|
125
|
+
/** Filter by deleted status */
|
|
126
|
+
deleted?: boolean;
|
|
127
|
+
/** Include public channels */
|
|
128
|
+
public?: boolean;
|
|
129
|
+
/** Include private channels */
|
|
130
|
+
private?: boolean;
|
|
131
|
+
/** Exclude group constrained channels */
|
|
132
|
+
exclude_group_constrained?: boolean;
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* Arguments for viewing a channel (marking it as read/viewed).
|
|
136
|
+
*/
|
|
137
|
+
export interface ChannelsViewArguments extends TokenOverridable, ChannelID {
|
|
138
|
+
/** The ID of the previous channel visited */
|
|
139
|
+
prev_channel_id?: string;
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Arguments for getting a channel member.
|
|
143
|
+
*/
|
|
144
|
+
export interface ChannelsMemberArguments extends TokenOverridable, ChannelID, UserID {
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* Arguments for getting channel members.
|
|
148
|
+
*/
|
|
149
|
+
export interface ChannelsMembersArguments extends TokenOverridable, ChannelID, Paginated {
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* Arguments for searching all channels.
|
|
153
|
+
*/
|
|
154
|
+
export interface ChannelsSearchAllArguments extends TokenOverridable {
|
|
155
|
+
term: string;
|
|
156
|
+
not_associated_to_group?: string;
|
|
157
|
+
exclude_default_channels?: boolean;
|
|
158
|
+
include_deleted?: boolean;
|
|
159
|
+
exclude_group_constrained?: boolean;
|
|
160
|
+
public?: boolean;
|
|
161
|
+
private?: boolean;
|
|
162
|
+
deleted?: boolean;
|
|
163
|
+
page?: number;
|
|
164
|
+
per_page?: number;
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* Arguments for searching archived channels.
|
|
168
|
+
*/
|
|
169
|
+
export interface ChannelsSearchArchivedArguments extends TokenOverridable, TeamID, Paginated {
|
|
170
|
+
term: string;
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* Arguments for autocompleting channels.
|
|
174
|
+
*/
|
|
175
|
+
export interface ChannelsAutocompleteArguments extends TokenOverridable, TeamID {
|
|
176
|
+
/**
|
|
177
|
+
* @description name or display name
|
|
178
|
+
*/
|
|
179
|
+
name: string;
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* Arguments for getting channels by IDs.
|
|
183
|
+
*/
|
|
184
|
+
export interface ChannelsGetByIdsArguments extends TokenOverridable, TeamID {
|
|
185
|
+
channel_ids: string[];
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
* Arguments for adding a user to a channel.
|
|
189
|
+
* @see https://developers.loop.ru/API/4.0.0/add-channel-member
|
|
190
|
+
*/
|
|
191
|
+
export interface ChannelsMemberAddArguments extends TokenOverridable, ChannelID {
|
|
192
|
+
/** The user ID to add to the channel */
|
|
193
|
+
user_id: string;
|
|
194
|
+
/** Optional post root ID for context */
|
|
195
|
+
post_root_id?: string;
|
|
196
|
+
}
|
|
197
|
+
/**
|
|
198
|
+
* Arguments for removing a user from a channel.
|
|
199
|
+
* @see https://developers.loop.ru/API/4.0.0/remove-user-from-channel
|
|
200
|
+
*/
|
|
201
|
+
export interface ChannelsMemberRemoveArguments extends TokenOverridable, ChannelID, UserID {
|
|
202
|
+
}
|
|
203
|
+
/**
|
|
204
|
+
* Arguments for getting channel members by user IDs.
|
|
205
|
+
* @see https://developers.loop.ru/API/4.0.0/get-channel-members-by-ids
|
|
206
|
+
*/
|
|
207
|
+
export interface ChannelsMembersGetByIdsArguments extends TokenOverridable, ChannelID {
|
|
208
|
+
/** Array of user IDs to look up */
|
|
209
|
+
user_ids: string[];
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* Arguments for updating channel member roles.
|
|
213
|
+
* @see https://developers.loop.ru/API/4.0.0/update-channel-roles
|
|
214
|
+
*/
|
|
215
|
+
export interface ChannelsMemberUpdateRolesArguments extends TokenOverridable, ChannelID, UserID {
|
|
216
|
+
/** Space-separated list of roles to assign */
|
|
217
|
+
roles: string;
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* Arguments for updating channel member scheme roles.
|
|
221
|
+
* @see https://developers.loop.ru/API/4.0.0/update-channel-member-scheme-roles
|
|
222
|
+
*/
|
|
223
|
+
export interface ChannelsMemberUpdateSchemeRolesArguments extends TokenOverridable, ChannelID, UserID {
|
|
224
|
+
/** Whether user is a scheme admin */
|
|
225
|
+
scheme_admin: boolean;
|
|
226
|
+
/** Whether user is a scheme user */
|
|
227
|
+
scheme_user: boolean;
|
|
228
|
+
}
|
|
229
|
+
/**
|
|
230
|
+
* Arguments for updating channel member notification properties.
|
|
231
|
+
* @see https://developers.loop.ru/API/4.0.0/update-channel-notify-props
|
|
232
|
+
*/
|
|
233
|
+
export interface ChannelsMemberUpdateNotifyPropsArguments extends TokenOverridable, ChannelID, UserID {
|
|
234
|
+
/** Notification properties to update */
|
|
235
|
+
desktop?: string;
|
|
236
|
+
email?: string;
|
|
237
|
+
push?: string;
|
|
238
|
+
mark_unread?: string;
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* Arguments for updating a channel's privacy.
|
|
242
|
+
* @description Convert a public channel to private or vice-versa.
|
|
243
|
+
* @see https://developers.loop.ru/API/4.0.0/update-channel-privacy
|
|
244
|
+
*/
|
|
245
|
+
export interface ChannelsUpdatePrivacyArguments extends TokenOverridable, ChannelID {
|
|
246
|
+
/** The new privacy setting: 'O' for public, 'P' for private */
|
|
247
|
+
privacy: "O" | "P";
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* Arguments for moving a channel to another team.
|
|
251
|
+
* @description Move a channel to a different team.
|
|
252
|
+
* @see https://developers.loop.ru/API/4.0.0/move-channel
|
|
253
|
+
*/
|
|
254
|
+
export interface ChannelsMoveArguments extends TokenOverridable, ChannelID {
|
|
255
|
+
/** The team ID to move the channel to */
|
|
256
|
+
team_id: string;
|
|
257
|
+
/** Whether to force the move even if there are scheme-assigned members */
|
|
258
|
+
force?: boolean;
|
|
259
|
+
}
|
|
260
|
+
/**
|
|
261
|
+
* Arguments for getting pinned posts in a channel.
|
|
262
|
+
* @description Get a list of pinned posts in a channel.
|
|
263
|
+
* @see https://developers.loop.ru/API/4.0.0/get-channel-pinned-posts
|
|
264
|
+
*/
|
|
265
|
+
export interface ChannelsGetPinnedArguments extends TokenOverridable, ChannelID {
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
* Arguments for getting user timezones in a channel.
|
|
269
|
+
* @description Get a list of timezones of users in a channel.
|
|
270
|
+
* @see https://developers.loop.ru/API/4.0.0/get-channel-timezones
|
|
271
|
+
*/
|
|
272
|
+
export interface ChannelsGetTimezonesArguments extends TokenOverridable, ChannelID {
|
|
273
|
+
}
|
|
274
|
+
/**
|
|
275
|
+
* Arguments for listing private channels in a team.
|
|
276
|
+
* @description Get a list of private channels in a specific team.
|
|
277
|
+
* @see https://developers.loop.ru/API/4.0.0/get-private-channels
|
|
278
|
+
*/
|
|
279
|
+
export interface ChannelsListPrivateArguments extends TokenOverridable, TeamID, Paginated {
|
|
280
|
+
}
|
|
281
|
+
/**
|
|
282
|
+
* Arguments for listing deleted channels in a team.
|
|
283
|
+
* @description Get a list of deleted (archived) channels in a team.
|
|
284
|
+
* @see https://developers.loop.ru/API/4.0.0/get-deleted-channels
|
|
285
|
+
*/
|
|
286
|
+
export interface ChannelsListDeletedArguments extends TokenOverridable, TeamID, Paginated {
|
|
287
|
+
/** Include the total count in response */
|
|
288
|
+
include_total_count?: boolean;
|
|
289
|
+
}
|
|
290
|
+
/**
|
|
291
|
+
* Arguments for autocompleting channels for search.
|
|
292
|
+
* @description Autocomplete channels for search in a team.
|
|
293
|
+
* @see https://developers.loop.ru/API/4.0.0/autocomplete-channels-for-search
|
|
294
|
+
*/
|
|
295
|
+
export interface ChannelsSearchAutocompleteArguments extends TokenOverridable, TeamID {
|
|
296
|
+
/** The search term */
|
|
297
|
+
name: string;
|
|
298
|
+
}
|
|
299
|
+
/**
|
|
300
|
+
* Arguments for searching group channels.
|
|
301
|
+
* @description Search for group message channels.
|
|
302
|
+
* @see https://developers.loop.ru/API/4.0.0/search-group-channels
|
|
303
|
+
*/
|
|
304
|
+
export interface ChannelsSearchGroupsArguments extends TokenOverridable {
|
|
305
|
+
/** The search term to match against group names */
|
|
306
|
+
term: string;
|
|
307
|
+
}
|
|
308
|
+
/**
|
|
309
|
+
* Arguments for getting all channels for a user in a team.
|
|
310
|
+
* @description Get all channel memberships and roles for a user in a team.
|
|
311
|
+
* @see https://developers.loop.ru/API/4.0.0/get-channels-for-user
|
|
312
|
+
*/
|
|
313
|
+
export interface ChannelsGetForUserArguments extends TokenOverridable, UserID, TeamID {
|
|
314
|
+
/** Include deleted channels */
|
|
315
|
+
include_deleted?: boolean;
|
|
316
|
+
/** Include the last deleted channel */
|
|
317
|
+
last_delete_at?: number;
|
|
318
|
+
}
|
|
319
|
+
/**
|
|
320
|
+
* Arguments for getting all channels for a user across all teams.
|
|
321
|
+
* @description Get all channel memberships for a user.
|
|
322
|
+
* @see https://developers.loop.ru/API/4.0.0/get-all-channels-for-user
|
|
323
|
+
*/
|
|
324
|
+
export interface ChannelsGetAllForUserArguments extends TokenOverridable, UserID {
|
|
325
|
+
/** Include deleted channels */
|
|
326
|
+
include_deleted?: boolean;
|
|
327
|
+
/** Include the last deleted channel */
|
|
328
|
+
last_delete_at?: number;
|
|
329
|
+
}
|
|
330
|
+
/**
|
|
331
|
+
* Arguments for getting unread count for a channel.
|
|
332
|
+
* @description Get the unread message and mention counts for a user in a channel.
|
|
333
|
+
* @see https://developers.loop.ru/API/4.0.0/get-channel-unread
|
|
334
|
+
*/
|
|
335
|
+
export interface ChannelsGetUnreadArguments extends TokenOverridable, UserID, ChannelID {
|
|
336
|
+
}
|
|
337
|
+
/**
|
|
338
|
+
* Arguments for getting channel members minus group members.
|
|
339
|
+
* @description Get channel members who are not part of specified groups.
|
|
340
|
+
* @see https://developers.loop.ru/API/4.0.0/channel-members-minus-group-members
|
|
341
|
+
*/
|
|
342
|
+
export interface ChannelsGetMembersMinusGroupArguments extends TokenOverridable, ChannelID, Paginated {
|
|
343
|
+
/** Comma-separated list of group IDs */
|
|
344
|
+
group_ids: string;
|
|
345
|
+
}
|
|
346
|
+
/**
|
|
347
|
+
* Arguments for getting member counts by group.
|
|
348
|
+
* @description Get counts of channel members categorized by group.
|
|
349
|
+
* @see https://developers.loop.ru/API/4.0.0/channel-member-counts-by-group
|
|
350
|
+
*/
|
|
351
|
+
export interface ChannelsCountByGroupArguments extends TokenOverridable, ChannelID {
|
|
352
|
+
/** Include timezone information */
|
|
353
|
+
include_timezones?: boolean;
|
|
354
|
+
}
|
|
355
|
+
/**
|
|
356
|
+
* Arguments for getting channel moderation settings.
|
|
357
|
+
* @description Get the moderation settings for a channel.
|
|
358
|
+
* @see https://developers.loop.ru/API/4.0.0/get-channel-moderations
|
|
359
|
+
*/
|
|
360
|
+
export interface ChannelsModerationGetArguments extends TokenOverridable, ChannelID {
|
|
361
|
+
}
|
|
362
|
+
/**
|
|
363
|
+
* Arguments for updating channel moderation settings.
|
|
364
|
+
* @description Update the moderation settings for a channel.
|
|
365
|
+
* @see https://developers.loop.ru/API/4.0.0/update-channel-moderations
|
|
366
|
+
*/
|
|
367
|
+
export interface ChannelsModerationUpdateArguments extends TokenOverridable, ChannelID {
|
|
368
|
+
/** Array of moderation patches to apply */
|
|
369
|
+
patches: ChannelModerationPatch[];
|
|
370
|
+
}
|
|
371
|
+
/**
|
|
372
|
+
* Arguments for setting a channel's scheme.
|
|
373
|
+
* @description Set a channel's permission scheme.
|
|
374
|
+
* @see https://developers.loop.ru/API/4.0.0/set-channel-scheme
|
|
375
|
+
*/
|
|
376
|
+
export interface ChannelsSetSchemeArguments extends TokenOverridable, ChannelID {
|
|
377
|
+
/** The ID of the scheme to set, or empty string to remove */
|
|
378
|
+
scheme_id: string;
|
|
379
|
+
}
|
|
380
|
+
/**
|
|
381
|
+
* Arguments for listing sidebar categories.
|
|
382
|
+
* @description Get a user's custom sidebar categories for a team.
|
|
383
|
+
* @see https://developers.loop.ru/API/4.0.0/get-sidebar-categories
|
|
384
|
+
*/
|
|
385
|
+
export interface ChannelsCategoriesListArguments extends TokenOverridable, UserID, TeamID {
|
|
386
|
+
}
|
|
387
|
+
/**
|
|
388
|
+
* Arguments for creating a sidebar category.
|
|
389
|
+
* @description Create a new sidebar category for a user in a team.
|
|
390
|
+
* @see https://developers.loop.ru/API/4.0.0/create-sidebar-category
|
|
391
|
+
*/
|
|
392
|
+
export interface ChannelsCategoriesCreateArguments extends TokenOverridable, UserID, TeamID {
|
|
393
|
+
/** Display name of the category */
|
|
394
|
+
display_name: string;
|
|
395
|
+
/** Type of category: 'favorites', 'channels', 'direct_messages', or 'custom' */
|
|
396
|
+
type: "favorites" | "channels" | "direct_messages" | "custom";
|
|
397
|
+
/** Array of channel IDs to include in this category */
|
|
398
|
+
channel_ids?: string[];
|
|
399
|
+
}
|
|
400
|
+
/**
|
|
401
|
+
* Sidebar category data for updates.
|
|
402
|
+
*/
|
|
403
|
+
export interface SidebarCategory {
|
|
404
|
+
/** Category ID */
|
|
405
|
+
id: string;
|
|
406
|
+
/** Display name */
|
|
407
|
+
display_name: string;
|
|
408
|
+
/** Type of category */
|
|
409
|
+
type: "favorites" | "channels" | "direct_messages" | "custom";
|
|
410
|
+
/** Sorting method */
|
|
411
|
+
sorting?: "alpha" | "manual" | "recent";
|
|
412
|
+
/** Channel IDs in this category */
|
|
413
|
+
channel_ids: string[];
|
|
414
|
+
}
|
|
415
|
+
/**
|
|
416
|
+
* Arguments for updating all sidebar categories.
|
|
417
|
+
* @description Update a user's sidebar categories for a team.
|
|
418
|
+
* @see https://developers.loop.ru/API/4.0.0/update-sidebar-categories
|
|
419
|
+
*/
|
|
420
|
+
export interface ChannelsCategoriesUpdateAllArguments extends TokenOverridable, UserID, TeamID {
|
|
421
|
+
/** Array of category objects to update */
|
|
422
|
+
categories: SidebarCategory[];
|
|
423
|
+
}
|
|
424
|
+
/**
|
|
425
|
+
* Arguments for getting a sidebar category.
|
|
426
|
+
* @description Get a specific sidebar category for a user in a team.
|
|
427
|
+
* @see https://developers.loop.ru/API/4.0.0/get-sidebar-category
|
|
428
|
+
*/
|
|
429
|
+
export interface ChannelsCategoryGetArguments extends TokenOverridable, UserID, TeamID {
|
|
430
|
+
/** The category ID */
|
|
431
|
+
category_id: string;
|
|
432
|
+
}
|
|
433
|
+
/**
|
|
434
|
+
* Arguments for updating a sidebar category.
|
|
435
|
+
* @description Update a specific sidebar category for a user in a team.
|
|
436
|
+
* @see https://developers.loop.ru/API/4.0.0/update-sidebar-category
|
|
437
|
+
*/
|
|
438
|
+
export interface ChannelsCategoryUpdateArguments extends TokenOverridable, UserID, TeamID {
|
|
439
|
+
/** The category ID */
|
|
440
|
+
category_id: string;
|
|
441
|
+
/** Display name of the category */
|
|
442
|
+
display_name?: string;
|
|
443
|
+
/** Sorting method */
|
|
444
|
+
sorting?: "alpha" | "manual" | "recent";
|
|
445
|
+
/** Channel IDs in this category */
|
|
446
|
+
channel_ids?: string[];
|
|
447
|
+
}
|
|
448
|
+
/**
|
|
449
|
+
* Arguments for deleting a sidebar category.
|
|
450
|
+
* @description Delete a sidebar category for a user in a team.
|
|
451
|
+
* @see https://developers.loop.ru/API/4.0.0/delete-sidebar-category
|
|
452
|
+
*/
|
|
453
|
+
export interface ChannelsCategoryDeleteArguments extends TokenOverridable, UserID, TeamID {
|
|
454
|
+
/** The category ID */
|
|
455
|
+
category_id: string;
|
|
456
|
+
}
|
|
457
|
+
/**
|
|
458
|
+
* Arguments for getting sidebar category order.
|
|
459
|
+
* @description Get the order of sidebar categories for a user in a team.
|
|
460
|
+
* @see https://developers.loop.ru/API/4.0.0/get-sidebar-category-order
|
|
461
|
+
*/
|
|
462
|
+
export interface ChannelsCategoriesOrderGetArguments extends TokenOverridable, UserID, TeamID {
|
|
463
|
+
}
|
|
464
|
+
/**
|
|
465
|
+
* Arguments for updating sidebar category order.
|
|
466
|
+
* @description Update the order of sidebar categories for a user in a team.
|
|
467
|
+
* @see https://developers.loop.ru/API/4.0.0/update-sidebar-category-order
|
|
468
|
+
*/
|
|
469
|
+
export interface ChannelsCategoriesOrderUpdateArguments extends TokenOverridable, UserID, TeamID {
|
|
470
|
+
/** Ordered array of category IDs */
|
|
471
|
+
order: string[];
|
|
472
|
+
}
|
|
473
|
+
//# sourceMappingURL=channels.methods.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"channels.methods.d.ts","sourceRoot":"","sources":["../../../src/types/methods/channels.methods.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"channels.methods.js","sourceRoot":"","sources":["../../../src/types/methods/channels.methods.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { CloudCustomerAddress, CloudCustomerPatch } from "../cloud";
|
|
2
|
+
export interface CloudUpdateCustomerArguments extends CloudCustomerPatch {
|
|
3
|
+
customer: CloudCustomerPatch;
|
|
4
|
+
}
|
|
5
|
+
export interface CloudUpdateAddressArguments {
|
|
6
|
+
address: CloudCustomerAddress;
|
|
7
|
+
}
|
|
8
|
+
export interface CloudConfirmCustomerPaymentArguments {
|
|
9
|
+
stripe_setup_intent_id: string;
|
|
10
|
+
}
|
|
11
|
+
export interface CloudValidateBusinessEmailArguments {
|
|
12
|
+
email: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=cloud.methods.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloud.methods.d.ts","sourceRoot":"","sources":["../../../src/types/methods/cloud.methods.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEzE,MAAM,WAAW,4BAA6B,SAAQ,kBAAkB;IACvE,QAAQ,EAAE,kBAAkB,CAAC;CAC7B;AAED,MAAM,WAAW,2BAA2B;IAC3C,OAAO,EAAE,oBAAoB,CAAC;CAC9B;AAED,MAAM,WAAW,oCAAoC;IACpD,sBAAsB,EAAE,MAAM,CAAC;CAC/B;AAED,MAAM,WAAW,mCAAmC;IACnD,KAAK,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloud.methods.js","sourceRoot":"","sources":["../../../src/types/methods/cloud.methods.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
export interface Paginated {
|
|
2
|
+
/** @description Number of items to return per page` */
|
|
3
|
+
per_page?: number;
|
|
4
|
+
/** @description Page number of results to return. */
|
|
5
|
+
page?: number;
|
|
6
|
+
}
|
|
7
|
+
export interface Directionable {
|
|
8
|
+
/**
|
|
9
|
+
* @description Field to sort the returned list by.
|
|
10
|
+
*/
|
|
11
|
+
sort?: string;
|
|
12
|
+
/**
|
|
13
|
+
* @description Direction (ascending or descending) followed by the sorting returned list
|
|
14
|
+
*/
|
|
15
|
+
direction?: "desc" | "asc";
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Some API methods allow for overriding the auth token used with a method at runtime.
|
|
19
|
+
*/
|
|
20
|
+
export interface TokenOverridable {
|
|
21
|
+
/** @description Overridable authentication token bearing required scopes. */
|
|
22
|
+
token?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Some API methods take a `team_id` - different interfaces here so that we can provide a different JSDoc.
|
|
26
|
+
* Unfortunately some of our APIs don't use a consistent team ID parameter name.
|
|
27
|
+
*/
|
|
28
|
+
export interface TeamID {
|
|
29
|
+
/** @description The encoded team ID. */
|
|
30
|
+
team_id: string;
|
|
31
|
+
}
|
|
32
|
+
export interface TeamIDs {
|
|
33
|
+
/** @description A list of team IDs (must include at least one ID). */
|
|
34
|
+
team_ids: [string, ...string[]];
|
|
35
|
+
}
|
|
36
|
+
export interface OptionalTeamID {
|
|
37
|
+
/** @description If using an org token, `team_id` is required. */
|
|
38
|
+
team_id?: string;
|
|
39
|
+
}
|
|
40
|
+
export interface TargetTeam {
|
|
41
|
+
/** @description The team or enterprise id of the other party. */
|
|
42
|
+
target_team?: string;
|
|
43
|
+
}
|
|
44
|
+
export interface ChannelIDs {
|
|
45
|
+
/** @description An array of channel IDs (must include at least one ID). */
|
|
46
|
+
channel_ids: [string, ...string[]];
|
|
47
|
+
}
|
|
48
|
+
export interface ChannelID {
|
|
49
|
+
/** @description Encoded channel ID. */
|
|
50
|
+
channel_id: string;
|
|
51
|
+
}
|
|
52
|
+
export interface OptionalChannelID {
|
|
53
|
+
/** @description Encoded channel ID. */
|
|
54
|
+
channel_id?: string;
|
|
55
|
+
}
|
|
56
|
+
export interface UserIDs {
|
|
57
|
+
/** @description List of encoded user IDs. */
|
|
58
|
+
user_ids: [string, ...string[]];
|
|
59
|
+
}
|
|
60
|
+
export interface UserID {
|
|
61
|
+
/** @description Encoded user ID. */
|
|
62
|
+
user_id: string;
|
|
63
|
+
}
|
|
64
|
+
export interface OptionalUserID {
|
|
65
|
+
/** @description Encoded user ID. */
|
|
66
|
+
user_id?: string;
|
|
67
|
+
}
|
|
68
|
+
export type ChannelOrUserID = ChannelID | UserID;
|
|
69
|
+
export interface UserIDMe {
|
|
70
|
+
/** @description Encoded user ID. @default me - return data for current token */
|
|
71
|
+
user_id?: string | "me";
|
|
72
|
+
}
|
|
73
|
+
export interface UserIDMe {
|
|
74
|
+
/** @description Encoded user ID. @default me - return data for current token */
|
|
75
|
+
user_id?: string;
|
|
76
|
+
}
|
|
77
|
+
export interface AppID {
|
|
78
|
+
/** @description The ID of the app. */
|
|
79
|
+
app_id: string;
|
|
80
|
+
}
|
|
81
|
+
export interface FileID {
|
|
82
|
+
/**
|
|
83
|
+
* @description The ID of the file to get
|
|
84
|
+
*/
|
|
85
|
+
file_id: string;
|
|
86
|
+
}
|
|
87
|
+
//# sourceMappingURL=common.methods.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common.methods.d.ts","sourceRoot":"","sources":["../../../src/types/methods/common.methods.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,SAAS;IACzB,uDAAuD;IACvD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qDAAqD;IACrD,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,aAAa;IAC7B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;CAC3B;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAChC,6EAA6E;IAC7E,KAAK,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;GAGG;AAEH,MAAM,WAAW,MAAM;IACtB,wCAAwC;IACxC,OAAO,EAAE,MAAM,CAAC;CAChB;AACD,MAAM,WAAW,OAAO;IACvB,sEAAsE;IACtE,QAAQ,EAAE,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,CAAC;CAChC;AAED,MAAM,WAAW,cAAc;IAC9B,iEAAiE;IACjE,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,UAAU;IAC1B,iEAAiE;IACjE,WAAW,CAAC,EAAE,MAAM,CAAC;CACrB;AAID,MAAM,WAAW,UAAU;IAC1B,2EAA2E;IAC3E,WAAW,EAAE,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,CAAC;CACnC;AACD,MAAM,WAAW,SAAS;IACzB,uCAAuC;IACvC,UAAU,EAAE,MAAM,CAAC;CACnB;AACD,MAAM,WAAW,iBAAiB;IACjC,uCAAuC;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACpB;AAID,MAAM,WAAW,OAAO;IACvB,6CAA6C;IAC7C,QAAQ,EAAE,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,CAAC;CAChC;AACD,MAAM,WAAW,MAAM;IACtB,oCAAoC;IACpC,OAAO,EAAE,MAAM,CAAC;CAChB;AACD,MAAM,WAAW,cAAc;IAC9B,oCAAoC;IACpC,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,MAAM,CAAC;AAEjD,MAAM,WAAW,QAAQ;IACxB,gFAAgF;IAChF,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AACD,MAAM,WAAW,QAAQ;IACxB,gFAAgF;IAChF,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,KAAK;IACrB,sCAAsC;IACtC,MAAM,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,MAAM;IACtB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common.methods.js","sourceRoot":"","sources":["../../../src/types/methods/common.methods.ts"],"names":[],"mappings":";AAAA,4EAA4E"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { ComplianceReport } from "../compliance";
|
|
2
|
+
/**
|
|
3
|
+
* Arguments for creating a compliance report.
|
|
4
|
+
*/
|
|
5
|
+
export interface ComplianceCreateReportArguments {
|
|
6
|
+
/** The compliance report details */
|
|
7
|
+
job: Partial<ComplianceReport>;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Arguments for getting compliance reports.
|
|
11
|
+
*/
|
|
12
|
+
export interface ComplianceGetReportsArguments {
|
|
13
|
+
/** Page number */
|
|
14
|
+
page?: number;
|
|
15
|
+
/** Number of reports per page */
|
|
16
|
+
per_page?: number;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Arguments for getting a specific compliance report.
|
|
20
|
+
*/
|
|
21
|
+
export interface ComplianceGetReportArguments {
|
|
22
|
+
/** ID of the report */
|
|
23
|
+
report_id: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Arguments for downloading a compliance report.
|
|
27
|
+
*/
|
|
28
|
+
export interface ComplianceDownloadReportArguments {
|
|
29
|
+
/** ID of the report */
|
|
30
|
+
report_id: string;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=compliance.methods.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compliance.methods.d.ts","sourceRoot":"","sources":["../../../src/types/methods/compliance.methods.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC/C,oCAAoC;IACpC,GAAG,EAAE,OAAO,CAAC,gBAAgB,CAAC,CAAC;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC7C,kBAAkB;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC5C,uBAAuB;IACvB,SAAS,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,iCAAiC;IACjD,uBAAuB;IACvB,SAAS,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compliance.methods.js","sourceRoot":"","sources":["../../../src/types/methods/compliance.methods.ts"],"names":[],"mappings":""}
|