@esri/solution-simple-types 1.3.16 → 1.5.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.
Files changed (32) hide show
  1. package/dist/esm/notebook.d.ts +1 -1
  2. package/dist/esm/notebook.js +1 -1
  3. package/dist/esm/quickcapture.d.ts +1 -1
  4. package/dist/esm/quickcapture.js +1 -1
  5. package/dist/esm/simple-types.d.ts +1 -1
  6. package/dist/esm/simple-types.js +1 -1
  7. package/dist/node/notebook.d.ts +1 -1
  8. package/dist/node/notebook.js +1 -1
  9. package/dist/node/quickcapture.d.ts +1 -1
  10. package/dist/node/quickcapture.js +1 -1
  11. package/dist/node/simple-types.d.ts +1 -1
  12. package/dist/node/simple-types.js +1 -1
  13. package/dist/umd/{dashboard.d.ts → simple-types/src/dashboard.d.ts} +0 -0
  14. package/dist/umd/{helpers → simple-types/src/helpers}/convert-item-to-template.d.ts +0 -0
  15. package/dist/umd/{helpers → simple-types/src/helpers}/create-item-from-template.d.ts +0 -0
  16. package/dist/umd/{helpers → simple-types/src/helpers}/notebook-helpers.d.ts +0 -0
  17. package/dist/umd/{helpers → simple-types/src/helpers}/quickcapture-helpers.d.ts +0 -0
  18. package/dist/umd/{helpers → simple-types/src/helpers}/simple-type-helpers.d.ts +0 -0
  19. package/dist/umd/{helpers → simple-types/src/helpers}/update-notebook-data.d.ts +0 -0
  20. package/dist/umd/{index.d.ts → simple-types/src/index.d.ts} +0 -0
  21. package/dist/umd/{notebook.d.ts → simple-types/src/notebook.d.ts} +1 -1
  22. package/dist/umd/{oic.d.ts → simple-types/src/oic.d.ts} +0 -0
  23. package/dist/umd/{quickcapture.d.ts → simple-types/src/quickcapture.d.ts} +1 -1
  24. package/dist/umd/{simple-types.d.ts → simple-types/src/simple-types.d.ts} +1 -1
  25. package/dist/umd/{webmap.d.ts → simple-types/src/webmap.d.ts} +0 -0
  26. package/dist/umd/{webmappingapplication.d.ts → simple-types/src/webmappingapplication.d.ts} +0 -0
  27. package/dist/umd/{workforce.d.ts → simple-types/src/workforce.d.ts} +0 -0
  28. package/dist/umd/simple-types.umd.js +5 -5
  29. package/dist/umd/simple-types.umd.js.map +1 -1
  30. package/dist/umd/simple-types.umd.min.js +2 -2
  31. package/dist/umd/simple-types.umd.min.js.map +1 -1
  32. package/package.json +94 -94
