@aws-sdk/client-quicksight 3.1055.0 → 3.1057.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 (63) hide show
  1. package/README.md +35 -0
  2. package/dist-cjs/index.js +78 -0
  3. package/dist-cjs/schemas/schemas_0.js +140 -35
  4. package/dist-es/QuickSight.js +12 -0
  5. package/dist-es/commands/CreateOAuthClientApplicationCommand.js +16 -0
  6. package/dist-es/commands/DeleteOAuthClientApplicationCommand.js +16 -0
  7. package/dist-es/commands/DescribeOAuthClientApplicationCommand.js +16 -0
  8. package/dist-es/commands/ListOAuthClientApplicationsCommand.js +16 -0
  9. package/dist-es/commands/UpdateOAuthClientApplicationCommand.js +16 -0
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/enums.js +3 -0
  12. package/dist-es/pagination/ListOAuthClientApplicationsPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/schemas/schemas_0.js +109 -4
  15. package/dist-types/QuickSight.d.ts +42 -0
  16. package/dist-types/QuickSightClient.d.ts +7 -2
  17. package/dist-types/commands/CreateOAuthClientApplicationCommand.d.ts +125 -0
  18. package/dist-types/commands/DeleteOAuthClientApplicationCommand.d.ts +101 -0
  19. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -2
  21. package/dist-types/commands/DescribeOAuthClientApplicationCommand.d.ts +111 -0
  22. package/dist-types/commands/ListOAuthClientApplicationsCommand.d.ts +115 -0
  23. package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +115 -0
  24. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateSelfUpgradeCommand.d.ts +1 -1
  27. package/dist-types/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -2
  31. package/dist-types/commands/index.d.ts +5 -0
  32. package/dist-types/models/enums.d.ts +11 -0
  33. package/dist-types/models/models_3.d.ts +136 -99
  34. package/dist-types/models/models_4.d.ts +356 -282
  35. package/dist-types/models/models_5.d.ts +300 -4
  36. package/dist-types/pagination/ListOAuthClientApplicationsPaginator.d.ts +7 -0
  37. package/dist-types/pagination/index.d.ts +1 -0
  38. package/dist-types/schemas/schemas_0.d.ts +17 -0
  39. package/dist-types/ts3.4/QuickSight.d.ts +92 -0
  40. package/dist-types/ts3.4/QuickSightClient.d.ts +30 -0
  41. package/dist-types/ts3.4/commands/CreateOAuthClientApplicationCommand.d.ts +53 -0
  42. package/dist-types/ts3.4/commands/DeleteOAuthClientApplicationCommand.d.ts +53 -0
  43. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +2 -4
  44. package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +4 -2
  45. package/dist-types/ts3.4/commands/DescribeOAuthClientApplicationCommand.d.ts +53 -0
  46. package/dist-types/ts3.4/commands/ListOAuthClientApplicationsCommand.d.ts +53 -0
  47. package/dist-types/ts3.4/commands/UpdateOAuthClientApplicationCommand.d.ts +53 -0
  48. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +2 -4
  49. package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/UpdateSelfUpgradeCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +4 -2
  55. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  56. package/dist-types/ts3.4/models/enums.d.ts +5 -0
  57. package/dist-types/ts3.4/models/models_3.d.ts +32 -22
  58. package/dist-types/ts3.4/models/models_4.d.ts +86 -71
  59. package/dist-types/ts3.4/models/models_5.d.ts +79 -2
  60. package/dist-types/ts3.4/pagination/ListOAuthClientApplicationsPaginator.d.ts +11 -0
  61. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  62. package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -0
  63. package/package.json +6 -6
package/README.md CHANGED
@@ -318,6 +318,13 @@ CreateNamespace
318
318
  </details>
319
319
  <details>
320
320
  <summary>
321
+ CreateOAuthClientApplication
322
+ </summary>
323
+
324
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/CreateOAuthClientApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/CreateOAuthClientApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/CreateOAuthClientApplicationCommandOutput/)
325
+ </details>
326
+ <details>
327
+ <summary>
321
328
  CreateRefreshSchedule
322
329
  </summary>
323
330
 
