@pulumi/digitalocean 4.8.0 → 4.10.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.
Files changed (202) hide show
  1. package/README.md +1 -1
  2. package/app.js +1 -0
  3. package/app.js.map +1 -1
  4. package/cdn.js +1 -0
  5. package/cdn.js.map +1 -1
  6. package/certificate.js +1 -0
  7. package/certificate.js.map +1 -1
  8. package/config/index.js +11 -4
  9. package/config/index.js.map +1 -1
  10. package/config/vars.d.ts +5 -5
  11. package/config/vars.js +33 -21
  12. package/config/vars.js.map +1 -1
  13. package/containerRegistry.js +1 -0
  14. package/containerRegistry.js.map +1 -1
  15. package/containerRegistryDockerCredentials.js +1 -0
  16. package/containerRegistryDockerCredentials.js.map +1 -1
  17. package/customImage.js +1 -0
  18. package/customImage.js.map +1 -1
  19. package/databaseCluster.js +1 -0
  20. package/databaseCluster.js.map +1 -1
  21. package/databaseConnectionPool.js +1 -0
  22. package/databaseConnectionPool.js.map +1 -1
  23. package/databaseDb.js +1 -0
  24. package/databaseDb.js.map +1 -1
  25. package/databaseFirewall.js +1 -0
  26. package/databaseFirewall.js.map +1 -1
  27. package/databaseReplica.js +1 -0
  28. package/databaseReplica.js.map +1 -1
  29. package/databaseUser.js +1 -0
  30. package/databaseUser.js.map +1 -1
  31. package/dnsRecord.js +1 -0
  32. package/dnsRecord.js.map +1 -1
  33. package/domain.js +1 -0
  34. package/domain.js.map +1 -1
  35. package/droplet.js +1 -0
  36. package/droplet.js.map +1 -1
  37. package/dropletSnapshot.js +1 -0
  38. package/dropletSnapshot.js.map +1 -1
  39. package/firewall.js +1 -0
  40. package/firewall.js.map +1 -1
  41. package/floatingIp.js +1 -0
  42. package/floatingIp.js.map +1 -1
  43. package/floatingIpAssignment.js +1 -0
  44. package/floatingIpAssignment.js.map +1 -1
  45. package/getAccount.js +1 -0
  46. package/getAccount.js.map +1 -1
  47. package/getApp.d.ts +10 -0
  48. package/getApp.js +5 -0
  49. package/getApp.js.map +1 -1
  50. package/getCertificate.d.ts +10 -0
  51. package/getCertificate.js +5 -0
  52. package/getCertificate.js.map +1 -1
  53. package/getContainerRegistry.d.ts +10 -0
  54. package/getContainerRegistry.js +5 -0
  55. package/getContainerRegistry.js.map +1 -1
  56. package/getDatabaseCa.d.ts +50 -0
  57. package/getDatabaseCa.js +39 -0
  58. package/getDatabaseCa.js.map +1 -0
  59. package/getDatabaseCluster.d.ts +11 -0
  60. package/getDatabaseCluster.js +5 -0
  61. package/getDatabaseCluster.js.map +1 -1
  62. package/getDatabaseReplica.d.ts +18 -0
  63. package/getDatabaseReplica.js +5 -0
  64. package/getDatabaseReplica.js.map +1 -1
  65. package/getDomain.d.ts +10 -0
  66. package/getDomain.js +5 -0
  67. package/getDomain.js.map +1 -1
  68. package/getDomains.d.ts +16 -0
  69. package/getDomains.js +5 -0
  70. package/getDomains.js.map +1 -1
  71. package/getDroplet.d.ts +18 -0
  72. package/getDroplet.js +5 -0
  73. package/getDroplet.js.map +1 -1
  74. package/getDropletSnapshot.d.ts +22 -0
  75. package/getDropletSnapshot.js +5 -0
  76. package/getDropletSnapshot.js.map +1 -1
  77. package/getDroplets.d.ts +16 -0
  78. package/getDroplets.js +5 -0
  79. package/getDroplets.js.map +1 -1
  80. package/getFirewall.d.ts +22 -0
  81. package/getFirewall.js +5 -0
  82. package/getFirewall.js.map +1 -1
  83. package/getFloatingIp.d.ts +10 -0
  84. package/getFloatingIp.js +5 -0
  85. package/getFloatingIp.js.map +1 -1
  86. package/getImage.d.ts +22 -0
  87. package/getImage.js +5 -0
  88. package/getImage.js.map +1 -1
  89. package/getImages.d.ts +16 -0
  90. package/getImages.js +5 -0
  91. package/getImages.js.map +1 -1
  92. package/getKubernetesCluster.d.ts +14 -0
  93. package/getKubernetesCluster.js +5 -0
  94. package/getKubernetesCluster.js.map +1 -1
  95. package/getKubernetesVersions.d.ts +10 -0
  96. package/getKubernetesVersions.js +5 -0
  97. package/getKubernetesVersions.js.map +1 -1
  98. package/getLoadBalancer.d.ts +12 -0
  99. package/getLoadBalancer.js +5 -0
  100. package/getLoadBalancer.js.map +1 -1
  101. package/getProject.d.ts +15 -0
  102. package/getProject.js +5 -0
  103. package/getProject.js.map +1 -1
  104. package/getProjects.d.ts +16 -0
  105. package/getProjects.js +5 -0
  106. package/getProjects.js.map +1 -1
  107. package/getRecord.d.ts +14 -0
  108. package/getRecord.js +5 -0
  109. package/getRecord.js.map +1 -1
  110. package/getRecords.d.ts +20 -0
  111. package/getRecords.js +5 -0
  112. package/getRecords.js.map +1 -1
  113. package/getRegion.d.ts +10 -0
  114. package/getRegion.js +5 -0
  115. package/getRegion.js.map +1 -1
  116. package/getRegions.d.ts +16 -0
  117. package/getRegions.js +5 -0
  118. package/getRegions.js.map +1 -1
  119. package/getSizes.d.ts +16 -0
  120. package/getSizes.js +5 -0
  121. package/getSizes.js.map +1 -1
  122. package/getSpacesBucket.d.ts +14 -0
  123. package/getSpacesBucket.js +5 -0
  124. package/getSpacesBucket.js.map +1 -1
  125. package/getSpacesBucketObject.d.ts +23 -0
  126. package/getSpacesBucketObject.js +5 -0
  127. package/getSpacesBucketObject.js.map +1 -1
  128. package/getSpacesBucketObjects.d.ts +30 -20
  129. package/getSpacesBucketObjects.js +5 -20
  130. package/getSpacesBucketObjects.js.map +1 -1
  131. package/getSpacesBuckets.d.ts +16 -0
  132. package/getSpacesBuckets.js +5 -0
  133. package/getSpacesBuckets.js.map +1 -1
  134. package/getSshKey.d.ts +10 -0
  135. package/getSshKey.js +5 -0
  136. package/getSshKey.js.map +1 -1
  137. package/getSshKeys.d.ts +16 -0
  138. package/getSshKeys.js +5 -0
  139. package/getSshKeys.js.map +1 -1
  140. package/getTag.d.ts +10 -0
  141. package/getTag.js +5 -0
  142. package/getTag.js.map +1 -1
  143. package/getTags.d.ts +16 -0
  144. package/getTags.js +5 -0
  145. package/getTags.js.map +1 -1
  146. package/getVolume.d.ts +18 -0
  147. package/getVolume.js +5 -0
  148. package/getVolume.js.map +1 -1
  149. package/getVolumeSnapshot.d.ts +22 -0
  150. package/getVolumeSnapshot.js +5 -0
  151. package/getVolumeSnapshot.js.map +1 -1
  152. package/getVpc.d.ts +18 -0
  153. package/getVpc.js +5 -0
  154. package/getVpc.js.map +1 -1
  155. package/index.d.ts +1 -0
  156. package/index.js +83 -74
  157. package/index.js.map +1 -1
  158. package/kubernetesCluster.d.ts +2 -2
  159. package/kubernetesCluster.js +1 -0
  160. package/kubernetesCluster.js.map +1 -1
  161. package/kubernetesNodePool.js +1 -0
  162. package/kubernetesNodePool.js.map +1 -1
  163. package/loadBalancer.d.ts +27 -3
  164. package/loadBalancer.js +5 -0
  165. package/loadBalancer.js.map +1 -1
  166. package/monitorAlert.js +1 -0
  167. package/monitorAlert.js.map +1 -1
  168. package/package.json +4 -3
  169. package/package.json.bak +3 -2
  170. package/package.json.dev +4 -3
  171. package/project.d.ts +1 -1
  172. package/project.js +2 -1
  173. package/project.js.map +1 -1
  174. package/projectResources.d.ts +1 -1
  175. package/projectResources.js +2 -1
  176. package/projectResources.js.map +1 -1
  177. package/provider.js +3 -2
  178. package/provider.js.map +1 -1
  179. package/spacesBucket.js +1 -0
  180. package/spacesBucket.js.map +1 -1
  181. package/spacesBucketObject.js +1 -0
  182. package/spacesBucketObject.js.map +1 -1
  183. package/sshKey.js +1 -0
  184. package/sshKey.js.map +1 -1
  185. package/tag.js +1 -0
  186. package/tag.js.map +1 -1
  187. package/types/enums/index.js +1 -0
  188. package/types/enums/index.js.map +1 -1
  189. package/types/index.js +1 -0
  190. package/types/index.js.map +1 -1
  191. package/types/input.d.ts +420 -1
  192. package/types/output.d.ts +12 -1
  193. package/utilities.js +1 -0
  194. package/utilities.js.map +1 -1
  195. package/volume.js +1 -0
  196. package/volume.js.map +1 -1
  197. package/volumeAttachment.js +1 -0
  198. package/volumeAttachment.js.map +1 -1
  199. package/volumeSnapshot.js +1 -0
  200. package/volumeSnapshot.js.map +1 -1
  201. package/vpc.js +1 -0
  202. package/vpc.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -787,6 +787,11 @@ export interface FirewallInboundRule {
787
787
  * the Droplets from which the inbound traffic will be accepted.
788
788
  */
789
789
  sourceDropletIds?: pulumi.Input<pulumi.Input<number>[]>;
790
+ /**
791
+ * An array containing the IDs of
792
+ * the Kubernetes clusters from which the inbound traffic will be accepted.
793
+ */
794
+ sourceKubernetesIds?: pulumi.Input<pulumi.Input<string>[]>;
790
795
  /**
791
796
  * An array containing the IDs
792
797
  * of the Load Balancers from which the inbound traffic will be accepted.
@@ -811,6 +816,11 @@ export interface FirewallOutboundRule {
811
816
  * the Droplets to which the outbound traffic will be allowed.
812
817
  */
813
818
  destinationDropletIds?: pulumi.Input<pulumi.Input<number>[]>;
819
+ /**
820
+ * An array containing the IDs of
821
+ * the Kubernetes clusters to which the outbound traffic will be allowed.
822
+ */
823
+ destinationKubernetesIds?: pulumi.Input<pulumi.Input<string>[]>;
814
824
  /**
815
825
  * An array containing the IDs
816
826
  * of the Load Balancers to which the outbound traffic will be allowed.
@@ -820,7 +830,6 @@ export interface FirewallOutboundRule {
820
830
  * An array containing the names of Tags
821
831
  * corresponding to groups of Droplets to which the outbound traffic will
822
832
  * be allowed.
823
- * traffic.
824
833
  */
825
834
  destinationTags?: pulumi.Input<pulumi.Input<string>[]>;
826
835
  /**
@@ -845,6 +854,29 @@ export interface FirewallPendingChange {
845
854
  */
846
855
  status?: pulumi.Input<string>;
847
856
  }
