@googleapis/sasportal 15.0.0 → 16.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [16.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sasportal-v15.0.0...sasportal-v16.0.0) (2024-03-12)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * This release has breaking changes.
9
+
10
+ ### Features
11
+
12
+ * run the generator ([#3434](https://github.com/googleapis/google-api-nodejs-client/issues/3434)) ([f0db524](https://github.com/googleapis/google-api-nodejs-client/commit/f0db524bb26f05cea3dec4c0ed66b496399e3857))
13
+
3
14
  ## [15.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sasportal-v14.0.0...sasportal-v15.0.0) (2024-02-07)
4
15
 
5
16
 
@@ -183,7 +183,7 @@ export declare namespace sasportal_v1alpha1 {
183
183
  */
184
184
  displayName?: string | null;
185
185
  /**
186
- * The FCC identifier of the device. Refer to https://www.fcc.gov/oet/ea/fccid for FccID format.
186
+ * The FCC identifier of the device. Refer to https://www.fcc.gov/oet/ea/fccid for FccID format. Accept underscores and periods because some test-SAS customers use them.
187
187
  */
188
188
  fccId?: string | null;
189
189
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/sasportal",
3
- "version": "15.0.0",
3
+ "version": "16.0.0",
4
4
  "description": "sasportal",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1alpha1.ts CHANGED
@@ -240,7 +240,7 @@ export namespace sasportal_v1alpha1 {
240
240
  */
241
241
  displayName?: string | null;
242
242
  /**
243
- * The FCC identifier of the device. Refer to https://www.fcc.gov/oet/ea/fccid for FccID format.
243
+ * The FCC identifier of the device. Refer to https://www.fcc.gov/oet/ea/fccid for FccID format. Accept underscores and periods because some test-SAS customers use them.
244
244
  */
245
245
  fccId?: string | null;
246
246
  /**