@sp-api-sdk/notifications-api-v1 2.0.3 → 2.2.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 (101) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/src/api-model/api/notifications-api.js +51 -46
  3. package/dist/cjs/src/api-model/api.js +1 -1
  4. package/dist/cjs/src/api-model/base.js +1 -1
  5. package/dist/cjs/src/api-model/common.js +1 -1
  6. package/dist/cjs/src/api-model/configuration.js +1 -1
  7. package/dist/cjs/src/api-model/index.js +1 -1
  8. package/dist/cjs/src/api-model/models/aggregation-filter.js +1 -1
  9. package/dist/cjs/src/api-model/models/aggregation-settings.js +1 -1
  10. package/dist/cjs/src/api-model/models/aggregation-time-period.js +1 -1
  11. package/dist/cjs/src/api-model/models/create-destination-request.js +1 -1
  12. package/dist/cjs/src/api-model/models/create-destination-response.js +1 -1
  13. package/dist/cjs/src/api-model/models/create-subscription-request.js +1 -1
  14. package/dist/cjs/src/api-model/models/create-subscription-response.js +1 -1
  15. package/dist/cjs/src/api-model/models/delete-destination-response.js +1 -1
  16. package/dist/cjs/src/api-model/models/delete-subscription-by-id-response.js +1 -1
  17. package/dist/cjs/src/api-model/models/destination-resource-specification.js +1 -1
  18. package/dist/cjs/src/api-model/models/destination-resource.js +1 -1
  19. package/dist/cjs/src/api-model/models/destination.js +1 -1
  20. package/dist/cjs/src/api-model/models/event-bridge-resource-specification.js +1 -1
  21. package/dist/cjs/src/api-model/models/event-bridge-resource.js +1 -1
  22. package/dist/cjs/src/api-model/models/event-filter-all-of.js +1 -1
  23. package/dist/cjs/src/api-model/models/event-filter.js +1 -1
  24. package/dist/cjs/src/api-model/models/get-destination-response.js +1 -1
  25. package/dist/cjs/src/api-model/models/get-destinations-response.js +1 -1
  26. package/dist/cjs/src/api-model/models/get-subscription-by-id-response.js +1 -1
  27. package/dist/cjs/src/api-model/models/get-subscription-response.js +1 -1
  28. package/dist/cjs/src/api-model/models/marketplace-filter.js +1 -1
  29. package/dist/cjs/src/api-model/models/model-error.js +1 -1
  30. package/dist/cjs/src/api-model/models/order-change-type-enum.js +1 -1
  31. package/dist/cjs/src/api-model/models/order-change-type-filter.js +1 -1
  32. package/dist/cjs/src/api-model/models/processing-directive.js +1 -1
  33. package/dist/cjs/src/api-model/models/sqs-resource.js +1 -1
  34. package/dist/cjs/src/api-model/models/subscription.js +1 -1
  35. package/dist/es/src/api-model/api/notifications-api.js +51 -46
  36. package/dist/es/src/api-model/api.js +1 -1
  37. package/dist/es/src/api-model/base.js +1 -1
  38. package/dist/es/src/api-model/common.js +1 -1
  39. package/dist/es/src/api-model/configuration.js +1 -1
  40. package/dist/es/src/api-model/index.js +1 -1
  41. package/dist/es/src/api-model/models/aggregation-filter.js +1 -1
  42. package/dist/es/src/api-model/models/aggregation-settings.js +1 -1
  43. package/dist/es/src/api-model/models/aggregation-time-period.js +1 -1
  44. package/dist/es/src/api-model/models/create-destination-request.js +1 -1
  45. package/dist/es/src/api-model/models/create-destination-response.js +1 -1
  46. package/dist/es/src/api-model/models/create-subscription-request.js +1 -1
  47. package/dist/es/src/api-model/models/create-subscription-response.js +1 -1
  48. package/dist/es/src/api-model/models/delete-destination-response.js +1 -1
  49. package/dist/es/src/api-model/models/delete-subscription-by-id-response.js +1 -1
  50. package/dist/es/src/api-model/models/destination-resource-specification.js +1 -1
  51. package/dist/es/src/api-model/models/destination-resource.js +1 -1
  52. package/dist/es/src/api-model/models/destination.js +1 -1
  53. package/dist/es/src/api-model/models/event-bridge-resource-specification.js +1 -1
  54. package/dist/es/src/api-model/models/event-bridge-resource.js +1 -1
  55. package/dist/es/src/api-model/models/event-filter-all-of.js +1 -1
  56. package/dist/es/src/api-model/models/event-filter.js +1 -1
  57. package/dist/es/src/api-model/models/get-destination-response.js +1 -1
  58. package/dist/es/src/api-model/models/get-destinations-response.js +1 -1
  59. package/dist/es/src/api-model/models/get-subscription-by-id-response.js +1 -1
  60. package/dist/es/src/api-model/models/get-subscription-response.js +1 -1
  61. package/dist/es/src/api-model/models/marketplace-filter.js +1 -1
  62. package/dist/es/src/api-model/models/model-error.js +1 -1
  63. package/dist/es/src/api-model/models/order-change-type-enum.js +1 -1
  64. package/dist/es/src/api-model/models/order-change-type-filter.js +1 -1
  65. package/dist/es/src/api-model/models/processing-directive.js +1 -1
  66. package/dist/es/src/api-model/models/sqs-resource.js +1 -1
  67. package/dist/es/src/api-model/models/subscription.js +1 -1
  68. package/dist/types/src/api-model/api/notifications-api.d.ts +64 -55
  69. package/dist/types/src/api-model/api.d.ts +1 -1
  70. package/dist/types/src/api-model/base.d.ts +1 -1
  71. package/dist/types/src/api-model/common.d.ts +1 -1
  72. package/dist/types/src/api-model/configuration.d.ts +1 -1
  73. package/dist/types/src/api-model/index.d.ts +1 -1
  74. package/dist/types/src/api-model/models/aggregation-filter.d.ts +2 -2
  75. package/dist/types/src/api-model/models/aggregation-settings.d.ts +1 -1
  76. package/dist/types/src/api-model/models/aggregation-time-period.d.ts +1 -1
  77. package/dist/types/src/api-model/models/create-destination-request.d.ts +2 -2
  78. package/dist/types/src/api-model/models/create-destination-response.d.ts +1 -1
  79. package/dist/types/src/api-model/models/create-subscription-request.d.ts +4 -4
  80. package/dist/types/src/api-model/models/create-subscription-response.d.ts +2 -2
  81. package/dist/types/src/api-model/models/delete-destination-response.d.ts +2 -2
  82. package/dist/types/src/api-model/models/delete-subscription-by-id-response.d.ts +2 -2
  83. package/dist/types/src/api-model/models/destination-resource-specification.d.ts +1 -1
  84. package/dist/types/src/api-model/models/destination-resource.d.ts +1 -1
  85. package/dist/types/src/api-model/models/destination.d.ts +2 -2
  86. package/dist/types/src/api-model/models/event-bridge-resource-specification.d.ts +1 -1
  87. package/dist/types/src/api-model/models/event-bridge-resource.d.ts +3 -3
  88. package/dist/types/src/api-model/models/event-filter-all-of.d.ts +2 -2
  89. package/dist/types/src/api-model/models/event-filter.d.ts +2 -2
  90. package/dist/types/src/api-model/models/get-destination-response.d.ts +2 -2
  91. package/dist/types/src/api-model/models/get-destinations-response.d.ts +2 -2
  92. package/dist/types/src/api-model/models/get-subscription-by-id-response.d.ts +2 -2
  93. package/dist/types/src/api-model/models/get-subscription-response.d.ts +2 -2
  94. package/dist/types/src/api-model/models/marketplace-filter.d.ts +3 -3
  95. package/dist/types/src/api-model/models/model-error.d.ts +3 -3
  96. package/dist/types/src/api-model/models/order-change-type-enum.d.ts +1 -1
  97. package/dist/types/src/api-model/models/order-change-type-filter.d.ts +3 -3
  98. package/dist/types/src/api-model/models/processing-directive.d.ts +2 -2
  99. package/dist/types/src/api-model/models/sqs-resource.d.ts +1 -1
  100. package/dist/types/src/api-model/models/subscription.d.ts +2 -2
  101. package/package.json +5 -5
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Notifications
6
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *