opal-security 3.1.1-beta.e92fdf8 → 3.1.1-beta.f1a5f49

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.
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GroupUserSource = exports.GroupUserSortByField = exports.GroupType = exports.GroupResourceSource = exports.GroupBindingsSortByField = exports.GroupBindingSuggestionsSortByField = exports.GeneralSettingType = exports.FiltersMatchMode = exports.FilterRule = exports.FactorType = exports.EventType = exports.EventSeverity = exports.ErrorNotificationSettingType = exports.EntityType = exports.ConnectionValidationStatus = exports.ConnectionValidationSeverity = exports.ConnectionType = exports.BundlesSortByField = exports.BundleItemsSortByField = exports.AuthType = exports.AuthSessionStatus = exports.AuthFlowType = exports.AssociatedItemsSortByField = exports.AssignmentsSortByField = exports.AppsSortByField = exports.AppType = exports.AppItemsSortByField = exports.AppCategory = exports.ApiAuthType = exports.ApiAccessLevel = exports.AldwinRole = exports.AccessType = exports.AccessRuleStatus = exports.AccessReviewUserWarningType = exports.AccessReviewType = exports.AccessReviewTab = exports.AccessReviewSummaryStatus = exports.AccessReviewStatus = exports.AccessReviewReviewerAssignmentPolicy = exports.AccessReviewItemsSortByField = exports.AccessReviewItemStatus = exports.AccessReviewItemOutcome = exports.AccessReviewGroupResourceVisibilityPolicy = exports.AccessReviewGroupItemKind = exports.AccessReviewEndUserView = exports.AccessReviewAssignedStatus = exports.AccessReviewAction = exports.AccessOption = exports.AccessChangeType = exports.AwsIdentityCenterImportSetting = void 0;
4
4
  exports.TagsSortByField = exports.TagFilterMatchMode = exports.SyncType = exports.SyncTaskStatus = exports.SubEventsSortByField = exports.StringFormatType = exports.SortDirection = exports.ServiceType = exports.SearchType = exports.RolePermissionTargetType = exports.RolePermission = exports.RoleAssignmentsSortByField = exports.RoleAssignmentSource = exports.RiskLevel = exports.ReviewerUserStatus = exports.ReviewerAction = exports.ReviewStageOperator = exports.ResourceUserSource = exports.ResourceUserSortByField = exports.ResourceType = exports.RequestsSortByField = exports.RequestType = exports.RequestTemplateCustomFieldType = exports.RequestStatus = exports.RequestMessageLevel = exports.RequestMessageCode = exports.RequestApprovalType = exports.RecommendationsSubscoreType = exports.RecommendationsMetricType = exports.RecommendationsFeedbackType = exports.RecommendationsEntityType = exports.PubsubPublishMessageType = exports.PubsubPublishMessageStatusCode = exports.PubsubPublishConnectionType = exports.ProvisionSource = exports.PropagationTaskType = exports.PropagationStatusCode = exports.OwnersSortByField = exports.OrganizationType = exports.OidcProviderType = exports.NotificationType = exports.MessageChannelType = exports.MfaProvider = exports.IntegrationType = exports.ImportSetting = exports.IdpConnectionUserAttributeUseAs = exports.IdpConnectionType = exports.IdentityCategory = exports.HrIdpStatus = exports.HealthStatus = void 0;
5
- exports.CreateRequestDocument = exports.RequestDefaultsDocument = exports.GroupAccessLevelsDocument = exports.ResourceAccessLevelsDocument = exports.PaginatedEntityDropdownDocument = exports.GetRequestableAppsQueryDocument = exports.CheckAuthSessionQueryDocument = exports.GetRequestsDocument = exports.GetRequestDocument = exports.GetGroupDocument = exports.RequestDecisionLevel = exports.WebhookPubsubPublishConnectionAuthType = exports.WebhookPubsubPublishConnectionApiKeyLocation = exports.Visibility = exports.VerifyFactorStatus = exports.UsersSortByField = exports.UserProductRole = exports.UserErrorType = exports.UsageAttributionType = exports.UiSource = exports.TimePeriod = exports.TimeBucket = exports.ThirdPartyProvider = exports.TaskTrigger = void 0;
5
+ exports.GetAssociatedItemsDocument = exports.GetCatalogItemDocument = exports.CreateRequestDocument = exports.RequestDefaultsDocument = exports.GroupAccessLevelsDocument = exports.ResourceAccessLevelsDocument = exports.PaginatedEntityDropdownDocument = exports.GetRequestableAppsQueryDocument = exports.CheckAuthSessionQueryDocument = exports.GetRequestsDocument = exports.GetRequestDocument = exports.GetGroupDocument = exports.RequestDecisionLevel = exports.WebhookPubsubPublishConnectionAuthType = exports.WebhookPubsubPublishConnectionApiKeyLocation = exports.Visibility = exports.VerifyFactorStatus = exports.UsersSortByField = exports.UserProductRole = exports.UserErrorType = exports.UsageAttributionType = exports.UiSource = exports.TimePeriod = exports.TimeBucket = exports.ThirdPartyProvider = exports.TaskTrigger = void 0;
6
6
  var AwsIdentityCenterImportSetting;
