@types/office-js-preview 1.0.362 → 1.0.363
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.
- office-js-preview/README.md +1 -1
- office-js-preview/index.d.ts +82 -40
- office-js-preview/package.json +2 -2
office-js-preview/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for Office.js (https://github.com/OfficeD
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Thu, 15 Dec 2022 19:33:14 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js-preview/index.d.ts
CHANGED
|
@@ -10589,16 +10589,19 @@ declare namespace Office {
|
|
|
10589
10589
|
/**
|
|
10590
10590
|
* Asynchronously loads custom properties for this add-in on the selected item.
|
|
10591
10591
|
*
|
|
10592
|
-
* Custom properties are stored as key
|
|
10593
|
-
* This method returns a
|
|
10594
|
-
* current item and the current add-in. Custom properties
|
|
10592
|
+
* Custom properties are stored as key-value pairs on a per-app, per-item basis.
|
|
10593
|
+
* This method returns a {@link Office.CustomProperties | CustomProperties} object in the callback, which provides methods to access the custom properties specific to the
|
|
10594
|
+
* current item and the current add-in. Custom properties aren't encrypted on the item, so this shouldn't be used as secure storage.
|
|
10595
10595
|
*
|
|
10596
10596
|
* The custom properties are provided as a `CustomProperties` object in the `asyncResult.value` property.
|
|
10597
|
-
* This object can be used to get, set, and remove custom properties from the item
|
|
10598
|
-
* the server.
|
|
10597
|
+
* This object can be used to get, set, save, and remove custom properties from the mail item.
|
|
10599
10598
|
*
|
|
10600
10599
|
* @remarks
|
|
10600
|
+
* [Api set: Mailbox 1.1]
|
|
10601
10601
|
*
|
|
10602
|
+
* To learn more about custom properties, see
|
|
10603
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/metadata-for-an-outlook-add-in | Get and set add-in metadata for an Outlook add-in}.
|
|
10604
|
+
*
|
|
10602
10605
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: `ReadItem`
|
|
10603
10606
|
*
|
|
10604
10607
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Appointment Organizer
|
|
@@ -11890,16 +11893,19 @@ declare namespace Office {
|
|
|
11890
11893
|
/**
|
|
11891
11894
|
* Asynchronously loads custom properties for this add-in on the selected item.
|
|
11892
11895
|
*
|
|
11893
|
-
* Custom properties are stored as key
|
|
11894
|
-
* This method returns a
|
|
11895
|
-
* current item and the current add-in. Custom properties
|
|
11896
|
+
* Custom properties are stored as key-value pairs on a per-app, per-item basis.
|
|
11897
|
+
* This method returns a {@link Office.CustomProperties | CustomProperties} object in the callback, which provides methods to access the custom properties specific to the
|
|
11898
|
+
* current item and the current add-in. Custom properties aren't encrypted on the item, so this shouldn't be used as secure storage.
|
|
11896
11899
|
*
|
|
11897
|
-
* The custom properties are provided as a `CustomProperties` object in the asyncResult.value property.
|
|
11898
|
-
* This object can be used to get, set, and remove custom properties from the item
|
|
11899
|
-
* the server.
|
|
11900
|
+
* The custom properties are provided as a `CustomProperties` object in the `asyncResult.value` property.
|
|
11901
|
+
* This object can be used to get, set, save, and remove custom properties from the mail item.
|
|
11900
11902
|
*
|
|
11901
11903
|
* @remarks
|
|
11904
|
+
* [Api set: Mailbox 1.1]
|
|
11902
11905
|
*
|
|
11906
|
+
* To learn more about custom properties, see
|
|
11907
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/metadata-for-an-outlook-add-in | Get and set add-in metadata for an Outlook add-in}.
|
|
11908
|
+
*
|
|
11903
11909
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: `ReadItem`
|
|
11904
11910
|
*
|
|
11905
11911
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Appointment Attendee
|
|
@@ -12762,15 +12768,27 @@ declare namespace Office {
|
|
|
12762
12768
|
urls: string[];
|
|
12763
12769
|
}
|
|
12764
12770
|
/**
|
|
12765
|
-
* The `CustomProperties` object represents custom properties that are specific to a particular item and specific to
|
|
12766
|
-
* For example, there might be a need for
|
|
12767
|
-
* If the user revisits the same message in the future and activates the
|
|
12768
|
-
* been saved as custom properties.
|
|
12771
|
+
* The `CustomProperties` object represents custom properties that are specific to a particular mail item and specific to an Outlook add-in.
|
|
12772
|
+
* For example, there might be a need for an add-in to save some data that's specific to the current message that activated the add-in.
|
|
12773
|
+
* If the user revisits the same message in the future and activates the add-in again, the add-in will be able to retrieve the data that had
|
|
12774
|
+
* been saved as custom properties.
|
|
12769
12775
|
*
|
|
12770
|
-
*
|
|
12776
|
+
* To learn more about `CustomProperties`, see
|
|
12777
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/metadata-for-an-outlook-add-in | Get and set add-in metadata for an Outlook add-in}.
|
|
12771
12778
|
*
|
|
12772
12779
|
* @remarks
|
|
12780
|
+
* [Api set: Mailbox 1.1]
|
|
12781
|
+
*
|
|
12782
|
+
* When using custom properties in your add-in, keep in mind that:
|
|
12783
|
+
*
|
|
12784
|
+
* - Custom properties saved while in compose mode aren't transmitted to recipients of the mail item. When a message or appointment with custom
|
|
12785
|
+
* properties is sent, its properties can be accessed from the item in the Sent Items folder.
|
|
12786
|
+
* If you want to make custom data accessible to recipients, consider using {@link Office.InternetHeaders | InternetHeaders} instead.
|
|
12787
|
+
*
|
|
12788
|
+
* - The maximum length of a `CustomProperties` JSON object is 2500 characters.
|
|
12773
12789
|
*
|
|
12790
|
+
* - Outlook on Mac doesn't cache custom properties. If the user's network goes down, mail add-ins can't access their custom properties.
|
|
12791
|
+
*
|
|
12774
12792
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: `ReadItem`
|
|
12775
12793
|
*
|
|
12776
12794
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
|
|
@@ -12782,6 +12800,7 @@ declare namespace Office {
|
|
|
12782
12800
|
* @returns The value of the specified custom property.
|
|
12783
12801
|
*
|
|
12784
12802
|
* @remarks
|
|
12803
|
+
* [Api set: Mailbox 1.1]
|
|
12785
12804
|
*
|
|
12786
12805
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: `ReadItem`
|
|
12787
12806
|
*
|
|
@@ -12815,6 +12834,7 @@ declare namespace Office {
|
|
|
12815
12834
|
* To make the removal of the property permanent, you must call the `saveAsync` method of the `CustomProperties` object.
|
|
12816
12835
|
*
|
|
12817
12836
|
* @remarks
|
|
12837
|
+
* [Api set: Mailbox 1.1]
|
|
12818
12838
|
*
|
|
12819
12839
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: `ReadItem`
|
|
12820
12840
|
*
|
|
@@ -12824,7 +12844,7 @@ declare namespace Office {
|
|
|
12824
12844
|
*/
|
|
12825
12845
|
remove(name: string): void;
|
|
12826
12846
|
/**
|
|
12827
|
-
* Saves
|
|
12847
|
+
* Saves custom properties to a message or appointment.
|
|
12828
12848
|
*
|
|
12829
12849
|
* You must call the `saveAsync` method to persist any changes made with the `set` method or the `remove` method of the `CustomProperties` object.
|
|
12830
12850
|
* The saving action is asynchronous.
|
|
@@ -12836,7 +12856,11 @@ declare namespace Office {
|
|
|
12836
12856
|
* Your callback function should handle this error accordingly.
|
|
12837
12857
|
*
|
|
12838
12858
|
* @remarks
|
|
12839
|
-
*
|
|
12859
|
+
* [Api set: Mailbox 1.1]
|
|
12860
|
+
*
|
|
12861
|
+
* **Important**: In Outlook on Windows, custom properties saved while in compose mode only persist after the item being composed is closed or
|
|
12862
|
+
* after `Office.context.mailbox.item.saveAsync` is called.
|
|
12863
|
+
*
|
|
12840
12864
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: `ReadItem`
|
|
12841
12865
|
*
|
|
12842
12866
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
|
|
@@ -12847,7 +12871,7 @@ declare namespace Office {
|
|
|
12847
12871
|
*/
|
|
12848
12872
|
saveAsync(callback: (asyncResult: Office.AsyncResult<void>) => void, asyncContext?: any): void;
|
|
12849
12873
|
/**
|
|
12850
|
-
* Saves
|
|
12874
|
+
* Saves custom properties to a message or appointment.
|
|
12851
12875
|
*
|
|
12852
12876
|
* You must call the `saveAsync` method to persist any changes made with the `set` method or the `remove` method of the `CustomProperties` object.
|
|
12853
12877
|
* The saving action is asynchronous.
|
|
@@ -12859,7 +12883,8 @@ declare namespace Office {
|
|
|
12859
12883
|
* Your callback function should handle this error accordingly.
|
|
12860
12884
|
*
|
|
12861
12885
|
* @remarks
|
|
12862
|
-
*
|
|
12886
|
+
* [Api set: Mailbox 1.1]
|
|
12887
|
+
*
|
|
12863
12888
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: `ReadItem`
|
|
12864
12889
|
*
|
|
12865
12890
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
|
|
@@ -12870,14 +12895,16 @@ declare namespace Office {
|
|
|
12870
12895
|
/**
|
|
12871
12896
|
* Sets the specified property to the specified value.
|
|
12872
12897
|
*
|
|
12873
|
-
* The `set` method sets the specified property to the specified value.
|
|
12898
|
+
* The `set` method sets the specified property to the specified value. To ensure that the set property and value persist on the mail item,
|
|
12899
|
+
* you must call the `saveAsync` method.
|
|
12874
12900
|
*
|
|
12875
12901
|
* The `set` method creates a new property if the specified property does not already exist;
|
|
12876
12902
|
* otherwise, the existing value is replaced with the new value.
|
|
12877
12903
|
* The `value` parameter can be of any type; however, it is always passed to the server as a string.
|
|
12878
12904
|
*
|
|
12879
12905
|
* @remarks
|
|
12880
|
-
*
|
|
12906
|
+
* [Api set: Mailbox 1.1]
|
|
12907
|
+
*
|
|
12881
12908
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: `ReadItem`
|
|
12882
12909
|
*
|
|
12883
12910
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
|
|
@@ -15859,16 +15886,19 @@ declare namespace Office {
|
|
|
15859
15886
|
/**
|
|
15860
15887
|
* Asynchronously loads custom properties for this add-in on the selected item.
|
|
15861
15888
|
*
|
|
15862
|
-
* Custom properties are stored as key
|
|
15863
|
-
* This method returns a
|
|
15864
|
-
* current item and the current add-in. Custom properties
|
|
15889
|
+
* Custom properties are stored as key-value pairs on a per-app, per-item basis.
|
|
15890
|
+
* This method returns a {@link Office.CustomProperties | CustomProperties} object in the callback, which provides methods to access the custom properties specific to the
|
|
15891
|
+
* current item and the current add-in. Custom properties aren't encrypted on the item, so this shouldn't be used as secure storage.
|
|
15865
15892
|
*
|
|
15866
15893
|
* The custom properties are provided as a `CustomProperties` object in the `asyncResult.value` property.
|
|
15867
|
-
* This object can be used to get, set, and remove custom properties from the item
|
|
15868
|
-
* the server.
|
|
15894
|
+
* This object can be used to get, set, save, and remove custom properties from the mail item.
|
|
15869
15895
|
*
|
|
15870
15896
|
* @remarks
|
|
15897
|
+
* [Api set: Mailbox 1.1]
|
|
15871
15898
|
*
|
|
15899
|
+
* To learn more about custom properties, see
|
|
15900
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/metadata-for-an-outlook-add-in | Get and set add-in metadata for an Outlook add-in}.
|
|
15901
|
+
*
|
|
15872
15902
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: `ReadItem`
|
|
15873
15903
|
*
|
|
15874
15904
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Compose
|
|
@@ -17046,15 +17076,19 @@ declare namespace Office {
|
|
|
17046
17076
|
/**
|
|
17047
17077
|
* Asynchronously loads custom properties for this add-in on the selected item.
|
|
17048
17078
|
*
|
|
17049
|
-
* Custom properties are stored as key
|
|
17050
|
-
* This method returns a
|
|
17051
|
-
* current item and the current add-in. Custom properties
|
|
17079
|
+
* Custom properties are stored as key-value pairs on a per-app, per-item basis.
|
|
17080
|
+
* This method returns a {@link Office.CustomProperties | CustomProperties} object in the callback, which provides methods to access the custom properties specific to the
|
|
17081
|
+
* current item and the current add-in. Custom properties aren't encrypted on the item, so this shouldn't be used as secure storage.
|
|
17052
17082
|
*
|
|
17053
17083
|
* The custom properties are provided as a `CustomProperties` object in the `asyncResult.value` property.
|
|
17054
|
-
* This object can be used to get, set, and remove custom properties from the item
|
|
17084
|
+
* This object can be used to get, set, save, and remove custom properties from the mail item.
|
|
17055
17085
|
*
|
|
17056
17086
|
* @remarks
|
|
17087
|
+
* [Api set: Mailbox 1.1]
|
|
17057
17088
|
*
|
|
17089
|
+
* To learn more about custom properties, see
|
|
17090
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/metadata-for-an-outlook-add-in | Get and set add-in metadata for an Outlook add-in}.
|
|
17091
|
+
*
|
|
17058
17092
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: `ReadItem`
|
|
17059
17093
|
*
|
|
17060
17094
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Message Read
|
|
@@ -18201,26 +18235,30 @@ declare namespace Office {
|
|
|
18201
18235
|
* The settings created by using the methods of the `RoamingSettings` object are saved per add-in and per user.
|
|
18202
18236
|
* That is, they are available only to the add-in that created them, and only from the user's mailbox in which they are saved.
|
|
18203
18237
|
*
|
|
18204
|
-
* While the Outlook add-in API limits access to these settings to only the add-in that created them, these settings
|
|
18238
|
+
* While the Outlook add-in API limits access to these settings to only the add-in that created them, these settings shouldn't be considered
|
|
18205
18239
|
* secure storage. They can be accessed by Exchange Web Services or Extended MAPI.
|
|
18206
|
-
* They
|
|
18240
|
+
* They shouldn't be used to store sensitive information, such as user credentials or security tokens.
|
|
18207
18241
|
*
|
|
18208
18242
|
* The name of a setting is a String, while the value can be a String, Number, Boolean, null, Object, or Array.
|
|
18209
18243
|
*
|
|
18210
18244
|
* The `RoamingSettings` object is accessible via the `roamingSettings` property in the `Office.context` namespace.
|
|
18245
|
+
*
|
|
18246
|
+
* To learn more about `RoamingSettings`, see
|
|
18247
|
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/metadata-for-an-outlook-add-in | Get and set add-in metadata for an Outlook add-in}.
|
|
18248
|
+
*
|
|
18249
|
+
* @remarks
|
|
18250
|
+
* [Api set: Mailbox 1.1]
|
|
18211
18251
|
*
|
|
18212
18252
|
* **Important**:
|
|
18213
18253
|
*
|
|
18214
18254
|
* - The `RoamingSettings` object is initialized from the persisted storage only when the add-in is first loaded.
|
|
18215
|
-
* For task panes, this means that it
|
|
18255
|
+
* For task panes, this means that it's only initialized when the task pane first opens.
|
|
18216
18256
|
* If the task pane navigates to another page or reloads the current page, the in-memory object is reset to its initial values, even if
|
|
18217
18257
|
* your add-in has persisted changes.
|
|
18218
18258
|
* The persisted changes will not be available until the task pane (or item in the case of UI-less add-ins) is closed and reopened.
|
|
18219
18259
|
*
|
|
18220
18260
|
* - When set and saved through Outlook on Windows or Mac, these settings are reflected in Outlook on the web only after a browser refresh.
|
|
18221
18261
|
*
|
|
18222
|
-
* @remarks
|
|
18223
|
-
*
|
|
18224
18262
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: `Restricted`
|
|
18225
18263
|
*
|
|
18226
18264
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
|
|
@@ -18232,6 +18270,7 @@ declare namespace Office {
|
|
|
18232
18270
|
* @returns Type: String | Number | Boolean | Object | Array
|
|
18233
18271
|
*
|
|
18234
18272
|
* @remarks
|
|
18273
|
+
* [Api set: Mailbox 1.1]
|
|
18235
18274
|
*
|
|
18236
18275
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: `Restricted`
|
|
18237
18276
|
*
|
|
@@ -18241,9 +18280,10 @@ declare namespace Office {
|
|
|
18241
18280
|
*/
|
|
18242
18281
|
get(name: string): any;
|
|
18243
18282
|
/**
|
|
18244
|
-
* Removes the specified setting
|
|
18283
|
+
* Removes the specified setting.
|
|
18245
18284
|
*
|
|
18246
18285
|
* @remarks
|
|
18286
|
+
* [Api set: Mailbox 1.1]
|
|
18247
18287
|
*
|
|
18248
18288
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: `Restricted`
|
|
18249
18289
|
*
|
|
@@ -18255,11 +18295,12 @@ declare namespace Office {
|
|
|
18255
18295
|
/**
|
|
18256
18296
|
* Saves the settings.
|
|
18257
18297
|
*
|
|
18258
|
-
* Any settings previously saved by an add-in are loaded when it
|
|
18298
|
+
* Any settings previously saved by an add-in are loaded when it's initialized, so during the lifetime of the session you can just use
|
|
18259
18299
|
* the set and get methods to work with the in-memory copy of the settings property bag.
|
|
18260
|
-
* When you want to persist the settings so that they
|
|
18300
|
+
* When you want to persist the settings so that they're available the next time the add-in is used, use the `saveAsync` method.
|
|
18261
18301
|
*
|
|
18262
18302
|
* @remarks
|
|
18303
|
+
* [Api set: Mailbox 1.1]
|
|
18263
18304
|
*
|
|
18264
18305
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: `Restricted`
|
|
18265
18306
|
*
|
|
@@ -18272,7 +18313,7 @@ declare namespace Office {
|
|
|
18272
18313
|
/**
|
|
18273
18314
|
* Sets or creates the specified setting.
|
|
18274
18315
|
*
|
|
18275
|
-
* The `set` method creates a new setting of the specified name if it
|
|
18316
|
+
* The `set` method creates a new setting of the specified name if it doesn't already exist, or sets an existing setting of the specified name.
|
|
18276
18317
|
* The value is stored in the document as the serialized JSON representation of its data type.
|
|
18277
18318
|
*
|
|
18278
18319
|
* A maximum of 32KB is available for the settings of each add-in.
|
|
@@ -18280,6 +18321,7 @@ declare namespace Office {
|
|
|
18280
18321
|
* Any changes made to settings using the `set` method will not be saved to the server until the `saveAsync` method is called.
|
|
18281
18322
|
*
|
|
18282
18323
|
* @remarks
|
|
18324
|
+
* [Api set: Mailbox 1.1]
|
|
18283
18325
|
*
|
|
18284
18326
|
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/understanding-outlook-add-in-permissions | Minimum permission level}**: `Restricted`
|
|
18285
18327
|
*
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.363",
|
|
4
4
|
"description": "TypeScript definitions for Office.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "49b4e9b8c2bc09c8b8d8ffb74f2236f69d654aeb759c708c1a14e7e25f8cc7e0",
|
|
49
49
|
"typeScriptVersion": "4.2"
|
|
50
50
|
}
|