randmar-api-client 1.233.0 → 1.235.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.
- package/dist/store/randmarApi.d.ts +5 -10
- package/package.json +1 -1
|
@@ -3758,13 +3758,8 @@ export type ShopifyAccountInformation = {
|
|
|
3758
3758
|
Scopes?: string[] | null;
|
|
3759
3759
|
DefaultShippingSlipComment?: string | null;
|
|
3760
3760
|
SyncOrders?: boolean;
|
|
3761
|
-
SyncTrackingNumbers?: boolean;
|
|
3762
3761
|
ShipComplete?: boolean;
|
|
3763
|
-
WTFDidMyFriendBuy?: boolean;
|
|
3764
3762
|
SyncProductInventory?: boolean;
|
|
3765
|
-
SyncProductInformation?: boolean;
|
|
3766
|
-
ProductVideoDefaultMedia?: boolean;
|
|
3767
|
-
ProductVideoStoreBranding?: boolean;
|
|
3768
3763
|
Shop?: ShopifyShop;
|
|
3769
3764
|
Locations?: ShopifyLocation[] | null;
|
|
3770
3765
|
Webhooks?: ShopifyWebhook[] | null;
|
|
@@ -5025,7 +5020,7 @@ export type MicrosoftAspNetCoreHttpQueryStringRead = {
|
|
|
5025
5020
|
Value?: string | null;
|
|
5026
5021
|
HasValue?: boolean;
|
|
5027
5022
|
};
|
|
5028
|
-
export type
|
|
5023
|
+
export type SystemCollectionsGenericKeyValuePair602SystemString20SystemPrivateCoreLib20Version800020CultureNeutral20PublicKeyToken7Cec85D7Bea7798EMicrosoftExtensionsPrimitivesStringValues20MicrosoftExtensionsPrimitives20Version1000020CultureNeutral20PublicKeyTokenAdb9793829Ddae60 = {
|
|
5029
5024
|
Key?: string | null;
|
|
5030
5025
|
Value?: string[];
|
|
5031
5026
|
};
|
|
@@ -5042,13 +5037,13 @@ export type MicrosoftAspNetCoreHttpHttpRequest = {
|
|
|
5042
5037
|
PathBase?: string;
|
|
5043
5038
|
Path?: string;
|
|
5044
5039
|
QueryString?: MicrosoftAspNetCoreHttpQueryString;
|
|
5045
|
-
Query?:
|
|
5040
|
+
Query?: SystemCollectionsGenericKeyValuePair602SystemString20SystemPrivateCoreLib20Version800020CultureNeutral20PublicKeyToken7Cec85D7Bea7798EMicrosoftExtensionsPrimitivesStringValues20MicrosoftExtensionsPrimitives20Version1000020CultureNeutral20PublicKeyTokenAdb9793829Ddae60[] | null;
|
|
5046
5041
|
Protocol?: string | null;
|
|
5047
5042
|
Cookies?: SystemCollectionsGenericKeyValuePair602SystemString20SystemPrivateCoreLib20Version800020CultureNeutral20PublicKeyToken7Cec85D7Bea7798ESystemString20SystemPrivateCoreLib20Version800020CultureNeutral20PublicKeyToken7Cec85D7Bea7798E[] | null;
|
|
5048
5043
|
ContentLength?: number | null;
|
|
5049
5044
|
ContentType?: string | null;
|
|
5050
5045
|
Body?: Blob | null;
|
|
5051
|
-
Form?:
|
|
5046
|
+
Form?: SystemCollectionsGenericKeyValuePair602SystemString20SystemPrivateCoreLib20Version800020CultureNeutral20PublicKeyToken7Cec85D7Bea7798EMicrosoftExtensionsPrimitivesStringValues20MicrosoftExtensionsPrimitives20Version1000020CultureNeutral20PublicKeyTokenAdb9793829Ddae60[] | null;
|
|
5052
5047
|
RouteValues?: {
|
|
5053
5048
|
[key: string]: any;
|
|
5054
5049
|
} | null;
|
|
@@ -5062,7 +5057,7 @@ export type MicrosoftAspNetCoreHttpHttpRequestRead = {
|
|
|
5062
5057
|
PathBase?: string;
|
|
5063
5058
|
Path?: string;
|
|
5064
5059
|
QueryString?: MicrosoftAspNetCoreHttpQueryStringRead;
|
|
5065
|
-
Query?:
|
|
5060
|
+
Query?: SystemCollectionsGenericKeyValuePair602SystemString20SystemPrivateCoreLib20Version800020CultureNeutral20PublicKeyToken7Cec85D7Bea7798EMicrosoftExtensionsPrimitivesStringValues20MicrosoftExtensionsPrimitives20Version1000020CultureNeutral20PublicKeyTokenAdb9793829Ddae60[] | null;
|
|
5066
5061
|
Protocol?: string | null;
|
|
5067
5062
|
Headers?: {
|
|
5068
5063
|
[key: string]: string[];
|
|
@@ -5073,7 +5068,7 @@ export type MicrosoftAspNetCoreHttpHttpRequestRead = {
|
|
|
5073
5068
|
Body?: Blob | null;
|
|
5074
5069
|
BodyReader?: Blob | null;
|
|
5075
5070
|
HasFormContentType?: boolean;
|
|
5076
|
-
Form?:
|
|
5071
|
+
Form?: SystemCollectionsGenericKeyValuePair602SystemString20SystemPrivateCoreLib20Version800020CultureNeutral20PublicKeyToken7Cec85D7Bea7798EMicrosoftExtensionsPrimitivesStringValues20MicrosoftExtensionsPrimitives20Version1000020CultureNeutral20PublicKeyTokenAdb9793829Ddae60[] | null;
|
|
5077
5072
|
RouteValues?: {
|
|
5078
5073
|
[key: string]: any;
|
|
5079
5074
|
} | null;
|