@forge/util 1.4.0 → 1.4.1-next.0-experimental-cf84ac7
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 +16 -0
- package/package.json +2 -2
- package/packages/analytics-node-client/README.md +65 -1
- package/packages/analytics-node-client/package.json +10 -5
- package/packages/analytics-node-client/src/index.js +1 -1
- package/packages/ari/_tsup-dts-rollup.d.ts +442 -0
- package/packages/ari/beacon/custom-detection/index.d.ts +3 -0
- package/packages/ari/beacon/custom-detection/index.js +346 -0
- package/packages/ari/beacon/custom-detection/index.mjs +17 -0
- package/packages/ari/beacon/custom-detection/types.d.ts +3 -0
- package/packages/ari/beacon/custom-detection/types.js +29 -0
- package/packages/ari/beacon/custom-detection/types.mjs +8 -0
- package/packages/ari/beacon/index.d.ts +1 -0
- package/packages/ari/beacon/index.js +64 -0
- package/packages/ari/beacon/index.mjs +13 -8
- package/packages/ari/bitbucket/index.mjs +8 -8
- package/packages/ari/brie/index.mjs +4 -4
- package/packages/ari/canvas/index.mjs +4 -4
- package/packages/ari/chunk-5DRIX3CB.mjs +7 -0
- package/packages/ari/chunk-6YGOGAWM.mjs +7 -0
- package/packages/ari/chunk-A5KZESJG.mjs +76 -0
- package/packages/ari/chunk-AWSUWYDF.mjs +80 -0
- package/packages/ari/chunk-BGUJ6GY2.mjs +62 -0
- package/packages/ari/chunk-D5S55TXO.mjs +7 -0
- package/packages/ari/chunk-DFCDGB7O.mjs +80 -0
- package/packages/ari/chunk-GHVFX7QU.mjs +80 -0
- package/packages/ari/chunk-IQPZXRAE.mjs +69 -0
- package/packages/ari/chunk-IUUUDGF6.mjs +7 -0
- package/packages/ari/chunk-OWEX3L44.mjs +7 -0
- package/packages/ari/chunk-PF3FHNQU.mjs +7 -0
- package/packages/ari/chunk-PVBPUKXI.mjs +7 -0
- package/packages/ari/chunk-PXLAHM4C.mjs +73 -0
- package/packages/ari/chunk-QO2BQQRK.mjs +7 -0
- package/packages/ari/chunk-QSH6F5SY.mjs +7 -0
- package/packages/ari/chunk-RYGO66NC.mjs +7 -0
- package/packages/ari/chunk-SCWWMMV2.mjs +80 -0
- package/packages/ari/chunk-SNAPC4SA.mjs +7 -0
- package/packages/ari/chunk-T3KJWGQY.mjs +73 -0
- package/packages/ari/chunk-TULGFGJW.mjs +69 -0
- package/packages/ari/chunk-WLBIOO7O.mjs +76 -0
- package/packages/ari/chunk-XB3V3IB3.mjs +66 -0
- package/packages/ari/chunk-XL2VWTF2.mjs +7 -0
- package/packages/ari/chunk-YNVYZG5X.mjs +0 -0
- package/packages/ari/cmdb/index.mjs +4 -4
- package/packages/ari/commerce/index.mjs +14 -14
- package/packages/ari/compass/index.mjs +14 -14
- package/packages/ari/confluence/index.mjs +17 -17
- package/packages/ari/conversational-help/index.mjs +4 -4
- package/packages/ari/devops/index.mjs +4 -4
- package/packages/ari/ecosystem/index.mjs +4 -4
- package/packages/ari/google/index.mjs +4 -4
- package/packages/ari/graph/index.d.ts +2 -0
- package/packages/ari/graph/index.js +127 -0
- package/packages/ari/graph/index.mjs +48 -38
- package/packages/ari/graph/post-incident-review/index.d.ts +3 -0
- package/packages/ari/graph/post-incident-review/index.js +342 -0
- package/packages/ari/graph/post-incident-review/index.mjs +17 -0
- package/packages/ari/graph/post-incident-review/types.d.ts +3 -0
- package/packages/ari/graph/post-incident-review/types.js +29 -0
- package/packages/ari/graph/post-incident-review/types.mjs +8 -0
- package/packages/ari/graph/post-incident-review-history/index.d.ts +3 -0
- package/packages/ari/graph/post-incident-review-history/index.js +349 -0
- package/packages/ari/graph/post-incident-review-history/index.mjs +17 -0
- package/packages/ari/graph/post-incident-review-history/types.d.ts +3 -0
- package/packages/ari/graph/post-incident-review-history/types.js +29 -0
- package/packages/ari/graph/post-incident-review-history/types.mjs +8 -0
- package/packages/ari/help/index.mjs +8 -8
- package/packages/ari/identity/index.mjs +11 -11
- package/packages/ari/index.d.ts +1 -0
- package/packages/ari/index.js +55 -2
- package/packages/ari/index.mjs +369 -341
- package/packages/ari/jira/index.d.ts +4 -0
- package/packages/ari/jira/index.js +266 -0
- package/packages/ari/jira/index.mjs +128 -108
- package/packages/ari/jira/issue-remote-link/index.d.ts +3 -0
- package/packages/ari/jira/issue-remote-link/index.js +353 -0
- package/packages/ari/jira/issue-remote-link/index.mjs +17 -0
- package/packages/ari/jira/issue-remote-link/types.d.ts +3 -0
- package/packages/ari/jira/issue-remote-link/types.js +29 -0
- package/packages/ari/jira/issue-remote-link/types.mjs +8 -0
- package/packages/ari/jira/notification-user-preference/index.d.ts +3 -0
- package/packages/ari/jira/notification-user-preference/index.js +342 -0
- package/packages/ari/jira/notification-user-preference/index.mjs +17 -0
- package/packages/ari/jira/notification-user-preference/types.d.ts +3 -0
- package/packages/ari/jira/notification-user-preference/types.js +29 -0
- package/packages/ari/jira/notification-user-preference/types.mjs +8 -0
- package/packages/ari/jira/post-incident-review/index.d.ts +3 -0
- package/packages/ari/jira/post-incident-review/index.js +346 -0
- package/packages/ari/jira/post-incident-review/index.mjs +17 -0
- package/packages/ari/jira/post-incident-review/types.d.ts +3 -0
- package/packages/ari/jira/post-incident-review/types.js +29 -0
- package/packages/ari/jira/post-incident-review/types.mjs +8 -0
- package/packages/ari/jira/post-incident-review-history/index.d.ts +3 -0
- package/packages/ari/jira/post-incident-review-history/index.js +353 -0
- package/packages/ari/jira/post-incident-review-history/index.mjs +17 -0
- package/packages/ari/jira/post-incident-review-history/types.d.ts +3 -0
- package/packages/ari/jira/post-incident-review-history/types.js +29 -0
- package/packages/ari/jira/post-incident-review-history/types.mjs +8 -0
- package/packages/ari/jira-align/epic/index.d.ts +3 -0
- package/packages/ari/jira-align/epic/index.js +339 -0
- package/packages/ari/jira-align/epic/index.mjs +17 -0
- package/packages/ari/jira-align/epic/types.d.ts +3 -0
- package/packages/ari/jira-align/epic/types.js +29 -0
- package/packages/ari/jira-align/epic/types.mjs +8 -0
- package/packages/ari/jira-align/index.d.ts +1 -0
- package/packages/ari/jira-align/index.js +57 -0
- package/packages/ari/jira-align/index.mjs +6 -1
- package/packages/ari/jira-software/card-color/index.d.ts +3 -0
- package/packages/ari/jira-software/card-color/index.js +353 -0
- package/packages/ari/jira-software/card-color/index.mjs +17 -0
- package/packages/ari/jira-software/card-color/types.d.ts +3 -0
- package/packages/ari/jira-software/card-color/types.js +29 -0
- package/packages/ari/jira-software/card-color/types.mjs +8 -0
- package/packages/ari/jira-software/card-layout/index.d.ts +3 -0
- package/packages/ari/jira-software/card-layout/index.js +353 -0
- package/packages/ari/jira-software/card-layout/index.mjs +17 -0
- package/packages/ari/jira-software/card-layout/types.d.ts +3 -0
- package/packages/ari/jira-software/card-layout/types.js +29 -0
- package/packages/ari/jira-software/card-layout/types.mjs +8 -0
- package/packages/ari/jira-software/index.d.ts +2 -0
- package/packages/ari/jira-software/index.js +142 -0
- package/packages/ari/jira-software/index.mjs +27 -17
- package/packages/ari/marketplace/index.d.ts +1 -0
- package/packages/ari/marketplace/index.js +331 -0
- package/packages/ari/marketplace/index.mjs +13 -0
- package/packages/ari/marketplace/team/index.d.ts +3 -0
- package/packages/ari/marketplace/team/index.js +335 -0
- package/packages/ari/marketplace/team/index.mjs +17 -0
- package/packages/ari/marketplace/team/types.d.ts +3 -0
- package/packages/ari/marketplace/team/types.js +29 -0
- package/packages/ari/marketplace/team/types.mjs +8 -0
- package/packages/ari/opsgenie/index.mjs +11 -11
- package/packages/ari/package.json +1 -1
- package/packages/ari/people-perftool/index.mjs +4 -4
- package/packages/ari/platform/index.mjs +8 -8
- package/packages/ari/resource-types/card-color.d.ts +1 -0
- package/packages/ari/resource-types/card-color.js +27 -0
- package/packages/ari/resource-types/card-color.mjs +5 -0
- package/packages/ari/resource-types/card-layout.d.ts +1 -0
- package/packages/ari/resource-types/card-layout.js +27 -0
- package/packages/ari/resource-types/card-layout.mjs +5 -0
- package/packages/ari/resource-types/custom-detection.d.ts +1 -0
- package/packages/ari/resource-types/custom-detection.js +27 -0
- package/packages/ari/resource-types/custom-detection.mjs +5 -0
- package/packages/ari/resource-types/embed.d.ts +1 -0
- package/packages/ari/resource-types/embed.js +27 -0
- package/packages/ari/resource-types/embed.mjs +5 -0
- package/packages/ari/resource-types/epic.d.ts +1 -0
- package/packages/ari/resource-types/epic.js +27 -0
- package/packages/ari/resource-types/epic.mjs +5 -0
- package/packages/ari/resource-types/issue-remote-link.d.ts +1 -0
- package/packages/ari/resource-types/issue-remote-link.js +27 -0
- package/packages/ari/resource-types/issue-remote-link.mjs +5 -0
- package/packages/ari/resource-types/post-incident-review-history.d.ts +1 -0
- package/packages/ari/resource-types/post-incident-review-history.js +27 -0
- package/packages/ari/resource-types/post-incident-review-history.mjs +5 -0
- package/packages/ari/resource-types/post-incident-review.d.ts +1 -0
- package/packages/ari/resource-types/post-incident-review.js +27 -0
- package/packages/ari/resource-types/post-incident-review.mjs +5 -0
- package/packages/ari/townsquare/index.mjs +8 -8
- package/packages/ari/unified-help/index.mjs +4 -4
- package/packages/ari/virtual-agent/conversation/index.d.ts +3 -0
- package/packages/ari/virtual-agent/conversation/index.js +349 -0
- package/packages/ari/virtual-agent/conversation/index.mjs +17 -0
- package/packages/ari/virtual-agent/conversation/types.d.ts +3 -0
- package/packages/ari/virtual-agent/conversation/types.js +29 -0
- package/packages/ari/virtual-agent/conversation/types.mjs +8 -0
- package/packages/ari/virtual-agent/index.d.ts +1 -0
- package/packages/ari/virtual-agent/index.js +67 -0
- package/packages/ari/virtual-agent/index.mjs +10 -5
- package/packages/logger-interface/CHANGELOG.md +6 -0
- package/packages/logger-interface/README.md +3 -1
- package/packages/logger-interface/package.json +3 -2
- package/packages/metrics-interface/CHANGELOG.md +57 -0
- package/packages/metrics-interface/README.md +13 -15
- package/packages/metrics-interface/dist/metrics.d.ts +7 -0
- package/packages/metrics-interface/dist/metrics.d.ts.map +1 -1
- package/packages/metrics-interface/dist/metrics.js +16 -1
- package/packages/metrics-interface/dist/metrics.js.map +1 -1
- package/packages/metrics-interface/dist/mocks/index.d.ts +11 -2
- package/packages/metrics-interface/dist/mocks/index.d.ts.map +1 -1
- package/packages/metrics-interface/dist/mocks/index.js +13 -2
- package/packages/metrics-interface/dist/mocks/index.js.map +1 -1
- package/packages/metrics-interface/package.json +3 -2
- /package/packages/ari/{chunk-ENGY2TDF.mjs → chunk-D7D3B454.mjs} +0 -0
- /package/packages/ari/{chunk-KNBR3WSA.mjs → chunk-GH4RGVNE.mjs} +0 -0
- /package/packages/ari/{chunk-PU63LMKI.mjs → chunk-JEDPRILO.mjs} +0 -0
- /package/packages/ari/{chunk-RLLBEQ3Y.mjs → chunk-NZ5QEVUV.mjs} +0 -0
- /package/packages/ari/{chunk-V7XF5L23.mjs → chunk-P2RGZTM3.mjs} +0 -0
- /package/packages/ari/{chunk-WRVV7GZO.mjs → chunk-VPUECY5E.mjs} +0 -0
|
@@ -813,6 +813,41 @@ export { BeaconAlertAriResourceType as BeaconAlertAriResourceType_alias_1 }
|
|
|
813
813
|
|
|
814
814
|
export declare const beaconAlertAriStaticOpts: AriStaticProperties;
|
|
815
815
|
|
|
816
|
+
declare class BeaconCustomDetectionAri extends RegisteredAri {
|
|
817
|
+
private constructor();
|
|
818
|
+
private readonly _siteId;
|
|
819
|
+
private readonly _workspaceId;
|
|
820
|
+
private readonly _customDetectionId;
|
|
821
|
+
get siteId(): string;
|
|
822
|
+
get workspaceId(): string;
|
|
823
|
+
get customDetectionId(): string;
|
|
824
|
+
static create(opts: BeaconCustomDetectionAriOpts): BeaconCustomDetectionAri;
|
|
825
|
+
static parse(maybeAri: string): BeaconCustomDetectionAri;
|
|
826
|
+
getVariables(): {
|
|
827
|
+
siteId: string;
|
|
828
|
+
workspaceId: string;
|
|
829
|
+
customDetectionId: string;
|
|
830
|
+
};
|
|
831
|
+
}
|
|
832
|
+
export { BeaconCustomDetectionAri }
|
|
833
|
+
export { BeaconCustomDetectionAri as BeaconCustomDetectionAri_alias_1 }
|
|
834
|
+
|
|
835
|
+
export declare interface BeaconCustomDetectionAriOpts {
|
|
836
|
+
siteId: string;
|
|
837
|
+
workspaceId: string;
|
|
838
|
+
customDetectionId: string;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
declare const BeaconCustomDetectionAriResourceOwner = "beacon";
|
|
842
|
+
export { BeaconCustomDetectionAriResourceOwner }
|
|
843
|
+
export { BeaconCustomDetectionAriResourceOwner as BeaconCustomDetectionAriResourceOwner_alias_1 }
|
|
844
|
+
|
|
845
|
+
declare const BeaconCustomDetectionAriResourceType = "custom-detection";
|
|
846
|
+
export { BeaconCustomDetectionAriResourceType }
|
|
847
|
+
export { BeaconCustomDetectionAriResourceType as BeaconCustomDetectionAriResourceType_alias_1 }
|
|
848
|
+
|
|
849
|
+
export declare const beaconCustomDetectionAriStaticOpts: AriStaticProperties;
|
|
850
|
+
|
|
816
851
|
declare class BeaconDetectionAri extends RegisteredAri {
|
|
817
852
|
private constructor();
|
|
818
853
|
private readonly _detectionId;
|
|
@@ -1430,6 +1465,10 @@ export { CanvasWorkspaceAriResourceType as CanvasWorkspaceAriResourceType_alias_
|
|
|
1430
1465
|
|
|
1431
1466
|
export declare const canvasWorkspaceAriStaticOpts: AriStaticProperties;
|
|
1432
1467
|
|
|
1468
|
+
export declare const CardColorType: "card-color";
|
|
1469
|
+
|
|
1470
|
+
export declare const CardLayoutType: "card-layout";
|
|
1471
|
+
|
|
1433
1472
|
export declare const CardParentType: "card-parent";
|
|
1434
1473
|
|
|
1435
1474
|
export declare const CardType: "card";
|
|
@@ -3436,6 +3475,8 @@ export declare const ConversationMessageType: "conversation-message";
|
|
|
3436
3475
|
|
|
3437
3476
|
export declare const ConversationType: "conversation";
|
|
3438
3477
|
|
|
3478
|
+
export declare const CustomDetectionType: "custom-detection";
|
|
3479
|
+
|
|
3439
3480
|
export declare const CustomEmojiMetadataType: "custom-emoji-metadata";
|
|
3440
3481
|
|
|
3441
3482
|
export declare const CustomerDirectoryType: "customer-directory";
|
|
@@ -3934,6 +3975,8 @@ export declare const EntityPropertyType: "entity-property";
|
|
|
3934
3975
|
|
|
3935
3976
|
export declare const EnvironmentType: "environment";
|
|
3936
3977
|
|
|
3978
|
+
export declare const EpicType: "epic";
|
|
3979
|
+
|
|
3937
3980
|
export declare const EscalationType: "escalation";
|
|
3938
3981
|
|
|
3939
3982
|
export declare const EventSourceType: "event-source";
|
|
@@ -4847,6 +4890,72 @@ export { GraphOperationsWorkspaceAriResourceType as GraphOperationsWorkspaceAriR
|
|
|
4847
4890
|
|
|
4848
4891
|
export declare const graphOperationsWorkspaceAriStaticOpts: AriStaticProperties;
|
|
4849
4892
|
|
|
4893
|
+
declare class GraphPostIncidentReviewAri extends RegisteredAri {
|
|
4894
|
+
private constructor();
|
|
4895
|
+
private readonly _activationId;
|
|
4896
|
+
private readonly _postIncidentReviewId;
|
|
4897
|
+
get activationId(): string;
|
|
4898
|
+
get postIncidentReviewId(): string;
|
|
4899
|
+
static create(opts: GraphPostIncidentReviewAriOpts): GraphPostIncidentReviewAri;
|
|
4900
|
+
static parse(maybeAri: string): GraphPostIncidentReviewAri;
|
|
4901
|
+
getVariables(): {
|
|
4902
|
+
activationId: string;
|
|
4903
|
+
postIncidentReviewId: string;
|
|
4904
|
+
};
|
|
4905
|
+
}
|
|
4906
|
+
export { GraphPostIncidentReviewAri }
|
|
4907
|
+
export { GraphPostIncidentReviewAri as GraphPostIncidentReviewAri_alias_1 }
|
|
4908
|
+
|
|
4909
|
+
export declare interface GraphPostIncidentReviewAriOpts {
|
|
4910
|
+
activationId: string;
|
|
4911
|
+
postIncidentReviewId: string;
|
|
4912
|
+
}
|
|
4913
|
+
|
|
4914
|
+
declare const GraphPostIncidentReviewAriResourceOwner = "graph";
|
|
4915
|
+
export { GraphPostIncidentReviewAriResourceOwner }
|
|
4916
|
+
export { GraphPostIncidentReviewAriResourceOwner as GraphPostIncidentReviewAriResourceOwner_alias_1 }
|
|
4917
|
+
|
|
4918
|
+
declare const GraphPostIncidentReviewAriResourceType = "post-incident-review";
|
|
4919
|
+
export { GraphPostIncidentReviewAriResourceType }
|
|
4920
|
+
export { GraphPostIncidentReviewAriResourceType as GraphPostIncidentReviewAriResourceType_alias_1 }
|
|
4921
|
+
|
|
4922
|
+
export declare const graphPostIncidentReviewAriStaticOpts: AriStaticProperties;
|
|
4923
|
+
|
|
4924
|
+
declare class GraphPostIncidentReviewHistoryAri extends RegisteredAri {
|
|
4925
|
+
private constructor();
|
|
4926
|
+
private readonly _activationId;
|
|
4927
|
+
private readonly _postIncidentReviewId;
|
|
4928
|
+
private readonly _updateSequenceNumber;
|
|
4929
|
+
get activationId(): string;
|
|
4930
|
+
get postIncidentReviewId(): string;
|
|
4931
|
+
get updateSequenceNumber(): string;
|
|
4932
|
+
static create(opts: GraphPostIncidentReviewHistoryAriOpts): GraphPostIncidentReviewHistoryAri;
|
|
4933
|
+
static parse(maybeAri: string): GraphPostIncidentReviewHistoryAri;
|
|
4934
|
+
getVariables(): {
|
|
4935
|
+
activationId: string;
|
|
4936
|
+
postIncidentReviewId: string;
|
|
4937
|
+
updateSequenceNumber: string;
|
|
4938
|
+
};
|
|
4939
|
+
}
|
|
4940
|
+
export { GraphPostIncidentReviewHistoryAri }
|
|
4941
|
+
export { GraphPostIncidentReviewHistoryAri as GraphPostIncidentReviewHistoryAri_alias_1 }
|
|
4942
|
+
|
|
4943
|
+
export declare interface GraphPostIncidentReviewHistoryAriOpts {
|
|
4944
|
+
activationId: string;
|
|
4945
|
+
postIncidentReviewId: string;
|
|
4946
|
+
updateSequenceNumber: string;
|
|
4947
|
+
}
|
|
4948
|
+
|
|
4949
|
+
declare const GraphPostIncidentReviewHistoryAriResourceOwner = "graph";
|
|
4950
|
+
export { GraphPostIncidentReviewHistoryAriResourceOwner }
|
|
4951
|
+
export { GraphPostIncidentReviewHistoryAriResourceOwner as GraphPostIncidentReviewHistoryAriResourceOwner_alias_1 }
|
|
4952
|
+
|
|
4953
|
+
declare const GraphPostIncidentReviewHistoryAriResourceType = "post-incident-review-history";
|
|
4954
|
+
export { GraphPostIncidentReviewHistoryAriResourceType }
|
|
4955
|
+
export { GraphPostIncidentReviewHistoryAriResourceType as GraphPostIncidentReviewHistoryAriResourceType_alias_1 }
|
|
4956
|
+
|
|
4957
|
+
export declare const graphPostIncidentReviewHistoryAriStaticOpts: AriStaticProperties;
|
|
4958
|
+
|
|
4850
4959
|
declare class GraphPullRequestAri extends RegisteredAri {
|
|
4851
4960
|
private constructor();
|
|
4852
4961
|
private readonly _activationId;
|
|
@@ -6083,6 +6192,8 @@ export declare const IssueHistoryType: "issue-history";
|
|
|
6083
6192
|
|
|
6084
6193
|
export declare const IssueLinkTypeType: "issue-link-type";
|
|
6085
6194
|
|
|
6195
|
+
export declare const IssueRemoteLinkType: "issue-remote-link";
|
|
6196
|
+
|
|
6086
6197
|
export declare const IssueSearchViewType: "issue-search-view";
|
|
6087
6198
|
|
|
6088
6199
|
export declare const IssueStatusType: "issue-status";
|
|
@@ -6097,6 +6208,37 @@ export declare const IssueTypeType: "issue-type";
|
|
|
6097
6208
|
|
|
6098
6209
|
export declare const IssueWorklogType: "issue-worklog";
|
|
6099
6210
|
|
|
6211
|
+
declare class JiraAlignEpicAri extends RegisteredAri {
|
|
6212
|
+
private constructor();
|
|
6213
|
+
private readonly _instanceId;
|
|
6214
|
+
private readonly _epicId;
|
|
6215
|
+
get instanceId(): string;
|
|
6216
|
+
get epicId(): string;
|
|
6217
|
+
static create(opts: JiraAlignEpicAriOpts): JiraAlignEpicAri;
|
|
6218
|
+
static parse(maybeAri: string): JiraAlignEpicAri;
|
|
6219
|
+
getVariables(): {
|
|
6220
|
+
instanceId: string;
|
|
6221
|
+
epicId: string;
|
|
6222
|
+
};
|
|
6223
|
+
}
|
|
6224
|
+
export { JiraAlignEpicAri }
|
|
6225
|
+
export { JiraAlignEpicAri as JiraAlignEpicAri_alias_1 }
|
|
6226
|
+
|
|
6227
|
+
export declare interface JiraAlignEpicAriOpts {
|
|
6228
|
+
instanceId: string;
|
|
6229
|
+
epicId: string;
|
|
6230
|
+
}
|
|
6231
|
+
|
|
6232
|
+
declare const JiraAlignEpicAriResourceOwner = "jira-align";
|
|
6233
|
+
export { JiraAlignEpicAriResourceOwner }
|
|
6234
|
+
export { JiraAlignEpicAriResourceOwner as JiraAlignEpicAriResourceOwner_alias_1 }
|
|
6235
|
+
|
|
6236
|
+
declare const JiraAlignEpicAriResourceType = "epic";
|
|
6237
|
+
export { JiraAlignEpicAriResourceType }
|
|
6238
|
+
export { JiraAlignEpicAriResourceType as JiraAlignEpicAriResourceType_alias_1 }
|
|
6239
|
+
|
|
6240
|
+
export declare const jiraAlignEpicAriStaticOpts: AriStaticProperties;
|
|
6241
|
+
|
|
6100
6242
|
declare class JiraAlignInstanceAri extends RegisteredAri {
|
|
6101
6243
|
private constructor();
|
|
6102
6244
|
private readonly _instanceId;
|
|
@@ -7445,6 +7587,45 @@ export { JiraIssueLinkTypeAriResourceType as JiraIssueLinkTypeAriResourceType_al
|
|
|
7445
7587
|
|
|
7446
7588
|
export declare const jiraIssueLinkTypeAriStaticOpts: AriStaticProperties;
|
|
7447
7589
|
|
|
7590
|
+
declare class JiraIssueRemoteLinkAri extends RegisteredAri {
|
|
7591
|
+
private constructor();
|
|
7592
|
+
private readonly _siteId;
|
|
7593
|
+
private readonly _activationId;
|
|
7594
|
+
private readonly _issueId;
|
|
7595
|
+
private readonly _linkId;
|
|
7596
|
+
get siteId(): string;
|
|
7597
|
+
get activationId(): string;
|
|
7598
|
+
get issueId(): string;
|
|
7599
|
+
get linkId(): string;
|
|
7600
|
+
static create(opts: JiraIssueRemoteLinkAriOpts): JiraIssueRemoteLinkAri;
|
|
7601
|
+
static parse(maybeAri: string): JiraIssueRemoteLinkAri;
|
|
7602
|
+
getVariables(): {
|
|
7603
|
+
siteId: string;
|
|
7604
|
+
activationId: string;
|
|
7605
|
+
issueId: string;
|
|
7606
|
+
linkId: string;
|
|
7607
|
+
};
|
|
7608
|
+
}
|
|
7609
|
+
export { JiraIssueRemoteLinkAri }
|
|
7610
|
+
export { JiraIssueRemoteLinkAri as JiraIssueRemoteLinkAri_alias_1 }
|
|
7611
|
+
|
|
7612
|
+
export declare interface JiraIssueRemoteLinkAriOpts {
|
|
7613
|
+
siteId: string;
|
|
7614
|
+
activationId: string;
|
|
7615
|
+
issueId: string;
|
|
7616
|
+
linkId: string;
|
|
7617
|
+
}
|
|
7618
|
+
|
|
7619
|
+
declare const JiraIssueRemoteLinkAriResourceOwner = "jira";
|
|
7620
|
+
export { JiraIssueRemoteLinkAriResourceOwner }
|
|
7621
|
+
export { JiraIssueRemoteLinkAriResourceOwner as JiraIssueRemoteLinkAriResourceOwner_alias_1 }
|
|
7622
|
+
|
|
7623
|
+
declare const JiraIssueRemoteLinkAriResourceType = "issue-remote-link";
|
|
7624
|
+
export { JiraIssueRemoteLinkAriResourceType }
|
|
7625
|
+
export { JiraIssueRemoteLinkAriResourceType as JiraIssueRemoteLinkAriResourceType_alias_1 }
|
|
7626
|
+
|
|
7627
|
+
export declare const jiraIssueRemoteLinkAriStaticOpts: AriStaticProperties;
|
|
7628
|
+
|
|
7448
7629
|
declare class JiraIssueSearchViewAri extends RegisteredAri {
|
|
7449
7630
|
private constructor();
|
|
7450
7631
|
private readonly _siteId;
|
|
@@ -7729,6 +7910,37 @@ export { JiraNotificationTypeSchemeAriResourceType as JiraNotificationTypeScheme
|
|
|
7729
7910
|
|
|
7730
7911
|
export declare const jiraNotificationTypeSchemeAriStaticOpts: AriStaticProperties;
|
|
7731
7912
|
|
|
7913
|
+
declare class JiraNotificationUserPreferenceAri extends RegisteredAri {
|
|
7914
|
+
private constructor();
|
|
7915
|
+
private readonly _activationId;
|
|
7916
|
+
private readonly _notificationUserPreferenceId;
|
|
7917
|
+
get activationId(): string;
|
|
7918
|
+
get notificationUserPreferenceId(): string;
|
|
7919
|
+
static create(opts: JiraNotificationUserPreferenceAriOpts): JiraNotificationUserPreferenceAri;
|
|
7920
|
+
static parse(maybeAri: string): JiraNotificationUserPreferenceAri;
|
|
7921
|
+
getVariables(): {
|
|
7922
|
+
activationId: string;
|
|
7923
|
+
notificationUserPreferenceId: string;
|
|
7924
|
+
};
|
|
7925
|
+
}
|
|
7926
|
+
export { JiraNotificationUserPreferenceAri }
|
|
7927
|
+
export { JiraNotificationUserPreferenceAri as JiraNotificationUserPreferenceAri_alias_1 }
|
|
7928
|
+
|
|
7929
|
+
export declare interface JiraNotificationUserPreferenceAriOpts {
|
|
7930
|
+
activationId: string;
|
|
7931
|
+
notificationUserPreferenceId: string;
|
|
7932
|
+
}
|
|
7933
|
+
|
|
7934
|
+
declare const JiraNotificationUserPreferenceAriResourceOwner = "jira";
|
|
7935
|
+
export { JiraNotificationUserPreferenceAriResourceOwner }
|
|
7936
|
+
export { JiraNotificationUserPreferenceAriResourceOwner as JiraNotificationUserPreferenceAriResourceOwner_alias_1 }
|
|
7937
|
+
|
|
7938
|
+
declare const JiraNotificationUserPreferenceAriResourceType = "notification-user-preference";
|
|
7939
|
+
export { JiraNotificationUserPreferenceAriResourceType }
|
|
7940
|
+
export { JiraNotificationUserPreferenceAriResourceType as JiraNotificationUserPreferenceAriResourceType_alias_1 }
|
|
7941
|
+
|
|
7942
|
+
export declare const jiraNotificationUserPreferenceAriStaticOpts: AriStaticProperties;
|
|
7943
|
+
|
|
7732
7944
|
declare class JiraOperationsComponentAri extends RegisteredAri {
|
|
7733
7945
|
private constructor();
|
|
7734
7946
|
private readonly _siteId;
|
|
@@ -7881,6 +8093,80 @@ export { JiraPlanAriResourceType as JiraPlanAriResourceType_alias_1 }
|
|
|
7881
8093
|
|
|
7882
8094
|
export declare const jiraPlanAriStaticOpts: AriStaticProperties;
|
|
7883
8095
|
|
|
8096
|
+
declare class JiraPostIncidentReviewAri extends RegisteredAri {
|
|
8097
|
+
private constructor();
|
|
8098
|
+
private readonly _siteId;
|
|
8099
|
+
private readonly _activationId;
|
|
8100
|
+
private readonly _postIncidentReviewId;
|
|
8101
|
+
get siteId(): string;
|
|
8102
|
+
get activationId(): string;
|
|
8103
|
+
get postIncidentReviewId(): string;
|
|
8104
|
+
static create(opts: JiraPostIncidentReviewAriOpts): JiraPostIncidentReviewAri;
|
|
8105
|
+
static parse(maybeAri: string): JiraPostIncidentReviewAri;
|
|
8106
|
+
getVariables(): {
|
|
8107
|
+
siteId: string;
|
|
8108
|
+
activationId: string;
|
|
8109
|
+
postIncidentReviewId: string;
|
|
8110
|
+
};
|
|
8111
|
+
}
|
|
8112
|
+
export { JiraPostIncidentReviewAri }
|
|
8113
|
+
export { JiraPostIncidentReviewAri as JiraPostIncidentReviewAri_alias_1 }
|
|
8114
|
+
|
|
8115
|
+
export declare interface JiraPostIncidentReviewAriOpts {
|
|
8116
|
+
siteId: string;
|
|
8117
|
+
activationId: string;
|
|
8118
|
+
postIncidentReviewId: string;
|
|
8119
|
+
}
|
|
8120
|
+
|
|
8121
|
+
declare const JiraPostIncidentReviewAriResourceOwner = "jira";
|
|
8122
|
+
export { JiraPostIncidentReviewAriResourceOwner }
|
|
8123
|
+
export { JiraPostIncidentReviewAriResourceOwner as JiraPostIncidentReviewAriResourceOwner_alias_1 }
|
|
8124
|
+
|
|
8125
|
+
declare const JiraPostIncidentReviewAriResourceType = "post-incident-review";
|
|
8126
|
+
export { JiraPostIncidentReviewAriResourceType }
|
|
8127
|
+
export { JiraPostIncidentReviewAriResourceType as JiraPostIncidentReviewAriResourceType_alias_1 }
|
|
8128
|
+
|
|
8129
|
+
export declare const jiraPostIncidentReviewAriStaticOpts: AriStaticProperties;
|
|
8130
|
+
|
|
8131
|
+
declare class JiraPostIncidentReviewHistoryAri extends RegisteredAri {
|
|
8132
|
+
private constructor();
|
|
8133
|
+
private readonly _siteId;
|
|
8134
|
+
private readonly _activationId;
|
|
8135
|
+
private readonly _postIncidentReviewId;
|
|
8136
|
+
private readonly _updateSequenceNumber;
|
|
8137
|
+
get siteId(): string;
|
|
8138
|
+
get activationId(): string;
|
|
8139
|
+
get postIncidentReviewId(): string;
|
|
8140
|
+
get updateSequenceNumber(): string;
|
|
8141
|
+
static create(opts: JiraPostIncidentReviewHistoryAriOpts): JiraPostIncidentReviewHistoryAri;
|
|
8142
|
+
static parse(maybeAri: string): JiraPostIncidentReviewHistoryAri;
|
|
8143
|
+
getVariables(): {
|
|
8144
|
+
siteId: string;
|
|
8145
|
+
activationId: string;
|
|
8146
|
+
postIncidentReviewId: string;
|
|
8147
|
+
updateSequenceNumber: string;
|
|
8148
|
+
};
|
|
8149
|
+
}
|
|
8150
|
+
export { JiraPostIncidentReviewHistoryAri }
|
|
8151
|
+
export { JiraPostIncidentReviewHistoryAri as JiraPostIncidentReviewHistoryAri_alias_1 }
|
|
8152
|
+
|
|
8153
|
+
export declare interface JiraPostIncidentReviewHistoryAriOpts {
|
|
8154
|
+
siteId: string;
|
|
8155
|
+
activationId: string;
|
|
8156
|
+
postIncidentReviewId: string;
|
|
8157
|
+
updateSequenceNumber: string;
|
|
8158
|
+
}
|
|
8159
|
+
|
|
8160
|
+
declare const JiraPostIncidentReviewHistoryAriResourceOwner = "jira";
|
|
8161
|
+
export { JiraPostIncidentReviewHistoryAriResourceOwner }
|
|
8162
|
+
export { JiraPostIncidentReviewHistoryAriResourceOwner as JiraPostIncidentReviewHistoryAriResourceOwner_alias_1 }
|
|
8163
|
+
|
|
8164
|
+
declare const JiraPostIncidentReviewHistoryAriResourceType = "post-incident-review-history";
|
|
8165
|
+
export { JiraPostIncidentReviewHistoryAriResourceType }
|
|
8166
|
+
export { JiraPostIncidentReviewHistoryAriResourceType as JiraPostIncidentReviewHistoryAriResourceType_alias_1 }
|
|
8167
|
+
|
|
8168
|
+
export declare const jiraPostIncidentReviewHistoryAriStaticOpts: AriStaticProperties;
|
|
8169
|
+
|
|
7884
8170
|
declare class JiraPostIncidentReviewLinkAri extends RegisteredAri {
|
|
7885
8171
|
private constructor();
|
|
7886
8172
|
private readonly _siteId;
|
|
@@ -9119,6 +9405,84 @@ export { JiraSoftwareCardAriResourceType as JiraSoftwareCardAriResourceType_alia
|
|
|
9119
9405
|
|
|
9120
9406
|
export declare const jiraSoftwareCardAriStaticOpts: AriStaticProperties;
|
|
9121
9407
|
|
|
9408
|
+
declare class JiraSoftwareCardColorAri extends RegisteredAri {
|
|
9409
|
+
private constructor();
|
|
9410
|
+
private readonly _siteId;
|
|
9411
|
+
private readonly _activationId;
|
|
9412
|
+
private readonly _boardId;
|
|
9413
|
+
private readonly _cardColorId;
|
|
9414
|
+
get siteId(): string;
|
|
9415
|
+
get activationId(): string;
|
|
9416
|
+
get boardId(): string;
|
|
9417
|
+
get cardColorId(): string;
|
|
9418
|
+
static create(opts: JiraSoftwareCardColorAriOpts): JiraSoftwareCardColorAri;
|
|
9419
|
+
static parse(maybeAri: string): JiraSoftwareCardColorAri;
|
|
9420
|
+
getVariables(): {
|
|
9421
|
+
siteId: string;
|
|
9422
|
+
activationId: string;
|
|
9423
|
+
boardId: string;
|
|
9424
|
+
cardColorId: string;
|
|
9425
|
+
};
|
|
9426
|
+
}
|
|
9427
|
+
export { JiraSoftwareCardColorAri }
|
|
9428
|
+
export { JiraSoftwareCardColorAri as JiraSoftwareCardColorAri_alias_1 }
|
|
9429
|
+
|
|
9430
|
+
export declare interface JiraSoftwareCardColorAriOpts {
|
|
9431
|
+
siteId: string;
|
|
9432
|
+
activationId: string;
|
|
9433
|
+
boardId: string;
|
|
9434
|
+
cardColorId: string;
|
|
9435
|
+
}
|
|
9436
|
+
|
|
9437
|
+
declare const JiraSoftwareCardColorAriResourceOwner = "jira-software";
|
|
9438
|
+
export { JiraSoftwareCardColorAriResourceOwner }
|
|
9439
|
+
export { JiraSoftwareCardColorAriResourceOwner as JiraSoftwareCardColorAriResourceOwner_alias_1 }
|
|
9440
|
+
|
|
9441
|
+
declare const JiraSoftwareCardColorAriResourceType = "card-color";
|
|
9442
|
+
export { JiraSoftwareCardColorAriResourceType }
|
|
9443
|
+
export { JiraSoftwareCardColorAriResourceType as JiraSoftwareCardColorAriResourceType_alias_1 }
|
|
9444
|
+
|
|
9445
|
+
export declare const jiraSoftwareCardColorAriStaticOpts: AriStaticProperties;
|
|
9446
|
+
|
|
9447
|
+
declare class JiraSoftwareCardLayoutAri extends RegisteredAri {
|
|
9448
|
+
private constructor();
|
|
9449
|
+
private readonly _siteId;
|
|
9450
|
+
private readonly _activationId;
|
|
9451
|
+
private readonly _boardId;
|
|
9452
|
+
private readonly _cardLayoutId;
|
|
9453
|
+
get siteId(): string;
|
|
9454
|
+
get activationId(): string;
|
|
9455
|
+
get boardId(): string;
|
|
9456
|
+
get cardLayoutId(): string;
|
|
9457
|
+
static create(opts: JiraSoftwareCardLayoutAriOpts): JiraSoftwareCardLayoutAri;
|
|
9458
|
+
static parse(maybeAri: string): JiraSoftwareCardLayoutAri;
|
|
9459
|
+
getVariables(): {
|
|
9460
|
+
siteId: string;
|
|
9461
|
+
activationId: string;
|
|
9462
|
+
boardId: string;
|
|
9463
|
+
cardLayoutId: string;
|
|
9464
|
+
};
|
|
9465
|
+
}
|
|
9466
|
+
export { JiraSoftwareCardLayoutAri }
|
|
9467
|
+
export { JiraSoftwareCardLayoutAri as JiraSoftwareCardLayoutAri_alias_1 }
|
|
9468
|
+
|
|
9469
|
+
export declare interface JiraSoftwareCardLayoutAriOpts {
|
|
9470
|
+
siteId: string;
|
|
9471
|
+
activationId: string;
|
|
9472
|
+
boardId: string;
|
|
9473
|
+
cardLayoutId: string;
|
|
9474
|
+
}
|
|
9475
|
+
|
|
9476
|
+
declare const JiraSoftwareCardLayoutAriResourceOwner = "jira-software";
|
|
9477
|
+
export { JiraSoftwareCardLayoutAriResourceOwner }
|
|
9478
|
+
export { JiraSoftwareCardLayoutAriResourceOwner as JiraSoftwareCardLayoutAriResourceOwner_alias_1 }
|
|
9479
|
+
|
|
9480
|
+
declare const JiraSoftwareCardLayoutAriResourceType = "card-layout";
|
|
9481
|
+
export { JiraSoftwareCardLayoutAriResourceType }
|
|
9482
|
+
export { JiraSoftwareCardLayoutAriResourceType as JiraSoftwareCardLayoutAriResourceType_alias_1 }
|
|
9483
|
+
|
|
9484
|
+
export declare const jiraSoftwareCardLayoutAriStaticOpts: AriStaticProperties;
|
|
9485
|
+
|
|
9122
9486
|
declare class JiraSoftwareCardParentAri extends RegisteredAri {
|
|
9123
9487
|
private constructor();
|
|
9124
9488
|
private readonly _siteId;
|
|
@@ -9834,6 +10198,34 @@ export { MarketingCustomerDomainAriResourceType as MarketingCustomerDomainAriRes
|
|
|
9834
10198
|
|
|
9835
10199
|
export declare const marketingCustomerDomainAriStaticOpts: AriStaticProperties;
|
|
9836
10200
|
|
|
10201
|
+
declare class MarketplaceTeamAri extends RegisteredAri {
|
|
10202
|
+
private constructor();
|
|
10203
|
+
private readonly _teamId;
|
|
10204
|
+
get teamId(): string;
|
|
10205
|
+
static create(opts: MarketplaceTeamAriOpts): MarketplaceTeamAri;
|
|
10206
|
+
static parse(maybeAri: string): MarketplaceTeamAri;
|
|
10207
|
+
getVariables(): {
|
|
10208
|
+
teamId: string;
|
|
10209
|
+
};
|
|
10210
|
+
}
|
|
10211
|
+
export { MarketplaceTeamAri }
|
|
10212
|
+
export { MarketplaceTeamAri as MarketplaceTeamAri_alias_1 }
|
|
10213
|
+
export { MarketplaceTeamAri as MarketplaceTeamAri_alias_2 }
|
|
10214
|
+
|
|
10215
|
+
export declare interface MarketplaceTeamAriOpts {
|
|
10216
|
+
teamId: string;
|
|
10217
|
+
}
|
|
10218
|
+
|
|
10219
|
+
declare const MarketplaceTeamAriResourceOwner = "marketplace";
|
|
10220
|
+
export { MarketplaceTeamAriResourceOwner }
|
|
10221
|
+
export { MarketplaceTeamAriResourceOwner as MarketplaceTeamAriResourceOwner_alias_1 }
|
|
10222
|
+
|
|
10223
|
+
declare const MarketplaceTeamAriResourceType = "team";
|
|
10224
|
+
export { MarketplaceTeamAriResourceType }
|
|
10225
|
+
export { MarketplaceTeamAriResourceType as MarketplaceTeamAriResourceType_alias_1 }
|
|
10226
|
+
|
|
10227
|
+
export declare const marketplaceTeamAriStaticOpts: AriStaticProperties;
|
|
10228
|
+
|
|
9837
10229
|
declare class MeasurementEmailUuidAri extends RegisteredAri {
|
|
9838
10230
|
private constructor();
|
|
9839
10231
|
private readonly _emailId;
|
|
@@ -10128,6 +10520,8 @@ export declare const NotificationTypeSchemeType: "notification-type-scheme";
|
|
|
10128
10520
|
|
|
10129
10521
|
export declare const NotificationTypeType: "notification-type";
|
|
10130
10522
|
|
|
10523
|
+
export declare const NotificationUserPreferenceType: "notification-user-preference";
|
|
10524
|
+
|
|
10131
10525
|
export declare const NUMBER_OF_ARI_SEGMENTS = 5;
|
|
10132
10526
|
|
|
10133
10527
|
export declare const NUMBER_OF_ARM_SEGMENTS = 5;
|
|
@@ -11399,8 +11793,12 @@ export declare const platformSiteAriStaticOpts: AriStaticProperties;
|
|
|
11399
11793
|
|
|
11400
11794
|
export declare const PortalType: "portal";
|
|
11401
11795
|
|
|
11796
|
+
export declare const PostIncidentReviewHistoryType: "post-incident-review-history";
|
|
11797
|
+
|
|
11402
11798
|
export declare const PostIncidentReviewLinkType: "post-incident-review-link";
|
|
11403
11799
|
|
|
11800
|
+
export declare const PostIncidentReviewType: "post-incident-review";
|
|
11801
|
+
|
|
11404
11802
|
export declare const PresentationType: "presentation";
|
|
11405
11803
|
|
|
11406
11804
|
export declare const PricingPlanType: "pricing-plan";
|
|
@@ -11530,6 +11928,7 @@ declare enum ResourceOwnerEnum {
|
|
|
11530
11928
|
LinkingPlatform = "linking-platform",
|
|
11531
11929
|
MakerSpace = "maker-space",
|
|
11532
11930
|
Marketing = "marketing",
|
|
11931
|
+
Marketplace = "marketplace",
|
|
11533
11932
|
Measurement = "measurement",
|
|
11534
11933
|
Media = "media",
|
|
11535
11934
|
Mercury = "mercury",
|
|
@@ -11593,6 +11992,8 @@ declare enum ResourceTypeEnum {
|
|
|
11593
11992
|
CallRouting = "call-routing",
|
|
11594
11993
|
CannedResponse = "canned-response",
|
|
11595
11994
|
Card = "card",
|
|
11995
|
+
CardColor = "card-color",
|
|
11996
|
+
CardLayout = "card-layout",
|
|
11596
11997
|
CardParent = "card-parent",
|
|
11597
11998
|
CatalogAccount = "catalog-account",
|
|
11598
11999
|
Change = "change",
|
|
@@ -11611,6 +12012,7 @@ declare enum ResourceTypeEnum {
|
|
|
11611
12012
|
Content = "content",
|
|
11612
12013
|
Conversation = "conversation",
|
|
11613
12014
|
ConversationMessage = "conversation-message",
|
|
12015
|
+
CustomDetection = "custom-detection",
|
|
11614
12016
|
CustomEmojiMetadata = "custom-emoji-metadata",
|
|
11615
12017
|
Customer = "customer",
|
|
11616
12018
|
CustomerDirectory = "customer-directory",
|
|
@@ -11640,6 +12042,7 @@ declare enum ResourceTypeEnum {
|
|
|
11640
12042
|
EntitlementTemplate = "entitlement-template",
|
|
11641
12043
|
EntityProperty = "entity-property",
|
|
11642
12044
|
Environment = "environment",
|
|
12045
|
+
Epic = "epic",
|
|
11643
12046
|
Escalation = "escalation",
|
|
11644
12047
|
Event = "event",
|
|
11645
12048
|
EventSource = "event-source",
|
|
@@ -11683,6 +12086,7 @@ declare enum ResourceTypeEnum {
|
|
|
11683
12086
|
Issuefieldvalue = "issuefieldvalue",
|
|
11684
12087
|
IssueHistory = "issue-history",
|
|
11685
12088
|
IssueLinkType = "issue-link-type",
|
|
12089
|
+
IssueRemoteLink = "issue-remote-link",
|
|
11686
12090
|
IssueSearchView = "issue-search-view",
|
|
11687
12091
|
IssueStatus = "issue-status",
|
|
11688
12092
|
IssueType = "issue-type",
|
|
@@ -11709,6 +12113,7 @@ declare enum ResourceTypeEnum {
|
|
|
11709
12113
|
Notification = "notification",
|
|
11710
12114
|
NotificationType = "notification-type",
|
|
11711
12115
|
NotificationTypeScheme = "notification-type-scheme",
|
|
12116
|
+
NotificationUserPreference = "notification-user-preference",
|
|
11712
12117
|
OauthClient = "oauthClient",
|
|
11713
12118
|
OauthConsumer = "oauth-consumer",
|
|
11714
12119
|
Object = "object",
|
|
@@ -11726,6 +12131,8 @@ declare enum ResourceTypeEnum {
|
|
|
11726
12131
|
PermissionScheme = "permission-scheme",
|
|
11727
12132
|
Plan = "plan",
|
|
11728
12133
|
Portal = "portal",
|
|
12134
|
+
PostIncidentReview = "post-incident-review",
|
|
12135
|
+
PostIncidentReviewHistory = "post-incident-review-history",
|
|
11729
12136
|
PostIncidentReviewLink = "post-incident-review-link",
|
|
11730
12137
|
Presentation = "presentation",
|
|
11731
12138
|
PricingPlan = "pricing-plan",
|
|
@@ -12747,6 +13154,41 @@ export { VirtualAgentConfigurationAriResourceType as VirtualAgentConfigurationAr
|
|
|
12747
13154
|
|
|
12748
13155
|
export declare const virtualAgentConfigurationAriStaticOpts: AriStaticProperties;
|
|
12749
13156
|
|
|
13157
|
+
declare class VirtualAgentConversationAri extends RegisteredAri {
|
|
13158
|
+
private constructor();
|
|
13159
|
+
private readonly _activationId;
|
|
13160
|
+
private readonly _configurationId;
|
|
13161
|
+
private readonly _conversationId;
|
|
13162
|
+
get activationId(): string;
|
|
13163
|
+
get configurationId(): string;
|
|
13164
|
+
get conversationId(): string;
|
|
13165
|
+
static create(opts: VirtualAgentConversationAriOpts): VirtualAgentConversationAri;
|
|
13166
|
+
static parse(maybeAri: string): VirtualAgentConversationAri;
|
|
13167
|
+
getVariables(): {
|
|
13168
|
+
activationId: string;
|
|
13169
|
+
configurationId: string;
|
|
13170
|
+
conversationId: string;
|
|
13171
|
+
};
|
|
13172
|
+
}
|
|
13173
|
+
export { VirtualAgentConversationAri }
|
|
13174
|
+
export { VirtualAgentConversationAri as VirtualAgentConversationAri_alias_1 }
|
|
13175
|
+
|
|
13176
|
+
export declare interface VirtualAgentConversationAriOpts {
|
|
13177
|
+
activationId: string;
|
|
13178
|
+
configurationId: string;
|
|
13179
|
+
conversationId: string;
|
|
13180
|
+
}
|
|
13181
|
+
|
|
13182
|
+
declare const VirtualAgentConversationAriResourceOwner = "virtual-agent";
|
|
13183
|
+
export { VirtualAgentConversationAriResourceOwner }
|
|
13184
|
+
export { VirtualAgentConversationAriResourceOwner as VirtualAgentConversationAriResourceOwner_alias_1 }
|
|
13185
|
+
|
|
13186
|
+
declare const VirtualAgentConversationAriResourceType = "conversation";
|
|
13187
|
+
export { VirtualAgentConversationAriResourceType }
|
|
13188
|
+
export { VirtualAgentConversationAriResourceType as VirtualAgentConversationAriResourceType_alias_1 }
|
|
13189
|
+
|
|
13190
|
+
export declare const virtualAgentConversationAriStaticOpts: AriStaticProperties;
|
|
13191
|
+
|
|
12750
13192
|
declare class VirtualAgentFlowEditorAri extends RegisteredAri {
|
|
12751
13193
|
private constructor();
|
|
12752
13194
|
private readonly _activationId;
|