@forge/util 1.4.0 → 1.4.1-next.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.
- package/CHANGELOG.md +8 -0
- package/package.json +2 -2
- package/packages/analytics-node-client/src/index.js +1 -1
- package/packages/ari/_tsup-dts-rollup.d.ts +331 -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-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-IUUUDGF6.mjs +7 -0
- package/packages/ari/chunk-OWEX3L44.mjs +7 -0
- package/packages/ari/chunk-PVBPUKXI.mjs +7 -0
- package/packages/ari/chunk-PXLAHM4C.mjs +73 -0
- package/packages/ari/chunk-QSH6F5SY.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 +365 -343
- package/packages/ari/jira/index.d.ts +2 -0
- package/packages/ari/jira/index.js +135 -0
- package/packages/ari/jira/index.mjs +82 -72
- 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/measurement/index.mjs +4 -4
- package/packages/ari/mercury/index.mjs +8 -8
- package/packages/ari/opsgenie/index.mjs +28 -28
- package/packages/ari/package.json +1 -1
- package/packages/ari/papi/index.mjs +4 -4
- 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/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/statuspage/index.mjs +4 -4
- package/packages/ari/townsquare/index.mjs +4 -4
- package/packages/ari/trello/index.mjs +4 -4
- package/packages/ari/virtual-agent/index.mjs +4 -4
- 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 +15 -0
- package/packages/metrics-interface/dist/metrics.d.ts +5 -0
- package/packages/metrics-interface/dist/metrics.d.ts.map +1 -1
- package/packages/metrics-interface/dist/metrics.js +5 -0
- package/packages/metrics-interface/dist/metrics.js.map +1 -1
- package/packages/metrics-interface/dist/mocks/index.d.ts +8 -1
- package/packages/metrics-interface/dist/mocks/index.d.ts.map +1 -1
- package/packages/metrics-interface/dist/mocks/index.js +10 -1
- package/packages/metrics-interface/dist/mocks/index.js.map +1 -1
- package/packages/metrics-interface/package.json +1 -1
- /package/packages/ari/{chunk-ENGY2TDF.mjs → chunk-D7D3B454.mjs} +0 -0
- /package/packages/ari/{chunk-KNBR3WSA.mjs → chunk-JEDPRILO.mjs} +0 -0
- /package/packages/ari/{chunk-PU63LMKI.mjs → chunk-P2RGZTM3.mjs} +0 -0
- /package/packages/ari/{chunk-RLLBEQ3Y.mjs → chunk-VPUECY5E.mjs} +0 -0
- /package/packages/ari/{chunk-V7XF5L23.mjs → chunk-VZUAPXXZ.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;
|
|
@@ -6097,6 +6206,37 @@ export declare const IssueTypeType: "issue-type";
|
|
|
6097
6206
|
|
|
6098
6207
|
export declare const IssueWorklogType: "issue-worklog";
|
|
6099
6208
|
|
|
6209
|
+
declare class JiraAlignEpicAri extends RegisteredAri {
|
|
6210
|
+
private constructor();
|
|
6211
|
+
private readonly _instanceId;
|
|
6212
|
+
private readonly _epicId;
|
|
6213
|
+
get instanceId(): string;
|
|
6214
|
+
get epicId(): string;
|
|
6215
|
+
static create(opts: JiraAlignEpicAriOpts): JiraAlignEpicAri;
|
|
6216
|
+
static parse(maybeAri: string): JiraAlignEpicAri;
|
|
6217
|
+
getVariables(): {
|
|
6218
|
+
instanceId: string;
|
|
6219
|
+
epicId: string;
|
|
6220
|
+
};
|
|
6221
|
+
}
|
|
6222
|
+
export { JiraAlignEpicAri }
|
|
6223
|
+
export { JiraAlignEpicAri as JiraAlignEpicAri_alias_1 }
|
|
6224
|
+
|
|
6225
|
+
export declare interface JiraAlignEpicAriOpts {
|
|
6226
|
+
instanceId: string;
|
|
6227
|
+
epicId: string;
|
|
6228
|
+
}
|
|
6229
|
+
|
|
6230
|
+
declare const JiraAlignEpicAriResourceOwner = "jira-align";
|
|
6231
|
+
export { JiraAlignEpicAriResourceOwner }
|
|
6232
|
+
export { JiraAlignEpicAriResourceOwner as JiraAlignEpicAriResourceOwner_alias_1 }
|
|
6233
|
+
|
|
6234
|
+
declare const JiraAlignEpicAriResourceType = "epic";
|
|
6235
|
+
export { JiraAlignEpicAriResourceType }
|
|
6236
|
+
export { JiraAlignEpicAriResourceType as JiraAlignEpicAriResourceType_alias_1 }
|
|
6237
|
+
|
|
6238
|
+
export declare const jiraAlignEpicAriStaticOpts: AriStaticProperties;
|
|
6239
|
+
|
|
6100
6240
|
declare class JiraAlignInstanceAri extends RegisteredAri {
|
|
6101
6241
|
private constructor();
|
|
6102
6242
|
private readonly _instanceId;
|
|
@@ -7881,6 +8021,80 @@ export { JiraPlanAriResourceType as JiraPlanAriResourceType_alias_1 }
|
|
|
7881
8021
|
|
|
7882
8022
|
export declare const jiraPlanAriStaticOpts: AriStaticProperties;
|
|
7883
8023
|
|
|
8024
|
+
declare class JiraPostIncidentReviewAri extends RegisteredAri {
|
|
8025
|
+
private constructor();
|
|
8026
|
+
private readonly _siteId;
|
|
8027
|
+
private readonly _activationId;
|
|
8028
|
+
private readonly _postIncidentReviewId;
|
|
8029
|
+
get siteId(): string;
|
|
8030
|
+
get activationId(): string;
|
|
8031
|
+
get postIncidentReviewId(): string;
|
|
8032
|
+
static create(opts: JiraPostIncidentReviewAriOpts): JiraPostIncidentReviewAri;
|
|
8033
|
+
static parse(maybeAri: string): JiraPostIncidentReviewAri;
|
|
8034
|
+
getVariables(): {
|
|
8035
|
+
siteId: string;
|
|
8036
|
+
activationId: string;
|
|
8037
|
+
postIncidentReviewId: string;
|
|
8038
|
+
};
|
|
8039
|
+
}
|
|
8040
|
+
export { JiraPostIncidentReviewAri }
|
|
8041
|
+
export { JiraPostIncidentReviewAri as JiraPostIncidentReviewAri_alias_1 }
|
|
8042
|
+
|
|
8043
|
+
export declare interface JiraPostIncidentReviewAriOpts {
|
|
8044
|
+
siteId: string;
|
|
8045
|
+
activationId: string;
|
|
8046
|
+
postIncidentReviewId: string;
|
|
8047
|
+
}
|
|
8048
|
+
|
|
8049
|
+
declare const JiraPostIncidentReviewAriResourceOwner = "jira";
|
|
8050
|
+
export { JiraPostIncidentReviewAriResourceOwner }
|
|
8051
|
+
export { JiraPostIncidentReviewAriResourceOwner as JiraPostIncidentReviewAriResourceOwner_alias_1 }
|
|
8052
|
+
|
|
8053
|
+
declare const JiraPostIncidentReviewAriResourceType = "post-incident-review";
|
|
8054
|
+
export { JiraPostIncidentReviewAriResourceType }
|
|
8055
|
+
export { JiraPostIncidentReviewAriResourceType as JiraPostIncidentReviewAriResourceType_alias_1 }
|
|
8056
|
+
|
|
8057
|
+
export declare const jiraPostIncidentReviewAriStaticOpts: AriStaticProperties;
|
|
8058
|
+
|
|
8059
|
+
declare class JiraPostIncidentReviewHistoryAri extends RegisteredAri {
|
|
8060
|
+
private constructor();
|
|
8061
|
+
private readonly _siteId;
|
|
8062
|
+
private readonly _activationId;
|
|
8063
|
+
private readonly _postIncidentReviewId;
|
|
8064
|
+
private readonly _updateSequenceNumber;
|
|
8065
|
+
get siteId(): string;
|
|
8066
|
+
get activationId(): string;
|
|
8067
|
+
get postIncidentReviewId(): string;
|
|
8068
|
+
get updateSequenceNumber(): string;
|
|
8069
|
+
static create(opts: JiraPostIncidentReviewHistoryAriOpts): JiraPostIncidentReviewHistoryAri;
|
|
8070
|
+
static parse(maybeAri: string): JiraPostIncidentReviewHistoryAri;
|
|
8071
|
+
getVariables(): {
|
|
8072
|
+
siteId: string;
|
|
8073
|
+
activationId: string;
|
|
8074
|
+
postIncidentReviewId: string;
|
|
8075
|
+
updateSequenceNumber: string;
|
|
8076
|
+
};
|
|
8077
|
+
}
|
|
8078
|
+
export { JiraPostIncidentReviewHistoryAri }
|
|
8079
|
+
export { JiraPostIncidentReviewHistoryAri as JiraPostIncidentReviewHistoryAri_alias_1 }
|
|
8080
|
+
|
|
8081
|
+
export declare interface JiraPostIncidentReviewHistoryAriOpts {
|
|
8082
|
+
siteId: string;
|
|
8083
|
+
activationId: string;
|
|
8084
|
+
postIncidentReviewId: string;
|
|
8085
|
+
updateSequenceNumber: string;
|
|
8086
|
+
}
|
|
8087
|
+
|
|
8088
|
+
declare const JiraPostIncidentReviewHistoryAriResourceOwner = "jira";
|
|
8089
|
+
export { JiraPostIncidentReviewHistoryAriResourceOwner }
|
|
8090
|
+
export { JiraPostIncidentReviewHistoryAriResourceOwner as JiraPostIncidentReviewHistoryAriResourceOwner_alias_1 }
|
|
8091
|
+
|
|
8092
|
+
declare const JiraPostIncidentReviewHistoryAriResourceType = "post-incident-review-history";
|
|
8093
|
+
export { JiraPostIncidentReviewHistoryAriResourceType }
|
|
8094
|
+
export { JiraPostIncidentReviewHistoryAriResourceType as JiraPostIncidentReviewHistoryAriResourceType_alias_1 }
|
|
8095
|
+
|
|
8096
|
+
export declare const jiraPostIncidentReviewHistoryAriStaticOpts: AriStaticProperties;
|
|
8097
|
+
|
|
7884
8098
|
declare class JiraPostIncidentReviewLinkAri extends RegisteredAri {
|
|
7885
8099
|
private constructor();
|
|
7886
8100
|
private readonly _siteId;
|
|
@@ -9119,6 +9333,84 @@ export { JiraSoftwareCardAriResourceType as JiraSoftwareCardAriResourceType_alia
|
|
|
9119
9333
|
|
|
9120
9334
|
export declare const jiraSoftwareCardAriStaticOpts: AriStaticProperties;
|
|
9121
9335
|
|
|
9336
|
+
declare class JiraSoftwareCardColorAri extends RegisteredAri {
|
|
9337
|
+
private constructor();
|
|
9338
|
+
private readonly _siteId;
|
|
9339
|
+
private readonly _activationId;
|
|
9340
|
+
private readonly _boardId;
|
|
9341
|
+
private readonly _cardColorId;
|
|
9342
|
+
get siteId(): string;
|
|
9343
|
+
get activationId(): string;
|
|
9344
|
+
get boardId(): string;
|
|
9345
|
+
get cardColorId(): string;
|
|
9346
|
+
static create(opts: JiraSoftwareCardColorAriOpts): JiraSoftwareCardColorAri;
|
|
9347
|
+
static parse(maybeAri: string): JiraSoftwareCardColorAri;
|
|
9348
|
+
getVariables(): {
|
|
9349
|
+
siteId: string;
|
|
9350
|
+
activationId: string;
|
|
9351
|
+
boardId: string;
|
|
9352
|
+
cardColorId: string;
|
|
9353
|
+
};
|
|
9354
|
+
}
|
|
9355
|
+
export { JiraSoftwareCardColorAri }
|
|
9356
|
+
export { JiraSoftwareCardColorAri as JiraSoftwareCardColorAri_alias_1 }
|
|
9357
|
+
|
|
9358
|
+
export declare interface JiraSoftwareCardColorAriOpts {
|
|
9359
|
+
siteId: string;
|
|
9360
|
+
activationId: string;
|
|
9361
|
+
boardId: string;
|
|
9362
|
+
cardColorId: string;
|
|
9363
|
+
}
|
|
9364
|
+
|
|
9365
|
+
declare const JiraSoftwareCardColorAriResourceOwner = "jira-software";
|
|
9366
|
+
export { JiraSoftwareCardColorAriResourceOwner }
|
|
9367
|
+
export { JiraSoftwareCardColorAriResourceOwner as JiraSoftwareCardColorAriResourceOwner_alias_1 }
|
|
9368
|
+
|
|
9369
|
+
declare const JiraSoftwareCardColorAriResourceType = "card-color";
|
|
9370
|
+
export { JiraSoftwareCardColorAriResourceType }
|
|
9371
|
+
export { JiraSoftwareCardColorAriResourceType as JiraSoftwareCardColorAriResourceType_alias_1 }
|
|
9372
|
+
|
|
9373
|
+
export declare const jiraSoftwareCardColorAriStaticOpts: AriStaticProperties;
|
|
9374
|
+
|
|
9375
|
+
declare class JiraSoftwareCardLayoutAri extends RegisteredAri {
|
|
9376
|
+
private constructor();
|
|
9377
|
+
private readonly _siteId;
|
|
9378
|
+
private readonly _activationId;
|
|
9379
|
+
private readonly _boardId;
|
|
9380
|
+
private readonly _cardLayoutId;
|
|
9381
|
+
get siteId(): string;
|
|
9382
|
+
get activationId(): string;
|
|
9383
|
+
get boardId(): string;
|
|
9384
|
+
get cardLayoutId(): string;
|
|
9385
|
+
static create(opts: JiraSoftwareCardLayoutAriOpts): JiraSoftwareCardLayoutAri;
|
|
9386
|
+
static parse(maybeAri: string): JiraSoftwareCardLayoutAri;
|
|
9387
|
+
getVariables(): {
|
|
9388
|
+
siteId: string;
|
|
9389
|
+
activationId: string;
|
|
9390
|
+
boardId: string;
|
|
9391
|
+
cardLayoutId: string;
|
|
9392
|
+
};
|
|
9393
|
+
}
|
|
9394
|
+
export { JiraSoftwareCardLayoutAri }
|
|
9395
|
+
export { JiraSoftwareCardLayoutAri as JiraSoftwareCardLayoutAri_alias_1 }
|
|
9396
|
+
|
|
9397
|
+
export declare interface JiraSoftwareCardLayoutAriOpts {
|
|
9398
|
+
siteId: string;
|
|
9399
|
+
activationId: string;
|
|
9400
|
+
boardId: string;
|
|
9401
|
+
cardLayoutId: string;
|
|
9402
|
+
}
|
|
9403
|
+
|
|
9404
|
+
declare const JiraSoftwareCardLayoutAriResourceOwner = "jira-software";
|
|
9405
|
+
export { JiraSoftwareCardLayoutAriResourceOwner }
|
|
9406
|
+
export { JiraSoftwareCardLayoutAriResourceOwner as JiraSoftwareCardLayoutAriResourceOwner_alias_1 }
|
|
9407
|
+
|
|
9408
|
+
declare const JiraSoftwareCardLayoutAriResourceType = "card-layout";
|
|
9409
|
+
export { JiraSoftwareCardLayoutAriResourceType }
|
|
9410
|
+
export { JiraSoftwareCardLayoutAriResourceType as JiraSoftwareCardLayoutAriResourceType_alias_1 }
|
|
9411
|
+
|
|
9412
|
+
export declare const jiraSoftwareCardLayoutAriStaticOpts: AriStaticProperties;
|
|
9413
|
+
|
|
9122
9414
|
declare class JiraSoftwareCardParentAri extends RegisteredAri {
|
|
9123
9415
|
private constructor();
|
|
9124
9416
|
private readonly _siteId;
|
|
@@ -9834,6 +10126,34 @@ export { MarketingCustomerDomainAriResourceType as MarketingCustomerDomainAriRes
|
|
|
9834
10126
|
|
|
9835
10127
|
export declare const marketingCustomerDomainAriStaticOpts: AriStaticProperties;
|
|
9836
10128
|
|
|
10129
|
+
declare class MarketplaceTeamAri extends RegisteredAri {
|
|
10130
|
+
private constructor();
|
|
10131
|
+
private readonly _teamId;
|
|
10132
|
+
get teamId(): string;
|
|
10133
|
+
static create(opts: MarketplaceTeamAriOpts): MarketplaceTeamAri;
|
|
10134
|
+
static parse(maybeAri: string): MarketplaceTeamAri;
|
|
10135
|
+
getVariables(): {
|
|
10136
|
+
teamId: string;
|
|
10137
|
+
};
|
|
10138
|
+
}
|
|
10139
|
+
export { MarketplaceTeamAri }
|
|
10140
|
+
export { MarketplaceTeamAri as MarketplaceTeamAri_alias_1 }
|
|
10141
|
+
export { MarketplaceTeamAri as MarketplaceTeamAri_alias_2 }
|
|
10142
|
+
|
|
10143
|
+
export declare interface MarketplaceTeamAriOpts {
|
|
10144
|
+
teamId: string;
|
|
10145
|
+
}
|
|
10146
|
+
|
|
10147
|
+
declare const MarketplaceTeamAriResourceOwner = "marketplace";
|
|
10148
|
+
export { MarketplaceTeamAriResourceOwner }
|
|
10149
|
+
export { MarketplaceTeamAriResourceOwner as MarketplaceTeamAriResourceOwner_alias_1 }
|
|
10150
|
+
|
|
10151
|
+
declare const MarketplaceTeamAriResourceType = "team";
|
|
10152
|
+
export { MarketplaceTeamAriResourceType }
|
|
10153
|
+
export { MarketplaceTeamAriResourceType as MarketplaceTeamAriResourceType_alias_1 }
|
|
10154
|
+
|
|
10155
|
+
export declare const marketplaceTeamAriStaticOpts: AriStaticProperties;
|
|
10156
|
+
|
|
9837
10157
|
declare class MeasurementEmailUuidAri extends RegisteredAri {
|
|
9838
10158
|
private constructor();
|
|
9839
10159
|
private readonly _emailId;
|
|
@@ -11399,8 +11719,12 @@ export declare const platformSiteAriStaticOpts: AriStaticProperties;
|
|
|
11399
11719
|
|
|
11400
11720
|
export declare const PortalType: "portal";
|
|
11401
11721
|
|
|
11722
|
+
export declare const PostIncidentReviewHistoryType: "post-incident-review-history";
|
|
11723
|
+
|
|
11402
11724
|
export declare const PostIncidentReviewLinkType: "post-incident-review-link";
|
|
11403
11725
|
|
|
11726
|
+
export declare const PostIncidentReviewType: "post-incident-review";
|
|
11727
|
+
|
|
11404
11728
|
export declare const PresentationType: "presentation";
|
|
11405
11729
|
|
|
11406
11730
|
export declare const PricingPlanType: "pricing-plan";
|
|
@@ -11530,6 +11854,7 @@ declare enum ResourceOwnerEnum {
|
|
|
11530
11854
|
LinkingPlatform = "linking-platform",
|
|
11531
11855
|
MakerSpace = "maker-space",
|
|
11532
11856
|
Marketing = "marketing",
|
|
11857
|
+
Marketplace = "marketplace",
|
|
11533
11858
|
Measurement = "measurement",
|
|
11534
11859
|
Media = "media",
|
|
11535
11860
|
Mercury = "mercury",
|
|
@@ -11593,6 +11918,8 @@ declare enum ResourceTypeEnum {
|
|
|
11593
11918
|
CallRouting = "call-routing",
|
|
11594
11919
|
CannedResponse = "canned-response",
|
|
11595
11920
|
Card = "card",
|
|
11921
|
+
CardColor = "card-color",
|
|
11922
|
+
CardLayout = "card-layout",
|
|
11596
11923
|
CardParent = "card-parent",
|
|
11597
11924
|
CatalogAccount = "catalog-account",
|
|
11598
11925
|
Change = "change",
|
|
@@ -11611,6 +11938,7 @@ declare enum ResourceTypeEnum {
|
|
|
11611
11938
|
Content = "content",
|
|
11612
11939
|
Conversation = "conversation",
|
|
11613
11940
|
ConversationMessage = "conversation-message",
|
|
11941
|
+
CustomDetection = "custom-detection",
|
|
11614
11942
|
CustomEmojiMetadata = "custom-emoji-metadata",
|
|
11615
11943
|
Customer = "customer",
|
|
11616
11944
|
CustomerDirectory = "customer-directory",
|
|
@@ -11640,6 +11968,7 @@ declare enum ResourceTypeEnum {
|
|
|
11640
11968
|
EntitlementTemplate = "entitlement-template",
|
|
11641
11969
|
EntityProperty = "entity-property",
|
|
11642
11970
|
Environment = "environment",
|
|
11971
|
+
Epic = "epic",
|
|
11643
11972
|
Escalation = "escalation",
|
|
11644
11973
|
Event = "event",
|
|
11645
11974
|
EventSource = "event-source",
|
|
@@ -11726,6 +12055,8 @@ declare enum ResourceTypeEnum {
|
|
|
11726
12055
|
PermissionScheme = "permission-scheme",
|
|
11727
12056
|
Plan = "plan",
|
|
11728
12057
|
Portal = "portal",
|
|
12058
|
+
PostIncidentReview = "post-incident-review",
|
|
12059
|
+
PostIncidentReviewHistory = "post-incident-review-history",
|
|
11729
12060
|
PostIncidentReviewLink = "post-incident-review-link",
|
|
11730
12061
|
Presentation = "presentation",
|
|
11731
12062
|
PricingPlan = "pricing-plan",
|