@google-cloud/dms 1.1.0 → 2.1.1

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.
@@ -1688,7 +1688,8 @@
1688
1688
  "OUTPUT_ONLY": 3,
1689
1689
  "INPUT_ONLY": 4,
1690
1690
  "IMMUTABLE": 5,
1691
- "UNORDERED_LIST": 6
1691
+ "UNORDERED_LIST": 6,
1692
+ "NON_EMPTY_DEFAULT": 7
1692
1693
  }
1693
1694
  },
1694
1695
  "resourceReference": {
@@ -1852,6 +1853,10 @@
1852
1853
  "syntax": {
1853
1854
  "type": "string",
1854
1855
  "id": 12
1856
+ },
1857
+ "edition": {
1858
+ "type": "string",
1859
+ "id": 13
1855
1860
  }
1856
1861
  }
1857
1862
  },
@@ -2331,6 +2336,18 @@
2331
2336
  ]
2332
2337
  ],
2333
2338
  "reserved": [
2339
+ [
2340
+ 4,
2341
+ 4
2342
+ ],
2343
+ [
2344
+ 5,
2345
+ 5
2346
+ ],
2347
+ [
2348
+ 6,
2349
+ 6
2350
+ ],
2334
2351
  [
2335
2352
  8,
2336
2353
  8
@@ -2368,6 +2385,13 @@
2368
2385
  "default": false
2369
2386
  }
2370
2387
  },
2388
+ "unverifiedLazy": {
2389
+ "type": "bool",
2390
+ "id": 15,
2391
+ "options": {
2392
+ "default": false
2393
+ }
2394
+ },
2371
2395
  "deprecated": {
2372
2396
  "type": "bool",
2373
2397
  "id": 3,
@@ -2660,6 +2684,19 @@
2660
2684
  "end": {
2661
2685
  "type": "int32",
2662
2686
  "id": 4
2687
+ },
2688
+ "semantic": {
2689
+ "type": "Semantic",
2690
+ "id": 5
2691
+ }
2692
+ },
2693
+ "nested": {
2694
+ "Semantic": {
2695
+ "values": {
2696
+ "NONE": 0,
2697
+ "SET": 1,
2698
+ "ALIAS": 2
2699
+ }
2663
2700
  }
2664
2701
  }
2665
2702
  }