@atlaskit/util-data-test 17.8.0 → 17.8.2
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 +12 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/emoji/get-emoji-provider.d.ts +2 -2
- package/dist/types/emoji/get-emoji-resource-standard-atlassian.d.ts +1 -1
- package/dist/types/emoji/get-emoji-resource.d.ts +1 -1
- package/dist/types/emoji/mock-emoji-resource-factory.d.ts +1 -1
- package/dist/types/emoji/mock-non-uploading-emoji-resource-factory.d.ts +1 -1
- package/dist/types/emoji-test/get-non-uploading-emoji-resource.d.ts +1 -1
- package/dist/types/emoji-test/get-test-emoji-resource-from-repository.d.ts +1 -1
- package/dist/types/emoji-test/get-test-emoji-resource-non-uploading.d.ts +1 -1
- package/dist/types/emoji-test/get-test-emoji-resource.d.ts +1 -1
- package/dist/types/task-decision/task-decision-story-data.d.ts +1 -1
- package/dist/types-ts4.5/emoji/emoji-from-upload.d.ts +17 -0
- package/dist/types-ts4.5/emoji/emoji-repository-usage-clear.d.ts +7 -0
- package/dist/types-ts4.5/emoji/emoji-resource-usage-clear.d.ts +6 -0
- package/dist/types-ts4.5/emoji/get-atlassian-emoji-data.d.ts +2 -0
- package/dist/types-ts4.5/emoji/get-atlassian-emojis.d.ts +1 -0
- package/dist/types-ts4.5/emoji/get-emoji-provider.d.ts +9 -0
- package/dist/types-ts4.5/emoji/get-emoji-repository.d.ts +2 -0
- package/dist/types-ts4.5/emoji/get-emoji-resource-standard-atlassian.d.ts +2 -0
- package/dist/types-ts4.5/emoji/get-emoji-resource-usage-clear.d.ts +2 -0
- package/dist/types-ts4.5/emoji/get-emoji-resource.d.ts +2 -0
- package/dist/types-ts4.5/emoji/get-emojis.d.ts +1 -0
- package/dist/types-ts4.5/emoji/get-site-emoji-data.d.ts +2 -0
- package/dist/types-ts4.5/emoji/get-site-emojis.d.ts +1 -0
- package/dist/types-ts4.5/emoji/get-standard-emoji-data.d.ts +2 -0
- package/dist/types-ts4.5/emoji/get-standard-emojis.d.ts +1 -0
- package/dist/types-ts4.5/emoji/image-emoji.d.ts +19 -0
- package/dist/types-ts4.5/emoji/logged-user.d.ts +1 -0
- package/dist/types-ts4.5/emoji/lorem.d.ts +1 -0
- package/dist/types-ts4.5/emoji/mock-emoji-resource-factory.d.ts +3 -0
- package/dist/types-ts4.5/emoji/mock-emoji-resource.d.ts +20 -0
- package/dist/types-ts4.5/emoji/mock-non-uploading-emoji-resource-factory.d.ts +3 -0
- package/dist/types-ts4.5/emoji/mock-non-uploading-emoji-resource.d.ts +33 -0
- package/dist/types-ts4.5/emoji/site-emoji-foo.d.ts +17 -0
- package/dist/types-ts4.5/emoji/site-emoji-wtf.d.ts +17 -0
- package/dist/types-ts4.5/emoji/sprite-emoji.d.ts +24 -0
- package/dist/types-ts4.5/emoji/types.d.ts +15 -0
- package/dist/types-ts4.5/emoji-constants/index.d.ts +6 -0
- package/dist/types-ts4.5/emoji-test/emoji-samples.d.ts +10 -0
- package/dist/types-ts4.5/emoji-test/expires-at.d.ts +1 -0
- package/dist/types-ts4.5/emoji-test/filter-to-searchable.d.ts +2 -0
- package/dist/types-ts4.5/emoji-test/get-non-uploading-emoji-resource.d.ts +2 -0
- package/dist/types-ts4.5/emoji-test/get-test-atlassian-emojis.d.ts +1 -0
- package/dist/types-ts4.5/emoji-test/get-test-atlassian-service-emojis.d.ts +1 -0
- package/dist/types-ts4.5/emoji-test/get-test-emoji-repository.d.ts +1 -0
- package/dist/types-ts4.5/emoji-test/get-test-emoji-resource-from-repository.d.ts +3 -0
- package/dist/types-ts4.5/emoji-test/get-test-emoji-resource-non-uploading.d.ts +2 -0
- package/dist/types-ts4.5/emoji-test/get-test-emoji-resource.d.ts +2 -0
- package/dist/types-ts4.5/emoji-test/get-test-emojis.d.ts +21 -0
- package/dist/types-ts4.5/emoji-test/get-test-image-emoji.d.ts +19 -0
- package/dist/types-ts4.5/emoji-test/get-test-media-api-token.d.ts +7 -0
- package/dist/types-ts4.5/emoji-test/get-test-searchable-emojis.d.ts +1 -0
- package/dist/types-ts4.5/emoji-test/get-test-site-emoji-foo.d.ts +17 -0
- package/dist/types-ts4.5/emoji-test/get-test-site-emoji-repository.d.ts +1 -0
- package/dist/types-ts4.5/emoji-test/get-test-site-emoji-wtf.d.ts +17 -0
- package/dist/types-ts4.5/emoji-test/get-test-site-emojis.d.ts +32 -0
- package/dist/types-ts4.5/emoji-test/get-test-site-service-emojis.d.ts +33 -0
- package/dist/types-ts4.5/emoji-test/get-test-sprite-emoji.d.ts +24 -0
- package/dist/types-ts4.5/emoji-test/get-test-standard-emojis.d.ts +1 -0
- package/dist/types-ts4.5/emoji-test/get-test-standard-service-emojis.d.ts +1 -0
- package/dist/types-ts4.5/emoji-test/media-emoji.d.ts +26 -0
- package/dist/types-ts4.5/emoji-test/media-service-emoji.d.ts +22 -0
- package/dist/types-ts4.5/emoji-test/test-emoji-repository.d.ts +5 -0
- package/dist/types-ts4.5/json-data/emoji-all.json +54398 -0
- package/dist/types-ts4.5/json-data/mention-data.json +393 -0
- package/dist/types-ts4.5/json-data/presence-invalid-info.json +47 -0
- package/dist/types-ts4.5/json-data/presence-valid-info.json +63 -0
- package/dist/types-ts4.5/json-data/sample-tasks.json +80 -0
- package/dist/types-ts4.5/json-data/service-data-atlassian.json +272 -0
- package/dist/types-ts4.5/json-data/service-data-standard.json +54098 -0
- package/dist/types-ts4.5/json-data/slack-conversations-data.json +476 -0
- package/dist/types-ts4.5/json-data/slack-workspaces-data.json +19 -0
- package/dist/types-ts4.5/json-data/test-emoji-atlassian.json +224 -0
- package/dist/types-ts4.5/json-data/test-emoji-standard.json +2000 -0
- package/dist/types-ts4.5/json-data/user-picker-data.json +361 -0
- package/dist/types-ts4.5/logger.d.ts +4 -0
- package/dist/types-ts4.5/mention/create-mock-mention-name-resolver.d.ts +2 -0
- package/dist/types-ts4.5/mention/mention-story-data.d.ts +132 -0
- package/dist/types-ts4.5/mention/mention-test-data.d.ts +3 -0
- package/dist/types-ts4.5/mention/mock-mention-name-client.d.ts +6 -0
- package/dist/types-ts4.5/mention/mock-mention-resource-with-info-hints.d.ts +10 -0
- package/dist/types-ts4.5/mention/mock-mention-resource.d.ts +29 -0
- package/dist/types-ts4.5/mention/mock-presence-resource.d.ts +11 -0
- package/dist/types-ts4.5/mention/presence-data.d.ts +16 -0
- package/dist/types-ts4.5/mention/utils.d.ts +7 -0
- package/dist/types-ts4.5/profilecard/get-mock-profilecard-client.d.ts +3 -0
- package/dist/types-ts4.5/profilecard/profilecard-data.d.ts +31 -0
- package/dist/types-ts4.5/profilecard/util.d.ts +6 -0
- package/dist/types-ts4.5/slack-data/index.d.ts +3 -0
- package/dist/types-ts4.5/slack-data/slack-conversations-data.d.ts +2 -0
- package/dist/types-ts4.5/slack-data/slack-workspaces-data.d.ts +2 -0
- package/dist/types-ts4.5/task-decision/mock-task-decision-resource.d.ts +23 -0
- package/dist/types-ts4.5/task-decision/task-decision-story-data.d.ts +50 -0
- package/dist/types-ts4.5/task-decision/utils.d.ts +4 -0
- package/dist/types-ts4.5/user-picker/ChevronRight.d.ts +3 -0
- package/dist/types-ts4.5/user-picker/index.d.ts +4 -0
- package/dist/types-ts4.5/user-picker/user-picker-custom-data.d.ts +2 -0
- package/dist/types-ts4.5/user-picker/user-picker-data.d.ts +1 -0
- package/dist/types-ts4.5/user-picker/user-picker-team-data.d.ts +2 -0
- package/emoji-constants/package.json +2 -2
- package/emoji-samples/package.json +2 -2
- package/emoji-types/package.json +2 -2
- package/filter-to-searchable/package.json +2 -2
- package/get-atlassian-emojis/package.json +2 -2
- package/get-emoji-provider/package.json +2 -2
- package/get-emoji-repository/package.json +2 -2
- package/get-emoji-resource/package.json +2 -2
- package/get-emoji-resource-standard-atlassian/package.json +2 -2
- package/get-emoji-resource-usage-clear/package.json +2 -2
- package/get-emojis/package.json +2 -2
- package/get-mock-profilecard-client/package.json +2 -2
- package/get-standard-emojis/package.json +2 -2
- package/get-test-atlassian-emojis/package.json +2 -2
- package/get-test-atlassian-service-emojis/package.json +2 -2
- package/get-test-emoji-repository/package.json +2 -2
- package/get-test-emoji-resource/package.json +2 -2
- package/get-test-emoji-resource-from-repository/package.json +2 -2
- package/get-test-emoji-resource-non-uploading/package.json +2 -2
- package/get-test-emojis/package.json +2 -2
- package/get-test-image-emoji/package.json +2 -2
- package/get-test-searchable-emojis/package.json +2 -2
- package/get-test-site-emoji-foo/package.json +2 -2
- package/get-test-site-emoji-repository/package.json +2 -2
- package/get-test-site-emoji-wtf/package.json +2 -2
- package/get-test-site-emojis/package.json +2 -2
- package/get-test-site-service-emojis/package.json +2 -2
- package/get-test-sprite-emoji/package.json +2 -2
- package/get-test-standard-emojis/package.json +2 -2
- package/get-test-standard-service-emojis/package.json +2 -2
- package/logged-user/package.json +2 -2
- package/logger/package.json +2 -2
- package/media-emoji/package.json +2 -2
- package/media-service-emoji/package.json +2 -2
- package/mention-story-data/package.json +2 -2
- package/mention-test-data/package.json +2 -2
- package/mock-emoji-resource/package.json +2 -2
- package/mock-mention-resource/package.json +2 -2
- package/mock-non-uploading-emoji-resource-factory/package.json +2 -2
- package/mock-presence-resource/package.json +2 -2
- package/package.json +3 -3
- package/presence-data/package.json +2 -2
- package/profilecard-data/package.json +2 -2
- package/slack-data/package.json +2 -2
- package/task-decision-story-data/package.json +2 -2
- package/user-picker/package.json +2 -2
- package/user-picker-data/package.json +2 -2
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"data": {
|
|
3
|
+
"PresenceBulk": [
|
|
4
|
+
{
|
|
5
|
+
"userId": "0",
|
|
6
|
+
"state": "unavailable",
|
|
7
|
+
"type": "product",
|
|
8
|
+
"date": "2017-03-03T06:49:09.160Z",
|
|
9
|
+
"message": "Away"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"userId": "1",
|
|
13
|
+
"state": "available",
|
|
14
|
+
"type": "principal",
|
|
15
|
+
"date": "2017-03-01T04:26:08.153Z",
|
|
16
|
+
"message": ""
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"userId": "2",
|
|
20
|
+
"state": "available",
|
|
21
|
+
"type": "product",
|
|
22
|
+
"date": null,
|
|
23
|
+
"message": null
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"userId": "3",
|
|
27
|
+
"state": "busy",
|
|
28
|
+
"type": "product",
|
|
29
|
+
"date": "2017-03-01T01:10:51.800Z",
|
|
30
|
+
"message": "Away"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"userId": "4",
|
|
34
|
+
"state": "unavailable",
|
|
35
|
+
"type": "principal",
|
|
36
|
+
"date": "2017-03-12T23:02:53.193Z",
|
|
37
|
+
"message": "On leave until 3/4"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"userId": "5",
|
|
41
|
+
"state": "busy",
|
|
42
|
+
"type": "principal",
|
|
43
|
+
"date": "2017-03-10T04:28:15.617Z",
|
|
44
|
+
"message": "On call"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"userId": "6",
|
|
48
|
+
"state": "busy",
|
|
49
|
+
"stateMetadata": "{\"focus\": {\"previousState\": \"available\",\"previousMessage\": null}}",
|
|
50
|
+
"type": "principal",
|
|
51
|
+
"date": "2017-11-16T06:33:39.617Z",
|
|
52
|
+
"message": "I have things to do!"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"userId": "7",
|
|
56
|
+
"state": null,
|
|
57
|
+
"type": null,
|
|
58
|
+
"date": null,
|
|
59
|
+
"message": null
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tasks": [
|
|
3
|
+
{
|
|
4
|
+
"creationDate": "2017-07-24T05:25:38.237Z",
|
|
5
|
+
"lastUpdateDate": "2017-07-24T05:25:38.237Z",
|
|
6
|
+
"state": "TODO",
|
|
7
|
+
"status": "CREATED",
|
|
8
|
+
"localId": "t1",
|
|
9
|
+
"parentLocalId": "c3328206-28d0-4b3a-84e9-94d26edf5a69",
|
|
10
|
+
"objectAri": "ari:cloud:banana:f7ebe2c0-0309-4687-b913-41d422f2110b:message/86eaefba-7030-11e7-82a6-02420aff0003",
|
|
11
|
+
"creatorId": "4cc5629af38fb272d40446a51f58ab71",
|
|
12
|
+
"lastUpdaterId": "4cc5629af38fb272d40446a51f58ab71",
|
|
13
|
+
"updatedBy": ["4cc5629af38fb272d40446a51f58ab71"],
|
|
14
|
+
"participants": [],
|
|
15
|
+
"dates": [
|
|
16
|
+
"2019-09-20T04:44:00Z"
|
|
17
|
+
],
|
|
18
|
+
"type": "TASK"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"creationDate": "2017-07-24T05:25:38.237Z",
|
|
22
|
+
"lastUpdateDate": "2017-07-24T05:25:38.237Z",
|
|
23
|
+
"state": "DONE",
|
|
24
|
+
"status": "CREATED",
|
|
25
|
+
"localId": "t2",
|
|
26
|
+
"parentLocalId": "c3328206-28d0-4b3a-84e9-94d26edf5a69",
|
|
27
|
+
"objectAri": "ari:cloud:banana:f7ebe2c0-0309-4687-b913-41d422f2110b:message/86eaefba-7030-11e7-82a6-02420aff0003",
|
|
28
|
+
"creatorId": "ed5c802ddd0ef7ec9da68da9fa51c186",
|
|
29
|
+
"lastUpdaterId": "ed5c802ddd0ef7ec9da68da9fa51c186",
|
|
30
|
+
"updatedBy": ["ed5c802ddd0ef7ec9da68da9fa51c186"],
|
|
31
|
+
"participants": [],
|
|
32
|
+
"type": "TASK"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"creationDate": "2017-07-24T05:25:38.237Z",
|
|
36
|
+
"lastUpdateDate": "2017-07-24T05:25:38.237Z",
|
|
37
|
+
"state": "TODO",
|
|
38
|
+
"status": "CREATED",
|
|
39
|
+
"localId": "t3",
|
|
40
|
+
"parentLocalId": "c3328206-28d0-4b3a-84e9-94d26edf5a69",
|
|
41
|
+
"objectAri": "ari:cloud:banana:f7ebe2c0-0309-4687-b913-41d422f2110b:message/86eaefba-7030-11e7-82a6-02420aff0003",
|
|
42
|
+
"creatorId": "4cc5629af38fb272d40446a51f58ab71",
|
|
43
|
+
"lastUpdaterId": "4cc5629af38fb272d40446a51f58ab71",
|
|
44
|
+
"updatedBy": ["4cc5629af38fb272d40446a51f58ab71"],
|
|
45
|
+
"participants": [],
|
|
46
|
+
"type": "TASK"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"creationDate": "2017-07-24T05:25:38.237Z",
|
|
50
|
+
"lastUpdateDate": "2017-07-24T05:25:38.237Z",
|
|
51
|
+
"state": "DONE",
|
|
52
|
+
"status": "CREATED",
|
|
53
|
+
"localId": "t4",
|
|
54
|
+
"parentLocalId": "c3328206-28d0-4b3a-84e9-94d26edf5a69",
|
|
55
|
+
"objectAri": "ari:cloud:banana:f7ebe2c0-0309-4687-b913-41d422f2110b:message/86eaefba-7030-11e7-82a6-02420aff0003",
|
|
56
|
+
"creatorId": "ed5c802ddd0ef7ec9da68da9fa51c186",
|
|
57
|
+
"lastUpdaterId": "ed5c802ddd0ef7ec9da68da9fa51c186",
|
|
58
|
+
"updatedBy": ["ed5c802ddd0ef7ec9da68da9fa51c186"],
|
|
59
|
+
"participants": [],
|
|
60
|
+
"type": "TASK"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"creationDate": "2017-07-24T05:25:38.237Z",
|
|
64
|
+
"lastUpdateDate": "2017-07-24T05:25:38.237Z",
|
|
65
|
+
"state": "TODO",
|
|
66
|
+
"status": "CREATED",
|
|
67
|
+
"localId": "t5",
|
|
68
|
+
"parentLocalId": "c3328206-28d0-4b3a-84e9-94d26edf5a69",
|
|
69
|
+
"objectAri": "ari:cloud:banana:f7ebe2c0-0309-4687-b913-41d422f2110b:message/86eaefba-7030-11e7-82a6-02420aff0003",
|
|
70
|
+
"creatorId": "4cc5629af38fb272d40446a51f58ab71",
|
|
71
|
+
"lastUpdaterId": "4cc5629af38fb272d40446a51f58ab71",
|
|
72
|
+
"updatedBy": ["4cc5629af38fb272d40446a51f58ab71"],
|
|
73
|
+
"participants": [],
|
|
74
|
+
"type": "TASK"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"meta": {
|
|
78
|
+
"cursor": "DECIDED|2017-07-24T05:25:38.237Z|ari:cloud:banana:f7ebe2c0-0309-4687-b913-41d422f2110b:message/86eaefba-7030-11e7-82a6-02420aff0003|83b35593-cb98-46de-a704-b4eb9aac4b9c"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
{
|
|
2
|
+
"emojis": [
|
|
3
|
+
{
|
|
4
|
+
"id": "atlassian-minus",
|
|
5
|
+
"name": "Minus",
|
|
6
|
+
"fallback": ":minus:",
|
|
7
|
+
"type": "ATLASSIAN",
|
|
8
|
+
"category": "ATLASSIAN",
|
|
9
|
+
"order": -997,
|
|
10
|
+
"representation": {
|
|
11
|
+
"imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/minus_64.png",
|
|
12
|
+
"height": 64,
|
|
13
|
+
"width": 64
|
|
14
|
+
},
|
|
15
|
+
"ascii": [
|
|
16
|
+
"(-)"
|
|
17
|
+
],
|
|
18
|
+
"searchable": true,
|
|
19
|
+
"shortName": ":minus:"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"id": "atlassian-blue_star",
|
|
23
|
+
"name": "Blue Star",
|
|
24
|
+
"fallback": ":blue_star:",
|
|
25
|
+
"type": "ATLASSIAN",
|
|
26
|
+
"category": "ATLASSIAN",
|
|
27
|
+
"order": -988,
|
|
28
|
+
"representation": {
|
|
29
|
+
"imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/blue_star_64.png",
|
|
30
|
+
"height": 64,
|
|
31
|
+
"width": 64
|
|
32
|
+
},
|
|
33
|
+
"ascii": [
|
|
34
|
+
"(*b)"
|
|
35
|
+
],
|
|
36
|
+
"searchable": true,
|
|
37
|
+
"shortName": ":blue_star:"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "atlassian-light_bulb_off",
|
|
41
|
+
"name": "Light Bulb Off",
|
|
42
|
+
"fallback": ":light_bulb_off:",
|
|
43
|
+
"type": "ATLASSIAN",
|
|
44
|
+
"category": "ATLASSIAN",
|
|
45
|
+
"order": -995,
|
|
46
|
+
"representation": {
|
|
47
|
+
"imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/light_bulb_off_64.png",
|
|
48
|
+
"height": 64,
|
|
49
|
+
"width": 64
|
|
50
|
+
},
|
|
51
|
+
"ascii": [
|
|
52
|
+
"(off)"
|
|
53
|
+
],
|
|
54
|
+
"searchable": true,
|
|
55
|
+
"shortName": ":light_bulb_off:"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"id": "atlassian-flag_off",
|
|
59
|
+
"name": "Flag Off",
|
|
60
|
+
"fallback": ":flag_off:",
|
|
61
|
+
"type": "ATLASSIAN",
|
|
62
|
+
"category": "ATLASSIAN",
|
|
63
|
+
"order": -993,
|
|
64
|
+
"representation": {
|
|
65
|
+
"imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/flag_off_64.png",
|
|
66
|
+
"height": 64,
|
|
67
|
+
"width": 64
|
|
68
|
+
},
|
|
69
|
+
"searchable": true,
|
|
70
|
+
"shortName": ":flag_off:"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "atlassian-plus",
|
|
74
|
+
"name": "Plus",
|
|
75
|
+
"fallback": ":plus:",
|
|
76
|
+
"type": "ATLASSIAN",
|
|
77
|
+
"category": "ATLASSIAN",
|
|
78
|
+
"order": -998,
|
|
79
|
+
"representation": {
|
|
80
|
+
"imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/plus_64.png",
|
|
81
|
+
"height": 64,
|
|
82
|
+
"width": 64
|
|
83
|
+
},
|
|
84
|
+
"ascii": [
|
|
85
|
+
"(+)"
|
|
86
|
+
],
|
|
87
|
+
"searchable": true,
|
|
88
|
+
"shortName": ":plus:"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "atlassian-red_star",
|
|
92
|
+
"name": "Red Star",
|
|
93
|
+
"fallback": ":red_star:",
|
|
94
|
+
"type": "ATLASSIAN",
|
|
95
|
+
"category": "ATLASSIAN",
|
|
96
|
+
"order": -986,
|
|
97
|
+
"representation": {
|
|
98
|
+
"imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/red_star_64.png",
|
|
99
|
+
"height": 64,
|
|
100
|
+
"width": 64
|
|
101
|
+
},
|
|
102
|
+
"ascii": [
|
|
103
|
+
"(*r)"
|
|
104
|
+
],
|
|
105
|
+
"searchable": true,
|
|
106
|
+
"shortName": ":red_star:"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"id": "atlassian-check_mark",
|
|
110
|
+
"name": "Check Mark",
|
|
111
|
+
"fallback": ":check_mark:",
|
|
112
|
+
"type": "ATLASSIAN",
|
|
113
|
+
"category": "ATLASSIAN",
|
|
114
|
+
"order": -1000,
|
|
115
|
+
"representation": {
|
|
116
|
+
"imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/check_mark_64.png",
|
|
117
|
+
"height": 64,
|
|
118
|
+
"width": 64
|
|
119
|
+
},
|
|
120
|
+
"ascii": [
|
|
121
|
+
"(/)"
|
|
122
|
+
],
|
|
123
|
+
"searchable": true,
|
|
124
|
+
"shortName": ":check_mark:"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"id": "atlassian-light_bulb_on",
|
|
128
|
+
"name": "Light Bulb On",
|
|
129
|
+
"fallback": ":light_bulb_on:",
|
|
130
|
+
"type": "ATLASSIAN",
|
|
131
|
+
"category": "ATLASSIAN",
|
|
132
|
+
"order": -996,
|
|
133
|
+
"representation": {
|
|
134
|
+
"imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/light_bulb_on_64.png",
|
|
135
|
+
"height": 64,
|
|
136
|
+
"width": 64
|
|
137
|
+
},
|
|
138
|
+
"ascii": [
|
|
139
|
+
"(on)"
|
|
140
|
+
],
|
|
141
|
+
"searchable": true,
|
|
142
|
+
"shortName": ":light_bulb_on:"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"id": "atlassian-question_mark",
|
|
146
|
+
"name": "Question Mark",
|
|
147
|
+
"fallback": ":question_mark:",
|
|
148
|
+
"type": "ATLASSIAN",
|
|
149
|
+
"category": "ATLASSIAN",
|
|
150
|
+
"order": -991,
|
|
151
|
+
"representation": {
|
|
152
|
+
"imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/question_mark_64.png",
|
|
153
|
+
"height": 64,
|
|
154
|
+
"width": 64
|
|
155
|
+
},
|
|
156
|
+
"ascii": [
|
|
157
|
+
"(?)"
|
|
158
|
+
],
|
|
159
|
+
"searchable": true,
|
|
160
|
+
"shortName": ":question_mark:"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "atlassian-cross_mark",
|
|
164
|
+
"name": "Cross Mark",
|
|
165
|
+
"fallback": ":cross_mark:",
|
|
166
|
+
"type": "ATLASSIAN",
|
|
167
|
+
"category": "ATLASSIAN",
|
|
168
|
+
"order": -999,
|
|
169
|
+
"representation": {
|
|
170
|
+
"imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/cross_mark_64.png",
|
|
171
|
+
"height": 64,
|
|
172
|
+
"width": 64
|
|
173
|
+
},
|
|
174
|
+
"ascii": [
|
|
175
|
+
"(x)"
|
|
176
|
+
],
|
|
177
|
+
"searchable": true,
|
|
178
|
+
"shortName": ":cross_mark:"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"id": "atlassian-yellow_star",
|
|
182
|
+
"name": "Yellow Star",
|
|
183
|
+
"fallback": ":yellow_star:",
|
|
184
|
+
"type": "ATLASSIAN",
|
|
185
|
+
"category": "ATLASSIAN",
|
|
186
|
+
"order": -989,
|
|
187
|
+
"representation": {
|
|
188
|
+
"imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/yellow_star_64.png",
|
|
189
|
+
"height": 64,
|
|
190
|
+
"width": 64
|
|
191
|
+
},
|
|
192
|
+
"ascii": [
|
|
193
|
+
"(*)",
|
|
194
|
+
"(*y)"
|
|
195
|
+
],
|
|
196
|
+
"searchable": true,
|
|
197
|
+
"shortName": ":yellow_star:"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"id": "atlassian-warning",
|
|
201
|
+
"name": "Warning",
|
|
202
|
+
"fallback": ":warning:",
|
|
203
|
+
"type": "ATLASSIAN",
|
|
204
|
+
"category": "ATLASSIAN",
|
|
205
|
+
"order": -992,
|
|
206
|
+
"representation": {
|
|
207
|
+
"imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/warning_64.png",
|
|
208
|
+
"height": 64,
|
|
209
|
+
"width": 64
|
|
210
|
+
},
|
|
211
|
+
"ascii": [
|
|
212
|
+
"(!)"
|
|
213
|
+
],
|
|
214
|
+
"searchable": true,
|
|
215
|
+
"shortName": ":warning:"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"id": "atlassian-green_star",
|
|
219
|
+
"name": "Green Star",
|
|
220
|
+
"fallback": ":green_star:",
|
|
221
|
+
"type": "ATLASSIAN",
|
|
222
|
+
"category": "ATLASSIAN",
|
|
223
|
+
"order": -987,
|
|
224
|
+
"representation": {
|
|
225
|
+
"imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/green_star_64.png",
|
|
226
|
+
"height": 64,
|
|
227
|
+
"width": 64
|
|
228
|
+
},
|
|
229
|
+
"ascii": [
|
|
230
|
+
"(*g)"
|
|
231
|
+
],
|
|
232
|
+
"searchable": true,
|
|
233
|
+
"shortName": ":green_star:"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"id": "atlassian-flag_on",
|
|
237
|
+
"name": "Flag On",
|
|
238
|
+
"fallback": ":flag_on:",
|
|
239
|
+
"type": "ATLASSIAN",
|
|
240
|
+
"category": "ATLASSIAN",
|
|
241
|
+
"order": -994,
|
|
242
|
+
"representation": {
|
|
243
|
+
"imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/flag_on_64.png",
|
|
244
|
+
"height": 64,
|
|
245
|
+
"width": 64
|
|
246
|
+
},
|
|
247
|
+
"searchable": true,
|
|
248
|
+
"shortName": ":flag_on:"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"id": "atlassian-info",
|
|
252
|
+
"name": "Info",
|
|
253
|
+
"fallback": ":info:",
|
|
254
|
+
"type": "ATLASSIAN",
|
|
255
|
+
"category": "ATLASSIAN",
|
|
256
|
+
"order": -990,
|
|
257
|
+
"representation": {
|
|
258
|
+
"imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/info_64.png",
|
|
259
|
+
"height": 64,
|
|
260
|
+
"width": 64
|
|
261
|
+
},
|
|
262
|
+
"ascii": [
|
|
263
|
+
"(i)"
|
|
264
|
+
],
|
|
265
|
+
"searchable": true,
|
|
266
|
+
"shortName": ":info:"
|
|
267
|
+
}
|
|
268
|
+
],
|
|
269
|
+
"meta": {
|
|
270
|
+
"spriteSheets": {}
|
|
271
|
+
}
|
|
272
|
+
}
|