857
+ export interface GetDomainsFilterArgs {
858
+ /**
859
+ * Set to `true` to require that a field match all of the `values` instead of just one or more of
860
+ * them. This is useful when matching against multi-valued fields such as lists or sets where you want to ensure
861
+ * that all of the `values` are present in the list or set.
862
+ */
863
+ all?: pulumi.Input<boolean>;
864
+ /**
865
+ * Filter the domains by this key. This may be one of `name`, `urn`, and `ttl`.
866
+ */
867
+ key: pulumi.Input<string>;
868
+ /**
869
+ * One of `exact` (default), `re`, or `substring`. For string-typed fields, specify `re` to
870
+ * match by using the `values` as regular expressions, or specify `substring` to match by treating the `values` as
871
+ * substrings to find within the string field.
872
+ */
873
+ matchBy?: pulumi.Input<string>;
874
+ /**
875
+ * A list of values to match against the `key` field. Only retrieves domains
876
+ * where the `key` field takes on one or more of the values provided here.
877
+ */
878
+ values: pulumi.Input<pulumi.Input<string>[]>;
879
+ }
848
880
  export interface GetDomainsFilter {
849
881
  /**
850
882
  * Set to `true` to require that a field match all of the `values` instead of just one or more of
@@ -868,6 +900,16 @@ export interface GetDomainsFilter {
868
900
  */
869
901
  values: string[];
870
902
  }
