rerobe-js-orm 3.0.39 → 3.0.40
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/lib/index.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ import User from './models/User';
|
|
|
28
28
|
import MerchantWebPage from './models/MerchantWebPage';
|
|
29
29
|
import ShopifyMerchantAccount from './models/ShopifyMerchantAccount';
|
|
30
30
|
import CustomerNotification from './models/CustomerNotification';
|
|
31
|
+
import RibbnFile from './models/RibbnFile';
|
|
31
32
|
import ProductStateManager from './models/ProductStateManager';
|
|
32
33
|
import PayoutAccount from './models/PayoutAccount';
|
|
33
34
|
import PayoutAccountFormState from './form-states/PayoutAccount/PayoutAccountFormState';
|
|
@@ -36,4 +37,4 @@ import WebhookFormState from './form-states/Merchant/WebhookFormState';
|
|
|
36
37
|
import ReRobeProductHelpers from './helpers/ReRobeProductHelpers';
|
|
37
38
|
import AnalyticsHelpers from './helpers/AnalyticsHelpers';
|
|
38
39
|
import OrderHelpers from './helpers/OrderHelpers';
|
|
39
|
-
export { ProductFromAlgoliaJSONDoc, ProductFromShopifyWebhookJSONDoc, ProductFromShopifyJSClientJSONDoc, ProductFormStateFactory, ProductCollectionFormStateFactory, ProductCollectionHelpers, SellRequestFormStateFactory, PickUpFormStateFactory, AddressFormStateFactory, UserFormStateFactory, UserFromShopifyWebhookJSONDoc, UserFromAuthTemplateMethod, DraftOrderFromMirakl, DraftOrderFromApp, ChatRoomFromNewUserSignUp, KlarnaSessionFactory, Product, ProductStateManager, Order, OrderFromShopifyWebhook, OrderFromShopifyAdminApi, OrderFromShopifyStorefrontApi, OrderFromApp, OrderFormStateFactory, RefundFormStateFactory, PayoutAccount, PayoutAccountFormState, Merchant, MerchantFormState, MerchantFormStateFactory, ReRobeProductHelpers, User, AnalyticsHelpers, OrderHelpers, WebhookFormState, MerchantWebPage, ShopifyMerchantAccount, CustomerNotification, };
|
|
40
|
+
export { RibbnFile, ProductFromAlgoliaJSONDoc, ProductFromShopifyWebhookJSONDoc, ProductFromShopifyJSClientJSONDoc, ProductFormStateFactory, ProductCollectionFormStateFactory, ProductCollectionHelpers, SellRequestFormStateFactory, PickUpFormStateFactory, AddressFormStateFactory, UserFormStateFactory, UserFromShopifyWebhookJSONDoc, UserFromAuthTemplateMethod, DraftOrderFromMirakl, DraftOrderFromApp, ChatRoomFromNewUserSignUp, KlarnaSessionFactory, Product, ProductStateManager, Order, OrderFromShopifyWebhook, OrderFromShopifyAdminApi, OrderFromShopifyStorefrontApi, OrderFromApp, OrderFormStateFactory, RefundFormStateFactory, PayoutAccount, PayoutAccountFormState, Merchant, MerchantFormState, MerchantFormStateFactory, ReRobeProductHelpers, User, AnalyticsHelpers, OrderHelpers, WebhookFormState, MerchantWebPage, ShopifyMerchantAccount, CustomerNotification, };
|
package/lib/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CustomerNotification = exports.ShopifyMerchantAccount = exports.MerchantWebPage = exports.WebhookFormState = exports.OrderHelpers = exports.AnalyticsHelpers = exports.User = exports.ReRobeProductHelpers = exports.MerchantFormStateFactory = exports.MerchantFormState = exports.Merchant = exports.PayoutAccountFormState = exports.PayoutAccount = exports.RefundFormStateFactory = exports.OrderFormStateFactory = exports.OrderFromApp = exports.OrderFromShopifyStorefrontApi = exports.OrderFromShopifyAdminApi = exports.OrderFromShopifyWebhook = exports.Order = exports.ProductStateManager = exports.Product = exports.KlarnaSessionFactory = exports.ChatRoomFromNewUserSignUp = exports.DraftOrderFromApp = exports.DraftOrderFromMirakl = exports.UserFromAuthTemplateMethod = exports.UserFromShopifyWebhookJSONDoc = exports.UserFormStateFactory = exports.AddressFormStateFactory = exports.PickUpFormStateFactory = exports.SellRequestFormStateFactory = exports.ProductCollectionHelpers = exports.ProductCollectionFormStateFactory = exports.ProductFormStateFactory = exports.ProductFromShopifyJSClientJSONDoc = exports.ProductFromShopifyWebhookJSONDoc = exports.ProductFromAlgoliaJSONDoc = void 0;
|
|
3
|
+
exports.CustomerNotification = exports.ShopifyMerchantAccount = exports.MerchantWebPage = exports.WebhookFormState = exports.OrderHelpers = exports.AnalyticsHelpers = exports.User = exports.ReRobeProductHelpers = exports.MerchantFormStateFactory = exports.MerchantFormState = exports.Merchant = exports.PayoutAccountFormState = exports.PayoutAccount = exports.RefundFormStateFactory = exports.OrderFormStateFactory = exports.OrderFromApp = exports.OrderFromShopifyStorefrontApi = exports.OrderFromShopifyAdminApi = exports.OrderFromShopifyWebhook = exports.Order = exports.ProductStateManager = exports.Product = exports.KlarnaSessionFactory = exports.ChatRoomFromNewUserSignUp = exports.DraftOrderFromApp = exports.DraftOrderFromMirakl = exports.UserFromAuthTemplateMethod = exports.UserFromShopifyWebhookJSONDoc = exports.UserFormStateFactory = exports.AddressFormStateFactory = exports.PickUpFormStateFactory = exports.SellRequestFormStateFactory = exports.ProductCollectionHelpers = exports.ProductCollectionFormStateFactory = exports.ProductFormStateFactory = exports.ProductFromShopifyJSClientJSONDoc = exports.ProductFromShopifyWebhookJSONDoc = exports.ProductFromAlgoliaJSONDoc = exports.RibbnFile = void 0;
|
|
4
4
|
const ProductFromShopifyJSClientJSONDoc_1 = require("./factories/Product/ProductFromShopifyJSClientJSONDoc");
|
|
5
5
|
exports.ProductFromShopifyJSClientJSONDoc = ProductFromShopifyJSClientJSONDoc_1.default;
|
|
6
6
|
const ProductFromAlgoliaJSONDoc_1 = require("./factories/Product/ProductFromAlgoliaJSONDoc");
|
|
@@ -61,6 +61,8 @@ const ShopifyMerchantAccount_1 = require("./models/ShopifyMerchantAccount");
|
|
|
61
61
|
exports.ShopifyMerchantAccount = ShopifyMerchantAccount_1.default;
|
|
62
62
|
const CustomerNotification_1 = require("./models/CustomerNotification");
|
|
63
63
|
exports.CustomerNotification = CustomerNotification_1.default;
|
|
64
|
+
const RibbnFile_1 = require("./models/RibbnFile");
|
|
65
|
+
exports.RibbnFile = RibbnFile_1.default;
|
|
64
66
|
const ProductStateManager_1 = require("./models/ProductStateManager");
|
|
65
67
|
exports.ProductStateManager = ProductStateManager_1.default;
|
|
66
68
|
const PayoutAccount_1 = require("./models/PayoutAccount");
|
|
@@ -9,6 +9,10 @@ export default class RibbnFile extends Base {
|
|
|
9
9
|
type: string;
|
|
10
10
|
url: string;
|
|
11
11
|
tags: string[];
|
|
12
|
+
title: string;
|
|
13
|
+
description: string;
|
|
14
|
+
altText: string;
|
|
15
|
+
link: string;
|
|
12
16
|
createdAt: string | FireStoreTimeStamp;
|
|
13
17
|
updatedAt: string | FireStoreTimeStamp;
|
|
14
18
|
constructor(props?: any);
|
package/lib/models/RibbnFile.js
CHANGED
|
@@ -13,6 +13,10 @@ class RibbnFile extends Base_1.default {
|
|
|
13
13
|
this.type = (props === null || props === void 0 ? void 0 : props.type) || '';
|
|
14
14
|
this.url = (props === null || props === void 0 ? void 0 : props.url) || '';
|
|
15
15
|
this.tags = (props === null || props === void 0 ? void 0 : props.tags) || [];
|
|
16
|
+
this.title = (props === null || props === void 0 ? void 0 : props.title) || '';
|
|
17
|
+
this.description = (props === null || props === void 0 ? void 0 : props.description) || '';
|
|
18
|
+
this.altText = (props === null || props === void 0 ? void 0 : props.altText) || '';
|
|
19
|
+
this.link = (props === null || props === void 0 ? void 0 : props.link) || '';
|
|
16
20
|
this.createdAt = (props === null || props === void 0 ? void 0 : props.createdAt) || '';
|
|
17
21
|
this.updatedAt = (props === null || props === void 0 ? void 0 : props.updatedAt) || '';
|
|
18
22
|
}
|
|
@@ -27,6 +31,10 @@ class RibbnFile extends Base_1.default {
|
|
|
27
31
|
type: this.type,
|
|
28
32
|
url: this.url,
|
|
29
33
|
tags: this.tags,
|
|
34
|
+
title: this.title,
|
|
35
|
+
description: this.description,
|
|
36
|
+
altText: this.altText,
|
|
37
|
+
link: this.link,
|
|
30
38
|
createdAt: this.createdAt,
|
|
31
39
|
updatedAt: this.updatedAt,
|
|
32
40
|
};
|