@gradientedge/cdk-utils 9.87.0 → 9.88.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/lib/azure/common/construct.js +0 -2
- package/package.json +1 -1
- package/src/lib/azure/common/construct.ts +0 -2
- package/dist/src/lib/azure/.gen/providers/azapi/provider/index.d.ts +0 -414
- package/dist/src/lib/azure/.gen/providers/azapi/provider/index.js +0 -845
- package/src/lib/azure/.gen/constraints.json +0 -6
- package/src/lib/azure/.gen/providers/azapi/data-azapi-client-config/index.ts +0 -257
- package/src/lib/azure/.gen/providers/azapi/data-azapi-resource/index.ts +0 -876
- package/src/lib/azure/.gen/providers/azapi/data-azapi-resource-action/index.ts +0 -779
- package/src/lib/azure/.gen/providers/azapi/data-azapi-resource-id/index.ts +0 -383
- package/src/lib/azure/.gen/providers/azapi/data-azapi-resource-list/index.ts +0 -713
- package/src/lib/azure/.gen/providers/azapi/data-plane-resource/index.ts +0 -1203
- package/src/lib/azure/.gen/providers/azapi/index.ts +0 -11
- package/src/lib/azure/.gen/providers/azapi/lazy-index.ts +0 -51
- package/src/lib/azure/.gen/providers/azapi/provider/index.ts +0 -1121
- package/src/lib/azure/.gen/providers/azapi/resource/index.ts +0 -1516
- package/src/lib/azure/.gen/providers/azapi/resource-action/index.ts +0 -935
- package/src/lib/azure/.gen/providers/azapi/update-resource/index.ts +0 -1042
- package/src/lib/azure/.gen/versions.json +0 -3
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// generated by cdktf get
|
|
2
|
-
export * as dataPlaneResource from './data-plane-resource'
|
|
3
|
-
export * as resource from './resource'
|
|
4
|
-
export * as resourceAction from './resource-action'
|
|
5
|
-
export * as updateResource from './update-resource'
|
|
6
|
-
export * as dataAzapiClientConfig from './data-azapi-client-config'
|
|
7
|
-
export * as dataAzapiResource from './data-azapi-resource'
|
|
8
|
-
export * as dataAzapiResourceAction from './data-azapi-resource-action'
|
|
9
|
-
export * as dataAzapiResourceId from './data-azapi-resource-id'
|
|
10
|
-
export * as dataAzapiResourceList from './data-azapi-resource-list'
|
|
11
|
-
export * as provider from './provider'
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
// generated by cdktf get
|
|
2
|
-
Object.defineProperty(exports, 'dataPlaneResource', {
|
|
3
|
-
get: function () {
|
|
4
|
-
return require('./data-plane-resource')
|
|
5
|
-
},
|
|
6
|
-
})
|
|
7
|
-
Object.defineProperty(exports, 'resource', {
|
|
8
|
-
get: function () {
|
|
9
|
-
return require('./resource')
|
|
10
|
-
},
|
|
11
|
-
})
|
|
12
|
-
Object.defineProperty(exports, 'resourceAction', {
|
|
13
|
-
get: function () {
|
|
14
|
-
return require('./resource-action')
|
|
15
|
-
},
|
|
16
|
-
})
|
|
17
|
-
Object.defineProperty(exports, 'updateResource', {
|
|
18
|
-
get: function () {
|
|
19
|
-
return require('./update-resource')
|
|
20
|
-
},
|
|
21
|
-
})
|
|
22
|
-
Object.defineProperty(exports, 'dataAzapiClientConfig', {
|
|
23
|
-
get: function () {
|
|
24
|
-
return require('./data-azapi-client-config')
|
|
25
|
-
},
|
|
26
|
-
})
|
|
27
|
-
Object.defineProperty(exports, 'dataAzapiResource', {
|
|
28
|
-
get: function () {
|
|
29
|
-
return require('./data-azapi-resource')
|
|
30
|
-
},
|
|
31
|
-
})
|
|
32
|
-
Object.defineProperty(exports, 'dataAzapiResourceAction', {
|
|
33
|
-
get: function () {
|
|
34
|
-
return require('./data-azapi-resource-action')
|
|
35
|
-
},
|
|
36
|
-
})
|
|
37
|
-
Object.defineProperty(exports, 'dataAzapiResourceId', {
|
|
38
|
-
get: function () {
|
|
39
|
-
return require('./data-azapi-resource-id')
|
|
40
|
-
},
|
|
41
|
-
})
|
|
42
|
-
Object.defineProperty(exports, 'dataAzapiResourceList', {
|
|
43
|
-
get: function () {
|
|
44
|
-
return require('./data-azapi-resource-list')
|
|
45
|
-
},
|
|
46
|
-
})
|
|
47
|
-
Object.defineProperty(exports, 'provider', {
|
|
48
|
-
get: function () {
|
|
49
|
-
return require('./provider')
|
|
50
|
-
},
|
|
51
|
-
})
|