@azure/synapse-artifacts 1.0.0-alpha.20250320.1 → 1.0.0-alpha.20250321.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.
Files changed (54) hide show
  1. package/README.md +2 -0
  2. package/dist/browser/index.d.ts.map +1 -1
  3. package/dist/browser/index.js +1 -0
  4. package/dist/browser/index.js.map +1 -1
  5. package/dist/browser/models/index.d.ts +1237 -481
  6. package/dist/browser/models/index.d.ts.map +1 -1
  7. package/dist/browser/models/index.js +70 -0
  8. package/dist/browser/models/index.js.map +1 -1
  9. package/dist/browser/models/mappers.d.ts +28 -8
  10. package/dist/browser/models/mappers.d.ts.map +1 -1
  11. package/dist/browser/models/mappers.js +4726 -3094
  12. package/dist/browser/models/mappers.js.map +1 -1
  13. package/dist/browser/tracing.js +1 -1
  14. package/dist/browser/tracing.js.map +1 -1
  15. package/dist/commonjs/index.d.ts.map +1 -1
  16. package/dist/commonjs/index.js +1 -0
  17. package/dist/commonjs/index.js.map +1 -1
  18. package/dist/commonjs/models/index.d.ts +1237 -481
  19. package/dist/commonjs/models/index.d.ts.map +1 -1
  20. package/dist/commonjs/models/index.js +73 -3
  21. package/dist/commonjs/models/index.js.map +1 -1
  22. package/dist/commonjs/models/mappers.d.ts +28 -8
  23. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  24. package/dist/commonjs/models/mappers.js +4739 -3107
  25. package/dist/commonjs/models/mappers.js.map +1 -1
  26. package/dist/commonjs/tracing.js +1 -1
  27. package/dist/commonjs/tracing.js.map +1 -1
  28. package/dist/esm/index.d.ts.map +1 -1
  29. package/dist/esm/index.js +1 -0
  30. package/dist/esm/index.js.map +1 -1
  31. package/dist/esm/models/index.d.ts +1237 -481
  32. package/dist/esm/models/index.d.ts.map +1 -1
  33. package/dist/esm/models/index.js +70 -0
  34. package/dist/esm/models/index.js.map +1 -1
  35. package/dist/esm/models/mappers.d.ts +28 -8
  36. package/dist/esm/models/mappers.d.ts.map +1 -1
  37. package/dist/esm/models/mappers.js +4726 -3094
  38. package/dist/esm/models/mappers.js.map +1 -1
  39. package/dist/esm/tracing.js +1 -1
  40. package/dist/esm/tracing.js.map +1 -1
  41. package/dist/react-native/index.d.ts.map +1 -1
  42. package/dist/react-native/index.js +1 -0
  43. package/dist/react-native/index.js.map +1 -1
  44. package/dist/react-native/models/index.d.ts +1237 -481
  45. package/dist/react-native/models/index.d.ts.map +1 -1
  46. package/dist/react-native/models/index.js +70 -0
  47. package/dist/react-native/models/index.js.map +1 -1
  48. package/dist/react-native/models/mappers.d.ts +28 -8
  49. package/dist/react-native/models/mappers.d.ts.map +1 -1
  50. package/dist/react-native/models/mappers.js +4726 -3094
  51. package/dist/react-native/models/mappers.js.map +1 -1
  52. package/dist/react-native/tracing.js +1 -1
  53. package/dist/react-native/tracing.js.map +1 -1
  54. package/package.json +3 -3
@@ -455,6 +455,28 @@ export var KnownAzureStorageAuthenticationType;
455
455
  /** Msi */
456
456
  KnownAzureStorageAuthenticationType["Msi"] = "Msi";
457
457
  })(KnownAzureStorageAuthenticationType || (KnownAzureStorageAuthenticationType = {}));
