oci-announcementsservice
Advanced tools
Comparing version 2.99.0 to 2.100.0
@@ -39,2 +39,3 @@ /** | ||
protected _httpClient: common.HttpClient; | ||
protected _authProvider: common.AuthenticationDetailsProvider | undefined; | ||
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration); | ||
@@ -77,2 +78,6 @@ /** | ||
/** | ||
* Close the provider if possible which in turn shuts down any associated circuit breaker | ||
*/ | ||
closeProvider(): void; | ||
/** | ||
* Close the client once it is no longer needed | ||
@@ -161,2 +166,3 @@ */ | ||
protected _httpClient: common.HttpClient; | ||
protected _authProvider: common.AuthenticationDetailsProvider | undefined; | ||
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration); | ||
@@ -212,2 +218,6 @@ /** | ||
/** | ||
* Close the provider if possible which in turn shuts down any associated circuit breaker | ||
*/ | ||
closeProvider(): void; | ||
/** | ||
* Close the client once it is no longer needed | ||
@@ -345,2 +355,3 @@ */ | ||
protected _httpClient: common.HttpClient; | ||
protected _authProvider: common.AuthenticationDetailsProvider | undefined; | ||
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration); | ||
@@ -383,2 +394,6 @@ /** | ||
/** | ||
* Close the provider if possible which in turn shuts down any associated circuit breaker | ||
*/ | ||
closeProvider(): void; | ||
/** | ||
* Close the client once it is no longer needed | ||
@@ -488,2 +503,3 @@ */ | ||
protected _httpClient: common.HttpClient; | ||
protected _authProvider: common.AuthenticationDetailsProvider | undefined; | ||
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration); | ||
@@ -526,2 +542,6 @@ /** | ||
/** | ||
* Close the provider if possible which in turn shuts down any associated circuit breaker | ||
*/ | ||
closeProvider(): void; | ||
/** | ||
* Close the client once it is no longer needed | ||
@@ -528,0 +548,0 @@ */ |
@@ -122,3 +122,8 @@ /** | ||
StartTime = "START_TIME", | ||
TimeDetected = "TIME_DETECTED" | ||
TimeDetected = "TIME_DETECTED", | ||
/** | ||
* This value is used if a service returns a value for this enum that is not recognized by this | ||
* version of the SDK. | ||
*/ | ||
UnknownValue = "UNKNOWN_VALUE" | ||
} | ||
@@ -128,3 +133,8 @@ enum TimeTwoType { | ||
NewEndTime = "NEW_END_TIME", | ||
EstimatedEndTime = "ESTIMATED_END_TIME" | ||
EstimatedEndTime = "ESTIMATED_END_TIME", | ||
/** | ||
* This value is used if a service returns a value for this enum that is not recognized by this | ||
* version of the SDK. | ||
*/ | ||
UnknownValue = "UNKNOWN_VALUE" | ||
} | ||
@@ -145,7 +155,17 @@ enum AnnouncementType { | ||
ProductionEventNotification = "PRODUCTION_EVENT_NOTIFICATION", | ||
ScheduledMaintenance = "SCHEDULED_MAINTENANCE" | ||
ScheduledMaintenance = "SCHEDULED_MAINTENANCE", | ||
/** | ||
* This value is used if a service returns a value for this enum that is not recognized by this | ||
* version of the SDK. | ||
*/ | ||
UnknownValue = "UNKNOWN_VALUE" | ||
} | ||
enum LifecycleState { | ||
Active = "ACTIVE", | ||
Inactive = "INACTIVE" | ||
Inactive = "INACTIVE", | ||
/** | ||
* This value is used if a service returns a value for this enum that is not recognized by this | ||
* version of the SDK. | ||
*/ | ||
UnknownValue = "UNKNOWN_VALUE" | ||
} | ||
@@ -155,3 +175,8 @@ enum PlatformType { | ||
Saas = "SAAS", | ||
Paas = "PAAS" | ||
Paas = "PAAS", | ||
/** | ||
* This value is used if a service returns a value for this enum that is not recognized by this | ||
* version of the SDK. | ||
*/ | ||
UnknownValue = "UNKNOWN_VALUE" | ||
} | ||
@@ -158,0 +183,0 @@ function getJsonObj(obj: BaseAnnouncement): object; |
@@ -47,2 +47,7 @@ "use strict"; | ||
TimeOneType["TimeDetected"] = "TIME_DETECTED"; | ||
/** | ||
* This value is used if a service returns a value for this enum that is not recognized by this | ||
* version of the SDK. | ||
*/ | ||
TimeOneType["UnknownValue"] = "UNKNOWN_VALUE"; | ||
})(TimeOneType = BaseAnnouncement.TimeOneType || (BaseAnnouncement.TimeOneType = {})); | ||
@@ -54,2 +59,7 @@ let TimeTwoType; | ||
TimeTwoType["EstimatedEndTime"] = "ESTIMATED_END_TIME"; | ||
/** | ||
* This value is used if a service returns a value for this enum that is not recognized by this | ||
* version of the SDK. | ||
*/ | ||
TimeTwoType["UnknownValue"] = "UNKNOWN_VALUE"; | ||
})(TimeTwoType = BaseAnnouncement.TimeTwoType || (BaseAnnouncement.TimeTwoType = {})); | ||
@@ -72,2 +82,7 @@ let AnnouncementType; | ||
AnnouncementType["ScheduledMaintenance"] = "SCHEDULED_MAINTENANCE"; | ||
/** | ||
* This value is used if a service returns a value for this enum that is not recognized by this | ||
* version of the SDK. | ||
*/ | ||
AnnouncementType["UnknownValue"] = "UNKNOWN_VALUE"; | ||
})(AnnouncementType = BaseAnnouncement.AnnouncementType || (BaseAnnouncement.AnnouncementType = {})); | ||
@@ -78,2 +93,7 @@ let LifecycleState; | ||
LifecycleState["Inactive"] = "INACTIVE"; | ||
/** | ||
* This value is used if a service returns a value for this enum that is not recognized by this | ||
* version of the SDK. | ||
*/ | ||
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE"; | ||
})(LifecycleState = BaseAnnouncement.LifecycleState || (BaseAnnouncement.LifecycleState = {})); | ||
@@ -85,2 +105,7 @@ let PlatformType; | ||
PlatformType["Paas"] = "PAAS"; | ||
/** | ||
* This value is used if a service returns a value for this enum that is not recognized by this | ||
* version of the SDK. | ||
*/ | ||
PlatformType["UnknownValue"] = "UNKNOWN_VALUE"; | ||
})(PlatformType = BaseAnnouncement.PlatformType || (BaseAnnouncement.PlatformType = {})); | ||
@@ -87,0 +112,0 @@ function getJsonObj(obj) { |
@@ -43,3 +43,8 @@ /** | ||
OptInTenantAndInformationalAnnouncements = "OPT_IN_TENANT_AND_INFORMATIONAL_ANNOUNCEMENTS", | ||
OptOutAllAnnouncements = "OPT_OUT_ALL_ANNOUNCEMENTS" | ||
OptOutAllAnnouncements = "OPT_OUT_ALL_ANNOUNCEMENTS", | ||
/** | ||
* This value is used if a service returns a value for this enum that is not recognized by this | ||
* version of the SDK. | ||
*/ | ||
UnknownValue = "UNKNOWN_VALUE" | ||
} | ||
@@ -46,0 +51,0 @@ function getJsonObj(obj: BaseCreateAnnouncementsPreferencesDetails): object; |
@@ -44,2 +44,7 @@ "use strict"; | ||
PreferenceType["OptOutAllAnnouncements"] = "OPT_OUT_ALL_ANNOUNCEMENTS"; | ||
/** | ||
* This value is used if a service returns a value for this enum that is not recognized by this | ||
* version of the SDK. | ||
*/ | ||
PreferenceType["UnknownValue"] = "UNKNOWN_VALUE"; | ||
})(PreferenceType = BaseCreateAnnouncementsPreferencesDetails.PreferenceType || (BaseCreateAnnouncementsPreferencesDetails.PreferenceType = {})); | ||
@@ -46,0 +51,0 @@ function getJsonObj(obj) { |
@@ -67,3 +67,8 @@ /** | ||
Active = "ACTIVE", | ||
Deleted = "DELETED" | ||
Deleted = "DELETED", | ||
/** | ||
* This value is used if a service returns a value for this enum that is not recognized by this | ||
* version of the SDK. | ||
*/ | ||
UnknownValue = "UNKNOWN_VALUE" | ||
} | ||
@@ -70,0 +75,0 @@ function getJsonObj(obj: BaseService): object; |
@@ -43,2 +43,7 @@ "use strict"; | ||
LifecycleState["Deleted"] = "DELETED"; | ||
/** | ||
* This value is used if a service returns a value for this enum that is not recognized by this | ||
* version of the SDK. | ||
*/ | ||
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE"; | ||
})(LifecycleState = BaseService.LifecycleState || (BaseService.LifecycleState = {})); | ||
@@ -45,0 +50,0 @@ function getJsonObj(obj) { |
{ | ||
"name": "oci-announcementsservice", | ||
"version": "2.99.0", | ||
"version": "2.100.0", | ||
"description": "OCI NodeJS client for Announcement Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.99.0", | ||
"oci-workrequests": "2.99.0" | ||
"oci-common": "2.100.0", | ||
"oci-workrequests": "2.100.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
528067
8203
+ Addedoci-common@2.100.0(transitive)
+ Addedoci-workrequests@2.100.0(transitive)
- Removedoci-common@2.99.0(transitive)
- Removedoci-workrequests@2.99.0(transitive)
Updatedoci-common@2.100.0
Updatedoci-workrequests@2.100.0