903
+ export interface GetDomainsSortArgs {
904
+ /**
905
+ * The sort direction. This may be either `asc` or `desc`.
906
+ */
907
+ direction?: pulumi.Input<string>;
908
+ /**
909
+ * Sort the domains by this key. This may be one of `name`, `urn`, and `ttl`.
910
+ */
911
+ key: pulumi.Input<string>;
912
+ }
871
913
  export interface GetDomainsSort {
872
914
  /**
873
915
  * The sort direction. This may be either `asc` or `desc`.
@@ -904,6 +946,45 @@ export interface GetDropletsFilter {
904
946
  */
905
947
  values: string[];
906
948
  }
949
+ export interface GetDropletsFilterArgs {
950
+ /**
951
+ * Set to `true` to require that a field match all of the `values` instead of just one or more of
952
+ * them. This is useful when matching against multi-valued fields such as lists or sets where you want to ensure
953
+ * that all of the `values` are present in the list or set.
954
+ */
955
+ all?: pulumi.Input<boolean>;
956
+ /**
957
+ * Filter the Droplets by this key. This may be one of `backups`, `createdAt`, `disk`, `id`,
958
+ * `image`, `ipv4Address`, `ipv4AddressPrivate`, `ipv6`, `ipv6Address`, `ipv6AddressPrivate`, `locked`,
959
+ * `memory`, `monitoring`, `name`, `priceHourly`, `priceMonthly`, `privateNetworking`, `region`, `size`,
960
+ * `status`, `tags`, `urn`, `vcpus`, `volumeIds`, or `vpcUuid`.
961
+ */
962
+ key: pulumi.Input<string>;
963
+ /**
964
+ * One of `exact` (default), `re`, or `substring`. For string-typed fields, specify `re` to
965
+ * match by using the `values` as regular expressions, or specify `substring` to match by treating the `values` as
966
+ * substrings to find within the string field.
967
+ */
968
+ matchBy?: pulumi.Input<string>;
969
+ /**
970
+ * A list of values to match against the `key` field. Only retrieves Droplets
971
+ * where the `key` field takes on one or more of the values provided here.
972
+ */
973
+ values: pulumi.Input<pulumi.Input<string>[]>;
974
+ }
975
+ export interface GetDropletsSortArgs {
976
+ /**
977
+ * The sort direction. This may be either `asc` or `desc`.
978
+ */
979
+ direction?: pulumi.Input<string>;
980
+ /**
981
+ * Sort the Droplets by this key. This may be one of `backups`, `createdAt`, `disk`, `id`,
982
+ * `image`, `ipv4Address`, `ipv4AddressPrivate`, `ipv6`, `ipv6Address`, `ipv6AddressPrivate`, `locked`,
983
+ * `memory`, `monitoring`, `name`, `priceHourly`, `priceMonthly`, `privateNetworking`, `region`, `size`,
984
+ * `status`, `urn`, `vcpus`, or `vpcUuid`.
985
+ */
986
+ key: pulumi.Input<string>;
987
+ }
907
988
  export interface GetDropletsSort {
908
989
  /**
909
990
  * The sort direction. This may be either `asc` or `desc`.
@@ -941,6 +1022,7 @@ export interface GetFirewallInboundRule {
941
1022
  * the Droplets from which the inbound traffic will be accepted.
942
1023
  */
943
1024
  sourceDropletIds?: number[];
1025
+ sourceKubernetesIds?: string[];
944
1026
  /**
945
1027
  * An array containing the IDs
946
1028
  * of the Load Balancers from which the inbound traffic will be accepted.
@@ -952,6 +1034,42 @@ export interface GetFirewallInboundRule {
952
1034
  */
953
1035
  sourceTags?: string[];
954
1036
  }