@@ -521,6 +528,13 @@ DeleteNamespace
521
528
  </details>
522
529
  <details>
523
530
  <summary>
531
+ DeleteOAuthClientApplication
532
+ </summary>
533
+
534
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DeleteOAuthClientApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteOAuthClientApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteOAuthClientApplicationCommandOutput/)
535
+ </details>
536
+ <details>
537
+ <summary>
524
538
  DeleteRefreshSchedule
525
539
  </summary>
526
540
 
@@ -878,6 +892,13 @@ DescribeNamespace
878
892
  </details>
879
893
  <details>
880
894
  <summary>
895
+ DescribeOAuthClientApplication
896
+ </summary>
897
+
898
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DescribeOAuthClientApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeOAuthClientApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeOAuthClientApplicationCommandOutput/)
899
+ </details>
900
+ <details>
901
+ <summary>
881
902
  DescribeQPersonalizationConfiguration
882
903
  </summary>
883
904
 
@@ -1207,6 +1228,13 @@ ListNamespaces
1207
1228
  </details>
1208
1229
  <details>
1209
1230
  <summary>
1231
+ ListOAuthClientApplications
1232
+ </summary>
1233
+
1234
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/ListOAuthClientApplicationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListOAuthClientApplicationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListOAuthClientApplicationsCommandOutput/)
1235
+ </details>
1236
+ <details>
1237
+ <summary>
1210
1238
  ListRefreshSchedules
1211
1239
  </summary>
1212
1240
 
@@ -1669,6 +1697,13 @@ UpdateKeyRegistration
1669
1697
  </details>
1670
1698
  <details>
1671
1699
  <summary>
1700
+ UpdateOAuthClientApplication
1701
+ </summary>
1702
+
1703
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateOAuthClientApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateOAuthClientApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateOAuthClientApplicationCommandOutput/)
1704
+ </details>
1705
+ <details>
1706
+ <summary>
1672
1707
  UpdatePublicSharingSettings
1673
1708
  </summary>
1674
1709
 
package/dist-cjs/index.js CHANGED
@@ -336,6 +336,18 @@ class CreateNamespaceCommand extends client.Command
336
336
  .build() {
337
337
  }
338
338
 
339
+ class CreateOAuthClientApplicationCommand extends client.Command
340
+ .classBuilder()
341
+ .ep(commonParams)
342
+ .m(function (Command, cs, config, o) {
343
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
344
+ })
345
+ .s("QuickSight_20180401", "CreateOAuthClientApplication", {})
346
+ .n("QuickSightClient", "CreateOAuthClientApplicationCommand")
347
+ .sc(schemas_0.CreateOAuthClientApplication$)
348
+ .build() {
349
+ }
350
+
339
351
  class CreateRefreshScheduleCommand extends client.Command
340
352
  .classBuilder()
341
353
  .ep(commonParams)
@@ -684,6 +696,18 @@ class DeleteNamespaceCommand extends client.Command
684
696
  .build() {
685
697
  }
686
698
 
699
+ class DeleteOAuthClientApplicationCommand extends client.Command
700
+ .classBuilder()
701
+ .ep(commonParams)
702
+ .m(function (Command, cs, config, o) {
703
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
704
+ })
705
+ .s("QuickSight_20180401", "DeleteOAuthClientApplication", {})
706
+ .n("QuickSightClient", "DeleteOAuthClientApplicationCommand")
707
+ .sc(schemas_0.DeleteOAuthClientApplication$)
708
+ .build() {
709
+ }
710
+
687
711
  class DeleteRefreshScheduleCommand extends client.Command
688
712
  .classBuilder()
689
713
  .ep(commonParams)
@@ -1296,6 +1320,18 @@ class DescribeNamespaceCommand extends client.Command
1296
1320
  .build() {
1297
1321
  }
1298
1322
 