@@ -58,7 +58,7 @@ export declare function fineTuneCreatedItem(originalTemplate: common.IItemTempla
58
58
  *
59
59
  * @param {string} itemId The item ID
60
60
  * @param {string} type The template type
61
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
61
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
62
62
  * @param {any} templateDictionary The template dictionary
63
63
  * @param {UserSession} authentication The destination session info
64
64
  * @returns {Promise<any>}
@@ -113,7 +113,7 @@ export function fineTuneCreatedItem(originalTemplate, newlyCreatedItem, template
113
113
  *
114
114
  * @param {string} itemId The item ID
115
115
  * @param {string} type The template type
116
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
116
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
117
117
  * @param {any} templateDictionary The template dictionary
118
118
  * @param {UserSession} authentication The destination session info
119
119
  * @returns {Promise<any>}
@@ -79,7 +79,7 @@ export declare function createItemFromTemplate(template: common.IItemTemplate, t
79
79
  *
80
80
  * @param {string} itemId The item ID
81
81
  * @param {string} type The template type
82
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
82
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
83
83
  * @param {any} templateDictionary The template dictionary
84
84
  * @param {UserSession} authentication The destination session info
85
85
  * @returns Promise resolving to successfulness of update
@@ -159,7 +159,7 @@ export function createItemFromTemplate(template, templateDictionary, destination
159
159
  *
160
160
  * @param {string} itemId The item ID
161
161
  * @param {string} type The template type
162
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
162
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
163
163
  * @param {any} templateDictionary The template dictionary
164
164
  * @param {UserSession} authentication The destination session info
165
165
  * @returns Promise resolving to successfulness of update
@@ -49,7 +49,7 @@ export declare function postProcessFieldReferences(solutionTemplate: IItemTempla
49
49
  *
50
50
  * @param {string} itemId The item ID
51
51
  * @param {string} type The template type
52
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
52
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
53
53
  * @param {any} templateDictionary The template dictionary
54
54
  * @param {UserSession} authentication The destination session info
55
55
  * @returns Promise resolving to successfulness of update
@@ -76,7 +76,7 @@ export function postProcessFieldReferences(solutionTemplate, datasourceInfos, ty
76
76
  *
77
77
  * @param {string} itemId The item ID
78
78
  * @param {string} type The template type
79
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
79
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
80
80
  * @param {any} templateDictionary The template dictionary
81
81
  * @param {UserSession} authentication The destination session info
82
82
  * @returns Promise resolving to successfulness of update
@@ -58,7 +58,7 @@ export declare function fineTuneCreatedItem(originalTemplate: common.IItemTempla
58
58
  *
59
59
  * @param {string} itemId The item ID
60
60
  * @param {string} type The template type
61
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
61
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
62
62
  * @param {any} templateDictionary The template dictionary
63
63
  * @param {UserSession} authentication The destination session info
64
64
  * @returns {Promise<any>}
@@ -122,7 +122,7 @@ exports.fineTuneCreatedItem = fineTuneCreatedItem;
122
122
  *
123
123
  * @param {string} itemId The item ID
124
124
  * @param {string} type The template type
125
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
125
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
126
126
  * @param {any} templateDictionary The template dictionary
127
127
  * @param {UserSession} authentication The destination session info
128
128
  * @returns {Promise<any>}
@@ -79,7 +79,7 @@ export declare function createItemFromTemplate(template: common.IItemTemplate, t
79
79
  *
80
80
  * @param {string} itemId The item ID
81
81
  * @param {string} type The template type
82
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
82
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
83
83
  * @param {any} templateDictionary The template dictionary
84
84
  * @param {UserSession} authentication The destination session info
85
85
  * @returns Promise resolving to successfulness of update
@@ -171,7 +171,7 @@ exports.createItemFromTemplate = createItemFromTemplate;
171
171
  *
172
172
  * @param {string} itemId The item ID
173
173
  * @param {string} type The template type
174
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
174
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
175
175
  * @param {any} templateDictionary The template dictionary
176
176
  * @param {UserSession} authentication The destination session info
177
177
  * @returns Promise resolving to successfulness of update
@@ -49,7 +49,7 @@ export declare function postProcessFieldReferences(solutionTemplate: IItemTempla
49
49
  *
50
50
  * @param {string} itemId The item ID
51
51
  * @param {string} type The template type
52
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
52
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
53
53
  * @param {any} templateDictionary The template dictionary
54
54
  * @param {UserSession} authentication The destination session info
55
55
  * @returns Promise resolving to successfulness of update
@@ -83,7 +83,7 @@ exports.postProcessFieldReferences = postProcessFieldReferences;
83
83
  *
84
84
  * @param {string} itemId The item ID
85
85
  * @param {string} type The template type
86
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
86
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
87
87
  * @param {any} templateDictionary The template dictionary
88
88
  * @param {UserSession} authentication The destination session info
89
89
  * @returns Promise resolving to successfulness of update
@@ -58,7 +58,7 @@ export declare function fineTuneCreatedItem(originalTemplate: common.IItemTempla
58
58
  *
59
59
  * @param {string} itemId The item ID
60
60
  * @param {string} type The template type
61
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
61
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
62
62
  * @param {any} templateDictionary The template dictionary
63
63
  * @param {UserSession} authentication The destination session info
64
64
  * @returns {Promise<any>}
File without changes
@@ -79,7 +79,7 @@ export declare function createItemFromTemplate(template: common.IItemTemplate, t
79
79
  *
80
80
  * @param {string} itemId The item ID
81
81
  * @param {string} type The template type
82
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
82
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
83
83
  * @param {any} templateDictionary The template dictionary
84
84
  * @param {UserSession} authentication The destination session info
85
85
  * @returns Promise resolving to successfulness of update
@@ -49,7 +49,7 @@ export declare function postProcessFieldReferences(solutionTemplate: IItemTempla
49
49
  *
50
50
  * @param {string} itemId The item ID
51
51
  * @param {string} type The template type
52
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
52
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
53
53
  * @param {any} templateDictionary The template dictionary
54
54
  * @param {UserSession} authentication The destination session info
55
55
  * @returns Promise resolving to successfulness of update
@@ -1,7 +1,7 @@
1
1
  /* @preserve
2
- * @esri/solution-simple-types - v1.3.16 - Apache-2.0
2
+ * @esri/solution-simple-types - v1.5.0 - Apache-2.0
3
3
  * Copyright (c) 2018-2022 Esri, Inc.
4
- * Wed Jun 08 2022 11:04:09 GMT-0700 (Pacific Daylight Time)
4
+ * Thu Sep 22 2022 11:04:42 GMT-0700 (Pacific Daylight Time)
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1311,7 +1311,7 @@
1311
1311
  *
1312
1312
  * @param {string} itemId The item ID
1313
1313
  * @param {string} type The template type
1314
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
1314
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
1315
1315
  * @param {any} templateDictionary The template dictionary
1316
1316
  * @param {UserSession} authentication The destination session info
1317
1317
  * @returns {Promise<any>}
@@ -1673,7 +1673,7 @@
1673
1673
  *
1674
1674
  * @param {string} itemId The item ID
1675
1675
  * @param {string} type The template type
1676
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
1676
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
1677
1677
  * @param {any} templateDictionary The template dictionary
1678
1678
  * @param {UserSession} authentication The destination session info
1679
1679
  * @returns Promise resolving to successfulness of update
@@ -2193,7 +2193,7 @@
2193
2193
  *
2194
2194
  * @param {string} itemId The item ID
2195
2195
  * @param {string} type The template type
2196
- * @param {any[]} itemInfos Array of {id: 'ef3', type: 'Web Map'} objects
2196
+ * @param {any[]} itemInfos Array of \{id: 'ef3', type: 'Web Map'\} objects
2197
2197
  * @param {any} templateDictionary The template dictionary
2198
2198
  * @param {UserSession} authentication The destination session info
2199
2199
  * @returns Promise resolving to successfulness of update