1037
+ export interface GetFirewallInboundRuleArgs {
1038
+ /**
1039
+ * The ports on which traffic will be allowed
1040
+ * specified as a string containing a single port, a range (e.g. "8000-9000"),
1041
+ * or "1-65535" to open all ports for a protocol. Required for when protocol is
1042
+ * `tcp` or `udp`.
1043
+ */
1044
+ portRange?: pulumi.Input<string>;
1045
+ /**
1046
+ * The type of traffic to be allowed.
1047
+ * This may be one of "tcp", "udp", or "icmp".
1048
+ */
1049
+ protocol: pulumi.Input<string>;
1050
+ /**
1051
+ * An array of strings containing the IPv4
1052
+ * addresses, IPv6 addresses, IPv4 CIDRs, and/or IPv6 CIDRs from which the
1053
+ * inbound traffic will be accepted.
1054
+ */
1055
+ sourceAddresses?: pulumi.Input<pulumi.Input<string>[]>;
1056
+ /**
1057
+ * An array containing the IDs of
1058
+ * the Droplets from which the inbound traffic will be accepted.
1059
+ */
1060
+ sourceDropletIds?: pulumi.Input<pulumi.Input<number>[]>;
1061
+ sourceKubernetesIds?: pulumi.Input<pulumi.Input<string>[]>;
1062
+ /**
1063
+ * An array containing the IDs
1064
+ * of the Load Balancers from which the inbound traffic will be accepted.
1065
+ */
1066
+ sourceLoadBalancerUids?: pulumi.Input<pulumi.Input<string>[]>;
1067
+ /**
1068
+ * A set of names of Tags corresponding to group of
1069
+ * Droplets from which the inbound traffic will be accepted.
1070
+ */
1071
+ sourceTags?: pulumi.Input<pulumi.Input<string>[]>;
1072
+ }
955
1073
  export interface GetFirewallOutboundRule {
956
1074
  /**
957
1075
  * An array of strings containing the IPv4
@@ -964,6 +1082,7 @@ export interface GetFirewallOutboundRule {
964
1082
  * the Droplets to which the outbound traffic will be allowed.
965
1083
  */
966
1084
  destinationDropletIds?: number[];
1085
+ destinationKubernetesIds?: string[];
967
1086
  /**
968
1087
  * An array containing the IDs
969
1088
  * of the Load Balancers to which the outbound traffic will be allowed.
@@ -989,6 +1108,69 @@ export interface GetFirewallOutboundRule {
989
1108
  */
990
1109
  protocol: string;
991
1110
  }
1111
+ export interface GetFirewallOutboundRuleArgs {
1112
+ /**
1113
+ * An array of strings containing the IPv4
1114
+ * addresses, IPv6 addresses, IPv4 CIDRs, and/or IPv6 CIDRs to which the
1115
+ * outbound traffic will be allowed.
1116
+ */
1117
+ destinationAddresses?: pulumi.Input<pulumi.Input<string>[]>;
1118
+ /**
1119
+ * An array containing the IDs of
1120
+ * the Droplets to which the outbound traffic will be allowed.
1121
+ */
1122
+ destinationDropletIds?: pulumi.Input<pulumi.Input<number>[]>;
1123
+ destinationKubernetesIds?: pulumi.Input<pulumi.Input<string>[]>;
1124
+ /**
1125
+ * An array containing the IDs
1126
+ * of the Load Balancers to which the outbound traffic will be allowed.
1127
+ */
1128
+ destinationLoadBalancerUids?: pulumi.Input<pulumi.Input<string>[]>;
1129
+ /**
1130
+ * An array containing the names of Tags
1131
+ * corresponding to groups of Droplets to which the outbound traffic will
1132
+ * be allowed.
1133
+ * traffic.
1134
+ */
1135
+ destinationTags?: pulumi.Input<pulumi.Input<string>[]>;
1136
+ /**
1137
+ * The ports on which traffic will be allowed
1138
+ * specified as a string containing a single port, a range (e.g. "8000-9000"),
1139
+ * or "1-65535" to open all ports for a protocol. Required for when protocol is
1140
+ * `tcp` or `udp`.
1141
+ */
1142
+ portRange?: pulumi.Input<string>;
1143
+ /**
1144
+ * The type of traffic to be allowed.
1145
+ * This may be one of "tcp", "udp", or "icmp".
1146
+ */
1147
+ protocol: pulumi.Input<string>;
1148
+ }
1149
+ export interface GetImagesFilterArgs {
1150
+ /**
1151
+ * Set to `true` to require that a field match all of the `values` instead of just one or more of
1152
+ * them. This is useful when matching against multi-valued fields such as lists or sets where you want to ensure
1153
+ * that all of the `values` are present in the list or set.
1154
+ */
1155
+ all?: pulumi.Input<boolean>;
1156
+ /**
1157
+ * Filter the images by this key. This may be one of `distribution`, `errorMessage`,
1158
+ * `id`, `image`, `minDiskSize`, `name`, `private`, `regions`, `sizeGigabytes`, `slug`, `status`,
1159
+ * `tags`, or `type`.
1160
+ */
1161
+ key: pulumi.Input<string>;
1162
+ /**
1163
+ * One of `exact` (default), `re`, or `substring`. For string-typed fields, specify `re` to
1164
+ * match by using the `values` as regular expressions, or specify `substring` to match by treating the `values` as
1165
+ * substrings to find within the string field.
1166
+ */
1167
+ matchBy?: pulumi.Input<string>;
1168
+ /**
1169
+ * A list of values to match against the `key` field. Only retrieves images
1170
+ * where the `key` field takes on one or more of the values provided here.
1171
+ */
1172
+ values: pulumi.Input<pulumi.Input<string>[]>;
1173
+ }
992
1174
  export interface GetImagesFilter {
993
1175
  /**
994
1176
  * Set to `true` to require that a field match all of the `values` instead of just one or more of
@@ -1025,6 +1207,17 @@ export interface GetImagesSort {
1025
1207
  */
1026
1208
  key: string;
1027
1209
  }