458
+ /** Known values of {@link AzureSqlDWAuthenticationType} that the service accepts. */
459
+ export var KnownAzureSqlDWAuthenticationType;
460
+ (function (KnownAzureSqlDWAuthenticationType) {
461
+ /** SQL */
462
+ KnownAzureSqlDWAuthenticationType["SQL"] = "SQL";
463
+ /** ServicePrincipal */
464
+ KnownAzureSqlDWAuthenticationType["ServicePrincipal"] = "ServicePrincipal";
465
+ /** SystemAssignedManagedIdentity */
466
+ KnownAzureSqlDWAuthenticationType["SystemAssignedManagedIdentity"] = "SystemAssignedManagedIdentity";
467
+ /** UserAssignedManagedIdentity */
468
+ KnownAzureSqlDWAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
469
+ })(KnownAzureSqlDWAuthenticationType || (KnownAzureSqlDWAuthenticationType = {}));
470
+ /** Known values of {@link SqlServerAuthenticationType} that the service accepts. */
471
+ export var KnownSqlServerAuthenticationType;
472
+ (function (KnownSqlServerAuthenticationType) {
473
+ /** SQL */
474
+ KnownSqlServerAuthenticationType["SQL"] = "SQL";
475
+ /** Windows */
476
+ KnownSqlServerAuthenticationType["Windows"] = "Windows";
477
+ /** UserAssignedManagedIdentity */
478
+ KnownSqlServerAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
479
+ })(KnownSqlServerAuthenticationType || (KnownSqlServerAuthenticationType = {}));
458
480
  /** Known values of {@link SqlAlwaysEncryptedAkvAuthType} that the service accepts. */
459
481
  export var KnownSqlAlwaysEncryptedAkvAuthType;
460
482
  (function (KnownSqlAlwaysEncryptedAkvAuthType) {
@@ -465,6 +487,44 @@ export var KnownSqlAlwaysEncryptedAkvAuthType;
465
487
  /** UserAssignedManagedIdentity */
466
488
  KnownSqlAlwaysEncryptedAkvAuthType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
467
489
  })(KnownSqlAlwaysEncryptedAkvAuthType || (KnownSqlAlwaysEncryptedAkvAuthType = {}));
490
+ /** Known values of {@link AmazonRdsForSqlServerAuthenticationType} that the service accepts. */
491
+ export var KnownAmazonRdsForSqlServerAuthenticationType;
492
+ (function (KnownAmazonRdsForSqlServerAuthenticationType) {
493
+ /** SQL */
494
+ KnownAmazonRdsForSqlServerAuthenticationType["SQL"] = "SQL";
495
+ /** Windows */
496
+ KnownAmazonRdsForSqlServerAuthenticationType["Windows"] = "Windows";
497
+ })(KnownAmazonRdsForSqlServerAuthenticationType || (KnownAmazonRdsForSqlServerAuthenticationType = {}));
498
+ /** Known values of {@link AzureSqlDatabaseAuthenticationType} that the service accepts. */
499
+ export var KnownAzureSqlDatabaseAuthenticationType;
500
+ (function (KnownAzureSqlDatabaseAuthenticationType) {
501
+ /** SQL */
502
+ KnownAzureSqlDatabaseAuthenticationType["SQL"] = "SQL";
503
+ /** ServicePrincipal */
504
+ KnownAzureSqlDatabaseAuthenticationType["ServicePrincipal"] = "ServicePrincipal";
505
+ /** SystemAssignedManagedIdentity */
506
+ KnownAzureSqlDatabaseAuthenticationType["SystemAssignedManagedIdentity"] = "SystemAssignedManagedIdentity";
507
+ /** UserAssignedManagedIdentity */
508
+ KnownAzureSqlDatabaseAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
509
+ })(KnownAzureSqlDatabaseAuthenticationType || (KnownAzureSqlDatabaseAuthenticationType = {}));
510
+ /** Known values of {@link AzureSqlMIAuthenticationType} that the service accepts. */
511
+ export var KnownAzureSqlMIAuthenticationType;
512
+ (function (KnownAzureSqlMIAuthenticationType) {
513
+ /** SQL */
514
+ KnownAzureSqlMIAuthenticationType["SQL"] = "SQL";
515
+ /** ServicePrincipal */
516
+ KnownAzureSqlMIAuthenticationType["ServicePrincipal"] = "ServicePrincipal";
517
+ /** SystemAssignedManagedIdentity */
518
+ KnownAzureSqlMIAuthenticationType["SystemAssignedManagedIdentity"] = "SystemAssignedManagedIdentity";
519
+ /** UserAssignedManagedIdentity */
520
+ KnownAzureSqlMIAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
521
+ })(KnownAzureSqlMIAuthenticationType || (KnownAzureSqlMIAuthenticationType = {}));
522
+ /** Known values of {@link OracleAuthenticationType} that the service accepts. */
523
+ export var KnownOracleAuthenticationType;
524
+ (function (KnownOracleAuthenticationType) {
525
+ /** Basic */
526
+ KnownOracleAuthenticationType["Basic"] = "Basic";
527
+ })(KnownOracleAuthenticationType || (KnownOracleAuthenticationType = {}));
468
528
  /** Known values of {@link SybaseAuthenticationType} that the service accepts. */
