ordercloud-javascript-sdk
Advanced tools
| export interface MailchimpConfig { | ||
| ApiKey?: string; | ||
| } |
@@ -44,3 +44,3 @@ import { ListPage } from '../models/ListPage'; | ||
| * | ||
| * @param messageSender Required fields: Name, MessageTypes | ||
| * @param messageSender Required fields: Name, MessageTypes, DeliveryConfigID | ||
| * @param requestOptions.accessToken Provide an alternative token to the one stored in the sdk instance (useful for impersonation). | ||
@@ -66,3 +66,3 @@ * @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request. | ||
| * @param messageSenderID ID of the message sender. | ||
| * @param messageSender Required fields: Name, MessageTypes | ||
| * @param messageSender Required fields: Name, MessageTypes, DeliveryConfigID | ||
| * @param requestOptions.accessToken Provide an alternative token to the one stored in the sdk instance (useful for impersonation). | ||
@@ -69,0 +69,0 @@ * @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request. |
@@ -10,3 +10,3 @@ import { KafkaConfig } from './KafkaConfig'; | ||
| import { CosmosDbConfig } from './CosmosDbConfig'; | ||
| import { MandrillConfig } from './MandrillConfig'; | ||
| import { MailchimpConfig } from './MailchimpConfig'; | ||
| import { MessageSenderConfig } from './MessageSenderConfig'; | ||
@@ -24,5 +24,5 @@ import { ContentHubConfig } from './ContentHubConfig'; | ||
| CosmosDb?: CosmosDbConfig; | ||
| Mandrill?: MandrillConfig; | ||
| Mailchimp?: MailchimpConfig; | ||
| MessageSender?: MessageSenderConfig; | ||
| ContentHub?: ContentHubConfig; | ||
| } |
@@ -72,3 +72,3 @@ export * from './AccessLevel'; | ||
| export * from './LocaleAssignment'; | ||
| export * from './MandrillConfig'; | ||
| export * from './MailchimpConfig'; | ||
| export * from './MeBuyer'; | ||
@@ -75,0 +75,0 @@ export * from './MeSeller'; |
@@ -8,8 +8,6 @@ import { MessageType } from './MessageType'; | ||
| Description?: string; | ||
| URL?: string; | ||
| ElevatedRoles?: ApiRole[]; | ||
| SharedKey?: string; | ||
| xp?: TMessageSenderXp; | ||
| DeliveryConfigID?: string; | ||
| DeliveryConfigID: string; | ||
| AllowAllBuyers?: boolean; | ||
| } |
@@ -58,3 +58,3 @@ export declare type Searchable<TSearchableEndpoint extends SearchableEndpoint> = SearchableMap[TSearchableEndpoint]; | ||
| 'Me.ListUserGroups': ('ID' | 'Name' | 'Description')[]; | ||
| 'MessageSenders.List': ('ID' | 'Name' | 'URL')[]; | ||
| 'MessageSenders.List': ('ID' | 'Name')[]; | ||
| 'MessageSenders.ListCCListenerAssignments': ('BuyerID' | 'UserGroupID' | 'UserID' | 'MessageConfigName' | 'SupplierID')[]; | ||
@@ -61,0 +61,0 @@ 'OpenIdConnects.List': ('ID')[]; |
@@ -59,3 +59,3 @@ export declare type Sortable<TSortableEndpoint extends SortableEndpoint> = SortableMap[TSortableEndpoint]; | ||
| 'Me.ListUserGroups': ('Name' | 'ID' | '!Name' | '!ID')[]; | ||
| 'MessageSenders.List': ('ID' | 'Name' | 'URL' | '!ID' | '!Name' | '!URL')[]; | ||
| 'MessageSenders.List': ('ID' | 'Name' | '!ID' | '!Name')[]; | ||
| 'MessageSenders.ListCCListenerAssignments': ('BuyerID' | 'UserGroupID' | 'UserID' | 'MessageConfigName' | 'SupplierID' | '!BuyerID' | '!UserGroupID' | '!UserID' | '!MessageConfigName' | '!SupplierID')[]; | ||
@@ -62,0 +62,0 @@ 'OpenIdConnects.List': ('ID' | '!ID')[]; |
+1
-1
@@ -5,3 +5,3 @@ { | ||
| "author": "Four51 OrderCloud", | ||
| "version": "11.1.5", | ||
| "version": "12.0.0", | ||
| "main": "dist/index.js", | ||
@@ -8,0 +8,0 @@ "umd:main": "dist/index.umd.js", |
| export interface MandrillConfig { | ||
| ApiKey?: string; | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
3817440
-0.01%59450
0