1210
+ export interface GetImagesSortArgs {
1211
+ /**
1212
+ * The sort direction. This may be either `asc` or `desc`.
1213
+ */
1214
+ direction?: pulumi.Input<string>;
1215
+ /**
1216
+ * Sort the images by this key. This may be one of `distribution`, `errorMessage`, `id`,
1217
+ * `image`, `minDiskSize`, `name`, `private`, `sizeGigabytes`, `slug`, `status`, or `type`.
1218
+ */
1219
+ key: pulumi.Input<string>;
1220
+ }
1028
1221
  export interface GetProjectsFilter {
1029
1222
  /**
1030
1223
  * Set to `true` to require that a field match all of the `values` instead of just one or more of
@@ -1049,6 +1242,30 @@ export interface GetProjectsFilter {
1049
1242
  */
1050
1243
  values: string[];
1051
1244
  }
1245
+ export interface GetProjectsFilterArgs {
1246
+ /**
1247
+ * Set to `true` to require that a field match all of the `values` instead of just one or more of
1248
+ * them. This is useful when matching against multi-valued fields such as lists or sets where you want to ensure
1249
+ * that all of the `values` are present in the list or set.
1250
+ */
1251
+ all?: pulumi.Input<boolean>;
1252
+ /**
1253
+ * Filter the projects by this key. This may be one of `name`,
1254
+ * `purpose`, `description`, `environment`, or `isDefault`.
1255
+ */
1256
+ key: pulumi.Input<string>;
1257
+ /**
1258
+ * One of `exact` (default), `re`, or `substring`. For string-typed fields, specify `re` to
1259
+ * match by using the `values` as regular expressions, or specify `substring` to match by treating the `values` as
1260
+ * substrings to find within the string field.
1261
+ */
1262
+ matchBy?: pulumi.Input<string>;
1263
+ /**
1264
+ * A list of values to match against the `key` field. Only retrieves projects
1265
+ * where the `key` field takes on one or more of the values provided here.
1266
+ */
1267
+ values: pulumi.Input<pulumi.Input<string>[]>;
1268
+ }
1052
1269
  export interface GetProjectsSort {
1053
1270
  /**
1054
1271
  * The sort direction. This may be either `asc` or `desc`.
@@ -1060,6 +1277,17 @@ export interface GetProjectsSort {
1060
1277
  */
1061
1278
  key: string;
1062
1279
  }
1280
+ export interface GetProjectsSortArgs {
1281
+ /**
1282
+ * The sort direction. This may be either `asc` or `desc`.
1283
+ */
1284
+ direction?: pulumi.Input<string>;
1285
+ /**
1286
+ * Sort the projects by this key. This may be one of `name`,
1287
+ * `purpose`, `description`, or `environment`.
1288
+ */
1289
+ key: pulumi.Input<string>;
1290
+ }
1063
1291
  export interface GetRecordsFilter {
1064
1292
  /**
1065
1293
  * Set to `true` to require that a field match all of the `values` instead of just one or more of
@@ -1084,6 +1312,41 @@ export interface GetRecordsFilter {
1084
1312
  */
1085
1313
  values: string[];
1086
1314
  }
1315
+ export interface GetRecordsFilterArgs {
1316
+ /**
1317
+ * Set to `true` to require that a field match all of the `values` instead of just one or more of
1318
+ * them. This is useful when matching against multi-valued fields such as lists or sets where you want to ensure
1319
+ * that all of the `values` are present in the list or set.
1320
+ */
1321
+ all?: pulumi.Input<boolean>;
1322
+ /**
1323
+ * Filter the DNS records by this key. This may be one of `domain`, `flags`, `name`, `port`,
1324
+ * `priority`, `tag`, `ttl`, `type`, `value`, or `weight`.
1325
+ */
1326
+ key: pulumi.Input<string>;
1327
+ /**
1328
+ * One of `exact` (default), `re`, or `substring`. For string-typed fields, specify `re` to
1329
+ * match by using the `values` as regular expressions, or specify `substring` to match by treating the `values` as
1330
+ * substrings to find within the string field.
1331
+ */
1332
+ matchBy?: pulumi.Input<string>;
1333
+ /**
1334
+ * A list of values to match against the `key` field. Only retrieves DNS records
1335
+ * where the `key` field takes on one or more of the values provided here.
1336
+ */
1337
+ values: pulumi.Input<pulumi.Input<string>[]>;
1338
+ }
1339
+ export interface GetRecordsSortArgs {
1340
+ /**
1341
+ * The sort direction. This may be either `asc` or `desc`.
1342
+ */
1343
+ direction?: pulumi.Input<string>;
1344
+ /**
1345
+ * Sort the DNS records by this key. This may be one of `domain`, `flags`, `name`, `port`,
1346
+ * `priority`, `tag`, `ttl`, `type`, `value`, or `weight`.
1347
+ */
1348
+ key: pulumi.Input<string>;
1349
+ }
1087
1350
  export interface GetRecordsSort {
1088
1351
  /**
1089
1352
  * The sort direction. This may be either `asc` or `desc`.
@@ -1095,6 +1358,30 @@ export interface GetRecordsSort {
1095
1358
  */
1096
1359
  key: string;
1097
1360
  }