7
7
  (function (AwsIdentityCenterImportSetting) {
8
8
  AwsIdentityCenterImportSetting["All"] = "ALL";
@@ -3496,3 +3496,541 @@ exports.CreateRequestDocument = {
3496
3496
  },
3497
3497
  ],
3498
3498
  };
3499
+ exports.GetCatalogItemDocument = {
3500
+ kind: "Document",
3501
+ definitions: [
3502
+ {
3503
+ kind: "OperationDefinition",
3504
+ operation: "query",
3505
+ name: { kind: "Name", value: "GetCatalogItem" },
3506
+ variableDefinitions: [
3507
+ {
3508
+ kind: "VariableDefinition",
3509
+ variable: { kind: "Variable", name: { kind: "Name", value: "uuid" } },
3510
+ type: {
3511
+ kind: "NonNullType",
3512
+ type: { kind: "NamedType", name: { kind: "Name", value: "UUID" } },
3513
+ },
3514
+ },
3515
+ ],
3516
+ selectionSet: {
3517
+ kind: "SelectionSet",
3518
+ selections: [
3519
+ {
3520
+ kind: "Field",
3521
+ name: { kind: "Name", value: "catalogItem" },
3522
+ arguments: [
3523
+ {
3524
+ kind: "Argument",
3525
+ name: { kind: "Name", value: "id" },
3526
+ value: {
3527
+ kind: "Variable",
3528
+ name: { kind: "Name", value: "uuid" },
3529
+ },
3530
+ },
3531
+ ],
3532
+ selectionSet: {
3533
+ kind: "SelectionSet",
3534
+ selections: [
3535
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3536
+ {
3537
+ kind: "InlineFragment",
3538
+ typeCondition: {
3539
+ kind: "NamedType",
3540
+ name: { kind: "Name", value: "Connection" },
3541
+ },
3542
+ selectionSet: {
3543
+ kind: "SelectionSet",
3544
+ selections: [
3545
+ { kind: "Field", name: { kind: "Name", value: "id" } },
3546
+ {
3547
+ kind: "Field",
3548
+ name: { kind: "Name", value: "displayName" },
3549
+ },
3550
+ ],
3551
+ },
3552
+ },
3553
+ {
3554
+ kind: "InlineFragment",
3555
+ typeCondition: {
3556
+ kind: "NamedType",
3557
+ name: { kind: "Name", value: "Resource" },
3558
+ },
3559
+ selectionSet: {
3560
+ kind: "SelectionSet",
3561
+ selections: [
3562
+ { kind: "Field", name: { kind: "Name", value: "id" } },
3563
+ {
3564
+ kind: "Field",
3565
+ name: { kind: "Name", value: "displayName" },
3566
+ },
3567
+ {
3568
+ kind: "Field",
3569
+ name: { kind: "Name", value: "connection" },
3570
+ selectionSet: {
3571
+ kind: "SelectionSet",
3572
+ selections: [
3573
+ {
3574
+ kind: "Field",
3575
+ name: { kind: "Name", value: "id" },
3576
+ },
3577
+ {
3578
+ kind: "Field",
3579
+ name: { kind: "Name", value: "displayName" },
3580
+ },
3581
+ ],
3582
+ },
3583
+ },
3584
+ {
3585
+ kind: "Field",
3586
+ name: { kind: "Name", value: "accessLevels" },
3587
+ selectionSet: {
3588
+ kind: "SelectionSet",
3589
+ selections: [
3590
+ {
3591
+ kind: "Field",
3592
+ name: { kind: "Name", value: "accessLevelName" },
3593
+ },
3594
+ {
3595
+ kind: "Field",
3596
+ name: {
3597
+ kind: "Name",
3598
+ value: "accessLevelRemoteId",
3599
+ },
3600
+ },
3601
+ ],
3602
+ },
3603
+ },
3604
+ ],
3605
+ },
3606
+ },
3607
+ {
3608
+ kind: "InlineFragment",
3609
+ typeCondition: {
3610
+ kind: "NamedType",
3611
+ name: { kind: "Name", value: "Group" },
3612
+ },
3613
+ selectionSet: {
3614
+ kind: "SelectionSet",
3615
+ selections: [
3616
+ { kind: "Field", name: { kind: "Name", value: "id" } },
3617
+ { kind: "Field", name: { kind: "Name", value: "name" } },
3618
+ {
3619
+ kind: "Field",
3620
+ name: { kind: "Name", value: "connection" },
3621
+ selectionSet: {
3622
+ kind: "SelectionSet",
3623
+ selections: [
3624
+ {
3625
+ kind: "Field",
3626
+ name: { kind: "Name", value: "id" },
3627
+ },
3628
+ {
3629
+ kind: "Field",
3630
+ name: { kind: "Name", value: "displayName" },
3631
+ },
3632
+ ],
3633
+ },
3634
+ },
3635
+ {
3636
+ kind: "Field",
3637
+ name: { kind: "Name", value: "accessLevels" },
3638
+ selectionSet: {
3639
+ kind: "SelectionSet",
3640
+ selections: [
3641
+ {
3642
+ kind: "Field",
3643
+ name: { kind: "Name", value: "accessLevelName" },
3644
+ },
3645
+ {
3646
+ kind: "Field",
3647
+ name: {
3648
+ kind: "Name",
3649
+ value: "accessLevelRemoteId",
3650
+ },
3651
+ },
3652
+ ],
3653
+ },
3654
+ },
3655
+ ],
3656
+ },
3657
+ },
3658
+ {
3659
+ kind: "InlineFragment",
3660
+ typeCondition: {
3661
+ kind: "NamedType",
3662
+ name: { kind: "Name", value: "UserFacingError" },
3663
+ },
3664
+ selectionSet: {
3665
+ kind: "SelectionSet",
3666
+ selections: [
3667
+ {
3668
+ kind: "Field",
3669
+ name: { kind: "Name", value: "message" },
3670
+ },
3671
+ ],
3672
+ },
3673
+ },
3674
+ ],
3675
+ },
3676
+ },
3677
+ ],
3678
+ },
3679
+ },
3680
+ ],
3681
+ };
3682
+ exports.GetAssociatedItemsDocument = {
3683
+ kind: "Document",
3684
+ definitions: [
3685
+ {
3686
+ kind: "OperationDefinition",
3687
+ operation: "query",
3688
+ name: { kind: "Name", value: "GetAssociatedItems" },
3689
+ variableDefinitions: [
3690
+ {
3691
+ kind: "VariableDefinition",
3692
+ variable: {
3693
+ kind: "Variable",
3694
+ name: { kind: "Name", value: "resourceId" },
3695
+ },
3696
+ type: {
3697
+ kind: "NonNullType",
3698
+ type: {
3699
+ kind: "NamedType",
3700
+ name: { kind: "Name", value: "ResourceId" },
3701
+ },
3702
+ },
3703
+ },
3704
+ {
3705
+ kind: "VariableDefinition",
3706
+ variable: {
3707
+ kind: "Variable",
3708
+ name: { kind: "Name", value: "searchQuery" },
3709
+ },
3710
+ type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
3711
+ },
3712
+ ],
3713
+ selectionSet: {
3714
+ kind: "SelectionSet",
3715
+ selections: [
3716
+ {
3717
+ kind: "Field",
3718
+ name: { kind: "Name", value: "resource" },
3719
+ arguments: [
3720
+ {
3721
+ kind: "Argument",
3722
+ name: { kind: "Name", value: "input" },
3723
+ value: {
3724
+ kind: "ObjectValue",
3725
+ fields: [
3726
+ {
3727
+ kind: "ObjectField",
3728
+ name: { kind: "Name", value: "id" },
3729
+ value: {
3730
+ kind: "Variable",
3731
+ name: { kind: "Name", value: "resourceId" },
3732
+ },
3733
+ },
3734
+ ],
3735
+ },
3736
+ },
3737
+ ],
3738
+ selectionSet: {
3739
+ kind: "SelectionSet",
3740
+ selections: [
3741
+ { kind: "Field", name: { kind: "Name", value: "__typename" } },
3742
+ {
3743
+ kind: "InlineFragment",
3744
+ typeCondition: {
3745
+ kind: "NamedType",
3746
+ name: { kind: "Name", value: "ResourceResult" },
3747
+ },
3748
+ selectionSet: {
3749
+ kind: "SelectionSet",
3750
+ selections: [
3751
+ {
3752
+ kind: "Field",
3753
+ name: { kind: "Name", value: "__typename" },
3754
+ },
3755
+ {
3756
+ kind: "Field",
3757
+ name: { kind: "Name", value: "resource" },
3758
+ selectionSet: {
3759
+ kind: "SelectionSet",
3760
+ selections: [
3761
+ {
3762
+ kind: "Field",
3763
+ name: { kind: "Name", value: "associatedItems" },
3764
+ arguments: [
3765
+ {
3766
+ kind: "Argument",
3767
+ name: { kind: "Name", value: "first" },
3768
+ value: { kind: "IntValue", value: "200" },
3769
+ },
3770
+ {
3771
+ kind: "Argument",
3772
+ name: { kind: "Name", value: "filters" },
3773
+ value: {
3774
+ kind: "ObjectValue",
3775
+ fields: [
3776
+ {
3777
+ kind: "ObjectField",
3778
+ name: {
3779
+ kind: "Name",
3780
+ value: "searchQuery",
3781
+ },
3782
+ value: {
3783
+ kind: "ObjectValue",
3784
+ fields: [
3785
+ {
3786
+ kind: "ObjectField",
3787
+ name: {
3788
+ kind: "Name",
3789
+ value: "contains",
3790
+ },
3791
+ value: {
3792
+ kind: "Variable",
3793
+ name: {
3794
+ kind: "Name",
3795
+ value: "searchQuery",
3796
+ },
3797
+ },
3798
+ },
3799
+ ],
3800
+ },
3801
+ },
3802
+ {
3803
+ kind: "ObjectField",
3804
+ name: { kind: "Name", value: "access" },
3805
+ value: {
3806
+ kind: "EnumValue",
3807
+ value: "REQUESTABLE",
3808
+ },
3809
+ },
3810
+ {
3811
+ kind: "ObjectField",
3812
+ name: {
3813
+ kind: "Name",
3814
+ value: "endUserVisible",
3815
+ },
3816
+ value: {
3817
+ kind: "BooleanValue",
3818
+ value: true,
3819
+ },
3820
+ },
3821
+ {
3822
+ kind: "ObjectField",
3823
+ name: {
3824
+ kind: "Name",
3825
+ value: "entityType",
3826
+ },
3827
+ value: {
3828
+ kind: "ObjectValue",
3829
+ fields: [
3830
+ {
3831
+ kind: "ObjectField",
3832
+ name: {
3833
+ kind: "Name",
3834
+ value: "in",
3835
+ },
3836
+ value: {
3837
+ kind: "ListValue",
3838
+ values: [
3839
+ {
3840
+ kind: "EnumValue",
3841
+ value: "GROUP",
3842
+ },
3843
+ {
3844
+ kind: "EnumValue",
3845
+ value: "RESOURCE",
3846
+ },
3847
+ ],
3848
+ },
3849
+ },
3850
+ ],
3851
+ },
3852
+ },
3853
+ ],
3854
+ },
3855
+ },
3856
+ ],
3857
+ selectionSet: {
3858
+ kind: "SelectionSet",
3859
+ selections: [
3860
+ {
3861
+ kind: "Field",
3862
+ name: { kind: "Name", value: "edges" },
3863
+ selectionSet: {
3864
+ kind: "SelectionSet",
3865
+ selections: [
3866
+ {
3867
+ kind: "Field",
3868
+ name: {
3869
+ kind: "Name",
3870
+ value: "__typename",
3871
+ },
3872
+ },
3873
+ {
3874
+ kind: "InlineFragment",
3875
+ typeCondition: {
3876
+ kind: "NamedType",
3877
+ name: {
3878
+ kind: "Name",
3879
+ value: "ResourceAssociatedItemEdge",
3880
+ },
3881
+ },
3882
+ selectionSet: {
3883
+ kind: "SelectionSet",
3884
+ selections: [
3885
+ {
3886
+ kind: "Field",
3887
+ name: {
3888
+ kind: "Name",
3889
+ value: "alias",
3890
+ },
3891
+ },
3892
+ {
3893
+ kind: "Field",
3894
+ name: {
3895
+ kind: "Name",
3896
+ value: "node",
3897
+ },
3898
+ selectionSet: {
3899
+ kind: "SelectionSet",
3900
+ selections: [
3901
+ {
3902
+ kind: "Field",
3903
+ name: {
3904
+ kind: "Name",
3905
+ value: "__typename",
3906
+ },
3907
+ },
3908
+ {
3909
+ kind: "Field",
3910
+ name: {
3911
+ kind: "Name",
3912
+ value: "id",
3913
+ },
3914
+ },
3915
+ {
3916
+ kind: "Field",
3917
+ name: {
3918
+ kind: "Name",
3919
+ value: "name",
3920
+ },
3921
+ },
3922
+ {
3923
+ kind: "InlineFragment",
3924
+ typeCondition: {
3925
+ kind: "NamedType",
3926
+ name: {
3927
+ kind: "Name",
3928
+ value: "Resource",
3929
+ },
3930
+ },
3931
+ selectionSet: {
3932
+ kind: "SelectionSet",
3933
+ selections: [
3934
+ {
3935
+ kind: "Field",
3936
+ name: {
3937
+ kind: "Name",
3938
+ value: "accessLevels",
3939
+ },
3940
+ arguments: [
3941
+ {
3942
+ kind: "Argument",
3943
+ name: {
3944
+ kind: "Name",
3945
+ value: "filters",
3946
+ },
3947
+ value: {
3948
+ kind: "ObjectValue",
3949
+ fields: [
3950
+ {
3951
+ kind: "ObjectField",
3952
+ name: {
3953
+ kind: "Name",
3954
+ value: "skipRemoteAccessLevels",
3955
+ },
3956
+ value: {
3957
+ kind: "BooleanValue",
3958
+ value: false,
3959
+ },
3960
+ },
3961
+ ],
3962
+ },
3963
+ },
3964
+ ],
3965
+ selectionSet: {
3966
+ kind: "SelectionSet",
3967
+ selections: [
3968
+ {
3969
+ kind: "Field",
3970
+ name: {
3971
+ kind: "Name",
3972
+ value: "__typename",
3973
+ },
3974
+ },
3975
+ {
3976
+ kind: "Field",
3977
+ name: {
3978
+ kind: "Name",
3979
+ value: "accessLevelName",
3980
+ },
3981
+ },
3982
+ {
3983
+ kind: "Field",
3984
+ name: {
3985
+ kind: "Name",
3986
+ value: "accessLevelRemoteId",
3987
+ },
3988
+ },
3989
+ ],
3990
+ },
3991
+ },
3992
+ ],
3993
+ },
3994
+ },
3995
+ ],
3996
+ },
3997
+ },
3998
+ ],
3999
+ },
4000
+ },
4001
+ ],
4002
+ },
4003
+ },
4004
+ ],
4005
+ },
4006
+ },
4007
+ ],
4008
+ },
4009
+ },
4010
+ ],
4011
+ },
4012
+ },
4013
+ {
4014
+ kind: "InlineFragment",
4015
+ typeCondition: {
4016
+ kind: "NamedType",
4017
+ name: { kind: "Name", value: "ResourceNotFoundError" },
4018
+ },
4019
+ selectionSet: {
4020
+ kind: "SelectionSet",
4021
+ selections: [
4022
+ {
4023
+ kind: "Field",
4024
+ name: { kind: "Name", value: "message" },
4025
+ },
4026
+ ],
4027
+ },
4028
+ },
4029
+ ],
4030
+ },
4031
+ },
4032
+ ],
4033
+ },
4034
+ },
4035
+ ],
4036
+ };
package/lib/lib/apollo.js CHANGED
@@ -155,7 +155,7 @@ const initClient = async (command, fetchAccessToken = true) => {
155
155
  return response;
156
156
  });