1323
+ class DescribeOAuthClientApplicationCommand extends client.Command
1324
+ .classBuilder()
1325
+ .ep(commonParams)
1326
+ .m(function (Command, cs, config, o) {
1327
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1328
+ })
1329
+ .s("QuickSight_20180401", "DescribeOAuthClientApplication", {})
1330
+ .n("QuickSightClient", "DescribeOAuthClientApplicationCommand")
1331
+ .sc(schemas_0.DescribeOAuthClientApplication$)
1332
+ .build() {
1333
+ }
1334
+
1299
1335
  class DescribeQPersonalizationConfigurationCommand extends client.Command
1300
1336
  .classBuilder()
1301
1337
  .ep(commonParams)
@@ -1860,6 +1896,18 @@ class ListNamespacesCommand extends client.Command
1860
1896
  .build() {
1861
1897
  }
1862
1898
 
1899
+ class ListOAuthClientApplicationsCommand extends client.Command
1900
+ .classBuilder()
1901
+ .ep(commonParams)
1902
+ .m(function (Command, cs, config, o) {
1903
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1904
+ })
1905
+ .s("QuickSight_20180401", "ListOAuthClientApplications", {})
1906
+ .n("QuickSightClient", "ListOAuthClientApplicationsCommand")
1907
+ .sc(schemas_0.ListOAuthClientApplications$)
1908
+ .build() {
1909
+ }
1910
+
1863
1911
  class ListRefreshSchedulesCommand extends client.Command
1864
1912
  .classBuilder()
1865
1913
  .ep(commonParams)
@@ -2652,6 +2700,18 @@ class UpdateKeyRegistrationCommand extends client.Command
2652
2700
  .build() {
2653
2701
  }
2654
2702
 
2703
+ class UpdateOAuthClientApplicationCommand extends client.Command
2704
+ .classBuilder()
2705
+ .ep(commonParams)
2706
+ .m(function (Command, cs, config, o) {
2707
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2708
+ })
2709
+ .s("QuickSight_20180401", "UpdateOAuthClientApplication", {})
2710
+ .n("QuickSightClient", "UpdateOAuthClientApplicationCommand")
2711
+ .sc(schemas_0.UpdateOAuthClientApplication$)
2712
+ .build() {
2713
+ }
2714
+
2655
2715
  class UpdatePublicSharingSettingsCommand extends client.Command
2656
2716
  .classBuilder()
2657
2717
  .ep(commonParams)