1361
+ export interface GetRegionsFilterArgs {
1362
+ /**
1363
+ * Set to `true` to require that a field match all of the `values` instead of just one or more of
1364
+ * them. This is useful when matching against multi-valued fields such as lists or sets where you want to ensure
1365
+ * that all of the `values` are present in the list or set.
1366
+ */
1367
+ all?: pulumi.Input<boolean>;
1368
+ /**
1369
+ * Filter the regions by this key. This may be one of `slug`,
1370
+ * `name`, `available`, `features`, or `sizes`.
1371
+ */
1372
+ key: pulumi.Input<string>;
1373
+ /**
1374
+ * One of `exact` (default), `re`, or `substring`. For string-typed fields, specify `re` to
1375
+ * match by using the `values` as regular expressions, or specify `substring` to match by treating the `values` as
1376
+ * substrings to find within the string field.
1377
+ */
1378
+ matchBy?: pulumi.Input<string>;
1379
+ /**
1380
+ * A list of values to match against the `key` field. Only retrieves regions
1381
+ * where the `key` field takes on one or more of the values provided here.
1382
+ */
1383
+ values: pulumi.Input<pulumi.Input<string>[]>;
1384
+ }
1098
1385
  export interface GetRegionsFilter {
1099
1386
  /**
1100
1387
  * Set to `true` to require that a field match all of the `values` instead of just one or more of
@@ -1130,6 +1417,42 @@ export interface GetRegionsSort {
1130
1417
  */
1131
1418
  key: string;
1132
1419
  }
1420
+ export interface GetRegionsSortArgs {
1421
+ /**
1422
+ * The sort direction. This may be either `asc` or `desc`.
1423
+ */
1424
+ direction?: pulumi.Input<string>;
1425
+ /**
1426
+ * Sort the regions by this key. This may be one of `slug`,
1427
+ * `name`, or `available`.
1428
+ */
1429
+ key: pulumi.Input<string>;
1430
+ }
1431
+ export interface GetSizesFilterArgs {
1432
+ /**
1433
+ * Set to `true` to require that a field match all of the `values` instead of just one or more of
1434
+ * them. This is useful when matching against multi-valued fields such as lists or sets where you want to ensure
1435
+ * that all of the `values` are present in the list or set.
1436
+ */
1437
+ all?: pulumi.Input<boolean>;
1438
+ /**
1439
+ * Filter the sizes by this key. This may be one of `slug`,
1440
+ * `regions`, `memory`, `vcpus`, `disk`, `transfer`, `priceMonthly`,
1441
+ * `priceHourly`, or `available`.
1442
+ */
1443
+ key: pulumi.Input<string>;
1444
+ /**
1445
+ * One of `exact` (default), `re`, or `substring`. For string-typed fields, specify `re` to
1446
+ * match by using the `values` as regular expressions, or specify `substring` to match by treating the `values` as
1447
+ * substrings to find within the string field.
1448
+ */
1449
+ matchBy?: pulumi.Input<string>;
1450
+ /**
1451
+ * Only retrieves sizes which keys has value that matches
1452
+ * one of the values provided here.
1453
+ */
1454
+ values: pulumi.Input<pulumi.Input<string>[]>;
1455
+ }
1133
1456
  export interface GetSizesFilter {
1134
1457
  /**
1135
1458
  * Set to `true` to require that a field match all of the `values` instead of just one or more of
@@ -1166,6 +1489,17 @@ export interface GetSizesSort {
1166
1489
  */
1167
1490
  key: string;
1168
1491
  }
1492
+ export interface GetSizesSortArgs {
1493
+ /**
1494
+ * The sort direction. This may be either `asc` or `desc`.
1495
+ */
1496
+ direction?: pulumi.Input<string>;
1497
+ /**
1498
+ * Sort the sizes by this key. This may be one of `slug`,
1499
+ * `memory`, `vcpus`, `disk`, `transfer`, `priceMonthly`, or `priceHourly`.
1500
+ */
1501
+ key: pulumi.Input<string>;
1502
+ }
1169
1503
  export interface GetSpacesBucketsFilter {
1170
1504
  /**
1171
1505
  * Set to `true` to require that a field match all of the `values` instead of just one or more of
@@ -1189,6 +1523,29 @@ export interface GetSpacesBucketsFilter {
1189
1523
  */
1190
1524
  values: string[];
1191
1525
  }
