@pulumi/meraki 0.2.9-alpha.1721159456 → 0.2.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/meraki",
3
- "version": "0.2.9-alpha.1721159456",
3
+ "version": "0.2.10",
4
4
  "description": "A Pulumi package for creating and managing Cisco Meraki resources. Based on terraform-provider-meraki: version v0.2.0",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -24,7 +24,7 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "meraki",
27
- "version": "0.2.9-alpha.1721159456",
27
+ "version": "0.2.10",
28
28
  "server": "github://api.github.com/pulumi/pulumi-meraki"
29
29
  }
30
30
  }
package/types/input.d.ts CHANGED
@@ -6870,7 +6870,7 @@ export declare namespace networks {
6870
6870
  /**
6871
6871
  * OSPF area ID
6872
6872
  */
6873
- areaId?: pulumi.Input<string>;
6873
+ areaId?: pulumi.Input<number>;
6874
6874
  /**
6875
6875
  * Name of the OSPF area
6876
6876
  */
@@ -6912,7 +6912,7 @@ export declare namespace networks {
6912
6912
  /**
6913
6913
  * OSPF area ID
6914
6914
  */
6915
- areaId?: pulumi.Input<string>;
6915
+ areaId?: pulumi.Input<number>;
6916
6916
  /**
6917
6917
  * Name of the OSPF area
6918
6918
  */
package/types/output.d.ts CHANGED
@@ -14209,6 +14209,10 @@ export declare namespace networks {
14209
14209
  * The RX-SOP level controls the sensitivity of the radio. It is strongly recommended to use RX-SOP only after consulting a wireless expert. RX-SOP can be configured in the range of -65 to -95 (dBm). A value of null will reset this to the default.
14210
14210
  */
14211
14211
  rxsop: number;
14212
+ /**
14213
+ * Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
14214
+ */
14215
+ validAutoChannels: number[];
14212
14216
  }
14213
14217
  interface GetWirelessRfProfilesItemPerSsidSettings {
14214
14218
  /**
@@ -14716,7 +14720,7 @@ export declare namespace networks {
14716
14720
  /**
14717
14721
  * Sets valid auto channels for 6Ghz band. Can be one of '1', '5', '9', '13', '17', '21', '25', '29', '33', '37', '41', '45', '49', '53', '57', '61', '65', '69', '73', '77', '81', '85', '89', '93', '97', '101', '105', '109', '113', '117', '121', '125', '129', '133', '137', '141', '145', '149', '153', '157', '161', '165', '169', '173', '177', '181', '185', '189', '193', '197', '201', '205', '209', '213', '217', '221', '225', '229' or '233'. Defaults to auto.
14718
14722
  */
14719
- validAutoChannels: string[];
14723
+ validAutoChannels: number[];
14720
14724
  }
14721
14725
  interface GetWirelessRfProfilesItemTransmission {
14722
14726
  /**
@@ -14748,7 +14752,7 @@ export declare namespace networks {
14748
14752
  /**
14749
14753
  * Sets valid auto channels for 2.4Ghz band. Can be one of '1', '6' or '11'. Defaults to [1, 6, 11].
14750
14754
  */
14751
- validAutoChannels: string[];
14755
+ validAutoChannels: number[];
14752
14756
  }
14753
14757
  interface GetWirelessSettingsItem {
14754
14758
  /**
@@ -17224,7 +17228,7 @@ export declare namespace networks {
17224
17228
  /**
17225
17229
  * OSPF area ID
17226
17230
  */
17227
- areaId: string;
17231
+ areaId: number;
17228
17232
  /**
17229
17233
  * Name of the OSPF area
17230
17234
  */
@@ -17266,7 +17270,7 @@ export declare namespace networks {
17266
17270
  /**
17267
17271
  * OSPF area ID
17268
17272
  */
17269
- areaId: string;
17273
+ areaId: number;
17270
17274
  /**
17271
17275
  * Name of the OSPF area
17272
17276
  */