@valiantys/atlassian-app-frontend 1.0.0 → 2.0.0

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.
@@ -317,7 +317,7 @@
317
317
  "excerptTokens": [
318
318
  {
319
319
  "kind": "Content",
320
- "text": "export declare type APIResponse = "
320
+ "text": "export type APIResponse = "
321
321
  },
322
322
  {
323
323
  "kind": "Reference",
@@ -818,18 +818,142 @@
818
818
  "kind": "Content",
819
819
  "text": "standaloneConfig?: "
820
820
  },
821
+ {
822
+ "kind": "Reference",
823
+ "text": "AtlassianAppStandaloneConfig",
824
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianAppStandaloneConfig:interface"
825
+ },
826
+ {
827
+ "kind": "Content",
828
+ "text": ";"
829
+ }
830
+ ],
831
+ "isReadonly": false,
832
+ "isOptional": true,
833
+ "releaseTag": "Public",
834
+ "name": "standaloneConfig",
835
+ "propertyTypeTokenRange": {
836
+ "startIndex": 1,
837
+ "endIndex": 2
838
+ }
839
+ }
840
+ ],
841
+ "extendsTokenRanges": []
842
+ },
843
+ {
844
+ "kind": "Function",
845
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianAppStandalone:function(1)",
846
+ "docComment": "",
847
+ "excerptTokens": [
848
+ {
849
+ "kind": "Content",
850
+ "text": "export declare function AtlassianAppStandalone({ initialMockViewContext, backendUrl, remoteUrl, doCheckWorkspace, appName, doCheckResource, modalOpenerConfig, modalContextConfig, children, }: "
851
+ },
852
+ {
853
+ "kind": "Reference",
854
+ "text": "PropsWithChildren",
855
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
856
+ },
857
+ {
858
+ "kind": "Content",
859
+ "text": "<"
860
+ },
861
+ {
862
+ "kind": "Reference",
863
+ "text": "JiraStandaloneAppWrapperProps",
864
+ "canonicalReference": "@valiantys/atlassian-app-frontend!JiraStandaloneAppWrapperProps:interface"
865
+ },
866
+ {
867
+ "kind": "Content",
868
+ "text": ">"
869
+ },
870
+ {
871
+ "kind": "Content",
872
+ "text": "): "
873
+ },
874
+ {
875
+ "kind": "Content",
876
+ "text": "import(\"react/jsx-runtime\")."
877
+ },
878
+ {
879
+ "kind": "Reference",
880
+ "text": "JSX.Element",
881
+ "canonicalReference": "@types/react!JSX.Element:interface"
882
+ },
883
+ {
884
+ "kind": "Content",
885
+ "text": ";"
886
+ }
887
+ ],
888
+ "fileUrlPath": "../../shared/frontend-feature-atlassian-app/src/lib/atlassian-app-standalone.d.ts",
889
+ "returnTypeTokenRange": {
890
+ "startIndex": 6,
891
+ "endIndex": 8
892
+ },
893
+ "releaseTag": "Public",
894
+ "overloadIndex": 1,
895
+ "parameters": [
896
+ {
897
+ "parameterName": "{ initialMockViewContext, backendUrl, remoteUrl, doCheckWorkspace, appName, doCheckResource, modalOpenerConfig, modalContextConfig, children, }",
898
+ "parameterTypeTokenRange": {
899
+ "startIndex": 1,
900
+ "endIndex": 5
901
+ },
902
+ "isOptional": false
903
+ }
904
+ ],
905
+ "name": "AtlassianAppStandalone"
906
+ },
907
+ {
908
+ "kind": "Interface",
909
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianAppStandaloneConfig:interface",
910
+ "docComment": "",
911
+ "excerptTokens": [
912
+ {
913
+ "kind": "Content",
914
+ "text": "export interface AtlassianAppStandaloneConfig "
915
+ }
916
+ ],
917
+ "fileUrlPath": "../../shared/frontend-feature-atlassian-app/src/lib/atlassian-app-config.d.ts",
918
+ "releaseTag": "Public",
919
+ "name": "AtlassianAppStandaloneConfig",
920
+ "preserveMemberOrder": false,
921
+ "members": [
922
+ {
923
+ "kind": "PropertySignature",
924
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianAppStandaloneConfig#backendUrl:member",
925
+ "docComment": "/**\n * Url for invoking backend functions\n */\n",
926
+ "excerptTokens": [
821
927
  {
822
928
  "kind": "Content",
823
- "text": "{\n oauthConfig?: "
929
+ "text": "backendUrl?: "
824
930
  },
825
931
  {
826
- "kind": "Reference",
827
- "text": "OAuthProviderProps",
828
- "canonicalReference": "@valiantys/atlassian-app-frontend!OAuthProviderProps:interface"
932
+ "kind": "Content",
933
+ "text": "string"
829
934
  },
830
935
  {
831
936
  "kind": "Content",
832
- "text": " & {\n doCheckResource?: boolean;\n };\n initialMockViewContext?: "
937
+ "text": ";"
938
+ }
939
+ ],
940
+ "isReadonly": false,
941
+ "isOptional": true,
942
+ "releaseTag": "Public",
943
+ "name": "backendUrl",
944
+ "propertyTypeTokenRange": {
945
+ "startIndex": 1,
946
+ "endIndex": 2
947
+ }
948
+ },
949
+ {
950
+ "kind": "PropertySignature",
951
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianAppStandaloneConfig#initialMockViewContext:member",
952
+ "docComment": "/**\n * Mock data for the context normally returned by @forge/bridge View.getContext()\n */\n",
953
+ "excerptTokens": [
954
+ {
955
+ "kind": "Content",
956
+ "text": "initialMockViewContext?: "
833
957
  },
834
958
  {
835
959
  "kind": "Reference",
@@ -847,7 +971,61 @@
847
971
  },
848
972
  {
849
973
  "kind": "Content",
850
- "text": ">;\n backendUrl?: string;\n remoteUrl?: string;\n modalOpenerConfig?: {\n resourceMap?: "
974
+ "text": ">"
975
+ },
976
+ {
977
+ "kind": "Content",
978
+ "text": ";"
979
+ }
980
+ ],
981
+ "isReadonly": false,
982
+ "isOptional": true,
983
+ "releaseTag": "Public",
984
+ "name": "initialMockViewContext",
985
+ "propertyTypeTokenRange": {
986
+ "startIndex": 1,
987
+ "endIndex": 5
988
+ }
989
+ },
990
+ {
991
+ "kind": "PropertySignature",
992
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianAppStandaloneConfig#modalContextConfig:member",
993
+ "docComment": "/**\n * config for an app that is opened in a @forge/bridge Modal\n */\n",
994
+ "excerptTokens": [
995
+ {
996
+ "kind": "Content",
997
+ "text": "modalContextConfig?: "
998
+ },
999
+ {
1000
+ "kind": "Content",
1001
+ "text": "{\n openerOrigin: string;\n }"
1002
+ },
1003
+ {
1004
+ "kind": "Content",
1005
+ "text": ";"
1006
+ }
1007
+ ],
1008
+ "isReadonly": false,
1009
+ "isOptional": true,
1010
+ "releaseTag": "Public",
1011
+ "name": "modalContextConfig",
1012
+ "propertyTypeTokenRange": {
1013
+ "startIndex": 1,
1014
+ "endIndex": 2
1015
+ }
1016
+ },
1017
+ {
1018
+ "kind": "PropertySignature",
1019
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianAppStandaloneConfig#modalOpenerConfig:member",
1020
+ "docComment": "/**\n * config for an app that opens @forge/bridge Modals\n */\n",
1021
+ "excerptTokens": [
1022
+ {
1023
+ "kind": "Content",
1024
+ "text": "modalOpenerConfig?: "
1025
+ },
1026
+ {
1027
+ "kind": "Content",
1028
+ "text": "{\n resourceMap?: "
851
1029
  },
852
1030
  {
853
1031
  "kind": "Reference",
@@ -856,7 +1034,7 @@
856
1034
  },
857
1035
  {
858
1036
  "kind": "Content",
859
- "text": "<string, string>;\n defaultUrl: string;\n };\n modalContextConfig?: {\n openerOrigin: string;\n };\n }"
1037
+ "text": "<string, string>;\n defaultUrl: string;\n }"
860
1038
  },
861
1039
  {
862
1040
  "kind": "Content",
@@ -866,15 +1044,101 @@
866
1044
  "isReadonly": false,
867
1045
  "isOptional": true,
868
1046
  "releaseTag": "Public",
869
- "name": "standaloneConfig",
1047
+ "name": "modalOpenerConfig",
870
1048
  "propertyTypeTokenRange": {
871
1049
  "startIndex": 1,
872
- "endIndex": 10
1050
+ "endIndex": 4
1051
+ }
1052
+ },
1053
+ {
1054
+ "kind": "PropertySignature",
1055
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianAppStandaloneConfig#oauthConfig:member",
1056
+ "docComment": "/**\n * OAuth configuration for authenticating users against Jira.\n */\n",
1057
+ "excerptTokens": [
1058
+ {
1059
+ "kind": "Content",
1060
+ "text": "oauthConfig?: "
1061
+ },
1062
+ {
1063
+ "kind": "Reference",
1064
+ "text": "AtlassianAppStandaloneOauthConfig",
1065
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianAppStandaloneOauthConfig:type"
1066
+ },
1067
+ {
1068
+ "kind": "Content",
1069
+ "text": ";"
1070
+ }
1071
+ ],
1072
+ "isReadonly": false,
1073
+ "isOptional": true,
1074
+ "releaseTag": "Public",
1075
+ "name": "oauthConfig",
1076
+ "propertyTypeTokenRange": {
1077
+ "startIndex": 1,
1078
+ "endIndex": 2
1079
+ }
1080
+ },
1081
+ {
1082
+ "kind": "PropertySignature",
1083
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianAppStandaloneConfig#remoteUrl:member",
1084
+ "docComment": "/**\n * Url for invoking remote APIs\n */\n",
1085
+ "excerptTokens": [
1086
+ {
1087
+ "kind": "Content",
1088
+ "text": "remoteUrl?: "
1089
+ },
1090
+ {
1091
+ "kind": "Content",
1092
+ "text": "string"
1093
+ },
1094
+ {
1095
+ "kind": "Content",
1096
+ "text": ";"
1097
+ }
1098
+ ],
1099
+ "isReadonly": false,
1100
+ "isOptional": true,
1101
+ "releaseTag": "Public",
1102
+ "name": "remoteUrl",
1103
+ "propertyTypeTokenRange": {
1104
+ "startIndex": 1,
1105
+ "endIndex": 2
873
1106
  }
874
1107
  }
875
1108
  ],
876
1109
  "extendsTokenRanges": []
877
1110
  },
1111
+ {
1112
+ "kind": "TypeAlias",
1113
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianAppStandaloneOauthConfig:type",
1114
+ "docComment": "",
1115
+ "excerptTokens": [
1116
+ {
1117
+ "kind": "Content",
1118
+ "text": "export type AtlassianAppStandaloneOauthConfig = "
1119
+ },
1120
+ {
1121
+ "kind": "Reference",
1122
+ "text": "OAuthProviderProps",
1123
+ "canonicalReference": "@valiantys/atlassian-app-frontend!OAuthProviderProps:interface"
1124
+ },
1125
+ {
1126
+ "kind": "Content",
1127
+ "text": " & {\n doCheckResource?: boolean;\n}"
1128
+ },
1129
+ {
1130
+ "kind": "Content",
1131
+ "text": ";"
1132
+ }
1133
+ ],
1134
+ "fileUrlPath": "../../shared/frontend-feature-atlassian-app/src/lib/atlassian-app-config.d.ts",
1135
+ "releaseTag": "Public",
1136
+ "name": "AtlassianAppStandaloneOauthConfig",
1137
+ "typeTokenRange": {
1138
+ "startIndex": 1,
1139
+ "endIndex": 3
1140
+ }
1141
+ },
878
1142
  {
879
1143
  "kind": "Function",
880
1144
  "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianAppTest:function(1)",
@@ -1462,7 +1726,7 @@
1462
1726
  },
1463
1727
  {
1464
1728
  "kind": "Content",
1465
- "text": "'read:me' | 'read:jira-user' | 'read:jira-work' | 'read:servicedesk-request' | 'write:servicedesk-request' | 'read:cmdb-schema:jira' | 'write:cmdb-schema:jira' | 'read:cmdb-type:jira' | 'write:cmdb-type:jira' | 'read:cmdb-object:jira' | 'write:cmdb-object:jira' | 'delete:cmdb-object:jira' | 'read:cmdb-attribute:jira' | 'write:cmdb-attribute:jira' | 'read:cmdb-icon:jira'"
1729
+ "text": "'read:me' | 'read:jira-user' | 'read:jira-work' | 'write:jira-work' | 'read:servicedesk-request' | 'write:servicedesk-request' | 'read:cmdb-schema:jira' | 'write:cmdb-schema:jira' | 'read:cmdb-type:jira' | 'write:cmdb-type:jira' | 'read:cmdb-object:jira' | 'write:cmdb-object:jira' | 'delete:cmdb-object:jira' | 'read:cmdb-attribute:jira' | 'write:cmdb-attribute:jira' | 'read:cmdb-icon:jira'"
1466
1730
  },
1467
1731
  {
1468
1732
  "kind": "Content",
@@ -1523,36 +1787,10 @@
1523
1787
  "kind": "Content",
1524
1788
  "text": "fetch: "
1525
1789
  },
1526
- {
1527
- "kind": "Content",
1528
- "text": "<T>(request: "
1529
- },
1530
- {
1531
- "kind": "Reference",
1532
- "text": "FetchRequest",
1533
- "canonicalReference": "@valiantys/atlassian-app-frontend!FetchRequest:interface"
1534
- },
1535
- {
1536
- "kind": "Content",
1537
- "text": ", body?: "
1538
- },
1539
1790
  {
1540
1791
  "kind": "Reference",
1541
- "text": "Record",
1542
- "canonicalReference": "!Record:type"
1543
- },
1544
- {
1545
- "kind": "Content",
1546
- "text": "<string, any>) => "
1547
- },
1548
- {
1549
- "kind": "Reference",
1550
- "text": "Promise",
1551
- "canonicalReference": "!Promise:interface"
1552
- },
1553
- {
1554
- "kind": "Content",
1555
- "text": "<T>"
1792
+ "text": "FetchSignature",
1793
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchSignature:type"
1556
1794
  },
1557
1795
  {
1558
1796
  "kind": "Content",
@@ -1565,7 +1803,7 @@
1565
1803
  "name": "fetch",
1566
1804
  "propertyTypeTokenRange": {
1567
1805
  "startIndex": 1,
1568
- "endIndex": 8
1806
+ "endIndex": 2
1569
1807
  }
1570
1808
  },
1571
1809
  {
@@ -1631,45 +1869,10 @@
1631
1869
  "kind": "Content",
1632
1870
  "text": "rawFetch: "
1633
1871
  },
1634
- {
1635
- "kind": "Content",
1636
- "text": "(url: "
1637
- },
1638
- {
1639
- "kind": "Reference",
1640
- "text": "FetchRoute",
1641
- "canonicalReference": "@valiantys/atlassian-app-frontend!FetchRoute:type"
1642
- },
1643
- {
1644
- "kind": "Content",
1645
- "text": ", init: "
1646
- },
1647
- {
1648
- "kind": "Reference",
1649
- "text": "RequestInit",
1650
- "canonicalReference": "!RequestInit:interface"
1651
- },
1652
- {
1653
- "kind": "Content",
1654
- "text": ") => "
1655
- },
1656
- {
1657
- "kind": "Reference",
1658
- "text": "Promise",
1659
- "canonicalReference": "!Promise:interface"
1660
- },
1661
- {
1662
- "kind": "Content",
1663
- "text": "<"
1664
- },
1665
1872
  {
1666
1873
  "kind": "Reference",
1667
- "text": "APIResponse",
1668
- "canonicalReference": "@valiantys/atlassian-app-frontend!APIResponse:type"
1669
- },
1670
- {
1671
- "kind": "Content",
1672
- "text": ">"
1874
+ "text": "RequestProductMethod",
1875
+ "canonicalReference": "@valiantys/atlassian-app-frontend!RequestProductMethod:type"
1673
1876
  },
1674
1877
  {
1675
1878
  "kind": "Content",
@@ -1682,7 +1885,7 @@
1682
1885
  "name": "rawFetch",
1683
1886
  "propertyTypeTokenRange": {
1684
1887
  "startIndex": 1,
1685
- "endIndex": 10
1888
+ "endIndex": 2
1686
1889
  }
1687
1890
  },
1688
1891
  {
@@ -3173,6 +3376,59 @@
3173
3376
  "endIndex": 2
3174
3377
  }
3175
3378
  },
3379
+ {
3380
+ "kind": "TypeAlias",
3381
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchSignature:type",
3382
+ "docComment": "",
3383
+ "excerptTokens": [
3384
+ {
3385
+ "kind": "Content",
3386
+ "text": "export type FetchSignature = "
3387
+ },
3388
+ {
3389
+ "kind": "Content",
3390
+ "text": "<T>(request: "
3391
+ },
3392
+ {
3393
+ "kind": "Reference",
3394
+ "text": "FetchRequest",
3395
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchRequest:interface"
3396
+ },
3397
+ {
3398
+ "kind": "Content",
3399
+ "text": ", body?: "
3400
+ },
3401
+ {
3402
+ "kind": "Reference",
3403
+ "text": "Record",
3404
+ "canonicalReference": "!Record:type"
3405
+ },
3406
+ {
3407
+ "kind": "Content",
3408
+ "text": "<string, any>) => "
3409
+ },
3410
+ {
3411
+ "kind": "Reference",
3412
+ "text": "Promise",
3413
+ "canonicalReference": "!Promise:interface"
3414
+ },
3415
+ {
3416
+ "kind": "Content",
3417
+ "text": "<T>"
3418
+ },
3419
+ {
3420
+ "kind": "Content",
3421
+ "text": ";"
3422
+ }
3423
+ ],
3424
+ "fileUrlPath": "../../shared/util-atlassian-product-fetch/src/lib/atlassian-product-fetch-service.d.ts",
3425
+ "releaseTag": "Public",
3426
+ "name": "FetchSignature",
3427
+ "typeTokenRange": {
3428
+ "startIndex": 1,
3429
+ "endIndex": 8
3430
+ }
3431
+ },
3176
3432
  {
3177
3433
  "kind": "Interface",
3178
3434
  "canonicalReference": "@valiantys/atlassian-app-frontend!ForgeRequest:interface",
@@ -4036,17 +4292,17 @@
4036
4292
  },
4037
4293
  {
4038
4294
  "kind": "Function",
4039
- "canonicalReference": "@valiantys/atlassian-app-frontend!HostRouterProvider:function(1)",
4295
+ "canonicalReference": "@valiantys/atlassian-app-frontend!HostRouterLink:function(1)",
4040
4296
  "docComment": "",
4041
4297
  "excerptTokens": [
4042
4298
  {
4043
4299
  "kind": "Content",
4044
- "text": "export declare function HostRouterProvider({ children, hostRouter, }: "
4300
+ "text": "export declare function HostRouterLink({ url, action, label, linkStyle, buttonIcon, buttonAppearance, }: "
4045
4301
  },
4046
4302
  {
4047
4303
  "kind": "Reference",
4048
- "text": "HostRouterProviderProps",
4049
- "canonicalReference": "@valiantys/atlassian-app-frontend!~HostRouterProviderProps:interface"
4304
+ "text": "HostRouterLinkProps",
4305
+ "canonicalReference": "@valiantys/atlassian-app-frontend!HostRouterLinkProps:interface"
4050
4306
  },
4051
4307
  {
4052
4308
  "kind": "Content",
@@ -4066,7 +4322,7 @@
4066
4322
  "text": ";"
4067
4323
  }
4068
4324
  ],
4069
- "fileUrlPath": "../../shared/frontend-ui-host-router/src/lib/host-router-provider.d.ts",
4325
+ "fileUrlPath": "../../shared/frontend-ui-host-router/src/lib/host-router-link.d.ts",
4070
4326
  "returnTypeTokenRange": {
4071
4327
  "startIndex": 3,
4072
4328
  "endIndex": 5
@@ -4075,7 +4331,7 @@
4075
4331
  "overloadIndex": 1,
4076
4332
  "parameters": [
4077
4333
  {
4078
- "parameterName": "{ children, hostRouter, }",
4334
+ "parameterName": "{ url, action, label, linkStyle, buttonIcon, buttonAppearance, }",
4079
4335
  "parameterTypeTokenRange": {
4080
4336
  "startIndex": 1,
4081
4337
  "endIndex": 2
@@ -4083,35 +4339,63 @@
4083
4339
  "isOptional": false
4084
4340
  }
4085
4341
  ],
4086
- "name": "HostRouterProvider"
4342
+ "name": "HostRouterLink"
4087
4343
  },
4088
4344
  {
4089
4345
  "kind": "Interface",
4090
- "canonicalReference": "@valiantys/atlassian-app-frontend!IframeProps:interface",
4346
+ "canonicalReference": "@valiantys/atlassian-app-frontend!HostRouterLinkProps:interface",
4091
4347
  "docComment": "",
4092
4348
  "excerptTokens": [
4093
4349
  {
4094
4350
  "kind": "Content",
4095
- "text": "export interface IframeProps "
4351
+ "text": "export interface HostRouterLinkProps "
4096
4352
  }
4097
4353
  ],
4098
- "fileUrlPath": "../../shared/frontend-ui-modal/src/lib/modal-content-iframe.d.ts",
4354
+ "fileUrlPath": "../../shared/frontend-ui-host-router/src/lib/host-router-link.d.ts",
4099
4355
  "releaseTag": "Public",
4100
- "name": "IframeProps",
4356
+ "name": "HostRouterLinkProps",
4101
4357
  "preserveMemberOrder": false,
4102
4358
  "members": [
4103
4359
  {
4104
4360
  "kind": "PropertySignature",
4105
- "canonicalReference": "@valiantys/atlassian-app-frontend!IframeProps#height:member",
4361
+ "canonicalReference": "@valiantys/atlassian-app-frontend!HostRouterLinkProps#action:member",
4106
4362
  "docComment": "",
4107
4363
  "excerptTokens": [
4108
4364
  {
4109
4365
  "kind": "Content",
4110
- "text": "height?: "
4366
+ "text": "action: "
4111
4367
  },
4112
4368
  {
4113
4369
  "kind": "Content",
4114
- "text": "string"
4370
+ "text": "'navigate' | 'open'"
4371
+ },
4372
+ {
4373
+ "kind": "Content",
4374
+ "text": ";"
4375
+ }
4376
+ ],
4377
+ "isReadonly": false,
4378
+ "isOptional": false,
4379
+ "releaseTag": "Public",
4380
+ "name": "action",
4381
+ "propertyTypeTokenRange": {
4382
+ "startIndex": 1,
4383
+ "endIndex": 2
4384
+ }
4385
+ },
4386
+ {
4387
+ "kind": "PropertySignature",
4388
+ "canonicalReference": "@valiantys/atlassian-app-frontend!HostRouterLinkProps#buttonAppearance:member",
4389
+ "docComment": "",
4390
+ "excerptTokens": [
4391
+ {
4392
+ "kind": "Content",
4393
+ "text": "buttonAppearance?: "
4394
+ },
4395
+ {
4396
+ "kind": "Reference",
4397
+ "text": "IconButtonAppearance",
4398
+ "canonicalReference": "@atlaskit/button!IconButtonAppearance:type"
4115
4399
  },
4116
4400
  {
4117
4401
  "kind": "Content",
@@ -4121,7 +4405,7 @@
4121
4405
  "isReadonly": false,
4122
4406
  "isOptional": true,
4123
4407
  "releaseTag": "Public",
4124
- "name": "height",
4408
+ "name": "buttonAppearance",
4125
4409
  "propertyTypeTokenRange": {
4126
4410
  "startIndex": 1,
4127
4411
  "endIndex": 2
@@ -4129,12 +4413,40 @@
4129
4413
  },
4130
4414
  {
4131
4415
  "kind": "PropertySignature",
4132
- "canonicalReference": "@valiantys/atlassian-app-frontend!IframeProps#link:member",
4416
+ "canonicalReference": "@valiantys/atlassian-app-frontend!HostRouterLinkProps#buttonIcon:member",
4133
4417
  "docComment": "",
4134
4418
  "excerptTokens": [
4135
4419
  {
4136
4420
  "kind": "Content",
4137
- "text": "link: "
4421
+ "text": "buttonIcon?: "
4422
+ },
4423
+ {
4424
+ "kind": "Reference",
4425
+ "text": "IconProp",
4426
+ "canonicalReference": "@atlaskit/button!IconProp:type"
4427
+ },
4428
+ {
4429
+ "kind": "Content",
4430
+ "text": ";"
4431
+ }
4432
+ ],
4433
+ "isReadonly": false,
4434
+ "isOptional": true,
4435
+ "releaseTag": "Public",
4436
+ "name": "buttonIcon",
4437
+ "propertyTypeTokenRange": {
4438
+ "startIndex": 1,
4439
+ "endIndex": 2
4440
+ }
4441
+ },
4442
+ {
4443
+ "kind": "PropertySignature",
4444
+ "canonicalReference": "@valiantys/atlassian-app-frontend!HostRouterLinkProps#label:member",
4445
+ "docComment": "/**\n * anchor text or button label *\n */\n",
4446
+ "excerptTokens": [
4447
+ {
4448
+ "kind": "Content",
4449
+ "text": "label: "
4138
4450
  },
4139
4451
  {
4140
4452
  "kind": "Content",
@@ -4148,7 +4460,7 @@
4148
4460
  "isReadonly": false,
4149
4461
  "isOptional": false,
4150
4462
  "releaseTag": "Public",
4151
- "name": "link",
4463
+ "name": "label",
4152
4464
  "propertyTypeTokenRange": {
4153
4465
  "startIndex": 1,
4154
4466
  "endIndex": 2
@@ -4156,12 +4468,39 @@
4156
4468
  },
4157
4469
  {
4158
4470
  "kind": "PropertySignature",
4159
- "canonicalReference": "@valiantys/atlassian-app-frontend!IframeProps#title:member",
4471
+ "canonicalReference": "@valiantys/atlassian-app-frontend!HostRouterLinkProps#linkStyle:member",
4160
4472
  "docComment": "",
4161
4473
  "excerptTokens": [
4162
4474
  {
4163
4475
  "kind": "Content",
4164
- "text": "title?: "
4476
+ "text": "linkStyle: "
4477
+ },
4478
+ {
4479
+ "kind": "Content",
4480
+ "text": "'link' | 'button'"
4481
+ },
4482
+ {
4483
+ "kind": "Content",
4484
+ "text": ";"
4485
+ }
4486
+ ],
4487
+ "isReadonly": false,
4488
+ "isOptional": false,
4489
+ "releaseTag": "Public",
4490
+ "name": "linkStyle",
4491
+ "propertyTypeTokenRange": {
4492
+ "startIndex": 1,
4493
+ "endIndex": 2
4494
+ }
4495
+ },
4496
+ {
4497
+ "kind": "PropertySignature",
4498
+ "canonicalReference": "@valiantys/atlassian-app-frontend!HostRouterLinkProps#url:member",
4499
+ "docComment": "",
4500
+ "excerptTokens": [
4501
+ {
4502
+ "kind": "Content",
4503
+ "text": "url: "
4165
4504
  },
4166
4505
  {
4167
4506
  "kind": "Content",
@@ -4173,9 +4512,106 @@
4173
4512
  }
4174
4513
  ],
4175
4514
  "isReadonly": false,
4176
- "isOptional": true,
4515
+ "isOptional": false,
4177
4516
  "releaseTag": "Public",
4178
- "name": "title",
4517
+ "name": "url",
4518
+ "propertyTypeTokenRange": {
4519
+ "startIndex": 1,
4520
+ "endIndex": 2
4521
+ }
4522
+ }
4523
+ ],
4524
+ "extendsTokenRanges": []
4525
+ },
4526
+ {
4527
+ "kind": "Function",
4528
+ "canonicalReference": "@valiantys/atlassian-app-frontend!HostRouterProvider:function(1)",
4529
+ "docComment": "",
4530
+ "excerptTokens": [
4531
+ {
4532
+ "kind": "Content",
4533
+ "text": "export declare function HostRouterProvider({ children, hostRouter, }: "
4534
+ },
4535
+ {
4536
+ "kind": "Reference",
4537
+ "text": "HostRouterProviderProps",
4538
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~HostRouterProviderProps:interface"
4539
+ },
4540
+ {
4541
+ "kind": "Content",
4542
+ "text": "): "
4543
+ },
4544
+ {
4545
+ "kind": "Content",
4546
+ "text": "import(\"react/jsx-runtime\")."
4547
+ },
4548
+ {
4549
+ "kind": "Reference",
4550
+ "text": "JSX.Element",
4551
+ "canonicalReference": "@types/react!JSX.Element:interface"
4552
+ },
4553
+ {
4554
+ "kind": "Content",
4555
+ "text": ";"
4556
+ }
4557
+ ],
4558
+ "fileUrlPath": "../../shared/frontend-ui-host-router/src/lib/host-router-provider.d.ts",
4559
+ "returnTypeTokenRange": {
4560
+ "startIndex": 3,
4561
+ "endIndex": 5
4562
+ },
4563
+ "releaseTag": "Public",
4564
+ "overloadIndex": 1,
4565
+ "parameters": [
4566
+ {
4567
+ "parameterName": "{ children, hostRouter, }",
4568
+ "parameterTypeTokenRange": {
4569
+ "startIndex": 1,
4570
+ "endIndex": 2
4571
+ },
4572
+ "isOptional": false
4573
+ }
4574
+ ],
4575
+ "name": "HostRouterProvider"
4576
+ },
4577
+ {
4578
+ "kind": "Interface",
4579
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IframeModalContextData:interface",
4580
+ "docComment": "",
4581
+ "excerptTokens": [
4582
+ {
4583
+ "kind": "Content",
4584
+ "text": "export interface IframeModalContextData "
4585
+ }
4586
+ ],
4587
+ "fileUrlPath": "../../shared/frontend-ui-modal/src/lib/modal-content-iframe.d.ts",
4588
+ "releaseTag": "Public",
4589
+ "name": "IframeModalContextData",
4590
+ "preserveMemberOrder": false,
4591
+ "members": [
4592
+ {
4593
+ "kind": "PropertySignature",
4594
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IframeModalContextData#iframeProps:member",
4595
+ "docComment": "",
4596
+ "excerptTokens": [
4597
+ {
4598
+ "kind": "Content",
4599
+ "text": "iframeProps: "
4600
+ },
4601
+ {
4602
+ "kind": "Reference",
4603
+ "text": "IframeProps",
4604
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~IframeProps:interface"
4605
+ },
4606
+ {
4607
+ "kind": "Content",
4608
+ "text": ";"
4609
+ }
4610
+ ],
4611
+ "isReadonly": false,
4612
+ "isOptional": false,
4613
+ "releaseTag": "Public",
4614
+ "name": "iframeProps",
4179
4615
  "propertyTypeTokenRange": {
4180
4616
  "startIndex": 1,
4181
4617
  "endIndex": 2
@@ -4183,12 +4619,12 @@
4183
4619
  },
4184
4620
  {
4185
4621
  "kind": "PropertySignature",
4186
- "canonicalReference": "@valiantys/atlassian-app-frontend!IframeProps#width:member",
4622
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IframeModalContextData#modalHeader:member",
4187
4623
  "docComment": "",
4188
4624
  "excerptTokens": [
4189
4625
  {
4190
4626
  "kind": "Content",
4191
- "text": "width?: "
4627
+ "text": "modalHeader?: "
4192
4628
  },
4193
4629
  {
4194
4630
  "kind": "Content",
@@ -4202,7 +4638,7 @@
4202
4638
  "isReadonly": false,
4203
4639
  "isOptional": true,
4204
4640
  "releaseTag": "Public",
4205
- "name": "width",
4641
+ "name": "modalHeader",
4206
4642
  "propertyTypeTokenRange": {
4207
4643
  "startIndex": 1,
4208
4644
  "endIndex": 2
@@ -4229,7 +4665,7 @@
4229
4665
  "text": ";"
4230
4666
  }
4231
4667
  ],
4232
- "fileUrlPath": "../../shared/frontend-ui-backend-adapter/src/lib/backend-adapter.d.ts",
4668
+ "fileUrlPath": "../../shared/util-invoke/src/lib/invoke.d.ts",
4233
4669
  "releaseTag": "Public",
4234
4670
  "name": "InvokePayload",
4235
4671
  "typeTokenRange": {
@@ -4427,7 +4863,7 @@
4427
4863
  },
4428
4864
  {
4429
4865
  "kind": "Content",
4430
- "text": ">(action: string, data?: U) => "
4866
+ "text": ", A extends string = string>(action: A, data?: U) => "
4431
4867
  },
4432
4868
  {
4433
4869
  "kind": "Reference",
@@ -4443,7 +4879,7 @@
4443
4879
  "text": ";"
4444
4880
  }
4445
4881
  ],
4446
- "fileUrlPath": "../../shared/frontend-ui-backend-adapter/src/lib/backend-adapter.d.ts",
4882
+ "fileUrlPath": "../../shared/util-invoke/src/lib/invoke.d.ts",
4447
4883
  "releaseTag": "Public",
4448
4884
  "name": "InvokeSignature",
4449
4885
  "typeTokenRange": {
@@ -4488,28 +4924,231 @@
4488
4924
  "text": "AccountContext",
4489
4925
  "canonicalReference": "@valiantys/atlassian-app-frontend!AccountContext:interface"
4490
4926
  },
4491
- {
4492
- "kind": "Content",
4493
- "text": " "
4494
- }
4495
- ],
4496
- "fileUrlPath": "../../forge/shared/util-resolver/src/lib/atlassian-forge-util-resolver.d.ts",
4497
- "releaseTag": "Public",
4498
- "name": "IssueContext",
4499
- "preserveMemberOrder": false,
4500
- "members": [
4927
+ {
4928
+ "kind": "Content",
4929
+ "text": " "
4930
+ }
4931
+ ],
4932
+ "fileUrlPath": "../../forge/shared/util-resolver/src/lib/atlassian-forge-util-resolver.d.ts",
4933
+ "releaseTag": "Public",
4934
+ "name": "IssueContext",
4935
+ "preserveMemberOrder": false,
4936
+ "members": [
4937
+ {
4938
+ "kind": "PropertySignature",
4939
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueContext#extension:member",
4940
+ "docComment": "",
4941
+ "excerptTokens": [
4942
+ {
4943
+ "kind": "Content",
4944
+ "text": "extension: "
4945
+ },
4946
+ {
4947
+ "kind": "Content",
4948
+ "text": "{\n issue: {\n key: string;\n };\n }"
4949
+ },
4950
+ {
4951
+ "kind": "Content",
4952
+ "text": ";"
4953
+ }
4954
+ ],
4955
+ "isReadonly": false,
4956
+ "isOptional": false,
4957
+ "releaseTag": "Public",
4958
+ "name": "extension",
4959
+ "propertyTypeTokenRange": {
4960
+ "startIndex": 1,
4961
+ "endIndex": 2
4962
+ }
4963
+ }
4964
+ ],
4965
+ "extendsTokenRanges": [
4966
+ {
4967
+ "startIndex": 1,
4968
+ "endIndex": 2
4969
+ }
4970
+ ]
4971
+ },
4972
+ {
4973
+ "kind": "Interface",
4974
+ "canonicalReference": "@valiantys/atlassian-app-frontend!JiraIssueExtensionData:interface",
4975
+ "docComment": "",
4976
+ "excerptTokens": [
4977
+ {
4978
+ "kind": "Content",
4979
+ "text": "export interface JiraIssueExtensionData "
4980
+ }
4981
+ ],
4982
+ "fileUrlPath": "../../shared/frontend-ui-view-context/src/lib/view-context.d.ts",
4983
+ "releaseTag": "Public",
4984
+ "name": "JiraIssueExtensionData",
4985
+ "preserveMemberOrder": false,
4986
+ "members": [
4987
+ {
4988
+ "kind": "PropertySignature",
4989
+ "canonicalReference": "@valiantys/atlassian-app-frontend!JiraIssueExtensionData#issue:member",
4990
+ "docComment": "",
4991
+ "excerptTokens": [
4992
+ {
4993
+ "kind": "Content",
4994
+ "text": "issue: "
4995
+ },
4996
+ {
4997
+ "kind": "Content",
4998
+ "text": "{\n key: string;\n id: string;\n type: string;\n typeId: string;\n }"
4999
+ },
5000
+ {
5001
+ "kind": "Content",
5002
+ "text": ";"
5003
+ }
5004
+ ],
5005
+ "isReadonly": false,
5006
+ "isOptional": false,
5007
+ "releaseTag": "Public",
5008
+ "name": "issue",
5009
+ "propertyTypeTokenRange": {
5010
+ "startIndex": 1,
5011
+ "endIndex": 2
5012
+ }
5013
+ },
5014
+ {
5015
+ "kind": "PropertySignature",
5016
+ "canonicalReference": "@valiantys/atlassian-app-frontend!JiraIssueExtensionData#project:member",
5017
+ "docComment": "",
5018
+ "excerptTokens": [
5019
+ {
5020
+ "kind": "Content",
5021
+ "text": "project: "
5022
+ },
5023
+ {
5024
+ "kind": "Content",
5025
+ "text": "{\n id: string;\n key: string;\n type: string;\n }"
5026
+ },
5027
+ {
5028
+ "kind": "Content",
5029
+ "text": ";"
5030
+ }
5031
+ ],
5032
+ "isReadonly": false,
5033
+ "isOptional": false,
5034
+ "releaseTag": "Public",
5035
+ "name": "project",
5036
+ "propertyTypeTokenRange": {
5037
+ "startIndex": 1,
5038
+ "endIndex": 2
5039
+ }
5040
+ },
5041
+ {
5042
+ "kind": "PropertySignature",
5043
+ "canonicalReference": "@valiantys/atlassian-app-frontend!JiraIssueExtensionData#type:member",
5044
+ "docComment": "",
5045
+ "excerptTokens": [
5046
+ {
5047
+ "kind": "Content",
5048
+ "text": "type: "
5049
+ },
5050
+ {
5051
+ "kind": "Content",
5052
+ "text": "string"
5053
+ },
5054
+ {
5055
+ "kind": "Content",
5056
+ "text": ";"
5057
+ }
5058
+ ],
5059
+ "isReadonly": false,
5060
+ "isOptional": false,
5061
+ "releaseTag": "Public",
5062
+ "name": "type",
5063
+ "propertyTypeTokenRange": {
5064
+ "startIndex": 1,
5065
+ "endIndex": 2
5066
+ }
5067
+ }
5068
+ ],
5069
+ "extendsTokenRanges": []
5070
+ },
5071
+ {
5072
+ "kind": "Interface",
5073
+ "canonicalReference": "@valiantys/atlassian-app-frontend!JiraStandaloneAppWrapperProps:interface",
5074
+ "docComment": "",
5075
+ "excerptTokens": [
5076
+ {
5077
+ "kind": "Content",
5078
+ "text": "export interface JiraStandaloneAppWrapperProps "
5079
+ }
5080
+ ],
5081
+ "fileUrlPath": "../../shared/frontend-feature-atlassian-app/src/lib/atlassian-app-standalone.d.ts",
5082
+ "releaseTag": "Public",
5083
+ "name": "JiraStandaloneAppWrapperProps",
5084
+ "preserveMemberOrder": false,
5085
+ "members": [
5086
+ {
5087
+ "kind": "PropertySignature",
5088
+ "canonicalReference": "@valiantys/atlassian-app-frontend!JiraStandaloneAppWrapperProps#appName:member",
5089
+ "docComment": "",
5090
+ "excerptTokens": [
5091
+ {
5092
+ "kind": "Content",
5093
+ "text": "appName: "
5094
+ },
5095
+ {
5096
+ "kind": "Content",
5097
+ "text": "string"
5098
+ },
5099
+ {
5100
+ "kind": "Content",
5101
+ "text": ";"
5102
+ }
5103
+ ],
5104
+ "isReadonly": false,
5105
+ "isOptional": false,
5106
+ "releaseTag": "Public",
5107
+ "name": "appName",
5108
+ "propertyTypeTokenRange": {
5109
+ "startIndex": 1,
5110
+ "endIndex": 2
5111
+ }
5112
+ },
5113
+ {
5114
+ "kind": "PropertySignature",
5115
+ "canonicalReference": "@valiantys/atlassian-app-frontend!JiraStandaloneAppWrapperProps#backendUrl:member",
5116
+ "docComment": "",
5117
+ "excerptTokens": [
5118
+ {
5119
+ "kind": "Content",
5120
+ "text": "backendUrl?: "
5121
+ },
5122
+ {
5123
+ "kind": "Content",
5124
+ "text": "string"
5125
+ },
5126
+ {
5127
+ "kind": "Content",
5128
+ "text": ";"
5129
+ }
5130
+ ],
5131
+ "isReadonly": false,
5132
+ "isOptional": true,
5133
+ "releaseTag": "Public",
5134
+ "name": "backendUrl",
5135
+ "propertyTypeTokenRange": {
5136
+ "startIndex": 1,
5137
+ "endIndex": 2
5138
+ }
5139
+ },
4501
5140
  {
4502
5141
  "kind": "PropertySignature",
4503
- "canonicalReference": "@valiantys/atlassian-app-frontend!IssueContext#extension:member",
5142
+ "canonicalReference": "@valiantys/atlassian-app-frontend!JiraStandaloneAppWrapperProps#doCheckResource:member",
4504
5143
  "docComment": "",
4505
5144
  "excerptTokens": [
4506
5145
  {
4507
5146
  "kind": "Content",
4508
- "text": "extension: "
5147
+ "text": "doCheckResource?: "
4509
5148
  },
4510
5149
  {
4511
5150
  "kind": "Content",
4512
- "text": "{\n issue: {\n key: string;\n };\n }"
5151
+ "text": "boolean"
4513
5152
  },
4514
5153
  {
4515
5154
  "kind": "Content",
@@ -4517,49 +5156,94 @@
4517
5156
  }
4518
5157
  ],
4519
5158
  "isReadonly": false,
4520
- "isOptional": false,
5159
+ "isOptional": true,
4521
5160
  "releaseTag": "Public",
4522
- "name": "extension",
5161
+ "name": "doCheckResource",
4523
5162
  "propertyTypeTokenRange": {
4524
5163
  "startIndex": 1,
4525
5164
  "endIndex": 2
4526
5165
  }
4527
- }
4528
- ],
4529
- "extendsTokenRanges": [
5166
+ },
4530
5167
  {
4531
- "startIndex": 1,
4532
- "endIndex": 2
4533
- }
4534
- ]
4535
- },
4536
- {
4537
- "kind": "Interface",
4538
- "canonicalReference": "@valiantys/atlassian-app-frontend!JiraIssueExtensionData:interface",
4539
- "docComment": "",
4540
- "excerptTokens": [
5168
+ "kind": "PropertySignature",
5169
+ "canonicalReference": "@valiantys/atlassian-app-frontend!JiraStandaloneAppWrapperProps#doCheckWorkspace:member",
5170
+ "docComment": "/**\n * Select workspace when calling JSM Assets APIs\n */\n",
5171
+ "excerptTokens": [
5172
+ {
5173
+ "kind": "Content",
5174
+ "text": "doCheckWorkspace?: "
5175
+ },
5176
+ {
5177
+ "kind": "Content",
5178
+ "text": "boolean"
5179
+ },
5180
+ {
5181
+ "kind": "Content",
5182
+ "text": ";"
5183
+ }
5184
+ ],
5185
+ "isReadonly": false,
5186
+ "isOptional": true,
5187
+ "releaseTag": "Public",
5188
+ "name": "doCheckWorkspace",
5189
+ "propertyTypeTokenRange": {
5190
+ "startIndex": 1,
5191
+ "endIndex": 2
5192
+ }
5193
+ },
4541
5194
  {
4542
- "kind": "Content",
4543
- "text": "export interface JiraIssueExtensionData "
4544
- }
4545
- ],
4546
- "fileUrlPath": "../../shared/frontend-ui-view-context/src/lib/view-context.d.ts",
4547
- "releaseTag": "Public",
4548
- "name": "JiraIssueExtensionData",
4549
- "preserveMemberOrder": false,
4550
- "members": [
5195
+ "kind": "PropertySignature",
5196
+ "canonicalReference": "@valiantys/atlassian-app-frontend!JiraStandaloneAppWrapperProps#initialMockViewContext:member",
5197
+ "docComment": "",
5198
+ "excerptTokens": [
5199
+ {
5200
+ "kind": "Content",
5201
+ "text": "initialMockViewContext?: "
5202
+ },
5203
+ {
5204
+ "kind": "Reference",
5205
+ "text": "Partial",
5206
+ "canonicalReference": "!Partial:type"
5207
+ },
5208
+ {
5209
+ "kind": "Content",
5210
+ "text": "<"
5211
+ },
5212
+ {
5213
+ "kind": "Reference",
5214
+ "text": "FullContext",
5215
+ "canonicalReference": "@forge/bridge!FullContext:interface"
5216
+ },
5217
+ {
5218
+ "kind": "Content",
5219
+ "text": ">"
5220
+ },
5221
+ {
5222
+ "kind": "Content",
5223
+ "text": ";"
5224
+ }
5225
+ ],
5226
+ "isReadonly": false,
5227
+ "isOptional": true,
5228
+ "releaseTag": "Public",
5229
+ "name": "initialMockViewContext",
5230
+ "propertyTypeTokenRange": {
5231
+ "startIndex": 1,
5232
+ "endIndex": 5
5233
+ }
5234
+ },
4551
5235
  {
4552
5236
  "kind": "PropertySignature",
4553
- "canonicalReference": "@valiantys/atlassian-app-frontend!JiraIssueExtensionData#issue:member",
5237
+ "canonicalReference": "@valiantys/atlassian-app-frontend!JiraStandaloneAppWrapperProps#modalContextConfig:member",
4554
5238
  "docComment": "",
4555
5239
  "excerptTokens": [
4556
5240
  {
4557
5241
  "kind": "Content",
4558
- "text": "issue: "
5242
+ "text": "modalContextConfig?: "
4559
5243
  },
4560
5244
  {
4561
5245
  "kind": "Content",
4562
- "text": "{\n key: string;\n id: string;\n type: string;\n typeId: string;\n }"
5246
+ "text": "{\n openerOrigin: string;\n }"
4563
5247
  },
4564
5248
  {
4565
5249
  "kind": "Content",
@@ -4567,9 +5251,9 @@
4567
5251
  }
4568
5252
  ],
4569
5253
  "isReadonly": false,
4570
- "isOptional": false,
5254
+ "isOptional": true,
4571
5255
  "releaseTag": "Public",
4572
- "name": "issue",
5256
+ "name": "modalContextConfig",
4573
5257
  "propertyTypeTokenRange": {
4574
5258
  "startIndex": 1,
4575
5259
  "endIndex": 2
@@ -4577,16 +5261,25 @@
4577
5261
  },
4578
5262
  {
4579
5263
  "kind": "PropertySignature",
4580
- "canonicalReference": "@valiantys/atlassian-app-frontend!JiraIssueExtensionData#project:member",
5264
+ "canonicalReference": "@valiantys/atlassian-app-frontend!JiraStandaloneAppWrapperProps#modalOpenerConfig:member",
4581
5265
  "docComment": "",
4582
5266
  "excerptTokens": [
4583
5267
  {
4584
5268
  "kind": "Content",
4585
- "text": "project: "
5269
+ "text": "modalOpenerConfig?: "
4586
5270
  },
4587
5271
  {
4588
5272
  "kind": "Content",
4589
- "text": "{\n id: string;\n key: string;\n type: string;\n }"
5273
+ "text": "{\n resourceMap?: "
5274
+ },
5275
+ {
5276
+ "kind": "Reference",
5277
+ "text": "Record",
5278
+ "canonicalReference": "!Record:type"
5279
+ },
5280
+ {
5281
+ "kind": "Content",
5282
+ "text": "<string, string>;\n defaultUrl: string;\n }"
4590
5283
  },
4591
5284
  {
4592
5285
  "kind": "Content",
@@ -4594,22 +5287,22 @@
4594
5287
  }
4595
5288
  ],
4596
5289
  "isReadonly": false,
4597
- "isOptional": false,
5290
+ "isOptional": true,
4598
5291
  "releaseTag": "Public",
4599
- "name": "project",
5292
+ "name": "modalOpenerConfig",
4600
5293
  "propertyTypeTokenRange": {
4601
5294
  "startIndex": 1,
4602
- "endIndex": 2
5295
+ "endIndex": 4
4603
5296
  }
4604
5297
  },
4605
5298
  {
4606
5299
  "kind": "PropertySignature",
4607
- "canonicalReference": "@valiantys/atlassian-app-frontend!JiraIssueExtensionData#type:member",
5300
+ "canonicalReference": "@valiantys/atlassian-app-frontend!JiraStandaloneAppWrapperProps#remoteUrl:member",
4608
5301
  "docComment": "",
4609
5302
  "excerptTokens": [
4610
5303
  {
4611
5304
  "kind": "Content",
4612
- "text": "type: "
5305
+ "text": "remoteUrl?: "
4613
5306
  },
4614
5307
  {
4615
5308
  "kind": "Content",
@@ -4621,9 +5314,9 @@
4621
5314
  }
4622
5315
  ],
4623
5316
  "isReadonly": false,
4624
- "isOptional": false,
5317
+ "isOptional": true,
4625
5318
  "releaseTag": "Public",
4626
- "name": "type",
5319
+ "name": "remoteUrl",
4627
5320
  "propertyTypeTokenRange": {
4628
5321
  "startIndex": 1,
4629
5322
  "endIndex": 2
@@ -5219,7 +5912,7 @@
5219
5912
  "excerptTokens": [
5220
5913
  {
5221
5914
  "kind": "Content",
5222
- "text": "export declare function ModalContent<T>({ children }: "
5915
+ "text": "export declare function ModalContent({ children }: "
5223
5916
  },
5224
5917
  {
5225
5918
  "kind": "Reference",
@@ -5261,19 +5954,6 @@
5261
5954
  "isOptional": false
5262
5955
  }
5263
5956
  ],
5264
- "typeParameters": [
5265
- {
5266
- "typeParameterName": "T",
5267
- "constraintTokenRange": {
5268
- "startIndex": 0,
5269
- "endIndex": 0
5270
- },
5271
- "defaultTypeTokenRange": {
5272
- "startIndex": 0,
5273
- "endIndex": 0
5274
- }
5275
- }
5276
- ],
5277
5957
  "name": "ModalContent"
5278
5958
  },
5279
5959
  {
@@ -5292,7 +5972,7 @@
5292
5972
  {
5293
5973
  "kind": "Reference",
5294
5974
  "text": "IframeProps",
5295
- "canonicalReference": "@valiantys/atlassian-app-frontend!IframeProps:interface"
5975
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~IframeProps:interface"
5296
5976
  },
5297
5977
  {
5298
5978
  "kind": "Content",
@@ -5355,14 +6035,25 @@
5355
6035
  "excerptTokens": [
5356
6036
  {
5357
6037
  "kind": "Content",
5358
- "text": "export interface ModalContentService<T> "
6038
+ "text": "export interface ModalContentService<C, P> "
5359
6039
  }
5360
6040
  ],
5361
6041
  "fileUrlPath": "../../shared/frontend-ui-modal/src/lib/modal-content.d.ts",
5362
6042
  "releaseTag": "Public",
5363
6043
  "typeParameters": [
5364
6044
  {
5365
- "typeParameterName": "T",
6045
+ "typeParameterName": "C",
6046
+ "constraintTokenRange": {
6047
+ "startIndex": 0,
6048
+ "endIndex": 0
6049
+ },
6050
+ "defaultTypeTokenRange": {
6051
+ "startIndex": 0,
6052
+ "endIndex": 0
6053
+ }
6054
+ },
6055
+ {
6056
+ "typeParameterName": "P",
5366
6057
  "constraintTokenRange": {
5367
6058
  "startIndex": 0,
5368
6059
  "endIndex": 0
@@ -5387,7 +6078,7 @@
5387
6078
  },
5388
6079
  {
5389
6080
  "kind": "Content",
5390
- "text": "(payload?: unknown) => void"
6081
+ "text": "(payload?: P) => void"
5391
6082
  },
5392
6083
  {
5393
6084
  "kind": "Content",
@@ -5414,7 +6105,7 @@
5414
6105
  },
5415
6106
  {
5416
6107
  "kind": "Content",
5417
- "text": "T"
6108
+ "text": "C"
5418
6109
  },
5419
6110
  {
5420
6111
  "kind": "Content",
@@ -5519,7 +6210,7 @@
5519
6210
  "excerptTokens": [
5520
6211
  {
5521
6212
  "kind": "Content",
5522
- "text": "buttonGroup: "
6213
+ "text": "buttonGroup?: "
5523
6214
  },
5524
6215
  {
5525
6216
  "kind": "Reference",
@@ -5532,7 +6223,7 @@
5532
6223
  }
5533
6224
  ],
5534
6225
  "isReadonly": false,
5535
- "isOptional": false,
6226
+ "isOptional": true,
5536
6227
  "releaseTag": "Public",
5537
6228
  "name": "buttonGroup",
5538
6229
  "propertyTypeTokenRange": {
@@ -5547,7 +6238,7 @@
5547
6238
  "excerptTokens": [
5548
6239
  {
5549
6240
  "kind": "Content",
5550
- "text": "title: "
6241
+ "text": "title?: "
5551
6242
  },
5552
6243
  {
5553
6244
  "kind": "Content",
@@ -5559,7 +6250,7 @@
5559
6250
  }
5560
6251
  ],
5561
6252
  "isReadonly": false,
5562
- "isOptional": false,
6253
+ "isOptional": true,
5563
6254
  "releaseTag": "Public",
5564
6255
  "name": "title",
5565
6256
  "propertyTypeTokenRange": {
@@ -7304,6 +7995,68 @@
7304
7995
  "endIndex": 2
7305
7996
  }
7306
7997
  },
7998
+ {
7999
+ "kind": "TypeAlias",
8000
+ "canonicalReference": "@valiantys/atlassian-app-frontend!RequestProductMethod:type",
8001
+ "docComment": "",
8002
+ "excerptTokens": [
8003
+ {
8004
+ "kind": "Content",
8005
+ "text": "export type RequestProductMethod = "
8006
+ },
8007
+ {
8008
+ "kind": "Content",
8009
+ "text": "(url: "
8010
+ },
8011
+ {
8012
+ "kind": "Reference",
8013
+ "text": "FetchRoute",
8014
+ "canonicalReference": "@valiantys/atlassian-app-frontend!FetchRoute:type"
8015
+ },
8016
+ {
8017
+ "kind": "Content",
8018
+ "text": ", init: "
8019
+ },
8020
+ {
8021
+ "kind": "Reference",
8022
+ "text": "RequestInit",
8023
+ "canonicalReference": "!RequestInit:interface"
8024
+ },
8025
+ {
8026
+ "kind": "Content",
8027
+ "text": ") => "
8028
+ },
8029
+ {
8030
+ "kind": "Reference",
8031
+ "text": "Promise",
8032
+ "canonicalReference": "!Promise:interface"
8033
+ },
8034
+ {
8035
+ "kind": "Content",
8036
+ "text": "<"
8037
+ },
8038
+ {
8039
+ "kind": "Reference",
8040
+ "text": "APIResponse",
8041
+ "canonicalReference": "@valiantys/atlassian-app-frontend!APIResponse:type"
8042
+ },
8043
+ {
8044
+ "kind": "Content",
8045
+ "text": ">"
8046
+ },
8047
+ {
8048
+ "kind": "Content",
8049
+ "text": ";"
8050
+ }
8051
+ ],
8052
+ "fileUrlPath": "../../shared/util-atlassian-product-fetch/src/lib/atlassian-product-fetch-service.d.ts",
8053
+ "releaseTag": "Public",
8054
+ "name": "RequestProductMethod",
8055
+ "typeTokenRange": {
8056
+ "startIndex": 1,
8057
+ "endIndex": 10
8058
+ }
8059
+ },
7307
8060
  {
7308
8061
  "kind": "TypeAlias",
7309
8062
  "canonicalReference": "@valiantys/atlassian-app-frontend!ResolverFunction:type",
@@ -7873,7 +8626,23 @@
7873
8626
  "excerptTokens": [
7874
8627
  {
7875
8628
  "kind": "Content",
7876
- "text": "export declare function useModalContentService<T>(): "
8629
+ "text": "export declare function useModalContentService<C = "
8630
+ },
8631
+ {
8632
+ "kind": "Content",
8633
+ "text": "unknown"
8634
+ },
8635
+ {
8636
+ "kind": "Content",
8637
+ "text": ", P = "
8638
+ },
8639
+ {
8640
+ "kind": "Content",
8641
+ "text": "unknown"
8642
+ },
8643
+ {
8644
+ "kind": "Content",
8645
+ "text": ">(): "
7877
8646
  },
7878
8647
  {
7879
8648
  "kind": "Reference",
@@ -7882,7 +8651,7 @@
7882
8651
  },
7883
8652
  {
7884
8653
  "kind": "Content",
7885
- "text": "<T>"
8654
+ "text": "<C, P>"
7886
8655
  },
7887
8656
  {
7888
8657
  "kind": "Content",
@@ -7891,22 +8660,33 @@
7891
8660
  ],
7892
8661
  "fileUrlPath": "../../shared/frontend-ui-modal/src/lib/modal-content.d.ts",
7893
8662
  "returnTypeTokenRange": {
7894
- "startIndex": 1,
7895
- "endIndex": 3
8663
+ "startIndex": 5,
8664
+ "endIndex": 7
7896
8665
  },
7897
8666
  "releaseTag": "Public",
7898
8667
  "overloadIndex": 1,
7899
8668
  "parameters": [],
7900
8669
  "typeParameters": [
7901
8670
  {
7902
- "typeParameterName": "T",
8671
+ "typeParameterName": "C",
7903
8672
  "constraintTokenRange": {
7904
8673
  "startIndex": 0,
7905
8674
  "endIndex": 0
7906
8675
  },
7907
8676
  "defaultTypeTokenRange": {
8677
+ "startIndex": 1,
8678
+ "endIndex": 2
8679
+ }
8680
+ },
8681
+ {
8682
+ "typeParameterName": "P",
8683
+ "constraintTokenRange": {
7908
8684
  "startIndex": 0,
7909
8685
  "endIndex": 0
8686
+ },
8687
+ "defaultTypeTokenRange": {
8688
+ "startIndex": 3,
8689
+ "endIndex": 4
7910
8690
  }
7911
8691
  }
7912
8692
  ],