469
529
  export var KnownSybaseAuthenticationType;
470
530
  (function (KnownSybaseAuthenticationType) {
@@ -611,6 +671,12 @@ export var KnownGoogleBigQueryV2AuthenticationType;
611
671
  /** UserAuthentication */
612
672
  KnownGoogleBigQueryV2AuthenticationType["UserAuthentication"] = "UserAuthentication";
613
673
  })(KnownGoogleBigQueryV2AuthenticationType || (KnownGoogleBigQueryV2AuthenticationType = {}));
674
+ /** Known values of {@link GreenplumAuthenticationType} that the service accepts. */
675
+ export var KnownGreenplumAuthenticationType;
676
+ (function (KnownGreenplumAuthenticationType) {
677
+ /** Basic */
678
+ KnownGreenplumAuthenticationType["Basic"] = "Basic";
679
+ })(KnownGreenplumAuthenticationType || (KnownGreenplumAuthenticationType = {}));
614
680
  /** Known values of {@link HBaseAuthenticationType} that the service accepts. */
615
681
  export var KnownHBaseAuthenticationType;
616
682
  (function (KnownHBaseAuthenticationType) {
@@ -1006,6 +1072,8 @@ export var KnownExpressionV2Type;
1006
1072
  KnownExpressionV2Type["Unary"] = "Unary";
1007
1073
  /** Binary */
1008
1074
  KnownExpressionV2Type["Binary"] = "Binary";
1075
+ /** NAry */
1076
+ KnownExpressionV2Type["NAry"] = "NAry";
1009
1077
  })(KnownExpressionV2Type || (KnownExpressionV2Type = {}));
1010
1078
  /** Known values of {@link RecurrenceFrequency} that the service accepts. */
1011
1079
  export var KnownRecurrenceFrequency;
@@ -1214,6 +1282,8 @@ export var KnownDynamicsAuthenticationType;
1214
1282
  KnownDynamicsAuthenticationType["Ifd"] = "Ifd";
1215
1283
  /** AADServicePrincipal */
1216
1284
  KnownDynamicsAuthenticationType["AADServicePrincipal"] = "AADServicePrincipal";
1285
+ /** ActiveDirectory */
1286
+ KnownDynamicsAuthenticationType["ActiveDirectory"] = "Active Directory";
1217
1287
  })(KnownDynamicsAuthenticationType || (KnownDynamicsAuthenticationType = {}));
1218
1288
  /** Known values of {@link DynamicsServicePrincipalCredentialType} that the service accepts. */
1219
1289
  export var KnownDynamicsServicePrincipalCredentialType;