@tillhub/javascript-sdk 4.227.0 → 4.229.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/CHANGELOG.md +14 -0
- package/dist/errors/index.js +133 -16
- package/dist/errors/index.js.map +1 -1
- package/dist/tillhub-js.js +6 -0
- package/dist/tillhub-js.js.map +1 -1
- package/dist/types/errors/index.d.ts +50 -5
- package/dist/types/tillhub-js.d.ts +2 -0
- package/dist/types/v0/email.d.ts +1 -11
- package/dist/types/v0/index.d.ts +3 -1
- package/dist/types/v0/notifications.d.ts +5 -0
- package/dist/types/v0/payment_link_branding_config.d.ts +79 -0
- package/dist/types/v0/payment_links.d.ts +148 -0
- package/dist/types/v1/appointment-reminder-templates.d.ts +1 -0
- package/dist/v0/email.js +3 -30
- package/dist/v0/email.js.map +1 -1
- package/dist/v0/index.js +5 -1
- package/dist/v0/index.js.map +1 -1
- package/dist/v0/notifications.js +23 -0
- package/dist/v0/notifications.js.map +1 -1
- package/dist/v0/payment_link_branding_config.js +191 -0
- package/dist/v0/payment_link_branding_config.js.map +1 -0
- package/dist/v0/payment_links.js +217 -0
- package/dist/v0/payment_links.js.map +1 -0
- package/dist/v1/appointment-reminder-templates.js.map +1 -1
- package/package.json +1 -1
@@ -56,6 +56,8 @@ export declare class TillhubClient extends events.EventEmitter {
|
|
56
56
|
accounts(): v0.Accounts;
|
57
57
|
expenseAccounts(): v0.ExpenseAccounts;
|
58
58
|
paymentOptions(): v0.PaymentOptions;
|
59
|
+
paymentLinks(): v0.PaymentLinks;
|
60
|
+
paymentLinkBrandingConfigs(): v0.PaymentLinkBrandingConfigs;
|
59
61
|
templates(): v1.Templates;
|
60
62
|
configurations(): v0.Configurations;
|
61
63
|
configurationsV1(): v1.Configurations;
|
package/dist/types/v0/email.d.ts
CHANGED
@@ -8,6 +8,7 @@ export interface EmailOptions {
|
|
8
8
|
export interface MailjetCredentials {
|
9
9
|
apiKey: string;
|
10
10
|
apiSecret: string;
|
11
|
+
defaultSenderMail?: string;
|
11
12
|
}
|
12
13
|
export interface MailjetEmail {
|
13
14
|
name: string;
|
@@ -40,16 +41,6 @@ export interface TestCustomMailjetResponse {
|
|
40
41
|
msg?: string;
|
41
42
|
status?: number;
|
42
43
|
}
|
43
|
-
export interface CustomMailjetDefaultSenderRequest {
|
44
|
-
email: string;
|
45
|
-
}
|
46
|
-
export interface CustomMailjetDefaultSenderResponse {
|
47
|
-
data?: {
|
48
|
-
success: boolean;
|
49
|
-
};
|
50
|
-
msg?: string;
|
51
|
-
status?: number;
|
52
|
-
}
|
53
44
|
export interface CustomMailjetCredentialStatusResponse {
|
54
45
|
data?: {
|
55
46
|
hasCredentials: boolean;
|
@@ -70,6 +61,5 @@ export declare class Email extends ThBaseHandler {
|
|
70
61
|
getMailjetConfiguration(): Promise<MailjetConfigurationResponse>;
|
71
62
|
setMailjetConfiguration(credentials: MailjetCredentials): Promise<MailjetConfigurationResponse>;
|
72
63
|
testCustomMailjet(request: TestCustomMailjetRequest): Promise<TestCustomMailjetResponse>;
|
73
|
-
setCustomMailjetDefaultSender(request: CustomMailjetDefaultSenderRequest): Promise<CustomMailjetDefaultSenderResponse>;
|
74
64
|
getCustomMailjetCredentialStatus(): Promise<CustomMailjetCredentialStatusResponse>;
|
75
65
|
}
|
package/dist/types/v0/index.d.ts
CHANGED
@@ -89,5 +89,7 @@ import { DocumentExports } from './document_exports';
|
|
89
89
|
import { BusinessUnits } from './business_units';
|
90
90
|
import { UodInvoices } from './invoices_uod';
|
91
91
|
import { Submissions } from './submissions';
|
92
|
+
import { PaymentLinks } from './payment_links';
|
93
|
+
import { PaymentLinkBrandingConfigs } from './payment_link_branding_config';
|
92
94
|
import { Email } from './email';
|
93
|
-
export { Auth, Taxes, Deliveries, ProductGroups, ProductTemplates, ProductTemplateDefaults, ProductAddonGroups, ProductAddons, ProductBranchCustomizations, Accounts, ExpenseAccounts, PaymentOptions, Configurations, InventoryConfiguration, Users, IamUsers, IamApiKeys, IamUserGroups, IamRoles, IamPermissions, IamMeClass, PaymentProducts, Branches, BranchGroups, Devices, Contents, ContentTemplates, Customers, Suppliers, SuppliersProductsRelation, Discounts, Vouchers, VoucherLogs, Invoices, Stocks, StocksBook, Orders, Analytics, Staff, AuditActions, AuditLogs, Images, Notifications, Print, Messages, Favourites, Fiscalization, LegacySettings, Tags, Safes, SafesLogBook, Warehouses, Webhooks, WebhookEvents, SupportedEvents, Videos, StaffGroups, Exports, ProductServiceQuestionGroups, ProductServiceQuestions, Data, Reasons, Me, Processes, Promotions, StaffPermissionsTemplates, VoucherSystems, AbocardSystems, Functions, DeviceGroups, Correspondences, Storefronts, Categories, CategoryTrees, Dependencies, Trash, Timetracking, CountingProtocols, StockTakings, UserPermissionsTemplates, DbBackups, PurchaseOrders, ServiceCategory, Services, ConsignmentNotes, Documents, Holidays, ShiftPlan, ScheduledExports, CustomerAppointments, DocumentExports, BusinessUnits, UodInvoices, Submissions, Email };
|
95
|
+
export { Auth, Taxes, Deliveries, ProductGroups, ProductTemplates, ProductTemplateDefaults, ProductAddonGroups, ProductAddons, ProductBranchCustomizations, Accounts, ExpenseAccounts, PaymentOptions, Configurations, InventoryConfiguration, Users, IamUsers, IamApiKeys, IamUserGroups, IamRoles, IamPermissions, IamMeClass, PaymentProducts, Branches, BranchGroups, Devices, Contents, ContentTemplates, Customers, Suppliers, SuppliersProductsRelation, Discounts, Vouchers, VoucherLogs, Invoices, Stocks, StocksBook, Orders, Analytics, Staff, AuditActions, AuditLogs, Images, Notifications, Print, Messages, Favourites, Fiscalization, LegacySettings, Tags, Safes, SafesLogBook, Warehouses, Webhooks, WebhookEvents, SupportedEvents, Videos, StaffGroups, Exports, ProductServiceQuestionGroups, ProductServiceQuestions, Data, Reasons, Me, Processes, Promotions, StaffPermissionsTemplates, VoucherSystems, AbocardSystems, Functions, DeviceGroups, Correspondences, Storefronts, Categories, CategoryTrees, Dependencies, Trash, Timetracking, CountingProtocols, StockTakings, UserPermissionsTemplates, DbBackups, PurchaseOrders, ServiceCategory, Services, ConsignmentNotes, Documents, Holidays, ShiftPlan, ScheduledExports, CustomerAppointments, DocumentExports, BusinessUnits, UodInvoices, Submissions, PaymentLinks, PaymentLinkBrandingConfigs, Email };
|
@@ -8,6 +8,10 @@ export interface EmailOptions {
|
|
8
8
|
type: string;
|
9
9
|
body?: Record<string, unknown>;
|
10
10
|
}
|
11
|
+
export interface SmsOptions {
|
12
|
+
to: string;
|
13
|
+
body?: Record<string, unknown>;
|
14
|
+
}
|
11
15
|
export interface NotificationsResponse {
|
12
16
|
msg?: string;
|
13
17
|
}
|
@@ -18,4 +22,5 @@ export declare class Notifications {
|
|
18
22
|
uriHelper: UriHelper;
|
19
23
|
constructor(options: NotificationsOpions, http: Client);
|
20
24
|
email(requestObject: EmailOptions): Promise<NotificationsResponse>;
|
25
|
+
sms(requestObject: SmsOptions): Promise<NotificationsResponse>;
|
21
26
|
}
|
@@ -0,0 +1,79 @@
|
|
1
|
+
import { Client } from '../client';
|
2
|
+
import { UriHelper } from '../uri-helper';
|
3
|
+
import { ThBaseHandler } from '../base';
|
4
|
+
export interface PaymentLinkBrandingConfigurationOptions {
|
5
|
+
user?: string;
|
6
|
+
base?: string;
|
7
|
+
}
|
8
|
+
export interface PaymentLinkBrandingConfigurationQueryOptions {
|
9
|
+
limit?: number;
|
10
|
+
uri?: string;
|
11
|
+
owner?: string;
|
12
|
+
query?: Record<string, unknown>;
|
13
|
+
}
|
14
|
+
export interface PaymentLinkBrandingConfigurationsResponse {
|
15
|
+
data: PaymentLinkBrandingConfiguration[];
|
16
|
+
metadata: Record<string, unknown>;
|
17
|
+
}
|
18
|
+
export interface PaymentLinkBrandingConfigurationResponse {
|
19
|
+
data: PaymentLinkBrandingConfiguration;
|
20
|
+
metadata?: {
|
21
|
+
count?: number;
|
22
|
+
patch?: any;
|
23
|
+
};
|
24
|
+
msg?: string;
|
25
|
+
}
|
26
|
+
export interface PaymentLinkBrandingConfiguration {
|
27
|
+
id?: string;
|
28
|
+
userId?: string;
|
29
|
+
shopName?: string;
|
30
|
+
shopLogo?: string;
|
31
|
+
brandColor?: string;
|
32
|
+
backgroundColor?: string;
|
33
|
+
backgroundImage?: string;
|
34
|
+
fontStyle?: string;
|
35
|
+
formStyle?: string;
|
36
|
+
faviconUrl?: string;
|
37
|
+
textColor?: string;
|
38
|
+
linkColor?: string;
|
39
|
+
paymentFormBackgroundColor?: string;
|
40
|
+
basketBackgroundColor?: string;
|
41
|
+
termsAndConditionsUrl?: string;
|
42
|
+
privacyPolicyUrl?: string;
|
43
|
+
imprintUrl?: string;
|
44
|
+
helpUrl?: string;
|
45
|
+
contactUrl?: string;
|
46
|
+
successPageUrl?: string;
|
47
|
+
failurePageUrl?: string;
|
48
|
+
pendingPageUrl?: string;
|
49
|
+
cancelPageUrl?: string;
|
50
|
+
shadows?: boolean;
|
51
|
+
unzerLogoInFooter?: boolean;
|
52
|
+
}
|
53
|
+
declare class PaymentLinkBrandingConfigurationReference {
|
54
|
+
data: PaymentLinkBrandingConfiguration;
|
55
|
+
id?: string;
|
56
|
+
metadata?: {
|
57
|
+
count?: number;
|
58
|
+
patch?: any;
|
59
|
+
};
|
60
|
+
response: PaymentLinkBrandingConfigurationResponse;
|
61
|
+
private readonly options;
|
62
|
+
private readonly http;
|
63
|
+
constructor(response: PaymentLinkBrandingConfigurationResponse, http: Client, options: PaymentLinkBrandingConfigurationOptions);
|
64
|
+
}
|
65
|
+
export declare class PaymentLinkBrandingConfigs extends ThBaseHandler {
|
66
|
+
static baseEndpoint: string;
|
67
|
+
endpoint: string;
|
68
|
+
http: Client;
|
69
|
+
options: PaymentLinkBrandingConfigurationOptions;
|
70
|
+
uriHelper: UriHelper;
|
71
|
+
constructor(options: PaymentLinkBrandingConfigurationOptions, http: Client);
|
72
|
+
getAll(optionsOrQuery?: PaymentLinkBrandingConfigurationQueryOptions | undefined): Promise<PaymentLinkBrandingConfigurationsResponse>;
|
73
|
+
get(configurationId: string): Promise<PaymentLinkBrandingConfigurationReference>;
|
74
|
+
put(configurationId: string, configuration: PaymentLinkBrandingConfiguration): Promise<PaymentLinkBrandingConfigurationResponse>;
|
75
|
+
patch(configurationId: string, configuration: PaymentLinkBrandingConfiguration): Promise<PaymentLinkBrandingConfigurationResponse>;
|
76
|
+
create(configuration: PaymentLinkBrandingConfiguration): Promise<PaymentLinkBrandingConfigurationResponse>;
|
77
|
+
delete(configurationId: string): Promise<PaymentLinkBrandingConfigurationResponse>;
|
78
|
+
}
|
79
|
+
export {};
|
@@ -0,0 +1,148 @@
|
|
1
|
+
import { ThBaseHandler } from '../base';
|
2
|
+
import { Client } from '../client';
|
3
|
+
import { UriHelper } from '../uri-helper';
|
4
|
+
declare type PaymentLinkType = 'items_sale' | 'quick_charge';
|
5
|
+
declare type PaymentLinkStatus = 'open' | 'expired' | 'closed';
|
6
|
+
export interface PaymentLinkDto {
|
7
|
+
id?: string | null;
|
8
|
+
usage?: string | null;
|
9
|
+
paymentLinkType: PaymentLinkType;
|
10
|
+
linkedOrderId?: string | null;
|
11
|
+
branch?: string | null;
|
12
|
+
branchId?: string | null;
|
13
|
+
businessUnitUnzerId: string;
|
14
|
+
externalInvoiceId?: string;
|
15
|
+
externalOrderId?: string;
|
16
|
+
externalCustomerId?: string;
|
17
|
+
status?: PaymentLinkStatus | null;
|
18
|
+
createdBy: string | null;
|
19
|
+
total?: number | null;
|
20
|
+
currency?: string | null;
|
21
|
+
subtotal?: number | null;
|
22
|
+
deliveryMethod?: string | null;
|
23
|
+
deliveryCost?: number | null;
|
24
|
+
customer?: PaymentLinkCustomer | null;
|
25
|
+
items?: PaymentLinkItem[] | null;
|
26
|
+
paymentPageUrl?: string | null;
|
27
|
+
createdAt: string | {
|
28
|
+
start: Date;
|
29
|
+
end: Date;
|
30
|
+
} | null;
|
31
|
+
updatedAt?: string | null;
|
32
|
+
}
|
33
|
+
export interface PaymentLinksOptions {
|
34
|
+
user?: string;
|
35
|
+
base?: string;
|
36
|
+
}
|
37
|
+
export interface PaymentLinkAddress {
|
38
|
+
salutation?: string | null;
|
39
|
+
firstName?: string | null;
|
40
|
+
lastName?: string | null;
|
41
|
+
country?: string | null;
|
42
|
+
address?: string | null;
|
43
|
+
postalCode?: string | null;
|
44
|
+
city?: string | null;
|
45
|
+
}
|
46
|
+
export interface PaymentLinkCustomer {
|
47
|
+
salutation?: string | null;
|
48
|
+
firstName?: string | null;
|
49
|
+
lastName?: string | null;
|
50
|
+
dateOfBirth?: string | null;
|
51
|
+
email?: string | null;
|
52
|
+
mobileNo?: string | null;
|
53
|
+
phoneNo?: string | null;
|
54
|
+
language?: string | null;
|
55
|
+
billing?: PaymentLinkAddress | null;
|
56
|
+
shipping?: PaymentLinkAddress | null;
|
57
|
+
sameAsShipping?: boolean | false;
|
58
|
+
}
|
59
|
+
export interface PaymentLinkItem {
|
60
|
+
name?: string | null;
|
61
|
+
quantity?: number | null;
|
62
|
+
unitPrice?: number | null;
|
63
|
+
totalPrice?: number | null;
|
64
|
+
}
|
65
|
+
export interface CreatePaymentLinkRequest {
|
66
|
+
usage?: string;
|
67
|
+
paymentLinkType?: PaymentLinkType;
|
68
|
+
linkedOrderId?: string;
|
69
|
+
branch: string;
|
70
|
+
branchId: string;
|
71
|
+
createdBy: string;
|
72
|
+
total: number;
|
73
|
+
currency: string;
|
74
|
+
subtotal?: number;
|
75
|
+
deliveryMethod?: string;
|
76
|
+
deliveryCost?: number;
|
77
|
+
invoiceId?: string;
|
78
|
+
externalOrderId?: string;
|
79
|
+
externalCustomerId?: string;
|
80
|
+
customer?: PaymentLinkCustomer | null;
|
81
|
+
items?: PaymentLinkItem[] | null;
|
82
|
+
}
|
83
|
+
export interface PaymentLinkQuery {
|
84
|
+
branch?: string | null;
|
85
|
+
customerEmail?: string | null;
|
86
|
+
createdBy?: string | null;
|
87
|
+
createdAt?: string | {
|
88
|
+
start: Date;
|
89
|
+
end: Date;
|
90
|
+
} | null;
|
91
|
+
status?: string | null;
|
92
|
+
amount?: number | null;
|
93
|
+
}
|
94
|
+
export interface SendSmsRequest {
|
95
|
+
to: string;
|
96
|
+
paymentLinkId: string;
|
97
|
+
}
|
98
|
+
export interface NotificationResponse {
|
99
|
+
success: boolean;
|
100
|
+
}
|
101
|
+
export interface PaymentLinkQueryHandler {
|
102
|
+
limit?: number;
|
103
|
+
uri?: string;
|
104
|
+
query?: PaymentLinkQuery;
|
105
|
+
orderFields?: string[] | string;
|
106
|
+
}
|
107
|
+
export interface PaymentLinksResponse {
|
108
|
+
data?: PaymentLinkDto[];
|
109
|
+
metadata?: Record<string, unknown>;
|
110
|
+
msg?: string;
|
111
|
+
next?: () => Promise<PaymentLinksResponse>;
|
112
|
+
}
|
113
|
+
export interface PaymentPageResponse {
|
114
|
+
paymentPageUrl: string;
|
115
|
+
id: string;
|
116
|
+
customerEmail?: string;
|
117
|
+
customerMobileNo?: string;
|
118
|
+
}
|
119
|
+
export interface SendPaymentLinkEmailDto {
|
120
|
+
paymentLinkId: string;
|
121
|
+
customerEmail: string;
|
122
|
+
}
|
123
|
+
export interface CreatePaymentLinkResponse {
|
124
|
+
data?: PaymentPageResponse;
|
125
|
+
msg?: string;
|
126
|
+
}
|
127
|
+
export interface PaymentPageUrlResponse {
|
128
|
+
paymentPageUrl: string;
|
129
|
+
}
|
130
|
+
export interface PaymentLinkQrCodeResponse {
|
131
|
+
qrCodeSvg: string;
|
132
|
+
}
|
133
|
+
export declare class PaymentLinks extends ThBaseHandler {
|
134
|
+
static baseEndpoint: string;
|
135
|
+
endpoint: string;
|
136
|
+
http: Client;
|
137
|
+
options: PaymentLinksOptions;
|
138
|
+
uriHelper: UriHelper;
|
139
|
+
constructor(options: PaymentLinksOptions, http: Client);
|
140
|
+
getAll(query?: PaymentLinkQueryHandler | undefined): Promise<PaymentLinksResponse>;
|
141
|
+
create(paymentLinkData: CreatePaymentLinkRequest): Promise<CreatePaymentLinkResponse>;
|
142
|
+
meta(query?: PaymentLinkQueryHandler | undefined): Promise<PaymentLinksResponse>;
|
143
|
+
sendSms(sendSmsRequest: SendSmsRequest): Promise<NotificationResponse>;
|
144
|
+
sendEmail(sendPaymentLinkEmailDto: SendPaymentLinkEmailDto): Promise<NotificationResponse>;
|
145
|
+
getPaymentPageUrl(paymentLinkId: string): Promise<PaymentPageUrlResponse>;
|
146
|
+
getQrCodeSvg(paymentLinkId: string): Promise<PaymentLinkQrCodeResponse>;
|
147
|
+
}
|
148
|
+
export {};
|
@@ -25,6 +25,7 @@ export interface AppointmentReminderTemplatesResponse {
|
|
25
25
|
}
|
26
26
|
export interface AppointmentReminderTemplatesQuery {
|
27
27
|
language?: string;
|
28
|
+
vertical?: 'beauty' | 'gastro';
|
28
29
|
}
|
29
30
|
export declare class AppointmentReminderTemplates extends ThBaseHandler {
|
30
31
|
static baseEndpoint: string;
|
package/dist/v0/email.js
CHANGED
@@ -101,36 +101,9 @@ var Email = (function (_super) {
|
|
101
101
|
});
|
102
102
|
});
|
103
103
|
};
|
104
|
-
Email.prototype.setCustomMailjetDefaultSender = function (request) {
|
105
|
-
return tslib_1.__awaiter(this, void 0, void 0, function () {
|
106
|
-
var uri, response, error_4;
|
107
|
-
return tslib_1.__generator(this, function (_a) {
|
108
|
-
switch (_a.label) {
|
109
|
-
case 0:
|
110
|
-
_a.trys.push([0, 2, , 3]);
|
111
|
-
uri = this.uriHelper.generateBaseUri('/custom-mailjet-default-sender');
|
112
|
-
return [4, this.http.getClient().post(uri, request)];
|
113
|
-
case 1:
|
114
|
-
response = _a.sent();
|
115
|
-
if (response.status !== 200) {
|
116
|
-
throw new errors.EmailCustomMailjetDefaultSenderSetFailed(undefined, { status: response.status });
|
117
|
-
}
|
118
|
-
return [2, {
|
119
|
-
data: response.data.results,
|
120
|
-
msg: response.data.msg,
|
121
|
-
status: response.data.status
|
122
|
-
}];
|
123
|
-
case 2:
|
124
|
-
error_4 = _a.sent();
|
125
|
-
throw new errors.EmailCustomMailjetDefaultSenderSetFailed(error_4.message, { error: error_4 });
|
126
|
-
case 3: return [2];
|
127
|
-
}
|
128
|
-
});
|
129
|
-
});
|
130
|
-
};
|
131
104
|
Email.prototype.getCustomMailjetCredentialStatus = function () {
|
132
105
|
return tslib_1.__awaiter(this, void 0, void 0, function () {
|
133
|
-
var uri, response,
|
106
|
+
var uri, response, error_4;
|
134
107
|
return tslib_1.__generator(this, function (_a) {
|
135
108
|
switch (_a.label) {
|
136
109
|
case 0:
|
@@ -148,8 +121,8 @@ var Email = (function (_super) {
|
|
148
121
|
status: response.data.status
|
149
122
|
}];
|
150
123
|
case 2:
|
151
|
-
|
152
|
-
throw new errors.EmailCustomMailjetCredentialStatusGetFailed(
|
124
|
+
error_4 = _a.sent();
|
125
|
+
throw new errors.EmailCustomMailjetCredentialStatusGetFailed(error_4.message, { error: error_4 });
|
153
126
|
case 3: return [2];
|
154
127
|
}
|
155
128
|
});
|
package/dist/v0/email.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"email.js","sourceRoot":"","sources":["../../src/v0/email.ts"],"names":[],"mappings":";;;;AACA,wDAAmC;AACnC,4CAAyC;AACzC,gCAAuC;
|
1
|
+
{"version":3,"file":"email.js","sourceRoot":"","sources":["../../src/v0/email.ts"],"names":[],"mappings":";;;;AACA,wDAAmC;AACnC,4CAAyC;AACzC,gCAAuC;AA4DvC;IAA2B,iCAAa;IAOtC,eAAa,OAAqB,EAAE,IAAY;;QAAhD,YACE,kBAAM,IAAI,EAAE;YACV,QAAQ,EAAE,KAAK,CAAC,YAAY;YAC5B,IAAI,QAAE,OAAO,CAAC,IAAI,mCAAI,yBAAyB;SAChD,CAAC,SAOH;QANC,KAAI,CAAC,OAAO,GAAG,OAAO,CAAA;QACtB,KAAI,CAAC,IAAI,GAAG,IAAI,CAAA;QAEhB,KAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,YAAY,CAAA;QAClC,KAAI,CAAC,OAAO,CAAC,IAAI,SAAG,KAAI,CAAC,OAAO,CAAC,IAAI,mCAAI,yBAAyB,CAAA;QAClE,KAAI,CAAC,SAAS,GAAG,IAAI,sBAAS,CAAC,KAAI,CAAC,QAAQ,EAAE,KAAI,CAAC,OAAO,CAAC,CAAA;;IAC7D,CAAC;IAEK,uCAAuB,GAA7B;;;;;;;wBAEU,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,eAAe,CAAC,wBAAwB,CAAC,CAAA;wBACnD,WAAM,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,EAAA;;wBAA/C,QAAQ,GAAG,SAAoC;wBAErD,IAAI,QAAQ,CAAC,MAAM,KAAK,GAAG,EAAE;4BAC3B,MAAM,IAAI,MAAM,CAAC,2BAA2B,CAAC,SAAS,EAAE,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAA;yBACrF;wBAED,WAAO;gCACL,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC,OAAO,IAAI,IAAI;gCACnC,GAAG,EAAE,QAAQ,CAAC,IAAI,CAAC,GAAG;gCACtB,MAAM,EAAE,QAAQ,CAAC,IAAI,CAAC,MAAM;6BAC7B,EAAA;;;wBAED,MAAM,IAAI,MAAM,CAAC,2BAA2B,CAAC,OAAK,CAAC,OAAO,EAAE,EAAE,KAAK,SAAA,EAAE,CAAC,CAAA;;;;;KAEzE;IAEK,uCAAuB,GAA7B,UAA+B,WAA+B;;;;;;;wBAEpD,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,eAAe,CAAC,wBAAwB,CAAC,CAAA;wBACnD,WAAM,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,IAAI,CAAC,GAAG,EAAE,WAAW,CAAC,EAAA;;wBAA7D,QAAQ,GAAG,SAAkD;wBAEnE,IAAI,QAAQ,CAAC,MAAM,KAAK,GAAG,EAAE;4BAC3B,MAAM,IAAI,MAAM,CAAC,yBAAyB,CAAC,SAAS,EAAE,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAA;yBACnF;wBAED,WAAO;gCACL,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC,OAAO;gCAC3B,GAAG,EAAE,QAAQ,CAAC,IAAI,CAAC,GAAG;gCACtB,MAAM,EAAE,QAAQ,CAAC,IAAI,CAAC,MAAM;6BAC7B,EAAA;;;wBAED,MAAM,IAAI,MAAM,CAAC,yBAAyB,CAAC,OAAK,CAAC,OAAO,EAAE,EAAE,KAAK,SAAA,EAAE,CAAC,CAAA;;;;;KAEvE;IAEK,iCAAiB,GAAvB,UAAyB,OAAiC;;;;;;;wBAEhD,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,eAAe,CAAC,sBAAsB,CAAC,CAAA;wBACjD,WAAM,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,IAAI,CAAC,GAAG,EAAE,OAAO,CAAC,EAAA;;wBAAzD,QAAQ,GAAG,SAA8C;wBAE/D,IAAI,QAAQ,CAAC,MAAM,KAAK,GAAG,EAAE;4BAC3B,MAAM,IAAI,MAAM,CAAC,4BAA4B,CAAC,SAAS,EAAE,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAA;yBACtF;wBAED,WAAO;gCACL,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC,OAAO;gCAC3B,GAAG,EAAE,QAAQ,CAAC,IAAI,CAAC,GAAG;gCACtB,MAAM,EAAE,QAAQ,CAAC,IAAI,CAAC,MAAM;6BAC7B,EAAA;;;wBAED,MAAM,IAAI,MAAM,CAAC,4BAA4B,CAAC,OAAK,CAAC,OAAO,EAAE,EAAE,KAAK,SAAA,EAAE,CAAC,CAAA;;;;;KAE1E;IAEK,gDAAgC,GAAtC;;;;;;;wBAEU,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,eAAe,CAAC,mCAAmC,CAAC,CAAA;wBAC9D,WAAM,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,EAAA;;wBAA/C,QAAQ,GAAG,SAAoC;wBAErD,IAAI,QAAQ,CAAC,MAAM,KAAK,GAAG,EAAE;4BAC3B,MAAM,IAAI,MAAM,CAAC,2CAA2C,CAAC,SAAS,EAAE,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAA;yBACrG;wBAED,WAAO;gCACL,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC,OAAO;gCAC3B,GAAG,EAAE,QAAQ,CAAC,IAAI,CAAC,GAAG;gCACtB,MAAM,EAAE,QAAQ,CAAC,IAAI,CAAC,MAAM;6BAC7B,EAAA;;;wBAED,MAAM,IAAI,MAAM,CAAC,2CAA2C,CAAC,OAAK,CAAC,OAAO,EAAE,EAAE,KAAK,SAAA,EAAE,CAAC,CAAA;;;;;KAEzF;IA7Fa,kBAAY,GAAG,eAAe,CAAA;IA8F9C,YAAC;CAAA,AA/FD,CAA2B,oBAAa,GA+FvC;AA/FY,sBAAK"}
|
package/dist/v0/index.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.Safes = exports.Tags = exports.LegacySettings = exports.Fiscalization = exports.Favourites = exports.Messages = exports.Print = exports.Notifications = exports.Images = exports.AuditLogs = exports.AuditActions = exports.Staff = exports.Analytics = exports.Orders = exports.StocksBook = exports.Stocks = exports.Invoices = exports.VoucherLogs = exports.Vouchers = exports.Discounts = exports.SuppliersProductsRelation = exports.Suppliers = exports.Customers = exports.ContentTemplates = exports.Contents = exports.Devices = exports.BranchGroups = exports.Branches = exports.PaymentProducts = exports.IamMeClass = exports.IamPermissions = exports.IamRoles = exports.IamUserGroups = exports.IamApiKeys = exports.IamUsers = exports.Users = exports.InventoryConfiguration = exports.Configurations = exports.PaymentOptions = exports.ExpenseAccounts = exports.Accounts = exports.ProductBranchCustomizations = exports.ProductAddons = exports.ProductAddonGroups = exports.ProductTemplateDefaults = exports.ProductTemplates = exports.ProductGroups = exports.Deliveries = exports.Taxes = exports.Auth = void 0;
|
4
|
-
exports.Email = exports.Submissions = exports.UodInvoices = exports.BusinessUnits = exports.DocumentExports = exports.CustomerAppointments = exports.ScheduledExports = exports.ShiftPlan = exports.Holidays = exports.Documents = exports.ConsignmentNotes = exports.Services = exports.ServiceCategory = exports.PurchaseOrders = exports.DbBackups = exports.UserPermissionsTemplates = exports.StockTakings = exports.CountingProtocols = exports.Timetracking = exports.Trash = exports.Dependencies = exports.CategoryTrees = exports.Categories = exports.Storefronts = exports.Correspondences = exports.DeviceGroups = exports.Functions = exports.AbocardSystems = exports.VoucherSystems = exports.StaffPermissionsTemplates = exports.Promotions = exports.Processes = exports.Me = exports.Reasons = exports.Data = exports.ProductServiceQuestions = exports.ProductServiceQuestionGroups = exports.Exports = exports.StaffGroups = exports.Videos = exports.SupportedEvents = exports.WebhookEvents = exports.Webhooks = exports.Warehouses = exports.SafesLogBook = void 0;
|
4
|
+
exports.Email = exports.PaymentLinkBrandingConfigs = exports.PaymentLinks = exports.Submissions = exports.UodInvoices = exports.BusinessUnits = exports.DocumentExports = exports.CustomerAppointments = exports.ScheduledExports = exports.ShiftPlan = exports.Holidays = exports.Documents = exports.ConsignmentNotes = exports.Services = exports.ServiceCategory = exports.PurchaseOrders = exports.DbBackups = exports.UserPermissionsTemplates = exports.StockTakings = exports.CountingProtocols = exports.Timetracking = exports.Trash = exports.Dependencies = exports.CategoryTrees = exports.Categories = exports.Storefronts = exports.Correspondences = exports.DeviceGroups = exports.Functions = exports.AbocardSystems = exports.VoucherSystems = exports.StaffPermissionsTemplates = exports.Promotions = exports.Processes = exports.Me = exports.Reasons = exports.Data = exports.ProductServiceQuestions = exports.ProductServiceQuestionGroups = exports.Exports = exports.StaffGroups = exports.Videos = exports.SupportedEvents = exports.WebhookEvents = exports.Webhooks = exports.Warehouses = exports.SafesLogBook = void 0;
|
5
5
|
var auth_1 = require("./auth");
|
6
6
|
Object.defineProperty(exports, "Auth", { enumerable: true, get: function () { return auth_1.Auth; } });
|
7
7
|
var taxes_1 = require("./taxes");
|
@@ -187,6 +187,10 @@ var invoices_uod_1 = require("./invoices_uod");
|
|
187
187
|
Object.defineProperty(exports, "UodInvoices", { enumerable: true, get: function () { return invoices_uod_1.UodInvoices; } });
|
188
188
|
var submissions_1 = require("./submissions");
|
189
189
|
Object.defineProperty(exports, "Submissions", { enumerable: true, get: function () { return submissions_1.Submissions; } });
|
190
|
+
var payment_links_1 = require("./payment_links");
|
191
|
+
Object.defineProperty(exports, "PaymentLinks", { enumerable: true, get: function () { return payment_links_1.PaymentLinks; } });
|
192
|
+
var payment_link_branding_config_1 = require("./payment_link_branding_config");
|
193
|
+
Object.defineProperty(exports, "PaymentLinkBrandingConfigs", { enumerable: true, get: function () { return payment_link_branding_config_1.PaymentLinkBrandingConfigs; } });
|
190
194
|
var email_1 = require("./email");
|
191
195
|
Object.defineProperty(exports, "Email", { enumerable: true, get: function () { return email_1.Email; } });
|
192
196
|
//# sourceMappingURL=index.js.map
|
package/dist/v0/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/v0/index.ts"],"names":[],"mappings":";;;;AAAA,+BAA6B;
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/v0/index.ts"],"names":[],"mappings":";;;;AAAA,+BAA6B;AAgG3B,qFAhGO,WAAI,OAgGP;AA/FN,iCAA+B;AAgG7B,sFAhGO,aAAK,OAgGP;AA/FP,2CAAyC;AAgGvC,2FAhGO,uBAAU,OAgGP;AA/FZ,mDAAgD;AAgG9C,8FAhGO,8BAAa,OAgGP;AA/Ff,yDAAsD;AAgGpD,iGAhGO,oCAAgB,OAgGP;AA/FlB,yEAAqE;AAgGnE,wGAhGO,mDAAuB,OAgGP;AA/FzB,+DAA2D;AAgGzD,mGAhGO,yCAAkB,OAgGP;AA/FpB,mDAAgD;AAgG9C,8FAhGO,8BAAa,OAgGP;AA/Ff,iFAA6E;AAgG3E,4GAhGO,2DAA2B,OAgGP;AA/F7B,uCAAqC;AAgGnC,yFAhGO,mBAAQ,OAgGP;AA/FV,uDAAoD;AAgGlD,gGAhGO,kCAAe,OAgGP;AA/FjB,qDAAkD;AAgGhD,+FAhGO,gCAAc,OAgGP;AA/FhB,mDAAiD;AAgG/C,+FAhGO,+BAAc,OAgGP;AA/FhB,qEAAkE;AAgGhE,uGAhGO,gDAAsB,OAgGP;AA/FxB,iCAA+B;AAgG7B,sFAhGO,aAAK,OAgGP;AA/FP,yCAAsC;AAgGpC,yFAhGO,oBAAQ,OAgGP;AA/FV,+CAA2C;AAgGzC,2FAhGO,yBAAU,OAgGP;AA/FZ,qDAAiD;AAgG/C,8FAhGO,+BAAa,OAgGP;AA/Ff,yCAAsC;AAgGpC,yFAhGO,oBAAQ,OAgGP;AA/FV,qDAAkD;AAgGhD,+FAhGO,gCAAc,OAgGP;AA/FhB,mCAAqC;AAgGnC,2FAhGO,mBAAU,OAgGP;AA/FZ,uDAAoD;AAgGlD,gGAhGO,kCAAe,OAgGP;AA/FjB,uCAAqC;AAgGnC,yFAhGO,mBAAQ,OAgGP;AA/FV,iDAA8C;AAgG5C,6FAhGO,4BAAY,OAgGP;AA/Fd,qCAAmC;AAgGjC,wFAhGO,iBAAO,OAgGP;AA/FT,uCAAqC;AAgGnC,yFAhGO,mBAAQ,OAgGP;AA/FV,yDAAsD;AAgGpD,iGAhGO,oCAAgB,OAgGP;AA/FlB,yCAAuC;AAgGrC,0FAhGO,qBAAS,OAgGP;AA/FX,yCAAuC;AAgGrC,0FAhGO,qBAAS,OAgGP;AA/FX,6EAAyE;AAgGvE,0GAhGO,uDAAyB,OAgGP;AA/F3B,uCAAkD;AAiGhD,yFAjGO,mBAAQ,OAiGP;AACR,4FAlGiB,sBAAW,OAkGjB;AAjGb,uCAAqC;AAkGnC,yFAlGO,mBAAQ,OAkGP;AAjGV,mCAA6C;AAkG3C,uFAlGO,eAAM,OAkGP;AACN,2FAnGe,mBAAU,OAmGf;AAlGZ,mCAAiC;AAmG/B,uFAnGO,eAAM,OAmGP;AAlGR,yCAAuC;AAmGrC,0FAnGO,qBAAS,OAmGP;AAlGX,iCAA+B;AAmG7B,sFAnGO,aAAK,OAmGP;AAlGP,iDAA8C;AAmG5C,6FAnGO,4BAAY,OAmGP;AAlGd,2CAAwC;AAmGtC,0FAnGO,sBAAS,OAmGP;AAlGX,mCAAiC;AAmG/B,uFAnGO,eAAM,OAmGP;AAlGR,iDAA+C;AAmG7C,8FAnGO,6BAAa,OAmGP;AAlGf,iCAA+B;AAmG7B,sFAnGO,aAAK,OAmGP;AAlGP,yCAAuC;AAqFrC,0FArFO,qBAAS,OAqFP;AApFX,uCAAqC;AAkGnC,yFAlGO,mBAAQ,OAkGP;AAjGV,2CAAyC;AAkGvC,2FAlGO,uBAAU,OAkGP;AAjGZ,iDAA+C;AAkG7C,8FAlGO,6BAAa,OAkGP;AAjGf,+CAA+C;AAkG7C,+FAlGO,6BAAc,OAkGP;AAjGhB,+BAA6B;AAkG3B,qFAlGO,WAAI,OAkGP;AAjGN,iCAA6C;AAkG3C,sFAlGO,aAAK,OAkGP;AACL,6FAnGc,oBAAY,OAmGd;AAlGd,2CAAyC;AAmGvC,2FAnGO,uBAAU,OAmGP;AAlGZ,uCAAqC;AAmGnC,yFAnGO,mBAAQ,OAmGP;AAlGV,mDAAgD;AAmG9C,8FAnGO,8BAAa,OAmGP;AAlGf,uDAAoD;AAmGlD,gGAnGO,kCAAe,OAmGP;AAlGjB,mCAAiC;AAmG/B,uFAnGO,eAAM,OAmGP;AAlGR,+CAA4C;AAmG1C,4FAnGO,0BAAW,OAmGP;AAlGb,qCAAmC;AAmGjC,wFAnGO,iBAAO,OAmGP;AAlGT,+BAA6B;AAqG3B,qFArGO,WAAI,OAqGP;AApGN,qFAAgF;AAkG9E,6GAlGO,8DAA4B,OAkGP;AAjG9B,yEAAqE;AAkGnE,wGAlGO,mDAAuB,OAkGP;AAjGzB,qCAAmC;AAmGjC,wFAnGO,iBAAO,OAmGP;AAlGT,2BAAyB;AAmGvB,mFAnGO,OAAE,OAmGP;AAlGJ,yCAAuC;AAmGrC,0FAnGO,qBAAS,OAmGP;AAlGX,2CAAyC;AAmGvC,2FAnGO,uBAAU,OAmGP;AAlGZ,6EAAyE;AAmGvE,0GAnGO,uDAAyB,OAmGP;AAlG3B,qDAAkD;AAmGhD,+FAnGO,gCAAc,OAmGP;AAlGhB,qDAAkD;AAmGhD,+FAnGO,gCAAc,OAmGP;AAlGhB,yCAAuC;AAmGrC,0FAnGO,qBAAS,OAmGP;AAlGX,iDAA8C;AAmG5C,6FAnGO,4BAAY,OAmGP;AAlGd,qDAAmD;AAmGjD,gGAnGO,iCAAe,OAmGP;AAlGjB,6CAA2C;AAmGzC,4FAnGO,yBAAW,OAmGP;AAlGb,2CAAyC;AAmGvC,2FAnGO,uBAAU,OAmGP;AAlGZ,mDAAgD;AAmG9C,8FAnGO,8BAAa,OAmGP;AAlGf,+CAA6C;AAmG3C,6FAnGO,2BAAY,OAmGP;AAlGd,iCAA+B;AAmG7B,sFAnGO,aAAK,OAmGP;AAlGP,+CAA6C;AAmG3C,6FAnGO,2BAAY,OAmGP;AAlGd,2DAAwD;AAmGtD,kGAnGO,sCAAiB,OAmGP;AAlGnB,iDAA8C;AAmG5C,6FAnGO,4BAAY,OAmGP;AAlGd,2EAAuE;AAmGrE,yGAnGO,qDAAwB,OAmGP;AAlG1B,2CAAwC;AAmGtC,0FAnGO,sBAAS,OAmGP;AAlGX,qDAAkD;AAmGhD,+FAnGO,gCAAc,OAmGP;AAlGhB,uDAAoD;AAmGlD,gGAnGO,kCAAe,OAmGP;AAlGjB,uCAAqC;AAmGnC,yFAnGO,mBAAQ,OAmGP;AAlGV,yDAAsD;AAmGpD,iGAnGO,oCAAgB,OAmGP;AAlGlB,yCAAuC;AAmGrC,0FAnGO,qBAAS,OAmGP;AAlGX,uCAAqC;AAmGnC,yFAnGO,mBAAQ,OAmGP;AAlGV,2CAAwC;AAmGtC,0FAnGO,sBAAS,OAmGP;AAlGX,yDAAsD;AAmGpD,iGAnGO,oCAAgB,OAmGP;AAlGlB,iEAA8D;AAmG5D,qGAnGO,4CAAoB,OAmGP;AAlGtB,uDAAoD;AAmGlD,gGAnGO,kCAAe,OAmGP;AAlGjB,mDAAgD;AAmG9C,8FAnGO,8BAAa,OAmGP;AAlGf,+CAA4C;AAmG1C,4FAnGO,0BAAW,OAmGP;AAlGb,6CAA2C;AAmGzC,4FAnGO,yBAAW,OAmGP;AAlGb,iDAA8C;AAmG5C,6FAnGO,4BAAY,OAmGP;AAlGd,+EAA2E;AAmGzE,2GAnGO,yDAA0B,OAmGP;AAlG5B,iCAA+B;AAmG7B,sFAnGO,aAAK,OAmGP"}
|
package/dist/v0/notifications.js
CHANGED
@@ -39,6 +39,29 @@ var Notifications = (function () {
|
|
39
39
|
});
|
40
40
|
});
|
41
41
|
};
|
42
|
+
Notifications.prototype.sms = function (requestObject) {
|
43
|
+
return tslib_1.__awaiter(this, void 0, void 0, function () {
|
44
|
+
var base, uri, response, error_2;
|
45
|
+
return tslib_1.__generator(this, function (_a) {
|
46
|
+
switch (_a.label) {
|
47
|
+
case 0:
|
48
|
+
_a.trys.push([0, 2, , 3]);
|
49
|
+
base = this.uriHelper.generateBaseUri('/sms/send');
|
50
|
+
uri = this.uriHelper.generateUriWithQuery(base);
|
51
|
+
return [4, this.http.getClient().post(uri, requestObject)];
|
52
|
+
case 1:
|
53
|
+
response = _a.sent();
|
54
|
+
return [2, {
|
55
|
+
msg: response.data.msg
|
56
|
+
}];
|
57
|
+
case 2:
|
58
|
+
error_2 = _a.sent();
|
59
|
+
throw new errors.NotificationsEmailError();
|
60
|
+
case 3: return [2];
|
61
|
+
}
|
62
|
+
});
|
63
|
+
});
|
64
|
+
};
|
42
65
|
return Notifications;
|
43
66
|
}());
|
44
67
|
exports.Notifications = Notifications;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"notifications.js","sourceRoot":"","sources":["../../src/v0/notifications.ts"],"names":[],"mappings":";;;;AACA,wDAAmC;AACnC,4CAAyC;
|
1
|
+
{"version":3,"file":"notifications.js","sourceRoot":"","sources":["../../src/v0/notifications.ts"],"names":[],"mappings":";;;;AACA,wDAAmC;AACnC,4CAAyC;AAqBzC;IAME,uBAAa,OAA4B,EAAE,IAAY;;QACrD,IAAI,CAAC,OAAO,GAAG,OAAO,CAAA;QACtB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAA;QAEhB,IAAI,CAAC,QAAQ,GAAG,uBAAuB,CAAA;QACvC,IAAI,CAAC,OAAO,CAAC,IAAI,SAAG,IAAI,CAAC,OAAO,CAAC,IAAI,mCAAI,yBAAyB,CAAA;QAClE,IAAI,CAAC,SAAS,GAAG,IAAI,sBAAS,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,CAAA;IAC7D,CAAC;IAEK,6BAAK,GAAX,UAAa,aAA2B;;;;;;wBAC9B,KAAoB,aAAa,KAAxB,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,IAAI,GAAK,aAAa,KAAlB,CAAkB;;;;wBAGjC,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,eAAe,CAAC,aAAW,IAAM,CAAC,CAAA;wBACxD,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,oBAAoB,CAAC,IAAI,CAAC,CAAA;wBAEpC,WAAM,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,EAAA;;wBAAtD,QAAQ,GAAG,SAA2C;wBAE5D,WAAO;gCACL,GAAG,EAAE,QAAQ,CAAC,IAAI,CAAC,GAAG;6BACvB,EAAA;;;wBAED,MAAM,IAAI,MAAM,CAAC,uBAAuB,EAAE,CAAA;;;;;KAE7C;IAEK,2BAAG,GAAT,UAAW,aAAyB;;;;;;;wBAE1B,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,eAAe,CAAC,WAAW,CAAC,CAAA;wBAClD,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,oBAAoB,CAAC,IAAI,CAAC,CAAA;wBAEpC,WAAM,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,IAAI,CAAC,GAAG,EAAE,aAAa,CAAC,EAAA;;wBAA/D,QAAQ,GAAG,SAAoD;wBAErE,WAAO;gCACL,GAAG,EAAE,QAAQ,CAAC,IAAI,CAAC,GAAG;6BACvB,EAAA;;;wBAED,MAAM,IAAI,MAAM,CAAC,uBAAuB,EAAE,CAAA;;;;;KAE7C;IACH,oBAAC;AAAD,CAAC,AA9CD,IA8CC;AA9CY,sCAAa"}
|