@@ -2936,6 +2996,8 @@ const paginateListIngestions = core.createPaginator(QuickSightClient, ListIngest
2936
2996
 
2937
2997
  const paginateListNamespaces = core.createPaginator(QuickSightClient, ListNamespacesCommand, "NextToken", "NextToken", "MaxResults");
2938
2998
 
2999
+ const paginateListOAuthClientApplications = core.createPaginator(QuickSightClient, ListOAuthClientApplicationsCommand, "NextToken", "NextToken", "MaxResults");
3000
+
2939
3001
  const paginateListRoleMemberships = core.createPaginator(QuickSightClient, ListRoleMembershipsCommand, "NextToken", "NextToken", "MaxResults");
2940
3002
 
2941
3003
  const paginateListTemplateAliases = core.createPaginator(QuickSightClient, ListTemplateAliasesCommand, "NextToken", "NextToken", "MaxResults");
@@ -2994,6 +3056,7 @@ const commands = {
2994
3056
  CreateIAMPolicyAssignmentCommand,
2995
3057
  CreateIngestionCommand,
2996
3058
  CreateNamespaceCommand,
3059
+ CreateOAuthClientApplicationCommand,
2997
3060
  CreateRefreshScheduleCommand,
2998
3061
  CreateRoleMembershipCommand,
2999
3062
  CreateTemplateCommand,
@@ -3023,6 +3086,7 @@ const commands = {
3023
3086
  DeleteIAMPolicyAssignmentCommand,
3024
3087
  DeleteIdentityPropagationConfigCommand,
3025
3088
  DeleteNamespaceCommand,
3089
+ DeleteOAuthClientApplicationCommand,
3026
3090
  DeleteRefreshScheduleCommand,
3027
3091
  DeleteRoleCustomPermissionCommand,
3028
3092
  DeleteRoleMembershipCommand,
@@ -3074,6 +3138,7 @@ const commands = {
3074
3138
  DescribeIpRestrictionCommand,
3075
3139
  DescribeKeyRegistrationCommand,
3076
3140
  DescribeNamespaceCommand,
3141
+ DescribeOAuthClientApplicationCommand,
3077
3142
  DescribeQPersonalizationConfigurationCommand,
3078
3143
  DescribeQuickSightQSearchConfigurationCommand,
3079
3144
  DescribeRefreshScheduleCommand,
@@ -3121,6 +3186,7 @@ const commands = {
3121
3186
  ListIdentityPropagationConfigsCommand,
3122
3187
  ListIngestionsCommand,
3123
3188
  ListNamespacesCommand,
3189
+ ListOAuthClientApplicationsCommand,
3124
3190
  ListRefreshSchedulesCommand,
3125
3191
  ListRoleMembershipsCommand,
3126
3192
  ListSelfUpgradesCommand,
@@ -3187,6 +3253,7 @@ const commands = {
3187
3253
  UpdateIdentityPropagationConfigCommand,
3188
3254
  UpdateIpRestrictionCommand,
3189
3255
  UpdateKeyRegistrationCommand,
3256
+ UpdateOAuthClientApplicationCommand,
3190
3257
  UpdatePublicSharingSettingsCommand,
3191
3258
  UpdateQPersonalizationConfigurationCommand,
3192
3259
  UpdateQuickSightQSearchConfigurationCommand,
@@ -3231,6 +3298,7 @@ const paginators = {
3231
3298
  paginateListIAMPolicyAssignmentsForUser,
3232
3299
  paginateListIngestions,
3233
3300
  paginateListNamespaces,
3301
+ paginateListOAuthClientApplications,
3234
3302
  paginateListRoleMemberships,
3235
3303
  paginateListTemplateAliases,
3236
3304
  paginateListTemplates,
@@ -4566,6 +4634,9 @@ const NamespaceStatus = {
4566
4634
  NON_RETRYABLE_FAILURE: "NON_RETRYABLE_FAILURE",
4567
4635
  RETRYABLE_FAILURE: "RETRYABLE_FAILURE",
4568
4636
  };
4637
+ const OAuthClientAuthenticationType = {
4638
+ TOKEN: "TOKEN",
4639
+ };
4569
4640
  const RefreshInterval = {
4570
4641
  DAILY: "DAILY",
4571
4642
  HOURLY: "HOURLY",
@@ -5043,6 +5114,7 @@ exports.CreateGroupMembershipCommand = CreateGroupMembershipCommand;
5043
5114
  exports.CreateIAMPolicyAssignmentCommand = CreateIAMPolicyAssignmentCommand;
5044
5115
  exports.CreateIngestionCommand = CreateIngestionCommand;
5045
5116
  exports.CreateNamespaceCommand = CreateNamespaceCommand;
5117
+ exports.CreateOAuthClientApplicationCommand = CreateOAuthClientApplicationCommand;
5046
5118
  exports.CreateRefreshScheduleCommand = CreateRefreshScheduleCommand;
5047
5119
  exports.CreateRoleMembershipCommand = CreateRoleMembershipCommand;
5048
5120
  exports.CreateTemplateAliasCommand = CreateTemplateAliasCommand;
@@ -5102,6 +5174,7 @@ exports.DeleteGroupMembershipCommand = DeleteGroupMembershipCommand;
5102
5174
  exports.DeleteIAMPolicyAssignmentCommand = DeleteIAMPolicyAssignmentCommand;
5103
5175
  exports.DeleteIdentityPropagationConfigCommand = DeleteIdentityPropagationConfigCommand;
5104
5176
  exports.DeleteNamespaceCommand = DeleteNamespaceCommand;
5177
+ exports.DeleteOAuthClientApplicationCommand = DeleteOAuthClientApplicationCommand;
5105
5178
  exports.DeleteRefreshScheduleCommand = DeleteRefreshScheduleCommand;
5106
5179
  exports.DeleteRoleCustomPermissionCommand = DeleteRoleCustomPermissionCommand;
5107
5180
  exports.DeleteRoleMembershipCommand = DeleteRoleMembershipCommand;
@@ -5153,6 +5226,7 @@ exports.DescribeIngestionCommand = DescribeIngestionCommand;
5153
5226
  exports.DescribeIpRestrictionCommand = DescribeIpRestrictionCommand;
5154
5227
  exports.DescribeKeyRegistrationCommand = DescribeKeyRegistrationCommand;
5155
5228
  exports.DescribeNamespaceCommand = DescribeNamespaceCommand;
5229
+ exports.DescribeOAuthClientApplicationCommand = DescribeOAuthClientApplicationCommand;
5156
5230
  exports.DescribeQPersonalizationConfigurationCommand = DescribeQPersonalizationConfigurationCommand;
5157
5231
  exports.DescribeQuickSightQSearchConfigurationCommand = DescribeQuickSightQSearchConfigurationCommand;
5158
5232
  exports.DescribeRefreshScheduleCommand = DescribeRefreshScheduleCommand;
@@ -5254,6 +5328,7 @@ exports.ListIAMPolicyAssignmentsForUserCommand = ListIAMPolicyAssignmentsForUser
5254
5328
  exports.ListIdentityPropagationConfigsCommand = ListIdentityPropagationConfigsCommand;
5255
5329
  exports.ListIngestionsCommand = ListIngestionsCommand;
5256
5330
  exports.ListNamespacesCommand = ListNamespacesCommand;
5331
+ exports.ListOAuthClientApplicationsCommand = ListOAuthClientApplicationsCommand;
5257
5332
  exports.ListRefreshSchedulesCommand = ListRefreshSchedulesCommand;
5258
5333
  exports.ListRoleMembershipsCommand = ListRoleMembershipsCommand;
5259
5334
  exports.ListSelfUpgradesCommand = ListSelfUpgradesCommand;
@@ -5288,6 +5363,7 @@ exports.NumberScale = NumberScale;
5288
5363
  exports.NumericEqualityMatchOperator = NumericEqualityMatchOperator;
5289
5364
  exports.NumericFilterSelectAllOptions = NumericFilterSelectAllOptions;
5290
5365
  exports.NumericSeparatorSymbol = NumericSeparatorSymbol;
5366
+ exports.OAuthClientAuthenticationType = OAuthClientAuthenticationType;
5291
5367
  exports.OtherCategories = OtherCategories;
5292
5368
  exports.PanelBorderStyle = PanelBorderStyle;
5293
5369
  exports.PaperOrientation = PaperOrientation;
@@ -5443,6 +5519,7 @@ exports.UpdateIAMPolicyAssignmentCommand = UpdateIAMPolicyAssignmentCommand;
5443
5519
  exports.UpdateIdentityPropagationConfigCommand = UpdateIdentityPropagationConfigCommand;
5444
5520
  exports.UpdateIpRestrictionCommand = UpdateIpRestrictionCommand;
5445
5521
  exports.UpdateKeyRegistrationCommand = UpdateKeyRegistrationCommand;
5522
+ exports.UpdateOAuthClientApplicationCommand = UpdateOAuthClientApplicationCommand;
5446
5523
  exports.UpdatePublicSharingSettingsCommand = UpdatePublicSharingSettingsCommand;
5447
5524
  exports.UpdateQPersonalizationConfigurationCommand = UpdateQPersonalizationConfigurationCommand;
5448
5525
  exports.UpdateQuickSightQSearchConfigurationCommand = UpdateQuickSightQSearchConfigurationCommand;
@@ -5502,6 +5579,7 @@ exports.paginateListIAMPolicyAssignments = paginateListIAMPolicyAssignments;
5502
5579
  exports.paginateListIAMPolicyAssignmentsForUser = paginateListIAMPolicyAssignmentsForUser;
5503
5580
  exports.paginateListIngestions = paginateListIngestions;
5504
5581
  exports.paginateListNamespaces = paginateListNamespaces;
5582
+ exports.paginateListOAuthClientApplications = paginateListOAuthClientApplications;
5505
5583
  exports.paginateListRoleMemberships = paginateListRoleMemberships;
5506
5584
  exports.paginateListTemplateAliases = paginateListTemplateAliases;
5507
5585
  exports.paginateListTemplateVersions = paginateListTemplateVersions;