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,67 @@
|
|
|
1
|
+
import type { CreateDataRetentionCustomPolicy, PatchDataRetentionCustomPolicy, PatchDataRetentionCustomPolicyChannels, PatchDataRetentionCustomPolicyTeams } from "../data-retention";
|
|
2
|
+
export interface DataRetentionGetPolicyArguments {
|
|
3
|
+
policy_id: string;
|
|
4
|
+
}
|
|
5
|
+
export interface DataRetentionGetPoliciesArguments {
|
|
6
|
+
page?: number;
|
|
7
|
+
per_page?: number;
|
|
8
|
+
}
|
|
9
|
+
export interface DataRetentionCreatePolicyArguments {
|
|
10
|
+
policy: CreateDataRetentionCustomPolicy;
|
|
11
|
+
}
|
|
12
|
+
export interface DataRetentionDeletePolicyArguments {
|
|
13
|
+
policy_id: string;
|
|
14
|
+
}
|
|
15
|
+
export interface DataRetentionUpdatePolicyArguments {
|
|
16
|
+
policy_id: string;
|
|
17
|
+
policy: CreateDataRetentionCustomPolicy;
|
|
18
|
+
}
|
|
19
|
+
export interface DataRetentionPatchPolicyArguments {
|
|
20
|
+
policy_id: string;
|
|
21
|
+
patch: PatchDataRetentionCustomPolicy;
|
|
22
|
+
}
|
|
23
|
+
export interface DataRetentionGetPolicyTeamsArguments {
|
|
24
|
+
policy_id: string;
|
|
25
|
+
page?: number;
|
|
26
|
+
per_page?: number;
|
|
27
|
+
}
|
|
28
|
+
export interface DataRetentionAddPolicyTeamsArguments {
|
|
29
|
+
policy_id: string;
|
|
30
|
+
teams: PatchDataRetentionCustomPolicyTeams;
|
|
31
|
+
}
|
|
32
|
+
export interface DataRetentionRemovePolicyTeamsArguments {
|
|
33
|
+
policy_id: string;
|
|
34
|
+
teams: PatchDataRetentionCustomPolicyTeams;
|
|
35
|
+
}
|
|
36
|
+
export interface DataRetentionGetPolicyChannelsArguments {
|
|
37
|
+
policy_id: string;
|
|
38
|
+
page?: number;
|
|
39
|
+
per_page?: number;
|
|
40
|
+
}
|
|
41
|
+
export interface DataRetentionAddPolicyChannelsArguments {
|
|
42
|
+
policy_id: string;
|
|
43
|
+
channels: PatchDataRetentionCustomPolicyChannels;
|
|
44
|
+
}
|
|
45
|
+
export interface DataRetentionRemovePolicyChannelsArguments {
|
|
46
|
+
policy_id: string;
|
|
47
|
+
channels: PatchDataRetentionCustomPolicyChannels;
|
|
48
|
+
}
|
|
49
|
+
export interface DataRetentionSearchPolicyTeamsArguments {
|
|
50
|
+
policy_id: string;
|
|
51
|
+
term: string;
|
|
52
|
+
}
|
|
53
|
+
export interface DataRetentionSearchPolicyChannelsArguments {
|
|
54
|
+
policy_id: string;
|
|
55
|
+
term: string;
|
|
56
|
+
}
|
|
57
|
+
export interface DataRetentionGetUserTeamPoliciesArguments {
|
|
58
|
+
user_id: string;
|
|
59
|
+
page?: number;
|
|
60
|
+
per_page?: number;
|
|
61
|
+
}
|
|
62
|
+
export interface DataRetentionGetUserChannelPoliciesArguments {
|
|
63
|
+
user_id: string;
|
|
64
|
+
page?: number;
|
|
65
|
+
per_page?: number;
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=data-retention.methods.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-retention.methods.d.ts","sourceRoot":"","sources":["../../../src/types/methods/data-retention.methods.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,+BAA+B,EAC/B,8BAA8B,EAC9B,sCAAsC,EACtC,mCAAmC,EACnC,MAAM,mBAAmB,CAAC;AAE3B,MAAM,WAAW,+BAA+B;IAC/C,SAAS,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,iCAAiC;IACjD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,kCAAkC;IAClD,MAAM,EAAE,+BAA+B,CAAC;CACxC;AAED,MAAM,WAAW,kCAAkC;IAClD,SAAS,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,kCAAkC;IAClD,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,+BAA+B,CAAC;CACxC;AAED,MAAM,WAAW,iCAAiC;IACjD,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,8BAA8B,CAAC;CACtC;AAED,MAAM,WAAW,oCAAoC;IACpD,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,oCAAoC;IACpD,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,mCAAmC,CAAC;CAC3C;AAED,MAAM,WAAW,uCAAuC;IACvD,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,mCAAmC,CAAC;CAC3C;AAED,MAAM,WAAW,uCAAuC;IACvD,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,uCAAuC;IACvD,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,sCAAsC,CAAC;CACjD;AAED,MAAM,WAAW,0CAA0C;IAC1D,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,sCAAsC,CAAC;CACjD;AAED,MAAM,WAAW,uCAAuC;IACvD,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,0CAA0C;IAC1D,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,yCAAyC;IACzD,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,4CAA4C;IAC5D,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-retention.methods.js","sourceRoot":"","sources":["../../../src/types/methods/data-retention.methods.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { Stream } from "form-data";
|
|
2
|
+
import type { Paginated, TokenOverridable } from "./common.methods";
|
|
3
|
+
export interface EmojisCreateArguments extends TokenOverridable {
|
|
4
|
+
image: Buffer | Stream;
|
|
5
|
+
emoji: {
|
|
6
|
+
name: string;
|
|
7
|
+
creator_id: string;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export interface EmojisGetListArguments extends TokenOverridable, Paginated {
|
|
11
|
+
sort?: string;
|
|
12
|
+
}
|
|
13
|
+
export interface EmojisGetArguments extends TokenOverridable {
|
|
14
|
+
emoji_id: string;
|
|
15
|
+
}
|
|
16
|
+
export interface EmojisDeleteArguments extends TokenOverridable {
|
|
17
|
+
emoji_id: string;
|
|
18
|
+
}
|
|
19
|
+
export interface EmojisSearchArguments extends TokenOverridable, Paginated {
|
|
20
|
+
term: string;
|
|
21
|
+
prefix_only?: string;
|
|
22
|
+
}
|
|
23
|
+
export interface EmojisAutocompleteArguments extends TokenOverridable {
|
|
24
|
+
name: string;
|
|
25
|
+
}
|
|
26
|
+
export interface EmojisGetByNameArguments extends TokenOverridable {
|
|
27
|
+
name: string;
|
|
28
|
+
}
|
|
29
|
+
export interface EmojisGetImageArguments extends TokenOverridable {
|
|
30
|
+
emoji_id: string;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=emojis.methods.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emojis.methods.d.ts","sourceRoot":"","sources":["../../../src/types/methods/emojis.methods.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEpE,MAAM,WAAW,qBAAsB,SAAQ,gBAAgB;IAC9D,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE;QACN,IAAI,EAAE,MAAM,CAAC;QACb,UAAU,EAAE,MAAM,CAAC;KACnB,CAAC;CACF;AAED,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB,EAAE,SAAS;IAC1E,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,kBAAmB,SAAQ,gBAAgB;IAC3D,QAAQ,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,qBAAsB,SAAQ,gBAAgB;IAC9D,QAAQ,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,qBAAsB,SAAQ,gBAAgB,EAAE,SAAS;IACzE,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,2BAA4B,SAAQ,gBAAgB;IACpE,IAAI,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,wBAAyB,SAAQ,gBAAgB;IACjE,IAAI,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,uBAAwB,SAAQ,gBAAgB;IAChE,QAAQ,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emojis.methods.js","sourceRoot":"","sources":["../../../src/types/methods/emojis.methods.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import type { Stream } from "form-data";
|
|
2
|
+
import type { ChannelID, FileID, Paginated, TeamID, TokenOverridable } from "./common.methods";
|
|
3
|
+
/**
|
|
4
|
+
* Upload a file
|
|
5
|
+
*
|
|
6
|
+
* @description Uploads a file that can later be attached to a post.
|
|
7
|
+
* This request can either be a multipart/form-data request with a channel_id,
|
|
8
|
+
* files and optional client_ids defined in the FormData, or it can be a request
|
|
9
|
+
* with the channel_id and filename defined as query parameters with the contents of a single file in the body of the request.
|
|
10
|
+
*
|
|
11
|
+
* Only multipart/form-data requests are supported by server versions up to and including 4.7.
|
|
12
|
+
* Server versions 4.8 and higher support both types of requests.
|
|
13
|
+
*
|
|
14
|
+
* Must have upload_file permission.
|
|
15
|
+
*
|
|
16
|
+
* @see https://developers.loop.ru/API/4.0.0/upload-file
|
|
17
|
+
*/
|
|
18
|
+
export interface FilesUploadArguments extends TokenOverridable, ChannelID {
|
|
19
|
+
/**
|
|
20
|
+
* @description The ID of the channel that this file will be uploaded to
|
|
21
|
+
*/
|
|
22
|
+
channel_id: string;
|
|
23
|
+
/**
|
|
24
|
+
* @description The name of the file to be uploaded
|
|
25
|
+
*/
|
|
26
|
+
filename?: string;
|
|
27
|
+
/**
|
|
28
|
+
* @description A file to be uploaded (binary)
|
|
29
|
+
*/
|
|
30
|
+
files: Buffer | Stream;
|
|
31
|
+
/**
|
|
32
|
+
* @description A unique identifier for the file that will be returned in the response
|
|
33
|
+
*/
|
|
34
|
+
client_ids?: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Get a file
|
|
38
|
+
*
|
|
39
|
+
* @description Gets a file that has been uploaded previously.
|
|
40
|
+
*
|
|
41
|
+
* Must have read_channel permission or be uploader of the file.
|
|
42
|
+
*/
|
|
43
|
+
export interface FilesGetArguments extends TokenOverridable, FileID {
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Get a file's thumbnail
|
|
47
|
+
*
|
|
48
|
+
* @description Gets a file's thumbnail.
|
|
49
|
+
*
|
|
50
|
+
* Must have read_channel permission or be uploader of the file.
|
|
51
|
+
*/
|
|
52
|
+
export interface FilesGetThumbnailArguments extends TokenOverridable, FileID {
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Get a file's preview
|
|
56
|
+
*
|
|
57
|
+
* @description Gets a file's preview.
|
|
58
|
+
*
|
|
59
|
+
* Must have read_channel permission or be uploader of the file.
|
|
60
|
+
*/
|
|
61
|
+
export interface FilesGetPreviewArguments extends TokenOverridable, FileID {
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Get a public file link
|
|
65
|
+
*
|
|
66
|
+
* @description Gets a public link for a file that can be accessed without logging into LOOP.
|
|
67
|
+
*
|
|
68
|
+
* Must have read_channel permission or be uploader of the file.
|
|
69
|
+
*/
|
|
70
|
+
export interface FilesGetPublicLinkArguments extends TokenOverridable, FileID {
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Get metadata for a file
|
|
74
|
+
*
|
|
75
|
+
* @description Gets a file's info.
|
|
76
|
+
*
|
|
77
|
+
* Must have read_channel permission or be uploader of the file.
|
|
78
|
+
*/
|
|
79
|
+
export interface FilesGetMetadataArguments extends TokenOverridable, FileID {
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Get a public file
|
|
83
|
+
*
|
|
84
|
+
* No permissions required.
|
|
85
|
+
*/
|
|
86
|
+
export interface FilesGetPublicArguments extends TokenOverridable, FileID {
|
|
87
|
+
/**
|
|
88
|
+
* @description File hash
|
|
89
|
+
*/
|
|
90
|
+
h: string;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Search files in team
|
|
94
|
+
*
|
|
95
|
+
* @description Search for files in a team based on file name, extention and file content
|
|
96
|
+
* (if file content extraction is enabled and supported for the files).
|
|
97
|
+
* Must be authenticated and have the view_team permission.
|
|
98
|
+
*
|
|
99
|
+
* @version 5.34+
|
|
100
|
+
*
|
|
101
|
+
* @see https://developers.loop.ru/API/4.0.0/search-files
|
|
102
|
+
*/
|
|
103
|
+
export interface FilesSearchArguments extends TokenOverridable, TeamID, Paginated {
|
|
104
|
+
/**
|
|
105
|
+
* @description The search terms as inputed by the user.
|
|
106
|
+
*
|
|
107
|
+
* To search for files from a user include from:someusername, using a user's username.
|
|
108
|
+
* To search in a specific channel include in:somechannel, using the channel name (not the display name).
|
|
109
|
+
* To search for specific extensions included ext:extension.
|
|
110
|
+
*/
|
|
111
|
+
terms: string;
|
|
112
|
+
/**
|
|
113
|
+
* @description Set to true if an Or search should be performed vs an And search.
|
|
114
|
+
*/
|
|
115
|
+
is_or_search: boolean;
|
|
116
|
+
/**
|
|
117
|
+
* @description Offset from UTC of user timezone for date searches.
|
|
118
|
+
* @default 0
|
|
119
|
+
*/
|
|
120
|
+
time_zone_offset?: number;
|
|
121
|
+
/**
|
|
122
|
+
* @description Set to true if deleted channels should be included in the search. (archived channels)
|
|
123
|
+
* @default false
|
|
124
|
+
*/
|
|
125
|
+
include_deleted_channels?: boolean;
|
|
126
|
+
/**
|
|
127
|
+
* @description The page to select.
|
|
128
|
+
* Only works with Elasticsearch
|
|
129
|
+
* @default 0
|
|
130
|
+
*/
|
|
131
|
+
page?: number;
|
|
132
|
+
/**
|
|
133
|
+
* @description The number of posts per page.
|
|
134
|
+
* Only works with Elasticsearch
|
|
135
|
+
* @default 60
|
|
136
|
+
*/
|
|
137
|
+
per_page?: number;
|
|
138
|
+
}
|
|
139
|
+
//# sourceMappingURL=files.methods.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"files.methods.d.ts","sourceRoot":"","sources":["../../../src/types/methods/files.methods.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,KAAK,EACX,SAAS,EACT,MAAM,EACN,SAAS,EACT,MAAM,EACN,gBAAgB,EAChB,MAAM,kBAAkB,CAAC;AAE1B;;;;;;;;;;;;;;GAcG;AACH,MAAM,WAAW,oBAAqB,SAAQ,gBAAgB,EAAE,SAAS;IACxE;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IAEvB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,iBAAkB,SAAQ,gBAAgB,EAAE,MAAM;CAAG;AAEtE;;;;;;GAMG;AACH,MAAM,WAAW,0BAA2B,SAAQ,gBAAgB,EAAE,MAAM;CAAG;AAE/E;;;;;;GAMG;AACH,MAAM,WAAW,wBAAyB,SAAQ,gBAAgB,EAAE,MAAM;CAAG;AAE7E;;;;;;GAMG;AACH,MAAM,WAAW,2BAA4B,SAAQ,gBAAgB,EAAE,MAAM;CAAG;AAEhF;;;;;;GAMG;AACH,MAAM,WAAW,yBAA0B,SAAQ,gBAAgB,EAAE,MAAM;CAAG;AAE9E;;;;GAIG;AACH,MAAM,WAAW,uBAAwB,SAAQ,gBAAgB,EAAE,MAAM;IACxE;;OAEG;IACH,CAAC,EAAE,MAAM,CAAC;CACV;AAED;;;;;;;;;;GAUG;AACH,MAAM,WAAW,oBAChB,SAAQ,gBAAgB,EACvB,MAAM,EACN,SAAS;IACV;;;;;;OAMG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,YAAY,EAAE,OAAO,CAAC;IAEtB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IAEnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"files.methods.js","sourceRoot":"","sources":["../../../src/types/methods/files.methods.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import type { CustomGroupPatch, GetGroupsForUserParams, GetGroupsParams, GroupCreateWithUserIds, GroupPatch, GroupSearchOpts, GroupSyncable } from "../groups";
|
|
2
|
+
import type { UserIDMe } from "./common.methods";
|
|
3
|
+
export interface GroupsCreateArguments {
|
|
4
|
+
group: GroupCreateWithUserIds;
|
|
5
|
+
}
|
|
6
|
+
export interface GroupsGetArguments {
|
|
7
|
+
group_id: string;
|
|
8
|
+
}
|
|
9
|
+
export interface GroupsUpdateArguments {
|
|
10
|
+
group_id: string;
|
|
11
|
+
group: CustomGroupPatch;
|
|
12
|
+
}
|
|
13
|
+
export interface GroupsDeleteArguments {
|
|
14
|
+
group_id: string;
|
|
15
|
+
}
|
|
16
|
+
export interface GroupsPatchArguments {
|
|
17
|
+
group_id: string;
|
|
18
|
+
patch: GroupPatch;
|
|
19
|
+
}
|
|
20
|
+
export interface GroupsConnectPrimaryArguments {
|
|
21
|
+
group_id: string;
|
|
22
|
+
}
|
|
23
|
+
export interface GroupsRestoreArguments {
|
|
24
|
+
group_id: string;
|
|
25
|
+
}
|
|
26
|
+
export interface GroupsGetStatsArguments {
|
|
27
|
+
group_id: string;
|
|
28
|
+
}
|
|
29
|
+
export interface GroupsListArguments extends GetGroupsParams {
|
|
30
|
+
}
|
|
31
|
+
export interface GroupsListForUserArguments extends GetGroupsForUserParams, UserIDMe {
|
|
32
|
+
}
|
|
33
|
+
export interface GroupsSearchArguments extends GroupSearchOpts {
|
|
34
|
+
}
|
|
35
|
+
export interface GroupsTeamArguments {
|
|
36
|
+
group_id: string;
|
|
37
|
+
team_id: string;
|
|
38
|
+
}
|
|
39
|
+
export interface GroupsChannelArguments {
|
|
40
|
+
group_id: string;
|
|
41
|
+
channel_id: string;
|
|
42
|
+
}
|
|
43
|
+
export interface GroupsListSyncablesArguments {
|
|
44
|
+
group_id: string;
|
|
45
|
+
}
|
|
46
|
+
export interface GroupsAddSyncableArguments extends GroupSyncable {
|
|
47
|
+
}
|
|
48
|
+
export interface GroupsRemoveSyncableArguments {
|
|
49
|
+
group_id: string;
|
|
50
|
+
syncable_id: string;
|
|
51
|
+
syncable_type: "team" | "channel";
|
|
52
|
+
}
|
|
53
|
+
export interface GroupsPatchSyncableArguments {
|
|
54
|
+
group_id: string;
|
|
55
|
+
syncable_id: string;
|
|
56
|
+
syncable_type: "team" | "channel";
|
|
57
|
+
patch: {
|
|
58
|
+
auto_add: boolean;
|
|
59
|
+
scheme_admin: boolean;
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
export interface GroupsDeleteLdapLinkArguments {
|
|
63
|
+
group_id: string;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Arguments for getting group members.
|
|
67
|
+
* @see https://developers.loop.ru/API/4.0.0/get-group-members
|
|
68
|
+
*/
|
|
69
|
+
export interface GroupsMembersGetArguments {
|
|
70
|
+
/** The group ID */
|
|
71
|
+
group_id: string;
|
|
72
|
+
/** Page number (0-based) */
|
|
73
|
+
page?: number;
|
|
74
|
+
/** Number of items per page */
|
|
75
|
+
per_page?: number;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Arguments for adding members to a custom group.
|
|
79
|
+
* @see https://developers.loop.ru/API/4.0.0/add-group-members
|
|
80
|
+
*/
|
|
81
|
+
export interface GroupsMembersAddArguments {
|
|
82
|
+
/** The group ID */
|
|
83
|
+
group_id: string;
|
|
84
|
+
/** Array of user IDs to add */
|
|
85
|
+
user_ids: string[];
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Arguments for removing members from a custom group.
|
|
89
|
+
* @see https://developers.loop.ru/API/4.0.0/delete-group-members
|
|
90
|
+
*/
|
|
91
|
+
export interface GroupsMembersRemoveArguments {
|
|
92
|
+
/** The group ID */
|
|
93
|
+
group_id: string;
|
|
94
|
+
/** Array of user IDs to remove */
|
|
95
|
+
user_ids: string[];
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Arguments for getting a group's teams.
|
|
99
|
+
* @see https://developers.loop.ru/API/4.0.0/get-group-teams
|
|
100
|
+
*/
|
|
101
|
+
export interface GroupsTeamsGetArguments {
|
|
102
|
+
/** The group ID */
|
|
103
|
+
group_id: string;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Arguments for getting a group's channels.
|
|
107
|
+
* @see https://developers.loop.ru/API/4.0.0/get-group-channels
|
|
108
|
+
*/
|
|
109
|
+
export interface GroupsChannelsGetArguments {
|
|
110
|
+
/** The group ID */
|
|
111
|
+
group_id: string;
|
|
112
|
+
}
|
|
113
|
+
//# sourceMappingURL=groups.methods.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"groups.methods.d.ts","sourceRoot":"","sources":["../../../src/types/methods/groups.methods.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,gBAAgB,EAChB,sBAAsB,EACtB,eAAe,EACf,sBAAsB,EACtB,UAAU,EACV,eAAe,EACf,aAAa,EACb,MAAM,WAAW,CAAC;AACnB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEjD,MAAM,WAAW,qBAAqB;IACrC,KAAK,EAAE,sBAAsB,CAAC;CAC9B;AAED,MAAM,WAAW,kBAAkB;IAClC,QAAQ,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,qBAAqB;IACrC,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,gBAAgB,CAAC;CACxB;AAED,MAAM,WAAW,qBAAqB;IACrC,QAAQ,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,oBAAoB;IACpC,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,UAAU,CAAC;CAClB;AAED,MAAM,WAAW,6BAA6B;IAC7C,QAAQ,EAAE,MAAM,CAAC;CAEjB;AAED,MAAM,WAAW,sBAAsB;IACtC,QAAQ,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,uBAAuB;IACvC,QAAQ,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,mBAAoB,SAAQ,eAAe;CAAG;AAE/D,MAAM,WAAW,0BAChB,SAAQ,sBAAsB,EAC7B,QAAQ;CAAG;AAEb,MAAM,WAAW,qBAAsB,SAAQ,eAAe;CAAG;AAEjE,MAAM,WAAW,mBAAmB;IACnC,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,sBAAsB;IACtC,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,4BAA4B;IAC5C,QAAQ,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,0BAA2B,SAAQ,aAAa;CAAG;AAEpE,MAAM,WAAW,6BAA6B;IAC7C,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC;AAED,MAAM,WAAW,4BAA4B;IAC5C,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,KAAK,EAAE;QACN,QAAQ,EAAE,OAAO,CAAC;QAClB,YAAY,EAAE,OAAO,CAAC;KACtB,CAAC;CACF;AAED,MAAM,WAAW,6BAA6B;IAC7C,QAAQ,EAAE,MAAM,CAAC;CACjB;AAMD;;;GAGG;AACH,MAAM,WAAW,yBAAyB;IACzC,mBAAmB;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,4BAA4B;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,+BAA+B;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;;GAGG;AACH,MAAM,WAAW,yBAAyB;IACzC,mBAAmB;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,+BAA+B;IAC/B,QAAQ,EAAE,MAAM,EAAE,CAAC;CACnB;AAED;;;GAGG;AACH,MAAM,WAAW,4BAA4B;IAC5C,mBAAmB;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,kCAAkC;IAClC,QAAQ,EAAE,MAAM,EAAE,CAAC;CACnB;AAED;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACvC,mBAAmB;IACnB,QAAQ,EAAE,MAAM,CAAC;CACjB;AAED;;;GAGG;AACH,MAAM,WAAW,0BAA0B;IAC1C,mBAAmB;IACnB,QAAQ,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"groups.methods.js","sourceRoot":"","sources":["../../../src/types/methods/groups.methods.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export * from "./bots.methods";
|
|
2
|
+
export * from "./brand.methods";
|
|
3
|
+
export * from "./channels.methods";
|
|
4
|
+
export * from "./cloud.methods";
|
|
5
|
+
export * from "./common.methods";
|
|
6
|
+
export * from "./compliance.methods";
|
|
7
|
+
export * from "./data-retention.methods";
|
|
8
|
+
export * from "./emojis.methods";
|
|
9
|
+
export * from "./files.methods";
|
|
10
|
+
export * from "./groups.methods";
|
|
11
|
+
export * from "./integrations.methods";
|
|
12
|
+
export * from "./interactive.methods";
|
|
13
|
+
export * from "./jobs.methods";
|
|
14
|
+
export * from "./playbook-runs.methods";
|
|
15
|
+
export * from "./playbooks.methods";
|
|
16
|
+
export * from "./plugins.methods";
|
|
17
|
+
export * from "./posts.methods";
|
|
18
|
+
export * from "./preferences.methods";
|
|
19
|
+
export * from "./reactions.methods";
|
|
20
|
+
export * from "./reports.methods";
|
|
21
|
+
export * from "./roles.methods";
|
|
22
|
+
export * from "./schemes.methods";
|
|
23
|
+
export * from "./system.methods";
|
|
24
|
+
export * from "./teams.methods";
|
|
25
|
+
export * from "./terms-of-service.methods";
|
|
26
|
+
export * from "./uploads.methods";
|
|
27
|
+
export * from "./users.methods";
|
|
28
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/methods/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./bots.methods"), exports);
|
|
18
|
+
__exportStar(require("./brand.methods"), exports);
|
|
19
|
+
__exportStar(require("./channels.methods"), exports);
|
|
20
|
+
__exportStar(require("./cloud.methods"), exports);
|
|
21
|
+
__exportStar(require("./common.methods"), exports);
|
|
22
|
+
__exportStar(require("./compliance.methods"), exports);
|
|
23
|
+
__exportStar(require("./data-retention.methods"), exports);
|
|
24
|
+
__exportStar(require("./emojis.methods"), exports);
|
|
25
|
+
__exportStar(require("./files.methods"), exports);
|
|
26
|
+
__exportStar(require("./groups.methods"), exports);
|
|
27
|
+
__exportStar(require("./integrations.methods"), exports);
|
|
28
|
+
__exportStar(require("./interactive.methods"), exports);
|
|
29
|
+
__exportStar(require("./jobs.methods"), exports);
|
|
30
|
+
__exportStar(require("./playbook-runs.methods"), exports);
|
|
31
|
+
__exportStar(require("./playbooks.methods"), exports);
|
|
32
|
+
__exportStar(require("./plugins.methods"), exports);
|
|
33
|
+
__exportStar(require("./posts.methods"), exports);
|
|
34
|
+
__exportStar(require("./preferences.methods"), exports);
|
|
35
|
+
__exportStar(require("./reactions.methods"), exports);
|
|
36
|
+
__exportStar(require("./reports.methods"), exports);
|
|
37
|
+
__exportStar(require("./roles.methods"), exports);
|
|
38
|
+
__exportStar(require("./schemes.methods"), exports);
|
|
39
|
+
__exportStar(require("./system.methods"), exports);
|
|
40
|
+
__exportStar(require("./teams.methods"), exports);
|
|
41
|
+
__exportStar(require("./terms-of-service.methods"), exports);
|
|
42
|
+
__exportStar(require("./uploads.methods"), exports);
|
|
43
|
+
__exportStar(require("./users.methods"), exports);
|
|
44
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/methods/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B;AAC/B,kDAAgC;AAChC,qDAAmC;AACnC,kDAAgC;AAChC,mDAAiC;AACjC,uDAAqC;AACrC,2DAAyC;AACzC,mDAAiC;AACjC,kDAAgC;AAChC,mDAAiC;AACjC,yDAAuC;AACvC,wDAAsC;AACtC,iDAA+B;AAC/B,0DAAwC;AACxC,sDAAoC;AACpC,oDAAkC;AAClC,kDAAgC;AAChC,wDAAsC;AACtC,sDAAoC;AACpC,oDAAkC;AAClC,kDAAgC;AAChC,oDAAkC;AAClC,mDAAiC;AACjC,kDAAgC;AAChC,6DAA2C;AAC3C,oDAAkC;AAClC,kDAAgC"}
|