@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,131 @@
|
|
|
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 Nuget 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-nuget-repo = artifactory.getFederatedNugetRepository({
|
|
14
|
+
* key: "federated-test-nuget-repo",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getFederatedNugetRepository(args: GetFederatedNugetRepositoryArgs, opts?: pulumi.InvokeOptions): Promise<GetFederatedNugetRepositoryResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getFederatedNugetRepository.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetFederatedNugetRepositoryArgs {
|
|
23
|
+
archiveBrowsingEnabled?: boolean;
|
|
24
|
+
blackedOut?: boolean;
|
|
25
|
+
cdnRedirect?: boolean;
|
|
26
|
+
description?: string;
|
|
27
|
+
downloadDirect?: boolean;
|
|
28
|
+
excludesPattern?: string;
|
|
29
|
+
forceNugetAuthentication?: boolean;
|
|
30
|
+
includesPattern?: string;
|
|
31
|
+
/**
|
|
32
|
+
* the identity key of the repo.
|
|
33
|
+
*/
|
|
34
|
+
key: string;
|
|
35
|
+
maxUniqueSnapshots?: number;
|
|
36
|
+
/**
|
|
37
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
38
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
39
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
40
|
+
* to set up Federated repositories correctly.
|
|
41
|
+
*/
|
|
42
|
+
members?: inputs.GetFederatedNugetRepositoryMember[];
|
|
43
|
+
notes?: string;
|
|
44
|
+
priorityResolution?: boolean;
|
|
45
|
+
projectEnvironments?: string[];
|
|
46
|
+
projectKey?: string;
|
|
47
|
+
propertySets?: string[];
|
|
48
|
+
repoLayoutRef?: string;
|
|
49
|
+
xrayIndex?: boolean;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* A collection of values returned by getFederatedNugetRepository.
|
|
53
|
+
*/
|
|
54
|
+
export interface GetFederatedNugetRepositoryResult {
|
|
55
|
+
readonly archiveBrowsingEnabled?: boolean;
|
|
56
|
+
readonly blackedOut?: boolean;
|
|
57
|
+
readonly cdnRedirect?: boolean;
|
|
58
|
+
readonly description?: string;
|
|
59
|
+
readonly downloadDirect?: boolean;
|
|
60
|
+
readonly excludesPattern: string;
|
|
61
|
+
readonly forceNugetAuthentication?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
* The provider-assigned unique ID for this managed resource.
|
|
64
|
+
*/
|
|
65
|
+
readonly id: string;
|
|
66
|
+
readonly includesPattern: string;
|
|
67
|
+
readonly key: string;
|
|
68
|
+
readonly maxUniqueSnapshots?: number;
|
|
69
|
+
/**
|
|
70
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
71
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
72
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
73
|
+
* to set up Federated repositories correctly.
|
|
74
|
+
*/
|
|
75
|
+
readonly members?: outputs.GetFederatedNugetRepositoryMember[];
|
|
76
|
+
readonly notes?: string;
|
|
77
|
+
readonly packageType: string;
|
|
78
|
+
readonly priorityResolution?: boolean;
|
|
79
|
+
readonly projectEnvironments: string[];
|
|
80
|
+
readonly projectKey?: string;
|
|
81
|
+
readonly propertySets?: string[];
|
|
82
|
+
readonly repoLayoutRef?: string;
|
|
83
|
+
readonly xrayIndex?: boolean;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Retrieves a federated Nuget repository.
|
|
87
|
+
*
|
|
88
|
+
* ## Example Usage
|
|
89
|
+
*
|
|
90
|
+
* ```typescript
|
|
91
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
92
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
93
|
+
*
|
|
94
|
+
* const federated-test-nuget-repo = artifactory.getFederatedNugetRepository({
|
|
95
|
+
* key: "federated-test-nuget-repo",
|
|
96
|
+
* });
|
|
97
|
+
* ```
|
|
98
|
+
*/
|
|
99
|
+
export declare function getFederatedNugetRepositoryOutput(args: GetFederatedNugetRepositoryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFederatedNugetRepositoryResult>;
|
|
100
|
+
/**
|
|
101
|
+
* A collection of arguments for invoking getFederatedNugetRepository.
|
|
102
|
+
*/
|
|
103
|
+
export interface GetFederatedNugetRepositoryOutputArgs {
|
|
104
|
+
archiveBrowsingEnabled?: pulumi.Input<boolean>;
|
|
105
|
+
blackedOut?: pulumi.Input<boolean>;
|
|
106
|
+
cdnRedirect?: pulumi.Input<boolean>;
|
|
107
|
+
description?: pulumi.Input<string>;
|
|
108
|
+
downloadDirect?: pulumi.Input<boolean>;
|
|
109
|
+
excludesPattern?: pulumi.Input<string>;
|
|
110
|
+
forceNugetAuthentication?: pulumi.Input<boolean>;
|
|
111
|
+
includesPattern?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* the identity key of the repo.
|
|
114
|
+
*/
|
|
115
|
+
key: pulumi.Input<string>;
|
|
116
|
+
maxUniqueSnapshots?: pulumi.Input<number>;
|
|
117
|
+
/**
|
|
118
|
+
* The list of Federated members and must contain this repository URL (configured base URL
|
|
119
|
+
* `/artifactory/` + repo `key`). Note that each of the federated members will need to have a base URL set.
|
|
120
|
+
* Please follow the [instruction](https://www.jfrog.com/confluence/display/JFROG/Working+with+Federated+Repositories#WorkingwithFederatedRepositories-SettingUpaFederatedRepository)
|
|
121
|
+
* to set up Federated repositories correctly.
|
|
122
|
+
*/
|
|
123
|
+
members?: pulumi.Input<pulumi.Input<inputs.GetFederatedNugetRepositoryMemberArgs>[]>;
|
|
124
|
+
notes?: pulumi.Input<string>;
|
|
125
|
+
priorityResolution?: pulumi.Input<boolean>;
|
|
126
|
+
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
127
|
+
projectKey?: pulumi.Input<string>;
|
|
128
|
+
propertySets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
129
|
+
repoLayoutRef?: pulumi.Input<string>;
|
|
130
|
+
xrayIndex?: pulumi.Input<boolean>;
|
|
131
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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.getFederatedNugetRepositoryOutput = exports.getFederatedNugetRepository = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a federated Nuget 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-nuget-repo = artifactory.getFederatedNugetRepository({
|
|
18
|
+
* key: "federated-test-nuget-repo",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getFederatedNugetRepository(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("artifactory:index/getFederatedNugetRepository:getFederatedNugetRepository", {
|
|
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
|
+
"forceNugetAuthentication": args.forceNugetAuthentication,
|
|
32
|
+
"includesPattern": args.includesPattern,
|
|
33
|
+
"key": args.key,
|
|
34
|
+
"maxUniqueSnapshots": args.maxUniqueSnapshots,
|
|
35
|
+
"members": args.members,
|
|
36
|
+
"notes": args.notes,
|
|
37
|
+
"priorityResolution": args.priorityResolution,
|
|
38
|
+
"projectEnvironments": args.projectEnvironments,
|
|
39
|
+
"projectKey": args.projectKey,
|
|
40
|
+
"propertySets": args.propertySets,
|
|
41
|
+
"repoLayoutRef": args.repoLayoutRef,
|
|
42
|
+
"xrayIndex": args.xrayIndex,
|
|
43
|
+
}, opts);
|
|
44
|
+
}
|
|
45
|
+
exports.getFederatedNugetRepository = getFederatedNugetRepository;
|
|
46
|
+
/**
|
|
47
|
+
* Retrieves a federated Nuget repository.
|
|
48
|
+
*
|
|
49
|
+
* ## Example Usage
|
|
50
|
+
*
|
|
51
|
+
* ```typescript
|
|
52
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
53
|
+
* import * as artifactory from "@pulumi/artifactory";
|
|
54
|
+
*
|
|
55
|
+
* const federated-test-nuget-repo = artifactory.getFederatedNugetRepository({
|
|
56
|
+
* key: "federated-test-nuget-repo",
|
|
57
|
+
* });
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
function getFederatedNugetRepositoryOutput(args, opts) {
|
|
61
|
+
return pulumi.output(args).apply((a) => getFederatedNugetRepository(a, opts));
|
|
62
|
+
}
|
|
63
|
+
exports.getFederatedNugetRepositoryOutput = getFederatedNugetRepositoryOutput;
|
|
64
|
+
//# sourceMappingURL=getFederatedNugetRepository.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFederatedNugetRepository.js","sourceRoot":"","sources":["../getFederatedNugetRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAE1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2EAA2E,EAAE;QACtG,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,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,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;AAvBD,kEAuBC;AAqED;;;;;;;;;;;;;GAaG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,2BAA2B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtF,CAAC;AAFD,8EAEC"}
|
|
@@ -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 Opkg 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-opkg-repo = artifactory.getFederatedOpkgRepository({
|
|
14
|
+
* key: "federated-test-opkg-repo",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getFederatedOpkgRepository(args: GetFederatedOpkgRepositoryArgs, opts?: pulumi.InvokeOptions): Promise<GetFederatedOpkgRepositoryResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getFederatedOpkgRepository.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetFederatedOpkgRepositoryArgs {
|
|
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.GetFederatedOpkgRepositoryMember[];
|
|
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 getFederatedOpkgRepository.
|
|
51
|
+
*/
|
|
52
|
+
export interface GetFederatedOpkgRepositoryResult {
|
|
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.GetFederatedOpkgRepositoryMember[];
|
|
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 Opkg 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-opkg-repo = artifactory.getFederatedOpkgRepository({
|
|
91
|
+
* key: "federated-test-opkg-repo",
|
|
92
|
+
* });
|
|
93
|
+
* ```
|
|
94
|
+
*/
|
|
95
|
+
export declare function getFederatedOpkgRepositoryOutput(args: GetFederatedOpkgRepositoryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFederatedOpkgRepositoryResult>;
|
|
96
|
+
/**
|
|
97
|
+
* A collection of arguments for invoking getFederatedOpkgRepository.
|
|
98
|
+
*/
|
|
99
|
+
export interface GetFederatedOpkgRepositoryOutputArgs {
|
|
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.GetFederatedOpkgRepositoryMemberArgs>[]>;
|
|
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.getFederatedOpkgRepositoryOutput = exports.getFederatedOpkgRepository = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a federated Opkg 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-opkg-repo = artifactory.getFederatedOpkgRepository({
|
|
18
|
+
* key: "federated-test-opkg-repo",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getFederatedOpkgRepository(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("artifactory:index/getFederatedOpkgRepository:getFederatedOpkgRepository", {
|
|
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.getFederatedOpkgRepository = getFederatedOpkgRepository;
|
|
44
|
+
/**
|
|
45
|
+
* Retrieves a federated Opkg 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-opkg-repo = artifactory.getFederatedOpkgRepository({
|
|
54
|
+
* key: "federated-test-opkg-repo",
|
|
55
|
+
* });
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
function getFederatedOpkgRepositoryOutput(args, opts) {
|
|
59
|
+
return pulumi.output(args).apply((a) => getFederatedOpkgRepository(a, opts));
|
|
60
|
+
}
|
|
61
|
+
exports.getFederatedOpkgRepositoryOutput = getFederatedOpkgRepositoryOutput;
|
|
62
|
+
//# sourceMappingURL=getFederatedOpkgRepository.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFederatedOpkgRepository.js","sourceRoot":"","sources":["../getFederatedOpkgRepository.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;AAiED;;;;;;;;;;;;;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 Puppet 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-puppet-repo = artifactory.getFederatedPuppetRepository({
|
|
14
|
+
* key: "federated-test-puppet-repo",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getFederatedPuppetRepository(args: GetFederatedPuppetRepositoryArgs, opts?: pulumi.InvokeOptions): Promise<GetFederatedPuppetRepositoryResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getFederatedPuppetRepository.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetFederatedPuppetRepositoryArgs {
|
|
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.GetFederatedPuppetRepositoryMember[];
|
|
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 getFederatedPuppetRepository.
|
|
51
|
+
*/
|
|
52
|
+
export interface GetFederatedPuppetRepositoryResult {
|
|
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.GetFederatedPuppetRepositoryMember[];
|
|
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 Puppet 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-puppet-repo = artifactory.getFederatedPuppetRepository({
|
|
91
|
+
* key: "federated-test-puppet-repo",
|
|
92
|
+
* });
|
|
93
|
+
* ```
|
|
94
|
+
*/
|
|
95
|
+
export declare function getFederatedPuppetRepositoryOutput(args: GetFederatedPuppetRepositoryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFederatedPuppetRepositoryResult>;
|
|
96
|
+
/**
|
|
97
|
+
* A collection of arguments for invoking getFederatedPuppetRepository.
|
|
98
|
+
*/
|
|
99
|
+
export interface GetFederatedPuppetRepositoryOutputArgs {
|
|
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.GetFederatedPuppetRepositoryMemberArgs>[]>;
|
|
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.getFederatedPuppetRepositoryOutput = exports.getFederatedPuppetRepository = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a federated Puppet 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-puppet-repo = artifactory.getFederatedPuppetRepository({
|
|
18
|
+
* key: "federated-test-puppet-repo",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getFederatedPuppetRepository(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("artifactory:index/getFederatedPuppetRepository:getFederatedPuppetRepository", {
|
|
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.getFederatedPuppetRepository = getFederatedPuppetRepository;
|
|
44
|
+
/**
|
|
45
|
+
* Retrieves a federated Puppet 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-puppet-repo = artifactory.getFederatedPuppetRepository({
|
|
54
|
+
* key: "federated-test-puppet-repo",
|
|
55
|
+
* });
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
function getFederatedPuppetRepositoryOutput(args, opts) {
|
|
59
|
+
return pulumi.output(args).apply((a) => getFederatedPuppetRepository(a, opts));
|
|
60
|
+
}
|
|
61
|
+
exports.getFederatedPuppetRepositoryOutput = getFederatedPuppetRepositoryOutput;
|
|
62
|
+
//# sourceMappingURL=getFederatedPuppetRepository.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFederatedPuppetRepository.js","sourceRoot":"","sources":["../getFederatedPuppetRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAE5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6EAA6E,EAAE;QACxG,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,oEAqBC;AAiED;;;;;;;;;;;;;GAaG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAA2B;IACxH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,4BAA4B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvF,CAAC;AAFD,gFAEC"}
|