1526
+ export interface GetSpacesBucketsFilterArgs {
1527
+ /**
1528
+ * Set to `true` to require that a field match all of the `values` instead of just one or more of
1529
+ * them. This is useful when matching against multi-valued fields such as lists or sets where you want to ensure
1530
+ * that all of the `values` are present in the list or set.
1531
+ */
1532
+ all?: pulumi.Input<boolean>;
1533
+ /**
1534
+ * Filter the images by this key. This may be one of `bucketDomainName`, `name`, `region`, or `urn`.
1535
+ */
1536
+ key: pulumi.Input<string>;
1537
+ /**
1538
+ * One of `exact` (default), `re`, or `substring`. For string-typed fields, specify `re` to
1539
+ * match by using the `values` as regular expressions, or specify `substring` to match by treating the `values` as
1540
+ * substrings to find within the string field.
1541
+ */
1542
+ matchBy?: pulumi.Input<string>;
1543
+ /**
1544
+ * A list of values to match against the `key` field. Only retrieves Spaces buckets
1545
+ * where the `key` field takes on one or more of the values provided here.
1546
+ */
1547
+ values: pulumi.Input<pulumi.Input<string>[]>;
1548
+ }
1192
1549
  export interface GetSpacesBucketsSort {
1193
1550
  /**
1194
1551
  * The sort direction. This may be either `asc` or `desc`.
@@ -1199,6 +1556,25 @@ export interface GetSpacesBucketsSort {
1199
1556
  */
1200
1557
  key: string;
1201
1558
  }
1559
+ export interface GetSpacesBucketsSortArgs {
1560
+ /**
1561
+ * The sort direction. This may be either `asc` or `desc`.
1562
+ */
1563
+ direction?: pulumi.Input<string>;
1564
+ /**
1565
+ * Sort the images by this key. This may be one of `bucketDomainName`, `name`, `region`, or `urn`.
1566
+ */
1567
+ key: pulumi.Input<string>;
1568
+ }
1569
+ export interface GetSshKeysFilterArgs {
1570
+ all?: pulumi.Input<boolean>;
1571
+ /**
1572
+ * Filter the SSH Keys by this key. This may be one of `name`, `publicKey`, or `fingerprint`.
1573
+ */
1574
+ key: pulumi.Input<string>;
1575
+ matchBy?: pulumi.Input<string>;
1576
+ values: pulumi.Input<pulumi.Input<string>[]>;
1577
+ }
1202
1578
  export interface GetSshKeysFilter {
1203
1579
  all?: boolean;
1204
1580
  /**
@@ -1218,6 +1594,16 @@ export interface GetSshKeysSort {
1218
1594
  */
1219
1595
  key: string;
1220
1596
  }
1597
+ export interface GetSshKeysSortArgs {
1598
+ /**
1599
+ * The sort direction. This may be either `asc` or `desc`.
1600
+ */
1601
+ direction?: pulumi.Input<string>;
1602
+ /**
1603
+ * Sort the SSH Keys by this key. This may be one of `name`, `publicKey`, or `fingerprint`.
1604
+ */
1605
+ key: pulumi.Input<string>;
1606
+ }
1221
1607
  export interface GetTagsFilter {
1222
1608
  /**
1223
1609
  * Set to `true` to require that a field match all of the `values` instead of just one or more of
@@ -1241,6 +1627,29 @@ export interface GetTagsFilter {
1241
1627
  */
1242
1628
  values: string[];
1243
1629
  }
1630
+ export interface GetTagsFilterArgs {
1631
+ /**
1632
+ * Set to `true` to require that a field match all of the `values` instead of just one or more of
1633
+ * them. This is useful when matching against multi-valued fields such as lists or sets where you want to ensure
1634
+ * that all of the `values` are present in the list or set.
1635
+ */
1636
+ all?: pulumi.Input<boolean>;
1637
+ /**
1638
+ * Filter the tags by this key. This may be one of `name`, `totalResourceCount`, `dropletsCount`, `imagesCount`, `volumesCount`, `volumeSnapshotsCount`, or `databasesCount`.
1639
+ */
1640
+ key: pulumi.Input<string>;
1641
+ /**
1642
+ * One of `exact` (default), `re`, or `substring`. For string-typed fields, specify `re` to
1643
+ * match by using the `values` as regular expressions, or specify `substring` to match by treating the `values` as
1644
+ * substrings to find within the string field.
1645
+ */
1646
+ matchBy?: pulumi.Input<string>;
1647
+ /**
1648
+ * Only retrieves tags which keys has value that matches
1649
+ * one of the values provided here.
1650
+ */
1651
+ values: pulumi.Input<pulumi.Input<string>[]>;
1652
+ }
1244
1653
  export interface GetTagsSort {
1245
1654
  /**
1246
1655
  * The sort direction. This may be either `asc` or `desc`.
@@ -1251,6 +1660,16 @@ export interface GetTagsSort {
1251
1660
  */
1252
1661
  key: string;
1253
1662
  }