157
157
  });
158
- const errorLink = (0, error_1.onError)(({ networkError, operation }) => {
158
+ const errorLink = (0, error_1.onError)(({ networkError, operation, forward }) => {
159
159
  var _a;
160
160
  // There's a few GQL operations where we don't want to use this error handler:
161
161
  const customErrorOperations = [
@@ -186,7 +186,7 @@ const initClient = async (command, fetchAccessToken = true) => {
186
186
  case 401: {
187
187
  command.log("Your session is invalid or expired. Authenticating now...\n");
188
188
  const loginCommand = new login_1.default([], command.config);
189
- loginCommand.run().then(() => {
189
+ return (0, core_1.fromPromise)(loginCommand.run().then(() => {
190
190
  if (cmd_1.mostRecentCommandTime && cmd_1.mostRecentCommand) {
191
191
  const lastCommandReexecutionDuration = moment.duration(2, "minutes");
192
192
  const lastCommandReexecutionDurationHasElapsed = cmd_1.mostRecentCommandTime.add(lastCommandReexecutionDuration) >
@@ -195,8 +195,7 @@ const initClient = async (command, fetchAccessToken = true) => {
195
195
  cmd_1.mostRecentCommand.run();
196
196
  }
197
197
  }
198
- });
199
- break;
198
+ })).flatMap(() => forward(operation));
200
199
  }
201
200
  default:
202
201
  return (0, exports.handleError)(command, `Received status code ${networkError.statusCode} from server${errorMessage ? ` with message "${errorMessage}"` : ""}`);
@@ -5,12 +5,13 @@ interface OpalCredentials {
5
5
  clientIDCandidate?: string;
6
6
  secret?: string;
7
7
  secretType?: SecretType;
8
+ organizationName?: string;
8
9
  }
9
10
  export declare enum SecretType {
10
11
  Cookie = "COOKIE",
11
12
  ApiToken = "API_TOKEN"
12
13
  }
13
- export declare const setOpalCredentials: (command: Command, email: string | undefined, organizationID: string, clientIDCandidate: string | undefined | null, secret: string, secretType: SecretType) => Promise<void>;
14
+ export declare const setOpalCredentials: (command: Command, email: string | undefined, organizationID: string, clientIDCandidate: string | undefined | null, secret: string, secretType: SecretType, organizationName?: string) => Promise<void>;
14
15
  export declare const getOpalCredentials: (command: Command, includeAuthSecret?: boolean) => Promise<OpalCredentials>;
15
16
  export declare const removeOpalCredentials: (command: Command) => Promise<void>;
16
17
  export {};
@@ -9,13 +9,14 @@ var SecretType;
9
9
  SecretType["Cookie"] = "COOKIE";
10
10
  SecretType["ApiToken"] = "API_TOKEN";
11
11
  })(SecretType || (exports.SecretType = SecretType = {}));
12
- const setOpalCredentials = async (command, email, organizationID, clientIDCandidate, secret, secretType) => {
12
+ const setOpalCredentials = async (command, email, organizationID, clientIDCandidate, secret, secretType, organizationName) => {
13
13
  const givenEmail = email || "email-unset";
14
14
  const configData = (0, config_1.getOrCreateConfigData)(command.config.configDir);
15
15
  configData.creds = {
16
16
  clientIDCandidate,
17
17
  email,
18
18
  organizationID,
19
+ organizationName,
19
20
  secretType,
20
21
  };
21
22
  (0, config_1.writeConfigData)(command.config.configDir, configData);
package/lib/lib/flags.js CHANGED
@@ -7,7 +7,7 @@ exports.SHARED_FLAGS = {
7
7
  id: core_1.Flags.string({
8
8
  multiple: false,
9
9
  char: "i",
10
- description: "The Opal ID of the resource. You can find this from the URL, e.g. https://opal.dev/resources/[ID]",
10
+ description: "The Opal ID of the asset. You can find this from the URL, e.g. https://opal.dev/resources/[ID]",
11
11
  }),
12
12
  accessLevelRemoteId: core_1.Flags.string({
13
13
  multiple: false,