@pulumi/artifactory 3.1.0 → 3.2.0-alpha.1679928539
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/getFederatedAlpineRepository.d.ts +131 -0
- package/getFederatedAlpineRepository.js +64 -0
- package/getFederatedAlpineRepository.js.map +1 -0
- package/getFederatedBowerRepository.d.ts +125 -0
- package/getFederatedBowerRepository.js +62 -0
- package/getFederatedBowerRepository.js.map +1 -0
- package/getFederatedCargoRepository.d.ts +130 -0
- package/getFederatedCargoRepository.js +61 -0
- package/getFederatedCargoRepository.js.map +1 -0
- package/getFederatedChefRepository.d.ts +128 -0
- package/getFederatedChefRepository.js +62 -0
- package/getFederatedChefRepository.js.map +1 -0
- package/getFederatedCocoapodsRepository.d.ts +125 -0
- package/getFederatedCocoapodsRepository.js +62 -0
- package/getFederatedCocoapodsRepository.js.map +1 -0
- package/getFederatedComposerRepository.d.ts +125 -0
- package/getFederatedComposerRepository.js +62 -0
- package/getFederatedComposerRepository.js.map +1 -0
- package/getFederatedConanRepository.d.ts +125 -0
- package/getFederatedConanRepository.js +62 -0
- package/getFederatedConanRepository.js.map +1 -0
- package/getFederatedCondaRepository.d.ts +125 -0
- package/getFederatedCondaRepository.js +62 -0
- package/getFederatedCondaRepository.js.map +1 -0
- package/getFederatedCranRepository.d.ts +125 -0
- package/getFederatedCranRepository.js +62 -0
- package/getFederatedCranRepository.js.map +1 -0
- package/getFederatedDebianRepository.d.ts +146 -0
- package/getFederatedDebianRepository.js +66 -0
- package/getFederatedDebianRepository.js.map +1 -0
- package/getFederatedDockerRepository.d.ts +83 -0
- package/getFederatedDockerRepository.js +37 -0
- package/getFederatedDockerRepository.js.map +1 -0
- package/getFederatedDockerV1Repository.d.ts +131 -0
- package/getFederatedDockerV1Repository.js +63 -0
- package/getFederatedDockerV1Repository.js.map +1 -0
- package/getFederatedDockerV2Repository.d.ts +135 -0
- package/getFederatedDockerV2Repository.js +65 -0
- package/getFederatedDockerV2Repository.js.map +1 -0
- package/getFederatedGemsRepository.d.ts +125 -0
- package/getFederatedGemsRepository.js +62 -0
- package/getFederatedGemsRepository.js.map +1 -0
- package/getFederatedGenericRepository.d.ts +125 -0
- package/getFederatedGenericRepository.js +62 -0
- package/getFederatedGenericRepository.js.map +1 -0
- package/getFederatedGitlfsRepository.d.ts +125 -0
- package/getFederatedGitlfsRepository.js +62 -0
- package/getFederatedGitlfsRepository.js.map +1 -0
- package/getFederatedGoRepository.d.ts +125 -0
- package/getFederatedGoRepository.js +62 -0
- package/getFederatedGoRepository.js.map +1 -0
- package/getFederatedGradleRepository.d.ts +143 -0
- package/getFederatedGradleRepository.js +68 -0
- package/getFederatedGradleRepository.js.map +1 -0
- package/getFederatedHelmRepository.d.ts +125 -0
- package/getFederatedHelmRepository.js +62 -0
- package/getFederatedHelmRepository.js.map +1 -0
- package/getFederatedIvyRepository.d.ts +143 -0
- package/getFederatedIvyRepository.js +68 -0
- package/getFederatedIvyRepository.js.map +1 -0
- package/getFederatedMavenRepository.d.ts +143 -0
- package/getFederatedMavenRepository.js +68 -0
- package/getFederatedMavenRepository.js.map +1 -0
- package/getFederatedNpmRepository.d.ts +125 -0
- package/getFederatedNpmRepository.js +62 -0
- package/getFederatedNpmRepository.js.map +1 -0
- package/getFederatedNugetRepository.d.ts +131 -0
- package/getFederatedNugetRepository.js +64 -0
- package/getFederatedNugetRepository.js.map +1 -0
- package/getFederatedOpkgRepository.d.ts +125 -0
- package/getFederatedOpkgRepository.js +62 -0
- package/getFederatedOpkgRepository.js.map +1 -0
- package/getFederatedPuppetRepository.d.ts +125 -0
- package/getFederatedPuppetRepository.js +62 -0
- package/getFederatedPuppetRepository.js.map +1 -0
- package/getFederatedPypiRepository.d.ts +125 -0
- package/getFederatedPypiRepository.js +62 -0
- package/getFederatedPypiRepository.js.map +1 -0
- package/getFederatedRpmRepository.d.ts +143 -0
- package/getFederatedRpmRepository.js +68 -0
- package/getFederatedRpmRepository.js.map +1 -0
- package/getFederatedSbtRepository.d.ts +143 -0
- package/getFederatedSbtRepository.js +68 -0
- package/getFederatedSbtRepository.js.map +1 -0
- package/getFederatedSwiftRepository.d.ts +125 -0
- package/getFederatedSwiftRepository.js +62 -0
- package/getFederatedSwiftRepository.js.map +1 -0
- package/getFederatedTerraformModuleRepository.d.ts +121 -0
- package/getFederatedTerraformModuleRepository.js +58 -0
- package/getFederatedTerraformModuleRepository.js.map +1 -0
- package/getFederatedTerraformProviderRepository.d.ts +121 -0
- package/getFederatedTerraformProviderRepository.js +58 -0
- package/getFederatedTerraformProviderRepository.js.map +1 -0
- package/getFederatedVagrantRepository.d.ts +125 -0
- package/getFederatedVagrantRepository.js +62 -0
- package/getFederatedVagrantRepository.js.map +1 -0
- package/index.d.ts +96 -0
- package/index.js +104 -6
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/types/input.d.ts +690 -0
- package/types/output.d.ts +345 -0
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Retrieves a federated Chef repository.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
12
|
+
*
|
|
13
|
+
* const federated-test-chef-repo = artifactory.getFederatedChefRepository({
|
|
14
|
+
* key: "federated-test-chef-repo",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getFederatedChefRepository(args: GetFederatedChefRepositoryArgs, opts?: pulumi.InvokeOptions): Promise<GetFederatedChefRepositoryResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getFederatedChefRepository.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetFederatedChefRepositoryArgs {
|
|
23
|
+
archiveBrowsingEnabled?: boolean;
|
|
24
|
+
blackedOut?: boolean;
|
|
25
|
+
cdnRedirect?: boolean;
|
|
26
|
+
description?: string;
|
|
27
|
+
downloadDirect?: boolean;
|
|
28
|
+
excludesPattern?: string;
|
|
29
|
+
includesPattern?: string;
|
|
30
|
+
/**
|
|
31
|
+
* the identity key of the repo.
|
|
32
|
+
*/
|
|
33
|
+
key: string;
|
|
34
|
+
/**
|
|
35
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
36
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
37
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
38
|
+
* to set up Federated repositories correctly.
|
|
39
|
+
*/
|
|
40
|
+
members?: inputs.GetFederatedChefRepositoryMember[];
|
|
41
|
+
notes?: string;
|
|
42
|
+
priorityResolution?: boolean;
|
|
43
|
+
projectEnvironments?: string[];
|
|
44
|
+
projectKey?: string;
|
|
45
|
+
propertySets?: string[];
|
|
46
|
+
repoLayoutRef?: string;
|
|
47
|
+
xrayIndex?: boolean;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* A collection of values returned by getFederatedChefRepository.
|
|
51
|
+
*/
|
|
52
|
+
export interface GetFederatedChefRepositoryResult {
|
|
53
|
+
readonly archiveBrowsingEnabled?: boolean;
|
|
54
|
+
readonly blackedOut?: boolean;
|
|
55
|
+
readonly cdnRedirect?: boolean;
|
|
56
|
+
readonly description?: string;
|
|
57
|
+
readonly downloadDirect?: boolean;
|
|
58
|
+
readonly excludesPattern: string;
|
|
59
|
+
/**
|
|
60
|
+
* The provider-assigned unique ID for this managed resource.
|
|
61
|
+
*/
|
|
62
|
+
readonly id: string;
|
|
63
|
+
readonly includesPattern: string;
|
|
64
|
+
/**
|
|
65
|
+
* the identity key of the repo.
|
|
66
|
+
*/
|
|
67
|
+
readonly key: string;
|
|
68
|
+
/**
|
|
69
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
70
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
71
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
72
|
+
* to set up Federated repositories correctly.
|
|
73
|
+
*/
|
|
74
|
+
readonly members?: outputs.GetFederatedChefRepositoryMember[];
|
|
75
|
+
readonly notes?: string;
|
|
76
|
+
readonly packageType: string;
|
|
77
|
+
readonly priorityResolution?: boolean;
|
|
78
|
+
readonly projectEnvironments: string[];
|
|
79
|
+
readonly projectKey?: string;
|
|
80
|
+
readonly propertySets?: string[];
|
|
81
|
+
readonly repoLayoutRef?: string;
|
|
82
|
+
readonly xrayIndex?: boolean;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Retrieves a federated Chef repository.
|
|
86
|
+
*
|
|
87
|
+
* ## Example Usage
|
|
88
|
+
*
|
|
89
|
+
* ```typescript
|
|
90
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
91
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
92
|
+
*
|
|
93
|
+
* const federated-test-chef-repo = artifactory.getFederatedChefRepository({
|
|
94
|
+
* key: "federated-test-chef-repo",
|
|
95
|
+
* });
|
|
96
|
+
* ```
|
|
97
|
+
*/
|
|
98
|
+
export declare function getFederatedChefRepositoryOutput(args: GetFederatedChefRepositoryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFederatedChefRepositoryResult>;
|
|
99
|
+
/**
|
|
100
|
+
* A collection of arguments for invoking getFederatedChefRepository.
|
|
101
|
+
*/
|
|
102
|
+
export interface GetFederatedChefRepositoryOutputArgs {
|
|
103
|
+
archiveBrowsingEnabled?: pulumi.Input<boolean>;
|
|
104
|
+
blackedOut?: pulumi.Input<boolean>;
|
|
105
|
+
cdnRedirect?: pulumi.Input<boolean>;
|
|
106
|
+
description?: pulumi.Input<string>;
|
|
107
|
+
downloadDirect?: pulumi.Input<boolean>;
|
|
108
|
+
excludesPattern?: pulumi.Input<string>;
|
|
109
|
+
includesPattern?: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* the identity key of the repo.
|
|
112
|
+
*/
|
|
113
|
+
key: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
116
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
117
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
118
|
+
* to set up Federated repositories correctly.
|
|
119
|
+
*/
|
|
120
|
+
members?: pulumi.Input<pulumi.Input<inputs.GetFederatedChefRepositoryMemberArgs>[]>;
|
|
121
|
+
notes?: pulumi.Input<string>;
|
|
122
|
+
priorityResolution?: pulumi.Input<boolean>;
|
|
123
|
+
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
124
|
+
projectKey?: pulumi.Input<string>;
|
|
125
|
+
propertySets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
126
|
+
repoLayoutRef?: pulumi.Input<string>;
|
|
127
|
+
xrayIndex?: pulumi.Input<boolean>;
|
|
128
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getFederatedChefRepositoryOutput = exports.getFederatedChefRepository = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a federated Chef repository.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
16
|
+
*
|
|
17
|
+
* const federated-test-chef-repo = artifactory.getFederatedChefRepository({
|
|
18
|
+
* key: "federated-test-chef-repo",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getFederatedChefRepository(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("artifactory:index/getFederatedChefRepository:getFederatedChefRepository", {
|
|
25
|
+
"archiveBrowsingEnabled": args.archiveBrowsingEnabled,
|
|
26
|
+
"blackedOut": args.blackedOut,
|
|
27
|
+
"cdnRedirect": args.cdnRedirect,
|
|
28
|
+
"description": args.description,
|
|
29
|
+
"downloadDirect": args.downloadDirect,
|
|
30
|
+
"excludesPattern": args.excludesPattern,
|
|
31
|
+
"includesPattern": args.includesPattern,
|
|
32
|
+
"key": args.key,
|
|
33
|
+
"members": args.members,
|
|
34
|
+
"notes": args.notes,
|
|
35
|
+
"priorityResolution": args.priorityResolution,
|
|
36
|
+
"projectEnvironments": args.projectEnvironments,
|
|
37
|
+
"projectKey": args.projectKey,
|
|
38
|
+
"propertySets": args.propertySets,
|
|
39
|
+
"repoLayoutRef": args.repoLayoutRef,
|
|
40
|
+
"xrayIndex": args.xrayIndex,
|
|
41
|
+
}, opts);
|
|
42
|
+
}
|
|
43
|
+
exports.getFederatedChefRepository = getFederatedChefRepository;
|
|
44
|
+
/**
|
|
45
|
+
* Retrieves a federated Chef repository.
|
|
46
|
+
*
|
|
47
|
+
* ## Example Usage
|
|
48
|
+
*
|
|
49
|
+
* ```typescript
|
|
50
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
51
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
52
|
+
*
|
|
53
|
+
* const federated-test-chef-repo = artifactory.getFederatedChefRepository({
|
|
54
|
+
* key: "federated-test-chef-repo",
|
|
55
|
+
* });
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
function getFederatedChefRepositoryOutput(args, opts) {
|
|
59
|
+
return pulumi.output(args).apply((a) => getFederatedChefRepository(a, opts));
|
|
60
|
+
}
|
|
61
|
+
exports.getFederatedChefRepositoryOutput = getFederatedChefRepositoryOutput;
|
|
62
|
+
//# sourceMappingURL=getFederatedChefRepository.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFederatedChefRepository.js","sourceRoot":"","sources":["../getFederatedChefRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IAExG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yEAAyE,EAAE;QACpG,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AArBD,gEAqBC;AAoED;;;;;;;;;;;;;GAaG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,0BAA0B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrF,CAAC;AAFD,4EAEC"}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Retrieves a federated Cocoapods repository.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
12
|
+
*
|
|
13
|
+
* const federated-test-cocoapods-repo = artifactory.getFederatedCocoapodsRepository({
|
|
14
|
+
* key: "federated-test-cocoapods-repo",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getFederatedCocoapodsRepository(args: GetFederatedCocoapodsRepositoryArgs, opts?: pulumi.InvokeOptions): Promise<GetFederatedCocoapodsRepositoryResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getFederatedCocoapodsRepository.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetFederatedCocoapodsRepositoryArgs {
|
|
23
|
+
archiveBrowsingEnabled?: boolean;
|
|
24
|
+
blackedOut?: boolean;
|
|
25
|
+
cdnRedirect?: boolean;
|
|
26
|
+
description?: string;
|
|
27
|
+
downloadDirect?: boolean;
|
|
28
|
+
excludesPattern?: string;
|
|
29
|
+
includesPattern?: string;
|
|
30
|
+
/**
|
|
31
|
+
* the identity key of the repo.
|
|
32
|
+
*/
|
|
33
|
+
key: string;
|
|
34
|
+
/**
|
|
35
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
36
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
37
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
38
|
+
* to set up Federated repositories correctly.
|
|
39
|
+
*/
|
|
40
|
+
members?: inputs.GetFederatedCocoapodsRepositoryMember[];
|
|
41
|
+
notes?: string;
|
|
42
|
+
priorityResolution?: boolean;
|
|
43
|
+
projectEnvironments?: string[];
|
|
44
|
+
projectKey?: string;
|
|
45
|
+
propertySets?: string[];
|
|
46
|
+
repoLayoutRef?: string;
|
|
47
|
+
xrayIndex?: boolean;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* A collection of values returned by getFederatedCocoapodsRepository.
|
|
51
|
+
*/
|
|
52
|
+
export interface GetFederatedCocoapodsRepositoryResult {
|
|
53
|
+
readonly archiveBrowsingEnabled?: boolean;
|
|
54
|
+
readonly blackedOut?: boolean;
|
|
55
|
+
readonly cdnRedirect?: boolean;
|
|
56
|
+
readonly description?: string;
|
|
57
|
+
readonly downloadDirect?: boolean;
|
|
58
|
+
readonly excludesPattern: string;
|
|
59
|
+
/**
|
|
60
|
+
* The provider-assigned unique ID for this managed resource.
|
|
61
|
+
*/
|
|
62
|
+
readonly id: string;
|
|
63
|
+
readonly includesPattern: string;
|
|
64
|
+
readonly key: string;
|
|
65
|
+
/**
|
|
66
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
67
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
68
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
69
|
+
* to set up Federated repositories correctly.
|
|
70
|
+
*/
|
|
71
|
+
readonly members?: outputs.GetFederatedCocoapodsRepositoryMember[];
|
|
72
|
+
readonly notes?: string;
|
|
73
|
+
readonly packageType: string;
|
|
74
|
+
readonly priorityResolution?: boolean;
|
|
75
|
+
readonly projectEnvironments: string[];
|
|
76
|
+
readonly projectKey?: string;
|
|
77
|
+
readonly propertySets?: string[];
|
|
78
|
+
readonly repoLayoutRef?: string;
|
|
79
|
+
readonly xrayIndex?: boolean;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Retrieves a federated Cocoapods repository.
|
|
83
|
+
*
|
|
84
|
+
* ## Example Usage
|
|
85
|
+
*
|
|
86
|
+
* ```typescript
|
|
87
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
88
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
89
|
+
*
|
|
90
|
+
* const federated-test-cocoapods-repo = artifactory.getFederatedCocoapodsRepository({
|
|
91
|
+
* key: "federated-test-cocoapods-repo",
|
|
92
|
+
* });
|
|
93
|
+
* ```
|
|
94
|
+
*/
|
|
95
|
+
export declare function getFederatedCocoapodsRepositoryOutput(args: GetFederatedCocoapodsRepositoryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFederatedCocoapodsRepositoryResult>;
|
|
96
|
+
/**
|
|
97
|
+
* A collection of arguments for invoking getFederatedCocoapodsRepository.
|
|
98
|
+
*/
|
|
99
|
+
export interface GetFederatedCocoapodsRepositoryOutputArgs {
|
|
100
|
+
archiveBrowsingEnabled?: pulumi.Input<boolean>;
|
|
101
|
+
blackedOut?: pulumi.Input<boolean>;
|
|
102
|
+
cdnRedirect?: pulumi.Input<boolean>;
|
|
103
|
+
description?: pulumi.Input<string>;
|
|
104
|
+
downloadDirect?: pulumi.Input<boolean>;
|
|
105
|
+
excludesPattern?: pulumi.Input<string>;
|
|
106
|
+
includesPattern?: pulumi.Input<string>;
|
|
107
|
+
/**
|
|
108
|
+
* the identity key of the repo.
|
|
109
|
+
*/
|
|
110
|
+
key: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
113
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
114
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
115
|
+
* to set up Federated repositories correctly.
|
|
116
|
+
*/
|
|
117
|
+
members?: pulumi.Input<pulumi.Input<inputs.GetFederatedCocoapodsRepositoryMemberArgs>[]>;
|
|
118
|
+
notes?: pulumi.Input<string>;
|
|
119
|
+
priorityResolution?: pulumi.Input<boolean>;
|
|
120
|
+
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
121
|
+
projectKey?: pulumi.Input<string>;
|
|
122
|
+
propertySets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
123
|
+
repoLayoutRef?: pulumi.Input<string>;
|
|
124
|
+
xrayIndex?: pulumi.Input<boolean>;
|
|
125
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getFederatedCocoapodsRepositoryOutput = exports.getFederatedCocoapodsRepository = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a federated Cocoapods repository.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
16
|
+
*
|
|
17
|
+
* const federated-test-cocoapods-repo = artifactory.getFederatedCocoapodsRepository({
|
|
18
|
+
* key: "federated-test-cocoapods-repo",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getFederatedCocoapodsRepository(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("artifactory:index/getFederatedCocoapodsRepository:getFederatedCocoapodsRepository", {
|
|
25
|
+
"archiveBrowsingEnabled": args.archiveBrowsingEnabled,
|
|
26
|
+
"blackedOut": args.blackedOut,
|
|
27
|
+
"cdnRedirect": args.cdnRedirect,
|
|
28
|
+
"description": args.description,
|
|
29
|
+
"downloadDirect": args.downloadDirect,
|
|
30
|
+
"excludesPattern": args.excludesPattern,
|
|
31
|
+
"includesPattern": args.includesPattern,
|
|
32
|
+
"key": args.key,
|
|
33
|
+
"members": args.members,
|
|
34
|
+
"notes": args.notes,
|
|
35
|
+
"priorityResolution": args.priorityResolution,
|
|
36
|
+
"projectEnvironments": args.projectEnvironments,
|
|
37
|
+
"projectKey": args.projectKey,
|
|
38
|
+
"propertySets": args.propertySets,
|
|
39
|
+
"repoLayoutRef": args.repoLayoutRef,
|
|
40
|
+
"xrayIndex": args.xrayIndex,
|
|
41
|
+
}, opts);
|
|
42
|
+
}
|
|
43
|
+
exports.getFederatedCocoapodsRepository = getFederatedCocoapodsRepository;
|
|
44
|
+
/**
|
|
45
|
+
* Retrieves a federated Cocoapods repository.
|
|
46
|
+
*
|
|
47
|
+
* ## Example Usage
|
|
48
|
+
*
|
|
49
|
+
* ```typescript
|
|
50
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
51
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
52
|
+
*
|
|
53
|
+
* const federated-test-cocoapods-repo = artifactory.getFederatedCocoapodsRepository({
|
|
54
|
+
* key: "federated-test-cocoapods-repo",
|
|
55
|
+
* });
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
function getFederatedCocoapodsRepositoryOutput(args, opts) {
|
|
59
|
+
return pulumi.output(args).apply((a) => getFederatedCocoapodsRepository(a, opts));
|
|
60
|
+
}
|
|
61
|
+
exports.getFederatedCocoapodsRepositoryOutput = getFederatedCocoapodsRepositoryOutput;
|
|
62
|
+
//# sourceMappingURL=getFederatedCocoapodsRepository.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFederatedCocoapodsRepository.js","sourceRoot":"","sources":["../getFederatedCocoapodsRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAElH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mFAAmF,EAAE;QAC9G,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AArBD,0EAqBC;AAiED;;;;;;;;;;;;;GAaG;AACH,SAAgB,qCAAqC,CAAC,IAA+C,EAAE,IAA2B;IAC9H,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,+BAA+B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1F,CAAC;AAFD,sFAEC"}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Retrieves a federated Composer repository.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
12
|
+
*
|
|
13
|
+
* const federated-test-composer-repo = artifactory.getFederatedComposerRepository({
|
|
14
|
+
* key: "federated-test-composer-repo",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getFederatedComposerRepository(args: GetFederatedComposerRepositoryArgs, opts?: pulumi.InvokeOptions): Promise<GetFederatedComposerRepositoryResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getFederatedComposerRepository.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetFederatedComposerRepositoryArgs {
|
|
23
|
+
archiveBrowsingEnabled?: boolean;
|
|
24
|
+
blackedOut?: boolean;
|
|
25
|
+
cdnRedirect?: boolean;
|
|
26
|
+
description?: string;
|
|
27
|
+
downloadDirect?: boolean;
|
|
28
|
+
excludesPattern?: string;
|
|
29
|
+
includesPattern?: string;
|
|
30
|
+
/**
|
|
31
|
+
* the identity key of the repo.
|
|
32
|
+
*/
|
|
33
|
+
key: string;
|
|
34
|
+
/**
|
|
35
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
36
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
37
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
38
|
+
* to set up Federated repositories correctly.
|
|
39
|
+
*/
|
|
40
|
+
members?: inputs.GetFederatedComposerRepositoryMember[];
|
|
41
|
+
notes?: string;
|
|
42
|
+
priorityResolution?: boolean;
|
|
43
|
+
projectEnvironments?: string[];
|
|
44
|
+
projectKey?: string;
|
|
45
|
+
propertySets?: string[];
|
|
46
|
+
repoLayoutRef?: string;
|
|
47
|
+
xrayIndex?: boolean;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* A collection of values returned by getFederatedComposerRepository.
|
|
51
|
+
*/
|
|
52
|
+
export interface GetFederatedComposerRepositoryResult {
|
|
53
|
+
readonly archiveBrowsingEnabled?: boolean;
|
|
54
|
+
readonly blackedOut?: boolean;
|
|
55
|
+
readonly cdnRedirect?: boolean;
|
|
56
|
+
readonly description?: string;
|
|
57
|
+
readonly downloadDirect?: boolean;
|
|
58
|
+
readonly excludesPattern: string;
|
|
59
|
+
/**
|
|
60
|
+
* The provider-assigned unique ID for this managed resource.
|
|
61
|
+
*/
|
|
62
|
+
readonly id: string;
|
|
63
|
+
readonly includesPattern: string;
|
|
64
|
+
readonly key: string;
|
|
65
|
+
/**
|
|
66
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
67
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
68
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
69
|
+
* to set up Federated repositories correctly.
|
|
70
|
+
*/
|
|
71
|
+
readonly members?: outputs.GetFederatedComposerRepositoryMember[];
|
|
72
|
+
readonly notes?: string;
|
|
73
|
+
readonly packageType: string;
|
|
74
|
+
readonly priorityResolution?: boolean;
|
|
75
|
+
readonly projectEnvironments: string[];
|
|
76
|
+
readonly projectKey?: string;
|
|
77
|
+
readonly propertySets?: string[];
|
|
78
|
+
readonly repoLayoutRef?: string;
|
|
79
|
+
readonly xrayIndex?: boolean;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Retrieves a federated Composer repository.
|
|
83
|
+
*
|
|
84
|
+
* ## Example Usage
|
|
85
|
+
*
|
|
86
|
+
* ```typescript
|
|
87
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
88
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
89
|
+
*
|
|
90
|
+
* const federated-test-composer-repo = artifactory.getFederatedComposerRepository({
|
|
91
|
+
* key: "federated-test-composer-repo",
|
|
92
|
+
* });
|
|
93
|
+
* ```
|
|
94
|
+
*/
|
|
95
|
+
export declare function getFederatedComposerRepositoryOutput(args: GetFederatedComposerRepositoryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFederatedComposerRepositoryResult>;
|
|
96
|
+
/**
|
|
97
|
+
* A collection of arguments for invoking getFederatedComposerRepository.
|
|
98
|
+
*/
|
|
99
|
+
export interface GetFederatedComposerRepositoryOutputArgs {
|
|
100
|
+
archiveBrowsingEnabled?: pulumi.Input<boolean>;
|
|
101
|
+
blackedOut?: pulumi.Input<boolean>;
|
|
102
|
+
cdnRedirect?: pulumi.Input<boolean>;
|
|
103
|
+
description?: pulumi.Input<string>;
|
|
104
|
+
downloadDirect?: pulumi.Input<boolean>;
|
|
105
|
+
excludesPattern?: pulumi.Input<string>;
|
|
106
|
+
includesPattern?: pulumi.Input<string>;
|
|
107
|
+
/**
|
|
108
|
+
* the identity key of the repo.
|
|
109
|
+
*/
|
|
110
|
+
key: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
113
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
114
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
115
|
+
* to set up Federated repositories correctly.
|
|
116
|
+
*/
|
|
117
|
+
members?: pulumi.Input<pulumi.Input<inputs.GetFederatedComposerRepositoryMemberArgs>[]>;
|
|
118
|
+
notes?: pulumi.Input<string>;
|
|
119
|
+
priorityResolution?: pulumi.Input<boolean>;
|
|
120
|
+
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
121
|
+
projectKey?: pulumi.Input<string>;
|
|
122
|
+
propertySets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
123
|
+
repoLayoutRef?: pulumi.Input<string>;
|
|
124
|
+
xrayIndex?: pulumi.Input<boolean>;
|
|
125
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getFederatedComposerRepositoryOutput = exports.getFederatedComposerRepository = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a federated Composer repository.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
16
|
+
*
|
|
17
|
+
* const federated-test-composer-repo = artifactory.getFederatedComposerRepository({
|
|
18
|
+
* key: "federated-test-composer-repo",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getFederatedComposerRepository(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("artifactory:index/getFederatedComposerRepository:getFederatedComposerRepository", {
|
|
25
|
+
"archiveBrowsingEnabled": args.archiveBrowsingEnabled,
|
|
26
|
+
"blackedOut": args.blackedOut,
|
|
27
|
+
"cdnRedirect": args.cdnRedirect,
|
|
28
|
+
"description": args.description,
|
|
29
|
+
"downloadDirect": args.downloadDirect,
|
|
30
|
+
"excludesPattern": args.excludesPattern,
|
|
31
|
+
"includesPattern": args.includesPattern,
|
|
32
|
+
"key": args.key,
|
|
33
|
+
"members": args.members,
|
|
34
|
+
"notes": args.notes,
|
|
35
|
+
"priorityResolution": args.priorityResolution,
|
|
36
|
+
"projectEnvironments": args.projectEnvironments,
|
|
37
|
+
"projectKey": args.projectKey,
|
|
38
|
+
"propertySets": args.propertySets,
|
|
39
|
+
"repoLayoutRef": args.repoLayoutRef,
|
|
40
|
+
"xrayIndex": args.xrayIndex,
|
|
41
|
+
}, opts);
|
|
42
|
+
}
|
|
43
|
+
exports.getFederatedComposerRepository = getFederatedComposerRepository;
|
|
44
|
+
/**
|
|
45
|
+
* Retrieves a federated Composer repository.
|
|
46
|
+
*
|
|
47
|
+
* ## Example Usage
|
|
48
|
+
*
|
|
49
|
+
* ```typescript
|
|
50
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
51
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
52
|
+
*
|
|
53
|
+
* const federated-test-composer-repo = artifactory.getFederatedComposerRepository({
|
|
54
|
+
* key: "federated-test-composer-repo",
|
|
55
|
+
* });
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
function getFederatedComposerRepositoryOutput(args, opts) {
|
|
59
|
+
return pulumi.output(args).apply((a) => getFederatedComposerRepository(a, opts));
|
|
60
|
+
}
|
|
61
|
+
exports.getFederatedComposerRepositoryOutput = getFederatedComposerRepositoryOutput;
|
|
62
|
+
//# sourceMappingURL=getFederatedComposerRepository.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFederatedComposerRepository.js","sourceRoot":"","sources":["../getFederatedComposerRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAEhH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iFAAiF,EAAE;QAC5G,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AArBD,wEAqBC;AAiED;;;;;;;;;;;;;GAaG;AACH,SAAgB,oCAAoC,CAAC,IAA8C,EAAE,IAA2B;IAC5H,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,8BAA8B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzF,CAAC;AAFD,oFAEC"}
|