1663
+ export interface GetTagsSortArgs {
1664
+ /**
1665
+ * The sort direction. This may be either `asc` or `desc`.
1666
+ */
1667
+ direction?: pulumi.Input<string>;
1668
+ /**
1669
+ * Sort the tags by this key. This may be one of `name`, `totalResourceCount`, `dropletsCount`, `imagesCount`, `volumesCount`, `volumeSnapshotsCount`, or `databasesCount`.
1670
+ */
1671
+ key: pulumi.Input<string>;
1672
+ }
1254
1673
  export interface KubernetesClusterKubeConfig {
1255
1674
  /**
1256
1675
  * The base64 encoded public certificate used by clients to access the cluster. Only available if token authentication is not supported on your cluster.
package/types/output.d.ts CHANGED
@@ -786,6 +786,11 @@ export interface FirewallInboundRule {
786
786
  * the Droplets from which the inbound traffic will be accepted.
787
787
  */
788
788
  sourceDropletIds?: number[];
789
+ /**
790
+ * An array containing the IDs of
791
+ * the Kubernetes clusters from which the inbound traffic will be accepted.
792
+ */
793
+ sourceKubernetesIds?: string[];
789
794
  /**
790
795
  * An array containing the IDs
791
796
  * of the Load Balancers from which the inbound traffic will be accepted.
@@ -810,6 +815,11 @@ export interface FirewallOutboundRule {
810
815
  * the Droplets to which the outbound traffic will be allowed.
811
816
  */
812
817
  destinationDropletIds?: number[];
818
+ /**
819
+ * An array containing the IDs of
820
+ * the Kubernetes clusters to which the outbound traffic will be allowed.
821
+ */
822
+ destinationKubernetesIds?: string[];
813
823
  /**
814
824
  * An array containing the IDs
815
825
  * of the Load Balancers to which the outbound traffic will be allowed.
@@ -819,7 +829,6 @@ export interface FirewallOutboundRule {
819
829
  * An array containing the names of Tags
820
830
  * corresponding to groups of Droplets to which the outbound traffic will
821
831
  * be allowed.
822
- * traffic.
823
832
  */
824
833
  destinationTags?: string[];
825
834
  /**
@@ -1708,6 +1717,7 @@ export interface GetFirewallInboundRule {
1708
1717
  * the Droplets from which the inbound traffic will be accepted.
1709
1718
  */
1710
1719
  sourceDropletIds?: number[];
1720
+ sourceKubernetesIds?: string[];
1711
1721
  /**
1712
1722
  * An array containing the IDs
1713
1723
  * of the Load Balancers from which the inbound traffic will be accepted.
@@ -1731,6 +1741,7 @@ export interface GetFirewallOutboundRule {
1731
1741
  * the Droplets to which the outbound traffic will be allowed.
1732
1742
  */
1733
1743
  destinationDropletIds?: number[];
1744
+ destinationKubernetesIds?: string[];
1734
1745
  /**
1735
1746
  * An array containing the IDs
1736
1747
  * of the Load Balancers to which the outbound traffic will be allowed.
package/utilities.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getVersion = exports.getEnvNumber = exports.getEnvBoolean = exports.getEnv = void 0;
5
6
  function getEnv(...vars) {
6
7
  for (const v of vars) {
7
8
  const value = process.env[v];
package/utilities.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"utilities.js","sourceRoot":"","sources":["../utilities.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAGjF,SAAgB,MAAM,CAAC,GAAG,IAAc;IACpC,KAAK,MAAM,CAAC,IAAI,IAAI,EAAE;QAClB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC7B,IAAI,KAAK,EAAE;YACP,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AARD,wBAQC;AAED,SAAgB,aAAa,CAAC,GAAG,IAAc;IAC3C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,uGAAuG;QACvG,yDAAyD;QACzD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC1E,OAAO,IAAI,CAAC;SACf;QACD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC7E,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AAbD,sCAaC;AAED,SAAgB,YAAY,CAAC,GAAG,IAAc;IAC1C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,MAAM,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;QACxB,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE;YACX,OAAO,CAAC,CAAC;SACZ;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AATD,oCASC;AAED,SAAgB,UAAU;IACtB,IAAI,OAAO,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,OAAO,CAAC;IAChD,6EAA6E;IAC7E,iCAAiC;IACjC,IAAI,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;QAC5B,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KAC9B;IACD,OAAO,OAAO,CAAC;AACnB,CAAC;AARD,gCAQC"}
1
+ {"version":3,"file":"utilities.js","sourceRoot":"","sources":["../utilities.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAGjF,SAAgB,MAAM,CAAC,GAAG,IAAc;IACpC,KAAK,MAAM,CAAC,IAAI,IAAI,EAAE;QAClB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC7B,IAAI,KAAK,EAAE;YACP,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AARD,wBAQC;AAED,SAAgB,aAAa,CAAC,GAAG,IAAc;IAC3C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,uGAAuG;QACvG,yDAAyD;QACzD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC1E,OAAO,IAAI,CAAC;SACf;QACD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC7E,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AAbD,sCAaC;AAED,SAAgB,YAAY,CAAC,GAAG,IAAc;IAC1C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,MAAM,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;QACxB,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE;YACX,OAAO,CAAC,CAAC;SACZ;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AATD,oCASC;AAED,SAAgB,UAAU;IACtB,IAAI,OAAO,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,OAAO,CAAC;IAChD,6EAA6E;IAC7E,iCAAiC;IACjC,IAAI,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;QAC5B,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KAC9B;IACD,OAAO,OAAO,CAAC;AACnB,CAAC;AARD,gCAQC"}
package/volume.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.Volume = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
package/volume.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"volume.js","sourceRoot":"","sources":["../volume.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"volume.js","sourceRoot":"","sources":["../volume.ts"],"names":[],"mappings":"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"}
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.VolumeAttachment = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"volumeAttachment.js","sourceRoot":"","sources":["../volumeAttachment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IA6CvD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,MAAM,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,MAAM,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;IAlED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;;AA1BL,4CAoEC;AAtDG,gBAAgB;AACO,6BAAY,GAAG,sDAAsD,CAAC"}
1
+ {"version":3,"file":"volumeAttachment.js","sourceRoot":"","sources":["../volumeAttachment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IA6CvD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,MAAM,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,MAAM,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;IAlED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;;AA1BL,4CAoEC;AAtDG,gBAAgB;AACO,6BAAY,GAAG,sDAAsD,CAAC"}